@genesislcap/foundation-utils 15.3.1 → 15.3.2-FUI-2571-formatters.1
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 +315 -315
- package/package.json +11 -11
|
@@ -209,6 +209,246 @@
|
|
|
209
209
|
}
|
|
210
210
|
]
|
|
211
211
|
},
|
|
212
|
+
{
|
|
213
|
+
"kind": "javascript-module",
|
|
214
|
+
"path": "src/design-system/design-system.ts",
|
|
215
|
+
"declarations": [
|
|
216
|
+
{
|
|
217
|
+
"kind": "function",
|
|
218
|
+
"name": "assureDesignSystem",
|
|
219
|
+
"return": {
|
|
220
|
+
"type": {
|
|
221
|
+
"text": "DesignSystemModule"
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"parameters": [
|
|
225
|
+
{
|
|
226
|
+
"name": "module",
|
|
227
|
+
"type": {
|
|
228
|
+
"text": "DesignSystemModule"
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
],
|
|
232
|
+
"description": "assureDesignSystem.",
|
|
233
|
+
"privacy": "public"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"kind": "function",
|
|
237
|
+
"name": "getCurrentDesignSystem",
|
|
238
|
+
"return": {
|
|
239
|
+
"type": {
|
|
240
|
+
"text": ""
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
"parameters": [
|
|
244
|
+
{
|
|
245
|
+
"name": "element",
|
|
246
|
+
"type": {
|
|
247
|
+
"text": "HTMLElement"
|
|
248
|
+
},
|
|
249
|
+
"description": "The starting HTML element"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"name": "fallbackPrefix",
|
|
253
|
+
"type": {
|
|
254
|
+
"text": "string"
|
|
255
|
+
},
|
|
256
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
257
|
+
}
|
|
258
|
+
],
|
|
259
|
+
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
260
|
+
"privacy": "public"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"kind": "function",
|
|
264
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
265
|
+
"return": {
|
|
266
|
+
"type": {
|
|
267
|
+
"text": ""
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
"parameters": [
|
|
271
|
+
{
|
|
272
|
+
"name": "element",
|
|
273
|
+
"type": {
|
|
274
|
+
"text": "HTMLElement"
|
|
275
|
+
},
|
|
276
|
+
"description": "The starting HTML element"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "fallbackPrefix",
|
|
280
|
+
"type": {
|
|
281
|
+
"text": "string"
|
|
282
|
+
},
|
|
283
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
284
|
+
}
|
|
285
|
+
],
|
|
286
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
287
|
+
"privacy": "public"
|
|
288
|
+
}
|
|
289
|
+
],
|
|
290
|
+
"exports": [
|
|
291
|
+
{
|
|
292
|
+
"kind": "js",
|
|
293
|
+
"name": "assureDesignSystem",
|
|
294
|
+
"declaration": {
|
|
295
|
+
"name": "assureDesignSystem",
|
|
296
|
+
"module": "src/design-system/design-system.ts"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"kind": "js",
|
|
301
|
+
"name": "getCurrentDesignSystem",
|
|
302
|
+
"declaration": {
|
|
303
|
+
"name": "getCurrentDesignSystem",
|
|
304
|
+
"module": "src/design-system/design-system.ts"
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"kind": "js",
|
|
309
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
310
|
+
"declaration": {
|
|
311
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
312
|
+
"module": "src/design-system/design-system.ts"
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
]
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"kind": "javascript-module",
|
|
319
|
+
"path": "src/design-system/editable-elements.ts",
|
|
320
|
+
"declarations": [
|
|
321
|
+
{
|
|
322
|
+
"kind": "variable",
|
|
323
|
+
"name": "BASE_EDITABLE_ELEMENT_SELECTORS",
|
|
324
|
+
"type": {
|
|
325
|
+
"text": "[\n ...NATIVE_EDITABLE_ELEMENT_SELECTORS,\n ...CONTENT_EDITABLE_SELECTORS,\n ...ARIA_EDITABLE_ROLE_SELECTORS,\n]"
|
|
326
|
+
},
|
|
327
|
+
"default": "[\n ...NATIVE_EDITABLE_ELEMENT_SELECTORS,\n ...CONTENT_EDITABLE_SELECTORS,\n ...ARIA_EDITABLE_ROLE_SELECTORS,\n]",
|
|
328
|
+
"description": "Base selectors treated as editable context regardless of design system.\nIncludes native controls, contenteditable, and ARIA-editable roles."
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"kind": "variable",
|
|
332
|
+
"name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
|
|
333
|
+
"type": {
|
|
334
|
+
"text": "Record<\n EditableDesignSystemPrefix,\n readonly string[]\n>"
|
|
335
|
+
},
|
|
336
|
+
"default": "{\n rapid: buildDesignSystemEditableSelectors('rapid'),\n zero: buildDesignSystemEditableSelectors('zero'),\n}",
|
|
337
|
+
"description": "Design-system specific editable host selectors."
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"kind": "function",
|
|
341
|
+
"name": "buildEditableElementSelector",
|
|
342
|
+
"return": {
|
|
343
|
+
"type": {
|
|
344
|
+
"text": "string"
|
|
345
|
+
}
|
|
346
|
+
},
|
|
347
|
+
"parameters": [
|
|
348
|
+
{
|
|
349
|
+
"name": "designSystems",
|
|
350
|
+
"type": {
|
|
351
|
+
"text": "readonly EditableDesignSystemPrefix[]"
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"name": "customEditableSelectors",
|
|
356
|
+
"default": "[]",
|
|
357
|
+
"type": {
|
|
358
|
+
"text": "readonly string[]"
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
]
|
|
362
|
+
}
|
|
363
|
+
],
|
|
364
|
+
"exports": [
|
|
365
|
+
{
|
|
366
|
+
"kind": "js",
|
|
367
|
+
"name": "BASE_EDITABLE_ELEMENT_SELECTORS",
|
|
368
|
+
"declaration": {
|
|
369
|
+
"name": "BASE_EDITABLE_ELEMENT_SELECTORS",
|
|
370
|
+
"module": "src/design-system/editable-elements.ts"
|
|
371
|
+
}
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"kind": "js",
|
|
375
|
+
"name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
|
|
376
|
+
"declaration": {
|
|
377
|
+
"name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
|
|
378
|
+
"module": "src/design-system/editable-elements.ts"
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"kind": "js",
|
|
383
|
+
"name": "buildEditableElementSelector",
|
|
384
|
+
"declaration": {
|
|
385
|
+
"name": "buildEditableElementSelector",
|
|
386
|
+
"module": "src/design-system/editable-elements.ts"
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
]
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"kind": "javascript-module",
|
|
393
|
+
"path": "src/design-system/index.ts",
|
|
394
|
+
"declarations": [],
|
|
395
|
+
"exports": [
|
|
396
|
+
{
|
|
397
|
+
"kind": "js",
|
|
398
|
+
"name": "*",
|
|
399
|
+
"declaration": {
|
|
400
|
+
"name": "*",
|
|
401
|
+
"package": "./design-system"
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"kind": "js",
|
|
406
|
+
"name": "*",
|
|
407
|
+
"declaration": {
|
|
408
|
+
"name": "*",
|
|
409
|
+
"package": "./editable-elements"
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
]
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"kind": "javascript-module",
|
|
416
|
+
"path": "src/directives/index.ts",
|
|
417
|
+
"declarations": [],
|
|
418
|
+
"exports": [
|
|
419
|
+
{
|
|
420
|
+
"kind": "js",
|
|
421
|
+
"name": "*",
|
|
422
|
+
"declaration": {
|
|
423
|
+
"name": "*",
|
|
424
|
+
"package": "./sync"
|
|
425
|
+
}
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"kind": "js",
|
|
429
|
+
"name": "*",
|
|
430
|
+
"declaration": {
|
|
431
|
+
"name": "*",
|
|
432
|
+
"package": "./when-else"
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
]
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"kind": "javascript-module",
|
|
439
|
+
"path": "src/encoding/index.ts",
|
|
440
|
+
"declarations": [],
|
|
441
|
+
"exports": [
|
|
442
|
+
{
|
|
443
|
+
"kind": "js",
|
|
444
|
+
"name": "*",
|
|
445
|
+
"declaration": {
|
|
446
|
+
"name": "*",
|
|
447
|
+
"package": "./base64"
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
]
|
|
451
|
+
},
|
|
212
452
|
{
|
|
213
453
|
"kind": "javascript-module",
|
|
214
454
|
"path": "src/converters/index.ts",
|
|
@@ -250,6 +490,59 @@
|
|
|
250
490
|
}
|
|
251
491
|
]
|
|
252
492
|
},
|
|
493
|
+
{
|
|
494
|
+
"kind": "javascript-module",
|
|
495
|
+
"path": "src/decorators/index.ts",
|
|
496
|
+
"declarations": [],
|
|
497
|
+
"exports": [
|
|
498
|
+
{
|
|
499
|
+
"kind": "js",
|
|
500
|
+
"name": "*",
|
|
501
|
+
"declaration": {
|
|
502
|
+
"name": "*",
|
|
503
|
+
"package": "./renderOnChange"
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
]
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"kind": "javascript-module",
|
|
510
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
511
|
+
"declarations": [
|
|
512
|
+
{
|
|
513
|
+
"kind": "function",
|
|
514
|
+
"name": "renderOnChange",
|
|
515
|
+
"parameters": [
|
|
516
|
+
{
|
|
517
|
+
"name": "target",
|
|
518
|
+
"type": {
|
|
519
|
+
"text": "FASTElement & { render(): void }"
|
|
520
|
+
},
|
|
521
|
+
"description": "The target to define the property change handler on."
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"name": "name",
|
|
525
|
+
"type": {
|
|
526
|
+
"text": "string"
|
|
527
|
+
},
|
|
528
|
+
"description": "The property name."
|
|
529
|
+
}
|
|
530
|
+
],
|
|
531
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
532
|
+
"privacy": "public"
|
|
533
|
+
}
|
|
534
|
+
],
|
|
535
|
+
"exports": [
|
|
536
|
+
{
|
|
537
|
+
"kind": "js",
|
|
538
|
+
"name": "renderOnChange",
|
|
539
|
+
"declaration": {
|
|
540
|
+
"name": "renderOnChange",
|
|
541
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
]
|
|
545
|
+
},
|
|
253
546
|
{
|
|
254
547
|
"kind": "javascript-module",
|
|
255
548
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -401,132 +694,41 @@
|
|
|
401
694
|
}
|
|
402
695
|
]
|
|
403
696
|
},
|
|
404
|
-
{
|
|
405
|
-
"kind": "method",
|
|
406
|
-
"name": "onAfterUpdate",
|
|
407
|
-
"privacy": "public",
|
|
408
|
-
"return": {
|
|
409
|
-
"type": {
|
|
410
|
-
"text": "() => void"
|
|
411
|
-
}
|
|
412
|
-
},
|
|
413
|
-
"parameters": [
|
|
414
|
-
{
|
|
415
|
-
"name": "listener",
|
|
416
|
-
"type": {
|
|
417
|
-
"text": "Listener<DatabaseEvent.AfterUpdate<T>>"
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
]
|
|
421
|
-
}
|
|
422
|
-
]
|
|
423
|
-
}
|
|
424
|
-
],
|
|
425
|
-
"exports": [
|
|
426
|
-
{
|
|
427
|
-
"kind": "js",
|
|
428
|
-
"name": "InMemoryDatabase",
|
|
429
|
-
"declaration": {
|
|
430
|
-
"name": "InMemoryDatabase",
|
|
431
|
-
"module": "src/data/inMemoryDatabase.ts"
|
|
432
|
-
}
|
|
433
|
-
}
|
|
434
|
-
]
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"kind": "javascript-module",
|
|
438
|
-
"path": "src/data/index.ts",
|
|
439
|
-
"declarations": [],
|
|
440
|
-
"exports": [
|
|
441
|
-
{
|
|
442
|
-
"kind": "js",
|
|
443
|
-
"name": "*",
|
|
444
|
-
"declaration": {
|
|
445
|
-
"name": "*",
|
|
446
|
-
"package": "./inMemoryDatabase"
|
|
447
|
-
}
|
|
448
|
-
}
|
|
449
|
-
]
|
|
450
|
-
},
|
|
451
|
-
{
|
|
452
|
-
"kind": "javascript-module",
|
|
453
|
-
"path": "src/decorators/index.ts",
|
|
454
|
-
"declarations": [],
|
|
455
|
-
"exports": [
|
|
456
|
-
{
|
|
457
|
-
"kind": "js",
|
|
458
|
-
"name": "*",
|
|
459
|
-
"declaration": {
|
|
460
|
-
"name": "*",
|
|
461
|
-
"package": "./renderOnChange"
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
|
-
]
|
|
465
|
-
},
|
|
466
|
-
{
|
|
467
|
-
"kind": "javascript-module",
|
|
468
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
469
|
-
"declarations": [
|
|
470
|
-
{
|
|
471
|
-
"kind": "function",
|
|
472
|
-
"name": "renderOnChange",
|
|
473
|
-
"parameters": [
|
|
474
|
-
{
|
|
475
|
-
"name": "target",
|
|
476
|
-
"type": {
|
|
477
|
-
"text": "FASTElement & { render(): void }"
|
|
478
|
-
},
|
|
479
|
-
"description": "The target to define the property change handler on."
|
|
480
|
-
},
|
|
481
|
-
{
|
|
482
|
-
"name": "name",
|
|
483
|
-
"type": {
|
|
484
|
-
"text": "string"
|
|
697
|
+
{
|
|
698
|
+
"kind": "method",
|
|
699
|
+
"name": "onAfterUpdate",
|
|
700
|
+
"privacy": "public",
|
|
701
|
+
"return": {
|
|
702
|
+
"type": {
|
|
703
|
+
"text": "() => void"
|
|
704
|
+
}
|
|
485
705
|
},
|
|
486
|
-
"
|
|
706
|
+
"parameters": [
|
|
707
|
+
{
|
|
708
|
+
"name": "listener",
|
|
709
|
+
"type": {
|
|
710
|
+
"text": "Listener<DatabaseEvent.AfterUpdate<T>>"
|
|
711
|
+
}
|
|
712
|
+
}
|
|
713
|
+
]
|
|
487
714
|
}
|
|
488
|
-
]
|
|
489
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
490
|
-
"privacy": "public"
|
|
715
|
+
]
|
|
491
716
|
}
|
|
492
717
|
],
|
|
493
718
|
"exports": [
|
|
494
719
|
{
|
|
495
720
|
"kind": "js",
|
|
496
|
-
"name": "
|
|
497
|
-
"declaration": {
|
|
498
|
-
"name": "renderOnChange",
|
|
499
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
500
|
-
}
|
|
501
|
-
}
|
|
502
|
-
]
|
|
503
|
-
},
|
|
504
|
-
{
|
|
505
|
-
"kind": "javascript-module",
|
|
506
|
-
"path": "src/directives/index.ts",
|
|
507
|
-
"declarations": [],
|
|
508
|
-
"exports": [
|
|
509
|
-
{
|
|
510
|
-
"kind": "js",
|
|
511
|
-
"name": "*",
|
|
512
|
-
"declaration": {
|
|
513
|
-
"name": "*",
|
|
514
|
-
"package": "./sync"
|
|
515
|
-
}
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"kind": "js",
|
|
519
|
-
"name": "*",
|
|
721
|
+
"name": "InMemoryDatabase",
|
|
520
722
|
"declaration": {
|
|
521
|
-
"name": "
|
|
522
|
-
"
|
|
723
|
+
"name": "InMemoryDatabase",
|
|
724
|
+
"module": "src/data/inMemoryDatabase.ts"
|
|
523
725
|
}
|
|
524
726
|
}
|
|
525
727
|
]
|
|
526
728
|
},
|
|
527
729
|
{
|
|
528
730
|
"kind": "javascript-module",
|
|
529
|
-
"path": "src/
|
|
731
|
+
"path": "src/data/index.ts",
|
|
530
732
|
"declarations": [],
|
|
531
733
|
"exports": [
|
|
532
734
|
{
|
|
@@ -534,7 +736,7 @@
|
|
|
534
736
|
"name": "*",
|
|
535
737
|
"declaration": {
|
|
536
738
|
"name": "*",
|
|
537
|
-
"package": "./
|
|
739
|
+
"package": "./inMemoryDatabase"
|
|
538
740
|
}
|
|
539
741
|
}
|
|
540
742
|
]
|
|
@@ -1038,208 +1240,6 @@
|
|
|
1038
1240
|
}
|
|
1039
1241
|
]
|
|
1040
1242
|
},
|
|
1041
|
-
{
|
|
1042
|
-
"kind": "javascript-module",
|
|
1043
|
-
"path": "src/design-system/design-system.ts",
|
|
1044
|
-
"declarations": [
|
|
1045
|
-
{
|
|
1046
|
-
"kind": "function",
|
|
1047
|
-
"name": "assureDesignSystem",
|
|
1048
|
-
"return": {
|
|
1049
|
-
"type": {
|
|
1050
|
-
"text": "DesignSystemModule"
|
|
1051
|
-
}
|
|
1052
|
-
},
|
|
1053
|
-
"parameters": [
|
|
1054
|
-
{
|
|
1055
|
-
"name": "module",
|
|
1056
|
-
"type": {
|
|
1057
|
-
"text": "DesignSystemModule"
|
|
1058
|
-
}
|
|
1059
|
-
}
|
|
1060
|
-
],
|
|
1061
|
-
"description": "assureDesignSystem.",
|
|
1062
|
-
"privacy": "public"
|
|
1063
|
-
},
|
|
1064
|
-
{
|
|
1065
|
-
"kind": "function",
|
|
1066
|
-
"name": "getCurrentDesignSystem",
|
|
1067
|
-
"return": {
|
|
1068
|
-
"type": {
|
|
1069
|
-
"text": ""
|
|
1070
|
-
}
|
|
1071
|
-
},
|
|
1072
|
-
"parameters": [
|
|
1073
|
-
{
|
|
1074
|
-
"name": "element",
|
|
1075
|
-
"type": {
|
|
1076
|
-
"text": "HTMLElement"
|
|
1077
|
-
},
|
|
1078
|
-
"description": "The starting HTML element"
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
"name": "fallbackPrefix",
|
|
1082
|
-
"type": {
|
|
1083
|
-
"text": "string"
|
|
1084
|
-
},
|
|
1085
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
1086
|
-
}
|
|
1087
|
-
],
|
|
1088
|
-
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1089
|
-
"privacy": "public"
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
"kind": "function",
|
|
1093
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1094
|
-
"return": {
|
|
1095
|
-
"type": {
|
|
1096
|
-
"text": ""
|
|
1097
|
-
}
|
|
1098
|
-
},
|
|
1099
|
-
"parameters": [
|
|
1100
|
-
{
|
|
1101
|
-
"name": "element",
|
|
1102
|
-
"type": {
|
|
1103
|
-
"text": "HTMLElement"
|
|
1104
|
-
},
|
|
1105
|
-
"description": "The starting HTML element"
|
|
1106
|
-
},
|
|
1107
|
-
{
|
|
1108
|
-
"name": "fallbackPrefix",
|
|
1109
|
-
"type": {
|
|
1110
|
-
"text": "string"
|
|
1111
|
-
},
|
|
1112
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
1113
|
-
}
|
|
1114
|
-
],
|
|
1115
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1116
|
-
"privacy": "public"
|
|
1117
|
-
}
|
|
1118
|
-
],
|
|
1119
|
-
"exports": [
|
|
1120
|
-
{
|
|
1121
|
-
"kind": "js",
|
|
1122
|
-
"name": "assureDesignSystem",
|
|
1123
|
-
"declaration": {
|
|
1124
|
-
"name": "assureDesignSystem",
|
|
1125
|
-
"module": "src/design-system/design-system.ts"
|
|
1126
|
-
}
|
|
1127
|
-
},
|
|
1128
|
-
{
|
|
1129
|
-
"kind": "js",
|
|
1130
|
-
"name": "getCurrentDesignSystem",
|
|
1131
|
-
"declaration": {
|
|
1132
|
-
"name": "getCurrentDesignSystem",
|
|
1133
|
-
"module": "src/design-system/design-system.ts"
|
|
1134
|
-
}
|
|
1135
|
-
},
|
|
1136
|
-
{
|
|
1137
|
-
"kind": "js",
|
|
1138
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1139
|
-
"declaration": {
|
|
1140
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1141
|
-
"module": "src/design-system/design-system.ts"
|
|
1142
|
-
}
|
|
1143
|
-
}
|
|
1144
|
-
]
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
"kind": "javascript-module",
|
|
1148
|
-
"path": "src/design-system/editable-elements.ts",
|
|
1149
|
-
"declarations": [
|
|
1150
|
-
{
|
|
1151
|
-
"kind": "variable",
|
|
1152
|
-
"name": "BASE_EDITABLE_ELEMENT_SELECTORS",
|
|
1153
|
-
"type": {
|
|
1154
|
-
"text": "[\n ...NATIVE_EDITABLE_ELEMENT_SELECTORS,\n ...CONTENT_EDITABLE_SELECTORS,\n ...ARIA_EDITABLE_ROLE_SELECTORS,\n]"
|
|
1155
|
-
},
|
|
1156
|
-
"default": "[\n ...NATIVE_EDITABLE_ELEMENT_SELECTORS,\n ...CONTENT_EDITABLE_SELECTORS,\n ...ARIA_EDITABLE_ROLE_SELECTORS,\n]",
|
|
1157
|
-
"description": "Base selectors treated as editable context regardless of design system.\nIncludes native controls, contenteditable, and ARIA-editable roles."
|
|
1158
|
-
},
|
|
1159
|
-
{
|
|
1160
|
-
"kind": "variable",
|
|
1161
|
-
"name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
|
|
1162
|
-
"type": {
|
|
1163
|
-
"text": "Record<\n EditableDesignSystemPrefix,\n readonly string[]\n>"
|
|
1164
|
-
},
|
|
1165
|
-
"default": "{\n rapid: buildDesignSystemEditableSelectors('rapid'),\n zero: buildDesignSystemEditableSelectors('zero'),\n}",
|
|
1166
|
-
"description": "Design-system specific editable host selectors."
|
|
1167
|
-
},
|
|
1168
|
-
{
|
|
1169
|
-
"kind": "function",
|
|
1170
|
-
"name": "buildEditableElementSelector",
|
|
1171
|
-
"return": {
|
|
1172
|
-
"type": {
|
|
1173
|
-
"text": "string"
|
|
1174
|
-
}
|
|
1175
|
-
},
|
|
1176
|
-
"parameters": [
|
|
1177
|
-
{
|
|
1178
|
-
"name": "designSystems",
|
|
1179
|
-
"type": {
|
|
1180
|
-
"text": "readonly EditableDesignSystemPrefix[]"
|
|
1181
|
-
}
|
|
1182
|
-
},
|
|
1183
|
-
{
|
|
1184
|
-
"name": "customEditableSelectors",
|
|
1185
|
-
"default": "[]",
|
|
1186
|
-
"type": {
|
|
1187
|
-
"text": "readonly string[]"
|
|
1188
|
-
}
|
|
1189
|
-
}
|
|
1190
|
-
]
|
|
1191
|
-
}
|
|
1192
|
-
],
|
|
1193
|
-
"exports": [
|
|
1194
|
-
{
|
|
1195
|
-
"kind": "js",
|
|
1196
|
-
"name": "BASE_EDITABLE_ELEMENT_SELECTORS",
|
|
1197
|
-
"declaration": {
|
|
1198
|
-
"name": "BASE_EDITABLE_ELEMENT_SELECTORS",
|
|
1199
|
-
"module": "src/design-system/editable-elements.ts"
|
|
1200
|
-
}
|
|
1201
|
-
},
|
|
1202
|
-
{
|
|
1203
|
-
"kind": "js",
|
|
1204
|
-
"name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
|
|
1205
|
-
"declaration": {
|
|
1206
|
-
"name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
|
|
1207
|
-
"module": "src/design-system/editable-elements.ts"
|
|
1208
|
-
}
|
|
1209
|
-
},
|
|
1210
|
-
{
|
|
1211
|
-
"kind": "js",
|
|
1212
|
-
"name": "buildEditableElementSelector",
|
|
1213
|
-
"declaration": {
|
|
1214
|
-
"name": "buildEditableElementSelector",
|
|
1215
|
-
"module": "src/design-system/editable-elements.ts"
|
|
1216
|
-
}
|
|
1217
|
-
}
|
|
1218
|
-
]
|
|
1219
|
-
},
|
|
1220
|
-
{
|
|
1221
|
-
"kind": "javascript-module",
|
|
1222
|
-
"path": "src/design-system/index.ts",
|
|
1223
|
-
"declarations": [],
|
|
1224
|
-
"exports": [
|
|
1225
|
-
{
|
|
1226
|
-
"kind": "js",
|
|
1227
|
-
"name": "*",
|
|
1228
|
-
"declaration": {
|
|
1229
|
-
"name": "*",
|
|
1230
|
-
"package": "./design-system"
|
|
1231
|
-
}
|
|
1232
|
-
},
|
|
1233
|
-
{
|
|
1234
|
-
"kind": "js",
|
|
1235
|
-
"name": "*",
|
|
1236
|
-
"declaration": {
|
|
1237
|
-
"name": "*",
|
|
1238
|
-
"package": "./editable-elements"
|
|
1239
|
-
}
|
|
1240
|
-
}
|
|
1241
|
-
]
|
|
1242
|
-
},
|
|
1243
1243
|
{
|
|
1244
1244
|
"kind": "javascript-module",
|
|
1245
1245
|
"path": "src/error/errorMap.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": "15.3.1",
|
|
4
|
+
"version": "15.3.2-FUI-2571-formatters.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@genesislcap/foundation-testing": "15.3.1",
|
|
33
|
-
"@genesislcap/genx": "15.3.1",
|
|
34
|
-
"@genesislcap/rollup-builder": "15.3.1",
|
|
35
|
-
"@genesislcap/ts-builder": "15.3.1",
|
|
36
|
-
"@genesislcap/uvu-playwright-builder": "15.3.1",
|
|
37
|
-
"@genesislcap/vite-builder": "15.3.1",
|
|
38
|
-
"@genesislcap/webpack-builder": "15.3.1",
|
|
32
|
+
"@genesislcap/foundation-testing": "15.3.2-FUI-2571-formatters.1",
|
|
33
|
+
"@genesislcap/genx": "15.3.2-FUI-2571-formatters.1",
|
|
34
|
+
"@genesislcap/rollup-builder": "15.3.2-FUI-2571-formatters.1",
|
|
35
|
+
"@genesislcap/ts-builder": "15.3.2-FUI-2571-formatters.1",
|
|
36
|
+
"@genesislcap/uvu-playwright-builder": "15.3.2-FUI-2571-formatters.1",
|
|
37
|
+
"@genesislcap/vite-builder": "15.3.2-FUI-2571-formatters.1",
|
|
38
|
+
"@genesislcap/webpack-builder": "15.3.2-FUI-2571-formatters.1",
|
|
39
39
|
"@types/json-schema": "^7.0.11"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@genesislcap/expression-builder": "15.3.1",
|
|
43
|
-
"@genesislcap/foundation-logger": "15.3.1",
|
|
42
|
+
"@genesislcap/expression-builder": "15.3.2-FUI-2571-formatters.1",
|
|
43
|
+
"@genesislcap/foundation-logger": "15.3.2-FUI-2571-formatters.1",
|
|
44
44
|
"@microsoft/fast-components": "2.30.6",
|
|
45
45
|
"@microsoft/fast-element": "1.14.0",
|
|
46
46
|
"@microsoft/fast-foundation": "2.50.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"customElements": "dist/custom-elements.json",
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "9ad72f5f70334fc084dd5042f538a691a463effd"
|
|
62
62
|
}
|