@echolab-auto/echo-prodoc 0.1.0
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 +56 -0
- package/bin/echo-prodoc.js +2 -0
- package/package.json +49 -0
- package/packages/prodoc-cli/dist/index.d.ts +10 -0
- package/packages/prodoc-cli/dist/index.d.ts.map +1 -0
- package/packages/prodoc-cli/dist/index.js +251 -0
- package/packages/prodoc-cli/dist/index.js.map +1 -0
- package/packages/prodoc-cli/dist/server.d.ts +13 -0
- package/packages/prodoc-cli/dist/server.d.ts.map +1 -0
- package/packages/prodoc-cli/package.json +39 -0
- package/packages/prodoc-core/dist/index.cjs +1 -0
- package/packages/prodoc-core/dist/index.d.ts +12 -0
- package/packages/prodoc-core/dist/index.d.ts.map +1 -0
- package/packages/prodoc-core/dist/index.js +2 -0
- package/packages/prodoc-core/package.json +30 -0
- package/packages/prodoc-editor/dist/index.cjs +1 -0
- package/packages/prodoc-editor/dist/index.css +2 -0
- package/packages/prodoc-editor/dist/index.d.ts +10 -0
- package/packages/prodoc-editor/dist/index.d.ts.map +1 -0
- package/packages/prodoc-editor/dist/index.js +3 -0
- package/packages/prodoc-editor/package.json +40 -0
- package/packages/prodoc-renderer/dist/index.cjs +1 -0
- package/packages/prodoc-renderer/dist/index.css +2 -0
- package/packages/prodoc-renderer/dist/index.d.ts +11 -0
- package/packages/prodoc-renderer/dist/index.d.ts.map +1 -0
- package/packages/prodoc-renderer/dist/index.js +3 -0
- package/packages/prodoc-renderer/package.json +38 -0
- package/scripts/build-if-needed.js +37 -0
- package/scripts/install-ui-frame.js +269 -0
- package/scripts/link-system-bin.js +82 -0
- package/scripts/publish.sh +64 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismAlert.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismAutoComplete.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismAvatar.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismBadge.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismBreadcrumb.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismButton.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismCanvas.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismCard.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismCheckbox.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismCol.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismCollapse.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismContainer.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismDatePicker.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismDivider.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismDrawer.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismDropdown.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismEmpty.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismFieldError.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismFieldLabel.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismFormItem.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismInput.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismInputNumber.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismLayout.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismList.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismMenu.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismModal.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismNavMenu.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismPagination.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismPopover.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismProgress.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismRadioGroup.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismSelect.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismSkeleton.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismSlider.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismSteps.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismSwitch.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismTable.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismTabs.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismTag.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismTextarea.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismThemeToggle.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismToastProvider.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismTooltip.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismTree.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismUpload.css +1 -0
- package/vendor/@echolab/ui-frame/dist/NeumorphismVirtualList.css +1 -0
- package/vendor/@echolab/ui-frame/dist/ThemeProvider.css +1 -0
- package/vendor/@echolab/ui-frame/dist/base.css +1 -0
- package/vendor/@echolab/ui-frame/dist/base.d.ts +1 -0
- package/vendor/@echolab/ui-frame/dist/base.js +1 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismAlert-C8gUjcJ9.js +130 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismAutoComplete-DI9cIsCr.js +255 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismAvatar-D7pr7n61.js +65 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismBadge-Br8ESUFf.js +64 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismBreadcrumb-PeUQHAqO.js +58 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismButton-CiIrdqlV.js +81 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismCanvas-CBLkbovI.js +176 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismCard-Cgy4dCPE.js +66 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismCheckbox-Bo5Q7yC_.js +114 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismCol-DwoaSc5J.js +117 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismCollapse-BLSShHjJ.js +95 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismContainer-B1g0c9Ps.js +32 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismDatePicker-TLkTC22A.js +315 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismDivider-CjDyku2C.js +56 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismDrawer-BmpGyAlZ.js +133 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismDropdown-B_cuLYvV.js +120 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismEmpty-DAsVUAXw.js +49 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismFieldError-BxamHjhs.js +20 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismFieldLabel-CBF1nZs1.js +26 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismFormItem-DjtFqfsK.js +149 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismInput-CV0AQcff.js +121 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismInputNumber-BLSDUrG2.js +119 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismLayout-C7hoaRIo.js +155 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismList-BPjiY2ok.js +106 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismMenu-xfgTqwex.js +294 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismModal-BejbU5Uw.js +139 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismNavMenu-D_aeJ9zj.js +297 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismPagination-Dj-JuN7F.js +162 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismPopover-RB48cpPq.js +197 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismProgress-jGoOJqN4.js +72 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismRadioGroup-BC-NFcXF.js +122 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismSelect-D57-kOit.js +200 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismSkeleton-CIBufbBR.js +56 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismSlider-CJGJhgAY.js +163 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismSteps-Eq8pY0Yo.js +147 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismSwitch-HSJ9_0Zq.js +76 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismTable-BEcMl0Sh.js +189 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismTabs-DhV7RpfS.js +98 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismTag-D-HO-n7l.js +83 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismTextarea-hf4f9EM1.js +126 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismThemeToggle-B-lky48G.js +144 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismToastProvider-CJvxNDwJ.js +132 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismTooltip-DEac8yVH.js +116 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismTree-C5jKWadX.js +302 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismUpload-CK8GutG5.js +584 -0
- package/vendor/@echolab/ui-frame/dist/chunks/NeumorphismVirtualList-BI322-e4.js +55 -0
- package/vendor/@echolab/ui-frame/dist/chunks/ThemeProvider-CCR_TjUs.js +30 -0
- package/vendor/@echolab/ui-frame/dist/chunks/_plugin-vue_export-helper-CHgC5LLL.js +9 -0
- package/vendor/@echolab/ui-frame/dist/chunks/componentRegistry-XcPWEoEL.js +48 -0
- package/vendor/@echolab/ui-frame/dist/chunks/createComponent-jnXBYqCm.js +11 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismAlert/NeumorphismAlert.d.ts +78 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismAlert/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismAlert/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismAutoComplete/NeumorphismAutoComplete.d.ts +83 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismAutoComplete/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismAutoComplete/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismAvatar/NeumorphismAvatar.d.ts +50 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismAvatar/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismAvatar/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismBadge/NeumorphismBadge.d.ts +47 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismBadge/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismBadge/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismBreadcrumb/NeumorphismBreadcrumb.d.ts +45 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismBreadcrumb/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismBreadcrumb/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismButton/NeumorphismButton.d.ts +74 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismButton/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismButton/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismCanvas/NeumorphismCanvas.d.ts +85 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismCanvas/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismCanvas/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismCard/NeumorphismCard.d.ts +83 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismCard/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismCard/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismCheckbox/NeumorphismCheckbox.d.ts +58 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismCheckbox/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismCheckbox/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismCollapse/NeumorphismCollapse.d.ts +59 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismCollapse/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismCollapse/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismContainer/NeumorphismContainer.d.ts +48 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismContainer/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismContainer/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismDatePicker/NeumorphismDatePicker.d.ts +69 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismDatePicker/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismDatePicker/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismDivider/NeumorphismDivider.d.ts +51 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismDivider/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismDivider/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismDrawer/NeumorphismDrawer.d.ts +71 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismDrawer/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismDrawer/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismDropdown/NeumorphismDropdown.d.ts +75 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismDropdown/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismDropdown/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismEmpty/NeumorphismEmpty.d.ts +41 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismEmpty/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismEmpty/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismField/NeumorphismFieldError.d.ts +17 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismField/NeumorphismFieldLabel.d.ts +19 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismField/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismField/index.js +6 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismForm/NeumorphismForm.d.ts +67 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismForm/NeumorphismFormItem.d.ts +54 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismForm/index.d.ts +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismForm/index.js +5 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismGrid/NeumorphismCol.d.ts +54 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismGrid/NeumorphismRow.d.ts +51 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismGrid/index.d.ts +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismGrid/index.js +5 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismInput/NeumorphismInput.d.ts +87 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismInput/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismInput/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismInputNumber/NeumorphismInputNumber.d.ts +85 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismInputNumber/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismInputNumber/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismLayout/NeumorphismLayout.d.ts +79 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismLayout/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismLayout/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismList/NeumorphismList.d.ts +74 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismList/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismList/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismMenu/NeumorphismMenu.d.ts +73 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismMenu/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismMenu/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismModal/NeumorphismModal.d.ts +88 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismModal/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismModal/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismNavMenu/NeumorphismNavMenu.d.ts +63 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismNavMenu/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismNavMenu/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismPagination/NeumorphismPagination.d.ts +87 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismPagination/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismPagination/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismPopover/NeumorphismPopover.d.ts +78 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismPopover/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismPopover/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismProgress/NeumorphismProgress.d.ts +53 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismProgress/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismProgress/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismRadio/NeumorphismRadio.d.ts +52 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismRadio/NeumorphismRadioGroup.d.ts +53 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismRadio/index.d.ts +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismRadio/index.js +5 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismSelect/NeumorphismSelect.d.ts +96 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismSelect/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismSelect/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismSkeleton/NeumorphismSkeleton.d.ts +38 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismSkeleton/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismSkeleton/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismSlider/NeumorphismSlider.d.ts +76 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismSlider/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismSlider/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismSteps/NeumorphismSteps.d.ts +69 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismSteps/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismSteps/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismSwitch/NeumorphismSwitch.d.ts +64 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismSwitch/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismSwitch/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismTable/NeumorphismTable.d.ts +99 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismTable/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismTable/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismTabs/NeumorphismTabs.d.ts +71 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismTabs/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismTabs/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismTag/NeumorphismTag.d.ts +65 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismTag/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismTag/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismTextarea/NeumorphismTextarea.d.ts +80 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismTextarea/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismTextarea/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismThemeToggle/NeumorphismThemeToggle.d.ts +52 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismThemeToggle/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismThemeToggle/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismToast/NeumorphismToastProvider.d.ts +57 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismToast/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismToast/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismTooltip/NeumorphismTooltip.d.ts +58 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismTooltip/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismTooltip/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismTree/NeumorphismTree.d.ts +58 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismTree/NeumorphismTreeNode.d.ts +59 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismTree/index.d.ts +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismTree/index.js +5 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismUpload/NeumorphismUpload.d.ts +126 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismUpload/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismUpload/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismVirtualList/NeumorphismVirtualList.d.ts +59 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismVirtualList/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/NeumorphismVirtualList/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/ThemeProvider/ThemeProvider.d.ts +56 -0
- package/vendor/@echolab/ui-frame/dist/components/ThemeProvider/index.d.ts +2 -0
- package/vendor/@echolab/ui-frame/dist/components/ThemeProvider/index.js +4 -0
- package/vendor/@echolab/ui-frame/dist/components/index.d.ts +92 -0
- package/vendor/@echolab/ui-frame/dist/composables/injectionKeys.d.ts +27 -0
- package/vendor/@echolab/ui-frame/dist/composables/injectionKeys.js +6 -0
- package/vendor/@echolab/ui-frame/dist/composables/useAlert.d.ts +30 -0
- package/vendor/@echolab/ui-frame/dist/composables/useAlert.js +25 -0
- package/vendor/@echolab/ui-frame/dist/composables/useAutoComplete.d.ts +50 -0
- package/vendor/@echolab/ui-frame/dist/composables/useAutoComplete.js +118 -0
- package/vendor/@echolab/ui-frame/dist/composables/useCheckable.d.ts +17 -0
- package/vendor/@echolab/ui-frame/dist/composables/useCheckable.js +17 -0
- package/vendor/@echolab/ui-frame/dist/composables/useCollapse.d.ts +26 -0
- package/vendor/@echolab/ui-frame/dist/composables/useCollapse.js +25 -0
- package/vendor/@echolab/ui-frame/dist/composables/useConfig.d.ts +243 -0
- package/vendor/@echolab/ui-frame/dist/composables/useConfig.js +12 -0
- package/vendor/@echolab/ui-frame/dist/composables/useDatePicker.d.ts +73 -0
- package/vendor/@echolab/ui-frame/dist/composables/useDatePicker.js +118 -0
- package/vendor/@echolab/ui-frame/dist/composables/useDrawer.d.ts +34 -0
- package/vendor/@echolab/ui-frame/dist/composables/useDrawer.js +97 -0
- package/vendor/@echolab/ui-frame/dist/composables/useFormField.d.ts +24 -0
- package/vendor/@echolab/ui-frame/dist/composables/useFormField.js +34 -0
- package/vendor/@echolab/ui-frame/dist/composables/useFormValidation.d.ts +18 -0
- package/vendor/@echolab/ui-frame/dist/composables/useFormValidation.js +44 -0
- package/vendor/@echolab/ui-frame/dist/composables/useLocale.d.ts +38 -0
- package/vendor/@echolab/ui-frame/dist/composables/useLocale.js +34 -0
- package/vendor/@echolab/ui-frame/dist/composables/useMenu.d.ts +55 -0
- package/vendor/@echolab/ui-frame/dist/composables/useMenu.js +218 -0
- package/vendor/@echolab/ui-frame/dist/composables/useModal.d.ts +31 -0
- package/vendor/@echolab/ui-frame/dist/composables/useModal.js +93 -0
- package/vendor/@echolab/ui-frame/dist/composables/useNumberInput.d.ts +52 -0
- package/vendor/@echolab/ui-frame/dist/composables/useNumberInput.js +100 -0
- package/vendor/@echolab/ui-frame/dist/composables/usePagination.d.ts +37 -0
- package/vendor/@echolab/ui-frame/dist/composables/usePagination.js +40 -0
- package/vendor/@echolab/ui-frame/dist/composables/usePopover.d.ts +38 -0
- package/vendor/@echolab/ui-frame/dist/composables/usePopover.js +54 -0
- package/vendor/@echolab/ui-frame/dist/composables/useSelect.d.ts +30 -0
- package/vendor/@echolab/ui-frame/dist/composables/useSelect.js +76 -0
- package/vendor/@echolab/ui-frame/dist/composables/useSlider.d.ts +39 -0
- package/vendor/@echolab/ui-frame/dist/composables/useSlider.js +79 -0
- package/vendor/@echolab/ui-frame/dist/composables/useSteps.d.ts +54 -0
- package/vendor/@echolab/ui-frame/dist/composables/useSteps.js +26 -0
- package/vendor/@echolab/ui-frame/dist/composables/useTable.d.ts +78 -0
- package/vendor/@echolab/ui-frame/dist/composables/useTable.js +103 -0
- package/vendor/@echolab/ui-frame/dist/composables/useTabs.d.ts +33 -0
- package/vendor/@echolab/ui-frame/dist/composables/useTabs.js +43 -0
- package/vendor/@echolab/ui-frame/dist/composables/useTheme.d.ts +40 -0
- package/vendor/@echolab/ui-frame/dist/composables/useTheme.js +81 -0
- package/vendor/@echolab/ui-frame/dist/composables/useToast.d.ts +44 -0
- package/vendor/@echolab/ui-frame/dist/composables/useToast.js +57 -0
- package/vendor/@echolab/ui-frame/dist/composables/useTooltip.d.ts +29 -0
- package/vendor/@echolab/ui-frame/dist/composables/useTooltip.js +27 -0
- package/vendor/@echolab/ui-frame/dist/composables/useTouchDevice.d.ts +7 -0
- package/vendor/@echolab/ui-frame/dist/composables/useTouchDevice.js +25 -0
- package/vendor/@echolab/ui-frame/dist/composables/useTree.d.ts +50 -0
- package/vendor/@echolab/ui-frame/dist/composables/useTree.js +219 -0
- package/vendor/@echolab/ui-frame/dist/composables/useUpload.d.ts +81 -0
- package/vendor/@echolab/ui-frame/dist/composables/useUpload.js +169 -0
- package/vendor/@echolab/ui-frame/dist/composables/useVirtualList.d.ts +59 -0
- package/vendor/@echolab/ui-frame/dist/composables/useVirtualList.js +107 -0
- package/vendor/@echolab/ui-frame/dist/doc/DocEditor.d.ts +41 -0
- package/vendor/@echolab/ui-frame/dist/doc/DocViewer.d.ts +39 -0
- package/vendor/@echolab/ui-frame/dist/doc/MarkdownEditor.d.ts +37 -0
- package/vendor/@echolab/ui-frame/dist/doc/MarkdownRenderer.d.ts +42 -0
- package/vendor/@echolab/ui-frame/dist/doc/doc-tree.d.ts +8 -0
- package/vendor/@echolab/ui-frame/dist/doc/index.d.ts +27 -0
- package/vendor/@echolab/ui-frame/dist/doc/index.js +1055 -0
- package/vendor/@echolab/ui-frame/dist/doc/parser.d.ts +15 -0
- package/vendor/@echolab/ui-frame/dist/doc/tree-utils.d.ts +22 -0
- package/vendor/@echolab/ui-frame/dist/doc/types.d.ts +42 -0
- package/vendor/@echolab/ui-frame/dist/doc/useDocLayout.d.ts +38 -0
- package/vendor/@echolab/ui-frame/dist/extensions/componentRegistry.d.ts +39 -0
- package/vendor/@echolab/ui-frame/dist/extensions/createComponent.d.ts +43 -0
- package/vendor/@echolab/ui-frame/dist/extensions/index.d.ts +4 -0
- package/vendor/@echolab/ui-frame/dist/extensions/index.js +6 -0
- package/vendor/@echolab/ui-frame/dist/extensions/types.d.ts +56 -0
- package/vendor/@echolab/ui-frame/dist/index.css +1 -0
- package/vendor/@echolab/ui-frame/dist/index.d.ts +80 -0
- package/vendor/@echolab/ui-frame/dist/locales/en-US.d.ts +3 -0
- package/vendor/@echolab/ui-frame/dist/locales/index.d.ts +3 -0
- package/vendor/@echolab/ui-frame/dist/locales/index.js +171 -0
- package/vendor/@echolab/ui-frame/dist/locales/types.d.ts +89 -0
- package/vendor/@echolab/ui-frame/dist/locales/zh-CN.d.ts +3 -0
- package/vendor/@echolab/ui-frame/dist/style.css +1 -0
- package/vendor/@echolab/ui-frame/dist/styles/base.d.ts +1 -0
- package/vendor/@echolab/ui-frame/dist/styles/tokens.d.ts +1 -0
- package/vendor/@echolab/ui-frame/dist/tokens.css +1 -0
- package/vendor/@echolab/ui-frame/dist/tokens.d.ts +1 -0
- package/vendor/@echolab/ui-frame/dist/tokens.js +1 -0
- package/vendor/@echolab/ui-frame/dist/ui-frame.css +1 -0
- package/vendor/@echolab/ui-frame/dist/ui-frame.d.ts +3 -0
- package/vendor/@echolab/ui-frame/dist/ui-frame.js +247 -0
- package/vendor/@echolab/ui-frame/dist/ui-frame.umd.cjs +3 -0
- package/vendor/@echolab/ui-frame/dist/utils/index.d.ts +14 -0
- package/vendor/@echolab/ui-frame/dist/utils/index.js +20 -0
- package/vendor/@echolab/ui-frame/package.json +131 -0
- package/vendor/fsevents-stub/index.d.ts +2 -0
- package/vendor/fsevents-stub/index.js +3 -0
- package/vendor/fsevents-stub/package.json +8 -0
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
import { computed as u } from "vue";
|
|
2
|
+
import { ConfigKey as f } from "./composables/useConfig.js";
|
|
3
|
+
import { useConfig as Nr } from "./composables/useConfig.js";
|
|
4
|
+
import { N as h } from "./chunks/NeumorphismButton-CiIrdqlV.js";
|
|
5
|
+
import { N as n } from "./chunks/NeumorphismSwitch-HSJ9_0Zq.js";
|
|
6
|
+
import { N as l } from "./chunks/NeumorphismCard-Cgy4dCPE.js";
|
|
7
|
+
import { N as x } from "./chunks/NeumorphismInput-CV0AQcff.js";
|
|
8
|
+
import { T as c } from "./chunks/ThemeProvider-CCR_TjUs.js";
|
|
9
|
+
import { N as d } from "./chunks/NeumorphismCheckbox-Bo5Q7yC_.js";
|
|
10
|
+
import { N as T } from "./chunks/NeumorphismDatePicker-TLkTC22A.js";
|
|
11
|
+
import { N as C } from "./chunks/NeumorphismSelect-D57-kOit.js";
|
|
12
|
+
import { N as g } from "./chunks/NeumorphismTextarea-hf4f9EM1.js";
|
|
13
|
+
import { N as v } from "./chunks/NeumorphismFieldLabel-CBF1nZs1.js";
|
|
14
|
+
import { N as b } from "./chunks/NeumorphismFieldError-BxamHjhs.js";
|
|
15
|
+
import { N as S } from "./chunks/NeumorphismModal-BejbU5Uw.js";
|
|
16
|
+
import { N as P } from "./chunks/NeumorphismToastProvider-CJvxNDwJ.js";
|
|
17
|
+
import { N as y } from "./chunks/NeumorphismTooltip-DEac8yVH.js";
|
|
18
|
+
import { N as L } from "./chunks/NeumorphismAlert-C8gUjcJ9.js";
|
|
19
|
+
import { N as w } from "./chunks/NeumorphismPopover-RB48cpPq.js";
|
|
20
|
+
import { N as F } from "./chunks/NeumorphismDropdown-B_cuLYvV.js";
|
|
21
|
+
import { N as M } from "./chunks/NeumorphismAutoComplete-DI9cIsCr.js";
|
|
22
|
+
import { N as D } from "./chunks/NeumorphismEmpty-DAsVUAXw.js";
|
|
23
|
+
import { N as R } from "./chunks/NeumorphismMenu-xfgTqwex.js";
|
|
24
|
+
import { N as A } from "./chunks/NeumorphismNavMenu-D_aeJ9zj.js";
|
|
25
|
+
import { N as E } from "./chunks/NeumorphismTabs-DhV7RpfS.js";
|
|
26
|
+
import { N as I } from "./chunks/NeumorphismBreadcrumb-PeUQHAqO.js";
|
|
27
|
+
import { N as O } from "./chunks/NeumorphismPagination-Dj-JuN7F.js";
|
|
28
|
+
import { N as _ } from "./chunks/NeumorphismAvatar-D7pr7n61.js";
|
|
29
|
+
import { N as k } from "./chunks/NeumorphismBadge-Br8ESUFf.js";
|
|
30
|
+
import { N as K } from "./chunks/NeumorphismTag-D-HO-n7l.js";
|
|
31
|
+
import { N as V } from "./chunks/NeumorphismProgress-jGoOJqN4.js";
|
|
32
|
+
import { N as $ } from "./chunks/NeumorphismSkeleton-CIBufbBR.js";
|
|
33
|
+
import { N as B } from "./chunks/NeumorphismTable-BEcMl0Sh.js";
|
|
34
|
+
import { N as G } from "./chunks/NeumorphismVirtualList-BI322-e4.js";
|
|
35
|
+
import { N as U } from "./chunks/NeumorphismList-BPjiY2ok.js";
|
|
36
|
+
import { N as j } from "./chunks/NeumorphismDrawer-BmpGyAlZ.js";
|
|
37
|
+
import { N as z } from "./chunks/NeumorphismDivider-CjDyku2C.js";
|
|
38
|
+
import { N as q } from "./chunks/NeumorphismCollapse-BLSShHjJ.js";
|
|
39
|
+
import { N as H } from "./chunks/NeumorphismContainer-B1g0c9Ps.js";
|
|
40
|
+
import { N as J, a as Q } from "./chunks/NeumorphismCol-DwoaSc5J.js";
|
|
41
|
+
import { N as W } from "./chunks/NeumorphismLayout-C7hoaRIo.js";
|
|
42
|
+
import { N as X } from "./chunks/NeumorphismThemeToggle-B-lky48G.js";
|
|
43
|
+
import { a as Y, N as Z } from "./chunks/NeumorphismTree-C5jKWadX.js";
|
|
44
|
+
import { N as oo } from "./chunks/NeumorphismCanvas-CBLkbovI.js";
|
|
45
|
+
import { a as ro, N as mo } from "./chunks/NeumorphismRadioGroup-BC-NFcXF.js";
|
|
46
|
+
import { N as eo } from "./chunks/NeumorphismSlider-CJGJhgAY.js";
|
|
47
|
+
import { N as so } from "./chunks/NeumorphismInputNumber-BLSDUrG2.js";
|
|
48
|
+
import { N as po } from "./chunks/NeumorphismSteps-Eq8pY0Yo.js";
|
|
49
|
+
import { a as io, N as to } from "./chunks/NeumorphismFormItem-DjtFqfsK.js";
|
|
50
|
+
import { N as ao } from "./chunks/NeumorphismUpload-CK8GutG5.js";
|
|
51
|
+
import { createTheme as fr, provideTheme as hr, useTheme as nr } from "./composables/useTheme.js";
|
|
52
|
+
import { useSelect as xr } from "./composables/useSelect.js";
|
|
53
|
+
import { useTabs as dr } from "./composables/useTabs.js";
|
|
54
|
+
import { usePagination as Cr } from "./composables/usePagination.js";
|
|
55
|
+
import { useTree as vr } from "./composables/useTree.js";
|
|
56
|
+
import { useTable as Sr } from "./composables/useTable.js";
|
|
57
|
+
import { useCollapse as yr } from "./composables/useCollapse.js";
|
|
58
|
+
import { useModal as wr } from "./composables/useModal.js";
|
|
59
|
+
import { useToast as Mr } from "./composables/useToast.js";
|
|
60
|
+
import { useAlert as Rr } from "./composables/useAlert.js";
|
|
61
|
+
import { useTooltip as Er } from "./composables/useTooltip.js";
|
|
62
|
+
import { useTouchDevice as Or } from "./composables/useTouchDevice.js";
|
|
63
|
+
import { useCheckable as kr } from "./composables/useCheckable.js";
|
|
64
|
+
import { useFormField as Vr } from "./composables/useFormField.js";
|
|
65
|
+
import { useSlider as Br } from "./composables/useSlider.js";
|
|
66
|
+
import { useNumberInput as Ur } from "./composables/useNumberInput.js";
|
|
67
|
+
import { usePopover as zr } from "./composables/usePopover.js";
|
|
68
|
+
import { useSteps as Hr } from "./composables/useSteps.js";
|
|
69
|
+
import { useDrawer as Qr } from "./composables/useDrawer.js";
|
|
70
|
+
import { useMenu as Xr } from "./composables/useMenu.js";
|
|
71
|
+
import { useVirtualList as Zr } from "./composables/useVirtualList.js";
|
|
72
|
+
import { useDatePicker as rm } from "./composables/useDatePicker.js";
|
|
73
|
+
import { useUpload as em } from "./composables/useUpload.js";
|
|
74
|
+
import { useAutoComplete as pm } from "./composables/useAutoComplete.js";
|
|
75
|
+
import { validateFieldValue as tm } from "./composables/useFormValidation.js";
|
|
76
|
+
import { LocaleKey as Nm, getLocaleMessages as um, provideLocale as fm, useLocale as hm } from "./composables/useLocale.js";
|
|
77
|
+
import { enUS as lm, zhCN as xm } from "./locales/index.js";
|
|
78
|
+
import { debounce as dm, generateId as Tm, isEmpty as Cm } from "./utils/index.js";
|
|
79
|
+
import { C as vm } from "./chunks/componentRegistry-XcPWEoEL.js";
|
|
80
|
+
import { u as Sm } from "./chunks/createComponent-jnXBYqCm.js";
|
|
81
|
+
import { FormKey as ym, RadioGroupKey as Lm, RowGutterKey as wm } from "./composables/injectionKeys.js";
|
|
82
|
+
import './ui-frame.css';const N = {
|
|
83
|
+
NeumorphismButton: h,
|
|
84
|
+
NeumorphismSwitch: n,
|
|
85
|
+
NeumorphismCard: l,
|
|
86
|
+
NeumorphismInput: x,
|
|
87
|
+
ThemeProvider: c,
|
|
88
|
+
NeumorphismCheckbox: d,
|
|
89
|
+
NeumorphismRadio: mo,
|
|
90
|
+
NeumorphismRadioGroup: ro,
|
|
91
|
+
NeumorphismSelect: C,
|
|
92
|
+
NeumorphismTextarea: g,
|
|
93
|
+
NeumorphismForm: to,
|
|
94
|
+
NeumorphismFormItem: io,
|
|
95
|
+
NeumorphismModal: S,
|
|
96
|
+
NeumorphismToastProvider: P,
|
|
97
|
+
NeumorphismTooltip: y,
|
|
98
|
+
NeumorphismTabs: E,
|
|
99
|
+
NeumorphismBreadcrumb: I,
|
|
100
|
+
NeumorphismPagination: O,
|
|
101
|
+
NeumorphismAvatar: _,
|
|
102
|
+
NeumorphismBadge: k,
|
|
103
|
+
NeumorphismTag: K,
|
|
104
|
+
NeumorphismAlert: L,
|
|
105
|
+
NeumorphismPopover: w,
|
|
106
|
+
NeumorphismDropdown: F,
|
|
107
|
+
NeumorphismEmpty: D,
|
|
108
|
+
NeumorphismProgress: V,
|
|
109
|
+
NeumorphismSkeleton: $,
|
|
110
|
+
NeumorphismTable: B,
|
|
111
|
+
NeumorphismDivider: z,
|
|
112
|
+
NeumorphismCollapse: q,
|
|
113
|
+
NeumorphismContainer: H,
|
|
114
|
+
NeumorphismRow: Q,
|
|
115
|
+
NeumorphismCol: J,
|
|
116
|
+
NeumorphismLayout: W,
|
|
117
|
+
NeumorphismThemeToggle: X,
|
|
118
|
+
NeumorphismTree: Z,
|
|
119
|
+
NeumorphismTreeNode: Y,
|
|
120
|
+
NeumorphismCanvas: oo,
|
|
121
|
+
NeumorphismFieldLabel: v,
|
|
122
|
+
NeumorphismFieldError: b,
|
|
123
|
+
NeumorphismSlider: eo,
|
|
124
|
+
NeumorphismInputNumber: so,
|
|
125
|
+
NeumorphismDrawer: j,
|
|
126
|
+
NeumorphismMenu: R,
|
|
127
|
+
NeumorphismNavMenu: A,
|
|
128
|
+
NeumorphismSteps: po,
|
|
129
|
+
NeumorphismVirtualList: G,
|
|
130
|
+
NeumorphismDatePicker: T,
|
|
131
|
+
NeumorphismList: U,
|
|
132
|
+
NeumorphismUpload: ao,
|
|
133
|
+
NeumorphismAutoComplete: M
|
|
134
|
+
};
|
|
135
|
+
function No(m, p) {
|
|
136
|
+
const o = p ?? {}, e = "config" in o || "components" in o || "prefix" in o, i = e ? o.config : p, t = e ? o.components ?? {} : {}, a = e ? o.prefix ?? "" : "";
|
|
137
|
+
i && m.provide(
|
|
138
|
+
f,
|
|
139
|
+
u(() => i)
|
|
140
|
+
);
|
|
141
|
+
for (const [r, s] of Object.entries(N))
|
|
142
|
+
m.component(`${a}${r}`, t[r] ?? s);
|
|
143
|
+
for (const [r, s] of Object.entries(t))
|
|
144
|
+
r in N || m.component(`${a}${r}`, s);
|
|
145
|
+
}
|
|
146
|
+
const ir = {
|
|
147
|
+
install: No,
|
|
148
|
+
version: "__VERSION__"
|
|
149
|
+
};
|
|
150
|
+
export {
|
|
151
|
+
vm as ComponentRegistry,
|
|
152
|
+
f as ConfigKey,
|
|
153
|
+
ym as FormKey,
|
|
154
|
+
Nm as LocaleKey,
|
|
155
|
+
L as NeumorphismAlert,
|
|
156
|
+
M as NeumorphismAutoComplete,
|
|
157
|
+
_ as NeumorphismAvatar,
|
|
158
|
+
k as NeumorphismBadge,
|
|
159
|
+
I as NeumorphismBreadcrumb,
|
|
160
|
+
h as NeumorphismButton,
|
|
161
|
+
oo as NeumorphismCanvas,
|
|
162
|
+
l as NeumorphismCard,
|
|
163
|
+
d as NeumorphismCheckbox,
|
|
164
|
+
J as NeumorphismCol,
|
|
165
|
+
q as NeumorphismCollapse,
|
|
166
|
+
H as NeumorphismContainer,
|
|
167
|
+
T as NeumorphismDatePicker,
|
|
168
|
+
z as NeumorphismDivider,
|
|
169
|
+
j as NeumorphismDrawer,
|
|
170
|
+
F as NeumorphismDropdown,
|
|
171
|
+
D as NeumorphismEmpty,
|
|
172
|
+
b as NeumorphismFieldError,
|
|
173
|
+
v as NeumorphismFieldLabel,
|
|
174
|
+
to as NeumorphismForm,
|
|
175
|
+
io as NeumorphismFormItem,
|
|
176
|
+
x as NeumorphismInput,
|
|
177
|
+
so as NeumorphismInputNumber,
|
|
178
|
+
W as NeumorphismLayout,
|
|
179
|
+
U as NeumorphismList,
|
|
180
|
+
R as NeumorphismMenu,
|
|
181
|
+
S as NeumorphismModal,
|
|
182
|
+
A as NeumorphismNavMenu,
|
|
183
|
+
O as NeumorphismPagination,
|
|
184
|
+
w as NeumorphismPopover,
|
|
185
|
+
V as NeumorphismProgress,
|
|
186
|
+
mo as NeumorphismRadio,
|
|
187
|
+
ro as NeumorphismRadioGroup,
|
|
188
|
+
Q as NeumorphismRow,
|
|
189
|
+
C as NeumorphismSelect,
|
|
190
|
+
$ as NeumorphismSkeleton,
|
|
191
|
+
eo as NeumorphismSlider,
|
|
192
|
+
po as NeumorphismSteps,
|
|
193
|
+
n as NeumorphismSwitch,
|
|
194
|
+
B as NeumorphismTable,
|
|
195
|
+
E as NeumorphismTabs,
|
|
196
|
+
K as NeumorphismTag,
|
|
197
|
+
g as NeumorphismTextarea,
|
|
198
|
+
X as NeumorphismThemeToggle,
|
|
199
|
+
P as NeumorphismToastProvider,
|
|
200
|
+
y as NeumorphismTooltip,
|
|
201
|
+
Z as NeumorphismTree,
|
|
202
|
+
Y as NeumorphismTreeNode,
|
|
203
|
+
ao as NeumorphismUpload,
|
|
204
|
+
G as NeumorphismVirtualList,
|
|
205
|
+
Lm as RadioGroupKey,
|
|
206
|
+
wm as RowGutterKey,
|
|
207
|
+
c as ThemeProvider,
|
|
208
|
+
fr as createTheme,
|
|
209
|
+
dm as debounce,
|
|
210
|
+
ir as default,
|
|
211
|
+
lm as enUS,
|
|
212
|
+
Tm as generateId,
|
|
213
|
+
um as getLocaleMessages,
|
|
214
|
+
No as install,
|
|
215
|
+
Cm as isEmpty,
|
|
216
|
+
fm as provideLocale,
|
|
217
|
+
hr as provideTheme,
|
|
218
|
+
Rr as useAlert,
|
|
219
|
+
pm as useAutoComplete,
|
|
220
|
+
kr as useCheckable,
|
|
221
|
+
yr as useCollapse,
|
|
222
|
+
Nr as useConfig,
|
|
223
|
+
rm as useDatePicker,
|
|
224
|
+
Qr as useDrawer,
|
|
225
|
+
Vr as useFormField,
|
|
226
|
+
hm as useLocale,
|
|
227
|
+
Xr as useMenu,
|
|
228
|
+
wr as useModal,
|
|
229
|
+
Sm as useNeumorphismSetup,
|
|
230
|
+
Ur as useNumberInput,
|
|
231
|
+
Cr as usePagination,
|
|
232
|
+
zr as usePopover,
|
|
233
|
+
xr as useSelect,
|
|
234
|
+
Br as useSlider,
|
|
235
|
+
Hr as useSteps,
|
|
236
|
+
Sr as useTable,
|
|
237
|
+
dr as useTabs,
|
|
238
|
+
nr as useTheme,
|
|
239
|
+
Mr as useToast,
|
|
240
|
+
Er as useTooltip,
|
|
241
|
+
Or as useTouchDevice,
|
|
242
|
+
vr as useTree,
|
|
243
|
+
em as useUpload,
|
|
244
|
+
Zr as useVirtualList,
|
|
245
|
+
tm as validateFieldValue,
|
|
246
|
+
xm as zhCN
|
|
247
|
+
};
|