@decaf-ts/for-angular 0.1.3 → 0.1.4
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/.editorconfig +31 -0
- package/.gitlab-ci.yml +197 -0
- package/.hintrc +19 -0
- package/.prettierrc +49 -0
- package/.snyk +13 -0
- package/LICENSE.md +260 -0
- package/angular.json +274 -0
- package/bs-config.json +5 -0
- package/cli-module.js.map +1 -0
- package/dist/for-angular/cli/cli-module.d.ts +22 -0
- package/dist/for-angular/cli/cli-module.d.ts.map +1 -0
- package/dist/for-angular/cli/cli-module.js +131 -0
- package/dist/for-angular/cli/cli-module.js.map +1 -0
- package/dist/lib/README.md +117 -0
- package/eslint.config.mjs +101 -0
- package/ionic.config.json +14 -0
- package/jest.config.ts +52 -0
- package/jest.setup.ts +50 -0
- package/karma.conf.js +50 -0
- package/ng-package.json +16 -0
- package/ngsw-config.json +30 -0
- package/package.json +86 -17
- package/playwright.config.ts +80 -0
- package/resources/favicon.png +0 -0
- package/resources/favicon.svg +29 -0
- package/resources/icon-background.png +0 -0
- package/resources/icon-foreground.png +0 -0
- package/resources/icon-only.png +0 -0
- package/resources/icon-only.svg +29 -0
- package/resources/splash-dark.png +0 -0
- package/resources/splash-dark2.png +0 -0
- package/resources/splash.png +0 -0
- package/resources/splash2.png +0 -0
- package/resources/touch-icon.svg +29 -0
- package/schematics/README.md +28 -0
- package/schematics/collection.json +20 -0
- package/schematics/package-lock.json +1501 -0
- package/schematics/package.json +37 -0
- package/schematics/src/component/files/__name@dasherize@if-flat__/__name@dasherize__.__type@dasherize__.__style__.template +0 -0
- package/schematics/src/component/files/__name@dasherize@if-flat__/__name@dasherize__.__type@dasherize__.html.template +3 -0
- package/schematics/src/component/files/__name@dasherize@if-flat__/__name@dasherize__.__type@dasherize__.spec.ts.template +40 -0
- package/schematics/src/component/files/__name@dasherize@if-flat__/__name@dasherize__.__type@dasherize__.ts.template +37 -0
- package/schematics/src/component/files/__name@dasherize@if-flat__/__name@dasherize__.module.ts.template +14 -0
- package/schematics/src/component/index.js +146 -0
- package/schematics/src/component/schema.js +2 -0
- package/schematics/src/component/schema.json +101 -0
- package/schematics/src/page/files/__name@dasherize__.page.html.template +15 -0
- package/schematics/src/page/files/__name@dasherize__.page.scss.template +0 -0
- package/schematics/src/page/files/__name@dasherize__.page.ts.template +19 -0
- package/schematics/src/page/index.js +71 -0
- package/schematics/src/page/schema.json +87 -0
- package/schematics/src/schematics/index.js +11 -0
- package/schematics/src/schematics/index_spec.js +13 -0
- package/schematics/src/util/ast-util.js +517 -0
- package/schematics/src/util/change.js +96 -0
- package/schematics/src/util/index.js +14 -0
- package/settings.json +112 -0
- package/tsconfig.app.json +22 -0
- package/tsconfig.cli.json +82 -0
- package/tsconfig.lib.json +14 -0
- package/tsconfig.lib.prod.json +10 -0
- package/tsconfig.spec.json +22 -0
- package/webpack.config.js +10 -0
- package/workdocs/1-Header.md +5 -0
- package/workdocs/2-Badges.md +30 -0
- package/workdocs/4-Description.md +4 -0
- package/workdocs/5-HowToUse.md +27 -0
- package/workdocs/6-Related.md +7 -0
- package/workdocs/7-Social.md +5 -0
- package/workdocs/99-Footer.md +28 -0
- package/workdocs/Readme.md +12 -0
- package/workdocs/assets/apple-touch-icon.png +0 -0
- package/workdocs/assets/decaf-logo.svg +54 -0
- package/workdocs/assets/favicon.png +0 -0
- package/workdocs/assets/slogans.json +182 -0
- package/workdocs/confluence/.markdown-confluence.template.json +6 -0
- package/workdocs/confluence/Angular Module.md +5 -0
- package/workdocs/drawings/diagram.drawio +24 -0
- package/workdocs/prompts/bulk.md +122 -0
- package/workdocs/prompts/code.md +47 -0
- package/workdocs/prompts/documentation.md +146 -0
- package/workdocs/prompts/uml.md +11 -0
- package/workdocs/readme-md.json +6 -0
- package/workdocs/reports/CHANGELOG.md +12 -0
- package/workdocs/reports/DEPENDENCIES.md +213 -0
- package/workdocs/reports/RELEASE_NOTES.md +24 -0
- package/workdocs/reports/coverage/.gitkeep +0 -0
- package/workdocs/reports/coverage/clover.xml +4110 -0
- package/workdocs/reports/coverage/coverage-final.json +76 -0
- package/workdocs/reports/coverage/lcov-report/base.css +224 -0
- package/workdocs/reports/coverage/lcov-report/block-navigation.js +87 -0
- package/workdocs/reports/coverage/lcov-report/favicon.png +0 -0
- package/workdocs/reports/coverage/lcov-report/index.html +551 -0
- package/workdocs/reports/coverage/lcov-report/prettify.css +1 -0
- package/workdocs/reports/coverage/lcov-report/prettify.js +2 -0
- package/workdocs/reports/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/workdocs/reports/coverage/lcov-report/sorter.js +210 -0
- package/workdocs/reports/coverage/lcov-report/src/app/models/CategoryModel.ts.html +277 -0
- package/workdocs/reports/coverage/lcov-report/src/app/models/DemoModel.ts.html +427 -0
- package/workdocs/reports/coverage/lcov-report/src/app/models/UserModel.ts.html +226 -0
- package/workdocs/reports/coverage/lcov-report/src/app/models/index.html +146 -0
- package/workdocs/reports/coverage/lcov-report/src/cli-module.ts.html +502 -0
- package/workdocs/reports/coverage/lcov-report/src/environments/environment.ts.html +166 -0
- package/workdocs/reports/coverage/lcov-report/src/environments/index.html +116 -0
- package/workdocs/reports/coverage/lcov-report/src/index.html +191 -0
- package/workdocs/reports/coverage/lcov-report/src/karma-test.ts.html +121 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/card/card.component.ts.html +625 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/card/index.html +116 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/component-renderer/component-renderer.component.ts.html +772 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/component-renderer/index.html +116 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/crud-field/crud-field.component.ts.html +2698 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/crud-field/index.html +116 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/crud-form/constants.ts.html +133 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/crud-form/crud-form.component.ts.html +346 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/crud-form/index.html +116 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/empty-state/empty-state.component.ts.html +1264 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/empty-state/index.html +116 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/fieldset/fieldset.component.ts.html +2965 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/fieldset/index.html +116 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/file-upload/file-upload.component.ts.html +2263 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/file-upload/index.html +116 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/filter/filter.component.ts.html +2485 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/filter/index.html +116 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/for-angular-components.module.ts.html +259 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/icon/icon.component.ts.html +358 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/icon/index.html +116 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/index.html +131 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/index.ts.html +181 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/layout/index.html +116 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/layout/layout.component.ts.html +943 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/list/index.html +116 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/list/list.component.ts.html +4261 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/list-item/index.html +116 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/list-item/list-item.component.ts.html +1741 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/modal/index.html +116 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/modal/modal.component.ts.html +1984 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/model-renderer/index.html +116 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/model-renderer/model-renderer.component.ts.html +373 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/pagination/index.html +116 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/pagination/pagination.component.ts.html +1165 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/searchbar/index.html +116 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/searchbar/searchbar.component.ts.html +1774 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/stepped-form/index.html +116 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/stepped-form/stepped-form.component.ts.html +1219 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/table/index.html +116 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/components/table/table.component.ts.html +988 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/directives/NgxSvgDirective.ts.html +163 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/directives/collapsable.directive.ts.html +268 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/directives/index.html +131 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/directives/index.ts.html +91 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/DynamicModule.ts.html +133 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/MediaService.ts.html +142 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/NgxBaseComponent.ts.html +2194 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/NgxComponentDirective.ts.html +3430 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/NgxCrudFormField.ts.html +721 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/NgxDecafComponentDirective.ts.html +1864 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/NgxDecafFormFieldDirective.ts.html +952 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/NgxDecafFormService.ts.html +3211 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/NgxEventHandler.ts.html +307 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/NgxFormDirective.ts.html +1366 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/NgxFormFieldDirective.ts.html +1960 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/NgxFormService.ts.html +3004 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/NgxModelPageDirective.ts.html +1672 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/NgxPageDirective.ts.html +748 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/NgxParentComponentDirective.ts.html +775 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/NgxRenderableComponentDirective.ts.html +727 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/NgxRenderingEngine.ts.html +2005 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/NgxRepositoryDirective.ts.html +1561 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/ValidatorFactory.ts.html +817 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/constants.ts.html +1120 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/decorators.ts.html +376 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/helpers.ts.html +676 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/index.html +356 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/index.ts.html +160 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/engine/overrides.ts.html +499 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/for-angular-common.module.ts.html +298 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/helpers/index.html +131 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/helpers/index.ts.html +121 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/helpers/utils.ts.html +1603 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/i18n/FakeLoader.ts.html +157 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/i18n/Loader.ts.html +826 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/i18n/index.html +146 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/i18n/index.ts.html +91 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/index.html +131 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/public-apis.ts.html +157 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/services/NgxFormService.ts.html +3460 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/services/NgxMediaService.ts.html +1420 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/services/NgxRouterService.ts.html +1231 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/services/NgxTranslateService.ts.html +214 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/services/index.html +176 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/services/index.ts.html +91 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/utils/DecafFakerRepository.ts.html +571 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/utils/helpers.ts.html +1663 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/utils/index.html +146 -0
- package/workdocs/reports/coverage/lcov-report/src/lib/utils/index.ts.html +124 -0
- package/workdocs/reports/coverage/lcov-report/src/main.ts.html +100 -0
- package/workdocs/reports/coverage/lcov-report/src/polyfills.ts.html +271 -0
- package/workdocs/reports/coverage/lcov-report/src/stories/Configure.stories.ts.html +1156 -0
- package/workdocs/reports/coverage/lcov-report/src/stories/button.component.ts.html +229 -0
- package/workdocs/reports/coverage/lcov-report/src/stories/button.stories.ts.html +235 -0
- package/workdocs/reports/coverage/lcov-report/src/stories/crud-field.stories.ts.html +325 -0
- package/workdocs/reports/coverage/lcov-report/src/stories/header.stories.ts.html +181 -0
- package/workdocs/reports/coverage/lcov-report/src/stories/index.html +281 -0
- package/workdocs/reports/coverage/lcov-report/src/stories/list.stories.ts.html +289 -0
- package/workdocs/reports/coverage/lcov-report/src/stories/login.page.stories.ts.html +175 -0
- package/workdocs/reports/coverage/lcov-report/src/stories/model-renderer.stories.ts.html +259 -0
- package/workdocs/reports/coverage/lcov-report/src/stories/page.component.ts.html +331 -0
- package/workdocs/reports/coverage/lcov-report/src/stories/page.stories.ts.html +193 -0
- package/workdocs/reports/coverage/lcov-report/src/stories/setup.ts.html +127 -0
- package/workdocs/reports/coverage/lcov-report/src/stories/utils.ts.html +247 -0
- package/workdocs/reports/coverage/lcov-report/src/tests/index.html +116 -0
- package/workdocs/reports/coverage/lcov-report/src/tests/karmaErrorParser.ts.html +190 -0
- package/workdocs/reports/coverage/lcov-report/src/typings.d.ts.html +88 -0
- package/workdocs/reports/coverage/lcov-report/src/zone-flags.ts.html +103 -0
- package/workdocs/reports/coverage/lcov.info +7917 -0
- package/workdocs/reports/data/.gitkeep +1 -0
- package/workdocs/reports/html/.gitkeep +0 -0
- package/workdocs/reports/html/jest-html-reporters-attach/test-report/index.js +3 -0
- package/workdocs/reports/html/jest-html-reporters-attach/test-report/result.js +1 -0
- package/workdocs/reports/html/test-report.html +1 -0
- package/workdocs/reports/images/.gitkeep +1 -0
- package/workdocs/reports/jest.coverage.config.ts +43 -0
- package/workdocs/reports/junit/junit-report.xml +91 -0
- package/workdocs/resources/.gitlock +0 -0
- package/workdocs/resources/diagram-Actor.png +0 -0
- package/workdocs/resources/diagram-banner.png +0 -0
- package/workdocs/resources/diagram.png +0 -0
- package/workdocs/tutorials/Contributing.md +64 -0
- package/workdocs/tutorials/Documentation.md +340 -0
- package/workdocs/tutorials/For Developers.md +337 -0
- package/workdocs/uml/diagram.puml +11 -0
- package/www/1049.10b030f0de36543b.js +1 -0
- package/www/1102.67cedfb3e29f0a05.js +1 -0
- package/www/1107.6454396befef800d.js +1 -0
- package/www/1459.cabc18e941afa5d7.js +1 -0
- package/www/1577.5221deebe3501e43.js +1 -0
- package/www/2075.b6dc4fbb89dd6afc.js +1 -0
- package/www/2348.c4cc27dadbec70ec.js +1 -0
- package/www/2375.318d0b24ab346271.js +1 -0
- package/www/2415.618d6968ffda319c.js +1 -0
- package/www/2460.1d97c6f48b898ee2.js +1 -0
- package/www/2560.2e7000dcf80b6b2c.js +1 -0
- package/www/2585.dffa5649fffafb44.js +1 -0
- package/www/2885.d99b86afd1ff7aa8.js +1 -0
- package/www/3162.bbc401f4a5f82460.js +1 -0
- package/www/323.f64c512be5c8d797.js +1 -0
- package/www/3238.a3e7e8004c6b6667.js +1 -0
- package/www/3506.8c03f5589b33a4a6.js +1 -0
- package/www/3511.56b7e49bb6c2c936.js +1 -0
- package/www/3519.84fbb67dc803f702.js +1 -0
- package/www/3675.7ebfdcf145052232.js +1 -0
- package/www/3814.765c1794e1be63de.js +1 -0
- package/www/3rdpartylicenses.txt +1344 -0
- package/www/4171.a974bdbf9c97e4e1.js +1 -0
- package/www/4183.41ef1def450a2cc0.js +1 -0
- package/www/4406.0b2dd3839b8c1417.js +1 -0
- package/www/441.e1031657c7e5f0ff.js +1 -0
- package/www/4463.6ad7b857e5f34009.js +1 -0
- package/www/4591.42f34534d38b9b31.js +1 -0
- package/www/4699.8df8ea9806163d4c.js +1 -0
- package/www/5100.ed6483c55a157d67.js +1 -0
- package/www/5193.15ea6938534eceb1.js +1 -0
- package/www/5197.6733853529768a45.js +1 -0
- package/www/5222.8439a641c2c4b1c1.js +1 -0
- package/www/5373.d7878f708309f038.js +1 -0
- package/www/5467.53f5cce977c2e28b.js +1 -0
- package/www/5712.b08cf436ee8145ce.js +1 -0
- package/www/5887.3d038f564e925abb.js +1 -0
- package/www/5949.37330f20e95dee79.js +1 -0
- package/www/6024.c10cc3d1b341c748.js +1 -0
- package/www/6433.360fcff952bde822.js +1 -0
- package/www/6499.60169da9869db697.js +1 -0
- package/www/6521.fab1f34bfe6b8200.js +1 -0
- package/www/6631.eaa711da6e0aeed9.js +1 -0
- package/www/6717.b4731255038304cd.js +1 -0
- package/www/6840.7317cd962ab23932.js +1 -0
- package/www/7030.d115d82ca7468a4e.js +1 -0
- package/www/7076.cce20ed5c79ff305.js +1 -0
- package/www/7179.c0545989ce869b3d.js +1 -0
- package/www/7240.69aeb484d78eb24d.js +1 -0
- package/www/7372.94c62459e34f7303.js +1 -0
- package/www/7402.983a5ecff61e9a5d.js +1 -0
- package/www/7428.527ac48035a2f915.js +1 -0
- package/www/7676.d7db23d350e4b096.js +1 -0
- package/www/770.80af87d5eb0075d3.js +1 -0
- package/www/7720.0701576cb9966779.js +1 -0
- package/www/7927.ee869d0dc478250a.js +1 -0
- package/www/8066.894688fbb2e5c832.js +1 -0
- package/www/8193.7f09ecd40b6d42c2.js +1 -0
- package/www/8255.158098a6302c91c2.js +1 -0
- package/www/8314.596c1ccf26b9c93a.js +1 -0
- package/www/8357.c5406b92e6933d7a.js +1 -0
- package/www/8477.a3ccc11c25a642d3.js +1 -0
- package/www/8487.93b6f7465ae1b7ac.js +1 -0
- package/www/8584.b77ad478a5a7ac2a.js +1 -0
- package/www/8805.a87413652185ff8f.js +1 -0
- package/www/8814.b489a78ae8e926c4.js +1 -0
- package/www/8970.234b3db1f97528fe.js +1 -0
- package/www/9013.c2e6ba17a915bdd6.js +1 -0
- package/www/9073.16c4e42482d55a3c.js +1 -0
- package/www/9344.7d2d24b194b794e2.js +1 -0
- package/www/9364.9a028036dd89e3e7.js +1 -0
- package/www/944.7e4317348c48d4f4.js +1 -0
- package/www/964.9a979e1c1aad0f5b.js +1 -0
- package/www/9657.8c3589a0aff521c0.js +1 -0
- package/www/9956.2d00a2153e9a7799.js +1 -0
- package/www/9977.068cd5561462bc99.js +1 -0
- package/www/assets/i18n/en.json +210 -0
- package/www/assets/i18n/ew/en.json +346 -0
- package/www/assets/i18n/pt.json +186 -0
- package/www/assets/icons/icon-128.webp +0 -0
- package/www/assets/icons/icon-192.webp +0 -0
- package/www/assets/icons/icon-256.webp +0 -0
- package/www/assets/icons/icon-48.webp +0 -0
- package/www/assets/icons/icon-512.webp +0 -0
- package/www/assets/icons/icon-72.webp +0 -0
- package/www/assets/icons/icon-96.webp +0 -0
- package/www/assets/images/angular-logo.svg +45 -0
- package/www/assets/images/apple-touch-icon.png +0 -0
- package/www/assets/images/decaf-logo-black.svg +22 -0
- package/www/assets/images/decaf-logo-contrast.svg +54 -0
- package/www/assets/images/decaf-logo-white.svg +22 -0
- package/www/assets/images/decaf-logo.svg +54 -0
- package/www/assets/images/ew/product.txt +1 -0
- package/www/assets/images/favicon-contrast.svg +7 -0
- package/www/assets/images/favicon.png +0 -0
- package/www/assets/images/favicon.svg +29 -0
- package/www/assets/images/icons/document.svg +7 -0
- package/www/assets/images/icons/edit.svg +1 -0
- package/www/assets/images/icons/logout.svg +4 -0
- package/www/assets/images/icons/menu-collapse.svg +5 -0
- package/www/assets/images/icons/menu.svg +3 -0
- package/www/assets/images/icons/moon-stars.svg +5 -0
- package/www/assets/images/icons/trash.svg +1 -0
- package/www/cli-module.ts +139 -0
- package/www/common.e50b5f8708aca9a5.js +1 -0
- package/www/index.html +29 -0
- package/www/main.6144bf417dec1977.js +1 -0
- package/www/polyfills.4c1e087fffe784e8.js +1 -0
- package/www/runtime.d8dcb0932f88fe3c.js +1 -0
- package/www/styles.5a3cd83eba16afc9.css +4 -0
- package/www/tabler-icons.bfabe54eef86ae62.woff +0 -0
- package/www/tabler-icons.d9f65ab9439b4ffc.ttf +0 -0
- package/www/tabler-icons.f17d2c3b34a5deaa.woff2 +0 -0
- /package/{assets → dist/lib/assets}/i18n/en.json +0 -0
- /package/{assets → dist/lib/assets}/i18n/ew/en.json +0 -0
- /package/{assets → dist/lib/assets}/i18n/pt.json +0 -0
- /package/{assets → dist/lib/assets}/icons/icon-128.webp +0 -0
- /package/{assets → dist/lib/assets}/icons/icon-192.webp +0 -0
- /package/{assets → dist/lib/assets}/icons/icon-256.webp +0 -0
- /package/{assets → dist/lib/assets}/icons/icon-48.webp +0 -0
- /package/{assets → dist/lib/assets}/icons/icon-512.webp +0 -0
- /package/{assets → dist/lib/assets}/icons/icon-72.webp +0 -0
- /package/{assets → dist/lib/assets}/icons/icon-96.webp +0 -0
- /package/{assets → dist/lib/assets}/images/angular-logo.svg +0 -0
- /package/{assets → dist/lib/assets}/images/apple-touch-icon.png +0 -0
- /package/{assets → dist/lib/assets}/images/decaf-logo-black.svg +0 -0
- /package/{assets → dist/lib/assets}/images/decaf-logo-contrast.svg +0 -0
- /package/{assets → dist/lib/assets}/images/decaf-logo-white.svg +0 -0
- /package/{assets → dist/lib/assets}/images/decaf-logo.svg +0 -0
- /package/{assets → dist/lib/assets}/images/ew/product.txt +0 -0
- /package/{assets → dist/lib/assets}/images/favicon-contrast.svg +0 -0
- /package/{assets → dist/lib/assets}/images/favicon.png +0 -0
- /package/{assets → dist/lib/assets}/images/favicon.svg +0 -0
- /package/{assets → dist/lib/assets}/images/icons/document.svg +0 -0
- /package/{assets → dist/lib/assets}/images/icons/edit.svg +0 -0
- /package/{assets → dist/lib/assets}/images/icons/logout.svg +0 -0
- /package/{assets → dist/lib/assets}/images/icons/menu-collapse.svg +0 -0
- /package/{assets → dist/lib/assets}/images/icons/menu.svg +0 -0
- /package/{assets → dist/lib/assets}/images/icons/moon-stars.svg +0 -0
- /package/{assets → dist/lib/assets}/images/icons/trash.svg +0 -0
- /package/{fesm2022 → dist/lib/fesm2022}/decaf-ts-for-angular.mjs +0 -0
- /package/{fesm2022 → dist/lib/fesm2022}/decaf-ts-for-angular.mjs.map +0 -0
- /package/{index.d.ts → dist/lib/index.d.ts} +0 -0
|
@@ -0,0 +1,346 @@
|
|
|
1
|
+
{
|
|
2
|
+
"errors": {
|
|
3
|
+
"gtin": {
|
|
4
|
+
"digits": "Gtin length is 14. you are missing {0} more digits.",
|
|
5
|
+
"checksum": "To be a valid gtin your next digit must be {0}",
|
|
6
|
+
"fallback": "Not a valid Gtin."
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
"component": {
|
|
10
|
+
"modal_diffs": {
|
|
11
|
+
"property": "Property",
|
|
12
|
+
"oldValue": "Old Value",
|
|
13
|
+
"newValue": "New Value"
|
|
14
|
+
},
|
|
15
|
+
"switcher": {
|
|
16
|
+
"leaflet": "Create ePI Document"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"menu": {
|
|
20
|
+
"login": "Login",
|
|
21
|
+
"dashboard": "Dashboard",
|
|
22
|
+
"products": "Products & Batches",
|
|
23
|
+
"batches": "Batches",
|
|
24
|
+
"logout": "Logout",
|
|
25
|
+
"audit": "Audit",
|
|
26
|
+
"account": "Account",
|
|
27
|
+
"core": "Core",
|
|
28
|
+
"collapse": "Collapse sidebar",
|
|
29
|
+
"leaflet": "Leaflet"
|
|
30
|
+
},
|
|
31
|
+
"epiTabs": {
|
|
32
|
+
"products": "Products",
|
|
33
|
+
"batches": "Batches"
|
|
34
|
+
},
|
|
35
|
+
"logTabs": {
|
|
36
|
+
"access": "Access Logs",
|
|
37
|
+
"actions": "Action Logs"
|
|
38
|
+
},
|
|
39
|
+
"dashboard": {
|
|
40
|
+
"title": "Control Panel",
|
|
41
|
+
"description": "Your ew overview",
|
|
42
|
+
"cards": {
|
|
43
|
+
"product": {
|
|
44
|
+
"title": "Products",
|
|
45
|
+
"description": "Manage and view pharmaceutical products"
|
|
46
|
+
},
|
|
47
|
+
"batch": {
|
|
48
|
+
"title": "Batches",
|
|
49
|
+
"description": "Manage and view product batches"
|
|
50
|
+
},
|
|
51
|
+
"account": {
|
|
52
|
+
"title": "Account",
|
|
53
|
+
"description": "Manage your account settings"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"login": {
|
|
58
|
+
"username": {
|
|
59
|
+
"label": "Username",
|
|
60
|
+
"placeholder": "Type your username"
|
|
61
|
+
},
|
|
62
|
+
"password": {
|
|
63
|
+
"label": "Password",
|
|
64
|
+
"placeholder": "Type your password"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"error": {
|
|
68
|
+
"title": "Error",
|
|
69
|
+
"message": "An unexpected error has occurred.",
|
|
70
|
+
"back": "Back"
|
|
71
|
+
},
|
|
72
|
+
"product": {
|
|
73
|
+
"title": "Products",
|
|
74
|
+
"description": "Manage your pharmaceutical products information",
|
|
75
|
+
"gtin": "GTIN",
|
|
76
|
+
"create": "Add Product",
|
|
77
|
+
"section": {
|
|
78
|
+
"details": {
|
|
79
|
+
"title": "Product Details"
|
|
80
|
+
},
|
|
81
|
+
"image": {
|
|
82
|
+
"title": "Product Image"
|
|
83
|
+
},
|
|
84
|
+
"epi": {
|
|
85
|
+
"title": "Epi Information"
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"diffs": {
|
|
89
|
+
"title": "Update Data Summary",
|
|
90
|
+
"property": "Property",
|
|
91
|
+
"oldValue": "Old Value",
|
|
92
|
+
"newValue": "New Value"
|
|
93
|
+
},
|
|
94
|
+
"batches": "Active Batches",
|
|
95
|
+
"recalled": {
|
|
96
|
+
"label": "Recalled",
|
|
97
|
+
"yes": "Yes",
|
|
98
|
+
"no": "No"
|
|
99
|
+
},
|
|
100
|
+
"documents": {
|
|
101
|
+
"label": "Documents"
|
|
102
|
+
},
|
|
103
|
+
"strengths": {
|
|
104
|
+
"label": "Strengths"
|
|
105
|
+
},
|
|
106
|
+
"markets": {
|
|
107
|
+
"label": "Markets"
|
|
108
|
+
},
|
|
109
|
+
"productCode": {
|
|
110
|
+
"label": "Product Code",
|
|
111
|
+
"placeholder": "Enter the product code"
|
|
112
|
+
},
|
|
113
|
+
"inventedName": {
|
|
114
|
+
"label": "Invented Name",
|
|
115
|
+
"placeholder": "Enter the Invented Name"
|
|
116
|
+
},
|
|
117
|
+
"namemedicinalproduct": {
|
|
118
|
+
"label": "Medicinal Product Name",
|
|
119
|
+
"placeholder": "Enter the name of the medicinal product"
|
|
120
|
+
},
|
|
121
|
+
"internalMaterialCode": {
|
|
122
|
+
"label": "Internal Material Code",
|
|
123
|
+
"placeholder": "Enter the internal material code"
|
|
124
|
+
},
|
|
125
|
+
"importLicenseNumber": {
|
|
126
|
+
"label": "Import License Number",
|
|
127
|
+
"placeholder": "Enter the import license number"
|
|
128
|
+
},
|
|
129
|
+
"nameMedicinalProduct": {
|
|
130
|
+
"label": "Medicinal Product Name",
|
|
131
|
+
"placeholder": "Enter the name of the medicinal product"
|
|
132
|
+
},
|
|
133
|
+
"productRecall": {
|
|
134
|
+
"label": "Mark Product as Recalled"
|
|
135
|
+
},
|
|
136
|
+
"productImage": {
|
|
137
|
+
"label": "Select product image"
|
|
138
|
+
},
|
|
139
|
+
"xmlFileContent": {
|
|
140
|
+
"label": "Select directory or drop your epi files here",
|
|
141
|
+
"placeholder": "Select the Epi File"
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"batch": {
|
|
145
|
+
"title": "Batches",
|
|
146
|
+
"create": "Add Batch",
|
|
147
|
+
"update": "Update Batch",
|
|
148
|
+
"description": "Manage batches information",
|
|
149
|
+
"datamatrix": {
|
|
150
|
+
"title": "2D Barcode",
|
|
151
|
+
"preview": "Preview 2D Barcode",
|
|
152
|
+
"view": "<a>View</a>",
|
|
153
|
+
"description": "Batch Data Matrix Code"
|
|
154
|
+
},
|
|
155
|
+
"filter": {
|
|
156
|
+
"label": "Filter by",
|
|
157
|
+
"all": "All Products"
|
|
158
|
+
},
|
|
159
|
+
"leaflet": {
|
|
160
|
+
"empty": {
|
|
161
|
+
"title": "No epi documents found",
|
|
162
|
+
"button": "Add Batch"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"diffs": {
|
|
166
|
+
"property": "Property",
|
|
167
|
+
"oldValue": "Old Value",
|
|
168
|
+
"newValue": "New Value"
|
|
169
|
+
},
|
|
170
|
+
"productcode": {
|
|
171
|
+
"label": "Product Code",
|
|
172
|
+
"placeholder": "Enter the product code",
|
|
173
|
+
"options": {
|
|
174
|
+
"aspirin": "Aspirin",
|
|
175
|
+
"paracetamol": "Paracetamol",
|
|
176
|
+
"ibuprofen": "Ibuprofen",
|
|
177
|
+
"amoxicillin": "Amoxicillin",
|
|
178
|
+
"azithromycin": "Azithromycin",
|
|
179
|
+
"metformin": "Metformin"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"actions": {
|
|
183
|
+
"label": "Actions"
|
|
184
|
+
},
|
|
185
|
+
"inventedName": {
|
|
186
|
+
"label": "Invented Name",
|
|
187
|
+
"placeholder": "Enter the Invented Name"
|
|
188
|
+
},
|
|
189
|
+
"namemedicinalproduct": {
|
|
190
|
+
"label": "Medicinal Product Name",
|
|
191
|
+
"placeholder": "Enter the name of the medicinal product"
|
|
192
|
+
},
|
|
193
|
+
"nameMedicinalProduct": {
|
|
194
|
+
"label": "Medicinal Product Name",
|
|
195
|
+
"placeholder": "Enter the name of the medicinal product"
|
|
196
|
+
},
|
|
197
|
+
"batchNumber": {
|
|
198
|
+
"label": "Batch Number",
|
|
199
|
+
"placeholder": "Enter the batch number"
|
|
200
|
+
},
|
|
201
|
+
"dayselection": {
|
|
202
|
+
"label": "Enable Day Selection<span class=\"dcf-expiry-date-helper\">GS1 Format {0}</span>"
|
|
203
|
+
},
|
|
204
|
+
"expiryDate": {
|
|
205
|
+
"label": "Expiry Date",
|
|
206
|
+
"placeholder": "Enter the expiry date"
|
|
207
|
+
},
|
|
208
|
+
"packagingSiteName": {
|
|
209
|
+
"label": "Packaging Site Name",
|
|
210
|
+
"placeholder": "Enter the packaging site name"
|
|
211
|
+
},
|
|
212
|
+
"importLicenseNumber": {
|
|
213
|
+
"label": "Import License Number",
|
|
214
|
+
"placeholder": "Enter the import license number"
|
|
215
|
+
},
|
|
216
|
+
"manufacturerName": {
|
|
217
|
+
"label": "Manufacturer Name",
|
|
218
|
+
"placeholder": "Enter the manufacturer name"
|
|
219
|
+
},
|
|
220
|
+
"manufacturerAddress": {
|
|
221
|
+
"label": "Manufacturer Address",
|
|
222
|
+
"placeholder": "Enter the manufacturer address"
|
|
223
|
+
},
|
|
224
|
+
"dateOfManufacturing": {
|
|
225
|
+
"label": "Date of Manufacturing",
|
|
226
|
+
"placeholder": "Enter the date of manufacturing"
|
|
227
|
+
},
|
|
228
|
+
"batchRecall": {
|
|
229
|
+
"label": "Mark Batch as Recalled"
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
"leaflet": {
|
|
233
|
+
"title": "ePI Document",
|
|
234
|
+
"description": "Submit and track your electronic Product Information",
|
|
235
|
+
"create": "Add ePI Document",
|
|
236
|
+
"filter_by": "Select Product",
|
|
237
|
+
"filter": {
|
|
238
|
+
"label": "Filter by",
|
|
239
|
+
"all": "All Products"
|
|
240
|
+
},
|
|
241
|
+
"documentCol": {
|
|
242
|
+
"label": "Document Name"
|
|
243
|
+
},
|
|
244
|
+
"batchCol": {
|
|
245
|
+
"label": "Batch Number"
|
|
246
|
+
},
|
|
247
|
+
"epiMarket": {
|
|
248
|
+
"label": "Market"
|
|
249
|
+
},
|
|
250
|
+
"actions": {
|
|
251
|
+
"label": "Actions"
|
|
252
|
+
},
|
|
253
|
+
"leafletType": {
|
|
254
|
+
"label": "Document Type"
|
|
255
|
+
},
|
|
256
|
+
"productCode": {
|
|
257
|
+
"label": "Product",
|
|
258
|
+
"placeholder": "Select the product"
|
|
259
|
+
},
|
|
260
|
+
"batchNumber": {
|
|
261
|
+
"label": "Batch",
|
|
262
|
+
"placeholder": "Select the batch"
|
|
263
|
+
},
|
|
264
|
+
"lang": {
|
|
265
|
+
"label": "Language",
|
|
266
|
+
"placeholder": "Select the language"
|
|
267
|
+
},
|
|
268
|
+
"type": {
|
|
269
|
+
"label": "Docment type",
|
|
270
|
+
"placeholder": "Select the document type",
|
|
271
|
+
"options": {
|
|
272
|
+
"leaflet": "Patient Information",
|
|
273
|
+
"prescribinginfo": "Prescribing Information",
|
|
274
|
+
"smcp": "SMCP"
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
"market": {
|
|
278
|
+
"label": "Market",
|
|
279
|
+
"placeholder": "Select the market"
|
|
280
|
+
},
|
|
281
|
+
"xmlFileContent": {
|
|
282
|
+
"label": "Epi File",
|
|
283
|
+
"placeholder": "Select the Epi File"
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
"substance": {
|
|
287
|
+
"name": {
|
|
288
|
+
"label": "Substance Name",
|
|
289
|
+
"placeholder": "Enter the substance name"
|
|
290
|
+
},
|
|
291
|
+
"strength": {
|
|
292
|
+
"label": "Substance Strength",
|
|
293
|
+
"placeholder": "Enter the substance strength"
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
"market": {
|
|
297
|
+
"id": {
|
|
298
|
+
"label": "Select Country",
|
|
299
|
+
"placeholder": "Select Country"
|
|
300
|
+
},
|
|
301
|
+
"nationalCode": {
|
|
302
|
+
"label": "National Code",
|
|
303
|
+
"placeholder": "Enter the national code"
|
|
304
|
+
},
|
|
305
|
+
"mahName": {
|
|
306
|
+
"label": "MAH Name",
|
|
307
|
+
"placeholder": "Enter the MAH Name"
|
|
308
|
+
},
|
|
309
|
+
"legalEntityName": {
|
|
310
|
+
"label": "Legal Entity Name",
|
|
311
|
+
"placeholder": "Enter the Legal Entity Name"
|
|
312
|
+
},
|
|
313
|
+
"mahAddress": {
|
|
314
|
+
"label": "MAH Address",
|
|
315
|
+
"placeholder": "Enter the MAH Address"
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
"audit": {
|
|
319
|
+
"title": "Audit Logs",
|
|
320
|
+
"description": "Review the history of user actions within the system.",
|
|
321
|
+
"empty": "No audit logs available.",
|
|
322
|
+
"userId": {
|
|
323
|
+
"label": "User ID"
|
|
324
|
+
},
|
|
325
|
+
"userDID": {
|
|
326
|
+
"label": "User DID"
|
|
327
|
+
},
|
|
328
|
+
"userGroup": {
|
|
329
|
+
"label": "User Group"
|
|
330
|
+
},
|
|
331
|
+
"action": {
|
|
332
|
+
"label": "Action"
|
|
333
|
+
},
|
|
334
|
+
"transaction": {
|
|
335
|
+
"label": "Transaction"
|
|
336
|
+
},
|
|
337
|
+
"diffs": {
|
|
338
|
+
"label": "Changes"
|
|
339
|
+
},
|
|
340
|
+
"view_diffs": "<a>View</a>"
|
|
341
|
+
},
|
|
342
|
+
"account": {
|
|
343
|
+
"title": "Account Information",
|
|
344
|
+
"description": "Wallet and Identity Configuration."
|
|
345
|
+
}
|
|
346
|
+
}
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
{
|
|
2
|
+
"login": {
|
|
3
|
+
"username": {
|
|
4
|
+
"label": "Nome de utilizador",
|
|
5
|
+
"placeholder": "Introduza o seu nome de utilizador"
|
|
6
|
+
},
|
|
7
|
+
"password": {
|
|
8
|
+
"label": "Palavra-passe",
|
|
9
|
+
"placeholder": "Introduza a sua palavra-passe"
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
"demo": {
|
|
13
|
+
"id": {
|
|
14
|
+
"label": "ID",
|
|
15
|
+
"placeholder": "Introduza um número"
|
|
16
|
+
},
|
|
17
|
+
"name": {
|
|
18
|
+
"label": "Nome",
|
|
19
|
+
"placeholder": "Introduza o seu nome"
|
|
20
|
+
},
|
|
21
|
+
"birthdate": {
|
|
22
|
+
"label": "Data de nascimento"
|
|
23
|
+
},
|
|
24
|
+
"email": {
|
|
25
|
+
"label": "E-mail",
|
|
26
|
+
"placeholder": "Introduza o seu endereço de e-mail"
|
|
27
|
+
},
|
|
28
|
+
"website": {
|
|
29
|
+
"label": "Site",
|
|
30
|
+
"placeholder": "Introduza o seu site preferido"
|
|
31
|
+
},
|
|
32
|
+
"password": {
|
|
33
|
+
"label": "Palavra-passe",
|
|
34
|
+
"placeholder": "Introduza a sua palavra-passe"
|
|
35
|
+
},
|
|
36
|
+
"gender": {
|
|
37
|
+
"label": "Selecione o seu género",
|
|
38
|
+
"options": {
|
|
39
|
+
"male": "Masculino",
|
|
40
|
+
"female": "Feminino"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"contact": {
|
|
44
|
+
"label": "Contacto",
|
|
45
|
+
"options": {
|
|
46
|
+
"morning": "Manhã",
|
|
47
|
+
"afternoon": "Tarde",
|
|
48
|
+
"evening": "Noite",
|
|
49
|
+
"all": "Qualquer horário"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"agree": {
|
|
53
|
+
"label": "Aceito os termos e condições."
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"category": {
|
|
57
|
+
"name": {
|
|
58
|
+
"label": "Nome da categoria",
|
|
59
|
+
"placeholder": "Introduza a categoria"
|
|
60
|
+
},
|
|
61
|
+
"description": {
|
|
62
|
+
"label": "Descrição da categoria",
|
|
63
|
+
"placeholder": "Descreva a categoria (opcional)"
|
|
64
|
+
},
|
|
65
|
+
"created": {
|
|
66
|
+
"label": "Data de criação",
|
|
67
|
+
"placeholder": "Selecione a data de criação"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"employee": {
|
|
71
|
+
"name": {
|
|
72
|
+
"label": "Nome do colaborador",
|
|
73
|
+
"placeholder": "Introduza o nome do colaborador"
|
|
74
|
+
},
|
|
75
|
+
"occupation": {
|
|
76
|
+
"label": "Função do colaborador"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"user": {
|
|
80
|
+
"secret": {
|
|
81
|
+
"label": "Palavra-passe"
|
|
82
|
+
},
|
|
83
|
+
"username": {
|
|
84
|
+
"label": "Nome de utilizador",
|
|
85
|
+
"placeholder": "Introduza o nome de utilizador"
|
|
86
|
+
},
|
|
87
|
+
"id": {
|
|
88
|
+
"label": "ID",
|
|
89
|
+
"placeholder": "Introduza o ID do utilizador"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"stepped-form": {
|
|
93
|
+
"step1": {
|
|
94
|
+
"title": "Etapa 1",
|
|
95
|
+
"description": "Esta é a primeira etapa"
|
|
96
|
+
},
|
|
97
|
+
"step2": {
|
|
98
|
+
"title": "Etapa 2",
|
|
99
|
+
"description": "Esta é a segunda etapa"
|
|
100
|
+
},
|
|
101
|
+
"step3": {
|
|
102
|
+
"title": "Etapa 3",
|
|
103
|
+
"description": "Esta é a última etapa"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"aimodel": {
|
|
107
|
+
"name": {
|
|
108
|
+
"label": "Nome",
|
|
109
|
+
"placeholder": "Introduza o nome do modelo"
|
|
110
|
+
},
|
|
111
|
+
"features": {
|
|
112
|
+
"label": "Funcionalidades",
|
|
113
|
+
"placeholder": "Selecione as funcionalidades do modelo",
|
|
114
|
+
"options": {
|
|
115
|
+
"personal-identifiers": "Identificadores pessoais",
|
|
116
|
+
"summarization": "Resumo",
|
|
117
|
+
"contextualization": "Contextualização",
|
|
118
|
+
"keywords": "Palavras-chave",
|
|
119
|
+
"reranking": "Reordenação",
|
|
120
|
+
"text-to-speech": "Texto para fala",
|
|
121
|
+
"speech-to-text": "Fala para texto",
|
|
122
|
+
"image-to-text": "Imagem para texto",
|
|
123
|
+
"text-to-image": "Texto para imagem",
|
|
124
|
+
"text-to-video": "Texto para vídeo",
|
|
125
|
+
"vision-to-text": "Visão para texto",
|
|
126
|
+
"object-recognition": "Reconhecimento de objetos",
|
|
127
|
+
"reasoning": "Raciocínio",
|
|
128
|
+
"question-answering": "Resposta a perguntas",
|
|
129
|
+
"chat": "Chat",
|
|
130
|
+
"translation": "Tradução",
|
|
131
|
+
"planning": "Planeamento",
|
|
132
|
+
"research": "Pesquisa",
|
|
133
|
+
"deep-research": "Pesquisa aprofundada",
|
|
134
|
+
"tool-usage": "Utilização de ferramentas",
|
|
135
|
+
"coding": "Programação",
|
|
136
|
+
"lightweight": "Leve",
|
|
137
|
+
"heavyweight": "Pesado"
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"aivendors": {
|
|
142
|
+
"name": {
|
|
143
|
+
"label": "Nome",
|
|
144
|
+
"placeholder": "Selecione o fornecedor",
|
|
145
|
+
"options": {
|
|
146
|
+
"google": "Google",
|
|
147
|
+
"openai": "OpenAI",
|
|
148
|
+
"anthropic": "Anthropic",
|
|
149
|
+
"perplexity": "Perplexity",
|
|
150
|
+
"midjourney": "Midjourney",
|
|
151
|
+
"runway": "Runway",
|
|
152
|
+
"ollama": "Ollama",
|
|
153
|
+
"mistralai": "Mistral AI"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"models": {
|
|
157
|
+
"label": "Modelos",
|
|
158
|
+
"placeholder": "Selecione o modelo",
|
|
159
|
+
"options": {
|
|
160
|
+
"personal-identifiers": "Identificadores pessoais",
|
|
161
|
+
"summarization": "Resumo",
|
|
162
|
+
"contextualization": "Contextualização",
|
|
163
|
+
"keywords": "Palavras-chave",
|
|
164
|
+
"reranking": "Reordenação",
|
|
165
|
+
"text-to-speech": "Texto para fala",
|
|
166
|
+
"speech-to-text": "Fala para texto",
|
|
167
|
+
"image-to-text": "Imagem para texto",
|
|
168
|
+
"text-to-image": "Texto para imagem",
|
|
169
|
+
"text-to-video": "Texto para vídeo",
|
|
170
|
+
"vision-to-text": "Visão para texto",
|
|
171
|
+
"object-recognition": "Reconhecimento de objetos",
|
|
172
|
+
"reasoning": "Raciocínio",
|
|
173
|
+
"question-answering": "Resposta a perguntas",
|
|
174
|
+
"chat": "Chat",
|
|
175
|
+
"translation": "Tradução",
|
|
176
|
+
"planning": "Planeamento",
|
|
177
|
+
"research": "Pesquisa",
|
|
178
|
+
"deep-research": "Pesquisa aprofundada",
|
|
179
|
+
"tool-usage": "Utilização de ferramentas",
|
|
180
|
+
"coding": "Programação",
|
|
181
|
+
"lightweight": "Leve",
|
|
182
|
+
"heavyweight": "Pesado"
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
viewBox="0 0 982 239"
|
|
4
|
+
fill="none"
|
|
5
|
+
class="angular-logo"
|
|
6
|
+
>
|
|
7
|
+
<g clip-path="url(#a)">
|
|
8
|
+
<path
|
|
9
|
+
fill="url(#b)"
|
|
10
|
+
d="M388.676 191.625h30.849L363.31 31.828h-35.758l-56.215 159.797h30.848l13.174-39.356h60.061l13.256 39.356Zm-65.461-62.675 21.602-64.311h1.227l21.602 64.311h-44.431Zm126.831-7.527v70.202h-28.23V71.839h27.002v20.374h1.392c2.782-6.71 7.2-12.028 13.255-15.956 6.056-3.927 13.584-5.89 22.503-5.89 8.264 0 15.465 1.8 21.684 5.318 6.137 3.518 10.964 8.673 14.319 15.382 3.437 6.71 5.074 14.81 4.992 24.383v76.175h-28.23v-71.92c0-8.019-2.046-14.237-6.219-18.819-4.173-4.5-9.819-6.791-17.102-6.791-4.91 0-9.328 1.063-13.174 3.272-3.846 2.128-6.792 5.237-9.001 9.328-2.046 4.009-3.191 8.918-3.191 14.728ZM589.233 239c-10.147 0-18.82-1.391-26.103-4.091-7.282-2.7-13.092-6.382-17.511-10.964-4.418-4.582-7.528-9.655-9.164-15.219l25.448-6.136c1.145 2.372 2.782 4.663 4.991 6.954 2.209 2.291 5.155 4.255 8.837 5.81 3.683 1.554 8.428 2.291 14.074 2.291 8.019 0 14.647-1.964 19.884-5.81 5.237-3.845 7.856-10.227 7.856-19.064v-22.665h-1.391c-1.473 2.946-3.601 5.892-6.383 9.001-2.782 3.109-6.464 5.645-10.965 7.691-4.582 2.046-10.228 3.109-17.101 3.109-9.165 0-17.511-2.209-25.039-6.545-7.446-4.337-13.42-10.883-17.757-19.474-4.418-8.673-6.628-19.473-6.628-32.565 0-13.091 2.21-24.301 6.628-33.383 4.419-9.082 10.311-15.955 17.839-20.7 7.528-4.746 15.874-7.037 25.039-7.037 7.037 0 12.846 1.145 17.347 3.518 4.582 2.373 8.182 5.236 10.883 8.51 2.7 3.272 4.746 6.382 6.137 9.327h1.554v-19.8h27.821v121.749c0 10.228-2.454 18.737-7.364 25.447-4.91 6.709-11.538 11.7-20.048 15.055-8.509 3.355-18.165 4.991-28.884 4.991Zm.245-71.266c5.974 0 11.047-1.473 15.302-4.337 4.173-2.945 7.446-7.118 9.573-12.519 2.21-5.482 3.274-12.027 3.274-19.637 0-7.609-1.064-14.155-3.274-19.8-2.127-5.646-5.318-10.064-9.491-13.255-4.174-3.11-9.329-4.746-15.384-4.746s-11.537 1.636-15.792 4.91c-4.173 3.272-7.365 7.772-9.492 13.418-2.128 5.727-3.191 12.191-3.191 19.392 0 7.2 1.063 13.745 3.273 19.228 2.127 5.482 5.318 9.736 9.573 12.764 4.174 3.027 9.41 4.582 15.629 4.582Zm141.56-26.51V71.839h28.23v119.786h-27.412v-21.273h-1.227c-2.7 6.709-7.119 12.191-13.338 16.446-6.137 4.255-13.747 6.382-22.748 6.382-7.855 0-14.81-1.718-20.783-5.237-5.974-3.518-10.72-8.591-14.075-15.382-3.355-6.709-5.073-14.891-5.073-24.464V71.839h28.312v71.921c0 7.609 2.046 13.664 6.219 18.083 4.173 4.5 9.655 6.709 16.365 6.709 4.173 0 8.183-.982 12.111-3.028 3.927-2.045 7.118-5.072 9.655-9.082 2.537-4.091 3.764-9.164 3.764-15.218Zm65.707-109.395v159.796h-28.23V31.828h28.23Zm44.841 162.169c-7.61 0-14.402-1.391-20.457-4.091-6.055-2.7-10.883-6.791-14.32-12.109-3.518-5.319-5.237-11.946-5.237-19.801 0-6.791 1.228-12.355 3.765-16.773 2.536-4.419 5.891-7.937 10.228-10.637 4.337-2.618 9.164-4.664 14.647-6.055 5.4-1.391 11.046-2.373 16.856-3.027 7.037-.737 12.683-1.391 17.102-1.964 4.337-.573 7.528-1.555 9.574-2.782 1.963-1.309 3.027-3.273 3.027-5.973v-.491c0-5.891-1.718-10.391-5.237-13.664-3.518-3.191-8.51-4.828-15.056-4.828-6.955 0-12.356 1.473-16.447 4.5-4.009 3.028-6.71 6.546-8.183 10.719l-26.348-3.764c2.046-7.282 5.483-13.336 10.31-18.328 4.746-4.909 10.638-8.59 17.511-11.045 6.955-2.455 14.565-3.682 22.912-3.682 5.809 0 11.537.654 17.265 2.045s10.965 3.6 15.711 6.71c4.746 3.109 8.51 7.282 11.455 12.6 2.864 5.318 4.337 11.946 4.337 19.883v80.184h-27.166v-16.446h-.9c-1.719 3.355-4.092 6.464-7.201 9.328-3.109 2.864-6.955 5.237-11.619 6.955-4.828 1.718-10.229 2.536-16.529 2.536Zm7.364-20.701c5.646 0 10.556-1.145 14.729-3.354 4.173-2.291 7.364-5.237 9.655-9.001 2.292-3.763 3.355-7.854 3.355-12.273v-14.155c-.9.737-2.373 1.391-4.5 2.046-2.128.654-4.419 1.145-7.037 1.636-2.619.491-5.155.9-7.692 1.227-2.537.328-4.746.655-6.628.901-4.173.572-8.019 1.472-11.292 2.781-3.355 1.31-5.973 3.11-7.855 5.401-1.964 2.291-2.864 5.318-2.864 8.918 0 5.237 1.882 9.164 5.728 11.782 3.682 2.782 8.51 4.091 14.401 4.091Zm64.643 18.328V71.839h27.412v19.965h1.227c2.21-6.955 5.974-12.274 11.292-16.038 5.319-3.763 11.456-5.645 18.329-5.645 1.555 0 3.355.082 5.237.163 1.964.164 3.601.328 4.91.573v25.938c-1.227-.41-3.109-.819-5.646-1.146a58.814 58.814 0 0 0-7.446-.49c-5.155 0-9.738 1.145-13.829 3.354-4.091 2.209-7.282 5.236-9.655 9.164-2.373 3.927-3.519 8.427-3.519 13.5v70.448h-28.312ZM222.077 39.192l-8.019 125.923L137.387 0l84.69 39.192Zm-53.105 162.825-57.933 33.056-57.934-33.056 11.783-28.556h92.301l11.783 28.556ZM111.039 62.675l30.357 73.803H80.681l30.358-73.803ZM7.937 165.115 0 39.192 84.69 0 7.937 165.115Z"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
fill="url(#c)"
|
|
14
|
+
d="M388.676 191.625h30.849L363.31 31.828h-35.758l-56.215 159.797h30.848l13.174-39.356h60.061l13.256 39.356Zm-65.461-62.675 21.602-64.311h1.227l21.602 64.311h-44.431Zm126.831-7.527v70.202h-28.23V71.839h27.002v20.374h1.392c2.782-6.71 7.2-12.028 13.255-15.956 6.056-3.927 13.584-5.89 22.503-5.89 8.264 0 15.465 1.8 21.684 5.318 6.137 3.518 10.964 8.673 14.319 15.382 3.437 6.71 5.074 14.81 4.992 24.383v76.175h-28.23v-71.92c0-8.019-2.046-14.237-6.219-18.819-4.173-4.5-9.819-6.791-17.102-6.791-4.91 0-9.328 1.063-13.174 3.272-3.846 2.128-6.792 5.237-9.001 9.328-2.046 4.009-3.191 8.918-3.191 14.728ZM589.233 239c-10.147 0-18.82-1.391-26.103-4.091-7.282-2.7-13.092-6.382-17.511-10.964-4.418-4.582-7.528-9.655-9.164-15.219l25.448-6.136c1.145 2.372 2.782 4.663 4.991 6.954 2.209 2.291 5.155 4.255 8.837 5.81 3.683 1.554 8.428 2.291 14.074 2.291 8.019 0 14.647-1.964 19.884-5.81 5.237-3.845 7.856-10.227 7.856-19.064v-22.665h-1.391c-1.473 2.946-3.601 5.892-6.383 9.001-2.782 3.109-6.464 5.645-10.965 7.691-4.582 2.046-10.228 3.109-17.101 3.109-9.165 0-17.511-2.209-25.039-6.545-7.446-4.337-13.42-10.883-17.757-19.474-4.418-8.673-6.628-19.473-6.628-32.565 0-13.091 2.21-24.301 6.628-33.383 4.419-9.082 10.311-15.955 17.839-20.7 7.528-4.746 15.874-7.037 25.039-7.037 7.037 0 12.846 1.145 17.347 3.518 4.582 2.373 8.182 5.236 10.883 8.51 2.7 3.272 4.746 6.382 6.137 9.327h1.554v-19.8h27.821v121.749c0 10.228-2.454 18.737-7.364 25.447-4.91 6.709-11.538 11.7-20.048 15.055-8.509 3.355-18.165 4.991-28.884 4.991Zm.245-71.266c5.974 0 11.047-1.473 15.302-4.337 4.173-2.945 7.446-7.118 9.573-12.519 2.21-5.482 3.274-12.027 3.274-19.637 0-7.609-1.064-14.155-3.274-19.8-2.127-5.646-5.318-10.064-9.491-13.255-4.174-3.11-9.329-4.746-15.384-4.746s-11.537 1.636-15.792 4.91c-4.173 3.272-7.365 7.772-9.492 13.418-2.128 5.727-3.191 12.191-3.191 19.392 0 7.2 1.063 13.745 3.273 19.228 2.127 5.482 5.318 9.736 9.573 12.764 4.174 3.027 9.41 4.582 15.629 4.582Zm141.56-26.51V71.839h28.23v119.786h-27.412v-21.273h-1.227c-2.7 6.709-7.119 12.191-13.338 16.446-6.137 4.255-13.747 6.382-22.748 6.382-7.855 0-14.81-1.718-20.783-5.237-5.974-3.518-10.72-8.591-14.075-15.382-3.355-6.709-5.073-14.891-5.073-24.464V71.839h28.312v71.921c0 7.609 2.046 13.664 6.219 18.083 4.173 4.5 9.655 6.709 16.365 6.709 4.173 0 8.183-.982 12.111-3.028 3.927-2.045 7.118-5.072 9.655-9.082 2.537-4.091 3.764-9.164 3.764-15.218Zm65.707-109.395v159.796h-28.23V31.828h28.23Zm44.841 162.169c-7.61 0-14.402-1.391-20.457-4.091-6.055-2.7-10.883-6.791-14.32-12.109-3.518-5.319-5.237-11.946-5.237-19.801 0-6.791 1.228-12.355 3.765-16.773 2.536-4.419 5.891-7.937 10.228-10.637 4.337-2.618 9.164-4.664 14.647-6.055 5.4-1.391 11.046-2.373 16.856-3.027 7.037-.737 12.683-1.391 17.102-1.964 4.337-.573 7.528-1.555 9.574-2.782 1.963-1.309 3.027-3.273 3.027-5.973v-.491c0-5.891-1.718-10.391-5.237-13.664-3.518-3.191-8.51-4.828-15.056-4.828-6.955 0-12.356 1.473-16.447 4.5-4.009 3.028-6.71 6.546-8.183 10.719l-26.348-3.764c2.046-7.282 5.483-13.336 10.31-18.328 4.746-4.909 10.638-8.59 17.511-11.045 6.955-2.455 14.565-3.682 22.912-3.682 5.809 0 11.537.654 17.265 2.045s10.965 3.6 15.711 6.71c4.746 3.109 8.51 7.282 11.455 12.6 2.864 5.318 4.337 11.946 4.337 19.883v80.184h-27.166v-16.446h-.9c-1.719 3.355-4.092 6.464-7.201 9.328-3.109 2.864-6.955 5.237-11.619 6.955-4.828 1.718-10.229 2.536-16.529 2.536Zm7.364-20.701c5.646 0 10.556-1.145 14.729-3.354 4.173-2.291 7.364-5.237 9.655-9.001 2.292-3.763 3.355-7.854 3.355-12.273v-14.155c-.9.737-2.373 1.391-4.5 2.046-2.128.654-4.419 1.145-7.037 1.636-2.619.491-5.155.9-7.692 1.227-2.537.328-4.746.655-6.628.901-4.173.572-8.019 1.472-11.292 2.781-3.355 1.31-5.973 3.11-7.855 5.401-1.964 2.291-2.864 5.318-2.864 8.918 0 5.237 1.882 9.164 5.728 11.782 3.682 2.782 8.51 4.091 14.401 4.091Zm64.643 18.328V71.839h27.412v19.965h1.227c2.21-6.955 5.974-12.274 11.292-16.038 5.319-3.763 11.456-5.645 18.329-5.645 1.555 0 3.355.082 5.237.163 1.964.164 3.601.328 4.91.573v25.938c-1.227-.41-3.109-.819-5.646-1.146a58.814 58.814 0 0 0-7.446-.49c-5.155 0-9.738 1.145-13.829 3.354-4.091 2.209-7.282 5.236-9.655 9.164-2.373 3.927-3.519 8.427-3.519 13.5v70.448h-28.312ZM222.077 39.192l-8.019 125.923L137.387 0l84.69 39.192Zm-53.105 162.825-57.933 33.056-57.934-33.056 11.783-28.556h92.301l11.783 28.556ZM111.039 62.675l30.357 73.803H80.681l30.358-73.803ZM7.937 165.115 0 39.192 84.69 0 7.937 165.115Z"
|
|
15
|
+
/>
|
|
16
|
+
</g>
|
|
17
|
+
<defs>
|
|
18
|
+
<radialGradient
|
|
19
|
+
id="c"
|
|
20
|
+
cx="0"
|
|
21
|
+
cy="0"
|
|
22
|
+
r="1"
|
|
23
|
+
gradientTransform="rotate(118.122 171.182 60.81) scale(205.794)"
|
|
24
|
+
gradientUnits="userSpaceOnUse"
|
|
25
|
+
>
|
|
26
|
+
<stop stop-color="#FF41F8" />
|
|
27
|
+
<stop offset=".707" stop-color="#FF41F8" stop-opacity=".5" />
|
|
28
|
+
<stop offset="1" stop-color="#FF41F8" stop-opacity="0" />
|
|
29
|
+
</radialGradient>
|
|
30
|
+
<linearGradient
|
|
31
|
+
id="b"
|
|
32
|
+
x1="0"
|
|
33
|
+
x2="982"
|
|
34
|
+
y1="192"
|
|
35
|
+
y2="192"
|
|
36
|
+
gradientUnits="userSpaceOnUse"
|
|
37
|
+
>
|
|
38
|
+
<stop stop-color="#F0060B" />
|
|
39
|
+
<stop offset="0" stop-color="#F0070C" />
|
|
40
|
+
<stop offset=".526" stop-color="#CC26D5" />
|
|
41
|
+
<stop offset="1" stop-color="#7702FF" />
|
|
42
|
+
</linearGradient>
|
|
43
|
+
<clipPath id="a"><path fill="#fff" d="M0 0h982v239H0z" /></clipPath>
|
|
44
|
+
</defs>
|
|
45
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 166.75 39.77">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #141414;
|
|
7
|
+
}
|
|
8
|
+
</style>
|
|
9
|
+
</defs>
|
|
10
|
+
<g id="Layer_1-2" data-name="Layer 1">
|
|
11
|
+
<g>
|
|
12
|
+
<g>
|
|
13
|
+
<path class="cls-1" d="M54.7,34.98V4.76h9.86c4.46,0,8.17,1.31,11.14,3.93,2.97,2.62,4.45,6.35,4.45,11.18s-1.48,8.56-4.45,11.18c-2.97,2.62-6.68,3.93-11.14,3.93h-9.86ZM60.43,30.01h3.65c2.93,0,5.37-.82,7.32-2.46,1.96-1.64,2.93-4.2,2.93-7.68s-.98-6.05-2.93-7.71c-1.96-1.65-4.4-2.48-7.32-2.48h-3.65v20.33Z"/>
|
|
14
|
+
<path class="cls-1" d="M98.75,27.73h5.21c-.41,2.3-1.55,4.14-3.43,5.53-1.88,1.38-4.17,2.07-6.87,2.07-3.42,0-6.13-1.12-8.15-3.37-2.01-2.24-3.02-4.89-3.02-7.94s.94-5.71,2.82-7.88,4.52-3.26,7.91-3.26,6.08,1.04,7.91,3.11c1.83,2.07,2.74,4.53,2.74,7.38,0,.63-.03,1.24-.09,1.81h-16.16c.2,1.76.84,3.15,1.91,4.19,1.07,1.04,2.45,1.55,4.13,1.55,2.81,0,4.5-1.06,5.08-3.19ZM93.24,16.85c-3.1,0-4.92,1.61-5.47,4.83h10.77c-.12-1.44-.64-2.6-1.59-3.5-.94-.89-2.18-1.34-3.71-1.34Z"/>
|
|
15
|
+
<path class="cls-1" d="M117.09,35.32c-3.33,0-6.02-1.07-8.06-3.22-2.04-2.14-3.06-4.81-3.06-8.01s1.02-5.86,3.06-8.01c2.04-2.14,4.73-3.22,8.06-3.22,2.81,0,5.2.76,7.17,2.29,1.97,1.53,3.07,3.53,3.3,6h-5.3c-.2-1.06-.78-1.95-1.72-2.65-.94-.7-2.05-1.06-3.32-1.06-1.8,0-3.19.62-4.19,1.86-1,1.24-1.5,2.83-1.5,4.79s.51,3.55,1.52,4.79c1.01,1.24,2.43,1.86,4.26,1.86,1.25,0,2.32-.32,3.24-.97.91-.65,1.5-1.52,1.76-2.61h5.39c-.35,2.39-1.5,4.35-3.45,5.87s-4.34,2.29-7.15,2.29Z"/>
|
|
16
|
+
<path class="cls-1" d="M139.46,12.88c2.81,0,5.09.74,6.84,2.22,1.75,1.48,2.63,3.45,2.63,5.89v13.99h-5.26v-3.24c-.46,1.09-1.28,1.96-2.46,2.61s-2.54.97-4.11.97c-2.14,0-3.9-.61-5.26-1.83-1.36-1.22-2.04-2.78-2.04-4.68,0-2.1.75-3.77,2.26-5.01,1.51-1.24,3.49-1.86,5.95-1.86h4.04c1.07,0,1.61-.49,1.61-1.47,0-1.06-.4-1.94-1.2-2.61-.8-.68-1.89-1.01-3.28-1.01s-2.45.36-3.28,1.08c-.83.72-1.27,1.6-1.33,2.63h-4.78c.14-2.22,1.09-4.05,2.85-5.5,1.75-1.45,4.02-2.18,6.8-2.18ZM138.38,31.4c1.65,0,2.95-.52,3.89-1.55.94-1.04,1.41-2.39,1.41-4.06v-.35h-4.91c-1.13,0-2.04.29-2.74.86-.7.58-1.04,1.34-1.04,2.29,0,.83.31,1.51.93,2.03s1.44.78,2.46.78Z"/>
|
|
17
|
+
<path class="cls-1" d="M155.02,34.98v-17.31h-4.3v-4.45h4.3v-2.03c0-2.22.71-3.99,2.13-5.31s3.32-1.99,5.69-1.99h3.91v4.49h-3.3c-.93,0-1.67.27-2.24.82-.56.55-.85,1.29-.85,2.24v1.77h6.39v4.45h-6.39v17.31h-5.34Z"/>
|
|
18
|
+
</g>
|
|
19
|
+
<path class="cls-1" d="M9.93,0l-4.97,4.96L0,9.93v29.83h29.86l9.91-9.91V0H9.93ZM19.89,34.8h-9.94s-4.97,0-4.97,0h0s0,0,0,0v-4.94h0v-14.94h4.97v14.94h9.94v4.94ZM29.82,19.91h-4.97v4.99h-4.96v-9.99h9.93v4.99Z"/>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|