@knime/kds-components 0.20.1 → 0.22.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/{db-database-DYNQa14y.js → circle-unchecked-DOoOn6iz.js} +4 -4
- package/dist/circle-unchecked-DOoOn6iz.js.map +1 -0
- package/dist/db-database-CyCrPzu-.js +23 -0
- package/dist/db-database-CyCrPzu-.js.map +1 -0
- package/dist/folder-search-DDOYg0f6.js +23 -0
- package/dist/folder-search-DDOYg0f6.js.map +1 -0
- package/dist/hide-eye-BrIKmBWt.js +23 -0
- package/dist/hide-eye-BrIKmBWt.js.map +1 -0
- package/dist/index.css +423 -105
- package/dist/index.js +1623 -544
- package/dist/index.js.map +1 -1
- package/dist/menu-BSS_QnZi.js +23 -0
- package/dist/menu-BSS_QnZi.js.map +1 -0
- package/dist/pin-B6vKBZDp.js +23 -0
- package/dist/pin-B6vKBZDp.js.map +1 -0
- package/dist/python-Bn3ET_9Z.js +23 -0
- package/dist/python-Bn3ET_9Z.js.map +1 -0
- package/dist/src/buttons/BaseButton.vue.d.ts +8 -0
- package/dist/src/buttons/BaseButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts +40 -17
- package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/KdsMenuButton/types.d.ts +2 -24
- package/dist/src/buttons/KdsMenuButton/types.d.ts.map +1 -1
- package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts +158 -0
- package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts.map +1 -0
- package/dist/src/buttons/KdsSplitButton/index.d.ts +3 -0
- package/dist/src/buttons/KdsSplitButton/index.d.ts.map +1 -0
- package/dist/src/buttons/KdsSplitButton/types.d.ts +17 -0
- package/dist/src/buttons/KdsSplitButton/types.d.ts.map +1 -0
- package/dist/src/buttons/index.d.ts +6 -2
- package/dist/src/buttons/index.d.ts.map +1 -1
- package/dist/src/buttons/links/KdsLink/KdsLink.vue.d.ts +8 -0
- package/dist/src/buttons/links/KdsLink/KdsLink.vue.d.ts.map +1 -0
- package/dist/src/buttons/links/KdsLink/index.d.ts +3 -0
- package/dist/src/buttons/links/KdsLink/index.d.ts.map +1 -0
- package/dist/src/buttons/links/KdsLink/types.d.ts +30 -0
- package/dist/src/buttons/links/KdsLink/types.d.ts.map +1 -0
- package/dist/src/buttons/links/KdsLinkButton/KdsLinkButton.vue.d.ts +27 -0
- package/dist/src/buttons/links/KdsLinkButton/KdsLinkButton.vue.d.ts.map +1 -0
- package/dist/src/buttons/links/KdsLinkButton/index.d.ts.map +1 -0
- package/dist/src/buttons/links/KdsLinkButton/types.d.ts +4 -0
- package/dist/src/buttons/links/KdsLinkButton/types.d.ts.map +1 -0
- package/dist/src/buttons/links/docs.d.ts +2 -0
- package/dist/src/buttons/links/docs.d.ts.map +1 -0
- package/dist/src/buttons/links/linkTypes.d.ts +25 -0
- package/dist/src/buttons/links/linkTypes.d.ts.map +1 -0
- package/dist/src/buttons/types.d.ts +7 -1
- package/dist/src/buttons/types.d.ts.map +1 -1
- package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +2 -0
- package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
- package/dist/src/forms/_helper/List/KdsListItem/KdsListItem.vue.d.ts.map +1 -1
- package/dist/src/forms/_helper/List/ListContainer/KdsListContainer.vue.d.ts +1 -0
- package/dist/src/forms/_helper/List/ListContainer/KdsListContainer.vue.d.ts.map +1 -1
- package/dist/src/forms/_helper/List/ListContainer/types.d.ts +2 -0
- package/dist/src/forms/_helper/List/ListContainer/types.d.ts.map +1 -1
- package/dist/src/forms/_helper/MenuContainer/KdsMenuContainer.vue.d.ts +39 -0
- package/dist/src/forms/_helper/MenuContainer/KdsMenuContainer.vue.d.ts.map +1 -0
- package/dist/src/forms/_helper/MenuContainer/types.d.ts +39 -0
- package/dist/src/forms/_helper/MenuContainer/types.d.ts.map +1 -0
- package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +2 -0
- package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts +1 -0
- package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts +1 -0
- package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts +1 -0
- package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts +20 -0
- package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/PatternInput/patternRegex.d.ts +0 -3
- package/dist/src/forms/inputs/PatternInput/patternRegex.d.ts.map +1 -1
- package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts +3 -0
- package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts +3 -0
- package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts +2 -0
- package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts +3 -0
- package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts +3 -0
- package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts +2 -0
- package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/MultiSelectListBox/KdsMultiSelectListBox.vue.d.ts +22 -14
- package/dist/src/forms/selects/MultiSelectListBox/KdsMultiSelectListBox.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/MultiSelectListBox/types.d.ts +6 -2
- package/dist/src/forms/selects/MultiSelectListBox/types.d.ts.map +1 -1
- package/dist/src/forms/selects/MultiSelectListBox/useMultiSelectListBoxSelection.d.ts.map +1 -1
- package/dist/src/forms/selects/TwinList/KdsTwinList.pageobject.d.ts +26 -0
- package/dist/src/forms/selects/TwinList/KdsTwinList.pageobject.d.ts.map +1 -0
- package/dist/src/forms/selects/TwinList/KdsTwinList.vue.d.ts +152 -0
- package/dist/src/forms/selects/TwinList/KdsTwinList.vue.d.ts.map +1 -0
- package/dist/src/forms/selects/TwinList/TwinListBody.vue.d.ts +12 -0
- package/dist/src/forms/selects/TwinList/TwinListBody.vue.d.ts.map +1 -0
- package/dist/src/forms/selects/TwinList/TwinListHeader.vue.d.ts +32 -0
- package/dist/src/forms/selects/TwinList/TwinListHeader.vue.d.ts.map +1 -0
- package/dist/src/forms/selects/TwinList/enums.d.ts +7 -0
- package/dist/src/forms/selects/TwinList/enums.d.ts.map +1 -0
- package/dist/src/forms/selects/TwinList/index.d.ts +4 -0
- package/dist/src/forms/selects/TwinList/index.d.ts.map +1 -0
- package/dist/src/forms/selects/TwinList/types.d.ts +94 -0
- package/dist/src/forms/selects/TwinList/types.d.ts.map +1 -0
- package/dist/src/forms/selects/index.d.ts +2 -0
- package/dist/src/forms/selects/index.d.ts.map +1 -1
- package/dist/src/layouts/LoadingSkeleton/KdsLoadingSkeleton.vue.d.ts +19 -0
- package/dist/src/layouts/LoadingSkeleton/KdsLoadingSkeleton.vue.d.ts.map +1 -0
- package/dist/src/layouts/LoadingSkeleton/LoadingSkeletonItem.vue.d.ts +4 -0
- package/dist/src/layouts/LoadingSkeleton/LoadingSkeletonItem.vue.d.ts.map +1 -0
- package/dist/src/layouts/LoadingSkeleton/enums.d.ts +33 -0
- package/dist/src/layouts/LoadingSkeleton/enums.d.ts.map +1 -0
- package/dist/src/layouts/LoadingSkeleton/index.d.ts +4 -0
- package/dist/src/layouts/LoadingSkeleton/index.d.ts.map +1 -0
- package/dist/src/layouts/LoadingSkeleton/types.d.ts +18 -0
- package/dist/src/layouts/LoadingSkeleton/types.d.ts.map +1 -0
- package/dist/src/layouts/index.d.ts +2 -0
- package/dist/src/layouts/index.d.ts.map +1 -1
- package/dist/src/overlays/Modal/KdsModal.vue.d.ts +1 -1
- package/dist/src/overlays/Popover/KdsPopover.vue.d.ts.map +1 -1
- package/dist/src/overlays/Popover/types.d.ts +5 -0
- package/dist/src/overlays/Popover/types.d.ts.map +1 -1
- package/dist/tag-_fZiuJaC.js +27 -0
- package/dist/tag-_fZiuJaC.js.map +1 -0
- package/dist/template-gallery-BtXi4GHd.js +23 -0
- package/dist/template-gallery-BtXi4GHd.js.map +1 -0
- package/dist/usage-827uIQyn.js +23 -0
- package/dist/usage-827uIQyn.js.map +1 -0
- package/package.json +6 -5
- package/dist/db-database-DYNQa14y.js.map +0 -1
- package/dist/src/buttons/KdsLinkButton/KdsLinkButton.vue.d.ts +0 -51
- package/dist/src/buttons/KdsLinkButton/KdsLinkButton.vue.d.ts.map +0 -1
- package/dist/src/buttons/KdsLinkButton/index.d.ts.map +0 -1
- package/dist/src/buttons/KdsLinkButton/types.d.ts +0 -24
- package/dist/src/buttons/KdsLinkButton/types.d.ts.map +0 -1
- /package/dist/src/buttons/{KdsLinkButton → links/KdsLinkButton}/index.d.ts +0 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from 'vue';
|
|
2
|
+
|
|
3
|
+
const _hoisted_1 = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
fill: "none",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"stroke-linecap": "round",
|
|
8
|
+
"stroke-linejoin": "round",
|
|
9
|
+
viewBox: "0 0 12 12"
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
function render(_ctx, _cache) {
|
|
13
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1, [...(_cache[0] || (_cache[0] = [
|
|
14
|
+
createElementVNode("path", {
|
|
15
|
+
d: "M1.5 2H11M1.5 6H11m-9.5 4H11",
|
|
16
|
+
"vector-effect": "non-scaling-stroke"
|
|
17
|
+
}, null, -1)
|
|
18
|
+
]))]))
|
|
19
|
+
}
|
|
20
|
+
const menu = { render: render };
|
|
21
|
+
|
|
22
|
+
export { menu as default, render };
|
|
23
|
+
//# sourceMappingURL=menu-BSS_QnZi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu-BSS_QnZi.js","sources":["../../styles/dist/img/icons/menu.svg"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n viewBox: \"0 0 12 12\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", {\n d: \"M1.5 2H11M1.5 6H11m-9.5 4H11\",\n \"vector-effect\": \"non-scaling-stroke\"\n }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"names":["_openBlock","_createElementBlock","_createElementVNode"],"mappings":";;AAEA,MAAM,UAAU,GAAG;AACnB,EAAE,KAAK,EAAE,4BAA4B;AACrC,EAAE,IAAI,EAAE,MAAM;AACd,EAAE,MAAM,EAAE,cAAc;AACxB,EAAE,gBAAgB,EAAE,OAAO;AAC3B,EAAE,iBAAiB,EAAE,OAAO;AAC5B,EAAE,OAAO,EAAE;AACX;;AAEO,SAAS,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE;AACrC,EAAE,QAAQA,SAAU,EAAE,EAAEC,kBAAmB,CAAC,KAAK,EAAE,UAAU,EAAE,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC,CAAC,CAAC,GAAG;AAC9F,IAAIC,kBAAmB,CAAC,MAAM,EAAE;AAChC,MAAM,CAAC,EAAE,8BAA8B;AACvC,MAAM,eAAe,EAAE;AACvB,KAAK,EAAE,IAAI,EAAE,EAAE;AACf,GAAG,CAAC,CAAC,CAAC,CAAC;AACP;AACA,aAAe,EAAE,MAAM,EAAE,MAAM;;;;"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from 'vue';
|
|
2
|
+
|
|
3
|
+
const _hoisted_1 = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
fill: "none",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"stroke-linecap": "round",
|
|
8
|
+
"stroke-linejoin": "round",
|
|
9
|
+
viewBox: "0 0 12 12"
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
function render(_ctx, _cache) {
|
|
13
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1, [...(_cache[0] || (_cache[0] = [
|
|
14
|
+
createElementVNode("path", {
|
|
15
|
+
d: "M5.276 6.902 2.349 9.627l2.734-2.918c-.293-.293-.735-.663-1.326-1.396-.534-.662-.457-1.198.108-1.44.565-.244 1.24-.001 1.77.482.612-.444.92-.761 1.556-1.3-.432-.514-.41-1.21.101-1.463.512-.253.868.044 1.237.413.376.376.736.733.736.733s.338.342.714.718c.37.37.667.724.413 1.236-.253.512-.948.534-1.462.102-.54.636-.856.943-1.3 1.556.483.529.725 1.205.482 1.77s-.778.642-1.44.108c-.733-.591-1.103-1.033-1.396-1.326",
|
|
16
|
+
"vector-effect": "non-scaling-stroke"
|
|
17
|
+
}, null, -1)
|
|
18
|
+
]))]))
|
|
19
|
+
}
|
|
20
|
+
const pin = { render: render };
|
|
21
|
+
|
|
22
|
+
export { pin as default, render };
|
|
23
|
+
//# sourceMappingURL=pin-B6vKBZDp.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pin-B6vKBZDp.js","sources":["../../styles/dist/img/icons/pin.svg"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n viewBox: \"0 0 12 12\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", {\n d: \"M5.276 6.902 2.349 9.627l2.734-2.918c-.293-.293-.735-.663-1.326-1.396-.534-.662-.457-1.198.108-1.44.565-.244 1.24-.001 1.77.482.612-.444.92-.761 1.556-1.3-.432-.514-.41-1.21.101-1.463.512-.253.868.044 1.237.413.376.376.736.733.736.733s.338.342.714.718c.37.37.667.724.413 1.236-.253.512-.948.534-1.462.102-.54.636-.856.943-1.3 1.556.483.529.725 1.205.482 1.77s-.778.642-1.44.108c-.733-.591-1.103-1.033-1.396-1.326\",\n \"vector-effect\": \"non-scaling-stroke\"\n }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"names":["_openBlock","_createElementBlock","_createElementVNode"],"mappings":";;AAEA,MAAM,UAAU,GAAG;AACnB,EAAE,KAAK,EAAE,4BAA4B;AACrC,EAAE,IAAI,EAAE,MAAM;AACd,EAAE,MAAM,EAAE,cAAc;AACxB,EAAE,gBAAgB,EAAE,OAAO;AAC3B,EAAE,iBAAiB,EAAE,OAAO;AAC5B,EAAE,OAAO,EAAE;AACX;;AAEO,SAAS,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE;AACrC,EAAE,QAAQA,SAAU,EAAE,EAAEC,kBAAmB,CAAC,KAAK,EAAE,UAAU,EAAE,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC,CAAC,CAAC,GAAG;AAC9F,IAAIC,kBAAmB,CAAC,MAAM,EAAE;AAChC,MAAM,CAAC,EAAE,8ZAA8Z;AACva,MAAM,eAAe,EAAE;AACvB,KAAK,EAAE,IAAI,EAAE,EAAE;AACf,GAAG,CAAC,CAAC,CAAC,CAAC;AACP;AACA,YAAe,EAAE,MAAM,EAAE,MAAM;;;;"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from 'vue';
|
|
2
|
+
|
|
3
|
+
const _hoisted_1 = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
fill: "none",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"stroke-linecap": "round",
|
|
8
|
+
"stroke-linejoin": "round",
|
|
9
|
+
viewBox: "0 0 12 12"
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
function render(_ctx, _cache) {
|
|
13
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1, [...(_cache[0] || (_cache[0] = [
|
|
14
|
+
createElementVNode("path", {
|
|
15
|
+
d: "M6 4.5H2.5a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1H4m2-1h3.5a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H8m-4 1v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1V5a1 1 0 0 1-1 1H5a1 1 0 0 0-1 1v2.5a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2M5.5 3v.005M6.5 9v.005",
|
|
16
|
+
"vector-effect": "non-scaling-stroke"
|
|
17
|
+
}, null, -1)
|
|
18
|
+
]))]))
|
|
19
|
+
}
|
|
20
|
+
const python = { render: render };
|
|
21
|
+
|
|
22
|
+
export { python as default, render };
|
|
23
|
+
//# sourceMappingURL=python-Bn3ET_9Z.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"python-Bn3ET_9Z.js","sources":["../../styles/dist/img/icons/python.svg"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n viewBox: \"0 0 12 12\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", {\n d: \"M6 4.5H2.5a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1H4m2-1h3.5a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H8m-4 1v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1V5a1 1 0 0 1-1 1H5a1 1 0 0 0-1 1v2.5a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2M5.5 3v.005M6.5 9v.005\",\n \"vector-effect\": \"non-scaling-stroke\"\n }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"names":["_openBlock","_createElementBlock","_createElementVNode"],"mappings":";;AAEA,MAAM,UAAU,GAAG;AACnB,EAAE,KAAK,EAAE,4BAA4B;AACrC,EAAE,IAAI,EAAE,MAAM;AACd,EAAE,MAAM,EAAE,cAAc;AACxB,EAAE,gBAAgB,EAAE,OAAO;AAC3B,EAAE,iBAAiB,EAAE,OAAO;AAC5B,EAAE,OAAO,EAAE;AACX;;AAEO,SAAS,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE;AACrC,EAAE,QAAQA,SAAU,EAAE,EAAEC,kBAAmB,CAAC,KAAK,EAAE,UAAU,EAAE,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC,CAAC,CAAC,GAAG;AAC9F,IAAIC,kBAAmB,CAAC,MAAM,EAAE;AAChC,MAAM,CAAC,EAAE,sNAAsN;AAC/N,MAAM,eAAe,EAAE;AACvB,KAAK,EAAE,IAAI,EAAE,EAAE;AACf,GAAG,CAAC,CAAC,CAAC,CAAC;AACP;AACA,eAAe,EAAE,MAAM,EAAE,MAAM;;;;"}
|
|
@@ -19,6 +19,8 @@ declare const __VLS_component: import('vue').DefineComponent<(import('./types').
|
|
|
19
19
|
error?: boolean;
|
|
20
20
|
} & {
|
|
21
21
|
toggled?: boolean;
|
|
22
|
+
} & {
|
|
23
|
+
removeBorderRadius?: "left" | "right";
|
|
22
24
|
} & {
|
|
23
25
|
component?: string | Component;
|
|
24
26
|
}) | (import('./types').KdsButtonCommonProps<import('./types').KdsButtonVariant> & {
|
|
@@ -32,6 +34,8 @@ declare const __VLS_component: import('vue').DefineComponent<(import('./types').
|
|
|
32
34
|
error?: boolean;
|
|
33
35
|
} & {
|
|
34
36
|
toggled?: boolean;
|
|
37
|
+
} & {
|
|
38
|
+
removeBorderRadius?: "left" | "right";
|
|
35
39
|
} & {
|
|
36
40
|
component?: string | Component;
|
|
37
41
|
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -47,6 +51,8 @@ declare const __VLS_component: import('vue').DefineComponent<(import('./types').
|
|
|
47
51
|
error?: boolean;
|
|
48
52
|
} & {
|
|
49
53
|
toggled?: boolean;
|
|
54
|
+
} & {
|
|
55
|
+
removeBorderRadius?: "left" | "right";
|
|
50
56
|
} & {
|
|
51
57
|
component?: string | Component;
|
|
52
58
|
}) | (import('./types').KdsButtonCommonProps<import('./types').KdsButtonVariant> & {
|
|
@@ -60,6 +66,8 @@ declare const __VLS_component: import('vue').DefineComponent<(import('./types').
|
|
|
60
66
|
error?: boolean;
|
|
61
67
|
} & {
|
|
62
68
|
toggled?: boolean;
|
|
69
|
+
} & {
|
|
70
|
+
removeBorderRadius?: "left" | "right";
|
|
63
71
|
} & {
|
|
64
72
|
component?: string | Component;
|
|
65
73
|
})> & Readonly<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseButton.vue.d.ts","sourceRoot":"","sources":["../../../src/buttons/BaseButton.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BaseButton.vue.d.ts","sourceRoot":"","sources":["../../../src/buttons/BaseButton.vue"],"names":[],"mappings":"AA8VA,OAAO,EAAE,KAAK,SAAS,EAAY,MAAM,KAAK,CAAC;AAyD/C,iBAAS,cAAc;WAmGT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;gBAxKP,MAAM,GAAG,SAAS;;;;;;;;;;;;;;;gBAAlB,MAAM,GAAG,SAAS;;;;;;;;;;;;;;;;;gBAAlB,MAAM,GAAG,SAAS;;;;;;;;;;;;;;;gBAAlB,MAAM,GAAG,SAAS;;;kFAgL9B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { nextTick } from 'vue';
|
|
1
2
|
declare const _default: import('vue').DefineComponent<(import('../types').KdsButtonCommonProps<import('..').KdsToggleButtonVariant> & {
|
|
2
3
|
label: string;
|
|
3
4
|
leadingIcon?: import('../..').KdsIconName;
|
|
@@ -15,7 +16,7 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
|
|
|
15
16
|
items: import('./types').KdsMenuItem[];
|
|
16
17
|
menuMaxHeight?: string;
|
|
17
18
|
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
-
itemClick: (id
|
|
19
|
+
itemClick: (id: string) => any;
|
|
19
20
|
}, string, import('vue').PublicProps, Readonly<(import('../types').KdsButtonCommonProps<import('..').KdsToggleButtonVariant> & {
|
|
20
21
|
label: string;
|
|
21
22
|
leadingIcon?: import('../..').KdsIconName;
|
|
@@ -33,7 +34,7 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
|
|
|
33
34
|
items: import('./types').KdsMenuItem[];
|
|
34
35
|
menuMaxHeight?: string;
|
|
35
36
|
})> & Readonly<{
|
|
36
|
-
onItemClick?: ((id
|
|
37
|
+
onItemClick?: ((id: string) => any) | undefined;
|
|
37
38
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
38
39
|
popoverEl: ({
|
|
39
40
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -44,6 +45,7 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
|
|
|
44
45
|
readonly role?: import('../../overlays/Popover').KdsPopoverRole | undefined;
|
|
45
46
|
readonly popoverType?: import('../../overlays/Popover').KdsPopoverType | undefined;
|
|
46
47
|
readonly fullWidth?: boolean | undefined;
|
|
48
|
+
readonly maxInlineSize?: string | undefined;
|
|
47
49
|
readonly content?: string | undefined;
|
|
48
50
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
49
51
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -88,7 +90,7 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
|
|
|
88
90
|
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
89
91
|
};
|
|
90
92
|
$forceUpdate: () => void;
|
|
91
|
-
$nextTick: typeof
|
|
93
|
+
$nextTick: typeof nextTick;
|
|
92
94
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
93
95
|
} & Readonly<{}> & Omit<Readonly<{
|
|
94
96
|
modelValue?: boolean;
|
|
@@ -102,17 +104,41 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
|
|
|
102
104
|
default?(_: {}): any;
|
|
103
105
|
};
|
|
104
106
|
}) | null;
|
|
105
|
-
|
|
106
|
-
onItemClick?: ((id
|
|
107
|
+
menuContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../forms/_helper/MenuContainer/types').KdsMenuContainerProps> & Readonly<{
|
|
108
|
+
onItemClick?: ((id: string) => any) | undefined;
|
|
107
109
|
}>, {
|
|
108
|
-
|
|
109
|
-
handleFocus: () => void;
|
|
110
|
-
handleBlur: () => void;
|
|
111
|
-
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
110
|
+
focus: () => void;
|
|
112
111
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
113
|
-
itemClick: (id
|
|
112
|
+
itemClick: (id: string) => any;
|
|
114
113
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
115
|
-
|
|
114
|
+
listContainerEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../forms/_helper/List/ListContainer').KdsListContainerProps> & Readonly<{
|
|
115
|
+
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
116
|
+
}>, {
|
|
117
|
+
handleKeydown: (event: KeyboardEvent) => void;
|
|
118
|
+
handleFocus: () => void;
|
|
119
|
+
handleBlur: () => void;
|
|
120
|
+
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
121
|
+
focus: () => void;
|
|
122
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
123
|
+
itemClick: (id?: string | undefined) => any;
|
|
124
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
125
|
+
containerEl: HTMLDivElement;
|
|
126
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
127
|
+
P: {};
|
|
128
|
+
B: {};
|
|
129
|
+
D: {};
|
|
130
|
+
C: {};
|
|
131
|
+
M: {};
|
|
132
|
+
Defaults: {};
|
|
133
|
+
}, Readonly<import('../../forms/_helper/List/ListContainer').KdsListContainerProps> & Readonly<{
|
|
134
|
+
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
135
|
+
}>, {
|
|
136
|
+
handleKeydown: (event: KeyboardEvent) => void;
|
|
137
|
+
handleFocus: () => void;
|
|
138
|
+
handleBlur: () => void;
|
|
139
|
+
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
140
|
+
focus: () => void;
|
|
141
|
+
}, {}, {}, {}, {}> | null;
|
|
116
142
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
117
143
|
P: {};
|
|
118
144
|
B: {};
|
|
@@ -120,13 +146,10 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
|
|
|
120
146
|
C: {};
|
|
121
147
|
M: {};
|
|
122
148
|
Defaults: {};
|
|
123
|
-
}, Readonly<import('../../forms/_helper/
|
|
124
|
-
onItemClick?: ((id
|
|
149
|
+
}, Readonly<import('../../forms/_helper/MenuContainer/types').KdsMenuContainerProps> & Readonly<{
|
|
150
|
+
onItemClick?: ((id: string) => any) | undefined;
|
|
125
151
|
}>, {
|
|
126
|
-
|
|
127
|
-
handleFocus: () => void;
|
|
128
|
-
handleBlur: () => void;
|
|
129
|
-
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
152
|
+
focus: () => void;
|
|
130
153
|
}, {}, {}, {}, {}> | null;
|
|
131
154
|
}, any>;
|
|
132
155
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsMenuButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsMenuButton/KdsMenuButton.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsMenuButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsMenuButton/KdsMenuButton.vue"],"names":[],"mappings":"AA8FA,OAAO,EAEL,QAAQ,EAMT,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAwLq+jB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAhBxmkB,wBAQG"}
|
|
@@ -1,30 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { KdsAvatarAccessory, KdsIconAccessory, KdsLiveStatusAccessory } from '../../forms/_helper/List/ListItemAccessory/types';
|
|
1
|
+
import { KdsMenuItem } from '../../forms/_helper/MenuContainer/types';
|
|
3
2
|
import { KdsToggleButtonProps } from '../KdsToggleButton';
|
|
4
|
-
type
|
|
5
|
-
export type KdsMenuItem = {
|
|
6
|
-
id: string;
|
|
7
|
-
/** Optional leading icon shown before a section headline */
|
|
8
|
-
sectionHeadlineIcon?: KdsIconName;
|
|
9
|
-
/**
|
|
10
|
-
* When true, the item is rendered as a non-selectable section headline
|
|
11
|
-
* (styled as a section title row). Section headline items are skipped
|
|
12
|
-
* during keyboard navigation and cannot be clicked.
|
|
13
|
-
*/
|
|
14
|
-
sectionHeadline?: boolean;
|
|
15
|
-
/** Disables the option in the list */
|
|
16
|
-
disabled?: boolean;
|
|
17
|
-
/** Optional leading accessory (icon, data type, or color swatch) shown before the text */
|
|
18
|
-
accessory?: KdsMenuItemAccessory;
|
|
19
|
-
text: string;
|
|
20
|
-
/** Optional subtext shown below the main label (multiline list item layout) */
|
|
21
|
-
subText?: string;
|
|
22
|
-
/** Show a separator below the item if it's not the last in the list */
|
|
23
|
-
separator?: boolean;
|
|
24
|
-
};
|
|
3
|
+
export type { KdsMenuItem } from '../../forms/_helper/MenuContainer/types';
|
|
25
4
|
export type KdsMenuButtonProps = KdsToggleButtonProps & {
|
|
26
5
|
items: KdsMenuItem[];
|
|
27
6
|
menuMaxHeight?: string;
|
|
28
7
|
};
|
|
29
|
-
export {};
|
|
30
8
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsMenuButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsMenuButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE/D,YAAY,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAE3E,MAAM,MAAM,kBAAkB,GAAG,oBAAoB,GAAG;IACtD,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC"}
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import { nextTick } from 'vue';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<(import('../types').KdsButtonCommonProps & {
|
|
3
|
+
label: string;
|
|
4
|
+
leadingIcon?: import('../..').KdsIconName;
|
|
5
|
+
trailingIcon?: import('../..').KdsIconName;
|
|
6
|
+
ariaLabel?: never;
|
|
7
|
+
} & {
|
|
8
|
+
alternativeActions: import('..').KdsMenuItem[];
|
|
9
|
+
menuMaxHeight?: string;
|
|
10
|
+
}) | (import('../types').KdsButtonCommonProps & {
|
|
11
|
+
label?: never;
|
|
12
|
+
leadingIcon: import('../..').KdsIconName;
|
|
13
|
+
trailingIcon?: never;
|
|
14
|
+
ariaLabel: string;
|
|
15
|
+
} & {
|
|
16
|
+
alternativeActions: import('..').KdsMenuItem[];
|
|
17
|
+
menuMaxHeight?: string;
|
|
18
|
+
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
+
click: (event: MouseEvent) => any;
|
|
20
|
+
clickItem: (id: string) => any;
|
|
21
|
+
}, string, import('vue').PublicProps, Readonly<(import('../types').KdsButtonCommonProps & {
|
|
22
|
+
label: string;
|
|
23
|
+
leadingIcon?: import('../..').KdsIconName;
|
|
24
|
+
trailingIcon?: import('../..').KdsIconName;
|
|
25
|
+
ariaLabel?: never;
|
|
26
|
+
} & {
|
|
27
|
+
alternativeActions: import('..').KdsMenuItem[];
|
|
28
|
+
menuMaxHeight?: string;
|
|
29
|
+
}) | (import('../types').KdsButtonCommonProps & {
|
|
30
|
+
label?: never;
|
|
31
|
+
leadingIcon: import('../..').KdsIconName;
|
|
32
|
+
trailingIcon?: never;
|
|
33
|
+
ariaLabel: string;
|
|
34
|
+
} & {
|
|
35
|
+
alternativeActions: import('..').KdsMenuItem[];
|
|
36
|
+
menuMaxHeight?: string;
|
|
37
|
+
})> & Readonly<{
|
|
38
|
+
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
39
|
+
onClickItem?: ((id: string) => any) | undefined;
|
|
40
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
41
|
+
popoverEl: ({
|
|
42
|
+
$: import('vue').ComponentInternalInstance;
|
|
43
|
+
$data: {};
|
|
44
|
+
$props: {
|
|
45
|
+
readonly modelValue?: boolean | undefined;
|
|
46
|
+
readonly placement?: import('../../overlays/Popover').KdsPopoverPlacement | undefined;
|
|
47
|
+
readonly role?: import('../../overlays/Popover').KdsPopoverRole | undefined;
|
|
48
|
+
readonly popoverType?: import('../../overlays/Popover').KdsPopoverType | undefined;
|
|
49
|
+
readonly fullWidth?: boolean | undefined;
|
|
50
|
+
readonly maxInlineSize?: string | undefined;
|
|
51
|
+
readonly content?: string | undefined;
|
|
52
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
53
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
54
|
+
$attrs: import('vue').Attrs;
|
|
55
|
+
$refs: {
|
|
56
|
+
[x: string]: unknown;
|
|
57
|
+
} & {
|
|
58
|
+
popoverEl: HTMLDivElement;
|
|
59
|
+
};
|
|
60
|
+
$slots: Readonly<{
|
|
61
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
62
|
+
}>;
|
|
63
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
64
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
65
|
+
$host: Element | null;
|
|
66
|
+
$emit: (event: "update:modelValue", value: boolean) => void;
|
|
67
|
+
$el: HTMLDivElement;
|
|
68
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
69
|
+
modelValue?: boolean;
|
|
70
|
+
} & import('../../overlays/Popover').KdsPopoverProps> & Readonly<{
|
|
71
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
72
|
+
}>, {
|
|
73
|
+
anchorStyle: Record<string, string>;
|
|
74
|
+
popoverId: string;
|
|
75
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
76
|
+
"update:modelValue": (value: boolean) => any;
|
|
77
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
78
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
79
|
+
created?: (() => void) | (() => void)[];
|
|
80
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
81
|
+
mounted?: (() => void) | (() => void)[];
|
|
82
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
83
|
+
updated?: (() => void) | (() => void)[];
|
|
84
|
+
activated?: (() => void) | (() => void)[];
|
|
85
|
+
deactivated?: (() => void) | (() => void)[];
|
|
86
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
87
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
88
|
+
destroyed?: (() => void) | (() => void)[];
|
|
89
|
+
unmounted?: (() => void) | (() => void)[];
|
|
90
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
91
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
92
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
93
|
+
};
|
|
94
|
+
$forceUpdate: () => void;
|
|
95
|
+
$nextTick: typeof nextTick;
|
|
96
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
97
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
98
|
+
modelValue?: boolean;
|
|
99
|
+
} & import('../../overlays/Popover').KdsPopoverProps> & Readonly<{
|
|
100
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
101
|
+
}>, "anchorStyle" | "popoverId"> & import('vue').ShallowUnwrapRef<{
|
|
102
|
+
anchorStyle: Record<string, string>;
|
|
103
|
+
popoverId: string;
|
|
104
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
105
|
+
$slots: {
|
|
106
|
+
default?(_: {}): any;
|
|
107
|
+
};
|
|
108
|
+
}) | null;
|
|
109
|
+
menuContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../forms/_helper/MenuContainer/types').KdsMenuContainerProps> & Readonly<{
|
|
110
|
+
onItemClick?: ((id: string) => any) | undefined;
|
|
111
|
+
}>, {
|
|
112
|
+
focus: () => void;
|
|
113
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
114
|
+
itemClick: (id: string) => any;
|
|
115
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
116
|
+
listContainerEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../forms/_helper/List/ListContainer').KdsListContainerProps> & Readonly<{
|
|
117
|
+
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
118
|
+
}>, {
|
|
119
|
+
handleKeydown: (event: KeyboardEvent) => void;
|
|
120
|
+
handleFocus: () => void;
|
|
121
|
+
handleBlur: () => void;
|
|
122
|
+
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
123
|
+
focus: () => void;
|
|
124
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
125
|
+
itemClick: (id?: string | undefined) => any;
|
|
126
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
127
|
+
containerEl: HTMLDivElement;
|
|
128
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
129
|
+
P: {};
|
|
130
|
+
B: {};
|
|
131
|
+
D: {};
|
|
132
|
+
C: {};
|
|
133
|
+
M: {};
|
|
134
|
+
Defaults: {};
|
|
135
|
+
}, Readonly<import('../../forms/_helper/List/ListContainer').KdsListContainerProps> & Readonly<{
|
|
136
|
+
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
137
|
+
}>, {
|
|
138
|
+
handleKeydown: (event: KeyboardEvent) => void;
|
|
139
|
+
handleFocus: () => void;
|
|
140
|
+
handleBlur: () => void;
|
|
141
|
+
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
142
|
+
focus: () => void;
|
|
143
|
+
}, {}, {}, {}, {}> | null;
|
|
144
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
145
|
+
P: {};
|
|
146
|
+
B: {};
|
|
147
|
+
D: {};
|
|
148
|
+
C: {};
|
|
149
|
+
M: {};
|
|
150
|
+
Defaults: {};
|
|
151
|
+
}, Readonly<import('../../forms/_helper/MenuContainer/types').KdsMenuContainerProps> & Readonly<{
|
|
152
|
+
onItemClick?: ((id: string) => any) | undefined;
|
|
153
|
+
}>, {
|
|
154
|
+
focus: () => void;
|
|
155
|
+
}, {}, {}, {}, {}> | null;
|
|
156
|
+
}, HTMLDivElement>;
|
|
157
|
+
export default _default;
|
|
158
|
+
//# sourceMappingURL=KdsSplitButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdsSplitButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsSplitButton/KdsSplitButton.vue"],"names":[],"mappings":"AAiHA,OAAO,EAAE,QAAQ,EAAqC,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2O2oe,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjBn0e,wBASG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsSplitButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACjE,mBAAmB,SAAS,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { KdsMenuItem } from '../KdsMenuButton/types';
|
|
2
|
+
import { KdsButtonCommonProps, WithLabelAndIcons } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* KdsSplitButton component props
|
|
5
|
+
*/
|
|
6
|
+
export type KdsSplitButtonProps = KdsButtonCommonProps & WithLabelAndIcons & {
|
|
7
|
+
/**
|
|
8
|
+
* Alternative actions rendered in the context menu.
|
|
9
|
+
* Every action is dispatched through the `clickItem` event.
|
|
10
|
+
*/
|
|
11
|
+
alternativeActions: KdsMenuItem[];
|
|
12
|
+
/**
|
|
13
|
+
* Optional maximum height for the context menu dropdown (CSS value, e.g. "200px").
|
|
14
|
+
*/
|
|
15
|
+
menuMaxHeight?: string;
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsSplitButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,KAAK,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAExE;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,oBAAoB,GACpD,iBAAiB,GAAG;IAClB;;;OAGG;IACH,kBAAkB,EAAE,WAAW,EAAE,CAAC;IAElC;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC"}
|
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
export * from './KdsButton';
|
|
2
2
|
export type * from './KdsButton';
|
|
3
|
-
export * from './KdsLinkButton';
|
|
4
|
-
export type * from './KdsLinkButton';
|
|
3
|
+
export * from './links/KdsLinkButton';
|
|
4
|
+
export type * from './links/KdsLinkButton';
|
|
5
|
+
export * from './links/KdsLink';
|
|
6
|
+
export type * from './links/KdsLink';
|
|
5
7
|
export * from './KdsToggleButton';
|
|
6
8
|
export type * from './KdsToggleButton';
|
|
7
9
|
export * from './KdsProgressButton';
|
|
8
10
|
export type * from './KdsProgressButton';
|
|
9
11
|
export * from './KdsMenuButton';
|
|
10
12
|
export type * from './KdsMenuButton';
|
|
13
|
+
export * from './KdsSplitButton';
|
|
14
|
+
export type * from './KdsSplitButton';
|
|
11
15
|
export { kdsButtonSize, kdsButtonSizes, kdsButtonVariant, kdsButtonVariants, } from './enums';
|
|
12
16
|
export type { KdsButtonSize, KdsButtonVariant } from './types';
|
|
13
17
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/buttons/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,mBAAmB,aAAa,CAAC;AAEjC,cAAc,iBAAiB,CAAC;AAChC,mBAAmB,iBAAiB,CAAC;AAErC,cAAc,mBAAmB,CAAC;AAClC,mBAAmB,mBAAmB,CAAC;AAEvC,cAAc,qBAAqB,CAAC;AACpC,mBAAmB,qBAAqB,CAAC;AAEzC,cAAc,iBAAiB,CAAC;AAChC,mBAAmB,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/buttons/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,mBAAmB,aAAa,CAAC;AAEjC,cAAc,uBAAuB,CAAC;AACtC,mBAAmB,uBAAuB,CAAC;AAE3C,cAAc,iBAAiB,CAAC;AAChC,mBAAmB,iBAAiB,CAAC;AAErC,cAAc,mBAAmB,CAAC;AAClC,mBAAmB,mBAAmB,CAAC;AAEvC,cAAc,qBAAqB,CAAC;AACpC,mBAAmB,qBAAqB,CAAC;AAEzC,cAAc,iBAAiB,CAAC;AAChC,mBAAmB,iBAAiB,CAAC;AAErC,cAAc,kBAAkB,CAAC;AACjC,mBAAmB,kBAAkB,CAAC;AAGtC,OAAO,EACL,aAAa,EACb,cAAc,EACd,gBAAgB,EAChB,iBAAiB,GAClB,MAAM,SAAS,CAAC;AAGjB,YAAY,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { KdsLinkProps } from './types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<KdsLinkProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
click: (event: MouseEvent) => any;
|
|
4
|
+
}, string, import('vue').PublicProps, Readonly<KdsLinkProps> & Readonly<{
|
|
5
|
+
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
6
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=KdsLink.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdsLink.vue.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLink/KdsLink.vue"],"names":[],"mappings":"AAgPA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;;;;;;AA2O5C,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLink/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAC;AACnD,mBAAmB,SAAS,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { WithAnchorElementAttributes, WithLinkNavigation } from '../linkTypes';
|
|
2
|
+
type KdsLinkBaseProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Label rendered as the clickable link text.
|
|
5
|
+
*/
|
|
6
|
+
label: string;
|
|
7
|
+
/**
|
|
8
|
+
* Optional base title text shown on hover.
|
|
9
|
+
*
|
|
10
|
+
* The rendered title is variant-aware: internal links are prefixed with
|
|
11
|
+
* `Open`, download links with `Download`, and external links append
|
|
12
|
+
* ` (opens in a new tab)` when their effective target is `_blank`.
|
|
13
|
+
*/
|
|
14
|
+
title?: string;
|
|
15
|
+
/**
|
|
16
|
+
* If set to true, the link is visually disabled and non-interactive.
|
|
17
|
+
*/
|
|
18
|
+
disabled?: boolean;
|
|
19
|
+
} & WithAnchorElementAttributes;
|
|
20
|
+
export type KdsLinkProps = WithLinkNavigation & KdsLinkBaseProps & {
|
|
21
|
+
/**
|
|
22
|
+
* Optional file size in bytes.
|
|
23
|
+
*
|
|
24
|
+
* If provided, the link is rendered in document style and shows the
|
|
25
|
+
* formatted file size suffix.
|
|
26
|
+
*/
|
|
27
|
+
fileSize?: number;
|
|
28
|
+
};
|
|
29
|
+
export {};
|
|
30
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLink/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,2BAA2B,EAC3B,kBAAkB,EACnB,MAAM,cAAc,CAAC;AAEtB,KAAK,gBAAgB,GAAG;IACtB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,2BAA2B,CAAC;AAEhC,MAAM,MAAM,YAAY,GAAG,kBAAkB,GAC3C,gBAAgB,GAAG;IACjB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<(import('../../types').KdsButtonCommonProps & {
|
|
2
|
+
label: string;
|
|
3
|
+
leadingIcon?: import('../../..').KdsIconName;
|
|
4
|
+
trailingIcon?: import('../../..').KdsIconName;
|
|
5
|
+
ariaLabel?: never;
|
|
6
|
+
} & import('../../types').WithDestructive & import('../linkTypes').WithLinkNavigation & import('../linkTypes').WithAnchorElementAttributes) | (import('../../types').KdsButtonCommonProps & {
|
|
7
|
+
label?: never;
|
|
8
|
+
leadingIcon: import('../../..').KdsIconName;
|
|
9
|
+
trailingIcon?: never;
|
|
10
|
+
ariaLabel: string;
|
|
11
|
+
} & import('../../types').WithDestructive & import('../linkTypes').WithLinkNavigation & import('../linkTypes').WithAnchorElementAttributes), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
+
click: (event: MouseEvent) => any;
|
|
13
|
+
}, string, import('vue').PublicProps, Readonly<(import('../../types').KdsButtonCommonProps & {
|
|
14
|
+
label: string;
|
|
15
|
+
leadingIcon?: import('../../..').KdsIconName;
|
|
16
|
+
trailingIcon?: import('../../..').KdsIconName;
|
|
17
|
+
ariaLabel?: never;
|
|
18
|
+
} & import('../../types').WithDestructive & import('../linkTypes').WithLinkNavigation & import('../linkTypes').WithAnchorElementAttributes) | (import('../../types').KdsButtonCommonProps & {
|
|
19
|
+
label?: never;
|
|
20
|
+
leadingIcon: import('../../..').KdsIconName;
|
|
21
|
+
trailingIcon?: never;
|
|
22
|
+
ariaLabel: string;
|
|
23
|
+
} & import('../../types').WithDestructive & import('../linkTypes').WithLinkNavigation & import('../linkTypes').WithAnchorElementAttributes)> & Readonly<{
|
|
24
|
+
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
25
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
export default _default;
|
|
27
|
+
//# sourceMappingURL=KdsLinkButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdsLinkButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLinkButton/KdsLinkButton.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAyIA,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLinkButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAC/D,mBAAmB,SAAS,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { KdsButtonCommonProps, WithDestructive, WithLabelAndIcons } from '../../types';
|
|
2
|
+
import { WithAnchorElementAttributes, WithLinkNavigation } from '../linkTypes';
|
|
3
|
+
export type KdsLinkButtonProps = KdsButtonCommonProps & WithLabelAndIcons & WithDestructive & WithLinkNavigation & WithAnchorElementAttributes;
|
|
4
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLinkButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,oBAAoB,EACpB,eAAe,EACf,iBAAiB,EAClB,MAAM,aAAa,CAAC;AACrB,OAAO,KAAK,EACV,2BAA2B,EAC3B,kBAAkB,EACnB,MAAM,cAAc,CAAC;AAEtB,MAAM,MAAM,kBAAkB,GAAG,oBAAoB,GACnD,iBAAiB,GACjB,eAAe,GACf,kBAAkB,GAClB,2BAA2B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"docs.d.ts","sourceRoot":"","sources":["../../../../src/buttons/links/docs.ts"],"names":[],"mappings":"AAkCA,wBAAgB,0BAA0B,CAAC,aAAa,EAAE,MAAM,UAS/D"}
|