tnx-shared 5.1.266 → 5.1.267

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.
Files changed (23) hide show
  1. package/assets/angular-schema-template.json +1 -1
  2. package/bundles/tnx-shared.umd.js +37 -40
  3. package/bundles/tnx-shared.umd.js.map +1 -1
  4. package/bundles/tnx-shared.umd.min.js +1 -1
  5. package/bundles/tnx-shared.umd.min.js.map +1 -1
  6. package/classes/public-function.d.ts +1 -1
  7. package/components/tn-app-notification/tn-app-notification.component.d.ts +1 -1
  8. package/components/tn-app-notification/tn-app-notification.component.d.ts.map +1 -1
  9. package/esm2015/components/chat/chat-box/chat-box.component.js +1 -1
  10. package/esm2015/components/chat/chat-send-message-box/chat-send-message-box.component.js +1 -1
  11. package/esm2015/components/crud/advance-search/advance-search.component.js +1 -1
  12. package/esm2015/components/file-explorer/file-manager/file-manager.component.js +2 -2
  13. package/esm2015/components/file-upload/file-upload.component.js +2 -2
  14. package/esm2015/components/query-builders/query-builder/query-builder.component.js +1 -1
  15. package/esm2015/components/tn-app-notification/tn-app-notification.component.js +27 -22
  16. package/esm2015/components/tn-tabview/tn-tabview.component.js +1 -1
  17. package/esm2015/components/user-picker/user-picker-box/user-picker-box.component.js +1 -1
  18. package/esm2015/components/workflow/workflow-picker/workflow-picker.component.js +1 -1
  19. package/esm2015/components/workflow/workflow-setting-new/workflow-setting-new.component.js +1 -1
  20. package/fesm2015/tnx-shared.js +36 -31
  21. package/fesm2015/tnx-shared.js.map +1 -1
  22. package/package.json +2 -2
  23. package/tnx-shared.metadata.json +1 -1
@@ -8,7 +8,7 @@
8
8
  "package-minor-template": "npm run prebuild && npm run update-minor-version-{{projectName}} && npm run build-{{projectName}} && cd ./dist/{{projectName}} && npm publish && cd ../..",
9
9
  "start-template": "npm run prebuild && node --max_old_space_size={{nodeMaxOldSpaceSize}} ./node_modules/@angular/cli/bin/ng serve --project {{projectName}} --configuration={{environmentName}} --port={{port}} --open {{additionalParams}}",
10
10
  "deploy-template": "npm run prebuild && npm run format-{{projectName}} && node --max_old_space_size={{nodeMaxOldSpaceSize}} ./node_modules/@angular/cli/bin/ng build --project {{projectName}} --prod & docker build -f ./build-config/{{projectName}}/Dockerfile -t dockerhub.dttt.vn/{{scopeName}}/{{projectName}}.client:{{clientVersion}} . & docker push dockerhub.dttt.vn/{{scopeName}}/{{projectName}}.client:{{clientVersion}}",
11
- "format-template": "vim ./build-config/{{projectName}}/docker-entrypoint.sh \"+set ff=unix\" \"+wq\"",
11
+ "format-template": "vim ./build-config/{{projectName}}/docker-entrypoint.sh -c 'set ff=unix' -c ':wq'",
12
12
  "prebuild-template": "npm run depend-all && npm install",
13
13
  "depend-template": "gulp --gulpfile ./node_modules/tnx-shared/assets/gulpfile.js updateDepdendServiceToLatest --serviceName tnx-{{serviceName}} --env init",
14
14
  "ref-template": "gulp --gulpfile ./node_modules/tnx-shared/assets/gulpfile.js copyRefDirect --env {{environmentName}} --projectRefDirect {{projectName}}",