@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
|
@@ -3,7 +3,7 @@ import { _ as __vue_component__$2 } from './OrIconButton-edff56d4.js';
|
|
|
3
3
|
import { _ as __vue_component__$4 } from './OrSearch-2910207c.js';
|
|
4
4
|
import './OrInputBox.vue_rollup-plugin-vue_script-65ebcf4d.js';
|
|
5
5
|
import { _ as __vue_component__$5 } from './OrLoader-784e2060.js';
|
|
6
|
-
import { _ as __vue_component__$3 } from './OrSorting-
|
|
6
|
+
import { _ as __vue_component__$3 } from './OrSorting-6e860062.js';
|
|
7
7
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
8
8
|
|
|
9
9
|
var CardCollectionView;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import './OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
3
|
-
import './OrDateTimePickerTimeSelect-
|
|
2
|
+
import './OrDateTimePicker.vue_rollup-plugin-vue_script-7ad0cf94.js';
|
|
3
|
+
import './OrDateTimePickerTimeSelect-d9bd0717.js';
|
|
4
4
|
import { f as formatDate } from './getTimePlaceholder-3b2885bf.js';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
@@ -5,8 +5,8 @@ import './dom-aecadd9a.js';
|
|
|
5
5
|
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
6
6
|
import '@onereach/styles/tailwind/plugins/core';
|
|
7
7
|
import '@onereach/styles/tailwind.config.json';
|
|
8
|
-
import './OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
9
|
-
import { _ as __vue_component__$1, a as __vue_component__$2, b as __vue_component__$3, c as __vue_component__$4, d as __vue_component__$5, e as __vue_component__$6 } from './OrDateTimePickerTimeSelect-
|
|
8
|
+
import './OrDateTimePicker.vue_rollup-plugin-vue_script-7ad0cf94.js';
|
|
9
|
+
import { _ as __vue_component__$1, a as __vue_component__$2, b as __vue_component__$3, c as __vue_component__$4, d as __vue_component__$5, e as __vue_component__$6 } from './OrDateTimePickerTimeSelect-d9bd0717.js';
|
|
10
10
|
import './getTimePlaceholder-3b2885bf.js';
|
|
11
11
|
import { g as getCurrentDate } from './getCurrentDate-046a888d.js';
|
|
12
12
|
import { _ as __vue_component__$7 } from './OrError-916e928e.js';
|
|
@@ -5,8 +5,8 @@ import './dom-aecadd9a.js';
|
|
|
5
5
|
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
6
6
|
import { u as useResponsive } from './useResponsive-1baf3485.js';
|
|
7
7
|
import '@onereach/styles/tailwind.config.json';
|
|
8
|
-
import './OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
9
|
-
import { _ as __vue_component__$1, a as __vue_component__$2, b as __vue_component__$3, c as __vue_component__$4, d as __vue_component__$5, e as __vue_component__$6 } from './OrDateTimePickerTimeSelect-
|
|
8
|
+
import './OrDateTimePicker.vue_rollup-plugin-vue_script-7ad0cf94.js';
|
|
9
|
+
import { _ as __vue_component__$1, a as __vue_component__$2, b as __vue_component__$3, c as __vue_component__$4, d as __vue_component__$5, e as __vue_component__$6 } from './OrDateTimePickerTimeSelect-d9bd0717.js';
|
|
10
10
|
import './getTimePlaceholder-3b2885bf.js';
|
|
11
11
|
import { g as getCurrentDate } from './getCurrentDate-046a888d.js';
|
|
12
12
|
import { g as getNextMonthDate } from './getNextMonthDate-00c47169.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import './OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
3
|
-
import './OrDateTimePickerTimeSelect-
|
|
2
|
+
import './OrDateTimePicker.vue_rollup-plugin-vue_script-7ad0cf94.js';
|
|
3
|
+
import './OrDateTimePickerTimeSelect-d9bd0717.js';
|
|
4
4
|
import { D as DateTimePickerTimeFormat, f as formatDate, a as formatTime } from './getTimePlaceholder-3b2885bf.js';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as script } from './OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
1
|
+
import { s as script } from './OrDateTimePicker.vue_rollup-plugin-vue_script-7ad0cf94.js';
|
|
2
2
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
3
3
|
|
|
4
4
|
/* script */
|
|
@@ -13,7 +13,7 @@ import { _ as __vue_component__$c } from './OrInputBox-140c344d.js';
|
|
|
13
13
|
import { I as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-65ebcf4d.js';
|
|
14
14
|
import { _ as __vue_component__$d } from './OrLabel-caf02dc4.js';
|
|
15
15
|
import { _ as __vue_component__$e } from './OrPopover-07b82c80.js';
|
|
16
|
-
import { _ as __vue_component__, a as __vue_component__$1, b as __vue_component__$2, c as __vue_component__$3, d as __vue_component__$4, e as __vue_component__$5, f as __vue_component__$6, g as __vue_component__$7 } from './OrDateTimePickerTimeSelect-
|
|
16
|
+
import { _ as __vue_component__, a as __vue_component__$1, b as __vue_component__$2, c as __vue_component__$3, d as __vue_component__$4, e as __vue_component__$5, f as __vue_component__$6, g as __vue_component__$7 } from './OrDateTimePickerTimeSelect-d9bd0717.js';
|
|
17
17
|
import { D as DateTimePickerTimeFormat } from './getTimePlaceholder-3b2885bf.js';
|
|
18
18
|
import { g as getCurrentDate } from './getCurrentDate-046a888d.js';
|
|
19
19
|
|
|
@@ -11,7 +11,7 @@ import './OrButton.vue_rollup-plugin-vue_script-ec8cfaee.js';
|
|
|
11
11
|
import { _ as __vue_component__$9 } from './OrLabel-caf02dc4.js';
|
|
12
12
|
import { _ as __vue_component__$b } from './OrIconButton-edff56d4.js';
|
|
13
13
|
import { _ as __vue_component__$a } from './OrIcon-3f99ef27.js';
|
|
14
|
-
import { _ as __vue_component__$d } from './OrMenuItem-
|
|
14
|
+
import { _ as __vue_component__$d } from './OrMenuItem-1ceac5a3.js';
|
|
15
15
|
import { _ as __vue_component__$c } from './OrMenu-6fa468e0.js';
|
|
16
16
|
import './OrPopover-07b82c80.js';
|
|
17
17
|
|
|
@@ -0,0 +1,231 @@
|
|
|
1
|
+
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
2
|
+
import '@vueuse/core';
|
|
3
|
+
import './dom-aecadd9a.js';
|
|
4
|
+
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
5
|
+
import { u as useResponsive } from './useResponsive-1baf3485.js';
|
|
6
|
+
import '@onereach/styles/tailwind.config.json';
|
|
7
|
+
import { _ as __vue_component__$2 } from './OrIcon-3f99ef27.js';
|
|
8
|
+
import { _ as __vue_component__$4 } from './OrMenuItem-1ceac5a3.js';
|
|
9
|
+
import { _ as __vue_component__$3 } from './OrMenu-6fa468e0.js';
|
|
10
|
+
import './OrPopover-07b82c80.js';
|
|
11
|
+
import { _ as __vue_component__$1 } from './OrEditorTabsItem-f7e51428.js';
|
|
12
|
+
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
13
|
+
|
|
14
|
+
const EditorTabs = [];
|
|
15
|
+
const EditorTabsHeader = [
|
|
16
|
+
// Layout
|
|
17
|
+
'layout-row',
|
|
18
|
+
// Theme
|
|
19
|
+
'theme-border-underline', 'theme-border-1-outline-variant', 'dark:theme-border-1-outline-variant-dark'];
|
|
20
|
+
const EditorTabsHeaderTabs = [
|
|
21
|
+
// Layout
|
|
22
|
+
'layout-row',
|
|
23
|
+
// Theme
|
|
24
|
+
'theme-divider-outline-variant', 'dark:theme-divider-outline-variant-dark'];
|
|
25
|
+
const EditorTabsHeaderMenu = [];
|
|
26
|
+
const EditorTabsContent = [
|
|
27
|
+
// Spacing
|
|
28
|
+
'px-md', 'py-md',
|
|
29
|
+
// Theme
|
|
30
|
+
'theme-background-surface-1', 'dark:theme-background-surface-1-dark'];
|
|
31
|
+
|
|
32
|
+
var script = defineComponent({
|
|
33
|
+
components: {
|
|
34
|
+
OrEditorTabsItem: __vue_component__$1,
|
|
35
|
+
OrIcon: __vue_component__$2,
|
|
36
|
+
OrMenu: __vue_component__$3,
|
|
37
|
+
OrMenuItem: __vue_component__$4
|
|
38
|
+
},
|
|
39
|
+
model: {
|
|
40
|
+
prop: 'modelValue',
|
|
41
|
+
event: 'update:modelValue'
|
|
42
|
+
},
|
|
43
|
+
props: {
|
|
44
|
+
modelValue: {
|
|
45
|
+
type: [String, Number],
|
|
46
|
+
default: undefined
|
|
47
|
+
},
|
|
48
|
+
items: {
|
|
49
|
+
type: Array,
|
|
50
|
+
required: true
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
emits: ['update:modelValue', 'open', 'close'],
|
|
54
|
+
expose: ['root'],
|
|
55
|
+
setup(props, context) {
|
|
56
|
+
// Refs
|
|
57
|
+
const root = ref();
|
|
58
|
+
// Styles
|
|
59
|
+
const rootStyles = computed(() => ['or-editor-tabs-v3', ...EditorTabs]);
|
|
60
|
+
const headerStyles = computed(() => [...EditorTabsHeader]);
|
|
61
|
+
const headerTabsStyles = computed(() => [...EditorTabsHeaderTabs]);
|
|
62
|
+
const headerMenuStyles = computed(() => [...EditorTabsHeaderMenu]);
|
|
63
|
+
const contentStyles = computed(() => [...EditorTabsContent]);
|
|
64
|
+
// State
|
|
65
|
+
const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
|
|
66
|
+
const selectedItem = computed(() => {
|
|
67
|
+
return props.items.find(item => item.value === proxyModelValue.value);
|
|
68
|
+
});
|
|
69
|
+
const overflowItems = computed(() => {
|
|
70
|
+
return props.items.filter(item => item.value !== proxyModelValue.value);
|
|
71
|
+
});
|
|
72
|
+
const displayAll = ref(false);
|
|
73
|
+
// Helpers
|
|
74
|
+
const {
|
|
75
|
+
isDesktop,
|
|
76
|
+
isMobile
|
|
77
|
+
} = useResponsive();
|
|
78
|
+
return {
|
|
79
|
+
root,
|
|
80
|
+
rootStyles,
|
|
81
|
+
headerStyles,
|
|
82
|
+
headerTabsStyles,
|
|
83
|
+
headerMenuStyles,
|
|
84
|
+
contentStyles,
|
|
85
|
+
proxyModelValue,
|
|
86
|
+
selectedItem,
|
|
87
|
+
overflowItems,
|
|
88
|
+
displayAll,
|
|
89
|
+
isDesktop,
|
|
90
|
+
isMobile
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
});
|
|
94
|
+
|
|
95
|
+
/* script */
|
|
96
|
+
const __vue_script__ = script;
|
|
97
|
+
|
|
98
|
+
/* template */
|
|
99
|
+
var __vue_render__ = function () {
|
|
100
|
+
var _vm = this;
|
|
101
|
+
var _h = _vm.$createElement;
|
|
102
|
+
var _c = _vm._self._c || _h;
|
|
103
|
+
return _c('div', {
|
|
104
|
+
ref: "root",
|
|
105
|
+
class: _vm.rootStyles
|
|
106
|
+
}, [_c('div', {
|
|
107
|
+
class: _vm.headerStyles
|
|
108
|
+
}, [_c('div', {
|
|
109
|
+
class: ['grow'].concat(_vm.headerTabsStyles)
|
|
110
|
+
}, [_vm.isDesktop ? _vm._l(_vm.items, function (item) {
|
|
111
|
+
return _c('OrEditorTabsItem', {
|
|
112
|
+
key: item.value,
|
|
113
|
+
attrs: {
|
|
114
|
+
"selected": item.value === _vm.proxyModelValue,
|
|
115
|
+
"disabled": item.disabled
|
|
116
|
+
},
|
|
117
|
+
on: {
|
|
118
|
+
"click": function ($event) {
|
|
119
|
+
_vm.proxyModelValue = item.value;
|
|
120
|
+
},
|
|
121
|
+
"close": function ($event) {
|
|
122
|
+
return _vm.$emit('close', item);
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}, [_vm._v("\n " + _vm._s(item.label) + "\n ")]);
|
|
126
|
+
}) : _vm._e(), _vm._v(" "), _vm.isMobile && _vm.selectedItem ? [_c('OrEditorTabsItem', {
|
|
127
|
+
class: ['grow'],
|
|
128
|
+
attrs: {
|
|
129
|
+
"selected": true,
|
|
130
|
+
"disabled": _vm.selectedItem.disabled
|
|
131
|
+
},
|
|
132
|
+
on: {
|
|
133
|
+
"close": function ($event) {
|
|
134
|
+
return _vm.$emit('close', _vm.selectedItem);
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}, [_vm._v("\n " + _vm._s(_vm.selectedItem.label) + "\n ")])] : _vm._e(), _vm._v(" "), _c('OrEditorTabsItem', {
|
|
138
|
+
attrs: {
|
|
139
|
+
"close-button": false
|
|
140
|
+
},
|
|
141
|
+
on: {
|
|
142
|
+
"click": function ($event) {
|
|
143
|
+
return _vm.$emit('open');
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
scopedSlots: _vm._u([{
|
|
147
|
+
key: "endIcon",
|
|
148
|
+
fn: function () {
|
|
149
|
+
return [_c('OrIcon', {
|
|
150
|
+
attrs: {
|
|
151
|
+
"icon": 'add',
|
|
152
|
+
"size": 'm'
|
|
153
|
+
}
|
|
154
|
+
})];
|
|
155
|
+
},
|
|
156
|
+
proxy: true
|
|
157
|
+
}])
|
|
158
|
+
}), _vm._v(" "), _vm.isMobile && _vm.items.length > 1 ? [_c('OrEditorTabsItem', {
|
|
159
|
+
attrs: {
|
|
160
|
+
"close-button": false
|
|
161
|
+
},
|
|
162
|
+
on: {
|
|
163
|
+
"click": function ($event) {
|
|
164
|
+
_vm.displayAll = true;
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
scopedSlots: _vm._u([{
|
|
168
|
+
key: "endIcon",
|
|
169
|
+
fn: function () {
|
|
170
|
+
return [_c('OrIcon', {
|
|
171
|
+
attrs: {
|
|
172
|
+
"icon": 'more_vert',
|
|
173
|
+
"size": 'm'
|
|
174
|
+
}
|
|
175
|
+
})];
|
|
176
|
+
},
|
|
177
|
+
proxy: true
|
|
178
|
+
}], null, false, 445526780)
|
|
179
|
+
}, [_vm._v("\n " + _vm._s(_vm.overflowItems.length) + "\n\n ")]), _vm._v(" "), _c('OrMenu', {
|
|
180
|
+
attrs: {
|
|
181
|
+
"is-open": _vm.displayAll
|
|
182
|
+
},
|
|
183
|
+
on: {
|
|
184
|
+
"close": function ($event) {
|
|
185
|
+
_vm.displayAll = false;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}, _vm._l(_vm.overflowItems, function (item) {
|
|
189
|
+
return _c('OrMenuItem', {
|
|
190
|
+
key: item.value,
|
|
191
|
+
attrs: {
|
|
192
|
+
"close-button": true,
|
|
193
|
+
"disabled": item.disabled
|
|
194
|
+
},
|
|
195
|
+
on: {
|
|
196
|
+
"click": function ($event) {
|
|
197
|
+
_vm.proxyModelValue = item.value;
|
|
198
|
+
},
|
|
199
|
+
"close": function ($event) {
|
|
200
|
+
return _vm.$emit('close', item);
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
}, [_vm._v("\n " + _vm._s(item.label) + "\n ")]);
|
|
204
|
+
}), 1)] : _vm._e()], 2), _vm._v(" "), _c('div', {
|
|
205
|
+
class: _vm.headerMenuStyles
|
|
206
|
+
})]), _vm._v(" "), _c('div', {
|
|
207
|
+
class: _vm.contentStyles
|
|
208
|
+
}, [_vm._t(_vm.proxyModelValue)], 2)]);
|
|
209
|
+
};
|
|
210
|
+
var __vue_staticRenderFns__ = [];
|
|
211
|
+
|
|
212
|
+
/* style */
|
|
213
|
+
const __vue_inject_styles__ = undefined;
|
|
214
|
+
/* scoped */
|
|
215
|
+
const __vue_scope_id__ = undefined;
|
|
216
|
+
/* module identifier */
|
|
217
|
+
const __vue_module_identifier__ = undefined;
|
|
218
|
+
/* functional template */
|
|
219
|
+
const __vue_is_functional_template__ = false;
|
|
220
|
+
/* style inject */
|
|
221
|
+
|
|
222
|
+
/* style inject SSR */
|
|
223
|
+
|
|
224
|
+
/* style inject shadow dom */
|
|
225
|
+
|
|
226
|
+
const __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
227
|
+
render: __vue_render__,
|
|
228
|
+
staticRenderFns: __vue_staticRenderFns__
|
|
229
|
+
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
|
|
230
|
+
|
|
231
|
+
export { __vue_component__ as _ };
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
+
import { _ as __vue_component__$1 } from './OrIconButton-edff56d4.js';
|
|
3
|
+
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
4
|
+
|
|
5
|
+
const EditorTabsItem = [
|
|
6
|
+
// Layout
|
|
7
|
+
'layout-row',
|
|
8
|
+
// Interactivity
|
|
9
|
+
'interactivity-click',
|
|
10
|
+
// Box
|
|
11
|
+
'md:max-w-[240px]',
|
|
12
|
+
// Spacing
|
|
13
|
+
'px-md', 'py-sm', 'gap-sm',
|
|
14
|
+
// Typography
|
|
15
|
+
'typography-caption-regular',
|
|
16
|
+
// Theme
|
|
17
|
+
'theme-foreground-outline', 'dark:theme-foreground-outline-dark',
|
|
18
|
+
// Theme (hover)
|
|
19
|
+
'hover:theme-foreground-primary', 'dark:hover:theme-foreground-primary-dark',
|
|
20
|
+
// Theme (selected)
|
|
21
|
+
'selected:theme-foreground-primary', 'dark:selected:theme-foreground-primary-dark', 'selected:theme-background-surface-1', 'dark:selected:theme-background-surface-1-dark'];
|
|
22
|
+
|
|
23
|
+
var script = defineComponent({
|
|
24
|
+
components: {
|
|
25
|
+
OrIconButton: __vue_component__$1
|
|
26
|
+
},
|
|
27
|
+
props: {
|
|
28
|
+
closeButton: {
|
|
29
|
+
type: Boolean,
|
|
30
|
+
default: true
|
|
31
|
+
},
|
|
32
|
+
selected: {
|
|
33
|
+
type: Boolean,
|
|
34
|
+
default: false
|
|
35
|
+
},
|
|
36
|
+
disabled: {
|
|
37
|
+
type: Boolean,
|
|
38
|
+
default: false
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
emits: ['close'],
|
|
42
|
+
expose: ['root'],
|
|
43
|
+
setup() {
|
|
44
|
+
// Refs
|
|
45
|
+
const root = ref();
|
|
46
|
+
// Styles
|
|
47
|
+
const rootStyles = computed(() => ['or-editor-tabs-item-v3', ...EditorTabsItem]);
|
|
48
|
+
return {
|
|
49
|
+
root,
|
|
50
|
+
rootStyles
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
|
|
55
|
+
/* script */
|
|
56
|
+
const __vue_script__ = script;
|
|
57
|
+
|
|
58
|
+
/* template */
|
|
59
|
+
var __vue_render__ = function () {
|
|
60
|
+
var _vm = this;
|
|
61
|
+
var _h = _vm.$createElement;
|
|
62
|
+
var _c = _vm._self._c || _h;
|
|
63
|
+
return _c('div', {
|
|
64
|
+
ref: "root",
|
|
65
|
+
class: _vm.rootStyles,
|
|
66
|
+
attrs: {
|
|
67
|
+
"selected": _vm.selected,
|
|
68
|
+
"disabled": _vm.disabled
|
|
69
|
+
}
|
|
70
|
+
}, [_vm._t("startIcon"), _vm._v(" "), _vm.$slots.default ? [_c('div', {
|
|
71
|
+
class: ['truncate']
|
|
72
|
+
}, [_vm._t("default")], 2)] : _vm._e(), _vm._v(" "), _vm._t("endIcon"), _vm._v(" "), _vm.closeButton ? [_c('div', {
|
|
73
|
+
class: ['grow']
|
|
74
|
+
}), _vm._v(" "), _c('OrIconButton', {
|
|
75
|
+
attrs: {
|
|
76
|
+
"icon": 'close',
|
|
77
|
+
"disabled": _vm.disabled
|
|
78
|
+
},
|
|
79
|
+
on: {
|
|
80
|
+
"click": function ($event) {
|
|
81
|
+
$event.stopPropagation();
|
|
82
|
+
return _vm.$emit('close');
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
})] : _vm._e()], 2);
|
|
86
|
+
};
|
|
87
|
+
var __vue_staticRenderFns__ = [];
|
|
88
|
+
|
|
89
|
+
/* style */
|
|
90
|
+
const __vue_inject_styles__ = undefined;
|
|
91
|
+
/* scoped */
|
|
92
|
+
const __vue_scope_id__ = undefined;
|
|
93
|
+
/* module identifier */
|
|
94
|
+
const __vue_module_identifier__ = undefined;
|
|
95
|
+
/* functional template */
|
|
96
|
+
const __vue_is_functional_template__ = false;
|
|
97
|
+
/* style inject */
|
|
98
|
+
|
|
99
|
+
/* style inject SSR */
|
|
100
|
+
|
|
101
|
+
/* style inject shadow dom */
|
|
102
|
+
|
|
103
|
+
const __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
104
|
+
render: __vue_render__,
|
|
105
|
+
staticRenderFns: __vue_staticRenderFns__
|
|
106
|
+
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
|
|
107
|
+
|
|
108
|
+
export { __vue_component__ as _ };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
+
import { _ as __vue_component__$2 } from './OrIconButton-edff56d4.js';
|
|
2
3
|
import { _ as __vue_component__$1 } from './OrIcon-3f99ef27.js';
|
|
3
4
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
4
5
|
|
|
@@ -23,15 +24,19 @@ const MenuItemRoot = [
|
|
|
23
24
|
'active:theme-foreground-default', 'dark:active:theme-foreground-default-dark'];
|
|
24
25
|
|
|
25
26
|
var script = defineComponent({
|
|
26
|
-
name: 'OrMenuItem',
|
|
27
27
|
components: {
|
|
28
|
-
OrIcon: __vue_component__$1
|
|
28
|
+
OrIcon: __vue_component__$1,
|
|
29
|
+
OrIconButton: __vue_component__$2
|
|
29
30
|
},
|
|
30
31
|
props: {
|
|
31
32
|
icon: {
|
|
32
33
|
type: [String, Object],
|
|
33
34
|
default: undefined
|
|
34
35
|
},
|
|
36
|
+
closeButton: {
|
|
37
|
+
type: Boolean,
|
|
38
|
+
default: false
|
|
39
|
+
},
|
|
35
40
|
selected: {
|
|
36
41
|
type: Boolean,
|
|
37
42
|
default: false
|
|
@@ -41,7 +46,7 @@ var script = defineComponent({
|
|
|
41
46
|
default: false
|
|
42
47
|
}
|
|
43
48
|
},
|
|
44
|
-
emits: ['click', 'focus', 'blur'],
|
|
49
|
+
emits: ['click', 'focus', 'blur', 'close'],
|
|
45
50
|
expose: ['root'],
|
|
46
51
|
setup() {
|
|
47
52
|
// Refs
|
|
@@ -82,11 +87,26 @@ var __vue_render__ = function () {
|
|
|
82
87
|
return _vm.$emit('blur', $event);
|
|
83
88
|
}
|
|
84
89
|
}
|
|
85
|
-
}, [_vm.
|
|
86
|
-
icon
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
},
|
|
90
|
+
}, [_vm._t("startIcon", function () {
|
|
91
|
+
return [_vm.icon ? [_c('OrIcon', _vm._b({}, 'OrIcon', typeof _vm.icon === 'string' ? {
|
|
92
|
+
icon: _vm.icon
|
|
93
|
+
} : _vm.icon, false))] : _vm._e()];
|
|
94
|
+
}), _vm._v(" "), _c('div', {
|
|
95
|
+
class: ['truncate']
|
|
96
|
+
}, [_vm._t("default")], 2), _vm._v(" "), _vm._t("endIcon"), _vm._v(" "), _vm.closeButton ? [_c('div', {
|
|
97
|
+
class: ['grow']
|
|
98
|
+
}), _vm._v(" "), _c('OrIconButton', {
|
|
99
|
+
attrs: {
|
|
100
|
+
"icon": 'close',
|
|
101
|
+
"disabled": _vm.disabled
|
|
102
|
+
},
|
|
103
|
+
on: {
|
|
104
|
+
"click": function ($event) {
|
|
105
|
+
$event.stopPropagation();
|
|
106
|
+
return _vm.$emit('close');
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
})] : _vm._e()], 2);
|
|
90
110
|
};
|
|
91
111
|
var __vue_staticRenderFns__ = [];
|
|
92
112
|
|
|
@@ -7,7 +7,7 @@ import '@onereach/styles/tailwind.config.json';
|
|
|
7
7
|
import { _ as __vue_component__$1 } from './OrButton-8d1efd4a.js';
|
|
8
8
|
import './OrButton.vue_rollup-plugin-vue_script-ec8cfaee.js';
|
|
9
9
|
import { _ as __vue_component__$2 } from './OrIcon-3f99ef27.js';
|
|
10
|
-
import { _ as __vue_component__$4 } from './OrMenuItem-
|
|
10
|
+
import { _ as __vue_component__$4 } from './OrMenuItem-1ceac5a3.js';
|
|
11
11
|
import { _ as __vue_component__$3 } from './OrMenu-6fa468e0.js';
|
|
12
12
|
import './OrPopover-07b82c80.js';
|
|
13
13
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -20,7 +20,7 @@ import { _ as __vue_component__$1 } from './OrIconButton-edff56d4.js';
|
|
|
20
20
|
import { _ as __vue_component__$2 } from './OrLabel-caf02dc4.js';
|
|
21
21
|
import { _ as __vue_component__$4 } from './OrMenu-6fa468e0.js';
|
|
22
22
|
import { _ as __vue_component__$8 } from './OrPopover-07b82c80.js';
|
|
23
|
-
import { _ as __vue_component__$3 } from './OrMenuItem-
|
|
23
|
+
import { _ as __vue_component__$3 } from './OrMenuItem-1ceac5a3.js';
|
|
24
24
|
import { _ as __vue_component__$5 } from './OrModal-b191f8c8.js';
|
|
25
25
|
import { _ as __vue_component__$6 } from './OrInput-ac6484dd.js';
|
|
26
26
|
import { _ as __vue_component__$7 } from './OrButton-8d1efd4a.js';
|
|
@@ -16,7 +16,7 @@ import { _ as __vue_component__$a } from './OrInputBox-140c344d.js';
|
|
|
16
16
|
import { I as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-65ebcf4d.js';
|
|
17
17
|
import { _ as __vue_component__$9 } from './OrInput-ac6484dd.js';
|
|
18
18
|
import { _ as __vue_component__$b } from './OrLabel-caf02dc4.js';
|
|
19
|
-
import { _ as __vue_component__$c } from './OrMenuItem-
|
|
19
|
+
import { _ as __vue_component__$c } from './OrMenuItem-1ceac5a3.js';
|
|
20
20
|
import { _ as __vue_component__$d } from './OrPopover-07b82c80.js';
|
|
21
21
|
import { T as TagsOverflow } from './OrTags-f6434f9b.js';
|
|
22
22
|
import { _ as __vue_component__$1 } from './OrSelectMultipleControl-685d5af4.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, toRef, computed } from 'vue-demi';
|
|
2
2
|
import { _ as __vue_component__$1 } from './OrMenu-6fa468e0.js';
|
|
3
3
|
import './OrPopover-07b82c80.js';
|
|
4
|
-
import { _ as __vue_component__$2 } from './OrMenuItem-
|
|
4
|
+
import { _ as __vue_component__$2 } from './OrMenuItem-1ceac5a3.js';
|
|
5
5
|
import { _ as __vue_component__$3 } from './OrButton-8d1efd4a.js';
|
|
6
6
|
import './OrButton.vue_rollup-plugin-vue_script-ec8cfaee.js';
|
|
7
7
|
import { _ as __vue_component__$4 } from './OrIcon-3f99ef27.js';
|
|
@@ -5,7 +5,7 @@ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
|
5
5
|
import '@onereach/styles/tailwind/plugins/core';
|
|
6
6
|
import '@onereach/styles/tailwind.config.json';
|
|
7
7
|
import { _ as __vue_component__$1 } from './OrIcon-3f99ef27.js';
|
|
8
|
-
import { _ as __vue_component__$3 } from './OrMenuItem-
|
|
8
|
+
import { _ as __vue_component__$3 } from './OrMenuItem-1ceac5a3.js';
|
|
9
9
|
import { _ as __vue_component__$2 } from './OrMenu-6fa468e0.js';
|
|
10
10
|
import './OrPopover-07b82c80.js';
|
|
11
11
|
import { _ as __vue_component__$4 } from './OrTab-a989b4fd.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import './OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
3
|
-
import './OrDateTimePickerTimeSelect-
|
|
2
|
+
import './OrDateTimePicker.vue_rollup-plugin-vue_script-7ad0cf94.js';
|
|
3
|
+
import './OrDateTimePickerTimeSelect-d9bd0717.js';
|
|
4
4
|
import { D as DateTimePickerTimeFormat, a as formatTime } from './getTimePlaceholder-3b2885bf.js';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
@@ -5,8 +5,8 @@ import './dom-aecadd9a.js';
|
|
|
5
5
|
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
6
6
|
import '@onereach/styles/tailwind/plugins/core';
|
|
7
7
|
import '@onereach/styles/tailwind.config.json';
|
|
8
|
-
import './OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
9
|
-
import { b as __vue_component__$1, d as __vue_component__$2, e as __vue_component__$3, f as __vue_component__$4, g as __vue_component__$5 } from './OrDateTimePickerTimeSelect-
|
|
8
|
+
import './OrDateTimePicker.vue_rollup-plugin-vue_script-7ad0cf94.js';
|
|
9
|
+
import { b as __vue_component__$1, d as __vue_component__$2, e as __vue_component__$3, f as __vue_component__$4, g as __vue_component__$5 } from './OrDateTimePickerTimeSelect-d9bd0717.js';
|
|
10
10
|
import { D as DateTimePickerTimeFormat } from './getTimePlaceholder-3b2885bf.js';
|
|
11
11
|
import { g as getCurrentDate } from './getCurrentDate-046a888d.js';
|
|
12
12
|
import { _ as __vue_component__$6 } from './OrError-916e928e.js';
|
|
@@ -5,8 +5,8 @@ import './dom-aecadd9a.js';
|
|
|
5
5
|
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
6
6
|
import { u as useResponsive } from './useResponsive-1baf3485.js';
|
|
7
7
|
import '@onereach/styles/tailwind.config.json';
|
|
8
|
-
import './OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
9
|
-
import { b as __vue_component__$1, d as __vue_component__$2, e as __vue_component__$3, f as __vue_component__$4, g as __vue_component__$5 } from './OrDateTimePickerTimeSelect-
|
|
8
|
+
import './OrDateTimePicker.vue_rollup-plugin-vue_script-7ad0cf94.js';
|
|
9
|
+
import { b as __vue_component__$1, d as __vue_component__$2, e as __vue_component__$3, f as __vue_component__$4, g as __vue_component__$5 } from './OrDateTimePickerTimeSelect-d9bd0717.js';
|
|
10
10
|
import { D as DateTimePickerTimeFormat } from './getTimePlaceholder-3b2885bf.js';
|
|
11
11
|
import { g as getCurrentDate } from './getCurrentDate-046a888d.js';
|
|
12
12
|
import { _ as __vue_component__$6 } from './OrError-916e928e.js';
|
|
@@ -28,6 +28,7 @@ export * from './or-date-range-picker-v3';
|
|
|
28
28
|
export * from './or-date-time-format-v3';
|
|
29
29
|
export * from './or-date-time-picker';
|
|
30
30
|
export * from './or-date-time-picker-v3';
|
|
31
|
+
export * from './or-editor-tabs-v3';
|
|
31
32
|
export * from './or-empty-state-v3';
|
|
32
33
|
export * from './or-error';
|
|
33
34
|
export * from './or-error-tag-v3';
|