@genesislcap/foundation-utils 14.29.1 → 14.30.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 +125 -125
- package/package.json +3 -3
|
@@ -135,6 +135,131 @@
|
|
|
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
|
+
{
|
|
192
|
+
"kind": "javascript-module",
|
|
193
|
+
"path": "src/design-system/design-system.ts",
|
|
194
|
+
"declarations": [
|
|
195
|
+
{
|
|
196
|
+
"kind": "function",
|
|
197
|
+
"name": "assureDesignSystem",
|
|
198
|
+
"return": {
|
|
199
|
+
"type": {
|
|
200
|
+
"text": "DesignSystemModule"
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
"parameters": [
|
|
204
|
+
{
|
|
205
|
+
"name": "module",
|
|
206
|
+
"type": {
|
|
207
|
+
"text": "DesignSystemModule"
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
],
|
|
211
|
+
"privacy": "public"
|
|
212
|
+
}
|
|
213
|
+
],
|
|
214
|
+
"exports": [
|
|
215
|
+
{
|
|
216
|
+
"kind": "js",
|
|
217
|
+
"name": "assureDesignSystem",
|
|
218
|
+
"declaration": {
|
|
219
|
+
"name": "assureDesignSystem",
|
|
220
|
+
"module": "src/design-system/design-system.ts"
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
]
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"kind": "javascript-module",
|
|
227
|
+
"path": "src/design-system/index.ts",
|
|
228
|
+
"declarations": [],
|
|
229
|
+
"exports": [
|
|
230
|
+
{
|
|
231
|
+
"kind": "js",
|
|
232
|
+
"name": "*",
|
|
233
|
+
"declaration": {
|
|
234
|
+
"name": "*",
|
|
235
|
+
"package": "./design-system"
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
]
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"kind": "javascript-module",
|
|
242
|
+
"path": "src/directives/index.ts",
|
|
243
|
+
"declarations": [],
|
|
244
|
+
"exports": [
|
|
245
|
+
{
|
|
246
|
+
"kind": "js",
|
|
247
|
+
"name": "*",
|
|
248
|
+
"declaration": {
|
|
249
|
+
"name": "*",
|
|
250
|
+
"package": "./sync"
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"kind": "js",
|
|
255
|
+
"name": "*",
|
|
256
|
+
"declaration": {
|
|
257
|
+
"name": "*",
|
|
258
|
+
"package": "./when-else"
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
]
|
|
262
|
+
},
|
|
138
263
|
{
|
|
139
264
|
"kind": "javascript-module",
|
|
140
265
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -333,131 +458,6 @@
|
|
|
333
458
|
}
|
|
334
459
|
]
|
|
335
460
|
},
|
|
336
|
-
{
|
|
337
|
-
"kind": "javascript-module",
|
|
338
|
-
"path": "src/design-system/design-system.ts",
|
|
339
|
-
"declarations": [
|
|
340
|
-
{
|
|
341
|
-
"kind": "function",
|
|
342
|
-
"name": "assureDesignSystem",
|
|
343
|
-
"return": {
|
|
344
|
-
"type": {
|
|
345
|
-
"text": "DesignSystemModule"
|
|
346
|
-
}
|
|
347
|
-
},
|
|
348
|
-
"parameters": [
|
|
349
|
-
{
|
|
350
|
-
"name": "module",
|
|
351
|
-
"type": {
|
|
352
|
-
"text": "DesignSystemModule"
|
|
353
|
-
}
|
|
354
|
-
}
|
|
355
|
-
],
|
|
356
|
-
"privacy": "public"
|
|
357
|
-
}
|
|
358
|
-
],
|
|
359
|
-
"exports": [
|
|
360
|
-
{
|
|
361
|
-
"kind": "js",
|
|
362
|
-
"name": "assureDesignSystem",
|
|
363
|
-
"declaration": {
|
|
364
|
-
"name": "assureDesignSystem",
|
|
365
|
-
"module": "src/design-system/design-system.ts"
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
]
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"kind": "javascript-module",
|
|
372
|
-
"path": "src/design-system/index.ts",
|
|
373
|
-
"declarations": [],
|
|
374
|
-
"exports": [
|
|
375
|
-
{
|
|
376
|
-
"kind": "js",
|
|
377
|
-
"name": "*",
|
|
378
|
-
"declaration": {
|
|
379
|
-
"name": "*",
|
|
380
|
-
"package": "./design-system"
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
]
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
"kind": "javascript-module",
|
|
387
|
-
"path": "src/directives/index.ts",
|
|
388
|
-
"declarations": [],
|
|
389
|
-
"exports": [
|
|
390
|
-
{
|
|
391
|
-
"kind": "js",
|
|
392
|
-
"name": "*",
|
|
393
|
-
"declaration": {
|
|
394
|
-
"name": "*",
|
|
395
|
-
"package": "./sync"
|
|
396
|
-
}
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"kind": "js",
|
|
400
|
-
"name": "*",
|
|
401
|
-
"declaration": {
|
|
402
|
-
"name": "*",
|
|
403
|
-
"package": "./when-else"
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
]
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
"kind": "javascript-module",
|
|
410
|
-
"path": "src/decorators/index.ts",
|
|
411
|
-
"declarations": [],
|
|
412
|
-
"exports": [
|
|
413
|
-
{
|
|
414
|
-
"kind": "js",
|
|
415
|
-
"name": "*",
|
|
416
|
-
"declaration": {
|
|
417
|
-
"name": "*",
|
|
418
|
-
"package": "./renderOnChange"
|
|
419
|
-
}
|
|
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
|
-
{
|
|
452
|
-
"kind": "js",
|
|
453
|
-
"name": "renderOnChange",
|
|
454
|
-
"declaration": {
|
|
455
|
-
"name": "renderOnChange",
|
|
456
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
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.
|
|
4
|
+
"version": "14.30.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": "^14.
|
|
26
|
+
"@genesislcap/genx": "^14.30.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": "6467af657a0914c12f62458d65090948c2bfc010"
|
|
57
57
|
}
|