bt-core-app 2.2.10 → 2.2.12
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/_virtual/VAlert.sass.mjs +1 -0
- package/dist/_virtual/VAvatar.sass.mjs +1 -0
- package/dist/_virtual/VBtn.sass.mjs +1 -0
- package/dist/_virtual/VBtnGroup.sass.mjs +1 -0
- package/dist/_virtual/VBtnToggle.sass.mjs +1 -0
- package/dist/_virtual/VCard.sass.mjs +1 -0
- package/dist/_virtual/VCheckbox.sass.mjs +1 -0
- package/dist/_virtual/VChip.sass.mjs +1 -0
- package/dist/_virtual/VChipGroup.sass.mjs +1 -0
- package/dist/_virtual/VColorPicker.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerCanvas.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerEdit.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerPreview.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerSwatches.sass.mjs +1 -0
- package/dist/_virtual/VCombobox.sass.mjs +1 -0
- package/dist/_virtual/VContainer.sass.mjs +1 -0
- package/dist/_virtual/VCounter.sass.mjs +1 -0
- package/dist/_virtual/VDialog.sass.mjs +1 -0
- package/dist/_virtual/VDivider.sass.mjs +1 -0
- package/dist/_virtual/VField.sass.mjs +1 -0
- package/dist/_virtual/VGrid.sass.mjs +1 -0
- package/dist/_virtual/VIcon.sass.mjs +1 -0
- package/dist/_virtual/VImg.sass.mjs +1 -0
- package/dist/_virtual/VInput.sass.mjs +1 -0
- package/dist/_virtual/VLabel.sass.mjs +1 -0
- package/dist/_virtual/VList.sass.mjs +1 -0
- package/dist/_virtual/VListItem.sass.mjs +1 -0
- package/dist/_virtual/VMenu.sass.mjs +1 -0
- package/dist/_virtual/VMessages.sass.mjs +1 -0
- package/dist/_virtual/VNavigationDrawer.sass.mjs +1 -0
- package/dist/_virtual/VOverlay.sass.mjs +1 -0
- package/dist/_virtual/VPagination.sass.mjs +1 -0
- package/dist/_virtual/VPicker.sass.mjs +1 -0
- package/dist/_virtual/VProgressCircular.sass.mjs +1 -0
- package/dist/_virtual/VProgressLinear.sass.mjs +1 -0
- package/dist/_virtual/VRating.sass.mjs +1 -0
- package/dist/_virtual/VResponsive.sass.mjs +1 -0
- package/dist/_virtual/VRipple.sass.mjs +1 -0
- package/dist/_virtual/VSelect.sass.mjs +1 -0
- package/dist/_virtual/VSelectionControl.sass.mjs +1 -0
- package/dist/_virtual/VSelectionControlGroup.sass.mjs +1 -0
- package/dist/_virtual/VSheet.sass.mjs +1 -0
- package/dist/_virtual/VSlideGroup.sass.mjs +1 -0
- package/dist/_virtual/VSlider.sass.mjs +1 -0
- package/dist/_virtual/VSliderThumb.sass.mjs +1 -0
- package/dist/_virtual/VSliderTrack.sass.mjs +1 -0
- package/dist/_virtual/VSpacer.sass.mjs +1 -0
- package/dist/_virtual/VSwitch.sass.mjs +1 -0
- package/dist/_virtual/VTab.sass.mjs +1 -0
- package/dist/_virtual/VTable.sass.mjs +1 -0
- package/dist/_virtual/VTabs.sass.mjs +1 -0
- package/dist/_virtual/VTextField.sass.mjs +1 -0
- package/dist/_virtual/VTextarea.sass.mjs +1 -0
- package/dist/_virtual/VToolbar.sass.mjs +1 -0
- package/dist/_virtual/VVirtualScroll.sass.mjs +1 -0
- package/dist/_virtual/VWindow.sass.mjs +1 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlert.mjs +196 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlertTitle.mjs +5 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAvatar/VAvatar.mjs +92 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs +220 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnGroup/VBtnGroup.mjs +68 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnToggle/VBtnToggle.mjs +57 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs +180 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardActions.mjs +32 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardItem.mjs +118 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardSubtitle.mjs +29 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardText.mjs +29 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardTitle.mjs +5 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckbox.mjs +74 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckboxBtn.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VChip/VChip.mjs +263 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VChipGroup/VChipGroup.mjs +87 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPicker.mjs +161 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerCanvas.mjs +166 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerEdit.mjs +97 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerPreview.mjs +123 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerSwatches.mjs +72 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/util/index.mjs +193 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCombobox/VCombobox.mjs +501 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCounter/VCounter.mjs +51 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +39 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs +103 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs +82 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VField.mjs +295 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VFieldLabel.mjs +28 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VForm/VForm.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs +98 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VContainer.mjs +41 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VRow.mjs +104 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs +6 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VHover/VHover.mjs +41 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs +77 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VImg/VImg.mjs +248 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/InputIcon.mjs +40 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/VInput.mjs +154 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VLabel/VLabel.mjs +36 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs +281 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListChildren.mjs +104 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListGroup.mjs +129 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs +312 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs +29 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs +5 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs +50 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/list.mjs +38 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs +132 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/shared.mjs +4 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMessages/VMessages.mjs +55 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +247 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/sticky.mjs +44 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/touch.mjs +100 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/VOverlay.mjs +291 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/locationStrategies.mjs +292 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/requestNewFrame.mjs +15 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/scrollStrategies.mjs +91 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/useActivator.mjs +179 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/util/point.mjs +42 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VPagination/VPagination.mjs +315 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.mjs +129 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/VProgressLinear.mjs +195 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/chunks.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VRating/VRating.mjs +217 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VResponsive/VResponsive.mjs +56 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/VSelect.mjs +475 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/useScrolling.mjs +57 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControl/VSelectionControl.mjs +183 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +106 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSheet/VSheet.mjs +61 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/VSlideGroup.mjs +287 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/helpers.mjs +54 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSlider.mjs +159 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderThumb.mjs +176 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderTrack.mjs +109 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/slider.mjs +242 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSwitch/VSwitch.mjs +172 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTable/VTable.mjs +66 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTab.mjs +126 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabs.mjs +153 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindow.mjs +48 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindowItem.mjs +29 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/shared.mjs +4 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs +204 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextarea/VTextarea.mjs +258 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbar.mjs +167 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarItems.mjs +38 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarTitle.mjs +37 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScroll.mjs +106 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +47 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindow.mjs +211 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindowItem.mjs +93 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/createTransition.mjs +113 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/dialog-transition.mjs +136 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/expand-transition.mjs +52 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs +22 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/autocomplete.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/autofocus.mjs +14 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/border.mjs +19 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/color.mjs +69 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/component.mjs +11 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/defaults.mjs +70 -45
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/delay.mjs +34 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/density.mjs +20 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/dimensions.mjs +23 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/display.mjs +32 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/elevation.mjs +25 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/filter.mjs +125 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focus.mjs +31 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusGroups.mjs +54 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusTrap.mjs +97 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/form.mjs +112 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/forwardRefs.mjs +78 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/goto.mjs +86 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/group.mjs +169 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/hydration.mjs +20 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/iconSizes.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/icons.mjs +73 -40
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/intersectionObserver.mjs +24 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/layout.mjs +43 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/lazy.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/list-items.mjs +120 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/loader.mjs +38 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/locale.mjs +22 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/location.mjs +49 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/menuActivator.mjs +24 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/activeStrategies.mjs +102 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/nested.mjs +315 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/openStrategies.mjs +60 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/selectStrategies.mjs +206 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/position.mjs +22 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/proxiedModel.mjs +35 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/refs.mjs +15 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/resizeObserver.mjs +26 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/reveal.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/rounded.mjs +30 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/router.mjs +97 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/scopeId.mjs +12 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/selectLink.mjs +16 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/size.mjs +27 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/ssrBoot.mjs +17 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/stack.mjs +39 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/tag.mjs +10 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/teleport.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/theme.mjs +32 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/toggleScope.mjs +19 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/touch.mjs +73 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/transition.mjs +34 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/validation.mjs +139 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/variant.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/virtual.mjs +164 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/click-outside/index.mjs +62 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/intersect/index.mjs +41 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/ripple/index.mjs +183 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/touch/index.mjs +89 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPicker.mjs +77 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPickerTitle.mjs +5 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/rules/rules.mjs +15 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/anchor.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/animation.mjs +44 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/bindProps.mjs +36 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/box.mjs +73 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/color/APCA.mjs +19 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/color/transformSRGB.mjs +16 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/colorUtils.mjs +224 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/console.mjs +12 -4
- package/dist/bt-core/core/node_modules/vuetify/lib/util/createSimpleFunctional.mjs +31 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/deepEqual.mjs +37 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/dom.mjs +14 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/easing.mjs +23 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/getCurrentInstance.mjs +13 -6
- package/dist/bt-core/core/node_modules/vuetify/lib/util/getScrollParent.mjs +34 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/globals.mjs +8 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/helpers.mjs +408 -28
- package/dist/bt-core/core/node_modules/vuetify/lib/util/isFixedPosition.mjs +11 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/throttle.mjs +25 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/useRender.mjs +8 -0
- package/dist/components/BT-Assistant-Menu.vue.mjs +420 -407
- 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 +110 -100
- package/dist/components/BT-Blade-Items.vue.mjs +1 -1
- package/dist/components/BT-Blade-Items.vue2.mjs +411 -399
- package/dist/components/BT-Blade-Steps.vue.mjs +2 -2
- package/dist/components/BT-Blade-Steps.vue2.mjs +641 -626
- package/dist/components/BT-Blade.vue.mjs +201 -192
- package/dist/components/BT-Btn.vue.mjs +23 -25
- package/dist/components/BT-Camera-Overlay.vue.mjs +144 -142
- package/dist/components/BT-Col.vue.mjs +17 -19
- package/dist/components/BT-Color-Picker-Menu.vue.mjs +51 -49
- package/dist/components/BT-Cosmetics-Menu.vue.mjs +180 -173
- package/dist/components/BT-Cron.vue.mjs +264 -249
- package/dist/components/BT-Date-Select.vue.mjs +46 -47
- 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 +22 -19
- package/dist/components/BT-Dialog-Number.vue.mjs +125 -121
- package/dist/components/BT-Dialog-Select.vue.mjs +96 -85
- package/dist/components/BT-Divider.vue.mjs +20 -21
- 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 +26 -27
- package/dist/components/BT-Field-Checkbox.vue.mjs +30 -31
- package/dist/components/BT-Field-Date.vue.mjs +87 -84
- package/dist/components/BT-Field-Entity.vue.mjs +20 -16
- package/dist/components/BT-Field-Select-Simple.vue.mjs +24 -26
- package/dist/components/BT-Field-Select.vue.mjs +32 -34
- package/dist/components/BT-Field-String.vue.mjs +54 -52
- package/dist/components/BT-Field-Switch.vue.mjs +44 -43
- package/dist/components/BT-Field-Tags.vue.mjs +57 -55
- package/dist/components/BT-Field-Textarea.vue.mjs +44 -43
- package/dist/components/BT-Field-Trigger.vue.mjs +276 -270
- package/dist/components/BT-Field.vue.mjs +39 -38
- package/dist/components/BT-Form-Builder.vue.mjs +346 -325
- package/dist/components/BT-Form-Field.vue.mjs +88 -81
- package/dist/components/BT-Form.vue.mjs +280 -269
- package/dist/components/BT-Header-Option.vue.mjs +21 -19
- package/dist/components/BT-Image-Select.vue.mjs +186 -177
- package/dist/components/BT-Json.vue.mjs +29 -30
- package/dist/components/BT-Loader.vue.mjs +32 -31
- package/dist/components/BT-Nav-Sidebar.vue.mjs +130 -124
- package/dist/components/BT-Number.vue.mjs +1 -1
- package/dist/components/BT-Number.vue2.mjs +17 -19
- package/dist/components/BT-Numpad.vue.mjs +147 -144
- package/dist/components/BT-Select-List-Box.vue.mjs +287 -276
- package/dist/components/BT-Select-Simple.vue.mjs +21 -23
- package/dist/components/BT-Select.vue.mjs +36 -37
- package/dist/components/BT-Signature-Overlay.vue.mjs +113 -112
- package/dist/components/BT-Signature.vue.mjs +96 -96
- package/dist/components/BT-Slider.vue.mjs +109 -103
- package/dist/components/BT-Square-Check.vue.mjs +65 -65
- package/dist/components/BT-Status-Item.vue.mjs +18 -16
- package/dist/components/BT-Tags.vue.mjs +21 -22
- package/dist/components/BT-Tour.vue.mjs +69 -65
- package/dist/style.css +1 -1
- package/package.json +5 -2
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { useCron as
|
|
3
|
-
import { useCronAdjustments as
|
|
4
|
-
import
|
|
5
|
-
|
|
1
|
+
import { defineComponent as G, ref as w, computed as J, watch as K, resolveComponent as T, openBlock as u, createBlock as d, unref as e, withCtx as l, createVNode as t, createElementBlock as v, createTextVNode as c, toDisplayString as f, createCommentVNode as r, createElementVNode as g, mergeProps as B, Fragment as E, renderList as Q, normalizeClass as Z } from "vue";
|
|
2
|
+
import { useCron as ee, regularityOptions as P, hourOptions as te, weekOptions as le, weekdayOptions as ae } from "../composables/cron.mjs";
|
|
3
|
+
import { useCronAdjustments as ne } from "../composables/cron-adjustments.mjs";
|
|
4
|
+
import h from "./BT-Select-Inline.vue.mjs";
|
|
5
|
+
import { VDialog as z } from "../bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs";
|
|
6
|
+
import { VCardTitle as ue } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCardTitle.mjs";
|
|
7
|
+
import { VContainer as oe } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VContainer.mjs";
|
|
8
|
+
import { VRow as j } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VRow.mjs";
|
|
9
|
+
import { VSlideYTransition as L, VSlideYReverseTransition as ie, VSlideXTransition as se } from "../bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs";
|
|
10
|
+
import { VCol as m } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs";
|
|
11
|
+
import { VListSubheader as D } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs";
|
|
12
|
+
import { VBtn as V } from "../bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs";
|
|
13
|
+
import { VCard as N } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs";
|
|
14
|
+
import { VSpacer as R } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs";
|
|
15
|
+
import { VList as re } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs";
|
|
16
|
+
import { VListItem as de } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs";
|
|
17
|
+
import { VDivider as me } from "../bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs";
|
|
18
|
+
import { VCardActions as F } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCardActions.mjs";
|
|
19
|
+
import { VCardText as fe } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCardText.mjs";
|
|
20
|
+
const pe = {
|
|
6
21
|
key: 0,
|
|
7
22
|
class: "d-flex align-center"
|
|
8
|
-
},
|
|
23
|
+
}, ve = { key: 0 }, ge = { class: "d-flex align-center" }, ye = {
|
|
9
24
|
key: 0,
|
|
10
25
|
class: "text-caption text-grey"
|
|
11
|
-
},
|
|
26
|
+
}, ce = { class: "text-caption text-grey" }, Ve = { key: 0 }, ke = { key: 1 }, xe = { key: 0 }, Ce = { key: "0" }, he = { class: "text-caption text-grey" }, Le = {
|
|
12
27
|
class: "text-error",
|
|
13
28
|
key: "1"
|
|
14
|
-
},
|
|
29
|
+
}, De = { key: "2" }, _e = { class: "text-caption text-grey" }, Te = { key: "3" }, Ae = { class: "text-caption text-grey" }, be = { class: "d-flex flex-column" }, we = { class: "text-caption" }, Ge = /* @__PURE__ */ G({
|
|
15
30
|
__name: "BT-Cron",
|
|
16
31
|
props: {
|
|
17
32
|
adjustments: {},
|
|
@@ -33,219 +48,219 @@ const ve = {
|
|
|
33
48
|
useLeadTimeRight: { type: Boolean }
|
|
34
49
|
},
|
|
35
50
|
emits: ["update:modelValue", "update:adjustments"],
|
|
36
|
-
setup(
|
|
37
|
-
const
|
|
38
|
-
...
|
|
39
|
-
value:
|
|
40
|
-
}),
|
|
41
|
-
adjustmentString:
|
|
42
|
-
cronExpression:
|
|
43
|
-
futureLimit:
|
|
51
|
+
setup(I, { emit: M }) {
|
|
52
|
+
const x = I, S = M, A = w(!1), U = J(() => `${y.filteredAdjustments.value.length} Adjustment${y.filteredAdjustments.value.length == 1 ? "" : "s"}`), p = w(void 0), _ = w(!1), i = ee({
|
|
53
|
+
...x,
|
|
54
|
+
value: x.modelValue
|
|
55
|
+
}), y = ne({
|
|
56
|
+
adjustmentString: x.adjustments,
|
|
57
|
+
cronExpression: i.cronExpression.value,
|
|
58
|
+
futureLimit: x.adjustmentFutureLimit ?? 2
|
|
44
59
|
});
|
|
45
|
-
function
|
|
46
|
-
A.value = !1,
|
|
60
|
+
function O() {
|
|
61
|
+
A.value = !1, S("update:adjustments", y.stringify());
|
|
47
62
|
}
|
|
48
63
|
function W() {
|
|
49
|
-
|
|
64
|
+
p.value && y.applyAdjustment(p.value), _.value = !1;
|
|
50
65
|
}
|
|
51
|
-
function H(
|
|
52
|
-
|
|
53
|
-
dateTrigger:
|
|
54
|
-
replacingDate:
|
|
66
|
+
function H(n) {
|
|
67
|
+
p.value = {
|
|
68
|
+
dateTrigger: n.dateTrigger,
|
|
69
|
+
replacingDate: n.replacingDate,
|
|
55
70
|
leadTimeLeft: 0,
|
|
56
71
|
leadTimeRight: 0,
|
|
57
|
-
leadLeftDate:
|
|
58
|
-
leadRightDate:
|
|
59
|
-
},
|
|
72
|
+
leadLeftDate: n.leadLeftDate,
|
|
73
|
+
leadRightDate: n.leadRightDate
|
|
74
|
+
}, _.value = !0;
|
|
60
75
|
}
|
|
61
|
-
function
|
|
62
|
-
|
|
76
|
+
function Y(n) {
|
|
77
|
+
n || (i.applyRawExpression(), k());
|
|
63
78
|
}
|
|
64
|
-
function
|
|
65
|
-
|
|
79
|
+
function k() {
|
|
80
|
+
S("update:modelValue", i.pack());
|
|
66
81
|
}
|
|
67
|
-
return
|
|
68
|
-
|
|
69
|
-
}), (
|
|
70
|
-
const
|
|
71
|
-
return
|
|
72
|
-
default:
|
|
73
|
-
e(
|
|
82
|
+
return K(() => x.modelValue, (n) => {
|
|
83
|
+
i.unpack(n);
|
|
84
|
+
}), (n, a) => {
|
|
85
|
+
const X = T("bt-field-string"), q = T("bt-number"), C = T("bt-span"), b = T("bt-date");
|
|
86
|
+
return u(), d(e(j), { class: "align-center ml-2" }, {
|
|
87
|
+
default: l(() => [
|
|
88
|
+
t(e(L), {
|
|
74
89
|
"hide-on-leave": "",
|
|
75
90
|
group: ""
|
|
76
91
|
}, {
|
|
77
|
-
default:
|
|
78
|
-
|
|
92
|
+
default: l(() => [
|
|
93
|
+
n.label != null ? (u(), d(e(m), {
|
|
79
94
|
cols: "12",
|
|
80
95
|
key: "1.1"
|
|
81
96
|
}, {
|
|
82
|
-
default:
|
|
83
|
-
|
|
84
|
-
e(
|
|
85
|
-
default:
|
|
86
|
-
|
|
97
|
+
default: l(() => [
|
|
98
|
+
n.inline ? (u(), v("div", pe, [
|
|
99
|
+
t(e(D), null, {
|
|
100
|
+
default: l(() => [
|
|
101
|
+
c(f(n.label), 1)
|
|
87
102
|
]),
|
|
88
103
|
_: 1
|
|
89
104
|
}),
|
|
90
|
-
|
|
91
|
-
onChange:
|
|
92
|
-
items:
|
|
93
|
-
modelValue:
|
|
94
|
-
"onUpdate:modelValue":
|
|
105
|
+
t(h, {
|
|
106
|
+
onChange: k,
|
|
107
|
+
items: e(P),
|
|
108
|
+
modelValue: e(i).regularity.value,
|
|
109
|
+
"onUpdate:modelValue": a[0] || (a[0] = (s) => e(i).regularity.value = s)
|
|
95
110
|
}, null, 8, ["items", "modelValue"])
|
|
96
|
-
])) : (
|
|
97
|
-
default:
|
|
98
|
-
|
|
111
|
+
])) : (u(), d(e(D), { key: 1 }, {
|
|
112
|
+
default: l(() => [
|
|
113
|
+
c(f(n.label), 1)
|
|
99
114
|
]),
|
|
100
115
|
_: 1
|
|
101
116
|
}))
|
|
102
117
|
]),
|
|
103
118
|
_: 1
|
|
104
|
-
})) :
|
|
105
|
-
|
|
119
|
+
})) : r("", !0),
|
|
120
|
+
n.firstPrefix != null ? (u(), d(e(m), {
|
|
106
121
|
key: "1.5",
|
|
107
122
|
cols: "auto"
|
|
108
123
|
}, {
|
|
109
|
-
default:
|
|
110
|
-
|
|
124
|
+
default: l(() => [
|
|
125
|
+
c(f(n.firstPrefix), 1)
|
|
111
126
|
]),
|
|
112
127
|
_: 1
|
|
113
|
-
})) :
|
|
114
|
-
|
|
128
|
+
})) : r("", !0),
|
|
129
|
+
n.inline ? r("", !0) : (u(), d(e(m), {
|
|
115
130
|
class: "flex-grow-0",
|
|
116
131
|
key: "2"
|
|
117
132
|
}, {
|
|
118
|
-
default:
|
|
119
|
-
|
|
120
|
-
onChange:
|
|
121
|
-
items:
|
|
122
|
-
modelValue:
|
|
123
|
-
"onUpdate:modelValue":
|
|
133
|
+
default: l(() => [
|
|
134
|
+
t(h, {
|
|
135
|
+
onChange: k,
|
|
136
|
+
items: e(P),
|
|
137
|
+
modelValue: e(i).regularity.value,
|
|
138
|
+
"onUpdate:modelValue": a[1] || (a[1] = (s) => e(i).regularity.value = s)
|
|
124
139
|
}, null, 8, ["items", "modelValue"])
|
|
125
140
|
]),
|
|
126
141
|
_: 1
|
|
127
142
|
})),
|
|
128
|
-
|
|
129
|
-
default:
|
|
130
|
-
|
|
143
|
+
e(i).regularity.value == "Custom" ? (u(), d(e(m), { key: "3" }, {
|
|
144
|
+
default: l(() => [
|
|
145
|
+
t(X, {
|
|
131
146
|
isEditing: "",
|
|
132
|
-
"onUpdate:focused":
|
|
133
|
-
modelValue:
|
|
134
|
-
"onUpdate:modelValue":
|
|
147
|
+
"onUpdate:focused": Y,
|
|
148
|
+
modelValue: e(i).rawExpression.value,
|
|
149
|
+
"onUpdate:modelValue": a[2] || (a[2] = (s) => e(i).rawExpression.value = s)
|
|
135
150
|
}, null, 8, ["modelValue"])
|
|
136
151
|
]),
|
|
137
152
|
_: 1
|
|
138
|
-
})) :
|
|
139
|
-
|
|
153
|
+
})) : r("", !0),
|
|
154
|
+
n.inline ? r("", !0) : (u(), d(e(m), {
|
|
140
155
|
class: "flex-grow-0",
|
|
141
156
|
key: "4"
|
|
142
157
|
}, {
|
|
143
|
-
default:
|
|
144
|
-
|
|
158
|
+
default: l(() => a[13] || (a[13] = [
|
|
159
|
+
c("at")
|
|
145
160
|
])),
|
|
146
161
|
_: 1
|
|
147
162
|
})),
|
|
148
|
-
|
|
163
|
+
e(i).regularity.value != "Custom" ? (u(), d(e(m), {
|
|
149
164
|
class: "flex-grow-0",
|
|
150
165
|
key: "5"
|
|
151
166
|
}, {
|
|
152
|
-
default:
|
|
153
|
-
|
|
154
|
-
onChange:
|
|
155
|
-
items:
|
|
156
|
-
modelValue:
|
|
157
|
-
"onUpdate:modelValue":
|
|
167
|
+
default: l(() => [
|
|
168
|
+
t(h, {
|
|
169
|
+
onChange: k,
|
|
170
|
+
items: e(te),
|
|
171
|
+
modelValue: e(i).hour.value,
|
|
172
|
+
"onUpdate:modelValue": a[3] || (a[3] = (s) => e(i).hour.value = s)
|
|
158
173
|
}, null, 8, ["items", "modelValue"])
|
|
159
174
|
]),
|
|
160
175
|
_: 1
|
|
161
|
-
})) :
|
|
162
|
-
|
|
176
|
+
})) : r("", !0),
|
|
177
|
+
e(i).regularity.value == "Monthly" || e(i).regularity.value == "Weekly" ? (u(), d(e(m), {
|
|
163
178
|
class: "flex-grow-0",
|
|
164
179
|
key: "6"
|
|
165
180
|
}, {
|
|
166
|
-
default:
|
|
167
|
-
|
|
181
|
+
default: l(() => a[14] || (a[14] = [
|
|
182
|
+
c(" on ")
|
|
168
183
|
])),
|
|
169
184
|
_: 1
|
|
170
|
-
})) :
|
|
171
|
-
|
|
185
|
+
})) : r("", !0),
|
|
186
|
+
e(i).regularity.value == "Monthly" ? (u(), d(e(m), {
|
|
172
187
|
class: "flex-grow-0",
|
|
173
188
|
key: "7"
|
|
174
189
|
}, {
|
|
175
|
-
default:
|
|
176
|
-
|
|
177
|
-
onChange:
|
|
178
|
-
items:
|
|
190
|
+
default: l(() => [
|
|
191
|
+
t(h, {
|
|
192
|
+
onChange: k,
|
|
193
|
+
items: e(le),
|
|
179
194
|
multiple: "",
|
|
180
|
-
modelValue:
|
|
181
|
-
"onUpdate:modelValue":
|
|
195
|
+
modelValue: e(i).weeks.value,
|
|
196
|
+
"onUpdate:modelValue": a[4] || (a[4] = (s) => e(i).weeks.value = s)
|
|
182
197
|
}, null, 8, ["items", "modelValue"])
|
|
183
198
|
]),
|
|
184
199
|
_: 1
|
|
185
|
-
})) :
|
|
186
|
-
|
|
200
|
+
})) : r("", !0),
|
|
201
|
+
e(i).regularity.value == "Monthly" || e(i).regularity.value == "Weekly" ? (u(), d(e(m), {
|
|
187
202
|
class: "flex-grow-0",
|
|
188
203
|
key: "8"
|
|
189
204
|
}, {
|
|
190
|
-
default:
|
|
191
|
-
|
|
192
|
-
onChange:
|
|
193
|
-
items:
|
|
205
|
+
default: l(() => [
|
|
206
|
+
t(h, {
|
|
207
|
+
onChange: k,
|
|
208
|
+
items: e(ae),
|
|
194
209
|
multiple: "",
|
|
195
|
-
modelValue:
|
|
196
|
-
"onUpdate:modelValue":
|
|
210
|
+
modelValue: e(i).weekdays.value,
|
|
211
|
+
"onUpdate:modelValue": a[5] || (a[5] = (s) => e(i).weekdays.value = s)
|
|
197
212
|
}, null, 8, ["items", "modelValue"])
|
|
198
213
|
]),
|
|
199
214
|
_: 1
|
|
200
|
-
})) :
|
|
201
|
-
|
|
215
|
+
})) : r("", !0),
|
|
216
|
+
n.useLeadTimeLeft ? (u(), d(e(m), {
|
|
202
217
|
cols: "12",
|
|
203
218
|
key: "9"
|
|
204
219
|
}, {
|
|
205
|
-
default:
|
|
206
|
-
e(
|
|
207
|
-
default:
|
|
208
|
-
e(
|
|
220
|
+
default: l(() => [
|
|
221
|
+
t(e(j), { class: "align-center" }, {
|
|
222
|
+
default: l(() => [
|
|
223
|
+
t(e(L), {
|
|
209
224
|
"hide-on-leave": "",
|
|
210
225
|
group: ""
|
|
211
226
|
}, {
|
|
212
|
-
default:
|
|
213
|
-
|
|
227
|
+
default: l(() => [
|
|
228
|
+
n.secondPrefix != null ? (u(), d(e(m), {
|
|
214
229
|
key: "1",
|
|
215
230
|
cols: "auto"
|
|
216
231
|
}, {
|
|
217
|
-
default:
|
|
218
|
-
|
|
232
|
+
default: l(() => [
|
|
233
|
+
c(f(n.secondPrefix), 1)
|
|
219
234
|
]),
|
|
220
235
|
_: 1
|
|
221
|
-
})) :
|
|
222
|
-
e(
|
|
236
|
+
})) : r("", !0),
|
|
237
|
+
t(e(m), {
|
|
223
238
|
class: "mx-3 my-0 pa-0 text-center",
|
|
224
239
|
cols: "auto",
|
|
225
240
|
key: "2"
|
|
226
241
|
}, {
|
|
227
|
-
default:
|
|
228
|
-
|
|
229
|
-
onChange:
|
|
242
|
+
default: l(() => [
|
|
243
|
+
t(q, {
|
|
244
|
+
onChange: k,
|
|
230
245
|
"hide-details": "",
|
|
231
246
|
textCenter: "",
|
|
232
247
|
variant: "underlined",
|
|
233
248
|
width: "70",
|
|
234
|
-
modelValue:
|
|
235
|
-
"onUpdate:modelValue":
|
|
249
|
+
modelValue: e(i).leadTimeLeft.value,
|
|
250
|
+
"onUpdate:modelValue": a[6] || (a[6] = (s) => e(i).leadTimeLeft.value = s),
|
|
236
251
|
modelModifiers: { number: !0 }
|
|
237
252
|
}, null, 8, ["modelValue"])
|
|
238
253
|
]),
|
|
239
254
|
_: 1
|
|
240
255
|
}),
|
|
241
|
-
e(
|
|
256
|
+
t(e(m), {
|
|
242
257
|
cols: "auto",
|
|
243
258
|
key: "3"
|
|
244
259
|
}, {
|
|
245
|
-
default:
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
260
|
+
default: l(() => [
|
|
261
|
+
g("span", null, f(n.useLeadTimeInHours ? "hour" : "minute"), 1),
|
|
262
|
+
e(i).leadTimeLeft.value != 1 ? (u(), v("span", ve, "s")) : r("", !0),
|
|
263
|
+
a[15] || (a[15] = g("span", { class: "ml-1" }, "later", -1))
|
|
249
264
|
]),
|
|
250
265
|
_: 1
|
|
251
266
|
})
|
|
@@ -257,135 +272,135 @@ const ve = {
|
|
|
257
272
|
})
|
|
258
273
|
]),
|
|
259
274
|
_: 1
|
|
260
|
-
})) :
|
|
261
|
-
|
|
275
|
+
})) : r("", !0),
|
|
276
|
+
n.useAdjustments ? (u(), d(e(m), {
|
|
262
277
|
key: 10,
|
|
263
278
|
cols: "12"
|
|
264
279
|
}, {
|
|
265
|
-
default:
|
|
266
|
-
e(
|
|
280
|
+
default: l(() => [
|
|
281
|
+
t(e(z), {
|
|
267
282
|
modelValue: A.value,
|
|
268
|
-
"onUpdate:modelValue":
|
|
283
|
+
"onUpdate:modelValue": a[8] || (a[8] = (s) => A.value = s),
|
|
269
284
|
persistent: "",
|
|
270
285
|
"max-width": "450"
|
|
271
286
|
}, {
|
|
272
|
-
activator:
|
|
273
|
-
e(
|
|
287
|
+
activator: l(({ props: s }) => [
|
|
288
|
+
t(e(V), B({
|
|
274
289
|
"append-icon": "$pencil",
|
|
275
|
-
onClick:
|
|
290
|
+
onClick: a[7] || (a[7] = (o) => e(y).unpack(e(y).adjustmentsString.value, e(i).cronExpression.value)),
|
|
276
291
|
class: "text-caption mt-3"
|
|
277
|
-
},
|
|
292
|
+
}, s, {
|
|
278
293
|
size: "small",
|
|
279
|
-
text:
|
|
294
|
+
text: U.value
|
|
280
295
|
}), null, 16, ["text"])
|
|
281
296
|
]),
|
|
282
|
-
default:
|
|
283
|
-
e(
|
|
284
|
-
default:
|
|
285
|
-
e(
|
|
286
|
-
default:
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
e(
|
|
290
|
-
|
|
297
|
+
default: l(({ isActive: s }) => [
|
|
298
|
+
t(e(N), null, {
|
|
299
|
+
default: l(() => [
|
|
300
|
+
t(e(ue), null, {
|
|
301
|
+
default: l(() => [
|
|
302
|
+
g("div", ge, [
|
|
303
|
+
g("span", null, f(U.value), 1),
|
|
304
|
+
t(e(R)),
|
|
305
|
+
n.hideCron ? r("", !0) : (u(), v("span", ye, f(e(i).cronExpression.value), 1))
|
|
291
306
|
])
|
|
292
307
|
]),
|
|
293
308
|
_: 1
|
|
294
309
|
}),
|
|
295
|
-
e(
|
|
296
|
-
default:
|
|
297
|
-
e(
|
|
310
|
+
t(e(re), { "max-height": "400" }, {
|
|
311
|
+
default: l(() => [
|
|
312
|
+
t(e(L), {
|
|
298
313
|
"hide-on-leave": "",
|
|
299
314
|
group: ""
|
|
300
315
|
}, {
|
|
301
|
-
default:
|
|
302
|
-
(
|
|
303
|
-
key:
|
|
316
|
+
default: l(() => [
|
|
317
|
+
(u(!0), v(E, null, Q(e(y).adjustments.value, (o) => (u(), v(E, {
|
|
318
|
+
key: o.dateTrigger
|
|
304
319
|
}, [
|
|
305
|
-
e(
|
|
306
|
-
title:
|
|
307
|
-
|
|
308
|
-
e(
|
|
309
|
-
default:
|
|
310
|
-
|
|
320
|
+
t(e(de), { lines: "two" }, {
|
|
321
|
+
title: l(() => [
|
|
322
|
+
g("div", ce, [
|
|
323
|
+
t(e(ie), { "hide-on-leave": "" }, {
|
|
324
|
+
default: l(() => [
|
|
325
|
+
o.isAdjusting ? (u(), v("span", Ve, "Was " + f(n.firstPrefix), 1)) : (u(), v("span", ke, f(n.firstPrefix), 1))
|
|
311
326
|
]),
|
|
312
327
|
_: 2
|
|
313
328
|
}, 1024)
|
|
314
329
|
]),
|
|
315
|
-
|
|
316
|
-
class:
|
|
330
|
+
t(C, {
|
|
331
|
+
class: Z(o.isAdjusting ? "text-decoration-line-through" : ""),
|
|
317
332
|
filter: "toDayShortDateAndTime",
|
|
318
|
-
value:
|
|
333
|
+
value: o.dateTrigger
|
|
319
334
|
}, null, 8, ["class", "value"]),
|
|
320
|
-
e(
|
|
321
|
-
default:
|
|
322
|
-
|
|
323
|
-
e(
|
|
335
|
+
t(e(se), { "hide-on-leave": "" }, {
|
|
336
|
+
default: l(() => [
|
|
337
|
+
o.isAdjusting ? (u(), v("div", xe, [
|
|
338
|
+
t(e(L), {
|
|
324
339
|
"hide-on-leave": "",
|
|
325
340
|
group: ""
|
|
326
341
|
}, {
|
|
327
|
-
default:
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
342
|
+
default: l(() => [
|
|
343
|
+
o.replacingDate != null ? (u(), v("div", Ce, [
|
|
344
|
+
g("div", he, "Now " + f(n.firstPrefix), 1),
|
|
345
|
+
t(C, {
|
|
331
346
|
filter: "toDayShortDateAndTime",
|
|
332
|
-
value:
|
|
347
|
+
value: o.replacingDate
|
|
333
348
|
}, null, 8, ["value"])
|
|
334
|
-
])) : (
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
349
|
+
])) : (u(), v("div", Le, "(Cancelled)")),
|
|
350
|
+
o.replacingDate != null && (o.leadTimeLeft > 0 || o.leadLeftDate != null) ? (u(), v("div", De, [
|
|
351
|
+
g("div", _e, f(n.adjustmentLeftLabel), 1),
|
|
352
|
+
t(C, {
|
|
338
353
|
filter: "toDayShortDateAndTime",
|
|
339
|
-
value:
|
|
354
|
+
value: o.leadLeftDate
|
|
340
355
|
}, null, 8, ["value"])
|
|
341
|
-
])) :
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
356
|
+
])) : r("", !0),
|
|
357
|
+
o.replacingDate != null && (o.leadTimeRight > 0 || o.leadRightDate != null) ? (u(), v("div", Te, [
|
|
358
|
+
g("div", Ae, f(n.adjustmentRightLabel), 1),
|
|
359
|
+
t(C, {
|
|
345
360
|
filter: "toDayShortDateAndTime",
|
|
346
|
-
value:
|
|
361
|
+
value: o.leadRightDate
|
|
347
362
|
}, null, 8, ["value"])
|
|
348
|
-
])) :
|
|
363
|
+
])) : r("", !0)
|
|
349
364
|
]),
|
|
350
365
|
_: 2
|
|
351
366
|
}, 1024)
|
|
352
|
-
])) :
|
|
367
|
+
])) : r("", !0)
|
|
353
368
|
]),
|
|
354
369
|
_: 2
|
|
355
370
|
}, 1024)
|
|
356
371
|
]),
|
|
357
|
-
append:
|
|
358
|
-
|
|
359
|
-
e(
|
|
372
|
+
append: l(() => [
|
|
373
|
+
g("div", be, [
|
|
374
|
+
t(e(L), {
|
|
360
375
|
"hide-on-leave": "",
|
|
361
376
|
group: ""
|
|
362
377
|
}, {
|
|
363
|
-
default:
|
|
364
|
-
|
|
365
|
-
onClick: (
|
|
378
|
+
default: l(() => [
|
|
379
|
+
o.isAdjusting ? (u(), d(e(V), {
|
|
380
|
+
onClick: ($) => e(y).undoAdjustment(o),
|
|
366
381
|
key: "1",
|
|
367
382
|
"prepend-icon": "$undo",
|
|
368
383
|
size: "x-small",
|
|
369
384
|
text: "Undo",
|
|
370
385
|
title: "Remove Adjustment"
|
|
371
|
-
}, null, 8, ["onClick"])) :
|
|
372
|
-
|
|
373
|
-
onClick: (
|
|
386
|
+
}, null, 8, ["onClick"])) : r("", !0),
|
|
387
|
+
o.isAdjusting ? r("", !0) : (u(), d(e(V), {
|
|
388
|
+
onClick: ($) => e(y).cancelAdjustment(o),
|
|
374
389
|
class: "text-error my-1",
|
|
375
390
|
key: "2",
|
|
376
391
|
"prepend-icon": "$cancel",
|
|
377
392
|
size: "x-small",
|
|
378
393
|
text: "Cancel"
|
|
379
394
|
}, null, 8, ["onClick"])),
|
|
380
|
-
|
|
381
|
-
onClick: (
|
|
395
|
+
o.isAdjusting ? r("", !0) : (u(), d(e(V), B({
|
|
396
|
+
onClick: ($) => H(o),
|
|
382
397
|
class: "text-warning my-1",
|
|
383
398
|
key: "3",
|
|
384
399
|
"prepend-icon": "$calendar-edit",
|
|
385
400
|
size: "x-small",
|
|
386
401
|
text: "Adjust",
|
|
387
402
|
ref_for: !0
|
|
388
|
-
},
|
|
403
|
+
}, x), null, 16, ["onClick"]))
|
|
389
404
|
]),
|
|
390
405
|
_: 2
|
|
391
406
|
}, 1024)
|
|
@@ -393,7 +408,7 @@ const ve = {
|
|
|
393
408
|
]),
|
|
394
409
|
_: 2
|
|
395
410
|
}, 1024),
|
|
396
|
-
e(
|
|
411
|
+
t(e(me))
|
|
397
412
|
], 64))), 128))
|
|
398
413
|
]),
|
|
399
414
|
_: 1
|
|
@@ -401,15 +416,15 @@ const ve = {
|
|
|
401
416
|
]),
|
|
402
417
|
_: 1
|
|
403
418
|
}),
|
|
404
|
-
e(
|
|
405
|
-
default:
|
|
406
|
-
e(
|
|
407
|
-
onClick: (
|
|
419
|
+
t(e(F), null, {
|
|
420
|
+
default: l(() => [
|
|
421
|
+
t(e(V), {
|
|
422
|
+
onClick: (o) => s.value = !1,
|
|
408
423
|
text: "Cancel"
|
|
409
424
|
}, null, 8, ["onClick"]),
|
|
410
|
-
e(
|
|
411
|
-
e(
|
|
412
|
-
onClick:
|
|
425
|
+
t(e(R)),
|
|
426
|
+
t(e(V), {
|
|
427
|
+
onClick: O,
|
|
413
428
|
"prepend-icon": "$content-save",
|
|
414
429
|
text: "Save"
|
|
415
430
|
})
|
|
@@ -422,93 +437,93 @@ const ve = {
|
|
|
422
437
|
]),
|
|
423
438
|
_: 1
|
|
424
439
|
}, 8, ["modelValue"]),
|
|
425
|
-
e(
|
|
426
|
-
modelValue:
|
|
427
|
-
"onUpdate:modelValue":
|
|
440
|
+
t(e(z), {
|
|
441
|
+
modelValue: _.value,
|
|
442
|
+
"onUpdate:modelValue": a[12] || (a[12] = (s) => _.value = s),
|
|
428
443
|
persistent: "",
|
|
429
444
|
width: "auto"
|
|
430
445
|
}, {
|
|
431
|
-
default:
|
|
432
|
-
|
|
446
|
+
default: l(({ isActive: s }) => [
|
|
447
|
+
p.value != null ? (u(), d(e(N), {
|
|
433
448
|
key: 0,
|
|
434
449
|
class: "text-center"
|
|
435
450
|
}, {
|
|
436
|
-
default:
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
value:
|
|
451
|
+
default: l(() => [
|
|
452
|
+
a[16] || (a[16] = g("div", { class: "text-h6" }, "Adjusting", -1)),
|
|
453
|
+
g("div", null, [
|
|
454
|
+
t(C, {
|
|
455
|
+
value: p.value.dateTrigger,
|
|
441
456
|
filter: "toDayShortDateAndTime"
|
|
442
457
|
}, null, 8, ["value"])
|
|
443
458
|
]),
|
|
444
|
-
e(
|
|
445
|
-
default:
|
|
446
|
-
e(
|
|
447
|
-
default:
|
|
448
|
-
e(
|
|
449
|
-
default:
|
|
450
|
-
e(
|
|
451
|
-
default:
|
|
452
|
-
|
|
459
|
+
t(e(oe), null, {
|
|
460
|
+
default: l(() => [
|
|
461
|
+
t(e(j), null, {
|
|
462
|
+
default: l(() => [
|
|
463
|
+
t(e(m), null, {
|
|
464
|
+
default: l(() => [
|
|
465
|
+
t(e(D), null, {
|
|
466
|
+
default: l(() => [
|
|
467
|
+
c(f(n.replacementLabel), 1)
|
|
453
468
|
]),
|
|
454
469
|
_: 1
|
|
455
470
|
}),
|
|
456
|
-
|
|
457
|
-
|
|
471
|
+
g("div", we, f(p.value.replacingDate), 1),
|
|
472
|
+
t(b, {
|
|
458
473
|
useTime: "",
|
|
459
|
-
modelValue:
|
|
460
|
-
"onUpdate:modelValue":
|
|
474
|
+
modelValue: p.value.replacingDate,
|
|
475
|
+
"onUpdate:modelValue": a[9] || (a[9] = (o) => p.value.replacingDate = o)
|
|
461
476
|
}, null, 8, ["modelValue"])
|
|
462
477
|
]),
|
|
463
478
|
_: 1
|
|
464
479
|
}),
|
|
465
|
-
|
|
466
|
-
default:
|
|
467
|
-
e(
|
|
468
|
-
default:
|
|
469
|
-
|
|
480
|
+
n.useLeadTimeLeft ? (u(), d(e(m), { key: 0 }, {
|
|
481
|
+
default: l(() => [
|
|
482
|
+
t(e(D), null, {
|
|
483
|
+
default: l(() => [
|
|
484
|
+
c(f(n.adjustmentLeftLabel), 1)
|
|
470
485
|
]),
|
|
471
486
|
_: 1
|
|
472
487
|
}),
|
|
473
|
-
|
|
488
|
+
t(b, {
|
|
474
489
|
useTime: "",
|
|
475
|
-
modelValue:
|
|
476
|
-
"onUpdate:modelValue":
|
|
490
|
+
modelValue: p.value.leadLeftDate,
|
|
491
|
+
"onUpdate:modelValue": a[10] || (a[10] = (o) => p.value.leadLeftDate = o)
|
|
477
492
|
}, null, 8, ["modelValue"])
|
|
478
493
|
]),
|
|
479
494
|
_: 1
|
|
480
|
-
})) :
|
|
481
|
-
|
|
482
|
-
default:
|
|
483
|
-
e(
|
|
484
|
-
default:
|
|
485
|
-
|
|
495
|
+
})) : r("", !0),
|
|
496
|
+
n.useLeadTimeRight ? (u(), d(e(m), { key: 1 }, {
|
|
497
|
+
default: l(() => [
|
|
498
|
+
t(e(D), null, {
|
|
499
|
+
default: l(() => [
|
|
500
|
+
c(f(n.adjustmentRightLabel), 1)
|
|
486
501
|
]),
|
|
487
502
|
_: 1
|
|
488
503
|
}),
|
|
489
|
-
|
|
504
|
+
t(b, {
|
|
490
505
|
useTime: "",
|
|
491
|
-
modelValue:
|
|
492
|
-
"onUpdate:modelValue":
|
|
506
|
+
modelValue: p.value.leadRightDate,
|
|
507
|
+
"onUpdate:modelValue": a[11] || (a[11] = (o) => p.value.leadRightDate = o)
|
|
493
508
|
}, null, 8, ["modelValue"])
|
|
494
509
|
]),
|
|
495
510
|
_: 1
|
|
496
|
-
})) :
|
|
511
|
+
})) : r("", !0)
|
|
497
512
|
]),
|
|
498
513
|
_: 1
|
|
499
514
|
})
|
|
500
515
|
]),
|
|
501
516
|
_: 1
|
|
502
517
|
}),
|
|
503
|
-
e(
|
|
504
|
-
e(
|
|
505
|
-
default:
|
|
506
|
-
e(
|
|
507
|
-
onClick: (
|
|
518
|
+
t(e(fe)),
|
|
519
|
+
t(e(F), null, {
|
|
520
|
+
default: l(() => [
|
|
521
|
+
t(e(V), {
|
|
522
|
+
onClick: (o) => s.value = !1,
|
|
508
523
|
text: "Cancel"
|
|
509
524
|
}, null, 8, ["onClick"]),
|
|
510
|
-
e(
|
|
511
|
-
e(
|
|
525
|
+
t(e(R)),
|
|
526
|
+
t(e(V), {
|
|
512
527
|
onClick: W,
|
|
513
528
|
text: "Done"
|
|
514
529
|
})
|
|
@@ -517,13 +532,13 @@ const ve = {
|
|
|
517
532
|
}, 1024)
|
|
518
533
|
]),
|
|
519
534
|
_: 2
|
|
520
|
-
}, 1024)) :
|
|
535
|
+
}, 1024)) : r("", !0)
|
|
521
536
|
]),
|
|
522
537
|
_: 1
|
|
523
538
|
}, 8, ["modelValue"])
|
|
524
539
|
]),
|
|
525
540
|
_: 1
|
|
526
|
-
})) :
|
|
541
|
+
})) : r("", !0)
|
|
527
542
|
]),
|
|
528
543
|
_: 1
|
|
529
544
|
})
|
|
@@ -534,5 +549,5 @@ const ve = {
|
|
|
534
549
|
}
|
|
535
550
|
});
|
|
536
551
|
export {
|
|
537
|
-
|
|
552
|
+
Ge as default
|
|
538
553
|
};
|