le-kit 0.1.7 → 0.1.9
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/custom-elements.json +1135 -1135
- package/dist/cjs/index-D7B9TPh8.js.map +1 -1
- package/dist/collection/components/le-popup/le-popup.js +7 -7
- package/dist/components/index.js.map +1 -1
- package/dist/core/cjs/index-D7B9TPh8.js +1835 -0
- package/dist/core/cjs/index-D7B9TPh8.js.map +1 -0
- package/dist/core/cjs/index.cjs.js +119 -0
- package/dist/core/cjs/index.cjs.js.map +1 -0
- package/dist/core/cjs/le-box.cjs.entry.js +184 -0
- package/dist/core/cjs/le-box.entry.cjs.js.map +1 -0
- package/dist/core/cjs/le-button.cjs.entry.js +92 -0
- package/dist/core/cjs/le-button.entry.cjs.js.map +1 -0
- package/dist/core/cjs/le-card.cjs.entry.js +29 -0
- package/dist/core/cjs/le-card.entry.cjs.js.map +1 -0
- package/dist/core/cjs/le-checkbox.cjs.entry.js +61 -0
- package/dist/core/cjs/le-checkbox.entry.cjs.js.map +1 -0
- package/dist/core/cjs/le-kit.cjs.js +25 -0
- package/dist/core/cjs/le-kit.cjs.js.map +1 -0
- package/dist/core/cjs/le-number-input.cjs.entry.js +202 -0
- package/dist/core/cjs/le-number-input.entry.cjs.js.map +1 -0
- package/dist/core/cjs/le-popover.cjs.entry.js +348 -0
- package/dist/core/cjs/le-popover.entry.cjs.js.map +1 -0
- package/dist/core/cjs/le-popup.cjs.entry.js +212 -0
- package/dist/core/cjs/le-popup.entry.cjs.js.map +1 -0
- package/dist/core/cjs/le-round-progress.cjs.entry.js +106 -0
- package/dist/core/cjs/le-round-progress.entry.cjs.js.map +1 -0
- package/dist/core/cjs/le-stack.cjs.entry.js +135 -0
- package/dist/core/cjs/le-stack.entry.cjs.js.map +1 -0
- package/dist/core/cjs/le-string-input.cjs.entry.js +95 -0
- package/dist/core/cjs/le-string-input.entry.cjs.js.map +1 -0
- package/dist/core/cjs/le-text.cjs.entry.js +335 -0
- package/dist/core/cjs/le-text.entry.cjs.js.map +1 -0
- package/dist/core/cjs/le-turntable.cjs.entry.js +139 -0
- package/dist/core/cjs/le-turntable.entry.cjs.js.map +1 -0
- package/dist/core/cjs/loader.cjs.js +13 -0
- package/dist/core/cjs/loader.cjs.js.map +1 -0
- package/dist/core/cjs/utils-DrsoID-a.js +152 -0
- package/dist/core/cjs/utils-DrsoID-a.js.map +1 -0
- package/dist/core/collection/collection-manifest.json +24 -0
- package/dist/core/collection/components/le-box/le-box.default.css +37 -0
- package/dist/core/collection/components/le-box/le-box.js +614 -0
- package/dist/core/collection/components/le-box/le-box.js.map +1 -0
- package/dist/core/collection/components/le-button/le-button.default.css +263 -0
- package/dist/core/collection/components/le-button/le-button.js +368 -0
- package/dist/core/collection/components/le-button/le-button.js.map +1 -0
- package/dist/core/collection/components/le-card/le-card.default.css +74 -0
- package/dist/core/collection/components/le-card/le-card.js +102 -0
- package/dist/core/collection/components/le-card/le-card.js.map +1 -0
- package/dist/core/collection/components/le-checkbox/le-checkbox.css +93 -0
- package/dist/core/collection/components/le-checkbox/le-checkbox.js +192 -0
- package/dist/core/collection/components/le-checkbox/le-checkbox.js.map +1 -0
- package/dist/core/collection/components/le-number-input/le-number-input.css +135 -0
- package/dist/core/collection/components/le-number-input/le-number-input.js +515 -0
- package/dist/core/collection/components/le-number-input/le-number-input.js.map +1 -0
- package/dist/core/collection/components/le-popover/le-popover.css +143 -0
- package/dist/core/collection/components/le-popover/le-popover.js +693 -0
- package/dist/core/collection/components/le-popover/le-popover.js.map +1 -0
- package/dist/core/collection/components/le-popup/le-popup.api.js +101 -0
- package/dist/core/collection/components/le-popup/le-popup.api.js.map +1 -0
- package/dist/core/collection/components/le-popup/le-popup.css +222 -0
- package/dist/core/collection/components/le-popup/le-popup.js +596 -0
- package/dist/core/collection/components/le-popup/le-popup.js.map +1 -0
- package/dist/core/collection/components/le-round-progress/le-round-progress.css +34 -0
- package/dist/core/collection/components/le-round-progress/le-round-progress.js +184 -0
- package/dist/core/collection/components/le-round-progress/le-round-progress.js.map +1 -0
- package/dist/core/collection/components/le-stack/le-stack.default.css +37 -0
- package/dist/core/collection/components/le-stack/le-stack.js +389 -0
- package/dist/core/collection/components/le-stack/le-stack.js.map +1 -0
- package/dist/core/collection/components/le-string-input/le-string-input.css +83 -0
- package/dist/core/collection/components/le-string-input/le-string-input.js +359 -0
- package/dist/core/collection/components/le-string-input/le-string-input.js.map +1 -0
- package/dist/core/collection/components/le-text/le-text.default.css +169 -0
- package/dist/core/collection/components/le-text/le-text.js +475 -0
- package/dist/core/collection/components/le-text/le-text.js.map +1 -0
- package/dist/core/collection/components/le-turntable/le-turntable.css +10 -0
- package/dist/core/collection/components/le-turntable/le-turntable.js +210 -0
- package/dist/core/collection/components/le-turntable/le-turntable.js.map +1 -0
- package/dist/core/collection/global/app.js +167 -0
- package/dist/core/collection/global/app.js.map +1 -0
- package/dist/core/collection/index.js +15 -0
- package/dist/core/collection/index.js.map +1 -0
- package/dist/core/collection/types/blocks.js +115 -0
- package/dist/core/collection/types/blocks.js.map +1 -0
- package/dist/core/collection/types/options.js +2 -0
- package/dist/core/collection/types/options.js.map +1 -0
- package/dist/core/collection/utils/utils.js +141 -0
- package/dist/core/collection/utils/utils.js.map +1 -0
- package/dist/core/esm/index-PS-3Rz-c.js +1818 -0
- package/dist/core/esm/index-PS-3Rz-c.js.map +1 -0
- package/dist/core/esm/index.js +106 -0
- package/dist/core/esm/index.js.map +1 -0
- package/dist/core/esm/le-box.entry.js +182 -0
- package/dist/core/esm/le-box.entry.js.map +1 -0
- package/dist/core/esm/le-button.entry.js +90 -0
- package/dist/core/esm/le-button.entry.js.map +1 -0
- package/dist/core/esm/le-card.entry.js +27 -0
- package/dist/core/esm/le-card.entry.js.map +1 -0
- package/dist/core/esm/le-checkbox.entry.js +59 -0
- package/dist/core/esm/le-checkbox.entry.js.map +1 -0
- package/dist/core/esm/le-kit.js +21 -0
- package/dist/core/esm/le-kit.js.map +1 -0
- package/dist/core/esm/le-number-input.entry.js +200 -0
- package/dist/core/esm/le-number-input.entry.js.map +1 -0
- package/dist/core/esm/le-popover.entry.js +346 -0
- package/dist/core/esm/le-popover.entry.js.map +1 -0
- package/dist/core/esm/le-popup.entry.js +210 -0
- package/dist/core/esm/le-popup.entry.js.map +1 -0
- package/dist/core/esm/le-round-progress.entry.js +104 -0
- package/dist/core/esm/le-round-progress.entry.js.map +1 -0
- package/dist/core/esm/le-stack.entry.js +133 -0
- package/dist/core/esm/le-stack.entry.js.map +1 -0
- package/dist/core/esm/le-string-input.entry.js +93 -0
- package/dist/core/esm/le-string-input.entry.js.map +1 -0
- package/dist/core/esm/le-text.entry.js +333 -0
- package/dist/core/esm/le-text.entry.js.map +1 -0
- package/dist/core/esm/le-turntable.entry.js +137 -0
- package/dist/core/esm/le-turntable.entry.js.map +1 -0
- package/dist/core/esm/loader.js +11 -0
- package/dist/core/esm/loader.js.map +1 -0
- package/dist/core/esm/utils-lgjSfQP0.js +146 -0
- package/dist/core/esm/utils-lgjSfQP0.js.map +1 -0
- package/dist/core/index.cjs.js +1 -0
- package/dist/core/index.js +1 -0
- package/dist/core/le-kit/index.esm.js +2 -0
- package/dist/core/le-kit/index.esm.js.map +1 -0
- package/dist/core/le-kit/le-box.entry.esm.js.map +1 -0
- package/dist/core/le-kit/le-button.entry.esm.js.map +1 -0
- package/dist/core/le-kit/le-card.entry.esm.js.map +1 -0
- package/dist/core/le-kit/le-checkbox.entry.esm.js.map +1 -0
- package/dist/core/le-kit/le-kit.css +1 -0
- package/dist/core/le-kit/le-kit.esm.js +2 -0
- package/dist/core/le-kit/le-kit.esm.js.map +1 -0
- package/dist/core/le-kit/le-number-input.entry.esm.js.map +1 -0
- package/dist/core/le-kit/le-popover.entry.esm.js.map +1 -0
- package/dist/core/le-kit/le-popup.entry.esm.js.map +1 -0
- package/dist/core/le-kit/le-round-progress.entry.esm.js.map +1 -0
- package/dist/core/le-kit/le-stack.entry.esm.js.map +1 -0
- package/dist/core/le-kit/le-string-input.entry.esm.js.map +1 -0
- package/dist/core/le-kit/le-text.entry.esm.js.map +1 -0
- package/dist/core/le-kit/le-turntable.entry.esm.js.map +1 -0
- package/dist/core/le-kit/loader.esm.js.map +1 -0
- package/dist/core/le-kit/p-1c5262eb.entry.js +2 -0
- package/dist/core/le-kit/p-1c5262eb.entry.js.map +1 -0
- package/dist/core/le-kit/p-32c08678.entry.js +2 -0
- package/dist/core/le-kit/p-32c08678.entry.js.map +1 -0
- package/dist/core/le-kit/p-38e7ec05.entry.js +2 -0
- package/dist/core/le-kit/p-38e7ec05.entry.js.map +1 -0
- package/dist/core/le-kit/p-4bf51acc.entry.js +2 -0
- package/dist/core/le-kit/p-4bf51acc.entry.js.map +1 -0
- package/dist/core/le-kit/p-86961f34.entry.js +2 -0
- package/dist/core/le-kit/p-86961f34.entry.js.map +1 -0
- package/dist/core/le-kit/p-9ee92c29.entry.js +2 -0
- package/dist/core/le-kit/p-9ee92c29.entry.js.map +1 -0
- package/dist/core/le-kit/p-DN2JVY-7.js +2 -0
- package/dist/core/le-kit/p-DN2JVY-7.js.map +1 -0
- package/dist/core/le-kit/p-PS-3Rz-c.js +3 -0
- package/dist/core/le-kit/p-PS-3Rz-c.js.map +1 -0
- package/dist/core/le-kit/p-a07048f8.entry.js +2 -0
- package/dist/core/le-kit/p-a07048f8.entry.js.map +1 -0
- package/dist/core/le-kit/p-a24b042d.entry.js +2 -0
- package/dist/core/le-kit/p-a24b042d.entry.js.map +1 -0
- package/dist/core/le-kit/p-bbc9e13e.entry.js +2 -0
- package/dist/core/le-kit/p-bbc9e13e.entry.js.map +1 -0
- package/dist/core/le-kit/p-c4223c60.entry.js +2 -0
- package/dist/core/le-kit/p-c4223c60.entry.js.map +1 -0
- package/dist/core/le-kit/p-dcf1343d.entry.js +2 -0
- package/dist/core/le-kit/p-dcf1343d.entry.js.map +1 -0
- package/dist/core/le-kit/p-fb4e68e0.entry.js +2 -0
- package/dist/core/le-kit/p-fb4e68e0.entry.js.map +1 -0
- package/dist/core/loader/cdn.js +1 -0
- package/dist/core/loader/index.cjs.js +1 -0
- package/dist/core/loader/index.d.ts +24 -0
- package/dist/core/loader/index.es2017.js +1 -0
- package/dist/core/loader/index.js +2 -0
- package/dist/core/types/components/le-box/le-box.d.ts +111 -0
- package/dist/core/types/components/le-button/le-button.d.ts +78 -0
- package/dist/core/types/components/le-card/le-card.d.ts +37 -0
- package/dist/core/types/components/le-checkbox/le-checkbox.d.ts +46 -0
- package/dist/core/types/components/le-number-input/le-number-input.d.ts +106 -0
- package/dist/core/types/components/le-popover/le-popover.d.ts +109 -0
- package/dist/core/types/components/le-popup/le-popup.api.d.ts +73 -0
- package/dist/core/types/components/le-popup/le-popup.d.ts +122 -0
- package/dist/core/types/components/le-round-progress/le-round-progress.d.ts +37 -0
- package/dist/core/types/components/le-stack/le-stack.d.ts +73 -0
- package/dist/core/types/components/le-string-input/le-string-input.d.ts +83 -0
- package/dist/core/types/components/le-text/le-text.d.ts +141 -0
- package/dist/core/types/components/le-turntable/le-turntable.d.ts +55 -0
- package/dist/core/types/components.d.ts +1752 -0
- package/dist/core/types/global/app.d.ts +73 -0
- package/dist/core/types/index.d.ts +15 -0
- package/dist/core/types/stencil-public-runtime.d.ts +1756 -0
- package/dist/core/types/types/blocks.d.ts +136 -0
- package/dist/core/types/types/options.d.ts +124 -0
- package/dist/core/types/utils/utils.d.ts +54 -0
- package/dist/docs.json +8 -8
- package/dist/esm/index-PS-3Rz-c.js.map +1 -1
- package/dist/le-kit/p-PS-3Rz-c.js.map +1 -1
- package/package.json +21 -4
package/custom-elements.json
CHANGED
|
@@ -445,139 +445,6 @@
|
|
|
445
445
|
}
|
|
446
446
|
]
|
|
447
447
|
},
|
|
448
|
-
{
|
|
449
|
-
"kind": "javascript-module",
|
|
450
|
-
"path": "src/components/le-card/le-card.tsx",
|
|
451
|
-
"declarations": [
|
|
452
|
-
{
|
|
453
|
-
"kind": "class",
|
|
454
|
-
"description": "A flexible card component with header, content, and footer slots.\n\nThe card uses le-slot wrappers for each slot area. In admin mode,\nle-slot shows placeholders for CMS editing. In default mode,\nle-slot acts as a transparent passthrough.",
|
|
455
|
-
"name": "LeCard",
|
|
456
|
-
"cssProperties": [
|
|
457
|
-
{
|
|
458
|
-
"description": "Card background color",
|
|
459
|
-
"name": "--le-card-bg"
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
"description": "Card border radius",
|
|
463
|
-
"name": "--le-card-border-radius"
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
"description": "Card box shadow",
|
|
467
|
-
"name": "--le-card-shadow"
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"description": "Card content padding",
|
|
471
|
-
"name": "--le-card-padding"
|
|
472
|
-
}
|
|
473
|
-
],
|
|
474
|
-
"cssParts": [
|
|
475
|
-
{
|
|
476
|
-
"description": "The main card container",
|
|
477
|
-
"name": "card"
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
"description": "The card header section",
|
|
481
|
-
"name": "header"
|
|
482
|
-
},
|
|
483
|
-
{
|
|
484
|
-
"description": "The card content section",
|
|
485
|
-
"name": "content"
|
|
486
|
-
},
|
|
487
|
-
{
|
|
488
|
-
"description": "The card footer section",
|
|
489
|
-
"name": "footer"
|
|
490
|
-
}
|
|
491
|
-
],
|
|
492
|
-
"slots": [
|
|
493
|
-
{
|
|
494
|
-
"description": "Card header content (title, actions)",
|
|
495
|
-
"name": "header"
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"description": "Default slot for main card content",
|
|
499
|
-
"name": ""
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
"description": "Card footer content (buttons, links)",
|
|
503
|
-
"name": "footer"
|
|
504
|
-
}
|
|
505
|
-
],
|
|
506
|
-
"members": [
|
|
507
|
-
{
|
|
508
|
-
"kind": "field",
|
|
509
|
-
"name": "el",
|
|
510
|
-
"type": {
|
|
511
|
-
"text": "HTMLElement"
|
|
512
|
-
}
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"kind": "field",
|
|
516
|
-
"name": "variant",
|
|
517
|
-
"type": {
|
|
518
|
-
"text": "'default' | 'outlined' | 'elevated'"
|
|
519
|
-
},
|
|
520
|
-
"default": "'default'",
|
|
521
|
-
"description": "Card variant style"
|
|
522
|
-
},
|
|
523
|
-
{
|
|
524
|
-
"kind": "field",
|
|
525
|
-
"name": "interactive",
|
|
526
|
-
"type": {
|
|
527
|
-
"text": "boolean"
|
|
528
|
-
},
|
|
529
|
-
"default": "false",
|
|
530
|
-
"description": "Whether the card is interactive (clickable)"
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"kind": "method",
|
|
534
|
-
"name": "render"
|
|
535
|
-
}
|
|
536
|
-
],
|
|
537
|
-
"attributes": [
|
|
538
|
-
{
|
|
539
|
-
"name": "variant",
|
|
540
|
-
"fieldName": "variant",
|
|
541
|
-
"default": "'default'",
|
|
542
|
-
"description": "Card variant style",
|
|
543
|
-
"type": {
|
|
544
|
-
"text": "'default' | 'outlined' | 'elevated'"
|
|
545
|
-
}
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
"name": "interactive",
|
|
549
|
-
"fieldName": "interactive",
|
|
550
|
-
"default": "false",
|
|
551
|
-
"description": "Whether the card is interactive (clickable)",
|
|
552
|
-
"type": {
|
|
553
|
-
"text": "boolean"
|
|
554
|
-
}
|
|
555
|
-
}
|
|
556
|
-
],
|
|
557
|
-
"tagName": "le-card",
|
|
558
|
-
"events": [],
|
|
559
|
-
"customElement": true
|
|
560
|
-
}
|
|
561
|
-
],
|
|
562
|
-
"exports": [
|
|
563
|
-
{
|
|
564
|
-
"kind": "js",
|
|
565
|
-
"name": "LeCard",
|
|
566
|
-
"declaration": {
|
|
567
|
-
"name": "LeCard",
|
|
568
|
-
"module": "src/components/le-card/le-card.tsx"
|
|
569
|
-
}
|
|
570
|
-
},
|
|
571
|
-
{
|
|
572
|
-
"kind": "custom-element-definition",
|
|
573
|
-
"name": "le-card",
|
|
574
|
-
"declaration": {
|
|
575
|
-
"name": "LeCard",
|
|
576
|
-
"module": "src/components/le-card/le-card.tsx"
|
|
577
|
-
}
|
|
578
|
-
}
|
|
579
|
-
]
|
|
580
|
-
},
|
|
581
448
|
{
|
|
582
449
|
"kind": "javascript-module",
|
|
583
450
|
"path": "src/components/le-button/le-button.tsx",
|
|
@@ -878,38 +745,60 @@
|
|
|
878
745
|
},
|
|
879
746
|
{
|
|
880
747
|
"kind": "javascript-module",
|
|
881
|
-
"path": "src/components/le-
|
|
748
|
+
"path": "src/components/le-card/le-card.tsx",
|
|
882
749
|
"declarations": [
|
|
883
750
|
{
|
|
884
751
|
"kind": "class",
|
|
885
|
-
"description": "A
|
|
886
|
-
"name": "
|
|
752
|
+
"description": "A flexible card component with header, content, and footer slots.\n\nThe card uses le-slot wrappers for each slot area. In admin mode,\nle-slot shows placeholders for CMS editing. In default mode,\nle-slot acts as a transparent passthrough.",
|
|
753
|
+
"name": "LeCard",
|
|
887
754
|
"cssProperties": [
|
|
888
755
|
{
|
|
889
|
-
"description": "
|
|
890
|
-
"name": "--le-
|
|
756
|
+
"description": "Card background color",
|
|
757
|
+
"name": "--le-card-bg"
|
|
891
758
|
},
|
|
892
759
|
{
|
|
893
|
-
"description": "
|
|
894
|
-
"name": "--le-
|
|
760
|
+
"description": "Card border radius",
|
|
761
|
+
"name": "--le-card-border-radius"
|
|
895
762
|
},
|
|
896
763
|
{
|
|
897
|
-
"description": "
|
|
898
|
-
"name": "--le-
|
|
764
|
+
"description": "Card box shadow",
|
|
765
|
+
"name": "--le-card-shadow"
|
|
899
766
|
},
|
|
900
767
|
{
|
|
901
|
-
"description": "
|
|
902
|
-
"name": "--le-
|
|
768
|
+
"description": "Card content padding",
|
|
769
|
+
"name": "--le-card-padding"
|
|
770
|
+
}
|
|
771
|
+
],
|
|
772
|
+
"cssParts": [
|
|
773
|
+
{
|
|
774
|
+
"description": "The main card container",
|
|
775
|
+
"name": "card"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"description": "The card header section",
|
|
779
|
+
"name": "header"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"description": "The card content section",
|
|
783
|
+
"name": "content"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"description": "The card footer section",
|
|
787
|
+
"name": "footer"
|
|
903
788
|
}
|
|
904
789
|
],
|
|
905
790
|
"slots": [
|
|
906
791
|
{
|
|
907
|
-
"description": "
|
|
792
|
+
"description": "Card header content (title, actions)",
|
|
793
|
+
"name": "header"
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"description": "Default slot for main card content",
|
|
908
797
|
"name": ""
|
|
909
798
|
},
|
|
910
799
|
{
|
|
911
|
-
"description": "
|
|
912
|
-
"name": "
|
|
800
|
+
"description": "Card footer content (buttons, links)",
|
|
801
|
+
"name": "footer"
|
|
913
802
|
}
|
|
914
803
|
],
|
|
915
804
|
"members": [
|
|
@@ -922,50 +811,21 @@
|
|
|
922
811
|
},
|
|
923
812
|
{
|
|
924
813
|
"kind": "field",
|
|
925
|
-
"name": "
|
|
814
|
+
"name": "variant",
|
|
926
815
|
"type": {
|
|
927
|
-
"text": "
|
|
816
|
+
"text": "'default' | 'outlined' | 'elevated'"
|
|
928
817
|
},
|
|
929
|
-
"default": "
|
|
930
|
-
"description": "
|
|
818
|
+
"default": "'default'",
|
|
819
|
+
"description": "Card variant style"
|
|
931
820
|
},
|
|
932
821
|
{
|
|
933
822
|
"kind": "field",
|
|
934
|
-
"name": "
|
|
823
|
+
"name": "interactive",
|
|
935
824
|
"type": {
|
|
936
825
|
"text": "boolean"
|
|
937
826
|
},
|
|
938
827
|
"default": "false",
|
|
939
|
-
"description": "Whether the
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
"kind": "field",
|
|
943
|
-
"name": "name",
|
|
944
|
-
"type": {
|
|
945
|
-
"text": "string"
|
|
946
|
-
},
|
|
947
|
-
"description": "The name of the checkbox input"
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
"kind": "field",
|
|
951
|
-
"name": "value",
|
|
952
|
-
"type": {
|
|
953
|
-
"text": "string"
|
|
954
|
-
},
|
|
955
|
-
"description": "The value of the checkbox input"
|
|
956
|
-
},
|
|
957
|
-
{
|
|
958
|
-
"kind": "field",
|
|
959
|
-
"name": "externalId",
|
|
960
|
-
"type": {
|
|
961
|
-
"text": "string"
|
|
962
|
-
},
|
|
963
|
-
"description": "External ID for linking with external systems (e.g. database ID, PDF form field ID)"
|
|
964
|
-
},
|
|
965
|
-
{
|
|
966
|
-
"kind": "field",
|
|
967
|
-
"name": "handleChange",
|
|
968
|
-
"privacy": "private"
|
|
828
|
+
"description": "Whether the card is interactive (clickable)"
|
|
969
829
|
},
|
|
970
830
|
{
|
|
971
831
|
"kind": "method",
|
|
@@ -974,38 +834,178 @@
|
|
|
974
834
|
],
|
|
975
835
|
"attributes": [
|
|
976
836
|
{
|
|
977
|
-
"name": "
|
|
978
|
-
"fieldName": "
|
|
979
|
-
"default": "
|
|
980
|
-
"description": "
|
|
837
|
+
"name": "variant",
|
|
838
|
+
"fieldName": "variant",
|
|
839
|
+
"default": "'default'",
|
|
840
|
+
"description": "Card variant style",
|
|
981
841
|
"type": {
|
|
982
|
-
"text": "
|
|
842
|
+
"text": "'default' | 'outlined' | 'elevated'"
|
|
983
843
|
}
|
|
984
844
|
},
|
|
985
845
|
{
|
|
986
|
-
"name": "
|
|
987
|
-
"fieldName": "
|
|
846
|
+
"name": "interactive",
|
|
847
|
+
"fieldName": "interactive",
|
|
988
848
|
"default": "false",
|
|
989
|
-
"description": "Whether the
|
|
849
|
+
"description": "Whether the card is interactive (clickable)",
|
|
990
850
|
"type": {
|
|
991
851
|
"text": "boolean"
|
|
992
852
|
}
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
853
|
+
}
|
|
854
|
+
],
|
|
855
|
+
"tagName": "le-card",
|
|
856
|
+
"events": [],
|
|
857
|
+
"customElement": true
|
|
858
|
+
}
|
|
859
|
+
],
|
|
860
|
+
"exports": [
|
|
861
|
+
{
|
|
862
|
+
"kind": "js",
|
|
863
|
+
"name": "LeCard",
|
|
864
|
+
"declaration": {
|
|
865
|
+
"name": "LeCard",
|
|
866
|
+
"module": "src/components/le-card/le-card.tsx"
|
|
867
|
+
}
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"kind": "custom-element-definition",
|
|
871
|
+
"name": "le-card",
|
|
872
|
+
"declaration": {
|
|
873
|
+
"name": "LeCard",
|
|
874
|
+
"module": "src/components/le-card/le-card.tsx"
|
|
875
|
+
}
|
|
876
|
+
}
|
|
877
|
+
]
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"kind": "javascript-module",
|
|
881
|
+
"path": "src/components/le-checkbox/le-checkbox.tsx",
|
|
882
|
+
"declarations": [
|
|
883
|
+
{
|
|
884
|
+
"kind": "class",
|
|
885
|
+
"description": "A checkbox component with support for labels, descriptions, and external IDs.",
|
|
886
|
+
"name": "LeCheckbox",
|
|
887
|
+
"cssProperties": [
|
|
888
|
+
{
|
|
889
|
+
"description": "Size of the checkbox input",
|
|
890
|
+
"name": "--le-checkbox-size"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"description": "Color of the checkbox when checked",
|
|
894
|
+
"name": "--le-checkbox-color"
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"description": "Color of the label text",
|
|
898
|
+
"name": "--le-checkbox-label-color"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"description": "Color of the description text",
|
|
902
|
+
"name": "--le-checkbox-desc-color"
|
|
903
|
+
}
|
|
904
|
+
],
|
|
905
|
+
"slots": [
|
|
906
|
+
{
|
|
907
|
+
"description": "The label text for the checkbox",
|
|
908
|
+
"name": ""
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"description": "Additional description text displayed below the label",
|
|
912
|
+
"name": "description"
|
|
913
|
+
}
|
|
914
|
+
],
|
|
915
|
+
"members": [
|
|
916
|
+
{
|
|
917
|
+
"kind": "field",
|
|
918
|
+
"name": "el",
|
|
919
|
+
"type": {
|
|
920
|
+
"text": "HTMLElement"
|
|
921
|
+
}
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"kind": "field",
|
|
925
|
+
"name": "checked",
|
|
926
|
+
"type": {
|
|
927
|
+
"text": "boolean"
|
|
928
|
+
},
|
|
929
|
+
"default": "false",
|
|
930
|
+
"description": "Whether the checkbox is checked"
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"kind": "field",
|
|
934
|
+
"name": "disabled",
|
|
935
|
+
"type": {
|
|
936
|
+
"text": "boolean"
|
|
937
|
+
},
|
|
938
|
+
"default": "false",
|
|
939
|
+
"description": "Whether the checkbox is disabled"
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"kind": "field",
|
|
943
|
+
"name": "name",
|
|
944
|
+
"type": {
|
|
945
|
+
"text": "string"
|
|
946
|
+
},
|
|
947
|
+
"description": "The name of the checkbox input"
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"kind": "field",
|
|
951
|
+
"name": "value",
|
|
952
|
+
"type": {
|
|
953
|
+
"text": "string"
|
|
954
|
+
},
|
|
955
|
+
"description": "The value of the checkbox input"
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"kind": "field",
|
|
959
|
+
"name": "externalId",
|
|
960
|
+
"type": {
|
|
961
|
+
"text": "string"
|
|
962
|
+
},
|
|
963
|
+
"description": "External ID for linking with external systems (e.g. database ID, PDF form field ID)"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"kind": "field",
|
|
967
|
+
"name": "handleChange",
|
|
968
|
+
"privacy": "private"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"kind": "method",
|
|
972
|
+
"name": "render"
|
|
973
|
+
}
|
|
974
|
+
],
|
|
975
|
+
"attributes": [
|
|
976
|
+
{
|
|
977
|
+
"name": "checked",
|
|
978
|
+
"fieldName": "checked",
|
|
979
|
+
"default": "false",
|
|
980
|
+
"description": "Whether the checkbox is checked",
|
|
981
|
+
"type": {
|
|
982
|
+
"text": "boolean"
|
|
983
|
+
}
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"name": "disabled",
|
|
987
|
+
"fieldName": "disabled",
|
|
988
|
+
"default": "false",
|
|
989
|
+
"description": "Whether the checkbox is disabled",
|
|
990
|
+
"type": {
|
|
991
|
+
"text": "boolean"
|
|
992
|
+
}
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"name": "name",
|
|
996
|
+
"fieldName": "name",
|
|
997
|
+
"description": "The name of the checkbox input",
|
|
998
|
+
"type": {
|
|
999
|
+
"text": "string"
|
|
1000
|
+
}
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"name": "value",
|
|
1004
|
+
"fieldName": "value",
|
|
1005
|
+
"description": "The value of the checkbox input",
|
|
1006
|
+
"type": {
|
|
1007
|
+
"text": "string"
|
|
1008
|
+
}
|
|
1009
1009
|
},
|
|
1010
1010
|
{
|
|
1011
1011
|
"name": "external-id",
|
|
@@ -1349,56 +1349,12 @@
|
|
|
1349
1349
|
},
|
|
1350
1350
|
{
|
|
1351
1351
|
"kind": "javascript-module",
|
|
1352
|
-
"path": "src/components/le-
|
|
1352
|
+
"path": "src/components/le-round-progress/le-round-progress.tsx",
|
|
1353
1353
|
"declarations": [
|
|
1354
1354
|
{
|
|
1355
1355
|
"kind": "class",
|
|
1356
|
-
"description": "
|
|
1357
|
-
"name": "
|
|
1358
|
-
"cssProperties": [
|
|
1359
|
-
{
|
|
1360
|
-
"description": "Input background color",
|
|
1361
|
-
"name": "--le-input-bg"
|
|
1362
|
-
},
|
|
1363
|
-
{
|
|
1364
|
-
"description": "Input text color",
|
|
1365
|
-
"name": "--le-input-color"
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"description": "Input border style",
|
|
1369
|
-
"name": "--le-input-border"
|
|
1370
|
-
},
|
|
1371
|
-
{
|
|
1372
|
-
"description": "Input border style when focused",
|
|
1373
|
-
"name": "--le-input-border-focus"
|
|
1374
|
-
},
|
|
1375
|
-
{
|
|
1376
|
-
"description": "Input border style when invalid",
|
|
1377
|
-
"name": "--le-input-border-error"
|
|
1378
|
-
},
|
|
1379
|
-
{
|
|
1380
|
-
"description": "Input border radius",
|
|
1381
|
-
"name": "--le-input-radius"
|
|
1382
|
-
},
|
|
1383
|
-
{
|
|
1384
|
-
"description": "Input padding",
|
|
1385
|
-
"name": "--le-input-padding"
|
|
1386
|
-
}
|
|
1387
|
-
],
|
|
1388
|
-
"slots": [
|
|
1389
|
-
{
|
|
1390
|
-
"description": "The label text for the input",
|
|
1391
|
-
"name": ""
|
|
1392
|
-
},
|
|
1393
|
-
{
|
|
1394
|
-
"description": "Additional description text displayed below the input",
|
|
1395
|
-
"name": "description"
|
|
1396
|
-
},
|
|
1397
|
-
{
|
|
1398
|
-
"description": "Icon to display at the start of the input",
|
|
1399
|
-
"name": "icon-start"
|
|
1400
|
-
}
|
|
1401
|
-
],
|
|
1356
|
+
"description": "",
|
|
1357
|
+
"name": "LeRoundProgress",
|
|
1402
1358
|
"members": [
|
|
1403
1359
|
{
|
|
1404
1360
|
"kind": "field",
|
|
@@ -1413,188 +1369,394 @@
|
|
|
1413
1369
|
"type": {
|
|
1414
1370
|
"text": "number"
|
|
1415
1371
|
},
|
|
1416
|
-
"
|
|
1372
|
+
"default": "0"
|
|
1417
1373
|
},
|
|
1418
1374
|
{
|
|
1419
|
-
"kind": "
|
|
1420
|
-
"name": "
|
|
1421
|
-
"
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1375
|
+
"kind": "method",
|
|
1376
|
+
"name": "updateValue",
|
|
1377
|
+
"parameters": [
|
|
1378
|
+
{
|
|
1379
|
+
"name": "newValue",
|
|
1380
|
+
"type": {
|
|
1381
|
+
"text": "string"
|
|
1382
|
+
}
|
|
1383
|
+
}
|
|
1384
|
+
]
|
|
1425
1385
|
},
|
|
1426
1386
|
{
|
|
1427
1387
|
"kind": "field",
|
|
1428
|
-
"name": "
|
|
1388
|
+
"name": "padding",
|
|
1429
1389
|
"type": {
|
|
1430
|
-
"text": "
|
|
1390
|
+
"text": "number"
|
|
1431
1391
|
},
|
|
1432
|
-
"
|
|
1392
|
+
"default": "0"
|
|
1433
1393
|
},
|
|
1434
1394
|
{
|
|
1435
|
-
"kind": "
|
|
1436
|
-
"name": "
|
|
1437
|
-
"
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1395
|
+
"kind": "method",
|
|
1396
|
+
"name": "updatePadding",
|
|
1397
|
+
"parameters": [
|
|
1398
|
+
{
|
|
1399
|
+
"name": "newValue",
|
|
1400
|
+
"type": {
|
|
1401
|
+
"text": "string"
|
|
1402
|
+
}
|
|
1403
|
+
}
|
|
1404
|
+
]
|
|
1441
1405
|
},
|
|
1442
1406
|
{
|
|
1443
1407
|
"kind": "field",
|
|
1444
|
-
"name": "
|
|
1408
|
+
"name": "paths",
|
|
1445
1409
|
"type": {
|
|
1446
|
-
"text": "
|
|
1447
|
-
}
|
|
1448
|
-
"description": "Minimum allowed value"
|
|
1410
|
+
"text": "string"
|
|
1411
|
+
}
|
|
1449
1412
|
},
|
|
1450
1413
|
{
|
|
1451
|
-
"kind": "
|
|
1452
|
-
"name": "
|
|
1453
|
-
"
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1414
|
+
"kind": "method",
|
|
1415
|
+
"name": "updateProgressBackgrounds",
|
|
1416
|
+
"parameters": [
|
|
1417
|
+
{
|
|
1418
|
+
"name": "newValue",
|
|
1419
|
+
"type": {
|
|
1420
|
+
"text": "string"
|
|
1421
|
+
}
|
|
1422
|
+
}
|
|
1423
|
+
]
|
|
1457
1424
|
},
|
|
1458
1425
|
{
|
|
1459
1426
|
"kind": "field",
|
|
1460
|
-
"name": "
|
|
1427
|
+
"name": "progressPaths",
|
|
1428
|
+
"type": {
|
|
1429
|
+
"text": "any[]"
|
|
1430
|
+
}
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"kind": "field",
|
|
1434
|
+
"name": "params",
|
|
1435
|
+
"type": {
|
|
1436
|
+
"text": "{\n width: number;\n diameter: number;\n circumference: number;\n }"
|
|
1437
|
+
}
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"kind": "method",
|
|
1441
|
+
"name": "calcParams"
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"kind": "method",
|
|
1445
|
+
"name": "getViewBox",
|
|
1446
|
+
"description": "Returns the viewPath attribute value for the SVG\nbased on the width of the parent element"
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"kind": "method",
|
|
1450
|
+
"name": "getPath",
|
|
1451
|
+
"description": "Returns the circular path for the progress stroke\nand additional paths in the background"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"kind": "method",
|
|
1455
|
+
"name": "getStrokeDashArray"
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"kind": "method",
|
|
1459
|
+
"name": "getPaths"
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"kind": "method",
|
|
1463
|
+
"name": "render"
|
|
1464
|
+
}
|
|
1465
|
+
],
|
|
1466
|
+
"attributes": [
|
|
1467
|
+
{
|
|
1468
|
+
"name": "value",
|
|
1469
|
+
"fieldName": "value",
|
|
1470
|
+
"default": "0",
|
|
1461
1471
|
"type": {
|
|
1462
1472
|
"text": "number"
|
|
1463
|
-
}
|
|
1464
|
-
|
|
1465
|
-
|
|
1473
|
+
}
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"name": "padding",
|
|
1477
|
+
"fieldName": "padding",
|
|
1478
|
+
"default": "0",
|
|
1479
|
+
"type": {
|
|
1480
|
+
"text": "number"
|
|
1481
|
+
}
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"name": "paths",
|
|
1485
|
+
"fieldName": "paths",
|
|
1486
|
+
"type": {
|
|
1487
|
+
"text": "string"
|
|
1488
|
+
}
|
|
1489
|
+
}
|
|
1490
|
+
],
|
|
1491
|
+
"tagName": "le-round-progress",
|
|
1492
|
+
"events": [],
|
|
1493
|
+
"customElement": true
|
|
1494
|
+
}
|
|
1495
|
+
],
|
|
1496
|
+
"exports": [
|
|
1497
|
+
{
|
|
1498
|
+
"kind": "js",
|
|
1499
|
+
"name": "LeRoundProgress",
|
|
1500
|
+
"declaration": {
|
|
1501
|
+
"name": "LeRoundProgress",
|
|
1502
|
+
"module": "src/components/le-round-progress/le-round-progress.tsx"
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"kind": "custom-element-definition",
|
|
1507
|
+
"name": "le-round-progress",
|
|
1508
|
+
"declaration": {
|
|
1509
|
+
"name": "LeRoundProgress",
|
|
1510
|
+
"module": "src/components/le-round-progress/le-round-progress.tsx"
|
|
1511
|
+
}
|
|
1512
|
+
}
|
|
1513
|
+
]
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"kind": "javascript-module",
|
|
1517
|
+
"path": "src/components/le-popup/le-popup.tsx",
|
|
1518
|
+
"declarations": [
|
|
1519
|
+
{
|
|
1520
|
+
"kind": "class",
|
|
1521
|
+
"description": "A flexible popup/dialog component for alerts, confirms, prompts, and custom content.\n\nUses the native HTML <dialog> element for proper modal behavior, accessibility,\nand focus management. Can be used declaratively in HTML or programmatically \nvia leAlert(), leConfirm(), lePrompt().",
|
|
1522
|
+
"name": "LePopup",
|
|
1523
|
+
"slots": [
|
|
1524
|
+
{
|
|
1525
|
+
"description": "Default slot for custom body content",
|
|
1526
|
+
"name": ""
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"description": "Custom header content (replaces title)",
|
|
1530
|
+
"name": "header"
|
|
1466
1531
|
},
|
|
1532
|
+
{
|
|
1533
|
+
"description": "Custom footer content (replaces default buttons)",
|
|
1534
|
+
"name": "footer"
|
|
1535
|
+
}
|
|
1536
|
+
],
|
|
1537
|
+
"members": [
|
|
1467
1538
|
{
|
|
1468
1539
|
"kind": "field",
|
|
1469
|
-
"name": "
|
|
1540
|
+
"name": "el",
|
|
1541
|
+
"type": {
|
|
1542
|
+
"text": "HTMLElement"
|
|
1543
|
+
}
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"kind": "field",
|
|
1547
|
+
"name": "open",
|
|
1470
1548
|
"type": {
|
|
1471
1549
|
"text": "boolean"
|
|
1472
1550
|
},
|
|
1473
1551
|
"default": "false",
|
|
1474
|
-
"description": "Whether the
|
|
1552
|
+
"description": "Whether the popup is currently visible"
|
|
1475
1553
|
},
|
|
1476
1554
|
{
|
|
1477
1555
|
"kind": "field",
|
|
1478
|
-
"name": "
|
|
1556
|
+
"name": "type",
|
|
1479
1557
|
"type": {
|
|
1480
|
-
"text": "
|
|
1558
|
+
"text": "PopupType"
|
|
1481
1559
|
},
|
|
1482
|
-
"default": "
|
|
1483
|
-
"description": "
|
|
1560
|
+
"default": "'alert'",
|
|
1561
|
+
"description": "Type of popup: alert (OK only), confirm (OK/Cancel), prompt (input + OK/Cancel), custom"
|
|
1484
1562
|
},
|
|
1485
1563
|
{
|
|
1486
1564
|
"kind": "field",
|
|
1487
|
-
"name": "
|
|
1565
|
+
"name": "popupTitle",
|
|
1488
1566
|
"type": {
|
|
1489
|
-
"text": "
|
|
1567
|
+
"text": "string | undefined"
|
|
1490
1568
|
},
|
|
1491
|
-
"
|
|
1492
|
-
"description": "Whether the input is read-only"
|
|
1569
|
+
"description": "Optional title for the popup header"
|
|
1493
1570
|
},
|
|
1494
1571
|
{
|
|
1495
1572
|
"kind": "field",
|
|
1496
|
-
"name": "
|
|
1573
|
+
"name": "message",
|
|
1497
1574
|
"type": {
|
|
1498
1575
|
"text": "string | undefined"
|
|
1499
1576
|
},
|
|
1500
|
-
"description": "
|
|
1577
|
+
"description": "Message text to display (for alert/confirm/prompt types)"
|
|
1501
1578
|
},
|
|
1502
1579
|
{
|
|
1503
1580
|
"kind": "field",
|
|
1504
|
-
"name": "
|
|
1581
|
+
"name": "modal",
|
|
1505
1582
|
"type": {
|
|
1506
1583
|
"text": "boolean"
|
|
1507
1584
|
},
|
|
1508
1585
|
"default": "true",
|
|
1509
|
-
"description": "Whether
|
|
1586
|
+
"description": "Whether the popup is modal (blocks interaction with page behind)"
|
|
1510
1587
|
},
|
|
1511
1588
|
{
|
|
1512
1589
|
"kind": "field",
|
|
1513
|
-
"name": "
|
|
1590
|
+
"name": "position",
|
|
1514
1591
|
"type": {
|
|
1515
|
-
"text": "
|
|
1592
|
+
"text": "PopupPosition"
|
|
1516
1593
|
},
|
|
1517
|
-
"
|
|
1594
|
+
"default": "'center'",
|
|
1595
|
+
"description": "Position of the popup on screen"
|
|
1518
1596
|
},
|
|
1519
1597
|
{
|
|
1520
1598
|
"kind": "field",
|
|
1521
|
-
"name": "
|
|
1599
|
+
"name": "confirmText",
|
|
1522
1600
|
"type": {
|
|
1523
|
-
"text": "
|
|
1601
|
+
"text": "string"
|
|
1524
1602
|
},
|
|
1525
|
-
"
|
|
1526
|
-
"
|
|
1527
|
-
"description": "Internal validation state"
|
|
1603
|
+
"default": "'OK'",
|
|
1604
|
+
"description": "Text for the confirm/OK button"
|
|
1528
1605
|
},
|
|
1529
1606
|
{
|
|
1530
1607
|
"kind": "field",
|
|
1531
|
-
"name": "
|
|
1608
|
+
"name": "cancelText",
|
|
1532
1609
|
"type": {
|
|
1533
1610
|
"text": "string"
|
|
1534
1611
|
},
|
|
1535
|
-
"
|
|
1536
|
-
"
|
|
1537
|
-
},
|
|
1538
|
-
{
|
|
1539
|
-
"kind": "method",
|
|
1540
|
-
"name": "valueChanged"
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
"kind": "method",
|
|
1544
|
-
"name": "validate",
|
|
1545
|
-
"privacy": "private"
|
|
1546
|
-
},
|
|
1547
|
-
{
|
|
1548
|
-
"kind": "method",
|
|
1549
|
-
"name": "emitChange",
|
|
1550
|
-
"privacy": "private"
|
|
1612
|
+
"default": "'Cancel'",
|
|
1613
|
+
"description": "Text for the cancel button"
|
|
1551
1614
|
},
|
|
1552
1615
|
{
|
|
1553
|
-
"kind": "
|
|
1554
|
-
"name": "
|
|
1555
|
-
"
|
|
1616
|
+
"kind": "field",
|
|
1617
|
+
"name": "placeholder",
|
|
1618
|
+
"type": {
|
|
1619
|
+
"text": "string"
|
|
1620
|
+
},
|
|
1621
|
+
"default": "''",
|
|
1622
|
+
"description": "Placeholder text for prompt input"
|
|
1556
1623
|
},
|
|
1557
1624
|
{
|
|
1558
|
-
"kind": "
|
|
1559
|
-
"name": "
|
|
1560
|
-
"
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
"text": "number"
|
|
1566
|
-
}
|
|
1567
|
-
}
|
|
1568
|
-
]
|
|
1625
|
+
"kind": "field",
|
|
1626
|
+
"name": "defaultValue",
|
|
1627
|
+
"type": {
|
|
1628
|
+
"text": "string"
|
|
1629
|
+
},
|
|
1630
|
+
"default": "''",
|
|
1631
|
+
"description": "Default value for prompt input"
|
|
1569
1632
|
},
|
|
1570
1633
|
{
|
|
1571
1634
|
"kind": "field",
|
|
1572
|
-
"name": "
|
|
1573
|
-
"
|
|
1635
|
+
"name": "closeOnBackdrop",
|
|
1636
|
+
"type": {
|
|
1637
|
+
"text": "boolean"
|
|
1638
|
+
},
|
|
1639
|
+
"default": "true",
|
|
1640
|
+
"description": "Whether clicking the backdrop closes the popup (modal only)"
|
|
1574
1641
|
},
|
|
1575
1642
|
{
|
|
1576
1643
|
"kind": "field",
|
|
1577
|
-
"name": "
|
|
1578
|
-
"
|
|
1644
|
+
"name": "inputValue",
|
|
1645
|
+
"type": {
|
|
1646
|
+
"text": "string"
|
|
1647
|
+
},
|
|
1648
|
+
"default": "''",
|
|
1649
|
+
"description": "Internal state for prompt input value"
|
|
1579
1650
|
},
|
|
1580
1651
|
{
|
|
1581
1652
|
"kind": "field",
|
|
1582
|
-
"name": "
|
|
1653
|
+
"name": "dialogEl",
|
|
1654
|
+
"type": {
|
|
1655
|
+
"text": "HTMLDialogElement | undefined"
|
|
1656
|
+
},
|
|
1583
1657
|
"privacy": "private"
|
|
1584
1658
|
},
|
|
1585
1659
|
{
|
|
1586
1660
|
"kind": "field",
|
|
1587
|
-
"name": "
|
|
1661
|
+
"name": "inputEl",
|
|
1662
|
+
"type": {
|
|
1663
|
+
"text": "HTMLInputElement | undefined"
|
|
1664
|
+
},
|
|
1588
1665
|
"privacy": "private"
|
|
1589
1666
|
},
|
|
1590
1667
|
{
|
|
1591
1668
|
"kind": "field",
|
|
1592
|
-
"name": "
|
|
1669
|
+
"name": "resolvePromise",
|
|
1670
|
+
"type": {
|
|
1671
|
+
"text": "(result: PopupResult) => void | undefined"
|
|
1672
|
+
},
|
|
1593
1673
|
"privacy": "private"
|
|
1594
1674
|
},
|
|
1595
1675
|
{
|
|
1596
1676
|
"kind": "field",
|
|
1597
|
-
"name": "
|
|
1677
|
+
"name": "handleDialogCancel",
|
|
1678
|
+
"privacy": "private"
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"kind": "method",
|
|
1682
|
+
"name": "show",
|
|
1683
|
+
"return": {
|
|
1684
|
+
"type": {
|
|
1685
|
+
"text": "Promise<PopupResult>"
|
|
1686
|
+
}
|
|
1687
|
+
},
|
|
1688
|
+
"description": "Opens the popup and returns a promise that resolves when closed"
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"kind": "method",
|
|
1692
|
+
"name": "hide",
|
|
1693
|
+
"parameters": [
|
|
1694
|
+
{
|
|
1695
|
+
"name": "confirmed",
|
|
1696
|
+
"default": "false",
|
|
1697
|
+
"type": {
|
|
1698
|
+
"text": "boolean"
|
|
1699
|
+
}
|
|
1700
|
+
}
|
|
1701
|
+
],
|
|
1702
|
+
"description": "Closes the popup with a result"
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"kind": "field",
|
|
1706
|
+
"name": "handleConfirm",
|
|
1707
|
+
"privacy": "private"
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"kind": "field",
|
|
1711
|
+
"name": "handleCancel",
|
|
1712
|
+
"privacy": "private"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"kind": "field",
|
|
1716
|
+
"name": "handleBackdropClick",
|
|
1717
|
+
"privacy": "private"
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"kind": "field",
|
|
1721
|
+
"name": "handleInputChange",
|
|
1722
|
+
"privacy": "private"
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"kind": "field",
|
|
1726
|
+
"name": "handleKeyDown",
|
|
1727
|
+
"privacy": "private"
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
"kind": "method",
|
|
1731
|
+
"name": "hasSlot",
|
|
1732
|
+
"privacy": "private",
|
|
1733
|
+
"return": {
|
|
1734
|
+
"type": {
|
|
1735
|
+
"text": "boolean"
|
|
1736
|
+
}
|
|
1737
|
+
},
|
|
1738
|
+
"parameters": [
|
|
1739
|
+
{
|
|
1740
|
+
"name": "name",
|
|
1741
|
+
"type": {
|
|
1742
|
+
"text": "string"
|
|
1743
|
+
}
|
|
1744
|
+
}
|
|
1745
|
+
]
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"kind": "method",
|
|
1749
|
+
"name": "renderHeader",
|
|
1750
|
+
"privacy": "private"
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"kind": "method",
|
|
1754
|
+
"name": "renderBody",
|
|
1755
|
+
"privacy": "private"
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"kind": "method",
|
|
1759
|
+
"name": "renderFooter",
|
|
1598
1760
|
"privacy": "private"
|
|
1599
1761
|
},
|
|
1600
1762
|
{
|
|
@@ -1604,130 +1766,132 @@
|
|
|
1604
1766
|
],
|
|
1605
1767
|
"attributes": [
|
|
1606
1768
|
{
|
|
1607
|
-
"name": "
|
|
1608
|
-
"fieldName": "
|
|
1609
|
-
"
|
|
1769
|
+
"name": "open",
|
|
1770
|
+
"fieldName": "open",
|
|
1771
|
+
"default": "false",
|
|
1772
|
+
"description": "Whether the popup is currently visible",
|
|
1610
1773
|
"type": {
|
|
1611
|
-
"text": "
|
|
1774
|
+
"text": "boolean"
|
|
1612
1775
|
}
|
|
1613
1776
|
},
|
|
1614
1777
|
{
|
|
1615
|
-
"name": "
|
|
1616
|
-
"fieldName": "
|
|
1617
|
-
"
|
|
1778
|
+
"name": "type",
|
|
1779
|
+
"fieldName": "type",
|
|
1780
|
+
"default": "'alert'",
|
|
1781
|
+
"description": "Type of popup: alert (OK only), confirm (OK/Cancel), prompt (input + OK/Cancel), custom",
|
|
1618
1782
|
"type": {
|
|
1619
|
-
"text": "
|
|
1783
|
+
"text": "PopupType"
|
|
1620
1784
|
}
|
|
1621
1785
|
},
|
|
1622
1786
|
{
|
|
1623
|
-
"name": "
|
|
1624
|
-
"fieldName": "
|
|
1625
|
-
"description": "
|
|
1787
|
+
"name": "popup-title",
|
|
1788
|
+
"fieldName": "popupTitle",
|
|
1789
|
+
"description": "Optional title for the popup header",
|
|
1626
1790
|
"type": {
|
|
1627
1791
|
"text": "string"
|
|
1628
1792
|
}
|
|
1629
1793
|
},
|
|
1630
1794
|
{
|
|
1631
|
-
"name": "
|
|
1632
|
-
"fieldName": "
|
|
1633
|
-
"description": "
|
|
1795
|
+
"name": "message",
|
|
1796
|
+
"fieldName": "message",
|
|
1797
|
+
"description": "Message text to display (for alert/confirm/prompt types)",
|
|
1634
1798
|
"type": {
|
|
1635
1799
|
"text": "string"
|
|
1636
1800
|
}
|
|
1637
1801
|
},
|
|
1638
1802
|
{
|
|
1639
|
-
"name": "
|
|
1640
|
-
"fieldName": "
|
|
1641
|
-
"
|
|
1642
|
-
"
|
|
1643
|
-
"text": "number"
|
|
1644
|
-
}
|
|
1645
|
-
},
|
|
1646
|
-
{
|
|
1647
|
-
"name": "max",
|
|
1648
|
-
"fieldName": "max",
|
|
1649
|
-
"description": "Maximum allowed value",
|
|
1803
|
+
"name": "modal",
|
|
1804
|
+
"fieldName": "modal",
|
|
1805
|
+
"default": "true",
|
|
1806
|
+
"description": "Whether the popup is modal (blocks interaction with page behind)",
|
|
1650
1807
|
"type": {
|
|
1651
|
-
"text": "
|
|
1808
|
+
"text": "boolean"
|
|
1652
1809
|
}
|
|
1653
1810
|
},
|
|
1654
1811
|
{
|
|
1655
|
-
"name": "
|
|
1656
|
-
"fieldName": "
|
|
1657
|
-
"default": "
|
|
1658
|
-
"description": "
|
|
1812
|
+
"name": "position",
|
|
1813
|
+
"fieldName": "position",
|
|
1814
|
+
"default": "'center'",
|
|
1815
|
+
"description": "Position of the popup on screen",
|
|
1659
1816
|
"type": {
|
|
1660
|
-
"text": "
|
|
1817
|
+
"text": "PopupPosition"
|
|
1661
1818
|
}
|
|
1662
1819
|
},
|
|
1663
1820
|
{
|
|
1664
|
-
"name": "
|
|
1665
|
-
"fieldName": "
|
|
1666
|
-
"default": "
|
|
1667
|
-
"description": "
|
|
1821
|
+
"name": "confirm-text",
|
|
1822
|
+
"fieldName": "confirmText",
|
|
1823
|
+
"default": "'OK'",
|
|
1824
|
+
"description": "Text for the confirm/OK button",
|
|
1668
1825
|
"type": {
|
|
1669
|
-
"text": "
|
|
1826
|
+
"text": "string"
|
|
1670
1827
|
}
|
|
1671
1828
|
},
|
|
1672
1829
|
{
|
|
1673
|
-
"name": "
|
|
1674
|
-
"fieldName": "
|
|
1675
|
-
"default": "
|
|
1676
|
-
"description": "
|
|
1830
|
+
"name": "cancel-text",
|
|
1831
|
+
"fieldName": "cancelText",
|
|
1832
|
+
"default": "'Cancel'",
|
|
1833
|
+
"description": "Text for the cancel button",
|
|
1677
1834
|
"type": {
|
|
1678
|
-
"text": "
|
|
1835
|
+
"text": "string"
|
|
1679
1836
|
}
|
|
1680
1837
|
},
|
|
1681
1838
|
{
|
|
1682
|
-
"name": "
|
|
1683
|
-
"fieldName": "
|
|
1684
|
-
"default": "
|
|
1685
|
-
"description": "
|
|
1839
|
+
"name": "placeholder",
|
|
1840
|
+
"fieldName": "placeholder",
|
|
1841
|
+
"default": "''",
|
|
1842
|
+
"description": "Placeholder text for prompt input",
|
|
1686
1843
|
"type": {
|
|
1687
|
-
"text": "
|
|
1844
|
+
"text": "string"
|
|
1688
1845
|
}
|
|
1689
1846
|
},
|
|
1690
1847
|
{
|
|
1691
|
-
"name": "
|
|
1692
|
-
"fieldName": "
|
|
1693
|
-
"
|
|
1848
|
+
"name": "default-value",
|
|
1849
|
+
"fieldName": "defaultValue",
|
|
1850
|
+
"default": "''",
|
|
1851
|
+
"description": "Default value for prompt input",
|
|
1694
1852
|
"type": {
|
|
1695
1853
|
"text": "string"
|
|
1696
1854
|
}
|
|
1697
1855
|
},
|
|
1698
1856
|
{
|
|
1699
|
-
"name": "
|
|
1700
|
-
"fieldName": "
|
|
1857
|
+
"name": "close-on-backdrop",
|
|
1858
|
+
"fieldName": "closeOnBackdrop",
|
|
1701
1859
|
"default": "true",
|
|
1702
|
-
"description": "Whether
|
|
1860
|
+
"description": "Whether clicking the backdrop closes the popup (modal only)",
|
|
1703
1861
|
"type": {
|
|
1704
1862
|
"text": "boolean"
|
|
1705
1863
|
}
|
|
1706
|
-
},
|
|
1707
|
-
{
|
|
1708
|
-
"name": "external-id",
|
|
1709
|
-
"fieldName": "externalId",
|
|
1710
|
-
"description": "External ID for linking with external systems",
|
|
1711
|
-
"type": {
|
|
1712
|
-
"text": "string"
|
|
1713
|
-
}
|
|
1714
1864
|
}
|
|
1715
1865
|
],
|
|
1716
|
-
"tagName": "le-
|
|
1866
|
+
"tagName": "le-popup",
|
|
1717
1867
|
"events": [
|
|
1718
1868
|
{
|
|
1719
|
-
"name": "
|
|
1869
|
+
"name": "leConfirm",
|
|
1720
1870
|
"type": {
|
|
1721
|
-
"text": "EventEmitter<
|
|
1871
|
+
"text": "EventEmitter<PopupResult>"
|
|
1722
1872
|
},
|
|
1723
|
-
"description": "Emitted when the
|
|
1873
|
+
"description": "Emitted when the popup is confirmed (OK clicked)"
|
|
1724
1874
|
},
|
|
1725
1875
|
{
|
|
1726
|
-
"name": "
|
|
1876
|
+
"name": "leCancel",
|
|
1727
1877
|
"type": {
|
|
1728
|
-
"text": "EventEmitter<
|
|
1878
|
+
"text": "EventEmitter<PopupResult>"
|
|
1729
1879
|
},
|
|
1730
|
-
"description": "Emitted when the
|
|
1880
|
+
"description": "Emitted when the popup is cancelled (Cancel clicked or dismissed)"
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"name": "leOpen",
|
|
1884
|
+
"type": {
|
|
1885
|
+
"text": "EventEmitter<void>"
|
|
1886
|
+
},
|
|
1887
|
+
"description": "Emitted when the popup opens"
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"name": "leClose",
|
|
1891
|
+
"type": {
|
|
1892
|
+
"text": "EventEmitter<PopupResult>"
|
|
1893
|
+
},
|
|
1894
|
+
"description": "Emitted when the popup closes"
|
|
1731
1895
|
}
|
|
1732
1896
|
],
|
|
1733
1897
|
"customElement": true
|
|
@@ -1736,18 +1900,18 @@
|
|
|
1736
1900
|
"exports": [
|
|
1737
1901
|
{
|
|
1738
1902
|
"kind": "js",
|
|
1739
|
-
"name": "
|
|
1903
|
+
"name": "LePopup",
|
|
1740
1904
|
"declaration": {
|
|
1741
|
-
"name": "
|
|
1742
|
-
"module": "src/components/le-
|
|
1905
|
+
"name": "LePopup",
|
|
1906
|
+
"module": "src/components/le-popup/le-popup.tsx"
|
|
1743
1907
|
}
|
|
1744
1908
|
},
|
|
1745
1909
|
{
|
|
1746
1910
|
"kind": "custom-element-definition",
|
|
1747
|
-
"name": "le-
|
|
1911
|
+
"name": "le-popup",
|
|
1748
1912
|
"declaration": {
|
|
1749
|
-
"name": "
|
|
1750
|
-
"module": "src/components/le-
|
|
1913
|
+
"name": "LePopup",
|
|
1914
|
+
"module": "src/components/le-popup/le-popup.tsx"
|
|
1751
1915
|
}
|
|
1752
1916
|
}
|
|
1753
1917
|
]
|
|
@@ -2148,249 +2312,252 @@
|
|
|
2148
2312
|
},
|
|
2149
2313
|
{
|
|
2150
2314
|
"kind": "javascript-module",
|
|
2151
|
-
"path": "src/components/le-
|
|
2315
|
+
"path": "src/components/le-number-input/le-number-input.tsx",
|
|
2152
2316
|
"declarations": [
|
|
2153
2317
|
{
|
|
2154
2318
|
"kind": "class",
|
|
2155
|
-
"description": "A
|
|
2156
|
-
"name": "
|
|
2157
|
-
"
|
|
2319
|
+
"description": "A number input component with validation, keyboard controls, and custom spinners.",
|
|
2320
|
+
"name": "LeNumberInput",
|
|
2321
|
+
"cssProperties": [
|
|
2158
2322
|
{
|
|
2159
|
-
"description": "
|
|
2160
|
-
"name": ""
|
|
2323
|
+
"description": "Input background color",
|
|
2324
|
+
"name": "--le-input-bg"
|
|
2161
2325
|
},
|
|
2162
2326
|
{
|
|
2163
|
-
"description": "
|
|
2164
|
-
"name": "
|
|
2327
|
+
"description": "Input text color",
|
|
2328
|
+
"name": "--le-input-color"
|
|
2165
2329
|
},
|
|
2166
2330
|
{
|
|
2167
|
-
"description": "
|
|
2168
|
-
"name": "
|
|
2169
|
-
}
|
|
2170
|
-
],
|
|
2171
|
-
"members": [
|
|
2331
|
+
"description": "Input border style",
|
|
2332
|
+
"name": "--le-input-border"
|
|
2333
|
+
},
|
|
2172
2334
|
{
|
|
2173
|
-
"
|
|
2174
|
-
"name": "
|
|
2335
|
+
"description": "Input border style when focused",
|
|
2336
|
+
"name": "--le-input-border-focus"
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
"description": "Input border style when invalid",
|
|
2340
|
+
"name": "--le-input-border-error"
|
|
2341
|
+
},
|
|
2342
|
+
{
|
|
2343
|
+
"description": "Input border radius",
|
|
2344
|
+
"name": "--le-input-radius"
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
"description": "Input padding",
|
|
2348
|
+
"name": "--le-input-padding"
|
|
2349
|
+
}
|
|
2350
|
+
],
|
|
2351
|
+
"slots": [
|
|
2352
|
+
{
|
|
2353
|
+
"description": "The label text for the input",
|
|
2354
|
+
"name": ""
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"description": "Additional description text displayed below the input",
|
|
2358
|
+
"name": "description"
|
|
2359
|
+
},
|
|
2360
|
+
{
|
|
2361
|
+
"description": "Icon to display at the start of the input",
|
|
2362
|
+
"name": "icon-start"
|
|
2363
|
+
}
|
|
2364
|
+
],
|
|
2365
|
+
"members": [
|
|
2366
|
+
{
|
|
2367
|
+
"kind": "field",
|
|
2368
|
+
"name": "el",
|
|
2175
2369
|
"type": {
|
|
2176
2370
|
"text": "HTMLElement"
|
|
2177
2371
|
}
|
|
2178
2372
|
},
|
|
2179
2373
|
{
|
|
2180
2374
|
"kind": "field",
|
|
2181
|
-
"name": "
|
|
2375
|
+
"name": "value",
|
|
2182
2376
|
"type": {
|
|
2183
|
-
"text": "
|
|
2377
|
+
"text": "number"
|
|
2184
2378
|
},
|
|
2185
|
-
"
|
|
2186
|
-
"description": "Whether the popup is currently visible"
|
|
2379
|
+
"description": "The value of the input"
|
|
2187
2380
|
},
|
|
2188
2381
|
{
|
|
2189
2382
|
"kind": "field",
|
|
2190
|
-
"name": "
|
|
2383
|
+
"name": "name",
|
|
2191
2384
|
"type": {
|
|
2192
|
-
"text": "
|
|
2385
|
+
"text": "string"
|
|
2193
2386
|
},
|
|
2194
|
-
"
|
|
2195
|
-
"description": "Type of popup: alert (OK only), confirm (OK/Cancel), prompt (input + OK/Cancel), custom"
|
|
2387
|
+
"description": "The name of the input"
|
|
2196
2388
|
},
|
|
2197
2389
|
{
|
|
2198
2390
|
"kind": "field",
|
|
2199
|
-
"name": "
|
|
2391
|
+
"name": "label",
|
|
2200
2392
|
"type": {
|
|
2201
|
-
"text": "string
|
|
2393
|
+
"text": "string"
|
|
2202
2394
|
},
|
|
2203
|
-
"description": "
|
|
2395
|
+
"description": "Label for the input"
|
|
2204
2396
|
},
|
|
2205
2397
|
{
|
|
2206
2398
|
"kind": "field",
|
|
2207
|
-
"name": "
|
|
2399
|
+
"name": "placeholder",
|
|
2208
2400
|
"type": {
|
|
2209
|
-
"text": "string
|
|
2401
|
+
"text": "string"
|
|
2210
2402
|
},
|
|
2211
|
-
"description": "
|
|
2403
|
+
"description": "Placeholder text"
|
|
2212
2404
|
},
|
|
2213
2405
|
{
|
|
2214
2406
|
"kind": "field",
|
|
2215
|
-
"name": "
|
|
2407
|
+
"name": "min",
|
|
2216
2408
|
"type": {
|
|
2217
|
-
"text": "
|
|
2409
|
+
"text": "number | undefined"
|
|
2218
2410
|
},
|
|
2219
|
-
"
|
|
2220
|
-
"description": "Whether the popup is modal (blocks interaction with page behind)"
|
|
2411
|
+
"description": "Minimum allowed value"
|
|
2221
2412
|
},
|
|
2222
2413
|
{
|
|
2223
2414
|
"kind": "field",
|
|
2224
|
-
"name": "
|
|
2415
|
+
"name": "max",
|
|
2225
2416
|
"type": {
|
|
2226
|
-
"text": "
|
|
2417
|
+
"text": "number | undefined"
|
|
2227
2418
|
},
|
|
2228
|
-
"
|
|
2229
|
-
"description": "Position of the popup on screen"
|
|
2419
|
+
"description": "Maximum allowed value"
|
|
2230
2420
|
},
|
|
2231
2421
|
{
|
|
2232
2422
|
"kind": "field",
|
|
2233
|
-
"name": "
|
|
2423
|
+
"name": "step",
|
|
2234
2424
|
"type": {
|
|
2235
|
-
"text": "
|
|
2425
|
+
"text": "number"
|
|
2236
2426
|
},
|
|
2237
|
-
"default": "
|
|
2238
|
-
"description": "
|
|
2427
|
+
"default": "1",
|
|
2428
|
+
"description": "Step value for increment/decrement"
|
|
2239
2429
|
},
|
|
2240
2430
|
{
|
|
2241
2431
|
"kind": "field",
|
|
2242
|
-
"name": "
|
|
2432
|
+
"name": "required",
|
|
2243
2433
|
"type": {
|
|
2244
|
-
"text": "
|
|
2434
|
+
"text": "boolean"
|
|
2245
2435
|
},
|
|
2246
|
-
"default": "
|
|
2247
|
-
"description": "
|
|
2436
|
+
"default": "false",
|
|
2437
|
+
"description": "Whether the input is required"
|
|
2248
2438
|
},
|
|
2249
2439
|
{
|
|
2250
2440
|
"kind": "field",
|
|
2251
|
-
"name": "
|
|
2441
|
+
"name": "disabled",
|
|
2252
2442
|
"type": {
|
|
2253
|
-
"text": "
|
|
2443
|
+
"text": "boolean"
|
|
2254
2444
|
},
|
|
2255
|
-
"default": "
|
|
2256
|
-
"description": "
|
|
2445
|
+
"default": "false",
|
|
2446
|
+
"description": "Whether the input is disabled"
|
|
2257
2447
|
},
|
|
2258
2448
|
{
|
|
2259
2449
|
"kind": "field",
|
|
2260
|
-
"name": "
|
|
2450
|
+
"name": "readonly",
|
|
2261
2451
|
"type": {
|
|
2262
|
-
"text": "
|
|
2452
|
+
"text": "boolean"
|
|
2263
2453
|
},
|
|
2264
|
-
"default": "
|
|
2265
|
-
"description": "
|
|
2454
|
+
"default": "false",
|
|
2455
|
+
"description": "Whether the input is read-only"
|
|
2266
2456
|
},
|
|
2267
2457
|
{
|
|
2268
2458
|
"kind": "field",
|
|
2269
|
-
"name": "
|
|
2459
|
+
"name": "iconStart",
|
|
2270
2460
|
"type": {
|
|
2271
|
-
"text": "
|
|
2461
|
+
"text": "string | undefined"
|
|
2272
2462
|
},
|
|
2273
|
-
"
|
|
2274
|
-
"description": "Whether clicking the backdrop closes the popup (modal only)"
|
|
2463
|
+
"description": "Icon for the start icon"
|
|
2275
2464
|
},
|
|
2276
2465
|
{
|
|
2277
2466
|
"kind": "field",
|
|
2278
|
-
"name": "
|
|
2467
|
+
"name": "showSpinners",
|
|
2279
2468
|
"type": {
|
|
2280
|
-
"text": "
|
|
2469
|
+
"text": "boolean"
|
|
2281
2470
|
},
|
|
2282
|
-
"default": "
|
|
2283
|
-
"description": "
|
|
2471
|
+
"default": "true",
|
|
2472
|
+
"description": "Whether to show the spinner controls"
|
|
2284
2473
|
},
|
|
2285
2474
|
{
|
|
2286
2475
|
"kind": "field",
|
|
2287
|
-
"name": "
|
|
2476
|
+
"name": "externalId",
|
|
2288
2477
|
"type": {
|
|
2289
|
-
"text": "
|
|
2478
|
+
"text": "string"
|
|
2290
2479
|
},
|
|
2291
|
-
"
|
|
2480
|
+
"description": "External ID for linking with external systems"
|
|
2292
2481
|
},
|
|
2293
2482
|
{
|
|
2294
2483
|
"kind": "field",
|
|
2295
|
-
"name": "
|
|
2484
|
+
"name": "isValid",
|
|
2296
2485
|
"type": {
|
|
2297
|
-
"text": "
|
|
2486
|
+
"text": "boolean"
|
|
2298
2487
|
},
|
|
2299
|
-
"privacy": "private"
|
|
2488
|
+
"privacy": "private",
|
|
2489
|
+
"default": "true",
|
|
2490
|
+
"description": "Internal validation state"
|
|
2300
2491
|
},
|
|
2301
2492
|
{
|
|
2302
2493
|
"kind": "field",
|
|
2303
|
-
"name": "
|
|
2494
|
+
"name": "validationMessage",
|
|
2304
2495
|
"type": {
|
|
2305
|
-
"text": "
|
|
2496
|
+
"text": "string"
|
|
2306
2497
|
},
|
|
2498
|
+
"privacy": "private",
|
|
2499
|
+
"default": "''"
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"kind": "method",
|
|
2503
|
+
"name": "valueChanged"
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
"kind": "method",
|
|
2507
|
+
"name": "validate",
|
|
2307
2508
|
"privacy": "private"
|
|
2308
2509
|
},
|
|
2309
2510
|
{
|
|
2310
|
-
"kind": "
|
|
2311
|
-
"name": "
|
|
2511
|
+
"kind": "method",
|
|
2512
|
+
"name": "emitChange",
|
|
2312
2513
|
"privacy": "private"
|
|
2313
2514
|
},
|
|
2314
2515
|
{
|
|
2315
2516
|
"kind": "method",
|
|
2316
|
-
"name": "
|
|
2317
|
-
"
|
|
2318
|
-
"type": {
|
|
2319
|
-
"text": "Promise<PopupResult>"
|
|
2320
|
-
}
|
|
2321
|
-
},
|
|
2322
|
-
"description": "Opens the popup and returns a promise that resolves when closed"
|
|
2517
|
+
"name": "emitInput",
|
|
2518
|
+
"privacy": "private"
|
|
2323
2519
|
},
|
|
2324
2520
|
{
|
|
2325
2521
|
"kind": "method",
|
|
2326
|
-
"name": "
|
|
2522
|
+
"name": "updateValue",
|
|
2523
|
+
"privacy": "private",
|
|
2327
2524
|
"parameters": [
|
|
2328
2525
|
{
|
|
2329
|
-
"name": "
|
|
2330
|
-
"default": "false",
|
|
2526
|
+
"name": "newValue",
|
|
2331
2527
|
"type": {
|
|
2332
|
-
"text": "
|
|
2528
|
+
"text": "number"
|
|
2333
2529
|
}
|
|
2334
2530
|
}
|
|
2335
|
-
]
|
|
2336
|
-
"description": "Closes the popup with a result"
|
|
2531
|
+
]
|
|
2337
2532
|
},
|
|
2338
2533
|
{
|
|
2339
2534
|
"kind": "field",
|
|
2340
|
-
"name": "
|
|
2535
|
+
"name": "handleInput",
|
|
2341
2536
|
"privacy": "private"
|
|
2342
2537
|
},
|
|
2343
2538
|
{
|
|
2344
2539
|
"kind": "field",
|
|
2345
|
-
"name": "
|
|
2540
|
+
"name": "handleChange",
|
|
2346
2541
|
"privacy": "private"
|
|
2347
2542
|
},
|
|
2348
2543
|
{
|
|
2349
2544
|
"kind": "field",
|
|
2350
|
-
"name": "
|
|
2545
|
+
"name": "handleKeyDown",
|
|
2351
2546
|
"privacy": "private"
|
|
2352
2547
|
},
|
|
2353
2548
|
{
|
|
2354
2549
|
"kind": "field",
|
|
2355
|
-
"name": "
|
|
2550
|
+
"name": "handleWheel",
|
|
2356
2551
|
"privacy": "private"
|
|
2357
2552
|
},
|
|
2358
2553
|
{
|
|
2359
2554
|
"kind": "field",
|
|
2360
|
-
"name": "
|
|
2361
|
-
"privacy": "private"
|
|
2362
|
-
},
|
|
2363
|
-
{
|
|
2364
|
-
"kind": "method",
|
|
2365
|
-
"name": "hasSlot",
|
|
2366
|
-
"privacy": "private",
|
|
2367
|
-
"return": {
|
|
2368
|
-
"type": {
|
|
2369
|
-
"text": "boolean"
|
|
2370
|
-
}
|
|
2371
|
-
},
|
|
2372
|
-
"parameters": [
|
|
2373
|
-
{
|
|
2374
|
-
"name": "name",
|
|
2375
|
-
"type": {
|
|
2376
|
-
"text": "string"
|
|
2377
|
-
}
|
|
2378
|
-
}
|
|
2379
|
-
]
|
|
2380
|
-
},
|
|
2381
|
-
{
|
|
2382
|
-
"kind": "method",
|
|
2383
|
-
"name": "renderHeader",
|
|
2384
|
-
"privacy": "private"
|
|
2385
|
-
},
|
|
2386
|
-
{
|
|
2387
|
-
"kind": "method",
|
|
2388
|
-
"name": "renderBody",
|
|
2555
|
+
"name": "increment",
|
|
2389
2556
|
"privacy": "private"
|
|
2390
2557
|
},
|
|
2391
2558
|
{
|
|
2392
|
-
"kind": "
|
|
2393
|
-
"name": "
|
|
2559
|
+
"kind": "field",
|
|
2560
|
+
"name": "decrement",
|
|
2394
2561
|
"privacy": "private"
|
|
2395
2562
|
},
|
|
2396
2563
|
{
|
|
@@ -2400,71 +2567,25 @@
|
|
|
2400
2567
|
],
|
|
2401
2568
|
"attributes": [
|
|
2402
2569
|
{
|
|
2403
|
-
"name": "
|
|
2404
|
-
"fieldName": "
|
|
2405
|
-
"
|
|
2406
|
-
"description": "Whether the popup is currently visible",
|
|
2407
|
-
"type": {
|
|
2408
|
-
"text": "boolean"
|
|
2409
|
-
}
|
|
2410
|
-
},
|
|
2411
|
-
{
|
|
2412
|
-
"name": "type",
|
|
2413
|
-
"fieldName": "type",
|
|
2414
|
-
"default": "'alert'",
|
|
2415
|
-
"description": "Type of popup: alert (OK only), confirm (OK/Cancel), prompt (input + OK/Cancel), custom",
|
|
2416
|
-
"type": {
|
|
2417
|
-
"text": "PopupType"
|
|
2418
|
-
}
|
|
2419
|
-
},
|
|
2420
|
-
{
|
|
2421
|
-
"name": "popup-title",
|
|
2422
|
-
"fieldName": "popupTitle",
|
|
2423
|
-
"description": "Optional title for the popup header",
|
|
2424
|
-
"type": {
|
|
2425
|
-
"text": "string"
|
|
2426
|
-
}
|
|
2427
|
-
},
|
|
2428
|
-
{
|
|
2429
|
-
"name": "message",
|
|
2430
|
-
"fieldName": "message",
|
|
2431
|
-
"description": "Message text to display (for alert/confirm/prompt types)",
|
|
2432
|
-
"type": {
|
|
2433
|
-
"text": "string"
|
|
2434
|
-
}
|
|
2435
|
-
},
|
|
2436
|
-
{
|
|
2437
|
-
"name": "modal",
|
|
2438
|
-
"fieldName": "modal",
|
|
2439
|
-
"default": "true",
|
|
2440
|
-
"description": "Whether the popup is modal (blocks interaction with page behind)",
|
|
2441
|
-
"type": {
|
|
2442
|
-
"text": "boolean"
|
|
2443
|
-
}
|
|
2444
|
-
},
|
|
2445
|
-
{
|
|
2446
|
-
"name": "position",
|
|
2447
|
-
"fieldName": "position",
|
|
2448
|
-
"default": "'center'",
|
|
2449
|
-
"description": "Position of the popup on screen",
|
|
2570
|
+
"name": "value",
|
|
2571
|
+
"fieldName": "value",
|
|
2572
|
+
"description": "The value of the input",
|
|
2450
2573
|
"type": {
|
|
2451
|
-
"text": "
|
|
2574
|
+
"text": "number"
|
|
2452
2575
|
}
|
|
2453
2576
|
},
|
|
2454
2577
|
{
|
|
2455
|
-
"name": "
|
|
2456
|
-
"fieldName": "
|
|
2457
|
-
"
|
|
2458
|
-
"description": "Text for the confirm/OK button",
|
|
2578
|
+
"name": "name",
|
|
2579
|
+
"fieldName": "name",
|
|
2580
|
+
"description": "The name of the input",
|
|
2459
2581
|
"type": {
|
|
2460
2582
|
"text": "string"
|
|
2461
2583
|
}
|
|
2462
2584
|
},
|
|
2463
2585
|
{
|
|
2464
|
-
"name": "
|
|
2465
|
-
"fieldName": "
|
|
2466
|
-
"
|
|
2467
|
-
"description": "Text for the cancel button",
|
|
2586
|
+
"name": "label",
|
|
2587
|
+
"fieldName": "label",
|
|
2588
|
+
"description": "Label for the input",
|
|
2468
2589
|
"type": {
|
|
2469
2590
|
"text": "string"
|
|
2470
2591
|
}
|
|
@@ -2472,260 +2593,151 @@
|
|
|
2472
2593
|
{
|
|
2473
2594
|
"name": "placeholder",
|
|
2474
2595
|
"fieldName": "placeholder",
|
|
2475
|
-
"
|
|
2476
|
-
"description": "Placeholder text for prompt input",
|
|
2477
|
-
"type": {
|
|
2478
|
-
"text": "string"
|
|
2479
|
-
}
|
|
2480
|
-
},
|
|
2481
|
-
{
|
|
2482
|
-
"name": "default-value",
|
|
2483
|
-
"fieldName": "defaultValue",
|
|
2484
|
-
"default": "''",
|
|
2485
|
-
"description": "Default value for prompt input",
|
|
2596
|
+
"description": "Placeholder text",
|
|
2486
2597
|
"type": {
|
|
2487
2598
|
"text": "string"
|
|
2488
2599
|
}
|
|
2489
2600
|
},
|
|
2490
2601
|
{
|
|
2491
|
-
"name": "
|
|
2492
|
-
"fieldName": "
|
|
2493
|
-
"
|
|
2494
|
-
"description": "Whether clicking the backdrop closes the popup (modal only)",
|
|
2495
|
-
"type": {
|
|
2496
|
-
"text": "boolean"
|
|
2497
|
-
}
|
|
2498
|
-
}
|
|
2499
|
-
],
|
|
2500
|
-
"tagName": "le-popup",
|
|
2501
|
-
"events": [
|
|
2502
|
-
{
|
|
2503
|
-
"name": "leConfirm",
|
|
2504
|
-
"type": {
|
|
2505
|
-
"text": "EventEmitter<PopupResult>"
|
|
2506
|
-
},
|
|
2507
|
-
"description": "Emitted when the popup is confirmed (OK clicked)"
|
|
2508
|
-
},
|
|
2509
|
-
{
|
|
2510
|
-
"name": "leCancel",
|
|
2511
|
-
"type": {
|
|
2512
|
-
"text": "EventEmitter<PopupResult>"
|
|
2513
|
-
},
|
|
2514
|
-
"description": "Emitted when the popup is cancelled (Cancel clicked or dismissed)"
|
|
2515
|
-
},
|
|
2516
|
-
{
|
|
2517
|
-
"name": "leOpen",
|
|
2518
|
-
"type": {
|
|
2519
|
-
"text": "EventEmitter<void>"
|
|
2520
|
-
},
|
|
2521
|
-
"description": "Emitted when the popup opens"
|
|
2522
|
-
},
|
|
2523
|
-
{
|
|
2524
|
-
"name": "leClose",
|
|
2525
|
-
"type": {
|
|
2526
|
-
"text": "EventEmitter<PopupResult>"
|
|
2527
|
-
},
|
|
2528
|
-
"description": "Emitted when the popup closes"
|
|
2529
|
-
}
|
|
2530
|
-
],
|
|
2531
|
-
"customElement": true
|
|
2532
|
-
}
|
|
2533
|
-
],
|
|
2534
|
-
"exports": [
|
|
2535
|
-
{
|
|
2536
|
-
"kind": "js",
|
|
2537
|
-
"name": "LePopup",
|
|
2538
|
-
"declaration": {
|
|
2539
|
-
"name": "LePopup",
|
|
2540
|
-
"module": "src/components/le-popup/le-popup.tsx"
|
|
2541
|
-
}
|
|
2542
|
-
},
|
|
2543
|
-
{
|
|
2544
|
-
"kind": "custom-element-definition",
|
|
2545
|
-
"name": "le-popup",
|
|
2546
|
-
"declaration": {
|
|
2547
|
-
"name": "LePopup",
|
|
2548
|
-
"module": "src/components/le-popup/le-popup.tsx"
|
|
2549
|
-
}
|
|
2550
|
-
}
|
|
2551
|
-
]
|
|
2552
|
-
},
|
|
2553
|
-
{
|
|
2554
|
-
"kind": "javascript-module",
|
|
2555
|
-
"path": "src/components/le-round-progress/le-round-progress.tsx",
|
|
2556
|
-
"declarations": [
|
|
2557
|
-
{
|
|
2558
|
-
"kind": "class",
|
|
2559
|
-
"description": "",
|
|
2560
|
-
"name": "LeRoundProgress",
|
|
2561
|
-
"members": [
|
|
2562
|
-
{
|
|
2563
|
-
"kind": "field",
|
|
2564
|
-
"name": "el",
|
|
2602
|
+
"name": "min",
|
|
2603
|
+
"fieldName": "min",
|
|
2604
|
+
"description": "Minimum allowed value",
|
|
2565
2605
|
"type": {
|
|
2566
|
-
"text": "
|
|
2606
|
+
"text": "number"
|
|
2567
2607
|
}
|
|
2568
2608
|
},
|
|
2569
2609
|
{
|
|
2570
|
-
"
|
|
2571
|
-
"
|
|
2610
|
+
"name": "max",
|
|
2611
|
+
"fieldName": "max",
|
|
2612
|
+
"description": "Maximum allowed value",
|
|
2572
2613
|
"type": {
|
|
2573
2614
|
"text": "number"
|
|
2574
|
-
}
|
|
2575
|
-
"default": "0"
|
|
2576
|
-
},
|
|
2577
|
-
{
|
|
2578
|
-
"kind": "method",
|
|
2579
|
-
"name": "updateValue",
|
|
2580
|
-
"parameters": [
|
|
2581
|
-
{
|
|
2582
|
-
"name": "newValue",
|
|
2583
|
-
"type": {
|
|
2584
|
-
"text": "string"
|
|
2585
|
-
}
|
|
2586
|
-
}
|
|
2587
|
-
]
|
|
2615
|
+
}
|
|
2588
2616
|
},
|
|
2589
2617
|
{
|
|
2590
|
-
"
|
|
2591
|
-
"
|
|
2618
|
+
"name": "step",
|
|
2619
|
+
"fieldName": "step",
|
|
2620
|
+
"default": "1",
|
|
2621
|
+
"description": "Step value for increment/decrement",
|
|
2592
2622
|
"type": {
|
|
2593
2623
|
"text": "number"
|
|
2594
|
-
},
|
|
2595
|
-
"default": "0"
|
|
2596
|
-
},
|
|
2597
|
-
{
|
|
2598
|
-
"kind": "method",
|
|
2599
|
-
"name": "updatePadding",
|
|
2600
|
-
"parameters": [
|
|
2601
|
-
{
|
|
2602
|
-
"name": "newValue",
|
|
2603
|
-
"type": {
|
|
2604
|
-
"text": "string"
|
|
2605
|
-
}
|
|
2606
|
-
}
|
|
2607
|
-
]
|
|
2608
|
-
},
|
|
2609
|
-
{
|
|
2610
|
-
"kind": "field",
|
|
2611
|
-
"name": "paths",
|
|
2612
|
-
"type": {
|
|
2613
|
-
"text": "string"
|
|
2614
2624
|
}
|
|
2615
2625
|
},
|
|
2616
2626
|
{
|
|
2617
|
-
"
|
|
2618
|
-
"
|
|
2619
|
-
"
|
|
2620
|
-
|
|
2621
|
-
"name": "newValue",
|
|
2622
|
-
"type": {
|
|
2623
|
-
"text": "string"
|
|
2624
|
-
}
|
|
2625
|
-
}
|
|
2626
|
-
]
|
|
2627
|
-
},
|
|
2628
|
-
{
|
|
2629
|
-
"kind": "field",
|
|
2630
|
-
"name": "progressPaths",
|
|
2627
|
+
"name": "required",
|
|
2628
|
+
"fieldName": "required",
|
|
2629
|
+
"default": "false",
|
|
2630
|
+
"description": "Whether the input is required",
|
|
2631
2631
|
"type": {
|
|
2632
|
-
"text": "
|
|
2632
|
+
"text": "boolean"
|
|
2633
2633
|
}
|
|
2634
2634
|
},
|
|
2635
2635
|
{
|
|
2636
|
-
"
|
|
2637
|
-
"
|
|
2636
|
+
"name": "disabled",
|
|
2637
|
+
"fieldName": "disabled",
|
|
2638
|
+
"default": "false",
|
|
2639
|
+
"description": "Whether the input is disabled",
|
|
2638
2640
|
"type": {
|
|
2639
|
-
"text": "
|
|
2641
|
+
"text": "boolean"
|
|
2640
2642
|
}
|
|
2641
2643
|
},
|
|
2642
2644
|
{
|
|
2643
|
-
"
|
|
2644
|
-
"
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
"
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
},
|
|
2651
|
-
{
|
|
2652
|
-
"kind": "method",
|
|
2653
|
-
"name": "getPath",
|
|
2654
|
-
"description": "Returns the circular path for the progress stroke\nand additional paths in the background"
|
|
2655
|
-
},
|
|
2656
|
-
{
|
|
2657
|
-
"kind": "method",
|
|
2658
|
-
"name": "getStrokeDashArray"
|
|
2659
|
-
},
|
|
2660
|
-
{
|
|
2661
|
-
"kind": "method",
|
|
2662
|
-
"name": "getPaths"
|
|
2663
|
-
},
|
|
2664
|
-
{
|
|
2665
|
-
"kind": "method",
|
|
2666
|
-
"name": "render"
|
|
2667
|
-
}
|
|
2668
|
-
],
|
|
2669
|
-
"attributes": [
|
|
2645
|
+
"name": "readonly",
|
|
2646
|
+
"fieldName": "readonly",
|
|
2647
|
+
"default": "false",
|
|
2648
|
+
"description": "Whether the input is read-only",
|
|
2649
|
+
"type": {
|
|
2650
|
+
"text": "boolean"
|
|
2651
|
+
}
|
|
2652
|
+
},
|
|
2670
2653
|
{
|
|
2671
|
-
"name": "
|
|
2672
|
-
"fieldName": "
|
|
2673
|
-
"
|
|
2654
|
+
"name": "icon-start",
|
|
2655
|
+
"fieldName": "iconStart",
|
|
2656
|
+
"description": "Icon for the start icon",
|
|
2674
2657
|
"type": {
|
|
2675
|
-
"text": "
|
|
2658
|
+
"text": "string"
|
|
2676
2659
|
}
|
|
2677
2660
|
},
|
|
2678
2661
|
{
|
|
2679
|
-
"name": "
|
|
2680
|
-
"fieldName": "
|
|
2681
|
-
"default": "
|
|
2662
|
+
"name": "show-spinners",
|
|
2663
|
+
"fieldName": "showSpinners",
|
|
2664
|
+
"default": "true",
|
|
2665
|
+
"description": "Whether to show the spinner controls",
|
|
2682
2666
|
"type": {
|
|
2683
|
-
"text": "
|
|
2667
|
+
"text": "boolean"
|
|
2684
2668
|
}
|
|
2685
2669
|
},
|
|
2686
2670
|
{
|
|
2687
|
-
"name": "
|
|
2688
|
-
"fieldName": "
|
|
2671
|
+
"name": "external-id",
|
|
2672
|
+
"fieldName": "externalId",
|
|
2673
|
+
"description": "External ID for linking with external systems",
|
|
2689
2674
|
"type": {
|
|
2690
2675
|
"text": "string"
|
|
2691
2676
|
}
|
|
2692
2677
|
}
|
|
2693
2678
|
],
|
|
2694
|
-
"tagName": "le-
|
|
2695
|
-
"events": [
|
|
2679
|
+
"tagName": "le-number-input",
|
|
2680
|
+
"events": [
|
|
2681
|
+
{
|
|
2682
|
+
"name": "leChange",
|
|
2683
|
+
"type": {
|
|
2684
|
+
"text": "EventEmitter<{ value: number; name: string; externalId: string; isValid: boolean }>"
|
|
2685
|
+
},
|
|
2686
|
+
"description": "Emitted when the value changes (on blur or Enter)"
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"name": "leInput",
|
|
2690
|
+
"type": {
|
|
2691
|
+
"text": "EventEmitter<{ value: number; name: string; externalId: string; isValid: boolean }>"
|
|
2692
|
+
},
|
|
2693
|
+
"description": "Emitted when the input value changes (on keystroke/spin)"
|
|
2694
|
+
}
|
|
2695
|
+
],
|
|
2696
2696
|
"customElement": true
|
|
2697
2697
|
}
|
|
2698
2698
|
],
|
|
2699
2699
|
"exports": [
|
|
2700
2700
|
{
|
|
2701
2701
|
"kind": "js",
|
|
2702
|
-
"name": "
|
|
2702
|
+
"name": "LeNumberInput",
|
|
2703
2703
|
"declaration": {
|
|
2704
|
-
"name": "
|
|
2705
|
-
"module": "src/components/le-
|
|
2704
|
+
"name": "LeNumberInput",
|
|
2705
|
+
"module": "src/components/le-number-input/le-number-input.tsx"
|
|
2706
2706
|
}
|
|
2707
2707
|
},
|
|
2708
2708
|
{
|
|
2709
2709
|
"kind": "custom-element-definition",
|
|
2710
|
-
"name": "le-
|
|
2710
|
+
"name": "le-number-input",
|
|
2711
2711
|
"declaration": {
|
|
2712
|
-
"name": "
|
|
2713
|
-
"module": "src/components/le-
|
|
2712
|
+
"name": "LeNumberInput",
|
|
2713
|
+
"module": "src/components/le-number-input/le-number-input.tsx"
|
|
2714
2714
|
}
|
|
2715
2715
|
}
|
|
2716
2716
|
]
|
|
2717
2717
|
},
|
|
2718
2718
|
{
|
|
2719
2719
|
"kind": "javascript-module",
|
|
2720
|
-
"path": "src/components/le-
|
|
2720
|
+
"path": "src/components/le-stack/le-stack.tsx",
|
|
2721
2721
|
"declarations": [
|
|
2722
2722
|
{
|
|
2723
2723
|
"kind": "class",
|
|
2724
|
-
"description": "
|
|
2725
|
-
"name": "
|
|
2724
|
+
"description": "A flexible stack layout component using CSS flexbox.\n\n`le-stack` arranges its children in a row (horizontal) or column (vertical)\nwith configurable spacing, alignment, and wrapping behavior. Perfect for\ncreating responsive layouts.",
|
|
2725
|
+
"name": "LeStack",
|
|
2726
|
+
"cssProperties": [
|
|
2727
|
+
{
|
|
2728
|
+
"description": "Gap between items (defaults to var(--le-space-md))",
|
|
2729
|
+
"name": "--le-stack-gap"
|
|
2730
|
+
}
|
|
2731
|
+
],
|
|
2732
|
+
"cssParts": [
|
|
2733
|
+
{
|
|
2734
|
+
"description": "The main stack container",
|
|
2735
|
+
"name": "stack"
|
|
2736
|
+
}
|
|
2737
|
+
],
|
|
2726
2738
|
"slots": [
|
|
2727
2739
|
{
|
|
2728
|
-
"description": "Default slot for
|
|
2740
|
+
"description": "Default slot for stack items (le-box components recommended)",
|
|
2729
2741
|
"name": ""
|
|
2730
2742
|
}
|
|
2731
2743
|
],
|
|
@@ -2739,406 +2751,278 @@
|
|
|
2739
2751
|
},
|
|
2740
2752
|
{
|
|
2741
2753
|
"kind": "field",
|
|
2742
|
-
"name": "
|
|
2743
|
-
"type": {
|
|
2744
|
-
"text": "'slot' | 'text' | 'textarea'"
|
|
2745
|
-
},
|
|
2746
|
-
"default": "'slot'",
|
|
2747
|
-
"description": "The type of slot content.\n- `slot`: Default, shows a dropzone for components (default)\n- `text`: Shows a single-line text input\n- `textarea`: Shows a multi-line text area"
|
|
2748
|
-
},
|
|
2749
|
-
{
|
|
2750
|
-
"kind": "field",
|
|
2751
|
-
"name": "name",
|
|
2752
|
-
"type": {
|
|
2753
|
-
"text": "string"
|
|
2754
|
-
},
|
|
2755
|
-
"default": "''",
|
|
2756
|
-
"description": "The name of the slot this placeholder represents.\nShould match the slot name in the parent component."
|
|
2757
|
-
},
|
|
2758
|
-
{
|
|
2759
|
-
"kind": "field",
|
|
2760
|
-
"name": "label",
|
|
2754
|
+
"name": "direction",
|
|
2761
2755
|
"type": {
|
|
2762
|
-
"text": "
|
|
2756
|
+
"text": "'horizontal' | 'vertical'"
|
|
2763
2757
|
},
|
|
2764
|
-
"
|
|
2758
|
+
"default": "'horizontal'",
|
|
2759
|
+
"description": "Direction of the stack layout"
|
|
2765
2760
|
},
|
|
2766
2761
|
{
|
|
2767
2762
|
"kind": "field",
|
|
2768
|
-
"name": "
|
|
2763
|
+
"name": "gap",
|
|
2769
2764
|
"type": {
|
|
2770
2765
|
"text": "string | undefined"
|
|
2771
2766
|
},
|
|
2772
|
-
"description": "
|
|
2767
|
+
"description": "Gap between items (CSS value like '8px', '1rem', 'var(--le-space-md)')"
|
|
2773
2768
|
},
|
|
2774
2769
|
{
|
|
2775
2770
|
"kind": "field",
|
|
2776
|
-
"name": "
|
|
2771
|
+
"name": "align",
|
|
2777
2772
|
"type": {
|
|
2778
|
-
"text": "
|
|
2773
|
+
"text": "'start' | 'center' | 'end' | 'stretch' | 'baseline'"
|
|
2779
2774
|
},
|
|
2780
|
-
"
|
|
2775
|
+
"default": "'stretch'",
|
|
2776
|
+
"description": "Alignment of items on the cross axis"
|
|
2781
2777
|
},
|
|
2782
2778
|
{
|
|
2783
2779
|
"kind": "field",
|
|
2784
|
-
"name": "
|
|
2780
|
+
"name": "justify",
|
|
2785
2781
|
"type": {
|
|
2786
|
-
"text": "
|
|
2782
|
+
"text": "'start' | 'center' | 'end' | 'space-between' | 'space-around' | 'space-evenly'"
|
|
2787
2783
|
},
|
|
2788
|
-
"default": "
|
|
2789
|
-
"description": "
|
|
2784
|
+
"default": "'start'",
|
|
2785
|
+
"description": "Distribution of items on the main axis"
|
|
2790
2786
|
},
|
|
2791
2787
|
{
|
|
2792
2788
|
"kind": "field",
|
|
2793
|
-
"name": "
|
|
2789
|
+
"name": "wrap",
|
|
2794
2790
|
"type": {
|
|
2795
2791
|
"text": "boolean"
|
|
2796
2792
|
},
|
|
2797
2793
|
"default": "false",
|
|
2798
|
-
"description": "Whether
|
|
2799
|
-
},
|
|
2800
|
-
{
|
|
2801
|
-
"kind": "field",
|
|
2802
|
-
"name": "placeholder",
|
|
2803
|
-
"type": {
|
|
2804
|
-
"text": "string | undefined"
|
|
2805
|
-
},
|
|
2806
|
-
"description": "Placeholder text for text/textarea inputs in admin mode."
|
|
2807
|
-
},
|
|
2808
|
-
{
|
|
2809
|
-
"kind": "field",
|
|
2810
|
-
"name": "tag",
|
|
2811
|
-
"type": {
|
|
2812
|
-
"text": "string | undefined"
|
|
2813
|
-
},
|
|
2814
|
-
"description": "The HTML tag to create when there's no slotted element.\nUsed with type=\"text\" or type=\"textarea\" to auto-create elements."
|
|
2794
|
+
"description": "Whether items should wrap to multiple lines"
|
|
2815
2795
|
},
|
|
2816
2796
|
{
|
|
2817
2797
|
"kind": "field",
|
|
2818
|
-
"name": "
|
|
2798
|
+
"name": "alignContent",
|
|
2819
2799
|
"type": {
|
|
2820
|
-
"text": "
|
|
2800
|
+
"text": "'start' | 'center' | 'end' | 'stretch' | 'space-between' | 'space-around'"
|
|
2821
2801
|
},
|
|
2822
|
-
"
|
|
2802
|
+
"default": "'stretch'",
|
|
2803
|
+
"description": "Alignment of wrapped lines (only applies when wrap is true)"
|
|
2823
2804
|
},
|
|
2824
2805
|
{
|
|
2825
2806
|
"kind": "field",
|
|
2826
|
-
"name": "
|
|
2807
|
+
"name": "reverse",
|
|
2827
2808
|
"type": {
|
|
2828
2809
|
"text": "boolean"
|
|
2829
2810
|
},
|
|
2830
|
-
"privacy": "private",
|
|
2831
2811
|
"default": "false",
|
|
2832
|
-
"description": "
|
|
2812
|
+
"description": "Whether to reverse the order of items"
|
|
2833
2813
|
},
|
|
2834
2814
|
{
|
|
2835
2815
|
"kind": "field",
|
|
2836
|
-
"name": "
|
|
2816
|
+
"name": "maxItems",
|
|
2837
2817
|
"type": {
|
|
2838
|
-
"text": "
|
|
2818
|
+
"text": "number | undefined"
|
|
2839
2819
|
},
|
|
2840
|
-
"
|
|
2841
|
-
"default": "''",
|
|
2842
|
-
"description": "Internal state for text input value (synced from slot content)"
|
|
2820
|
+
"description": "Maximum number of items allowed in the stack (for CMS validation)"
|
|
2843
2821
|
},
|
|
2844
2822
|
{
|
|
2845
2823
|
"kind": "field",
|
|
2846
|
-
"name": "
|
|
2824
|
+
"name": "fullWidth",
|
|
2847
2825
|
"type": {
|
|
2848
2826
|
"text": "boolean"
|
|
2849
2827
|
},
|
|
2850
|
-
"
|
|
2851
|
-
"
|
|
2852
|
-
"description": "Whether the current textValue contains valid HTML"
|
|
2853
|
-
},
|
|
2854
|
-
{
|
|
2855
|
-
"kind": "field",
|
|
2856
|
-
"name": "availableComponents",
|
|
2857
|
-
"type": {
|
|
2858
|
-
"text": "ComponentInfo[]"
|
|
2859
|
-
},
|
|
2860
|
-
"privacy": "private",
|
|
2861
|
-
"default": "[]",
|
|
2862
|
-
"description": "Available components loaded from Custom Elements Manifest"
|
|
2828
|
+
"default": "false",
|
|
2829
|
+
"description": "Whether the stack should take full width of its container"
|
|
2863
2830
|
},
|
|
2864
2831
|
{
|
|
2865
2832
|
"kind": "field",
|
|
2866
|
-
"name": "
|
|
2833
|
+
"name": "fullHeight",
|
|
2867
2834
|
"type": {
|
|
2868
2835
|
"text": "boolean"
|
|
2869
2836
|
},
|
|
2870
|
-
"privacy": "private",
|
|
2871
2837
|
"default": "false",
|
|
2872
|
-
"description": "Whether the
|
|
2873
|
-
},
|
|
2874
|
-
{
|
|
2875
|
-
"kind": "field",
|
|
2876
|
-
"name": "slotRef",
|
|
2877
|
-
"type": {
|
|
2878
|
-
"text": "HTMLSlotElement | undefined"
|
|
2879
|
-
},
|
|
2880
|
-
"privacy": "private",
|
|
2881
|
-
"description": "Reference to the slot element to access assignedNodes"
|
|
2882
|
-
},
|
|
2883
|
-
{
|
|
2884
|
-
"kind": "field",
|
|
2885
|
-
"name": "slottedElement",
|
|
2886
|
-
"type": {
|
|
2887
|
-
"text": "Element | undefined"
|
|
2888
|
-
},
|
|
2889
|
-
"privacy": "private",
|
|
2890
|
-
"description": "The original slotted element (e.g., <h3 slot=\"header\">)"
|
|
2891
|
-
},
|
|
2892
|
-
{
|
|
2893
|
-
"kind": "field",
|
|
2894
|
-
"name": "disconnectModeObserver",
|
|
2895
|
-
"type": {
|
|
2896
|
-
"text": "() => void | undefined"
|
|
2897
|
-
},
|
|
2898
|
-
"privacy": "private"
|
|
2838
|
+
"description": "Whether the stack should take full height of its container"
|
|
2899
2839
|
},
|
|
2900
2840
|
{
|
|
2901
2841
|
"kind": "field",
|
|
2902
|
-
"name": "
|
|
2842
|
+
"name": "padding",
|
|
2903
2843
|
"type": {
|
|
2904
|
-
"text": "
|
|
2844
|
+
"text": "string | undefined"
|
|
2905
2845
|
},
|
|
2906
|
-
"
|
|
2907
|
-
"default": "false",
|
|
2908
|
-
"description": "Flag to prevent re-reading content right after we updated it"
|
|
2909
|
-
},
|
|
2910
|
-
{
|
|
2911
|
-
"kind": "method",
|
|
2912
|
-
"name": "readSlottedContent",
|
|
2913
|
-
"privacy": "private",
|
|
2914
|
-
"description": "Read content from slotted elements via assignedNodes()"
|
|
2846
|
+
"description": "Padding inside the stack container (CSS value)"
|
|
2915
2847
|
},
|
|
2916
2848
|
{
|
|
2917
2849
|
"kind": "method",
|
|
2918
|
-
"name": "
|
|
2850
|
+
"name": "getFlexDirection",
|
|
2919
2851
|
"privacy": "private",
|
|
2920
2852
|
"return": {
|
|
2921
2853
|
"type": {
|
|
2922
|
-
"text": "
|
|
2923
|
-
}
|
|
2924
|
-
},
|
|
2925
|
-
"parameters": [
|
|
2926
|
-
{
|
|
2927
|
-
"name": "html",
|
|
2928
|
-
"type": {
|
|
2929
|
-
"text": "string"
|
|
2930
|
-
}
|
|
2854
|
+
"text": "string"
|
|
2931
2855
|
}
|
|
2932
|
-
|
|
2933
|
-
"description": "Validates if a string contains valid HTML"
|
|
2934
|
-
},
|
|
2935
|
-
{
|
|
2936
|
-
"kind": "field",
|
|
2937
|
-
"name": "handleTextInput",
|
|
2938
|
-
"privacy": "private"
|
|
2939
|
-
},
|
|
2940
|
-
{
|
|
2941
|
-
"kind": "method",
|
|
2942
|
-
"name": "createSlottedElement",
|
|
2943
|
-
"privacy": "private",
|
|
2944
|
-
"description": "Create a new slotted element when none exists.\nThe element is appended to the host component's light DOM."
|
|
2856
|
+
}
|
|
2945
2857
|
},
|
|
2946
2858
|
{
|
|
2947
2859
|
"kind": "method",
|
|
2948
|
-
"name": "
|
|
2860
|
+
"name": "getAlignItems",
|
|
2949
2861
|
"privacy": "private",
|
|
2950
|
-
"
|
|
2862
|
+
"return": {
|
|
2863
|
+
"type": {
|
|
2864
|
+
"text": "string"
|
|
2865
|
+
}
|
|
2866
|
+
}
|
|
2951
2867
|
},
|
|
2952
2868
|
{
|
|
2953
2869
|
"kind": "method",
|
|
2954
|
-
"name": "
|
|
2870
|
+
"name": "getJustifyContent",
|
|
2955
2871
|
"privacy": "private",
|
|
2956
2872
|
"return": {
|
|
2957
2873
|
"type": {
|
|
2958
2874
|
"text": "string"
|
|
2959
2875
|
}
|
|
2960
|
-
}
|
|
2961
|
-
"parameters": [
|
|
2962
|
-
{
|
|
2963
|
-
"name": "tagName",
|
|
2964
|
-
"type": {
|
|
2965
|
-
"text": "string"
|
|
2966
|
-
}
|
|
2967
|
-
}
|
|
2968
|
-
],
|
|
2969
|
-
"description": "Format a tag name into a display name\ne.g., 'le-card' -> 'Card'"
|
|
2876
|
+
}
|
|
2970
2877
|
},
|
|
2971
2878
|
{
|
|
2972
2879
|
"kind": "method",
|
|
2973
|
-
"name": "
|
|
2880
|
+
"name": "getAlignContent",
|
|
2974
2881
|
"privacy": "private",
|
|
2975
|
-
"
|
|
2976
|
-
{
|
|
2977
|
-
"
|
|
2978
|
-
"type": {
|
|
2979
|
-
"text": "string"
|
|
2980
|
-
}
|
|
2882
|
+
"return": {
|
|
2883
|
+
"type": {
|
|
2884
|
+
"text": "string"
|
|
2981
2885
|
}
|
|
2982
|
-
|
|
2983
|
-
"description": "Add a new component to the slot"
|
|
2984
|
-
},
|
|
2985
|
-
{
|
|
2986
|
-
"kind": "field",
|
|
2987
|
-
"name": "handleSlotChange",
|
|
2988
|
-
"privacy": "private",
|
|
2989
|
-
"description": "Handle slot change event to re-read content when nodes are assigned"
|
|
2886
|
+
}
|
|
2990
2887
|
},
|
|
2991
2888
|
{
|
|
2992
2889
|
"kind": "method",
|
|
2993
2890
|
"name": "render"
|
|
2994
|
-
},
|
|
2995
|
-
{
|
|
2996
|
-
"kind": "method",
|
|
2997
|
-
"name": "renderContent",
|
|
2998
|
-
"privacy": "private"
|
|
2999
2891
|
}
|
|
3000
2892
|
],
|
|
3001
2893
|
"attributes": [
|
|
3002
2894
|
{
|
|
3003
|
-
"name": "
|
|
3004
|
-
"fieldName": "
|
|
3005
|
-
"default": "'
|
|
3006
|
-
"description": "
|
|
2895
|
+
"name": "direction",
|
|
2896
|
+
"fieldName": "direction",
|
|
2897
|
+
"default": "'horizontal'",
|
|
2898
|
+
"description": "Direction of the stack layout",
|
|
3007
2899
|
"type": {
|
|
3008
|
-
"text": "'
|
|
2900
|
+
"text": "'horizontal' | 'vertical'"
|
|
3009
2901
|
}
|
|
3010
2902
|
},
|
|
3011
2903
|
{
|
|
3012
|
-
"name": "
|
|
3013
|
-
"fieldName": "
|
|
3014
|
-
"
|
|
3015
|
-
"description": "The name of the slot this placeholder represents.\nShould match the slot name in the parent component.",
|
|
2904
|
+
"name": "gap",
|
|
2905
|
+
"fieldName": "gap",
|
|
2906
|
+
"description": "Gap between items (CSS value like '8px', '1rem', 'var(--le-space-md)')",
|
|
3016
2907
|
"type": {
|
|
3017
2908
|
"text": "string"
|
|
3018
2909
|
}
|
|
3019
2910
|
},
|
|
3020
2911
|
{
|
|
3021
|
-
"name": "
|
|
3022
|
-
"fieldName": "
|
|
3023
|
-
"
|
|
2912
|
+
"name": "align",
|
|
2913
|
+
"fieldName": "align",
|
|
2914
|
+
"default": "'stretch'",
|
|
2915
|
+
"description": "Alignment of items on the cross axis",
|
|
3024
2916
|
"type": {
|
|
3025
|
-
"text": "
|
|
2917
|
+
"text": "'start' | 'center' | 'end' | 'stretch' | 'baseline'"
|
|
3026
2918
|
}
|
|
3027
2919
|
},
|
|
3028
2920
|
{
|
|
3029
|
-
"name": "
|
|
3030
|
-
"fieldName": "
|
|
3031
|
-
"
|
|
2921
|
+
"name": "justify",
|
|
2922
|
+
"fieldName": "justify",
|
|
2923
|
+
"default": "'start'",
|
|
2924
|
+
"description": "Distribution of items on the main axis",
|
|
3032
2925
|
"type": {
|
|
3033
|
-
"text": "
|
|
2926
|
+
"text": "'start' | 'center' | 'end' | 'space-between' | 'space-around' | 'space-evenly'"
|
|
3034
2927
|
}
|
|
3035
2928
|
},
|
|
3036
2929
|
{
|
|
3037
|
-
"name": "
|
|
3038
|
-
"fieldName": "
|
|
3039
|
-
"
|
|
2930
|
+
"name": "wrap",
|
|
2931
|
+
"fieldName": "wrap",
|
|
2932
|
+
"default": "false",
|
|
2933
|
+
"description": "Whether items should wrap to multiple lines",
|
|
3040
2934
|
"type": {
|
|
3041
|
-
"text": "
|
|
2935
|
+
"text": "boolean"
|
|
3042
2936
|
}
|
|
3043
2937
|
},
|
|
3044
2938
|
{
|
|
3045
|
-
"name": "
|
|
3046
|
-
"fieldName": "
|
|
3047
|
-
"default": "
|
|
3048
|
-
"description": "
|
|
2939
|
+
"name": "align-content",
|
|
2940
|
+
"fieldName": "alignContent",
|
|
2941
|
+
"default": "'stretch'",
|
|
2942
|
+
"description": "Alignment of wrapped lines (only applies when wrap is true)",
|
|
3049
2943
|
"type": {
|
|
3050
|
-
"text": "
|
|
2944
|
+
"text": "'start' | 'center' | 'end' | 'stretch' | 'space-between' | 'space-around'"
|
|
3051
2945
|
}
|
|
3052
2946
|
},
|
|
3053
2947
|
{
|
|
3054
|
-
"name": "
|
|
3055
|
-
"fieldName": "
|
|
2948
|
+
"name": "reverse",
|
|
2949
|
+
"fieldName": "reverse",
|
|
3056
2950
|
"default": "false",
|
|
3057
|
-
"description": "Whether
|
|
2951
|
+
"description": "Whether to reverse the order of items",
|
|
3058
2952
|
"type": {
|
|
3059
2953
|
"text": "boolean"
|
|
3060
2954
|
}
|
|
3061
2955
|
},
|
|
3062
2956
|
{
|
|
3063
|
-
"name": "
|
|
3064
|
-
"fieldName": "
|
|
3065
|
-
"description": "
|
|
2957
|
+
"name": "max-items",
|
|
2958
|
+
"fieldName": "maxItems",
|
|
2959
|
+
"description": "Maximum number of items allowed in the stack (for CMS validation)",
|
|
3066
2960
|
"type": {
|
|
3067
|
-
"text": "
|
|
2961
|
+
"text": "number"
|
|
3068
2962
|
}
|
|
3069
2963
|
},
|
|
3070
2964
|
{
|
|
3071
|
-
"name": "
|
|
3072
|
-
"fieldName": "
|
|
3073
|
-
"
|
|
2965
|
+
"name": "full-width",
|
|
2966
|
+
"fieldName": "fullWidth",
|
|
2967
|
+
"default": "false",
|
|
2968
|
+
"description": "Whether the stack should take full width of its container",
|
|
3074
2969
|
"type": {
|
|
3075
|
-
"text": "
|
|
2970
|
+
"text": "boolean"
|
|
3076
2971
|
}
|
|
3077
2972
|
},
|
|
3078
2973
|
{
|
|
3079
|
-
"name": "
|
|
3080
|
-
"fieldName": "
|
|
3081
|
-
"
|
|
2974
|
+
"name": "full-height",
|
|
2975
|
+
"fieldName": "fullHeight",
|
|
2976
|
+
"default": "false",
|
|
2977
|
+
"description": "Whether the stack should take full height of its container",
|
|
3082
2978
|
"type": {
|
|
3083
|
-
"text": "
|
|
2979
|
+
"text": "boolean"
|
|
3084
2980
|
}
|
|
3085
|
-
}
|
|
3086
|
-
],
|
|
3087
|
-
"tagName": "le-slot",
|
|
3088
|
-
"events": [
|
|
2981
|
+
},
|
|
3089
2982
|
{
|
|
3090
|
-
"name": "
|
|
2983
|
+
"name": "padding",
|
|
2984
|
+
"fieldName": "padding",
|
|
2985
|
+
"description": "Padding inside the stack container (CSS value)",
|
|
3091
2986
|
"type": {
|
|
3092
|
-
"text": "
|
|
3093
|
-
}
|
|
3094
|
-
"description": "Emitted when text content changes in admin mode.\nThe event detail contains the new text value and validity."
|
|
2987
|
+
"text": "string"
|
|
2988
|
+
}
|
|
3095
2989
|
}
|
|
3096
2990
|
],
|
|
2991
|
+
"tagName": "le-stack",
|
|
2992
|
+
"events": [],
|
|
3097
2993
|
"customElement": true
|
|
3098
2994
|
}
|
|
3099
2995
|
],
|
|
3100
2996
|
"exports": [
|
|
3101
2997
|
{
|
|
3102
2998
|
"kind": "js",
|
|
3103
|
-
"name": "
|
|
2999
|
+
"name": "LeStack",
|
|
3104
3000
|
"declaration": {
|
|
3105
|
-
"name": "
|
|
3106
|
-
"module": "src/components/le-
|
|
3001
|
+
"name": "LeStack",
|
|
3002
|
+
"module": "src/components/le-stack/le-stack.tsx"
|
|
3107
3003
|
}
|
|
3108
3004
|
},
|
|
3109
3005
|
{
|
|
3110
3006
|
"kind": "custom-element-definition",
|
|
3111
|
-
"name": "le-
|
|
3007
|
+
"name": "le-stack",
|
|
3112
3008
|
"declaration": {
|
|
3113
|
-
"name": "
|
|
3114
|
-
"module": "src/components/le-
|
|
3009
|
+
"name": "LeStack",
|
|
3010
|
+
"module": "src/components/le-stack/le-stack.tsx"
|
|
3115
3011
|
}
|
|
3116
3012
|
}
|
|
3117
3013
|
]
|
|
3118
3014
|
},
|
|
3119
3015
|
{
|
|
3120
3016
|
"kind": "javascript-module",
|
|
3121
|
-
"path": "src/components/le-
|
|
3017
|
+
"path": "src/components/le-slot/le-slot.tsx",
|
|
3122
3018
|
"declarations": [
|
|
3123
3019
|
{
|
|
3124
3020
|
"kind": "class",
|
|
3125
|
-
"description": "
|
|
3126
|
-
"name": "
|
|
3127
|
-
"cssProperties": [
|
|
3128
|
-
{
|
|
3129
|
-
"description": "Gap between items (defaults to var(--le-space-md))",
|
|
3130
|
-
"name": "--le-stack-gap"
|
|
3131
|
-
}
|
|
3132
|
-
],
|
|
3133
|
-
"cssParts": [
|
|
3134
|
-
{
|
|
3135
|
-
"description": "The main stack container",
|
|
3136
|
-
"name": "stack"
|
|
3137
|
-
}
|
|
3138
|
-
],
|
|
3021
|
+
"description": "Slot placeholder component for admin/CMS mode.\n\nThis component renders a visual placeholder for slots when in admin mode,\nallowing CMS systems to show available drop zones for content or inline editing.\n\nIn non-admin mode, this component renders nothing and acts as a passthrough.",
|
|
3022
|
+
"name": "LeSlot",
|
|
3139
3023
|
"slots": [
|
|
3140
3024
|
{
|
|
3141
|
-
"description": "Default slot for
|
|
3025
|
+
"description": "Default slot for placeholder content or drop zone UI",
|
|
3142
3026
|
"name": ""
|
|
3143
3027
|
}
|
|
3144
3028
|
],
|
|
@@ -3152,263 +3036,379 @@
|
|
|
3152
3036
|
},
|
|
3153
3037
|
{
|
|
3154
3038
|
"kind": "field",
|
|
3155
|
-
"name": "
|
|
3039
|
+
"name": "type",
|
|
3156
3040
|
"type": {
|
|
3157
|
-
"text": "'
|
|
3041
|
+
"text": "'slot' | 'text' | 'textarea'"
|
|
3158
3042
|
},
|
|
3159
|
-
"default": "'
|
|
3160
|
-
"description": "
|
|
3043
|
+
"default": "'slot'",
|
|
3044
|
+
"description": "The type of slot content.\n- `slot`: Default, shows a dropzone for components (default)\n- `text`: Shows a single-line text input\n- `textarea`: Shows a multi-line text area"
|
|
3161
3045
|
},
|
|
3162
3046
|
{
|
|
3163
3047
|
"kind": "field",
|
|
3164
|
-
"name": "
|
|
3048
|
+
"name": "name",
|
|
3049
|
+
"type": {
|
|
3050
|
+
"text": "string"
|
|
3051
|
+
},
|
|
3052
|
+
"default": "''",
|
|
3053
|
+
"description": "The name of the slot this placeholder represents.\nShould match the slot name in the parent component."
|
|
3054
|
+
},
|
|
3055
|
+
{
|
|
3056
|
+
"kind": "field",
|
|
3057
|
+
"name": "label",
|
|
3165
3058
|
"type": {
|
|
3166
3059
|
"text": "string | undefined"
|
|
3167
3060
|
},
|
|
3168
|
-
"description": "
|
|
3061
|
+
"description": "Label to display in admin mode.\nIf not provided, the slot name will be used."
|
|
3169
3062
|
},
|
|
3170
3063
|
{
|
|
3171
3064
|
"kind": "field",
|
|
3172
|
-
"name": "
|
|
3065
|
+
"name": "description",
|
|
3173
3066
|
"type": {
|
|
3174
|
-
"text": "
|
|
3067
|
+
"text": "string | undefined"
|
|
3175
3068
|
},
|
|
3176
|
-
"
|
|
3177
|
-
|
|
3069
|
+
"description": "Description of what content this slot accepts.\nShown in admin mode to guide content editors."
|
|
3070
|
+
},
|
|
3071
|
+
{
|
|
3072
|
+
"kind": "field",
|
|
3073
|
+
"name": "allowedComponents",
|
|
3074
|
+
"type": {
|
|
3075
|
+
"text": "string | undefined"
|
|
3076
|
+
},
|
|
3077
|
+
"description": "Comma-separated list of allowed component tags for this slot.\nUsed by CMS to filter available components."
|
|
3078
|
+
},
|
|
3079
|
+
{
|
|
3080
|
+
"kind": "field",
|
|
3081
|
+
"name": "multiple",
|
|
3082
|
+
"type": {
|
|
3083
|
+
"text": "boolean"
|
|
3084
|
+
},
|
|
3085
|
+
"default": "true",
|
|
3086
|
+
"description": "Whether multiple components can be dropped in this slot."
|
|
3087
|
+
},
|
|
3088
|
+
{
|
|
3089
|
+
"kind": "field",
|
|
3090
|
+
"name": "required",
|
|
3091
|
+
"type": {
|
|
3092
|
+
"text": "boolean"
|
|
3093
|
+
},
|
|
3094
|
+
"default": "false",
|
|
3095
|
+
"description": "Whether this slot is required to have content."
|
|
3096
|
+
},
|
|
3097
|
+
{
|
|
3098
|
+
"kind": "field",
|
|
3099
|
+
"name": "placeholder",
|
|
3100
|
+
"type": {
|
|
3101
|
+
"text": "string | undefined"
|
|
3102
|
+
},
|
|
3103
|
+
"description": "Placeholder text for text/textarea inputs in admin mode."
|
|
3104
|
+
},
|
|
3105
|
+
{
|
|
3106
|
+
"kind": "field",
|
|
3107
|
+
"name": "tag",
|
|
3108
|
+
"type": {
|
|
3109
|
+
"text": "string | undefined"
|
|
3110
|
+
},
|
|
3111
|
+
"description": "The HTML tag to create when there's no slotted element.\nUsed with type=\"text\" or type=\"textarea\" to auto-create elements."
|
|
3112
|
+
},
|
|
3113
|
+
{
|
|
3114
|
+
"kind": "field",
|
|
3115
|
+
"name": "slotStyle",
|
|
3116
|
+
"type": {
|
|
3117
|
+
"text": "string | undefined"
|
|
3118
|
+
},
|
|
3119
|
+
"description": "CSS styles for the slot dropzone container.\nUseful for layouts - e.g., \"flex-direction: row\" for horizontal stacks.\nOnly applies in admin mode for type=\"slot\"."
|
|
3120
|
+
},
|
|
3121
|
+
{
|
|
3122
|
+
"kind": "field",
|
|
3123
|
+
"name": "adminMode",
|
|
3124
|
+
"type": {
|
|
3125
|
+
"text": "boolean"
|
|
3126
|
+
},
|
|
3127
|
+
"privacy": "private",
|
|
3128
|
+
"default": "false",
|
|
3129
|
+
"description": "Internal state to track admin mode"
|
|
3178
3130
|
},
|
|
3179
3131
|
{
|
|
3180
3132
|
"kind": "field",
|
|
3181
|
-
"name": "
|
|
3133
|
+
"name": "textValue",
|
|
3182
3134
|
"type": {
|
|
3183
|
-
"text": "
|
|
3135
|
+
"text": "string"
|
|
3184
3136
|
},
|
|
3185
|
-
"
|
|
3186
|
-
"
|
|
3137
|
+
"privacy": "private",
|
|
3138
|
+
"default": "''",
|
|
3139
|
+
"description": "Internal state for text input value (synced from slot content)"
|
|
3187
3140
|
},
|
|
3188
3141
|
{
|
|
3189
3142
|
"kind": "field",
|
|
3190
|
-
"name": "
|
|
3143
|
+
"name": "isValidHtml",
|
|
3191
3144
|
"type": {
|
|
3192
3145
|
"text": "boolean"
|
|
3193
3146
|
},
|
|
3194
|
-
"
|
|
3195
|
-
"
|
|
3147
|
+
"privacy": "private",
|
|
3148
|
+
"default": "true",
|
|
3149
|
+
"description": "Whether the current textValue contains valid HTML"
|
|
3196
3150
|
},
|
|
3197
3151
|
{
|
|
3198
3152
|
"kind": "field",
|
|
3199
|
-
"name": "
|
|
3153
|
+
"name": "availableComponents",
|
|
3200
3154
|
"type": {
|
|
3201
|
-
"text": "
|
|
3155
|
+
"text": "ComponentInfo[]"
|
|
3202
3156
|
},
|
|
3203
|
-
"
|
|
3204
|
-
"
|
|
3157
|
+
"privacy": "private",
|
|
3158
|
+
"default": "[]",
|
|
3159
|
+
"description": "Available components loaded from Custom Elements Manifest"
|
|
3205
3160
|
},
|
|
3206
3161
|
{
|
|
3207
3162
|
"kind": "field",
|
|
3208
|
-
"name": "
|
|
3163
|
+
"name": "pickerOpen",
|
|
3209
3164
|
"type": {
|
|
3210
3165
|
"text": "boolean"
|
|
3211
3166
|
},
|
|
3167
|
+
"privacy": "private",
|
|
3212
3168
|
"default": "false",
|
|
3213
|
-
"description": "Whether
|
|
3169
|
+
"description": "Whether the component picker popover is open"
|
|
3214
3170
|
},
|
|
3215
3171
|
{
|
|
3216
3172
|
"kind": "field",
|
|
3217
|
-
"name": "
|
|
3173
|
+
"name": "slotRef",
|
|
3218
3174
|
"type": {
|
|
3219
|
-
"text": "
|
|
3175
|
+
"text": "HTMLSlotElement | undefined"
|
|
3220
3176
|
},
|
|
3221
|
-
"
|
|
3177
|
+
"privacy": "private",
|
|
3178
|
+
"description": "Reference to the slot element to access assignedNodes"
|
|
3222
3179
|
},
|
|
3223
3180
|
{
|
|
3224
3181
|
"kind": "field",
|
|
3225
|
-
"name": "
|
|
3182
|
+
"name": "slottedElement",
|
|
3226
3183
|
"type": {
|
|
3227
|
-
"text": "
|
|
3184
|
+
"text": "Element | undefined"
|
|
3228
3185
|
},
|
|
3229
|
-
"
|
|
3230
|
-
"description": "
|
|
3186
|
+
"privacy": "private",
|
|
3187
|
+
"description": "The original slotted element (e.g., <h3 slot=\"header\">)"
|
|
3231
3188
|
},
|
|
3232
3189
|
{
|
|
3233
3190
|
"kind": "field",
|
|
3234
|
-
"name": "
|
|
3191
|
+
"name": "disconnectModeObserver",
|
|
3235
3192
|
"type": {
|
|
3236
|
-
"text": "
|
|
3193
|
+
"text": "() => void | undefined"
|
|
3237
3194
|
},
|
|
3238
|
-
"
|
|
3239
|
-
"description": "Whether the stack should take full height of its container"
|
|
3195
|
+
"privacy": "private"
|
|
3240
3196
|
},
|
|
3241
3197
|
{
|
|
3242
3198
|
"kind": "field",
|
|
3243
|
-
"name": "
|
|
3199
|
+
"name": "isUpdating",
|
|
3244
3200
|
"type": {
|
|
3245
|
-
"text": "
|
|
3201
|
+
"text": "boolean"
|
|
3246
3202
|
},
|
|
3247
|
-
"
|
|
3203
|
+
"privacy": "private",
|
|
3204
|
+
"default": "false",
|
|
3205
|
+
"description": "Flag to prevent re-reading content right after we updated it"
|
|
3248
3206
|
},
|
|
3249
3207
|
{
|
|
3250
3208
|
"kind": "method",
|
|
3251
|
-
"name": "
|
|
3209
|
+
"name": "readSlottedContent",
|
|
3252
3210
|
"privacy": "private",
|
|
3253
|
-
"
|
|
3254
|
-
"type": {
|
|
3255
|
-
"text": "string"
|
|
3256
|
-
}
|
|
3257
|
-
}
|
|
3211
|
+
"description": "Read content from slotted elements via assignedNodes()"
|
|
3258
3212
|
},
|
|
3259
3213
|
{
|
|
3260
3214
|
"kind": "method",
|
|
3261
|
-
"name": "
|
|
3215
|
+
"name": "validateHtml",
|
|
3262
3216
|
"privacy": "private",
|
|
3263
3217
|
"return": {
|
|
3264
3218
|
"type": {
|
|
3265
|
-
"text": "
|
|
3219
|
+
"text": "boolean"
|
|
3266
3220
|
}
|
|
3267
|
-
}
|
|
3221
|
+
},
|
|
3222
|
+
"parameters": [
|
|
3223
|
+
{
|
|
3224
|
+
"name": "html",
|
|
3225
|
+
"type": {
|
|
3226
|
+
"text": "string"
|
|
3227
|
+
}
|
|
3228
|
+
}
|
|
3229
|
+
],
|
|
3230
|
+
"description": "Validates if a string contains valid HTML"
|
|
3231
|
+
},
|
|
3232
|
+
{
|
|
3233
|
+
"kind": "field",
|
|
3234
|
+
"name": "handleTextInput",
|
|
3235
|
+
"privacy": "private"
|
|
3268
3236
|
},
|
|
3269
3237
|
{
|
|
3270
3238
|
"kind": "method",
|
|
3271
|
-
"name": "
|
|
3239
|
+
"name": "createSlottedElement",
|
|
3240
|
+
"privacy": "private",
|
|
3241
|
+
"description": "Create a new slotted element when none exists.\nThe element is appended to the host component's light DOM."
|
|
3242
|
+
},
|
|
3243
|
+
{
|
|
3244
|
+
"kind": "method",
|
|
3245
|
+
"name": "loadAvailableComponents",
|
|
3246
|
+
"privacy": "private",
|
|
3247
|
+
"description": "Load available components from Custom Elements Manifest"
|
|
3248
|
+
},
|
|
3249
|
+
{
|
|
3250
|
+
"kind": "method",
|
|
3251
|
+
"name": "formatComponentName",
|
|
3272
3252
|
"privacy": "private",
|
|
3273
3253
|
"return": {
|
|
3274
3254
|
"type": {
|
|
3275
3255
|
"text": "string"
|
|
3276
3256
|
}
|
|
3277
|
-
}
|
|
3257
|
+
},
|
|
3258
|
+
"parameters": [
|
|
3259
|
+
{
|
|
3260
|
+
"name": "tagName",
|
|
3261
|
+
"type": {
|
|
3262
|
+
"text": "string"
|
|
3263
|
+
}
|
|
3264
|
+
}
|
|
3265
|
+
],
|
|
3266
|
+
"description": "Format a tag name into a display name\ne.g., 'le-card' -> 'Card'"
|
|
3278
3267
|
},
|
|
3279
3268
|
{
|
|
3280
3269
|
"kind": "method",
|
|
3281
|
-
"name": "
|
|
3270
|
+
"name": "addComponent",
|
|
3282
3271
|
"privacy": "private",
|
|
3283
|
-
"
|
|
3284
|
-
|
|
3285
|
-
"
|
|
3272
|
+
"parameters": [
|
|
3273
|
+
{
|
|
3274
|
+
"name": "tagName",
|
|
3275
|
+
"type": {
|
|
3276
|
+
"text": "string"
|
|
3277
|
+
}
|
|
3286
3278
|
}
|
|
3287
|
-
|
|
3279
|
+
],
|
|
3280
|
+
"description": "Add a new component to the slot"
|
|
3281
|
+
},
|
|
3282
|
+
{
|
|
3283
|
+
"kind": "field",
|
|
3284
|
+
"name": "handleSlotChange",
|
|
3285
|
+
"privacy": "private",
|
|
3286
|
+
"description": "Handle slot change event to re-read content when nodes are assigned"
|
|
3288
3287
|
},
|
|
3289
3288
|
{
|
|
3290
3289
|
"kind": "method",
|
|
3291
3290
|
"name": "render"
|
|
3291
|
+
},
|
|
3292
|
+
{
|
|
3293
|
+
"kind": "method",
|
|
3294
|
+
"name": "renderContent",
|
|
3295
|
+
"privacy": "private"
|
|
3292
3296
|
}
|
|
3293
3297
|
],
|
|
3294
3298
|
"attributes": [
|
|
3295
3299
|
{
|
|
3296
|
-
"name": "
|
|
3297
|
-
"fieldName": "
|
|
3298
|
-
"default": "'
|
|
3299
|
-
"description": "
|
|
3300
|
+
"name": "type",
|
|
3301
|
+
"fieldName": "type",
|
|
3302
|
+
"default": "'slot'",
|
|
3303
|
+
"description": "The type of slot content.\n- `slot`: Default, shows a dropzone for components (default)\n- `text`: Shows a single-line text input\n- `textarea`: Shows a multi-line text area",
|
|
3300
3304
|
"type": {
|
|
3301
|
-
"text": "'
|
|
3305
|
+
"text": "'slot' | 'text' | 'textarea'"
|
|
3302
3306
|
}
|
|
3303
3307
|
},
|
|
3304
3308
|
{
|
|
3305
|
-
"name": "
|
|
3306
|
-
"fieldName": "
|
|
3307
|
-
"
|
|
3309
|
+
"name": "name",
|
|
3310
|
+
"fieldName": "name",
|
|
3311
|
+
"default": "''",
|
|
3312
|
+
"description": "The name of the slot this placeholder represents.\nShould match the slot name in the parent component.",
|
|
3308
3313
|
"type": {
|
|
3309
3314
|
"text": "string"
|
|
3310
3315
|
}
|
|
3311
3316
|
},
|
|
3312
3317
|
{
|
|
3313
|
-
"name": "
|
|
3314
|
-
"fieldName": "
|
|
3315
|
-
"
|
|
3316
|
-
"description": "Alignment of items on the cross axis",
|
|
3318
|
+
"name": "label",
|
|
3319
|
+
"fieldName": "label",
|
|
3320
|
+
"description": "Label to display in admin mode.\nIf not provided, the slot name will be used.",
|
|
3317
3321
|
"type": {
|
|
3318
|
-
"text": "
|
|
3322
|
+
"text": "string"
|
|
3319
3323
|
}
|
|
3320
3324
|
},
|
|
3321
3325
|
{
|
|
3322
|
-
"name": "
|
|
3323
|
-
"fieldName": "
|
|
3324
|
-
"
|
|
3325
|
-
"description": "Distribution of items on the main axis",
|
|
3326
|
+
"name": "description",
|
|
3327
|
+
"fieldName": "description",
|
|
3328
|
+
"description": "Description of what content this slot accepts.\nShown in admin mode to guide content editors.",
|
|
3326
3329
|
"type": {
|
|
3327
|
-
"text": "
|
|
3330
|
+
"text": "string"
|
|
3328
3331
|
}
|
|
3329
3332
|
},
|
|
3330
3333
|
{
|
|
3331
|
-
"name": "
|
|
3332
|
-
"fieldName": "
|
|
3333
|
-
"
|
|
3334
|
-
"description": "Whether items should wrap to multiple lines",
|
|
3334
|
+
"name": "allowed-components",
|
|
3335
|
+
"fieldName": "allowedComponents",
|
|
3336
|
+
"description": "Comma-separated list of allowed component tags for this slot.\nUsed by CMS to filter available components.",
|
|
3335
3337
|
"type": {
|
|
3336
|
-
"text": "
|
|
3338
|
+
"text": "string"
|
|
3337
3339
|
}
|
|
3338
3340
|
},
|
|
3339
3341
|
{
|
|
3340
|
-
"name": "
|
|
3341
|
-
"fieldName": "
|
|
3342
|
-
"default": "
|
|
3343
|
-
"description": "
|
|
3342
|
+
"name": "multiple",
|
|
3343
|
+
"fieldName": "multiple",
|
|
3344
|
+
"default": "true",
|
|
3345
|
+
"description": "Whether multiple components can be dropped in this slot.",
|
|
3344
3346
|
"type": {
|
|
3345
|
-
"text": "
|
|
3347
|
+
"text": "boolean"
|
|
3346
3348
|
}
|
|
3347
3349
|
},
|
|
3348
3350
|
{
|
|
3349
|
-
"name": "
|
|
3350
|
-
"fieldName": "
|
|
3351
|
+
"name": "required",
|
|
3352
|
+
"fieldName": "required",
|
|
3351
3353
|
"default": "false",
|
|
3352
|
-
"description": "Whether
|
|
3354
|
+
"description": "Whether this slot is required to have content.",
|
|
3353
3355
|
"type": {
|
|
3354
3356
|
"text": "boolean"
|
|
3355
3357
|
}
|
|
3356
3358
|
},
|
|
3357
3359
|
{
|
|
3358
|
-
"name": "
|
|
3359
|
-
"fieldName": "
|
|
3360
|
-
"description": "
|
|
3360
|
+
"name": "placeholder",
|
|
3361
|
+
"fieldName": "placeholder",
|
|
3362
|
+
"description": "Placeholder text for text/textarea inputs in admin mode.",
|
|
3361
3363
|
"type": {
|
|
3362
|
-
"text": "
|
|
3364
|
+
"text": "string"
|
|
3363
3365
|
}
|
|
3364
3366
|
},
|
|
3365
3367
|
{
|
|
3366
|
-
"name": "
|
|
3367
|
-
"fieldName": "
|
|
3368
|
-
"
|
|
3369
|
-
"description": "Whether the stack should take full width of its container",
|
|
3368
|
+
"name": "tag",
|
|
3369
|
+
"fieldName": "tag",
|
|
3370
|
+
"description": "The HTML tag to create when there's no slotted element.\nUsed with type=\"text\" or type=\"textarea\" to auto-create elements.",
|
|
3370
3371
|
"type": {
|
|
3371
|
-
"text": "
|
|
3372
|
+
"text": "string"
|
|
3372
3373
|
}
|
|
3373
3374
|
},
|
|
3374
3375
|
{
|
|
3375
|
-
"name": "
|
|
3376
|
-
"fieldName": "
|
|
3377
|
-
"
|
|
3378
|
-
"description": "Whether the stack should take full height of its container",
|
|
3376
|
+
"name": "slot-style",
|
|
3377
|
+
"fieldName": "slotStyle",
|
|
3378
|
+
"description": "CSS styles for the slot dropzone container.\nUseful for layouts - e.g., \"flex-direction: row\" for horizontal stacks.\nOnly applies in admin mode for type=\"slot\".",
|
|
3379
3379
|
"type": {
|
|
3380
|
-
"text": "
|
|
3380
|
+
"text": "string"
|
|
3381
3381
|
}
|
|
3382
|
-
}
|
|
3382
|
+
}
|
|
3383
|
+
],
|
|
3384
|
+
"tagName": "le-slot",
|
|
3385
|
+
"events": [
|
|
3383
3386
|
{
|
|
3384
|
-
"name": "
|
|
3385
|
-
"fieldName": "padding",
|
|
3386
|
-
"description": "Padding inside the stack container (CSS value)",
|
|
3387
|
+
"name": "leSlotChange",
|
|
3387
3388
|
"type": {
|
|
3388
|
-
"text": "string"
|
|
3389
|
-
}
|
|
3389
|
+
"text": "EventEmitter<{ name: string; value: string; isValid: boolean }>"
|
|
3390
|
+
},
|
|
3391
|
+
"description": "Emitted when text content changes in admin mode.\nThe event detail contains the new text value and validity."
|
|
3390
3392
|
}
|
|
3391
3393
|
],
|
|
3392
|
-
"tagName": "le-stack",
|
|
3393
|
-
"events": [],
|
|
3394
3394
|
"customElement": true
|
|
3395
3395
|
}
|
|
3396
3396
|
],
|
|
3397
3397
|
"exports": [
|
|
3398
3398
|
{
|
|
3399
3399
|
"kind": "js",
|
|
3400
|
-
"name": "
|
|
3400
|
+
"name": "LeSlot",
|
|
3401
3401
|
"declaration": {
|
|
3402
|
-
"name": "
|
|
3403
|
-
"module": "src/components/le-
|
|
3402
|
+
"name": "LeSlot",
|
|
3403
|
+
"module": "src/components/le-slot/le-slot.tsx"
|
|
3404
3404
|
}
|
|
3405
3405
|
},
|
|
3406
3406
|
{
|
|
3407
3407
|
"kind": "custom-element-definition",
|
|
3408
|
-
"name": "le-
|
|
3408
|
+
"name": "le-slot",
|
|
3409
3409
|
"declaration": {
|
|
3410
|
-
"name": "
|
|
3411
|
-
"module": "src/components/le-
|
|
3410
|
+
"name": "LeSlot",
|
|
3411
|
+
"module": "src/components/le-slot/le-slot.tsx"
|
|
3412
3412
|
}
|
|
3413
3413
|
}
|
|
3414
3414
|
]
|