Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSOE-91: ⭐ Normalize line endings to auto across all submodules #94

Merged
merged 24 commits into from
Apr 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
aaac9df
Add gitattribute files and renormalize.
sarahelsaig Mar 27, 2022
96e27d3
Merge remote-tracking branch 'origin/dev' into issue/OSOE-91
sarahelsaig Apr 9, 2022
bbd4944
update gitattributes
sarahelsaig Apr 10, 2022
6de8658
renormalized
sarahelsaig Apr 10, 2022
5ebab60
Merge remote-tracking branch 'origin/dev' into issue/OSOE-91
sarahelsaig Apr 16, 2022
1a20b3d
renormalized
sarahelsaig Apr 16, 2022
b9c9966
Let the Sass compiler use native line endings.
sarahelsaig Apr 18, 2022
967fadc
Fix map files with uniform platform-independent line endings.
sarahelsaig Apr 18, 2022
c655f11
Fix map files with uniform platform-independent line endings for real.
sarahelsaig Apr 18, 2022
b127745
Fix css mapping.
sarahelsaig Apr 20, 2022
7a9d917
Merge branch 'dev' into issue/OSOE-91
sarahelsaig Apr 20, 2022
ee61c13
Merge remote-tracking branch 'origin/dev' into issue/OSOE-91
sarahelsaig Apr 20, 2022
0557a0c
Update JsTargets.md from issue/OSOE-49
sarahelsaig Apr 20, 2022
a381b6f
Add missing gitattributes
sarahelsaig Apr 21, 2022
56cc910
Merge remote-tracking branch 'origin/dev' into issue/OSOE-91
sarahelsaig Apr 21, 2022
d2bee26
submodules
sarahelsaig Apr 21, 2022
959cb9b
Code styling in scss-targets.js.
sarahelsaig Apr 21, 2022
be8cafc
Update submodules.
sarahelsaig Apr 22, 2022
22b7c57
Add file trailing newline.
sarahelsaig Apr 23, 2022
cb598d2
Apply suggestions from code review in Gulp Extensions.
sarahelsaig Apr 23, 2022
22b6d9b
Add gitignore.
sarahelsaig Apr 23, 2022
7093d4f
Update .gitignore
sarahelsaig Apr 23, 2022
d25276b
Update all gitignore files.
sarahelsaig Apr 23, 2022
a1e4f65
Update submodules after merge
Apr 23, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ log.xml
profiling/
*.orig
.vs/
#.vscode/
.vscode/
.idea/
.build/
.testPublish/

Expand All @@ -189,4 +190,3 @@ node_modules/
src/*.Web/Localization
/src/package.json
/.editorconfig
/.idea
1,292 changes: 646 additions & 646 deletions Lombiq.OSOCE.sln

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="OrchardCorePreview" value="https://nuget.cloudsmith.io/orchardcore/preview/v3/index.json" />
</packageSources>
</configuration>
</configuration>
4 changes: 2 additions & 2 deletions NuGetTest/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ log.xml
profiling/
*.orig
.vs/
#.vscode/
.vscode/
.idea/
.build/
.testPublish/

Expand All @@ -189,4 +190,3 @@ node_modules/
src/*.Web/Localization
/src/package.json
/.editorconfig
/.idea
2 changes: 1 addition & 1 deletion src/Libraries/Lombiq.HelpfulLibraries
2 changes: 1 addition & 1 deletion src/Lombiq.OSOCE.Web/Localization/.placeholder
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# This file is used to ensure the Localization folder is created during deployment
# This file is used to ensure the Localization folder is created during deployment
100 changes: 50 additions & 50 deletions src/Lombiq.OSOCE.Web/Lombiq.OSOCE.Web.csproj
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TieredCompilation>true</TieredCompilation>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
</PropertyGroup>
<ItemGroup>
<None Remove="Recipes\Media\meadow-orchard.jpg" />
</ItemGroup>
<ItemGroup>
<Content Include="Recipes\Media\meadow-orchard.jpg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\test\Lombiq.UITestingToolbox\Lombiq.Tests.UI.AppExtensions\Lombiq.Tests.UI.AppExtensions.csproj" />
<ProjectReference Include="..\..\test\Lombiq.UITestingToolbox\Lombiq.Tests.UI.Shortcuts\Lombiq.Tests.UI.Shortcuts.csproj" />
<ProjectReference Include="..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.Samples\Lombiq.HelpfulLibraries.Samples.csproj" />
<ProjectReference Include="..\Modules\Lombiq.AuditTrailExtensions\Lombiq.AuditTrailExtensions.csproj" />
<ProjectReference Include="..\Modules\Lombiq.ChartJs\Lombiq.ChartJs.csproj" />
<ProjectReference Include="..\Modules\Lombiq.DataTables\Lombiq.DataTables.Samples\Lombiq.DataTables.Samples.csproj" />
<ProjectReference Include="..\Modules\Lombiq.HelpfulExtensions\Lombiq.HelpfulExtensions.csproj" />
<ProjectReference Include="..\Modules\Lombiq.Hosting.Azure.ApplicationInsights\Lombiq.Hosting.Azure.ApplicationInsights.csproj" />
<ProjectReference Include="..\Modules\Lombiq.Hosting.Tenants\Lombiq.Hosting.Tenants.Admin.Login\Lombiq.Hosting.Tenants.Admin.Login.csproj" />
<ProjectReference Include="..\Modules\Lombiq.Hosting.Tenants\Lombiq.Hosting.Tenants.Management\Lombiq.Hosting.Tenants.Management.csproj" />
<ProjectReference Include="..\Modules\Lombiq.JsonEditor\Lombiq.JsonEditor.csproj" />
<ProjectReference Include="..\Modules\Lombiq.OSOCE.Samples\Lombiq.OSOCE.Samples.csproj" />
<ProjectReference Include="..\Modules\Lombiq.Privacy\Lombiq.Privacy.csproj" />
<ProjectReference Include="..\Modules\Lombiq.TrainingDemo\Lombiq.TrainingDemo.csproj" />
<ProjectReference Include="..\Modules\Lombiq.UIKit\Lombiq.UIKit.csproj" />
<ProjectReference Include="..\Modules\Lombiq.VueJs\Lombiq.VueJs.Samples\Lombiq.VueJs.Samples.csproj" />
<ProjectReference Include="..\Modules\Lombiq.VueJs\Lombiq.VueJs\Lombiq.VueJs.csproj" />
<ProjectReference Include="..\Utilities\Lombiq.SetupExtensions\Lombiq.SetupExtensions.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="OrchardCore.Admin.Abstractions" Version="1.3.0" />
<PackageReference Include="OrchardCore.Logging.NLog" Version="1.3.0" />
<PackageReference Include="OrchardCore.Application.Cms.Targets" Version="1.3.0" />
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TieredCompilation>true</TieredCompilation>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
</PropertyGroup>

<ItemGroup>
<None Remove="Recipes\Media\meadow-orchard.jpg" />
</ItemGroup>

<ItemGroup>
<Content Include="Recipes\Media\meadow-orchard.jpg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\test\Lombiq.UITestingToolbox\Lombiq.Tests.UI.AppExtensions\Lombiq.Tests.UI.AppExtensions.csproj" />
<ProjectReference Include="..\..\test\Lombiq.UITestingToolbox\Lombiq.Tests.UI.Shortcuts\Lombiq.Tests.UI.Shortcuts.csproj" />
<ProjectReference Include="..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.Samples\Lombiq.HelpfulLibraries.Samples.csproj" />
<ProjectReference Include="..\Modules\Lombiq.AuditTrailExtensions\Lombiq.AuditTrailExtensions.csproj" />
<ProjectReference Include="..\Modules\Lombiq.ChartJs\Lombiq.ChartJs.csproj" />
<ProjectReference Include="..\Modules\Lombiq.DataTables\Lombiq.DataTables.Samples\Lombiq.DataTables.Samples.csproj" />
<ProjectReference Include="..\Modules\Lombiq.HelpfulExtensions\Lombiq.HelpfulExtensions.csproj" />
<ProjectReference Include="..\Modules\Lombiq.Hosting.Azure.ApplicationInsights\Lombiq.Hosting.Azure.ApplicationInsights.csproj" />
<ProjectReference Include="..\Modules\Lombiq.Hosting.Tenants\Lombiq.Hosting.Tenants.Admin.Login\Lombiq.Hosting.Tenants.Admin.Login.csproj" />
<ProjectReference Include="..\Modules\Lombiq.Hosting.Tenants\Lombiq.Hosting.Tenants.Management\Lombiq.Hosting.Tenants.Management.csproj" />
<ProjectReference Include="..\Modules\Lombiq.JsonEditor\Lombiq.JsonEditor.csproj" />
<ProjectReference Include="..\Modules\Lombiq.OSOCE.Samples\Lombiq.OSOCE.Samples.csproj" />
<ProjectReference Include="..\Modules\Lombiq.Privacy\Lombiq.Privacy.csproj" />
<ProjectReference Include="..\Modules\Lombiq.TrainingDemo\Lombiq.TrainingDemo.csproj" />
<ProjectReference Include="..\Modules\Lombiq.UIKit\Lombiq.UIKit.csproj" />
<ProjectReference Include="..\Modules\Lombiq.VueJs\Lombiq.VueJs.Samples\Lombiq.VueJs.Samples.csproj" />
<ProjectReference Include="..\Modules\Lombiq.VueJs\Lombiq.VueJs\Lombiq.VueJs.csproj" />
<ProjectReference Include="..\Utilities\Lombiq.SetupExtensions\Lombiq.SetupExtensions.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="OrchardCore.Admin.Abstractions" Version="1.3.0" />
<PackageReference Include="OrchardCore.Logging.NLog" Version="1.3.0" />
<PackageReference Include="OrchardCore.Application.Cms.Targets" Version="1.3.0" />
</ItemGroup>

</Project>
52 changes: 26 additions & 26 deletions src/Lombiq.OSOCE.Web/NLog.config
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
autoReload="true"
internalLogLevel="Warn"
internalLogFile="App_Data/logs/internal-nlog.txt">
<extensions>
<add assembly="NLog.Web.AspNetCore" />
<add assembly="OrchardCore.Logging.NLog" />
</extensions>
<!-- define various log targets -->
<targets>
<!-- write logs to file -->
<target xsi:type="File" name="allfile" fileName="${var:configDir}/App_Data/logs/orchard-log-${shortdate}.log"
layout="${longdate}|${orchard-tenant-name}|${aspnet-traceidentifier}|${event-properties:item=EventId.Id}|${logger}|${uppercase:${level}}|${message} ${exception:format=ToString,StackTrace}" />
<!--<target xsi:type="Null" name="blackhole" /> -->
</targets>
<rules>
<!--All logs-->
<logger name="*" minlevel="Error" writeTo="allfile" />
</rules>
</nlog>
<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
autoReload="true"
internalLogLevel="Warn"
internalLogFile="App_Data/logs/internal-nlog.txt">

<extensions>
<add assembly="NLog.Web.AspNetCore" />
<add assembly="OrchardCore.Logging.NLog" />
</extensions>

<!-- define various log targets -->
<targets>
<!-- write logs to file -->
<target xsi:type="File" name="allfile" fileName="${var:configDir}/App_Data/logs/orchard-log-${shortdate}.log"
layout="${longdate}|${orchard-tenant-name}|${aspnet-traceidentifier}|${event-properties:item=EventId.Id}|${logger}|${uppercase:${level}}|${message} ${exception:format=ToString,StackTrace}" />

<!--<target xsi:type="Null" name="blackhole" /> -->
</targets>

<rules>
<!--All logs-->
<logger name="*" minlevel="Error" writeTo="allfile" />
</rules>
</nlog>
40 changes: 20 additions & 20 deletions src/Lombiq.OSOCE.Web/Program.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection;
using NLog.Web;
var builder = WebApplication.CreateBuilder(args);
builder.Host.UseNLog();
var configuration = builder.Configuration;
// Here we're configuring the UI Testing Toolbox (https://github.com/Lombiq/UI-Testing-Toolbox) so UI tests can be
// executed on the app. For a tutorial on how to create UI tests check out the project. ConfigureUITesting() won't do
// anything when the app is not run for UI testing.
builder.Services.AddOrchardCms(builder => builder.ConfigureUITesting(configuration, enableShortcutsDuringUITesting: true));
var app = builder.Build();
app.UseStaticFiles();
app.UseOrchardCore();
app.Run();
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection;
using NLog.Web;

var builder = WebApplication.CreateBuilder(args);

builder.Host.UseNLog();

var configuration = builder.Configuration;

// Here we're configuring the UI Testing Toolbox (https://github.com/Lombiq/UI-Testing-Toolbox) so UI tests can be
// executed on the app. For a tutorial on how to create UI tests check out the project. ConfigureUITesting() won't do
// anything when the app is not run for UI testing.
builder.Services.AddOrchardCms(builder => builder.ConfigureUITesting(configuration, enableShortcutsDuringUITesting: true));

var app = builder.Build();

app.UseStaticFiles();
app.UseOrchardCore();
app.Run();
54 changes: 27 additions & 27 deletions src/Lombiq.OSOCE.Web/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:61318/",
"sslPort": 44335
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Lombiq.OSOCE.Web": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
}
}
}
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:61318/",
"sslPort": 44335
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Lombiq.OSOCE.Web": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
}
}
}
60 changes: 30 additions & 30 deletions src/Lombiq.OSOCE.Web/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning",
"Microsoft.AspNetCore": "Warning"
},
"ApplicationInsights": {
"LogLevel": {
"Default": "Warning"
}
}
},
"OrchardCore": {
"Lombiq_TrainingDemo": {
"Message": "This comes from appsettings!"
},
"Lombiq_Hosting_Azure_ApplicationInsights": {
// Fill this out if you'd like to use the Application Insights module.
"QuickPulseTelemetryModuleAuthenticationApiKey": "your API key here",
// Some sample configuration below.
"EnableUserNameCollection": true,
"EnableLoggingTestMiddleware": true
},
"ApplicationInsights": {
// Fill this out if you'd like to use the Application Insights module.
"InstrumentationKey": "your instrumentation key comes here"
}
}
}
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning",
"Microsoft.AspNetCore": "Warning"
},
"ApplicationInsights": {
"LogLevel": {
"Default": "Warning"
}
}
},
"OrchardCore": {
"Lombiq_TrainingDemo": {
"Message": "This comes from appsettings!"
},
"Lombiq_Hosting_Azure_ApplicationInsights": {
// Fill this out if you'd like to use the Application Insights module.
"QuickPulseTelemetryModuleAuthenticationApiKey": "your API key here",
// Some sample configuration below.
"EnableUserNameCollection": true,
"EnableLoggingTestMiddleware": true
},
"ApplicationInsights": {
// Fill this out if you'd like to use the Application Insights module.
"InstrumentationKey": "your instrumentation key comes here"
}
}
}
Binary file modified src/Lombiq.OSOCE.Web/wwwroot/.placeholder
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Modules/Lombiq.AuditTrailExtensions
2 changes: 1 addition & 1 deletion src/Modules/Lombiq.HelpfulExtensions
Submodule Lombiq.HelpfulExtensions updated 45 files
+1 −1 .gitattributes
+12 −12 .github/workflows/publish.yml
+10 −8 .gitignore
+252 −252 Extensions/CodeGeneration/CodeGenerationDisplayDriver.cs
+9 −9 Extensions/CodeGeneration/ContentTypeMigrationsViewModel.cs
+20 −20 Extensions/CodeGeneration/Startup.cs
+6 −6 Extensions/ContentTypes/ContentTypes.cs
+49 −49 Extensions/ContentTypes/Migrations.cs
+19 −19 Extensions/ContentTypes/Startup.cs
+40 −40 Extensions/Emails/Extensions/EmailSenderShellScopeExtensions.cs
+14 −14 Extensions/Emails/Models/EmailParameters.cs
+17 −17 Extensions/Emails/Services/IEmailTemplateService.cs
+27 −27 Extensions/Emails/Services/ShapeBasedEmailTemplateService.cs
+24 −24 Extensions/Emails/Startup.cs
+42 −42 Extensions/Flows/Drivers/AdditionalStylingPartDisplay.cs
+10 −10 Extensions/Flows/FlowPartShapeTableProvider.cs
+28 −28 Extensions/Flows/Handlers/AdditionalStylingPartHandler.cs
+9 −9 Extensions/Flows/Models/AdditionalStylingPart.cs
+31 −31 Extensions/Flows/Startup.cs
+35 −35 Extensions/Security/Driver/StrictSecuritySettingsDisplayDriver.cs
+6 −6 Extensions/Security/Models/StrictSecuritySettings.cs
+74 −74 Extensions/Security/Services/StrictSecurityPermissionAuthorizationHandler.cs
+20 −20 Extensions/Security/Startup.cs
+6 −6 Extensions/Security/ViewModels/StrictSecuritySettingsViewModel.cs
+81 −81 Extensions/ShapeTracing/ShapeTracingShapeEvents.cs
+12 −12 Extensions/ShapeTracing/Startup.cs
+93 −93 Extensions/Widgets/Migrations.cs
+20 −20 Extensions/Widgets/Startup.cs
+22 −22 Extensions/Widgets/ViewModels/MenuWidgetViewModel.cs
+10 −10 Extensions/Widgets/WidgetTypes.cs
+14 −14 FeatureIds.cs
+14 −14 License.md
+53 −53 Lombiq.HelpfulExtensions.csproj
+82 −82 Manifest.cs
+109 −109 Readme.md
+17 −17 Views/AdditionalStylingPart.Edit.cshtml
+29 −29 Views/ContentTypeMigrations.Edit.cshtml
+1 −1 Views/EmailTemplate.LayoutInjections.cshtml
+1 −1 Views/EmailTemplate.Title.cshtml
+44 −44 Views/Layout-EmailTemplate.cshtml
+44 −44 Views/Lombiq.HelpfulExtensions.Flows.FlowPart.cshtml
+89 −89 Views/MenuWidget.cshtml
+23 −23 Views/StrictSecuritySetting.Edit.cshtml
+6 −6 Views/_ViewImports.cshtml
+8 −8 placement.json
2 changes: 1 addition & 1 deletion src/Modules/Lombiq.Hosting.Tenants
2 changes: 1 addition & 1 deletion src/Modules/Lombiq.TrainingDemo
2 changes: 1 addition & 1 deletion src/Modules/Lombiq.VueJs
Submodule Lombiq.VueJs updated 77 files
+1 −1 .gitattributes
+10 −5 .gitignore
+14 −14 License.md
+19 −19 Lombiq.VueJs.Samples/Assets/Apps/demo/components/demo-component.js
+21 −21 Lombiq.VueJs.Samples/Assets/Apps/demo/main.js
+13 −13 Lombiq.VueJs.Samples/Assets/Apps/demo/options.js
+24 −24 Lombiq.VueJs.Samples/Assets/Scripts/VueComponents/demo-repeater.vue
+69 −69 Lombiq.VueJs.Samples/Assets/Scripts/VueComponents/demo-sfc.vue
+43 −43 Lombiq.VueJs.Samples/Assets/Scripts/VueComponents/enhancement-control.vue
+41 −41 Lombiq.VueJs.Samples/Assets/Scripts/VueComponents/enhancement-table-body.vue
+6 −6 Lombiq.VueJs.Samples/Constants/FeatureIds.cs
+12 −12 Lombiq.VueJs.Samples/Constants/ResourceNames.cs
+14 −14 Lombiq.VueJs.Samples/Controllers/VueAppController.cs
+66 −66 Lombiq.VueJs.Samples/Controllers/VueSfcController.cs
+31 −31 Lombiq.VueJs.Samples/Gulpfile.js
+40 −40 Lombiq.VueJs.Samples/Lombiq.VueJs.Samples.csproj
+14 −14 Lombiq.VueJs.Samples/Manifest.cs
+33 −33 Lombiq.VueJs.Samples/Readme.md
+38 −38 Lombiq.VueJs.Samples/ResourceManagementOptionsConfiguration.cs
+12 −12 Lombiq.VueJs.Samples/Startup.cs
+17 −17 Lombiq.VueJs.Samples/ViewModels/EnhancedListViewModel.cs
+30 −30 Lombiq.VueJs.Samples/Views/VueApp/Index.cshtml
+21 −21 Lombiq.VueJs.Samples/Views/VueComponents/Demo.Component.cshtml
+42 −42 Lombiq.VueJs.Samples/Views/VueSfc/AppTagHelper.cshtml
+93 −93 Lombiq.VueJs.Samples/Views/VueSfc/EnhancedList.cshtml
+40 −40 Lombiq.VueJs.Samples/Views/VueSfc/Index.cshtml
+13 −13 Lombiq.VueJs.Samples/Views/_ViewImports.cshtml
+8 −8 Lombiq.VueJs.Samples/package.json
+36 −36 Lombiq.VueJs.Samples/wwwroot/apps/demo.js
+7 −7 Lombiq.VueJs.Samples/wwwroot/vue/demo-repeater.js
+41 −41 Lombiq.VueJs.Samples/wwwroot/vue/demo-sfc.js
+11 −11 Lombiq.VueJs.Samples/wwwroot/vue/enhancement-control.js
+25 −25 Lombiq.VueJs.Samples/wwwroot/vue/enhancement-table-body.js
+110 −110 Lombiq.VueJs.Tests.UI/Extensions/TestCaseUITestContextExtensions.cs
+21 −21 Lombiq.VueJs.Tests.UI/Extensions/UITestContextExtensions.cs
+14 −14 Lombiq.VueJs.Tests.UI/License.md
+35 −35 Lombiq.VueJs.Tests.UI/Lombiq.VueJs.Tests.UI.csproj
+19 −19 Lombiq.VueJs.Tests.UI/Readme.md
+61 −61 Lombiq.VueJs/Assets/Scripts/VueComponents/bootstrap-split-button.vue
+29 −29 Lombiq.VueJs/Assets/Scripts/VueComponents/content-item-display.vue
+36 −36 Lombiq.VueJs/Assets/Scripts/VueComponents/date-time.vue
+53 −53 Lombiq.VueJs/Assets/Scripts/VueComponents/list-fetcher.vue
+12 −12 Lombiq.VueJs/Assets/Scripts/helpers/get-vue-files.js
+72 −72 Lombiq.VueJs/Assets/Scripts/helpers/rollup-pipeline.js
+146 −146 Lombiq.VueJs/Assets/Scripts/helpers/rollup-plugin-vue-sfc-orchard-core.js
+61 −61 Lombiq.VueJs/Assets/Scripts/helpers/vue-app-compiler-pipeline.js
+29 −29 Lombiq.VueJs/Assets/Scripts/helpers/vue-app-css-pipeline.js
+72 −72 Lombiq.VueJs/Assets/Scripts/helpers/vue-sfc-compiler-pipeline.js
+6 −6 Lombiq.VueJs/Constants/FeatureIds.cs
+15 −15 Lombiq.VueJs/Constants/ResourceNames.cs
+6 −6 Lombiq.VueJs/Constants/ResourceTypes.cs
+27 −27 Lombiq.VueJs/Extensions/QueryExtensions.cs
+10 −10 Lombiq.VueJs/Extensions/ResourceManifestExtensions.cs
+12 −12 Lombiq.VueJs/Gulpfile.js
+14 −14 Lombiq.VueJs/License.md
+59 −59 Lombiq.VueJs/Lombiq.VueJs.csproj
+7 −7 Lombiq.VueJs/Lombiq.VueJs.props
+10 −10 Lombiq.VueJs/Manifest.cs
+13 −13 Lombiq.VueJs/Models/GetPageFromQueryResult.cs
+11 −11 Lombiq.VueJs/Models/UrlAndText.cs
+14 −14 Lombiq.VueJs/Models/VueComponentApp.cs
+18 −18 Lombiq.VueJs/ResourceManagementOptionsConfiguration.cs
+34 −34 Lombiq.VueJs/Services/ContentItemDisplayVueSingleFileComponentShapeAmender.cs
+22 −22 Lombiq.VueJs/Services/DateTimeVueSingleFileComponentShapeAmender.cs
+24 −24 Lombiq.VueJs/Services/IVueSingleFileComponentShapeAmender.cs
+63 −63 Lombiq.VueJs/Services/ServerSideValuesVueSingleFileComponentShapeAmenderBase.cs
+28 −28 Lombiq.VueJs/Services/VueComponentTemplateHarvester.cs
+102 −102 Lombiq.VueJs/Services/VueSingleFileComponentShapeTemplateViewEngine.cs
+25 −25 Lombiq.VueJs/Services/VueSingleFileComponentTemplateHarvester.cs
+25 −25 Lombiq.VueJs/Startup.cs
+67 −67 Lombiq.VueJs/TagHelpers/VueComponentAppTagHelper.cs
+98 −98 Lombiq.VueJs/TagHelpers/VueComponentTagHelper.cs
+46 −46 Lombiq.VueJs/Views/VueComponentApp.cshtml
+7 −7 Lombiq.VueJs/Views/_ViewImports.cshtml
+36 −36 Lombiq.VueJs/package.json
+3 −3 Lombiq.VueJs/wwwroot/.placeholder
+127 −127 Readme.md
2 changes: 1 addition & 1 deletion src/Utilities/Lombiq.Npm.Targets
2 changes: 1 addition & 1 deletion src/Utilities/Lombiq.SetupExtensions
Loading