@onereach/ui-components 8.19.3 → 8.19.4-beta.3983.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +1 -1
- package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +1 -1
- package/dist/bundled/v2/components/OrEditorTabsV3/OrEditorTabs.js +331 -0
- package/dist/bundled/v2/components/OrEditorTabsV3/OrEditorTabs.vue.d.ts +62 -0
- package/dist/bundled/v2/components/OrEditorTabsV3/index.d.ts +1 -0
- package/dist/bundled/v2/components/OrEditorTabsV3/index.js +1 -0
- package/dist/bundled/v2/components/OrEditorTabsV3/styles.d.ts +5 -0
- package/dist/bundled/v2/components/OrEditorTabsV3/styles.js +21 -0
- package/dist/bundled/v2/components/OrMenuItemV3/OrMenuItem.js +25 -7
- package/dist/bundled/v2/components/OrMenuItemV3/OrMenuItem.vue.d.ts +11 -0
- package/dist/bundled/v2/components/OrMenuItemV3/styles.d.ts +1 -1
- package/dist/bundled/v2/components/OrMenuItemV3/styles.js +2 -2
- package/dist/bundled/v2/components/index.d.ts +1 -0
- package/dist/bundled/v2/components/index.js +2 -1
- package/dist/bundled/v2/index.js +3 -2
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/props.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrCardCollectionV3-f757e81c.js → OrCardCollectionV3-feb7f0e9.js} +1 -1
- package/dist/bundled/v3/components/OrDateFormatV3/OrDateFormat.js +1 -1
- package/dist/bundled/v3/components/OrDateFormatV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateFormatV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDateFormatV3-b88a046a.js → OrDateFormatV3-2d345262.js} +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDatePickerV3-cf890376.js → OrDatePickerV3-6ad851c2.js} +1 -1
- package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.js +1 -1
- package/dist/bundled/v3/components/OrDateRangePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateRangePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDateRangePickerV3-9860ac68.js → OrDateRangePickerV3-e15c8aad.js} +1 -1
- package/dist/bundled/v3/components/OrDateTimeFormatV3/OrDateTimeFormat.js +1 -1
- package/dist/bundled/v3/components/OrDateTimeFormatV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateTimeFormatV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDateTimeFormatV3-970134b7.js → OrDateTimeFormatV3-a574a1fb.js} +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/props.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatTime.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getCurrentDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getDatePlaceholder.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getNextMonthDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getTimePlaceholder.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/index.js +1 -1
- package/dist/bundled/v3/components/{OrDateTimePickerV3-cb582ca0.js → OrDateTimePickerV3-7406fd30.js} +1 -1
- package/dist/bundled/v3/components/OrEditorTabsV3/OrEditorTabs.js +1 -0
- package/dist/bundled/v3/components/OrEditorTabsV3/OrEditorTabs.vue.d.ts +42 -0
- package/dist/bundled/v3/components/OrEditorTabsV3/index.d.ts +1 -0
- package/dist/bundled/v3/components/OrEditorTabsV3/index.js +1 -0
- package/dist/bundled/v3/components/OrEditorTabsV3/styles.d.ts +5 -0
- package/dist/bundled/v3/components/OrEditorTabsV3/styles.js +1 -0
- package/dist/bundled/v3/components/OrEditorTabsV3-fdfedec3.js +283 -0
- package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.js +1 -1
- package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.vue.d.ts +11 -1
- package/dist/bundled/v3/components/OrMenuItemV3/index.js +1 -1
- package/dist/bundled/v3/components/OrMenuItemV3/styles.d.ts +1 -1
- package/dist/bundled/v3/components/OrMenuItemV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrMenuItemV3-7b557536.js → OrMenuItemV3-4ad38b95.js} +28 -12
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +1 -1
- package/dist/bundled/v3/components/OrPaginationV3/index.js +1 -1
- package/dist/bundled/v3/components/OrPaginationV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrPaginationV3-4ea5bc9f.js → OrPaginationV3-a8f7deed.js} +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/props.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +1 -1
- package/dist/bundled/v3/components/{OrRichTextEditorV3-f3786714.js → OrRichTextEditorV3-843d63b6.js} +1 -1
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrSelectV3-c604ca91.js → OrSelectV3-420bee16.js} +1 -1
- package/dist/bundled/v3/components/OrSortingV3/OrSorting.js +1 -1
- package/dist/bundled/v3/components/OrSortingV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSortingV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrSortingV3-c2d7e14c.js → OrSortingV3-34a9c5c2.js} +1 -1
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/props.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTabsV3-d1028c81.js → OrTabsV3-4137df11.js} +1 -1
- package/dist/bundled/v3/components/OrTimeFormatV3/OrTimeFormat.js +1 -1
- package/dist/bundled/v3/components/OrTimeFormatV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTimeFormatV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTimeFormatV3-2734e8fa.js → OrTimeFormatV3-31a6392c.js} +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +2 -2
- package/dist/bundled/v3/components/OrTimePickerV3/props.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTimePickerV3-281585a5.js → OrTimePickerV3-798d4777.js} +1 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.js +1 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/index.js +2 -2
- package/dist/bundled/v3/components/OrTimeRangePickerV3/props.js +1 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTimeRangePickerV3-195df692.js → OrTimeRangePickerV3-488d5544.js} +1 -1
- package/dist/bundled/v3/components/index.d.ts +1 -0
- package/dist/bundled/v3/components/index.js +16 -15
- package/dist/bundled/v3/index.js +17 -16
- package/dist/esm/v2/{OrCardCollection-d82b4dd0.js → OrCardCollection-db39a325.js} +1 -1
- package/dist/esm/v2/{OrDateFormat-5e3b12fc.js → OrDateFormat-752fc779.js} +2 -2
- package/dist/esm/v2/{OrDatePicker-0a22ea42.js → OrDatePicker-25b3e281.js} +2 -2
- package/dist/esm/v2/{OrDateRangePicker-14e9413a.js → OrDateRangePicker-5803dc91.js} +2 -2
- package/dist/esm/v2/{OrDateTimeFormat-30e78da3.js → OrDateTimeFormat-d6767984.js} +2 -2
- package/dist/esm/v2/{OrDateTimePicker-c95b1582.js → OrDateTimePicker-43588e11.js} +1 -1
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-4f842ab1.js → OrDateTimePicker.vue_rollup-plugin-vue_script-82dc45be.js} +1 -1
- package/dist/esm/v2/{OrDateTimePickerTimeSelect-441799e2.js → OrDateTimePickerTimeSelect-57e2d2e4.js} +1 -1
- package/dist/esm/v2/OrEditorTabs-60ec84d5.js +252 -0
- package/dist/esm/v2/OrEditorTabsItem-045802c0.js +106 -0
- package/dist/esm/v2/{OrMenuItem-fbe3e8e4.js → OrMenuItem-aef527fb.js} +25 -7
- package/dist/esm/v2/{OrPagination-6d986889.js → OrPagination-ee8f224b.js} +1 -1
- package/dist/esm/v2/{OrRichTextEditor-8b4d1d64.js → OrRichTextEditor-5ab919a5.js} +1 -1
- package/dist/esm/v2/{OrSelect-699f3ae1.js → OrSelect-1f40ebe0.js} +1 -1
- package/dist/esm/v2/{OrSorting-d657f712.js → OrSorting-e31da34e.js} +1 -1
- package/dist/esm/v2/{OrTabs-b8df5b2e.js → OrTabs-76f5d536.js} +1 -1
- package/dist/esm/v2/{OrTimeFormat-f88cbf6f.js → OrTimeFormat-0368a673.js} +2 -2
- package/dist/esm/v2/{OrTimePicker-cd42023a.js → OrTimePicker-615a39ce.js} +2 -2
- package/dist/esm/v2/{OrTimeRangePicker-39820fd8.js → OrTimeRangePicker-55cb3d2c.js} +2 -2
- package/dist/esm/v2/components/index.d.ts +1 -0
- package/dist/esm/v2/components/index.js +19 -17
- package/dist/esm/v2/components/or-card-collection-v3/index.js +3 -3
- package/dist/esm/v2/components/or-date-format-v3/index.js +4 -4
- package/dist/esm/v2/components/or-date-picker-v3/index.js +4 -4
- package/dist/esm/v2/components/or-date-range-picker-v3/index.js +4 -4
- package/dist/esm/v2/components/or-date-time-format-v3/index.js +4 -4
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +4 -4
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/index.js +2 -2
- package/dist/esm/v2/components/or-editor-tabs-v3/OrEditorTabs.vue.d.ts +62 -0
- package/dist/esm/v2/components/or-editor-tabs-v3/index.d.ts +1 -0
- package/dist/esm/v2/components/or-editor-tabs-v3/index.js +26 -0
- package/dist/esm/v2/components/or-editor-tabs-v3/partials/index.d.ts +1 -0
- package/dist/esm/v2/components/or-editor-tabs-v3/partials/index.js +22 -0
- package/dist/esm/v2/components/or-editor-tabs-v3/partials/or-editor-tabs-item/OrEditorTabsItem.vue.d.ts +50 -0
- package/dist/esm/v2/components/or-editor-tabs-v3/partials/or-editor-tabs-item/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-editor-tabs-v3/styles.d.ts +5 -0
- package/dist/esm/v2/components/or-menu-item-v3/OrMenuItem.vue.d.ts +11 -0
- package/dist/esm/v2/components/or-menu-item-v3/index.js +19 -1
- package/dist/esm/v2/components/or-menu-item-v3/styles.d.ts +1 -1
- package/dist/esm/v2/components/or-pagination-v3/index.js +5 -3
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +2 -2
- package/dist/esm/v2/components/or-select-v3/index.js +2 -2
- package/dist/esm/v2/components/or-sorting-v3/index.js +4 -2
- package/dist/esm/v2/components/or-tabs-v3/index.js +5 -3
- package/dist/esm/v2/components/or-time-format-v3/index.js +4 -4
- package/dist/esm/v2/components/or-time-picker-v3/index.js +4 -4
- package/dist/esm/v2/components/or-time-range-picker-v3/index.js +4 -4
- package/dist/esm/v2/index.js +19 -17
- package/dist/esm/v3/{OrCardCollection-11d518ae.js → OrCardCollection-b1f4b543.js} +1 -1
- package/dist/esm/v3/{OrDateFormat-5fee3e3a.js → OrDateFormat-7816bb4f.js} +2 -2
- package/dist/esm/v3/{OrDatePicker-ee7d02bc.js → OrDatePicker-b52dc314.js} +2 -2
- package/dist/esm/v3/{OrDateRangePicker-2fd73580.js → OrDateRangePicker-8c288b20.js} +2 -2
- package/dist/esm/v3/{OrDateTimeFormat-0c9deda2.js → OrDateTimeFormat-04840e4e.js} +2 -2
- package/dist/esm/v3/{OrDateTimePicker-647ff5f1.js → OrDateTimePicker-8b7560b5.js} +1 -1
- package/dist/esm/v3/{OrDateTimePickerTimeSelect-486f2486.js → OrDateTimePickerTimeSelect-9445ae78.js} +1 -1
- package/dist/esm/v3/OrEditorTabs-853c5859.js +213 -0
- package/dist/esm/v3/OrEditorTabsItem-b67aa2ec.js +79 -0
- package/dist/esm/v3/{OrMenuItem-2928ba60.js → OrMenuItem-1703dc05.js} +27 -11
- package/dist/esm/v3/{OrPagination-1c040cdc.js → OrPagination-18379bab.js} +1 -1
- package/dist/esm/v3/{OrRichTextEditor-06c85acf.js → OrRichTextEditor-3a72b30d.js} +1 -1
- package/dist/esm/v3/{OrSelect-42a9a859.js → OrSelect-b9127612.js} +1 -1
- package/dist/esm/v3/{OrSorting-d047cf00.js → OrSorting-42677f78.js} +1 -1
- package/dist/esm/v3/{OrTabs-cd217d74.js → OrTabs-e6976b96.js} +1 -1
- package/dist/esm/v3/{OrTimeFormat-a256b6f2.js → OrTimeFormat-a0c2d466.js} +2 -2
- package/dist/esm/v3/{OrTimePicker-b1c40457.js → OrTimePicker-b7c0e287.js} +2 -2
- package/dist/esm/v3/{OrTimeRangePicker-9c8ece38.js → OrTimeRangePicker-fcf80677.js} +2 -2
- package/dist/esm/v3/components/index.d.ts +1 -0
- package/dist/esm/v3/components/index.js +18 -16
- package/dist/esm/v3/components/or-card-collection-v3/index.js +3 -3
- package/dist/esm/v3/components/or-date-format-v3/index.js +4 -4
- package/dist/esm/v3/components/or-date-picker-v3/index.js +4 -4
- package/dist/esm/v3/components/or-date-range-picker-v3/index.js +4 -4
- package/dist/esm/v3/components/or-date-time-format-v3/index.js +4 -4
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +3 -3
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/index.js +2 -2
- package/dist/esm/v3/components/or-editor-tabs-v3/OrEditorTabs.vue.d.ts +42 -0
- package/dist/esm/v3/components/or-editor-tabs-v3/index.d.ts +1 -0
- package/dist/esm/v3/components/or-editor-tabs-v3/index.js +25 -0
- package/dist/esm/v3/components/or-editor-tabs-v3/partials/index.d.ts +1 -0
- package/dist/esm/v3/components/or-editor-tabs-v3/partials/index.js +21 -0
- package/dist/esm/v3/components/or-editor-tabs-v3/partials/or-editor-tabs-item/OrEditorTabsItem.vue.d.ts +37 -0
- package/dist/esm/v3/components/or-editor-tabs-v3/partials/or-editor-tabs-item/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-editor-tabs-v3/styles.d.ts +5 -0
- package/dist/esm/v3/components/or-menu-item-v3/OrMenuItem.vue.d.ts +11 -1
- package/dist/esm/v3/components/or-menu-item-v3/index.js +18 -1
- package/dist/esm/v3/components/or-menu-item-v3/styles.d.ts +1 -1
- package/dist/esm/v3/components/or-pagination-v3/index.js +5 -3
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +2 -2
- package/dist/esm/v3/components/or-select-v3/index.js +2 -2
- package/dist/esm/v3/components/or-sorting-v3/index.js +4 -2
- package/dist/esm/v3/components/or-tabs-v3/index.js +5 -3
- package/dist/esm/v3/components/or-time-format-v3/index.js +4 -4
- package/dist/esm/v3/components/or-time-picker-v3/index.js +4 -4
- package/dist/esm/v3/components/or-time-range-picker-v3/index.js +4 -4
- package/dist/esm/v3/index.js +18 -16
- package/package.json +3 -4
- package/src/components/index.ts +1 -0
- package/src/components/or-editor-tabs-v3/OrEditorTabs.vue +229 -0
- package/src/components/or-editor-tabs-v3/index.ts +1 -0
- package/src/components/or-editor-tabs-v3/partials/index.ts +1 -0
- package/src/components/or-editor-tabs-v3/partials/or-editor-tabs-item/OrEditorTabsItem.vue +73 -0
- package/src/components/or-editor-tabs-v3/partials/or-editor-tabs-item/styles.ts +35 -0
- package/src/components/or-editor-tabs-v3/styles.ts +36 -0
- package/src/components/or-menu-item-v3/OrMenuItem.vue +22 -5
- package/src/components/or-menu-item-v3/styles.ts +1 -1
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-03c3d054.js → OrDateTimePickerMonthSelect-fe1c8243.js} +0 -0
|
@@ -10,7 +10,7 @@ export { _ as OrIconButton, _ as OrIconButtonV2 } from '../OrIconButton-f6370222
|
|
|
10
10
|
export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE } from '../OrIconButton.vue_rollup-plugin-vue_styles.0-02ba7b68.js';
|
|
11
11
|
export { _ as OrCard } from '../OrCard-c44d9783.js';
|
|
12
12
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-d7e546a0.js';
|
|
13
|
-
export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
13
|
+
export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-db39a325.js';
|
|
14
14
|
export { C as CardPadding, _ as OrCardV3 } from '../OrCard-54dce216.js';
|
|
15
15
|
export { _ as OrCheckbox } from '../OrCheckbox-3337d903.js';
|
|
16
16
|
export { _ as OrCheckboxGroupV3 } from '../OrCheckboxGroup-e6720b91.js';
|
|
@@ -37,16 +37,17 @@ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-0543208c.js';
|
|
|
37
37
|
export { _ as OrContextMenuV3 } from '../OrContextMenu-c8932997.js';
|
|
38
38
|
export { _ as OrMenuV3 } from '../OrMenu-8802ee12.js';
|
|
39
39
|
export { P as ContextMenuPlacement, P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-7d9405fb.js';
|
|
40
|
-
export { _ as OrDateFormatV3 } from '../OrDateFormat-
|
|
41
|
-
export { _ as OrDatePickerV3 } from '../OrDatePicker-
|
|
42
|
-
export { _ as OrDateRangePickerV3 } from '../OrDateRangePicker-
|
|
43
|
-
export { _ as OrDateTimeFormatV3 } from '../OrDateTimeFormat-
|
|
40
|
+
export { _ as OrDateFormatV3 } from '../OrDateFormat-752fc779.js';
|
|
41
|
+
export { _ as OrDatePickerV3 } from '../OrDatePicker-25b3e281.js';
|
|
42
|
+
export { _ as OrDateRangePickerV3 } from '../OrDateRangePicker-5803dc91.js';
|
|
43
|
+
export { _ as OrDateTimeFormatV3 } from '../OrDateTimeFormat-d6767984.js';
|
|
44
44
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-84b5e159.js';
|
|
45
|
-
export { _ as OrDateTimePickerV3 } from '../OrDateTimePicker-
|
|
46
|
-
export { _ as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, f as OrDateTimePickerTimeControl, g as OrDateTimePickerTimeSelect } from '../OrDateTimePickerTimeSelect-
|
|
45
|
+
export { _ as OrDateTimePickerV3 } from '../OrDateTimePicker-43588e11.js';
|
|
46
|
+
export { _ as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, f as OrDateTimePickerTimeControl, g as OrDateTimePickerTimeSelect } from '../OrDateTimePickerTimeSelect-57e2d2e4.js';
|
|
47
47
|
export { D as DateTimePickerTimeFormat, D as TimePickerFormat, D as TimeRangePickerFormat, f as formatDate, a as formatTime, g as getDatePlaceholder, b as getTimePlaceholder } from '../getTimePlaceholder-3b2885bf.js';
|
|
48
48
|
export { g as getCurrentDate } from '../getCurrentDate-046a888d.js';
|
|
49
49
|
export { g as getNextMonthDate } from '../getNextMonthDate-00c47169.js';
|
|
50
|
+
export { _ as OrEditorTabsV3 } from '../OrEditorTabs-60ec84d5.js';
|
|
50
51
|
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from '../OrEmptyState-57ac6d85.js';
|
|
51
52
|
export { _ as OrError } from '../OrError-efc74907.js';
|
|
52
53
|
export { _ as OrErrorTagV3 } from '../OrErrorTag-b54010de.js';
|
|
@@ -75,7 +76,7 @@ export { _ as OrListV3 } from '../OrList-dad08cd8.js';
|
|
|
75
76
|
export { _ as OrListItem } from '../OrListItem-534e8e9d.js';
|
|
76
77
|
export { L as LoaderViews, _ as OrLoader } from '../OrLoader-461b6372.js';
|
|
77
78
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from '../OrLoader-784e2060.js';
|
|
78
|
-
export { _ as OrMenuItemV3 } from '../OrMenuItem-
|
|
79
|
+
export { _ as OrMenuItemV3 } from '../OrMenuItem-aef527fb.js';
|
|
79
80
|
export { _ as OrModal, O as OrModalSizes } from '../OrModal-2a962f80.js';
|
|
80
81
|
export { M as ModalSize, _ as OrModalV3 } from '../OrModal-333f7706.js';
|
|
81
82
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from '../OrNotification-4957a85a.js';
|
|
@@ -84,7 +85,7 @@ export { _ as OrNumberInput } from '../OrNumberInput-7f0d6f74.js';
|
|
|
84
85
|
export { _ as OrOverflowMenu } from '../OrOverflowMenu-b867545d.js';
|
|
85
86
|
export { _ as OrOverlay } from '../OrOverlay-ccec2218.js';
|
|
86
87
|
export { _ as OrOverlayV3 } from '../OrOverlay-9aa5020f.js';
|
|
87
|
-
export { _ as OrPaginationV3 } from '../OrPagination-
|
|
88
|
+
export { _ as OrPaginationV3 } from '../OrPagination-ee8f224b.js';
|
|
88
89
|
export { _ as OrPassword } from '../OrPassword-240afb27.js';
|
|
89
90
|
export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-8a37f30d.js';
|
|
90
91
|
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-0fd66e91.js';
|
|
@@ -97,12 +98,12 @@ export { _ as OrSliderV3 } from '../OrSlider-dd60a4a1.js';
|
|
|
97
98
|
export { S as RangeSliderColor, a as RangeSliderOrientation, S as SliderColor, a as SliderOrientation } from '../OrSlider.vue_rollup-plugin-vue_script-eadc5fc6.js';
|
|
98
99
|
export { _ as OrRatingV3 } from '../OrRating-abf1b609.js';
|
|
99
100
|
export { _ as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement, R as SidebarPadding } from '../OrResizeablePanel-037600c1.js';
|
|
100
|
-
export { F as Formats, _ as OrRichTextEditorV3 } from '../OrRichTextEditor-
|
|
101
|
+
export { F as Formats, _ as OrRichTextEditorV3 } from '../OrRichTextEditor-5ab919a5.js';
|
|
101
102
|
export { _ as OrSearch } from '../OrSearch-ddf244e6.js';
|
|
102
103
|
export { _ as OrSearchV3 } from '../OrSearch-b357d036.js';
|
|
103
104
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-00583234.js';
|
|
104
105
|
export { _ as OrSelect } from '../OrSelect-d271f7a3.js';
|
|
105
|
-
export { _ as OrSelectV3 } from '../OrSelect-
|
|
106
|
+
export { _ as OrSelectV3 } from '../OrSelect-1f40ebe0.js';
|
|
106
107
|
export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-054b26c6.js';
|
|
107
108
|
export { S as OrSidebarPlacement, _ as OrSidebarV3, S as SidebarPlacement } from '../OrSidebar-11672a22.js';
|
|
108
109
|
export { _ as OrSkeletonCircle } from '../OrSkeletonCircle-c4bf0e34.js';
|
|
@@ -113,7 +114,7 @@ export { _ as OrSkeletonCircleV3 } from '../OrSkeletonCircle-3419b04d.js';
|
|
|
113
114
|
export { _ as OrSkeletonRectV3 } from '../OrSkeletonRect-7057bc1c.js';
|
|
114
115
|
export { _ as OrSkeletonTextV3 } from '../OrSkeletonText-6c00f797.js';
|
|
115
116
|
export { _ as OrSlider } from '../OrSlider-d7eaa715.js';
|
|
116
|
-
export { _ as OrSortingV3 } from '../OrSorting-
|
|
117
|
+
export { _ as OrSortingV3 } from '../OrSorting-e31da34e.js';
|
|
117
118
|
export { _ as OrStatusV3, a as StatusSize, S as StatusVariant } from '../OrStatus-40a888dd.js';
|
|
118
119
|
export { _ as OrStepper } from '../OrStepper-2d05e6d5.js';
|
|
119
120
|
export { _ as OrSwitch } from '../OrSwitch-6c0dd56b.js';
|
|
@@ -122,7 +123,7 @@ export { _ as OrTab } from '../OrTab-58821c9b.js';
|
|
|
122
123
|
export { _ as OrTabHeaderItem } from '../OrTabHeaderItem-424f2986.js';
|
|
123
124
|
export { _ as OrTabV3 } from '../OrTab-a989b4fd.js';
|
|
124
125
|
export { _ as OrTabs } from '../OrTabs-62e7e478.js';
|
|
125
|
-
export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-
|
|
126
|
+
export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-76f5d536.js';
|
|
126
127
|
export { _ as OrTag } from '../OrTag-ce728fad.js';
|
|
127
128
|
export { _ as OrTagInputV3 } from '../OrTagInput-39276755.js';
|
|
128
129
|
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-83582a3d.js';
|
|
@@ -133,9 +134,9 @@ export { _ as OrTextV3 } from '../OrText-44449e7b.js';
|
|
|
133
134
|
export { _ as OrTextarea } from '../OrTextarea-9febab19.js';
|
|
134
135
|
export { _ as OrTextareaV3 } from '../OrTextarea-bb0b0e63.js';
|
|
135
136
|
export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-2ae0ee03.js';
|
|
136
|
-
export { _ as OrTimeFormatV3 } from '../OrTimeFormat-
|
|
137
|
-
export { _ as OrTimePickerV3 } from '../OrTimePicker-
|
|
138
|
-
export { _ as OrTimeRangePickerV3 } from '../OrTimeRangePicker-
|
|
137
|
+
export { _ as OrTimeFormatV3 } from '../OrTimeFormat-0368a673.js';
|
|
138
|
+
export { _ as OrTimePickerV3 } from '../OrTimePicker-615a39ce.js';
|
|
139
|
+
export { _ as OrTimeRangePickerV3 } from '../OrTimeRangePicker-55cb3d2c.js';
|
|
139
140
|
export { _ as OrToast, a as OrToastContainer } from '../OrToastContainer-3085d81a.js';
|
|
140
141
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-05a9c81b.js';
|
|
141
142
|
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-7e602e28.js';
|
|
@@ -172,9 +173,10 @@ import '@vueuse/math';
|
|
|
172
173
|
import '@floating-ui/dom';
|
|
173
174
|
import '../useElevation-a50ec347.js';
|
|
174
175
|
import '../useResponsive-1baf3485.js';
|
|
175
|
-
import '../OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
176
|
+
import '../OrDateTimePicker.vue_rollup-plugin-vue_script-82dc45be.js';
|
|
176
177
|
import '../dropdown-open-06d651cf.js';
|
|
177
178
|
import 'lodash/padStart';
|
|
179
|
+
import '../OrEditorTabsItem-045802c0.js';
|
|
178
180
|
import '../OrTooltip.vue_rollup-plugin-vue_styles.0-b9697924.js';
|
|
179
181
|
import 'lodash/isNil';
|
|
180
182
|
import 'lodash/cloneDeep';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-db39a325.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrIconButton-9502a78a.js';
|
|
4
4
|
import '../../OrIcon-3f99ef27.js';
|
|
@@ -32,8 +32,8 @@ import '../../OrInputBox.vue_rollup-plugin-vue_script-65ebcf4d.js';
|
|
|
32
32
|
import '../../OrLabel-6637774a.js';
|
|
33
33
|
import '../../OrLoader-784e2060.js';
|
|
34
34
|
import '../../style-inject.es-4c6f2515.js';
|
|
35
|
-
import '../../OrSorting-
|
|
35
|
+
import '../../OrSorting-e31da34e.js';
|
|
36
36
|
import '../../OrMenu-8802ee12.js';
|
|
37
|
-
import '../../OrMenuItem-
|
|
37
|
+
import '../../OrMenuItem-aef527fb.js';
|
|
38
38
|
import '../../OrButton-8d1efd4a.js';
|
|
39
39
|
import '../../OrButton.vue_rollup-plugin-vue_script-ec8cfaee.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { _ as OrDateFormatV3 } from '../../OrDateFormat-
|
|
1
|
+
export { _ as OrDateFormatV3 } from '../../OrDateFormat-752fc779.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
3
|
+
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-82dc45be.js';
|
|
4
4
|
import '../../dropdown-open-06d651cf.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
6
|
import '../../dom-aecadd9a.js';
|
|
@@ -28,11 +28,11 @@ import '../../useTheme-0ef25778.js';
|
|
|
28
28
|
import '../../OrInputBox-140c344d.js';
|
|
29
29
|
import '../../OrInputBox.vue_rollup-plugin-vue_script-65ebcf4d.js';
|
|
30
30
|
import '../../OrLabel-6637774a.js';
|
|
31
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
31
|
+
import '../../OrDateTimePickerTimeSelect-57e2d2e4.js';
|
|
32
32
|
import '../../getTimePlaceholder-3b2885bf.js';
|
|
33
33
|
import '../../OrButton-8d1efd4a.js';
|
|
34
34
|
import '../../OrButton.vue_rollup-plugin-vue_script-ec8cfaee.js';
|
|
35
35
|
import '../../OrLoader-784e2060.js';
|
|
36
|
-
import '../../OrMenuItem-
|
|
36
|
+
import '../../OrMenuItem-aef527fb.js';
|
|
37
37
|
import '../../OrMenu-8802ee12.js';
|
|
38
38
|
import '../../getCurrentDate-046a888d.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrDatePickerV3 } from '../../OrDatePicker-
|
|
1
|
+
export { _ as OrDatePickerV3 } from '../../OrDatePicker-25b3e281.js';
|
|
2
2
|
export { I as DatePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-65ebcf4d.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-06d651cf.js';
|
|
@@ -9,7 +9,7 @@ import 'lodash/get';
|
|
|
9
9
|
import '../../useProxyModelValue-940010d2.js';
|
|
10
10
|
import '@onereach/styles/tailwind/plugins/core';
|
|
11
11
|
import '@onereach/styles/tailwind.config.json';
|
|
12
|
-
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
12
|
+
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-82dc45be.js';
|
|
13
13
|
import '../../OrError-916e928e.js';
|
|
14
14
|
import '../../normalize-component-6e8e3d80.js';
|
|
15
15
|
import '../../OrHint-1220face.js';
|
|
@@ -28,11 +28,11 @@ import 'portal-vue';
|
|
|
28
28
|
import '../../useTheme-0ef25778.js';
|
|
29
29
|
import '../../OrInputBox-140c344d.js';
|
|
30
30
|
import '../../OrLabel-6637774a.js';
|
|
31
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
31
|
+
import '../../OrDateTimePickerTimeSelect-57e2d2e4.js';
|
|
32
32
|
import '../../getTimePlaceholder-3b2885bf.js';
|
|
33
33
|
import '../../OrButton-8d1efd4a.js';
|
|
34
34
|
import '../../OrButton.vue_rollup-plugin-vue_script-ec8cfaee.js';
|
|
35
35
|
import '../../OrLoader-784e2060.js';
|
|
36
|
-
import '../../OrMenuItem-
|
|
36
|
+
import '../../OrMenuItem-aef527fb.js';
|
|
37
37
|
import '../../OrMenu-8802ee12.js';
|
|
38
38
|
import '../../getCurrentDate-046a888d.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrDateRangePickerV3 } from '../../OrDateRangePicker-
|
|
1
|
+
export { _ as OrDateRangePickerV3 } from '../../OrDateRangePicker-5803dc91.js';
|
|
2
2
|
export { I as DateRangePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-65ebcf4d.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-06d651cf.js';
|
|
@@ -10,7 +10,7 @@ import '../../useProxyModelValue-940010d2.js';
|
|
|
10
10
|
import '../../useResponsive-1baf3485.js';
|
|
11
11
|
import '@onereach/styles/tailwind/plugins/core';
|
|
12
12
|
import '@onereach/styles/tailwind.config.json';
|
|
13
|
-
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
13
|
+
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-82dc45be.js';
|
|
14
14
|
import '../../OrError-916e928e.js';
|
|
15
15
|
import '../../normalize-component-6e8e3d80.js';
|
|
16
16
|
import '../../OrHint-1220face.js';
|
|
@@ -28,12 +28,12 @@ import 'portal-vue';
|
|
|
28
28
|
import '../../useTheme-0ef25778.js';
|
|
29
29
|
import '../../OrInputBox-140c344d.js';
|
|
30
30
|
import '../../OrLabel-6637774a.js';
|
|
31
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
31
|
+
import '../../OrDateTimePickerTimeSelect-57e2d2e4.js';
|
|
32
32
|
import '../../getTimePlaceholder-3b2885bf.js';
|
|
33
33
|
import '../../OrButton-8d1efd4a.js';
|
|
34
34
|
import '../../OrButton.vue_rollup-plugin-vue_script-ec8cfaee.js';
|
|
35
35
|
import '../../OrLoader-784e2060.js';
|
|
36
|
-
import '../../OrMenuItem-
|
|
36
|
+
import '../../OrMenuItem-aef527fb.js';
|
|
37
37
|
import '../../OrMenu-8802ee12.js';
|
|
38
38
|
import '../../getCurrentDate-046a888d.js';
|
|
39
39
|
import '../../getNextMonthDate-00c47169.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { _ as OrDateTimeFormatV3 } from '../../OrDateTimeFormat-
|
|
1
|
+
export { _ as OrDateTimeFormatV3 } from '../../OrDateTimeFormat-d6767984.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
3
|
+
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-82dc45be.js';
|
|
4
4
|
import '../../dropdown-open-06d651cf.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
6
|
import '../../dom-aecadd9a.js';
|
|
@@ -28,11 +28,11 @@ import '../../useTheme-0ef25778.js';
|
|
|
28
28
|
import '../../OrInputBox-140c344d.js';
|
|
29
29
|
import '../../OrInputBox.vue_rollup-plugin-vue_script-65ebcf4d.js';
|
|
30
30
|
import '../../OrLabel-6637774a.js';
|
|
31
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
31
|
+
import '../../OrDateTimePickerTimeSelect-57e2d2e4.js';
|
|
32
32
|
import '../../getTimePlaceholder-3b2885bf.js';
|
|
33
33
|
import '../../OrButton-8d1efd4a.js';
|
|
34
34
|
import '../../OrButton.vue_rollup-plugin-vue_script-ec8cfaee.js';
|
|
35
35
|
import '../../OrLoader-784e2060.js';
|
|
36
|
-
import '../../OrMenuItem-
|
|
36
|
+
import '../../OrMenuItem-aef527fb.js';
|
|
37
37
|
import '../../OrMenu-8802ee12.js';
|
|
38
38
|
import '../../getCurrentDate-046a888d.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { _ as OrDateTimePickerV3 } from '../../OrDateTimePicker-
|
|
2
|
-
export { _ as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, f as OrDateTimePickerTimeControl, g as OrDateTimePickerTimeSelect } from '../../OrDateTimePickerTimeSelect-
|
|
1
|
+
export { _ as OrDateTimePickerV3 } from '../../OrDateTimePicker-43588e11.js';
|
|
2
|
+
export { _ as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, f as OrDateTimePickerTimeControl, g as OrDateTimePickerTimeSelect } from '../../OrDateTimePickerTimeSelect-57e2d2e4.js';
|
|
3
3
|
export { D as DateTimePickerTimeFormat, f as formatDate, a as formatTime, g as getDatePlaceholder, b as getTimePlaceholder } from '../../getTimePlaceholder-3b2885bf.js';
|
|
4
4
|
export { g as getCurrentDate } from '../../getCurrentDate-046a888d.js';
|
|
5
5
|
export { g as getNextMonthDate } from '../../getNextMonthDate-00c47169.js';
|
|
6
6
|
export { I as DateTimePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-65ebcf4d.js';
|
|
7
|
-
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
7
|
+
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-82dc45be.js';
|
|
8
8
|
import 'vue-demi';
|
|
9
9
|
import '../../dropdown-open-06d651cf.js';
|
|
10
10
|
import '@vueuse/core';
|
|
@@ -35,5 +35,5 @@ import '../../OrLabel-6637774a.js';
|
|
|
35
35
|
import '../../OrButton-8d1efd4a.js';
|
|
36
36
|
import '../../OrButton.vue_rollup-plugin-vue_script-ec8cfaee.js';
|
|
37
37
|
import '../../OrLoader-784e2060.js';
|
|
38
|
-
import '../../OrMenuItem-
|
|
38
|
+
import '../../OrMenuItem-aef527fb.js';
|
|
39
39
|
import '../../OrMenu-8802ee12.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, f as OrDateTimePickerTimeControl, g as OrDateTimePickerTimeSelect } from '../../../OrDateTimePickerTimeSelect-
|
|
1
|
+
export { _ as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, f as OrDateTimePickerTimeControl, g as OrDateTimePickerTimeSelect } from '../../../OrDateTimePickerTimeSelect-57e2d2e4.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../../dom-aecadd9a.js';
|
|
@@ -27,5 +27,5 @@ import '../../../OrOverlay-9aa5020f.js';
|
|
|
27
27
|
import '../../../OrTeleport.vue2-9eb0eaee.js';
|
|
28
28
|
import 'portal-vue';
|
|
29
29
|
import '../../../useTheme-0ef25778.js';
|
|
30
|
-
import '../../../OrMenuItem-
|
|
30
|
+
import '../../../OrMenuItem-aef527fb.js';
|
|
31
31
|
import '../../../OrMenu-8802ee12.js';
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { PropType } from 'vue-demi';
|
|
2
|
+
import { TabsItem } from '../or-tabs-v3';
|
|
3
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
6
|
+
headerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
|
+
headerTabsStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
8
|
+
headerMenuStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
9
|
+
contentStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
10
|
+
proxyModelValue: import("../../hooks").UseProxyModelValueReturn<string | number>;
|
|
11
|
+
selectedItem: import("@vue/composition-api").ComputedRef<TabsItem | undefined>;
|
|
12
|
+
overflowItems: import("@vue/composition-api").ComputedRef<TabsItem[]>;
|
|
13
|
+
showOverflowMenu: import("@vue/composition-api").Ref<boolean>;
|
|
14
|
+
onClose: (item: TabsItem) => void;
|
|
15
|
+
isDesktop: import("@vue/composition-api").ComputedRef<boolean>;
|
|
16
|
+
isMobile: import("@vue/composition-api").ComputedRef<boolean>;
|
|
17
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
18
|
+
modelValue: {
|
|
19
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
20
|
+
default: undefined;
|
|
21
|
+
};
|
|
22
|
+
items: {
|
|
23
|
+
type: PropType<TabsItem[]>;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
27
|
+
modelValue: {
|
|
28
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
29
|
+
default: undefined;
|
|
30
|
+
};
|
|
31
|
+
items: {
|
|
32
|
+
type: PropType<TabsItem[]>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
36
|
+
modelValue: string | number;
|
|
37
|
+
items: TabsItem[];
|
|
38
|
+
} & {} & {
|
|
39
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
40
|
+
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
41
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
42
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
43
|
+
headerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
44
|
+
headerTabsStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
45
|
+
headerMenuStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
46
|
+
contentStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
47
|
+
proxyModelValue: import("../../hooks").UseProxyModelValueReturn<string | number>;
|
|
48
|
+
selectedItem: import("@vue/composition-api").ComputedRef<TabsItem | undefined>;
|
|
49
|
+
overflowItems: import("@vue/composition-api").ComputedRef<TabsItem[]>;
|
|
50
|
+
showOverflowMenu: import("@vue/composition-api").Ref<boolean>;
|
|
51
|
+
onClose: (item: TabsItem) => void;
|
|
52
|
+
isDesktop: import("@vue/composition-api").ComputedRef<boolean>;
|
|
53
|
+
isMobile: import("@vue/composition-api").ComputedRef<boolean>;
|
|
54
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
55
|
+
modelValue: string | number;
|
|
56
|
+
items: TabsItem[];
|
|
57
|
+
} & {} & {
|
|
58
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
59
|
+
}, {
|
|
60
|
+
modelValue: string | number;
|
|
61
|
+
}, true>);
|
|
62
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OrEditorTabsV3 } from './OrEditorTabs.vue';
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export { _ as OrEditorTabsV3 } from '../../OrEditorTabs-60ec84d5.js';
|
|
2
|
+
import 'vue-demi';
|
|
3
|
+
import '@vueuse/core';
|
|
4
|
+
import '../../dom-aecadd9a.js';
|
|
5
|
+
import 'lodash/isElement';
|
|
6
|
+
import 'lodash/get';
|
|
7
|
+
import '../../useProxyModelValue-940010d2.js';
|
|
8
|
+
import '../../useResponsive-1baf3485.js';
|
|
9
|
+
import '@onereach/styles/tailwind/plugins/core';
|
|
10
|
+
import '@onereach/styles/tailwind.config.json';
|
|
11
|
+
import '../../OrIcon-3f99ef27.js';
|
|
12
|
+
import '../../normalize-component-6e8e3d80.js';
|
|
13
|
+
import '../../OrMenuItem-aef527fb.js';
|
|
14
|
+
import '../../OrIconButton-9502a78a.js';
|
|
15
|
+
import '../../OrTooltip-802dcc86.js';
|
|
16
|
+
import '../../usePopoverState-5033b9cb.js';
|
|
17
|
+
import '../../OrPopover-7d9405fb.js';
|
|
18
|
+
import '@floating-ui/dom';
|
|
19
|
+
import '../../useElevation-a50ec347.js';
|
|
20
|
+
import '../../OrBottomSheet-d17c8327.js';
|
|
21
|
+
import '../../OrOverlay-9aa5020f.js';
|
|
22
|
+
import '../../OrTeleport.vue2-9eb0eaee.js';
|
|
23
|
+
import 'portal-vue';
|
|
24
|
+
import '../../useTheme-0ef25778.js';
|
|
25
|
+
import '../../OrMenu-8802ee12.js';
|
|
26
|
+
import '../../OrEditorTabsItem-045802c0.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OrEditorTabsItem } from './or-editor-tabs-item/OrEditorTabsItem.vue';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export { _ as OrEditorTabsItem } from '../../../OrEditorTabsItem-045802c0.js';
|
|
2
|
+
import 'vue-demi';
|
|
3
|
+
import '../../../OrIconButton-9502a78a.js';
|
|
4
|
+
import '../../../OrIcon-3f99ef27.js';
|
|
5
|
+
import '../../../normalize-component-6e8e3d80.js';
|
|
6
|
+
import '../../../OrTooltip-802dcc86.js';
|
|
7
|
+
import '@vueuse/core';
|
|
8
|
+
import '../../../dom-aecadd9a.js';
|
|
9
|
+
import 'lodash/isElement';
|
|
10
|
+
import 'lodash/get';
|
|
11
|
+
import '../../../usePopoverState-5033b9cb.js';
|
|
12
|
+
import '@onereach/styles/tailwind/plugins/core';
|
|
13
|
+
import '@onereach/styles/tailwind.config.json';
|
|
14
|
+
import '../../../OrPopover-7d9405fb.js';
|
|
15
|
+
import '@floating-ui/dom';
|
|
16
|
+
import '../../../useElevation-a50ec347.js';
|
|
17
|
+
import '../../../useResponsive-1baf3485.js';
|
|
18
|
+
import '../../../OrBottomSheet-d17c8327.js';
|
|
19
|
+
import '../../../OrOverlay-9aa5020f.js';
|
|
20
|
+
import '../../../OrTeleport.vue2-9eb0eaee.js';
|
|
21
|
+
import 'portal-vue';
|
|
22
|
+
import '../../../useTheme-0ef25778.js';
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
2
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
3
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
4
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
5
|
+
closeButton: {
|
|
6
|
+
type: BooleanConstructor;
|
|
7
|
+
default: boolean;
|
|
8
|
+
};
|
|
9
|
+
selected: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
disabled: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
18
|
+
closeButton: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
selected: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
disabled: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
31
|
+
closeButton: boolean;
|
|
32
|
+
selected: boolean;
|
|
33
|
+
disabled: boolean;
|
|
34
|
+
} & {} & {
|
|
35
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
36
|
+
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
37
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
38
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
39
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
40
|
+
closeButton: boolean;
|
|
41
|
+
selected: boolean;
|
|
42
|
+
disabled: boolean;
|
|
43
|
+
} & {} & {
|
|
44
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
45
|
+
}, {
|
|
46
|
+
closeButton: boolean;
|
|
47
|
+
selected: boolean;
|
|
48
|
+
disabled: boolean;
|
|
49
|
+
}, true>);
|
|
50
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const EditorTabsItem: string[];
|
|
@@ -9,6 +9,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
9
9
|
} | {}> & Omit<{} & {}, never>>>;
|
|
10
10
|
default: undefined;
|
|
11
11
|
};
|
|
12
|
+
closeButton: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
12
16
|
selected: {
|
|
13
17
|
type: BooleanConstructor;
|
|
14
18
|
default: boolean;
|
|
@@ -24,6 +28,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
24
28
|
} | {}> & Omit<{} & {}, never>>>;
|
|
25
29
|
default: undefined;
|
|
26
30
|
};
|
|
31
|
+
closeButton: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
27
35
|
selected: {
|
|
28
36
|
type: BooleanConstructor;
|
|
29
37
|
default: boolean;
|
|
@@ -36,6 +44,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
36
44
|
icon: string | Readonly<Partial<{
|
|
37
45
|
[x: number]: string;
|
|
38
46
|
} | {}> & Omit<{} & {}, never>>;
|
|
47
|
+
closeButton: boolean;
|
|
39
48
|
selected: boolean;
|
|
40
49
|
disabled: boolean;
|
|
41
50
|
} & {} & {
|
|
@@ -47,6 +56,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
47
56
|
icon: string | Readonly<Partial<{
|
|
48
57
|
[x: number]: string;
|
|
49
58
|
} | {}> & Omit<{} & {}, never>>;
|
|
59
|
+
closeButton: boolean;
|
|
50
60
|
selected: boolean;
|
|
51
61
|
disabled: boolean;
|
|
52
62
|
} & {} & {
|
|
@@ -55,6 +65,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
55
65
|
icon: string | Readonly<Partial<{
|
|
56
66
|
[x: number]: string;
|
|
57
67
|
} | {}> & Omit<{} & {}, never>>;
|
|
68
|
+
closeButton: boolean;
|
|
58
69
|
selected: boolean;
|
|
59
70
|
disabled: boolean;
|
|
60
71
|
}, true>);
|
|
@@ -1,4 +1,22 @@
|
|
|
1
|
-
export { _ as OrMenuItemV3 } from '../../OrMenuItem-
|
|
1
|
+
export { _ as OrMenuItemV3 } from '../../OrMenuItem-aef527fb.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
+
import '../../OrIconButton-9502a78a.js';
|
|
3
4
|
import '../../OrIcon-3f99ef27.js';
|
|
4
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
|
+
import '../../OrTooltip-802dcc86.js';
|
|
7
|
+
import '@vueuse/core';
|
|
8
|
+
import '../../dom-aecadd9a.js';
|
|
9
|
+
import 'lodash/isElement';
|
|
10
|
+
import 'lodash/get';
|
|
11
|
+
import '../../usePopoverState-5033b9cb.js';
|
|
12
|
+
import '@onereach/styles/tailwind/plugins/core';
|
|
13
|
+
import '@onereach/styles/tailwind.config.json';
|
|
14
|
+
import '../../OrPopover-7d9405fb.js';
|
|
15
|
+
import '@floating-ui/dom';
|
|
16
|
+
import '../../useElevation-a50ec347.js';
|
|
17
|
+
import '../../useResponsive-1baf3485.js';
|
|
18
|
+
import '../../OrBottomSheet-d17c8327.js';
|
|
19
|
+
import '../../OrOverlay-9aa5020f.js';
|
|
20
|
+
import '../../OrTeleport.vue2-9eb0eaee.js';
|
|
21
|
+
import 'portal-vue';
|
|
22
|
+
import '../../useTheme-0ef25778.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const MenuItem: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrPaginationV3 } from '../../OrPagination-
|
|
1
|
+
export { _ as OrPaginationV3 } from '../../OrPagination-ee8f224b.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../dom-aecadd9a.js';
|
|
@@ -13,8 +13,9 @@ import '../../OrButton.vue_rollup-plugin-vue_script-ec8cfaee.js';
|
|
|
13
13
|
import '../../OrLoader-784e2060.js';
|
|
14
14
|
import '../../normalize-component-6e8e3d80.js';
|
|
15
15
|
import '../../OrIcon-3f99ef27.js';
|
|
16
|
-
import '../../OrMenuItem-
|
|
17
|
-
import '../../
|
|
16
|
+
import '../../OrMenuItem-aef527fb.js';
|
|
17
|
+
import '../../OrIconButton-9502a78a.js';
|
|
18
|
+
import '../../OrTooltip-802dcc86.js';
|
|
18
19
|
import '../../usePopoverState-5033b9cb.js';
|
|
19
20
|
import '../../OrPopover-7d9405fb.js';
|
|
20
21
|
import '@floating-ui/dom';
|
|
@@ -24,3 +25,4 @@ import '../../OrOverlay-9aa5020f.js';
|
|
|
24
25
|
import '../../OrTeleport.vue2-9eb0eaee.js';
|
|
25
26
|
import 'portal-vue';
|
|
26
27
|
import '../../useTheme-0ef25778.js';
|
|
28
|
+
import '../../OrMenu-8802ee12.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { F as Formats, _ as OrRichTextEditorV3 } from '../../OrRichTextEditor-
|
|
1
|
+
export { F as Formats, _ as OrRichTextEditorV3 } from '../../OrRichTextEditor-5ab919a5.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '@vueuse/integrations/useFocusTrap';
|
|
4
4
|
import '@vueuse/core';
|
|
@@ -38,7 +38,7 @@ import 'portal-vue';
|
|
|
38
38
|
import '../../useTheme-0ef25778.js';
|
|
39
39
|
import '../../OrLabel-6637774a.js';
|
|
40
40
|
import '../../OrMenu-8802ee12.js';
|
|
41
|
-
import '../../OrMenuItem-
|
|
41
|
+
import '../../OrMenuItem-aef527fb.js';
|
|
42
42
|
import '../../OrModal-333f7706.js';
|
|
43
43
|
import '../../OrInput-96532c77.js';
|
|
44
44
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { _ as OrSelectV3 } from '../../OrSelect-1f40ebe0.js';
|
|
2
2
|
export { I as SelectSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-65ebcf4d.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-06d651cf.js';
|
|
@@ -35,7 +35,7 @@ import '../../OrInputBox-140c344d.js';
|
|
|
35
35
|
import '../../OrInput-96532c77.js';
|
|
36
36
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
37
37
|
import '../../OrLoader-784e2060.js';
|
|
38
|
-
import '../../OrMenuItem-
|
|
38
|
+
import '../../OrMenuItem-aef527fb.js';
|
|
39
39
|
import '../../OrTags-bc74753f.js';
|
|
40
40
|
import '../../useOverflow-e91d2314.js';
|
|
41
41
|
import '../../OrButton-8d1efd4a.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrSortingV3 } from '../../OrSorting-
|
|
1
|
+
export { _ as OrSortingV3 } from '../../OrSorting-e31da34e.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrMenu-8802ee12.js';
|
|
4
4
|
import '@vueuse/core';
|
|
@@ -18,8 +18,10 @@ import '../../OrTeleport.vue2-9eb0eaee.js';
|
|
|
18
18
|
import 'portal-vue';
|
|
19
19
|
import '../../normalize-component-6e8e3d80.js';
|
|
20
20
|
import '../../useTheme-0ef25778.js';
|
|
21
|
-
import '../../OrMenuItem-
|
|
21
|
+
import '../../OrMenuItem-aef527fb.js';
|
|
22
|
+
import '../../OrIconButton-9502a78a.js';
|
|
22
23
|
import '../../OrIcon-3f99ef27.js';
|
|
24
|
+
import '../../OrTooltip-802dcc86.js';
|
|
23
25
|
import '../../OrButton-8d1efd4a.js';
|
|
24
26
|
import '../../OrButton.vue_rollup-plugin-vue_script-ec8cfaee.js';
|
|
25
27
|
import '../../OrLoader-784e2060.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-
|
|
1
|
+
export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-76f5d536.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dom-aecadd9a.js';
|
|
@@ -9,8 +9,9 @@ import '@onereach/styles/tailwind/plugins/core';
|
|
|
9
9
|
import '@onereach/styles/tailwind.config.json';
|
|
10
10
|
import '../../OrIcon-3f99ef27.js';
|
|
11
11
|
import '../../normalize-component-6e8e3d80.js';
|
|
12
|
-
import '../../OrMenuItem-
|
|
13
|
-
import '../../
|
|
12
|
+
import '../../OrMenuItem-aef527fb.js';
|
|
13
|
+
import '../../OrIconButton-9502a78a.js';
|
|
14
|
+
import '../../OrTooltip-802dcc86.js';
|
|
14
15
|
import '../../usePopoverState-5033b9cb.js';
|
|
15
16
|
import '../../OrPopover-7d9405fb.js';
|
|
16
17
|
import '@floating-ui/dom';
|
|
@@ -21,4 +22,5 @@ import '../../OrOverlay-9aa5020f.js';
|
|
|
21
22
|
import '../../OrTeleport.vue2-9eb0eaee.js';
|
|
22
23
|
import 'portal-vue';
|
|
23
24
|
import '../../useTheme-0ef25778.js';
|
|
25
|
+
import '../../OrMenu-8802ee12.js';
|
|
24
26
|
import '../../OrTab-a989b4fd.js';
|