bt-core-app 2.2.9 → 2.2.10
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/bt-core/core/node_modules/vuetify/lib/composables/defaults.mjs +45 -70
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/icons.mjs +40 -73
- package/dist/bt-core/core/node_modules/vuetify/lib/util/console.mjs +4 -12
- package/dist/bt-core/core/node_modules/vuetify/lib/util/getCurrentInstance.mjs +6 -13
- package/dist/bt-core/core/node_modules/vuetify/lib/util/helpers.mjs +28 -408
- package/dist/components/BT-Assistant-Menu.vue.mjs +407 -420
- package/dist/components/BT-Avatar.vue.mjs +31 -31
- package/dist/components/BT-Background-Task.vue.mjs +52 -52
- package/dist/components/BT-Blade-Item.vue.mjs +100 -110
- package/dist/components/BT-Blade-Items.vue.mjs +1 -1
- package/dist/components/BT-Blade-Items.vue2.mjs +399 -411
- package/dist/components/BT-Blade-Steps.vue.mjs +2 -2
- package/dist/components/BT-Blade-Steps.vue2.mjs +626 -641
- package/dist/components/BT-Blade.vue.mjs +192 -201
- package/dist/components/BT-Btn.vue.mjs +25 -23
- package/dist/components/BT-Camera-Overlay.vue.mjs +142 -144
- package/dist/components/BT-Col.vue.mjs +19 -17
- package/dist/components/BT-Color-Picker-Menu.vue.mjs +49 -51
- package/dist/components/BT-Cosmetics-Menu.vue.mjs +173 -180
- package/dist/components/BT-Cron.vue.mjs +249 -264
- package/dist/components/BT-Date-Select.vue.mjs +47 -46
- package/dist/components/BT-Demo-Profile-Select.vue.mjs +40 -40
- package/dist/components/BT-Dialog-Confirm.vue.mjs +39 -39
- package/dist/components/BT-Dialog-Date.vue.mjs +19 -22
- package/dist/components/BT-Dialog-Number.vue.mjs +121 -125
- package/dist/components/BT-Dialog-Select.vue.mjs +85 -96
- package/dist/components/BT-Divider.vue.mjs +21 -20
- package/dist/components/BT-Drag-Counter.vue.mjs +1 -1
- package/dist/components/BT-Drag-Counter.vue2.mjs +89 -89
- package/dist/components/BT-Entity.vue.mjs +82 -82
- package/dist/components/BT-Error.vue.mjs +27 -26
- package/dist/components/BT-Field-Checkbox.vue.mjs +31 -30
- package/dist/components/BT-Field-Date.vue.mjs +84 -87
- package/dist/components/BT-Field-Entity.vue.mjs +16 -20
- package/dist/components/BT-Field-Select-Simple.vue.mjs +26 -24
- package/dist/components/BT-Field-Select.vue.mjs +34 -32
- package/dist/components/BT-Field-String.vue.mjs +52 -54
- package/dist/components/BT-Field-Switch.vue.mjs +43 -44
- package/dist/components/BT-Field-Tags.vue.mjs +55 -57
- package/dist/components/BT-Field-Textarea.vue.mjs +43 -44
- package/dist/components/BT-Field-Trigger.vue.mjs +270 -276
- package/dist/components/BT-Field.vue.mjs +38 -39
- package/dist/components/BT-Form-Builder.vue.mjs +325 -346
- package/dist/components/BT-Form-Field.vue.mjs +81 -88
- package/dist/components/BT-Form.vue.mjs +269 -280
- package/dist/components/BT-Header-Option.vue.mjs +19 -21
- package/dist/components/BT-Image-Select.vue.mjs +177 -186
- package/dist/components/BT-Json.vue.mjs +30 -29
- package/dist/components/BT-Loader.vue.mjs +31 -32
- package/dist/components/BT-Nav-Sidebar.vue.mjs +124 -130
- package/dist/components/BT-Number.vue.mjs +1 -1
- package/dist/components/BT-Number.vue2.mjs +19 -17
- package/dist/components/BT-Numpad.vue.mjs +144 -147
- package/dist/components/BT-Select-List-Box.vue.mjs +276 -287
- package/dist/components/BT-Select-Simple.vue.mjs +23 -21
- package/dist/components/BT-Select.vue.mjs +37 -36
- package/dist/components/BT-Signature-Overlay.vue.mjs +112 -113
- package/dist/components/BT-Signature.vue.mjs +96 -96
- package/dist/components/BT-Slider.vue.mjs +103 -109
- package/dist/components/BT-Square-Check.vue.mjs +65 -65
- package/dist/components/BT-Status-Item.vue.mjs +16 -18
- package/dist/components/BT-Tags.vue.mjs +22 -21
- package/dist/components/BT-Tour.vue.mjs +65 -69
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/_virtual/VAlert.sass.mjs +0 -1
- package/dist/_virtual/VAvatar.sass.mjs +0 -1
- package/dist/_virtual/VBtn.sass.mjs +0 -1
- package/dist/_virtual/VBtnGroup.sass.mjs +0 -1
- package/dist/_virtual/VBtnToggle.sass.mjs +0 -1
- package/dist/_virtual/VCard.sass.mjs +0 -1
- package/dist/_virtual/VCheckbox.sass.mjs +0 -1
- package/dist/_virtual/VChip.sass.mjs +0 -1
- package/dist/_virtual/VChipGroup.sass.mjs +0 -1
- package/dist/_virtual/VColorPicker.sass.mjs +0 -1
- package/dist/_virtual/VColorPickerCanvas.sass.mjs +0 -1
- package/dist/_virtual/VColorPickerEdit.sass.mjs +0 -1
- package/dist/_virtual/VColorPickerPreview.sass.mjs +0 -1
- package/dist/_virtual/VColorPickerSwatches.sass.mjs +0 -1
- package/dist/_virtual/VCombobox.sass.mjs +0 -1
- package/dist/_virtual/VContainer.sass.mjs +0 -1
- package/dist/_virtual/VCounter.sass.mjs +0 -1
- package/dist/_virtual/VDialog.sass.mjs +0 -1
- package/dist/_virtual/VDivider.sass.mjs +0 -1
- package/dist/_virtual/VField.sass.mjs +0 -1
- package/dist/_virtual/VGrid.sass.mjs +0 -1
- package/dist/_virtual/VIcon.sass.mjs +0 -1
- package/dist/_virtual/VImg.sass.mjs +0 -1
- package/dist/_virtual/VInput.sass.mjs +0 -1
- package/dist/_virtual/VLabel.sass.mjs +0 -1
- package/dist/_virtual/VList.sass.mjs +0 -1
- package/dist/_virtual/VListItem.sass.mjs +0 -1
- package/dist/_virtual/VMenu.sass.mjs +0 -1
- package/dist/_virtual/VMessages.sass.mjs +0 -1
- package/dist/_virtual/VNavigationDrawer.sass.mjs +0 -1
- package/dist/_virtual/VOverlay.sass.mjs +0 -1
- package/dist/_virtual/VPagination.sass.mjs +0 -1
- package/dist/_virtual/VPicker.sass.mjs +0 -1
- package/dist/_virtual/VProgressCircular.sass.mjs +0 -1
- package/dist/_virtual/VProgressLinear.sass.mjs +0 -1
- package/dist/_virtual/VRating.sass.mjs +0 -1
- package/dist/_virtual/VResponsive.sass.mjs +0 -1
- package/dist/_virtual/VRipple.sass.mjs +0 -1
- package/dist/_virtual/VSelect.sass.mjs +0 -1
- package/dist/_virtual/VSelectionControl.sass.mjs +0 -1
- package/dist/_virtual/VSelectionControlGroup.sass.mjs +0 -1
- package/dist/_virtual/VSheet.sass.mjs +0 -1
- package/dist/_virtual/VSlideGroup.sass.mjs +0 -1
- package/dist/_virtual/VSlider.sass.mjs +0 -1
- package/dist/_virtual/VSliderThumb.sass.mjs +0 -1
- package/dist/_virtual/VSliderTrack.sass.mjs +0 -1
- package/dist/_virtual/VSpacer.sass.mjs +0 -1
- package/dist/_virtual/VSwitch.sass.mjs +0 -1
- package/dist/_virtual/VTab.sass.mjs +0 -1
- package/dist/_virtual/VTable.sass.mjs +0 -1
- package/dist/_virtual/VTabs.sass.mjs +0 -1
- package/dist/_virtual/VTextField.sass.mjs +0 -1
- package/dist/_virtual/VTextarea.sass.mjs +0 -1
- package/dist/_virtual/VToolbar.sass.mjs +0 -1
- package/dist/_virtual/VVirtualScroll.sass.mjs +0 -1
- package/dist/_virtual/VWindow.sass.mjs +0 -1
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlert.mjs +0 -196
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlertTitle.mjs +0 -5
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAvatar/VAvatar.mjs +0 -92
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs +0 -220
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnGroup/VBtnGroup.mjs +0 -68
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnToggle/VBtnToggle.mjs +0 -57
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs +0 -180
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardActions.mjs +0 -32
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardItem.mjs +0 -118
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardSubtitle.mjs +0 -29
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardText.mjs +0 -29
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardTitle.mjs +0 -5
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckbox.mjs +0 -74
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckboxBtn.mjs +0 -53
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VChip/VChip.mjs +0 -263
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VChipGroup/VChipGroup.mjs +0 -87
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPicker.mjs +0 -161
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerCanvas.mjs +0 -166
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerEdit.mjs +0 -97
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerPreview.mjs +0 -123
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerSwatches.mjs +0 -72
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/util/index.mjs +0 -193
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCombobox/VCombobox.mjs +0 -501
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCounter/VCounter.mjs +0 -51
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +0 -39
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs +0 -103
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs +0 -82
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VField.mjs +0 -295
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VFieldLabel.mjs +0 -28
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VForm/VForm.mjs +0 -53
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs +0 -98
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VContainer.mjs +0 -41
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VRow.mjs +0 -104
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs +0 -6
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VHover/VHover.mjs +0 -41
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs +0 -77
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VImg/VImg.mjs +0 -248
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/InputIcon.mjs +0 -40
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/VInput.mjs +0 -154
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VLabel/VLabel.mjs +0 -36
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs +0 -281
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListChildren.mjs +0 -104
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListGroup.mjs +0 -129
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs +0 -312
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs +0 -29
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs +0 -5
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs +0 -50
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/list.mjs +0 -38
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs +0 -132
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/shared.mjs +0 -4
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMessages/VMessages.mjs +0 -55
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +0 -247
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/sticky.mjs +0 -44
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/touch.mjs +0 -100
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/VOverlay.mjs +0 -291
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/locationStrategies.mjs +0 -292
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/requestNewFrame.mjs +0 -15
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/scrollStrategies.mjs +0 -91
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/useActivator.mjs +0 -179
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/util/point.mjs +0 -42
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VPagination/VPagination.mjs +0 -315
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.mjs +0 -129
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/VProgressLinear.mjs +0 -195
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/chunks.mjs +0 -53
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VRating/VRating.mjs +0 -217
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VResponsive/VResponsive.mjs +0 -56
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/VSelect.mjs +0 -475
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/useScrolling.mjs +0 -57
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControl/VSelectionControl.mjs +0 -183
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +0 -106
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSheet/VSheet.mjs +0 -61
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/VSlideGroup.mjs +0 -287
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/helpers.mjs +0 -54
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSlider.mjs +0 -159
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderThumb.mjs +0 -176
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderTrack.mjs +0 -109
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/slider.mjs +0 -242
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSwitch/VSwitch.mjs +0 -172
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTable/VTable.mjs +0 -66
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTab.mjs +0 -126
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabs.mjs +0 -153
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindow.mjs +0 -48
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindowItem.mjs +0 -29
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/shared.mjs +0 -4
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs +0 -204
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextarea/VTextarea.mjs +0 -258
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbar.mjs +0 -167
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarItems.mjs +0 -38
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarTitle.mjs +0 -37
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScroll.mjs +0 -106
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +0 -47
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindow.mjs +0 -211
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindowItem.mjs +0 -93
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/createTransition.mjs +0 -113
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/dialog-transition.mjs +0 -136
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/expand-transition.mjs +0 -52
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs +0 -22
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/autocomplete.mjs +0 -21
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/autofocus.mjs +0 -14
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/border.mjs +0 -19
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/color.mjs +0 -69
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/component.mjs +0 -11
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/delay.mjs +0 -34
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/density.mjs +0 -20
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/dimensions.mjs +0 -23
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/display.mjs +0 -32
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/elevation.mjs +0 -25
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/filter.mjs +0 -125
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focus.mjs +0 -31
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusGroups.mjs +0 -54
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusTrap.mjs +0 -97
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/form.mjs +0 -112
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/forwardRefs.mjs +0 -78
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/goto.mjs +0 -86
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/group.mjs +0 -169
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/hydration.mjs +0 -20
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/iconSizes.mjs +0 -21
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/intersectionObserver.mjs +0 -24
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/layout.mjs +0 -43
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/lazy.mjs +0 -21
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/list-items.mjs +0 -120
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/loader.mjs +0 -38
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/locale.mjs +0 -22
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/location.mjs +0 -49
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/menuActivator.mjs +0 -24
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/activeStrategies.mjs +0 -102
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/nested.mjs +0 -315
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/openStrategies.mjs +0 -60
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/selectStrategies.mjs +0 -206
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/position.mjs +0 -22
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/proxiedModel.mjs +0 -35
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/refs.mjs +0 -15
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/resizeObserver.mjs +0 -26
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/reveal.mjs +0 -21
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/rounded.mjs +0 -30
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/router.mjs +0 -97
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/scopeId.mjs +0 -12
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/selectLink.mjs +0 -16
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/size.mjs +0 -27
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/ssrBoot.mjs +0 -17
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/stack.mjs +0 -39
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/tag.mjs +0 -10
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/teleport.mjs +0 -21
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/theme.mjs +0 -32
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/toggleScope.mjs +0 -19
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/touch.mjs +0 -73
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/transition.mjs +0 -34
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/validation.mjs +0 -139
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/variant.mjs +0 -53
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/virtual.mjs +0 -164
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/click-outside/index.mjs +0 -62
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/intersect/index.mjs +0 -41
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/ripple/index.mjs +0 -183
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/touch/index.mjs +0 -89
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPicker.mjs +0 -77
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPickerTitle.mjs +0 -5
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/rules/rules.mjs +0 -15
- package/dist/bt-core/core/node_modules/vuetify/lib/util/anchor.mjs +0 -53
- package/dist/bt-core/core/node_modules/vuetify/lib/util/animation.mjs +0 -44
- package/dist/bt-core/core/node_modules/vuetify/lib/util/bindProps.mjs +0 -36
- package/dist/bt-core/core/node_modules/vuetify/lib/util/box.mjs +0 -73
- package/dist/bt-core/core/node_modules/vuetify/lib/util/color/APCA.mjs +0 -19
- package/dist/bt-core/core/node_modules/vuetify/lib/util/color/transformSRGB.mjs +0 -16
- package/dist/bt-core/core/node_modules/vuetify/lib/util/colorUtils.mjs +0 -224
- package/dist/bt-core/core/node_modules/vuetify/lib/util/createSimpleFunctional.mjs +0 -31
- package/dist/bt-core/core/node_modules/vuetify/lib/util/deepEqual.mjs +0 -37
- package/dist/bt-core/core/node_modules/vuetify/lib/util/dom.mjs +0 -14
- package/dist/bt-core/core/node_modules/vuetify/lib/util/easing.mjs +0 -23
- package/dist/bt-core/core/node_modules/vuetify/lib/util/getScrollParent.mjs +0 -34
- package/dist/bt-core/core/node_modules/vuetify/lib/util/globals.mjs +0 -8
- package/dist/bt-core/core/node_modules/vuetify/lib/util/isFixedPosition.mjs +0 -11
- package/dist/bt-core/core/node_modules/vuetify/lib/util/throttle.mjs +0 -25
- package/dist/bt-core/core/node_modules/vuetify/lib/util/useRender.mjs +0 -8
|
@@ -1,16 +1,10 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
import { useAuth as
|
|
4
|
-
import { useDates as
|
|
5
|
-
import { useTheme as
|
|
6
|
-
import { TestRequired as
|
|
7
|
-
|
|
8
|
-
import { VListItem as Q } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs";
|
|
9
|
-
import { VListItemSubtitle as G } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs";
|
|
10
|
-
import { VListItemTitle as H } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs";
|
|
11
|
-
import { VMenu as J } from "../bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs";
|
|
12
|
-
import { VTextField as K } from "../bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs";
|
|
13
|
-
const ne = /* @__PURE__ */ $({
|
|
1
|
+
import { defineComponent as j, computed as t, ref as c, inject as u, resolveComponent as n, openBlock as v, createBlock as f, normalizeClass as P, withCtx as a, unref as i, createVNode as r, createTextVNode as k, toDisplayString as S, mergeProps as M } from "vue";
|
|
2
|
+
import Q from "../bt-core/core/node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.mjs";
|
|
3
|
+
import { useAuth as G } from "../composables/auth.mjs";
|
|
4
|
+
import { useDates as H } from "../composables/dates.mjs";
|
|
5
|
+
import { useTheme as J } from "vuetify";
|
|
6
|
+
import { TestRequired as K } from "../composables/rules.mjs";
|
|
7
|
+
const le = /* @__PURE__ */ j({
|
|
14
8
|
inheritAttrs: !1,
|
|
15
9
|
__name: "BT-Field-Date",
|
|
16
10
|
props: {
|
|
@@ -35,88 +29,91 @@ const ne = /* @__PURE__ */ $({
|
|
|
35
29
|
useTime: { type: Boolean }
|
|
36
30
|
},
|
|
37
31
|
emits: ["update:modelValue"],
|
|
38
|
-
setup(T, { emit:
|
|
39
|
-
const
|
|
32
|
+
setup(T, { emit: h }) {
|
|
33
|
+
const C = J(), e = T, D = h, { btString: I, tzString: g } = H(), N = G(), s = t({
|
|
40
34
|
get() {
|
|
41
|
-
return e.modelValue == "0001-01-01T00:00:00" && e.ignoreMinDate ?
|
|
35
|
+
return e.modelValue == "0001-01-01T00:00:00" && e.ignoreMinDate ? I() : e.modelValue;
|
|
42
36
|
},
|
|
43
37
|
set(l) {
|
|
44
|
-
|
|
38
|
+
D("update:modelValue", l == null ? l : `${l.split(".")[0]}Z`);
|
|
45
39
|
}
|
|
46
|
-
}),
|
|
40
|
+
}), m = t(() => e.modelValue ? g(e.modelValue, e.format) : void 0), y = c(), w = u("isEditing", () => c(!1), !0), V = t(() => e.isEditing ?? w.value), d = u("isMobile", () => c(!1), !0), _ = u("viewVariant", "list-item"), z = u("editVariant", "outlined"), b = t(() => {
|
|
47
41
|
var l = [
|
|
48
42
|
...e.rules ?? []
|
|
49
43
|
];
|
|
50
|
-
return e.required && l.push(
|
|
51
|
-
}),
|
|
52
|
-
return e.dateFrom != null ?
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
"
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
44
|
+
return e.required && l.push(K), l.length > 0 ? l : void 0;
|
|
45
|
+
}), E = t(() => e.isMobile ?? d.value ? !1 : e.lg), F = t(() => e.isMobile ?? d.value ? !1 : e.md), $ = t(() => e.isMobile ?? d.value ? !1 : e.sm);
|
|
46
|
+
return e.dateFrom != null ? y.value = e.dateFrom : e.fromNow && (y.value = g()), (l, o) => {
|
|
47
|
+
const q = n("v-list-item-subtitle"), L = n("v-list-item-title"), A = n("v-list-item"), R = n("v-text-field"), U = n("v-menu"), Z = n("v-col");
|
|
48
|
+
return v(), f(Z, {
|
|
49
|
+
class: P(l.colClass),
|
|
50
|
+
lg: E.value,
|
|
51
|
+
md: F.value,
|
|
52
|
+
sm: $.value,
|
|
53
|
+
cols: l.cols
|
|
54
|
+
}, {
|
|
55
|
+
default: a(() => [
|
|
56
|
+
!V.value && i(_) == "list-item" ? (v(), f(A, {
|
|
57
|
+
key: 0,
|
|
58
|
+
density: "compact",
|
|
59
|
+
"prepend-icon": l.prependIcon
|
|
60
|
+
}, {
|
|
61
|
+
default: a(() => [
|
|
62
|
+
r(q, null, {
|
|
63
|
+
default: a(() => [
|
|
64
|
+
k(S(l.label), 1)
|
|
65
|
+
]),
|
|
66
|
+
_: 1
|
|
67
|
+
}),
|
|
68
|
+
r(L, null, {
|
|
69
|
+
default: a(() => [
|
|
70
|
+
k(S(m.value), 1)
|
|
71
|
+
]),
|
|
72
|
+
_: 1
|
|
73
|
+
})
|
|
74
|
+
]),
|
|
75
|
+
_: 1
|
|
76
|
+
}, 8, ["prepend-icon"])) : (v(), f(U, {
|
|
77
|
+
key: 1,
|
|
78
|
+
"open-delay": "5"
|
|
79
|
+
}, {
|
|
80
|
+
activator: a(({ props: p }) => [
|
|
81
|
+
r(R, M({
|
|
82
|
+
"append-inner-icon": l.canSelectNone && s.value != null && s.value.length > 0 ? "$close" : void 0,
|
|
83
|
+
"onClick:appendInner": o[0] || (o[0] = (B) => s.value = void 0)
|
|
84
|
+
}, p, {
|
|
85
|
+
"hide-details": b.value == null,
|
|
86
|
+
label: l.label,
|
|
87
|
+
readonly: "",
|
|
88
|
+
rules: b.value,
|
|
89
|
+
variant: V.value ? i(z) : i(_),
|
|
90
|
+
modelValue: m.value,
|
|
91
|
+
"onUpdate:modelValue": o[1] || (o[1] = (B) => m.value = B)
|
|
92
|
+
}), null, 16, ["append-inner-icon", "hide-details", "label", "rules", "variant", "modelValue"])
|
|
93
|
+
]),
|
|
94
|
+
default: a(() => [
|
|
95
|
+
r(i(Q), M({
|
|
96
|
+
"auto-apply": "",
|
|
97
|
+
dark: i(C).global.current.value.dark,
|
|
98
|
+
"enable-time-picker": l.useTime,
|
|
99
|
+
inline: "",
|
|
100
|
+
"is-24": !1,
|
|
101
|
+
"time-picker-inline": l.useTime,
|
|
102
|
+
timezone: i(N).timeZone.value,
|
|
103
|
+
utc: ""
|
|
104
|
+
}, l.$attrs, {
|
|
105
|
+
modelValue: s.value,
|
|
106
|
+
"onUpdate:modelValue": o[2] || (o[2] = (p) => s.value = p)
|
|
107
|
+
}), null, 16, ["dark", "enable-time-picker", "time-picker-inline", "timezone", "modelValue"])
|
|
108
|
+
]),
|
|
109
|
+
_: 1
|
|
110
|
+
}))
|
|
111
|
+
]),
|
|
112
|
+
_: 1
|
|
113
|
+
}, 8, ["class", "lg", "md", "sm", "cols"]);
|
|
114
|
+
};
|
|
118
115
|
}
|
|
119
116
|
});
|
|
120
117
|
export {
|
|
121
|
-
|
|
118
|
+
le as default
|
|
122
119
|
};
|
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
|
|
3
|
-
import { VListItem as M } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs";
|
|
4
|
-
import { VListItemSubtitle as I } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs";
|
|
5
|
-
import { VListItemTitle as C } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs";
|
|
6
|
-
const A = /* @__PURE__ */ f({
|
|
1
|
+
import { defineComponent as g, inject as y, ref as B, computed as s, resolveComponent as l, openBlock as a, createBlock as m, withCtx as o, createVNode as i, createTextVNode as S, toDisplayString as M, createCommentVNode as C, mergeProps as V } from "vue";
|
|
2
|
+
const N = /* @__PURE__ */ g({
|
|
7
3
|
inheritAttrs: !1,
|
|
8
4
|
__name: "BT-Field-Entity",
|
|
9
5
|
props: {
|
|
@@ -17,31 +13,31 @@ const A = /* @__PURE__ */ f({
|
|
|
17
13
|
sm: { type: [String, Boolean], default: "6" }
|
|
18
14
|
},
|
|
19
15
|
emits: ["update:modelValue"],
|
|
20
|
-
setup(
|
|
21
|
-
const e =
|
|
22
|
-
return (t,
|
|
23
|
-
const
|
|
24
|
-
return a(),
|
|
16
|
+
setup(c, { emit: h }) {
|
|
17
|
+
const e = c, n = y("isMobile", () => B(!1), !0), p = s(() => e.isMobile ?? n.value ? !1 : e.lg), r = s(() => e.isMobile ?? n.value ? !1 : e.md), u = s(() => e.isMobile ?? n.value ? !1 : e.sm);
|
|
18
|
+
return (t, k) => {
|
|
19
|
+
const d = l("v-list-item-subtitle"), _ = l("bt-entity"), f = l("v-list-item-title"), v = l("v-list-item"), b = l("v-col");
|
|
20
|
+
return a(), m(b, {
|
|
25
21
|
lg: p.value,
|
|
26
|
-
md:
|
|
27
|
-
sm:
|
|
22
|
+
md: r.value,
|
|
23
|
+
sm: u.value,
|
|
28
24
|
cols: t.cols
|
|
29
25
|
}, {
|
|
30
26
|
default: o(() => [
|
|
31
|
-
|
|
27
|
+
i(v, {
|
|
32
28
|
density: "compact",
|
|
33
29
|
"prepend-icon": t.prependIcon
|
|
34
30
|
}, {
|
|
35
31
|
default: o(() => [
|
|
36
|
-
t.label != null ? (a(),
|
|
32
|
+
t.label != null ? (a(), m(d, { key: 0 }, {
|
|
37
33
|
default: o(() => [
|
|
38
|
-
|
|
34
|
+
S(M(t.label), 1)
|
|
39
35
|
]),
|
|
40
36
|
_: 1
|
|
41
|
-
})) :
|
|
42
|
-
|
|
37
|
+
})) : C("", !0),
|
|
38
|
+
i(f, null, {
|
|
43
39
|
default: o(() => [
|
|
44
|
-
|
|
40
|
+
i(_, V(t.$attrs, { isSingle: !0 }), null, 16)
|
|
45
41
|
]),
|
|
46
42
|
_: 1
|
|
47
43
|
})
|
|
@@ -55,5 +51,5 @@ const A = /* @__PURE__ */ f({
|
|
|
55
51
|
}
|
|
56
52
|
});
|
|
57
53
|
export {
|
|
58
|
-
|
|
54
|
+
N as default
|
|
59
55
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { defineComponent as M, computed as t, inject as
|
|
2
|
-
import
|
|
3
|
-
import { VCol as h } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs";
|
|
1
|
+
import { defineComponent as M, computed as t, inject as o, ref as u, resolveComponent as S, openBlock as _, createBlock as E, withCtx as w, createVNode as C, mergeProps as I, unref as h } from "vue";
|
|
2
|
+
import k from "./BT-Select-Simple.vue.mjs";
|
|
4
3
|
const z = /* @__PURE__ */ M({
|
|
5
4
|
inheritAttrs: !1,
|
|
6
5
|
__name: "BT-Field-Select-Simple",
|
|
@@ -17,32 +16,35 @@ const z = /* @__PURE__ */ M({
|
|
|
17
16
|
sm: { type: [String, Boolean], default: "6" }
|
|
18
17
|
},
|
|
19
18
|
emits: ["update:modelValue", "select"],
|
|
20
|
-
setup(
|
|
21
|
-
const e =
|
|
19
|
+
setup(m, { emit: c }) {
|
|
20
|
+
const e = m, n = c, i = t({
|
|
22
21
|
get() {
|
|
23
22
|
return e.modelValue;
|
|
24
23
|
},
|
|
25
24
|
set(l) {
|
|
26
|
-
|
|
25
|
+
n("update:modelValue", l), n("select", l);
|
|
27
26
|
}
|
|
28
|
-
}),
|
|
29
|
-
return (l, d) =>
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
27
|
+
}), f = o("isEditing", () => u(!1), !0), s = t(() => e.isEditing ?? f.value), a = o("isMobile", () => u(!1), !0), r = o("viewVariant", "underlined"), p = t(() => r == "list-item" ? "underlined" : r), v = o("editVariant", "outlined"), g = t(() => e.isMobile ?? a.value ? !1 : e.lg), V = t(() => e.isMobile ?? a.value ? !1 : e.md), b = t(() => e.isMobile ?? a.value ? !1 : e.sm);
|
|
28
|
+
return (l, d) => {
|
|
29
|
+
const B = S("v-col");
|
|
30
|
+
return _(), E(B, {
|
|
31
|
+
lg: g.value,
|
|
32
|
+
md: V.value,
|
|
33
|
+
sm: b.value,
|
|
34
|
+
cols: l.cols
|
|
35
|
+
}, {
|
|
36
|
+
default: w(() => [
|
|
37
|
+
C(k, I(l.$attrs, {
|
|
38
|
+
label: l.label,
|
|
39
|
+
readonly: !s.value,
|
|
40
|
+
fieldVariant: s.value ? h(v) : p.value,
|
|
41
|
+
modelValue: i.value,
|
|
42
|
+
"onUpdate:modelValue": d[0] || (d[0] = (y) => i.value = y)
|
|
43
|
+
}), null, 16, ["label", "readonly", "fieldVariant", "modelValue"])
|
|
44
|
+
]),
|
|
45
|
+
_: 1
|
|
46
|
+
}, 8, ["lg", "md", "sm", "cols"]);
|
|
47
|
+
};
|
|
46
48
|
}
|
|
47
49
|
});
|
|
48
50
|
export {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
const F = /* @__PURE__ */ $({
|
|
1
|
+
import { defineComponent as w, computed as t, inject as a, ref as c, resolveComponent as $, openBlock as C, createBlock as I, withCtx as n, createVNode as P, mergeProps as h, unref as k, renderSlot as p, normalizeProps as f, guardReactiveProps as v } from "vue";
|
|
2
|
+
import z from "./BT-Select.vue.mjs";
|
|
3
|
+
const F = /* @__PURE__ */ w({
|
|
5
4
|
inheritAttrs: !1,
|
|
6
5
|
__name: "BT-Field-Select",
|
|
7
6
|
props: {
|
|
@@ -17,40 +16,43 @@ const F = /* @__PURE__ */ $({
|
|
|
17
16
|
sm: { type: [String, Boolean], default: "6" }
|
|
18
17
|
},
|
|
19
18
|
emits: ["update:modelValue", "select"],
|
|
20
|
-
setup(
|
|
21
|
-
const e =
|
|
19
|
+
setup(g, { emit: V }) {
|
|
20
|
+
const e = g, s = V, r = t({
|
|
22
21
|
get() {
|
|
23
22
|
return e.modelValue;
|
|
24
23
|
},
|
|
25
24
|
set(l) {
|
|
26
25
|
s("update:modelValue", l), s("select", l);
|
|
27
26
|
}
|
|
28
|
-
}),
|
|
29
|
-
return (l, m) =>
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
27
|
+
}), b = a("isEditing", () => c(!1), !0), d = t(() => e.isEditing ?? b.value), i = a("isMobile", () => c(!1), !0), u = a("viewVariant", "underlined"), B = t(() => u == "list-item" ? "underlined" : u), y = a("editVariant", "outlined"), M = t(() => e.isMobile ?? i.value ? !1 : e.lg), S = t(() => e.isMobile ?? i.value ? !1 : e.md), _ = t(() => e.isMobile ?? i.value ? !1 : e.sm);
|
|
28
|
+
return (l, m) => {
|
|
29
|
+
const E = $("v-col");
|
|
30
|
+
return C(), I(E, {
|
|
31
|
+
lg: M.value,
|
|
32
|
+
md: S.value,
|
|
33
|
+
sm: _.value,
|
|
34
|
+
cols: l.cols
|
|
35
|
+
}, {
|
|
36
|
+
default: n(() => [
|
|
37
|
+
P(z, h(l.$attrs, {
|
|
38
|
+
label: l.label,
|
|
39
|
+
readonly: !d.value,
|
|
40
|
+
fieldVariant: d.value ? k(y) : B.value,
|
|
41
|
+
modelValue: r.value,
|
|
42
|
+
"onUpdate:modelValue": m[0] || (m[0] = (o) => r.value = o)
|
|
43
|
+
}), {
|
|
44
|
+
item: n((o) => [
|
|
45
|
+
p(l.$slots, "item", f(v(o)))
|
|
46
|
+
]),
|
|
47
|
+
selection: n((o) => [
|
|
48
|
+
p(l.$slots, "selection", f(v(o)))
|
|
49
|
+
]),
|
|
50
|
+
_: 3
|
|
51
|
+
}, 16, ["label", "readonly", "fieldVariant", "modelValue"])
|
|
52
|
+
]),
|
|
53
|
+
_: 3
|
|
54
|
+
}, 8, ["lg", "md", "sm", "cols"]);
|
|
55
|
+
};
|
|
54
56
|
}
|
|
55
57
|
});
|
|
56
58
|
export {
|
|
@@ -1,14 +1,9 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { TestEmailValid as
|
|
3
|
-
|
|
4
|
-
import { VListItem as F } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs";
|
|
5
|
-
import { VListItemSubtitle as R } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs";
|
|
6
|
-
import { VListItemTitle as j } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs";
|
|
7
|
-
import { VTextField as x } from "../bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs";
|
|
8
|
-
const z = {
|
|
1
|
+
import { defineComponent as x, computed as t, inject as o, ref as _, resolveComponent as i, openBlock as a, createBlock as d, withCtx as s, unref as m, mergeProps as y, createVNode as g, createTextVNode as V, toDisplayString as p, createElementBlock as R, createCommentVNode as j } from "vue";
|
|
2
|
+
import { TestEmailValid as z, TestRequired as A } from "../composables/rules.mjs";
|
|
3
|
+
const D = {
|
|
9
4
|
key: 0,
|
|
10
5
|
class: "mr-1"
|
|
11
|
-
},
|
|
6
|
+
}, P = /* @__PURE__ */ x({
|
|
12
7
|
inheritAttrs: !1,
|
|
13
8
|
__name: "BT-Field-String",
|
|
14
9
|
props: {
|
|
@@ -29,61 +24,64 @@ const z = {
|
|
|
29
24
|
},
|
|
30
25
|
emits: ["update:modelValue"],
|
|
31
26
|
setup(B, { emit: b }) {
|
|
32
|
-
const l = B, E = b,
|
|
27
|
+
const l = B, E = b, n = t({
|
|
33
28
|
get() {
|
|
34
29
|
return l.modelValue;
|
|
35
30
|
},
|
|
36
31
|
set(e) {
|
|
37
32
|
E("update:modelValue", e);
|
|
38
33
|
}
|
|
39
|
-
}), h =
|
|
34
|
+
}), h = o("isEditing", () => _(!1), !0), r = t(() => l.isEditing ?? h.value), u = o("isMobile", () => _(!1), !0), c = o("viewVariant", "list-item"), C = o("editVariant", "outlined"), f = t(() => {
|
|
40
35
|
var e = [
|
|
41
36
|
...l.rules ?? []
|
|
42
37
|
];
|
|
43
|
-
return l.isEmail !== !1 && e.push(
|
|
44
|
-
}),
|
|
45
|
-
return (e,
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
38
|
+
return l.isEmail !== !1 && e.push(z), l.required && e.push(A), e.length > 0 ? e : void 0;
|
|
39
|
+
}), M = t(() => l.isMobile ?? u.value ? !1 : l.lg), S = t(() => l.isMobile ?? u.value ? !1 : l.md), k = t(() => l.isMobile ?? u.value ? !1 : l.sm);
|
|
40
|
+
return (e, v) => {
|
|
41
|
+
const T = i("v-list-item-subtitle"), $ = i("v-list-item-title"), q = i("v-list-item"), w = i("v-text-field"), I = i("v-col");
|
|
42
|
+
return a(), d(I, {
|
|
43
|
+
lg: M.value,
|
|
44
|
+
md: S.value,
|
|
45
|
+
sm: k.value,
|
|
46
|
+
cols: e.cols
|
|
47
|
+
}, {
|
|
48
|
+
default: s(() => [
|
|
49
|
+
!r.value && m(c) == "list-item" ? (a(), d(q, y({
|
|
50
|
+
key: 0,
|
|
51
|
+
density: "compact"
|
|
52
|
+
}, e.$attrs), {
|
|
53
|
+
default: s(() => [
|
|
54
|
+
g(T, null, {
|
|
55
|
+
default: s(() => [
|
|
56
|
+
V(p(e.label), 1)
|
|
57
|
+
]),
|
|
58
|
+
_: 1
|
|
59
|
+
}),
|
|
60
|
+
g($, null, {
|
|
61
|
+
default: s(() => [
|
|
62
|
+
e.prefix != null || e.useCurrency ? (a(), R("span", D, p(e.prefix ?? "$"), 1)) : j("", !0),
|
|
63
|
+
V(" " + p(n.value), 1)
|
|
64
|
+
]),
|
|
65
|
+
_: 1
|
|
66
|
+
})
|
|
67
|
+
]),
|
|
68
|
+
_: 1
|
|
69
|
+
}, 16)) : (a(), d(w, y({ key: 1 }, e.$attrs, {
|
|
70
|
+
"hide-details": f.value == null,
|
|
71
|
+
label: e.label,
|
|
72
|
+
prefix: e.prefix ?? (e.useCurrency ? "$" : void 0),
|
|
73
|
+
readonly: !r.value,
|
|
74
|
+
rules: f.value,
|
|
75
|
+
variant: r.value ? m(C) : m(c),
|
|
76
|
+
modelValue: n.value,
|
|
77
|
+
"onUpdate:modelValue": v[0] || (v[0] = (N) => n.value = N)
|
|
78
|
+
}), null, 16, ["hide-details", "label", "prefix", "readonly", "rules", "variant", "modelValue"]))
|
|
79
|
+
]),
|
|
80
|
+
_: 1
|
|
81
|
+
}, 8, ["lg", "md", "sm", "cols"]);
|
|
82
|
+
};
|
|
85
83
|
}
|
|
86
84
|
});
|
|
87
85
|
export {
|
|
88
|
-
|
|
86
|
+
P as default
|
|
89
87
|
};
|