tnx-shared 5.1.19 → 5.1.23
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/assets/gulpfile.js +3 -2
- package/bundles/tnx-shared.umd.js +324 -288
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/components/crud/crud-list/crud-list.component.d.ts +2 -0
- package/components/crud/crud-list/crud-list.component.d.ts.map +1 -1
- package/components/statemachines/models/enums.d.ts +5 -0
- package/components/statemachines/models/enums.d.ts.map +1 -1
- package/components/tn-custom-scrollbar/tn-custom-scrollbar.component.d.ts +5 -2
- package/components/tn-custom-scrollbar/tn-custom-scrollbar.component.d.ts.map +1 -1
- package/components/workflow/cho-y-kien-form/cho-y-kien-form.component.css.shim.ngstyle.d.ts.map +1 -0
- package/components/workflow/cho-y-kien-form/cho-y-kien-form.component.d.ts +15 -0
- package/components/workflow/cho-y-kien-form/cho-y-kien-form.component.d.ts.map +1 -0
- package/components/workflow/cho-y-kien-form/cho-y-kien-form.component.ngfactory.d.ts.map +1 -0
- package/components/workflow/models/const.d.ts +3 -0
- package/components/workflow/models/const.d.ts.map +1 -1
- package/components/workflow/process-workflow-form/process-workflow-form.component.d.ts +1 -1
- package/components/workflow/process-workflow-form/process-workflow-form.component.d.ts.map +1 -1
- package/components/workflow/services/workflow-history.service.d.ts +1 -0
- package/components/workflow/services/workflow-history.service.d.ts.map +1 -1
- package/components/workflow/workflow-history/workflow-history.component.d.ts.map +1 -1
- package/components/workflow/workflow-history-new/workflow-history-new.component.d.ts +6 -3
- package/components/workflow/workflow-history-new/workflow-history-new.component.d.ts.map +1 -1
- package/congviec/congviec/congviec.component.d.ts +2 -2
- package/esm2015/classes/base/correctors.js +7 -7
- package/esm2015/components/crud/crud-list/crud-list.component.js +24 -3
- package/esm2015/components/statemachines/models/enums.js +10 -1
- package/esm2015/components/tn-custom-scrollbar/tn-custom-scrollbar.component.js +31 -2
- package/esm2015/components/workflow/cho-y-kien-form/cho-y-kien-form.component.js +60 -0
- package/esm2015/components/workflow/models/const.js +4 -1
- package/esm2015/components/workflow/process-workflow-form/process-workflow-form.component.js +9 -9
- package/esm2015/components/workflow/services/workflow-history.service.js +11 -5
- package/esm2015/components/workflow/workflow-history/workflow-history.component.js +1 -1
- package/esm2015/components/workflow/workflow-history-new/workflow-history-new.component.js +96 -40
- package/esm2015/congviec/congviec/congviec.component.js +6 -6
- package/esm2015/services/base.service.js +12 -5
- package/esm2015/services/crud.service.js +23 -1
- package/esm2015/tnx-shared.js +42 -42
- package/esm2015/tnx-shared.module.js +3 -3
- package/fesm2015/tnx-shared.js +278 -235
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
- package/services/base.service.d.ts +3 -2
- package/services/base.service.d.ts.map +1 -1
- package/services/crud.service.d.ts +1 -0
- package/services/crud.service.d.ts.map +1 -1
- package/tnx-shared.d.ts +41 -41
- package/tnx-shared.d.ts.map +1 -1
- package/tnx-shared.metadata.json +1 -1
- package/tnx-shared.module.d.ts +2 -2
- package/tnx-shared.module.d.ts.map +1 -1
- package/congviec/congviec/congviec-view/congviec-view.component.d.ts +0 -26
- package/congviec/congviec/congviec-view/congviec-view.component.d.ts.map +0 -1
- package/congviec/congviec/congviec-view/congviec-view.component.ngfactory.d.ts.map +0 -1
- package/congviec/congviec/congviec-view/congviec-view.component.scss.shim.ngstyle.d.ts.map +0 -1
- package/esm2015/congviec/congviec/congviec-view/congviec-view.component.js +0 -181
package/assets/gulpfile.js
CHANGED
|
@@ -80,7 +80,8 @@ task('generateDockerBuildConfig', async function () {
|
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
const replaceKey = { projectName: project, baseHref: baseHref };
|
|
83
|
-
copyDockerBuild('nginx.conf', project, replaceKey);
|
|
83
|
+
copyDockerBuild('nginx.conf.template', project, replaceKey);
|
|
84
|
+
copyDockerBuild('docker-entrypoint.sh', project, replaceKey);
|
|
84
85
|
copyDockerBuild('Dockerfile', project, replaceKey);
|
|
85
86
|
copyDockerBuild('.dockerignore', project, {});
|
|
86
87
|
});
|
|
@@ -687,7 +688,7 @@ function buildTsConfigPath(paths, project) {
|
|
|
687
688
|
else {
|
|
688
689
|
const pathAlias = `${prefix}${project}`;
|
|
689
690
|
if (refType != 'package') {
|
|
690
|
-
paths[`${pathAlias}/*`] = [`${prj.refPath}/src/lib
|
|
691
|
+
paths[`${pathAlias}/*`] = [`${prj.refPath}/src/lib/*/public-api`];
|
|
691
692
|
}
|
|
692
693
|
}
|
|
693
694
|
}
|