@genesislcap/foundation-utils 14.271.0 → 14.271.1
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 +61 -61
- package/package.json +10 -10
|
@@ -369,60 +369,42 @@
|
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"kind": "javascript-module",
|
|
372
|
-
"path": "src/
|
|
373
|
-
"declarations": [],
|
|
374
|
-
"exports": [
|
|
375
|
-
{
|
|
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",
|
|
372
|
+
"path": "src/design-system/design-system.ts",
|
|
388
373
|
"declarations": [
|
|
389
374
|
{
|
|
390
375
|
"kind": "function",
|
|
391
|
-
"name": "
|
|
376
|
+
"name": "assureDesignSystem",
|
|
377
|
+
"return": {
|
|
378
|
+
"type": {
|
|
379
|
+
"text": "DesignSystemModule"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
392
382
|
"parameters": [
|
|
393
383
|
{
|
|
394
|
-
"name": "
|
|
395
|
-
"type": {
|
|
396
|
-
"text": "FASTElement & { render(): void }"
|
|
397
|
-
},
|
|
398
|
-
"description": "The target to define the property change handler on."
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
"name": "name",
|
|
384
|
+
"name": "module",
|
|
402
385
|
"type": {
|
|
403
|
-
"text": "
|
|
404
|
-
}
|
|
405
|
-
"description": "The property name."
|
|
386
|
+
"text": "DesignSystemModule"
|
|
387
|
+
}
|
|
406
388
|
}
|
|
407
389
|
],
|
|
408
|
-
"description": "
|
|
390
|
+
"description": "assureDesignSystem.",
|
|
409
391
|
"privacy": "public"
|
|
410
392
|
}
|
|
411
393
|
],
|
|
412
394
|
"exports": [
|
|
413
395
|
{
|
|
414
396
|
"kind": "js",
|
|
415
|
-
"name": "
|
|
397
|
+
"name": "assureDesignSystem",
|
|
416
398
|
"declaration": {
|
|
417
|
-
"name": "
|
|
418
|
-
"module": "src/
|
|
399
|
+
"name": "assureDesignSystem",
|
|
400
|
+
"module": "src/design-system/design-system.ts"
|
|
419
401
|
}
|
|
420
402
|
}
|
|
421
403
|
]
|
|
422
404
|
},
|
|
423
405
|
{
|
|
424
406
|
"kind": "javascript-module",
|
|
425
|
-
"path": "src/
|
|
407
|
+
"path": "src/design-system/index.ts",
|
|
426
408
|
"declarations": [],
|
|
427
409
|
"exports": [
|
|
428
410
|
{
|
|
@@ -430,57 +412,67 @@
|
|
|
430
412
|
"name": "*",
|
|
431
413
|
"declaration": {
|
|
432
414
|
"name": "*",
|
|
433
|
-
"package": "./
|
|
415
|
+
"package": "./design-system"
|
|
434
416
|
}
|
|
435
|
-
}
|
|
417
|
+
}
|
|
418
|
+
]
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"kind": "javascript-module",
|
|
422
|
+
"path": "src/decorators/index.ts",
|
|
423
|
+
"declarations": [],
|
|
424
|
+
"exports": [
|
|
436
425
|
{
|
|
437
426
|
"kind": "js",
|
|
438
427
|
"name": "*",
|
|
439
428
|
"declaration": {
|
|
440
429
|
"name": "*",
|
|
441
|
-
"package": "./
|
|
430
|
+
"package": "./renderOnChange"
|
|
442
431
|
}
|
|
443
432
|
}
|
|
444
433
|
]
|
|
445
434
|
},
|
|
446
435
|
{
|
|
447
436
|
"kind": "javascript-module",
|
|
448
|
-
"path": "src/
|
|
437
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
449
438
|
"declarations": [
|
|
450
439
|
{
|
|
451
440
|
"kind": "function",
|
|
452
|
-
"name": "
|
|
453
|
-
"return": {
|
|
454
|
-
"type": {
|
|
455
|
-
"text": "DesignSystemModule"
|
|
456
|
-
}
|
|
457
|
-
},
|
|
441
|
+
"name": "renderOnChange",
|
|
458
442
|
"parameters": [
|
|
459
443
|
{
|
|
460
|
-
"name": "
|
|
444
|
+
"name": "target",
|
|
461
445
|
"type": {
|
|
462
|
-
"text": "
|
|
463
|
-
}
|
|
446
|
+
"text": "FASTElement & { render(): void }"
|
|
447
|
+
},
|
|
448
|
+
"description": "The target to define the property change handler on."
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "name",
|
|
452
|
+
"type": {
|
|
453
|
+
"text": "string"
|
|
454
|
+
},
|
|
455
|
+
"description": "The property name."
|
|
464
456
|
}
|
|
465
457
|
],
|
|
466
|
-
"description": "
|
|
458
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
467
459
|
"privacy": "public"
|
|
468
460
|
}
|
|
469
461
|
],
|
|
470
462
|
"exports": [
|
|
471
463
|
{
|
|
472
464
|
"kind": "js",
|
|
473
|
-
"name": "
|
|
465
|
+
"name": "renderOnChange",
|
|
474
466
|
"declaration": {
|
|
475
|
-
"name": "
|
|
476
|
-
"module": "src/
|
|
467
|
+
"name": "renderOnChange",
|
|
468
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
477
469
|
}
|
|
478
470
|
}
|
|
479
471
|
]
|
|
480
472
|
},
|
|
481
473
|
{
|
|
482
474
|
"kind": "javascript-module",
|
|
483
|
-
"path": "src/
|
|
475
|
+
"path": "src/directives/index.ts",
|
|
484
476
|
"declarations": [],
|
|
485
477
|
"exports": [
|
|
486
478
|
{
|
|
@@ -488,22 +480,15 @@
|
|
|
488
480
|
"name": "*",
|
|
489
481
|
"declaration": {
|
|
490
482
|
"name": "*",
|
|
491
|
-
"package": "./
|
|
483
|
+
"package": "./sync"
|
|
492
484
|
}
|
|
493
|
-
}
|
|
494
|
-
]
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
"kind": "javascript-module",
|
|
498
|
-
"path": "src/encoding/index.ts",
|
|
499
|
-
"declarations": [],
|
|
500
|
-
"exports": [
|
|
485
|
+
},
|
|
501
486
|
{
|
|
502
487
|
"kind": "js",
|
|
503
488
|
"name": "*",
|
|
504
489
|
"declaration": {
|
|
505
490
|
"name": "*",
|
|
506
|
-
"package": "./
|
|
491
|
+
"package": "./when-else"
|
|
507
492
|
}
|
|
508
493
|
}
|
|
509
494
|
]
|
|
@@ -949,6 +934,21 @@
|
|
|
949
934
|
}
|
|
950
935
|
]
|
|
951
936
|
},
|
|
937
|
+
{
|
|
938
|
+
"kind": "javascript-module",
|
|
939
|
+
"path": "src/encoding/index.ts",
|
|
940
|
+
"declarations": [],
|
|
941
|
+
"exports": [
|
|
942
|
+
{
|
|
943
|
+
"kind": "js",
|
|
944
|
+
"name": "*",
|
|
945
|
+
"declaration": {
|
|
946
|
+
"name": "*",
|
|
947
|
+
"package": "./base64"
|
|
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.271.
|
|
4
|
+
"version": "14.271.1",
|
|
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.271.
|
|
31
|
-
"@genesislcap/genx": "14.271.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.271.
|
|
33
|
-
"@genesislcap/ts-builder": "14.271.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.271.
|
|
35
|
-
"@genesislcap/vite-builder": "14.271.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.271.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.271.1",
|
|
31
|
+
"@genesislcap/genx": "14.271.1",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.271.1",
|
|
33
|
+
"@genesislcap/ts-builder": "14.271.1",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.271.1",
|
|
35
|
+
"@genesislcap/vite-builder": "14.271.1",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.271.1",
|
|
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.271.
|
|
42
|
+
"@genesislcap/foundation-logger": "14.271.1",
|
|
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": "b7df8a9982196fad51bf272ecdc8f4568292870b"
|
|
61
61
|
}
|