@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,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@prodoc/renderer",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "ProDoc 渲染器 - Vue 3 组件库",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/index.cjs",
|
|
7
|
+
"module": "./dist/index.js",
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"import": "./dist/index.js",
|
|
13
|
+
"require": "./dist/index.cjs"
|
|
14
|
+
},
|
|
15
|
+
"./style.css": "./dist/index.css",
|
|
16
|
+
"./package.json": "./package.json"
|
|
17
|
+
},
|
|
18
|
+
"files": [
|
|
19
|
+
"dist"
|
|
20
|
+
],
|
|
21
|
+
"scripts": {
|
|
22
|
+
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly",
|
|
23
|
+
"type-check": "vue-tsc --noEmit",
|
|
24
|
+
"clean": "rm -rf dist"
|
|
25
|
+
},
|
|
26
|
+
"peerDependencies": {
|
|
27
|
+
"vue": "^3.4.0"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@echolab/ui-frame": "file:../../vendor/@echolab/ui-frame",
|
|
31
|
+
"@vitejs/plugin-vue": "^6.0.7",
|
|
32
|
+
"sass": "^1.100.0",
|
|
33
|
+
"typescript": "^5.7.0",
|
|
34
|
+
"vite": "^8.0.16",
|
|
35
|
+
"vue": "^3.4.0",
|
|
36
|
+
"vue-tsc": "^2.2.12"
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/**
|
|
3
|
+
* 仅在任意 workspace 包的 dist 缺失时执行 npm run build
|
|
4
|
+
*
|
|
5
|
+
* 用途:在 prepare 生命周期中避免对已经携带构建产物的发布包重复构建,
|
|
6
|
+
* 因为 tarball 全局安装时不会安装 devDependencies,重复构建会失败。
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
const fs = require('fs');
|
|
10
|
+
const path = require('path');
|
|
11
|
+
const { execSync } = require('child_process');
|
|
12
|
+
|
|
13
|
+
const PROJECT_ROOT = path.resolve(__dirname, '..');
|
|
14
|
+
const PACKAGES_DIR = path.join(PROJECT_ROOT, 'packages');
|
|
15
|
+
|
|
16
|
+
const PACKAGES = ['prodoc-core', 'prodoc-renderer', 'prodoc-editor', 'prodoc-cli'];
|
|
17
|
+
|
|
18
|
+
function distExists(pkgName) {
|
|
19
|
+
const distDir = path.join(PACKAGES_DIR, pkgName, 'dist');
|
|
20
|
+
if (!fs.existsSync(distDir)) return false;
|
|
21
|
+
const files = fs.readdirSync(distDir);
|
|
22
|
+
return files.length > 0;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
function main() {
|
|
26
|
+
const missing = PACKAGES.filter(pkg => !distExists(pkg));
|
|
27
|
+
|
|
28
|
+
if (missing.length === 0) {
|
|
29
|
+
console.log('✅ All package dists exist, skipping build.');
|
|
30
|
+
return;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
console.log(`📦 Missing dist for: ${missing.join(', ')}, running build...`);
|
|
34
|
+
execSync('npm run build', { cwd: PROJECT_ROOT, stdio: 'inherit' });
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
main();
|
|
@@ -0,0 +1,269 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/**
|
|
3
|
+
* 自动构建并安装 @echolab/ui-frame
|
|
4
|
+
*
|
|
5
|
+
* 该脚本在 npm prepare 阶段运行。
|
|
6
|
+
* 由于 ui-frame 仅作为 GitHub 仓库存在(未发布到 npm),
|
|
7
|
+
* 且通过 GitHub 安装时不包含构建产物(dist/),
|
|
8
|
+
* 此脚本负责:
|
|
9
|
+
* 1. 从远程获取最新版本信息
|
|
10
|
+
* 2. 有更新时拉取源码、重新构建
|
|
11
|
+
* 3. 将构建产物复制到 vendor/@echolab/ui-frame
|
|
12
|
+
* 4. 同步到 node_modules/@echolab/ui-frame 供构建/运行时使用
|
|
13
|
+
*
|
|
14
|
+
* 缓存策略:
|
|
15
|
+
* - 源码缓存在 .cache/ui-frame-src/
|
|
16
|
+
* - 每次运行都会 fetch 远程并比对 commit hash
|
|
17
|
+
* - 仅当远程有更新或本地 dist 缺失时才重新构建
|
|
18
|
+
*
|
|
19
|
+
* 构建隔离:
|
|
20
|
+
* - npm install 在 workspace 根下会触发依赖 hoisting,导致子目录
|
|
21
|
+
* node_modules 不完整。因此将源码复制到系统临时目录中执行构建。
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
const { execSync } = require('child_process');
|
|
25
|
+
const fs = require('fs');
|
|
26
|
+
const path = require('path');
|
|
27
|
+
const os = require('os');
|
|
28
|
+
|
|
29
|
+
const REPO_URL = 'https://github.com/EchoLab-Auto/ui-frame.git';
|
|
30
|
+
const PROJECT_ROOT = path.resolve(__dirname, '..');
|
|
31
|
+
const CACHE_DIR = path.join(PROJECT_ROOT, '.cache', 'ui-frame-src');
|
|
32
|
+
const VENDOR_DIR = path.join(PROJECT_ROOT, 'vendor', '@echolab', 'ui-frame');
|
|
33
|
+
const VENDOR_DIST = path.join(VENDOR_DIR, 'dist');
|
|
34
|
+
const NODE_MODULES_DIR = path.join(PROJECT_ROOT, 'node_modules', '@echolab', 'ui-frame');
|
|
35
|
+
|
|
36
|
+
/** 安全执行命令 */
|
|
37
|
+
function run(cmd, cwd, options = {}) {
|
|
38
|
+
try {
|
|
39
|
+
const output = execSync(cmd, {
|
|
40
|
+
cwd,
|
|
41
|
+
encoding: 'utf-8',
|
|
42
|
+
stdio: options.silent ? 'pipe' : 'inherit',
|
|
43
|
+
...options,
|
|
44
|
+
});
|
|
45
|
+
return output ? output.trim() : '';
|
|
46
|
+
} catch (err) {
|
|
47
|
+
if (!options.ignoreError) {
|
|
48
|
+
console.error(`❌ Command failed: ${cmd}`);
|
|
49
|
+
console.error(err.message);
|
|
50
|
+
process.exit(1);
|
|
51
|
+
}
|
|
52
|
+
return '';
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/** 静默执行命令,返回输出 */
|
|
57
|
+
function runSilent(cmd, cwd, options = {}) {
|
|
58
|
+
return run(cmd, cwd, { silent: true, ignoreError: true, ...options });
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/** 获取目录最后修改时间 */
|
|
62
|
+
function mtime(filePath) {
|
|
63
|
+
try {
|
|
64
|
+
return fs.statSync(filePath).mtimeMs;
|
|
65
|
+
} catch {
|
|
66
|
+
return 0;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
/** 递归复制目录 */
|
|
71
|
+
function copyDir(src, dest) {
|
|
72
|
+
fs.mkdirSync(dest, { recursive: true });
|
|
73
|
+
for (const entry of fs.readdirSync(src, { withFileTypes: true })) {
|
|
74
|
+
const srcPath = path.join(src, entry.name);
|
|
75
|
+
const destPath = path.join(dest, entry.name);
|
|
76
|
+
if (entry.isDirectory()) {
|
|
77
|
+
copyDir(srcPath, destPath);
|
|
78
|
+
} else {
|
|
79
|
+
fs.copyFileSync(srcPath, destPath);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
/** 递归复制目录,排除指定名称的子目录 */
|
|
85
|
+
function copyDirExcluding(src, dest, exclude) {
|
|
86
|
+
fs.mkdirSync(dest, { recursive: true });
|
|
87
|
+
for (const entry of fs.readdirSync(src, { withFileTypes: true })) {
|
|
88
|
+
if (exclude.includes(entry.name)) continue;
|
|
89
|
+
const srcPath = path.join(src, entry.name);
|
|
90
|
+
const destPath = path.join(dest, entry.name);
|
|
91
|
+
if (entry.isDirectory()) {
|
|
92
|
+
copyDirExcluding(srcPath, destPath, exclude);
|
|
93
|
+
} else {
|
|
94
|
+
fs.copyFileSync(srcPath, destPath);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/** 检查缓存中的 dist 是否完整 */
|
|
100
|
+
function hasValidDist(dir) {
|
|
101
|
+
if (!fs.existsSync(dir)) return false;
|
|
102
|
+
try {
|
|
103
|
+
const files = fs.readdirSync(dir);
|
|
104
|
+
return files.length >= 4;
|
|
105
|
+
} catch {
|
|
106
|
+
return false;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
/** 获取本地 HEAD commit hash */
|
|
111
|
+
function getLocalHash() {
|
|
112
|
+
return runSilent('git rev-parse HEAD', CACHE_DIR);
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
/** 获取远程 origin/main commit hash */
|
|
116
|
+
function getRemoteHash() {
|
|
117
|
+
return runSilent('git rev-parse origin/main', CACHE_DIR);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
function main() {
|
|
121
|
+
// 0. 若 vendor dist 已存在且有效(例如从发布包安装时已携带构建产物),直接跳过
|
|
122
|
+
// 避免在全局安装/离线场景下无意义地触发 git clone 和网络请求
|
|
123
|
+
if (hasValidDist(VENDOR_DIST)) {
|
|
124
|
+
console.log('✅ @echolab/ui-frame vendor dist already exists, nothing to do.');
|
|
125
|
+
console.log(' To force rebuild: rm -rf vendor/@echolab/ui-frame/dist && npm run build:ui-frame');
|
|
126
|
+
return;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
// 1. 确保缓存目录存在
|
|
130
|
+
fs.mkdirSync(path.dirname(CACHE_DIR), { recursive: true });
|
|
131
|
+
|
|
132
|
+
// 2. 克隆或准备现有仓库
|
|
133
|
+
if (!fs.existsSync(path.join(CACHE_DIR, '.git'))) {
|
|
134
|
+
console.log(`🔄 First time: cloning ${REPO_URL}...`);
|
|
135
|
+
run(`git clone --depth 1 ${REPO_URL} "${CACHE_DIR}"`);
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
// 3. 获取远程最新版本信息
|
|
139
|
+
console.log('🔍 Checking for updates from remote...');
|
|
140
|
+
const fetchResult = runSilent('git fetch origin main', CACHE_DIR);
|
|
141
|
+
const fetchSuccess = fetchResult !== '' || fs.existsSync(path.join(CACHE_DIR, '.git', 'FETCH_HEAD'));
|
|
142
|
+
|
|
143
|
+
const localHash = getLocalHash();
|
|
144
|
+
const remoteHash = fetchSuccess ? getRemoteHash() : '';
|
|
145
|
+
const hasUpdate = fetchSuccess && remoteHash !== '' && localHash !== remoteHash;
|
|
146
|
+
|
|
147
|
+
if (!fetchSuccess) {
|
|
148
|
+
console.log('⚠️ Network unavailable, skipping remote check.');
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
if (hasUpdate) {
|
|
152
|
+
console.log(`⬆️ Update available: ${localHash.slice(0, 7)} → ${remoteHash.slice(0, 7)}`);
|
|
153
|
+
console.log('🔄 Resetting local changes and pulling latest source...');
|
|
154
|
+
run('git reset --hard HEAD', CACHE_DIR);
|
|
155
|
+
run('git clean -fd', CACHE_DIR);
|
|
156
|
+
run('git pull origin main', CACHE_DIR);
|
|
157
|
+
} else {
|
|
158
|
+
console.log(`✅ Already up to date (${localHash.slice(0, 7)})`);
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
const cacheDist = path.join(CACHE_DIR, 'dist');
|
|
162
|
+
|
|
163
|
+
// 4. 判断是否需要重新构建
|
|
164
|
+
const needBuild = hasUpdate || !hasValidDist(cacheDist);
|
|
165
|
+
|
|
166
|
+
if (!needBuild) {
|
|
167
|
+
console.log('✅ @echolab/ui-frame source is up to date.');
|
|
168
|
+
} else if (hasUpdate) {
|
|
169
|
+
console.log('📦 Remote updated, will rebuild.');
|
|
170
|
+
} else if (!hasValidDist(cacheDist)) {
|
|
171
|
+
console.log('📦 Cache dist missing, will build.');
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
// 5. 在隔离的临时目录中构建(仅在需要时)
|
|
175
|
+
if (needBuild) {
|
|
176
|
+
// 关键:npm install 必须脱离 workspace 根,否则依赖会被 hoist
|
|
177
|
+
// 到根 node_modules 而非本地(导致 vite/vue-tsc 等 bin 找不到)。
|
|
178
|
+
console.log('🔨 Building ui-frame in isolated directory...');
|
|
179
|
+
|
|
180
|
+
const buildDir = fs.mkdtempSync(path.join(os.tmpdir(), 'ui-frame-build-'));
|
|
181
|
+
try {
|
|
182
|
+
// 复制源码到隔离构建目录
|
|
183
|
+
// 排除 package-lock.json:它会误导 npm 认为依赖已安装
|
|
184
|
+
copyDirExcluding(CACHE_DIR, buildDir, ['.git', 'node_modules', 'dist', '.cache', 'package-lock.json']);
|
|
185
|
+
|
|
186
|
+
// 生成包含所有 deps+devDeps 的临时 package.json
|
|
187
|
+
const pkgJsonPath = path.join(buildDir, 'package.json');
|
|
188
|
+
const pkg = JSON.parse(fs.readFileSync(pkgJsonPath, 'utf-8'));
|
|
189
|
+
const tempPkg = {
|
|
190
|
+
name: 'ui-frame-build',
|
|
191
|
+
private: true,
|
|
192
|
+
type: pkg.type || 'module',
|
|
193
|
+
dependencies: {
|
|
194
|
+
...(pkg.dependencies || {}),
|
|
195
|
+
...(pkg.devDependencies || {}),
|
|
196
|
+
},
|
|
197
|
+
overrides: {
|
|
198
|
+
fsevents: false,
|
|
199
|
+
},
|
|
200
|
+
};
|
|
201
|
+
fs.writeFileSync(pkgJsonPath, JSON.stringify(tempPkg, null, 2));
|
|
202
|
+
|
|
203
|
+
// 安装依赖(移除 --ignore-scripts,因为可能影响 npm 解析行为)
|
|
204
|
+
// 必须强制本地模式:全局安装 echo-prodoc 时,子 npm 会继承
|
|
205
|
+
// npm_config_global=true,导致依赖装到全局 prefix 而非 buildDir。
|
|
206
|
+
console.log('📥 Installing ui-frame dependencies...');
|
|
207
|
+
run('npm install --no-audit --no-fund --no-optional --global=false', buildDir, {
|
|
208
|
+
env: {
|
|
209
|
+
...process.env,
|
|
210
|
+
npm_config_global: 'false',
|
|
211
|
+
npm_config_workspaces: 'false',
|
|
212
|
+
},
|
|
213
|
+
});
|
|
214
|
+
|
|
215
|
+
// 直接使用本地 vite,避免 npx 缓存问题
|
|
216
|
+
const viteBin = path.join(buildDir, 'node_modules', '.bin', 'vite');
|
|
217
|
+
if (!fs.existsSync(viteBin)) {
|
|
218
|
+
console.error('❌ vite not found after install. node_modules contents:');
|
|
219
|
+
if (fs.existsSync(path.join(buildDir, 'node_modules'))) {
|
|
220
|
+
console.error(fs.readdirSync(path.join(buildDir, 'node_modules')).slice(0, 20).join(', '));
|
|
221
|
+
}
|
|
222
|
+
process.exit(1);
|
|
223
|
+
}
|
|
224
|
+
run(`${viteBin} build && ${viteBin} build --config vite.umd.config.ts`, buildDir);
|
|
225
|
+
|
|
226
|
+
// 复制 dist 回缓存目录
|
|
227
|
+
const newDist = path.join(buildDir, 'dist');
|
|
228
|
+
if (hasValidDist(newDist)) {
|
|
229
|
+
fs.rmSync(cacheDist, { recursive: true, force: true });
|
|
230
|
+
copyDir(newDist, cacheDist);
|
|
231
|
+
console.log('✅ Build succeeded, dist cached.');
|
|
232
|
+
} else {
|
|
233
|
+
console.error('❌ Build produced no valid dist.');
|
|
234
|
+
process.exit(1);
|
|
235
|
+
}
|
|
236
|
+
} finally {
|
|
237
|
+
// 清理临时构建目录
|
|
238
|
+
fs.rmSync(buildDir, { recursive: true, force: true });
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
// 6. 复制到 vendor
|
|
243
|
+
console.log('📋 Copying dist to vendor/@echolab/ui-frame...');
|
|
244
|
+
fs.rmSync(VENDOR_DIST, { recursive: true, force: true });
|
|
245
|
+
copyDir(cacheDist, VENDOR_DIST);
|
|
246
|
+
|
|
247
|
+
// 7. 注入 ./doc 子路径导出
|
|
248
|
+
const vendorPkgPath = path.join(VENDOR_DIR, 'package.json');
|
|
249
|
+
if (fs.existsSync(vendorPkgPath)) {
|
|
250
|
+
const pkg = JSON.parse(fs.readFileSync(vendorPkgPath, 'utf-8'));
|
|
251
|
+
if (!pkg.exports['./doc']) {
|
|
252
|
+
pkg.exports['./doc'] = {
|
|
253
|
+
import: './dist/doc/index.js',
|
|
254
|
+
types: './dist/doc/index.d.ts',
|
|
255
|
+
};
|
|
256
|
+
fs.writeFileSync(vendorPkgPath, JSON.stringify(pkg, null, 2) + '\n');
|
|
257
|
+
console.log('📋 Injected ./doc export into ui-frame package.json');
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
// 8. 同步到 node_modules,确保当前构建/运行能解析到最新产物
|
|
262
|
+
console.log('📋 Syncing to node_modules/@echolab/ui-frame...');
|
|
263
|
+
fs.rmSync(NODE_MODULES_DIR, { recursive: true, force: true });
|
|
264
|
+
copyDir(VENDOR_DIR, NODE_MODULES_DIR);
|
|
265
|
+
|
|
266
|
+
console.log('\n✅ @echolab/ui-frame installed successfully!');
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
main();
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/**
|
|
3
|
+
* 将 echo-prodoc 命令软链接到系统 bin 目录
|
|
4
|
+
*
|
|
5
|
+
* 用法:
|
|
6
|
+
* node scripts/link-system-bin.js
|
|
7
|
+
* sudo node scripts/link-system-bin.js
|
|
8
|
+
*
|
|
9
|
+
* 默认链接到 /usr/local/bin,可通过 SYSTEM_BIN_DIR 环境变量覆盖。
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
const fs = require('fs');
|
|
13
|
+
const path = require('path');
|
|
14
|
+
|
|
15
|
+
const SYSTEM_BIN_DIR = process.env.SYSTEM_BIN_DIR || '/usr/local/bin';
|
|
16
|
+
|
|
17
|
+
function findTargetBin() {
|
|
18
|
+
// 1. 优先使用 npm 当前前缀的 bin
|
|
19
|
+
const npmPrefix = process.env.NPM_CONFIG_PREFIX || (() => {
|
|
20
|
+
try {
|
|
21
|
+
return require('child_process').execSync('npm config get prefix', { encoding: 'utf-8' }).trim();
|
|
22
|
+
} catch {
|
|
23
|
+
return '';
|
|
24
|
+
}
|
|
25
|
+
})();
|
|
26
|
+
|
|
27
|
+
if (npmPrefix) {
|
|
28
|
+
const candidate = path.join(npmPrefix, 'bin', 'echo-prodoc');
|
|
29
|
+
if (fs.existsSync(candidate)) return candidate;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
// 2. 回退:从本脚本位置推导全局 node_modules
|
|
33
|
+
const thisScriptDir = path.resolve(__dirname);
|
|
34
|
+
let dir = thisScriptDir;
|
|
35
|
+
while (dir !== path.dirname(dir)) {
|
|
36
|
+
const candidate = path.join(dir, 'bin', 'echo-prodoc');
|
|
37
|
+
if (fs.existsSync(candidate)) return candidate;
|
|
38
|
+
dir = path.dirname(dir);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
// 3. 最后尝试从 which/where 找
|
|
42
|
+
try {
|
|
43
|
+
return require('child_process').execSync('which echo-prodoc || where echo-prodoc', { encoding: 'utf-8' }).trim().split('\n')[0];
|
|
44
|
+
} catch {
|
|
45
|
+
return '';
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
function main() {
|
|
50
|
+
const target = findTargetBin();
|
|
51
|
+
if (!target || !fs.existsSync(target)) {
|
|
52
|
+
console.error('❌ 找不到 echo-prodoc 可执行文件。');
|
|
53
|
+
console.error(' 请先执行 npm install -g echo-prodoc(或先打包安装)。');
|
|
54
|
+
process.exit(1);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
const linkPath = path.join(SYSTEM_BIN_DIR, 'echo-prodoc');
|
|
58
|
+
|
|
59
|
+
if (!fs.existsSync(SYSTEM_BIN_DIR)) {
|
|
60
|
+
console.error(`❌ 目标目录不存在: ${SYSTEM_BIN_DIR}`);
|
|
61
|
+
process.exit(1);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
try {
|
|
65
|
+
if (fs.existsSync(linkPath) || fs.lstatSync(linkPath, { throwIfNoEntry: false })) {
|
|
66
|
+
fs.unlinkSync(linkPath);
|
|
67
|
+
}
|
|
68
|
+
fs.symlinkSync(target, linkPath);
|
|
69
|
+
console.log(`✅ 已创建软链接: ${linkPath} -> ${target}`);
|
|
70
|
+
console.log(` 现在可以直接运行: echo-prodoc view ./docs`);
|
|
71
|
+
} catch (err) {
|
|
72
|
+
if (err.code === 'EACCES' || err.code === 'EPERM') {
|
|
73
|
+
console.error(`❌ 没有权限写入 ${SYSTEM_BIN_DIR},请用 sudo 重试:`);
|
|
74
|
+
console.error(` sudo node ${process.argv[1]}`);
|
|
75
|
+
} else {
|
|
76
|
+
console.error(`❌ 创建软链接失败: ${err.message}`);
|
|
77
|
+
}
|
|
78
|
+
process.exit(1);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
main();
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
#
|
|
3
|
+
# 发布 @echolab-auto/echo-prodoc 到 npm registry
|
|
4
|
+
#
|
|
5
|
+
# 用法:
|
|
6
|
+
# bash scripts/publish.sh
|
|
7
|
+
#
|
|
8
|
+
# 脚本会提示输入 npm token(用于绕过 2FA),token 仅存在临时文件中,
|
|
9
|
+
# 发布完成后自动删除,不会写入 ~/.npmrc。
|
|
10
|
+
|
|
11
|
+
set -euo pipefail
|
|
12
|
+
|
|
13
|
+
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
14
|
+
PROJECT_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
|
|
15
|
+
|
|
16
|
+
echo "============================================"
|
|
17
|
+
echo " 发布 @echolab-auto/echo-prodoc 到 npm"
|
|
18
|
+
echo "============================================"
|
|
19
|
+
echo ""
|
|
20
|
+
|
|
21
|
+
# 1. 提示输入 token(隐藏回显)
|
|
22
|
+
echo "📎 请输入 npm Granular Access Token(需开启 2FA bypass + @echolab-auto 读写权限):"
|
|
23
|
+
read -rsp "Token: " NPM_TOKEN
|
|
24
|
+
echo ""
|
|
25
|
+
echo ""
|
|
26
|
+
|
|
27
|
+
if [[ -z "$NPM_TOKEN" ]]; then
|
|
28
|
+
echo "❌ Token 不能为空,已取消发布。"
|
|
29
|
+
exit 1
|
|
30
|
+
fi
|
|
31
|
+
|
|
32
|
+
# 2. 校验 token 格式
|
|
33
|
+
if [[ ! "$NPM_TOKEN" =~ ^npm_ ]]; then
|
|
34
|
+
echo "⚠️ Token 格式可能不正确(通常以 npm_ 开头),是否继续?(y/N)"
|
|
35
|
+
read -r confirm
|
|
36
|
+
if [[ "$confirm" != "y" && "$confirm" != "Y" ]]; then
|
|
37
|
+
echo "已取消发布。"
|
|
38
|
+
exit 0
|
|
39
|
+
fi
|
|
40
|
+
fi
|
|
41
|
+
|
|
42
|
+
# 3. 创建临时 npm 配置
|
|
43
|
+
NPM_CONFIG_FILE="$(mktemp)"
|
|
44
|
+
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > "$NPM_CONFIG_FILE"
|
|
45
|
+
|
|
46
|
+
# 4. 发布
|
|
47
|
+
echo ""
|
|
48
|
+
echo "🚀 开始发布..."
|
|
49
|
+
|
|
50
|
+
if NPM_CONFIG_USERCONFIG="$NPM_CONFIG_FILE" npm publish --access public --registry https://registry.npmjs.org/; then
|
|
51
|
+
echo ""
|
|
52
|
+
echo "✅ 发布成功!"
|
|
53
|
+
echo ""
|
|
54
|
+
echo " 用户现在可以安装:"
|
|
55
|
+
echo " npm install -g @echolab-auto/echo-prodoc"
|
|
56
|
+
else
|
|
57
|
+
echo ""
|
|
58
|
+
echo "❌ 发布失败,请检查 token 权限(需开启 2FA bypass + @echolab-auto 读写权限)。"
|
|
59
|
+
fi
|
|
60
|
+
|
|
61
|
+
# 5. 清理临时文件
|
|
62
|
+
rm -f "$NPM_CONFIG_FILE"
|
|
63
|
+
echo ""
|
|
64
|
+
echo "🧹 临时 token 配置已清理。"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.nm-alert[data-v-44329a9b]{display:flex;align-items:flex-start;gap:var(--nm-spacing-sm);padding:var(--nm-alert-padding-y) var(--nm-alert-padding-x);background-color:var(--nm-surface-color);border-radius:var(--nm-border-radius-md);box-shadow:2px 2px 6px var(--nm-shadow-dark),-2px -2px 6px var(--nm-shadow-light);transition:background-color var(--nm-transition-slow),box-shadow var(--nm-transition-slow),color var(--nm-transition-slow),border-color var(--nm-transition-slow);position:relative;overflow:hidden;line-height:1.5}.nm-alert--info[data-v-44329a9b]{color:var(--nm-color-info)}.nm-alert--info .nm-alert__title[data-v-44329a9b],.nm-alert--info .nm-alert__message[data-v-44329a9b]{color:var(--nm-text-primary)}.nm-alert--info.nm-alert--bordered[data-v-44329a9b]{border-left:3px solid var(--nm-color-info)}.nm-alert--success[data-v-44329a9b]{color:var(--nm-color-success)}.nm-alert--success .nm-alert__title[data-v-44329a9b],.nm-alert--success .nm-alert__message[data-v-44329a9b]{color:var(--nm-text-primary)}.nm-alert--success.nm-alert--bordered[data-v-44329a9b]{border-left:3px solid var(--nm-color-success)}.nm-alert--warning[data-v-44329a9b]{color:var(--nm-color-warning)}.nm-alert--warning .nm-alert__title[data-v-44329a9b],.nm-alert--warning .nm-alert__message[data-v-44329a9b]{color:var(--nm-text-primary)}.nm-alert--warning.nm-alert--bordered[data-v-44329a9b]{border-left:3px solid var(--nm-color-warning)}.nm-alert--error[data-v-44329a9b]{color:var(--nm-color-error)}.nm-alert--error .nm-alert__title[data-v-44329a9b],.nm-alert--error .nm-alert__message[data-v-44329a9b]{color:var(--nm-text-primary)}.nm-alert--error.nm-alert--bordered[data-v-44329a9b]{border-left:3px solid var(--nm-color-error)}.nm-alert--hidden[data-v-44329a9b]{display:none}.nm-alert__icon[data-v-44329a9b]{display:flex;align-items:center;flex-shrink:0;padding-top:1px}.nm-alert__icon svg[data-v-44329a9b]{display:block;color:inherit}.nm-alert__content[data-v-44329a9b]{flex:1;min-width:0}.nm-alert__title[data-v-44329a9b]{font-size:var(--nm-alert-title-font);font-weight:600;margin-bottom:var(--nm-alert-title-margin-bottom)}.nm-alert__message[data-v-44329a9b]{font-size:var(--nm-alert-font)}.nm-alert__close[data-v-44329a9b]{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:2px;border:none;background:none;color:var(--nm-text-placeholder);cursor:pointer;border-radius:var(--nm-border-radius-xs);transition:color .2s ease,transform .25s cubic-bezier(.34,1.56,.64,1),background-color .2s ease}.nm-alert__close[data-v-44329a9b]:hover{color:var(--nm-text-primary);background-color:var(--nm-surface-raised);transform:rotate(90deg)}.nm-alert__close[data-v-44329a9b]:active{transform:rotate(90deg) scale(.85)}.nm-alert--small[data-v-44329a9b]{--nm-alert-padding-y: var(--nm-alert-padding-y-sm);--nm-alert-padding-x: var(--nm-alert-padding-x-sm);--nm-alert-font: var(--nm-alert-font-sm);--nm-alert-title-font: var(--nm-alert-title-font-sm)}.nm-alert--medium[data-v-44329a9b]{--nm-alert-padding-y: var(--nm-alert-padding-y-md);--nm-alert-padding-x: var(--nm-alert-padding-x-md);--nm-alert-font: var(--nm-alert-font-md);--nm-alert-title-font: var(--nm-alert-title-font-md)}.nm-alert--large[data-v-44329a9b]{--nm-alert-padding-y: var(--nm-alert-padding-y-lg);--nm-alert-padding-x: var(--nm-alert-padding-x-lg);--nm-alert-font: var(--nm-alert-font-lg);--nm-alert-title-font: var(--nm-alert-title-font-lg)}.nm-alert-fade-enter-active[data-v-44329a9b]{transition:all .35s cubic-bezier(.34,1.56,.64,1)}.nm-alert-fade-leave-active[data-v-44329a9b]{transition:all .25s cubic-bezier(.4,0,1,1)}.nm-alert-fade-enter-from[data-v-44329a9b]{opacity:0;transform:translateY(-8px) scale(.96)}.nm-alert-fade-leave-to[data-v-44329a9b]{opacity:0;transform:translateY(-4px) scale(.97)}@media (prefers-reduced-motion: reduce){.nm-alert[data-v-44329a9b],.nm-alert__close[data-v-44329a9b],.nm-alert-fade-enter-active[data-v-44329a9b],.nm-alert-fade-leave-active[data-v-44329a9b]{transition:none}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.nm-autocomplete[data-v-0a06b477]{position:relative;display:inline-flex;flex-direction:column;width:100%}.nm-autocomplete--disabled[data-v-0a06b477]{opacity:.6;pointer-events:none}.nm-autocomplete__suffix[data-v-0a06b477]{display:flex;align-items:center;gap:var(--nm-spacing-xs);flex-shrink:0}.nm-autocomplete__clear[data-v-0a06b477]{display:flex;align-items:center;justify-content:center;padding:2px;border:none;background:none;cursor:pointer;color:var(--nm-text-secondary);border-radius:var(--nm-border-radius-full);transition:color var(--nm-transition-fast)}.nm-autocomplete__clear[data-v-0a06b477]:hover{color:var(--nm-text-primary)}.nm-autocomplete__clear[data-v-0a06b477]:focus-visible{outline:2px solid var(--nm-primary-color);outline-offset:1px}.nm-autocomplete__spinner[data-v-0a06b477]{display:flex;align-items:center;justify-content:center;color:var(--nm-primary-color);animation:nm-autocomplete-spin-0a06b477 .8s linear infinite}@keyframes nm-autocomplete-spin-0a06b477{to{transform:rotate(360deg)}}.nm-autocomplete__arrow[data-v-0a06b477]{color:var(--nm-text-secondary);transition:transform var(--nm-transition-fast);flex-shrink:0}.nm-autocomplete__arrow--open[data-v-0a06b477]{transform:rotate(180deg)}.nm-autocomplete__dropdown[data-v-0a06b477]{z-index:1000;max-height:240px;overflow-y:auto;background-color:var(--nm-surface-color);border-radius:var(--nm-border-radius-md);box-shadow:4px 4px 12px var(--nm-shadow-dark),-4px -4px 12px var(--nm-shadow-light);transition:background-color var(--nm-transition-slow),box-shadow var(--nm-transition-slow),color var(--nm-transition-slow),border-color var(--nm-transition-slow);padding:var(--nm-spacing-xs)}.nm-autocomplete__dropdown--empty[data-v-0a06b477]{min-height:48px;display:flex;align-items:center}.nm-autocomplete__option[data-v-0a06b477]{display:flex;align-items:center;padding:var(--nm-select-option-padding-y, 6px) var(--nm-select-option-padding-x, 12px);font-size:var(--nm-select-option-font, var(--nm-font-base));color:var(--nm-text-primary);border-radius:var(--nm-border-radius-sm);cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.nm-autocomplete__option[data-v-0a06b477]:last-child{margin-bottom:0}.nm-autocomplete__option--active[data-v-0a06b477]{background-color:var(--nm-surface-raised);transform:translate(3px);box-shadow:inset 1px 1px 2px var(--nm-shadow-dark),inset -1px -1px 2px var(--nm-shadow-light)}.nm-autocomplete__option[data-v-0a06b477]:hover:not(.nm-autocomplete__option--disabled){background-color:var(--nm-surface-raised);transform:translate(3px);box-shadow:inset 1px 1px 2px var(--nm-shadow-dark),inset -1px -1px 2px var(--nm-shadow-light)}.nm-autocomplete__option--disabled[data-v-0a06b477]{opacity:.4;cursor:not-allowed}.nm-autocomplete__option-label[data-v-0a06b477] .nm-autocomplete__mark{font-weight:600;color:var(--nm-primary-color);background:transparent}.nm-autocomplete__empty[data-v-0a06b477]{padding:var(--nm-select-option-padding-y, 6px) var(--nm-select-option-padding-x, 12px);font-size:var(--nm-font-base);color:var(--nm-text-placeholder);text-align:center;width:100%}.nm-autocomplete__loading[data-v-0a06b477]{display:flex;align-items:center;justify-content:center;gap:var(--nm-spacing-sm);padding:var(--nm-select-option-padding-y, 10px) var(--nm-select-option-padding-x, 12px);font-size:var(--nm-font-base);color:var(--nm-text-secondary);width:100%}.nm-autocomplete__loading-icon[data-v-0a06b477]{animation:nm-autocomplete-spin-0a06b477 .8s linear infinite;color:var(--nm-primary-color);flex-shrink:0}.nm-autocomplete-dropdown-enter-active[data-v-0a06b477]{transition:opacity .25s cubic-bezier(0,0,.2,1),transform .25s cubic-bezier(.34,1.56,.64,1)}.nm-autocomplete-dropdown-leave-active[data-v-0a06b477]{transition:opacity .15s cubic-bezier(.4,0,1,1),transform .15s cubic-bezier(.4,0,1,1)}.nm-autocomplete-dropdown-enter-from[data-v-0a06b477]{opacity:0;transform:translateY(-8px) scale(.98)}.nm-autocomplete-dropdown-leave-to[data-v-0a06b477]{opacity:0;transform:translateY(-4px) scale(.98)}@media (prefers-reduced-motion: reduce){.nm-autocomplete__option[data-v-0a06b477]{transition:none}.nm-autocomplete__spinner[data-v-0a06b477],.nm-autocomplete__loading-icon[data-v-0a06b477]{animation:none}.nm-autocomplete-dropdown-enter-active[data-v-0a06b477],.nm-autocomplete-dropdown-leave-active[data-v-0a06b477]{transition:none}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.nm-avatar[data-v-bad10d1a]{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;background-color:var(--nm-surface-color);box-shadow:2px 2px 5px var(--nm-shadow-dark),-2px -2px 5px var(--nm-shadow-light);transition:box-shadow .35s cubic-bezier(.34,1.56,.64,1),transform .35s cubic-bezier(.34,1.56,.64,1)}.nm-avatar--circle[data-v-bad10d1a]{border-radius:var(--nm-border-radius-full)}.nm-avatar--rounded[data-v-bad10d1a]{border-radius:var(--nm-border-radius-md)}@media (hover: hover){.nm-avatar[data-v-bad10d1a]:hover{transform:scale(1.06);box-shadow:4px 4px 10px var(--nm-shadow-dark),-4px -4px 10px var(--nm-shadow-light)}}.nm-avatar[data-v-bad10d1a]:active{transform:scale(.96);transition:transform .1s cubic-bezier(.4,0,.2,1)}.nm-avatar__img[data-v-bad10d1a]{width:100%;height:100%;object-fit:cover;opacity:0;animation:nm-avatar-fade-in-bad10d1a .4s cubic-bezier(.4,0,.2,1) forwards}.nm-avatar__fallback[data-v-bad10d1a]{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-weight:600;color:var(--nm-primary-color);background-color:var(--nm-surface-raised)}.nm-avatar--small[data-v-bad10d1a]{width:var(--nm-avatar-size-sm);height:var(--nm-avatar-size-sm);font-size:var(--nm-avatar-font-sm)}.nm-avatar--medium[data-v-bad10d1a]{width:var(--nm-avatar-size-md);height:var(--nm-avatar-size-md);font-size:var(--nm-avatar-font-md)}.nm-avatar--large[data-v-bad10d1a]{width:var(--nm-avatar-size-lg);height:var(--nm-avatar-size-lg);font-size:var(--nm-avatar-font-lg)}@keyframes nm-avatar-fade-in-bad10d1a{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion: reduce){.nm-avatar[data-v-bad10d1a]{transition:none}.nm-avatar__img[data-v-bad10d1a]{animation:none;opacity:1}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.nm-badge[data-v-11fb0f9f]{position:relative;display:inline-flex}.nm-badge__content[data-v-11fb0f9f]{position:absolute;top:-4px;right:-4px;display:flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:var(--nm-border-radius-full);background-color:var(--nm-color-error);color:var(--nm-text-on-primary);font-size:var(--nm-font-xs);font-weight:600;line-height:1;box-shadow:1px 1px 3px var(--nm-shadow-dark-strong),-1px -1px 3px var(--nm-shadow-light-ambient-xl);z-index:1;pointer-events:none;animation:nm-badge-pop-11fb0f9f .4s cubic-bezier(.175,.885,.32,1.275)}.nm-badge__content--dot[data-v-11fb0f9f]{min-width:var(--nm-spacing-sm);height:var(--nm-spacing-sm);padding:0;border-radius:var(--nm-border-radius-full);animation:nm-badge-pulse-11fb0f9f 2s ease-in-out infinite}@keyframes nm-badge-pop-11fb0f9f{0%{transform:scale(0);opacity:0}70%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@keyframes nm-badge-pulse-11fb0f9f{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.8}}@media (prefers-reduced-motion: reduce){.nm-badge__content[data-v-11fb0f9f]{animation:none}}.nm-badge__text[data-v-11fb0f9f]{line-height:1}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.nm-breadcrumb[data-v-f1965bdc]{transition:background-color var(--nm-transition-slow),box-shadow var(--nm-transition-slow),color var(--nm-transition-slow),border-color var(--nm-transition-slow)}.nm-breadcrumb__list[data-v-f1965bdc]{display:flex;align-items:center;flex-wrap:wrap;list-style:none;margin:0;padding:0;gap:var(--nm-spacing-xs)}.nm-breadcrumb__item[data-v-f1965bdc]{display:flex;align-items:center;gap:var(--nm-spacing-xs)}.nm-breadcrumb__item--active .nm-breadcrumb__text[data-v-f1965bdc]{font-weight:600;color:var(--nm-text-primary)}.nm-breadcrumb__item--disabled .nm-breadcrumb__text[data-v-f1965bdc]{opacity:.5;cursor:not-allowed}.nm-breadcrumb__text[data-v-f1965bdc]{padding:var(--nm-spacing-xs) var(--nm-spacing-sm);border-radius:var(--nm-border-radius-sm);cursor:default;transition:color .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.34,1.56,.64,1)}.nm-breadcrumb__text--link[data-v-f1965bdc]{cursor:pointer;color:var(--nm-text-secondary);box-shadow:1px 1px 2px var(--nm-shadow-dark),-1px -1px 2px var(--nm-shadow-light)}.nm-breadcrumb__text--link[data-v-f1965bdc]:hover{color:var(--nm-primary-color);background-color:var(--nm-surface-raised);transform:translateY(-1px);box-shadow:3px 3px 6px var(--nm-shadow-dark),-2px -2px 4px var(--nm-shadow-light)}.nm-breadcrumb__text--link[data-v-f1965bdc]:active{transform:translateY(0);box-shadow:inset 1px 1px 2px var(--nm-shadow-dark),inset -1px -1px 2px var(--nm-shadow-light);transition:transform .1s cubic-bezier(.4,0,.2,1),box-shadow .1s cubic-bezier(.4,0,.2,1)}.nm-breadcrumb__text--link[data-v-f1965bdc]:focus-visible{outline:none;box-shadow:0 0 0 2px var(--nm-primary-color)}.nm-breadcrumb__separator[data-v-f1965bdc]{color:var(--nm-text-placeholder);font-size:var(--nm-font-md);-webkit-user-select:none;user-select:none;transition:color .3s ease}.nm-breadcrumb--small[data-v-f1965bdc]{font-size:var(--nm-font-sm)}.nm-breadcrumb--medium[data-v-f1965bdc]{font-size:var(--nm-font-base)}.nm-breadcrumb--large[data-v-f1965bdc]{font-size:var(--nm-font-xl)}@media (prefers-reduced-motion: reduce){.nm-breadcrumb__text[data-v-f1965bdc]{transition:none}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.nm-button[data-v-14c068f1]{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:var(--nm-spacing-sm);border:none;cursor:pointer;font-family:inherit;font-weight:500;text-decoration:none;-webkit-user-select:none;user-select:none;white-space:nowrap;overflow:hidden;background-color:var(--nm-surface-color);color:var(--nm-text-primary);transition:background-color var(--nm-transition-slow),box-shadow var(--nm-transition-slow),color var(--nm-transition-slow),border-color var(--nm-transition-slow)}.nm-button[data-v-14c068f1]:focus-visible{outline:none;box-shadow:0 0 0 2px var(--nm-primary-color),4px 4px 8px var(--nm-shadow-dark),-4px -4px 8px var(--nm-shadow-light)}.nm-button--disabled[data-v-14c068f1]{cursor:not-allowed;opacity:.6}.nm-button--small[data-v-14c068f1]{padding:var(--nm-button-padding-y-sm) var(--nm-button-padding-x-sm);font-size:var(--nm-button-font-sm);min-height:var(--nm-button-min-height-sm)}.nm-button--medium[data-v-14c068f1]{padding:var(--nm-button-padding-y-md) var(--nm-button-padding-x-md);font-size:var(--nm-button-font-md);min-height:var(--nm-button-min-height-md)}.nm-button--large[data-v-14c068f1]{padding:var(--nm-button-padding-y-lg) var(--nm-button-padding-x-lg);font-size:var(--nm-button-font-lg);min-height:var(--nm-button-min-height-lg)}.nm-button--rounded[data-v-14c068f1]{border-radius:var(--nm-border-radius-md)}.nm-button--pill[data-v-14c068f1]{border-radius:var(--nm-border-radius-full)}.nm-button--circle[data-v-14c068f1]{border-radius:var(--nm-border-radius-full);padding:0;width:var(--nm-button-min-height);height:var(--nm-button-min-height)}.nm-button--raised[data-v-14c068f1]{box-shadow:0 1px 2px var(--nm-shadow-ambient-md),4px 4px 8px var(--nm-shadow-dark),-2px -2px 6px var(--nm-shadow-light);transition:box-shadow .35s cubic-bezier(.34,1.56,.64,1),transform .35s cubic-bezier(.34,1.56,.64,1)}.nm-button--raised[data-v-14c068f1]:not(.nm-button--disabled):hover{transform:translateY(-2px);box-shadow:0 3px 6px var(--nm-shadow-ambient-xl),6px 6px 14px var(--nm-shadow-dark),-3px -3px 10px var(--nm-shadow-light)}.nm-button--raised[data-v-14c068f1]:not(.nm-button--disabled):active{transform:translateY(1px);box-shadow:inset 3px 3px 6px var(--nm-shadow-dark-deep),inset -3px -3px 6px var(--nm-shadow-light-deep);transition:box-shadow .15s ease,transform .15s ease}.nm-button--flat[data-v-14c068f1]{box-shadow:0 1px 2px var(--nm-shadow-ambient-sm),2px 2px 4px var(--nm-shadow-dark),-1px -1px 3px var(--nm-shadow-light);transition:box-shadow .3s cubic-bezier(.34,1.56,.64,1),transform .3s cubic-bezier(.34,1.56,.64,1)}.nm-button--flat[data-v-14c068f1]:not(.nm-button--disabled):hover{transform:translateY(-1px);box-shadow:0 2px 4px var(--nm-shadow-ambient-md),4px 4px 8px var(--nm-shadow-dark),-2px -2px 6px var(--nm-shadow-light)}.nm-button--flat[data-v-14c068f1]:not(.nm-button--disabled):active{transform:translateY(0);box-shadow:inset 2px 2px 4px var(--nm-shadow-dark-deep),inset -2px -2px 4px var(--nm-shadow-light-deep);transition:box-shadow .1s ease,transform .1s ease}.nm-button--pressed[data-v-14c068f1]{box-shadow:inset 3px 3px 6px var(--nm-shadow-dark-deep),inset -3px -3px 6px var(--nm-shadow-light-deep);transition:box-shadow .3s ease}.nm-button--pressed[data-v-14c068f1]:not(.nm-button--disabled):hover{box-shadow:inset 4px 4px 8px var(--nm-shadow-dark-deep),inset -4px -4px 8px var(--nm-shadow-light-deep)}.nm-button--pressed[data-v-14c068f1]:not(.nm-button--disabled):active{box-shadow:inset 5px 5px 10px var(--nm-shadow-dark-deep),inset -5px -5px 10px var(--nm-shadow-light-deep);transition:box-shadow .1s ease}.nm-button__spinner[data-v-14c068f1]{position:absolute;display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:var(--nm-text-secondary)}.nm-button__spinner svg[data-v-14c068f1]{width:100%;height:100%}.nm-button__spinner-svg[data-v-14c068f1]{animation:nm-spin-14c068f1 1s linear infinite}@keyframes nm-spin-14c068f1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.nm-button__content[data-v-14c068f1]{display:inline-flex;align-items:center;gap:var(--nm-spacing-sm);transition:opacity var(--nm-transition-fast)}.nm-button__content--hidden[data-v-14c068f1]{opacity:0}@media (prefers-reduced-motion: reduce){[data-v-14c068f1]{transition:none!important;animation:none!important}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.nm-canvas[data-v-8b77d958]{position:relative;display:flex;flex-direction:column;border-radius:var(--nm-border-radius-md);background-color:var(--nm-surface-color);box-shadow:inset 6px 6px 12px var(--nm-shadow-dark-deep),inset -6px -6px 12px var(--nm-shadow-light-deep);transition:background-color var(--nm-transition-slow),box-shadow var(--nm-transition-slow),color var(--nm-transition-slow),border-color var(--nm-transition-slow);overflow:hidden}.nm-canvas__toolbar[data-v-8b77d958]{display:flex;align-items:center;justify-content:space-between;padding:var(--nm-spacing-sm) 12px;border-bottom:1px solid rgba(128,128,128,.08);flex-shrink:0}.nm-canvas__controls[data-v-8b77d958]{display:flex;align-items:center;gap:var(--nm-spacing-xs)}.nm-canvas__btn[data-v-8b77d958]{display:inline-flex;align-items:center;justify-content:center;width:var(--nm-spacing-xl);height:var(--nm-spacing-xl);border:none;border-radius:var(--nm-border-radius-sm);background-color:var(--nm-surface-color);color:var(--nm-text-secondary);cursor:pointer;box-shadow:2px 2px 4px var(--nm-shadow-dark-strong),-2px -2px 4px var(--nm-shadow-light-strong);transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.34,1.56,.64,1),color .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.34,1.56,.64,1)}.nm-canvas__btn svg[data-v-8b77d958]{width:var(--nm-spacing-md);height:var(--nm-spacing-md);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}@media (hover: hover){.nm-canvas__btn[data-v-8b77d958]:hover:not(:disabled){color:var(--nm-primary-color);transform:translateY(-1px);box-shadow:4px 4px 8px var(--nm-shadow-dark-strong),-2px -2px 4px var(--nm-shadow-light-strong)}}.nm-canvas__btn[data-v-8b77d958]:active:not(:disabled){box-shadow:inset 2px 2px 4px var(--nm-shadow-dark-strong),inset -2px -2px 4px var(--nm-shadow-light-strong);transform:translateY(0);transition:box-shadow .1s cubic-bezier(.4,0,.2,1),transform .1s cubic-bezier(.4,0,.2,1)}.nm-canvas__btn[data-v-8b77d958]:disabled{opacity:.35;cursor:not-allowed}.nm-canvas__btn--reset[data-v-8b77d958]{margin-left:var(--nm-spacing-xs)}.nm-canvas__btn--reset svg[data-v-8b77d958]{transition:transform .4s cubic-bezier(.34,1.56,.64,1)}@media (hover: hover){.nm-canvas__btn--reset:hover:not(:disabled) svg[data-v-8b77d958]{transform:rotate(-180deg)}}.nm-canvas__zoom-text[data-v-8b77d958]{min-width:44px;text-align:center;font-size:var(--nm-font-sm);font-weight:600;color:var(--nm-text-secondary);-webkit-user-select:none;user-select:none}.nm-canvas__viewport[data-v-8b77d958]{flex:1;overflow:auto;position:relative}.nm-canvas__grid[data-v-8b77d958]{min-width:100%;min-height:100%;background-color:var(--nm-bg-color)}.nm-canvas__content[data-v-8b77d958]{display:inline-block;min-width:100%;transition:transform .35s cubic-bezier(.34,1.56,.64,1)}@media (prefers-reduced-motion: reduce){.nm-canvas__content[data-v-8b77d958],.nm-canvas__btn[data-v-8b77d958]{transition:none}.nm-canvas__btn svg[data-v-8b77d958]{transition:none}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.nm-card[data-v-af9ed606]{background-color:var(--nm-surface-color);color:var(--nm-text-primary);overflow:hidden;transition:background-color var(--nm-transition-slow),box-shadow var(--nm-transition-slow),color var(--nm-transition-slow),border-color var(--nm-transition-slow)}.nm-card--radius-small[data-v-af9ed606]{border-radius:var(--nm-border-radius-sm)}.nm-card--radius-medium[data-v-af9ed606]{border-radius:var(--nm-border-radius-md)}.nm-card--radius-large[data-v-af9ed606]{border-radius:var(--nm-border-radius-lg)}.nm-card--radius-xl[data-v-af9ed606]{border-radius:var(--nm-border-radius-xl)}.nm-card:not(.nm-card--no-padding) .nm-card__header[data-v-af9ed606]{padding:var(--nm-spacing-md) var(--nm-spacing-lg)}.nm-card:not(.nm-card--no-padding) .nm-card__body[data-v-af9ed606]{padding:var(--nm-spacing-lg)}.nm-card:not(.nm-card--no-padding) .nm-card__footer[data-v-af9ed606]{padding:var(--nm-spacing-md) var(--nm-spacing-lg)}.nm-card--no-padding .nm-card__header[data-v-af9ed606],.nm-card--no-padding .nm-card__body[data-v-af9ed606],.nm-card--no-padding .nm-card__footer[data-v-af9ed606]{padding:0}.nm-card__header[data-v-af9ed606]{border-bottom:1px solid transparent}.nm-card__footer[data-v-af9ed606]{border-top:1px solid transparent}.nm-card--elevation-1[data-v-af9ed606]{box-shadow:0 1px 2px var(--nm-shadow-ambient-sm),4px 4px 10px var(--nm-shadow-dark),-2px -2px 6px var(--nm-shadow-light)}.nm-card--elevation-2[data-v-af9ed606]{box-shadow:0 2px 4px var(--nm-shadow-ambient-lg),8px 8px 20px var(--nm-shadow-dark),-4px -4px 12px var(--nm-shadow-light)}.nm-card--elevation-3[data-v-af9ed606]{box-shadow:0 4px 8px var(--nm-shadow-ambient-xl),12px 12px 28px var(--nm-shadow-dark),-6px -6px 16px var(--nm-shadow-light)}.nm-card--elevation-4[data-v-af9ed606]{box-shadow:0 6px 12px var(--nm-shadow-ambient-2xl),16px 16px 36px var(--nm-shadow-dark),-8px -8px 20px var(--nm-shadow-light)}.nm-card--elevation-1 .nm-card__header[data-v-af9ed606],.nm-card--elevation-2 .nm-card__header[data-v-af9ed606],.nm-card--elevation-3 .nm-card__header[data-v-af9ed606],.nm-card--elevation-4 .nm-card__header[data-v-af9ed606]{border-bottom-color:var(--nm-shadow-ambient-subtle)}.nm-card--elevation-1 .nm-card__footer[data-v-af9ed606],.nm-card--elevation-2 .nm-card__footer[data-v-af9ed606],.nm-card--elevation-3 .nm-card__footer[data-v-af9ed606],.nm-card--elevation-4 .nm-card__footer[data-v-af9ed606]{border-top-color:var(--nm-shadow-ambient-subtle)}.nm-card--elevation--1[data-v-af9ed606]{box-shadow:inset 4px 4px 10px var(--nm-shadow-dark-deep),inset -2px -2px 6px var(--nm-shadow-light-deep);background-color:var(--nm-surface-raised)}.nm-card--elevation--2[data-v-af9ed606]{box-shadow:inset 8px 8px 20px var(--nm-shadow-dark-deep),inset -4px -4px 12px var(--nm-shadow-light-deep);background-color:var(--nm-surface-raised)}.nm-card--elevation--3[data-v-af9ed606]{box-shadow:inset 12px 12px 28px var(--nm-shadow-dark-deep),inset -6px -6px 16px var(--nm-shadow-light-deep);background-color:var(--nm-surface-raised)}.nm-card--elevation--4[data-v-af9ed606]{box-shadow:inset 16px 16px 36px var(--nm-shadow-dark-deep),inset -8px -8px 20px var(--nm-shadow-light-deep);background-color:var(--nm-surface-raised)}.nm-card--elevation-0[data-v-af9ed606]{box-shadow:none;background-color:var(--nm-bg-color)}.nm-card--hover-bulge.nm-card--elevation-1[data-v-af9ed606]:hover{box-shadow:0 4px 8px var(--nm-shadow-ambient-xl),12px 12px 28px var(--nm-shadow-dark),-6px -6px 16px var(--nm-shadow-light)}.nm-card--hover-bulge.nm-card--elevation-2[data-v-af9ed606]:hover,.nm-card--hover-bulge.nm-card--elevation-3[data-v-af9ed606]:hover,.nm-card--hover-bulge.nm-card--elevation-4[data-v-af9ed606]:hover{box-shadow:0 6px 12px var(--nm-shadow-ambient-2xl),16px 16px 36px var(--nm-shadow-dark),-8px -8px 20px var(--nm-shadow-light)}.nm-card--hover-bulge.nm-card--elevation--4[data-v-af9ed606]:hover{box-shadow:inset 8px 8px 20px var(--nm-shadow-dark-deep),inset -4px -4px 12px var(--nm-shadow-light-deep)}.nm-card--hover-bulge.nm-card--elevation--3[data-v-af9ed606]:hover{box-shadow:inset 4px 4px 10px var(--nm-shadow-dark-deep),inset -2px -2px 6px var(--nm-shadow-light-deep)}.nm-card--hover-bulge.nm-card--elevation--2[data-v-af9ed606]:hover,.nm-card--hover-bulge.nm-card--elevation--1[data-v-af9ed606]:hover{box-shadow:none;background-color:var(--nm-bg-color)}.nm-card--hover-bulge.nm-card--elevation-0[data-v-af9ed606]:hover{box-shadow:0 2px 4px var(--nm-shadow-ambient-lg),8px 8px 20px var(--nm-shadow-dark),-4px -4px 12px var(--nm-shadow-light);background-color:var(--nm-surface-color)}.nm-card--hover-sink.nm-card--elevation--1[data-v-af9ed606]:hover{box-shadow:inset 12px 12px 28px var(--nm-shadow-dark-deep),inset -6px -6px 16px var(--nm-shadow-light-deep)}.nm-card--hover-sink.nm-card--elevation--2[data-v-af9ed606]:hover,.nm-card--hover-sink.nm-card--elevation--3[data-v-af9ed606]:hover,.nm-card--hover-sink.nm-card--elevation--4[data-v-af9ed606]:hover{box-shadow:inset 16px 16px 36px var(--nm-shadow-dark-deep),inset -8px -8px 20px var(--nm-shadow-light-deep)}.nm-card--hover-sink.nm-card--elevation-4[data-v-af9ed606]:hover{box-shadow:0 2px 4px var(--nm-shadow-ambient-lg),8px 8px 20px var(--nm-shadow-dark),-4px -4px 12px var(--nm-shadow-light)}.nm-card--hover-sink.nm-card--elevation-3[data-v-af9ed606]:hover{box-shadow:0 1px 2px var(--nm-shadow-ambient-sm),4px 4px 10px var(--nm-shadow-dark),-2px -2px 6px var(--nm-shadow-light)}.nm-card--hover-sink.nm-card--elevation-2[data-v-af9ed606]:hover,.nm-card--hover-sink.nm-card--elevation-1[data-v-af9ed606]:hover{box-shadow:none;background-color:var(--nm-bg-color)}.nm-card--hover-sink.nm-card--elevation-0[data-v-af9ed606]:hover{box-shadow:inset 8px 8px 20px var(--nm-shadow-dark-deep),inset -4px -4px 12px var(--nm-shadow-light-deep);background-color:var(--nm-surface-raised)}.nm-card--hoverable[data-v-af9ed606]{transition:box-shadow .4s cubic-bezier(.34,1.56,.64,1),transform .4s cubic-bezier(.34,1.56,.64,1),background-color var(--nm-transition-slow)}@media (hover: hover){.nm-card--hover-bulge[data-v-af9ed606]:hover{transform:scale(1.015)}.nm-card--hover-sink[data-v-af9ed606]:hover{transform:scale(.985);background-color:var(--nm-surface-raised)}}@media (prefers-reduced-motion: reduce){[data-v-af9ed606]{transition:none!important;animation:none!important}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.nm-checkbox[data-v-1d2ef216]{display:inline-flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--nm-text-primary)}.nm-checkbox--disabled[data-v-1d2ef216]{cursor:not-allowed;opacity:.5}.nm-checkbox__input-wrapper[data-v-1d2ef216]{position:relative;display:inline-flex}.nm-checkbox__input[data-v-1d2ef216]{position:absolute;opacity:0;width:0;height:0}.nm-checkbox__box[data-v-1d2ef216]{display:flex;align-items:center;justify-content:center;background-color:var(--nm-surface-color);box-shadow:inset 2px 2px 4px var(--nm-shadow-dark),inset -2px -2px 4px var(--nm-shadow-light);transition:all var(--nm-transition-normal)}.nm-checkbox__label[data-v-1d2ef216]{font-size:14px;color:var(--nm-text-primary);transition:color var(--nm-transition-slow)}.nm-checkbox__input:focus-visible+.nm-checkbox__box[data-v-1d2ef216]{box-shadow:inset 2px 2px 4px var(--nm-shadow-dark),inset -2px -2px 4px var(--nm-shadow-light),0 0 0 3px var(--nm-primary-color)}.nm-checkbox--small .nm-checkbox__box[data-v-1d2ef216]{width:18px;height:18px}.nm-checkbox--medium .nm-checkbox__box[data-v-1d2ef216]{width:24px;height:24px}.nm-checkbox--large .nm-checkbox__box[data-v-1d2ef216]{width:30px;height:30px}.nm-checkbox__box[data-v-1d2ef216]{border-radius:var(--nm-border-radius-sm);position:relative;overflow:hidden}.nm-checkbox__box[data-v-1d2ef216]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(circle at center,color-mix(in srgb,var(--nm-text-on-primary) 40%,transparent) 0%,transparent 70%);opacity:0;transform:scale(0);transition:none}.nm-checkbox--checked .nm-checkbox__box[data-v-1d2ef216]:after,.nm-checkbox--indeterminate .nm-checkbox__box[data-v-1d2ef216]:after{animation:nm-checkbox-ripple-1d2ef216 .4s cubic-bezier(0,0,.2,1)}.nm-checkbox--checked .nm-checkbox__box[data-v-1d2ef216],.nm-checkbox--indeterminate .nm-checkbox__box[data-v-1d2ef216]{background-color:var(--nm-primary-color);box-shadow:inset 1px 1px 2px var(--nm-shadow-dark-strong),inset -1px -1px 2px var(--nm-shadow-light-ambient-lg)}.nm-checkbox__icon[data-v-1d2ef216]{width:65%;height:65%;color:var(--nm-text-on-primary);transform:scale(0);transition:transform .35s cubic-bezier(.175,.885,.32,1.275)}.nm-checkbox--checked .nm-checkbox__icon[data-v-1d2ef216],.nm-checkbox--indeterminate .nm-checkbox__icon[data-v-1d2ef216]{transform:scale(1)}.nm-checkbox:not(.nm-checkbox--disabled):hover .nm-checkbox__box[data-v-1d2ef216]{box-shadow:inset 3px 3px 6px var(--nm-shadow-dark),inset -3px -3px 6px var(--nm-shadow-light)}.nm-checkbox:not(.nm-checkbox--disabled):active .nm-checkbox__box[data-v-1d2ef216]{transform:scale(.92);transition:transform .1s cubic-bezier(.4,0,.2,1)}@keyframes nm-checkbox-ripple-1d2ef216{0%{opacity:.6;transform:scale(0)}to{opacity:0;transform:scale(2)}}@media (prefers-reduced-motion: reduce){.nm-checkbox__icon[data-v-1d2ef216]{transition:none;transform:scale(1)}.nm-checkbox--checked .nm-checkbox__box[data-v-1d2ef216]:after,.nm-checkbox--indeterminate .nm-checkbox__box[data-v-1d2ef216]:after{animation:none}.nm-checkbox:not(.nm-checkbox--disabled):active .nm-checkbox__box[data-v-1d2ef216]{transform:none}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.nm-row[data-v-f8bc1d4d]{display:flex;flex-wrap:wrap;box-sizing:border-box}.nm-row--nowrap[data-v-f8bc1d4d]{flex-wrap:nowrap}@media (prefers-reduced-motion: reduce){[data-v-f8bc1d4d]{transition:none!important;animation:none!important}}.nm-col-0[data-v-c367585e]{flex:0 0 0%;max-width:0%}.nm-col-offset-0[data-v-c367585e]{margin-left:0%}.nm-col-1[data-v-c367585e]{flex:0 0 4.16666667%;max-width:4.16666667%}.nm-col-offset-1[data-v-c367585e]{margin-left:4.16666667%}.nm-col-2[data-v-c367585e]{flex:0 0 8.33333334%;max-width:8.33333334%}.nm-col-offset-2[data-v-c367585e]{margin-left:8.33333334%}.nm-col-3[data-v-c367585e]{flex:0 0 12.50000001%;max-width:12.50000001%}.nm-col-offset-3[data-v-c367585e]{margin-left:12.50000001%}.nm-col-4[data-v-c367585e]{flex:0 0 16.66666668%;max-width:16.66666668%}.nm-col-offset-4[data-v-c367585e]{margin-left:16.66666668%}.nm-col-5[data-v-c367585e]{flex:0 0 20.83333335%;max-width:20.83333335%}.nm-col-offset-5[data-v-c367585e]{margin-left:20.83333335%}.nm-col-6[data-v-c367585e]{flex:0 0 25.00000002%;max-width:25.00000002%}.nm-col-offset-6[data-v-c367585e]{margin-left:25.00000002%}.nm-col-7[data-v-c367585e]{flex:0 0 29.16666669%;max-width:29.16666669%}.nm-col-offset-7[data-v-c367585e]{margin-left:29.16666669%}.nm-col-8[data-v-c367585e]{flex:0 0 33.33333336%;max-width:33.33333336%}.nm-col-offset-8[data-v-c367585e]{margin-left:33.33333336%}.nm-col-9[data-v-c367585e]{flex:0 0 37.50000003%;max-width:37.50000003%}.nm-col-offset-9[data-v-c367585e]{margin-left:37.50000003%}.nm-col-10[data-v-c367585e]{flex:0 0 41.6666667%;max-width:41.6666667%}.nm-col-offset-10[data-v-c367585e]{margin-left:41.6666667%}.nm-col-11[data-v-c367585e]{flex:0 0 45.83333337%;max-width:45.83333337%}.nm-col-offset-11[data-v-c367585e]{margin-left:45.83333337%}.nm-col-12[data-v-c367585e]{flex:0 0 50.00000004%;max-width:50.00000004%}.nm-col-offset-12[data-v-c367585e]{margin-left:50.00000004%}.nm-col-13[data-v-c367585e]{flex:0 0 54.16666671%;max-width:54.16666671%}.nm-col-offset-13[data-v-c367585e]{margin-left:54.16666671%}.nm-col-14[data-v-c367585e]{flex:0 0 58.33333338%;max-width:58.33333338%}.nm-col-offset-14[data-v-c367585e]{margin-left:58.33333338%}.nm-col-15[data-v-c367585e]{flex:0 0 62.50000005%;max-width:62.50000005%}.nm-col-offset-15[data-v-c367585e]{margin-left:62.50000005%}.nm-col-16[data-v-c367585e]{flex:0 0 66.66666672%;max-width:66.66666672%}.nm-col-offset-16[data-v-c367585e]{margin-left:66.66666672%}.nm-col-17[data-v-c367585e]{flex:0 0 70.83333339%;max-width:70.83333339%}.nm-col-offset-17[data-v-c367585e]{margin-left:70.83333339%}.nm-col-18[data-v-c367585e]{flex:0 0 75.00000006%;max-width:75.00000006%}.nm-col-offset-18[data-v-c367585e]{margin-left:75.00000006%}.nm-col-19[data-v-c367585e]{flex:0 0 79.16666673%;max-width:79.16666673%}.nm-col-offset-19[data-v-c367585e]{margin-left:79.16666673%}.nm-col-20[data-v-c367585e]{flex:0 0 83.3333334%;max-width:83.3333334%}.nm-col-offset-20[data-v-c367585e]{margin-left:83.3333334%}.nm-col-21[data-v-c367585e]{flex:0 0 87.50000007%;max-width:87.50000007%}.nm-col-offset-21[data-v-c367585e]{margin-left:87.50000007%}.nm-col-22[data-v-c367585e]{flex:0 0 91.66666674%;max-width:91.66666674%}.nm-col-offset-22[data-v-c367585e]{margin-left:91.66666674%}.nm-col-23[data-v-c367585e]{flex:0 0 95.83333341%;max-width:95.83333341%}.nm-col-offset-23[data-v-c367585e]{margin-left:95.83333341%}.nm-col-24[data-v-c367585e]{flex:0 0 100.00000008%;max-width:100.00000008%}.nm-col-offset-24[data-v-c367585e]{margin-left:100.00000008%}.nm-col[data-v-c367585e]{box-sizing:border-box;flex:1 0 0%;max-width:100%}@media (min-width: 576px){.nm-col-sm-0[data-v-c367585e]{flex:0 0 0%;max-width:0%}.nm-col-sm-1[data-v-c367585e]{flex:0 0 4.16666667%;max-width:4.16666667%}.nm-col-sm-2[data-v-c367585e]{flex:0 0 8.33333334%;max-width:8.33333334%}.nm-col-sm-3[data-v-c367585e]{flex:0 0 12.50000001%;max-width:12.50000001%}.nm-col-sm-4[data-v-c367585e]{flex:0 0 16.66666668%;max-width:16.66666668%}.nm-col-sm-5[data-v-c367585e]{flex:0 0 20.83333335%;max-width:20.83333335%}.nm-col-sm-6[data-v-c367585e]{flex:0 0 25.00000002%;max-width:25.00000002%}.nm-col-sm-7[data-v-c367585e]{flex:0 0 29.16666669%;max-width:29.16666669%}.nm-col-sm-8[data-v-c367585e]{flex:0 0 33.33333336%;max-width:33.33333336%}.nm-col-sm-9[data-v-c367585e]{flex:0 0 37.50000003%;max-width:37.50000003%}.nm-col-sm-10[data-v-c367585e]{flex:0 0 41.6666667%;max-width:41.6666667%}.nm-col-sm-11[data-v-c367585e]{flex:0 0 45.83333337%;max-width:45.83333337%}.nm-col-sm-12[data-v-c367585e]{flex:0 0 50.00000004%;max-width:50.00000004%}.nm-col-sm-13[data-v-c367585e]{flex:0 0 54.16666671%;max-width:54.16666671%}.nm-col-sm-14[data-v-c367585e]{flex:0 0 58.33333338%;max-width:58.33333338%}.nm-col-sm-15[data-v-c367585e]{flex:0 0 62.50000005%;max-width:62.50000005%}.nm-col-sm-16[data-v-c367585e]{flex:0 0 66.66666672%;max-width:66.66666672%}.nm-col-sm-17[data-v-c367585e]{flex:0 0 70.83333339%;max-width:70.83333339%}.nm-col-sm-18[data-v-c367585e]{flex:0 0 75.00000006%;max-width:75.00000006%}.nm-col-sm-19[data-v-c367585e]{flex:0 0 79.16666673%;max-width:79.16666673%}.nm-col-sm-20[data-v-c367585e]{flex:0 0 83.3333334%;max-width:83.3333334%}.nm-col-sm-21[data-v-c367585e]{flex:0 0 87.50000007%;max-width:87.50000007%}.nm-col-sm-22[data-v-c367585e]{flex:0 0 91.66666674%;max-width:91.66666674%}.nm-col-sm-23[data-v-c367585e]{flex:0 0 95.83333341%;max-width:95.83333341%}.nm-col-sm-24[data-v-c367585e]{flex:0 0 100.00000008%;max-width:100.00000008%}}@media (min-width: 768px){.nm-col-md-0[data-v-c367585e]{flex:0 0 0%;max-width:0%}.nm-col-md-1[data-v-c367585e]{flex:0 0 4.16666667%;max-width:4.16666667%}.nm-col-md-2[data-v-c367585e]{flex:0 0 8.33333334%;max-width:8.33333334%}.nm-col-md-3[data-v-c367585e]{flex:0 0 12.50000001%;max-width:12.50000001%}.nm-col-md-4[data-v-c367585e]{flex:0 0 16.66666668%;max-width:16.66666668%}.nm-col-md-5[data-v-c367585e]{flex:0 0 20.83333335%;max-width:20.83333335%}.nm-col-md-6[data-v-c367585e]{flex:0 0 25.00000002%;max-width:25.00000002%}.nm-col-md-7[data-v-c367585e]{flex:0 0 29.16666669%;max-width:29.16666669%}.nm-col-md-8[data-v-c367585e]{flex:0 0 33.33333336%;max-width:33.33333336%}.nm-col-md-9[data-v-c367585e]{flex:0 0 37.50000003%;max-width:37.50000003%}.nm-col-md-10[data-v-c367585e]{flex:0 0 41.6666667%;max-width:41.6666667%}.nm-col-md-11[data-v-c367585e]{flex:0 0 45.83333337%;max-width:45.83333337%}.nm-col-md-12[data-v-c367585e]{flex:0 0 50.00000004%;max-width:50.00000004%}.nm-col-md-13[data-v-c367585e]{flex:0 0 54.16666671%;max-width:54.16666671%}.nm-col-md-14[data-v-c367585e]{flex:0 0 58.33333338%;max-width:58.33333338%}.nm-col-md-15[data-v-c367585e]{flex:0 0 62.50000005%;max-width:62.50000005%}.nm-col-md-16[data-v-c367585e]{flex:0 0 66.66666672%;max-width:66.66666672%}.nm-col-md-17[data-v-c367585e]{flex:0 0 70.83333339%;max-width:70.83333339%}.nm-col-md-18[data-v-c367585e]{flex:0 0 75.00000006%;max-width:75.00000006%}.nm-col-md-19[data-v-c367585e]{flex:0 0 79.16666673%;max-width:79.16666673%}.nm-col-md-20[data-v-c367585e]{flex:0 0 83.3333334%;max-width:83.3333334%}.nm-col-md-21[data-v-c367585e]{flex:0 0 87.50000007%;max-width:87.50000007%}.nm-col-md-22[data-v-c367585e]{flex:0 0 91.66666674%;max-width:91.66666674%}.nm-col-md-23[data-v-c367585e]{flex:0 0 95.83333341%;max-width:95.83333341%}.nm-col-md-24[data-v-c367585e]{flex:0 0 100.00000008%;max-width:100.00000008%}}@media (min-width: 992px){.nm-col-lg-0[data-v-c367585e]{flex:0 0 0%;max-width:0%}.nm-col-lg-1[data-v-c367585e]{flex:0 0 4.16666667%;max-width:4.16666667%}.nm-col-lg-2[data-v-c367585e]{flex:0 0 8.33333334%;max-width:8.33333334%}.nm-col-lg-3[data-v-c367585e]{flex:0 0 12.50000001%;max-width:12.50000001%}.nm-col-lg-4[data-v-c367585e]{flex:0 0 16.66666668%;max-width:16.66666668%}.nm-col-lg-5[data-v-c367585e]{flex:0 0 20.83333335%;max-width:20.83333335%}.nm-col-lg-6[data-v-c367585e]{flex:0 0 25.00000002%;max-width:25.00000002%}.nm-col-lg-7[data-v-c367585e]{flex:0 0 29.16666669%;max-width:29.16666669%}.nm-col-lg-8[data-v-c367585e]{flex:0 0 33.33333336%;max-width:33.33333336%}.nm-col-lg-9[data-v-c367585e]{flex:0 0 37.50000003%;max-width:37.50000003%}.nm-col-lg-10[data-v-c367585e]{flex:0 0 41.6666667%;max-width:41.6666667%}.nm-col-lg-11[data-v-c367585e]{flex:0 0 45.83333337%;max-width:45.83333337%}.nm-col-lg-12[data-v-c367585e]{flex:0 0 50.00000004%;max-width:50.00000004%}.nm-col-lg-13[data-v-c367585e]{flex:0 0 54.16666671%;max-width:54.16666671%}.nm-col-lg-14[data-v-c367585e]{flex:0 0 58.33333338%;max-width:58.33333338%}.nm-col-lg-15[data-v-c367585e]{flex:0 0 62.50000005%;max-width:62.50000005%}.nm-col-lg-16[data-v-c367585e]{flex:0 0 66.66666672%;max-width:66.66666672%}.nm-col-lg-17[data-v-c367585e]{flex:0 0 70.83333339%;max-width:70.83333339%}.nm-col-lg-18[data-v-c367585e]{flex:0 0 75.00000006%;max-width:75.00000006%}.nm-col-lg-19[data-v-c367585e]{flex:0 0 79.16666673%;max-width:79.16666673%}.nm-col-lg-20[data-v-c367585e]{flex:0 0 83.3333334%;max-width:83.3333334%}.nm-col-lg-21[data-v-c367585e]{flex:0 0 87.50000007%;max-width:87.50000007%}.nm-col-lg-22[data-v-c367585e]{flex:0 0 91.66666674%;max-width:91.66666674%}.nm-col-lg-23[data-v-c367585e]{flex:0 0 95.83333341%;max-width:95.83333341%}.nm-col-lg-24[data-v-c367585e]{flex:0 0 100.00000008%;max-width:100.00000008%}}@media (min-width: 1200px){.nm-col-xl-0[data-v-c367585e]{flex:0 0 0%;max-width:0%}.nm-col-xl-1[data-v-c367585e]{flex:0 0 4.16666667%;max-width:4.16666667%}.nm-col-xl-2[data-v-c367585e]{flex:0 0 8.33333334%;max-width:8.33333334%}.nm-col-xl-3[data-v-c367585e]{flex:0 0 12.50000001%;max-width:12.50000001%}.nm-col-xl-4[data-v-c367585e]{flex:0 0 16.66666668%;max-width:16.66666668%}.nm-col-xl-5[data-v-c367585e]{flex:0 0 20.83333335%;max-width:20.83333335%}.nm-col-xl-6[data-v-c367585e]{flex:0 0 25.00000002%;max-width:25.00000002%}.nm-col-xl-7[data-v-c367585e]{flex:0 0 29.16666669%;max-width:29.16666669%}.nm-col-xl-8[data-v-c367585e]{flex:0 0 33.33333336%;max-width:33.33333336%}.nm-col-xl-9[data-v-c367585e]{flex:0 0 37.50000003%;max-width:37.50000003%}.nm-col-xl-10[data-v-c367585e]{flex:0 0 41.6666667%;max-width:41.6666667%}.nm-col-xl-11[data-v-c367585e]{flex:0 0 45.83333337%;max-width:45.83333337%}.nm-col-xl-12[data-v-c367585e]{flex:0 0 50.00000004%;max-width:50.00000004%}.nm-col-xl-13[data-v-c367585e]{flex:0 0 54.16666671%;max-width:54.16666671%}.nm-col-xl-14[data-v-c367585e]{flex:0 0 58.33333338%;max-width:58.33333338%}.nm-col-xl-15[data-v-c367585e]{flex:0 0 62.50000005%;max-width:62.50000005%}.nm-col-xl-16[data-v-c367585e]{flex:0 0 66.66666672%;max-width:66.66666672%}.nm-col-xl-17[data-v-c367585e]{flex:0 0 70.83333339%;max-width:70.83333339%}.nm-col-xl-18[data-v-c367585e]{flex:0 0 75.00000006%;max-width:75.00000006%}.nm-col-xl-19[data-v-c367585e]{flex:0 0 79.16666673%;max-width:79.16666673%}.nm-col-xl-20[data-v-c367585e]{flex:0 0 83.3333334%;max-width:83.3333334%}.nm-col-xl-21[data-v-c367585e]{flex:0 0 87.50000007%;max-width:87.50000007%}.nm-col-xl-22[data-v-c367585e]{flex:0 0 91.66666674%;max-width:91.66666674%}.nm-col-xl-23[data-v-c367585e]{flex:0 0 95.83333341%;max-width:95.83333341%}.nm-col-xl-24[data-v-c367585e]{flex:0 0 100.00000008%;max-width:100.00000008%}}@media (min-width: 1400px){.nm-col-xxl-0[data-v-c367585e]{flex:0 0 0%;max-width:0%}.nm-col-xxl-1[data-v-c367585e]{flex:0 0 4.16666667%;max-width:4.16666667%}.nm-col-xxl-2[data-v-c367585e]{flex:0 0 8.33333334%;max-width:8.33333334%}.nm-col-xxl-3[data-v-c367585e]{flex:0 0 12.50000001%;max-width:12.50000001%}.nm-col-xxl-4[data-v-c367585e]{flex:0 0 16.66666668%;max-width:16.66666668%}.nm-col-xxl-5[data-v-c367585e]{flex:0 0 20.83333335%;max-width:20.83333335%}.nm-col-xxl-6[data-v-c367585e]{flex:0 0 25.00000002%;max-width:25.00000002%}.nm-col-xxl-7[data-v-c367585e]{flex:0 0 29.16666669%;max-width:29.16666669%}.nm-col-xxl-8[data-v-c367585e]{flex:0 0 33.33333336%;max-width:33.33333336%}.nm-col-xxl-9[data-v-c367585e]{flex:0 0 37.50000003%;max-width:37.50000003%}.nm-col-xxl-10[data-v-c367585e]{flex:0 0 41.6666667%;max-width:41.6666667%}.nm-col-xxl-11[data-v-c367585e]{flex:0 0 45.83333337%;max-width:45.83333337%}.nm-col-xxl-12[data-v-c367585e]{flex:0 0 50.00000004%;max-width:50.00000004%}.nm-col-xxl-13[data-v-c367585e]{flex:0 0 54.16666671%;max-width:54.16666671%}.nm-col-xxl-14[data-v-c367585e]{flex:0 0 58.33333338%;max-width:58.33333338%}.nm-col-xxl-15[data-v-c367585e]{flex:0 0 62.50000005%;max-width:62.50000005%}.nm-col-xxl-16[data-v-c367585e]{flex:0 0 66.66666672%;max-width:66.66666672%}.nm-col-xxl-17[data-v-c367585e]{flex:0 0 70.83333339%;max-width:70.83333339%}.nm-col-xxl-18[data-v-c367585e]{flex:0 0 75.00000006%;max-width:75.00000006%}.nm-col-xxl-19[data-v-c367585e]{flex:0 0 79.16666673%;max-width:79.16666673%}.nm-col-xxl-20[data-v-c367585e]{flex:0 0 83.3333334%;max-width:83.3333334%}.nm-col-xxl-21[data-v-c367585e]{flex:0 0 87.50000007%;max-width:87.50000007%}.nm-col-xxl-22[data-v-c367585e]{flex:0 0 91.66666674%;max-width:91.66666674%}.nm-col-xxl-23[data-v-c367585e]{flex:0 0 95.83333341%;max-width:95.83333341%}.nm-col-xxl-24[data-v-c367585e]{flex:0 0 100.00000008%;max-width:100.00000008%}}@media (pointer: coarse) and (max-width: 767px){.nm-col[data-v-c367585e]:not([class*=nm-col-xs-]){flex:0 0 100%;max-width:100%}}@media (prefers-reduced-motion: reduce){[data-v-c367585e]{transition:none!important;animation:none!important}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.nm-collapse[data-v-b964b07b]{display:flex;flex-direction:column;gap:var(--nm-spacing-xs)}.nm-collapse__item[data-v-b964b07b]{background-color:var(--nm-surface-color);border-radius:var(--nm-border-radius-md)}.nm-collapse__item--disabled[data-v-b964b07b]{opacity:.5}.nm-collapse__header[data-v-b964b07b]{margin:0}.nm-collapse__trigger[data-v-b964b07b]{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--nm-collapse-trigger-padding-y-md) var(--nm-collapse-trigger-padding-x-md);border:none;cursor:pointer;font-size:var(--nm-collapse-trigger-font-md);font-weight:500;color:var(--nm-text-primary);background:none;text-align:left;border-radius:var(--nm-border-radius-md);box-shadow:2px 2px 5px var(--nm-shadow-dark),-2px -2px 5px var(--nm-shadow-light);transition:all var(--nm-transition-normal)}.nm-collapse__trigger[data-v-b964b07b]:hover:not(:disabled){box-shadow:3px 3px 7px var(--nm-shadow-dark),-3px -3px 7px var(--nm-shadow-light);transform:translateY(-1px)}.nm-collapse__trigger[data-v-b964b07b]:active:not(:disabled){transform:translateY(0) scale(.99);box-shadow:inset 2px 2px 5px var(--nm-shadow-dark),inset -2px -2px 5px var(--nm-shadow-light);transition:transform .1s cubic-bezier(.4,0,.2,1),box-shadow .1s cubic-bezier(.4,0,.2,1)}.nm-collapse__trigger[aria-expanded=true][data-v-b964b07b]{box-shadow:inset 2px 2px 5px var(--nm-shadow-dark),inset -2px -2px 5px var(--nm-shadow-light);border-radius:var(--nm-border-radius-md) var(--nm-border-radius-md) 0 0}.nm-collapse__trigger[data-v-b964b07b]:disabled{cursor:not-allowed}.nm-collapse__trigger[data-v-b964b07b]:focus-visible{outline:none;box-shadow:0 0 0 3px var(--nm-primary-color)}.nm-collapse__title[data-v-b964b07b]{flex:1;color:var(--nm-text-primary)}.nm-collapse__icon[data-v-b964b07b]{display:flex;color:var(--nm-text-secondary);transition:transform var(--nm-transition-fast)}.nm-collapse__icon--active[data-v-b964b07b]{transform:rotate(180deg)}.nm-collapse__panel[data-v-b964b07b]{display:grid;grid-template-rows:1fr;transition:grid-template-rows .3s cubic-bezier(.34,1.56,.64,1)}.nm-collapse__panel--collapsed[data-v-b964b07b]{grid-template-rows:0fr}.nm-collapse__content[data-v-b964b07b]{overflow:hidden;opacity:1;transition:opacity .25s ease}.nm-collapse__panel--collapsed .nm-collapse__content[data-v-b964b07b]{opacity:0}.nm-collapse__content-inner[data-v-b964b07b]{padding:var(--nm-collapse-content-padding-y) var(--nm-collapse-content-padding-x);color:var(--nm-text-primary);font-size:var(--nm-font-base);line-height:1.6}@media (prefers-reduced-motion: reduce){.nm-collapse__panel[data-v-b964b07b],.nm-collapse__content[data-v-b964b07b]{transition:none}}.nm-collapse--small .nm-collapse__trigger[data-v-b964b07b]{padding:var(--nm-collapse-trigger-padding-y-sm) var(--nm-collapse-trigger-padding-x-sm);font-size:var(--nm-collapse-trigger-font-sm)}.nm-collapse--large .nm-collapse__trigger[data-v-b964b07b]{padding:var(--nm-collapse-trigger-padding-y-lg) var(--nm-collapse-trigger-padding-x-lg);font-size:var(--nm-collapse-trigger-font-lg)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.nm-container[data-v-23995fcc]{width:100%;margin-inline:auto;padding-inline:var(--nm-spacing-md);box-sizing:border-box}.nm-container[data-v-23995fcc]:not(.nm-container--fluid){max-width:100%}@media (min-width: 576px){.nm-container[data-v-23995fcc]:not(.nm-container--fluid){max-width:540px}}@media (min-width: 768px){.nm-container[data-v-23995fcc]:not(.nm-container--fluid){max-width:720px;padding-inline:var(--nm-spacing-lg)}}@media (min-width: 992px){.nm-container[data-v-23995fcc]:not(.nm-container--fluid){max-width:960px}}@media (min-width: 1200px){.nm-container[data-v-23995fcc]:not(.nm-container--fluid){max-width:1140px}}@media (min-width: 1400px){.nm-container[data-v-23995fcc]:not(.nm-container--fluid){max-width:1320px}}.nm-container--no-padding[data-v-23995fcc]{padding-inline:0}@media (prefers-reduced-motion: reduce){[data-v-23995fcc]{transition:none!important;animation:none!important}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.nm-datepicker__wrapper[data-v-d19f28ea]{display:flex;flex-direction:column;gap:var(--nm-spacing-sm);width:100%}.nm-datepicker[data-v-d19f28ea]{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;background-color:var(--nm-surface-color);border-radius:var(--nm-border-radius-md);box-shadow:inset 4px 4px 8px var(--nm-shadow-dark),inset -4px -4px 8px var(--nm-shadow-light);transition:background-color var(--nm-transition-slow),box-shadow var(--nm-transition-slow),color var(--nm-transition-slow),border-color var(--nm-transition-slow)}.nm-datepicker--disabled[data-v-d19f28ea]{opacity:.6;cursor:not-allowed}.nm-datepicker--focused[data-v-d19f28ea],.nm-datepicker--open[data-v-d19f28ea]{box-shadow:inset 5px 5px 10px var(--nm-shadow-dark),inset -5px -5px 10px var(--nm-shadow-light),0 0 0 3px var(--nm-primary-color)}.nm-datepicker--error[data-v-d19f28ea]{box-shadow:inset 4px 4px 8px var(--nm-shadow-dark),inset -4px -4px 8px var(--nm-shadow-light),0 0 0 2px var(--nm-color-error)}.nm-datepicker--small[data-v-d19f28ea]{min-height:var(--nm-field-min-height-sm);padding:var(--nm-field-padding-y-sm) var(--nm-field-padding-x-sm)}.nm-datepicker--small .nm-datepicker__value[data-v-d19f28ea]{font-size:var(--nm-field-font-sm)}.nm-datepicker--medium[data-v-d19f28ea]{min-height:var(--nm-field-min-height-md);padding:var(--nm-field-padding-y-md) var(--nm-field-padding-x-md)}.nm-datepicker--large[data-v-d19f28ea]{min-height:var(--nm-field-min-height-lg);padding:var(--nm-field-padding-y-lg) var(--nm-field-padding-x-lg)}.nm-datepicker--large .nm-datepicker__value[data-v-d19f28ea]{font-size:var(--nm-field-font-lg)}.nm-datepicker__value[data-v-d19f28ea]{flex:1;font-size:var(--nm-font-base);color:var(--nm-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nm-datepicker__value--placeholder[data-v-d19f28ea]{color:var(--nm-text-placeholder)}.nm-datepicker__actions[data-v-d19f28ea]{display:flex;align-items:center;gap:var(--nm-spacing-xs);flex-shrink:0}.nm-datepicker__clear[data-v-d19f28ea]{display:flex;align-items:center;justify-content:center;padding:2px;border:none;background:none;cursor:pointer;color:var(--nm-text-secondary);border-radius:var(--nm-border-radius-full);transition:color var(--nm-transition-fast)}.nm-datepicker__clear[data-v-d19f28ea]:hover{color:var(--nm-text-primary)}.nm-datepicker__icon[data-v-d19f28ea]{color:var(--nm-text-secondary);flex-shrink:0}.nm-datepicker__calendar[data-v-d19f28ea]{width:280px;padding:var(--nm-spacing-sm);-webkit-user-select:none;user-select:none}.nm-datepicker__header[data-v-d19f28ea]{display:flex;align-items:center;justify-content:space-between;gap:2px;margin-bottom:var(--nm-spacing-sm);padding:0 var(--nm-spacing-xs)}.nm-datepicker__nav-btn[data-v-d19f28ea]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:none;cursor:pointer;color:var(--nm-text-secondary);border-radius:var(--nm-border-radius-sm);transition:all var(--nm-transition-fast)}.nm-datepicker__nav-btn[data-v-d19f28ea]:hover{background-color:var(--nm-surface-raised);color:var(--nm-text-primary);box-shadow:inset 1px 1px 2px var(--nm-shadow-dark),inset -1px -1px 2px var(--nm-shadow-light)}.nm-datepicker__nav-btn[data-v-d19f28ea]:active{box-shadow:inset 2px 2px 4px var(--nm-shadow-dark),inset -2px -2px 4px var(--nm-shadow-light)}.nm-datepicker__header-label[data-v-d19f28ea]{flex:1;text-align:center;font-size:var(--nm-font-base);font-weight:600;color:var(--nm-text-primary);min-width:0;white-space:nowrap}.nm-datepicker__weekdays[data-v-d19f28ea]{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:2px}.nm-datepicker__weekday[data-v-d19f28ea]{display:flex;align-items:center;justify-content:center;height:32px;font-size:var(--nm-font-xs);font-weight:600;color:var(--nm-text-secondary);text-transform:uppercase}.nm-datepicker__days[data-v-d19f28ea]{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.nm-datepicker__day[data-v-d19f28ea]{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1;border:none;background:none;cursor:pointer;font-size:var(--nm-font-sm);color:var(--nm-text-primary);border-radius:var(--nm-border-radius-sm);transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1);position:relative}.nm-datepicker__day[data-v-d19f28ea]:hover:not(.nm-datepicker__day--disabled):not(.nm-datepicker__day--selected){background-color:var(--nm-surface-raised);box-shadow:inset 1px 1px 2px var(--nm-shadow-dark),inset -1px -1px 2px var(--nm-shadow-light)}.nm-datepicker__day--other-month[data-v-d19f28ea]{color:var(--nm-text-disabled);cursor:default}.nm-datepicker__day--other-month[data-v-d19f28ea]:hover{background:none;box-shadow:none}.nm-datepicker__day--today[data-v-d19f28ea]:not(.nm-datepicker__day--selected){color:var(--nm-primary-color);font-weight:600}.nm-datepicker__day--today[data-v-d19f28ea]:not(.nm-datepicker__day--selected):after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:var(--nm-border-radius-sm);border:2px solid var(--nm-primary-color);pointer-events:none}.nm-datepicker__day--selected[data-v-d19f28ea]{background-color:var(--nm-primary-color);color:var(--nm-text-on-primary);font-weight:600;box-shadow:inset 2px 2px 4px var(--nm-shadow-dark),inset -2px -2px 4px var(--nm-shadow-light);box-shadow:inset 3px 3px 6px var(--nm-shadow-dark-strong),inset -3px -3px 6px var(--nm-shadow-light-strong),0 0 8px color-mix(in srgb,var(--nm-primary-color) 40%,transparent)}.nm-datepicker__day--in-range[data-v-d19f28ea]:not(.nm-datepicker__day--selected){background-color:color-mix(in srgb,var(--nm-primary-color) 15%,transparent);border-radius:0}.nm-datepicker__day--disabled[data-v-d19f28ea]{color:var(--nm-text-disabled);cursor:not-allowed;opacity:.5}.nm-datepicker__footer[data-v-d19f28ea]{display:flex;justify-content:center;margin-top:var(--nm-spacing-sm);padding-top:var(--nm-spacing-sm);border-top:1px solid var(--nm-border-subtle, color-mix(in srgb, var(--nm-text-placeholder) 12%, transparent))}.nm-datepicker__today-btn[data-v-d19f28ea]{display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;border:none;background:none;cursor:pointer;font-size:var(--nm-font-sm);font-weight:500;color:var(--nm-primary-color);border-radius:var(--nm-border-radius-sm);transition:all var(--nm-transition-fast)}.nm-datepicker__today-btn[data-v-d19f28ea]:hover{background-color:color-mix(in srgb,var(--nm-primary-color) 10%,transparent);box-shadow:inset 1px 1px 2px var(--nm-shadow-dark),inset -1px -1px 2px var(--nm-shadow-light)}.nm-datepicker__today-btn[data-v-d19f28ea]:active{box-shadow:inset 2px 2px 4px var(--nm-shadow-dark),inset -2px -2px 4px var(--nm-shadow-light)}@media (prefers-reduced-motion: reduce){.nm-datepicker__day[data-v-d19f28ea],.nm-datepicker__nav-btn[data-v-d19f28ea],.nm-datepicker__today-btn[data-v-d19f28ea]{transition:none}}
|