@onereach/ui-components 10.0.1 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundled/v2/components/OrCheckboxV3/OrCheckbox.js +32 -23
- package/dist/bundled/v2/components/OrCheckboxV3/OrCheckbox.vue.d.ts +21 -20
- package/dist/bundled/v2/components/OrCheckboxV3/index.d.ts +1 -0
- package/dist/bundled/v2/components/OrCheckboxV3/styles.js +11 -11
- package/dist/bundled/v2/components/OrCheckboxV3/types.d.ts +2 -0
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +1 -1
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +2 -2
- package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.js +2 -2
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +2 -2
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +2 -2
- package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +1 -1
- package/dist/bundled/v2/components/OrInlineInputV3/index.js +1 -1
- package/dist/bundled/v2/components/OrInlineInputV3/types.d.ts +1 -1
- package/dist/bundled/v2/components/OrInlineTextareaV3/types.d.ts +1 -1
- 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/OrInputV3/types.d.ts +1 -1
- package/dist/bundled/v2/components/OrLabelV3/styles.js +1 -1
- 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/OrRadioGroupV3/OrRadioGroup.js +18 -15
- package/dist/bundled/v2/components/OrRadioGroupV3/OrRadioGroup.vue.d.ts +45 -58
- package/dist/bundled/v2/components/OrRadioGroupV3/index.d.ts +1 -0
- package/dist/bundled/v2/components/OrRadioGroupV3/types.d.ts +6 -0
- package/dist/bundled/v2/components/OrRadioV3/OrRadio.js +30 -25
- package/dist/bundled/v2/components/OrRadioV3/OrRadio.vue.d.ts +16 -13
- package/dist/bundled/v2/components/OrRadioV3/index.d.ts +1 -0
- package/dist/bundled/v2/components/OrRadioV3/styles.d.ts +1 -1
- package/dist/bundled/v2/components/OrRadioV3/styles.js +12 -12
- package/dist/bundled/v2/components/OrRadioV3/types.d.ts +2 -0
- 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/OrSwitchV3/OrSwitch.js +51 -41
- package/dist/bundled/v2/components/OrSwitchV3/OrSwitch.vue.d.ts +26 -23
- package/dist/bundled/v2/components/OrSwitchV3/index.d.ts +1 -0
- package/dist/bundled/v2/components/OrSwitchV3/styles.d.ts +1 -1
- package/dist/bundled/v2/components/OrSwitchV3/styles.js +7 -7
- package/dist/bundled/v2/components/OrSwitchV3/types.d.ts +2 -0
- package/dist/bundled/v2/components/OrTextareaV3/types.d.ts +1 -1
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +1 -1
- package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.js +1 -1
- package/dist/bundled/v2/components/index.js +5 -5
- package/dist/bundled/v2/hooks/useTheme.js +0 -1
- package/dist/bundled/v2/index.js +7 -6
- package/dist/bundled/v2/utils/index.d.ts +1 -0
- package/dist/bundled/v2/utils/index.js +1 -0
- package/dist/bundled/v2/utils/isVoid.d.ts +1 -0
- package/dist/bundled/v2/utils/isVoid.js +5 -0
- package/dist/bundled/v3/components/OrAvatar/OrAvatar.js +1 -1
- package/dist/bundled/v3/components/OrAvatar/constants.js +1 -1
- package/dist/bundled/v3/components/OrAvatar/index.js +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/index.js +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/props.js +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrBottomSheetV3-ec6d69fe.js → OrBottomSheetV3-efe9e0a6.js} +1 -1
- package/dist/bundled/v3/components/OrButton/index.js +1 -1
- package/dist/bundled/v3/components/OrButtonGroupV3/OrButtonGroup.js +1 -1
- package/dist/bundled/v3/components/OrButtonGroupV3/index.js +1 -1
- package/dist/bundled/v3/components/OrButtonGroupV3/styles.js +2 -2
- package/dist/bundled/v3/components/{OrButtonGroupV3-03b87501.js → OrButtonGroupV3-11aadc91.js} +1 -1
- package/dist/bundled/v3/components/OrButtonV2/OrButton.js +1 -1
- package/dist/bundled/v3/components/OrButtonV2/constants.js +1 -1
- package/dist/bundled/v3/components/OrButtonV2/index.js +1 -1
- package/dist/bundled/v3/components/{OrButtonV2-58b0a622.js → OrButtonV2-aa07e3f4.js} +1 -1
- package/dist/bundled/v3/components/OrButtonV3/OrButton.js +1 -1
- package/dist/bundled/v3/components/OrButtonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrButtonV3/props.js +1 -1
- package/dist/bundled/v3/components/OrButtonV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrButtonV3-0ce782ba.js → OrButtonV3-a90c86d5.js} +1 -1
- package/dist/bundled/v3/components/OrCard/OrCard.js +1 -1
- package/dist/bundled/v3/components/OrCardCollection/index.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/props.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrCardCollectionV3-96b8fc4b.js → OrCardCollectionV3-7416a26d.js} +3 -3
- package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.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-62eab28a.js → OrCheckboxTreeV3-4635160f.js} +3 -3
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.vue.d.ts +16 -14
- package/dist/bundled/v3/components/OrCheckboxV3/index.d.ts +1 -0
- 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/types.d.ts +2 -0
- package/dist/bundled/v3/components/{OrCheckboxV3-02115a7f.js → OrCheckboxV3-69269b9c.js} +43 -36
- package/dist/bundled/v3/components/OrChip/OrChip.js +1 -1
- package/dist/bundled/v3/components/OrChip/index.js +1 -1
- package/dist/bundled/v3/components/OrChips/OrChips.js +1 -1
- package/dist/bundled/v3/components/OrChips/constants.js +1 -1
- package/dist/bundled/v3/components/OrChips/index.js +1 -1
- package/dist/bundled/v3/components/{OrChips-06567038.js → OrChips-ca0f1380.js} +1 -1
- package/dist/bundled/v3/components/OrCode/OrCode.js +1 -1
- package/dist/bundled/v3/components/OrCode/constants.js +1 -1
- package/dist/bundled/v3/components/OrCode/index.js +1 -1
- package/dist/bundled/v3/components/OrCode/lang.js +1 -1
- package/dist/bundled/v3/components/OrCode/libs.js +1 -1
- package/dist/bundled/v3/components/OrCode/theme.js +1 -1
- package/dist/bundled/v3/components/{OrCode-c0da3f7a.js → OrCode-3167b862.js} +3 -3
- package/dist/bundled/v3/components/OrCodeV3/OrCode.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/index.js +2 -2
- package/dist/bundled/v3/components/OrCodeV3/libs.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-983d8290.js → OrCodeV3-5b8b5a7a.js} +10 -10
- package/dist/bundled/v3/components/OrCollapse/OrCollapse.js +1 -1
- package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.js +1 -1
- package/dist/bundled/v3/components/OrColorPicker/constants.js +1 -1
- package/dist/bundled/v3/components/OrColorPicker/index.js +1 -1
- package/dist/bundled/v3/components/OrColorPicker/utils/defultPalette.js +1 -1
- package/dist/bundled/v3/components/{OrColorPicker-c835bc4f.js → OrColorPicker-788c515b.js} +3 -3
- 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-0f778002.js → OrCombinedInputV3-d6f24b0f.js} +1 -1
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +1 -1
- package/dist/bundled/v3/components/OrConfirm/index.js +1 -1
- package/dist/bundled/v3/components/{OrConfirm-91f220b8.js → OrConfirm-6b540d56.js} +4 -4
- 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-58d5d570.js → OrConfirmV3-882d8f35.js} +5 -5
- package/dist/bundled/v3/components/OrContextMenuV3/OrContextMenu.js +2 -2
- package/dist/bundled/v3/components/OrDateFormatV3/OrDateFormat.js +1 -1
- package/dist/bundled/v3/components/OrDateFormatV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateFormatV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDateFormatV3-9702507e.js → OrDateFormatV3-3000643b.js} +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDatePickerV3-6c4271a8.js → OrDatePickerV3-d5f8c11a.js} +4 -4
- package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.js +1 -1
- package/dist/bundled/v3/components/OrDateRangePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateRangePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDateRangePickerV3-123293a5.js → OrDateRangePickerV3-e62adab9.js} +4 -4
- package/dist/bundled/v3/components/OrDateTimeFormatV3/OrDateTimeFormat.js +1 -1
- package/dist/bundled/v3/components/OrDateTimeFormatV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateTimeFormatV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDateTimeFormatV3-24f7e7c0.js → OrDateTimeFormatV3-1ff1795b.js} +1 -1
- package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePicker/constants.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePicker/index.js +1 -1
- package/dist/bundled/v3/components/{OrDateTimePicker-ecc08f15.js → OrDateTimePicker-a323d4d7.js} +3 -3
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/props.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatTime.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getCurrentDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getDatePlaceholder.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getNextMonthDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getTimePlaceholder.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/index.js +1 -1
- package/dist/bundled/v3/components/{OrDateTimePickerV3-183a5634.js → OrDateTimePickerV3-84c0fee3.js} +6 -6
- package/dist/bundled/v3/components/OrDropAreaV3/OrDropArea.js +1 -1
- package/dist/bundled/v3/components/OrDropAreaV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDropAreaV3/props.js +1 -1
- package/dist/bundled/v3/components/OrDropAreaV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrDropAreaV3/utils/approximateFileSize.js +1 -1
- package/dist/bundled/v3/components/OrDropAreaV3/utils/index.js +1 -1
- package/dist/bundled/v3/components/OrEditorTabsV3/OrEditorTabs.js +1 -1
- package/dist/bundled/v3/components/OrEditorTabsV3/index.js +1 -1
- package/dist/bundled/v3/components/OrEditorTabsV3/props.js +1 -1
- package/dist/bundled/v3/components/OrEditorTabsV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrEditorTabsV3-bdfd4c31.js → OrEditorTabsV3-b948d282.js} +4 -4
- package/dist/bundled/v3/components/OrError/OrError.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/props.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrFloating/OrFloating.js +1 -1
- package/dist/bundled/v3/components/OrFloating/constants.js +1 -1
- package/dist/bundled/v3/components/OrFloating/index.js +1 -1
- package/dist/bundled/v3/components/{OrFloating-18e0dac6.js → OrFloating-9b3e2ca1.js} +1 -1
- 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-7fe620c0.js → OrFormGroupV3-7d09a939.js} +1 -1
- package/dist/bundled/v3/components/OrHint/OrHint.js +1 -1
- package/dist/bundled/v3/components/OrIcon/index.js +2 -2
- package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.js +3 -3
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +1 -1
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrIconButtonV3/props.js +1 -1
- package/dist/bundled/v3/components/OrIconButtonV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrIconButtonV3-c00fffaf.js → OrIconButtonV3-79f8c1eb.js} +1 -1
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +1 -1
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.vue.d.ts +2 -2
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInlineInputV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrInlineInputV3/types.d.ts +1 -1
- package/dist/bundled/v3/components/{OrInlineInputV3-ca56d083.js → OrInlineInputV3-cb4cb3f2.js} +2 -2
- package/dist/bundled/v3/components/OrInlineTextEdit/index.js +2 -2
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +1 -1
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.vue.d.ts +2 -2
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInlineTextareaV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrInlineTextareaV3/types.d.ts +1 -1
- package/dist/bundled/v3/components/{OrInlineTextareaV3-34106182.js → OrInlineTextareaV3-d7098aac.js} +2 -2
- package/dist/bundled/v3/components/OrInput/OrInput.js +1 -1
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +1 -1
- package/dist/bundled/v3/components/OrInputV3/OrInput.vue.d.ts +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/types.d.ts +1 -1
- package/dist/bundled/v3/components/{OrInputV3-f8fe1912.js → OrInputV3-db89dfb7.js} +4 -4
- package/dist/bundled/v3/components/OrLabel/OrLabel.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-ebd5f67a.js → OrLabelV3-b1cd132a.js} +1 -1
- package/dist/bundled/v3/components/OrList/OrList.js +1 -1
- package/dist/bundled/v3/components/OrList/index.js +1 -1
- package/dist/bundled/v3/components/{OrList-92862764.js → OrList-76d6ce56.js} +3 -3
- package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.js +2 -2
- 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-159c96b5.js → OrListV3-62e510b2.js} +3 -3
- package/dist/bundled/v3/components/OrLoader/index.js +1 -1
- package/dist/bundled/v3/components/OrLoaderV3/OrLoader.js +1 -1
- package/dist/bundled/v3/components/OrLoaderV3/index.js +1 -1
- package/dist/bundled/v3/components/OrLoaderV3/props.js +1 -1
- package/dist/bundled/v3/components/OrLoaderV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrLoaderV3-7eed5201.js → OrLoaderV3-0081e944.js} +1 -1
- package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.js +1 -1
- package/dist/bundled/v3/components/OrMenuItemV3/index.js +1 -1
- package/dist/bundled/v3/components/OrMenuItemV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrMenuItemV3-d44a3d07.js → OrMenuItemV3-eada9948.js} +1 -1
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +1 -1
- package/dist/bundled/v3/components/OrMenuV3/index.js +1 -1
- package/dist/bundled/v3/components/OrMenuV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrMenuV3-dc587800.js → OrMenuV3-257758b9.js} +1 -1
- package/dist/bundled/v3/components/OrModal/OrModal.js +1 -1
- package/dist/bundled/v3/components/OrModal/constants.js +1 -1
- package/dist/bundled/v3/components/OrModal/index.js +1 -1
- package/dist/bundled/v3/components/{OrModal-7ea5adf2.js → OrModal-813f66cd.js} +2 -2
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +1 -1
- package/dist/bundled/v3/components/OrModalV3/index.js +1 -1
- package/dist/bundled/v3/components/OrModalV3/props.js +1 -1
- package/dist/bundled/v3/components/OrModalV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrModalV3-65e0cb39.js → OrModalV3-de3020ca.js} +2 -2
- package/dist/bundled/v3/components/OrNotification/index.js +1 -1
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +1 -1
- package/dist/bundled/v3/components/OrNotificationV3/index.js +1 -1
- package/dist/bundled/v3/components/OrNotificationV3/props.js +1 -1
- package/dist/bundled/v3/components/OrNotificationV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrNotificationV3-c5ce2973.js → OrNotificationV3-bd490a7e.js} +1 -1
- package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.js +4 -4
- package/dist/bundled/v3/components/OrOverlay/OrOverlay.js +1 -1
- package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +1 -1
- package/dist/bundled/v3/components/OrOverlayV3/index.js +1 -1
- package/dist/bundled/v3/components/OrOverlayV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrOverlayV3-16e02b22.js → OrOverlayV3-fc3627aa.js} +1 -1
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +1 -1
- package/dist/bundled/v3/components/OrPaginationV3/index.js +1 -1
- package/dist/bundled/v3/components/OrPaginationV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrPaginationV3-f94af60b.js → OrPaginationV3-653144ee.js} +3 -3
- package/dist/bundled/v3/components/OrPassword/OrPassword.js +3 -3
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +1 -1
- package/dist/bundled/v3/components/OrPopoverV3/hooks/useFloating.js +2 -2
- package/dist/bundled/v3/components/OrPopoverV3/index.js +1 -1
- package/dist/bundled/v3/components/OrPopoverV3/props.js +1 -1
- package/dist/bundled/v3/components/OrPopoverV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrPopoverV3/utils/index.js +1 -1
- package/dist/bundled/v3/components/OrPopoverV3/utils/isPrevented.js +1 -1
- package/dist/bundled/v3/components/{OrPopoverV3-6c2dbc6b.js → OrPopoverV3-3e80d95c.js} +2 -2
- package/dist/bundled/v3/components/OrProgress/OrProgress.js +1 -1
- package/dist/bundled/v3/components/OrProgress/constants.js +1 -1
- package/dist/bundled/v3/components/OrProgress/index.js +1 -1
- package/dist/bundled/v3/components/{OrProgress-958f26d6.js → OrProgress-2259f090.js} +2 -2
- package/dist/bundled/v3/components/OrProgressV3/OrProgress.js +1 -1
- package/dist/bundled/v3/components/OrProgressV3/index.js +1 -1
- package/dist/bundled/v3/components/OrProgressV3/props.js +1 -1
- package/dist/bundled/v3/components/OrProgressV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrProgressV3-3ec4f0c0.js → OrProgressV3-0e037442.js} +2 -2
- package/dist/bundled/v3/components/OrRadio/OrRadio.js +1 -1
- package/dist/bundled/v3/components/OrRadio/index.js +1 -1
- package/dist/bundled/v3/components/{OrRadio-7a07f978.js → OrRadio-0ce0edca.js} +3 -3
- package/dist/bundled/v3/components/OrRadioGroup/OrRadioGroup.js +1 -1
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +21 -19
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.vue.d.ts +35 -42
- package/dist/bundled/v3/components/OrRadioGroupV3/index.d.ts +1 -0
- package/dist/bundled/v3/components/OrRadioGroupV3/types.d.ts +6 -0
- package/dist/bundled/v3/components/OrRadioV3/OrRadio.js +1 -1
- package/dist/bundled/v3/components/OrRadioV3/OrRadio.vue.d.ts +12 -8
- package/dist/bundled/v3/components/OrRadioV3/index.d.ts +1 -0
- package/dist/bundled/v3/components/OrRadioV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRadioV3/styles.d.ts +1 -1
- package/dist/bundled/v3/components/OrRadioV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrRadioV3/types.d.ts +2 -0
- package/dist/bundled/v3/components/{OrRadioV3-f93b6867.js → OrRadioV3-e9c05c7b.js} +43 -31
- package/dist/bundled/v3/components/OrRangeSliderV3/OrRangeSlider.js +1 -1
- package/dist/bundled/v3/components/OrRangeSliderV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRangeSliderV3/styles.js +2 -2
- package/dist/bundled/v3/components/{OrRangeSliderV3-ccd2e2fc.js → OrRangeSliderV3-a7814bc6.js} +3 -3
- package/dist/bundled/v3/components/OrResizeablePanelV3/OrResizeablePanel.js +1 -1
- package/dist/bundled/v3/components/OrResizeablePanelV3/index.js +1 -1
- package/dist/bundled/v3/components/OrResizeablePanelV3/props.js +1 -1
- package/dist/bundled/v3/components/OrResizeablePanelV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrResizeablePanelV3-991028db.js → OrResizeablePanelV3-cd4756a2.js} +2 -2
- 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 +2 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +2 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.js +2 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +1 -1
- package/dist/bundled/v3/components/{OrRichTextEditorV3-2564f9f7.js → OrRichTextEditorV3-01acbe53.js} +13 -13
- package/dist/bundled/v3/components/OrSearch/OrSearch.js +3 -3
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +2 -2
- package/dist/bundled/v3/components/OrSelect/OrSelect.js +1 -1
- package/dist/bundled/v3/components/OrSelect/constants.js +1 -1
- package/dist/bundled/v3/components/OrSelect/index.js +1 -1
- package/dist/bundled/v3/components/{OrSelect-ca4f92d4.js → OrSelect-86d9116f.js} +7 -7
- 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-846bb0a2.js → OrSelectV3-7888ad93.js} +9 -9
- package/dist/bundled/v3/components/OrSidebar/index.js +2 -2
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +1 -1
- package/dist/bundled/v3/components/OrSidebarV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSidebarV3/props.js +1 -1
- package/dist/bundled/v3/components/OrSidebarV3/styles.js +2 -2
- package/dist/bundled/v3/components/{OrSidebarV3-33dbf722.js → OrSidebarV3-7e1363e6.js} +1 -1
- package/dist/bundled/v3/components/OrSkeleton/constants.js +1 -1
- package/dist/bundled/v3/components/OrSkeleton/index.js +1 -1
- package/dist/bundled/v3/components/{OrSkeleton-284e1ba6.js → OrSkeleton-3e0bd913.js} +3 -3
- package/dist/bundled/v3/components/OrSkeletonCircle/OrSkeletonCircle.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonCircle/index.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonCircleV3/OrSkeletonCircle.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonCircleV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonRect/OrSkeletonRect.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonRect/index.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonRectV3/OrSkeletonRect.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonRectV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonText/index.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonTextV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrSkeletonV3-d9c794bb.js → OrSkeletonV3-bcf40ec2.js} +1 -1
- package/dist/bundled/v3/components/OrSlider/OrSlider.js +2 -2
- package/dist/bundled/v3/components/OrSliderV3/OrSlider.js +1 -1
- package/dist/bundled/v3/components/OrSliderV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSliderV3/props.js +1 -1
- package/dist/bundled/v3/components/OrSliderV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrSliderV3-494dcf81.js → OrSliderV3-9d6ba683.js} +2 -2
- package/dist/bundled/v3/components/OrSortingV3/OrSorting.js +1 -1
- package/dist/bundled/v3/components/OrSortingV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSortingV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrSortingV3-26fee4df.js → OrSortingV3-22702d52.js} +3 -3
- package/dist/bundled/v3/components/OrStatusV3/OrStatus.js +1 -1
- package/dist/bundled/v3/components/OrStatusV3/index.js +1 -1
- package/dist/bundled/v3/components/OrStatusV3/props.js +1 -1
- package/dist/bundled/v3/components/OrStatusV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrStatusV3-fe854bb6.js → OrStatusV3-c312005c.js} +1 -1
- package/dist/bundled/v3/components/OrStepper/OrStepper.js +2 -2
- package/dist/bundled/v3/components/OrSwitch/OrSwitch.js +1 -1
- package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +1 -1
- package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.vue.d.ts +20 -16
- package/dist/bundled/v3/components/OrSwitchV3/index.d.ts +1 -0
- package/dist/bundled/v3/components/OrSwitchV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSwitchV3/styles.d.ts +1 -1
- package/dist/bundled/v3/components/OrSwitchV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrSwitchV3/types.d.ts +2 -0
- package/dist/bundled/v3/components/{OrSwitchV3-d48f5e5b.js → OrSwitchV3-2fa19537.js} +60 -30
- package/dist/bundled/v3/components/OrTab/OrTab.js +2 -2
- package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.js +1 -1
- package/dist/bundled/v3/components/OrTabs/OrTabs.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/props.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTabsV3-ee164bd5.js → OrTabsV3-2016c95b.js} +3 -3
- package/dist/bundled/v3/components/OrTag/OrTag.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-38c1c81d.js → OrTagInputV3-1dadfcfd.js} +6 -6
- package/dist/bundled/v3/components/OrTagV3/OrTag.js +1 -1
- package/dist/bundled/v3/components/OrTagV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagV3/props.js +1 -1
- package/dist/bundled/v3/components/OrTagV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTagV3-59ddbb3d.js → OrTagV3-9dde2fb8.js} +1 -1
- package/dist/bundled/v3/components/OrTagsV3/OrTags.js +1 -1
- package/dist/bundled/v3/components/OrTagsV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagsV3/props.js +1 -1
- package/dist/bundled/v3/components/OrTagsV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrTagsV3/utils/castToTag.js +1 -1
- package/dist/bundled/v3/components/{OrTagsV3-60d266d5.js → OrTagsV3-a1d126d2.js} +3 -3
- package/dist/bundled/v3/components/OrTextarea/OrTextarea.js +1 -1
- package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +1 -1
- package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.vue.d.ts +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/types.d.ts +1 -1
- package/dist/bundled/v3/components/{OrTextareaV3-c489d481.js → OrTextareaV3-4a8136b0.js} +2 -2
- package/dist/bundled/v3/components/OrTextbox/index.js +1 -1
- package/dist/bundled/v3/components/OrTimeFormatV3/OrTimeFormat.js +1 -1
- package/dist/bundled/v3/components/OrTimeFormatV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTimeFormatV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTimeFormatV3-6b0c541a.js → OrTimeFormatV3-1a6191e2.js} +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +1 -1
- 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-088e47b3.js → OrTimePickerV3-ac66eecb.js} +4 -4
- package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.js +1 -1
- 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-56f60c31.js → OrTimeRangePickerV3-ea15e8da.js} +4 -4
- package/dist/bundled/v3/components/OrToast/OrToast.js +1 -1
- package/dist/bundled/v3/components/OrToast/Timer.js +2 -2
- package/dist/bundled/v3/components/OrToast/composable/index.js +1 -1
- package/dist/bundled/v3/components/OrToast/composable/useQueue.js +1 -1
- package/dist/bundled/v3/components/OrToast/composable/useToast.js +1 -1
- package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v3/components/OrToast/constants.js +1 -1
- package/dist/bundled/v3/components/OrToast/index.js +1 -1
- package/dist/bundled/v3/components/{OrToast-d2b2da2c.js → OrToast-0dfa6e4e.js} +3 -3
- package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.js +1 -1
- package/dist/bundled/v3/components/OrToastContainer/index.js +1 -1
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +1 -1
- package/dist/bundled/v3/components/OrToastContainerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/OrToast.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/Timer.js +2 -2
- package/dist/bundled/v3/components/OrToastV3/composable/index.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/composable/useQueue.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/composable/useToast.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v3/components/OrToastV3/index.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/props.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrToastV3-807d4d52.js → OrToastV3-c423f82c.js} +4 -4
- package/dist/bundled/v3/components/OrTooltip/index.js +2 -2
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +1 -1
- package/dist/bundled/v3/components/OrTooltipV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTooltipV3/styles.js +2 -2
- package/dist/bundled/v3/components/{OrTooltipV3-ed1de332.js → OrTooltipV3-30e60916.js} +1 -1
- package/dist/bundled/v3/components/OrTreeV3/index.js +2 -2
- package/dist/bundled/v3/components/index.js +69 -69
- package/dist/bundled/v3/hooks/useOverflow.js +1 -1
- package/dist/bundled/v3/hooks/usePopoverState.js +1 -1
- package/dist/bundled/v3/hooks/useResponsive/useResponsive.js +1 -1
- package/dist/bundled/v3/hooks/useTheme.js +0 -1
- package/dist/bundled/v3/index.js +72 -71
- package/dist/bundled/v3/utils/functions/dom.js +3 -3
- package/dist/bundled/v3/utils/index.d.ts +1 -0
- package/dist/bundled/v3/utils/index.js +1 -0
- package/dist/bundled/v3/utils/isVoid.d.ts +1 -0
- package/dist/bundled/v3/utils/isVoid.js +5 -0
- package/dist/esm/v2/{OrCardCollection-a6352c3c.js → OrCardCollection-dae2f81d.js} +1 -1
- package/dist/esm/v2/{OrCheckbox-b301ba35.js → OrCheckbox-2e14d995.js} +44 -35
- package/dist/esm/v2/{OrCheckboxGroup-f5577316.js → OrCheckboxGroup-4c3c1418.js} +2 -2
- package/dist/esm/v2/{OrCheckboxTree-24cec921.js → OrCheckboxTree-9613ade5.js} +1 -1
- package/dist/esm/v2/{OrCode-02d56743.js → OrCode-bab23c65.js} +1 -1
- package/dist/esm/v2/{OrCombinedInput-211d1778.js → OrCombinedInput-e3f4498e.js} +1 -1
- package/dist/esm/v2/{OrConfirm-19a8c199.js → OrConfirm-4561fd88.js} +1 -1
- package/dist/esm/v2/{OrDateFormat-c6151720.js → OrDateFormat-7b761b0f.js} +2 -2
- package/dist/esm/v2/{OrDatePicker-e358e141.js → OrDatePicker-847e9db1.js} +3 -3
- package/dist/esm/v2/{OrDateRangePicker-88c20971.js → OrDateRangePicker-01c5a09c.js} +3 -3
- package/dist/esm/v2/{OrDateTimeFormat-fc692ea2.js → OrDateTimeFormat-80ff6397.js} +2 -2
- package/dist/esm/v2/{OrDateTimePicker-e5b9d77c.js → OrDateTimePicker-c68aacf9.js} +1 -1
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-ed79c954.js → OrDateTimePicker.vue_rollup-plugin-vue_script-bd0836fd.js} +2 -2
- package/dist/esm/v2/{OrDateTimePickerTimeSelect-b367f9b0.js → OrDateTimePickerTimeSelect-2f7efc41.js} +1 -1
- package/dist/esm/v2/{OrFormGroup-d1d9f3bc.js → OrFormGroup-d8b290f4.js} +1 -1
- package/dist/esm/v2/{OrInput-9a045772.js → OrInput-43f90e4a.js} +1 -1
- package/dist/esm/v2/{OrLabel-98c3f6e8.js → OrLabel-113eae8d.js} +1 -1
- package/dist/esm/v2/{OrList-8ba6bef9.js → OrList-aae21920.js} +1 -1
- package/dist/esm/v2/{OrRadio-205fa21d.js → OrRadio-c6aec5c3.js} +41 -36
- package/dist/esm/v2/{OrRadioGroup-9337e0ea.js → OrRadioGroup-038ad285.js} +19 -17
- package/dist/esm/v2/{OrRichTextEditor-4658a5ae.js → OrRichTextEditor-6a2785c0.js} +2 -2
- package/dist/esm/v2/{OrSearch-acdfc657.js → OrSearch-5dd1820f.js} +1 -1
- package/dist/esm/v2/{OrSelect-671089fc.js → OrSelect-bf279168.js} +6 -6
- package/dist/esm/v2/{OrSelectMultipleControl-315df15d.js → OrSelectMultipleControl-e82b28dc.js} +1 -2
- package/dist/esm/v2/{OrSelectSingleControl-1be036dd.js → OrSelectSingleControl-dd41147f.js} +1 -2
- package/dist/esm/v2/{OrSwitch-27fc0c50.js → OrSwitch-b636a4e7.js} +57 -47
- package/dist/esm/v2/{OrTagInput-cb43b029.js → OrTagInput-dbd9096c.js} +1 -1
- package/dist/esm/v2/{OrTextarea-4e2d511a.js → OrTextarea-56e2159d.js} +1 -1
- package/dist/esm/v2/{OrTimeFormat-6effa150.js → OrTimeFormat-6e82fcd3.js} +2 -2
- package/dist/esm/v2/{OrTimePicker-565473aa.js → OrTimePicker-e18d9265.js} +3 -3
- package/dist/esm/v2/{OrTimeRangePicker-a09b6e60.js → OrTimeRangePicker-e46462b3.js} +3 -3
- package/dist/esm/v2/components/index.js +33 -33
- package/dist/esm/v2/components/or-card-collection-v3/index.js +4 -4
- package/dist/esm/v2/components/or-checkbox-group-v3/index.js +6 -6
- package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +4 -4
- package/dist/esm/v2/components/or-checkbox-v3/OrCheckbox.vue.d.ts +21 -20
- package/dist/esm/v2/components/or-checkbox-v3/index.d.ts +1 -0
- package/dist/esm/v2/components/or-checkbox-v3/index.js +3 -3
- package/dist/esm/v2/components/or-checkbox-v3/types.d.ts +2 -0
- 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/index.js +4 -4
- package/dist/esm/v2/components/or-date-picker-v3/index.js +4 -4
- package/dist/esm/v2/components/or-date-range-picker-v3/index.js +4 -4
- package/dist/esm/v2/components/or-date-time-format-v3/index.js +4 -4
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +4 -4
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/index.js +2 -2
- package/dist/esm/v2/components/or-form-group-v3/index.js +2 -2
- package/dist/esm/v2/components/or-inline-input-v3/types.d.ts +1 -1
- package/dist/esm/v2/components/or-inline-textarea-v3/types.d.ts +1 -1
- package/dist/esm/v2/components/or-input-v3/index.js +2 -2
- package/dist/esm/v2/components/or-input-v3/types.d.ts +1 -1
- 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/OrRadioGroup.vue.d.ts +45 -58
- package/dist/esm/v2/components/or-radio-group-v3/index.d.ts +1 -0
- package/dist/esm/v2/components/or-radio-group-v3/index.js +4 -4
- package/dist/esm/v2/components/or-radio-group-v3/types.d.ts +6 -0
- package/dist/esm/v2/components/or-radio-v3/OrRadio.vue.d.ts +16 -13
- package/dist/esm/v2/components/or-radio-v3/index.d.ts +1 -0
- package/dist/esm/v2/components/or-radio-v3/index.js +2 -2
- package/dist/esm/v2/components/or-radio-v3/styles.d.ts +1 -1
- package/dist/esm/v2/components/or-radio-v3/types.d.ts +2 -0
- 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 +8 -8
- package/dist/esm/v2/components/or-select-v3/partials/index.js +3 -4
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/index.js +2 -3
- package/dist/esm/v2/components/or-select-v3/partials/or-select-single-control/index.js +2 -3
- package/dist/esm/v2/components/or-switch-v3/OrSwitch.vue.d.ts +26 -23
- package/dist/esm/v2/components/or-switch-v3/index.d.ts +1 -0
- package/dist/esm/v2/components/or-switch-v3/index.js +3 -2
- package/dist/esm/v2/components/or-switch-v3/styles.d.ts +1 -1
- package/dist/esm/v2/components/or-switch-v3/types.d.ts +2 -0
- 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-textarea-v3/types.d.ts +1 -1
- package/dist/esm/v2/components/or-time-format-v3/index.js +4 -4
- package/dist/esm/v2/components/or-time-picker-v3/index.js +4 -4
- package/dist/esm/v2/components/or-time-range-picker-v3/index.js +4 -4
- package/dist/esm/v2/index.js +33 -33
- package/dist/esm/v2/{isEqualValue-f8bf73d9.js → isEqualValue-b6ca4b55.js} +5 -1
- package/dist/esm/v2/isVoid-36a1480c.js +5 -0
- package/dist/esm/v2/utils/index.d.ts +1 -0
- package/dist/esm/v2/utils/index.js +2 -2
- package/dist/esm/v2/utils/isVoid.d.ts +1 -0
- package/dist/esm/v3/{OrCardCollection-d632c92d.js → OrCardCollection-7eecfe1b.js} +1 -1
- package/dist/esm/v3/{OrCheckbox-abe46de1.js → OrCheckbox-91bc37d7.js} +42 -35
- package/dist/esm/v3/{OrCheckboxGroup-11a7b74e.js → OrCheckboxGroup-ba429495.js} +2 -2
- package/dist/esm/v3/{OrCheckboxTree-7693bcda.js → OrCheckboxTree-e3b760d1.js} +1 -1
- package/dist/esm/v3/{OrCode-842bcdcd.js → OrCode-590736cc.js} +1 -1
- package/dist/esm/v3/{OrCombinedInput-b42c2ead.js → OrCombinedInput-1a22e413.js} +1 -1
- package/dist/esm/v3/{OrConfirm-21d06156.js → OrConfirm-fdc47d05.js} +1 -1
- package/dist/esm/v3/{OrDateFormat-e2f54d81.js → OrDateFormat-755671ca.js} +2 -2
- package/dist/esm/v3/{OrDatePicker-0653033d.js → OrDatePicker-a65e349c.js} +3 -3
- package/dist/esm/v3/{OrDateRangePicker-c2b4e6d7.js → OrDateRangePicker-06b39fc4.js} +3 -3
- package/dist/esm/v3/{OrDateTimeFormat-220e33bf.js → OrDateTimeFormat-3408f038.js} +2 -2
- package/dist/esm/v3/{OrDateTimePicker-ef148446.js → OrDateTimePicker-b2749f72.js} +2 -2
- package/dist/esm/v3/{OrDateTimePickerTimeSelect-d9cee31a.js → OrDateTimePickerTimeSelect-c6ea3195.js} +1 -1
- package/dist/esm/v3/{OrFormGroup-11ed3699.js → OrFormGroup-17c3cc0a.js} +1 -1
- package/dist/esm/v3/{OrInput-a442c61e.js → OrInput-89bb16d6.js} +1 -1
- package/dist/esm/v3/{OrLabel-f1a581d8.js → OrLabel-02aa56ad.js} +1 -1
- package/dist/esm/v3/{OrList-8e43f5cd.js → OrList-384bf436.js} +1 -1
- package/dist/esm/v3/{OrRadio-b4ab913e.js → OrRadio-160d7841.js} +41 -29
- package/dist/esm/v3/{OrRadioGroup-0c1bcc17.js → OrRadioGroup-6a5af61f.js} +21 -19
- package/dist/esm/v3/{OrRichTextEditor-a35175cf.js → OrRichTextEditor-87baa915.js} +2 -2
- package/dist/esm/v3/{OrSearch-975833d8.js → OrSearch-42922cb7.js} +1 -1
- package/dist/esm/v3/{OrSelect-83c8cada.js → OrSelect-27ede5ab.js} +6 -6
- package/dist/esm/v3/{OrSelectMultipleControl-6e1e4ac2.js → OrSelectMultipleControl-c3eb2da4.js} +1 -2
- package/dist/esm/v3/{OrSelectSingleControl-a1362154.js → OrSelectSingleControl-de181844.js} +1 -2
- package/dist/esm/v3/{OrSwitch-6cd74849.js → OrSwitch-43616cd3.js} +57 -27
- package/dist/esm/v3/{OrTagInput-85bb35a5.js → OrTagInput-e768c2d1.js} +1 -1
- package/dist/esm/v3/{OrTextarea-72acd2de.js → OrTextarea-97b57866.js} +1 -1
- package/dist/esm/v3/{OrTimeFormat-0434466f.js → OrTimeFormat-ef653117.js} +2 -2
- package/dist/esm/v3/{OrTimePicker-b7445bd1.js → OrTimePicker-9dcd20dd.js} +3 -3
- package/dist/esm/v3/{OrTimeRangePicker-47f04771.js → OrTimeRangePicker-1f6509eb.js} +3 -3
- package/dist/esm/v3/components/index.js +32 -32
- package/dist/esm/v3/components/or-card-collection-v3/index.js +4 -4
- package/dist/esm/v3/components/or-checkbox-group-v3/index.js +6 -6
- package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +4 -4
- package/dist/esm/v3/components/or-checkbox-v3/OrCheckbox.vue.d.ts +16 -14
- package/dist/esm/v3/components/or-checkbox-v3/index.d.ts +1 -0
- package/dist/esm/v3/components/or-checkbox-v3/index.js +3 -3
- package/dist/esm/v3/components/or-checkbox-v3/types.d.ts +2 -0
- package/dist/esm/v3/components/or-code-v3/index.js +2 -2
- package/dist/esm/v3/components/or-combined-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
- package/dist/esm/v3/components/or-date-format-v3/index.js +4 -4
- package/dist/esm/v3/components/or-date-picker-v3/index.js +4 -4
- package/dist/esm/v3/components/or-date-range-picker-v3/index.js +4 -4
- package/dist/esm/v3/components/or-date-time-format-v3/index.js +4 -4
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +3 -3
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/index.js +2 -2
- package/dist/esm/v3/components/or-form-group-v3/index.js +2 -2
- package/dist/esm/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-inline-input-v3/types.d.ts +1 -1
- package/dist/esm/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-inline-textarea-v3/types.d.ts +1 -1
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-input-v3/types.d.ts +1 -1
- 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/OrRadioGroup.vue.d.ts +35 -42
- package/dist/esm/v3/components/or-radio-group-v3/index.d.ts +1 -0
- package/dist/esm/v3/components/or-radio-group-v3/index.js +4 -4
- package/dist/esm/v3/components/or-radio-group-v3/types.d.ts +6 -0
- package/dist/esm/v3/components/or-radio-v3/OrRadio.vue.d.ts +12 -8
- package/dist/esm/v3/components/or-radio-v3/index.d.ts +1 -0
- package/dist/esm/v3/components/or-radio-v3/index.js +2 -2
- package/dist/esm/v3/components/or-radio-v3/styles.d.ts +1 -1
- package/dist/esm/v3/components/or-radio-v3/types.d.ts +2 -0
- 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 +8 -8
- package/dist/esm/v3/components/or-select-v3/partials/index.js +3 -4
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/index.js +2 -3
- package/dist/esm/v3/components/or-select-v3/partials/or-select-single-control/index.js +2 -3
- package/dist/esm/v3/components/or-switch-v3/OrSwitch.vue.d.ts +20 -16
- package/dist/esm/v3/components/or-switch-v3/index.d.ts +1 -0
- package/dist/esm/v3/components/or-switch-v3/index.js +3 -2
- package/dist/esm/v3/components/or-switch-v3/styles.d.ts +1 -1
- package/dist/esm/v3/components/or-switch-v3/types.d.ts +2 -0
- package/dist/esm/v3/components/or-tag-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
- package/dist/esm/v3/components/or-textarea-v3/types.d.ts +1 -1
- package/dist/esm/v3/components/or-time-format-v3/index.js +4 -4
- package/dist/esm/v3/components/or-time-picker-v3/index.js +4 -4
- package/dist/esm/v3/components/or-time-range-picker-v3/index.js +4 -4
- package/dist/esm/v3/index.js +32 -32
- package/dist/esm/v3/{isEqualValue-f8bf73d9.js → isEqualValue-b6ca4b55.js} +5 -1
- package/dist/esm/v3/isVoid-36a1480c.js +5 -0
- package/dist/esm/v3/utils/index.d.ts +1 -0
- package/dist/esm/v3/utils/index.js +2 -2
- package/dist/esm/v3/utils/isVoid.d.ts +1 -0
- package/package.json +3 -3
- package/src/components/or-checkbox-v3/OrCheckbox.vue +36 -21
- package/src/components/or-checkbox-v3/index.ts +1 -0
- package/src/components/or-checkbox-v3/styles.ts +13 -13
- package/src/components/or-checkbox-v3/types.ts +3 -0
- package/src/components/or-inline-input-v3/types.ts +1 -1
- package/src/components/or-inline-textarea-v3/types.ts +1 -1
- package/src/components/or-input-v3/types.ts +1 -1
- package/src/components/or-label-v3/styles.ts +1 -1
- package/src/components/or-radio-group-v3/OrRadioGroup.vue +30 -17
- package/src/components/or-radio-group-v3/index.ts +1 -0
- package/src/components/or-radio-group-v3/types.ts +8 -0
- package/src/components/or-radio-v3/OrRadio.vue +31 -12
- package/src/components/or-radio-v3/index.ts +1 -0
- package/src/components/or-radio-v3/styles.ts +14 -14
- package/src/components/or-radio-v3/types.ts +3 -0
- package/src/components/or-switch-v3/OrSwitch.vue +56 -15
- package/src/components/or-switch-v3/index.ts +1 -0
- package/src/components/or-switch-v3/styles.ts +9 -9
- package/src/components/or-switch-v3/types.ts +3 -0
- package/src/components/or-textarea-v3/types.ts +1 -1
- package/src/utils/index.ts +1 -0
- package/src/utils/isVoid.ts +3 -0
- package/dist/esm/v2/isEmptyValue-fd56a6e4.js +0 -5
- package/dist/esm/v3/isEmptyValue-fd56a6e4.js +0 -5
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-00287594.js → OrDateTimePickerMonthSelect-980a9ada.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-903012f0.js → OrDateTimePickerPopoverHeader-a0ea3524.js} +0 -0
- /package/dist/bundled/v2/{OrInlineInput-de0fed5a.js → OrInlineInput-7c9c882f.js} +0 -0
- /package/dist/bundled/v2/{OrInput-3073ced7.js → OrInput-aeca8c1a.js} +0 -0
- /package/dist/bundled/v2/{OrList-b7b7017a.js → OrList-1cda0d88.js} +0 -0
- /package/dist/bundled/v3/components/{OrAvatar-bceb6c00.js → OrAvatar-d1e1cd07.js} +0 -0
- /package/dist/bundled/v3/components/{OrDropAreaV3-2ebc2843.js → OrDropAreaV3-af26944d.js} +0 -0
- /package/dist/bundled/v3/components/{OrExpansionPanelV3-b982d033.js → OrExpansionPanelV3-f820fb10.js} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrTimeRangePickerV3 } from '../../OrTimeRangePicker-
|
|
1
|
+
export { s as OrTimeRangePickerV3 } from '../../OrTimeRangePicker-1f6509eb.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../dropdown-open-06d651cf.js';
|
|
4
4
|
import '@vueuse/core';
|
|
@@ -9,7 +9,7 @@ import '../../useProxyModelValue-940010d2.js';
|
|
|
9
9
|
import '../../useResponsive-1baf3485.js';
|
|
10
10
|
import '@onereach/styles/tailwind/plugins/core';
|
|
11
11
|
import '@onereach/styles/tailwind.config.json';
|
|
12
|
-
import '../../OrDateTimePicker-
|
|
12
|
+
import '../../OrDateTimePicker-b2749f72.js';
|
|
13
13
|
import '../../OrError-331220bc.js';
|
|
14
14
|
import 'vue';
|
|
15
15
|
import '../../OrHint-262c8217.js';
|
|
@@ -27,8 +27,8 @@ import '../../useTheme-0ef25778.js';
|
|
|
27
27
|
import '../../isPrevented-6994b101.js';
|
|
28
28
|
import '../../isAncestor-9acec98b.js';
|
|
29
29
|
import '../../OrInputBox-287f97ba.js';
|
|
30
|
-
import '../../OrLabel-
|
|
31
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
30
|
+
import '../../OrLabel-02aa56ad.js';
|
|
31
|
+
import '../../OrDateTimePickerTimeSelect-c6ea3195.js';
|
|
32
32
|
import '../../getTimePlaceholder-a1d75821.js';
|
|
33
33
|
import '../../OrButton-c95aef65.js';
|
|
34
34
|
import '../../OrLoader-5e2f359b.js';
|
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-7eecfe1b.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-ba429495.js';
|
|
15
|
+
export { s as OrCheckboxTreeV3 } from './OrCheckboxTree-e3b760d1.js';
|
|
16
|
+
export { s as OrCheckboxV3 } from './OrCheckbox-91bc37d7.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,22 +22,22 @@ 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-590736cc.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-1a22e413.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-fdc47d05.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-755671ca.js';
|
|
35
|
+
export { s as OrDatePickerV3 } from './OrDatePicker-a65e349c.js';
|
|
36
|
+
export { s as OrDateRangePickerV3 } from './OrDateRangePicker-06b39fc4.js';
|
|
37
|
+
export { s as OrDateTimeFormatV3 } from './OrDateTimeFormat-3408f038.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-
|
|
39
|
+
export { s as OrDateTimePickerV3 } from './OrDateTimePicker-b2749f72.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-c6ea3195.js';
|
|
41
41
|
export { D as DateTimePickerTimeFormat, f as formatDate, a as formatTime, g as getDatePlaceholder, b as getTimePlaceholder } from './getTimePlaceholder-a1d75821.js';
|
|
42
42
|
export { g as getCurrentDate } from './getCurrentDate-046a888d.js';
|
|
43
43
|
export { g as getNextMonthDate } from './getNextMonthDate-00c47169.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-17c3cc0a.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-89bb16d6.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-02aa56ad.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-384bf436.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-6a5af61f.js';
|
|
95
|
+
export { s as OrRadioV3 } from './OrRadio-160d7841.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-87baa915.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-42922cb7.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-27ede5ab.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-43616cd3.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-e768c2d1.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-97b57866.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-ef653117.js';
|
|
137
|
+
export { s as OrTimePickerV3 } from './OrTimePicker-9dcd20dd.js';
|
|
138
|
+
export { s as OrTimeRangePickerV3 } from './OrTimeRangePicker-1f6509eb.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';
|
|
@@ -160,8 +160,8 @@ export { M as MutationObs, f as addClass, c as cancelAF, e as contains, m as get
|
|
|
160
160
|
export { p as pxToRem } from './px-to-rem-0b26b83e.js';
|
|
161
161
|
export { i as isAncestor } from './isAncestor-9acec98b.js';
|
|
162
162
|
export { i as isEmpty } from './isEmpty-a3a94129.js';
|
|
163
|
-
export { i as isEmptyValue } from './
|
|
164
|
-
export { i as
|
|
163
|
+
export { i as isEmptyValue, a as isEqualValue } from './isEqualValue-b6ca4b55.js';
|
|
164
|
+
export { i as isVoid } from './isVoid-36a1480c.js';
|
|
165
165
|
import 'vue-demi';
|
|
166
166
|
import 'vue';
|
|
167
167
|
import './style-inject.es-4c6f2515.js';
|
|
@@ -207,10 +207,10 @@ import './codemirrorView-020fe885.js';
|
|
|
207
207
|
import 'prosemirror-state';
|
|
208
208
|
import 'prosemirror-commands';
|
|
209
209
|
import 'lodash/keyBy';
|
|
210
|
-
import './OrSelectMultipleControl-
|
|
210
|
+
import './OrSelectMultipleControl-c3eb2da4.js';
|
|
211
211
|
import './OrSelectControlInput-62d04212.js';
|
|
212
212
|
import './OrSelectPlaceholder-81502228.js';
|
|
213
|
-
import './OrSelectSingleControl-
|
|
213
|
+
import './OrSelectSingleControl-de181844.js';
|
|
214
214
|
import 'lodash/range';
|
|
215
215
|
import './styles-ed564e39.js';
|
|
216
216
|
import 'lodash/isNil';
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
function isEmptyValue(val) {
|
|
2
|
+
return val === undefined || val === null || val === '';
|
|
3
|
+
}
|
|
4
|
+
|
|
1
5
|
function isEqualValue(val1, val2) {
|
|
2
6
|
if (typeof val1 === 'object' && typeof val2 === 'object') {
|
|
3
7
|
return JSON.stringify(val1) === JSON.stringify(val2);
|
|
@@ -5,4 +9,4 @@ function isEqualValue(val1, val2) {
|
|
|
5
9
|
return val1 === val2;
|
|
6
10
|
}
|
|
7
11
|
|
|
8
|
-
export { isEqualValue as i };
|
|
12
|
+
export { isEqualValue as a, isEmptyValue as i };
|
|
@@ -4,7 +4,7 @@ export { M as MutationObs, f as addClass, c as cancelAF, e as contains, m as get
|
|
|
4
4
|
export { p as pxToRem } from '../px-to-rem-0b26b83e.js';
|
|
5
5
|
export { i as isAncestor } from '../isAncestor-9acec98b.js';
|
|
6
6
|
export { i as isEmpty } from '../isEmpty-a3a94129.js';
|
|
7
|
-
export { i as isEmptyValue } from '../
|
|
8
|
-
export { i as
|
|
7
|
+
export { i as isEmptyValue, a as isEqualValue } from '../isEqualValue-b6ca4b55.js';
|
|
8
|
+
export { i as isVoid } from '../isVoid-36a1480c.js';
|
|
9
9
|
import 'lodash/isElement';
|
|
10
10
|
import 'lodash/get';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function isVoid(value: unknown): value is null | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.2",
|
|
4
4
|
"npmUnpacked": "4.15.2",
|
|
5
5
|
"description": "Vue components library for v2/3",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@codemirror/lang-json": "6.0.1",
|
|
41
41
|
"@codemirror/lang-markdown": "6.1.1",
|
|
42
42
|
"@floating-ui/dom": "1.4.2",
|
|
43
|
-
"@onereach/styles": "^6.9.
|
|
43
|
+
"@onereach/styles": "^6.9.1",
|
|
44
44
|
"@splidejs/splide": "4.0.6",
|
|
45
45
|
"@tiptap/core": "2.0.3",
|
|
46
46
|
"@tiptap/extension-blockquote": "2.0.3",
|
|
@@ -178,5 +178,5 @@
|
|
|
178
178
|
},
|
|
179
179
|
"./package.json": "./package.json"
|
|
180
180
|
},
|
|
181
|
-
"gitHead": "
|
|
181
|
+
"gitHead": "f037d02d9572a276f304de9dbeb56a1ca1a33316"
|
|
182
182
|
}
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
>
|
|
6
6
|
<input
|
|
7
7
|
:ref="'control'"
|
|
8
|
-
:checked="isChecked"
|
|
9
8
|
v-bind="controlAttributes"
|
|
10
9
|
:class="controlStyles"
|
|
11
10
|
:type="'checkbox'"
|
|
11
|
+
:checked="checked"
|
|
12
12
|
:indeterminate.prop="indeterminate"
|
|
13
13
|
:required="required"
|
|
14
14
|
:disabled="disabled"
|
|
15
|
-
@change="
|
|
15
|
+
@change="$emit('change', $event); onChange()"
|
|
16
16
|
@click="$emit('click', $event)"
|
|
17
17
|
@focus="$emit('focus', $event)"
|
|
18
18
|
@blur="$emit('blur', $event)"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<OrLabel
|
|
23
23
|
:control-id="controlAttributes.id"
|
|
24
24
|
:variant="labelVariant"
|
|
25
|
-
:selected="
|
|
25
|
+
:selected="checked"
|
|
26
26
|
:required="required"
|
|
27
27
|
:disabled="disabled"
|
|
28
28
|
>
|
|
@@ -37,11 +37,12 @@
|
|
|
37
37
|
</template>
|
|
38
38
|
|
|
39
39
|
<script lang="ts">
|
|
40
|
-
import { computed, defineComponent,
|
|
40
|
+
import { PropType, computed, defineComponent, reactive, ref, toRef } from 'vue-demi';
|
|
41
41
|
import { useControlAttributes, useIdAttribute, useProxyModelValue } from '../../hooks';
|
|
42
|
-
import {
|
|
42
|
+
import { isVoid } from '../../utils';
|
|
43
43
|
import { LabelVariant, OrLabelV3 as OrLabel } from '../or-label-v3';
|
|
44
44
|
import { Checkbox, CheckboxControl, CheckboxControlHandle } from './styles';
|
|
45
|
+
import { CheckboxModelValue, CheckboxValue } from './types';
|
|
45
46
|
|
|
46
47
|
export default defineComponent({
|
|
47
48
|
name: 'OrCheckbox',
|
|
@@ -57,13 +58,13 @@ export default defineComponent({
|
|
|
57
58
|
|
|
58
59
|
props: {
|
|
59
60
|
modelValue: {
|
|
60
|
-
type:
|
|
61
|
-
default:
|
|
61
|
+
type: undefined as unknown as PropType<CheckboxModelValue>,
|
|
62
|
+
default: undefined,
|
|
62
63
|
},
|
|
63
64
|
|
|
64
65
|
value: {
|
|
65
|
-
type: [
|
|
66
|
-
default:
|
|
66
|
+
type: [String, Number, Object] as PropType<CheckboxValue>,
|
|
67
|
+
default: undefined,
|
|
67
68
|
},
|
|
68
69
|
|
|
69
70
|
label: {
|
|
@@ -95,6 +96,7 @@ export default defineComponent({
|
|
|
95
96
|
emits: [
|
|
96
97
|
'update:modelValue',
|
|
97
98
|
|
|
99
|
+
'change',
|
|
98
100
|
'click',
|
|
99
101
|
'focus',
|
|
100
102
|
'blur',
|
|
@@ -108,16 +110,16 @@ export default defineComponent({
|
|
|
108
110
|
],
|
|
109
111
|
|
|
110
112
|
setup(props, context) {
|
|
111
|
-
// Refs
|
|
113
|
+
// Refs & Styles
|
|
112
114
|
const root = ref<HTMLElement>();
|
|
113
|
-
const control = ref<HTMLInputElement>();
|
|
114
115
|
|
|
115
|
-
// Styles
|
|
116
116
|
const rootStyles = computed(() => [
|
|
117
117
|
'or-checkbox-v3',
|
|
118
118
|
...Checkbox,
|
|
119
119
|
]);
|
|
120
120
|
|
|
121
|
+
const control = ref<HTMLElement>();
|
|
122
|
+
|
|
121
123
|
const controlStyles = computed(() => [
|
|
122
124
|
...CheckboxControl,
|
|
123
125
|
...CheckboxControlHandle,
|
|
@@ -131,18 +133,26 @@ export default defineComponent({
|
|
|
131
133
|
|
|
132
134
|
const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
|
|
133
135
|
|
|
134
|
-
const
|
|
136
|
+
const checked = computed(() => {
|
|
135
137
|
if (Array.isArray(proxyModelValue.value)) {
|
|
136
|
-
|
|
138
|
+
if (isVoid(props.value)) {
|
|
139
|
+
throw new Error('[OrCheckbox]: Property "value" must be specified.');
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
return proxyModelValue.value.includes(props.value);
|
|
137
143
|
}
|
|
138
144
|
|
|
139
|
-
return
|
|
145
|
+
return Boolean(proxyModelValue.value);
|
|
140
146
|
});
|
|
141
147
|
|
|
142
|
-
//
|
|
143
|
-
function
|
|
148
|
+
// Handlers
|
|
149
|
+
function onChange(): void {
|
|
144
150
|
if (Array.isArray(proxyModelValue.value)) {
|
|
145
|
-
if (
|
|
151
|
+
if (isVoid(props.value)) {
|
|
152
|
+
throw new Error('[OrCheckbox]: Property "value" must be specified.');
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
if (checked.value) {
|
|
146
156
|
proxyModelValue.value = proxyModelValue.value.filter((value) => value !== props.value);
|
|
147
157
|
} else {
|
|
148
158
|
proxyModelValue.value = [...proxyModelValue.value, props.value];
|
|
@@ -152,6 +162,7 @@ export default defineComponent({
|
|
|
152
162
|
}
|
|
153
163
|
}
|
|
154
164
|
|
|
165
|
+
// Methods
|
|
155
166
|
function focus(): void {
|
|
156
167
|
control.value?.focus();
|
|
157
168
|
}
|
|
@@ -162,12 +173,16 @@ export default defineComponent({
|
|
|
162
173
|
|
|
163
174
|
return {
|
|
164
175
|
root,
|
|
165
|
-
control,
|
|
166
176
|
rootStyles,
|
|
177
|
+
|
|
178
|
+
control,
|
|
167
179
|
controlStyles,
|
|
180
|
+
|
|
168
181
|
controlAttributes,
|
|
169
|
-
|
|
170
|
-
|
|
182
|
+
checked,
|
|
183
|
+
|
|
184
|
+
onChange,
|
|
185
|
+
|
|
171
186
|
focus,
|
|
172
187
|
blur,
|
|
173
188
|
};
|
|
@@ -10,15 +10,15 @@ export const CheckboxControl: string[] = [
|
|
|
10
10
|
// Layout
|
|
11
11
|
'layout-inline-row justify-center',
|
|
12
12
|
|
|
13
|
-
//
|
|
14
|
-
'
|
|
15
|
-
'h-md+ md:h-md',
|
|
13
|
+
// Interactivity
|
|
14
|
+
'interactivity-click',
|
|
16
15
|
|
|
17
16
|
// Shape
|
|
18
17
|
'rounded-sm',
|
|
19
18
|
|
|
20
|
-
//
|
|
21
|
-
'
|
|
19
|
+
// Box
|
|
20
|
+
'w-md+ md:w-md',
|
|
21
|
+
'h-md+ md:h-md',
|
|
22
22
|
|
|
23
23
|
// Iconography
|
|
24
24
|
'iconography-outlined',
|
|
@@ -33,6 +33,10 @@ export const CheckboxControl: string[] = [
|
|
|
33
33
|
'theme-border-1-outline',
|
|
34
34
|
'dark:theme-border-1-outline-dark',
|
|
35
35
|
|
|
36
|
+
// Theme (focus)
|
|
37
|
+
'focus-visible:theme-outline-2-primary',
|
|
38
|
+
'dark:focus-visible:theme-outline-2-primary-dark',
|
|
39
|
+
|
|
36
40
|
// Theme (checked)
|
|
37
41
|
'checked:theme-preset-1-primary',
|
|
38
42
|
'dark:checked:theme-preset-1-primary-dark',
|
|
@@ -40,16 +44,12 @@ export const CheckboxControl: string[] = [
|
|
|
40
44
|
// Theme (indeterminate)
|
|
41
45
|
'indeterminate:theme-preset-1-primary',
|
|
42
46
|
'dark:indeterminate:theme-preset-1-primary-dark',
|
|
43
|
-
|
|
44
|
-
// Theme (focus)
|
|
45
|
-
'focus-visible:theme-outline-2-primary',
|
|
46
|
-
'dark:focus-visible:theme-outline-2-primary-dark',
|
|
47
47
|
];
|
|
48
48
|
|
|
49
49
|
export const CheckboxControlHandle: string[] = [
|
|
50
|
-
// Content (checked)
|
|
51
|
-
'checked:
|
|
50
|
+
// Content (children/checked)
|
|
51
|
+
'after:checked:content-checkbox-checked',
|
|
52
52
|
|
|
53
|
-
// Content (indeterminate)
|
|
54
|
-
'indeterminate:
|
|
53
|
+
// Content (children/indeterminate)
|
|
54
|
+
'after:indeterminate:content-checkbox-indeterminate',
|
|
55
55
|
];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type InlineTextareaModelValue = string | null;
|
|
1
|
+
export type InlineTextareaModelValue = string | null | undefined;
|
|
@@ -42,7 +42,7 @@ export const LabelVariants: Record<LabelVariant, string[]> = {
|
|
|
42
42
|
|
|
43
43
|
export const LabelText: string[] = [
|
|
44
44
|
// Content (required)
|
|
45
|
-
'required:after:content-
|
|
45
|
+
'required:after:content-["*"]',
|
|
46
46
|
|
|
47
47
|
// Interactivity
|
|
48
48
|
'interactivity-default',
|
|
@@ -2,29 +2,31 @@
|
|
|
2
2
|
<OrFormGroup
|
|
3
3
|
:direction="direction"
|
|
4
4
|
:label="label"
|
|
5
|
-
:error="error"
|
|
6
5
|
:hint="hint"
|
|
6
|
+
:error="error"
|
|
7
7
|
:disabled="disabled"
|
|
8
8
|
>
|
|
9
9
|
<template v-slot:addon>
|
|
10
10
|
<slot name="addon" />
|
|
11
11
|
</template>
|
|
12
|
+
|
|
12
13
|
<OrRadio
|
|
13
14
|
v-for="option in options"
|
|
14
|
-
:key="option.
|
|
15
|
+
:key="option.label"
|
|
15
16
|
v-model="proxyModelValue"
|
|
16
|
-
:label="option.label"
|
|
17
17
|
:value="option.value"
|
|
18
|
+
:label="option.label"
|
|
18
19
|
:disabled="disabled || option.disabled"
|
|
19
20
|
/>
|
|
20
21
|
</OrFormGroup>
|
|
21
22
|
</template>
|
|
22
23
|
|
|
23
24
|
<script lang="ts">
|
|
24
|
-
import {
|
|
25
|
+
import { PropType, defineComponent, toRef } from 'vue-demi';
|
|
25
26
|
import { useProxyModelValue } from '../../hooks';
|
|
26
27
|
import { FormGroupDirection, OrFormGroupV3 as OrFormGroup } from '../or-form-group-v3';
|
|
27
|
-
import { OrRadioV3 as OrRadio } from '../or-radio-v3';
|
|
28
|
+
import { OrRadioV3 as OrRadio, RadioModelValue } from '../or-radio-v3';
|
|
29
|
+
import { RadioGroupOption } from './types';
|
|
28
30
|
|
|
29
31
|
export default defineComponent({
|
|
30
32
|
name: 'OrRadioGroup',
|
|
@@ -41,36 +43,47 @@ export default defineComponent({
|
|
|
41
43
|
|
|
42
44
|
props: {
|
|
43
45
|
modelValue: {
|
|
44
|
-
type:
|
|
45
|
-
default:
|
|
46
|
+
type: undefined as unknown as PropType<RadioModelValue>,
|
|
47
|
+
default: undefined,
|
|
46
48
|
},
|
|
49
|
+
|
|
50
|
+
options: {
|
|
51
|
+
type: Array as PropType<RadioGroupOption[]>,
|
|
52
|
+
default: () => [],
|
|
53
|
+
},
|
|
54
|
+
|
|
47
55
|
direction: {
|
|
48
56
|
type: String as PropType<`${FormGroupDirection}`>,
|
|
49
|
-
default:
|
|
57
|
+
default: () => FormGroupDirection.Vertical,
|
|
50
58
|
},
|
|
59
|
+
|
|
51
60
|
label: {
|
|
52
61
|
type: String,
|
|
53
|
-
default:
|
|
62
|
+
default: undefined,
|
|
54
63
|
},
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
default: () => [],
|
|
58
|
-
},
|
|
59
|
-
error: {
|
|
64
|
+
|
|
65
|
+
hint: {
|
|
60
66
|
type: String,
|
|
61
|
-
default:
|
|
67
|
+
default: undefined,
|
|
62
68
|
},
|
|
63
|
-
|
|
69
|
+
|
|
70
|
+
error: {
|
|
64
71
|
type: String,
|
|
65
|
-
default:
|
|
72
|
+
default: undefined,
|
|
66
73
|
},
|
|
74
|
+
|
|
67
75
|
disabled: {
|
|
68
76
|
type: Boolean,
|
|
69
77
|
default: false,
|
|
70
78
|
},
|
|
71
79
|
},
|
|
72
80
|
|
|
81
|
+
emits: [
|
|
82
|
+
'update:modelValue',
|
|
83
|
+
],
|
|
84
|
+
|
|
73
85
|
setup(props, context) {
|
|
86
|
+
// State
|
|
74
87
|
const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
|
|
75
88
|
|
|
76
89
|
return {
|