@genesislcap/foundation-utils 14.26.1 → 14.26.2-alpha-4e419a3.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 +59 -59
- package/package.json +3 -3
|
@@ -135,59 +135,6 @@
|
|
|
135
135
|
}
|
|
136
136
|
]
|
|
137
137
|
},
|
|
138
|
-
{
|
|
139
|
-
"kind": "javascript-module",
|
|
140
|
-
"path": "src/decorators/index.ts",
|
|
141
|
-
"declarations": [],
|
|
142
|
-
"exports": [
|
|
143
|
-
{
|
|
144
|
-
"kind": "js",
|
|
145
|
-
"name": "*",
|
|
146
|
-
"declaration": {
|
|
147
|
-
"name": "*",
|
|
148
|
-
"package": "./renderOnChange"
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
]
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"kind": "javascript-module",
|
|
155
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
156
|
-
"declarations": [
|
|
157
|
-
{
|
|
158
|
-
"kind": "function",
|
|
159
|
-
"name": "renderOnChange",
|
|
160
|
-
"parameters": [
|
|
161
|
-
{
|
|
162
|
-
"name": "target",
|
|
163
|
-
"type": {
|
|
164
|
-
"text": "FASTElement & { render(): void }"
|
|
165
|
-
},
|
|
166
|
-
"description": "The target to define the property change handler on."
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"name": "name",
|
|
170
|
-
"type": {
|
|
171
|
-
"text": "string"
|
|
172
|
-
},
|
|
173
|
-
"description": "The property name."
|
|
174
|
-
}
|
|
175
|
-
],
|
|
176
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
177
|
-
"privacy": "public"
|
|
178
|
-
}
|
|
179
|
-
],
|
|
180
|
-
"exports": [
|
|
181
|
-
{
|
|
182
|
-
"kind": "js",
|
|
183
|
-
"name": "renderOnChange",
|
|
184
|
-
"declaration": {
|
|
185
|
-
"name": "renderOnChange",
|
|
186
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
]
|
|
190
|
-
},
|
|
191
138
|
{
|
|
192
139
|
"kind": "javascript-module",
|
|
193
140
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -388,7 +335,7 @@
|
|
|
388
335
|
},
|
|
389
336
|
{
|
|
390
337
|
"kind": "javascript-module",
|
|
391
|
-
"path": "src/
|
|
338
|
+
"path": "src/decorators/index.ts",
|
|
392
339
|
"declarations": [],
|
|
393
340
|
"exports": [
|
|
394
341
|
{
|
|
@@ -396,15 +343,45 @@
|
|
|
396
343
|
"name": "*",
|
|
397
344
|
"declaration": {
|
|
398
345
|
"name": "*",
|
|
399
|
-
"package": "./
|
|
346
|
+
"package": "./renderOnChange"
|
|
400
347
|
}
|
|
401
|
-
}
|
|
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": [
|
|
402
379
|
{
|
|
403
380
|
"kind": "js",
|
|
404
|
-
"name": "
|
|
381
|
+
"name": "renderOnChange",
|
|
405
382
|
"declaration": {
|
|
406
|
-
"name": "
|
|
407
|
-
"
|
|
383
|
+
"name": "renderOnChange",
|
|
384
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
408
385
|
}
|
|
409
386
|
}
|
|
410
387
|
]
|
|
@@ -458,6 +435,29 @@
|
|
|
458
435
|
}
|
|
459
436
|
]
|
|
460
437
|
},
|
|
438
|
+
{
|
|
439
|
+
"kind": "javascript-module",
|
|
440
|
+
"path": "src/directives/index.ts",
|
|
441
|
+
"declarations": [],
|
|
442
|
+
"exports": [
|
|
443
|
+
{
|
|
444
|
+
"kind": "js",
|
|
445
|
+
"name": "*",
|
|
446
|
+
"declaration": {
|
|
447
|
+
"name": "*",
|
|
448
|
+
"package": "./sync"
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"kind": "js",
|
|
453
|
+
"name": "*",
|
|
454
|
+
"declaration": {
|
|
455
|
+
"name": "*",
|
|
456
|
+
"package": "./when-else"
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
]
|
|
460
|
+
},
|
|
461
461
|
{
|
|
462
462
|
"kind": "javascript-module",
|
|
463
463
|
"path": "src/env/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.26.
|
|
4
|
+
"version": "14.26.2-alpha-4e419a3.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"serve": "genx serve"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@genesislcap/genx": "
|
|
26
|
+
"@genesislcap/genx": "14.26.2-alpha-4e419a3.0",
|
|
27
27
|
"@playwright/test": "^1.18.1",
|
|
28
28
|
"@types/node": "^16.4.3",
|
|
29
29
|
"analytics": "^0.8.0",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
55
|
"customElements": "dist/custom-elements.json",
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "afa2fcb0f7401b895199d5319ded5b1462b2a2d3"
|
|
57
57
|
}
|