centaline-data-driven 1.5.72 → 1.5.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.vs/Centaline.Front_End.DataDriven/DesignTimeBuild/.dtbcache.v2 +0 -0
- package/.vs/Centaline.Front_End.DataDriven/config/applicationhost.config +1034 -0
- package/README.md +1 -1
- package/obj/Centaline.Front_End.DataDriven.csproj.nuget.dgspec.json +10 -11
- package/obj/Centaline.Front_End.DataDriven.csproj.nuget.g.props +14 -11
- package/obj/Centaline.Front_End.DataDriven.csproj.nuget.g.targets +7 -7
- package/obj/Debug/netcoreapp2.1/Centaline.Front_End.DataDriven.csproj.FileListAbsolute.txt +6 -0
- package/obj/project.assets.json +52 -11
- package/package.json +1 -1
- package/src/Detail.vue +3 -3
- package/src/Form.vue +4 -6
- package/src/SearchList.vue +25 -54
- package/src/centaline/common/index.js +3 -0
- package/src/centaline/dynamicCalendar/src/dynamicCalendar.vue +1 -12
- package/src/centaline/dynamicHyperLink/index.js +1 -1
- package/src/centaline/dynamicLayout/src/dynamicLayoutChildren.vue +17 -17
- package/src/centaline/dynamicPlaceHolder/index.js +1 -1
- package/src/centaline/dynamicRichText/src/dynamicRichText.vue +1 -1
- package/src/centaline/dynamicSearchList/src/dynamicSearchTable.vue +9 -10
- package/src/centaline/loader/src/ctl/Button.js +16 -16
- package/src/centaline/loader/src/ctl/FormList.js +2 -0
- package/src/centaline/loader/src/ctl/PlaceHolder.js +2 -2
- package/src/main.js +4 -4
- package/wwwroot/static/centaline/centaline-data-driven.js +17 -27
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
- package/.vs/Centaline.Front_End.DataDriven/DesignTimeBuild/.dtbcache +0 -0
- package/.vs/Centaline.Front_End.DataDriven/v16/Server/sqlite3/db.lock +0 -0
- package/.vs/Centaline.Front_End.DataDriven/v16/Server/sqlite3/storage.ide +0 -0
package/README.md
CHANGED
|
@@ -152,7 +152,7 @@ execServerScript(action, object, successCallback)
|
|
|
152
152
|
* @param {string} type 主题:success/warning/info/error。
|
|
153
153
|
* @param {boolean} center 是否居中。
|
|
154
154
|
* @param {number} duration 显示时间,1500毫秒。设为 0 则不会自动关闭。
|
|
155
|
-
* @param {boolean} showClose 是否显示关闭按钮。
|
|
155
|
+
* @param {boolean} showClose 是否显示关闭按钮。
|
|
156
156
|
* @param {boolean} dangerouslyUseHTMLString 是否将 message 属性作为 HTML 片段处理。
|
|
157
157
|
* @desc 消息提示。常用于主动操作后的反馈提示。
|
|
158
158
|
*/
|
|
@@ -1,23 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"format": 1,
|
|
3
3
|
"restore": {
|
|
4
|
-
"
|
|
4
|
+
"E:\\CCAI\\js-sdk-v3-new\\Centaline.Front_End.DataDriven.csproj": {}
|
|
5
5
|
},
|
|
6
6
|
"projects": {
|
|
7
|
-
"
|
|
7
|
+
"E:\\CCAI\\js-sdk-v3-new\\Centaline.Front_End.DataDriven.csproj": {
|
|
8
8
|
"version": "1.0.0",
|
|
9
9
|
"restore": {
|
|
10
|
-
"projectUniqueName": "
|
|
10
|
+
"projectUniqueName": "E:\\CCAI\\js-sdk-v3-new\\Centaline.Front_End.DataDriven.csproj",
|
|
11
11
|
"projectName": "Centaline.Front_End.DataDriven",
|
|
12
|
-
"projectPath": "
|
|
13
|
-
"packagesPath": "C:\\Users\\
|
|
14
|
-
"outputPath": "
|
|
12
|
+
"projectPath": "E:\\CCAI\\js-sdk-v3-new\\Centaline.Front_End.DataDriven.csproj",
|
|
13
|
+
"packagesPath": "C:\\Users\\huanglj3\\.nuget\\packages\\",
|
|
14
|
+
"outputPath": "E:\\CCAI\\js-sdk-v3-new\\obj\\",
|
|
15
15
|
"projectStyle": "PackageReference",
|
|
16
|
-
"fallbackFolders": [
|
|
17
|
-
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
|
18
|
-
],
|
|
19
16
|
"configFilePaths": [
|
|
20
|
-
"C:\\Users\\
|
|
17
|
+
"C:\\Users\\huanglj3\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
21
18
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
|
22
19
|
],
|
|
23
20
|
"originalTargetFrameworks": [
|
|
@@ -30,6 +27,7 @@
|
|
|
30
27
|
},
|
|
31
28
|
"frameworks": {
|
|
32
29
|
"netcoreapp2.1": {
|
|
30
|
+
"targetAlias": "netcoreapp2.1",
|
|
33
31
|
"projectReferences": {}
|
|
34
32
|
}
|
|
35
33
|
},
|
|
@@ -41,6 +39,7 @@
|
|
|
41
39
|
},
|
|
42
40
|
"frameworks": {
|
|
43
41
|
"netcoreapp2.1": {
|
|
42
|
+
"targetAlias": "netcoreapp2.1",
|
|
44
43
|
"dependencies": {
|
|
45
44
|
"Microsoft.AspNetCore.App": {
|
|
46
45
|
"suppressParent": "All",
|
|
@@ -65,7 +64,7 @@
|
|
|
65
64
|
],
|
|
66
65
|
"assetTargetFallback": true,
|
|
67
66
|
"warn": true,
|
|
68
|
-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\
|
|
67
|
+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.214\\RuntimeIdentifierGraph.json"
|
|
69
68
|
}
|
|
70
69
|
}
|
|
71
70
|
}
|
|
@@ -5,25 +5,28 @@
|
|
|
5
5
|
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
|
6
6
|
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
|
7
7
|
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
|
8
|
-
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\
|
|
8
|
+
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\huanglj3\.nuget\packages\</NuGetPackageFolders>
|
|
9
9
|
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
|
10
|
-
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.
|
|
10
|
+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.9.1</NuGetToolVersion>
|
|
11
11
|
</PropertyGroup>
|
|
12
|
+
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
13
|
+
<SourceRoot Include="C:\Users\huanglj3\.nuget\packages\" />
|
|
14
|
+
</ItemGroup>
|
|
12
15
|
<PropertyGroup>
|
|
13
16
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
|
14
17
|
</PropertyGroup>
|
|
15
18
|
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
16
|
-
<Import Project="
|
|
17
|
-
<Import Project="
|
|
18
|
-
<Import Project="
|
|
19
|
-
<Import Project="
|
|
20
|
-
<Import Project="
|
|
19
|
+
<Import Project="$(NuGetPackageRoot)microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.props" Condition="Exists('$(NuGetPackageRoot)microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.props')" />
|
|
20
|
+
<Import Project="$(NuGetPackageRoot)microsoft.extensions.fileproviders.embedded\2.1.1\build\netstandard2.0\Microsoft.Extensions.FileProviders.Embedded.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.fileproviders.embedded\2.1.1\build\netstandard2.0\Microsoft.Extensions.FileProviders.Embedded.props')" />
|
|
21
|
+
<Import Project="$(NuGetPackageRoot)microsoft.extensions.configuration.usersecrets\2.1.1\build\netstandard2.0\Microsoft.Extensions.Configuration.UserSecrets.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.configuration.usersecrets\2.1.1\build\netstandard2.0\Microsoft.Extensions.Configuration.UserSecrets.props')" />
|
|
22
|
+
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore.design\2.1.1\build\netcoreapp2.0\Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore.design\2.1.1\build\netcoreapp2.0\Microsoft.EntityFrameworkCore.Design.props')" />
|
|
23
|
+
<Import Project="$(NuGetPackageRoot)microsoft.aspnetcore.mvc.razor.extensions\2.1.1\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.props" Condition="Exists('$(NuGetPackageRoot)microsoft.aspnetcore.mvc.razor.extensions\2.1.1\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.props')" />
|
|
21
24
|
<Import Project="$(NuGetPackageRoot)microsoft.aspnetcore.razor.design\2.1.1\build\netstandard2.0\Microsoft.AspNetCore.Razor.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.aspnetcore.razor.design\2.1.1\build\netstandard2.0\Microsoft.AspNetCore.Razor.Design.props')" />
|
|
22
|
-
<Import Project="
|
|
25
|
+
<Import Project="$(NuGetPackageRoot)microsoft.aspnetcore.app\2.1.1\build\netcoreapp2.1\Microsoft.AspNetCore.App.props" Condition="Exists('$(NuGetPackageRoot)microsoft.aspnetcore.app\2.1.1\build\netcoreapp2.1\Microsoft.AspNetCore.App.props')" />
|
|
23
26
|
</ImportGroup>
|
|
24
27
|
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
25
|
-
<PkgMicrosoft_EntityFrameworkCore_Tools Condition=" '$(PkgMicrosoft_EntityFrameworkCore_Tools)' == '' ">C:\
|
|
26
|
-
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">C:\
|
|
27
|
-
<PkgMicrosoft_AspNetCore_Razor_Design Condition=" '$(PkgMicrosoft_AspNetCore_Razor_Design)' == '' ">C:\Users\
|
|
28
|
+
<PkgMicrosoft_EntityFrameworkCore_Tools Condition=" '$(PkgMicrosoft_EntityFrameworkCore_Tools)' == '' ">C:\Users\huanglj3\.nuget\packages\microsoft.entityframeworkcore.tools\2.1.1</PkgMicrosoft_EntityFrameworkCore_Tools>
|
|
29
|
+
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">C:\Users\huanglj3\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0</PkgMicrosoft_CodeAnalysis_Analyzers>
|
|
30
|
+
<PkgMicrosoft_AspNetCore_Razor_Design Condition=" '$(PkgMicrosoft_AspNetCore_Razor_Design)' == '' ">C:\Users\huanglj3\.nuget\packages\microsoft.aspnetcore.razor.design\2.1.1</PkgMicrosoft_AspNetCore_Razor_Design>
|
|
28
31
|
</PropertyGroup>
|
|
29
32
|
</Project>
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
|
5
5
|
</PropertyGroup>
|
|
6
6
|
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
7
|
-
<Import Project="
|
|
8
|
-
<Import Project="
|
|
9
|
-
<Import Project="
|
|
10
|
-
<Import Project="
|
|
11
|
-
<Import Project="
|
|
12
|
-
<Import Project="
|
|
13
|
-
<Import Project="
|
|
7
|
+
<Import Project="$(NuGetPackageRoot)netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('$(NuGetPackageRoot)netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets')" />
|
|
8
|
+
<Import Project="$(NuGetPackageRoot)microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.netcore.app\2.1.0\build\netcoreapp2.1\Microsoft.NETCore.App.targets')" />
|
|
9
|
+
<Import Project="$(NuGetPackageRoot)microsoft.extensions.fileproviders.embedded\2.1.1\build\netstandard2.0\Microsoft.Extensions.FileProviders.Embedded.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.fileproviders.embedded\2.1.1\build\netstandard2.0\Microsoft.Extensions.FileProviders.Embedded.targets')" />
|
|
10
|
+
<Import Project="$(NuGetPackageRoot)microsoft.extensions.configuration.usersecrets\2.1.1\build\netstandard2.0\Microsoft.Extensions.Configuration.UserSecrets.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.configuration.usersecrets\2.1.1\build\netstandard2.0\Microsoft.Extensions.Configuration.UserSecrets.targets')" />
|
|
11
|
+
<Import Project="$(NuGetPackageRoot)microsoft.aspnetcore.mvc.razor.extensions\2.1.1\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.aspnetcore.mvc.razor.extensions\2.1.1\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.targets')" />
|
|
12
|
+
<Import Project="$(NuGetPackageRoot)microsoft.aspnetcore.mvc.razor.viewcompilation\2.1.1\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.aspnetcore.mvc.razor.viewcompilation\2.1.1\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.targets')" />
|
|
13
|
+
<Import Project="$(NuGetPackageRoot)microsoft.aspnetcore.app\2.1.1\build\netcoreapp2.1\Microsoft.AspNetCore.App.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.aspnetcore.app\2.1.1\build\netcoreapp2.1\Microsoft.AspNetCore.App.targets')" />
|
|
14
14
|
</ImportGroup>
|
|
15
15
|
</Project>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
E:\CCAI\js-sdk-v3-new\obj\Debug\netcoreapp2.1\Centaline.Front_End.DataDriven.csprojAssemblyReference.cache
|
|
2
|
+
E:\CCAI\js-sdk-v3-new\obj\Debug\netcoreapp2.1\Centaline.Front_End.DataDriven.AssemblyInfoInputs.cache
|
|
3
|
+
E:\CCAI\js-sdk-v3-new\obj\Debug\netcoreapp2.1\Centaline.Front_End.DataDriven.AssemblyInfo.cs
|
|
4
|
+
E:\CCAI\js-sdk-v3-new\obj\Debug\netcoreapp2.1\Centaline.Front_End.DataDriven.csproj.CoreCompileInputs.cache
|
|
5
|
+
E:\CCAI\js-sdk-v3-new\obj\Debug\netcoreapp2.1\Centaline.Front_End.DataDriven.RazorAssemblyInfo.cache
|
|
6
|
+
E:\CCAI\js-sdk-v3-new\obj\Debug\netcoreapp2.1\Centaline.Front_End.DataDriven.RazorAssemblyInfo.cs
|
package/obj/project.assets.json
CHANGED
|
@@ -5608,6 +5608,7 @@
|
|
|
5608
5608
|
"hasTools": true,
|
|
5609
5609
|
"files": [
|
|
5610
5610
|
".nupkg.metadata",
|
|
5611
|
+
".signature.p7s",
|
|
5611
5612
|
"ThirdPartyNotices.rtf",
|
|
5612
5613
|
"analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll",
|
|
5613
5614
|
"analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll",
|
|
@@ -6948,6 +6949,7 @@
|
|
|
6948
6949
|
"path": "netstandard.library/2.0.3",
|
|
6949
6950
|
"files": [
|
|
6950
6951
|
".nupkg.metadata",
|
|
6952
|
+
".signature.p7s",
|
|
6951
6953
|
"LICENSE.TXT",
|
|
6952
6954
|
"THIRD-PARTY-NOTICES.TXT",
|
|
6953
6955
|
"build/netstandard2.0/NETStandard.Library.targets",
|
|
@@ -7142,6 +7144,7 @@
|
|
|
7142
7144
|
"path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
|
|
7143
7145
|
"files": [
|
|
7144
7146
|
".nupkg.metadata",
|
|
7147
|
+
".signature.p7s",
|
|
7145
7148
|
"ThirdPartyNotices.txt",
|
|
7146
7149
|
"dotnet_library_license.txt",
|
|
7147
7150
|
"runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
|
|
@@ -7155,6 +7158,7 @@
|
|
|
7155
7158
|
"path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
|
|
7156
7159
|
"files": [
|
|
7157
7160
|
".nupkg.metadata",
|
|
7161
|
+
".signature.p7s",
|
|
7158
7162
|
"ThirdPartyNotices.txt",
|
|
7159
7163
|
"dotnet_library_license.txt",
|
|
7160
7164
|
"runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
|
|
@@ -7168,6 +7172,7 @@
|
|
|
7168
7172
|
"path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
|
|
7169
7173
|
"files": [
|
|
7170
7174
|
".nupkg.metadata",
|
|
7175
|
+
".signature.p7s",
|
|
7171
7176
|
"ThirdPartyNotices.txt",
|
|
7172
7177
|
"dotnet_library_license.txt",
|
|
7173
7178
|
"runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
|
|
@@ -7181,6 +7186,7 @@
|
|
|
7181
7186
|
"path": "runtime.native.system/4.3.0",
|
|
7182
7187
|
"files": [
|
|
7183
7188
|
".nupkg.metadata",
|
|
7189
|
+
".signature.p7s",
|
|
7184
7190
|
"ThirdPartyNotices.txt",
|
|
7185
7191
|
"dotnet_library_license.txt",
|
|
7186
7192
|
"lib/netstandard1.0/_._",
|
|
@@ -7209,6 +7215,7 @@
|
|
|
7209
7215
|
"path": "runtime.native.system.io.compression/4.3.0",
|
|
7210
7216
|
"files": [
|
|
7211
7217
|
".nupkg.metadata",
|
|
7218
|
+
".signature.p7s",
|
|
7212
7219
|
"ThirdPartyNotices.txt",
|
|
7213
7220
|
"dotnet_library_license.txt",
|
|
7214
7221
|
"lib/netstandard1.0/_._",
|
|
@@ -7222,6 +7229,7 @@
|
|
|
7222
7229
|
"path": "runtime.native.system.net.http/4.3.0",
|
|
7223
7230
|
"files": [
|
|
7224
7231
|
".nupkg.metadata",
|
|
7232
|
+
".signature.p7s",
|
|
7225
7233
|
"ThirdPartyNotices.txt",
|
|
7226
7234
|
"dotnet_library_license.txt",
|
|
7227
7235
|
"lib/netstandard1.0/_._",
|
|
@@ -7235,6 +7243,7 @@
|
|
|
7235
7243
|
"path": "runtime.native.system.security.cryptography.apple/4.3.0",
|
|
7236
7244
|
"files": [
|
|
7237
7245
|
".nupkg.metadata",
|
|
7246
|
+
".signature.p7s",
|
|
7238
7247
|
"ThirdPartyNotices.txt",
|
|
7239
7248
|
"dotnet_library_license.txt",
|
|
7240
7249
|
"lib/netstandard1.0/_._",
|
|
@@ -7248,6 +7257,7 @@
|
|
|
7248
7257
|
"path": "runtime.native.system.security.cryptography.openssl/4.3.0",
|
|
7249
7258
|
"files": [
|
|
7250
7259
|
".nupkg.metadata",
|
|
7260
|
+
".signature.p7s",
|
|
7251
7261
|
"ThirdPartyNotices.txt",
|
|
7252
7262
|
"dotnet_library_license.txt",
|
|
7253
7263
|
"lib/netstandard1.0/_._",
|
|
@@ -7261,6 +7271,7 @@
|
|
|
7261
7271
|
"path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
|
|
7262
7272
|
"files": [
|
|
7263
7273
|
".nupkg.metadata",
|
|
7274
|
+
".signature.p7s",
|
|
7264
7275
|
"ThirdPartyNotices.txt",
|
|
7265
7276
|
"dotnet_library_license.txt",
|
|
7266
7277
|
"runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
|
|
@@ -7274,6 +7285,7 @@
|
|
|
7274
7285
|
"path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
|
|
7275
7286
|
"files": [
|
|
7276
7287
|
".nupkg.metadata",
|
|
7288
|
+
".signature.p7s",
|
|
7277
7289
|
"ThirdPartyNotices.txt",
|
|
7278
7290
|
"dotnet_library_license.txt",
|
|
7279
7291
|
"runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
|
|
@@ -7301,6 +7313,7 @@
|
|
|
7301
7313
|
"path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
|
|
7302
7314
|
"files": [
|
|
7303
7315
|
".nupkg.metadata",
|
|
7316
|
+
".signature.p7s",
|
|
7304
7317
|
"ThirdPartyNotices.txt",
|
|
7305
7318
|
"dotnet_library_license.txt",
|
|
7306
7319
|
"runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
|
|
@@ -7314,6 +7327,7 @@
|
|
|
7314
7327
|
"path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
|
|
7315
7328
|
"files": [
|
|
7316
7329
|
".nupkg.metadata",
|
|
7330
|
+
".signature.p7s",
|
|
7317
7331
|
"ThirdPartyNotices.txt",
|
|
7318
7332
|
"dotnet_library_license.txt",
|
|
7319
7333
|
"runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
|
|
@@ -7327,6 +7341,7 @@
|
|
|
7327
7341
|
"path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
|
|
7328
7342
|
"files": [
|
|
7329
7343
|
".nupkg.metadata",
|
|
7344
|
+
".signature.p7s",
|
|
7330
7345
|
"ThirdPartyNotices.txt",
|
|
7331
7346
|
"dotnet_library_license.txt",
|
|
7332
7347
|
"runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
|
|
@@ -7340,6 +7355,7 @@
|
|
|
7340
7355
|
"path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
|
|
7341
7356
|
"files": [
|
|
7342
7357
|
".nupkg.metadata",
|
|
7358
|
+
".signature.p7s",
|
|
7343
7359
|
"ThirdPartyNotices.txt",
|
|
7344
7360
|
"dotnet_library_license.txt",
|
|
7345
7361
|
"runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
|
|
@@ -7353,6 +7369,7 @@
|
|
|
7353
7369
|
"path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
|
|
7354
7370
|
"files": [
|
|
7355
7371
|
".nupkg.metadata",
|
|
7372
|
+
".signature.p7s",
|
|
7356
7373
|
"ThirdPartyNotices.txt",
|
|
7357
7374
|
"dotnet_library_license.txt",
|
|
7358
7375
|
"runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
|
|
@@ -7366,6 +7383,7 @@
|
|
|
7366
7383
|
"path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
|
|
7367
7384
|
"files": [
|
|
7368
7385
|
".nupkg.metadata",
|
|
7386
|
+
".signature.p7s",
|
|
7369
7387
|
"ThirdPartyNotices.txt",
|
|
7370
7388
|
"dotnet_library_license.txt",
|
|
7371
7389
|
"runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
|
|
@@ -7381,6 +7399,7 @@
|
|
|
7381
7399
|
"path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
|
|
7382
7400
|
"files": [
|
|
7383
7401
|
".nupkg.metadata",
|
|
7402
|
+
".signature.p7s",
|
|
7384
7403
|
"ThirdPartyNotices.txt",
|
|
7385
7404
|
"dotnet_library_license.txt",
|
|
7386
7405
|
"runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
|
|
@@ -7396,6 +7415,7 @@
|
|
|
7396
7415
|
"path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
|
|
7397
7416
|
"files": [
|
|
7398
7417
|
".nupkg.metadata",
|
|
7418
|
+
".signature.p7s",
|
|
7399
7419
|
"ThirdPartyNotices.txt",
|
|
7400
7420
|
"dotnet_library_license.txt",
|
|
7401
7421
|
"runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
|
|
@@ -7693,6 +7713,7 @@
|
|
|
7693
7713
|
"path": "system.collections.specialized/4.3.0",
|
|
7694
7714
|
"files": [
|
|
7695
7715
|
".nupkg.metadata",
|
|
7716
|
+
".signature.p7s",
|
|
7696
7717
|
"ThirdPartyNotices.txt",
|
|
7697
7718
|
"dotnet_library_license.txt",
|
|
7698
7719
|
"lib/MonoAndroid10/_._",
|
|
@@ -7932,6 +7953,7 @@
|
|
|
7932
7953
|
"path": "system.diagnostics.contracts/4.3.0",
|
|
7933
7954
|
"files": [
|
|
7934
7955
|
".nupkg.metadata",
|
|
7956
|
+
".signature.p7s",
|
|
7935
7957
|
"ThirdPartyNotices.txt",
|
|
7936
7958
|
"dotnet_library_license.txt",
|
|
7937
7959
|
"lib/MonoAndroid10/_._",
|
|
@@ -8084,6 +8106,7 @@
|
|
|
8084
8106
|
"path": "system.diagnostics.fileversioninfo/4.3.0",
|
|
8085
8107
|
"files": [
|
|
8086
8108
|
".nupkg.metadata",
|
|
8109
|
+
".signature.p7s",
|
|
8087
8110
|
"ThirdPartyNotices.txt",
|
|
8088
8111
|
"dotnet_library_license.txt",
|
|
8089
8112
|
"lib/MonoAndroid10/_._",
|
|
@@ -8125,6 +8148,7 @@
|
|
|
8125
8148
|
"path": "system.diagnostics.stacktrace/4.3.0",
|
|
8126
8149
|
"files": [
|
|
8127
8150
|
".nupkg.metadata",
|
|
8151
|
+
".signature.p7s",
|
|
8128
8152
|
"ThirdPartyNotices.txt",
|
|
8129
8153
|
"dotnet_library_license.txt",
|
|
8130
8154
|
"lib/MonoAndroid10/_._",
|
|
@@ -8311,6 +8335,7 @@
|
|
|
8311
8335
|
"path": "system.dynamic.runtime/4.3.0",
|
|
8312
8336
|
"files": [
|
|
8313
8337
|
".nupkg.metadata",
|
|
8338
|
+
".signature.p7s",
|
|
8314
8339
|
"ThirdPartyNotices.txt",
|
|
8315
8340
|
"dotnet_library_license.txt",
|
|
8316
8341
|
"lib/MonoAndroid10/_._",
|
|
@@ -8487,6 +8512,7 @@
|
|
|
8487
8512
|
"path": "system.globalization.extensions/4.3.0",
|
|
8488
8513
|
"files": [
|
|
8489
8514
|
".nupkg.metadata",
|
|
8515
|
+
".signature.p7s",
|
|
8490
8516
|
"ThirdPartyNotices.txt",
|
|
8491
8517
|
"dotnet_library_license.txt",
|
|
8492
8518
|
"lib/MonoAndroid10/_._",
|
|
@@ -8970,6 +8996,7 @@
|
|
|
8970
8996
|
"path": "system.linq.queryable/4.0.1",
|
|
8971
8997
|
"files": [
|
|
8972
8998
|
".nupkg.metadata",
|
|
8999
|
+
".signature.p7s",
|
|
8973
9000
|
"ThirdPartyNotices.txt",
|
|
8974
9001
|
"dotnet_library_license.txt",
|
|
8975
9002
|
"lib/monoandroid10/_._",
|
|
@@ -9349,6 +9376,7 @@
|
|
|
9349
9376
|
"path": "system.private.datacontractserialization/4.3.0",
|
|
9350
9377
|
"files": [
|
|
9351
9378
|
".nupkg.metadata",
|
|
9379
|
+
".signature.p7s",
|
|
9352
9380
|
"ThirdPartyNotices.txt",
|
|
9353
9381
|
"dotnet_library_license.txt",
|
|
9354
9382
|
"lib/netstandard1.3/System.Private.DataContractSerialization.dll",
|
|
@@ -9706,6 +9734,7 @@
|
|
|
9706
9734
|
"path": "system.reflection.typeextensions/4.3.0",
|
|
9707
9735
|
"files": [
|
|
9708
9736
|
".nupkg.metadata",
|
|
9737
|
+
".signature.p7s",
|
|
9709
9738
|
"ThirdPartyNotices.txt",
|
|
9710
9739
|
"dotnet_library_license.txt",
|
|
9711
9740
|
"lib/MonoAndroid10/_._",
|
|
@@ -10237,6 +10266,7 @@
|
|
|
10237
10266
|
"path": "system.runtime.serialization.primitives/4.3.0",
|
|
10238
10267
|
"files": [
|
|
10239
10268
|
".nupkg.metadata",
|
|
10269
|
+
".signature.p7s",
|
|
10240
10270
|
"ThirdPartyNotices.txt",
|
|
10241
10271
|
"dotnet_library_license.txt",
|
|
10242
10272
|
"lib/MonoAndroid10/_._",
|
|
@@ -10309,6 +10339,7 @@
|
|
|
10309
10339
|
"path": "system.runtime.serialization.xml/4.3.0",
|
|
10310
10340
|
"files": [
|
|
10311
10341
|
".nupkg.metadata",
|
|
10342
|
+
".signature.p7s",
|
|
10312
10343
|
"ThirdPartyNotices.txt",
|
|
10313
10344
|
"dotnet_library_license.txt",
|
|
10314
10345
|
"lib/MonoAndroid10/_._",
|
|
@@ -10422,6 +10453,7 @@
|
|
|
10422
10453
|
"path": "system.security.claims/4.3.0",
|
|
10423
10454
|
"files": [
|
|
10424
10455
|
".nupkg.metadata",
|
|
10456
|
+
".signature.p7s",
|
|
10425
10457
|
"ThirdPartyNotices.txt",
|
|
10426
10458
|
"dotnet_library_license.txt",
|
|
10427
10459
|
"lib/MonoAndroid10/_._",
|
|
@@ -10460,6 +10492,7 @@
|
|
|
10460
10492
|
"path": "system.security.cryptography.algorithms/4.3.0",
|
|
10461
10493
|
"files": [
|
|
10462
10494
|
".nupkg.metadata",
|
|
10495
|
+
".signature.p7s",
|
|
10463
10496
|
"ThirdPartyNotices.txt",
|
|
10464
10497
|
"dotnet_library_license.txt",
|
|
10465
10498
|
"lib/MonoAndroid10/_._",
|
|
@@ -10563,6 +10596,7 @@
|
|
|
10563
10596
|
"path": "system.security.cryptography.csp/4.3.0",
|
|
10564
10597
|
"files": [
|
|
10565
10598
|
".nupkg.metadata",
|
|
10599
|
+
".signature.p7s",
|
|
10566
10600
|
"ThirdPartyNotices.txt",
|
|
10567
10601
|
"dotnet_library_license.txt",
|
|
10568
10602
|
"lib/MonoAndroid10/_._",
|
|
@@ -10635,6 +10669,7 @@
|
|
|
10635
10669
|
"path": "system.security.cryptography.openssl/4.3.0",
|
|
10636
10670
|
"files": [
|
|
10637
10671
|
".nupkg.metadata",
|
|
10672
|
+
".signature.p7s",
|
|
10638
10673
|
"ThirdPartyNotices.txt",
|
|
10639
10674
|
"dotnet_library_license.txt",
|
|
10640
10675
|
"lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll",
|
|
@@ -10712,6 +10747,7 @@
|
|
|
10712
10747
|
"path": "system.security.cryptography.x509certificates/4.3.0",
|
|
10713
10748
|
"files": [
|
|
10714
10749
|
".nupkg.metadata",
|
|
10750
|
+
".signature.p7s",
|
|
10715
10751
|
"ThirdPartyNotices.txt",
|
|
10716
10752
|
"dotnet_library_license.txt",
|
|
10717
10753
|
"lib/MonoAndroid10/_._",
|
|
@@ -10809,6 +10845,7 @@
|
|
|
10809
10845
|
"path": "system.security.principal/4.3.0",
|
|
10810
10846
|
"files": [
|
|
10811
10847
|
".nupkg.metadata",
|
|
10848
|
+
".signature.p7s",
|
|
10812
10849
|
"ThirdPartyNotices.txt",
|
|
10813
10850
|
"dotnet_library_license.txt",
|
|
10814
10851
|
"lib/MonoAndroid10/_._",
|
|
@@ -11396,6 +11433,7 @@
|
|
|
11396
11433
|
"path": "system.threading.tasks.parallel/4.3.0",
|
|
11397
11434
|
"files": [
|
|
11398
11435
|
".nupkg.metadata",
|
|
11436
|
+
".signature.p7s",
|
|
11399
11437
|
"ThirdPartyNotices.txt",
|
|
11400
11438
|
"dotnet_library_license.txt",
|
|
11401
11439
|
"lib/MonoAndroid10/_._",
|
|
@@ -11492,6 +11530,7 @@
|
|
|
11492
11530
|
"path": "system.valuetuple/4.3.0",
|
|
11493
11531
|
"files": [
|
|
11494
11532
|
".nupkg.metadata",
|
|
11533
|
+
".signature.p7s",
|
|
11495
11534
|
"ThirdPartyNotices.txt",
|
|
11496
11535
|
"dotnet_library_license.txt",
|
|
11497
11536
|
"lib/netstandard1.0/.xml",
|
|
@@ -11650,6 +11689,7 @@
|
|
|
11650
11689
|
"path": "system.xml.xmldocument/4.3.0",
|
|
11651
11690
|
"files": [
|
|
11652
11691
|
".nupkg.metadata",
|
|
11692
|
+
".signature.p7s",
|
|
11653
11693
|
"ThirdPartyNotices.txt",
|
|
11654
11694
|
"dotnet_library_license.txt",
|
|
11655
11695
|
"lib/MonoAndroid10/_._",
|
|
@@ -11688,6 +11728,7 @@
|
|
|
11688
11728
|
"path": "system.xml.xmlserializer/4.3.0",
|
|
11689
11729
|
"files": [
|
|
11690
11730
|
".nupkg.metadata",
|
|
11731
|
+
".signature.p7s",
|
|
11691
11732
|
"ThirdPartyNotices.txt",
|
|
11692
11733
|
"dotnet_library_license.txt",
|
|
11693
11734
|
"lib/MonoAndroid10/_._",
|
|
@@ -11758,6 +11799,7 @@
|
|
|
11758
11799
|
"path": "system.xml.xpath/4.3.0",
|
|
11759
11800
|
"files": [
|
|
11760
11801
|
".nupkg.metadata",
|
|
11802
|
+
".signature.p7s",
|
|
11761
11803
|
"ThirdPartyNotices.txt",
|
|
11762
11804
|
"dotnet_library_license.txt",
|
|
11763
11805
|
"lib/MonoAndroid10/_._",
|
|
@@ -11796,6 +11838,7 @@
|
|
|
11796
11838
|
"path": "system.xml.xpath.xdocument/4.3.0",
|
|
11797
11839
|
"files": [
|
|
11798
11840
|
".nupkg.metadata",
|
|
11841
|
+
".signature.p7s",
|
|
11799
11842
|
"ThirdPartyNotices.txt",
|
|
11800
11843
|
"dotnet_library_license.txt",
|
|
11801
11844
|
"lib/MonoAndroid10/_._",
|
|
@@ -11836,23 +11879,19 @@
|
|
|
11836
11879
|
]
|
|
11837
11880
|
},
|
|
11838
11881
|
"packageFolders": {
|
|
11839
|
-
"C:\\Users\\
|
|
11840
|
-
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
|
|
11882
|
+
"C:\\Users\\huanglj3\\.nuget\\packages\\": {}
|
|
11841
11883
|
},
|
|
11842
11884
|
"project": {
|
|
11843
11885
|
"version": "1.0.0",
|
|
11844
11886
|
"restore": {
|
|
11845
|
-
"projectUniqueName": "
|
|
11887
|
+
"projectUniqueName": "E:\\CCAI\\js-sdk-v3-new\\Centaline.Front_End.DataDriven.csproj",
|
|
11846
11888
|
"projectName": "Centaline.Front_End.DataDriven",
|
|
11847
|
-
"projectPath": "
|
|
11848
|
-
"packagesPath": "C:\\Users\\
|
|
11849
|
-
"outputPath": "
|
|
11889
|
+
"projectPath": "E:\\CCAI\\js-sdk-v3-new\\Centaline.Front_End.DataDriven.csproj",
|
|
11890
|
+
"packagesPath": "C:\\Users\\huanglj3\\.nuget\\packages\\",
|
|
11891
|
+
"outputPath": "E:\\CCAI\\js-sdk-v3-new\\obj\\",
|
|
11850
11892
|
"projectStyle": "PackageReference",
|
|
11851
|
-
"fallbackFolders": [
|
|
11852
|
-
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
|
11853
|
-
],
|
|
11854
11893
|
"configFilePaths": [
|
|
11855
|
-
"C:\\Users\\
|
|
11894
|
+
"C:\\Users\\huanglj3\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
11856
11895
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
|
11857
11896
|
],
|
|
11858
11897
|
"originalTargetFrameworks": [
|
|
@@ -11865,6 +11904,7 @@
|
|
|
11865
11904
|
},
|
|
11866
11905
|
"frameworks": {
|
|
11867
11906
|
"netcoreapp2.1": {
|
|
11907
|
+
"targetAlias": "netcoreapp2.1",
|
|
11868
11908
|
"projectReferences": {}
|
|
11869
11909
|
}
|
|
11870
11910
|
},
|
|
@@ -11876,6 +11916,7 @@
|
|
|
11876
11916
|
},
|
|
11877
11917
|
"frameworks": {
|
|
11878
11918
|
"netcoreapp2.1": {
|
|
11919
|
+
"targetAlias": "netcoreapp2.1",
|
|
11879
11920
|
"dependencies": {
|
|
11880
11921
|
"Microsoft.AspNetCore.App": {
|
|
11881
11922
|
"suppressParent": "All",
|
|
@@ -11900,7 +11941,7 @@
|
|
|
11900
11941
|
],
|
|
11901
11942
|
"assetTargetFallback": true,
|
|
11902
11943
|
"warn": true,
|
|
11903
|
-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\
|
|
11944
|
+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.214\\RuntimeIdentifierGraph.json"
|
|
11904
11945
|
}
|
|
11905
11946
|
}
|
|
11906
11947
|
}
|
package/package.json
CHANGED
package/src/Detail.vue
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div id="appDetail" style="height:100%;">
|
|
3
|
-
<ct-Detail :api="'PropertyOFI/readDetailForBrowse'" :apiParam="apiParam" :pageType="'PropertyDetailOFI'"></ct-Detail>
|
|
3
|
+
<!-- <ct-Detail :api="'PropertyOFI/readDetailForBrowse'" :apiParam="apiParam" :pageType="'PropertyDetailOFI'"></ct-Detail> -->
|
|
4
4
|
<!-- <ct-Detail :api="'PropertyRET/readDetailForBrowse'" :apiParam="apiParam" :pageType="'PropertyDetailRET'"></ct-Detail> -->
|
|
5
5
|
<!-- <ct-Detail :api="'Estate/readDetailForBrowse'" :apiParam="apiParam" :pageType="'EstateDetail'"></ct-Detail> -->
|
|
6
|
-
|
|
6
|
+
<ct-Detail :api="'EstateBuilding/readDetailForBrowse'" :apiParam="apiParam" :pageType="'EstateBuildingDetail'"></ct-Detail>
|
|
7
7
|
<ct-dialog-list></ct-dialog-list>
|
|
8
8
|
</div>
|
|
9
9
|
</template>
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
return {
|
|
16
16
|
apiParam: {
|
|
17
17
|
actionType: 1,
|
|
18
|
-
chanceID: "
|
|
18
|
+
chanceID: "1604775272433979392",
|
|
19
19
|
estateID:'',
|
|
20
20
|
buildingID:'9717',
|
|
21
21
|
} ,
|
package/src/Form.vue
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div id="form-app" class="data-driven" style="width:100%;height:100%;overflow:auto">
|
|
3
3
|
<!-- <ct-form :source="formdata.content" :apiParam="apiParam"></ct-form> -->
|
|
4
|
-
<ct-form :api="'/
|
|
4
|
+
<ct-form :api="'/AttendanceClassGroup/readDetail'" :apiParam="apiParam" :topHeight="topHeight"></ct-form>
|
|
5
5
|
<ct-dialog-list></ct-dialog-list>
|
|
6
6
|
</div>
|
|
7
7
|
</template>
|
|
@@ -11,11 +11,9 @@
|
|
|
11
11
|
name: 'DataDrivenForm',
|
|
12
12
|
data() {
|
|
13
13
|
return {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
2
|
|
18
|
-
},
|
|
14
|
+
apiParam:{
|
|
15
|
+
"actionType":"2"
|
|
16
|
+
},
|
|
19
17
|
topHeight:10,
|
|
20
18
|
}
|
|
21
19
|
},
|