@genesislcap/foundation-entity-management 14.143.2 → 14.143.3-alpha-b3a864d.0
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/dist/custom-elements.json +188 -196
- package/dist/dts/index.d.ts +0 -1
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/esm/index.js +0 -1
- package/dist/foundation-entity-management.api.json +0 -393
- package/dist/foundation-entity-management.d.ts +0 -64
- package/docs/api/foundation-entity-management.md +0 -1
- package/docs/api-report.md +0 -49
- package/package.json +16 -16
- package/dist/dts/main/index.d.ts +0 -3
- package/dist/dts/main/index.d.ts.map +0 -1
- package/dist/dts/main/main.d.ts +0 -22
- package/dist/dts/main/main.d.ts.map +0 -1
- package/dist/dts/main/main.styles.d.ts +0 -2
- package/dist/dts/main/main.styles.d.ts.map +0 -1
- package/dist/dts/main/main.template.d.ts +0 -15
- package/dist/dts/main/main.template.d.ts.map +0 -1
- package/dist/dts/routes/config.d.ts +0 -29
- package/dist/dts/routes/config.d.ts.map +0 -1
- package/dist/dts/routes/demo/entity-management.d.ts +0 -4
- package/dist/dts/routes/demo/entity-management.d.ts.map +0 -1
- package/dist/dts/routes/demo/entity-management.template.d.ts +0 -3
- package/dist/dts/routes/demo/entity-management.template.d.ts.map +0 -1
- package/dist/dts/routes/index.d.ts +0 -2
- package/dist/dts/routes/index.d.ts.map +0 -1
- package/dist/esm/main/index.js +0 -2
- package/dist/esm/main/main.js +0 -85
- package/dist/esm/main/main.styles.js +0 -25
- package/dist/esm/main/main.template.js +0 -28
- package/dist/esm/routes/config.js +0 -117
- package/dist/esm/routes/demo/entity-management.js +0 -33
- package/dist/esm/routes/demo/entity-management.template.js +0 -18
- package/dist/esm/routes/index.js +0 -1
- package/docs/api/foundation-entity-management.mainapplication.config.md +0 -11
- package/docs/api/foundation-entity-management.mainapplication.connect.md +0 -11
- package/docs/api/foundation-entity-management.mainapplication.connectedcallback.md +0 -15
- package/docs/api/foundation-entity-management.mainapplication.container.md +0 -11
- package/docs/api/foundation-entity-management.mainapplication.data.md +0 -11
- package/docs/api/foundation-entity-management.mainapplication.loadremotes.md +0 -15
- package/docs/api/foundation-entity-management.mainapplication.md +0 -35
- package/docs/api/foundation-entity-management.mainapplication.onluminancetoggle.md +0 -15
- package/docs/api/foundation-entity-management.mainapplication.provider.md +0 -11
- package/docs/api/foundation-entity-management.mainapplication.ready.md +0 -11
- package/docs/api/foundation-entity-management.mainapplication.selecttemplate.md +0 -15
- package/docs/api/foundation-entity-management.mainapplication.session.md +0 -11
|
@@ -44,14 +44,6 @@
|
|
|
44
44
|
"name": "*",
|
|
45
45
|
"package": "./utils"
|
|
46
46
|
}
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"kind": "js",
|
|
50
|
-
"name": "*",
|
|
51
|
-
"declaration": {
|
|
52
|
-
"name": "*",
|
|
53
|
-
"package": "./main/index"
|
|
54
|
-
}
|
|
55
47
|
}
|
|
56
48
|
]
|
|
57
49
|
},
|
|
@@ -87,41 +79,6 @@
|
|
|
87
79
|
}
|
|
88
80
|
]
|
|
89
81
|
},
|
|
90
|
-
{
|
|
91
|
-
"kind": "javascript-module",
|
|
92
|
-
"path": "src/components/components.ts",
|
|
93
|
-
"declarations": [
|
|
94
|
-
{
|
|
95
|
-
"kind": "function",
|
|
96
|
-
"name": "loadRemotes"
|
|
97
|
-
}
|
|
98
|
-
],
|
|
99
|
-
"exports": [
|
|
100
|
-
{
|
|
101
|
-
"kind": "js",
|
|
102
|
-
"name": "loadRemotes",
|
|
103
|
-
"declaration": {
|
|
104
|
-
"name": "loadRemotes",
|
|
105
|
-
"module": "src/components/components.ts"
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
]
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"kind": "javascript-module",
|
|
112
|
-
"path": "src/components/index.ts",
|
|
113
|
-
"declarations": [],
|
|
114
|
-
"exports": [
|
|
115
|
-
{
|
|
116
|
-
"kind": "js",
|
|
117
|
-
"name": "*",
|
|
118
|
-
"declaration": {
|
|
119
|
-
"name": "*",
|
|
120
|
-
"package": "./components"
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
]
|
|
124
|
-
},
|
|
125
82
|
{
|
|
126
83
|
"kind": "javascript-module",
|
|
127
84
|
"path": "src/entities/entities.styles.ts",
|
|
@@ -818,6 +775,41 @@
|
|
|
818
775
|
}
|
|
819
776
|
]
|
|
820
777
|
},
|
|
778
|
+
{
|
|
779
|
+
"kind": "javascript-module",
|
|
780
|
+
"path": "src/components/components.ts",
|
|
781
|
+
"declarations": [
|
|
782
|
+
{
|
|
783
|
+
"kind": "function",
|
|
784
|
+
"name": "loadRemotes"
|
|
785
|
+
}
|
|
786
|
+
],
|
|
787
|
+
"exports": [
|
|
788
|
+
{
|
|
789
|
+
"kind": "js",
|
|
790
|
+
"name": "loadRemotes",
|
|
791
|
+
"declaration": {
|
|
792
|
+
"name": "loadRemotes",
|
|
793
|
+
"module": "src/components/components.ts"
|
|
794
|
+
}
|
|
795
|
+
}
|
|
796
|
+
]
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"kind": "javascript-module",
|
|
800
|
+
"path": "src/components/index.ts",
|
|
801
|
+
"declarations": [],
|
|
802
|
+
"exports": [
|
|
803
|
+
{
|
|
804
|
+
"kind": "js",
|
|
805
|
+
"name": "*",
|
|
806
|
+
"declaration": {
|
|
807
|
+
"name": "*",
|
|
808
|
+
"package": "./components"
|
|
809
|
+
}
|
|
810
|
+
}
|
|
811
|
+
]
|
|
812
|
+
},
|
|
821
813
|
{
|
|
822
814
|
"kind": "javascript-module",
|
|
823
815
|
"path": "src/layouts/default.ts",
|
|
@@ -867,6 +859,159 @@
|
|
|
867
859
|
}
|
|
868
860
|
]
|
|
869
861
|
},
|
|
862
|
+
{
|
|
863
|
+
"kind": "javascript-module",
|
|
864
|
+
"path": "src/main/index.ts",
|
|
865
|
+
"declarations": [],
|
|
866
|
+
"exports": [
|
|
867
|
+
{
|
|
868
|
+
"kind": "js",
|
|
869
|
+
"name": "*",
|
|
870
|
+
"declaration": {
|
|
871
|
+
"name": "*",
|
|
872
|
+
"package": "./main.template"
|
|
873
|
+
}
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"kind": "js",
|
|
877
|
+
"name": "*",
|
|
878
|
+
"declaration": {
|
|
879
|
+
"name": "*",
|
|
880
|
+
"package": "./main"
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
]
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"kind": "javascript-module",
|
|
887
|
+
"path": "src/main/main.styles.ts",
|
|
888
|
+
"declarations": [
|
|
889
|
+
{
|
|
890
|
+
"kind": "variable",
|
|
891
|
+
"name": "MainStyles",
|
|
892
|
+
"default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
|
|
893
|
+
}
|
|
894
|
+
],
|
|
895
|
+
"exports": [
|
|
896
|
+
{
|
|
897
|
+
"kind": "js",
|
|
898
|
+
"name": "MainStyles",
|
|
899
|
+
"declaration": {
|
|
900
|
+
"name": "MainStyles",
|
|
901
|
+
"module": "src/main/main.styles.ts"
|
|
902
|
+
}
|
|
903
|
+
}
|
|
904
|
+
]
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"kind": "javascript-module",
|
|
908
|
+
"path": "src/main/main.template.ts",
|
|
909
|
+
"declarations": [],
|
|
910
|
+
"exports": []
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"kind": "javascript-module",
|
|
914
|
+
"path": "src/main/main.ts",
|
|
915
|
+
"declarations": [
|
|
916
|
+
{
|
|
917
|
+
"kind": "class",
|
|
918
|
+
"description": "",
|
|
919
|
+
"name": "MainApplication",
|
|
920
|
+
"members": [
|
|
921
|
+
{
|
|
922
|
+
"kind": "field",
|
|
923
|
+
"name": "config",
|
|
924
|
+
"type": {
|
|
925
|
+
"text": "MainRouterConfig"
|
|
926
|
+
}
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"kind": "field",
|
|
930
|
+
"name": "connect",
|
|
931
|
+
"type": {
|
|
932
|
+
"text": "Connect"
|
|
933
|
+
}
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"kind": "field",
|
|
937
|
+
"name": "session",
|
|
938
|
+
"type": {
|
|
939
|
+
"text": "Session"
|
|
940
|
+
}
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"kind": "field",
|
|
944
|
+
"name": "container",
|
|
945
|
+
"type": {
|
|
946
|
+
"text": "Container"
|
|
947
|
+
}
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"kind": "field",
|
|
951
|
+
"name": "provider",
|
|
952
|
+
"type": {
|
|
953
|
+
"text": "any"
|
|
954
|
+
}
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"kind": "field",
|
|
958
|
+
"name": "ready",
|
|
959
|
+
"type": {
|
|
960
|
+
"text": "boolean"
|
|
961
|
+
},
|
|
962
|
+
"default": "false"
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"kind": "field",
|
|
966
|
+
"name": "data",
|
|
967
|
+
"type": {
|
|
968
|
+
"text": "any"
|
|
969
|
+
},
|
|
970
|
+
"default": "null"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"kind": "method",
|
|
974
|
+
"name": "onLuminanceToggle"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"kind": "method",
|
|
978
|
+
"name": "loadRemotes"
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"kind": "method",
|
|
982
|
+
"name": "selectTemplate"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"kind": "method",
|
|
986
|
+
"name": "registerDIDependencies",
|
|
987
|
+
"privacy": "private"
|
|
988
|
+
}
|
|
989
|
+
],
|
|
990
|
+
"superclass": {
|
|
991
|
+
"name": "FASTElement",
|
|
992
|
+
"package": "@microsoft/fast-element"
|
|
993
|
+
},
|
|
994
|
+
"customElement": true
|
|
995
|
+
}
|
|
996
|
+
],
|
|
997
|
+
"exports": [
|
|
998
|
+
{
|
|
999
|
+
"kind": "js",
|
|
1000
|
+
"name": "MainApplication",
|
|
1001
|
+
"declaration": {
|
|
1002
|
+
"name": "MainApplication",
|
|
1003
|
+
"module": "src/main/main.ts"
|
|
1004
|
+
}
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"kind": "custom-element-definition",
|
|
1008
|
+
"declaration": {
|
|
1009
|
+
"name": "MainApplication",
|
|
1010
|
+
"module": "src/main/main.ts"
|
|
1011
|
+
}
|
|
1012
|
+
}
|
|
1013
|
+
]
|
|
1014
|
+
},
|
|
870
1015
|
{
|
|
871
1016
|
"kind": "javascript-module",
|
|
872
1017
|
"path": "src/list/index.ts",
|
|
@@ -1273,159 +1418,6 @@
|
|
|
1273
1418
|
}
|
|
1274
1419
|
]
|
|
1275
1420
|
},
|
|
1276
|
-
{
|
|
1277
|
-
"kind": "javascript-module",
|
|
1278
|
-
"path": "src/main/index.ts",
|
|
1279
|
-
"declarations": [],
|
|
1280
|
-
"exports": [
|
|
1281
|
-
{
|
|
1282
|
-
"kind": "js",
|
|
1283
|
-
"name": "*",
|
|
1284
|
-
"declaration": {
|
|
1285
|
-
"name": "*",
|
|
1286
|
-
"package": "./main.template"
|
|
1287
|
-
}
|
|
1288
|
-
},
|
|
1289
|
-
{
|
|
1290
|
-
"kind": "js",
|
|
1291
|
-
"name": "*",
|
|
1292
|
-
"declaration": {
|
|
1293
|
-
"name": "*",
|
|
1294
|
-
"package": "./main"
|
|
1295
|
-
}
|
|
1296
|
-
}
|
|
1297
|
-
]
|
|
1298
|
-
},
|
|
1299
|
-
{
|
|
1300
|
-
"kind": "javascript-module",
|
|
1301
|
-
"path": "src/main/main.styles.ts",
|
|
1302
|
-
"declarations": [
|
|
1303
|
-
{
|
|
1304
|
-
"kind": "variable",
|
|
1305
|
-
"name": "MainStyles",
|
|
1306
|
-
"default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
|
|
1307
|
-
}
|
|
1308
|
-
],
|
|
1309
|
-
"exports": [
|
|
1310
|
-
{
|
|
1311
|
-
"kind": "js",
|
|
1312
|
-
"name": "MainStyles",
|
|
1313
|
-
"declaration": {
|
|
1314
|
-
"name": "MainStyles",
|
|
1315
|
-
"module": "src/main/main.styles.ts"
|
|
1316
|
-
}
|
|
1317
|
-
}
|
|
1318
|
-
]
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"kind": "javascript-module",
|
|
1322
|
-
"path": "src/main/main.template.ts",
|
|
1323
|
-
"declarations": [],
|
|
1324
|
-
"exports": []
|
|
1325
|
-
},
|
|
1326
|
-
{
|
|
1327
|
-
"kind": "javascript-module",
|
|
1328
|
-
"path": "src/main/main.ts",
|
|
1329
|
-
"declarations": [
|
|
1330
|
-
{
|
|
1331
|
-
"kind": "class",
|
|
1332
|
-
"description": "",
|
|
1333
|
-
"name": "MainApplication",
|
|
1334
|
-
"members": [
|
|
1335
|
-
{
|
|
1336
|
-
"kind": "field",
|
|
1337
|
-
"name": "config",
|
|
1338
|
-
"type": {
|
|
1339
|
-
"text": "MainRouterConfig"
|
|
1340
|
-
}
|
|
1341
|
-
},
|
|
1342
|
-
{
|
|
1343
|
-
"kind": "field",
|
|
1344
|
-
"name": "connect",
|
|
1345
|
-
"type": {
|
|
1346
|
-
"text": "Connect"
|
|
1347
|
-
}
|
|
1348
|
-
},
|
|
1349
|
-
{
|
|
1350
|
-
"kind": "field",
|
|
1351
|
-
"name": "session",
|
|
1352
|
-
"type": {
|
|
1353
|
-
"text": "Session"
|
|
1354
|
-
}
|
|
1355
|
-
},
|
|
1356
|
-
{
|
|
1357
|
-
"kind": "field",
|
|
1358
|
-
"name": "container",
|
|
1359
|
-
"type": {
|
|
1360
|
-
"text": "Container"
|
|
1361
|
-
}
|
|
1362
|
-
},
|
|
1363
|
-
{
|
|
1364
|
-
"kind": "field",
|
|
1365
|
-
"name": "provider",
|
|
1366
|
-
"type": {
|
|
1367
|
-
"text": "any"
|
|
1368
|
-
}
|
|
1369
|
-
},
|
|
1370
|
-
{
|
|
1371
|
-
"kind": "field",
|
|
1372
|
-
"name": "ready",
|
|
1373
|
-
"type": {
|
|
1374
|
-
"text": "boolean"
|
|
1375
|
-
},
|
|
1376
|
-
"default": "false"
|
|
1377
|
-
},
|
|
1378
|
-
{
|
|
1379
|
-
"kind": "field",
|
|
1380
|
-
"name": "data",
|
|
1381
|
-
"type": {
|
|
1382
|
-
"text": "any"
|
|
1383
|
-
},
|
|
1384
|
-
"default": "null"
|
|
1385
|
-
},
|
|
1386
|
-
{
|
|
1387
|
-
"kind": "method",
|
|
1388
|
-
"name": "onLuminanceToggle"
|
|
1389
|
-
},
|
|
1390
|
-
{
|
|
1391
|
-
"kind": "method",
|
|
1392
|
-
"name": "loadRemotes"
|
|
1393
|
-
},
|
|
1394
|
-
{
|
|
1395
|
-
"kind": "method",
|
|
1396
|
-
"name": "selectTemplate"
|
|
1397
|
-
},
|
|
1398
|
-
{
|
|
1399
|
-
"kind": "method",
|
|
1400
|
-
"name": "registerDIDependencies",
|
|
1401
|
-
"privacy": "private"
|
|
1402
|
-
}
|
|
1403
|
-
],
|
|
1404
|
-
"superclass": {
|
|
1405
|
-
"name": "FASTElement",
|
|
1406
|
-
"package": "@microsoft/fast-element"
|
|
1407
|
-
},
|
|
1408
|
-
"customElement": true
|
|
1409
|
-
}
|
|
1410
|
-
],
|
|
1411
|
-
"exports": [
|
|
1412
|
-
{
|
|
1413
|
-
"kind": "js",
|
|
1414
|
-
"name": "MainApplication",
|
|
1415
|
-
"declaration": {
|
|
1416
|
-
"name": "MainApplication",
|
|
1417
|
-
"module": "src/main/main.ts"
|
|
1418
|
-
}
|
|
1419
|
-
},
|
|
1420
|
-
{
|
|
1421
|
-
"kind": "custom-element-definition",
|
|
1422
|
-
"declaration": {
|
|
1423
|
-
"name": "MainApplication",
|
|
1424
|
-
"module": "src/main/main.ts"
|
|
1425
|
-
}
|
|
1426
|
-
}
|
|
1427
|
-
]
|
|
1428
|
-
},
|
|
1429
1421
|
{
|
|
1430
1422
|
"kind": "javascript-module",
|
|
1431
1423
|
"path": "src/profiles/editProfileSchema.ts",
|
package/dist/dts/index.d.ts
CHANGED
package/dist/dts/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,SAAS,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,SAAS,CAAC"}
|
package/dist/esm/index.js
CHANGED