@dpa-id-components/dpa-shared-components 21.1.1 → 22.0.0-next.1
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/{alert-fill-BHn_Z4vo.js → alert-filled-COSmQYAa.js} +1 -1
- package/dist/{bell-fill-DHRfa4cC.js → bell-filled-7gfK8601.js} +1 -1
- package/dist/{bookmark-outlined-D41PleT8.js → bookmark-D65iW--h.js} +1 -1
- package/dist/{bookmark-DNJYJq0J.js → bookmark-filled-5lCW1BfF.js} +1 -1
- package/dist/{comment-fill-Dc-swkQu.js → comment-filled-Cl_qZ6Fz.js} +1 -1
- package/dist/components/UiBadge/UiBadge.vue.d.ts +3 -16
- package/dist/components/UiButton/UiButton.vue.d.ts +15 -21
- package/dist/components/UiButtonGroup/UiButtonGroup.vue.d.ts +5 -11
- package/dist/components/UiCheckbox/UiCheckbox.vue.d.ts +14 -21
- package/dist/components/UiChip/UiChip.vue.d.ts +11 -12
- package/dist/components/UiColorPicker/UiColorPicker.vue.d.ts +6 -8
- package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +47 -84
- package/dist/components/UiDialog/UiDialog.vue.d.ts +20 -37
- package/dist/components/UiFilterBadge/UiFilterBadge.vue.d.ts +10 -9
- package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +26 -10
- package/dist/components/UiIcon/UiIcon.vue.d.ts +11 -6
- package/dist/components/UiIcon/icons.d.ts +14 -39
- package/dist/components/UiIconButton/UiIconButton.vue.d.ts +15 -6
- package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +17 -10
- package/dist/components/UiInput/UiInput.vue.d.ts +6 -48
- package/dist/components/UiList/UiList.vue.d.ts +5 -11
- package/dist/components/UiListItem/UiListItem.vue.d.ts +12 -24
- package/dist/components/UiMenu/UiMenu.vue.d.ts +30 -35
- package/dist/components/UiMenu/UiMenuItem.vue.d.ts +8 -5
- package/dist/components/UiMenu/UiMenuList.vue.d.ts +13 -11
- package/dist/components/UiPopover/UiPopover.vue.d.ts +45 -0
- package/dist/components/UiRadioButton/UiRadioButton.vue.d.ts +35 -0
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +27 -31
- package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +16 -39
- package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +2 -2
- package/dist/components/UiSkeletonBox/UiSkeletonBox.vue.d.ts +1 -5
- package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +4 -10
- package/dist/components/UiSpinner/UiSpinner.vue.d.ts +5 -8
- package/dist/components/UiTextButton/UiTextButton.vue.d.ts +22 -13
- package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +10 -24
- package/dist/components/UiTooltip/UiTooltip.vue.d.ts +3 -31
- package/dist/components/index.d.ts +3 -4
- package/dist/dpa-shared-components.js +4263 -4873
- package/dist/{flag-fill-C3XgapYW.js → flag-filled-VmJW-U0p.js} +1 -1
- package/dist/{folder-fill-CnEmPx6c.js → folder-filled-D6pmcH0e.js} +1 -1
- package/dist/{image focus point-D_hUlTWi.js → image-focus-point-BJ7HhehR.js} +1 -1
- package/dist/{info-fill-DlgeXJbI.js → info-filled-PYbvwGmZ.js} +1 -1
- package/dist/{map-outline-uvK8An7m.js → map-FF2zfEGP.js} +1 -1
- package/dist/{map-BMOQGCce.js → map-filled-Y8JaYK4Y.js} +1 -1
- package/dist/{video-rounded-ISWC3gUM.js → play-CArB2O7k.js} +1 -1
- package/dist/{saved-search-fill-CPoyaMRU.js → saved-search-filled-CNz5iwu_.js} +1 -1
- package/dist/{sidebar-fill-CBSJYVQQ.js → sidebar-filled-BnnqCUYl.js} +1 -1
- package/dist/spinner-CrCQ6H6L.js +32 -0
- package/dist/src/assets/icons/{bookmark-fill.vue → bookmark-filled.vue} +1 -1
- package/dist/src/assets/icons/bookmark.vue +4 -7
- package/dist/src/assets/icons/flag-filled.vue +4 -4
- package/dist/src/assets/icons/folder-filled.vue +4 -4
- package/dist/src/assets/icons/info-filled.vue +4 -4
- package/dist/src/assets/icons/map-filled.vue +13 -0
- package/dist/src/assets/icons/map.vue +1 -1
- package/dist/src/assets/icons/play.vue +1 -1
- package/dist/src/assets/icons/spinner.vue +27 -3
- package/dist/src/components/DpaMediaItem/DpaMediaItem.spec.ts +3 -3
- package/dist/src/components/DpaMediaItem/DpaMediaItem.vue +17 -17
- package/dist/src/components/UiBadge/README.md +8 -13
- package/dist/src/components/UiBadge/UiBadge.spec.ts +9 -15
- package/dist/src/components/UiBadge/UiBadge.stories.ts +52 -42
- package/dist/src/components/UiBadge/UiBadge.vue +29 -77
- package/dist/src/components/UiButton/README.md +20 -18
- package/dist/src/components/UiButton/UiButton.spec.ts +12 -41
- package/dist/src/components/UiButton/UiButton.stories.ts +53 -33
- package/dist/src/components/UiButton/UiButton.vue +55 -111
- package/dist/src/components/UiButtonGroup/UiButtonGroup.stories.ts +3 -2
- package/dist/src/components/UiButtonGroup/UiButtonGroup.vue +23 -1
- package/dist/src/components/UiCard/UiCard.vue +3 -3
- package/dist/src/components/UiCheckBoxGroup/UiCheckBoxGroup.spec.ts +4 -2
- package/dist/src/components/UiCheckBoxGroup/UiCheckBoxGroup.stories.ts +1 -1
- package/dist/src/components/UiCheckBoxGroup/UiCheckBoxGroup.vue +2 -3
- package/dist/src/components/UiCheckbox/README.md +4 -16
- package/dist/src/components/UiCheckbox/UiCheckbox.spec.ts +15 -141
- package/dist/src/components/UiCheckbox/UiCheckbox.stories.ts +18 -32
- package/dist/src/components/UiCheckbox/UiCheckbox.vue +48 -84
- package/dist/src/components/UiChip/README.md +10 -5
- package/dist/src/components/UiChip/UiChip.spec.ts +5 -60
- package/dist/src/components/UiChip/UiChip.stories.ts +53 -17
- package/dist/src/components/UiChip/UiChip.vue +31 -33
- package/dist/src/components/UiCollapseNavigation/README.md +3 -3
- package/dist/src/components/UiCollapseNavigation/UiCollapseNavigation.stories.ts +12 -12
- package/dist/src/components/UiCollapseNavigation/UiCollapseNavigation.vue +8 -6
- package/dist/src/components/UiColorPicker/UiColorPicker.spec.ts +12 -24
- package/dist/src/components/UiColorPicker/UiColorPicker.stories.ts +5 -6
- package/dist/src/components/UiColorPicker/UiColorPicker.vue +21 -60
- package/dist/src/components/UiColorPicker/lib/colors.ts +9 -9
- package/dist/src/components/UiDatePicker/README.md +68 -46
- package/dist/src/components/UiDatePicker/UiDatePicker.spec.ts +92 -284
- package/dist/src/components/UiDatePicker/UiDatePicker.stories.ts +210 -196
- package/dist/src/components/UiDatePicker/UiDatePicker.vue +301 -432
- package/dist/src/components/UiDialog/README.md +17 -22
- package/dist/src/components/UiDialog/UiDialog.spec.ts +3 -110
- package/dist/src/components/UiDialog/UiDialog.stories.ts +45 -54
- package/dist/src/components/UiDialog/UiDialog.vue +75 -104
- package/dist/src/components/UiFilterBadge/README.md +7 -7
- package/dist/src/components/UiFilterBadge/UiFilterBadge.spec.ts +47 -3
- package/dist/src/components/UiFilterBadge/UiFilterBadge.stories.ts +3 -18
- package/dist/src/components/UiFilterBadge/UiFilterBadge.vue +31 -26
- package/dist/src/components/UiFilterButton/README.md +2 -0
- package/dist/src/components/UiFilterButton/UiFilterButton.spec.ts +1 -1
- package/dist/src/components/UiFilterButton/UiFilterButton.stories.ts +2 -1
- package/dist/src/components/UiFilterButton/UiFilterButton.vue +31 -23
- package/dist/src/components/UiIcon/UiIcon.spec.ts +3 -3
- package/dist/src/components/UiIcon/UiIcon.stories.ts +1 -1
- package/dist/src/components/UiIcon/UiIcon.vue +24 -25
- package/dist/src/components/UiIcon/icons.ts +113 -141
- package/dist/src/components/UiIconButton/UiIconButton.spec.ts +1 -1
- package/dist/src/components/UiIconButton/UiIconButton.stories.ts +1 -0
- package/dist/src/components/UiIconButton/UiIconButton.vue +28 -10
- package/dist/src/components/UiInfoContent/README.md +7 -8
- package/dist/src/components/UiInfoContent/UiInfoContent.spec.ts +29 -21
- package/dist/src/components/UiInfoContent/UiInfoContent.stories.ts +11 -33
- package/dist/src/components/UiInfoContent/UiInfoContent.vue +34 -33
- package/dist/src/components/UiInput/README.md +15 -32
- package/dist/src/components/UiInput/UiInput.spec.ts +71 -102
- package/dist/src/components/UiInput/UiInput.stories.ts +67 -58
- package/dist/src/components/UiInput/UiInput.vue +87 -286
- package/dist/src/components/UiLabel/README.md +0 -9
- package/dist/src/components/UiLabel/UiLabel.vue +1 -1
- package/dist/src/components/UiList/UiList.stories.ts +1 -0
- package/dist/src/components/UiList/UiList.vue +22 -0
- package/dist/src/components/UiListItem/UiListItem.spec.ts +1 -2
- package/dist/src/components/UiListItem/UiListItem.stories.ts +2 -2
- package/dist/src/components/UiListItem/UiListItem.vue +73 -93
- package/dist/src/components/UiMenu/README.md +64 -7
- package/dist/src/components/UiMenu/UiMenu.spec.ts +87 -99
- package/dist/src/components/UiMenu/UiMenu.stories.ts +166 -411
- package/dist/src/components/UiMenu/UiMenu.vue +228 -408
- package/dist/src/components/UiMenu/UiMenuItem.vue +28 -9
- package/dist/src/components/UiMenu/UiMenuList.vue +22 -0
- package/dist/src/components/UiOverlay/README.md +1 -1
- package/dist/src/components/UiOverlay/UiOverlay.stories.ts +1 -1
- package/dist/src/components/UiOverlay/UiOverlay.vue +2 -2
- package/dist/src/components/UiOverlayMenu/README.md +1 -1
- package/dist/src/components/UiOverlayMenu/UiOverlayMenu.vue +3 -3
- package/dist/src/components/UiPopover/README.md +56 -0
- package/dist/src/components/UiPopover/UiPopover.stories.ts +49 -0
- package/dist/src/components/UiPopover/UiPopover.vue +187 -0
- package/dist/src/components/UiRadioButton/README.md +44 -0
- package/dist/src/components/UiRadioButton/UiRadioButton.stories.ts +85 -0
- package/dist/src/components/UiRadioButton/UiRadioButton.vue +82 -0
- package/dist/src/components/UiRadioInputGroup/UiRadioInputGroup.spec.ts +5 -5
- package/dist/src/components/UiRadioInputGroup/UiRadioInputGroup.stories.ts +5 -30
- package/dist/src/components/UiRadioInputGroup/UiRadioInputGroup.vue +44 -69
- package/dist/src/components/UiSearchBar/README.md +40 -37
- package/dist/src/components/UiSearchBar/UiSearchBar.spec.ts +6 -23
- package/dist/src/components/UiSearchBar/UiSearchBar.stories.ts +25 -127
- package/dist/src/components/UiSearchBar/UiSearchBar.vue +73 -179
- package/dist/src/components/UiSearchInput/UiSearchInput.vue +27 -22
- package/dist/src/components/UiSection/UiSection.vue +4 -4
- package/dist/src/components/UiSectionDivider/UiSectionDivider.vue +3 -3
- package/dist/src/components/UiSelect/UiSelect.stories.ts +1 -1
- package/dist/src/components/UiSelect/UiSelect.vue +17 -76
- package/dist/src/components/UiSkeletonBox/UiSkeletonBox.spec.ts +1 -1
- package/dist/src/components/UiSkeletonBox/UiSkeletonBox.vue +12 -17
- package/dist/src/components/UiSnackbar/UiSnackbar.spec.ts +45 -0
- package/dist/src/components/UiSnackbar/UiSnackbar.stories.ts +19 -22
- package/dist/src/components/UiSnackbar/UiSnackbar.vue +23 -26
- package/dist/src/components/UiSpinner/README.md +6 -4
- package/dist/src/components/UiSpinner/UiSpinner.spec.ts +33 -19
- package/dist/src/components/UiSpinner/UiSpinner.stories.ts +16 -20
- package/dist/src/components/UiSpinner/UiSpinner.vue +55 -87
- package/dist/src/components/UiTextButton/UiTextButton.spec.ts +3 -3
- package/dist/src/components/UiTextButton/UiTextButton.stories.ts +1 -0
- package/dist/src/components/UiTextButton/UiTextButton.vue +28 -9
- package/dist/src/components/UiToggleButton/README.md +16 -15
- package/dist/src/components/UiToggleButton/UiToggleButton.spec.ts +48 -62
- package/dist/src/components/UiToggleButton/UiToggleButton.stories.ts +30 -40
- package/dist/src/components/UiToggleButton/UiToggleButton.vue +54 -129
- package/dist/src/components/UiTooltip/README.md +25 -36
- package/dist/src/components/UiTooltip/UiTooltip.spec.ts +45 -25
- package/dist/src/components/UiTooltip/UiTooltip.stories.ts +21 -64
- package/dist/src/components/UiTooltip/UiTooltip.vue +64 -136
- package/dist/src/components/index.ts +4 -6
- package/dist/src/compositions/useBreakpoints/UseBreakpoints.stories.vue +4 -2
- package/dist/src/tailwindPreset.css +161 -56
- package/dist/src/types/index.ts +1 -0
- package/dist/src/utils/cn.spec.ts +21 -4
- package/dist/src/utils/cn.ts +11 -4
- package/dist/style.css +1 -1
- package/dist/tailwindPreset.css +161 -56
- package/dist/types/index.d.ts +1 -0
- package/dist/utils/cn.d.ts +8 -0
- package/dist/{video overlay-DfhF7VpE.js → video-overlay-D6e61Eo7.js} +1 -1
- package/package.json +1 -2
- package/src/assets/icons/{bookmark-fill.vue → bookmark-filled.vue} +1 -1
- package/src/assets/icons/bookmark.vue +4 -7
- package/src/assets/icons/flag-filled.vue +4 -4
- package/src/assets/icons/folder-filled.vue +4 -4
- package/src/assets/icons/info-filled.vue +4 -4
- package/src/assets/icons/map-filled.vue +13 -0
- package/src/assets/icons/map.vue +1 -1
- package/src/assets/icons/play.vue +1 -1
- package/src/assets/icons/spinner.vue +27 -3
- package/src/components/DpaMediaItem/DpaMediaItem.vue +17 -17
- package/src/components/UiBadge/README.md +8 -13
- package/src/components/UiBadge/UiBadge.vue +29 -77
- package/src/components/UiButton/README.md +20 -18
- package/src/components/UiButton/UiButton.vue +55 -111
- package/src/components/UiButtonGroup/UiButtonGroup.vue +23 -1
- package/src/components/UiCard/UiCard.vue +3 -3
- package/src/components/UiCheckBoxGroup/UiCheckBoxGroup.vue +2 -3
- package/src/components/UiCheckbox/README.md +4 -16
- package/src/components/UiCheckbox/UiCheckbox.vue +48 -84
- package/src/components/UiChip/README.md +10 -5
- package/src/components/UiChip/UiChip.vue +31 -33
- package/src/components/UiCollapseNavigation/README.md +3 -3
- package/src/components/UiCollapseNavigation/UiCollapseNavigation.vue +8 -6
- package/src/components/UiColorPicker/UiColorPicker.vue +21 -60
- package/src/components/UiColorPicker/lib/colors.ts +9 -9
- package/src/components/UiDatePicker/README.md +68 -46
- package/src/components/UiDatePicker/UiDatePicker.vue +301 -432
- package/src/components/UiDialog/README.md +17 -22
- package/src/components/UiDialog/UiDialog.vue +75 -104
- package/src/components/UiFilterBadge/README.md +7 -7
- package/src/components/UiFilterBadge/UiFilterBadge.vue +31 -26
- package/src/components/UiFilterButton/README.md +2 -0
- package/src/components/UiFilterButton/UiFilterButton.vue +31 -23
- package/src/components/UiIcon/UiIcon.vue +24 -25
- package/src/components/UiIcon/icons.ts +113 -141
- package/src/components/UiIconButton/UiIconButton.vue +28 -10
- package/src/components/UiInfoContent/README.md +7 -8
- package/src/components/UiInfoContent/UiInfoContent.vue +34 -33
- package/src/components/UiInput/README.md +15 -32
- package/src/components/UiInput/UiInput.vue +87 -286
- package/src/components/UiLabel/README.md +0 -9
- package/src/components/UiLabel/UiLabel.vue +1 -1
- package/src/components/UiList/UiList.vue +22 -0
- package/src/components/UiListItem/UiListItem.vue +73 -93
- package/src/components/UiMenu/README.md +64 -7
- package/src/components/UiMenu/UiMenu.vue +228 -408
- package/src/components/UiMenu/UiMenuItem.vue +28 -9
- package/src/components/UiMenu/UiMenuList.vue +22 -0
- package/src/components/UiOverlay/README.md +1 -1
- package/src/components/UiOverlay/UiOverlay.vue +2 -2
- package/src/components/UiOverlayMenu/README.md +1 -1
- package/src/components/UiOverlayMenu/UiOverlayMenu.vue +3 -3
- package/src/components/UiPopover/README.md +56 -0
- package/src/components/UiPopover/UiPopover.vue +187 -0
- package/src/components/UiRadioButton/README.md +44 -0
- package/src/components/UiRadioButton/UiRadioButton.vue +82 -0
- package/src/components/UiRadioInputGroup/UiRadioInputGroup.vue +44 -69
- package/src/components/UiSearchBar/README.md +40 -37
- package/src/components/UiSearchBar/UiSearchBar.vue +73 -179
- package/src/components/UiSearchInput/UiSearchInput.vue +27 -22
- package/src/components/UiSection/UiSection.vue +4 -4
- package/src/components/UiSectionDivider/UiSectionDivider.vue +3 -3
- package/src/components/UiSelect/UiSelect.vue +17 -76
- package/src/components/UiSkeletonBox/UiSkeletonBox.vue +12 -17
- package/src/components/UiSnackbar/UiSnackbar.vue +23 -26
- package/src/components/UiSpinner/README.md +6 -4
- package/src/components/UiSpinner/UiSpinner.vue +55 -87
- package/src/components/UiTextButton/UiTextButton.vue +28 -9
- package/src/components/UiToggleButton/README.md +16 -15
- package/src/components/UiToggleButton/UiToggleButton.vue +54 -129
- package/src/components/UiTooltip/README.md +25 -36
- package/src/components/UiTooltip/UiTooltip.vue +64 -136
- package/src/tailwindPreset.css +161 -56
- package/src/types/index.ts +1 -0
- package/src/utils/cn.ts +11 -4
- package/dist/assets/icons/flag-outline.vue.d.ts +0 -3
- package/dist/assets/icons/folder-fill.vue.d.ts +0 -3
- package/dist/assets/icons/graphic-circled.vue.d.ts +0 -3
- package/dist/assets/icons/graphic-filled.vue.d.ts +0 -3
- package/dist/assets/icons/image focus point.vue.d.ts +0 -3
- package/dist/assets/icons/info-fill.vue.d.ts +0 -3
- package/dist/assets/icons/lock-filled.vue.d.ts +0 -3
- package/dist/assets/icons/map-outline.vue.d.ts +0 -3
- package/dist/assets/icons/paperplane.vue.d.ts +0 -3
- package/dist/assets/icons/pause-circle.vue.d.ts +0 -3
- package/dist/assets/icons/picture-circled.vue.d.ts +0 -3
- package/dist/assets/icons/picture-filled.vue.d.ts +0 -3
- package/dist/assets/icons/picture-gallery.vue.d.ts +0 -3
- package/dist/assets/icons/play-circle.vue.d.ts +0 -3
- package/dist/assets/icons/play-fill.vue.d.ts +0 -3
- package/dist/assets/icons/plus-circle.vue.d.ts +0 -3
- package/dist/assets/icons/saved-search-fill.vue.d.ts +0 -3
- package/dist/assets/icons/sidebar-fill.vue.d.ts +0 -3
- package/dist/assets/icons/star-fill.vue.d.ts +0 -3
- package/dist/assets/icons/text-circled.vue.d.ts +0 -3
- package/dist/assets/icons/text-filled.vue.d.ts +0 -3
- package/dist/assets/icons/video overlay.vue.d.ts +0 -3
- package/dist/assets/icons/video-circled.vue.d.ts +0 -3
- package/dist/assets/icons/video-filled.vue.d.ts +0 -3
- package/dist/assets/icons/video-rounded.vue.d.ts +0 -3
- package/dist/audio-circled-amRbTaDb.js +0 -15
- package/dist/audio-filled-C7m_-PTb.js +0 -15
- package/dist/bookmark-fill-DbkrXmPt.js +0 -20
- package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +0 -22
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +0 -29
- package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +0 -20
- package/dist/filter-outline-ChWKUbSt.js +0 -16
- package/dist/flag-filled-CdVD_QxY.js +0 -18
- package/dist/flag-outline-ChGgKT6P.js +0 -18
- package/dist/folder-filled-zwvSw3Sd.js +0 -18
- package/dist/graphic-circled-BtuNYmPh.js +0 -15
- package/dist/graphic-filled-DXQvxz4s.js +0 -15
- package/dist/info-filled-Btao1rhT.js +0 -18
- package/dist/lock-filled-C5I60_d0.js +0 -18
- package/dist/paperplane-ed0y9oB6.js +0 -18
- package/dist/pause-circle-ab18LhX3.js +0 -19
- package/dist/picture-circled-DYsNZNYH.js +0 -15
- package/dist/picture-filled-CQYRN3Fa.js +0 -15
- package/dist/picture-gallery-BgWYQrqC.js +0 -16
- package/dist/play-BXy8WcYq.js +0 -18
- package/dist/play-circle-B88YxOh-.js +0 -18
- package/dist/play-fill-nWPoHjD3.js +0 -18
- package/dist/plus-circle-DKWKVMiq.js +0 -18
- package/dist/spinner-dy09pOOm.js +0 -13
- package/dist/src/assets/icons/audio-circled.vue +0 -12
- package/dist/src/assets/icons/audio-filled.vue +0 -12
- package/dist/src/assets/icons/bookmark-outlined.vue +0 -12
- package/dist/src/assets/icons/filter-outline.vue +0 -8
- package/dist/src/assets/icons/flag-fill.vue +0 -13
- package/dist/src/assets/icons/flag-outline.vue +0 -13
- package/dist/src/assets/icons/folder-fill.vue +0 -13
- package/dist/src/assets/icons/graphic-circled.vue +0 -12
- package/dist/src/assets/icons/graphic-filled.vue +0 -12
- package/dist/src/assets/icons/info-fill.vue +0 -13
- package/dist/src/assets/icons/lock-filled.vue +0 -13
- package/dist/src/assets/icons/map-outline.vue +0 -13
- package/dist/src/assets/icons/paperplane.vue +0 -13
- package/dist/src/assets/icons/pause-circle.vue +0 -14
- package/dist/src/assets/icons/picture-circled.vue +0 -12
- package/dist/src/assets/icons/picture-filled.vue +0 -12
- package/dist/src/assets/icons/picture-gallery.vue +0 -13
- package/dist/src/assets/icons/play-circle.vue +0 -13
- package/dist/src/assets/icons/play-fill.vue +0 -13
- package/dist/src/assets/icons/plus-circle.vue +0 -13
- package/dist/src/assets/icons/star-fill.vue +0 -13
- package/dist/src/assets/icons/text-circled.vue +0 -12
- package/dist/src/assets/icons/text-filled.vue +0 -12
- package/dist/src/assets/icons/video-circled.vue +0 -12
- package/dist/src/assets/icons/video-filled.vue +0 -12
- package/dist/src/assets/icons/video-rounded.vue +0 -13
- package/dist/src/components/UiAutocomplete/README.md +0 -44
- package/dist/src/components/UiAutocomplete/UiAutocomplete.spec.ts +0 -39
- package/dist/src/components/UiAutocomplete/UiAutocomplete.stories.ts +0 -46
- package/dist/src/components/UiAutocomplete/UiAutocomplete.vue +0 -159
- package/dist/src/components/UiFilterBadgeButton/README.md +0 -38
- package/dist/src/components/UiFilterBadgeButton/UiFilterBadgeButton.spec.ts +0 -41
- package/dist/src/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.ts +0 -56
- package/dist/src/components/UiFilterBadgeButton/UiFilterBadgeButton.vue +0 -50
- package/dist/src/components/UiSimpleInput/README.md +0 -38
- package/dist/src/components/UiSimpleInput/UiSimpleInput.spec.ts +0 -58
- package/dist/src/components/UiSimpleInput/UiSimpleInput.stories.ts +0 -53
- package/dist/src/components/UiSimpleInput/UiSimpleInput.vue +0 -98
- package/dist/src/utils/index.spec.ts +0 -12
- package/dist/star-fill-DIXwg3gQ.js +0 -18
- package/dist/text-circled-Cykzn5-2.js +0 -15
- package/dist/text-filled-BwOhn26K.js +0 -15
- package/dist/video-circled-Bw9Miyyr.js +0 -15
- package/dist/video-filled-B5Td1M5L.js +0 -15
- package/src/assets/icons/audio-circled.vue +0 -12
- package/src/assets/icons/audio-filled.vue +0 -12
- package/src/assets/icons/bookmark-outlined.vue +0 -12
- package/src/assets/icons/filter-outline.vue +0 -8
- package/src/assets/icons/flag-fill.vue +0 -13
- package/src/assets/icons/flag-outline.vue +0 -13
- package/src/assets/icons/folder-fill.vue +0 -13
- package/src/assets/icons/graphic-circled.vue +0 -12
- package/src/assets/icons/graphic-filled.vue +0 -12
- package/src/assets/icons/info-fill.vue +0 -13
- package/src/assets/icons/lock-filled.vue +0 -13
- package/src/assets/icons/map-outline.vue +0 -13
- package/src/assets/icons/paperplane.vue +0 -13
- package/src/assets/icons/pause-circle.vue +0 -14
- package/src/assets/icons/picture-circled.vue +0 -12
- package/src/assets/icons/picture-filled.vue +0 -12
- package/src/assets/icons/picture-gallery.vue +0 -13
- package/src/assets/icons/play-circle.vue +0 -13
- package/src/assets/icons/play-fill.vue +0 -13
- package/src/assets/icons/plus-circle.vue +0 -13
- package/src/assets/icons/star-fill.vue +0 -13
- package/src/assets/icons/text-circled.vue +0 -12
- package/src/assets/icons/text-filled.vue +0 -12
- package/src/assets/icons/video-circled.vue +0 -12
- package/src/assets/icons/video-filled.vue +0 -12
- package/src/assets/icons/video-rounded.vue +0 -13
- package/src/components/UiAutocomplete/README.md +0 -44
- package/src/components/UiAutocomplete/UiAutocomplete.vue +0 -159
- package/src/components/UiFilterBadgeButton/README.md +0 -38
- package/src/components/UiFilterBadgeButton/UiFilterBadgeButton.vue +0 -50
- package/src/components/UiSimpleInput/README.md +0 -38
- package/src/components/UiSimpleInput/UiSimpleInput.vue +0 -98
- /package/dist/{alert-BMmH4q6y.js → alert-CdAp0ksh.js} +0 -0
- /package/dist/assets/icons/{alert-fill.vue.d.ts → alert-filled.vue.d.ts} +0 -0
- /package/dist/assets/icons/{audio-circled.vue.d.ts → bell-filled.vue.d.ts} +0 -0
- /package/dist/assets/icons/{audio-filled.vue.d.ts → bookmark-filled.vue.d.ts} +0 -0
- /package/dist/assets/icons/{bell-fill.vue.d.ts → comment-filled.vue.d.ts} +0 -0
- /package/dist/assets/icons/{bookmark-fill.vue.d.ts → image-focus-point.vue.d.ts} +0 -0
- /package/dist/assets/icons/{bookmark-outlined.vue.d.ts → map-filled.vue.d.ts} +0 -0
- /package/dist/assets/icons/{comment-fill.vue.d.ts → saved-search-filled.vue.d.ts} +0 -0
- /package/dist/assets/icons/{filter-outline.vue.d.ts → sidebar-filled.vue.d.ts} +0 -0
- /package/dist/assets/icons/{flag-fill.vue.d.ts → video-overlay.vue.d.ts} +0 -0
- /package/dist/{audio-BN2iVbbp.js → audio-Cgg6MUeM.js} +0 -0
- /package/dist/{audio-DLQLFJ3x.js → audio-DS8plcCU.js} +0 -0
- /package/dist/{bag-Br7SrnRJ.js → bag-B28jMR7E.js} +0 -0
- /package/dist/{bell-kOosto6B.js → bell-k_sZgnpL.js} +0 -0
- /package/dist/{book-D0Xsp8As.js → book-CqUJ_JRz.js} +0 -0
- /package/dist/{box-Bw_tD7Nd.js → box-BCDNtaq7.js} +0 -0
- /package/dist/{bulb-tXJKei6j.js → bulb-12wSYpgA.js} +0 -0
- /package/dist/{call-BdzulBfZ.js → call-CW04DyHi.js} +0 -0
- /package/dist/{camera-D8so0Wqg.js → camera-CbeyxVU5.js} +0 -0
- /package/dist/{check-CTBqwPMY.js → check-BpPjjXqx.js} +0 -0
- /package/dist/{checklist-CVBb2iLT.js → checklist-CFCfO7IN.js} +0 -0
- /package/dist/{checkmark-BkBvk5FP.js → checkmark-DhUksPvT.js} +0 -0
- /package/dist/{checkmark-double-9tbcPPxC.js → checkmark-double-BNGXAUiT.js} +0 -0
- /package/dist/{chevron-down-BcjUrqWQ.js → chevron-down-BjZ6BFFp.js} +0 -0
- /package/dist/{chevron-left-DdChgK6Q.js → chevron-left-Z-D_OY2t.js} +0 -0
- /package/dist/{chevron-right-BR3OVahz.js → chevron-right-D1GfZQB6.js} +0 -0
- /package/dist/{chevron-up-R3uiTZDq.js → chevron-up-DWZ1F8w0.js} +0 -0
- /package/dist/{clipboard-BFi2VbBj.js → clipboard-CNCIToKK.js} +0 -0
- /package/dist/{clock-C3D4TRfx.js → clock-CqWSNhFX.js} +0 -0
- /package/dist/{close-CbIMNMG_.js → close-oHIGT_JQ.js} +0 -0
- /package/dist/{cloud-save-CQCTGXxN.js → cloud-save-CWTQ5IHS.js} +0 -0
- /package/dist/{code-ChJ2qMcZ.js → code-BD5nOHqK.js} +0 -0
- /package/dist/{collapse-DISUbIVr.js → collapse-D6QeCZC7.js} +0 -0
- /package/dist/{color-palette-B4pqFFIE.js → color-palette-BpONORjj.js} +0 -0
- /package/dist/{comment-CzF3hkpf.js → comment-D5RZxZWG.js} +0 -0
- /package/dist/{copy-CywrUiK2.js → copy-BDnlScSS.js} +0 -0
- /package/dist/{copy-link-DqcNlpUK.js → copy-link-BSfa58Tb.js} +0 -0
- /package/dist/{delete-Bl6aSpBn.js → delete-dDyi0gau.js} +0 -0
- /package/dist/{download-BdnIOaET.js → download-B-ZTsIBv.js} +0 -0
- /package/dist/{dpa-id-4HKRxUEF.js → dpa-id-DRnjTcHI.js} +0 -0
- /package/dist/{edit-KtC1G-_s.js → edit-BbFkVyRd.js} +0 -0
- /package/dist/{edit-add-DjUq6zXq.js → edit-add-CAPOsjts.js} +0 -0
- /package/dist/{eil-CPA4kVQM.js → eil-CzEP-9Lo.js} +0 -0
- /package/dist/{emoji-C2BmBFxC.js → emoji-BjLqvypC.js} +0 -0
- /package/dist/{emoji-add-NHqne_6m.js → emoji-add-BB4fB4th.js} +0 -0
- /package/dist/{envelope-BDSOA_J7.js → envelope-DftzB5Ol.js} +0 -0
- /package/dist/{event-Bo_sb247.js → event-FR1JMgj6.js} +0 -0
- /package/dist/{expand-BK_uzKmx.js → expand-DaVQ0gpz.js} +0 -0
- /package/dist/{external-link-BPYyKPIa.js → external-link-2Es0qWwd.js} +0 -0
- /package/dist/{file-B97T9C2M.js → file-AHJ00f5M.js} +0 -0
- /package/dist/{file-pdf-lFk-5brY.js → file-pdf-CJDdjKS0.js} +0 -0
- /package/dist/{filter-BIJnBkRa.js → filter-CXjBFUUg.js} +0 -0
- /package/dist/{flag-DNP4L-y-.js → flag-CbX4PUMS.js} +0 -0
- /package/dist/{flags-G-Nbo5ST.js → flags-Buo1j-9g.js} +0 -0
- /package/dist/{flash-9TBwsdOx.js → flash-Dlr5gL01.js} +0 -0
- /package/dist/{folder-s6NWFqjh.js → folder-DQwCjGZC.js} +0 -0
- /package/dist/{folder-add-B-l2wmwY.js → folder-add-zPr2Gmtj.js} +0 -0
- /package/dist/{gallery-B8I5lJ51.js → gallery-CfUbckcB.js} +0 -0
- /package/dist/{gallery-DSmOoCFT.js → gallery-DPl8qZQu.js} +0 -0
- /package/dist/{graphic-BMtcGj5R.js → graphic-BbhCuiiE.js} +0 -0
- /package/dist/{graphic-d-_5qmyr.js → graphic-nXH5ifxc.js} +0 -0
- /package/dist/{graphics-eur3JZ_7.js → graphics-Dp8pQzs-.js} +0 -0
- /package/dist/{grid-1-DOm2nS5Y.js → grid-1-DZUEMbtb.js} +0 -0
- /package/dist/{grid-2-D9XOIyFO.js → grid-2-BQ-9yylY.js} +0 -0
- /package/dist/{grid-3-CR1E0m9u.js → grid-3-BGhZrrCJ.js} +0 -0
- /package/dist/{grid-4-QKKeiUGc.js → grid-4-DY9N435A.js} +0 -0
- /package/dist/{grid-6-C5bCbXur.js → grid-6-B0BR3wbB.js} +0 -0
- /package/dist/{grid-9-FNxsRYRg.js → grid-9-BWhM7qat.js} +0 -0
- /package/dist/{grid-masonry-CuwXzdZ6.js → grid-masonry-1e9tYkSK.js} +0 -0
- /package/dist/{grid-masonry-9-CxLBpKCz.js → grid-masonry-9-DiiX1pQo.js} +0 -0
- /package/dist/{help-DkjfD818.js → help-CLfj4LQM.js} +0 -0
- /package/dist/{home-njHAfgwc.js → home-D6htLjOF.js} +0 -0
- /package/dist/{image-C2RlXeDP.js → image-DnYnaoeu.js} +0 -0
- /package/dist/{impact-high-C0SywXT1.js → impact-high-DuECIU0d.js} +0 -0
- /package/dist/{impact-low-yDd0jU4k.js → impact-low-DMtzvmWi.js} +0 -0
- /package/dist/{impact-medium-Cc_nInN7.js → impact-medium-B5-WfnV2.js} +0 -0
- /package/dist/{impact-very-high-DiOgG_Ji.js → impact-very-high-C1K1nCE9.js} +0 -0
- /package/dist/{impact-very-low-CYW4RgJO.js → impact-very-low-CXbiBK6E.js} +0 -0
- /package/dist/{info-NBFIJ3YI.js → info-Ca-64c_9.js} +0 -0
- /package/dist/{label-CTr8hHIv.js → label-D8X5FrVe.js} +0 -0
- /package/dist/{label-filled-CnTpOqvX.js → label-filled-DjSc-Fk4.js} +0 -0
- /package/dist/{language-UqPESR_Z.js → language-OE6ZfER_.js} +0 -0
- /package/dist/{latest-Cq12zjMs.js → latest-D0dlub5f.js} +0 -0
- /package/dist/{lightbulb-BpK9qU_u.js → lightbulb-DKJrsADi.js} +0 -0
- /package/dist/{list-DKcsNf15.js → list-BviTrZEl.js} +0 -0
- /package/dist/{list-search-BzZuYf_P.js → list-search-Ck6anukf.js} +0 -0
- /package/dist/{lock-BFfHVSog.js → lock-C5vUwbkA.js} +0 -0
- /package/dist/{mail-pagEqHtM.js → mail-CtA-d2d0.js} +0 -0
- /package/dist/{menu-j4cvnLP8.js → menu-DFzmvE6J.js} +0 -0
- /package/dist/{minus-CGsJ-jkT.js → minus-COmVHb9S.js} +0 -0
- /package/dist/{more-horizontal-CDZjG5h8.js → more-horizontal-DzHbd3yn.js} +0 -0
- /package/dist/{more-vertical-YUehtvol.js → more-vertical-CiJm6ZaV.js} +0 -0
- /package/dist/{move-CiU3PwqY.js → move-CUyDTrlz.js} +0 -0
- /package/dist/{move-up-down-H-qHtTwO.js → move-up-down-3AiMDXGu.js} +0 -0
- /package/dist/{navigation-DmqoQINO.js → navigation-BryXzz7G.js} +0 -0
- /package/dist/{note-BZ3q-D4L.js → note-CXIfkCb0.js} +0 -0
- /package/dist/{offline-CLl0pwpv.js → offline-BlqqTvjx.js} +0 -0
- /package/dist/{package-iJOVTpPH.js → package-BEkSqrZt.js} +0 -0
- /package/dist/{package-D_Bh8bgp.js → package-pKbuF39E.js} +0 -0
- /package/dist/{paper-plane-DcYms0cj.js → paper-plane-CwVjTgAB.js} +0 -0
- /package/dist/{pause-COAxeJRm.js → pause-D-nbILiS.js} +0 -0
- /package/dist/{pdf-BweFqxRM.js → pdf-C7o5LP5D.js} +0 -0
- /package/dist/{pen-CmBOMgX_.js → pen-5O6IZM5k.js} +0 -0
- /package/dist/{pen-check-BApB0Zi2.js → pen-check-GQoVyZ_V.js} +0 -0
- /package/dist/{people-D07vIou7.js → people-CFA1u84D.js} +0 -0
- /package/dist/{phone-B9TyVbBj.js → phone-BmL2p-7F.js} +0 -0
- /package/dist/{picture-D7kBYru_.js → picture-BBiWVmta.js} +0 -0
- /package/dist/{picture-DJRwU5Gl.js → picture-jf1PkZfY.js} +0 -0
- /package/dist/{pin-BlBzA8ov.js → pin-CTaBntUQ.js} +0 -0
- /package/dist/{planning-BhE-A4FO.js → planning-s3sRV6ix.js} +0 -0
- /package/dist/{plus-CmEv_iHA.js → plus-Dm-ZxxHJ.js} +0 -0
- /package/dist/{print-ChdLXKHj.js → print-B5fjHJZL.js} +0 -0
- /package/dist/{refresh-C7k19NtO.js → refresh-gU5ZZuG6.js} +0 -0
- /package/dist/{reset-CpXqaOj5.js → reset-CwU1iGF5.js} +0 -0
- /package/dist/{responsive-CKNXzAo1.js → responsive-BHNmDmM6.js} +0 -0
- /package/dist/{rubix-thema-Cmk-5-bm.js → rubix-thema-BZvVEFud.js} +0 -0
- /package/dist/{save-BX3-Z5qP.js → save-mTHDeUnL.js} +0 -0
- /package/dist/{saved-search-Be8D9tJ9.js → saved-search-DJO4_yPH.js} +0 -0
- /package/dist/{search-BeIwOzJl.js → search-B5yHBLf_.js} +0 -0
- /package/dist/{settings-CLChu_zl.js → settings-Hb_Y7Y53.js} +0 -0
- /package/dist/{share-j6ezShBH.js → share-OpdW8ZmZ.js} +0 -0
- /package/dist/{share-alternative-BD-WQYvk.js → share-alternative-C3pSVTYb.js} +0 -0
- /package/dist/{sidebar-CPe20Xae.js → sidebar-DtAUGBof.js} +0 -0
- /package/dist/{slack-BjvLF16S.js → slack-mCoCq7b9.js} +0 -0
- /package/dist/{slider-config-CTzwxojK.js → slider-config-yjKG-9r9.js} +0 -0
- /package/dist/{spellcheck-thqRUMx9.js → spellcheck-bP4DPCKJ.js} +0 -0
- /package/dist/src/assets/icons/{alert-fill.vue → alert-filled.vue} +0 -0
- /package/dist/src/assets/icons/{bell-fill.vue → bell-filled.vue} +0 -0
- /package/dist/src/assets/icons/{comment-fill.vue → comment-filled.vue} +0 -0
- /package/dist/src/assets/icons/{image focus point.vue → image-focus-point.vue} +0 -0
- /package/dist/src/assets/icons/{saved-search-fill.vue → saved-search-filled.vue} +0 -0
- /package/dist/src/assets/icons/{sidebar-fill.vue → sidebar-filled.vue} +0 -0
- /package/dist/src/assets/icons/{video overlay.vue → video-overlay.vue} +0 -0
- /package/dist/{standard-view-dE52BPUm.js → standard-view-CN0ixRE4.js} +0 -0
- /package/dist/{star-uv_o0S9H.js → star-BKWqck4u.js} +0 -0
- /package/dist/{star-filled-BqrpxMqq.js → star-filled-CdXMXBn7.js} +0 -0
- /package/dist/{stop-CrmQCpqp.js → stop-B8l9lmwT.js} +0 -0
- /package/dist/{story-BdUCZQmb.js → story-Cxy8EkgB.js} +0 -0
- /package/dist/{story-DEvV0oQv.js → story-DOxZDwJp.js} +0 -0
- /package/dist/{sync-CPmOdu5b.js → sync-BW_fAqt6.js} +0 -0
- /package/dist/{tasks-TKH8SUBe.js → tasks-DLNuebMi.js} +0 -0
- /package/dist/{text-7i2atLMM.js → text-Bsl2QZz3.js} +0 -0
- /package/dist/{text-BMhu0paW.js → text-CPSps-qh.js} +0 -0
- /package/dist/{thumbs-down-LH8SIeIF.js → thumbs-down-pSf_ND98.js} +0 -0
- /package/dist/{thumbs-up-WZQzpqKr.js → thumbs-up-Braz70N6.js} +0 -0
- /package/dist/{thumbs-up-double-SeGWEXZ_.js → thumbs-up-double-C6foUkOq.js} +0 -0
- /package/dist/{topic-63EhQ_l1.js → topic-BamlhBNV.js} +0 -0
- /package/dist/{union-DKjbjP-9.js → union-CYw04THu.js} +0 -0
- /package/dist/{upload-yjh9wxAA.js → upload-BL_iLqTa.js} +0 -0
- /package/dist/{user-need-divert-me-B_cSVEIY.js → user-need-divert-me-2RaqdMMH.js} +0 -0
- /package/dist/{user-need-educate-me-DOgCmShA.js → user-need-educate-me-CRi42bIc.js} +0 -0
- /package/dist/{user-need-give-me-perspective-2wacZI2F.js → user-need-give-me-perspective-BIF7v9vF.js} +0 -0
- /package/dist/{user-need-help-me-D4VE0IcH.js → user-need-help-me-O0XSLzP-.js} +0 -0
- /package/dist/{user-need-touch-me-u3n8c5IH.js → user-need-touch-me-BueJ3SSh.js} +0 -0
- /package/dist/{user-need-update-me-BcDyXzME.js → user-need-update-me-DP574fsn.js} +0 -0
- /package/dist/{video-BViz7WnQ.js → video-CWHoNlON.js} +0 -0
- /package/dist/{video-hhs4-tLq.js → video-DhS7zpNF.js} +0 -0
- /package/dist/{view-C9Xks5Gy.js → view-Bc5W8beK.js} +0 -0
- /package/dist/{view-off-BuSbQwX0.js → view-off-DquC2i3E.js} +0 -0
- /package/dist/{volume-up-BLQXZI5X.js → volume-up-DEzoW7Bq.js} +0 -0
- /package/src/assets/icons/{alert-fill.vue → alert-filled.vue} +0 -0
- /package/src/assets/icons/{bell-fill.vue → bell-filled.vue} +0 -0
- /package/src/assets/icons/{comment-fill.vue → comment-filled.vue} +0 -0
- /package/src/assets/icons/{image focus point.vue → image-focus-point.vue} +0 -0
- /package/src/assets/icons/{saved-search-fill.vue → saved-search-filled.vue} +0 -0
- /package/src/assets/icons/{sidebar-fill.vue → sidebar-filled.vue} +0 -0
- /package/src/assets/icons/{video overlay.vue → video-overlay.vue} +0 -0
|
@@ -1,31 +1,28 @@
|
|
|
1
1
|
export declare const icons: {
|
|
2
2
|
readonly activities: () => Promise<typeof import("../../assets/icons/activities.vue")>;
|
|
3
|
+
readonly ai: () => Promise<typeof import("../../assets/icons/ai.vue")>;
|
|
3
4
|
readonly alert: () => Promise<typeof import("../../assets/icons/alert.vue")>;
|
|
4
|
-
readonly "alert-
|
|
5
|
+
readonly "alert-filled": () => Promise<typeof import("../../assets/icons/alert-filled.vue")>;
|
|
5
6
|
readonly "alert-octagon": () => Promise<typeof import("../../assets/icons/alert-octagon.vue")>;
|
|
6
|
-
readonly ai: () => Promise<typeof import("../../assets/icons/ai.vue")>;
|
|
7
7
|
readonly apps: () => Promise<typeof import("../../assets/icons/apps.vue")>;
|
|
8
8
|
readonly archive: () => Promise<typeof import("../../assets/icons/archive.vue")>;
|
|
9
|
+
readonly "arrow-down": () => Promise<typeof import("../../assets/icons/arrow-down.vue")>;
|
|
9
10
|
readonly "arrow-left": () => Promise<typeof import("../../assets/icons/arrow-left.vue")>;
|
|
10
11
|
readonly "arrow-nav-left": () => Promise<typeof import("../../assets/icons/arrow-nav-left.vue")>;
|
|
11
12
|
readonly "arrow-nav-right": () => Promise<typeof import("../../assets/icons/arrow-nav-right.vue")>;
|
|
12
|
-
readonly "arrow-up": () => Promise<typeof import("../../assets/icons/arrow-up.vue")>;
|
|
13
13
|
readonly "arrow-right": () => Promise<typeof import("../../assets/icons/arrow-right.vue")>;
|
|
14
|
-
readonly "arrow-
|
|
14
|
+
readonly "arrow-up": () => Promise<typeof import("../../assets/icons/arrow-up.vue")>;
|
|
15
15
|
readonly "arrowhead-left": () => Promise<typeof import("../../assets/icons/arrowhead-left.vue")>;
|
|
16
16
|
readonly "arrowhead-right": () => Promise<typeof import("../../assets/icons/arrowhead-right.vue")>;
|
|
17
17
|
readonly "arrowhead-top": () => Promise<typeof import("../../assets/icons/arrowhead-top.vue")>;
|
|
18
18
|
readonly atmo: () => Promise<typeof import("../../assets/icons/atmo.vue")>;
|
|
19
19
|
readonly audio: () => Promise<typeof import("../../assets/icons/audio.vue")>;
|
|
20
|
-
readonly "audio-circled": () => Promise<typeof import("../../assets/icons/audio-circled.vue")>;
|
|
21
|
-
readonly "audio-filled": () => Promise<typeof import("../../assets/icons/audio-filled.vue")>;
|
|
22
20
|
readonly bag: () => Promise<typeof import("../../assets/icons/bag.vue")>;
|
|
23
21
|
readonly bell: () => Promise<typeof import("../../assets/icons/bell.vue")>;
|
|
24
|
-
readonly "bell-
|
|
22
|
+
readonly "bell-filled": () => Promise<typeof import("../../assets/icons/bell-filled.vue")>;
|
|
25
23
|
readonly book: () => Promise<typeof import("../../assets/icons/book.vue")>;
|
|
26
24
|
readonly bookmark: () => Promise<typeof import("../../assets/icons/bookmark.vue")>;
|
|
27
|
-
readonly "bookmark-
|
|
28
|
-
readonly "bookmark-outlined": () => Promise<typeof import("../../assets/icons/bookmark-outlined.vue")>;
|
|
25
|
+
readonly "bookmark-filled": () => Promise<typeof import("../../assets/icons/bookmark-filled.vue")>;
|
|
29
26
|
readonly box: () => Promise<typeof import("../../assets/icons/box.vue")>;
|
|
30
27
|
readonly bulb: () => Promise<typeof import("../../assets/icons/bulb.vue")>;
|
|
31
28
|
readonly call: () => Promise<typeof import("../../assets/icons/call.vue")>;
|
|
@@ -46,7 +43,7 @@ export declare const icons: {
|
|
|
46
43
|
readonly collapse: () => Promise<typeof import("../../assets/icons/collapse.vue")>;
|
|
47
44
|
readonly "color-palette": () => Promise<typeof import("../../assets/icons/color-palette.vue")>;
|
|
48
45
|
readonly comment: () => Promise<typeof import("../../assets/icons/comment.vue")>;
|
|
49
|
-
readonly "comment-
|
|
46
|
+
readonly "comment-filled": () => Promise<typeof import("../../assets/icons/comment-filled.vue")>;
|
|
50
47
|
readonly copy: () => Promise<typeof import("../../assets/icons/copy.vue")>;
|
|
51
48
|
readonly "copy-link": () => Promise<typeof import("../../assets/icons/copy-link.vue")>;
|
|
52
49
|
readonly delete: () => Promise<typeof import("../../assets/icons/delete.vue")>;
|
|
@@ -61,24 +58,18 @@ export declare const icons: {
|
|
|
61
58
|
readonly event: () => Promise<typeof import("../../assets/icons/event.vue")>;
|
|
62
59
|
readonly expand: () => Promise<typeof import("../../assets/icons/expand.vue")>;
|
|
63
60
|
readonly "external-link": () => Promise<typeof import("../../assets/icons/external-link.vue")>;
|
|
64
|
-
readonly file: () => Promise<typeof import("../../assets/icons/file.vue")>;
|
|
65
61
|
readonly "file-pdf": () => Promise<typeof import("../../assets/icons/file-pdf.vue")>;
|
|
62
|
+
readonly file: () => Promise<typeof import("../../assets/icons/file.vue")>;
|
|
66
63
|
readonly filter: () => Promise<typeof import("../../assets/icons/filter.vue")>;
|
|
67
|
-
readonly "filter-outline": () => Promise<typeof import("../../assets/icons/filter-outline.vue")>;
|
|
68
64
|
readonly flag: () => Promise<typeof import("../../assets/icons/flag.vue")>;
|
|
69
|
-
readonly "flag-fill": () => Promise<typeof import("../../assets/icons/flag-fill.vue")>;
|
|
70
65
|
readonly "flag-filled": () => Promise<typeof import("../../assets/icons/flag-filled.vue")>;
|
|
71
|
-
readonly "flag-outline": () => Promise<typeof import("../../assets/icons/flag-outline.vue")>;
|
|
72
66
|
readonly flags: () => Promise<typeof import("../../assets/icons/flags.vue")>;
|
|
73
67
|
readonly flash: () => Promise<typeof import("../../assets/icons/flash.vue")>;
|
|
74
68
|
readonly folder: () => Promise<typeof import("../../assets/icons/folder.vue")>;
|
|
75
69
|
readonly "folder-add": () => Promise<typeof import("../../assets/icons/folder-add.vue")>;
|
|
76
|
-
readonly "folder-fill": () => Promise<typeof import("../../assets/icons/folder-fill.vue")>;
|
|
77
70
|
readonly "folder-filled": () => Promise<typeof import("../../assets/icons/folder-filled.vue")>;
|
|
78
71
|
readonly gallery: () => Promise<typeof import("../../assets/icons/gallery.vue")>;
|
|
79
72
|
readonly graphic: () => Promise<typeof import("../../assets/icons/graphic.vue")>;
|
|
80
|
-
readonly "graphic-circled": () => Promise<typeof import("../../assets/icons/graphic-circled.vue")>;
|
|
81
|
-
readonly "graphic-filled": () => Promise<typeof import("../../assets/icons/graphic-filled.vue")>;
|
|
82
73
|
readonly graphics: () => Promise<typeof import("../../assets/icons/graphics.vue")>;
|
|
83
74
|
readonly "grid-1": () => Promise<typeof import("../../assets/icons/grid-1.vue")>;
|
|
84
75
|
readonly "grid-2": () => Promise<typeof import("../../assets/icons/grid-2.vue")>;
|
|
@@ -86,19 +77,18 @@ export declare const icons: {
|
|
|
86
77
|
readonly "grid-4": () => Promise<typeof import("../../assets/icons/grid-4.vue")>;
|
|
87
78
|
readonly "grid-6": () => Promise<typeof import("../../assets/icons/grid-6.vue")>;
|
|
88
79
|
readonly "grid-9": () => Promise<typeof import("../../assets/icons/grid-9.vue")>;
|
|
89
|
-
readonly "grid-masonry": () => Promise<typeof import("../../assets/icons/grid-masonry.vue")>;
|
|
90
80
|
readonly "grid-masonry-9": () => Promise<typeof import("../../assets/icons/grid-masonry-9.vue")>;
|
|
81
|
+
readonly "grid-masonry": () => Promise<typeof import("../../assets/icons/grid-masonry.vue")>;
|
|
91
82
|
readonly help: () => Promise<typeof import("../../assets/icons/help.vue")>;
|
|
92
83
|
readonly home: () => Promise<typeof import("../../assets/icons/home.vue")>;
|
|
93
84
|
readonly image: () => Promise<typeof import("../../assets/icons/image.vue")>;
|
|
94
|
-
readonly "image
|
|
85
|
+
readonly "image-focus-point": () => Promise<typeof import("../../assets/icons/image-focus-point.vue")>;
|
|
95
86
|
readonly "impact-high": () => Promise<typeof import("../../assets/icons/impact-high.vue")>;
|
|
96
87
|
readonly "impact-low": () => Promise<typeof import("../../assets/icons/impact-low.vue")>;
|
|
97
88
|
readonly "impact-medium": () => Promise<typeof import("../../assets/icons/impact-medium.vue")>;
|
|
98
89
|
readonly "impact-very-high": () => Promise<typeof import("../../assets/icons/impact-very-high.vue")>;
|
|
99
90
|
readonly "impact-very-low": () => Promise<typeof import("../../assets/icons/impact-very-low.vue")>;
|
|
100
91
|
readonly info: () => Promise<typeof import("../../assets/icons/info.vue")>;
|
|
101
|
-
readonly "info-fill": () => Promise<typeof import("../../assets/icons/info-fill.vue")>;
|
|
102
92
|
readonly "info-filled": () => Promise<typeof import("../../assets/icons/info-filled.vue")>;
|
|
103
93
|
readonly label: () => Promise<typeof import("../../assets/icons/label.vue")>;
|
|
104
94
|
readonly "label-filled": () => Promise<typeof import("../../assets/icons/label-filled.vue")>;
|
|
@@ -108,10 +98,9 @@ export declare const icons: {
|
|
|
108
98
|
readonly list: () => Promise<typeof import("../../assets/icons/list.vue")>;
|
|
109
99
|
readonly "list-search": () => Promise<typeof import("../../assets/icons/list-search.vue")>;
|
|
110
100
|
readonly lock: () => Promise<typeof import("../../assets/icons/lock.vue")>;
|
|
111
|
-
readonly "lock-filled": () => Promise<typeof import("../../assets/icons/lock-filled.vue")>;
|
|
112
101
|
readonly mail: () => Promise<typeof import("../../assets/icons/mail.vue")>;
|
|
113
102
|
readonly map: () => Promise<typeof import("../../assets/icons/map.vue")>;
|
|
114
|
-
readonly "map-
|
|
103
|
+
readonly "map-filled": () => Promise<typeof import("../../assets/icons/map-filled.vue")>;
|
|
115
104
|
readonly menu: () => Promise<typeof import("../../assets/icons/menu.vue")>;
|
|
116
105
|
readonly minus: () => Promise<typeof import("../../assets/icons/minus.vue")>;
|
|
117
106
|
readonly "more-horizontal": () => Promise<typeof import("../../assets/icons/more-horizontal.vue")>;
|
|
@@ -123,25 +112,17 @@ export declare const icons: {
|
|
|
123
112
|
readonly offline: () => Promise<typeof import("../../assets/icons/offline.vue")>;
|
|
124
113
|
readonly package: () => Promise<typeof import("../../assets/icons/package.vue")>;
|
|
125
114
|
readonly "paper-plane": () => Promise<typeof import("../../assets/icons/paper-plane.vue")>;
|
|
126
|
-
readonly paperplane: () => Promise<typeof import("../../assets/icons/paperplane.vue")>;
|
|
127
115
|
readonly pause: () => Promise<typeof import("../../assets/icons/pause.vue")>;
|
|
128
|
-
readonly "pause-circle": () => Promise<typeof import("../../assets/icons/pause-circle.vue")>;
|
|
129
116
|
readonly pdf: () => Promise<typeof import("../../assets/icons/pdf.vue")>;
|
|
130
117
|
readonly pen: () => Promise<typeof import("../../assets/icons/pen.vue")>;
|
|
131
118
|
readonly "pen-check": () => Promise<typeof import("../../assets/icons/pen-check.vue")>;
|
|
132
119
|
readonly people: () => Promise<typeof import("../../assets/icons/people.vue")>;
|
|
133
120
|
readonly phone: () => Promise<typeof import("../../assets/icons/phone.vue")>;
|
|
134
121
|
readonly picture: () => Promise<typeof import("../../assets/icons/picture.vue")>;
|
|
135
|
-
readonly "picture-gallery": () => Promise<typeof import("../../assets/icons/picture-gallery.vue")>;
|
|
136
|
-
readonly "picture-circled": () => Promise<typeof import("../../assets/icons/picture-circled.vue")>;
|
|
137
|
-
readonly "picture-filled": () => Promise<typeof import("../../assets/icons/picture-filled.vue")>;
|
|
138
122
|
readonly pin: () => Promise<typeof import("../../assets/icons/pin.vue")>;
|
|
139
123
|
readonly planning: () => Promise<typeof import("../../assets/icons/planning.vue")>;
|
|
140
124
|
readonly play: () => Promise<typeof import("../../assets/icons/play.vue")>;
|
|
141
|
-
readonly "play-circle": () => Promise<typeof import("../../assets/icons/play-circle.vue")>;
|
|
142
|
-
readonly "play-fill": () => Promise<typeof import("../../assets/icons/play-fill.vue")>;
|
|
143
125
|
readonly plus: () => Promise<typeof import("../../assets/icons/plus.vue")>;
|
|
144
|
-
readonly "plus-circle": () => Promise<typeof import("../../assets/icons/plus-circle.vue")>;
|
|
145
126
|
readonly print: () => Promise<typeof import("../../assets/icons/print.vue")>;
|
|
146
127
|
readonly refresh: () => Promise<typeof import("../../assets/icons/refresh.vue")>;
|
|
147
128
|
readonly reset: () => Promise<typeof import("../../assets/icons/reset.vue")>;
|
|
@@ -149,28 +130,25 @@ export declare const icons: {
|
|
|
149
130
|
readonly "rubix-thema": () => Promise<typeof import("../../assets/icons/rubix-thema.vue")>;
|
|
150
131
|
readonly save: () => Promise<typeof import("../../assets/icons/save.vue")>;
|
|
151
132
|
readonly "saved-search": () => Promise<typeof import("../../assets/icons/saved-search.vue")>;
|
|
152
|
-
readonly "saved-search-
|
|
133
|
+
readonly "saved-search-filled": () => Promise<typeof import("../../assets/icons/saved-search-filled.vue")>;
|
|
153
134
|
readonly search: () => Promise<typeof import("../../assets/icons/search.vue")>;
|
|
154
135
|
readonly settings: () => Promise<typeof import("../../assets/icons/settings.vue")>;
|
|
155
136
|
readonly share: () => Promise<typeof import("../../assets/icons/share.vue")>;
|
|
156
137
|
readonly "share-alternative": () => Promise<typeof import("../../assets/icons/share-alternative.vue")>;
|
|
157
138
|
readonly sidebar: () => Promise<typeof import("../../assets/icons/sidebar.vue")>;
|
|
158
|
-
readonly "sidebar-
|
|
139
|
+
readonly "sidebar-filled": () => Promise<typeof import("../../assets/icons/sidebar-filled.vue")>;
|
|
159
140
|
readonly slack: () => Promise<typeof import("../../assets/icons/slack.vue")>;
|
|
160
141
|
readonly "slider-config": () => Promise<typeof import("../../assets/icons/slider-config.vue")>;
|
|
161
142
|
readonly spellcheck: () => Promise<typeof import("../../assets/icons/spellcheck.vue")>;
|
|
162
143
|
readonly spinner: () => Promise<typeof import("../../assets/icons/spinner.vue")>;
|
|
163
144
|
readonly "standard-view": () => Promise<typeof import("../../assets/icons/standard-view.vue")>;
|
|
164
145
|
readonly star: () => Promise<typeof import("../../assets/icons/star.vue")>;
|
|
165
|
-
readonly "star-fill": () => Promise<typeof import("../../assets/icons/star-fill.vue")>;
|
|
166
146
|
readonly "star-filled": () => Promise<typeof import("../../assets/icons/star-filled.vue")>;
|
|
167
147
|
readonly stop: () => Promise<typeof import("../../assets/icons/stop.vue")>;
|
|
168
148
|
readonly story: () => Promise<typeof import("../../assets/icons/story.vue")>;
|
|
169
149
|
readonly sync: () => Promise<typeof import("../../assets/icons/sync.vue")>;
|
|
170
150
|
readonly tasks: () => Promise<typeof import("../../assets/icons/tasks.vue")>;
|
|
171
151
|
readonly text: () => Promise<typeof import("../../assets/icons/text.vue")>;
|
|
172
|
-
readonly "text-circled": () => Promise<typeof import("../../assets/icons/text-circled.vue")>;
|
|
173
|
-
readonly "text-filled": () => Promise<typeof import("../../assets/icons/text-filled.vue")>;
|
|
174
152
|
readonly "thumbs-down": () => Promise<typeof import("../../assets/icons/thumbs-down.vue")>;
|
|
175
153
|
readonly "thumbs-up": () => Promise<typeof import("../../assets/icons/thumbs-up.vue")>;
|
|
176
154
|
readonly "thumbs-up-double": () => Promise<typeof import("../../assets/icons/thumbs-up-double.vue")>;
|
|
@@ -184,10 +162,7 @@ export declare const icons: {
|
|
|
184
162
|
readonly "user-need-touch-me": () => Promise<typeof import("../../assets/icons/user-need-touch-me.vue")>;
|
|
185
163
|
readonly "user-need-update-me": () => Promise<typeof import("../../assets/icons/user-need-update-me.vue")>;
|
|
186
164
|
readonly video: () => Promise<typeof import("../../assets/icons/video.vue")>;
|
|
187
|
-
readonly "video
|
|
188
|
-
readonly "video-circled": () => Promise<typeof import("../../assets/icons/video-circled.vue")>;
|
|
189
|
-
readonly "video-filled": () => Promise<typeof import("../../assets/icons/video-filled.vue")>;
|
|
190
|
-
readonly "video-rounded": () => Promise<typeof import("../../assets/icons/video-rounded.vue")>;
|
|
165
|
+
readonly "video-overlay": () => Promise<typeof import("../../assets/icons/video-overlay.vue")>;
|
|
191
166
|
readonly view: () => Promise<typeof import("../../assets/icons/view.vue")>;
|
|
192
167
|
readonly "view-off": () => Promise<typeof import("../../assets/icons/view-off.vue")>;
|
|
193
168
|
readonly "volume-up": () => Promise<typeof import("../../assets/icons/volume-up.vue")>;
|
|
@@ -1,15 +1,26 @@
|
|
|
1
1
|
import { UiIconName } from '../UiIcon/UiIcon.vue';
|
|
2
|
-
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated Use `UiButton` instead
|
|
4
|
+
*/
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
6
|
+
export default _default;
|
|
7
|
+
declare const __VLS_export: import('vue').DefineComponent<{
|
|
3
8
|
iconName: UiIconName;
|
|
4
9
|
title: string;
|
|
5
10
|
disabled?: boolean;
|
|
6
11
|
backgroundColor?: "blue" | "none" | "gray-hover";
|
|
7
12
|
iconColor?: "blue" | "gray" | "white";
|
|
8
13
|
size?: "small" | "medium" | "large" | "xl";
|
|
9
|
-
}
|
|
10
|
-
declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
15
|
click: (args_0: MouseEvent) => any;
|
|
12
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
16
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
17
|
+
iconName: UiIconName;
|
|
18
|
+
title: string;
|
|
19
|
+
disabled?: boolean;
|
|
20
|
+
backgroundColor?: "blue" | "none" | "gray-hover";
|
|
21
|
+
iconColor?: "blue" | "gray" | "white";
|
|
22
|
+
size?: "small" | "medium" | "large" | "xl";
|
|
23
|
+
}> & Readonly<{
|
|
13
24
|
onClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
14
25
|
}>, {
|
|
15
26
|
size: "small" | "medium" | "large" | "xl";
|
|
@@ -17,5 +28,3 @@ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {
|
|
|
17
28
|
backgroundColor: "blue" | "none" | "gray-hover";
|
|
18
29
|
iconColor: "blue" | "gray" | "white";
|
|
19
30
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
-
declare const _default: typeof __VLS_export;
|
|
21
|
-
export default _default;
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import { UiIconName } from '../UiIcon/UiIcon.vue';
|
|
2
|
+
declare const APPEARANCE_MAP: {
|
|
3
|
+
default: {
|
|
4
|
+
layout: string;
|
|
5
|
+
icon: string;
|
|
6
|
+
};
|
|
7
|
+
"default-alt": {
|
|
8
|
+
layout: string;
|
|
9
|
+
icon: string;
|
|
10
|
+
};
|
|
11
|
+
success: {
|
|
12
|
+
layout: string;
|
|
13
|
+
icon: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
2
16
|
type __VLS_Props = {
|
|
3
|
-
|
|
4
|
-
iconName?: UiIconName
|
|
5
|
-
iconSize?: "xs" | "small" | "medium" | "large" | "xl";
|
|
6
|
-
iconColor?: "white" | "gray";
|
|
17
|
+
appearance?: keyof typeof APPEARANCE_MAP;
|
|
18
|
+
iconName?: UiIconName;
|
|
7
19
|
};
|
|
8
20
|
declare var __VLS_6: {}, __VLS_8: {}, __VLS_10: {};
|
|
9
21
|
type __VLS_Slots = {} & {
|
|
@@ -13,12 +25,7 @@ type __VLS_Slots = {} & {
|
|
|
13
25
|
} & {
|
|
14
26
|
actions?: (props: typeof __VLS_10) => any;
|
|
15
27
|
};
|
|
16
|
-
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
17
|
-
iconName: UiIconName | null;
|
|
18
|
-
iconSize: "xs" | "small" | "medium" | "large" | "xl";
|
|
19
|
-
iconColor: "white" | "gray";
|
|
20
|
-
iconBackground: "white" | "gray" | "green";
|
|
21
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
28
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
29
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
23
30
|
declare const _default: typeof __VLS_export;
|
|
24
31
|
export default _default;
|
|
@@ -1,72 +1,30 @@
|
|
|
1
|
-
type UiInputStatus = "default" | "info" | "readonly" | "warning" | "error";
|
|
2
1
|
type __VLS_Slots = {
|
|
3
|
-
buttons?: () => any;
|
|
4
2
|
/**
|
|
5
3
|
* Label content.
|
|
6
4
|
*/
|
|
7
5
|
default?: () => any;
|
|
8
6
|
/**
|
|
9
|
-
*
|
|
7
|
+
* Extra content.
|
|
10
8
|
*/
|
|
11
|
-
|
|
9
|
+
extra?: () => any;
|
|
10
|
+
buttons?: () => any;
|
|
12
11
|
};
|
|
13
12
|
type __VLS_Props = {
|
|
14
13
|
id?: string;
|
|
15
14
|
type?: "date" | "datetime-local" | "email" | "number" | "password" | "search" | "tel" | "text" | "time" | "url" | (string & {});
|
|
16
15
|
label?: string;
|
|
17
|
-
placeholder?: string;
|
|
18
|
-
autofocus?: boolean;
|
|
19
|
-
chevron?: boolean;
|
|
20
|
-
readonly?: boolean;
|
|
21
|
-
disabled?: boolean;
|
|
22
|
-
isDateTimePicker?: boolean;
|
|
23
|
-
autocomplete?: string;
|
|
24
|
-
/**
|
|
25
|
-
* Use the `errors` slot for better flexibility instead.
|
|
26
|
-
*/
|
|
27
|
-
errorMessage?: string;
|
|
28
|
-
warningMessage?: string;
|
|
29
16
|
isTextarea?: boolean;
|
|
30
|
-
|
|
31
|
-
inputStatus?: UiInputStatus;
|
|
32
|
-
isUiAutocomplete?: boolean;
|
|
17
|
+
inputStatus?: "info" | "warning" | "error";
|
|
33
18
|
};
|
|
34
19
|
type __VLS_ModelProps = {
|
|
35
20
|
modelValue?: string;
|
|
36
21
|
};
|
|
37
22
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
38
|
-
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
39
|
-
inputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
40
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
41
|
-
input: (args_0: string) => any;
|
|
42
|
-
blur: (args_0: FocusEvent) => any;
|
|
43
|
-
focus: (args_0: FocusEvent) => any;
|
|
44
|
-
keyup: (args_0: KeyboardEvent) => any;
|
|
23
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
45
24
|
"update:modelValue": (value: string | undefined) => any;
|
|
46
25
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
47
|
-
onInput?: ((args_0: string) => any) | undefined;
|
|
48
|
-
onBlur?: ((args_0: FocusEvent) => any) | undefined;
|
|
49
|
-
onFocus?: ((args_0: FocusEvent) => any) | undefined;
|
|
50
|
-
onKeyup?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
51
26
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
52
|
-
}>, {
|
|
53
|
-
label: string;
|
|
54
|
-
type: "date" | "datetime-local" | "email" | "number" | "password" | "search" | "tel" | "text" | "time" | "url" | (string & {});
|
|
55
|
-
disabled: boolean;
|
|
56
|
-
readonly: boolean;
|
|
57
|
-
id: string;
|
|
58
|
-
placeholder: string;
|
|
59
|
-
autofocus: boolean;
|
|
60
|
-
chevron: boolean;
|
|
61
|
-
isDateTimePicker: boolean;
|
|
62
|
-
autocomplete: string;
|
|
63
|
-
errorMessage: string;
|
|
64
|
-
warningMessage: string;
|
|
65
|
-
isTextarea: boolean;
|
|
66
|
-
infoText: string;
|
|
67
|
-
inputStatus: UiInputStatus;
|
|
68
|
-
isUiAutocomplete: boolean;
|
|
69
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
27
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
70
28
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
71
29
|
declare const _default: typeof __VLS_export;
|
|
72
30
|
export default _default;
|
|
@@ -1,13 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
declare const __VLS_base: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
1
|
+
/**
|
|
2
|
+
* @deprecated
|
|
3
|
+
* Please replace with your own component
|
|
4
|
+
*/
|
|
7
5
|
declare const _default: typeof __VLS_export;
|
|
8
6
|
export default _default;
|
|
9
|
-
|
|
10
|
-
new (): {
|
|
11
|
-
$slots: S;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
7
|
+
declare const __VLS_export: import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -2,41 +2,29 @@ import { UiIconName } from '../UiIcon/UiIcon.vue';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
value?: string;
|
|
4
4
|
checkBoxMenu?: boolean;
|
|
5
|
-
isChecked?: boolean;
|
|
6
5
|
selected?: boolean;
|
|
7
6
|
selectable?: boolean;
|
|
8
7
|
overrideClasses?: string;
|
|
9
|
-
|
|
10
|
-
iconName?: UiIconName | null;
|
|
8
|
+
iconName?: UiIconName;
|
|
11
9
|
imageSrc?: string;
|
|
12
10
|
imageShape?: "rounded" | "square";
|
|
13
|
-
iconSize?: "
|
|
14
|
-
|
|
11
|
+
iconSize?: "sm" | "md" | "lg";
|
|
12
|
+
checkboxAppearance?: "primary" | "secondary";
|
|
13
|
+
checkboxSize?: "sm" | "md";
|
|
14
|
+
isChecked?: boolean;
|
|
15
15
|
disabled?: boolean;
|
|
16
16
|
};
|
|
17
|
-
declare var
|
|
17
|
+
declare var __VLS_9: {}, __VLS_16: {};
|
|
18
18
|
type __VLS_Slots = {} & {
|
|
19
|
-
default?: (props: typeof
|
|
19
|
+
default?: (props: typeof __VLS_9) => any;
|
|
20
|
+
} & {
|
|
21
|
+
default?: (props: typeof __VLS_16) => any;
|
|
20
22
|
};
|
|
21
23
|
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
22
|
-
"list-item-click": (
|
|
24
|
+
"list-item-click": (value: string, shouldCloseMenu: boolean) => any;
|
|
23
25
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
24
|
-
"onList-item-click"?: ((
|
|
25
|
-
}>, {
|
|
26
|
-
disabled: boolean;
|
|
27
|
-
value: string;
|
|
28
|
-
checkBoxMenu: boolean;
|
|
29
|
-
isChecked: boolean;
|
|
30
|
-
selected: boolean;
|
|
31
|
-
selectable: boolean;
|
|
32
|
-
overrideClasses: string;
|
|
33
|
-
checkBoxColor: "blue" | "gray";
|
|
34
|
-
iconName: UiIconName | null;
|
|
35
|
-
imageSrc: string;
|
|
36
|
-
imageShape: "rounded" | "square";
|
|
37
|
-
iconSize: "small" | "medium" | "large";
|
|
38
|
-
checkboxSize: "small" | "medium";
|
|
39
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
"onList-item-click"?: ((value: string, shouldCloseMenu: boolean) => any) | undefined;
|
|
27
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
40
28
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
41
29
|
declare const _default: typeof __VLS_export;
|
|
42
30
|
export default _default;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { Placement
|
|
2
|
-
import { HTMLAttributes } from 'vue';
|
|
1
|
+
import { Placement } from '@floating-ui/vue';
|
|
3
2
|
import { UiIconName } from '../UiIcon/UiIcon.vue';
|
|
4
3
|
export type UiMenuOptionType<Value = unknown> = {
|
|
5
4
|
label: string;
|
|
6
|
-
imageSrc?: string
|
|
7
|
-
iconName?: UiIconName
|
|
5
|
+
imageSrc?: string;
|
|
6
|
+
iconName?: UiIconName;
|
|
8
7
|
selected: boolean;
|
|
9
8
|
value: Value;
|
|
9
|
+
/** @default false */
|
|
10
|
+
hasDividerAbove?: boolean;
|
|
10
11
|
};
|
|
11
12
|
export type UiMenuSelectedOption<Value = unknown> = UiMenuOptionType<Value> & {
|
|
12
13
|
index: number;
|
|
@@ -16,61 +17,55 @@ export type UiMenuGroupedOption<Value = unknown> = {
|
|
|
16
17
|
options: UiMenuOptionType<Value>[];
|
|
17
18
|
};
|
|
18
19
|
declare const __VLS_export: <Value>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
19
|
-
props: import('vue').PublicProps & __VLS_PrettifyLocal<{
|
|
20
|
-
menuClasses?: HTMLAttributes["class"];
|
|
20
|
+
props: import('vue').PublicProps & __VLS_PrettifyLocal<({
|
|
21
21
|
options?: UiMenuOptionType<Value>[];
|
|
22
22
|
groupedOptions?: UiMenuGroupedOption<Value>[];
|
|
23
|
-
hasAutoFocus?: boolean;
|
|
24
23
|
isOpen?: boolean;
|
|
24
|
+
floatingUiPlacement?: Placement;
|
|
25
|
+
animate?: boolean;
|
|
25
26
|
disabled?: boolean;
|
|
26
27
|
active?: boolean;
|
|
28
|
+
iconLeft?: UiIconName;
|
|
29
|
+
buttonAppearance?: "primary" | "secondary" | "secondary-alt" | "ghost";
|
|
30
|
+
filterButtonSize?: "sm" | "xs";
|
|
27
31
|
defaultTitle?: string;
|
|
28
|
-
noTitle?: boolean;
|
|
29
32
|
multiLabel?: string;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
checkboxSize?: "small" | "medium";
|
|
35
|
-
buttonVariant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank";
|
|
36
|
-
listVariant?: "checkbox" | "selectable" | "blank";
|
|
37
|
-
listWidth?: "full" | "max";
|
|
38
|
-
checkboxColor?: "blue" | "gray";
|
|
33
|
+
noTitle?: boolean;
|
|
34
|
+
hasSearch?: boolean;
|
|
35
|
+
searchPlaceholder?: string;
|
|
36
|
+
hasAutoFocus?: boolean;
|
|
39
37
|
hasResetOption?: boolean;
|
|
40
|
-
disabledReset?: boolean;
|
|
41
38
|
resetLabel?: string;
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
animate?: boolean;
|
|
48
|
-
placedListClass?: string;
|
|
49
|
-
query?: string;
|
|
39
|
+
iconSize?: "sm" | "md" | "lg";
|
|
40
|
+
imageShape?: "rounded" | "square";
|
|
41
|
+
checkboxSize?: "sm" | "md";
|
|
42
|
+
checkboxAppearance?: "primary" | "secondary";
|
|
43
|
+
listVariant?: "checkbox" | "selectable" | "blank";
|
|
50
44
|
} & {
|
|
51
|
-
|
|
45
|
+
query?: string;
|
|
46
|
+
}) & {
|
|
52
47
|
onClose?: (() => any) | undefined;
|
|
53
48
|
onReset?: (() => any) | undefined;
|
|
54
49
|
onOpen?: (() => any) | undefined;
|
|
55
50
|
"onOption-selected"?: ((args_0: UiMenuSelectedOption<Value>) => any) | undefined;
|
|
56
|
-
|
|
51
|
+
"onUpdate:query"?: ((value: string) => any) | undefined;
|
|
57
52
|
}> & (typeof globalThis extends {
|
|
58
53
|
__VLS_PROPS_FALLBACK: infer P;
|
|
59
54
|
} ? P : {});
|
|
60
55
|
expose: (exposed: {}) => void;
|
|
61
56
|
attrs: any;
|
|
62
57
|
slots: {
|
|
63
|
-
default
|
|
64
|
-
|
|
65
|
-
checkboxSize: "
|
|
66
|
-
iconSize: "
|
|
67
|
-
imageShape: "
|
|
58
|
+
default?: (props: {
|
|
59
|
+
checkboxAppearance: "primary" | "secondary";
|
|
60
|
+
checkboxSize: "sm" | "md";
|
|
61
|
+
iconSize: "sm" | "md" | "lg";
|
|
62
|
+
imageShape: "square" | "rounded";
|
|
68
63
|
listVariant: "checkbox" | "selectable" | "blank";
|
|
69
64
|
options: UiMenuOptionType<Value>[] | undefined;
|
|
70
65
|
groupedOptions: UiMenuGroupedOption<Value>[] | undefined;
|
|
71
|
-
})
|
|
66
|
+
}) => any;
|
|
72
67
|
};
|
|
73
|
-
emit: ((
|
|
68
|
+
emit: (((evt: "close") => void) & ((evt: "reset") => void) & ((evt: "open") => void) & ((evt: "option-selected", args_0: UiMenuSelectedOption<Value>) => void)) & ((event: "update:query", value: string) => void);
|
|
74
69
|
}>) => import('vue').VNode & {
|
|
75
70
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
76
71
|
};
|
|
@@ -1,14 +1,19 @@
|
|
|
1
1
|
import { HTMLAttributes } from 'vue';
|
|
2
2
|
import { UiMenuOptionType } from './UiMenu.vue';
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated Use `UiListItem` instead.
|
|
5
|
+
*/
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
3
8
|
declare const __VLS_export: <Value>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4
9
|
props: import('vue').PublicProps & __VLS_PrettifyLocal<{
|
|
5
10
|
class?: HTMLAttributes["class"];
|
|
6
11
|
option?: UiMenuOptionType<Value>;
|
|
7
12
|
listVariant?: "checkbox" | "selectable" | "blank";
|
|
8
|
-
iconSize?: "
|
|
13
|
+
iconSize?: "sm" | "md" | "lg";
|
|
9
14
|
imageShape?: "rounded" | "square";
|
|
10
|
-
checkboxSize?: "
|
|
11
|
-
|
|
15
|
+
checkboxSize?: "sm" | "md";
|
|
16
|
+
checkboxAppearance?: "primary" | "secondary";
|
|
12
17
|
}> & (typeof globalThis extends {
|
|
13
18
|
__VLS_PROPS_FALLBACK: infer P;
|
|
14
19
|
} ? P : {});
|
|
@@ -23,8 +28,6 @@ declare const __VLS_export: <Value>(__VLS_props: NonNullable<Awaited<typeof __VL
|
|
|
23
28
|
}>) => import('vue').VNode & {
|
|
24
29
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
25
30
|
};
|
|
26
|
-
declare const _default: typeof __VLS_export;
|
|
27
|
-
export default _default;
|
|
28
31
|
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
29
32
|
[K in keyof T]: T[K];
|
|
30
33
|
} : {
|
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type __VLS_Slots = {} & {
|
|
6
|
-
default?: (props: typeof __VLS_1) => any;
|
|
7
|
-
};
|
|
8
|
-
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
9
|
-
class: string;
|
|
10
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
1
|
+
/**
|
|
2
|
+
* @deprecated
|
|
3
|
+
* Please replace with your own component
|
|
4
|
+
*/
|
|
12
5
|
declare const _default: typeof __VLS_export;
|
|
13
6
|
export default _default;
|
|
7
|
+
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<{
|
|
8
|
+
class?: string;
|
|
9
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
10
|
+
class?: string;
|
|
11
|
+
}> & Readonly<{}>, {
|
|
12
|
+
class: string;
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
14
|
+
default?: (props: {}) => any;
|
|
15
|
+
}>;
|
|
14
16
|
type __VLS_WithSlots<T, S> = T & {
|
|
15
17
|
new (): {
|
|
16
18
|
$slots: S;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { Placement } from '@floating-ui/vue';
|
|
2
|
+
type __VLS_Slots = {
|
|
3
|
+
button: (props: {
|
|
4
|
+
open: typeof open;
|
|
5
|
+
close: typeof close;
|
|
6
|
+
toggle: typeof toggle;
|
|
7
|
+
isOpen: typeof isOpen.value;
|
|
8
|
+
}) => any;
|
|
9
|
+
default: (props: {
|
|
10
|
+
close: typeof close;
|
|
11
|
+
}) => any;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_Props = {
|
|
14
|
+
/**
|
|
15
|
+
* Whether to animate the opening and closing of the popover content.
|
|
16
|
+
* @default false
|
|
17
|
+
*/
|
|
18
|
+
animate?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Whether the popover content is initially open.
|
|
21
|
+
* @default false
|
|
22
|
+
*/
|
|
23
|
+
initiallyOpen?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* The placement of the popover content.
|
|
26
|
+
* @default "bottom-start"
|
|
27
|
+
*/
|
|
28
|
+
placement?: Placement;
|
|
29
|
+
};
|
|
30
|
+
declare const isOpen: import('vue').Ref<boolean, boolean>;
|
|
31
|
+
declare function open(): void;
|
|
32
|
+
declare function close(): void;
|
|
33
|
+
declare function toggle(): void;
|
|
34
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {
|
|
35
|
+
open: typeof open;
|
|
36
|
+
close: typeof close;
|
|
37
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
38
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
39
|
+
declare const _default: typeof __VLS_export;
|
|
40
|
+
export default _default;
|
|
41
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
42
|
+
new (): {
|
|
43
|
+
$slots: S;
|
|
44
|
+
};
|
|
45
|
+
};
|