tnx-shared 5.3.6 → 5.3.8

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.
@@ -47,7 +47,7 @@ export declare class PublicFunction {
47
47
  static getSignalrConfig(environment: any): import("ng2-signalr").SignalRConfiguration;
48
48
  static registerLocaleData(locale?: any, language?: any): void;
49
49
  static importRootModule(environment: any): (typeof HttpClientModule | import("@angular/core").ModuleWithProviders<TranslateModule> | typeof BrowserModule)[];
50
- static useRootProvider(enviromment: any): (typeof DecimalPipe | typeof DatePipe | typeof ConfirmationService | typeof MessageService | typeof TranslateService | typeof NotifierService | typeof EntityWorkflowHistoryService | typeof EntityWorkflowSettingService | typeof EntityPermissionService | typeof HtmlFormatPipe | typeof MasterDataPipe | typeof OrganizationFormatPipe | typeof OrganizationsFormatPipe | typeof SafeHtmlPipe | typeof UserFormatPipe | typeof UsersFormatPipe | {
50
+ static useRootProvider(enviromment: any): (typeof DatePipe | typeof DecimalPipe | typeof ConfirmationService | typeof MessageService | typeof TranslateService | typeof NotifierService | typeof EntityWorkflowHistoryService | typeof EntityWorkflowSettingService | typeof EntityPermissionService | typeof HtmlFormatPipe | typeof MasterDataPipe | typeof OrganizationFormatPipe | typeof OrganizationsFormatPipe | typeof SafeHtmlPipe | typeof UserFormatPipe | typeof UsersFormatPipe | {
51
51
  provide: import("@angular/core").InjectionToken<string>;
52
52
  useValue: string;
53
53
  useClass?: undefined;
@@ -124,7 +124,7 @@ export declare class CrudFormComponent extends ComponentBase implements OnInit,
124
124
  triggerChange(fieldPath: any): void;
125
125
  ngAfterViewInit(): void;
126
126
  setIsLoadedDataEdit(value: boolean): void;
127
- getControlType(control: any): "custom" | "address" | "button" | "label" | "table" | "template" | "textarea" | "title" | "mask" | "switch" | "text" | "percent" | "datetime" | "spanControl" | "numberrange" | "money" | "phoneOrfax" | "reference-text" | "datetimerange" | "dropdown" | "editor" | "common-picker" | "autocomplete-picker" | "user-picker" | "entity-picker" | "organization-picker" | "cocautochuc-picker-new" | "cocautochuc-picker" | "cocautochuc" | "autocomplete" | "checkbox" | "checkboxlist" | "radiobuttonlist" | "imageuploader" | "fileUpload" | "serviceFileUpload" | "fileManager" | "colorPicker" | "colorControl" | "container" | "vanban" | "congviec" | "chips" | "column";
127
+ getControlType(control: any): "custom" | "address" | "button" | "label" | "table" | "template" | "textarea" | "title" | "mask" | "switch" | "text" | "datetime" | "spanControl" | "numberrange" | "money" | "phoneOrfax" | "reference-text" | "datetimerange" | "dropdown" | "editor" | "common-picker" | "autocomplete-picker" | "user-picker" | "entity-picker" | "organization-picker" | "cocautochuc-picker-new" | "cocautochuc-picker" | "cocautochuc" | "autocomplete" | "checkbox" | "checkboxlist" | "radiobuttonlist" | "imageuploader" | "fileUpload" | "serviceFileUpload" | "fileManager" | "colorPicker" | "colorControl" | "container" | "vanban" | "congviec" | "percent" | "chips" | "column";
128
128
  getViewModeDataType(control: any): "user" | "address" | "html" | "label" | "table" | "title" | "mask" | "string" | "date" | "boolean" | "datetime" | "money" | "fileUpload" | "fileManager" | "colorPicker" | "colorControl" | "container" | "hasDataSource" | "fileServiceUpload" | "app-key-value";
129
129
  validateForm(setValidateForm?: boolean): Promise<boolean>;
130
130
  private validateModel;
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "tnx-shared",
3
- "version": "5.3.6",
3
+ "version": "5.3.8",
4
4
  "clientVersion": "5.1",
5
5
  "version5.0": "5.0.19",
6
6
  "version5.1": "5.1.22",
7
7
  "description": "",
8
8
  "dependencies": {
9
- "@angular/animations": "11.0.0",
10
- "@angular/common": "11.0.0",
11
- "@angular/compiler": "11.0.0",
12
- "@angular/core": "11.0.0",
13
- "@angular/forms": "11.0.0",
14
- "@angular/localize": "^11.0.0",
15
- "@angular/material": "11.0.0",
16
- "@angular/platform-browser": "11.0.0",
17
- "@angular/platform-browser-dynamic": "11.0.0",
18
- "@angular/pwa": "0.1100.1",
19
- "@angular/router": "11.0.0",
20
- "@angular/service-worker": "11.0.0",
9
+ "@angular/animations": "12.2.16",
10
+ "@angular/common": "12.2.16",
11
+ "@angular/compiler": "12.2.16",
12
+ "@angular/core": "12.2.16",
13
+ "@angular/forms": "12.2.16",
14
+ "@angular/localize": "^12.2.16",
15
+ "@angular/material": "^12.0.0",
16
+ "@angular/platform-browser": "12.2.16",
17
+ "@angular/platform-browser-dynamic": "12.2.16",
18
+ "@angular/pwa": "^0.1100.1",
19
+ "@angular/router": "12.2.16",
20
+ "@angular/service-worker": "12.2.16",
21
21
  "@aspnet/signalr": "^1.1.4",
22
22
  "@fullcalendar/core": "^5.4.0",
23
23
  "@fullcalendar/daygrid": "^5.4.0",
@@ -26,7 +26,7 @@
26
26
  "@fullcalendar/timegrid": "^5.4.0",
27
27
  "@ngx-translate/core": "^13.0.0",
28
28
  "@ngx-translate/http-loader": "^6.0.0",
29
- "angular-oauth2-oidc": "10.0.3",
29
+ "angular-oauth2-oidc": "^10.0.3",
30
30
  "angular-split": "^4.0.0",
31
31
  "angular2-query-builder": "^0.6.2",
32
32
  "bpmn-js": "^7.4.1",
@@ -87,14 +87,14 @@
87
87
  "underscore": "^1.11.0",
88
88
  "web-animations-js": "^2.3.2",
89
89
  "zone.js": "0.10.3",
90
- "@angular-devkit/build-angular": "~0.1100.1",
90
+ "@angular-devkit/build-angular": "12.2.17",
91
91
  "@angular-devkit/build-ng-packagr": "^0.1002.0",
92
- "@angular-devkit/core": "11.0.1",
93
- "@angular-devkit/schematics": "11.0.1",
94
- "@angular/cdk": "11.0.0",
95
- "@angular/cli": "11.0.1",
96
- "@angular/compiler-cli": "11.0.0",
97
- "@angular/language-service": "11.0.0",
92
+ "@angular-devkit/core": "12.2.16",
93
+ "@angular-devkit/schematics": "12.2.16",
94
+ "@angular/cdk": "^12.0.0",
95
+ "@angular/cli": "12.2.17",
96
+ "@angular/compiler-cli": "12.2.16",
97
+ "@angular/language-service": "12.2.16",
98
98
  "@angularclass/hmr": "^3.0.0",
99
99
  "@types/async-lock": "^1.1.2",
100
100
  "@types/jasmine": "3.6.1",