@onereach/ui-components 8.17.2 → 8.17.3-beta.3894.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 +314 -0
- package/dist/bundled/v2/components/OrEditorTabsV3/OrEditorTabs.vue.d.ts +60 -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 +19 -0
- package/dist/bundled/v2/components/OrMenuItemV3/OrMenuItem.js +28 -8
- package/dist/bundled/v2/components/OrMenuItemV3/OrMenuItem.vue.d.ts +11 -0
- 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-dfd98c34.js → OrCardCollectionV3-7187c827.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-8456e52e.js → OrDateFormatV3-160b377a.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-a3e534f7.js → OrDatePickerV3-0ceb7d27.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-7f658b13.js → OrDateRangePickerV3-083c55bb.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-3bd73929.js → OrDateTimeFormatV3-57f56dd5.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-3d8a4ecd.js → OrDateTimePickerV3-30fc0d86.js} +1 -1
- package/dist/bundled/v3/components/OrEditorTabsV3/OrEditorTabs.js +1 -0
- package/dist/bundled/v3/components/OrEditorTabsV3/OrEditorTabs.vue.d.ts +41 -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-b73f614e.js +256 -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.js +1 -1
- package/dist/bundled/v3/components/{OrMenuItemV3-7b557536.js → OrMenuItemV3-be4ff817.js} +26 -10
- 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-da46b301.js → OrPaginationV3-4374c1fd.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-6d7b206f.js → OrRichTextEditorV3-589ce2c9.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-e0de09af.js → OrSelectV3-971393cf.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-d3080a33.js → OrSortingV3-7e2cde4b.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-04c6d108.js → OrTabsV3-af87a4aa.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-f52d4059.js → OrTimeFormatV3-ab7e828b.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-57dbf8b6.js → OrTimePickerV3-06778c19.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-0a212be0.js → OrTimeRangePickerV3-827e8f83.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-f2870c25.js → OrCardCollection-81538267.js} +1 -1
- package/dist/esm/v2/{OrDateFormat-1284f1f6.js → OrDateFormat-1fe5231b.js} +2 -2
- package/dist/esm/v2/{OrDatePicker-5f2eb2eb.js → OrDatePicker-d381f01e.js} +2 -2
- package/dist/esm/v2/{OrDateRangePicker-3beda618.js → OrDateRangePicker-9f75b137.js} +2 -2
- package/dist/esm/v2/{OrDateTimeFormat-96459018.js → OrDateTimeFormat-333a7ed4.js} +2 -2
- package/dist/esm/v2/{OrDateTimePicker-5557a432.js → OrDateTimePicker-36593ddc.js} +1 -1
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-a96da51a.js → OrDateTimePicker.vue_rollup-plugin-vue_script-7ad0cf94.js} +1 -1
- package/dist/esm/v2/{OrDateTimePickerTimeSelect-f4d34b07.js → OrDateTimePickerTimeSelect-d9bd0717.js} +1 -1
- package/dist/esm/v2/OrEditorTabs-e579f61e.js +231 -0
- package/dist/esm/v2/OrEditorTabsItem-f7e51428.js +108 -0
- package/dist/esm/v2/{OrMenuItem-fbe3e8e4.js → OrMenuItem-1ceac5a3.js} +28 -8
- package/dist/esm/v2/{OrPagination-3d2f0b10.js → OrPagination-b8bfac96.js} +1 -1
- package/dist/esm/v2/{OrRichTextEditor-7466a45d.js → OrRichTextEditor-9276b93e.js} +1 -1
- package/dist/esm/v2/{OrSelect-4768c12b.js → OrSelect-130a20e4.js} +1 -1
- package/dist/esm/v2/{OrSorting-65c84965.js → OrSorting-6e860062.js} +1 -1
- package/dist/esm/v2/{OrTabs-778ce12d.js → OrTabs-3c11de6c.js} +1 -1
- package/dist/esm/v2/{OrTimeFormat-6f604e51.js → OrTimeFormat-5ac01994.js} +2 -2
- package/dist/esm/v2/{OrTimePicker-2c6f375a.js → OrTimePicker-2ce90154.js} +2 -2
- package/dist/esm/v2/{OrTimeRangePicker-d1346202.js → OrTimeRangePicker-b40e304b.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 +60 -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-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-text-v3/OrText.vue.d.ts +2 -2
- 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-fc6fd56c.js → OrCardCollection-0f04c21e.js} +1 -1
- package/dist/esm/v3/{OrDateFormat-6664bd05.js → OrDateFormat-24e2f240.js} +2 -2
- package/dist/esm/v3/{OrDatePicker-03b00df9.js → OrDatePicker-9d87fb5f.js} +2 -2
- package/dist/esm/v3/{OrDateRangePicker-52553adf.js → OrDateRangePicker-8e4baa39.js} +2 -2
- package/dist/esm/v3/{OrDateTimeFormat-137ef652.js → OrDateTimeFormat-66fb27d6.js} +2 -2
- package/dist/esm/v3/{OrDateTimePicker-a5c05ec9.js → OrDateTimePicker-16cd02b7.js} +1 -1
- package/dist/esm/v3/{OrDateTimePickerTimeSelect-09c588d7.js → OrDateTimePickerTimeSelect-d4bc91c7.js} +1 -1
- package/dist/esm/v3/OrEditorTabs-9922bb11.js +182 -0
- package/dist/esm/v3/OrEditorTabsItem-2a87249a.js +83 -0
- package/dist/esm/v3/{OrMenuItem-2928ba60.js → OrMenuItem-1d97b5ef.js} +26 -10
- package/dist/esm/v3/{OrPagination-3d6365cc.js → OrPagination-5f8bf9f2.js} +1 -1
- package/dist/esm/v3/{OrRichTextEditor-d9182fa2.js → OrRichTextEditor-05029649.js} +1 -1
- package/dist/esm/v3/{OrSelect-5a22c1da.js → OrSelect-9ee2a6bf.js} +1 -1
- package/dist/esm/v3/{OrSorting-15a719a1.js → OrSorting-4802d04f.js} +1 -1
- package/dist/esm/v3/{OrTabs-e53980aa.js → OrTabs-9827227c.js} +1 -1
- package/dist/esm/v3/{OrTimeFormat-06b03a06.js → OrTimeFormat-e7e2e39e.js} +2 -2
- package/dist/esm/v3/{OrTimePicker-626fe94b.js → OrTimePicker-a73c2930.js} +2 -2
- package/dist/esm/v3/{OrTimeRangePicker-b626de5c.js → OrTimeRangePicker-4e0b1c78.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 +41 -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-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 +2 -3
- package/src/components/index.ts +1 -0
- package/src/components/or-editor-tabs-v3/OrEditorTabs.vue +192 -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 +81 -0
- package/src/components/or-editor-tabs-v3/partials/or-editor-tabs-item/styles.ts +34 -0
- package/src/components/or-editor-tabs-v3/styles.ts +33 -0
- package/src/components/or-menu-item-v3/OrMenuItem.vue +27 -6
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-83200427.js → OrDateTimePickerMonthSelect-777aad1b.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-81538267.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-f8781127.js';
|
|
@@ -37,16 +37,17 @@ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-0fc11f25.js';
|
|
|
37
37
|
export { _ as OrContextMenuV3 } from '../OrContextMenu-7292aca0.js';
|
|
38
38
|
export { _ as OrMenuV3 } from '../OrMenu-6fa468e0.js';
|
|
39
39
|
export { P as ContextMenuPlacement, P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-07b82c80.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-1fe5231b.js';
|
|
41
|
+
export { _ as OrDatePickerV3 } from '../OrDatePicker-d381f01e.js';
|
|
42
|
+
export { _ as OrDateRangePickerV3 } from '../OrDateRangePicker-9f75b137.js';
|
|
43
|
+
export { _ as OrDateTimeFormatV3 } from '../OrDateTimeFormat-333a7ed4.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-36593ddc.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-d9bd0717.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-e579f61e.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-e3af3bb7.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-1ceac5a3.js';
|
|
79
80
|
export { _ as OrModal, O as OrModalSizes } from '../OrModal-2a962f80.js';
|
|
80
81
|
export { M as ModalSize, _ as OrModalV3 } from '../OrModal-b191f8c8.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-b8bfac96.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-a474445c.js';
|
|
|
97
98
|
export { S as RangeSliderColor, a as RangeSliderOrientation, S as SliderColor, a as SliderOrientation } from '../OrSlider.vue_rollup-plugin-vue_script-09b4700b.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-757f7dc1.js';
|
|
100
|
-
export { F as Formats, _ as OrRichTextEditorV3 } from '../OrRichTextEditor-
|
|
101
|
+
export { F as Formats, _ as OrRichTextEditorV3 } from '../OrRichTextEditor-9276b93e.js';
|
|
101
102
|
export { _ as OrSearch } from '../OrSearch-ddf244e6.js';
|
|
102
103
|
export { _ as OrSearchV3 } from '../OrSearch-2910207c.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-130a20e4.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-e07d338e.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-6e860062.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-3c11de6c.js';
|
|
126
127
|
export { _ as OrTag } from '../OrTag-ce728fad.js';
|
|
127
128
|
export { _ as OrTagInputV3 } from '../OrTagInput-c4110c0b.js';
|
|
128
129
|
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-bf15f5ad.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-9cdf0f6c.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-5ac01994.js';
|
|
138
|
+
export { _ as OrTimePickerV3 } from '../OrTimePicker-2ce90154.js';
|
|
139
|
+
export { _ as OrTimeRangePickerV3 } from '../OrTimeRangePicker-b40e304b.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-327e1a16.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-7ad0cf94.js';
|
|
176
177
|
import '../dropdown-open-06d651cf.js';
|
|
177
178
|
import 'lodash/padStart';
|
|
179
|
+
import '../OrEditorTabsItem-f7e51428.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-81538267.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrIconButton-edff56d4.js';
|
|
4
4
|
import '../../OrIcon-3f99ef27.js';
|
|
@@ -32,8 +32,8 @@ import '../../OrInputBox.vue_rollup-plugin-vue_script-65ebcf4d.js';
|
|
|
32
32
|
import '../../OrLabel-caf02dc4.js';
|
|
33
33
|
import '../../OrLoader-784e2060.js';
|
|
34
34
|
import '../../style-inject.es-4c6f2515.js';
|
|
35
|
-
import '../../OrSorting-
|
|
35
|
+
import '../../OrSorting-6e860062.js';
|
|
36
36
|
import '../../OrMenu-6fa468e0.js';
|
|
37
|
-
import '../../OrMenuItem-
|
|
37
|
+
import '../../OrMenuItem-1ceac5a3.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-1fe5231b.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
3
|
+
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-7ad0cf94.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-caf02dc4.js';
|
|
31
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
31
|
+
import '../../OrDateTimePickerTimeSelect-d9bd0717.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-1ceac5a3.js';
|
|
37
37
|
import '../../OrMenu-6fa468e0.js';
|
|
38
38
|
import '../../getCurrentDate-046a888d.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrDatePickerV3 } from '../../OrDatePicker-
|
|
1
|
+
export { _ as OrDatePickerV3 } from '../../OrDatePicker-d381f01e.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-7ad0cf94.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-caf02dc4.js';
|
|
31
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
31
|
+
import '../../OrDateTimePickerTimeSelect-d9bd0717.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-1ceac5a3.js';
|
|
37
37
|
import '../../OrMenu-6fa468e0.js';
|
|
38
38
|
import '../../getCurrentDate-046a888d.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrDateRangePickerV3 } from '../../OrDateRangePicker-
|
|
1
|
+
export { _ as OrDateRangePickerV3 } from '../../OrDateRangePicker-9f75b137.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-7ad0cf94.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-caf02dc4.js';
|
|
31
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
31
|
+
import '../../OrDateTimePickerTimeSelect-d9bd0717.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-1ceac5a3.js';
|
|
37
37
|
import '../../OrMenu-6fa468e0.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-333a7ed4.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
3
|
+
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-7ad0cf94.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-caf02dc4.js';
|
|
31
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
31
|
+
import '../../OrDateTimePickerTimeSelect-d9bd0717.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-1ceac5a3.js';
|
|
37
37
|
import '../../OrMenu-6fa468e0.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-36593ddc.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-d9bd0717.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-7ad0cf94.js';
|
|
8
8
|
import 'vue-demi';
|
|
9
9
|
import '../../dropdown-open-06d651cf.js';
|
|
10
10
|
import '@vueuse/core';
|
|
@@ -35,5 +35,5 @@ import '../../OrLabel-caf02dc4.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-1ceac5a3.js';
|
|
39
39
|
import '../../OrMenu-6fa468e0.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-d9bd0717.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-1ceac5a3.js';
|
|
31
31
|
import '../../../OrMenu-6fa468e0.js';
|
|
@@ -0,0 +1,60 @@
|
|
|
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
|
+
displayAll: import("@vue/composition-api").Ref<boolean>;
|
|
14
|
+
isDesktop: import("@vue/composition-api").ComputedRef<boolean>;
|
|
15
|
+
isMobile: import("@vue/composition-api").ComputedRef<boolean>;
|
|
16
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
17
|
+
modelValue: {
|
|
18
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
21
|
+
items: {
|
|
22
|
+
type: PropType<TabsItem[]>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
26
|
+
modelValue: {
|
|
27
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
28
|
+
default: undefined;
|
|
29
|
+
};
|
|
30
|
+
items: {
|
|
31
|
+
type: PropType<TabsItem[]>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
35
|
+
modelValue: string | number;
|
|
36
|
+
items: TabsItem[];
|
|
37
|
+
} & {} & {
|
|
38
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
39
|
+
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
40
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
41
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
42
|
+
headerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
43
|
+
headerTabsStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
44
|
+
headerMenuStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
45
|
+
contentStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
46
|
+
proxyModelValue: import("../../hooks").UseProxyModelValueReturn<string | number>;
|
|
47
|
+
selectedItem: import("@vue/composition-api").ComputedRef<TabsItem | undefined>;
|
|
48
|
+
overflowItems: import("@vue/composition-api").ComputedRef<TabsItem[]>;
|
|
49
|
+
displayAll: import("@vue/composition-api").Ref<boolean>;
|
|
50
|
+
isDesktop: import("@vue/composition-api").ComputedRef<boolean>;
|
|
51
|
+
isMobile: import("@vue/composition-api").ComputedRef<boolean>;
|
|
52
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
53
|
+
modelValue: string | number;
|
|
54
|
+
items: TabsItem[];
|
|
55
|
+
} & {} & {
|
|
56
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
57
|
+
}, {
|
|
58
|
+
modelValue: string | number;
|
|
59
|
+
}, true>);
|
|
60
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OrEditorTabsV3 } from './OrEditorTabs.vue';
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export { _ as OrEditorTabsV3 } from '../../OrEditorTabs-e579f61e.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-1ceac5a3.js';
|
|
14
|
+
import '../../OrIconButton-edff56d4.js';
|
|
15
|
+
import '../../OrTooltip-30756fb1.js';
|
|
16
|
+
import '../../usePopoverState-5033b9cb.js';
|
|
17
|
+
import '../../OrPopover-07b82c80.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-6fa468e0.js';
|
|
26
|
+
import '../../OrEditorTabsItem-f7e51428.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-f7e51428.js';
|
|
2
|
+
import 'vue-demi';
|
|
3
|
+
import '../../../OrIconButton-edff56d4.js';
|
|
4
|
+
import '../../../OrIcon-3f99ef27.js';
|
|
5
|
+
import '../../../normalize-component-6e8e3d80.js';
|
|
6
|
+
import '../../../OrTooltip-30756fb1.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-07b82c80.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-1ceac5a3.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
+
import '../../OrIconButton-edff56d4.js';
|
|
3
4
|
import '../../OrIcon-3f99ef27.js';
|
|
4
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
|
+
import '../../OrTooltip-30756fb1.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-07b82c80.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,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrPaginationV3 } from '../../OrPagination-
|
|
1
|
+
export { _ as OrPaginationV3 } from '../../OrPagination-b8bfac96.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-1ceac5a3.js';
|
|
17
|
+
import '../../OrIconButton-edff56d4.js';
|
|
18
|
+
import '../../OrTooltip-30756fb1.js';
|
|
18
19
|
import '../../usePopoverState-5033b9cb.js';
|
|
19
20
|
import '../../OrPopover-07b82c80.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-6fa468e0.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { F as Formats, _ as OrRichTextEditorV3 } from '../../OrRichTextEditor-
|
|
1
|
+
export { F as Formats, _ as OrRichTextEditorV3 } from '../../OrRichTextEditor-9276b93e.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-caf02dc4.js';
|
|
40
40
|
import '../../OrMenu-6fa468e0.js';
|
|
41
|
-
import '../../OrMenuItem-
|
|
41
|
+
import '../../OrMenuItem-1ceac5a3.js';
|
|
42
42
|
import '../../OrModal-b191f8c8.js';
|
|
43
43
|
import '../../OrInput-ac6484dd.js';
|
|
44
44
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { _ as OrSelectV3 } from '../../OrSelect-130a20e4.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-ac6484dd.js';
|
|
36
36
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
37
37
|
import '../../OrLoader-784e2060.js';
|
|
38
|
-
import '../../OrMenuItem-
|
|
38
|
+
import '../../OrMenuItem-1ceac5a3.js';
|
|
39
39
|
import '../../OrTags-f6434f9b.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-6e860062.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrMenu-6fa468e0.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-1ceac5a3.js';
|
|
22
|
+
import '../../OrIconButton-edff56d4.js';
|
|
22
23
|
import '../../OrIcon-3f99ef27.js';
|
|
24
|
+
import '../../OrTooltip-30756fb1.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-3c11de6c.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-1ceac5a3.js';
|
|
13
|
+
import '../../OrIconButton-edff56d4.js';
|
|
14
|
+
import '../../OrTooltip-30756fb1.js';
|
|
14
15
|
import '../../usePopoverState-5033b9cb.js';
|
|
15
16
|
import '../../OrPopover-07b82c80.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-6fa468e0.js';
|
|
24
26
|
import '../../OrTab-a989b4fd.js';
|