quang 19.0.19-2 → 19.0.19

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.
@@ -18,10 +18,10 @@ class QuangTranslationLoaderService {
18
18
  getTranslation(lang) {
19
19
  return this.httpClient.get(`${this.translationBasePath ?? './'}assets/i18n/${lang}.json`);
20
20
  }
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: QuangTranslationLoaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
22
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: QuangTranslationLoaderService }); }
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: QuangTranslationLoaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
22
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: QuangTranslationLoaderService }); }
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: QuangTranslationLoaderService, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: QuangTranslationLoaderService, decorators: [{
25
25
  type: Injectable
26
26
  }], propDecorators: { translationBasePath: [{
27
27
  type: Optional
@@ -50,10 +50,10 @@ class QuangTranslationService {
50
50
  setTranslationKey(key, value, options) {
51
51
  return this._translocoService.setTranslationKey(key, value, options);
52
52
  }
53
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: QuangTranslationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
54
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: QuangTranslationService }); }
53
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: QuangTranslationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
54
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: QuangTranslationService }); }
55
55
  }
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: QuangTranslationService, decorators: [{
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: QuangTranslationService, decorators: [{
57
57
  type: Injectable
58
58
  }] });
59
59
 
@@ -15,7 +15,7 @@ export declare class QuangModalComponent implements AfterViewInit, OnDestroy {
15
15
  animationMode: import("@angular/core").InputSignal<ModalAnimationMode | undefined>;
16
16
  backgroundColor: import("@angular/core").InputSignal<string | undefined>;
17
17
  showBackdrop: import("@angular/core").InputSignal<boolean>;
18
- positionStrategy: import("@angular/core").Signal<import("@angular/cdk/overlay.d-a80c40ed").G>;
18
+ positionStrategy: import("@angular/core").Signal<import("@angular/cdk/overlay.d-BdoMy0hX").G>;
19
19
  animationClassEnter: import("@angular/core").Signal<"" | "left-to-right-enter-active" | "right-to-left-enter-active" | "top-to-bottom-enter-active" | "fade-enter-active">;
20
20
  private readonly destroyRef;
21
21
  private overlayConfig?;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quang",
3
3
  "sideEffects": false,
4
- "version": "19.0.19-2",
4
+ "version": "19.0.19",
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"
7
7
  },
@@ -62,14 +62,14 @@
62
62
  "types": "./auth/index.d.ts",
63
63
  "default": "./fesm2022/quang-auth.mjs"
64
64
  },
65
- "./device": {
66
- "types": "./device/index.d.ts",
67
- "default": "./fesm2022/quang-device.mjs"
68
- },
69
65
  "./forms": {
70
66
  "types": "./forms/index.d.ts",
71
67
  "default": "./fesm2022/quang-forms.mjs"
72
68
  },
69
+ "./device": {
70
+ "types": "./device/index.d.ts",
71
+ "default": "./fesm2022/quang-device.mjs"
72
+ },
73
73
  "./loader": {
74
74
  "types": "./loader/index.d.ts",
75
75
  "default": "./fesm2022/quang-loader.mjs"
@@ -86,14 +86,14 @@
86
86
  "types": "./auth/mobile/index.d.ts",
87
87
  "default": "./fesm2022/quang-auth-mobile.mjs"
88
88
  },
89
- "./components/autocomplete": {
90
- "types": "./components/autocomplete/index.d.ts",
91
- "default": "./fesm2022/quang-components-autocomplete.mjs"
92
- },
93
89
  "./components/checkbox": {
94
90
  "types": "./components/checkbox/index.d.ts",
95
91
  "default": "./fesm2022/quang-components-checkbox.mjs"
96
92
  },
93
+ "./components/autocomplete": {
94
+ "types": "./components/autocomplete/index.d.ts",
95
+ "default": "./fesm2022/quang-components-autocomplete.mjs"
96
+ },
97
97
  "./components/date": {
98
98
  "types": "./components/date/index.d.ts",
99
99
  "default": "./fesm2022/quang-components-date.mjs"
@@ -102,14 +102,14 @@
102
102
  "types": "./components/input/index.d.ts",
103
103
  "default": "./fesm2022/quang-components-input.mjs"
104
104
  },
105
- "./components/select": {
106
- "types": "./components/select/index.d.ts",
107
- "default": "./fesm2022/quang-components-select.mjs"
108
- },
109
105
  "./components/paginator": {
110
106
  "types": "./components/paginator/index.d.ts",
111
107
  "default": "./fesm2022/quang-components-paginator.mjs"
112
108
  },
109
+ "./components/select": {
110
+ "types": "./components/select/index.d.ts",
111
+ "default": "./fesm2022/quang-components-select.mjs"
112
+ },
113
113
  "./components/shared": {
114
114
  "types": "./components/shared/index.d.ts",
115
115
  "default": "./fesm2022/quang-components-shared.mjs"