@infineon/infineon-design-system-stencil 37.2.0 → 38.0.0--canary.1954.f29b2d8edb0fe3ea64fff93b4a103a880db2a074.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/ifx-alert_2.cjs.entry.js +1 -1
- package/dist/cjs/ifx-basic-table.cjs.entry.js +1 -1
- package/dist/cjs/ifx-faq.cjs.entry.js +1 -1
- package/dist/cjs/ifx-filter-accordion.cjs.entry.js +2 -2
- package/dist/cjs/ifx-filter-bar.cjs.entry.js +1 -1
- package/dist/cjs/ifx-filter-search.cjs.entry.js +1 -1
- package/dist/cjs/ifx-filter-type-group.cjs.entry.js +1 -1
- package/dist/cjs/ifx-list-entry.cjs.entry.js +1 -1
- package/dist/cjs/ifx-multiselect_2.cjs.entry.js +4 -4
- package/dist/cjs/ifx-search-field.cjs.entry.js +349 -12
- package/dist/cjs/ifx-search-field.cjs.entry.js.map +1 -1
- package/dist/cjs/ifx-segment.cjs.entry.js +1 -1
- package/dist/cjs/ifx-segmented-control.cjs.entry.js +2 -2
- package/dist/cjs/ifx-select.cjs.entry.js +2 -2
- package/dist/cjs/ifx-slider.cjs.entry.js +2 -2
- package/dist/cjs/ifx-spinner_2.cjs.entry.js +6 -6
- package/dist/cjs/ifx-status.cjs.entry.js +1 -1
- package/dist/cjs/ifx-step.cjs.entry.js +4 -4
- package/dist/cjs/ifx-stepper.cjs.entry.js +2 -2
- package/dist/cjs/ifx-switch.cjs.entry.js +1 -1
- package/dist/cjs/ifx-tab.cjs.entry.js +1 -1
- package/dist/cjs/ifx-table.cjs.entry.js +2 -2
- package/dist/cjs/ifx-tabs.cjs.entry.js +2 -2
- package/dist/cjs/ifx-tag.cjs.entry.js +1 -1
- package/dist/cjs/ifx-templates-ui.cjs.entry.js +1 -1
- package/dist/cjs/ifx-textarea.cjs.entry.js +1 -1
- package/dist/cjs/ifx-tooltip.cjs.entry.js +4 -4
- package/dist/cjs/ifx-tree-view-item.cjs.entry.js +2 -2
- package/dist/cjs/ifx-tree-view.cjs.entry.js +1 -1
- package/dist/cjs/infineon-design-system-stencil.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/search-field/search-field.css +114 -0
- package/dist/collection/components/search-field/search-field.js +724 -17
- package/dist/collection/components/search-field/search-field.js.map +1 -1
- package/dist/collection/components/search-field/search-field.stories.js +378 -2
- package/dist/collection/components/search-field/search-field.stories.js.map +1 -1
- package/dist/collection/components/segmented-control/segment/segment.js +1 -1
- package/dist/collection/components/segmented-control/segmented-control.js +2 -2
- package/dist/collection/components/select/multi-select/multiselect-option.js +4 -4
- package/dist/collection/components/select/single-select/select.js +2 -2
- package/dist/collection/components/slider/slider.js +2 -2
- package/dist/collection/components/spinner/spinner.js +2 -2
- package/dist/collection/components/status/status.js +1 -1
- package/dist/collection/components/stepper/step/step.js +4 -4
- package/dist/collection/components/stepper/stepper.js +2 -2
- package/dist/collection/components/switch/switch.js +1 -1
- package/dist/collection/components/table-advanced-version/filter-bar/filter-bar.js +1 -1
- package/dist/collection/components/table-advanced-version/filter-type-group/filter-accordion/filter-accordion.js +2 -2
- package/dist/collection/components/table-advanced-version/filter-type-group/filter-search/filter-search.js +1 -1
- package/dist/collection/components/table-advanced-version/filter-type-group/filter-type-group.js +1 -1
- package/dist/collection/components/table-advanced-version/list/list-entry/list-entry.js +1 -1
- package/dist/collection/components/table-advanced-version/table.js +2 -2
- package/dist/collection/components/table-basic-version/table.js +1 -1
- package/dist/collection/components/tabs/tab.js +1 -1
- package/dist/collection/components/tabs/tabs.js +2 -2
- package/dist/collection/components/tag/tag.js +1 -1
- package/dist/collection/components/templates/template/template.js +1 -1
- package/dist/collection/components/templates/templates-ui/templates-ui.js +1 -1
- package/dist/collection/components/text-field/text-field.js +4 -4
- package/dist/collection/components/textarea/textarea.js +1 -1
- package/dist/collection/components/tooltip/tooltip.js +4 -4
- package/dist/collection/components/tree-view/tree-view-item.js +2 -2
- package/dist/collection/components/tree-view/tree-view.js +1 -1
- package/dist/collection/stories/setup-and-installation/faq/faq.js +1 -1
- package/dist/components/ifx-basic-table.js +1 -1
- package/dist/components/ifx-faq.js +1 -1
- package/dist/components/ifx-filter-accordion.js +2 -2
- package/dist/components/ifx-filter-bar.js +1 -1
- package/dist/components/ifx-filter-search.js +2 -2
- package/dist/components/ifx-filter-type-group.js +1 -1
- package/dist/components/ifx-icons-preview.js +1 -1
- package/dist/components/ifx-list-entry.js +1 -1
- package/dist/components/ifx-multiselect-option.js +1 -1
- package/dist/components/ifx-multiselect.js +1 -1
- package/dist/components/ifx-pagination.js +1 -1
- package/dist/components/ifx-search-bar.js +1 -1
- package/dist/components/ifx-search-field.js +1 -1
- package/dist/components/ifx-segment.js +1 -1
- package/dist/components/ifx-segmented-control.js +2 -2
- package/dist/components/ifx-select.js +1 -1
- package/dist/components/ifx-set-filter.js +5 -5
- package/dist/components/ifx-slider.js +2 -2
- package/dist/components/ifx-spinner.js +1 -1
- package/dist/components/ifx-status.js +1 -1
- package/dist/components/ifx-step.js +4 -4
- package/dist/components/ifx-stepper.js +2 -2
- package/dist/components/ifx-switch.js +1 -1
- package/dist/components/ifx-tab.js +1 -1
- package/dist/components/ifx-table.js +4 -4
- package/dist/components/ifx-tabs.js +2 -2
- package/dist/components/ifx-tag.js +1 -1
- package/dist/components/ifx-template.js +1 -1
- package/dist/components/ifx-templates-ui.js +4 -4
- package/dist/components/ifx-text-field.js +1 -1
- package/dist/components/ifx-textarea.js +1 -1
- package/dist/components/ifx-tooltip.js +4 -4
- package/dist/components/ifx-tree-view-item.js +2 -2
- package/dist/components/ifx-tree-view.js +1 -1
- package/dist/components/{p-31696649.js → p-0218abcd.js} +5 -5
- package/dist/components/{p-31696649.js.map → p-0218abcd.js.map} +1 -1
- package/dist/components/{p-6a9e1fb6.js → p-122e79fc.js} +3 -3
- package/dist/components/{p-6a9e1fb6.js.map → p-122e79fc.js.map} +1 -1
- package/dist/components/{p-da273970.js → p-43438af8.js} +4 -4
- package/dist/components/{p-da273970.js.map → p-43438af8.js.map} +1 -1
- package/dist/components/{p-bfc8b82f.js → p-5853a3c8.js} +2 -2
- package/dist/components/{p-bfc8b82f.js.map → p-5853a3c8.js.map} +1 -1
- package/dist/components/{p-cb92983f.js → p-96237222.js} +3 -3
- package/dist/components/{p-cb92983f.js.map → p-96237222.js.map} +1 -1
- package/dist/components/{p-8cbf32a7.js → p-c601034d.js} +2 -2
- package/dist/components/{p-8cbf32a7.js.map → p-c601034d.js.map} +1 -1
- package/dist/components/p-c7297dfd.js +471 -0
- package/dist/components/p-c7297dfd.js.map +1 -0
- package/dist/components/{p-c5f7a0e2.js → p-f9c7ad2e.js} +5 -5
- package/dist/components/{p-c5f7a0e2.js.map → p-f9c7ad2e.js.map} +1 -1
- package/dist/esm/ifx-alert_2.entry.js +1 -1
- package/dist/esm/ifx-basic-table.entry.js +1 -1
- package/dist/esm/ifx-faq.entry.js +1 -1
- package/dist/esm/ifx-filter-accordion.entry.js +2 -2
- package/dist/esm/ifx-filter-bar.entry.js +1 -1
- package/dist/esm/ifx-filter-search.entry.js +1 -1
- package/dist/esm/ifx-filter-type-group.entry.js +1 -1
- package/dist/esm/ifx-list-entry.entry.js +1 -1
- package/dist/esm/ifx-multiselect_2.entry.js +4 -4
- package/dist/esm/ifx-search-field.entry.js +349 -12
- package/dist/esm/ifx-search-field.entry.js.map +1 -1
- package/dist/esm/ifx-segment.entry.js +1 -1
- package/dist/esm/ifx-segmented-control.entry.js +2 -2
- package/dist/esm/ifx-select.entry.js +2 -2
- package/dist/esm/ifx-slider.entry.js +2 -2
- package/dist/esm/ifx-spinner_2.entry.js +6 -6
- package/dist/esm/ifx-status.entry.js +1 -1
- package/dist/esm/ifx-step.entry.js +4 -4
- package/dist/esm/ifx-stepper.entry.js +2 -2
- package/dist/esm/ifx-switch.entry.js +1 -1
- package/dist/esm/ifx-tab.entry.js +1 -1
- package/dist/esm/ifx-table.entry.js +2 -2
- package/dist/esm/ifx-tabs.entry.js +2 -2
- package/dist/esm/ifx-tag.entry.js +1 -1
- package/dist/esm/ifx-templates-ui.entry.js +1 -1
- package/dist/esm/ifx-textarea.entry.js +1 -1
- package/dist/esm/ifx-tooltip.entry.js +4 -4
- package/dist/esm/ifx-tree-view-item.entry.js +2 -2
- package/dist/esm/ifx-tree-view.entry.js +1 -1
- package/dist/esm/infineon-design-system-stencil.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js +1 -1
- package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js.map +1 -1
- package/dist/infineon-design-system-stencil/{p-7adee2dd.entry.js → p-0cbdafca.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-2d7159a9.entry.js → p-10ef115a.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-f544fb03.entry.js → p-1e7646b7.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-0c1c831c.entry.js → p-253ea47f.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-09a8d63d.entry.js → p-273a91b3.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-3d037fa4.entry.js → p-33b46161.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-a2a44fbe.entry.js → p-37be5d65.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-18a81f5f.entry.js → p-3bce1f22.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-e5091718.entry.js → p-3dd8bdf4.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-6c2698a3.entry.js → p-6ec8258a.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-71e34467.entry.js → p-706a8ead.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-7705c159.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-1e0d789f.entry.js → p-8e838717.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-4eda4ef3.entry.js → p-8eab207b.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-8ecae73b.entry.js → p-9be0905e.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-90efbef9.entry.js → p-9cfe025d.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-bca4f6c8.entry.js → p-b393c1e7.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-b83380f8.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-e172e81c.entry.js.map → p-b83380f8.entry.js.map} +1 -1
- package/dist/infineon-design-system-stencil/{p-04d8ea38.entry.js → p-caef0e47.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-36dcebde.entry.js → p-d3d6a562.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-d4b4107a.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-d4b4107a.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/{p-c36df3ce.entry.js → p-d660ebea.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-59c3ac10.entry.js → p-d8a57524.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-84d4d6a1.entry.js → p-e196740d.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-2e931b0d.entry.js → p-e45d85fc.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-437973f5.entry.js → p-e61d3fc6.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-c7e86c7c.entry.js → p-ed30fb98.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-05d9aa1f.entry.js → p-f84af2e3.entry.js} +2 -2
- package/dist/types/components/search-field/search-field.d.ts +53 -2
- package/dist/types/components/search-field/search-field.stories.d.ts +191 -0
- package/dist/types/components.d.ts +42 -2
- package/package.json +1 -1
- package/dist/components/p-c6e5f94d.js +0 -115
- package/dist/components/p-c6e5f94d.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-c164c83b.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-c164c83b.entry.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-e172e81c.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-e571c002.entry.js +0 -2
- /package/dist/infineon-design-system-stencil/{p-7adee2dd.entry.js.map → p-0cbdafca.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-2d7159a9.entry.js.map → p-10ef115a.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-f544fb03.entry.js.map → p-1e7646b7.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-0c1c831c.entry.js.map → p-253ea47f.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-09a8d63d.entry.js.map → p-273a91b3.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-3d037fa4.entry.js.map → p-33b46161.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-a2a44fbe.entry.js.map → p-37be5d65.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-18a81f5f.entry.js.map → p-3bce1f22.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-e5091718.entry.js.map → p-3dd8bdf4.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-6c2698a3.entry.js.map → p-6ec8258a.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-71e34467.entry.js.map → p-706a8ead.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-e571c002.entry.js.map → p-7705c159.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-1e0d789f.entry.js.map → p-8e838717.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-4eda4ef3.entry.js.map → p-8eab207b.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-8ecae73b.entry.js.map → p-9be0905e.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-90efbef9.entry.js.map → p-9cfe025d.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-bca4f6c8.entry.js.map → p-b393c1e7.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-04d8ea38.entry.js.map → p-caef0e47.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-36dcebde.entry.js.map → p-d3d6a562.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-c36df3ce.entry.js.map → p-d660ebea.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-59c3ac10.entry.js.map → p-d8a57524.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-84d4d6a1.entry.js.map → p-e196740d.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-2e931b0d.entry.js.map → p-e45d85fc.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-437973f5.entry.js.map → p-e61d3fc6.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-c7e86c7c.entry.js.map → p-ed30fb98.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-05d9aa1f.entry.js.map → p-f84af2e3.entry.js.map} +0 -0
@@ -97,7 +97,7 @@ const FilterBar = /*@__PURE__*/ proxyCustomElement(class FilterBar extends H {
|
|
97
97
|
// Calculate slotsToShow safely
|
98
98
|
const slotsToShow = Math.min(safeVisibleSlots, actualNumberOfComponents, Number.MAX_SAFE_INTEGER);
|
99
99
|
const slots = Array.from({ length: slotsToShow }, (_, i) => (h("div", { class: "filter-slot-wrapper" }, h("slot", { name: `filter-component-${i + 1}` }))));
|
100
|
-
return (h(Host, { key: '
|
100
|
+
return (h(Host, { key: '390d4edb8b2681c33017c1245d3b47c254086065' }, h("div", { key: '631db42c0db2e69c53a35a3a4878863215466783', class: "search-container" }, h("slot", { key: 'd3b7e942185a37da9af701ede28b22aabca08812', name: "filter-search" }), " "), h("div", { key: '599234808c4076a085f19bbe489a5a6746bfcda9', class: "components-container" }, slots.length > 0 ? slots : h("slot", { name: "filter-component" }), this.showMoreFiltersButton && !this.showAllFilters && (h("div", { key: '6ceade00712115f448158081ad7ec082d9c6c416', class: "more-filters-wrapper", onClick: this.handleMoreFiltersClick }, h("ifx-button", { key: 'd1dbd53565e30c526e75ceebff18ecaf9355997a', type: "button", disabled: false, variant: "tertiary", size: "m", target: "_blank", theme: "default", "full-width": "false" }, h("ifx-icon", { key: '43ec4bbcd0ac7b76534aafe26af8b330627d2f32', icon: "filter-16" }), "More filters"))))));
|
101
101
|
}
|
102
102
|
get el() { return this; }
|
103
103
|
static get style() { return IfxFilterBarStyle0; }
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { p as proxyCustomElement, H, c as createEvent, h } from './p-f8e6a4ef.js';
|
2
2
|
import { d as defineCustomElement$3 } from './p-0e4632d4.js';
|
3
|
-
import { d as defineCustomElement$2 } from './p-
|
3
|
+
import { d as defineCustomElement$2 } from './p-c7297dfd.js';
|
4
4
|
|
5
5
|
const filterSearchCss = ".sidebar-filter-search-wrapper{display:flex;padding:12px 16px 16px 16px;flex-direction:column;align-items:flex-start;align-self:stretch;gap:4px;font-family:var(--ifx-font-family);background:#EEEDED}.topbar-filter-search-wrapper{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;gap:4px;font-family:var(--ifx-font-family)}.topbar-filter-search-wrapper ifx-search-field{width:100%;}.filter-name{font-size:1rem;line-height:1.5rem;font-weight:600}";
|
6
6
|
const IfxFilterSearchStyle0 = filterSearchCss;
|
@@ -33,7 +33,7 @@ const FilterSearch = /*@__PURE__*/ proxyCustomElement(class FilterSearch extends
|
|
33
33
|
this.ifxFilterSearchChange.emit({ filterName: this.filterName, filterValue: this.filterValue, filterKey: this.filterKey }); // Emitting filterKey along with other properties
|
34
34
|
}
|
35
35
|
render() {
|
36
|
-
return (h("div", { key: '
|
36
|
+
return (h("div", { key: '3e287efc07bf8225fe661ae9551c8cc2e980e622', class: `${this.filterOrientation === 'sidebar' ? 'sidebar-filter-search-wrapper' : 'topbar-filter-search-wrapper'}` }, h("div", { key: '3b9a27b4e94843db8109028fb6a3ba849c4cf206', class: "filter-name" }, this.filterName), h("ifx-search-field", { key: '62cd45208bfe565cc2f903c361ced6fa02499942', placeholder: this.placeholder, "show-delete-icon": this.showDeleteIcon, disabled: this.disabled, value: this.filterValue })));
|
37
37
|
}
|
38
38
|
get host() { return this; }
|
39
39
|
static get watchers() { return {
|
@@ -127,7 +127,7 @@ const IfxFilterTypeGroup$1 = /*@__PURE__*/ proxyCustomElement(class IfxFilterTyp
|
|
127
127
|
window.removeEventListener('ifxResetFiltersEvent', this.handleResetEvent);
|
128
128
|
}
|
129
129
|
render() {
|
130
|
-
return (h(Host, { key: '
|
130
|
+
return (h(Host, { key: '1d0bf0c68fb42e0394e0aa9bb5e66660d3ef5cda' }, h("div", { key: '215cd4cb99b4200d6a37c73267658f5dea619fff', class: "filter-type-group" }, h("slot", { key: 'e3a96b1a72ae653d2bcd51faf9c3a297bc541de3', name: "filter-search" }), h("slot", { key: '828ff0797c6f7ae7b3d6a2b6b0cdbde982b95cb1', name: "filter-accordion" }))));
|
131
131
|
}
|
132
132
|
get el() { return this; }
|
133
133
|
static get style() { return IfxFilterTypeGroupStyle0; }
|
@@ -2,7 +2,7 @@ import { p as proxyCustomElement, H, h } from './p-f8e6a4ef.js';
|
|
2
2
|
import { i as icons, d as defineCustomElement$5 } from './p-0e4632d4.js';
|
3
3
|
import { d as defineCustomElement$4 } from './p-9ea9e274.js';
|
4
4
|
import { d as defineCustomElement$3 } from './p-ab4beff7.js';
|
5
|
-
import { d as defineCustomElement$2 } from './p-
|
5
|
+
import { d as defineCustomElement$2 } from './p-c7297dfd.js';
|
6
6
|
|
7
7
|
const iconsPreviewCss = ".container{display:flex;flex-direction:column;gap:10px}.alert__wrapper{margin-bottom:40px}.snippet__wrapper{display:flex;flex-direction:column;gap:5px;position:sticky;top:0;left:0;z-index:99;background-color:white}.html-wrapper{background:rgb(38, 38, 38);padding:20px;color:white;font-family:monospace}.html-wrapper button{position:absolute;right:0px;bottom:0px;background:rgba(0, 0, 0, 0.85);color:#C9CDCF;border:0 none;padding:4px 10px;font-size:0.75rem;font-family:\"Nunito Sans\";font-weight:700;border-top:1px solid rgba(255, 255, 255, 0.1);border-left:1px solid rgba(255, 255, 255, 0.1);margin-left:-1px;border-radius:4px 0 0 0;cursor:pointer}.html-wrapper .component-name{color:#A8FF60}.html-wrapper .attribute-name{color:rgb(150, 203, 254)}.html-wrapper .attribute-value{color:rgb(180, 116, 221)}.preview__container{box-sizing:border-box;display:flex;align-items:center;padding:2px;flex-wrap:wrap;gap:4px}.preview__container .no-results{width:100%;text-align:center}.preview__container .preview__container-item{display:flex;justify-content:center;align-items:center;border:1px solid #f1f1f1;padding:2px;width:50px;height:50px;position:relative}.preview__container .preview__container-item:active{border-color:#378375}.preview__container .preview__container-item:hover{cursor:pointer}.preview__container .preview__container-item.copied::after{z-index:50;content:\"copied!\";position:absolute;top:0;left:50px;background-color:#000;color:white;padding:3px;border-radius:4px}";
|
8
8
|
const IfxIconsPreviewStyle0 = iconsPreviewCss;
|
@@ -26,7 +26,7 @@ const ListEntry = /*@__PURE__*/ proxyCustomElement(class ListEntry extends H {
|
|
26
26
|
this.ifxListEntryChange.emit({ label: this.label, value: this.value, type: this.type });
|
27
27
|
}
|
28
28
|
render() {
|
29
|
-
return (h("div", { key: '
|
29
|
+
return (h("div", { key: 'a78a3927f090f95f0e4a75a6f2c44200b91370a2', class: "wrapper" }, this.type === 'checkbox' ? (h("div", { class: "list-entry" }, h("ifx-checkbox", { size: "s", checked: this.value }, this.label))) : (h("div", { class: "list-entry" }, h("ifx-radio-button", { size: "s", checked: this.value }, this.label)))));
|
30
30
|
}
|
31
31
|
get host() { return this; }
|
32
32
|
static get watchers() { return {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { M as MultiselectOption, d as defineCustomElement$1 } from './p-
|
1
|
+
import { M as MultiselectOption, d as defineCustomElement$1 } from './p-f9c7ad2e.js';
|
2
2
|
|
3
3
|
const IfxMultiselectOption = MultiselectOption;
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|
@@ -2,7 +2,7 @@ import { p as proxyCustomElement, H, c as createEvent, h } from './p-f8e6a4ef.js
|
|
2
2
|
import { t as trackComponent } from './p-6ecb6a6f.js';
|
3
3
|
import { i as isNestedInIfxComponent } from './p-1ecafb97.js';
|
4
4
|
import { d as defineCustomElement$3 } from './p-0e4632d4.js';
|
5
|
-
import { d as defineCustomElement$2 } from './p-
|
5
|
+
import { d as defineCustomElement$2 } from './p-c7297dfd.js';
|
6
6
|
|
7
7
|
const searchBarCss = ":root{--ifx-font-family:\"Source Sans 3\", \"Arial, sans-serif\"}:host{width:100%;display:flex}.search-bar{box-sizing:border-box;height:40px;background-color:#FFFFFF;display:flex;flex-direction:row;align-items:center;width:100%;font-family:var(--ifx-font-family)}.search-bar.closed{display:flex;width:auto;justify-content:flex-start}.search-bar .search-bar-wrapper{display:flex;align-items:center;gap:16px;width:100%}.search-bar .search-bar-wrapper a{text-decoration:none;font-size:1rem;font-style:normal;font-weight:600;line-height:1.5rem;color:#0A8276;cursor:pointer}.search-bar .search-bar-wrapper ifx-search-field{width:100%}.search-bar .search-bar__icon-wrapper{display:none;flex-direction:row;align-items:center}.search-bar .search-bar__icon-wrapper ifx-icon:hover{cursor:pointer}.search-bar.closed .search-bar__icon-wrapper{display:flex}.search-bar.closed .search-bar-wrapper{display:none}";
|
8
8
|
const IfxSearchBarStyle0 = searchBarCss;
|
@@ -27,7 +27,7 @@ const Segment = /*@__PURE__*/ proxyCustomElement(class Segment extends H {
|
|
27
27
|
}
|
28
28
|
}
|
29
29
|
render() {
|
30
|
-
return (h("div", { key: '
|
30
|
+
return (h("div", { key: 'cd801960a7ce5e8112b0d544a0122ded889cfc1f', class: `segment ${this.selected ? 'segment--selected' : ''}`, tabIndex: 0, onClick: () => { this.handleSegmentClick(); }, onKeyDown: (e) => { this.handleSegmentKeyDown(e); } }, h("ifx-icon", { key: 'c81cddf4a652f00324cbc0b8a31c3598c1b62a08', icon: this.icon }), " ", h("slot", { key: '7b9786b4b20e69eaf30b5a6d140decff95e04423' })));
|
31
31
|
}
|
32
32
|
static get style() { return IfxSegmentStyle0; }
|
33
33
|
}, [1, "ifx-segment", {
|
@@ -74,8 +74,8 @@ const SegmentedControl = /*@__PURE__*/ proxyCustomElement(class SegmentedControl
|
|
74
74
|
this.setActiveSegment();
|
75
75
|
}
|
76
76
|
render() {
|
77
|
-
return (h("div", { key: '
|
78
|
-
h("div", { key: '
|
77
|
+
return (h("div", { key: 'bc2036a6790cae8615960507499ad5f1b64b853e', "aria-value": this.selectedValue, "aria-label": 'segmented control', class: 'group' }, h("div", { key: 'ea2ae4f080c3df4ebf40347e744fe18b5f9dbb4f', class: 'group__label' }, this.label.trim()), h("div", { key: 'b1caeb01aff705bfba7edca4dcc79ad17e8a3db4', class: 'group__controls' }, h("slot", { key: '07bd91c190848509a903f040c0d3f388805d5909' })), this.caption.trim() &&
|
78
|
+
h("div", { key: '13564a2949a7c0eae1670c03748b5483fc3183ff', class: 'group__caption' }, h("ifx-icon", { key: 'c96889c4d84e1982f906ac9a85c67dcbbb1bcee9', icon: 'c-info-16' }), " ", this.caption.trim())));
|
79
79
|
}
|
80
80
|
componentDidRender() {
|
81
81
|
this.setSegmentSize();
|
@@ -1,11 +1,11 @@
|
|
1
1
|
import { p as proxyCustomElement, H, c as createEvent, h } from './p-f8e6a4ef.js';
|
2
2
|
import { d as defineCustomElement$8 } from './p-331ca3f3.js';
|
3
3
|
import { d as defineCustomElement$7 } from './p-0e4632d4.js';
|
4
|
-
import { d as defineCustomElement$6 } from './p-
|
5
|
-
import { d as defineCustomElement$5 } from './p-
|
6
|
-
import { d as defineCustomElement$4 } from './p-
|
7
|
-
import { d as defineCustomElement$3 } from './p-
|
8
|
-
import { d as defineCustomElement$2 } from './p-
|
4
|
+
import { d as defineCustomElement$6 } from './p-c601034d.js';
|
5
|
+
import { d as defineCustomElement$5 } from './p-f9c7ad2e.js';
|
6
|
+
import { d as defineCustomElement$4 } from './p-c7297dfd.js';
|
7
|
+
import { d as defineCustomElement$3 } from './p-122e79fc.js';
|
8
|
+
import { d as defineCustomElement$2 } from './p-0218abcd.js';
|
9
9
|
|
10
10
|
const setFilterCss = "";
|
11
11
|
const IfxSetFilterStyle0 = setFilterCss;
|
@@ -150,10 +150,10 @@ const IfxSlider$1 = /*@__PURE__*/ proxyCustomElement(class IfxSlider extends H {
|
|
150
150
|
this.updateValuePercent();
|
151
151
|
}
|
152
152
|
render() {
|
153
|
-
return (h("div", { key: '
|
153
|
+
return (h("div", { key: 'fcb669f490ff98494a358cf66cc9d1ef41aca2cc', class: "ifx-slider" }, this.leftText && (h("span", { key: '51f087894230659c820e5fad5d6ba3e7c723416c', class: `left-text` }, this.leftText)), this.leftIcon && (h("ifx-icon", { key: '5131d0c3cccc58f1a4f1aa9be977fda0901d1ca0', icon: this.leftIcon, class: `left-icon${this.disabled ? ' disabled' : ''}` })), (this.type !== 'double') ?
|
154
154
|
h("input", { type: "range", min: this.min, max: this.max, step: this.step, value: this.internalValue, disabled: this.disabled, ref: (el) => (this.inputRef = el), onInput: (event) => this.handleInputChange(event), "aria-label": 'a slider', "aria-value": this.value, "aria-disabled": this.disabled })
|
155
155
|
:
|
156
|
-
h("div", { class: 'range-slider__wrapper', "aria-label": 'a range slider', "aria-value": this.value, "aria-disabled": this.disabled }, h("input", { id: 'min-slider', type: 'range', min: this.min, max: this.max, step: this.step, value: this.internalMinValue, disabled: this.disabled, ref: (el) => (this.minInputRef = el), onInput: (event) => this.handleInputChangeOfRangeSlider(event), onMouseUp: (event) => this.handleOnMouseLeaveOfRangeSlider(event) }), h("input", { id: 'max-slider', type: 'range', min: this.min, max: this.max, step: this.step, value: this.internalMaxValue, disabled: this.disabled, ref: (el) => (this.maxInputRef = el), onInput: (event) => this.handleInputChangeOfRangeSlider(event), onMouseUp: (event) => this.handleOnMouseLeaveOfRangeSlider(event) })), this.rightIcon && (h("ifx-icon", { key: '
|
156
|
+
h("div", { class: 'range-slider__wrapper', "aria-label": 'a range slider', "aria-value": this.value, "aria-disabled": this.disabled }, h("input", { id: 'min-slider', type: 'range', min: this.min, max: this.max, step: this.step, value: this.internalMinValue, disabled: this.disabled, ref: (el) => (this.minInputRef = el), onInput: (event) => this.handleInputChangeOfRangeSlider(event), onMouseUp: (event) => this.handleOnMouseLeaveOfRangeSlider(event) }), h("input", { id: 'max-slider', type: 'range', min: this.min, max: this.max, step: this.step, value: this.internalMaxValue, disabled: this.disabled, ref: (el) => (this.maxInputRef = el), onInput: (event) => this.handleInputChangeOfRangeSlider(event), onMouseUp: (event) => this.handleOnMouseLeaveOfRangeSlider(event) })), this.rightIcon && (h("ifx-icon", { key: '2462b04f95055a00322dde99289445a275cf52c2', icon: this.rightIcon, class: `right-icon${this.disabled ? ' disabled' : ''}` })), this.rightText && (h("span", { key: '834eac1450738b63d611818b079a7124f9e4b26a', class: `right-text${this.disabled ? ' disabled' : ''}` }, this.rightText)), this.showPercentage && (this.type !== "double") && (h("span", { key: '7d9265c3ad19d6585984da7c432ab2eddfb0e51f', class: `percentage-display${this.disabled ? ' disabled' : ''}` }, this.percentage, "%"))));
|
157
157
|
}
|
158
158
|
get el() { return this; }
|
159
159
|
static get watchers() { return {
|
@@ -22,7 +22,7 @@ const Status = /*@__PURE__*/ proxyCustomElement(class Status extends H {
|
|
22
22
|
var _a;
|
23
23
|
const effectiveColor = ((_a = this.color) === null || _a === void 0 ? void 0 : _a.trim()) ? this.color : 'orange-500';
|
24
24
|
const containerClass = this.border ? `container border-${effectiveColor}` : 'container no-border';
|
25
|
-
return (h("div", { key: '
|
25
|
+
return (h("div", { key: '1ab0d47a33810d4aa50193bcc34db74a8003597f', "aria-label": "a status indicator", "aria-value": this.label, class: containerClass }, h("span", { key: '627782abd370dfc741401c813a6467ed72219d86', class: `dot ${effectiveColor}` }), h("p", { key: '9ef443e380f5648ecdcd5a8954932654416085d1', class: "text" }, this.label)));
|
26
26
|
}
|
27
27
|
get el() { return this; }
|
28
28
|
static get style() { return IfxStatusStyle0; }
|
@@ -50,7 +50,7 @@ const Step = /*@__PURE__*/ proxyCustomElement(class Step extends H {
|
|
50
50
|
}
|
51
51
|
}
|
52
52
|
render() {
|
53
|
-
return (h("div", { key: '
|
53
|
+
return (h("div", { key: 'dd6c17bea0cd62475732ea2c577cd102f77df8ba', "aria-current": this.active ? 'step' : false, "aria-disabled": this.active || this.complete ? false : true, onClick: (e) => this.stopOnClickPropogation(e), class: `step-wrapper ${this.stepId === 1 ? 'first-step' : ''}
|
54
54
|
${this.error ? 'error' : ''}
|
55
55
|
${this.stepperState.variant}
|
56
56
|
${this.complete ? 'complete' : ''}
|
@@ -58,11 +58,11 @@ const Step = /*@__PURE__*/ proxyCustomElement(class Step extends H {
|
|
58
58
|
indicator-${this.stepperState.indicatorPosition}
|
59
59
|
${this.active ? 'active' : ''}
|
60
60
|
${this.clickable ? 'clickable' : ''}
|
61
|
-
${this.disabled ? 'disabled' : ''}` }, h("div", { key: '
|
62
|
-
h("div", { key: '
|
61
|
+
${this.disabled ? 'disabled' : ''}` }, h("div", { key: 'd923bfda8089c8b2199d45acaaf6ac8c9fdeec5d', class: 'step-icon-wrapper' }, this.stepperState.variant !== 'compact' && h("span", { key: '13aac7c30b1dcd6ff7df11a4c58f4f9f156c01fc', class: 'step-connector-l' }), (this.stepperState.variant !== 'compact' && (!this.error || (this.error && this.active))) &&
|
62
|
+
h("div", { key: '35da868f3749271c369959b782e980dc95c3c92f', class: 'step-icon' }, (this.stepperState.showStepNumber && !this.complete && !this.active) ? this.stepId : '', (this.complete && !this.active) && h("ifx-icon", { key: '4813fe9d028d7e1a25e7058cce5a79a76cba76f1', icon: 'check16' }), this.active && h("span", { key: 'd0c1dbfed346671ca777606ffe5f3efe2016a170', class: 'active-indic' })), (this.stepperState.variant !== 'compact' && this.error && !this.active) && h("ifx-icon", { key: 'd5e56742186a732d1cf95069b8a61d59b8a68073', icon: 'warningF16' }), this.stepperState.variant !== 'compact' && h("span", { key: '188cb1e005c83ad4abc3b05a0c8833968588628e', class: `step-connector-r ${this.active ? 'active' : ''}` })),
|
63
63
|
/* Step labels */
|
64
64
|
(this.stepperState.variant !== 'compact' || (this.stepperState.variant === 'compact' && (this.active || this.stepId === this.stepperState.activeStep + 1))) &&
|
65
|
-
h("div", { key: '
|
65
|
+
h("div", { key: '4a60050301d4666815c6eb64d85d6a85459fb272', tabIndex: !this.disabled && this.complete && !this.active ? 0 : -1, class: `step-label ${this.stepperState.variant === 'compact' ? (this.active ? 'curr-label' : 'next-label') : ''}`, onClick: () => { this.handleStepClick(); }, onKeyDown: (e) => { this.handleStepKeyDown(e); } }, (this.stepperState.variant !== 'compact') && h("slot", { key: 'cbd47999729966cc8858b41bb54608eab8aa30c7' }), this.stepperState.variant === 'compact' && !this.active ? 'Next: ' : '', this.stepperState.variant === 'compact' && h("slot", { key: 'acb8a199531960f67d7c9c78238c9510118d79ab' }))));
|
66
66
|
}
|
67
67
|
;
|
68
68
|
static get watchers() { return {
|
@@ -131,10 +131,10 @@ const Stepper = /*@__PURE__*/ proxyCustomElement(class Stepper extends H {
|
|
131
131
|
this.syncIfxSteps();
|
132
132
|
}
|
133
133
|
render() {
|
134
|
-
return (h("div", { key: '
|
134
|
+
return (h("div", { key: 'b317152f68397708683ff53247764974e50c17e0', "aria-label": 'a stepper', role: 'navigation', class: `stepper ${(this.variant !== 'compact' && this.variant !== 'vertical') ? 'default' : this.variant} ${this.variant === 'compact' ? 'compact-' + this.indicatorPosition : ''}` },
|
135
135
|
/* Progress bar for compact variant. */
|
136
136
|
(this.variant === 'compact') &&
|
137
|
-
h("div", { key: '
|
137
|
+
h("div", { key: 'fe39a480499c0a8e502b9fa24e9cf4c6140a1813', class: 'stepper-progress' }, h("div", { key: '6ce5d591e482a9263ab3f978c3b09e361e1b33e5', class: 'progress-detail' }, `${Math.min(this.activeStep, this.stepsCount)} of ${this.stepsCount}`)), h("div", { key: '74f54583708732b3d4f8fa2e778e91ec2bc715bd', class: `stepper-wrapper` }, h("slot", { key: '82db68aa7f92ff38152e607ca5a5fc0d09c546a3' }))));
|
138
138
|
}
|
139
139
|
;
|
140
140
|
componentDidRender() {
|
@@ -77,7 +77,7 @@ const Switch = /*@__PURE__*/ proxyCustomElement(class Switch extends H {
|
|
77
77
|
this.internals.setFormValue(null);
|
78
78
|
}
|
79
79
|
render() {
|
80
|
-
return (h("div", { key: '
|
80
|
+
return (h("div", { key: 'fc2c10c5b46ef723c11ccb0877e94705ef960ae6', class: "container", role: "switch", "aria-checked": this.internalChecked ? 'true' : 'false', "aria-label": this.name, onClick: () => this.toggleSwitch(), onKeyDown: (event) => this.handleKeyDown(event) }, h("div", { key: '7a468693514c6ae458ed38d7f12e9faa36b8ebed', class: `switch__checkbox-container ${this.internalChecked ? 'checked' : ''} ${this.disabled ? 'disabled' : ''}`, tabindex: "0" }, h("div", { key: '8e3eb0f6a8128e7e26a592b832e3eea317e06564', class: "switch__checkbox-wrapper" }, h("input", { key: '241bd2d7d9d9571980535c0e43475469ce8333d8', type: "checkbox", hidden: true, name: this.name, disabled: this.disabled, checked: this.internalChecked, value: `${this.value}` }), h("div", { key: '91ed4ade33a9bb823675d9e93df3ed3bac2d728e', class: `switch ${this.internalChecked ? 'checked' : ''} ${this.disabled ? 'disabled' : ''}` }))), h("div", { key: 'e93d2dee48ee1d10553466996fb9cc381ccf61fa', class: `switch__label-wrapper ${this.disabled ? 'disabled' : ''}` }, h("label", { key: '4e23394b1fd1545bc92e43481b48049401b9d185', htmlFor: "switch" }, h("slot", { key: '32039bb97847c691fac995381e2557956f8d410e', onSlotchange: () => this.toggleLabelGap() })))));
|
81
81
|
}
|
82
82
|
static get formAssociated() { return true; }
|
83
83
|
get el() { return this; }
|
@@ -15,7 +15,7 @@ const IfxTab$1 = /*@__PURE__*/ proxyCustomElement(class IfxTab extends H {
|
|
15
15
|
this.tabHeaderChange.emit(this.header);
|
16
16
|
}
|
17
17
|
render() {
|
18
|
-
return h("slot", { key: '
|
18
|
+
return h("slot", { key: 'c7a8823e3823036920aef997ea359efee1cd8cc8' });
|
19
19
|
}
|
20
20
|
get el() { return this; }
|
21
21
|
static get style() { return IfxTabStyle0; }
|
@@ -10,8 +10,8 @@ import { d as defineCustomElement$7 } from './p-940ee336.js';
|
|
10
10
|
import { d as defineCustomElement$6 } from './p-0e4632d4.js';
|
11
11
|
import { d as defineCustomElement$5 } from './p-b1ca5daf.js';
|
12
12
|
import { d as defineCustomElement$4 } from './p-94da6823.js';
|
13
|
-
import { d as defineCustomElement$3 } from './p-
|
14
|
-
import { d as defineCustomElement$2 } from './p-
|
13
|
+
import { d as defineCustomElement$3 } from './p-5853a3c8.js';
|
14
|
+
import { d as defineCustomElement$2 } from './p-122e79fc.js';
|
15
15
|
|
16
16
|
class ButtonCellRenderer {
|
17
17
|
init(params) {
|
@@ -471,12 +471,12 @@ const Table = /*@__PURE__*/ proxyCustomElement(class Table extends H {
|
|
471
471
|
};
|
472
472
|
}
|
473
473
|
const filterClass = this.filterOrientation === 'topbar' ? 'topbar-layout' : 'sidebar-layout';
|
474
|
-
return (h(Host, { key: '
|
474
|
+
return (h(Host, { key: '0f7d7ae66e093a73605585242a733de3589a36e3' }, h("div", { key: '0d85f412509409adbfa4123850836f54e13c0770', class: "table-container" }, this.filterOrientation === 'sidebar' && (h("div", { key: '6d31e71cbc1aeb8fa6d722ed0a8f4254e4a8bd15', class: "sidebar-btn" }, h("ifx-button", { key: '6944d39291e3dadac3524fd886db2e0b11f14078', type: "button", disabled: false, variant: "secondary", size: "m", target: "_blank", theme: "default", "full-width": "false", onClick: () => this.toggleSidebarFilters() }, h("ifx-icon", { key: '1ac7bcc62a952fe74f5e6762f8f90c634adee979', icon: "cross-16" }), this.showSidebarFilters ? 'Hide Filters' : 'Show Filters'))), h("div", { key: '264ced13fc0d2d418328fb8ae59b11ef3f311a04', class: filterClass }, this.filterOrientation === 'sidebar' && this.showSidebarFilters && (h("div", { key: '13b5a85c1fcb49ed8cefc91f5b0d4364e4012f44', class: "sidebar-container" }, h("div", { key: '27520ccdbb09e49399f37661cd05a8badd866300', class: "filters-title-container" }, h("span", { key: '6249a3a22d5db5bb0381097f03ebec44d1bfe687', class: "filters-title" }, "Filters")), h("div", { key: 'cb7a557335e7185515a2aaa74e0ccd28f914be1f', class: "set-filter-wrapper-sidebar" }, (this.filterOrientation !== 'sidebar' || this.showSidebarFilters) && (h("slot", { key: '95c97131de0806da0a79f630569b1c165095a9c8', name: "sidebar-filter" }))))), this.filterOrientation !== 'none' && this.filterOrientation !== 'sidebar' && (h("div", { key: '27ab342d586f8c152e3ac78026a82edd1cdbd184', class: "set-filter-wrapper-topbar" }, (this.filterOrientation !== 'sidebar' || this.showSidebarFilters) && (h("slot", { key: '615f774f6de2d1241b639b94d1e52dae1ffd076a', name: "topbar-filter" })))), h("div", { key: '5ef00a108739910be1d34ca1974ee0005ac9c2cd', class: "table-pagination-wrapper" }, h("div", { key: '1dda8dcc3507915c08d045824751611c0db3a6ee', class: "filter-chips" }, this.filterOrientation !== 'none' && this.filterOrientation !== 'topbar' && this.showSidebarFilters && (Object.keys(this.currentFilters).map(name => {
|
475
475
|
const filter = this.currentFilters[name];
|
476
476
|
const filterValues = filter.filterValues;
|
477
477
|
const isMultiSelect = filter.type !== 'text';
|
478
478
|
return filterValues.length > 0 ? (h("ifx-chip", { placeholder: name, size: "large", variant: isMultiSelect ? "multi" : "single", readOnly: true, value: filterValues, key: name }, filterValues.map(filterValue => (h("ifx-chip-item", { value: filterValue, selected: true, key: filterValue }, filterValue))))) : null;
|
479
|
-
})), this.filterOrientation !== 'none' && this.filterOrientation === 'sidebar' && this.showSidebarFilters && Object.keys(this.currentFilters).length > 0 && (h("ifx-button", { key: '
|
479
|
+
})), this.filterOrientation !== 'none' && this.filterOrientation === 'sidebar' && this.showSidebarFilters && Object.keys(this.currentFilters).length > 0 && (h("ifx-button", { key: 'e32194469a629197053a3a7ed8eab3866a812eb1', type: "button", disabled: false, variant: "tertiary", size: "m", target: "_blank", theme: "default", "full-width": "false", onClick: () => this.handleResetButtonClick() }, h("ifx-icon", { key: 'a3d1b356bce9d9cc067d5b5b2ac5a27c08512495', icon: "curved-arrow-left-16" }), "Reset all"))), this.filterOrientation !== 'none' && (h("div", { key: '1b46e6badd397b9128d6ccbdb8e84979601297f6', class: "matching-results-container" }, h("span", { key: '3650b631a3ec9537c550bc5edcf7714ac7d7de69', class: "matching-results-count" }, this.matchingResultsCount), h("span", { key: 'f4465b3736e270dacc1d92c5ef71e55849a48c2c', class: "matching-results-text" }, "matching results"))), h("div", { key: '0a406218cd17f4817be4840658da8bc785c1fe2c', id: "table-wrapper", class: this.getTableClassNames() }, h("div", { key: '8bf7364d512e0a96efeeeab20772c4c95a1de715', id: `ifxTable-${this.uniqueKey}`, class: `ifx-ag-grid ${this.variant === 'zebra' ? 'zebra' : ""}`, style: style, ref: (el) => this.container = el })), this.pagination ? h("ifx-pagination", { total: this.allRowData.length, "current-page": this.currentPage, "items-per-page": '[{"value":"ten","label":"10","selected":true}, {"value":"Twenty","label":"20","selected":false}, {"value":"Thirty","label":"30","selected":false}]' }) : null)))));
|
480
480
|
}
|
481
481
|
hasButtonCol() {
|
482
482
|
return this.getColData().some(column => column.field === 'button');
|
@@ -210,9 +210,9 @@ const IfxTabs$1 = /*@__PURE__*/ proxyCustomElement(class IfxTabs extends H {
|
|
210
210
|
}
|
211
211
|
render() {
|
212
212
|
var _a;
|
213
|
-
return (h("div", { key: '
|
213
|
+
return (h("div", { key: '80bbdad814aecf0d831424acf50452a5ae115c60', "aria-label": "navigation tabs", class: `tabs ${this.internalOrientation}` }, h("ul", { key: '1f91010563022d6057b9701a5a086c10c7a36aa9', role: "tablist", class: "tabs-list" }, (_a = this.tabObjects) === null || _a === void 0 ? void 0 :
|
214
214
|
_a.map((tab, index) => (h("li", { class: this.getTabItemClass(index), ref: (el) => (this.tabHeaderRefs[index] = el), onMouseDown: (event) => event.preventDefault(), onClick: () => this.handleClick(tab, index), "aria-selected": index === this.internalActiveTabIndex ? 'true' : 'false', "aria-disabled": tab.disabled ? 'true' : 'false', role: "tab" }, (tab === null || tab === void 0 ? void 0 : tab.icon) ? h("ifx-icon", { icon: tab.icon }) : '', tab === null || tab === void 0 ? void 0 :
|
215
|
-
tab.header))), h("div", { key: '
|
215
|
+
tab.header))), h("div", { key: '559e7a8442bf8b7a14b44bd60261aa320554a7ee', class: "active-border" })), h("div", { key: '644afac658af70ebeedc346b2e5155194aad2383', class: "tab-content" }, Array.from(this.tabObjects).map((_, index) => (h("div", { style: { display: index === this.internalActiveTabIndex ? 'block' : 'none' } }, h("slot", { name: `tab-${index}` })))))));
|
216
216
|
}
|
217
217
|
get el() { return this; }
|
218
218
|
static get watchers() { return {
|
@@ -18,7 +18,7 @@ const Tag = /*@__PURE__*/ proxyCustomElement(class Tag extends H {
|
|
18
18
|
}
|
19
19
|
}
|
20
20
|
render() {
|
21
|
-
return (h("div", { key: '
|
21
|
+
return (h("div", { key: '107781fdd67b47515c0cace7b47c185d1e42e43d', "aria-label": "a tag", class: "container" }, this.icon && (h("ifx-icon", { key: '472ac0d10e836d02082e4e3eaf5fac228d845fdf', icon: this.icon })), h("a", { key: 'f56df494f649725b51e31c1cc7f4d10fe7d92241', href: "javascript:void(null);", class: "label-wrapper" }, h("p", { key: 'b1f06387260f825803bb8ebc4b7798490e27c3fc', class: "label" }, h("slot", { key: 'd63949a3564714bcf51aad4afdc6c40acb27f3a7' })))));
|
22
22
|
}
|
23
23
|
get el() { return this; }
|
24
24
|
static get style() { return IfxTagStyle0; }
|
@@ -4,9 +4,9 @@ import { d as defineCustomElement$8 } from './p-816b2612.js';
|
|
4
4
|
import { d as defineCustomElement$7 } from './p-0e4632d4.js';
|
5
5
|
import { d as defineCustomElement$6 } from './p-b1ca5daf.js';
|
6
6
|
import { d as defineCustomElement$5 } from './p-9ea9e274.js';
|
7
|
-
import { d as defineCustomElement$4 } from './p-
|
8
|
-
import { d as defineCustomElement$3 } from './p-
|
9
|
-
import { d as defineCustomElement$2 } from './p-
|
7
|
+
import { d as defineCustomElement$4 } from './p-96237222.js';
|
8
|
+
import { d as defineCustomElement$3 } from './p-43438af8.js';
|
9
|
+
import { d as defineCustomElement$2 } from './p-0218abcd.js';
|
10
10
|
|
11
11
|
const templatesUiCss = "*{padding:0;margin:0}.templates__container{display:flex;flex-direction:column;align-items:center}.templates__container .back__btn-wrapper{display:none}.templates__container .back__btn-wrapper.show{display:flex;justify-content:space-between;width:100%}.templates__container .back__btn-wrapper .alert__wrapper{display:none}.templates__container .back__btn-wrapper .alert__wrapper.show{display:block}.templates__container .templates__wrapper{display:flex;padding:20px 0px;gap:20px;flex-wrap:wrap}.templates__container .templates__title.hide{display:none}";
|
12
12
|
const IfxTemplatesUiStyle0 = templatesUiCss;
|
@@ -55,7 +55,7 @@ const TemplatesUI = /*@__PURE__*/ proxyCustomElement(class TemplatesUI extends H
|
|
55
55
|
alertWrapper.classList.remove('show');
|
56
56
|
}
|
57
57
|
render() {
|
58
|
-
return (h("div", { key: '
|
58
|
+
return (h("div", { key: '8bbe0f997f5be0ba57c7ebfc925569e07bcb8647', class: 'templates__container' }, h("div", { key: '9665ad8d5a715c5805bf84d34ebe44cf8ff9bf2b', class: "back__btn-wrapper" }, h("ifx-icon-button", { key: 'c7d6576bf8f57dcf789022fd9585b94990b49fd9', onClick: () => this.filterTemplates(false), shape: "round", variant: "tertiary", icon: "arrow-left-16", target: "_blank", size: "m" }), h("div", { key: '9ba6925d962140954d3d4bafed5852375c6c0f26', class: "alert__wrapper" }, h("ifx-alert", { key: 'fea6fdfde3f746600383aba693fe5df9213e7e6a', onClick: () => this.closeAlert(), "aria-live": "assertive", variant: "danger", icon: "c-info-16" }, "All fields are mandatory"))), h("h2", { key: '05d896790656b9fc4ff3fb0525ad1724d81ad508', class: "templates__title" }, "Choose your template"), h("div", { key: 'cb376198a1e87f9d50a3cf880a39bbdbd6df8c6e', class: "templates__wrapper" }, h("ifx-template", { key: '276793af1c820e057e7ad54d4eeea793fde803d9', name: 'template-01', thumbnail: this.tableTemplate }), h("ifx-template", { key: '6bdc0169f614ad628aa85888a8b4b5b805056e19', name: 'template-02', thumbnail: this.wizardTemplate }))));
|
59
59
|
}
|
60
60
|
static get assetsDirs() { return ["assets"]; }
|
61
61
|
get el() { return this; }
|
@@ -58,7 +58,7 @@ const TextArea = /*@__PURE__*/ proxyCustomElement(class TextArea extends H {
|
|
58
58
|
}
|
59
59
|
render() {
|
60
60
|
var _a, _b;
|
61
|
-
return (h(Host, { key: '
|
61
|
+
return (h(Host, { key: '3e6fe0f9c703624d29dde70a2442298c6ab30cdf', class: `wrapper--${this.error ? 'error' : ''} wrapper--${this.disabled ? 'disabled' : ''}` }, h("label", { key: '614875d8d34300b9693334437a5e51b3df98d20c', class: 'wrapper__label', htmlFor: this.inputId }, (_a = this.label) === null || _a === void 0 ? void 0 : _a.trim()), h("div", { key: 'cbc664c3020f91d88cbcccad2314d1a36a59acfe', class: 'wrapper__textarea' }, h("textarea", { key: '0a0051aaf4676ab793dc47c867ed036dc788d4a8', "aria-label": 'a textarea', "aria-value": this.value, "aria-disabled": this.disabled, id: this.inputId, style: { resize: this.resize }, name: this.name ? this.name : this.inputId, cols: this.cols, rows: this.rows, maxlength: this.maxlength, wrap: this.wrap, disabled: this.disabled, readonly: this.readOnly, placeholder: this.placeholder, value: this.value, onInput: (e) => this.handleOnInput(e) })), ((_b = this.caption) === null || _b === void 0 ? void 0 : _b.trim()) && (h("div", { key: '4c569a78b6389b11f3e0f2a6240988c98a1f0091', class: 'wrapper__caption' }, this.caption.trim()))));
|
62
62
|
}
|
63
63
|
static get formAssociated() { return true; }
|
64
64
|
get el() { return this; }
|
@@ -160,10 +160,10 @@ const Tooltip = /*@__PURE__*/ proxyCustomElement(class Tooltip extends H {
|
|
160
160
|
'tooltip-extended': true,
|
161
161
|
'visible': this.tooltipVisible,
|
162
162
|
};
|
163
|
-
return (h("div", { key: '
|
164
|
-
h("div", { key: '
|
165
|
-
h("div", { key: '
|
166
|
-
h("svg", { class: "extended_icon", xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, h("path", { stroke: "#fff", "stroke-linecap": "round", "stroke-linejoin": "round", d: "M20.5 2.5h-16a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-16a2 2 0 0 0-2-2Z" }), h("path", { stroke: "#fff", d: "M19 17H6l2.5-4 2.097 2.516.405.486.379-.506 4.118-5.49.003-.002L19 17Z" }), h("path", { fill: "#fff", d: "M10 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" }))), h("div", { key: '
|
163
|
+
return (h("div", { key: '8a6f4216fbbf73d254377ed7d828400c508a73b4', "aria-label": "a tooltip showing important information", "aria-value": this.header, class: "tooltip__container" }, h("slot", { key: '2244e1dd84e4e7ed753e317d776c78510295cc88' }), this.variant.toLowerCase() === 'dismissible' && h("div", { key: 'e904b564221cc7a42aed3a1a8530acc71e7987dd', class: tooltipDismissible }, h("button", { key: '0965653dae6d37745d9d136e6b5be1c3e1feecbb', "aria-label": "Close Tooltip", class: "close-button", onClick: this.onDismissClick }, h("ifx-icon", { key: 'f418e3966e6ce8fd2c0c20a3120a012cc6ca676d', icon: "cross16" })), h("div", { key: '7450ec1021b6f3ea89c6cf35f22e0e91dedbacdf', class: "tooltip-dismissible-content" }, this.header && h("div", { key: '3611215ae7b24c31d001853a1aeffd5d419be2cc', class: "tooltip-dismissible-header" }, this.header), h("div", { key: '926dc3842d88189ec19451fa8ffd7d35d9b595e8', class: "tooltip-dismissible-body" }, this.text)), h("svg", { key: 'c441ff7875f1a457728e076b3fa915bcffc61285', class: "tooltip-arrow-svg", width: "12", height: "8", viewBox: "0 0 12 8", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("path", { key: 'f108cb0255f2b5b2cc41aa72643c613e6fbef223', id: "Indicator", d: "M6 0L12 8L0 8L6 0Z", fill: "#1D1D1D" }))), this.variant.toLowerCase() === 'compact' &&
|
164
|
+
h("div", { key: '2269418d97807a3cb38d79b14de2002788621987', class: tooltipCompact }, this.text, h("svg", { key: '50ec12aaee875237c9c9fccc93ba9823525cf4d7', class: "tooltip-arrow-svg", width: "12", height: "8", viewBox: "0 0 12 8", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("path", { key: '4b1a57f77f98365f3ef09005298484f28177c968', id: "Indicator", d: "M6 0L12 8L0 8L6 0Z", fill: "#1D1D1D" }))), this.variant.toLowerCase() === 'extended' &&
|
165
|
+
h("div", { key: 'e401ca7983303922d9922a5617fa73357c720581', class: tooltipExtended }, h("slot", { key: '88bc6ed13f4f98e8ebec4c134effd90018491f57', name: "icon" }, this.icon ? h("div", { class: "extended_icon" }, h("ifx-icon", { icon: this.icon })) :
|
166
|
+
h("svg", { class: "extended_icon", xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, h("path", { stroke: "#fff", "stroke-linecap": "round", "stroke-linejoin": "round", d: "M20.5 2.5h-16a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-16a2 2 0 0 0-2-2Z" }), h("path", { stroke: "#fff", d: "M19 17H6l2.5-4 2.097 2.516.405.486.379-.506 4.118-5.49.003-.002L19 17Z" }), h("path", { fill: "#fff", d: "M10 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" }))), h("div", { key: '1d4075957461729790060900046e8225dc805b4d', class: "tooltip-extended-content" }, this.header && h("div", { key: '9caaf7b85ce4a395cde6eea18372db641b6eea64', class: "tooltip-extended-header" }, this.header), h("div", { key: 'cb20517120bd405f3cfa6b3c2009319a7d5af35b', class: "tooltip-extended-body" }, this.text)), h("svg", { key: '74248970374cde8ef5760ac1ddb8919c375b76f1', class: "tooltip-arrow-svg", width: "12", height: "8", viewBox: "0 0 12 8", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("path", { key: 'eb67b1f9c179c974b16481475da9e5460dd3eddf', id: "Indicator", d: "M6 0L12 8L0 8L6 0Z", fill: "#1D1D1D" })))));
|
167
167
|
}
|
168
168
|
get el() { return this; }
|
169
169
|
static get watchers() { return {
|
@@ -368,12 +368,12 @@ const TreeViewItem = /*@__PURE__*/ proxyCustomElement(class TreeViewItem extends
|
|
368
368
|
};
|
369
369
|
}
|
370
370
|
render() {
|
371
|
-
return (h("div", { key: '
|
371
|
+
return (h("div", { key: '162ae23e62d1e72d51db7be555af269a404a8a8b', class: {
|
372
372
|
'tree-item': true,
|
373
373
|
'tree-item--expanded': this.isExpanded,
|
374
374
|
'tree-item--has-children': this.hasChildren,
|
375
375
|
'tree-item--disabled': this.disabled,
|
376
|
-
}, role: "treeitem", "aria-expanded": this.isExpanded ? 'true' : 'false', "data-level": this.level, "aria-disabled": this.disabled ? 'true' : undefined, "aria-label": this.ariaLabel }, h("div", { key: '
|
376
|
+
}, role: "treeitem", "aria-expanded": this.isExpanded ? 'true' : 'false', "data-level": this.level, "aria-disabled": this.disabled ? 'true' : undefined, "aria-label": this.ariaLabel }, h("div", { key: 'befe8adcc6e30761593f89dcbc0b0afe3699e002', class: "tree-item__content" }, h("div", { key: '5ad3f49e004fed83f1541ecef8bd94fd78ddc59f', class: "tree-item__checkbox-container", onClick: e => e.stopPropagation() }, h("ifx-checkbox", { key: 'c038eb439265d26b74e6598a488f2d41a6d5dd96', size: 's', checked: this.partialChecked ? false : this.isChecked, indeterminate: this.partialChecked, onIfxChange: this.handleCheckboxChange, disabled: this.disabled })), h("div", { key: '316f703d55730d34724c8ef8568d55fc69e6815b', class: "tree-item__header", style: { paddingLeft: `${this.level * 24 + 10}px` }, onClick: this.handleHeaderClick, tabIndex: -1, "aria-disabled": this.disabled ? 'true' : undefined }, this.hasChildren && (h("div", { key: 'd2a8e5a1a403e6a239056a353d3bc38d209e0907', class: "tree-item__chevron-container", onClick: this.toggleExpand }, h("ifx-icon", { key: 'ea9ea3c3e9dc083b53faf27a89b73df19d2e68ca', class: `tree-item__chevron ${this.isExpanded ? 'chevron-down' : 'chevron-right'}`, icon: "chevron-right-16" }), h("div", { key: '14be28eda1a6d823f3416b6fdef0cd17cbc5a39f', class: "tree-item__line" }))), h("div", { key: '488409621c1355737f0e5d7f5b90d6b94465cdaa', class: "tree-item__label-icon-container", tabIndex: this.disabled ? -1 : 0, onKeyDown: this.handleKeyDown }, h("div", { key: '163c36cdda49d36c94f7c7f18539f8e71bf04ed2', class: "tree-item__icon-container" }, this.hasChildren ? (h(Fragment, null, h("ifx-icon", { class: { 'icon--hidden': this.isExpanded }, icon: "folder-16" }), h("ifx-icon", { class: { 'icon--hidden': !this.isExpanded }, icon: "folder-open-16" }))) : (h("ifx-icon", { icon: "file-16" }))), h("span", { key: '42f0d9e90ae841e206318811c73e54bcf44c3cee', class: "tree-item__label" }, h("slot", { key: 'a06b08003dbaf058dee39508b193e4a5b94f65a7' }))))), this.isExpanded && h("div", { key: 'fc197474a8d0ba6d16cceede2ebef4c5db296501', class: "tree-item__children" }, h("slot", { key: 'cda8a8d46c3a59af25371545611bd6c9229be625', name: "children" }))));
|
377
377
|
}
|
378
378
|
get host() { return this; }
|
379
379
|
static get watchers() { return {
|
@@ -43,7 +43,7 @@ const TreeView = /*@__PURE__*/ proxyCustomElement(class TreeView extends H {
|
|
43
43
|
}
|
44
44
|
}
|
45
45
|
render() {
|
46
|
-
return (h("div", { key: '
|
46
|
+
return (h("div", { key: '1ced6cc9e78d651c7b88253ae5fe69130179fcae', class: `tree-view ${this.disableAllItems ? ' tree-view--disabled' : ''}`, role: "tree", "aria-label": this.ariaLabel }, this.label && this.label.trim() !== '' && h("div", { key: '52e41bd6c2211a2d7140c6d1302e10b3ab3f1807', class: "tree-view__label" }, this.label), h("slot", { key: '4c1a889522c3e73de57d3290cd4f4d35fb86a869', ref: this.handleSlotRef })));
|
47
47
|
}
|
48
48
|
get el() { return this; }
|
49
49
|
static get watchers() { return {
|
@@ -62,12 +62,12 @@ const TextField = /*@__PURE__*/ proxyCustomElement(class TextField extends H {
|
|
62
62
|
this.handleTypeProp();
|
63
63
|
}
|
64
64
|
render() {
|
65
|
-
return (h("div", { key: '
|
65
|
+
return (h("div", { key: '1d1f2667369fd286fae491d0af914f4d5136d14a', "aria-label": "a text field for user input", "aria-value": this.value, "aria-disabled": this.disabled, class: `textInput__container ${this.disabled ? 'disabled' : ""}` }, h("div", { key: 'c3d6eec96d76fe5fc9f0c948b4a16ffa5a4fa3b6', class: "textInput__top-wrapper" }, h("label", { key: 'e39ce519b6debcf8c8bf02b49087a06340da91a5', htmlFor: this.internalId }, h("slot", { key: '476a967aa5f4e96d6dfdb020abefc7c9ed846394' }), this.optional && this.required ? (h("span", { class: "optional-required" }, "(optional) *")) : this.optional ? (h("span", { class: "optional" }, "(optional)")) : this.required ? (h("span", { class: `required ${this.error ? 'error' : ""}` }, "*")) : null)), h("div", { key: '294b161b385638a1a21d389b530cbf565d2ecc84', class: "textInput__bottom-wrapper" }, h("div", { key: 'ac5113b991db2d8166b2f9e94784beff938cc252', class: "input-container" }, this.icon && (h("ifx-icon", { key: '88f3f789c04b5c83873a289e29af579588dd9828', class: 'input-icon', icon: this.icon })), h("input", { key: '263b275b8090d1a898c433d4648b3929126f4f4d', ref: (el) => (this.inputElement = el), disabled: this.disabled, autocomplete: this.autocomplete, type: this.internalType, id: this.internalId, value: this.value, onInput: () => this.handleInput(), placeholder: this.placeholder, maxlength: this.maxlength, class: `${this.icon ? 'icon' : ""}
|
66
66
|
${this.error ? 'error' : ""}
|
67
67
|
${this.size === "s" ? "input-s" : ""}
|
68
|
-
${this.success ? "success" : ""}` }), (this.showDeleteIcon && this.value) && (h("ifx-icon", { key: '
|
69
|
-
h("div", { key: '
|
70
|
-
h("div", { key: '
|
68
|
+
${this.success ? "success" : ""}` }), (this.showDeleteIcon && this.value) && (h("ifx-icon", { key: '7d6cbb2166973c9d7bea9147ea9b0eeaaf1aa181', class: "delete-icon", icon: "cRemove16", onClick: () => this.handleDeleteContent() }))), this.caption && !this.error &&
|
69
|
+
h("div", { key: '0324621f4ea4905f74987476d0df6e336eafe799', class: `textInput__bottom-wrapper-caption ${this.disabled} ? disabled : ""` }, this.caption), this.error &&
|
70
|
+
h("div", { key: 'b7648631c4af023dcb4a01059908e3c52da20b19', class: "textInput__bottom-wrapper-caption error" }, this.caption))));
|
71
71
|
}
|
72
72
|
static get formAssociated() { return true; }
|
73
73
|
get el() { return this; }
|
@@ -118,4 +118,4 @@ function defineCustomElement() {
|
|
118
118
|
|
119
119
|
export { TextField as T, defineCustomElement as d };
|
120
120
|
|
121
|
-
//# sourceMappingURL=p-
|
121
|
+
//# sourceMappingURL=p-0218abcd.js.map
|