le-kit 0.1.18 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index-pT2cVC5w.js.map +1 -1
- package/dist/cjs/le-button_13.cjs.entry.js +24 -28
- package/dist/cjs/le-card.cjs.entry.js +1 -1
- package/dist/cjs/le-combobox.cjs.entry.js +1 -1
- package/dist/cjs/le-header-placeholder.cjs.entry.js +1 -1
- package/dist/cjs/le-icon.cjs.entry.js +108 -0
- package/dist/cjs/le-kit.cjs.js +1 -1
- package/dist/cjs/le-multiselect.cjs.entry.js +3 -3
- package/dist/cjs/le-navigation.cjs.entry.js +499 -0
- package/dist/cjs/le-number-input.cjs.entry.js +1 -1
- package/dist/cjs/le-round-progress.cjs.entry.js +1 -1
- package/dist/cjs/le-segmented-control.cjs.entry.js +1 -1
- package/dist/cjs/le-stack.cjs.entry.js +1 -1
- package/dist/cjs/le-tab-bar.cjs.entry.js +1 -1
- package/dist/cjs/le-tab-panel.cjs.entry.js +2 -2
- package/dist/cjs/le-tab.cjs.entry.js +1 -1
- package/dist/cjs/le-tabs.cjs.entry.js +2 -2
- package/dist/cjs/le-tag.cjs.entry.js +1 -1
- package/dist/cjs/le-turntable.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/assets/icons/chevron-down.svg +3 -0
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/le-button/le-button.css +24 -24
- package/dist/collection/components/le-button/le-button.js +2 -2
- package/dist/collection/components/le-button/le-button.js.map +1 -1
- package/dist/collection/components/le-card/le-card.js +1 -1
- package/dist/collection/components/le-checkbox/le-checkbox.js +1 -1
- package/dist/collection/components/le-collapse/le-collapse.css +3 -3
- package/dist/collection/components/le-collapse/le-collapse.js +11 -15
- package/dist/collection/components/le-collapse/le-collapse.js.map +1 -1
- package/dist/collection/components/le-combobox/le-combobox.js +1 -1
- package/dist/collection/components/le-current-heading/le-current-heading.js +1 -1
- package/dist/collection/components/le-dropdown-base/le-dropdown-base.js +1 -1
- package/dist/collection/components/le-header/le-header.js +2 -2
- package/dist/collection/components/le-header-placeholder/le-header-placeholder.js +1 -1
- package/dist/collection/components/le-icon/le-icon.css +13 -0
- package/dist/collection/components/le-icon/le-icon.js +168 -0
- package/dist/collection/components/le-icon/le-icon.js.map +1 -0
- package/dist/collection/components/le-multiselect/le-multiselect.js +3 -3
- package/dist/collection/components/le-navigation/le-navigation.css +323 -0
- package/dist/collection/components/le-navigation/le-navigation.js +742 -0
- package/dist/collection/components/le-navigation/le-navigation.js.map +1 -0
- package/dist/collection/components/le-number-input/le-number-input.js +1 -1
- package/dist/collection/components/le-popover/le-popover.js +3 -3
- package/dist/collection/components/le-popup/le-popup.js +7 -7
- package/dist/collection/components/le-round-progress/le-round-progress.js +1 -1
- package/dist/collection/components/le-scroll-progress/le-scroll-progress.js +1 -1
- package/dist/collection/components/le-segmented-control/le-segmented-control.js +1 -1
- package/dist/collection/components/le-select/le-select.js +2 -2
- package/dist/collection/components/le-slot/le-slot.js +1 -1
- package/dist/collection/components/le-stack/le-stack.js +1 -1
- package/dist/collection/components/le-string-input/le-string-input.js +2 -2
- package/dist/collection/components/le-tab/le-tab.js +1 -1
- package/dist/collection/components/le-tab-bar/le-tab-bar.js +1 -1
- package/dist/collection/components/le-tab-panel/le-tab-panel.js +2 -2
- package/dist/collection/components/le-tabs/le-tabs.js +2 -2
- package/dist/collection/components/le-tag/le-tag.js +1 -1
- package/dist/collection/components/le-turntable/le-turntable.js +1 -1
- package/dist/collection/dist/components/assets/custom-elements.json +2149 -1404
- package/dist/collection/dist/components/assets/icons/chevron-down.json +13 -0
- package/dist/collection/dist/components/assets/icons/chevron-down.svg +3 -0
- package/dist/collection/types/options.js.map +1 -1
- package/dist/components/assets/custom-elements.json +2149 -1404
- package/dist/components/assets/icons/chevron-down.json +13 -0
- package/dist/components/assets/icons/chevron-down.svg +3 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/le-button2.js +8 -8
- package/dist/components/le-button2.js.map +1 -1
- package/dist/components/le-card.js +1 -1
- package/dist/components/le-collapse.js +1 -137
- package/dist/components/le-collapse.js.map +1 -1
- package/dist/components/le-collapse2.js +138 -0
- package/dist/components/le-collapse2.js.map +1 -0
- package/dist/components/le-combobox.js +1 -1
- package/dist/components/le-current-heading.js +1 -1
- package/dist/components/le-dropdown-base2.js +1 -1
- package/dist/components/le-header-placeholder.js +1 -1
- package/dist/components/le-header.js +2 -2
- package/dist/components/le-icon.d.ts +11 -0
- package/dist/components/le-icon.js +9 -0
- package/dist/components/le-icon.js.map +1 -0
- package/dist/components/le-icon2.js +133 -0
- package/dist/components/le-icon2.js.map +1 -0
- package/dist/components/le-multiselect.js +3 -3
- package/dist/components/le-navigation.d.ts +11 -0
- package/dist/components/le-navigation.js +598 -0
- package/dist/components/le-navigation.js.map +1 -0
- package/dist/components/le-number-input.js +1 -1
- package/dist/components/le-popover2.js +3 -3
- package/dist/components/le-round-progress.js +1 -1
- package/dist/components/le-scroll-progress.js +1 -1
- package/dist/components/le-segmented-control.js +1 -1
- package/dist/components/le-stack.js +1 -1
- package/dist/components/le-tab-bar.js +1 -1
- package/dist/components/le-tab-panel.js +2 -2
- package/dist/components/le-tab2.js +1 -1
- package/dist/components/le-tabs.js +2 -2
- package/dist/components/le-tag2.js +1 -1
- package/dist/components/le-turntable.js +1 -1
- package/dist/docs.json +515 -27
- package/dist/esm/index-CNv6tzAt.js.map +1 -1
- package/dist/esm/le-button_13.entry.js +24 -28
- package/dist/esm/le-card.entry.js +1 -1
- package/dist/esm/le-combobox.entry.js +1 -1
- package/dist/esm/le-header-placeholder.entry.js +1 -1
- package/dist/esm/le-icon.entry.js +106 -0
- package/dist/esm/le-icon.entry.js.map +1 -0
- package/dist/esm/le-kit.js +1 -1
- package/dist/esm/le-multiselect.entry.js +3 -3
- package/dist/esm/le-navigation.entry.js +497 -0
- package/dist/esm/le-navigation.entry.js.map +1 -0
- package/dist/esm/le-number-input.entry.js +1 -1
- package/dist/esm/le-round-progress.entry.js +1 -1
- package/dist/esm/le-segmented-control.entry.js +1 -1
- package/dist/esm/le-stack.entry.js +1 -1
- package/dist/esm/le-tab-bar.entry.js +1 -1
- package/dist/esm/le-tab-panel.entry.js +2 -2
- package/dist/esm/le-tab.entry.js +1 -1
- package/dist/esm/le-tabs.entry.js +2 -2
- package/dist/esm/le-tag.entry.js +1 -1
- package/dist/esm/le-turntable.entry.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/le-kit/dist/components/assets/custom-elements.json +2149 -1404
- package/dist/le-kit/dist/components/assets/icons/chevron-down.json +13 -0
- package/dist/le-kit/dist/components/assets/icons/chevron-down.svg +3 -0
- package/dist/le-kit/le-kit.esm.js +1 -1
- package/dist/le-kit/{p-b3531106.entry.js → p-0ac4397c.entry.js} +2 -2
- package/dist/le-kit/{p-31c3649c.entry.js → p-25a29e69.entry.js} +2 -2
- package/dist/le-kit/p-2ec60692.entry.js +2 -0
- package/dist/le-kit/{p-269fb44f.entry.js → p-511fbb63.entry.js} +2 -2
- package/dist/le-kit/{p-8afe6862.entry.js → p-58120921.entry.js} +2 -2
- package/dist/le-kit/{p-c83a1255.entry.js → p-5ceb06d8.entry.js} +2 -2
- package/dist/le-kit/p-8c5a8f1e.entry.js +2 -0
- package/dist/le-kit/p-8c5a8f1e.entry.js.map +1 -0
- package/dist/le-kit/{p-deef1f4d.entry.js → p-9a3bdbe1.entry.js} +2 -2
- package/dist/le-kit/p-CNv6tzAt.js.map +1 -1
- package/dist/le-kit/{p-e4618b36.entry.js → p-a0d2c580.entry.js} +2 -2
- package/dist/le-kit/{p-629c5e13.entry.js → p-a8963634.entry.js} +2 -2
- package/dist/le-kit/p-b1dc7e06.entry.js +2 -0
- package/dist/le-kit/p-b1dc7e06.entry.js.map +1 -0
- package/dist/le-kit/p-bb160082.entry.js +2 -0
- package/dist/le-kit/p-bb160082.entry.js.map +1 -0
- package/dist/le-kit/{p-7d316315.entry.js → p-de5638c9.entry.js} +2 -2
- package/dist/le-kit/{p-d2a5d431.entry.js → p-df9389f0.entry.js} +2 -2
- package/dist/le-kit/{p-684adc9f.entry.js → p-e24d3e33.entry.js} +2 -2
- package/dist/le-kit/{p-95cf203e.entry.js → p-ec20e438.entry.js} +2 -2
- package/dist/le-kit/{p-9ba2bfb3.entry.js → p-f4f2c3e7.entry.js} +2 -2
- package/dist/types/components/le-collapse/le-collapse.d.ts +5 -3
- package/dist/types/components/le-icon/le-icon.d.ts +28 -0
- package/dist/types/components/le-navigation/le-navigation.d.ts +112 -0
- package/dist/types/components.d.ts +194 -10
- package/dist/types/types/options.d.ts +5 -0
- package/package.json +1 -1
- package/dist/collection/dist/components/assets/.gitkeep +0 -1
- package/dist/components/assets/.gitkeep +0 -1
- package/dist/le-kit/dist/components/assets/.gitkeep +0 -1
- package/dist/le-kit/p-3829f572.entry.js +0 -2
- package/dist/le-kit/p-3829f572.entry.js.map +0 -1
- package/dist/le-kit/p-e07d4b78.entry.js +0 -2
- /package/dist/le-kit/{p-b3531106.entry.js.map → p-0ac4397c.entry.js.map} +0 -0
- /package/dist/le-kit/{p-31c3649c.entry.js.map → p-25a29e69.entry.js.map} +0 -0
- /package/dist/le-kit/{p-e07d4b78.entry.js.map → p-2ec60692.entry.js.map} +0 -0
- /package/dist/le-kit/{p-269fb44f.entry.js.map → p-511fbb63.entry.js.map} +0 -0
- /package/dist/le-kit/{p-8afe6862.entry.js.map → p-58120921.entry.js.map} +0 -0
- /package/dist/le-kit/{p-c83a1255.entry.js.map → p-5ceb06d8.entry.js.map} +0 -0
- /package/dist/le-kit/{p-deef1f4d.entry.js.map → p-9a3bdbe1.entry.js.map} +0 -0
- /package/dist/le-kit/{p-e4618b36.entry.js.map → p-a0d2c580.entry.js.map} +0 -0
- /package/dist/le-kit/{p-629c5e13.entry.js.map → p-a8963634.entry.js.map} +0 -0
- /package/dist/le-kit/{p-7d316315.entry.js.map → p-de5638c9.entry.js.map} +0 -0
- /package/dist/le-kit/{p-d2a5d431.entry.js.map → p-df9389f0.entry.js.map} +0 -0
- /package/dist/le-kit/{p-684adc9f.entry.js.map → p-e24d3e33.entry.js.map} +0 -0
- /package/dist/le-kit/{p-95cf203e.entry.js.map → p-ec20e438.entry.js.map} +0 -0
- /package/dist/le-kit/{p-9ba2bfb3.entry.js.map → p-f4f2c3e7.entry.js.map} +0 -0
|
@@ -768,7 +768,7 @@
|
|
|
768
768
|
{
|
|
769
769
|
"name": "click",
|
|
770
770
|
"type": {
|
|
771
|
-
"text": "EventEmitter<
|
|
771
|
+
"text": "EventEmitter<MouseEvent>"
|
|
772
772
|
},
|
|
773
773
|
"description": "Emitted when the button is clicked.\nThis is a custom event that wraps the native click but ensures the target is the le-button."
|
|
774
774
|
}
|
|
@@ -797,38 +797,32 @@
|
|
|
797
797
|
},
|
|
798
798
|
{
|
|
799
799
|
"kind": "javascript-module",
|
|
800
|
-
"path": "src/components/le-
|
|
800
|
+
"path": "src/components/le-collapse/le-collapse.tsx",
|
|
801
801
|
"declarations": [
|
|
802
802
|
{
|
|
803
803
|
"kind": "class",
|
|
804
|
-
"description": "
|
|
805
|
-
"name": "
|
|
804
|
+
"description": "Animated show/hide wrapper.\n\nSupports height collapse (auto->0) and/or fading.\nCan optionally listen to the nearest `le-header` shrink events.",
|
|
805
|
+
"name": "LeCollapse",
|
|
806
806
|
"cssProperties": [
|
|
807
807
|
{
|
|
808
|
-
"description": "
|
|
809
|
-
"name": "--le-
|
|
810
|
-
}
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
"name": "--le-checkbox-color"
|
|
814
|
-
},
|
|
808
|
+
"description": "Transition duration",
|
|
809
|
+
"name": "--le-collapse-duration"
|
|
810
|
+
}
|
|
811
|
+
],
|
|
812
|
+
"cssParts": [
|
|
815
813
|
{
|
|
816
|
-
"description": "
|
|
817
|
-
"name": "
|
|
814
|
+
"description": "Collapsible region",
|
|
815
|
+
"name": "region"
|
|
818
816
|
},
|
|
819
817
|
{
|
|
820
|
-
"description": "
|
|
821
|
-
"name": "
|
|
818
|
+
"description": "Inner content",
|
|
819
|
+
"name": "content"
|
|
822
820
|
}
|
|
823
821
|
],
|
|
824
822
|
"slots": [
|
|
825
823
|
{
|
|
826
|
-
"description": "
|
|
824
|
+
"description": "Content to animate",
|
|
827
825
|
"name": ""
|
|
828
|
-
},
|
|
829
|
-
{
|
|
830
|
-
"description": "Additional description text displayed below the label",
|
|
831
|
-
"name": "description"
|
|
832
826
|
}
|
|
833
827
|
],
|
|
834
828
|
"members": [
|
|
@@ -841,49 +835,80 @@
|
|
|
841
835
|
},
|
|
842
836
|
{
|
|
843
837
|
"kind": "field",
|
|
844
|
-
"name": "
|
|
838
|
+
"name": "closed",
|
|
845
839
|
"type": {
|
|
846
840
|
"text": "boolean"
|
|
847
841
|
},
|
|
848
842
|
"default": "false",
|
|
849
|
-
"description": "
|
|
843
|
+
"description": "Since Stencil boolean props default to `false` when the attribute is missing.\ninstead of `open` defaulting to `true`, using a `closed` prop."
|
|
850
844
|
},
|
|
851
845
|
{
|
|
852
846
|
"kind": "field",
|
|
853
|
-
"name": "
|
|
847
|
+
"name": "scrollDown",
|
|
854
848
|
"type": {
|
|
855
849
|
"text": "boolean"
|
|
856
850
|
},
|
|
857
851
|
"default": "false",
|
|
858
|
-
"description": "Whether the
|
|
852
|
+
"description": "Whether the content should scroll down from the top when open."
|
|
859
853
|
},
|
|
860
854
|
{
|
|
861
855
|
"kind": "field",
|
|
862
|
-
"name": "
|
|
856
|
+
"name": "noFading",
|
|
863
857
|
"type": {
|
|
864
|
-
"text": "
|
|
858
|
+
"text": "boolean"
|
|
865
859
|
},
|
|
866
|
-
"
|
|
860
|
+
"default": "false",
|
|
861
|
+
"description": "Stop fading the content when collapsing/expanding."
|
|
867
862
|
},
|
|
868
863
|
{
|
|
869
864
|
"kind": "field",
|
|
870
|
-
"name": "
|
|
865
|
+
"name": "collapseOnHeaderShrink",
|
|
871
866
|
"type": {
|
|
872
|
-
"text": "
|
|
867
|
+
"text": "boolean"
|
|
873
868
|
},
|
|
874
|
-
"
|
|
869
|
+
"default": "false",
|
|
870
|
+
"description": "If true, collapse/expand based on the nearest header shrink event."
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"kind": "method",
|
|
874
|
+
"name": "handleHeaderShrink",
|
|
875
|
+
"parameters": [
|
|
876
|
+
{
|
|
877
|
+
"name": "ev",
|
|
878
|
+
"type": {
|
|
879
|
+
"text": "Event"
|
|
880
|
+
}
|
|
881
|
+
}
|
|
882
|
+
],
|
|
883
|
+
"description": "Handles `leHeaderShrinkChange` events from the `le-header`.\nIn case multiple headers are present, only the nearest one in the DOM tree is used."
|
|
875
884
|
},
|
|
876
885
|
{
|
|
877
886
|
"kind": "field",
|
|
878
|
-
"name": "
|
|
887
|
+
"name": "headerShrunk",
|
|
879
888
|
"type": {
|
|
880
|
-
"text": "
|
|
889
|
+
"text": "boolean"
|
|
881
890
|
},
|
|
882
|
-
"
|
|
891
|
+
"privacy": "private",
|
|
892
|
+
"default": "false"
|
|
883
893
|
},
|
|
884
894
|
{
|
|
885
|
-
"kind": "
|
|
886
|
-
"name": "
|
|
895
|
+
"kind": "method",
|
|
896
|
+
"name": "onOpenChange",
|
|
897
|
+
"privacy": "protected"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"kind": "method",
|
|
901
|
+
"name": "onDrivenStateChange",
|
|
902
|
+
"privacy": "protected"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"kind": "method",
|
|
906
|
+
"name": "shouldBeOpen",
|
|
907
|
+
"privacy": "private"
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"kind": "method",
|
|
911
|
+
"name": "applyOpenState",
|
|
887
912
|
"privacy": "private"
|
|
888
913
|
},
|
|
889
914
|
{
|
|
@@ -893,76 +918,62 @@
|
|
|
893
918
|
],
|
|
894
919
|
"attributes": [
|
|
895
920
|
{
|
|
896
|
-
"name": "
|
|
897
|
-
"fieldName": "
|
|
921
|
+
"name": "closed",
|
|
922
|
+
"fieldName": "closed",
|
|
898
923
|
"default": "false",
|
|
899
|
-
"description": "
|
|
924
|
+
"description": "Since Stencil boolean props default to `false` when the attribute is missing.\ninstead of `open` defaulting to `true`, using a `closed` prop.",
|
|
900
925
|
"type": {
|
|
901
926
|
"text": "boolean"
|
|
902
927
|
}
|
|
903
928
|
},
|
|
904
929
|
{
|
|
905
|
-
"name": "
|
|
906
|
-
"fieldName": "
|
|
930
|
+
"name": "scroll-down",
|
|
931
|
+
"fieldName": "scrollDown",
|
|
907
932
|
"default": "false",
|
|
908
|
-
"description": "Whether the
|
|
933
|
+
"description": "Whether the content should scroll down from the top when open.",
|
|
909
934
|
"type": {
|
|
910
935
|
"text": "boolean"
|
|
911
936
|
}
|
|
912
937
|
},
|
|
913
938
|
{
|
|
914
|
-
"name": "
|
|
915
|
-
"fieldName": "
|
|
916
|
-
"
|
|
917
|
-
"
|
|
918
|
-
"text": "string"
|
|
919
|
-
}
|
|
920
|
-
},
|
|
921
|
-
{
|
|
922
|
-
"name": "value",
|
|
923
|
-
"fieldName": "value",
|
|
924
|
-
"description": "The value of the checkbox input",
|
|
939
|
+
"name": "no-fading",
|
|
940
|
+
"fieldName": "noFading",
|
|
941
|
+
"default": "false",
|
|
942
|
+
"description": "Stop fading the content when collapsing/expanding.",
|
|
925
943
|
"type": {
|
|
926
|
-
"text": "
|
|
944
|
+
"text": "boolean"
|
|
927
945
|
}
|
|
928
946
|
},
|
|
929
947
|
{
|
|
930
|
-
"name": "
|
|
931
|
-
"fieldName": "
|
|
932
|
-
"
|
|
948
|
+
"name": "collapse-on-header-shrink",
|
|
949
|
+
"fieldName": "collapseOnHeaderShrink",
|
|
950
|
+
"default": "false",
|
|
951
|
+
"description": "If true, collapse/expand based on the nearest header shrink event.",
|
|
933
952
|
"type": {
|
|
934
|
-
"text": "
|
|
953
|
+
"text": "boolean"
|
|
935
954
|
}
|
|
936
955
|
}
|
|
937
956
|
],
|
|
938
|
-
"tagName": "le-
|
|
939
|
-
"events": [
|
|
940
|
-
{
|
|
941
|
-
"name": "change",
|
|
942
|
-
"type": {
|
|
943
|
-
"text": "EventEmitter<{ checked: boolean; value: string; name: string; externalId: string }>"
|
|
944
|
-
},
|
|
945
|
-
"description": "Emitted when the checked state changes"
|
|
946
|
-
}
|
|
947
|
-
],
|
|
957
|
+
"tagName": "le-collapse",
|
|
958
|
+
"events": [],
|
|
948
959
|
"customElement": true
|
|
949
960
|
}
|
|
950
961
|
],
|
|
951
962
|
"exports": [
|
|
952
963
|
{
|
|
953
964
|
"kind": "js",
|
|
954
|
-
"name": "
|
|
965
|
+
"name": "LeCollapse",
|
|
955
966
|
"declaration": {
|
|
956
|
-
"name": "
|
|
957
|
-
"module": "src/components/le-
|
|
967
|
+
"name": "LeCollapse",
|
|
968
|
+
"module": "src/components/le-collapse/le-collapse.tsx"
|
|
958
969
|
}
|
|
959
970
|
},
|
|
960
971
|
{
|
|
961
972
|
"kind": "custom-element-definition",
|
|
962
|
-
"name": "le-
|
|
973
|
+
"name": "le-collapse",
|
|
963
974
|
"declaration": {
|
|
964
|
-
"name": "
|
|
965
|
-
"module": "src/components/le-
|
|
975
|
+
"name": "LeCollapse",
|
|
976
|
+
"module": "src/components/le-collapse/le-collapse.tsx"
|
|
966
977
|
}
|
|
967
978
|
}
|
|
968
979
|
]
|
|
@@ -1102,32 +1113,38 @@
|
|
|
1102
1113
|
},
|
|
1103
1114
|
{
|
|
1104
1115
|
"kind": "javascript-module",
|
|
1105
|
-
"path": "src/components/le-
|
|
1116
|
+
"path": "src/components/le-checkbox/le-checkbox.tsx",
|
|
1106
1117
|
"declarations": [
|
|
1107
1118
|
{
|
|
1108
1119
|
"kind": "class",
|
|
1109
|
-
"description": "
|
|
1110
|
-
"name": "
|
|
1120
|
+
"description": "A checkbox component with support for labels, descriptions, and external IDs.",
|
|
1121
|
+
"name": "LeCheckbox",
|
|
1111
1122
|
"cssProperties": [
|
|
1112
1123
|
{
|
|
1113
|
-
"description": "
|
|
1114
|
-
"name": "--le-
|
|
1115
|
-
}
|
|
1116
|
-
],
|
|
1117
|
-
"cssParts": [
|
|
1124
|
+
"description": "Size of the checkbox input",
|
|
1125
|
+
"name": "--le-checkbox-size"
|
|
1126
|
+
},
|
|
1118
1127
|
{
|
|
1119
|
-
"description": "
|
|
1120
|
-
"name": "
|
|
1128
|
+
"description": "Color of the checkbox when checked",
|
|
1129
|
+
"name": "--le-checkbox-color"
|
|
1121
1130
|
},
|
|
1122
1131
|
{
|
|
1123
|
-
"description": "
|
|
1124
|
-
"name": "
|
|
1132
|
+
"description": "Color of the label text",
|
|
1133
|
+
"name": "--le-checkbox-label-color"
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"description": "Color of the description text",
|
|
1137
|
+
"name": "--le-checkbox-desc-color"
|
|
1125
1138
|
}
|
|
1126
1139
|
],
|
|
1127
1140
|
"slots": [
|
|
1128
1141
|
{
|
|
1129
|
-
"description": "
|
|
1142
|
+
"description": "The label text for the checkbox",
|
|
1130
1143
|
"name": ""
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"description": "Additional description text displayed below the label",
|
|
1147
|
+
"name": "description"
|
|
1131
1148
|
}
|
|
1132
1149
|
],
|
|
1133
1150
|
"members": [
|
|
@@ -1140,80 +1157,49 @@
|
|
|
1140
1157
|
},
|
|
1141
1158
|
{
|
|
1142
1159
|
"kind": "field",
|
|
1143
|
-
"name": "
|
|
1160
|
+
"name": "checked",
|
|
1144
1161
|
"type": {
|
|
1145
1162
|
"text": "boolean"
|
|
1146
1163
|
},
|
|
1147
|
-
"default": "
|
|
1148
|
-
"description": "Whether the
|
|
1164
|
+
"default": "false",
|
|
1165
|
+
"description": "Whether the checkbox is checked"
|
|
1149
1166
|
},
|
|
1150
1167
|
{
|
|
1151
1168
|
"kind": "field",
|
|
1152
|
-
"name": "
|
|
1169
|
+
"name": "disabled",
|
|
1153
1170
|
"type": {
|
|
1154
1171
|
"text": "boolean"
|
|
1155
1172
|
},
|
|
1156
1173
|
"default": "false",
|
|
1157
|
-
"description": "Whether the
|
|
1174
|
+
"description": "Whether the checkbox is disabled"
|
|
1158
1175
|
},
|
|
1159
1176
|
{
|
|
1160
1177
|
"kind": "field",
|
|
1161
|
-
"name": "
|
|
1178
|
+
"name": "name",
|
|
1162
1179
|
"type": {
|
|
1163
|
-
"text": "
|
|
1180
|
+
"text": "string"
|
|
1164
1181
|
},
|
|
1165
|
-
"
|
|
1166
|
-
"description": "Stop fading the content when collapsing/expanding."
|
|
1182
|
+
"description": "The name of the checkbox input"
|
|
1167
1183
|
},
|
|
1168
1184
|
{
|
|
1169
1185
|
"kind": "field",
|
|
1170
|
-
"name": "
|
|
1186
|
+
"name": "value",
|
|
1171
1187
|
"type": {
|
|
1172
|
-
"text": "
|
|
1188
|
+
"text": "string"
|
|
1173
1189
|
},
|
|
1174
|
-
"
|
|
1175
|
-
"description": "If true, collapse/expand based on the nearest header shrink event."
|
|
1176
|
-
},
|
|
1177
|
-
{
|
|
1178
|
-
"kind": "method",
|
|
1179
|
-
"name": "handleHeaderShrink",
|
|
1180
|
-
"parameters": [
|
|
1181
|
-
{
|
|
1182
|
-
"name": "ev",
|
|
1183
|
-
"type": {
|
|
1184
|
-
"text": "Event"
|
|
1185
|
-
}
|
|
1186
|
-
}
|
|
1187
|
-
],
|
|
1188
|
-
"description": "Handles `leHeaderShrinkChange` events from the `le-header`.\nIn case multiple headers are present, only the nearest one in the DOM tree is used."
|
|
1190
|
+
"description": "The value of the checkbox input"
|
|
1189
1191
|
},
|
|
1190
1192
|
{
|
|
1191
1193
|
"kind": "field",
|
|
1192
|
-
"name": "
|
|
1194
|
+
"name": "externalId",
|
|
1193
1195
|
"type": {
|
|
1194
|
-
"text": "
|
|
1196
|
+
"text": "string"
|
|
1195
1197
|
},
|
|
1196
|
-
"
|
|
1197
|
-
"default": "false"
|
|
1198
|
-
},
|
|
1199
|
-
{
|
|
1200
|
-
"kind": "method",
|
|
1201
|
-
"name": "onOpenChange",
|
|
1202
|
-
"privacy": "protected"
|
|
1203
|
-
},
|
|
1204
|
-
{
|
|
1205
|
-
"kind": "method",
|
|
1206
|
-
"name": "onDrivenStateChange",
|
|
1207
|
-
"privacy": "protected"
|
|
1208
|
-
},
|
|
1209
|
-
{
|
|
1210
|
-
"kind": "method",
|
|
1211
|
-
"name": "shouldBeOpen",
|
|
1212
|
-
"privacy": "private"
|
|
1198
|
+
"description": "External ID for linking with external systems (e.g. database ID, PDF form field ID)"
|
|
1213
1199
|
},
|
|
1214
1200
|
{
|
|
1215
|
-
"kind": "
|
|
1216
|
-
"name": "
|
|
1201
|
+
"kind": "field",
|
|
1202
|
+
"name": "handleChange",
|
|
1217
1203
|
"privacy": "private"
|
|
1218
1204
|
},
|
|
1219
1205
|
{
|
|
@@ -1223,74 +1209,94 @@
|
|
|
1223
1209
|
],
|
|
1224
1210
|
"attributes": [
|
|
1225
1211
|
{
|
|
1226
|
-
"name": "
|
|
1227
|
-
"fieldName": "
|
|
1228
|
-
"default": "
|
|
1229
|
-
"description": "Whether the
|
|
1212
|
+
"name": "checked",
|
|
1213
|
+
"fieldName": "checked",
|
|
1214
|
+
"default": "false",
|
|
1215
|
+
"description": "Whether the checkbox is checked",
|
|
1230
1216
|
"type": {
|
|
1231
1217
|
"text": "boolean"
|
|
1232
1218
|
}
|
|
1233
1219
|
},
|
|
1234
1220
|
{
|
|
1235
|
-
"name": "
|
|
1236
|
-
"fieldName": "
|
|
1221
|
+
"name": "disabled",
|
|
1222
|
+
"fieldName": "disabled",
|
|
1237
1223
|
"default": "false",
|
|
1238
|
-
"description": "Whether the
|
|
1224
|
+
"description": "Whether the checkbox is disabled",
|
|
1239
1225
|
"type": {
|
|
1240
1226
|
"text": "boolean"
|
|
1241
1227
|
}
|
|
1242
1228
|
},
|
|
1243
1229
|
{
|
|
1244
|
-
"name": "
|
|
1245
|
-
"fieldName": "
|
|
1246
|
-
"
|
|
1247
|
-
"description": "Stop fading the content when collapsing/expanding.",
|
|
1230
|
+
"name": "name",
|
|
1231
|
+
"fieldName": "name",
|
|
1232
|
+
"description": "The name of the checkbox input",
|
|
1248
1233
|
"type": {
|
|
1249
|
-
"text": "
|
|
1234
|
+
"text": "string"
|
|
1250
1235
|
}
|
|
1251
1236
|
},
|
|
1252
1237
|
{
|
|
1253
|
-
"name": "
|
|
1254
|
-
"fieldName": "
|
|
1255
|
-
"
|
|
1256
|
-
"description": "If true, collapse/expand based on the nearest header shrink event.",
|
|
1238
|
+
"name": "value",
|
|
1239
|
+
"fieldName": "value",
|
|
1240
|
+
"description": "The value of the checkbox input",
|
|
1257
1241
|
"type": {
|
|
1258
|
-
"text": "
|
|
1242
|
+
"text": "string"
|
|
1243
|
+
}
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"name": "external-id",
|
|
1247
|
+
"fieldName": "externalId",
|
|
1248
|
+
"description": "External ID for linking with external systems (e.g. database ID, PDF form field ID)",
|
|
1249
|
+
"type": {
|
|
1250
|
+
"text": "string"
|
|
1259
1251
|
}
|
|
1260
1252
|
}
|
|
1261
1253
|
],
|
|
1262
|
-
"tagName": "le-
|
|
1263
|
-
"events": [
|
|
1254
|
+
"tagName": "le-checkbox",
|
|
1255
|
+
"events": [
|
|
1256
|
+
{
|
|
1257
|
+
"name": "change",
|
|
1258
|
+
"type": {
|
|
1259
|
+
"text": "EventEmitter<{ checked: boolean; value: string; name: string; externalId: string }>"
|
|
1260
|
+
},
|
|
1261
|
+
"description": "Emitted when the checked state changes"
|
|
1262
|
+
}
|
|
1263
|
+
],
|
|
1264
1264
|
"customElement": true
|
|
1265
1265
|
}
|
|
1266
1266
|
],
|
|
1267
1267
|
"exports": [
|
|
1268
1268
|
{
|
|
1269
1269
|
"kind": "js",
|
|
1270
|
-
"name": "
|
|
1270
|
+
"name": "LeCheckbox",
|
|
1271
1271
|
"declaration": {
|
|
1272
|
-
"name": "
|
|
1273
|
-
"module": "src/components/le-
|
|
1272
|
+
"name": "LeCheckbox",
|
|
1273
|
+
"module": "src/components/le-checkbox/le-checkbox.tsx"
|
|
1274
1274
|
}
|
|
1275
1275
|
},
|
|
1276
1276
|
{
|
|
1277
1277
|
"kind": "custom-element-definition",
|
|
1278
|
-
"name": "le-
|
|
1278
|
+
"name": "le-checkbox",
|
|
1279
1279
|
"declaration": {
|
|
1280
|
-
"name": "
|
|
1281
|
-
"module": "src/components/le-
|
|
1280
|
+
"name": "LeCheckbox",
|
|
1281
|
+
"module": "src/components/le-checkbox/le-checkbox.tsx"
|
|
1282
1282
|
}
|
|
1283
1283
|
}
|
|
1284
1284
|
]
|
|
1285
1285
|
},
|
|
1286
1286
|
{
|
|
1287
1287
|
"kind": "javascript-module",
|
|
1288
|
-
"path": "src/components/le-
|
|
1288
|
+
"path": "src/components/le-component/le-component.tsx",
|
|
1289
1289
|
"declarations": [
|
|
1290
1290
|
{
|
|
1291
1291
|
"kind": "class",
|
|
1292
|
-
"description": "
|
|
1293
|
-
"name": "
|
|
1292
|
+
"description": "Component wrapper for admin mode editing.\n\nThis component is used internally by other components to provide admin-mode\nediting capabilities. It wraps the component's rendered output and shows\na settings popover for editing properties.\n\nIn default mode, it acts as a simple passthrough (display: contents).\nIn admin mode, it shows a border, component name header, and settings popover.\n\nThe host element is found automatically by traversing up through the shadow DOM.\n\nUsage inside a component's render method:\n```tsx\nrender() {\n return (\n <le-component component=\"le-card\">\n <Host>...</Host>\n </le-component>\n );\n}\n```",
|
|
1293
|
+
"name": "LeComponent",
|
|
1294
|
+
"slots": [
|
|
1295
|
+
{
|
|
1296
|
+
"description": "The component's rendered content",
|
|
1297
|
+
"name": ""
|
|
1298
|
+
}
|
|
1299
|
+
],
|
|
1294
1300
|
"members": [
|
|
1295
1301
|
{
|
|
1296
1302
|
"kind": "field",
|
|
@@ -1301,231 +1307,217 @@
|
|
|
1301
1307
|
},
|
|
1302
1308
|
{
|
|
1303
1309
|
"kind": "field",
|
|
1304
|
-
"name": "
|
|
1305
|
-
"type": {
|
|
1306
|
-
"text": "LeOption[] | string"
|
|
1307
|
-
},
|
|
1308
|
-
"default": "[]",
|
|
1309
|
-
"description": "The options to display in the dropdown."
|
|
1310
|
-
},
|
|
1311
|
-
{
|
|
1312
|
-
"kind": "field",
|
|
1313
|
-
"name": "value",
|
|
1314
|
-
"type": {
|
|
1315
|
-
"text": "LeOptionValue | undefined"
|
|
1316
|
-
},
|
|
1317
|
-
"description": "The currently selected value."
|
|
1318
|
-
},
|
|
1319
|
-
{
|
|
1320
|
-
"kind": "field",
|
|
1321
|
-
"name": "placeholder",
|
|
1310
|
+
"name": "component",
|
|
1322
1311
|
"type": {
|
|
1323
1312
|
"text": "string"
|
|
1324
1313
|
},
|
|
1325
|
-
"
|
|
1326
|
-
"description": "Placeholder text for the input."
|
|
1327
|
-
},
|
|
1328
|
-
{
|
|
1329
|
-
"kind": "field",
|
|
1330
|
-
"name": "disabled",
|
|
1331
|
-
"type": {
|
|
1332
|
-
"text": "boolean"
|
|
1333
|
-
},
|
|
1334
|
-
"default": "false",
|
|
1335
|
-
"description": "Whether the combobox is disabled."
|
|
1314
|
+
"description": "The tag name of the component (e.g., 'le-card').\nUsed to look up property metadata and display the component name."
|
|
1336
1315
|
},
|
|
1337
1316
|
{
|
|
1338
1317
|
"kind": "field",
|
|
1339
|
-
"name": "
|
|
1318
|
+
"name": "displayName",
|
|
1340
1319
|
"type": {
|
|
1341
|
-
"text": "
|
|
1320
|
+
"text": "string | undefined"
|
|
1342
1321
|
},
|
|
1343
|
-
"
|
|
1344
|
-
"description": "Whether selection is required."
|
|
1322
|
+
"description": "Optional display name for the component.\nIf not provided, the tag name will be formatted as the display name."
|
|
1345
1323
|
},
|
|
1346
1324
|
{
|
|
1347
1325
|
"kind": "field",
|
|
1348
|
-
"name": "
|
|
1326
|
+
"name": "hostClass",
|
|
1349
1327
|
"type": {
|
|
1350
1328
|
"text": "string | undefined"
|
|
1351
1329
|
},
|
|
1352
|
-
"description": "
|
|
1330
|
+
"description": "Classes to apply to the host element.\nAllows parent components to pass their styling classes."
|
|
1353
1331
|
},
|
|
1354
1332
|
{
|
|
1355
1333
|
"kind": "field",
|
|
1356
|
-
"name": "
|
|
1334
|
+
"name": "hostStyle",
|
|
1357
1335
|
"type": {
|
|
1358
|
-
"text": "
|
|
1336
|
+
"text": "{ [key: string]: string } | undefined"
|
|
1359
1337
|
},
|
|
1360
|
-
"
|
|
1361
|
-
"description": "Whether the multiselect should take full width of its container."
|
|
1338
|
+
"description": "Inline styles to apply to the host element.\nAllows parent components to pass dynamic styles (e.g., flex properties)."
|
|
1362
1339
|
},
|
|
1363
1340
|
{
|
|
1364
1341
|
"kind": "field",
|
|
1365
|
-
"name": "
|
|
1342
|
+
"name": "hostElement",
|
|
1366
1343
|
"type": {
|
|
1367
|
-
"text": "
|
|
1344
|
+
"text": "HTMLElement | undefined"
|
|
1368
1345
|
},
|
|
1369
|
-
"
|
|
1370
|
-
"description": "
|
|
1346
|
+
"privacy": "private",
|
|
1347
|
+
"description": "Reference to the host element (found automatically from parent)"
|
|
1371
1348
|
},
|
|
1372
1349
|
{
|
|
1373
1350
|
"kind": "field",
|
|
1374
|
-
"name": "
|
|
1351
|
+
"name": "adminMode",
|
|
1375
1352
|
"type": {
|
|
1376
1353
|
"text": "boolean"
|
|
1377
1354
|
},
|
|
1355
|
+
"privacy": "private",
|
|
1378
1356
|
"default": "false",
|
|
1379
|
-
"description": "
|
|
1357
|
+
"description": "Internal state to track admin mode"
|
|
1380
1358
|
},
|
|
1381
1359
|
{
|
|
1382
1360
|
"kind": "field",
|
|
1383
|
-
"name": "
|
|
1361
|
+
"name": "componentMeta",
|
|
1384
1362
|
"type": {
|
|
1385
|
-
"text": "
|
|
1363
|
+
"text": "ComponentMetadata | null"
|
|
1386
1364
|
},
|
|
1387
|
-
"
|
|
1388
|
-
"
|
|
1365
|
+
"privacy": "private",
|
|
1366
|
+
"default": "null",
|
|
1367
|
+
"description": "Component metadata loaded from Custom Elements Manifest"
|
|
1389
1368
|
},
|
|
1390
1369
|
{
|
|
1391
1370
|
"kind": "field",
|
|
1392
|
-
"name": "
|
|
1371
|
+
"name": "propertyValues",
|
|
1393
1372
|
"type": {
|
|
1394
|
-
"text": "string"
|
|
1373
|
+
"text": "Record<string, any>"
|
|
1395
1374
|
},
|
|
1396
|
-
"
|
|
1397
|
-
"
|
|
1375
|
+
"privacy": "private",
|
|
1376
|
+
"default": "{}",
|
|
1377
|
+
"description": "Current property values of the host component"
|
|
1398
1378
|
},
|
|
1399
1379
|
{
|
|
1400
1380
|
"kind": "field",
|
|
1401
|
-
"name": "
|
|
1381
|
+
"name": "disconnectModeObserver",
|
|
1402
1382
|
"type": {
|
|
1403
|
-
"text": "
|
|
1383
|
+
"text": "() => void | undefined"
|
|
1404
1384
|
},
|
|
1405
|
-
"
|
|
1406
|
-
"description": "Whether the dropdown is currently open."
|
|
1385
|
+
"privacy": "private"
|
|
1407
1386
|
},
|
|
1408
1387
|
{
|
|
1409
1388
|
"kind": "method",
|
|
1410
|
-
"name": "
|
|
1389
|
+
"name": "findHostElement",
|
|
1390
|
+
"privacy": "private",
|
|
1391
|
+
"description": "Find the host element by traversing up through shadow DOM"
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"kind": "method",
|
|
1395
|
+
"name": "formatDisplayName",
|
|
1396
|
+
"privacy": "private",
|
|
1397
|
+
"return": {
|
|
1398
|
+
"type": {
|
|
1399
|
+
"text": "string"
|
|
1400
|
+
}
|
|
1401
|
+
},
|
|
1411
1402
|
"parameters": [
|
|
1412
1403
|
{
|
|
1413
|
-
"name": "
|
|
1404
|
+
"name": "tagName",
|
|
1414
1405
|
"type": {
|
|
1415
|
-
"text": "
|
|
1406
|
+
"text": "string"
|
|
1416
1407
|
}
|
|
1417
1408
|
}
|
|
1418
|
-
]
|
|
1409
|
+
],
|
|
1410
|
+
"description": "Formats a tag name into a display name\ne.g., 'le-card' -> 'Card'"
|
|
1419
1411
|
},
|
|
1420
1412
|
{
|
|
1421
|
-
"kind": "
|
|
1422
|
-
"name": "
|
|
1423
|
-
"type": {
|
|
1424
|
-
"text": "string"
|
|
1425
|
-
},
|
|
1413
|
+
"kind": "method",
|
|
1414
|
+
"name": "loadComponentMetadata",
|
|
1426
1415
|
"privacy": "private",
|
|
1427
|
-
"
|
|
1428
|
-
},
|
|
1429
|
-
{
|
|
1430
|
-
"kind": "field",
|
|
1431
|
-
"name": "selectedOption",
|
|
1432
|
-
"type": {
|
|
1433
|
-
"text": "LeOption | undefined"
|
|
1434
|
-
},
|
|
1435
|
-
"privacy": "private"
|
|
1436
|
-
},
|
|
1437
|
-
{
|
|
1438
|
-
"kind": "field",
|
|
1439
|
-
"name": "dropdownEl",
|
|
1440
|
-
"type": {
|
|
1441
|
-
"text": "HTMLLeDropdownBaseElement | undefined"
|
|
1442
|
-
},
|
|
1443
|
-
"privacy": "private"
|
|
1416
|
+
"description": "Load component metadata from the Custom Elements Manifest"
|
|
1444
1417
|
},
|
|
1445
1418
|
{
|
|
1446
|
-
"kind": "
|
|
1447
|
-
"name": "
|
|
1448
|
-
"
|
|
1449
|
-
|
|
1419
|
+
"kind": "method",
|
|
1420
|
+
"name": "isInternalAttribute",
|
|
1421
|
+
"privacy": "private",
|
|
1422
|
+
"return": {
|
|
1423
|
+
"type": {
|
|
1424
|
+
"text": "boolean"
|
|
1425
|
+
}
|
|
1450
1426
|
},
|
|
1451
|
-
"
|
|
1427
|
+
"parameters": [
|
|
1428
|
+
{
|
|
1429
|
+
"name": "name",
|
|
1430
|
+
"type": {
|
|
1431
|
+
"text": "string"
|
|
1432
|
+
}
|
|
1433
|
+
}
|
|
1434
|
+
],
|
|
1435
|
+
"description": "Check if an attribute is internal (should not be shown in editor)"
|
|
1452
1436
|
},
|
|
1453
1437
|
{
|
|
1454
1438
|
"kind": "method",
|
|
1455
|
-
"name": "
|
|
1439
|
+
"name": "readPropertyValues",
|
|
1440
|
+
"privacy": "private",
|
|
1441
|
+
"description": "Read current property values from the host element"
|
|
1456
1442
|
},
|
|
1457
1443
|
{
|
|
1458
1444
|
"kind": "method",
|
|
1459
|
-
"name": "
|
|
1460
|
-
},
|
|
1461
|
-
{
|
|
1462
|
-
"kind": "field",
|
|
1463
|
-
"name": "parsedOptions",
|
|
1464
|
-
"type": {
|
|
1465
|
-
"text": "LeOption[]"
|
|
1466
|
-
},
|
|
1445
|
+
"name": "parseAttributeValue",
|
|
1467
1446
|
"privacy": "private",
|
|
1468
|
-
"
|
|
1447
|
+
"return": {
|
|
1448
|
+
"type": {
|
|
1449
|
+
"text": "any"
|
|
1450
|
+
}
|
|
1451
|
+
},
|
|
1452
|
+
"parameters": [
|
|
1453
|
+
{
|
|
1454
|
+
"name": "value",
|
|
1455
|
+
"type": {
|
|
1456
|
+
"text": "string | null"
|
|
1457
|
+
}
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"name": "type",
|
|
1461
|
+
"optional": true,
|
|
1462
|
+
"type": {
|
|
1463
|
+
"text": "string"
|
|
1464
|
+
}
|
|
1465
|
+
}
|
|
1466
|
+
],
|
|
1467
|
+
"description": "Parse an attribute value based on its type"
|
|
1469
1468
|
},
|
|
1470
1469
|
{
|
|
1471
1470
|
"kind": "method",
|
|
1472
|
-
"name": "
|
|
1473
|
-
"privacy": "private"
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
"kind": "field",
|
|
1497
|
-
"name": "handleInputChange",
|
|
1498
|
-
"privacy": "private"
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
"kind": "field",
|
|
1502
|
-
"name": "handleInputFocus",
|
|
1503
|
-
"privacy": "private"
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"kind": "field",
|
|
1507
|
-
"name": "handleInputKeyDown",
|
|
1508
|
-
"privacy": "private"
|
|
1509
|
-
},
|
|
1510
|
-
{
|
|
1511
|
-
"kind": "field",
|
|
1512
|
-
"name": "handleClear",
|
|
1513
|
-
"privacy": "private"
|
|
1471
|
+
"name": "handlePropertyChange",
|
|
1472
|
+
"privacy": "private",
|
|
1473
|
+
"parameters": [
|
|
1474
|
+
{
|
|
1475
|
+
"name": "attrName",
|
|
1476
|
+
"type": {
|
|
1477
|
+
"text": "string"
|
|
1478
|
+
}
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"name": "value",
|
|
1482
|
+
"type": {
|
|
1483
|
+
"text": "any"
|
|
1484
|
+
}
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
"name": "type",
|
|
1488
|
+
"optional": true,
|
|
1489
|
+
"type": {
|
|
1490
|
+
"text": "string"
|
|
1491
|
+
}
|
|
1492
|
+
}
|
|
1493
|
+
],
|
|
1494
|
+
"description": "Handle property value changes from the editor"
|
|
1514
1495
|
},
|
|
1515
1496
|
{
|
|
1516
1497
|
"kind": "method",
|
|
1517
|
-
"name": "
|
|
1518
|
-
"
|
|
1498
|
+
"name": "deleteComponent",
|
|
1499
|
+
"privacy": "private",
|
|
1500
|
+
"description": "Delete this component from the DOM"
|
|
1519
1501
|
},
|
|
1520
1502
|
{
|
|
1521
1503
|
"kind": "method",
|
|
1522
|
-
"name": "
|
|
1523
|
-
"
|
|
1504
|
+
"name": "renderPropertyEditor",
|
|
1505
|
+
"privacy": "private",
|
|
1506
|
+
"description": "Render the property editor form"
|
|
1524
1507
|
},
|
|
1525
1508
|
{
|
|
1526
1509
|
"kind": "method",
|
|
1527
|
-
"name": "
|
|
1528
|
-
"
|
|
1510
|
+
"name": "renderPropertyField",
|
|
1511
|
+
"privacy": "private",
|
|
1512
|
+
"parameters": [
|
|
1513
|
+
{
|
|
1514
|
+
"name": "attr",
|
|
1515
|
+
"type": {
|
|
1516
|
+
"text": "AttributeMetadata"
|
|
1517
|
+
}
|
|
1518
|
+
}
|
|
1519
|
+
],
|
|
1520
|
+
"description": "Render a single property field based on its type"
|
|
1529
1521
|
},
|
|
1530
1522
|
{
|
|
1531
1523
|
"kind": "method",
|
|
@@ -1534,179 +1526,70 @@
|
|
|
1534
1526
|
],
|
|
1535
1527
|
"attributes": [
|
|
1536
1528
|
{
|
|
1537
|
-
"name": "
|
|
1538
|
-
"fieldName": "
|
|
1539
|
-
"
|
|
1540
|
-
"description": "The options to display in the dropdown.",
|
|
1541
|
-
"type": {
|
|
1542
|
-
"text": "LeOption[] | string"
|
|
1543
|
-
}
|
|
1544
|
-
},
|
|
1545
|
-
{
|
|
1546
|
-
"name": "value",
|
|
1547
|
-
"fieldName": "value",
|
|
1548
|
-
"description": "The currently selected value.",
|
|
1549
|
-
"type": {
|
|
1550
|
-
"text": "LeOptionValue"
|
|
1551
|
-
}
|
|
1552
|
-
},
|
|
1553
|
-
{
|
|
1554
|
-
"name": "placeholder",
|
|
1555
|
-
"fieldName": "placeholder",
|
|
1556
|
-
"default": "'Type to search...'",
|
|
1557
|
-
"description": "Placeholder text for the input.",
|
|
1529
|
+
"name": "component",
|
|
1530
|
+
"fieldName": "component",
|
|
1531
|
+
"description": "The tag name of the component (e.g., 'le-card').\nUsed to look up property metadata and display the component name.",
|
|
1558
1532
|
"type": {
|
|
1559
1533
|
"text": "string"
|
|
1560
1534
|
}
|
|
1561
1535
|
},
|
|
1562
1536
|
{
|
|
1563
|
-
"name": "
|
|
1564
|
-
"fieldName": "
|
|
1565
|
-
"
|
|
1566
|
-
"description": "Whether the combobox is disabled.",
|
|
1567
|
-
"type": {
|
|
1568
|
-
"text": "boolean"
|
|
1569
|
-
}
|
|
1570
|
-
},
|
|
1571
|
-
{
|
|
1572
|
-
"name": "required",
|
|
1573
|
-
"fieldName": "required",
|
|
1574
|
-
"default": "false",
|
|
1575
|
-
"description": "Whether selection is required.",
|
|
1576
|
-
"type": {
|
|
1577
|
-
"text": "boolean"
|
|
1578
|
-
}
|
|
1579
|
-
},
|
|
1580
|
-
{
|
|
1581
|
-
"name": "name",
|
|
1582
|
-
"fieldName": "name",
|
|
1583
|
-
"description": "Name attribute for form submission.",
|
|
1537
|
+
"name": "display-name",
|
|
1538
|
+
"fieldName": "displayName",
|
|
1539
|
+
"description": "Optional display name for the component.\nIf not provided, the tag name will be formatted as the display name.",
|
|
1584
1540
|
"type": {
|
|
1585
1541
|
"text": "string"
|
|
1586
1542
|
}
|
|
1587
1543
|
},
|
|
1588
1544
|
{
|
|
1589
|
-
"name": "
|
|
1590
|
-
"fieldName": "
|
|
1591
|
-
"
|
|
1592
|
-
"description": "Whether the multiselect should take full width of its container.",
|
|
1593
|
-
"type": {
|
|
1594
|
-
"text": "boolean"
|
|
1595
|
-
}
|
|
1596
|
-
},
|
|
1597
|
-
{
|
|
1598
|
-
"name": "size",
|
|
1599
|
-
"fieldName": "size",
|
|
1600
|
-
"default": "'medium'",
|
|
1601
|
-
"description": "Size variant of the combobox.",
|
|
1602
|
-
"type": {
|
|
1603
|
-
"text": "'small' | 'medium' | 'large'"
|
|
1604
|
-
}
|
|
1605
|
-
},
|
|
1606
|
-
{
|
|
1607
|
-
"name": "allow-custom",
|
|
1608
|
-
"fieldName": "allowCustom",
|
|
1609
|
-
"default": "false",
|
|
1610
|
-
"description": "Whether to allow custom values not in the options list.",
|
|
1611
|
-
"type": {
|
|
1612
|
-
"text": "boolean"
|
|
1613
|
-
}
|
|
1614
|
-
},
|
|
1615
|
-
{
|
|
1616
|
-
"name": "min-search-length",
|
|
1617
|
-
"fieldName": "minSearchLength",
|
|
1618
|
-
"default": "0",
|
|
1619
|
-
"description": "Minimum characters before showing filtered results.",
|
|
1620
|
-
"type": {
|
|
1621
|
-
"text": "number"
|
|
1622
|
-
}
|
|
1623
|
-
},
|
|
1624
|
-
{
|
|
1625
|
-
"name": "empty-text",
|
|
1626
|
-
"fieldName": "emptyText",
|
|
1627
|
-
"default": "'No results found'",
|
|
1628
|
-
"description": "Text to show when no options match the search.",
|
|
1545
|
+
"name": "host-class",
|
|
1546
|
+
"fieldName": "hostClass",
|
|
1547
|
+
"description": "Classes to apply to the host element.\nAllows parent components to pass their styling classes.",
|
|
1629
1548
|
"type": {
|
|
1630
1549
|
"text": "string"
|
|
1631
1550
|
}
|
|
1632
1551
|
},
|
|
1633
1552
|
{
|
|
1634
|
-
"name": "
|
|
1635
|
-
"fieldName": "
|
|
1636
|
-
"
|
|
1637
|
-
"description": "Whether the dropdown is currently open.",
|
|
1553
|
+
"name": "host-style",
|
|
1554
|
+
"fieldName": "hostStyle",
|
|
1555
|
+
"description": "Inline styles to apply to the host element.\nAllows parent components to pass dynamic styles (e.g., flex properties).",
|
|
1638
1556
|
"type": {
|
|
1639
|
-
"text": "
|
|
1557
|
+
"text": "{ [key: string]: string }"
|
|
1640
1558
|
}
|
|
1641
1559
|
}
|
|
1642
1560
|
],
|
|
1643
|
-
"tagName": "le-
|
|
1644
|
-
"events": [
|
|
1645
|
-
{
|
|
1646
|
-
"name": "leChange",
|
|
1647
|
-
"type": {
|
|
1648
|
-
"text": "EventEmitter<LeOptionSelectDetail>"
|
|
1649
|
-
},
|
|
1650
|
-
"description": "Emitted when the selected value changes."
|
|
1651
|
-
},
|
|
1652
|
-
{
|
|
1653
|
-
"name": "leInput",
|
|
1654
|
-
"type": {
|
|
1655
|
-
"text": "EventEmitter<{ value: string }>"
|
|
1656
|
-
},
|
|
1657
|
-
"description": "Emitted when the input value changes (for custom values)."
|
|
1658
|
-
},
|
|
1659
|
-
{
|
|
1660
|
-
"name": "leOpen",
|
|
1661
|
-
"type": {
|
|
1662
|
-
"text": "EventEmitter<void>"
|
|
1663
|
-
},
|
|
1664
|
-
"description": "Emitted when the dropdown opens."
|
|
1665
|
-
},
|
|
1666
|
-
{
|
|
1667
|
-
"name": "leClose",
|
|
1668
|
-
"type": {
|
|
1669
|
-
"text": "EventEmitter<void>"
|
|
1670
|
-
},
|
|
1671
|
-
"description": "Emitted when the dropdown closes."
|
|
1672
|
-
}
|
|
1673
|
-
],
|
|
1561
|
+
"tagName": "le-component",
|
|
1562
|
+
"events": [],
|
|
1674
1563
|
"customElement": true
|
|
1675
1564
|
}
|
|
1676
1565
|
],
|
|
1677
1566
|
"exports": [
|
|
1678
1567
|
{
|
|
1679
1568
|
"kind": "js",
|
|
1680
|
-
"name": "
|
|
1569
|
+
"name": "LeComponent",
|
|
1681
1570
|
"declaration": {
|
|
1682
|
-
"name": "
|
|
1683
|
-
"module": "src/components/le-
|
|
1571
|
+
"name": "LeComponent",
|
|
1572
|
+
"module": "src/components/le-component/le-component.tsx"
|
|
1684
1573
|
}
|
|
1685
1574
|
},
|
|
1686
1575
|
{
|
|
1687
1576
|
"kind": "custom-element-definition",
|
|
1688
|
-
"name": "le-
|
|
1577
|
+
"name": "le-component",
|
|
1689
1578
|
"declaration": {
|
|
1690
|
-
"name": "
|
|
1691
|
-
"module": "src/components/le-
|
|
1579
|
+
"name": "LeComponent",
|
|
1580
|
+
"module": "src/components/le-component/le-component.tsx"
|
|
1692
1581
|
}
|
|
1693
1582
|
}
|
|
1694
1583
|
]
|
|
1695
1584
|
},
|
|
1696
1585
|
{
|
|
1697
1586
|
"kind": "javascript-module",
|
|
1698
|
-
"path": "src/components/le-
|
|
1587
|
+
"path": "src/components/le-combobox/le-combobox.tsx",
|
|
1699
1588
|
"declarations": [
|
|
1700
1589
|
{
|
|
1701
1590
|
"kind": "class",
|
|
1702
|
-
"description": "
|
|
1703
|
-
"name": "
|
|
1704
|
-
"slots": [
|
|
1705
|
-
{
|
|
1706
|
-
"description": "The component's rendered content",
|
|
1707
|
-
"name": ""
|
|
1708
|
-
}
|
|
1709
|
-
],
|
|
1591
|
+
"description": "A combobox component with searchable dropdown.\n\nCombines a text input with a dropdown list, allowing users to\nfilter options by typing or select from the list.",
|
|
1592
|
+
"name": "LeCombobox",
|
|
1710
1593
|
"members": [
|
|
1711
1594
|
{
|
|
1712
1595
|
"kind": "field",
|
|
@@ -1717,277 +1600,394 @@
|
|
|
1717
1600
|
},
|
|
1718
1601
|
{
|
|
1719
1602
|
"kind": "field",
|
|
1720
|
-
"name": "
|
|
1603
|
+
"name": "options",
|
|
1721
1604
|
"type": {
|
|
1722
|
-
"text": "string"
|
|
1605
|
+
"text": "LeOption[] | string"
|
|
1723
1606
|
},
|
|
1724
|
-
"
|
|
1607
|
+
"default": "[]",
|
|
1608
|
+
"description": "The options to display in the dropdown."
|
|
1725
1609
|
},
|
|
1726
1610
|
{
|
|
1727
1611
|
"kind": "field",
|
|
1728
|
-
"name": "
|
|
1612
|
+
"name": "value",
|
|
1729
1613
|
"type": {
|
|
1730
|
-
"text": "
|
|
1614
|
+
"text": "LeOptionValue | undefined"
|
|
1731
1615
|
},
|
|
1732
|
-
"description": "
|
|
1616
|
+
"description": "The currently selected value."
|
|
1733
1617
|
},
|
|
1734
1618
|
{
|
|
1735
1619
|
"kind": "field",
|
|
1736
|
-
"name": "
|
|
1620
|
+
"name": "placeholder",
|
|
1737
1621
|
"type": {
|
|
1738
|
-
"text": "string
|
|
1622
|
+
"text": "string"
|
|
1739
1623
|
},
|
|
1740
|
-
"
|
|
1624
|
+
"default": "'Type to search...'",
|
|
1625
|
+
"description": "Placeholder text for the input."
|
|
1741
1626
|
},
|
|
1742
1627
|
{
|
|
1743
1628
|
"kind": "field",
|
|
1744
|
-
"name": "
|
|
1629
|
+
"name": "disabled",
|
|
1745
1630
|
"type": {
|
|
1746
|
-
"text": "
|
|
1631
|
+
"text": "boolean"
|
|
1747
1632
|
},
|
|
1748
|
-
"
|
|
1633
|
+
"default": "false",
|
|
1634
|
+
"description": "Whether the combobox is disabled."
|
|
1749
1635
|
},
|
|
1750
1636
|
{
|
|
1751
1637
|
"kind": "field",
|
|
1752
|
-
"name": "
|
|
1638
|
+
"name": "required",
|
|
1753
1639
|
"type": {
|
|
1754
|
-
"text": "
|
|
1640
|
+
"text": "boolean"
|
|
1755
1641
|
},
|
|
1756
|
-
"
|
|
1757
|
-
"description": "
|
|
1642
|
+
"default": "false",
|
|
1643
|
+
"description": "Whether selection is required."
|
|
1758
1644
|
},
|
|
1759
1645
|
{
|
|
1760
1646
|
"kind": "field",
|
|
1761
|
-
"name": "
|
|
1647
|
+
"name": "name",
|
|
1648
|
+
"type": {
|
|
1649
|
+
"text": "string | undefined"
|
|
1650
|
+
},
|
|
1651
|
+
"description": "Name attribute for form submission."
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"kind": "field",
|
|
1655
|
+
"name": "fullWidth",
|
|
1762
1656
|
"type": {
|
|
1763
1657
|
"text": "boolean"
|
|
1764
1658
|
},
|
|
1765
|
-
"privacy": "private",
|
|
1766
1659
|
"default": "false",
|
|
1767
|
-
"description": "
|
|
1660
|
+
"description": "Whether the multiselect should take full width of its container."
|
|
1768
1661
|
},
|
|
1769
1662
|
{
|
|
1770
1663
|
"kind": "field",
|
|
1771
|
-
"name": "
|
|
1664
|
+
"name": "size",
|
|
1772
1665
|
"type": {
|
|
1773
|
-
"text": "
|
|
1666
|
+
"text": "'small' | 'medium' | 'large'"
|
|
1774
1667
|
},
|
|
1775
|
-
"
|
|
1776
|
-
"
|
|
1777
|
-
"description": "Component metadata loaded from Custom Elements Manifest"
|
|
1668
|
+
"default": "'medium'",
|
|
1669
|
+
"description": "Size variant of the combobox."
|
|
1778
1670
|
},
|
|
1779
1671
|
{
|
|
1780
1672
|
"kind": "field",
|
|
1781
|
-
"name": "
|
|
1673
|
+
"name": "allowCustom",
|
|
1782
1674
|
"type": {
|
|
1783
|
-
"text": "
|
|
1675
|
+
"text": "boolean"
|
|
1784
1676
|
},
|
|
1785
|
-
"
|
|
1786
|
-
"
|
|
1787
|
-
"description": "Current property values of the host component"
|
|
1677
|
+
"default": "false",
|
|
1678
|
+
"description": "Whether to allow custom values not in the options list."
|
|
1788
1679
|
},
|
|
1789
1680
|
{
|
|
1790
1681
|
"kind": "field",
|
|
1791
|
-
"name": "
|
|
1682
|
+
"name": "minSearchLength",
|
|
1792
1683
|
"type": {
|
|
1793
|
-
"text": "
|
|
1684
|
+
"text": "number"
|
|
1794
1685
|
},
|
|
1795
|
-
"
|
|
1686
|
+
"default": "0",
|
|
1687
|
+
"description": "Minimum characters before showing filtered results."
|
|
1796
1688
|
},
|
|
1797
1689
|
{
|
|
1798
|
-
"kind": "
|
|
1799
|
-
"name": "
|
|
1800
|
-
"
|
|
1801
|
-
|
|
1690
|
+
"kind": "field",
|
|
1691
|
+
"name": "emptyText",
|
|
1692
|
+
"type": {
|
|
1693
|
+
"text": "string"
|
|
1694
|
+
},
|
|
1695
|
+
"default": "'No results found'",
|
|
1696
|
+
"description": "Text to show when no options match the search."
|
|
1802
1697
|
},
|
|
1803
1698
|
{
|
|
1804
|
-
"kind": "
|
|
1805
|
-
"name": "
|
|
1806
|
-
"
|
|
1807
|
-
|
|
1808
|
-
"type": {
|
|
1809
|
-
"text": "string"
|
|
1810
|
-
}
|
|
1699
|
+
"kind": "field",
|
|
1700
|
+
"name": "open",
|
|
1701
|
+
"type": {
|
|
1702
|
+
"text": "boolean"
|
|
1811
1703
|
},
|
|
1704
|
+
"default": "false",
|
|
1705
|
+
"description": "Whether the dropdown is currently open."
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
"kind": "method",
|
|
1709
|
+
"name": "handleWindowClick",
|
|
1812
1710
|
"parameters": [
|
|
1813
1711
|
{
|
|
1814
|
-
"name": "
|
|
1712
|
+
"name": "event",
|
|
1815
1713
|
"type": {
|
|
1816
|
-
"text": "
|
|
1714
|
+
"text": "MouseEvent"
|
|
1817
1715
|
}
|
|
1818
1716
|
}
|
|
1819
|
-
]
|
|
1820
|
-
"description": "Formats a tag name into a display name\ne.g., 'le-card' -> 'Card'"
|
|
1717
|
+
]
|
|
1821
1718
|
},
|
|
1822
1719
|
{
|
|
1823
|
-
"kind": "
|
|
1824
|
-
"name": "
|
|
1720
|
+
"kind": "field",
|
|
1721
|
+
"name": "inputValue",
|
|
1722
|
+
"type": {
|
|
1723
|
+
"text": "string"
|
|
1724
|
+
},
|
|
1825
1725
|
"privacy": "private",
|
|
1826
|
-
"
|
|
1726
|
+
"default": "''"
|
|
1827
1727
|
},
|
|
1828
1728
|
{
|
|
1829
|
-
"kind": "
|
|
1830
|
-
"name": "
|
|
1831
|
-
"
|
|
1832
|
-
|
|
1833
|
-
"type": {
|
|
1834
|
-
"text": "boolean"
|
|
1835
|
-
}
|
|
1729
|
+
"kind": "field",
|
|
1730
|
+
"name": "selectedOption",
|
|
1731
|
+
"type": {
|
|
1732
|
+
"text": "LeOption | undefined"
|
|
1836
1733
|
},
|
|
1837
|
-
"
|
|
1838
|
-
{
|
|
1839
|
-
"name": "name",
|
|
1840
|
-
"type": {
|
|
1841
|
-
"text": "string"
|
|
1842
|
-
}
|
|
1843
|
-
}
|
|
1844
|
-
],
|
|
1845
|
-
"description": "Check if an attribute is internal (should not be shown in editor)"
|
|
1734
|
+
"privacy": "private"
|
|
1846
1735
|
},
|
|
1847
1736
|
{
|
|
1848
|
-
"kind": "
|
|
1849
|
-
"name": "
|
|
1850
|
-
"
|
|
1851
|
-
|
|
1737
|
+
"kind": "field",
|
|
1738
|
+
"name": "dropdownEl",
|
|
1739
|
+
"type": {
|
|
1740
|
+
"text": "HTMLLeDropdownBaseElement | undefined"
|
|
1741
|
+
},
|
|
1742
|
+
"privacy": "private"
|
|
1852
1743
|
},
|
|
1853
1744
|
{
|
|
1854
|
-
"kind": "
|
|
1855
|
-
"name": "
|
|
1856
|
-
"
|
|
1857
|
-
|
|
1858
|
-
"type": {
|
|
1859
|
-
"text": "any"
|
|
1860
|
-
}
|
|
1745
|
+
"kind": "field",
|
|
1746
|
+
"name": "inputEl",
|
|
1747
|
+
"type": {
|
|
1748
|
+
"text": "HTMLInputElement | undefined"
|
|
1861
1749
|
},
|
|
1862
|
-
"
|
|
1863
|
-
{
|
|
1864
|
-
"name": "value",
|
|
1865
|
-
"type": {
|
|
1866
|
-
"text": "string | null"
|
|
1867
|
-
}
|
|
1868
|
-
},
|
|
1869
|
-
{
|
|
1870
|
-
"name": "type",
|
|
1871
|
-
"optional": true,
|
|
1872
|
-
"type": {
|
|
1873
|
-
"text": "string"
|
|
1874
|
-
}
|
|
1875
|
-
}
|
|
1876
|
-
],
|
|
1877
|
-
"description": "Parse an attribute value based on its type"
|
|
1750
|
+
"privacy": "private"
|
|
1878
1751
|
},
|
|
1879
1752
|
{
|
|
1880
1753
|
"kind": "method",
|
|
1881
|
-
"name": "
|
|
1882
|
-
"privacy": "private",
|
|
1883
|
-
"parameters": [
|
|
1884
|
-
{
|
|
1885
|
-
"name": "attrName",
|
|
1886
|
-
"type": {
|
|
1887
|
-
"text": "string"
|
|
1888
|
-
}
|
|
1889
|
-
},
|
|
1890
|
-
{
|
|
1891
|
-
"name": "value",
|
|
1892
|
-
"type": {
|
|
1893
|
-
"text": "any"
|
|
1894
|
-
}
|
|
1895
|
-
},
|
|
1896
|
-
{
|
|
1897
|
-
"name": "type",
|
|
1898
|
-
"optional": true,
|
|
1899
|
-
"type": {
|
|
1900
|
-
"text": "string"
|
|
1901
|
-
}
|
|
1902
|
-
}
|
|
1903
|
-
],
|
|
1904
|
-
"description": "Handle property value changes from the editor"
|
|
1754
|
+
"name": "handleValueChange"
|
|
1905
1755
|
},
|
|
1906
1756
|
{
|
|
1907
1757
|
"kind": "method",
|
|
1908
|
-
"name": "
|
|
1909
|
-
"privacy": "private",
|
|
1910
|
-
"description": "Delete this component from the DOM"
|
|
1758
|
+
"name": "handleOptionsChange"
|
|
1911
1759
|
},
|
|
1912
1760
|
{
|
|
1913
|
-
"kind": "
|
|
1914
|
-
"name": "
|
|
1761
|
+
"kind": "field",
|
|
1762
|
+
"name": "parsedOptions",
|
|
1763
|
+
"type": {
|
|
1764
|
+
"text": "LeOption[]"
|
|
1765
|
+
},
|
|
1915
1766
|
"privacy": "private",
|
|
1916
|
-
"
|
|
1767
|
+
"readonly": true
|
|
1917
1768
|
},
|
|
1918
1769
|
{
|
|
1919
1770
|
"kind": "method",
|
|
1920
|
-
"name": "
|
|
1921
|
-
"privacy": "private"
|
|
1922
|
-
"parameters": [
|
|
1923
|
-
{
|
|
1924
|
-
"name": "attr",
|
|
1925
|
-
"type": {
|
|
1926
|
-
"text": "AttributeMetadata"
|
|
1927
|
-
}
|
|
1928
|
-
}
|
|
1929
|
-
],
|
|
1930
|
-
"description": "Render a single property field based on its type"
|
|
1771
|
+
"name": "updateSelectedOption",
|
|
1772
|
+
"privacy": "private"
|
|
1931
1773
|
},
|
|
1932
1774
|
{
|
|
1933
|
-
"kind": "
|
|
1934
|
-
"name": "
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
"attributes": [
|
|
1775
|
+
"kind": "field",
|
|
1776
|
+
"name": "filterOption",
|
|
1777
|
+
"privacy": "private"
|
|
1778
|
+
},
|
|
1938
1779
|
{
|
|
1939
|
-
"
|
|
1940
|
-
"
|
|
1941
|
-
"
|
|
1942
|
-
"type": {
|
|
1943
|
-
"text": "string"
|
|
1944
|
-
}
|
|
1780
|
+
"kind": "field",
|
|
1781
|
+
"name": "handleOptionSelect",
|
|
1782
|
+
"privacy": "private"
|
|
1945
1783
|
},
|
|
1946
1784
|
{
|
|
1947
|
-
"
|
|
1948
|
-
"
|
|
1949
|
-
"
|
|
1950
|
-
"type": {
|
|
1951
|
-
"text": "string"
|
|
1952
|
-
}
|
|
1785
|
+
"kind": "field",
|
|
1786
|
+
"name": "handleDropdownOpen",
|
|
1787
|
+
"privacy": "private"
|
|
1953
1788
|
},
|
|
1954
1789
|
{
|
|
1955
|
-
"
|
|
1956
|
-
"
|
|
1957
|
-
"
|
|
1958
|
-
"type": {
|
|
1959
|
-
"text": "string"
|
|
1960
|
-
}
|
|
1790
|
+
"kind": "field",
|
|
1791
|
+
"name": "handleDropdownClose",
|
|
1792
|
+
"privacy": "private"
|
|
1961
1793
|
},
|
|
1962
1794
|
{
|
|
1963
|
-
"
|
|
1964
|
-
"
|
|
1965
|
-
"
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1795
|
+
"kind": "field",
|
|
1796
|
+
"name": "handleInputChange",
|
|
1797
|
+
"privacy": "private"
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"kind": "field",
|
|
1801
|
+
"name": "handleInputFocus",
|
|
1802
|
+
"privacy": "private"
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"kind": "field",
|
|
1806
|
+
"name": "handleInputKeyDown",
|
|
1807
|
+
"privacy": "private"
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"kind": "field",
|
|
1811
|
+
"name": "handleClear",
|
|
1812
|
+
"privacy": "private"
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"kind": "method",
|
|
1816
|
+
"name": "showDropdown",
|
|
1817
|
+
"description": "Opens the dropdown."
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"kind": "method",
|
|
1821
|
+
"name": "hideDropdown",
|
|
1822
|
+
"description": "Closes the dropdown."
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"kind": "method",
|
|
1826
|
+
"name": "focusInput",
|
|
1827
|
+
"description": "Focuses the input element."
|
|
1828
|
+
},
|
|
1829
|
+
{
|
|
1830
|
+
"kind": "method",
|
|
1831
|
+
"name": "render"
|
|
1832
|
+
}
|
|
1833
|
+
],
|
|
1834
|
+
"attributes": [
|
|
1835
|
+
{
|
|
1836
|
+
"name": "options",
|
|
1837
|
+
"fieldName": "options",
|
|
1838
|
+
"default": "[]",
|
|
1839
|
+
"description": "The options to display in the dropdown.",
|
|
1840
|
+
"type": {
|
|
1841
|
+
"text": "LeOption[] | string"
|
|
1842
|
+
}
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"name": "value",
|
|
1846
|
+
"fieldName": "value",
|
|
1847
|
+
"description": "The currently selected value.",
|
|
1848
|
+
"type": {
|
|
1849
|
+
"text": "LeOptionValue"
|
|
1850
|
+
}
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"name": "placeholder",
|
|
1854
|
+
"fieldName": "placeholder",
|
|
1855
|
+
"default": "'Type to search...'",
|
|
1856
|
+
"description": "Placeholder text for the input.",
|
|
1857
|
+
"type": {
|
|
1858
|
+
"text": "string"
|
|
1859
|
+
}
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"name": "disabled",
|
|
1863
|
+
"fieldName": "disabled",
|
|
1864
|
+
"default": "false",
|
|
1865
|
+
"description": "Whether the combobox is disabled.",
|
|
1866
|
+
"type": {
|
|
1867
|
+
"text": "boolean"
|
|
1868
|
+
}
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
"name": "required",
|
|
1872
|
+
"fieldName": "required",
|
|
1873
|
+
"default": "false",
|
|
1874
|
+
"description": "Whether selection is required.",
|
|
1875
|
+
"type": {
|
|
1876
|
+
"text": "boolean"
|
|
1877
|
+
}
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"name": "name",
|
|
1881
|
+
"fieldName": "name",
|
|
1882
|
+
"description": "Name attribute for form submission.",
|
|
1883
|
+
"type": {
|
|
1884
|
+
"text": "string"
|
|
1885
|
+
}
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"name": "full-width",
|
|
1889
|
+
"fieldName": "fullWidth",
|
|
1890
|
+
"default": "false",
|
|
1891
|
+
"description": "Whether the multiselect should take full width of its container.",
|
|
1892
|
+
"type": {
|
|
1893
|
+
"text": "boolean"
|
|
1894
|
+
}
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
"name": "size",
|
|
1898
|
+
"fieldName": "size",
|
|
1899
|
+
"default": "'medium'",
|
|
1900
|
+
"description": "Size variant of the combobox.",
|
|
1901
|
+
"type": {
|
|
1902
|
+
"text": "'small' | 'medium' | 'large'"
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"name": "allow-custom",
|
|
1907
|
+
"fieldName": "allowCustom",
|
|
1908
|
+
"default": "false",
|
|
1909
|
+
"description": "Whether to allow custom values not in the options list.",
|
|
1910
|
+
"type": {
|
|
1911
|
+
"text": "boolean"
|
|
1912
|
+
}
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"name": "min-search-length",
|
|
1916
|
+
"fieldName": "minSearchLength",
|
|
1917
|
+
"default": "0",
|
|
1918
|
+
"description": "Minimum characters before showing filtered results.",
|
|
1919
|
+
"type": {
|
|
1920
|
+
"text": "number"
|
|
1921
|
+
}
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"name": "empty-text",
|
|
1925
|
+
"fieldName": "emptyText",
|
|
1926
|
+
"default": "'No results found'",
|
|
1927
|
+
"description": "Text to show when no options match the search.",
|
|
1928
|
+
"type": {
|
|
1929
|
+
"text": "string"
|
|
1930
|
+
}
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"name": "open",
|
|
1934
|
+
"fieldName": "open",
|
|
1935
|
+
"default": "false",
|
|
1936
|
+
"description": "Whether the dropdown is currently open.",
|
|
1937
|
+
"type": {
|
|
1938
|
+
"text": "boolean"
|
|
1939
|
+
}
|
|
1940
|
+
}
|
|
1941
|
+
],
|
|
1942
|
+
"tagName": "le-combobox",
|
|
1943
|
+
"events": [
|
|
1944
|
+
{
|
|
1945
|
+
"name": "leChange",
|
|
1946
|
+
"type": {
|
|
1947
|
+
"text": "EventEmitter<LeOptionSelectDetail>"
|
|
1948
|
+
},
|
|
1949
|
+
"description": "Emitted when the selected value changes."
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"name": "leInput",
|
|
1953
|
+
"type": {
|
|
1954
|
+
"text": "EventEmitter<{ value: string }>"
|
|
1955
|
+
},
|
|
1956
|
+
"description": "Emitted when the input value changes (for custom values)."
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"name": "leOpen",
|
|
1960
|
+
"type": {
|
|
1961
|
+
"text": "EventEmitter<void>"
|
|
1962
|
+
},
|
|
1963
|
+
"description": "Emitted when the dropdown opens."
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
"name": "leClose",
|
|
1967
|
+
"type": {
|
|
1968
|
+
"text": "EventEmitter<void>"
|
|
1969
|
+
},
|
|
1970
|
+
"description": "Emitted when the dropdown closes."
|
|
1969
1971
|
}
|
|
1970
1972
|
],
|
|
1971
|
-
"tagName": "le-component",
|
|
1972
|
-
"events": [],
|
|
1973
1973
|
"customElement": true
|
|
1974
1974
|
}
|
|
1975
1975
|
],
|
|
1976
1976
|
"exports": [
|
|
1977
1977
|
{
|
|
1978
1978
|
"kind": "js",
|
|
1979
|
-
"name": "
|
|
1979
|
+
"name": "LeCombobox",
|
|
1980
1980
|
"declaration": {
|
|
1981
|
-
"name": "
|
|
1982
|
-
"module": "src/components/le-
|
|
1981
|
+
"name": "LeCombobox",
|
|
1982
|
+
"module": "src/components/le-combobox/le-combobox.tsx"
|
|
1983
1983
|
}
|
|
1984
1984
|
},
|
|
1985
1985
|
{
|
|
1986
1986
|
"kind": "custom-element-definition",
|
|
1987
|
-
"name": "le-
|
|
1987
|
+
"name": "le-combobox",
|
|
1988
1988
|
"declaration": {
|
|
1989
|
-
"name": "
|
|
1990
|
-
"module": "src/components/le-
|
|
1989
|
+
"name": "LeCombobox",
|
|
1990
|
+
"module": "src/components/le-combobox/le-combobox.tsx"
|
|
1991
1991
|
}
|
|
1992
1992
|
}
|
|
1993
1993
|
]
|
|
@@ -2533,423 +2533,1026 @@
|
|
|
2533
2533
|
}
|
|
2534
2534
|
},
|
|
2535
2535
|
{
|
|
2536
|
-
"name": "close-on-click-outside",
|
|
2537
|
-
"fieldName": "closeOnClickOutside",
|
|
2538
|
-
"default": "true",
|
|
2539
|
-
"description": "Whether to close the dropdown when clicking outside.\n(used to support combobox with input focus)",
|
|
2540
|
-
"type": {
|
|
2541
|
-
"text": "boolean"
|
|
2542
|
-
}
|
|
2536
|
+
"name": "close-on-click-outside",
|
|
2537
|
+
"fieldName": "closeOnClickOutside",
|
|
2538
|
+
"default": "true",
|
|
2539
|
+
"description": "Whether to close the dropdown when clicking outside.\n(used to support combobox with input focus)",
|
|
2540
|
+
"type": {
|
|
2541
|
+
"text": "boolean"
|
|
2542
|
+
}
|
|
2543
|
+
}
|
|
2544
|
+
],
|
|
2545
|
+
"tagName": "le-dropdown-base",
|
|
2546
|
+
"events": [
|
|
2547
|
+
{
|
|
2548
|
+
"name": "leOptionSelect",
|
|
2549
|
+
"type": {
|
|
2550
|
+
"text": "EventEmitter<LeOptionSelectDetail>"
|
|
2551
|
+
},
|
|
2552
|
+
"description": "Emitted when an option is selected."
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
"name": "leDropdownOpen",
|
|
2556
|
+
"type": {
|
|
2557
|
+
"text": "EventEmitter<void>"
|
|
2558
|
+
},
|
|
2559
|
+
"description": "Emitted when the dropdown opens."
|
|
2560
|
+
},
|
|
2561
|
+
{
|
|
2562
|
+
"name": "leDropdownClose",
|
|
2563
|
+
"type": {
|
|
2564
|
+
"text": "EventEmitter<void>"
|
|
2565
|
+
},
|
|
2566
|
+
"description": "Emitted when the dropdown closes."
|
|
2567
|
+
}
|
|
2568
|
+
],
|
|
2569
|
+
"customElement": true
|
|
2570
|
+
}
|
|
2571
|
+
],
|
|
2572
|
+
"exports": [
|
|
2573
|
+
{
|
|
2574
|
+
"kind": "js",
|
|
2575
|
+
"name": "LeDropdownBase",
|
|
2576
|
+
"declaration": {
|
|
2577
|
+
"name": "LeDropdownBase",
|
|
2578
|
+
"module": "src/components/le-dropdown-base/le-dropdown-base.tsx"
|
|
2579
|
+
}
|
|
2580
|
+
},
|
|
2581
|
+
{
|
|
2582
|
+
"kind": "custom-element-definition",
|
|
2583
|
+
"name": "le-dropdown-base",
|
|
2584
|
+
"declaration": {
|
|
2585
|
+
"name": "LeDropdownBase",
|
|
2586
|
+
"module": "src/components/le-dropdown-base/le-dropdown-base.tsx"
|
|
2587
|
+
}
|
|
2588
|
+
}
|
|
2589
|
+
]
|
|
2590
|
+
},
|
|
2591
|
+
{
|
|
2592
|
+
"kind": "javascript-module",
|
|
2593
|
+
"path": "src/components/le-header/le-header.tsx",
|
|
2594
|
+
"declarations": [
|
|
2595
|
+
{
|
|
2596
|
+
"kind": "class",
|
|
2597
|
+
"description": "A functional page header with scroll-aware behaviors.\n\nFeatures:\n- Static (default), sticky, or fixed positioning\n- Optional shrink-on-scroll behavior via `shrink-offset`\n- Optional reveal-on-scroll-up via `reveal-on-scroll` (sticky only)\n\nSlots:\n- `start`: left side (logo/back button)\n- `title`: centered/primary title content\n- `end`: right side actions\n- default: extra content row (e.g., tabs/search) rendered below main row",
|
|
2598
|
+
"name": "LeHeader",
|
|
2599
|
+
"cssProperties": [
|
|
2600
|
+
{
|
|
2601
|
+
"description": "Background (color/gradient)",
|
|
2602
|
+
"name": "--le-header-bg"
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"description": "Text color",
|
|
2606
|
+
"name": "--le-header-color"
|
|
2607
|
+
},
|
|
2608
|
+
{
|
|
2609
|
+
"description": "Border (e.g. 1px solid ...)",
|
|
2610
|
+
"name": "--le-header-border"
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
"description": "Shadow/elevation",
|
|
2614
|
+
"name": "--le-header-shadow"
|
|
2615
|
+
},
|
|
2616
|
+
{
|
|
2617
|
+
"description": "Inner content max width",
|
|
2618
|
+
"name": "--le-header-max-width"
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"description": "Horizontal padding",
|
|
2622
|
+
"name": "--le-header-padding-x"
|
|
2623
|
+
},
|
|
2624
|
+
{
|
|
2625
|
+
"description": "Vertical padding",
|
|
2626
|
+
"name": "--le-header-padding-y"
|
|
2627
|
+
},
|
|
2628
|
+
{
|
|
2629
|
+
"description": "Gap between zones",
|
|
2630
|
+
"name": "--le-header-gap"
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
"description": "Base height (main row)",
|
|
2634
|
+
"name": "--le-header-height"
|
|
2635
|
+
},
|
|
2636
|
+
{
|
|
2637
|
+
"description": "Condensed height when shrunk",
|
|
2638
|
+
"name": "--le-header-height-condensed"
|
|
2639
|
+
},
|
|
2640
|
+
{
|
|
2641
|
+
"description": "Transition timing",
|
|
2642
|
+
"name": "--le-header-transition"
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
"description": "Z-index (fixed mode)",
|
|
2646
|
+
"name": "--le-header-z"
|
|
2647
|
+
}
|
|
2648
|
+
],
|
|
2649
|
+
"cssParts": [
|
|
2650
|
+
{
|
|
2651
|
+
"description": "The header container",
|
|
2652
|
+
"name": "header"
|
|
2653
|
+
},
|
|
2654
|
+
{
|
|
2655
|
+
"description": "Inner max-width container",
|
|
2656
|
+
"name": "inner"
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"description": "Main row",
|
|
2660
|
+
"name": "row"
|
|
2661
|
+
},
|
|
2662
|
+
{
|
|
2663
|
+
"description": "Start zone",
|
|
2664
|
+
"name": "start"
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"description": "Title zone",
|
|
2668
|
+
"name": "title"
|
|
2669
|
+
},
|
|
2670
|
+
{
|
|
2671
|
+
"description": "End zone",
|
|
2672
|
+
"name": "end"
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"description": "Secondary row",
|
|
2676
|
+
"name": "secondary"
|
|
2677
|
+
}
|
|
2678
|
+
],
|
|
2679
|
+
"slots": [
|
|
2680
|
+
{
|
|
2681
|
+
"description": "Start area content",
|
|
2682
|
+
"name": "start"
|
|
2683
|
+
},
|
|
2684
|
+
{
|
|
2685
|
+
"description": "Title content",
|
|
2686
|
+
"name": "title"
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"description": "End area content",
|
|
2690
|
+
"name": "end"
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"description": "Optional secondary row content",
|
|
2694
|
+
"name": ""
|
|
2695
|
+
}
|
|
2696
|
+
],
|
|
2697
|
+
"members": [
|
|
2698
|
+
{
|
|
2699
|
+
"kind": "field",
|
|
2700
|
+
"name": "el",
|
|
2701
|
+
"type": {
|
|
2702
|
+
"text": "HTMLElement"
|
|
2703
|
+
}
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
"kind": "field",
|
|
2707
|
+
"name": "isStatic",
|
|
2708
|
+
"type": {
|
|
2709
|
+
"text": "boolean"
|
|
2710
|
+
},
|
|
2711
|
+
"default": "false",
|
|
2712
|
+
"description": "Force static positioning (default). Ignored if `sticky` or `fixed` are true."
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"kind": "field",
|
|
2716
|
+
"name": "sticky",
|
|
2717
|
+
"type": {
|
|
2718
|
+
"text": "boolean"
|
|
2719
|
+
},
|
|
2720
|
+
"default": "false",
|
|
2721
|
+
"description": "Sticky positioning (in-flow). Ignored if `fixed` is true."
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
"kind": "field",
|
|
2725
|
+
"name": "fixed",
|
|
2726
|
+
"type": {
|
|
2727
|
+
"text": "boolean"
|
|
2728
|
+
},
|
|
2729
|
+
"default": "false",
|
|
2730
|
+
"description": "Fixed positioning (out-of-flow). Takes precedence over `sticky`/`static`."
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"kind": "field",
|
|
2734
|
+
"name": "revealOnScroll",
|
|
2735
|
+
"type": {
|
|
2736
|
+
"text": "string | undefined"
|
|
2737
|
+
},
|
|
2738
|
+
"description": "Sticky-only reveal behavior (hide on scroll down, show on scroll up).\n- missing/false: disabled\n- true/empty attribute: enabled with default threshold (16)\n- number (as string): enabled and used as threshold"
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"kind": "field",
|
|
2742
|
+
"name": "shrinkOffset",
|
|
2743
|
+
"type": {
|
|
2744
|
+
"text": "string | undefined"
|
|
2745
|
+
},
|
|
2746
|
+
"description": "Shrink trigger.\n- missing/0: disabled\n- number (px): shrink when scrollY >= that value (but never before header height)\n- css var name (e.g. --foo): shrink when scrollY >= resolved var value\n- selector (e.g. .page-title): shrink when that element scrolls out of view above the viewport"
|
|
2747
|
+
},
|
|
2748
|
+
{
|
|
2749
|
+
"kind": "field",
|
|
2750
|
+
"name": "expandOnHover",
|
|
2751
|
+
"type": {
|
|
2752
|
+
"text": "boolean"
|
|
2753
|
+
},
|
|
2754
|
+
"default": "false",
|
|
2755
|
+
"description": "If true, expand the header when hovered"
|
|
2756
|
+
},
|
|
2757
|
+
{
|
|
2758
|
+
"kind": "field",
|
|
2759
|
+
"name": "revealed",
|
|
2760
|
+
"type": {
|
|
2761
|
+
"text": "boolean"
|
|
2762
|
+
},
|
|
2763
|
+
"privacy": "private",
|
|
2764
|
+
"default": "true"
|
|
2765
|
+
},
|
|
2766
|
+
{
|
|
2767
|
+
"kind": "field",
|
|
2768
|
+
"name": "shrunk",
|
|
2769
|
+
"type": {
|
|
2770
|
+
"text": "boolean"
|
|
2771
|
+
},
|
|
2772
|
+
"privacy": "private",
|
|
2773
|
+
"default": "false"
|
|
2774
|
+
},
|
|
2775
|
+
{
|
|
2776
|
+
"kind": "field",
|
|
2777
|
+
"name": "placeholderHeight",
|
|
2778
|
+
"type": {
|
|
2779
|
+
"text": "number | null"
|
|
2780
|
+
},
|
|
2781
|
+
"privacy": "private",
|
|
2782
|
+
"default": "null"
|
|
2783
|
+
},
|
|
2784
|
+
{
|
|
2785
|
+
"kind": "field",
|
|
2786
|
+
"name": "hoverActive",
|
|
2787
|
+
"type": {
|
|
2788
|
+
"text": "boolean"
|
|
2789
|
+
},
|
|
2790
|
+
"privacy": "private",
|
|
2791
|
+
"default": "false"
|
|
2792
|
+
},
|
|
2793
|
+
{
|
|
2794
|
+
"kind": "field",
|
|
2795
|
+
"name": "disconnectModeObserver",
|
|
2796
|
+
"type": {
|
|
2797
|
+
"text": "() => void | undefined"
|
|
2798
|
+
},
|
|
2799
|
+
"privacy": "private"
|
|
2800
|
+
},
|
|
2801
|
+
{
|
|
2802
|
+
"kind": "field",
|
|
2803
|
+
"name": "rafId",
|
|
2804
|
+
"type": {
|
|
2805
|
+
"text": "number | null"
|
|
2806
|
+
},
|
|
2807
|
+
"privacy": "private",
|
|
2808
|
+
"default": "null"
|
|
2809
|
+
},
|
|
2810
|
+
{
|
|
2811
|
+
"kind": "field",
|
|
2812
|
+
"name": "measureRafId",
|
|
2813
|
+
"type": {
|
|
2814
|
+
"text": "number | null"
|
|
2815
|
+
},
|
|
2816
|
+
"privacy": "private",
|
|
2817
|
+
"default": "null"
|
|
2818
|
+
},
|
|
2819
|
+
{
|
|
2820
|
+
"kind": "field",
|
|
2821
|
+
"name": "lastY",
|
|
2822
|
+
"type": {
|
|
2823
|
+
"text": "number"
|
|
2824
|
+
},
|
|
2825
|
+
"privacy": "private",
|
|
2826
|
+
"default": "0"
|
|
2827
|
+
},
|
|
2828
|
+
{
|
|
2829
|
+
"kind": "field",
|
|
2830
|
+
"name": "lastEmittedDirection",
|
|
2831
|
+
"type": {
|
|
2832
|
+
"text": "'up' | 'down'"
|
|
2833
|
+
},
|
|
2834
|
+
"privacy": "private",
|
|
2835
|
+
"default": "'down'"
|
|
2836
|
+
},
|
|
2837
|
+
{
|
|
2838
|
+
"kind": "field",
|
|
2839
|
+
"name": "headerEl",
|
|
2840
|
+
"type": {
|
|
2841
|
+
"text": "HTMLElement | undefined"
|
|
2842
|
+
},
|
|
2843
|
+
"privacy": "private"
|
|
2844
|
+
},
|
|
2845
|
+
{
|
|
2846
|
+
"kind": "field",
|
|
2847
|
+
"name": "shrinkSelectorEl",
|
|
2848
|
+
"type": {
|
|
2849
|
+
"text": "Element | null | undefined"
|
|
2850
|
+
},
|
|
2851
|
+
"privacy": "private"
|
|
2852
|
+
},
|
|
2853
|
+
{
|
|
2854
|
+
"kind": "method",
|
|
2855
|
+
"name": "setShrunk",
|
|
2856
|
+
"privacy": "private",
|
|
2857
|
+
"parameters": [
|
|
2858
|
+
{
|
|
2859
|
+
"name": "next",
|
|
2860
|
+
"type": {
|
|
2861
|
+
"text": "boolean"
|
|
2862
|
+
}
|
|
2863
|
+
},
|
|
2864
|
+
{
|
|
2865
|
+
"name": "y",
|
|
2866
|
+
"type": {
|
|
2867
|
+
"text": "number"
|
|
2868
|
+
}
|
|
2869
|
+
}
|
|
2870
|
+
]
|
|
2871
|
+
},
|
|
2872
|
+
{
|
|
2873
|
+
"kind": "method",
|
|
2874
|
+
"name": "onBehaviorPropsChange",
|
|
2875
|
+
"privacy": "protected"
|
|
2876
|
+
},
|
|
2877
|
+
{
|
|
2878
|
+
"kind": "method",
|
|
2879
|
+
"name": "onWindowScroll",
|
|
2880
|
+
"privacy": "protected"
|
|
2881
|
+
},
|
|
2882
|
+
{
|
|
2883
|
+
"kind": "method",
|
|
2884
|
+
"name": "onWindowResize",
|
|
2885
|
+
"privacy": "protected"
|
|
2886
|
+
},
|
|
2887
|
+
{
|
|
2888
|
+
"kind": "method",
|
|
2889
|
+
"name": "getPosition",
|
|
2890
|
+
"privacy": "private",
|
|
2891
|
+
"return": {
|
|
2892
|
+
"type": {
|
|
2893
|
+
"text": "LeHeaderPosition"
|
|
2894
|
+
}
|
|
2895
|
+
}
|
|
2896
|
+
},
|
|
2897
|
+
{
|
|
2898
|
+
"kind": "method",
|
|
2899
|
+
"name": "parseRevealThreshold",
|
|
2900
|
+
"privacy": "private",
|
|
2901
|
+
"return": {
|
|
2902
|
+
"type": {
|
|
2903
|
+
"text": "number | null"
|
|
2904
|
+
}
|
|
2905
|
+
}
|
|
2906
|
+
},
|
|
2907
|
+
{
|
|
2908
|
+
"kind": "method",
|
|
2909
|
+
"name": "resolveShrinkStartPx",
|
|
2910
|
+
"privacy": "private",
|
|
2911
|
+
"return": {
|
|
2912
|
+
"type": {
|
|
2913
|
+
"text": "number | null"
|
|
2914
|
+
}
|
|
2915
|
+
}
|
|
2916
|
+
},
|
|
2917
|
+
{
|
|
2918
|
+
"kind": "method",
|
|
2919
|
+
"name": "scheduleUpdate",
|
|
2920
|
+
"privacy": "private",
|
|
2921
|
+
"parameters": [
|
|
2922
|
+
{
|
|
2923
|
+
"name": "force",
|
|
2924
|
+
"default": "false",
|
|
2925
|
+
"type": {
|
|
2926
|
+
"text": "boolean"
|
|
2927
|
+
}
|
|
2928
|
+
}
|
|
2929
|
+
]
|
|
2930
|
+
},
|
|
2931
|
+
{
|
|
2932
|
+
"kind": "method",
|
|
2933
|
+
"name": "scheduleMeasure",
|
|
2934
|
+
"privacy": "private",
|
|
2935
|
+
"parameters": [
|
|
2936
|
+
{
|
|
2937
|
+
"name": "force",
|
|
2938
|
+
"default": "false",
|
|
2939
|
+
"type": {
|
|
2940
|
+
"text": "boolean"
|
|
2941
|
+
}
|
|
2942
|
+
}
|
|
2943
|
+
]
|
|
2944
|
+
},
|
|
2945
|
+
{
|
|
2946
|
+
"kind": "method",
|
|
2947
|
+
"name": "measurePlaceholderHeight",
|
|
2948
|
+
"privacy": "private"
|
|
2949
|
+
},
|
|
2950
|
+
{
|
|
2951
|
+
"kind": "method",
|
|
2952
|
+
"name": "updateFromScroll",
|
|
2953
|
+
"privacy": "private"
|
|
2954
|
+
},
|
|
2955
|
+
{
|
|
2956
|
+
"kind": "method",
|
|
2957
|
+
"name": "render"
|
|
2958
|
+
}
|
|
2959
|
+
],
|
|
2960
|
+
"attributes": [
|
|
2961
|
+
{
|
|
2962
|
+
"name": "static",
|
|
2963
|
+
"fieldName": "isStatic",
|
|
2964
|
+
"default": "false",
|
|
2965
|
+
"description": "Force static positioning (default). Ignored if `sticky` or `fixed` are true.",
|
|
2966
|
+
"type": {
|
|
2967
|
+
"text": "boolean"
|
|
2968
|
+
}
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
"name": "sticky",
|
|
2972
|
+
"fieldName": "sticky",
|
|
2973
|
+
"default": "false",
|
|
2974
|
+
"description": "Sticky positioning (in-flow). Ignored if `fixed` is true.",
|
|
2975
|
+
"type": {
|
|
2976
|
+
"text": "boolean"
|
|
2977
|
+
}
|
|
2978
|
+
},
|
|
2979
|
+
{
|
|
2980
|
+
"name": "fixed",
|
|
2981
|
+
"fieldName": "fixed",
|
|
2982
|
+
"default": "false",
|
|
2983
|
+
"description": "Fixed positioning (out-of-flow). Takes precedence over `sticky`/`static`.",
|
|
2984
|
+
"type": {
|
|
2985
|
+
"text": "boolean"
|
|
2986
|
+
}
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
"name": "reveal-on-scroll",
|
|
2990
|
+
"fieldName": "revealOnScroll",
|
|
2991
|
+
"description": "Sticky-only reveal behavior (hide on scroll down, show on scroll up).\n- missing/false: disabled\n- true/empty attribute: enabled with default threshold (16)\n- number (as string): enabled and used as threshold",
|
|
2992
|
+
"type": {
|
|
2993
|
+
"text": "string"
|
|
2994
|
+
}
|
|
2995
|
+
},
|
|
2996
|
+
{
|
|
2997
|
+
"name": "shrink-offset",
|
|
2998
|
+
"fieldName": "shrinkOffset",
|
|
2999
|
+
"description": "Shrink trigger.\n- missing/0: disabled\n- number (px): shrink when scrollY >= that value (but never before header height)\n- css var name (e.g. --foo): shrink when scrollY >= resolved var value\n- selector (e.g. .page-title): shrink when that element scrolls out of view above the viewport",
|
|
3000
|
+
"type": {
|
|
3001
|
+
"text": "string"
|
|
3002
|
+
}
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
"name": "expand-on-hover",
|
|
3006
|
+
"fieldName": "expandOnHover",
|
|
3007
|
+
"default": "false",
|
|
3008
|
+
"description": "If true, expand the header when hovered",
|
|
3009
|
+
"type": {
|
|
3010
|
+
"text": "boolean"
|
|
3011
|
+
}
|
|
3012
|
+
}
|
|
3013
|
+
],
|
|
3014
|
+
"tagName": "le-header",
|
|
3015
|
+
"events": [
|
|
3016
|
+
{
|
|
3017
|
+
"name": "leHeaderState",
|
|
3018
|
+
"type": {
|
|
3019
|
+
"text": "EventEmitter<{\n y: number;\n direction: 'up' | 'down';\n revealed: boolean;\n shrunk: boolean;\n }>"
|
|
3020
|
+
},
|
|
3021
|
+
"description": "Emits whenever scroll-driven state changes."
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
"name": "leHeaderShrinkChange",
|
|
3025
|
+
"type": {
|
|
3026
|
+
"text": "EventEmitter<{ shrunk: boolean; y: number }>"
|
|
3027
|
+
},
|
|
3028
|
+
"description": "Emits when the header shrinks/expands (only on change)."
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"name": "leHeaderVisibilityChange",
|
|
3032
|
+
"type": {
|
|
3033
|
+
"text": "EventEmitter<{ visible: boolean; y: number }>"
|
|
3034
|
+
},
|
|
3035
|
+
"description": "Emits when the header hides/shows (only on change)."
|
|
3036
|
+
}
|
|
3037
|
+
],
|
|
3038
|
+
"customElement": true
|
|
3039
|
+
}
|
|
3040
|
+
],
|
|
3041
|
+
"exports": [
|
|
3042
|
+
{
|
|
3043
|
+
"kind": "js",
|
|
3044
|
+
"name": "LeHeader",
|
|
3045
|
+
"declaration": {
|
|
3046
|
+
"name": "LeHeader",
|
|
3047
|
+
"module": "src/components/le-header/le-header.tsx"
|
|
3048
|
+
}
|
|
3049
|
+
},
|
|
3050
|
+
{
|
|
3051
|
+
"kind": "custom-element-definition",
|
|
3052
|
+
"name": "le-header",
|
|
3053
|
+
"declaration": {
|
|
3054
|
+
"name": "LeHeader",
|
|
3055
|
+
"module": "src/components/le-header/le-header.tsx"
|
|
3056
|
+
}
|
|
3057
|
+
}
|
|
3058
|
+
]
|
|
3059
|
+
},
|
|
3060
|
+
{
|
|
3061
|
+
"kind": "javascript-module",
|
|
3062
|
+
"path": "src/components/le-header-placeholder/le-header-placeholder.tsx",
|
|
3063
|
+
"declarations": [
|
|
3064
|
+
{
|
|
3065
|
+
"kind": "class",
|
|
3066
|
+
"description": "Placeholder for `le-header`.\n\nReserves space using the global CSS variable `--le-header-height`.\nThe header component updates that variable when it renders.",
|
|
3067
|
+
"name": "LeHeaderPlaceholder",
|
|
3068
|
+
"cssProperties": [
|
|
3069
|
+
{
|
|
3070
|
+
"description": "Published header height (px)",
|
|
3071
|
+
"name": "--le-header-height"
|
|
3072
|
+
}
|
|
3073
|
+
],
|
|
3074
|
+
"members": [
|
|
3075
|
+
{
|
|
3076
|
+
"kind": "method",
|
|
3077
|
+
"name": "render"
|
|
3078
|
+
}
|
|
3079
|
+
],
|
|
3080
|
+
"tagName": "le-header-placeholder",
|
|
3081
|
+
"events": [],
|
|
3082
|
+
"customElement": true
|
|
3083
|
+
}
|
|
3084
|
+
],
|
|
3085
|
+
"exports": [
|
|
3086
|
+
{
|
|
3087
|
+
"kind": "js",
|
|
3088
|
+
"name": "LeHeaderPlaceholder",
|
|
3089
|
+
"declaration": {
|
|
3090
|
+
"name": "LeHeaderPlaceholder",
|
|
3091
|
+
"module": "src/components/le-header-placeholder/le-header-placeholder.tsx"
|
|
3092
|
+
}
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
"kind": "custom-element-definition",
|
|
3096
|
+
"name": "le-header-placeholder",
|
|
3097
|
+
"declaration": {
|
|
3098
|
+
"name": "LeHeaderPlaceholder",
|
|
3099
|
+
"module": "src/components/le-header-placeholder/le-header-placeholder.tsx"
|
|
3100
|
+
}
|
|
3101
|
+
}
|
|
3102
|
+
]
|
|
3103
|
+
},
|
|
3104
|
+
{
|
|
3105
|
+
"kind": "javascript-module",
|
|
3106
|
+
"path": "src/components/le-icon/le-icon.tsx",
|
|
3107
|
+
"declarations": [
|
|
3108
|
+
{
|
|
3109
|
+
"kind": "class",
|
|
3110
|
+
"description": "",
|
|
3111
|
+
"name": "LeIcon",
|
|
3112
|
+
"members": [
|
|
3113
|
+
{
|
|
3114
|
+
"kind": "field",
|
|
3115
|
+
"name": "el",
|
|
3116
|
+
"type": {
|
|
3117
|
+
"text": "HTMLElement"
|
|
3118
|
+
}
|
|
3119
|
+
},
|
|
3120
|
+
{
|
|
3121
|
+
"kind": "field",
|
|
3122
|
+
"name": "name",
|
|
3123
|
+
"type": {
|
|
3124
|
+
"text": "string"
|
|
3125
|
+
},
|
|
3126
|
+
"default": "null",
|
|
3127
|
+
"description": "Name of the icon to display. Corresponds to a JSON file in the assets folder.\nFor example, \"search\" will load the \"search.json\" file."
|
|
3128
|
+
},
|
|
3129
|
+
{
|
|
3130
|
+
"kind": "field",
|
|
3131
|
+
"name": "size",
|
|
3132
|
+
"type": {
|
|
3133
|
+
"text": "number"
|
|
3134
|
+
},
|
|
3135
|
+
"default": "16",
|
|
3136
|
+
"description": "Size of the icon in pixels. Default is 16."
|
|
3137
|
+
},
|
|
3138
|
+
{
|
|
3139
|
+
"kind": "field",
|
|
3140
|
+
"name": "iconData",
|
|
3141
|
+
"type": {
|
|
3142
|
+
"text": "any"
|
|
3143
|
+
},
|
|
3144
|
+
"privacy": "private",
|
|
3145
|
+
"default": "null"
|
|
3146
|
+
},
|
|
3147
|
+
{
|
|
3148
|
+
"kind": "field",
|
|
3149
|
+
"name": "visible",
|
|
3150
|
+
"type": {
|
|
3151
|
+
"text": "boolean"
|
|
3152
|
+
},
|
|
3153
|
+
"privacy": "private",
|
|
3154
|
+
"default": "false"
|
|
3155
|
+
},
|
|
3156
|
+
{
|
|
3157
|
+
"kind": "method",
|
|
3158
|
+
"name": "loadIconData",
|
|
3159
|
+
"privacy": "private",
|
|
3160
|
+
"return": {
|
|
3161
|
+
"type": {
|
|
3162
|
+
"text": "Promise<void>"
|
|
3163
|
+
}
|
|
3164
|
+
}
|
|
3165
|
+
},
|
|
3166
|
+
{
|
|
3167
|
+
"kind": "field",
|
|
3168
|
+
"name": "intersectionObserver",
|
|
3169
|
+
"type": {
|
|
3170
|
+
"text": "IntersectionObserver"
|
|
3171
|
+
},
|
|
3172
|
+
"privacy": "private"
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
"kind": "method",
|
|
3176
|
+
"name": "waitUntilVisible",
|
|
3177
|
+
"privacy": "private",
|
|
3178
|
+
"return": {
|
|
3179
|
+
"type": {
|
|
3180
|
+
"text": "void"
|
|
3181
|
+
}
|
|
3182
|
+
},
|
|
3183
|
+
"parameters": [
|
|
3184
|
+
{
|
|
3185
|
+
"name": "callback",
|
|
3186
|
+
"type": {
|
|
3187
|
+
"text": "() => void"
|
|
3188
|
+
}
|
|
3189
|
+
}
|
|
3190
|
+
]
|
|
3191
|
+
},
|
|
3192
|
+
{
|
|
3193
|
+
"kind": "method",
|
|
3194
|
+
"name": "renderSVGContent",
|
|
3195
|
+
"privacy": "private",
|
|
3196
|
+
"parameters": [
|
|
3197
|
+
{
|
|
3198
|
+
"name": "children",
|
|
3199
|
+
"optional": true,
|
|
3200
|
+
"type": {
|
|
3201
|
+
"text": "any[]"
|
|
3202
|
+
}
|
|
3203
|
+
}
|
|
3204
|
+
],
|
|
3205
|
+
"description": "Renders the SVG content out of a JSON data in a format:\n{ \"viewBox\": \"...\", children: [{ \"tag\": \"g\", \"\"children\": [ ... ], ...attrs }, ...] }",
|
|
3206
|
+
"return": {
|
|
3207
|
+
"type": {
|
|
3208
|
+
"text": ""
|
|
3209
|
+
}
|
|
3210
|
+
}
|
|
3211
|
+
},
|
|
3212
|
+
{
|
|
3213
|
+
"kind": "method",
|
|
3214
|
+
"name": "render"
|
|
2543
3215
|
}
|
|
2544
3216
|
],
|
|
2545
|
-
"
|
|
2546
|
-
"events": [
|
|
2547
|
-
{
|
|
2548
|
-
"name": "leOptionSelect",
|
|
2549
|
-
"type": {
|
|
2550
|
-
"text": "EventEmitter<LeOptionSelectDetail>"
|
|
2551
|
-
},
|
|
2552
|
-
"description": "Emitted when an option is selected."
|
|
2553
|
-
},
|
|
3217
|
+
"attributes": [
|
|
2554
3218
|
{
|
|
2555
|
-
"name": "
|
|
3219
|
+
"name": "name",
|
|
3220
|
+
"fieldName": "name",
|
|
3221
|
+
"default": "null",
|
|
3222
|
+
"description": "Name of the icon to display. Corresponds to a JSON file in the assets folder.\nFor example, \"search\" will load the \"search.json\" file.",
|
|
2556
3223
|
"type": {
|
|
2557
|
-
"text": "
|
|
2558
|
-
}
|
|
2559
|
-
"description": "Emitted when the dropdown opens."
|
|
3224
|
+
"text": "string"
|
|
3225
|
+
}
|
|
2560
3226
|
},
|
|
2561
3227
|
{
|
|
2562
|
-
"name": "
|
|
3228
|
+
"name": "size",
|
|
3229
|
+
"fieldName": "size",
|
|
3230
|
+
"default": "16",
|
|
3231
|
+
"description": "Size of the icon in pixels. Default is 16.",
|
|
2563
3232
|
"type": {
|
|
2564
|
-
"text": "
|
|
2565
|
-
}
|
|
2566
|
-
"description": "Emitted when the dropdown closes."
|
|
3233
|
+
"text": "number"
|
|
3234
|
+
}
|
|
2567
3235
|
}
|
|
2568
3236
|
],
|
|
3237
|
+
"tagName": "le-icon",
|
|
3238
|
+
"events": [],
|
|
2569
3239
|
"customElement": true
|
|
2570
3240
|
}
|
|
2571
3241
|
],
|
|
2572
3242
|
"exports": [
|
|
2573
3243
|
{
|
|
2574
3244
|
"kind": "js",
|
|
2575
|
-
"name": "
|
|
3245
|
+
"name": "LeIcon",
|
|
2576
3246
|
"declaration": {
|
|
2577
|
-
"name": "
|
|
2578
|
-
"module": "src/components/le-
|
|
3247
|
+
"name": "LeIcon",
|
|
3248
|
+
"module": "src/components/le-icon/le-icon.tsx"
|
|
2579
3249
|
}
|
|
2580
3250
|
},
|
|
2581
3251
|
{
|
|
2582
3252
|
"kind": "custom-element-definition",
|
|
2583
|
-
"name": "le-
|
|
3253
|
+
"name": "le-icon",
|
|
2584
3254
|
"declaration": {
|
|
2585
|
-
"name": "
|
|
2586
|
-
"module": "src/components/le-
|
|
3255
|
+
"name": "LeIcon",
|
|
3256
|
+
"module": "src/components/le-icon/le-icon.tsx"
|
|
2587
3257
|
}
|
|
2588
3258
|
}
|
|
2589
3259
|
]
|
|
2590
3260
|
},
|
|
2591
3261
|
{
|
|
2592
3262
|
"kind": "javascript-module",
|
|
2593
|
-
"path": "src/components/le-
|
|
3263
|
+
"path": "src/components/le-multiselect/le-multiselect.tsx",
|
|
2594
3264
|
"declarations": [
|
|
2595
3265
|
{
|
|
2596
3266
|
"kind": "class",
|
|
2597
|
-
"description": "A
|
|
2598
|
-
"name": "
|
|
2599
|
-
"
|
|
2600
|
-
{
|
|
2601
|
-
"description": "Background (color/gradient)",
|
|
2602
|
-
"name": "--le-header-bg"
|
|
2603
|
-
},
|
|
2604
|
-
{
|
|
2605
|
-
"description": "Text color",
|
|
2606
|
-
"name": "--le-header-color"
|
|
2607
|
-
},
|
|
2608
|
-
{
|
|
2609
|
-
"description": "Border (e.g. 1px solid ...)",
|
|
2610
|
-
"name": "--le-header-border"
|
|
2611
|
-
},
|
|
2612
|
-
{
|
|
2613
|
-
"description": "Shadow/elevation",
|
|
2614
|
-
"name": "--le-header-shadow"
|
|
2615
|
-
},
|
|
2616
|
-
{
|
|
2617
|
-
"description": "Inner content max width",
|
|
2618
|
-
"name": "--le-header-max-width"
|
|
2619
|
-
},
|
|
2620
|
-
{
|
|
2621
|
-
"description": "Horizontal padding",
|
|
2622
|
-
"name": "--le-header-padding-x"
|
|
2623
|
-
},
|
|
2624
|
-
{
|
|
2625
|
-
"description": "Vertical padding",
|
|
2626
|
-
"name": "--le-header-padding-y"
|
|
2627
|
-
},
|
|
2628
|
-
{
|
|
2629
|
-
"description": "Gap between zones",
|
|
2630
|
-
"name": "--le-header-gap"
|
|
2631
|
-
},
|
|
2632
|
-
{
|
|
2633
|
-
"description": "Base height (main row)",
|
|
2634
|
-
"name": "--le-header-height"
|
|
2635
|
-
},
|
|
2636
|
-
{
|
|
2637
|
-
"description": "Condensed height when shrunk",
|
|
2638
|
-
"name": "--le-header-height-condensed"
|
|
2639
|
-
},
|
|
2640
|
-
{
|
|
2641
|
-
"description": "Transition timing",
|
|
2642
|
-
"name": "--le-header-transition"
|
|
2643
|
-
},
|
|
2644
|
-
{
|
|
2645
|
-
"description": "Z-index (fixed mode)",
|
|
2646
|
-
"name": "--le-header-z"
|
|
2647
|
-
}
|
|
2648
|
-
],
|
|
2649
|
-
"cssParts": [
|
|
2650
|
-
{
|
|
2651
|
-
"description": "The header container",
|
|
2652
|
-
"name": "header"
|
|
2653
|
-
},
|
|
2654
|
-
{
|
|
2655
|
-
"description": "Inner max-width container",
|
|
2656
|
-
"name": "inner"
|
|
2657
|
-
},
|
|
2658
|
-
{
|
|
2659
|
-
"description": "Main row",
|
|
2660
|
-
"name": "row"
|
|
2661
|
-
},
|
|
3267
|
+
"description": "A multiselect component for selecting multiple options.\n\nDisplays selected items as tags with optional search filtering.",
|
|
3268
|
+
"name": "LeMultiselect",
|
|
3269
|
+
"members": [
|
|
2662
3270
|
{
|
|
2663
|
-
"
|
|
2664
|
-
"name": "
|
|
3271
|
+
"kind": "field",
|
|
3272
|
+
"name": "el",
|
|
3273
|
+
"type": {
|
|
3274
|
+
"text": "HTMLElement"
|
|
3275
|
+
}
|
|
2665
3276
|
},
|
|
2666
3277
|
{
|
|
2667
|
-
"
|
|
2668
|
-
"name": "
|
|
3278
|
+
"kind": "field",
|
|
3279
|
+
"name": "options",
|
|
3280
|
+
"type": {
|
|
3281
|
+
"text": "LeOption[] | string"
|
|
3282
|
+
},
|
|
3283
|
+
"default": "[]",
|
|
3284
|
+
"description": "The options to display in the dropdown."
|
|
2669
3285
|
},
|
|
2670
3286
|
{
|
|
2671
|
-
"
|
|
2672
|
-
"name": "
|
|
3287
|
+
"kind": "field",
|
|
3288
|
+
"name": "value",
|
|
3289
|
+
"type": {
|
|
3290
|
+
"text": "LeOptionValue[]"
|
|
3291
|
+
},
|
|
3292
|
+
"default": "[]",
|
|
3293
|
+
"description": "The currently selected values."
|
|
2673
3294
|
},
|
|
2674
3295
|
{
|
|
2675
|
-
"
|
|
2676
|
-
"name": "
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
"description": "
|
|
2682
|
-
"name": "start"
|
|
3296
|
+
"kind": "field",
|
|
3297
|
+
"name": "placeholder",
|
|
3298
|
+
"type": {
|
|
3299
|
+
"text": "string"
|
|
3300
|
+
},
|
|
3301
|
+
"default": "'Select options...'",
|
|
3302
|
+
"description": "Placeholder text when no options are selected."
|
|
2683
3303
|
},
|
|
2684
3304
|
{
|
|
2685
|
-
"
|
|
2686
|
-
"name": "
|
|
3305
|
+
"kind": "field",
|
|
3306
|
+
"name": "disabled",
|
|
3307
|
+
"type": {
|
|
3308
|
+
"text": "boolean"
|
|
3309
|
+
},
|
|
3310
|
+
"default": "false",
|
|
3311
|
+
"description": "Whether the multiselect is disabled."
|
|
2687
3312
|
},
|
|
2688
3313
|
{
|
|
2689
|
-
"
|
|
2690
|
-
"name": "
|
|
3314
|
+
"kind": "field",
|
|
3315
|
+
"name": "required",
|
|
3316
|
+
"type": {
|
|
3317
|
+
"text": "boolean"
|
|
3318
|
+
},
|
|
3319
|
+
"default": "false",
|
|
3320
|
+
"description": "Whether selection is required."
|
|
2691
3321
|
},
|
|
2692
|
-
{
|
|
2693
|
-
"description": "Optional secondary row content",
|
|
2694
|
-
"name": ""
|
|
2695
|
-
}
|
|
2696
|
-
],
|
|
2697
|
-
"members": [
|
|
2698
3322
|
{
|
|
2699
3323
|
"kind": "field",
|
|
2700
|
-
"name": "
|
|
3324
|
+
"name": "name",
|
|
2701
3325
|
"type": {
|
|
2702
|
-
"text": "
|
|
2703
|
-
}
|
|
3326
|
+
"text": "string | undefined"
|
|
3327
|
+
},
|
|
3328
|
+
"description": "Name attribute for form submission."
|
|
2704
3329
|
},
|
|
2705
3330
|
{
|
|
2706
3331
|
"kind": "field",
|
|
2707
|
-
"name": "
|
|
3332
|
+
"name": "fullWidth",
|
|
2708
3333
|
"type": {
|
|
2709
3334
|
"text": "boolean"
|
|
2710
3335
|
},
|
|
2711
3336
|
"default": "false",
|
|
2712
|
-
"description": "
|
|
3337
|
+
"description": "Whether the multiselect should take full width of its container."
|
|
2713
3338
|
},
|
|
2714
3339
|
{
|
|
2715
3340
|
"kind": "field",
|
|
2716
|
-
"name": "
|
|
3341
|
+
"name": "size",
|
|
2717
3342
|
"type": {
|
|
2718
|
-
"text": "
|
|
3343
|
+
"text": "'small' | 'medium' | 'large'"
|
|
2719
3344
|
},
|
|
2720
|
-
"default": "
|
|
2721
|
-
"description": "
|
|
3345
|
+
"default": "'medium'",
|
|
3346
|
+
"description": "Size variant of the multiselect."
|
|
2722
3347
|
},
|
|
2723
3348
|
{
|
|
2724
3349
|
"kind": "field",
|
|
2725
|
-
"name": "
|
|
3350
|
+
"name": "maxSelections",
|
|
2726
3351
|
"type": {
|
|
2727
|
-
"text": "
|
|
3352
|
+
"text": "number | undefined"
|
|
2728
3353
|
},
|
|
2729
|
-
"
|
|
2730
|
-
"description": "Fixed positioning (out-of-flow). Takes precedence over `sticky`/`static`."
|
|
3354
|
+
"description": "Maximum number of selections allowed."
|
|
2731
3355
|
},
|
|
2732
3356
|
{
|
|
2733
3357
|
"kind": "field",
|
|
2734
|
-
"name": "
|
|
3358
|
+
"name": "selectAllLabel",
|
|
2735
3359
|
"type": {
|
|
2736
|
-
"text": "string
|
|
3360
|
+
"text": "string"
|
|
2737
3361
|
},
|
|
2738
|
-
"
|
|
3362
|
+
"privacy": "private",
|
|
3363
|
+
"default": "'Select All'",
|
|
3364
|
+
"description": "Labels for the \"Select All\" option."
|
|
2739
3365
|
},
|
|
2740
3366
|
{
|
|
2741
3367
|
"kind": "field",
|
|
2742
|
-
"name": "
|
|
3368
|
+
"name": "deselectAllLabel",
|
|
2743
3369
|
"type": {
|
|
2744
|
-
"text": "string
|
|
3370
|
+
"text": "string"
|
|
2745
3371
|
},
|
|
2746
|
-
"
|
|
3372
|
+
"privacy": "private",
|
|
3373
|
+
"default": "'Deselect All'"
|
|
2747
3374
|
},
|
|
2748
3375
|
{
|
|
2749
3376
|
"kind": "field",
|
|
2750
|
-
"name": "
|
|
3377
|
+
"name": "showSelectAll",
|
|
2751
3378
|
"type": {
|
|
2752
|
-
"text": "boolean"
|
|
3379
|
+
"text": "boolean | string | string[]"
|
|
2753
3380
|
},
|
|
2754
3381
|
"default": "false",
|
|
2755
|
-
"description": "
|
|
3382
|
+
"description": "Whether to show a \"Select All\" option.\nAlso accepts a string or array of strings to customize the label(s)."
|
|
2756
3383
|
},
|
|
2757
3384
|
{
|
|
2758
3385
|
"kind": "field",
|
|
2759
|
-
"name": "
|
|
3386
|
+
"name": "searchable",
|
|
2760
3387
|
"type": {
|
|
2761
3388
|
"text": "boolean"
|
|
2762
3389
|
},
|
|
2763
|
-
"
|
|
2764
|
-
"
|
|
3390
|
+
"default": "false",
|
|
3391
|
+
"description": "Whether the input is searchable."
|
|
2765
3392
|
},
|
|
2766
3393
|
{
|
|
2767
3394
|
"kind": "field",
|
|
2768
|
-
"name": "
|
|
3395
|
+
"name": "emptyText",
|
|
3396
|
+
"type": {
|
|
3397
|
+
"text": "string"
|
|
3398
|
+
},
|
|
3399
|
+
"default": "'No results found'",
|
|
3400
|
+
"description": "Text to show when no options match the search."
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"kind": "field",
|
|
3404
|
+
"name": "open",
|
|
2769
3405
|
"type": {
|
|
2770
3406
|
"text": "boolean"
|
|
2771
3407
|
},
|
|
2772
|
-
"
|
|
2773
|
-
"
|
|
3408
|
+
"default": "false",
|
|
3409
|
+
"description": "Whether the dropdown is currently open."
|
|
2774
3410
|
},
|
|
2775
3411
|
{
|
|
2776
3412
|
"kind": "field",
|
|
2777
|
-
"name": "
|
|
3413
|
+
"name": "selectedOptions",
|
|
2778
3414
|
"type": {
|
|
2779
|
-
"text": "
|
|
3415
|
+
"text": "LeOption[]"
|
|
2780
3416
|
},
|
|
2781
3417
|
"privacy": "private",
|
|
2782
|
-
"default": "
|
|
3418
|
+
"default": "[]"
|
|
2783
3419
|
},
|
|
2784
3420
|
{
|
|
2785
3421
|
"kind": "field",
|
|
2786
|
-
"name": "
|
|
3422
|
+
"name": "searchQuery",
|
|
2787
3423
|
"type": {
|
|
2788
|
-
"text": "
|
|
3424
|
+
"text": "string"
|
|
2789
3425
|
},
|
|
2790
3426
|
"privacy": "private",
|
|
2791
|
-
"default": "
|
|
3427
|
+
"default": "''"
|
|
2792
3428
|
},
|
|
2793
3429
|
{
|
|
2794
3430
|
"kind": "field",
|
|
2795
|
-
"name": "
|
|
3431
|
+
"name": "dropdownEl",
|
|
2796
3432
|
"type": {
|
|
2797
|
-
"text": "
|
|
3433
|
+
"text": "HTMLLeDropdownBaseElement | undefined"
|
|
2798
3434
|
},
|
|
2799
3435
|
"privacy": "private"
|
|
2800
3436
|
},
|
|
2801
3437
|
{
|
|
2802
3438
|
"kind": "field",
|
|
2803
|
-
"name": "
|
|
3439
|
+
"name": "inputEl",
|
|
2804
3440
|
"type": {
|
|
2805
|
-
"text": "
|
|
3441
|
+
"text": "HTMLInputElement | undefined"
|
|
2806
3442
|
},
|
|
2807
|
-
"privacy": "private"
|
|
2808
|
-
"default": "null"
|
|
3443
|
+
"privacy": "private"
|
|
2809
3444
|
},
|
|
2810
3445
|
{
|
|
2811
|
-
"kind": "
|
|
2812
|
-
"name": "
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
"
|
|
2817
|
-
|
|
3446
|
+
"kind": "method",
|
|
3447
|
+
"name": "handleValueChange"
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
"kind": "method",
|
|
3451
|
+
"name": "handleOptionsChange"
|
|
3452
|
+
},
|
|
3453
|
+
{
|
|
3454
|
+
"kind": "method",
|
|
3455
|
+
"name": "handleShowSelectAllChange",
|
|
3456
|
+
"parameters": [
|
|
3457
|
+
{
|
|
3458
|
+
"name": "newValue",
|
|
3459
|
+
"type": {
|
|
3460
|
+
"text": "boolean | string | string[]"
|
|
3461
|
+
}
|
|
3462
|
+
}
|
|
3463
|
+
]
|
|
2818
3464
|
},
|
|
2819
3465
|
{
|
|
2820
3466
|
"kind": "field",
|
|
2821
|
-
"name": "
|
|
3467
|
+
"name": "parsedOptions",
|
|
2822
3468
|
"type": {
|
|
2823
|
-
"text": "
|
|
3469
|
+
"text": "LeOption[]"
|
|
2824
3470
|
},
|
|
2825
3471
|
"privacy": "private",
|
|
2826
|
-
"
|
|
3472
|
+
"readonly": true
|
|
2827
3473
|
},
|
|
2828
3474
|
{
|
|
2829
3475
|
"kind": "field",
|
|
2830
|
-
"name": "
|
|
3476
|
+
"name": "effectiveOptions",
|
|
2831
3477
|
"type": {
|
|
2832
|
-
"text": "
|
|
3478
|
+
"text": "LeOption[]"
|
|
2833
3479
|
},
|
|
2834
3480
|
"privacy": "private",
|
|
2835
|
-
"
|
|
3481
|
+
"readonly": true
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"kind": "method",
|
|
3485
|
+
"name": "updateSelectedOptions",
|
|
3486
|
+
"privacy": "private"
|
|
2836
3487
|
},
|
|
2837
3488
|
{
|
|
2838
3489
|
"kind": "field",
|
|
2839
|
-
"name": "
|
|
2840
|
-
"type": {
|
|
2841
|
-
"text": "HTMLElement | undefined"
|
|
2842
|
-
},
|
|
3490
|
+
"name": "filterOption",
|
|
2843
3491
|
"privacy": "private"
|
|
2844
3492
|
},
|
|
2845
3493
|
{
|
|
2846
3494
|
"kind": "field",
|
|
2847
|
-
"name": "
|
|
2848
|
-
"type": {
|
|
2849
|
-
"text": "Element | null | undefined"
|
|
2850
|
-
},
|
|
3495
|
+
"name": "handleOptionSelect",
|
|
2851
3496
|
"privacy": "private"
|
|
2852
3497
|
},
|
|
2853
3498
|
{
|
|
2854
3499
|
"kind": "method",
|
|
2855
|
-
"name": "
|
|
2856
|
-
"privacy": "private"
|
|
2857
|
-
"parameters": [
|
|
2858
|
-
{
|
|
2859
|
-
"name": "next",
|
|
2860
|
-
"type": {
|
|
2861
|
-
"text": "boolean"
|
|
2862
|
-
}
|
|
2863
|
-
},
|
|
2864
|
-
{
|
|
2865
|
-
"name": "y",
|
|
2866
|
-
"type": {
|
|
2867
|
-
"text": "number"
|
|
2868
|
-
}
|
|
2869
|
-
}
|
|
2870
|
-
]
|
|
3500
|
+
"name": "emitChange",
|
|
3501
|
+
"privacy": "private"
|
|
2871
3502
|
},
|
|
2872
3503
|
{
|
|
2873
|
-
"kind": "
|
|
2874
|
-
"name": "
|
|
2875
|
-
"privacy": "
|
|
3504
|
+
"kind": "field",
|
|
3505
|
+
"name": "handleDropdownOpen",
|
|
3506
|
+
"privacy": "private"
|
|
2876
3507
|
},
|
|
2877
3508
|
{
|
|
2878
|
-
"kind": "
|
|
2879
|
-
"name": "
|
|
2880
|
-
"privacy": "
|
|
3509
|
+
"kind": "field",
|
|
3510
|
+
"name": "handleDropdownClose",
|
|
3511
|
+
"privacy": "private"
|
|
2881
3512
|
},
|
|
2882
3513
|
{
|
|
2883
|
-
"kind": "
|
|
2884
|
-
"name": "
|
|
2885
|
-
"privacy": "
|
|
3514
|
+
"kind": "field",
|
|
3515
|
+
"name": "handleTriggerClick",
|
|
3516
|
+
"privacy": "private"
|
|
2886
3517
|
},
|
|
2887
3518
|
{
|
|
2888
|
-
"kind": "
|
|
2889
|
-
"name": "
|
|
2890
|
-
"privacy": "private"
|
|
2891
|
-
"return": {
|
|
2892
|
-
"type": {
|
|
2893
|
-
"text": "LeHeaderPosition"
|
|
2894
|
-
}
|
|
2895
|
-
}
|
|
3519
|
+
"kind": "field",
|
|
3520
|
+
"name": "handleTriggerKeyDown",
|
|
3521
|
+
"privacy": "private"
|
|
2896
3522
|
},
|
|
2897
3523
|
{
|
|
2898
|
-
"kind": "
|
|
2899
|
-
"name": "
|
|
2900
|
-
"privacy": "private"
|
|
2901
|
-
"return": {
|
|
2902
|
-
"type": {
|
|
2903
|
-
"text": "number | null"
|
|
2904
|
-
}
|
|
2905
|
-
}
|
|
3524
|
+
"kind": "field",
|
|
3525
|
+
"name": "handleTagDismiss",
|
|
3526
|
+
"privacy": "private"
|
|
2906
3527
|
},
|
|
2907
3528
|
{
|
|
2908
|
-
"kind": "
|
|
2909
|
-
"name": "
|
|
2910
|
-
"privacy": "private"
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
3529
|
+
"kind": "field",
|
|
3530
|
+
"name": "handleSearchInput",
|
|
3531
|
+
"privacy": "private"
|
|
3532
|
+
},
|
|
3533
|
+
{
|
|
3534
|
+
"kind": "field",
|
|
3535
|
+
"name": "handleClearAll",
|
|
3536
|
+
"privacy": "private"
|
|
2916
3537
|
},
|
|
2917
3538
|
{
|
|
2918
3539
|
"kind": "method",
|
|
2919
|
-
"name": "
|
|
2920
|
-
"
|
|
2921
|
-
"parameters": [
|
|
2922
|
-
{
|
|
2923
|
-
"name": "force",
|
|
2924
|
-
"default": "false",
|
|
2925
|
-
"type": {
|
|
2926
|
-
"text": "boolean"
|
|
2927
|
-
}
|
|
2928
|
-
}
|
|
2929
|
-
]
|
|
3540
|
+
"name": "showDropdown",
|
|
3541
|
+
"description": "Opens the dropdown."
|
|
2930
3542
|
},
|
|
2931
3543
|
{
|
|
2932
3544
|
"kind": "method",
|
|
2933
|
-
"name": "
|
|
2934
|
-
"
|
|
2935
|
-
"parameters": [
|
|
2936
|
-
{
|
|
2937
|
-
"name": "force",
|
|
2938
|
-
"default": "false",
|
|
2939
|
-
"type": {
|
|
2940
|
-
"text": "boolean"
|
|
2941
|
-
}
|
|
2942
|
-
}
|
|
2943
|
-
]
|
|
3545
|
+
"name": "hideDropdown",
|
|
3546
|
+
"description": "Closes the dropdown."
|
|
2944
3547
|
},
|
|
2945
3548
|
{
|
|
2946
3549
|
"kind": "method",
|
|
2947
|
-
"name": "
|
|
2948
|
-
"
|
|
3550
|
+
"name": "clearSelection",
|
|
3551
|
+
"description": "Clears all selections."
|
|
2949
3552
|
},
|
|
2950
3553
|
{
|
|
2951
3554
|
"kind": "method",
|
|
2952
|
-
"name": "
|
|
3555
|
+
"name": "renderTags",
|
|
2953
3556
|
"privacy": "private"
|
|
2954
3557
|
},
|
|
2955
3558
|
{
|
|
@@ -2959,156 +3562,175 @@
|
|
|
2959
3562
|
],
|
|
2960
3563
|
"attributes": [
|
|
2961
3564
|
{
|
|
2962
|
-
"name": "
|
|
2963
|
-
"fieldName": "
|
|
3565
|
+
"name": "options",
|
|
3566
|
+
"fieldName": "options",
|
|
3567
|
+
"default": "[]",
|
|
3568
|
+
"description": "The options to display in the dropdown.",
|
|
3569
|
+
"type": {
|
|
3570
|
+
"text": "LeOption[] | string"
|
|
3571
|
+
}
|
|
3572
|
+
},
|
|
3573
|
+
{
|
|
3574
|
+
"name": "value",
|
|
3575
|
+
"fieldName": "value",
|
|
3576
|
+
"default": "[]",
|
|
3577
|
+
"description": "The currently selected values.",
|
|
3578
|
+
"type": {
|
|
3579
|
+
"text": "LeOptionValue[]"
|
|
3580
|
+
}
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
"name": "placeholder",
|
|
3584
|
+
"fieldName": "placeholder",
|
|
3585
|
+
"default": "'Select options...'",
|
|
3586
|
+
"description": "Placeholder text when no options are selected.",
|
|
3587
|
+
"type": {
|
|
3588
|
+
"text": "string"
|
|
3589
|
+
}
|
|
3590
|
+
},
|
|
3591
|
+
{
|
|
3592
|
+
"name": "disabled",
|
|
3593
|
+
"fieldName": "disabled",
|
|
2964
3594
|
"default": "false",
|
|
2965
|
-
"description": "
|
|
3595
|
+
"description": "Whether the multiselect is disabled.",
|
|
2966
3596
|
"type": {
|
|
2967
3597
|
"text": "boolean"
|
|
2968
3598
|
}
|
|
2969
3599
|
},
|
|
2970
3600
|
{
|
|
2971
|
-
"name": "
|
|
2972
|
-
"fieldName": "
|
|
3601
|
+
"name": "required",
|
|
3602
|
+
"fieldName": "required",
|
|
2973
3603
|
"default": "false",
|
|
2974
|
-
"description": "
|
|
3604
|
+
"description": "Whether selection is required.",
|
|
2975
3605
|
"type": {
|
|
2976
3606
|
"text": "boolean"
|
|
2977
3607
|
}
|
|
2978
3608
|
},
|
|
2979
3609
|
{
|
|
2980
|
-
"name": "
|
|
2981
|
-
"fieldName": "
|
|
3610
|
+
"name": "name",
|
|
3611
|
+
"fieldName": "name",
|
|
3612
|
+
"description": "Name attribute for form submission.",
|
|
3613
|
+
"type": {
|
|
3614
|
+
"text": "string"
|
|
3615
|
+
}
|
|
3616
|
+
},
|
|
3617
|
+
{
|
|
3618
|
+
"name": "full-width",
|
|
3619
|
+
"fieldName": "fullWidth",
|
|
2982
3620
|
"default": "false",
|
|
2983
|
-
"description": "
|
|
3621
|
+
"description": "Whether the multiselect should take full width of its container.",
|
|
2984
3622
|
"type": {
|
|
2985
3623
|
"text": "boolean"
|
|
2986
3624
|
}
|
|
2987
3625
|
},
|
|
2988
3626
|
{
|
|
2989
|
-
"name": "
|
|
2990
|
-
"fieldName": "
|
|
2991
|
-
"
|
|
3627
|
+
"name": "size",
|
|
3628
|
+
"fieldName": "size",
|
|
3629
|
+
"default": "'medium'",
|
|
3630
|
+
"description": "Size variant of the multiselect.",
|
|
3631
|
+
"type": {
|
|
3632
|
+
"text": "'small' | 'medium' | 'large'"
|
|
3633
|
+
}
|
|
3634
|
+
},
|
|
3635
|
+
{
|
|
3636
|
+
"name": "max-selections",
|
|
3637
|
+
"fieldName": "maxSelections",
|
|
3638
|
+
"description": "Maximum number of selections allowed.",
|
|
3639
|
+
"type": {
|
|
3640
|
+
"text": "number"
|
|
3641
|
+
}
|
|
3642
|
+
},
|
|
3643
|
+
{
|
|
3644
|
+
"name": "show-select-all",
|
|
3645
|
+
"fieldName": "showSelectAll",
|
|
3646
|
+
"default": "false",
|
|
3647
|
+
"description": "Whether to show a \"Select All\" option.\nAlso accepts a string or array of strings to customize the label(s).",
|
|
3648
|
+
"type": {
|
|
3649
|
+
"text": "boolean | string | string[]"
|
|
3650
|
+
}
|
|
3651
|
+
},
|
|
3652
|
+
{
|
|
3653
|
+
"name": "searchable",
|
|
3654
|
+
"fieldName": "searchable",
|
|
3655
|
+
"default": "false",
|
|
3656
|
+
"description": "Whether the input is searchable.",
|
|
2992
3657
|
"type": {
|
|
2993
|
-
"text": "
|
|
3658
|
+
"text": "boolean"
|
|
2994
3659
|
}
|
|
2995
3660
|
},
|
|
2996
3661
|
{
|
|
2997
|
-
"name": "
|
|
2998
|
-
"fieldName": "
|
|
2999
|
-
"
|
|
3662
|
+
"name": "empty-text",
|
|
3663
|
+
"fieldName": "emptyText",
|
|
3664
|
+
"default": "'No results found'",
|
|
3665
|
+
"description": "Text to show when no options match the search.",
|
|
3000
3666
|
"type": {
|
|
3001
3667
|
"text": "string"
|
|
3002
3668
|
}
|
|
3003
3669
|
},
|
|
3004
3670
|
{
|
|
3005
|
-
"name": "
|
|
3006
|
-
"fieldName": "
|
|
3671
|
+
"name": "open",
|
|
3672
|
+
"fieldName": "open",
|
|
3007
3673
|
"default": "false",
|
|
3008
|
-
"description": "
|
|
3674
|
+
"description": "Whether the dropdown is currently open.",
|
|
3009
3675
|
"type": {
|
|
3010
3676
|
"text": "boolean"
|
|
3011
3677
|
}
|
|
3012
3678
|
}
|
|
3013
3679
|
],
|
|
3014
|
-
"tagName": "le-
|
|
3680
|
+
"tagName": "le-multiselect",
|
|
3015
3681
|
"events": [
|
|
3016
3682
|
{
|
|
3017
|
-
"name": "
|
|
3683
|
+
"name": "leChange",
|
|
3018
3684
|
"type": {
|
|
3019
|
-
"text": "EventEmitter<
|
|
3685
|
+
"text": "EventEmitter<LeMultiOptionSelectDetail>"
|
|
3020
3686
|
},
|
|
3021
|
-
"description": "
|
|
3687
|
+
"description": "Emitted when the selected values change."
|
|
3022
3688
|
},
|
|
3023
3689
|
{
|
|
3024
|
-
"name": "
|
|
3690
|
+
"name": "leOpen",
|
|
3025
3691
|
"type": {
|
|
3026
|
-
"text": "EventEmitter<
|
|
3692
|
+
"text": "EventEmitter<void>"
|
|
3027
3693
|
},
|
|
3028
|
-
"description": "
|
|
3694
|
+
"description": "Emitted when the dropdown opens."
|
|
3029
3695
|
},
|
|
3030
3696
|
{
|
|
3031
|
-
"name": "
|
|
3697
|
+
"name": "leClose",
|
|
3032
3698
|
"type": {
|
|
3033
|
-
"text": "EventEmitter<
|
|
3699
|
+
"text": "EventEmitter<void>"
|
|
3034
3700
|
},
|
|
3035
|
-
"description": "
|
|
3036
|
-
}
|
|
3037
|
-
],
|
|
3038
|
-
"customElement": true
|
|
3039
|
-
}
|
|
3040
|
-
],
|
|
3041
|
-
"exports": [
|
|
3042
|
-
{
|
|
3043
|
-
"kind": "js",
|
|
3044
|
-
"name": "LeHeader",
|
|
3045
|
-
"declaration": {
|
|
3046
|
-
"name": "LeHeader",
|
|
3047
|
-
"module": "src/components/le-header/le-header.tsx"
|
|
3048
|
-
}
|
|
3049
|
-
},
|
|
3050
|
-
{
|
|
3051
|
-
"kind": "custom-element-definition",
|
|
3052
|
-
"name": "le-header",
|
|
3053
|
-
"declaration": {
|
|
3054
|
-
"name": "LeHeader",
|
|
3055
|
-
"module": "src/components/le-header/le-header.tsx"
|
|
3056
|
-
}
|
|
3057
|
-
}
|
|
3058
|
-
]
|
|
3059
|
-
},
|
|
3060
|
-
{
|
|
3061
|
-
"kind": "javascript-module",
|
|
3062
|
-
"path": "src/components/le-header-placeholder/le-header-placeholder.tsx",
|
|
3063
|
-
"declarations": [
|
|
3064
|
-
{
|
|
3065
|
-
"kind": "class",
|
|
3066
|
-
"description": "Placeholder for `le-header`.\n\nReserves space using the global CSS variable `--le-header-height`.\nThe header component updates that variable when it renders.",
|
|
3067
|
-
"name": "LeHeaderPlaceholder",
|
|
3068
|
-
"cssProperties": [
|
|
3069
|
-
{
|
|
3070
|
-
"description": "Published header height (px)",
|
|
3071
|
-
"name": "--le-header-height"
|
|
3072
|
-
}
|
|
3073
|
-
],
|
|
3074
|
-
"members": [
|
|
3075
|
-
{
|
|
3076
|
-
"kind": "method",
|
|
3077
|
-
"name": "render"
|
|
3701
|
+
"description": "Emitted when the dropdown closes."
|
|
3078
3702
|
}
|
|
3079
3703
|
],
|
|
3080
|
-
"tagName": "le-header-placeholder",
|
|
3081
|
-
"events": [],
|
|
3082
3704
|
"customElement": true
|
|
3083
3705
|
}
|
|
3084
3706
|
],
|
|
3085
3707
|
"exports": [
|
|
3086
3708
|
{
|
|
3087
3709
|
"kind": "js",
|
|
3088
|
-
"name": "
|
|
3710
|
+
"name": "LeMultiselect",
|
|
3089
3711
|
"declaration": {
|
|
3090
|
-
"name": "
|
|
3091
|
-
"module": "src/components/le-
|
|
3712
|
+
"name": "LeMultiselect",
|
|
3713
|
+
"module": "src/components/le-multiselect/le-multiselect.tsx"
|
|
3092
3714
|
}
|
|
3093
3715
|
},
|
|
3094
3716
|
{
|
|
3095
3717
|
"kind": "custom-element-definition",
|
|
3096
|
-
"name": "le-
|
|
3718
|
+
"name": "le-multiselect",
|
|
3097
3719
|
"declaration": {
|
|
3098
|
-
"name": "
|
|
3099
|
-
"module": "src/components/le-
|
|
3720
|
+
"name": "LeMultiselect",
|
|
3721
|
+
"module": "src/components/le-multiselect/le-multiselect.tsx"
|
|
3100
3722
|
}
|
|
3101
3723
|
}
|
|
3102
3724
|
]
|
|
3103
3725
|
},
|
|
3104
3726
|
{
|
|
3105
3727
|
"kind": "javascript-module",
|
|
3106
|
-
"path": "src/components/le-
|
|
3728
|
+
"path": "src/components/le-navigation/le-navigation.tsx",
|
|
3107
3729
|
"declarations": [
|
|
3108
3730
|
{
|
|
3109
3731
|
"kind": "class",
|
|
3110
|
-
"description": "
|
|
3111
|
-
"name": "
|
|
3732
|
+
"description": "Navigation component with vertical (tree) and horizontal (menu) layouts.\n\n- Accepts items as `LeOption[]` or a JSON string.\n- Supports hierarchical items via `children`.\n- Supports persisted expansion via `open` on items.",
|
|
3733
|
+
"name": "LeNavigation",
|
|
3112
3734
|
"members": [
|
|
3113
3735
|
{
|
|
3114
3736
|
"kind": "field",
|
|
@@ -3119,283 +3741,456 @@
|
|
|
3119
3741
|
},
|
|
3120
3742
|
{
|
|
3121
3743
|
"kind": "field",
|
|
3122
|
-
"name": "
|
|
3744
|
+
"name": "items",
|
|
3123
3745
|
"type": {
|
|
3124
3746
|
"text": "LeOption[] | string"
|
|
3125
3747
|
},
|
|
3126
3748
|
"default": "[]",
|
|
3127
|
-
"description": "
|
|
3749
|
+
"description": "Navigation items.\nCan be passed as an array or JSON string (same pattern as le-select)."
|
|
3128
3750
|
},
|
|
3129
3751
|
{
|
|
3130
3752
|
"kind": "field",
|
|
3131
|
-
"name": "
|
|
3753
|
+
"name": "orientation",
|
|
3132
3754
|
"type": {
|
|
3133
|
-
"text": "
|
|
3755
|
+
"text": "'vertical' | 'horizontal'"
|
|
3134
3756
|
},
|
|
3135
|
-
"default": "
|
|
3136
|
-
"description": "
|
|
3757
|
+
"default": "'vertical'",
|
|
3758
|
+
"description": "Layout orientation."
|
|
3137
3759
|
},
|
|
3138
3760
|
{
|
|
3139
3761
|
"kind": "field",
|
|
3140
|
-
"name": "
|
|
3762
|
+
"name": "wrap",
|
|
3141
3763
|
"type": {
|
|
3142
|
-
"text": "
|
|
3764
|
+
"text": "boolean"
|
|
3143
3765
|
},
|
|
3144
|
-
"default": "
|
|
3145
|
-
"description": "
|
|
3766
|
+
"default": "true",
|
|
3767
|
+
"description": "Horizontal wrapping behavior.\nIf false, overflow behavior depends on `overflowMode`."
|
|
3146
3768
|
},
|
|
3147
3769
|
{
|
|
3148
3770
|
"kind": "field",
|
|
3149
|
-
"name": "
|
|
3771
|
+
"name": "overflowMode",
|
|
3150
3772
|
"type": {
|
|
3151
|
-
"text": "
|
|
3773
|
+
"text": "'more' | 'hamburger'"
|
|
3152
3774
|
},
|
|
3153
|
-
"default": "
|
|
3154
|
-
"description": "
|
|
3775
|
+
"default": "'more'",
|
|
3776
|
+
"description": "Overflow behavior for horizontal, non-wrapping menus.\n- more: moves overflow items into a \"More\" popover\n- hamburger: turns the whole nav into a hamburger popover"
|
|
3155
3777
|
},
|
|
3156
3778
|
{
|
|
3157
3779
|
"kind": "field",
|
|
3158
|
-
"name": "
|
|
3780
|
+
"name": "searchable",
|
|
3159
3781
|
"type": {
|
|
3160
3782
|
"text": "boolean"
|
|
3161
3783
|
},
|
|
3162
3784
|
"default": "false",
|
|
3163
|
-
"description": "
|
|
3785
|
+
"description": "Enables a search input for the vertical navigation."
|
|
3164
3786
|
},
|
|
3165
3787
|
{
|
|
3166
3788
|
"kind": "field",
|
|
3167
|
-
"name": "
|
|
3789
|
+
"name": "searchPlaceholder",
|
|
3168
3790
|
"type": {
|
|
3169
|
-
"text": "string
|
|
3791
|
+
"text": "string"
|
|
3170
3792
|
},
|
|
3171
|
-
"
|
|
3793
|
+
"default": "'Search...'",
|
|
3794
|
+
"description": "Placeholder text for the search input."
|
|
3172
3795
|
},
|
|
3173
3796
|
{
|
|
3174
3797
|
"kind": "field",
|
|
3175
|
-
"name": "
|
|
3798
|
+
"name": "emptyText",
|
|
3176
3799
|
"type": {
|
|
3177
|
-
"text": "
|
|
3800
|
+
"text": "string"
|
|
3178
3801
|
},
|
|
3179
|
-
"default": "
|
|
3180
|
-
"description": "
|
|
3802
|
+
"default": "'No results found'",
|
|
3803
|
+
"description": "Text shown when no items match the filter."
|
|
3181
3804
|
},
|
|
3182
3805
|
{
|
|
3183
3806
|
"kind": "field",
|
|
3184
|
-
"name": "
|
|
3807
|
+
"name": "submenuSearchable",
|
|
3185
3808
|
"type": {
|
|
3186
|
-
"text": "
|
|
3809
|
+
"text": "boolean"
|
|
3187
3810
|
},
|
|
3188
|
-
"default": "
|
|
3189
|
-
"description": "
|
|
3811
|
+
"default": "false",
|
|
3812
|
+
"description": "Whether submenu popovers should include a filter input."
|
|
3190
3813
|
},
|
|
3191
3814
|
{
|
|
3192
3815
|
"kind": "field",
|
|
3193
|
-
"name": "
|
|
3816
|
+
"name": "searchQuery",
|
|
3194
3817
|
"type": {
|
|
3195
|
-
"text": "
|
|
3818
|
+
"text": "string"
|
|
3196
3819
|
},
|
|
3197
|
-
"
|
|
3820
|
+
"privacy": "private",
|
|
3821
|
+
"default": "''"
|
|
3198
3822
|
},
|
|
3199
3823
|
{
|
|
3200
3824
|
"kind": "field",
|
|
3201
|
-
"name": "
|
|
3825
|
+
"name": "openState",
|
|
3202
3826
|
"type": {
|
|
3203
|
-
"text": "string"
|
|
3827
|
+
"text": "Record<string, boolean>"
|
|
3204
3828
|
},
|
|
3205
3829
|
"privacy": "private",
|
|
3206
|
-
"default": "
|
|
3207
|
-
"description": "Labels for the \"Select All\" option."
|
|
3830
|
+
"default": "{}"
|
|
3208
3831
|
},
|
|
3209
3832
|
{
|
|
3210
3833
|
"kind": "field",
|
|
3211
|
-
"name": "
|
|
3834
|
+
"name": "overflowIds",
|
|
3212
3835
|
"type": {
|
|
3213
|
-
"text": "string"
|
|
3836
|
+
"text": "string[]"
|
|
3214
3837
|
},
|
|
3215
3838
|
"privacy": "private",
|
|
3216
|
-
"default": "
|
|
3839
|
+
"default": "[]"
|
|
3217
3840
|
},
|
|
3218
3841
|
{
|
|
3219
3842
|
"kind": "field",
|
|
3220
|
-
"name": "
|
|
3843
|
+
"name": "hamburgerActive",
|
|
3221
3844
|
"type": {
|
|
3222
|
-
"text": "boolean
|
|
3845
|
+
"text": "boolean"
|
|
3223
3846
|
},
|
|
3224
|
-
"
|
|
3225
|
-
"
|
|
3847
|
+
"privacy": "private",
|
|
3848
|
+
"default": "false"
|
|
3226
3849
|
},
|
|
3227
3850
|
{
|
|
3228
3851
|
"kind": "field",
|
|
3229
|
-
"name": "
|
|
3852
|
+
"name": "submenuQueries",
|
|
3230
3853
|
"type": {
|
|
3231
|
-
"text": "
|
|
3854
|
+
"text": "Record<string, string>"
|
|
3232
3855
|
},
|
|
3233
|
-
"
|
|
3234
|
-
"
|
|
3856
|
+
"privacy": "private",
|
|
3857
|
+
"default": "{}"
|
|
3235
3858
|
},
|
|
3236
3859
|
{
|
|
3237
3860
|
"kind": "field",
|
|
3238
|
-
"name": "
|
|
3861
|
+
"name": "navContainerEl",
|
|
3239
3862
|
"type": {
|
|
3240
|
-
"text": "
|
|
3863
|
+
"text": "HTMLElement | undefined"
|
|
3241
3864
|
},
|
|
3242
|
-
"
|
|
3243
|
-
"description": "Text to show when no options match the search."
|
|
3865
|
+
"privacy": "private"
|
|
3244
3866
|
},
|
|
3245
3867
|
{
|
|
3246
3868
|
"kind": "field",
|
|
3247
|
-
"name": "
|
|
3869
|
+
"name": "topItemEls",
|
|
3248
3870
|
"type": {
|
|
3249
|
-
"text": "
|
|
3871
|
+
"text": "Map<string, HTMLElement>"
|
|
3250
3872
|
},
|
|
3251
|
-
"
|
|
3252
|
-
"
|
|
3873
|
+
"privacy": "private",
|
|
3874
|
+
"default": "new Map()"
|
|
3253
3875
|
},
|
|
3254
3876
|
{
|
|
3255
3877
|
"kind": "field",
|
|
3256
|
-
"name": "
|
|
3878
|
+
"name": "popoverRefs",
|
|
3257
3879
|
"type": {
|
|
3258
|
-
"text": "
|
|
3880
|
+
"text": "Map<string, HTMLLePopoverElement>"
|
|
3259
3881
|
},
|
|
3260
3882
|
"privacy": "private",
|
|
3261
|
-
"default": "
|
|
3883
|
+
"default": "new Map()"
|
|
3262
3884
|
},
|
|
3263
3885
|
{
|
|
3264
3886
|
"kind": "field",
|
|
3265
|
-
"name": "
|
|
3887
|
+
"name": "moreTriggerEl",
|
|
3266
3888
|
"type": {
|
|
3267
|
-
"text": "
|
|
3889
|
+
"text": "HTMLElement | undefined"
|
|
3268
3890
|
},
|
|
3269
|
-
"privacy": "private"
|
|
3270
|
-
"default": "''"
|
|
3891
|
+
"privacy": "private"
|
|
3271
3892
|
},
|
|
3272
3893
|
{
|
|
3273
3894
|
"kind": "field",
|
|
3274
|
-
"name": "
|
|
3895
|
+
"name": "resizeObserver",
|
|
3275
3896
|
"type": {
|
|
3276
|
-
"text": "
|
|
3897
|
+
"text": "ResizeObserver | undefined"
|
|
3277
3898
|
},
|
|
3278
3899
|
"privacy": "private"
|
|
3279
3900
|
},
|
|
3280
3901
|
{
|
|
3281
3902
|
"kind": "field",
|
|
3282
|
-
"name": "
|
|
3903
|
+
"name": "instanceId",
|
|
3283
3904
|
"type": {
|
|
3284
|
-
"text": "
|
|
3905
|
+
"text": "string"
|
|
3285
3906
|
},
|
|
3286
3907
|
"privacy": "private"
|
|
3287
3908
|
},
|
|
3288
3909
|
{
|
|
3289
3910
|
"kind": "method",
|
|
3290
|
-
"name": "
|
|
3911
|
+
"name": "handleLayoutInputsChange"
|
|
3912
|
+
},
|
|
3913
|
+
{
|
|
3914
|
+
"kind": "method",
|
|
3915
|
+
"name": "setupResizeObserver",
|
|
3916
|
+
"privacy": "private"
|
|
3917
|
+
},
|
|
3918
|
+
{
|
|
3919
|
+
"kind": "method",
|
|
3920
|
+
"name": "observeContainer",
|
|
3921
|
+
"privacy": "private",
|
|
3922
|
+
"parameters": [
|
|
3923
|
+
{
|
|
3924
|
+
"name": "el",
|
|
3925
|
+
"optional": true,
|
|
3926
|
+
"type": {
|
|
3927
|
+
"text": "HTMLElement"
|
|
3928
|
+
}
|
|
3929
|
+
}
|
|
3930
|
+
]
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
"kind": "method",
|
|
3934
|
+
"name": "scheduleOverflowRecalc",
|
|
3935
|
+
"privacy": "private"
|
|
3936
|
+
},
|
|
3937
|
+
{
|
|
3938
|
+
"kind": "field",
|
|
3939
|
+
"name": "parsedItems",
|
|
3940
|
+
"type": {
|
|
3941
|
+
"text": "LeOption[]"
|
|
3942
|
+
},
|
|
3943
|
+
"privacy": "private",
|
|
3944
|
+
"readonly": true
|
|
3945
|
+
},
|
|
3946
|
+
{
|
|
3947
|
+
"kind": "method",
|
|
3948
|
+
"name": "getItemId",
|
|
3949
|
+
"privacy": "private",
|
|
3950
|
+
"return": {
|
|
3951
|
+
"type": {
|
|
3952
|
+
"text": "string"
|
|
3953
|
+
}
|
|
3954
|
+
},
|
|
3955
|
+
"parameters": [
|
|
3956
|
+
{
|
|
3957
|
+
"name": "item",
|
|
3958
|
+
"type": {
|
|
3959
|
+
"text": "LeOption"
|
|
3960
|
+
}
|
|
3961
|
+
},
|
|
3962
|
+
{
|
|
3963
|
+
"name": "path",
|
|
3964
|
+
"type": {
|
|
3965
|
+
"text": "string"
|
|
3966
|
+
}
|
|
3967
|
+
}
|
|
3968
|
+
]
|
|
3969
|
+
},
|
|
3970
|
+
{
|
|
3971
|
+
"kind": "method",
|
|
3972
|
+
"name": "getChildItems",
|
|
3973
|
+
"privacy": "private",
|
|
3974
|
+
"return": {
|
|
3975
|
+
"type": {
|
|
3976
|
+
"text": "LeOption[]"
|
|
3977
|
+
}
|
|
3978
|
+
},
|
|
3979
|
+
"parameters": [
|
|
3980
|
+
{
|
|
3981
|
+
"name": "item",
|
|
3982
|
+
"type": {
|
|
3983
|
+
"text": "LeOption"
|
|
3984
|
+
}
|
|
3985
|
+
}
|
|
3986
|
+
]
|
|
3291
3987
|
},
|
|
3292
3988
|
{
|
|
3293
3989
|
"kind": "method",
|
|
3294
|
-
"name": "
|
|
3990
|
+
"name": "isOpen",
|
|
3991
|
+
"privacy": "private",
|
|
3992
|
+
"return": {
|
|
3993
|
+
"type": {
|
|
3994
|
+
"text": "boolean"
|
|
3995
|
+
}
|
|
3996
|
+
},
|
|
3997
|
+
"parameters": [
|
|
3998
|
+
{
|
|
3999
|
+
"name": "item",
|
|
4000
|
+
"type": {
|
|
4001
|
+
"text": "LeOption"
|
|
4002
|
+
}
|
|
4003
|
+
},
|
|
4004
|
+
{
|
|
4005
|
+
"name": "id",
|
|
4006
|
+
"type": {
|
|
4007
|
+
"text": "string"
|
|
4008
|
+
}
|
|
4009
|
+
}
|
|
4010
|
+
]
|
|
3295
4011
|
},
|
|
3296
4012
|
{
|
|
3297
4013
|
"kind": "method",
|
|
3298
|
-
"name": "
|
|
4014
|
+
"name": "setOpen",
|
|
4015
|
+
"privacy": "private",
|
|
3299
4016
|
"parameters": [
|
|
3300
4017
|
{
|
|
3301
|
-
"name": "
|
|
4018
|
+
"name": "id",
|
|
3302
4019
|
"type": {
|
|
3303
|
-
"text": "
|
|
4020
|
+
"text": "string"
|
|
4021
|
+
}
|
|
4022
|
+
},
|
|
4023
|
+
{
|
|
4024
|
+
"name": "open",
|
|
4025
|
+
"type": {
|
|
4026
|
+
"text": "boolean"
|
|
3304
4027
|
}
|
|
3305
4028
|
}
|
|
3306
4029
|
]
|
|
3307
4030
|
},
|
|
3308
4031
|
{
|
|
3309
|
-
"kind": "
|
|
3310
|
-
"name": "
|
|
3311
|
-
"type": {
|
|
3312
|
-
"text": "LeOption[]"
|
|
3313
|
-
},
|
|
4032
|
+
"kind": "method",
|
|
4033
|
+
"name": "matchesQuery",
|
|
3314
4034
|
"privacy": "private",
|
|
3315
|
-
"
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
"name": "effectiveOptions",
|
|
3320
|
-
"type": {
|
|
3321
|
-
"text": "LeOption[]"
|
|
4035
|
+
"return": {
|
|
4036
|
+
"type": {
|
|
4037
|
+
"text": "boolean"
|
|
4038
|
+
}
|
|
3322
4039
|
},
|
|
3323
|
-
"
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
"kind": "field",
|
|
3338
|
-
"name": "handleOptionSelect",
|
|
3339
|
-
"privacy": "private"
|
|
4040
|
+
"parameters": [
|
|
4041
|
+
{
|
|
4042
|
+
"name": "option",
|
|
4043
|
+
"type": {
|
|
4044
|
+
"text": "LeOption"
|
|
4045
|
+
}
|
|
4046
|
+
},
|
|
4047
|
+
{
|
|
4048
|
+
"name": "query",
|
|
4049
|
+
"type": {
|
|
4050
|
+
"text": "string"
|
|
4051
|
+
}
|
|
4052
|
+
}
|
|
4053
|
+
]
|
|
3340
4054
|
},
|
|
3341
4055
|
{
|
|
3342
4056
|
"kind": "method",
|
|
3343
|
-
"name": "
|
|
3344
|
-
"privacy": "private"
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
4057
|
+
"name": "filterTree",
|
|
4058
|
+
"privacy": "private",
|
|
4059
|
+
"return": {
|
|
4060
|
+
"type": {
|
|
4061
|
+
"text": "LeOption[]"
|
|
4062
|
+
}
|
|
4063
|
+
},
|
|
4064
|
+
"parameters": [
|
|
4065
|
+
{
|
|
4066
|
+
"name": "items",
|
|
4067
|
+
"type": {
|
|
4068
|
+
"text": "LeOption[]"
|
|
4069
|
+
}
|
|
4070
|
+
},
|
|
4071
|
+
{
|
|
4072
|
+
"name": "query",
|
|
4073
|
+
"type": {
|
|
4074
|
+
"text": "string"
|
|
4075
|
+
}
|
|
4076
|
+
},
|
|
4077
|
+
{
|
|
4078
|
+
"name": "pathPrefix",
|
|
4079
|
+
"type": {
|
|
4080
|
+
"text": "string"
|
|
4081
|
+
}
|
|
4082
|
+
},
|
|
4083
|
+
{
|
|
4084
|
+
"name": "autoOpen",
|
|
4085
|
+
"type": {
|
|
4086
|
+
"text": "Set<string>"
|
|
4087
|
+
}
|
|
4088
|
+
}
|
|
4089
|
+
]
|
|
3350
4090
|
},
|
|
3351
4091
|
{
|
|
3352
4092
|
"kind": "field",
|
|
3353
|
-
"name": "
|
|
4093
|
+
"name": "handleItemSelect",
|
|
3354
4094
|
"privacy": "private"
|
|
3355
4095
|
},
|
|
3356
4096
|
{
|
|
3357
4097
|
"kind": "field",
|
|
3358
|
-
"name": "
|
|
4098
|
+
"name": "handleToggle",
|
|
3359
4099
|
"privacy": "private"
|
|
3360
4100
|
},
|
|
3361
4101
|
{
|
|
3362
4102
|
"kind": "field",
|
|
3363
|
-
"name": "
|
|
4103
|
+
"name": "handleSearchInput",
|
|
3364
4104
|
"privacy": "private"
|
|
3365
4105
|
},
|
|
3366
4106
|
{
|
|
3367
4107
|
"kind": "field",
|
|
3368
|
-
"name": "
|
|
4108
|
+
"name": "handleSubmenuSearchInput",
|
|
3369
4109
|
"privacy": "private"
|
|
3370
4110
|
},
|
|
3371
4111
|
{
|
|
3372
|
-
"kind": "
|
|
3373
|
-
"name": "
|
|
3374
|
-
"privacy": "private"
|
|
4112
|
+
"kind": "method",
|
|
4113
|
+
"name": "getTopLevelIds",
|
|
4114
|
+
"privacy": "private",
|
|
4115
|
+
"return": {
|
|
4116
|
+
"type": {
|
|
4117
|
+
"text": "string[]"
|
|
4118
|
+
}
|
|
4119
|
+
},
|
|
4120
|
+
"parameters": [
|
|
4121
|
+
{
|
|
4122
|
+
"name": "items",
|
|
4123
|
+
"type": {
|
|
4124
|
+
"text": "LeOption[]"
|
|
4125
|
+
}
|
|
4126
|
+
}
|
|
4127
|
+
]
|
|
3375
4128
|
},
|
|
3376
4129
|
{
|
|
3377
|
-
"kind": "
|
|
3378
|
-
"name": "
|
|
4130
|
+
"kind": "method",
|
|
4131
|
+
"name": "computeOverflow",
|
|
3379
4132
|
"privacy": "private"
|
|
3380
4133
|
},
|
|
3381
4134
|
{
|
|
3382
4135
|
"kind": "method",
|
|
3383
|
-
"name": "
|
|
3384
|
-
"
|
|
4136
|
+
"name": "renderHorizontalMeasureItem",
|
|
4137
|
+
"privacy": "private",
|
|
4138
|
+
"parameters": [
|
|
4139
|
+
{
|
|
4140
|
+
"name": "item",
|
|
4141
|
+
"type": {
|
|
4142
|
+
"text": "LeOption"
|
|
4143
|
+
}
|
|
4144
|
+
},
|
|
4145
|
+
{
|
|
4146
|
+
"name": "index",
|
|
4147
|
+
"type": {
|
|
4148
|
+
"text": "number"
|
|
4149
|
+
}
|
|
4150
|
+
}
|
|
4151
|
+
]
|
|
3385
4152
|
},
|
|
3386
4153
|
{
|
|
3387
4154
|
"kind": "method",
|
|
3388
|
-
"name": "
|
|
3389
|
-
"
|
|
4155
|
+
"name": "renderVerticalList",
|
|
4156
|
+
"privacy": "private",
|
|
4157
|
+
"parameters": [
|
|
4158
|
+
{
|
|
4159
|
+
"name": "items",
|
|
4160
|
+
"type": {
|
|
4161
|
+
"text": "LeOption[]"
|
|
4162
|
+
}
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
"name": "{\n depth,\n pathPrefix,\n autoOpenIds,\n searchable,\n searchQuery,\n searchPlaceholder,\n emptyText,\n submenuId,\n }",
|
|
4166
|
+
"type": {
|
|
4167
|
+
"text": "VerticalListRenderOptions"
|
|
4168
|
+
}
|
|
4169
|
+
}
|
|
4170
|
+
]
|
|
3390
4171
|
},
|
|
3391
4172
|
{
|
|
3392
4173
|
"kind": "method",
|
|
3393
|
-
"name": "
|
|
3394
|
-
"
|
|
4174
|
+
"name": "renderHorizontalItem",
|
|
4175
|
+
"privacy": "private",
|
|
4176
|
+
"parameters": [
|
|
4177
|
+
{
|
|
4178
|
+
"name": "item",
|
|
4179
|
+
"type": {
|
|
4180
|
+
"text": "LeOption"
|
|
4181
|
+
}
|
|
4182
|
+
},
|
|
4183
|
+
{
|
|
4184
|
+
"name": "index",
|
|
4185
|
+
"type": {
|
|
4186
|
+
"text": "number"
|
|
4187
|
+
}
|
|
4188
|
+
}
|
|
4189
|
+
]
|
|
3395
4190
|
},
|
|
3396
4191
|
{
|
|
3397
4192
|
"kind": "method",
|
|
3398
|
-
"name": "
|
|
4193
|
+
"name": "renderHorizontal",
|
|
3399
4194
|
"privacy": "private"
|
|
3400
4195
|
},
|
|
3401
4196
|
{
|
|
@@ -3405,143 +4200,93 @@
|
|
|
3405
4200
|
],
|
|
3406
4201
|
"attributes": [
|
|
3407
4202
|
{
|
|
3408
|
-
"name": "
|
|
3409
|
-
"fieldName": "
|
|
4203
|
+
"name": "items",
|
|
4204
|
+
"fieldName": "items",
|
|
3410
4205
|
"default": "[]",
|
|
3411
|
-
"description": "
|
|
4206
|
+
"description": "Navigation items.\nCan be passed as an array or JSON string (same pattern as le-select).",
|
|
3412
4207
|
"type": {
|
|
3413
4208
|
"text": "LeOption[] | string"
|
|
3414
4209
|
}
|
|
3415
4210
|
},
|
|
3416
4211
|
{
|
|
3417
|
-
"name": "
|
|
3418
|
-
"fieldName": "
|
|
3419
|
-
"default": "
|
|
3420
|
-
"description": "
|
|
3421
|
-
"type": {
|
|
3422
|
-
"text": "LeOptionValue[]"
|
|
3423
|
-
}
|
|
3424
|
-
},
|
|
3425
|
-
{
|
|
3426
|
-
"name": "placeholder",
|
|
3427
|
-
"fieldName": "placeholder",
|
|
3428
|
-
"default": "'Select options...'",
|
|
3429
|
-
"description": "Placeholder text when no options are selected.",
|
|
3430
|
-
"type": {
|
|
3431
|
-
"text": "string"
|
|
3432
|
-
}
|
|
3433
|
-
},
|
|
3434
|
-
{
|
|
3435
|
-
"name": "disabled",
|
|
3436
|
-
"fieldName": "disabled",
|
|
3437
|
-
"default": "false",
|
|
3438
|
-
"description": "Whether the multiselect is disabled.",
|
|
3439
|
-
"type": {
|
|
3440
|
-
"text": "boolean"
|
|
3441
|
-
}
|
|
3442
|
-
},
|
|
3443
|
-
{
|
|
3444
|
-
"name": "required",
|
|
3445
|
-
"fieldName": "required",
|
|
3446
|
-
"default": "false",
|
|
3447
|
-
"description": "Whether selection is required.",
|
|
3448
|
-
"type": {
|
|
3449
|
-
"text": "boolean"
|
|
3450
|
-
}
|
|
3451
|
-
},
|
|
3452
|
-
{
|
|
3453
|
-
"name": "name",
|
|
3454
|
-
"fieldName": "name",
|
|
3455
|
-
"description": "Name attribute for form submission.",
|
|
4212
|
+
"name": "orientation",
|
|
4213
|
+
"fieldName": "orientation",
|
|
4214
|
+
"default": "'vertical'",
|
|
4215
|
+
"description": "Layout orientation.",
|
|
3456
4216
|
"type": {
|
|
3457
|
-
"text": "
|
|
4217
|
+
"text": "'vertical' | 'horizontal'"
|
|
3458
4218
|
}
|
|
3459
4219
|
},
|
|
3460
4220
|
{
|
|
3461
|
-
"name": "
|
|
3462
|
-
"fieldName": "
|
|
3463
|
-
"default": "
|
|
3464
|
-
"description": "
|
|
4221
|
+
"name": "wrap",
|
|
4222
|
+
"fieldName": "wrap",
|
|
4223
|
+
"default": "true",
|
|
4224
|
+
"description": "Horizontal wrapping behavior.\nIf false, overflow behavior depends on `overflowMode`.",
|
|
3465
4225
|
"type": {
|
|
3466
4226
|
"text": "boolean"
|
|
3467
4227
|
}
|
|
3468
4228
|
},
|
|
3469
4229
|
{
|
|
3470
|
-
"name": "
|
|
3471
|
-
"fieldName": "
|
|
3472
|
-
"default": "'
|
|
3473
|
-
"description": "
|
|
3474
|
-
"type": {
|
|
3475
|
-
"text": "'small' | 'medium' | 'large'"
|
|
3476
|
-
}
|
|
3477
|
-
},
|
|
3478
|
-
{
|
|
3479
|
-
"name": "max-selections",
|
|
3480
|
-
"fieldName": "maxSelections",
|
|
3481
|
-
"description": "Maximum number of selections allowed.",
|
|
3482
|
-
"type": {
|
|
3483
|
-
"text": "number"
|
|
3484
|
-
}
|
|
3485
|
-
},
|
|
3486
|
-
{
|
|
3487
|
-
"name": "show-select-all",
|
|
3488
|
-
"fieldName": "showSelectAll",
|
|
3489
|
-
"default": "false",
|
|
3490
|
-
"description": "Whether to show a \"Select All\" option.\nAlso accepts a string or array of strings to customize the label(s).",
|
|
4230
|
+
"name": "overflow-mode",
|
|
4231
|
+
"fieldName": "overflowMode",
|
|
4232
|
+
"default": "'more'",
|
|
4233
|
+
"description": "Overflow behavior for horizontal, non-wrapping menus.\n- more: moves overflow items into a \"More\" popover\n- hamburger: turns the whole nav into a hamburger popover",
|
|
3491
4234
|
"type": {
|
|
3492
|
-
"text": "
|
|
4235
|
+
"text": "'more' | 'hamburger'"
|
|
3493
4236
|
}
|
|
3494
4237
|
},
|
|
3495
4238
|
{
|
|
3496
4239
|
"name": "searchable",
|
|
3497
4240
|
"fieldName": "searchable",
|
|
3498
4241
|
"default": "false",
|
|
3499
|
-
"description": "
|
|
4242
|
+
"description": "Enables a search input for the vertical navigation.",
|
|
3500
4243
|
"type": {
|
|
3501
4244
|
"text": "boolean"
|
|
3502
4245
|
}
|
|
3503
4246
|
},
|
|
4247
|
+
{
|
|
4248
|
+
"name": "search-placeholder",
|
|
4249
|
+
"fieldName": "searchPlaceholder",
|
|
4250
|
+
"default": "'Search...'",
|
|
4251
|
+
"description": "Placeholder text for the search input.",
|
|
4252
|
+
"type": {
|
|
4253
|
+
"text": "string"
|
|
4254
|
+
}
|
|
4255
|
+
},
|
|
3504
4256
|
{
|
|
3505
4257
|
"name": "empty-text",
|
|
3506
4258
|
"fieldName": "emptyText",
|
|
3507
4259
|
"default": "'No results found'",
|
|
3508
|
-
"description": "Text
|
|
4260
|
+
"description": "Text shown when no items match the filter.",
|
|
3509
4261
|
"type": {
|
|
3510
4262
|
"text": "string"
|
|
3511
4263
|
}
|
|
3512
4264
|
},
|
|
3513
4265
|
{
|
|
3514
|
-
"name": "
|
|
3515
|
-
"fieldName": "
|
|
4266
|
+
"name": "submenu-searchable",
|
|
4267
|
+
"fieldName": "submenuSearchable",
|
|
3516
4268
|
"default": "false",
|
|
3517
|
-
"description": "Whether
|
|
4269
|
+
"description": "Whether submenu popovers should include a filter input.",
|
|
3518
4270
|
"type": {
|
|
3519
4271
|
"text": "boolean"
|
|
3520
4272
|
}
|
|
3521
4273
|
}
|
|
3522
4274
|
],
|
|
3523
|
-
"tagName": "le-
|
|
4275
|
+
"tagName": "le-navigation",
|
|
3524
4276
|
"events": [
|
|
3525
4277
|
{
|
|
3526
|
-
"name": "
|
|
3527
|
-
"type": {
|
|
3528
|
-
"text": "EventEmitter<LeMultiOptionSelectDetail>"
|
|
3529
|
-
},
|
|
3530
|
-
"description": "Emitted when the selected values change."
|
|
3531
|
-
},
|
|
3532
|
-
{
|
|
3533
|
-
"name": "leOpen",
|
|
4278
|
+
"name": "leNavItemSelect",
|
|
3534
4279
|
"type": {
|
|
3535
|
-
"text": "EventEmitter<
|
|
4280
|
+
"text": "EventEmitter<LeNavigationItemSelectDetail>"
|
|
3536
4281
|
},
|
|
3537
|
-
"description": "
|
|
4282
|
+
"description": "Fired when a navigation item is activated.\n\nThis event is cancelable. Call `event.preventDefault()` to prevent\ndefault browser navigation and implement custom routing."
|
|
3538
4283
|
},
|
|
3539
4284
|
{
|
|
3540
|
-
"name": "
|
|
4285
|
+
"name": "leNavItemToggle",
|
|
3541
4286
|
"type": {
|
|
3542
|
-
"text": "EventEmitter<
|
|
4287
|
+
"text": "EventEmitter<LeNavigationItemToggleDetail>"
|
|
3543
4288
|
},
|
|
3544
|
-
"description": "
|
|
4289
|
+
"description": "Fired when a tree branch is toggled."
|
|
3545
4290
|
}
|
|
3546
4291
|
],
|
|
3547
4292
|
"customElement": true
|
|
@@ -3550,18 +4295,18 @@
|
|
|
3550
4295
|
"exports": [
|
|
3551
4296
|
{
|
|
3552
4297
|
"kind": "js",
|
|
3553
|
-
"name": "
|
|
4298
|
+
"name": "LeNavigation",
|
|
3554
4299
|
"declaration": {
|
|
3555
|
-
"name": "
|
|
3556
|
-
"module": "src/components/le-
|
|
4300
|
+
"name": "LeNavigation",
|
|
4301
|
+
"module": "src/components/le-navigation/le-navigation.tsx"
|
|
3557
4302
|
}
|
|
3558
4303
|
},
|
|
3559
4304
|
{
|
|
3560
4305
|
"kind": "custom-element-definition",
|
|
3561
|
-
"name": "le-
|
|
4306
|
+
"name": "le-navigation",
|
|
3562
4307
|
"declaration": {
|
|
3563
|
-
"name": "
|
|
3564
|
-
"module": "src/components/le-
|
|
4308
|
+
"name": "LeNavigation",
|
|
4309
|
+
"module": "src/components/le-navigation/le-navigation.tsx"
|
|
3565
4310
|
}
|
|
3566
4311
|
}
|
|
3567
4312
|
]
|
|
@@ -7785,263 +8530,36 @@
|
|
|
7785
8530
|
"type": {
|
|
7786
8531
|
"text": "boolean"
|
|
7787
8532
|
}
|
|
7788
|
-
}
|
|
7789
|
-
],
|
|
7790
|
-
"tagName": "le-tab-bar",
|
|
7791
|
-
"events": [
|
|
7792
|
-
{
|
|
7793
|
-
"name": "leTabChange",
|
|
7794
|
-
"type": {
|
|
7795
|
-
"text": "EventEmitter<LeOptionSelectDetail>"
|
|
7796
|
-
},
|
|
7797
|
-
"description": "Emitted when the selected tab changes."
|
|
7798
|
-
}
|
|
7799
|
-
],
|
|
7800
|
-
"customElement": true
|
|
7801
|
-
}
|
|
7802
|
-
],
|
|
7803
|
-
"exports": [
|
|
7804
|
-
{
|
|
7805
|
-
"kind": "js",
|
|
7806
|
-
"name": "LeTabBar",
|
|
7807
|
-
"declaration": {
|
|
7808
|
-
"name": "LeTabBar",
|
|
7809
|
-
"module": "src/components/le-tab-bar/le-tab-bar.tsx"
|
|
7810
|
-
}
|
|
7811
|
-
},
|
|
7812
|
-
{
|
|
7813
|
-
"kind": "custom-element-definition",
|
|
7814
|
-
"name": "le-tab-bar",
|
|
7815
|
-
"declaration": {
|
|
7816
|
-
"name": "LeTabBar",
|
|
7817
|
-
"module": "src/components/le-tab-bar/le-tab-bar.tsx"
|
|
7818
|
-
}
|
|
7819
|
-
}
|
|
7820
|
-
]
|
|
7821
|
-
},
|
|
7822
|
-
{
|
|
7823
|
-
"kind": "javascript-module",
|
|
7824
|
-
"path": "src/components/le-tab-panel/le-tab-panel.tsx",
|
|
7825
|
-
"declarations": [
|
|
7826
|
-
{
|
|
7827
|
-
"kind": "class",
|
|
7828
|
-
"description": "A tab panel component used as a child of le-tabs.\n\nEach le-tab-panel defines both the tab button label and the panel content.\nThe parent le-tabs component automatically reads these panels and creates\nthe tab interface.",
|
|
7829
|
-
"name": "LeTabPanel",
|
|
7830
|
-
"slots": [
|
|
7831
|
-
{
|
|
7832
|
-
"description": "Default slot for panel content",
|
|
7833
|
-
"name": ""
|
|
7834
|
-
}
|
|
7835
|
-
],
|
|
7836
|
-
"members": [
|
|
7837
|
-
{
|
|
7838
|
-
"kind": "field",
|
|
7839
|
-
"name": "el",
|
|
7840
|
-
"type": {
|
|
7841
|
-
"text": "HTMLLeTabPanelElement"
|
|
7842
|
-
}
|
|
7843
|
-
},
|
|
7844
|
-
{
|
|
7845
|
-
"kind": "field",
|
|
7846
|
-
"name": "label",
|
|
7847
|
-
"type": {
|
|
7848
|
-
"text": "string"
|
|
7849
|
-
},
|
|
7850
|
-
"description": "The label displayed in the tab button."
|
|
7851
|
-
},
|
|
7852
|
-
{
|
|
7853
|
-
"kind": "field",
|
|
7854
|
-
"name": "value",
|
|
7855
|
-
"type": {
|
|
7856
|
-
"text": "string | undefined"
|
|
7857
|
-
},
|
|
7858
|
-
"description": "The value used to identify this tab.\nDefaults to the label if not provided."
|
|
7859
|
-
},
|
|
7860
|
-
{
|
|
7861
|
-
"kind": "field",
|
|
7862
|
-
"name": "iconStart",
|
|
7863
|
-
"type": {
|
|
7864
|
-
"text": "string | undefined"
|
|
7865
|
-
},
|
|
7866
|
-
"description": "Icon displayed at the start of the tab button.\nCan be an emoji, URL, or icon class."
|
|
7867
|
-
},
|
|
7868
|
-
{
|
|
7869
|
-
"kind": "field",
|
|
7870
|
-
"name": "iconEnd",
|
|
7871
|
-
"type": {
|
|
7872
|
-
"text": "string | undefined"
|
|
7873
|
-
},
|
|
7874
|
-
"description": "Icon displayed at the end of the tab button."
|
|
7875
|
-
},
|
|
7876
|
-
{
|
|
7877
|
-
"kind": "field",
|
|
7878
|
-
"name": "disabled",
|
|
7879
|
-
"type": {
|
|
7880
|
-
"text": "boolean"
|
|
7881
|
-
},
|
|
7882
|
-
"default": "false",
|
|
7883
|
-
"description": "Whether this tab is disabled."
|
|
7884
|
-
},
|
|
7885
|
-
{
|
|
7886
|
-
"kind": "field",
|
|
7887
|
-
"name": "lazy",
|
|
7888
|
-
"type": {
|
|
7889
|
-
"text": "boolean"
|
|
7890
|
-
},
|
|
7891
|
-
"default": "false",
|
|
7892
|
-
"description": "Whether to render the panel content only when active (lazy loading).\nWhen true, content is not rendered until the tab is first selected.\nWhen false (default), content is always in DOM but hidden when inactive."
|
|
7893
|
-
},
|
|
7894
|
-
{
|
|
7895
|
-
"kind": "field",
|
|
7896
|
-
"name": "active",
|
|
7897
|
-
"type": {
|
|
7898
|
-
"text": "boolean"
|
|
7899
|
-
},
|
|
7900
|
-
"default": "false",
|
|
7901
|
-
"description": "Internal: Whether this panel is currently active (set by parent le-tabs)"
|
|
7902
|
-
},
|
|
7903
|
-
{
|
|
7904
|
-
"kind": "field",
|
|
7905
|
-
"name": "hasBeenActive",
|
|
7906
|
-
"type": {
|
|
7907
|
-
"text": "boolean"
|
|
7908
|
-
},
|
|
7909
|
-
"default": "false",
|
|
7910
|
-
"description": "Internal: Track if panel has ever been activated (for lazy rendering)"
|
|
7911
|
-
},
|
|
7912
|
-
{
|
|
7913
|
-
"kind": "method",
|
|
7914
|
-
"name": "activeChanged",
|
|
7915
|
-
"parameters": [
|
|
7916
|
-
{
|
|
7917
|
-
"name": "isActive",
|
|
7918
|
-
"type": {
|
|
7919
|
-
"text": "boolean"
|
|
7920
|
-
}
|
|
7921
|
-
}
|
|
7922
|
-
]
|
|
7923
|
-
},
|
|
7924
|
-
{
|
|
7925
|
-
"kind": "method",
|
|
7926
|
-
"name": "getValue",
|
|
7927
|
-
"return": {
|
|
7928
|
-
"type": {
|
|
7929
|
-
"text": "Promise<string>"
|
|
7930
|
-
}
|
|
7931
|
-
},
|
|
7932
|
-
"description": "Get the effective value (value or label as fallback)"
|
|
7933
|
-
},
|
|
7934
|
-
{
|
|
7935
|
-
"kind": "method",
|
|
7936
|
-
"name": "getTabConfig",
|
|
7937
|
-
"return": {
|
|
7938
|
-
"type": {
|
|
7939
|
-
"text": "Promise<{\n label: string;\n value: string;\n iconStart?: string;\n iconEnd?: string;\n disabled: boolean;\n }>"
|
|
7940
|
-
}
|
|
7941
|
-
},
|
|
7942
|
-
"description": "Get tab configuration for parent component"
|
|
7943
|
-
},
|
|
7944
|
-
{
|
|
7945
|
-
"kind": "method",
|
|
7946
|
-
"name": "setActive",
|
|
7947
|
-
"parameters": [
|
|
7948
|
-
{
|
|
7949
|
-
"name": "isActive",
|
|
7950
|
-
"type": {
|
|
7951
|
-
"text": "boolean"
|
|
7952
|
-
}
|
|
7953
|
-
}
|
|
7954
|
-
],
|
|
7955
|
-
"description": "Set the active state (called by parent le-tabs)"
|
|
7956
|
-
},
|
|
7957
|
-
{
|
|
7958
|
-
"kind": "method",
|
|
7959
|
-
"name": "shouldRenderContent",
|
|
7960
|
-
"privacy": "private",
|
|
7961
|
-
"return": {
|
|
7962
|
-
"type": {
|
|
7963
|
-
"text": "boolean"
|
|
7964
|
-
}
|
|
7965
|
-
},
|
|
7966
|
-
"description": "Check if panel should render content"
|
|
7967
|
-
},
|
|
7968
|
-
{
|
|
7969
|
-
"kind": "method",
|
|
7970
|
-
"name": "render"
|
|
7971
|
-
}
|
|
7972
|
-
],
|
|
7973
|
-
"attributes": [
|
|
7974
|
-
{
|
|
7975
|
-
"name": "label",
|
|
7976
|
-
"fieldName": "label",
|
|
7977
|
-
"description": "The label displayed in the tab button.",
|
|
7978
|
-
"type": {
|
|
7979
|
-
"text": "string"
|
|
7980
|
-
}
|
|
7981
|
-
},
|
|
7982
|
-
{
|
|
7983
|
-
"name": "value",
|
|
7984
|
-
"fieldName": "value",
|
|
7985
|
-
"description": "The value used to identify this tab.\nDefaults to the label if not provided.",
|
|
7986
|
-
"type": {
|
|
7987
|
-
"text": "string"
|
|
7988
|
-
}
|
|
7989
|
-
},
|
|
7990
|
-
{
|
|
7991
|
-
"name": "icon-start",
|
|
7992
|
-
"fieldName": "iconStart",
|
|
7993
|
-
"description": "Icon displayed at the start of the tab button.\nCan be an emoji, URL, or icon class.",
|
|
7994
|
-
"type": {
|
|
7995
|
-
"text": "string"
|
|
7996
|
-
}
|
|
7997
|
-
},
|
|
7998
|
-
{
|
|
7999
|
-
"name": "icon-end",
|
|
8000
|
-
"fieldName": "iconEnd",
|
|
8001
|
-
"description": "Icon displayed at the end of the tab button.",
|
|
8002
|
-
"type": {
|
|
8003
|
-
"text": "string"
|
|
8004
|
-
}
|
|
8005
|
-
},
|
|
8006
|
-
{
|
|
8007
|
-
"name": "disabled",
|
|
8008
|
-
"fieldName": "disabled",
|
|
8009
|
-
"default": "false",
|
|
8010
|
-
"description": "Whether this tab is disabled.",
|
|
8011
|
-
"type": {
|
|
8012
|
-
"text": "boolean"
|
|
8013
|
-
}
|
|
8014
|
-
},
|
|
8533
|
+
}
|
|
8534
|
+
],
|
|
8535
|
+
"tagName": "le-tab-bar",
|
|
8536
|
+
"events": [
|
|
8015
8537
|
{
|
|
8016
|
-
"name": "
|
|
8017
|
-
"fieldName": "lazy",
|
|
8018
|
-
"default": "false",
|
|
8019
|
-
"description": "Whether to render the panel content only when active (lazy loading).\nWhen true, content is not rendered until the tab is first selected.\nWhen false (default), content is always in DOM but hidden when inactive.",
|
|
8538
|
+
"name": "leTabChange",
|
|
8020
8539
|
"type": {
|
|
8021
|
-
"text": "
|
|
8022
|
-
}
|
|
8540
|
+
"text": "EventEmitter<LeOptionSelectDetail>"
|
|
8541
|
+
},
|
|
8542
|
+
"description": "Emitted when the selected tab changes."
|
|
8023
8543
|
}
|
|
8024
8544
|
],
|
|
8025
|
-
"tagName": "le-tab-panel",
|
|
8026
|
-
"events": [],
|
|
8027
8545
|
"customElement": true
|
|
8028
8546
|
}
|
|
8029
8547
|
],
|
|
8030
8548
|
"exports": [
|
|
8031
8549
|
{
|
|
8032
8550
|
"kind": "js",
|
|
8033
|
-
"name": "
|
|
8551
|
+
"name": "LeTabBar",
|
|
8034
8552
|
"declaration": {
|
|
8035
|
-
"name": "
|
|
8036
|
-
"module": "src/components/le-tab-
|
|
8553
|
+
"name": "LeTabBar",
|
|
8554
|
+
"module": "src/components/le-tab-bar/le-tab-bar.tsx"
|
|
8037
8555
|
}
|
|
8038
8556
|
},
|
|
8039
8557
|
{
|
|
8040
8558
|
"kind": "custom-element-definition",
|
|
8041
|
-
"name": "le-tab-
|
|
8559
|
+
"name": "le-tab-bar",
|
|
8042
8560
|
"declaration": {
|
|
8043
|
-
"name": "
|
|
8044
|
-
"module": "src/components/le-tab-
|
|
8561
|
+
"name": "LeTabBar",
|
|
8562
|
+
"module": "src/components/le-tab-bar/le-tab-bar.tsx"
|
|
8045
8563
|
}
|
|
8046
8564
|
}
|
|
8047
8565
|
]
|
|
@@ -8457,6 +8975,233 @@
|
|
|
8457
8975
|
}
|
|
8458
8976
|
]
|
|
8459
8977
|
},
|
|
8978
|
+
{
|
|
8979
|
+
"kind": "javascript-module",
|
|
8980
|
+
"path": "src/components/le-tab-panel/le-tab-panel.tsx",
|
|
8981
|
+
"declarations": [
|
|
8982
|
+
{
|
|
8983
|
+
"kind": "class",
|
|
8984
|
+
"description": "A tab panel component used as a child of le-tabs.\n\nEach le-tab-panel defines both the tab button label and the panel content.\nThe parent le-tabs component automatically reads these panels and creates\nthe tab interface.",
|
|
8985
|
+
"name": "LeTabPanel",
|
|
8986
|
+
"slots": [
|
|
8987
|
+
{
|
|
8988
|
+
"description": "Default slot for panel content",
|
|
8989
|
+
"name": ""
|
|
8990
|
+
}
|
|
8991
|
+
],
|
|
8992
|
+
"members": [
|
|
8993
|
+
{
|
|
8994
|
+
"kind": "field",
|
|
8995
|
+
"name": "el",
|
|
8996
|
+
"type": {
|
|
8997
|
+
"text": "HTMLLeTabPanelElement"
|
|
8998
|
+
}
|
|
8999
|
+
},
|
|
9000
|
+
{
|
|
9001
|
+
"kind": "field",
|
|
9002
|
+
"name": "label",
|
|
9003
|
+
"type": {
|
|
9004
|
+
"text": "string"
|
|
9005
|
+
},
|
|
9006
|
+
"description": "The label displayed in the tab button."
|
|
9007
|
+
},
|
|
9008
|
+
{
|
|
9009
|
+
"kind": "field",
|
|
9010
|
+
"name": "value",
|
|
9011
|
+
"type": {
|
|
9012
|
+
"text": "string | undefined"
|
|
9013
|
+
},
|
|
9014
|
+
"description": "The value used to identify this tab.\nDefaults to the label if not provided."
|
|
9015
|
+
},
|
|
9016
|
+
{
|
|
9017
|
+
"kind": "field",
|
|
9018
|
+
"name": "iconStart",
|
|
9019
|
+
"type": {
|
|
9020
|
+
"text": "string | undefined"
|
|
9021
|
+
},
|
|
9022
|
+
"description": "Icon displayed at the start of the tab button.\nCan be an emoji, URL, or icon class."
|
|
9023
|
+
},
|
|
9024
|
+
{
|
|
9025
|
+
"kind": "field",
|
|
9026
|
+
"name": "iconEnd",
|
|
9027
|
+
"type": {
|
|
9028
|
+
"text": "string | undefined"
|
|
9029
|
+
},
|
|
9030
|
+
"description": "Icon displayed at the end of the tab button."
|
|
9031
|
+
},
|
|
9032
|
+
{
|
|
9033
|
+
"kind": "field",
|
|
9034
|
+
"name": "disabled",
|
|
9035
|
+
"type": {
|
|
9036
|
+
"text": "boolean"
|
|
9037
|
+
},
|
|
9038
|
+
"default": "false",
|
|
9039
|
+
"description": "Whether this tab is disabled."
|
|
9040
|
+
},
|
|
9041
|
+
{
|
|
9042
|
+
"kind": "field",
|
|
9043
|
+
"name": "lazy",
|
|
9044
|
+
"type": {
|
|
9045
|
+
"text": "boolean"
|
|
9046
|
+
},
|
|
9047
|
+
"default": "false",
|
|
9048
|
+
"description": "Whether to render the panel content only when active (lazy loading).\nWhen true, content is not rendered until the tab is first selected.\nWhen false (default), content is always in DOM but hidden when inactive."
|
|
9049
|
+
},
|
|
9050
|
+
{
|
|
9051
|
+
"kind": "field",
|
|
9052
|
+
"name": "active",
|
|
9053
|
+
"type": {
|
|
9054
|
+
"text": "boolean"
|
|
9055
|
+
},
|
|
9056
|
+
"default": "false",
|
|
9057
|
+
"description": "Internal: Whether this panel is currently active (set by parent le-tabs)"
|
|
9058
|
+
},
|
|
9059
|
+
{
|
|
9060
|
+
"kind": "field",
|
|
9061
|
+
"name": "hasBeenActive",
|
|
9062
|
+
"type": {
|
|
9063
|
+
"text": "boolean"
|
|
9064
|
+
},
|
|
9065
|
+
"default": "false",
|
|
9066
|
+
"description": "Internal: Track if panel has ever been activated (for lazy rendering)"
|
|
9067
|
+
},
|
|
9068
|
+
{
|
|
9069
|
+
"kind": "method",
|
|
9070
|
+
"name": "activeChanged",
|
|
9071
|
+
"parameters": [
|
|
9072
|
+
{
|
|
9073
|
+
"name": "isActive",
|
|
9074
|
+
"type": {
|
|
9075
|
+
"text": "boolean"
|
|
9076
|
+
}
|
|
9077
|
+
}
|
|
9078
|
+
]
|
|
9079
|
+
},
|
|
9080
|
+
{
|
|
9081
|
+
"kind": "method",
|
|
9082
|
+
"name": "getValue",
|
|
9083
|
+
"return": {
|
|
9084
|
+
"type": {
|
|
9085
|
+
"text": "Promise<string>"
|
|
9086
|
+
}
|
|
9087
|
+
},
|
|
9088
|
+
"description": "Get the effective value (value or label as fallback)"
|
|
9089
|
+
},
|
|
9090
|
+
{
|
|
9091
|
+
"kind": "method",
|
|
9092
|
+
"name": "getTabConfig",
|
|
9093
|
+
"return": {
|
|
9094
|
+
"type": {
|
|
9095
|
+
"text": "Promise<{\n label: string;\n value: string;\n iconStart?: string;\n iconEnd?: string;\n disabled: boolean;\n }>"
|
|
9096
|
+
}
|
|
9097
|
+
},
|
|
9098
|
+
"description": "Get tab configuration for parent component"
|
|
9099
|
+
},
|
|
9100
|
+
{
|
|
9101
|
+
"kind": "method",
|
|
9102
|
+
"name": "setActive",
|
|
9103
|
+
"parameters": [
|
|
9104
|
+
{
|
|
9105
|
+
"name": "isActive",
|
|
9106
|
+
"type": {
|
|
9107
|
+
"text": "boolean"
|
|
9108
|
+
}
|
|
9109
|
+
}
|
|
9110
|
+
],
|
|
9111
|
+
"description": "Set the active state (called by parent le-tabs)"
|
|
9112
|
+
},
|
|
9113
|
+
{
|
|
9114
|
+
"kind": "method",
|
|
9115
|
+
"name": "shouldRenderContent",
|
|
9116
|
+
"privacy": "private",
|
|
9117
|
+
"return": {
|
|
9118
|
+
"type": {
|
|
9119
|
+
"text": "boolean"
|
|
9120
|
+
}
|
|
9121
|
+
},
|
|
9122
|
+
"description": "Check if panel should render content"
|
|
9123
|
+
},
|
|
9124
|
+
{
|
|
9125
|
+
"kind": "method",
|
|
9126
|
+
"name": "render"
|
|
9127
|
+
}
|
|
9128
|
+
],
|
|
9129
|
+
"attributes": [
|
|
9130
|
+
{
|
|
9131
|
+
"name": "label",
|
|
9132
|
+
"fieldName": "label",
|
|
9133
|
+
"description": "The label displayed in the tab button.",
|
|
9134
|
+
"type": {
|
|
9135
|
+
"text": "string"
|
|
9136
|
+
}
|
|
9137
|
+
},
|
|
9138
|
+
{
|
|
9139
|
+
"name": "value",
|
|
9140
|
+
"fieldName": "value",
|
|
9141
|
+
"description": "The value used to identify this tab.\nDefaults to the label if not provided.",
|
|
9142
|
+
"type": {
|
|
9143
|
+
"text": "string"
|
|
9144
|
+
}
|
|
9145
|
+
},
|
|
9146
|
+
{
|
|
9147
|
+
"name": "icon-start",
|
|
9148
|
+
"fieldName": "iconStart",
|
|
9149
|
+
"description": "Icon displayed at the start of the tab button.\nCan be an emoji, URL, or icon class.",
|
|
9150
|
+
"type": {
|
|
9151
|
+
"text": "string"
|
|
9152
|
+
}
|
|
9153
|
+
},
|
|
9154
|
+
{
|
|
9155
|
+
"name": "icon-end",
|
|
9156
|
+
"fieldName": "iconEnd",
|
|
9157
|
+
"description": "Icon displayed at the end of the tab button.",
|
|
9158
|
+
"type": {
|
|
9159
|
+
"text": "string"
|
|
9160
|
+
}
|
|
9161
|
+
},
|
|
9162
|
+
{
|
|
9163
|
+
"name": "disabled",
|
|
9164
|
+
"fieldName": "disabled",
|
|
9165
|
+
"default": "false",
|
|
9166
|
+
"description": "Whether this tab is disabled.",
|
|
9167
|
+
"type": {
|
|
9168
|
+
"text": "boolean"
|
|
9169
|
+
}
|
|
9170
|
+
},
|
|
9171
|
+
{
|
|
9172
|
+
"name": "lazy",
|
|
9173
|
+
"fieldName": "lazy",
|
|
9174
|
+
"default": "false",
|
|
9175
|
+
"description": "Whether to render the panel content only when active (lazy loading).\nWhen true, content is not rendered until the tab is first selected.\nWhen false (default), content is always in DOM but hidden when inactive.",
|
|
9176
|
+
"type": {
|
|
9177
|
+
"text": "boolean"
|
|
9178
|
+
}
|
|
9179
|
+
}
|
|
9180
|
+
],
|
|
9181
|
+
"tagName": "le-tab-panel",
|
|
9182
|
+
"events": [],
|
|
9183
|
+
"customElement": true
|
|
9184
|
+
}
|
|
9185
|
+
],
|
|
9186
|
+
"exports": [
|
|
9187
|
+
{
|
|
9188
|
+
"kind": "js",
|
|
9189
|
+
"name": "LeTabPanel",
|
|
9190
|
+
"declaration": {
|
|
9191
|
+
"name": "LeTabPanel",
|
|
9192
|
+
"module": "src/components/le-tab-panel/le-tab-panel.tsx"
|
|
9193
|
+
}
|
|
9194
|
+
},
|
|
9195
|
+
{
|
|
9196
|
+
"kind": "custom-element-definition",
|
|
9197
|
+
"name": "le-tab-panel",
|
|
9198
|
+
"declaration": {
|
|
9199
|
+
"name": "LeTabPanel",
|
|
9200
|
+
"module": "src/components/le-tab-panel/le-tab-panel.tsx"
|
|
9201
|
+
}
|
|
9202
|
+
}
|
|
9203
|
+
]
|
|
9204
|
+
},
|
|
8460
9205
|
{
|
|
8461
9206
|
"kind": "javascript-module",
|
|
8462
9207
|
"path": "src/components/le-tag/le-tag.tsx",
|