@onereach/ui-components 7.0.1 → 7.0.2-beta.3544.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/{OrDateTimePickerMonthSelect-0dfe417f.js → OrDateTimePickerMonthSelect-0e7f761d.js} +31 -25
- package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-20b13137.js → OrDateTimePickerPopoverHeader-ce85f482.js} +16 -8
- package/dist/bundled/v2/{OrDateTimePickerTimeSelect-02a369fb.js → OrDateTimePickerTimeSelect-3e985657.js} +6 -10
- package/dist/bundled/v2/components/OrCombinedInputV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +23 -24
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.vue.d.ts +4 -4
- package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.js +508 -0
- package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.vue.d.ts +185 -0
- package/dist/bundled/v2/components/OrDateRangePickerV3/index.d.ts +2 -0
- package/dist/bundled/v2/components/OrDateRangePickerV3/index.js +2 -0
- package/dist/bundled/v2/components/OrDateRangePickerV3/props.d.ts +1 -0
- package/dist/bundled/v2/components/OrDateRangePickerV3/props.js +1 -0
- package/dist/bundled/v2/components/OrDateRangePickerV3/styles.d.ts +2 -0
- package/dist/bundled/v2/components/OrDateRangePickerV3/styles.js +10 -0
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +20 -18
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +4 -3
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getNextMonthDate.d.ts +1 -0
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getNextMonthDate.js +6 -0
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/index.d.ts +1 -0
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/index.js +1 -0
- package/dist/bundled/v2/components/OrInputBoxV3/styles.js +4 -4
- package/dist/bundled/v2/components/OrRichTextEditorV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +2 -2
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.vue.d.ts +1 -1
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +20 -20
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.vue.d.ts +4 -4
- package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.js +450 -0
- package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.vue.d.ts +188 -0
- package/dist/bundled/v2/components/OrTimeRangePickerV3/index.d.ts +2 -0
- package/dist/bundled/v2/components/OrTimeRangePickerV3/index.js +3 -0
- package/dist/bundled/v2/components/OrTimeRangePickerV3/props.d.ts +2 -0
- package/dist/bundled/v2/components/OrTimeRangePickerV3/props.js +2 -0
- package/dist/bundled/v2/components/OrTimeRangePickerV3/styles.d.ts +2 -0
- package/dist/bundled/v2/components/OrTimeRangePickerV3/styles.js +8 -0
- package/dist/bundled/v2/components/index.d.ts +2 -0
- package/dist/bundled/v2/components/index.js +8 -5
- package/dist/bundled/v2/hooks/useTheme.js +1 -0
- package/dist/bundled/v2/index.js +9 -6
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-832a6115.js → OrCardCollection.vue_vue_type_script_lang-c196d039.js} +3 -3
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-e7e395eb.js → OrCode.vue_vue_type_script_lang-da0fa78f.js} +3 -3
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-1c3c49c8.js → OrConfirm.vue_vue_type_script_lang-16732e9d.js} +1 -1
- package/dist/bundled/v3/{OrContextMenu.vue_vue_type_script_lang-6caa81c0.js → OrContextMenu.vue_vue_type_script_lang-9965a7ee.js} +1 -1
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-b2bdcc61.js → OrDatePicker.vue_vue_type_script_lang-601e5de8.js} +17 -17
- package/dist/bundled/v3/OrDateRangePicker.vue_vue_type_script_lang-9c29e365.js +241 -0
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-fcacd5d0.js → OrDateTimePicker.vue_vue_type_script_lang-14f108e3.js} +16 -11
- package/dist/bundled/v3/OrDateTimePickerMonthSelect.vue_vue_type_script_lang-cc47320f.js +330 -0
- package/dist/bundled/v3/OrDateTimePickerPopoverHeader-5aafc3a2.js +205 -0
- package/dist/bundled/v3/{OrDateTimePickerPopoverHeader.vue_vue_type_script_lang-c9eb540e.js → OrDateTimePickerPopoverHeader.vue_vue_type_script_lang-1f596d82.js} +12 -7
- package/dist/bundled/v3/OrDateTimePickerTimeSelect-b76a45eb.js +84 -0
- package/dist/bundled/v3/OrDateTimePickerTimeSelect.vue_vue_type_script_lang-7fc4faea.js +205 -0
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-6a53a819.js → OrIconButton.vue_vue_type_script_lang-8a4dcc47.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-c5b3b8f5.js → OrInlineInput.vue_vue_type_script_lang-873efacb.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-b36f6ddd.js → OrInlineTextarea.vue_vue_type_script_lang-3bb287c6.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-f558bdbb.js → OrInput.vue_vue_type_script_lang-10d8887d.js} +2 -2
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-2ef9ec71.js → OrMenu.vue_vue_type_script_lang-af4f2a40.js} +1 -1
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-c4d31fae.js → OrModal.vue_vue_type_script_lang-7ed03f88.js} +1 -1
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-eaf4f467.js → OrNotification.vue_vue_type_script_lang-169db1c4.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-8a01d103.js → OrPagination.vue_vue_type_script_lang-8eb1510b.js} +1 -1
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-d7c493af.js → OrPopover.vue_vue_type_script_lang-62552b5d.js} +1 -1
- package/dist/bundled/v3/{OrResizeablePanel.vue_vue_type_script_lang-b521771e.js → OrResizeablePanel.vue_vue_type_script_lang-923e0936.js} +1 -1
- package/dist/bundled/v3/{OrRichTextEditor.vue_vue_type_script_lang-88d8212b.js → OrRichTextEditor.vue_vue_type_script_lang-971ca9ba.js} +5 -5
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-e756d8a8.js → OrSearch.vue_vue_type_script_lang-55ed983e.js} +1 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-e11d6b35.js → OrSelect.vue_vue_type_script_lang-341d92c2.js} +6 -6
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-314721d5.js → OrSidebar.vue_vue_type_script_lang-0076d0c7.js} +1 -1
- package/dist/bundled/v3/{OrSorting.vue_vue_type_script_lang-257e1c8b.js → OrSorting.vue_vue_type_script_lang-9f514be8.js} +1 -1
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-ddac6c54.js → OrTabs.vue_vue_type_script_lang-4675145f.js} +1 -1
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-6c0094be.js → OrTag.vue_vue_type_script_lang-d351634b.js} +1 -1
- package/dist/bundled/v3/{OrTagInput.vue_vue_type_script_lang-049cd088.js → OrTagInput.vue_vue_type_script_lang-3e60bdec.js} +3 -3
- package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-bce52bb6.js → OrTags.vue_vue_type_script_lang-167b77f1.js} +2 -2
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-c750523e.js → OrTextarea.vue_vue_type_script_lang-7b82ccba.js} +1 -1
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-5c3cd13d.js → OrTimePicker.vue_vue_type_script_lang-8469cb93.js} +17 -17
- package/dist/bundled/v3/OrTimeRangePicker.vue_vue_type_script_lang-6db1142d.js +217 -0
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-dd0c252d.js → OrTooltip.vue_vue_type_script_lang-8af0ce75.js} +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +2 -2
- package/dist/bundled/v3/components/OrBottomSheetV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +2 -2
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/OrCode.js +2 -2
- package/dist/bundled/v3/components/OrCodeV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.js +2 -2
- package/dist/bundled/v3/components/OrCombinedInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCombinedInputV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +2 -2
- package/dist/bundled/v3/components/OrConfirmV3/index.js +1 -1
- package/dist/bundled/v3/components/OrContextMenuV3/OrContextMenu.js +2 -2
- package/dist/bundled/v3/components/OrContextMenuV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +10 -10
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.vue.d.ts +64 -2
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.js +168 -0
- package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.vue.d.ts +557 -0
- package/dist/bundled/v3/components/OrDateRangePickerV3/index.d.ts +2 -0
- package/dist/bundled/v3/components/OrDateRangePickerV3/index.js +2 -0
- package/dist/bundled/v3/components/OrDateRangePickerV3/props.d.ts +1 -0
- package/dist/bundled/v3/components/OrDateRangePickerV3/props.js +1 -0
- package/dist/bundled/v3/components/OrDateRangePickerV3/styles.d.ts +2 -0
- package/dist/bundled/v3/components/OrDateRangePickerV3/styles.js +10 -0
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +11 -12
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +63 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +5 -4
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getNextMonthDate.d.ts +1 -0
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getNextMonthDate.js +6 -0
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/index.d.ts +1 -0
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/index.js +1 -0
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +2 -2
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +2 -2
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +2 -2
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.js +2 -2
- package/dist/bundled/v3/components/OrInputBoxV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInputBoxV3/styles.js +4 -4
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +2 -2
- package/dist/bundled/v3/components/OrInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +2 -2
- package/dist/bundled/v3/components/OrMenuV3/index.js +1 -1
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +2 -2
- package/dist/bundled/v3/components/OrModalV3/index.js +1 -1
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +2 -2
- package/dist/bundled/v3/components/OrNotificationV3/index.js +1 -1
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +2 -2
- package/dist/bundled/v3/components/OrPaginationV3/index.js +1 -1
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +2 -2
- package/dist/bundled/v3/components/OrPopoverV3/index.js +1 -1
- package/dist/bundled/v3/components/OrResizeablePanelV3/OrResizeablePanel.js +2 -2
- package/dist/bundled/v3/components/OrResizeablePanelV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +2 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +2 -2
- package/dist/bundled/v3/components/OrSearchV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +3 -3
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +1 -1
- package/dist/bundled/v3/components/OrSelectV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +2 -2
- package/dist/bundled/v3/components/OrSidebarV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSortingV3/OrSorting.js +2 -2
- package/dist/bundled/v3/components/OrSortingV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +2 -2
- package/dist/bundled/v3/components/OrTabsV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +2 -2
- package/dist/bundled/v3/components/OrTagInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagV3/OrTag.js +2 -2
- package/dist/bundled/v3/components/OrTagV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagsV3/OrTags.js +2 -2
- package/dist/bundled/v3/components/OrTagsV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +2 -2
- package/dist/bundled/v3/components/OrTextareaV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +7 -6
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.vue.d.ts +64 -2
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.js +155 -0
- package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.vue.d.ts +376 -0
- package/dist/bundled/v3/components/OrTimeRangePickerV3/index.d.ts +2 -0
- package/dist/bundled/v3/components/OrTimeRangePickerV3/index.js +3 -0
- package/dist/bundled/v3/components/OrTimeRangePickerV3/props.d.ts +2 -0
- package/dist/bundled/v3/components/OrTimeRangePickerV3/props.js +2 -0
- package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.d.ts +2 -0
- package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.js +8 -0
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +2 -2
- package/dist/bundled/v3/components/OrToastContainerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/OrToast.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +2 -2
- package/dist/bundled/v3/components/OrTooltipV3/index.js +1 -1
- package/dist/bundled/v3/components/index.d.ts +2 -0
- package/dist/bundled/v3/components/index.js +40 -37
- package/dist/bundled/v3/hooks/useTheme.js +1 -0
- package/dist/bundled/v3/index.js +43 -38
- package/dist/esm/v2/{OrCardCollection-d271349b.js → OrCardCollection-05bb0cd0.js} +2 -2
- package/dist/esm/v2/{OrCode-c8275974.js → OrCode-829287c3.js} +2 -2
- package/dist/esm/v2/{OrCombinedInput-517d8204.js → OrCombinedInput-2b0f745b.js} +2 -2
- package/dist/esm/v2/{OrConfirm-6925599b.js → OrConfirm-56b56388.js} +1 -1
- package/dist/esm/v2/{OrDateFormat-6140789c.js → OrDateFormat-74939837.js} +3 -3
- package/dist/esm/v2/{OrDatePicker-99817e45.js → OrDatePicker-45ec0d4f.js} +26 -27
- package/dist/esm/v2/OrDateRangePicker-adf6650b.js +519 -0
- package/dist/esm/v2/{OrDateTimeFormat-2581badd.js → OrDateTimeFormat-adde8ec2.js} +3 -3
- package/dist/esm/v2/{OrDateTimePicker-35a7ed97.js → OrDateTimePicker-9708a840.js} +10 -11
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-a4a287ed.js → OrDateTimePicker.vue_rollup-plugin-vue_script-0658f779.js} +12 -9
- package/dist/esm/v2/{OrDateTimePickerTimeSelect-9c1c1ff0.js → OrDateTimePickerTimeSelect-ab870b6a.js} +54 -44
- package/dist/esm/v2/{OrInput-e9e91885.js → OrInput-47e37630.js} +2 -2
- package/dist/esm/v2/{OrInputBox-7dc5b9e9.js → OrInputBox-2ba5d5de.js} +1 -1
- package/dist/esm/v2/{OrInputBox.vue_rollup-plugin-vue_script-4fde9829.js → OrInputBox.vue_rollup-plugin-vue_script-bebba826.js} +4 -4
- package/dist/esm/v2/{OrRichTextEditor-100c02ba.js → OrRichTextEditor-0746e943.js} +2 -2
- package/dist/esm/v2/{OrSearch-c5850ddd.js → OrSearch-9860bd73.js} +2 -2
- package/dist/esm/v2/{OrSelect-07de6a73.js → OrSelect-bd77c553.js} +4 -4
- package/dist/esm/v2/{OrTagInput-4c4d0714.js → OrTagInput-46da8417.js} +2 -2
- package/dist/esm/v2/{OrTextarea-2645d63f.js → OrTextarea-88db4c34.js} +2 -2
- package/dist/esm/v2/{OrTimeFormat-72f90cea.js → OrTimeFormat-73a2e956.js} +3 -3
- package/dist/esm/v2/{OrTimePicker-4d375cf3.js → OrTimePicker-4462cd1f.js} +23 -23
- package/dist/esm/v2/OrTimeRangePicker-77607776.js +458 -0
- package/dist/esm/v2/components/index.d.ts +2 -0
- package/dist/esm/v2/components/index.js +24 -21
- package/dist/esm/v2/components/or-card-collection-v3/index.js +5 -5
- package/dist/esm/v2/components/or-code-v3/index.js +3 -3
- package/dist/esm/v2/components/or-combined-input-v3/index.js +2 -2
- package/dist/esm/v2/components/or-confirm-v3/index.js +4 -4
- package/dist/esm/v2/components/or-date-format-v3/index.js +6 -6
- package/dist/esm/v2/components/or-date-picker-v3/OrDatePicker.vue.d.ts +4 -4
- package/dist/esm/v2/components/or-date-picker-v3/index.js +6 -6
- package/dist/esm/v2/components/or-date-range-picker-v3/OrDateRangePicker.vue.d.ts +185 -0
- package/dist/esm/v2/components/or-date-range-picker-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-date-range-picker-v3/index.js +38 -0
- package/dist/esm/v2/components/or-date-range-picker-v3/props.d.ts +1 -0
- package/dist/esm/v2/components/or-date-range-picker-v3/styles.d.ts +2 -0
- package/dist/esm/v2/components/or-date-time-format-v3/index.js +6 -6
- package/dist/esm/v2/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +7 -6
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/index.js +3 -3
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +24 -0
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue.d.ts +13 -1
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +0 -11
- package/dist/esm/v2/components/or-date-time-picker-v3/utils/getNextMonthDate.d.ts +1 -0
- package/dist/esm/v2/components/or-date-time-picker-v3/utils/index.d.ts +1 -0
- package/dist/esm/v2/components/or-date-time-picker-v3/utils/index.js +3 -2
- package/dist/esm/v2/components/or-input-box-v3/index.js +2 -2
- package/dist/esm/v2/components/or-input-v3/index.js +3 -3
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +4 -4
- package/dist/esm/v2/components/or-search-v3/index.js +4 -4
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +1 -1
- package/dist/esm/v2/components/or-select-v3/index.js +4 -4
- package/dist/esm/v2/components/or-tag-input-v3/index.js +3 -3
- package/dist/esm/v2/components/or-textarea-v3/index.js +3 -3
- package/dist/esm/v2/components/or-time-format-v3/index.js +6 -6
- package/dist/esm/v2/components/or-time-picker-v3/OrTimePicker.vue.d.ts +4 -4
- package/dist/esm/v2/components/or-time-picker-v3/index.js +6 -6
- package/dist/esm/v2/components/or-time-range-picker-v3/OrTimeRangePicker.vue.d.ts +188 -0
- package/dist/esm/v2/components/or-time-range-picker-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-time-range-picker-v3/index.js +37 -0
- package/dist/esm/v2/components/or-time-range-picker-v3/props.d.ts +2 -0
- package/dist/esm/v2/components/or-time-range-picker-v3/styles.d.ts +2 -0
- package/dist/esm/v2/getNextMonthDate-00c47169.js +6 -0
- package/dist/esm/v2/{getTimePlaceholder-06d57fcf.js → getTimePlaceholder-8f786f44.js} +1 -1
- package/dist/esm/v2/index.js +24 -21
- package/dist/esm/v3/{OrCardCollection-9f4a9619.js → OrCardCollection-1a0a5c94.js} +2 -2
- package/dist/esm/v3/{OrCode-2c5af800.js → OrCode-5e27359d.js} +1 -1
- package/dist/esm/v3/{OrCombinedInput-aaff08d4.js → OrCombinedInput-a8db90da.js} +2 -2
- package/dist/esm/v3/{OrConfirm-984d0c5a.js → OrConfirm-2a0fbf0d.js} +1 -1
- package/dist/esm/v3/{OrDateFormat-86dd3a6a.js → OrDateFormat-38e74ea4.js} +3 -3
- package/dist/esm/v3/{OrDatePicker-aa0a6a0e.js → OrDatePicker-b5c8c947.js} +23 -24
- package/dist/esm/v3/OrDateRangePicker-afa19ccd.js +410 -0
- package/dist/esm/v3/{OrDateTimeFormat-40ef2674.js → OrDateTimeFormat-1d36bcb1.js} +3 -3
- package/dist/esm/v3/{OrDateTimePicker-ce7389e8.js → OrDateTimePicker-d29875b4.js} +20 -18
- package/dist/esm/v3/{OrDateTimePickerTimeSelect-4c910498.js → OrDateTimePickerTimeSelect-7d18eee6.js} +56 -47
- package/dist/esm/v3/{OrInput-0db1e05f.js → OrInput-74ed60b3.js} +1 -1
- package/dist/esm/v3/{OrInputBox-912a6254.js → OrInputBox-5f246763.js} +4 -4
- package/dist/esm/v3/{OrRichTextEditor-c205f210.js → OrRichTextEditor-facfb733.js} +2 -2
- package/dist/esm/v3/{OrSearch-602356a0.js → OrSearch-10f4835b.js} +2 -2
- package/dist/esm/v3/{OrSelect-31442785.js → OrSelect-7428e5f8.js} +3 -3
- package/dist/esm/v3/{OrTagInput-d018033c.js → OrTagInput-9ad92675.js} +1 -1
- package/dist/esm/v3/{OrTextarea-5824a209.js → OrTextarea-68d6803e.js} +1 -1
- package/dist/esm/v3/{OrTimeFormat-5ece86b5.js → OrTimeFormat-cf35388e.js} +3 -3
- package/dist/esm/v3/{OrTimePicker-b16db925.js → OrTimePicker-2e321cf1.js} +20 -20
- package/dist/esm/v3/OrTimeRangePicker-463c2d37.js +370 -0
- package/dist/esm/v3/components/index.d.ts +2 -0
- package/dist/esm/v3/components/index.js +22 -19
- package/dist/esm/v3/components/or-card-collection-v3/index.js +4 -4
- package/dist/esm/v3/components/or-code-v3/index.js +2 -2
- package/dist/esm/v3/components/or-combined-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
- package/dist/esm/v3/components/or-date-format-v3/index.js +5 -5
- package/dist/esm/v3/components/or-date-picker-v3/OrDatePicker.vue.d.ts +64 -2
- package/dist/esm/v3/components/or-date-picker-v3/index.js +5 -5
- package/dist/esm/v3/components/or-date-range-picker-v3/OrDateRangePicker.vue.d.ts +557 -0
- package/dist/esm/v3/components/or-date-range-picker-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-date-range-picker-v3/index.js +36 -0
- package/dist/esm/v3/components/or-date-range-picker-v3/props.d.ts +1 -0
- package/dist/esm/v3/components/or-date-range-picker-v3/styles.d.ts +2 -0
- package/dist/esm/v3/components/or-date-time-format-v3/index.js +5 -5
- package/dist/esm/v3/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +63 -1
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +5 -4
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/index.js +3 -3
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +20 -1
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue.d.ts +11 -1
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +0 -9
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-date-time-picker-v3/utils/getNextMonthDate.d.ts +1 -0
- package/dist/esm/v3/components/or-date-time-picker-v3/utils/index.d.ts +1 -0
- package/dist/esm/v3/components/or-date-time-picker-v3/utils/index.js +3 -2
- package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
- package/dist/esm/v3/components/or-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +3 -3
- package/dist/esm/v3/components/or-search-v3/index.js +3 -3
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-select-v3/index.js +3 -3
- package/dist/esm/v3/components/or-tag-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
- package/dist/esm/v3/components/or-time-format-v3/index.js +5 -5
- package/dist/esm/v3/components/or-time-picker-v3/OrTimePicker.vue.d.ts +64 -2
- package/dist/esm/v3/components/or-time-picker-v3/index.js +5 -5
- package/dist/esm/v3/components/or-time-range-picker-v3/OrTimeRangePicker.vue.d.ts +376 -0
- package/dist/esm/v3/components/or-time-range-picker-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-time-range-picker-v3/index.js +35 -0
- package/dist/esm/v3/components/or-time-range-picker-v3/props.d.ts +2 -0
- package/dist/esm/v3/components/or-time-range-picker-v3/styles.d.ts +2 -0
- package/dist/esm/v3/getNextMonthDate-00c47169.js +6 -0
- package/dist/esm/v3/{getTimePlaceholder-09859f55.js → getTimePlaceholder-f190a43f.js} +1 -1
- package/dist/esm/v3/index.js +22 -19
- package/package.json +3 -4
- package/src/components/index.ts +2 -0
- package/src/components/or-combined-input-v3/styles.ts +3 -3
- package/src/components/or-date-picker-v3/OrDatePicker.vue +18 -18
- package/src/components/or-date-range-picker-v3/OrDateRangePicker.vue +451 -0
- package/src/components/or-date-range-picker-v3/index.ts +2 -0
- package/src/components/or-date-range-picker-v3/props.ts +1 -0
- package/src/components/or-date-range-picker-v3/styles.ts +12 -0
- package/src/components/or-date-time-picker-v3/OrDateTimePicker.vue +14 -13
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue +0 -2
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue +32 -21
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/styles.ts +21 -1
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue +6 -2
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/styles.ts +11 -4
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue +1 -10
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue +0 -2
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/OrDateTimePickerPopoverHeader.vue +0 -2
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue +0 -2
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue +20 -24
- package/src/components/or-date-time-picker-v3/utils/getNextMonthDate.ts +9 -0
- package/src/components/or-date-time-picker-v3/utils/index.ts +1 -0
- package/src/components/or-input-box-v3/styles.ts +8 -8
- package/src/components/or-rich-text-editor-v3/styles.ts +1 -1
- package/src/components/or-select-v3/OrSelect.vue +3 -3
- package/src/components/or-time-picker-v3/OrTimePicker.vue +17 -16
- package/src/components/or-time-range-picker-v3/OrTimeRangePicker.vue +410 -0
- package/src/components/or-time-range-picker-v3/index.ts +2 -0
- package/src/components/or-time-range-picker-v3/props.ts +2 -0
- package/src/components/or-time-range-picker-v3/styles.ts +9 -0
- package/dist/bundled/v3/OrDateTimePickerPopoverHeader-0ebbb959.js +0 -526
- package/dist/bundled/v3/OrDateTimePickerTimeSelect-934093b2.js +0 -292
- /package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-5c209d34.js → OrBottomSheet.vue_vue_type_script_lang-87d88222.js} +0 -0
- /package/dist/bundled/v3/{OrCombinedInput.vue_vue_type_script_lang-d529dae3.js → OrCombinedInput.vue_vue_type_script_lang-cdb2d8ca.js} +0 -0
- /package/dist/bundled/v3/{OrInputBox.vue_vue_type_script_lang-137cb650.js → OrInputBox.vue_vue_type_script_lang-989d5ee6.js} +0 -0
- /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-2905654d.js → OrToastContainer.vue_vue_type_script_lang-10dc9508.js} +0 -0
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { defineComponent, ref, computed,
|
|
1
|
+
import { defineComponent, ref, computed, watch, toRef } from 'vue-demi';
|
|
2
2
|
import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-06d651cf.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
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-
|
|
9
|
-
import { b as script$1, d as script$2, e as script$3, f as script$4, g as script$5 } from './OrDateTimePickerTimeSelect-
|
|
10
|
-
import { D as DateTimePickerTimeFormat } from './getTimePlaceholder-
|
|
8
|
+
import './OrDateTimePicker-d29875b4.js';
|
|
9
|
+
import { b as script$1, d as script$2, e as script$3, f as script$4, g as script$5 } from './OrDateTimePickerTimeSelect-7d18eee6.js';
|
|
10
|
+
import { D as DateTimePickerTimeFormat } from './getTimePlaceholder-f190a43f.js';
|
|
11
11
|
import { g as getCurrentDate } from './getCurrentDate-046a888d.js';
|
|
12
12
|
import { s as script$6 } from './OrError-69bd7f6a.js';
|
|
13
13
|
import { s as script$7 } from './OrHint-55d3de35.js';
|
|
14
14
|
import { s as script$9 } from './OrIconButton-c89f733b.js';
|
|
15
15
|
import { s as script$8 } from './OrIcon-3e27d5fb.js';
|
|
16
|
-
import { s as script$a, I as InputBoxSize } from './OrInputBox-
|
|
16
|
+
import { s as script$a, I as InputBoxSize } from './OrInputBox-5f246763.js';
|
|
17
17
|
import { s as script$b } from './OrLabel-b826da04.js';
|
|
18
18
|
import { s as script$c } from './OrPopover-3b07d49e.js';
|
|
19
19
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, Fragment, createElementVNode } from 'vue';
|
|
@@ -26,7 +26,6 @@ const TimePicker = [
|
|
|
26
26
|
const TimePickerPopover = [];
|
|
27
27
|
|
|
28
28
|
var script = defineComponent({
|
|
29
|
-
name: 'OrDateTimePicker',
|
|
30
29
|
components: {
|
|
31
30
|
OrDateTimePickerMobileControl: script$1,
|
|
32
31
|
OrDateTimePickerPopoverFooter: script$2,
|
|
@@ -102,6 +101,7 @@ var script = defineComponent({
|
|
|
102
101
|
emits: ['update:modelValue', 'keydown', 'keyup', 'focus', 'blur'],
|
|
103
102
|
expose: ['root', 'focus', 'blur'],
|
|
104
103
|
setup(props, context) {
|
|
104
|
+
var _a;
|
|
105
105
|
// Refs
|
|
106
106
|
const root = ref();
|
|
107
107
|
const inputBox = ref();
|
|
@@ -118,7 +118,10 @@ var script = defineComponent({
|
|
|
118
118
|
const rootStyles = computed(() => ['or-time-picker-v3', ...TimePicker]);
|
|
119
119
|
const popoverStyles = computed(() => [...TimePickerPopover]);
|
|
120
120
|
// State
|
|
121
|
-
const
|
|
121
|
+
const initialValue = ref((_a = props.modelValue) !== null && _a !== void 0 ? _a : getCurrentDate());
|
|
122
|
+
watch(() => props.modelValue, value => {
|
|
123
|
+
initialValue.value = value !== null && value !== void 0 ? value : getCurrentDate();
|
|
124
|
+
});
|
|
122
125
|
const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
|
|
123
126
|
const draftModelValue = ref(proxyModelValue.value);
|
|
124
127
|
watch(proxyModelValue, value => {
|
|
@@ -138,20 +141,16 @@ var script = defineComponent({
|
|
|
138
141
|
// Methods
|
|
139
142
|
function apply() {
|
|
140
143
|
var _a;
|
|
141
|
-
proxyModelValue.value = (_a = draftModelValue.value) !== null && _a !== void 0 ? _a :
|
|
144
|
+
proxyModelValue.value = (_a = draftModelValue.value) !== null && _a !== void 0 ? _a : initialValue.value;
|
|
142
145
|
}
|
|
143
146
|
function reset() {
|
|
144
147
|
draftModelValue.value = proxyModelValue.value;
|
|
145
148
|
}
|
|
146
|
-
function
|
|
149
|
+
function openPopover() {
|
|
147
150
|
if (!props.readonly && !props.disabled) {
|
|
148
151
|
const popoverInstance = popover.value;
|
|
149
152
|
if (popoverInstance) {
|
|
150
|
-
|
|
151
|
-
popoverInstance.close();
|
|
152
|
-
} else {
|
|
153
|
-
popoverInstance.open();
|
|
154
|
-
}
|
|
153
|
+
popoverInstance.open();
|
|
155
154
|
}
|
|
156
155
|
}
|
|
157
156
|
}
|
|
@@ -177,13 +176,13 @@ var script = defineComponent({
|
|
|
177
176
|
popoverState,
|
|
178
177
|
rootStyles,
|
|
179
178
|
popoverStyles,
|
|
180
|
-
|
|
179
|
+
initialValue,
|
|
181
180
|
proxyModelValue,
|
|
182
181
|
draftModelValue,
|
|
183
182
|
isInvalidDraftModelValue,
|
|
184
183
|
apply,
|
|
185
184
|
reset,
|
|
186
|
-
|
|
185
|
+
openPopover,
|
|
187
186
|
closePopover,
|
|
188
187
|
formatTimeAlt
|
|
189
188
|
};
|
|
@@ -248,7 +247,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
248
247
|
required: _ctx.required,
|
|
249
248
|
readonly: _ctx.readonly,
|
|
250
249
|
disabled: _ctx.disabled
|
|
251
|
-
}, null, 8 /* PROPS */, ["modelValue", "format", "required", "readonly", "disabled"]), [[_directive_dropdown_open, _ctx.
|
|
250
|
+
}, null, 8 /* PROPS */, ["modelValue", "format", "required", "readonly", "disabled"]), [[_directive_dropdown_open, _ctx.openPopover], [_directive_dropdown_close, _ctx.closePopover]]), createVNode(_component_OrPopover, {
|
|
252
251
|
ref: "popover",
|
|
253
252
|
class: normalizeClass(_ctx.popoverStyles),
|
|
254
253
|
variant: 'auto',
|
|
@@ -261,7 +260,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
261
260
|
}, {
|
|
262
261
|
default: withCtx(() => [createVNode(_component_OrDateTimePickerPopoverHeader, null, {
|
|
263
262
|
default: withCtx(() => [createVNode(_component_OrDateTimePickerMobileControl, {
|
|
264
|
-
label:
|
|
263
|
+
label: 'Time',
|
|
264
|
+
selected: true
|
|
265
265
|
}, {
|
|
266
266
|
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.formatTimeAlt(_ctx.draftModelValue)), 1 /* TEXT */)]),
|
|
267
267
|
|
|
@@ -272,7 +272,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
272
272
|
}), createVNode(_component_OrDateTimePickerTimeSelect, {
|
|
273
273
|
modelValue: _ctx.draftModelValue,
|
|
274
274
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => _ctx.draftModelValue = $event),
|
|
275
|
-
"initial-value": _ctx.
|
|
275
|
+
"initial-value": _ctx.initialValue,
|
|
276
276
|
format: _ctx.format,
|
|
277
277
|
"hours-filter": _ctx.hoursFilter,
|
|
278
278
|
"minutes-filter": _ctx.minutesFilter
|
|
@@ -290,7 +290,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
290
290
|
_: 1 /* STABLE */
|
|
291
291
|
}, 8 /* PROPS */, ["class", "trigger"]), _hoisted_1]),
|
|
292
292
|
_: 1 /* STABLE */
|
|
293
|
-
}, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.
|
|
293
|
+
}, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.openPopover], [_directive_dropdown_close, _ctx.closePopover]]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
|
|
294
294
|
key: 1
|
|
295
295
|
}, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
296
296
|
key: 0,
|
|
@@ -0,0 +1,370 @@
|
|
|
1
|
+
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
2
|
+
import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-06d651cf.js';
|
|
3
|
+
import '@vueuse/core';
|
|
4
|
+
import './dom-aecadd9a.js';
|
|
5
|
+
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
6
|
+
import { u as useResponsive } from './useResponsive-5c8291da.js';
|
|
7
|
+
import '@onereach/styles/tailwind.config.json';
|
|
8
|
+
import './OrDateTimePicker-d29875b4.js';
|
|
9
|
+
import { b as script$1, d as script$2, e as script$3, f as script$4, g as script$5 } from './OrDateTimePickerTimeSelect-7d18eee6.js';
|
|
10
|
+
import { D as DateTimePickerTimeFormat } from './getTimePlaceholder-f190a43f.js';
|
|
11
|
+
import { g as getCurrentDate } from './getCurrentDate-046a888d.js';
|
|
12
|
+
import { s as script$6 } from './OrError-69bd7f6a.js';
|
|
13
|
+
import { s as script$7 } from './OrHint-55d3de35.js';
|
|
14
|
+
import { s as script$9 } from './OrIconButton-c89f733b.js';
|
|
15
|
+
import { s as script$8 } from './OrIcon-3e27d5fb.js';
|
|
16
|
+
import { s as script$a, I as InputBoxSize } from './OrInputBox-5f246763.js';
|
|
17
|
+
import { s as script$b } from './OrLabel-b826da04.js';
|
|
18
|
+
import { s as script$c } from './OrPopover-3b07d49e.js';
|
|
19
|
+
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, createElementVNode, Fragment } from 'vue';
|
|
20
|
+
|
|
21
|
+
const TimeRangePicker = [
|
|
22
|
+
// Layout
|
|
23
|
+
'layout-column',
|
|
24
|
+
// Spacing
|
|
25
|
+
'gap-xs'];
|
|
26
|
+
const TimeRangePickerPopover = [];
|
|
27
|
+
|
|
28
|
+
var script = defineComponent({
|
|
29
|
+
components: {
|
|
30
|
+
OrDateTimePickerMobileControl: script$1,
|
|
31
|
+
OrDateTimePickerPopoverFooter: script$2,
|
|
32
|
+
OrDateTimePickerPopoverHeader: script$3,
|
|
33
|
+
OrDateTimePickerTimeControl: script$4,
|
|
34
|
+
OrDateTimePickerTimeSelect: script$5,
|
|
35
|
+
OrError: script$6,
|
|
36
|
+
OrHint: script$7,
|
|
37
|
+
OrIcon: script$8,
|
|
38
|
+
OrIconButton: script$9,
|
|
39
|
+
OrInputBox: script$a,
|
|
40
|
+
OrLabel: script$b,
|
|
41
|
+
OrPopover: script$c
|
|
42
|
+
},
|
|
43
|
+
directives: {
|
|
44
|
+
DropdownClose,
|
|
45
|
+
DropdownOpen
|
|
46
|
+
},
|
|
47
|
+
model: {
|
|
48
|
+
prop: 'modelValue',
|
|
49
|
+
event: 'update:modelValue'
|
|
50
|
+
},
|
|
51
|
+
props: {
|
|
52
|
+
modelValue: {
|
|
53
|
+
type: Object,
|
|
54
|
+
default: undefined
|
|
55
|
+
},
|
|
56
|
+
format: {
|
|
57
|
+
type: String,
|
|
58
|
+
default: DateTimePickerTimeFormat.Auto
|
|
59
|
+
},
|
|
60
|
+
size: {
|
|
61
|
+
type: String,
|
|
62
|
+
default: InputBoxSize.M
|
|
63
|
+
},
|
|
64
|
+
label: {
|
|
65
|
+
type: String,
|
|
66
|
+
default: undefined
|
|
67
|
+
},
|
|
68
|
+
hint: {
|
|
69
|
+
type: String,
|
|
70
|
+
default: undefined
|
|
71
|
+
},
|
|
72
|
+
error: {
|
|
73
|
+
type: [String, Boolean],
|
|
74
|
+
default: undefined
|
|
75
|
+
},
|
|
76
|
+
required: {
|
|
77
|
+
type: Boolean,
|
|
78
|
+
default: false
|
|
79
|
+
},
|
|
80
|
+
readonly: {
|
|
81
|
+
type: Boolean,
|
|
82
|
+
default: false
|
|
83
|
+
},
|
|
84
|
+
disabled: {
|
|
85
|
+
type: Boolean,
|
|
86
|
+
default: false
|
|
87
|
+
},
|
|
88
|
+
disableDefaultStyles: {
|
|
89
|
+
type: Boolean,
|
|
90
|
+
default: false
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
emits: ['update:modelValue', 'keydown', 'keyup', 'focus', 'blur'],
|
|
94
|
+
expose: ['root', 'focus', 'blur'],
|
|
95
|
+
setup(props, context) {
|
|
96
|
+
var _a;
|
|
97
|
+
// Refs
|
|
98
|
+
const root = ref();
|
|
99
|
+
const inputBox = ref();
|
|
100
|
+
const inputBoxRoot = computed(() => {
|
|
101
|
+
var _a;
|
|
102
|
+
return (_a = inputBox.value) === null || _a === void 0 ? void 0 : _a.root;
|
|
103
|
+
});
|
|
104
|
+
const popover = ref();
|
|
105
|
+
const popoverState = computed(() => {
|
|
106
|
+
var _a;
|
|
107
|
+
return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.state;
|
|
108
|
+
});
|
|
109
|
+
// Styles
|
|
110
|
+
const rootStyles = computed(() => ['or-time-range-picker-v3', ...TimeRangePicker]);
|
|
111
|
+
const popoverStyles = computed(() => [...TimeRangePickerPopover]);
|
|
112
|
+
// State
|
|
113
|
+
const initialValue = getCurrentDate();
|
|
114
|
+
const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
|
|
115
|
+
const draftModelValue = ref((_a = proxyModelValue.value) !== null && _a !== void 0 ? _a : [undefined, undefined]);
|
|
116
|
+
watch(proxyModelValue, value => {
|
|
117
|
+
draftModelValue.value = value !== null && value !== void 0 ? value : [undefined, undefined];
|
|
118
|
+
});
|
|
119
|
+
const draftModelValueFrom = computed({
|
|
120
|
+
get: () => draftModelValue.value[0],
|
|
121
|
+
set: value => {
|
|
122
|
+
draftModelValue.value = [value, draftModelValue.value[1]];
|
|
123
|
+
}
|
|
124
|
+
});
|
|
125
|
+
const draftModelValueTo = computed({
|
|
126
|
+
get: () => draftModelValue.value[1],
|
|
127
|
+
set: value => {
|
|
128
|
+
draftModelValue.value = [draftModelValue.value[0], value];
|
|
129
|
+
}
|
|
130
|
+
});
|
|
131
|
+
const selectedControl = ref('from');
|
|
132
|
+
const filterFrom = value => {
|
|
133
|
+
if (draftModelValueTo.value) {
|
|
134
|
+
return Number(value) <= Number(draftModelValueTo.value);
|
|
135
|
+
}
|
|
136
|
+
return true;
|
|
137
|
+
};
|
|
138
|
+
const filterTo = value => {
|
|
139
|
+
if (draftModelValueFrom.value) {
|
|
140
|
+
return Number(value) >= Number(draftModelValueFrom.value);
|
|
141
|
+
}
|
|
142
|
+
return true;
|
|
143
|
+
};
|
|
144
|
+
const isInvalidDraftModelValue = computed(() => {
|
|
145
|
+
if (draftModelValueFrom.value) {
|
|
146
|
+
return !filterFrom(draftModelValueFrom.value);
|
|
147
|
+
}
|
|
148
|
+
if (draftModelValueTo.value) {
|
|
149
|
+
return !filterTo(draftModelValueTo.value);
|
|
150
|
+
}
|
|
151
|
+
return false;
|
|
152
|
+
});
|
|
153
|
+
// Methods
|
|
154
|
+
function apply() {
|
|
155
|
+
var _a, _b;
|
|
156
|
+
proxyModelValue.value = [(_a = draftModelValue.value[0]) !== null && _a !== void 0 ? _a : initialValue, (_b = draftModelValue.value[1]) !== null && _b !== void 0 ? _b : initialValue];
|
|
157
|
+
}
|
|
158
|
+
function reset() {
|
|
159
|
+
var _a;
|
|
160
|
+
draftModelValue.value = (_a = proxyModelValue.value) !== null && _a !== void 0 ? _a : [undefined, undefined];
|
|
161
|
+
}
|
|
162
|
+
function openPopover(control) {
|
|
163
|
+
if (!props.readonly && !props.disabled) {
|
|
164
|
+
const popoverInstance = popover.value;
|
|
165
|
+
if (popoverInstance) {
|
|
166
|
+
popoverInstance.open();
|
|
167
|
+
}
|
|
168
|
+
selectedControl.value = control;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
function closePopover() {
|
|
172
|
+
const popoverInstance = popover.value;
|
|
173
|
+
if (popoverInstance) {
|
|
174
|
+
popoverInstance.close();
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
function formatTimeAlt(value) {
|
|
178
|
+
var _a;
|
|
179
|
+
return (_a = value === null || value === void 0 ? void 0 : value.toLocaleString(navigator.language, {
|
|
180
|
+
timeStyle: 'short',
|
|
181
|
+
hourCycle: props.format !== DateTimePickerTimeFormat.Auto ? props.format : undefined,
|
|
182
|
+
timeZone: 'UTC'
|
|
183
|
+
})) !== null && _a !== void 0 ? _a : '--';
|
|
184
|
+
}
|
|
185
|
+
// Helpers
|
|
186
|
+
const {
|
|
187
|
+
isDesktop,
|
|
188
|
+
isMobile
|
|
189
|
+
} = useResponsive();
|
|
190
|
+
return {
|
|
191
|
+
root,
|
|
192
|
+
inputBox,
|
|
193
|
+
inputBoxRoot,
|
|
194
|
+
popover,
|
|
195
|
+
popoverState,
|
|
196
|
+
rootStyles,
|
|
197
|
+
popoverStyles,
|
|
198
|
+
initialValue,
|
|
199
|
+
proxyModelValue,
|
|
200
|
+
draftModelValue,
|
|
201
|
+
draftModelValueFrom,
|
|
202
|
+
draftModelValueTo,
|
|
203
|
+
selectedControl,
|
|
204
|
+
filterFrom,
|
|
205
|
+
filterTo,
|
|
206
|
+
isInvalidDraftModelValue,
|
|
207
|
+
apply,
|
|
208
|
+
reset,
|
|
209
|
+
openPopover,
|
|
210
|
+
closePopover,
|
|
211
|
+
formatTimeAlt,
|
|
212
|
+
isDesktop,
|
|
213
|
+
isMobile
|
|
214
|
+
};
|
|
215
|
+
}
|
|
216
|
+
});
|
|
217
|
+
|
|
218
|
+
const _hoisted_1 = {
|
|
219
|
+
class: /*#__PURE__*/normalizeClass(['layout-row', 'gap-md'])
|
|
220
|
+
};
|
|
221
|
+
const _hoisted_2 = /*#__PURE__*/createElementVNode("div", {
|
|
222
|
+
class: /*#__PURE__*/normalizeClass(['grow'])
|
|
223
|
+
}, null, -1 /* HOISTED */);
|
|
224
|
+
|
|
225
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
226
|
+
const _component_OrLabel = resolveComponent("OrLabel");
|
|
227
|
+
const _component_OrDateTimePickerTimeControl = resolveComponent("OrDateTimePickerTimeControl");
|
|
228
|
+
const _component_OrDateTimePickerMobileControl = resolveComponent("OrDateTimePickerMobileControl");
|
|
229
|
+
const _component_OrDateTimePickerPopoverHeader = resolveComponent("OrDateTimePickerPopoverHeader");
|
|
230
|
+
const _component_OrDateTimePickerTimeSelect = resolveComponent("OrDateTimePickerTimeSelect");
|
|
231
|
+
const _component_OrDateTimePickerPopoverFooter = resolveComponent("OrDateTimePickerPopoverFooter");
|
|
232
|
+
const _component_OrPopover = resolveComponent("OrPopover");
|
|
233
|
+
const _component_OrIconButton = resolveComponent("OrIconButton");
|
|
234
|
+
const _component_OrIcon = resolveComponent("OrIcon");
|
|
235
|
+
const _component_OrInputBox = resolveComponent("OrInputBox");
|
|
236
|
+
const _component_OrHint = resolveComponent("OrHint");
|
|
237
|
+
const _component_OrError = resolveComponent("OrError");
|
|
238
|
+
const _directive_dropdown_open = resolveDirective("dropdown-open");
|
|
239
|
+
const _directive_dropdown_close = resolveDirective("dropdown-close");
|
|
240
|
+
return openBlock(), createElementBlock("div", {
|
|
241
|
+
ref: "root",
|
|
242
|
+
class: normalizeClass(_ctx.rootStyles)
|
|
243
|
+
}, [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
244
|
+
key: 0,
|
|
245
|
+
variant: 'input',
|
|
246
|
+
required: _ctx.required,
|
|
247
|
+
disabled: _ctx.disabled
|
|
248
|
+
}, {
|
|
249
|
+
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
250
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label) + " ", 1 /* TEXT */)]),
|
|
251
|
+
|
|
252
|
+
_: 3 /* FORWARDED */
|
|
253
|
+
}, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
|
|
254
|
+
ref: "inputBox",
|
|
255
|
+
variant: _ctx.disableDefaultStyles ? 'unstyled' : 'styled',
|
|
256
|
+
size: _ctx.size,
|
|
257
|
+
invalid: !!_ctx.error,
|
|
258
|
+
readonly: _ctx.readonly,
|
|
259
|
+
disabled: _ctx.disabled
|
|
260
|
+
}, {
|
|
261
|
+
addon: withCtx(() => [_ctx.modelValue ? (openBlock(), createBlock(_component_OrIconButton, {
|
|
262
|
+
key: 0,
|
|
263
|
+
icon: 'close',
|
|
264
|
+
color: 'inherit',
|
|
265
|
+
disabled: _ctx.readonly || _ctx.disabled,
|
|
266
|
+
onClick: _cache[9] || (_cache[9] = withModifiers($event => _ctx.$emit('update:modelValue', undefined), ["stop"]))
|
|
267
|
+
}, null, 8 /* PROPS */, ["disabled"])) : (openBlock(), createBlock(_component_OrIcon, {
|
|
268
|
+
key: 1,
|
|
269
|
+
icon: 'calendar_month',
|
|
270
|
+
variant: 'outlined'
|
|
271
|
+
}))]),
|
|
272
|
+
default: withCtx(() => [withDirectives(createVNode(_component_OrDateTimePickerTimeControl, {
|
|
273
|
+
modelValue: _ctx.draftModelValueFrom,
|
|
274
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.draftModelValueFrom = $event),
|
|
275
|
+
format: _ctx.format,
|
|
276
|
+
required: _ctx.required,
|
|
277
|
+
readonly: _ctx.readonly,
|
|
278
|
+
disabled: _ctx.disabled
|
|
279
|
+
}, null, 8 /* PROPS */, ["modelValue", "format", "required", "readonly", "disabled"]), [[_directive_dropdown_open, () => _ctx.openPopover('from')], [_directive_dropdown_close, _ctx.closePopover]]), createTextVNode(" - "), withDirectives(createVNode(_component_OrDateTimePickerTimeControl, {
|
|
280
|
+
modelValue: _ctx.draftModelValueTo,
|
|
281
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => _ctx.draftModelValueTo = $event),
|
|
282
|
+
format: _ctx.format,
|
|
283
|
+
required: _ctx.required,
|
|
284
|
+
readonly: _ctx.readonly,
|
|
285
|
+
disabled: _ctx.disabled
|
|
286
|
+
}, null, 8 /* PROPS */, ["modelValue", "format", "required", "readonly", "disabled"]), [[_directive_dropdown_open, () => _ctx.openPopover('to')], [_directive_dropdown_close, _ctx.closePopover]]), createVNode(_component_OrPopover, {
|
|
287
|
+
ref: "popover",
|
|
288
|
+
class: normalizeClass(_ctx.popoverStyles),
|
|
289
|
+
variant: 'auto',
|
|
290
|
+
"bottom-sheet-props": {
|
|
291
|
+
variant: 'basic'
|
|
292
|
+
},
|
|
293
|
+
trigger: _ctx.inputBoxRoot,
|
|
294
|
+
placement: 'bottom-start',
|
|
295
|
+
onClose: _cache[8] || (_cache[8] = $event => _ctx.reset())
|
|
296
|
+
}, {
|
|
297
|
+
default: withCtx(() => [createVNode(_component_OrDateTimePickerPopoverHeader, null, {
|
|
298
|
+
default: withCtx(() => [createVNode(_component_OrDateTimePickerMobileControl, {
|
|
299
|
+
label: 'Start Time',
|
|
300
|
+
selected: _ctx.selectedControl === 'from',
|
|
301
|
+
onClick: _cache[2] || (_cache[2] = $event => _ctx.selectedControl = 'from')
|
|
302
|
+
}, {
|
|
303
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.formatTimeAlt(_ctx.draftModelValueFrom)), 1 /* TEXT */)]),
|
|
304
|
+
|
|
305
|
+
_: 1 /* STABLE */
|
|
306
|
+
}, 8 /* PROPS */, ["selected"]), createTextVNode(" - "), createVNode(_component_OrDateTimePickerMobileControl, {
|
|
307
|
+
label: 'End Time',
|
|
308
|
+
selected: _ctx.selectedControl === 'to',
|
|
309
|
+
onClick: _cache[3] || (_cache[3] = $event => _ctx.selectedControl = 'to')
|
|
310
|
+
}, {
|
|
311
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.formatTimeAlt(_ctx.draftModelValueTo)), 1 /* TEXT */)]),
|
|
312
|
+
|
|
313
|
+
_: 1 /* STABLE */
|
|
314
|
+
}, 8 /* PROPS */, ["selected"])]),
|
|
315
|
+
_: 1 /* STABLE */
|
|
316
|
+
}), createElementVNode("div", _hoisted_1, [_ctx.isDesktop || _ctx.isMobile && _ctx.selectedControl === 'from' ? (openBlock(), createBlock(_component_OrDateTimePickerTimeSelect, {
|
|
317
|
+
key: 0,
|
|
318
|
+
modelValue: _ctx.draftModelValueFrom,
|
|
319
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => _ctx.draftModelValueFrom = $event),
|
|
320
|
+
class: normalizeClass(['grow']),
|
|
321
|
+
"initial-value": _ctx.initialValue,
|
|
322
|
+
format: _ctx.format,
|
|
323
|
+
"hours-filter": _ctx.filterFrom,
|
|
324
|
+
"minutes-filter": _ctx.filterFrom
|
|
325
|
+
}, null, 8 /* PROPS */, ["modelValue", "initial-value", "format", "hours-filter", "minutes-filter"])) : createCommentVNode("v-if", true), _ctx.isDesktop || _ctx.isMobile && _ctx.selectedControl === 'to' ? (openBlock(), createBlock(_component_OrDateTimePickerTimeSelect, {
|
|
326
|
+
key: 1,
|
|
327
|
+
modelValue: _ctx.draftModelValueTo,
|
|
328
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => _ctx.draftModelValueTo = $event),
|
|
329
|
+
class: normalizeClass(['grow']),
|
|
330
|
+
"initial-value": _ctx.initialValue,
|
|
331
|
+
format: _ctx.format,
|
|
332
|
+
"hours-filter": _ctx.filterTo,
|
|
333
|
+
"minutes-filter": _ctx.filterTo
|
|
334
|
+
}, null, 8 /* PROPS */, ["modelValue", "initial-value", "format", "hours-filter", "minutes-filter"])) : createCommentVNode("v-if", true)]), createVNode(_component_OrDateTimePickerPopoverFooter, {
|
|
335
|
+
disabled: _ctx.isInvalidDraftModelValue,
|
|
336
|
+
onApply: _cache[6] || (_cache[6] = $event => {
|
|
337
|
+
_ctx.apply();
|
|
338
|
+
_ctx.popover.close();
|
|
339
|
+
}),
|
|
340
|
+
onReset: _cache[7] || (_cache[7] = $event => {
|
|
341
|
+
_ctx.reset();
|
|
342
|
+
_ctx.popover.close();
|
|
343
|
+
})
|
|
344
|
+
}, null, 8 /* PROPS */, ["disabled"])]),
|
|
345
|
+
_: 1 /* STABLE */
|
|
346
|
+
}, 8 /* PROPS */, ["class", "trigger"]), _hoisted_2]),
|
|
347
|
+
_: 1 /* STABLE */
|
|
348
|
+
}, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, () => _ctx.openPopover('from')], [_directive_dropdown_close, _ctx.closePopover]]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
|
|
349
|
+
key: 1
|
|
350
|
+
}, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
351
|
+
key: 0,
|
|
352
|
+
disabled: _ctx.disabled
|
|
353
|
+
}, {
|
|
354
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)]),
|
|
355
|
+
|
|
356
|
+
_: 1 /* STABLE */
|
|
357
|
+
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true), typeof _ctx.error === 'string' ? (openBlock(), createBlock(_component_OrError, {
|
|
358
|
+
key: 2,
|
|
359
|
+
disabled: _ctx.disabled
|
|
360
|
+
}, {
|
|
361
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error), 1 /* TEXT */)]),
|
|
362
|
+
|
|
363
|
+
_: 1 /* STABLE */
|
|
364
|
+
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 2 /* CLASS */);
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
script.render = render;
|
|
368
|
+
script.__file = "src/components/or-time-range-picker-v3/OrTimeRangePicker.vue";
|
|
369
|
+
|
|
370
|
+
export { script as s };
|
|
@@ -23,6 +23,7 @@ export * from './or-confirm-v3';
|
|
|
23
23
|
export * from './or-context-menu-v3';
|
|
24
24
|
export * from './or-date-format-v3';
|
|
25
25
|
export * from './or-date-picker-v3';
|
|
26
|
+
export * from './or-date-range-picker-v3';
|
|
26
27
|
export * from './or-date-time-format-v3';
|
|
27
28
|
export * from './or-date-time-picker';
|
|
28
29
|
export * from './or-date-time-picker-v3';
|
|
@@ -106,6 +107,7 @@ export * from './or-textarea-v3';
|
|
|
106
107
|
export * from './or-textbox';
|
|
107
108
|
export * from './or-time-format-v3';
|
|
108
109
|
export * from './or-time-picker-v3';
|
|
110
|
+
export * from './or-time-range-picker-v3';
|
|
109
111
|
export * from './or-toast';
|
|
110
112
|
export * from './or-toast-v3';
|
|
111
113
|
export * from './or-tooltip';
|
|
@@ -7,7 +7,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
7
7
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton-2e3a73fb.js';
|
|
8
8
|
export { s as OrCard } from '../OrCard-e3a5aea4.js';
|
|
9
9
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection-8c81a2d5.js';
|
|
10
|
-
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
10
|
+
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-1a0a5c94.js';
|
|
11
11
|
export { C as CardPadding, s as OrCardV3 } from '../OrCard-ee23cedc.js';
|
|
12
12
|
export { s as OrCheckbox } from '../OrCheckbox-5666c954.js';
|
|
13
13
|
export { s as OrCheckboxGroupV3 } from '../OrCheckboxGroup-f916aeaf.js';
|
|
@@ -21,26 +21,28 @@ export { lintGutter, linter } from '@codemirror/lint';
|
|
|
21
21
|
export { javascript } from '@codemirror/lang-javascript';
|
|
22
22
|
export { json, jsonParseLinter } from '@codemirror/lang-json';
|
|
23
23
|
export { html } from '@codemirror/lang-html';
|
|
24
|
-
export { C as CodeLanguage, s as OrCodeV3 } from '../OrCode-
|
|
24
|
+
export { C as CodeLanguage, s as OrCodeV3 } from '../OrCode-5e27359d.js';
|
|
25
25
|
export { EditorView } from '@codemirror/view';
|
|
26
26
|
export { EditorState } from '@codemirror/state';
|
|
27
27
|
export { s as OrCollapse } from '../OrCollapse-d7c0afae.js';
|
|
28
28
|
export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-252f482b.js';
|
|
29
|
-
export { s as OrCombinedInputV3 } from '../OrCombinedInput-
|
|
30
|
-
export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize } from '../OrInputBox-
|
|
29
|
+
export { s as OrCombinedInputV3 } from '../OrCombinedInput-a8db90da.js';
|
|
30
|
+
export { I as CombinedInputSize, I as DatePickerSize, I as DateRangePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize, I as TimeRangePickerSize } from '../OrInputBox-5f246763.js';
|
|
31
31
|
export { s as OrConfirm } from '../OrConfirm-97ab80b9.js';
|
|
32
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-
|
|
32
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-2a0fbf0d.js';
|
|
33
33
|
export { s as OrContextMenuV3 } from '../OrContextMenu-c0ff35b6.js';
|
|
34
34
|
export { s as OrMenuV3 } from '../OrMenu-72844eb1.js';
|
|
35
35
|
export { P as ContextMenuPlacement, P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-3b07d49e.js';
|
|
36
|
-
export { s as OrDateFormatV3 } from '../OrDateFormat-
|
|
37
|
-
export { s as OrDatePickerV3 } from '../OrDatePicker-
|
|
38
|
-
export { s as
|
|
36
|
+
export { s as OrDateFormatV3 } from '../OrDateFormat-38e74ea4.js';
|
|
37
|
+
export { s as OrDatePickerV3 } from '../OrDatePicker-b5c8c947.js';
|
|
38
|
+
export { s as OrDateRangePickerV3 } from '../OrDateRangePicker-afa19ccd.js';
|
|
39
|
+
export { s as OrDateTimeFormatV3 } from '../OrDateTimeFormat-1d36bcb1.js';
|
|
39
40
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-4bfefbcd.js';
|
|
40
|
-
export { s as OrDateTimePickerV3 } from '../OrDateTimePicker-
|
|
41
|
-
export { s 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-
|
|
42
|
-
export { D as DateTimePickerTimeFormat, D as TimePickerFormat, f as formatDate, a as formatTime, g as getDatePlaceholder, b as getTimePlaceholder } from '../getTimePlaceholder-
|
|
41
|
+
export { s as OrDateTimePickerV3 } from '../OrDateTimePicker-d29875b4.js';
|
|
42
|
+
export { s 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-7d18eee6.js';
|
|
43
|
+
export { D as DateTimePickerTimeFormat, D as TimePickerFormat, D as TimeRangePickerFormat, f as formatDate, a as formatTime, g as getDatePlaceholder, b as getTimePlaceholder } from '../getTimePlaceholder-f190a43f.js';
|
|
43
44
|
export { g as getCurrentDate } from '../getCurrentDate-046a888d.js';
|
|
45
|
+
export { g as getNextMonthDate } from '../getNextMonthDate-00c47169.js';
|
|
44
46
|
export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../OrEmptyState-5349a1f9.js';
|
|
45
47
|
export { s as OrError } from '../OrError-f90296db.js';
|
|
46
48
|
export { s as OrErrorTagV3 } from '../OrErrorTag-e38cc87e.js';
|
|
@@ -59,7 +61,7 @@ export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-879
|
|
|
59
61
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit-a3c4c7dc.js';
|
|
60
62
|
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-998beb1f.js';
|
|
61
63
|
export { s as OrInput } from '../OrInput-2c3111c2.js';
|
|
62
|
-
export { I as InputType, s as OrInputV3 } from '../OrInput-
|
|
64
|
+
export { I as InputType, s as OrInputV3 } from '../OrInput-74ed60b3.js';
|
|
63
65
|
export { s as OrLabel } from '../OrLabel-a7d99df4.js';
|
|
64
66
|
export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel-b826da04.js';
|
|
65
67
|
export { L as LinkColor, s as OrLinkV3 } from '../OrLink-0db644bb.js';
|
|
@@ -85,12 +87,12 @@ export { s as OrRadioGroup } from '../OrRadioGroup-00785e41.js';
|
|
|
85
87
|
export { s as OrRadioGroupV3 } from '../OrRadioGroup-b4b6d364.js';
|
|
86
88
|
export { s as OrRadioV3 } from '../OrRadio-50b0ead5.js';
|
|
87
89
|
export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement, R as SidebarPadding } from '../OrResizeablePanel-71e7730f.js';
|
|
88
|
-
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditor-
|
|
90
|
+
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditor-facfb733.js';
|
|
89
91
|
export { s as OrSearch } from '../OrSearch-2800e9bf.js';
|
|
90
|
-
export { s as OrSearchV3 } from '../OrSearch-
|
|
92
|
+
export { s as OrSearchV3 } from '../OrSearch-10f4835b.js';
|
|
91
93
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-6be79b4e.js';
|
|
92
94
|
export { s as OrSelect } from '../OrSelect-9520d6e6.js';
|
|
93
|
-
export { s as OrSelectV3 } from '../OrSelect-
|
|
95
|
+
export { s as OrSelectV3 } from '../OrSelect-7428e5f8.js';
|
|
94
96
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar-aaf73310.js';
|
|
95
97
|
export { s as OrSidebarV3 } from '../OrSidebar-459ec28f.js';
|
|
96
98
|
export { S as OrSidebarPlacement, S as SidebarPlacement } from '../props-64389534.js';
|
|
@@ -112,17 +114,18 @@ export { s as OrTabV3 } from '../OrTab-db771526.js';
|
|
|
112
114
|
export { s as OrTabs } from '../OrTabs-3da3ea89.js';
|
|
113
115
|
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs-f1773b57.js';
|
|
114
116
|
export { s as OrTag } from '../OrTag-1b3b1296.js';
|
|
115
|
-
export { s as OrTagInputV3 } from '../OrTagInput-
|
|
117
|
+
export { s as OrTagInputV3 } from '../OrTagInput-9ad92675.js';
|
|
116
118
|
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-32739999.js';
|
|
117
119
|
export { s as OrTagsV3, T as TagsOverflow } from '../OrTags-ba8ef261.js';
|
|
118
120
|
export { s as OrTeleport } from '../OrTeleport.vue3-9bce0c02.js';
|
|
119
121
|
export { s as OrTeleportV3 } from '../OrTeleport.vue3-8099178c.js';
|
|
120
122
|
export { s as OrTextV3 } from '../OrText-d54c951d.js';
|
|
121
123
|
export { s as OrTextarea } from '../OrTextarea-7a753c1a.js';
|
|
122
|
-
export { s as OrTextareaV3 } from '../OrTextarea-
|
|
124
|
+
export { s as OrTextareaV3 } from '../OrTextarea-68d6803e.js';
|
|
123
125
|
export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox-cb6762c8.js';
|
|
124
|
-
export { s as OrTimeFormatV3 } from '../OrTimeFormat-
|
|
125
|
-
export { s as OrTimePickerV3 } from '../OrTimePicker-
|
|
126
|
+
export { s as OrTimeFormatV3 } from '../OrTimeFormat-cf35388e.js';
|
|
127
|
+
export { s as OrTimePickerV3 } from '../OrTimePicker-2e321cf1.js';
|
|
128
|
+
export { s as OrTimeRangePickerV3 } from '../OrTimeRangePicker-463c2d37.js';
|
|
126
129
|
export { s as OrToast, a as OrToastContainer } from '../OrToastContainer-d6f117e2.js';
|
|
127
130
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-05a9c81b.js';
|
|
128
131
|
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-e88f53a2.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-1a0a5c94.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrIconButton-c89f733b.js';
|
|
4
4
|
import '../../OrIcon-3e27d5fb.js';
|
|
@@ -19,14 +19,14 @@ import '../../OrBottomSheet-375aa75c.js';
|
|
|
19
19
|
import '../../OrOverlay-6269c33a.js';
|
|
20
20
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
21
21
|
import '../../useTheme-0ef25778.js';
|
|
22
|
-
import '../../OrSearch-
|
|
23
|
-
import '../../OrInput-
|
|
22
|
+
import '../../OrSearch-10f4835b.js';
|
|
23
|
+
import '../../OrInput-74ed60b3.js';
|
|
24
24
|
import '../../useIdAttribute-859439f0.js';
|
|
25
25
|
import '../../useProxyModelValue-940010d2.js';
|
|
26
26
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
27
27
|
import '../../OrError-69bd7f6a.js';
|
|
28
28
|
import '../../OrHint-55d3de35.js';
|
|
29
|
-
import '../../OrInputBox-
|
|
29
|
+
import '../../OrInputBox-5f246763.js';
|
|
30
30
|
import '../../OrLabel-b826da04.js';
|
|
31
31
|
import '../../OrLoader-b79022da.js';
|
|
32
32
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as CodeLanguage, s as OrCodeV3 } from '../../OrCode-
|
|
1
|
+
export { C as CodeLanguage, s as OrCodeV3 } from '../../OrCode-5e27359d.js';
|
|
2
2
|
export { lintGutter, linter } from '@codemirror/lint';
|
|
3
3
|
export { javascript } from '@codemirror/lang-javascript';
|
|
4
4
|
export { json, jsonParseLinter } from '@codemirror/lang-json';
|
|
@@ -33,5 +33,5 @@ import '../../OrTeleport.vue3-8099178c.js';
|
|
|
33
33
|
import '../../OrModal-ef436909.js';
|
|
34
34
|
import '../../OrError-69bd7f6a.js';
|
|
35
35
|
import '../../OrHint-55d3de35.js';
|
|
36
|
-
import '../../OrInputBox-
|
|
36
|
+
import '../../OrInputBox-5f246763.js';
|
|
37
37
|
import '../../OrLabel-b826da04.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { s as OrCombinedInputV3 } from '../../OrCombinedInput-
|
|
2
|
-
export { I as CombinedInputSize } from '../../OrInputBox-
|
|
1
|
+
export { s as OrCombinedInputV3 } from '../../OrCombinedInput-a8db90da.js';
|
|
2
|
+
export { I as CombinedInputSize } from '../../OrInputBox-5f246763.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../OrError-69bd7f6a.js';
|
|
5
5
|
import 'vue';
|