@genesislcap/foundation-utils 14.183.1 → 14.183.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 +52 -52
- package/package.json +10 -10
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"kind": "javascript-module",
|
|
362
|
-
"path": "src/
|
|
362
|
+
"path": "src/decorators/index.ts",
|
|
363
363
|
"declarations": [],
|
|
364
364
|
"exports": [
|
|
365
365
|
{
|
|
@@ -367,57 +367,52 @@
|
|
|
367
367
|
"name": "*",
|
|
368
368
|
"declaration": {
|
|
369
369
|
"name": "*",
|
|
370
|
-
"package": "./
|
|
371
|
-
}
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"kind": "js",
|
|
375
|
-
"name": "*",
|
|
376
|
-
"declaration": {
|
|
377
|
-
"name": "*",
|
|
378
|
-
"package": "./when-else"
|
|
370
|
+
"package": "./renderOnChange"
|
|
379
371
|
}
|
|
380
372
|
}
|
|
381
373
|
]
|
|
382
374
|
},
|
|
383
375
|
{
|
|
384
376
|
"kind": "javascript-module",
|
|
385
|
-
"path": "src/
|
|
377
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
386
378
|
"declarations": [
|
|
387
379
|
{
|
|
388
380
|
"kind": "function",
|
|
389
|
-
"name": "
|
|
390
|
-
"return": {
|
|
391
|
-
"type": {
|
|
392
|
-
"text": "DesignSystemModule"
|
|
393
|
-
}
|
|
394
|
-
},
|
|
381
|
+
"name": "renderOnChange",
|
|
395
382
|
"parameters": [
|
|
396
383
|
{
|
|
397
|
-
"name": "
|
|
384
|
+
"name": "target",
|
|
398
385
|
"type": {
|
|
399
|
-
"text": "
|
|
400
|
-
}
|
|
386
|
+
"text": "FASTElement & { render(): void }"
|
|
387
|
+
},
|
|
388
|
+
"description": "The target to define the property change handler on."
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "name",
|
|
392
|
+
"type": {
|
|
393
|
+
"text": "string"
|
|
394
|
+
},
|
|
395
|
+
"description": "The property name."
|
|
401
396
|
}
|
|
402
397
|
],
|
|
403
|
-
"description": "
|
|
398
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
404
399
|
"privacy": "public"
|
|
405
400
|
}
|
|
406
401
|
],
|
|
407
402
|
"exports": [
|
|
408
403
|
{
|
|
409
404
|
"kind": "js",
|
|
410
|
-
"name": "
|
|
405
|
+
"name": "renderOnChange",
|
|
411
406
|
"declaration": {
|
|
412
|
-
"name": "
|
|
413
|
-
"module": "src/
|
|
407
|
+
"name": "renderOnChange",
|
|
408
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
414
409
|
}
|
|
415
410
|
}
|
|
416
411
|
]
|
|
417
412
|
},
|
|
418
413
|
{
|
|
419
414
|
"kind": "javascript-module",
|
|
420
|
-
"path": "src/
|
|
415
|
+
"path": "src/directives/index.ts",
|
|
421
416
|
"declarations": [],
|
|
422
417
|
"exports": [
|
|
423
418
|
{
|
|
@@ -425,60 +420,65 @@
|
|
|
425
420
|
"name": "*",
|
|
426
421
|
"declaration": {
|
|
427
422
|
"name": "*",
|
|
428
|
-
"package": "./
|
|
423
|
+
"package": "./sync"
|
|
429
424
|
}
|
|
430
|
-
}
|
|
431
|
-
]
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"kind": "javascript-module",
|
|
435
|
-
"path": "src/decorators/index.ts",
|
|
436
|
-
"declarations": [],
|
|
437
|
-
"exports": [
|
|
425
|
+
},
|
|
438
426
|
{
|
|
439
427
|
"kind": "js",
|
|
440
428
|
"name": "*",
|
|
441
429
|
"declaration": {
|
|
442
430
|
"name": "*",
|
|
443
|
-
"package": "./
|
|
431
|
+
"package": "./when-else"
|
|
444
432
|
}
|
|
445
433
|
}
|
|
446
434
|
]
|
|
447
435
|
},
|
|
448
436
|
{
|
|
449
437
|
"kind": "javascript-module",
|
|
450
|
-
"path": "src/
|
|
438
|
+
"path": "src/design-system/design-system.ts",
|
|
451
439
|
"declarations": [
|
|
452
440
|
{
|
|
453
441
|
"kind": "function",
|
|
454
|
-
"name": "
|
|
442
|
+
"name": "assureDesignSystem",
|
|
443
|
+
"return": {
|
|
444
|
+
"type": {
|
|
445
|
+
"text": "DesignSystemModule"
|
|
446
|
+
}
|
|
447
|
+
},
|
|
455
448
|
"parameters": [
|
|
456
449
|
{
|
|
457
|
-
"name": "
|
|
458
|
-
"type": {
|
|
459
|
-
"text": "FASTElement & { render(): void }"
|
|
460
|
-
},
|
|
461
|
-
"description": "The target to define the property change handler on."
|
|
462
|
-
},
|
|
463
|
-
{
|
|
464
|
-
"name": "name",
|
|
450
|
+
"name": "module",
|
|
465
451
|
"type": {
|
|
466
|
-
"text": "
|
|
467
|
-
}
|
|
468
|
-
"description": "The property name."
|
|
452
|
+
"text": "DesignSystemModule"
|
|
453
|
+
}
|
|
469
454
|
}
|
|
470
455
|
],
|
|
471
|
-
"description": "
|
|
456
|
+
"description": "assureDesignSystem.",
|
|
472
457
|
"privacy": "public"
|
|
473
458
|
}
|
|
474
459
|
],
|
|
475
460
|
"exports": [
|
|
476
461
|
{
|
|
477
462
|
"kind": "js",
|
|
478
|
-
"name": "
|
|
463
|
+
"name": "assureDesignSystem",
|
|
479
464
|
"declaration": {
|
|
480
|
-
"name": "
|
|
481
|
-
"module": "src/
|
|
465
|
+
"name": "assureDesignSystem",
|
|
466
|
+
"module": "src/design-system/design-system.ts"
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
]
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"kind": "javascript-module",
|
|
473
|
+
"path": "src/design-system/index.ts",
|
|
474
|
+
"declarations": [],
|
|
475
|
+
"exports": [
|
|
476
|
+
{
|
|
477
|
+
"kind": "js",
|
|
478
|
+
"name": "*",
|
|
479
|
+
"declaration": {
|
|
480
|
+
"name": "*",
|
|
481
|
+
"package": "./design-system"
|
|
482
482
|
}
|
|
483
483
|
}
|
|
484
484
|
]
|
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.183.
|
|
4
|
+
"version": "14.183.3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.183.
|
|
23
|
-
"@genesislcap/genx": "14.183.
|
|
24
|
-
"@genesislcap/rollup-builder": "14.183.
|
|
25
|
-
"@genesislcap/ts-builder": "14.183.
|
|
26
|
-
"@genesislcap/uvu-playwright-builder": "14.183.
|
|
27
|
-
"@genesislcap/vite-builder": "14.183.
|
|
28
|
-
"@genesislcap/webpack-builder": "14.183.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.183.3",
|
|
23
|
+
"@genesislcap/genx": "14.183.3",
|
|
24
|
+
"@genesislcap/rollup-builder": "14.183.3",
|
|
25
|
+
"@genesislcap/ts-builder": "14.183.3",
|
|
26
|
+
"@genesislcap/uvu-playwright-builder": "14.183.3",
|
|
27
|
+
"@genesislcap/vite-builder": "14.183.3",
|
|
28
|
+
"@genesislcap/webpack-builder": "14.183.3",
|
|
29
29
|
"rimraf": "^3.0.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@genesislcap/foundation-logger": "14.183.
|
|
32
|
+
"@genesislcap/foundation-logger": "14.183.3",
|
|
33
33
|
"@microsoft/fast-components": "^2.30.6",
|
|
34
34
|
"@microsoft/fast-element": "^1.12.0",
|
|
35
35
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
49
|
"customElements": "dist/custom-elements.json",
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "ffef17c6fd8f87716f8a5b1a86fa060016d927b4"
|
|
51
51
|
}
|