kdutify 2.7.2 → 2.7.3
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/json/web-types.json +5 -5
- package/dist/kdutify.js +150 -150
- package/dist/kdutify.js.map +1 -1
- package/dist/kdutify.min.css +1 -1
- package/dist/kdutify.min.js +2 -2
- package/es5/components/KAlert/KAlert.js +1 -1
- package/es5/components/KApp/KApp.js +1 -1
- package/es5/components/KAppBar/KAppBar.js +1 -1
- package/es5/components/KAutocomplete/KAutocomplete.js +1 -1
- package/es5/components/KAvatar/KAvatar.js +1 -1
- package/es5/components/KBadge/KBadge.js +1 -1
- package/es5/components/KBanner/KBanner.js +1 -1
- package/es5/components/KBottomNavigation/KBottomNavigation.js +1 -1
- package/es5/components/KBottomSheet/KBottomSheet.js +1 -1
- package/es5/components/KBreadcrumbs/KBreadcrumbs.js +1 -1
- package/es5/components/KBtn/KBtn.js +1 -1
- package/es5/components/KBtnToggle/KBtnToggle.js +1 -1
- package/es5/components/KCalendar/KCalendarCategory.js +1 -1
- package/es5/components/KCalendar/KCalendarDaily.js +1 -1
- package/es5/components/KCalendar/KCalendarMonthly.js +1 -1
- package/es5/components/KCalendar/KCalendarWeekly.js +1 -1
- package/es5/components/KCalendar/mixins/calendar-with-events.js +1 -1
- package/es5/components/KCalendar/modes/stack.js +12 -12
- package/es5/components/KCard/KCard.js +1 -1
- package/es5/components/KCarousel/KCarousel.js +1 -1
- package/es5/components/KCheckbox/KCheckbox.js +2 -2
- package/es5/components/KCheckbox/KSimpleCheckbox.js +1 -1
- package/es5/components/KChip/KChip.js +1 -1
- package/es5/components/KChipGroup/KChipGroup.js +1 -1
- package/es5/components/KColorPicker/KColorPicker.js +1 -1
- package/es5/components/KColorPicker/KColorPickerCanvas.js +1 -1
- package/es5/components/KColorPicker/KColorPickerEdit.js +1 -1
- package/es5/components/KColorPicker/KColorPickerPreview.js +1 -1
- package/es5/components/KColorPicker/KColorPickerSwatches.js +1 -1
- package/es5/components/KCombobox/KCombobox.js +1 -1
- package/es5/components/KCounter/KCounter.js +1 -1
- package/es5/components/KDataIterator/KDataFooter.js +1 -1
- package/es5/components/KDataTable/KDataTable.js +1 -1
- package/es5/components/KDataTable/KDataTableHeader.js +1 -1
- package/es5/components/KDataTable/KEditDialog.js +1 -1
- package/es5/components/KDataTable/KSimpleTable.js +1 -1
- package/es5/components/KDataTable/KVirtualTable.js +1 -1
- package/es5/components/KDatePicker/KDatePickerHeader.js +1 -1
- package/es5/components/KDatePicker/KDatePickerTitle.js +1 -1
- package/es5/components/KDatePicker/KDatePickerYears.js +1 -1
- package/es5/components/KDatePicker/mixins/date-picker-table.js +1 -1
- package/es5/components/KDatePicker/util/monthChange.js +3 -3
- package/es5/components/KDialog/KDialog.js +1 -1
- package/es5/components/KDivider/KDivider.js +1 -1
- package/es5/components/KExpansionPanel/KExpansionPanels.js +1 -1
- package/es5/components/KFileInput/KFileInput.js +1 -1
- package/es5/components/KFooter/KFooter.js +1 -1
- package/es5/components/KGrid/KCol.js +1 -1
- package/es5/components/KGrid/KContainer.js +2 -2
- package/es5/components/KGrid/KFlex.js +1 -1
- package/es5/components/KGrid/KLayout.js +1 -1
- package/es5/components/KGrid/KRow.js +1 -1
- package/es5/components/KGrid/KSpacer.js +1 -1
- package/es5/components/KIcon/KIcon.js +1 -1
- package/es5/components/KImg/KImg.js +1 -1
- package/es5/components/KInput/KInput.js +1 -1
- package/es5/components/KItemGroup/KItem.js +1 -1
- package/es5/components/KItemGroup/KItemGroup.js +1 -1
- package/es5/components/KLabel/KLabel.js +1 -1
- package/es5/components/KList/KList.js +1 -1
- package/es5/components/KList/KListGroup.js +1 -1
- package/es5/components/KList/KListItem.js +1 -1
- package/es5/components/KList/KListItemGroup.js +1 -1
- package/es5/components/KMain/KMain.js +1 -1
- package/es5/components/KMenu/KMenu.js +1 -1
- package/es5/components/KMessages/KMessages.js +1 -1
- package/es5/components/KNavigationDrawer/KNavigationDrawer.js +9 -9
- package/es5/components/KOtpInput/KOtpInput.js +2 -2
- package/es5/components/KOverflowBtn/KOverflowBtn.js +1 -1
- package/es5/components/KOverlay/KOverlay.js +1 -1
- package/es5/components/KPagination/KPagination.js +1 -1
- package/es5/components/KParallax/KParallax.js +1 -1
- package/es5/components/KPicker/KPicker.js +2 -2
- package/es5/components/KProgressCircular/KProgressCircular.js +1 -1
- package/es5/components/KProgressLinear/KProgressLinear.js +1 -1
- package/es5/components/KRadioGroup/KRadio.js +1 -1
- package/es5/components/KRadioGroup/KRadioGroup.js +2 -2
- package/es5/components/KRangeSlider/KRangeSlider.js +1 -1
- package/es5/components/KRating/KRating.js +1 -1
- package/es5/components/KResponsive/KResponsive.js +1 -1
- package/es5/components/KSelect/KSelect.js +2 -2
- package/es5/components/KSheet/KSheet.js +1 -1
- package/es5/components/KSkeletonLoader/KSkeletonLoader.js +1 -1
- package/es5/components/KSlideGroup/KSlideGroup.js +1 -1
- package/es5/components/KSlider/KSlider.js +1 -1
- package/es5/components/KSnackbar/KSnackbar.js +1 -1
- package/es5/components/KSparkline/helpers/math.js +4 -4
- package/es5/components/KSparkline/helpers/path.js +2 -2
- package/es5/components/KSpeedDial/KSpeedDial.js +1 -1
- package/es5/components/KStepper/KStepper.js +1 -1
- package/es5/components/KSubheader/KSubheader.js +1 -1
- package/es5/components/KSwitch/KSwitch.js +2 -2
- package/es5/components/KSystemBar/KSystemBar.js +1 -1
- package/es5/components/KTabs/KTabs.js +6 -6
- package/es5/components/KTextField/KTextField.js +1 -1
- package/es5/components/KTextarea/KTextarea.js +1 -1
- package/es5/components/KTimePicker/KTimePickerClock.js +1 -1
- package/es5/components/KTimePicker/KTimePickerTitle.js +1 -1
- package/es5/components/KTimeline/KTimeline.js +1 -1
- package/es5/components/KToolbar/KToolbar.js +1 -1
- package/es5/components/KTooltip/KTooltip.js +1 -1
- package/es5/components/KTreeview/KTreeview.js +1 -1
- package/es5/components/KVirtualScroll/KVirtualScroll.js +1 -1
- package/es5/components/KWindow/KWindow.js +1 -1
- package/es5/directives/ripple/index.js +1 -1
- package/es5/framework.js +1 -1
- package/es5/framework.js.map +1 -1
- package/es5/mixins/binds-attrs/index.js +2 -2
- package/es5/mixins/bootable/index.js +7 -7
- package/es5/mixins/delayable/index.js +10 -10
- package/es5/mixins/loadable/index.js +8 -8
- package/es5/mixins/positionable/index.js +25 -25
- package/es5/mixins/scrollable/index.js +18 -18
- package/es5/mixins/ssr-bootable/index.js +7 -7
- package/es5/presets/default/index.js +1 -1
- package/es5/services/theme/utils.js +4 -4
- package/es5/util/colorUtils.js +13 -13
- package/es5/util/dedupeModelListeners.js +3 -3
- package/es5/util/dom.js +4 -4
- package/es5/util/helpers.js +14 -14
- package/lib/components/KAlert/KAlert.js +1 -1
- package/lib/components/KAlert/KAlert.js.map +1 -1
- package/lib/components/KApp/KApp.js +1 -1
- package/lib/components/KApp/KApp.js.map +1 -1
- package/lib/components/KAppBar/KAppBar.js +1 -1
- package/lib/components/KAppBar/KAppBar.js.map +1 -1
- package/lib/components/KAutocomplete/KAutocomplete.js +1 -1
- package/lib/components/KAutocomplete/KAutocomplete.js.map +1 -1
- package/lib/components/KAvatar/KAvatar.js +1 -1
- package/lib/components/KAvatar/KAvatar.js.map +1 -1
- package/lib/components/KBadge/KBadge.js +1 -1
- package/lib/components/KBadge/KBadge.js.map +1 -1
- package/lib/components/KBanner/KBanner.js +1 -1
- package/lib/components/KBanner/KBanner.js.map +1 -1
- package/lib/components/KBottomNavigation/KBottomNavigation.js +1 -1
- package/lib/components/KBottomNavigation/KBottomNavigation.js.map +1 -1
- package/lib/components/KBottomSheet/KBottomSheet.js +1 -1
- package/lib/components/KBottomSheet/KBottomSheet.js.map +1 -1
- package/lib/components/KBreadcrumbs/KBreadcrumbs.js +1 -1
- package/lib/components/KBreadcrumbs/KBreadcrumbs.js.map +1 -1
- package/lib/components/KBtn/KBtn.js +1 -1
- package/lib/components/KBtn/KBtn.js.map +1 -1
- package/lib/components/KBtnToggle/KBtnToggle.js +1 -1
- package/lib/components/KBtnToggle/KBtnToggle.js.map +1 -1
- package/lib/components/KCalendar/KCalendarCategory.js +1 -1
- package/lib/components/KCalendar/KCalendarCategory.js.map +1 -1
- package/lib/components/KCalendar/KCalendarDaily.js +1 -1
- package/lib/components/KCalendar/KCalendarDaily.js.map +1 -1
- package/lib/components/KCalendar/KCalendarMonthly.js +1 -1
- package/lib/components/KCalendar/KCalendarMonthly.js.map +1 -1
- package/lib/components/KCalendar/KCalendarWeekly.js +1 -1
- package/lib/components/KCalendar/KCalendarWeekly.js.map +1 -1
- package/lib/components/KCalendar/mixins/calendar-with-events.js +1 -1
- package/lib/components/KCalendar/mixins/calendar-with-events.js.map +1 -1
- package/lib/components/KCalendar/modes/stack.js +12 -12
- package/lib/components/KCard/KCard.js +1 -1
- package/lib/components/KCard/KCard.js.map +1 -1
- package/lib/components/KCarousel/KCarousel.js +1 -1
- package/lib/components/KCarousel/KCarousel.js.map +1 -1
- package/lib/components/KCheckbox/KCheckbox.js +2 -2
- package/lib/components/KCheckbox/KCheckbox.js.map +1 -1
- package/lib/components/KCheckbox/KSimpleCheckbox.js +1 -1
- package/lib/components/KCheckbox/KSimpleCheckbox.js.map +1 -1
- package/lib/components/KChip/KChip.js +1 -1
- package/lib/components/KChip/KChip.js.map +1 -1
- package/lib/components/KChipGroup/KChipGroup.js +1 -1
- package/lib/components/KChipGroup/KChipGroup.js.map +1 -1
- package/lib/components/KColorPicker/KColorPicker.js +1 -1
- package/lib/components/KColorPicker/KColorPicker.js.map +1 -1
- package/lib/components/KColorPicker/KColorPickerCanvas.js +1 -1
- package/lib/components/KColorPicker/KColorPickerCanvas.js.map +1 -1
- package/lib/components/KColorPicker/KColorPickerEdit.js +1 -1
- package/lib/components/KColorPicker/KColorPickerEdit.js.map +1 -1
- package/lib/components/KColorPicker/KColorPickerPreview.js +1 -1
- package/lib/components/KColorPicker/KColorPickerPreview.js.map +1 -1
- package/lib/components/KColorPicker/KColorPickerSwatches.js +1 -1
- package/lib/components/KColorPicker/KColorPickerSwatches.js.map +1 -1
- package/lib/components/KCombobox/KCombobox.js +1 -1
- package/lib/components/KCombobox/KCombobox.js.map +1 -1
- package/lib/components/KCounter/KCounter.js +1 -1
- package/lib/components/KCounter/KCounter.js.map +1 -1
- package/lib/components/KDataIterator/KDataFooter.js +1 -1
- package/lib/components/KDataIterator/KDataFooter.js.map +1 -1
- package/lib/components/KDataTable/KDataTable.js +1 -1
- package/lib/components/KDataTable/KDataTable.js.map +1 -1
- package/lib/components/KDataTable/KDataTableHeader.js +1 -1
- package/lib/components/KDataTable/KDataTableHeader.js.map +1 -1
- package/lib/components/KDataTable/KEditDialog.js +1 -1
- package/lib/components/KDataTable/KEditDialog.js.map +1 -1
- package/lib/components/KDataTable/KSimpleTable.js +1 -1
- package/lib/components/KDataTable/KSimpleTable.js.map +1 -1
- package/lib/components/KDataTable/KVirtualTable.js +1 -1
- package/lib/components/KDataTable/KVirtualTable.js.map +1 -1
- package/lib/components/KDatePicker/KDatePickerHeader.js +1 -1
- package/lib/components/KDatePicker/KDatePickerHeader.js.map +1 -1
- package/lib/components/KDatePicker/KDatePickerTitle.js +1 -1
- package/lib/components/KDatePicker/KDatePickerTitle.js.map +1 -1
- package/lib/components/KDatePicker/KDatePickerYears.js +1 -1
- package/lib/components/KDatePicker/KDatePickerYears.js.map +1 -1
- package/lib/components/KDatePicker/mixins/date-picker-table.js +1 -1
- package/lib/components/KDatePicker/mixins/date-picker-table.js.map +1 -1
- package/lib/components/KDatePicker/util/monthChange.js +3 -3
- package/lib/components/KDialog/KDialog.js +1 -1
- package/lib/components/KDialog/KDialog.js.map +1 -1
- package/lib/components/KDivider/KDivider.js +1 -1
- package/lib/components/KDivider/KDivider.js.map +1 -1
- package/lib/components/KExpansionPanel/KExpansionPanels.js +1 -1
- package/lib/components/KExpansionPanel/KExpansionPanels.js.map +1 -1
- package/lib/components/KFileInput/KFileInput.js +1 -1
- package/lib/components/KFileInput/KFileInput.js.map +1 -1
- package/lib/components/KFooter/KFooter.js +1 -1
- package/lib/components/KFooter/KFooter.js.map +1 -1
- package/lib/components/KGrid/KCol.js +1 -1
- package/lib/components/KGrid/KCol.js.map +1 -1
- package/lib/components/KGrid/KContainer.js +2 -2
- package/lib/components/KGrid/KContainer.js.map +1 -1
- package/lib/components/KGrid/KFlex.js +1 -1
- package/lib/components/KGrid/KFlex.js.map +1 -1
- package/lib/components/KGrid/KLayout.js +1 -1
- package/lib/components/KGrid/KLayout.js.map +1 -1
- package/lib/components/KGrid/KRow.js +1 -1
- package/lib/components/KGrid/KRow.js.map +1 -1
- package/lib/components/KGrid/KSpacer.js +1 -1
- package/lib/components/KGrid/KSpacer.js.map +1 -1
- package/lib/components/KIcon/KIcon.js +1 -1
- package/lib/components/KIcon/KIcon.js.map +1 -1
- package/lib/components/KImg/KImg.js +1 -1
- package/lib/components/KImg/KImg.js.map +1 -1
- package/lib/components/KInput/KInput.js +1 -1
- package/lib/components/KInput/KInput.js.map +1 -1
- package/lib/components/KItemGroup/KItem.js +1 -1
- package/lib/components/KItemGroup/KItem.js.map +1 -1
- package/lib/components/KItemGroup/KItemGroup.js +1 -1
- package/lib/components/KItemGroup/KItemGroup.js.map +1 -1
- package/lib/components/KLabel/KLabel.js +1 -1
- package/lib/components/KLabel/KLabel.js.map +1 -1
- package/lib/components/KList/KList.js +1 -1
- package/lib/components/KList/KList.js.map +1 -1
- package/lib/components/KList/KListGroup.js +1 -1
- package/lib/components/KList/KListGroup.js.map +1 -1
- package/lib/components/KList/KListItem.js +1 -1
- package/lib/components/KList/KListItem.js.map +1 -1
- package/lib/components/KList/KListItemGroup.js +1 -1
- package/lib/components/KList/KListItemGroup.js.map +1 -1
- package/lib/components/KMain/KMain.js +1 -1
- package/lib/components/KMain/KMain.js.map +1 -1
- package/lib/components/KMenu/KMenu.js +1 -1
- package/lib/components/KMenu/KMenu.js.map +1 -1
- package/lib/components/KMessages/KMessages.js +1 -1
- package/lib/components/KMessages/KMessages.js.map +1 -1
- package/lib/components/KNavigationDrawer/KNavigationDrawer.js +9 -9
- package/lib/components/KNavigationDrawer/KNavigationDrawer.js.map +1 -1
- package/lib/components/KOtpInput/KOtpInput.js +2 -2
- package/lib/components/KOtpInput/KOtpInput.js.map +1 -1
- package/lib/components/KOverflowBtn/KOverflowBtn.js +1 -1
- package/lib/components/KOverflowBtn/KOverflowBtn.js.map +1 -1
- package/lib/components/KOverlay/KOverlay.js +1 -1
- package/lib/components/KOverlay/KOverlay.js.map +1 -1
- package/lib/components/KPagination/KPagination.js +1 -1
- package/lib/components/KPagination/KPagination.js.map +1 -1
- package/lib/components/KParallax/KParallax.js +1 -1
- package/lib/components/KParallax/KParallax.js.map +1 -1
- package/lib/components/KPicker/KPicker.js +2 -2
- package/lib/components/KPicker/KPicker.js.map +1 -1
- package/lib/components/KProgressCircular/KProgressCircular.js +1 -1
- package/lib/components/KProgressCircular/KProgressCircular.js.map +1 -1
- package/lib/components/KProgressLinear/KProgressLinear.js +1 -1
- package/lib/components/KProgressLinear/KProgressLinear.js.map +1 -1
- package/lib/components/KRadioGroup/KRadio.js +1 -1
- package/lib/components/KRadioGroup/KRadio.js.map +1 -1
- package/lib/components/KRadioGroup/KRadioGroup.js +2 -2
- package/lib/components/KRadioGroup/KRadioGroup.js.map +1 -1
- package/lib/components/KRangeSlider/KRangeSlider.js +1 -1
- package/lib/components/KRangeSlider/KRangeSlider.js.map +1 -1
- package/lib/components/KRating/KRating.js +1 -1
- package/lib/components/KRating/KRating.js.map +1 -1
- package/lib/components/KResponsive/KResponsive.js +1 -1
- package/lib/components/KResponsive/KResponsive.js.map +1 -1
- package/lib/components/KSelect/KSelect.js +2 -2
- package/lib/components/KSelect/KSelect.js.map +1 -1
- package/lib/components/KSheet/KSheet.js +1 -1
- package/lib/components/KSheet/KSheet.js.map +1 -1
- package/lib/components/KSkeletonLoader/KSkeletonLoader.js +1 -1
- package/lib/components/KSkeletonLoader/KSkeletonLoader.js.map +1 -1
- package/lib/components/KSlideGroup/KSlideGroup.js +1 -1
- package/lib/components/KSlideGroup/KSlideGroup.js.map +1 -1
- package/lib/components/KSlider/KSlider.js +1 -1
- package/lib/components/KSlider/KSlider.js.map +1 -1
- package/lib/components/KSnackbar/KSnackbar.js +1 -1
- package/lib/components/KSnackbar/KSnackbar.js.map +1 -1
- package/lib/components/KSparkline/helpers/math.js +4 -4
- package/lib/components/KSparkline/helpers/path.js +2 -2
- package/lib/components/KSpeedDial/KSpeedDial.js +1 -1
- package/lib/components/KSpeedDial/KSpeedDial.js.map +1 -1
- package/lib/components/KStepper/KStepper.js +1 -1
- package/lib/components/KStepper/KStepper.js.map +1 -1
- package/lib/components/KSubheader/KSubheader.js +1 -1
- package/lib/components/KSubheader/KSubheader.js.map +1 -1
- package/lib/components/KSwitch/KSwitch.js +2 -2
- package/lib/components/KSwitch/KSwitch.js.map +1 -1
- package/lib/components/KSystemBar/KSystemBar.js +1 -1
- package/lib/components/KSystemBar/KSystemBar.js.map +1 -1
- package/lib/components/KTabs/KTabs.js +6 -6
- package/lib/components/KTabs/KTabs.js.map +1 -1
- package/lib/components/KTextField/KTextField.js +1 -1
- package/lib/components/KTextField/KTextField.js.map +1 -1
- package/lib/components/KTextarea/KTextarea.js +1 -1
- package/lib/components/KTextarea/KTextarea.js.map +1 -1
- package/lib/components/KTimePicker/KTimePickerClock.js +1 -1
- package/lib/components/KTimePicker/KTimePickerClock.js.map +1 -1
- package/lib/components/KTimePicker/KTimePickerTitle.js +1 -1
- package/lib/components/KTimePicker/KTimePickerTitle.js.map +1 -1
- package/lib/components/KTimeline/KTimeline.js +1 -1
- package/lib/components/KTimeline/KTimeline.js.map +1 -1
- package/lib/components/KToolbar/KToolbar.js +1 -1
- package/lib/components/KToolbar/KToolbar.js.map +1 -1
- package/lib/components/KTooltip/KTooltip.js +1 -1
- package/lib/components/KTooltip/KTooltip.js.map +1 -1
- package/lib/components/KTreeview/KTreeview.js +1 -1
- package/lib/components/KTreeview/KTreeview.js.map +1 -1
- package/lib/components/KVirtualScroll/KVirtualScroll.js +1 -1
- package/lib/components/KVirtualScroll/KVirtualScroll.js.map +1 -1
- package/lib/components/KWindow/KWindow.js +1 -1
- package/lib/components/KWindow/KWindow.js.map +1 -1
- package/lib/directives/ripple/index.js +1 -1
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/mixins/binds-attrs/index.js +2 -2
- package/lib/mixins/bootable/index.js +7 -7
- package/lib/mixins/delayable/index.js +10 -10
- package/lib/mixins/loadable/index.js +8 -8
- package/lib/mixins/positionable/index.js +25 -25
- package/lib/mixins/scrollable/index.js +18 -18
- package/lib/mixins/ssr-bootable/index.js +7 -7
- package/lib/presets/default/index.js +1 -1
- package/lib/presets/default/index.js.map +1 -1
- package/lib/services/theme/utils.js +4 -4
- package/lib/util/colorUtils.js +13 -13
- package/lib/util/dedupeModelListeners.js +3 -3
- package/lib/util/dom.js +4 -4
- package/lib/util/helpers.js +14 -14
- package/package.json +2 -3
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "kdu",
|
|
4
4
|
"name": "kdutify",
|
|
5
|
-
"version": "2.7.2
|
|
5
|
+
"version": "2.7.2",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -5101,7 +5101,7 @@
|
|
|
5101
5101
|
"name": "start",
|
|
5102
5102
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
5103
5103
|
"doc-url": "https://kdutifyjs.web.app/api/k-calendar#props",
|
|
5104
|
-
"default": "2026-01-
|
|
5104
|
+
"default": "2026-01-12",
|
|
5105
5105
|
"value": {
|
|
5106
5106
|
"kind": "expression",
|
|
5107
5107
|
"type": [
|
|
@@ -6730,7 +6730,7 @@
|
|
|
6730
6730
|
"name": "start",
|
|
6731
6731
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
6732
6732
|
"doc-url": "https://kdutifyjs.web.app/api/k-calendar-daily#props",
|
|
6733
|
-
"default": "2026-01-
|
|
6733
|
+
"default": "2026-01-12",
|
|
6734
6734
|
"value": {
|
|
6735
6735
|
"kind": "expression",
|
|
6736
6736
|
"type": [
|
|
@@ -6948,7 +6948,7 @@
|
|
|
6948
6948
|
"name": "start",
|
|
6949
6949
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
6950
6950
|
"doc-url": "https://kdutifyjs.web.app/api/k-calendar-weekly#props",
|
|
6951
|
-
"default": "2026-01-
|
|
6951
|
+
"default": "2026-01-12",
|
|
6952
6952
|
"value": {
|
|
6953
6953
|
"kind": "expression",
|
|
6954
6954
|
"type": [
|
|
@@ -7166,7 +7166,7 @@
|
|
|
7166
7166
|
"name": "start",
|
|
7167
7167
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
7168
7168
|
"doc-url": "https://kdutifyjs.web.app/api/k-calendar-monthly#props",
|
|
7169
|
-
"default": "2026-01-
|
|
7169
|
+
"default": "2026-01-12",
|
|
7170
7170
|
"value": {
|
|
7171
7171
|
"kind": "expression",
|
|
7172
7172
|
"type": [
|
package/dist/kdutify.js
CHANGED
|
@@ -4948,18 +4948,18 @@ var __read = undefined && undefined.__read || function (o, n) {
|
|
|
4948
4948
|
var FULL_WIDTH = 100;
|
|
4949
4949
|
var DEFAULT_OFFSET = 5;
|
|
4950
4950
|
var WIDTH_MULTIPLIER = 1.7;
|
|
4951
|
-
/**
|
|
4952
|
-
* Variation of column mode where events can be stacked. The priority of this
|
|
4953
|
-
* mode is to stack events together taking up the least amount of space while
|
|
4954
|
-
* trying to ensure the content of the event is always visible as well as its
|
|
4955
|
-
* start and end. A sibling column has intersecting event content and must be
|
|
4956
|
-
* placed beside each other. Non-sibling columns are offset by 5% from the
|
|
4957
|
-
* previous column. The width is scaled by 1.7 so the events overlap and
|
|
4958
|
-
* whitespace is reduced. If there is a hole in columns the event width is
|
|
4959
|
-
* scaled up so it intersects with the next column. The columns have equal
|
|
4960
|
-
* width in the space they are given. If the event doesn't have any to the
|
|
4961
|
-
* right of it that intersect with it's content it's right side is extended
|
|
4962
|
-
* to the right side.
|
|
4951
|
+
/**
|
|
4952
|
+
* Variation of column mode where events can be stacked. The priority of this
|
|
4953
|
+
* mode is to stack events together taking up the least amount of space while
|
|
4954
|
+
* trying to ensure the content of the event is always visible as well as its
|
|
4955
|
+
* start and end. A sibling column has intersecting event content and must be
|
|
4956
|
+
* placed beside each other. Non-sibling columns are offset by 5% from the
|
|
4957
|
+
* previous column. The width is scaled by 1.7 so the events overlap and
|
|
4958
|
+
* whitespace is reduced. If there is a hole in columns the event width is
|
|
4959
|
+
* scaled up so it intersects with the next column. The columns have equal
|
|
4960
|
+
* width in the space they are given. If the event doesn't have any to the
|
|
4961
|
+
* right of it that intersect with it's content it's right side is extended
|
|
4962
|
+
* to the right side.
|
|
4963
4963
|
*/
|
|
4964
4964
|
var stack = function stack(events, firstWeekday, overlapThreshold) {
|
|
4965
4965
|
var handler = Object(_common__WEBPACK_IMPORTED_MODULE_0__["getOverlapGroupHandler"])(firstWeekday);
|
|
@@ -13490,9 +13490,9 @@ var __read = undefined && undefined.__read || function (o, n) {
|
|
|
13490
13490
|
return ar;
|
|
13491
13491
|
};
|
|
13492
13492
|
|
|
13493
|
-
/**
|
|
13494
|
-
* @param {String} value YYYY-MM format
|
|
13495
|
-
* @param {Number} sign -1 or +1
|
|
13493
|
+
/**
|
|
13494
|
+
* @param {String} value YYYY-MM format
|
|
13495
|
+
* @param {Number} sign -1 or +1
|
|
13496
13496
|
*/
|
|
13497
13497
|
/* harmony default export */ __webpack_exports__["default"] = (function (value, sign) {
|
|
13498
13498
|
var _a = __read(value.split('-').map(Number), 2),
|
|
@@ -18990,9 +18990,9 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_13__["default"])(O
|
|
|
18990
18990
|
};
|
|
18991
18991
|
},
|
|
18992
18992
|
computed: {
|
|
18993
|
-
/**
|
|
18994
|
-
* Used for setting an app value from a dynamic
|
|
18995
|
-
* property. Called from applicationable.js
|
|
18993
|
+
/**
|
|
18994
|
+
* Used for setting an app value from a dynamic
|
|
18995
|
+
* property. Called from applicationable.js
|
|
18996
18996
|
*/
|
|
18997
18997
|
applicationProperty: function applicationProperty() {
|
|
18998
18998
|
return this.right ? 'right' : 'left';
|
|
@@ -19079,9 +19079,9 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_13__["default"])(O
|
|
|
19079
19079
|
isActive: function isActive(val) {
|
|
19080
19080
|
this.$emit('input', val);
|
|
19081
19081
|
},
|
|
19082
|
-
/**
|
|
19083
|
-
* When mobile changes, adjust the active state
|
|
19084
|
-
* only when there has been a previous value
|
|
19082
|
+
/**
|
|
19083
|
+
* When mobile changes, adjust the active state
|
|
19084
|
+
* only when there has been a previous value
|
|
19085
19085
|
*/
|
|
19086
19086
|
isMobile: function isMobile(val, prev) {
|
|
19087
19087
|
!val && this.isActive && !this.temporary && this.removeOverlay();
|
|
@@ -19235,8 +19235,8 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_13__["default"])(O
|
|
|
19235
19235
|
if (Math.abs(e.touchendX - e.touchstartX) < 100) return;
|
|
19236
19236
|
if (!this.right && e.touchstartX <= this.touchArea.left) this.isActive = true;else if (this.right && this.isActive) this.isActive = false;
|
|
19237
19237
|
},
|
|
19238
|
-
/**
|
|
19239
|
-
* Update the application layout
|
|
19238
|
+
/**
|
|
19239
|
+
* Update the application layout
|
|
19240
19240
|
*/
|
|
19241
19241
|
updateApplication: function updateApplication() {
|
|
19242
19242
|
if (!this.isActive || this.isMobile || this.temporary || !this.$el) return 0;
|
|
@@ -25315,10 +25315,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
25315
25315
|
function int(value) {
|
|
25316
25316
|
return parseInt(value, 10);
|
|
25317
25317
|
}
|
|
25318
|
-
/**
|
|
25319
|
-
* https://en.wikipedia.org/wiki/Collinearity
|
|
25320
|
-
* x=(x1+x2)/2
|
|
25321
|
-
* y=(y1+y2)/2
|
|
25318
|
+
/**
|
|
25319
|
+
* https://en.wikipedia.org/wiki/Collinearity
|
|
25320
|
+
* x=(x1+x2)/2
|
|
25321
|
+
* y=(y1+y2)/2
|
|
25322
25322
|
*/
|
|
25323
25323
|
function checkCollinear(p0, p1, p2) {
|
|
25324
25324
|
return int(p0.x + p2.x) === int(2 * p1.x) && int(p0.y + p2.y) === int(2 * p1.y);
|
|
@@ -25356,8 +25356,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
25356
25356
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "genPath", function() { return genPath; });
|
|
25357
25357
|
/* harmony import */ var _math__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./math */ "./src/components/KSparkline/helpers/math.ts");
|
|
25358
25358
|
|
|
25359
|
-
/**
|
|
25360
|
-
* From https://github.com/unsplash/react-trend/blob/master/src/helpers/DOM.helpers.js#L18
|
|
25359
|
+
/**
|
|
25360
|
+
* From https://github.com/unsplash/react-trend/blob/master/src/helpers/DOM.helpers.js#L18
|
|
25361
25361
|
*/
|
|
25362
25362
|
function genPath(points, radius, fill, height) {
|
|
25363
25363
|
if (fill === void 0) {
|
|
@@ -26838,11 +26838,11 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_9__["default"])(_m
|
|
|
26838
26838
|
tab.push(knode);
|
|
26839
26839
|
}
|
|
26840
26840
|
}
|
|
26841
|
-
/**
|
|
26842
|
-
* tab: array of `k-tab`
|
|
26843
|
-
* slider: single `k-tabs-slider`
|
|
26844
|
-
* items: single `k-tabs-items`
|
|
26845
|
-
* item: array of `k-tab-item`
|
|
26841
|
+
/**
|
|
26842
|
+
* tab: array of `k-tab`
|
|
26843
|
+
* slider: single `k-tabs-slider`
|
|
26844
|
+
* items: single `k-tabs-items`
|
|
26845
|
+
* item: array of `k-tab-item`
|
|
26846
26846
|
*/
|
|
26847
26847
|
return {
|
|
26848
26848
|
tab: tab,
|
|
@@ -32713,7 +32713,7 @@ var Kdutify = /** @class */function () {
|
|
|
32713
32713
|
};
|
|
32714
32714
|
Kdutify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
|
|
32715
32715
|
Kdutify.installed = false;
|
|
32716
|
-
Kdutify.version = "2.7.
|
|
32716
|
+
Kdutify.version = "2.7.3";
|
|
32717
32717
|
Kdutify.config = {
|
|
32718
32718
|
silent: false
|
|
32719
32719
|
};
|
|
@@ -37002,8 +37002,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
37002
37002
|
/* harmony import */ var kdu__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! kdu */ "kdu");
|
|
37003
37003
|
/* harmony import */ var kdu__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(kdu__WEBPACK_IMPORTED_MODULE_0__);
|
|
37004
37004
|
|
|
37005
|
-
/**
|
|
37006
|
-
* This mixin provides `attrs$` and `listeners$` to work around
|
|
37005
|
+
/**
|
|
37006
|
+
* This mixin provides `attrs$` and `listeners$` to work around
|
|
37007
37007
|
*/
|
|
37008
37008
|
function makeWatcher(property) {
|
|
37009
37009
|
return function (val, oldVal) {
|
|
@@ -37054,13 +37054,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
37054
37054
|
|
|
37055
37055
|
// Types
|
|
37056
37056
|
|
|
37057
|
-
/**
|
|
37058
|
-
* Bootable
|
|
37059
|
-
* @mixin
|
|
37060
|
-
*
|
|
37061
|
-
* Used to add lazy content functionality to components
|
|
37062
|
-
* Looks for change in "isActive" to automatically boot
|
|
37063
|
-
* Otherwise can be set manually
|
|
37057
|
+
/**
|
|
37058
|
+
* Bootable
|
|
37059
|
+
* @mixin
|
|
37060
|
+
*
|
|
37061
|
+
* Used to add lazy content functionality to components
|
|
37062
|
+
* Looks for change in "isActive" to automatically boot
|
|
37063
|
+
* Otherwise can be set manually
|
|
37064
37064
|
*/
|
|
37065
37065
|
/* @kdujs/component */
|
|
37066
37066
|
/* harmony default export */ __webpack_exports__["default"] = (kdu__WEBPACK_IMPORTED_MODULE_1___default.a.extend().extend({
|
|
@@ -37288,12 +37288,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
37288
37288
|
/* harmony import */ var kdu__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! kdu */ "kdu");
|
|
37289
37289
|
/* harmony import */ var kdu__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(kdu__WEBPACK_IMPORTED_MODULE_0__);
|
|
37290
37290
|
|
|
37291
|
-
/**
|
|
37292
|
-
* Delayable
|
|
37293
|
-
*
|
|
37294
|
-
* @mixin
|
|
37295
|
-
*
|
|
37296
|
-
* Changes the open or close delay time for elements
|
|
37291
|
+
/**
|
|
37292
|
+
* Delayable
|
|
37293
|
+
*
|
|
37294
|
+
* @mixin
|
|
37295
|
+
*
|
|
37296
|
+
* Changes the open or close delay time for elements
|
|
37297
37297
|
*/
|
|
37298
37298
|
/* harmony default export */ __webpack_exports__["default"] = (kdu__WEBPACK_IMPORTED_MODULE_0___default.a.extend().extend({
|
|
37299
37299
|
name: 'delayable',
|
|
@@ -37314,15 +37314,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
37314
37314
|
};
|
|
37315
37315
|
},
|
|
37316
37316
|
methods: {
|
|
37317
|
-
/**
|
|
37318
|
-
* Clear any pending delay timers from executing
|
|
37317
|
+
/**
|
|
37318
|
+
* Clear any pending delay timers from executing
|
|
37319
37319
|
*/
|
|
37320
37320
|
clearDelay: function clearDelay() {
|
|
37321
37321
|
clearTimeout(this.openTimeout);
|
|
37322
37322
|
clearTimeout(this.closeTimeout);
|
|
37323
37323
|
},
|
|
37324
|
-
/**
|
|
37325
|
-
* Runs callback after a specified delay
|
|
37324
|
+
/**
|
|
37325
|
+
* Runs callback after a specified delay
|
|
37326
37326
|
*/
|
|
37327
37327
|
runDelay: function runDelay(type, cb) {
|
|
37328
37328
|
var _this = this;
|
|
@@ -37781,14 +37781,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
37781
37781
|
|
|
37782
37782
|
|
|
37783
37783
|
|
|
37784
|
-
/**
|
|
37785
|
-
* Loadable
|
|
37786
|
-
*
|
|
37787
|
-
* @mixin
|
|
37788
|
-
*
|
|
37789
|
-
* Used to add linear progress bar to components
|
|
37790
|
-
* Can use a default bar with a specific color
|
|
37791
|
-
* or designate a custom progress linear bar
|
|
37784
|
+
/**
|
|
37785
|
+
* Loadable
|
|
37786
|
+
*
|
|
37787
|
+
* @mixin
|
|
37788
|
+
*
|
|
37789
|
+
* Used to add linear progress bar to components
|
|
37790
|
+
* Can use a default bar with a specific color
|
|
37791
|
+
* or designate a custom progress linear bar
|
|
37792
37792
|
*/
|
|
37793
37793
|
/* @kdujs/component */
|
|
37794
37794
|
/* harmony default export */ __webpack_exports__["default"] = (kdu__WEBPACK_IMPORTED_MODULE_0___default.a.extend().extend({
|
|
@@ -38797,31 +38797,31 @@ function factory(selected) {
|
|
|
38797
38797
|
}
|
|
38798
38798
|
/* harmony default export */ __webpack_exports__["default"] = (factory());
|
|
38799
38799
|
// Add a `*` before the second `/`
|
|
38800
|
-
/* Tests /
|
|
38801
|
-
let single = factory(['top']).extend({
|
|
38802
|
-
created () {
|
|
38803
|
-
this.top
|
|
38804
|
-
this.bottom
|
|
38805
|
-
this.absolute
|
|
38806
|
-
}
|
|
38807
|
-
})
|
|
38808
|
-
|
|
38809
|
-
let some = factory(['top', 'bottom']).extend({
|
|
38810
|
-
created () {
|
|
38811
|
-
this.top
|
|
38812
|
-
this.bottom
|
|
38813
|
-
this.absolute
|
|
38814
|
-
}
|
|
38815
|
-
})
|
|
38816
|
-
|
|
38817
|
-
let all = factory().extend({
|
|
38818
|
-
created () {
|
|
38819
|
-
this.top
|
|
38820
|
-
this.bottom
|
|
38821
|
-
this.absolute
|
|
38822
|
-
this.foobar
|
|
38823
|
-
}
|
|
38824
|
-
})
|
|
38800
|
+
/* Tests /
|
|
38801
|
+
let single = factory(['top']).extend({
|
|
38802
|
+
created () {
|
|
38803
|
+
this.top
|
|
38804
|
+
this.bottom
|
|
38805
|
+
this.absolute
|
|
38806
|
+
}
|
|
38807
|
+
})
|
|
38808
|
+
|
|
38809
|
+
let some = factory(['top', 'bottom']).extend({
|
|
38810
|
+
created () {
|
|
38811
|
+
this.top
|
|
38812
|
+
this.bottom
|
|
38813
|
+
this.absolute
|
|
38814
|
+
}
|
|
38815
|
+
})
|
|
38816
|
+
|
|
38817
|
+
let all = factory().extend({
|
|
38818
|
+
created () {
|
|
38819
|
+
this.top
|
|
38820
|
+
this.bottom
|
|
38821
|
+
this.absolute
|
|
38822
|
+
this.foobar
|
|
38823
|
+
}
|
|
38824
|
+
})
|
|
38825
38825
|
/**/
|
|
38826
38826
|
|
|
38827
38827
|
/***/ }),
|
|
@@ -39281,13 +39281,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
39281
39281
|
|
|
39282
39282
|
// Types
|
|
39283
39283
|
|
|
39284
|
-
/**
|
|
39285
|
-
* Scrollable
|
|
39286
|
-
*
|
|
39287
|
-
* Used for monitoring scrolling and
|
|
39288
|
-
* invoking functions based upon
|
|
39289
|
-
* scrolling thresholds being
|
|
39290
|
-
* met.
|
|
39284
|
+
/**
|
|
39285
|
+
* Scrollable
|
|
39286
|
+
*
|
|
39287
|
+
* Used for monitoring scrolling and
|
|
39288
|
+
* invoking functions based upon
|
|
39289
|
+
* scrolling thresholds being
|
|
39290
|
+
* met.
|
|
39291
39291
|
*/
|
|
39292
39292
|
/* @kdujs/component */
|
|
39293
39293
|
/* harmony default export */ __webpack_exports__["default"] = (kdu__WEBPACK_IMPORTED_MODULE_2___default.a.extend({
|
|
@@ -39311,17 +39311,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
39311
39311
|
};
|
|
39312
39312
|
},
|
|
39313
39313
|
computed: {
|
|
39314
|
-
/**
|
|
39315
|
-
* A computed property that returns
|
|
39316
|
-
* whether scrolling features are
|
|
39317
|
-
* enabled or disabled
|
|
39314
|
+
/**
|
|
39315
|
+
* A computed property that returns
|
|
39316
|
+
* whether scrolling features are
|
|
39317
|
+
* enabled or disabled
|
|
39318
39318
|
*/
|
|
39319
39319
|
canScroll: function canScroll() {
|
|
39320
39320
|
return typeof window !== 'undefined';
|
|
39321
39321
|
},
|
|
39322
|
-
/**
|
|
39323
|
-
* The threshold that must be met before
|
|
39324
|
-
* thresholdMet function is invoked
|
|
39322
|
+
/**
|
|
39323
|
+
* The threshold that must be met before
|
|
39324
|
+
* thresholdMet function is invoked
|
|
39325
39325
|
*/
|
|
39326
39326
|
computedScrollThreshold: function computedScrollThreshold() {
|
|
39327
39327
|
return this.scrollThreshold ? Number(this.scrollThreshold) : 300;
|
|
@@ -39355,10 +39355,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
39355
39355
|
if (Math.abs(_this.currentScroll - _this.savedScroll) > _this.computedScrollThreshold) _this.thresholdMet();
|
|
39356
39356
|
});
|
|
39357
39357
|
},
|
|
39358
|
-
/**
|
|
39359
|
-
* The method invoked when
|
|
39360
|
-
* scrolling in any direction
|
|
39361
|
-
* has exceeded the threshold
|
|
39358
|
+
/**
|
|
39359
|
+
* The method invoked when
|
|
39360
|
+
* scrolling in any direction
|
|
39361
|
+
* has exceeded the threshold
|
|
39362
39362
|
*/
|
|
39363
39363
|
thresholdMet: function thresholdMet() {}
|
|
39364
39364
|
}
|
|
@@ -39581,13 +39581,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
39581
39581
|
/* harmony import */ var kdu__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! kdu */ "kdu");
|
|
39582
39582
|
/* harmony import */ var kdu__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(kdu__WEBPACK_IMPORTED_MODULE_0__);
|
|
39583
39583
|
|
|
39584
|
-
/**
|
|
39585
|
-
* SSRBootable
|
|
39586
|
-
*
|
|
39587
|
-
* @mixin
|
|
39588
|
-
*
|
|
39589
|
-
* Used in layout components (drawer, toolbar, content)
|
|
39590
|
-
* to avoid an entry animation when using SSR
|
|
39584
|
+
/**
|
|
39585
|
+
* SSRBootable
|
|
39586
|
+
*
|
|
39587
|
+
* @mixin
|
|
39588
|
+
*
|
|
39589
|
+
* Used in layout components (drawer, toolbar, content)
|
|
39590
|
+
* to avoid an entry animation when using SSR
|
|
39591
39591
|
*/
|
|
39592
39592
|
/* harmony default export */ __webpack_exports__["default"] = (kdu__WEBPACK_IMPORTED_MODULE_0___default.a.extend({
|
|
39593
39593
|
name: 'ssr-bootable',
|
|
@@ -41780,14 +41780,14 @@ function parse(theme, isItem, variations) {
|
|
|
41780
41780
|
}
|
|
41781
41781
|
return parsedTheme;
|
|
41782
41782
|
}
|
|
41783
|
-
/**
|
|
41784
|
-
* Generate the CSS for a base color (.primary)
|
|
41783
|
+
/**
|
|
41784
|
+
* Generate the CSS for a base color (.primary)
|
|
41785
41785
|
*/
|
|
41786
41786
|
var genBaseColor = function genBaseColor(name, value) {
|
|
41787
41787
|
return "\n.k-application ." + name + " {\n background-color: " + value + " !important;\n border-color: " + value + " !important;\n}\n.k-application ." + name + "--text {\n color: " + value + " !important;\n caret-color: " + value + " !important;\n}";
|
|
41788
41788
|
};
|
|
41789
|
-
/**
|
|
41790
|
-
* Generate the CSS for a variant color (.primary.darken-2)
|
|
41789
|
+
/**
|
|
41790
|
+
* Generate the CSS for a variant color (.primary.darken-2)
|
|
41791
41791
|
*/
|
|
41792
41792
|
var genVariantColor = function genVariantColor(name, variant, value) {
|
|
41793
41793
|
var _a = __read(variant.split(/(\d)/, 2), 2),
|
|
@@ -42091,10 +42091,10 @@ function intToHex(color) {
|
|
|
42091
42091
|
function colorToHex(color) {
|
|
42092
42092
|
return intToHex(colorToInt(color));
|
|
42093
42093
|
}
|
|
42094
|
-
/**
|
|
42095
|
-
* Converts HSVA to RGBA. Based on formula from https://en.wikipedia.org/wiki/HSL_and_HSV
|
|
42096
|
-
*
|
|
42097
|
-
* @param color HSVA color as an array [0-360, 0-1, 0-1, 0-1]
|
|
42094
|
+
/**
|
|
42095
|
+
* Converts HSVA to RGBA. Based on formula from https://en.wikipedia.org/wiki/HSL_and_HSV
|
|
42096
|
+
*
|
|
42097
|
+
* @param color HSVA color as an array [0-360, 0-1, 0-1, 0-1]
|
|
42098
42098
|
*/
|
|
42099
42099
|
function HSVAtoRGBA(hsva) {
|
|
42100
42100
|
var h = hsva.h,
|
|
@@ -42115,10 +42115,10 @@ function HSVAtoRGBA(hsva) {
|
|
|
42115
42115
|
a: a
|
|
42116
42116
|
};
|
|
42117
42117
|
}
|
|
42118
|
-
/**
|
|
42119
|
-
* Converts RGBA to HSVA. Based on formula from https://en.wikipedia.org/wiki/HSL_and_HSV
|
|
42120
|
-
*
|
|
42121
|
-
* @param color RGBA color as an array [0-255, 0-255, 0-255, 0-1]
|
|
42118
|
+
/**
|
|
42119
|
+
* Converts RGBA to HSVA. Based on formula from https://en.wikipedia.org/wiki/HSL_and_HSV
|
|
42120
|
+
*
|
|
42121
|
+
* @param color RGBA color as an array [0-255, 0-255, 0-255, 0-1]
|
|
42122
42122
|
*/
|
|
42123
42123
|
function RGBAtoHSVA(rgba) {
|
|
42124
42124
|
if (!rgba) return {
|
|
@@ -42240,11 +42240,11 @@ function parseGradient(gradient, colors, currentTheme) {
|
|
|
42240
42240
|
function RGBtoInt(rgba) {
|
|
42241
42241
|
return (rgba.r << 16) + (rgba.g << 8) + rgba.b;
|
|
42242
42242
|
}
|
|
42243
|
-
/**
|
|
42244
|
-
* Returns the contrast ratio (1-21) between two colors.
|
|
42245
|
-
*
|
|
42246
|
-
* @param c1 First color
|
|
42247
|
-
* @param c2 Second color
|
|
42243
|
+
/**
|
|
42244
|
+
* Returns the contrast ratio (1-21) between two colors.
|
|
42245
|
+
*
|
|
42246
|
+
* @param c1 First color
|
|
42247
|
+
* @param c2 Second color
|
|
42248
42248
|
*/
|
|
42249
42249
|
function contrastRatio(c1, c2) {
|
|
42250
42250
|
var _a = __read(Object(_color_transformSRGB__WEBPACK_IMPORTED_MODULE_2__["toXYZ"])(RGBtoInt(c1)), 2),
|
|
@@ -42765,9 +42765,9 @@ function isLeapYear(year) {
|
|
|
42765
42765
|
"use strict";
|
|
42766
42766
|
__webpack_require__.r(__webpack_exports__);
|
|
42767
42767
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return dedupeModelListeners; });
|
|
42768
|
-
/**
|
|
42769
|
-
* Removes duplicate `@input` listeners when
|
|
42770
|
-
* using k-model with functional components
|
|
42768
|
+
/**
|
|
42769
|
+
* Removes duplicate `@input` listeners when
|
|
42770
|
+
* using k-model with functional components
|
|
42771
42771
|
*/
|
|
42772
42772
|
function dedupeModelListeners(data) {
|
|
42773
42773
|
if (data.model && data.on && data.on.input) {
|
|
@@ -42792,10 +42792,10 @@ function dedupeModelListeners(data) {
|
|
|
42792
42792
|
"use strict";
|
|
42793
42793
|
__webpack_require__.r(__webpack_exports__);
|
|
42794
42794
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "attachedRoot", function() { return attachedRoot; });
|
|
42795
|
-
/**
|
|
42796
|
-
* Returns:
|
|
42797
|
-
* - 'null' if the node is not attached to the DOM
|
|
42798
|
-
* - the root node (HTMLDocument | ShadowRoot) otherwise
|
|
42795
|
+
/**
|
|
42796
|
+
* Returns:
|
|
42797
|
+
* - 'null' if the node is not attached to the DOM
|
|
42798
|
+
* - the root node (HTMLDocument | ShadowRoot) otherwise
|
|
42799
42799
|
*/
|
|
42800
42800
|
function attachedRoot(node) {
|
|
42801
42801
|
/* istanbul ignore next */
|
|
@@ -43076,9 +43076,9 @@ var keyCodes = Object.freeze({
|
|
|
43076
43076
|
pagedown: 34,
|
|
43077
43077
|
shift: 16
|
|
43078
43078
|
});
|
|
43079
|
-
/**
|
|
43080
|
-
* This remaps internal names like '$cancel' or '$kdutify.icons.cancel'
|
|
43081
|
-
* to the current name or component for that icon.
|
|
43079
|
+
/**
|
|
43080
|
+
* This remaps internal names like '$cancel' or '$kdutify.icons.cancel'
|
|
43081
|
+
* to the current name or component for that icon.
|
|
43082
43082
|
*/
|
|
43083
43083
|
function remapInternalIcon(vm, iconName) {
|
|
43084
43084
|
// Look for custom component in the configuration
|
|
@@ -43105,8 +43105,8 @@ function remapInternalIcon(vm, iconName) {
|
|
|
43105
43105
|
function keys(o) {
|
|
43106
43106
|
return Object.keys(o);
|
|
43107
43107
|
}
|
|
43108
|
-
/**
|
|
43109
|
-
* Camelize a hyphen-delimited string.
|
|
43108
|
+
/**
|
|
43109
|
+
* Camelize a hyphen-delimited string.
|
|
43110
43110
|
*/
|
|
43111
43111
|
var camelizeRE = /-(\w)/g;
|
|
43112
43112
|
var camelize = function camelize(str) {
|
|
@@ -43114,8 +43114,8 @@ var camelize = function camelize(str) {
|
|
|
43114
43114
|
return c ? c.toUpperCase() : '';
|
|
43115
43115
|
});
|
|
43116
43116
|
};
|
|
43117
|
-
/**
|
|
43118
|
-
* Returns the set difference of B and A, i.e. the set of elements in B but not in A
|
|
43117
|
+
/**
|
|
43118
|
+
* Returns the set difference of B and A, i.e. the set of elements in B but not in A
|
|
43119
43119
|
*/
|
|
43120
43120
|
function arrayDiff(a, b) {
|
|
43121
43121
|
var diff = [];
|
|
@@ -43124,8 +43124,8 @@ function arrayDiff(a, b) {
|
|
|
43124
43124
|
}
|
|
43125
43125
|
return diff;
|
|
43126
43126
|
}
|
|
43127
|
-
/**
|
|
43128
|
-
* Makes the first character of a string uppercase
|
|
43127
|
+
/**
|
|
43128
|
+
* Makes the first character of a string uppercase
|
|
43129
43129
|
*/
|
|
43130
43130
|
function upperFirst(str) {
|
|
43131
43131
|
return str.charAt(0).toUpperCase() + str.slice(1);
|
|
@@ -43203,11 +43203,11 @@ function searchItems(items, search) {
|
|
|
43203
43203
|
});
|
|
43204
43204
|
});
|
|
43205
43205
|
}
|
|
43206
|
-
/**
|
|
43207
|
-
* Returns:
|
|
43208
|
-
* - 'normal' for old style slots - `<template slot="default">`
|
|
43209
|
-
* - 'scoped' for old style scoped slots (`<template slot="default" slot-scope="data">`) or bound k-slot (`#default="data"`)
|
|
43210
|
-
* - 'k-slot' for unbound k-slot (`#default`) - only if the third param is true, otherwise counts as scoped
|
|
43206
|
+
/**
|
|
43207
|
+
* Returns:
|
|
43208
|
+
* - 'normal' for old style slots - `<template slot="default">`
|
|
43209
|
+
* - 'scoped' for old style scoped slots (`<template slot="default" slot-scope="data">`) or bound k-slot (`#default="data"`)
|
|
43210
|
+
* - 'k-slot' for unbound k-slot (`#default`) - only if the third param is true, otherwise counts as scoped
|
|
43211
43211
|
*/
|
|
43212
43212
|
function getSlotType(vm, name, split) {
|
|
43213
43213
|
if (vm.$slots.hasOwnProperty(name) && vm.$scopedSlots.hasOwnProperty(name) && vm.$scopedSlots[name].name) {
|