@bagelink/vue 1.0.57 → 1.0.62
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/components/DataPreview.vue.d.ts.map +1 -1
- package/dist/components/ModalForm.vue.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/Index.vue.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/components/header/Header.vue.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/components/month/AgendaEventTile.vue.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/components/month/AgendaEvents.vue.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/components/month/Day.vue.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/components/month/Event.vue.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/components/month/Month.vue.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/components/month/WeekDay.vue.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/components/partials/EventFlyout.vue.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/components/week/Day.vue.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/components/week/DayEvent.vue.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/components/week/DayTimeline.vue.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/components/week/FullDayEvent.vue.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/components/week/Week.vue.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/components/week/WeekTimeline.vue.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/constants.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/helpers/DayIntervals.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/helpers/EDate.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/helpers/Errors.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/helpers/EventChange.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/helpers/EventConcurrency.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/helpers/EventFlyoutPosition.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/helpers/EventPosition.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/helpers/EventsFilter.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/helpers/Helpers.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/helpers/Time.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/helpers/Week.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/language/index.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/language/keys.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/models/Event.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/typings/config.interface.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/typings/interfaces/day.interface.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/typings/interfaces/event.interface.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/typings/interfaces/full-day-events-week.type.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/typings/interfaces/period.interface.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/typings/interfaces/time-modes.d.ts.map +1 -1
- package/dist/components/{Calendar → calendar}/typings/types.d.ts.map +1 -1
- package/dist/components/dashboard/Lineart.vue.d.ts.map +1 -1
- package/dist/components/dashboard/index.d.ts.map +1 -1
- package/dist/components/dataTable/DataTable.vue.d.ts.map +1 -0
- package/dist/components/{DataTable → dataTable}/tableTypes.d.ts.map +1 -1
- package/dist/components/{DataTable → dataTable}/useSorting.d.ts.map +1 -1
- package/dist/components/{DataTable → dataTable}/useTableData.d.ts.map +1 -1
- package/dist/components/{DataTable → dataTable}/useTableSelection.d.ts.map +1 -1
- package/dist/components/{DataTable → dataTable}/useTableVirtualization.d.ts.map +1 -1
- package/dist/components/dialog/index.d.ts.map +1 -1
- package/dist/components/{Draggable → draggable}/Draggable.vue.d.ts.map +1 -1
- package/dist/components/{Draggable → draggable}/index.d.ts.map +1 -1
- package/dist/components/{Draggable → draggable}/useDraggable.d.ts.map +1 -1
- package/dist/components/{Draggable → draggable}/vDraggable.d.ts.map +1 -1
- package/dist/components/form/BagelForm.vue.d.ts.map +1 -1
- package/dist/components/form/FieldArray.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/CheckInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/DateInput.vue.d.ts +2 -4
- package/dist/components/form/inputs/DateInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/DatePick.vue.d.ts +2 -2
- package/dist/components/form/inputs/OTP.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RadioGroup.vue.d.ts.map +1 -1
- package/dist/components/form/useBagelFormState.d.ts +1 -1
- package/dist/components/form/useBagelFormState.d.ts.map +1 -1
- package/dist/components/index.d.ts +6 -6
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/layout/BottomMenu.vue.d.ts.map +1 -1
- package/dist/components/layout/Layout.vue.d.ts.map +1 -1
- package/dist/components/layout/SidebarMenu.vue.d.ts.map +1 -1
- package/dist/components/layout/Skeleton.vue.d.ts.map +1 -1
- package/dist/components/layout/TabbedLayout.vue.d.ts.map +1 -1
- package/dist/components/layout/Tabs.vue.d.ts.map +1 -1
- package/dist/components/layout/TabsBody.vue.d.ts.map +1 -1
- package/dist/components/layout/TabsNav.vue.d.ts.map +1 -1
- package/dist/components/layout/index.d.ts.map +1 -1
- package/dist/components/layout/tabsManager.d.ts.map +1 -1
- package/dist/components/lightbox/Lightbox.vue.d.ts.map +1 -1
- package/dist/components/lightbox/index.d.ts +3 -5
- package/dist/components/lightbox/index.d.ts.map +1 -1
- package/dist/components/lightbox/lightbox.types.d.ts.map +1 -1
- package/dist/index.cjs +735 -763
- package/dist/index.mjs +736 -764
- package/dist/plugins/bagel.d.ts +3 -3
- package/dist/plugins/bagel.d.ts.map +1 -1
- package/dist/style.css +270 -271
- package/dist/utils/index.d.ts.map +1 -1
- package/package.json +7 -6
- package/src/components/DataPreview.vue +1 -1
- package/src/components/{Calendar → calendar}/Index.vue +1 -1
- package/src/components/{Calendar → calendar}/models/Event.ts +1 -1
- package/src/components/form/inputs/DateInput.vue +45 -94
- package/src/components/form/inputs/DatePick.vue +2 -2
- package/src/components/form/inputs/NumberInput.vue +2 -2
- package/src/components/form/inputs/OTP.vue +1 -2
- package/src/components/form/inputs/RichText/utils/media.ts +8 -8
- package/src/components/form/inputs/TelInput.vue +4 -4
- package/src/components/form/inputs/Upload/UploadInput.vue +2 -2
- package/src/components/form/useBagelFormState.ts +2 -2
- package/src/components/index.ts +6 -7
- package/src/components/{Lightbox → lightbox}/index.ts +5 -2
- package/src/plugins/bagel.ts +9 -9
- package/tsconfig.json +3 -2
- package/vite.config.ts +13 -6
- package/dist/common-C_IH8b5S.cjs +0 -12580
- package/dist/common-DoeNgx31.js +0 -12579
- package/dist/components/AddressSaerch.vue.d.ts +0 -7
- package/dist/components/AddressSaerch.vue.d.ts.map +0 -1
- package/dist/components/BglComponent.vue.d.ts +0 -24
- package/dist/components/BglComponent.vue.d.ts.map +0 -1
- package/dist/components/Calendar/index.d.ts +0 -4
- package/dist/components/Calendar/index.d.ts.map +0 -1
- package/dist/components/ComboBox.vue.d.ts +0 -45
- package/dist/components/ComboBox.vue.d.ts.map +0 -1
- package/dist/components/Comments.vue.d.ts +0 -20
- package/dist/components/Comments.vue.d.ts.map +0 -1
- package/dist/components/ContactSubmissions.vue.d.ts +0 -13
- package/dist/components/ContactSubmissions.vue.d.ts.map +0 -1
- package/dist/components/DataTable/DataTable.vue.d.ts.map +0 -1
- package/dist/components/FormSchema.vue.d.ts +0 -27
- package/dist/components/FormSchema.vue.d.ts.map +0 -1
- package/dist/components/LangText.vue.d.ts +0 -16
- package/dist/components/LangText.vue.d.ts.map +0 -1
- package/dist/components/MapEmbed.vue.d.ts +0 -30
- package/dist/components/MapEmbed.vue.d.ts.map +0 -1
- package/dist/components/MaterialIcon.vue.d.ts +0 -11
- package/dist/components/MaterialIcon.vue.d.ts.map +0 -1
- package/dist/components/ModalBglForm.vue.d.ts +0 -63
- package/dist/components/ModalBglForm.vue.d.ts.map +0 -1
- package/dist/components/PersonPreview.vue.d.ts +0 -22
- package/dist/components/PersonPreview.vue.d.ts.map +0 -1
- package/dist/components/PersonPreviewFormkit.vue.d.ts +0 -21
- package/dist/components/PersonPreviewFormkit.vue.d.ts.map +0 -1
- package/dist/components/Popover.vue.d.ts +0 -10
- package/dist/components/Popover.vue.d.ts.map +0 -1
- package/dist/components/RTXEditor.vue.d.ts +0 -41
- package/dist/components/RTXEditor.vue.d.ts.map +0 -1
- package/dist/components/TabbedLayout.vue.d.ts +0 -38
- package/dist/components/TabbedLayout.vue.d.ts.map +0 -1
- package/dist/components/TableSchema.vue.d.ts +0 -40
- package/dist/components/TableSchema.vue.d.ts.map +0 -1
- package/dist/components/charts/BarChart.vue.d.ts +0 -34
- package/dist/components/charts/BarChart.vue.d.ts.map +0 -1
- package/dist/components/charts/index.d.ts +0 -2
- package/dist/components/charts/index.d.ts.map +0 -1
- package/dist/components/form/BglField.vue.d.ts +0 -22
- package/dist/components/form/BglField.vue.d.ts.map +0 -1
- package/dist/components/form/BglForm.vue.d.ts +0 -70
- package/dist/components/form/BglForm.vue.d.ts.map +0 -1
- package/dist/components/form/BglMultiStepForm.vue.d.ts +0 -50
- package/dist/components/form/BglMultiStepForm.vue.d.ts.map +0 -1
- package/dist/components/form/ItemRef.vue.d.ts +0 -21
- package/dist/components/form/ItemRef.vue.d.ts.map +0 -1
- package/dist/components/form/MaterialIcon.vue.d.ts +0 -19
- package/dist/components/form/MaterialIcon.vue.d.ts.map +0 -1
- package/dist/components/form/PlainInputField.vue.d.ts +0 -30
- package/dist/components/form/PlainInputField.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/ColorPicker.vue.d.ts +0 -21
- package/dist/components/form/inputs/ColorPicker.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/CurrencyInput.vue.d.ts +0 -42
- package/dist/components/form/inputs/CurrencyInput.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/DatetimeInput.vue.d.ts +0 -53
- package/dist/components/form/inputs/DatetimeInput.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/DurationInput.vue.d.ts +0 -53
- package/dist/components/form/inputs/DurationInput.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/DynamicLinkField.vue.d.ts +0 -56
- package/dist/components/form/inputs/DynamicLinkField.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/EmailInput.vue.d.ts +0 -53
- package/dist/components/form/inputs/EmailInput.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/FloatInput.vue.d.ts +0 -53
- package/dist/components/form/inputs/FloatInput.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/IntInput.vue.d.ts +0 -53
- package/dist/components/form/inputs/IntInput.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/LinkField.vue.d.ts +0 -64
- package/dist/components/form/inputs/LinkField.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/Password.vue.d.ts +0 -46
- package/dist/components/form/inputs/Password.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/PlainText.vue.d.ts +0 -46
- package/dist/components/form/inputs/PlainText.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/ReadOnlyInput.vue.d.ts +0 -20
- package/dist/components/form/inputs/ReadOnlyInput.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText/Toolbar.vue.d.ts +0 -14
- package/dist/components/form/inputs/RichText/Toolbar.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText/components/Toolbar.vue.d.ts +0 -12
- package/dist/components/form/inputs/RichText/components/Toolbar.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText/formatting.d.ts +0 -11
- package/dist/components/form/inputs/RichText/formatting.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText/richtext-types.d.ts +0 -3
- package/dist/components/form/inputs/RichText/richtext-types.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText.vue.d.ts +0 -11
- package/dist/components/form/inputs/RichText.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText2/Toolbar.vue.d.ts +0 -12
- package/dist/components/form/inputs/RichText2/Toolbar.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText2/formatting.d.ts +0 -11
- package/dist/components/form/inputs/RichText2/formatting.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText2/index.vue.d.ts +0 -14
- package/dist/components/form/inputs/RichText2/index.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText2/richtext-types.d.ts +0 -3
- package/dist/components/form/inputs/RichText2/richtext-types.d.ts.map +0 -1
- package/dist/components/form/inputs/RichTextEditor.vue.d.ts +0 -53
- package/dist/components/form/inputs/RichTextEditor.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/SelectField.vue.d.ts +0 -55
- package/dist/components/form/inputs/SelectField.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/TelInput.vue.d.ts +0 -92
- package/dist/components/form/inputs/TelInput.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/TextArea.vue.d.ts +0 -59
- package/dist/components/form/inputs/TextArea.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/Upload/UploadFile.vue.d.ts +0 -86
- package/dist/components/form/inputs/Upload/UploadFile.vue.d.ts.map +0 -1
- package/dist/components/formkit/AddressArray.vue.d.ts +0 -35
- package/dist/components/formkit/AddressArray.vue.d.ts.map +0 -1
- package/dist/components/formkit/BankDetailsArray.vue.d.ts +0 -37
- package/dist/components/formkit/BankDetailsArray.vue.d.ts.map +0 -1
- package/dist/components/formkit/ContactArrayFormKit.vue.d.ts +0 -33
- package/dist/components/formkit/ContactArrayFormKit.vue.d.ts.map +0 -1
- package/dist/components/formkit/FileUploader.vue.d.ts +0 -42
- package/dist/components/formkit/FileUploader.vue.d.ts.map +0 -1
- package/dist/components/formkit/MiscFields.vue.d.ts +0 -18
- package/dist/components/formkit/MiscFields.vue.d.ts.map +0 -1
- package/dist/components/formkit/Toggle.vue.d.ts +0 -7
- package/dist/components/formkit/Toggle.vue.d.ts.map +0 -1
- package/dist/components/formkit/index.d.ts +0 -2
- package/dist/components/formkit/index.d.ts.map +0 -1
- package/dist/components/sortable/Animation.d.ts +0 -43
- package/dist/components/sortable/Animation.d.ts.map +0 -1
- package/dist/components/sortable/BrowserInfo.d.ts +0 -7
- package/dist/components/sortable/BrowserInfo.d.ts.map +0 -1
- package/dist/components/sortable/EventDispatcher.d.ts +0 -13
- package/dist/components/sortable/EventDispatcher.d.ts.map +0 -1
- package/dist/components/sortable/PluginManager.d.ts +0 -27
- package/dist/components/sortable/PluginManager.d.ts.map +0 -1
- package/dist/components/sortable/Sortable.d.ts +0 -81
- package/dist/components/sortable/Sortable.d.ts.map +0 -1
- package/dist/components/sortable/index.d.ts +0 -5
- package/dist/components/sortable/index.d.ts.map +0 -1
- package/dist/components/sortable/utils.d.ts +0 -49
- package/dist/components/sortable/utils.d.ts.map +0 -1
- package/dist/components/whatsapp/form/MsgTemplate.vue.d.ts +0 -39
- package/dist/components/whatsapp/form/MsgTemplate.vue.d.ts.map +0 -1
- package/dist/components/whatsapp/form/TextVariableExamples.vue.d.ts +0 -7
- package/dist/components/whatsapp/form/TextVariableExamples.vue.d.ts.map +0 -1
- package/dist/components/whatsapp/index.d.ts +0 -1
- package/dist/components/whatsapp/index.d.ts.map +0 -1
- package/dist/components/whatsapp/interfaces.d.ts +0 -50
- package/dist/components/whatsapp/interfaces.d.ts.map +0 -1
- package/dist/composables/drag-n-drop/useDraggable.d.ts +0 -2
- package/dist/composables/drag-n-drop/useDraggable.d.ts.map +0 -1
- package/dist/editor-B3mMCQSg.cjs +0 -4
- package/dist/editor-BKPRpAjr.js +0 -4
- package/dist/editor-BPwswoA2.cjs +0 -4
- package/dist/editor-CUDRLdmS.js +0 -4
- package/dist/editor-ChLRSWzW.js +0 -4
- package/dist/editor-Cu374vEW.cjs +0 -4
- package/dist/editor-a8DSbb6P.js +0 -4
- package/dist/editor-xBt_vIha.cjs +0 -4
- package/dist/heic2any-8wMqMfB_.js +0 -933
- package/dist/heic2any-BrqcNzfV.js +0 -935
- package/dist/heic2any-C8KwH72N.cjs +0 -934
- package/dist/heic2any-k9wDCKka.cjs +0 -932
- package/dist/index-DiG-xM9T.cjs +0 -35016
- package/dist/index-nGuSAiY2.js +0 -35017
- package/dist/plugins/drag-n-drop/draggable.d.ts +0 -4
- package/dist/plugins/drag-n-drop/draggable.d.ts.map +0 -1
- package/dist/plugins/drag-n-drop/droppable.d.ts +0 -4
- package/dist/plugins/drag-n-drop/droppable.d.ts.map +0 -1
- package/dist/plugins/drag-n-drop/index.d.ts +0 -5
- package/dist/plugins/drag-n-drop/index.d.ts.map +0 -1
- package/dist/plugins/drag-n-drop/useDraggable.d.ts +0 -8
- package/dist/plugins/drag-n-drop/useDraggable.d.ts.map +0 -1
- package/dist/plugins/drag-n-drop/useDroppable.d.ts +0 -7
- package/dist/plugins/drag-n-drop/useDroppable.d.ts.map +0 -1
- package/dist/plugins/ripple.d.ts +0 -4
- package/dist/plugins/ripple.d.ts.map +0 -1
- package/dist/types/BagelField.d.ts +0 -33
- package/dist/types/BagelField.d.ts.map +0 -1
- package/dist/types/Person.d.ts +0 -48
- package/dist/types/Person.d.ts.map +0 -1
- package/dist/types/materialIcon.d.ts +0 -2
- package/dist/types/materialIcon.d.ts.map +0 -1
- package/dist/types/materialIcons.d.ts +0 -2
- package/dist/types/materialIcons.d.ts.map +0 -1
- package/dist/utils/objects.d.ts +0 -4
- package/dist/utils/objects.d.ts.map +0 -1
- /package/dist/components/{DropDown.vue.d.ts → Dropdown.vue.d.ts} +0 -0
- /package/dist/components/{DropDown.vue.d.ts.map → Dropdown.vue.d.ts.map} +0 -0
- /package/dist/components/{Calendar → calendar}/Index.vue.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/components/header/Header.vue.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/components/month/AgendaEventTile.vue.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/components/month/AgendaEvents.vue.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/components/month/Day.vue.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/components/month/Event.vue.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/components/month/Month.vue.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/components/month/WeekDay.vue.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/components/partials/EventFlyout.vue.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/components/week/Day.vue.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/components/week/DayEvent.vue.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/components/week/DayTimeline.vue.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/components/week/FullDayEvent.vue.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/components/week/Week.vue.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/components/week/WeekTimeline.vue.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/constants.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/helpers/DayIntervals.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/helpers/EDate.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/helpers/Errors.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/helpers/EventChange.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/helpers/EventConcurrency.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/helpers/EventFlyoutPosition.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/helpers/EventPosition.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/helpers/EventsFilter.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/helpers/Helpers.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/helpers/Time.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/helpers/Week.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/language/index.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/language/keys.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/models/Event.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/typings/config.interface.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/typings/interfaces/day.interface.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/typings/interfaces/event.interface.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/typings/interfaces/full-day-events-week.type.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/typings/interfaces/period.interface.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/typings/interfaces/time-modes.d.ts +0 -0
- /package/dist/components/{Calendar → calendar}/typings/types.d.ts +0 -0
- /package/dist/components/{DataTable → dataTable}/DataTable.vue.d.ts +0 -0
- /package/dist/components/{DataTable → dataTable}/tableTypes.d.ts +0 -0
- /package/dist/components/{DataTable → dataTable}/useSorting.d.ts +0 -0
- /package/dist/components/{DataTable → dataTable}/useTableData.d.ts +0 -0
- /package/dist/components/{DataTable → dataTable}/useTableSelection.d.ts +0 -0
- /package/dist/components/{DataTable → dataTable}/useTableVirtualization.d.ts +0 -0
- /package/dist/components/{Draggable → draggable}/Draggable.vue.d.ts +0 -0
- /package/dist/components/{Draggable → draggable}/index.d.ts +0 -0
- /package/dist/components/{Draggable → draggable}/useDraggable.d.ts +0 -0
- /package/dist/components/{Draggable → draggable}/vDraggable.d.ts +0 -0
- /package/src/components/{Calendar → calendar}/assets/base.css +0 -0
- /package/src/components/{Calendar → calendar}/components/header/Header.vue +0 -0
- /package/src/components/{Calendar → calendar}/components/month/AgendaEventTile.vue +0 -0
- /package/src/components/{Calendar → calendar}/components/month/AgendaEvents.vue +0 -0
- /package/src/components/{Calendar → calendar}/components/month/Day.vue +0 -0
- /package/src/components/{Calendar → calendar}/components/month/Event.vue +0 -0
- /package/src/components/{Calendar → calendar}/components/month/Month.vue +0 -0
- /package/src/components/{Calendar → calendar}/components/month/WeekDay.vue +0 -0
- /package/src/components/{Calendar → calendar}/components/partials/EventFlyout.vue +0 -0
- /package/src/components/{Calendar → calendar}/components/week/Day.vue +0 -0
- /package/src/components/{Calendar → calendar}/components/week/DayEvent.vue +0 -0
- /package/src/components/{Calendar → calendar}/components/week/DayTimeline.vue +0 -0
- /package/src/components/{Calendar → calendar}/components/week/FullDayEvent.vue +0 -0
- /package/src/components/{Calendar → calendar}/components/week/Week.vue +0 -0
- /package/src/components/{Calendar → calendar}/components/week/WeekTimeline.vue +0 -0
- /package/src/components/{Calendar → calendar}/constants.ts +0 -0
- /package/src/components/{Calendar → calendar}/helpers/DayIntervals.ts +0 -0
- /package/src/components/{Calendar → calendar}/helpers/EDate.ts +0 -0
- /package/src/components/{Calendar → calendar}/helpers/Errors.ts +0 -0
- /package/src/components/{Calendar → calendar}/helpers/EventChange.ts +0 -0
- /package/src/components/{Calendar → calendar}/helpers/EventConcurrency.ts +0 -0
- /package/src/components/{Calendar → calendar}/helpers/EventFlyoutPosition.ts +0 -0
- /package/src/components/{Calendar → calendar}/helpers/EventPosition.ts +0 -0
- /package/src/components/{Calendar → calendar}/helpers/EventsFilter.ts +0 -0
- /package/src/components/{Calendar → calendar}/helpers/Helpers.ts +0 -0
- /package/src/components/{Calendar → calendar}/helpers/Time.ts +0 -0
- /package/src/components/{Calendar → calendar}/helpers/Week.ts +0 -0
- /package/src/components/{Calendar → calendar}/language/index.ts +0 -0
- /package/src/components/{Calendar → calendar}/language/keys.ts +0 -0
- /package/src/components/{Calendar → calendar}/styles/_mixins.css +0 -0
- /package/src/components/{Calendar → calendar}/styles/_variables.css +0 -0
- /package/src/components/{Calendar → calendar}/typings/config.interface.ts +0 -0
- /package/src/components/{Calendar → calendar}/typings/interfaces/day.interface.ts +0 -0
- /package/src/components/{Calendar → calendar}/typings/interfaces/event.interface.ts +0 -0
- /package/src/components/{Calendar → calendar}/typings/interfaces/full-day-events-week.type.ts +0 -0
- /package/src/components/{Calendar → calendar}/typings/interfaces/period.interface.ts +0 -0
- /package/src/components/{Calendar → calendar}/typings/interfaces/time-modes.ts +0 -0
- /package/src/components/{Calendar → calendar}/typings/types.ts +0 -0
- /package/src/components/{Dashboard → dashboard}/Lineart.vue +0 -0
- /package/src/components/{Dashboard → dashboard}/index.ts +0 -0
- /package/src/components/{DataTable → dataTable}/DataTable.vue +0 -0
- /package/src/components/{DataTable → dataTable}/tableTypes.ts +0 -0
- /package/src/components/{DataTable → dataTable}/useSorting.ts +0 -0
- /package/src/components/{DataTable → dataTable}/useTableData.ts +0 -0
- /package/src/components/{DataTable → dataTable}/useTableSelection.ts +0 -0
- /package/src/components/{DataTable → dataTable}/useTableVirtualization.ts +0 -0
- /package/src/components/{Dialog → dialog}/index.ts +0 -0
- /package/src/components/{Draggable → draggable}/Draggable.vue +0 -0
- /package/src/components/{Draggable → draggable}/index.ts +0 -0
- /package/src/components/{Draggable → draggable}/useDraggable.ts +0 -0
- /package/src/components/{Draggable → draggable}/vDraggable.ts +0 -0
- /package/src/components/{Layout → layout}/BottomMenu.vue +0 -0
- /package/src/components/{Layout → layout}/Layout.vue +0 -0
- /package/src/components/{Layout → layout}/SidebarMenu.vue +0 -0
- /package/src/components/{Layout → layout}/Skeleton.vue +0 -0
- /package/src/components/{Layout → layout}/TabbedLayout.vue +0 -0
- /package/src/components/{Layout → layout}/Tabs.vue +0 -0
- /package/src/components/{Layout → layout}/TabsBody.vue +0 -0
- /package/src/components/{Layout → layout}/TabsNav.vue +0 -0
- /package/src/components/{Layout → layout}/index.ts +0 -0
- /package/src/components/{Layout → layout}/tabsManager.ts +0 -0
- /package/src/components/{Lightbox → lightbox}/Lightbox.vue +0 -0
- /package/src/components/{Lightbox → lightbox}/lightbox.types.ts +0 -0
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
label?: string;
|
|
3
|
-
multiple?: boolean;
|
|
4
|
-
modelValue?: string | string[];
|
|
5
|
-
width?: string;
|
|
6
|
-
height?: string | 'auto';
|
|
7
|
-
dirPath?: string;
|
|
8
|
-
fill?: boolean;
|
|
9
|
-
oval?: boolean;
|
|
10
|
-
theme?: 'dropzone' | 'basic';
|
|
11
|
-
accept?: string;
|
|
12
|
-
required?: boolean;
|
|
13
|
-
disabled?: boolean;
|
|
14
|
-
baseURL?: string;
|
|
15
|
-
};
|
|
16
|
-
declare function browse(): void;
|
|
17
|
-
declare function __VLS_template(): {
|
|
18
|
-
attrs: Partial<{}>;
|
|
19
|
-
slots: {
|
|
20
|
-
files?(_: {
|
|
21
|
-
files: import('@vue-macros/reactivity-transform/macros.js').ComputedVariable<string[]>;
|
|
22
|
-
fileQueue: import('@vue-macros/reactivity-transform/macros.js').ReactiveVariable<{
|
|
23
|
-
file: {
|
|
24
|
-
readonly lastModified: number;
|
|
25
|
-
readonly name: string;
|
|
26
|
-
readonly webkitRelativePath: string;
|
|
27
|
-
readonly size: number;
|
|
28
|
-
readonly type: string;
|
|
29
|
-
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
30
|
-
bytes: () => Promise<Uint8Array>;
|
|
31
|
-
slice: (start?: number, end?: number, contentType?: string) => Blob;
|
|
32
|
-
stream: () => ReadableStream<Uint8Array>;
|
|
33
|
-
text: () => Promise<string>;
|
|
34
|
-
};
|
|
35
|
-
progress: number;
|
|
36
|
-
uploading?: boolean | undefined;
|
|
37
|
-
name?: string | undefined;
|
|
38
|
-
uploaded?: boolean | undefined;
|
|
39
|
-
}[]>;
|
|
40
|
-
}): any;
|
|
41
|
-
placeholder?(_: {
|
|
42
|
-
files: import('@vue-macros/reactivity-transform/macros.js').ComputedVariable<string[]>;
|
|
43
|
-
fileQueue: import('@vue-macros/reactivity-transform/macros.js').ReactiveVariable<{
|
|
44
|
-
file: {
|
|
45
|
-
readonly lastModified: number;
|
|
46
|
-
readonly name: string;
|
|
47
|
-
readonly webkitRelativePath: string;
|
|
48
|
-
readonly size: number;
|
|
49
|
-
readonly type: string;
|
|
50
|
-
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
51
|
-
bytes: () => Promise<Uint8Array>;
|
|
52
|
-
slice: (start?: number, end?: number, contentType?: string) => Blob;
|
|
53
|
-
stream: () => ReadableStream<Uint8Array>;
|
|
54
|
-
text: () => Promise<string>;
|
|
55
|
-
};
|
|
56
|
-
progress: number;
|
|
57
|
-
uploading?: boolean | undefined;
|
|
58
|
-
name?: string | undefined;
|
|
59
|
-
uploaded?: boolean | undefined;
|
|
60
|
-
}[]>;
|
|
61
|
-
browse: typeof browse;
|
|
62
|
-
}): any;
|
|
63
|
-
};
|
|
64
|
-
refs: {};
|
|
65
|
-
rootEl: HTMLDivElement;
|
|
66
|
-
};
|
|
67
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
68
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
69
|
-
"update:modelValue": (...args: any[]) => void;
|
|
70
|
-
addFileStart: (...args: any[]) => void;
|
|
71
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
72
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
73
|
-
onAddFileStart?: ((...args: any[]) => any) | undefined;
|
|
74
|
-
}>, {
|
|
75
|
-
height: string | "auto";
|
|
76
|
-
theme: "dropzone" | "basic";
|
|
77
|
-
accept: string;
|
|
78
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
79
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
80
|
-
export default _default;
|
|
81
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
82
|
-
new (): {
|
|
83
|
-
$slots: S;
|
|
84
|
-
};
|
|
85
|
-
};
|
|
86
|
-
//# sourceMappingURL=UploadFile.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UploadFile.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/form/inputs/Upload/UploadFile.vue"],"names":[],"mappings":"AAqXA,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACxB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,KAAK,CAAC,EAAE,UAAU,GAAG,OAAO,CAAA;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;CAChB,CAAC;AAmEF,iBAAS,MAAM,SAYd;AA8CD,iBAAS,cAAc;WAyYT,OAAO,IAA6B;;;;;;;;;;;;;;;;;;;;;;YATtB,GAAG;;;;;;;;;;;;;;;;;;;;;;YACI,GAAG;;;;EAarC;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;YA7iBX,MAAM,GAAG,MAAM;WAIhB,UAAU,GAAG,OAAO;YACnB,MAAM;wFAijBd,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
export interface AddressArrContext {
|
|
2
|
-
label?: string;
|
|
3
|
-
id?: string;
|
|
4
|
-
value: any[];
|
|
5
|
-
node: Record<string, any>;
|
|
6
|
-
attrs: {
|
|
7
|
-
formPlaceholders?: {
|
|
8
|
-
add?: string;
|
|
9
|
-
cancel?: string;
|
|
10
|
-
city?: string;
|
|
11
|
-
country?: string;
|
|
12
|
-
delete?: string;
|
|
13
|
-
label?: string;
|
|
14
|
-
sure?: string;
|
|
15
|
-
zip?: string;
|
|
16
|
-
street?: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
}
|
|
20
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
21
|
-
context: AddressArrContext;
|
|
22
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
23
|
-
context: AddressArrContext;
|
|
24
|
-
}>>>, {}, {}>;
|
|
25
|
-
export default _default;
|
|
26
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
28
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
29
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
|
-
} : {
|
|
31
|
-
type: import('vue').PropType<T[K]>;
|
|
32
|
-
required: true;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
//# sourceMappingURL=AddressArray.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AddressArray.vue.d.ts","sourceRoot":"","sources":["../../../src/components/formkit/AddressArray.vue"],"names":[],"mappings":"AAoFA;AAQA,MAAM,WAAW,iBAAiB;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC1B,KAAK,EAAE;QACN,gBAAgB,CAAC,EAAE;YAClB,GAAG,CAAC,EAAE,MAAM,CAAC;YACb,MAAM,CAAC,EAAE,MAAM,CAAC;YAChB,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,OAAO,CAAC,EAAE,MAAM,CAAC;YACjB,MAAM,CAAC,EAAE,MAAM,CAAC;YAChB,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,GAAG,CAAC,EAAE,MAAM,CAAC;YACb,MAAM,CAAC,EAAE,MAAM,CAAC;SAChB,CAAC;KACF,CAAC;CACF;;aAoVS,iBAAiB;;aAAjB,iBAAiB;;AAN3B,wBAQG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
export interface BankDetailsContext {
|
|
2
|
-
label?: string;
|
|
3
|
-
id?: string;
|
|
4
|
-
value: any[];
|
|
5
|
-
node: Record<string, any>;
|
|
6
|
-
attrs: {
|
|
7
|
-
formPlaceholders?: {
|
|
8
|
-
sure?: string;
|
|
9
|
-
delete?: string;
|
|
10
|
-
cancel?: string;
|
|
11
|
-
label?: string;
|
|
12
|
-
bankName?: string;
|
|
13
|
-
bankBranch?: string;
|
|
14
|
-
bankAccount?: string;
|
|
15
|
-
bankAccountHolder?: string;
|
|
16
|
-
bankAccountHolderID?: string;
|
|
17
|
-
bankAddress?: string;
|
|
18
|
-
add?: string;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
23
|
-
context: BankDetailsContext;
|
|
24
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
25
|
-
context: BankDetailsContext;
|
|
26
|
-
}>>>, {}, {}>;
|
|
27
|
-
export default _default;
|
|
28
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
30
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
-
} : {
|
|
33
|
-
type: import('vue').PropType<T[K]>;
|
|
34
|
-
required: true;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
//# sourceMappingURL=BankDetailsArray.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BankDetailsArray.vue.d.ts","sourceRoot":"","sources":["../../../src/components/formkit/BankDetailsArray.vue"],"names":[],"mappings":"AA6GA;AAQA,MAAM,WAAW,kBAAkB;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC1B,KAAK,EAAE;QACN,gBAAgB,CAAC,EAAE;YAClB,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,MAAM,CAAC,EAAE,MAAM,CAAC;YAChB,MAAM,CAAC,EAAE,MAAM,CAAC;YAChB,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,QAAQ,CAAC,EAAE,MAAM,CAAC;YAClB,UAAU,CAAC,EAAE,MAAM,CAAC;YACpB,WAAW,CAAC,EAAE,MAAM,CAAC;YACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;YAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;YAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;YACrB,GAAG,CAAC,EAAE,MAAM,CAAC;SACb,CAAC;KACF,CAAC;CACF;;aAgYS,kBAAkB;;aAAlB,kBAAkB;;AAN5B,wBAQG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
export interface ContactArrContext {
|
|
2
|
-
label?: string;
|
|
3
|
-
id?: string;
|
|
4
|
-
value: any[];
|
|
5
|
-
node: Record<string, any>;
|
|
6
|
-
attrs: {
|
|
7
|
-
formPlaceholders?: {
|
|
8
|
-
sure?: string;
|
|
9
|
-
delete?: string;
|
|
10
|
-
cancel?: string;
|
|
11
|
-
label?: string;
|
|
12
|
-
email?: string;
|
|
13
|
-
phone?: string;
|
|
14
|
-
add?: string;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
19
|
-
context: ContactArrContext;
|
|
20
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
21
|
-
context: ContactArrContext;
|
|
22
|
-
}>>>, {}, {}>;
|
|
23
|
-
export default _default;
|
|
24
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
25
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
26
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
27
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
28
|
-
} : {
|
|
29
|
-
type: import('vue').PropType<T[K]>;
|
|
30
|
-
required: true;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
//# sourceMappingURL=ContactArrayFormKit.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ContactArrayFormKit.vue.d.ts","sourceRoot":"","sources":["../../../src/components/formkit/ContactArrayFormKit.vue"],"names":[],"mappings":"AAyEA;AAQA,MAAM,WAAW,iBAAiB;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC1B,KAAK,EAAE;QACN,gBAAgB,CAAC,EAAE;YAClB,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,MAAM,CAAC,EAAE,MAAM,CAAC;YAChB,MAAM,CAAC,EAAE,MAAM,CAAC;YAChB,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,GAAG,CAAC,EAAE,MAAM,CAAC;SACb,CAAC;KACF,CAAC;CACF;;aAgTS,iBAAiB;;aAAjB,iBAAiB;;AAN3B,wBAQG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
context: Record<string, any>;
|
|
3
|
-
dragDropLabel?: string | undefined;
|
|
4
|
-
browseLabel?: string | undefined;
|
|
5
|
-
multiple?: boolean | undefined;
|
|
6
|
-
}>, {
|
|
7
|
-
dragDropLabel: string;
|
|
8
|
-
browseLabel: string;
|
|
9
|
-
multiple: boolean;
|
|
10
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
11
|
-
context: Record<string, any>;
|
|
12
|
-
dragDropLabel?: string | undefined;
|
|
13
|
-
browseLabel?: string | undefined;
|
|
14
|
-
multiple?: boolean | undefined;
|
|
15
|
-
}>, {
|
|
16
|
-
dragDropLabel: string;
|
|
17
|
-
browseLabel: string;
|
|
18
|
-
multiple: boolean;
|
|
19
|
-
}>>>, {
|
|
20
|
-
multiple: boolean;
|
|
21
|
-
dragDropLabel: string;
|
|
22
|
-
browseLabel: string;
|
|
23
|
-
}, {}>;
|
|
24
|
-
export default _default;
|
|
25
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
27
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
28
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
29
|
-
} : {
|
|
30
|
-
type: import('vue').PropType<T[K]>;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
type __VLS_WithDefaults<P, D> = {
|
|
35
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
36
|
-
default: D[K];
|
|
37
|
-
}> : P[K];
|
|
38
|
-
};
|
|
39
|
-
type __VLS_Prettify<T> = {
|
|
40
|
-
[K in keyof T]: T[K];
|
|
41
|
-
} & {};
|
|
42
|
-
//# sourceMappingURL=FileUploader.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FileUploader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/formkit/FileUploader.vue"],"names":[],"mappings":"AAiFA;;aA+bW,OAAO,MAAM,EAAE,GAAG,CAAC;;;;;;;;;aAAnB,OAAO,MAAM,EAAE,GAAG,CAAC;;;;;;;;;cAGjB,OAAO;mBAFF,MAAM;iBACR,MAAM;;AARtB,wBAWG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
context: Record<string, any>;
|
|
3
|
-
addBtnLabel: string;
|
|
4
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
-
context: Record<string, any>;
|
|
6
|
-
addBtnLabel: string;
|
|
7
|
-
}>>>, {}, {}>;
|
|
8
|
-
export default _default;
|
|
9
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
11
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
-
} : {
|
|
14
|
-
type: import('vue').PropType<T[K]>;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
//# sourceMappingURL=MiscFields.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MiscFields.vue.d.ts","sourceRoot":"","sources":["../../../src/components/formkit/MiscFields.vue"],"names":[],"mappings":"AAiBA;;aAgHU,OAAO,MAAM,EAAE,GAAG,CAAC;iBACf,MAAM;;aADV,OAAO,MAAM,EAAE,GAAG,CAAC;iBACf,MAAM;;AAPpB,wBASG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
context: ObjectConstructor;
|
|
3
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4
|
-
context: ObjectConstructor;
|
|
5
|
-
}>>, {}, {}>;
|
|
6
|
-
export default _default;
|
|
7
|
-
//# sourceMappingURL=Toggle.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Toggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/formkit/Toggle.vue"],"names":[],"mappings":"AAiBA;;;;;;AAqIA,wBAQG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/formkit/index.ts"],"names":[],"mappings":"AAiBA,OAAO,EAEN,CAAC"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
interface Rect {
|
|
2
|
-
top: number;
|
|
3
|
-
left: number;
|
|
4
|
-
bottom: number;
|
|
5
|
-
right: number;
|
|
6
|
-
width: number;
|
|
7
|
-
height: number;
|
|
8
|
-
}
|
|
9
|
-
interface AnimationOptions {
|
|
10
|
-
animation: number;
|
|
11
|
-
easing?: string;
|
|
12
|
-
[key: string]: any;
|
|
13
|
-
}
|
|
14
|
-
interface AnimatedHTMLElement extends HTMLElement {
|
|
15
|
-
thisAnimationDuration?: number | null;
|
|
16
|
-
fromRect?: Rect | null;
|
|
17
|
-
prevFromRect?: Rect | null;
|
|
18
|
-
prevToRect?: Rect | null;
|
|
19
|
-
toRect?: Rect | null;
|
|
20
|
-
animationResetTimer?: number;
|
|
21
|
-
animationTime?: number;
|
|
22
|
-
animated?: number | boolean;
|
|
23
|
-
animatingX?: boolean;
|
|
24
|
-
animatingY?: boolean;
|
|
25
|
-
}
|
|
26
|
-
interface AnimationState {
|
|
27
|
-
target: AnimatedHTMLElement;
|
|
28
|
-
rect: Rect;
|
|
29
|
-
}
|
|
30
|
-
interface AnimationManagerContext {
|
|
31
|
-
options: AnimationOptions;
|
|
32
|
-
el: HTMLElement;
|
|
33
|
-
forRepaintDummy?: any;
|
|
34
|
-
}
|
|
35
|
-
export default function AnimationStateManager(): {
|
|
36
|
-
captureAnimationState(this: AnimationManagerContext): void;
|
|
37
|
-
addAnimationState(this: AnimationManagerContext, state: AnimationState): void;
|
|
38
|
-
removeAnimationState(this: AnimationManagerContext, target: AnimatedHTMLElement): void;
|
|
39
|
-
animateAll(this: AnimationManagerContext, callback?: () => void): void;
|
|
40
|
-
animate(this: AnimationManagerContext, target: AnimatedHTMLElement, currentRect: Rect, toRect: Rect, duration: number): void;
|
|
41
|
-
};
|
|
42
|
-
export {};
|
|
43
|
-
//# sourceMappingURL=Animation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Animation.d.ts","sourceRoot":"","sources":["../../../src/components/sortable/Animation.ts"],"names":[],"mappings":"AAGA,UAAU,IAAI;IACb,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;CACd;AAED,UAAU,gBAAgB;IACzB,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAClB;AAED,UAAU,mBAAoB,SAAQ,WAAW;IAChD,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACrC,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;IACtB,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;IAC1B,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;IACxB,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;IACpB,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,UAAU,cAAc;IACvB,MAAM,EAAE,mBAAmB,CAAA;IAC3B,IAAI,EAAE,IAAI,CAAA;CACV;AAED,UAAU,uBAAuB;IAChC,OAAO,EAAE,gBAAgB,CAAA;IACzB,EAAE,EAAE,WAAW,CAAA;IACf,eAAe,CAAC,EAAE,GAAG,CAAA;CACrB;AAED,MAAM,CAAC,OAAO,UAAU,qBAAqB;gCAKf,uBAAuB;4BA2B3B,uBAAuB,SAAS,cAAc;+BAI3C,uBAAuB,UAAU,mBAAmB;qBAO9D,uBAAuB,aAAa,MAAM,IAAI;kBAsFxD,uBAAuB,UACrB,mBAAmB,eACd,IAAI,UACT,IAAI,YACF,MAAM;EAwClB"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare const IE11OrLess: boolean;
|
|
2
|
-
export declare const Edge: boolean;
|
|
3
|
-
export declare const FireFox: boolean;
|
|
4
|
-
export declare const Safari: boolean;
|
|
5
|
-
export declare const IOS: boolean;
|
|
6
|
-
export declare const ChromeForAndroid: boolean;
|
|
7
|
-
//# sourceMappingURL=BrowserInfo.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BrowserInfo.d.ts","sourceRoot":"","sources":["../../../src/components/sortable/BrowserInfo.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU,EAAE,OAAgI,CAAA;AACzJ,eAAO,MAAM,IAAI,EAAE,OAA0C,CAAA;AAC7D,eAAO,MAAM,OAAO,EAAE,OAA8C,CAAA;AACpE,eAAO,MAAM,MAAM,EAAE,OAAoE,CAAA;AACzF,eAAO,MAAM,GAAG,EAAE,OAAuD,CAAA;AACzE,eAAO,MAAM,gBAAgB,EAAE,OAAqF,CAAA"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export interface DispatchEventParams {
|
|
2
|
-
putSortable: any;
|
|
3
|
-
cloneEl: HTMLElement | null;
|
|
4
|
-
targetEl: HTMLElement | null;
|
|
5
|
-
rootEl: HTMLElement | null;
|
|
6
|
-
oldIndex: number | null;
|
|
7
|
-
oldDraggableIndex: number | null;
|
|
8
|
-
newIndex: number | null;
|
|
9
|
-
newDraggableIndex: number | null;
|
|
10
|
-
[key: string]: any;
|
|
11
|
-
}
|
|
12
|
-
export default function dispatchEvent(detail: DispatchEventParams): void;
|
|
13
|
-
//# sourceMappingURL=EventDispatcher.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EventDispatcher.d.ts","sourceRoot":"","sources":["../../../src/components/sortable/EventDispatcher.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,mBAAmB;IACnC,WAAW,EAAE,GAAG,CAAA;IAChB,OAAO,EAAE,WAAW,GAAG,IAAI,CAAA;IAC3B,QAAQ,EAAE,WAAW,GAAG,IAAI,CAAA;IAC5B,MAAM,EAAE,WAAW,GAAG,IAAI,CAAA;IAC1B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAA;IAChC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAA;IAChC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAClB;AAED,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,MAAM,EAAE,mBAAmB,QAGhE"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
interface Plugin {
|
|
2
|
-
pluginName: string;
|
|
3
|
-
initializeByDefault?: boolean;
|
|
4
|
-
optionListeners?: {
|
|
5
|
-
[key: string]: (value: any) => any;
|
|
6
|
-
};
|
|
7
|
-
eventProperties?: (name: string) => any;
|
|
8
|
-
new (sortable: any, el: HTMLElement, options: any): any;
|
|
9
|
-
}
|
|
10
|
-
interface Sortable {
|
|
11
|
-
options: any;
|
|
12
|
-
[key: string]: any;
|
|
13
|
-
}
|
|
14
|
-
declare const _default: {
|
|
15
|
-
eventCanceled: boolean;
|
|
16
|
-
mount(plugin: Plugin): void;
|
|
17
|
-
pluginEvent(eventName: string, sortable: Sortable, evt: any): void;
|
|
18
|
-
initializePlugins(sortable: Sortable, el: HTMLElement, defaults: {
|
|
19
|
-
[key: string]: any;
|
|
20
|
-
}, options: any): void;
|
|
21
|
-
getEventProperties(name: string, sortable: Sortable): {
|
|
22
|
-
[key: string]: any;
|
|
23
|
-
};
|
|
24
|
-
modifyOption(sortable: Sortable, name: string, value: any): any;
|
|
25
|
-
};
|
|
26
|
-
export default _default;
|
|
27
|
-
//# sourceMappingURL=PluginManager.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PluginManager.d.ts","sourceRoot":"","sources":["../../../src/components/sortable/PluginManager.ts"],"names":[],"mappings":"AAAA,UAAU,MAAM;IACf,UAAU,EAAE,MAAM,CAAA;IAClB,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,eAAe,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAA;KAAE,CAAA;IACxD,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,GAAG,CAAA;IACvC,KAAK,QAAQ,EAAE,GAAG,EAAE,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE,GAAG,GAAG,GAAG,CAAA;CACvD;AAED,UAAU,QAAQ;IACjB,OAAO,EAAE,GAAG,CAAA;IACZ,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAClB;;;kBAUc,MAAM;2BAeG,MAAM,YAAY,QAAQ,OAAO,GAAG;gCAwBhD,QAAQ,MACd,WAAW,YACL;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,WACvB,GAAG;6BAuBY,MAAM,YAAY,QAAQ;;;2BAY5B,QAAQ,QAAQ,MAAM,SAAS,GAAG;;AA/E1D,wBAmGC"}
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import { clone, closest, css, extend, find, getChild, index, off, on, throttle, toggleClass } from './utils';
|
|
2
|
-
interface SortableOptions {
|
|
3
|
-
group?: string | {
|
|
4
|
-
name: string;
|
|
5
|
-
pull?: boolean | 'clone' | any[];
|
|
6
|
-
put?: boolean | any[];
|
|
7
|
-
};
|
|
8
|
-
sort?: boolean;
|
|
9
|
-
delay?: number;
|
|
10
|
-
delayOnTouchOnly?: boolean;
|
|
11
|
-
touchStartThreshold?: number;
|
|
12
|
-
disabled?: boolean;
|
|
13
|
-
store?: any;
|
|
14
|
-
animation?: number;
|
|
15
|
-
easing?: string;
|
|
16
|
-
handle?: string;
|
|
17
|
-
filter?: string | ((evt: Event, target: HTMLElement, sortable: any) => boolean);
|
|
18
|
-
preventOnFilter?: boolean;
|
|
19
|
-
draggable?: string;
|
|
20
|
-
dataIdAttr?: string;
|
|
21
|
-
ghostClass?: string;
|
|
22
|
-
chosenClass?: string;
|
|
23
|
-
dragClass?: string;
|
|
24
|
-
swapThreshold?: number;
|
|
25
|
-
invertSwap?: boolean;
|
|
26
|
-
invertedSwapThreshold?: number;
|
|
27
|
-
direction?: 'horizontal' | 'vertical' | ((evt: Event, target: HTMLElement, dragEl: HTMLElement) => 'horizontal' | 'vertical');
|
|
28
|
-
forceFallback?: boolean;
|
|
29
|
-
fallbackClass?: string;
|
|
30
|
-
fallbackOnBody?: boolean;
|
|
31
|
-
fallbackTolerance?: number;
|
|
32
|
-
dragoverBubble?: boolean;
|
|
33
|
-
removeCloneOnHide?: boolean;
|
|
34
|
-
emptyInsertThreshold?: number;
|
|
35
|
-
setData?: (dataTransfer: DataTransfer, dragEl: HTMLElement) => void;
|
|
36
|
-
onChoose?: (evt: Event) => void;
|
|
37
|
-
onUnchoose?: (evt: Event) => void;
|
|
38
|
-
onStart?: (evt: Event) => void;
|
|
39
|
-
onEnd?: (evt: Event) => void;
|
|
40
|
-
onAdd?: (evt: Event) => void;
|
|
41
|
-
onUpdate?: (evt: Event) => void;
|
|
42
|
-
onSort?: (evt: Event) => void;
|
|
43
|
-
onRemove?: (evt: Event) => void;
|
|
44
|
-
onFilter?: (evt: Event) => void;
|
|
45
|
-
onMove?: (evt: Event, originalEvent: Event) => boolean | number | void;
|
|
46
|
-
onClone?: (evt: Event) => void;
|
|
47
|
-
onChange?: (evt: Event) => void;
|
|
48
|
-
}
|
|
49
|
-
/**
|
|
50
|
-
* @class Sortable
|
|
51
|
-
* @param {HTMLElement} el
|
|
52
|
-
* @param {object} [options]
|
|
53
|
-
*/
|
|
54
|
-
declare function Sortable(el: HTMLElement, options: SortableOptions): void;
|
|
55
|
-
declare namespace Sortable {
|
|
56
|
-
var utils: {
|
|
57
|
-
on: typeof on;
|
|
58
|
-
off: typeof off;
|
|
59
|
-
css: typeof css;
|
|
60
|
-
find: typeof find;
|
|
61
|
-
is(el: any, selector: any): boolean;
|
|
62
|
-
extend: typeof extend;
|
|
63
|
-
throttle: typeof throttle;
|
|
64
|
-
closest: typeof closest;
|
|
65
|
-
toggleClass: typeof toggleClass;
|
|
66
|
-
clone: typeof clone;
|
|
67
|
-
index: typeof index;
|
|
68
|
-
nextTick: typeof _nextTick;
|
|
69
|
-
cancelNextTick: typeof _cancelNextTick;
|
|
70
|
-
detectDirection: (el: HTMLElement, options: any) => "horizontal" | "vertical";
|
|
71
|
-
getChild: typeof getChild;
|
|
72
|
-
expando: string;
|
|
73
|
-
};
|
|
74
|
-
var get: (element: any) => any;
|
|
75
|
-
var mount: (...plugins: any[]) => void;
|
|
76
|
-
var create: (el: HTMLElement, options: SortableOptions) => any;
|
|
77
|
-
}
|
|
78
|
-
declare function _nextTick(fn: any): NodeJS.Timeout;
|
|
79
|
-
declare function _cancelNextTick(id: any): void;
|
|
80
|
-
export default Sortable;
|
|
81
|
-
//# sourceMappingURL=Sortable.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Sortable.d.ts","sourceRoot":"","sources":["../../../src/components/sortable/Sortable.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/sortable/index.ts"],"names":[],"mappings":";iBAkCc,GAAG;;AADjB,wBAIC"}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
declare function on(el: HTMLElement, event: string, fn: EventListenerOrEventListenerObject): void;
|
|
2
|
-
declare function off(el: HTMLElement, event: string, fn: EventListenerOrEventListenerObject): void;
|
|
3
|
-
interface HTMLElementWithMatches extends HTMLElement {
|
|
4
|
-
msMatchesSelector?: (selector: string) => boolean;
|
|
5
|
-
webkitMatchesSelector?: (selector: string) => boolean;
|
|
6
|
-
}
|
|
7
|
-
declare function matches(el: HTMLElementWithMatches, selector: string): boolean;
|
|
8
|
-
interface NodeWithHost extends Node {
|
|
9
|
-
host?: Node;
|
|
10
|
-
}
|
|
11
|
-
declare function getParentOrHost(el: NodeWithHost): Node | null;
|
|
12
|
-
declare function closest(el: Node | null, selector: string | null, ctx?: Node, includeCTX?: boolean): Node | null;
|
|
13
|
-
declare function toggleClass(el: HTMLElement, name: string, state: boolean): void;
|
|
14
|
-
declare function css(el: HTMLElement, prop?: string, val?: any): any;
|
|
15
|
-
declare function matrix(el: HTMLElement | string, selfOnly?: boolean): DOMMatrix | null;
|
|
16
|
-
declare function find(ctx: HTMLElement | null, tagName: string, iterator?: (el: Element, index: number) => void): Element[];
|
|
17
|
-
declare function getWindowScrollingElement(): Element;
|
|
18
|
-
interface Rect {
|
|
19
|
-
top: number;
|
|
20
|
-
left: number;
|
|
21
|
-
bottom: number;
|
|
22
|
-
right: number;
|
|
23
|
-
width: number;
|
|
24
|
-
height: number;
|
|
25
|
-
}
|
|
26
|
-
declare function getRect(el: HTMLElement | Window, relativeToContainingBlock?: boolean, relativeToNonStaticParent?: boolean, undoScale?: boolean, container?: HTMLElement): Rect | undefined;
|
|
27
|
-
declare function getContentRect(el: HTMLElement): Rect;
|
|
28
|
-
declare function isScrolledPast(el: HTMLElement, elSide: 'top' | 'left' | 'right' | 'bottom', parentSide: 'top' | 'left' | 'right' | 'bottom'): HTMLElement | false;
|
|
29
|
-
declare function getChild(el: HTMLElement, childNum: number, options: any, includeDragEl?: boolean): HTMLElement | null;
|
|
30
|
-
declare function lastChild(el: HTMLElement, selector?: string): Element | null;
|
|
31
|
-
declare function index(el: Element, selector?: string): number;
|
|
32
|
-
declare function getRelativeScrollOffset(el: HTMLElement): [number, number];
|
|
33
|
-
declare function indexOfObject(arr: any[], obj: object): number;
|
|
34
|
-
declare function getParentAutoScrollElement(el: HTMLElement | null, includeSelf: boolean): Element;
|
|
35
|
-
declare function extend<T, U>(dst: T, src: U): T & U;
|
|
36
|
-
declare function isRectEqual(rect1: Rect, rect2: Rect): boolean;
|
|
37
|
-
declare function throttle(callback: (...args: any[]) => void, ms: number): (...args: any[]) => void;
|
|
38
|
-
declare function cancelThrottle(): void;
|
|
39
|
-
declare function scrollBy(el: HTMLElement, x: number, y: number): void;
|
|
40
|
-
declare function clone(el: Element): Node;
|
|
41
|
-
declare function setRect(el: HTMLElement, rect: Rect): void;
|
|
42
|
-
declare function unsetRect(el: HTMLElement): void;
|
|
43
|
-
declare function getChildContainingRectFromElement(container: HTMLElement, options: any, ghostEl: HTMLElement): Rect & {
|
|
44
|
-
x: number;
|
|
45
|
-
y: number;
|
|
46
|
-
};
|
|
47
|
-
declare const expando: string;
|
|
48
|
-
export { cancelThrottle, clone, closest, css, expando, extend, find, getChild, getChildContainingRectFromElement, getContentRect, getParentAutoScrollElement, getParentOrHost, getRect, getRelativeScrollOffset, getWindowScrollingElement, index, indexOfObject, isRectEqual, isScrolledPast, lastChild, matches, matrix, off, on, scrollBy, setRect, throttle, toggleClass, unsetRect, };
|
|
49
|
-
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/components/sortable/utils.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import type { RouteLocationNormalizedLoaded, Router } from 'vue-router';
|
|
2
|
-
import { BglFormSchemaT } from '../../..';
|
|
3
|
-
import { LocalTemplateData } from '../interfaces';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
-
whatsappTemplateSchema: BglFormSchemaT<LocalTemplateData>;
|
|
6
|
-
router: Router;
|
|
7
|
-
route: RouteLocationNormalizedLoaded;
|
|
8
|
-
previewLabel?: string | undefined;
|
|
9
|
-
}>, {
|
|
10
|
-
previewLabel: string;
|
|
11
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
12
|
-
whatsappTemplateSchema: BglFormSchemaT<LocalTemplateData>;
|
|
13
|
-
router: Router;
|
|
14
|
-
route: RouteLocationNormalizedLoaded;
|
|
15
|
-
previewLabel?: string | undefined;
|
|
16
|
-
}>, {
|
|
17
|
-
previewLabel: string;
|
|
18
|
-
}>>>, {
|
|
19
|
-
previewLabel: string;
|
|
20
|
-
}, {}>;
|
|
21
|
-
export default _default;
|
|
22
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
23
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
24
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
25
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
26
|
-
} : {
|
|
27
|
-
type: import('vue').PropType<T[K]>;
|
|
28
|
-
required: true;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
type __VLS_WithDefaults<P, D> = {
|
|
32
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
33
|
-
default: D[K];
|
|
34
|
-
}> : P[K];
|
|
35
|
-
};
|
|
36
|
-
type __VLS_Prettify<T> = {
|
|
37
|
-
[K in keyof T]: T[K];
|
|
38
|
-
} & {};
|
|
39
|
-
//# sourceMappingURL=MsgTemplate.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MsgTemplate.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/whatsapp/form/MsgTemplate.vue"],"names":[],"mappings":"AA0BA;AAIA,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AACxE,OAAO,EAC0B,cAAc,EAC9C,MAAM,eAAe,CAAC;AACvB,OAAO,EAGN,iBAAiB,EAGjB,MAAM,eAAe,CAAC;;4BAySG,eAAe,iBAAiB,CAAC;YACjD,MAAM;WACP,6BAA6B;;;;;4BAFZ,eAAe,iBAAiB,CAAC;YACjD,MAAM;WACP,6BAA6B;;;;;kBACrB,MAAM;;AATvB,wBAWG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
context: ObjectConstructor;
|
|
3
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4
|
-
context: ObjectConstructor;
|
|
5
|
-
}>>, {}, {}>;
|
|
6
|
-
export default _default;
|
|
7
|
-
//# sourceMappingURL=TextVariableExamples.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TextVariableExamples.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/whatsapp/form/TextVariableExamples.vue"],"names":[],"mappings":"AAWA;;;;;;AA2IA,wBAQG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=index.d.ts.map
|