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,32 +1,17 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { useCron as
|
|
3
|
-
import { useCronAdjustments as
|
|
4
|
-
import
|
|
5
|
-
|
|
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 = {
|
|
1
|
+
import { defineComponent as ne, ref as R, computed as ae, watch as oe, resolveComponent as r, openBlock as o, createBlock as m, withCtx as t, createVNode as e, createElementBlock as c, createTextVNode as y, toDisplayString as v, unref as n, createCommentVNode as d, createElementVNode as _, mergeProps as z, Fragment as N, renderList as ue, normalizeClass as se } from "vue";
|
|
2
|
+
import { useCron as ie, regularityOptions as F, hourOptions as de, weekOptions as re, weekdayOptions as me } from "../composables/cron.mjs";
|
|
3
|
+
import { useCronAdjustments as pe } from "../composables/cron-adjustments.mjs";
|
|
4
|
+
import D from "./BT-Select-Inline.vue.mjs";
|
|
5
|
+
const ve = {
|
|
21
6
|
key: 0,
|
|
22
7
|
class: "d-flex align-center"
|
|
23
|
-
},
|
|
8
|
+
}, fe = { key: 0 }, ce = { class: "d-flex align-center" }, _e = {
|
|
24
9
|
key: 0,
|
|
25
10
|
class: "text-caption text-grey"
|
|
26
|
-
},
|
|
11
|
+
}, ge = { class: "text-caption text-grey" }, ye = { key: 0 }, ke = { key: 1 }, xe = { key: 0 }, Ve = { key: "0" }, he = { class: "text-caption text-grey" }, Ce = {
|
|
27
12
|
class: "text-error",
|
|
28
13
|
key: "1"
|
|
29
|
-
},
|
|
14
|
+
}, Le = { key: "2" }, De = { class: "text-caption text-grey" }, Te = { key: "3" }, Ae = { class: "text-caption text-grey" }, be = { class: "d-flex flex-column" }, we = { class: "text-caption" }, Be = /* @__PURE__ */ ne({
|
|
30
15
|
__name: "BT-Cron",
|
|
31
16
|
props: {
|
|
32
17
|
adjustments: {},
|
|
@@ -48,219 +33,219 @@ const pe = {
|
|
|
48
33
|
useLeadTimeRight: { type: Boolean }
|
|
49
34
|
},
|
|
50
35
|
emits: ["update:modelValue", "update:adjustments"],
|
|
51
|
-
setup(
|
|
52
|
-
const
|
|
53
|
-
...
|
|
54
|
-
value:
|
|
55
|
-
}),
|
|
56
|
-
adjustmentString:
|
|
57
|
-
cronExpression:
|
|
58
|
-
futureLimit:
|
|
36
|
+
setup(M, { emit: O }) {
|
|
37
|
+
const V = M, U = O, A = R(!1), $ = ae(() => `${g.filteredAdjustments.value.length} Adjustment${g.filteredAdjustments.value.length == 1 ? "" : "s"}`), f = R(void 0), T = R(!1), s = ie({
|
|
38
|
+
...V,
|
|
39
|
+
value: V.modelValue
|
|
40
|
+
}), g = pe({
|
|
41
|
+
adjustmentString: V.adjustments,
|
|
42
|
+
cronExpression: s.cronExpression.value,
|
|
43
|
+
futureLimit: V.adjustmentFutureLimit ?? 2
|
|
59
44
|
});
|
|
60
|
-
function
|
|
61
|
-
A.value = !1,
|
|
45
|
+
function I() {
|
|
46
|
+
A.value = !1, U("update:adjustments", g.stringify());
|
|
62
47
|
}
|
|
63
48
|
function W() {
|
|
64
|
-
|
|
49
|
+
f.value && g.applyAdjustment(f.value), T.value = !1;
|
|
65
50
|
}
|
|
66
|
-
function H(
|
|
67
|
-
|
|
68
|
-
dateTrigger:
|
|
69
|
-
replacingDate:
|
|
51
|
+
function H(a) {
|
|
52
|
+
f.value = {
|
|
53
|
+
dateTrigger: a.dateTrigger,
|
|
54
|
+
replacingDate: a.replacingDate,
|
|
70
55
|
leadTimeLeft: 0,
|
|
71
56
|
leadTimeRight: 0,
|
|
72
|
-
leadLeftDate:
|
|
73
|
-
leadRightDate:
|
|
74
|
-
},
|
|
57
|
+
leadLeftDate: a.leadLeftDate,
|
|
58
|
+
leadRightDate: a.leadRightDate
|
|
59
|
+
}, T.value = !0;
|
|
75
60
|
}
|
|
76
|
-
function
|
|
77
|
-
|
|
61
|
+
function q(a) {
|
|
62
|
+
a || (s.applyRawExpression(), x());
|
|
78
63
|
}
|
|
79
|
-
function
|
|
80
|
-
|
|
64
|
+
function x() {
|
|
65
|
+
U("update:modelValue", s.pack());
|
|
81
66
|
}
|
|
82
|
-
return
|
|
83
|
-
|
|
84
|
-
}), (
|
|
85
|
-
const
|
|
86
|
-
return
|
|
87
|
-
default:
|
|
88
|
-
|
|
67
|
+
return oe(() => V.modelValue, (a) => {
|
|
68
|
+
s.unpack(a);
|
|
69
|
+
}), (a, l) => {
|
|
70
|
+
const h = r("v-list-subheader"), p = r("v-col"), G = r("bt-field-string"), J = r("bt-number"), C = r("v-slide-y-transition"), b = r("v-row"), k = r("v-btn"), w = r("v-spacer"), K = r("v-card-title"), Q = r("v-slide-y-reverse-transition"), L = r("bt-span"), X = r("v-slide-x-transition"), Y = r("v-list-item"), Z = r("v-divider"), ee = r("v-list"), B = r("v-card-actions"), E = r("v-card"), P = r("v-dialog"), j = r("bt-date"), te = r("v-container"), le = r("v-card-text");
|
|
71
|
+
return o(), m(b, { class: "align-center ml-2" }, {
|
|
72
|
+
default: t(() => [
|
|
73
|
+
e(C, {
|
|
89
74
|
"hide-on-leave": "",
|
|
90
75
|
group: ""
|
|
91
76
|
}, {
|
|
92
|
-
default:
|
|
93
|
-
|
|
77
|
+
default: t(() => [
|
|
78
|
+
a.label != null ? (o(), m(p, {
|
|
94
79
|
cols: "12",
|
|
95
80
|
key: "1.1"
|
|
96
81
|
}, {
|
|
97
|
-
default:
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
default:
|
|
101
|
-
|
|
82
|
+
default: t(() => [
|
|
83
|
+
a.inline ? (o(), c("div", ve, [
|
|
84
|
+
e(h, null, {
|
|
85
|
+
default: t(() => [
|
|
86
|
+
y(v(a.label), 1)
|
|
102
87
|
]),
|
|
103
88
|
_: 1
|
|
104
89
|
}),
|
|
105
|
-
|
|
106
|
-
onChange:
|
|
107
|
-
items:
|
|
108
|
-
modelValue:
|
|
109
|
-
"onUpdate:modelValue":
|
|
90
|
+
e(D, {
|
|
91
|
+
onChange: x,
|
|
92
|
+
items: n(F),
|
|
93
|
+
modelValue: n(s).regularity.value,
|
|
94
|
+
"onUpdate:modelValue": l[0] || (l[0] = (i) => n(s).regularity.value = i)
|
|
110
95
|
}, null, 8, ["items", "modelValue"])
|
|
111
|
-
])) : (
|
|
112
|
-
default:
|
|
113
|
-
|
|
96
|
+
])) : (o(), m(h, { key: 1 }, {
|
|
97
|
+
default: t(() => [
|
|
98
|
+
y(v(a.label), 1)
|
|
114
99
|
]),
|
|
115
100
|
_: 1
|
|
116
101
|
}))
|
|
117
102
|
]),
|
|
118
103
|
_: 1
|
|
119
|
-
})) :
|
|
120
|
-
|
|
104
|
+
})) : d("", !0),
|
|
105
|
+
a.firstPrefix != null ? (o(), m(p, {
|
|
121
106
|
key: "1.5",
|
|
122
107
|
cols: "auto"
|
|
123
108
|
}, {
|
|
124
|
-
default:
|
|
125
|
-
|
|
109
|
+
default: t(() => [
|
|
110
|
+
y(v(a.firstPrefix), 1)
|
|
126
111
|
]),
|
|
127
112
|
_: 1
|
|
128
|
-
})) :
|
|
129
|
-
|
|
113
|
+
})) : d("", !0),
|
|
114
|
+
a.inline ? d("", !0) : (o(), m(p, {
|
|
130
115
|
class: "flex-grow-0",
|
|
131
116
|
key: "2"
|
|
132
117
|
}, {
|
|
133
|
-
default:
|
|
134
|
-
|
|
135
|
-
onChange:
|
|
136
|
-
items:
|
|
137
|
-
modelValue:
|
|
138
|
-
"onUpdate:modelValue":
|
|
118
|
+
default: t(() => [
|
|
119
|
+
e(D, {
|
|
120
|
+
onChange: x,
|
|
121
|
+
items: n(F),
|
|
122
|
+
modelValue: n(s).regularity.value,
|
|
123
|
+
"onUpdate:modelValue": l[1] || (l[1] = (i) => n(s).regularity.value = i)
|
|
139
124
|
}, null, 8, ["items", "modelValue"])
|
|
140
125
|
]),
|
|
141
126
|
_: 1
|
|
142
127
|
})),
|
|
143
|
-
|
|
144
|
-
default:
|
|
145
|
-
|
|
128
|
+
n(s).regularity.value == "Custom" ? (o(), m(p, { key: "3" }, {
|
|
129
|
+
default: t(() => [
|
|
130
|
+
e(G, {
|
|
146
131
|
isEditing: "",
|
|
147
|
-
"onUpdate:focused":
|
|
148
|
-
modelValue:
|
|
149
|
-
"onUpdate:modelValue":
|
|
132
|
+
"onUpdate:focused": q,
|
|
133
|
+
modelValue: n(s).rawExpression.value,
|
|
134
|
+
"onUpdate:modelValue": l[2] || (l[2] = (i) => n(s).rawExpression.value = i)
|
|
150
135
|
}, null, 8, ["modelValue"])
|
|
151
136
|
]),
|
|
152
137
|
_: 1
|
|
153
|
-
})) :
|
|
154
|
-
|
|
138
|
+
})) : d("", !0),
|
|
139
|
+
a.inline ? d("", !0) : (o(), m(p, {
|
|
155
140
|
class: "flex-grow-0",
|
|
156
141
|
key: "4"
|
|
157
142
|
}, {
|
|
158
|
-
default:
|
|
159
|
-
|
|
143
|
+
default: t(() => l[13] || (l[13] = [
|
|
144
|
+
y("at")
|
|
160
145
|
])),
|
|
161
146
|
_: 1
|
|
162
147
|
})),
|
|
163
|
-
|
|
148
|
+
n(s).regularity.value != "Custom" ? (o(), m(p, {
|
|
164
149
|
class: "flex-grow-0",
|
|
165
150
|
key: "5"
|
|
166
151
|
}, {
|
|
167
|
-
default:
|
|
168
|
-
|
|
169
|
-
onChange:
|
|
170
|
-
items:
|
|
171
|
-
modelValue:
|
|
172
|
-
"onUpdate:modelValue":
|
|
152
|
+
default: t(() => [
|
|
153
|
+
e(D, {
|
|
154
|
+
onChange: x,
|
|
155
|
+
items: n(de),
|
|
156
|
+
modelValue: n(s).hour.value,
|
|
157
|
+
"onUpdate:modelValue": l[3] || (l[3] = (i) => n(s).hour.value = i)
|
|
173
158
|
}, null, 8, ["items", "modelValue"])
|
|
174
159
|
]),
|
|
175
160
|
_: 1
|
|
176
|
-
})) :
|
|
177
|
-
|
|
161
|
+
})) : d("", !0),
|
|
162
|
+
n(s).regularity.value == "Monthly" || n(s).regularity.value == "Weekly" ? (o(), m(p, {
|
|
178
163
|
class: "flex-grow-0",
|
|
179
164
|
key: "6"
|
|
180
165
|
}, {
|
|
181
|
-
default:
|
|
182
|
-
|
|
166
|
+
default: t(() => l[14] || (l[14] = [
|
|
167
|
+
y(" on ")
|
|
183
168
|
])),
|
|
184
169
|
_: 1
|
|
185
|
-
})) :
|
|
186
|
-
|
|
170
|
+
})) : d("", !0),
|
|
171
|
+
n(s).regularity.value == "Monthly" ? (o(), m(p, {
|
|
187
172
|
class: "flex-grow-0",
|
|
188
173
|
key: "7"
|
|
189
174
|
}, {
|
|
190
|
-
default:
|
|
191
|
-
|
|
192
|
-
onChange:
|
|
193
|
-
items:
|
|
175
|
+
default: t(() => [
|
|
176
|
+
e(D, {
|
|
177
|
+
onChange: x,
|
|
178
|
+
items: n(re),
|
|
194
179
|
multiple: "",
|
|
195
|
-
modelValue:
|
|
196
|
-
"onUpdate:modelValue":
|
|
180
|
+
modelValue: n(s).weeks.value,
|
|
181
|
+
"onUpdate:modelValue": l[4] || (l[4] = (i) => n(s).weeks.value = i)
|
|
197
182
|
}, null, 8, ["items", "modelValue"])
|
|
198
183
|
]),
|
|
199
184
|
_: 1
|
|
200
|
-
})) :
|
|
201
|
-
|
|
185
|
+
})) : d("", !0),
|
|
186
|
+
n(s).regularity.value == "Monthly" || n(s).regularity.value == "Weekly" ? (o(), m(p, {
|
|
202
187
|
class: "flex-grow-0",
|
|
203
188
|
key: "8"
|
|
204
189
|
}, {
|
|
205
|
-
default:
|
|
206
|
-
|
|
207
|
-
onChange:
|
|
208
|
-
items:
|
|
190
|
+
default: t(() => [
|
|
191
|
+
e(D, {
|
|
192
|
+
onChange: x,
|
|
193
|
+
items: n(me),
|
|
209
194
|
multiple: "",
|
|
210
|
-
modelValue:
|
|
211
|
-
"onUpdate:modelValue":
|
|
195
|
+
modelValue: n(s).weekdays.value,
|
|
196
|
+
"onUpdate:modelValue": l[5] || (l[5] = (i) => n(s).weekdays.value = i)
|
|
212
197
|
}, null, 8, ["items", "modelValue"])
|
|
213
198
|
]),
|
|
214
199
|
_: 1
|
|
215
|
-
})) :
|
|
216
|
-
|
|
200
|
+
})) : d("", !0),
|
|
201
|
+
a.useLeadTimeLeft ? (o(), m(p, {
|
|
217
202
|
cols: "12",
|
|
218
203
|
key: "9"
|
|
219
204
|
}, {
|
|
220
|
-
default:
|
|
221
|
-
|
|
222
|
-
default:
|
|
223
|
-
|
|
205
|
+
default: t(() => [
|
|
206
|
+
e(b, { class: "align-center" }, {
|
|
207
|
+
default: t(() => [
|
|
208
|
+
e(C, {
|
|
224
209
|
"hide-on-leave": "",
|
|
225
210
|
group: ""
|
|
226
211
|
}, {
|
|
227
|
-
default:
|
|
228
|
-
|
|
212
|
+
default: t(() => [
|
|
213
|
+
a.secondPrefix != null ? (o(), m(p, {
|
|
229
214
|
key: "1",
|
|
230
215
|
cols: "auto"
|
|
231
216
|
}, {
|
|
232
|
-
default:
|
|
233
|
-
|
|
217
|
+
default: t(() => [
|
|
218
|
+
y(v(a.secondPrefix), 1)
|
|
234
219
|
]),
|
|
235
220
|
_: 1
|
|
236
|
-
})) :
|
|
237
|
-
|
|
221
|
+
})) : d("", !0),
|
|
222
|
+
e(p, {
|
|
238
223
|
class: "mx-3 my-0 pa-0 text-center",
|
|
239
224
|
cols: "auto",
|
|
240
225
|
key: "2"
|
|
241
226
|
}, {
|
|
242
|
-
default:
|
|
243
|
-
|
|
244
|
-
onChange:
|
|
227
|
+
default: t(() => [
|
|
228
|
+
e(J, {
|
|
229
|
+
onChange: x,
|
|
245
230
|
"hide-details": "",
|
|
246
231
|
textCenter: "",
|
|
247
232
|
variant: "underlined",
|
|
248
233
|
width: "70",
|
|
249
|
-
modelValue:
|
|
250
|
-
"onUpdate:modelValue":
|
|
234
|
+
modelValue: n(s).leadTimeLeft.value,
|
|
235
|
+
"onUpdate:modelValue": l[6] || (l[6] = (i) => n(s).leadTimeLeft.value = i),
|
|
251
236
|
modelModifiers: { number: !0 }
|
|
252
237
|
}, null, 8, ["modelValue"])
|
|
253
238
|
]),
|
|
254
239
|
_: 1
|
|
255
240
|
}),
|
|
256
|
-
|
|
241
|
+
e(p, {
|
|
257
242
|
cols: "auto",
|
|
258
243
|
key: "3"
|
|
259
244
|
}, {
|
|
260
|
-
default:
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
245
|
+
default: t(() => [
|
|
246
|
+
_("span", null, v(a.useLeadTimeInHours ? "hour" : "minute"), 1),
|
|
247
|
+
n(s).leadTimeLeft.value != 1 ? (o(), c("span", fe, "s")) : d("", !0),
|
|
248
|
+
l[15] || (l[15] = _("span", { class: "ml-1" }, "later", -1))
|
|
264
249
|
]),
|
|
265
250
|
_: 1
|
|
266
251
|
})
|
|
@@ -272,135 +257,135 @@ const pe = {
|
|
|
272
257
|
})
|
|
273
258
|
]),
|
|
274
259
|
_: 1
|
|
275
|
-
})) :
|
|
276
|
-
|
|
260
|
+
})) : d("", !0),
|
|
261
|
+
a.useAdjustments ? (o(), m(p, {
|
|
277
262
|
key: 10,
|
|
278
263
|
cols: "12"
|
|
279
264
|
}, {
|
|
280
|
-
default:
|
|
281
|
-
|
|
265
|
+
default: t(() => [
|
|
266
|
+
e(P, {
|
|
282
267
|
modelValue: A.value,
|
|
283
|
-
"onUpdate:modelValue":
|
|
268
|
+
"onUpdate:modelValue": l[8] || (l[8] = (i) => A.value = i),
|
|
284
269
|
persistent: "",
|
|
285
270
|
"max-width": "450"
|
|
286
271
|
}, {
|
|
287
|
-
activator:
|
|
288
|
-
|
|
272
|
+
activator: t(({ props: i }) => [
|
|
273
|
+
e(k, z({
|
|
289
274
|
"append-icon": "$pencil",
|
|
290
|
-
onClick:
|
|
275
|
+
onClick: l[7] || (l[7] = (u) => n(g).unpack(n(g).adjustmentsString.value, n(s).cronExpression.value)),
|
|
291
276
|
class: "text-caption mt-3"
|
|
292
|
-
},
|
|
277
|
+
}, i, {
|
|
293
278
|
size: "small",
|
|
294
|
-
text:
|
|
279
|
+
text: $.value
|
|
295
280
|
}), null, 16, ["text"])
|
|
296
281
|
]),
|
|
297
|
-
default:
|
|
298
|
-
|
|
299
|
-
default:
|
|
300
|
-
|
|
301
|
-
default:
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
282
|
+
default: t(({ isActive: i }) => [
|
|
283
|
+
e(E, null, {
|
|
284
|
+
default: t(() => [
|
|
285
|
+
e(K, null, {
|
|
286
|
+
default: t(() => [
|
|
287
|
+
_("div", ce, [
|
|
288
|
+
_("span", null, v($.value), 1),
|
|
289
|
+
e(w),
|
|
290
|
+
a.hideCron ? d("", !0) : (o(), c("span", _e, v(n(s).cronExpression.value), 1))
|
|
306
291
|
])
|
|
307
292
|
]),
|
|
308
293
|
_: 1
|
|
309
294
|
}),
|
|
310
|
-
|
|
311
|
-
default:
|
|
312
|
-
|
|
295
|
+
e(ee, { "max-height": "400" }, {
|
|
296
|
+
default: t(() => [
|
|
297
|
+
e(C, {
|
|
313
298
|
"hide-on-leave": "",
|
|
314
299
|
group: ""
|
|
315
300
|
}, {
|
|
316
|
-
default:
|
|
317
|
-
(
|
|
318
|
-
key:
|
|
301
|
+
default: t(() => [
|
|
302
|
+
(o(!0), c(N, null, ue(n(g).adjustments.value, (u) => (o(), c(N, {
|
|
303
|
+
key: u.dateTrigger
|
|
319
304
|
}, [
|
|
320
|
-
|
|
321
|
-
title:
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
default:
|
|
325
|
-
|
|
305
|
+
e(Y, { lines: "two" }, {
|
|
306
|
+
title: t(() => [
|
|
307
|
+
_("div", ge, [
|
|
308
|
+
e(Q, { "hide-on-leave": "" }, {
|
|
309
|
+
default: t(() => [
|
|
310
|
+
u.isAdjusting ? (o(), c("span", ye, "Was " + v(a.firstPrefix), 1)) : (o(), c("span", ke, v(a.firstPrefix), 1))
|
|
326
311
|
]),
|
|
327
312
|
_: 2
|
|
328
313
|
}, 1024)
|
|
329
314
|
]),
|
|
330
|
-
|
|
331
|
-
class:
|
|
315
|
+
e(L, {
|
|
316
|
+
class: se(u.isAdjusting ? "text-decoration-line-through" : ""),
|
|
332
317
|
filter: "toDayShortDateAndTime",
|
|
333
|
-
value:
|
|
318
|
+
value: u.dateTrigger
|
|
334
319
|
}, null, 8, ["class", "value"]),
|
|
335
|
-
|
|
336
|
-
default:
|
|
337
|
-
|
|
338
|
-
|
|
320
|
+
e(X, { "hide-on-leave": "" }, {
|
|
321
|
+
default: t(() => [
|
|
322
|
+
u.isAdjusting ? (o(), c("div", xe, [
|
|
323
|
+
e(C, {
|
|
339
324
|
"hide-on-leave": "",
|
|
340
325
|
group: ""
|
|
341
326
|
}, {
|
|
342
|
-
default:
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
327
|
+
default: t(() => [
|
|
328
|
+
u.replacingDate != null ? (o(), c("div", Ve, [
|
|
329
|
+
_("div", he, "Now " + v(a.firstPrefix), 1),
|
|
330
|
+
e(L, {
|
|
346
331
|
filter: "toDayShortDateAndTime",
|
|
347
|
-
value:
|
|
332
|
+
value: u.replacingDate
|
|
348
333
|
}, null, 8, ["value"])
|
|
349
|
-
])) : (
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
334
|
+
])) : (o(), c("div", Ce, "(Cancelled)")),
|
|
335
|
+
u.replacingDate != null && (u.leadTimeLeft > 0 || u.leadLeftDate != null) ? (o(), c("div", Le, [
|
|
336
|
+
_("div", De, v(a.adjustmentLeftLabel), 1),
|
|
337
|
+
e(L, {
|
|
353
338
|
filter: "toDayShortDateAndTime",
|
|
354
|
-
value:
|
|
339
|
+
value: u.leadLeftDate
|
|
355
340
|
}, null, 8, ["value"])
|
|
356
|
-
])) :
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
341
|
+
])) : d("", !0),
|
|
342
|
+
u.replacingDate != null && (u.leadTimeRight > 0 || u.leadRightDate != null) ? (o(), c("div", Te, [
|
|
343
|
+
_("div", Ae, v(a.adjustmentRightLabel), 1),
|
|
344
|
+
e(L, {
|
|
360
345
|
filter: "toDayShortDateAndTime",
|
|
361
|
-
value:
|
|
346
|
+
value: u.leadRightDate
|
|
362
347
|
}, null, 8, ["value"])
|
|
363
|
-
])) :
|
|
348
|
+
])) : d("", !0)
|
|
364
349
|
]),
|
|
365
350
|
_: 2
|
|
366
351
|
}, 1024)
|
|
367
|
-
])) :
|
|
352
|
+
])) : d("", !0)
|
|
368
353
|
]),
|
|
369
354
|
_: 2
|
|
370
355
|
}, 1024)
|
|
371
356
|
]),
|
|
372
|
-
append:
|
|
373
|
-
|
|
374
|
-
|
|
357
|
+
append: t(() => [
|
|
358
|
+
_("div", be, [
|
|
359
|
+
e(C, {
|
|
375
360
|
"hide-on-leave": "",
|
|
376
361
|
group: ""
|
|
377
362
|
}, {
|
|
378
|
-
default:
|
|
379
|
-
|
|
380
|
-
onClick: (
|
|
363
|
+
default: t(() => [
|
|
364
|
+
u.isAdjusting ? (o(), m(k, {
|
|
365
|
+
onClick: (S) => n(g).undoAdjustment(u),
|
|
381
366
|
key: "1",
|
|
382
367
|
"prepend-icon": "$undo",
|
|
383
368
|
size: "x-small",
|
|
384
369
|
text: "Undo",
|
|
385
370
|
title: "Remove Adjustment"
|
|
386
|
-
}, null, 8, ["onClick"])) :
|
|
387
|
-
|
|
388
|
-
onClick: (
|
|
371
|
+
}, null, 8, ["onClick"])) : d("", !0),
|
|
372
|
+
u.isAdjusting ? d("", !0) : (o(), m(k, {
|
|
373
|
+
onClick: (S) => n(g).cancelAdjustment(u),
|
|
389
374
|
class: "text-error my-1",
|
|
390
375
|
key: "2",
|
|
391
376
|
"prepend-icon": "$cancel",
|
|
392
377
|
size: "x-small",
|
|
393
378
|
text: "Cancel"
|
|
394
379
|
}, null, 8, ["onClick"])),
|
|
395
|
-
|
|
396
|
-
onClick: (
|
|
380
|
+
u.isAdjusting ? d("", !0) : (o(), m(k, z({
|
|
381
|
+
onClick: (S) => H(u),
|
|
397
382
|
class: "text-warning my-1",
|
|
398
383
|
key: "3",
|
|
399
384
|
"prepend-icon": "$calendar-edit",
|
|
400
385
|
size: "x-small",
|
|
401
386
|
text: "Adjust",
|
|
402
387
|
ref_for: !0
|
|
403
|
-
},
|
|
388
|
+
}, V), null, 16, ["onClick"]))
|
|
404
389
|
]),
|
|
405
390
|
_: 2
|
|
406
391
|
}, 1024)
|
|
@@ -408,7 +393,7 @@ const pe = {
|
|
|
408
393
|
]),
|
|
409
394
|
_: 2
|
|
410
395
|
}, 1024),
|
|
411
|
-
|
|
396
|
+
e(Z)
|
|
412
397
|
], 64))), 128))
|
|
413
398
|
]),
|
|
414
399
|
_: 1
|
|
@@ -416,15 +401,15 @@ const pe = {
|
|
|
416
401
|
]),
|
|
417
402
|
_: 1
|
|
418
403
|
}),
|
|
419
|
-
|
|
420
|
-
default:
|
|
421
|
-
|
|
422
|
-
onClick: (
|
|
404
|
+
e(B, null, {
|
|
405
|
+
default: t(() => [
|
|
406
|
+
e(k, {
|
|
407
|
+
onClick: (u) => i.value = !1,
|
|
423
408
|
text: "Cancel"
|
|
424
409
|
}, null, 8, ["onClick"]),
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
onClick:
|
|
410
|
+
e(w),
|
|
411
|
+
e(k, {
|
|
412
|
+
onClick: I,
|
|
428
413
|
"prepend-icon": "$content-save",
|
|
429
414
|
text: "Save"
|
|
430
415
|
})
|
|
@@ -437,93 +422,93 @@ const pe = {
|
|
|
437
422
|
]),
|
|
438
423
|
_: 1
|
|
439
424
|
}, 8, ["modelValue"]),
|
|
440
|
-
|
|
441
|
-
modelValue:
|
|
442
|
-
"onUpdate:modelValue":
|
|
425
|
+
e(P, {
|
|
426
|
+
modelValue: T.value,
|
|
427
|
+
"onUpdate:modelValue": l[12] || (l[12] = (i) => T.value = i),
|
|
443
428
|
persistent: "",
|
|
444
429
|
width: "auto"
|
|
445
430
|
}, {
|
|
446
|
-
default:
|
|
447
|
-
|
|
431
|
+
default: t(({ isActive: i }) => [
|
|
432
|
+
f.value != null ? (o(), m(E, {
|
|
448
433
|
key: 0,
|
|
449
434
|
class: "text-center"
|
|
450
435
|
}, {
|
|
451
|
-
default:
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
value:
|
|
436
|
+
default: t(() => [
|
|
437
|
+
l[16] || (l[16] = _("div", { class: "text-h6" }, "Adjusting", -1)),
|
|
438
|
+
_("div", null, [
|
|
439
|
+
e(L, {
|
|
440
|
+
value: f.value.dateTrigger,
|
|
456
441
|
filter: "toDayShortDateAndTime"
|
|
457
442
|
}, null, 8, ["value"])
|
|
458
443
|
]),
|
|
459
|
-
|
|
460
|
-
default:
|
|
461
|
-
|
|
462
|
-
default:
|
|
463
|
-
|
|
464
|
-
default:
|
|
465
|
-
|
|
466
|
-
default:
|
|
467
|
-
|
|
444
|
+
e(te, null, {
|
|
445
|
+
default: t(() => [
|
|
446
|
+
e(b, null, {
|
|
447
|
+
default: t(() => [
|
|
448
|
+
e(p, null, {
|
|
449
|
+
default: t(() => [
|
|
450
|
+
e(h, null, {
|
|
451
|
+
default: t(() => [
|
|
452
|
+
y(v(a.replacementLabel), 1)
|
|
468
453
|
]),
|
|
469
454
|
_: 1
|
|
470
455
|
}),
|
|
471
|
-
|
|
472
|
-
|
|
456
|
+
_("div", we, v(f.value.replacingDate), 1),
|
|
457
|
+
e(j, {
|
|
473
458
|
useTime: "",
|
|
474
|
-
modelValue:
|
|
475
|
-
"onUpdate:modelValue":
|
|
459
|
+
modelValue: f.value.replacingDate,
|
|
460
|
+
"onUpdate:modelValue": l[9] || (l[9] = (u) => f.value.replacingDate = u)
|
|
476
461
|
}, null, 8, ["modelValue"])
|
|
477
462
|
]),
|
|
478
463
|
_: 1
|
|
479
464
|
}),
|
|
480
|
-
|
|
481
|
-
default:
|
|
482
|
-
|
|
483
|
-
default:
|
|
484
|
-
|
|
465
|
+
a.useLeadTimeLeft ? (o(), m(p, { key: 0 }, {
|
|
466
|
+
default: t(() => [
|
|
467
|
+
e(h, null, {
|
|
468
|
+
default: t(() => [
|
|
469
|
+
y(v(a.adjustmentLeftLabel), 1)
|
|
485
470
|
]),
|
|
486
471
|
_: 1
|
|
487
472
|
}),
|
|
488
|
-
|
|
473
|
+
e(j, {
|
|
489
474
|
useTime: "",
|
|
490
|
-
modelValue:
|
|
491
|
-
"onUpdate:modelValue":
|
|
475
|
+
modelValue: f.value.leadLeftDate,
|
|
476
|
+
"onUpdate:modelValue": l[10] || (l[10] = (u) => f.value.leadLeftDate = u)
|
|
492
477
|
}, null, 8, ["modelValue"])
|
|
493
478
|
]),
|
|
494
479
|
_: 1
|
|
495
|
-
})) :
|
|
496
|
-
|
|
497
|
-
default:
|
|
498
|
-
|
|
499
|
-
default:
|
|
500
|
-
|
|
480
|
+
})) : d("", !0),
|
|
481
|
+
a.useLeadTimeRight ? (o(), m(p, { key: 1 }, {
|
|
482
|
+
default: t(() => [
|
|
483
|
+
e(h, null, {
|
|
484
|
+
default: t(() => [
|
|
485
|
+
y(v(a.adjustmentRightLabel), 1)
|
|
501
486
|
]),
|
|
502
487
|
_: 1
|
|
503
488
|
}),
|
|
504
|
-
|
|
489
|
+
e(j, {
|
|
505
490
|
useTime: "",
|
|
506
|
-
modelValue:
|
|
507
|
-
"onUpdate:modelValue":
|
|
491
|
+
modelValue: f.value.leadRightDate,
|
|
492
|
+
"onUpdate:modelValue": l[11] || (l[11] = (u) => f.value.leadRightDate = u)
|
|
508
493
|
}, null, 8, ["modelValue"])
|
|
509
494
|
]),
|
|
510
495
|
_: 1
|
|
511
|
-
})) :
|
|
496
|
+
})) : d("", !0)
|
|
512
497
|
]),
|
|
513
498
|
_: 1
|
|
514
499
|
})
|
|
515
500
|
]),
|
|
516
501
|
_: 1
|
|
517
502
|
}),
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
default:
|
|
521
|
-
|
|
522
|
-
onClick: (
|
|
503
|
+
e(le),
|
|
504
|
+
e(B, null, {
|
|
505
|
+
default: t(() => [
|
|
506
|
+
e(k, {
|
|
507
|
+
onClick: (u) => i.value = !1,
|
|
523
508
|
text: "Cancel"
|
|
524
509
|
}, null, 8, ["onClick"]),
|
|
525
|
-
|
|
526
|
-
|
|
510
|
+
e(w),
|
|
511
|
+
e(k, {
|
|
527
512
|
onClick: W,
|
|
528
513
|
text: "Done"
|
|
529
514
|
})
|
|
@@ -532,13 +517,13 @@ const pe = {
|
|
|
532
517
|
}, 1024)
|
|
533
518
|
]),
|
|
534
519
|
_: 2
|
|
535
|
-
}, 1024)) :
|
|
520
|
+
}, 1024)) : d("", !0)
|
|
536
521
|
]),
|
|
537
522
|
_: 1
|
|
538
523
|
}, 8, ["modelValue"])
|
|
539
524
|
]),
|
|
540
525
|
_: 1
|
|
541
|
-
})) :
|
|
526
|
+
})) : d("", !0)
|
|
542
527
|
]),
|
|
543
528
|
_: 1
|
|
544
529
|
})
|
|
@@ -549,5 +534,5 @@ const pe = {
|
|
|
549
534
|
}
|
|
550
535
|
});
|
|
551
536
|
export {
|
|
552
|
-
|
|
537
|
+
Be as default
|
|
553
538
|
};
|