scu-web-components 0.0.54 → 0.0.56
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 +496 -496
- package/dist/custom-elements.json.gz +0 -0
- package/dist/docs/components/manifest.json +52 -52
- package/dist/docs/config.json +3 -3
- package/dist/themes/themes.css +71 -23
- package/dist/tokens/source/jsCss.js +1 -1
- package/dist/tokens/source/jsCss.js.gz +0 -0
- package/dist/tokens/source/jsCssGenerator.js +1 -1
- package/dist/tokens/source/jsCssGenerator.js.gz +0 -0
- package/dist/tokens/source/jsCssGeneratorSansAssets.js +1 -1
- package/dist/tokens/source/jsCssGeneratorSansAssets.js.gz +0 -0
- package/package.json +1 -1
- package/scripts/themes.mjs +6 -2
|
@@ -836,6 +836,248 @@
|
|
|
836
836
|
}
|
|
837
837
|
]
|
|
838
838
|
},
|
|
839
|
+
{
|
|
840
|
+
"kind": "javascript-module",
|
|
841
|
+
"path": "src/scw-center-component/ScwCenterComponent.ts",
|
|
842
|
+
"declarations": [
|
|
843
|
+
{
|
|
844
|
+
"kind": "class",
|
|
845
|
+
"description": "ScwCenterComponent",
|
|
846
|
+
"name": "ScwCenterComponent",
|
|
847
|
+
"members": [
|
|
848
|
+
{
|
|
849
|
+
"kind": "field",
|
|
850
|
+
"name": "element",
|
|
851
|
+
"type": {
|
|
852
|
+
"text": "string"
|
|
853
|
+
},
|
|
854
|
+
"description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
|
|
855
|
+
"attribute": "element",
|
|
856
|
+
"reflects": true,
|
|
857
|
+
"inheritedFrom": {
|
|
858
|
+
"name": "ScwComponent",
|
|
859
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
860
|
+
}
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"kind": "field",
|
|
864
|
+
"name": "ariaLabel",
|
|
865
|
+
"type": {
|
|
866
|
+
"text": "string"
|
|
867
|
+
},
|
|
868
|
+
"default": "''",
|
|
869
|
+
"description": "(ScwComponent) Main text within component",
|
|
870
|
+
"attribute": "aria-label",
|
|
871
|
+
"reflects": true,
|
|
872
|
+
"inheritedFrom": {
|
|
873
|
+
"name": "ScwComponent",
|
|
874
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"kind": "field",
|
|
879
|
+
"name": "ariaDisabled",
|
|
880
|
+
"type": {
|
|
881
|
+
"text": "string"
|
|
882
|
+
},
|
|
883
|
+
"default": "'false'",
|
|
884
|
+
"description": "(ScwComponent) Disables the component however it disables",
|
|
885
|
+
"attribute": "aria-disabled",
|
|
886
|
+
"inheritedFrom": {
|
|
887
|
+
"name": "ScwComponent",
|
|
888
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
889
|
+
}
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"kind": "field",
|
|
893
|
+
"name": "isLink",
|
|
894
|
+
"type": {
|
|
895
|
+
"text": "boolean"
|
|
896
|
+
},
|
|
897
|
+
"default": "false",
|
|
898
|
+
"description": "(ScwLinkBase)\nSome lookups need to know if something is a link or not...",
|
|
899
|
+
"attribute": "is-link",
|
|
900
|
+
"reflects": true,
|
|
901
|
+
"inheritedFrom": {
|
|
902
|
+
"name": "ScwComponent",
|
|
903
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
904
|
+
}
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"kind": "field",
|
|
908
|
+
"name": "_lightDomMutationObserver",
|
|
909
|
+
"type": {
|
|
910
|
+
"text": "LightDomMutationObserver | undefined"
|
|
911
|
+
},
|
|
912
|
+
"description": "(ScwComponent) Light Dom Mutation Observer",
|
|
913
|
+
"inheritedFrom": {
|
|
914
|
+
"name": "ScwComponent",
|
|
915
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"kind": "field",
|
|
920
|
+
"name": "dynamic",
|
|
921
|
+
"type": {
|
|
922
|
+
"text": "boolean"
|
|
923
|
+
},
|
|
924
|
+
"default": "false",
|
|
925
|
+
"description": "(ScwComponent) Determines whether to watch for changes\nin children. (not all components use light DOM)",
|
|
926
|
+
"attribute": "dynamic",
|
|
927
|
+
"inheritedFrom": {
|
|
928
|
+
"name": "ScwComponent",
|
|
929
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
930
|
+
}
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"kind": "method",
|
|
934
|
+
"name": "domMutated",
|
|
935
|
+
"description": "parseLightDom is a hook for classes extending this one to add\nother parsers and validations",
|
|
936
|
+
"inheritedFrom": {
|
|
937
|
+
"name": "ScwComponent",
|
|
938
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"kind": "method",
|
|
943
|
+
"name": "warn",
|
|
944
|
+
"parameters": [
|
|
945
|
+
{
|
|
946
|
+
"name": "message",
|
|
947
|
+
"type": {
|
|
948
|
+
"text": "string"
|
|
949
|
+
},
|
|
950
|
+
"description": "describing warning"
|
|
951
|
+
}
|
|
952
|
+
],
|
|
953
|
+
"description": "handles warnings...things wrong with formatting, ADA, etc...",
|
|
954
|
+
"inheritedFrom": {
|
|
955
|
+
"name": "ScwComponent",
|
|
956
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
957
|
+
}
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"kind": "method",
|
|
961
|
+
"name": "clearWarnings",
|
|
962
|
+
"description": "clearWarnings",
|
|
963
|
+
"inheritedFrom": {
|
|
964
|
+
"name": "ScwComponent",
|
|
965
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
966
|
+
}
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"kind": "field",
|
|
970
|
+
"name": "_lastWarning",
|
|
971
|
+
"type": {
|
|
972
|
+
"text": "string | undefined"
|
|
973
|
+
},
|
|
974
|
+
"description": "retain the last warning sent...good for testing.",
|
|
975
|
+
"inheritedFrom": {
|
|
976
|
+
"name": "ScwComponent",
|
|
977
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
],
|
|
981
|
+
"superclass": {
|
|
982
|
+
"name": "ScwComponent",
|
|
983
|
+
"module": "/src/scw-component/ScwComponent"
|
|
984
|
+
},
|
|
985
|
+
"tagName": "scw-center-component",
|
|
986
|
+
"customElement": true,
|
|
987
|
+
"attributes": [
|
|
988
|
+
{
|
|
989
|
+
"name": "aria-label",
|
|
990
|
+
"type": {
|
|
991
|
+
"text": "string"
|
|
992
|
+
},
|
|
993
|
+
"default": "''",
|
|
994
|
+
"description": "(ScwComponent) Main text within component",
|
|
995
|
+
"fieldName": "ariaLabel",
|
|
996
|
+
"inheritedFrom": {
|
|
997
|
+
"name": "ScwComponent",
|
|
998
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
999
|
+
}
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"name": "aria-disabled",
|
|
1003
|
+
"type": {
|
|
1004
|
+
"text": "string"
|
|
1005
|
+
},
|
|
1006
|
+
"default": "'false'",
|
|
1007
|
+
"description": "(ScwComponent) Disables the component however it disables",
|
|
1008
|
+
"fieldName": "ariaDisabled",
|
|
1009
|
+
"inheritedFrom": {
|
|
1010
|
+
"name": "ScwComponent",
|
|
1011
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"name": "is-link",
|
|
1016
|
+
"type": {
|
|
1017
|
+
"text": "boolean"
|
|
1018
|
+
},
|
|
1019
|
+
"default": "false",
|
|
1020
|
+
"description": "(ScwLinkBase)\nSome lookups need to know if something is a link or not...",
|
|
1021
|
+
"fieldName": "isLink",
|
|
1022
|
+
"inheritedFrom": {
|
|
1023
|
+
"name": "ScwComponent",
|
|
1024
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
1025
|
+
}
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"name": "dynamic",
|
|
1029
|
+
"type": {
|
|
1030
|
+
"text": "boolean"
|
|
1031
|
+
},
|
|
1032
|
+
"default": "false",
|
|
1033
|
+
"description": "(ScwComponent) Determines whether to watch for changes\nin children. (not all components use light DOM)",
|
|
1034
|
+
"fieldName": "dynamic",
|
|
1035
|
+
"inheritedFrom": {
|
|
1036
|
+
"name": "ScwComponent",
|
|
1037
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
1038
|
+
}
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"name": "element",
|
|
1042
|
+
"type": {
|
|
1043
|
+
"text": "string"
|
|
1044
|
+
},
|
|
1045
|
+
"description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
|
|
1046
|
+
"fieldName": "element",
|
|
1047
|
+
"inheritedFrom": {
|
|
1048
|
+
"name": "ScwComponent",
|
|
1049
|
+
"module": "src/scw-component/ScwComponent.ts"
|
|
1050
|
+
}
|
|
1051
|
+
}
|
|
1052
|
+
]
|
|
1053
|
+
}
|
|
1054
|
+
],
|
|
1055
|
+
"exports": [
|
|
1056
|
+
{
|
|
1057
|
+
"kind": "js",
|
|
1058
|
+
"name": "default",
|
|
1059
|
+
"declaration": {
|
|
1060
|
+
"name": "ScwCenterComponent",
|
|
1061
|
+
"module": "src/scw-center-component/ScwCenterComponent.ts"
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
]
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"kind": "javascript-module",
|
|
1068
|
+
"path": "src/scw-center-component/scw-center-component.ts",
|
|
1069
|
+
"declarations": [],
|
|
1070
|
+
"exports": [
|
|
1071
|
+
{
|
|
1072
|
+
"kind": "custom-element-definition",
|
|
1073
|
+
"name": "scw-center-component",
|
|
1074
|
+
"declaration": {
|
|
1075
|
+
"name": "ScwCenterComponent",
|
|
1076
|
+
"module": "/src/scw-center-component/ScwCenterComponent.js"
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
]
|
|
1080
|
+
},
|
|
839
1081
|
{
|
|
840
1082
|
"kind": "javascript-module",
|
|
841
1083
|
"path": "src/scw-card/ScwCard.ts",
|
|
@@ -1206,313 +1448,30 @@
|
|
|
1206
1448
|
"fieldName": "linkLabel"
|
|
1207
1449
|
},
|
|
1208
1450
|
{
|
|
1209
|
-
"name": "preload",
|
|
1210
|
-
"type": {
|
|
1211
|
-
"text": "boolean"
|
|
1212
|
-
},
|
|
1213
|
-
"default": "false",
|
|
1214
|
-
"description": "(ScwCard) whether to preload image or not",
|
|
1215
|
-
"fieldName": "preload"
|
|
1216
|
-
},
|
|
1217
|
-
{
|
|
1218
|
-
"name": "size",
|
|
1219
|
-
"type": {
|
|
1220
|
-
"text": "ScwCardSizes"
|
|
1221
|
-
},
|
|
1222
|
-
"description": "(ScwCard) Readonly - Size of the card. This\nis determined by the nested html content (h1 = large,\nh2 = medium, h3 = small).",
|
|
1223
|
-
"fieldName": "size"
|
|
1224
|
-
},
|
|
1225
|
-
{
|
|
1226
|
-
"name": "action",
|
|
1227
|
-
"type": {
|
|
1228
|
-
"text": "ScwCardActions"
|
|
1229
|
-
},
|
|
1230
|
-
"description": "(ScwCard) Readonly - The type of action (whole card, link, or none).\nThis is determined by the use of an anchor tag.",
|
|
1231
|
-
"fieldName": "action"
|
|
1232
|
-
},
|
|
1233
|
-
{
|
|
1234
|
-
"name": "aria-label",
|
|
1235
|
-
"type": {
|
|
1236
|
-
"text": "string"
|
|
1237
|
-
},
|
|
1238
|
-
"default": "''",
|
|
1239
|
-
"description": "(ScwComponent) Main text within component",
|
|
1240
|
-
"fieldName": "ariaLabel",
|
|
1241
|
-
"inheritedFrom": {
|
|
1242
|
-
"name": "ScwComponent",
|
|
1243
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1244
|
-
}
|
|
1245
|
-
},
|
|
1246
|
-
{
|
|
1247
|
-
"name": "aria-disabled",
|
|
1248
|
-
"type": {
|
|
1249
|
-
"text": "string"
|
|
1250
|
-
},
|
|
1251
|
-
"default": "'false'",
|
|
1252
|
-
"description": "(ScwComponent) Disables the component however it disables",
|
|
1253
|
-
"fieldName": "ariaDisabled",
|
|
1254
|
-
"inheritedFrom": {
|
|
1255
|
-
"name": "ScwComponent",
|
|
1256
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1257
|
-
}
|
|
1258
|
-
},
|
|
1259
|
-
{
|
|
1260
|
-
"name": "is-link",
|
|
1261
|
-
"type": {
|
|
1262
|
-
"text": "boolean"
|
|
1263
|
-
},
|
|
1264
|
-
"default": "false",
|
|
1265
|
-
"description": "(ScwLinkBase)\nSome lookups need to know if something is a link or not...",
|
|
1266
|
-
"fieldName": "isLink",
|
|
1267
|
-
"inheritedFrom": {
|
|
1268
|
-
"name": "ScwComponent",
|
|
1269
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1270
|
-
}
|
|
1271
|
-
},
|
|
1272
|
-
{
|
|
1273
|
-
"name": "dynamic",
|
|
1274
|
-
"type": {
|
|
1275
|
-
"text": "boolean"
|
|
1276
|
-
},
|
|
1277
|
-
"default": "false",
|
|
1278
|
-
"description": "(ScwComponent) Determines whether to watch for changes\nin children. (not all components use light DOM)",
|
|
1279
|
-
"fieldName": "dynamic",
|
|
1280
|
-
"inheritedFrom": {
|
|
1281
|
-
"name": "ScwComponent",
|
|
1282
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1283
|
-
}
|
|
1284
|
-
},
|
|
1285
|
-
{
|
|
1286
|
-
"name": "element",
|
|
1287
|
-
"type": {
|
|
1288
|
-
"text": "string"
|
|
1289
|
-
},
|
|
1290
|
-
"description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
|
|
1291
|
-
"fieldName": "element",
|
|
1292
|
-
"inheritedFrom": {
|
|
1293
|
-
"name": "ScwComponent",
|
|
1294
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1295
|
-
}
|
|
1296
|
-
}
|
|
1297
|
-
],
|
|
1298
|
-
"superclass": {
|
|
1299
|
-
"name": "ScwComponent",
|
|
1300
|
-
"module": "/src/scw-component/ScwComponent"
|
|
1301
|
-
},
|
|
1302
|
-
"tagName": "scw-card",
|
|
1303
|
-
"customElement": true
|
|
1304
|
-
}
|
|
1305
|
-
],
|
|
1306
|
-
"exports": [
|
|
1307
|
-
{
|
|
1308
|
-
"kind": "js",
|
|
1309
|
-
"name": "default",
|
|
1310
|
-
"declaration": {
|
|
1311
|
-
"name": "ScwCard",
|
|
1312
|
-
"module": "src/scw-card/ScwCard.ts"
|
|
1313
|
-
}
|
|
1314
|
-
}
|
|
1315
|
-
]
|
|
1316
|
-
},
|
|
1317
|
-
{
|
|
1318
|
-
"kind": "javascript-module",
|
|
1319
|
-
"path": "src/scw-card/scw-card-enums.ts",
|
|
1320
|
-
"declarations": [],
|
|
1321
|
-
"exports": []
|
|
1322
|
-
},
|
|
1323
|
-
{
|
|
1324
|
-
"kind": "javascript-module",
|
|
1325
|
-
"path": "src/scw-card/scw-card-light-dom.ts",
|
|
1326
|
-
"declarations": [
|
|
1327
|
-
{
|
|
1328
|
-
"kind": "function",
|
|
1329
|
-
"name": "parseLightDomCard",
|
|
1330
|
-
"parameters": [
|
|
1331
|
-
{
|
|
1332
|
-
"name": "scwCard",
|
|
1333
|
-
"type": {
|
|
1334
|
-
"text": "ScwCard"
|
|
1335
|
-
}
|
|
1336
|
-
}
|
|
1337
|
-
],
|
|
1338
|
-
"description": "Parses light dom into variables to be used for rendering"
|
|
1339
|
-
}
|
|
1340
|
-
],
|
|
1341
|
-
"exports": [
|
|
1342
|
-
{
|
|
1343
|
-
"kind": "js",
|
|
1344
|
-
"name": "default",
|
|
1345
|
-
"declaration": {
|
|
1346
|
-
"name": "parseLightDomCard",
|
|
1347
|
-
"module": "src/scw-card/scw-card-light-dom.ts"
|
|
1348
|
-
}
|
|
1349
|
-
}
|
|
1350
|
-
]
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
"kind": "javascript-module",
|
|
1354
|
-
"path": "src/scw-card/scw-card.ts",
|
|
1355
|
-
"declarations": [],
|
|
1356
|
-
"exports": [
|
|
1357
|
-
{
|
|
1358
|
-
"kind": "custom-element-definition",
|
|
1359
|
-
"name": "scw-card",
|
|
1360
|
-
"declaration": {
|
|
1361
|
-
"name": "ScwCard",
|
|
1362
|
-
"module": "/src/scw-card/ScwCard"
|
|
1363
|
-
}
|
|
1364
|
-
}
|
|
1365
|
-
]
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"kind": "javascript-module",
|
|
1369
|
-
"path": "src/scw-center-component/ScwCenterComponent.ts",
|
|
1370
|
-
"declarations": [
|
|
1371
|
-
{
|
|
1372
|
-
"kind": "class",
|
|
1373
|
-
"description": "ScwCenterComponent",
|
|
1374
|
-
"name": "ScwCenterComponent",
|
|
1375
|
-
"members": [
|
|
1376
|
-
{
|
|
1377
|
-
"kind": "field",
|
|
1378
|
-
"name": "element",
|
|
1379
|
-
"type": {
|
|
1380
|
-
"text": "string"
|
|
1381
|
-
},
|
|
1382
|
-
"description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
|
|
1383
|
-
"attribute": "element",
|
|
1384
|
-
"reflects": true,
|
|
1385
|
-
"inheritedFrom": {
|
|
1386
|
-
"name": "ScwComponent",
|
|
1387
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1388
|
-
}
|
|
1389
|
-
},
|
|
1390
|
-
{
|
|
1391
|
-
"kind": "field",
|
|
1392
|
-
"name": "ariaLabel",
|
|
1393
|
-
"type": {
|
|
1394
|
-
"text": "string"
|
|
1395
|
-
},
|
|
1396
|
-
"default": "''",
|
|
1397
|
-
"description": "(ScwComponent) Main text within component",
|
|
1398
|
-
"attribute": "aria-label",
|
|
1399
|
-
"reflects": true,
|
|
1400
|
-
"inheritedFrom": {
|
|
1401
|
-
"name": "ScwComponent",
|
|
1402
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1403
|
-
}
|
|
1404
|
-
},
|
|
1405
|
-
{
|
|
1406
|
-
"kind": "field",
|
|
1407
|
-
"name": "ariaDisabled",
|
|
1408
|
-
"type": {
|
|
1409
|
-
"text": "string"
|
|
1410
|
-
},
|
|
1411
|
-
"default": "'false'",
|
|
1412
|
-
"description": "(ScwComponent) Disables the component however it disables",
|
|
1413
|
-
"attribute": "aria-disabled",
|
|
1414
|
-
"inheritedFrom": {
|
|
1415
|
-
"name": "ScwComponent",
|
|
1416
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1417
|
-
}
|
|
1418
|
-
},
|
|
1419
|
-
{
|
|
1420
|
-
"kind": "field",
|
|
1421
|
-
"name": "isLink",
|
|
1422
|
-
"type": {
|
|
1423
|
-
"text": "boolean"
|
|
1424
|
-
},
|
|
1425
|
-
"default": "false",
|
|
1426
|
-
"description": "(ScwLinkBase)\nSome lookups need to know if something is a link or not...",
|
|
1427
|
-
"attribute": "is-link",
|
|
1428
|
-
"reflects": true,
|
|
1429
|
-
"inheritedFrom": {
|
|
1430
|
-
"name": "ScwComponent",
|
|
1431
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1432
|
-
}
|
|
1433
|
-
},
|
|
1434
|
-
{
|
|
1435
|
-
"kind": "field",
|
|
1436
|
-
"name": "_lightDomMutationObserver",
|
|
1437
|
-
"type": {
|
|
1438
|
-
"text": "LightDomMutationObserver | undefined"
|
|
1439
|
-
},
|
|
1440
|
-
"description": "(ScwComponent) Light Dom Mutation Observer",
|
|
1441
|
-
"inheritedFrom": {
|
|
1442
|
-
"name": "ScwComponent",
|
|
1443
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1444
|
-
}
|
|
1445
|
-
},
|
|
1446
|
-
{
|
|
1447
|
-
"kind": "field",
|
|
1448
|
-
"name": "dynamic",
|
|
1451
|
+
"name": "preload",
|
|
1449
1452
|
"type": {
|
|
1450
1453
|
"text": "boolean"
|
|
1451
1454
|
},
|
|
1452
1455
|
"default": "false",
|
|
1453
|
-
"description": "(
|
|
1454
|
-
"
|
|
1455
|
-
"inheritedFrom": {
|
|
1456
|
-
"name": "ScwComponent",
|
|
1457
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1458
|
-
}
|
|
1459
|
-
},
|
|
1460
|
-
{
|
|
1461
|
-
"kind": "method",
|
|
1462
|
-
"name": "domMutated",
|
|
1463
|
-
"description": "parseLightDom is a hook for classes extending this one to add\nother parsers and validations",
|
|
1464
|
-
"inheritedFrom": {
|
|
1465
|
-
"name": "ScwComponent",
|
|
1466
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1467
|
-
}
|
|
1468
|
-
},
|
|
1469
|
-
{
|
|
1470
|
-
"kind": "method",
|
|
1471
|
-
"name": "warn",
|
|
1472
|
-
"parameters": [
|
|
1473
|
-
{
|
|
1474
|
-
"name": "message",
|
|
1475
|
-
"type": {
|
|
1476
|
-
"text": "string"
|
|
1477
|
-
},
|
|
1478
|
-
"description": "describing warning"
|
|
1479
|
-
}
|
|
1480
|
-
],
|
|
1481
|
-
"description": "handles warnings...things wrong with formatting, ADA, etc...",
|
|
1482
|
-
"inheritedFrom": {
|
|
1483
|
-
"name": "ScwComponent",
|
|
1484
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1485
|
-
}
|
|
1456
|
+
"description": "(ScwCard) whether to preload image or not",
|
|
1457
|
+
"fieldName": "preload"
|
|
1486
1458
|
},
|
|
1487
1459
|
{
|
|
1488
|
-
"
|
|
1489
|
-
"
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
}
|
|
1460
|
+
"name": "size",
|
|
1461
|
+
"type": {
|
|
1462
|
+
"text": "ScwCardSizes"
|
|
1463
|
+
},
|
|
1464
|
+
"description": "(ScwCard) Readonly - Size of the card. This\nis determined by the nested html content (h1 = large,\nh2 = medium, h3 = small).",
|
|
1465
|
+
"fieldName": "size"
|
|
1495
1466
|
},
|
|
1496
1467
|
{
|
|
1497
|
-
"
|
|
1498
|
-
"name": "_lastWarning",
|
|
1468
|
+
"name": "action",
|
|
1499
1469
|
"type": {
|
|
1500
|
-
"text": "
|
|
1470
|
+
"text": "ScwCardActions"
|
|
1501
1471
|
},
|
|
1502
|
-
"description": "
|
|
1503
|
-
"
|
|
1504
|
-
|
|
1505
|
-
"module": "src/scw-component/ScwComponent.ts"
|
|
1506
|
-
}
|
|
1507
|
-
}
|
|
1508
|
-
],
|
|
1509
|
-
"superclass": {
|
|
1510
|
-
"name": "ScwComponent",
|
|
1511
|
-
"module": "/src/scw-component/ScwComponent"
|
|
1512
|
-
},
|
|
1513
|
-
"tagName": "scw-center-component",
|
|
1514
|
-
"customElement": true,
|
|
1515
|
-
"attributes": [
|
|
1472
|
+
"description": "(ScwCard) Readonly - The type of action (whole card, link, or none).\nThis is determined by the use of an anchor tag.",
|
|
1473
|
+
"fieldName": "action"
|
|
1474
|
+
},
|
|
1516
1475
|
{
|
|
1517
1476
|
"name": "aria-label",
|
|
1518
1477
|
"type": {
|
|
@@ -1577,7 +1536,13 @@
|
|
|
1577
1536
|
"module": "src/scw-component/ScwComponent.ts"
|
|
1578
1537
|
}
|
|
1579
1538
|
}
|
|
1580
|
-
]
|
|
1539
|
+
],
|
|
1540
|
+
"superclass": {
|
|
1541
|
+
"name": "ScwComponent",
|
|
1542
|
+
"module": "/src/scw-component/ScwComponent"
|
|
1543
|
+
},
|
|
1544
|
+
"tagName": "scw-card",
|
|
1545
|
+
"customElement": true
|
|
1581
1546
|
}
|
|
1582
1547
|
],
|
|
1583
1548
|
"exports": [
|
|
@@ -1585,23 +1550,58 @@
|
|
|
1585
1550
|
"kind": "js",
|
|
1586
1551
|
"name": "default",
|
|
1587
1552
|
"declaration": {
|
|
1588
|
-
"name": "
|
|
1589
|
-
"module": "src/scw-
|
|
1553
|
+
"name": "ScwCard",
|
|
1554
|
+
"module": "src/scw-card/ScwCard.ts"
|
|
1590
1555
|
}
|
|
1591
1556
|
}
|
|
1592
1557
|
]
|
|
1593
1558
|
},
|
|
1594
1559
|
{
|
|
1595
1560
|
"kind": "javascript-module",
|
|
1596
|
-
"path": "src/scw-
|
|
1561
|
+
"path": "src/scw-card/scw-card-enums.ts",
|
|
1562
|
+
"declarations": [],
|
|
1563
|
+
"exports": []
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
"kind": "javascript-module",
|
|
1567
|
+
"path": "src/scw-card/scw-card-light-dom.ts",
|
|
1568
|
+
"declarations": [
|
|
1569
|
+
{
|
|
1570
|
+
"kind": "function",
|
|
1571
|
+
"name": "parseLightDomCard",
|
|
1572
|
+
"parameters": [
|
|
1573
|
+
{
|
|
1574
|
+
"name": "scwCard",
|
|
1575
|
+
"type": {
|
|
1576
|
+
"text": "ScwCard"
|
|
1577
|
+
}
|
|
1578
|
+
}
|
|
1579
|
+
],
|
|
1580
|
+
"description": "Parses light dom into variables to be used for rendering"
|
|
1581
|
+
}
|
|
1582
|
+
],
|
|
1583
|
+
"exports": [
|
|
1584
|
+
{
|
|
1585
|
+
"kind": "js",
|
|
1586
|
+
"name": "default",
|
|
1587
|
+
"declaration": {
|
|
1588
|
+
"name": "parseLightDomCard",
|
|
1589
|
+
"module": "src/scw-card/scw-card-light-dom.ts"
|
|
1590
|
+
}
|
|
1591
|
+
}
|
|
1592
|
+
]
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"kind": "javascript-module",
|
|
1596
|
+
"path": "src/scw-card/scw-card.ts",
|
|
1597
1597
|
"declarations": [],
|
|
1598
1598
|
"exports": [
|
|
1599
1599
|
{
|
|
1600
1600
|
"kind": "custom-element-definition",
|
|
1601
|
-
"name": "scw-
|
|
1601
|
+
"name": "scw-card",
|
|
1602
1602
|
"declaration": {
|
|
1603
|
-
"name": "
|
|
1604
|
-
"module": "/src/scw-
|
|
1603
|
+
"name": "ScwCard",
|
|
1604
|
+
"module": "/src/scw-card/ScwCard"
|
|
1605
1605
|
}
|
|
1606
1606
|
}
|
|
1607
1607
|
]
|
|
@@ -2486,13 +2486,110 @@
|
|
|
2486
2486
|
},
|
|
2487
2487
|
{
|
|
2488
2488
|
"kind": "javascript-module",
|
|
2489
|
-
"path": "src/scw-
|
|
2489
|
+
"path": "src/scw-form/scw-form.ts",
|
|
2490
2490
|
"declarations": [
|
|
2491
2491
|
{
|
|
2492
2492
|
"kind": "class",
|
|
2493
|
-
"description": "
|
|
2494
|
-
"name": "
|
|
2493
|
+
"description": "ScwForm",
|
|
2494
|
+
"name": "ScwForm",
|
|
2495
|
+
"slots": [
|
|
2496
|
+
{
|
|
2497
|
+
"description": "The contents of the form",
|
|
2498
|
+
"name": "default",
|
|
2499
|
+
"default": "\"<scw-input...\""
|
|
2500
|
+
}
|
|
2501
|
+
],
|
|
2495
2502
|
"members": [
|
|
2503
|
+
{
|
|
2504
|
+
"kind": "field",
|
|
2505
|
+
"name": "action",
|
|
2506
|
+
"type": {
|
|
2507
|
+
"text": "string | undefined"
|
|
2508
|
+
},
|
|
2509
|
+
"description": "(ScwForm) where to submit search, same as form",
|
|
2510
|
+
"attribute": "action"
|
|
2511
|
+
},
|
|
2512
|
+
{
|
|
2513
|
+
"kind": "field",
|
|
2514
|
+
"name": "method",
|
|
2515
|
+
"type": {
|
|
2516
|
+
"text": "FormMethods"
|
|
2517
|
+
},
|
|
2518
|
+
"description": "(ScwForm) how to submit search, same as form",
|
|
2519
|
+
"attribute": "method"
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"kind": "method",
|
|
2523
|
+
"name": "findFormElements",
|
|
2524
|
+
"return": {
|
|
2525
|
+
"type": {
|
|
2526
|
+
"text": "ScwFormComponent[]"
|
|
2527
|
+
}
|
|
2528
|
+
},
|
|
2529
|
+
"description": "find and return list of all form elements within this form"
|
|
2530
|
+
},
|
|
2531
|
+
{
|
|
2532
|
+
"kind": "method",
|
|
2533
|
+
"name": "processData",
|
|
2534
|
+
"parameters": [
|
|
2535
|
+
{
|
|
2536
|
+
"name": "formElementsArg",
|
|
2537
|
+
"optional": true,
|
|
2538
|
+
"type": {
|
|
2539
|
+
"text": "ScwFormComponent[]"
|
|
2540
|
+
}
|
|
2541
|
+
}
|
|
2542
|
+
],
|
|
2543
|
+
"description": "process all the form elements' data",
|
|
2544
|
+
"return": {
|
|
2545
|
+
"type": {
|
|
2546
|
+
"text": "Object"
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
"kind": "method",
|
|
2552
|
+
"name": "validate",
|
|
2553
|
+
"return": {
|
|
2554
|
+
"type": {
|
|
2555
|
+
"text": "ValidationResult[]"
|
|
2556
|
+
}
|
|
2557
|
+
},
|
|
2558
|
+
"parameters": [
|
|
2559
|
+
{
|
|
2560
|
+
"name": "formElementsArg",
|
|
2561
|
+
"optional": true,
|
|
2562
|
+
"type": {
|
|
2563
|
+
"text": "ScwFormComponent[]"
|
|
2564
|
+
}
|
|
2565
|
+
}
|
|
2566
|
+
],
|
|
2567
|
+
"description": "validate"
|
|
2568
|
+
},
|
|
2569
|
+
{
|
|
2570
|
+
"kind": "method",
|
|
2571
|
+
"name": "findInvalidElements",
|
|
2572
|
+
"return": {
|
|
2573
|
+
"type": {
|
|
2574
|
+
"text": "ValidationResult[]"
|
|
2575
|
+
}
|
|
2576
|
+
},
|
|
2577
|
+
"parameters": [
|
|
2578
|
+
{
|
|
2579
|
+
"name": "formElementsArg",
|
|
2580
|
+
"optional": true,
|
|
2581
|
+
"type": {
|
|
2582
|
+
"text": "ScwFormComponent[]"
|
|
2583
|
+
}
|
|
2584
|
+
}
|
|
2585
|
+
],
|
|
2586
|
+
"description": "findInvalidElements"
|
|
2587
|
+
},
|
|
2588
|
+
{
|
|
2589
|
+
"kind": "method",
|
|
2590
|
+
"name": "submit",
|
|
2591
|
+
"description": "submit form"
|
|
2592
|
+
},
|
|
2496
2593
|
{
|
|
2497
2594
|
"kind": "field",
|
|
2498
2595
|
"name": "element",
|
|
@@ -2626,13 +2723,23 @@
|
|
|
2626
2723
|
}
|
|
2627
2724
|
}
|
|
2628
2725
|
],
|
|
2629
|
-
"superclass": {
|
|
2630
|
-
"name": "ScwComponent",
|
|
2631
|
-
"module": "/src/scw-component/ScwComponent"
|
|
2632
|
-
},
|
|
2633
|
-
"tagName": "scw-float-component",
|
|
2634
|
-
"customElement": true,
|
|
2635
2726
|
"attributes": [
|
|
2727
|
+
{
|
|
2728
|
+
"name": "action",
|
|
2729
|
+
"type": {
|
|
2730
|
+
"text": "string | undefined"
|
|
2731
|
+
},
|
|
2732
|
+
"description": "(ScwForm) where to submit search, same as form",
|
|
2733
|
+
"fieldName": "action"
|
|
2734
|
+
},
|
|
2735
|
+
{
|
|
2736
|
+
"name": "method",
|
|
2737
|
+
"type": {
|
|
2738
|
+
"text": "FormMethods"
|
|
2739
|
+
},
|
|
2740
|
+
"description": "(ScwForm) how to submit search, same as form",
|
|
2741
|
+
"fieldName": "method"
|
|
2742
|
+
},
|
|
2636
2743
|
{
|
|
2637
2744
|
"name": "aria-label",
|
|
2638
2745
|
"type": {
|
|
@@ -2697,7 +2804,13 @@
|
|
|
2697
2804
|
"module": "src/scw-component/ScwComponent.ts"
|
|
2698
2805
|
}
|
|
2699
2806
|
}
|
|
2700
|
-
]
|
|
2807
|
+
],
|
|
2808
|
+
"superclass": {
|
|
2809
|
+
"name": "ScwComponent",
|
|
2810
|
+
"module": "/src/scw-component/ScwComponent"
|
|
2811
|
+
},
|
|
2812
|
+
"tagName": "scw-form",
|
|
2813
|
+
"customElement": true
|
|
2701
2814
|
}
|
|
2702
2815
|
],
|
|
2703
2816
|
"exports": [
|
|
@@ -2705,118 +2818,21 @@
|
|
|
2705
2818
|
"kind": "js",
|
|
2706
2819
|
"name": "default",
|
|
2707
2820
|
"declaration": {
|
|
2708
|
-
"name": "
|
|
2709
|
-
"module": "src/scw-
|
|
2821
|
+
"name": "ScwForm",
|
|
2822
|
+
"module": "src/scw-form/scw-form.ts"
|
|
2710
2823
|
}
|
|
2711
2824
|
}
|
|
2712
2825
|
]
|
|
2713
2826
|
},
|
|
2714
2827
|
{
|
|
2715
2828
|
"kind": "javascript-module",
|
|
2716
|
-
"path": "src/scw-
|
|
2829
|
+
"path": "src/scw-float-component/scw-float-component.ts",
|
|
2717
2830
|
"declarations": [
|
|
2718
2831
|
{
|
|
2719
2832
|
"kind": "class",
|
|
2720
|
-
"description": "
|
|
2721
|
-
"name": "
|
|
2722
|
-
"slots": [
|
|
2723
|
-
{
|
|
2724
|
-
"description": "The contents of the form",
|
|
2725
|
-
"name": "default",
|
|
2726
|
-
"default": "\"<scw-input...\""
|
|
2727
|
-
}
|
|
2728
|
-
],
|
|
2833
|
+
"description": "ScwFloatComponent",
|
|
2834
|
+
"name": "ScwFloatComponent",
|
|
2729
2835
|
"members": [
|
|
2730
|
-
{
|
|
2731
|
-
"kind": "field",
|
|
2732
|
-
"name": "action",
|
|
2733
|
-
"type": {
|
|
2734
|
-
"text": "string | undefined"
|
|
2735
|
-
},
|
|
2736
|
-
"description": "(ScwForm) where to submit search, same as form",
|
|
2737
|
-
"attribute": "action"
|
|
2738
|
-
},
|
|
2739
|
-
{
|
|
2740
|
-
"kind": "field",
|
|
2741
|
-
"name": "method",
|
|
2742
|
-
"type": {
|
|
2743
|
-
"text": "FormMethods"
|
|
2744
|
-
},
|
|
2745
|
-
"description": "(ScwForm) how to submit search, same as form",
|
|
2746
|
-
"attribute": "method"
|
|
2747
|
-
},
|
|
2748
|
-
{
|
|
2749
|
-
"kind": "method",
|
|
2750
|
-
"name": "findFormElements",
|
|
2751
|
-
"return": {
|
|
2752
|
-
"type": {
|
|
2753
|
-
"text": "ScwFormComponent[]"
|
|
2754
|
-
}
|
|
2755
|
-
},
|
|
2756
|
-
"description": "find and return list of all form elements within this form"
|
|
2757
|
-
},
|
|
2758
|
-
{
|
|
2759
|
-
"kind": "method",
|
|
2760
|
-
"name": "processData",
|
|
2761
|
-
"parameters": [
|
|
2762
|
-
{
|
|
2763
|
-
"name": "formElementsArg",
|
|
2764
|
-
"optional": true,
|
|
2765
|
-
"type": {
|
|
2766
|
-
"text": "ScwFormComponent[]"
|
|
2767
|
-
}
|
|
2768
|
-
}
|
|
2769
|
-
],
|
|
2770
|
-
"description": "process all the form elements' data",
|
|
2771
|
-
"return": {
|
|
2772
|
-
"type": {
|
|
2773
|
-
"text": "Object"
|
|
2774
|
-
}
|
|
2775
|
-
}
|
|
2776
|
-
},
|
|
2777
|
-
{
|
|
2778
|
-
"kind": "method",
|
|
2779
|
-
"name": "validate",
|
|
2780
|
-
"return": {
|
|
2781
|
-
"type": {
|
|
2782
|
-
"text": "ValidationResult[]"
|
|
2783
|
-
}
|
|
2784
|
-
},
|
|
2785
|
-
"parameters": [
|
|
2786
|
-
{
|
|
2787
|
-
"name": "formElementsArg",
|
|
2788
|
-
"optional": true,
|
|
2789
|
-
"type": {
|
|
2790
|
-
"text": "ScwFormComponent[]"
|
|
2791
|
-
}
|
|
2792
|
-
}
|
|
2793
|
-
],
|
|
2794
|
-
"description": "validate"
|
|
2795
|
-
},
|
|
2796
|
-
{
|
|
2797
|
-
"kind": "method",
|
|
2798
|
-
"name": "findInvalidElements",
|
|
2799
|
-
"return": {
|
|
2800
|
-
"type": {
|
|
2801
|
-
"text": "ValidationResult[]"
|
|
2802
|
-
}
|
|
2803
|
-
},
|
|
2804
|
-
"parameters": [
|
|
2805
|
-
{
|
|
2806
|
-
"name": "formElementsArg",
|
|
2807
|
-
"optional": true,
|
|
2808
|
-
"type": {
|
|
2809
|
-
"text": "ScwFormComponent[]"
|
|
2810
|
-
}
|
|
2811
|
-
}
|
|
2812
|
-
],
|
|
2813
|
-
"description": "findInvalidElements"
|
|
2814
|
-
},
|
|
2815
|
-
{
|
|
2816
|
-
"kind": "method",
|
|
2817
|
-
"name": "submit",
|
|
2818
|
-
"description": "submit form"
|
|
2819
|
-
},
|
|
2820
2836
|
{
|
|
2821
2837
|
"kind": "field",
|
|
2822
2838
|
"name": "element",
|
|
@@ -2950,23 +2966,13 @@
|
|
|
2950
2966
|
}
|
|
2951
2967
|
}
|
|
2952
2968
|
],
|
|
2969
|
+
"superclass": {
|
|
2970
|
+
"name": "ScwComponent",
|
|
2971
|
+
"module": "/src/scw-component/ScwComponent"
|
|
2972
|
+
},
|
|
2973
|
+
"tagName": "scw-float-component",
|
|
2974
|
+
"customElement": true,
|
|
2953
2975
|
"attributes": [
|
|
2954
|
-
{
|
|
2955
|
-
"name": "action",
|
|
2956
|
-
"type": {
|
|
2957
|
-
"text": "string | undefined"
|
|
2958
|
-
},
|
|
2959
|
-
"description": "(ScwForm) where to submit search, same as form",
|
|
2960
|
-
"fieldName": "action"
|
|
2961
|
-
},
|
|
2962
|
-
{
|
|
2963
|
-
"name": "method",
|
|
2964
|
-
"type": {
|
|
2965
|
-
"text": "FormMethods"
|
|
2966
|
-
},
|
|
2967
|
-
"description": "(ScwForm) how to submit search, same as form",
|
|
2968
|
-
"fieldName": "method"
|
|
2969
|
-
},
|
|
2970
2976
|
{
|
|
2971
2977
|
"name": "aria-label",
|
|
2972
2978
|
"type": {
|
|
@@ -3031,13 +3037,7 @@
|
|
|
3031
3037
|
"module": "src/scw-component/ScwComponent.ts"
|
|
3032
3038
|
}
|
|
3033
3039
|
}
|
|
3034
|
-
]
|
|
3035
|
-
"superclass": {
|
|
3036
|
-
"name": "ScwComponent",
|
|
3037
|
-
"module": "/src/scw-component/ScwComponent"
|
|
3038
|
-
},
|
|
3039
|
-
"tagName": "scw-form",
|
|
3040
|
-
"customElement": true
|
|
3040
|
+
]
|
|
3041
3041
|
}
|
|
3042
3042
|
],
|
|
3043
3043
|
"exports": [
|
|
@@ -3045,8 +3045,8 @@
|
|
|
3045
3045
|
"kind": "js",
|
|
3046
3046
|
"name": "default",
|
|
3047
3047
|
"declaration": {
|
|
3048
|
-
"name": "
|
|
3049
|
-
"module": "src/scw-
|
|
3048
|
+
"name": "ScwFloatComponent",
|
|
3049
|
+
"module": "src/scw-float-component/scw-float-component.ts"
|
|
3050
3050
|
}
|
|
3051
3051
|
}
|
|
3052
3052
|
]
|
|
@@ -15493,6 +15493,55 @@
|
|
|
15493
15493
|
"declarations": [],
|
|
15494
15494
|
"exports": []
|
|
15495
15495
|
},
|
|
15496
|
+
{
|
|
15497
|
+
"kind": "javascript-module",
|
|
15498
|
+
"path": "src/utils/observers/intersectionObserverSingleton.ts",
|
|
15499
|
+
"declarations": [],
|
|
15500
|
+
"exports": [
|
|
15501
|
+
{
|
|
15502
|
+
"kind": "js",
|
|
15503
|
+
"name": "default",
|
|
15504
|
+
"declaration": {
|
|
15505
|
+
"module": "src/utils/observers/intersectionObserverSingleton.ts"
|
|
15506
|
+
}
|
|
15507
|
+
}
|
|
15508
|
+
]
|
|
15509
|
+
},
|
|
15510
|
+
{
|
|
15511
|
+
"kind": "javascript-module",
|
|
15512
|
+
"path": "src/utils/observers/mutationObserverSingleton.ts",
|
|
15513
|
+
"declarations": [
|
|
15514
|
+
{
|
|
15515
|
+
"kind": "variable",
|
|
15516
|
+
"name": "mutationObserverSingleton",
|
|
15517
|
+
"default": "new MutationObserverSingleton()"
|
|
15518
|
+
}
|
|
15519
|
+
],
|
|
15520
|
+
"exports": [
|
|
15521
|
+
{
|
|
15522
|
+
"kind": "js",
|
|
15523
|
+
"name": "mutationObserverSingleton",
|
|
15524
|
+
"declaration": {
|
|
15525
|
+
"name": "mutationObserverSingleton",
|
|
15526
|
+
"module": "src/utils/observers/mutationObserverSingleton.ts"
|
|
15527
|
+
}
|
|
15528
|
+
}
|
|
15529
|
+
]
|
|
15530
|
+
},
|
|
15531
|
+
{
|
|
15532
|
+
"kind": "javascript-module",
|
|
15533
|
+
"path": "src/utils/observers/resizeObserverSingleton.ts",
|
|
15534
|
+
"declarations": [],
|
|
15535
|
+
"exports": [
|
|
15536
|
+
{
|
|
15537
|
+
"kind": "js",
|
|
15538
|
+
"name": "default",
|
|
15539
|
+
"declaration": {
|
|
15540
|
+
"module": "src/utils/observers/resizeObserverSingleton.ts"
|
|
15541
|
+
}
|
|
15542
|
+
}
|
|
15543
|
+
]
|
|
15544
|
+
},
|
|
15496
15545
|
{
|
|
15497
15546
|
"kind": "javascript-module",
|
|
15498
15547
|
"path": "src/utils/events/event.ts",
|
|
@@ -15547,55 +15596,6 @@
|
|
|
15547
15596
|
}
|
|
15548
15597
|
]
|
|
15549
15598
|
},
|
|
15550
|
-
{
|
|
15551
|
-
"kind": "javascript-module",
|
|
15552
|
-
"path": "src/utils/observers/intersectionObserverSingleton.ts",
|
|
15553
|
-
"declarations": [],
|
|
15554
|
-
"exports": [
|
|
15555
|
-
{
|
|
15556
|
-
"kind": "js",
|
|
15557
|
-
"name": "default",
|
|
15558
|
-
"declaration": {
|
|
15559
|
-
"module": "src/utils/observers/intersectionObserverSingleton.ts"
|
|
15560
|
-
}
|
|
15561
|
-
}
|
|
15562
|
-
]
|
|
15563
|
-
},
|
|
15564
|
-
{
|
|
15565
|
-
"kind": "javascript-module",
|
|
15566
|
-
"path": "src/utils/observers/mutationObserverSingleton.ts",
|
|
15567
|
-
"declarations": [
|
|
15568
|
-
{
|
|
15569
|
-
"kind": "variable",
|
|
15570
|
-
"name": "mutationObserverSingleton",
|
|
15571
|
-
"default": "new MutationObserverSingleton()"
|
|
15572
|
-
}
|
|
15573
|
-
],
|
|
15574
|
-
"exports": [
|
|
15575
|
-
{
|
|
15576
|
-
"kind": "js",
|
|
15577
|
-
"name": "mutationObserverSingleton",
|
|
15578
|
-
"declaration": {
|
|
15579
|
-
"name": "mutationObserverSingleton",
|
|
15580
|
-
"module": "src/utils/observers/mutationObserverSingleton.ts"
|
|
15581
|
-
}
|
|
15582
|
-
}
|
|
15583
|
-
]
|
|
15584
|
-
},
|
|
15585
|
-
{
|
|
15586
|
-
"kind": "javascript-module",
|
|
15587
|
-
"path": "src/utils/observers/resizeObserverSingleton.ts",
|
|
15588
|
-
"declarations": [],
|
|
15589
|
-
"exports": [
|
|
15590
|
-
{
|
|
15591
|
-
"kind": "js",
|
|
15592
|
-
"name": "default",
|
|
15593
|
-
"declaration": {
|
|
15594
|
-
"module": "src/utils/observers/resizeObserverSingleton.ts"
|
|
15595
|
-
}
|
|
15596
|
-
}
|
|
15597
|
-
]
|
|
15598
|
-
},
|
|
15599
15599
|
{
|
|
15600
15600
|
"kind": "javascript-module",
|
|
15601
15601
|
"path": "src/utils/responsive/breakpoints.ts",
|
|
@@ -15620,6 +15620,12 @@
|
|
|
15620
15620
|
}
|
|
15621
15621
|
]
|
|
15622
15622
|
},
|
|
15623
|
+
{
|
|
15624
|
+
"kind": "javascript-module",
|
|
15625
|
+
"path": "src/utils/themes/enums.ts",
|
|
15626
|
+
"declarations": [],
|
|
15627
|
+
"exports": []
|
|
15628
|
+
},
|
|
15623
15629
|
{
|
|
15624
15630
|
"kind": "javascript-module",
|
|
15625
15631
|
"path": "src/utils/testing/colorContrast.ts",
|
|
@@ -15853,12 +15859,6 @@
|
|
|
15853
15859
|
}
|
|
15854
15860
|
}
|
|
15855
15861
|
]
|
|
15856
|
-
},
|
|
15857
|
-
{
|
|
15858
|
-
"kind": "javascript-module",
|
|
15859
|
-
"path": "src/utils/themes/enums.ts",
|
|
15860
|
-
"declarations": [],
|
|
15861
|
-
"exports": []
|
|
15862
15862
|
}
|
|
15863
15863
|
]
|
|
15864
15864
|
}
|