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,677 +0,0 @@
|
|
|
1
|
-
import { n as __esmMin, r as __exportAll } from "./rolldown-runtime-lkMnaVCm.js";
|
|
2
|
-
import { _ as shallowReactive, b as toRaw, h as ref } from "./vue-DHzalQTI.js";
|
|
3
|
-
import { k as watch } from "./vue-1Y5FbPzj.js";
|
|
4
|
-
import { n as init_vue_runtime_esm_bundler } from "./vue-C-LVj1DU.js";
|
|
5
|
-
import { C as init_zod, K as evaluateSimple, T as external_exports, Z as init_dist, a as init_esm, et as isNil, i as esm_default } from "./zova-BYPEGx1T.js";
|
|
6
|
-
import { m as init_asyncToGenerator, p as _asyncToGenerator } from "./fecha-DvkbkxAQ.js";
|
|
7
|
-
import { B as deepExtend, K as BeanSimple, M as BeanBase, T as usePrepareArg, Y as cast, k as BeanInfo, m as BeanScopeBase, w as Use } from "./zova-DQbBsEtS.js";
|
|
8
|
-
import { t as init_src$1 } from "./zova-CoRfsquu.js";
|
|
9
|
-
import { f as Sys, i as Scope, t as init_src$2 } from "./a-bean-qjOwLLml.js";
|
|
10
|
-
import { a as Model, o as BeanModelBase, t as init_src$3 } from "./a-model-Ds17NAa5.js";
|
|
11
|
-
import { n as init_oas30, t as init_oas31 } from "./openapi3-jIye4jNw.js";
|
|
12
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/types/database.ts
|
|
13
|
-
var OrderBusinessBase, OrderUnknownBase, OrderMaxBase;
|
|
14
|
-
var init_database = __esmMin((() => {
|
|
15
|
-
OrderBusinessBase = 1e3;
|
|
16
|
-
OrderUnknownBase = 1e4;
|
|
17
|
-
OrderMaxBase = 1e5;
|
|
18
|
-
}));
|
|
19
|
-
//#endregion
|
|
20
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/lib/schema.ts
|
|
21
|
-
function loadSchemaProperties(schema, onGetSchema, schemaScene) {
|
|
22
|
-
if (!schema) return;
|
|
23
|
-
const properties = schema.properties;
|
|
24
|
-
const result = [];
|
|
25
|
-
for (let key in properties) {
|
|
26
|
-
var _property$rest, _property$rest$form, _property$rest2, _property$rest$schema, _property$rest3;
|
|
27
|
-
let property = properties[key];
|
|
28
|
-
if (property.$ref) property = onGetSchema(property.$ref);
|
|
29
|
-
if (!property) continue;
|
|
30
|
-
const fieldSource = (_property$rest = property.rest) === null || _property$rest === void 0 ? void 0 : _property$rest.fieldSource;
|
|
31
|
-
if (fieldSource) {
|
|
32
|
-
const parts = fieldSource.split(".");
|
|
33
|
-
const propertyParent = parts[0] === key ? property : result.find((item) => item.key === parts[0]);
|
|
34
|
-
property = propertyParent === null || propertyParent === void 0 ? void 0 : propertyParent.properties[parts[1]];
|
|
35
|
-
key = fieldSource;
|
|
36
|
-
}
|
|
37
|
-
if (!property) continue;
|
|
38
|
-
property = deepExtend({ key }, property, schemaScene && [
|
|
39
|
-
"form-view",
|
|
40
|
-
"form-create",
|
|
41
|
-
"filter"
|
|
42
|
-
].includes(schemaScene) ? { rest: (_property$rest$form = (_property$rest2 = property.rest) === null || _property$rest2 === void 0 ? void 0 : _property$rest2["form"]) !== null && _property$rest$form !== void 0 ? _property$rest$form : {} } : void 0, schemaScene ? { rest: (_property$rest$schema = (_property$rest3 = property.rest) === null || _property$rest3 === void 0 ? void 0 : _property$rest3[schemaScene]) !== null && _property$rest$schema !== void 0 ? _property$rest$schema : {} } : void 0);
|
|
43
|
-
result.push(property);
|
|
44
|
-
}
|
|
45
|
-
result.sort((a, b) => {
|
|
46
|
-
var _a$rest$order, _a$rest, _b$rest$order, _b$rest;
|
|
47
|
-
return ((_a$rest$order = (_a$rest = a.rest) === null || _a$rest === void 0 ? void 0 : _a$rest.order) !== null && _a$rest$order !== void 0 ? _a$rest$order : OrderUnknownBase) - ((_b$rest$order = (_b$rest = b.rest) === null || _b$rest === void 0 ? void 0 : _b$rest.order) !== null && _b$rest$order !== void 0 ? _b$rest$order : OrderUnknownBase);
|
|
48
|
-
});
|
|
49
|
-
return result;
|
|
50
|
-
}
|
|
51
|
-
function schemaToZodSchema(schema, onGetSchema) {
|
|
52
|
-
return evaluateSimple(esm_default(_normalizeSchema(toRaw(schema), onGetSchema)), { z: external_exports });
|
|
53
|
-
}
|
|
54
|
-
function _normalizeSchema(schema, onGetSchema) {
|
|
55
|
-
if (!schema.properties) return schema;
|
|
56
|
-
const schemaNew = Object.assign({}, schema, { properties: {} });
|
|
57
|
-
for (const key in schema.properties) {
|
|
58
|
-
let property = schema.properties[key];
|
|
59
|
-
if (property === null || property === void 0 ? void 0 : property.$ref) property = onGetSchema(property.$ref);
|
|
60
|
-
if (!property) continue;
|
|
61
|
-
schemaNew.properties[key] = _normalizeSchema(property, onGetSchema);
|
|
62
|
-
}
|
|
63
|
-
return schemaNew;
|
|
64
|
-
}
|
|
65
|
-
function getSchemaOfRequestBody(operationObject) {
|
|
66
|
-
var _cast;
|
|
67
|
-
return (_cast = cast(operationObject === null || operationObject === void 0 ? void 0 : operationObject.requestBody)) === null || _cast === void 0 || (_cast = _cast.content) === null || _cast === void 0 || (_cast = _cast["application/json"]) === null || _cast === void 0 ? void 0 : _cast.schema;
|
|
68
|
-
}
|
|
69
|
-
function getSchemaOfResponseBody(operationObject) {
|
|
70
|
-
var _operationObject$resp;
|
|
71
|
-
return operationObject === null || operationObject === void 0 || (_operationObject$resp = operationObject.responses) === null || _operationObject$resp === void 0 || (_operationObject$resp = _operationObject$resp["200"]) === null || _operationObject$resp === void 0 || (_operationObject$resp = _operationObject$resp.content) === null || _operationObject$resp === void 0 || (_operationObject$resp = _operationObject$resp["application/json"]) === null || _operationObject$resp === void 0 ? void 0 : _operationObject$resp.schema;
|
|
72
|
-
}
|
|
73
|
-
function getSchemaOfRequestQuery(operationObject) {
|
|
74
|
-
const parameters = operationObject === null || operationObject === void 0 ? void 0 : operationObject.parameters;
|
|
75
|
-
if (!parameters) return;
|
|
76
|
-
const schema = {
|
|
77
|
-
type: "object",
|
|
78
|
-
required: [],
|
|
79
|
-
properties: {}
|
|
80
|
-
};
|
|
81
|
-
for (const _parameter of parameters) {
|
|
82
|
-
const parameter = _parameter;
|
|
83
|
-
if (parameter.in !== "query") continue;
|
|
84
|
-
const name = parameter.name;
|
|
85
|
-
const fieldSchema = parameter.schema;
|
|
86
|
-
schema.properties[name] = fieldSchema;
|
|
87
|
-
if (parameter.required) schema.required.push(name);
|
|
88
|
-
}
|
|
89
|
-
return schema;
|
|
90
|
-
}
|
|
91
|
-
function getSchemaOfRequestQueryFilter(operationObject, options) {
|
|
92
|
-
const parameters = operationObject === null || operationObject === void 0 ? void 0 : operationObject.parameters;
|
|
93
|
-
if (!parameters) return;
|
|
94
|
-
const schema = {
|
|
95
|
-
type: "object",
|
|
96
|
-
required: [],
|
|
97
|
-
properties: {}
|
|
98
|
-
};
|
|
99
|
-
for (const _parameter of parameters) {
|
|
100
|
-
var _fieldSchema$filter, _fieldSchema$filter2;
|
|
101
|
-
const parameter = _parameter;
|
|
102
|
-
if (parameter.in !== "query") continue;
|
|
103
|
-
const name = parameter.name;
|
|
104
|
-
if (__FilterColumnsIgnore.includes(name)) continue;
|
|
105
|
-
const fieldSchema = parameter.schema;
|
|
106
|
-
if ((options === null || options === void 0 ? void 0 : options.where) === true && ((_fieldSchema$filter = fieldSchema.filter) === null || _fieldSchema$filter === void 0 || (_fieldSchema$filter = _fieldSchema$filter.capabilities) === null || _fieldSchema$filter === void 0 ? void 0 : _fieldSchema$filter.where) !== false || (options === null || options === void 0 ? void 0 : options.order) === true && ((_fieldSchema$filter2 = fieldSchema.filter) === null || _fieldSchema$filter2 === void 0 || (_fieldSchema$filter2 = _fieldSchema$filter2.capabilities) === null || _fieldSchema$filter2 === void 0 ? void 0 : _fieldSchema$filter2.order) !== false) {
|
|
107
|
-
schema.properties[name] = fieldSchema;
|
|
108
|
-
if (parameter.required) schema.required.push(name);
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
return schema;
|
|
112
|
-
}
|
|
113
|
-
var __FilterColumnsIgnore;
|
|
114
|
-
var init_schema$1 = __esmMin((() => {
|
|
115
|
-
init_esm();
|
|
116
|
-
init_dist();
|
|
117
|
-
init_vue_runtime_esm_bundler();
|
|
118
|
-
init_zod();
|
|
119
|
-
init_src$1();
|
|
120
|
-
init_database();
|
|
121
|
-
__FilterColumnsIgnore = [
|
|
122
|
-
"columns",
|
|
123
|
-
"where",
|
|
124
|
-
"orders",
|
|
125
|
-
"pageNo",
|
|
126
|
-
"pageSize"
|
|
127
|
-
];
|
|
128
|
-
}));
|
|
129
|
-
//#endregion
|
|
130
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/model/sdk.ts
|
|
131
|
-
function _applyDecoratedDescriptor(i, e, r, n, l) {
|
|
132
|
-
var a = {};
|
|
133
|
-
return Object.keys(n).forEach(function(i) {
|
|
134
|
-
a[i] = n[i];
|
|
135
|
-
}), a.enumerable = !!a.enumerable, a.configurable = !!a.configurable, ("value" in a || a.initializer) && (a.writable = !0), a = r.slice().reverse().reduce(function(r, n) {
|
|
136
|
-
return n(i, e, r) || r;
|
|
137
|
-
}, a), l && void 0 !== a.initializer && (a.value = a.initializer ? a.initializer.call(l) : void 0, a.initializer = void 0), void 0 === a.initializer ? (Object.defineProperty(i, e, a), null) : a;
|
|
138
|
-
}
|
|
139
|
-
var _dec$2, _dec2$2, _dec3, _dec4, _dec5, _class$2, _class2, __schemaRefPrefix, ModelSdk;
|
|
140
|
-
var init_sdk$1 = __esmMin((() => {
|
|
141
|
-
init_asyncToGenerator();
|
|
142
|
-
init_src$1();
|
|
143
|
-
init_dist();
|
|
144
|
-
init_src$3();
|
|
145
|
-
init_schema$1();
|
|
146
|
-
__schemaRefPrefix = "#/components/schemas/";
|
|
147
|
-
ModelSdk = (_dec$2 = Model({ enableSelector: true }), _dec2$2 = BeanInfo({ module: "a-openapi" }), _dec3 = Use({ beanFullName: "a-openapi.sys.sdk" }), _dec4 = Reflect.metadata("design:type", Function), _dec5 = Reflect.metadata("design:paramtypes", []), _dec$2(_class$2 = _dec2$2(_class$2 = (_class2 = class ModelSdk extends BeanModelBase {
|
|
148
|
-
constructor(...args) {
|
|
149
|
-
super(...args);
|
|
150
|
-
this._eventSsrHmrReload = void 0;
|
|
151
|
-
}
|
|
152
|
-
get $$sysSdk() {
|
|
153
|
-
return usePrepareArg(this.selector, true);
|
|
154
|
-
}
|
|
155
|
-
__init__(locale) {
|
|
156
|
-
var _superprop_get__init__ = () => super.__init__, _this = this;
|
|
157
|
-
return _asyncToGenerator(function* () {
|
|
158
|
-
if (!locale) throw new Error("locale not specified");
|
|
159
|
-
yield _superprop_get__init__().call(_this, locale);
|
|
160
|
-
if (_this.sys.config.ssr.hmr) _this._eventSsrHmrReload = _this.sys.meta.event.on("a-ssrhmr:reload", function() {
|
|
161
|
-
var _ref = _asyncToGenerator(function* (_data, next) {
|
|
162
|
-
yield _this.$refetchQueries({ queryKey: ["bootstrap"] });
|
|
163
|
-
yield _this.$refetchQueries({ queryKey: ["sdk"] });
|
|
164
|
-
return next();
|
|
165
|
-
});
|
|
166
|
-
return function(_x, _x2) {
|
|
167
|
-
return _ref.apply(this, arguments);
|
|
168
|
-
};
|
|
169
|
-
}());
|
|
170
|
-
})();
|
|
171
|
-
}
|
|
172
|
-
__dispose__() {
|
|
173
|
-
if (this._eventSsrHmrReload) this._eventSsrHmrReload();
|
|
174
|
-
}
|
|
175
|
-
getBootstrap(resource) {
|
|
176
|
-
var _this2 = this;
|
|
177
|
-
return this.$useStateData({
|
|
178
|
-
queryKey: ["bootstrap", resource],
|
|
179
|
-
queryFn: function() {
|
|
180
|
-
var _ref2 = _asyncToGenerator(function* () {
|
|
181
|
-
const bootstrap = yield _this2.$$sysSdk.loadBootstrap(_this2.$fetch, resource);
|
|
182
|
-
if (!bootstrap) throw new Error("load bootstrap error");
|
|
183
|
-
yield _this2.$refetchQueries({ queryKey: ["permissions", resource] });
|
|
184
|
-
return bootstrap !== null && bootstrap !== void 0 ? bootstrap : null;
|
|
185
|
-
});
|
|
186
|
-
return function queryFn() {
|
|
187
|
-
return _ref2.apply(this, arguments);
|
|
188
|
-
};
|
|
189
|
-
}()
|
|
190
|
-
});
|
|
191
|
-
}
|
|
192
|
-
getPermissions(resource) {
|
|
193
|
-
var _this3 = this;
|
|
194
|
-
return this.$useStateData({
|
|
195
|
-
queryKey: ["permissions", resource],
|
|
196
|
-
queryFn: function() {
|
|
197
|
-
var _ref3 = _asyncToGenerator(function* () {
|
|
198
|
-
const permissions = yield _this3.$fetch.get(_this3.sys.util.apiActionPathTranslate(_this3.scope.config.api.permissions, { resource }), _this3.sys.util.apiActionConfigPrepare());
|
|
199
|
-
return permissions !== null && permissions !== void 0 ? permissions : null;
|
|
200
|
-
});
|
|
201
|
-
return function queryFn() {
|
|
202
|
-
return _ref3.apply(this, arguments);
|
|
203
|
-
};
|
|
204
|
-
}()
|
|
205
|
-
});
|
|
206
|
-
}
|
|
207
|
-
getSdk(api, apiMethod, apiOptions) {
|
|
208
|
-
var _this4 = this;
|
|
209
|
-
if (!api) throw new Error("should specify api");
|
|
210
|
-
const [api2, apiMethod2] = this.$$sysSdk.prepareApiMeta(api, apiMethod);
|
|
211
|
-
return this.$useStateData({
|
|
212
|
-
queryKey: [
|
|
213
|
-
"sdk",
|
|
214
|
-
api2,
|
|
215
|
-
apiMethod2
|
|
216
|
-
],
|
|
217
|
-
queryFn: function() {
|
|
218
|
-
var _ref4 = _asyncToGenerator(function* () {
|
|
219
|
-
const sdk = yield _this4.$$sysSdk.loadSdk(_this4.$fetch, api, apiMethod, apiOptions);
|
|
220
|
-
if (!sdk) throw new Error("load sdk error");
|
|
221
|
-
for (const schemaName of sdk.schemas) yield _this4.$refetchQueries({ queryKey: ["schema", schemaName] });
|
|
222
|
-
return sdk;
|
|
223
|
-
});
|
|
224
|
-
return function queryFn() {
|
|
225
|
-
return _ref4.apply(this, arguments);
|
|
226
|
-
};
|
|
227
|
-
}()
|
|
228
|
-
});
|
|
229
|
-
}
|
|
230
|
-
getSchema(schemaName) {
|
|
231
|
-
var _this5 = this;
|
|
232
|
-
if (schemaName.startsWith(__schemaRefPrefix)) schemaName = schemaName.substring(21);
|
|
233
|
-
return this.$useStateData({
|
|
234
|
-
queryKey: ["schema", schemaName],
|
|
235
|
-
queryFn: function() {
|
|
236
|
-
var _ref5 = _asyncToGenerator(function* () {
|
|
237
|
-
const schema = _this5.$$sysSdk.getSchema(schemaName);
|
|
238
|
-
return schema !== null && schema !== void 0 ? schema : null;
|
|
239
|
-
});
|
|
240
|
-
return function queryFn() {
|
|
241
|
-
return _ref5.apply(this, arguments);
|
|
242
|
-
};
|
|
243
|
-
}()
|
|
244
|
-
});
|
|
245
|
-
}
|
|
246
|
-
getZodSchema(schemaName) {
|
|
247
|
-
return this.$useStateComputed({
|
|
248
|
-
queryKey: ["zodSchema", schemaName],
|
|
249
|
-
queryFn: () => {
|
|
250
|
-
const querySchema = this.getSchema(schemaName);
|
|
251
|
-
if (!querySchema.data) return null;
|
|
252
|
-
return this.schemaToZodSchema(querySchema.data);
|
|
253
|
-
}
|
|
254
|
-
});
|
|
255
|
-
}
|
|
256
|
-
getSchemaDefaultValue(schemaName) {
|
|
257
|
-
return this.$useStateComputed({
|
|
258
|
-
queryKey: ["schemaDefaultValue", schemaName],
|
|
259
|
-
queryFn: () => {
|
|
260
|
-
const querySchema = this.getSchema(schemaName);
|
|
261
|
-
if (!querySchema.data) return null;
|
|
262
|
-
const schema = querySchema.data;
|
|
263
|
-
const defaultValues = {};
|
|
264
|
-
for (const key in schema.properties) {
|
|
265
|
-
const property = schema.properties[key];
|
|
266
|
-
if (!isNil(property.default)) defaultValues[key] = property.default;
|
|
267
|
-
}
|
|
268
|
-
return defaultValues;
|
|
269
|
-
}
|
|
270
|
-
});
|
|
271
|
-
}
|
|
272
|
-
createApiSchemas(api, apiMethod, apiOptions) {
|
|
273
|
-
const self = this;
|
|
274
|
-
const sdk = this.getSdk(api, apiMethod, apiOptions);
|
|
275
|
-
return {
|
|
276
|
-
get sdk() {
|
|
277
|
-
return sdk;
|
|
278
|
-
},
|
|
279
|
-
get query() {
|
|
280
|
-
var _sdk$data;
|
|
281
|
-
return getSchemaOfRequestQuery((_sdk$data = sdk.data) === null || _sdk$data === void 0 ? void 0 : _sdk$data.operationObject);
|
|
282
|
-
},
|
|
283
|
-
get filter() {
|
|
284
|
-
var _sdk$data2;
|
|
285
|
-
return getSchemaOfRequestQueryFilter((_sdk$data2 = sdk.data) === null || _sdk$data2 === void 0 ? void 0 : _sdk$data2.operationObject, { where: true });
|
|
286
|
-
},
|
|
287
|
-
get requestBody() {
|
|
288
|
-
var _sdk$data3, _cast;
|
|
289
|
-
const schemaBody = getSchemaOfRequestBody((_sdk$data3 = sdk.data) === null || _sdk$data3 === void 0 ? void 0 : _sdk$data3.operationObject);
|
|
290
|
-
const schemaName = (_cast = cast(schemaBody)) === null || _cast === void 0 ? void 0 : _cast.$ref;
|
|
291
|
-
if (schemaName) return self.getSchema(schemaName).data;
|
|
292
|
-
return schemaBody;
|
|
293
|
-
},
|
|
294
|
-
get responseBody() {
|
|
295
|
-
var _sdk$data4, _schemaBody$propertie, _cast2;
|
|
296
|
-
const schemaBody = getSchemaOfResponseBody((_sdk$data4 = sdk.data) === null || _sdk$data4 === void 0 ? void 0 : _sdk$data4.operationObject);
|
|
297
|
-
const schemaData = schemaBody === null || schemaBody === void 0 || (_schemaBody$propertie = schemaBody.properties) === null || _schemaBody$propertie === void 0 ? void 0 : _schemaBody$propertie.data;
|
|
298
|
-
const schemaName = (_cast2 = cast(schemaData)) === null || _cast2 === void 0 ? void 0 : _cast2.$ref;
|
|
299
|
-
if (schemaName) return self.getSchema(schemaName).data;
|
|
300
|
-
return schemaData;
|
|
301
|
-
},
|
|
302
|
-
get paged() {
|
|
303
|
-
var _sdk$data5, _cast3, _schemaBody$propertie2;
|
|
304
|
-
const schemaBody = getSchemaOfResponseBody((_sdk$data5 = sdk.data) === null || _sdk$data5 === void 0 ? void 0 : _sdk$data5.operationObject);
|
|
305
|
-
if (!schemaBody) return;
|
|
306
|
-
if ((_cast3 = cast(schemaBody === null || schemaBody === void 0 || (_schemaBody$propertie2 = schemaBody.properties) === null || _schemaBody$propertie2 === void 0 ? void 0 : _schemaBody$propertie2.data)) === null || _cast3 === void 0 || (_cast3 = _cast3.items) === null || _cast3 === void 0 ? void 0 : _cast3.$ref) return;
|
|
307
|
-
return this.responseBody;
|
|
308
|
-
},
|
|
309
|
-
get row() {
|
|
310
|
-
var _sdk$data6, _schemaBody$propertie3, _cast4, _cast5, _schemaData$propertie;
|
|
311
|
-
const schemaBody = getSchemaOfResponseBody((_sdk$data6 = sdk.data) === null || _sdk$data6 === void 0 ? void 0 : _sdk$data6.operationObject);
|
|
312
|
-
if (!schemaBody) return;
|
|
313
|
-
let schemaData;
|
|
314
|
-
if (schemaBody === null || schemaBody === void 0 || (_schemaBody$propertie3 = schemaBody.properties) === null || _schemaBody$propertie3 === void 0 ? void 0 : _schemaBody$propertie3.data.$ref) {
|
|
315
|
-
var _schemaBody$propertie4;
|
|
316
|
-
schemaData = self.getSchema(schemaBody === null || schemaBody === void 0 || (_schemaBody$propertie4 = schemaBody.properties) === null || _schemaBody$propertie4 === void 0 ? void 0 : _schemaBody$propertie4.data.$ref).data;
|
|
317
|
-
} else {
|
|
318
|
-
var _schemaBody$propertie5;
|
|
319
|
-
schemaData = schemaBody === null || schemaBody === void 0 || (_schemaBody$propertie5 = schemaBody.properties) === null || _schemaBody$propertie5 === void 0 ? void 0 : _schemaBody$propertie5.data;
|
|
320
|
-
}
|
|
321
|
-
const schemaName = (_cast4 = cast(schemaData)) === null || _cast4 === void 0 || (_cast4 = _cast4.items) === null || _cast4 === void 0 ? void 0 : _cast4.$ref;
|
|
322
|
-
if (schemaName) return self.getSchema(schemaName).data;
|
|
323
|
-
const schemaRow = (_cast5 = cast(schemaData === null || schemaData === void 0 || (_schemaData$propertie = schemaData.properties) === null || _schemaData$propertie === void 0 ? void 0 : _schemaData$propertie.list)) === null || _cast5 === void 0 ? void 0 : _cast5.items;
|
|
324
|
-
if (schemaRow === null || schemaRow === void 0 ? void 0 : schemaRow.$ref) return self.getSchema(schemaRow === null || schemaRow === void 0 ? void 0 : schemaRow.$ref).data;
|
|
325
|
-
return schemaRow;
|
|
326
|
-
}
|
|
327
|
-
};
|
|
328
|
-
}
|
|
329
|
-
loadSchemaProperties(schema, schemaScene) {
|
|
330
|
-
return loadSchemaProperties(schema, (schemaName) => this.getSchema(schemaName).data, schemaScene);
|
|
331
|
-
}
|
|
332
|
-
schemaToZodSchema(schema) {
|
|
333
|
-
return schemaToZodSchema(schema, (schemaName) => this.getSchema(schemaName).data);
|
|
334
|
-
}
|
|
335
|
-
}, _applyDecoratedDescriptor(_class2.prototype, "$$sysSdk", [
|
|
336
|
-
_dec3,
|
|
337
|
-
_dec4,
|
|
338
|
-
_dec5
|
|
339
|
-
], Object.getOwnPropertyDescriptor(_class2.prototype, "$$sysSdk"), _class2.prototype), _class2)) || _class$2) || _class$2);
|
|
340
|
-
}));
|
|
341
|
-
//#endregion
|
|
342
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/types/sdk.ts
|
|
343
|
-
var SymbolOpenapiSchemaName;
|
|
344
|
-
var init_sdk = __esmMin((() => {
|
|
345
|
-
SymbolOpenapiSchemaName = "__schemaName__";
|
|
346
|
-
}));
|
|
347
|
-
//#endregion
|
|
348
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/bean/sys.sdk.ts
|
|
349
|
-
var _dec$1, _dec2$1, _class$1, SysSdk;
|
|
350
|
-
var init_sys_sdk = __esmMin((() => {
|
|
351
|
-
init_asyncToGenerator();
|
|
352
|
-
init_src$1();
|
|
353
|
-
init_vue_runtime_esm_bundler();
|
|
354
|
-
init_src$2();
|
|
355
|
-
init_sdk();
|
|
356
|
-
SysSdk = (_dec$1 = Sys(), _dec2$1 = BeanInfo({ module: "a-openapi" }), _dec$1(_class$1 = _dec2$1(_class$1 = class SysSdk extends BeanBase {
|
|
357
|
-
constructor(...args) {
|
|
358
|
-
super(...args);
|
|
359
|
-
this.locale = void 0;
|
|
360
|
-
this.bootstraps = void 0;
|
|
361
|
-
this.schemas = void 0;
|
|
362
|
-
this.sdks = void 0;
|
|
363
|
-
this._eventSsrHmrReload = void 0;
|
|
364
|
-
this._fetch = void 0;
|
|
365
|
-
}
|
|
366
|
-
__init__(locale) {
|
|
367
|
-
var _this = this;
|
|
368
|
-
return _asyncToGenerator(function* () {
|
|
369
|
-
_this.locale = locale;
|
|
370
|
-
_this.bootstraps = shallowReactive({});
|
|
371
|
-
_this.schemas = shallowReactive({});
|
|
372
|
-
_this.sdks = shallowReactive({});
|
|
373
|
-
if (_this.sys.config.ssr.hmr) _this._eventSsrHmrReload = _this.sys.meta.event.on("a-ssrhmr:reload", function() {
|
|
374
|
-
var _ref = _asyncToGenerator(function* (_data, next) {
|
|
375
|
-
yield _this.reload();
|
|
376
|
-
return next();
|
|
377
|
-
});
|
|
378
|
-
return function(_x, _x2) {
|
|
379
|
-
return _ref.apply(this, arguments);
|
|
380
|
-
};
|
|
381
|
-
}());
|
|
382
|
-
})();
|
|
383
|
-
}
|
|
384
|
-
__dispose__() {
|
|
385
|
-
if (this._eventSsrHmrReload) this._eventSsrHmrReload();
|
|
386
|
-
}
|
|
387
|
-
reload() {
|
|
388
|
-
var _this2 = this;
|
|
389
|
-
return _asyncToGenerator(function* () {
|
|
390
|
-
const bootstraps = _this2.bootstraps;
|
|
391
|
-
_this2.bootstraps = shallowReactive({});
|
|
392
|
-
for (const resource in bootstraps) yield _this2.loadBootstrap(_this2._fetch, resource);
|
|
393
|
-
const sdks = _this2.sdks;
|
|
394
|
-
_this2.sdks = shallowReactive({});
|
|
395
|
-
for (const api in sdks) for (const apiMethod in sdks[api]) yield _this2.loadSdk(_this2._fetch, api, apiMethod, { authToken: false });
|
|
396
|
-
})();
|
|
397
|
-
}
|
|
398
|
-
getBootstrap(resource) {
|
|
399
|
-
return this.bootstraps[resource];
|
|
400
|
-
}
|
|
401
|
-
getSdk(api, apiMethod) {
|
|
402
|
-
var _this$sdks$api;
|
|
403
|
-
if (!api) return;
|
|
404
|
-
const [api2, apiMethod2] = this.prepareApiMeta(api, apiMethod);
|
|
405
|
-
return (_this$sdks$api = this.sdks[api2]) === null || _this$sdks$api === void 0 ? void 0 : _this$sdks$api[apiMethod2];
|
|
406
|
-
}
|
|
407
|
-
getSchema(schemaName) {
|
|
408
|
-
return this.schemas[schemaName];
|
|
409
|
-
}
|
|
410
|
-
loadBootstrap($fetch, resource) {
|
|
411
|
-
var _this3 = this;
|
|
412
|
-
return _asyncToGenerator(function* () {
|
|
413
|
-
_this3._fetch = $fetch;
|
|
414
|
-
if (!_this3.bootstraps[resource]) _this3.bootstraps[resource] = yield $fetch.get(_this3.sys.util.apiActionPathTranslate(_this3.scope.config.api.bootstrap, { resource }), _this3.sys.util.apiActionConfigPrepare(void 0, void 0, false));
|
|
415
|
-
return _this3.bootstraps[resource];
|
|
416
|
-
})();
|
|
417
|
-
}
|
|
418
|
-
loadSdk($fetch, api, apiMethod, apiOptions) {
|
|
419
|
-
var _this4 = this;
|
|
420
|
-
return _asyncToGenerator(function* () {
|
|
421
|
-
var _this$sdks$api2, _data$doc$components;
|
|
422
|
-
_this4._fetch = $fetch;
|
|
423
|
-
if (!api) return;
|
|
424
|
-
const [api2, apiMethod2] = _this4.prepareApiMeta(api, apiMethod);
|
|
425
|
-
if ((_this$sdks$api2 = _this4.sdks[api2]) === null || _this$sdks$api2 === void 0 ? void 0 : _this$sdks$api2[apiMethod2]) return _this4.sdks[api2][apiMethod2];
|
|
426
|
-
const params = [_this4.sys.util.apiActionPathTranslate(api2)];
|
|
427
|
-
if (!["get", "delete"].includes(apiMethod2)) params.push(void 0);
|
|
428
|
-
const options = {
|
|
429
|
-
authToken: apiOptions === null || apiOptions === void 0 ? void 0 : apiOptions.authToken,
|
|
430
|
-
openapiSchema: true,
|
|
431
|
-
headers: {}
|
|
432
|
-
};
|
|
433
|
-
const localeKey = _this4.sys.env.APP_LOCALE_HEADER_KEY;
|
|
434
|
-
if (localeKey) options.headers[localeKey] = _this4.locale;
|
|
435
|
-
params.push(_this4.sys.util.apiActionConfigPrepare(void 0, options));
|
|
436
|
-
const data = yield $fetch[apiMethod2](...params);
|
|
437
|
-
const schemaNames = [];
|
|
438
|
-
const schemas = (_data$doc$components = data.doc.components) === null || _data$doc$components === void 0 ? void 0 : _data$doc$components.schemas;
|
|
439
|
-
if (schemas) for (const key in schemas) {
|
|
440
|
-
const schema = schemas[key];
|
|
441
|
-
if (!schema["__schemaName__"]) schema["__schemaName__"] = key;
|
|
442
|
-
_this4.schemas[key] = schema;
|
|
443
|
-
schemaNames.push(key);
|
|
444
|
-
}
|
|
445
|
-
const paths = data.doc.paths;
|
|
446
|
-
if (paths) for (const key in paths) {
|
|
447
|
-
if (!_this4.sdks[api2]) _this4.sdks[api2] = shallowReactive({});
|
|
448
|
-
for (const method in paths[key]) _this4.sdks[api2][method] = {
|
|
449
|
-
schemas: schemaNames,
|
|
450
|
-
operationObject: paths[key][method],
|
|
451
|
-
meta: data.meta
|
|
452
|
-
};
|
|
453
|
-
}
|
|
454
|
-
return _this4.sdks[api2][apiMethod2];
|
|
455
|
-
})();
|
|
456
|
-
}
|
|
457
|
-
prepareApiMeta(api, apiMethod) {
|
|
458
|
-
return [api, apiMethod !== null && apiMethod !== void 0 ? apiMethod : "get"];
|
|
459
|
-
}
|
|
460
|
-
}) || _class$1) || _class$1);
|
|
461
|
-
}));
|
|
462
|
-
//#endregion
|
|
463
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/config/config.ts
|
|
464
|
-
var config;
|
|
465
|
-
var init_config = __esmMin((() => {
|
|
466
|
-
config = (_sys) => {
|
|
467
|
-
return {
|
|
468
|
-
formProvider: {},
|
|
469
|
-
api: {
|
|
470
|
-
bootstrap: "/api/openapischema/resource/bootstrap/:resource",
|
|
471
|
-
permissions: "/api/home/base/permission/:resource"
|
|
472
|
-
}
|
|
473
|
-
};
|
|
474
|
-
};
|
|
475
|
-
}));
|
|
476
|
-
//#endregion
|
|
477
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/monkey.ts
|
|
478
|
-
var Monkey;
|
|
479
|
-
var init_monkey = __esmMin((() => {
|
|
480
|
-
init_vue_runtime_esm_bundler();
|
|
481
|
-
init_src$1();
|
|
482
|
-
init_asyncToGenerator();
|
|
483
|
-
Monkey = class extends BeanSimple {
|
|
484
|
-
constructor(moduleSelf) {
|
|
485
|
-
super();
|
|
486
|
-
this._moduleSelf = void 0;
|
|
487
|
-
this._modelSdk = ref();
|
|
488
|
-
this._moduleSelf = moduleSelf;
|
|
489
|
-
}
|
|
490
|
-
moduleLoading(_module) {
|
|
491
|
-
return _asyncToGenerator(function* () {})();
|
|
492
|
-
}
|
|
493
|
-
moduleLoaded(module) {
|
|
494
|
-
var _this = this;
|
|
495
|
-
return _asyncToGenerator(function* () {
|
|
496
|
-
if (_this._moduleSelf === module) {
|
|
497
|
-
yield _this._loadSdk();
|
|
498
|
-
_this.ctx.util.instanceScope(() => {
|
|
499
|
-
return watch(() => {
|
|
500
|
-
return _this.app.meta.locale.current;
|
|
501
|
-
}, _asyncToGenerator(function* () {
|
|
502
|
-
yield _this._loadSdk();
|
|
503
|
-
}));
|
|
504
|
-
});
|
|
505
|
-
}
|
|
506
|
-
})();
|
|
507
|
-
}
|
|
508
|
-
beanInit(bean, beanInstance) {
|
|
509
|
-
var _this2 = this;
|
|
510
|
-
return _asyncToGenerator(function* () {
|
|
511
|
-
const self = _this2;
|
|
512
|
-
bean.defineProperty(beanInstance, "$sdk", {
|
|
513
|
-
enumerable: false,
|
|
514
|
-
configurable: true,
|
|
515
|
-
get() {
|
|
516
|
-
return self._modelSdk;
|
|
517
|
-
}
|
|
518
|
-
});
|
|
519
|
-
})();
|
|
520
|
-
}
|
|
521
|
-
_loadSdk() {
|
|
522
|
-
var _this3 = this;
|
|
523
|
-
return _asyncToGenerator(function* () {
|
|
524
|
-
_this3._modelSdk.value = yield _this3.app.bean._getBeanSelector("a-openapi.model.sdk", true, _this3.app.meta.locale.current);
|
|
525
|
-
})();
|
|
526
|
-
}
|
|
527
|
-
};
|
|
528
|
-
}));
|
|
529
|
-
//#endregion
|
|
530
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/.metadata/index.ts
|
|
531
|
-
/** monkey: end */
|
|
532
|
-
/** scope: begin */
|
|
533
|
-
var _dec, _dec2, _class, ScopeModuleAOpenapi;
|
|
534
|
-
var init__metadata = __esmMin((() => {
|
|
535
|
-
init_src$1();
|
|
536
|
-
init_sdk$1();
|
|
537
|
-
init_src$3();
|
|
538
|
-
init_sys_sdk();
|
|
539
|
-
init_config();
|
|
540
|
-
init_monkey();
|
|
541
|
-
init_src$2();
|
|
542
|
-
ScopeModuleAOpenapi = (_dec = Scope(), _dec2 = BeanInfo({ module: "a-openapi" }), _dec(_class = _dec2(_class = class ScopeModuleAOpenapi extends BeanScopeBase {}) || _class) || _class);
|
|
543
|
-
}));
|
|
544
|
-
/** scope: end */
|
|
545
|
-
//#endregion
|
|
546
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/lib/index.ts
|
|
547
|
-
var init_lib = __esmMin((() => {
|
|
548
|
-
init_schema$1();
|
|
549
|
-
}));
|
|
550
|
-
//#endregion
|
|
551
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/types/action.ts
|
|
552
|
-
var init_action = __esmMin((() => {}));
|
|
553
|
-
//#endregion
|
|
554
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/types/captcha.ts
|
|
555
|
-
var init_captcha = __esmMin((() => {}));
|
|
556
|
-
//#endregion
|
|
557
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/types/formMeta.ts
|
|
558
|
-
var init_formMeta = __esmMin((() => {}));
|
|
559
|
-
//#endregion
|
|
560
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/types/formProvider.ts
|
|
561
|
-
var init_formProvider = __esmMin((() => {}));
|
|
562
|
-
//#endregion
|
|
563
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/types/order.ts
|
|
564
|
-
var init_order = __esmMin((() => {}));
|
|
565
|
-
//#endregion
|
|
566
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/types/permissions.ts
|
|
567
|
-
var init_permissions = __esmMin((() => {}));
|
|
568
|
-
//#endregion
|
|
569
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/types/resource/block.ts
|
|
570
|
-
var init_block = __esmMin((() => {}));
|
|
571
|
-
//#endregion
|
|
572
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/types/resource/formActionRow.ts
|
|
573
|
-
var init_formActionRow = __esmMin((() => {}));
|
|
574
|
-
//#endregion
|
|
575
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/types/resource/formField.ts
|
|
576
|
-
var init_formField = __esmMin((() => {}));
|
|
577
|
-
//#endregion
|
|
578
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/types/resource/formFieldLayout.ts
|
|
579
|
-
var init_formFieldLayout = __esmMin((() => {}));
|
|
580
|
-
//#endregion
|
|
581
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/types/resource/tableAction.ts
|
|
582
|
-
var init_tableAction = __esmMin((() => {}));
|
|
583
|
-
//#endregion
|
|
584
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/types/resource/tableActionBulk.ts
|
|
585
|
-
var init_tableActionBulk = __esmMin((() => {}));
|
|
586
|
-
//#endregion
|
|
587
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/types/resource/tableActionRow.ts
|
|
588
|
-
var init_tableActionRow = __esmMin((() => {}));
|
|
589
|
-
//#endregion
|
|
590
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/types/resource/tableCell.ts
|
|
591
|
-
var init_tableCell = __esmMin((() => {}));
|
|
592
|
-
//#endregion
|
|
593
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/types/resource/index.ts
|
|
594
|
-
var init_resource = __esmMin((() => {
|
|
595
|
-
init_block();
|
|
596
|
-
init_formActionRow();
|
|
597
|
-
init_formField();
|
|
598
|
-
init_formFieldLayout();
|
|
599
|
-
init_tableAction();
|
|
600
|
-
init_tableActionBulk();
|
|
601
|
-
init_tableActionRow();
|
|
602
|
-
init_tableCell();
|
|
603
|
-
}));
|
|
604
|
-
//#endregion
|
|
605
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/types/rest.ts
|
|
606
|
-
var renderFormFieldTopPropsSystem, renderTableColumnTopPropsSystem;
|
|
607
|
-
var init_rest = __esmMin((() => {
|
|
608
|
-
init_oas30();
|
|
609
|
-
init_oas31();
|
|
610
|
-
renderFormFieldTopPropsSystem = [
|
|
611
|
-
"order",
|
|
612
|
-
"table",
|
|
613
|
-
"form",
|
|
614
|
-
"form-view",
|
|
615
|
-
"form-create",
|
|
616
|
-
"filter"
|
|
617
|
-
];
|
|
618
|
-
renderTableColumnTopPropsSystem = [
|
|
619
|
-
"order",
|
|
620
|
-
"table",
|
|
621
|
-
"form",
|
|
622
|
-
"form-view",
|
|
623
|
-
"form-create",
|
|
624
|
-
"filter"
|
|
625
|
-
];
|
|
626
|
-
}));
|
|
627
|
-
//#endregion
|
|
628
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/types/schema.ts
|
|
629
|
-
var init_schema = __esmMin((() => {}));
|
|
630
|
-
//#endregion
|
|
631
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/types/table.ts
|
|
632
|
-
var init_table = __esmMin((() => {}));
|
|
633
|
-
//#endregion
|
|
634
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/types/index.ts
|
|
635
|
-
var init_types = __esmMin((() => {
|
|
636
|
-
init_action();
|
|
637
|
-
init_captcha();
|
|
638
|
-
init_database();
|
|
639
|
-
init_formMeta();
|
|
640
|
-
init_formProvider();
|
|
641
|
-
init_order();
|
|
642
|
-
init_permissions();
|
|
643
|
-
init_resource();
|
|
644
|
-
init_rest();
|
|
645
|
-
init_schema();
|
|
646
|
-
init_sdk();
|
|
647
|
-
init_table();
|
|
648
|
-
}));
|
|
649
|
-
//#endregion
|
|
650
|
-
//#region src/suite-vendor/a-zova/modules/a-openapi/src/index.ts
|
|
651
|
-
var src_exports = /* @__PURE__ */ __exportAll({
|
|
652
|
-
ModelSdk: () => ModelSdk,
|
|
653
|
-
Monkey: () => Monkey,
|
|
654
|
-
OrderBusinessBase: () => OrderBusinessBase,
|
|
655
|
-
OrderCoreBase: () => 100,
|
|
656
|
-
OrderMaxBase: () => OrderMaxBase,
|
|
657
|
-
OrderUnknownBase: () => OrderUnknownBase,
|
|
658
|
-
ScopeModuleAOpenapi: () => ScopeModuleAOpenapi,
|
|
659
|
-
SymbolOpenapiSchemaName: () => SymbolOpenapiSchemaName,
|
|
660
|
-
SysSdk: () => SysSdk,
|
|
661
|
-
config: () => config,
|
|
662
|
-
getSchemaOfRequestBody: () => getSchemaOfRequestBody,
|
|
663
|
-
getSchemaOfRequestQuery: () => getSchemaOfRequestQuery,
|
|
664
|
-
getSchemaOfRequestQueryFilter: () => getSchemaOfRequestQueryFilter,
|
|
665
|
-
getSchemaOfResponseBody: () => getSchemaOfResponseBody,
|
|
666
|
-
loadSchemaProperties: () => loadSchemaProperties,
|
|
667
|
-
renderFormFieldTopPropsSystem: () => renderFormFieldTopPropsSystem,
|
|
668
|
-
renderTableColumnTopPropsSystem: () => renderTableColumnTopPropsSystem,
|
|
669
|
-
schemaToZodSchema: () => schemaToZodSchema
|
|
670
|
-
});
|
|
671
|
-
var init_src = __esmMin((() => {
|
|
672
|
-
init__metadata();
|
|
673
|
-
init_lib();
|
|
674
|
-
init_types();
|
|
675
|
-
}));
|
|
676
|
-
//#endregion
|
|
677
|
-
export { SymbolOpenapiSchemaName as i, src_exports as n, renderFormFieldTopPropsSystem as r, init_src as t };
|