cabloy 5.1.10 → 5.1.11
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/CHANGELOG.md +11 -0
- package/lint-staged.config.mjs +92 -0
- package/oxfmt.config.ts +4 -1
- package/package.json +2 -11
- package/vona/packages-utils/lint/api/tsconfig.base.esm.json +30 -2
- package/vona/packages-utils/lint/package.json +40 -5
- package/vona/packages-utils/lint/src/index.ts +3 -0
- package/vona/packages-utils/lint/{oxc/format.js → src/oxc/format.ts} +4 -2
- package/vona/packages-utils/lint/{oxc/lint.js → src/oxc/lint.ts} +7 -7
- package/vona/packages-utils/lint/{oxc/lintVue.js → src/oxc/lintVue.ts} +4 -6
- package/vona/packages-utils/lint/tsconfig.json +14 -0
- package/vona/pnpm-lock.yaml +338 -17
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/src/.metadata/index.ts +0 -78
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/src/controller/toolOne.ts +3 -1
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/src/controller/toolTwo.ts +3 -1
- package/zova/env/.env.ssr.cabloyBasicAdmin +0 -2
- package/zova/package.original.json +2 -8
- package/zova/packages-cli/cli/package.json +2 -2
- package/zova/packages-cli/cli-set-front/package.json +8 -8
- package/zova/packages-utils/babel-plugin-zova-bean-module/package.json +3 -3
- package/zova/packages-utils/babel-plugin-zova-bean-use/package.json +2 -2
- package/zova/packages-utils/babel-plugin-zova-behavior/package.json +2 -2
- package/zova/packages-utils/babel-plugin-zova-component/package.json +2 -2
- package/zova/packages-utils/logger/package.json +2 -2
- package/zova/packages-utils/mutate-on-copy/package.json +2 -2
- package/zova/packages-utils/quasar-app-extension-zova/package.json +3 -3
- package/zova/packages-utils/word-utils/package.json +2 -2
- package/zova/packages-utils/zova-jsx/package.json +4 -4
- package/zova/packages-utils/zova-openapi/package.json +2 -2
- package/zova/packages-utils/zova-vite/package.json +6 -6
- package/zova/packages-zova/zova/package.json +4 -4
- package/zova/packages-zova/zova-core/package.json +4 -4
- package/zova/pnpm-lock.yaml +67 -63
- package/zova/src/suite/a-demo/modules/demo-basic/package.json +1 -1
- package/zova/src/suite/a-demo/modules/demo-todo/package.json +1 -1
- package/zova/src/suite/a-demo/package.json +1 -1
- package/zova/src/suite/a-devui/modules/devui-adapter/package.json +1 -1
- package/zova/src/suite/a-devui/package.json +1 -1
- package/zova/src/suite/a-home/modules/home-api/package.json +1 -1
- package/zova/src/suite/a-home/modules/home-base/package.json +1 -1
- package/zova/src/suite/a-home/modules/home-icon/package.json +1 -1
- package/zova/src/suite/a-home/modules/home-index/package.json +1 -1
- package/zova/src/suite/a-home/modules/home-layoutempty/package.json +1 -1
- package/zova/src/suite/a-home/modules/home-layouttabs/package.json +1 -1
- package/zova/src/suite/a-home/modules/home-login/package.json +1 -1
- package/zova/src/suite/a-home/modules/home-passport/package.json +1 -1
- package/zova/src/suite/a-home/modules/home-theme/package.json +1 -1
- package/zova/src/suite/a-home/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-adapter/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-captcha/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-commands/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-commandssync/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-currency/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-date/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-form/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-input/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-page/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-pageentry/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-select/package.json +1 -0
- package/zova/src/suite/cabloy-basic/modules/basic-table/package.json +1 -1
- package/zova/src/suite/cabloy-basic/modules/basic-text/package.json +1 -0
- package/zova/src/suite-vendor/a-zova/modules/a-api/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-app/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-bean/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-behavior/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-behaviors/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-boundary/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-command/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-fetch/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-form/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-icon/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-interceptor/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-logger/package.json +3 -3
- package/zova/src/suite-vendor/a-zova/modules/a-meta/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-model/package.json +3 -3
- package/zova/src/suite-vendor/a-zova/modules/a-openapi/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-router/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-routerstack/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-routertabs/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-ssr/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-ssrhmr/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-ssrserver/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-style/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-table/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-zod/package.json +2 -2
- package/zova/src/suite-vendor/a-zova/modules/a-zova/package.json +5 -5
- package/zova/src/suite-vendor/a-zova/package.json +27 -27
- package/vona/packages-utils/lint/api/eslint.js +0 -41
- package/vona/packages-utils/lint/api/prettier.js +0 -8
- package/vona/packages-utils/lint/api/tsconfig.base.cjs.json +0 -32
- package/vona/packages-utils/lint/common/rules.js +0 -155
- package/vona/packages-utils/lint/common/rulesVue.js +0 -5
- package/vona/packages-utils/lint/front/eslint.js +0 -59
- package/vona/packages-utils/lint/front/prettier.js +0 -3
- package/vona/packages-utils/lint/front/tsconfig.base.cjs.json +0 -4
- package/vona/packages-utils/lint/front/tsconfig.base.esm.json +0 -9
- package/vona/packages-utils/lint/index.js +0 -3
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/-zova-config-CoKN49wO.js +0 -11
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-api-DmsK4zNw.js +0 -178
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-app-C7cTDV9C.js +0 -138
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-bean-qjOwLLml.js +0 -408
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-behavior-I9evY2QT.js +0 -454
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-behaviors-Dh8sE2AX.js +0 -58
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-boundary-DxeJURnH.js +0 -21
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-command-Duq9OGnp.js +0 -165
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-fetch-BsiDc5MA.js +0 -317
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-form-BSfvKLPu.js +0 -947
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-icon-Bx0yNmUB.js +0 -460
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-interceptor-CtK-mG6U.js +0 -256
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-logger-D6FVEo-2.js +0 -143
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-meta-DLAWtBzn.js +0 -47
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-model-Ds17NAa5.js +0 -887
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-openapi-Cu42a7Tj.js +0 -677
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-router-BEKs1P3y.js +0 -1009
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-routerstack-CNda3TvU.js +0 -239
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-routertabs-CA8KhmHx.js +0 -519
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-ssr-WZQfI3lD.js +0 -711
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-ssrhmr-DiG_2CbH.js +0 -97
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-style-Dcrophdv.js +0 -408
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-table-Cr0qHPMV.js +0 -464
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-zod-B5ZzHMKp.js +0 -87
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/a-zova-WAWkGLRj.js +0 -21
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/auth-Bjup4K84.svg +0 -8
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/axios-jFGAltpb.js +0 -3152
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/basic-adapter-BzdgS83E.js +0 -68
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/basic-captcha-gmlRJxbp.js +0 -209
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/basic-commands-CmuoODyc.js +0 -179
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/basic-commandssync-4uJoTYWO.js +0 -62
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/basic-currency-ljdT_mJv.js +0 -159
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/basic-date-CJtZtM5q.js +0 -251
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/basic-form-Bi-Dm8Pp.js +0 -376
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/basic-input-DugSctyu.js +0 -83
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/basic-page-C0Mpx24A.js +0 -610
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/basic-pageentry-De7Zvv7J.js +0 -443
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/basic-select-WKCF4vyo.js +0 -186
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/basic-table-B4Eyf7EC.js +0 -368
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/basic-text-CRqjMEyr.js +0 -118
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/browser-C8cI94Tr.js +0 -2409
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/business-DQeTVrBD.svg +0 -12
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/daisy-BZm4lJOy.svg +0 -4
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/default-DxTAw1iv.svg +0 -118
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/demo-basic-CiW_uKMD.js +0 -1419
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/demo-student-DpiY4dnt.js +0 -69
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/demo-todo-CM3XdLlo.js +0 -427
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/devui-adapter-B2uiKP95.js +0 -95
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/dist.es2015-BMNhwNBy.js +0 -343
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/editor-CmZexDJp.svg +0 -32
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/emoji-CLaR2GZg.svg +0 -3
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/esm-Z9BncIrt.js +0 -2574
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/extends-BSP9iXrM.js +0 -27
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/fecha-DvkbkxAQ.js +0 -9849
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/flow-DCn4s91p.svg +0 -13
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/home-api-B1NjQp7i.js +0 -374
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/home-base-DRJdeGsg.js +0 -654
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/home-icon-65b9tDB5.js +0 -125
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/home-index-KrvUKcFR.js +0 -79
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/home-layoutempty-DP2peKfC.js +0 -87
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/home-layouttabs-CRIoszHS.js +0 -980
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/home-login-z4Url6WO.js +0 -302
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/home-passport-OqpwAU0M.js +0 -293
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/home-theme-BSua63Y_.js +0 -131
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/index-B5HTgis_.css +0 -26
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/index-Cd4EYYtZ.js +0 -1331
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/localforage-e6vl49GD.js +0 -1798
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/login-Qly1YUqs.svg +0 -7
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/openapi3-jIye4jNw.js +0 -23
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/outline-C6s9io8r.svg +0 -41
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/rest-resource-CN0Ontwm.js +0 -552
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/role-fXTNmWmb.svg +0 -10
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/rolldown-runtime-lkMnaVCm.js +0 -38
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/social-DosI14Uo.svg +0 -12
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/src-BRq8dtuS.js +0 -44
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/src-CBGuKzpF.js +0 -5996
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/src-CzJSxlnS.js +0 -496
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/src-YVxhoO6F.js +0 -65
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/tanstack-form-CBq6dr_k.js +0 -122
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/tanstack-query-BJk2jOuy.js +0 -2377
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/tanstack-query-CBWe1LsT.js +0 -365
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/tanstack-query-Ch18aWTP.js +0 -212
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/tanstack-table-BvC3VgJj.js +0 -2241
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/tanstack-table-D85qomSu.js +0 -123
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/tools-Wk7SnIwE.svg +0 -4
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/typestyle-C2zp2284.js +0 -281
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/vue-1Y5FbPzj.js +0 -3221
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/vue-C-LVj1DU.js +0 -18
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/vue-ChEE2n-Y.js +0 -598
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/vue-CvF_GLFp.js +0 -190
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/vue-DHzalQTI.js +0 -1308
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/vue-router-COfHCB5q.js +0 -1775
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/wrapAsyncGenerator-zA6hqk-P.js +0 -155
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/zova-6Abekb1F.js +0 -83
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/zova-BHaXQJg22.js +0 -11
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/zova-BYPEGx1T.js +0 -15586
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/zova-BuxXrZHs.js +0 -24
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/zova-C4pGJxwQ.js +0 -1227
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/zova-CoRfsquu.js +0 -8
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/zova-CzTANp3C.js +0 -380
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/zova-DQbBsEtS.js +0 -4130
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/assets/zova-hmnYQoyt.js +0 -374
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/client/favicon.ico +0 -0
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/handler.js +0 -164729
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/index.js +0 -26236
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/assets/site/ssr-testSecond-5.0.0/quasar.manifest.json +0 -1
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/src/bean/ssrMenu.tools.ts +0 -32
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/src/bean/ssrMenuGroup.tools.ts +0 -18
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/src/bean/ssrSite.second.ts +0 -31
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/test/ssr.test.ts +0 -44
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/zovaRest/test-second/index.d.mts +0 -9107
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/zovaRest/test-second/index.mjs +0 -234
- package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/zovaRest/test-second/package.json +0 -40
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { n as __esmMin } from "./rolldown-runtime-lkMnaVCm.js";
|
|
2
|
-
import { r as init_runtime_dom_esm_bundler } from "./vue-ChEE2n-Y.js";
|
|
3
|
-
//#region node_modules/.pnpm/vue@3.5.34_typescript@5.9.3/node_modules/vue/dist/vue.runtime.esm-bundler.js
|
|
4
|
-
var init_vue_runtime_esm_bundler = __esmMin((() => {
|
|
5
|
-
init_runtime_dom_esm_bundler();
|
|
6
|
-
}));
|
|
7
|
-
/**
|
|
8
|
-
* vue v3.5.34
|
|
9
|
-
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
10
|
-
* @license MIT
|
|
11
|
-
**/
|
|
12
|
-
//#endregion
|
|
13
|
-
//#region node_modules/.pnpm/vue@3.5.34_typescript@5.9.3/node_modules/vue/jsx-runtime/index.mjs
|
|
14
|
-
var init_jsx_runtime = __esmMin((() => {
|
|
15
|
-
init_vue_runtime_esm_bundler();
|
|
16
|
-
}));
|
|
17
|
-
//#endregion
|
|
18
|
-
export { init_vue_runtime_esm_bundler as n, init_jsx_runtime as t };
|
|
@@ -1,598 +0,0 @@
|
|
|
1
|
-
import { n as __esmMin } from "./rolldown-runtime-lkMnaVCm.js";
|
|
2
|
-
import { A as isObject, B as looseToNumber, C as init_shared_esm_bundler, E as isFunction, K as toNumber, L as isSpecialBooleanAttr, R as isString, S as includeBooleanAttr, T as isArray, _ as extend, h as capitalize, j as isOn, k as isModelListener, m as camelize, w as invokeArrayFns, x as hyphenate, z as isSymbol } from "./vue-CvF_GLFp.js";
|
|
3
|
-
import { a as callWithAsyncErrorHandling, h as init_runtime_core_esm_bundler, n as BaseTransitionPropsValidators, p as h, s as createHydrationRenderer, t as BaseTransition } from "./vue-1Y5FbPzj.js";
|
|
4
|
-
//#region node_modules/.pnpm/@cabloy+vue-runtime-dom@3.5.13/node_modules/@cabloy/vue-runtime-dom/dist/runtime-dom.esm-bundler.js
|
|
5
|
-
/**
|
|
6
|
-
* @cabloy/vue-runtime-dom v3.5.13
|
|
7
|
-
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
8
|
-
* @license MIT
|
|
9
|
-
**/
|
|
10
|
-
function resolveTransitionProps(rawProps) {
|
|
11
|
-
const baseProps = {};
|
|
12
|
-
for (const key in rawProps) if (!(key in DOMTransitionPropsValidators)) baseProps[key] = rawProps[key];
|
|
13
|
-
if (rawProps.css === false) return baseProps;
|
|
14
|
-
const { name = "v", type, duration, enterFromClass = `${name}-enter-from`, enterActiveClass = `${name}-enter-active`, enterToClass = `${name}-enter-to`, appearFromClass = enterFromClass, appearActiveClass = enterActiveClass, appearToClass = enterToClass, leaveFromClass = `${name}-leave-from`, leaveActiveClass = `${name}-leave-active`, leaveToClass = `${name}-leave-to` } = rawProps;
|
|
15
|
-
const durations = normalizeDuration(duration);
|
|
16
|
-
const enterDuration = durations && durations[0];
|
|
17
|
-
const leaveDuration = durations && durations[1];
|
|
18
|
-
const { onBeforeEnter, onEnter, onEnterCancelled, onLeave, onLeaveCancelled, onBeforeAppear = onBeforeEnter, onAppear = onEnter, onAppearCancelled = onEnterCancelled } = baseProps;
|
|
19
|
-
const finishEnter = (el, isAppear, done, isCancelled) => {
|
|
20
|
-
el._enterCancelled = isCancelled;
|
|
21
|
-
removeTransitionClass(el, isAppear ? appearToClass : enterToClass);
|
|
22
|
-
removeTransitionClass(el, isAppear ? appearActiveClass : enterActiveClass);
|
|
23
|
-
done && done();
|
|
24
|
-
};
|
|
25
|
-
const finishLeave = (el, done) => {
|
|
26
|
-
el._isLeaving = false;
|
|
27
|
-
removeTransitionClass(el, leaveFromClass);
|
|
28
|
-
removeTransitionClass(el, leaveToClass);
|
|
29
|
-
removeTransitionClass(el, leaveActiveClass);
|
|
30
|
-
done && done();
|
|
31
|
-
};
|
|
32
|
-
const makeEnterHook = (isAppear) => {
|
|
33
|
-
return (el, done) => {
|
|
34
|
-
const hook = isAppear ? onAppear : onEnter;
|
|
35
|
-
const resolve = () => finishEnter(el, isAppear, done);
|
|
36
|
-
callHook(hook, [el, resolve]);
|
|
37
|
-
nextFrame(() => {
|
|
38
|
-
removeTransitionClass(el, isAppear ? appearFromClass : enterFromClass);
|
|
39
|
-
addTransitionClass(el, isAppear ? appearToClass : enterToClass);
|
|
40
|
-
if (!hasExplicitCallback(hook)) whenTransitionEnds(el, type, enterDuration, resolve);
|
|
41
|
-
});
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
return extend(baseProps, {
|
|
45
|
-
onBeforeEnter(el) {
|
|
46
|
-
callHook(onBeforeEnter, [el]);
|
|
47
|
-
addTransitionClass(el, enterFromClass);
|
|
48
|
-
addTransitionClass(el, enterActiveClass);
|
|
49
|
-
},
|
|
50
|
-
onBeforeAppear(el) {
|
|
51
|
-
callHook(onBeforeAppear, [el]);
|
|
52
|
-
addTransitionClass(el, appearFromClass);
|
|
53
|
-
addTransitionClass(el, appearActiveClass);
|
|
54
|
-
},
|
|
55
|
-
onEnter: makeEnterHook(false),
|
|
56
|
-
onAppear: makeEnterHook(true),
|
|
57
|
-
onLeave(el, done) {
|
|
58
|
-
el._isLeaving = true;
|
|
59
|
-
const resolve = () => finishLeave(el, done);
|
|
60
|
-
addTransitionClass(el, leaveFromClass);
|
|
61
|
-
if (!el._enterCancelled) {
|
|
62
|
-
forceReflow();
|
|
63
|
-
addTransitionClass(el, leaveActiveClass);
|
|
64
|
-
} else {
|
|
65
|
-
addTransitionClass(el, leaveActiveClass);
|
|
66
|
-
forceReflow();
|
|
67
|
-
}
|
|
68
|
-
nextFrame(() => {
|
|
69
|
-
if (!el._isLeaving) return;
|
|
70
|
-
removeTransitionClass(el, leaveFromClass);
|
|
71
|
-
addTransitionClass(el, leaveToClass);
|
|
72
|
-
if (!hasExplicitCallback(onLeave)) whenTransitionEnds(el, type, leaveDuration, resolve);
|
|
73
|
-
});
|
|
74
|
-
callHook(onLeave, [el, resolve]);
|
|
75
|
-
},
|
|
76
|
-
onEnterCancelled(el) {
|
|
77
|
-
finishEnter(el, false, void 0, true);
|
|
78
|
-
callHook(onEnterCancelled, [el]);
|
|
79
|
-
},
|
|
80
|
-
onAppearCancelled(el) {
|
|
81
|
-
finishEnter(el, true, void 0, true);
|
|
82
|
-
callHook(onAppearCancelled, [el]);
|
|
83
|
-
},
|
|
84
|
-
onLeaveCancelled(el) {
|
|
85
|
-
finishLeave(el);
|
|
86
|
-
callHook(onLeaveCancelled, [el]);
|
|
87
|
-
}
|
|
88
|
-
});
|
|
89
|
-
}
|
|
90
|
-
function normalizeDuration(duration) {
|
|
91
|
-
if (duration == null) return null;
|
|
92
|
-
else if (isObject(duration)) return [NumberOf(duration.enter), NumberOf(duration.leave)];
|
|
93
|
-
else {
|
|
94
|
-
const n = NumberOf(duration);
|
|
95
|
-
return [n, n];
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
function NumberOf(val) {
|
|
99
|
-
return toNumber(val);
|
|
100
|
-
}
|
|
101
|
-
function addTransitionClass(el, cls) {
|
|
102
|
-
cls.split(/\s+/).forEach((c) => c && el.classList.add(c));
|
|
103
|
-
(el[vtcKey] || (el[vtcKey] = /* @__PURE__ */ new Set())).add(cls);
|
|
104
|
-
}
|
|
105
|
-
function removeTransitionClass(el, cls) {
|
|
106
|
-
cls.split(/\s+/).forEach((c) => c && el.classList.remove(c));
|
|
107
|
-
const _vtc = el[vtcKey];
|
|
108
|
-
if (_vtc) {
|
|
109
|
-
_vtc.delete(cls);
|
|
110
|
-
if (!_vtc.size) el[vtcKey] = void 0;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
function nextFrame(cb) {
|
|
114
|
-
requestAnimationFrame(() => {
|
|
115
|
-
requestAnimationFrame(cb);
|
|
116
|
-
});
|
|
117
|
-
}
|
|
118
|
-
function whenTransitionEnds(el, expectedType, explicitTimeout, resolve) {
|
|
119
|
-
const id = el._endId = ++endId;
|
|
120
|
-
const resolveIfNotStale = () => {
|
|
121
|
-
if (id === el._endId) resolve();
|
|
122
|
-
};
|
|
123
|
-
if (explicitTimeout != null) return setTimeout(resolveIfNotStale, explicitTimeout);
|
|
124
|
-
const { type, timeout, propCount } = getTransitionInfo(el, expectedType);
|
|
125
|
-
if (!type) return resolve();
|
|
126
|
-
const endEvent = type + "end";
|
|
127
|
-
let ended = 0;
|
|
128
|
-
const end = () => {
|
|
129
|
-
el.removeEventListener(endEvent, onEnd);
|
|
130
|
-
resolveIfNotStale();
|
|
131
|
-
};
|
|
132
|
-
const onEnd = (e) => {
|
|
133
|
-
if (e.target === el && ++ended >= propCount) end();
|
|
134
|
-
};
|
|
135
|
-
setTimeout(() => {
|
|
136
|
-
if (ended < propCount) end();
|
|
137
|
-
}, timeout + 1);
|
|
138
|
-
el.addEventListener(endEvent, onEnd);
|
|
139
|
-
}
|
|
140
|
-
function getTransitionInfo(el, expectedType) {
|
|
141
|
-
const styles = window.getComputedStyle(el);
|
|
142
|
-
const getStyleProperties = (key) => (styles[key] || "").split(", ");
|
|
143
|
-
const transitionDelays = getStyleProperties(`${TRANSITION}Delay`);
|
|
144
|
-
const transitionDurations = getStyleProperties(`${TRANSITION}Duration`);
|
|
145
|
-
const transitionTimeout = getTimeout(transitionDelays, transitionDurations);
|
|
146
|
-
const animationDelays = getStyleProperties(`${ANIMATION}Delay`);
|
|
147
|
-
const animationDurations = getStyleProperties(`${ANIMATION}Duration`);
|
|
148
|
-
const animationTimeout = getTimeout(animationDelays, animationDurations);
|
|
149
|
-
let type = null;
|
|
150
|
-
let timeout = 0;
|
|
151
|
-
let propCount = 0;
|
|
152
|
-
if (expectedType === TRANSITION) {
|
|
153
|
-
if (transitionTimeout > 0) {
|
|
154
|
-
type = TRANSITION;
|
|
155
|
-
timeout = transitionTimeout;
|
|
156
|
-
propCount = transitionDurations.length;
|
|
157
|
-
}
|
|
158
|
-
} else if (expectedType === ANIMATION) {
|
|
159
|
-
if (animationTimeout > 0) {
|
|
160
|
-
type = ANIMATION;
|
|
161
|
-
timeout = animationTimeout;
|
|
162
|
-
propCount = animationDurations.length;
|
|
163
|
-
}
|
|
164
|
-
} else {
|
|
165
|
-
timeout = Math.max(transitionTimeout, animationTimeout);
|
|
166
|
-
type = timeout > 0 ? transitionTimeout > animationTimeout ? TRANSITION : ANIMATION : null;
|
|
167
|
-
propCount = type ? type === TRANSITION ? transitionDurations.length : animationDurations.length : 0;
|
|
168
|
-
}
|
|
169
|
-
const hasTransform = type === TRANSITION && /\b(transform|all)(,|$)/.test(getStyleProperties(`${TRANSITION}Property`).toString());
|
|
170
|
-
return {
|
|
171
|
-
type,
|
|
172
|
-
timeout,
|
|
173
|
-
propCount,
|
|
174
|
-
hasTransform
|
|
175
|
-
};
|
|
176
|
-
}
|
|
177
|
-
function getTimeout(delays, durations) {
|
|
178
|
-
while (delays.length < durations.length) delays = delays.concat(delays);
|
|
179
|
-
return Math.max(...durations.map((d, i) => toMs(d) + toMs(delays[i])));
|
|
180
|
-
}
|
|
181
|
-
function toMs(s) {
|
|
182
|
-
if (s === "auto") return 0;
|
|
183
|
-
return Number(s.slice(0, -1).replace(",", ".")) * 1e3;
|
|
184
|
-
}
|
|
185
|
-
function forceReflow() {
|
|
186
|
-
return document.body.offsetHeight;
|
|
187
|
-
}
|
|
188
|
-
function patchClass(el, value, isSVG) {
|
|
189
|
-
const transitionClasses = el[vtcKey];
|
|
190
|
-
if (transitionClasses) value = (value ? [value, ...transitionClasses] : [...transitionClasses]).join(" ");
|
|
191
|
-
if (value == null) el.removeAttribute("class");
|
|
192
|
-
else if (isSVG) el.setAttribute("class", value);
|
|
193
|
-
else el.className = value;
|
|
194
|
-
}
|
|
195
|
-
function patchStyle(el, prev, next) {
|
|
196
|
-
const style = el.style;
|
|
197
|
-
const isCssString = isString(next);
|
|
198
|
-
let hasControlledDisplay = false;
|
|
199
|
-
if (next && !isCssString) {
|
|
200
|
-
if (prev) if (!isString(prev)) {
|
|
201
|
-
for (const key in prev) if (next[key] == null) setStyle(style, key, "");
|
|
202
|
-
} else for (const prevStyle of prev.split(";")) {
|
|
203
|
-
const key = prevStyle.slice(0, prevStyle.indexOf(":")).trim();
|
|
204
|
-
if (next[key] == null) setStyle(style, key, "");
|
|
205
|
-
}
|
|
206
|
-
for (const key in next) {
|
|
207
|
-
if (key === "display") hasControlledDisplay = true;
|
|
208
|
-
setStyle(style, key, next[key]);
|
|
209
|
-
}
|
|
210
|
-
} else if (isCssString) {
|
|
211
|
-
if (prev !== next) {
|
|
212
|
-
const cssVarText = style[CSS_VAR_TEXT];
|
|
213
|
-
if (cssVarText) next += ";" + cssVarText;
|
|
214
|
-
style.cssText = next;
|
|
215
|
-
hasControlledDisplay = displayRE.test(next);
|
|
216
|
-
}
|
|
217
|
-
} else if (prev) el.removeAttribute("style");
|
|
218
|
-
if (vShowOriginalDisplay in el) {
|
|
219
|
-
el[vShowOriginalDisplay] = hasControlledDisplay ? style.display : "";
|
|
220
|
-
if (el[vShowHidden]) style.display = "none";
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
function setStyle(style, name, val) {
|
|
224
|
-
if (isArray(val)) val.forEach((v) => setStyle(style, name, v));
|
|
225
|
-
else {
|
|
226
|
-
if (val == null) val = "";
|
|
227
|
-
if (name.startsWith("--")) style.setProperty(name, val);
|
|
228
|
-
else {
|
|
229
|
-
const prefixed = autoPrefix(style, name);
|
|
230
|
-
if (importantRE.test(val)) style.setProperty(hyphenate(prefixed), val.replace(importantRE, ""), "important");
|
|
231
|
-
else style[prefixed] = val;
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
function autoPrefix(style, rawName) {
|
|
236
|
-
const cached = prefixCache[rawName];
|
|
237
|
-
if (cached) return cached;
|
|
238
|
-
let name = camelize(rawName);
|
|
239
|
-
if (name !== "filter" && name in style) return prefixCache[rawName] = name;
|
|
240
|
-
name = capitalize(name);
|
|
241
|
-
for (let i = 0; i < prefixes.length; i++) {
|
|
242
|
-
const prefixed = prefixes[i] + name;
|
|
243
|
-
if (prefixed in style) return prefixCache[rawName] = prefixed;
|
|
244
|
-
}
|
|
245
|
-
return rawName;
|
|
246
|
-
}
|
|
247
|
-
function patchAttr(el, key, value, isSVG, instance, isBoolean = isSpecialBooleanAttr(key)) {
|
|
248
|
-
if (isSVG && key.startsWith("xlink:")) if (value == null) el.removeAttributeNS(xlinkNS, key.slice(6, key.length));
|
|
249
|
-
else el.setAttributeNS(xlinkNS, key, value);
|
|
250
|
-
else if (value == null || isBoolean && !includeBooleanAttr(value)) el.removeAttribute(key);
|
|
251
|
-
else el.setAttribute(key, isBoolean ? "" : isSymbol(value) ? String(value) : value);
|
|
252
|
-
}
|
|
253
|
-
function patchDOMProp(el, key, value, parentComponent, attrName) {
|
|
254
|
-
if (key === "innerHTML" || key === "textContent") {
|
|
255
|
-
if (value != null) el[key] = key === "innerHTML" ? unsafeToTrustedHTML(value) : value;
|
|
256
|
-
return;
|
|
257
|
-
}
|
|
258
|
-
const tag = el.tagName;
|
|
259
|
-
if (key === "value" && tag !== "PROGRESS" && !tag.includes("-")) {
|
|
260
|
-
const oldValue = tag === "OPTION" ? el.getAttribute("value") || "" : el.value;
|
|
261
|
-
const newValue = value == null ? el.type === "checkbox" ? "on" : "" : String(value);
|
|
262
|
-
if (oldValue !== newValue || !("_value" in el)) el.value = newValue;
|
|
263
|
-
if (value == null) el.removeAttribute(key);
|
|
264
|
-
el._value = value;
|
|
265
|
-
return;
|
|
266
|
-
}
|
|
267
|
-
let needRemove = false;
|
|
268
|
-
if (value === "" || value == null) {
|
|
269
|
-
const type = typeof el[key];
|
|
270
|
-
if (type === "boolean") value = includeBooleanAttr(value);
|
|
271
|
-
else if (value == null && type === "string") {
|
|
272
|
-
value = "";
|
|
273
|
-
needRemove = true;
|
|
274
|
-
} else if (type === "number") {
|
|
275
|
-
value = 0;
|
|
276
|
-
needRemove = true;
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
try {
|
|
280
|
-
el[key] = value;
|
|
281
|
-
} catch (e) {}
|
|
282
|
-
needRemove && el.removeAttribute(attrName || key);
|
|
283
|
-
}
|
|
284
|
-
function addEventListener(el, event, handler, options) {
|
|
285
|
-
el.addEventListener(event, handler, options);
|
|
286
|
-
}
|
|
287
|
-
function removeEventListener(el, event, handler, options) {
|
|
288
|
-
el.removeEventListener(event, handler, options);
|
|
289
|
-
}
|
|
290
|
-
function patchEvent(el, rawName, prevValue, nextValue, instance = null) {
|
|
291
|
-
const invokers = el[veiKey] || (el[veiKey] = {});
|
|
292
|
-
const existingInvoker = invokers[rawName];
|
|
293
|
-
if (nextValue && existingInvoker) existingInvoker.value = nextValue;
|
|
294
|
-
else {
|
|
295
|
-
const [name, options] = parseName(rawName);
|
|
296
|
-
if (nextValue) addEventListener(el, name, invokers[rawName] = createInvoker(nextValue, instance), options);
|
|
297
|
-
else if (existingInvoker) {
|
|
298
|
-
removeEventListener(el, name, existingInvoker, options);
|
|
299
|
-
invokers[rawName] = void 0;
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
function parseName(name) {
|
|
304
|
-
let options;
|
|
305
|
-
if (optionsModifierRE.test(name)) {
|
|
306
|
-
options = {};
|
|
307
|
-
let m;
|
|
308
|
-
while (m = name.match(optionsModifierRE)) {
|
|
309
|
-
name = name.slice(0, name.length - m[0].length);
|
|
310
|
-
options[m[0].toLowerCase()] = true;
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
return [name[2] === ":" ? name.slice(3) : hyphenate(name.slice(2)), options];
|
|
314
|
-
}
|
|
315
|
-
function createInvoker(initialValue, instance) {
|
|
316
|
-
const invoker = (e) => {
|
|
317
|
-
if (!e._vts) e._vts = Date.now();
|
|
318
|
-
else if (e._vts <= invoker.attached) return;
|
|
319
|
-
callWithAsyncErrorHandling(patchStopImmediatePropagation(e, invoker.value), instance, 5, [e]);
|
|
320
|
-
};
|
|
321
|
-
invoker.value = initialValue;
|
|
322
|
-
invoker.attached = getNow();
|
|
323
|
-
return invoker;
|
|
324
|
-
}
|
|
325
|
-
function patchStopImmediatePropagation(e, value) {
|
|
326
|
-
if (isArray(value)) {
|
|
327
|
-
const originalStop = e.stopImmediatePropagation;
|
|
328
|
-
e.stopImmediatePropagation = () => {
|
|
329
|
-
originalStop.call(e);
|
|
330
|
-
e._stopped = true;
|
|
331
|
-
};
|
|
332
|
-
return value.map((fn) => (e2) => !e2._stopped && fn && fn(e2));
|
|
333
|
-
} else return value;
|
|
334
|
-
}
|
|
335
|
-
function shouldSetAsProp(el, key, value, isSVG) {
|
|
336
|
-
if (isSVG) {
|
|
337
|
-
if (key === "innerHTML" || key === "textContent") return true;
|
|
338
|
-
if (key in el && isNativeOn(key) && isFunction(value)) return true;
|
|
339
|
-
return false;
|
|
340
|
-
}
|
|
341
|
-
if (key === "spellcheck" || key === "draggable" || key === "translate") return false;
|
|
342
|
-
if (key === "form") return false;
|
|
343
|
-
if (key === "list" && el.tagName === "INPUT") return false;
|
|
344
|
-
if (key === "type" && el.tagName === "TEXTAREA") return false;
|
|
345
|
-
if (key === "width" || key === "height") {
|
|
346
|
-
const tag = el.tagName;
|
|
347
|
-
if (tag === "IMG" || tag === "VIDEO" || tag === "CANVAS" || tag === "SOURCE") return false;
|
|
348
|
-
}
|
|
349
|
-
if (isNativeOn(key) && isString(value)) return false;
|
|
350
|
-
return key in el;
|
|
351
|
-
}
|
|
352
|
-
/*! #__NO_SIDE_EFFECTS__ */
|
|
353
|
-
/*! #__NO_SIDE_EFFECTS__ */
|
|
354
|
-
function onCompositionStart(e) {
|
|
355
|
-
e.target.composing = true;
|
|
356
|
-
}
|
|
357
|
-
function onCompositionEnd(e) {
|
|
358
|
-
const target = e.target;
|
|
359
|
-
if (target.composing) {
|
|
360
|
-
target.composing = false;
|
|
361
|
-
target.dispatchEvent(new Event("input"));
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
function ensureHydrationRenderer() {
|
|
365
|
-
renderer = enabledHydration ? renderer : createHydrationRenderer(rendererOptions);
|
|
366
|
-
enabledHydration = true;
|
|
367
|
-
return renderer;
|
|
368
|
-
}
|
|
369
|
-
function resolveRootNamespace(container) {
|
|
370
|
-
if (container instanceof SVGElement) return "svg";
|
|
371
|
-
if (typeof MathMLElement === "function" && container instanceof MathMLElement) return "mathml";
|
|
372
|
-
}
|
|
373
|
-
function normalizeContainer(container) {
|
|
374
|
-
if (isString(container)) return document.querySelector(container);
|
|
375
|
-
return container;
|
|
376
|
-
}
|
|
377
|
-
var policy, tt, unsafeToTrustedHTML, svgNS, mathmlNS, doc, templateContainer, nodeOps, TRANSITION, ANIMATION, vtcKey, DOMTransitionPropsValidators, TransitionPropsValidators, decorate$1, Transition, callHook, hasExplicitCallback, endId, vShowOriginalDisplay, vShowHidden, CSS_VAR_TEXT, displayRE, importantRE, prefixes, prefixCache, xlinkNS, veiKey, optionsModifierRE, cachedNow, p, getNow, isNativeOn, patchProp, getModelAssigner, assignKey, vModelText, systemModifiers, modifierGuards, withModifiers, rendererOptions, renderer, enabledHydration, createSSRApp;
|
|
378
|
-
var init_runtime_dom_esm_bundler = __esmMin((() => {
|
|
379
|
-
init_runtime_core_esm_bundler();
|
|
380
|
-
init_runtime_core_esm_bundler();
|
|
381
|
-
init_shared_esm_bundler();
|
|
382
|
-
policy = void 0;
|
|
383
|
-
tt = typeof window !== "undefined" && window.trustedTypes;
|
|
384
|
-
if (tt) try {
|
|
385
|
-
policy = /* @__PURE__ */ tt.createPolicy("vue", { createHTML: (val) => val });
|
|
386
|
-
} catch (e) {}
|
|
387
|
-
unsafeToTrustedHTML = policy ? (val) => policy.createHTML(val) : (val) => val;
|
|
388
|
-
svgNS = "http://www.w3.org/2000/svg";
|
|
389
|
-
mathmlNS = "http://www.w3.org/1998/Math/MathML";
|
|
390
|
-
doc = typeof document !== "undefined" ? document : null;
|
|
391
|
-
templateContainer = doc && /* @__PURE__ */ doc.createElement("template");
|
|
392
|
-
nodeOps = {
|
|
393
|
-
insert: (child, parent, anchor) => {
|
|
394
|
-
parent.insertBefore(child, anchor || null);
|
|
395
|
-
},
|
|
396
|
-
remove: (child) => {
|
|
397
|
-
const parent = child.parentNode;
|
|
398
|
-
if (parent) parent.removeChild(child);
|
|
399
|
-
},
|
|
400
|
-
createElement: (tag, namespace, is, props) => {
|
|
401
|
-
const el = namespace === "svg" ? doc.createElementNS(svgNS, tag) : namespace === "mathml" ? doc.createElementNS(mathmlNS, tag) : is ? doc.createElement(tag, { is }) : doc.createElement(tag);
|
|
402
|
-
if (tag === "select" && props && props.multiple != null) el.setAttribute("multiple", props.multiple);
|
|
403
|
-
return el;
|
|
404
|
-
},
|
|
405
|
-
createText: (text) => doc.createTextNode(text),
|
|
406
|
-
createComment: (text) => doc.createComment(text),
|
|
407
|
-
setText: (node, text) => {
|
|
408
|
-
node.nodeValue = text;
|
|
409
|
-
},
|
|
410
|
-
setElementText: (el, text) => {
|
|
411
|
-
el.textContent = text;
|
|
412
|
-
},
|
|
413
|
-
parentNode: (node) => node.parentNode,
|
|
414
|
-
nextSibling: (node) => node.nextSibling,
|
|
415
|
-
querySelector: (selector) => doc.querySelector(selector),
|
|
416
|
-
setScopeId(el, id) {
|
|
417
|
-
el.setAttribute(id, "");
|
|
418
|
-
},
|
|
419
|
-
insertStaticContent(content, parent, anchor, namespace, start, end) {
|
|
420
|
-
const before = anchor ? anchor.previousSibling : parent.lastChild;
|
|
421
|
-
if (start && (start === end || start.nextSibling)) while (true) {
|
|
422
|
-
parent.insertBefore(start.cloneNode(true), anchor);
|
|
423
|
-
if (start === end || !(start = start.nextSibling)) break;
|
|
424
|
-
}
|
|
425
|
-
else {
|
|
426
|
-
templateContainer.innerHTML = unsafeToTrustedHTML(namespace === "svg" ? `<svg>${content}</svg>` : namespace === "mathml" ? `<math>${content}</math>` : content);
|
|
427
|
-
const template = templateContainer.content;
|
|
428
|
-
if (namespace === "svg" || namespace === "mathml") {
|
|
429
|
-
const wrapper = template.firstChild;
|
|
430
|
-
while (wrapper.firstChild) template.appendChild(wrapper.firstChild);
|
|
431
|
-
template.removeChild(wrapper);
|
|
432
|
-
}
|
|
433
|
-
parent.insertBefore(template, anchor);
|
|
434
|
-
}
|
|
435
|
-
return [before ? before.nextSibling : parent.firstChild, anchor ? anchor.previousSibling : parent.lastChild];
|
|
436
|
-
}
|
|
437
|
-
};
|
|
438
|
-
TRANSITION = "transition";
|
|
439
|
-
ANIMATION = "animation";
|
|
440
|
-
vtcKey = Symbol("_vtc");
|
|
441
|
-
DOMTransitionPropsValidators = {
|
|
442
|
-
name: String,
|
|
443
|
-
type: String,
|
|
444
|
-
css: {
|
|
445
|
-
type: Boolean,
|
|
446
|
-
default: true
|
|
447
|
-
},
|
|
448
|
-
duration: [
|
|
449
|
-
String,
|
|
450
|
-
Number,
|
|
451
|
-
Object
|
|
452
|
-
],
|
|
453
|
-
enterFromClass: String,
|
|
454
|
-
enterActiveClass: String,
|
|
455
|
-
enterToClass: String,
|
|
456
|
-
appearFromClass: String,
|
|
457
|
-
appearActiveClass: String,
|
|
458
|
-
appearToClass: String,
|
|
459
|
-
leaveFromClass: String,
|
|
460
|
-
leaveActiveClass: String,
|
|
461
|
-
leaveToClass: String
|
|
462
|
-
};
|
|
463
|
-
TransitionPropsValidators = /* @__PURE__ */ extend({}, BaseTransitionPropsValidators, DOMTransitionPropsValidators);
|
|
464
|
-
decorate$1 = (t) => {
|
|
465
|
-
t.displayName = "Transition";
|
|
466
|
-
t.props = TransitionPropsValidators;
|
|
467
|
-
return t;
|
|
468
|
-
};
|
|
469
|
-
Transition = /* @__PURE__ */ decorate$1((props, { slots }) => h(BaseTransition, resolveTransitionProps(props), slots));
|
|
470
|
-
callHook = (hook, args = []) => {
|
|
471
|
-
if (isArray(hook)) hook.forEach((h2) => h2(...args));
|
|
472
|
-
else if (hook) hook(...args);
|
|
473
|
-
};
|
|
474
|
-
hasExplicitCallback = (hook) => {
|
|
475
|
-
return hook ? isArray(hook) ? hook.some((h2) => h2.length > 1) : hook.length > 1 : false;
|
|
476
|
-
};
|
|
477
|
-
endId = 0;
|
|
478
|
-
vShowOriginalDisplay = Symbol("_vod");
|
|
479
|
-
vShowHidden = Symbol("_vsh");
|
|
480
|
-
CSS_VAR_TEXT = Symbol("");
|
|
481
|
-
displayRE = /(^|;)\s*display\s*:/;
|
|
482
|
-
importantRE = /\s*!important$/;
|
|
483
|
-
prefixes = [
|
|
484
|
-
"Webkit",
|
|
485
|
-
"Moz",
|
|
486
|
-
"ms"
|
|
487
|
-
];
|
|
488
|
-
prefixCache = {};
|
|
489
|
-
xlinkNS = "http://www.w3.org/1999/xlink";
|
|
490
|
-
veiKey = Symbol("_vei");
|
|
491
|
-
optionsModifierRE = /(?:Once|Passive|Capture)$/;
|
|
492
|
-
cachedNow = 0;
|
|
493
|
-
p = /* @__PURE__ */ Promise.resolve();
|
|
494
|
-
getNow = () => cachedNow || (p.then(() => cachedNow = 0), cachedNow = Date.now());
|
|
495
|
-
isNativeOn = (key) => key.charCodeAt(0) === 111 && key.charCodeAt(1) === 110 && key.charCodeAt(2) > 96 && key.charCodeAt(2) < 123;
|
|
496
|
-
patchProp = (el, key, prevValue, nextValue, namespace, parentComponent) => {
|
|
497
|
-
const isSVG = namespace === "svg";
|
|
498
|
-
if (key === "class") patchClass(el, nextValue, isSVG);
|
|
499
|
-
else if (key === "style") patchStyle(el, prevValue, nextValue);
|
|
500
|
-
else if (isOn(key)) {
|
|
501
|
-
if (!isModelListener(key)) patchEvent(el, key, prevValue, nextValue, parentComponent);
|
|
502
|
-
} else if (key[0] === "." ? (key = key.slice(1), true) : key[0] === "^" ? (key = key.slice(1), false) : shouldSetAsProp(el, key, nextValue, isSVG)) {
|
|
503
|
-
patchDOMProp(el, key, nextValue);
|
|
504
|
-
if (!el.tagName.includes("-") && (key === "value" || key === "checked" || key === "selected")) patchAttr(el, key, nextValue, isSVG, parentComponent, key !== "value");
|
|
505
|
-
} else if (el._isVueCE && (/[A-Z]/.test(key) || !isString(nextValue))) patchDOMProp(el, camelize(key), nextValue, parentComponent, key);
|
|
506
|
-
else {
|
|
507
|
-
if (key === "true-value") el._trueValue = nextValue;
|
|
508
|
-
else if (key === "false-value") el._falseValue = nextValue;
|
|
509
|
-
patchAttr(el, key, nextValue, isSVG);
|
|
510
|
-
}
|
|
511
|
-
};
|
|
512
|
-
getModelAssigner = (vnode) => {
|
|
513
|
-
const fn = vnode.props["onUpdate:modelValue"] || false;
|
|
514
|
-
return isArray(fn) ? (value) => invokeArrayFns(fn, value) : fn;
|
|
515
|
-
};
|
|
516
|
-
assignKey = Symbol("_assign");
|
|
517
|
-
vModelText = {
|
|
518
|
-
created(el, { modifiers: { lazy, trim, number } }, vnode) {
|
|
519
|
-
if (!vnode.props) return;
|
|
520
|
-
el[assignKey] = getModelAssigner(vnode);
|
|
521
|
-
const castToNumber = number || vnode.props && vnode.props.type === "number";
|
|
522
|
-
addEventListener(el, lazy ? "change" : "input", (e) => {
|
|
523
|
-
if (e.target.composing) return;
|
|
524
|
-
let domValue = el.value;
|
|
525
|
-
if (trim) domValue = domValue.trim();
|
|
526
|
-
if (castToNumber) domValue = looseToNumber(domValue);
|
|
527
|
-
el[assignKey](domValue);
|
|
528
|
-
});
|
|
529
|
-
if (trim) addEventListener(el, "change", () => {
|
|
530
|
-
el.value = el.value.trim();
|
|
531
|
-
});
|
|
532
|
-
if (!lazy) {
|
|
533
|
-
addEventListener(el, "compositionstart", onCompositionStart);
|
|
534
|
-
addEventListener(el, "compositionend", onCompositionEnd);
|
|
535
|
-
addEventListener(el, "change", onCompositionEnd);
|
|
536
|
-
}
|
|
537
|
-
},
|
|
538
|
-
mounted(el, { value }) {
|
|
539
|
-
el.value = value == null ? "" : value;
|
|
540
|
-
},
|
|
541
|
-
beforeUpdate(el, { value, oldValue, modifiers: { lazy, trim, number } }, vnode) {
|
|
542
|
-
if (!vnode.props) return;
|
|
543
|
-
el[assignKey] = getModelAssigner(vnode);
|
|
544
|
-
if (el.composing) return;
|
|
545
|
-
const elValue = (number || el.type === "number") && !/^0\d/.test(el.value) ? looseToNumber(el.value) : el.value;
|
|
546
|
-
const newValue = value == null ? "" : value;
|
|
547
|
-
if (elValue === newValue) return;
|
|
548
|
-
if (document.activeElement === el && el.type !== "range") {
|
|
549
|
-
if (lazy && value === oldValue) return;
|
|
550
|
-
if (trim && el.value.trim() === newValue) return;
|
|
551
|
-
}
|
|
552
|
-
el.value = newValue;
|
|
553
|
-
}
|
|
554
|
-
};
|
|
555
|
-
systemModifiers = [
|
|
556
|
-
"ctrl",
|
|
557
|
-
"shift",
|
|
558
|
-
"alt",
|
|
559
|
-
"meta"
|
|
560
|
-
];
|
|
561
|
-
modifierGuards = {
|
|
562
|
-
stop: (e) => e.stopPropagation(),
|
|
563
|
-
prevent: (e) => e.preventDefault(),
|
|
564
|
-
self: (e) => e.target !== e.currentTarget,
|
|
565
|
-
ctrl: (e) => !e.ctrlKey,
|
|
566
|
-
shift: (e) => !e.shiftKey,
|
|
567
|
-
alt: (e) => !e.altKey,
|
|
568
|
-
meta: (e) => !e.metaKey,
|
|
569
|
-
left: (e) => "button" in e && e.button !== 0,
|
|
570
|
-
middle: (e) => "button" in e && e.button !== 1,
|
|
571
|
-
right: (e) => "button" in e && e.button !== 2,
|
|
572
|
-
exact: (e, modifiers) => systemModifiers.some((m) => e[`${m}Key`] && !modifiers.includes(m))
|
|
573
|
-
};
|
|
574
|
-
withModifiers = (fn, modifiers) => {
|
|
575
|
-
const cache = fn._withMods || (fn._withMods = {});
|
|
576
|
-
const cacheKey = modifiers.join(".");
|
|
577
|
-
return cache[cacheKey] || (cache[cacheKey] = (event, ...args) => {
|
|
578
|
-
for (let i = 0; i < modifiers.length; i++) {
|
|
579
|
-
const guard = modifierGuards[modifiers[i]];
|
|
580
|
-
if (guard && guard(event, modifiers)) return;
|
|
581
|
-
}
|
|
582
|
-
return fn(event, ...args);
|
|
583
|
-
});
|
|
584
|
-
};
|
|
585
|
-
rendererOptions = /* @__PURE__ */ extend({ patchProp }, nodeOps);
|
|
586
|
-
enabledHydration = false;
|
|
587
|
-
createSSRApp = (...args) => {
|
|
588
|
-
const app = ensureHydrationRenderer().createApp(...args);
|
|
589
|
-
const { mount } = app;
|
|
590
|
-
app.mount = (containerOrSelector) => {
|
|
591
|
-
const container = normalizeContainer(containerOrSelector);
|
|
592
|
-
if (container) return mount(container, true, resolveRootNamespace(container));
|
|
593
|
-
};
|
|
594
|
-
return app;
|
|
595
|
-
};
|
|
596
|
-
}));
|
|
597
|
-
//#endregion
|
|
598
|
-
export { withModifiers as a, vModelText as i, createSSRApp as n, init_runtime_dom_esm_bundler as r, Transition as t };
|