@genesislcap/foundation-zero 14.107.1 → 14.109.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 +782 -782
- package/package.json +20 -17
|
@@ -669,37 +669,6 @@
|
|
|
669
669
|
}
|
|
670
670
|
]
|
|
671
671
|
},
|
|
672
|
-
{
|
|
673
|
-
"kind": "javascript-module",
|
|
674
|
-
"path": "src/_config/index.ts",
|
|
675
|
-
"declarations": [],
|
|
676
|
-
"exports": [
|
|
677
|
-
{
|
|
678
|
-
"kind": "js",
|
|
679
|
-
"name": "*",
|
|
680
|
-
"declaration": {
|
|
681
|
-
"name": "*",
|
|
682
|
-
"package": "./styles"
|
|
683
|
-
}
|
|
684
|
-
},
|
|
685
|
-
{
|
|
686
|
-
"kind": "js",
|
|
687
|
-
"name": "*",
|
|
688
|
-
"declaration": {
|
|
689
|
-
"name": "*",
|
|
690
|
-
"package": "./tokens"
|
|
691
|
-
}
|
|
692
|
-
},
|
|
693
|
-
{
|
|
694
|
-
"kind": "js",
|
|
695
|
-
"name": "*",
|
|
696
|
-
"declaration": {
|
|
697
|
-
"name": "*",
|
|
698
|
-
"package": "./values"
|
|
699
|
-
}
|
|
700
|
-
}
|
|
701
|
-
]
|
|
702
|
-
},
|
|
703
672
|
{
|
|
704
673
|
"kind": "javascript-module",
|
|
705
674
|
"path": "src/_common/colors.hex.ts",
|
|
@@ -839,6 +808,225 @@
|
|
|
839
808
|
}
|
|
840
809
|
]
|
|
841
810
|
},
|
|
811
|
+
{
|
|
812
|
+
"kind": "javascript-module",
|
|
813
|
+
"path": "src/_config/index.ts",
|
|
814
|
+
"declarations": [],
|
|
815
|
+
"exports": [
|
|
816
|
+
{
|
|
817
|
+
"kind": "js",
|
|
818
|
+
"name": "*",
|
|
819
|
+
"declaration": {
|
|
820
|
+
"name": "*",
|
|
821
|
+
"package": "./styles"
|
|
822
|
+
}
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"kind": "js",
|
|
826
|
+
"name": "*",
|
|
827
|
+
"declaration": {
|
|
828
|
+
"name": "*",
|
|
829
|
+
"package": "./tokens"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"kind": "js",
|
|
834
|
+
"name": "*",
|
|
835
|
+
"declaration": {
|
|
836
|
+
"name": "*",
|
|
837
|
+
"package": "./values"
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
]
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"kind": "javascript-module",
|
|
844
|
+
"path": "src/accordion/accordion.stories.ts",
|
|
845
|
+
"declarations": [
|
|
846
|
+
{
|
|
847
|
+
"kind": "variable",
|
|
848
|
+
"name": "meta",
|
|
849
|
+
"type": {
|
|
850
|
+
"text": "Meta"
|
|
851
|
+
},
|
|
852
|
+
"default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"kind": "variable",
|
|
856
|
+
"name": "Primary",
|
|
857
|
+
"type": {
|
|
858
|
+
"text": "StoryObj"
|
|
859
|
+
},
|
|
860
|
+
"default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
|
|
861
|
+
}
|
|
862
|
+
],
|
|
863
|
+
"exports": [
|
|
864
|
+
{
|
|
865
|
+
"kind": "js",
|
|
866
|
+
"name": "default",
|
|
867
|
+
"declaration": {
|
|
868
|
+
"name": "meta",
|
|
869
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"kind": "js",
|
|
874
|
+
"name": "Primary",
|
|
875
|
+
"declaration": {
|
|
876
|
+
"name": "Primary",
|
|
877
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
878
|
+
}
|
|
879
|
+
}
|
|
880
|
+
]
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"kind": "javascript-module",
|
|
884
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
885
|
+
"declarations": [
|
|
886
|
+
{
|
|
887
|
+
"kind": "function",
|
|
888
|
+
"name": "zeroAccordionStyles",
|
|
889
|
+
"return": {
|
|
890
|
+
"type": {
|
|
891
|
+
"text": "ElementStyles"
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
"parameters": [
|
|
895
|
+
{
|
|
896
|
+
"name": "context",
|
|
897
|
+
"type": {
|
|
898
|
+
"text": "ElementDefinitionContext"
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"name": "definition",
|
|
903
|
+
"type": {
|
|
904
|
+
"text": "FoundationElementDefinition"
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
]
|
|
908
|
+
}
|
|
909
|
+
],
|
|
910
|
+
"exports": [
|
|
911
|
+
{
|
|
912
|
+
"kind": "js",
|
|
913
|
+
"name": "zeroAccordionStyles",
|
|
914
|
+
"declaration": {
|
|
915
|
+
"name": "zeroAccordionStyles",
|
|
916
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
]
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"kind": "javascript-module",
|
|
923
|
+
"path": "src/accordion/accordion.template.ts",
|
|
924
|
+
"declarations": [
|
|
925
|
+
{
|
|
926
|
+
"kind": "function",
|
|
927
|
+
"name": "zeroAccordionTemplate",
|
|
928
|
+
"return": {
|
|
929
|
+
"type": {
|
|
930
|
+
"text": "ViewTemplate<Accordion>"
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
"parameters": [
|
|
934
|
+
{
|
|
935
|
+
"name": "context",
|
|
936
|
+
"type": {
|
|
937
|
+
"text": "ElementDefinitionContext"
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"name": "definition",
|
|
942
|
+
"type": {
|
|
943
|
+
"text": "FoundationElementDefinition"
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
]
|
|
947
|
+
}
|
|
948
|
+
],
|
|
949
|
+
"exports": [
|
|
950
|
+
{
|
|
951
|
+
"kind": "js",
|
|
952
|
+
"name": "zeroAccordionTemplate",
|
|
953
|
+
"declaration": {
|
|
954
|
+
"name": "zeroAccordionTemplate",
|
|
955
|
+
"module": "src/accordion/accordion.template.ts"
|
|
956
|
+
}
|
|
957
|
+
}
|
|
958
|
+
]
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"kind": "javascript-module",
|
|
962
|
+
"path": "src/accordion/accordion.ts",
|
|
963
|
+
"declarations": [
|
|
964
|
+
{
|
|
965
|
+
"kind": "class",
|
|
966
|
+
"description": "",
|
|
967
|
+
"name": "Accordion",
|
|
968
|
+
"superclass": {
|
|
969
|
+
"name": "FoundationAccordion",
|
|
970
|
+
"package": "@genesislcap/foundation-ui"
|
|
971
|
+
},
|
|
972
|
+
"tagName": "%%prefix%%-card",
|
|
973
|
+
"customElement": true
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"kind": "variable",
|
|
977
|
+
"name": "zeroAccordion"
|
|
978
|
+
}
|
|
979
|
+
],
|
|
980
|
+
"exports": [
|
|
981
|
+
{
|
|
982
|
+
"kind": "js",
|
|
983
|
+
"name": "Accordion",
|
|
984
|
+
"declaration": {
|
|
985
|
+
"name": "Accordion",
|
|
986
|
+
"module": "src/accordion/accordion.ts"
|
|
987
|
+
}
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"kind": "js",
|
|
991
|
+
"name": "zeroAccordion",
|
|
992
|
+
"declaration": {
|
|
993
|
+
"name": "zeroAccordion",
|
|
994
|
+
"module": "src/accordion/accordion.ts"
|
|
995
|
+
}
|
|
996
|
+
}
|
|
997
|
+
]
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"kind": "javascript-module",
|
|
1001
|
+
"path": "src/accordion/index.ts",
|
|
1002
|
+
"declarations": [],
|
|
1003
|
+
"exports": [
|
|
1004
|
+
{
|
|
1005
|
+
"kind": "js",
|
|
1006
|
+
"name": "*",
|
|
1007
|
+
"declaration": {
|
|
1008
|
+
"name": "*",
|
|
1009
|
+
"package": "./accordion"
|
|
1010
|
+
}
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"kind": "js",
|
|
1014
|
+
"name": "*",
|
|
1015
|
+
"declaration": {
|
|
1016
|
+
"name": "*",
|
|
1017
|
+
"package": "./accordion.styles"
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"kind": "js",
|
|
1022
|
+
"name": "*",
|
|
1023
|
+
"declaration": {
|
|
1024
|
+
"name": "*",
|
|
1025
|
+
"package": "./accordion.template"
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
]
|
|
1029
|
+
},
|
|
842
1030
|
{
|
|
843
1031
|
"kind": "javascript-module",
|
|
844
1032
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1201,7 +1389,7 @@
|
|
|
1201
1389
|
},
|
|
1202
1390
|
{
|
|
1203
1391
|
"kind": "javascript-module",
|
|
1204
|
-
"path": "src/
|
|
1392
|
+
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
1205
1393
|
"declarations": [
|
|
1206
1394
|
{
|
|
1207
1395
|
"kind": "variable",
|
|
@@ -1209,199 +1397,11 @@
|
|
|
1209
1397
|
"type": {
|
|
1210
1398
|
"text": "Meta"
|
|
1211
1399
|
},
|
|
1212
|
-
"default": "{\n title: '
|
|
1400
|
+
"default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
|
|
1213
1401
|
},
|
|
1214
1402
|
{
|
|
1215
1403
|
"kind": "variable",
|
|
1216
|
-
"name": "
|
|
1217
|
-
"type": {
|
|
1218
|
-
"text": "StoryObj"
|
|
1219
|
-
},
|
|
1220
|
-
"default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
|
|
1221
|
-
}
|
|
1222
|
-
],
|
|
1223
|
-
"exports": [
|
|
1224
|
-
{
|
|
1225
|
-
"kind": "js",
|
|
1226
|
-
"name": "default",
|
|
1227
|
-
"declaration": {
|
|
1228
|
-
"name": "meta",
|
|
1229
|
-
"module": "src/accordion/accordion.stories.ts"
|
|
1230
|
-
}
|
|
1231
|
-
},
|
|
1232
|
-
{
|
|
1233
|
-
"kind": "js",
|
|
1234
|
-
"name": "Primary",
|
|
1235
|
-
"declaration": {
|
|
1236
|
-
"name": "Primary",
|
|
1237
|
-
"module": "src/accordion/accordion.stories.ts"
|
|
1238
|
-
}
|
|
1239
|
-
}
|
|
1240
|
-
]
|
|
1241
|
-
},
|
|
1242
|
-
{
|
|
1243
|
-
"kind": "javascript-module",
|
|
1244
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1245
|
-
"declarations": [
|
|
1246
|
-
{
|
|
1247
|
-
"kind": "function",
|
|
1248
|
-
"name": "zeroAccordionStyles",
|
|
1249
|
-
"return": {
|
|
1250
|
-
"type": {
|
|
1251
|
-
"text": "ElementStyles"
|
|
1252
|
-
}
|
|
1253
|
-
},
|
|
1254
|
-
"parameters": [
|
|
1255
|
-
{
|
|
1256
|
-
"name": "context",
|
|
1257
|
-
"type": {
|
|
1258
|
-
"text": "ElementDefinitionContext"
|
|
1259
|
-
}
|
|
1260
|
-
},
|
|
1261
|
-
{
|
|
1262
|
-
"name": "definition",
|
|
1263
|
-
"type": {
|
|
1264
|
-
"text": "FoundationElementDefinition"
|
|
1265
|
-
}
|
|
1266
|
-
}
|
|
1267
|
-
]
|
|
1268
|
-
}
|
|
1269
|
-
],
|
|
1270
|
-
"exports": [
|
|
1271
|
-
{
|
|
1272
|
-
"kind": "js",
|
|
1273
|
-
"name": "zeroAccordionStyles",
|
|
1274
|
-
"declaration": {
|
|
1275
|
-
"name": "zeroAccordionStyles",
|
|
1276
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1277
|
-
}
|
|
1278
|
-
}
|
|
1279
|
-
]
|
|
1280
|
-
},
|
|
1281
|
-
{
|
|
1282
|
-
"kind": "javascript-module",
|
|
1283
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1284
|
-
"declarations": [
|
|
1285
|
-
{
|
|
1286
|
-
"kind": "function",
|
|
1287
|
-
"name": "zeroAccordionTemplate",
|
|
1288
|
-
"return": {
|
|
1289
|
-
"type": {
|
|
1290
|
-
"text": "ViewTemplate<Accordion>"
|
|
1291
|
-
}
|
|
1292
|
-
},
|
|
1293
|
-
"parameters": [
|
|
1294
|
-
{
|
|
1295
|
-
"name": "context",
|
|
1296
|
-
"type": {
|
|
1297
|
-
"text": "ElementDefinitionContext"
|
|
1298
|
-
}
|
|
1299
|
-
},
|
|
1300
|
-
{
|
|
1301
|
-
"name": "definition",
|
|
1302
|
-
"type": {
|
|
1303
|
-
"text": "FoundationElementDefinition"
|
|
1304
|
-
}
|
|
1305
|
-
}
|
|
1306
|
-
]
|
|
1307
|
-
}
|
|
1308
|
-
],
|
|
1309
|
-
"exports": [
|
|
1310
|
-
{
|
|
1311
|
-
"kind": "js",
|
|
1312
|
-
"name": "zeroAccordionTemplate",
|
|
1313
|
-
"declaration": {
|
|
1314
|
-
"name": "zeroAccordionTemplate",
|
|
1315
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1316
|
-
}
|
|
1317
|
-
}
|
|
1318
|
-
]
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"kind": "javascript-module",
|
|
1322
|
-
"path": "src/accordion/accordion.ts",
|
|
1323
|
-
"declarations": [
|
|
1324
|
-
{
|
|
1325
|
-
"kind": "class",
|
|
1326
|
-
"description": "",
|
|
1327
|
-
"name": "Accordion",
|
|
1328
|
-
"superclass": {
|
|
1329
|
-
"name": "FoundationAccordion",
|
|
1330
|
-
"package": "@genesislcap/foundation-ui"
|
|
1331
|
-
},
|
|
1332
|
-
"tagName": "%%prefix%%-card",
|
|
1333
|
-
"customElement": true
|
|
1334
|
-
},
|
|
1335
|
-
{
|
|
1336
|
-
"kind": "variable",
|
|
1337
|
-
"name": "zeroAccordion"
|
|
1338
|
-
}
|
|
1339
|
-
],
|
|
1340
|
-
"exports": [
|
|
1341
|
-
{
|
|
1342
|
-
"kind": "js",
|
|
1343
|
-
"name": "Accordion",
|
|
1344
|
-
"declaration": {
|
|
1345
|
-
"name": "Accordion",
|
|
1346
|
-
"module": "src/accordion/accordion.ts"
|
|
1347
|
-
}
|
|
1348
|
-
},
|
|
1349
|
-
{
|
|
1350
|
-
"kind": "js",
|
|
1351
|
-
"name": "zeroAccordion",
|
|
1352
|
-
"declaration": {
|
|
1353
|
-
"name": "zeroAccordion",
|
|
1354
|
-
"module": "src/accordion/accordion.ts"
|
|
1355
|
-
}
|
|
1356
|
-
}
|
|
1357
|
-
]
|
|
1358
|
-
},
|
|
1359
|
-
{
|
|
1360
|
-
"kind": "javascript-module",
|
|
1361
|
-
"path": "src/accordion/index.ts",
|
|
1362
|
-
"declarations": [],
|
|
1363
|
-
"exports": [
|
|
1364
|
-
{
|
|
1365
|
-
"kind": "js",
|
|
1366
|
-
"name": "*",
|
|
1367
|
-
"declaration": {
|
|
1368
|
-
"name": "*",
|
|
1369
|
-
"package": "./accordion"
|
|
1370
|
-
}
|
|
1371
|
-
},
|
|
1372
|
-
{
|
|
1373
|
-
"kind": "js",
|
|
1374
|
-
"name": "*",
|
|
1375
|
-
"declaration": {
|
|
1376
|
-
"name": "*",
|
|
1377
|
-
"package": "./accordion.styles"
|
|
1378
|
-
}
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
"kind": "js",
|
|
1382
|
-
"name": "*",
|
|
1383
|
-
"declaration": {
|
|
1384
|
-
"name": "*",
|
|
1385
|
-
"package": "./accordion.template"
|
|
1386
|
-
}
|
|
1387
|
-
}
|
|
1388
|
-
]
|
|
1389
|
-
},
|
|
1390
|
-
{
|
|
1391
|
-
"kind": "javascript-module",
|
|
1392
|
-
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
1393
|
-
"declarations": [
|
|
1394
|
-
{
|
|
1395
|
-
"kind": "variable",
|
|
1396
|
-
"name": "meta",
|
|
1397
|
-
"type": {
|
|
1398
|
-
"text": "Meta"
|
|
1399
|
-
},
|
|
1400
|
-
"default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
|
|
1401
|
-
},
|
|
1402
|
-
{
|
|
1403
|
-
"kind": "variable",
|
|
1404
|
-
"name": "Horizontal",
|
|
1404
|
+
"name": "Horizontal",
|
|
1405
1405
|
"type": {
|
|
1406
1406
|
"text": "StoryObj"
|
|
1407
1407
|
},
|
|
@@ -12969,7 +12969,7 @@
|
|
|
12969
12969
|
},
|
|
12970
12970
|
{
|
|
12971
12971
|
"kind": "javascript-module",
|
|
12972
|
-
"path": "src/
|
|
12972
|
+
"path": "src/file-upload/file-upload.stories.ts",
|
|
12973
12973
|
"declarations": [
|
|
12974
12974
|
{
|
|
12975
12975
|
"kind": "variable",
|
|
@@ -12977,7 +12977,7 @@
|
|
|
12977
12977
|
"type": {
|
|
12978
12978
|
"text": "Meta"
|
|
12979
12979
|
},
|
|
12980
|
-
"default": "{\n title: '
|
|
12980
|
+
"default": "{\n title: 'File Upload',\n component: 'zero-file-upload',\n}"
|
|
12981
12981
|
},
|
|
12982
12982
|
{
|
|
12983
12983
|
"kind": "variable",
|
|
@@ -12985,7 +12985,7 @@
|
|
|
12985
12985
|
"type": {
|
|
12986
12986
|
"text": "StoryObj"
|
|
12987
12987
|
},
|
|
12988
|
-
"default": "{\n
|
|
12988
|
+
"default": "{\n render: () => html`\n <div style=\"min-height: 300px;\">\n <zero-file-upload label=\"Select Files\"></zero-file-upload>\n </div>\n `,\n}"
|
|
12989
12989
|
}
|
|
12990
12990
|
],
|
|
12991
12991
|
"exports": [
|
|
@@ -12994,7 +12994,7 @@
|
|
|
12994
12994
|
"name": "default",
|
|
12995
12995
|
"declaration": {
|
|
12996
12996
|
"name": "meta",
|
|
12997
|
-
"module": "src/
|
|
12997
|
+
"module": "src/file-upload/file-upload.stories.ts"
|
|
12998
12998
|
}
|
|
12999
12999
|
},
|
|
13000
13000
|
{
|
|
@@ -13002,474 +13002,401 @@
|
|
|
13002
13002
|
"name": "Primary",
|
|
13003
13003
|
"declaration": {
|
|
13004
13004
|
"name": "Primary",
|
|
13005
|
-
"module": "src/
|
|
13005
|
+
"module": "src/file-upload/file-upload.stories.ts"
|
|
13006
13006
|
}
|
|
13007
13007
|
}
|
|
13008
13008
|
]
|
|
13009
13009
|
},
|
|
13010
13010
|
{
|
|
13011
13011
|
"kind": "javascript-module",
|
|
13012
|
-
"path": "src/
|
|
13012
|
+
"path": "src/file-upload/file-upload.styles.ts",
|
|
13013
|
+
"declarations": [
|
|
13014
|
+
{
|
|
13015
|
+
"kind": "variable",
|
|
13016
|
+
"name": "zeroFileUploadStyles",
|
|
13017
|
+
"default": "css`\n ${foundationFileUploadStyles}\n ::-webkit-scrollbar {\n width: 12px;\n }\n\n ::-webkit-scrollbar-track {\n background: rgb(31 33 38);\n }\n\n ::-webkit-scrollbar-thumb {\n width: 8px;\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: var(--neutral-color);\n border: 3px solid rgb(31 33 38);\n }\n`"
|
|
13018
|
+
}
|
|
13019
|
+
],
|
|
13020
|
+
"exports": [
|
|
13021
|
+
{
|
|
13022
|
+
"kind": "js",
|
|
13023
|
+
"name": "zeroFileUploadStyles",
|
|
13024
|
+
"declaration": {
|
|
13025
|
+
"name": "zeroFileUploadStyles",
|
|
13026
|
+
"module": "src/file-upload/file-upload.styles.ts"
|
|
13027
|
+
}
|
|
13028
|
+
}
|
|
13029
|
+
]
|
|
13030
|
+
},
|
|
13031
|
+
{
|
|
13032
|
+
"kind": "javascript-module",
|
|
13033
|
+
"path": "src/file-upload/file-upload.template.ts",
|
|
13034
|
+
"declarations": [
|
|
13035
|
+
{
|
|
13036
|
+
"kind": "variable",
|
|
13037
|
+
"name": "fileUploadTemplate",
|
|
13038
|
+
"default": "html<FileUpload>`\n ${getPrefixedFileUpload('zero')}\n`"
|
|
13039
|
+
}
|
|
13040
|
+
],
|
|
13041
|
+
"exports": [
|
|
13042
|
+
{
|
|
13043
|
+
"kind": "js",
|
|
13044
|
+
"name": "fileUploadTemplate",
|
|
13045
|
+
"declaration": {
|
|
13046
|
+
"name": "fileUploadTemplate",
|
|
13047
|
+
"module": "src/file-upload/file-upload.template.ts"
|
|
13048
|
+
}
|
|
13049
|
+
}
|
|
13050
|
+
]
|
|
13051
|
+
},
|
|
13052
|
+
{
|
|
13053
|
+
"kind": "javascript-module",
|
|
13054
|
+
"path": "src/file-upload/file-upload.ts",
|
|
13013
13055
|
"declarations": [
|
|
13056
|
+
{
|
|
13057
|
+
"kind": "variable",
|
|
13058
|
+
"name": "defaultFileUploadConfig",
|
|
13059
|
+
"default": "foundationConfig"
|
|
13060
|
+
},
|
|
13061
|
+
{
|
|
13062
|
+
"kind": "variable",
|
|
13063
|
+
"name": "zeroFileUploadShadowOptions",
|
|
13064
|
+
"default": "foundationFileUploadShadowOptions"
|
|
13065
|
+
},
|
|
13014
13066
|
{
|
|
13015
13067
|
"kind": "class",
|
|
13016
13068
|
"description": "",
|
|
13017
|
-
"name": "
|
|
13069
|
+
"name": "FileUpload",
|
|
13018
13070
|
"superclass": {
|
|
13019
|
-
"name": "
|
|
13071
|
+
"name": "FoundationFileUpload",
|
|
13020
13072
|
"package": "@genesislcap/foundation-ui"
|
|
13021
13073
|
},
|
|
13022
|
-
"tagName": "%%prefix%%-
|
|
13074
|
+
"tagName": "%%prefix%%-file-upload",
|
|
13023
13075
|
"customElement": true,
|
|
13024
|
-
"
|
|
13076
|
+
"attributes": [
|
|
13025
13077
|
{
|
|
13026
|
-
"
|
|
13027
|
-
"name": "dialog",
|
|
13078
|
+
"name": "label",
|
|
13028
13079
|
"type": {
|
|
13029
|
-
"text": "
|
|
13080
|
+
"text": "string"
|
|
13030
13081
|
},
|
|
13031
|
-
"
|
|
13082
|
+
"fieldName": "label",
|
|
13032
13083
|
"inheritedFrom": {
|
|
13033
|
-
"name": "
|
|
13034
|
-
"module": "src/
|
|
13084
|
+
"name": "FileUpload",
|
|
13085
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13035
13086
|
}
|
|
13036
13087
|
},
|
|
13037
13088
|
{
|
|
13038
|
-
"
|
|
13039
|
-
"name": "error",
|
|
13089
|
+
"name": "accept",
|
|
13040
13090
|
"type": {
|
|
13041
|
-
"text": "
|
|
13091
|
+
"text": "string"
|
|
13042
13092
|
},
|
|
13093
|
+
"default": "''",
|
|
13094
|
+
"fieldName": "accept",
|
|
13043
13095
|
"inheritedFrom": {
|
|
13044
|
-
"name": "
|
|
13045
|
-
"module": "src/
|
|
13096
|
+
"name": "FileUpload",
|
|
13097
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13046
13098
|
}
|
|
13047
13099
|
},
|
|
13048
13100
|
{
|
|
13049
|
-
"
|
|
13050
|
-
"
|
|
13101
|
+
"name": "file-size-limit-bytes",
|
|
13102
|
+
"default": "FILE_SIZE_LIMIT",
|
|
13103
|
+
"resolveInitializer": {
|
|
13104
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13105
|
+
},
|
|
13106
|
+
"fieldName": "fileSizeLimitBytes",
|
|
13107
|
+
"inheritedFrom": {
|
|
13108
|
+
"name": "FileUpload",
|
|
13109
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13110
|
+
}
|
|
13111
|
+
},
|
|
13112
|
+
{
|
|
13113
|
+
"name": "uploaded-files-resource-name",
|
|
13051
13114
|
"type": {
|
|
13052
|
-
"text": "
|
|
13115
|
+
"text": "string"
|
|
13053
13116
|
},
|
|
13117
|
+
"default": "'ALL_FILE_ATTACHMENTS'",
|
|
13118
|
+
"fieldName": "uploadedFilesResourceName",
|
|
13054
13119
|
"inheritedFrom": {
|
|
13055
|
-
"name": "
|
|
13056
|
-
"module": "src/
|
|
13120
|
+
"name": "FileUpload",
|
|
13121
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13057
13122
|
}
|
|
13058
13123
|
},
|
|
13059
13124
|
{
|
|
13060
|
-
"
|
|
13061
|
-
"
|
|
13062
|
-
|
|
13063
|
-
"return": {
|
|
13064
|
-
"type": {
|
|
13065
|
-
"text": "void"
|
|
13066
|
-
}
|
|
13125
|
+
"name": "upload-event-name",
|
|
13126
|
+
"type": {
|
|
13127
|
+
"text": "string"
|
|
13067
13128
|
},
|
|
13068
|
-
"
|
|
13129
|
+
"default": "'gwf/attachment-handler/upload'",
|
|
13130
|
+
"fieldName": "uploadEventName",
|
|
13069
13131
|
"inheritedFrom": {
|
|
13070
|
-
"name": "
|
|
13071
|
-
"module": "src/
|
|
13132
|
+
"name": "FileUpload",
|
|
13133
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13072
13134
|
}
|
|
13073
13135
|
},
|
|
13074
13136
|
{
|
|
13075
|
-
"
|
|
13076
|
-
"
|
|
13077
|
-
|
|
13078
|
-
|
|
13137
|
+
"name": "field-name",
|
|
13138
|
+
"type": {
|
|
13139
|
+
"text": "string"
|
|
13140
|
+
},
|
|
13141
|
+
"fieldName": "fieldName",
|
|
13079
13142
|
"inheritedFrom": {
|
|
13080
|
-
"name": "
|
|
13081
|
-
"module": "src/
|
|
13143
|
+
"name": "FileUpload",
|
|
13144
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13082
13145
|
}
|
|
13083
13146
|
},
|
|
13084
13147
|
{
|
|
13085
|
-
"
|
|
13086
|
-
"
|
|
13148
|
+
"name": "entity-id",
|
|
13149
|
+
"type": {
|
|
13150
|
+
"text": "string"
|
|
13151
|
+
},
|
|
13152
|
+
"fieldName": "entityId",
|
|
13153
|
+
"inheritedFrom": {
|
|
13154
|
+
"name": "FileUpload",
|
|
13155
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13156
|
+
}
|
|
13157
|
+
},
|
|
13158
|
+
{
|
|
13159
|
+
"name": "upload-key",
|
|
13160
|
+
"type": {
|
|
13161
|
+
"text": "string"
|
|
13162
|
+
},
|
|
13163
|
+
"fieldName": "uploadKey",
|
|
13164
|
+
"inheritedFrom": {
|
|
13165
|
+
"name": "FileUpload",
|
|
13166
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13167
|
+
}
|
|
13168
|
+
},
|
|
13169
|
+
{
|
|
13170
|
+
"name": "grid-fields",
|
|
13171
|
+
"type": {
|
|
13172
|
+
"text": "string"
|
|
13173
|
+
},
|
|
13174
|
+
"default": "''",
|
|
13175
|
+
"fieldName": "gridFields",
|
|
13176
|
+
"inheritedFrom": {
|
|
13177
|
+
"name": "FileUpload",
|
|
13178
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13179
|
+
}
|
|
13180
|
+
}
|
|
13181
|
+
],
|
|
13182
|
+
"members": [
|
|
13183
|
+
{
|
|
13184
|
+
"kind": "field",
|
|
13185
|
+
"name": "fileInput",
|
|
13186
|
+
"type": {
|
|
13187
|
+
"text": "HTMLInputElement"
|
|
13188
|
+
},
|
|
13087
13189
|
"privacy": "public",
|
|
13088
|
-
"
|
|
13089
|
-
"
|
|
13090
|
-
|
|
13091
|
-
|
|
13190
|
+
"inheritedFrom": {
|
|
13191
|
+
"name": "FileUpload",
|
|
13192
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13193
|
+
}
|
|
13194
|
+
},
|
|
13195
|
+
{
|
|
13196
|
+
"kind": "field",
|
|
13197
|
+
"name": "acceptedFormats",
|
|
13198
|
+
"type": {
|
|
13199
|
+
"text": "array"
|
|
13092
13200
|
},
|
|
13093
|
-
"
|
|
13201
|
+
"privacy": "private",
|
|
13202
|
+
"default": "[]",
|
|
13094
13203
|
"inheritedFrom": {
|
|
13095
|
-
"name": "
|
|
13096
|
-
"module": "src/
|
|
13204
|
+
"name": "FileUpload",
|
|
13205
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13097
13206
|
}
|
|
13098
13207
|
},
|
|
13099
13208
|
{
|
|
13100
13209
|
"kind": "field",
|
|
13101
|
-
"name": "
|
|
13210
|
+
"name": "selectedFiles",
|
|
13102
13211
|
"type": {
|
|
13103
|
-
"text": "
|
|
13212
|
+
"text": "File[]"
|
|
13104
13213
|
},
|
|
13105
13214
|
"privacy": "private",
|
|
13106
|
-
"default": "void 0",
|
|
13107
13215
|
"inheritedFrom": {
|
|
13108
|
-
"name": "
|
|
13109
|
-
"module": "src/
|
|
13216
|
+
"name": "FileUpload",
|
|
13217
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13110
13218
|
}
|
|
13111
13219
|
},
|
|
13112
13220
|
{
|
|
13113
13221
|
"kind": "field",
|
|
13114
|
-
"name": "
|
|
13222
|
+
"name": "gridCriteria",
|
|
13115
13223
|
"type": {
|
|
13116
|
-
"text": "
|
|
13224
|
+
"text": "string"
|
|
13117
13225
|
},
|
|
13118
|
-
"privacy": "public",
|
|
13119
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
13120
13226
|
"inheritedFrom": {
|
|
13121
|
-
"name": "
|
|
13122
|
-
"module": "src/
|
|
13227
|
+
"name": "FileUpload",
|
|
13228
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13123
13229
|
}
|
|
13124
13230
|
},
|
|
13125
13231
|
{
|
|
13126
13232
|
"kind": "field",
|
|
13127
|
-
"name": "
|
|
13233
|
+
"name": "connect",
|
|
13128
13234
|
"type": {
|
|
13129
|
-
"text": "
|
|
13235
|
+
"text": "Connect"
|
|
13130
13236
|
},
|
|
13131
|
-
"privacy": "public",
|
|
13132
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
13133
13237
|
"inheritedFrom": {
|
|
13134
|
-
"name": "
|
|
13135
|
-
"module": "src/
|
|
13238
|
+
"name": "FileUpload",
|
|
13239
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13136
13240
|
}
|
|
13137
13241
|
},
|
|
13138
13242
|
{
|
|
13139
|
-
"kind": "
|
|
13140
|
-
"name": "
|
|
13141
|
-
"
|
|
13142
|
-
|
|
13143
|
-
"type": {
|
|
13144
|
-
"text": "void"
|
|
13145
|
-
}
|
|
13243
|
+
"kind": "field",
|
|
13244
|
+
"name": "session",
|
|
13245
|
+
"type": {
|
|
13246
|
+
"text": "Session"
|
|
13146
13247
|
},
|
|
13147
13248
|
"inheritedFrom": {
|
|
13148
|
-
"name": "
|
|
13149
|
-
"module": "src/
|
|
13249
|
+
"name": "FileUpload",
|
|
13250
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13150
13251
|
}
|
|
13151
13252
|
},
|
|
13152
13253
|
{
|
|
13153
13254
|
"kind": "field",
|
|
13154
|
-
"name": "
|
|
13255
|
+
"name": "label",
|
|
13155
13256
|
"type": {
|
|
13156
|
-
"text": "
|
|
13257
|
+
"text": "string"
|
|
13157
13258
|
},
|
|
13158
|
-
"privacy": "public",
|
|
13159
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
13160
13259
|
"inheritedFrom": {
|
|
13161
|
-
"name": "
|
|
13162
|
-
"module": "src/
|
|
13260
|
+
"name": "FileUpload",
|
|
13261
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13163
13262
|
}
|
|
13164
13263
|
},
|
|
13165
13264
|
{
|
|
13166
|
-
"kind": "
|
|
13167
|
-
"name": "
|
|
13168
|
-
"
|
|
13169
|
-
|
|
13170
|
-
"type": {
|
|
13171
|
-
"text": "void"
|
|
13172
|
-
}
|
|
13265
|
+
"kind": "field",
|
|
13266
|
+
"name": "accept",
|
|
13267
|
+
"type": {
|
|
13268
|
+
"text": "string"
|
|
13173
13269
|
},
|
|
13270
|
+
"default": "''",
|
|
13174
13271
|
"inheritedFrom": {
|
|
13175
|
-
"name": "
|
|
13176
|
-
"module": "src/
|
|
13272
|
+
"name": "FileUpload",
|
|
13273
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13177
13274
|
}
|
|
13178
13275
|
},
|
|
13179
13276
|
{
|
|
13180
13277
|
"kind": "method",
|
|
13181
|
-
"name": "
|
|
13182
|
-
"
|
|
13183
|
-
|
|
13184
|
-
|
|
13185
|
-
|
|
13186
|
-
|
|
13187
|
-
|
|
13278
|
+
"name": "acceptChanged",
|
|
13279
|
+
"inheritedFrom": {
|
|
13280
|
+
"name": "FileUpload",
|
|
13281
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13282
|
+
}
|
|
13283
|
+
},
|
|
13284
|
+
{
|
|
13285
|
+
"kind": "field",
|
|
13286
|
+
"name": "fileSizeLimitBytes",
|
|
13287
|
+
"default": "104_857_600",
|
|
13288
|
+
"type": {
|
|
13289
|
+
"text": "number"
|
|
13188
13290
|
},
|
|
13189
|
-
"parameters": [
|
|
13190
|
-
{
|
|
13191
|
-
"name": "this",
|
|
13192
|
-
"type": {
|
|
13193
|
-
"text": "K"
|
|
13194
|
-
}
|
|
13195
|
-
},
|
|
13196
|
-
{
|
|
13197
|
-
"name": "elementDefinition",
|
|
13198
|
-
"type": {
|
|
13199
|
-
"text": "T"
|
|
13200
|
-
},
|
|
13201
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
13202
|
-
}
|
|
13203
|
-
],
|
|
13204
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
13205
13291
|
"inheritedFrom": {
|
|
13206
|
-
"name": "
|
|
13207
|
-
"module": "src/
|
|
13292
|
+
"name": "FileUpload",
|
|
13293
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13208
13294
|
}
|
|
13209
|
-
}
|
|
13210
|
-
]
|
|
13211
|
-
},
|
|
13212
|
-
{
|
|
13213
|
-
"kind": "variable",
|
|
13214
|
-
"name": "zeroErrorDialog",
|
|
13215
|
-
"description": "The zero ErrorDialog",
|
|
13216
|
-
"privacy": "public"
|
|
13217
|
-
}
|
|
13218
|
-
],
|
|
13219
|
-
"exports": [
|
|
13220
|
-
{
|
|
13221
|
-
"kind": "js",
|
|
13222
|
-
"name": "ErrorDialog",
|
|
13223
|
-
"declaration": {
|
|
13224
|
-
"name": "ErrorDialog",
|
|
13225
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
13226
|
-
}
|
|
13227
|
-
},
|
|
13228
|
-
{
|
|
13229
|
-
"kind": "js",
|
|
13230
|
-
"name": "zeroErrorDialog",
|
|
13231
|
-
"declaration": {
|
|
13232
|
-
"name": "zeroErrorDialog",
|
|
13233
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
13234
|
-
}
|
|
13235
|
-
}
|
|
13236
|
-
]
|
|
13237
|
-
},
|
|
13238
|
-
{
|
|
13239
|
-
"kind": "javascript-module",
|
|
13240
|
-
"path": "src/error-dialog/index.ts",
|
|
13241
|
-
"declarations": [],
|
|
13242
|
-
"exports": [
|
|
13243
|
-
{
|
|
13244
|
-
"kind": "js",
|
|
13245
|
-
"name": "*",
|
|
13246
|
-
"declaration": {
|
|
13247
|
-
"name": "*",
|
|
13248
|
-
"package": "./error-dialog"
|
|
13249
|
-
}
|
|
13250
|
-
}
|
|
13251
|
-
]
|
|
13252
|
-
},
|
|
13253
|
-
{
|
|
13254
|
-
"kind": "javascript-module",
|
|
13255
|
-
"path": "src/file-upload/file-upload.stories.ts",
|
|
13256
|
-
"declarations": [
|
|
13257
|
-
{
|
|
13258
|
-
"kind": "variable",
|
|
13259
|
-
"name": "meta",
|
|
13260
|
-
"type": {
|
|
13261
|
-
"text": "Meta"
|
|
13262
|
-
},
|
|
13263
|
-
"default": "{\n title: 'File Upload',\n component: 'zero-file-upload',\n}"
|
|
13264
|
-
},
|
|
13265
|
-
{
|
|
13266
|
-
"kind": "variable",
|
|
13267
|
-
"name": "Primary",
|
|
13268
|
-
"type": {
|
|
13269
|
-
"text": "StoryObj"
|
|
13270
|
-
},
|
|
13271
|
-
"default": "{\n render: () => html`\n <div style=\"min-height: 300px;\">\n <zero-file-upload label=\"Select Files\"></zero-file-upload>\n </div>\n `,\n}"
|
|
13272
|
-
}
|
|
13273
|
-
],
|
|
13274
|
-
"exports": [
|
|
13275
|
-
{
|
|
13276
|
-
"kind": "js",
|
|
13277
|
-
"name": "default",
|
|
13278
|
-
"declaration": {
|
|
13279
|
-
"name": "meta",
|
|
13280
|
-
"module": "src/file-upload/file-upload.stories.ts"
|
|
13281
|
-
}
|
|
13282
|
-
},
|
|
13283
|
-
{
|
|
13284
|
-
"kind": "js",
|
|
13285
|
-
"name": "Primary",
|
|
13286
|
-
"declaration": {
|
|
13287
|
-
"name": "Primary",
|
|
13288
|
-
"module": "src/file-upload/file-upload.stories.ts"
|
|
13289
|
-
}
|
|
13290
|
-
}
|
|
13291
|
-
]
|
|
13292
|
-
},
|
|
13293
|
-
{
|
|
13294
|
-
"kind": "javascript-module",
|
|
13295
|
-
"path": "src/file-upload/file-upload.styles.ts",
|
|
13296
|
-
"declarations": [
|
|
13297
|
-
{
|
|
13298
|
-
"kind": "variable",
|
|
13299
|
-
"name": "zeroFileUploadStyles",
|
|
13300
|
-
"default": "css`\n ${foundationFileUploadStyles}\n ::-webkit-scrollbar {\n width: 12px;\n }\n\n ::-webkit-scrollbar-track {\n background: rgb(31 33 38);\n }\n\n ::-webkit-scrollbar-thumb {\n width: 8px;\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: var(--neutral-color);\n border: 3px solid rgb(31 33 38);\n }\n`"
|
|
13301
|
-
}
|
|
13302
|
-
],
|
|
13303
|
-
"exports": [
|
|
13304
|
-
{
|
|
13305
|
-
"kind": "js",
|
|
13306
|
-
"name": "zeroFileUploadStyles",
|
|
13307
|
-
"declaration": {
|
|
13308
|
-
"name": "zeroFileUploadStyles",
|
|
13309
|
-
"module": "src/file-upload/file-upload.styles.ts"
|
|
13310
|
-
}
|
|
13311
|
-
}
|
|
13312
|
-
]
|
|
13313
|
-
},
|
|
13314
|
-
{
|
|
13315
|
-
"kind": "javascript-module",
|
|
13316
|
-
"path": "src/file-upload/file-upload.template.ts",
|
|
13317
|
-
"declarations": [
|
|
13318
|
-
{
|
|
13319
|
-
"kind": "variable",
|
|
13320
|
-
"name": "fileUploadTemplate",
|
|
13321
|
-
"default": "html<FileUpload>`\n ${getPrefixedFileUpload('zero')}\n`"
|
|
13322
|
-
}
|
|
13323
|
-
],
|
|
13324
|
-
"exports": [
|
|
13325
|
-
{
|
|
13326
|
-
"kind": "js",
|
|
13327
|
-
"name": "fileUploadTemplate",
|
|
13328
|
-
"declaration": {
|
|
13329
|
-
"name": "fileUploadTemplate",
|
|
13330
|
-
"module": "src/file-upload/file-upload.template.ts"
|
|
13331
|
-
}
|
|
13332
|
-
}
|
|
13333
|
-
]
|
|
13334
|
-
},
|
|
13335
|
-
{
|
|
13336
|
-
"kind": "javascript-module",
|
|
13337
|
-
"path": "src/file-upload/file-upload.ts",
|
|
13338
|
-
"declarations": [
|
|
13339
|
-
{
|
|
13340
|
-
"kind": "variable",
|
|
13341
|
-
"name": "defaultFileUploadConfig",
|
|
13342
|
-
"default": "foundationConfig"
|
|
13343
|
-
},
|
|
13344
|
-
{
|
|
13345
|
-
"kind": "variable",
|
|
13346
|
-
"name": "zeroFileUploadShadowOptions",
|
|
13347
|
-
"default": "foundationFileUploadShadowOptions"
|
|
13348
|
-
},
|
|
13349
|
-
{
|
|
13350
|
-
"kind": "class",
|
|
13351
|
-
"description": "",
|
|
13352
|
-
"name": "FileUpload",
|
|
13353
|
-
"superclass": {
|
|
13354
|
-
"name": "FoundationFileUpload",
|
|
13355
|
-
"package": "@genesislcap/foundation-ui"
|
|
13356
|
-
},
|
|
13357
|
-
"tagName": "%%prefix%%-file-upload",
|
|
13358
|
-
"customElement": true,
|
|
13359
|
-
"attributes": [
|
|
13295
|
+
},
|
|
13360
13296
|
{
|
|
13361
|
-
"
|
|
13297
|
+
"kind": "field",
|
|
13298
|
+
"name": "uploadedFilesResourceName",
|
|
13362
13299
|
"type": {
|
|
13363
13300
|
"text": "string"
|
|
13364
13301
|
},
|
|
13365
|
-
"
|
|
13302
|
+
"default": "'ALL_FILE_ATTACHMENTS'",
|
|
13366
13303
|
"inheritedFrom": {
|
|
13367
13304
|
"name": "FileUpload",
|
|
13368
13305
|
"module": "src/file-upload/file-upload.ts"
|
|
13369
13306
|
}
|
|
13370
13307
|
},
|
|
13371
13308
|
{
|
|
13372
|
-
"
|
|
13309
|
+
"kind": "field",
|
|
13310
|
+
"name": "uploadEventName",
|
|
13373
13311
|
"type": {
|
|
13374
13312
|
"text": "string"
|
|
13375
13313
|
},
|
|
13376
|
-
"default": "''",
|
|
13377
|
-
"fieldName": "accept",
|
|
13314
|
+
"default": "'gwf/attachment-handler/upload'",
|
|
13378
13315
|
"inheritedFrom": {
|
|
13379
13316
|
"name": "FileUpload",
|
|
13380
13317
|
"module": "src/file-upload/file-upload.ts"
|
|
13381
13318
|
}
|
|
13382
13319
|
},
|
|
13383
13320
|
{
|
|
13384
|
-
"
|
|
13385
|
-
"
|
|
13386
|
-
"
|
|
13387
|
-
"
|
|
13321
|
+
"kind": "field",
|
|
13322
|
+
"name": "fieldName",
|
|
13323
|
+
"type": {
|
|
13324
|
+
"text": "string"
|
|
13388
13325
|
},
|
|
13389
|
-
"fieldName": "fileSizeLimitBytes",
|
|
13390
13326
|
"inheritedFrom": {
|
|
13391
13327
|
"name": "FileUpload",
|
|
13392
13328
|
"module": "src/file-upload/file-upload.ts"
|
|
13393
13329
|
}
|
|
13394
13330
|
},
|
|
13395
13331
|
{
|
|
13396
|
-
"
|
|
13397
|
-
"
|
|
13398
|
-
"text": "string"
|
|
13399
|
-
},
|
|
13400
|
-
"default": "'ALL_FILE_ATTACHMENTS'",
|
|
13401
|
-
"fieldName": "uploadedFilesResourceName",
|
|
13332
|
+
"kind": "method",
|
|
13333
|
+
"name": "fieldNameChanged",
|
|
13402
13334
|
"inheritedFrom": {
|
|
13403
13335
|
"name": "FileUpload",
|
|
13404
13336
|
"module": "src/file-upload/file-upload.ts"
|
|
13405
13337
|
}
|
|
13406
13338
|
},
|
|
13407
13339
|
{
|
|
13408
|
-
"
|
|
13340
|
+
"kind": "field",
|
|
13341
|
+
"name": "entityId",
|
|
13409
13342
|
"type": {
|
|
13410
13343
|
"text": "string"
|
|
13411
13344
|
},
|
|
13412
|
-
"default": "'gwf/attachment-handler/upload'",
|
|
13413
|
-
"fieldName": "uploadEventName",
|
|
13414
13345
|
"inheritedFrom": {
|
|
13415
13346
|
"name": "FileUpload",
|
|
13416
13347
|
"module": "src/file-upload/file-upload.ts"
|
|
13417
13348
|
}
|
|
13418
13349
|
},
|
|
13419
13350
|
{
|
|
13420
|
-
"
|
|
13421
|
-
"
|
|
13422
|
-
"text": "string"
|
|
13423
|
-
},
|
|
13424
|
-
"fieldName": "fieldName",
|
|
13351
|
+
"kind": "method",
|
|
13352
|
+
"name": "entityIdChanged",
|
|
13425
13353
|
"inheritedFrom": {
|
|
13426
13354
|
"name": "FileUpload",
|
|
13427
13355
|
"module": "src/file-upload/file-upload.ts"
|
|
13428
13356
|
}
|
|
13429
13357
|
},
|
|
13430
13358
|
{
|
|
13431
|
-
"
|
|
13359
|
+
"kind": "field",
|
|
13360
|
+
"name": "uploadKey",
|
|
13432
13361
|
"type": {
|
|
13433
13362
|
"text": "string"
|
|
13434
13363
|
},
|
|
13435
|
-
"fieldName": "entityId",
|
|
13436
13364
|
"inheritedFrom": {
|
|
13437
13365
|
"name": "FileUpload",
|
|
13438
13366
|
"module": "src/file-upload/file-upload.ts"
|
|
13439
13367
|
}
|
|
13440
13368
|
},
|
|
13441
13369
|
{
|
|
13442
|
-
"
|
|
13370
|
+
"kind": "field",
|
|
13371
|
+
"name": "gridFields",
|
|
13443
13372
|
"type": {
|
|
13444
13373
|
"text": "string"
|
|
13445
13374
|
},
|
|
13446
|
-
"
|
|
13375
|
+
"default": "''",
|
|
13447
13376
|
"inheritedFrom": {
|
|
13448
13377
|
"name": "FileUpload",
|
|
13449
13378
|
"module": "src/file-upload/file-upload.ts"
|
|
13450
13379
|
}
|
|
13451
13380
|
},
|
|
13452
13381
|
{
|
|
13453
|
-
"
|
|
13382
|
+
"kind": "field",
|
|
13383
|
+
"name": "fileName",
|
|
13454
13384
|
"type": {
|
|
13455
13385
|
"text": "string"
|
|
13456
13386
|
},
|
|
13457
13387
|
"default": "''",
|
|
13458
|
-
"fieldName": "gridFields",
|
|
13459
13388
|
"inheritedFrom": {
|
|
13460
13389
|
"name": "FileUpload",
|
|
13461
13390
|
"module": "src/file-upload/file-upload.ts"
|
|
13462
13391
|
}
|
|
13463
|
-
}
|
|
13464
|
-
],
|
|
13465
|
-
"members": [
|
|
13392
|
+
},
|
|
13466
13393
|
{
|
|
13467
13394
|
"kind": "field",
|
|
13468
|
-
"name": "
|
|
13395
|
+
"name": "uploadedFilesList",
|
|
13469
13396
|
"type": {
|
|
13470
|
-
"text": "
|
|
13397
|
+
"text": "array"
|
|
13471
13398
|
},
|
|
13472
|
-
"
|
|
13399
|
+
"default": "[]",
|
|
13473
13400
|
"inheritedFrom": {
|
|
13474
13401
|
"name": "FileUpload",
|
|
13475
13402
|
"module": "src/file-upload/file-upload.ts"
|
|
@@ -13477,11 +13404,10 @@
|
|
|
13477
13404
|
},
|
|
13478
13405
|
{
|
|
13479
13406
|
"kind": "field",
|
|
13480
|
-
"name": "
|
|
13407
|
+
"name": "filesGridColumnDefinitions",
|
|
13481
13408
|
"type": {
|
|
13482
|
-
"text": "
|
|
13409
|
+
"text": "ColumnDefinition[]"
|
|
13483
13410
|
},
|
|
13484
|
-
"privacy": "private",
|
|
13485
13411
|
"default": "[]",
|
|
13486
13412
|
"inheritedFrom": {
|
|
13487
13413
|
"name": "FileUpload",
|
|
@@ -13490,67 +13416,61 @@
|
|
|
13490
13416
|
},
|
|
13491
13417
|
{
|
|
13492
13418
|
"kind": "field",
|
|
13493
|
-
"name": "
|
|
13419
|
+
"name": "downloadEventName",
|
|
13494
13420
|
"type": {
|
|
13495
|
-
"text": "
|
|
13421
|
+
"text": "Function"
|
|
13496
13422
|
},
|
|
13497
|
-
"privacy": "
|
|
13423
|
+
"privacy": "public",
|
|
13498
13424
|
"inheritedFrom": {
|
|
13499
13425
|
"name": "FileUpload",
|
|
13500
13426
|
"module": "src/file-upload/file-upload.ts"
|
|
13501
13427
|
}
|
|
13502
13428
|
},
|
|
13503
13429
|
{
|
|
13504
|
-
"kind": "
|
|
13505
|
-
"name": "
|
|
13506
|
-
"type": {
|
|
13507
|
-
"text": "string"
|
|
13508
|
-
},
|
|
13430
|
+
"kind": "method",
|
|
13431
|
+
"name": "setupGrid",
|
|
13509
13432
|
"inheritedFrom": {
|
|
13510
13433
|
"name": "FileUpload",
|
|
13511
13434
|
"module": "src/file-upload/file-upload.ts"
|
|
13512
13435
|
}
|
|
13513
13436
|
},
|
|
13514
13437
|
{
|
|
13515
|
-
"kind": "
|
|
13516
|
-
"name": "
|
|
13517
|
-
"
|
|
13518
|
-
|
|
13519
|
-
|
|
13438
|
+
"kind": "method",
|
|
13439
|
+
"name": "handleStreamRowOperation",
|
|
13440
|
+
"privacy": "private",
|
|
13441
|
+
"parameters": [
|
|
13442
|
+
{
|
|
13443
|
+
"name": "data",
|
|
13444
|
+
"type": {
|
|
13445
|
+
"text": "Message<any>"
|
|
13446
|
+
}
|
|
13447
|
+
}
|
|
13448
|
+
],
|
|
13520
13449
|
"inheritedFrom": {
|
|
13521
13450
|
"name": "FileUpload",
|
|
13522
13451
|
"module": "src/file-upload/file-upload.ts"
|
|
13523
13452
|
}
|
|
13524
13453
|
},
|
|
13525
13454
|
{
|
|
13526
|
-
"kind": "
|
|
13527
|
-
"name": "
|
|
13528
|
-
"type": {
|
|
13529
|
-
"text": "Session"
|
|
13530
|
-
},
|
|
13455
|
+
"kind": "method",
|
|
13456
|
+
"name": "setRowData",
|
|
13531
13457
|
"inheritedFrom": {
|
|
13532
13458
|
"name": "FileUpload",
|
|
13533
13459
|
"module": "src/file-upload/file-upload.ts"
|
|
13534
13460
|
}
|
|
13535
13461
|
},
|
|
13536
13462
|
{
|
|
13537
|
-
"kind": "
|
|
13538
|
-
"name": "
|
|
13539
|
-
"type": {
|
|
13540
|
-
"text": "string"
|
|
13541
|
-
},
|
|
13463
|
+
"kind": "method",
|
|
13464
|
+
"name": "setColumnDefs",
|
|
13542
13465
|
"inheritedFrom": {
|
|
13543
13466
|
"name": "FileUpload",
|
|
13544
13467
|
"module": "src/file-upload/file-upload.ts"
|
|
13545
13468
|
}
|
|
13546
13469
|
},
|
|
13547
13470
|
{
|
|
13548
|
-
"kind": "
|
|
13549
|
-
"name": "
|
|
13550
|
-
"
|
|
13551
|
-
"text": "string"
|
|
13552
|
-
},
|
|
13553
|
-
"default": "''",
|
|
13471
|
+
"kind": "method",
|
|
13472
|
+
"name": "getDownloadColumn",
|
|
13473
|
+
"privacy": "public",
|
|
13554
13474
|
"inheritedFrom": {
|
|
13555
13475
|
"name": "FileUpload",
|
|
13556
13476
|
"module": "src/file-upload/file-upload.ts"
|
|
@@ -13558,54 +13478,62 @@
|
|
|
13558
13478
|
},
|
|
13559
13479
|
{
|
|
13560
13480
|
"kind": "method",
|
|
13561
|
-
"name": "
|
|
13481
|
+
"name": "getColumnObject",
|
|
13482
|
+
"privacy": "public",
|
|
13483
|
+
"parameters": [
|
|
13484
|
+
{
|
|
13485
|
+
"name": "column"
|
|
13486
|
+
}
|
|
13487
|
+
],
|
|
13562
13488
|
"inheritedFrom": {
|
|
13563
13489
|
"name": "FileUpload",
|
|
13564
13490
|
"module": "src/file-upload/file-upload.ts"
|
|
13565
13491
|
}
|
|
13566
13492
|
},
|
|
13567
13493
|
{
|
|
13568
|
-
"kind": "
|
|
13569
|
-
"name": "
|
|
13570
|
-
"
|
|
13571
|
-
"type": {
|
|
13572
|
-
"text": "number"
|
|
13573
|
-
},
|
|
13494
|
+
"kind": "method",
|
|
13495
|
+
"name": "handleClick",
|
|
13496
|
+
"privacy": "public",
|
|
13574
13497
|
"inheritedFrom": {
|
|
13575
13498
|
"name": "FileUpload",
|
|
13576
13499
|
"module": "src/file-upload/file-upload.ts"
|
|
13577
13500
|
}
|
|
13578
13501
|
},
|
|
13579
13502
|
{
|
|
13580
|
-
"kind": "
|
|
13581
|
-
"name": "
|
|
13582
|
-
"
|
|
13583
|
-
|
|
13584
|
-
|
|
13585
|
-
|
|
13503
|
+
"kind": "method",
|
|
13504
|
+
"name": "onInputChange",
|
|
13505
|
+
"privacy": "public",
|
|
13506
|
+
"parameters": [
|
|
13507
|
+
{
|
|
13508
|
+
"name": "e"
|
|
13509
|
+
}
|
|
13510
|
+
],
|
|
13586
13511
|
"inheritedFrom": {
|
|
13587
13512
|
"name": "FileUpload",
|
|
13588
13513
|
"module": "src/file-upload/file-upload.ts"
|
|
13589
13514
|
}
|
|
13590
13515
|
},
|
|
13591
13516
|
{
|
|
13592
|
-
"kind": "
|
|
13593
|
-
"name": "
|
|
13594
|
-
"
|
|
13595
|
-
|
|
13596
|
-
|
|
13597
|
-
|
|
13517
|
+
"kind": "method",
|
|
13518
|
+
"name": "onFilesSelected",
|
|
13519
|
+
"privacy": "public",
|
|
13520
|
+
"parameters": [
|
|
13521
|
+
{
|
|
13522
|
+
"name": "files",
|
|
13523
|
+
"type": {
|
|
13524
|
+
"text": "File[]"
|
|
13525
|
+
}
|
|
13526
|
+
}
|
|
13527
|
+
],
|
|
13598
13528
|
"inheritedFrom": {
|
|
13599
13529
|
"name": "FileUpload",
|
|
13600
13530
|
"module": "src/file-upload/file-upload.ts"
|
|
13601
13531
|
}
|
|
13602
13532
|
},
|
|
13603
13533
|
{
|
|
13604
|
-
"kind": "
|
|
13605
|
-
"name": "
|
|
13606
|
-
"
|
|
13607
|
-
"text": "string"
|
|
13608
|
-
},
|
|
13534
|
+
"kind": "method",
|
|
13535
|
+
"name": "handleFileUpload",
|
|
13536
|
+
"privacy": "public",
|
|
13609
13537
|
"inheritedFrom": {
|
|
13610
13538
|
"name": "FileUpload",
|
|
13611
13539
|
"module": "src/file-upload/file-upload.ts"
|
|
@@ -13613,239 +13541,343 @@
|
|
|
13613
13541
|
},
|
|
13614
13542
|
{
|
|
13615
13543
|
"kind": "method",
|
|
13616
|
-
"name": "
|
|
13544
|
+
"name": "handleFileDownload",
|
|
13545
|
+
"privacy": "public",
|
|
13546
|
+
"parameters": [
|
|
13547
|
+
{
|
|
13548
|
+
"name": "rowData",
|
|
13549
|
+
"type": {
|
|
13550
|
+
"text": "any"
|
|
13551
|
+
}
|
|
13552
|
+
}
|
|
13553
|
+
],
|
|
13617
13554
|
"inheritedFrom": {
|
|
13618
13555
|
"name": "FileUpload",
|
|
13619
13556
|
"module": "src/file-upload/file-upload.ts"
|
|
13620
13557
|
}
|
|
13621
13558
|
},
|
|
13622
13559
|
{
|
|
13623
|
-
"kind": "
|
|
13624
|
-
"name": "
|
|
13625
|
-
"
|
|
13626
|
-
"text": "string"
|
|
13627
|
-
},
|
|
13560
|
+
"kind": "method",
|
|
13561
|
+
"name": "clearSelection",
|
|
13562
|
+
"privacy": "public",
|
|
13628
13563
|
"inheritedFrom": {
|
|
13629
13564
|
"name": "FileUpload",
|
|
13630
13565
|
"module": "src/file-upload/file-upload.ts"
|
|
13631
13566
|
}
|
|
13632
13567
|
},
|
|
13633
13568
|
{
|
|
13634
|
-
"kind": "
|
|
13635
|
-
"name": "
|
|
13569
|
+
"kind": "field",
|
|
13570
|
+
"name": "_presentation",
|
|
13571
|
+
"type": {
|
|
13572
|
+
"text": "ComponentPresentation | null | undefined"
|
|
13573
|
+
},
|
|
13574
|
+
"privacy": "private",
|
|
13575
|
+
"default": "void 0",
|
|
13636
13576
|
"inheritedFrom": {
|
|
13637
|
-
"name": "
|
|
13638
|
-
"module": "src/
|
|
13577
|
+
"name": "FoundationElement",
|
|
13578
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
13639
13579
|
}
|
|
13640
13580
|
},
|
|
13641
13581
|
{
|
|
13642
13582
|
"kind": "field",
|
|
13643
|
-
"name": "
|
|
13583
|
+
"name": "$presentation",
|
|
13644
13584
|
"type": {
|
|
13645
|
-
"text": "
|
|
13585
|
+
"text": "ComponentPresentation | null"
|
|
13646
13586
|
},
|
|
13587
|
+
"privacy": "public",
|
|
13588
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
13647
13589
|
"inheritedFrom": {
|
|
13648
|
-
"name": "
|
|
13649
|
-
"module": "src/
|
|
13590
|
+
"name": "FoundationElement",
|
|
13591
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
13650
13592
|
}
|
|
13651
13593
|
},
|
|
13652
13594
|
{
|
|
13653
13595
|
"kind": "field",
|
|
13654
|
-
"name": "
|
|
13596
|
+
"name": "template",
|
|
13655
13597
|
"type": {
|
|
13656
|
-
"text": "
|
|
13598
|
+
"text": "ElementViewTemplate | void | null"
|
|
13657
13599
|
},
|
|
13658
|
-
"
|
|
13600
|
+
"privacy": "public",
|
|
13601
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
13659
13602
|
"inheritedFrom": {
|
|
13660
|
-
"name": "
|
|
13661
|
-
"module": "src/
|
|
13603
|
+
"name": "FoundationElement",
|
|
13604
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
13605
|
+
}
|
|
13606
|
+
},
|
|
13607
|
+
{
|
|
13608
|
+
"kind": "method",
|
|
13609
|
+
"name": "templateChanged",
|
|
13610
|
+
"privacy": "protected",
|
|
13611
|
+
"return": {
|
|
13612
|
+
"type": {
|
|
13613
|
+
"text": "void"
|
|
13614
|
+
}
|
|
13615
|
+
},
|
|
13616
|
+
"inheritedFrom": {
|
|
13617
|
+
"name": "FoundationElement",
|
|
13618
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
13662
13619
|
}
|
|
13663
13620
|
},
|
|
13664
13621
|
{
|
|
13665
13622
|
"kind": "field",
|
|
13666
|
-
"name": "
|
|
13623
|
+
"name": "styles",
|
|
13667
13624
|
"type": {
|
|
13668
|
-
"text": "
|
|
13625
|
+
"text": "ElementStyles | void | null"
|
|
13669
13626
|
},
|
|
13670
|
-
"
|
|
13627
|
+
"privacy": "public",
|
|
13628
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
13671
13629
|
"inheritedFrom": {
|
|
13672
|
-
"name": "
|
|
13673
|
-
"module": "src/
|
|
13630
|
+
"name": "FoundationElement",
|
|
13631
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
13632
|
+
}
|
|
13633
|
+
},
|
|
13634
|
+
{
|
|
13635
|
+
"kind": "method",
|
|
13636
|
+
"name": "stylesChanged",
|
|
13637
|
+
"privacy": "protected",
|
|
13638
|
+
"return": {
|
|
13639
|
+
"type": {
|
|
13640
|
+
"text": "void"
|
|
13641
|
+
}
|
|
13642
|
+
},
|
|
13643
|
+
"inheritedFrom": {
|
|
13644
|
+
"name": "FoundationElement",
|
|
13645
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
13674
13646
|
}
|
|
13675
13647
|
},
|
|
13648
|
+
{
|
|
13649
|
+
"kind": "method",
|
|
13650
|
+
"name": "compose",
|
|
13651
|
+
"privacy": "public",
|
|
13652
|
+
"static": true,
|
|
13653
|
+
"return": {
|
|
13654
|
+
"type": {
|
|
13655
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
13656
|
+
}
|
|
13657
|
+
},
|
|
13658
|
+
"parameters": [
|
|
13659
|
+
{
|
|
13660
|
+
"name": "this",
|
|
13661
|
+
"type": {
|
|
13662
|
+
"text": "K"
|
|
13663
|
+
}
|
|
13664
|
+
},
|
|
13665
|
+
{
|
|
13666
|
+
"name": "elementDefinition",
|
|
13667
|
+
"type": {
|
|
13668
|
+
"text": "T"
|
|
13669
|
+
},
|
|
13670
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
13671
|
+
}
|
|
13672
|
+
],
|
|
13673
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
13674
|
+
"inheritedFrom": {
|
|
13675
|
+
"name": "FoundationElement",
|
|
13676
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
13677
|
+
}
|
|
13678
|
+
}
|
|
13679
|
+
]
|
|
13680
|
+
},
|
|
13681
|
+
{
|
|
13682
|
+
"kind": "variable",
|
|
13683
|
+
"name": "zeroFileUpload",
|
|
13684
|
+
"description": "The Zero FileUpload",
|
|
13685
|
+
"privacy": "public"
|
|
13686
|
+
}
|
|
13687
|
+
],
|
|
13688
|
+
"exports": [
|
|
13689
|
+
{
|
|
13690
|
+
"kind": "js",
|
|
13691
|
+
"name": "defaultFileUploadConfig",
|
|
13692
|
+
"declaration": {
|
|
13693
|
+
"name": "defaultFileUploadConfig",
|
|
13694
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13695
|
+
}
|
|
13696
|
+
},
|
|
13697
|
+
{
|
|
13698
|
+
"kind": "js",
|
|
13699
|
+
"name": "zeroFileUploadShadowOptions",
|
|
13700
|
+
"declaration": {
|
|
13701
|
+
"name": "zeroFileUploadShadowOptions",
|
|
13702
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13703
|
+
}
|
|
13704
|
+
},
|
|
13705
|
+
{
|
|
13706
|
+
"kind": "js",
|
|
13707
|
+
"name": "FileUpload",
|
|
13708
|
+
"declaration": {
|
|
13709
|
+
"name": "FileUpload",
|
|
13710
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13711
|
+
}
|
|
13712
|
+
},
|
|
13713
|
+
{
|
|
13714
|
+
"kind": "js",
|
|
13715
|
+
"name": "zeroFileUpload",
|
|
13716
|
+
"declaration": {
|
|
13717
|
+
"name": "zeroFileUpload",
|
|
13718
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13719
|
+
}
|
|
13720
|
+
}
|
|
13721
|
+
]
|
|
13722
|
+
},
|
|
13723
|
+
{
|
|
13724
|
+
"kind": "javascript-module",
|
|
13725
|
+
"path": "src/file-upload/index.ts",
|
|
13726
|
+
"declarations": [],
|
|
13727
|
+
"exports": [
|
|
13728
|
+
{
|
|
13729
|
+
"kind": "js",
|
|
13730
|
+
"name": "*",
|
|
13731
|
+
"declaration": {
|
|
13732
|
+
"name": "*",
|
|
13733
|
+
"package": "./file-upload"
|
|
13734
|
+
}
|
|
13735
|
+
},
|
|
13736
|
+
{
|
|
13737
|
+
"kind": "js",
|
|
13738
|
+
"name": "*",
|
|
13739
|
+
"declaration": {
|
|
13740
|
+
"name": "*",
|
|
13741
|
+
"package": "./file-upload.styles"
|
|
13742
|
+
}
|
|
13743
|
+
},
|
|
13744
|
+
{
|
|
13745
|
+
"kind": "js",
|
|
13746
|
+
"name": "zeroFileUploadTemplate",
|
|
13747
|
+
"declaration": {
|
|
13748
|
+
"name": "foundationFileUploadTemplate",
|
|
13749
|
+
"package": "@genesislcap/foundation-ui"
|
|
13750
|
+
}
|
|
13751
|
+
}
|
|
13752
|
+
]
|
|
13753
|
+
},
|
|
13754
|
+
{
|
|
13755
|
+
"kind": "javascript-module",
|
|
13756
|
+
"path": "src/error-dialog/error-dialog.stories.ts",
|
|
13757
|
+
"declarations": [
|
|
13758
|
+
{
|
|
13759
|
+
"kind": "variable",
|
|
13760
|
+
"name": "meta",
|
|
13761
|
+
"type": {
|
|
13762
|
+
"text": "Meta"
|
|
13763
|
+
},
|
|
13764
|
+
"default": "{\n title: 'Error Dialog',\n component: 'zero-error-dialog',\n}"
|
|
13765
|
+
},
|
|
13766
|
+
{
|
|
13767
|
+
"kind": "variable",
|
|
13768
|
+
"name": "Primary",
|
|
13769
|
+
"type": {
|
|
13770
|
+
"text": "StoryObj"
|
|
13771
|
+
},
|
|
13772
|
+
"default": "{\n args: {\n errorText:\n 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet',\n notifyText:\n 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet',\n },\n render: ({ errorText, notifyText }) => html`\n <zero-button @click=\"${() => showDialog(errorText)}\">Show Zero Dialog</zero-button>\n <zero-button @click=\"${() => showDialogNotify(notifyText)}\">\n Show Zero Dialog - Notification\n </zero-button>\n <div id=\"error-dialog-container\"></div>\n `,\n}"
|
|
13773
|
+
}
|
|
13774
|
+
],
|
|
13775
|
+
"exports": [
|
|
13776
|
+
{
|
|
13777
|
+
"kind": "js",
|
|
13778
|
+
"name": "default",
|
|
13779
|
+
"declaration": {
|
|
13780
|
+
"name": "meta",
|
|
13781
|
+
"module": "src/error-dialog/error-dialog.stories.ts"
|
|
13782
|
+
}
|
|
13783
|
+
},
|
|
13784
|
+
{
|
|
13785
|
+
"kind": "js",
|
|
13786
|
+
"name": "Primary",
|
|
13787
|
+
"declaration": {
|
|
13788
|
+
"name": "Primary",
|
|
13789
|
+
"module": "src/error-dialog/error-dialog.stories.ts"
|
|
13790
|
+
}
|
|
13791
|
+
}
|
|
13792
|
+
]
|
|
13793
|
+
},
|
|
13794
|
+
{
|
|
13795
|
+
"kind": "javascript-module",
|
|
13796
|
+
"path": "src/error-dialog/error-dialog.ts",
|
|
13797
|
+
"declarations": [
|
|
13798
|
+
{
|
|
13799
|
+
"kind": "class",
|
|
13800
|
+
"description": "",
|
|
13801
|
+
"name": "ErrorDialog",
|
|
13802
|
+
"superclass": {
|
|
13803
|
+
"name": "FoundationErrorDialog",
|
|
13804
|
+
"package": "@genesislcap/foundation-ui"
|
|
13805
|
+
},
|
|
13806
|
+
"tagName": "%%prefix%%-error-dialog",
|
|
13807
|
+
"customElement": true,
|
|
13808
|
+
"members": [
|
|
13676
13809
|
{
|
|
13677
13810
|
"kind": "field",
|
|
13678
|
-
"name": "
|
|
13811
|
+
"name": "dialog",
|
|
13679
13812
|
"type": {
|
|
13680
|
-
"text": "
|
|
13813
|
+
"text": "HTMLElement & { close: () => void; show: () => void }"
|
|
13681
13814
|
},
|
|
13682
|
-
"
|
|
13815
|
+
"privacy": "public",
|
|
13683
13816
|
"inheritedFrom": {
|
|
13684
|
-
"name": "
|
|
13685
|
-
"module": "src/
|
|
13817
|
+
"name": "ErrorDialog",
|
|
13818
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
13686
13819
|
}
|
|
13687
13820
|
},
|
|
13688
13821
|
{
|
|
13689
13822
|
"kind": "field",
|
|
13690
|
-
"name": "
|
|
13823
|
+
"name": "error",
|
|
13691
13824
|
"type": {
|
|
13692
|
-
"text": "
|
|
13825
|
+
"text": "ErrorStructure"
|
|
13693
13826
|
},
|
|
13694
|
-
"default": "[]",
|
|
13695
13827
|
"inheritedFrom": {
|
|
13696
|
-
"name": "
|
|
13697
|
-
"module": "src/
|
|
13828
|
+
"name": "ErrorDialog",
|
|
13829
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
13698
13830
|
}
|
|
13699
13831
|
},
|
|
13700
13832
|
{
|
|
13701
13833
|
"kind": "field",
|
|
13702
|
-
"name": "
|
|
13834
|
+
"name": "notification",
|
|
13703
13835
|
"type": {
|
|
13704
|
-
"text": "
|
|
13836
|
+
"text": "NotificationStructure"
|
|
13705
13837
|
},
|
|
13706
|
-
"privacy": "public",
|
|
13707
|
-
"inheritedFrom": {
|
|
13708
|
-
"name": "FileUpload",
|
|
13709
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13710
|
-
}
|
|
13711
|
-
},
|
|
13712
|
-
{
|
|
13713
|
-
"kind": "method",
|
|
13714
|
-
"name": "setupGrid",
|
|
13715
|
-
"inheritedFrom": {
|
|
13716
|
-
"name": "FileUpload",
|
|
13717
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13718
|
-
}
|
|
13719
|
-
},
|
|
13720
|
-
{
|
|
13721
|
-
"kind": "method",
|
|
13722
|
-
"name": "handleStreamRowOperation",
|
|
13723
|
-
"privacy": "private",
|
|
13724
|
-
"parameters": [
|
|
13725
|
-
{
|
|
13726
|
-
"name": "data",
|
|
13727
|
-
"type": {
|
|
13728
|
-
"text": "Message<any>"
|
|
13729
|
-
}
|
|
13730
|
-
}
|
|
13731
|
-
],
|
|
13732
|
-
"inheritedFrom": {
|
|
13733
|
-
"name": "FileUpload",
|
|
13734
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13735
|
-
}
|
|
13736
|
-
},
|
|
13737
|
-
{
|
|
13738
|
-
"kind": "method",
|
|
13739
|
-
"name": "setRowData",
|
|
13740
|
-
"inheritedFrom": {
|
|
13741
|
-
"name": "FileUpload",
|
|
13742
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13743
|
-
}
|
|
13744
|
-
},
|
|
13745
|
-
{
|
|
13746
|
-
"kind": "method",
|
|
13747
|
-
"name": "setColumnDefs",
|
|
13748
|
-
"inheritedFrom": {
|
|
13749
|
-
"name": "FileUpload",
|
|
13750
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13751
|
-
}
|
|
13752
|
-
},
|
|
13753
|
-
{
|
|
13754
|
-
"kind": "method",
|
|
13755
|
-
"name": "getDownloadColumn",
|
|
13756
|
-
"privacy": "public",
|
|
13757
|
-
"inheritedFrom": {
|
|
13758
|
-
"name": "FileUpload",
|
|
13759
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13760
|
-
}
|
|
13761
|
-
},
|
|
13762
|
-
{
|
|
13763
|
-
"kind": "method",
|
|
13764
|
-
"name": "getColumnObject",
|
|
13765
|
-
"privacy": "public",
|
|
13766
|
-
"parameters": [
|
|
13767
|
-
{
|
|
13768
|
-
"name": "column"
|
|
13769
|
-
}
|
|
13770
|
-
],
|
|
13771
|
-
"inheritedFrom": {
|
|
13772
|
-
"name": "FileUpload",
|
|
13773
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13774
|
-
}
|
|
13775
|
-
},
|
|
13776
|
-
{
|
|
13777
|
-
"kind": "method",
|
|
13778
|
-
"name": "handleClick",
|
|
13779
|
-
"privacy": "public",
|
|
13780
|
-
"inheritedFrom": {
|
|
13781
|
-
"name": "FileUpload",
|
|
13782
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13783
|
-
}
|
|
13784
|
-
},
|
|
13785
|
-
{
|
|
13786
|
-
"kind": "method",
|
|
13787
|
-
"name": "onInputChange",
|
|
13788
|
-
"privacy": "public",
|
|
13789
|
-
"parameters": [
|
|
13790
|
-
{
|
|
13791
|
-
"name": "e"
|
|
13792
|
-
}
|
|
13793
|
-
],
|
|
13794
13838
|
"inheritedFrom": {
|
|
13795
|
-
"name": "
|
|
13796
|
-
"module": "src/
|
|
13839
|
+
"name": "ErrorDialog",
|
|
13840
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
13797
13841
|
}
|
|
13798
13842
|
},
|
|
13799
13843
|
{
|
|
13800
13844
|
"kind": "method",
|
|
13801
|
-
"name": "
|
|
13845
|
+
"name": "show",
|
|
13802
13846
|
"privacy": "public",
|
|
13803
|
-
"
|
|
13804
|
-
{
|
|
13805
|
-
"
|
|
13806
|
-
"type": {
|
|
13807
|
-
"text": "File[]"
|
|
13808
|
-
}
|
|
13847
|
+
"return": {
|
|
13848
|
+
"type": {
|
|
13849
|
+
"text": "void"
|
|
13809
13850
|
}
|
|
13810
|
-
|
|
13851
|
+
},
|
|
13852
|
+
"description": "Show the Error Dialog.",
|
|
13811
13853
|
"inheritedFrom": {
|
|
13812
|
-
"name": "
|
|
13813
|
-
"module": "src/
|
|
13854
|
+
"name": "ErrorDialog",
|
|
13855
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
13814
13856
|
}
|
|
13815
13857
|
},
|
|
13816
13858
|
{
|
|
13817
13859
|
"kind": "method",
|
|
13818
|
-
"name": "
|
|
13860
|
+
"name": "dismiss",
|
|
13819
13861
|
"privacy": "public",
|
|
13862
|
+
"description": "Dismiss the Error Dialog from display and calls the dismissing action.",
|
|
13820
13863
|
"inheritedFrom": {
|
|
13821
|
-
"name": "
|
|
13822
|
-
"module": "src/
|
|
13864
|
+
"name": "ErrorDialog",
|
|
13865
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
13823
13866
|
}
|
|
13824
13867
|
},
|
|
13825
13868
|
{
|
|
13826
13869
|
"kind": "method",
|
|
13827
|
-
"name": "
|
|
13870
|
+
"name": "closeDialog",
|
|
13828
13871
|
"privacy": "public",
|
|
13829
|
-
"
|
|
13830
|
-
{
|
|
13831
|
-
"
|
|
13832
|
-
"type": {
|
|
13833
|
-
"text": "any"
|
|
13834
|
-
}
|
|
13872
|
+
"return": {
|
|
13873
|
+
"type": {
|
|
13874
|
+
"text": "void"
|
|
13835
13875
|
}
|
|
13836
|
-
|
|
13837
|
-
"
|
|
13838
|
-
"name": "FileUpload",
|
|
13839
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13840
|
-
}
|
|
13841
|
-
},
|
|
13842
|
-
{
|
|
13843
|
-
"kind": "method",
|
|
13844
|
-
"name": "clearSelection",
|
|
13845
|
-
"privacy": "public",
|
|
13876
|
+
},
|
|
13877
|
+
"description": "Dismiss the Error Dialog from display.",
|
|
13846
13878
|
"inheritedFrom": {
|
|
13847
|
-
"name": "
|
|
13848
|
-
"module": "src/
|
|
13879
|
+
"name": "ErrorDialog",
|
|
13880
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
13849
13881
|
}
|
|
13850
13882
|
},
|
|
13851
13883
|
{
|
|
@@ -13963,49 +13995,33 @@
|
|
|
13963
13995
|
},
|
|
13964
13996
|
{
|
|
13965
13997
|
"kind": "variable",
|
|
13966
|
-
"name": "
|
|
13967
|
-
"description": "The
|
|
13998
|
+
"name": "zeroErrorDialog",
|
|
13999
|
+
"description": "The zero ErrorDialog",
|
|
13968
14000
|
"privacy": "public"
|
|
13969
14001
|
}
|
|
13970
14002
|
],
|
|
13971
14003
|
"exports": [
|
|
13972
14004
|
{
|
|
13973
14005
|
"kind": "js",
|
|
13974
|
-
"name": "
|
|
13975
|
-
"declaration": {
|
|
13976
|
-
"name": "defaultFileUploadConfig",
|
|
13977
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13978
|
-
}
|
|
13979
|
-
},
|
|
13980
|
-
{
|
|
13981
|
-
"kind": "js",
|
|
13982
|
-
"name": "zeroFileUploadShadowOptions",
|
|
13983
|
-
"declaration": {
|
|
13984
|
-
"name": "zeroFileUploadShadowOptions",
|
|
13985
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13986
|
-
}
|
|
13987
|
-
},
|
|
13988
|
-
{
|
|
13989
|
-
"kind": "js",
|
|
13990
|
-
"name": "FileUpload",
|
|
14006
|
+
"name": "ErrorDialog",
|
|
13991
14007
|
"declaration": {
|
|
13992
|
-
"name": "
|
|
13993
|
-
"module": "src/
|
|
14008
|
+
"name": "ErrorDialog",
|
|
14009
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
13994
14010
|
}
|
|
13995
14011
|
},
|
|
13996
14012
|
{
|
|
13997
14013
|
"kind": "js",
|
|
13998
|
-
"name": "
|
|
14014
|
+
"name": "zeroErrorDialog",
|
|
13999
14015
|
"declaration": {
|
|
14000
|
-
"name": "
|
|
14001
|
-
"module": "src/
|
|
14016
|
+
"name": "zeroErrorDialog",
|
|
14017
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
14002
14018
|
}
|
|
14003
14019
|
}
|
|
14004
14020
|
]
|
|
14005
14021
|
},
|
|
14006
14022
|
{
|
|
14007
14023
|
"kind": "javascript-module",
|
|
14008
|
-
"path": "src/
|
|
14024
|
+
"path": "src/error-dialog/index.ts",
|
|
14009
14025
|
"declarations": [],
|
|
14010
14026
|
"exports": [
|
|
14011
14027
|
{
|
|
@@ -14013,23 +14029,7 @@
|
|
|
14013
14029
|
"name": "*",
|
|
14014
14030
|
"declaration": {
|
|
14015
14031
|
"name": "*",
|
|
14016
|
-
"package": "./
|
|
14017
|
-
}
|
|
14018
|
-
},
|
|
14019
|
-
{
|
|
14020
|
-
"kind": "js",
|
|
14021
|
-
"name": "*",
|
|
14022
|
-
"declaration": {
|
|
14023
|
-
"name": "*",
|
|
14024
|
-
"package": "./file-upload.styles"
|
|
14025
|
-
}
|
|
14026
|
-
},
|
|
14027
|
-
{
|
|
14028
|
-
"kind": "js",
|
|
14029
|
-
"name": "zeroFileUploadTemplate",
|
|
14030
|
-
"declaration": {
|
|
14031
|
-
"name": "foundationFileUploadTemplate",
|
|
14032
|
-
"package": "@genesislcap/foundation-ui"
|
|
14032
|
+
"package": "./error-dialog"
|
|
14033
14033
|
}
|
|
14034
14034
|
}
|
|
14035
14035
|
]
|