@siemens/ix 1.5.0-beta.1 → 1.5.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index-478a4b66.js.map +1 -1
- package/dist/cjs/ix-blind.cjs.entry.js +24 -6
- package/dist/cjs/ix-blind.cjs.entry.js.map +1 -1
- package/dist/cjs/ix-breadcrumb_2.cjs.entry.js +6 -2
- package/dist/cjs/ix-breadcrumb_2.cjs.entry.js.map +1 -1
- package/dist/cjs/ix-category-filter.cjs.entry.js +17 -3
- package/dist/cjs/ix-category-filter.cjs.entry.js.map +1 -1
- package/dist/cjs/ix-date-picker_2.cjs.entry.js +3133 -3872
- package/dist/cjs/ix-date-picker_2.cjs.entry.js.map +1 -1
- package/dist/cjs/ix-datetime-picker.cjs.entry.js +2 -2
- package/dist/cjs/ix-datetime-picker.cjs.entry.js.map +1 -1
- package/dist/cjs/ix-dropdown_2.cjs.entry.js +4 -3
- package/dist/cjs/ix-dropdown_2.cjs.entry.js.map +1 -1
- package/dist/cjs/ix-group_3.cjs.entry.js +33 -11
- package/dist/cjs/ix-group_3.cjs.entry.js.map +1 -1
- package/dist/cjs/ix-modal_2.cjs.entry.js +17 -5
- package/dist/cjs/ix-modal_2.cjs.entry.js.map +1 -1
- package/dist/cjs/ix-pagination.cjs.entry.js +17 -9
- package/dist/cjs/ix-pagination.cjs.entry.js.map +1 -1
- package/dist/cjs/ix-select_2.cjs.entry.js +54 -35
- package/dist/cjs/ix-select_2.cjs.entry.js.map +1 -1
- package/dist/cjs/ix-toggle.cjs.entry.js +1 -1
- package/dist/cjs/ix-toggle.cjs.entry.js.map +1 -1
- package/dist/cjs/ix-tooltip.cjs.entry.js +34 -10
- package/dist/cjs/ix-tooltip.cjs.entry.js.map +1 -1
- package/dist/cjs/ix-workflow-step_2.cjs.entry.js +51 -36
- package/dist/cjs/ix-workflow-step_2.cjs.entry.js.map +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/loader.cjs.js.map +1 -1
- package/dist/cjs/siemens-ix.cjs.js +2 -2
- package/dist/cjs/siemens-ix.cjs.js.map +1 -1
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/blind/blind.css +10 -2
- package/dist/collection/components/blind/blind.js +12 -5
- package/dist/collection/components/blind/blind.js.map +1 -1
- package/dist/collection/components/breadcrumb/breadcrumb.css +2 -1
- package/dist/collection/components/breadcrumb/breadcrumb.js +5 -1
- package/dist/collection/components/breadcrumb/breadcrumb.js.map +1 -1
- package/dist/collection/components/category-filter/category-filter.js +17 -3
- package/dist/collection/components/category-filter/category-filter.js.map +1 -1
- package/dist/collection/components/date-picker/date-picker.css +3 -0
- package/dist/collection/components/date-picker/date-picker.js +64 -45
- package/dist/collection/components/date-picker/date-picker.js.map +1 -1
- package/dist/collection/components/datetime-picker/datetime-picker.css +6 -5
- package/dist/collection/components/datetime-picker/datetime-picker.js +1 -1
- package/dist/collection/components/datetime-picker/datetime-picker.js.map +1 -1
- package/dist/collection/components/dropdown/dropdown.js +2 -1
- package/dist/collection/components/dropdown/dropdown.js.map +1 -1
- package/dist/collection/components/dropdown-item/dropdown-item.css +0 -1
- package/dist/collection/components/dropdown-item/dropdown-item.js +1 -1
- package/dist/collection/components/dropdown-item/dropdown-item.js.map +1 -1
- package/dist/collection/components/group/group.css +21 -12
- package/dist/collection/components/group/group.js +34 -10
- package/dist/collection/components/group/group.js.map +1 -1
- package/dist/collection/components/group-item/group-item.css +8 -4
- package/dist/collection/components/modal/modal.js +6 -1
- package/dist/collection/components/modal/modal.js.map +1 -1
- package/dist/collection/components/modal-container/modal-container.js +11 -4
- package/dist/collection/components/modal-container/modal-container.js.map +1 -1
- package/dist/collection/components/pagination/pagination.css +1 -1
- package/dist/collection/components/pagination/pagination.js +17 -9
- package/dist/collection/components/pagination/pagination.js.map +1 -1
- package/dist/collection/components/select/select.css +4 -1
- package/dist/collection/components/select/select.js +96 -34
- package/dist/collection/components/select/select.js.map +1 -1
- package/dist/collection/components/select-item/select-item.css +0 -3
- package/dist/collection/components/select-item/select-item.js +1 -1
- package/dist/collection/components/select-item/select-item.js.map +1 -1
- package/dist/collection/components/toggle/toggle.css +7 -4
- package/dist/collection/components/tooltip/tooltip.js +55 -10
- package/dist/collection/components/tooltip/tooltip.js.map +1 -1
- package/dist/collection/components/utils/a11y.js +10 -0
- package/dist/collection/components/utils/a11y.js.map +1 -0
- package/dist/collection/components/workflow-step/workflow-step.css +6 -3
- package/dist/collection/components/workflow-step/workflow-step.js +45 -6
- package/dist/collection/components/workflow-step/workflow-step.js.map +1 -1
- package/dist/collection/components/workflow-steps/workflow-steps.css +0 -3
- package/dist/collection/components/workflow-steps/workflow-steps.js +48 -39
- package/dist/collection/components/workflow-steps/workflow-steps.js.map +1 -1
- package/dist/collection/tests/utils/test/page.js +29 -1
- package/dist/collection/tests/utils/test/page.js.map +1 -1
- package/dist/components/application-header.js +1 -1
- package/dist/components/burger-menu.js +1 -1
- package/dist/components/button.js +1 -1
- package/dist/components/date-picker.js +63 -44
- package/dist/components/date-picker.js.map +1 -1
- package/dist/components/date-time-card.js +1 -1
- package/dist/components/dropdown-item.js +3 -3
- package/dist/components/dropdown-item.js.map +1 -1
- package/dist/components/dropdown.js +3 -2
- package/dist/components/dropdown.js.map +1 -1
- package/dist/components/filter-chip.js +1 -1
- package/dist/components/group-context-menu.js +1 -1
- package/dist/components/group-item.js +2 -2
- package/dist/components/group-item.js.map +1 -1
- package/dist/components/icon-button.js +1 -1
- package/dist/components/icon.js +1 -1
- package/dist/components/index-button.js +1 -1
- package/dist/components/ix-animated-tab.js +1 -1
- package/dist/components/ix-animated-tabs.js +1 -1
- package/dist/components/ix-basic-navigation.js +1 -1
- package/dist/components/ix-blind.js +26 -7
- package/dist/components/ix-blind.js.map +1 -1
- package/dist/components/ix-breadcrumb-item.js +1 -1
- package/dist/components/ix-breadcrumb.js +7 -3
- package/dist/components/ix-breadcrumb.js.map +1 -1
- package/dist/components/ix-category-filter.js +18 -4
- package/dist/components/ix-category-filter.js.map +1 -1
- package/dist/components/ix-chip.js +1 -1
- package/dist/components/ix-counter-pill.js +1 -1
- package/dist/components/ix-datetime-picker.js +3 -3
- package/dist/components/ix-datetime-picker.js.map +1 -1
- package/dist/components/ix-divider.js +1 -1
- package/dist/components/ix-drawer.js +1 -1
- package/dist/components/ix-dropdown-button.js +1 -1
- package/dist/components/ix-dropdown-quick-actions.js +1 -1
- package/dist/components/ix-event-list-item.js +1 -1
- package/dist/components/ix-event-list.js +1 -1
- package/dist/components/ix-expanding-search.js +1 -1
- package/dist/components/ix-flip-tile-content.js +1 -1
- package/dist/components/ix-flip-tile.js +1 -1
- package/dist/components/ix-group-dropdown-item.js +1 -1
- package/dist/components/ix-group.js +36 -12
- package/dist/components/ix-group.js.map +1 -1
- package/dist/components/ix-input-group.js +1 -1
- package/dist/components/ix-kpi.js +1 -1
- package/dist/components/ix-map-navigation.js +1 -1
- package/dist/components/ix-menu-about-item.js +1 -1
- package/dist/components/ix-menu-about-news.js +1 -1
- package/dist/components/ix-menu-about.js +1 -1
- package/dist/components/ix-menu-avatar.js +1 -1
- package/dist/components/ix-menu-settings-item.js +1 -1
- package/dist/components/ix-menu-settings.js +1 -1
- package/dist/components/ix-menu.js +1 -1
- package/dist/components/ix-message-bar.js +1 -1
- package/dist/components/ix-modal-example.js +1 -1
- package/dist/components/ix-pagination.js +18 -10
- package/dist/components/ix-pagination.js.map +1 -1
- package/dist/components/ix-pill.js +1 -1
- package/dist/components/ix-split-button-item.js +1 -1
- package/dist/components/ix-split-button.js +1 -1
- package/dist/components/ix-tile.js +1 -1
- package/dist/components/ix-toast-container.js +1 -1
- package/dist/components/ix-toggle.js +2 -2
- package/dist/components/ix-toggle.js.map +1 -1
- package/dist/components/ix-tooltip.js +36 -11
- package/dist/components/ix-tooltip.js.map +1 -1
- package/dist/components/ix-tree.js +1 -1
- package/dist/components/ix-upload.js +1 -1
- package/dist/components/ix-validation-tooltip.js +1 -1
- package/dist/components/ix-workflow-step.js +10 -4
- package/dist/components/ix-workflow-step.js.map +1 -1
- package/dist/components/ix-workflow-steps.js +45 -36
- package/dist/components/ix-workflow-steps.js.map +1 -1
- package/dist/components/luxon.js +3077 -3835
- package/dist/components/luxon.js.map +1 -1
- package/dist/components/map-navigation-overlay.js +1 -1
- package/dist/components/menu-avatar-item.js +1 -1
- package/dist/components/menu-item.js +1 -1
- package/dist/components/modal-container.js +12 -5
- package/dist/components/modal-container.js.map +1 -1
- package/dist/components/modal.js +7 -2
- package/dist/components/modal.js.map +1 -1
- package/dist/components/my-component.js +1 -1
- package/dist/components/select-item.js +3 -3
- package/dist/components/select-item.js.map +1 -1
- package/dist/components/select.js +55 -34
- package/dist/components/select.js.map +1 -1
- package/dist/components/spinner.js +1 -1
- package/dist/components/tab-item.js +1 -1
- package/dist/components/tabs.js +1 -1
- package/dist/components/time-picker.js +1 -1
- package/dist/components/toast.js +1 -1
- package/dist/components/tree-item.js +1 -1
- package/dist/components/typography.js +1 -1
- package/dist/esm/index-3d163acd.js.map +1 -1
- package/dist/esm/ix-blind.entry.js +24 -6
- package/dist/esm/ix-blind.entry.js.map +1 -1
- package/dist/esm/ix-breadcrumb_2.entry.js +6 -2
- package/dist/esm/ix-breadcrumb_2.entry.js.map +1 -1
- package/dist/esm/ix-category-filter.entry.js +17 -3
- package/dist/esm/ix-category-filter.entry.js.map +1 -1
- package/dist/esm/ix-date-picker_2.entry.js +3133 -3872
- package/dist/esm/ix-date-picker_2.entry.js.map +1 -1
- package/dist/esm/ix-datetime-picker.entry.js +2 -2
- package/dist/esm/ix-datetime-picker.entry.js.map +1 -1
- package/dist/esm/ix-dropdown_2.entry.js +4 -3
- package/dist/esm/ix-dropdown_2.entry.js.map +1 -1
- package/dist/esm/ix-group_3.entry.js +33 -11
- package/dist/esm/ix-group_3.entry.js.map +1 -1
- package/dist/esm/ix-modal_2.entry.js +17 -5
- package/dist/esm/ix-modal_2.entry.js.map +1 -1
- package/dist/esm/ix-pagination.entry.js +18 -10
- package/dist/esm/ix-pagination.entry.js.map +1 -1
- package/dist/esm/ix-select_2.entry.js +54 -35
- package/dist/esm/ix-select_2.entry.js.map +1 -1
- package/dist/esm/ix-toggle.entry.js +1 -1
- package/dist/esm/ix-toggle.entry.js.map +1 -1
- package/dist/esm/ix-tooltip.entry.js +34 -10
- package/dist/esm/ix-tooltip.entry.js.map +1 -1
- package/dist/esm/ix-workflow-step_2.entry.js +52 -37
- package/dist/esm/ix-workflow-step_2.entry.js.map +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/loader.js.map +1 -1
- package/dist/esm/siemens-ix.js +2 -2
- package/dist/esm/siemens-ix.js.map +1 -1
- package/dist/siemens-ix/{p-41f0a2b2.entry.js → p-2ea2fc07.entry.js} +2 -2
- package/dist/siemens-ix/{p-41f0a2b2.entry.js.map → p-2ea2fc07.entry.js.map} +1 -1
- package/dist/siemens-ix/p-33160fe4.entry.js +2 -0
- package/dist/siemens-ix/p-33160fe4.entry.js.map +1 -0
- package/dist/siemens-ix/p-4c8d5207.entry.js +2 -0
- package/dist/siemens-ix/p-4c8d5207.entry.js.map +1 -0
- package/dist/siemens-ix/p-53c69375.entry.js +2 -0
- package/dist/siemens-ix/p-53c69375.entry.js.map +1 -0
- package/dist/siemens-ix/p-626b3af5.entry.js +2 -0
- package/dist/siemens-ix/p-626b3af5.entry.js.map +1 -0
- package/dist/siemens-ix/p-663724a8.entry.js +2 -0
- package/dist/siemens-ix/p-663724a8.entry.js.map +1 -0
- package/dist/siemens-ix/p-78f2b858.entry.js +2 -0
- package/dist/siemens-ix/p-78f2b858.entry.js.map +1 -0
- package/dist/siemens-ix/p-7fb5fa79.entry.js +2 -0
- package/dist/siemens-ix/p-7fb5fa79.entry.js.map +1 -0
- package/dist/siemens-ix/p-8fcd6f85.js.map +1 -1
- package/dist/siemens-ix/p-b998abe4.entry.js +2 -0
- package/dist/siemens-ix/p-b998abe4.entry.js.map +1 -0
- package/dist/siemens-ix/{p-24d2d95e.entry.js → p-c9c9f2b5.entry.js} +2 -2
- package/dist/siemens-ix/p-c9c9f2b5.entry.js.map +1 -0
- package/dist/siemens-ix/p-caae2fa5.entry.js +2 -0
- package/dist/siemens-ix/p-caae2fa5.entry.js.map +1 -0
- package/dist/siemens-ix/p-dbcf33de.entry.js +2 -0
- package/dist/siemens-ix/p-dbcf33de.entry.js.map +1 -0
- package/dist/siemens-ix/{p-28f50519.entry.js → p-eb799bdd.entry.js} +2 -2
- package/dist/siemens-ix/p-eb799bdd.entry.js.map +1 -0
- package/dist/siemens-ix/siemens-ix.css +15 -0
- package/dist/siemens-ix/siemens-ix.esm.js +1 -1
- package/dist/siemens-ix/siemens-ix.esm.js.map +1 -1
- package/dist/types/components/blind/blind.d.ts +1 -0
- package/dist/types/components/category-filter/category-filter.d.ts +1 -0
- package/dist/types/components/date-picker/date-picker.d.ts +7 -6
- package/dist/types/components/group/group.d.ts +4 -0
- package/dist/types/components/modal/modal.d.ts +1 -0
- package/dist/types/components/modal-container/modal-container.d.ts +1 -0
- package/dist/types/components/pagination/pagination.d.ts +2 -0
- package/dist/types/components/select/select.d.ts +17 -1
- package/dist/types/components/time-picker/time-picker.d.ts +3 -3
- package/dist/types/components/tooltip/tooltip.d.ts +8 -0
- package/dist/types/components/utils/a11y.d.ts +1 -0
- package/dist/types/components/workflow-step/workflow-step.d.ts +9 -1
- package/dist/types/components/workflow-steps/workflow-steps.d.ts +6 -2
- package/dist/types/components.d.ts +49 -9
- package/dist/types/tests/utils/test/page.d.ts +5 -0
- package/loader/index.d.ts +1 -1
- package/package.json +7 -8
- package/scss/components/_forms.scss +6 -0
- package/dist/siemens-ix/p-01f9f803.entry.js +0 -2
- package/dist/siemens-ix/p-01f9f803.entry.js.map +0 -1
- package/dist/siemens-ix/p-030078b4.entry.js +0 -2
- package/dist/siemens-ix/p-030078b4.entry.js.map +0 -1
- package/dist/siemens-ix/p-1701b127.entry.js +0 -2
- package/dist/siemens-ix/p-1701b127.entry.js.map +0 -1
- package/dist/siemens-ix/p-24d2d95e.entry.js.map +0 -1
- package/dist/siemens-ix/p-28f50519.entry.js.map +0 -1
- package/dist/siemens-ix/p-446a0a3f.entry.js +0 -2
- package/dist/siemens-ix/p-446a0a3f.entry.js.map +0 -1
- package/dist/siemens-ix/p-58ef1328.entry.js +0 -2
- package/dist/siemens-ix/p-58ef1328.entry.js.map +0 -1
- package/dist/siemens-ix/p-6facc3cc.entry.js +0 -2
- package/dist/siemens-ix/p-6facc3cc.entry.js.map +0 -1
- package/dist/siemens-ix/p-73f7ef87.entry.js +0 -2
- package/dist/siemens-ix/p-73f7ef87.entry.js.map +0 -1
- package/dist/siemens-ix/p-a4178e26.entry.js +0 -2
- package/dist/siemens-ix/p-a4178e26.entry.js.map +0 -1
- package/dist/siemens-ix/p-a92126b5.entry.js +0 -2
- package/dist/siemens-ix/p-a92126b5.entry.js.map +0 -1
- package/dist/siemens-ix/p-b64e82ce.entry.js +0 -2
- package/dist/siemens-ix/p-b64e82ce.entry.js.map +0 -1
|
@@ -18252,6 +18252,7 @@ button.dropdown-toggle::after {
|
|
|
18252
18252
|
.form-control-plaintext:not(.disabled):not(:disabled):hover {
|
|
18253
18253
|
background-color: var(--theme-input--background--hover);
|
|
18254
18254
|
border-color: var(--theme-input--border-color--hover);
|
|
18255
|
+
cursor: auto;
|
|
18255
18256
|
}
|
|
18256
18257
|
.form-control:not(.disabled):not(:disabled):focus-visible,
|
|
18257
18258
|
.form-control-plaintext:not(.disabled):not(:disabled):focus-visible {
|
|
@@ -18291,6 +18292,7 @@ button.dropdown-toggle::after {
|
|
|
18291
18292
|
box-shadow: none !important;
|
|
18292
18293
|
outline: none !important;
|
|
18293
18294
|
border-color: var(--theme-input--border-color);
|
|
18295
|
+
cursor: default !important;
|
|
18294
18296
|
}
|
|
18295
18297
|
|
|
18296
18298
|
.form-control:read-only,
|
|
@@ -18300,6 +18302,19 @@ button.dropdown-toggle::after {
|
|
|
18300
18302
|
box-shadow: none !important;
|
|
18301
18303
|
outline: none !important;
|
|
18302
18304
|
border-color: var(--theme-input--border-color);
|
|
18305
|
+
cursor: default !important;
|
|
18306
|
+
}
|
|
18307
|
+
.form-control:read-only::-moz-placeholder, .form-control[readonly]::-moz-placeholder, .form-control[readOnly]::-moz-placeholder, .form-control.readonly::-moz-placeholder {
|
|
18308
|
+
color: transparent;
|
|
18309
|
+
}
|
|
18310
|
+
.form-control:-moz-read-only::placeholder {
|
|
18311
|
+
color: transparent;
|
|
18312
|
+
}
|
|
18313
|
+
.form-control:read-only::placeholder,
|
|
18314
|
+
.form-control[readonly]::placeholder,
|
|
18315
|
+
.form-control[readOnly]::placeholder,
|
|
18316
|
+
.form-control.readonly::placeholder {
|
|
18317
|
+
color: transparent;
|
|
18303
18318
|
}
|
|
18304
18319
|
|
|
18305
18320
|
.form-control:disabled,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{p as e,b as t}from"./p-8fcd6f85.js";export{s as setNonce}from"./p-8fcd6f85.js";const i=()=>{const t=import.meta.url;const i={};if(t!==""){i.resourcesUrl=new URL(".",t).href}return e(i)};i().then((e=>t(JSON.parse('[["p-5d7e1440",[[6,"ix-icon",{"size":[1],"color":[1],"name":[513]}]]],["p-030078b4",[[2,"ix-pagination",{"advanced":[4],"itemCount":[2,"item-count"],"showItemCount":[4,"show-item-count"],"count":[2],"selectedPage":[1026,"selected-page"],"i18nPage":[1,"i-1-8n-page"],"i18nOf":[1,"i-1-8n-of"],"i18nItems":[1,"i-1-8n-items"]}]]],["p-a4178e26",[[2,"ix-datetime-picker",{"range":[4],"showHour":[4,"show-hour"],"showMinutes":[4,"show-minutes"],"showSeconds":[4,"show-seconds"],"minDate":[1,"min-date"],"maxDate":[1,"max-date"],"dateFormat":[1,"date-format"],"timeFormat":[1,"time-format"],"from":[1],"to":[1],"time":[1],"showTimeReference":[8,"show-time-reference"],"eventDelimiter":[1,"event-delimiter"],"timeReference":[1,"time-reference"],"textSelectDate":[1,"text-select-date"]}]]],["p-13adcf62",[[0,"ix-modal-example"]]],["p-a4a16daa",[[6,"ix-split-button",{"variant":[1],"outline":[4],"invisible":[4],"ghost":[4],"label":[1],"icon":[1],"splitIcon":[1,"split-icon"],"disabled":[4],"placement":[1],"toggle":[32]}],[2,"ix-split-button-item",{"icon":[1],"label":[1]}]]],["p-24d2d95e",[[2,"ix-category-filter",{"initialState":[16],"filterState":[16],"placeholder":[1],"categories":[16],"nonSelectableCategories":[16],"suggestions":[16],"icon":[1],"hideIcon":[4,"hide-icon"],"repeatCategories":[4,"repeat-categories"],"tmpDisableScrollIntoView":[4,"tmp-disable-scroll-into-view"],"labelCategories":[1,"label-categories"],"i18nPlainText":[1,"i-1-8n-plain-text"],"textInput":[32],"hasFocus":[32],"categoryLogicalOperator":[32],"inputValue":[32],"category":[32],"filterTokens":[32]}]]],["p-6bdfaf91",[[6,"ix-dropdown-button",{"variant":[1],"outline":[4],"ghost":[4],"active":[4],"disabled":[4],"label":[1],"icon":[1],"dropdownAnchor":[32]}]]],["p-1701b127",[[6,"ix-breadcrumb",{"visibleItemCount":[2,"visible-item-count"],"nextItems":[16],"ghost":[4],"previousButtonRef":[32],"nextButtonRef":[32],"items":[32]}],[6,"ix-breadcrumb-item",{"label":[1],"icon":[1]}]]],["p-16ec6f50",[[6,"ix-flip-tile",{"state":[1],"footer":[1],"height":[8],"width":[8],"index":[32],"isFlipAnimationActive":[32]}],[1,"ix-flip-tile-content"]]],["p-d7cf7a1a",[[6,"ix-drawer",{"show":[1028],"closeOnClickOutside":[4,"close-on-click-outside"],"fullHeight":[4,"full-height"],"minWidth":[2,"min-width"],"maxWidth":[2,"max-width"],"width":[8],"toggleDrawer":[64]}]]],["p-f6c54047",[[2,"ix-expanding-search",{"icon":[1],"placeholder":[1],"value":[1025],"isFieldChanged":[32],"expanded":[32],"hasFocus":[32]}]]],["p-b9fbd029",[[2,"ix-upload",{"accept":[1],"multiple":[4],"multiline":[4],"disabled":[4],"state":[1],"selectFileText":[1,"select-file-text"],"loadingText":[1,"loading-text"],"uploadFailedText":[1,"upload-failed-text"],"uploadSuccessText":[1,"upload-success-text"],"i18nUploadFile":[1,"i-1-8n-upload-file"],"i18nUploadDisabled":[1,"i-1-8n-upload-disabled"],"isFileOver":[32],"setFilesToUpload":[64]}]]],["p-0e8a6997",[[1,"ix-application-header",{"name":[1],"mode":[32],"menuExpanded":[32]}]]],["p-1666b0e2",[[6,"ix-basic-navigation",{"applicationName":[1,"application-name"],"hideHeader":[4,"hide-header"],"mode":[32]}]]],["p-f6509805",[[6,"ix-message-bar",{"type":[1],"dismissible":[4],"icon":[32],"color":[32]}]]],["p-43965bd0",[[6,"ix-animated-tabs",{"disableAnimations":[4,"disable-animations"],"selectedIndex":[2,"selected-index"],"tabPlacement":[1,"tab-placement"],"tabs":[32],"activeIndex":[32]},[[1,"mouseup","onMouseDown"]]],[6,"ix-animated-tab",{"icon":[1],"count":[514]}]]],["p-6facc3cc",[[6,"ix-workflow-step",{"vertical":[4],"disabled":[4],"status":[1],"clickable":[4],"selected":[1028],"position":[1],"iconName":[32],"iconColor":[32]}],[6,"ix-workflow-steps",{"vertical":[4],"linear":[4],"clickable":[4],"selectedIndex":[2,"selected-index"]}]]],["p-446a0a3f",[[6,"ix-blind",{"collapsed":[1540],"label":[1],"icon":[1]}]]],["p-62b4d696",[[6,"ix-chip",{"variant":[513],"active":[4],"closable":[4],"icon":[1],"background":[1],"color":[1],"outline":[4]}]]],["p-eb301ea2",[[2,"ix-kpi",{"label":[1],"value":[8],"unit":[1],"state":[1],"orientation":[1]}]]],["p-fef2f9e0",[[6,"ix-pill",{"variant":[513],"outline":[4],"icon":[1],"background":[1],"color":[1],"alignLeft":[4,"align-left"]}]]],["p-73f7ef87",[[1,"ix-tooltip",{"for":[1],"titleContent":[1,"title-content"],"interactive":[4],"visible":[32]}]]],["p-042b490c",[[6,"ix-event-list",{"itemHeight":[8,"item-height"],"compact":[4],"animated":[4],"chevron":[4]}],[4,"ix-event-list-item",{"color":[1],"selected":[4],"disabled":[4],"chevron":[4],"opacity":[2]},[[1,"click","handleItemClick"]]]]],["p-aa4141e4",[[6,"ix-counter-pill",{"variant":[513],"outline":[4],"background":[1],"color":[1],"alignLeft":[4,"align-left"]}]]],["p-3776a37f",[[1,"ix-divider"]]],["p-63666529",[[1,"ix-dropdown-quick-actions"]]],["p-55d0fabf",[[6,"ix-input-group"]]],["p-909ccf09",[[6,"ix-tile",{"size":[1]}]]],["p-41f0a2b2",[[2,"ix-toggle",{"checked":[1540],"disabled":[4],"indeterminate":[4],"color":[1],"textOn":[1,"text-on"],"textOff":[1,"text-off"],"textIndeterminate":[1,"text-indeterminate"],"hideText":[4,"hide-text"]},[[8,"keydown","onKeyDown"]]]]],["p-20bed29f",[[6,"ix-validation-tooltip",{"message":[1],"placement":[1],"isInputValid":[32],"tooltipPosition":[32],"arrowPosition":[32]}]]],["p-07fd8298",[[2,"my-component"]]],["p-a92126b5",[[6,"ix-group",{"suppressHeaderSelection":[4,"suppress-header-selection"],"header":[1],"subHeader":[1,"sub-header"],"collapsed":[1540],"selected":[1540],"index":[1538],"expandOnHeaderClick":[4,"expand-on-header-click"],"dropdownTriggerRef":[32]},[[8,"keydown","onKeyDown"]]],[6,"ix-group-dropdown-item",{"label":[1],"icon":[1]}],[6,"ix-group-item",{"icon":[1],"text":[1],"secondaryText":[1,"secondary-text"],"suppressSelection":[4,"suppress-selection"],"selected":[4],"focusable":[4],"index":[2]},[[1,"click","clickListen"]]]]],["p-283686d7",[[6,"ix-map-navigation",{"applicationName":[1,"application-name"],"navigationTitle":[1,"navigation-title"],"hideContextMenu":[4,"hide-context-menu"],"isSidebarOpen":[32],"openOverlay":[64],"closeOverlay":[64]}],[6,"ix-map-navigation-overlay",{"name":[1],"icon":[1],"color":[1]}]]],["p-88a47c9b",[[2,"ix-toast-container",{"containerId":[1,"container-id"],"containerClass":[1,"container-class"],"position":[1],"showToast":[64]}],[6,"ix-toast",{"type":[1],"toastTitle":[1,"toast-title"],"autoCloseDelay":[2,"auto-close-delay"],"autoClose":[4,"auto-close"],"icon":[1],"iconColor":[1,"icon-color"],"progress":[32],"isRunning":[32],"touched":[32]}]]],["p-afd1f351",[[6,"ix-tree",{"root":[1],"model":[16],"renderItem":[16],"context":[1040]}],[6,"ix-tree-item",{"text":[1],"hasChildren":[4,"has-children"],"context":[16]}]]],["p-4ec66090",[[6,"ix-group-context-menu",{"showContextMenu":[32]}]]],["p-0f864265",[[6,"ix-index-button",{"variant":[1],"selected":[4]}]]],["p-1a87eb66",[[2,"ix-spinner",{"variant":[1],"size":[1]}]]],["p-63e1264b",[[1,"ix-typography",{"variant":[1]}]]],["p-c19c2492",[[4,"ix-tabs",{"small":[4],"rounded":[4],"selected":[1026],"layout":[1],"placement":[1],"totalItems":[32],"currentScrollAmount":[32],"scrollAmount":[32],"styleNextArrow":[32],"stylePreviousArrow":[32],"scrollActionAmount":[32]},[[9,"resize","onWindowResize"]]]]],["p-34e3a10e",[[6,"ix-menu-about",{"activeTabLabel":[1025,"active-tab-label"],"label":[1],"show":[4],"labels":[32]}],[6,"ix-menu-avatar",{"top":[1],"bottom":[1],"image":[1],"initials":[1],"i18nLogout":[1,"i-1-8n-logout"]}],[6,"ix-menu-settings",{"activeTabLabel":[1025,"active-tab-label"],"label":[1],"show":[4]}],[4,"ix-menu",{"showSettings":[1028,"show-settings"],"showAbout":[1028,"show-about"],"enableToggleTheme":[4,"enable-toggle-theme"],"enableSettings":[4,"enable-settings"],"enableMapExpand":[4,"enable-map-expand"],"applicationName":[1,"application-name"],"applicationDescription":[1,"application-description"],"maxVisibleMenuItems":[2,"max-visible-menu-items"],"i18nLegal":[1,"i-1-8n-legal"],"i18nSettings":[1,"i-1-8n-settings"],"i18nToggleTheme":[1,"i-1-8n-toggle-theme"],"i18nExpand":[1,"i-1-8n-expand"],"i18nCollapse":[1,"i-1-8n-collapse"],"i18nMore":[1,"i-1-8n-more"],"expand":[1540],"showMoreItems":[32],"visibleMenuItems":[32],"countMoreNotifications":[32],"mapExpand":[32],"activeTab":[32],"isMoreTabEmpty":[32],"mode":[32],"toggleMapExpand":[64],"toggleMenu":[64],"toggleSettings":[64],"toggleAbout":[64]},[[9,"resize","onWindowResize"]]],[6,"ix-menu-about-news",{"show":[1540],"label":[1],"i18nShowMore":[1,"i-1-8n-show-more"],"aboutItemLabel":[1,"about-item-label"],"offsetBottom":[2,"offset-bottom"],"expanded":[4]}],[6,"ix-menu-about-item",{"label":[513]}],[6,"ix-menu-settings-item",{"label":[1]}],[2,"ix-menu-avatar-item",{"icon":[1],"label":[1]}],[6,"ix-menu-item",{"home":[4],"bottom":[4],"tabIcon":[1,"tab-icon"],"notifications":[2],"active":[4],"disabled":[4],"title":[32]}]]],["p-01f9f803",[[2,"ix-date-picker",{"format":[1],"range":[4],"individual":[4],"corners":[1],"from":[1],"to":[1],"minDate":[1,"min-date"],"maxDate":[1,"max-date"],"eventDelimiter":[1,"event-delimiter"],"textSelectDate":[1,"text-select-date"],"yearValue":[32],"today":[32],"monthValue":[32],"calendar":[32],"years":[32],"tempYear":[32],"tempMonth":[32],"start":[32],"end":[32],"dropdownButtonRef":[32],"yearContainerRef":[32],"getCurrentDate":[64]}],[2,"ix-time-picker",{"format":[1],"corners":[1],"individual":[4],"showHour":[4,"show-hour"],"showMinutes":[4,"show-minutes"],"showSeconds":[4,"show-seconds"],"time":[1],"showTimeReference":[1032,"show-time-reference"],"timeReference":[1,"time-reference"],"textSelectTime":[1,"text-select-time"],"hourInputRef":[32],"minuteInputRef":[32],"secondInputRef":[32],"referenceInputRef":[32],"getCurrentTime":[64]}]]],["p-7d4a7388",[[4,"ix-tab-item",{"selected":[4],"disabled":[4],"small":[4],"icon":[4],"rounded":[4],"counter":[2],"layout":[1],"placement":[1]}]]],["p-b64e82ce",[[2,"ix-modal-container",{"showModal":[64]}],[6,"ix-modal",{"animation":[4],"ariaDescribedBy":[1,"aria-described-by"],"ariaLabelledBy":[1,"aria-labelled-by"],"backdrop":[8],"backdropClass":[1,"backdrop-class"],"beforeDismiss":[16],"centered":[4],"content":[1],"keyboard":[4],"icon":[1],"iconColor":[1,"icon-color"],"modalDialogClass":[1,"modal-dialog-class"],"scrollable":[4],"size":[1],"headerTitle":[1,"header-title"],"windowClass":[1,"window-class"],"dismiss":[64],"close":[64]}]]],["p-9546cbdd",[[6,"ix-filter-chip",{"disabled":[4]}]]],["p-58ef1328",[[6,"ix-select",{"selectedIndices":[1025,"selected-indices"],"allowClear":[4,"allow-clear"],"mode":[1],"editable":[4],"disabled":[4],"readonly":[4],"i18nPlaceholder":[1,"i-1-8n-placeholder"],"i18nPlaceholderEditable":[1,"i-1-8n-placeholder-editable"],"i18nSelectListHeader":[1,"i-1-8n-select-list-header"],"dropdownShow":[32],"value":[32],"dropdownWrapperRef":[32],"dropdownAnchor":[32],"isDropdownEmpty":[32],"hasFocus":[32],"navigationItem":[32],"inputFilterText":[32],"inputValue":[32]},[[0,"itemClick","onItemClicked"],[0,"ix-select-item:labelChange","onLabelChange"],[8,"keydown","onKeyDown"]]],[2,"ix-select-item",{"label":[513],"value":[520],"selected":[4],"hover":[4],"onItemClick":[64]}]]],["p-65b6330a",[[6,"ix-date-time-card",{"individual":[4],"corners":[1]}]]],["p-a30c7b5a",[[1,"ix-burger-menu",{"expanded":[516]}]]],["p-d7a3acce",[[6,"ix-button",{"variant":[1],"outline":[4],"invisible":[4],"ghost":[4],"selected":[4],"disabled":[516],"type":[1]}]]],["p-28f50519",[[6,"ix-dropdown-item",{"label":[1],"icon":[1],"hover":[4],"disabled":[4],"checked":[4],"emitItemClick":[64]}],[1,"ix-dropdown",{"show":[1540],"trigger":[1],"anchor":[1],"closeBehavior":[8,"close-behavior"],"placement":[1],"positioningStrategy":[1,"positioning-strategy"],"adjustDropdownWidthToReferenceWith":[4,"adjust-dropdown-width-to-reference-with"],"adjustDropdownWidthToReferenceWidth":[4,"adjust-dropdown-width-to-reference-width"],"header":[1],"offset":[16],"triggerEvent":[1,"trigger-event"],"overwriteDropdownStyle":[16],"updatePosition":[64]},[[8,"click","clickOutside"]]]]],["p-2dafa048",[[6,"ix-icon-button",{"variant":[1],"outline":[4],"invisible":[4],"ghost":[4],"oval":[4],"icon":[1],"size":[1],"color":[1],"selected":[4],"disabled":[4],"type":[1]}]]]]'),e)));
|
|
1
|
+
import{p as e,b as t}from"./p-8fcd6f85.js";export{s as setNonce}from"./p-8fcd6f85.js";const i=()=>{const t=import.meta.url;const i={};if(t!==""){i.resourcesUrl=new URL(".",t).href}return e(i)};i().then((e=>t(JSON.parse('[["p-5d7e1440",[[6,"ix-icon",{"size":[1],"color":[1],"name":[513]}]]],["p-4c8d5207",[[2,"ix-pagination",{"advanced":[4],"itemCount":[2,"item-count"],"showItemCount":[4,"show-item-count"],"count":[2],"selectedPage":[1026,"selected-page"],"i18nPage":[1,"i-1-8n-page"],"i18nOf":[1,"i-1-8n-of"],"i18nItems":[1,"i-1-8n-items"]}]]],["p-663724a8",[[2,"ix-datetime-picker",{"range":[4],"showHour":[4,"show-hour"],"showMinutes":[4,"show-minutes"],"showSeconds":[4,"show-seconds"],"minDate":[1,"min-date"],"maxDate":[1,"max-date"],"dateFormat":[1,"date-format"],"timeFormat":[1,"time-format"],"from":[1],"to":[1],"time":[1],"showTimeReference":[8,"show-time-reference"],"eventDelimiter":[1,"event-delimiter"],"timeReference":[1,"time-reference"],"textSelectDate":[1,"text-select-date"]}]]],["p-13adcf62",[[0,"ix-modal-example"]]],["p-a4a16daa",[[6,"ix-split-button",{"variant":[1],"outline":[4],"invisible":[4],"ghost":[4],"label":[1],"icon":[1],"splitIcon":[1,"split-icon"],"disabled":[4],"placement":[1],"toggle":[32]}],[2,"ix-split-button-item",{"icon":[1],"label":[1]}]]],["p-c9c9f2b5",[[2,"ix-category-filter",{"initialState":[16],"filterState":[16],"placeholder":[1],"categories":[16],"nonSelectableCategories":[16],"suggestions":[16],"icon":[1],"hideIcon":[4,"hide-icon"],"repeatCategories":[4,"repeat-categories"],"tmpDisableScrollIntoView":[4,"tmp-disable-scroll-into-view"],"labelCategories":[1,"label-categories"],"i18nPlainText":[1,"i-1-8n-plain-text"],"textInput":[32],"hasFocus":[32],"categoryLogicalOperator":[32],"inputValue":[32],"category":[32],"filterTokens":[32]}]]],["p-6bdfaf91",[[6,"ix-dropdown-button",{"variant":[1],"outline":[4],"ghost":[4],"active":[4],"disabled":[4],"label":[1],"icon":[1],"dropdownAnchor":[32]}]]],["p-dbcf33de",[[6,"ix-breadcrumb",{"visibleItemCount":[2,"visible-item-count"],"nextItems":[16],"ghost":[4],"previousButtonRef":[32],"nextButtonRef":[32],"items":[32]}],[6,"ix-breadcrumb-item",{"label":[1],"icon":[1]}]]],["p-16ec6f50",[[6,"ix-flip-tile",{"state":[1],"footer":[1],"height":[8],"width":[8],"index":[32],"isFlipAnimationActive":[32]}],[1,"ix-flip-tile-content"]]],["p-d7cf7a1a",[[6,"ix-drawer",{"show":[1028],"closeOnClickOutside":[4,"close-on-click-outside"],"fullHeight":[4,"full-height"],"minWidth":[2,"min-width"],"maxWidth":[2,"max-width"],"width":[8],"toggleDrawer":[64]}]]],["p-f6c54047",[[2,"ix-expanding-search",{"icon":[1],"placeholder":[1],"value":[1025],"isFieldChanged":[32],"expanded":[32],"hasFocus":[32]}]]],["p-b9fbd029",[[2,"ix-upload",{"accept":[1],"multiple":[4],"multiline":[4],"disabled":[4],"state":[1],"selectFileText":[1,"select-file-text"],"loadingText":[1,"loading-text"],"uploadFailedText":[1,"upload-failed-text"],"uploadSuccessText":[1,"upload-success-text"],"i18nUploadFile":[1,"i-1-8n-upload-file"],"i18nUploadDisabled":[1,"i-1-8n-upload-disabled"],"isFileOver":[32],"setFilesToUpload":[64]}]]],["p-0e8a6997",[[1,"ix-application-header",{"name":[1],"mode":[32],"menuExpanded":[32]}]]],["p-1666b0e2",[[6,"ix-basic-navigation",{"applicationName":[1,"application-name"],"hideHeader":[4,"hide-header"],"mode":[32]}]]],["p-f6509805",[[6,"ix-message-bar",{"type":[1],"dismissible":[4],"icon":[32],"color":[32]}]]],["p-43965bd0",[[6,"ix-animated-tabs",{"disableAnimations":[4,"disable-animations"],"selectedIndex":[2,"selected-index"],"tabPlacement":[1,"tab-placement"],"tabs":[32],"activeIndex":[32]},[[1,"mouseup","onMouseDown"]]],[6,"ix-animated-tab",{"icon":[1],"count":[514]}]]],["p-33160fe4",[[6,"ix-workflow-step",{"vertical":[4],"disabled":[4],"status":[1],"clickable":[4],"selected":[1028],"position":[1],"iconName":[32],"iconColor":[32]},[[1,"click","clickFunction"]]],[6,"ix-workflow-steps",{"vertical":[4],"linear":[4],"clickable":[4],"selectedIndex":[2,"selected-index"]}]]],["p-53c69375",[[6,"ix-blind",{"collapsed":[1540],"label":[1],"icon":[1]}]]],["p-62b4d696",[[6,"ix-chip",{"variant":[513],"active":[4],"closable":[4],"icon":[1],"background":[1],"color":[1],"outline":[4]}]]],["p-eb301ea2",[[2,"ix-kpi",{"label":[1],"value":[8],"unit":[1],"state":[1],"orientation":[1]}]]],["p-fef2f9e0",[[6,"ix-pill",{"variant":[513],"outline":[4],"icon":[1],"background":[1],"color":[1],"alignLeft":[4,"align-left"]}]]],["p-626b3af5",[[1,"ix-tooltip",{"for":[1],"titleContent":[1,"title-content"],"interactive":[4],"placement":[1],"visible":[32]}]]],["p-042b490c",[[6,"ix-event-list",{"itemHeight":[8,"item-height"],"compact":[4],"animated":[4],"chevron":[4]}],[4,"ix-event-list-item",{"color":[1],"selected":[4],"disabled":[4],"chevron":[4],"opacity":[2]},[[1,"click","handleItemClick"]]]]],["p-aa4141e4",[[6,"ix-counter-pill",{"variant":[513],"outline":[4],"background":[1],"color":[1],"alignLeft":[4,"align-left"]}]]],["p-3776a37f",[[1,"ix-divider"]]],["p-63666529",[[1,"ix-dropdown-quick-actions"]]],["p-55d0fabf",[[6,"ix-input-group"]]],["p-909ccf09",[[6,"ix-tile",{"size":[1]}]]],["p-2ea2fc07",[[2,"ix-toggle",{"checked":[1540],"disabled":[4],"indeterminate":[4],"color":[1],"textOn":[1,"text-on"],"textOff":[1,"text-off"],"textIndeterminate":[1,"text-indeterminate"],"hideText":[4,"hide-text"]},[[8,"keydown","onKeyDown"]]]]],["p-20bed29f",[[6,"ix-validation-tooltip",{"message":[1],"placement":[1],"isInputValid":[32],"tooltipPosition":[32],"arrowPosition":[32]}]]],["p-07fd8298",[[2,"my-component"]]],["p-b998abe4",[[6,"ix-group",{"suppressHeaderSelection":[4,"suppress-header-selection"],"header":[1],"subHeader":[1,"sub-header"],"collapsed":[1540],"selected":[1540],"index":[1538],"expandOnHeaderClick":[4,"expand-on-header-click"],"itemSelected":[32],"dropdownTriggerRef":[32],"slotSize":[32]},[[8,"keydown","onKeyDown"]]],[6,"ix-group-dropdown-item",{"label":[1],"icon":[1]}],[6,"ix-group-item",{"icon":[1],"text":[1],"secondaryText":[1,"secondary-text"],"suppressSelection":[4,"suppress-selection"],"selected":[4],"focusable":[4],"index":[2]},[[1,"click","clickListen"]]]]],["p-283686d7",[[6,"ix-map-navigation",{"applicationName":[1,"application-name"],"navigationTitle":[1,"navigation-title"],"hideContextMenu":[4,"hide-context-menu"],"isSidebarOpen":[32],"openOverlay":[64],"closeOverlay":[64]}],[6,"ix-map-navigation-overlay",{"name":[1],"icon":[1],"color":[1]}]]],["p-88a47c9b",[[2,"ix-toast-container",{"containerId":[1,"container-id"],"containerClass":[1,"container-class"],"position":[1],"showToast":[64]}],[6,"ix-toast",{"type":[1],"toastTitle":[1,"toast-title"],"autoCloseDelay":[2,"auto-close-delay"],"autoClose":[4,"auto-close"],"icon":[1],"iconColor":[1,"icon-color"],"progress":[32],"isRunning":[32],"touched":[32]}]]],["p-afd1f351",[[6,"ix-tree",{"root":[1],"model":[16],"renderItem":[16],"context":[1040]}],[6,"ix-tree-item",{"text":[1],"hasChildren":[4,"has-children"],"context":[16]}]]],["p-4ec66090",[[6,"ix-group-context-menu",{"showContextMenu":[32]}]]],["p-0f864265",[[6,"ix-index-button",{"variant":[1],"selected":[4]}]]],["p-1a87eb66",[[2,"ix-spinner",{"variant":[1],"size":[1]}]]],["p-63e1264b",[[1,"ix-typography",{"variant":[1]}]]],["p-c19c2492",[[4,"ix-tabs",{"small":[4],"rounded":[4],"selected":[1026],"layout":[1],"placement":[1],"totalItems":[32],"currentScrollAmount":[32],"scrollAmount":[32],"styleNextArrow":[32],"stylePreviousArrow":[32],"scrollActionAmount":[32]},[[9,"resize","onWindowResize"]]]]],["p-34e3a10e",[[6,"ix-menu-about",{"activeTabLabel":[1025,"active-tab-label"],"label":[1],"show":[4],"labels":[32]}],[6,"ix-menu-avatar",{"top":[1],"bottom":[1],"image":[1],"initials":[1],"i18nLogout":[1,"i-1-8n-logout"]}],[6,"ix-menu-settings",{"activeTabLabel":[1025,"active-tab-label"],"label":[1],"show":[4]}],[4,"ix-menu",{"showSettings":[1028,"show-settings"],"showAbout":[1028,"show-about"],"enableToggleTheme":[4,"enable-toggle-theme"],"enableSettings":[4,"enable-settings"],"enableMapExpand":[4,"enable-map-expand"],"applicationName":[1,"application-name"],"applicationDescription":[1,"application-description"],"maxVisibleMenuItems":[2,"max-visible-menu-items"],"i18nLegal":[1,"i-1-8n-legal"],"i18nSettings":[1,"i-1-8n-settings"],"i18nToggleTheme":[1,"i-1-8n-toggle-theme"],"i18nExpand":[1,"i-1-8n-expand"],"i18nCollapse":[1,"i-1-8n-collapse"],"i18nMore":[1,"i-1-8n-more"],"expand":[1540],"showMoreItems":[32],"visibleMenuItems":[32],"countMoreNotifications":[32],"mapExpand":[32],"activeTab":[32],"isMoreTabEmpty":[32],"mode":[32],"toggleMapExpand":[64],"toggleMenu":[64],"toggleSettings":[64],"toggleAbout":[64]},[[9,"resize","onWindowResize"]]],[6,"ix-menu-about-news",{"show":[1540],"label":[1],"i18nShowMore":[1,"i-1-8n-show-more"],"aboutItemLabel":[1,"about-item-label"],"offsetBottom":[2,"offset-bottom"],"expanded":[4]}],[6,"ix-menu-about-item",{"label":[513]}],[6,"ix-menu-settings-item",{"label":[1]}],[2,"ix-menu-avatar-item",{"icon":[1],"label":[1]}],[6,"ix-menu-item",{"home":[4],"bottom":[4],"tabIcon":[1,"tab-icon"],"notifications":[2],"active":[4],"disabled":[4],"title":[32]}]]],["p-78f2b858",[[2,"ix-date-picker",{"format":[1],"range":[4],"individual":[4],"corners":[1],"from":[1],"to":[1],"minDate":[1,"min-date"],"maxDate":[1,"max-date"],"eventDelimiter":[1,"event-delimiter"],"textSelectDate":[1,"text-select-date"],"yearValue":[32],"today":[32],"monthValue":[32],"calendar":[32],"years":[32],"tempYear":[32],"tempMonth":[32],"start":[32],"end":[32],"dropdownButtonRef":[32],"yearContainerRef":[32],"getCurrentDate":[64]}],[2,"ix-time-picker",{"format":[1],"corners":[1],"individual":[4],"showHour":[4,"show-hour"],"showMinutes":[4,"show-minutes"],"showSeconds":[4,"show-seconds"],"time":[1],"showTimeReference":[1032,"show-time-reference"],"timeReference":[1,"time-reference"],"textSelectTime":[1,"text-select-time"],"hourInputRef":[32],"minuteInputRef":[32],"secondInputRef":[32],"referenceInputRef":[32],"getCurrentTime":[64]}]]],["p-7d4a7388",[[4,"ix-tab-item",{"selected":[4],"disabled":[4],"small":[4],"icon":[4],"rounded":[4],"counter":[2],"layout":[1],"placement":[1]}]]],["p-7fb5fa79",[[2,"ix-modal-container",{"showModal":[64]}],[6,"ix-modal",{"animation":[4],"ariaDescribedBy":[1,"aria-described-by"],"ariaLabelledBy":[1,"aria-labelled-by"],"backdrop":[8],"backdropClass":[1,"backdrop-class"],"beforeDismiss":[16],"centered":[4],"content":[1],"keyboard":[4],"icon":[1],"iconColor":[1,"icon-color"],"modalDialogClass":[1,"modal-dialog-class"],"scrollable":[4],"size":[1],"headerTitle":[1,"header-title"],"windowClass":[1,"window-class"],"dismiss":[64],"close":[64]}]]],["p-9546cbdd",[[6,"ix-filter-chip",{"disabled":[4]}]]],["p-caae2fa5",[[6,"ix-select",{"selectedIndices":[1025,"selected-indices"],"allowClear":[4,"allow-clear"],"mode":[1],"editable":[4],"disabled":[4],"readonly":[4],"i18nPlaceholder":[1,"i-1-8n-placeholder"],"i18nPlaceholderEditable":[1,"i-1-8n-placeholder-editable"],"i18nSelectListHeader":[1,"i-1-8n-select-list-header"],"i18nNoMatches":[1,"i-1-8n-no-matches"],"hideListHeader":[4,"hide-list-header"],"dropdownShow":[32],"value":[32],"dropdownWrapperRef":[32],"dropdownAnchor":[32],"isDropdownEmpty":[32],"hasFocus":[32],"navigationItem":[32],"inputFilterText":[32],"inputValue":[32]},[[0,"itemClick","onItemClicked"],[0,"ix-select-item:labelChange","onLabelChange"],[8,"keydown","onKeyDown"]]],[2,"ix-select-item",{"label":[513],"value":[520],"selected":[4],"hover":[4],"onItemClick":[64]}]]],["p-65b6330a",[[6,"ix-date-time-card",{"individual":[4],"corners":[1]}]]],["p-a30c7b5a",[[1,"ix-burger-menu",{"expanded":[516]}]]],["p-d7a3acce",[[6,"ix-button",{"variant":[1],"outline":[4],"invisible":[4],"ghost":[4],"selected":[4],"disabled":[516],"type":[1]}]]],["p-eb799bdd",[[6,"ix-dropdown-item",{"label":[1],"icon":[1],"hover":[4],"disabled":[4],"checked":[4],"emitItemClick":[64]}],[1,"ix-dropdown",{"show":[1540],"trigger":[1],"anchor":[1],"closeBehavior":[8,"close-behavior"],"placement":[1],"positioningStrategy":[1,"positioning-strategy"],"adjustDropdownWidthToReferenceWith":[4,"adjust-dropdown-width-to-reference-with"],"adjustDropdownWidthToReferenceWidth":[4,"adjust-dropdown-width-to-reference-width"],"header":[1],"offset":[16],"triggerEvent":[1,"trigger-event"],"overwriteDropdownStyle":[16],"updatePosition":[64]},[[8,"click","clickOutside"]]]]],["p-2dafa048",[[6,"ix-icon-button",{"variant":[1],"outline":[4],"invisible":[4],"ghost":[4],"oval":[4],"icon":[1],"size":[1],"color":[1],"selected":[4],"disabled":[4],"type":[1]}]]]]'),e)));
|
|
2
2
|
//# sourceMappingURL=siemens-ix.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["patchBrowser","importMeta","
|
|
1
|
+
{"version":3,"names":["patchBrowser","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","then","options","bootstrapLazy","JSON","parse"],"sources":["../../node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v3.2.1 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';\nimport { consoleDevInfo, plt, win, doc, promiseResolve, H } from '@stencil/core';\n/**\n * Helper method for querying a `meta` tag that contains a nonce value\n * out of a DOM's head.\n *\n * @param doc The DOM containing the `head` to query against\n * @returns The content of the meta tag representing the nonce value, or `undefined` if no tag\n * exists or the tag has no content.\n */\nfunction queryNonceMetaTagContent(doc) {\n var _a, _b, _c;\n return (_c = (_b = (_a = doc.head) === null || _a === void 0 ? void 0 : _a.querySelector('meta[name=\"csp-nonce\"]')) === null || _b === void 0 ? void 0 : _b.getAttribute('content')) !== null && _c !== void 0 ? _c : undefined;\n}\n// TODO(STENCIL-661): Remove code related to the dynamic import shim\nconst getDynamicImportFunction = (namespace) => `__sc_import_${namespace.replace(/\\s|-/g, '_')}`;\nconst patchBrowser = () => {\n // NOTE!! This fn cannot use async/await!\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo('Running in development mode.');\n }\n // TODO(STENCIL-659): Remove code implementing the CSS variable shim\n if (BUILD.cssVarShim) {\n // shim css vars\n // TODO(STENCIL-659): Remove code implementing the CSS variable shim\n plt.$cssShim$ = win.__cssshim;\n }\n if (BUILD.cloneNodeFix) {\n // opted-in to polyfill cloneNode() for slot polyfilled components\n patchCloneNodeFix(H.prototype);\n }\n if (BUILD.profile && !performance.mark) {\n // not all browsers support performance.mark/measure (Safari 10)\n // because the mark/measure APIs are designed to write entries to a buffer in the browser that does not exist,\n // simply stub the implementations out.\n // TODO(STENCIL-323): Remove this patch when support for older browsers is removed (breaking)\n // @ts-ignore\n performance.mark = performance.measure = () => {\n /*noop*/\n };\n performance.getEntriesByName = () => [];\n }\n // @ts-ignore\n const scriptElm = \n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n BUILD.scriptDataOpts || BUILD.safari10 || BUILD.dynamicImportShim\n ? Array.from(doc.querySelectorAll('script')).find((s) => new RegExp(`\\/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) ||\n s.getAttribute('data-stencil-namespace') === NAMESPACE)\n : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})['data-opts'] || {} : {};\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n if (BUILD.safari10 && 'onbeforeload' in scriptElm && !history.scrollRestoration /* IS_ESM_BUILD */) {\n // Safari < v11 support: This IF is true if it's Safari below v11.\n // This fn cannot use async/await since Safari didn't support it until v11,\n // however, Safari 10 did support modules. Safari 10 also didn't support \"nomodule\",\n // so both the ESM file and nomodule file would get downloaded. Only Safari\n // has 'onbeforeload' in the script, and \"history.scrollRestoration\" was added\n // to Safari in v11. Return a noop then() so the async/await ESM code doesn't continue.\n // IS_ESM_BUILD is replaced at build time so this check doesn't happen in systemjs builds.\n return {\n then() {\n /* promise noop */\n },\n };\n }\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n if (!BUILD.safari10 && importMeta !== '') {\n opts.resourcesUrl = new URL('.', importMeta).href;\n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n }\n else if (BUILD.dynamicImportShim || BUILD.safari10) {\n opts.resourcesUrl = new URL('.', new URL(scriptElm.getAttribute('data-resources-url') || scriptElm.src, win.location.href)).href;\n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n if (BUILD.dynamicImportShim) {\n patchDynamicImport(opts.resourcesUrl, scriptElm);\n }\n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n if (BUILD.dynamicImportShim && !win.customElements) {\n // module support, but no custom elements support (Old Edge)\n // @ts-ignore\n return import(/* webpackChunkName: \"polyfills-dom\" */ './dom.js').then(() => opts);\n }\n }\n return promiseResolve(opts);\n};\n// TODO(STENCIL-661): Remove code related to the dynamic import shim\nconst patchDynamicImport = (base, orgScriptElm) => {\n const importFunctionName = getDynamicImportFunction(NAMESPACE);\n try {\n // test if this browser supports dynamic imports\n // There is a caching issue in V8, that breaks using import() in Function\n // By generating a random string, we can workaround it\n // Check https://bugs.chromium.org/p/chromium/issues/detail?id=990810 for more info\n win[importFunctionName] = new Function('w', `return import(w);//${Math.random()}`);\n }\n catch (e) {\n // this shim is specifically for browsers that do support \"esm\" imports\n // however, they do NOT support \"dynamic\" imports\n // basically this code is for old Edge, v18 and below\n const moduleMap = new Map();\n win[importFunctionName] = (src) => {\n var _a;\n const url = new URL(src, base).href;\n let mod = moduleMap.get(url);\n if (!mod) {\n const script = doc.createElement('script');\n script.type = 'module';\n script.crossOrigin = orgScriptElm.crossOrigin;\n script.src = URL.createObjectURL(new Blob([`import * as m from '${url}'; window.${importFunctionName}.m = m;`], {\n type: 'application/javascript',\n }));\n // Apply CSP nonce to the script tag if it exists\n const nonce = (_a = plt.$nonce$) !== null && _a !== void 0 ? _a : queryNonceMetaTagContent(doc);\n if (nonce != null) {\n script.setAttribute('nonce', nonce);\n }\n mod = new Promise((resolve) => {\n script.onload = () => {\n resolve(win[importFunctionName].m);\n script.remove();\n };\n });\n moduleMap.set(url, mod);\n doc.head.appendChild(script);\n }\n return mod;\n };\n }\n};\nconst patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function (deep) {\n if (this.nodeName === 'TEMPLATE') {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n // Node.ATTRIBUTE_NODE === 2, and checking because IE11\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport { patchBrowser };\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(options => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"sFAmBA,MAAMA,EAAe,KAkCjB,MAAMC,cAAyBC,IAC/B,MAAMC,EAAqE,GAiB3E,GAAuBF,IAAe,GAAI,CACtCE,EAAKC,aAAe,IAAIC,IAAI,IAAKJ,GAAYK,IAGrD,CAcI,OAAOC,EAAeJ,EAAK,ECrF/BH,IAAeQ,MAAKC,GAEXC,EAAcC,KAAAC,MAAA,68XAAuCH"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
-
import { DateTime
|
|
2
|
+
import { DateTime } from 'luxon';
|
|
3
3
|
import { DateTimeCardCorners } from '../date-time-card/date-time-card';
|
|
4
4
|
export type DateChangeEvent = {
|
|
5
5
|
from: string;
|
|
@@ -30,12 +30,13 @@ export declare class DatePicker {
|
|
|
30
30
|
corners: DateTimeCardCorners;
|
|
31
31
|
/**
|
|
32
32
|
* Picker date. If the picker is in range mode this property is the start date.
|
|
33
|
+
* If set to `null` no default start date will be pre-selected.
|
|
33
34
|
*
|
|
34
35
|
* Format is based on `format`
|
|
35
36
|
*
|
|
36
37
|
* @since 1.1.0
|
|
37
38
|
*/
|
|
38
|
-
from: string;
|
|
39
|
+
from: string | null;
|
|
39
40
|
/**
|
|
40
41
|
* Picker date. If the picker is in range mode this property is the end date.
|
|
41
42
|
* If the picker is not in range mode leave this value `null`
|
|
@@ -87,7 +88,7 @@ export declare class DatePicker {
|
|
|
87
88
|
* Date change event
|
|
88
89
|
*
|
|
89
90
|
* If datepicker is in range mode the event detail will be sperated with a `-` e.g.
|
|
90
|
-
* `2022/10/22 - 2022/10/24` (start and end). If range mode is
|
|
91
|
+
* `2022/10/22 - 2022/10/24` (start and end). If range mode is chosen consider to use `dateRangeChange`.
|
|
91
92
|
*
|
|
92
93
|
* @deprecated String output will be removed. Set ´doneEventDelimiter´ to undefined or null to get date change object instead of a string
|
|
93
94
|
*/
|
|
@@ -112,8 +113,8 @@ export declare class DatePicker {
|
|
|
112
113
|
*/
|
|
113
114
|
dateSelect: EventEmitter<DateChangeEvent>;
|
|
114
115
|
get year(): number;
|
|
115
|
-
get day():
|
|
116
|
-
get month():
|
|
116
|
+
get day(): number;
|
|
117
|
+
get month(): number;
|
|
117
118
|
private onDone;
|
|
118
119
|
private onDateChange;
|
|
119
120
|
private getStartOfMonth;
|
|
@@ -124,7 +125,7 @@ export declare class DatePicker {
|
|
|
124
125
|
private selectMonth;
|
|
125
126
|
private infiniteScrollYears;
|
|
126
127
|
private selectTempYear;
|
|
127
|
-
private
|
|
128
|
+
private getDayClasses;
|
|
128
129
|
private selectDay;
|
|
129
130
|
private getOutputFormat;
|
|
130
131
|
private isWithinMinMax;
|
|
@@ -42,11 +42,13 @@ export declare class Group {
|
|
|
42
42
|
*/
|
|
43
43
|
collapsedChanged: EventEmitter<boolean>;
|
|
44
44
|
hostElement: HTMLIxGroupElement;
|
|
45
|
+
itemSelected: boolean;
|
|
45
46
|
get dropdownItems(): HTMLIxGroupDropdownItemElement[];
|
|
46
47
|
get groupItems(): Array<HTMLIxGroupItemElement>;
|
|
47
48
|
get groupContent(): Element;
|
|
48
49
|
get footer(): Element;
|
|
49
50
|
dropdownTriggerRef: HTMLElement;
|
|
51
|
+
slotSize: number;
|
|
50
52
|
constructor();
|
|
51
53
|
onKeyDown(event: KeyboardEvent): Promise<void>;
|
|
52
54
|
private onExpandClick;
|
|
@@ -54,6 +56,8 @@ export declare class Group {
|
|
|
54
56
|
private onItemClick;
|
|
55
57
|
private setGroupSelection;
|
|
56
58
|
componentWillRender(): void;
|
|
59
|
+
private observer;
|
|
57
60
|
componentDidLoad(): void;
|
|
61
|
+
disconnectedCallback(): void;
|
|
58
62
|
render(): any;
|
|
59
63
|
}
|
|
@@ -4,6 +4,7 @@ import { EventEmitter } from '../../stencil-public-runtime';
|
|
|
4
4
|
*/
|
|
5
5
|
export declare class Pagination {
|
|
6
6
|
private readonly maxCountPages;
|
|
7
|
+
hostElement: HTMLIxPaginationElement;
|
|
7
8
|
/**
|
|
8
9
|
* Advanced mode
|
|
9
10
|
*/
|
|
@@ -46,6 +47,7 @@ export declare class Pagination {
|
|
|
46
47
|
* Item count change event
|
|
47
48
|
*/
|
|
48
49
|
itemCountChanged: EventEmitter<number>;
|
|
50
|
+
get pageInput(): Element;
|
|
49
51
|
private selectPage;
|
|
50
52
|
private increase;
|
|
51
53
|
private decrease;
|
|
@@ -4,6 +4,7 @@ export declare class Select {
|
|
|
4
4
|
hostElement: HTMLIxSelectElement;
|
|
5
5
|
/**
|
|
6
6
|
* Indices of selected items
|
|
7
|
+
* This corresponds to the value property of ix-select-items and therefor not neccessarily the indices of the items in the list.
|
|
7
8
|
*/
|
|
8
9
|
selectedIndices: string | string[];
|
|
9
10
|
/**
|
|
@@ -38,6 +39,19 @@ export declare class Select {
|
|
|
38
39
|
* Select list header
|
|
39
40
|
*/
|
|
40
41
|
i18nSelectListHeader: string;
|
|
42
|
+
/**
|
|
43
|
+
* Hint inside of dropdown if no items where found with current filter text
|
|
44
|
+
*
|
|
45
|
+
* @since 1.5.0
|
|
46
|
+
*/
|
|
47
|
+
i18nNoMatches: string;
|
|
48
|
+
/**
|
|
49
|
+
* Hide list header
|
|
50
|
+
*
|
|
51
|
+
* @since 1.5.0
|
|
52
|
+
@
|
|
53
|
+
*/
|
|
54
|
+
hideListHeader: boolean;
|
|
41
55
|
/**
|
|
42
56
|
* Item selection changed
|
|
43
57
|
*/
|
|
@@ -64,9 +78,9 @@ export declare class Select {
|
|
|
64
78
|
get addItemButton(): Element;
|
|
65
79
|
get isSingleMode(): boolean;
|
|
66
80
|
get isMultipleMode(): boolean;
|
|
81
|
+
get isEveryDropdownItemHidden(): boolean;
|
|
67
82
|
watchSelectedIndices(newId: string | string[]): void;
|
|
68
83
|
onItemClicked(event: CustomEvent<string>): void;
|
|
69
|
-
watchInputText(newValue: string): void;
|
|
70
84
|
private emitItemClick;
|
|
71
85
|
private emitAddItem;
|
|
72
86
|
private selectValue;
|
|
@@ -83,5 +97,7 @@ export declare class Select {
|
|
|
83
97
|
private removeHiddenFromItems;
|
|
84
98
|
private clearInput;
|
|
85
99
|
private clear;
|
|
100
|
+
private onInputBlur;
|
|
101
|
+
private placeholderValue;
|
|
86
102
|
render(): any;
|
|
87
103
|
}
|
|
@@ -63,9 +63,9 @@ export declare class TimePicker {
|
|
|
63
63
|
minuteInputRef: HTMLInputElement;
|
|
64
64
|
secondInputRef: HTMLInputElement;
|
|
65
65
|
referenceInputRef: HTMLInputElement;
|
|
66
|
-
get hour():
|
|
67
|
-
get minutes():
|
|
68
|
-
get seconds():
|
|
66
|
+
get hour(): number;
|
|
67
|
+
get minutes(): number;
|
|
68
|
+
get seconds(): number;
|
|
69
69
|
private _time;
|
|
70
70
|
private updateInput;
|
|
71
71
|
private changeReference;
|
|
@@ -17,6 +17,13 @@ export declare class Tooltip {
|
|
|
17
17
|
* Define if the user can access the tooltip via mouse.
|
|
18
18
|
*/
|
|
19
19
|
interactive: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Initial placement of the tooltip. If the placement don"t have enough space,
|
|
22
|
+
* the tooltip will placed on another location.
|
|
23
|
+
*
|
|
24
|
+
* @since 1.5.0
|
|
25
|
+
*/
|
|
26
|
+
placement: 'top' | 'right' | 'bottom' | 'left';
|
|
20
27
|
visible: boolean;
|
|
21
28
|
hostElement: HTMLIxTooltipElement;
|
|
22
29
|
private observer;
|
|
@@ -29,6 +36,7 @@ export declare class Tooltip {
|
|
|
29
36
|
private destroyAutoUpdate;
|
|
30
37
|
private showTooltip;
|
|
31
38
|
private hideTooltip;
|
|
39
|
+
private computeArrowPosition;
|
|
32
40
|
private computeTooltipPosition;
|
|
33
41
|
private queryAnchorElements;
|
|
34
42
|
private registerTriggerListener;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const a11yBoolean: (value: boolean) => "true" | "false";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
1
2
|
export declare class WorkflowStep {
|
|
2
3
|
hostElement: HTMLIxWorkflowStepElement;
|
|
3
4
|
/**
|
|
@@ -22,14 +23,21 @@ export declare class WorkflowStep {
|
|
|
22
23
|
selected: boolean;
|
|
23
24
|
/**
|
|
24
25
|
* Activate navigation click
|
|
26
|
+
*
|
|
27
|
+
* @deprecated Will be changed to '@internal' in 2.0.0
|
|
25
28
|
*/
|
|
26
|
-
position: 'first' | 'last' | 'undefined';
|
|
29
|
+
position: 'first' | 'last' | 'single' | 'undefined';
|
|
27
30
|
iconName: 'circle' | 'circle-dot' | 'success' | 'warning' | 'error';
|
|
28
31
|
iconColor: string;
|
|
32
|
+
/**
|
|
33
|
+
* @internal
|
|
34
|
+
*/
|
|
35
|
+
selectedChanged: EventEmitter<HTMLIxWorkflowStepElement>;
|
|
29
36
|
private customIconSlot;
|
|
30
37
|
private select;
|
|
31
38
|
selectedHandler(): void;
|
|
32
39
|
watchPropHandler(): void;
|
|
33
40
|
componentDidLoad(): void;
|
|
41
|
+
clickFunction(): void;
|
|
34
42
|
render(): any;
|
|
35
43
|
}
|
|
@@ -7,6 +7,7 @@ export declare class WorkflowSteps {
|
|
|
7
7
|
vertical: boolean;
|
|
8
8
|
/**
|
|
9
9
|
* Select linear mode
|
|
10
|
+
* @deprecated Has no effect on component. Will get removed in 2.0.0
|
|
10
11
|
*/
|
|
11
12
|
linear: boolean;
|
|
12
13
|
/**
|
|
@@ -22,8 +23,11 @@ export declare class WorkflowSteps {
|
|
|
22
23
|
*/
|
|
23
24
|
stepSelected: EventEmitter<number>;
|
|
24
25
|
private getSteps;
|
|
25
|
-
|
|
26
|
+
get stepsContent(): Element;
|
|
27
|
+
updateSteps(): void;
|
|
28
|
+
private observer;
|
|
29
|
+
componentDidLoad(): void;
|
|
30
|
+
disconnectedCallback(): void;
|
|
26
31
|
componentDidRender(): void;
|
|
27
|
-
componentWillRender(): void;
|
|
28
32
|
render(): any;
|
|
29
33
|
}
|
|
@@ -299,10 +299,10 @@ export namespace Components {
|
|
|
299
299
|
*/
|
|
300
300
|
"format": string;
|
|
301
301
|
/**
|
|
302
|
-
* Picker date. If the picker is in range mode this property is the start date. Format is based on `format`
|
|
302
|
+
* Picker date. If the picker is in range mode this property is the start date. If set to `null` no default start date will be pre-selected. Format is based on `format`
|
|
303
303
|
* @since 1.1.0
|
|
304
304
|
*/
|
|
305
|
-
"from": string;
|
|
305
|
+
"from": string | null;
|
|
306
306
|
/**
|
|
307
307
|
* Get the current DateTime
|
|
308
308
|
*/
|
|
@@ -1216,6 +1216,17 @@ export namespace Components {
|
|
|
1216
1216
|
* Select is extendable
|
|
1217
1217
|
*/
|
|
1218
1218
|
"editable": boolean;
|
|
1219
|
+
/**
|
|
1220
|
+
* Hide list header
|
|
1221
|
+
* @since 1.5.0
|
|
1222
|
+
* @
|
|
1223
|
+
*/
|
|
1224
|
+
"hideListHeader": boolean;
|
|
1225
|
+
/**
|
|
1226
|
+
* Hint inside of dropdown if no items where found with current filter text
|
|
1227
|
+
* @since 1.5.0
|
|
1228
|
+
*/
|
|
1229
|
+
"i18nNoMatches": string;
|
|
1219
1230
|
/**
|
|
1220
1231
|
* Input field placeholder
|
|
1221
1232
|
*/
|
|
@@ -1237,7 +1248,7 @@ export namespace Components {
|
|
|
1237
1248
|
*/
|
|
1238
1249
|
"readonly": boolean;
|
|
1239
1250
|
/**
|
|
1240
|
-
* Indices of selected items
|
|
1251
|
+
* Indices of selected items This corresponds to the value property of ix-select-items and therefor not neccessarily the indices of the items in the list.
|
|
1241
1252
|
*/
|
|
1242
1253
|
"selectedIndices": string | string[];
|
|
1243
1254
|
}
|
|
@@ -1514,6 +1525,11 @@ export namespace Components {
|
|
|
1514
1525
|
* Define if the user can access the tooltip via mouse.
|
|
1515
1526
|
*/
|
|
1516
1527
|
"interactive": boolean;
|
|
1528
|
+
/**
|
|
1529
|
+
* Initial placement of the tooltip. If the placement don"t have enough space, the tooltip will placed on another location.
|
|
1530
|
+
* @since 1.5.0
|
|
1531
|
+
*/
|
|
1532
|
+
"placement": 'top' | 'right' | 'bottom' | 'left';
|
|
1517
1533
|
/**
|
|
1518
1534
|
* Title of the tooltip
|
|
1519
1535
|
*/
|
|
@@ -1635,8 +1651,9 @@ export namespace Components {
|
|
|
1635
1651
|
"disabled": boolean;
|
|
1636
1652
|
/**
|
|
1637
1653
|
* Activate navigation click
|
|
1654
|
+
* @deprecated Will be changed to '@internal' in 2.0.0
|
|
1638
1655
|
*/
|
|
1639
|
-
"position": 'first' | 'last' | 'undefined';
|
|
1656
|
+
"position": 'first' | 'last' | 'single' | 'undefined';
|
|
1640
1657
|
/**
|
|
1641
1658
|
* Set selected
|
|
1642
1659
|
*/
|
|
@@ -1657,6 +1674,7 @@ export namespace Components {
|
|
|
1657
1674
|
"clickable": boolean;
|
|
1658
1675
|
/**
|
|
1659
1676
|
* Select linear mode
|
|
1677
|
+
* @deprecated Has no effect on component. Will get removed in 2.0.0
|
|
1660
1678
|
*/
|
|
1661
1679
|
"linear": boolean;
|
|
1662
1680
|
/**
|
|
@@ -1815,6 +1833,10 @@ export interface IxUploadCustomEvent<T> extends CustomEvent<T> {
|
|
|
1815
1833
|
detail: T;
|
|
1816
1834
|
target: HTMLIxUploadElement;
|
|
1817
1835
|
}
|
|
1836
|
+
export interface IxWorkflowStepCustomEvent<T> extends CustomEvent<T> {
|
|
1837
|
+
detail: T;
|
|
1838
|
+
target: HTMLIxWorkflowStepElement;
|
|
1839
|
+
}
|
|
1818
1840
|
export interface IxWorkflowStepsCustomEvent<T> extends CustomEvent<T> {
|
|
1819
1841
|
detail: T;
|
|
1820
1842
|
target: HTMLIxWorkflowStepsElement;
|
|
@@ -2638,10 +2660,10 @@ declare namespace LocalJSX {
|
|
|
2638
2660
|
*/
|
|
2639
2661
|
"format"?: string;
|
|
2640
2662
|
/**
|
|
2641
|
-
* Picker date. If the picker is in range mode this property is the start date. Format is based on `format`
|
|
2663
|
+
* Picker date. If the picker is in range mode this property is the start date. If set to `null` no default start date will be pre-selected. Format is based on `format`
|
|
2642
2664
|
* @since 1.1.0
|
|
2643
2665
|
*/
|
|
2644
|
-
"from"?: string;
|
|
2666
|
+
"from"?: string | null;
|
|
2645
2667
|
/**
|
|
2646
2668
|
* @deprecated Will be removed in 2.0.0
|
|
2647
2669
|
*/
|
|
@@ -2657,7 +2679,7 @@ declare namespace LocalJSX {
|
|
|
2657
2679
|
*/
|
|
2658
2680
|
"minDate"?: string;
|
|
2659
2681
|
/**
|
|
2660
|
-
* Date change event If datepicker is in range mode the event detail will be sperated with a `-` e.g. `2022/10/22 - 2022/10/24` (start and end). If range mode is
|
|
2682
|
+
* Date change event If datepicker is in range mode the event detail will be sperated with a `-` e.g. `2022/10/22 - 2022/10/24` (start and end). If range mode is chosen consider to use `dateRangeChange`.
|
|
2661
2683
|
* @deprecated String output will be removed. Set ´doneEventDelimiter´ to undefined or null to get date change object instead of a string
|
|
2662
2684
|
*/
|
|
2663
2685
|
"onDateChange"?: (event: IxDatePickerCustomEvent<LegacyDateChangeEvent>) => void;
|
|
@@ -3620,6 +3642,17 @@ declare namespace LocalJSX {
|
|
|
3620
3642
|
* Select is extendable
|
|
3621
3643
|
*/
|
|
3622
3644
|
"editable"?: boolean;
|
|
3645
|
+
/**
|
|
3646
|
+
* Hide list header
|
|
3647
|
+
* @since 1.5.0
|
|
3648
|
+
* @
|
|
3649
|
+
*/
|
|
3650
|
+
"hideListHeader"?: boolean;
|
|
3651
|
+
/**
|
|
3652
|
+
* Hint inside of dropdown if no items where found with current filter text
|
|
3653
|
+
* @since 1.5.0
|
|
3654
|
+
*/
|
|
3655
|
+
"i18nNoMatches"?: string;
|
|
3623
3656
|
/**
|
|
3624
3657
|
* Input field placeholder
|
|
3625
3658
|
*/
|
|
@@ -3649,7 +3682,7 @@ declare namespace LocalJSX {
|
|
|
3649
3682
|
*/
|
|
3650
3683
|
"readonly"?: boolean;
|
|
3651
3684
|
/**
|
|
3652
|
-
* Indices of selected items
|
|
3685
|
+
* Indices of selected items This corresponds to the value property of ix-select-items and therefor not neccessarily the indices of the items in the list.
|
|
3653
3686
|
*/
|
|
3654
3687
|
"selectedIndices"?: string | string[];
|
|
3655
3688
|
}
|
|
@@ -3940,6 +3973,11 @@ declare namespace LocalJSX {
|
|
|
3940
3973
|
* Define if the user can access the tooltip via mouse.
|
|
3941
3974
|
*/
|
|
3942
3975
|
"interactive"?: boolean;
|
|
3976
|
+
/**
|
|
3977
|
+
* Initial placement of the tooltip. If the placement don"t have enough space, the tooltip will placed on another location.
|
|
3978
|
+
* @since 1.5.0
|
|
3979
|
+
*/
|
|
3980
|
+
"placement"?: 'top' | 'right' | 'bottom' | 'left';
|
|
3943
3981
|
/**
|
|
3944
3982
|
* Title of the tooltip
|
|
3945
3983
|
*/
|
|
@@ -4086,8 +4124,9 @@ declare namespace LocalJSX {
|
|
|
4086
4124
|
"disabled"?: boolean;
|
|
4087
4125
|
/**
|
|
4088
4126
|
* Activate navigation click
|
|
4127
|
+
* @deprecated Will be changed to '@internal' in 2.0.0
|
|
4089
4128
|
*/
|
|
4090
|
-
"position"?: 'first' | 'last' | 'undefined';
|
|
4129
|
+
"position"?: 'first' | 'last' | 'single' | 'undefined';
|
|
4091
4130
|
/**
|
|
4092
4131
|
* Set selected
|
|
4093
4132
|
*/
|
|
@@ -4108,6 +4147,7 @@ declare namespace LocalJSX {
|
|
|
4108
4147
|
"clickable"?: boolean;
|
|
4109
4148
|
/**
|
|
4110
4149
|
* Select linear mode
|
|
4150
|
+
* @deprecated Has no effect on component. Will get removed in 2.0.0
|
|
4111
4151
|
*/
|
|
4112
4152
|
"linear"?: boolean;
|
|
4113
4153
|
/**
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
import { ElementHandle } from '@playwright/test';
|
|
1
2
|
export declare const regressionTest: import("@playwright/test").TestType<import("@playwright/test").PlaywrightTestArgs & import("@playwright/test").PlaywrightTestOptions & {
|
|
2
3
|
[key: string]: any;
|
|
3
4
|
}, import("@playwright/test").PlaywrightWorkerArgs & import("@playwright/test").PlaywrightWorkerOptions>;
|
|
5
|
+
export declare const test: import("@playwright/test").TestType<import("@playwright/test").PlaywrightTestArgs & import("@playwright/test").PlaywrightTestOptions & {
|
|
6
|
+
mount: (selector: string) => Promise<ElementHandle<HTMLElement>>;
|
|
7
|
+
createElement: (selector: string, appendTo?: ElementHandle<Element>) => Promise<ElementHandle<HTMLElement>>;
|
|
8
|
+
}, import("@playwright/test").PlaywrightWorkerArgs & import("@playwright/test").PlaywrightWorkerOptions>;
|
package/loader/index.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export interface CustomElementsDefineOptions {
|
|
|
11
11
|
export declare function defineCustomElements(win?: Window, opts?: CustomElementsDefineOptions): Promise<void>;
|
|
12
12
|
export declare function applyPolyfills(): Promise<void>;
|
|
13
13
|
|
|
14
|
-
/**
|
|
14
|
+
/**
|
|
15
15
|
* Used to specify a nonce value that corresponds with an application's CSP.
|
|
16
16
|
* When set, the nonce will be added to all dynamically created script and style tags at runtime.
|
|
17
17
|
* Alternatively, the nonce value can be set on a meta tag in the DOM head
|