@genesislcap/foundation-utils 14.109.0 → 14.110.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.
- package/dist/custom-elements.json +64 -64
- package/package.json +5 -5
|
@@ -343,41 +343,60 @@
|
|
|
343
343
|
},
|
|
344
344
|
{
|
|
345
345
|
"kind": "javascript-module",
|
|
346
|
-
"path": "src/
|
|
346
|
+
"path": "src/decorators/index.ts",
|
|
347
|
+
"declarations": [],
|
|
348
|
+
"exports": [
|
|
349
|
+
{
|
|
350
|
+
"kind": "js",
|
|
351
|
+
"name": "*",
|
|
352
|
+
"declaration": {
|
|
353
|
+
"name": "*",
|
|
354
|
+
"package": "./renderOnChange"
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
]
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"kind": "javascript-module",
|
|
361
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
347
362
|
"declarations": [
|
|
348
363
|
{
|
|
349
364
|
"kind": "function",
|
|
350
|
-
"name": "
|
|
351
|
-
"return": {
|
|
352
|
-
"type": {
|
|
353
|
-
"text": "DesignSystemModule"
|
|
354
|
-
}
|
|
355
|
-
},
|
|
365
|
+
"name": "renderOnChange",
|
|
356
366
|
"parameters": [
|
|
357
367
|
{
|
|
358
|
-
"name": "
|
|
368
|
+
"name": "target",
|
|
359
369
|
"type": {
|
|
360
|
-
"text": "
|
|
361
|
-
}
|
|
370
|
+
"text": "FASTElement & { render(): void }"
|
|
371
|
+
},
|
|
372
|
+
"description": "The target to define the property change handler on."
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"name": "name",
|
|
376
|
+
"type": {
|
|
377
|
+
"text": "string"
|
|
378
|
+
},
|
|
379
|
+
"description": "The property name."
|
|
362
380
|
}
|
|
363
381
|
],
|
|
382
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
364
383
|
"privacy": "public"
|
|
365
384
|
}
|
|
366
385
|
],
|
|
367
386
|
"exports": [
|
|
368
387
|
{
|
|
369
388
|
"kind": "js",
|
|
370
|
-
"name": "
|
|
389
|
+
"name": "renderOnChange",
|
|
371
390
|
"declaration": {
|
|
372
|
-
"name": "
|
|
373
|
-
"module": "src/
|
|
391
|
+
"name": "renderOnChange",
|
|
392
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
374
393
|
}
|
|
375
394
|
}
|
|
376
395
|
]
|
|
377
396
|
},
|
|
378
397
|
{
|
|
379
398
|
"kind": "javascript-module",
|
|
380
|
-
"path": "src/
|
|
399
|
+
"path": "src/directives/index.ts",
|
|
381
400
|
"declarations": [],
|
|
382
401
|
"exports": [
|
|
383
402
|
{
|
|
@@ -385,60 +404,64 @@
|
|
|
385
404
|
"name": "*",
|
|
386
405
|
"declaration": {
|
|
387
406
|
"name": "*",
|
|
388
|
-
"package": "./
|
|
407
|
+
"package": "./sync"
|
|
389
408
|
}
|
|
390
|
-
}
|
|
391
|
-
]
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"kind": "javascript-module",
|
|
395
|
-
"path": "src/decorators/index.ts",
|
|
396
|
-
"declarations": [],
|
|
397
|
-
"exports": [
|
|
409
|
+
},
|
|
398
410
|
{
|
|
399
411
|
"kind": "js",
|
|
400
412
|
"name": "*",
|
|
401
413
|
"declaration": {
|
|
402
414
|
"name": "*",
|
|
403
|
-
"package": "./
|
|
415
|
+
"package": "./when-else"
|
|
404
416
|
}
|
|
405
417
|
}
|
|
406
418
|
]
|
|
407
419
|
},
|
|
408
420
|
{
|
|
409
421
|
"kind": "javascript-module",
|
|
410
|
-
"path": "src/
|
|
422
|
+
"path": "src/design-system/design-system.ts",
|
|
411
423
|
"declarations": [
|
|
412
424
|
{
|
|
413
425
|
"kind": "function",
|
|
414
|
-
"name": "
|
|
426
|
+
"name": "assureDesignSystem",
|
|
427
|
+
"return": {
|
|
428
|
+
"type": {
|
|
429
|
+
"text": "DesignSystemModule"
|
|
430
|
+
}
|
|
431
|
+
},
|
|
415
432
|
"parameters": [
|
|
416
433
|
{
|
|
417
|
-
"name": "
|
|
418
|
-
"type": {
|
|
419
|
-
"text": "FASTElement & { render(): void }"
|
|
420
|
-
},
|
|
421
|
-
"description": "The target to define the property change handler on."
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"name": "name",
|
|
434
|
+
"name": "module",
|
|
425
435
|
"type": {
|
|
426
|
-
"text": "
|
|
427
|
-
}
|
|
428
|
-
"description": "The property name."
|
|
436
|
+
"text": "DesignSystemModule"
|
|
437
|
+
}
|
|
429
438
|
}
|
|
430
439
|
],
|
|
431
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
432
440
|
"privacy": "public"
|
|
433
441
|
}
|
|
434
442
|
],
|
|
435
443
|
"exports": [
|
|
436
444
|
{
|
|
437
445
|
"kind": "js",
|
|
438
|
-
"name": "
|
|
446
|
+
"name": "assureDesignSystem",
|
|
439
447
|
"declaration": {
|
|
440
|
-
"name": "
|
|
441
|
-
"module": "src/
|
|
448
|
+
"name": "assureDesignSystem",
|
|
449
|
+
"module": "src/design-system/design-system.ts"
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
]
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"kind": "javascript-module",
|
|
456
|
+
"path": "src/design-system/index.ts",
|
|
457
|
+
"declarations": [],
|
|
458
|
+
"exports": [
|
|
459
|
+
{
|
|
460
|
+
"kind": "js",
|
|
461
|
+
"name": "*",
|
|
462
|
+
"declaration": {
|
|
463
|
+
"name": "*",
|
|
464
|
+
"package": "./design-system"
|
|
442
465
|
}
|
|
443
466
|
}
|
|
444
467
|
]
|
|
@@ -1072,29 +1095,6 @@
|
|
|
1072
1095
|
}
|
|
1073
1096
|
]
|
|
1074
1097
|
},
|
|
1075
|
-
{
|
|
1076
|
-
"kind": "javascript-module",
|
|
1077
|
-
"path": "src/directives/index.ts",
|
|
1078
|
-
"declarations": [],
|
|
1079
|
-
"exports": [
|
|
1080
|
-
{
|
|
1081
|
-
"kind": "js",
|
|
1082
|
-
"name": "*",
|
|
1083
|
-
"declaration": {
|
|
1084
|
-
"name": "*",
|
|
1085
|
-
"package": "./sync"
|
|
1086
|
-
}
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"kind": "js",
|
|
1090
|
-
"name": "*",
|
|
1091
|
-
"declaration": {
|
|
1092
|
-
"name": "*",
|
|
1093
|
-
"package": "./when-else"
|
|
1094
|
-
}
|
|
1095
|
-
}
|
|
1096
|
-
]
|
|
1097
|
-
},
|
|
1098
1098
|
{
|
|
1099
1099
|
"kind": "javascript-module",
|
|
1100
1100
|
"path": "src/logger/index.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.
|
|
4
|
+
"version": "14.110.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.
|
|
23
|
-
"@genesislcap/genx": "14.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.110.0",
|
|
23
|
+
"@genesislcap/genx": "14.110.0",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.110.0",
|
|
28
28
|
"@microsoft/fast-components": "^2.21.3",
|
|
29
29
|
"@microsoft/fast-element": "^1.7.0",
|
|
30
30
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"customElements": "dist/custom-elements.json",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "235e93fa39cca01b7ee247d2c04d8f7d6a2719b0"
|
|
46
46
|
}
|