@genesislcap/foundation-utils 14.403.0 → 14.405.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 +135 -135
  2. package/package.json +11 -11
@@ -424,7 +424,7 @@
424
424
  },
425
425
  {
426
426
  "kind": "javascript-module",
427
- "path": "src/decorators/index.ts",
427
+ "path": "src/encoding/index.ts",
428
428
  "declarations": [],
429
429
  "exports": [
430
430
  {
@@ -432,52 +432,14 @@
432
432
  "name": "*",
433
433
  "declaration": {
434
434
  "name": "*",
435
- "package": "./renderOnChange"
436
- }
437
- }
438
- ]
439
- },
440
- {
441
- "kind": "javascript-module",
442
- "path": "src/decorators/renderOnChange.ts",
443
- "declarations": [
444
- {
445
- "kind": "function",
446
- "name": "renderOnChange",
447
- "parameters": [
448
- {
449
- "name": "target",
450
- "type": {
451
- "text": "FASTElement & { render(): void }"
452
- },
453
- "description": "The target to define the property change handler on."
454
- },
455
- {
456
- "name": "name",
457
- "type": {
458
- "text": "string"
459
- },
460
- "description": "The property name."
461
- }
462
- ],
463
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
464
- "privacy": "public"
465
- }
466
- ],
467
- "exports": [
468
- {
469
- "kind": "js",
470
- "name": "renderOnChange",
471
- "declaration": {
472
- "name": "renderOnChange",
473
- "module": "src/decorators/renderOnChange.ts"
435
+ "package": "./base64"
474
436
  }
475
437
  }
476
438
  ]
477
439
  },
478
440
  {
479
441
  "kind": "javascript-module",
480
- "path": "src/encoding/index.ts",
442
+ "path": "src/decorators/index.ts",
481
443
  "declarations": [],
482
444
  "exports": [
483
445
  {
@@ -485,127 +447,45 @@
485
447
  "name": "*",
486
448
  "declaration": {
487
449
  "name": "*",
488
- "package": "./base64"
450
+ "package": "./renderOnChange"
489
451
  }
490
452
  }
491
453
  ]
492
454
  },
493
455
  {
494
456
  "kind": "javascript-module",
495
- "path": "src/design-system/design-system.ts",
457
+ "path": "src/decorators/renderOnChange.ts",
496
458
  "declarations": [
497
459
  {
498
460
  "kind": "function",
499
- "name": "assureDesignSystem",
500
- "return": {
501
- "type": {
502
- "text": "DesignSystemModule"
503
- }
504
- },
505
- "parameters": [
506
- {
507
- "name": "module",
508
- "type": {
509
- "text": "DesignSystemModule"
510
- }
511
- }
512
- ],
513
- "description": "assureDesignSystem.",
514
- "privacy": "public"
515
- },
516
- {
517
- "kind": "function",
518
- "name": "getCurrentDesignSystem",
519
- "return": {
520
- "type": {
521
- "text": ""
522
- }
523
- },
524
- "parameters": [
525
- {
526
- "name": "element",
527
- "type": {
528
- "text": "HTMLElement"
529
- },
530
- "description": "The starting HTML element"
531
- },
532
- {
533
- "name": "fallbackPrefix",
534
- "type": {
535
- "text": "string"
536
- },
537
- "description": "The prefix to fallback to if the provider is not available"
538
- }
539
- ],
540
- "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.",
541
- "privacy": "public"
542
- },
543
- {
544
- "kind": "function",
545
- "name": "getCurrentDesignSystemPrefix",
546
- "return": {
547
- "type": {
548
- "text": ""
549
- }
550
- },
461
+ "name": "renderOnChange",
551
462
  "parameters": [
552
463
  {
553
- "name": "element",
464
+ "name": "target",
554
465
  "type": {
555
- "text": "HTMLElement"
466
+ "text": "FASTElement & { render(): void }"
556
467
  },
557
- "description": "The starting HTML element"
468
+ "description": "The target to define the property change handler on."
558
469
  },
559
470
  {
560
- "name": "fallbackPrefix",
471
+ "name": "name",
561
472
  "type": {
562
473
  "text": "string"
563
474
  },
564
- "description": "The prefix to fallback to if the provider is not available"
475
+ "description": "The property name."
565
476
  }
566
477
  ],
567
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
478
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
568
479
  "privacy": "public"
569
480
  }
570
481
  ],
571
482
  "exports": [
572
483
  {
573
484
  "kind": "js",
574
- "name": "assureDesignSystem",
575
- "declaration": {
576
- "name": "assureDesignSystem",
577
- "module": "src/design-system/design-system.ts"
578
- }
579
- },
580
- {
581
- "kind": "js",
582
- "name": "getCurrentDesignSystem",
583
- "declaration": {
584
- "name": "getCurrentDesignSystem",
585
- "module": "src/design-system/design-system.ts"
586
- }
587
- },
588
- {
589
- "kind": "js",
590
- "name": "getCurrentDesignSystemPrefix",
591
- "declaration": {
592
- "name": "getCurrentDesignSystemPrefix",
593
- "module": "src/design-system/design-system.ts"
594
- }
595
- }
596
- ]
597
- },
598
- {
599
- "kind": "javascript-module",
600
- "path": "src/design-system/index.ts",
601
- "declarations": [],
602
- "exports": [
603
- {
604
- "kind": "js",
605
- "name": "*",
485
+ "name": "renderOnChange",
606
486
  "declaration": {
607
- "name": "*",
608
- "package": "./design-system"
487
+ "name": "renderOnChange",
488
+ "module": "src/decorators/renderOnChange.ts"
609
489
  }
610
490
  }
611
491
  ]
@@ -1284,6 +1164,126 @@
1284
1164
  }
1285
1165
  ]
1286
1166
  },
1167
+ {
1168
+ "kind": "javascript-module",
1169
+ "path": "src/design-system/design-system.ts",
1170
+ "declarations": [
1171
+ {
1172
+ "kind": "function",
1173
+ "name": "assureDesignSystem",
1174
+ "return": {
1175
+ "type": {
1176
+ "text": "DesignSystemModule"
1177
+ }
1178
+ },
1179
+ "parameters": [
1180
+ {
1181
+ "name": "module",
1182
+ "type": {
1183
+ "text": "DesignSystemModule"
1184
+ }
1185
+ }
1186
+ ],
1187
+ "description": "assureDesignSystem.",
1188
+ "privacy": "public"
1189
+ },
1190
+ {
1191
+ "kind": "function",
1192
+ "name": "getCurrentDesignSystem",
1193
+ "return": {
1194
+ "type": {
1195
+ "text": ""
1196
+ }
1197
+ },
1198
+ "parameters": [
1199
+ {
1200
+ "name": "element",
1201
+ "type": {
1202
+ "text": "HTMLElement"
1203
+ },
1204
+ "description": "The starting HTML element"
1205
+ },
1206
+ {
1207
+ "name": "fallbackPrefix",
1208
+ "type": {
1209
+ "text": "string"
1210
+ },
1211
+ "description": "The prefix to fallback to if the provider is not available"
1212
+ }
1213
+ ],
1214
+ "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.",
1215
+ "privacy": "public"
1216
+ },
1217
+ {
1218
+ "kind": "function",
1219
+ "name": "getCurrentDesignSystemPrefix",
1220
+ "return": {
1221
+ "type": {
1222
+ "text": ""
1223
+ }
1224
+ },
1225
+ "parameters": [
1226
+ {
1227
+ "name": "element",
1228
+ "type": {
1229
+ "text": "HTMLElement"
1230
+ },
1231
+ "description": "The starting HTML element"
1232
+ },
1233
+ {
1234
+ "name": "fallbackPrefix",
1235
+ "type": {
1236
+ "text": "string"
1237
+ },
1238
+ "description": "The prefix to fallback to if the provider is not available"
1239
+ }
1240
+ ],
1241
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
1242
+ "privacy": "public"
1243
+ }
1244
+ ],
1245
+ "exports": [
1246
+ {
1247
+ "kind": "js",
1248
+ "name": "assureDesignSystem",
1249
+ "declaration": {
1250
+ "name": "assureDesignSystem",
1251
+ "module": "src/design-system/design-system.ts"
1252
+ }
1253
+ },
1254
+ {
1255
+ "kind": "js",
1256
+ "name": "getCurrentDesignSystem",
1257
+ "declaration": {
1258
+ "name": "getCurrentDesignSystem",
1259
+ "module": "src/design-system/design-system.ts"
1260
+ }
1261
+ },
1262
+ {
1263
+ "kind": "js",
1264
+ "name": "getCurrentDesignSystemPrefix",
1265
+ "declaration": {
1266
+ "name": "getCurrentDesignSystemPrefix",
1267
+ "module": "src/design-system/design-system.ts"
1268
+ }
1269
+ }
1270
+ ]
1271
+ },
1272
+ {
1273
+ "kind": "javascript-module",
1274
+ "path": "src/design-system/index.ts",
1275
+ "declarations": [],
1276
+ "exports": [
1277
+ {
1278
+ "kind": "js",
1279
+ "name": "*",
1280
+ "declaration": {
1281
+ "name": "*",
1282
+ "package": "./design-system"
1283
+ }
1284
+ }
1285
+ ]
1286
+ },
1287
1287
  {
1288
1288
  "kind": "javascript-module",
1289
1289
  "path": "src/feature-flags/featureFlags.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.403.0",
4
+ "version": "14.405.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.403.0",
33
- "@genesislcap/genx": "14.403.0",
34
- "@genesislcap/rollup-builder": "14.403.0",
35
- "@genesislcap/ts-builder": "14.403.0",
36
- "@genesislcap/uvu-playwright-builder": "14.403.0",
37
- "@genesislcap/vite-builder": "14.403.0",
38
- "@genesislcap/webpack-builder": "14.403.0",
32
+ "@genesislcap/foundation-testing": "14.405.0",
33
+ "@genesislcap/genx": "14.405.0",
34
+ "@genesislcap/rollup-builder": "14.405.0",
35
+ "@genesislcap/ts-builder": "14.405.0",
36
+ "@genesislcap/uvu-playwright-builder": "14.405.0",
37
+ "@genesislcap/vite-builder": "14.405.0",
38
+ "@genesislcap/webpack-builder": "14.405.0",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.403.0",
43
- "@genesislcap/foundation-logger": "14.403.0",
42
+ "@genesislcap/expression-builder": "14.405.0",
43
+ "@genesislcap/foundation-logger": "14.405.0",
44
44
  "@microsoft/fast-components": "2.30.6",
45
45
  "@microsoft/fast-element": "1.14.0",
46
46
  "@microsoft/fast-foundation": "2.50.0",
@@ -58,5 +58,5 @@
58
58
  "access": "public"
59
59
  },
60
60
  "customElements": "dist/custom-elements.json",
61
- "gitHead": "9e1e2d8c0309a4b540c65de0ebf8acd44f4ce73b"
61
+ "gitHead": "90757d4adb4c7b20ee266e0add3126dd76cb6398"
62
62
  }