@bagelink/vue 0.0.1276 → 0.0.1286
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/Accordion.d.ts +12 -0
- package/dist/components/Accordion.d.ts.map +1 -0
- package/dist/components/AccordionItem.d.ts +34 -0
- package/dist/components/AccordionItem.d.ts.map +1 -0
- package/dist/components/Alert.d.ts +34 -0
- package/dist/components/Alert.d.ts.map +1 -0
- package/dist/components/Avatar.d.ts +36 -0
- package/dist/components/Avatar.d.ts.map +1 -0
- package/dist/components/Badge.d.ts +22 -0
- package/dist/components/Badge.d.ts.map +1 -0
- package/dist/components/BglVideo.d.ts +20 -0
- package/dist/components/BglVideo.d.ts.map +1 -0
- package/dist/components/Btn.d.ts +99 -0
- package/dist/components/Btn.d.ts.map +1 -0
- package/dist/components/Calendar/Index.vue.d.ts.map +1 -1
- package/dist/components/Calendar/models/Event.d.ts.map +1 -1
- package/dist/components/Calendar/typings/interfaces/time-modes.d.ts.map +1 -1
- package/dist/components/Calendar/typings/types.d.ts +3 -3
- package/dist/components/Calendar/typings/types.d.ts.map +1 -1
- package/dist/components/Card.d.ts +39 -0
- package/dist/components/Card.d.ts.map +1 -0
- package/dist/components/Carousel.d.ts +74 -0
- package/dist/components/Carousel.d.ts.map +1 -0
- package/dist/components/ComboBox.vue.d.ts +3 -3
- package/dist/components/Comments.vue.d.ts +2 -2
- package/dist/components/ContactSubmissions.vue.d.ts +2 -2
- package/dist/components/DataPreview.d.ts +42 -0
- package/dist/components/DataPreview.d.ts.map +1 -0
- package/dist/components/Draggable/Draggable.vue.d.ts.map +1 -1
- package/dist/components/Drop.vue.d.ts +34 -0
- package/dist/components/Drop.vue.d.ts.map +1 -0
- package/dist/components/FileUploader.vue.d.ts +60 -0
- package/dist/components/FileUploader.vue.d.ts.map +1 -0
- package/dist/components/Flag.d.ts +20 -0
- package/dist/components/Flag.d.ts.map +1 -0
- package/dist/components/FormSchema.vue.d.ts +5 -4
- package/dist/components/LangText.vue.d.ts +2 -2
- package/dist/components/ListItem.d.ts +34 -0
- package/dist/components/ListItem.d.ts.map +1 -0
- package/dist/components/ListView.d.ts +13 -0
- package/dist/components/ListView.d.ts.map +1 -0
- package/dist/components/MapEmbed.d.ts +3 -0
- package/dist/components/MapEmbed.d.ts.map +1 -0
- package/dist/components/MaterialIcon.d.ts +26 -0
- package/dist/components/MaterialIcon.d.ts.map +1 -0
- package/dist/components/Modal.d.ts +46 -0
- package/dist/components/Modal.d.ts.map +1 -0
- package/dist/components/ModalBglForm.vue.d.ts +21 -20
- package/dist/components/ModalConfirm.d.ts +24 -0
- package/dist/components/ModalConfirm.d.ts.map +1 -0
- package/dist/components/ModalForm.d.ts +78 -0
- package/dist/components/ModalForm.d.ts.map +1 -0
- package/dist/components/NavBar.d.ts +64 -0
- package/dist/components/NavBar.d.ts.map +1 -0
- package/dist/components/PageTitle.d.ts +24 -0
- package/dist/components/PageTitle.d.ts.map +1 -0
- package/dist/components/PersonPreview.vue.d.ts +5 -4
- package/dist/components/PersonPreviewFormkit.vue.d.ts +4 -3
- package/dist/components/Pill.vue.d.ts.map +1 -1
- package/dist/components/RTXEditor.vue.d.ts +3 -3
- package/dist/components/RouterWrapper.d.ts +3 -0
- package/dist/components/RouterWrapper.d.ts.map +1 -0
- package/dist/components/TabbedLayout.vue.d.ts +5 -4
- package/dist/components/TableSchema.d.ts +35 -0
- package/dist/components/TableSchema.d.ts.map +1 -0
- package/dist/components/TableSchema.vue.d.ts +2 -2
- package/dist/components/TableSchema.vue.d.ts.map +1 -1
- package/dist/components/Title.d.ts +42 -0
- package/dist/components/Title.d.ts.map +1 -0
- package/dist/components/TopBar.d.ts +12 -0
- package/dist/components/TopBar.d.ts.map +1 -0
- package/dist/components/charts/BarChart.vue.d.ts +2 -2
- package/dist/components/dashboard/Lineart.d.ts +20 -0
- package/dist/components/dashboard/Lineart.d.ts.map +1 -0
- package/dist/components/dialog/index.d.ts.map +1 -1
- package/dist/components/form/BglField.d.ts +25 -0
- package/dist/components/form/BglField.d.ts.map +1 -0
- package/dist/components/form/BglForm.d.ts +75 -0
- package/dist/components/form/BglForm.d.ts.map +1 -0
- package/dist/components/form/ItemRef.vue.d.ts +5 -3
- package/dist/components/form/ItemRef.vue.d.ts.map +1 -1
- package/dist/components/form/MaterialIcon.vue.d.ts +4 -3
- package/dist/components/form/PlainInputField.vue.d.ts +3 -3
- package/dist/components/form/inputs/CheckInput.d.ts +56 -0
- package/dist/components/form/inputs/CheckInput.d.ts.map +1 -0
- package/dist/components/form/inputs/Checkbox.d.ts +16 -0
- package/dist/components/form/inputs/Checkbox.d.ts.map +1 -0
- package/dist/components/form/inputs/ColorPicker.d.ts +48 -0
- package/dist/components/form/inputs/ColorPicker.d.ts.map +1 -0
- package/dist/components/form/inputs/CurrencyInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/DateInput.d.ts +64 -0
- package/dist/components/form/inputs/DateInput.d.ts.map +1 -0
- package/dist/components/form/inputs/DateInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/DatePick.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/DatePicker.d.ts +33 -0
- package/dist/components/form/inputs/DatePicker.d.ts.map +1 -0
- package/dist/components/form/inputs/DatetimeInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/DurationInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/DynamicLinkField.vue.d.ts +3 -3
- package/dist/components/form/inputs/EmailInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/FileUpload.d.ts +108 -0
- package/dist/components/form/inputs/FileUpload.d.ts.map +1 -0
- package/dist/components/form/inputs/FloatInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/IntInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/JSONInput.d.ts +53 -0
- package/dist/components/form/inputs/JSONInput.d.ts.map +1 -0
- package/dist/components/form/inputs/LinkField.vue.d.ts +3 -3
- package/dist/components/form/inputs/Password.vue.d.ts +3 -3
- package/dist/components/form/inputs/PlainText.vue.d.ts +3 -3
- package/dist/components/form/inputs/RadioGroup.d.ts +42 -0
- package/dist/components/form/inputs/RadioGroup.d.ts.map +1 -0
- package/dist/components/form/inputs/RadioPillsInput.d.ts +48 -0
- package/dist/components/form/inputs/RadioPillsInput.d.ts.map +1 -0
- package/dist/components/form/inputs/ReadOnlyInput.vue.d.ts +2 -2
- package/dist/components/form/inputs/RichText.d.ts +20 -0
- package/dist/components/form/inputs/RichText.d.ts.map +1 -0
- package/dist/components/form/inputs/RichText2/Toolbar.d.ts +22 -0
- package/dist/components/form/inputs/RichText2/Toolbar.d.ts.map +1 -0
- package/dist/components/form/inputs/RichText2/Toolbar.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichText2/index.d.ts +24 -0
- package/dist/components/form/inputs/RichText2/index.d.ts.map +1 -0
- package/dist/components/form/inputs/RichText2/index.vue.d.ts +1 -0
- package/dist/components/form/inputs/RichText2/index.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichTextEditor.vue.d.ts +3 -3
- package/dist/components/form/inputs/SelectField.vue.d.ts +6 -8
- package/dist/components/form/inputs/SelectField.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.d.ts +55 -0
- package/dist/components/form/inputs/SelectInput.d.ts.map +1 -0
- package/dist/components/form/inputs/SignaturePad.d.ts +72 -0
- package/dist/components/form/inputs/SignaturePad.d.ts.map +1 -0
- package/dist/components/form/inputs/TableField.d.ts +45 -0
- package/dist/components/form/inputs/TableField.d.ts.map +1 -0
- package/dist/components/form/inputs/TelInput.d.ts +241 -0
- package/dist/components/form/inputs/TelInput.d.ts.map +1 -0
- package/dist/components/form/inputs/TextArea.vue.d.ts +3 -3
- package/dist/components/form/inputs/TextInput.d.ts +90 -0
- package/dist/components/form/inputs/TextInput.d.ts.map +1 -0
- package/dist/components/form/inputs/ToggleInput.d.ts +58 -0
- package/dist/components/form/inputs/ToggleInput.d.ts.map +1 -0
- package/dist/components/form/inputs/Upload/UploadInput.vue.d.ts +3 -20
- package/dist/components/form/inputs/Upload/UploadInput.vue.d.ts.map +1 -1
- package/dist/components/formkit/AddressArray.vue.d.ts +2 -2
- package/dist/components/formkit/BankDetailsArray.vue.d.ts +2 -2
- package/dist/components/formkit/ContactArrayFormKit.vue.d.ts +2 -2
- package/dist/components/formkit/FileUploader.vue.d.ts +2 -2
- package/dist/components/formkit/MiscFields.vue.d.ts +2 -2
- package/dist/components/formkit/Toggle.vue.d.ts +2 -2
- package/dist/components/layout/BottomMenu.d.ts +27 -0
- package/dist/components/layout/BottomMenu.d.ts.map +1 -0
- package/dist/components/layout/Layout.d.ts +58 -0
- package/dist/components/layout/Layout.d.ts.map +1 -0
- package/dist/components/layout/SidebarMenu.d.ts +38 -0
- package/dist/components/layout/SidebarMenu.d.ts.map +1 -0
- 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.d.ts +42 -0
- package/dist/components/layout/TabbedLayout.d.ts.map +1 -0
- package/dist/components/layout/Tabs.d.ts +31 -0
- package/dist/components/layout/Tabs.d.ts.map +1 -0
- package/dist/components/layout/TabsBody.d.ts +23 -0
- package/dist/components/layout/TabsBody.d.ts.map +1 -0
- package/dist/components/layout/TabsNav.d.ts +35 -0
- package/dist/components/layout/TabsNav.d.ts.map +1 -0
- package/dist/components/whatsapp/form/MsgTemplate.vue.d.ts +4 -3
- package/dist/components/whatsapp/form/TextVariableExamples.vue.d.ts +2 -2
- package/dist/index.cjs +1164 -9719
- package/dist/index.mjs +1165 -9720
- package/dist/style.css +370 -125
- package/dist/styles.css +14073 -0
- package/dist/utils/BagelFormUtils.d.ts +16 -4
- package/dist/utils/BagelFormUtils.d.ts.map +1 -1
- package/dist/utils/objects.d.ts +1 -0
- package/dist/vue.css +14073 -0
- package/package.json +5 -5
- package/src/components/Calendar/Index.vue +1 -1
- package/src/components/Calendar/helpers/EventConcurrency.ts +1 -1
- package/src/components/Calendar/helpers/Time.ts +2 -2
- package/src/components/Calendar/models/Event.ts +80 -80
- package/src/components/Calendar/typings/interfaces/time-modes.ts +9 -7
- package/src/components/Calendar/typings/types.ts +17 -15
- package/src/components/Draggable/Draggable.vue +1 -1
- package/src/components/Modal.vue +3 -3
- package/src/components/Pill.vue +2 -1
- package/src/components/Spreadsheet/Index.vue +2 -2
- package/src/components/dashboard/Lineart.vue +1 -1
- package/src/components/form/inputs/DateInput.vue +7 -1
- package/src/components/form/inputs/DatePick.vue +10 -10
- package/src/components/form/inputs/DatePicker.vue +9 -9
- package/src/components/form/inputs/Upload/UploadInput.vue +2 -20
- package/src/components/form/inputs/Upload/upload.types.d.ts +20 -0
- package/src/components/layout/SidebarMenu.vue +2 -1
- package/src/components/layout/Skeleton.vue +2 -1
- package/src/composables/useSchemaField.ts +6 -6
- package/src/directives/pattern.ts +1 -1
- package/src/styles/layout.css +169 -0
- package/src/styles/mobilLayout.css +161 -0
- package/src/utils/BagelFormUtils.ts +2 -3
- package/vite.config.ts +1 -1
- 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/Calendar/index.d.ts +0 -4
- package/dist/components/Calendar/index.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/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/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/Upload/UploadFile.vue.d.ts +0 -86
- package/dist/components/form/inputs/Upload/UploadFile.vue.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/composables/drag-n-drop/useDraggable.d.ts +0 -2
- package/dist/composables/drag-n-drop/useDraggable.d.ts.map +0 -1
- package/dist/editor-CUDRLdmS.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/types/materialIcon.d.ts +0 -2
- package/dist/types/materialIcon.d.ts.map +0 -1
- package/src/components/Calendar/env.d.ts +0 -8
- /package/src/components/{Dialog → dialog}/index.ts +0 -0
package/src/styles/layout.css
CHANGED
|
@@ -989,6 +989,12 @@
|
|
|
989
989
|
width: 100%;
|
|
990
990
|
}
|
|
991
991
|
|
|
992
|
+
.min-w-100p,
|
|
993
|
+
.w-min-100p,
|
|
994
|
+
.min-w100p {
|
|
995
|
+
min-width: 100%;
|
|
996
|
+
}
|
|
997
|
+
|
|
992
998
|
|
|
993
999
|
.w300,
|
|
994
1000
|
.w300px,
|
|
@@ -3512,6 +3518,46 @@
|
|
|
3512
3518
|
margin-bottom: 10rem !important;
|
|
3513
3519
|
}
|
|
3514
3520
|
|
|
3521
|
+
.mb-11 {
|
|
3522
|
+
margin-bottom: 11rem !important;
|
|
3523
|
+
}
|
|
3524
|
+
|
|
3525
|
+
.mb-12 {
|
|
3526
|
+
margin-bottom: 12rem !important;
|
|
3527
|
+
}
|
|
3528
|
+
|
|
3529
|
+
.mb-13 {
|
|
3530
|
+
margin-bottom: 13rem !important;
|
|
3531
|
+
}
|
|
3532
|
+
|
|
3533
|
+
.mb-14 {
|
|
3534
|
+
margin-bottom: 14rem !important;
|
|
3535
|
+
}
|
|
3536
|
+
|
|
3537
|
+
.mb-15 {
|
|
3538
|
+
margin-bottom: 15rem !important;
|
|
3539
|
+
}
|
|
3540
|
+
|
|
3541
|
+
.mb-16 {
|
|
3542
|
+
margin-bottom: 16rem !important;
|
|
3543
|
+
}
|
|
3544
|
+
|
|
3545
|
+
.mb-17 {
|
|
3546
|
+
margin-bottom: 17rem !important;
|
|
3547
|
+
}
|
|
3548
|
+
|
|
3549
|
+
.mb-18 {
|
|
3550
|
+
margin-bottom: 18rem !important;
|
|
3551
|
+
}
|
|
3552
|
+
|
|
3553
|
+
.mb-19 {
|
|
3554
|
+
margin-bottom: 19rem !important;
|
|
3555
|
+
}
|
|
3556
|
+
|
|
3557
|
+
.mb-20 {
|
|
3558
|
+
margin-bottom: 20rem !important;
|
|
3559
|
+
}
|
|
3560
|
+
|
|
3515
3561
|
.mt-auto {
|
|
3516
3562
|
margin-top: auto !important;
|
|
3517
3563
|
}
|
|
@@ -3612,6 +3658,46 @@
|
|
|
3612
3658
|
margin-top: 10rem !important;
|
|
3613
3659
|
}
|
|
3614
3660
|
|
|
3661
|
+
.mt-11 {
|
|
3662
|
+
margin-top: 11rem !important;
|
|
3663
|
+
}
|
|
3664
|
+
|
|
3665
|
+
.mt-12 {
|
|
3666
|
+
margin-top: 12rem !important;
|
|
3667
|
+
}
|
|
3668
|
+
|
|
3669
|
+
.mt-13 {
|
|
3670
|
+
margin-top: 13rem !important;
|
|
3671
|
+
}
|
|
3672
|
+
|
|
3673
|
+
.mt-14 {
|
|
3674
|
+
margin-top: 14rem !important;
|
|
3675
|
+
}
|
|
3676
|
+
|
|
3677
|
+
.mt-15 {
|
|
3678
|
+
margin-top: 15rem !important;
|
|
3679
|
+
}
|
|
3680
|
+
|
|
3681
|
+
.mt-16 {
|
|
3682
|
+
margin-top: 16rem !important;
|
|
3683
|
+
}
|
|
3684
|
+
|
|
3685
|
+
.mt-17 {
|
|
3686
|
+
margin-top: 17rem !important;
|
|
3687
|
+
}
|
|
3688
|
+
|
|
3689
|
+
.mt-18 {
|
|
3690
|
+
margin-top: 18rem !important;
|
|
3691
|
+
}
|
|
3692
|
+
|
|
3693
|
+
.mt-19 {
|
|
3694
|
+
margin-top: 19rem !important;
|
|
3695
|
+
}
|
|
3696
|
+
|
|
3697
|
+
.mt-20 {
|
|
3698
|
+
margin-top: 20rem !important;
|
|
3699
|
+
}
|
|
3700
|
+
|
|
3615
3701
|
.my-auto {
|
|
3616
3702
|
margin-top: auto !important;
|
|
3617
3703
|
margin-bottom: auto !important;
|
|
@@ -4262,6 +4348,47 @@
|
|
|
4262
4348
|
margin-bottom: -10rem !important;
|
|
4263
4349
|
}
|
|
4264
4350
|
|
|
4351
|
+
.-mb-11 {
|
|
4352
|
+
margin-bottom: -11rem !important;
|
|
4353
|
+
}
|
|
4354
|
+
|
|
4355
|
+
.-mb-12 {
|
|
4356
|
+
margin-bottom: -12rem !important;
|
|
4357
|
+
}
|
|
4358
|
+
|
|
4359
|
+
.-mb-13 {
|
|
4360
|
+
margin-bottom: -13rem !important;
|
|
4361
|
+
}
|
|
4362
|
+
|
|
4363
|
+
.-mb-14 {
|
|
4364
|
+
margin-bottom: -14rem !important;
|
|
4365
|
+
}
|
|
4366
|
+
|
|
4367
|
+
.-mb-15 {
|
|
4368
|
+
margin-bottom: -15rem !important;
|
|
4369
|
+
}
|
|
4370
|
+
|
|
4371
|
+
.-mb-16 {
|
|
4372
|
+
margin-bottom: -16rem !important;
|
|
4373
|
+
}
|
|
4374
|
+
|
|
4375
|
+
.-mb-17 {
|
|
4376
|
+
margin-bottom: -17rem !important;
|
|
4377
|
+
}
|
|
4378
|
+
|
|
4379
|
+
.-mb-18 {
|
|
4380
|
+
margin-bottom: -18rem !important;
|
|
4381
|
+
}
|
|
4382
|
+
|
|
4383
|
+
.-mb-19 {
|
|
4384
|
+
margin-bottom: -19rem !important;
|
|
4385
|
+
}
|
|
4386
|
+
|
|
4387
|
+
.-mb-20 {
|
|
4388
|
+
margin-bottom: -20rem !important;
|
|
4389
|
+
}
|
|
4390
|
+
|
|
4391
|
+
|
|
4265
4392
|
.-mt-025 {
|
|
4266
4393
|
margin-top: -0.25rem !important;
|
|
4267
4394
|
}
|
|
@@ -4354,6 +4481,48 @@
|
|
|
4354
4481
|
margin-top: -10rem !important;
|
|
4355
4482
|
}
|
|
4356
4483
|
|
|
4484
|
+
.-mt-11 {
|
|
4485
|
+
margin-top: -11rem !important;
|
|
4486
|
+
}
|
|
4487
|
+
|
|
4488
|
+
.-mt-12 {
|
|
4489
|
+
margin-top: -12rem !important;
|
|
4490
|
+
}
|
|
4491
|
+
|
|
4492
|
+
.-mt-13 {
|
|
4493
|
+
margin-top: -13rem !important;
|
|
4494
|
+
}
|
|
4495
|
+
|
|
4496
|
+
.-mt-14 {
|
|
4497
|
+
margin-top: -14rem !important;
|
|
4498
|
+
}
|
|
4499
|
+
|
|
4500
|
+
.-mt-15 {
|
|
4501
|
+
margin-top: -15rem !important;
|
|
4502
|
+
}
|
|
4503
|
+
|
|
4504
|
+
.-mt-16 {
|
|
4505
|
+
margin-top: -16rem !important;
|
|
4506
|
+
}
|
|
4507
|
+
|
|
4508
|
+
.-mt-17 {
|
|
4509
|
+
margin-top: -17rem !important;
|
|
4510
|
+
}
|
|
4511
|
+
|
|
4512
|
+
.-mt-18 {
|
|
4513
|
+
margin-top: -18rem !important;
|
|
4514
|
+
}
|
|
4515
|
+
|
|
4516
|
+
.-mt-19 {
|
|
4517
|
+
margin-top: -19rem !important;
|
|
4518
|
+
}
|
|
4519
|
+
|
|
4520
|
+
.-mt-20 {
|
|
4521
|
+
margin-top: -20rem !important;
|
|
4522
|
+
}
|
|
4523
|
+
|
|
4524
|
+
|
|
4525
|
+
|
|
4357
4526
|
.-my-025 {
|
|
4358
4527
|
margin-top: -0.25rem !important;
|
|
4359
4528
|
margin-bottom: -0.25rem !important;
|
|
@@ -2804,6 +2804,46 @@
|
|
|
2804
2804
|
margin-bottom: 10rem !important;
|
|
2805
2805
|
}
|
|
2806
2806
|
|
|
2807
|
+
.m_mb-11 {
|
|
2808
|
+
margin-bottom: 11rem !important;
|
|
2809
|
+
}
|
|
2810
|
+
|
|
2811
|
+
.m_mb-12 {
|
|
2812
|
+
margin-bottom: 12rem !important;
|
|
2813
|
+
}
|
|
2814
|
+
|
|
2815
|
+
.m_mb-13 {
|
|
2816
|
+
margin-bottom: 13rem !important;
|
|
2817
|
+
}
|
|
2818
|
+
|
|
2819
|
+
.m_mb-14 {
|
|
2820
|
+
margin-bottom: 14rem !important;
|
|
2821
|
+
}
|
|
2822
|
+
|
|
2823
|
+
.m_mb-15 {
|
|
2824
|
+
margin-bottom: 15rem !important;
|
|
2825
|
+
}
|
|
2826
|
+
|
|
2827
|
+
.m_mb-16 {
|
|
2828
|
+
margin-bottom: 16rem !important;
|
|
2829
|
+
}
|
|
2830
|
+
|
|
2831
|
+
.m_mb-17 {
|
|
2832
|
+
margin-bottom: 17rem !important;
|
|
2833
|
+
}
|
|
2834
|
+
|
|
2835
|
+
.m_mb-18 {
|
|
2836
|
+
margin-bottom: 18rem !important;
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2839
|
+
.m_mb-19 {
|
|
2840
|
+
margin-bottom: 19rem !important;
|
|
2841
|
+
}
|
|
2842
|
+
|
|
2843
|
+
.m_mb-20 {
|
|
2844
|
+
margin-bottom: 20rem !important;
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2807
2847
|
.m_mt-auto {
|
|
2808
2848
|
margin-top: auto !important;
|
|
2809
2849
|
}
|
|
@@ -2906,6 +2946,46 @@
|
|
|
2906
2946
|
margin-top: 10rem !important;
|
|
2907
2947
|
}
|
|
2908
2948
|
|
|
2949
|
+
.m_mt-11 {
|
|
2950
|
+
margin-top: 11rem !important;
|
|
2951
|
+
}
|
|
2952
|
+
|
|
2953
|
+
.m_mt-12 {
|
|
2954
|
+
margin-top: 12rem !important;
|
|
2955
|
+
}
|
|
2956
|
+
|
|
2957
|
+
.m_mt-13 {
|
|
2958
|
+
margin-top: 13rem !important;
|
|
2959
|
+
}
|
|
2960
|
+
|
|
2961
|
+
.m_mt-14 {
|
|
2962
|
+
margin-top: 14rem !important;
|
|
2963
|
+
}
|
|
2964
|
+
|
|
2965
|
+
.m_mt-15 {
|
|
2966
|
+
margin-top: 15rem !important;
|
|
2967
|
+
}
|
|
2968
|
+
|
|
2969
|
+
.m_mt-16 {
|
|
2970
|
+
margin-top: 16rem !important;
|
|
2971
|
+
}
|
|
2972
|
+
|
|
2973
|
+
.m_mt-17 {
|
|
2974
|
+
margin-top: 17rem !important;
|
|
2975
|
+
}
|
|
2976
|
+
|
|
2977
|
+
.m_mt-18 {
|
|
2978
|
+
margin-top: 18rem !important;
|
|
2979
|
+
}
|
|
2980
|
+
|
|
2981
|
+
.m_mt-19 {
|
|
2982
|
+
margin-top: 19rem !important;
|
|
2983
|
+
}
|
|
2984
|
+
|
|
2985
|
+
.m_mt-20 {
|
|
2986
|
+
margin-top: 20rem !important;
|
|
2987
|
+
}
|
|
2988
|
+
|
|
2909
2989
|
.m_my-auto {
|
|
2910
2990
|
margin-top: auto !important;
|
|
2911
2991
|
margin-bottom: auto !important;
|
|
@@ -3551,6 +3631,46 @@
|
|
|
3551
3631
|
margin-bottom: -10rem !important;
|
|
3552
3632
|
}
|
|
3553
3633
|
|
|
3634
|
+
.m_-mb-11 {
|
|
3635
|
+
margin-bottom: -11rem !important;
|
|
3636
|
+
}
|
|
3637
|
+
|
|
3638
|
+
.m_-mb-12 {
|
|
3639
|
+
margin-bottom: -12rem !important;
|
|
3640
|
+
}
|
|
3641
|
+
|
|
3642
|
+
.m_-mb-13 {
|
|
3643
|
+
margin-bottom: -13rem !important;
|
|
3644
|
+
}
|
|
3645
|
+
|
|
3646
|
+
.m_-mb-14 {
|
|
3647
|
+
margin-bottom: -14rem !important;
|
|
3648
|
+
}
|
|
3649
|
+
|
|
3650
|
+
.m_-mb-15 {
|
|
3651
|
+
margin-bottom: -15rem !important;
|
|
3652
|
+
}
|
|
3653
|
+
|
|
3654
|
+
.m_-mb-16 {
|
|
3655
|
+
margin-bottom: -16rem !important;
|
|
3656
|
+
}
|
|
3657
|
+
|
|
3658
|
+
.m_-mb-17 {
|
|
3659
|
+
margin-bottom: -17rem !important;
|
|
3660
|
+
}
|
|
3661
|
+
|
|
3662
|
+
.m_-mb-18 {
|
|
3663
|
+
margin-bottom: -18rem !important;
|
|
3664
|
+
}
|
|
3665
|
+
|
|
3666
|
+
.m_-mb-19 {
|
|
3667
|
+
margin-bottom: -19rem !important;
|
|
3668
|
+
}
|
|
3669
|
+
|
|
3670
|
+
.m_-mb-20 {
|
|
3671
|
+
margin-bottom: -20rem !important;
|
|
3672
|
+
}
|
|
3673
|
+
|
|
3554
3674
|
.m_-mt-025 {
|
|
3555
3675
|
margin-top: -0.25rem !important;
|
|
3556
3676
|
}
|
|
@@ -3643,6 +3763,47 @@
|
|
|
3643
3763
|
margin-top: -10rem !important;
|
|
3644
3764
|
}
|
|
3645
3765
|
|
|
3766
|
+
.m_-mt-11 {
|
|
3767
|
+
margin-top: -11rem !important;
|
|
3768
|
+
}
|
|
3769
|
+
|
|
3770
|
+
.m_-mt-12 {
|
|
3771
|
+
margin-top: -12rem !important;
|
|
3772
|
+
}
|
|
3773
|
+
|
|
3774
|
+
.m_-mt-13 {
|
|
3775
|
+
margin-top: -13rem !important;
|
|
3776
|
+
}
|
|
3777
|
+
|
|
3778
|
+
.m_-mt-14 {
|
|
3779
|
+
margin-top: -14rem !important;
|
|
3780
|
+
}
|
|
3781
|
+
|
|
3782
|
+
.m_-mt-15 {
|
|
3783
|
+
margin-top: -15rem !important;
|
|
3784
|
+
}
|
|
3785
|
+
|
|
3786
|
+
.m_-mt-16 {
|
|
3787
|
+
margin-top: -16rem !important;
|
|
3788
|
+
}
|
|
3789
|
+
|
|
3790
|
+
.m_-mt-17 {
|
|
3791
|
+
margin-top: -17rem !important;
|
|
3792
|
+
}
|
|
3793
|
+
|
|
3794
|
+
.m_-mt-18 {
|
|
3795
|
+
margin-top: -18rem !important;
|
|
3796
|
+
}
|
|
3797
|
+
|
|
3798
|
+
.m_-mt-19 {
|
|
3799
|
+
margin-top: -19rem !important;
|
|
3800
|
+
}
|
|
3801
|
+
|
|
3802
|
+
.m_-mt-20 {
|
|
3803
|
+
margin-top: -20rem !important;
|
|
3804
|
+
}
|
|
3805
|
+
|
|
3806
|
+
|
|
3646
3807
|
.m_-my-025 {
|
|
3647
3808
|
margin-top: -0.25rem !important;
|
|
3648
3809
|
margin-bottom: -0.25rem !important;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { BglFormSchemaT, Field, Option, DotNotation } from '@bagelink/vue'
|
|
2
|
+
import type { UploadInputProps } from '../components/form/inputs/Upload/upload.types'
|
|
2
3
|
import { TelInput } from '@bagelink/vue'
|
|
3
4
|
import { markRaw } from 'vue'
|
|
4
5
|
|
|
@@ -184,9 +185,7 @@ export function frmRow(...children: Field[]) {
|
|
|
184
185
|
}
|
|
185
186
|
}
|
|
186
187
|
|
|
187
|
-
|
|
188
|
-
multiple?: boolean
|
|
189
|
-
}
|
|
188
|
+
export type UploadOptions = InputOptions & UploadInputProps
|
|
190
189
|
|
|
191
190
|
export function uploadField(id: string, label?: string, options?: UploadOptions) {
|
|
192
191
|
return {
|
package/vite.config.ts
CHANGED
|
@@ -26,7 +26,7 @@ export default defineConfig(() => ({
|
|
|
26
26
|
},
|
|
27
27
|
rollupOptions: {
|
|
28
28
|
// external modules won't be bundled into your library
|
|
29
|
-
external: ['vue', 'vue-router'], // not every external has a global
|
|
29
|
+
external: ['vue', 'vue-router', 'fsevents'], // not every external has a global
|
|
30
30
|
output: {
|
|
31
31
|
// disable warning on src/index.ts using both default and named export
|
|
32
32
|
exports: 'named',
|