@genesislcap/foundation-utils 14.24.1 → 14.24.2-alpha-1a5d656.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 +42 -42
- package/package.json +3 -3
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
},
|
|
336
336
|
{
|
|
337
337
|
"kind": "javascript-module",
|
|
338
|
-
"path": "src/
|
|
338
|
+
"path": "src/directives/index.ts",
|
|
339
339
|
"declarations": [],
|
|
340
340
|
"exports": [
|
|
341
341
|
{
|
|
@@ -343,45 +343,15 @@
|
|
|
343
343
|
"name": "*",
|
|
344
344
|
"declaration": {
|
|
345
345
|
"name": "*",
|
|
346
|
-
"package": "./
|
|
346
|
+
"package": "./sync"
|
|
347
347
|
}
|
|
348
|
-
}
|
|
349
|
-
]
|
|
350
|
-
},
|
|
351
|
-
{
|
|
352
|
-
"kind": "javascript-module",
|
|
353
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
354
|
-
"declarations": [
|
|
355
|
-
{
|
|
356
|
-
"kind": "function",
|
|
357
|
-
"name": "renderOnChange",
|
|
358
|
-
"parameters": [
|
|
359
|
-
{
|
|
360
|
-
"name": "target",
|
|
361
|
-
"type": {
|
|
362
|
-
"text": "FASTElement & { render(): void }"
|
|
363
|
-
},
|
|
364
|
-
"description": "The target to define the property change handler on."
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
"name": "name",
|
|
368
|
-
"type": {
|
|
369
|
-
"text": "string"
|
|
370
|
-
},
|
|
371
|
-
"description": "The property name."
|
|
372
|
-
}
|
|
373
|
-
],
|
|
374
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
375
|
-
"privacy": "public"
|
|
376
|
-
}
|
|
377
|
-
],
|
|
378
|
-
"exports": [
|
|
348
|
+
},
|
|
379
349
|
{
|
|
380
350
|
"kind": "js",
|
|
381
|
-
"name": "
|
|
351
|
+
"name": "*",
|
|
382
352
|
"declaration": {
|
|
383
|
-
"name": "
|
|
384
|
-
"
|
|
353
|
+
"name": "*",
|
|
354
|
+
"package": "./when-else"
|
|
385
355
|
}
|
|
386
356
|
}
|
|
387
357
|
]
|
|
@@ -437,7 +407,7 @@
|
|
|
437
407
|
},
|
|
438
408
|
{
|
|
439
409
|
"kind": "javascript-module",
|
|
440
|
-
"path": "src/
|
|
410
|
+
"path": "src/decorators/index.ts",
|
|
441
411
|
"declarations": [],
|
|
442
412
|
"exports": [
|
|
443
413
|
{
|
|
@@ -445,15 +415,45 @@
|
|
|
445
415
|
"name": "*",
|
|
446
416
|
"declaration": {
|
|
447
417
|
"name": "*",
|
|
448
|
-
"package": "./
|
|
418
|
+
"package": "./renderOnChange"
|
|
449
419
|
}
|
|
450
|
-
}
|
|
420
|
+
}
|
|
421
|
+
]
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"kind": "javascript-module",
|
|
425
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
426
|
+
"declarations": [
|
|
427
|
+
{
|
|
428
|
+
"kind": "function",
|
|
429
|
+
"name": "renderOnChange",
|
|
430
|
+
"parameters": [
|
|
431
|
+
{
|
|
432
|
+
"name": "target",
|
|
433
|
+
"type": {
|
|
434
|
+
"text": "FASTElement & { render(): void }"
|
|
435
|
+
},
|
|
436
|
+
"description": "The target to define the property change handler on."
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"name": "name",
|
|
440
|
+
"type": {
|
|
441
|
+
"text": "string"
|
|
442
|
+
},
|
|
443
|
+
"description": "The property name."
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
447
|
+
"privacy": "public"
|
|
448
|
+
}
|
|
449
|
+
],
|
|
450
|
+
"exports": [
|
|
451
451
|
{
|
|
452
452
|
"kind": "js",
|
|
453
|
-
"name": "
|
|
453
|
+
"name": "renderOnChange",
|
|
454
454
|
"declaration": {
|
|
455
|
-
"name": "
|
|
456
|
-
"
|
|
455
|
+
"name": "renderOnChange",
|
|
456
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
457
457
|
}
|
|
458
458
|
}
|
|
459
459
|
]
|
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.24.
|
|
4
|
+
"version": "14.24.2-alpha-1a5d656.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"test": "echo \"Error: no test specified\""
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@genesislcap/genx": "
|
|
27
|
+
"@genesislcap/genx": "14.24.2-alpha-1a5d656.0",
|
|
28
28
|
"@module-federation/dashboard-plugin": "2.3.0",
|
|
29
29
|
"@playwright/test": "^1.18.1",
|
|
30
30
|
"@types/node": "^16.4.3",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"access": "public"
|
|
79
79
|
},
|
|
80
80
|
"customElements": "dist/custom-elements.json",
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "92229173bfec02c431797fcf9c19ffe09f246754"
|
|
82
82
|
}
|