fiery-rabbit 0.0.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/.babelrc +10 -0
- package/.editorconfig +13 -0
- package/.eslintignore +7 -0
- package/.eslintrc.js +51 -0
- package/.prettierrc +13 -0
- package/.vscode/extensions.json +4 -0
- package/README.md +18 -0
- package/dist/auto-oniAJtOb.mjs +14951 -0
- package/dist/components/accordion/src/accordion.vue.d.ts +74 -0
- package/dist/components/accordion/src/accordion.vue.d.ts.map +1 -0
- package/dist/components/auto-complete/src/auto-complete.vue.d.ts +210 -0
- package/dist/components/auto-complete/src/auto-complete.vue.d.ts.map +1 -0
- package/dist/components/avatar/src/avatar.vue.d.ts +60 -0
- package/dist/components/avatar/src/avatar.vue.d.ts.map +1 -0
- package/dist/components/avatar-group/src/avatar-group.vue.d.ts +43 -0
- package/dist/components/avatar-group/src/avatar-group.vue.d.ts.map +1 -0
- package/dist/components/badge/src/badge.vue.d.ts +47 -0
- package/dist/components/badge/src/badge.vue.d.ts.map +1 -0
- package/dist/components/block-ui/src/block-ui.vue.d.ts +65 -0
- package/dist/components/block-ui/src/block-ui.vue.d.ts.map +1 -0
- package/dist/components/breadcrumb/src/breadcrumb.vue.d.ts +57 -0
- package/dist/components/breadcrumb/src/breadcrumb.vue.d.ts.map +1 -0
- package/dist/components/button/src/button.vue.d.ts +97 -0
- package/dist/components/button/src/button.vue.d.ts.map +1 -0
- package/dist/components/card/src/card.vue.d.ts +47 -0
- package/dist/components/card/src/card.vue.d.ts.map +1 -0
- package/dist/components/carousel/src/carousel.vue.d.ts +99 -0
- package/dist/components/carousel/src/carousel.vue.d.ts.map +1 -0
- package/dist/components/cascade-select/src/cascade-select.vue.d.ts +149 -0
- package/dist/components/cascade-select/src/cascade-select.vue.d.ts.map +1 -0
- package/dist/components/chart/src/chart.vue.d.ts +56 -0
- package/dist/components/chart/src/chart.vue.d.ts.map +1 -0
- package/dist/components/checkbox/src/checkbox.vue.d.ts +101 -0
- package/dist/components/checkbox/src/checkbox.vue.d.ts.map +1 -0
- package/dist/components/chip/src/chip.vue.d.ts +58 -0
- package/dist/components/chip/src/chip.vue.d.ts.map +1 -0
- package/dist/components/chips/src/chips.vue.d.ts +91 -0
- package/dist/components/chips/src/chips.vue.d.ts.map +1 -0
- package/dist/components/color-picker/src/color-picker.vue.d.ts +78 -0
- package/dist/components/color-picker/src/color-picker.vue.d.ts.map +1 -0
- package/dist/components/confirm-dialog/src/confirm-dialog.vue.d.ts +62 -0
- package/dist/components/confirm-dialog/src/confirm-dialog.vue.d.ts.map +1 -0
- package/dist/components/confirm-popup/src/confirm-popup.vue.d.ts +56 -0
- package/dist/components/confirm-popup/src/confirm-popup.vue.d.ts.map +1 -0
- package/dist/components/data-view/src/data-view.vue.d.ts +110 -0
- package/dist/components/data-view/src/data-view.vue.d.ts.map +1 -0
- package/dist/components/data-view-layout-options/src/data-view-layout-options.vue.d.ts +49 -0
- package/dist/components/data-view-layout-options/src/data-view-layout-options.vue.d.ts.map +1 -0
- package/dist/components/deferred/src/deferred.vue.d.ts +47 -0
- package/dist/components/deferred/src/deferred.vue.d.ts.map +1 -0
- package/dist/components/dialog/src/dialog.vue.d.ts +149 -0
- package/dist/components/dialog/src/dialog.vue.d.ts.map +1 -0
- package/dist/components/divider/src/divider.vue.d.ts +52 -0
- package/dist/components/divider/src/divider.vue.d.ts.map +1 -0
- package/dist/components/dock/src/dock.vue.d.ts +74 -0
- package/dist/components/dock/src/dock.vue.d.ts.map +1 -0
- package/dist/components/dropdown/src/dropdown.vue.d.ts +194 -0
- package/dist/components/dropdown/src/dropdown.vue.d.ts.map +1 -0
- package/dist/components/dynamic-dialog/src/dynamic-dialog.vue.d.ts +38 -0
- package/dist/components/dynamic-dialog/src/dynamic-dialog.vue.d.ts.map +1 -0
- package/dist/components/fieldset/src/fieldset.vue.d.ts +59 -0
- package/dist/components/fieldset/src/fieldset.vue.d.ts.map +1 -0
- package/dist/components/file-upload/src/file-upload.vue.d.ts +145 -0
- package/dist/components/file-upload/src/file-upload.vue.d.ts.map +1 -0
- package/dist/components/float-label/src/float-label.vue.d.ts +43 -0
- package/dist/components/float-label/src/float-label.vue.d.ts.map +1 -0
- package/dist/components/form/src/form.vue.d.ts +83 -0
- package/dist/components/form/src/form.vue.d.ts.map +1 -0
- package/dist/components/form-item/src/form-item.vue.d.ts +44 -0
- package/dist/components/form-item/src/form-item.vue.d.ts.map +1 -0
- package/dist/components/galleria/src/galleria.vue.d.ts +151 -0
- package/dist/components/galleria/src/galleria.vue.d.ts.map +1 -0
- package/dist/components/icon-field/src/icon-field.vue.d.ts +56 -0
- package/dist/components/icon-field/src/icon-field.vue.d.ts.map +1 -0
- package/dist/components/image/src/image.vue.d.ts +72 -0
- package/dist/components/image/src/image.vue.d.ts.map +1 -0
- package/dist/components/inline-message/src/inline-message.vue.d.ts +49 -0
- package/dist/components/inline-message/src/inline-message.vue.d.ts.map +1 -0
- package/dist/components/inplace/src/inplace.vue.d.ts +68 -0
- package/dist/components/inplace/src/inplace.vue.d.ts.map +1 -0
- package/dist/components/input-group/src/input-group.vue.d.ts +58 -0
- package/dist/components/input-group/src/input-group.vue.d.ts.map +1 -0
- package/dist/components/input-mask/src/input-mask.vue.d.ts +88 -0
- package/dist/components/input-mask/src/input-mask.vue.d.ts.map +1 -0
- package/dist/components/input-otp/src/input-otp.vue.d.ts +90 -0
- package/dist/components/input-otp/src/input-otp.vue.d.ts.map +1 -0
- package/dist/components/input-switch/src/input-switch.vue.d.ts +70 -0
- package/dist/components/input-switch/src/input-switch.vue.d.ts.map +1 -0
- package/dist/components/input-text/src/input-text.vue.d.ts +76 -0
- package/dist/components/input-text/src/input-text.vue.d.ts.map +1 -0
- package/dist/components/knob/src/knob.vue.d.ts +97 -0
- package/dist/components/knob/src/knob.vue.d.ts.map +1 -0
- package/dist/components/layout/src/layout-aside.vue.d.ts +35 -0
- package/dist/components/layout/src/layout-aside.vue.d.ts.map +1 -0
- package/dist/components/layout/src/layout-main.vue.d.ts +18 -0
- package/dist/components/layout/src/layout-main.vue.d.ts.map +1 -0
- package/dist/components/layout/src/layout-setting.vue.d.ts +9 -0
- package/dist/components/layout/src/layout-setting.vue.d.ts.map +1 -0
- package/dist/components/layout/src/layout.vue.d.ts +80 -0
- package/dist/components/layout/src/layout.vue.d.ts.map +1 -0
- package/dist/components/listbox/src/listbox.vue.d.ts +162 -0
- package/dist/components/listbox/src/listbox.vue.d.ts.map +1 -0
- package/dist/components/mega-menu/src/mega-menu.vue.d.ts +86 -0
- package/dist/components/mega-menu/src/mega-menu.vue.d.ts.map +1 -0
- package/dist/components/menu/src/menu.vue.d.ts +84 -0
- package/dist/components/menu/src/menu.vue.d.ts.map +1 -0
- package/dist/components/menubar/src/menubar.vue.d.ts +75 -0
- package/dist/components/menubar/src/menubar.vue.d.ts.map +1 -0
- package/dist/components/message/src/message.vue.d.ts +78 -0
- package/dist/components/message/src/message.vue.d.ts.map +1 -0
- package/dist/components/meter-group/src/meter-group.vue.d.ts +90 -0
- package/dist/components/meter-group/src/meter-group.vue.d.ts.map +1 -0
- package/dist/components/multi-select/src/multi-select.vue.d.ts +240 -0
- package/dist/components/multi-select/src/multi-select.vue.d.ts.map +1 -0
- package/dist/components/order-list/src/order-list.vue.d.ts +97 -0
- package/dist/components/order-list/src/order-list.vue.d.ts.map +1 -0
- package/dist/components/org-chart/src/org-chart.vue.d.ts +72 -0
- package/dist/components/org-chart/src/org-chart.vue.d.ts.map +1 -0
- package/dist/components/overlay-panel/src/overlay-panel.vue.d.ts +80 -0
- package/dist/components/overlay-panel/src/overlay-panel.vue.d.ts.map +1 -0
- package/dist/components/paginator/src/paginator.vue.d.ts +88 -0
- package/dist/components/paginator/src/paginator.vue.d.ts.map +1 -0
- package/dist/components/panel/src/panel.vue.d.ts +67 -0
- package/dist/components/panel/src/panel.vue.d.ts.map +1 -0
- package/dist/components/panel-menu/src/panel-menu.vue.d.ts +77 -0
- package/dist/components/panel-menu/src/panel-menu.vue.d.ts.map +1 -0
- package/dist/components/password/src/password.vue.d.ts +111 -0
- package/dist/components/password/src/password.vue.d.ts.map +1 -0
- package/dist/components/pick-list/src/pick-list.vue.d.ts +137 -0
- package/dist/components/pick-list/src/pick-list.vue.d.ts.map +1 -0
- package/dist/components/progress-bar/src/progress-bar.vue.d.ts +52 -0
- package/dist/components/progress-bar/src/progress-bar.vue.d.ts.map +1 -0
- package/dist/components/progress-spinner/src/progress-spinner.vue.d.ts +45 -0
- package/dist/components/progress-spinner/src/progress-spinner.vue.d.ts.map +1 -0
- package/dist/components/radio-button/src/radio-button.vue.d.ts +71 -0
- package/dist/components/radio-button/src/radio-button.vue.d.ts.map +1 -0
- package/dist/components/rating/src/rating.vue.d.ts +82 -0
- package/dist/components/rating/src/rating.vue.d.ts.map +1 -0
- package/dist/components/scroll-panel/src/scroll-panel.vue.d.ts +48 -0
- package/dist/components/scroll-panel/src/scroll-panel.vue.d.ts.map +1 -0
- package/dist/components/scroll-top/src/scroll-top.vue.d.ts +55 -0
- package/dist/components/scroll-top/src/scroll-top.vue.d.ts.map +1 -0
- package/dist/components/select-button/src/select-button.vue.d.ts +84 -0
- package/dist/components/select-button/src/select-button.vue.d.ts.map +1 -0
- package/dist/components/sidebar/src/sidebar.vue.d.ts +94 -0
- package/dist/components/sidebar/src/sidebar.vue.d.ts.map +1 -0
- package/dist/components/sidebar-menu/src/sidebar-menu.vue.d.ts +59 -0
- package/dist/components/sidebar-menu/src/sidebar-menu.vue.d.ts.map +1 -0
- package/dist/components/skeleton/src/skeleton.vue.d.ts +54 -0
- package/dist/components/skeleton/src/skeleton.vue.d.ts.map +1 -0
- package/dist/components/slider/src/slider.vue.d.ts +73 -0
- package/dist/components/slider/src/slider.vue.d.ts.map +1 -0
- package/dist/components/speed-dial/src/speed-dial.vue.d.ts +110 -0
- package/dist/components/speed-dial/src/speed-dial.vue.d.ts.map +1 -0
- package/dist/components/split-button/src/split-button.vue.d.ts +111 -0
- package/dist/components/split-button/src/split-button.vue.d.ts.map +1 -0
- package/dist/components/splitter/src/splitter.vue.d.ts +68 -0
- package/dist/components/splitter/src/splitter.vue.d.ts.map +1 -0
- package/dist/components/stepper/src/stepper.vue.d.ts +63 -0
- package/dist/components/stepper/src/stepper.vue.d.ts.map +1 -0
- package/dist/components/steps/src/steps.vue.d.ts +64 -0
- package/dist/components/steps/src/steps.vue.d.ts.map +1 -0
- package/dist/components/tab-menu/src/tab-menu.vue.d.ts +67 -0
- package/dist/components/tab-menu/src/tab-menu.vue.d.ts.map +1 -0
- package/dist/components/tag/src/tag.vue.d.ts +51 -0
- package/dist/components/tag/src/tag.vue.d.ts.map +1 -0
- package/dist/components/terminal/src/terminal.vue.d.ts +38 -0
- package/dist/components/terminal/src/terminal.vue.d.ts.map +1 -0
- package/dist/components/textarea/src/textarea.vue.d.ts +68 -0
- package/dist/components/textarea/src/textarea.vue.d.ts.map +1 -0
- package/dist/components/tiered-menu/src/tiered-menu.vue.d.ts +97 -0
- package/dist/components/tiered-menu/src/tiered-menu.vue.d.ts.map +1 -0
- package/dist/components/timeline/src/timeline.vue.d.ts +68 -0
- package/dist/components/timeline/src/timeline.vue.d.ts.map +1 -0
- package/dist/components/toast/src/toast.vue.d.ts +76 -0
- package/dist/components/toast/src/toast.vue.d.ts.map +1 -0
- package/dist/components/toggle-button/src/toggle-button.vue.d.ts +85 -0
- package/dist/components/toggle-button/src/toggle-button.vue.d.ts.map +1 -0
- package/dist/components/toolbar/src/toolbar.vue.d.ts +46 -0
- package/dist/components/toolbar/src/toolbar.vue.d.ts.map +1 -0
- package/dist/components/tree-select/src/tree-select.vue.d.ts +138 -0
- package/dist/components/tree-select/src/tree-select.vue.d.ts.map +1 -0
- package/dist/components/tri-state-checkbox/src/tri-state-checkbox.vue.d.ts +79 -0
- package/dist/components/tri-state-checkbox/src/tri-state-checkbox.vue.d.ts.map +1 -0
- package/dist/components/virtual-scroller/src/virtual-scroller.vue.d.ts +145 -0
- package/dist/components/virtual-scroller/src/virtual-scroller.vue.d.ts.map +1 -0
- package/dist/components/virtual-tree/src/virtual-tree.vue.d.ts +82 -0
- package/dist/components/virtual-tree/src/virtual-tree.vue.d.ts.map +1 -0
- package/dist/components/x6-graph/src/x6-graph.vue.d.ts +168 -0
- package/dist/components/x6-graph/src/x6-graph.vue.d.ts.map +1 -0
- package/dist/fiery-rabbit.d.ts +6 -0
- package/dist/fiery-rabbit.d.ts.map +1 -0
- package/dist/fiery-rabbit.es.js +128 -0
- package/dist/fiery-rabbit.umd.js +19 -0
- package/dist/hooks/enum/index.d.ts +5 -0
- package/dist/hooks/enum/index.d.ts.map +1 -0
- package/dist/hooks/indexed-db/index.d.ts +13 -0
- package/dist/hooks/indexed-db/index.d.ts.map +1 -0
- package/dist/hooks/request/index.d.ts +76 -0
- package/dist/hooks/request/index.d.ts.map +1 -0
- package/dist/hooks/router/index.d.ts +6 -0
- package/dist/hooks/router/index.d.ts.map +1 -0
- package/dist/hooks/websocket/index.d.ts +8 -0
- package/dist/hooks/websocket/index.d.ts.map +1 -0
- package/dist/locales/en/index.d.ts +26 -0
- package/dist/locales/en/index.d.ts.map +1 -0
- package/dist/locales/ja/index.d.ts +26 -0
- package/dist/locales/ja/index.d.ts.map +1 -0
- package/dist/locales/ko/index.d.ts +26 -0
- package/dist/locales/ko/index.d.ts.map +1 -0
- package/dist/locales/zh-CN/index.d.ts +26 -0
- package/dist/locales/zh-CN/index.d.ts.map +1 -0
- package/dist/locales/zh-TW/index.d.ts +26 -0
- package/dist/locales/zh-TW/index.d.ts.map +1 -0
- package/dist/main-UdTkuoT2.mjs +129321 -0
- package/dist/main.d.ts +134 -0
- package/dist/main.d.ts.map +1 -0
- package/dist/quill-ZYFQ7rhl.mjs +1975 -0
- package/dist/style.css +1 -0
- package/package.json +98 -0
- package/src/assets/arya.png +0 -0
- package/src/assets/aura.png +0 -0
- package/src/assets/bootstrap.png +0 -0
- package/src/assets/en.svg +1 -0
- package/src/assets/ja.svg +1 -0
- package/src/assets/ko.svg +1 -0
- package/src/assets/lara-light-teal.png +0 -0
- package/src/assets/luna-amber.png +0 -0
- package/src/assets/md-light-indigo.svg +9 -0
- package/src/assets/nova.png +0 -0
- package/src/assets/saga.png +0 -0
- package/src/assets/zh-CN.svg +1 -0
- package/src/assets/zh-TW.svg +1 -0
- package/src/components/accordion/src/accordion.vue +89 -0
- package/src/components/accordion/style/style.scss +0 -0
- package/src/components/auto-complete/src/auto-complete.vue +506 -0
- package/src/components/auto-complete/style/style.scss +7 -0
- package/src/components/avatar/src/avatar.vue +63 -0
- package/src/components/avatar/style/style.scss +0 -0
- package/src/components/avatar-group/src/avatar-group.vue +38 -0
- package/src/components/avatar-group/style/style.scss +0 -0
- package/src/components/badge/src/badge.vue +46 -0
- package/src/components/badge/style/style.scss +0 -0
- package/src/components/block-ui/src/block-ui.vue +57 -0
- package/src/components/block-ui/style/style.scss +0 -0
- package/src/components/breadcrumb/src/breadcrumb.vue +73 -0
- package/src/components/breadcrumb/style/style.scss +0 -0
- package/src/components/button/src/button.vue +169 -0
- package/src/components/button/style/style.scss +0 -0
- package/src/components/calendar/src/calendar.vue +354 -0
- package/src/components/calendar/style/style.scss +0 -0
- package/src/components/card/src/card.vue +67 -0
- package/src/components/card/style/style.scss +0 -0
- package/src/components/carousel/src/carousel.vue +131 -0
- package/src/components/carousel/style/style.scss +0 -0
- package/src/components/cascade-select/src/cascade-select.vue +330 -0
- package/src/components/cascade-select/style/style.scss +7 -0
- package/src/components/chart/src/chart.vue +59 -0
- package/src/components/chart/style/style.scss +0 -0
- package/src/components/checkbox/src/checkbox.vue +191 -0
- package/src/components/checkbox/style/style.scss +0 -0
- package/src/components/chip/src/chip.vue +66 -0
- package/src/components/chip/style/style.scss +0 -0
- package/src/components/chips/src/chips.vue +204 -0
- package/src/components/chips/style/style.scss +7 -0
- package/src/components/color-picker/src/color-picker.vue +93 -0
- package/src/components/color-picker/style/style.scss +0 -0
- package/src/components/confirm-dialog/src/confirm-dialog.vue +86 -0
- package/src/components/confirm-dialog/style/style.scss +0 -0
- package/src/components/confirm-popup/src/confirm-popup.vue +80 -0
- package/src/components/confirm-popup/style/style.scss +0 -0
- package/src/components/data-table/src/data-table.vue +812 -0
- package/src/components/data-table/style/style.scss +0 -0
- package/src/components/data-view/src/data-view.vue +157 -0
- package/src/components/data-view/style/style.scss +0 -0
- package/src/components/data-view-layout-options/src/data-view-layout-options.vue +65 -0
- package/src/components/data-view-layout-options/style/style.scss +0 -0
- package/src/components/deferred/src/deferred.vue +43 -0
- package/src/components/deferred/style/style.scss +0 -0
- package/src/components/dialog/src/dialog.vue +171 -0
- package/src/components/dialog/style/style.scss +0 -0
- package/src/components/divider/src/divider.vue +46 -0
- package/src/components/divider/style/style.scss +0 -0
- package/src/components/dock/src/dock.vue +88 -0
- package/src/components/dock/style/style.scss +0 -0
- package/src/components/dropdown/src/dropdown.vue +291 -0
- package/src/components/dropdown/style/style.scss +0 -0
- package/src/components/dynamic-dialog/src/dynamic-dialog.vue +28 -0
- package/src/components/dynamic-dialog/style/style.scss +0 -0
- package/src/components/editor/src/editor.vue +77 -0
- package/src/components/editor/style/style.scss +0 -0
- package/src/components/fieldset/src/fieldset.vue +67 -0
- package/src/components/fieldset/style/style.scss +0 -0
- package/src/components/file-upload/src/file-upload.vue +188 -0
- package/src/components/file-upload/style/style.scss +0 -0
- package/src/components/float-label/src/float-label.vue +38 -0
- package/src/components/float-label/style/style.scss +0 -0
- package/src/components/form/src/form.vue +242 -0
- package/src/components/form/style/style.scss +0 -0
- package/src/components/form-item/src/form-item.vue +448 -0
- package/src/components/form-item/style/style.scss +52 -0
- package/src/components/galleria/src/galleria.vue +214 -0
- package/src/components/galleria/style/style.scss +0 -0
- package/src/components/icon-field/src/icon-field.vue +73 -0
- package/src/components/icon-field/style/style.scss +0 -0
- package/src/components/image/src/image.vue +108 -0
- package/src/components/image/style/style.scss +0 -0
- package/src/components/inline-message/src/inline-message.vue +49 -0
- package/src/components/inline-message/style/style.scss +0 -0
- package/src/components/inplace/src/inplace.vue +85 -0
- package/src/components/inplace/style/style.scss +0 -0
- package/src/components/input-group/src/input-group.vue +112 -0
- package/src/components/input-group/style/style.scss +0 -0
- package/src/components/input-mask/src/input-mask.vue +155 -0
- package/src/components/input-mask/style/style.scss +11 -0
- package/src/components/input-number/src/input-number.vue +221 -0
- package/src/components/input-number/style/style.scss +9 -0
- package/src/components/input-otp/src/input-otp.vue +99 -0
- package/src/components/input-otp/style/style.scss +0 -0
- package/src/components/input-switch/src/input-switch.vue +87 -0
- package/src/components/input-switch/style/style.scss +0 -0
- package/src/components/input-text/src/input-text.vue +143 -0
- package/src/components/input-text/style/style.scss +7 -0
- package/src/components/knob/src/knob.vue +106 -0
- package/src/components/knob/style/style.scss +0 -0
- package/src/components/layout/src/layout-aside.vue +337 -0
- package/src/components/layout/src/layout-main.vue +429 -0
- package/src/components/layout/src/layout-setting.vue +1559 -0
- package/src/components/layout/src/layout.vue +580 -0
- package/src/components/layout/style/style.scss +162 -0
- package/src/components/listbox/src/listbox.vue +234 -0
- package/src/components/listbox/style/style.scss +0 -0
- package/src/components/mega-menu/src/mega-menu.vue +122 -0
- package/src/components/mega-menu/style/style.scss +0 -0
- package/src/components/menu/src/menu.vue +109 -0
- package/src/components/menu/style/style.scss +0 -0
- package/src/components/menubar/src/menubar.vue +111 -0
- package/src/components/menubar/style/style.scss +0 -0
- package/src/components/message/src/message.vue +90 -0
- package/src/components/message/style/style.scss +0 -0
- package/src/components/meter-group/src/meter-group.vue +111 -0
- package/src/components/meter-group/style/style.scss +0 -0
- package/src/components/multi-select/src/multi-select.vue +633 -0
- package/src/components/multi-select/style/style.scss +7 -0
- package/src/components/order-list/src/order-list.vue +161 -0
- package/src/components/order-list/style/style.scss +0 -0
- package/src/components/org-chart/src/org-chart.vue +96 -0
- package/src/components/org-chart/style/style.scss +0 -0
- package/src/components/overlay-panel/src/overlay-panel.vue +83 -0
- package/src/components/overlay-panel/style/style.scss +0 -0
- package/src/components/paginator/src/paginator.vue +141 -0
- package/src/components/paginator/style/style.scss +0 -0
- package/src/components/panel/src/panel.vue +92 -0
- package/src/components/panel/style/style.scss +0 -0
- package/src/components/panel-menu/src/panel-menu.vue +112 -0
- package/src/components/panel-menu/style/style.scss +0 -0
- package/src/components/password/src/password.vue +267 -0
- package/src/components/password/style/style.scss +7 -0
- package/src/components/pick-list/src/pick-list.vue +254 -0
- package/src/components/pick-list/style/style.scss +0 -0
- package/src/components/progress-bar/src/progress-bar.vue +46 -0
- package/src/components/progress-bar/style/style.scss +0 -0
- package/src/components/progress-spinner/src/progress-spinner.vue +44 -0
- package/src/components/progress-spinner/style/style.scss +0 -0
- package/src/components/radio-button/src/radio-button.vue +144 -0
- package/src/components/radio-button/style/style.scss +0 -0
- package/src/components/rating/src/rating.vue +108 -0
- package/src/components/rating/style/style.scss +0 -0
- package/src/components/scroll-panel/src/scroll-panel.vue +43 -0
- package/src/components/scroll-panel/style/style.scss +0 -0
- package/src/components/scroll-top/src/scroll-top.vue +52 -0
- package/src/components/scroll-top/style/style.scss +0 -0
- package/src/components/select-button/src/select-button.vue +108 -0
- package/src/components/select-button/style/style.scss +0 -0
- package/src/components/sidebar/src/sidebar.vue +110 -0
- package/src/components/sidebar/style/style.scss +0 -0
- package/src/components/sidebar-menu/src/sidebar-menu.vue +562 -0
- package/src/components/sidebar-menu/style/style.scss +87 -0
- package/src/components/skeleton/src/skeleton.vue +52 -0
- package/src/components/skeleton/style/style.scss +0 -0
- package/src/components/slider/src/slider.vue +90 -0
- package/src/components/slider/style/style.scss +0 -0
- package/src/components/speed-dial/src/speed-dial.vue +124 -0
- package/src/components/speed-dial/style/style.scss +0 -0
- package/src/components/split-button/src/split-button.vue +135 -0
- package/src/components/split-button/style/style.scss +0 -0
- package/src/components/splitter/src/splitter.vue +66 -0
- package/src/components/splitter/style/style.scss +0 -0
- package/src/components/stepper/src/stepper.vue +74 -0
- package/src/components/stepper/style/style.scss +0 -0
- package/src/components/steps/src/steps.vue +74 -0
- package/src/components/steps/style/style.scss +0 -0
- package/src/components/tab-menu/src/tab-menu.vue +85 -0
- package/src/components/tab-menu/style/style.scss +0 -0
- package/src/components/tab-view/src/tab-view.vue +82 -0
- package/src/components/tab-view/style/style.scss +0 -0
- package/src/components/tag/src/tag.vue +53 -0
- package/src/components/tag/style/style.scss +0 -0
- package/src/components/terminal/src/terminal.vue +40 -0
- package/src/components/terminal/style/style.scss +0 -0
- package/src/components/textarea/src/textarea.vue +86 -0
- package/src/components/textarea/style/style.scss +0 -0
- package/src/components/tiered-menu/src/tiered-menu.vue +122 -0
- package/src/components/tiered-menu/style/style.scss +0 -0
- package/src/components/timeline/src/timeline.vue +87 -0
- package/src/components/timeline/style/style.scss +0 -0
- package/src/components/toast/src/toast.vue +96 -0
- package/src/components/toast/style/style.scss +0 -0
- package/src/components/toggle-button/src/toggle-button.vue +103 -0
- package/src/components/toggle-button/style/style.scss +0 -0
- package/src/components/toolbar/src/toolbar.vue +57 -0
- package/src/components/toolbar/style/style.scss +0 -0
- package/src/components/tree/src/tree.vue +165 -0
- package/src/components/tree/style/style.scss +0 -0
- package/src/components/tree-select/src/tree-select.vue +329 -0
- package/src/components/tree-select/style/style.scss +7 -0
- package/src/components/tree-table/src/tree-table.vue +344 -0
- package/src/components/tree-table/style/style.scss +0 -0
- package/src/components/tri-state-checkbox/src/tri-state-checkbox.vue +111 -0
- package/src/components/tri-state-checkbox/style/style.scss +0 -0
- package/src/components/virtual-scroller/src/virtual-scroller.vue +283 -0
- package/src/components/virtual-scroller/style/style.scss +0 -0
- package/src/components/virtual-tree/src/virtual-tree.vue +285 -0
- package/src/components/virtual-tree/style/style.scss +45 -0
- package/src/components/x6-graph/src/x6-graph.vue +700 -0
- package/src/components/x6-graph/style/style.scss +0 -0
- package/src/fiery-rabbit.ts +74 -0
- package/src/hooks/enum/index.ts +17 -0
- package/src/hooks/indexed-db/index.ts +218 -0
- package/src/hooks/request/index.ts +213 -0
- package/src/hooks/router/index.ts +34 -0
- package/src/hooks/websocket/index.ts +73 -0
- package/src/locales/en/index.ts +24 -0
- package/src/locales/ja/index.ts +24 -0
- package/src/locales/ko/index.ts +24 -0
- package/src/locales/zh-CN/index.ts +24 -0
- package/src/locales/zh-TW/index.ts +24 -0
- package/src/main.ts +256 -0
- package/src/styles/base.scss +18 -0
- package/src/styles/function.scss +14 -0
- package/src/styles/index.scss +2 -0
- package/src/vite-env.d.ts +7 -0
- package/tsconfig.d.json +9 -0
- package/tsconfig.json +18 -0
- package/tsconfig.node.json +11 -0
- package/vite.config.ts +109 -0
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { PassThroughOptions } from 'primevue/passthrough';
|
|
3
|
+
import { DialogBreakpoints, DialogPassThroughOptions } from 'primevue/dialog';
|
|
4
|
+
export declare type HintedString<T extends string> = (string & {}) | T;
|
|
5
|
+
export declare type PassThrough<T = void> = T | object | undefined;
|
|
6
|
+
export interface IProps {
|
|
7
|
+
header: string;
|
|
8
|
+
footer: string;
|
|
9
|
+
visible: boolean;
|
|
10
|
+
modal: boolean;
|
|
11
|
+
contentStyle: any;
|
|
12
|
+
contentClass: any;
|
|
13
|
+
contentProps: HTMLAttributes;
|
|
14
|
+
rtl: boolean;
|
|
15
|
+
closable: boolean;
|
|
16
|
+
dismissableMask: boolean;
|
|
17
|
+
closeOnEscape: boolean;
|
|
18
|
+
showHeader: boolean;
|
|
19
|
+
blockScroll: boolean;
|
|
20
|
+
baseZIndex: number;
|
|
21
|
+
autoZIndex: boolean;
|
|
22
|
+
position: 'center' | 'left' | 'top' | 'bottom' | 'right' | 'topleft' | 'topright' | 'bottomleft' | 'bottomright';
|
|
23
|
+
maximizable: boolean;
|
|
24
|
+
breakpoints: DialogBreakpoints;
|
|
25
|
+
draggable: boolean;
|
|
26
|
+
keepInViewPort: boolean;
|
|
27
|
+
minX: number;
|
|
28
|
+
minY: number;
|
|
29
|
+
appendTo: HTMLElement | HintedString<'body' | 'self'>;
|
|
30
|
+
style: any;
|
|
31
|
+
pt: PassThrough<DialogPassThroughOptions<any>>;
|
|
32
|
+
ptOptions: PassThroughOptions;
|
|
33
|
+
unstyled: boolean;
|
|
34
|
+
}
|
|
35
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<IProps>>, {
|
|
36
|
+
visible: boolean;
|
|
37
|
+
modal: boolean;
|
|
38
|
+
rtl: boolean;
|
|
39
|
+
closable: boolean;
|
|
40
|
+
dismissableMask: boolean;
|
|
41
|
+
closeOnEscape: boolean;
|
|
42
|
+
showHeader: boolean;
|
|
43
|
+
blockScroll: boolean;
|
|
44
|
+
baseZIndex: number;
|
|
45
|
+
autoZIndex: boolean;
|
|
46
|
+
position: string;
|
|
47
|
+
maximizable: boolean;
|
|
48
|
+
draggable: boolean;
|
|
49
|
+
keepInViewPort: boolean;
|
|
50
|
+
minX: number;
|
|
51
|
+
minY: number;
|
|
52
|
+
appendTo: string;
|
|
53
|
+
unstyled: boolean;
|
|
54
|
+
}>, {
|
|
55
|
+
dialog: import("vue").Ref<any>;
|
|
56
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
57
|
+
"update:visible": (value?: boolean | undefined) => void;
|
|
58
|
+
hide: () => void;
|
|
59
|
+
"after-hide": () => void;
|
|
60
|
+
show: () => void;
|
|
61
|
+
maximize: (event?: Event | undefined) => void;
|
|
62
|
+
unmaximize: (event?: Event | undefined) => void;
|
|
63
|
+
dragend: (event?: Event | undefined) => void;
|
|
64
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<IProps>>, {
|
|
65
|
+
visible: boolean;
|
|
66
|
+
modal: boolean;
|
|
67
|
+
rtl: boolean;
|
|
68
|
+
closable: boolean;
|
|
69
|
+
dismissableMask: boolean;
|
|
70
|
+
closeOnEscape: boolean;
|
|
71
|
+
showHeader: boolean;
|
|
72
|
+
blockScroll: boolean;
|
|
73
|
+
baseZIndex: number;
|
|
74
|
+
autoZIndex: boolean;
|
|
75
|
+
position: string;
|
|
76
|
+
maximizable: boolean;
|
|
77
|
+
draggable: boolean;
|
|
78
|
+
keepInViewPort: boolean;
|
|
79
|
+
minX: number;
|
|
80
|
+
minY: number;
|
|
81
|
+
appendTo: string;
|
|
82
|
+
unstyled: boolean;
|
|
83
|
+
}>>> & {
|
|
84
|
+
onDragend?: ((event?: Event | undefined) => any) | undefined;
|
|
85
|
+
onShow?: (() => any) | undefined;
|
|
86
|
+
onHide?: (() => any) | undefined;
|
|
87
|
+
"onUpdate:visible"?: ((value?: boolean | undefined) => any) | undefined;
|
|
88
|
+
"onAfter-hide"?: (() => any) | undefined;
|
|
89
|
+
onMaximize?: ((event?: Event | undefined) => any) | undefined;
|
|
90
|
+
onUnmaximize?: ((event?: Event | undefined) => any) | undefined;
|
|
91
|
+
}, {
|
|
92
|
+
unstyled: boolean;
|
|
93
|
+
appendTo: HTMLElement | HintedString<"body" | "self">;
|
|
94
|
+
baseZIndex: number;
|
|
95
|
+
autoZIndex: boolean;
|
|
96
|
+
draggable: boolean;
|
|
97
|
+
visible: boolean;
|
|
98
|
+
modal: boolean;
|
|
99
|
+
rtl: boolean;
|
|
100
|
+
closable: boolean;
|
|
101
|
+
dismissableMask: boolean;
|
|
102
|
+
closeOnEscape: boolean;
|
|
103
|
+
showHeader: boolean;
|
|
104
|
+
blockScroll: boolean;
|
|
105
|
+
position: "left" | "top" | "bottom" | "right" | "center" | "topleft" | "topright" | "bottomleft" | "bottomright";
|
|
106
|
+
maximizable: boolean;
|
|
107
|
+
keepInViewPort: boolean;
|
|
108
|
+
minX: number;
|
|
109
|
+
minY: number;
|
|
110
|
+
}, {}>, {
|
|
111
|
+
default?(_: {}): any;
|
|
112
|
+
header?(_: {}): any;
|
|
113
|
+
footer?(_: {}): any;
|
|
114
|
+
closeicon?(_: {
|
|
115
|
+
class: any;
|
|
116
|
+
}): any;
|
|
117
|
+
maximizeicon?(_: {
|
|
118
|
+
maximized: boolean;
|
|
119
|
+
class: any;
|
|
120
|
+
}): any;
|
|
121
|
+
container?(_: {
|
|
122
|
+
closeCallback: () => void;
|
|
123
|
+
maximizeCallback: (event: Event) => void;
|
|
124
|
+
}): any;
|
|
125
|
+
}>;
|
|
126
|
+
export default _default;
|
|
127
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
128
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
129
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
130
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
131
|
+
} : {
|
|
132
|
+
type: import('vue').PropType<T[K]>;
|
|
133
|
+
required: true;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
type __VLS_WithDefaults<P, D> = {
|
|
137
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
138
|
+
default: D[K];
|
|
139
|
+
}> : P[K];
|
|
140
|
+
};
|
|
141
|
+
type __VLS_Prettify<T> = {
|
|
142
|
+
[K in keyof T]: T[K];
|
|
143
|
+
} & {};
|
|
144
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
145
|
+
new (): {
|
|
146
|
+
$slots: S;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
//# sourceMappingURL=dialog.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dialog.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/dialog/src/dialog.vue"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { PassThroughOptions } from 'primevue/passthrough';
|
|
2
|
+
import { DividerPassThroughOptions } from 'primevue/divider';
|
|
3
|
+
export declare type PassThrough<T = void> = T | object | undefined;
|
|
4
|
+
export interface IProps {
|
|
5
|
+
align: 'center' | 'left' | 'top' | 'bottom' | 'right';
|
|
6
|
+
layout: 'horizontal' | 'vertical';
|
|
7
|
+
type: 'dashed' | 'dotted' | 'solid';
|
|
8
|
+
pt: PassThrough<DividerPassThroughOptions>;
|
|
9
|
+
ptOptions: PassThroughOptions;
|
|
10
|
+
unstyled: boolean;
|
|
11
|
+
}
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<IProps>>, {
|
|
13
|
+
layout: string;
|
|
14
|
+
type: string;
|
|
15
|
+
unstyled: boolean;
|
|
16
|
+
}>, {
|
|
17
|
+
divider: import("vue").Ref<any>;
|
|
18
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<IProps>>, {
|
|
19
|
+
layout: string;
|
|
20
|
+
type: string;
|
|
21
|
+
unstyled: boolean;
|
|
22
|
+
}>>>, {
|
|
23
|
+
unstyled: boolean;
|
|
24
|
+
type: "dashed" | "dotted" | "solid";
|
|
25
|
+
layout: "horizontal" | "vertical";
|
|
26
|
+
}, {}>, {
|
|
27
|
+
default?(_: {}): any;
|
|
28
|
+
}>;
|
|
29
|
+
export default _default;
|
|
30
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
32
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
33
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
34
|
+
} : {
|
|
35
|
+
type: import('vue').PropType<T[K]>;
|
|
36
|
+
required: true;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
type __VLS_WithDefaults<P, D> = {
|
|
40
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
41
|
+
default: D[K];
|
|
42
|
+
}> : P[K];
|
|
43
|
+
};
|
|
44
|
+
type __VLS_Prettify<T> = {
|
|
45
|
+
[K in keyof T]: T[K];
|
|
46
|
+
} & {};
|
|
47
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
48
|
+
new (): {
|
|
49
|
+
$slots: S;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
//# sourceMappingURL=divider.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"divider.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/divider/src/divider.vue"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAgB,EAAE,yBAAyB,EAAE,MAAM,kBAAkB,CAAC;AAMtE,MAAM,CAAC,OAAO,MAAM,WAAW,CAAC,CAAC,GAAG,IAAI,IAAI,CAAC,GAAG,MAAM,GAAG,SAAS,CAAC;AAEnE,MAAM,WAAW,MAAM;IACtB,KAAK,EAAE,QAAQ,GAAG,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,OAAO,CAAC;IACtD,MAAM,EAAE,YAAY,GAAG,UAAU,CAAC;IAClC,IAAI,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,EAAE,EAAE,WAAW,CAAC,yBAAyB,CAAC,CAAC;IAC3C,SAAS,EAAE,kBAAkB,CAAC;IAC9B,QAAQ,EAAE,OAAO,CAAC;CAClB;;;;;;;;;;;;;;;;;;AAqFD,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { PassThroughOptions } from 'primevue/passthrough';
|
|
2
|
+
import { DockTooltipOptions, DockPassThroughOptions } from 'primevue/dock';
|
|
3
|
+
import { MenuItem } from 'primevue/menuitem';
|
|
4
|
+
export declare type PassThrough<T = void> = T | object | undefined;
|
|
5
|
+
export interface IProps {
|
|
6
|
+
model: MenuItem[];
|
|
7
|
+
position: 'left' | 'top' | 'bottom' | 'right';
|
|
8
|
+
class: any;
|
|
9
|
+
style: any;
|
|
10
|
+
breakpoint: string;
|
|
11
|
+
tooltipOptions: DockTooltipOptions;
|
|
12
|
+
menuId: string;
|
|
13
|
+
tabindex: string | number;
|
|
14
|
+
ariaLabelledby: string;
|
|
15
|
+
ariaLabel: string;
|
|
16
|
+
pt: PassThrough<DockPassThroughOptions>;
|
|
17
|
+
ptOptions: PassThroughOptions;
|
|
18
|
+
unstyled: boolean;
|
|
19
|
+
}
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<IProps>>, {
|
|
21
|
+
position: string;
|
|
22
|
+
breakpoint: string;
|
|
23
|
+
unstyled: boolean;
|
|
24
|
+
}>, {
|
|
25
|
+
dock: import("vue").Ref<any>;
|
|
26
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
27
|
+
focus: (event?: Event | undefined) => void;
|
|
28
|
+
blur: (event?: Event | undefined) => void;
|
|
29
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<IProps>>, {
|
|
30
|
+
position: string;
|
|
31
|
+
breakpoint: string;
|
|
32
|
+
unstyled: boolean;
|
|
33
|
+
}>>> & {
|
|
34
|
+
onFocus?: ((event?: Event | undefined) => any) | undefined;
|
|
35
|
+
onBlur?: ((event?: Event | undefined) => any) | undefined;
|
|
36
|
+
}, {
|
|
37
|
+
unstyled: boolean;
|
|
38
|
+
breakpoint: string;
|
|
39
|
+
position: "left" | "top" | "bottom" | "right";
|
|
40
|
+
}, {}>, {
|
|
41
|
+
item?(_: {
|
|
42
|
+
item: MenuItem;
|
|
43
|
+
index: number;
|
|
44
|
+
label: string | ((...args: any) => string) | undefined;
|
|
45
|
+
props: import("primevue/dock").DockRouterBindProps;
|
|
46
|
+
}): any;
|
|
47
|
+
icon?(_: {
|
|
48
|
+
item: MenuItem;
|
|
49
|
+
}): any;
|
|
50
|
+
}>;
|
|
51
|
+
export default _default;
|
|
52
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
53
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
54
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
55
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
56
|
+
} : {
|
|
57
|
+
type: import('vue').PropType<T[K]>;
|
|
58
|
+
required: true;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
type __VLS_WithDefaults<P, D> = {
|
|
62
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
63
|
+
default: D[K];
|
|
64
|
+
}> : P[K];
|
|
65
|
+
};
|
|
66
|
+
type __VLS_Prettify<T> = {
|
|
67
|
+
[K in keyof T]: T[K];
|
|
68
|
+
} & {};
|
|
69
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
70
|
+
new (): {
|
|
71
|
+
$slots: S;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
//# sourceMappingURL=dock.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dock.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/dock/src/dock.vue"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAa,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AACjF,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAM7C,MAAM,CAAC,OAAO,MAAM,WAAW,CAAC,CAAC,GAAG,IAAI,IAAI,CAAC,GAAG,MAAM,GAAG,SAAS,CAAC;AAEnE,MAAM,WAAW,MAAM;IACtB,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,QAAQ,EAAE,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,OAAO,CAAC;IAC9C,KAAK,EAAE,GAAG,CAAC;IACX,KAAK,EAAE,GAAG,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,kBAAkB,CAAC;IACnC,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,EAAE,EAAE,WAAW,CAAC,sBAAsB,CAAC,CAAC;IACxC,SAAS,EAAE,kBAAkB,CAAC;IAC9B,QAAQ,EAAE,OAAO,CAAC;CAClB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyID,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
import { InputHTMLAttributes, HTMLAttributes } from 'vue';
|
|
2
|
+
import { PassThroughOptions } from 'primevue/passthrough';
|
|
3
|
+
import { DropdownChangeEvent, DropdownFilterEvent, DropdownPassThroughOptions } from 'primevue/dropdown';
|
|
4
|
+
import type { VirtualScrollerProps } from 'primevue/virtualscroller';
|
|
5
|
+
export declare type OptionLabelFunction = (item: any) => string;
|
|
6
|
+
export declare type OptionValueFunction = (item: any) => any;
|
|
7
|
+
export declare type OptionDisabledFunction = (item: any) => boolean;
|
|
8
|
+
export declare type OptionGroupLabelFunction = (item: any) => string;
|
|
9
|
+
export declare type OptionGroupChildrenFunction = (item: any) => any[];
|
|
10
|
+
export declare type PassThrough<T = void> = T | object | undefined;
|
|
11
|
+
export interface IProps {
|
|
12
|
+
invalid: boolean;
|
|
13
|
+
showClear: boolean;
|
|
14
|
+
modelValue: any;
|
|
15
|
+
variant: 'filled' | 'outlined';
|
|
16
|
+
options: any[];
|
|
17
|
+
optionLabel: string | OptionLabelFunction;
|
|
18
|
+
optionValue: string | OptionValueFunction;
|
|
19
|
+
optionDisabled: string | OptionDisabledFunction;
|
|
20
|
+
optionGroupLabel: string | OptionGroupLabelFunction;
|
|
21
|
+
optionGroupChildren: string | OptionGroupChildrenFunction;
|
|
22
|
+
placeholder: string;
|
|
23
|
+
disabled: boolean;
|
|
24
|
+
dataKey: string;
|
|
25
|
+
inputId: string;
|
|
26
|
+
inputStyle: object;
|
|
27
|
+
inputClass: string | object;
|
|
28
|
+
inputProps: InputHTMLAttributes;
|
|
29
|
+
appendTo: string | HTMLElement;
|
|
30
|
+
panelStyle: object;
|
|
31
|
+
panelClass: string | object;
|
|
32
|
+
panelProps: HTMLAttributes;
|
|
33
|
+
filterInputProps: InputHTMLAttributes;
|
|
34
|
+
loading: boolean;
|
|
35
|
+
resetFilterOnHide: boolean;
|
|
36
|
+
virtualScrollerOptions: VirtualScrollerProps;
|
|
37
|
+
autoOptionFocus: boolean;
|
|
38
|
+
autoFilterFocus: boolean;
|
|
39
|
+
selectOnFocus: boolean;
|
|
40
|
+
filterMessage: string;
|
|
41
|
+
selectionMessage: string;
|
|
42
|
+
emptySelectionMessage: string;
|
|
43
|
+
emptyFilterMessage: string;
|
|
44
|
+
emptyMessage: string;
|
|
45
|
+
tabindex: string | number;
|
|
46
|
+
ariaLabelledby: string;
|
|
47
|
+
ariaLabel: string;
|
|
48
|
+
pt: PassThrough<DropdownPassThroughOptions<any>>;
|
|
49
|
+
ptOptions: PassThroughOptions;
|
|
50
|
+
unstyled: boolean;
|
|
51
|
+
}
|
|
52
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<IProps>>, {
|
|
53
|
+
invalid: boolean;
|
|
54
|
+
showClear: boolean;
|
|
55
|
+
disabled: boolean;
|
|
56
|
+
appendTo: string;
|
|
57
|
+
loading: boolean;
|
|
58
|
+
variant: string;
|
|
59
|
+
resetFilterOnHide: boolean;
|
|
60
|
+
autoOptionFocus: boolean;
|
|
61
|
+
autoFilterFocus: boolean;
|
|
62
|
+
selectOnFocus: boolean;
|
|
63
|
+
filterMessage: string;
|
|
64
|
+
selectionMessage: string;
|
|
65
|
+
emptySelectionMessage: string;
|
|
66
|
+
emptyFilterMessage: string;
|
|
67
|
+
emptyMessage: string;
|
|
68
|
+
unstyled: boolean;
|
|
69
|
+
}>, {
|
|
70
|
+
dropdown: import("vue").Ref<any>;
|
|
71
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
72
|
+
"update:modelValue": (params: any) => void;
|
|
73
|
+
change: (event?: DropdownChangeEvent | undefined) => void;
|
|
74
|
+
focus: (event?: Event | undefined) => void;
|
|
75
|
+
blur: (event?: Event | undefined) => void;
|
|
76
|
+
"before-show": () => void;
|
|
77
|
+
"before-hide": () => void;
|
|
78
|
+
show: () => void;
|
|
79
|
+
hide: () => void;
|
|
80
|
+
filter: (event?: DropdownFilterEvent | undefined) => void;
|
|
81
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<IProps>>, {
|
|
82
|
+
invalid: boolean;
|
|
83
|
+
showClear: boolean;
|
|
84
|
+
disabled: boolean;
|
|
85
|
+
appendTo: string;
|
|
86
|
+
loading: boolean;
|
|
87
|
+
variant: string;
|
|
88
|
+
resetFilterOnHide: boolean;
|
|
89
|
+
autoOptionFocus: boolean;
|
|
90
|
+
autoFilterFocus: boolean;
|
|
91
|
+
selectOnFocus: boolean;
|
|
92
|
+
filterMessage: string;
|
|
93
|
+
selectionMessage: string;
|
|
94
|
+
emptySelectionMessage: string;
|
|
95
|
+
emptyFilterMessage: string;
|
|
96
|
+
emptyMessage: string;
|
|
97
|
+
unstyled: boolean;
|
|
98
|
+
}>>> & {
|
|
99
|
+
onFocus?: ((event?: Event | undefined) => any) | undefined;
|
|
100
|
+
onBlur?: ((event?: Event | undefined) => any) | undefined;
|
|
101
|
+
onChange?: ((event?: DropdownChangeEvent | undefined) => any) | undefined;
|
|
102
|
+
"onUpdate:modelValue"?: ((params: any) => any) | undefined;
|
|
103
|
+
"onBefore-show"?: (() => any) | undefined;
|
|
104
|
+
"onBefore-hide"?: (() => any) | undefined;
|
|
105
|
+
onShow?: (() => any) | undefined;
|
|
106
|
+
onHide?: (() => any) | undefined;
|
|
107
|
+
onFilter?: ((event?: DropdownFilterEvent | undefined) => any) | undefined;
|
|
108
|
+
}, {
|
|
109
|
+
selectOnFocus: boolean;
|
|
110
|
+
unstyled: boolean;
|
|
111
|
+
invalid: boolean;
|
|
112
|
+
variant: "filled" | "outlined";
|
|
113
|
+
loading: boolean;
|
|
114
|
+
disabled: boolean;
|
|
115
|
+
appendTo: string | HTMLElement;
|
|
116
|
+
autoOptionFocus: boolean;
|
|
117
|
+
selectionMessage: string;
|
|
118
|
+
emptySelectionMessage: string;
|
|
119
|
+
emptyMessage: string;
|
|
120
|
+
showClear: boolean;
|
|
121
|
+
resetFilterOnHide: boolean;
|
|
122
|
+
autoFilterFocus: boolean;
|
|
123
|
+
filterMessage: string;
|
|
124
|
+
emptyFilterMessage: string;
|
|
125
|
+
}, {}>, {
|
|
126
|
+
value?(_: {
|
|
127
|
+
value: any;
|
|
128
|
+
placeholder: string;
|
|
129
|
+
}): any;
|
|
130
|
+
header?(_: {
|
|
131
|
+
value: any;
|
|
132
|
+
options: any[];
|
|
133
|
+
}): any;
|
|
134
|
+
footer?(_: {
|
|
135
|
+
value: any;
|
|
136
|
+
options: any[];
|
|
137
|
+
}): any;
|
|
138
|
+
option?(_: {
|
|
139
|
+
option: any;
|
|
140
|
+
index: number;
|
|
141
|
+
}): any;
|
|
142
|
+
optiongroup?(_: {
|
|
143
|
+
option: any;
|
|
144
|
+
index: number;
|
|
145
|
+
}): any;
|
|
146
|
+
emptyfilter?(_: {}): any;
|
|
147
|
+
empty?(_: {}): any;
|
|
148
|
+
content?(_: {
|
|
149
|
+
items: any;
|
|
150
|
+
styleClass: string;
|
|
151
|
+
contentRef: (el: any) => void;
|
|
152
|
+
getItemOptions: (index: number) => import("primevue/virtualscroller").VirtualScrollerItemOptions;
|
|
153
|
+
}): any;
|
|
154
|
+
loader?(_: {
|
|
155
|
+
options: any[];
|
|
156
|
+
}): any;
|
|
157
|
+
clearicon?(_: {
|
|
158
|
+
class: any;
|
|
159
|
+
clearCallback: (event: Event) => void;
|
|
160
|
+
}): any;
|
|
161
|
+
dropdownicon?(_: {
|
|
162
|
+
class: any;
|
|
163
|
+
}): any;
|
|
164
|
+
loadingicon?(_: {
|
|
165
|
+
class: any;
|
|
166
|
+
}): any;
|
|
167
|
+
filtericon?(_: {
|
|
168
|
+
class: any;
|
|
169
|
+
}): any;
|
|
170
|
+
}>;
|
|
171
|
+
export default _default;
|
|
172
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
173
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
174
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
175
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
176
|
+
} : {
|
|
177
|
+
type: import('vue').PropType<T[K]>;
|
|
178
|
+
required: true;
|
|
179
|
+
};
|
|
180
|
+
};
|
|
181
|
+
type __VLS_WithDefaults<P, D> = {
|
|
182
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
183
|
+
default: D[K];
|
|
184
|
+
}> : P[K];
|
|
185
|
+
};
|
|
186
|
+
type __VLS_Prettify<T> = {
|
|
187
|
+
[K in keyof T]: T[K];
|
|
188
|
+
} & {};
|
|
189
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
190
|
+
new (): {
|
|
191
|
+
$slots: S;
|
|
192
|
+
};
|
|
193
|
+
};
|
|
194
|
+
//# sourceMappingURL=dropdown.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/src/dropdown.vue"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export interface IProps {
|
|
2
|
+
unstyled: boolean;
|
|
3
|
+
}
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<IProps>>, {
|
|
5
|
+
unstyled: boolean;
|
|
6
|
+
}>, {
|
|
7
|
+
dynamicDialog: import("vue").Ref<any>;
|
|
8
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<IProps>>, {
|
|
9
|
+
unstyled: boolean;
|
|
10
|
+
}>>>, {
|
|
11
|
+
unstyled: boolean;
|
|
12
|
+
}, {}>, {
|
|
13
|
+
default?(_: {}): any;
|
|
14
|
+
}>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
17
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
18
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
19
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
20
|
+
} : {
|
|
21
|
+
type: import('vue').PropType<T[K]>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
type __VLS_WithDefaults<P, D> = {
|
|
26
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
27
|
+
default: D[K];
|
|
28
|
+
}> : P[K];
|
|
29
|
+
};
|
|
30
|
+
type __VLS_Prettify<T> = {
|
|
31
|
+
[K in keyof T]: T[K];
|
|
32
|
+
} & {};
|
|
33
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
34
|
+
new (): {
|
|
35
|
+
$slots: S;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
//# sourceMappingURL=dynamic-dialog.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dynamic-dialog.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/dynamic-dialog/src/dynamic-dialog.vue"],"names":[],"mappings":"AASA,MAAM,WAAW,MAAM;IACtB,QAAQ,EAAE,OAAO,CAAC;CAClB;;;;;;;;;;;;AAiFD,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { PassThroughOptions } from 'primevue/passthrough';
|
|
2
|
+
import { FieldsetPassThroughOptions, FieldsetToggleEvent } from 'primevue/fieldset';
|
|
3
|
+
export declare type PassThrough<T = void> = T | object | undefined;
|
|
4
|
+
export interface IProps {
|
|
5
|
+
legend: string;
|
|
6
|
+
toggleable: boolean;
|
|
7
|
+
collapsed: boolean;
|
|
8
|
+
pt: PassThrough<FieldsetPassThroughOptions>;
|
|
9
|
+
ptOptions: PassThroughOptions;
|
|
10
|
+
unstyled: boolean;
|
|
11
|
+
}
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<IProps>>, {
|
|
13
|
+
toggleable: boolean;
|
|
14
|
+
collapsed: boolean;
|
|
15
|
+
unstyled: boolean;
|
|
16
|
+
}>, {
|
|
17
|
+
fieldset: import("vue").Ref<any>;
|
|
18
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
+
"update:collapsed": (value?: boolean | undefined) => void;
|
|
20
|
+
toggle: (event?: FieldsetToggleEvent | undefined) => void;
|
|
21
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<IProps>>, {
|
|
22
|
+
toggleable: boolean;
|
|
23
|
+
collapsed: boolean;
|
|
24
|
+
unstyled: boolean;
|
|
25
|
+
}>>> & {
|
|
26
|
+
"onUpdate:collapsed"?: ((value?: boolean | undefined) => any) | undefined;
|
|
27
|
+
onToggle?: ((event?: FieldsetToggleEvent | undefined) => any) | undefined;
|
|
28
|
+
}, {
|
|
29
|
+
unstyled: boolean;
|
|
30
|
+
toggleable: boolean;
|
|
31
|
+
collapsed: boolean;
|
|
32
|
+
}, {}>, {
|
|
33
|
+
default?(_: {}): any;
|
|
34
|
+
legend?(_: {}): any;
|
|
35
|
+
}>;
|
|
36
|
+
export default _default;
|
|
37
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
38
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
39
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
40
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
41
|
+
} : {
|
|
42
|
+
type: import('vue').PropType<T[K]>;
|
|
43
|
+
required: true;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
type __VLS_WithDefaults<P, D> = {
|
|
47
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
48
|
+
default: D[K];
|
|
49
|
+
}> : P[K];
|
|
50
|
+
};
|
|
51
|
+
type __VLS_Prettify<T> = {
|
|
52
|
+
[K in keyof T]: T[K];
|
|
53
|
+
} & {};
|
|
54
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
55
|
+
new (): {
|
|
56
|
+
$slots: S;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
//# sourceMappingURL=fieldset.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fieldset.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fieldset/src/fieldset.vue"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAiB,EAAE,0BAA0B,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAM9F,MAAM,CAAC,OAAO,MAAM,WAAW,CAAC,CAAC,GAAG,IAAI,IAAI,CAAC,GAAG,MAAM,GAAG,SAAS,CAAC;AAEnE,MAAM,WAAW,MAAM;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,EAAE,EAAE,WAAW,CAAC,0BAA0B,CAAC,CAAC;IAC5C,SAAS,EAAE,kBAAkB,CAAC;IAC9B,QAAQ,EAAE,OAAO,CAAC;CAClB;;;;;;;;;;;;;;;;;;;;;;;;;AA8HD,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|