@genesislcap/foundation-utils 14.262.1 → 14.262.2
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 +77 -77
- package/package.json +10 -10
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"kind": "javascript-module",
|
|
372
|
-
"path": "src/
|
|
372
|
+
"path": "src/decorators/index.ts",
|
|
373
373
|
"declarations": [],
|
|
374
374
|
"exports": [
|
|
375
375
|
{
|
|
@@ -377,22 +377,52 @@
|
|
|
377
377
|
"name": "*",
|
|
378
378
|
"declaration": {
|
|
379
379
|
"name": "*",
|
|
380
|
-
"package": "./
|
|
380
|
+
"package": "./renderOnChange"
|
|
381
381
|
}
|
|
382
|
-
}
|
|
382
|
+
}
|
|
383
|
+
]
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"kind": "javascript-module",
|
|
387
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
388
|
+
"declarations": [
|
|
389
|
+
{
|
|
390
|
+
"kind": "function",
|
|
391
|
+
"name": "renderOnChange",
|
|
392
|
+
"parameters": [
|
|
393
|
+
{
|
|
394
|
+
"name": "target",
|
|
395
|
+
"type": {
|
|
396
|
+
"text": "FASTElement & { render(): void }"
|
|
397
|
+
},
|
|
398
|
+
"description": "The target to define the property change handler on."
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "name",
|
|
402
|
+
"type": {
|
|
403
|
+
"text": "string"
|
|
404
|
+
},
|
|
405
|
+
"description": "The property name."
|
|
406
|
+
}
|
|
407
|
+
],
|
|
408
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
409
|
+
"privacy": "public"
|
|
410
|
+
}
|
|
411
|
+
],
|
|
412
|
+
"exports": [
|
|
383
413
|
{
|
|
384
414
|
"kind": "js",
|
|
385
|
-
"name": "
|
|
415
|
+
"name": "renderOnChange",
|
|
386
416
|
"declaration": {
|
|
387
|
-
"name": "
|
|
388
|
-
"
|
|
417
|
+
"name": "renderOnChange",
|
|
418
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
389
419
|
}
|
|
390
420
|
}
|
|
391
421
|
]
|
|
392
422
|
},
|
|
393
423
|
{
|
|
394
424
|
"kind": "javascript-module",
|
|
395
|
-
"path": "src/
|
|
425
|
+
"path": "src/directives/index.ts",
|
|
396
426
|
"declarations": [],
|
|
397
427
|
"exports": [
|
|
398
428
|
{
|
|
@@ -400,14 +430,22 @@
|
|
|
400
430
|
"name": "*",
|
|
401
431
|
"declaration": {
|
|
402
432
|
"name": "*",
|
|
403
|
-
"package": "./
|
|
433
|
+
"package": "./sync"
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"kind": "js",
|
|
438
|
+
"name": "*",
|
|
439
|
+
"declaration": {
|
|
440
|
+
"name": "*",
|
|
441
|
+
"package": "./when-else"
|
|
404
442
|
}
|
|
405
443
|
}
|
|
406
444
|
]
|
|
407
445
|
},
|
|
408
446
|
{
|
|
409
447
|
"kind": "javascript-module",
|
|
410
|
-
"path": "src/
|
|
448
|
+
"path": "src/encoding/index.ts",
|
|
411
449
|
"declarations": [],
|
|
412
450
|
"exports": [
|
|
413
451
|
{
|
|
@@ -415,45 +453,57 @@
|
|
|
415
453
|
"name": "*",
|
|
416
454
|
"declaration": {
|
|
417
455
|
"name": "*",
|
|
418
|
-
"package": "./
|
|
456
|
+
"package": "./base64"
|
|
419
457
|
}
|
|
420
458
|
}
|
|
421
459
|
]
|
|
422
460
|
},
|
|
423
461
|
{
|
|
424
462
|
"kind": "javascript-module",
|
|
425
|
-
"path": "src/
|
|
463
|
+
"path": "src/design-system/design-system.ts",
|
|
426
464
|
"declarations": [
|
|
427
465
|
{
|
|
428
466
|
"kind": "function",
|
|
429
|
-
"name": "
|
|
467
|
+
"name": "assureDesignSystem",
|
|
468
|
+
"return": {
|
|
469
|
+
"type": {
|
|
470
|
+
"text": "DesignSystemModule"
|
|
471
|
+
}
|
|
472
|
+
},
|
|
430
473
|
"parameters": [
|
|
431
474
|
{
|
|
432
|
-
"name": "
|
|
433
|
-
"type": {
|
|
434
|
-
"text": "FASTElement & { render(): void }"
|
|
435
|
-
},
|
|
436
|
-
"description": "The target to define the property change handler on."
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
"name": "name",
|
|
475
|
+
"name": "module",
|
|
440
476
|
"type": {
|
|
441
|
-
"text": "
|
|
442
|
-
}
|
|
443
|
-
"description": "The property name."
|
|
477
|
+
"text": "DesignSystemModule"
|
|
478
|
+
}
|
|
444
479
|
}
|
|
445
480
|
],
|
|
446
|
-
"description": "
|
|
481
|
+
"description": "assureDesignSystem.",
|
|
447
482
|
"privacy": "public"
|
|
448
483
|
}
|
|
449
484
|
],
|
|
450
485
|
"exports": [
|
|
451
486
|
{
|
|
452
487
|
"kind": "js",
|
|
453
|
-
"name": "
|
|
488
|
+
"name": "assureDesignSystem",
|
|
454
489
|
"declaration": {
|
|
455
|
-
"name": "
|
|
456
|
-
"module": "src/
|
|
490
|
+
"name": "assureDesignSystem",
|
|
491
|
+
"module": "src/design-system/design-system.ts"
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
]
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"kind": "javascript-module",
|
|
498
|
+
"path": "src/design-system/index.ts",
|
|
499
|
+
"declarations": [],
|
|
500
|
+
"exports": [
|
|
501
|
+
{
|
|
502
|
+
"kind": "js",
|
|
503
|
+
"name": "*",
|
|
504
|
+
"declaration": {
|
|
505
|
+
"name": "*",
|
|
506
|
+
"package": "./design-system"
|
|
457
507
|
}
|
|
458
508
|
}
|
|
459
509
|
]
|
|
@@ -899,56 +949,6 @@
|
|
|
899
949
|
}
|
|
900
950
|
]
|
|
901
951
|
},
|
|
902
|
-
{
|
|
903
|
-
"kind": "javascript-module",
|
|
904
|
-
"path": "src/design-system/design-system.ts",
|
|
905
|
-
"declarations": [
|
|
906
|
-
{
|
|
907
|
-
"kind": "function",
|
|
908
|
-
"name": "assureDesignSystem",
|
|
909
|
-
"return": {
|
|
910
|
-
"type": {
|
|
911
|
-
"text": "DesignSystemModule"
|
|
912
|
-
}
|
|
913
|
-
},
|
|
914
|
-
"parameters": [
|
|
915
|
-
{
|
|
916
|
-
"name": "module",
|
|
917
|
-
"type": {
|
|
918
|
-
"text": "DesignSystemModule"
|
|
919
|
-
}
|
|
920
|
-
}
|
|
921
|
-
],
|
|
922
|
-
"description": "assureDesignSystem.",
|
|
923
|
-
"privacy": "public"
|
|
924
|
-
}
|
|
925
|
-
],
|
|
926
|
-
"exports": [
|
|
927
|
-
{
|
|
928
|
-
"kind": "js",
|
|
929
|
-
"name": "assureDesignSystem",
|
|
930
|
-
"declaration": {
|
|
931
|
-
"name": "assureDesignSystem",
|
|
932
|
-
"module": "src/design-system/design-system.ts"
|
|
933
|
-
}
|
|
934
|
-
}
|
|
935
|
-
]
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
"kind": "javascript-module",
|
|
939
|
-
"path": "src/design-system/index.ts",
|
|
940
|
-
"declarations": [],
|
|
941
|
-
"exports": [
|
|
942
|
-
{
|
|
943
|
-
"kind": "js",
|
|
944
|
-
"name": "*",
|
|
945
|
-
"declaration": {
|
|
946
|
-
"name": "*",
|
|
947
|
-
"package": "./design-system"
|
|
948
|
-
}
|
|
949
|
-
}
|
|
950
|
-
]
|
|
951
|
-
},
|
|
952
952
|
{
|
|
953
953
|
"kind": "javascript-module",
|
|
954
954
|
"path": "src/error/errorMap.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.262.
|
|
4
|
+
"version": "14.262.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,19 +27,19 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.262.
|
|
31
|
-
"@genesislcap/genx": "14.262.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.262.
|
|
33
|
-
"@genesislcap/ts-builder": "14.262.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.262.
|
|
35
|
-
"@genesislcap/vite-builder": "14.262.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.262.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.262.2",
|
|
31
|
+
"@genesislcap/genx": "14.262.2",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.262.2",
|
|
33
|
+
"@genesislcap/ts-builder": "14.262.2",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.262.2",
|
|
35
|
+
"@genesislcap/vite-builder": "14.262.2",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.262.2",
|
|
37
37
|
"@types/json-schema": "^7.0.11",
|
|
38
38
|
"rimraf": "^5.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@genesislcap/expression-builder": "14.258.1",
|
|
42
|
-
"@genesislcap/foundation-logger": "14.262.
|
|
42
|
+
"@genesislcap/foundation-logger": "14.262.2",
|
|
43
43
|
"@microsoft/fast-components": "2.30.6",
|
|
44
44
|
"@microsoft/fast-element": "1.14.0",
|
|
45
45
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"access": "public"
|
|
58
58
|
},
|
|
59
59
|
"customElements": "dist/custom-elements.json",
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "d4c7eaf9af2757646daf831ea8f2ce0c075832c0"
|
|
61
61
|
}
|