@ironsource/shared-ui 2.1.9-test.0 → 2.1.9-test.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_9fa84b26_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_360883b1_lang.css +1 -0
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_020a9896_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_058de532_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css +1 -0
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css +1 -0
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +1 -0
- package/components/alert/Alert.vue2.js +3 -2
- package/components/autocomplete/Autocomplete.vue.d.ts +1 -1
- package/components/autocomplete/index.d.ts +20 -20
- package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +65 -0
- package/components/button/v4/ToggleButtonGroupAB.vue.js +7 -0
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +95 -0
- package/components/button/v4/index.d.ts +170 -1
- package/components/button/v4/index.js +10 -3
- package/components/dateRange/v4/CalendarMonthV4.vue2.js +9 -8
- package/components/dateRange/v4/DateRangeV4.vue2.js +21 -20
- package/components/dialog/v3/Dialog.vue.d.ts +1 -1
- package/components/dialog/v3/index.d.ts +5 -5
- package/components/dialog/v4/DialogV4.vue.d.ts +1 -1
- package/components/dialog/v4/DialogV4.vue2.js +6 -5
- package/components/dialog/v4/index.d.ts +5 -5
- package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/v3/index.d.ts +51 -51
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +17 -11
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +17 -9
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +5 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +23 -22
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +11 -0
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +59 -45
- package/components/dropdown/v4/DropdownV4.vue.d.ts +2 -2
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +6 -5
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +4 -3
- package/components/dropdown/v4/OptionV4.vue.d.ts +6 -0
- package/components/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +83 -70
- package/components/dropdown/v4/index.d.ts +133 -65
- package/components/emptyState/v4/EmptyStateV4.vue2.js +13 -12
- package/components/forms/FormCard.vue2.js +13 -12
- package/components/includeExclude/index.d.ts +56 -56
- package/components/input/v3/Input.vue.d.ts +1 -1
- package/components/input/v3/index.d.ts +32 -32
- package/components/input/v4/TextField.vue.d.ts +1 -1
- package/components/input/v4/index.d.ts +20 -20
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/index.d.ts +20 -20
- package/components/multibar/MultiBar.vue.d.ts +1 -1
- package/components/multibar/MultiBar.vue2.js +3 -2
- package/components/multibar/index.d.ts +9 -9
- package/components/popover/v3/Popover.vue.d.ts +1 -1
- package/components/popover/v3/index.d.ts +20 -20
- package/components/popover/v4/PopoverV4.vue.d.ts +7 -3
- package/components/popover/v4/PopoverV4.vue.js +3 -3
- package/components/popover/v4/PopoverV4.vue2.js +23 -20
- package/components/popover/v4/index.d.ts +36 -24
- package/components/radioButton/v3/RadioButton.vue.d.ts +1 -1
- package/components/radioButton/v3/RadioGroup.vue.d.ts +1 -1
- package/components/radioButton/v3/index.d.ts +6 -6
- package/components/radioButton/v4/RadioButtonV4.vue.d.ts +6 -1
- package/components/radioButton/v4/RadioButtonV4.vue.js +2 -2
- package/components/radioButton/v4/RadioButtonV4.vue2.js +59 -46
- package/components/radioButton/v4/RadioGroupV4.vue.d.ts +1 -1
- package/components/radioButton/v4/index.d.ts +26 -7
- package/components/snackbar/v4/SnackbarV4.vue2.js +7 -6
- package/components/sortableList/SortableItem.vue.d.ts +1 -1
- package/components/switch/v3/index.d.ts +16 -16
- package/components/switch/v4/SwitchV4.vue2.js +6 -5
- package/components/switch/v4/index.d.ts +8 -8
- package/components/table/v4/DataGrid.vue.d.ts +5 -0
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +45 -44
- package/components/table/v4/ExpandRowToggle.vue2.js +6 -5
- package/components/table/v4/MultipleDataGrid.vue.d.ts +23 -2
- package/components/table/v4/MultipleDataGrid.vue.js +5 -5
- package/components/table/v4/MultipleDataGrid.vue2.js +82 -73
- package/components/table/v4/index.d.ts +98 -2
- package/components/textArea/v4/TextAreaV4.vue.d.ts +1 -1
- package/components/textArea/v4/index.d.ts +9 -9
- package/components/toggle/v3/index.d.ts +8 -8
- package/components/toggle/v4/index.d.ts +16 -16
- package/consts/configs.d.ts +1 -0
- package/consts/configs.js +4 -0
- package/index.d.ts +1320 -447
- package/index.js +1 -1
- package/mocks/options.d.ts +4 -0
- package/package.json +2 -2
- package/testids/index.d.ts +8 -1
- package/testids/index.js +14 -13
- package/utils/testIds.d.ts +1 -1
- package/utils/testIds.js +6 -6
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_23e22560_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_a8fdae89_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_d27e1304_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_fd7a490e_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_119e4bc3_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_cfedf78b_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_77509f61_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_c54cd089_lang.css +0 -1
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_cb3a12c6_lang.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.button-trigger.open[data-v-76c74f58]{background:var(--action-selected);outline:2px solid var(--action-active);outline-offset:-2px;transition:outline 0s}.button-trigger.open[data-v-76c74f58]:hover{background:var(--action-selected)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.chip-trigger[data-v-49bd7193]{border:1px solid var(--default-outlined-border);padding:.3125rem .3125rem .3125rem .4375rem;border-radius:100px;cursor:pointer;user-select:none;display:inline-flex}.chip-trigger[data-v-49bd7193]:hover{border-color:var(--action-active);background:var(--action-selected)}.chip-trigger.active[data-v-49bd7193]{border:none;background:var(--primary-light);padding:.375rem .375rem .375rem .5rem}.chip-trigger.active .chip-trigger--content[data-v-49bd7193]{color:var(--primary-contrast-text)}.chip-trigger.active[data-v-49bd7193]:hover{border:.0625rem solid var(--primary-main-50-p);padding:.3125rem .3125rem .3125rem .4375rem}.chip-trigger.open[data-v-49bd7193]{border:.125rem solid var(--action-active);padding:.25rem .25rem .25rem .375rem;background:var(--action-selected)}.chip-trigger.open.active[data-v-49bd7193]{border:.125rem solid var(--primary-main-50-p);background:var(--primary-light);padding:.25rem .25rem .25rem .375rem}.chip-trigger.disabled[data-v-49bd7193]{cursor:auto}.chip-trigger--content[data-v-49bd7193]{color:var(--text-primary);display:flex;column-gap:4px}.chip-trigger--content .x-circle-wrapper[data-v-49bd7193]{color:var(--primary-dark)}.chip-trigger--content .x-circle-wrapper[data-v-49bd7193]:hover{color:var(--primary-darker)}.chip-trigger--icon[data-v-49bd7193]{color:var(--action-active)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.sticky[data-v-0cd8af73]{position:sticky}.table-container[data-v-0cd8af73]{width:100%;position:relative;display:flex;flex-direction:column}.table-header[data-v-0cd8af73]{display:flex;align-items:center;height:calc(var(--spacing-800) - 1px);border-bottom:1px solid var(--common-divider);background-color:var(--background-paper-elevation-0);position:sticky;left:0;padding:var(--spacing-300)}.table-header .table-title[data-v-0cd8af73]{display:flex;flex:1;align-items:center;justify-content:flex-start;height:100%;color:var(--text-primary)}.table-header .table-header-right[data-v-0cd8af73]{display:flex;align-items:center;height:100%}.table-header .search-wrapper[data-v-0cd8af73]{width:13.75rem}.table-header.isStickyHeader[data-v-0cd8af73]{z-index:calc(var(--158e1032) + 3);top:0}.table-head-container[data-v-0cd8af73]{display:flex;align-items:center;white-space:nowrap;color:var(--text-primary)}.table-footer[data-v-0cd8af73]{color:var(--text-primary);background-color:var(--background-paper-elevation-0);padding:0 var(--spacing-300);display:flex;align-items:center;min-height:var(--spacing-600);border:1px solid var(--common-divider);border-radius:var(--border-radius-md);border-top-right-radius:0;border-top-left-radius:0}.table-body-wrapper[data-v-0cd8af73]{display:inline-table}.table-header-actions[data-v-0cd8af73]{margin-left:var(--spacing-100);display:flex;align-items:center}.table-row[data-v-0cd8af73]{position:relative}.table-row.loading[data-v-0cd8af73]{opacity:.7}.table-row:not(.expanded):last-child>td[data-v-0cd8af73]{border-bottom:none}.table-row.expanded:last-child>.expanded-row[data-v-0cd8af73]{border-bottom:none}.expanded-row[data-v-0cd8af73]{grid-column:var(--db8e3dca);border-bottom:1px solid var(--common-divider);background-color:var(--background-default)}table[data-v-0cd8af73]{position:relative;display:block;overflow:auto;background:var(--background-paper-elevation-0);border:1px solid var(--common-divider);color:var(--text-primary);text-align:left;table-layout:fixed;width:100%;max-height:100%;border-radius:var(--border-radius-md);border-collapse:collapse;border-spacing:0}table.hasFooter[data-v-0cd8af73]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}table td[data-v-0cd8af73],table th[data-v-0cd8af73]{line-height:normal;padding:0 var(--spacing-200)}table td[data-v-0cd8af73]:first-of-type,table th[data-v-0cd8af73]:first-of-type{padding-left:var(--spacing-300)}table td[data-v-0cd8af73]:last-of-type,table th[data-v-0cd8af73]:last-of-type{padding-right:var(--spacing-300)}table td.expand-toggle-cell[data-v-0cd8af73],table th.expand-toggle-cell[data-v-0cd8af73]{padding-left:var(--spacing-150);padding-right:var(--spacing-75)}table>thead[data-v-0cd8af73]{border-bottom:none;z-index:calc(var(--158e1032) + 1);display:inline-table;min-width:100%}table>thead>tr[data-v-0cd8af73]{color:var(--text-primary);border-bottom:1px solid var(--common-divider);height:var(--spacing-500);display:grid;grid-template-columns:var(--a15dcd58)}table>thead>tr>th[data-v-0cd8af73]{background:var(--background-paper-elevation-0);width:100%;display:flex;align-items:center;cursor:default}table>thead>tr>th.bordered[data-v-0cd8af73]{border-right:1px solid var(--common-divider)}table>thead>tr>th.bordered.isStickyRight[data-v-0cd8af73]{border-right:none;border-left:1px solid var(--common-divider)}table>thead>tr>th.isTextRight[data-v-0cd8af73]{justify-content:flex-end}table>thead>tr>th.isSortable[data-v-0cd8af73]{cursor:pointer}table>thead.sticky[data-v-0cd8af73]{position:sticky;top:0;background:white}table>thead.isStickyHeader[data-v-0cd8af73]{z-index:calc(var(--158e1032) + 2);top:calc(var(--spacing-800) - 1px)}table>tbody[data-v-0cd8af73]{display:block}table>tbody>*>tr[data-v-0cd8af73]{background-color:var(--background-default);min-height:var(--f7400c48);height:auto;display:grid;align-items:center;grid-template-columns:var(--a15dcd58)}table>tbody>*>tr:nth-of-type(2n)>td[data-v-0cd8af73]{background-color:var(--background-default)}table>tbody>*>tr:hover:not(.loading)>td[data-v-0cd8af73],table>tbody>*>tr.activeMenu>td[data-v-0cd8af73]{background-color:var(--background-paper-elevation-1)}table>tbody td[data-v-0cd8af73]{background-color:var(--background-default);border:none;min-width:0;display:flex;min-height:var(--f7400c48);height:auto;width:100%;place-items:center;border-bottom:1px solid var(--common-divider);justify-content:start}table>tbody td.bordered[data-v-0cd8af73]{border-right:1px solid var(--common-divider)}table>tbody td.bordered.isStickyRight[data-v-0cd8af73]{border-right:none;border-left:1px solid var(--common-divider)}table>tbody td.isTextRight[data-v-0cd8af73]{justify-content:flex-end;text-align:right}.section-container[data-v-0cd8af73]{left:0}.sections[data-v-0cd8af73]{display:flex}.section[data-v-0cd8af73]{padding:0 1.5rem;background:var(--background-default);left:0;height:32px;display:flex;align-items:flex-end;border-right:1px solid var(--common-divider)}.table-cell[data-v-0cd8af73]{width:100%}.empty-state[data-v-0cd8af73]{min-height:250px}.floating-row[data-v-0cd8af73]{display:flex;inset:0;pointer-events:none;position:absolute;z-index:calc(var(--158e1032) + 1)}.floating-row *[data-v-0cd8af73-s]{pointer-events:auto}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.default-dropdown-wrapper[data-v-9fa84b26]{position:relative}.dropdown-trigger[data-v-9fa84b26]{width:100%;padding:.3125rem .4375rem;display:flex;column-gap:.25rem;max-width:100%;box-sizing:border-box;border-radius:var(--border-radius-md);border:1px solid var(--action-outlined-border);background:var(--default-main);cursor:pointer;user-select:none;position:relative}.dropdown-trigger[data-v-9fa84b26]:hover{border:1px solid var(--action-active);background:var(--action-hover)}.dropdown-trigger.small[data-v-9fa84b26]{padding:.1875rem .4375rem}.dropdown-trigger.large[data-v-9fa84b26]{padding:.5625rem .4375rem}.dropdown-trigger.disabled[data-v-9fa84b26]{border:1px solid var(--action-outlined-border, #bbb);background:var(--action-disabled-background, #f1f1f1);cursor:not-allowed}.dropdown-trigger.disabled .displayed-value[data-v-9fa84b26],.dropdown-trigger.disabled .caret-down[data-v-9fa84b26]{color:var(--text-disabled)}.dropdown-trigger.open[data-v-9fa84b26]{padding:.25rem .375rem;border:2px solid var(--primary-main)}.dropdown-trigger.open.small[data-v-9fa84b26]{padding:.125rem .375rem}.dropdown-trigger.open.large[data-v-9fa84b26]{padding:.5rem .375rem}.dropdown-trigger.state-error[data-v-9fa84b26],.dropdown-trigger.state-success[data-v-9fa84b26],.dropdown-trigger.state-warning[data-v-9fa84b26]{padding:4px 6px}.dropdown-trigger.state-error.small[data-v-9fa84b26],.dropdown-trigger.state-success.small[data-v-9fa84b26],.dropdown-trigger.state-warning.small[data-v-9fa84b26]{padding:.1875rem .4375rem}.dropdown-trigger.state-error.large[data-v-9fa84b26],.dropdown-trigger.state-success.large[data-v-9fa84b26],.dropdown-trigger.state-warning.large[data-v-9fa84b26]{padding:.5625rem .4375rem}.dropdown-trigger.state-error[data-v-9fa84b26]{border:2px solid var(--error-main)}.dropdown-trigger.state-success[data-v-9fa84b26]{border:2px solid var(--success-main)}.dropdown-trigger.state-warning[data-v-9fa84b26]{border:2px solid var(--warning-dark)}.dropdown-trigger .caret-down[data-v-9fa84b26]{color:var(--action-active)}.content[data-v-9fa84b26]{display:flex;flex:1;gap:.25rem;align-items:center;color:var(--text-primary)}.content .displayed-value[data-v-9fa84b26]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.content .image[data-v-9fa84b26]{width:20px;height:20px;flex:none}.content .image img[data-v-9fa84b26]{border-radius:4px;width:100%;height:100%}.content .start-icon[data-v-9fa84b26]{display:flex;color:var(--action-active)}.content .status-dot[data-v-9fa84b26]{padding-right:.25rem}.content .status-dot>div[data-v-9fa84b26]{position:relative;top:-1px}.dropdown-field-label[data-v-9fa84b26]{color:var(--text-primary)}.dropdown-field-help-text[data-v-9fa84b26]{margin-top:4px;position:absolute}.flag[data-v-9fa84b26]{width:16px;height:16px}.flag img[data-v-9fa84b26]{width:16px;height:16px;border-radius:50%}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.v-enter-active[data-v-360883b1],.v-leave-active[data-v-360883b1]{transition:opacity .25s ease}ol[data-v-360883b1],ul[data-v-360883b1],menu[data-v-360883b1]{list-style:none;margin:0;padding:0}.dropdown.full-width[data-v-360883b1],.dropdown.full-width .button__container[data-v-360883b1]{width:100%}.dropdown-list-wrapper[data-v-360883b1]{display:flex;flex-direction:column;padding:.5rem .5rem .25rem}.dropdown-list-wrapper--multi[data-v-360883b1]{padding:.5rem}.list-container--multi[data-v-360883b1]{margin-bottom:0}.inline-search .inline-search-wrapper[data-v-360883b1]{padding-bottom:.25rem;display:flex;flex-direction:row;gap:.25rem}.inline-search .list-container[data-v-360883b1]{padding-top:0}.inline-search-wrapper[data-v-360883b1]{padding-bottom:.25rem;display:flex;flex-direction:row;gap:.25rem}.no-result-container[data-v-360883b1]{height:100%;display:flex;align-items:center;padding:.375rem .5rem;color:var(--text-disabled)}.no-result[data-v-360883b1]{color:var(--text-disabled);padding-left:.5rem}.list[data-v-360883b1]{outline:none;display:flex;flex-direction:column;width:100%;min-height:2rem}.list--multi[data-v-360883b1]{margin-bottom:.5rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.image-slot[data-v-360883b1]{margin-right:.5rem}.actions-wrapper[data-v-360883b1]{display:flex;width:100%;padding:.5rem .5rem .5rem .125rem;padding-bottom:0;border-top:1px solid var(--common-divider);justify-content:space-between;margin-top:.25rem}.apply-button[data-v-360883b1]{margin-left:.5rem}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.multi-table-container[data-v-020a9896]{border-radius:var(--border-radius-md);border:1px solid var(--common-divider);display:flex;flex-direction:column;overflow-y:auto;width:100%}.multi-table-container .table-header-container[data-v-020a9896]{align-items:center;background-color:var(--background-paper-elevation-0);display:flex;height:calc(var(--spacing-800) - 2px);justify-content:space-between;padding:var(--spacing-300);width:100%}.multi-table-container .table-header-container.sticky[data-v-020a9896]{position:sticky;top:0;z-index:calc(var(--81d1b864) + 3)}.multi-table-container[data-v-020a9896] table{display:table;border:unset;border-radius:unset}.multi-table-container[data-v-020a9896] thead{border-top:1px solid var(--common-divider)}.multi-table-container .tables-container[data-v-020a9896] thead.sticky{top:62px}.multi-table-container .empty-state[data-v-020a9896]{min-height:250px}.multi-table-container .table-header-right[data-v-020a9896]{align-items:center;display:flex;height:100%}.multi-table-container .table-header-right .table-header-actions[data-v-020a9896]{align-items:center;display:flex;margin-left:var(--spacing-100)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.label[data-v-058de532]{color:#41454d}.item-container[data-v-058de532]{width:100%;display:flex;align-items:center;cursor:pointer;border-radius:var(--border-radius-lg);margin-bottom:.25rem;color:var(--text-primary);padding:6px 8px}.item-container--disabled[data-v-058de532]{cursor:initial;color:var(--text-disabled)}.item-container[data-v-058de532]:hover:not(.item-container--disabled){background-color:var(--action-hover)}.item-container--active[data-v-058de532],.item-container[data-v-058de532]:active{background-color:var(--action-selected)}.item-container:not(.item-container--multi).item-container--selected[data-v-058de532]{background-color:var(--action-selected)}.subtitle[data-v-058de532]{color:#7b838c;line-height:1rem}.clear-button[data-v-058de532]{display:flex;padding:0 4px;color:#7b838c;align-items:center;height:auto;background-image:none;min-width:auto;border:none;background-color:transparent}.clear-button[data-v-058de532]:hover{color:#3083ff}.item[data-v-058de532]{width:100%;display:flex;gap:.5rem;align-items:center}.item--with-icon[data-v-058de532],.item--multi[data-v-058de532]{display:flex;flex-direction:row;align-items:center;justify-content:start}.item .image[data-v-058de532]{width:20px;height:20px;flex:none}.item .image img[data-v-058de532]{width:20px;height:20px;border-radius:4px}.item .flag[data-v-058de532]{width:16px;height:16px}.item .flag img[data-v-058de532]{width:16px;height:16px;border-radius:50%}.item .start-icon[data-v-058de532],.item .end-icon[data-v-058de532]{display:flex;color:var(--action-active)}.item .option-text[data-v-058de532]{line-height:1.1875rem}.text-container[data-v-058de532]{width:100%;text-overflow:ellipsis;overflow:hidden}.tooltip-option[data-v-058de532]{display:block}.tooltip-option[data-v-058de532] .container{width:100%}.app-trigger--icon[data-v-058de532]{color:var(--action-active);transform:rotate(-90deg);transition:transform .2s}.app-trigger--icon.expanded[data-v-058de532]{transform:rotate(0)}.option-content-horizontal[data-v-058de532]{display:flex;justify-content:space-between;gap:.5rem}.option-content-vertical[data-v-058de532]{display:flex;flex-direction:column}.option-text .main-text[data-v-058de532]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}.option-text .caption-text[data-v-058de532]{color:var(--text-secondary)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
div[data-v-74bbce13]{display:block}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.radio-button[data-v-05c7bca2]{display:flex;flex-direction:column}.radio-button--disabled[data-v-05c7bca2],.radio-button--disabled .label[data-v-05c7bca2]{cursor:default}.wrapper-with-description[data-v-05c7bca2]{display:flex}.wrapper[data-v-05c7bca2]{display:inline-flex;align-items:center;justify-content:center;position:relative;box-sizing:border-box;background-color:transparent;outline:0;border:0;cursor:pointer;user-select:none;vertical-align:middle;appearance:none;text-decoration:none;border-radius:50%;margin:0 var(--spacing-100) 0 0}.label[data-v-05c7bca2]{cursor:pointer;color:var(--text-primary);flex-direction:column;display:inline-flex}.label--disabled[data-v-05c7bca2]{color:var(--text-disabled)}input[data-v-05c7bca2]{cursor:inherit;position:absolute;opacity:0;width:100%;height:100%;top:0;left:0;margin:0;padding:0;z-index:1}.circle[data-v-05c7bca2]{border-radius:50%;width:var(--spacing-200);height:var(--spacing-200);transition:all .2s ease-in-out 0s;background-color:var(--default-main);box-shadow:var(--default-outlined-border) 0 0 0 1px inset}.circle--selected[data-v-05c7bca2]{background-color:var(--primary-main);box-shadow:var(--primary-dark) 0 0 0 1px inset}.circle--selected[data-v-05c7bca2]:before{display:block;width:var(--spacing-200);height:var(--spacing-200);background-image:radial-gradient(var(--common-white),var(--common-white) 3px,transparent 28%);content:""}.circle--disabled[data-v-05c7bca2]{background-color:var(--action-disabled-background);box-shadow:var(--action-hover) 0 0 0 1px inset}.circle--disabled.circle--selected[data-v-05c7bca2]{background-color:var(--primary-light);box-shadow:var(--primary-main-50-p) 0 0 0 1px inset}.circle--disabled.circle--selected[data-v-05c7bca2]:before{display:block;width:var(--spacing-200);height:var(--spacing-200);background-image:radial-gradient(var(--primary-main-50-p),var(--primary-main-50-p) 3px,transparent 28%);content:""}.radio-button:hover .circle[data-v-05c7bca2]:not(.circle--selected):not(.circle--disabled){box-shadow:var(--action-active) 0 0 0 1px inset}.label-description[data-v-05c7bca2]{color:var(--text-secondary)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.group-button-wrapper[data-v-9d9e51c0]{display:flex}.group-button-wrapper[data-v-9d9e51c0] button{border-radius:0}.group-button-wrapper .toggle-button[data-v-9d9e51c0]:nth-child(1){border-top-left-radius:var(--border-radius-md);border-bottom-left-radius:var(--border-radius-md);border-right:none;background-color:var(--common-inverse-white);width:32px}.group-button-wrapper .toggle-button[data-v-9d9e51c0]:nth-child(2){border-right:none;border-left:none;width:32px}.group-button-wrapper .toggle-button[data-v-9d9e51c0]:last-child{border-top-right-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md);border-right:1px solid var(--default-outlined-border)}.group-button-wrapper .toggle-button[data-v-9d9e51c0]:nth-child(3){padding:0}.group-button-wrapper .popover-trigger[data-v-9d9e51c0]{padding:5px 3px}.group-button-wrapper .trigger-active[data-v-9d9e51c0]{background:var(--default-light)}.group-button-wrapper .primary[data-v-9d9e51c0]{border-color:var(--default-outlined-border);color:var(--action-active)}.group-button-wrapper .toggle-button[data-v-9d9e51c0]:nth-child(3):hover,.group-button-wrapper .toggle-button[data-v-9d9e51c0]:nth-child(1):not(.selected-a):hover,.group-button-wrapper .toggle-button[data-v-9d9e51c0]:nth-child(2):not(.selected-b):hover{background-color:var(--action-hover)}.group-button-wrapper .toggle-button.selected-a[data-v-9d9e51c0],.group-button-wrapper .toggle-button.selected-a[data-v-9d9e51c0]:hover{background-color:var(--aba);color:var(--common-inverse-white)}.group-button-wrapper .toggle-button.selected-b[data-v-9d9e51c0],.group-button-wrapper .toggle-button.selected-b[data-v-9d9e51c0]:hover{background-color:var(--abb);color:var(--common-inverse-white)}
|
|
@@ -5,9 +5,10 @@ import "../icon/v4/IconFlag.vue.js";
|
|
|
5
5
|
import E from "../button/v4/ButtonV4.vue.js";
|
|
6
6
|
import S from "../button/v4/IconButtonV4.vue.js";
|
|
7
7
|
import "../button/v4/ButtonGroup.vue.js";
|
|
8
|
+
import "../button/v4/ToggleButtonGroupAB.vue.js";
|
|
8
9
|
import { useTestIdAttrs as h } from "../../utils/testIds.js";
|
|
9
10
|
import { AlertTestIdModifiers as o } from "../../testids/index.js";
|
|
10
|
-
const V = { class: "title-container" }, $ = { key: 0 },
|
|
11
|
+
const V = { class: "title-container" }, $ = { key: 0 }, W = /* @__PURE__ */ N({
|
|
11
12
|
__name: "Alert",
|
|
12
13
|
props: {
|
|
13
14
|
title: { default: "" },
|
|
@@ -106,5 +107,5 @@ const V = { class: "title-container" }, $ = { key: 0 }, G = /* @__PURE__ */ N({
|
|
|
106
107
|
}
|
|
107
108
|
});
|
|
108
109
|
export {
|
|
109
|
-
|
|
110
|
+
W as default
|
|
110
111
|
};
|
|
@@ -102,10 +102,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
102
102
|
disabled: boolean;
|
|
103
103
|
size: "small" | "medium" | "large";
|
|
104
104
|
mandatory: boolean;
|
|
105
|
+
modelValue: string | number;
|
|
105
106
|
hoverHelpText: string;
|
|
106
107
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
107
108
|
maxLength: number;
|
|
108
|
-
modelValue: string | number;
|
|
109
109
|
placeholder: string;
|
|
110
110
|
labelDirection: "top" | "inside";
|
|
111
111
|
maxLengthCounterPosition: "inside" | "outside";
|
|
@@ -9,10 +9,10 @@ declare const AutocompleteTypes: () => ({
|
|
|
9
9
|
disabled: boolean;
|
|
10
10
|
size: "small" | "medium" | "large";
|
|
11
11
|
mandatory: boolean;
|
|
12
|
+
modelValue: string | number;
|
|
12
13
|
hoverHelpText: string;
|
|
13
14
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
14
15
|
maxLength: number;
|
|
15
|
-
modelValue: string | number;
|
|
16
16
|
placeholder: string;
|
|
17
17
|
labelDirection: "top" | "inside";
|
|
18
18
|
maxLengthCounterPosition: "inside" | "outside";
|
|
@@ -45,6 +45,10 @@ declare const AutocompleteTypes: () => ({
|
|
|
45
45
|
type: import("vue").PropType<boolean>;
|
|
46
46
|
default: boolean;
|
|
47
47
|
};
|
|
48
|
+
modelValue: {
|
|
49
|
+
type: import("vue").PropType<string | number>;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
48
52
|
options: {
|
|
49
53
|
type: import("vue").PropType<unknown[] | {
|
|
50
54
|
id: string;
|
|
@@ -64,10 +68,6 @@ declare const AutocompleteTypes: () => ({
|
|
|
64
68
|
type: import("vue").PropType<number>;
|
|
65
69
|
default: any;
|
|
66
70
|
};
|
|
67
|
-
modelValue: {
|
|
68
|
-
type: import("vue").PropType<string | number>;
|
|
69
|
-
default: string;
|
|
70
|
-
};
|
|
71
71
|
placeholder: {
|
|
72
72
|
type: import("vue").PropType<string>;
|
|
73
73
|
default: string;
|
|
@@ -118,7 +118,7 @@ declare const AutocompleteTypes: () => ({
|
|
|
118
118
|
};
|
|
119
119
|
}>> & {
|
|
120
120
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
121
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "mandatory" | "
|
|
121
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "mandatory" | "modelValue" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "placeholder" | "labelDirection" | "maxLengthCounterPosition" | "inlineError" | "inlineErrorText" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "onSearch" | "optionNameKey" | "optionsListWidth">;
|
|
122
122
|
$attrs: {
|
|
123
123
|
[x: string]: unknown;
|
|
124
124
|
};
|
|
@@ -153,6 +153,10 @@ declare const AutocompleteTypes: () => ({
|
|
|
153
153
|
type: import("vue").PropType<boolean>;
|
|
154
154
|
default: boolean;
|
|
155
155
|
};
|
|
156
|
+
modelValue: {
|
|
157
|
+
type: import("vue").PropType<string | number>;
|
|
158
|
+
default: string;
|
|
159
|
+
};
|
|
156
160
|
options: {
|
|
157
161
|
type: import("vue").PropType<unknown[] | {
|
|
158
162
|
id: string;
|
|
@@ -172,10 +176,6 @@ declare const AutocompleteTypes: () => ({
|
|
|
172
176
|
type: import("vue").PropType<number>;
|
|
173
177
|
default: any;
|
|
174
178
|
};
|
|
175
|
-
modelValue: {
|
|
176
|
-
type: import("vue").PropType<string | number>;
|
|
177
|
-
default: string;
|
|
178
|
-
};
|
|
179
179
|
placeholder: {
|
|
180
180
|
type: import("vue").PropType<string>;
|
|
181
181
|
default: string;
|
|
@@ -234,10 +234,10 @@ declare const AutocompleteTypes: () => ({
|
|
|
234
234
|
disabled: boolean;
|
|
235
235
|
size: "small" | "medium" | "large";
|
|
236
236
|
mandatory: boolean;
|
|
237
|
+
modelValue: string | number;
|
|
237
238
|
hoverHelpText: string;
|
|
238
239
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
239
240
|
maxLength: number;
|
|
240
|
-
modelValue: string | number;
|
|
241
241
|
placeholder: string;
|
|
242
242
|
labelDirection: "top" | "inside";
|
|
243
243
|
maxLengthCounterPosition: "inside" | "outside";
|
|
@@ -290,6 +290,10 @@ declare const AutocompleteTypes: () => ({
|
|
|
290
290
|
type: import("vue").PropType<boolean>;
|
|
291
291
|
default: boolean;
|
|
292
292
|
};
|
|
293
|
+
modelValue: {
|
|
294
|
+
type: import("vue").PropType<string | number>;
|
|
295
|
+
default: string;
|
|
296
|
+
};
|
|
293
297
|
options: {
|
|
294
298
|
type: import("vue").PropType<unknown[] | {
|
|
295
299
|
id: string;
|
|
@@ -309,10 +313,6 @@ declare const AutocompleteTypes: () => ({
|
|
|
309
313
|
type: import("vue").PropType<number>;
|
|
310
314
|
default: any;
|
|
311
315
|
};
|
|
312
|
-
modelValue: {
|
|
313
|
-
type: import("vue").PropType<string | number>;
|
|
314
|
-
default: string;
|
|
315
|
-
};
|
|
316
316
|
placeholder: {
|
|
317
317
|
type: import("vue").PropType<string>;
|
|
318
318
|
default: string;
|
|
@@ -388,6 +388,10 @@ declare const AutocompleteTypes: () => ({
|
|
|
388
388
|
type: import("vue").PropType<boolean>;
|
|
389
389
|
default: boolean;
|
|
390
390
|
};
|
|
391
|
+
modelValue: {
|
|
392
|
+
type: import("vue").PropType<string | number>;
|
|
393
|
+
default: string;
|
|
394
|
+
};
|
|
391
395
|
options: {
|
|
392
396
|
type: import("vue").PropType<unknown[] | {
|
|
393
397
|
id: string;
|
|
@@ -407,10 +411,6 @@ declare const AutocompleteTypes: () => ({
|
|
|
407
411
|
type: import("vue").PropType<number>;
|
|
408
412
|
default: any;
|
|
409
413
|
};
|
|
410
|
-
modelValue: {
|
|
411
|
-
type: import("vue").PropType<string | number>;
|
|
412
|
-
default: string;
|
|
413
|
-
};
|
|
414
414
|
placeholder: {
|
|
415
415
|
type: import("vue").PropType<string>;
|
|
416
416
|
default: string;
|
|
@@ -469,10 +469,10 @@ declare const AutocompleteTypes: () => ({
|
|
|
469
469
|
disabled: boolean;
|
|
470
470
|
size: "small" | "medium" | "large";
|
|
471
471
|
mandatory: boolean;
|
|
472
|
+
modelValue: string | number;
|
|
472
473
|
hoverHelpText: string;
|
|
473
474
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
474
475
|
maxLength: number;
|
|
475
|
-
modelValue: string | number;
|
|
476
476
|
placeholder: string;
|
|
477
477
|
labelDirection: "top" | "inside";
|
|
478
478
|
maxLengthCounterPosition: "inside" | "outside";
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { Placement } from 'floating-vue/dist/util/popper';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
modelValue: "a" | "b";
|
|
4
|
+
withPopover: boolean;
|
|
5
|
+
testId?: string;
|
|
6
|
+
popoverProps: {
|
|
7
|
+
autoHide?: boolean;
|
|
8
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
placement?: Placement;
|
|
11
|
+
distance?: number;
|
|
12
|
+
skidding?: number;
|
|
13
|
+
testId?: string;
|
|
14
|
+
popperClass?: string;
|
|
15
|
+
};
|
|
16
|
+
}>, {
|
|
17
|
+
testId: string;
|
|
18
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
+
"update:modelValue": (...args: any[]) => void;
|
|
20
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
21
|
+
modelValue: "a" | "b";
|
|
22
|
+
withPopover: boolean;
|
|
23
|
+
testId?: string;
|
|
24
|
+
popoverProps: {
|
|
25
|
+
autoHide?: boolean;
|
|
26
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
27
|
+
disabled?: boolean;
|
|
28
|
+
placement?: Placement;
|
|
29
|
+
distance?: number;
|
|
30
|
+
skidding?: number;
|
|
31
|
+
testId?: string;
|
|
32
|
+
popperClass?: string;
|
|
33
|
+
};
|
|
34
|
+
}>, {
|
|
35
|
+
testId: string;
|
|
36
|
+
}>>> & {
|
|
37
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
38
|
+
}, {
|
|
39
|
+
testId: string;
|
|
40
|
+
}>, {
|
|
41
|
+
"popover-content"?(_: {}): any;
|
|
42
|
+
}>;
|
|
43
|
+
export default _default;
|
|
44
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
45
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
46
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
47
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
48
|
+
} : {
|
|
49
|
+
type: import('vue').PropType<T[K]>;
|
|
50
|
+
required: true;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
type __VLS_WithDefaults<P, D> = {
|
|
54
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
55
|
+
default: D[K];
|
|
56
|
+
}> : P[K];
|
|
57
|
+
};
|
|
58
|
+
type __VLS_Prettify<T> = {
|
|
59
|
+
[K in keyof T]: T[K];
|
|
60
|
+
} & {};
|
|
61
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
62
|
+
new (): {
|
|
63
|
+
$slots: S;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import o from "./ToggleButtonGroupAB.vue2.js";
|
|
2
|
+
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-9d9e51c0"]]);
|
|
5
|
+
export {
|
|
6
|
+
s as default
|
|
7
|
+
};
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import "../../../ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css"; import { defineComponent as I, ref as i, onMounted as b, openBlock as g, createElementBlock as k, createVNode as n, mergeProps as a, unref as e, withCtx as r, createTextVNode as f, createBlock as A, createElementVNode as C, renderSlot as N, createCommentVNode as w } from "vue";
|
|
2
|
+
import c from "./ButtonV4.vue.js";
|
|
3
|
+
import { useVModel as y } from "@vueuse/core";
|
|
4
|
+
import O from "../../icon/v4/IconV4.vue.js";
|
|
5
|
+
import "../../icon/v4/IconFlag.vue.js";
|
|
6
|
+
import x from "../../popover/v4/PopoverV4.vue.js";
|
|
7
|
+
import { useTestIdAttrs as E } from "../../../utils/testIds.js";
|
|
8
|
+
import { ToggleButtonGroupABTestIdModifiers as p } from "../../../testids/index.js";
|
|
9
|
+
const G = { class: "group-button-wrapper" }, M = { class: "popover-trigger" }, D = /* @__PURE__ */ I({
|
|
10
|
+
__name: "ToggleButtonGroupAB",
|
|
11
|
+
props: {
|
|
12
|
+
modelValue: null,
|
|
13
|
+
withPopover: { type: Boolean },
|
|
14
|
+
testId: { default: "" },
|
|
15
|
+
popoverProps: null
|
|
16
|
+
},
|
|
17
|
+
emits: ["update:modelValue"],
|
|
18
|
+
setup(d, { emit: B }) {
|
|
19
|
+
const t = d, m = i(!1), T = (o) => {
|
|
20
|
+
m.value = o;
|
|
21
|
+
}, u = E(
|
|
22
|
+
t.testId,
|
|
23
|
+
p,
|
|
24
|
+
!0
|
|
25
|
+
), P = i(
|
|
26
|
+
t.popoverProps ? { ...t.popoverProps } : {}
|
|
27
|
+
), l = i(), V = y(t, "modelValue", B);
|
|
28
|
+
b(() => {
|
|
29
|
+
l.value = t.modelValue;
|
|
30
|
+
});
|
|
31
|
+
const v = (o) => {
|
|
32
|
+
l.value = o, V.value = o;
|
|
33
|
+
};
|
|
34
|
+
return (o, s) => (g(), k("div", G, [
|
|
35
|
+
n(c, a({
|
|
36
|
+
class: ["toggle-button", { "selected-a": l.value === "a" }],
|
|
37
|
+
color: "primary",
|
|
38
|
+
variant: "outlined"
|
|
39
|
+
}, e(u)[e(p).BUTTON_A], {
|
|
40
|
+
onClick: s[0] || (s[0] = (_) => v("a"))
|
|
41
|
+
}), {
|
|
42
|
+
default: r(() => [
|
|
43
|
+
f(" A ")
|
|
44
|
+
]),
|
|
45
|
+
_: 1
|
|
46
|
+
}, 16, ["class"]),
|
|
47
|
+
n(c, a({
|
|
48
|
+
class: ["toggle-button", { "selected-b": l.value === "b" }],
|
|
49
|
+
color: "primary",
|
|
50
|
+
variant: "outlined"
|
|
51
|
+
}, e(u)[e(p).BUTTON_B], {
|
|
52
|
+
onClick: s[1] || (s[1] = (_) => v("b"))
|
|
53
|
+
}), {
|
|
54
|
+
default: r(() => [
|
|
55
|
+
f(" B ")
|
|
56
|
+
]),
|
|
57
|
+
_: 1
|
|
58
|
+
}, 16, ["class"]),
|
|
59
|
+
d.withPopover ? (g(), A(c, a({
|
|
60
|
+
key: 0,
|
|
61
|
+
class: [
|
|
62
|
+
"toggle-button",
|
|
63
|
+
{
|
|
64
|
+
"trigger-active": m.value
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
color: "primary",
|
|
68
|
+
variant: "outlined"
|
|
69
|
+
}, e(u)[e(p).POPOVER_TRIGGER]), {
|
|
70
|
+
default: r(() => [
|
|
71
|
+
n(e(x), a({
|
|
72
|
+
...P.value
|
|
73
|
+
}, { onIsOpen: T }), {
|
|
74
|
+
trigger: r(() => [
|
|
75
|
+
C("div", M, [
|
|
76
|
+
n(e(O), {
|
|
77
|
+
name: "caret-down",
|
|
78
|
+
size: "16px"
|
|
79
|
+
})
|
|
80
|
+
])
|
|
81
|
+
]),
|
|
82
|
+
content: r(() => [
|
|
83
|
+
N(o.$slots, "popover-content", {}, void 0, !0)
|
|
84
|
+
]),
|
|
85
|
+
_: 3
|
|
86
|
+
}, 16)
|
|
87
|
+
]),
|
|
88
|
+
_: 3
|
|
89
|
+
}, 16, ["class"])) : w("", !0)
|
|
90
|
+
]));
|
|
91
|
+
}
|
|
92
|
+
});
|
|
93
|
+
export {
|
|
94
|
+
D as default
|
|
95
|
+
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import Button from './ButtonV4.vue';
|
|
2
2
|
import IconButton from './IconButtonV4.vue';
|
|
3
3
|
import ButtonGroup from './ButtonGroup.vue';
|
|
4
|
+
import ToggleButtonGroupAB from './ToggleButtonGroupAB.vue';
|
|
4
5
|
declare const ButtonTypes: () => (({
|
|
5
6
|
new (...args: any[]): {
|
|
6
7
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -297,5 +298,173 @@ declare const ButtonTypes: () => (({
|
|
|
297
298
|
$slots: {
|
|
298
299
|
default?(_: {}): any;
|
|
299
300
|
};
|
|
301
|
+
})) | ({
|
|
302
|
+
new (...args: any[]): {
|
|
303
|
+
$: import("vue").ComponentInternalInstance;
|
|
304
|
+
$data: {};
|
|
305
|
+
$props: Partial<{
|
|
306
|
+
testId: string;
|
|
307
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
308
|
+
testId: {
|
|
309
|
+
type: import("vue").PropType<string>;
|
|
310
|
+
default: string;
|
|
311
|
+
};
|
|
312
|
+
modelValue: {
|
|
313
|
+
type: import("vue").PropType<"a" | "b">;
|
|
314
|
+
required: true;
|
|
315
|
+
};
|
|
316
|
+
withPopover: {
|
|
317
|
+
type: import("vue").PropType<boolean>;
|
|
318
|
+
required: true;
|
|
319
|
+
};
|
|
320
|
+
popoverProps: {
|
|
321
|
+
type: import("vue").PropType<{
|
|
322
|
+
autoHide?: boolean;
|
|
323
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
324
|
+
disabled?: boolean;
|
|
325
|
+
placement?: import("floating-vue").Placement;
|
|
326
|
+
distance?: number;
|
|
327
|
+
skidding?: number;
|
|
328
|
+
testId?: string;
|
|
329
|
+
popperClass?: string;
|
|
330
|
+
}>;
|
|
331
|
+
required: true;
|
|
332
|
+
};
|
|
333
|
+
}>> & {
|
|
334
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
335
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId">;
|
|
336
|
+
$attrs: {
|
|
337
|
+
[x: string]: unknown;
|
|
338
|
+
};
|
|
339
|
+
$refs: {
|
|
340
|
+
[x: string]: unknown;
|
|
341
|
+
};
|
|
342
|
+
$slots: Readonly<{
|
|
343
|
+
[name: string]: import("vue").Slot;
|
|
344
|
+
}>;
|
|
345
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
346
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
347
|
+
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
348
|
+
$el: any;
|
|
349
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
350
|
+
testId: {
|
|
351
|
+
type: import("vue").PropType<string>;
|
|
352
|
+
default: string;
|
|
353
|
+
};
|
|
354
|
+
modelValue: {
|
|
355
|
+
type: import("vue").PropType<"a" | "b">;
|
|
356
|
+
required: true;
|
|
357
|
+
};
|
|
358
|
+
withPopover: {
|
|
359
|
+
type: import("vue").PropType<boolean>;
|
|
360
|
+
required: true;
|
|
361
|
+
};
|
|
362
|
+
popoverProps: {
|
|
363
|
+
type: import("vue").PropType<{
|
|
364
|
+
autoHide?: boolean;
|
|
365
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
366
|
+
disabled?: boolean;
|
|
367
|
+
placement?: import("floating-vue").Placement;
|
|
368
|
+
distance?: number;
|
|
369
|
+
skidding?: number;
|
|
370
|
+
testId?: string;
|
|
371
|
+
popperClass?: string;
|
|
372
|
+
}>;
|
|
373
|
+
required: true;
|
|
374
|
+
};
|
|
375
|
+
}>> & {
|
|
376
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
377
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
378
|
+
"update:modelValue": (...args: any[]) => void;
|
|
379
|
+
}, string, {
|
|
380
|
+
testId: string;
|
|
381
|
+
}, {}, string> & {
|
|
382
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
383
|
+
created?: (() => void) | (() => void)[];
|
|
384
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
385
|
+
mounted?: (() => void) | (() => void)[];
|
|
386
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
387
|
+
updated?: (() => void) | (() => void)[];
|
|
388
|
+
activated?: (() => void) | (() => void)[];
|
|
389
|
+
deactivated?: (() => void) | (() => void)[];
|
|
390
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
391
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
392
|
+
destroyed?: (() => void) | (() => void)[];
|
|
393
|
+
unmounted?: (() => void) | (() => void)[];
|
|
394
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
395
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
396
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
397
|
+
};
|
|
398
|
+
$forceUpdate: () => void;
|
|
399
|
+
$nextTick: typeof import("vue").nextTick;
|
|
400
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
401
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
402
|
+
testId: {
|
|
403
|
+
type: import("vue").PropType<string>;
|
|
404
|
+
default: string;
|
|
405
|
+
};
|
|
406
|
+
modelValue: {
|
|
407
|
+
type: import("vue").PropType<"a" | "b">;
|
|
408
|
+
required: true;
|
|
409
|
+
};
|
|
410
|
+
withPopover: {
|
|
411
|
+
type: import("vue").PropType<boolean>;
|
|
412
|
+
required: true;
|
|
413
|
+
};
|
|
414
|
+
popoverProps: {
|
|
415
|
+
type: import("vue").PropType<{
|
|
416
|
+
autoHide?: boolean;
|
|
417
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
418
|
+
disabled?: boolean;
|
|
419
|
+
placement?: import("floating-vue").Placement;
|
|
420
|
+
distance?: number;
|
|
421
|
+
skidding?: number;
|
|
422
|
+
testId?: string;
|
|
423
|
+
popperClass?: string;
|
|
424
|
+
}>;
|
|
425
|
+
required: true;
|
|
426
|
+
};
|
|
427
|
+
}>> & {
|
|
428
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
429
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
430
|
+
__isFragment?: never;
|
|
431
|
+
__isTeleport?: never;
|
|
432
|
+
__isSuspense?: never;
|
|
433
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
434
|
+
testId: {
|
|
435
|
+
type: import("vue").PropType<string>;
|
|
436
|
+
default: string;
|
|
437
|
+
};
|
|
438
|
+
modelValue: {
|
|
439
|
+
type: import("vue").PropType<"a" | "b">;
|
|
440
|
+
required: true;
|
|
441
|
+
};
|
|
442
|
+
withPopover: {
|
|
443
|
+
type: import("vue").PropType<boolean>;
|
|
444
|
+
required: true;
|
|
445
|
+
};
|
|
446
|
+
popoverProps: {
|
|
447
|
+
type: import("vue").PropType<{
|
|
448
|
+
autoHide?: boolean;
|
|
449
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
450
|
+
disabled?: boolean;
|
|
451
|
+
placement?: import("floating-vue").Placement;
|
|
452
|
+
distance?: number;
|
|
453
|
+
skidding?: number;
|
|
454
|
+
testId?: string;
|
|
455
|
+
popperClass?: string;
|
|
456
|
+
}>;
|
|
457
|
+
required: true;
|
|
458
|
+
};
|
|
459
|
+
}>> & {
|
|
460
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
461
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
462
|
+
"update:modelValue": (...args: any[]) => void;
|
|
463
|
+
}, string, {
|
|
464
|
+
testId: string;
|
|
465
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
466
|
+
$slots: {
|
|
467
|
+
"popover-content"?(_: {}): any;
|
|
468
|
+
};
|
|
300
469
|
})))[];
|
|
301
|
-
export { Button, IconButton, ButtonGroup, ButtonTypes };
|
|
470
|
+
export { Button, IconButton, ButtonGroup, ToggleButtonGroupAB, ButtonTypes };
|
|
@@ -1,10 +1,17 @@
|
|
|
1
1
|
import o from "./ButtonV4.vue.js";
|
|
2
2
|
import t from "./IconButtonV4.vue.js";
|
|
3
3
|
import r from "./ButtonGroup.vue.js";
|
|
4
|
-
|
|
4
|
+
import m from "./ToggleButtonGroupAB.vue.js";
|
|
5
|
+
const f = () => [
|
|
6
|
+
o,
|
|
7
|
+
t,
|
|
8
|
+
r,
|
|
9
|
+
m
|
|
10
|
+
];
|
|
5
11
|
export {
|
|
6
12
|
o as Button,
|
|
7
13
|
r as ButtonGroup,
|
|
8
|
-
|
|
9
|
-
t as IconButton
|
|
14
|
+
f as ButtonTypes,
|
|
15
|
+
t as IconButton,
|
|
16
|
+
m as ToggleButtonGroupAB
|
|
10
17
|
};
|