@onereach/ui-components 8.20.3 → 8.20.4-beta.4030.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +1 -1
- package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +1 -1
- package/dist/bundled/v2/components/OrDropAreaV3/OrDropArea.js +191 -0
- package/dist/bundled/v2/components/OrDropAreaV3/OrDropArea.vue.d.ts +108 -0
- package/dist/bundled/v2/components/OrDropAreaV3/index.d.ts +3 -0
- package/dist/bundled/v2/components/OrDropAreaV3/index.js +3 -0
- package/dist/bundled/v2/components/OrDropAreaV3/props.d.ts +4 -0
- package/dist/bundled/v2/components/OrDropAreaV3/props.js +7 -0
- package/dist/bundled/v2/components/OrDropAreaV3/styles.d.ts +9 -0
- package/dist/bundled/v2/components/OrDropAreaV3/styles.js +74 -0
- package/dist/bundled/v2/components/OrDropAreaV3/utils/approximateFileSize.d.ts +1 -0
- package/dist/bundled/v2/components/OrDropAreaV3/utils/approximateFileSize.js +7 -0
- package/dist/bundled/v2/components/OrDropAreaV3/utils/index.d.ts +1 -0
- package/dist/bundled/v2/components/OrDropAreaV3/utils/index.js +1 -0
- 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/index.d.ts +1 -0
- package/dist/bundled/v2/components/index.js +5 -2
- package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +17 -17
- package/dist/bundled/v2/index.js +6 -3
- 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-d2f8dc3d.js → OrCardCollectionV3-eb816bb7.js} +2 -2
- 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-90c3a481.js → OrCodeV3-5dd7f3bf.js} +2 -2
- 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-04865a62.js → OrConfirmV3-d98781c3.js} +1 -1
- package/dist/bundled/v3/components/OrContextMenuV3/index.js +3 -3
- package/dist/bundled/v3/components/OrContextMenuV3/props.js +1 -1
- package/dist/bundled/v3/components/OrDateFormatV3/OrDateFormat.js +1 -1
- package/dist/bundled/v3/components/OrDateFormatV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateFormatV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDateFormatV3-b6b74310.js → OrDateFormatV3-65eaca56.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-05c9f073.js → OrDatePickerV3-beeb258b.js} +3 -3
- 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-74cdbedb.js → OrDateRangePickerV3-393c6270.js} +3 -3
- 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-e42b74dd.js → OrDateTimeFormatV3-da3206a5.js} +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/props.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatTime.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getCurrentDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getDatePlaceholder.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getNextMonthDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getTimePlaceholder.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/index.js +1 -1
- package/dist/bundled/v3/components/{OrDateTimePickerV3-2a6074c8.js → OrDateTimePickerV3-48184097.js} +3 -3
- package/dist/bundled/v3/components/OrDropAreaV3/OrDropArea.js +1 -0
- package/dist/bundled/v3/components/OrDropAreaV3/OrDropArea.vue.d.ts +78 -0
- package/dist/bundled/v3/components/OrDropAreaV3/index.d.ts +3 -0
- package/dist/bundled/v3/components/OrDropAreaV3/index.js +1 -0
- package/dist/bundled/v3/components/OrDropAreaV3/props.d.ts +4 -0
- package/dist/bundled/v3/components/OrDropAreaV3/props.js +1 -0
- package/dist/bundled/v3/components/OrDropAreaV3/styles.d.ts +9 -0
- package/dist/bundled/v3/components/OrDropAreaV3/styles.js +1 -0
- package/dist/bundled/v3/components/OrDropAreaV3/utils/approximateFileSize.d.ts +1 -0
- package/dist/bundled/v3/components/OrDropAreaV3/utils/approximateFileSize.js +1 -0
- package/dist/bundled/v3/components/OrDropAreaV3/utils/index.d.ts +1 -0
- package/dist/bundled/v3/components/OrDropAreaV3/utils/index.js +1 -0
- package/dist/bundled/v3/components/OrDropAreaV3-5083baca.js +235 -0
- 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-b37d49d9.js → OrIconButtonV3-1a5e8f8e.js} +1 -1
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +1 -1
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInlineInputV3/props.js +1 -1
- package/dist/bundled/v3/components/OrInlineInputV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrInlineInputV3-4fa87007.js → OrInlineInputV3-b27f4750.js} +1 -1
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +1 -1
- 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-4fbf60da.js → OrInlineTextareaV3-75ea4ca0.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/props.js +1 -1
- package/dist/bundled/v3/components/OrInputV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrInputV3-60f6d2cc.js → OrInputV3-a68f35c0.js} +1 -1
- 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-f6962d33.js → OrListV3-235fb6a6.js} +1 -1
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +1 -1
- package/dist/bundled/v3/components/OrMenuV3/index.js +2 -2
- package/dist/bundled/v3/components/OrMenuV3/props.js +1 -1
- package/dist/bundled/v3/components/OrMenuV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrMenuV3-4ad46e25.js → OrMenuV3-cc8fa519.js} +1 -1
- 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-a06678db.js → OrModalV3-6bdc2b71.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-4461046e.js → OrNotificationV3-ed803802.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-71b83e05.js → OrPaginationV3-d4673eb4.js} +1 -1
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +1 -1
- package/dist/bundled/v3/components/OrPopoverV3/hooks/useFloating.js +1 -1
- 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/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/OrRangeSliderV3/OrRangeSlider.js +1 -1
- package/dist/bundled/v3/components/OrRangeSliderV3/index.js +2 -2
- package/dist/bundled/v3/components/OrRangeSliderV3/props.js +1 -1
- package/dist/bundled/v3/components/OrRangeSliderV3/styles.js +2 -2
- package/dist/bundled/v3/components/{OrRangeSliderV3-97bba60a.js → OrRangeSliderV3-73c0ba82.js} +2 -2
- 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-2f648d2b.js → OrResizeablePanelV3-05022160.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-02e4de0f.js → OrRichTextEditorV3-8f5b6fef.js} +5 -5
- package/dist/bundled/v3/components/OrSearchV3/index.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-c1a82eae.js → OrSelectV3-71af01b4.js} +4 -4
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +1 -1
- package/dist/bundled/v3/components/OrSidebarV3/index.js +2 -2
- package/dist/bundled/v3/components/OrSidebarV3/props.js +2 -2
- package/dist/bundled/v3/components/OrSidebarV3/styles.js +2 -2
- package/dist/bundled/v3/components/{OrSidebarV3-14f942dd.js → OrSidebarV3-d089ce77.js} +1 -1
- 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-a9ffd5dc.js → OrSliderV3-49856430.js} +1 -1
- package/dist/bundled/v3/components/OrSortingV3/OrSorting.js +1 -1
- package/dist/bundled/v3/components/OrSortingV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSortingV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrSortingV3-2cd01463.js → OrSortingV3-b0d450ae.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-7ada5959.js → OrTabsV3-2bf15721.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-be04d355.js → OrTagInputV3-31f442b0.js} +3 -3
- 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-ede7830b.js → OrTagV3-923c4802.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-b14b5c4f.js → OrTagsV3-dbb9a0bc.js} +2 -2
- 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-51d64937.js → OrTimeFormatV3-7a04065c.js} +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +2 -2
- package/dist/bundled/v3/components/OrTimePickerV3/props.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTimePickerV3-58c9e50d.js → OrTimePickerV3-e1fed2b5.js} +3 -3
- package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.js +1 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/index.js +2 -2
- package/dist/bundled/v3/components/OrTimeRangePickerV3/props.js +1 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTimeRangePickerV3-54ad4772.js → OrTimeRangePickerV3-844b35ee.js} +3 -3
- 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 +1 -1
- 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 +1 -1
- 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-9bc46337.js → OrToastV3-4d0ca9c7.js} +1 -1
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +1 -1
- package/dist/bundled/v3/components/OrTooltipV3/index.js +2 -2
- package/dist/bundled/v3/components/OrTooltipV3/props.js +1 -1
- package/dist/bundled/v3/components/OrTooltipV3/styles.js +2 -2
- package/dist/bundled/v3/components/{OrTooltipV3-6ee8e0d5.js → OrTooltipV3-033f8432.js} +1 -1
- package/dist/bundled/v3/components/index.d.ts +1 -0
- package/dist/bundled/v3/components/index.js +36 -35
- package/dist/bundled/v3/hooks/useResponsive/useResponsive.js +17 -17
- package/dist/bundled/v3/index.js +37 -36
- package/dist/esm/v2/OrDropArea-8a00339a.js +269 -0
- package/dist/esm/v2/approximateFileSize-a48b356b.js +7 -0
- package/dist/esm/v2/components/index.d.ts +1 -0
- package/dist/esm/v2/components/index.js +2 -0
- package/dist/esm/v2/components/or-drop-area-v3/OrDropArea.vue.d.ts +108 -0
- package/dist/esm/v2/components/or-drop-area-v3/index.d.ts +3 -0
- package/dist/esm/v2/components/or-drop-area-v3/index.js +13 -0
- package/dist/esm/v2/components/or-drop-area-v3/props.d.ts +4 -0
- package/dist/esm/v2/components/or-drop-area-v3/styles.d.ts +9 -0
- package/dist/esm/v2/components/or-drop-area-v3/utils/approximateFileSize.d.ts +1 -0
- package/dist/esm/v2/components/or-drop-area-v3/utils/index.d.ts +1 -0
- package/dist/esm/v2/components/or-drop-area-v3/utils/index.js +1 -0
- package/dist/esm/v2/index.js +2 -0
- package/dist/esm/v3/OrDropArea-da30333e.js +233 -0
- package/dist/esm/v3/approximateFileSize-a48b356b.js +7 -0
- package/dist/esm/v3/components/index.d.ts +1 -0
- package/dist/esm/v3/components/index.js +2 -0
- package/dist/esm/v3/components/or-drop-area-v3/OrDropArea.vue.d.ts +78 -0
- package/dist/esm/v3/components/or-drop-area-v3/index.d.ts +3 -0
- package/dist/esm/v3/components/or-drop-area-v3/index.js +13 -0
- package/dist/esm/v3/components/or-drop-area-v3/props.d.ts +4 -0
- package/dist/esm/v3/components/or-drop-area-v3/styles.d.ts +9 -0
- package/dist/esm/v3/components/or-drop-area-v3/utils/approximateFileSize.d.ts +1 -0
- package/dist/esm/v3/components/or-drop-area-v3/utils/index.d.ts +1 -0
- package/dist/esm/v3/components/or-drop-area-v3/utils/index.js +1 -0
- package/dist/esm/v3/index.js +2 -0
- package/package.json +3 -4
- package/src/components/index.ts +1 -0
- package/src/components/or-drop-area-v3/OrDropArea.vue +220 -0
- package/src/components/or-drop-area-v3/index.ts +3 -0
- package/src/components/or-drop-area-v3/props.ts +4 -0
- package/src/components/or-drop-area-v3/styles.ts +133 -0
- package/src/components/or-drop-area-v3/utils/approximateFileSize.ts +15 -0
- package/src/components/or-drop-area-v3/utils/index.ts +1 -0
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-b905e98c.js → OrDateTimePickerMonthSelect-508aa10f.js} +0 -0
- /package/dist/bundled/v2/{OrList-40eb340c.js → OrList-968e3d1c.js} +0 -0
- /package/dist/bundled/v3/components/{OrPopoverV3-6f7b922c.js → OrPopoverV3-f23d857d.js} +0 -0
- /package/dist/bundled/v3/components/{OrProgressV3-5c4128fd.js → OrProgressV3-faaea90c.js} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrCardCollectionV3-
|
|
1
|
+
export { s as default } from '../OrCardCollectionV3-eb816bb7.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollectionV3-
|
|
1
|
+
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollectionV3-eb816bb7.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CardCollectionView, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollectionV3-
|
|
1
|
+
export { C as CardCollectionView, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollectionV3-eb816bb7.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as CardCollection, e as CardCollectionContent, f as CardCollectionContentViews, b as CardCollectionToolbar, c as CardCollectionToolbarPanel } from '../OrCardCollectionV3-
|
|
1
|
+
export { a as CardCollection, e as CardCollectionContent, f as CardCollectionContentViews, b as CardCollectionToolbar, c as CardCollectionToolbarPanel } from '../OrCardCollectionV3-eb816bb7.js';
|
package/dist/bundled/v3/components/{OrCardCollectionV3-d2f8dc3d.js → OrCardCollectionV3-eb816bb7.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString, resolveComponent, createElementVNode, createBlock, createCommentVNode, createVNode, normalizeProps, guardReactiveProps, withCtx } from 'vue';
|
|
2
2
|
import { defineComponent, computed, ref, watch } from 'vue-demi';
|
|
3
|
-
import { s as script$2 } from './OrIconButtonV3-
|
|
4
|
-
import { s as script$3 } from './OrSortingV3-
|
|
3
|
+
import { s as script$2 } from './OrIconButtonV3-1a5e8f8e.js';
|
|
4
|
+
import { s as script$3 } from './OrSortingV3-b0d450ae.js';
|
|
5
5
|
import { OrSearchV3 as script$4 } from './OrSearchV3/index.js';
|
|
6
6
|
import { s as script$5 } from './OrLoaderV3-b7b7afab.js';
|
|
7
7
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrCodeV3-
|
|
1
|
+
export { s as default } from '../OrCodeV3-5dd7f3bf.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { C as CodeLanguage, s as OrCodeV3 } from '../OrCodeV3-
|
|
1
|
+
export { C as CodeLanguage, s as OrCodeV3 } from '../OrCodeV3-5dd7f3bf.js';
|
|
2
2
|
export { E as EditorState, a as EditorView, h as html, j as javascript, d as json, e as jsonParseLinter, c as lintGutter, l as linter } from '../OrCode-f7708644.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CodeLanguage } from '../OrCodeV3-
|
|
1
|
+
export { C as CodeLanguage } from '../OrCodeV3-5dd7f3bf.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as Code, c as CodeControl, b as CodeControlRoot, d as CodeModal } from '../OrCodeV3-
|
|
1
|
+
export { a as Code, c as CodeControl, b as CodeControlRoot, d as CodeModal } from '../OrCodeV3-5dd7f3bf.js';
|
|
@@ -5,8 +5,8 @@ import { s as script$2 } from './OrErrorV3-f61387d6.js';
|
|
|
5
5
|
import { s as script$3 } from './OrHintV3-1fcfaa19.js';
|
|
6
6
|
import { s as script$4 } from './OrInputBoxV3-ddd117f0.js';
|
|
7
7
|
import { s as script$5 } from './OrLabelV3-44afce27.js';
|
|
8
|
-
import { s as script$6 } from './OrModalV3-
|
|
9
|
-
import { s as script$7 } from './OrIconButtonV3-
|
|
8
|
+
import { s as script$6 } from './OrModalV3-6bdc2b71.js';
|
|
9
|
+
import { s as script$7 } from './OrIconButtonV3-1a5e8f8e.js';
|
|
10
10
|
import { useIdAttribute } from '../hooks/useIdAttribute.js';
|
|
11
11
|
import { useControlAttributes } from '../hooks/useControlAttributes.js';
|
|
12
12
|
import { useValidationAttributes } from '../hooks/useValidationAttributes.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrConfirmV3-
|
|
1
|
+
export { s as default } from '../OrConfirmV3-d98781c3.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirmV3-
|
|
1
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirmV3-d98781c3.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as ConfirmType } from '../OrConfirmV3-
|
|
1
|
+
export { C as ConfirmType } from '../OrConfirmV3-d98781c3.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as Confirm, d as ConfirmFooter, f as ConfirmFooterButtons, e as ConfirmFooterTypes, b as ConfirmHeader, c as ConfirmInput } from '../OrConfirmV3-
|
|
1
|
+
export { a as Confirm, d as ConfirmFooter, f as ConfirmFooterButtons, e as ConfirmFooterTypes, b as ConfirmHeader, c as ConfirmInput } from '../OrConfirmV3-d98781c3.js';
|
|
@@ -4,7 +4,7 @@ import { l as logicAnd } from './OrConfirm-66387c1f.js';
|
|
|
4
4
|
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
5
5
|
import { s as script$1 } from './OrOverlayV3-b2576ca1.js';
|
|
6
6
|
import { s as script$2, B as ButtonColor } from './OrButtonV3-529c4206.js';
|
|
7
|
-
import { s as script$3 } from './OrInputV3-
|
|
7
|
+
import { s as script$3 } from './OrInputV3-a68f35c0.js';
|
|
8
8
|
import { usePopoverState } from '../hooks/usePopoverState.js';
|
|
9
9
|
|
|
10
10
|
var ConfirmType;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { P as PopoverPlacement } from '../OrPopoverV3-
|
|
2
|
-
export { P as ContextMenuPlacement } from '../OrPopoverV3-
|
|
1
|
+
import { P as PopoverPlacement } from '../OrPopoverV3-f23d857d.js';
|
|
2
|
+
export { P as ContextMenuPlacement } from '../OrPopoverV3-f23d857d.js';
|
|
3
3
|
import { resolveComponent, openBlock, createBlock, withCtx, renderSlot } from 'vue';
|
|
4
4
|
import { defineComponent, ref, watch } from 'vue-demi';
|
|
5
|
-
import { s as script$1 } from '../OrMenuV3-
|
|
5
|
+
import { s as script$1 } from '../OrMenuV3-cc8fa519.js';
|
|
6
6
|
import { usePopoverState } from '../../hooks/usePopoverState.js';
|
|
7
7
|
|
|
8
8
|
var script = defineComponent({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { P as ContextMenuPlacement } from '../OrPopoverV3-
|
|
1
|
+
export { P as ContextMenuPlacement } from '../OrPopoverV3-f23d857d.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrDateFormatV3-
|
|
1
|
+
export { s as default } from '../OrDateFormatV3-65eaca56.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrDateFormatV3 } from '../OrDateFormatV3-
|
|
1
|
+
export { s as OrDateFormatV3 } from '../OrDateFormatV3-65eaca56.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { D as DateFormat } from '../OrDateFormatV3-
|
|
1
|
+
export { D as DateFormat } from '../OrDateFormatV3-65eaca56.js';
|
package/dist/bundled/v3/components/{OrDateFormatV3-b6b74310.js → OrDateFormatV3-65eaca56.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, toDisplayString } from 'vue';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
|
-
import { f as formatDate } from './OrDateTimePickerV3-
|
|
3
|
+
import { f as formatDate } from './OrDateTimePickerV3-48184097.js';
|
|
4
4
|
|
|
5
5
|
const DateFormat = [
|
|
6
6
|
// Layout
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrDatePickerV3-
|
|
1
|
+
export { s as default } from '../OrDatePickerV3-beeb258b.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { s as OrDatePickerV3 } from '../OrDatePickerV3-
|
|
1
|
+
export { s as OrDatePickerV3 } from '../OrDatePickerV3-beeb258b.js';
|
|
2
2
|
export { I as DatePickerSize } from '../OrInputBoxV3-ddd117f0.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { D as DatePicker, a as DatePickerPopover } from '../OrDatePickerV3-
|
|
1
|
+
export { D as DatePicker, a as DatePickerPopover } from '../OrDatePickerV3-beeb258b.js';
|
package/dist/bundled/v3/components/{OrDatePickerV3-05c9f073.js → OrDatePickerV3-beeb258b.js}
RENAMED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { s as script$b, I as InputBoxSize } from './OrInputBoxV3-ddd117f0.js';
|
|
2
2
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, Fragment, createElementVNode } from 'vue';
|
|
3
3
|
import { defineComponent, ref, computed, watch, toRef } from 'vue-demi';
|
|
4
|
-
import { s as script$1, a as script$2, b as script$3, c as script$4, d as script$5, e as script$6, g as getCurrentDate } from './OrDateTimePickerV3-
|
|
4
|
+
import { s as script$1, a as script$2, b as script$3, c as script$4, d as script$5, e as script$6, g as getCurrentDate } from './OrDateTimePickerV3-48184097.js';
|
|
5
5
|
import { s as script$7 } from './OrErrorV3-f61387d6.js';
|
|
6
6
|
import { s as script$8 } from './OrHintV3-1fcfaa19.js';
|
|
7
7
|
import { s as script$9 } from './OrIconV3-5db4e349.js';
|
|
8
|
-
import { s as script$a } from './OrIconButtonV3-
|
|
8
|
+
import { s as script$a } from './OrIconButtonV3-1a5e8f8e.js';
|
|
9
9
|
import { s as script$c } from './OrLabelV3-44afce27.js';
|
|
10
|
-
import { s as script$d } from './OrPopoverV3-
|
|
10
|
+
import { s as script$d } from './OrPopoverV3-f23d857d.js';
|
|
11
11
|
import { DropdownClose } from '../directives/dropdown-close.js';
|
|
12
12
|
import { DropdownOpen } from '../directives/dropdown-open.js';
|
|
13
13
|
import { useProxyModelValue } from '../hooks/useProxyModelValue.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrDateRangePickerV3-
|
|
1
|
+
export { s as default } from '../OrDateRangePickerV3-393c6270.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { s as OrDateRangePickerV3 } from '../OrDateRangePickerV3-
|
|
1
|
+
export { s as OrDateRangePickerV3 } from '../OrDateRangePickerV3-393c6270.js';
|
|
2
2
|
export { I as DateRangePickerSize } from '../OrInputBoxV3-ddd117f0.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { D as DateRangePicker, a as DateRangePickerPopover } from '../OrDateRangePickerV3-
|
|
1
|
+
export { D as DateRangePicker, a as DateRangePickerPopover } from '../OrDateRangePickerV3-393c6270.js';
|
|
@@ -4,10 +4,10 @@ import { defineComponent, ref, computed, watch, toRef } from 'vue-demi';
|
|
|
4
4
|
import { s as script$7 } from './OrErrorV3-f61387d6.js';
|
|
5
5
|
import { s as script$8 } from './OrHintV3-1fcfaa19.js';
|
|
6
6
|
import { s as script$9 } from './OrIconV3-5db4e349.js';
|
|
7
|
-
import { s as script$a } from './OrIconButtonV3-
|
|
7
|
+
import { s as script$a } from './OrIconButtonV3-1a5e8f8e.js';
|
|
8
8
|
import { s as script$c } from './OrLabelV3-44afce27.js';
|
|
9
|
-
import { s as script$d } from './OrPopoverV3-
|
|
10
|
-
import { s as script$1, a as script$2, b as script$3, c as script$4, d as script$5, e as script$6, g as getCurrentDate, h as getNextMonthDate } from './OrDateTimePickerV3-
|
|
9
|
+
import { s as script$d } from './OrPopoverV3-f23d857d.js';
|
|
10
|
+
import { s as script$1, a as script$2, b as script$3, c as script$4, d as script$5, e as script$6, g as getCurrentDate, h as getNextMonthDate } from './OrDateTimePickerV3-48184097.js';
|
|
11
11
|
import { DropdownClose } from '../directives/dropdown-close.js';
|
|
12
12
|
import { DropdownOpen } from '../directives/dropdown-open.js';
|
|
13
13
|
import { useProxyModelValue } from '../hooks/useProxyModelValue.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrDateTimeFormatV3-
|
|
1
|
+
export { s as default } from '../OrDateTimeFormatV3-da3206a5.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrDateTimeFormatV3 } from '../OrDateTimeFormatV3-
|
|
1
|
+
export { s as OrDateTimeFormatV3 } from '../OrDateTimeFormatV3-da3206a5.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { D as DateTimeFormat } from '../OrDateTimeFormatV3-
|
|
1
|
+
export { D as DateTimeFormat } from '../OrDateTimeFormatV3-da3206a5.js';
|
package/dist/bundled/v3/components/{OrDateTimeFormatV3-e42b74dd.js → OrDateTimeFormatV3-da3206a5.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, toDisplayString } from 'vue';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
|
-
import { D as DateTimePickerTimeFormat, f as formatDate, i as formatTime } from './OrDateTimePickerV3-
|
|
3
|
+
import { D as DateTimePickerTimeFormat, f as formatDate, i as formatTime } from './OrDateTimePickerV3-48184097.js';
|
|
4
4
|
|
|
5
5
|
const DateTimeFormat = [
|
|
6
6
|
// Layout
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { l as default } from '../OrDateTimePickerV3-
|
|
1
|
+
export { l as default } from '../OrDateTimePickerV3-48184097.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { D as DateTimePickerTimeFormat, s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, j as OrDateTimePickerTimeControl, k as OrDateTimePickerTimeSelect, l as OrDateTimePickerV3, f as formatDate, i as formatTime, g as getCurrentDate, m as getDatePlaceholder, h as getNextMonthDate, n as getTimePlaceholder } from '../OrDateTimePickerV3-
|
|
1
|
+
export { D as DateTimePickerTimeFormat, s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, j as OrDateTimePickerTimeControl, k as OrDateTimePickerTimeSelect, l as OrDateTimePickerV3, f as formatDate, i as formatTime, g as getCurrentDate, m as getDatePlaceholder, h as getNextMonthDate, n as getTimePlaceholder } from '../OrDateTimePickerV3-48184097.js';
|
|
2
2
|
export { I as DateTimePickerSize } from '../OrInputBoxV3-ddd117f0.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { I as DateTimePickerSize } from '../OrInputBoxV3-ddd117f0.js';
|
|
2
|
-
export { D as DateTimePickerTimeFormat } from '../OrDateTimePickerV3-
|
|
2
|
+
export { D as DateTimePickerTimeFormat } from '../OrDateTimePickerV3-48184097.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { o as DateTimePicker, p as DateTimePickerDatePopover, q as DateTimePickerTimePopover } from '../OrDateTimePickerV3-
|
|
1
|
+
export { o as DateTimePicker, p as DateTimePickerDatePopover, q as DateTimePickerTimePopover } from '../OrDateTimePickerV3-48184097.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { f as formatDate } from '../../OrDateTimePickerV3-
|
|
1
|
+
export { f as formatDate } from '../../OrDateTimePickerV3-48184097.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { i as formatTime } from '../../OrDateTimePickerV3-
|
|
1
|
+
export { i as formatTime } from '../../OrDateTimePickerV3-48184097.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { g as getCurrentDate } from '../../OrDateTimePickerV3-
|
|
1
|
+
export { g as getCurrentDate } from '../../OrDateTimePickerV3-48184097.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { m as getDatePlaceholder } from '../../OrDateTimePickerV3-
|
|
1
|
+
export { m as getDatePlaceholder } from '../../OrDateTimePickerV3-48184097.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { h as getNextMonthDate } from '../../OrDateTimePickerV3-
|
|
1
|
+
export { h as getNextMonthDate } from '../../OrDateTimePickerV3-48184097.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { n as getTimePlaceholder } from '../../OrDateTimePickerV3-
|
|
1
|
+
export { n as getTimePlaceholder } from '../../OrDateTimePickerV3-48184097.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { f as formatDate, i as formatTime, g as getCurrentDate, m as getDatePlaceholder, h as getNextMonthDate, n as getTimePlaceholder } from '../../OrDateTimePickerV3-
|
|
1
|
+
export { f as formatDate, i as formatTime, g as getCurrentDate, m as getDatePlaceholder, h as getNextMonthDate, n as getTimePlaceholder } from '../../OrDateTimePickerV3-48184097.js';
|
package/dist/bundled/v3/components/{OrDateTimePickerV3-2a6074c8.js → OrDateTimePickerV3-48184097.js}
RENAMED
|
@@ -5,12 +5,12 @@ import { useProxyModelValue } from '../hooks/useProxyModelValue.js';
|
|
|
5
5
|
import { s as script$9 } from './OrButtonV3-529c4206.js';
|
|
6
6
|
import { s as script$a } from './OrLabelV3-44afce27.js';
|
|
7
7
|
import { s as script$b } from './OrIconV3-5db4e349.js';
|
|
8
|
-
import { s as script$c } from './OrIconButtonV3-
|
|
9
|
-
import { s as script$d } from './OrMenuV3-
|
|
8
|
+
import { s as script$c } from './OrIconButtonV3-1a5e8f8e.js';
|
|
9
|
+
import { s as script$d } from './OrMenuV3-cc8fa519.js';
|
|
10
10
|
import { s as script$e } from './OrMenuItemV3-7b557536.js';
|
|
11
11
|
import { s as script$f } from './OrErrorV3-f61387d6.js';
|
|
12
12
|
import { s as script$g } from './OrHintV3-1fcfaa19.js';
|
|
13
|
-
import { s as script$i } from './OrPopoverV3-
|
|
13
|
+
import { s as script$i } from './OrPopoverV3-f23d857d.js';
|
|
14
14
|
import { DropdownClose } from '../directives/dropdown-close.js';
|
|
15
15
|
import { DropdownOpen } from '../directives/dropdown-open.js';
|
|
16
16
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { s as default } from '../OrDropAreaV3-5083baca.js';
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { PropType } from 'vue-demi';
|
|
2
|
+
import { DropAreaSize } from './props';
|
|
3
|
+
import { approximateFileSize } from './utils';
|
|
4
|
+
declare const _default: import("vue-demi").DefineComponent<{
|
|
5
|
+
modelValue: {
|
|
6
|
+
type: PropType<File[]>;
|
|
7
|
+
default: () => never[];
|
|
8
|
+
};
|
|
9
|
+
fileTypes: {
|
|
10
|
+
type: PropType<string[]>;
|
|
11
|
+
default: () => never[];
|
|
12
|
+
};
|
|
13
|
+
maxFiles: {
|
|
14
|
+
type: NumberConstructor;
|
|
15
|
+
default: () => number;
|
|
16
|
+
};
|
|
17
|
+
maxFileSize: {
|
|
18
|
+
type: NumberConstructor;
|
|
19
|
+
default: () => number;
|
|
20
|
+
};
|
|
21
|
+
size: {
|
|
22
|
+
type: PropType<"m" | "s">;
|
|
23
|
+
default: () => DropAreaSize;
|
|
24
|
+
};
|
|
25
|
+
disabled: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: () => boolean;
|
|
28
|
+
};
|
|
29
|
+
}, {
|
|
30
|
+
root: import("vue-demi").Ref<HTMLElement | undefined>;
|
|
31
|
+
rootStyles: import("vue-demi").ComputedRef<string[]>;
|
|
32
|
+
controlStyles: import("vue-demi").ComputedRef<string[]>;
|
|
33
|
+
iconStyles: import("vue-demi").ComputedRef<string[]>;
|
|
34
|
+
textStyles: import("vue-demi").ComputedRef<string[]>;
|
|
35
|
+
textEmphasisStyles: import("vue-demi").ComputedRef<string[]>;
|
|
36
|
+
constraintsStyles: import("vue-demi").ComputedRef<string[]>;
|
|
37
|
+
proxyModelValue: import("../../hooks").UseProxyModelValueReturn<File[]>;
|
|
38
|
+
invalid: import("vue-demi").ComputedRef<boolean>;
|
|
39
|
+
onChange: (event: Event) => void;
|
|
40
|
+
isDesktop: import("vue-demi").ComputedRef<boolean>;
|
|
41
|
+
isMobile: import("vue-demi").ComputedRef<boolean>;
|
|
42
|
+
approximateFileSize: typeof approximateFileSize;
|
|
43
|
+
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
44
|
+
modelValue: {
|
|
45
|
+
type: PropType<File[]>;
|
|
46
|
+
default: () => never[];
|
|
47
|
+
};
|
|
48
|
+
fileTypes: {
|
|
49
|
+
type: PropType<string[]>;
|
|
50
|
+
default: () => never[];
|
|
51
|
+
};
|
|
52
|
+
maxFiles: {
|
|
53
|
+
type: NumberConstructor;
|
|
54
|
+
default: () => number;
|
|
55
|
+
};
|
|
56
|
+
maxFileSize: {
|
|
57
|
+
type: NumberConstructor;
|
|
58
|
+
default: () => number;
|
|
59
|
+
};
|
|
60
|
+
size: {
|
|
61
|
+
type: PropType<"m" | "s">;
|
|
62
|
+
default: () => DropAreaSize;
|
|
63
|
+
};
|
|
64
|
+
disabled: {
|
|
65
|
+
type: BooleanConstructor;
|
|
66
|
+
default: () => boolean;
|
|
67
|
+
};
|
|
68
|
+
}>> & {
|
|
69
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
70
|
+
}, {
|
|
71
|
+
modelValue: File[];
|
|
72
|
+
fileTypes: string[];
|
|
73
|
+
maxFiles: number;
|
|
74
|
+
maxFileSize: number;
|
|
75
|
+
size: "m" | "s";
|
|
76
|
+
disabled: boolean;
|
|
77
|
+
}>;
|
|
78
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { D as DropAreaSize, s as OrDropAreaV3, a as approximateFileSize } from '../OrDropAreaV3-5083baca.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { D as DropAreaSize } from '../OrDropAreaV3-5083baca.js';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { DropAreaSize } from './props';
|
|
2
|
+
export declare const DropArea: string[];
|
|
3
|
+
export declare const DropAreaSizes: Record<DropAreaSize, string[]>;
|
|
4
|
+
export declare const DropAreaControl: string[];
|
|
5
|
+
export declare const DropAreaIcon: string[];
|
|
6
|
+
export declare const DropAreaIconSizes: Record<DropAreaSize, string[]>;
|
|
7
|
+
export declare const DropAreaText: string[];
|
|
8
|
+
export declare const DropAreaTextEmphasis: string[];
|
|
9
|
+
export declare const DropAreaConstraints: string[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { b as DropArea, i as DropAreaConstraints, d as DropAreaControl, e as DropAreaIcon, f as DropAreaIconSizes, c as DropAreaSizes, g as DropAreaText, h as DropAreaTextEmphasis } from '../OrDropAreaV3-5083baca.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function approximateFileSize(value: number): string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as approximateFileSize } from '../../OrDropAreaV3-5083baca.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './approximateFileSize';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as approximateFileSize } from '../../OrDropAreaV3-5083baca.js';
|