tnx-shared 5.1.61 → 5.1.62
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/bundles/tnx-shared.umd.js +7 -40
- 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/classes/public-function.d.ts.map +1 -1
- package/components/entity-picker/entity-picker.component.d.ts.map +1 -1
- package/esm2015/classes/public-function.js +1 -35
- package/esm2015/components/congviec-picker/services/congviec.service.js +3 -3
- package/esm2015/components/entity-picker/entity-picker.component.js +2 -1
- package/esm2015/components/vanban-picker/services/vanban-den.service.js +3 -3
- package/esm2015/components/vanban-picker/services/vanban-di.service.js +3 -3
- package/fesm2015/tnx-shared.js +7 -40
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
- package/tnx-shared.metadata.json +1 -1
|
@@ -30579,8 +30579,8 @@
|
|
|
30579
30579
|
var CongViecService = /** @class */ (function (_super) {
|
|
30580
30580
|
__extends(CongViecService, _super);
|
|
30581
30581
|
function CongViecService(http, injector, _moduleConfigService) {
|
|
30582
|
-
var _this = _super.call(this, http, injector, _moduleConfigService.getConfig().environment.apiDomain.
|
|
30583
|
-
_this.endPoint = _moduleConfigService.getConfig().environment.apiDomain.
|
|
30582
|
+
var _this = _super.call(this, http, injector, _moduleConfigService.getConfig().environment.apiDomain.vanbanEndpoint + "/" + _moduleConfigService.getConfig().environment.apiVersion + "/vanbanden") || this;
|
|
30583
|
+
_this.endPoint = _moduleConfigService.getConfig().environment.apiDomain.vanbanEndpoint;
|
|
30584
30584
|
_this._moduleConfig = _moduleConfigService.getConfig();
|
|
30585
30585
|
return _this;
|
|
30586
30586
|
}
|
|
@@ -33734,6 +33734,7 @@
|
|
|
33734
33734
|
this.setting.title = '';
|
|
33735
33735
|
this.setting.baseService = this.control.baseService;
|
|
33736
33736
|
this.setting.heightType = exports.HeightType.dynamic;
|
|
33737
|
+
this.setting.fixHeightTypeInDialog = false;
|
|
33737
33738
|
this.setting.hiddenCheckbox = true;
|
|
33738
33739
|
this.setting.settingKey = 'entityPicker';
|
|
33739
33740
|
this.setting.hiddenSettingWorkflow = true;
|
|
@@ -43594,8 +43595,8 @@
|
|
|
43594
43595
|
var VanBanDenService = /** @class */ (function (_super) {
|
|
43595
43596
|
__extends(VanBanDenService, _super);
|
|
43596
43597
|
function VanBanDenService(http, injector, _moduleConfigService) {
|
|
43597
|
-
var _this = _super.call(this, http, injector, _moduleConfigService.getConfig().environment.apiDomain.
|
|
43598
|
-
_this.endPoint = _moduleConfigService.getConfig().environment.apiDomain.
|
|
43598
|
+
var _this = _super.call(this, http, injector, _moduleConfigService.getConfig().environment.apiDomain.vanbanEndpoint + "/" + _moduleConfigService.getConfig().environment.apiVersion + "/vanbanden") || this;
|
|
43599
|
+
_this.endPoint = _moduleConfigService.getConfig().environment.apiDomain.vanbanEndpoint;
|
|
43599
43600
|
_this._moduleConfig = _moduleConfigService.getConfig();
|
|
43600
43601
|
return _this;
|
|
43601
43602
|
}
|
|
@@ -43803,8 +43804,8 @@
|
|
|
43803
43804
|
var VanBanDiService = /** @class */ (function (_super) {
|
|
43804
43805
|
__extends(VanBanDiService, _super);
|
|
43805
43806
|
function VanBanDiService(http, injector, _moduleConfigService) {
|
|
43806
|
-
var _this = _super.call(this, http, injector, _moduleConfigService.getConfig().environment.apiDomain.
|
|
43807
|
-
_this.endPoint = _moduleConfigService.getConfig().environment.apiDomain.
|
|
43807
|
+
var _this = _super.call(this, http, injector, _moduleConfigService.getConfig().environment.apiDomain.vanbanEndpoint + "/" + _moduleConfigService.getConfig().environment.apiVersion + "/vanbandi") || this;
|
|
43808
|
+
_this.endPoint = _moduleConfigService.getConfig().environment.apiDomain.vanbanEndpoint;
|
|
43808
43809
|
_this._moduleConfig = _moduleConfigService.getConfig();
|
|
43809
43810
|
return _this;
|
|
43810
43811
|
}
|
|
@@ -51128,40 +51129,6 @@
|
|
|
51128
51129
|
useClass: PermissionUtilsInterceptor,
|
|
51129
51130
|
multi: true
|
|
51130
51131
|
},
|
|
51131
|
-
// TODO: Upgrade sau
|
|
51132
|
-
// {
|
|
51133
|
-
// provide: Favicons,
|
|
51134
|
-
// useClass: BrowserFavicons
|
|
51135
|
-
// },
|
|
51136
|
-
// {
|
|
51137
|
-
// provide: BROWSER_FAVICONS_CONFIG,
|
|
51138
|
-
// useValue: {
|
|
51139
|
-
// icons: {
|
|
51140
|
-
// "default": {
|
|
51141
|
-
// type: "image/png",
|
|
51142
|
-
// href: enviromment.appMetadata.main.favicon,
|
|
51143
|
-
// isDefault: true,
|
|
51144
|
-
// elementId: "appFavicon"
|
|
51145
|
-
// },
|
|
51146
|
-
// "square": {
|
|
51147
|
-
// type: "image/png",
|
|
51148
|
-
// href: "./icons/default.png",
|
|
51149
|
-
// },
|
|
51150
|
-
// "happy": {
|
|
51151
|
-
// type: "image/jpeg",
|
|
51152
|
-
// href: "./icons/happy.jpg"
|
|
51153
|
-
// },
|
|
51154
|
-
// "indifferent": {
|
|
51155
|
-
// type: "image/png",
|
|
51156
|
-
// href: "./icons/indifferent.png"
|
|
51157
|
-
// },
|
|
51158
|
-
// "sad": {
|
|
51159
|
-
// type: "image/jpeg",
|
|
51160
|
-
// href: "./icons/sad.jpg"
|
|
51161
|
-
// }
|
|
51162
|
-
// },
|
|
51163
|
-
// }
|
|
51164
|
-
// },
|
|
51165
51132
|
i1.MessageService,
|
|
51166
51133
|
i1.ConfirmationService,
|
|
51167
51134
|
i2$1.DatePipe,
|