@genesislcap/foundation-utils 14.204.1 → 14.205.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +147 -147
- package/package.json +10 -10
@@ -167,59 +167,6 @@
|
|
167
167
|
}
|
168
168
|
]
|
169
169
|
},
|
170
|
-
{
|
171
|
-
"kind": "javascript-module",
|
172
|
-
"path": "src/decorators/index.ts",
|
173
|
-
"declarations": [],
|
174
|
-
"exports": [
|
175
|
-
{
|
176
|
-
"kind": "js",
|
177
|
-
"name": "*",
|
178
|
-
"declaration": {
|
179
|
-
"name": "*",
|
180
|
-
"package": "./renderOnChange"
|
181
|
-
}
|
182
|
-
}
|
183
|
-
]
|
184
|
-
},
|
185
|
-
{
|
186
|
-
"kind": "javascript-module",
|
187
|
-
"path": "src/decorators/renderOnChange.ts",
|
188
|
-
"declarations": [
|
189
|
-
{
|
190
|
-
"kind": "function",
|
191
|
-
"name": "renderOnChange",
|
192
|
-
"parameters": [
|
193
|
-
{
|
194
|
-
"name": "target",
|
195
|
-
"type": {
|
196
|
-
"text": "FASTElement & { render(): void }"
|
197
|
-
},
|
198
|
-
"description": "The target to define the property change handler on."
|
199
|
-
},
|
200
|
-
{
|
201
|
-
"name": "name",
|
202
|
-
"type": {
|
203
|
-
"text": "string"
|
204
|
-
},
|
205
|
-
"description": "The property name."
|
206
|
-
}
|
207
|
-
],
|
208
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
209
|
-
"privacy": "public"
|
210
|
-
}
|
211
|
-
],
|
212
|
-
"exports": [
|
213
|
-
{
|
214
|
-
"kind": "js",
|
215
|
-
"name": "renderOnChange",
|
216
|
-
"declaration": {
|
217
|
-
"name": "renderOnChange",
|
218
|
-
"module": "src/decorators/renderOnChange.ts"
|
219
|
-
}
|
220
|
-
}
|
221
|
-
]
|
222
|
-
},
|
223
170
|
{
|
224
171
|
"kind": "javascript-module",
|
225
172
|
"path": "src/data/inMemoryDatabase.ts",
|
@@ -443,50 +390,53 @@
|
|
443
390
|
},
|
444
391
|
{
|
445
392
|
"kind": "javascript-module",
|
446
|
-
"path": "src/
|
393
|
+
"path": "src/decorators/index.ts",
|
394
|
+
"declarations": [],
|
395
|
+
"exports": [
|
396
|
+
{
|
397
|
+
"kind": "js",
|
398
|
+
"name": "*",
|
399
|
+
"declaration": {
|
400
|
+
"name": "*",
|
401
|
+
"package": "./renderOnChange"
|
402
|
+
}
|
403
|
+
}
|
404
|
+
]
|
405
|
+
},
|
406
|
+
{
|
407
|
+
"kind": "javascript-module",
|
408
|
+
"path": "src/decorators/renderOnChange.ts",
|
447
409
|
"declarations": [
|
448
410
|
{
|
449
411
|
"kind": "function",
|
450
|
-
"name": "
|
451
|
-
"return": {
|
452
|
-
"type": {
|
453
|
-
"text": "DesignSystemModule"
|
454
|
-
}
|
455
|
-
},
|
412
|
+
"name": "renderOnChange",
|
456
413
|
"parameters": [
|
457
414
|
{
|
458
|
-
"name": "
|
415
|
+
"name": "target",
|
459
416
|
"type": {
|
460
|
-
"text": "
|
461
|
-
}
|
417
|
+
"text": "FASTElement & { render(): void }"
|
418
|
+
},
|
419
|
+
"description": "The target to define the property change handler on."
|
420
|
+
},
|
421
|
+
{
|
422
|
+
"name": "name",
|
423
|
+
"type": {
|
424
|
+
"text": "string"
|
425
|
+
},
|
426
|
+
"description": "The property name."
|
462
427
|
}
|
463
428
|
],
|
464
|
-
"description": "
|
429
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
465
430
|
"privacy": "public"
|
466
431
|
}
|
467
432
|
],
|
468
433
|
"exports": [
|
469
434
|
{
|
470
435
|
"kind": "js",
|
471
|
-
"name": "
|
472
|
-
"declaration": {
|
473
|
-
"name": "assureDesignSystem",
|
474
|
-
"module": "src/design-system/design-system.ts"
|
475
|
-
}
|
476
|
-
}
|
477
|
-
]
|
478
|
-
},
|
479
|
-
{
|
480
|
-
"kind": "javascript-module",
|
481
|
-
"path": "src/design-system/index.ts",
|
482
|
-
"declarations": [],
|
483
|
-
"exports": [
|
484
|
-
{
|
485
|
-
"kind": "js",
|
486
|
-
"name": "*",
|
436
|
+
"name": "renderOnChange",
|
487
437
|
"declaration": {
|
488
|
-
"name": "
|
489
|
-
"
|
438
|
+
"name": "renderOnChange",
|
439
|
+
"module": "src/decorators/renderOnChange.ts"
|
490
440
|
}
|
491
441
|
}
|
492
442
|
]
|
@@ -928,6 +878,56 @@
|
|
928
878
|
}
|
929
879
|
]
|
930
880
|
},
|
881
|
+
{
|
882
|
+
"kind": "javascript-module",
|
883
|
+
"path": "src/design-system/design-system.ts",
|
884
|
+
"declarations": [
|
885
|
+
{
|
886
|
+
"kind": "function",
|
887
|
+
"name": "assureDesignSystem",
|
888
|
+
"return": {
|
889
|
+
"type": {
|
890
|
+
"text": "DesignSystemModule"
|
891
|
+
}
|
892
|
+
},
|
893
|
+
"parameters": [
|
894
|
+
{
|
895
|
+
"name": "module",
|
896
|
+
"type": {
|
897
|
+
"text": "DesignSystemModule"
|
898
|
+
}
|
899
|
+
}
|
900
|
+
],
|
901
|
+
"description": "assureDesignSystem.",
|
902
|
+
"privacy": "public"
|
903
|
+
}
|
904
|
+
],
|
905
|
+
"exports": [
|
906
|
+
{
|
907
|
+
"kind": "js",
|
908
|
+
"name": "assureDesignSystem",
|
909
|
+
"declaration": {
|
910
|
+
"name": "assureDesignSystem",
|
911
|
+
"module": "src/design-system/design-system.ts"
|
912
|
+
}
|
913
|
+
}
|
914
|
+
]
|
915
|
+
},
|
916
|
+
{
|
917
|
+
"kind": "javascript-module",
|
918
|
+
"path": "src/design-system/index.ts",
|
919
|
+
"declarations": [],
|
920
|
+
"exports": [
|
921
|
+
{
|
922
|
+
"kind": "js",
|
923
|
+
"name": "*",
|
924
|
+
"declaration": {
|
925
|
+
"name": "*",
|
926
|
+
"package": "./design-system"
|
927
|
+
}
|
928
|
+
}
|
929
|
+
]
|
930
|
+
},
|
931
931
|
{
|
932
932
|
"kind": "javascript-module",
|
933
933
|
"path": "src/formatters/datetime.ts",
|
@@ -2305,71 +2305,6 @@
|
|
2305
2305
|
}
|
2306
2306
|
]
|
2307
2307
|
},
|
2308
|
-
{
|
2309
|
-
"kind": "javascript-module",
|
2310
|
-
"path": "src/directives/when-else/index.ts",
|
2311
|
-
"declarations": [],
|
2312
|
-
"exports": [
|
2313
|
-
{
|
2314
|
-
"kind": "js",
|
2315
|
-
"name": "*",
|
2316
|
-
"declaration": {
|
2317
|
-
"name": "*",
|
2318
|
-
"package": "./when-else"
|
2319
|
-
}
|
2320
|
-
}
|
2321
|
-
]
|
2322
|
-
},
|
2323
|
-
{
|
2324
|
-
"kind": "javascript-module",
|
2325
|
-
"path": "src/directives/when-else/when-else.ts",
|
2326
|
-
"declarations": [
|
2327
|
-
{
|
2328
|
-
"kind": "function",
|
2329
|
-
"name": "whenElse",
|
2330
|
-
"return": {
|
2331
|
-
"type": {
|
2332
|
-
"text": "CaptureType<TSource>"
|
2333
|
-
}
|
2334
|
-
},
|
2335
|
-
"parameters": [
|
2336
|
-
{
|
2337
|
-
"name": "binding",
|
2338
|
-
"type": {
|
2339
|
-
"text": "Binding<TSource, TReturn>"
|
2340
|
-
},
|
2341
|
-
"description": "The condition to test for rendering."
|
2342
|
-
},
|
2343
|
-
{
|
2344
|
-
"name": "trueTemplateOrTemplateBinding",
|
2345
|
-
"type": {
|
2346
|
-
"text": "WhenTemplate<TSource>"
|
2347
|
-
},
|
2348
|
-
"description": "The template or a binding that gets the template to render when the condition is true."
|
2349
|
-
},
|
2350
|
-
{
|
2351
|
-
"name": "falseTemplateOrTemplateBinding",
|
2352
|
-
"type": {
|
2353
|
-
"text": "WhenTemplate<TSource>"
|
2354
|
-
},
|
2355
|
-
"description": "The template or a binding that gets the template to render when the condition is false."
|
2356
|
-
}
|
2357
|
-
],
|
2358
|
-
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
2359
|
-
"privacy": "public"
|
2360
|
-
}
|
2361
|
-
],
|
2362
|
-
"exports": [
|
2363
|
-
{
|
2364
|
-
"kind": "js",
|
2365
|
-
"name": "whenElse",
|
2366
|
-
"declaration": {
|
2367
|
-
"name": "whenElse",
|
2368
|
-
"module": "src/directives/when-else/when-else.ts"
|
2369
|
-
}
|
2370
|
-
}
|
2371
|
-
]
|
2372
|
-
},
|
2373
2308
|
{
|
2374
2309
|
"kind": "javascript-module",
|
2375
2310
|
"path": "src/mappers/dto/index.ts",
|
@@ -2470,6 +2405,71 @@
|
|
2470
2405
|
"declarations": [],
|
2471
2406
|
"exports": []
|
2472
2407
|
},
|
2408
|
+
{
|
2409
|
+
"kind": "javascript-module",
|
2410
|
+
"path": "src/directives/when-else/index.ts",
|
2411
|
+
"declarations": [],
|
2412
|
+
"exports": [
|
2413
|
+
{
|
2414
|
+
"kind": "js",
|
2415
|
+
"name": "*",
|
2416
|
+
"declaration": {
|
2417
|
+
"name": "*",
|
2418
|
+
"package": "./when-else"
|
2419
|
+
}
|
2420
|
+
}
|
2421
|
+
]
|
2422
|
+
},
|
2423
|
+
{
|
2424
|
+
"kind": "javascript-module",
|
2425
|
+
"path": "src/directives/when-else/when-else.ts",
|
2426
|
+
"declarations": [
|
2427
|
+
{
|
2428
|
+
"kind": "function",
|
2429
|
+
"name": "whenElse",
|
2430
|
+
"return": {
|
2431
|
+
"type": {
|
2432
|
+
"text": "CaptureType<TSource>"
|
2433
|
+
}
|
2434
|
+
},
|
2435
|
+
"parameters": [
|
2436
|
+
{
|
2437
|
+
"name": "binding",
|
2438
|
+
"type": {
|
2439
|
+
"text": "Binding<TSource, TReturn>"
|
2440
|
+
},
|
2441
|
+
"description": "The condition to test for rendering."
|
2442
|
+
},
|
2443
|
+
{
|
2444
|
+
"name": "trueTemplateOrTemplateBinding",
|
2445
|
+
"type": {
|
2446
|
+
"text": "WhenTemplate<TSource>"
|
2447
|
+
},
|
2448
|
+
"description": "The template or a binding that gets the template to render when the condition is true."
|
2449
|
+
},
|
2450
|
+
{
|
2451
|
+
"name": "falseTemplateOrTemplateBinding",
|
2452
|
+
"type": {
|
2453
|
+
"text": "WhenTemplate<TSource>"
|
2454
|
+
},
|
2455
|
+
"description": "The template or a binding that gets the template to render when the condition is false."
|
2456
|
+
}
|
2457
|
+
],
|
2458
|
+
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
2459
|
+
"privacy": "public"
|
2460
|
+
}
|
2461
|
+
],
|
2462
|
+
"exports": [
|
2463
|
+
{
|
2464
|
+
"kind": "js",
|
2465
|
+
"name": "whenElse",
|
2466
|
+
"declaration": {
|
2467
|
+
"name": "whenElse",
|
2468
|
+
"module": "src/directives/when-else/when-else.ts"
|
2469
|
+
}
|
2470
|
+
}
|
2471
|
+
]
|
2472
|
+
},
|
2473
2473
|
{
|
2474
2474
|
"kind": "javascript-module",
|
2475
2475
|
"path": "src/mixins/lifecycle/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.205.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.205.0",
|
31
|
+
"@genesislcap/genx": "14.205.0",
|
32
|
+
"@genesislcap/rollup-builder": "14.205.0",
|
33
|
+
"@genesislcap/ts-builder": "14.205.0",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.205.0",
|
35
|
+
"@genesislcap/vite-builder": "14.205.0",
|
36
|
+
"@genesislcap/webpack-builder": "14.205.0",
|
37
37
|
"rimraf": "^5.0.0"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/foundation-logger": "14.
|
40
|
+
"@genesislcap/foundation-logger": "14.205.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",
|
@@ -55,5 +55,5 @@
|
|
55
55
|
"access": "public"
|
56
56
|
},
|
57
57
|
"customElements": "dist/custom-elements.json",
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "2fe6ad833270c5eaf6188b0dff23f1db1496ff7f"
|
59
59
|
}
|