@genesislcap/foundation-utils 14.162.6 → 14.163.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 +68 -68
- package/package.json +10 -10
|
@@ -349,59 +349,6 @@
|
|
|
349
349
|
}
|
|
350
350
|
]
|
|
351
351
|
},
|
|
352
|
-
{
|
|
353
|
-
"kind": "javascript-module",
|
|
354
|
-
"path": "src/decorators/index.ts",
|
|
355
|
-
"declarations": [],
|
|
356
|
-
"exports": [
|
|
357
|
-
{
|
|
358
|
-
"kind": "js",
|
|
359
|
-
"name": "*",
|
|
360
|
-
"declaration": {
|
|
361
|
-
"name": "*",
|
|
362
|
-
"package": "./renderOnChange"
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
]
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"kind": "javascript-module",
|
|
369
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
370
|
-
"declarations": [
|
|
371
|
-
{
|
|
372
|
-
"kind": "function",
|
|
373
|
-
"name": "renderOnChange",
|
|
374
|
-
"parameters": [
|
|
375
|
-
{
|
|
376
|
-
"name": "target",
|
|
377
|
-
"type": {
|
|
378
|
-
"text": "FASTElement & { render(): void }"
|
|
379
|
-
},
|
|
380
|
-
"description": "The target to define the property change handler on."
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"name": "name",
|
|
384
|
-
"type": {
|
|
385
|
-
"text": "string"
|
|
386
|
-
},
|
|
387
|
-
"description": "The property name."
|
|
388
|
-
}
|
|
389
|
-
],
|
|
390
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
391
|
-
"privacy": "public"
|
|
392
|
-
}
|
|
393
|
-
],
|
|
394
|
-
"exports": [
|
|
395
|
-
{
|
|
396
|
-
"kind": "js",
|
|
397
|
-
"name": "renderOnChange",
|
|
398
|
-
"declaration": {
|
|
399
|
-
"name": "renderOnChange",
|
|
400
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
401
|
-
}
|
|
402
|
-
}
|
|
403
|
-
]
|
|
404
|
-
},
|
|
405
352
|
{
|
|
406
353
|
"kind": "javascript-module",
|
|
407
354
|
"path": "src/design-system/design-system.ts",
|
|
@@ -475,6 +422,59 @@
|
|
|
475
422
|
}
|
|
476
423
|
]
|
|
477
424
|
},
|
|
425
|
+
{
|
|
426
|
+
"kind": "javascript-module",
|
|
427
|
+
"path": "src/decorators/index.ts",
|
|
428
|
+
"declarations": [],
|
|
429
|
+
"exports": [
|
|
430
|
+
{
|
|
431
|
+
"kind": "js",
|
|
432
|
+
"name": "*",
|
|
433
|
+
"declaration": {
|
|
434
|
+
"name": "*",
|
|
435
|
+
"package": "./renderOnChange"
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
]
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"kind": "javascript-module",
|
|
442
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
443
|
+
"declarations": [
|
|
444
|
+
{
|
|
445
|
+
"kind": "function",
|
|
446
|
+
"name": "renderOnChange",
|
|
447
|
+
"parameters": [
|
|
448
|
+
{
|
|
449
|
+
"name": "target",
|
|
450
|
+
"type": {
|
|
451
|
+
"text": "FASTElement & { render(): void }"
|
|
452
|
+
},
|
|
453
|
+
"description": "The target to define the property change handler on."
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"name": "name",
|
|
457
|
+
"type": {
|
|
458
|
+
"text": "string"
|
|
459
|
+
},
|
|
460
|
+
"description": "The property name."
|
|
461
|
+
}
|
|
462
|
+
],
|
|
463
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
464
|
+
"privacy": "public"
|
|
465
|
+
}
|
|
466
|
+
],
|
|
467
|
+
"exports": [
|
|
468
|
+
{
|
|
469
|
+
"kind": "js",
|
|
470
|
+
"name": "renderOnChange",
|
|
471
|
+
"declaration": {
|
|
472
|
+
"name": "renderOnChange",
|
|
473
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
]
|
|
477
|
+
},
|
|
478
478
|
{
|
|
479
479
|
"kind": "javascript-module",
|
|
480
480
|
"path": "src/env/index.ts",
|
|
@@ -1346,21 +1346,6 @@
|
|
|
1346
1346
|
}
|
|
1347
1347
|
]
|
|
1348
1348
|
},
|
|
1349
|
-
{
|
|
1350
|
-
"kind": "javascript-module",
|
|
1351
|
-
"path": "src/serializers/index.ts",
|
|
1352
|
-
"declarations": [],
|
|
1353
|
-
"exports": [
|
|
1354
|
-
{
|
|
1355
|
-
"kind": "js",
|
|
1356
|
-
"name": "*",
|
|
1357
|
-
"declaration": {
|
|
1358
|
-
"name": "*",
|
|
1359
|
-
"package": "./json"
|
|
1360
|
-
}
|
|
1361
|
-
}
|
|
1362
|
-
]
|
|
1363
|
-
},
|
|
1364
1349
|
{
|
|
1365
1350
|
"kind": "javascript-module",
|
|
1366
1351
|
"path": "src/state/index.ts",
|
|
@@ -1834,6 +1819,21 @@
|
|
|
1834
1819
|
}
|
|
1835
1820
|
]
|
|
1836
1821
|
},
|
|
1822
|
+
{
|
|
1823
|
+
"kind": "javascript-module",
|
|
1824
|
+
"path": "src/serializers/index.ts",
|
|
1825
|
+
"declarations": [],
|
|
1826
|
+
"exports": [
|
|
1827
|
+
{
|
|
1828
|
+
"kind": "js",
|
|
1829
|
+
"name": "*",
|
|
1830
|
+
"declaration": {
|
|
1831
|
+
"name": "*",
|
|
1832
|
+
"package": "./json"
|
|
1833
|
+
}
|
|
1834
|
+
}
|
|
1835
|
+
]
|
|
1836
|
+
},
|
|
1837
1837
|
{
|
|
1838
1838
|
"kind": "javascript-module",
|
|
1839
1839
|
"path": "src/utils/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.163.0",
|
|
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.
|
|
23
|
-
"@genesislcap/genx": "14.
|
|
24
|
-
"@genesislcap/rollup-builder": "14.
|
|
25
|
-
"@genesislcap/ts-builder": "14.
|
|
26
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
27
|
-
"@genesislcap/vite-builder": "14.
|
|
28
|
-
"@genesislcap/webpack-builder": "14.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.163.0",
|
|
23
|
+
"@genesislcap/genx": "14.163.0",
|
|
24
|
+
"@genesislcap/rollup-builder": "14.163.0",
|
|
25
|
+
"@genesislcap/ts-builder": "14.163.0",
|
|
26
|
+
"@genesislcap/uvu-playwright-builder": "14.163.0",
|
|
27
|
+
"@genesislcap/vite-builder": "14.163.0",
|
|
28
|
+
"@genesislcap/webpack-builder": "14.163.0",
|
|
29
29
|
"rimraf": "^3.0.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@genesislcap/foundation-logger": "14.
|
|
32
|
+
"@genesislcap/foundation-logger": "14.163.0",
|
|
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": "e141f8ae65838f2eb2f88f47da9d738566c2eda7"
|
|
51
51
|
}
|