@genesislcap/foundation-utils 14.194.7 → 14.195.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 +77 -77
- package/package.json +10 -10
|
@@ -359,50 +359,53 @@
|
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"kind": "javascript-module",
|
|
362
|
-
"path": "src/
|
|
362
|
+
"path": "src/decorators/index.ts",
|
|
363
|
+
"declarations": [],
|
|
364
|
+
"exports": [
|
|
365
|
+
{
|
|
366
|
+
"kind": "js",
|
|
367
|
+
"name": "*",
|
|
368
|
+
"declaration": {
|
|
369
|
+
"name": "*",
|
|
370
|
+
"package": "./renderOnChange"
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
]
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"kind": "javascript-module",
|
|
377
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
363
378
|
"declarations": [
|
|
364
379
|
{
|
|
365
380
|
"kind": "function",
|
|
366
|
-
"name": "
|
|
367
|
-
"return": {
|
|
368
|
-
"type": {
|
|
369
|
-
"text": "DesignSystemModule"
|
|
370
|
-
}
|
|
371
|
-
},
|
|
381
|
+
"name": "renderOnChange",
|
|
372
382
|
"parameters": [
|
|
373
383
|
{
|
|
374
|
-
"name": "
|
|
384
|
+
"name": "target",
|
|
375
385
|
"type": {
|
|
376
|
-
"text": "
|
|
377
|
-
}
|
|
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."
|
|
378
396
|
}
|
|
379
397
|
],
|
|
380
|
-
"description": "
|
|
398
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
381
399
|
"privacy": "public"
|
|
382
400
|
}
|
|
383
401
|
],
|
|
384
402
|
"exports": [
|
|
385
403
|
{
|
|
386
404
|
"kind": "js",
|
|
387
|
-
"name": "
|
|
388
|
-
"declaration": {
|
|
389
|
-
"name": "assureDesignSystem",
|
|
390
|
-
"module": "src/design-system/design-system.ts"
|
|
391
|
-
}
|
|
392
|
-
}
|
|
393
|
-
]
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
"kind": "javascript-module",
|
|
397
|
-
"path": "src/design-system/index.ts",
|
|
398
|
-
"declarations": [],
|
|
399
|
-
"exports": [
|
|
400
|
-
{
|
|
401
|
-
"kind": "js",
|
|
402
|
-
"name": "*",
|
|
405
|
+
"name": "renderOnChange",
|
|
403
406
|
"declaration": {
|
|
404
|
-
"name": "
|
|
405
|
-
"
|
|
407
|
+
"name": "renderOnChange",
|
|
408
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
406
409
|
}
|
|
407
410
|
}
|
|
408
411
|
]
|
|
@@ -432,53 +435,50 @@
|
|
|
432
435
|
},
|
|
433
436
|
{
|
|
434
437
|
"kind": "javascript-module",
|
|
435
|
-
"path": "src/
|
|
436
|
-
"declarations": [],
|
|
437
|
-
"exports": [
|
|
438
|
-
{
|
|
439
|
-
"kind": "js",
|
|
440
|
-
"name": "*",
|
|
441
|
-
"declaration": {
|
|
442
|
-
"name": "*",
|
|
443
|
-
"package": "./renderOnChange"
|
|
444
|
-
}
|
|
445
|
-
}
|
|
446
|
-
]
|
|
447
|
-
},
|
|
448
|
-
{
|
|
449
|
-
"kind": "javascript-module",
|
|
450
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
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
|
]
|
|
@@ -1915,7 +1915,7 @@
|
|
|
1915
1915
|
},
|
|
1916
1916
|
{
|
|
1917
1917
|
"kind": "javascript-module",
|
|
1918
|
-
"path": "src/
|
|
1918
|
+
"path": "src/uuid/index.ts",
|
|
1919
1919
|
"declarations": [],
|
|
1920
1920
|
"exports": [
|
|
1921
1921
|
{
|
|
@@ -1923,34 +1923,36 @@
|
|
|
1923
1923
|
"name": "*",
|
|
1924
1924
|
"declaration": {
|
|
1925
1925
|
"name": "*",
|
|
1926
|
-
"package": "./
|
|
1926
|
+
"package": "./uuid"
|
|
1927
1927
|
}
|
|
1928
1928
|
}
|
|
1929
1929
|
]
|
|
1930
1930
|
},
|
|
1931
1931
|
{
|
|
1932
1932
|
"kind": "javascript-module",
|
|
1933
|
-
"path": "src/
|
|
1933
|
+
"path": "src/uuid/uuid.ts",
|
|
1934
1934
|
"declarations": [
|
|
1935
1935
|
{
|
|
1936
1936
|
"kind": "variable",
|
|
1937
|
-
"name": "
|
|
1937
|
+
"name": "UUID",
|
|
1938
|
+
"description": "A dependency injection token for the UUID interface.",
|
|
1939
|
+
"privacy": "public"
|
|
1938
1940
|
}
|
|
1939
1941
|
],
|
|
1940
1942
|
"exports": [
|
|
1941
1943
|
{
|
|
1942
1944
|
"kind": "js",
|
|
1943
|
-
"name": "
|
|
1945
|
+
"name": "UUID",
|
|
1944
1946
|
"declaration": {
|
|
1945
|
-
"name": "
|
|
1946
|
-
"module": "src/
|
|
1947
|
+
"name": "UUID",
|
|
1948
|
+
"module": "src/uuid/uuid.ts"
|
|
1947
1949
|
}
|
|
1948
1950
|
}
|
|
1949
1951
|
]
|
|
1950
1952
|
},
|
|
1951
1953
|
{
|
|
1952
1954
|
"kind": "javascript-module",
|
|
1953
|
-
"path": "src/
|
|
1955
|
+
"path": "src/utils/index.ts",
|
|
1954
1956
|
"declarations": [],
|
|
1955
1957
|
"exports": [
|
|
1956
1958
|
{
|
|
@@ -1958,29 +1960,27 @@
|
|
|
1958
1960
|
"name": "*",
|
|
1959
1961
|
"declaration": {
|
|
1960
1962
|
"name": "*",
|
|
1961
|
-
"package": "./
|
|
1963
|
+
"package": "./logger"
|
|
1962
1964
|
}
|
|
1963
1965
|
}
|
|
1964
1966
|
]
|
|
1965
1967
|
},
|
|
1966
1968
|
{
|
|
1967
1969
|
"kind": "javascript-module",
|
|
1968
|
-
"path": "src/
|
|
1970
|
+
"path": "src/utils/logger.ts",
|
|
1969
1971
|
"declarations": [
|
|
1970
1972
|
{
|
|
1971
1973
|
"kind": "variable",
|
|
1972
|
-
"name": "
|
|
1973
|
-
"description": "A dependency injection token for the UUID interface.",
|
|
1974
|
-
"privacy": "public"
|
|
1974
|
+
"name": "logger"
|
|
1975
1975
|
}
|
|
1976
1976
|
],
|
|
1977
1977
|
"exports": [
|
|
1978
1978
|
{
|
|
1979
1979
|
"kind": "js",
|
|
1980
|
-
"name": "
|
|
1980
|
+
"name": "logger",
|
|
1981
1981
|
"declaration": {
|
|
1982
|
-
"name": "
|
|
1983
|
-
"module": "src/
|
|
1982
|
+
"name": "logger",
|
|
1983
|
+
"module": "src/utils/logger.ts"
|
|
1984
1984
|
}
|
|
1985
1985
|
}
|
|
1986
1986
|
]
|
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.195.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.
|
|
31
|
-
"@genesislcap/genx": "14.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.
|
|
33
|
-
"@genesislcap/ts-builder": "14.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
35
|
-
"@genesislcap/vite-builder": "14.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.195.0",
|
|
31
|
+
"@genesislcap/genx": "14.195.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.195.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.195.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.195.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.195.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.195.0",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.195.0",
|
|
41
41
|
"@microsoft/fast-components": "^2.30.6",
|
|
42
42
|
"@microsoft/fast-element": "^1.12.0",
|
|
43
43
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"customElements": "dist/custom-elements.json",
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "c2f60f537f6443a78be6237f3c4bc0f5f49f0262"
|
|
58
58
|
}
|