@onereach/ui-components 10.0.2 → 10.1.0-beta.4242.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-980a9ada.js → OrDateTimePickerMonthSelect-d0681d68.js} +40 -21
- package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-a0ea3524.js → OrDateTimePickerPopoverHeader-31d1e247.js} +3 -6
- package/dist/bundled/v2/{OrDateTimePickerTimeSelect-328896c3.js → OrDateTimePickerTimeSelect-bcdf865d.js} +27 -14
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +1 -1
- package/dist/bundled/v2/components/OrDateFormatV3/OrDateFormat.js +26 -6
- package/dist/bundled/v2/components/OrDateFormatV3/OrDateFormat.vue.d.ts +33 -6
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +34 -9
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.vue.d.ts +55 -29
- package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.js +47 -13
- package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.vue.d.ts +49 -21
- package/dist/bundled/v2/components/OrDateRangePickerV3/index.d.ts +1 -0
- package/dist/bundled/v2/components/OrDateRangePickerV3/types.d.ts +2 -0
- package/dist/bundled/v2/components/OrDateTimeFormatV3/OrDateTimeFormat.js +32 -8
- package/dist/bundled/v2/components/OrDateTimeFormatV3/OrDateTimeFormat.vue.d.ts +36 -8
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +49 -18
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +73 -46
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.d.ts +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +5 -4
- package/dist/bundled/v2/components/OrDateTimePickerV3/tokens.d.ts +3 -0
- package/dist/bundled/v2/components/OrDateTimePickerV3/tokens.js +5 -0
- package/dist/bundled/v2/components/OrDateTimePickerV3/types.d.ts +12 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatDate.d.ts +2 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatDate.js +3 -3
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatTime.d.ts +2 -2
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatTime.js +3 -3
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getDatePlaceholder.d.ts +2 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getDatePlaceholder.js +24 -4
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getTimePlaceholder.d.ts +2 -2
- package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getTimePlaceholder.js +15 -4
- package/dist/bundled/v2/components/OrInputV3/OrInput.js +1 -1
- package/dist/bundled/v2/components/OrInputV3/index.js +1 -1
- package/dist/bundled/v2/components/OrLabelV3/styles.js +3 -3
- package/dist/bundled/v2/components/OrListV3/OrList.js +1 -1
- package/dist/bundled/v2/components/OrListV3/index.js +1 -1
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +1 -1
- package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +1 -1
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +1 -1
- package/dist/bundled/v2/components/OrTimeFormatV3/OrTimeFormat.js +23 -8
- package/dist/bundled/v2/components/OrTimeFormatV3/OrTimeFormat.vue.d.ts +23 -8
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +30 -13
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.vue.d.ts +41 -26
- package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.js +45 -22
- package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.vue.d.ts +40 -22
- package/dist/bundled/v2/components/OrTimeRangePickerV3/index.d.ts +1 -0
- package/dist/bundled/v2/components/OrTimeRangePickerV3/types.d.ts +2 -0
- package/dist/bundled/v2/components/index.js +7 -6
- package/dist/bundled/v2/index.js +7 -6
- package/dist/bundled/v2/types-6a847182.js +14 -0
- 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/OrCheckboxGroupV3/OrCheckboxGroup.js +2 -2
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxTreeV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxTreeV3/utils/extractChildrenValues.js +1 -1
- package/dist/bundled/v3/components/{OrCheckboxTreeV3-4635160f.js → OrCheckboxTreeV3-a4d5bc04.js} +1 -1
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrCheckboxV3-69269b9c.js → OrCheckboxV3-50db4f65.js} +1 -1
- package/dist/bundled/v3/components/OrCodeV3/OrCode.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/props.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrCodeV3-5b8b5a7a.js → OrCodeV3-782af0c4.js} +1 -1
- package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.js +1 -1
- 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/{OrCombinedInputV3-d6f24b0f.js → OrCombinedInputV3-933f1920.js} +1 -1
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +1 -1
- package/dist/bundled/v3/components/OrConfirmV3/index.js +1 -1
- package/dist/bundled/v3/components/OrConfirmV3/props.js +1 -1
- package/dist/bundled/v3/components/OrConfirmV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrConfirmV3-882d8f35.js → OrConfirmV3-bd6d7a69.js} +1 -1
- package/dist/bundled/v3/components/OrDateFormatV3/OrDateFormat.js +1 -1
- package/dist/bundled/v3/components/OrDateFormatV3/OrDateFormat.vue.d.ts +25 -4
- 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-79a25ac8.js +71 -0
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.vue.d.ts +37 -17
- 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-d5f8c11a.js → OrDatePickerV3-7e493ca1.js} +35 -12
- package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.js +1 -1
- package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.vue.d.ts +34 -12
- package/dist/bundled/v3/components/OrDateRangePickerV3/index.d.ts +1 -0
- 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/types.d.ts +2 -0
- package/dist/bundled/v3/components/{OrDateRangePickerV3-e62adab9.js → OrDateRangePickerV3-f215b1ba.js} +49 -21
- package/dist/bundled/v3/components/OrDateTimeFormatV3/OrDateTimeFormat.js +1 -1
- package/dist/bundled/v3/components/OrDateTimeFormatV3/OrDateTimeFormat.vue.d.ts +27 -6
- 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-57c82e28.js +81 -0
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +48 -28
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.d.ts +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/tokens.d.ts +3 -0
- package/dist/bundled/v3/components/OrDateTimePickerV3/tokens.js +1 -0
- package/dist/bundled/v3/components/OrDateTimePickerV3/types.d.ts +12 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.d.ts +2 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatTime.d.ts +2 -2
- 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.d.ts +2 -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.d.ts +2 -2
- 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-84c0fee3.js → OrDateTimePickerV3-345a6c12.js} +171 -75
- package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.js +1 -1
- package/dist/bundled/v3/components/OrFormGroupV3/index.js +1 -1
- package/dist/bundled/v3/components/OrFormGroupV3/props.js +1 -1
- package/dist/bundled/v3/components/OrFormGroupV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrFormGroupV3-7d09a939.js → OrFormGroupV3-72dc8852.js} +1 -1
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +1 -1
- package/dist/bundled/v3/components/OrInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInputV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrInputV3-db89dfb7.js → OrInputV3-ac1c7fe7.js} +1 -1
- package/dist/bundled/v3/components/OrLabelV3/OrLabel.js +1 -1
- package/dist/bundled/v3/components/OrLabelV3/index.js +1 -1
- package/dist/bundled/v3/components/OrLabelV3/props.js +1 -1
- package/dist/bundled/v3/components/OrLabelV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrLabelV3-b1cd132a.js → OrLabelV3-23a42d9d.js} +3 -3
- package/dist/bundled/v3/components/OrListV3/OrList.js +1 -1
- package/dist/bundled/v3/components/OrListV3/index.js +1 -1
- package/dist/bundled/v3/components/OrListV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrListV3-62e510b2.js → OrListV3-02565baf.js} +1 -1
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +2 -2
- package/dist/bundled/v3/components/OrRadioV3/OrRadio.js +1 -1
- package/dist/bundled/v3/components/OrRadioV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRadioV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrRadioV3-e9c05c7b.js → OrRadioV3-0e34f4d0.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-01acbe53.js → OrRichTextEditorV3-cbaf6f09.js} +2 -2
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.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/utils/castToMultipleValue.js +1 -1
- package/dist/bundled/v3/components/{OrSelectV3-7888ad93.js → OrSelectV3-c63decef.js} +3 -3
- package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +1 -1
- package/dist/bundled/v3/components/OrSwitchV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSwitchV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrSwitchV3-2fa19537.js → OrSwitchV3-efb0189f.js} +1 -1
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +1 -1
- package/dist/bundled/v3/components/OrTagInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagInputV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTagInputV3-1dadfcfd.js → OrTagInputV3-591da379.js} +1 -1
- package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +1 -1
- package/dist/bundled/v3/components/OrTextareaV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTextareaV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTextareaV3-4a8136b0.js → OrTextareaV3-e2e9affb.js} +1 -1
- package/dist/bundled/v3/components/OrTimeFormatV3/OrTimeFormat.js +1 -1
- package/dist/bundled/v3/components/OrTimeFormatV3/OrTimeFormat.vue.d.ts +17 -6
- 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-9d2eeebc.js +71 -0
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.vue.d.ts +27 -16
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTimePickerV3-ac66eecb.js → OrTimePickerV3-973014d4.js} +30 -14
- package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.js +1 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.vue.d.ts +90 -15
- package/dist/bundled/v3/components/OrTimeRangePickerV3/index.d.ts +1 -0
- package/dist/bundled/v3/components/OrTimeRangePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/types.d.ts +2 -0
- package/dist/bundled/v3/components/{OrTimeRangePickerV3-ea15e8da.js → OrTimeRangePickerV3-b5c80254.js} +47 -25
- package/dist/bundled/v3/components/index.js +24 -24
- package/dist/bundled/v3/index.js +24 -24
- package/dist/esm/v2/{OrCardCollection-dae2f81d.js → OrCardCollection-cd033a01.js} +1 -1
- package/dist/esm/v2/{OrCheckbox-2e14d995.js → OrCheckbox-8cdfdc56.js} +1 -1
- package/dist/esm/v2/{OrCheckboxGroup-4c3c1418.js → OrCheckboxGroup-4a817c00.js} +2 -2
- package/dist/esm/v2/{OrCheckboxTree-9613ade5.js → OrCheckboxTree-338b5ff4.js} +1 -1
- package/dist/esm/v2/{OrCode-bab23c65.js → OrCode-06a15a0c.js} +1 -1
- package/dist/esm/v2/{OrCombinedInput-e3f4498e.js → OrCombinedInput-79d57e49.js} +1 -1
- package/dist/esm/v2/{OrConfirm-4561fd88.js → OrConfirm-121af86c.js} +1 -1
- package/dist/esm/v2/{OrDateFormat-7b761b0f.js → OrDateFormat-a17b5b23.js} +27 -9
- package/dist/esm/v2/{OrDatePicker-847e9db1.js → OrDatePicker-67c281d7.js} +34 -11
- package/dist/esm/v2/{OrDateRangePicker-01c5a09c.js → OrDateRangePicker-4d776fe2.js} +47 -15
- package/dist/esm/v2/{OrDateTimeFormat-80ff6397.js → OrDateTimeFormat-70e61dd6.js} +33 -10
- package/dist/esm/v2/{OrDateTimePicker-c68aacf9.js → OrDateTimePicker-cb46a36b.js} +10 -3
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-bd0836fd.js → OrDateTimePicker.vue_rollup-plugin-vue_script-b7ca34e8.js} +43 -16
- package/dist/esm/v2/{OrDateTimePickerTimeSelect-2f7efc41.js → OrDateTimePickerTimeSelect-3fa9a7c7.js} +71 -42
- package/dist/esm/v2/{OrFormGroup-d8b290f4.js → OrFormGroup-936aa0ff.js} +1 -1
- package/dist/esm/v2/{OrInput-43f90e4a.js → OrInput-431ae55a.js} +1 -1
- package/dist/esm/v2/{OrLabel-113eae8d.js → OrLabel-b0805497.js} +3 -3
- package/dist/esm/v2/{OrList-aae21920.js → OrList-3078c5cd.js} +1 -1
- package/dist/esm/v2/{OrRadio-c6aec5c3.js → OrRadio-fd1fbde2.js} +1 -1
- package/dist/esm/v2/{OrRadioGroup-038ad285.js → OrRadioGroup-c4135a8f.js} +2 -2
- package/dist/esm/v2/{OrRichTextEditor-6a2785c0.js → OrRichTextEditor-85f52908.js} +2 -2
- package/dist/esm/v2/{OrSearch-5dd1820f.js → OrSearch-493eb34d.js} +1 -1
- package/dist/esm/v2/{OrSelect-bf279168.js → OrSelect-8acf0bfe.js} +3 -3
- package/dist/esm/v2/{OrSwitch-b636a4e7.js → OrSwitch-b1c4a235.js} +1 -1
- package/dist/esm/v2/{OrTagInput-dbd9096c.js → OrTagInput-cc597ae0.js} +1 -1
- package/dist/esm/v2/{OrTextarea-56e2159d.js → OrTextarea-ba7551a4.js} +1 -1
- package/dist/esm/v2/{OrTimeFormat-6e82fcd3.js → OrTimeFormat-bd9582b8.js} +24 -10
- package/dist/esm/v2/{OrTimePicker-e18d9265.js → OrTimePicker-7878d2c8.js} +30 -14
- package/dist/esm/v2/{OrTimeRangePicker-e46462b3.js → OrTimeRangePicker-bee857dc.js} +45 -23
- package/dist/esm/v2/components/index.js +30 -30
- package/dist/esm/v2/components/or-card-collection-v3/index.js +4 -4
- package/dist/esm/v2/components/or-checkbox-group-v3/index.js +5 -5
- package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +3 -3
- package/dist/esm/v2/components/or-checkbox-v3/index.js +2 -2
- package/dist/esm/v2/components/or-code-v3/index.js +2 -2
- package/dist/esm/v2/components/or-combined-input-v3/index.js +2 -2
- package/dist/esm/v2/components/or-confirm-v3/index.js +3 -3
- package/dist/esm/v2/components/or-date-format-v3/OrDateFormat.vue.d.ts +33 -6
- package/dist/esm/v2/components/or-date-format-v3/index.js +5 -5
- package/dist/esm/v2/components/or-date-picker-v3/OrDatePicker.vue.d.ts +55 -29
- package/dist/esm/v2/components/or-date-picker-v3/index.js +5 -5
- package/dist/esm/v2/components/or-date-range-picker-v3/OrDateRangePicker.vue.d.ts +49 -21
- package/dist/esm/v2/components/or-date-range-picker-v3/index.d.ts +1 -0
- package/dist/esm/v2/components/or-date-range-picker-v3/index.js +5 -5
- package/dist/esm/v2/components/or-date-range-picker-v3/types.d.ts +2 -0
- package/dist/esm/v2/components/or-date-time-format-v3/OrDateTimeFormat.vue.d.ts +36 -8
- package/dist/esm/v2/components/or-date-time-format-v3/index.js +5 -5
- package/dist/esm/v2/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +73 -46
- package/dist/esm/v2/components/or-date-time-picker-v3/index.d.ts +1 -1
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +14 -14
- 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-control/OrDateTimePickerDateControl.vue.d.ts +31 -9
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +33 -13
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +29 -19
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +22 -13
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +30 -22
- package/dist/esm/v2/components/or-date-time-picker-v3/tokens.d.ts +3 -0
- package/dist/esm/v2/components/or-date-time-picker-v3/types.d.ts +12 -1
- package/dist/esm/v2/components/or-date-time-picker-v3/utils/formatDate.d.ts +2 -1
- package/dist/esm/v2/components/or-date-time-picker-v3/utils/formatTime.d.ts +2 -2
- package/dist/esm/v2/components/or-date-time-picker-v3/utils/getDatePlaceholder.d.ts +2 -1
- package/dist/esm/v2/components/or-date-time-picker-v3/utils/getTimePlaceholder.d.ts +2 -2
- package/dist/esm/v2/components/or-date-time-picker-v3/utils/index.js +1 -1
- package/dist/esm/v2/components/or-form-group-v3/index.js +2 -2
- package/dist/esm/v2/components/or-input-v3/index.js +2 -2
- package/dist/esm/v2/components/or-label-v3/index.js +1 -1
- package/dist/esm/v2/components/or-list-v3/index.js +2 -2
- package/dist/esm/v2/components/or-radio-group-v3/index.js +4 -4
- package/dist/esm/v2/components/or-radio-v3/index.js +2 -2
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +3 -3
- package/dist/esm/v2/components/or-search-v3/index.js +3 -3
- package/dist/esm/v2/components/or-select-v3/index.js +4 -4
- package/dist/esm/v2/components/or-switch-v3/index.js +2 -2
- package/dist/esm/v2/components/or-tag-input-v3/index.js +2 -2
- package/dist/esm/v2/components/or-textarea-v3/index.js +2 -2
- package/dist/esm/v2/components/or-time-format-v3/OrTimeFormat.vue.d.ts +23 -8
- package/dist/esm/v2/components/or-time-format-v3/index.js +5 -5
- package/dist/esm/v2/components/or-time-picker-v3/OrTimePicker.vue.d.ts +41 -26
- package/dist/esm/v2/components/or-time-picker-v3/index.js +5 -5
- package/dist/esm/v2/components/or-time-range-picker-v3/OrTimeRangePicker.vue.d.ts +40 -22
- package/dist/esm/v2/components/or-time-range-picker-v3/index.d.ts +1 -0
- package/dist/esm/v2/components/or-time-range-picker-v3/index.js +5 -5
- package/dist/esm/v2/components/or-time-range-picker-v3/types.d.ts +2 -0
- package/dist/esm/v2/getTimePlaceholder-9d18b5ac.js +77 -0
- package/dist/esm/v2/index.js +30 -30
- package/dist/esm/v3/{OrCardCollection-7eecfe1b.js → OrCardCollection-853aaa1c.js} +1 -1
- package/dist/esm/v3/{OrCheckbox-91bc37d7.js → OrCheckbox-637049b9.js} +1 -1
- package/dist/esm/v3/{OrCheckboxGroup-ba429495.js → OrCheckboxGroup-4f9235bb.js} +2 -2
- package/dist/esm/v3/{OrCheckboxTree-e3b760d1.js → OrCheckboxTree-129603b3.js} +1 -1
- package/dist/esm/v3/{OrCode-590736cc.js → OrCode-79ec7fc2.js} +1 -1
- package/dist/esm/v3/{OrCombinedInput-1a22e413.js → OrCombinedInput-391b1de9.js} +1 -1
- package/dist/esm/v3/{OrConfirm-fdc47d05.js → OrConfirm-7333b2ff.js} +1 -1
- package/dist/esm/v3/OrDateFormat-3ef8c5c3.js +73 -0
- package/dist/esm/v3/{OrDatePicker-a65e349c.js → OrDatePicker-1d21985d.js} +37 -14
- package/dist/esm/v3/{OrDateRangePicker-06b39fc4.js → OrDateRangePicker-fb715f58.js} +51 -23
- package/dist/esm/v3/OrDateTimeFormat-595566fa.js +83 -0
- package/dist/esm/v3/{OrDateTimePicker-b2749f72.js → OrDateTimePicker-c3544059.js} +57 -23
- package/dist/esm/v3/{OrDateTimePickerTimeSelect-c6ea3195.js → OrDateTimePickerTimeSelect-62e04a6c.js} +69 -44
- package/dist/esm/v3/{OrFormGroup-17c3cc0a.js → OrFormGroup-230f2015.js} +1 -1
- package/dist/esm/v3/{OrInput-89bb16d6.js → OrInput-89162a71.js} +1 -1
- package/dist/esm/v3/{OrLabel-02aa56ad.js → OrLabel-59d09591.js} +3 -3
- package/dist/esm/v3/{OrList-384bf436.js → OrList-75b5e6ac.js} +1 -1
- package/dist/esm/v3/{OrRadio-160d7841.js → OrRadio-a7bb97f7.js} +1 -1
- package/dist/esm/v3/{OrRadioGroup-6a5af61f.js → OrRadioGroup-2648ef67.js} +2 -2
- package/dist/esm/v3/{OrRichTextEditor-87baa915.js → OrRichTextEditor-56c41be2.js} +2 -2
- package/dist/esm/v3/{OrSearch-42922cb7.js → OrSearch-169317ea.js} +1 -1
- package/dist/esm/v3/{OrSelect-27ede5ab.js → OrSelect-cb207029.js} +3 -3
- package/dist/esm/v3/{OrSwitch-43616cd3.js → OrSwitch-bd2093d2.js} +1 -1
- package/dist/esm/v3/{OrTagInput-e768c2d1.js → OrTagInput-c68c8430.js} +1 -1
- package/dist/esm/v3/{OrTextarea-97b57866.js → OrTextarea-d5beb823.js} +1 -1
- package/dist/esm/v3/OrTimeFormat-25c748db.js +73 -0
- package/dist/esm/v3/{OrTimePicker-9dcd20dd.js → OrTimePicker-5f6111da.js} +32 -16
- package/dist/esm/v3/{OrTimeRangePicker-1f6509eb.js → OrTimeRangePicker-0d79f664.js} +49 -27
- package/dist/esm/v3/components/index.js +29 -29
- package/dist/esm/v3/components/or-card-collection-v3/index.js +4 -4
- package/dist/esm/v3/components/or-checkbox-group-v3/index.js +5 -5
- package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +3 -3
- package/dist/esm/v3/components/or-checkbox-v3/index.js +2 -2
- 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/OrDateFormat.vue.d.ts +25 -4
- 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 +37 -17
- 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 +34 -12
- package/dist/esm/v3/components/or-date-range-picker-v3/index.d.ts +1 -0
- package/dist/esm/v3/components/or-date-range-picker-v3/index.js +5 -5
- package/dist/esm/v3/components/or-date-range-picker-v3/types.d.ts +2 -0
- package/dist/esm/v3/components/or-date-time-format-v3/OrDateTimeFormat.vue.d.ts +27 -6
- 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 +48 -28
- package/dist/esm/v3/components/or-date-time-picker-v3/index.d.ts +1 -1
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +4 -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-control/OrDateTimePickerDateControl.vue.d.ts +23 -5
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +24 -8
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +20 -12
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +16 -9
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +21 -15
- package/dist/esm/v3/components/or-date-time-picker-v3/tokens.d.ts +3 -0
- package/dist/esm/v3/components/or-date-time-picker-v3/types.d.ts +12 -1
- package/dist/esm/v3/components/or-date-time-picker-v3/utils/formatDate.d.ts +2 -1
- package/dist/esm/v3/components/or-date-time-picker-v3/utils/formatTime.d.ts +2 -2
- package/dist/esm/v3/components/or-date-time-picker-v3/utils/getDatePlaceholder.d.ts +2 -1
- package/dist/esm/v3/components/or-date-time-picker-v3/utils/getTimePlaceholder.d.ts +2 -2
- package/dist/esm/v3/components/or-date-time-picker-v3/utils/index.js +1 -1
- package/dist/esm/v3/components/or-form-group-v3/index.js +2 -2
- package/dist/esm/v3/components/or-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-label-v3/index.js +1 -1
- package/dist/esm/v3/components/or-list-v3/index.js +2 -2
- package/dist/esm/v3/components/or-radio-group-v3/index.js +4 -4
- package/dist/esm/v3/components/or-radio-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/index.js +4 -4
- package/dist/esm/v3/components/or-switch-v3/index.js +2 -2
- 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/OrTimeFormat.vue.d.ts +17 -6
- 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 +27 -16
- 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 +90 -15
- package/dist/esm/v3/components/or-time-range-picker-v3/index.d.ts +1 -0
- package/dist/esm/v3/components/or-time-range-picker-v3/index.js +5 -5
- package/dist/esm/v3/components/or-time-range-picker-v3/types.d.ts +2 -0
- package/dist/esm/v3/getTimePlaceholder-9d18b5ac.js +77 -0
- package/dist/esm/v3/index.js +29 -29
- package/package.json +2 -3
- package/src/components/or-date-format-v3/OrDateFormat.vue +36 -9
- package/src/components/or-date-picker-v3/OrDatePicker.vue +48 -18
- package/src/components/or-date-range-picker-v3/OrDateRangePicker.vue +60 -22
- package/src/components/or-date-range-picker-v3/index.ts +1 -0
- package/src/components/or-date-range-picker-v3/types.ts +3 -0
- package/src/components/or-date-time-format-v3/OrDateTimeFormat.vue +42 -10
- package/src/components/or-date-time-picker-v3/OrDateTimePicker.vue +70 -32
- package/src/components/or-date-time-picker-v3/index.ts +1 -1
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue +23 -9
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue +27 -15
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue +5 -5
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue +33 -21
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue +3 -4
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/OrDateTimePickerPopoverHeader.vue +3 -4
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue +19 -10
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue +22 -16
- package/src/components/or-date-time-picker-v3/tokens.ts +4 -0
- package/src/components/or-date-time-picker-v3/types.ts +15 -1
- package/src/components/or-date-time-picker-v3/utils/formatDate.ts +5 -3
- package/src/components/or-date-time-picker-v3/utils/formatTime.ts +3 -3
- package/src/components/or-date-time-picker-v3/utils/getDatePlaceholder.ts +38 -7
- package/src/components/or-date-time-picker-v3/utils/getTimePlaceholder.ts +22 -7
- package/src/components/or-label-v3/styles.ts +3 -3
- package/src/components/or-time-format-v3/OrTimeFormat.vue +32 -10
- package/src/components/or-time-picker-v3/OrTimePicker.vue +42 -20
- package/src/components/or-time-range-picker-v3/OrTimeRangePicker.vue +57 -27
- package/src/components/or-time-range-picker-v3/index.ts +1 -0
- package/src/components/or-time-range-picker-v3/types.ts +3 -0
- package/dist/bundled/v2/components/OrDateTimePickerV3/props.d.ts +0 -5
- package/dist/bundled/v2/components/OrDateTimePickerV3/props.js +0 -8
- package/dist/bundled/v3/components/OrDateFormatV3-3000643b.js +0 -49
- package/dist/bundled/v3/components/OrDateTimeFormatV3-1ff1795b.js +0 -54
- package/dist/bundled/v3/components/OrDateTimePickerV3/props.d.ts +0 -5
- package/dist/bundled/v3/components/OrDateTimePickerV3/props.js +0 -1
- package/dist/bundled/v3/components/OrTimeFormatV3-1a6191e2.js +0 -53
- package/dist/esm/v2/components/or-date-time-picker-v3/props.d.ts +0 -5
- package/dist/esm/v2/getTimePlaceholder-a1d75821.js +0 -40
- package/dist/esm/v3/OrDateFormat-755671ca.js +0 -51
- package/dist/esm/v3/OrDateTimeFormat-3408f038.js +0 -56
- package/dist/esm/v3/OrTimeFormat-ef653117.js +0 -55
- package/dist/esm/v3/components/or-date-time-picker-v3/props.d.ts +0 -5
- package/dist/esm/v3/getTimePlaceholder-a1d75821.js +0 -40
- package/src/components/or-date-time-picker-v3/props.ts +0 -5
- /package/dist/bundled/v2/{OrInput-aeca8c1a.js → OrInput-5cef921b.js} +0 -0
- /package/dist/bundled/v2/{OrList-1cda0d88.js → OrList-ee849918.js} +0 -0
- /package/dist/bundled/v3/components/{OrCardCollectionV3-7416a26d.js → OrCardCollectionV3-8a2f7f68.js} +0 -0
|
@@ -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-b7ca34e8.js';
|
|
2
2
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
3
3
|
|
|
4
4
|
/* script */
|
|
@@ -84,6 +84,8 @@ var __vue_render__ = function () {
|
|
|
84
84
|
expression: "closeDatePopover"
|
|
85
85
|
}],
|
|
86
86
|
attrs: {
|
|
87
|
+
"format": _vm.resolvedDateFormat,
|
|
88
|
+
"locale": _vm.resolvedLocale,
|
|
87
89
|
"selected": _vm.datePopover && _vm.datePopover.state === 'open',
|
|
88
90
|
"required": _vm.required,
|
|
89
91
|
"readonly": _vm.readonly,
|
|
@@ -109,7 +111,8 @@ var __vue_render__ = function () {
|
|
|
109
111
|
expression: "closeTimePopover"
|
|
110
112
|
}],
|
|
111
113
|
attrs: {
|
|
112
|
-
"format": _vm.
|
|
114
|
+
"format": _vm.resolvedTimeFormat,
|
|
115
|
+
"locale": _vm.resolvedLocale,
|
|
113
116
|
"selected": _vm.timePopover && _vm.timePopover.state === 'open',
|
|
114
117
|
"required": _vm.required,
|
|
115
118
|
"readonly": _vm.readonly,
|
|
@@ -149,6 +152,7 @@ var __vue_render__ = function () {
|
|
|
149
152
|
}
|
|
150
153
|
}, [_vm._v("\n " + _vm._s(_vm.formatTimeAlt(_vm.draftModelValue)) + "\n ")])], 1), _vm._v(" "), _c('OrDateTimePickerMonthSelect', {
|
|
151
154
|
attrs: {
|
|
155
|
+
"locale": _vm.resolvedLocale,
|
|
152
156
|
"year-filter": _vm.yearFilter,
|
|
153
157
|
"month-filter": _vm.monthFilter
|
|
154
158
|
},
|
|
@@ -162,6 +166,8 @@ var __vue_render__ = function () {
|
|
|
162
166
|
}), _vm._v(" "), _c('OrDateTimePickerDateSelect', {
|
|
163
167
|
attrs: {
|
|
164
168
|
"initial-value": _vm.initialValue,
|
|
169
|
+
"format": _vm.resolvedDateFormat,
|
|
170
|
+
"locale": _vm.resolvedLocale,
|
|
165
171
|
"date-filter": _vm.dateFilter
|
|
166
172
|
},
|
|
167
173
|
model: {
|
|
@@ -213,7 +219,8 @@ var __vue_render__ = function () {
|
|
|
213
219
|
}, [_vm._v("\n " + _vm._s(_vm.formatTimeAlt(_vm.draftModelValue)) + "\n ")])], 1), _vm._v(" "), _c('OrDateTimePickerTimeSelect', {
|
|
214
220
|
attrs: {
|
|
215
221
|
"initial-value": _vm.initialValue,
|
|
216
|
-
"format": _vm.
|
|
222
|
+
"format": _vm.resolvedTimeFormat,
|
|
223
|
+
"locale": _vm.resolvedLocale,
|
|
217
224
|
"hours-filter": _vm.hoursFilter,
|
|
218
225
|
"minutes-filter": _vm.minutesFilter
|
|
219
226
|
},
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, watch, toRef } from 'vue-demi';
|
|
1
|
+
import { defineComponent, ref, computed, inject, 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';
|
|
@@ -11,10 +11,10 @@ import { _ as __vue_component__$b } from './OrIconButton-956b8e5c.js';
|
|
|
11
11
|
import { _ as __vue_component__$a } from './OrIcon-03e3c802.js';
|
|
12
12
|
import { _ as __vue_component__$c } from './OrInputBox-1a8fda9b.js';
|
|
13
13
|
import { a as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-8c39b9ca.js';
|
|
14
|
-
import { _ as __vue_component__$d } from './OrLabel-
|
|
14
|
+
import { _ as __vue_component__$d } from './OrLabel-b0805497.js';
|
|
15
15
|
import { _ as __vue_component__$e } from './OrPopover-592f7ad2.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-
|
|
17
|
-
import { D as DateTimePickerTimeFormat } from './getTimePlaceholder-
|
|
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-3fa9a7c7.js';
|
|
17
|
+
import { D as DateTimePickerDateFormat, a as DateTimePickerTimeFormat } from './getTimePlaceholder-9d18b5ac.js';
|
|
18
18
|
import { g as getCurrentDate } from './getCurrentDate-046a888d.js';
|
|
19
19
|
|
|
20
20
|
const DateTimePicker = [
|
|
@@ -27,6 +27,10 @@ const DateTimePickerDatePopover = [
|
|
|
27
27
|
'w-[298px]'];
|
|
28
28
|
const DateTimePickerTimePopover = [];
|
|
29
29
|
|
|
30
|
+
const DateFormat = Symbol();
|
|
31
|
+
const TimeFormat = Symbol();
|
|
32
|
+
const Locale = Symbol();
|
|
33
|
+
|
|
30
34
|
var script = defineComponent({
|
|
31
35
|
name: 'OrDateTimePicker',
|
|
32
36
|
components: {
|
|
@@ -56,12 +60,20 @@ var script = defineComponent({
|
|
|
56
60
|
},
|
|
57
61
|
props: {
|
|
58
62
|
modelValue: {
|
|
59
|
-
type:
|
|
63
|
+
type: undefined,
|
|
64
|
+
default: undefined
|
|
65
|
+
},
|
|
66
|
+
dateFormat: {
|
|
67
|
+
type: String,
|
|
60
68
|
default: undefined
|
|
61
69
|
},
|
|
62
70
|
timeFormat: {
|
|
63
71
|
type: String,
|
|
64
|
-
default:
|
|
72
|
+
default: undefined
|
|
73
|
+
},
|
|
74
|
+
locale: {
|
|
75
|
+
type: String,
|
|
76
|
+
default: undefined
|
|
65
77
|
},
|
|
66
78
|
yearFilter: {
|
|
67
79
|
type: Function,
|
|
@@ -120,8 +132,9 @@ var script = defineComponent({
|
|
|
120
132
|
expose: ['root', 'focus', 'blur'],
|
|
121
133
|
setup(props, context) {
|
|
122
134
|
var _a;
|
|
123
|
-
// Refs
|
|
135
|
+
// Refs & Styles
|
|
124
136
|
const root = ref();
|
|
137
|
+
const rootStyles = computed(() => ['or-date-time-picker-v3', ...DateTimePicker]);
|
|
125
138
|
const inputBox = ref();
|
|
126
139
|
const inputBoxRoot = computed(() => {
|
|
127
140
|
var _a;
|
|
@@ -132,15 +145,26 @@ var script = defineComponent({
|
|
|
132
145
|
var _a;
|
|
133
146
|
return (_a = datePopover.value) === null || _a === void 0 ? void 0 : _a.state;
|
|
134
147
|
});
|
|
148
|
+
const datePopoverStyles = computed(() => ['or-date-time-picker-date-popover-v3', ...DateTimePickerDatePopover]);
|
|
135
149
|
const timePopover = ref();
|
|
136
150
|
const timePopoverState = computed(() => {
|
|
137
151
|
var _a;
|
|
138
152
|
return (_a = timePopover.value) === null || _a === void 0 ? void 0 : _a.state;
|
|
139
153
|
});
|
|
140
|
-
// Styles
|
|
141
|
-
const rootStyles = computed(() => ['or-date-time-picker-v3', ...DateTimePicker]);
|
|
142
|
-
const datePopoverStyles = computed(() => ['or-date-time-picker-date-popover-v3', ...DateTimePickerDatePopover]);
|
|
143
154
|
const timePopoverStyles = computed(() => ['or-date-time-picker-time-popover-v3', ...DateTimePickerTimePopover]);
|
|
155
|
+
// Options
|
|
156
|
+
const resolvedDateFormat = computed(() => {
|
|
157
|
+
var _a;
|
|
158
|
+
return (_a = props.dateFormat) !== null && _a !== void 0 ? _a : inject(DateFormat, DateTimePickerDateFormat.Short);
|
|
159
|
+
});
|
|
160
|
+
const resolvedTimeFormat = computed(() => {
|
|
161
|
+
var _a;
|
|
162
|
+
return (_a = props.timeFormat) !== null && _a !== void 0 ? _a : inject(TimeFormat, DateTimePickerTimeFormat.Auto);
|
|
163
|
+
});
|
|
164
|
+
const resolvedLocale = computed(() => {
|
|
165
|
+
var _a;
|
|
166
|
+
return (_a = props.locale) !== null && _a !== void 0 ? _a : inject(Locale, navigator.language);
|
|
167
|
+
});
|
|
144
168
|
// State
|
|
145
169
|
const initialValue = ref((_a = props.modelValue) !== null && _a !== void 0 ? _a : getCurrentDate());
|
|
146
170
|
watch(() => props.modelValue, value => {
|
|
@@ -219,30 +243,33 @@ var script = defineComponent({
|
|
|
219
243
|
}
|
|
220
244
|
function formatDateAlt(value) {
|
|
221
245
|
var _a;
|
|
222
|
-
return (_a = value === null || value === void 0 ? void 0 : value.toLocaleString(
|
|
246
|
+
return (_a = value === null || value === void 0 ? void 0 : value.toLocaleString(resolvedLocale.value, {
|
|
223
247
|
dateStyle: 'medium',
|
|
224
248
|
timeZone: 'UTC'
|
|
225
249
|
})) !== null && _a !== void 0 ? _a : '--';
|
|
226
250
|
}
|
|
227
251
|
function formatTimeAlt(value) {
|
|
228
252
|
var _a;
|
|
229
|
-
return (_a = value === null || value === void 0 ? void 0 : value.toLocaleString(
|
|
253
|
+
return (_a = value === null || value === void 0 ? void 0 : value.toLocaleString(resolvedLocale.value, {
|
|
230
254
|
timeStyle: 'short',
|
|
231
|
-
hourCycle:
|
|
255
|
+
hourCycle: resolvedTimeFormat.value !== DateTimePickerTimeFormat.Auto ? resolvedTimeFormat.value : undefined,
|
|
232
256
|
timeZone: 'UTC'
|
|
233
257
|
})) !== null && _a !== void 0 ? _a : '--';
|
|
234
258
|
}
|
|
235
259
|
return {
|
|
236
260
|
root,
|
|
261
|
+
rootStyles,
|
|
237
262
|
inputBox,
|
|
238
263
|
inputBoxRoot,
|
|
239
264
|
datePopover,
|
|
240
265
|
datePopoverState,
|
|
266
|
+
datePopoverStyles,
|
|
241
267
|
timePopover,
|
|
242
268
|
timePopoverState,
|
|
243
|
-
rootStyles,
|
|
244
|
-
datePopoverStyles,
|
|
245
269
|
timePopoverStyles,
|
|
270
|
+
resolvedDateFormat,
|
|
271
|
+
resolvedTimeFormat,
|
|
272
|
+
resolvedLocale,
|
|
246
273
|
initialValue,
|
|
247
274
|
proxyModelValue,
|
|
248
275
|
draftModelValue,
|
|
@@ -259,4 +286,4 @@ var script = defineComponent({
|
|
|
259
286
|
}
|
|
260
287
|
});
|
|
261
288
|
|
|
262
|
-
export { script as s };
|
|
289
|
+
export { DateFormat as D, Locale as L, TimeFormat as T, script as s };
|
|
@@ -4,11 +4,11 @@ import './dom-aecadd9a.js';
|
|
|
4
4
|
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
|
-
import { g as getDatePlaceholder, f as formatDate,
|
|
7
|
+
import { g as getDatePlaceholder, f as formatDate, c as getTimePlaceholder, b as formatTime, a as DateTimePickerTimeFormat } from './getTimePlaceholder-9d18b5ac.js';
|
|
8
8
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
9
9
|
import { _ as __vue_component__$8 } from './OrButton-e4e85817.js';
|
|
10
10
|
import './OrButton.vue_rollup-plugin-vue_script-199bb600.js';
|
|
11
|
-
import { _ as __vue_component__$9 } from './OrLabel-
|
|
11
|
+
import { _ as __vue_component__$9 } from './OrLabel-b0805497.js';
|
|
12
12
|
import { _ as __vue_component__$b } from './OrIconButton-956b8e5c.js';
|
|
13
13
|
import { _ as __vue_component__$a } from './OrIcon-03e3c802.js';
|
|
14
14
|
import { _ as __vue_component__$d } from './OrMenuItem-cd18c3c7.js';
|
|
@@ -35,9 +35,17 @@ var script$7 = defineComponent({
|
|
|
35
35
|
},
|
|
36
36
|
props: {
|
|
37
37
|
modelValue: {
|
|
38
|
-
type:
|
|
38
|
+
type: undefined,
|
|
39
39
|
default: undefined
|
|
40
40
|
},
|
|
41
|
+
format: {
|
|
42
|
+
type: String,
|
|
43
|
+
required: true
|
|
44
|
+
},
|
|
45
|
+
locale: {
|
|
46
|
+
type: String,
|
|
47
|
+
required: true
|
|
48
|
+
},
|
|
41
49
|
selected: {
|
|
42
50
|
type: Boolean,
|
|
43
51
|
default: false
|
|
@@ -57,14 +65,15 @@ var script$7 = defineComponent({
|
|
|
57
65
|
},
|
|
58
66
|
expose: ['root'],
|
|
59
67
|
setup(props, context) {
|
|
60
|
-
// Refs
|
|
68
|
+
// Refs & Styles
|
|
61
69
|
const root = ref();
|
|
62
|
-
// Styles
|
|
63
70
|
const rootStyles = computed(() => ['or-date-time-picker-date-control-v3', ...DateTimePickerDateControl]);
|
|
64
71
|
const placeholderStyles = computed(() => [...DateTimePickerDateControlPlaceholder]);
|
|
65
72
|
// State
|
|
66
73
|
const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
|
|
67
|
-
const placeholder =
|
|
74
|
+
const placeholder = computed(() => {
|
|
75
|
+
return getDatePlaceholder(props.format, props.locale);
|
|
76
|
+
});
|
|
68
77
|
return {
|
|
69
78
|
root,
|
|
70
79
|
rootStyles,
|
|
@@ -99,7 +108,7 @@ var __vue_render__$7 = function () {
|
|
|
99
108
|
$event.preventDefault();
|
|
100
109
|
}
|
|
101
110
|
}
|
|
102
|
-
}, [_vm.proxyModelValue ? [_vm._v("\n " + _vm._s(_vm.formatDate(_vm.proxyModelValue)) + "\n ")] : [_c('span', {
|
|
111
|
+
}, [_vm.proxyModelValue ? [_vm._v("\n " + _vm._s(_vm.formatDate(_vm.proxyModelValue, _vm.format, _vm.locale)) + "\n ")] : [_c('span', {
|
|
103
112
|
class: _vm.placeholderStyles,
|
|
104
113
|
attrs: {
|
|
105
114
|
"disabled": _vm.disabled
|
|
@@ -179,13 +188,21 @@ var script$6 = defineComponent({
|
|
|
179
188
|
},
|
|
180
189
|
props: {
|
|
181
190
|
modelValue: {
|
|
182
|
-
type:
|
|
191
|
+
type: undefined,
|
|
183
192
|
default: undefined
|
|
184
193
|
},
|
|
185
194
|
initialValue: {
|
|
186
195
|
type: Date,
|
|
187
196
|
required: true
|
|
188
197
|
},
|
|
198
|
+
format: {
|
|
199
|
+
type: String,
|
|
200
|
+
required: true
|
|
201
|
+
},
|
|
202
|
+
locale: {
|
|
203
|
+
type: String,
|
|
204
|
+
required: true
|
|
205
|
+
},
|
|
189
206
|
dateFilter: {
|
|
190
207
|
type: Function,
|
|
191
208
|
default: undefined
|
|
@@ -202,9 +219,8 @@ var script$6 = defineComponent({
|
|
|
202
219
|
emits: ['update:modelValue'],
|
|
203
220
|
expose: ['root'],
|
|
204
221
|
setup(props, context) {
|
|
205
|
-
// Refs
|
|
222
|
+
// Refs & Styles
|
|
206
223
|
const root = ref();
|
|
207
|
-
// Styles
|
|
208
224
|
const rootStyles = computed(() => ['or-date-time-picker-date-select-v3', ...DateTimePickerDateSelect]);
|
|
209
225
|
const buttonGroupStyles = computed(() => [...DateTimePickerDateSelectButtonGroup]);
|
|
210
226
|
const buttonGroupWeekdayItemStyles = computed(() => [...DateTimePickerDateSelectButtonGroupWeekdayItem]);
|
|
@@ -238,13 +254,13 @@ var script$6 = defineComponent({
|
|
|
238
254
|
});
|
|
239
255
|
// Methods
|
|
240
256
|
function formatWeekday(value) {
|
|
241
|
-
return value.toLocaleString(
|
|
257
|
+
return value.toLocaleString(props.locale, {
|
|
242
258
|
weekday: 'short',
|
|
243
259
|
timeZone: 'UTC'
|
|
244
260
|
});
|
|
245
261
|
}
|
|
246
262
|
function formatDay(value) {
|
|
247
|
-
return value.toLocaleString(
|
|
263
|
+
return value.toLocaleString(props.locale, {
|
|
248
264
|
day: 'numeric',
|
|
249
265
|
timeZone: 'UTC'
|
|
250
266
|
});
|
|
@@ -356,9 +372,8 @@ var script$5 = defineComponent({
|
|
|
356
372
|
},
|
|
357
373
|
expose: ['root'],
|
|
358
374
|
setup() {
|
|
359
|
-
// Refs
|
|
375
|
+
// Refs & Styles
|
|
360
376
|
const root = ref();
|
|
361
|
-
// Styles
|
|
362
377
|
const rootStyles = computed(() => ['or-date-time-picker-mobile-control-v3', ...DateTimePickerMobileControl]);
|
|
363
378
|
const contentStyles = computed(() => [...DateTimePickerMobileControlContent]);
|
|
364
379
|
return {
|
|
@@ -429,7 +444,11 @@ var script$4 = defineComponent({
|
|
|
429
444
|
},
|
|
430
445
|
props: {
|
|
431
446
|
modelValue: {
|
|
432
|
-
type:
|
|
447
|
+
type: undefined,
|
|
448
|
+
required: true
|
|
449
|
+
},
|
|
450
|
+
locale: {
|
|
451
|
+
type: String,
|
|
433
452
|
required: true
|
|
434
453
|
},
|
|
435
454
|
yearFilter: {
|
|
@@ -444,30 +463,29 @@ var script$4 = defineComponent({
|
|
|
444
463
|
emits: ['update:modelValue'],
|
|
445
464
|
expose: ['root'],
|
|
446
465
|
setup(props, context) {
|
|
447
|
-
// Refs
|
|
466
|
+
// Refs & Styles
|
|
448
467
|
const root = ref();
|
|
468
|
+
const rootStyles = computed(() => ['or-date-time-picker-month-select-v3', ...DateTimePickerMonthSelect]);
|
|
449
469
|
const yearButton = ref();
|
|
450
|
-
const monthButton = ref();
|
|
451
470
|
const yearButtonRoot = computed(() => {
|
|
452
471
|
var _a;
|
|
453
472
|
return (_a = yearButton.value) === null || _a === void 0 ? void 0 : _a.root;
|
|
454
473
|
});
|
|
474
|
+
const monthButton = ref();
|
|
455
475
|
const monthButtonRoot = computed(() => {
|
|
456
476
|
var _a;
|
|
457
477
|
return (_a = monthButton.value) === null || _a === void 0 ? void 0 : _a.root;
|
|
458
478
|
});
|
|
459
479
|
const yearMenu = ref();
|
|
460
|
-
const monthMenu = ref();
|
|
461
480
|
const yearMenuState = computed(() => {
|
|
462
481
|
var _a;
|
|
463
482
|
return (_a = yearMenu.value) === null || _a === void 0 ? void 0 : _a.state;
|
|
464
483
|
});
|
|
484
|
+
const monthMenu = ref();
|
|
465
485
|
const monthMenuState = computed(() => {
|
|
466
486
|
var _a;
|
|
467
487
|
return (_a = monthMenu.value) === null || _a === void 0 ? void 0 : _a.state;
|
|
468
488
|
});
|
|
469
|
-
// Styles
|
|
470
|
-
const rootStyles = computed(() => ['or-date-time-picker-month-select-v3', ...DateTimePickerMonthSelect]);
|
|
471
489
|
// State
|
|
472
490
|
const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
|
|
473
491
|
const yearOptions = computed(() => {
|
|
@@ -497,28 +515,28 @@ var script$4 = defineComponent({
|
|
|
497
515
|
proxyModelValue.value = new Date(Date.UTC(proxyModelValue.value.getUTCFullYear(), proxyModelValue.value.getUTCMonth() - 1, proxyModelValue.value.getUTCDate(), proxyModelValue.value.getUTCHours(), proxyModelValue.value.getUTCMinutes()));
|
|
498
516
|
}
|
|
499
517
|
function formatYear(value) {
|
|
500
|
-
return value.toLocaleString(
|
|
518
|
+
return value.toLocaleString(props.locale, {
|
|
501
519
|
year: 'numeric',
|
|
502
520
|
timeZone: 'UTC'
|
|
503
521
|
});
|
|
504
522
|
}
|
|
505
523
|
function formatMonth(value) {
|
|
506
|
-
return value.toLocaleString(
|
|
524
|
+
return value.toLocaleString(props.locale, {
|
|
507
525
|
month: 'long',
|
|
508
526
|
timeZone: 'UTC'
|
|
509
527
|
});
|
|
510
528
|
}
|
|
511
529
|
return {
|
|
512
530
|
root,
|
|
531
|
+
rootStyles,
|
|
513
532
|
yearButton,
|
|
514
|
-
monthButton,
|
|
515
533
|
yearButtonRoot,
|
|
534
|
+
monthButton,
|
|
516
535
|
monthButtonRoot,
|
|
517
536
|
yearMenu,
|
|
518
|
-
monthMenu,
|
|
519
537
|
yearMenuState,
|
|
538
|
+
monthMenu,
|
|
520
539
|
monthMenuState,
|
|
521
|
-
rootStyles,
|
|
522
540
|
proxyModelValue,
|
|
523
541
|
yearOptions,
|
|
524
542
|
monthOptions,
|
|
@@ -684,9 +702,8 @@ var script$3 = defineComponent({
|
|
|
684
702
|
emits: ['apply', 'reset'],
|
|
685
703
|
expose: ['root'],
|
|
686
704
|
setup() {
|
|
687
|
-
// Refs
|
|
705
|
+
// Refs & Styles
|
|
688
706
|
const root = ref();
|
|
689
|
-
// Styles
|
|
690
707
|
const rootStyles = computed(() => ['or-date-time-picker-popover-footer-v3', ...DateTimePickerPopoverFooter]);
|
|
691
708
|
return {
|
|
692
709
|
root,
|
|
@@ -760,9 +777,8 @@ var script$2 = defineComponent({
|
|
|
760
777
|
name: 'OrDateTimePickerPopoverHeader',
|
|
761
778
|
expose: ['root'],
|
|
762
779
|
setup() {
|
|
763
|
-
// Refs
|
|
780
|
+
// Refs & Styles
|
|
764
781
|
const root = ref();
|
|
765
|
-
// Styles
|
|
766
782
|
const rootStyles = computed(() => ['or-date-time-picker-popover-header-v3', ...DateTimePickerPopoverHeader]);
|
|
767
783
|
return {
|
|
768
784
|
root,
|
|
@@ -826,12 +842,16 @@ var script$1 = defineComponent({
|
|
|
826
842
|
},
|
|
827
843
|
props: {
|
|
828
844
|
modelValue: {
|
|
829
|
-
type:
|
|
845
|
+
type: undefined,
|
|
830
846
|
default: undefined
|
|
831
847
|
},
|
|
832
848
|
format: {
|
|
833
849
|
type: String,
|
|
834
|
-
|
|
850
|
+
required: true
|
|
851
|
+
},
|
|
852
|
+
locale: {
|
|
853
|
+
type: String,
|
|
854
|
+
required: true
|
|
835
855
|
},
|
|
836
856
|
selected: {
|
|
837
857
|
type: Boolean,
|
|
@@ -852,14 +872,15 @@ var script$1 = defineComponent({
|
|
|
852
872
|
},
|
|
853
873
|
expose: ['root'],
|
|
854
874
|
setup(props, context) {
|
|
855
|
-
// Refs
|
|
875
|
+
// Refs & Styles
|
|
856
876
|
const root = ref();
|
|
857
|
-
// Styles
|
|
858
877
|
const rootStyles = computed(() => ['or-date-time-picker-time-control-v3', ...DateTimePickerTimeControl]);
|
|
859
878
|
const placeholderStyles = computed(() => [...DateTimePickerTimeControlPlaceholder]);
|
|
860
879
|
// State
|
|
861
880
|
const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
|
|
862
|
-
const placeholder =
|
|
881
|
+
const placeholder = computed(() => {
|
|
882
|
+
return getTimePlaceholder(props.format, props.locale);
|
|
883
|
+
});
|
|
863
884
|
return {
|
|
864
885
|
root,
|
|
865
886
|
rootStyles,
|
|
@@ -888,8 +909,13 @@ var __vue_render__$1 = function () {
|
|
|
888
909
|
"required": _vm.required,
|
|
889
910
|
"readonly": _vm.readonly,
|
|
890
911
|
"disabled": _vm.disabled
|
|
912
|
+
},
|
|
913
|
+
on: {
|
|
914
|
+
"keydown": function ($event) {
|
|
915
|
+
$event.preventDefault();
|
|
916
|
+
}
|
|
891
917
|
}
|
|
892
|
-
}, [_vm.proxyModelValue ? [_vm._v("\n " + _vm._s(_vm.formatTime(_vm.proxyModelValue, _vm.format)) + "\n ")] : [_c('span', {
|
|
918
|
+
}, [_vm.proxyModelValue ? [_vm._v("\n " + _vm._s(_vm.formatTime(_vm.proxyModelValue, _vm.format, _vm.locale)) + "\n ")] : [_c('span', {
|
|
893
919
|
class: _vm.placeholderStyles,
|
|
894
920
|
attrs: {
|
|
895
921
|
"disabled": _vm.disabled
|
|
@@ -950,7 +976,7 @@ var script = defineComponent({
|
|
|
950
976
|
},
|
|
951
977
|
props: {
|
|
952
978
|
modelValue: {
|
|
953
|
-
type:
|
|
979
|
+
type: undefined,
|
|
954
980
|
default: undefined
|
|
955
981
|
},
|
|
956
982
|
initialValue: {
|
|
@@ -959,7 +985,11 @@ var script = defineComponent({
|
|
|
959
985
|
},
|
|
960
986
|
format: {
|
|
961
987
|
type: String,
|
|
962
|
-
|
|
988
|
+
required: true
|
|
989
|
+
},
|
|
990
|
+
locale: {
|
|
991
|
+
type: String,
|
|
992
|
+
required: true
|
|
963
993
|
},
|
|
964
994
|
hoursFilter: {
|
|
965
995
|
type: Function,
|
|
@@ -974,9 +1004,8 @@ var script = defineComponent({
|
|
|
974
1004
|
expose: ['root'],
|
|
975
1005
|
setup(props, context) {
|
|
976
1006
|
var _a;
|
|
977
|
-
// Refs
|
|
1007
|
+
// Refs & Styles
|
|
978
1008
|
const root = ref();
|
|
979
|
-
// Styles
|
|
980
1009
|
const rootStyles = computed(() => ['or-date-time-picker-time-select-v3', ...DateTimePickerTimeSelect]);
|
|
981
1010
|
const buttonGroupStyles = computed(() => [...DateTimePickerTimeSelectButtonGroup]);
|
|
982
1011
|
const buttonGroupItemStyles = computed(() => [...DateTimePickerTimeSelectButtonGroupItem]);
|
|
@@ -985,7 +1014,7 @@ var script = defineComponent({
|
|
|
985
1014
|
const proxyTimeFormat = computed(() => {
|
|
986
1015
|
if (props.format === DateTimePickerTimeFormat.Auto) {
|
|
987
1016
|
const timeSample = new Date(1970, 0);
|
|
988
|
-
if (timeSample.toLocaleTimeString(
|
|
1017
|
+
if (timeSample.toLocaleTimeString(props.locale).includes('12')) {
|
|
989
1018
|
return DateTimePickerTimeFormat.H12;
|
|
990
1019
|
}
|
|
991
1020
|
return DateTimePickerTimeFormat.H23;
|
|
@@ -1034,11 +1063,11 @@ var script = defineComponent({
|
|
|
1034
1063
|
});
|
|
1035
1064
|
// Methods
|
|
1036
1065
|
function formatHours(value) {
|
|
1037
|
-
return value.toLocaleString(
|
|
1066
|
+
return value.toLocaleString(props.locale, {
|
|
1038
1067
|
hour: 'numeric',
|
|
1039
1068
|
hourCycle: props.format !== DateTimePickerTimeFormat.Auto ? props.format : undefined,
|
|
1040
1069
|
timeZone: 'UTC'
|
|
1041
|
-
}).replace(/\
|
|
1070
|
+
}).replace(/\D/g, '');
|
|
1042
1071
|
}
|
|
1043
1072
|
function formatMinutes(value) {
|
|
1044
1073
|
return String(value.getUTCMinutes()).padStart(2, '0');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
2
|
import { _ as __vue_component__$1 } from './OrError-b25d782d.js';
|
|
3
3
|
import { _ as __vue_component__$2 } from './OrHint-2fe1157b.js';
|
|
4
|
-
import { _ as __vue_component__$3 } from './OrLabel-
|
|
4
|
+
import { _ as __vue_component__$3 } from './OrLabel-b0805497.js';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
7
7
|
var FormGroupDirection;
|
|
@@ -12,7 +12,7 @@ import { _ as __vue_component__$4 } from './OrIconButton-956b8e5c.js';
|
|
|
12
12
|
import { _ as __vue_component__$3 } from './OrIcon-03e3c802.js';
|
|
13
13
|
import { _ as __vue_component__$5 } from './OrInputBox-1a8fda9b.js';
|
|
14
14
|
import { a as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-8c39b9ca.js';
|
|
15
|
-
import { _ as __vue_component__$6 } from './OrLabel-
|
|
15
|
+
import { _ as __vue_component__$6 } from './OrLabel-b0805497.js';
|
|
16
16
|
import { _ as __vue_component__$7 } from './OrLoader-4ac49224.js';
|
|
17
17
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
18
18
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -33,10 +33,10 @@ const LabelVariants = {
|
|
|
33
33
|
'theme-foreground-default', 'dark:theme-foreground-default-dark']
|
|
34
34
|
};
|
|
35
35
|
const LabelText = [
|
|
36
|
-
// Content (required)
|
|
37
|
-
'required:after:content-["*"]',
|
|
38
36
|
// Interactivity
|
|
39
|
-
'interactivity-default'
|
|
37
|
+
'interactivity-default',
|
|
38
|
+
// Content (required)
|
|
39
|
+
'required:after:content-["*"]'];
|
|
40
40
|
const LabelAddon = [
|
|
41
41
|
// Layout
|
|
42
42
|
'layout-inline-row empty:hidden',
|
|
@@ -7,7 +7,7 @@ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
|
7
7
|
import '@onereach/styles/tailwind/plugins/core';
|
|
8
8
|
import '@onereach/styles/tailwind.config.json';
|
|
9
9
|
import { _ as __vue_component__$1 } from './OrIconButton-956b8e5c.js';
|
|
10
|
-
import { _ as __vue_component__$2 } from './OrLabel-
|
|
10
|
+
import { _ as __vue_component__$2 } from './OrLabel-b0805497.js';
|
|
11
11
|
import { _ as __vue_component__$3 } from './OrListItem-9654fe5b.js';
|
|
12
12
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
13
13
|
|
|
@@ -5,7 +5,7 @@ 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 { _ as __vue_component__$1, L as LabelVariant } from './OrLabel-
|
|
8
|
+
import { _ as __vue_component__$1, L as LabelVariant } from './OrLabel-b0805497.js';
|
|
9
9
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
10
10
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
11
11
|
|
|
@@ -4,8 +4,8 @@ import './dom-aecadd9a.js';
|
|
|
4
4
|
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
|
-
import { _ as __vue_component__$1, F as FormGroupDirection } from './OrFormGroup-
|
|
8
|
-
import { _ as __vue_component__$2 } from './OrRadio-
|
|
7
|
+
import { _ as __vue_component__$1, F as FormGroupDirection } from './OrFormGroup-936aa0ff.js';
|
|
8
|
+
import { _ as __vue_component__$2 } from './OrRadio-fd1fbde2.js';
|
|
9
9
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
10
10
|
|
|
11
11
|
var script = defineComponent({
|
|
@@ -19,8 +19,8 @@ import Underline from '@tiptap/extension-underline';
|
|
|
19
19
|
import { _ as __vue_component__$7 } from './OrButton-e4e85817.js';
|
|
20
20
|
import './OrButton.vue_rollup-plugin-vue_script-199bb600.js';
|
|
21
21
|
import { _ as __vue_component__$1 } from './OrIconButton-956b8e5c.js';
|
|
22
|
-
import { _ as __vue_component__$6 } from './OrInput-
|
|
23
|
-
import { _ as __vue_component__$2 } from './OrLabel-
|
|
22
|
+
import { _ as __vue_component__$6 } from './OrInput-431ae55a.js';
|
|
23
|
+
import { _ as __vue_component__$2 } from './OrLabel-b0805497.js';
|
|
24
24
|
import { _ as __vue_component__$3 } from './OrMenuItem-cd18c3c7.js';
|
|
25
25
|
import { _ as __vue_component__$4 } from './OrMenu-e909a0ff.js';
|
|
26
26
|
import { _ as __vue_component__$5 } from './OrModal-06a81c87.js';
|
|
@@ -7,7 +7,7 @@ import '@onereach/styles/tailwind/plugins/core';
|
|
|
7
7
|
import '@onereach/styles/tailwind.config.json';
|
|
8
8
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
9
9
|
import { a as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-8c39b9ca.js';
|
|
10
|
-
import { _ as __vue_component__$1 } from './OrInput-
|
|
10
|
+
import { _ as __vue_component__$1 } from './OrInput-431ae55a.js';
|
|
11
11
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
12
12
|
|
|
13
13
|
var script = defineComponent({
|
|
@@ -6,7 +6,7 @@ import { i as isEmptyValue } from './isEqualValue-b6ca4b55.js';
|
|
|
6
6
|
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
7
7
|
import { u as useResponsive } from './useResponsive-1baf3485.js';
|
|
8
8
|
import '@onereach/styles/tailwind.config.json';
|
|
9
|
-
import { _ as __vue_component__$3 } from './OrCheckbox-
|
|
9
|
+
import { _ as __vue_component__$3 } from './OrCheckbox-8cdfdc56.js';
|
|
10
10
|
import { _ as __vue_component__$4 } from './OrError-b25d782d.js';
|
|
11
11
|
import { _ as __vue_component__$5 } from './OrExpansionPanel-c76c70e4.js';
|
|
12
12
|
import { _ as __vue_component__$6 } from './OrHint-2fe1157b.js';
|
|
@@ -14,8 +14,8 @@ import { _ as __vue_component__$8 } from './OrIconButton-956b8e5c.js';
|
|
|
14
14
|
import { _ as __vue_component__$7 } from './OrIcon-03e3c802.js';
|
|
15
15
|
import { _ as __vue_component__$a } from './OrInputBox-1a8fda9b.js';
|
|
16
16
|
import { a as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-8c39b9ca.js';
|
|
17
|
-
import { _ as __vue_component__$9 } from './OrInput-
|
|
18
|
-
import { _ as __vue_component__$b } from './OrLabel-
|
|
17
|
+
import { _ as __vue_component__$9 } from './OrInput-431ae55a.js';
|
|
18
|
+
import { _ as __vue_component__$b } from './OrLabel-b0805497.js';
|
|
19
19
|
import { _ as __vue_component__$c } from './OrMenuItem-cd18c3c7.js';
|
|
20
20
|
import { _ as __vue_component__$d } from './OrPopover-592f7ad2.js';
|
|
21
21
|
import { T as TagsOverflow } from './OrTags-0ea04689.js';
|
|
@@ -6,7 +6,7 @@ import { i as isVoid } from './isVoid-36a1480c.js';
|
|
|
6
6
|
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
7
7
|
import '@onereach/styles/tailwind/plugins/core';
|
|
8
8
|
import '@onereach/styles/tailwind.config.json';
|
|
9
|
-
import { _ as __vue_component__$1, L as LabelVariant } from './OrLabel-
|
|
9
|
+
import { _ as __vue_component__$1, L as LabelVariant } from './OrLabel-b0805497.js';
|
|
10
10
|
import { _ as __vue_component__$2 } from './OrLoader-4ac49224.js';
|
|
11
11
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
12
12
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -11,7 +11,7 @@ import { _ as __vue_component__$2 } from './OrHint-2fe1157b.js';
|
|
|
11
11
|
import { _ as __vue_component__$3 } from './OrIconButton-956b8e5c.js';
|
|
12
12
|
import { _ as __vue_component__$4 } from './OrInputBox-1a8fda9b.js';
|
|
13
13
|
import './OrInputBox.vue_rollup-plugin-vue_script-8c39b9ca.js';
|
|
14
|
-
import { _ as __vue_component__$5 } from './OrLabel-
|
|
14
|
+
import { _ as __vue_component__$5 } from './OrLabel-b0805497.js';
|
|
15
15
|
import { a as TagColor } from './OrTag-5f3f948a.js';
|
|
16
16
|
import { _ as __vue_component__$6, T as TagsOverflow } from './OrTags-0ea04689.js';
|
|
17
17
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
@@ -10,7 +10,7 @@ import { _ as __vue_component__$1 } from './OrError-b25d782d.js';
|
|
|
10
10
|
import { _ as __vue_component__$2 } from './OrHint-2fe1157b.js';
|
|
11
11
|
import { _ as __vue_component__$3 } from './OrInputBox-1a8fda9b.js';
|
|
12
12
|
import { a as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-8c39b9ca.js';
|
|
13
|
-
import { _ as __vue_component__$4 } from './OrLabel-
|
|
13
|
+
import { _ as __vue_component__$4 } from './OrLabel-b0805497.js';
|
|
14
14
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
15
15
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
16
16
|
|