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
package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerEdit.mjs
DELETED
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import { computed as s, createElementVNode as i, normalizeClass as C, normalizeStyle as g, createVNode as p, normalizeProps as V, guardReactiveProps as E } from "vue";
|
|
2
|
-
import "../../../../../../../_virtual/VColorPickerEdit.sass.mjs";
|
|
3
|
-
import { makeComponentProps as h } from "../../composables/component.mjs";
|
|
4
|
-
import { useLocale as j } from "../../composables/locale.mjs";
|
|
5
|
-
import { modes as m, nullColor as z } from "./util/index.mjs";
|
|
6
|
-
import { VBtn as L } from "../VBtn/VBtn.mjs";
|
|
7
|
-
import { propsFactory as O } from "../../util/propsFactory.mjs";
|
|
8
|
-
import { defineComponent as $ } from "../../util/defineComponent.mjs";
|
|
9
|
-
import { useRender as x } from "../../util/useRender.mjs";
|
|
10
|
-
const A = (e) => {
|
|
11
|
-
let {
|
|
12
|
-
label: t,
|
|
13
|
-
...a
|
|
14
|
-
} = e;
|
|
15
|
-
return i("div", {
|
|
16
|
-
class: "v-color-picker-edit__input"
|
|
17
|
-
}, [i("input", V(E(a)), null), i("span", null, [t])]);
|
|
18
|
-
}, B = O({
|
|
19
|
-
color: Object,
|
|
20
|
-
disabled: Boolean,
|
|
21
|
-
readonly: Boolean,
|
|
22
|
-
mode: {
|
|
23
|
-
type: String,
|
|
24
|
-
default: "rgba",
|
|
25
|
-
validator: (e) => Object.keys(m).includes(e)
|
|
26
|
-
},
|
|
27
|
-
modes: {
|
|
28
|
-
type: Array,
|
|
29
|
-
default: () => Object.keys(m),
|
|
30
|
-
validator: (e) => Array.isArray(e) && e.every((t) => Object.keys(m).includes(t))
|
|
31
|
-
},
|
|
32
|
-
...h()
|
|
33
|
-
}, "VColorPickerEdit"), w = $({
|
|
34
|
-
name: "VColorPickerEdit",
|
|
35
|
-
props: B(),
|
|
36
|
-
emits: {
|
|
37
|
-
"update:color": (e) => !0,
|
|
38
|
-
"update:mode": (e) => !0
|
|
39
|
-
},
|
|
40
|
-
setup(e, t) {
|
|
41
|
-
let {
|
|
42
|
-
emit: a
|
|
43
|
-
} = t;
|
|
44
|
-
const {
|
|
45
|
-
t: d
|
|
46
|
-
} = j(), l = s(() => e.modes.map((o) => ({
|
|
47
|
-
...m[o],
|
|
48
|
-
name: o
|
|
49
|
-
}))), f = s(() => {
|
|
50
|
-
var n;
|
|
51
|
-
const o = l.value.find((c) => c.name === e.mode);
|
|
52
|
-
if (!o)
|
|
53
|
-
return [];
|
|
54
|
-
const r = e.color ? o.to(e.color) : null;
|
|
55
|
-
return (n = o.inputs) == null ? void 0 : n.map((c) => {
|
|
56
|
-
let {
|
|
57
|
-
getValue: v,
|
|
58
|
-
getColor: y,
|
|
59
|
-
localeKey: b,
|
|
60
|
-
...k
|
|
61
|
-
} = c;
|
|
62
|
-
return {
|
|
63
|
-
...o.inputProps,
|
|
64
|
-
...k,
|
|
65
|
-
ariaLabel: d(`$vuetify.colorPicker.ariaLabel.${b}`),
|
|
66
|
-
disabled: e.disabled,
|
|
67
|
-
readonly: e.readonly,
|
|
68
|
-
value: r && v(r),
|
|
69
|
-
onChange: (P) => {
|
|
70
|
-
const u = P.target;
|
|
71
|
-
u && a("update:color", o.from(y(r ?? o.to(z), u.value)));
|
|
72
|
-
}
|
|
73
|
-
};
|
|
74
|
-
});
|
|
75
|
-
});
|
|
76
|
-
return x(() => {
|
|
77
|
-
var o;
|
|
78
|
-
return i("div", {
|
|
79
|
-
class: C(["v-color-picker-edit", e.class]),
|
|
80
|
-
style: g(e.style)
|
|
81
|
-
}, [(o = f.value) == null ? void 0 : o.map((r) => p(A, r, null)), l.value.length > 1 && p(L, {
|
|
82
|
-
icon: "$unfold",
|
|
83
|
-
size: "x-small",
|
|
84
|
-
variant: "plain",
|
|
85
|
-
"aria-label": d("$vuetify.colorPicker.ariaLabel.changeFormat"),
|
|
86
|
-
onClick: () => {
|
|
87
|
-
const r = l.value.findIndex((n) => n.name === e.mode);
|
|
88
|
-
a("update:mode", l.value[(r + 1) % l.value.length].name);
|
|
89
|
-
}
|
|
90
|
-
}, null)]);
|
|
91
|
-
}), {};
|
|
92
|
-
}
|
|
93
|
-
});
|
|
94
|
-
export {
|
|
95
|
-
w as VColorPickerEdit,
|
|
96
|
-
B as makeVColorPickerEditProps
|
|
97
|
-
};
|
package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerPreview.mjs
DELETED
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
import { toRef as y, onUnmounted as k, createElementVNode as l, normalizeClass as b, normalizeStyle as h, createVNode as n } from "vue";
|
|
2
|
-
import "../../../../../../../_virtual/VColorPickerPreview.sass.mjs";
|
|
3
|
-
import { makeComponentProps as f } from "../../composables/component.mjs";
|
|
4
|
-
import { IconValue as w } from "../../composables/icons.mjs";
|
|
5
|
-
import { useLocale as P } from "../../composables/locale.mjs";
|
|
6
|
-
import { nullColor as a } from "./util/index.mjs";
|
|
7
|
-
import { SUPPORTS_EYE_DROPPER as m } from "../../util/globals.mjs";
|
|
8
|
-
import { VBtn as V } from "../VBtn/VBtn.mjs";
|
|
9
|
-
import { HSVtoCSS as _, RGBtoHSV as C, parseColor as S } from "../../util/colorUtils.mjs";
|
|
10
|
-
import { VSlider as p } from "../VSlider/VSlider.mjs";
|
|
11
|
-
import { propsFactory as D } from "../../util/propsFactory.mjs";
|
|
12
|
-
import { defineComponent as E } from "../../util/defineComponent.mjs";
|
|
13
|
-
import { useRender as B } from "../../util/useRender.mjs";
|
|
14
|
-
const R = D({
|
|
15
|
-
color: {
|
|
16
|
-
type: Object
|
|
17
|
-
},
|
|
18
|
-
disabled: Boolean,
|
|
19
|
-
readonly: Boolean,
|
|
20
|
-
hideAlpha: Boolean,
|
|
21
|
-
hideEyeDropper: Boolean,
|
|
22
|
-
eyeDropperIcon: {
|
|
23
|
-
type: w,
|
|
24
|
-
default: "$eyeDropper"
|
|
25
|
-
},
|
|
26
|
-
...f()
|
|
27
|
-
}, "VColorPickerPreview"), j = E({
|
|
28
|
-
name: "VColorPickerPreview",
|
|
29
|
-
props: R(),
|
|
30
|
-
emits: {
|
|
31
|
-
"update:color": (e) => !0
|
|
32
|
-
},
|
|
33
|
-
setup(e, s) {
|
|
34
|
-
let {
|
|
35
|
-
emit: t
|
|
36
|
-
} = s;
|
|
37
|
-
const {
|
|
38
|
-
t: c
|
|
39
|
-
} = P(), d = new AbortController(), u = y(() => !e.disabled && !e.readonly);
|
|
40
|
-
k(() => d.abort());
|
|
41
|
-
async function v() {
|
|
42
|
-
if (!m || !u.value)
|
|
43
|
-
return;
|
|
44
|
-
const i = new window.EyeDropper();
|
|
45
|
-
try {
|
|
46
|
-
const o = await i.open({
|
|
47
|
-
signal: d.signal
|
|
48
|
-
}), r = C(S(o.sRGBHex));
|
|
49
|
-
t("update:color", {
|
|
50
|
-
...e.color ?? a,
|
|
51
|
-
...r
|
|
52
|
-
});
|
|
53
|
-
} catch {
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
return B(() => {
|
|
57
|
-
var i, o;
|
|
58
|
-
return l("div", {
|
|
59
|
-
class: b(["v-color-picker-preview", {
|
|
60
|
-
"v-color-picker-preview--hide-alpha": e.hideAlpha
|
|
61
|
-
}, e.class]),
|
|
62
|
-
style: h(e.style)
|
|
63
|
-
}, [m && !e.hideEyeDropper && l("div", {
|
|
64
|
-
class: "v-color-picker-preview__eye-dropper",
|
|
65
|
-
key: "eyeDropper"
|
|
66
|
-
}, [n(V, {
|
|
67
|
-
"aria-label": c("$vuetify.colorPicker.ariaLabel.eyedropper"),
|
|
68
|
-
density: "comfortable",
|
|
69
|
-
disabled: e.disabled,
|
|
70
|
-
readonly: e.readonly,
|
|
71
|
-
icon: e.eyeDropperIcon,
|
|
72
|
-
variant: "plain",
|
|
73
|
-
onClick: v
|
|
74
|
-
}, null)]), l("div", {
|
|
75
|
-
class: "v-color-picker-preview__dot"
|
|
76
|
-
}, [l("div", {
|
|
77
|
-
style: {
|
|
78
|
-
background: _(e.color ?? a)
|
|
79
|
-
}
|
|
80
|
-
}, null)]), l("div", {
|
|
81
|
-
class: "v-color-picker-preview__sliders"
|
|
82
|
-
}, [n(p, {
|
|
83
|
-
class: "v-color-picker-preview__track v-color-picker-preview__hue",
|
|
84
|
-
"aria-label": c("$vuetify.colorPicker.ariaLabel.hueSlider"),
|
|
85
|
-
modelValue: (i = e.color) == null ? void 0 : i.h,
|
|
86
|
-
"onUpdate:modelValue": (r) => t("update:color", {
|
|
87
|
-
...e.color ?? a,
|
|
88
|
-
h: r
|
|
89
|
-
}),
|
|
90
|
-
step: 1,
|
|
91
|
-
min: 0,
|
|
92
|
-
max: 360,
|
|
93
|
-
disabled: e.disabled,
|
|
94
|
-
readonly: e.readonly,
|
|
95
|
-
thumbSize: 14,
|
|
96
|
-
trackSize: 8,
|
|
97
|
-
trackFillColor: "white",
|
|
98
|
-
hideDetails: !0
|
|
99
|
-
}, null), !e.hideAlpha && n(p, {
|
|
100
|
-
class: "v-color-picker-preview__track v-color-picker-preview__alpha",
|
|
101
|
-
"aria-label": c("$vuetify.colorPicker.ariaLabel.alphaSlider"),
|
|
102
|
-
modelValue: ((o = e.color) == null ? void 0 : o.a) ?? 1,
|
|
103
|
-
"onUpdate:modelValue": (r) => t("update:color", {
|
|
104
|
-
...e.color ?? a,
|
|
105
|
-
a: r
|
|
106
|
-
}),
|
|
107
|
-
step: 0.01,
|
|
108
|
-
min: 0,
|
|
109
|
-
max: 1,
|
|
110
|
-
disabled: e.disabled,
|
|
111
|
-
readonly: e.readonly,
|
|
112
|
-
thumbSize: 14,
|
|
113
|
-
trackSize: 8,
|
|
114
|
-
trackFillColor: "white",
|
|
115
|
-
hideDetails: !0
|
|
116
|
-
}, null)])]);
|
|
117
|
-
}), {};
|
|
118
|
-
}
|
|
119
|
-
});
|
|
120
|
-
export {
|
|
121
|
-
j as VColorPickerPreview,
|
|
122
|
-
R as makeVColorPickerPreviewProps
|
|
123
|
-
};
|
package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerSwatches.mjs
DELETED
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import { toRef as h, createElementVNode as t, normalizeClass as n, normalizeStyle as u, createVNode as k } from "vue";
|
|
2
|
-
import "../../../../../../../_virtual/VColorPickerSwatches.sass.mjs";
|
|
3
|
-
import { makeComponentProps as p } from "../../composables/component.mjs";
|
|
4
|
-
import f from "../../util/colors.mjs";
|
|
5
|
-
import { VIcon as w } from "../VIcon/VIcon.mjs";
|
|
6
|
-
import { parseColor as b, RGBtoHSV as C, getContrast as g, RGBtoCSS as v } from "../../util/colorUtils.mjs";
|
|
7
|
-
import { propsFactory as y } from "../../util/propsFactory.mjs";
|
|
8
|
-
import { defineComponent as S } from "../../util/defineComponent.mjs";
|
|
9
|
-
import { useRender as V } from "../../util/useRender.mjs";
|
|
10
|
-
import { convertToUnit as F } from "../../util/helpers.mjs";
|
|
11
|
-
import { deepEqual as P } from "../../util/deepEqual.mjs";
|
|
12
|
-
const _ = y({
|
|
13
|
-
swatches: {
|
|
14
|
-
type: Array,
|
|
15
|
-
default: () => x(f)
|
|
16
|
-
},
|
|
17
|
-
disabled: Boolean,
|
|
18
|
-
readonly: Boolean,
|
|
19
|
-
color: Object,
|
|
20
|
-
maxHeight: [Number, String],
|
|
21
|
-
...p()
|
|
22
|
-
}, "VColorPickerSwatches");
|
|
23
|
-
function x(o) {
|
|
24
|
-
return Object.keys(o).map((a) => {
|
|
25
|
-
const e = o[a];
|
|
26
|
-
return e.base ? [e.base, e.darken4, e.darken3, e.darken2, e.darken1, e.lighten1, e.lighten2, e.lighten3, e.lighten4, e.lighten5] : [e.black, e.white, e.transparent];
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
const A = S({
|
|
30
|
-
name: "VColorPickerSwatches",
|
|
31
|
-
props: _(),
|
|
32
|
-
emits: {
|
|
33
|
-
"update:color": (o) => !0
|
|
34
|
-
},
|
|
35
|
-
setup(o, a) {
|
|
36
|
-
let {
|
|
37
|
-
emit: e
|
|
38
|
-
} = a;
|
|
39
|
-
const s = h(() => !o.disabled && !o.readonly);
|
|
40
|
-
function m(r) {
|
|
41
|
-
!s.value || !r || e("update:color", r);
|
|
42
|
-
}
|
|
43
|
-
return V(() => t("div", {
|
|
44
|
-
class: n(["v-color-picker-swatches", o.class]),
|
|
45
|
-
style: u([{
|
|
46
|
-
maxHeight: F(o.maxHeight)
|
|
47
|
-
}, o.style])
|
|
48
|
-
}, [t("div", null, [o.swatches.map((r) => t("div", {
|
|
49
|
-
class: "v-color-picker-swatches__swatch"
|
|
50
|
-
}, [r.map((c) => {
|
|
51
|
-
const l = b(c), i = C(l), d = v(l);
|
|
52
|
-
return t("div", {
|
|
53
|
-
class: n(["v-color-picker-swatches__color", {
|
|
54
|
-
"v-color-picker-swatches__color--disabled": o.disabled
|
|
55
|
-
}]),
|
|
56
|
-
onClick: () => m(i)
|
|
57
|
-
}, [t("div", {
|
|
58
|
-
style: {
|
|
59
|
-
background: d
|
|
60
|
-
}
|
|
61
|
-
}, [o.color && P(o.color, i) ? k(w, {
|
|
62
|
-
size: "x-small",
|
|
63
|
-
icon: "$success",
|
|
64
|
-
color: g(c, "#FFFFFF") > 2 ? "white" : "black"
|
|
65
|
-
}, null) : void 0])]);
|
|
66
|
-
})]))])])), {};
|
|
67
|
-
}
|
|
68
|
-
});
|
|
69
|
-
export {
|
|
70
|
-
A as VColorPickerSwatches,
|
|
71
|
-
_ as makeVColorPickerSwatchesProps
|
|
72
|
-
};
|
|
@@ -1,193 +0,0 @@
|
|
|
1
|
-
import { HSVtoRGB as h, RGBtoHSV as f, HSVtoHSL as b, HSLtoHSV as x, HSVtoHex as c, HexToHSV as y } from "../../../util/colorUtils.mjs";
|
|
2
|
-
import { has as r } from "../../../util/helpers.mjs";
|
|
3
|
-
function V(e, t) {
|
|
4
|
-
if (t) {
|
|
5
|
-
const {
|
|
6
|
-
a: l,
|
|
7
|
-
...a
|
|
8
|
-
} = e;
|
|
9
|
-
return a;
|
|
10
|
-
}
|
|
11
|
-
return e;
|
|
12
|
-
}
|
|
13
|
-
function M(e, t) {
|
|
14
|
-
if (t == null || typeof t == "string") {
|
|
15
|
-
const l = typeof e.a == "number" && e.a < 1;
|
|
16
|
-
if (t != null && t.startsWith("rgb(")) {
|
|
17
|
-
const {
|
|
18
|
-
r: o,
|
|
19
|
-
g: s,
|
|
20
|
-
b: n,
|
|
21
|
-
a: u
|
|
22
|
-
} = h(e);
|
|
23
|
-
return `rgb(${o} ${s} ${n}` + (l ? ` / ${u})` : ")");
|
|
24
|
-
} else if (t != null && t.startsWith("hsl(")) {
|
|
25
|
-
const {
|
|
26
|
-
h: o,
|
|
27
|
-
s,
|
|
28
|
-
l: n,
|
|
29
|
-
a: u
|
|
30
|
-
} = b(e);
|
|
31
|
-
return `hsl(${o} ${Math.round(s * 100)} ${Math.round(n * 100)}` + (l ? ` / ${u})` : ")");
|
|
32
|
-
}
|
|
33
|
-
const a = c(e);
|
|
34
|
-
return e.a === 1 ? a.slice(0, 7) : a;
|
|
35
|
-
}
|
|
36
|
-
if (typeof t == "object") {
|
|
37
|
-
let l;
|
|
38
|
-
return r(t, ["r", "g", "b"]) ? l = h(e) : r(t, ["h", "s", "l"]) ? l = b(e) : r(t, ["h", "s", "v"]) && (l = e), V(l, !r(t, ["a"]) && e.a === 1);
|
|
39
|
-
}
|
|
40
|
-
return e;
|
|
41
|
-
}
|
|
42
|
-
const S = {
|
|
43
|
-
h: 0,
|
|
44
|
-
s: 0,
|
|
45
|
-
v: 0,
|
|
46
|
-
a: 1
|
|
47
|
-
}, g = {
|
|
48
|
-
inputProps: {
|
|
49
|
-
type: "number",
|
|
50
|
-
min: 0
|
|
51
|
-
},
|
|
52
|
-
inputs: [{
|
|
53
|
-
label: "R",
|
|
54
|
-
max: 255,
|
|
55
|
-
step: 1,
|
|
56
|
-
getValue: (e) => Math.round(e.r),
|
|
57
|
-
getColor: (e, t) => ({
|
|
58
|
-
...e,
|
|
59
|
-
r: Number(t)
|
|
60
|
-
}),
|
|
61
|
-
localeKey: "redInput"
|
|
62
|
-
}, {
|
|
63
|
-
label: "G",
|
|
64
|
-
max: 255,
|
|
65
|
-
step: 1,
|
|
66
|
-
getValue: (e) => Math.round(e.g),
|
|
67
|
-
getColor: (e, t) => ({
|
|
68
|
-
...e,
|
|
69
|
-
g: Number(t)
|
|
70
|
-
}),
|
|
71
|
-
localeKey: "greenInput"
|
|
72
|
-
}, {
|
|
73
|
-
label: "B",
|
|
74
|
-
max: 255,
|
|
75
|
-
step: 1,
|
|
76
|
-
getValue: (e) => Math.round(e.b),
|
|
77
|
-
getColor: (e, t) => ({
|
|
78
|
-
...e,
|
|
79
|
-
b: Number(t)
|
|
80
|
-
}),
|
|
81
|
-
localeKey: "blueInput"
|
|
82
|
-
}, {
|
|
83
|
-
label: "A",
|
|
84
|
-
max: 1,
|
|
85
|
-
step: 0.01,
|
|
86
|
-
getValue: (e) => {
|
|
87
|
-
let {
|
|
88
|
-
a: t
|
|
89
|
-
} = e;
|
|
90
|
-
return t != null ? Math.round(t * 100) / 100 : 1;
|
|
91
|
-
},
|
|
92
|
-
getColor: (e, t) => ({
|
|
93
|
-
...e,
|
|
94
|
-
a: Number(t)
|
|
95
|
-
}),
|
|
96
|
-
localeKey: "alphaInput"
|
|
97
|
-
}],
|
|
98
|
-
to: h,
|
|
99
|
-
from: f
|
|
100
|
-
};
|
|
101
|
-
var p;
|
|
102
|
-
const d = {
|
|
103
|
-
...g,
|
|
104
|
-
inputs: (p = g.inputs) == null ? void 0 : p.slice(0, 3)
|
|
105
|
-
}, m = {
|
|
106
|
-
inputProps: {
|
|
107
|
-
type: "number",
|
|
108
|
-
min: 0
|
|
109
|
-
},
|
|
110
|
-
inputs: [{
|
|
111
|
-
label: "H",
|
|
112
|
-
max: 360,
|
|
113
|
-
step: 1,
|
|
114
|
-
getValue: (e) => Math.round(e.h),
|
|
115
|
-
getColor: (e, t) => ({
|
|
116
|
-
...e,
|
|
117
|
-
h: Number(t)
|
|
118
|
-
}),
|
|
119
|
-
localeKey: "hueInput"
|
|
120
|
-
}, {
|
|
121
|
-
label: "S",
|
|
122
|
-
max: 1,
|
|
123
|
-
step: 0.01,
|
|
124
|
-
getValue: (e) => Math.round(e.s * 100) / 100,
|
|
125
|
-
getColor: (e, t) => ({
|
|
126
|
-
...e,
|
|
127
|
-
s: Number(t)
|
|
128
|
-
}),
|
|
129
|
-
localeKey: "saturationInput"
|
|
130
|
-
}, {
|
|
131
|
-
label: "L",
|
|
132
|
-
max: 1,
|
|
133
|
-
step: 0.01,
|
|
134
|
-
getValue: (e) => Math.round(e.l * 100) / 100,
|
|
135
|
-
getColor: (e, t) => ({
|
|
136
|
-
...e,
|
|
137
|
-
l: Number(t)
|
|
138
|
-
}),
|
|
139
|
-
localeKey: "lightnessInput"
|
|
140
|
-
}, {
|
|
141
|
-
label: "A",
|
|
142
|
-
max: 1,
|
|
143
|
-
step: 0.01,
|
|
144
|
-
getValue: (e) => {
|
|
145
|
-
let {
|
|
146
|
-
a: t
|
|
147
|
-
} = e;
|
|
148
|
-
return t != null ? Math.round(t * 100) / 100 : 1;
|
|
149
|
-
},
|
|
150
|
-
getColor: (e, t) => ({
|
|
151
|
-
...e,
|
|
152
|
-
a: Number(t)
|
|
153
|
-
}),
|
|
154
|
-
localeKey: "alphaInput"
|
|
155
|
-
}],
|
|
156
|
-
to: b,
|
|
157
|
-
from: x
|
|
158
|
-
}, H = {
|
|
159
|
-
...m,
|
|
160
|
-
inputs: m.inputs.slice(0, 3)
|
|
161
|
-
}, i = {
|
|
162
|
-
inputProps: {
|
|
163
|
-
type: "text"
|
|
164
|
-
},
|
|
165
|
-
inputs: [{
|
|
166
|
-
label: "HEXA",
|
|
167
|
-
getValue: (e) => e,
|
|
168
|
-
getColor: (e, t) => t,
|
|
169
|
-
localeKey: "hexaInput"
|
|
170
|
-
}],
|
|
171
|
-
to: c,
|
|
172
|
-
from: y
|
|
173
|
-
}, C = {
|
|
174
|
-
...i,
|
|
175
|
-
inputs: [{
|
|
176
|
-
label: "HEX",
|
|
177
|
-
getValue: (e) => e.slice(0, 7),
|
|
178
|
-
getColor: (e, t) => t,
|
|
179
|
-
localeKey: "hexInput"
|
|
180
|
-
}]
|
|
181
|
-
}, N = {
|
|
182
|
-
rgb: d,
|
|
183
|
-
rgba: g,
|
|
184
|
-
hsl: H,
|
|
185
|
-
hsla: m,
|
|
186
|
-
hex: C,
|
|
187
|
-
hexa: i
|
|
188
|
-
};
|
|
189
|
-
export {
|
|
190
|
-
M as extractColor,
|
|
191
|
-
N as modes,
|
|
192
|
-
S as nullColor
|
|
193
|
-
};
|