@onereach/ui-components 6.5.0 → 6.5.1-beta.3474.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/OrList-6d5e66b4.js +269 -0
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.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/OrIconButtonV3/OrIconButton.vue.d.ts +5 -5
- package/dist/bundled/v2/components/OrIconButtonV3/props.d.ts +1 -0
- package/dist/bundled/v2/components/OrIconButtonV3/props.js +1 -0
- package/dist/bundled/v2/components/OrIconButtonV3/styles.js +12 -3
- package/dist/bundled/v2/components/OrListV3/OrList.js +2 -0
- package/dist/bundled/v2/components/OrListV3/OrList.vue.d.ts +115 -0
- package/dist/bundled/v2/components/OrListV3/index.d.ts +2 -0
- package/dist/bundled/v2/components/OrListV3/index.js +1 -0
- package/dist/bundled/v2/components/OrListV3/styles.d.ts +1 -0
- package/dist/bundled/v2/components/OrListV3/styles.js +7 -0
- package/dist/bundled/v2/components/index.d.ts +1 -0
- package/dist/bundled/v2/components/index.js +2 -1
- package/dist/bundled/v2/index.js +2 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-3b37f8da.js → OrCardCollection.vue_vue_type_script_lang-4dbd88c2.js} +2 -2
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-b6e82206.js → OrCode.vue_vue_type_script_lang-340d9b1f.js} +2 -2
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-56a57a28.js → OrConfirm.vue_vue_type_script_lang-f003bd2f.js} +1 -1
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-7d8b90bc.js → OrDatePicker.vue_vue_type_script_lang-8da8f184.js} +2 -2
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-090b5555.js → OrDateTimePicker.vue_vue_type_script_lang-cde43138.js} +2 -2
- package/dist/bundled/v3/{OrDateTimePickerPopoverHeader-e59d849a.js → OrDateTimePickerPopoverHeader-1b837531.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-a296caec.js → OrInlineInput.vue_vue_type_script_lang-7d55b790.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-6f0607c5.js → OrInlineTextarea.vue_vue_type_script_lang-01a8b8bd.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-bd483fbc.js → OrInput.vue_vue_type_script_lang-efa53d36.js} +1 -1
- package/dist/bundled/v3/OrList.vue_vue_type_script_lang-33bfe264.js +141 -0
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-19e1ff1a.js → OrModal.vue_vue_type_script_lang-27e9f649.js} +1 -1
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-1bb2ed3f.js → OrNotification.vue_vue_type_script_lang-8a74a5f2.js} +1 -1
- package/dist/bundled/v3/{OrRichTextEditor.vue_vue_type_script_lang-d7752181.js → OrRichTextEditor.vue_vue_type_script_lang-87f8d524.js} +3 -3
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-e76fd9bd.js → OrSearch.vue_vue_type_script_lang-32bcf499.js} +1 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-c0bcc2b5.js → OrSelect.vue_vue_type_script_lang-d53f08b5.js} +3 -3
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-9a7188d1.js → OrSidebar.vue_vue_type_script_lang-4df966a8.js} +1 -1
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-32f995f5.js → OrTag.vue_vue_type_script_lang-1d84d4ce.js} +1 -1
- package/dist/bundled/v3/{OrTagInput.vue_vue_type_script_lang-108a1678.js → OrTagInput.vue_vue_type_script_lang-e3709f98.js} +2 -2
- package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-a6fed075.js → OrTags.vue_vue_type_script_lang-90264d9a.js} +1 -1
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-18f5c74e.js → OrTimePicker.vue_vue_type_script_lang-af50d971.js} +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +2 -2
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/OrCode.js +2 -2
- package/dist/bundled/v3/components/OrCodeV3/index.js +1 -1
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +2 -2
- package/dist/bundled/v3/components/OrConfirmV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +2 -2
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +2 -2
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +2 -2
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +2 -2
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.vue.d.ts +3 -3
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrIconButtonV3/props.d.ts +1 -0
- package/dist/bundled/v3/components/OrIconButtonV3/props.js +1 -0
- package/dist/bundled/v3/components/OrIconButtonV3/styles.js +12 -3
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +2 -2
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +2 -2
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +2 -2
- package/dist/bundled/v3/components/OrInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrListV3/OrList.js +66 -0
- package/dist/bundled/v3/components/OrListV3/OrList.vue.d.ts +87 -0
- package/dist/bundled/v3/components/OrListV3/index.d.ts +2 -0
- package/dist/bundled/v3/components/OrListV3/index.js +1 -0
- package/dist/bundled/v3/components/OrListV3/styles.d.ts +1 -0
- package/dist/bundled/v3/components/OrListV3/styles.js +7 -0
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +2 -2
- package/dist/bundled/v3/components/OrModalV3/index.js +1 -1
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +2 -2
- package/dist/bundled/v3/components/OrNotificationV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +2 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +2 -2
- package/dist/bundled/v3/components/OrSearchV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +2 -2
- package/dist/bundled/v3/components/OrSelectV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +2 -2
- package/dist/bundled/v3/components/OrSidebarV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +2 -2
- package/dist/bundled/v3/components/OrTagInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagV3/OrTag.js +2 -2
- package/dist/bundled/v3/components/OrTagV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagsV3/OrTags.js +2 -2
- package/dist/bundled/v3/components/OrTagsV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +2 -2
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +2 -2
- package/dist/bundled/v3/components/OrToastContainerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/OrToast.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/index.js +1 -1
- package/dist/bundled/v3/components/index.d.ts +1 -0
- package/dist/bundled/v3/components/index.js +22 -21
- package/dist/bundled/v3/index.js +23 -21
- package/dist/esm/v2/{OrCardCollection-45c66d62.js → OrCardCollection-0d74e435.js} +2 -2
- package/dist/esm/v2/{OrCode-2129a3dc.js → OrCode-45a7c385.js} +2 -2
- package/dist/esm/v2/{OrConfirm-3ff773e4.js → OrConfirm-8f429723.js} +1 -1
- package/dist/esm/v2/{OrDateFormat-d06e6a17.js → OrDateFormat-116c0a57.js} +2 -2
- package/dist/esm/v2/{OrDatePicker-8590a3e0.js → OrDatePicker-192a536d.js} +3 -3
- package/dist/esm/v2/{OrDateTimeFormat-958ac2b5.js → OrDateTimeFormat-9078f9c6.js} +2 -2
- package/dist/esm/v2/{OrDateTimePicker-43e5c95b.js → OrDateTimePicker-09b38c2c.js} +1 -1
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-c15c0ff1.js → OrDateTimePicker.vue_rollup-plugin-vue_script-fa5fb5ea.js} +2 -2
- package/dist/esm/v2/{OrDateTimePickerTimeSelect-a122ae93.js → OrDateTimePickerTimeSelect-fab17076.js} +1 -1
- package/dist/esm/v2/{OrIconButton-08d2913d.js → OrIconButton-f30c2eb1.js} +13 -3
- package/dist/esm/v2/{OrInlineInput-b2e9bf37.js → OrInlineInput-01145a1d.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-5f6d4064.js → OrInlineTextarea-ee18fb32.js} +1 -1
- package/dist/esm/v2/{OrInput-794bc2f6.js → OrInput-3212e170.js} +1 -1
- package/dist/esm/v2/OrList-d2494f60.js +225 -0
- package/dist/esm/v2/OrListItem-c6b0dd77.js +57 -0
- package/dist/esm/v2/{OrModal-dbb90626.js → OrModal-20a798e5.js} +1 -1
- package/dist/esm/v2/{OrNotification-f8f0b678.js → OrNotification-a2a36a0b.js} +1 -1
- package/dist/esm/v2/{OrRichTextEditor-b12605d3.js → OrRichTextEditor-4625df48.js} +3 -3
- package/dist/esm/v2/{OrSearch-21ae4e63.js → OrSearch-94875c21.js} +1 -1
- package/dist/esm/v2/{OrSelect-0a5c0317.js → OrSelect-1cea22d0.js} +3 -3
- package/dist/esm/v2/{OrSidebar-ef6de7df.js → OrSidebar-34fbe36f.js} +1 -1
- package/dist/esm/v2/{OrSidebarCollapseButton-1ed37f3e.js → OrSidebarCollapseButton-3cec1113.js} +1 -1
- package/dist/esm/v2/{OrTag-1ecc5734.js → OrTag-ecce0a9a.js} +1 -1
- package/dist/esm/v2/{OrTagInput-ebfaeaca.js → OrTagInput-40f16275.js} +2 -2
- package/dist/esm/v2/{OrTags-b02fadce.js → OrTags-6d48f69e.js} +1 -1
- package/dist/esm/v2/{OrTimeFormat-c369099a.js → OrTimeFormat-b597ffbb.js} +2 -2
- package/dist/esm/v2/{OrTimePicker-444a7d26.js → OrTimePicker-452b09a0.js} +3 -3
- package/dist/esm/v2/components/index.d.ts +1 -0
- package/dist/esm/v2/components/index.js +28 -26
- package/dist/esm/v2/components/or-card-collection-v3/index.js +4 -4
- package/dist/esm/v2/components/or-code-v3/index.js +3 -3
- 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-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-icon-button-v3/OrIconButton.vue.d.ts +5 -5
- package/dist/esm/v2/components/or-icon-button-v3/index.js +1 -1
- package/dist/esm/v2/components/or-icon-button-v3/props.d.ts +1 -0
- package/dist/esm/v2/components/or-inline-input-v3/index.js +2 -2
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +2 -2
- package/dist/esm/v2/components/or-input-v3/index.js +2 -2
- package/dist/esm/v2/components/or-list-v3/OrList.vue.d.ts +115 -0
- package/dist/esm/v2/components/or-list-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-list-v3/index.js +26 -0
- package/dist/esm/v2/components/or-list-v3/partials/index.d.ts +1 -0
- package/dist/esm/v2/components/or-list-v3/partials/index.js +3 -0
- package/dist/esm/v2/components/or-list-v3/partials/or-list-item/OrListItem.vue.d.ts +8 -0
- package/dist/esm/v2/components/or-list-v3/partials/or-list-item/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-list-v3/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-modal-v3/index.js +2 -2
- package/dist/esm/v2/components/or-notification-v3/index.js +2 -2
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +4 -4
- package/dist/esm/v2/components/or-search-v3/index.js +3 -3
- package/dist/esm/v2/components/or-select-v3/index.js +4 -4
- package/dist/esm/v2/components/or-sidebar-v3/index.js +3 -3
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +2 -2
- package/dist/esm/v2/components/or-tag-input-v3/index.js +4 -4
- package/dist/esm/v2/components/or-tag-v3/index.js +2 -2
- package/dist/esm/v2/components/or-tags-v3/index.js +3 -3
- 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-toast-v3/index.js +2 -2
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +2 -2
- package/dist/esm/v2/index.js +28 -26
- package/dist/esm/v2/{types-cb2b2335.js → types-bb66e77a.js} +1 -1
- package/dist/esm/v3/{OrCardCollection-64175d94.js → OrCardCollection-888ad4f6.js} +2 -2
- package/dist/esm/v3/{OrCode-8183ef38.js → OrCode-f7edb219.js} +2 -2
- package/dist/esm/v3/{OrConfirm-658dfa58.js → OrConfirm-16063ab3.js} +1 -1
- package/dist/esm/v3/{OrDateFormat-8322187d.js → OrDateFormat-6f98910a.js} +2 -2
- package/dist/esm/v3/{OrDatePicker-a6518904.js → OrDatePicker-cb114103.js} +3 -3
- package/dist/esm/v3/{OrDateTimeFormat-fc9a09d9.js → OrDateTimeFormat-3563e464.js} +2 -2
- package/dist/esm/v3/{OrDateTimePicker-e13abe97.js → OrDateTimePicker-3cb49522.js} +2 -2
- package/dist/esm/v3/{OrDateTimePickerTimeSelect-1a7950ad.js → OrDateTimePickerTimeSelect-939d603e.js} +1 -1
- package/dist/esm/v3/{OrIconButton-ad59bb05.js → OrIconButton-b16183e0.js} +13 -3
- package/dist/esm/v3/{OrInlineInput-432134eb.js → OrInlineInput-af88f5db.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-3434585e.js → OrInlineTextarea-bd45a06a.js} +1 -1
- package/dist/esm/v3/{OrInput-30df8d73.js → OrInput-73fead51.js} +1 -1
- package/dist/esm/v3/OrList-c9379236.js +182 -0
- package/dist/esm/v3/OrListItem-d89cd659.js +33 -0
- package/dist/esm/v3/{OrModal-55582d5f.js → OrModal-e469dc8a.js} +1 -1
- package/dist/esm/v3/{OrNotification-98fe44b7.js → OrNotification-808ac1de.js} +1 -1
- package/dist/esm/v3/{OrRichTextEditor-bdf2e88f.js → OrRichTextEditor-ee991509.js} +3 -3
- package/dist/esm/v3/{OrSearch-04fdc116.js → OrSearch-b89cfce1.js} +1 -1
- package/dist/esm/v3/{OrSelect-559c6cf5.js → OrSelect-63ef94ce.js} +3 -3
- package/dist/esm/v3/{OrSidebar-f9803fee.js → OrSidebar-bf5bb7fe.js} +1 -1
- package/dist/esm/v3/{OrSidebarCollapseButton-035f0736.js → OrSidebarCollapseButton-01511312.js} +1 -1
- package/dist/esm/v3/{OrTag-31b2c78f.js → OrTag-67c36d0a.js} +1 -1
- package/dist/esm/v3/{OrTagInput-6824b64e.js → OrTagInput-94b25b33.js} +2 -2
- package/dist/esm/v3/{OrTags-ba7e85ee.js → OrTags-52a28046.js} +1 -1
- package/dist/esm/v3/{OrTimeFormat-845f1078.js → OrTimeFormat-7881ac41.js} +2 -2
- package/dist/esm/v3/{OrTimePicker-294ab841.js → OrTimePicker-761f8072.js} +3 -3
- package/dist/esm/v3/components/index.d.ts +1 -0
- package/dist/esm/v3/components/index.js +27 -25
- package/dist/esm/v3/components/or-card-collection-v3/index.js +4 -4
- package/dist/esm/v3/components/or-code-v3/index.js +3 -3
- 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-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-icon-button-v3/OrIconButton.vue.d.ts +3 -3
- package/dist/esm/v3/components/or-icon-button-v3/index.js +1 -1
- package/dist/esm/v3/components/or-icon-button-v3/props.d.ts +1 -0
- package/dist/esm/v3/components/or-inline-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +2 -2
- package/dist/esm/v3/components/or-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-list-v3/OrList.vue.d.ts +87 -0
- package/dist/esm/v3/components/or-list-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-list-v3/index.js +25 -0
- package/dist/esm/v3/components/or-list-v3/partials/index.d.ts +1 -0
- package/dist/esm/v3/components/or-list-v3/partials/index.js +3 -0
- package/dist/esm/v3/components/or-list-v3/partials/or-list-item/OrListItem.vue.d.ts +5 -0
- package/dist/esm/v3/components/or-list-v3/partials/or-list-item/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-list-v3/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-modal-v3/index.js +2 -2
- package/dist/esm/v3/components/or-notification-v3/index.js +2 -2
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +4 -4
- package/dist/esm/v3/components/or-search-v3/index.js +3 -3
- package/dist/esm/v3/components/or-select-v3/index.js +4 -4
- package/dist/esm/v3/components/or-sidebar-v3/index.js +3 -3
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +2 -2
- package/dist/esm/v3/components/or-tag-input-v3/index.js +4 -4
- package/dist/esm/v3/components/or-tag-v3/index.js +2 -2
- package/dist/esm/v3/components/or-tags-v3/index.js +3 -3
- 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-toast-v3/index.js +2 -2
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +2 -2
- package/dist/esm/v3/index.js +27 -25
- package/dist/esm/v3/{types-7a770dfb.js → types-93cc75b0.js} +1 -1
- package/package.json +2 -3
- package/src/components/index.ts +1 -0
- package/src/components/or-icon-button-v3/props.ts +1 -0
- package/src/components/or-icon-button-v3/styles.ts +30 -9
- package/src/components/or-list-v3/OrList.vue +234 -0
- package/src/components/or-list-v3/index.ts +2 -0
- package/src/components/or-list-v3/partials/index.ts +1 -0
- package/src/components/or-list-v3/partials/or-list-item/OrListItem.vue +31 -0
- package/src/components/or-list-v3/partials/or-list-item/styles.ts +7 -0
- package/src/components/or-list-v3/styles.ts +7 -0
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-e2a587bb.js → OrDateTimePickerMonthSelect-c5329a40.js} +0 -0
- /package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-ff65c253.js → OrIconButton.vue_vue_type_script_lang-23bdebfd.js} +0 -0
- /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-4eb55799.js → OrToastContainer.vue_vue_type_script_lang-c5178349.js} +0 -0
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { PropType } from 'vue-demi';
|
|
2
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
3
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
4
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
5
|
+
proxyModelValue: import("../../hooks").UseProxyModelValueReturn<object[]>;
|
|
6
|
+
addItem: () => void;
|
|
7
|
+
deleteItem: (index: number) => void;
|
|
8
|
+
onDragStart: (event: DragEvent) => void;
|
|
9
|
+
onDragEnter: (event: DragEvent) => void;
|
|
10
|
+
onDragOver: (event: DragEvent) => void;
|
|
11
|
+
onDragLeave: (event: DragEvent) => void;
|
|
12
|
+
onDragEnd: (event: DragEvent) => void;
|
|
13
|
+
onDrop: (event: DragEvent) => void;
|
|
14
|
+
uuid: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number | undefined) => T) & ((options?: import("uuid").V4Options | undefined) => string);
|
|
15
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
16
|
+
modelValue: {
|
|
17
|
+
type: PropType<object[]>;
|
|
18
|
+
default: () => never[];
|
|
19
|
+
};
|
|
20
|
+
itemProps: {
|
|
21
|
+
type: PropType<object>;
|
|
22
|
+
default: () => {};
|
|
23
|
+
};
|
|
24
|
+
label: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: undefined;
|
|
27
|
+
};
|
|
28
|
+
disabled: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
canAdd: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
canDelete: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
canReorder: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
45
|
+
modelValue: {
|
|
46
|
+
type: PropType<object[]>;
|
|
47
|
+
default: () => never[];
|
|
48
|
+
};
|
|
49
|
+
itemProps: {
|
|
50
|
+
type: PropType<object>;
|
|
51
|
+
default: () => {};
|
|
52
|
+
};
|
|
53
|
+
label: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
default: undefined;
|
|
56
|
+
};
|
|
57
|
+
disabled: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
default: boolean;
|
|
60
|
+
};
|
|
61
|
+
canAdd: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
canDelete: {
|
|
66
|
+
type: BooleanConstructor;
|
|
67
|
+
default: boolean;
|
|
68
|
+
};
|
|
69
|
+
canReorder: {
|
|
70
|
+
type: BooleanConstructor;
|
|
71
|
+
default: boolean;
|
|
72
|
+
};
|
|
73
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
74
|
+
modelValue: object[];
|
|
75
|
+
itemProps: object;
|
|
76
|
+
label: string;
|
|
77
|
+
disabled: boolean;
|
|
78
|
+
canAdd: boolean;
|
|
79
|
+
canDelete: boolean;
|
|
80
|
+
canReorder: boolean;
|
|
81
|
+
} & {} & {
|
|
82
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
83
|
+
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
84
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
85
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
86
|
+
proxyModelValue: import("../../hooks").UseProxyModelValueReturn<object[]>;
|
|
87
|
+
addItem: () => void;
|
|
88
|
+
deleteItem: (index: number) => void;
|
|
89
|
+
onDragStart: (event: DragEvent) => void;
|
|
90
|
+
onDragEnter: (event: DragEvent) => void;
|
|
91
|
+
onDragOver: (event: DragEvent) => void;
|
|
92
|
+
onDragLeave: (event: DragEvent) => void;
|
|
93
|
+
onDragEnd: (event: DragEvent) => void;
|
|
94
|
+
onDrop: (event: DragEvent) => void;
|
|
95
|
+
uuid: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number | undefined) => T) & ((options?: import("uuid").V4Options | undefined) => string);
|
|
96
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
97
|
+
modelValue: object[];
|
|
98
|
+
itemProps: object;
|
|
99
|
+
label: string;
|
|
100
|
+
disabled: boolean;
|
|
101
|
+
canAdd: boolean;
|
|
102
|
+
canDelete: boolean;
|
|
103
|
+
canReorder: boolean;
|
|
104
|
+
} & {} & {
|
|
105
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
106
|
+
}, {
|
|
107
|
+
modelValue: object[];
|
|
108
|
+
itemProps: object;
|
|
109
|
+
label: string;
|
|
110
|
+
disabled: boolean;
|
|
111
|
+
canAdd: boolean;
|
|
112
|
+
canDelete: boolean;
|
|
113
|
+
canReorder: boolean;
|
|
114
|
+
}, true>);
|
|
115
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export { _ as OrListV3 } from '../../OrList-d2494f60.js';
|
|
2
|
+
export { _ as OrListItem } from '../../OrListItem-c6b0dd77.js';
|
|
3
|
+
import 'uuid';
|
|
4
|
+
import 'vue-demi';
|
|
5
|
+
import '@vueuse/core';
|
|
6
|
+
import '../../dom-aecadd9a.js';
|
|
7
|
+
import 'lodash/isElement';
|
|
8
|
+
import 'lodash/get';
|
|
9
|
+
import '../../useProxyModelValue-940010d2.js';
|
|
10
|
+
import '@onereach/styles/tailwind/plugins/core';
|
|
11
|
+
import '@onereach/styles/tailwind.config.json';
|
|
12
|
+
import '../../OrIconButton-f30c2eb1.js';
|
|
13
|
+
import '../../OrIcon-a36250bf.js';
|
|
14
|
+
import '../../normalize-component-6e8e3d80.js';
|
|
15
|
+
import '../../OrTooltip-742ee269.js';
|
|
16
|
+
import '../../usePopoverState-b92c698b.js';
|
|
17
|
+
import '../../OrPopover-58fefa76.js';
|
|
18
|
+
import '@floating-ui/dom';
|
|
19
|
+
import '../../useElevation-a50ec347.js';
|
|
20
|
+
import '../../useResponsive-5c8291da.js';
|
|
21
|
+
import '../../OrBottomSheet-eb065791.js';
|
|
22
|
+
import '../../OrOverlay-868d1120.js';
|
|
23
|
+
import '../../OrTeleport.vue2-424c7f33.js';
|
|
24
|
+
import 'portal-vue';
|
|
25
|
+
import '../../useTheme-0ef25778.js';
|
|
26
|
+
import '../../OrLabel-4a3d8904.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OrListItem } from './or-list-item/OrListItem.vue';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
2
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
3
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
4
|
+
}> & import("@vue/composition-api").Data, {}, {}, {}, import("@vue/composition-api").ExtractPropTypes<{}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
5
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
6
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {} & {}, {}, true>);
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ListItem: string[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const List: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { M as ModalSize, _ as OrModalV3 } from '../../OrModal-
|
|
1
|
+
export { M as ModalSize, _ as OrModalV3 } from '../../OrModal-20a798e5.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../dom-aecadd9a.js';
|
|
@@ -12,7 +12,7 @@ import '../../useElevation-a50ec347.js';
|
|
|
12
12
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
13
13
|
import 'portal-vue';
|
|
14
14
|
import '../../normalize-component-6e8e3d80.js';
|
|
15
|
-
import '../../OrIconButton-
|
|
15
|
+
import '../../OrIconButton-f30c2eb1.js';
|
|
16
16
|
import '../../OrIcon-a36250bf.js';
|
|
17
17
|
import '../../OrTooltip-742ee269.js';
|
|
18
18
|
import '../../OrPopover-58fefa76.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from '../../OrNotification-
|
|
1
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from '../../OrNotification-a2a36a0b.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
3
|
+
import '../../OrIconButton-f30c2eb1.js';
|
|
4
4
|
import '../../OrIcon-a36250bf.js';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
6
|
import '../../OrTooltip-742ee269.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { F as Formats, _ as OrRichTextEditorV3 } from '../../OrRichTextEditor-
|
|
1
|
+
export { F as Formats, _ as OrRichTextEditorV3 } from '../../OrRichTextEditor-4625df48.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '@vueuse/integrations/useFocusTrap';
|
|
4
4
|
import '@vueuse/core';
|
|
@@ -17,7 +17,7 @@ import '@tiptap/extension-blockquote';
|
|
|
17
17
|
import '@tiptap/extension-link';
|
|
18
18
|
import '@tiptap/extension-highlight';
|
|
19
19
|
import '@tiptap/extension-underline';
|
|
20
|
-
import '../../OrIconButton-
|
|
20
|
+
import '../../OrIconButton-f30c2eb1.js';
|
|
21
21
|
import '../../OrIcon-a36250bf.js';
|
|
22
22
|
import '../../normalize-component-6e8e3d80.js';
|
|
23
23
|
import '../../OrTooltip-742ee269.js';
|
|
@@ -39,8 +39,8 @@ import '../../useTheme-0ef25778.js';
|
|
|
39
39
|
import '../../OrLabel-4a3d8904.js';
|
|
40
40
|
import '../../OrMenu-f402e409.js';
|
|
41
41
|
import '../../OrMenuItem-61403f7a.js';
|
|
42
|
-
import '../../OrModal-
|
|
43
|
-
import '../../OrInput-
|
|
42
|
+
import '../../OrModal-20a798e5.js';
|
|
43
|
+
import '../../OrInput-3212e170.js';
|
|
44
44
|
import '../../useIdAttribute-859439f0.js';
|
|
45
45
|
import '../../useProxyModelValue-940010d2.js';
|
|
46
46
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { _ as OrSearchV3 } from '../../OrSearch-
|
|
1
|
+
export { _ as OrSearchV3 } from '../../OrSearch-94875c21.js';
|
|
2
2
|
export { I as SearchSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-4fde9829.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
-
import '../../OrInput-
|
|
5
|
+
import '../../OrInput-3212e170.js';
|
|
6
6
|
import '../../useIdAttribute-859439f0.js';
|
|
7
7
|
import '../../dom-aecadd9a.js';
|
|
8
8
|
import 'lodash/isElement';
|
|
@@ -15,7 +15,7 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
15
15
|
import '../../OrError-4ffc1c39.js';
|
|
16
16
|
import '../../normalize-component-6e8e3d80.js';
|
|
17
17
|
import '../../OrHint-aa221198.js';
|
|
18
|
-
import '../../OrIconButton-
|
|
18
|
+
import '../../OrIconButton-f30c2eb1.js';
|
|
19
19
|
import '../../OrIcon-a36250bf.js';
|
|
20
20
|
import '../../OrTooltip-742ee269.js';
|
|
21
21
|
import '../../usePopoverState-b92c698b.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { _ as OrSelectV3 } from '../../OrSelect-1cea22d0.js';
|
|
2
2
|
export { I as SelectSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-4fde9829.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-06d651cf.js';
|
|
@@ -22,7 +22,7 @@ import '../../OrExpansionPanel-2ac7b233.js';
|
|
|
22
22
|
import '../../usePopoverState-b92c698b.js';
|
|
23
23
|
import '../../OrIcon-a36250bf.js';
|
|
24
24
|
import '../../OrHint-aa221198.js';
|
|
25
|
-
import '../../OrIconButton-
|
|
25
|
+
import '../../OrIconButton-f30c2eb1.js';
|
|
26
26
|
import '../../OrTooltip-742ee269.js';
|
|
27
27
|
import '../../OrPopover-58fefa76.js';
|
|
28
28
|
import '@floating-ui/dom';
|
|
@@ -33,8 +33,8 @@ import '../../OrTeleport.vue2-424c7f33.js';
|
|
|
33
33
|
import 'portal-vue';
|
|
34
34
|
import '../../useTheme-0ef25778.js';
|
|
35
35
|
import '../../OrInputBox-7dc5b9e9.js';
|
|
36
|
-
import '../../OrInput-
|
|
36
|
+
import '../../OrInput-3212e170.js';
|
|
37
37
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
38
38
|
import '../../OrLoader-b0c381f9.js';
|
|
39
39
|
import '../../OrMenuItem-61403f7a.js';
|
|
40
|
-
import '../../OrTag-
|
|
40
|
+
import '../../OrTag-ecce0a9a.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { _ as OrSidebarV3 } from '../../OrSidebar-
|
|
2
|
-
export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-
|
|
1
|
+
export { _ as OrSidebarV3 } from '../../OrSidebar-34fbe36f.js';
|
|
2
|
+
export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-3cec1113.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
|
-
import '../../OrIconButton-
|
|
6
|
+
import '../../OrIconButton-f30c2eb1.js';
|
|
7
7
|
import '../../OrIcon-a36250bf.js';
|
|
8
8
|
import '../../OrTooltip-742ee269.js';
|
|
9
9
|
import '../../dom-aecadd9a.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { _ as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-
|
|
1
|
+
export { _ as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-3cec1113.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../../OrIconButton-
|
|
3
|
+
import '../../../OrIconButton-f30c2eb1.js';
|
|
4
4
|
import '../../../OrIcon-a36250bf.js';
|
|
5
5
|
import '../../../normalize-component-6e8e3d80.js';
|
|
6
6
|
import '../../../OrTooltip-742ee269.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrTagInputV3 } from '../../OrTagInput-
|
|
1
|
+
export { _ as OrTagInputV3 } from '../../OrTagInput-40f16275.js';
|
|
2
2
|
export { I as TagInputSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-4fde9829.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -13,7 +13,7 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
13
13
|
import '../../OrError-4ffc1c39.js';
|
|
14
14
|
import '../../normalize-component-6e8e3d80.js';
|
|
15
15
|
import '../../OrHint-aa221198.js';
|
|
16
|
-
import '../../OrIconButton-
|
|
16
|
+
import '../../OrIconButton-f30c2eb1.js';
|
|
17
17
|
import '../../OrIcon-a36250bf.js';
|
|
18
18
|
import '../../OrTooltip-742ee269.js';
|
|
19
19
|
import '../../usePopoverState-b92c698b.js';
|
|
@@ -28,9 +28,9 @@ import 'portal-vue';
|
|
|
28
28
|
import '../../useTheme-0ef25778.js';
|
|
29
29
|
import '../../OrInputBox-7dc5b9e9.js';
|
|
30
30
|
import '../../OrLabel-4a3d8904.js';
|
|
31
|
-
import '../../OrTags-
|
|
31
|
+
import '../../OrTags-6d48f69e.js';
|
|
32
32
|
import '../../useOverflow-ff9ae748.js';
|
|
33
33
|
import '../../OrButton-a23ee9f0.js';
|
|
34
34
|
import '../../OrLoader-b0c381f9.js';
|
|
35
|
-
import '../../OrTag-
|
|
35
|
+
import '../../OrTag-ecce0a9a.js';
|
|
36
36
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-
|
|
1
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-ecce0a9a.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
3
|
+
import '../../OrIconButton-f30c2eb1.js';
|
|
4
4
|
import '../../OrIcon-a36250bf.js';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
6
|
import '../../OrTooltip-742ee269.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrTagsV3, T as TagsOverflow } from '../../OrTags-
|
|
1
|
+
export { _ as OrTagsV3, T as TagsOverflow } from '../../OrTags-6d48f69e.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useOverflow-ff9ae748.js';
|
|
4
4
|
import '@vueuse/core';
|
|
@@ -20,7 +20,7 @@ import '../../OrOverlay-868d1120.js';
|
|
|
20
20
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
21
21
|
import 'portal-vue';
|
|
22
22
|
import '../../useTheme-0ef25778.js';
|
|
23
|
-
import '../../OrTag-
|
|
24
|
-
import '../../OrIconButton-
|
|
23
|
+
import '../../OrTag-ecce0a9a.js';
|
|
24
|
+
import '../../OrIconButton-f30c2eb1.js';
|
|
25
25
|
import '../../OrIcon-a36250bf.js';
|
|
26
26
|
import '../../OrTooltip-742ee269.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { _ as OrTimeFormatV3 } from '../../OrTimeFormat-
|
|
1
|
+
export { _ as OrTimeFormatV3 } from '../../OrTimeFormat-b597ffbb.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
3
|
+
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-fa5fb5ea.js';
|
|
4
4
|
import '../../dropdown-open-06d651cf.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
6
|
import '../../dom-aecadd9a.js';
|
|
@@ -12,7 +12,7 @@ import '@onereach/styles/tailwind.config.json';
|
|
|
12
12
|
import '../../OrError-4ffc1c39.js';
|
|
13
13
|
import '../../normalize-component-6e8e3d80.js';
|
|
14
14
|
import '../../OrHint-aa221198.js';
|
|
15
|
-
import '../../OrIconButton-
|
|
15
|
+
import '../../OrIconButton-f30c2eb1.js';
|
|
16
16
|
import '../../OrIcon-a36250bf.js';
|
|
17
17
|
import '../../OrTooltip-742ee269.js';
|
|
18
18
|
import '../../usePopoverState-b92c698b.js';
|
|
@@ -28,7 +28,7 @@ import '../../useTheme-0ef25778.js';
|
|
|
28
28
|
import '../../OrInputBox-7dc5b9e9.js';
|
|
29
29
|
import '../../OrInputBox.vue_rollup-plugin-vue_script-4fde9829.js';
|
|
30
30
|
import '../../OrLabel-4a3d8904.js';
|
|
31
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
31
|
+
import '../../OrDateTimePickerTimeSelect-fab17076.js';
|
|
32
32
|
import '../../getTimePlaceholder-06d57fcf.js';
|
|
33
33
|
import '../../OrButton-a23ee9f0.js';
|
|
34
34
|
import '../../OrLoader-b0c381f9.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { _ as OrTimePickerV3 } from '../../OrTimePicker-
|
|
2
|
-
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
3
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
1
|
+
export { _ as OrTimePickerV3 } from '../../OrTimePicker-452b09a0.js';
|
|
2
|
+
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-fa5fb5ea.js';
|
|
3
|
+
import '../../OrDateTimePickerTimeSelect-fab17076.js';
|
|
4
4
|
export { D as TimePickerFormat } from '../../getTimePlaceholder-06d57fcf.js';
|
|
5
5
|
export { I as TimePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-4fde9829.js';
|
|
6
6
|
import 'vue-demi';
|
|
@@ -16,7 +16,7 @@ import '../../getCurrentDate-046a888d.js';
|
|
|
16
16
|
import '../../OrError-4ffc1c39.js';
|
|
17
17
|
import '../../normalize-component-6e8e3d80.js';
|
|
18
18
|
import '../../OrHint-aa221198.js';
|
|
19
|
-
import '../../OrIconButton-
|
|
19
|
+
import '../../OrIconButton-f30c2eb1.js';
|
|
20
20
|
import '../../OrIcon-a36250bf.js';
|
|
21
21
|
import '../../OrTooltip-742ee269.js';
|
|
22
22
|
import '../../usePopoverState-b92c698b.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-
|
|
1
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-bb66e77a.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../useToast-5aa9dc05.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -11,7 +11,7 @@ import '@onereach/styles/tailwind.config.json';
|
|
|
11
11
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
12
12
|
import 'portal-vue';
|
|
13
13
|
import '../../normalize-component-6e8e3d80.js';
|
|
14
|
-
import '../../OrIconButton-
|
|
14
|
+
import '../../OrIconButton-f30c2eb1.js';
|
|
15
15
|
import '../../OrIcon-a36250bf.js';
|
|
16
16
|
import '../../OrTooltip-742ee269.js';
|
|
17
17
|
import '../../usePopoverState-b92c698b.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-
|
|
1
|
+
export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-bb66e77a.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../../useToast-5aa9dc05.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -11,7 +11,7 @@ import '@onereach/styles/tailwind.config.json';
|
|
|
11
11
|
import '../../../OrTeleport.vue2-424c7f33.js';
|
|
12
12
|
import 'portal-vue';
|
|
13
13
|
import '../../../normalize-component-6e8e3d80.js';
|
|
14
|
-
import '../../../OrIconButton-
|
|
14
|
+
import '../../../OrIconButton-f30c2eb1.js';
|
|
15
15
|
import '../../../OrIcon-a36250bf.js';
|
|
16
16
|
import '../../../OrTooltip-742ee269.js';
|
|
17
17
|
import '../../../usePopoverState-b92c698b.js';
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -8,7 +8,7 @@ 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, _ as OrButtonV3 } from './OrButton-a23ee9f0.js';
|
|
9
9
|
export { _ as OrCard } from './OrCard-c44d9783.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-bea023f8.js';
|
|
11
|
-
export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-
|
|
11
|
+
export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-0d74e435.js';
|
|
12
12
|
export { C as CardPadding, _ as OrCardV3 } from './OrCard-c5c725ed.js';
|
|
13
13
|
export { _ as OrCheckbox } from './OrCheckbox-fcd6b64c.js';
|
|
14
14
|
export { _ as OrCheckboxGroupV3 } from './OrCheckboxGroup-6f1bacb2.js';
|
|
@@ -22,7 +22,7 @@ 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, _ as OrCodeV3 } from './OrCode-
|
|
25
|
+
export { C as CodeLanguage, _ as OrCodeV3 } from './OrCode-45a7c385.js';
|
|
26
26
|
export { EditorView } from '@codemirror/view';
|
|
27
27
|
export { EditorState } from '@codemirror/state';
|
|
28
28
|
export { _ as OrCollapse } from './OrCollapse-9d22b072.js';
|
|
@@ -31,16 +31,16 @@ export { _ as OrCombinedInputV3 } from './OrCombinedInput-08f20c4c.js';
|
|
|
31
31
|
export { _ as OrInputBoxV3 } from './OrInputBox-7dc5b9e9.js';
|
|
32
32
|
export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize } from './OrInputBox.vue_rollup-plugin-vue_script-4fde9829.js';
|
|
33
33
|
export { _ as OrConfirm } from './OrConfirm-807585ea.js';
|
|
34
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
34
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-8f429723.js';
|
|
35
35
|
export { _ as OrContextMenuV3 } from './OrContextMenu-247e4a05.js';
|
|
36
36
|
export { _ as OrMenuV3 } from './OrMenu-f402e409.js';
|
|
37
37
|
export { P as ContextMenuPlacement, P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-58fefa76.js';
|
|
38
|
-
export { _ as OrDateFormatV3 } from './OrDateFormat-
|
|
39
|
-
export { _ as OrDatePickerV3 } from './OrDatePicker-
|
|
40
|
-
export { _ as OrDateTimeFormatV3 } from './OrDateTimeFormat-
|
|
38
|
+
export { _ as OrDateFormatV3 } from './OrDateFormat-116c0a57.js';
|
|
39
|
+
export { _ as OrDatePickerV3 } from './OrDatePicker-192a536d.js';
|
|
40
|
+
export { _ as OrDateTimeFormatV3 } from './OrDateTimeFormat-9078f9c6.js';
|
|
41
41
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-7d39afc2.js';
|
|
42
|
-
export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-
|
|
43
|
-
export { _ as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, f as OrDateTimePickerTimeControl, g as OrDateTimePickerTimeSelect } from './OrDateTimePickerTimeSelect-
|
|
42
|
+
export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-09b38c2c.js';
|
|
43
|
+
export { _ 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-fab17076.js';
|
|
44
44
|
export { D as DateTimePickerTimeFormat, D as TimePickerFormat, f as formatDate, a as formatTime, g as getDatePlaceholder, b as getTimePlaceholder } from './getTimePlaceholder-06d57fcf.js';
|
|
45
45
|
export { g as getCurrentDate } from './getCurrentDate-046a888d.js';
|
|
46
46
|
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from './OrEmptyState-2d3fd68d.js';
|
|
@@ -54,26 +54,28 @@ export { F as FormGroupDirection, _ as OrFormGroupV3 } from './OrFormGroup-bed59
|
|
|
54
54
|
export { _ as OrHint } from './OrHint-7eadc91e.js';
|
|
55
55
|
export { _ as OrHintV3 } from './OrHint-aa221198.js';
|
|
56
56
|
export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-d26e8a1e.js';
|
|
57
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-
|
|
57
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-f30c2eb1.js';
|
|
58
58
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, _ as OrIconV3 } from './OrIcon-a36250bf.js';
|
|
59
59
|
export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-19b49ee6.js';
|
|
60
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-
|
|
60
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-01145a1d.js';
|
|
61
61
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-2ec8a8b4.js';
|
|
62
|
-
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
62
|
+
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-ee18fb32.js';
|
|
63
63
|
export { _ as OrInput } from './OrInput-7a12709e.js';
|
|
64
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
64
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-3212e170.js';
|
|
65
65
|
export { _ as OrLabel } from './OrLabel-fcceec1b.js';
|
|
66
66
|
export { L as LabelVariant, _ as OrLabelV3 } from './OrLabel-4a3d8904.js';
|
|
67
67
|
export { L as LinkColor, _ as OrLinkV3 } from './OrLink-cf3a0091.js';
|
|
68
68
|
export { _ as OrList } from './OrList-f98a05a4.js';
|
|
69
69
|
export { _ as OrListOfInputs } from './OrListOfInputs-1eaeb7e9.js';
|
|
70
|
+
export { _ as OrListV3 } from './OrList-d2494f60.js';
|
|
71
|
+
export { _ as OrListItem } from './OrListItem-c6b0dd77.js';
|
|
70
72
|
export { L as LoaderViews, _ as OrLoader } from './OrLoader-90406201.js';
|
|
71
73
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from './OrLoader-b0c381f9.js';
|
|
72
74
|
export { _ as OrMenuItemV3 } from './OrMenuItem-61403f7a.js';
|
|
73
75
|
export { _ as OrModal, O as OrModalSizes } from './OrModal-d300f52f.js';
|
|
74
|
-
export { M as ModalSize, _ as OrModalV3 } from './OrModal-
|
|
76
|
+
export { M as ModalSize, _ as OrModalV3 } from './OrModal-20a798e5.js';
|
|
75
77
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from './OrNotification-defc3f87.js';
|
|
76
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-
|
|
78
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-a2a36a0b.js';
|
|
77
79
|
export { _ as OrNumberInput } from './OrNumberInput-7f0d6f74.js';
|
|
78
80
|
export { _ as OrOverflowMenu } from './OrOverflowMenu-6f60e864.js';
|
|
79
81
|
export { _ as OrOverlay } from './OrOverlay-ccec2218.js';
|
|
@@ -86,15 +88,15 @@ export { _ as OrRadio } from './OrRadio-811ad5a4.js';
|
|
|
86
88
|
export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
|
|
87
89
|
export { _ as OrRadioGroupV3 } from './OrRadioGroup-455584d6.js';
|
|
88
90
|
export { _ as OrRadioV3 } from './OrRadio-e1d1f149.js';
|
|
89
|
-
export { F as Formats, _ as OrRichTextEditorV3 } from './OrRichTextEditor-
|
|
91
|
+
export { F as Formats, _ as OrRichTextEditorV3 } from './OrRichTextEditor-4625df48.js';
|
|
90
92
|
export { _ as OrSearch } from './OrSearch-ac542dd6.js';
|
|
91
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
93
|
+
export { _ as OrSearchV3 } from './OrSearch-94875c21.js';
|
|
92
94
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-c23ef9a9.js';
|
|
93
95
|
export { _ as OrSelect } from './OrSelect-c0d04cf6.js';
|
|
94
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
96
|
+
export { _ as OrSelectV3 } from './OrSelect-1cea22d0.js';
|
|
95
97
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-c56a9221.js';
|
|
96
|
-
export { _ as OrSidebarV3 } from './OrSidebar-
|
|
97
|
-
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-
|
|
98
|
+
export { _ as OrSidebarV3 } from './OrSidebar-34fbe36f.js';
|
|
99
|
+
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-3cec1113.js';
|
|
98
100
|
export { _ as OrSkeletonCircle } from './OrSkeletonCircle-c4bf0e34.js';
|
|
99
101
|
export { _ as OrSkeletonRect } from './OrSkeletonRect-79162a84.js';
|
|
100
102
|
export { _ as OrSkeletonText } from './OrSkeletonText-bd5d97bb.js';
|
|
@@ -113,20 +115,20 @@ export { _ as OrTabV3 } from './OrTab-88036fe9.js';
|
|
|
113
115
|
export { _ as OrTabs } from './OrTabs-62e7e478.js';
|
|
114
116
|
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-5baf3dde.js';
|
|
115
117
|
export { _ as OrTag } from './OrTag-b5803a20.js';
|
|
116
|
-
export { _ as OrTagInputV3 } from './OrTagInput-
|
|
117
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-
|
|
118
|
-
export { _ as OrTagsV3, T as TagsOverflow } from './OrTags-
|
|
118
|
+
export { _ as OrTagInputV3 } from './OrTagInput-40f16275.js';
|
|
119
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-ecce0a9a.js';
|
|
120
|
+
export { _ as OrTagsV3, T as TagsOverflow } from './OrTags-6d48f69e.js';
|
|
119
121
|
export { _ as OrTeleport } from './OrTeleport.vue2-f0c16c71.js';
|
|
120
122
|
export { _ as OrTeleportV3 } from './OrTeleport.vue2-424c7f33.js';
|
|
121
123
|
export { _ as OrTextV3 } from './OrText-44449e7b.js';
|
|
122
124
|
export { _ as OrTextarea } from './OrTextarea-9febab19.js';
|
|
123
125
|
export { _ as OrTextareaV3 } from './OrTextarea-58bd5e83.js';
|
|
124
126
|
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-866f0a9a.js';
|
|
125
|
-
export { _ as OrTimeFormatV3 } from './OrTimeFormat-
|
|
126
|
-
export { _ as OrTimePickerV3 } from './OrTimePicker-
|
|
127
|
+
export { _ as OrTimeFormatV3 } from './OrTimeFormat-b597ffbb.js';
|
|
128
|
+
export { _ as OrTimePickerV3 } from './OrTimePicker-452b09a0.js';
|
|
127
129
|
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-ecffc69f.js';
|
|
128
130
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-05a9c81b.js';
|
|
129
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-
|
|
131
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-bb66e77a.js';
|
|
130
132
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-5aa9dc05.js';
|
|
131
133
|
export { _ as OrTooltip } from './OrTooltip-2f267924.js';
|
|
132
134
|
export { _ as OrTooltipContent } from './OrTooltipContent-57a25502.js';
|
|
@@ -163,7 +165,7 @@ import '@codemirror/language';
|
|
|
163
165
|
import '@lezer/highlight';
|
|
164
166
|
import '@vueuse/math';
|
|
165
167
|
import '@floating-ui/dom';
|
|
166
|
-
import './OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
168
|
+
import './OrDateTimePicker.vue_rollup-plugin-vue_script-fa5fb5ea.js';
|
|
167
169
|
import 'lodash/padStart';
|
|
168
170
|
import './OrTooltip.vue_rollup-plugin-vue_styles.0-0aca0c11.js';
|
|
169
171
|
import 'lodash/isNil';
|
|
@@ -6,7 +6,7 @@ import '@onereach/styles/tailwind/plugins/core';
|
|
|
6
6
|
import '@onereach/styles/tailwind.config.json';
|
|
7
7
|
import { _ as __vue_component__$4 } from './OrTeleport.vue2-424c7f33.js';
|
|
8
8
|
import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-5aa9dc05.js';
|
|
9
|
-
import { _ as __vue_component__$2 } from './OrIconButton-
|
|
9
|
+
import { _ as __vue_component__$2 } from './OrIconButton-f30c2eb1.js';
|
|
10
10
|
import { _ as __vue_component__$3 } from './OrLoader-b0c381f9.js';
|
|
11
11
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
12
12
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, watch } from 'vue-demi';
|
|
2
|
-
import { s as script$2 } from './OrIconButton-
|
|
3
|
-
import { s as script$4 } from './OrSearch-
|
|
2
|
+
import { s as script$2 } from './OrIconButton-b16183e0.js';
|
|
3
|
+
import { s as script$4 } from './OrSearch-b89cfce1.js';
|
|
4
4
|
import './OrInputBox-912a6254.js';
|
|
5
5
|
import { s as script$3 } from './OrSorting-535539dc.js';
|
|
6
6
|
import { openBlock, createElementBlock, normalizeClass, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString, resolveComponent, createElementVNode, createBlock, createCommentVNode, createVNode, normalizeProps, guardReactiveProps, withCtx } from 'vue';
|
|
@@ -10,8 +10,8 @@ import { basicSetup } from 'codemirror';
|
|
|
10
10
|
import { keymap, EditorView } from '@codemirror/view';
|
|
11
11
|
import { indentWithTab } from '@codemirror/commands';
|
|
12
12
|
import { Compartment, EditorState } from '@codemirror/state';
|
|
13
|
-
import { s as script$7 } from './OrIconButton-
|
|
14
|
-
import { s as script$6 } from './OrModal-
|
|
13
|
+
import { s as script$7 } from './OrIconButton-b16183e0.js';
|
|
14
|
+
import { s as script$6 } from './OrModal-e469dc8a.js';
|
|
15
15
|
import { s as script$2 } from './OrError-c01d0c29.js';
|
|
16
16
|
import { s as script$3 } from './OrHint-06ab89d7.js';
|
|
17
17
|
import { s as script$4 } from './OrInputBox-912a6254.js';
|
|
@@ -6,7 +6,7 @@ import { u as usePopoverState } from './usePopoverState-b92c698b.js';
|
|
|
6
6
|
import '@onereach/styles/tailwind/plugins/core';
|
|
7
7
|
import '@onereach/styles/tailwind.config.json';
|
|
8
8
|
import { s as script$2, a as ButtonColor } from './OrButton-4a3c3e7b.js';
|
|
9
|
-
import { s as script$3 } from './OrInput-
|
|
9
|
+
import { s as script$3 } from './OrInput-73fead51.js';
|
|
10
10
|
import { s as script$1 } from './OrOverlay-6269c33a.js';
|
|
11
11
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
|
|
12
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import './OrDateTimePicker-
|
|
3
|
-
import './OrDateTimePickerTimeSelect-
|
|
2
|
+
import './OrDateTimePicker-3cb49522.js';
|
|
3
|
+
import './OrDateTimePickerTimeSelect-939d603e.js';
|
|
4
4
|
import { f as formatDate } from './getTimePlaceholder-09859f55.js';
|
|
5
5
|
import { openBlock, createElementBlock, normalizeClass, toDisplayString } from 'vue';
|
|
6
6
|
|