@genesislcap/foundation-utils 14.388.2-alpha-c04f6be.0 → 14.390.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +162 -162
  2. package/package.json +11 -11
@@ -391,6 +391,126 @@
391
391
  }
392
392
  ]
393
393
  },
394
+ {
395
+ "kind": "javascript-module",
396
+ "path": "src/design-system/design-system.ts",
397
+ "declarations": [
398
+ {
399
+ "kind": "function",
400
+ "name": "assureDesignSystem",
401
+ "return": {
402
+ "type": {
403
+ "text": "DesignSystemModule"
404
+ }
405
+ },
406
+ "parameters": [
407
+ {
408
+ "name": "module",
409
+ "type": {
410
+ "text": "DesignSystemModule"
411
+ }
412
+ }
413
+ ],
414
+ "description": "assureDesignSystem.",
415
+ "privacy": "public"
416
+ },
417
+ {
418
+ "kind": "function",
419
+ "name": "getCurrentDesignSystem",
420
+ "return": {
421
+ "type": {
422
+ "text": ""
423
+ }
424
+ },
425
+ "parameters": [
426
+ {
427
+ "name": "element",
428
+ "type": {
429
+ "text": "HTMLElement"
430
+ },
431
+ "description": "The starting HTML element"
432
+ },
433
+ {
434
+ "name": "fallbackPrefix",
435
+ "type": {
436
+ "text": "string"
437
+ },
438
+ "description": "The prefix to fallback to if the provider is not available"
439
+ }
440
+ ],
441
+ "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.",
442
+ "privacy": "public"
443
+ },
444
+ {
445
+ "kind": "function",
446
+ "name": "getCurrentDesignSystemPrefix",
447
+ "return": {
448
+ "type": {
449
+ "text": ""
450
+ }
451
+ },
452
+ "parameters": [
453
+ {
454
+ "name": "element",
455
+ "type": {
456
+ "text": "HTMLElement"
457
+ },
458
+ "description": "The starting HTML element"
459
+ },
460
+ {
461
+ "name": "fallbackPrefix",
462
+ "type": {
463
+ "text": "string"
464
+ },
465
+ "description": "The prefix to fallback to if the provider is not available"
466
+ }
467
+ ],
468
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
469
+ "privacy": "public"
470
+ }
471
+ ],
472
+ "exports": [
473
+ {
474
+ "kind": "js",
475
+ "name": "assureDesignSystem",
476
+ "declaration": {
477
+ "name": "assureDesignSystem",
478
+ "module": "src/design-system/design-system.ts"
479
+ }
480
+ },
481
+ {
482
+ "kind": "js",
483
+ "name": "getCurrentDesignSystem",
484
+ "declaration": {
485
+ "name": "getCurrentDesignSystem",
486
+ "module": "src/design-system/design-system.ts"
487
+ }
488
+ },
489
+ {
490
+ "kind": "js",
491
+ "name": "getCurrentDesignSystemPrefix",
492
+ "declaration": {
493
+ "name": "getCurrentDesignSystemPrefix",
494
+ "module": "src/design-system/design-system.ts"
495
+ }
496
+ }
497
+ ]
498
+ },
499
+ {
500
+ "kind": "javascript-module",
501
+ "path": "src/design-system/index.ts",
502
+ "declarations": [],
503
+ "exports": [
504
+ {
505
+ "kind": "js",
506
+ "name": "*",
507
+ "declaration": {
508
+ "name": "*",
509
+ "package": "./design-system"
510
+ }
511
+ }
512
+ ]
513
+ },
394
514
  {
395
515
  "kind": "javascript-module",
396
516
  "path": "src/directives/index.ts",
@@ -416,7 +536,7 @@
416
536
  },
417
537
  {
418
538
  "kind": "javascript-module",
419
- "path": "src/encoding/index.ts",
539
+ "path": "src/decorators/index.ts",
420
540
  "declarations": [],
421
541
  "exports": [
422
542
  {
@@ -424,7 +544,45 @@
424
544
  "name": "*",
425
545
  "declaration": {
426
546
  "name": "*",
427
- "package": "./base64"
547
+ "package": "./renderOnChange"
548
+ }
549
+ }
550
+ ]
551
+ },
552
+ {
553
+ "kind": "javascript-module",
554
+ "path": "src/decorators/renderOnChange.ts",
555
+ "declarations": [
556
+ {
557
+ "kind": "function",
558
+ "name": "renderOnChange",
559
+ "parameters": [
560
+ {
561
+ "name": "target",
562
+ "type": {
563
+ "text": "FASTElement & { render(): void }"
564
+ },
565
+ "description": "The target to define the property change handler on."
566
+ },
567
+ {
568
+ "name": "name",
569
+ "type": {
570
+ "text": "string"
571
+ },
572
+ "description": "The property name."
573
+ }
574
+ ],
575
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
576
+ "privacy": "public"
577
+ }
578
+ ],
579
+ "exports": [
580
+ {
581
+ "kind": "js",
582
+ "name": "renderOnChange",
583
+ "declaration": {
584
+ "name": "renderOnChange",
585
+ "module": "src/decorators/renderOnChange.ts"
428
586
  }
429
587
  }
430
588
  ]
@@ -1105,165 +1263,7 @@
1105
1263
  },
1106
1264
  {
1107
1265
  "kind": "javascript-module",
1108
- "path": "src/decorators/index.ts",
1109
- "declarations": [],
1110
- "exports": [
1111
- {
1112
- "kind": "js",
1113
- "name": "*",
1114
- "declaration": {
1115
- "name": "*",
1116
- "package": "./renderOnChange"
1117
- }
1118
- }
1119
- ]
1120
- },
1121
- {
1122
- "kind": "javascript-module",
1123
- "path": "src/decorators/renderOnChange.ts",
1124
- "declarations": [
1125
- {
1126
- "kind": "function",
1127
- "name": "renderOnChange",
1128
- "parameters": [
1129
- {
1130
- "name": "target",
1131
- "type": {
1132
- "text": "FASTElement & { render(): void }"
1133
- },
1134
- "description": "The target to define the property change handler on."
1135
- },
1136
- {
1137
- "name": "name",
1138
- "type": {
1139
- "text": "string"
1140
- },
1141
- "description": "The property name."
1142
- }
1143
- ],
1144
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
1145
- "privacy": "public"
1146
- }
1147
- ],
1148
- "exports": [
1149
- {
1150
- "kind": "js",
1151
- "name": "renderOnChange",
1152
- "declaration": {
1153
- "name": "renderOnChange",
1154
- "module": "src/decorators/renderOnChange.ts"
1155
- }
1156
- }
1157
- ]
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",
1266
+ "path": "src/encoding/index.ts",
1267
1267
  "declarations": [],
1268
1268
  "exports": [
1269
1269
  {
@@ -1271,7 +1271,7 @@
1271
1271
  "name": "*",
1272
1272
  "declaration": {
1273
1273
  "name": "*",
1274
- "package": "./design-system"
1274
+ "package": "./base64"
1275
1275
  }
1276
1276
  }
1277
1277
  ]
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.388.2-alpha-c04f6be.0",
4
+ "version": "14.390.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -29,18 +29,18 @@
29
29
  }
30
30
  },
31
31
  "devDependencies": {
32
- "@genesislcap/foundation-testing": "14.388.2-alpha-c04f6be.0",
33
- "@genesislcap/genx": "14.388.2-alpha-c04f6be.0",
34
- "@genesislcap/rollup-builder": "14.388.2-alpha-c04f6be.0",
35
- "@genesislcap/ts-builder": "14.388.2-alpha-c04f6be.0",
36
- "@genesislcap/uvu-playwright-builder": "14.388.2-alpha-c04f6be.0",
37
- "@genesislcap/vite-builder": "14.388.2-alpha-c04f6be.0",
38
- "@genesislcap/webpack-builder": "14.388.2-alpha-c04f6be.0",
32
+ "@genesislcap/foundation-testing": "14.390.0",
33
+ "@genesislcap/genx": "14.390.0",
34
+ "@genesislcap/rollup-builder": "14.390.0",
35
+ "@genesislcap/ts-builder": "14.390.0",
36
+ "@genesislcap/uvu-playwright-builder": "14.390.0",
37
+ "@genesislcap/vite-builder": "14.390.0",
38
+ "@genesislcap/webpack-builder": "14.390.0",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.388.2-alpha-c04f6be.0",
43
- "@genesislcap/foundation-logger": "14.388.2-alpha-c04f6be.0",
42
+ "@genesislcap/expression-builder": "14.390.0",
43
+ "@genesislcap/foundation-logger": "14.390.0",
44
44
  "@microsoft/fast-components": "2.30.6",
45
45
  "@microsoft/fast-element": "1.14.0",
46
46
  "@microsoft/fast-foundation": "2.49.6",
@@ -58,5 +58,5 @@
58
58
  "access": "public"
59
59
  },
60
60
  "customElements": "dist/custom-elements.json",
61
- "gitHead": "e7df3478ac16abc2af378e2ab56875be10d130b3"
61
+ "gitHead": "5e0d0ec68306f956c6f91b5ff1e3fcd9644784cb"
62
62
  }