le-kit 0.1.19 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index-pT2cVC5w.js.map +1 -1
- package/dist/cjs/le-button_13.cjs.entry.js +17 -21
- 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 +505 -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-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-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 +768 -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 +1278 -533
- 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 +1278 -533
- 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 +5 -5
- 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-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 +605 -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 +544 -27
- package/dist/esm/index-CNv6tzAt.js.map +1 -1
- package/dist/esm/le-button_13.entry.js +17 -21
- 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 +503 -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 +1278 -533
- 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-3327b089.entry.js → p-0ac4397c.entry.js} +2 -2
- package/dist/le-kit/{p-dfd20890.entry.js → p-25a29e69.entry.js} +2 -2
- package/dist/le-kit/{p-64c2cee1.entry.js → p-511fbb63.entry.js} +2 -2
- package/dist/le-kit/{p-4bdb03cb.entry.js → p-58120921.entry.js} +2 -2
- package/dist/le-kit/{p-b7c008de.entry.js → p-5ceb06d8.entry.js} +2 -2
- package/dist/le-kit/{p-e3f3cc8f.entry.js → p-9a3bdbe1.entry.js} +2 -2
- package/dist/le-kit/p-CNv6tzAt.js.map +1 -1
- package/dist/le-kit/{p-f88c804a.entry.js → p-a0d2c580.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-da0265c5.entry.js → p-de5638c9.entry.js} +2 -2
- package/dist/le-kit/{p-1733d907.entry.js → p-e24d3e33.entry.js} +2 -2
- package/dist/le-kit/{p-6acdf000.entry.js → p-ec20e438.entry.js} +2 -2
- package/dist/le-kit/p-f2fa3bf5.entry.js +2 -0
- package/dist/le-kit/p-f2fa3bf5.entry.js.map +1 -0
- package/dist/le-kit/{p-02532919.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 +116 -0
- package/dist/types/components.d.ts +204 -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-83007215.entry.js +0 -2
- package/dist/le-kit/p-83007215.entry.js.map +0 -1
- /package/dist/le-kit/{p-3327b089.entry.js.map → p-0ac4397c.entry.js.map} +0 -0
- /package/dist/le-kit/{p-dfd20890.entry.js.map → p-25a29e69.entry.js.map} +0 -0
- /package/dist/le-kit/{p-64c2cee1.entry.js.map → p-511fbb63.entry.js.map} +0 -0
- /package/dist/le-kit/{p-4bdb03cb.entry.js.map → p-58120921.entry.js.map} +0 -0
- /package/dist/le-kit/{p-b7c008de.entry.js.map → p-5ceb06d8.entry.js.map} +0 -0
- /package/dist/le-kit/{p-e3f3cc8f.entry.js.map → p-9a3bdbe1.entry.js.map} +0 -0
- /package/dist/le-kit/{p-f88c804a.entry.js.map → p-a0d2c580.entry.js.map} +0 -0
- /package/dist/le-kit/{p-da0265c5.entry.js.map → p-de5638c9.entry.js.map} +0 -0
- /package/dist/le-kit/{p-1733d907.entry.js.map → p-e24d3e33.entry.js.map} +0 -0
- /package/dist/le-kit/{p-6acdf000.entry.js.map → p-ec20e438.entry.js.map} +0 -0
- /package/dist/le-kit/{p-02532919.entry.js.map → p-f4f2c3e7.entry.js.map} +0 -0
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "
|
|
2
|
+
"timestamp": "2026-01-05T17:06:20",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.39.0",
|
|
@@ -1839,17 +1839,17 @@
|
|
|
1839
1839
|
"usage": {},
|
|
1840
1840
|
"props": [
|
|
1841
1841
|
{
|
|
1842
|
-
"name": "
|
|
1842
|
+
"name": "closed",
|
|
1843
1843
|
"type": "boolean",
|
|
1844
1844
|
"complexType": {
|
|
1845
1845
|
"original": "boolean",
|
|
1846
1846
|
"resolved": "boolean",
|
|
1847
1847
|
"references": {}
|
|
1848
1848
|
},
|
|
1849
|
-
"mutable":
|
|
1850
|
-
"attr": "
|
|
1849
|
+
"mutable": true,
|
|
1850
|
+
"attr": "closed",
|
|
1851
1851
|
"reflectToAttr": true,
|
|
1852
|
-
"docs": "
|
|
1852
|
+
"docs": "Since Stencil boolean props default to `false` when the attribute is missing.\ninstead of `open` defaulting to `true`, using a `closed` prop.",
|
|
1853
1853
|
"docsTags": [
|
|
1854
1854
|
{
|
|
1855
1855
|
"name": "default",
|
|
@@ -1868,7 +1868,7 @@
|
|
|
1868
1868
|
"setter": false
|
|
1869
1869
|
},
|
|
1870
1870
|
{
|
|
1871
|
-
"name": "
|
|
1871
|
+
"name": "collapseOnHeaderShrink",
|
|
1872
1872
|
"type": "boolean",
|
|
1873
1873
|
"complexType": {
|
|
1874
1874
|
"original": "boolean",
|
|
@@ -1876,9 +1876,9 @@
|
|
|
1876
1876
|
"references": {}
|
|
1877
1877
|
},
|
|
1878
1878
|
"mutable": false,
|
|
1879
|
-
"attr": "
|
|
1879
|
+
"attr": "collapse-on-header-shrink",
|
|
1880
1880
|
"reflectToAttr": true,
|
|
1881
|
-
"docs": "
|
|
1881
|
+
"docs": "If true, collapse/expand based on the nearest header shrink event.",
|
|
1882
1882
|
"docsTags": [
|
|
1883
1883
|
{
|
|
1884
1884
|
"name": "default",
|
|
@@ -1897,24 +1897,24 @@
|
|
|
1897
1897
|
"setter": false
|
|
1898
1898
|
},
|
|
1899
1899
|
{
|
|
1900
|
-
"name": "
|
|
1900
|
+
"name": "noFading",
|
|
1901
1901
|
"type": "boolean",
|
|
1902
1902
|
"complexType": {
|
|
1903
1903
|
"original": "boolean",
|
|
1904
1904
|
"resolved": "boolean",
|
|
1905
1905
|
"references": {}
|
|
1906
1906
|
},
|
|
1907
|
-
"mutable":
|
|
1908
|
-
"attr": "
|
|
1907
|
+
"mutable": false,
|
|
1908
|
+
"attr": "no-fading",
|
|
1909
1909
|
"reflectToAttr": true,
|
|
1910
|
-
"docs": "
|
|
1910
|
+
"docs": "Stop fading the content when collapsing/expanding.",
|
|
1911
1911
|
"docsTags": [
|
|
1912
1912
|
{
|
|
1913
1913
|
"name": "default",
|
|
1914
|
-
"text": "
|
|
1914
|
+
"text": "false"
|
|
1915
1915
|
}
|
|
1916
1916
|
],
|
|
1917
|
-
"default": "
|
|
1917
|
+
"default": "false",
|
|
1918
1918
|
"values": [
|
|
1919
1919
|
{
|
|
1920
1920
|
"type": "boolean"
|
|
@@ -1978,7 +1978,9 @@
|
|
|
1978
1978
|
"docs": ""
|
|
1979
1979
|
}
|
|
1980
1980
|
],
|
|
1981
|
-
"dependents": [
|
|
1981
|
+
"dependents": [
|
|
1982
|
+
"le-navigation"
|
|
1983
|
+
],
|
|
1982
1984
|
"dependencies": [
|
|
1983
1985
|
"le-component"
|
|
1984
1986
|
],
|
|
@@ -2024,6 +2026,9 @@
|
|
|
2024
2026
|
"le-slot",
|
|
2025
2027
|
"le-button",
|
|
2026
2028
|
"le-component"
|
|
2029
|
+
],
|
|
2030
|
+
"le-navigation": [
|
|
2031
|
+
"le-collapse"
|
|
2027
2032
|
]
|
|
2028
2033
|
}
|
|
2029
2034
|
},
|
|
@@ -2747,6 +2752,7 @@
|
|
|
2747
2752
|
"le-combobox",
|
|
2748
2753
|
"le-header",
|
|
2749
2754
|
"le-multiselect",
|
|
2755
|
+
"le-navigation",
|
|
2750
2756
|
"le-number-input",
|
|
2751
2757
|
"le-popup",
|
|
2752
2758
|
"le-segmented-control",
|
|
@@ -2818,6 +2824,9 @@
|
|
|
2818
2824
|
"le-multiselect": [
|
|
2819
2825
|
"le-component"
|
|
2820
2826
|
],
|
|
2827
|
+
"le-navigation": [
|
|
2828
|
+
"le-component"
|
|
2829
|
+
],
|
|
2821
2830
|
"le-number-input": [
|
|
2822
2831
|
"le-component"
|
|
2823
2832
|
],
|
|
@@ -3954,6 +3963,90 @@
|
|
|
3954
3963
|
"dependencies": [],
|
|
3955
3964
|
"dependencyGraph": {}
|
|
3956
3965
|
},
|
|
3966
|
+
{
|
|
3967
|
+
"filePath": "src/components/le-icon/le-icon.tsx",
|
|
3968
|
+
"encapsulation": "shadow",
|
|
3969
|
+
"tag": "le-icon",
|
|
3970
|
+
"readme": "# le-icon\n\n\n",
|
|
3971
|
+
"docs": "",
|
|
3972
|
+
"docsTags": [],
|
|
3973
|
+
"usage": {},
|
|
3974
|
+
"props": [
|
|
3975
|
+
{
|
|
3976
|
+
"name": "name",
|
|
3977
|
+
"type": "string",
|
|
3978
|
+
"complexType": {
|
|
3979
|
+
"original": "string",
|
|
3980
|
+
"resolved": "string",
|
|
3981
|
+
"references": {}
|
|
3982
|
+
},
|
|
3983
|
+
"mutable": false,
|
|
3984
|
+
"attr": "name",
|
|
3985
|
+
"reflectToAttr": false,
|
|
3986
|
+
"docs": "Name of the icon to display. Corresponds to a JSON file in the assets folder.\nFor example, \"search\" will load the \"search.json\" file.",
|
|
3987
|
+
"docsTags": [
|
|
3988
|
+
{
|
|
3989
|
+
"name": "default",
|
|
3990
|
+
"text": "null"
|
|
3991
|
+
}
|
|
3992
|
+
],
|
|
3993
|
+
"default": "null",
|
|
3994
|
+
"values": [
|
|
3995
|
+
{
|
|
3996
|
+
"type": "string"
|
|
3997
|
+
}
|
|
3998
|
+
],
|
|
3999
|
+
"optional": false,
|
|
4000
|
+
"required": false,
|
|
4001
|
+
"getter": false,
|
|
4002
|
+
"setter": false
|
|
4003
|
+
},
|
|
4004
|
+
{
|
|
4005
|
+
"name": "size",
|
|
4006
|
+
"type": "number",
|
|
4007
|
+
"complexType": {
|
|
4008
|
+
"original": "number",
|
|
4009
|
+
"resolved": "number",
|
|
4010
|
+
"references": {}
|
|
4011
|
+
},
|
|
4012
|
+
"mutable": false,
|
|
4013
|
+
"attr": "size",
|
|
4014
|
+
"reflectToAttr": false,
|
|
4015
|
+
"docs": "Size of the icon in pixels. Default is 16.",
|
|
4016
|
+
"docsTags": [
|
|
4017
|
+
{
|
|
4018
|
+
"name": "default",
|
|
4019
|
+
"text": "16"
|
|
4020
|
+
}
|
|
4021
|
+
],
|
|
4022
|
+
"default": "16",
|
|
4023
|
+
"values": [
|
|
4024
|
+
{
|
|
4025
|
+
"type": "number"
|
|
4026
|
+
}
|
|
4027
|
+
],
|
|
4028
|
+
"optional": false,
|
|
4029
|
+
"required": false,
|
|
4030
|
+
"getter": false,
|
|
4031
|
+
"setter": false
|
|
4032
|
+
}
|
|
4033
|
+
],
|
|
4034
|
+
"methods": [],
|
|
4035
|
+
"events": [],
|
|
4036
|
+
"listeners": [],
|
|
4037
|
+
"styles": [],
|
|
4038
|
+
"slots": [],
|
|
4039
|
+
"parts": [],
|
|
4040
|
+
"dependents": [
|
|
4041
|
+
"le-navigation"
|
|
4042
|
+
],
|
|
4043
|
+
"dependencies": [],
|
|
4044
|
+
"dependencyGraph": {
|
|
4045
|
+
"le-navigation": [
|
|
4046
|
+
"le-icon"
|
|
4047
|
+
]
|
|
4048
|
+
}
|
|
4049
|
+
},
|
|
3957
4050
|
{
|
|
3958
4051
|
"filePath": "src/components/le-multiselect/le-multiselect.tsx",
|
|
3959
4052
|
"encapsulation": "shadow",
|
|
@@ -4560,6 +4653,412 @@
|
|
|
4560
4653
|
]
|
|
4561
4654
|
}
|
|
4562
4655
|
},
|
|
4656
|
+
{
|
|
4657
|
+
"filePath": "src/components/le-navigation/le-navigation.tsx",
|
|
4658
|
+
"encapsulation": "shadow",
|
|
4659
|
+
"tag": "le-navigation",
|
|
4660
|
+
"readme": "# le-navigation\n\n\n",
|
|
4661
|
+
"docs": "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.",
|
|
4662
|
+
"docsTags": [
|
|
4663
|
+
{
|
|
4664
|
+
"name": "cmsEditable",
|
|
4665
|
+
"text": "true"
|
|
4666
|
+
},
|
|
4667
|
+
{
|
|
4668
|
+
"name": "cmsCategory",
|
|
4669
|
+
"text": "Navigation"
|
|
4670
|
+
}
|
|
4671
|
+
],
|
|
4672
|
+
"usage": {},
|
|
4673
|
+
"props": [
|
|
4674
|
+
{
|
|
4675
|
+
"name": "activeUrl",
|
|
4676
|
+
"type": "string",
|
|
4677
|
+
"complexType": {
|
|
4678
|
+
"original": "string",
|
|
4679
|
+
"resolved": "string",
|
|
4680
|
+
"references": {}
|
|
4681
|
+
},
|
|
4682
|
+
"mutable": false,
|
|
4683
|
+
"attr": "active-url",
|
|
4684
|
+
"reflectToAttr": false,
|
|
4685
|
+
"docs": "Active url for automatic selection.",
|
|
4686
|
+
"docsTags": [
|
|
4687
|
+
{
|
|
4688
|
+
"name": "default",
|
|
4689
|
+
"text": "''"
|
|
4690
|
+
}
|
|
4691
|
+
],
|
|
4692
|
+
"default": "''",
|
|
4693
|
+
"values": [
|
|
4694
|
+
{
|
|
4695
|
+
"type": "string"
|
|
4696
|
+
}
|
|
4697
|
+
],
|
|
4698
|
+
"optional": false,
|
|
4699
|
+
"required": false,
|
|
4700
|
+
"getter": false,
|
|
4701
|
+
"setter": false
|
|
4702
|
+
},
|
|
4703
|
+
{
|
|
4704
|
+
"name": "emptyText",
|
|
4705
|
+
"type": "string",
|
|
4706
|
+
"complexType": {
|
|
4707
|
+
"original": "string",
|
|
4708
|
+
"resolved": "string",
|
|
4709
|
+
"references": {}
|
|
4710
|
+
},
|
|
4711
|
+
"mutable": false,
|
|
4712
|
+
"attr": "empty-text",
|
|
4713
|
+
"reflectToAttr": false,
|
|
4714
|
+
"docs": "Text shown when no items match the filter.",
|
|
4715
|
+
"docsTags": [
|
|
4716
|
+
{
|
|
4717
|
+
"name": "default",
|
|
4718
|
+
"text": "'No results found'"
|
|
4719
|
+
}
|
|
4720
|
+
],
|
|
4721
|
+
"default": "'No results found'",
|
|
4722
|
+
"values": [
|
|
4723
|
+
{
|
|
4724
|
+
"type": "string"
|
|
4725
|
+
}
|
|
4726
|
+
],
|
|
4727
|
+
"optional": false,
|
|
4728
|
+
"required": false,
|
|
4729
|
+
"getter": false,
|
|
4730
|
+
"setter": false
|
|
4731
|
+
},
|
|
4732
|
+
{
|
|
4733
|
+
"name": "items",
|
|
4734
|
+
"type": "LeOption[] | string",
|
|
4735
|
+
"complexType": {
|
|
4736
|
+
"original": "LeOption[] | string",
|
|
4737
|
+
"resolved": "LeOption[] | string",
|
|
4738
|
+
"references": {
|
|
4739
|
+
"LeOption": {
|
|
4740
|
+
"location": "import",
|
|
4741
|
+
"path": "../../types/options",
|
|
4742
|
+
"id": "src/types/options.ts::LeOption"
|
|
4743
|
+
}
|
|
4744
|
+
}
|
|
4745
|
+
},
|
|
4746
|
+
"mutable": false,
|
|
4747
|
+
"attr": "items",
|
|
4748
|
+
"reflectToAttr": false,
|
|
4749
|
+
"docs": "Navigation items.\nCan be passed as an array or JSON string (same pattern as le-select).",
|
|
4750
|
+
"docsTags": [
|
|
4751
|
+
{
|
|
4752
|
+
"name": "default",
|
|
4753
|
+
"text": "[]"
|
|
4754
|
+
}
|
|
4755
|
+
],
|
|
4756
|
+
"default": "[]",
|
|
4757
|
+
"values": [
|
|
4758
|
+
{
|
|
4759
|
+
"type": "LeOption[]"
|
|
4760
|
+
},
|
|
4761
|
+
{
|
|
4762
|
+
"type": "string"
|
|
4763
|
+
}
|
|
4764
|
+
],
|
|
4765
|
+
"optional": false,
|
|
4766
|
+
"required": false,
|
|
4767
|
+
"getter": false,
|
|
4768
|
+
"setter": false
|
|
4769
|
+
},
|
|
4770
|
+
{
|
|
4771
|
+
"name": "orientation",
|
|
4772
|
+
"type": "\"horizontal\" | \"vertical\"",
|
|
4773
|
+
"complexType": {
|
|
4774
|
+
"original": "'vertical' | 'horizontal'",
|
|
4775
|
+
"resolved": "\"horizontal\" | \"vertical\"",
|
|
4776
|
+
"references": {}
|
|
4777
|
+
},
|
|
4778
|
+
"mutable": false,
|
|
4779
|
+
"attr": "orientation",
|
|
4780
|
+
"reflectToAttr": true,
|
|
4781
|
+
"docs": "Layout orientation.",
|
|
4782
|
+
"docsTags": [
|
|
4783
|
+
{
|
|
4784
|
+
"name": "default",
|
|
4785
|
+
"text": "'horizontal'"
|
|
4786
|
+
}
|
|
4787
|
+
],
|
|
4788
|
+
"default": "'horizontal'",
|
|
4789
|
+
"values": [
|
|
4790
|
+
{
|
|
4791
|
+
"value": "horizontal",
|
|
4792
|
+
"type": "string"
|
|
4793
|
+
},
|
|
4794
|
+
{
|
|
4795
|
+
"value": "vertical",
|
|
4796
|
+
"type": "string"
|
|
4797
|
+
}
|
|
4798
|
+
],
|
|
4799
|
+
"optional": false,
|
|
4800
|
+
"required": false,
|
|
4801
|
+
"getter": false,
|
|
4802
|
+
"setter": false
|
|
4803
|
+
},
|
|
4804
|
+
{
|
|
4805
|
+
"name": "overflowMode",
|
|
4806
|
+
"type": "\"hamburger\" | \"more\"",
|
|
4807
|
+
"complexType": {
|
|
4808
|
+
"original": "'more' | 'hamburger'",
|
|
4809
|
+
"resolved": "\"hamburger\" | \"more\"",
|
|
4810
|
+
"references": {}
|
|
4811
|
+
},
|
|
4812
|
+
"mutable": false,
|
|
4813
|
+
"attr": "overflow-mode",
|
|
4814
|
+
"reflectToAttr": true,
|
|
4815
|
+
"docs": "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",
|
|
4816
|
+
"docsTags": [
|
|
4817
|
+
{
|
|
4818
|
+
"name": "default",
|
|
4819
|
+
"text": "'more'"
|
|
4820
|
+
}
|
|
4821
|
+
],
|
|
4822
|
+
"default": "'more'",
|
|
4823
|
+
"values": [
|
|
4824
|
+
{
|
|
4825
|
+
"value": "hamburger",
|
|
4826
|
+
"type": "string"
|
|
4827
|
+
},
|
|
4828
|
+
{
|
|
4829
|
+
"value": "more",
|
|
4830
|
+
"type": "string"
|
|
4831
|
+
}
|
|
4832
|
+
],
|
|
4833
|
+
"optional": false,
|
|
4834
|
+
"required": false,
|
|
4835
|
+
"getter": false,
|
|
4836
|
+
"setter": false
|
|
4837
|
+
},
|
|
4838
|
+
{
|
|
4839
|
+
"name": "searchPlaceholder",
|
|
4840
|
+
"type": "string",
|
|
4841
|
+
"complexType": {
|
|
4842
|
+
"original": "string",
|
|
4843
|
+
"resolved": "string",
|
|
4844
|
+
"references": {}
|
|
4845
|
+
},
|
|
4846
|
+
"mutable": false,
|
|
4847
|
+
"attr": "search-placeholder",
|
|
4848
|
+
"reflectToAttr": false,
|
|
4849
|
+
"docs": "Placeholder text for the search input.",
|
|
4850
|
+
"docsTags": [
|
|
4851
|
+
{
|
|
4852
|
+
"name": "default",
|
|
4853
|
+
"text": "'Search...'"
|
|
4854
|
+
}
|
|
4855
|
+
],
|
|
4856
|
+
"default": "'Search...'",
|
|
4857
|
+
"values": [
|
|
4858
|
+
{
|
|
4859
|
+
"type": "string"
|
|
4860
|
+
}
|
|
4861
|
+
],
|
|
4862
|
+
"optional": false,
|
|
4863
|
+
"required": false,
|
|
4864
|
+
"getter": false,
|
|
4865
|
+
"setter": false
|
|
4866
|
+
},
|
|
4867
|
+
{
|
|
4868
|
+
"name": "searchable",
|
|
4869
|
+
"type": "boolean",
|
|
4870
|
+
"complexType": {
|
|
4871
|
+
"original": "boolean",
|
|
4872
|
+
"resolved": "boolean",
|
|
4873
|
+
"references": {}
|
|
4874
|
+
},
|
|
4875
|
+
"mutable": false,
|
|
4876
|
+
"attr": "searchable",
|
|
4877
|
+
"reflectToAttr": false,
|
|
4878
|
+
"docs": "Enables a search input for the vertical navigation.",
|
|
4879
|
+
"docsTags": [
|
|
4880
|
+
{
|
|
4881
|
+
"name": "default",
|
|
4882
|
+
"text": "false"
|
|
4883
|
+
}
|
|
4884
|
+
],
|
|
4885
|
+
"default": "false",
|
|
4886
|
+
"values": [
|
|
4887
|
+
{
|
|
4888
|
+
"type": "boolean"
|
|
4889
|
+
}
|
|
4890
|
+
],
|
|
4891
|
+
"optional": false,
|
|
4892
|
+
"required": false,
|
|
4893
|
+
"getter": false,
|
|
4894
|
+
"setter": false
|
|
4895
|
+
},
|
|
4896
|
+
{
|
|
4897
|
+
"name": "submenuSearchable",
|
|
4898
|
+
"type": "boolean",
|
|
4899
|
+
"complexType": {
|
|
4900
|
+
"original": "boolean",
|
|
4901
|
+
"resolved": "boolean",
|
|
4902
|
+
"references": {}
|
|
4903
|
+
},
|
|
4904
|
+
"mutable": false,
|
|
4905
|
+
"attr": "submenu-searchable",
|
|
4906
|
+
"reflectToAttr": false,
|
|
4907
|
+
"docs": "Whether submenu popovers should include a filter input.",
|
|
4908
|
+
"docsTags": [
|
|
4909
|
+
{
|
|
4910
|
+
"name": "default",
|
|
4911
|
+
"text": "false"
|
|
4912
|
+
}
|
|
4913
|
+
],
|
|
4914
|
+
"default": "false",
|
|
4915
|
+
"values": [
|
|
4916
|
+
{
|
|
4917
|
+
"type": "boolean"
|
|
4918
|
+
}
|
|
4919
|
+
],
|
|
4920
|
+
"optional": false,
|
|
4921
|
+
"required": false,
|
|
4922
|
+
"getter": false,
|
|
4923
|
+
"setter": false
|
|
4924
|
+
},
|
|
4925
|
+
{
|
|
4926
|
+
"name": "wrap",
|
|
4927
|
+
"type": "boolean",
|
|
4928
|
+
"complexType": {
|
|
4929
|
+
"original": "boolean",
|
|
4930
|
+
"resolved": "boolean",
|
|
4931
|
+
"references": {}
|
|
4932
|
+
},
|
|
4933
|
+
"mutable": false,
|
|
4934
|
+
"attr": "wrap",
|
|
4935
|
+
"reflectToAttr": true,
|
|
4936
|
+
"docs": "Horizontal wrapping behavior.\nIf false, overflow behavior depends on `overflowMode`.",
|
|
4937
|
+
"docsTags": [
|
|
4938
|
+
{
|
|
4939
|
+
"name": "default",
|
|
4940
|
+
"text": "true"
|
|
4941
|
+
}
|
|
4942
|
+
],
|
|
4943
|
+
"default": "true",
|
|
4944
|
+
"values": [
|
|
4945
|
+
{
|
|
4946
|
+
"type": "boolean"
|
|
4947
|
+
}
|
|
4948
|
+
],
|
|
4949
|
+
"optional": false,
|
|
4950
|
+
"required": false,
|
|
4951
|
+
"getter": false,
|
|
4952
|
+
"setter": false
|
|
4953
|
+
}
|
|
4954
|
+
],
|
|
4955
|
+
"methods": [],
|
|
4956
|
+
"events": [
|
|
4957
|
+
{
|
|
4958
|
+
"event": "leNavItemSelect",
|
|
4959
|
+
"detail": "LeNavigationItemSelectDetail",
|
|
4960
|
+
"bubbles": true,
|
|
4961
|
+
"complexType": {
|
|
4962
|
+
"original": "LeNavigationItemSelectDetail",
|
|
4963
|
+
"resolved": "LeNavigationItemSelectDetail",
|
|
4964
|
+
"references": {
|
|
4965
|
+
"LeNavigationItemSelectDetail": {
|
|
4966
|
+
"location": "local",
|
|
4967
|
+
"path": "/home/runner/work/le-kit/le-kit/src/components/le-navigation/le-navigation.tsx",
|
|
4968
|
+
"id": "src/components/le-navigation/le-navigation.tsx::LeNavigationItemSelectDetail"
|
|
4969
|
+
}
|
|
4970
|
+
}
|
|
4971
|
+
},
|
|
4972
|
+
"cancelable": true,
|
|
4973
|
+
"composed": true,
|
|
4974
|
+
"docs": "Fired when a navigation item is activated.\n\nThis event is cancelable. Call `event.preventDefault()` to prevent\ndefault browser navigation and implement custom routing.",
|
|
4975
|
+
"docsTags": []
|
|
4976
|
+
},
|
|
4977
|
+
{
|
|
4978
|
+
"event": "leNavItemToggle",
|
|
4979
|
+
"detail": "LeNavigationItemToggleDetail",
|
|
4980
|
+
"bubbles": true,
|
|
4981
|
+
"complexType": {
|
|
4982
|
+
"original": "LeNavigationItemToggleDetail",
|
|
4983
|
+
"resolved": "LeNavigationItemToggleDetail",
|
|
4984
|
+
"references": {
|
|
4985
|
+
"LeNavigationItemToggleDetail": {
|
|
4986
|
+
"location": "local",
|
|
4987
|
+
"path": "/home/runner/work/le-kit/le-kit/src/components/le-navigation/le-navigation.tsx",
|
|
4988
|
+
"id": "src/components/le-navigation/le-navigation.tsx::LeNavigationItemToggleDetail"
|
|
4989
|
+
}
|
|
4990
|
+
}
|
|
4991
|
+
},
|
|
4992
|
+
"cancelable": true,
|
|
4993
|
+
"composed": true,
|
|
4994
|
+
"docs": "Fired when a tree branch is toggled.",
|
|
4995
|
+
"docsTags": []
|
|
4996
|
+
}
|
|
4997
|
+
],
|
|
4998
|
+
"listeners": [],
|
|
4999
|
+
"styles": [],
|
|
5000
|
+
"slots": [],
|
|
5001
|
+
"parts": [],
|
|
5002
|
+
"dependents": [],
|
|
5003
|
+
"dependencies": [
|
|
5004
|
+
"le-string-input",
|
|
5005
|
+
"le-icon",
|
|
5006
|
+
"le-collapse",
|
|
5007
|
+
"le-popover",
|
|
5008
|
+
"le-component"
|
|
5009
|
+
],
|
|
5010
|
+
"dependencyGraph": {
|
|
5011
|
+
"le-navigation": [
|
|
5012
|
+
"le-string-input",
|
|
5013
|
+
"le-icon",
|
|
5014
|
+
"le-collapse",
|
|
5015
|
+
"le-popover",
|
|
5016
|
+
"le-component"
|
|
5017
|
+
],
|
|
5018
|
+
"le-string-input": [
|
|
5019
|
+
"le-component",
|
|
5020
|
+
"le-slot"
|
|
5021
|
+
],
|
|
5022
|
+
"le-component": [
|
|
5023
|
+
"le-button",
|
|
5024
|
+
"le-select",
|
|
5025
|
+
"le-checkbox",
|
|
5026
|
+
"le-string-input",
|
|
5027
|
+
"le-popover",
|
|
5028
|
+
"le-popup"
|
|
5029
|
+
],
|
|
5030
|
+
"le-button": [
|
|
5031
|
+
"le-component",
|
|
5032
|
+
"le-slot"
|
|
5033
|
+
],
|
|
5034
|
+
"le-slot": [
|
|
5035
|
+
"le-popover",
|
|
5036
|
+
"le-button",
|
|
5037
|
+
"le-string-input"
|
|
5038
|
+
],
|
|
5039
|
+
"le-select": [
|
|
5040
|
+
"le-component",
|
|
5041
|
+
"le-dropdown-base",
|
|
5042
|
+
"le-button",
|
|
5043
|
+
"le-string-input"
|
|
5044
|
+
],
|
|
5045
|
+
"le-dropdown-base": [
|
|
5046
|
+
"le-popover"
|
|
5047
|
+
],
|
|
5048
|
+
"le-checkbox": [
|
|
5049
|
+
"le-component",
|
|
5050
|
+
"le-slot"
|
|
5051
|
+
],
|
|
5052
|
+
"le-popup": [
|
|
5053
|
+
"le-slot",
|
|
5054
|
+
"le-button",
|
|
5055
|
+
"le-component"
|
|
5056
|
+
],
|
|
5057
|
+
"le-collapse": [
|
|
5058
|
+
"le-component"
|
|
5059
|
+
]
|
|
5060
|
+
}
|
|
5061
|
+
},
|
|
4563
5062
|
{
|
|
4564
5063
|
"filePath": "src/components/le-number-input/le-number-input.tsx",
|
|
4565
5064
|
"encapsulation": "shadow",
|
|
@@ -5605,6 +6104,7 @@
|
|
|
5605
6104
|
"dependents": [
|
|
5606
6105
|
"le-component",
|
|
5607
6106
|
"le-dropdown-base",
|
|
6107
|
+
"le-navigation",
|
|
5608
6108
|
"le-slot"
|
|
5609
6109
|
],
|
|
5610
6110
|
"dependencies": [],
|
|
@@ -5615,6 +6115,9 @@
|
|
|
5615
6115
|
"le-dropdown-base": [
|
|
5616
6116
|
"le-popover"
|
|
5617
6117
|
],
|
|
6118
|
+
"le-navigation": [
|
|
6119
|
+
"le-popover"
|
|
6120
|
+
],
|
|
5618
6121
|
"le-slot": [
|
|
5619
6122
|
"le-popover"
|
|
5620
6123
|
]
|
|
@@ -5943,7 +6446,7 @@
|
|
|
5943
6446
|
"references": {
|
|
5944
6447
|
"PopupPosition": {
|
|
5945
6448
|
"location": "local",
|
|
5946
|
-
"path": "/
|
|
6449
|
+
"path": "/home/runner/work/le-kit/le-kit/src/components/le-popup/le-popup.tsx",
|
|
5947
6450
|
"id": "src/components/le-popup/le-popup.tsx::PopupPosition"
|
|
5948
6451
|
}
|
|
5949
6452
|
}
|
|
@@ -6003,7 +6506,7 @@
|
|
|
6003
6506
|
"references": {
|
|
6004
6507
|
"PopupType": {
|
|
6005
6508
|
"location": "local",
|
|
6006
|
-
"path": "/
|
|
6509
|
+
"path": "/home/runner/work/le-kit/le-kit/src/components/le-popup/le-popup.tsx",
|
|
6007
6510
|
"id": "src/components/le-popup/le-popup.tsx::PopupType"
|
|
6008
6511
|
}
|
|
6009
6512
|
}
|
|
@@ -6066,7 +6569,7 @@
|
|
|
6066
6569
|
},
|
|
6067
6570
|
"PopupResult": {
|
|
6068
6571
|
"location": "local",
|
|
6069
|
-
"path": "/
|
|
6572
|
+
"path": "/home/runner/work/le-kit/le-kit/src/components/le-popup/le-popup.tsx",
|
|
6070
6573
|
"id": "src/components/le-popup/le-popup.tsx::PopupResult"
|
|
6071
6574
|
}
|
|
6072
6575
|
},
|
|
@@ -6099,7 +6602,7 @@
|
|
|
6099
6602
|
},
|
|
6100
6603
|
"PopupResult": {
|
|
6101
6604
|
"location": "local",
|
|
6102
|
-
"path": "/
|
|
6605
|
+
"path": "/home/runner/work/le-kit/le-kit/src/components/le-popup/le-popup.tsx",
|
|
6103
6606
|
"id": "src/components/le-popup/le-popup.tsx::PopupResult"
|
|
6104
6607
|
}
|
|
6105
6608
|
},
|
|
@@ -6122,7 +6625,7 @@
|
|
|
6122
6625
|
"references": {
|
|
6123
6626
|
"PopupResult": {
|
|
6124
6627
|
"location": "local",
|
|
6125
|
-
"path": "/
|
|
6628
|
+
"path": "/home/runner/work/le-kit/le-kit/src/components/le-popup/le-popup.tsx",
|
|
6126
6629
|
"id": "src/components/le-popup/le-popup.tsx::PopupResult"
|
|
6127
6630
|
}
|
|
6128
6631
|
}
|
|
@@ -6142,7 +6645,7 @@
|
|
|
6142
6645
|
"references": {
|
|
6143
6646
|
"PopupResult": {
|
|
6144
6647
|
"location": "local",
|
|
6145
|
-
"path": "/
|
|
6648
|
+
"path": "/home/runner/work/le-kit/le-kit/src/components/le-popup/le-popup.tsx",
|
|
6146
6649
|
"id": "src/components/le-popup/le-popup.tsx::PopupResult"
|
|
6147
6650
|
}
|
|
6148
6651
|
}
|
|
@@ -6162,7 +6665,7 @@
|
|
|
6162
6665
|
"references": {
|
|
6163
6666
|
"PopupResult": {
|
|
6164
6667
|
"location": "local",
|
|
6165
|
-
"path": "/
|
|
6668
|
+
"path": "/home/runner/work/le-kit/le-kit/src/components/le-popup/le-popup.tsx",
|
|
6166
6669
|
"id": "src/components/le-popup/le-popup.tsx::PopupResult"
|
|
6167
6670
|
}
|
|
6168
6671
|
}
|
|
@@ -8757,6 +9260,7 @@
|
|
|
8757
9260
|
"le-combobox",
|
|
8758
9261
|
"le-component",
|
|
8759
9262
|
"le-multiselect",
|
|
9263
|
+
"le-navigation",
|
|
8760
9264
|
"le-select",
|
|
8761
9265
|
"le-slot"
|
|
8762
9266
|
],
|
|
@@ -8799,6 +9303,9 @@
|
|
|
8799
9303
|
],
|
|
8800
9304
|
"le-multiselect": [
|
|
8801
9305
|
"le-string-input"
|
|
9306
|
+
],
|
|
9307
|
+
"le-navigation": [
|
|
9308
|
+
"le-string-input"
|
|
8802
9309
|
]
|
|
8803
9310
|
}
|
|
8804
9311
|
},
|
|
@@ -11503,6 +12010,21 @@
|
|
|
11503
12010
|
}
|
|
11504
12011
|
],
|
|
11505
12012
|
"typeLibrary": {
|
|
12013
|
+
"src/types/options.ts::LeOption": {
|
|
12014
|
+
"declaration": "export interface LeOption {\n /**\n * Unique identifier for the option.\n * Auto-generated if not provided.\n */\n id?: string;\n\n /**\n * Display text for the option (required).\n */\n label: string;\n\n /**\n * Selection value. Defaults to label if not provided.\n */\n value?: string | number;\n\n /**\n * Main icon, used in the tab bar or as a start icon in menus.\n * Can be a URL, icon name, or emoji character.\n */\n icon?: string;\n\n /**\n * Whether the option is disabled and cannot be selected.\n */\n disabled?: boolean;\n\n /**\n * Whether the option is currently selected.\n * Used for multiselect and menu components.\n */\n selected?: boolean;\n\n /**\n * Whether the option is checked.\n * Used for checkbox/radio menu items.\n */\n checked?: boolean;\n\n /**\n * Icon displayed at the start (left) of the option.\n * Can be a URL, icon name, or emoji character.\n */\n iconStart?: string;\n\n /**\n * Icon displayed at the end (right) of the option.\n * Can be a URL, icon name, or emoji character.\n */\n iconEnd?: string;\n\n /**\n * Secondary description text displayed below the label.\n */\n description?: string;\n\n /**\n * Nested child options for hierarchical menus or submenus.\n */\n children?: LeOption[];\n\n /**\n * Whether a hierarchical option is expanded (open).\n * Used by tree-like components (e.g., navigation).\n */\n open?: boolean;\n\n /**\n * Group label for categorizing options in flat lists.\n * Options with the same group value are visually grouped together.\n */\n group?: string;\n\n /**\n * Add a visual separator line before or after this option.\n */\n separator?: 'before' | 'after';\n\n /**\n * URL to navigate to when the option is selected.\n */\n href?: string;\n\n /**\n * Custom data passthrough for application-specific needs.\n * This data is included in selection events.\n */\n data?: Record<string, unknown>;\n}",
|
|
12015
|
+
"docstring": "Universal option interface used across Le-Kit components.\n\nUsed by: le-select, le-combobox, le-multiselect, le-tabs,\nle-block-menu, le-emoji-picker, and any menu/list components.",
|
|
12016
|
+
"path": "src/types/options.ts"
|
|
12017
|
+
},
|
|
12018
|
+
"src/components/le-navigation/le-navigation.tsx::LeNavigationItemSelectDetail": {
|
|
12019
|
+
"declaration": "export interface LeNavigationItemSelectDetail {\n item: LeOption;\n id: string;\n href?: string;\n originalEvent: MouseEvent;\n}",
|
|
12020
|
+
"docstring": "",
|
|
12021
|
+
"path": "src/components/le-navigation/le-navigation.tsx"
|
|
12022
|
+
},
|
|
12023
|
+
"src/components/le-navigation/le-navigation.tsx::LeNavigationItemToggleDetail": {
|
|
12024
|
+
"declaration": "export interface LeNavigationItemToggleDetail {\n item: LeOption;\n id: string;\n open: boolean;\n originalEvent: MouseEvent;\n}",
|
|
12025
|
+
"docstring": "",
|
|
12026
|
+
"path": "src/components/le-navigation/le-navigation.tsx"
|
|
12027
|
+
},
|
|
11506
12028
|
"src/global/app.ts::LeKitMode": {
|
|
11507
12029
|
"declaration": "string",
|
|
11508
12030
|
"docstring": "",
|
|
@@ -11523,11 +12045,6 @@
|
|
|
11523
12045
|
"docstring": "Result returned by the popup when closed",
|
|
11524
12046
|
"path": "src/components/le-popup/le-popup.tsx"
|
|
11525
12047
|
},
|
|
11526
|
-
"src/types/options.ts::LeOption": {
|
|
11527
|
-
"declaration": "export interface LeOption {\n /**\n * Unique identifier for the option.\n * Auto-generated if not provided.\n */\n id?: string;\n\n /**\n * Display text for the option (required).\n */\n label: string;\n\n /**\n * Selection value. Defaults to label if not provided.\n */\n value?: string | number;\n\n /**\n * Main icon, used in the tab bar or as a start icon in menus.\n * Can be a URL, icon name, or emoji character.\n */\n icon?: string;\n\n /**\n * Whether the option is disabled and cannot be selected.\n */\n disabled?: boolean;\n\n /**\n * Whether the option is currently selected.\n * Used for multiselect and menu components.\n */\n selected?: boolean;\n\n /**\n * Whether the option is checked.\n * Used for checkbox/radio menu items.\n */\n checked?: boolean;\n\n /**\n * Icon displayed at the start (left) of the option.\n * Can be a URL, icon name, or emoji character.\n */\n iconStart?: string;\n\n /**\n * Icon displayed at the end (right) of the option.\n * Can be a URL, icon name, or emoji character.\n */\n iconEnd?: string;\n\n /**\n * Secondary description text displayed below the label.\n */\n description?: string;\n\n /**\n * Nested child options for hierarchical menus or submenus.\n */\n children?: LeOption[];\n\n /**\n * Group label for categorizing options in flat lists.\n * Options with the same group value are visually grouped together.\n */\n group?: string;\n\n /**\n * Add a visual separator line before or after this option.\n */\n separator?: 'before' | 'after';\n\n /**\n * URL to navigate to when the option is selected.\n */\n href?: string;\n\n /**\n * Custom data passthrough for application-specific needs.\n * This data is included in selection events.\n */\n data?: Record<string, unknown>;\n}",
|
|
11528
|
-
"docstring": "Universal option interface used across Le-Kit components.\n\nUsed by: le-select, le-combobox, le-multiselect, le-tabs,\nle-block-menu, le-emoji-picker, and any menu/list components.",
|
|
11529
|
-
"path": "src/types/options.ts"
|
|
11530
|
-
},
|
|
11531
12048
|
"src/types/options.ts::LeOptionValue": {
|
|
11532
12049
|
"declaration": "export type LeOptionValue = string | number;",
|
|
11533
12050
|
"docstring": "",
|