@autoafleveren/ui 1.2.13 → 1.3.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/config/tailwind/config.cjs +1 -0
- package/dist/icons.cjs +229 -230
- package/dist/icons.css +1 -1
- package/dist/icons.js +9985 -9758
- package/dist/types/components/AppActionBar/AppActionBar.vue.d.ts +1 -4
- package/dist/types/components/AppActionBar/AppActionBarItem.vue.d.ts +21 -0
- package/dist/types/components/AppActionBar/AppActionBarSubMenu.vue.d.ts +2 -6
- package/dist/types/components/AppActionBar/Components/Error.vue.d.ts +1 -1
- package/dist/types/components/AppActionBar/Components/Loading.vue.d.ts +1 -1
- package/dist/types/components/AppActionBar/Components/MultiSelect.vue.d.ts +4 -4
- package/dist/types/components/AppAlert/AppAlert.vue.d.ts +29 -0
- package/dist/types/components/AppAvatar/AppAvatar.vue.d.ts +2 -2
- package/dist/types/components/AppAvatar/DefaultAvatar.vue.d.ts +1 -1
- package/dist/types/components/AppBackButton/AppBackButton.vue.d.ts +4 -15
- package/dist/types/components/AppBadge/AppBadge.vue.d.ts +23 -0
- package/dist/types/components/AppButton/AppButton.vue.d.ts +26 -0
- package/dist/types/components/AppButton/ButtonIconSlot.vue.d.ts +15 -0
- package/dist/types/components/AppCard/AppCard.vue.d.ts +39 -0
- package/dist/types/components/AppCard/CardAction.vue.d.ts +1 -1
- package/dist/types/components/AppCard/CardIconSlot.vue.d.ts +17 -0
- package/dist/types/components/AppColor/AppColor.vue.d.ts +3 -6
- package/dist/types/components/AppColorCard/AppColorCard.vue.d.ts +27 -0
- package/dist/types/components/AppConfirm/AppConfirm.vue.d.ts +6 -284
- package/dist/types/components/AppContextMenu/AppContextMenu.vue.d.ts +1 -4
- package/dist/types/components/AppContextMenu/ShortcutItem.vue.d.ts +2 -2
- package/dist/types/components/AppDataTable/AppDataTable.vue.d.ts +10 -5
- package/dist/types/components/AppDataTable/AppDataTableFooter.vue.d.ts +5 -35
- package/dist/types/components/AppDefinitionList/AppDefinitionItem.vue.d.ts +30 -0
- package/dist/types/components/AppDefinitionList/AppDefinitionList.vue.d.ts +5 -13
- package/dist/types/components/AppDisclosure/AppDisclosure.vue.d.ts +3 -10
- package/dist/types/components/AppDisclosure/AppDisclosureButton.vue.d.ts +16 -0
- package/dist/types/components/AppDisclosure/AppDisclosurePanel.vue.d.ts +5 -13
- package/dist/types/components/AppDrawer/AppDrawer.vue.d.ts +4 -35
- package/dist/types/components/AppDropdownButton/AppDropdownButton.vue.d.ts +25 -0
- package/dist/types/components/AppDropdownButton/AppDropdownItem.vue.d.ts +2 -23
- package/dist/types/components/AppError/AppError.vue.d.ts +6 -47
- package/dist/types/components/AppImageDropzone/AppImageDropzone.vue.d.ts +2 -6
- package/dist/types/components/AppInput/AppInput.vue.d.ts +14 -8
- package/dist/types/components/AppInput/FileInput.vue.d.ts +5 -19
- package/dist/types/components/AppInput/Input.vue.d.ts +2 -2
- package/dist/types/components/AppInput/InputIconSlot.vue.d.ts +15 -0
- package/dist/types/components/AppInput/LocationInput.vue.d.ts +2 -5
- package/dist/types/components/AppInputLabel/AppInputLabel.vue.d.ts +5 -7
- package/dist/types/components/AppLicensePlate/AppLicensePlate.vue.d.ts +5 -11
- package/dist/types/components/AppLoader/AppLoader.vue.d.ts +2 -2
- package/dist/types/components/AppMaps/AppMaps.vue.d.ts +2 -5
- package/dist/types/components/AppMenu/AppMenu.vue.d.ts +2 -2
- package/dist/types/components/AppMenu/AppMenuItem.vue.d.ts +16 -0
- package/dist/types/components/AppModal/AppModal.vue.d.ts +51 -0
- package/dist/types/components/AppNavigationMenu/AppNavigationMenu.vue.d.ts +1 -1
- package/dist/types/components/AppNavigationMenu/Mobile.vue.d.ts +1 -1
- package/dist/types/components/AppNavigationMenu/NavigationItem.vue.d.ts +1 -1
- package/dist/types/components/AppNavigationMenu/SupportItem.vue.d.ts +1 -1
- package/dist/types/components/AppPagination/AppPagination.vue.d.ts +2 -2
- package/dist/types/components/AppPagination/AppPaginationItem.vue.d.ts +3 -9
- package/dist/types/components/AppProgressBar/AppProgressBar.vue.d.ts +2 -2
- package/dist/types/components/AppProgressBar/AppProgressBarStep.vue.d.ts +5 -7
- package/dist/types/components/AppRating/AppRating.vue.d.ts +5 -23
- package/dist/types/components/AppRating/VueStarRating/Star.vue.d.ts +2 -2
- package/dist/types/components/AppRating/VueStarRating/StarRating.vue.d.ts +5 -62
- package/dist/types/components/AppSection/AppSection.vue.d.ts +8 -13
- package/dist/types/components/AppSelect/AppSelect.vue.d.ts +33 -0
- package/dist/types/components/AppStepper/AppStepper.vue.d.ts +4 -27
- package/dist/types/components/AppTable/AppTable.vue.d.ts +5 -7
- package/dist/types/components/AppTimeline/AppTimeline.vue.d.ts +5 -12
- package/dist/types/components/AppTimeline/AppTimelineItem.vue.d.ts +10 -28
- package/dist/types/components/AppTimeline/AppTimelineItemIcon.vue.d.ts +1 -1
- package/dist/types/components/AppToggle/AppToggle.vue.d.ts +4 -4
- package/dist/types/components/AppToggleCard/AppToggleCard.vue.d.ts +27 -0
- package/dist/types/composables/index.d.ts +1 -1
- package/dist/types/composables/useActionBar/index.d.ts +3 -3
- package/dist/types/icons/BuildingCircleCheck.vue.d.ts +1 -1
- package/dist/types/icons/BuildingCircleXmark.vue.d.ts +1 -1
- package/dist/types/icons/CarsIcon.vue.d.ts +1 -1
- package/dist/types/icons/ChatPersonRoundedIcon.vue.d.ts +1 -1
- package/dist/types/icons/CompanyIcon.vue.d.ts +1 -1
- package/dist/types/icons/HeroGirlIcon.vue.d.ts +1 -1
- package/dist/types/icons/HeroPersonIcon.vue.d.ts +1 -1
- package/dist/types/icons/HeroPersonRoundedIcon.vue.d.ts +1 -1
- package/dist/types/icons/HeroPersonWithBgIcon.vue.d.ts +1 -1
- package/dist/types/icons/LocationMarkerIcon.vue.d.ts +1 -1
- package/dist/types/icons/PartyPopperIcon.vue.d.ts +1 -1
- package/dist/types/icons/status/ErrorIcon.vue.d.ts +1 -1
- package/dist/types/icons/status/SuccessIcon.vue.d.ts +1 -1
- package/dist/types/icons/status/WarningIcon.vue.d.ts +1 -1
- package/dist/types/layouts/Auth/Auth.vue.d.ts +5 -13
- package/dist/types/layouts/Base/Base.vue.d.ts +4 -17
- package/dist/types/layouts/Platform/Platform.vue.d.ts +4 -20
- package/dist/types/plugins/Toast/Toast.vue.d.ts +2 -2
- package/dist/ui-library.css +2 -2
- package/dist/ui-storybook.css +2 -2
- package/dist/ui.cjs +190 -191
- package/dist/ui.css +1 -1
- package/dist/ui.js +20566 -19443
- package/package.json +43 -47
- package/src/App.vue +15 -0
- package/src/Playground.vue.example +9 -0
- package/src/config/eslint.cjs +199 -0
- package/src/config/tailwind/config.cjs +229 -0
- package/src/config/tailwind/screens.json +9 -0
- package/src/css/build.css +52 -0
- package/src/css/main.css +4 -0
- package/src/css/theme.css +208 -0
- package/src/css/tinymce.css +58 -0
- package/src/main.ts +34 -0
- package/src/modules/components/AppActionBar/AppActionBar.vue +96 -0
- package/src/modules/components/AppActionBar/AppActionBarItem.vue +123 -0
- package/src/modules/components/AppActionBar/AppActionBarSubMenu.vue +89 -0
- package/src/modules/components/AppActionBar/Components/Error.vue +11 -0
- package/src/modules/components/AppActionBar/Components/Loading.vue +9 -0
- package/src/modules/components/AppActionBar/Components/MultiSelect.vue +102 -0
- package/src/modules/components/AppActionBar/Components/__tests__/multi-select.spec.ts +74 -0
- package/src/modules/components/AppActionBar/__mocks__/index.ts +36 -0
- package/src/modules/components/AppActionBar/__tests__/app-action-bar-item.spec.ts +134 -0
- package/src/modules/components/AppActionBar/__tests__/app-action-bar-sub-menu.spec.ts +45 -0
- package/src/modules/components/AppActionBar/__tests__/app-action-bar.spec.ts +92 -0
- package/src/modules/components/AppActionBar/index.d.ts +29 -0
- package/src/modules/components/AppActionBar/index.ts +18 -0
- package/src/modules/components/AppAlert/AppAlert.vue +69 -0
- package/src/modules/components/AppAlert/__tests__/app-alert.spec.ts +67 -0
- package/src/modules/components/AppAlert/index.d.ts +3 -0
- package/src/modules/components/AppAlert/index.ts +18 -0
- package/src/modules/components/AppAvatar/AppAvatar.vue +30 -0
- package/src/modules/components/AppAvatar/DefaultAvatar.vue +187 -0
- package/src/modules/components/AppAvatar/__tests__/app-avatar.spec.ts +70 -0
- package/src/modules/components/AppAvatar/index.d.ts +9 -0
- package/src/modules/components/AppAvatar/index.ts +9 -0
- package/src/modules/components/AppBackButton/AppBackButton.vue +51 -0
- package/src/modules/components/AppBackButton/__tests__/app-back-button.spec.ts +70 -0
- package/src/modules/components/AppBadge/AppBadge.vue +65 -0
- package/src/modules/components/AppBadge/__tests__/app-badge.spec.ts +64 -0
- package/src/modules/components/AppBadge/index.d.ts +13 -0
- package/src/modules/components/AppBadge/index.ts +29 -0
- package/src/modules/components/AppButton/AppButton.vue +53 -0
- package/src/modules/components/AppButton/ButtonIconSlot.vue +26 -0
- package/src/modules/components/AppButton/__tests__/app-button.spec.ts +145 -0
- package/src/modules/components/AppButton/__tests__/button-icon-slot.spec.ts +30 -0
- package/src/modules/components/AppButton/index.d.ts +16 -0
- package/src/modules/components/AppButton/index.ts +57 -0
- package/src/modules/components/AppCard/AppCard.vue +88 -0
- package/src/modules/components/AppCard/CardAction.vue +101 -0
- package/src/modules/components/AppCard/CardIconSlot.vue +65 -0
- package/src/modules/components/AppCard/__tests__/app-card.spec.ts +109 -0
- package/src/modules/components/AppCard/__tests__/card-action.spec.ts +55 -0
- package/src/modules/components/AppCard/__tests__/card-icon-slot.spec.ts +27 -0
- package/src/modules/components/AppCard/index.d.ts +12 -0
- package/src/modules/components/AppCard/index.ts +5 -0
- package/src/modules/components/AppColor/AppColor.vue +74 -0
- package/src/modules/components/AppColor/__tests__/app-color.spec.ts +53 -0
- package/src/modules/components/AppColor/index.d.ts +10 -0
- package/src/modules/components/AppColorCard/AppColorCard.vue +41 -0
- package/src/modules/components/AppColorCard/__tests__/app-color-card.spec.ts +55 -0
- package/src/modules/components/AppConfirm/AppConfirm.vue +237 -0
- package/src/modules/components/AppConfirm/__tests__/app-confirm.spec.ts +366 -0
- package/src/modules/components/AppConfirm/index.d.ts +31 -0
- package/src/modules/components/AppConfirm/index.ts +1 -0
- package/src/modules/components/AppContextMenu/AppContextMenu.vue +100 -0
- package/src/modules/components/AppContextMenu/ShortcutItem.vue +37 -0
- package/src/modules/components/AppContextMenu/__mocks__/index.ts +25 -0
- package/src/modules/components/AppContextMenu/__tests__/app-context-menu.spec.ts +71 -0
- package/src/modules/components/AppContextMenu/__tests__/shortcut-item.spec.ts +29 -0
- package/src/modules/components/AppContextMenu/index.d.ts +23 -0
- package/src/modules/components/AppDataTable/AppDataTable.vue +323 -0
- package/src/modules/components/AppDataTable/AppDataTableFooter.vue +91 -0
- package/src/modules/components/AppDataTable/__mocks__/index.ts +71 -0
- package/src/modules/components/AppDataTable/__tests__/app-data-table-footer.spec.ts +107 -0
- package/src/modules/components/AppDataTable/__tests__/app-data-table.spec.ts +153 -0
- package/src/modules/components/AppDataTable/index.d.ts +29 -0
- package/src/modules/components/AppDefinitionList/AppDefinitionItem.vue +57 -0
- package/src/modules/components/AppDefinitionList/AppDefinitionList.vue +31 -0
- package/src/modules/components/AppDefinitionList/__mocks__/index.ts +31 -0
- package/src/modules/components/AppDefinitionList/__tests__/app-definition-item.spec.ts +93 -0
- package/src/modules/components/AppDefinitionList/__tests__/app-definition-list.spec.ts +35 -0
- package/src/modules/components/AppDefinitionList/index.d.ts +8 -0
- package/src/modules/components/AppDisclosure/AppDisclosure.vue +19 -0
- package/src/modules/components/AppDisclosure/AppDisclosureButton.vue +43 -0
- package/src/modules/components/AppDisclosure/AppDisclosurePanel.vue +31 -0
- package/src/modules/components/AppDisclosure/__tests__/app-disclosure-button.spec.ts +70 -0
- package/src/modules/components/AppDisclosure/__tests__/app-disclosure-panel.spec.ts +64 -0
- package/src/modules/components/AppDisclosure/__tests__/app-disclosure.spec.ts +41 -0
- package/src/modules/components/AppDrawer/AppDrawer.vue +149 -0
- package/src/modules/components/AppDrawer/__tests__/app-drawer.spec.ts +120 -0
- package/src/modules/components/AppDrawer/index.d.ts +27 -0
- package/src/modules/components/AppDropdownButton/AppDropdownButton.vue +82 -0
- package/src/modules/components/AppDropdownButton/AppDropdownItem.vue +67 -0
- package/src/modules/components/AppDropdownButton/__mocks__/index.ts +25 -0
- package/src/modules/components/AppDropdownButton/__tests__/app-dropdown-button.spec.ts +81 -0
- package/src/modules/components/AppDropdownButton/__tests__/app-dropdown-item.spec.ts +108 -0
- package/src/modules/components/AppDropdownButton/index.d.ts +26 -0
- package/src/modules/components/AppDropdownButton/index.ts +8 -0
- package/src/modules/components/AppError/AppError.vue +233 -0
- package/src/modules/components/AppError/__tests__/app-error.spec.ts +366 -0
- package/src/modules/components/AppError/index.d.ts +30 -0
- package/src/modules/components/AppError/index.ts +1 -0
- package/src/modules/components/AppImageDropzone/AppImageDropzone.vue +130 -0
- package/src/modules/components/AppImageDropzone/__tests__/app-image-dropzone.spec.ts +92 -0
- package/src/modules/components/AppImageDropzone/index.d.ts +8 -0
- package/src/modules/components/AppInput/AppInput.vue +247 -0
- package/src/modules/components/AppInput/FileInput.vue +58 -0
- package/src/modules/components/AppInput/Input.vue +141 -0
- package/src/modules/components/AppInput/InputIconSlot.vue +27 -0
- package/src/modules/components/AppInput/LocationInput.vue +150 -0
- package/src/modules/components/AppInput/__mocks__/location.ts +13 -0
- package/src/modules/components/AppInput/__tests__/app-input.spec.ts +255 -0
- package/src/modules/components/AppInput/__tests__/file-input.spec.ts +48 -0
- package/src/modules/components/AppInput/__tests__/input-icon-slot.spec.ts +27 -0
- package/src/modules/components/AppInput/__tests__/input.spec.ts +260 -0
- package/src/modules/components/AppInput/__tests__/location-input.spec.ts +159 -0
- package/src/modules/components/AppInput/choice.ts +24 -0
- package/src/modules/components/AppInput/datepicker.ts +62 -0
- package/src/modules/components/AppInput/index.d.ts +68 -0
- package/src/modules/components/AppInput/index.ts +133 -0
- package/src/modules/components/AppInput/location.ts +8 -0
- package/src/modules/components/AppInput/richText.ts +45 -0
- package/src/modules/components/AppInputLabel/AppInputLabel.vue +15 -0
- package/src/modules/components/AppInputLabel/__tests__/app-input-label.spec.ts +38 -0
- package/src/modules/components/AppInputLabel/index.d.ts +6 -0
- package/src/modules/components/AppLicensePlate/AppLicensePlate.vue +34 -0
- package/src/modules/components/AppLicensePlate/__tests__/app-license-plate.spec.ts +46 -0
- package/src/modules/components/AppLicensePlate/index.d.ts +1 -0
- package/src/modules/components/AppLoader/AppLoader.vue +37 -0
- package/src/modules/components/AppLoader/index.d.ts +1 -0
- package/src/modules/components/AppLoader/index.ts +8 -0
- package/src/modules/components/AppMaps/AppMaps.vue +105 -0
- package/src/modules/components/AppMaps/index.ts +44 -0
- package/src/modules/components/AppMenu/AppMenu.vue +79 -0
- package/src/modules/components/AppMenu/AppMenuItem.vue +40 -0
- package/src/modules/components/AppMenu/__mocks__/index.ts +23 -0
- package/src/modules/components/AppMenu/__tests__/app-menu-item.spec.ts +47 -0
- package/src/modules/components/AppMenu/__tests__/app-menu.spec.ts +53 -0
- package/src/modules/components/AppMenu/index.d.ts +15 -0
- package/src/modules/components/AppModal/AppModal.vue +261 -0
- package/src/modules/components/AppModal/__tests__/app-modal.spec.ts +282 -0
- package/src/modules/components/AppModal/index.d.ts +36 -0
- package/src/modules/components/AppNavigationMenu/AppNavigationMenu.vue +95 -0
- package/src/modules/components/AppNavigationMenu/Mobile.vue +126 -0
- package/src/modules/components/AppNavigationMenu/NavigationItem.vue +82 -0
- package/src/modules/components/AppNavigationMenu/SupportItem.vue +29 -0
- package/src/modules/components/AppNavigationMenu/__tests__/app-navigation-menu.spec.ts +104 -0
- package/src/modules/components/AppNavigationMenu/__tests__/mobile.spec.ts +155 -0
- package/src/modules/components/AppNavigationMenu/__tests__/navigation-item.spec.ts +91 -0
- package/src/modules/components/AppNavigationMenu/__tests__/support-item.spec.ts +48 -0
- package/src/modules/components/AppPagination/AppPagination.vue +133 -0
- package/src/modules/components/AppPagination/AppPaginationItem.vue +28 -0
- package/src/modules/components/AppPagination/__mocks__/index.ts +20 -0
- package/src/modules/components/AppPagination/__tests__/app-pagination.spec.ts +143 -0
- package/src/modules/components/AppPagination/index.d.ts +24 -0
- package/src/modules/components/AppProgressBar/AppProgressBar.vue +93 -0
- package/src/modules/components/AppProgressBar/AppProgressBarStep.vue +5 -0
- package/src/modules/components/AppProgressBar/__mocks__/index.ts +17 -0
- package/src/modules/components/AppProgressBar/__tests__/app-progress-bar-step.spec.ts +18 -0
- package/src/modules/components/AppProgressBar/__tests__/app-progress-bar.spec.ts +77 -0
- package/src/modules/components/AppProgressBar/index.d.ts +21 -0
- package/src/modules/components/AppRating/AppRating.vue +42 -0
- package/src/modules/components/AppRating/VueStarRating/Star.vue +215 -0
- package/src/modules/components/AppRating/VueStarRating/StarRating.vue +231 -0
- package/src/modules/components/AppRating/VueStarRating/classes/AlphaColor.ts +68 -0
- package/src/modules/components/AppRating/VueStarRating/readme.md +279 -0
- package/src/modules/components/AppRating/__tests__/app-rating.spec.ts +36 -0
- package/src/modules/components/AppSection/AppSection.vue +35 -0
- package/src/modules/components/AppSection/__tests__/app-section.spec.ts +53 -0
- package/src/modules/components/AppSelect/AppSelect.vue +176 -0
- package/src/modules/components/AppSelect/__mocks__/index.ts +24 -0
- package/src/modules/components/AppSelect/__tests__/app-select.spec.ts +73 -0
- package/src/modules/components/AppSelect/index.d.ts +43 -0
- package/src/modules/components/AppSelect/index.ts +69 -0
- package/src/modules/components/AppStepper/AppStepper.vue +79 -0
- package/src/modules/components/AppStepper/__tests__/app-stepper.spec.ts +59 -0
- package/src/modules/components/AppTable/AppTable.vue +40 -0
- package/src/modules/components/AppTimeline/AppTimeline.vue +22 -0
- package/src/modules/components/AppTimeline/AppTimelineItem.vue +97 -0
- package/src/modules/components/AppTimeline/AppTimelineItemIcon.vue +55 -0
- package/src/modules/components/AppTimeline/__mocks__/timeline.ts +29 -0
- package/src/modules/components/AppTimeline/__tests__/app-timeline-item-Icon.spec.ts +35 -0
- package/src/modules/components/AppTimeline/__tests__/app-timeline-item.spec.ts +121 -0
- package/src/modules/components/AppTimeline/__tests__/app-timeline.spec.ts +55 -0
- package/src/modules/components/AppTimeline/index.d.ts +30 -0
- package/src/modules/components/AppTimeline/index.ts +13 -0
- package/src/modules/components/AppToggle/AppToggle.vue +36 -0
- package/src/modules/components/AppToggle/__tests__/app-toggle.spec.ts +54 -0
- package/src/modules/components/AppToggle/index.d.ts +3 -0
- package/src/modules/components/AppToggleCard/AppToggleCard.vue +45 -0
- package/src/modules/components/AppToggleCard/__tests__/app-toggle-card.spec.ts +55 -0
- package/src/modules/components/index.ts +43 -0
- package/src/modules/composables/index.ts +13 -0
- package/src/modules/composables/useActionBar/__mocks__/index.ts +17 -0
- package/src/modules/composables/useActionBar/__tests__/index.spec.ts +62 -0
- package/src/modules/composables/useActionBar/index.d.ts +1 -0
- package/src/modules/composables/useActionBar/index.ts +67 -0
- package/src/modules/composables/useComputedPosition/index.d.ts +16 -0
- package/src/modules/composables/useComputedPosition/index.ts +199 -0
- package/src/modules/composables/useConfirm/__tests__/index.spec.ts +29 -0
- package/src/modules/composables/useConfirm/index.ts +63 -0
- package/src/modules/composables/useContextMenu/index.ts +127 -0
- package/src/modules/composables/useDrawer/__tests__/index.spec.ts +34 -0
- package/src/modules/composables/useDrawer/index.ts +136 -0
- package/src/modules/composables/useEcho/index.ts +167 -0
- package/src/modules/composables/useError/__tests__/index.spec.ts +29 -0
- package/src/modules/composables/useError/index.ts +61 -0
- package/src/modules/composables/useGoogleApi/__tests__/index.spec.ts +39 -0
- package/src/modules/composables/useGoogleApi/index.ts +26 -0
- package/src/modules/composables/useLayout/__tests__/index.spec.ts +34 -0
- package/src/modules/composables/useLayout/index.d.ts +1 -0
- package/src/modules/composables/useLayout/index.ts +68 -0
- package/src/modules/composables/useModal/__tests__/index.spec.ts +34 -0
- package/src/modules/composables/useModal/index.ts +97 -0
- package/src/modules/composables/useNavigation/__mocks__/navigation.ts +22 -0
- package/src/modules/composables/useNavigation/__tests__/index.spec.ts +88 -0
- package/src/modules/composables/useNavigation/index.d.ts +17 -0
- package/src/modules/composables/useNavigation/index.ts +97 -0
- package/src/modules/icons/BuildingCircleCheck.vue +32 -0
- package/src/modules/icons/BuildingCircleXmark.vue +20 -0
- package/src/modules/icons/CarsIcon.vue +29 -0
- package/src/modules/icons/ChatPersonRoundedIcon.vue +184 -0
- package/src/modules/icons/CompanyIcon.vue +18 -0
- package/src/modules/icons/HeroGirlIcon.vue +246 -0
- package/src/modules/icons/HeroPersonIcon.vue +402 -0
- package/src/modules/icons/HeroPersonRoundedIcon.vue +412 -0
- package/src/modules/icons/HeroPersonWithBgIcon.vue +4503 -0
- package/src/modules/icons/LocationMarkerIcon.vue +33 -0
- package/src/modules/icons/PartyPopperIcon.vue +146 -0
- package/src/modules/icons/index.ts +32 -0
- package/src/modules/icons/status/ErrorIcon.vue +24 -0
- package/src/modules/icons/status/SuccessIcon.vue +24 -0
- package/src/modules/icons/status/WarningIcon.vue +27 -0
- package/src/modules/icons/status/index.ts +3 -0
- package/src/modules/index.ts +8 -0
- package/src/modules/layouts/Auth/Auth.vue +36 -0
- package/src/modules/layouts/Auth/__tests__/auth.spec.ts +63 -0
- package/src/modules/layouts/Base/Base.vue +69 -0
- package/src/modules/layouts/Base/__tests__/base.spec.ts +56 -0
- package/src/modules/layouts/Platform/Platform.vue +96 -0
- package/src/modules/layouts/Platform/__tests__/platform.spec.ts +56 -0
- package/src/modules/layouts/index.ts +9 -0
- package/src/modules/plugins/Sentry/index.d.ts +16 -0
- package/src/modules/plugins/Sentry/index.ts +65 -0
- package/src/modules/plugins/Sentry/language/nl.ts +13 -0
- package/src/modules/plugins/TinyMCE/lang/nl.js +430 -0
- package/src/modules/plugins/Toast/Toast.vue +58 -0
- package/src/modules/plugins/Toast/__tests__/toast.spec.ts +90 -0
- package/src/modules/plugins/Toast/index.ts +36 -0
- package/src/modules/plugins/Toast/types.d.ts +265 -0
- package/src/modules/plugins/index.ts +63 -0
- package/src/stories/Introduction.mdx +4 -0
- package/src/stories/assets/code-brackets.svg +1 -0
- package/src/stories/assets/colors.svg +1 -0
- package/src/stories/assets/comments.svg +1 -0
- package/src/stories/assets/direction.svg +1 -0
- package/src/stories/assets/flow.svg +1 -0
- package/src/stories/assets/images/logo.png +0 -0
- package/src/stories/assets/images/road.png +0 -0
- package/src/stories/assets/plugin.svg +1 -0
- package/src/stories/assets/repo.svg +1 -0
- package/src/stories/assets/stackalt.svg +1 -0
- package/src/stories/components/ActionBar/ActionBar.stories.ts +67 -0
- package/src/stories/components/Alert/Alert.stories.ts +53 -0
- package/src/stories/components/Avatar/Avatar.stories.ts +44 -0
- package/src/stories/components/BackButton/BackButton.stories.ts +39 -0
- package/src/stories/components/Badge/Badge.stories.ts +42 -0
- package/src/stories/components/Button/Button.stories.ts +132 -0
- package/src/stories/components/Card/Card.stories.ts +70 -0
- package/src/stories/components/Color/Color.stories.ts +41 -0
- package/src/stories/components/ColorCard/ColorCard.stories.ts +43 -0
- package/src/stories/components/Confirm/Confirm.stories.ts +110 -0
- package/src/stories/components/ContextMenu/ContextMenu.stories.ts +85 -0
- package/src/stories/components/DefinitionList/DefinitionList.stories.ts +32 -0
- package/src/stories/components/Disclosure/Disclosure.stories.ts +61 -0
- package/src/stories/components/DropdownButton/DropdownButton.stories.ts +121 -0
- package/src/stories/components/Error/Error.stories.ts +106 -0
- package/src/stories/components/ImageDropzone/ImageDropzone.stories.ts +41 -0
- package/src/stories/components/Input/Input.stories.ts +180 -0
- package/src/stories/components/Input/LocationInput.stories.ts +77 -0
- package/src/stories/components/LicensePlate/LicensePlate.stories.ts +39 -0
- package/src/stories/components/Maps/Maps.stories.ts +36 -0
- package/src/stories/components/Menu/Menu.stories.ts +41 -0
- package/src/stories/components/Modal/Modal.stories.ts +68 -0
- package/src/stories/components/Navigation/Navigation.stories.ts +62 -0
- package/src/stories/components/Pagination/Pagination.stories.ts +62 -0
- package/src/stories/components/ProgressBar/ProgressBar.stories.ts +48 -0
- package/src/stories/components/Rating/Rating.stories.ts +38 -0
- package/src/stories/components/Section/Section.stories.ts +44 -0
- package/src/stories/components/Select/Select.stories.ts +90 -0
- package/src/stories/components/Stepper/Stepper.stories.ts +38 -0
- package/src/stories/components/Table/DataTable.stories.ts +96 -0
- package/src/stories/components/Table/Table.stories.ts +45 -0
- package/src/stories/components/Timeline/Timeline.stories.ts +46 -0
- package/src/stories/components/Toast/Toast.stories.ts +47 -0
- package/src/stories/components/Toggle/Toggle.stories.ts +41 -0
- package/src/stories/components/ToggleCard/ToggleCard.stories.ts +43 -0
- package/src/stories/layouts/Auth.stories.ts +43 -0
- package/src/stories/layouts/Base.stories.ts +70 -0
- package/src/tests/mocks/resize-observer.ts +13 -0
- package/src/tests/stubs/AppSelect.ts +89 -0
- package/src/tests/stubs/HeadlessUiDialogStub.ts +24 -0
- package/src/tests/stubs/HeadlessUiTransitionChildStub.ts +20 -0
- package/src/tests/stubs/HeadlessUiTransitionRootStub.ts +25 -0
- package/src/tests/stubs/IconStub.ts +9 -0
- package/src/tests/stubs/Vue3EasyDataTableStub.ts +53 -0
- package/src/typings/plugin.d.ts +5 -0
- package/src/typings/shims-vue.d.ts +13 -0
- package/src/typings/utilities.d.ts +4 -0
- package/src/typings/vite-environment.d.ts +12 -0
|
@@ -1,5 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
actionBar: typeof __VLS_nativeElements['div'];
|
|
3
|
-
};
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, __VLS_TemplateRefs, any>;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5
2
|
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { ActionItemProps } from './index.d';
|
|
2
|
+
declare var __VLS_6: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_6) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<ActionItemProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
|
+
close: () => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<ActionItemProps> & Readonly<{
|
|
9
|
+
onClose?: (() => any) | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
item: any;
|
|
12
|
+
confirmed: boolean;
|
|
13
|
+
context: boolean;
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
import type { ActionItemProps } from './index.d';
|
|
2
|
-
|
|
3
|
-
subMenu: typeof __VLS_nativeElements['div'];
|
|
4
|
-
submenuArrow: typeof __VLS_nativeElements['div'];
|
|
5
|
-
};
|
|
6
|
-
declare const _default: import("vue").DefineComponent<ActionItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2
|
+
declare const _default: import("vue").DefineComponent<ActionItemProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
3
|
close: () => any;
|
|
8
4
|
}, string, import("vue").PublicProps, Readonly<ActionItemProps> & Readonly<{
|
|
9
5
|
onClose?: (() => any) | undefined;
|
|
10
6
|
}>, {
|
|
11
7
|
item: any;
|
|
12
8
|
context: boolean;
|
|
13
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false,
|
|
9
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
10
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -3,10 +3,10 @@ type __VLS_Props = Omit<ActionItemProps, 'context' | 'confirmed'> & {
|
|
|
3
3
|
submitButtonText?: string;
|
|
4
4
|
cancelButtonText?: string;
|
|
5
5
|
};
|
|
6
|
-
type __VLS_PublicProps = {
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
7
7
|
modelValue?: number[];
|
|
8
|
-
}
|
|
9
|
-
declare const _default: import("vue").DefineComponent<__VLS_PublicProps,
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
10
|
submit: () => any;
|
|
11
11
|
"update:modelValue": (value: number[] | undefined) => any;
|
|
12
12
|
close: () => any;
|
|
@@ -17,5 +17,5 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
17
17
|
}>, {
|
|
18
18
|
cancelButtonText: string;
|
|
19
19
|
submitButtonText: string;
|
|
20
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
20
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
21
|
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { Type } from './index.d';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
type: Type;
|
|
4
|
+
title?: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
withIcon?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare var __VLS_1: {
|
|
9
|
+
type: "success" | "warning" | "error";
|
|
10
|
+
}, __VLS_8: {}, __VLS_10: {};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
icon?: (props: typeof __VLS_1) => any;
|
|
13
|
+
} & {
|
|
14
|
+
title?: (props: typeof __VLS_8) => any;
|
|
15
|
+
} & {
|
|
16
|
+
description?: (props: typeof __VLS_10) => any;
|
|
17
|
+
};
|
|
18
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
19
|
+
title: string;
|
|
20
|
+
description: string;
|
|
21
|
+
withIcon: boolean;
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Props } from './index.d';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<Props,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
3
3
|
size: import("./index.d").Size;
|
|
4
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
4
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
5
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
color?: string;
|
|
3
3
|
};
|
|
4
|
-
declare const _default: import("vue").DefineComponent<__VLS_Props,
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
5
|
export default _default;
|
|
@@ -1,29 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import type { RouteLocationRaw, NavigationFailure } from 'vue-router';
|
|
1
|
+
import type { RouteLocationRaw } from 'vue-router';
|
|
3
2
|
type __VLS_Props = {
|
|
4
3
|
buttonText?: string;
|
|
5
4
|
iconClasses?: string;
|
|
6
5
|
to?: RouteLocationRaw;
|
|
7
6
|
};
|
|
8
|
-
declare function goBack(): Promise<void | NavigationFailure | undefined>;
|
|
9
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
10
7
|
declare var __VLS_6: {};
|
|
11
|
-
type __VLS_Slots =
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
12
9
|
default?: (props: typeof __VLS_6) => any;
|
|
13
|
-
}
|
|
14
|
-
declare const
|
|
15
|
-
ChevronLeftIcon: typeof ChevronLeftIcon;
|
|
16
|
-
goBack: typeof goBack;
|
|
17
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
18
12
|
buttonText: string;
|
|
19
13
|
iconClasses: string;
|
|
20
14
|
to: RouteLocationRaw;
|
|
21
15
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
23
|
-
buttonText: string;
|
|
24
|
-
iconClasses: string;
|
|
25
|
-
to: RouteLocationRaw;
|
|
26
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
27
16
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
28
17
|
export default _default;
|
|
29
18
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { Props } from './index.d';
|
|
2
|
+
declare var __VLS_1: {}, __VLS_8: {}, __VLS_10: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
leadingIcon?: (props: typeof __VLS_1) => any;
|
|
5
|
+
} & {
|
|
6
|
+
default?: (props: typeof __VLS_8) => any;
|
|
7
|
+
} & {
|
|
8
|
+
trailingIcon?: (props: typeof __VLS_10) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
11
|
+
size: import("./index.d").Size;
|
|
12
|
+
type: import("./index.d").Type;
|
|
13
|
+
rounded: boolean;
|
|
14
|
+
leadingIcon: import("vue").Component | string;
|
|
15
|
+
trailingIcon: import("vue").Component | string;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { Props } from './index.d';
|
|
2
|
+
declare var __VLS_11: {}, __VLS_13: {}, __VLS_19: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
leadingIcon?: (props: typeof __VLS_11) => any;
|
|
5
|
+
} & {
|
|
6
|
+
default?: (props: typeof __VLS_13) => any;
|
|
7
|
+
} & {
|
|
8
|
+
trailingIcon?: (props: typeof __VLS_19) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
11
|
+
size: import("./index.d").Size;
|
|
12
|
+
type: import("./index.d").Type;
|
|
13
|
+
loading: boolean;
|
|
14
|
+
colorType: import("./index.d").ColorType;
|
|
15
|
+
disabled: boolean;
|
|
16
|
+
bordered: boolean;
|
|
17
|
+
block: boolean;
|
|
18
|
+
as: string;
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
loading?: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare var __VLS_5: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_5) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import type { Component } from 'vue';
|
|
2
|
+
import type { Action } from './index.d';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
title?: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
actions?: Action[];
|
|
7
|
+
icon?: string | Component;
|
|
8
|
+
bordered?: boolean;
|
|
9
|
+
contentClasses?: string;
|
|
10
|
+
hoverTransition?: boolean;
|
|
11
|
+
};
|
|
12
|
+
declare var __VLS_5: {}, __VLS_7: {}, __VLS_9: {}, __VLS_11: {}, __VLS_13: {};
|
|
13
|
+
type __VLS_Slots = {} & {
|
|
14
|
+
icon?: (props: typeof __VLS_5) => any;
|
|
15
|
+
} & {
|
|
16
|
+
title?: (props: typeof __VLS_7) => any;
|
|
17
|
+
} & {
|
|
18
|
+
description?: (props: typeof __VLS_9) => any;
|
|
19
|
+
} & {
|
|
20
|
+
default?: (props: typeof __VLS_11) => any;
|
|
21
|
+
} & {
|
|
22
|
+
actions?: (props: typeof __VLS_13) => any;
|
|
23
|
+
};
|
|
24
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
25
|
+
title: string;
|
|
26
|
+
description: string;
|
|
27
|
+
bordered: boolean;
|
|
28
|
+
icon: string | Component;
|
|
29
|
+
actions: Action[];
|
|
30
|
+
contentClasses: string;
|
|
31
|
+
hoverTransition: boolean;
|
|
32
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
33
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
34
|
+
export default _default;
|
|
35
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
36
|
+
new (): {
|
|
37
|
+
$slots: S;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
@@ -2,5 +2,5 @@ import type { Action } from './index.d';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
item: Action;
|
|
4
4
|
};
|
|
5
|
-
declare const _default: import("vue").DefineComponent<__VLS_Props,
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
6
|
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { Component } from 'vue';
|
|
2
|
+
import type { FontAwesomeIconProps } from '@fortawesome/vue-fontawesome';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
icon?: string | Component | FontAwesomeIconProps['icon'];
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_1: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_1) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
import type { ColorProps } from '~components/AppColor/index';
|
|
2
2
|
type __VLS_Props = ColorProps;
|
|
3
|
-
type __VLS_PublicProps = {
|
|
3
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
4
4
|
modelValue?: string;
|
|
5
|
-
} & __VLS_Props;
|
|
6
|
-
type __VLS_TemplateRefs = {
|
|
7
|
-
colorInput: typeof __VLS_nativeElements['input'];
|
|
8
5
|
};
|
|
9
|
-
declare const _default: import("vue").DefineComponent<__VLS_PublicProps,
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
7
|
"update:modelValue": (value: string | undefined) => any;
|
|
11
8
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
9
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
13
10
|
}>, {
|
|
14
11
|
disabled: boolean;
|
|
15
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false,
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
13
|
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
title: string;
|
|
3
|
+
disabled?: boolean;
|
|
4
|
+
};
|
|
5
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
6
|
+
modelValue?: string;
|
|
7
|
+
};
|
|
8
|
+
declare var __VLS_1: {
|
|
9
|
+
'data-test-title-slot': boolean;
|
|
10
|
+
}, __VLS_8: {};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
title?: (props: typeof __VLS_1) => any;
|
|
13
|
+
} & {
|
|
14
|
+
default?: (props: typeof __VLS_8) => any;
|
|
15
|
+
};
|
|
16
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
+
"update:modelValue": (value: string | undefined) => any;
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
19
|
+
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
20
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
22
|
+
export default _default;
|
|
23
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
24
|
+
new (): {
|
|
25
|
+
$slots: S;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -1,290 +1,12 @@
|
|
|
1
|
-
import { Dialog, DialogOverlay, DialogTitle } from '@headlessui/vue';
|
|
2
|
-
import { AppButton } from '~components';
|
|
3
1
|
import type { Component } from 'vue';
|
|
4
2
|
import type { ConfirmProps } from './index.d';
|
|
5
|
-
declare
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
declare const expanded: import("vue").ShallowRef<boolean, boolean>;
|
|
9
|
-
declare const dynamicIconProperties: import("vue").ComputedRef<string | Component | undefined>;
|
|
10
|
-
declare const transitionRootComponent: import("vue").ComputedRef<string | import("vue").DefineComponent<{
|
|
11
|
-
as: {
|
|
12
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
show: {
|
|
16
|
-
type: BooleanConstructor[];
|
|
17
|
-
default: null;
|
|
18
|
-
};
|
|
19
|
-
unmount: {
|
|
20
|
-
type: BooleanConstructor[];
|
|
21
|
-
default: boolean;
|
|
22
|
-
};
|
|
23
|
-
appear: {
|
|
24
|
-
type: BooleanConstructor[];
|
|
25
|
-
default: boolean;
|
|
26
|
-
};
|
|
27
|
-
enter: {
|
|
28
|
-
type: StringConstructor[];
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
|
-
enterFrom: {
|
|
32
|
-
type: StringConstructor[];
|
|
33
|
-
default: string;
|
|
34
|
-
};
|
|
35
|
-
enterTo: {
|
|
36
|
-
type: StringConstructor[];
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
entered: {
|
|
40
|
-
type: StringConstructor[];
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
leave: {
|
|
44
|
-
type: StringConstructor[];
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
leaveFrom: {
|
|
48
|
-
type: StringConstructor[];
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
leaveTo: {
|
|
52
|
-
type: StringConstructor[];
|
|
53
|
-
default: string;
|
|
54
|
-
};
|
|
55
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
56
|
-
[key: string]: any;
|
|
57
|
-
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
58
|
-
[key: string]: any;
|
|
59
|
-
}>[] | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
60
|
-
beforeEnter: () => true;
|
|
61
|
-
afterEnter: () => true;
|
|
62
|
-
beforeLeave: () => true;
|
|
63
|
-
afterLeave: () => true;
|
|
64
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
65
|
-
as: {
|
|
66
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
67
|
-
default: string;
|
|
68
|
-
};
|
|
69
|
-
show: {
|
|
70
|
-
type: BooleanConstructor[];
|
|
71
|
-
default: null;
|
|
72
|
-
};
|
|
73
|
-
unmount: {
|
|
74
|
-
type: BooleanConstructor[];
|
|
75
|
-
default: boolean;
|
|
76
|
-
};
|
|
77
|
-
appear: {
|
|
78
|
-
type: BooleanConstructor[];
|
|
79
|
-
default: boolean;
|
|
80
|
-
};
|
|
81
|
-
enter: {
|
|
82
|
-
type: StringConstructor[];
|
|
83
|
-
default: string;
|
|
84
|
-
};
|
|
85
|
-
enterFrom: {
|
|
86
|
-
type: StringConstructor[];
|
|
87
|
-
default: string;
|
|
88
|
-
};
|
|
89
|
-
enterTo: {
|
|
90
|
-
type: StringConstructor[];
|
|
91
|
-
default: string;
|
|
92
|
-
};
|
|
93
|
-
entered: {
|
|
94
|
-
type: StringConstructor[];
|
|
95
|
-
default: string;
|
|
96
|
-
};
|
|
97
|
-
leave: {
|
|
98
|
-
type: StringConstructor[];
|
|
99
|
-
default: string;
|
|
100
|
-
};
|
|
101
|
-
leaveFrom: {
|
|
102
|
-
type: StringConstructor[];
|
|
103
|
-
default: string;
|
|
104
|
-
};
|
|
105
|
-
leaveTo: {
|
|
106
|
-
type: StringConstructor[];
|
|
107
|
-
default: string;
|
|
108
|
-
};
|
|
109
|
-
}>> & {
|
|
110
|
-
onBeforeEnter?: (() => any) | undefined;
|
|
111
|
-
onAfterEnter?: (() => any) | undefined;
|
|
112
|
-
onBeforeLeave?: (() => any) | undefined;
|
|
113
|
-
onAfterLeave?: (() => any) | undefined;
|
|
114
|
-
}, {
|
|
115
|
-
as: string | Record<string, any>;
|
|
116
|
-
unmount: boolean;
|
|
117
|
-
show: boolean;
|
|
118
|
-
appear: boolean;
|
|
119
|
-
enter: string;
|
|
120
|
-
enterFrom: string;
|
|
121
|
-
enterTo: string;
|
|
122
|
-
entered: string;
|
|
123
|
-
leave: string;
|
|
124
|
-
leaveFrom: string;
|
|
125
|
-
leaveTo: string;
|
|
126
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
127
|
-
declare const transitionChildComponent: import("vue").ComputedRef<string | import("vue").DefineComponent<{
|
|
128
|
-
as: {
|
|
129
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
130
|
-
default: string;
|
|
131
|
-
};
|
|
132
|
-
show: {
|
|
133
|
-
type: BooleanConstructor[];
|
|
134
|
-
default: null;
|
|
135
|
-
};
|
|
136
|
-
unmount: {
|
|
137
|
-
type: BooleanConstructor[];
|
|
138
|
-
default: boolean;
|
|
139
|
-
};
|
|
140
|
-
appear: {
|
|
141
|
-
type: BooleanConstructor[];
|
|
142
|
-
default: boolean;
|
|
143
|
-
};
|
|
144
|
-
enter: {
|
|
145
|
-
type: StringConstructor[];
|
|
146
|
-
default: string;
|
|
147
|
-
};
|
|
148
|
-
enterFrom: {
|
|
149
|
-
type: StringConstructor[];
|
|
150
|
-
default: string;
|
|
151
|
-
};
|
|
152
|
-
enterTo: {
|
|
153
|
-
type: StringConstructor[];
|
|
154
|
-
default: string;
|
|
155
|
-
};
|
|
156
|
-
entered: {
|
|
157
|
-
type: StringConstructor[];
|
|
158
|
-
default: string;
|
|
159
|
-
};
|
|
160
|
-
leave: {
|
|
161
|
-
type: StringConstructor[];
|
|
162
|
-
default: string;
|
|
163
|
-
};
|
|
164
|
-
leaveFrom: {
|
|
165
|
-
type: StringConstructor[];
|
|
166
|
-
default: string;
|
|
167
|
-
};
|
|
168
|
-
leaveTo: {
|
|
169
|
-
type: StringConstructor[];
|
|
170
|
-
default: string;
|
|
171
|
-
};
|
|
172
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
173
|
-
[key: string]: any;
|
|
174
|
-
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
175
|
-
[key: string]: any;
|
|
176
|
-
}>[] | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
177
|
-
beforeEnter: () => true;
|
|
178
|
-
afterEnter: () => true;
|
|
179
|
-
beforeLeave: () => true;
|
|
180
|
-
afterLeave: () => true;
|
|
181
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
182
|
-
as: {
|
|
183
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
184
|
-
default: string;
|
|
185
|
-
};
|
|
186
|
-
show: {
|
|
187
|
-
type: BooleanConstructor[];
|
|
188
|
-
default: null;
|
|
189
|
-
};
|
|
190
|
-
unmount: {
|
|
191
|
-
type: BooleanConstructor[];
|
|
192
|
-
default: boolean;
|
|
193
|
-
};
|
|
194
|
-
appear: {
|
|
195
|
-
type: BooleanConstructor[];
|
|
196
|
-
default: boolean;
|
|
197
|
-
};
|
|
198
|
-
enter: {
|
|
199
|
-
type: StringConstructor[];
|
|
200
|
-
default: string;
|
|
201
|
-
};
|
|
202
|
-
enterFrom: {
|
|
203
|
-
type: StringConstructor[];
|
|
204
|
-
default: string;
|
|
205
|
-
};
|
|
206
|
-
enterTo: {
|
|
207
|
-
type: StringConstructor[];
|
|
208
|
-
default: string;
|
|
209
|
-
};
|
|
210
|
-
entered: {
|
|
211
|
-
type: StringConstructor[];
|
|
212
|
-
default: string;
|
|
213
|
-
};
|
|
214
|
-
leave: {
|
|
215
|
-
type: StringConstructor[];
|
|
216
|
-
default: string;
|
|
217
|
-
};
|
|
218
|
-
leaveFrom: {
|
|
219
|
-
type: StringConstructor[];
|
|
220
|
-
default: string;
|
|
221
|
-
};
|
|
222
|
-
leaveTo: {
|
|
223
|
-
type: StringConstructor[];
|
|
224
|
-
default: string;
|
|
225
|
-
};
|
|
226
|
-
}>> & {
|
|
227
|
-
onBeforeEnter?: (() => any) | undefined;
|
|
228
|
-
onAfterEnter?: (() => any) | undefined;
|
|
229
|
-
onBeforeLeave?: (() => any) | undefined;
|
|
230
|
-
onAfterLeave?: (() => any) | undefined;
|
|
231
|
-
}, {
|
|
232
|
-
as: string | Record<string, any>;
|
|
233
|
-
unmount: boolean;
|
|
234
|
-
show: boolean;
|
|
235
|
-
appear: boolean;
|
|
236
|
-
enter: string;
|
|
237
|
-
enterFrom: string;
|
|
238
|
-
enterTo: string;
|
|
239
|
-
entered: string;
|
|
240
|
-
leave: string;
|
|
241
|
-
leaveFrom: string;
|
|
242
|
-
leaveTo: string;
|
|
243
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
244
|
-
declare const iconDomClasses: import("vue").ComputedRef<string[]>;
|
|
245
|
-
declare function close(confirmed: boolean): Promise<void>;
|
|
246
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
247
|
-
declare var __VLS_45: {};
|
|
248
|
-
declare var __VLS_46: {};
|
|
249
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
250
|
-
title?: (props: typeof __VLS_45) => any;
|
|
3
|
+
declare var __VLS_40: {}, __VLS_42: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
title?: (props: typeof __VLS_40) => any;
|
|
251
6
|
} & {
|
|
252
|
-
default?: (props: typeof
|
|
253
|
-
}
|
|
254
|
-
declare const
|
|
255
|
-
Dialog: typeof Dialog;
|
|
256
|
-
DialogOverlay: typeof DialogOverlay;
|
|
257
|
-
DialogTitle: typeof DialogTitle;
|
|
258
|
-
AppButton: typeof AppButton;
|
|
259
|
-
isOpen: typeof isOpen;
|
|
260
|
-
confirmLoading: typeof confirmLoading;
|
|
261
|
-
cancelLoading: typeof cancelLoading;
|
|
262
|
-
expanded: typeof expanded;
|
|
263
|
-
dynamicIconProperties: typeof dynamicIconProperties;
|
|
264
|
-
transitionRootComponent: typeof transitionRootComponent;
|
|
265
|
-
transitionChildComponent: typeof transitionChildComponent;
|
|
266
|
-
iconDomClasses: typeof iconDomClasses;
|
|
267
|
-
close: typeof close;
|
|
268
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
269
|
-
close: (value: boolean) => any;
|
|
270
|
-
confirmed: (value: true) => any;
|
|
271
|
-
}, string, import("vue").PublicProps, Readonly<ConfirmProps> & Readonly<{
|
|
272
|
-
onClose?: ((value: boolean) => any) | undefined;
|
|
273
|
-
onConfirmed?: ((value: true) => any) | undefined;
|
|
274
|
-
}>, {
|
|
275
|
-
html: boolean;
|
|
276
|
-
title: string;
|
|
277
|
-
animate: boolean;
|
|
278
|
-
type: import("./index.d").ConfirmType;
|
|
279
|
-
icon: string | Component;
|
|
280
|
-
content: string;
|
|
281
|
-
confirmButtonText: string;
|
|
282
|
-
cancelButtonText: string;
|
|
283
|
-
withBackdrop: boolean;
|
|
284
|
-
preventBackdropClose: boolean;
|
|
285
|
-
extendedIconDomClasses: string;
|
|
286
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
287
|
-
declare const __VLS_component: import("vue").DefineComponent<ConfirmProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
|
+
default?: (props: typeof __VLS_42) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<ConfirmProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
288
10
|
close: (value: boolean) => any;
|
|
289
11
|
confirmed: (value: true) => any;
|
|
290
12
|
}, string, import("vue").PublicProps, Readonly<ConfirmProps> & Readonly<{
|
|
@@ -2,9 +2,6 @@ import type { Props, Action } from './index.d';
|
|
|
2
2
|
declare function open(): Promise<void>;
|
|
3
3
|
declare function close(): Promise<void>;
|
|
4
4
|
declare function submit(action: Action): Promise<void>;
|
|
5
|
-
type __VLS_TemplateRefs = {
|
|
6
|
-
contextMenuElement: typeof __VLS_nativeElements['div'];
|
|
7
|
-
};
|
|
8
5
|
declare const _default: import("vue").DefineComponent<Props, {
|
|
9
6
|
isOpen: import("vue").Ref<boolean, boolean>;
|
|
10
7
|
open: typeof open;
|
|
@@ -20,5 +17,5 @@ declare const _default: import("vue").DefineComponent<Props, {
|
|
|
20
17
|
onClose?: (() => any) | undefined;
|
|
21
18
|
onOpen?: (() => any) | undefined;
|
|
22
19
|
onActionClicked?: ((action: Action) => any) | undefined;
|
|
23
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false,
|
|
20
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
21
|
export default _default;
|