@ouestfrance/sipa-bms-ui 7.14.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/README.md +280 -0
- package/dist/assets/animated-icons/AnimatedActivityIcon.vue.d.ts +133 -0
- package/dist/assets/animated-icons/AnimatedCircleHelpIcon.vue.d.ts +133 -0
- package/dist/assets/animated-icons/AnimatedHomeIcon.vue.d.ts +133 -0
- package/dist/components/button/BmsButton.spec.d.ts +1 -0
- package/dist/components/button/BmsButton.vue.d.ts +24 -0
- package/dist/components/button/BmsIconButton.vue.d.ts +23 -0
- package/dist/components/button/UiButton.vue.d.ts +26 -0
- package/dist/components/button/UiButtonLink.vue.d.ts +20 -0
- package/dist/components/feedback/BmsAlert.vue.d.ts +24 -0
- package/dist/components/feedback/BmsBadge.vue.d.ts +18 -0
- package/dist/components/feedback/BmsCaption.vue.d.ts +6 -0
- package/dist/components/feedback/BmsCircularProgress.spec.d.ts +1 -0
- package/dist/components/feedback/BmsCircularProgress.vue.d.ts +6 -0
- package/dist/components/feedback/BmsLoader.spec.d.ts +1 -0
- package/dist/components/feedback/BmsLoader.vue.d.ts +9 -0
- package/dist/components/feedback/BmsTooltip.vue.d.ts +28 -0
- package/dist/components/feedback/UiTooltip.spec.d.ts +1 -0
- package/dist/components/feedback/UiTooltip.vue.d.ts +27 -0
- package/dist/components/feedback/tooltip.helper.d.ts +45 -0
- package/dist/components/feedback/tooltip.helper.spec.d.ts +1 -0
- package/dist/components/form/BmsAutocomplete.vue.d.ts +31 -0
- package/dist/components/form/BmsBetweenInput.vue.d.ts +32 -0
- package/dist/components/form/BmsChip.vue.d.ts +15 -0
- package/dist/components/form/BmsFilePicker.spec.d.ts +1 -0
- package/dist/components/form/BmsFilePicker.vue.d.ts +12 -0
- package/dist/components/form/BmsInputBooleanCheckbox.vue.d.ts +30 -0
- package/dist/components/form/BmsInputCheckboxCaption.spec.d.ts +1 -0
- package/dist/components/form/BmsInputCheckboxCaption.vue.d.ts +31 -0
- package/dist/components/form/BmsInputCheckboxCaptionGroup.vue.d.ts +25 -0
- package/dist/components/form/BmsInputCheckboxGroup.vue.d.ts +24 -0
- package/dist/components/form/BmsInputCode.vue.d.ts +27 -0
- package/dist/components/form/BmsInputDateTime.vue.d.ts +24 -0
- package/dist/components/form/BmsInputFile.spec.d.ts +1 -0
- package/dist/components/form/BmsInputFile.vue.d.ts +27 -0
- package/dist/components/form/BmsInputNumber.spec.d.ts +1 -0
- package/dist/components/form/BmsInputNumber.vue.d.ts +26 -0
- package/dist/components/form/BmsInputRadio.vue.d.ts +28 -0
- package/dist/components/form/BmsInputRadioCaption.vue.d.ts +30 -0
- package/dist/components/form/BmsInputRadioCaptionGroup.vue.d.ts +30 -0
- package/dist/components/form/BmsInputRadioGroup.vue.d.ts +30 -0
- package/dist/components/form/BmsInputText.spec.d.ts +1 -0
- package/dist/components/form/BmsInputText.vue.d.ts +128 -0
- package/dist/components/form/BmsInputToggle.vue.d.ts +15 -0
- package/dist/components/form/BmsSearch.spec.d.ts +1 -0
- package/dist/components/form/BmsSearch.vue.d.ts +187 -0
- package/dist/components/form/BmsSelect.spec.d.ts +1 -0
- package/dist/components/form/BmsSelect.vue.d.ts +34 -0
- package/dist/components/form/BmsTag.vue.d.ts +25 -0
- package/dist/components/form/BmsTextArea.spec.d.ts +1 -0
- package/dist/components/form/BmsTextArea.vue.d.ts +26 -0
- package/dist/components/form/RawAutocomplete.spec.d.ts +1 -0
- package/dist/components/form/RawAutocomplete.vue.d.ts +130 -0
- package/dist/components/form/RawInputText.vue.d.ts +42 -0
- package/dist/components/form/UiBmsInputCheckbox.vue.d.ts +28 -0
- package/dist/components/form/UiBmsSwitch.vue.d.ts +14 -0
- package/dist/components/layout/BmsCard.vue.d.ts +21 -0
- package/dist/components/layout/BmsContentPageLayout.vue.d.ts +17 -0
- package/dist/components/layout/BmsForm.vue.d.ts +7 -0
- package/dist/components/layout/BmsHeader.vue.d.ts +9 -0
- package/dist/components/layout/BmsHeaderTitle.vue.d.ts +22 -0
- package/dist/components/layout/BmsModal.spec.d.ts +1 -0
- package/dist/components/layout/BmsModal.vue.d.ts +60 -0
- package/dist/components/layout/BmsOverlay.vue.d.ts +13 -0
- package/dist/components/layout/BmsSection.vue.d.ts +15 -0
- package/dist/components/layout/BmsStep.vue.d.ts +27 -0
- package/dist/components/layout/BmsStepper.vue.d.ts +13 -0
- package/dist/components/layout/UiPopoverMenu.vue.d.ts +23 -0
- package/dist/components/navigation/BmsBackButton.vue.d.ts +13 -0
- package/dist/components/navigation/BmsBreadcrumb.vue.d.ts +12 -0
- package/dist/components/navigation/BmsLink.spec.d.ts +1 -0
- package/dist/components/navigation/BmsLink.vue.d.ts +22 -0
- package/dist/components/navigation/BmsMenu.spec.d.ts +1 -0
- package/dist/components/navigation/BmsMenu.vue.d.ts +21 -0
- package/dist/components/navigation/BmsMenuNav.spec.d.ts +1 -0
- package/dist/components/navigation/BmsMenuNav.vue.d.ts +23 -0
- package/dist/components/navigation/BmsShortLinkMenu.vue.d.ts +20 -0
- package/dist/components/navigation/BmsTabs.vue.d.ts +7 -0
- package/dist/components/navigation/BmsTenantSwitcher.vue.d.ts +22 -0
- package/dist/components/navigation/UiMenuItem.vue.d.ts +11 -0
- package/dist/components/navigation/UiTab.vue.d.ts +15 -0
- package/dist/components/navigation/UiTenantImage.vue.d.ts +6 -0
- package/dist/components/navigation/UiTenantLabel.vue.d.ts +12 -0
- package/dist/components/navigation/UiTenantSwitcher.spec.d.ts +1 -0
- package/dist/components/navigation/UiTenantSwitcher.vue.d.ts +189 -0
- package/dist/components/table/BmsEmptyScreen.vue.d.ts +6 -0
- package/dist/components/table/BmsPagination.spec.d.ts +1 -0
- package/dist/components/table/BmsPagination.vue.d.ts +35 -0
- package/dist/components/table/BmsServerTable.vue.d.ts +74 -0
- package/dist/components/table/BmsTable.spec.d.ts +1 -0
- package/dist/components/table/BmsTable.vue.d.ts +53 -0
- package/dist/components/table/BmsTableFilters.spec.d.ts +1 -0
- package/dist/components/table/BmsTableFilters.vue.d.ts +188 -0
- package/dist/components/table/DraggableList.vue.d.ts +26 -0
- package/dist/components/table/UiBmsTable.spec.d.ts +1 -0
- package/dist/components/table/UiBmsTable.vue.d.ts +66 -0
- package/dist/components/table/UiFilterButton.vue.d.ts +13 -0
- package/dist/components/utils/BmsCocarde.vue.d.ts +11 -0
- package/dist/components/utils/BmsProblem.vue.d.ts +9 -0
- package/dist/components/utils/BmsRelativeTime.spec.d.ts +1 -0
- package/dist/components/utils/BmsRelativeTime.vue.d.ts +11 -0
- package/dist/composables/clipboard.composable.d.ts +3 -0
- package/dist/composables/index.d.ts +5 -0
- package/dist/composables/pagination.composable.d.ts +14 -0
- package/dist/composables/pagination.composable.spec.d.ts +1 -0
- package/dist/composables/search.composable.d.ts +52 -0
- package/dist/composables/search.composable.spec.d.ts +1 -0
- package/dist/composables/search.helper.d.ts +7 -0
- package/dist/composables/search.helper.spec.d.ts +1 -0
- package/dist/composables/sort.composable.d.ts +10 -0
- package/dist/composables/sort.composable.spec.d.ts +1 -0
- package/dist/composables/userPref.composable.d.ts +6 -0
- package/dist/composables/userPref.composable.spec.d.ts +1 -0
- package/dist/favicon.ico +0 -0
- package/dist/helpers/cocarde.helper.d.ts +1 -0
- package/dist/helpers/cocarde.helper.spec.d.ts +1 -0
- package/dist/helpers/date.helper.d.ts +26 -0
- package/dist/helpers/date.helper.spec.d.ts +1 -0
- package/dist/helpers/file.helper.d.ts +5 -0
- package/dist/helpers/file.helper.spec.d.ts +1 -0
- package/dist/helpers/index.d.ts +6 -0
- package/dist/helpers/location.helper.d.ts +10 -0
- package/dist/helpers/location.helper.spec.d.ts +1 -0
- package/dist/helpers/problem.helper.d.ts +1 -0
- package/dist/helpers/problem.helper.spec.d.ts +1 -0
- package/dist/helpers/string.helper.d.ts +9 -0
- package/dist/helpers/string.helper.spec.d.ts +1 -0
- package/dist/helpers/table.helper.d.ts +16 -0
- package/dist/helpers/table.helper.spec.d.ts +1 -0
- package/dist/index.d.ts +72 -0
- package/dist/logo.png +0 -0
- package/dist/main.d.ts +0 -0
- package/dist/mockServiceWorker.js +344 -0
- package/dist/models/breadcrumb.model.d.ts +5 -0
- package/dist/models/caption.model.d.ts +6 -0
- package/dist/models/chip.model.d.ts +8 -0
- package/dist/models/cocarde.model.d.ts +4 -0
- package/dist/models/form.model.d.ts +25 -0
- package/dist/models/index.d.ts +14 -0
- package/dist/models/menu.model.d.ts +18 -0
- package/dist/models/modal.model.d.ts +8 -0
- package/dist/models/problem.model.d.ts +14 -0
- package/dist/models/sort.model.d.ts +11 -0
- package/dist/models/status-type.model.d.ts +7 -0
- package/dist/models/tab.model.d.ts +7 -0
- package/dist/models/table.model.d.ts +53 -0
- package/dist/models/tenant.model.d.ts +7 -0
- package/dist/models/tooltip.model.d.ts +6 -0
- package/dist/plugins/confirm/index.d.ts +9 -0
- package/dist/plugins/feature-flipper/FeatureFlipper.vue.d.ts +9 -0
- package/dist/plugins/feature-flipper/FeatureFlipperIndicator.vue.d.ts +6 -0
- package/dist/plugins/feature-flipper/FeatureFlipperModal.vue.d.ts +16 -0
- package/dist/plugins/feature-flipper/featureFlipper.composable.d.ts +10 -0
- package/dist/plugins/feature-flipper/featureFlipper.composable.spec.d.ts +1 -0
- package/dist/plugins/feature-flipper/featureFlipper.model.d.ts +3 -0
- package/dist/plugins/feature-flipper/index.d.ts +4 -0
- package/dist/plugins/field/FieldComponent.spec.d.ts +1 -0
- package/dist/plugins/field/FieldComponent.vue.d.ts +25 -0
- package/dist/plugins/field/FieldDatalist.vue.d.ts +27 -0
- package/dist/plugins/field/index.d.ts +2 -0
- package/dist/plugins/keycloak-auth-adapter/index.d.ts +20 -0
- package/dist/plugins/notifications/NotificationItem.vue.d.ts +12 -0
- package/dist/plugins/notifications/NotificationWidget.vue.d.ts +2 -0
- package/dist/plugins/notifications/index.d.ts +11 -0
- package/dist/plugins/notifications/notification.model.d.ts +20 -0
- package/dist/plugins/router-history/index.d.ts +6 -0
- package/dist/plugins/router-history/router-history.composable.d.ts +7 -0
- package/dist/plugins/router-history/router-history.composable.spec.d.ts +1 -0
- package/dist/plugins/runtime-env/index.d.ts +7 -0
- package/dist/services/index.d.ts +1 -0
- package/dist/services/konami.service.d.ts +2 -0
- package/dist/showroom/App.vue.d.ts +2 -0
- package/dist/showroom/router.d.ts +8 -0
- package/dist/sipa-bms-ui.css +3024 -0
- package/dist/sipa-bms-ui.es.js +102694 -0
- package/dist/sipa-bms-ui.es.js.map +1 -0
- package/dist/sipa-bms-ui.umd.js +102815 -0
- package/dist/sipa-bms-ui.umd.js.map +1 -0
- package/package.json +126 -0
- package/src/assets/animated-icons/AnimatedActivityIcon.vue +77 -0
- package/src/assets/animated-icons/AnimatedCircleHelpIcon.vue +67 -0
- package/src/assets/animated-icons/AnimatedHomeIcon.vue +69 -0
- package/src/assets/empty.svg +1 -0
- package/src/assets/scss/_conf.scss +203 -0
- package/src/assets/scss/_formkit.scss +353 -0
- package/src/assets/scss/app.scss +11 -0
- package/src/assets/scss/global-variables.scss +56 -0
- package/src/components/button/BmsAllButtons.stories.js +56 -0
- package/src/components/button/BmsButton.spec.ts +37 -0
- package/src/components/button/BmsButton.stories.js +84 -0
- package/src/components/button/BmsButton.vue +50 -0
- package/src/components/button/BmsIconButton.stories.js +67 -0
- package/src/components/button/BmsIconButton.vue +34 -0
- package/src/components/button/UiButton.stories.js +131 -0
- package/src/components/button/UiButton.vue +37 -0
- package/src/components/button/UiButtonLink.vue +186 -0
- package/src/components/feedback/BmsAlert.stories.js +75 -0
- package/src/components/feedback/BmsAlert.vue +91 -0
- package/src/components/feedback/BmsBadge.stories.js +34 -0
- package/src/components/feedback/BmsBadge.vue +76 -0
- package/src/components/feedback/BmsCaption.stories.js +59 -0
- package/src/components/feedback/BmsCaption.vue +88 -0
- package/src/components/feedback/BmsCircularProgress.spec.ts +14 -0
- package/src/components/feedback/BmsCircularProgress.stories.js +45 -0
- package/src/components/feedback/BmsCircularProgress.vue +64 -0
- package/src/components/feedback/BmsLoader.spec.ts +7 -0
- package/src/components/feedback/BmsLoader.stories.js +31 -0
- package/src/components/feedback/BmsLoader.vue +82 -0
- package/src/components/feedback/BmsTooltip.stories.js +65 -0
- package/src/components/feedback/BmsTooltip.vue +102 -0
- package/src/components/feedback/Notification.stories.js +37 -0
- package/src/components/feedback/UiTooltip.spec.ts +62 -0
- package/src/components/feedback/UiTooltip.stories.js +71 -0
- package/src/components/feedback/UiTooltip.vue +219 -0
- package/src/components/feedback/tooltip.helper.spec.ts +92 -0
- package/src/components/feedback/tooltip.helper.ts +121 -0
- package/src/components/form/BmsAutocomplete.stories.js +90 -0
- package/src/components/form/BmsAutocomplete.vue +100 -0
- package/src/components/form/BmsBetweenInput.stories.js +69 -0
- package/src/components/form/BmsBetweenInput.vue +146 -0
- package/src/components/form/BmsChip.stories.js +65 -0
- package/src/components/form/BmsChip.vue +92 -0
- package/src/components/form/BmsFilePicker.spec.ts +94 -0
- package/src/components/form/BmsFilePicker.stories.js +53 -0
- package/src/components/form/BmsFilePicker.vue +186 -0
- package/src/components/form/BmsInputBooleanCheckbox.stories.js +90 -0
- package/src/components/form/BmsInputBooleanCheckbox.vue +70 -0
- package/src/components/form/BmsInputCheckboxCaption.spec.ts +45 -0
- package/src/components/form/BmsInputCheckboxCaption.stories.js +92 -0
- package/src/components/form/BmsInputCheckboxCaption.vue +126 -0
- package/src/components/form/BmsInputCheckboxCaptionGroup.stories.js +153 -0
- package/src/components/form/BmsInputCheckboxCaptionGroup.vue +81 -0
- package/src/components/form/BmsInputCheckboxGroup.stories.js +94 -0
- package/src/components/form/BmsInputCheckboxGroup.vue +94 -0
- package/src/components/form/BmsInputCode.stories.js +43 -0
- package/src/components/form/BmsInputCode.vue +71 -0
- package/src/components/form/BmsInputDateTime.stories.js +71 -0
- package/src/components/form/BmsInputDateTime.vue +55 -0
- package/src/components/form/BmsInputFile.spec.ts +90 -0
- package/src/components/form/BmsInputFile.stories.js +156 -0
- package/src/components/form/BmsInputFile.vue +310 -0
- package/src/components/form/BmsInputNumber.spec.ts +40 -0
- package/src/components/form/BmsInputNumber.stories.js +79 -0
- package/src/components/form/BmsInputNumber.vue +67 -0
- package/src/components/form/BmsInputRadio.stories.js +79 -0
- package/src/components/form/BmsInputRadio.vue +121 -0
- package/src/components/form/BmsInputRadioCaption.stories.js +98 -0
- package/src/components/form/BmsInputRadioCaption.vue +110 -0
- package/src/components/form/BmsInputRadioCaptionGroup.stories.js +166 -0
- package/src/components/form/BmsInputRadioCaptionGroup.vue +81 -0
- package/src/components/form/BmsInputRadioGroup.stories.js +108 -0
- package/src/components/form/BmsInputRadioGroup.vue +93 -0
- package/src/components/form/BmsInputText.spec.ts +37 -0
- package/src/components/form/BmsInputText.stories.js +78 -0
- package/src/components/form/BmsInputText.vue +79 -0
- package/src/components/form/BmsInputToggle.stories.js +37 -0
- package/src/components/form/BmsInputToggle.vue +66 -0
- package/src/components/form/BmsSearch.spec.ts +41 -0
- package/src/components/form/BmsSearch.stories.js +70 -0
- package/src/components/form/BmsSearch.vue +62 -0
- package/src/components/form/BmsSelect.spec.ts +57 -0
- package/src/components/form/BmsSelect.stories.js +131 -0
- package/src/components/form/BmsSelect.vue +225 -0
- package/src/components/form/BmsTag.stories.js +64 -0
- package/src/components/form/BmsTag.vue +109 -0
- package/src/components/form/BmsTextArea.spec.ts +37 -0
- package/src/components/form/BmsTextArea.stories.js +74 -0
- package/src/components/form/BmsTextArea.vue +112 -0
- package/src/components/form/Form.stories.js +35 -0
- package/src/components/form/RawAutocomplete.spec.ts +103 -0
- package/src/components/form/RawAutocomplete.vue +218 -0
- package/src/components/form/RawInputText.vue +173 -0
- package/src/components/form/UiBmsInputCheckbox.stories.js +77 -0
- package/src/components/form/UiBmsInputCheckbox.vue +126 -0
- package/src/components/form/UiBmsSwitch.stories.js +40 -0
- package/src/components/form/UiBmsSwitch.vue +80 -0
- package/src/components/layout/BmsCard.stories.js +77 -0
- package/src/components/layout/BmsCard.vue +133 -0
- package/src/components/layout/BmsContentPageLayout.vue +92 -0
- package/src/components/layout/BmsForm.stories.js +30 -0
- package/src/components/layout/BmsForm.vue +42 -0
- package/src/components/layout/BmsHeader.stories.js +29 -0
- package/src/components/layout/BmsHeader.vue +16 -0
- package/src/components/layout/BmsHeaderTitle.stories.js +68 -0
- package/src/components/layout/BmsHeaderTitle.vue +76 -0
- package/src/components/layout/BmsModal.spec.ts +174 -0
- package/src/components/layout/BmsModal.stories.js +153 -0
- package/src/components/layout/BmsModal.vue +359 -0
- package/src/components/layout/BmsOverlay.stories.js +34 -0
- package/src/components/layout/BmsOverlay.vue +28 -0
- package/src/components/layout/BmsSection.stories.js +45 -0
- package/src/components/layout/BmsSection.vue +35 -0
- package/src/components/layout/BmsStep.stories.js +71 -0
- package/src/components/layout/BmsStep.vue +60 -0
- package/src/components/layout/BmsStepper.stories.js +57 -0
- package/src/components/layout/BmsStepper.vue +195 -0
- package/src/components/layout/UiPopoverMenu.vue +167 -0
- package/src/components/navigation/BmsBackButton.stories.js +27 -0
- package/src/components/navigation/BmsBackButton.vue +38 -0
- package/src/components/navigation/BmsBreadcrumb.stories.js +80 -0
- package/src/components/navigation/BmsBreadcrumb.vue +45 -0
- package/src/components/navigation/BmsLink.spec.ts +45 -0
- package/src/components/navigation/BmsLink.vue +59 -0
- package/src/components/navigation/BmsMenu.spec.ts +95 -0
- package/src/components/navigation/BmsMenu.stories.js +85 -0
- package/src/components/navigation/BmsMenu.vue +148 -0
- package/src/components/navigation/BmsMenuNav.spec.ts +140 -0
- package/src/components/navigation/BmsMenuNav.stories.js +187 -0
- package/src/components/navigation/BmsMenuNav.vue +217 -0
- package/src/components/navigation/BmsShortLinkMenu.stories.js +55 -0
- package/src/components/navigation/BmsShortLinkMenu.vue +59 -0
- package/src/components/navigation/BmsTabs.stories.js +30 -0
- package/src/components/navigation/BmsTabs.vue +46 -0
- package/src/components/navigation/BmsTenantSwitcher.stories.js +89 -0
- package/src/components/navigation/BmsTenantSwitcher.vue +135 -0
- package/src/components/navigation/UiMenuItem.stories.js +73 -0
- package/src/components/navigation/UiMenuItem.vue +116 -0
- package/src/components/navigation/UiMenuItemStatus.stories.js +58 -0
- package/src/components/navigation/UiTab.stories.js +56 -0
- package/src/components/navigation/UiTab.vue +71 -0
- package/src/components/navigation/UiTenantImage.vue +22 -0
- package/src/components/navigation/UiTenantLabel.vue +94 -0
- package/src/components/navigation/UiTenantSwitcher.spec.ts +167 -0
- package/src/components/navigation/UiTenantSwitcher.stories.js +70 -0
- package/src/components/navigation/UiTenantSwitcher.vue +161 -0
- package/src/components/table/BmsEmptyScreen.stories.js +32 -0
- package/src/components/table/BmsEmptyScreen.vue +54 -0
- package/src/components/table/BmsPagination.spec.ts +73 -0
- package/src/components/table/BmsPagination.stories.js +34 -0
- package/src/components/table/BmsPagination.vue +154 -0
- package/src/components/table/BmsServerTable.stories.js +422 -0
- package/src/components/table/BmsServerTable.vue +402 -0
- package/src/components/table/BmsTable.spec.ts +309 -0
- package/src/components/table/BmsTable.stories.js +930 -0
- package/src/components/table/BmsTable.vue +308 -0
- package/src/components/table/BmsTableFilters.spec.ts +494 -0
- package/src/components/table/BmsTableFilters.stories.js +114 -0
- package/src/components/table/BmsTableFilters.vue +268 -0
- package/src/components/table/DraggableList.stories.js +29 -0
- package/src/components/table/DraggableList.vue +179 -0
- package/src/components/table/UiBmsTable.spec.ts +373 -0
- package/src/components/table/UiBmsTable.stories.js +563 -0
- package/src/components/table/UiBmsTable.vue +617 -0
- package/src/components/table/UiFilterButton.stories.js +37 -0
- package/src/components/table/UiFilterButton.vue +85 -0
- package/src/components/utils/BmsCocarde.stories.js +47 -0
- package/src/components/utils/BmsCocarde.vue +66 -0
- package/src/components/utils/BmsProblem.stories.js +82 -0
- package/src/components/utils/BmsProblem.vue +223 -0
- package/src/components/utils/BmsRelativeTime.spec.ts +41 -0
- package/src/components/utils/BmsRelativeTime.stories.js +48 -0
- package/src/components/utils/BmsRelativeTime.vue +57 -0
- package/src/composables/clipboard.composable.ts +14 -0
- package/src/composables/index.ts +5 -0
- package/src/composables/pagination.composable.spec.ts +258 -0
- package/src/composables/pagination.composable.ts +111 -0
- package/src/composables/search.composable.spec.ts +1296 -0
- package/src/composables/search.composable.ts +316 -0
- package/src/composables/search.helper.spec.ts +339 -0
- package/src/composables/search.helper.ts +103 -0
- package/src/composables/sort.composable.spec.ts +349 -0
- package/src/composables/sort.composable.ts +129 -0
- package/src/composables/userPref.composable.spec.ts +115 -0
- package/src/composables/userPref.composable.ts +43 -0
- package/src/documentation/ColorTile.vue +23 -0
- package/src/documentation/assets/BmsIcon.png +0 -0
- package/src/documentation/assets/CoverBmsUI.png +0 -0
- package/src/documentation/assets/button/CoverPrimaryButton.png +0 -0
- package/src/documentation/assets/button/CoverSecondaryButton.png +0 -0
- package/src/documentation/assets/button/DoButtonLabel.png +0 -0
- package/src/documentation/assets/button/DontButtonLabel.png +0 -0
- package/src/documentation/assets/button/PrimaryButtonRepresentation.png +0 -0
- package/src/documentation/assets/cards/CardRepresentation.png +0 -0
- package/src/documentation/assets/cards/CoverCard.png +0 -0
- package/src/documentation/assets/chip/ChipRepresentation.png +0 -0
- package/src/documentation/assets/chip/CoverChips.png +0 -0
- package/src/documentation/assets/fields/Anatomy.png +0 -0
- package/src/documentation/assets/fields/CaptionRepresentation.png +0 -0
- package/src/documentation/assets/fields/CaptionTextRepresentation.png +0 -0
- package/src/documentation/assets/fields/CoverFieldsAnatomy.png +0 -0
- package/src/documentation/assets/fields/CoverInputFile.png +0 -0
- package/src/documentation/assets/fields/CoverInputText.png +0 -0
- package/src/documentation/assets/fields/CoverRadioCaptionGroup.png +0 -0
- package/src/documentation/assets/fields/CoverRadioGroup.png +0 -0
- package/src/documentation/assets/fields/CoverSearch.png +0 -0
- package/src/documentation/assets/fields/CoverSelect.png +0 -0
- package/src/documentation/assets/fields/CoverTextArea.png +0 -0
- package/src/documentation/assets/fields/FieldLabel.png +0 -0
- package/src/documentation/assets/fields/InputMediaRepresentation.png +0 -0
- package/src/documentation/assets/fields/InputRepresentation.png +0 -0
- package/src/documentation/assets/fields/InputSearchRepresentation.png +0 -0
- package/src/documentation/assets/fields/InputText.png +0 -0
- package/src/documentation/assets/fields/InputTextAreaRepresentation.png +0 -0
- package/src/documentation/assets/fields/LabelDo.png +0 -0
- package/src/documentation/assets/fields/LabelDont.png +0 -0
- package/src/documentation/assets/fields/LabelRepresentation.png +0 -0
- package/src/documentation/assets/fields/RadioCaptionGroupRepresentation.png +0 -0
- package/src/documentation/assets/fields/RadioGroupRepresentation.png +0 -0
- package/src/documentation/assets/fields/SelectRepresentation.png +0 -0
- package/src/documentation/assets/tag/CoverTag.png +0 -0
- package/src/documentation/assets/tag/TagRepresentation.png +0 -0
- package/src/documentation/button.mdx +24 -0
- package/src/documentation/card.mdx +28 -0
- package/src/documentation/chip.mdx +28 -0
- package/src/documentation/colors.mdx +118 -0
- package/src/documentation/fields.mdx +52 -0
- package/src/documentation/fields_text.mdx +31 -0
- package/src/documentation/icons.mdx +33 -0
- package/src/documentation/inputFile.mdx +28 -0
- package/src/documentation/primaryButton.mdx +20 -0
- package/src/documentation/principles.mdx +23 -0
- package/src/documentation/radioCaptionGroup.mdx +34 -0
- package/src/documentation/radioGroup.mdx +34 -0
- package/src/documentation/search.mdx +28 -0
- package/src/documentation/secondaryButton.mdx +17 -0
- package/src/documentation/select.mdx +31 -0
- package/src/documentation/tag.mdx +28 -0
- package/src/documentation/template_field_dependency.mdx +19 -0
- package/src/documentation/textArea.mdx +27 -0
- package/src/documentation/typography.mdx +93 -0
- package/src/documentation/typography.stories.js +26 -0
- package/src/helpers/cocarde.helper.spec.ts +14 -0
- package/src/helpers/cocarde.helper.ts +22 -0
- package/src/helpers/date.helper.spec.ts +91 -0
- package/src/helpers/date.helper.ts +105 -0
- package/src/helpers/file.helper.spec.ts +60 -0
- package/src/helpers/file.helper.ts +24 -0
- package/src/helpers/index.ts +6 -0
- package/src/helpers/location.helper.spec.ts +195 -0
- package/src/helpers/location.helper.ts +53 -0
- package/src/helpers/problem.helper.spec.ts +21 -0
- package/src/helpers/problem.helper.ts +4 -0
- package/src/helpers/string.helper.spec.ts +186 -0
- package/src/helpers/string.helper.ts +83 -0
- package/src/helpers/table.helper.spec.ts +141 -0
- package/src/helpers/table.helper.ts +88 -0
- package/src/index.ts +203 -0
- package/src/main.ts +25 -0
- package/src/models/breadcrumb.model.ts +6 -0
- package/src/models/caption.model.ts +7 -0
- package/src/models/chip.model.ts +8 -0
- package/src/models/cocarde.model.ts +4 -0
- package/src/models/form.model.ts +30 -0
- package/src/models/index.ts +14 -0
- package/src/models/menu.model.ts +20 -0
- package/src/models/modal.model.ts +9 -0
- package/src/models/problem.model.ts +10 -0
- package/src/models/sort.model.ts +13 -0
- package/src/models/status-type.model.ts +7 -0
- package/src/models/tab.model.ts +7 -0
- package/src/models/table.model.ts +58 -0
- package/src/models/tenant.model.ts +7 -0
- package/src/models/tooltip.model.ts +6 -0
- package/src/pages/Form.stories.js +83 -0
- package/src/pages/List.stories.js +88 -0
- package/src/plugins/confirm/index.ts +109 -0
- package/src/plugins/feature-flipper/FeatureFlipper.vue +23 -0
- package/src/plugins/feature-flipper/FeatureFlipperIndicator.vue +27 -0
- package/src/plugins/feature-flipper/FeatureFlipperModal.vue +68 -0
- package/src/plugins/feature-flipper/featureFlipper.composable.spec.ts +107 -0
- package/src/plugins/feature-flipper/featureFlipper.composable.ts +68 -0
- package/src/plugins/feature-flipper/featureFlipper.model.ts +1 -0
- package/src/plugins/feature-flipper/index.ts +15 -0
- package/src/plugins/field/FieldComponent.spec.ts +34 -0
- package/src/plugins/field/FieldComponent.stories.js +78 -0
- package/src/plugins/field/FieldComponent.vue +208 -0
- package/src/plugins/field/FieldDatalist.stories.js +35 -0
- package/src/plugins/field/FieldDatalist.vue +68 -0
- package/src/plugins/field/index.ts +31 -0
- package/src/plugins/keycloak-auth-adapter/index.ts +102 -0
- package/src/plugins/notifications/NotificationItem.stories.js +60 -0
- package/src/plugins/notifications/NotificationItem.vue +116 -0
- package/src/plugins/notifications/NotificationWidget.vue +129 -0
- package/src/plugins/notifications/index.ts +83 -0
- package/src/plugins/notifications/notification.model.ts +24 -0
- package/src/plugins/notifications/notifications.spec.js +78 -0
- package/src/plugins/router-history/index.ts +23 -0
- package/src/plugins/router-history/router-history.composable.spec.ts +323 -0
- package/src/plugins/router-history/router-history.composable.ts +47 -0
- package/src/plugins/runtime-env/index.ts +19 -0
- package/src/services/index.ts +1 -0
- package/src/services/konami.service.ts +28 -0
- package/src/showroom/App.vue +109 -0
- package/src/showroom/db.json +1967 -0
- package/src/showroom/pages/autocomplete.vue +54 -0
- package/src/showroom/pages/draggable-list.vue +20 -0
- package/src/showroom/pages/file-picker.vue +74 -0
- package/src/showroom/pages/forms.vue +389 -0
- package/src/showroom/pages/index.vue +209 -0
- package/src/showroom/pages/paginated-cards.vue +48 -0
- package/src/showroom/pages/server-table.vue +160 -0
- package/src/showroom/pages/stepper.vue +37 -0
- package/src/showroom/pages/table.vue +192 -0
- package/src/showroom/pages/tabs/[tabName].vue +28 -0
- package/src/showroom/router.ts +15 -0
- package/src/showroom/server.js +45 -0
- package/src/vite-env.d.ts +9 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Tab } from '../../models/tab.model';
|
|
2
|
+
import { RouteLocation } from 'vue-router';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
currentRoute: RouteLocation;
|
|
5
|
+
tab: Tab;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: __VLS_WithTemplateSlots<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>, {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
}>;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Tenant } from '../../models';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
tenant: Tenant;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: 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>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Tenant } from '../../models';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
tenant: Tenant;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
removeFavorite: () => any;
|
|
7
|
+
changeTenant: () => any;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
|
+
onRemoveFavorite?: (() => any) | undefined;
|
|
10
|
+
onChangeTenant?: (() => any) | undefined;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
import { nextTick } from 'vue';
|
|
2
|
+
import { Tenant } from '../../models';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
visible: boolean;
|
|
5
|
+
to: HTMLElement | null;
|
|
6
|
+
tenants: Tenant[];
|
|
7
|
+
selectTenantPlaceholder?: string;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
changeTenant: (tenant: Tenant) => any;
|
|
11
|
+
removeFavoriteTenant: (tenant: Tenant) => any;
|
|
12
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
13
|
+
onChangeTenant?: ((tenant: Tenant) => any) | undefined;
|
|
14
|
+
onRemoveFavoriteTenant?: ((tenant: Tenant) => any) | undefined;
|
|
15
|
+
}>, {
|
|
16
|
+
selectTenantPlaceholder: string;
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
18
|
+
searchRef: ({
|
|
19
|
+
$: import('vue').ComponentInternalInstance;
|
|
20
|
+
$data: {};
|
|
21
|
+
$props: {
|
|
22
|
+
readonly inputType?: import('../../models').InputType | undefined;
|
|
23
|
+
readonly modelValue: string | number;
|
|
24
|
+
readonly label?: string | undefined;
|
|
25
|
+
readonly required?: boolean | undefined;
|
|
26
|
+
readonly optional?: boolean | undefined;
|
|
27
|
+
readonly disabled?: boolean | undefined;
|
|
28
|
+
readonly helperText?: string | undefined;
|
|
29
|
+
readonly placeholder?: string | undefined;
|
|
30
|
+
readonly captions?: string[] | import('../../models').Caption[] | undefined;
|
|
31
|
+
readonly errors?: string[] | import('../../models').Caption[] | undefined;
|
|
32
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
33
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
34
|
+
$attrs: {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
37
|
+
$refs: {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
} & {
|
|
40
|
+
input: ({
|
|
41
|
+
$: import('vue').ComponentInternalInstance;
|
|
42
|
+
$data: {};
|
|
43
|
+
$props: {
|
|
44
|
+
readonly modelValue: string | number;
|
|
45
|
+
readonly required?: boolean | undefined;
|
|
46
|
+
readonly placeholder?: string | undefined;
|
|
47
|
+
readonly disabled?: boolean | undefined;
|
|
48
|
+
readonly focus?: boolean | undefined;
|
|
49
|
+
readonly type?: import('../../models').InputType | undefined;
|
|
50
|
+
readonly errors?: string[] | import('../../models').Caption[] | undefined;
|
|
51
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
52
|
+
readonly "onUpdate:focus"?: ((value: boolean) => any) | undefined;
|
|
53
|
+
readonly onKeyUp?: (() => any) | undefined;
|
|
54
|
+
readonly onKeyDown?: (() => any) | undefined;
|
|
55
|
+
readonly onKeyEnter?: (() => any) | undefined;
|
|
56
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
57
|
+
$attrs: {
|
|
58
|
+
[x: string]: unknown;
|
|
59
|
+
};
|
|
60
|
+
$refs: {
|
|
61
|
+
[x: string]: unknown;
|
|
62
|
+
} & {
|
|
63
|
+
input: HTMLInputElement;
|
|
64
|
+
};
|
|
65
|
+
$slots: Readonly<{
|
|
66
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
67
|
+
}>;
|
|
68
|
+
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
69
|
+
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
70
|
+
$host: Element | null;
|
|
71
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "update:focus", value: boolean) => void) & ((event: "keyUp") => void) & ((event: "keyDown") => void) & ((event: "keyEnter") => void);
|
|
72
|
+
$el: HTMLSpanElement;
|
|
73
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../form/RawInputText.vue').Props> & Readonly<{
|
|
74
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
75
|
+
"onUpdate:focus"?: ((value: boolean) => any) | undefined;
|
|
76
|
+
onKeyUp?: (() => any) | undefined;
|
|
77
|
+
onKeyDown?: (() => any) | undefined;
|
|
78
|
+
onKeyEnter?: (() => any) | undefined;
|
|
79
|
+
}>, {
|
|
80
|
+
setFocus: () => void;
|
|
81
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
82
|
+
"update:modelValue": (value: string) => any;
|
|
83
|
+
"update:focus": (value: boolean) => any;
|
|
84
|
+
keyUp: () => any;
|
|
85
|
+
keyDown: () => any;
|
|
86
|
+
keyEnter: () => any;
|
|
87
|
+
}, string, {
|
|
88
|
+
focus: boolean;
|
|
89
|
+
type: import('../../models').InputType;
|
|
90
|
+
required: boolean;
|
|
91
|
+
disabled: boolean;
|
|
92
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
93
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
94
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
95
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
96
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
97
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
98
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
99
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
100
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
101
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
102
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
103
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
104
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
105
|
+
renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
|
106
|
+
renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
|
107
|
+
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
|
|
108
|
+
};
|
|
109
|
+
$forceUpdate: () => void;
|
|
110
|
+
$nextTick: typeof nextTick;
|
|
111
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
112
|
+
} & Readonly<{
|
|
113
|
+
focus: boolean;
|
|
114
|
+
type: import('../../models').InputType;
|
|
115
|
+
required: boolean;
|
|
116
|
+
disabled: boolean;
|
|
117
|
+
}> & Omit<Readonly<import('../form/RawInputText.vue').Props> & Readonly<{
|
|
118
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
119
|
+
"onUpdate:focus"?: ((value: boolean) => any) | undefined;
|
|
120
|
+
onKeyUp?: (() => any) | undefined;
|
|
121
|
+
onKeyDown?: (() => any) | undefined;
|
|
122
|
+
onKeyEnter?: (() => any) | undefined;
|
|
123
|
+
}>, "setFocus" | ("focus" | "type" | "required" | "disabled")> & import('vue').ShallowUnwrapRef<{
|
|
124
|
+
setFocus: () => void;
|
|
125
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
126
|
+
$slots: {
|
|
127
|
+
label?(_: {}): any;
|
|
128
|
+
'icon-start'?(_: {}): any;
|
|
129
|
+
'icon-end'?(_: {}): any;
|
|
130
|
+
};
|
|
131
|
+
}) | null;
|
|
132
|
+
};
|
|
133
|
+
$slots: Readonly<{
|
|
134
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
135
|
+
}>;
|
|
136
|
+
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
137
|
+
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
138
|
+
$host: Element | null;
|
|
139
|
+
$emit: (event: "update:modelValue", value: string) => void;
|
|
140
|
+
$el: any;
|
|
141
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../form/BmsInputText.vue').Props> & Readonly<{
|
|
142
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
143
|
+
}>, {
|
|
144
|
+
setFocus: () => void;
|
|
145
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
146
|
+
"update:modelValue": (value: string) => any;
|
|
147
|
+
}, string, {
|
|
148
|
+
label: string;
|
|
149
|
+
required: boolean;
|
|
150
|
+
disabled: boolean;
|
|
151
|
+
inputType: import('../../models').InputType;
|
|
152
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
153
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
154
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
155
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
156
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
157
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
158
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
159
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
160
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
161
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
162
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
163
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
164
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
165
|
+
renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
|
166
|
+
renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
|
167
|
+
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
|
|
168
|
+
};
|
|
169
|
+
$forceUpdate: () => void;
|
|
170
|
+
$nextTick: typeof nextTick;
|
|
171
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
172
|
+
} & Readonly<{
|
|
173
|
+
label: string;
|
|
174
|
+
required: boolean;
|
|
175
|
+
disabled: boolean;
|
|
176
|
+
inputType: import('../../models').InputType;
|
|
177
|
+
}> & Omit<Readonly<import('../form/BmsInputText.vue').Props> & Readonly<{
|
|
178
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
179
|
+
}>, "setFocus" | ("label" | "required" | "disabled" | "inputType")> & import('vue').ShallowUnwrapRef<{
|
|
180
|
+
setFocus: () => void;
|
|
181
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
182
|
+
$slots: {
|
|
183
|
+
'icon-start'?(_: {}): any;
|
|
184
|
+
'icon-end'?(_: {}): any;
|
|
185
|
+
};
|
|
186
|
+
}) | null;
|
|
187
|
+
tenantsListRef: HTMLDivElement;
|
|
188
|
+
}, any>;
|
|
189
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
title: string;
|
|
3
|
+
description?: string;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
interface BmsPaginationProps {
|
|
2
|
+
currentSize: number;
|
|
3
|
+
sizes: number[];
|
|
4
|
+
total: number;
|
|
5
|
+
currentPage: number;
|
|
6
|
+
pages: number;
|
|
7
|
+
selectLabel?: string;
|
|
8
|
+
}
|
|
9
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BmsPaginationProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
10
|
+
next: () => any;
|
|
11
|
+
"update:currentSize": (value: number) => any;
|
|
12
|
+
prev: () => any;
|
|
13
|
+
go: (page: number) => any;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<BmsPaginationProps> & Readonly<{
|
|
15
|
+
onNext?: (() => any) | undefined;
|
|
16
|
+
"onUpdate:currentSize"?: ((value: number) => any) | undefined;
|
|
17
|
+
onPrev?: (() => any) | undefined;
|
|
18
|
+
onGo?: ((page: number) => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
selectLabel: string;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
22
|
+
container: HTMLDivElement;
|
|
23
|
+
}, HTMLDivElement>, {
|
|
24
|
+
default?(_: {
|
|
25
|
+
first: number;
|
|
26
|
+
currentLast: number;
|
|
27
|
+
last: number;
|
|
28
|
+
}): any;
|
|
29
|
+
}>;
|
|
30
|
+
export default _default;
|
|
31
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
32
|
+
new (): {
|
|
33
|
+
$slots: S;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { Filter, SavedFilter, SelectMode, ServerTableRequestParams, Sort, TableHeader } from '../../models';
|
|
2
|
+
interface UiTableProps {
|
|
3
|
+
disableSearch?: boolean;
|
|
4
|
+
headers: TableHeader[];
|
|
5
|
+
filters?: Filter[];
|
|
6
|
+
url?: string;
|
|
7
|
+
mode?: 'normal' | 'dense';
|
|
8
|
+
persistent?: boolean;
|
|
9
|
+
pagination?: number[];
|
|
10
|
+
size?: number;
|
|
11
|
+
initialPage?: number;
|
|
12
|
+
debounceTime?: number;
|
|
13
|
+
request?: (params: ServerTableRequestParams, abortController: AbortController, url?: string) => Promise<{
|
|
14
|
+
data: unknown[];
|
|
15
|
+
total: number;
|
|
16
|
+
}>;
|
|
17
|
+
defaultFiltersOpened?: boolean;
|
|
18
|
+
savedFilters?: SavedFilter[];
|
|
19
|
+
canSaveFilters?: boolean;
|
|
20
|
+
defaultSort?: Sort;
|
|
21
|
+
selectedItems?: unknown[];
|
|
22
|
+
selectable?: boolean;
|
|
23
|
+
selectableDisabled?: boolean;
|
|
24
|
+
maxSelectedSize?: number;
|
|
25
|
+
selectMode?: SelectMode;
|
|
26
|
+
}
|
|
27
|
+
type __VLS_Props = UiTableProps;
|
|
28
|
+
declare function fetchData(): Promise<void>;
|
|
29
|
+
declare const __VLS_defaults: {
|
|
30
|
+
selectedItems: unknown[];
|
|
31
|
+
};
|
|
32
|
+
type __VLS_PublicProps = {
|
|
33
|
+
'selectedItems'?: typeof __VLS_defaults['selectedItems'];
|
|
34
|
+
} & __VLS_Props;
|
|
35
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_PublicProps, {
|
|
36
|
+
refresh: typeof fetchData;
|
|
37
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
38
|
+
"update:selectedItems": (value: unknown[]) => any;
|
|
39
|
+
saveFilter: (value: SavedFilter) => any;
|
|
40
|
+
deleteSavedFilter: (value: SavedFilter) => any;
|
|
41
|
+
"update:selectMode": (selectMode: SelectMode) => any;
|
|
42
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
43
|
+
"onUpdate:selectedItems"?: ((value: unknown[]) => any) | undefined;
|
|
44
|
+
onSaveFilter?: ((value: SavedFilter) => any) | undefined;
|
|
45
|
+
onDeleteSavedFilter?: ((value: SavedFilter) => any) | undefined;
|
|
46
|
+
"onUpdate:selectMode"?: ((selectMode: SelectMode) => any) | undefined;
|
|
47
|
+
}>, {
|
|
48
|
+
mode: "normal" | "dense";
|
|
49
|
+
size: number;
|
|
50
|
+
selectable: boolean;
|
|
51
|
+
selectableDisabled: boolean;
|
|
52
|
+
selectedItems: unknown[];
|
|
53
|
+
maxSelectedSize: number;
|
|
54
|
+
selectMode: SelectMode;
|
|
55
|
+
pagination: number[];
|
|
56
|
+
canSaveFilters: boolean;
|
|
57
|
+
filters: Filter[];
|
|
58
|
+
persistent: boolean;
|
|
59
|
+
initialPage: number;
|
|
60
|
+
debounceTime: number;
|
|
61
|
+
request: (params: ServerTableRequestParams, abortController: AbortController, url?: string | undefined) => Promise<{
|
|
62
|
+
data: unknown[];
|
|
63
|
+
total: number;
|
|
64
|
+
}>;
|
|
65
|
+
defaultFiltersOpened: boolean;
|
|
66
|
+
savedFilters: SavedFilter[];
|
|
67
|
+
defaultSort: Sort;
|
|
68
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, Readonly<Record<string, any>> & Record<string, any>>;
|
|
69
|
+
export default _default;
|
|
70
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
71
|
+
new (): {
|
|
72
|
+
$slots: S;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Filter, SavedFilter, Sort, TableHeader } from '../../models';
|
|
2
|
+
interface UiTableProps {
|
|
3
|
+
disableSearch?: boolean;
|
|
4
|
+
headers: TableHeader[];
|
|
5
|
+
filters?: Filter[];
|
|
6
|
+
savedFilters?: SavedFilter[];
|
|
7
|
+
canSaveFilters?: boolean;
|
|
8
|
+
items: unknown[];
|
|
9
|
+
mode?: 'normal' | 'dense';
|
|
10
|
+
persistent?: boolean;
|
|
11
|
+
pagination?: number[];
|
|
12
|
+
size?: number;
|
|
13
|
+
loading?: boolean;
|
|
14
|
+
defaultFiltersOpened?: boolean;
|
|
15
|
+
defaultSort?: Sort;
|
|
16
|
+
selectable?: boolean;
|
|
17
|
+
selectableDisabled?: boolean;
|
|
18
|
+
}
|
|
19
|
+
type __VLS_Props = UiTableProps;
|
|
20
|
+
declare const __VLS_defaults: {
|
|
21
|
+
selectedItems: unknown[];
|
|
22
|
+
};
|
|
23
|
+
type __VLS_PublicProps = {
|
|
24
|
+
'selectedItems'?: typeof __VLS_defaults['selectedItems'];
|
|
25
|
+
} & __VLS_Props;
|
|
26
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
27
|
+
"update:selectedItems": (value: unknown[]) => any;
|
|
28
|
+
} & {
|
|
29
|
+
saveFilter: (value: SavedFilter) => any;
|
|
30
|
+
deleteSavedFilter: (value: SavedFilter) => any;
|
|
31
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
32
|
+
"onUpdate:selectedItems"?: ((value: unknown[]) => any) | undefined;
|
|
33
|
+
onSaveFilter?: ((value: SavedFilter) => any) | undefined;
|
|
34
|
+
onDeleteSavedFilter?: ((value: SavedFilter) => any) | undefined;
|
|
35
|
+
}>, {
|
|
36
|
+
mode: "normal" | "dense";
|
|
37
|
+
size: number;
|
|
38
|
+
selectable: boolean;
|
|
39
|
+
selectableDisabled: boolean;
|
|
40
|
+
pagination: number[];
|
|
41
|
+
canSaveFilters: boolean;
|
|
42
|
+
filters: Filter[];
|
|
43
|
+
persistent: boolean;
|
|
44
|
+
defaultFiltersOpened: boolean;
|
|
45
|
+
savedFilters: SavedFilter[];
|
|
46
|
+
defaultSort: Sort;
|
|
47
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, Readonly<Record<string, any>> & Record<string, any>>;
|
|
48
|
+
export default _default;
|
|
49
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
50
|
+
new (): {
|
|
51
|
+
$slots: S;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
import { Filter, SavedFilter } from '../../models';
|
|
2
|
+
import { nextTick } from 'vue';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
modelValue: Filter[];
|
|
5
|
+
canSaveFilters?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
8
|
+
"update:modelValue": (filters: Filter[]) => any;
|
|
9
|
+
saveFilter: (value: SavedFilter) => any;
|
|
10
|
+
resetFilters: () => any;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
12
|
+
"onUpdate:modelValue"?: ((filters: Filter[]) => any) | undefined;
|
|
13
|
+
onSaveFilter?: ((value: SavedFilter) => any) | undefined;
|
|
14
|
+
onResetFilters?: (() => any) | undefined;
|
|
15
|
+
}>, {
|
|
16
|
+
canSaveFilters: boolean;
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
18
|
+
nameInput: ({
|
|
19
|
+
$: import('vue').ComponentInternalInstance;
|
|
20
|
+
$data: {};
|
|
21
|
+
$props: {
|
|
22
|
+
readonly inputType?: import('../../models').InputType | undefined;
|
|
23
|
+
readonly modelValue: string | number;
|
|
24
|
+
readonly label?: string | undefined;
|
|
25
|
+
readonly required?: boolean | undefined;
|
|
26
|
+
readonly optional?: boolean | undefined;
|
|
27
|
+
readonly disabled?: boolean | undefined;
|
|
28
|
+
readonly helperText?: string | undefined;
|
|
29
|
+
readonly placeholder?: string | undefined;
|
|
30
|
+
readonly captions?: string[] | import('../../models').Caption[] | undefined;
|
|
31
|
+
readonly errors?: string[] | import('../../models').Caption[] | undefined;
|
|
32
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
33
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
34
|
+
$attrs: {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
37
|
+
$refs: {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
} & {
|
|
40
|
+
input: ({
|
|
41
|
+
$: import('vue').ComponentInternalInstance;
|
|
42
|
+
$data: {};
|
|
43
|
+
$props: {
|
|
44
|
+
readonly modelValue: string | number;
|
|
45
|
+
readonly required?: boolean | undefined;
|
|
46
|
+
readonly placeholder?: string | undefined;
|
|
47
|
+
readonly disabled?: boolean | undefined;
|
|
48
|
+
readonly focus?: boolean | undefined;
|
|
49
|
+
readonly type?: import('../../models').InputType | undefined;
|
|
50
|
+
readonly errors?: string[] | import('../../models').Caption[] | undefined;
|
|
51
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
52
|
+
readonly "onUpdate:focus"?: ((value: boolean) => any) | undefined;
|
|
53
|
+
readonly onKeyUp?: (() => any) | undefined;
|
|
54
|
+
readonly onKeyDown?: (() => any) | undefined;
|
|
55
|
+
readonly onKeyEnter?: (() => any) | undefined;
|
|
56
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
57
|
+
$attrs: {
|
|
58
|
+
[x: string]: unknown;
|
|
59
|
+
};
|
|
60
|
+
$refs: {
|
|
61
|
+
[x: string]: unknown;
|
|
62
|
+
} & {
|
|
63
|
+
input: HTMLInputElement;
|
|
64
|
+
};
|
|
65
|
+
$slots: Readonly<{
|
|
66
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
67
|
+
}>;
|
|
68
|
+
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
69
|
+
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
70
|
+
$host: Element | null;
|
|
71
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "update:focus", value: boolean) => void) & ((event: "keyUp") => void) & ((event: "keyDown") => void) & ((event: "keyEnter") => void);
|
|
72
|
+
$el: HTMLSpanElement;
|
|
73
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../form/RawInputText.vue').Props> & Readonly<{
|
|
74
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
75
|
+
"onUpdate:focus"?: ((value: boolean) => any) | undefined;
|
|
76
|
+
onKeyUp?: (() => any) | undefined;
|
|
77
|
+
onKeyDown?: (() => any) | undefined;
|
|
78
|
+
onKeyEnter?: (() => any) | undefined;
|
|
79
|
+
}>, {
|
|
80
|
+
setFocus: () => void;
|
|
81
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
82
|
+
"update:modelValue": (value: string) => any;
|
|
83
|
+
"update:focus": (value: boolean) => any;
|
|
84
|
+
keyUp: () => any;
|
|
85
|
+
keyDown: () => any;
|
|
86
|
+
keyEnter: () => any;
|
|
87
|
+
}, string, {
|
|
88
|
+
focus: boolean;
|
|
89
|
+
type: import('../../models').InputType;
|
|
90
|
+
required: boolean;
|
|
91
|
+
disabled: boolean;
|
|
92
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
93
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
94
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
95
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
96
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
97
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
98
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
99
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
100
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
101
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
102
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
103
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
104
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
105
|
+
renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
|
106
|
+
renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
|
107
|
+
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
|
|
108
|
+
};
|
|
109
|
+
$forceUpdate: () => void;
|
|
110
|
+
$nextTick: typeof nextTick;
|
|
111
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
112
|
+
} & Readonly<{
|
|
113
|
+
focus: boolean;
|
|
114
|
+
type: import('../../models').InputType;
|
|
115
|
+
required: boolean;
|
|
116
|
+
disabled: boolean;
|
|
117
|
+
}> & Omit<Readonly<import('../form/RawInputText.vue').Props> & Readonly<{
|
|
118
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
119
|
+
"onUpdate:focus"?: ((value: boolean) => any) | undefined;
|
|
120
|
+
onKeyUp?: (() => any) | undefined;
|
|
121
|
+
onKeyDown?: (() => any) | undefined;
|
|
122
|
+
onKeyEnter?: (() => any) | undefined;
|
|
123
|
+
}>, "setFocus" | ("focus" | "type" | "required" | "disabled")> & import('vue').ShallowUnwrapRef<{
|
|
124
|
+
setFocus: () => void;
|
|
125
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
126
|
+
$slots: {
|
|
127
|
+
label?(_: {}): any;
|
|
128
|
+
'icon-start'?(_: {}): any;
|
|
129
|
+
'icon-end'?(_: {}): any;
|
|
130
|
+
};
|
|
131
|
+
}) | null;
|
|
132
|
+
};
|
|
133
|
+
$slots: Readonly<{
|
|
134
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
135
|
+
}>;
|
|
136
|
+
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
137
|
+
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
138
|
+
$host: Element | null;
|
|
139
|
+
$emit: (event: "update:modelValue", value: string) => void;
|
|
140
|
+
$el: any;
|
|
141
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../form/BmsInputText.vue').Props> & Readonly<{
|
|
142
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
143
|
+
}>, {
|
|
144
|
+
setFocus: () => void;
|
|
145
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
146
|
+
"update:modelValue": (value: string) => any;
|
|
147
|
+
}, string, {
|
|
148
|
+
label: string;
|
|
149
|
+
required: boolean;
|
|
150
|
+
disabled: boolean;
|
|
151
|
+
inputType: import('../../models').InputType;
|
|
152
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
153
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
154
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
155
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
156
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
157
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
158
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
159
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
160
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
161
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
162
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
163
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
164
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
165
|
+
renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
|
166
|
+
renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
|
167
|
+
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
|
|
168
|
+
};
|
|
169
|
+
$forceUpdate: () => void;
|
|
170
|
+
$nextTick: typeof nextTick;
|
|
171
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
172
|
+
} & Readonly<{
|
|
173
|
+
label: string;
|
|
174
|
+
required: boolean;
|
|
175
|
+
disabled: boolean;
|
|
176
|
+
inputType: import('../../models').InputType;
|
|
177
|
+
}> & Omit<Readonly<import('../form/BmsInputText.vue').Props> & Readonly<{
|
|
178
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
179
|
+
}>, "setFocus" | ("label" | "required" | "disabled" | "inputType")> & import('vue').ShallowUnwrapRef<{
|
|
180
|
+
setFocus: () => void;
|
|
181
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
182
|
+
$slots: {
|
|
183
|
+
'icon-start'?(_: {}): any;
|
|
184
|
+
'icon-end'?(_: {}): any;
|
|
185
|
+
};
|
|
186
|
+
}) | null;
|
|
187
|
+
}, HTMLDivElement>;
|
|
188
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
modelValue: {
|
|
3
|
+
key: string;
|
|
4
|
+
value: any;
|
|
5
|
+
}[];
|
|
6
|
+
};
|
|
7
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
"update:modelValue": (modelValue: any[]) => any;
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
|
+
"onUpdate:modelValue"?: ((modelValue: any[]) => any) | undefined;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
12
|
+
dropZone: HTMLDivElement;
|
|
13
|
+
}, HTMLDivElement>, {
|
|
14
|
+
default?(_: {
|
|
15
|
+
row: {
|
|
16
|
+
key: string;
|
|
17
|
+
value: any;
|
|
18
|
+
};
|
|
19
|
+
}): any;
|
|
20
|
+
}>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|