@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
|
@@ -9,7 +9,7 @@ import { s as script$4 } from './OrInlineInputBox.vue_vue_type_script_lang-fe99c
|
|
|
9
9
|
import { InlineInputBoxSize } from './components/OrInlineInputBoxV3/props.js';
|
|
10
10
|
import { s as script$1 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
11
11
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
12
|
-
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-
|
|
12
|
+
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-23bdebfd.js';
|
|
13
13
|
import { useIdAttribute } from './hooks/useIdAttribute.js';
|
|
14
14
|
import { useControlAttributes } from './hooks/useControlAttributes.js';
|
|
15
15
|
import { useValidationAttributes } from './hooks/useValidationAttributes.js';
|
|
@@ -6,7 +6,7 @@ import './components/OrIconButtonV3/OrIconButton.js';
|
|
|
6
6
|
import './components/OrInlineInputBoxV3/OrInlineInputBox.js';
|
|
7
7
|
import { s as script$1 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
8
8
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
9
|
-
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-
|
|
9
|
+
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-23bdebfd.js';
|
|
10
10
|
import { s as script$4 } from './OrInlineInputBox.vue_vue_type_script_lang-fe99c485.js';
|
|
11
11
|
import { useIdAttribute } from './hooks/useIdAttribute.js';
|
|
12
12
|
import { useControlAttributes } from './hooks/useControlAttributes.js';
|
|
@@ -7,7 +7,7 @@ import './components/OrHintV3/OrHint.js';
|
|
|
7
7
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
8
8
|
import './components/OrIconV3/OrIcon.js';
|
|
9
9
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
10
|
-
import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-
|
|
10
|
+
import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-23bdebfd.js';
|
|
11
11
|
import './components/OrInputBoxV3/OrInputBox.js';
|
|
12
12
|
import { s as script$5 } from './OrInputBox.vue_vue_type_script_lang-137cb650.js';
|
|
13
13
|
import './components/OrLabelV3/OrLabel.js';
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
import { v as v4 } from './v4-cf8987a3.js';
|
|
2
|
+
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
3
|
+
import { openBlock, createElementBlock, normalizeClass, renderSlot } from 'vue';
|
|
4
|
+
import { List } from './components/OrListV3/styles.js';
|
|
5
|
+
import './components/OrIconV3/OrIcon.js';
|
|
6
|
+
import './components/OrIconButtonV3/OrIconButton.js';
|
|
7
|
+
import './components/OrLabelV3/OrLabel.js';
|
|
8
|
+
import { s as script$2 } from './OrIcon.vue_vue_type_script_lang-8a4ad510.js';
|
|
9
|
+
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-23bdebfd.js';
|
|
10
|
+
import { s as script$4 } from './OrLabel.vue_vue_type_script_lang-fcdfd80d.js';
|
|
11
|
+
import { useProxyModelValue } from './hooks/useProxyModelValue.js';
|
|
12
|
+
|
|
13
|
+
const ListItem = [
|
|
14
|
+
// Layout
|
|
15
|
+
'layout-row',
|
|
16
|
+
// Spacing
|
|
17
|
+
'gap-sm'];
|
|
18
|
+
|
|
19
|
+
var script$1 = defineComponent({
|
|
20
|
+
setup() {
|
|
21
|
+
// Refs
|
|
22
|
+
const root = ref();
|
|
23
|
+
// Styles
|
|
24
|
+
const rootStyles = computed(() => ['or-list-item-v3', ...ListItem]);
|
|
25
|
+
return {
|
|
26
|
+
root,
|
|
27
|
+
rootStyles
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33
|
+
return openBlock(), createElementBlock("div", {
|
|
34
|
+
ref: "root",
|
|
35
|
+
class: normalizeClass(_ctx.rootStyles)
|
|
36
|
+
}, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
script$1.render = render;
|
|
40
|
+
script$1.__file = "src/components/or-list-v3/partials/or-list-item/OrListItem.vue";
|
|
41
|
+
|
|
42
|
+
var script = defineComponent({
|
|
43
|
+
components: {
|
|
44
|
+
OrIcon: script$2,
|
|
45
|
+
OrIconButton: script$3,
|
|
46
|
+
OrLabel: script$4,
|
|
47
|
+
OrListItem: script$1
|
|
48
|
+
},
|
|
49
|
+
model: {
|
|
50
|
+
prop: 'modelValue',
|
|
51
|
+
event: 'update:modelValue'
|
|
52
|
+
},
|
|
53
|
+
props: {
|
|
54
|
+
modelValue: {
|
|
55
|
+
type: Array,
|
|
56
|
+
default: () => []
|
|
57
|
+
},
|
|
58
|
+
itemProps: {
|
|
59
|
+
type: Object,
|
|
60
|
+
default: () => ({})
|
|
61
|
+
},
|
|
62
|
+
label: {
|
|
63
|
+
type: String,
|
|
64
|
+
default: undefined
|
|
65
|
+
},
|
|
66
|
+
disabled: {
|
|
67
|
+
type: Boolean,
|
|
68
|
+
default: false
|
|
69
|
+
},
|
|
70
|
+
canAdd: {
|
|
71
|
+
type: Boolean,
|
|
72
|
+
default: true
|
|
73
|
+
},
|
|
74
|
+
canDelete: {
|
|
75
|
+
type: Boolean,
|
|
76
|
+
default: true
|
|
77
|
+
},
|
|
78
|
+
canReorder: {
|
|
79
|
+
type: Boolean,
|
|
80
|
+
default: true
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
emits: ['update:modelValue', 'add', 'delete', 'reorder'],
|
|
84
|
+
expose: ['root'],
|
|
85
|
+
setup(props, context) {
|
|
86
|
+
// Refs
|
|
87
|
+
const root = ref();
|
|
88
|
+
// Styles
|
|
89
|
+
const rootStyles = computed(() => ['or-list-v3', ...List]);
|
|
90
|
+
// State
|
|
91
|
+
const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
|
|
92
|
+
// Methods
|
|
93
|
+
function addItem() {
|
|
94
|
+
const addedItem = props.itemProps;
|
|
95
|
+
proxyModelValue.value = [...proxyModelValue.value, addedItem];
|
|
96
|
+
context.emit('add', addedItem, proxyModelValue.value.indexOf(addedItem), proxyModelValue.value);
|
|
97
|
+
}
|
|
98
|
+
function deleteItem(index) {
|
|
99
|
+
const deletedItem = proxyModelValue.value[index];
|
|
100
|
+
proxyModelValue.value = proxyModelValue.value.filter(item => {
|
|
101
|
+
return item !== deletedItem;
|
|
102
|
+
});
|
|
103
|
+
context.emit('delete', deletedItem, index, proxyModelValue.value);
|
|
104
|
+
}
|
|
105
|
+
// Handlers
|
|
106
|
+
function onDragStart(event) {
|
|
107
|
+
console.log('dragstart', event);
|
|
108
|
+
}
|
|
109
|
+
function onDragEnter(event) {
|
|
110
|
+
console.log('dragenter', event);
|
|
111
|
+
}
|
|
112
|
+
function onDragOver(event) {
|
|
113
|
+
console.log('dragover', event);
|
|
114
|
+
}
|
|
115
|
+
function onDragLeave(event) {
|
|
116
|
+
console.log('dragleave', event);
|
|
117
|
+
}
|
|
118
|
+
function onDragEnd(event) {
|
|
119
|
+
console.log('dragend', event);
|
|
120
|
+
}
|
|
121
|
+
function onDrop(event) {
|
|
122
|
+
console.log('drop', event);
|
|
123
|
+
}
|
|
124
|
+
return {
|
|
125
|
+
root,
|
|
126
|
+
rootStyles,
|
|
127
|
+
proxyModelValue,
|
|
128
|
+
addItem,
|
|
129
|
+
deleteItem,
|
|
130
|
+
onDragStart,
|
|
131
|
+
onDragEnter,
|
|
132
|
+
onDragOver,
|
|
133
|
+
onDragLeave,
|
|
134
|
+
onDragEnd,
|
|
135
|
+
onDrop,
|
|
136
|
+
uuid: v4
|
|
137
|
+
};
|
|
138
|
+
}
|
|
139
|
+
});
|
|
140
|
+
|
|
141
|
+
export { script$1 as a, script as s };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
2
2
|
import { openBlock, createElementBlock, normalizeClass, renderSlot, resolveComponent, createElementVNode, createVNode, withModifiers } from 'vue';
|
|
3
3
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
4
|
-
import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-
|
|
4
|
+
import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-23bdebfd.js';
|
|
5
5
|
import { ModalSize } from './components/OrModalV3/props.js';
|
|
6
6
|
import { Modal, ModalSizes } from './components/OrModalV3/styles.js';
|
|
7
7
|
import './components/OrOverlayV3/OrOverlay.js';
|
|
@@ -4,7 +4,7 @@ import { NotificationRoot, NotificationRootVariants, NotificationIcon, Notificat
|
|
|
4
4
|
import './components/OrIconV3/OrIcon.js';
|
|
5
5
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
6
6
|
import { s as script$1 } from './OrIcon.vue_vue_type_script_lang-8a4ad510.js';
|
|
7
|
-
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-
|
|
7
|
+
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-23bdebfd.js';
|
|
8
8
|
|
|
9
9
|
var script = defineComponent({
|
|
10
10
|
name: 'OrNotification',
|
|
@@ -16,12 +16,12 @@ import './components/OrModalV3/OrModal.js';
|
|
|
16
16
|
import './components/OrInputV3/OrInput.js';
|
|
17
17
|
import './components/OrButtonV3/OrButton.js';
|
|
18
18
|
import './components/OrPopoverV3/OrPopover.js';
|
|
19
|
-
import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-
|
|
19
|
+
import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-23bdebfd.js';
|
|
20
20
|
import { s as script$2 } from './OrLabel.vue_vue_type_script_lang-fcdfd80d.js';
|
|
21
21
|
import { s as script$3 } from './OrMenuItem.vue_vue_type_script_lang-efe9c5de.js';
|
|
22
22
|
import { s as script$4 } from './OrMenu.vue_vue_type_script_lang-13de0752.js';
|
|
23
|
-
import { s as script$5 } from './OrModal.vue_vue_type_script_lang-
|
|
24
|
-
import { s as script$6 } from './OrInput.vue_vue_type_script_lang-
|
|
23
|
+
import { s as script$5 } from './OrModal.vue_vue_type_script_lang-27e9f649.js';
|
|
24
|
+
import { s as script$6 } from './OrInput.vue_vue_type_script_lang-efa53d36.js';
|
|
25
25
|
import { s as script$7 } from './OrButton.vue_vue_type_script_lang-547a7f18.js';
|
|
26
26
|
import { s as script$8 } from './OrPopover.vue_vue_type_script_lang-1de40837.js';
|
|
27
27
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, reactive, watch } from 'vue-demi';
|
|
2
2
|
import './components/OrInputV3/OrInput.js';
|
|
3
|
-
import { s as script$1 } from './OrInput.vue_vue_type_script_lang-
|
|
3
|
+
import { s as script$1 } from './OrInput.vue_vue_type_script_lang-efa53d36.js';
|
|
4
4
|
import { InputBoxSize } from './components/OrInputBoxV3/props.js';
|
|
5
5
|
import { useIdAttribute } from './hooks/useIdAttribute.js';
|
|
6
6
|
import { useControlAttributes } from './hooks/useControlAttributes.js';
|
|
@@ -15,14 +15,14 @@ import './components/OrLabelV3/OrLabel.js';
|
|
|
15
15
|
import './components/OrMenuItemV3/OrMenuItem.js';
|
|
16
16
|
import './components/OrPopoverV3/OrPopover.js';
|
|
17
17
|
import './components/OrTagV3/OrTag.js';
|
|
18
|
-
import { s as script$d } from './OrTag.vue_vue_type_script_lang-
|
|
18
|
+
import { s as script$d } from './OrTag.vue_vue_type_script_lang-1d84d4ce.js';
|
|
19
19
|
import { useOverflow } from './hooks/useOverflow.js';
|
|
20
20
|
import { s as script$2 } from './OrCheckbox.vue_vue_type_script_lang-4fa909d8.js';
|
|
21
21
|
import { s as script$3 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
22
22
|
import { s as script$5 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
23
23
|
import { s as script$6 } from './OrIcon.vue_vue_type_script_lang-8a4ad510.js';
|
|
24
|
-
import { s as script$7 } from './OrIconButton.vue_vue_type_script_lang-
|
|
25
|
-
import { s as script$8 } from './OrInput.vue_vue_type_script_lang-
|
|
24
|
+
import { s as script$7 } from './OrIconButton.vue_vue_type_script_lang-23bdebfd.js';
|
|
25
|
+
import { s as script$8 } from './OrInput.vue_vue_type_script_lang-efa53d36.js';
|
|
26
26
|
import { s as script$9 } from './OrInputBox.vue_vue_type_script_lang-137cb650.js';
|
|
27
27
|
import { s as script$a } from './OrLabel.vue_vue_type_script_lang-fcdfd80d.js';
|
|
28
28
|
import { s as script$b } from './OrMenuItem.vue_vue_type_script_lang-efe9c5de.js';
|
|
@@ -2,7 +2,7 @@ import { f as useDraggable, d as useElementBounding } from './index-5baaa991.js'
|
|
|
2
2
|
import { defineComponent, ref, computed, useSlots, watch } from 'vue-demi';
|
|
3
3
|
import { OrSidebarPlacement } from './components/OrSidebarV3/props.js';
|
|
4
4
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
5
|
-
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-23bdebfd.js';
|
|
6
6
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withModifiers } from 'vue';
|
|
7
7
|
import { SidebarRoot, SidebarBar, SidebarSides, SidebarToolbar, CollapsibleSidebarToolbar, SidebarToolbarSides, SidebarResize, SidebarResizeSides, SidebarResizingSides, SidebarCollapseButton, SidebarCollapseButtonSides, SidebarMain, SidebarHeader, SidebarContent, SidebarFooter } from './components/OrSidebarV3/styles.js';
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@ import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue-demi
|
|
|
2
2
|
import { TagVariant, TagColor } from './components/OrTagV3/props.js';
|
|
3
3
|
import { TagRoot, TagRootVariants, TagRootColors } from './components/OrTagV3/styles.js';
|
|
4
4
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
5
|
-
import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-23bdebfd.js';
|
|
6
6
|
|
|
7
7
|
var script = defineComponent({
|
|
8
8
|
name: 'OrTag',
|
|
@@ -6,10 +6,10 @@ import './components/OrIconButtonV3/OrIconButton.js';
|
|
|
6
6
|
import './components/OrInputBoxV3/OrInputBox.js';
|
|
7
7
|
import './components/OrLabelV3/OrLabel.js';
|
|
8
8
|
import './components/OrTagsV3/OrTags.js';
|
|
9
|
-
import { s as script$6 } from './OrTags.vue_vue_type_script_lang-
|
|
9
|
+
import { s as script$6 } from './OrTags.vue_vue_type_script_lang-90264d9a.js';
|
|
10
10
|
import { s as script$1 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
11
11
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
12
|
-
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-
|
|
12
|
+
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-23bdebfd.js';
|
|
13
13
|
import { s as script$4 } from './OrInputBox.vue_vue_type_script_lang-137cb650.js';
|
|
14
14
|
import { s as script$5 } from './OrLabel.vue_vue_type_script_lang-fcdfd80d.js';
|
|
15
15
|
import { InputBoxSize } from './components/OrInputBoxV3/props.js';
|
|
@@ -6,7 +6,7 @@ import './components/OrPopoverV3/OrPopover.js';
|
|
|
6
6
|
import './components/OrTagV3/OrTag.js';
|
|
7
7
|
import { s as script$1 } from './OrButton.vue_vue_type_script_lang-547a7f18.js';
|
|
8
8
|
import { s as script$2 } from './OrPopover.vue_vue_type_script_lang-1de40837.js';
|
|
9
|
-
import { s as script$3 } from './OrTag.vue_vue_type_script_lang-
|
|
9
|
+
import { s as script$3 } from './OrTag.vue_vue_type_script_lang-1d84d4ce.js';
|
|
10
10
|
import { useOverflow } from './hooks/useOverflow.js';
|
|
11
11
|
|
|
12
12
|
var script = defineComponent({
|
|
@@ -12,7 +12,7 @@ import { s as script$1, a as script$2, b as script$3 } from './OrDateTimePickerP
|
|
|
12
12
|
import { s as script$6 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
13
13
|
import { s as script$7 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
14
14
|
import { s as script$8 } from './OrIcon.vue_vue_type_script_lang-8a4ad510.js';
|
|
15
|
-
import { s as script$9 } from './OrIconButton.vue_vue_type_script_lang-
|
|
15
|
+
import { s as script$9 } from './OrIconButton.vue_vue_type_script_lang-23bdebfd.js';
|
|
16
16
|
import { s as script$a } from './OrInputBox.vue_vue_type_script_lang-137cb650.js';
|
|
17
17
|
import { s as script$b } from './OrLabel.vue_vue_type_script_lang-fcdfd80d.js';
|
|
18
18
|
import { s as script$c } from './OrPopover.vue_vue_type_script_lang-1de40837.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrCardCollection.vue_vue_type_script_lang-4dbd88c2.js';
|
|
2
|
+
export { s as default } from '../../OrCardCollection.vue_vue_type_script_lang-4dbd88c2.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createBlock, createCommentVNode, createVNode, Fragment, renderList, renderSlot, normalizeProps, guardReactiveProps, mergeProps, withCtx, createTextVNode } from 'vue';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { CardCollectionView, defaultViewModes, gridView, listView } from './props.js';
|
|
2
|
-
export { s as OrCardCollectionV3 } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrCardCollectionV3 } from '../../OrCardCollection.vue_vue_type_script_lang-4dbd88c2.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrCode.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrCode.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrCode.vue_vue_type_script_lang-340d9b1f.js';
|
|
2
|
+
export { s as default } from '../../OrCode.vue_vue_type_script_lang-340d9b1f.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, createElementVNode, renderSlot, createBlock, withModifiers, createCommentVNode, createSlots, createTextVNode, toDisplayString } from 'vue';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { CodeLanguage } from './props.js';
|
|
2
|
-
export { s as OrCodeV3 } from '../../OrCode.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrCodeV3 } from '../../OrCode.vue_vue_type_script_lang-340d9b1f.js';
|
|
3
3
|
export { a as lintGutter, l as linter } from '../../index-210fd8da.js';
|
|
4
4
|
export { javascript } from '../../index-1fc9d52b.js';
|
|
5
5
|
export { json, jsonParseLinter } from '../../index-f6290750.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrConfirm.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrConfirm.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrConfirm.vue_vue_type_script_lang-f003bd2f.js';
|
|
2
|
+
export { s as default } from '../../OrConfirm.vue_vue_type_script_lang-f003bd2f.js';
|
|
3
3
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { ConfirmType } from './props.js';
|
|
2
|
-
export { s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-f003bd2f.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrDatePicker.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrDatePicker.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrDatePicker.vue_vue_type_script_lang-8da8f184.js';
|
|
2
|
+
export { s as default } from '../../OrDatePicker.vue_vue_type_script_lang-8da8f184.js';
|
|
3
3
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, Fragment, createElementVNode } from 'vue';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = /*#__PURE__*/createElementVNode("div", {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { s as OrDatePickerV3 } from '../../OrDatePicker.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrDatePickerV3 } from '../../OrDatePicker.vue_vue_type_script_lang-8da8f184.js';
|
|
2
2
|
export { InputBoxSize as DatePickerSize } from '../OrInputBoxV3/props.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrDateTimePicker.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrDateTimePicker.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrDateTimePicker.vue_vue_type_script_lang-cde43138.js';
|
|
2
|
+
export { s as default } from '../../OrDateTimePicker.vue_vue_type_script_lang-cde43138.js';
|
|
3
3
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, Fragment, createElementVNode } from 'vue';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = /*#__PURE__*/createElementVNode("div", {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { DateTimePickerTimeFormat } from './props.js';
|
|
2
|
-
export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker.vue_vue_type_script_lang-
|
|
3
|
-
export { s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect } from '../../OrDateTimePickerPopoverHeader-
|
|
2
|
+
export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker.vue_vue_type_script_lang-cde43138.js';
|
|
3
|
+
export { s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect } from '../../OrDateTimePickerPopoverHeader-1b837531.js';
|
|
4
4
|
export { s as OrDateTimePickerMobileControl, a as OrDateTimePickerPopoverFooter, b as OrDateTimePickerPopoverHeader } from '../../OrDateTimePickerPopoverHeader.vue_vue_type_script_lang-e8fe4357.js';
|
|
5
5
|
export { s as OrDateTimePickerTimeControl, a as OrDateTimePickerTimeSelect } from '../../OrDateTimePickerTimeSelect-d40024d8.js';
|
|
6
6
|
export { InputBoxSize as DateTimePickerSize } from '../OrInputBoxV3/props.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrIconButton.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrIconButton.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrIconButton.vue_vue_type_script_lang-23bdebfd.js';
|
|
2
|
+
export { s as default } from '../../OrIconButton.vue_vue_type_script_lang-23bdebfd.js';
|
|
3
3
|
import { resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, createSlots, withCtx, createElementVNode, mergeProps, toHandlers, createVNode, renderSlot } from 'vue';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = ["selected", "disabled"];
|
|
@@ -11,7 +11,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
11
11
|
required: true;
|
|
12
12
|
};
|
|
13
13
|
color: {
|
|
14
|
-
type: PropType<"default" | "danger" | "inherit">;
|
|
14
|
+
type: PropType<"default" | "primary" | "danger" | "inherit">;
|
|
15
15
|
default: IconButtonColor;
|
|
16
16
|
};
|
|
17
17
|
size: {
|
|
@@ -48,7 +48,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
48
48
|
required: true;
|
|
49
49
|
};
|
|
50
50
|
color: {
|
|
51
|
-
type: PropType<"default" | "danger" | "inherit">;
|
|
51
|
+
type: PropType<"default" | "primary" | "danger" | "inherit">;
|
|
52
52
|
default: IconButtonColor;
|
|
53
53
|
};
|
|
54
54
|
size: {
|
|
@@ -74,7 +74,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
74
74
|
}, {
|
|
75
75
|
size: "inherit" | "xl" | "l" | "m";
|
|
76
76
|
additionalStyles: string[];
|
|
77
|
-
color: "default" | "danger" | "inherit";
|
|
77
|
+
color: "default" | "primary" | "danger" | "inherit";
|
|
78
78
|
selected: boolean;
|
|
79
79
|
disabled: boolean;
|
|
80
80
|
tooltip: any;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { IconButtonColor } from './props.js';
|
|
2
|
-
export { s as OrIconButtonV3 } from '../../OrIconButton.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrIconButtonV3 } from '../../OrIconButton.vue_vue_type_script_lang-23bdebfd.js';
|
|
3
3
|
export { IconSize as IconButtonSize } from '../OrIconV3/props.js';
|
|
@@ -3,6 +3,7 @@ export { IconSize as IconButtonSize } from '../OrIconV3/props.js';
|
|
|
3
3
|
var IconButtonColor;
|
|
4
4
|
(function (IconButtonColor) {
|
|
5
5
|
IconButtonColor["Default"] = "default";
|
|
6
|
+
IconButtonColor["Primary"] = "primary";
|
|
6
7
|
IconButtonColor["Danger"] = "danger";
|
|
7
8
|
IconButtonColor["Inherit"] = "inherit";
|
|
8
9
|
})(IconButtonColor || (IconButtonColor = {}));
|
|
@@ -24,13 +24,22 @@ const IconButtonColors = {
|
|
|
24
24
|
// Theme
|
|
25
25
|
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-outline', 'dark:theme-foreground-outline-dark',
|
|
26
26
|
// Theme (hover)
|
|
27
|
-
'hover:md:
|
|
27
|
+
'hover:md:theme-foreground-default', 'dark:hover:md:theme-foreground-default-dark', 'hover:md:outline-primary-opacity-0-08', 'dark:hover:md:outline-primary-opacity-0-08-dark',
|
|
28
28
|
// Theme (focus)
|
|
29
|
-
'focus-visible:md:
|
|
29
|
+
'focus-visible:md:theme-foreground-default', 'dark:focus-visible:md:theme-foreground-default-dark', 'focus-visible:md:outline-primary-opacity-0-08', 'dark:focus-visible:md:outline-primary-opacity-0-08-dark',
|
|
30
30
|
// Theme (active)
|
|
31
|
-
'active:outline-primary-opacity-0-08', 'dark:active:outline-primary-opacity-0-08-dark', 'active:md:outline-primary-opacity-0-16', 'dark:active:md:outline-primary-opacity-0-16-dark',
|
|
31
|
+
'active:theme-foreground-default', 'dark:active:theme-foreground-default-dark', 'active:outline-primary-opacity-0-08', 'dark:active:outline-primary-opacity-0-08-dark', 'active:md:outline-primary-opacity-0-16', 'dark:active:md:outline-primary-opacity-0-16-dark',
|
|
32
32
|
// Theme (selected)
|
|
33
33
|
'selected:theme-foreground-default', 'dark:selected:theme-foreground-default-dark'],
|
|
34
|
+
[IconButtonColor.Primary]: [
|
|
35
|
+
// Theme
|
|
36
|
+
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark',
|
|
37
|
+
// Theme (hover)
|
|
38
|
+
'hover:md:outline-primary-opacity-0-08', 'dark:hover:md:outline-primary-opacity-0-08-dark',
|
|
39
|
+
// Theme (focus)
|
|
40
|
+
'focus-visible:md:outline-primary-opacity-0-08', 'dark:focus-visible:md:outline-primary-opacity-0-08-dark',
|
|
41
|
+
// Theme (active)
|
|
42
|
+
'active:outline-primary-opacity-0-08', 'dark:active:outline-primary-opacity-0-08-dark', 'active:md:outline-primary-opacity-0-16', 'dark:active:md:outline-primary-opacity-0-16-dark'],
|
|
34
43
|
[IconButtonColor.Danger]: [
|
|
35
44
|
// Theme
|
|
36
45
|
'theme-preset-3-error', 'dark:theme-preset-3-error-dark',
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrInlineInput.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrInlineInput.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrInlineInput.vue_vue_type_script_lang-7d55b790.js';
|
|
2
|
+
export { s as default } from '../../OrInlineInput.vue_vue_type_script_lang-7d55b790.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelDynamic, withModifiers, createCommentVNode, createBlock, createSlots, createTextVNode, toDisplayString, vShow } from 'vue';
|
|
4
4
|
import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
|
|
5
5
|
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { InlineInputType } from './props.js';
|
|
2
|
-
export { s as OrInlineInputV3 } from '../../OrInlineInput.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrInlineInputV3 } from '../../OrInlineInput.vue_vue_type_script_lang-7d55b790.js';
|
|
3
3
|
export { InlineInputBoxSize as InlineInputSize } from '../OrInlineInputBoxV3/props.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrInlineTextarea.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrInlineTextarea.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrInlineTextarea.vue_vue_type_script_lang-01a8b8bd.js';
|
|
2
|
+
export { s as default } from '../../OrInlineTextarea.vue_vue_type_script_lang-01a8b8bd.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelText, withModifiers, createCommentVNode, createBlock, createSlots, createTextVNode, toDisplayString, vShow } from 'vue';
|
|
4
4
|
import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
|
|
5
5
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea.vue_vue_type_script_lang-01a8b8bd.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrInput.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrInput.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrInput.vue_vue_type_script_lang-efa53d36.js';
|
|
2
|
+
export { s as default } from '../../OrInput.vue_vue_type_script_lang-efa53d36.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, Fragment, withModifiers, withDirectives, createElementVNode, mergeProps, vModelDynamic, createSlots, vShow } from 'vue';
|
|
4
4
|
import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
|
|
5
5
|
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { InputType } from './props.js';
|
|
2
|
-
export { s as OrInputV3 } from '../../OrInput.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrInputV3 } from '../../OrInput.vue_vue_type_script_lang-efa53d36.js';
|
|
3
3
|
export { InputBoxSize as InputSize } from '../OrInputBoxV3/props.js';
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { s as script } from '../../OrList.vue_vue_type_script_lang-33bfe264.js';
|
|
2
|
+
export { s as default } from '../../OrList.vue_vue_type_script_lang-33bfe264.js';
|
|
3
|
+
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, normalizeProps, guardReactiveProps, createVNode, withCtx, createTextVNode, toDisplayString, Fragment, renderList, createBlock, createCommentVNode } from 'vue';
|
|
4
|
+
|
|
5
|
+
const _hoisted_1 = ["disabled"];
|
|
6
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7
|
+
const _component_OrLabel = resolveComponent("OrLabel");
|
|
8
|
+
const _component_OrIcon = resolveComponent("OrIcon");
|
|
9
|
+
const _component_OrIconButton = resolveComponent("OrIconButton");
|
|
10
|
+
const _component_OrListItem = resolveComponent("OrListItem");
|
|
11
|
+
return openBlock(), createElementBlock("div", {
|
|
12
|
+
ref: "root",
|
|
13
|
+
class: normalizeClass(_ctx.rootStyles),
|
|
14
|
+
disabled: _ctx.disabled ? '' : null
|
|
15
|
+
}, [renderSlot(_ctx.$slots, "header", normalizeProps(guardReactiveProps({
|
|
16
|
+
addItem: _ctx.addItem,
|
|
17
|
+
deleteItem: _ctx.deleteItem
|
|
18
|
+
})), () => [createVNode(_component_OrLabel, {
|
|
19
|
+
disabled: _ctx.disabled
|
|
20
|
+
}, {
|
|
21
|
+
addon: withCtx(() => [renderSlot(_ctx.$slots, "label-addon")]),
|
|
22
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label) + " ", 1 /* TEXT */)]),
|
|
23
|
+
|
|
24
|
+
_: 3 /* FORWARDED */
|
|
25
|
+
}, 8 /* PROPS */, ["disabled"])]), (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.proxyModelValue, (item, index) => {
|
|
26
|
+
return openBlock(), createBlock(_component_OrListItem, {
|
|
27
|
+
key: _ctx.uuid(),
|
|
28
|
+
draggable: _ctx.canReorder,
|
|
29
|
+
onDragstart: _ctx.onDragStart,
|
|
30
|
+
onDragenter: _ctx.onDragEnter,
|
|
31
|
+
onDragover: _ctx.onDragOver,
|
|
32
|
+
onDragleave: _ctx.onDragLeave,
|
|
33
|
+
onDragend: _ctx.onDragEnd,
|
|
34
|
+
onDrop: _ctx.onDrop
|
|
35
|
+
}, {
|
|
36
|
+
default: withCtx(() => [_ctx.canReorder ? (openBlock(), createBlock(_component_OrIcon, {
|
|
37
|
+
key: 0,
|
|
38
|
+
icon: 'drag_handle',
|
|
39
|
+
size: 'l'
|
|
40
|
+
})) : createCommentVNode("v-if", true), renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps({
|
|
41
|
+
item,
|
|
42
|
+
index,
|
|
43
|
+
items: _ctx.proxyModelValue,
|
|
44
|
+
addItem: _ctx.addItem,
|
|
45
|
+
deleteItem: _ctx.deleteItem
|
|
46
|
+
})), () => [createTextVNode(toDisplayString(item), 1 /* TEXT */)]), _ctx.canDelete ? (openBlock(), createBlock(_component_OrIconButton, {
|
|
47
|
+
key: 1,
|
|
48
|
+
icon: 'delete',
|
|
49
|
+
disabled: _ctx.disabled,
|
|
50
|
+
onClick: $event => _ctx.deleteItem(index)
|
|
51
|
+
}, null, 8 /* PROPS */, ["disabled", "onClick"])) : createCommentVNode("v-if", true)]),
|
|
52
|
+
_: 2 /* DYNAMIC */
|
|
53
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["draggable", "onDragstart", "onDragenter", "onDragover", "onDragleave", "onDragend", "onDrop"]);
|
|
54
|
+
}), 128 /* KEYED_FRAGMENT */)), renderSlot(_ctx.$slots, "footer", normalizeProps(guardReactiveProps({
|
|
55
|
+
addItem: _ctx.addItem,
|
|
56
|
+
deleteItem: _ctx.deleteItem
|
|
57
|
+
})), () => [_ctx.canAdd ? (openBlock(), createBlock(_component_OrIconButton, {
|
|
58
|
+
key: 0,
|
|
59
|
+
icon: 'add',
|
|
60
|
+
disabled: _ctx.disabled,
|
|
61
|
+
onClick: _cache[0] || (_cache[0] = $event => _ctx.addItem())
|
|
62
|
+
}, null, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)])], 10 /* CLASS, PROPS */, _hoisted_1);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
script.render = render;
|
|
66
|
+
script.__file = "src/components/or-list-v3/OrList.vue";
|