@genesislcap/foundation-utils 14.404.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 +157 -157
  2. package/package.json +11 -11
@@ -401,7 +401,7 @@
401
401
  },
402
402
  {
403
403
  "kind": "javascript-module",
404
- "path": "src/decorators/index.ts",
404
+ "path": "src/directives/index.ts",
405
405
  "declarations": [],
406
406
  "exports": [
407
407
  {
@@ -409,157 +409,22 @@
409
409
  "name": "*",
410
410
  "declaration": {
411
411
  "name": "*",
412
- "package": "./renderOnChange"
413
- }
414
- }
415
- ]
416
- },
417
- {
418
- "kind": "javascript-module",
419
- "path": "src/decorators/renderOnChange.ts",
420
- "declarations": [
421
- {
422
- "kind": "function",
423
- "name": "renderOnChange",
424
- "parameters": [
425
- {
426
- "name": "target",
427
- "type": {
428
- "text": "FASTElement & { render(): void }"
429
- },
430
- "description": "The target to define the property change handler on."
431
- },
432
- {
433
- "name": "name",
434
- "type": {
435
- "text": "string"
436
- },
437
- "description": "The property name."
438
- }
439
- ],
440
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
441
- "privacy": "public"
442
- }
443
- ],
444
- "exports": [
445
- {
446
- "kind": "js",
447
- "name": "renderOnChange",
448
- "declaration": {
449
- "name": "renderOnChange",
450
- "module": "src/decorators/renderOnChange.ts"
451
- }
452
- }
453
- ]
454
- },
455
- {
456
- "kind": "javascript-module",
457
- "path": "src/design-system/design-system.ts",
458
- "declarations": [
459
- {
460
- "kind": "function",
461
- "name": "assureDesignSystem",
462
- "return": {
463
- "type": {
464
- "text": "DesignSystemModule"
465
- }
466
- },
467
- "parameters": [
468
- {
469
- "name": "module",
470
- "type": {
471
- "text": "DesignSystemModule"
472
- }
473
- }
474
- ],
475
- "description": "assureDesignSystem.",
476
- "privacy": "public"
477
- },
478
- {
479
- "kind": "function",
480
- "name": "getCurrentDesignSystem",
481
- "return": {
482
- "type": {
483
- "text": ""
484
- }
485
- },
486
- "parameters": [
487
- {
488
- "name": "element",
489
- "type": {
490
- "text": "HTMLElement"
491
- },
492
- "description": "The starting HTML element"
493
- },
494
- {
495
- "name": "fallbackPrefix",
496
- "type": {
497
- "text": "string"
498
- },
499
- "description": "The prefix to fallback to if the provider is not available"
500
- }
501
- ],
502
- "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.",
503
- "privacy": "public"
504
- },
505
- {
506
- "kind": "function",
507
- "name": "getCurrentDesignSystemPrefix",
508
- "return": {
509
- "type": {
510
- "text": ""
511
- }
512
- },
513
- "parameters": [
514
- {
515
- "name": "element",
516
- "type": {
517
- "text": "HTMLElement"
518
- },
519
- "description": "The starting HTML element"
520
- },
521
- {
522
- "name": "fallbackPrefix",
523
- "type": {
524
- "text": "string"
525
- },
526
- "description": "The prefix to fallback to if the provider is not available"
527
- }
528
- ],
529
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
530
- "privacy": "public"
531
- }
532
- ],
533
- "exports": [
534
- {
535
- "kind": "js",
536
- "name": "assureDesignSystem",
537
- "declaration": {
538
- "name": "assureDesignSystem",
539
- "module": "src/design-system/design-system.ts"
540
- }
541
- },
542
- {
543
- "kind": "js",
544
- "name": "getCurrentDesignSystem",
545
- "declaration": {
546
- "name": "getCurrentDesignSystem",
547
- "module": "src/design-system/design-system.ts"
412
+ "package": "./sync"
548
413
  }
549
414
  },
550
415
  {
551
416
  "kind": "js",
552
- "name": "getCurrentDesignSystemPrefix",
417
+ "name": "*",
553
418
  "declaration": {
554
- "name": "getCurrentDesignSystemPrefix",
555
- "module": "src/design-system/design-system.ts"
419
+ "name": "*",
420
+ "package": "./when-else"
556
421
  }
557
422
  }
558
423
  ]
559
424
  },
560
425
  {
561
426
  "kind": "javascript-module",
562
- "path": "src/design-system/index.ts",
427
+ "path": "src/encoding/index.ts",
563
428
  "declarations": [],
564
429
  "exports": [
565
430
  {
@@ -567,14 +432,14 @@
567
432
  "name": "*",
568
433
  "declaration": {
569
434
  "name": "*",
570
- "package": "./design-system"
435
+ "package": "./base64"
571
436
  }
572
437
  }
573
438
  ]
574
439
  },
575
440
  {
576
441
  "kind": "javascript-module",
577
- "path": "src/directives/index.ts",
442
+ "path": "src/decorators/index.ts",
578
443
  "declarations": [],
579
444
  "exports": [
580
445
  {
@@ -582,30 +447,45 @@
582
447
  "name": "*",
583
448
  "declaration": {
584
449
  "name": "*",
585
- "package": "./sync"
586
- }
587
- },
588
- {
589
- "kind": "js",
590
- "name": "*",
591
- "declaration": {
592
- "name": "*",
593
- "package": "./when-else"
450
+ "package": "./renderOnChange"
594
451
  }
595
452
  }
596
453
  ]
597
454
  },
598
455
  {
599
456
  "kind": "javascript-module",
600
- "path": "src/encoding/index.ts",
601
- "declarations": [],
457
+ "path": "src/decorators/renderOnChange.ts",
458
+ "declarations": [
459
+ {
460
+ "kind": "function",
461
+ "name": "renderOnChange",
462
+ "parameters": [
463
+ {
464
+ "name": "target",
465
+ "type": {
466
+ "text": "FASTElement & { render(): void }"
467
+ },
468
+ "description": "The target to define the property change handler on."
469
+ },
470
+ {
471
+ "name": "name",
472
+ "type": {
473
+ "text": "string"
474
+ },
475
+ "description": "The property name."
476
+ }
477
+ ],
478
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
479
+ "privacy": "public"
480
+ }
481
+ ],
602
482
  "exports": [
603
483
  {
604
484
  "kind": "js",
605
- "name": "*",
485
+ "name": "renderOnChange",
606
486
  "declaration": {
607
- "name": "*",
608
- "package": "./base64"
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.404.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.404.0",
33
- "@genesislcap/genx": "14.404.0",
34
- "@genesislcap/rollup-builder": "14.404.0",
35
- "@genesislcap/ts-builder": "14.404.0",
36
- "@genesislcap/uvu-playwright-builder": "14.404.0",
37
- "@genesislcap/vite-builder": "14.404.0",
38
- "@genesislcap/webpack-builder": "14.404.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.404.0",
43
- "@genesislcap/foundation-logger": "14.404.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": "54c68ebeae4e39b6c2e1b0bece963468279c323c"
61
+ "gitHead": "90757d4adb4c7b20ee266e0add3126dd76cb6398"
62
62
  }