@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
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
function formatDate(value, format, locale) {
|
|
2
|
+
return value.toLocaleString(locale, {
|
|
3
|
+
dateStyle: format,
|
|
4
|
+
timeZone: 'UTC'
|
|
5
|
+
});
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
var DateTimePickerDateFormat;
|
|
9
|
+
(function (DateTimePickerDateFormat) {
|
|
10
|
+
DateTimePickerDateFormat["Short"] = "short";
|
|
11
|
+
DateTimePickerDateFormat["Medium"] = "medium";
|
|
12
|
+
DateTimePickerDateFormat["Long"] = "long";
|
|
13
|
+
})(DateTimePickerDateFormat || (DateTimePickerDateFormat = {}));
|
|
14
|
+
var DateTimePickerTimeFormat;
|
|
15
|
+
(function (DateTimePickerTimeFormat) {
|
|
16
|
+
DateTimePickerTimeFormat["Auto"] = "auto";
|
|
17
|
+
DateTimePickerTimeFormat["H12"] = "h12";
|
|
18
|
+
DateTimePickerTimeFormat["H23"] = "h23";
|
|
19
|
+
})(DateTimePickerTimeFormat || (DateTimePickerTimeFormat = {}));
|
|
20
|
+
|
|
21
|
+
function formatTime(value, format, locale) {
|
|
22
|
+
return value.toLocaleString(locale, {
|
|
23
|
+
timeStyle: 'short',
|
|
24
|
+
hourCycle: format !== DateTimePickerTimeFormat.Auto ? format : undefined,
|
|
25
|
+
timeZone: 'UTC'
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
function getDatePlaceholder(format, locale) {
|
|
30
|
+
const formatter = new Intl.DateTimeFormat(locale, {
|
|
31
|
+
dateStyle: format,
|
|
32
|
+
timeZone: 'UTC'
|
|
33
|
+
});
|
|
34
|
+
return formatter.formatToParts(Date.UTC(0, 0)).reduce((accumulator, part) => {
|
|
35
|
+
switch (part.type) {
|
|
36
|
+
case 'year':
|
|
37
|
+
return accumulator + part.value.replace(/^\d{2}$/, 'YY').replace(/^\d{4}$/, 'YYYY');
|
|
38
|
+
case 'month':
|
|
39
|
+
switch (format) {
|
|
40
|
+
case 'short':
|
|
41
|
+
return accumulator + part.value.replace(/^\d{1}$/, 'M').replace(/^\d{2}$/, 'MM');
|
|
42
|
+
case 'medium':
|
|
43
|
+
return accumulator + 'MMM';
|
|
44
|
+
case 'long':
|
|
45
|
+
return accumulator + 'MMMM';
|
|
46
|
+
default:
|
|
47
|
+
throw new Error();
|
|
48
|
+
}
|
|
49
|
+
case 'day':
|
|
50
|
+
return accumulator + part.value.replace(/^\d{1}$/, 'D').replace(/^\d{2}$/, 'DD');
|
|
51
|
+
default:
|
|
52
|
+
return accumulator + part.value;
|
|
53
|
+
}
|
|
54
|
+
}, '');
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
function getTimePlaceholder(format, locale) {
|
|
58
|
+
const formatter = new Intl.DateTimeFormat(locale, {
|
|
59
|
+
timeStyle: 'short',
|
|
60
|
+
hourCycle: format !== DateTimePickerTimeFormat.Auto ? format : undefined,
|
|
61
|
+
timeZone: 'UTC'
|
|
62
|
+
});
|
|
63
|
+
return formatter.formatToParts(Date.UTC(0, 0)).reduce((accumulator, part) => {
|
|
64
|
+
switch (part.type) {
|
|
65
|
+
case 'hour':
|
|
66
|
+
return accumulator + part.value.replace(/^\d{1}$/, 'H').replace(/^\d{2}$/, 'HH');
|
|
67
|
+
case 'minute':
|
|
68
|
+
return accumulator + part.value.replace(/^\d{1}$/, 'M').replace(/^\d{2}$/, 'MM');
|
|
69
|
+
case 'dayPeriod':
|
|
70
|
+
return accumulator + 'A';
|
|
71
|
+
default:
|
|
72
|
+
return accumulator + part.value;
|
|
73
|
+
}
|
|
74
|
+
}, '');
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export { DateTimePickerDateFormat as D, DateTimePickerTimeFormat as a, formatTime as b, getTimePlaceholder as c, formatDate as f, getDatePlaceholder as g };
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -8,12 +8,12 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
8
8
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from './OrButton-c95aef65.js';
|
|
9
9
|
export { s as OrCard } from './OrCard-e3a5aea4.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from './OrCardCollection-a2ba0b3e.js';
|
|
11
|
-
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-
|
|
11
|
+
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-853aaa1c.js';
|
|
12
12
|
export { C as CardPadding, s as OrCardV3 } from './OrCard-c2ef331b.js';
|
|
13
13
|
export { s as OrCheckbox } from './OrCheckbox-42ed332c.js';
|
|
14
|
-
export { s as OrCheckboxGroupV3 } from './OrCheckboxGroup-
|
|
15
|
-
export { s as OrCheckboxTreeV3 } from './OrCheckboxTree-
|
|
16
|
-
export { s as OrCheckboxV3 } from './OrCheckbox-
|
|
14
|
+
export { s as OrCheckboxGroupV3 } from './OrCheckboxGroup-4f9235bb.js';
|
|
15
|
+
export { s as OrCheckboxTreeV3 } from './OrCheckboxTree-129603b3.js';
|
|
16
|
+
export { s as OrCheckboxV3 } from './OrCheckbox-637049b9.js';
|
|
17
17
|
export { s as OrChip } from './OrChip-2e26629d.js';
|
|
18
18
|
export { s as OrChips } from './OrChips-58954587.js';
|
|
19
19
|
export { s as OrCode, O as OrCodeLanguages } from './OrCode-90e43a20.js';
|
|
@@ -22,23 +22,23 @@ export { lintGutter, linter } from '@codemirror/lint';
|
|
|
22
22
|
export { javascript } from '@codemirror/lang-javascript';
|
|
23
23
|
export { json, jsonParseLinter } from '@codemirror/lang-json';
|
|
24
24
|
export { html } from '@codemirror/lang-html';
|
|
25
|
-
export { C as CodeLanguage, s as OrCodeV3 } from './OrCode-
|
|
25
|
+
export { C as CodeLanguage, s as OrCodeV3 } from './OrCode-79ec7fc2.js';
|
|
26
26
|
export { EditorView } from '@codemirror/view';
|
|
27
27
|
export { EditorState } from '@codemirror/state';
|
|
28
28
|
export { s as OrCollapse } from './OrCollapse-d7c0afae.js';
|
|
29
29
|
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-7e1067a0.js';
|
|
30
|
-
export { s as OrCombinedInputV3 } from './OrCombinedInput-
|
|
30
|
+
export { s as OrCombinedInputV3 } from './OrCombinedInput-391b1de9.js';
|
|
31
31
|
export { s as OrConfirm } from './OrConfirm-c63285a6.js';
|
|
32
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-
|
|
32
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-7333b2ff.js';
|
|
33
33
|
export { s as OrContextMenuV3 } from './OrContextMenu-78d02563.js';
|
|
34
|
-
export { s as OrDateFormatV3 } from './OrDateFormat-
|
|
35
|
-
export { s as OrDatePickerV3 } from './OrDatePicker-
|
|
36
|
-
export { s as OrDateRangePickerV3 } from './OrDateRangePicker-
|
|
37
|
-
export { s as OrDateTimeFormatV3 } from './OrDateTimeFormat-
|
|
34
|
+
export { s as OrDateFormatV3 } from './OrDateFormat-3ef8c5c3.js';
|
|
35
|
+
export { s as OrDatePickerV3 } from './OrDatePicker-1d21985d.js';
|
|
36
|
+
export { s as OrDateRangePickerV3 } from './OrDateRangePicker-fb715f58.js';
|
|
37
|
+
export { s as OrDateTimeFormatV3 } from './OrDateTimeFormat-595566fa.js';
|
|
38
38
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-45bc8bd3.js';
|
|
39
|
-
export { s as OrDateTimePickerV3 } from './OrDateTimePicker-
|
|
40
|
-
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-
|
|
41
|
-
export { D as DateTimePickerTimeFormat, f as formatDate,
|
|
39
|
+
export { D as DateFormat, L as Locale, s as OrDateTimePickerV3, T as TimeFormat } from './OrDateTimePicker-c3544059.js';
|
|
40
|
+
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-62e04a6c.js';
|
|
41
|
+
export { D as DateTimePickerDateFormat, a as DateTimePickerTimeFormat, f as formatDate, b as formatTime, g as getDatePlaceholder, c as getTimePlaceholder } from './getTimePlaceholder-9d18b5ac.js';
|
|
42
42
|
export { g as getCurrentDate } from './getCurrentDate-046a888d.js';
|
|
43
43
|
export { g as getNextMonthDate } from './getNextMonthDate-00c47169.js';
|
|
44
44
|
export { D as DropAreaSize, s as OrDropAreaV3 } from './OrDropArea-ed2a1928.js';
|
|
@@ -51,7 +51,7 @@ export { s as OrErrorV3 } from './OrError-331220bc.js';
|
|
|
51
51
|
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from './OrExpansionPanel-3281fa33.js';
|
|
52
52
|
export { F as FabColor, s as OrFabV3 } from './OrFab-3d860eef.js';
|
|
53
53
|
export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from './OrFloating-c875c590.js';
|
|
54
|
-
export { F as FormGroupDirection, s as OrFormGroupV3 } from './OrFormGroup-
|
|
54
|
+
export { F as FormGroupDirection, s as OrFormGroupV3 } from './OrFormGroup-230f2015.js';
|
|
55
55
|
export { s as OrHint } from './OrHint-8822005b.js';
|
|
56
56
|
export { s as OrHintV3 } from './OrHint-262c8217.js';
|
|
57
57
|
export { s as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-eb0a5aa2.js';
|
|
@@ -63,13 +63,13 @@ export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInli
|
|
|
63
63
|
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-7321d8d3.js';
|
|
64
64
|
export { s as OrInput } from './OrInput-2c3111c2.js';
|
|
65
65
|
export { a as InputBoxSize, I as InputBoxVariant, s as OrInputBoxV3 } from './OrInputBox-287f97ba.js';
|
|
66
|
-
export { I as InputType, s as OrInputV3 } from './OrInput-
|
|
66
|
+
export { I as InputType, s as OrInputV3 } from './OrInput-89162a71.js';
|
|
67
67
|
export { s as OrLabel } from './OrLabel-a7d99df4.js';
|
|
68
|
-
export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-
|
|
68
|
+
export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-59d09591.js';
|
|
69
69
|
export { L as LinkColor, s as OrLinkV3 } from './OrLink-c83a51b2.js';
|
|
70
70
|
export { s as OrList } from './OrList-59f4430e.js';
|
|
71
71
|
export { s as OrListOfInputs } from './OrListOfInputs-c557cd79.js';
|
|
72
|
-
export { s as OrListV3 } from './OrList-
|
|
72
|
+
export { s as OrListV3 } from './OrList-75b5e6ac.js';
|
|
73
73
|
export { s as OrListItem } from './OrListItem-12e21bc6.js';
|
|
74
74
|
export { L as LoaderViews, s as OrLoader } from './OrLoader-0b463089.js';
|
|
75
75
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from './OrLoader-5e2f359b.js';
|
|
@@ -91,17 +91,17 @@ export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './
|
|
|
91
91
|
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-0939955c.js';
|
|
92
92
|
export { s as OrRadio } from './OrRadio-40bf2c87.js';
|
|
93
93
|
export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
|
|
94
|
-
export { s as OrRadioGroupV3 } from './OrRadioGroup-
|
|
95
|
-
export { s as OrRadioV3 } from './OrRadio-
|
|
94
|
+
export { s as OrRadioGroupV3 } from './OrRadioGroup-2648ef67.js';
|
|
95
|
+
export { s as OrRadioV3 } from './OrRadio-a7bb97f7.js';
|
|
96
96
|
export { s as OrRangeSliderV3 } from './OrRangeSlider-1284dce6.js';
|
|
97
97
|
export { s as OrRatingV3 } from './OrRating-640f9e87.js';
|
|
98
98
|
export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from './OrResizeablePanel-e107f883.js';
|
|
99
|
-
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditor-
|
|
99
|
+
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditor-56c41be2.js';
|
|
100
100
|
export { s as OrSearch } from './OrSearch-54a642d3.js';
|
|
101
|
-
export { s as OrSearchV3 } from './OrSearch-
|
|
101
|
+
export { s as OrSearchV3 } from './OrSearch-169317ea.js';
|
|
102
102
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-4b163ea9.js';
|
|
103
103
|
export { s as OrSelect } from './OrSelect-4f2ea2f2.js';
|
|
104
|
-
export { s as OrSelectV3 } from './OrSelect-
|
|
104
|
+
export { s as OrSelectV3 } from './OrSelect-cb207029.js';
|
|
105
105
|
export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-4ab42b93.js';
|
|
106
106
|
export { s as OrSidebarV3, S as SidebarPlacement } from './props-3212cd17.js';
|
|
107
107
|
export { s as OrSkeletonCircle } from './OrSkeletonCircle-66e175a0.js';
|
|
@@ -117,25 +117,25 @@ export { s as OrSortingV3 } from './OrSorting-c8fa584a.js';
|
|
|
117
117
|
export { s as OrStatusV3, a as StatusSize, S as StatusVariant } from './OrStatus-a33a7e88.js';
|
|
118
118
|
export { s as OrStepper } from './OrStepper-b2d7dd2d.js';
|
|
119
119
|
export { s as OrSwitch } from './OrSwitch-05fe7681.js';
|
|
120
|
-
export { s as OrSwitchV3 } from './OrSwitch-
|
|
120
|
+
export { s as OrSwitchV3 } from './OrSwitch-bd2093d2.js';
|
|
121
121
|
export { s as OrTab } from './OrTab-d8d4e871.js';
|
|
122
122
|
export { s as OrTabHeaderItem } from './OrTabHeaderItem-c2af7ca3.js';
|
|
123
123
|
export { s as OrTabV3 } from './OrTab-74a9bd5b.js';
|
|
124
124
|
export { s as OrTabs } from './OrTabs-3da3ea89.js';
|
|
125
125
|
export { s as OrTabsV3, T as TabsVariant } from './OrTabs-bc0fc18a.js';
|
|
126
126
|
export { s as OrTag } from './OrTag-04abf6a7.js';
|
|
127
|
-
export { s as OrTagInputV3 } from './OrTagInput-
|
|
127
|
+
export { s as OrTagInputV3 } from './OrTagInput-c68c8430.js';
|
|
128
128
|
export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-a29c2113.js';
|
|
129
129
|
export { s as OrTagsV3, T as TagsOverflow } from './OrTags-215da9e7.js';
|
|
130
130
|
export { s as OrTeleport } from './OrTeleport.vue3-9bce0c02.js';
|
|
131
131
|
export { s as OrTeleportV3 } from './OrTeleport.vue3-8099178c.js';
|
|
132
132
|
export { s as OrTextV3 } from './OrText-ea114c19.js';
|
|
133
133
|
export { s as OrTextarea } from './OrTextarea-7a753c1a.js';
|
|
134
|
-
export { s as OrTextareaV3 } from './OrTextarea-
|
|
134
|
+
export { s as OrTextareaV3 } from './OrTextarea-d5beb823.js';
|
|
135
135
|
export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-9524352e.js';
|
|
136
|
-
export { s as OrTimeFormatV3 } from './OrTimeFormat-
|
|
137
|
-
export { s as OrTimePickerV3 } from './OrTimePicker-
|
|
138
|
-
export { s as OrTimeRangePickerV3 } from './OrTimeRangePicker-
|
|
136
|
+
export { s as OrTimeFormatV3 } from './OrTimeFormat-25c748db.js';
|
|
137
|
+
export { s as OrTimePickerV3 } from './OrTimePicker-5f6111da.js';
|
|
138
|
+
export { s as OrTimeRangePickerV3 } from './OrTimeRangePicker-0d79f664.js';
|
|
139
139
|
export { s as OrToast, a as OrToastContainer } from './OrToastContainer-71ba538b.js';
|
|
140
140
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-05a9c81b.js';
|
|
141
141
|
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-bd194714.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.1.0-beta.4242.0",
|
|
4
4
|
"npmUnpacked": "4.15.2",
|
|
5
5
|
"description": "Vue components library for v2/3",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -177,6 +177,5 @@
|
|
|
177
177
|
"default": "./dist/bundled/v3/components/*/index.js"
|
|
178
178
|
},
|
|
179
179
|
"./package.json": "./package.json"
|
|
180
|
-
}
|
|
181
|
-
"gitHead": "f037d02d9572a276f304de9dbeb56a1ca1a33316"
|
|
180
|
+
}
|
|
182
181
|
}
|
|
@@ -3,14 +3,20 @@
|
|
|
3
3
|
:ref="'root'"
|
|
4
4
|
:class="rootStyles"
|
|
5
5
|
>
|
|
6
|
-
|
|
6
|
+
<template v-if="modelValue">
|
|
7
|
+
{{ formatDate(modelValue, resolvedFormat, resolvedLocale) }}
|
|
8
|
+
</template>
|
|
9
|
+
|
|
10
|
+
<template v-else>
|
|
11
|
+
{{ placeholder }}
|
|
12
|
+
</template>
|
|
7
13
|
</div>
|
|
8
14
|
</template>
|
|
9
15
|
|
|
10
16
|
<script lang="ts">
|
|
11
|
-
import { computed, defineComponent, ref } from 'vue-demi';
|
|
12
|
-
import { formatDate } from '../or-date-time-picker-v3';
|
|
13
|
-
import
|
|
17
|
+
import { PropType, computed, defineComponent, inject, ref } from 'vue-demi';
|
|
18
|
+
import { DateFormat, DateTimePickerDateFormat, DateTimePickerModelValue, Locale, formatDate } from '../or-date-time-picker-v3';
|
|
19
|
+
import * as Styles from './styles';
|
|
14
20
|
|
|
15
21
|
export default defineComponent({
|
|
16
22
|
name: 'OrDateFormat',
|
|
@@ -22,7 +28,17 @@ export default defineComponent({
|
|
|
22
28
|
|
|
23
29
|
props: {
|
|
24
30
|
modelValue: {
|
|
25
|
-
type:
|
|
31
|
+
type: undefined as unknown as PropType<DateTimePickerModelValue>,
|
|
32
|
+
default: undefined,
|
|
33
|
+
},
|
|
34
|
+
|
|
35
|
+
format: {
|
|
36
|
+
type: String as PropType<`${DateTimePickerDateFormat}`>,
|
|
37
|
+
default: undefined,
|
|
38
|
+
},
|
|
39
|
+
|
|
40
|
+
locale: {
|
|
41
|
+
type: String,
|
|
26
42
|
default: undefined,
|
|
27
43
|
},
|
|
28
44
|
|
|
@@ -36,20 +52,31 @@ export default defineComponent({
|
|
|
36
52
|
'root',
|
|
37
53
|
],
|
|
38
54
|
|
|
39
|
-
setup() {
|
|
40
|
-
// Refs
|
|
55
|
+
setup(props) {
|
|
56
|
+
// Refs & Styles
|
|
41
57
|
const root = ref<HTMLElement>();
|
|
42
58
|
|
|
43
|
-
// Styles
|
|
44
59
|
const rootStyles = computed(() => [
|
|
45
60
|
'or-date-format-v3',
|
|
46
|
-
...DateFormat,
|
|
61
|
+
...Styles.DateFormat,
|
|
47
62
|
]);
|
|
48
63
|
|
|
64
|
+
// Options
|
|
65
|
+
const resolvedFormat = computed(() => {
|
|
66
|
+
return props.format ?? inject(DateFormat, DateTimePickerDateFormat.Short);
|
|
67
|
+
});
|
|
68
|
+
|
|
69
|
+
const resolvedLocale = computed(() => {
|
|
70
|
+
return props.locale ?? inject(Locale, navigator.language);
|
|
71
|
+
});
|
|
72
|
+
|
|
49
73
|
return {
|
|
50
74
|
root,
|
|
51
75
|
rootStyles,
|
|
52
76
|
|
|
77
|
+
resolvedFormat,
|
|
78
|
+
resolvedLocale,
|
|
79
|
+
|
|
53
80
|
formatDate,
|
|
54
81
|
};
|
|
55
82
|
},
|
|
@@ -34,6 +34,8 @@
|
|
|
34
34
|
v-dropdown-open="openPopover"
|
|
35
35
|
v-dropdown-close="closePopover"
|
|
36
36
|
:class="['!border-0']"
|
|
37
|
+
:format="resolvedFormat"
|
|
38
|
+
:locale="resolvedLocale"
|
|
37
39
|
:selected="popover && popover.state === 'open'"
|
|
38
40
|
:required="required"
|
|
39
41
|
:readonly="readonly"
|
|
@@ -61,6 +63,7 @@
|
|
|
61
63
|
|
|
62
64
|
<OrDateTimePickerMonthSelect
|
|
63
65
|
v-model="initialValue"
|
|
66
|
+
:locale="resolvedLocale"
|
|
64
67
|
:year-filter="yearFilter"
|
|
65
68
|
:month-filter="monthFilter"
|
|
66
69
|
/>
|
|
@@ -68,6 +71,8 @@
|
|
|
68
71
|
<OrDateTimePickerDateSelect
|
|
69
72
|
v-model="draftModelValue"
|
|
70
73
|
:initial-value="initialValue"
|
|
74
|
+
:format="resolvedFormat"
|
|
75
|
+
:locale="resolvedLocale"
|
|
71
76
|
:date-filter="dateFilter"
|
|
72
77
|
/>
|
|
73
78
|
|
|
@@ -118,10 +123,10 @@
|
|
|
118
123
|
</template>
|
|
119
124
|
|
|
120
125
|
<script lang="ts">
|
|
121
|
-
import { computed, defineComponent,
|
|
126
|
+
import { PropType, computed, defineComponent, inject, ref, toRef, watch } from 'vue-demi';
|
|
122
127
|
import { DropdownClose, DropdownOpen } from '../../directives';
|
|
123
128
|
import { useProxyModelValue } from '../../hooks';
|
|
124
|
-
import {
|
|
129
|
+
import { DateFormat, DateTimePickerDateFormat, DateTimePickerFilterFunction, DateTimePickerModelValue, Locale, OrDateTimePickerDateControl, OrDateTimePickerDateSelect, OrDateTimePickerMobileControl, OrDateTimePickerMonthSelect, OrDateTimePickerPopoverFooter, OrDateTimePickerPopoverHeader, getCurrentDate } from '../or-date-time-picker-v3';
|
|
125
130
|
import { OrErrorV3 as OrError } from '../or-error-v3';
|
|
126
131
|
import { OrHintV3 as OrHint } from '../or-hint-v3';
|
|
127
132
|
import { OrIconButtonV3 as OrIconButton } from '../or-icon-button-v3';
|
|
@@ -129,7 +134,7 @@ import { OrIconV3 as OrIcon } from '../or-icon-v3';
|
|
|
129
134
|
import { InputBoxSize, OrInputBoxV3 as OrInputBox } from '../or-input-box-v3';
|
|
130
135
|
import { OrLabelV3 as OrLabel } from '../or-label-v3';
|
|
131
136
|
import { OrPopoverV3 as OrPopover } from '../or-popover-v3';
|
|
132
|
-
import
|
|
137
|
+
import * as Styles from './styles';
|
|
133
138
|
|
|
134
139
|
export default defineComponent({
|
|
135
140
|
name: 'OrDatePicker',
|
|
@@ -162,22 +167,32 @@ export default defineComponent({
|
|
|
162
167
|
|
|
163
168
|
props: {
|
|
164
169
|
modelValue: {
|
|
165
|
-
type:
|
|
170
|
+
type: undefined as unknown as PropType<DateTimePickerModelValue>,
|
|
171
|
+
default: undefined,
|
|
172
|
+
},
|
|
173
|
+
|
|
174
|
+
format: {
|
|
175
|
+
type: String as PropType<`${DateTimePickerDateFormat}`>,
|
|
176
|
+
default: undefined,
|
|
177
|
+
},
|
|
178
|
+
|
|
179
|
+
locale: {
|
|
180
|
+
type: String,
|
|
166
181
|
default: undefined,
|
|
167
182
|
},
|
|
168
183
|
|
|
169
184
|
yearFilter: {
|
|
170
|
-
type: Function as PropType<
|
|
185
|
+
type: Function as PropType<DateTimePickerFilterFunction>,
|
|
171
186
|
default: undefined,
|
|
172
187
|
},
|
|
173
188
|
|
|
174
189
|
monthFilter: {
|
|
175
|
-
type: Function as PropType<
|
|
190
|
+
type: Function as PropType<DateTimePickerFilterFunction>,
|
|
176
191
|
default: undefined,
|
|
177
192
|
},
|
|
178
193
|
|
|
179
194
|
dateFilter: {
|
|
180
|
-
type: Function as PropType<
|
|
195
|
+
type: Function as PropType<DateTimePickerFilterFunction>,
|
|
181
196
|
default: undefined,
|
|
182
197
|
},
|
|
183
198
|
|
|
@@ -239,26 +254,34 @@ export default defineComponent({
|
|
|
239
254
|
],
|
|
240
255
|
|
|
241
256
|
setup(props, context) {
|
|
242
|
-
// Refs
|
|
257
|
+
// Refs & Styles
|
|
243
258
|
const root = ref<HTMLElement>();
|
|
244
259
|
|
|
260
|
+
const rootStyles = computed(() => [
|
|
261
|
+
'or-date-picker-v3',
|
|
262
|
+
...Styles.DatePicker,
|
|
263
|
+
]);
|
|
264
|
+
|
|
245
265
|
const inputBox = ref<InstanceType<typeof OrInputBox>>();
|
|
246
266
|
const inputBoxRoot = computed(() => inputBox.value?.root);
|
|
247
267
|
|
|
248
268
|
const popover = ref<InstanceType<typeof OrPopover>>();
|
|
249
269
|
const popoverState = computed(() => popover.value?.state);
|
|
250
270
|
|
|
251
|
-
// Styles
|
|
252
|
-
const rootStyles = computed(() => [
|
|
253
|
-
'or-date-picker-v3',
|
|
254
|
-
...DatePicker,
|
|
255
|
-
]);
|
|
256
|
-
|
|
257
271
|
const popoverStyles = computed(() => [
|
|
258
272
|
'or-date-picker-popover-v3',
|
|
259
|
-
...DatePickerPopover,
|
|
273
|
+
...Styles.DatePickerPopover,
|
|
260
274
|
]);
|
|
261
275
|
|
|
276
|
+
// Options
|
|
277
|
+
const resolvedFormat = computed(() => {
|
|
278
|
+
return props.format ?? inject(DateFormat, DateTimePickerDateFormat.Short);
|
|
279
|
+
});
|
|
280
|
+
|
|
281
|
+
const resolvedLocale = computed(() => {
|
|
282
|
+
return props.locale ?? inject(Locale, navigator.language);
|
|
283
|
+
});
|
|
284
|
+
|
|
262
285
|
// State
|
|
263
286
|
const initialValue = ref(props.modelValue ?? getCurrentDate());
|
|
264
287
|
|
|
@@ -320,8 +343,8 @@ export default defineComponent({
|
|
|
320
343
|
}
|
|
321
344
|
}
|
|
322
345
|
|
|
323
|
-
function formatDateAlt(value
|
|
324
|
-
return value?.toLocaleString(
|
|
346
|
+
function formatDateAlt(value: DateTimePickerModelValue): string {
|
|
347
|
+
return value?.toLocaleString(resolvedLocale.value, {
|
|
325
348
|
dateStyle: 'medium',
|
|
326
349
|
timeZone: 'UTC',
|
|
327
350
|
}) ?? '--';
|
|
@@ -329,16 +352,23 @@ export default defineComponent({
|
|
|
329
352
|
|
|
330
353
|
return {
|
|
331
354
|
root,
|
|
355
|
+
rootStyles,
|
|
356
|
+
|
|
332
357
|
inputBox,
|
|
333
358
|
inputBoxRoot,
|
|
359
|
+
|
|
334
360
|
popover,
|
|
335
361
|
popoverState,
|
|
336
|
-
rootStyles,
|
|
337
362
|
popoverStyles,
|
|
363
|
+
|
|
364
|
+
resolvedFormat,
|
|
365
|
+
resolvedLocale,
|
|
366
|
+
|
|
338
367
|
initialValue,
|
|
339
368
|
proxyModelValue,
|
|
340
369
|
draftModelValue,
|
|
341
370
|
isInvalidDraftModelValue,
|
|
371
|
+
|
|
342
372
|
apply,
|
|
343
373
|
reset,
|
|
344
374
|
openPopover,
|