@genesislcap/foundation-utils 14.375.1 → 14.375.3-alpha-8c2526e.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 +209 -209
- package/package.json +11 -11
|
@@ -467,21 +467,6 @@
|
|
|
467
467
|
}
|
|
468
468
|
]
|
|
469
469
|
},
|
|
470
|
-
{
|
|
471
|
-
"kind": "javascript-module",
|
|
472
|
-
"path": "src/encoding/index.ts",
|
|
473
|
-
"declarations": [],
|
|
474
|
-
"exports": [
|
|
475
|
-
{
|
|
476
|
-
"kind": "js",
|
|
477
|
-
"name": "*",
|
|
478
|
-
"declaration": {
|
|
479
|
-
"name": "*",
|
|
480
|
-
"package": "./base64"
|
|
481
|
-
}
|
|
482
|
-
}
|
|
483
|
-
]
|
|
484
|
-
},
|
|
485
470
|
{
|
|
486
471
|
"kind": "javascript-module",
|
|
487
472
|
"path": "src/env/index.ts",
|
|
@@ -959,112 +944,7 @@
|
|
|
959
944
|
},
|
|
960
945
|
{
|
|
961
946
|
"kind": "javascript-module",
|
|
962
|
-
"path": "src/
|
|
963
|
-
"declarations": [
|
|
964
|
-
{
|
|
965
|
-
"kind": "function",
|
|
966
|
-
"name": "assureDesignSystem",
|
|
967
|
-
"return": {
|
|
968
|
-
"type": {
|
|
969
|
-
"text": "DesignSystemModule"
|
|
970
|
-
}
|
|
971
|
-
},
|
|
972
|
-
"parameters": [
|
|
973
|
-
{
|
|
974
|
-
"name": "module",
|
|
975
|
-
"type": {
|
|
976
|
-
"text": "DesignSystemModule"
|
|
977
|
-
}
|
|
978
|
-
}
|
|
979
|
-
],
|
|
980
|
-
"description": "assureDesignSystem.",
|
|
981
|
-
"privacy": "public"
|
|
982
|
-
},
|
|
983
|
-
{
|
|
984
|
-
"kind": "function",
|
|
985
|
-
"name": "getCurrentDesignSystem",
|
|
986
|
-
"return": {
|
|
987
|
-
"type": {
|
|
988
|
-
"text": ""
|
|
989
|
-
}
|
|
990
|
-
},
|
|
991
|
-
"parameters": [
|
|
992
|
-
{
|
|
993
|
-
"name": "element",
|
|
994
|
-
"type": {
|
|
995
|
-
"text": "HTMLElement"
|
|
996
|
-
},
|
|
997
|
-
"description": "The starting HTML element"
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
"name": "fallbackPrefix",
|
|
1001
|
-
"type": {
|
|
1002
|
-
"text": "string"
|
|
1003
|
-
},
|
|
1004
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
1005
|
-
}
|
|
1006
|
-
],
|
|
1007
|
-
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1008
|
-
"privacy": "public"
|
|
1009
|
-
},
|
|
1010
|
-
{
|
|
1011
|
-
"kind": "function",
|
|
1012
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1013
|
-
"return": {
|
|
1014
|
-
"type": {
|
|
1015
|
-
"text": ""
|
|
1016
|
-
}
|
|
1017
|
-
},
|
|
1018
|
-
"parameters": [
|
|
1019
|
-
{
|
|
1020
|
-
"name": "element",
|
|
1021
|
-
"type": {
|
|
1022
|
-
"text": "HTMLElement"
|
|
1023
|
-
},
|
|
1024
|
-
"description": "The starting HTML element"
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"name": "fallbackPrefix",
|
|
1028
|
-
"type": {
|
|
1029
|
-
"text": "string"
|
|
1030
|
-
},
|
|
1031
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
1032
|
-
}
|
|
1033
|
-
],
|
|
1034
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1035
|
-
"privacy": "public"
|
|
1036
|
-
}
|
|
1037
|
-
],
|
|
1038
|
-
"exports": [
|
|
1039
|
-
{
|
|
1040
|
-
"kind": "js",
|
|
1041
|
-
"name": "assureDesignSystem",
|
|
1042
|
-
"declaration": {
|
|
1043
|
-
"name": "assureDesignSystem",
|
|
1044
|
-
"module": "src/design-system/design-system.ts"
|
|
1045
|
-
}
|
|
1046
|
-
},
|
|
1047
|
-
{
|
|
1048
|
-
"kind": "js",
|
|
1049
|
-
"name": "getCurrentDesignSystem",
|
|
1050
|
-
"declaration": {
|
|
1051
|
-
"name": "getCurrentDesignSystem",
|
|
1052
|
-
"module": "src/design-system/design-system.ts"
|
|
1053
|
-
}
|
|
1054
|
-
},
|
|
1055
|
-
{
|
|
1056
|
-
"kind": "js",
|
|
1057
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1058
|
-
"declaration": {
|
|
1059
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1060
|
-
"module": "src/design-system/design-system.ts"
|
|
1061
|
-
}
|
|
1062
|
-
}
|
|
1063
|
-
]
|
|
1064
|
-
},
|
|
1065
|
-
{
|
|
1066
|
-
"kind": "javascript-module",
|
|
1067
|
-
"path": "src/design-system/index.ts",
|
|
947
|
+
"path": "src/encoding/index.ts",
|
|
1068
948
|
"declarations": [],
|
|
1069
949
|
"exports": [
|
|
1070
950
|
{
|
|
@@ -1072,7 +952,7 @@
|
|
|
1072
952
|
"name": "*",
|
|
1073
953
|
"declaration": {
|
|
1074
954
|
"name": "*",
|
|
1075
|
-
"package": "./
|
|
955
|
+
"package": "./base64"
|
|
1076
956
|
}
|
|
1077
957
|
}
|
|
1078
958
|
]
|
|
@@ -1276,6 +1156,126 @@
|
|
|
1276
1156
|
}
|
|
1277
1157
|
]
|
|
1278
1158
|
},
|
|
1159
|
+
{
|
|
1160
|
+
"kind": "javascript-module",
|
|
1161
|
+
"path": "src/design-system/design-system.ts",
|
|
1162
|
+
"declarations": [
|
|
1163
|
+
{
|
|
1164
|
+
"kind": "function",
|
|
1165
|
+
"name": "assureDesignSystem",
|
|
1166
|
+
"return": {
|
|
1167
|
+
"type": {
|
|
1168
|
+
"text": "DesignSystemModule"
|
|
1169
|
+
}
|
|
1170
|
+
},
|
|
1171
|
+
"parameters": [
|
|
1172
|
+
{
|
|
1173
|
+
"name": "module",
|
|
1174
|
+
"type": {
|
|
1175
|
+
"text": "DesignSystemModule"
|
|
1176
|
+
}
|
|
1177
|
+
}
|
|
1178
|
+
],
|
|
1179
|
+
"description": "assureDesignSystem.",
|
|
1180
|
+
"privacy": "public"
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"kind": "function",
|
|
1184
|
+
"name": "getCurrentDesignSystem",
|
|
1185
|
+
"return": {
|
|
1186
|
+
"type": {
|
|
1187
|
+
"text": ""
|
|
1188
|
+
}
|
|
1189
|
+
},
|
|
1190
|
+
"parameters": [
|
|
1191
|
+
{
|
|
1192
|
+
"name": "element",
|
|
1193
|
+
"type": {
|
|
1194
|
+
"text": "HTMLElement"
|
|
1195
|
+
},
|
|
1196
|
+
"description": "The starting HTML element"
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"name": "fallbackPrefix",
|
|
1200
|
+
"type": {
|
|
1201
|
+
"text": "string"
|
|
1202
|
+
},
|
|
1203
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
1204
|
+
}
|
|
1205
|
+
],
|
|
1206
|
+
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1207
|
+
"privacy": "public"
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"kind": "function",
|
|
1211
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
1212
|
+
"return": {
|
|
1213
|
+
"type": {
|
|
1214
|
+
"text": ""
|
|
1215
|
+
}
|
|
1216
|
+
},
|
|
1217
|
+
"parameters": [
|
|
1218
|
+
{
|
|
1219
|
+
"name": "element",
|
|
1220
|
+
"type": {
|
|
1221
|
+
"text": "HTMLElement"
|
|
1222
|
+
},
|
|
1223
|
+
"description": "The starting HTML element"
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"name": "fallbackPrefix",
|
|
1227
|
+
"type": {
|
|
1228
|
+
"text": "string"
|
|
1229
|
+
},
|
|
1230
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
1231
|
+
}
|
|
1232
|
+
],
|
|
1233
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1234
|
+
"privacy": "public"
|
|
1235
|
+
}
|
|
1236
|
+
],
|
|
1237
|
+
"exports": [
|
|
1238
|
+
{
|
|
1239
|
+
"kind": "js",
|
|
1240
|
+
"name": "assureDesignSystem",
|
|
1241
|
+
"declaration": {
|
|
1242
|
+
"name": "assureDesignSystem",
|
|
1243
|
+
"module": "src/design-system/design-system.ts"
|
|
1244
|
+
}
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"kind": "js",
|
|
1248
|
+
"name": "getCurrentDesignSystem",
|
|
1249
|
+
"declaration": {
|
|
1250
|
+
"name": "getCurrentDesignSystem",
|
|
1251
|
+
"module": "src/design-system/design-system.ts"
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"kind": "js",
|
|
1256
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
1257
|
+
"declaration": {
|
|
1258
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
1259
|
+
"module": "src/design-system/design-system.ts"
|
|
1260
|
+
}
|
|
1261
|
+
}
|
|
1262
|
+
]
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"kind": "javascript-module",
|
|
1266
|
+
"path": "src/design-system/index.ts",
|
|
1267
|
+
"declarations": [],
|
|
1268
|
+
"exports": [
|
|
1269
|
+
{
|
|
1270
|
+
"kind": "js",
|
|
1271
|
+
"name": "*",
|
|
1272
|
+
"declaration": {
|
|
1273
|
+
"name": "*",
|
|
1274
|
+
"package": "./design-system"
|
|
1275
|
+
}
|
|
1276
|
+
}
|
|
1277
|
+
]
|
|
1278
|
+
},
|
|
1279
1279
|
{
|
|
1280
1280
|
"kind": "javascript-module",
|
|
1281
1281
|
"path": "src/feature-flags/featureFlags.ts",
|
|
@@ -4570,93 +4570,6 @@
|
|
|
4570
4570
|
}
|
|
4571
4571
|
]
|
|
4572
4572
|
},
|
|
4573
|
-
{
|
|
4574
|
-
"kind": "javascript-module",
|
|
4575
|
-
"path": "src/mixins/pendingState/index.ts",
|
|
4576
|
-
"declarations": [],
|
|
4577
|
-
"exports": [
|
|
4578
|
-
{
|
|
4579
|
-
"kind": "js",
|
|
4580
|
-
"name": "*",
|
|
4581
|
-
"declaration": {
|
|
4582
|
-
"name": "*",
|
|
4583
|
-
"package": "./pendingState"
|
|
4584
|
-
}
|
|
4585
|
-
}
|
|
4586
|
-
]
|
|
4587
|
-
},
|
|
4588
|
-
{
|
|
4589
|
-
"kind": "javascript-module",
|
|
4590
|
-
"path": "src/mixins/pendingState/pendingState.ts",
|
|
4591
|
-
"declarations": [
|
|
4592
|
-
{
|
|
4593
|
-
"kind": "mixin",
|
|
4594
|
-
"description": "The `PendingState` mixin.",
|
|
4595
|
-
"name": "PendingState",
|
|
4596
|
-
"members": [
|
|
4597
|
-
{
|
|
4598
|
-
"kind": "field",
|
|
4599
|
-
"name": "pendingCount",
|
|
4600
|
-
"type": {
|
|
4601
|
-
"text": "number"
|
|
4602
|
-
},
|
|
4603
|
-
"privacy": "public",
|
|
4604
|
-
"default": "0",
|
|
4605
|
-
"description": "The number of promises that are currently pending."
|
|
4606
|
-
},
|
|
4607
|
-
{
|
|
4608
|
-
"kind": "field",
|
|
4609
|
-
"name": "resolvedCount",
|
|
4610
|
-
"type": {
|
|
4611
|
-
"text": "number"
|
|
4612
|
-
},
|
|
4613
|
-
"privacy": "public",
|
|
4614
|
-
"default": "0",
|
|
4615
|
-
"description": "The number of promises that have been resolved."
|
|
4616
|
-
},
|
|
4617
|
-
{
|
|
4618
|
-
"kind": "field",
|
|
4619
|
-
"name": "hasPendingChildren",
|
|
4620
|
-
"type": {
|
|
4621
|
-
"text": "boolean"
|
|
4622
|
-
},
|
|
4623
|
-
"privacy": "public",
|
|
4624
|
-
"default": "false",
|
|
4625
|
-
"description": "A boolean indicating whether there are any pending children."
|
|
4626
|
-
},
|
|
4627
|
-
{
|
|
4628
|
-
"kind": "field",
|
|
4629
|
-
"name": "progress",
|
|
4630
|
-
"type": {
|
|
4631
|
-
"text": "number"
|
|
4632
|
-
},
|
|
4633
|
-
"privacy": "public",
|
|
4634
|
-
"description": "Gets the progress of the pending promises as a percentage between 0 and 1.",
|
|
4635
|
-
"readonly": true
|
|
4636
|
-
}
|
|
4637
|
-
],
|
|
4638
|
-
"parameters": [
|
|
4639
|
-
{
|
|
4640
|
-
"name": "Base",
|
|
4641
|
-
"type": {
|
|
4642
|
-
"text": "TBase"
|
|
4643
|
-
}
|
|
4644
|
-
}
|
|
4645
|
-
],
|
|
4646
|
-
"privacy": "public"
|
|
4647
|
-
}
|
|
4648
|
-
],
|
|
4649
|
-
"exports": [
|
|
4650
|
-
{
|
|
4651
|
-
"kind": "js",
|
|
4652
|
-
"name": "PendingState",
|
|
4653
|
-
"declaration": {
|
|
4654
|
-
"name": "PendingState",
|
|
4655
|
-
"module": "src/mixins/pendingState/pendingState.ts"
|
|
4656
|
-
}
|
|
4657
|
-
}
|
|
4658
|
-
]
|
|
4659
|
-
},
|
|
4660
4573
|
{
|
|
4661
4574
|
"kind": "javascript-module",
|
|
4662
4575
|
"path": "src/mixins/lifecycle/index.ts",
|
|
@@ -4781,6 +4694,93 @@
|
|
|
4781
4694
|
}
|
|
4782
4695
|
]
|
|
4783
4696
|
},
|
|
4697
|
+
{
|
|
4698
|
+
"kind": "javascript-module",
|
|
4699
|
+
"path": "src/mixins/pendingState/index.ts",
|
|
4700
|
+
"declarations": [],
|
|
4701
|
+
"exports": [
|
|
4702
|
+
{
|
|
4703
|
+
"kind": "js",
|
|
4704
|
+
"name": "*",
|
|
4705
|
+
"declaration": {
|
|
4706
|
+
"name": "*",
|
|
4707
|
+
"package": "./pendingState"
|
|
4708
|
+
}
|
|
4709
|
+
}
|
|
4710
|
+
]
|
|
4711
|
+
},
|
|
4712
|
+
{
|
|
4713
|
+
"kind": "javascript-module",
|
|
4714
|
+
"path": "src/mixins/pendingState/pendingState.ts",
|
|
4715
|
+
"declarations": [
|
|
4716
|
+
{
|
|
4717
|
+
"kind": "mixin",
|
|
4718
|
+
"description": "The `PendingState` mixin.",
|
|
4719
|
+
"name": "PendingState",
|
|
4720
|
+
"members": [
|
|
4721
|
+
{
|
|
4722
|
+
"kind": "field",
|
|
4723
|
+
"name": "pendingCount",
|
|
4724
|
+
"type": {
|
|
4725
|
+
"text": "number"
|
|
4726
|
+
},
|
|
4727
|
+
"privacy": "public",
|
|
4728
|
+
"default": "0",
|
|
4729
|
+
"description": "The number of promises that are currently pending."
|
|
4730
|
+
},
|
|
4731
|
+
{
|
|
4732
|
+
"kind": "field",
|
|
4733
|
+
"name": "resolvedCount",
|
|
4734
|
+
"type": {
|
|
4735
|
+
"text": "number"
|
|
4736
|
+
},
|
|
4737
|
+
"privacy": "public",
|
|
4738
|
+
"default": "0",
|
|
4739
|
+
"description": "The number of promises that have been resolved."
|
|
4740
|
+
},
|
|
4741
|
+
{
|
|
4742
|
+
"kind": "field",
|
|
4743
|
+
"name": "hasPendingChildren",
|
|
4744
|
+
"type": {
|
|
4745
|
+
"text": "boolean"
|
|
4746
|
+
},
|
|
4747
|
+
"privacy": "public",
|
|
4748
|
+
"default": "false",
|
|
4749
|
+
"description": "A boolean indicating whether there are any pending children."
|
|
4750
|
+
},
|
|
4751
|
+
{
|
|
4752
|
+
"kind": "field",
|
|
4753
|
+
"name": "progress",
|
|
4754
|
+
"type": {
|
|
4755
|
+
"text": "number"
|
|
4756
|
+
},
|
|
4757
|
+
"privacy": "public",
|
|
4758
|
+
"description": "Gets the progress of the pending promises as a percentage between 0 and 1.",
|
|
4759
|
+
"readonly": true
|
|
4760
|
+
}
|
|
4761
|
+
],
|
|
4762
|
+
"parameters": [
|
|
4763
|
+
{
|
|
4764
|
+
"name": "Base",
|
|
4765
|
+
"type": {
|
|
4766
|
+
"text": "TBase"
|
|
4767
|
+
}
|
|
4768
|
+
}
|
|
4769
|
+
],
|
|
4770
|
+
"privacy": "public"
|
|
4771
|
+
}
|
|
4772
|
+
],
|
|
4773
|
+
"exports": [
|
|
4774
|
+
{
|
|
4775
|
+
"kind": "js",
|
|
4776
|
+
"name": "PendingState",
|
|
4777
|
+
"declaration": {
|
|
4778
|
+
"name": "PendingState",
|
|
4779
|
+
"module": "src/mixins/pendingState/pendingState.ts"
|
|
4780
|
+
}
|
|
4781
|
+
}
|
|
4782
|
+
]
|
|
4783
|
+
},
|
|
4784
4784
|
{
|
|
4785
4785
|
"kind": "javascript-module",
|
|
4786
4786
|
"path": "src/serializers/json/index.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-utils",
|
|
3
3
|
"description": "Genesis Foundation Utils",
|
|
4
|
-
"version": "14.375.
|
|
4
|
+
"version": "14.375.3-alpha-8c2526e.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,18 +27,18 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.375.
|
|
31
|
-
"@genesislcap/genx": "14.375.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.375.
|
|
33
|
-
"@genesislcap/ts-builder": "14.375.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.375.
|
|
35
|
-
"@genesislcap/vite-builder": "14.375.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.375.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.375.3-alpha-8c2526e.0",
|
|
31
|
+
"@genesislcap/genx": "14.375.3-alpha-8c2526e.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.375.3-alpha-8c2526e.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.375.3-alpha-8c2526e.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.375.3-alpha-8c2526e.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.375.3-alpha-8c2526e.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.375.3-alpha-8c2526e.0",
|
|
37
37
|
"@types/json-schema": "^7.0.11"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/expression-builder": "14.375.
|
|
41
|
-
"@genesislcap/foundation-logger": "14.375.
|
|
40
|
+
"@genesislcap/expression-builder": "14.375.3-alpha-8c2526e.0",
|
|
41
|
+
"@genesislcap/foundation-logger": "14.375.3-alpha-8c2526e.0",
|
|
42
42
|
"@microsoft/fast-components": "2.30.6",
|
|
43
43
|
"@microsoft/fast-element": "1.14.0",
|
|
44
44
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
58
|
"customElements": "dist/custom-elements.json",
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "6e1fc777cdedfc9af63d3a99ff384cc485283ca8"
|
|
60
60
|
}
|