create-yoya-ui 0.2.0 → 0.2.2
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 +11 -10
- package/bin/create-yoya-ui.js +1 -1
- package/package.json +1 -1
- package/templates/admin/README.md +59 -47
- package/templates/admin/RULES.md +105 -0
- package/templates/admin/dist/assets/index-C9C1xRte.js +35 -0
- package/templates/admin/dist/assets/index-Dh32qJDx.css +1 -0
- package/templates/admin/dist/index.html +13 -0
- package/templates/admin/node_modules/.bin/nanoid +16 -0
- package/templates/admin/node_modules/.bin/nanoid.cmd +17 -0
- package/templates/admin/node_modules/.bin/nanoid.ps1 +28 -0
- package/templates/admin/node_modules/.bin/rolldown +16 -0
- package/templates/admin/node_modules/.bin/rolldown.cmd +17 -0
- package/templates/admin/node_modules/.bin/rolldown.ps1 +28 -0
- package/templates/admin/node_modules/.bin/tsc +16 -0
- package/templates/admin/node_modules/.bin/tsc.cmd +17 -0
- package/templates/admin/node_modules/.bin/tsc.ps1 +28 -0
- package/templates/admin/node_modules/.bin/vite +16 -0
- package/templates/admin/node_modules/.bin/vite.cmd +17 -0
- package/templates/admin/node_modules/.bin/vite.ps1 +28 -0
- package/templates/admin/node_modules/.package-lock.json +389 -0
- package/templates/admin/node_modules/.vite/deps/@yoyaflow_yoya-ui.js +13116 -0
- package/templates/admin/node_modules/.vite/deps/@yoyaflow_yoya-ui.js.map +1 -0
- package/templates/admin/node_modules/.vite/deps/_metadata.json +12 -5
- package/templates/admin/node_modules/@oxc-project/types/LICENSE +22 -0
- package/templates/admin/node_modules/@oxc-project/types/README.md +3 -0
- package/templates/admin/node_modules/@oxc-project/types/package.json +26 -0
- package/templates/admin/node_modules/@oxc-project/types/types.d.ts +1912 -0
- package/templates/admin/node_modules/@rolldown/binding-win32-x64-msvc/README.md +3 -0
- package/templates/admin/node_modules/@rolldown/binding-win32-x64-msvc/package.json +37 -0
- package/templates/admin/node_modules/@rolldown/binding-win32-x64-msvc/rolldown-binding.win32-x64-msvc.node +0 -0
- package/templates/admin/node_modules/@rolldown/pluginutils/LICENSE +21 -0
- package/templates/admin/node_modules/@rolldown/pluginutils/README.md +145 -0
- package/templates/admin/node_modules/@rolldown/pluginutils/dist/filter/index.d.mts +194 -0
- package/templates/admin/node_modules/@rolldown/pluginutils/dist/filter/index.mjs +2 -0
- package/templates/admin/node_modules/@rolldown/pluginutils/dist/filter-B_mD-HGz.mjs +323 -0
- package/templates/admin/node_modules/@rolldown/pluginutils/dist/index.d.mts +2 -0
- package/templates/admin/node_modules/@rolldown/pluginutils/dist/index.mjs +2 -0
- package/templates/admin/node_modules/@rolldown/pluginutils/package.json +40 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/LICENSE +55 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/NOTICE.txt +436 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/README.md +3 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.d.ts +20 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.decorators.d.ts +382 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.decorators.legacy.d.ts +20 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.dom.asynciterable.d.ts +18 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.dom.d.ts +45125 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.dom.iterable.d.ts +18 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.collection.d.ts +159 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.core.d.ts +595 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.d.ts +26 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.generator.d.ts +75 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.iterable.d.ts +603 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.promise.d.ts +79 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.proxy.d.ts +126 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.reflect.d.ts +142 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.symbol.d.ts +44 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.symbol.wellknown.d.ts +324 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2016.array.include.d.ts +114 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2016.d.ts +19 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2016.full.d.ts +21 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2016.intl.d.ts +29 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.arraybuffer.d.ts +19 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.d.ts +24 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.date.d.ts +29 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.full.d.ts +21 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.intl.d.ts +42 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.object.d.ts +47 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.sharedmemory.d.ts +133 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.string.d.ts +47 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.typedarrays.d.ts +51 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2018.asyncgenerator.d.ts +75 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2018.asynciterable.d.ts +51 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2018.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2018.full.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2018.intl.d.ts +81 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2018.promise.d.ts +28 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2018.regexp.d.ts +35 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2019.array.d.ts +77 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2019.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2019.full.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2019.intl.d.ts +21 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2019.object.d.ts +31 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2019.string.d.ts +35 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2019.symbol.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.bigint.d.ts +763 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.d.ts +25 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.date.d.ts +40 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.full.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.intl.d.ts +472 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.number.d.ts +26 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.promise.d.ts +45 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.sharedmemory.d.ts +97 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.string.d.ts +42 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.symbol.wellknown.d.ts +39 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2021.d.ts +21 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2021.full.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2021.intl.d.ts +164 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2021.promise.d.ts +46 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2021.string.d.ts +31 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2021.weakref.d.ts +76 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.array.d.ts +119 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.d.ts +23 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.error.d.ts +73 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.full.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.intl.d.ts +143 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.object.d.ts +24 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.regexp.d.ts +37 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.string.d.ts +23 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2023.array.d.ts +922 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2023.collection.d.ts +19 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2023.d.ts +20 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2023.full.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2023.intl.d.ts +62 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.arraybuffer.d.ts +63 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.collection.d.ts +27 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.d.ts +24 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.full.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.object.d.ts +27 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.promise.d.ts +33 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.regexp.d.ts +23 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.sharedmemory.d.ts +66 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.string.d.ts +27 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.collection.d.ts +94 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.d.ts +23 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.float16.d.ts +443 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.full.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.intl.d.ts +200 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.iterator.d.ts +146 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.promise.d.ts +32 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.regexp.d.ts +30 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es5.d.ts +4599 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es6.d.ts +21 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.array.d.ts +33 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.collection.d.ts +47 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.d.ts +27 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.date.d.ts +21 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.decorators.d.ts +26 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.disposable.d.ts +191 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.error.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.full.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.intl.d.ts +107 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.sharedmemory.d.ts +23 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.temporal.d.ts +485 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.typedarrays.d.ts +90 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.scripthost.d.ts +320 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.webworker.asynciterable.d.ts +18 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.webworker.d.ts +15606 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.webworker.importscripts.d.ts +21 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.webworker.iterable.d.ts +18 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/tsc.exe +0 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/package.json +45 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/LICENSE +21 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/README.md +271 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/README.zh-CN.md +272 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/dist/echarts.min.js +45 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/dist/yoya-ui.umd.js +35 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/dist/yoya.core.js +1779 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/dist/yoya.echart.js +643 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/dist/yoya.ssr.js +2856 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/dist/yoya.ui.css +2289 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/dist/yoya.ui.js +13174 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/package.json +94 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/actions.d.ts +166 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/async.d.ts +108 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/chart.d.ts +40 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/core.d.ts +582 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/css.d.ts +5 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/data-display.d.ts +620 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/effects.d.ts +64 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/feedback.d.ts +119 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/form.d.ts +507 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/html.d.ts +288 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/i18n.d.ts +56 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/index.d.ts +4 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/layout.d.ts +444 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/navigation.d.ts +275 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/router.d.ts +123 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/ssr.d.ts +124 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/svg.d.ts +159 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/theme.d.ts +40 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/yoya.core.d.ts +7 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/yoya.echart.d.ts +4 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/yoya.ssr.d.ts +9 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/yoya.ui.d.ts +19 -0
- package/templates/admin/node_modules/detect-libc/LICENSE +201 -0
- package/templates/admin/node_modules/detect-libc/README.md +163 -0
- package/templates/admin/node_modules/detect-libc/index.d.ts +14 -0
- package/templates/admin/node_modules/detect-libc/lib/detect-libc.js +313 -0
- package/templates/admin/node_modules/detect-libc/lib/elf.js +39 -0
- package/templates/admin/node_modules/detect-libc/lib/filesystem.js +51 -0
- package/templates/admin/node_modules/detect-libc/lib/process.js +24 -0
- package/templates/admin/node_modules/detect-libc/package.json +44 -0
- package/templates/admin/node_modules/fdir/LICENSE +7 -0
- package/templates/admin/node_modules/fdir/README.md +91 -0
- package/templates/admin/node_modules/fdir/dist/index.cjs +588 -0
- package/templates/admin/node_modules/fdir/dist/index.d.cts +155 -0
- package/templates/admin/node_modules/fdir/dist/index.d.mts +155 -0
- package/templates/admin/node_modules/fdir/dist/index.mjs +570 -0
- package/templates/admin/node_modules/fdir/package.json +103 -0
- package/templates/admin/node_modules/lightningcss/LICENSE +373 -0
- package/templates/admin/node_modules/lightningcss/README.md +105 -0
- package/templates/admin/node_modules/lightningcss/node/ast.d.ts +9965 -0
- package/templates/admin/node_modules/lightningcss/node/ast.js.flow +10615 -0
- package/templates/admin/node_modules/lightningcss/node/browserslistToTargets.js +48 -0
- package/templates/admin/node_modules/lightningcss/node/composeVisitors.js +450 -0
- package/templates/admin/node_modules/lightningcss/node/flags.js +28 -0
- package/templates/admin/node_modules/lightningcss/node/index.d.ts +501 -0
- package/templates/admin/node_modules/lightningcss/node/index.js +59 -0
- package/templates/admin/node_modules/lightningcss/node/index.js.flow +854 -0
- package/templates/admin/node_modules/lightningcss/node/index.mjs +4 -0
- package/templates/admin/node_modules/lightningcss/node/targets.d.ts +40 -0
- package/templates/admin/node_modules/lightningcss/node/targets.js.flow +39 -0
- package/templates/admin/node_modules/lightningcss/package.json +110 -0
- package/templates/admin/node_modules/lightningcss-win32-x64-msvc/LICENSE +373 -0
- package/templates/admin/node_modules/lightningcss-win32-x64-msvc/README.md +1 -0
- package/templates/admin/node_modules/lightningcss-win32-x64-msvc/lightningcss.win32-x64-msvc.node +0 -0
- package/templates/admin/node_modules/lightningcss-win32-x64-msvc/package.json +34 -0
- package/templates/admin/node_modules/nanoid/LICENSE +20 -0
- package/templates/admin/node_modules/nanoid/README.md +39 -0
- package/templates/admin/node_modules/nanoid/async/index.browser.cjs +43 -0
- package/templates/admin/node_modules/nanoid/async/index.browser.js +43 -0
- package/templates/admin/node_modules/nanoid/async/index.cjs +47 -0
- package/templates/admin/node_modules/nanoid/async/index.d.ts +56 -0
- package/templates/admin/node_modules/nanoid/async/index.js +47 -0
- package/templates/admin/node_modules/nanoid/async/index.native.js +38 -0
- package/templates/admin/node_modules/nanoid/async/package.json +12 -0
- package/templates/admin/node_modules/nanoid/bin/nanoid.cjs +55 -0
- package/templates/admin/node_modules/nanoid/index.browser.cjs +45 -0
- package/templates/admin/node_modules/nanoid/index.browser.js +45 -0
- package/templates/admin/node_modules/nanoid/index.cjs +58 -0
- package/templates/admin/node_modules/nanoid/index.d.cts +91 -0
- package/templates/admin/node_modules/nanoid/index.d.ts +91 -0
- package/templates/admin/node_modules/nanoid/index.js +63 -0
- package/templates/admin/node_modules/nanoid/nanoid.js +1 -0
- package/templates/admin/node_modules/nanoid/non-secure/index.cjs +24 -0
- package/templates/admin/node_modules/nanoid/non-secure/index.d.ts +33 -0
- package/templates/admin/node_modules/nanoid/non-secure/index.js +24 -0
- package/templates/admin/node_modules/nanoid/non-secure/package.json +6 -0
- package/templates/admin/node_modules/nanoid/package.json +89 -0
- package/templates/admin/node_modules/nanoid/url-alphabet/index.cjs +4 -0
- package/templates/admin/node_modules/nanoid/url-alphabet/index.js +4 -0
- package/templates/admin/node_modules/nanoid/url-alphabet/package.json +6 -0
- package/templates/admin/node_modules/picocolors/LICENSE +15 -0
- package/templates/admin/node_modules/picocolors/README.md +21 -0
- package/templates/admin/node_modules/picocolors/package.json +25 -0
- package/templates/admin/node_modules/picocolors/picocolors.browser.js +4 -0
- package/templates/admin/node_modules/picocolors/picocolors.d.ts +5 -0
- package/templates/admin/node_modules/picocolors/picocolors.js +75 -0
- package/templates/admin/node_modules/picocolors/types.d.ts +51 -0
- package/templates/admin/node_modules/picomatch/LICENSE +21 -0
- package/templates/admin/node_modules/picomatch/README.md +743 -0
- package/templates/admin/node_modules/picomatch/index.js +17 -0
- package/templates/admin/node_modules/picomatch/lib/constants.js +184 -0
- package/templates/admin/node_modules/picomatch/lib/parse.js +1425 -0
- package/templates/admin/node_modules/picomatch/lib/picomatch.js +361 -0
- package/templates/admin/node_modules/picomatch/lib/scan.js +403 -0
- package/templates/admin/node_modules/picomatch/lib/utils.js +72 -0
- package/templates/admin/node_modules/picomatch/package.json +83 -0
- package/templates/admin/node_modules/picomatch/posix.js +3 -0
- package/templates/admin/node_modules/postcss/LICENSE +20 -0
- package/templates/admin/node_modules/postcss/README.md +27 -0
- package/templates/admin/node_modules/postcss/lib/at-rule.d.ts +139 -0
- package/templates/admin/node_modules/postcss/lib/at-rule.js +25 -0
- package/templates/admin/node_modules/postcss/lib/comment.d.ts +67 -0
- package/templates/admin/node_modules/postcss/lib/comment.js +13 -0
- package/templates/admin/node_modules/postcss/lib/container.d.ts +478 -0
- package/templates/admin/node_modules/postcss/lib/container.js +494 -0
- package/templates/admin/node_modules/postcss/lib/css-syntax-error.d.ts +247 -0
- package/templates/admin/node_modules/postcss/lib/css-syntax-error.js +133 -0
- package/templates/admin/node_modules/postcss/lib/declaration.d.ts +150 -0
- package/templates/admin/node_modules/postcss/lib/declaration.js +24 -0
- package/templates/admin/node_modules/postcss/lib/document.d.ts +68 -0
- package/templates/admin/node_modules/postcss/lib/document.js +33 -0
- package/templates/admin/node_modules/postcss/lib/fromJSON.d.ts +9 -0
- package/templates/admin/node_modules/postcss/lib/fromJSON.js +107 -0
- package/templates/admin/node_modules/postcss/lib/input.d.ts +226 -0
- package/templates/admin/node_modules/postcss/lib/input.js +282 -0
- package/templates/admin/node_modules/postcss/lib/lazy-result.d.ts +189 -0
- package/templates/admin/node_modules/postcss/lib/lazy-result.js +626 -0
- package/templates/admin/node_modules/postcss/lib/list.d.ts +60 -0
- package/templates/admin/node_modules/postcss/lib/list.js +59 -0
- package/templates/admin/node_modules/postcss/lib/map-generator.js +376 -0
- package/templates/admin/node_modules/postcss/lib/no-work-result.d.ts +45 -0
- package/templates/admin/node_modules/postcss/lib/no-work-result.js +137 -0
- package/templates/admin/node_modules/postcss/lib/node.d.ts +555 -0
- package/templates/admin/node_modules/postcss/lib/node.js +494 -0
- package/templates/admin/node_modules/postcss/lib/parse.d.ts +9 -0
- package/templates/admin/node_modules/postcss/lib/parse.js +42 -0
- package/templates/admin/node_modules/postcss/lib/parser.js +618 -0
- package/templates/admin/node_modules/postcss/lib/postcss.d.mts +66 -0
- package/templates/admin/node_modules/postcss/lib/postcss.d.ts +464 -0
- package/templates/admin/node_modules/postcss/lib/postcss.js +101 -0
- package/templates/admin/node_modules/postcss/lib/postcss.mjs +30 -0
- package/templates/admin/node_modules/postcss/lib/previous-map.d.ts +80 -0
- package/templates/admin/node_modules/postcss/lib/previous-map.js +176 -0
- package/templates/admin/node_modules/postcss/lib/processor.d.ts +114 -0
- package/templates/admin/node_modules/postcss/lib/processor.js +67 -0
- package/templates/admin/node_modules/postcss/lib/result.d.ts +204 -0
- package/templates/admin/node_modules/postcss/lib/result.js +42 -0
- package/templates/admin/node_modules/postcss/lib/root.d.ts +86 -0
- package/templates/admin/node_modules/postcss/lib/root.js +76 -0
- package/templates/admin/node_modules/postcss/lib/rule.d.ts +126 -0
- package/templates/admin/node_modules/postcss/lib/rule.js +27 -0
- package/templates/admin/node_modules/postcss/lib/stringifier.d.ts +45 -0
- package/templates/admin/node_modules/postcss/lib/stringifier.js +461 -0
- package/templates/admin/node_modules/postcss/lib/stringify.d.ts +9 -0
- package/templates/admin/node_modules/postcss/lib/stringify.js +11 -0
- package/templates/admin/node_modules/postcss/lib/symbols.js +5 -0
- package/templates/admin/node_modules/postcss/lib/terminal-highlight.js +70 -0
- package/templates/admin/node_modules/postcss/lib/tokenize.js +270 -0
- package/templates/admin/node_modules/postcss/lib/warn-once.js +13 -0
- package/templates/admin/node_modules/postcss/lib/warning.d.ts +146 -0
- package/templates/admin/node_modules/postcss/lib/warning.js +47 -0
- package/templates/admin/node_modules/postcss/package.json +88 -0
- package/templates/admin/node_modules/rolldown/LICENSE +25 -0
- package/templates/admin/node_modules/rolldown/README.md +11 -0
- package/templates/admin/node_modules/rolldown/THIRD-PARTY-LICENSE +33 -0
- package/templates/admin/node_modules/rolldown/bin/cli.mjs +11 -0
- package/templates/admin/node_modules/rolldown/dist/cli.d.mts +1 -0
- package/templates/admin/node_modules/rolldown/dist/cli.mjs +1208 -0
- package/templates/admin/node_modules/rolldown/dist/config.d.mts +26 -0
- package/templates/admin/node_modules/rolldown/dist/config.mjs +4 -0
- package/templates/admin/node_modules/rolldown/dist/experimental-default-runtime.mjs +116 -0
- package/templates/admin/node_modules/rolldown/dist/experimental-index.d.mts +324 -0
- package/templates/admin/node_modules/rolldown/dist/experimental-index.mjs +383 -0
- package/templates/admin/node_modules/rolldown/dist/experimental-runtime-base.mjs +95 -0
- package/templates/admin/node_modules/rolldown/dist/experimental-runtime-types.d.ts +177 -0
- package/templates/admin/node_modules/rolldown/dist/experimental-runtime.d.ts +177 -0
- package/templates/admin/node_modules/rolldown/dist/experimental-runtime.mjs +257 -0
- package/templates/admin/node_modules/rolldown/dist/filter-index.d.mts +196 -0
- package/templates/admin/node_modules/rolldown/dist/filter-index.mjs +376 -0
- package/templates/admin/node_modules/rolldown/dist/get-log-filter.d.mts +3 -0
- package/templates/admin/node_modules/rolldown/dist/get-log-filter.mjs +68 -0
- package/templates/admin/node_modules/rolldown/dist/index.d.mts +4 -0
- package/templates/admin/node_modules/rolldown/dist/index.mjs +56 -0
- package/templates/admin/node_modules/rolldown/dist/parallel-plugin-worker.d.mts +1 -0
- package/templates/admin/node_modules/rolldown/dist/parallel-plugin-worker.mjs +29 -0
- package/templates/admin/node_modules/rolldown/dist/parallel-plugin.d.mts +12 -0
- package/templates/admin/node_modules/rolldown/dist/parallel-plugin.mjs +6 -0
- package/templates/admin/node_modules/rolldown/dist/parse-ast-index.d.mts +30 -0
- package/templates/admin/node_modules/rolldown/dist/parse-ast-index.mjs +60 -0
- package/templates/admin/node_modules/rolldown/dist/plugins-index.d.mts +32 -0
- package/templates/admin/node_modules/rolldown/dist/plugins-index.mjs +40 -0
- package/templates/admin/node_modules/rolldown/dist/shared/binding-CtPG-2KR.mjs +675 -0
- package/templates/admin/node_modules/rolldown/dist/shared/binding-Og__jmUi.d.mts +2065 -0
- package/templates/admin/node_modules/rolldown/dist/shared/bindingify-input-options-4JJxbZl2.mjs +2416 -0
- package/templates/admin/node_modules/rolldown/dist/shared/constructors-Qrp2Xr6w.d.mts +35 -0
- package/templates/admin/node_modules/rolldown/dist/shared/constructors-ltBDfHX1.mjs +69 -0
- package/templates/admin/node_modules/rolldown/dist/shared/create-bundler-option-DSPiA5F7.mjs +3220 -0
- package/templates/admin/node_modules/rolldown/dist/shared/define-config-Demdg3_4.mjs +6 -0
- package/templates/admin/node_modules/rolldown/dist/shared/define-config-Nbz-lniw.d.mts +4101 -0
- package/templates/admin/node_modules/rolldown/dist/shared/dist-DKbukT1H.mjs +154 -0
- package/templates/admin/node_modules/rolldown/dist/shared/error-HDibX49O.mjs +85 -0
- package/templates/admin/node_modules/rolldown/dist/shared/get-log-filter-AjBknEEO.d.mts +34 -0
- package/templates/admin/node_modules/rolldown/dist/shared/load-config-BMUrE9HH.mjs +137 -0
- package/templates/admin/node_modules/rolldown/dist/shared/logging-xuHO4mAy.d.mts +50 -0
- package/templates/admin/node_modules/rolldown/dist/shared/logs-DmYCAKcW.mjs +192 -0
- package/templates/admin/node_modules/rolldown/dist/shared/misc-DOSKtd97.mjs +29 -0
- package/templates/admin/node_modules/rolldown/dist/shared/normalize-string-or-regex-DWz4it3p.mjs +68 -0
- package/templates/admin/node_modules/rolldown/dist/shared/parse-D0g29RgN.mjs +74 -0
- package/templates/admin/node_modules/rolldown/dist/shared/prompt-CH6TK0bC.mjs +885 -0
- package/templates/admin/node_modules/rolldown/dist/shared/resolve-tsconfig-CLYpUIZC.mjs +128 -0
- package/templates/admin/node_modules/rolldown/dist/shared/rolldown-C9Hfg50O.mjs +179 -0
- package/templates/admin/node_modules/rolldown/dist/shared/transform-DR4CXeQm.d.mts +152 -0
- package/templates/admin/node_modules/rolldown/dist/shared/watch-UbzgabQn.mjs +377 -0
- package/templates/admin/node_modules/rolldown/dist/utils-index.d.mts +375 -0
- package/templates/admin/node_modules/rolldown/dist/utils-index.mjs +2416 -0
- package/templates/admin/node_modules/rolldown/package.json +164 -0
- package/templates/admin/node_modules/source-map-js/LICENSE +28 -0
- package/templates/admin/node_modules/source-map-js/README.md +765 -0
- package/templates/admin/node_modules/source-map-js/lib/array-set.js +121 -0
- package/templates/admin/node_modules/source-map-js/lib/base64-vlq.js +140 -0
- package/templates/admin/node_modules/source-map-js/lib/base64.js +67 -0
- package/templates/admin/node_modules/source-map-js/lib/binary-search.js +111 -0
- package/templates/admin/node_modules/source-map-js/lib/mapping-list.js +79 -0
- package/templates/admin/node_modules/source-map-js/lib/quick-sort.js +132 -0
- package/templates/admin/node_modules/source-map-js/lib/source-map-consumer.d.ts +1 -0
- package/templates/admin/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
- package/templates/admin/node_modules/source-map-js/lib/source-map-generator.d.ts +1 -0
- package/templates/admin/node_modules/source-map-js/lib/source-map-generator.js +444 -0
- package/templates/admin/node_modules/source-map-js/lib/source-node.d.ts +1 -0
- package/templates/admin/node_modules/source-map-js/lib/source-node.js +413 -0
- package/templates/admin/node_modules/source-map-js/lib/util.js +594 -0
- package/templates/admin/node_modules/source-map-js/package.json +71 -0
- package/templates/admin/node_modules/source-map-js/source-map.d.ts +104 -0
- package/templates/admin/node_modules/source-map-js/source-map.js +8 -0
- package/templates/admin/node_modules/tinyglobby/LICENSE +21 -0
- package/templates/admin/node_modules/tinyglobby/README.md +25 -0
- package/templates/admin/node_modules/tinyglobby/dist/index.cjs +335 -0
- package/templates/admin/node_modules/tinyglobby/dist/index.d.cts +148 -0
- package/templates/admin/node_modules/tinyglobby/dist/index.d.mts +148 -0
- package/templates/admin/node_modules/tinyglobby/dist/index.mjs +307 -0
- package/templates/admin/node_modules/tinyglobby/package.json +70 -0
- package/templates/admin/node_modules/typescript/LICENSE +55 -0
- package/templates/admin/node_modules/typescript/NOTICE.txt +436 -0
- package/templates/admin/node_modules/typescript/README.md +49 -0
- package/templates/admin/node_modules/typescript/bin/tsc +2 -0
- package/templates/admin/node_modules/typescript/dist/api/async/api.d.ts +529 -0
- package/templates/admin/node_modules/typescript/dist/api/async/api.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/async/api.js +1657 -0
- package/templates/admin/node_modules/typescript/dist/api/async/api.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/async/client.d.ts +39 -0
- package/templates/admin/node_modules/typescript/dist/api/async/client.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/async/client.js +211 -0
- package/templates/admin/node_modules/typescript/dist/api/async/client.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/async/types.d.ts +310 -0
- package/templates/admin/node_modules/typescript/dist/api/async/types.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/async/types.js +2 -0
- package/templates/admin/node_modules/typescript/dist/api/async/types.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/compilerOptions.d.ts +109 -0
- package/templates/admin/node_modules/typescript/dist/api/compilerOptions.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/compilerOptions.js +2 -0
- package/templates/admin/node_modules/typescript/dist/api/compilerOptions.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/fs.d.ts +23 -0
- package/templates/admin/node_modules/typescript/dist/api/fs.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/fs.js +109 -0
- package/templates/admin/node_modules/typescript/dist/api/fs.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/encoder.d.ts +15 -0
- package/templates/admin/node_modules/typescript/dist/api/node/encoder.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/encoder.generated.d.ts +5 -0
- package/templates/admin/node_modules/typescript/dist/api/node/encoder.generated.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/encoder.generated.js +74 -0
- package/templates/admin/node_modules/typescript/dist/api/node/encoder.generated.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/encoder.js +287 -0
- package/templates/admin/node_modules/typescript/dist/api/node/encoder.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/msgpack.d.ts +32 -0
- package/templates/admin/node_modules/typescript/dist/api/node/msgpack.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/msgpack.js +213 -0
- package/templates/admin/node_modules/typescript/dist/api/node/msgpack.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.d.ts +76 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.generated.d.ts +182 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.generated.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.generated.js +835 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.generated.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.infrastructure.d.ts +62 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.infrastructure.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.infrastructure.js +122 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.infrastructure.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.js +298 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/protocol.d.ts +29 -0
- package/templates/admin/node_modules/typescript/dist/api/node/protocol.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/protocol.generated.d.ts +4 -0
- package/templates/admin/node_modules/typescript/dist/api/node/protocol.generated.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/protocol.generated.js +241 -0
- package/templates/admin/node_modules/typescript/dist/api/node/protocol.generated.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/protocol.js +30 -0
- package/templates/admin/node_modules/typescript/dist/api/node/protocol.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/wtf8.d.ts +6 -0
- package/templates/admin/node_modules/typescript/dist/api/node/wtf8.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/wtf8.js +61 -0
- package/templates/admin/node_modules/typescript/dist/api/node/wtf8.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/options.d.ts +32 -0
- package/templates/admin/node_modules/typescript/dist/api/options.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/options.js +11 -0
- package/templates/admin/node_modules/typescript/dist/api/options.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/path.d.ts +110 -0
- package/templates/admin/node_modules/typescript/dist/api/path.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/path.js +508 -0
- package/templates/admin/node_modules/typescript/dist/api/path.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/proto.d.ts +239 -0
- package/templates/admin/node_modules/typescript/dist/api/proto.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/proto.js +37 -0
- package/templates/admin/node_modules/typescript/dist/api/proto.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/sourceFileCache.d.ts +79 -0
- package/templates/admin/node_modules/typescript/dist/api/sourceFileCache.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/sourceFileCache.js +169 -0
- package/templates/admin/node_modules/typescript/dist/api/sourceFileCache.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/api.d.ts +529 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/api.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/api.js +1665 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/api.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/client.d.ts +30 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/client.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/client.js +124 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/client.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/types.d.ts +310 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/types.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/types.js +2 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/types.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/syncChannel.d.ts +114 -0
- package/templates/admin/node_modules/typescript/dist/api/syncChannel.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/syncChannel.js +508 -0
- package/templates/admin/node_modules/typescript/dist/api/syncChannel.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/timing.d.ts +175 -0
- package/templates/admin/node_modules/typescript/dist/api/timing.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/timing.js +149 -0
- package/templates/admin/node_modules/typescript/dist/api/timing.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/ast.d.ts +100 -0
- package/templates/admin/node_modules/typescript/dist/ast/ast.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/ast.generated.d.ts +1161 -0
- package/templates/admin/node_modules/typescript/dist/ast/ast.generated.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/ast.generated.js +4 -0
- package/templates/admin/node_modules/typescript/dist/ast/ast.generated.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/ast.js +7 -0
- package/templates/admin/node_modules/typescript/dist/ast/ast.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/astnav.d.ts +19 -0
- package/templates/admin/node_modules/typescript/dist/ast/astnav.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/astnav.js +596 -0
- package/templates/admin/node_modules/typescript/dist/ast/astnav.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/clone.d.ts +16 -0
- package/templates/admin/node_modules/typescript/dist/ast/clone.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/clone.js +104 -0
- package/templates/admin/node_modules/typescript/dist/ast/clone.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/factory.generated.d.ts +520 -0
- package/templates/admin/node_modules/typescript/dist/ast/factory.generated.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/factory.generated.js +3057 -0
- package/templates/admin/node_modules/typescript/dist/ast/factory.generated.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/index.d.ts +20 -0
- package/templates/admin/node_modules/typescript/dist/ast/index.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/index.js +20 -0
- package/templates/admin/node_modules/typescript/dist/ast/index.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/is.d.ts +35 -0
- package/templates/admin/node_modules/typescript/dist/ast/is.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/is.generated.d.ts +329 -0
- package/templates/admin/node_modules/typescript/dist/ast/is.generated.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/is.generated.js +1103 -0
- package/templates/admin/node_modules/typescript/dist/ast/is.generated.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/is.js +233 -0
- package/templates/admin/node_modules/typescript/dist/ast/is.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/jsdoc.d.ts +11 -0
- package/templates/admin/node_modules/typescript/dist/ast/jsdoc.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/jsdoc.js +202 -0
- package/templates/admin/node_modules/typescript/dist/ast/jsdoc.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/scanner.d.ts +97 -0
- package/templates/admin/node_modules/typescript/dist/ast/scanner.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/scanner.js +2230 -0
- package/templates/admin/node_modules/typescript/dist/ast/scanner.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/utils.d.ts +17 -0
- package/templates/admin/node_modules/typescript/dist/ast/utils.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/utils.js +67 -0
- package/templates/admin/node_modules/typescript/dist/ast/utils.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/visitor.d.ts +14 -0
- package/templates/admin/node_modules/typescript/dist/ast/visitor.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/visitor.generated.d.ts +50 -0
- package/templates/admin/node_modules/typescript/dist/ast/visitor.generated.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/visitor.generated.js +978 -0
- package/templates/admin/node_modules/typescript/dist/ast/visitor.generated.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/visitor.js +47 -0
- package/templates/admin/node_modules/typescript/dist/ast/visitor.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/characterCodes.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/characterCodes.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/characterCodes.enum.d.ts +129 -0
- package/templates/admin/node_modules/typescript/dist/enums/characterCodes.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/characterCodes.enum.js +132 -0
- package/templates/admin/node_modules/typescript/dist/enums/characterCodes.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/characterCodes.js +130 -0
- package/templates/admin/node_modules/typescript/dist/enums/characterCodes.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.enum.d.ts +5 -0
- package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.enum.js +6 -0
- package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.js +6 -0
- package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.enum.d.ts +28 -0
- package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.enum.js +30 -0
- package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.js +30 -0
- package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.enum.d.ts +7 -0
- package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.enum.js +9 -0
- package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.js +9 -0
- package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/elementFlags.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/elementFlags.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/elementFlags.enum.d.ts +12 -0
- package/templates/admin/node_modules/typescript/dist/enums/elementFlags.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/elementFlags.enum.js +14 -0
- package/templates/admin/node_modules/typescript/dist/enums/elementFlags.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/elementFlags.js +14 -0
- package/templates/admin/node_modules/typescript/dist/enums/elementFlags.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.enum.d.ts +23 -0
- package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.enum.js +25 -0
- package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.js +25 -0
- package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.enum.d.ts +9 -0
- package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.enum.js +11 -0
- package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.js +11 -0
- package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/languageVariant.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/languageVariant.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/languageVariant.enum.d.ts +5 -0
- package/templates/admin/node_modules/typescript/dist/enums/languageVariant.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/languageVariant.enum.js +6 -0
- package/templates/admin/node_modules/typescript/dist/enums/languageVariant.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/languageVariant.js +6 -0
- package/templates/admin/node_modules/typescript/dist/enums/languageVariant.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.enum.d.ts +42 -0
- package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.enum.js +44 -0
- package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.js +44 -0
- package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.enum.d.ts +7 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.enum.js +9 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.js +9 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleKind.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleKind.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleKind.enum.d.ts +17 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleKind.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleKind.enum.js +19 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleKind.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleKind.js +19 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleKind.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.enum.d.ts +9 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.enum.js +11 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.js +11 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/newLineKind.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/newLineKind.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/newLineKind.enum.d.ts +6 -0
- package/templates/admin/node_modules/typescript/dist/enums/newLineKind.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/newLineKind.enum.js +8 -0
- package/templates/admin/node_modules/typescript/dist/enums/newLineKind.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/newLineKind.js +8 -0
- package/templates/admin/node_modules/typescript/dist/enums/newLineKind.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.enum.d.ts +36 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.enum.js +38 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.js +38 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.enum.d.ts +44 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.enum.js +46 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.js +46 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/objectFlags.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/objectFlags.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/objectFlags.enum.d.ts +50 -0
- package/templates/admin/node_modules/typescript/dist/enums/objectFlags.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/objectFlags.enum.js +52 -0
- package/templates/admin/node_modules/typescript/dist/enums/objectFlags.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/objectFlags.js +52 -0
- package/templates/admin/node_modules/typescript/dist/enums/objectFlags.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.enum.d.ts +16 -0
- package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.enum.js +18 -0
- package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.js +18 -0
- package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.enum.d.ts +13 -0
- package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.enum.js +14 -0
- package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.js +14 -0
- package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptKind.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptKind.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptKind.enum.d.ts +11 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptKind.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptKind.enum.js +12 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptKind.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptKind.js +12 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptKind.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.enum.d.ts +17 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.enum.js +18 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.js +18 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.enum.d.ts +15 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.enum.js +17 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.js +17 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureKind.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureKind.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureKind.enum.d.ts +5 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureKind.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureKind.enum.js +7 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureKind.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureKind.js +7 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureKind.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.enum.d.ts +71 -0
- package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.enum.js +73 -0
- package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.js +73 -0
- package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.enum.d.ts +389 -0
- package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.enum.js +391 -0
- package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.js +391 -0
- package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.enum.d.ts +30 -0
- package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.enum.js +32 -0
- package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.js +32 -0
- package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/typeFlags.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/typeFlags.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/typeFlags.enum.d.ts +76 -0
- package/templates/admin/node_modules/typescript/dist/enums/typeFlags.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/typeFlags.enum.js +78 -0
- package/templates/admin/node_modules/typescript/dist/enums/typeFlags.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/typeFlags.js +78 -0
- package/templates/admin/node_modules/typescript/dist/enums/typeFlags.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.enum.d.ts +7 -0
- package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.enum.js +9 -0
- package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.js +9 -0
- package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/internal/utils.d.ts +23 -0
- package/templates/admin/node_modules/typescript/dist/internal/utils.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/internal/utils.js +25 -0
- package/templates/admin/node_modules/typescript/dist/internal/utils.js.map +1 -0
- package/templates/admin/node_modules/typescript/lib/getExePath.d.ts +2 -0
- package/templates/admin/node_modules/typescript/lib/getExePath.js +70 -0
- package/templates/admin/node_modules/typescript/lib/tsc.js +28 -0
- package/templates/admin/node_modules/typescript/lib/version.cjs +3 -0
- package/templates/admin/node_modules/typescript/lib/version.d.cts +2 -0
- package/templates/admin/node_modules/typescript/package.json +87 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/License.txt +11 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/README.md +54 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/browser/main.d.ts +17 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/browser/main.js +83 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/browser/ril.d.ts +22 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/browser/ril.js +210 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/api.d.ts +14 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/api.js +87 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/cancellation.d.ts +32 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/cancellation.js +132 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/connection.d.ts +367 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/connection.js +1271 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/disposable.d.ts +9 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/disposable.js +16 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/encoding.d.ts +52 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/encoding.js +70 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/events.d.ts +39 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/events.js +135 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/is.d.ts +7 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/is.js +34 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/linkedMap.d.ts +55 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/linkedMap.js +412 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messageBuffer.d.ts +18 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messageBuffer.js +155 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messageReader.d.ts +77 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messageReader.js +246 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messageWriter.d.ts +60 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messageWriter.js +157 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messages.d.ts +369 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messages.js +436 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/ral.d.ts +74 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/ral.js +23 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/semaphore.d.ts +10 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/semaphore.js +74 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/sharedArrayCancellation.d.ts +15 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/sharedArrayCancellation.js +77 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/node/main.d.ts +58 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/node/main.js +289 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/node/ril.d.ts +12 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/node/ril.js +163 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/package.json +54 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/typings/thenable.d.ts +5 -0
- package/templates/admin/node_modules/vite/LICENSE.md +2322 -0
- package/templates/admin/node_modules/vite/README.md +20 -0
- package/templates/admin/node_modules/vite/bin/openChrome.js +68 -0
- package/templates/admin/node_modules/vite/bin/vite.js +79 -0
- package/templates/admin/node_modules/vite/client.d.ts +285 -0
- package/templates/admin/node_modules/vite/dist/client/bundledDevClient.mjs +1829 -0
- package/templates/admin/node_modules/vite/dist/client/client.mjs +1244 -0
- package/templates/admin/node_modules/vite/dist/client/env.mjs +18 -0
- package/templates/admin/node_modules/vite/dist/node/chunks/build.js +5494 -0
- package/templates/admin/node_modules/vite/dist/node/chunks/dist.js +6732 -0
- package/templates/admin/node_modules/vite/dist/node/chunks/lib.js +371 -0
- package/templates/admin/node_modules/vite/dist/node/chunks/moduleRunnerTransport.d.ts +95 -0
- package/templates/admin/node_modules/vite/dist/node/chunks/node.js +37269 -0
- package/templates/admin/node_modules/vite/dist/node/chunks/postcss-import.js +465 -0
- package/templates/admin/node_modules/vite/dist/node/cli.js +835 -0
- package/templates/admin/node_modules/vite/dist/node/index.d.ts +4069 -0
- package/templates/admin/node_modules/vite/dist/node/index.js +2 -0
- package/templates/admin/node_modules/vite/dist/node/internal.d.ts +2 -0
- package/templates/admin/node_modules/vite/dist/node/internal.js +2 -0
- package/templates/admin/node_modules/vite/dist/node/module-runner.d.ts +313 -0
- package/templates/admin/node_modules/vite/dist/node/module-runner.js +1288 -0
- package/templates/admin/node_modules/vite/misc/false.js +1 -0
- package/templates/admin/node_modules/vite/misc/true.js +1 -0
- package/templates/admin/node_modules/vite/package.json +194 -0
- package/templates/admin/node_modules/vite/types/customEvent.d.ts +81 -0
- package/templates/admin/node_modules/vite/types/hmrPayload.d.ts +94 -0
- package/templates/admin/node_modules/vite/types/hot.d.ts +39 -0
- package/templates/admin/node_modules/vite/types/import-meta.d.ts +5 -0
- package/templates/admin/node_modules/vite/types/importGlob.d.ts +131 -0
- package/templates/admin/node_modules/vite/types/importMeta.d.ts +30 -0
- package/templates/admin/node_modules/vite/types/internal/cssPreprocessorOptions.d.ts +44 -0
- package/templates/admin/node_modules/vite/types/internal/esbuildOptions.d.ts +28 -0
- package/templates/admin/node_modules/vite/types/internal/lightningcssOptions.d.ts +18 -0
- package/templates/admin/node_modules/vite/types/internal/rollupTypeCompat.d.ts +24 -0
- package/templates/admin/node_modules/vite/types/internal/terserOptions.d.ts +11 -0
- package/templates/admin/node_modules/vite/types/metadata.d.ts +47 -0
- package/templates/admin/src/features/dashboard/{components → overview/components}/dashboard-chart.js +28 -21
- package/templates/admin/src/features/dashboard/todos/pages/todo-approval-page.js +5 -0
- package/templates/admin/src/features/ops/deploys/pages/deploy-list-page.js +5 -0
- package/templates/admin/src/features/ops/services/pages/service-list-page.js +5 -0
- package/templates/admin/src/features/{dicts → system/dicts}/api/dict.mgr.d.ts +24 -17
- package/templates/admin/src/features/{dicts → system/dicts}/api/dict.mgr.js +24 -14
- package/templates/admin/src/features/{dicts → system/dicts}/api/dict.mock.js +22 -4
- package/templates/admin/src/features/{dicts → system/dicts}/api/dict.state.d.ts +5 -0
- package/templates/admin/src/features/{dicts → system/dicts}/api/dict.state.js +39 -8
- package/templates/admin/src/features/{dicts → system/dicts}/components/dict-editor-dialog.js +1 -1
- package/templates/admin/src/features/{dicts → system/dicts}/pages/dict-list-page.js +41 -21
- package/templates/admin/src/features/{members → system/members}/api/member.mgr.d.ts +10 -9
- package/templates/admin/src/features/{members → system/members}/api/member.mgr.js +8 -3
- package/templates/admin/src/features/{members → system/members}/api/member.mock.js +1 -1
- package/templates/admin/src/features/{members → system/members}/api/member.req.d.ts +1 -1
- package/templates/admin/src/features/{members → system/members}/api/member.req.js +3 -1
- package/templates/admin/src/features/{members → system/members}/api/member.state.js +4 -4
- package/templates/admin/src/features/{members → system/members}/components/member-table.js +1 -1
- package/templates/admin/src/features/{permissions → system/permissions}/api/permission.mgr.d.ts +11 -9
- package/templates/admin/src/features/{permissions → system/permissions}/api/permission.mgr.js +10 -5
- package/templates/admin/src/features/{permissions → system/permissions}/api/permission.mock.js +1 -1
- package/templates/admin/src/features/{permissions → system/permissions}/api/permission.state.js +4 -4
- package/templates/admin/src/features/{permissions → system/permissions}/pages/permission-list-page.js +1 -1
- package/templates/admin/src/features/{roles → system/roles}/api/role.mgr.d.ts +19 -6
- package/templates/admin/src/features/{roles → system/roles}/api/role.mgr.js +8 -3
- package/templates/admin/src/features/{roles → system/roles}/api/role.mock.js +1 -1
- package/templates/admin/src/features/{roles → system/roles}/api/role.state.js +4 -4
- package/templates/admin/src/features/{roles → system/roles}/components/role-table.js +1 -1
- package/templates/admin/src/main.js +16 -12
- package/templates/admin/src/{ui/row-action-button.js → shared/ui.buttons.js} +1 -0
- package/templates/admin/src/{ui/placeholder-page.js → shared/ui.pages.js} +1 -0
- package/templates/admin/src/shell/api/shell.mock.js +42 -0
- package/templates/admin/src/shell/api/shell.req.js +17 -0
- package/templates/admin/src/shell/api/shell.state.js +90 -0
- package/templates/admin/src/shell/api/shell.views.js +19 -0
- package/templates/admin/src/shell/components/admin-shell.js +42 -0
- package/templates/admin/src/{ui → shell/components}/app-navbar.js +11 -12
- package/templates/admin/src/shell/components/app-sidebar.js +44 -0
- package/templates/admin/src/{ui → shell/components}/sidebar-menu.js +3 -3
- package/templates/admin/src/shell/router.js +40 -0
- package/templates/admin/src/app/admin-shell.js +0 -51
- package/templates/admin/src/app/modules.js +0 -37
- package/templates/admin/src/app/router.js +0 -20
- package/templates/admin/src/ui/app-sidebar.js +0 -27
- /package/templates/admin/src/features/dashboard/{pages → overview/pages}/dashboard-overview-page.js +0 -0
- /package/templates/admin/src/features/{dicts → system/dicts}/api/dict.views.d.ts +0 -0
- /package/templates/admin/src/features/{dicts → system/dicts}/api/dict.views.js +0 -0
- /package/templates/admin/src/features/{dicts → system/dicts}/components/dict-item-form-dialog.js +0 -0
- /package/templates/admin/src/features/{dicts → system/dicts}/utils/options.js +0 -0
- /package/templates/admin/src/features/{members → system/members}/api/member.state.d.ts +0 -0
- /package/templates/admin/src/features/{members → system/members}/api/member.views.d.ts +0 -0
- /package/templates/admin/src/features/{members → system/members}/api/member.views.js +0 -0
- /package/templates/admin/src/features/{members → system/members}/components/member-form-dialog.js +0 -0
- /package/templates/admin/src/features/{members → system/members}/components/member-toolbar.js +0 -0
- /package/templates/admin/src/features/{members → system/members}/pages/member-list-page.js +0 -0
- /package/templates/admin/src/features/{members → system/members}/utils/options.d.ts +0 -0
- /package/templates/admin/src/features/{members → system/members}/utils/options.js +0 -0
- /package/templates/admin/src/features/{permissions → system/permissions}/api/permission.state.d.ts +0 -0
- /package/templates/admin/src/features/{permissions → system/permissions}/api/permission.views.d.ts +0 -0
- /package/templates/admin/src/features/{permissions → system/permissions}/api/permission.views.js +0 -0
- /package/templates/admin/src/features/{permissions → system/permissions}/components/permission-form-dialog.js +0 -0
- /package/templates/admin/src/features/{roles → system/roles}/api/role.state.d.ts +0 -0
- /package/templates/admin/src/features/{roles → system/roles}/api/role.views.d.ts +0 -0
- /package/templates/admin/src/features/{roles → system/roles}/api/role.views.js +0 -0
- /package/templates/admin/src/features/{roles → system/roles}/components/role-form-dialog.js +0 -0
- /package/templates/admin/src/features/{roles → system/roles}/components/role-toolbar.js +0 -0
- /package/templates/admin/src/features/{roles → system/roles}/pages/role-list-page.js +0 -0
- /package/templates/admin/src/features/{roles → system/roles}/utils/options.js +0 -0
|
@@ -0,0 +1,643 @@
|
|
|
1
|
+
//#region src/core/node.js
|
|
2
|
+
var e = /* @__PURE__ */ new Set([
|
|
3
|
+
"checked",
|
|
4
|
+
"disabled",
|
|
5
|
+
"readonly",
|
|
6
|
+
"selected"
|
|
7
|
+
]), t = /* @__PURE__ */ new Set([
|
|
8
|
+
"area",
|
|
9
|
+
"base",
|
|
10
|
+
"br",
|
|
11
|
+
"col",
|
|
12
|
+
"embed",
|
|
13
|
+
"hr",
|
|
14
|
+
"img",
|
|
15
|
+
"input",
|
|
16
|
+
"link",
|
|
17
|
+
"meta",
|
|
18
|
+
"param",
|
|
19
|
+
"source",
|
|
20
|
+
"track",
|
|
21
|
+
"wbr"
|
|
22
|
+
]);
|
|
23
|
+
function n(e) {
|
|
24
|
+
return typeof e == "string" ? document.querySelector(e) : e;
|
|
25
|
+
}
|
|
26
|
+
function r(e) {
|
|
27
|
+
return String(e).replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
28
|
+
}
|
|
29
|
+
function i(t) {
|
|
30
|
+
return e.has(t);
|
|
31
|
+
}
|
|
32
|
+
function a(e, t, n) {
|
|
33
|
+
if (n == null || n === !1) {
|
|
34
|
+
if (e.removeAttribute(t), t in e) try {
|
|
35
|
+
e[t] = !1;
|
|
36
|
+
} catch {}
|
|
37
|
+
return;
|
|
38
|
+
}
|
|
39
|
+
if (n === !0 || i(t)) {
|
|
40
|
+
if (e.setAttribute(t, t), t in e) try {
|
|
41
|
+
e[t] = !0;
|
|
42
|
+
} catch {}
|
|
43
|
+
return;
|
|
44
|
+
}
|
|
45
|
+
if (e.setAttribute(t, String(n)), t in e) try {
|
|
46
|
+
e[t] = n;
|
|
47
|
+
} catch {}
|
|
48
|
+
}
|
|
49
|
+
function o(e) {
|
|
50
|
+
return Object.entries(e).filter(([, e]) => e != null && e !== "").map(([e, t]) => `${s(e)}:${r(t)}`).join("; ");
|
|
51
|
+
}
|
|
52
|
+
function s(e) {
|
|
53
|
+
return String(e).replace(/[A-Z]/g, (e) => `-${e.toLowerCase()}`);
|
|
54
|
+
}
|
|
55
|
+
var c = class e {
|
|
56
|
+
constructor(e = null) {
|
|
57
|
+
this._children = [], this._events = /* @__PURE__ */ new Map(), this._cleanup = [], this._states = {}, this._stateTypes = {}, this._stateHandlers = /* @__PURE__ */ new Map(), this._pendingRemovals = /* @__PURE__ */ new Set(), this._childrenDirty = !1, this._deleted = !1, e !== null && this.setup(e);
|
|
58
|
+
}
|
|
59
|
+
setup(t) {
|
|
60
|
+
return typeof t == "function" ? t(this) : t instanceof e ? this.child(t) : typeof t == "string" || typeof t == "number" ? this.text(t) : t && typeof t == "object" && this._setupObject(t), this;
|
|
61
|
+
}
|
|
62
|
+
_setupObject(e) {
|
|
63
|
+
e.children && this.child(e.children);
|
|
64
|
+
}
|
|
65
|
+
children() {
|
|
66
|
+
return [...this._children];
|
|
67
|
+
}
|
|
68
|
+
clearChildren() {
|
|
69
|
+
return this._children.forEach((e) => {
|
|
70
|
+
this._pendingRemovals.add(e);
|
|
71
|
+
}), this._children = [], this._childrenDirty = !0, this;
|
|
72
|
+
}
|
|
73
|
+
child(...e) {
|
|
74
|
+
return e.flat(Infinity).forEach((e) => {
|
|
75
|
+
if (e == null) return;
|
|
76
|
+
let t = d(e);
|
|
77
|
+
this._pendingRemovals.delete(t), this._children.push(t), this._childrenDirty = !0;
|
|
78
|
+
}), this;
|
|
79
|
+
}
|
|
80
|
+
text(e) {
|
|
81
|
+
return this.child(new l(e));
|
|
82
|
+
}
|
|
83
|
+
on(e, t, n) {
|
|
84
|
+
return this._events.has(e) || this._events.set(e, []), this._events.get(e).push({
|
|
85
|
+
handler: t,
|
|
86
|
+
options: n
|
|
87
|
+
}), this._el && (this._el.addEventListener(e, t, n), this._cleanup.push(() => this._el.removeEventListener(e, t, n))), this;
|
|
88
|
+
}
|
|
89
|
+
registerStateAttrs(...e) {
|
|
90
|
+
return e.forEach((e) => {
|
|
91
|
+
if (typeof e == "string") {
|
|
92
|
+
this._stateTypes[e] = "boolean";
|
|
93
|
+
return;
|
|
94
|
+
}
|
|
95
|
+
e && typeof e == "object" && Object.entries(e).forEach(([e, t]) => {
|
|
96
|
+
this._stateTypes[e] = t || "boolean";
|
|
97
|
+
});
|
|
98
|
+
}), this;
|
|
99
|
+
}
|
|
100
|
+
registerStateHandler(e, t) {
|
|
101
|
+
return this._stateHandlers.has(e) || this._stateHandlers.set(e, []), this._stateHandlers.get(e).push(t), this;
|
|
102
|
+
}
|
|
103
|
+
setState(e, t = !0) {
|
|
104
|
+
let n = this._states[e];
|
|
105
|
+
return this._states[e] = t, (this._stateHandlers.get(e) || []).forEach((e) => e(t, this, n)), this;
|
|
106
|
+
}
|
|
107
|
+
getState(e) {
|
|
108
|
+
return this._states[e];
|
|
109
|
+
}
|
|
110
|
+
getBooleanState(e) {
|
|
111
|
+
return !!this.getState(e);
|
|
112
|
+
}
|
|
113
|
+
getStringState(e) {
|
|
114
|
+
let t = this.getState(e);
|
|
115
|
+
return t == null ? "" : String(t);
|
|
116
|
+
}
|
|
117
|
+
getNumberState(e) {
|
|
118
|
+
return Number(this.getState(e) || 0);
|
|
119
|
+
}
|
|
120
|
+
renderDom() {
|
|
121
|
+
return null;
|
|
122
|
+
}
|
|
123
|
+
commit() {
|
|
124
|
+
return this.renderDom();
|
|
125
|
+
}
|
|
126
|
+
_commitChildren() {
|
|
127
|
+
this._pendingRemovals.forEach((e) => e.destroy()), this._pendingRemovals.clear(), this._childrenDirty = !1;
|
|
128
|
+
}
|
|
129
|
+
bindTo(e) {
|
|
130
|
+
let t = n(e), r = this.renderDom();
|
|
131
|
+
return t && r && t.appendChild(r), this;
|
|
132
|
+
}
|
|
133
|
+
destroy() {
|
|
134
|
+
return this._deleted = !0, this._cleanup.forEach((e) => e()), this._cleanup = [], this._children.forEach((e) => e.destroy()), this._pendingRemovals.forEach((e) => e.destroy()), this._pendingRemovals.clear(), this._children = [], this._el?.parentNode && this._el.parentNode.removeChild(this._el), this;
|
|
135
|
+
}
|
|
136
|
+
toHTML() {
|
|
137
|
+
return "";
|
|
138
|
+
}
|
|
139
|
+
hydrateSnapshot() {
|
|
140
|
+
return this;
|
|
141
|
+
}
|
|
142
|
+
}, l = class extends c {
|
|
143
|
+
constructor(e = "") {
|
|
144
|
+
super(null), this._content = String(e), this._textNode = null;
|
|
145
|
+
}
|
|
146
|
+
textContent(e) {
|
|
147
|
+
return e === void 0 ? this._content : (this._content = String(e), this._textNode && (this._textNode.textContent = this._content), this);
|
|
148
|
+
}
|
|
149
|
+
renderDom() {
|
|
150
|
+
return this._deleted ? null : (this._textNode || (this._textNode = document.createTextNode(this._content), this._el = this._textNode), this._textNode);
|
|
151
|
+
}
|
|
152
|
+
toHTML() {
|
|
153
|
+
return this._deleted ? "" : r(this._content);
|
|
154
|
+
}
|
|
155
|
+
}, u = class extends c {
|
|
156
|
+
constructor(e) {
|
|
157
|
+
super(null), this._component = e, this._resolved = null;
|
|
158
|
+
}
|
|
159
|
+
_resolve() {
|
|
160
|
+
if (this._resolved) return this._resolved;
|
|
161
|
+
let e = typeof this._component == "function" ? this._component() : this._component.render();
|
|
162
|
+
if (!(e instanceof c)) throw TypeError("Component render must return a ViewNode");
|
|
163
|
+
return this._resolved = e, e;
|
|
164
|
+
}
|
|
165
|
+
children() {
|
|
166
|
+
return this._resolved ? this._resolved.children() : [];
|
|
167
|
+
}
|
|
168
|
+
textContent() {
|
|
169
|
+
let e = this._resolve();
|
|
170
|
+
return typeof e.textContent == "function" ? e.textContent() : "";
|
|
171
|
+
}
|
|
172
|
+
renderDom() {
|
|
173
|
+
if (this._deleted) return null;
|
|
174
|
+
let e = this._resolve().renderDom();
|
|
175
|
+
return this._el = e, e;
|
|
176
|
+
}
|
|
177
|
+
toHTML() {
|
|
178
|
+
return this._deleted ? "" : this._resolve().toHTML();
|
|
179
|
+
}
|
|
180
|
+
destroy() {
|
|
181
|
+
return this._resolved && this._resolved.destroy(), super.destroy();
|
|
182
|
+
}
|
|
183
|
+
};
|
|
184
|
+
function d(e) {
|
|
185
|
+
if (e instanceof c) return e;
|
|
186
|
+
if (typeof e == "function" || e && typeof e == "object" && typeof e.render == "function") return new u(e);
|
|
187
|
+
if (typeof e == "string" || typeof e == "number") return new l(e);
|
|
188
|
+
throw TypeError("ViewNode child must be a ViewNode, component, string, or number");
|
|
189
|
+
}
|
|
190
|
+
function f(e = null, t = null, n = null) {
|
|
191
|
+
return typeof t == "function" && n == null ? {
|
|
192
|
+
first: e,
|
|
193
|
+
options: null,
|
|
194
|
+
callback: t
|
|
195
|
+
} : {
|
|
196
|
+
first: e,
|
|
197
|
+
options: t,
|
|
198
|
+
callback: n
|
|
199
|
+
};
|
|
200
|
+
}
|
|
201
|
+
function p(e, t) {
|
|
202
|
+
return !t || typeof t != "object" || Array.isArray(t) ? e : (t.attrs && typeof e.attr == "function" && e.attr(t.attrs), t.style && typeof e.styles == "function" && e.styles(t.style), e);
|
|
203
|
+
}
|
|
204
|
+
var m = class extends c {
|
|
205
|
+
constructor(e, t = null) {
|
|
206
|
+
super(null), this._tagName = e, this._attrs = {}, this._styles = {}, this._classes = /* @__PURE__ */ new Set(), this._el = null, t !== null && this.setup(t);
|
|
207
|
+
}
|
|
208
|
+
_setupObject(e) {
|
|
209
|
+
Object.entries(e).forEach(([e, t]) => {
|
|
210
|
+
if (e === "class" || e === "className") {
|
|
211
|
+
this.className(t);
|
|
212
|
+
return;
|
|
213
|
+
}
|
|
214
|
+
if (e === "attrs") {
|
|
215
|
+
this.attr(t);
|
|
216
|
+
return;
|
|
217
|
+
}
|
|
218
|
+
if (e === "style") {
|
|
219
|
+
this.styles(t);
|
|
220
|
+
return;
|
|
221
|
+
}
|
|
222
|
+
if (e === "children") {
|
|
223
|
+
this.child(t);
|
|
224
|
+
return;
|
|
225
|
+
}
|
|
226
|
+
if (e.startsWith("on") && typeof t == "function") {
|
|
227
|
+
this.on(e.slice(2).toLowerCase(), t);
|
|
228
|
+
return;
|
|
229
|
+
}
|
|
230
|
+
if (typeof this[e] == "function") {
|
|
231
|
+
this[e](t);
|
|
232
|
+
return;
|
|
233
|
+
}
|
|
234
|
+
typeof t != "function" && this.attr(e, t);
|
|
235
|
+
});
|
|
236
|
+
}
|
|
237
|
+
tagName() {
|
|
238
|
+
return this._tagName;
|
|
239
|
+
}
|
|
240
|
+
textContent() {
|
|
241
|
+
return this._children.map((e) => typeof e.textContent == "function" ? e.textContent() : "").join("");
|
|
242
|
+
}
|
|
243
|
+
attr(e, t) {
|
|
244
|
+
return t === void 0 && typeof e == "string" ? this._attrs[e] : e && typeof e == "object" ? (Object.entries(e).forEach(([e, t]) => this.attr(e, t)), this) : (t == null || t === !1 ? delete this._attrs[e] : this._attrs[e] = t, this._el && a(this._el, e, t), this);
|
|
245
|
+
}
|
|
246
|
+
id(e) {
|
|
247
|
+
return e === void 0 ? this.attr("id") : this.attr("id", e);
|
|
248
|
+
}
|
|
249
|
+
name(e) {
|
|
250
|
+
return e === void 0 ? this.attr("name") : this.attr("name", e);
|
|
251
|
+
}
|
|
252
|
+
className(...e) {
|
|
253
|
+
return e.length === 0 ? [...this._classes].join(" ") : (e.flat(Infinity).forEach((e) => {
|
|
254
|
+
e && String(e).split(/\s+/).filter(Boolean).forEach((e) => this._classes.add(e));
|
|
255
|
+
}), this._syncClassName(), this);
|
|
256
|
+
}
|
|
257
|
+
class(...e) {
|
|
258
|
+
return this.className(...e);
|
|
259
|
+
}
|
|
260
|
+
replaceClassName(e, t, n = !1) {
|
|
261
|
+
return !e || !t || e === t ? this : this._classes.has(e) ? (this._classes.delete(e), this.className(t)) : n ? this.className(t) : this;
|
|
262
|
+
}
|
|
263
|
+
style(e, t) {
|
|
264
|
+
return t === void 0 && typeof e == "string" ? this._styles[e] : e && typeof e == "object" ? this.styles(e) : (t == null || t === "" ? delete this._styles[e] : this._styles[e] = t, this._el && (this._el.style[e] = t || ""), this);
|
|
265
|
+
}
|
|
266
|
+
styles(e) {
|
|
267
|
+
return Object.entries(e || {}).forEach(([e, t]) => this.style(e, t)), this;
|
|
268
|
+
}
|
|
269
|
+
child(...e) {
|
|
270
|
+
return e.flat(Infinity).forEach((e) => {
|
|
271
|
+
if (e == null) return;
|
|
272
|
+
let t = d(e);
|
|
273
|
+
if (this._pendingRemovals.delete(t), this._children.push(t), this._childrenDirty = !0, this._el) {
|
|
274
|
+
let e = t.renderDom();
|
|
275
|
+
e && e.parentNode !== this._el && this._el.appendChild(e);
|
|
276
|
+
}
|
|
277
|
+
}), this;
|
|
278
|
+
}
|
|
279
|
+
renderDom() {
|
|
280
|
+
return this._deleted ? null : (this._el || (this._el = document.createElement(this._tagName), this._applySnapshotToElement()), this._commitChildren(), this._children.forEach((e) => {
|
|
281
|
+
let t = e.renderDom();
|
|
282
|
+
t && t.parentNode !== this._el && this._el.appendChild(t);
|
|
283
|
+
}), this._el);
|
|
284
|
+
}
|
|
285
|
+
toHTML() {
|
|
286
|
+
if (this._deleted) return "";
|
|
287
|
+
let e = this._serializeAttributes(), n = e ? `<${this._tagName} ${e}>` : `<${this._tagName}>`;
|
|
288
|
+
return t.has(this._tagName) ? n : `${n}${this._children.map((e) => e.toHTML()).join("")}</${this._tagName}>`;
|
|
289
|
+
}
|
|
290
|
+
_applyBindingsToElement() {
|
|
291
|
+
Object.entries(this._attrs).forEach(([e, t]) => a(this._el, e, t)), this._syncClassName(), Object.entries(this._styles).forEach(([e, t]) => {
|
|
292
|
+
this._el.style[e] = t;
|
|
293
|
+
}), this._events.forEach((e, t) => {
|
|
294
|
+
e.forEach(({ handler: e, options: n }) => {
|
|
295
|
+
this._el.addEventListener(t, e, n), this._cleanup.push(() => this._el.removeEventListener(t, e, n));
|
|
296
|
+
});
|
|
297
|
+
});
|
|
298
|
+
}
|
|
299
|
+
_applySnapshotToElement() {
|
|
300
|
+
this._applyBindingsToElement(), this._children.forEach((e) => {
|
|
301
|
+
let t = e.renderDom();
|
|
302
|
+
t && this._el.appendChild(t);
|
|
303
|
+
});
|
|
304
|
+
}
|
|
305
|
+
_syncClassName() {
|
|
306
|
+
let e = [...this._classes].join(" ");
|
|
307
|
+
e ? this._attrs.class = e : delete this._attrs.class, this._el && (e ? this._el.className = e : this._el.removeAttribute("class"));
|
|
308
|
+
}
|
|
309
|
+
_serializeAttributes() {
|
|
310
|
+
let e = { ...this._attrs }, t = this._serializeStyles();
|
|
311
|
+
return t && (e.style = e.style ? `${e.style}; ${t}` : t), Object.entries(e).filter(([, e]) => e != null && e !== !1).map(([e, t]) => t === !0 || i(e) ? `${e}="${e}"` : `${e}="${r(t)}"`).join(" ");
|
|
312
|
+
}
|
|
313
|
+
_serializeStyles() {
|
|
314
|
+
return o(this._styles);
|
|
315
|
+
}
|
|
316
|
+
};
|
|
317
|
+
function h(e, t = m) {
|
|
318
|
+
return function(n = null, r = null, i = null) {
|
|
319
|
+
let a = f(n, r, i), o = new t(e, a.first);
|
|
320
|
+
return p(o, a.options), typeof a.callback == "function" && a.callback(o), o;
|
|
321
|
+
};
|
|
322
|
+
}
|
|
323
|
+
function g(e, t, n = {}) {
|
|
324
|
+
let { override: r = !1 } = n;
|
|
325
|
+
Object.entries(t).forEach(([t, n]) => {
|
|
326
|
+
!r && e.prototype[t] || (e.prototype[t] = function(...e) {
|
|
327
|
+
return this.child(n(...e));
|
|
328
|
+
});
|
|
329
|
+
});
|
|
330
|
+
}
|
|
331
|
+
//#endregion
|
|
332
|
+
//#region src/html/index.js
|
|
333
|
+
var _ = class extends m {}, v = [
|
|
334
|
+
"a",
|
|
335
|
+
"abbr",
|
|
336
|
+
"address",
|
|
337
|
+
"area",
|
|
338
|
+
"article",
|
|
339
|
+
"aside",
|
|
340
|
+
"audio",
|
|
341
|
+
"b",
|
|
342
|
+
"base",
|
|
343
|
+
"bdi",
|
|
344
|
+
"bdo",
|
|
345
|
+
"blockquote",
|
|
346
|
+
"body",
|
|
347
|
+
"br",
|
|
348
|
+
"button",
|
|
349
|
+
"canvas",
|
|
350
|
+
"caption",
|
|
351
|
+
"cite",
|
|
352
|
+
"code",
|
|
353
|
+
"col",
|
|
354
|
+
"colgroup",
|
|
355
|
+
"data",
|
|
356
|
+
"datalist",
|
|
357
|
+
"dd",
|
|
358
|
+
"del",
|
|
359
|
+
"details",
|
|
360
|
+
"dfn",
|
|
361
|
+
"dialog",
|
|
362
|
+
"div",
|
|
363
|
+
"dl",
|
|
364
|
+
"dt",
|
|
365
|
+
"em",
|
|
366
|
+
"embed",
|
|
367
|
+
"fieldset",
|
|
368
|
+
"figcaption",
|
|
369
|
+
"figure",
|
|
370
|
+
"footer",
|
|
371
|
+
"form",
|
|
372
|
+
"h1",
|
|
373
|
+
"h2",
|
|
374
|
+
"h3",
|
|
375
|
+
"h4",
|
|
376
|
+
"h5",
|
|
377
|
+
"h6",
|
|
378
|
+
"head",
|
|
379
|
+
"header",
|
|
380
|
+
"hgroup",
|
|
381
|
+
"hr",
|
|
382
|
+
"html",
|
|
383
|
+
"i",
|
|
384
|
+
"iframe",
|
|
385
|
+
"img",
|
|
386
|
+
"input",
|
|
387
|
+
"ins",
|
|
388
|
+
"kbd",
|
|
389
|
+
"label",
|
|
390
|
+
"legend",
|
|
391
|
+
"li",
|
|
392
|
+
"link",
|
|
393
|
+
"main",
|
|
394
|
+
"map",
|
|
395
|
+
"mark",
|
|
396
|
+
"menu",
|
|
397
|
+
"meta",
|
|
398
|
+
"meter",
|
|
399
|
+
"nav",
|
|
400
|
+
"noscript",
|
|
401
|
+
"object",
|
|
402
|
+
"ol",
|
|
403
|
+
"optgroup",
|
|
404
|
+
"option",
|
|
405
|
+
"output",
|
|
406
|
+
"p",
|
|
407
|
+
"picture",
|
|
408
|
+
"pre",
|
|
409
|
+
"progress",
|
|
410
|
+
"q",
|
|
411
|
+
"rp",
|
|
412
|
+
"rt",
|
|
413
|
+
"ruby",
|
|
414
|
+
"s",
|
|
415
|
+
"samp",
|
|
416
|
+
"script",
|
|
417
|
+
"search",
|
|
418
|
+
"section",
|
|
419
|
+
"select",
|
|
420
|
+
"selectedcontent",
|
|
421
|
+
"slot",
|
|
422
|
+
"small",
|
|
423
|
+
"source",
|
|
424
|
+
"span",
|
|
425
|
+
"strong",
|
|
426
|
+
{
|
|
427
|
+
name: "style",
|
|
428
|
+
tagName: "style",
|
|
429
|
+
aliases: ["styleTag"]
|
|
430
|
+
},
|
|
431
|
+
"sub",
|
|
432
|
+
"summary",
|
|
433
|
+
"sup",
|
|
434
|
+
"table",
|
|
435
|
+
"tbody",
|
|
436
|
+
"td",
|
|
437
|
+
"template",
|
|
438
|
+
"textarea",
|
|
439
|
+
"tfoot",
|
|
440
|
+
"th",
|
|
441
|
+
"thead",
|
|
442
|
+
"time",
|
|
443
|
+
"title",
|
|
444
|
+
"tr",
|
|
445
|
+
"track",
|
|
446
|
+
"u",
|
|
447
|
+
"ul",
|
|
448
|
+
{
|
|
449
|
+
name: "varTag",
|
|
450
|
+
tagName: "var"
|
|
451
|
+
},
|
|
452
|
+
"video",
|
|
453
|
+
"wbr"
|
|
454
|
+
];
|
|
455
|
+
function y() {
|
|
456
|
+
return v.reduce((e, t) => {
|
|
457
|
+
let { aliases: n = [], name: r, tagName: i } = W(t), a = h(i, _);
|
|
458
|
+
return e[r] = a, n.forEach((t) => {
|
|
459
|
+
e[t] = a;
|
|
460
|
+
}), e;
|
|
461
|
+
}, {});
|
|
462
|
+
}
|
|
463
|
+
var b = y();
|
|
464
|
+
g(_, b);
|
|
465
|
+
var { a: ee, abbr: te, address: ne, area: re, article: ie, aside: ae, audio: oe, b: se, base: ce, bdi: le, bdo: ue, blockquote: de, body: x, br: S, button: C, canvas: w, caption: T, cite: E, code: D, col: O, colgroup: k, data: A, datalist: j, dd: M, del: N, details: P, dfn: F, dialog: I, div: L, dl: R, dt: z, em: B, embed: V, fieldset: H, figcaption: fe, figure: pe, footer: me, form: he, h1: ge, h2: _e, h3: ve, h4: ye, h5: be, h6: xe, head: Se, header: Ce, hgroup: we, hr: Te, html: Ee, i: De, iframe: Oe, img: ke, input: Ae, ins: je, kbd: Me, label: Ne, legend: Pe, li: Fe, link: Ie, main: Le, map: Re, mark: ze, menu: Be, meta: Ve, meter: He, nav: Ue, noscript: We, object: Ge, ol: Ke, optgroup: qe, option: Je, output: Ye, p: Xe, picture: Ze, pre: Qe, progress: $e, q: et, rp: tt, rt: nt, ruby: rt, s: it, samp: at, script: ot, search: st, section: ct, select: lt, selectedcontent: ut, slot: dt, small: ft, source: pt, span: mt, strong: ht, style: gt, styleTag: _t, sub: vt, summary: yt, sup: bt, table: xt, tbody: St, td: Ct, template: wt, textarea: Tt, tfoot: Et, th: Dt, thead: Ot, time: kt, title: At, tr: jt, track: Mt, u: Nt, ul: Pt, varTag: Ft, video: It, wbr: U } = b;
|
|
466
|
+
function W(e) {
|
|
467
|
+
return typeof e == "string" ? {
|
|
468
|
+
name: e,
|
|
469
|
+
tagName: e
|
|
470
|
+
} : e;
|
|
471
|
+
}
|
|
472
|
+
//#endregion
|
|
473
|
+
//#region src/core/document-events.js
|
|
474
|
+
function G(e, t, n = void 0) {
|
|
475
|
+
return typeof window > "u" ? () => {} : (window.addEventListener(e, t, n), () => {
|
|
476
|
+
window.removeEventListener(e, t, n);
|
|
477
|
+
});
|
|
478
|
+
}
|
|
479
|
+
//#endregion
|
|
480
|
+
//#region src/components/shared.js
|
|
481
|
+
var K = "yoya-component";
|
|
482
|
+
function q(e = null, t = null, n = null) {
|
|
483
|
+
return f(e, t, n);
|
|
484
|
+
}
|
|
485
|
+
function J(e, t) {
|
|
486
|
+
return typeof e.attr == "function" || typeof e.styles == "function" ? p(e, t) : (typeof e.render == "function" && p(e.render(), t), e);
|
|
487
|
+
}
|
|
488
|
+
function Y(e, t = null, n = null) {
|
|
489
|
+
return J(e, t), typeof n == "function" && n(e), e;
|
|
490
|
+
}
|
|
491
|
+
function X(e, t = null, n = null, r = null) {
|
|
492
|
+
let { first: i, options: a, callback: o } = q(t, n, r);
|
|
493
|
+
return Y(i instanceof e ? i : new e(i), a, o);
|
|
494
|
+
}
|
|
495
|
+
function Z(e) {
|
|
496
|
+
if (Object.prototype.toString.call(e) !== "[object Object]") return !1;
|
|
497
|
+
let t = Object.getPrototypeOf(e);
|
|
498
|
+
return t === Object.prototype || t === null;
|
|
499
|
+
}
|
|
500
|
+
//#endregion
|
|
501
|
+
//#region src/chart/echart.js
|
|
502
|
+
var Q = class extends _ {
|
|
503
|
+
constructor(e = null) {
|
|
504
|
+
super("div", null), this._autoResize = !0, this._chartInstance = null, this._devicePixelRatio = null, this._echartsLib = null, this._height = "400px", this._loading = !1, this._loadingText = "加载中...", this._onReadyCallbacks = [], this._onResizeCallbacks = [], this._option = null, this._renderer = "canvas", this._resizeObserver = null, this._theme = null, this._width = "100%", this.className(K, "yoya-vechart"), this.styles({
|
|
505
|
+
height: this._height,
|
|
506
|
+
overflow: "hidden",
|
|
507
|
+
position: "relative",
|
|
508
|
+
width: this._width
|
|
509
|
+
}), this._setupEchart(e);
|
|
510
|
+
}
|
|
511
|
+
echartsLib(e) {
|
|
512
|
+
return e ? this._echartsLib = e : typeof window < "u" && window.echarts && (this._echartsLib = window.echarts), this;
|
|
513
|
+
}
|
|
514
|
+
option(e) {
|
|
515
|
+
return e === void 0 ? this._option : (this._option = e || null, this._chartInstance && this._echartsLib && this._chartInstance.setOption(this._option, !0), this);
|
|
516
|
+
}
|
|
517
|
+
width(e) {
|
|
518
|
+
return e === void 0 ? this._width : (this._width = e, this.style("width", e), this);
|
|
519
|
+
}
|
|
520
|
+
height(e) {
|
|
521
|
+
return e === void 0 ? this._height : (this._height = e, this.style("height", e), this);
|
|
522
|
+
}
|
|
523
|
+
theme(e) {
|
|
524
|
+
return e === void 0 ? this._theme : (this._theme = e, this);
|
|
525
|
+
}
|
|
526
|
+
renderer(e) {
|
|
527
|
+
return e === void 0 ? this._renderer : (this._renderer = e === "svg" ? "svg" : "canvas", this);
|
|
528
|
+
}
|
|
529
|
+
devicePixelRatio(e) {
|
|
530
|
+
return e === void 0 ? this._devicePixelRatio : (this._devicePixelRatio = e, this);
|
|
531
|
+
}
|
|
532
|
+
autoResize(e) {
|
|
533
|
+
return e === void 0 ? this._autoResize : (this._autoResize = !!e, this);
|
|
534
|
+
}
|
|
535
|
+
loading(e, t = "加载中...") {
|
|
536
|
+
return this._loading = !!e, this._loadingText = t, this._chartInstance && (this._loading ? this._chartInstance.showLoading({
|
|
537
|
+
color: "var(--yoya-color-primary, #2563eb)",
|
|
538
|
+
lineWidth: 2,
|
|
539
|
+
maskColor: "rgba(255, 255, 255, 0.8)",
|
|
540
|
+
text: t,
|
|
541
|
+
textColor: "var(--yoya-color-text, #172033)"
|
|
542
|
+
}) : this._chartInstance.hideLoading()), this;
|
|
543
|
+
}
|
|
544
|
+
onChartReady(e) {
|
|
545
|
+
return typeof e == "function" && (this._chartInstance ? e(this._chartInstance) : this._onReadyCallbacks.push(e)), this;
|
|
546
|
+
}
|
|
547
|
+
onChartResize(e) {
|
|
548
|
+
return typeof e == "function" && this._onResizeCallbacks.push(e), this;
|
|
549
|
+
}
|
|
550
|
+
getChartInstance() {
|
|
551
|
+
return this._chartInstance;
|
|
552
|
+
}
|
|
553
|
+
resize(e = {}) {
|
|
554
|
+
return this._chartInstance && this._chartInstance.resize(e), this;
|
|
555
|
+
}
|
|
556
|
+
clear() {
|
|
557
|
+
return this._chartInstance && this._chartInstance.clear(), this;
|
|
558
|
+
}
|
|
559
|
+
dispose() {
|
|
560
|
+
return this._disposeChart(), this;
|
|
561
|
+
}
|
|
562
|
+
destroy() {
|
|
563
|
+
return this._disposeChart(), super.destroy();
|
|
564
|
+
}
|
|
565
|
+
renderDom() {
|
|
566
|
+
let e = super.renderDom();
|
|
567
|
+
return e && !this._chartInstance && requestAnimationFrame(() => this._initChart()), e;
|
|
568
|
+
}
|
|
569
|
+
_setupEchart(e) {
|
|
570
|
+
if (e != null) {
|
|
571
|
+
if (typeof e == "function") {
|
|
572
|
+
e(this);
|
|
573
|
+
return;
|
|
574
|
+
}
|
|
575
|
+
if (Z(e)) {
|
|
576
|
+
let { autoResize: t, devicePixelRatio: n, echartsLib: r, height: i, loading: a, loadingText: o, onChartReady: s, onChartResize: c, option: l, renderer: u, theme: d, width: f, ...p } = e;
|
|
577
|
+
Object.keys(p).length > 0 && this.setup(p), r !== void 0 && this.echartsLib(r), f !== void 0 && this.width(f), i !== void 0 && this.height(i), d !== void 0 && this.theme(d), u !== void 0 && this.renderer(u), n !== void 0 && this.devicePixelRatio(n), t !== void 0 && this.autoResize(t), o !== void 0 && (this._loadingText = o), s !== void 0 && this.onChartReady(s), c !== void 0 && this.onChartResize(c), l !== void 0 && this.option(l), a !== void 0 && this.loading(a, this._loadingText);
|
|
578
|
+
return;
|
|
579
|
+
}
|
|
580
|
+
this.child(e);
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
_initChart() {
|
|
584
|
+
if (!this._deleted) {
|
|
585
|
+
if (this._echartsLib || this.echartsLib(), !this._echartsLib) {
|
|
586
|
+
console.warn("[VEchart] ECharts library not provided. Call echartsLib() first.");
|
|
587
|
+
return;
|
|
588
|
+
}
|
|
589
|
+
if (!(this._chartInstance || !this._el)) try {
|
|
590
|
+
this._chartInstance = this._echartsLib.init(this._el, this._theme, {
|
|
591
|
+
devicePixelRatio: this._devicePixelRatio,
|
|
592
|
+
renderer: this._renderer
|
|
593
|
+
}), this._option && this._chartInstance.setOption(this._option, !0), this._loading && this.loading(!0, this._loadingText), setTimeout(() => {
|
|
594
|
+
this._chartInstance && !this._chartInstance.isDisposed() && this._chartInstance.resize();
|
|
595
|
+
}, 100), this._executeReadyCallbacks(), this._autoResize && this._initResizeObserver();
|
|
596
|
+
} catch (e) {
|
|
597
|
+
console.error("[VEchart] Failed to initialize chart:", e);
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
_executeReadyCallbacks() {
|
|
602
|
+
this._chartInstance && (this._onReadyCallbacks.forEach((e) => {
|
|
603
|
+
try {
|
|
604
|
+
e(this._chartInstance);
|
|
605
|
+
} catch (e) {
|
|
606
|
+
console.error("[VEchart] Error in onChartReady callback:", e);
|
|
607
|
+
}
|
|
608
|
+
}), this._onReadyCallbacks = []);
|
|
609
|
+
}
|
|
610
|
+
_initResizeObserver() {
|
|
611
|
+
if (typeof ResizeObserver < "u") {
|
|
612
|
+
this._resizeObserver = new ResizeObserver((e) => {
|
|
613
|
+
for (let t of e) {
|
|
614
|
+
let { height: e, width: n } = t.contentRect;
|
|
615
|
+
this._handleResize(n, e);
|
|
616
|
+
}
|
|
617
|
+
}), this._el && this._resizeObserver.observe(this._el);
|
|
618
|
+
return;
|
|
619
|
+
}
|
|
620
|
+
this._resizeHandler = () => this._handleResize(), this._resizeUnbind = G("resize", this._resizeHandler);
|
|
621
|
+
}
|
|
622
|
+
_handleResize(e, t) {
|
|
623
|
+
this._chartInstance && (this._chartInstance.resize(), this._onResizeCallbacks.forEach((n) => {
|
|
624
|
+
try {
|
|
625
|
+
n({
|
|
626
|
+
height: t,
|
|
627
|
+
width: e
|
|
628
|
+
});
|
|
629
|
+
} catch (e) {
|
|
630
|
+
console.error("[VEchart] Error in onChartResize callback:", e);
|
|
631
|
+
}
|
|
632
|
+
}));
|
|
633
|
+
}
|
|
634
|
+
_disposeChart() {
|
|
635
|
+
this._resizeObserver &&= (this._resizeObserver.disconnect(), null), this._resizeHandler && (this._resizeUnbind?.(), this._resizeHandler = null, this._resizeUnbind = null), this._chartInstance &&= (this._chartInstance.dispose(), null);
|
|
636
|
+
}
|
|
637
|
+
};
|
|
638
|
+
function $(e = null, t = null, n = null) {
|
|
639
|
+
return X(Q, e, t, n);
|
|
640
|
+
}
|
|
641
|
+
g(_, { vEchart: $ });
|
|
642
|
+
//#endregion
|
|
643
|
+
export { Q as VEchart, $ as vEchart };
|