@genesislcap/foundation-utils 14.191.1 → 14.192.0-accessibility.2
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 +140 -140
- package/package.json +10 -10
|
@@ -159,109 +159,6 @@
|
|
|
159
159
|
}
|
|
160
160
|
]
|
|
161
161
|
},
|
|
162
|
-
{
|
|
163
|
-
"kind": "javascript-module",
|
|
164
|
-
"path": "src/decorators/index.ts",
|
|
165
|
-
"declarations": [],
|
|
166
|
-
"exports": [
|
|
167
|
-
{
|
|
168
|
-
"kind": "js",
|
|
169
|
-
"name": "*",
|
|
170
|
-
"declaration": {
|
|
171
|
-
"name": "*",
|
|
172
|
-
"package": "./renderOnChange"
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
]
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"kind": "javascript-module",
|
|
179
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
180
|
-
"declarations": [
|
|
181
|
-
{
|
|
182
|
-
"kind": "function",
|
|
183
|
-
"name": "renderOnChange",
|
|
184
|
-
"parameters": [
|
|
185
|
-
{
|
|
186
|
-
"name": "target",
|
|
187
|
-
"type": {
|
|
188
|
-
"text": "FASTElement & { render(): void }"
|
|
189
|
-
},
|
|
190
|
-
"description": "The target to define the property change handler on."
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"name": "name",
|
|
194
|
-
"type": {
|
|
195
|
-
"text": "string"
|
|
196
|
-
},
|
|
197
|
-
"description": "The property name."
|
|
198
|
-
}
|
|
199
|
-
],
|
|
200
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
201
|
-
"privacy": "public"
|
|
202
|
-
}
|
|
203
|
-
],
|
|
204
|
-
"exports": [
|
|
205
|
-
{
|
|
206
|
-
"kind": "js",
|
|
207
|
-
"name": "renderOnChange",
|
|
208
|
-
"declaration": {
|
|
209
|
-
"name": "renderOnChange",
|
|
210
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
]
|
|
214
|
-
},
|
|
215
|
-
{
|
|
216
|
-
"kind": "javascript-module",
|
|
217
|
-
"path": "src/design-system/design-system.ts",
|
|
218
|
-
"declarations": [
|
|
219
|
-
{
|
|
220
|
-
"kind": "function",
|
|
221
|
-
"name": "assureDesignSystem",
|
|
222
|
-
"return": {
|
|
223
|
-
"type": {
|
|
224
|
-
"text": "DesignSystemModule"
|
|
225
|
-
}
|
|
226
|
-
},
|
|
227
|
-
"parameters": [
|
|
228
|
-
{
|
|
229
|
-
"name": "module",
|
|
230
|
-
"type": {
|
|
231
|
-
"text": "DesignSystemModule"
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
],
|
|
235
|
-
"description": "assureDesignSystem.",
|
|
236
|
-
"privacy": "public"
|
|
237
|
-
}
|
|
238
|
-
],
|
|
239
|
-
"exports": [
|
|
240
|
-
{
|
|
241
|
-
"kind": "js",
|
|
242
|
-
"name": "assureDesignSystem",
|
|
243
|
-
"declaration": {
|
|
244
|
-
"name": "assureDesignSystem",
|
|
245
|
-
"module": "src/design-system/design-system.ts"
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
]
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
"kind": "javascript-module",
|
|
252
|
-
"path": "src/design-system/index.ts",
|
|
253
|
-
"declarations": [],
|
|
254
|
-
"exports": [
|
|
255
|
-
{
|
|
256
|
-
"kind": "js",
|
|
257
|
-
"name": "*",
|
|
258
|
-
"declaration": {
|
|
259
|
-
"name": "*",
|
|
260
|
-
"package": "./design-system"
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
|
-
]
|
|
264
|
-
},
|
|
265
162
|
{
|
|
266
163
|
"kind": "javascript-module",
|
|
267
164
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -460,6 +357,109 @@
|
|
|
460
357
|
}
|
|
461
358
|
]
|
|
462
359
|
},
|
|
360
|
+
{
|
|
361
|
+
"kind": "javascript-module",
|
|
362
|
+
"path": "src/design-system/design-system.ts",
|
|
363
|
+
"declarations": [
|
|
364
|
+
{
|
|
365
|
+
"kind": "function",
|
|
366
|
+
"name": "assureDesignSystem",
|
|
367
|
+
"return": {
|
|
368
|
+
"type": {
|
|
369
|
+
"text": "DesignSystemModule"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"parameters": [
|
|
373
|
+
{
|
|
374
|
+
"name": "module",
|
|
375
|
+
"type": {
|
|
376
|
+
"text": "DesignSystemModule"
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
],
|
|
380
|
+
"description": "assureDesignSystem.",
|
|
381
|
+
"privacy": "public"
|
|
382
|
+
}
|
|
383
|
+
],
|
|
384
|
+
"exports": [
|
|
385
|
+
{
|
|
386
|
+
"kind": "js",
|
|
387
|
+
"name": "assureDesignSystem",
|
|
388
|
+
"declaration": {
|
|
389
|
+
"name": "assureDesignSystem",
|
|
390
|
+
"module": "src/design-system/design-system.ts"
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
]
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"kind": "javascript-module",
|
|
397
|
+
"path": "src/design-system/index.ts",
|
|
398
|
+
"declarations": [],
|
|
399
|
+
"exports": [
|
|
400
|
+
{
|
|
401
|
+
"kind": "js",
|
|
402
|
+
"name": "*",
|
|
403
|
+
"declaration": {
|
|
404
|
+
"name": "*",
|
|
405
|
+
"package": "./design-system"
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
]
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"kind": "javascript-module",
|
|
412
|
+
"path": "src/decorators/index.ts",
|
|
413
|
+
"declarations": [],
|
|
414
|
+
"exports": [
|
|
415
|
+
{
|
|
416
|
+
"kind": "js",
|
|
417
|
+
"name": "*",
|
|
418
|
+
"declaration": {
|
|
419
|
+
"name": "*",
|
|
420
|
+
"package": "./renderOnChange"
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
]
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"kind": "javascript-module",
|
|
427
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
428
|
+
"declarations": [
|
|
429
|
+
{
|
|
430
|
+
"kind": "function",
|
|
431
|
+
"name": "renderOnChange",
|
|
432
|
+
"parameters": [
|
|
433
|
+
{
|
|
434
|
+
"name": "target",
|
|
435
|
+
"type": {
|
|
436
|
+
"text": "FASTElement & { render(): void }"
|
|
437
|
+
},
|
|
438
|
+
"description": "The target to define the property change handler on."
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"name": "name",
|
|
442
|
+
"type": {
|
|
443
|
+
"text": "string"
|
|
444
|
+
},
|
|
445
|
+
"description": "The property name."
|
|
446
|
+
}
|
|
447
|
+
],
|
|
448
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
449
|
+
"privacy": "public"
|
|
450
|
+
}
|
|
451
|
+
],
|
|
452
|
+
"exports": [
|
|
453
|
+
{
|
|
454
|
+
"kind": "js",
|
|
455
|
+
"name": "renderOnChange",
|
|
456
|
+
"declaration": {
|
|
457
|
+
"name": "renderOnChange",
|
|
458
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
]
|
|
462
|
+
},
|
|
463
463
|
{
|
|
464
464
|
"kind": "javascript-module",
|
|
465
465
|
"path": "src/directives/index.ts",
|
|
@@ -1948,43 +1948,6 @@
|
|
|
1948
1948
|
}
|
|
1949
1949
|
]
|
|
1950
1950
|
},
|
|
1951
|
-
{
|
|
1952
|
-
"kind": "javascript-module",
|
|
1953
|
-
"path": "src/uuid/index.ts",
|
|
1954
|
-
"declarations": [],
|
|
1955
|
-
"exports": [
|
|
1956
|
-
{
|
|
1957
|
-
"kind": "js",
|
|
1958
|
-
"name": "*",
|
|
1959
|
-
"declaration": {
|
|
1960
|
-
"name": "*",
|
|
1961
|
-
"package": "./uuid"
|
|
1962
|
-
}
|
|
1963
|
-
}
|
|
1964
|
-
]
|
|
1965
|
-
},
|
|
1966
|
-
{
|
|
1967
|
-
"kind": "javascript-module",
|
|
1968
|
-
"path": "src/uuid/uuid.ts",
|
|
1969
|
-
"declarations": [
|
|
1970
|
-
{
|
|
1971
|
-
"kind": "variable",
|
|
1972
|
-
"name": "UUID",
|
|
1973
|
-
"description": "A dependency injection token for the UUID interface.",
|
|
1974
|
-
"privacy": "public"
|
|
1975
|
-
}
|
|
1976
|
-
],
|
|
1977
|
-
"exports": [
|
|
1978
|
-
{
|
|
1979
|
-
"kind": "js",
|
|
1980
|
-
"name": "UUID",
|
|
1981
|
-
"declaration": {
|
|
1982
|
-
"name": "UUID",
|
|
1983
|
-
"module": "src/uuid/uuid.ts"
|
|
1984
|
-
}
|
|
1985
|
-
}
|
|
1986
|
-
]
|
|
1987
|
-
},
|
|
1988
1951
|
{
|
|
1989
1952
|
"kind": "javascript-module",
|
|
1990
1953
|
"path": "src/window/index.ts",
|
|
@@ -2133,6 +2096,43 @@
|
|
|
2133
2096
|
}
|
|
2134
2097
|
]
|
|
2135
2098
|
},
|
|
2099
|
+
{
|
|
2100
|
+
"kind": "javascript-module",
|
|
2101
|
+
"path": "src/uuid/index.ts",
|
|
2102
|
+
"declarations": [],
|
|
2103
|
+
"exports": [
|
|
2104
|
+
{
|
|
2105
|
+
"kind": "js",
|
|
2106
|
+
"name": "*",
|
|
2107
|
+
"declaration": {
|
|
2108
|
+
"name": "*",
|
|
2109
|
+
"package": "./uuid"
|
|
2110
|
+
}
|
|
2111
|
+
}
|
|
2112
|
+
]
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
"kind": "javascript-module",
|
|
2116
|
+
"path": "src/uuid/uuid.ts",
|
|
2117
|
+
"declarations": [
|
|
2118
|
+
{
|
|
2119
|
+
"kind": "variable",
|
|
2120
|
+
"name": "UUID",
|
|
2121
|
+
"description": "A dependency injection token for the UUID interface.",
|
|
2122
|
+
"privacy": "public"
|
|
2123
|
+
}
|
|
2124
|
+
],
|
|
2125
|
+
"exports": [
|
|
2126
|
+
{
|
|
2127
|
+
"kind": "js",
|
|
2128
|
+
"name": "UUID",
|
|
2129
|
+
"declaration": {
|
|
2130
|
+
"name": "UUID",
|
|
2131
|
+
"module": "src/uuid/uuid.ts"
|
|
2132
|
+
}
|
|
2133
|
+
}
|
|
2134
|
+
]
|
|
2135
|
+
},
|
|
2136
2136
|
{
|
|
2137
2137
|
"kind": "javascript-module",
|
|
2138
2138
|
"path": "src/directives/sync/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.192.0-accessibility.2",
|
|
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.192.0-accessibility.2",
|
|
31
|
+
"@genesislcap/genx": "14.192.0-accessibility.2",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.192.0-accessibility.2",
|
|
33
|
+
"@genesislcap/ts-builder": "14.192.0-accessibility.2",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.192.0-accessibility.2",
|
|
35
|
+
"@genesislcap/vite-builder": "14.192.0-accessibility.2",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.192.0-accessibility.2",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.192.0-accessibility.2",
|
|
41
41
|
"@microsoft/fast-components": "^2.30.6",
|
|
42
42
|
"@microsoft/fast-element": "^1.12.0",
|
|
43
43
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"customElements": "dist/custom-elements.json",
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "b127a4e9702b04ebed2f1428ce86c4f740d5de10"
|
|
58
58
|
}
|