@genesislcap/foundation-utils 14.303.3-alpha-5c35855.0 → 14.303.3
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 +73 -73
- package/package.json +11 -11
|
@@ -369,85 +369,53 @@
|
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"kind": "javascript-module",
|
|
372
|
-
"path": "src/
|
|
373
|
-
"declarations": [
|
|
372
|
+
"path": "src/decorators/index.ts",
|
|
373
|
+
"declarations": [],
|
|
374
|
+
"exports": [
|
|
374
375
|
{
|
|
375
|
-
"kind": "
|
|
376
|
-
"name": "
|
|
377
|
-
"
|
|
378
|
-
"
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
}
|
|
389
|
-
],
|
|
390
|
-
"description": "assureDesignSystem.",
|
|
391
|
-
"privacy": "public"
|
|
392
|
-
},
|
|
376
|
+
"kind": "js",
|
|
377
|
+
"name": "*",
|
|
378
|
+
"declaration": {
|
|
379
|
+
"name": "*",
|
|
380
|
+
"package": "./renderOnChange"
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
]
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"kind": "javascript-module",
|
|
387
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
388
|
+
"declarations": [
|
|
393
389
|
{
|
|
394
390
|
"kind": "function",
|
|
395
|
-
"name": "
|
|
396
|
-
"return": {
|
|
397
|
-
"type": {
|
|
398
|
-
"text": ""
|
|
399
|
-
}
|
|
400
|
-
},
|
|
391
|
+
"name": "renderOnChange",
|
|
401
392
|
"parameters": [
|
|
402
393
|
{
|
|
403
|
-
"name": "
|
|
394
|
+
"name": "target",
|
|
404
395
|
"type": {
|
|
405
|
-
"text": "
|
|
396
|
+
"text": "FASTElement & { render(): void }"
|
|
406
397
|
},
|
|
407
|
-
"description": "The
|
|
398
|
+
"description": "The target to define the property change handler on."
|
|
408
399
|
},
|
|
409
400
|
{
|
|
410
|
-
"name": "
|
|
401
|
+
"name": "name",
|
|
411
402
|
"type": {
|
|
412
403
|
"text": "string"
|
|
413
404
|
},
|
|
414
|
-
"description": "The
|
|
405
|
+
"description": "The property name."
|
|
415
406
|
}
|
|
416
407
|
],
|
|
417
|
-
"description": "
|
|
408
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
418
409
|
"privacy": "public"
|
|
419
410
|
}
|
|
420
411
|
],
|
|
421
412
|
"exports": [
|
|
422
413
|
{
|
|
423
414
|
"kind": "js",
|
|
424
|
-
"name": "
|
|
425
|
-
"declaration": {
|
|
426
|
-
"name": "assureDesignSystem",
|
|
427
|
-
"module": "src/design-system/design-system.ts"
|
|
428
|
-
}
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
"kind": "js",
|
|
432
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
433
|
-
"declaration": {
|
|
434
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
435
|
-
"module": "src/design-system/design-system.ts"
|
|
436
|
-
}
|
|
437
|
-
}
|
|
438
|
-
]
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"kind": "javascript-module",
|
|
442
|
-
"path": "src/design-system/index.ts",
|
|
443
|
-
"declarations": [],
|
|
444
|
-
"exports": [
|
|
445
|
-
{
|
|
446
|
-
"kind": "js",
|
|
447
|
-
"name": "*",
|
|
415
|
+
"name": "renderOnChange",
|
|
448
416
|
"declaration": {
|
|
449
|
-
"name": "
|
|
450
|
-
"
|
|
417
|
+
"name": "renderOnChange",
|
|
418
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
451
419
|
}
|
|
452
420
|
}
|
|
453
421
|
]
|
|
@@ -477,7 +445,7 @@
|
|
|
477
445
|
},
|
|
478
446
|
{
|
|
479
447
|
"kind": "javascript-module",
|
|
480
|
-
"path": "src/
|
|
448
|
+
"path": "src/encoding/index.ts",
|
|
481
449
|
"declarations": [],
|
|
482
450
|
"exports": [
|
|
483
451
|
{
|
|
@@ -485,52 +453,84 @@
|
|
|
485
453
|
"name": "*",
|
|
486
454
|
"declaration": {
|
|
487
455
|
"name": "*",
|
|
488
|
-
"package": "./
|
|
456
|
+
"package": "./base64"
|
|
489
457
|
}
|
|
490
458
|
}
|
|
491
459
|
]
|
|
492
460
|
},
|
|
493
461
|
{
|
|
494
462
|
"kind": "javascript-module",
|
|
495
|
-
"path": "src/
|
|
463
|
+
"path": "src/design-system/design-system.ts",
|
|
496
464
|
"declarations": [
|
|
497
465
|
{
|
|
498
466
|
"kind": "function",
|
|
499
|
-
"name": "
|
|
467
|
+
"name": "assureDesignSystem",
|
|
468
|
+
"return": {
|
|
469
|
+
"type": {
|
|
470
|
+
"text": "DesignSystemModule"
|
|
471
|
+
}
|
|
472
|
+
},
|
|
500
473
|
"parameters": [
|
|
501
474
|
{
|
|
502
|
-
"name": "
|
|
475
|
+
"name": "module",
|
|
503
476
|
"type": {
|
|
504
|
-
"text": "
|
|
477
|
+
"text": "DesignSystemModule"
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
],
|
|
481
|
+
"description": "assureDesignSystem.",
|
|
482
|
+
"privacy": "public"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"kind": "function",
|
|
486
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
487
|
+
"return": {
|
|
488
|
+
"type": {
|
|
489
|
+
"text": ""
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"parameters": [
|
|
493
|
+
{
|
|
494
|
+
"name": "element",
|
|
495
|
+
"type": {
|
|
496
|
+
"text": "HTMLElement"
|
|
505
497
|
},
|
|
506
|
-
"description": "The
|
|
498
|
+
"description": "The starting HTML element"
|
|
507
499
|
},
|
|
508
500
|
{
|
|
509
|
-
"name": "
|
|
501
|
+
"name": "fallbackPrefix",
|
|
510
502
|
"type": {
|
|
511
503
|
"text": "string"
|
|
512
504
|
},
|
|
513
|
-
"description": "The
|
|
505
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
514
506
|
}
|
|
515
507
|
],
|
|
516
|
-
"description": "
|
|
508
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
517
509
|
"privacy": "public"
|
|
518
510
|
}
|
|
519
511
|
],
|
|
520
512
|
"exports": [
|
|
521
513
|
{
|
|
522
514
|
"kind": "js",
|
|
523
|
-
"name": "
|
|
515
|
+
"name": "assureDesignSystem",
|
|
524
516
|
"declaration": {
|
|
525
|
-
"name": "
|
|
526
|
-
"module": "src/
|
|
517
|
+
"name": "assureDesignSystem",
|
|
518
|
+
"module": "src/design-system/design-system.ts"
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"kind": "js",
|
|
523
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
524
|
+
"declaration": {
|
|
525
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
526
|
+
"module": "src/design-system/design-system.ts"
|
|
527
527
|
}
|
|
528
528
|
}
|
|
529
529
|
]
|
|
530
530
|
},
|
|
531
531
|
{
|
|
532
532
|
"kind": "javascript-module",
|
|
533
|
-
"path": "src/
|
|
533
|
+
"path": "src/design-system/index.ts",
|
|
534
534
|
"declarations": [],
|
|
535
535
|
"exports": [
|
|
536
536
|
{
|
|
@@ -538,7 +538,7 @@
|
|
|
538
538
|
"name": "*",
|
|
539
539
|
"declaration": {
|
|
540
540
|
"name": "*",
|
|
541
|
-
"package": "./
|
|
541
|
+
"package": "./design-system"
|
|
542
542
|
}
|
|
543
543
|
}
|
|
544
544
|
]
|
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.303.3
|
|
4
|
+
"version": "14.303.3",
|
|
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.303.3
|
|
31
|
-
"@genesislcap/genx": "14.303.3
|
|
32
|
-
"@genesislcap/rollup-builder": "14.303.3
|
|
33
|
-
"@genesislcap/ts-builder": "14.303.3
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.303.3
|
|
35
|
-
"@genesislcap/vite-builder": "14.303.3
|
|
36
|
-
"@genesislcap/webpack-builder": "14.303.3
|
|
30
|
+
"@genesislcap/foundation-testing": "14.303.3",
|
|
31
|
+
"@genesislcap/genx": "14.303.3",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.303.3",
|
|
33
|
+
"@genesislcap/ts-builder": "14.303.3",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.303.3",
|
|
35
|
+
"@genesislcap/vite-builder": "14.303.3",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.303.3",
|
|
37
37
|
"@types/json-schema": "^7.0.11"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/expression-builder": "14.303.3
|
|
41
|
-
"@genesislcap/foundation-logger": "14.303.3
|
|
40
|
+
"@genesislcap/expression-builder": "14.303.3",
|
|
41
|
+
"@genesislcap/foundation-logger": "14.303.3",
|
|
42
42
|
"@microsoft/fast-components": "2.30.6",
|
|
43
43
|
"@microsoft/fast-element": "1.14.0",
|
|
44
44
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
57
|
"customElements": "dist/custom-elements.json",
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "cd517558d002ac2e4297c4baebbb10ae034023bd"
|
|
59
59
|
}
|