gina 0.5.21 → 0.5.22
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 +15 -0
- package/README.md +30 -12
- package/ROADMAP.md +2 -1
- package/framework/v0.5.22/VERSION +1 -0
- package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/js/gina.js +281 -83
- package/framework/v0.5.22/core/asset/plugin/dist/vendor/gina/js/gina.min.js +593 -0
- package/framework/v0.5.22/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
- package/framework/v0.5.22/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
- package/framework/{v0.5.21 → v0.5.22}/core/controller/controller.js +10 -1
- package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/validator/src/form-validator.js +75 -15
- package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/validator/src/main.js +51 -5
- package/framework/{v0.5.21 → v0.5.22}/core/server.js +68 -11
- package/framework/{v0.5.21 → v0.5.22}/core/template/conf/package.json +3 -3
- package/framework/{v0.5.21 → v0.5.22}/core/template/conf/settings.json +6 -2
- package/framework/{v0.5.21 → v0.5.22}/lib/cmd/image/build.js +1 -1
- package/framework/{v0.5.21 → v0.5.22}/package.json +1 -1
- package/gna.js +4 -4
- package/llms.txt +15 -5
- package/package.json +8 -5
- package/schema/settings.json +29 -0
- package/script/post_install.js +20 -4
- package/script/pre_install.js +16 -1
- package/framework/v0.5.21/VERSION +0 -1
- package/framework/v0.5.21/core/asset/plugin/dist/vendor/gina/js/gina.min.js +0 -589
- package/framework/v0.5.21/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
- package/framework/v0.5.21/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/AUTHORS +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/LICENSE +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/html/nolayout.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/html/static.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/img/android-chrome-192x192.png +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/img/android-chrome-512x512.png +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/img/apple-touch-icon.png +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/img/favicon-16x16.png +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/img/favicon-32x32.png +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/img/favicon.ico +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/beemaster/index.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.br +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.gz +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/html/statusbar.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/inspector/have_heart_one-webfont.woff2 +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/inspector/index.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/inspector/inspector.css +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/inspector/inspector.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/inspector/logo.svg +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/config.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/ai/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/ai/lib/connector.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/couchbase/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/couchbase/lib/connector.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/couchbase/lib/connector.v3.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/couchbase/lib/connector.v4.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/couchbase/lib/n1ql.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/couchbase/lib/session-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/couchbase/lib/session-store.v4.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/mongodb/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/mongodb/lib/connector.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/mongodb/lib/job-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/mongodb/lib/pipeline-loader.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/mongodb/lib/session-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/mysql/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/mysql/lib/connector.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/postgresql/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/postgresql/lib/connector.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/redis/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/redis/lib/connector.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/redis/lib/job-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/redis/lib/render-cache-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/redis/lib/session-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/scylladb/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/scylladb/lib/connector.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/scylladb/lib/session-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/sql-parser.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/sqlite/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/sqlite/lib/connector.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/sqlite/lib/job-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/connectors/sqlite/lib/session-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/content.encoding +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/controller.framework.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/controller.render-json.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/controller.render-nunjucks-async.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/controller.render-nunjucks.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/controller.render-stream.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/controller.render-swig-async.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/controller.render-swig.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/controller.render-v1.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/inspector-window-emit.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/controller/release-banner.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/dev/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/dev/lib/class.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/dev/lib/factory.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/dev/lib/tools.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/gna.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/locales/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/locales/currency.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/locales/dist/language/en.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/locales/dist/language/fr.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/locales/dist/region/en.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/locales/dist/region/fr.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/locales/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/mime.types +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/model/entity.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/model/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/model/template/entityFactory.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/model/template/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/csrf/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/csrf/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/csrf/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/coep/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/coep/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/coep/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/coop/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/coop/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/coop/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/corp/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/corp/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/corp/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/csp/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/csp/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/csp/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/hide-powered-by/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/hide-powered-by/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/hide-powered-by/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/hsts/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/hsts/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/hsts/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/origin-agent-cluster/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/origin-agent-cluster/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/origin-agent-cluster/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/referrer-policy/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/referrer-policy/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/referrer-policy/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-content-type-options/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-content-type-options/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-content-type-options/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-dns-prefetch-control/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-dns-prefetch-control/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-dns-prefetch-control/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-download-options/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-download-options/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-download-options/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-frame-options/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-frame-options/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-frame-options/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-xss-protection/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-xss-protection/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/security-headers/x-xss-protection/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/session/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/session/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/session/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/storage/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/storage/build.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/storage/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/storage/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/validator/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/validator/build.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/plugins/lib/validator/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/router.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/server.express.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/server.isaac.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/status.codes +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/_gitignore +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/config/app.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/config/connectors.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/config/routing.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/config/settings.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/config/templates.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/config/watchers.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle/locales/en.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_public/css/default.css +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_public/css/home.css +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_public/js/components/x-checklist.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_public/manifest.webmanifest +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_public/readme.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_public/sw.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_templates/html/includes/x-checklist.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/command/gina.bat.tpl +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/command/gina.tpl +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/conf/env.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/conf/manifest.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/conf/statics.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/conf/templates.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/error/client/json/401.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/error/client/json/403.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/error/client/json/404.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/error/server/html/50x.html +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/error/server/json/500.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/error/server/json/503.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/core/template/extensions/logger/config.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/console.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/context.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/data/LICENSE +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/data/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/data/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/data/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/dateFormat.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/json/LICENSE +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/json/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/json/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/json/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/path.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/plugins/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/plugins/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/plugins/src/api-error.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/plugins/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/prototypes.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/task.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/helpers/text.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/admin/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/admin/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/archiver/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/archiver/build.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/archiver/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/archiver/src/dep/jszip.min.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/archiver/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/async/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/async/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/audit/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/audit/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/audit-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/authz-gate/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/authz-gate/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cache/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cache/build.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cache/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cache/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/aliases.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/add.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/build.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/copy.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/cp.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/inc/name-rewrite.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/man.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/mcp-start.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/mcp.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/oas.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/openapi.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/remove.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/rename.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/restart.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/rm.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/start.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/status.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/stop.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/bundle/types.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/cache/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/cache/clear.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/cache/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/cache/stats.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/add.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/infer.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/migrate.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/models.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/remove.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/rm.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/connector/test.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/container/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/container/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/container/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/container/man.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/container/ps.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/container/stop.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/add.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/get.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/link-dev.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/remove.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/rm.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/set.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/unset.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/env/use.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/add.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/build.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/dot.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/get.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/init.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/link-node-modules.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/link.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/man.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/msg.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/open.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/remove.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/reset.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/restart.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/set.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/start.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/status.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/stop.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/tail.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/update.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/framework/version.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/gina-dev.1.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/gina-framework.1.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/gina.1.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/helper.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/i18n/add.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/i18n/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/i18n/export.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/i18n/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/i18n/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/i18n/import.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/i18n/scan.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/image/_host.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/image/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/image/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/image/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/image/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/image/man.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/image/rm.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/image/run.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/inspector/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/inspector/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/inspector/open.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/man-render.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/minion/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/minion/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/minion/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/minion/kill.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/minion/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/msg.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/port/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/port/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/port/inc/scan.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/port/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/port/reset.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/port/set.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/add.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/backup.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/build.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/import.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/man.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/move.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/remove.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/rename.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/restart.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/restore.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/rm.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/start.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/status.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/project/stop.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/protocol/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/protocol/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/protocol/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/protocol/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/protocol/remove.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/protocol/set.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/scope/add.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/scope/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/scope/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/scope/link-local.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/scope/link-production.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/scope/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/scope/remove.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/scope/rm.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/scope/use.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/secrets/arguments.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/secrets/check.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/secrets/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/secrets/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/secrets/scan.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/service/help.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/service/help.txt +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/service/list.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/service/man.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/service/start.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd/view/add.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd-status-format/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cmd-status-format/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/collection/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/collection/build.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/collection/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/collection/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/config.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/connector-config/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/connector-config/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/connector-registry/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/connector-registry/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cron/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cron/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/cron/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/domain/LICENSE +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/domain/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/domain/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/domain/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/dto/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/dto/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/dto-pipe/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/dto-pipe/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/dto-types/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/dto-types/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/generator/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/i18n/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/i18n/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/image-build/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/image-build/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/inherits/LICENSE +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/inherits/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/inherits/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/inherits/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/inspector-events/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/inspector-events/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/inspector-redact/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/inspector-redact/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/instrument/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/instrument/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/job/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/job/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/job-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/json-config-header/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/json-config-header/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/src/containers/default/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/src/containers/file/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/src/containers/mq/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/src/containers/mq/listener.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/src/containers/mq/speaker.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/src/helper.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/logger/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/math/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/mcp-dispatch/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/mcp-dispatch/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/mcp-http/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/mcp-http/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/mcp-server/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/mcp-server/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/merge/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/merge/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/merge/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/metrics/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/metrics/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/model.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/nunjucks-filters/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/nunjucks-filters/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/nunjucks-filters/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/nunjucks-resolver/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/nunjucks-resolver/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/proc.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/release-watch/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/release-watch/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/render-cache/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/render-cache/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/render-cache-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/routing/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/routing/build.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/routing/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/routing/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/routing/src/radix.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/routing-introspect/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/routing-introspect/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/secrets/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/secrets/src/backends/env.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/secrets/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/session-store.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/shell.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/state.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/swig-filters/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/swig-filters/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/swig-filters/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/swig-resolver/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/swig-resolver/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/template-loaders/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/template-loaders/src/loaders/http.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/template-loaders/src/loaders/memory.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/template-loaders/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/url/README.md +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/url/index.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/url/routing.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/uuid/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/uuid/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/validator.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/watcher/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/watcher/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/ws-framing/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/ws-framing/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/ws-query/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/ws-query/src/main.js +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/ws-session/package.json +0 -0
- /package/framework/{v0.5.21 → v0.5.22}/lib/ws-session/src/main.js +0 -0
|
@@ -3136,6 +3136,15 @@ function FormValidatorUtil(data, $fields, xhrOptions, fieldsSet, culture) {
|
|
|
3136
3136
|
};
|
|
3137
3137
|
|
|
3138
3138
|
var compileError = function(error, data) {
|
|
3139
|
+
// #B87: tolerate a non-string `error` from a future call site — the only
|
|
3140
|
+
// current caller is string-gated at the query result site, but nothing in
|
|
3141
|
+
// this function's own contract enforces it and `error.match()` throws on
|
|
3142
|
+
// anything else. A non-string carries no `{{placeholder}}` to compile, so
|
|
3143
|
+
// it is returned as-is; if it then lands in `replace()` as a label, the
|
|
3144
|
+
// #B86 fail-soft degrades it to the English default with a warn.
|
|
3145
|
+
if ( typeof(error) != 'string' ) {
|
|
3146
|
+
return error;
|
|
3147
|
+
}
|
|
3139
3148
|
var varArr = error.match(/\{\{([^{{}}]+)\}\}/g );
|
|
3140
3149
|
// `String.match` with a /g regex yields `null` — not [] — when nothing matches, so a
|
|
3141
3150
|
// backend field error carrying no `{{placeholder}}` (the common shape, e.g. "Already
|
|
@@ -3392,9 +3401,11 @@ function FormValidatorUtil(data, $fields, xhrOptions, fieldsSet, culture) {
|
|
|
3392
3401
|
}
|
|
3393
3402
|
}
|
|
3394
3403
|
|
|
3395
|
-
var
|
|
3404
|
+
var processQueryResult = function(result) {
|
|
3396
3405
|
|
|
3397
|
-
|
|
3406
|
+
// #B87: a boolean checkbox routed through a `query` rule carries a real
|
|
3407
|
+
// boolean — `.toLowerCase()` only applies to string values
|
|
3408
|
+
_this.value = local['data'][_this.name] = (_this.value && typeof(_this.value) == 'string') ? _this.value.toLowerCase() : _this.value;
|
|
3398
3409
|
|
|
3399
3410
|
var isValid = result.isValid || false;
|
|
3400
3411
|
if (validIf != isValid) {
|
|
@@ -3504,22 +3515,67 @@ function FormValidatorUtil(data, $fields, xhrOptions, fieldsSet, culture) {
|
|
|
3504
3515
|
console.debug('prematurely completed event `'+ 'asyncCompleted.' + id +'`');
|
|
3505
3516
|
|
|
3506
3517
|
return triggerEvent(gina, _this.target, 'asyncCompleted.' + id, self[_this['name']]);
|
|
3507
|
-
} // EO
|
|
3518
|
+
} // EO processQueryResult
|
|
3519
|
+
|
|
3520
|
+
/**
|
|
3521
|
+
* #B87 blanket guard: the XHR result lands asynchronously, so by the
|
|
3522
|
+
* time it is processed the form may have been unbound or the field
|
|
3523
|
+
* detached (e.g. a popin closed mid-flight) — a throw inside the
|
|
3524
|
+
* processing used to leave `asyncCompleted.<id>` unfired, hanging the
|
|
3525
|
+
* submit path's async waiter for the whole pass. Warn and release the
|
|
3526
|
+
* waiter with the field state as-is: the query verdict is unknown,
|
|
3527
|
+
* and the server re-validates on submit either way.
|
|
3528
|
+
*
|
|
3529
|
+
* @inner
|
|
3530
|
+
* @param {object} err - Error thrown while handling the query result
|
|
3531
|
+
*
|
|
3532
|
+
* @returns {undefined}
|
|
3533
|
+
*/
|
|
3534
|
+
var releaseQueryWaiter = function(err) {
|
|
3535
|
+
console.warn('[ FormValidator ] `query` result handling failed for field `'+ (_this && _this.name) +'`: '+ ( err && err.message || err ));
|
|
3536
|
+
try {
|
|
3537
|
+
var _releaseId = _this.target && (_this.target.id || _this.target.getAttribute('id'));
|
|
3538
|
+
if (_releaseId) {
|
|
3539
|
+
triggerEvent(gina, _this.target, 'asyncCompleted.' + _releaseId, self[_this['name']]);
|
|
3540
|
+
}
|
|
3541
|
+
} catch (ignore) {}
|
|
3542
|
+
}
|
|
3543
|
+
|
|
3544
|
+
/**
|
|
3545
|
+
* Guarded entry point for the XHR handlers below — delegates to
|
|
3546
|
+
* `processQueryResult` and routes any throw to `releaseQueryWaiter`
|
|
3547
|
+
* so the async waiter can never be left hanging (#B87).
|
|
3548
|
+
*
|
|
3549
|
+
* @inner
|
|
3550
|
+
* @param {object} result - Parsed backend response
|
|
3551
|
+
*
|
|
3552
|
+
* @returns {undefined}
|
|
3553
|
+
*/
|
|
3554
|
+
var onResult = function(result) {
|
|
3555
|
+
try {
|
|
3556
|
+
return processQueryResult(result);
|
|
3557
|
+
} catch (err) {
|
|
3558
|
+
return releaseQueryWaiter(err);
|
|
3559
|
+
}
|
|
3560
|
+
}
|
|
3508
3561
|
|
|
3509
3562
|
|
|
3510
3563
|
if (xhr) {
|
|
3511
3564
|
|
|
3512
3565
|
xhr.onerror = function(event, err) {
|
|
3566
|
+
// #B87: blanket-guarded like `xhr.onload` — a throw while shaping
|
|
3567
|
+
// the error result (e.g. bad JSON under a JSON content-type) must
|
|
3568
|
+
// release the async waiter, not hang it
|
|
3569
|
+
try {
|
|
3570
|
+
var error = 'Transaction error: might be due to the server CORS settings.\nPlease, check the console for more details.';
|
|
3571
|
+
var result = {
|
|
3572
|
+
'status': xhr.status, //500,
|
|
3573
|
+
'error' : error
|
|
3574
|
+
};
|
|
3513
3575
|
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
'error' : error
|
|
3518
|
-
};
|
|
3519
|
-
|
|
3520
|
-
console.debug('query error [2] detected !! ', err, error);
|
|
3521
|
-
isOnException = true;
|
|
3522
|
-
result = this.responseText;
|
|
3576
|
+
console.debug('query error [2] detected !! ', err, error);
|
|
3577
|
+
isOnException = true;
|
|
3578
|
+
result = this.responseText;
|
|
3523
3579
|
var contentType = this.getResponseHeader("Content-Type");
|
|
3524
3580
|
if ( /\/json/.test( contentType ) ) {
|
|
3525
3581
|
result = JSON.parse(this.responseText);
|
|
@@ -3540,7 +3596,9 @@ function FormValidatorUtil(data, $fields, xhrOptions, fieldsSet, culture) {
|
|
|
3540
3596
|
}
|
|
3541
3597
|
return onResult(result);
|
|
3542
3598
|
}
|
|
3543
|
-
|
|
3599
|
+
} catch (e) {
|
|
3600
|
+
return releaseQueryWaiter(e);
|
|
3601
|
+
}
|
|
3544
3602
|
}// Eo xhr.onerror
|
|
3545
3603
|
|
|
3546
3604
|
// catching ready state cb
|
|
@@ -3608,7 +3666,9 @@ function FormValidatorUtil(data, $fields, xhrOptions, fieldsSet, culture) {
|
|
|
3608
3666
|
return onResult(result);
|
|
3609
3667
|
}
|
|
3610
3668
|
} catch (err) {
|
|
3611
|
-
|
|
3669
|
+
// #B87: a malformed response (e.g. bad JSON under a JSON
|
|
3670
|
+
// content-type) must release the async waiter, not hang it
|
|
3671
|
+
return releaseQueryWaiter(err);
|
|
3612
3672
|
}
|
|
3613
3673
|
}// xhr.onload = function () {
|
|
3614
3674
|
|
|
@@ -7254,10 +7314,9 @@ function handleXhr(xhr, $el, options, require) {
|
|
|
7254
7314
|
id = $target.getAttribute('id');
|
|
7255
7315
|
}
|
|
7256
7316
|
|
|
7257
|
-
// forward callback to HTML data event attribute through `
|
|
7317
|
+
// forward callback to HTML data event attribute through `hlink` status
|
|
7318
|
+
// (registration happens in link/main.js `linkRequest` before handleXhr runs)
|
|
7258
7319
|
var hLinkIsRequired = ( $link && $el.getAttribute('data-gina-link-event-on-success') || $link && $el.getAttribute('data-gina-link-event-on-error') ) ? true : false;
|
|
7259
|
-
// if (hLinkIsRequired && $link)
|
|
7260
|
-
// listenToXhrEvents($link, 'link');
|
|
7261
7320
|
|
|
7262
7321
|
// forward callback to HTML data event attribute through `hform` status
|
|
7263
7322
|
var hFormIsRequired = ( $form && $target.getAttribute('data-gina-form-event-on-submit-success') || $form && $target.getAttribute('data-gina-form-event-on-submit-error') ) ? true : false;
|
|
@@ -7310,7 +7369,7 @@ function handleXhr(xhr, $el, options, require) {
|
|
|
7310
7369
|
triggerEvent(gina, $target, 'error.' + id + '.hform', result);
|
|
7311
7370
|
|
|
7312
7371
|
if (hLinkIsRequired)
|
|
7313
|
-
triggerEvent(gina, $target, 'error.' + id + '.hlink', result);
|
|
7372
|
+
triggerEvent(gina, $link.target, 'error.' + $link.id + '.hlink', result);
|
|
7314
7373
|
}
|
|
7315
7374
|
|
|
7316
7375
|
// catching ready state cb
|
|
@@ -7463,7 +7522,7 @@ function handleXhr(xhr, $el, options, require) {
|
|
|
7463
7522
|
triggerEvent(gina, $target, 'success.' + id + '.hform', result);
|
|
7464
7523
|
|
|
7465
7524
|
if (hLinkIsRequired)
|
|
7466
|
-
triggerEvent(gina, $target, 'success.' + id + '.hlink', result);
|
|
7525
|
+
triggerEvent(gina, $link.target, 'success.' + $link.id + '.hlink', result);
|
|
7467
7526
|
|
|
7468
7527
|
} catch (err) {
|
|
7469
7528
|
|
|
@@ -7497,7 +7556,7 @@ function handleXhr(xhr, $el, options, require) {
|
|
|
7497
7556
|
triggerEvent(gina, $target, 'error.' + id + '.hform', result);
|
|
7498
7557
|
|
|
7499
7558
|
if (hLinkIsRequired)
|
|
7500
|
-
triggerEvent(gina, $target, 'error.' + id + '.hlink', result);
|
|
7559
|
+
triggerEvent(gina, $link.target, 'error.' + $link.id + '.hlink', result);
|
|
7501
7560
|
}
|
|
7502
7561
|
|
|
7503
7562
|
// handle redirect
|
|
@@ -7588,7 +7647,7 @@ function handleXhr(xhr, $el, options, require) {
|
|
|
7588
7647
|
triggerEvent(gina, $target, 'error.' + id + '.hform', result);
|
|
7589
7648
|
|
|
7590
7649
|
if (hLinkIsRequired)
|
|
7591
|
-
triggerEvent(gina, $target, 'error.' + id + '.hlink', result);
|
|
7650
|
+
triggerEvent(gina, $link.target, 'error.' + $link.id + '.hlink', result);
|
|
7592
7651
|
}
|
|
7593
7652
|
return;
|
|
7594
7653
|
|
|
@@ -7648,7 +7707,7 @@ function handleXhr(xhr, $el, options, require) {
|
|
|
7648
7707
|
triggerEvent(gina, $target, 'error.' + id + '.hform', result);
|
|
7649
7708
|
|
|
7650
7709
|
if (hLinkIsRequired)
|
|
7651
|
-
triggerEvent(gina, $target, 'error.' + id + '.hlink', result);
|
|
7710
|
+
triggerEvent(gina, $link.target, 'error.' + $link.id + '.hlink', result);
|
|
7652
7711
|
}
|
|
7653
7712
|
|
|
7654
7713
|
return;
|
|
@@ -7697,7 +7756,7 @@ function handleXhr(xhr, $el, options, require) {
|
|
|
7697
7756
|
triggerEvent(gina, $target, 'error.' + id + '.hform', result);
|
|
7698
7757
|
|
|
7699
7758
|
if (hLinkIsRequired)
|
|
7700
|
-
triggerEvent(gina, $target, 'error.' + id + '.hlink', result);
|
|
7759
|
+
triggerEvent(gina, $link.target, 'error.' + $link.id + '.hlink', result);
|
|
7701
7760
|
|
|
7702
7761
|
return;
|
|
7703
7762
|
};
|
|
@@ -7844,33 +7903,45 @@ function on(event, cb) {
|
|
|
7844
7903
|
return this
|
|
7845
7904
|
}
|
|
7846
7905
|
|
|
7847
|
-
|
|
7848
|
-
|
|
7849
|
-
|
|
7850
|
-
var listenToXhrEvents = function($el, type) {
|
|
7906
|
+
}
|
|
7851
7907
|
|
|
7908
|
+
/**
|
|
7909
|
+
* listenToXhrEvents
|
|
7910
|
+
*
|
|
7911
|
+
* Registers the `data-gina-<type>-event-on-success` / `data-gina-<type>-event-on-error`
|
|
7912
|
+
* HTML callbacks of a plugin element on its `success.h<type>` / `error.h<type>` XHR
|
|
7913
|
+
* event channels. The attribute value must be a bare identifier resolving on `window`
|
|
7914
|
+
* (function-call shapes are refused with a console warning — #M21a).
|
|
7915
|
+
* Consumed by `link/main.js` `linkRequest` (type `'link'`) and by `handleXhr`'s form
|
|
7916
|
+
* branch (type `'form'`); must stay top-level — both callers resolve it as a global.
|
|
7917
|
+
*
|
|
7918
|
+
* @function listenToXhrEvents
|
|
7919
|
+
* @param {object} $el - plugin element object (a `$link`/`$form` carrying `.target` and `.on`)
|
|
7920
|
+
* @param {string} type - attribute/channel type: `'link'` or `'form'`
|
|
7921
|
+
* @returns {void}
|
|
7922
|
+
*/
|
|
7923
|
+
function listenToXhrEvents($el, type) {
|
|
7852
7924
|
|
|
7853
|
-
|
|
7854
|
-
|
|
7855
|
-
|
|
7925
|
+
//data-gina-{type}-event-on-success
|
|
7926
|
+
var htmlSuccesEventCallback = $el.target.getAttribute('data-gina-'+ type +'-event-on-success') || null;
|
|
7927
|
+
if (htmlSuccesEventCallback != null) {
|
|
7856
7928
|
|
|
7857
|
-
|
|
7858
|
-
|
|
7859
|
-
|
|
7860
|
-
|
|
7861
|
-
|
|
7862
|
-
}
|
|
7929
|
+
if ( /\((.*)\)/.test(htmlSuccesEventCallback) ) {
|
|
7930
|
+
// #M21a — function-call shape unsupported; register a bare handler on window instead
|
|
7931
|
+
try { console.warn('[gina-event] function-call shape no longer supported on data-gina-'+ type +'-event-on-success — use a bare identifier and register the handler on window: '+ htmlSuccesEventCallback); } catch (e) {}
|
|
7932
|
+
} else {
|
|
7933
|
+
$el.on('success.h'+ type, window[htmlSuccesEventCallback])
|
|
7863
7934
|
}
|
|
7935
|
+
}
|
|
7864
7936
|
|
|
7865
|
-
|
|
7866
|
-
|
|
7867
|
-
|
|
7868
|
-
|
|
7869
|
-
|
|
7870
|
-
|
|
7871
|
-
|
|
7872
|
-
|
|
7873
|
-
}
|
|
7937
|
+
//data-gina-{type}-event-on-error
|
|
7938
|
+
var htmlErrorEventCallback = $el.target.getAttribute('data-gina-'+ type +'-event-on-error') || null;
|
|
7939
|
+
if (htmlErrorEventCallback != null) {
|
|
7940
|
+
if ( /\((.*)\)/.test(htmlErrorEventCallback) ) {
|
|
7941
|
+
// #M21a — function-call shape unsupported; register a bare handler on window instead
|
|
7942
|
+
try { console.warn('[gina-event] function-call shape no longer supported on data-gina-'+ type +'-event-on-error — use a bare identifier and register the handler on window: '+ htmlErrorEventCallback); } catch (e) {}
|
|
7943
|
+
} else {
|
|
7944
|
+
$el.on('error.h'+ type, window[htmlErrorEventCallback])
|
|
7874
7945
|
}
|
|
7875
7946
|
}
|
|
7876
7947
|
};
|
|
@@ -9097,12 +9168,12 @@ define('gina/link', [ 'require', 'lib/domain', 'lib/merge', 'lib/uuid', 'utils/e
|
|
|
9097
9168
|
var $el = document.getElementById(id) || null;
|
|
9098
9169
|
|
|
9099
9170
|
var hLinkIsRequired = null;
|
|
9100
|
-
// forward callback to HTML data event attribute through `
|
|
9171
|
+
// forward callback to HTML data event attribute through `hlink` status
|
|
9101
9172
|
hLinkIsRequired = ( $el.getAttribute('data-gina-link-event-on-success') || $el.getAttribute('data-gina-link-event-on-error') ) ? true : false;
|
|
9102
|
-
// success -> data-gina-
|
|
9103
|
-
// error -> data-gina-
|
|
9173
|
+
// success -> data-gina-link-event-on-success
|
|
9174
|
+
// error -> data-gina-link-event-on-error
|
|
9104
9175
|
if (hLinkIsRequired)
|
|
9105
|
-
listenToXhrEvents($link);
|
|
9176
|
+
listenToXhrEvents($link, 'link');
|
|
9106
9177
|
|
|
9107
9178
|
// if ( $el == null ) {
|
|
9108
9179
|
|
|
@@ -9192,33 +9263,6 @@ define('gina/link', [ 'require', 'lib/domain', 'lib/merge', 'lib/uuid', 'utils/e
|
|
|
9192
9263
|
xhr.send();
|
|
9193
9264
|
}
|
|
9194
9265
|
|
|
9195
|
-
// var listenToXhrEvents = function($link) {
|
|
9196
|
-
|
|
9197
|
-
// //data-gina-link-event-on-success
|
|
9198
|
-
// var htmlSuccesEventCallback = $link.target.getAttribute('data-gina-link-event-on-success') || null;
|
|
9199
|
-
// if (htmlSuccesEventCallback != null) {
|
|
9200
|
-
|
|
9201
|
-
// if ( /\((.*)\)/.test(htmlSuccesEventCallback) ) {
|
|
9202
|
-
// eval(htmlSuccesEventCallback)
|
|
9203
|
-
// } else {
|
|
9204
|
-
// $link.on('success.hlink', window[htmlSuccesEventCallback])
|
|
9205
|
-
// }
|
|
9206
|
-
// }
|
|
9207
|
-
|
|
9208
|
-
// //data-gina-link-event-on-error
|
|
9209
|
-
// var htmlErrorEventCallback = $link.target.getAttribute('data-gina-link-event-on-error') || null;
|
|
9210
|
-
// if (htmlErrorEventCallback != null) {
|
|
9211
|
-
// if ( /\((.*)\)/.test(htmlErrorEventCallback) ) {
|
|
9212
|
-
// eval(htmlErrorEventCallback)
|
|
9213
|
-
// } else {
|
|
9214
|
-
// $link.on('error.hlink', window[htmlErrorEventCallback])
|
|
9215
|
-
// }
|
|
9216
|
-
// }
|
|
9217
|
-
// }
|
|
9218
|
-
|
|
9219
|
-
|
|
9220
|
-
|
|
9221
|
-
|
|
9222
9266
|
function registerLink($link, options) {
|
|
9223
9267
|
|
|
9224
9268
|
if ( typeof(options) != 'object' ) {
|
|
@@ -14721,6 +14765,27 @@ function ValidatorPlugin(rules, data, formId, culture) {
|
|
|
14721
14765
|
var isCheckboxValueAsState = function($form) {
|
|
14722
14766
|
return /^true$/i.test($form.target.dataset.ginaFormCheckboxValueAsState) ? true : false;
|
|
14723
14767
|
}
|
|
14768
|
+
|
|
14769
|
+
/**
|
|
14770
|
+
* #B125: tells whether the form EXPLICITLY declares the checkbox state
|
|
14771
|
+
* model via `data-gina-form-checkbox-value-as-state` — any value counts:
|
|
14772
|
+
* "true" is the legacy opt-in, anything else (canonically "false")
|
|
14773
|
+
* declares the spec model. The #49 migration warns only fire when the
|
|
14774
|
+
* attribute is entirely absent: an author who declares the model has
|
|
14775
|
+
* already read it, so the migration aid has nothing left to teach — and
|
|
14776
|
+
* the payload-only shape (`value="true"` with no `checked`, intended
|
|
14777
|
+
* unticked) is legitimate post-#49 markup that is byte-identical to
|
|
14778
|
+
* pre-#49 markup at the attribute level, so the declaration is the only
|
|
14779
|
+
* intent signal available.
|
|
14780
|
+
*
|
|
14781
|
+
* @inner
|
|
14782
|
+
* @param {object} $form - Form object (`instance.$forms[id]` shape)
|
|
14783
|
+
*
|
|
14784
|
+
* @returns {boolean} isCheckboxStateModelDeclared
|
|
14785
|
+
*/
|
|
14786
|
+
var isCheckboxStateModelDeclared = function($form) {
|
|
14787
|
+
return ( typeof($form.target.dataset.ginaFormCheckboxValueAsState) != 'undefined' ) ? true : false;
|
|
14788
|
+
}
|
|
14724
14789
|
// one warn per field id per page load (migration aid, #49)
|
|
14725
14790
|
var checkboxValueStateWarned = {};
|
|
14726
14791
|
|
|
@@ -15047,12 +15112,13 @@ function ValidatorPlugin(rules, data, formId, culture) {
|
|
|
15047
15112
|
if (
|
|
15048
15113
|
/^(checkbox)$/i.test($inputs[f].type)
|
|
15049
15114
|
&& !isCheckboxValueAsState($form)
|
|
15115
|
+
&& !isCheckboxStateModelDeclared($form)
|
|
15050
15116
|
&& !$inputs[f].hasAttribute('checked')
|
|
15051
15117
|
&& /^(true|on)$/i.test($inputs[f].getAttribute('value'))
|
|
15052
15118
|
&& !checkboxValueStateWarned[elId]
|
|
15053
15119
|
) {
|
|
15054
15120
|
checkboxValueStateWarned[elId] = true;
|
|
15055
|
-
console.warn('[ FormValidator ] checkbox `'+ elId +'`: `value` no longer implies the checked state; add the `checked` attribute if it must render ticked, or set `data-gina-form-checkbox-value-as-state="true"` on the form to restore the legacy behavior');
|
|
15121
|
+
console.warn('[ FormValidator ] checkbox `'+ elId +'`: `value` no longer implies the checked state; add the `checked` attribute if it must render ticked, or set `data-gina-form-checkbox-value-as-state="true"` on the form to restore the legacy behavior. If the unticked rendering is intended, remove the `value` attribute (a boolean checkbox posts its live checked state either way), or set `data-gina-form-checkbox-value-as-state="false"` on the form to declare the current model and silence migration warnings');
|
|
15056
15122
|
}
|
|
15057
15123
|
|
|
15058
15124
|
// Migration aid (#49) — the mirror direction: this markup used to be
|
|
@@ -15066,12 +15132,13 @@ function ValidatorPlugin(rules, data, formId, culture) {
|
|
|
15066
15132
|
if (
|
|
15067
15133
|
/^(checkbox)$/i.test($inputs[f].type)
|
|
15068
15134
|
&& !isCheckboxValueAsState($form)
|
|
15135
|
+
&& !isCheckboxStateModelDeclared($form)
|
|
15069
15136
|
&& $inputs[f].hasAttribute('checked')
|
|
15070
15137
|
&& ( legacyUntickValue === '' || /^false$/i.test(legacyUntickValue) )
|
|
15071
15138
|
&& !checkboxValueStateWarned[elId]
|
|
15072
15139
|
) {
|
|
15073
15140
|
checkboxValueStateWarned[elId] = true;
|
|
15074
|
-
console.warn('[ FormValidator ] checkbox `'+ elId +'`: `value` no longer un-ticks a checked box; remove the `checked` attribute if it must render unticked, or set `data-gina-form-checkbox-value-as-state="true"` on the form to restore the legacy behavior');
|
|
15141
|
+
console.warn('[ FormValidator ] checkbox `'+ elId +'`: `value` no longer un-ticks a checked box; remove the `checked` attribute if it must render unticked, or set `data-gina-form-checkbox-value-as-state="true"` on the form to restore the legacy behavior. If the ticked rendering is intended, set `data-gina-form-checkbox-value-as-state="false"` on the form to declare the current model and silence migration warnings');
|
|
15075
15142
|
}
|
|
15076
15143
|
}
|
|
15077
15144
|
}
|
|
@@ -17362,9 +17429,32 @@ function ValidatorPlugin(rules, data, formId, culture) {
|
|
|
17362
17429
|
if ( /^is\d+$/.test(rule) && typeof(d[field][rule]) == 'undefined' ) { // is aliases
|
|
17363
17430
|
d[field][rule] = function(){};
|
|
17364
17431
|
d[field][rule] = inherits(d[field][rule], d[field][ rule.replace(/\d+/, '') ]);
|
|
17365
|
-
|
|
17366
|
-
|
|
17367
|
-
|
|
17432
|
+
// #B138 — arm the alias handshake PER INVOCATION, not per install.
|
|
17433
|
+
// The old install-time IIFE armed the shared `_currentValidatorAlias`
|
|
17434
|
+
// slot ONCE (this install branch is gated once-per-instance), while
|
|
17435
|
+
// form-validator's is() CONSUMES the slot with a delete on every
|
|
17436
|
+
// call — so on any re-application against the same instance (a
|
|
17437
|
+
// `conditions`/_case_ re-evaluation, forEachField recursion) the
|
|
17438
|
+
// slot was empty: every numbered rule collapsed onto the shared key
|
|
17439
|
+
// 'is', the last-declared rule overwrote its siblings there, and its
|
|
17440
|
+
// message rendered TWICE (its own key + the collapsed 'is' key — the
|
|
17441
|
+
// error-display loop has no message dedup). The wrapper re-arms the
|
|
17442
|
+
// slot immediately before every delegation, so is<N> keys stay
|
|
17443
|
+
// distinct on every application. Root resolution mirrors
|
|
17444
|
+
// form-validator's _aliasRoot (browser window / server global).
|
|
17445
|
+
// was:
|
|
17446
|
+
// d[field][rule].setAlias = (function(alias) {
|
|
17447
|
+
// this._currentValidatorAlias = alias
|
|
17448
|
+
// }(rule));
|
|
17449
|
+
d[field][rule] = (function (aliasName, composed) {
|
|
17450
|
+
return function () {
|
|
17451
|
+
var _aliasRoot = ( typeof(window) != 'undefined' ) ? window : ( ( typeof(global) != 'undefined' ) ? global : null );
|
|
17452
|
+
if (_aliasRoot) {
|
|
17453
|
+
_aliasRoot._currentValidatorAlias = aliasName;
|
|
17454
|
+
}
|
|
17455
|
+
return composed.apply(this, arguments);
|
|
17456
|
+
};
|
|
17457
|
+
}(rule, d[field][rule]));
|
|
17368
17458
|
}
|
|
17369
17459
|
// skip when not processing rule function
|
|
17370
17460
|
if ( typeof(d[field][rule]) != 'function' ) {
|
|
@@ -18328,6 +18418,14 @@ define('gina/popin', [ 'require', 'lib/domain', 'lib/merge', 'utils/events' ], f
|
|
|
18328
18418
|
* Shared across popin instances so a warm entry survives the subsequent
|
|
18329
18419
|
* click. A reserved-but-not-yet-loaded entry is `null` (in-flight).
|
|
18330
18420
|
*
|
|
18421
|
+
* #B139 — an entry never outlives the open it warmed: popinUnbind clears
|
|
18422
|
+
* the consumed URL's slot at close (clearContentPreload), so a reopen's own
|
|
18423
|
+
* hover/focus warm fetches CURRENT content instead of dedup-ing against a
|
|
18424
|
+
* previous open's leftover. Pre-fix the leftover (the around-open re-warm,
|
|
18425
|
+
* or the #B54 in-flight adoption's repopulated body) blocked the fresh warm
|
|
18426
|
+
* and every open rendered the PREVIOUS open's fetch — a one-generation-
|
|
18427
|
+
* lagging cache paying ~1 GET per open for content it never showed.
|
|
18428
|
+
*
|
|
18331
18429
|
* @inner
|
|
18332
18430
|
* @type {object}
|
|
18333
18431
|
*/
|
|
@@ -18997,6 +19095,10 @@ define('gina/popin', [ 'require', 'lib/domain', 'lib/merge', 'utils/events' ], f
|
|
|
18997
19095
|
if ( body == null ) {
|
|
18998
19096
|
if ( typeof(onMiss) == 'function' ) { onMiss(); }
|
|
18999
19097
|
} else {
|
|
19098
|
+
// #B139 — record the content's source URL so close can
|
|
19099
|
+
// clear the (repopulated) slot: the completion writes the
|
|
19100
|
+
// cache back even after this adoption consumed the body.
|
|
19101
|
+
$popin._contentUrl = url;
|
|
19000
19102
|
handleLoadedBody(body, $popin, ensurePopinDialog($popin));
|
|
19001
19103
|
}
|
|
19002
19104
|
});
|
|
@@ -19004,11 +19106,76 @@ define('gina/popin', [ 'require', 'lib/domain', 'lib/merge', 'utils/events' ], f
|
|
|
19004
19106
|
}
|
|
19005
19107
|
var body = slot;
|
|
19006
19108
|
delete preloadCache[url];
|
|
19109
|
+
// #B139 — record the content's source URL so close can clear any
|
|
19110
|
+
// around-open re-warm parked at the same key (the leftover that made
|
|
19111
|
+
// the NEXT open render this open's generation).
|
|
19112
|
+
$popin._contentUrl = url;
|
|
19007
19113
|
var $el = ensurePopinDialog($popin);
|
|
19008
19114
|
handleLoadedBody(body, $popin, $el);
|
|
19009
19115
|
return true;
|
|
19010
19116
|
}
|
|
19011
19117
|
|
|
19118
|
+
/**
|
|
19119
|
+
* clearContentPreload — #B139: the preload cache must not outlive the
|
|
19120
|
+
* open it warmed. Called from popinUnbind at the same lifecycle moment
|
|
19121
|
+
* the AJAX body is wiped from the DOM: deletes the popin's content-URL
|
|
19122
|
+
* slot so the NEXT open's own hover/focus warm (or click-time load)
|
|
19123
|
+
* fetches current content instead of dedup-ing against this open's
|
|
19124
|
+
* leftover. An in-flight slot gets a discard waiter instead — the
|
|
19125
|
+
* fetch completion writes the cache BEFORE firing waiters, so the
|
|
19126
|
+
* waiter deletes the just-written entry (and the failure path's own
|
|
19127
|
+
* delete makes the double-delete a no-op).
|
|
19128
|
+
*
|
|
19129
|
+
* Never-opened warms are untouched (no close ever ran for them): the
|
|
19130
|
+
* eager pass keeps its documented no-TTL page-lifetime semantics.
|
|
19131
|
+
*
|
|
19132
|
+
* @inner
|
|
19133
|
+
* @param {object} $popin
|
|
19134
|
+
*/
|
|
19135
|
+
function clearContentPreload($popin) {
|
|
19136
|
+
var url = $popin._contentUrl;
|
|
19137
|
+
if ( !url ) {
|
|
19138
|
+
return;
|
|
19139
|
+
}
|
|
19140
|
+
$popin._contentUrl = null;
|
|
19141
|
+
clearPreloadSlot(url);
|
|
19142
|
+
}
|
|
19143
|
+
|
|
19144
|
+
/**
|
|
19145
|
+
* clearPreloadSlot — #B139 slot-clearing core: deletes a ready slot;
|
|
19146
|
+
* an in-flight slot gets a discard waiter (the fetch completion writes
|
|
19147
|
+
* the cache BEFORE firing waiters, so the waiter deletes the
|
|
19148
|
+
* just-written entry — and the failure path's own delete makes the
|
|
19149
|
+
* double-delete a no-op). Split out of clearContentPreload so the
|
|
19150
|
+
* close path can re-sweep the URL after the teardown task (see
|
|
19151
|
+
* popinUnbind): the a11y focus-return and the pointer's re-hover after
|
|
19152
|
+
* overlay removal fire TRUSTED synthetic intent events DURING teardown
|
|
19153
|
+
* (measured: focusin → GET within 1ms of the close), re-warming the
|
|
19154
|
+
* just-cleared URL with close-era content. A raced sweep is benign by
|
|
19155
|
+
* construction — an adopted in-flight body still reaches its open via
|
|
19156
|
+
* the waiter chain; only the cached copy dies, costing at most one
|
|
19157
|
+
* extra fetch, never staleness.
|
|
19158
|
+
*
|
|
19159
|
+
* @inner
|
|
19160
|
+
* @param {string} url
|
|
19161
|
+
*/
|
|
19162
|
+
function clearPreloadSlot(url) {
|
|
19163
|
+
var slot = preloadCache[url];
|
|
19164
|
+
if ( typeof(slot) == 'undefined' ) {
|
|
19165
|
+
return;
|
|
19166
|
+
}
|
|
19167
|
+
if ( slot === null ) {
|
|
19168
|
+
if ( typeof(preloadWaiters[url]) == 'undefined' ) {
|
|
19169
|
+
preloadWaiters[url] = [];
|
|
19170
|
+
}
|
|
19171
|
+
preloadWaiters[url].push(function () {
|
|
19172
|
+
delete preloadCache[url];
|
|
19173
|
+
});
|
|
19174
|
+
return;
|
|
19175
|
+
}
|
|
19176
|
+
delete preloadCache[url];
|
|
19177
|
+
}
|
|
19178
|
+
|
|
19012
19179
|
/**
|
|
19013
19180
|
* installPreload — one-time delegated `mouseover` + `focusin` listeners that warm
|
|
19014
19181
|
* preloadCache for AJAX triggers (`data-gina-dialog-src` / legacy
|
|
@@ -19267,7 +19434,12 @@ define('gina/popin', [ 'require', 'lib/domain', 'lib/merge', 'utils/events' ], f
|
|
|
19267
19434
|
// Consume a warmed OR in-flight preload; else fall through to a click-time XHR.
|
|
19268
19435
|
var loadOptions = merge({ isSynchrone: false, withCredentials: false }, existing.options);
|
|
19269
19436
|
var onMiss = function () { popinLoad(name, descriptor.src, loadOptions); };
|
|
19270
|
-
|
|
19437
|
+
// #B139 companion — `preload="false"` is the always-refetch spelling:
|
|
19438
|
+
// such a trigger must NEVER serve cached content (not even a same-URL
|
|
19439
|
+
// sibling trigger's warm), so skip the consume entirely — its GET
|
|
19440
|
+
// always happens at open time.
|
|
19441
|
+
var _noPreload = /^false$/i.test($trigger.getAttribute('data-gina-dialog-preload'));
|
|
19442
|
+
if ( !_noPreload && consumePreload(descriptor.src, existing, onMiss) ) {
|
|
19271
19443
|
return;
|
|
19272
19444
|
}
|
|
19273
19445
|
onMiss();
|
|
@@ -19417,7 +19589,11 @@ define('gina/popin', [ 'require', 'lib/domain', 'lib/merge', 'utils/events' ], f
|
|
|
19417
19589
|
// #B54 — reuse a hover/focus preload (warmed OR in-flight) for the
|
|
19418
19590
|
// same URL instead of firing a second identical GET. Mirrors the
|
|
19419
19591
|
// new data-gina-dialog path (openFromTrigger).
|
|
19420
|
-
|
|
19592
|
+
// #B139 companion — `preload="false"` triggers skip the consume:
|
|
19593
|
+
// always-refetch means the GET happens at open time, never from
|
|
19594
|
+
// the cache (see the openFromTrigger twin).
|
|
19595
|
+
var _noPreload = /^false$/i.test(this.getAttribute('data-gina-dialog-preload'));
|
|
19596
|
+
if ( !_noPreload && consumePreload(url, $popin, doLoad) ) {
|
|
19421
19597
|
return;
|
|
19422
19598
|
}
|
|
19423
19599
|
doLoad();
|
|
@@ -20085,6 +20261,12 @@ define('gina/popin', [ 'require', 'lib/domain', 'lib/merge', 'utils/events' ], f
|
|
|
20085
20261
|
var id = $popin.id;
|
|
20086
20262
|
var $popinTrigger = document.getElementById($popin.openTrigger) || null;
|
|
20087
20263
|
|
|
20264
|
+
// #B139 — record the content's source URL for the close-time cache
|
|
20265
|
+
// clear (covers every click-time load path, incl. validator redirects).
|
|
20266
|
+
if (url) {
|
|
20267
|
+
$popin._contentUrl = url;
|
|
20268
|
+
}
|
|
20269
|
+
|
|
20088
20270
|
// set as active if none is active
|
|
20089
20271
|
if ( !gina.popin.activePopinId ) {
|
|
20090
20272
|
setActivePopinId(id);
|
|
@@ -20828,6 +21010,22 @@ define('gina/popin', [ 'require', 'lib/domain', 'lib/merge', 'utils/events' ], f
|
|
|
20828
21010
|
// (the legacy default), whose body was injected at load time.
|
|
20829
21011
|
if ( !$popin.isInPageDialog ) {
|
|
20830
21012
|
$el.innerHTML = '';
|
|
21013
|
+
// #B139 — the content cache dies with the content: clear
|
|
21014
|
+
// this popin's URL slot so the next open warms FRESH
|
|
21015
|
+
// instead of consuming this open's leftover — then SWEEP
|
|
21016
|
+
// the same slot once the teardown task has drained: the
|
|
21017
|
+
// close-time focus-return and pointer re-hover re-warm
|
|
21018
|
+
// the URL within ~1ms (measured), refilling it with
|
|
21019
|
+
// close-era content the next open would serve stale. The
|
|
21020
|
+
// sweep's race direction is benign (at most one extra
|
|
21021
|
+
// fetch, never stale content).
|
|
21022
|
+
var _closedContentUrl = $popin._contentUrl;
|
|
21023
|
+
clearContentPreload($popin);
|
|
21024
|
+
if ( _closedContentUrl ) {
|
|
21025
|
+
setTimeout(function () {
|
|
21026
|
+
clearPreloadSlot(_closedContentUrl);
|
|
21027
|
+
}, 120);
|
|
21028
|
+
}
|
|
20831
21029
|
}
|
|
20832
21030
|
}
|
|
20833
21031
|
// Fixed: clear loading state on reset — defensive cleanup for navigation
|