@genesislcap/foundation-utils 14.211.4 → 14.211.6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +103 -103
- package/package.json +11 -11
@@ -365,109 +365,6 @@
|
|
365
365
|
}
|
366
366
|
]
|
367
367
|
},
|
368
|
-
{
|
369
|
-
"kind": "javascript-module",
|
370
|
-
"path": "src/decorators/index.ts",
|
371
|
-
"declarations": [],
|
372
|
-
"exports": [
|
373
|
-
{
|
374
|
-
"kind": "js",
|
375
|
-
"name": "*",
|
376
|
-
"declaration": {
|
377
|
-
"name": "*",
|
378
|
-
"package": "./renderOnChange"
|
379
|
-
}
|
380
|
-
}
|
381
|
-
]
|
382
|
-
},
|
383
|
-
{
|
384
|
-
"kind": "javascript-module",
|
385
|
-
"path": "src/decorators/renderOnChange.ts",
|
386
|
-
"declarations": [
|
387
|
-
{
|
388
|
-
"kind": "function",
|
389
|
-
"name": "renderOnChange",
|
390
|
-
"parameters": [
|
391
|
-
{
|
392
|
-
"name": "target",
|
393
|
-
"type": {
|
394
|
-
"text": "FASTElement & { render(): void }"
|
395
|
-
},
|
396
|
-
"description": "The target to define the property change handler on."
|
397
|
-
},
|
398
|
-
{
|
399
|
-
"name": "name",
|
400
|
-
"type": {
|
401
|
-
"text": "string"
|
402
|
-
},
|
403
|
-
"description": "The property name."
|
404
|
-
}
|
405
|
-
],
|
406
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
407
|
-
"privacy": "public"
|
408
|
-
}
|
409
|
-
],
|
410
|
-
"exports": [
|
411
|
-
{
|
412
|
-
"kind": "js",
|
413
|
-
"name": "renderOnChange",
|
414
|
-
"declaration": {
|
415
|
-
"name": "renderOnChange",
|
416
|
-
"module": "src/decorators/renderOnChange.ts"
|
417
|
-
}
|
418
|
-
}
|
419
|
-
]
|
420
|
-
},
|
421
|
-
{
|
422
|
-
"kind": "javascript-module",
|
423
|
-
"path": "src/design-system/design-system.ts",
|
424
|
-
"declarations": [
|
425
|
-
{
|
426
|
-
"kind": "function",
|
427
|
-
"name": "assureDesignSystem",
|
428
|
-
"return": {
|
429
|
-
"type": {
|
430
|
-
"text": "DesignSystemModule"
|
431
|
-
}
|
432
|
-
},
|
433
|
-
"parameters": [
|
434
|
-
{
|
435
|
-
"name": "module",
|
436
|
-
"type": {
|
437
|
-
"text": "DesignSystemModule"
|
438
|
-
}
|
439
|
-
}
|
440
|
-
],
|
441
|
-
"description": "assureDesignSystem.",
|
442
|
-
"privacy": "public"
|
443
|
-
}
|
444
|
-
],
|
445
|
-
"exports": [
|
446
|
-
{
|
447
|
-
"kind": "js",
|
448
|
-
"name": "assureDesignSystem",
|
449
|
-
"declaration": {
|
450
|
-
"name": "assureDesignSystem",
|
451
|
-
"module": "src/design-system/design-system.ts"
|
452
|
-
}
|
453
|
-
}
|
454
|
-
]
|
455
|
-
},
|
456
|
-
{
|
457
|
-
"kind": "javascript-module",
|
458
|
-
"path": "src/design-system/index.ts",
|
459
|
-
"declarations": [],
|
460
|
-
"exports": [
|
461
|
-
{
|
462
|
-
"kind": "js",
|
463
|
-
"name": "*",
|
464
|
-
"declaration": {
|
465
|
-
"name": "*",
|
466
|
-
"package": "./design-system"
|
467
|
-
}
|
468
|
-
}
|
469
|
-
]
|
470
|
-
},
|
471
368
|
{
|
472
369
|
"kind": "javascript-module",
|
473
370
|
"path": "src/directives/index.ts",
|
@@ -1213,6 +1110,109 @@
|
|
1213
1110
|
}
|
1214
1111
|
]
|
1215
1112
|
},
|
1113
|
+
{
|
1114
|
+
"kind": "javascript-module",
|
1115
|
+
"path": "src/decorators/index.ts",
|
1116
|
+
"declarations": [],
|
1117
|
+
"exports": [
|
1118
|
+
{
|
1119
|
+
"kind": "js",
|
1120
|
+
"name": "*",
|
1121
|
+
"declaration": {
|
1122
|
+
"name": "*",
|
1123
|
+
"package": "./renderOnChange"
|
1124
|
+
}
|
1125
|
+
}
|
1126
|
+
]
|
1127
|
+
},
|
1128
|
+
{
|
1129
|
+
"kind": "javascript-module",
|
1130
|
+
"path": "src/decorators/renderOnChange.ts",
|
1131
|
+
"declarations": [
|
1132
|
+
{
|
1133
|
+
"kind": "function",
|
1134
|
+
"name": "renderOnChange",
|
1135
|
+
"parameters": [
|
1136
|
+
{
|
1137
|
+
"name": "target",
|
1138
|
+
"type": {
|
1139
|
+
"text": "FASTElement & { render(): void }"
|
1140
|
+
},
|
1141
|
+
"description": "The target to define the property change handler on."
|
1142
|
+
},
|
1143
|
+
{
|
1144
|
+
"name": "name",
|
1145
|
+
"type": {
|
1146
|
+
"text": "string"
|
1147
|
+
},
|
1148
|
+
"description": "The property name."
|
1149
|
+
}
|
1150
|
+
],
|
1151
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
1152
|
+
"privacy": "public"
|
1153
|
+
}
|
1154
|
+
],
|
1155
|
+
"exports": [
|
1156
|
+
{
|
1157
|
+
"kind": "js",
|
1158
|
+
"name": "renderOnChange",
|
1159
|
+
"declaration": {
|
1160
|
+
"name": "renderOnChange",
|
1161
|
+
"module": "src/decorators/renderOnChange.ts"
|
1162
|
+
}
|
1163
|
+
}
|
1164
|
+
]
|
1165
|
+
},
|
1166
|
+
{
|
1167
|
+
"kind": "javascript-module",
|
1168
|
+
"path": "src/design-system/design-system.ts",
|
1169
|
+
"declarations": [
|
1170
|
+
{
|
1171
|
+
"kind": "function",
|
1172
|
+
"name": "assureDesignSystem",
|
1173
|
+
"return": {
|
1174
|
+
"type": {
|
1175
|
+
"text": "DesignSystemModule"
|
1176
|
+
}
|
1177
|
+
},
|
1178
|
+
"parameters": [
|
1179
|
+
{
|
1180
|
+
"name": "module",
|
1181
|
+
"type": {
|
1182
|
+
"text": "DesignSystemModule"
|
1183
|
+
}
|
1184
|
+
}
|
1185
|
+
],
|
1186
|
+
"description": "assureDesignSystem.",
|
1187
|
+
"privacy": "public"
|
1188
|
+
}
|
1189
|
+
],
|
1190
|
+
"exports": [
|
1191
|
+
{
|
1192
|
+
"kind": "js",
|
1193
|
+
"name": "assureDesignSystem",
|
1194
|
+
"declaration": {
|
1195
|
+
"name": "assureDesignSystem",
|
1196
|
+
"module": "src/design-system/design-system.ts"
|
1197
|
+
}
|
1198
|
+
}
|
1199
|
+
]
|
1200
|
+
},
|
1201
|
+
{
|
1202
|
+
"kind": "javascript-module",
|
1203
|
+
"path": "src/design-system/index.ts",
|
1204
|
+
"declarations": [],
|
1205
|
+
"exports": [
|
1206
|
+
{
|
1207
|
+
"kind": "js",
|
1208
|
+
"name": "*",
|
1209
|
+
"declaration": {
|
1210
|
+
"name": "*",
|
1211
|
+
"package": "./design-system"
|
1212
|
+
}
|
1213
|
+
}
|
1214
|
+
]
|
1215
|
+
},
|
1216
1216
|
{
|
1217
1217
|
"kind": "javascript-module",
|
1218
1218
|
"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.211.
|
4
|
+
"version": "14.211.6",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -27,20 +27,20 @@
|
|
27
27
|
}
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
|
-
"@genesislcap/foundation-testing": "14.211.
|
31
|
-
"@genesislcap/genx": "14.211.
|
32
|
-
"@genesislcap/rollup-builder": "14.211.
|
33
|
-
"@genesislcap/ts-builder": "14.211.
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.211.
|
35
|
-
"@genesislcap/vite-builder": "14.211.
|
36
|
-
"@genesislcap/webpack-builder": "14.211.
|
30
|
+
"@genesislcap/foundation-testing": "14.211.6",
|
31
|
+
"@genesislcap/genx": "14.211.6",
|
32
|
+
"@genesislcap/rollup-builder": "14.211.6",
|
33
|
+
"@genesislcap/ts-builder": "14.211.6",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.211.6",
|
35
|
+
"@genesislcap/vite-builder": "14.211.6",
|
36
|
+
"@genesislcap/webpack-builder": "14.211.6",
|
37
37
|
"rimraf": "^5.0.0"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/foundation-logger": "14.211.
|
40
|
+
"@genesislcap/foundation-logger": "14.211.6",
|
41
41
|
"@microsoft/fast-components": "^2.30.6",
|
42
42
|
"@microsoft/fast-element": "^1.12.0",
|
43
|
-
"@microsoft/fast-foundation": "
|
43
|
+
"@microsoft/fast-foundation": "2.49.6",
|
44
44
|
"lossless-json": "^2.0.11",
|
45
45
|
"numeral": "2.0.6",
|
46
46
|
"tslib": "^2.3.1",
|
@@ -55,5 +55,5 @@
|
|
55
55
|
"access": "public"
|
56
56
|
},
|
57
57
|
"customElements": "dist/custom-elements.json",
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "f482b5a253497e80e26493592189fdbc1760c439"
|
59
59
|
}
|