@pepperi-addons/ngx-lib 0.5.0-ng16.6 → 0.5.0-ng16.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.
Files changed (48) hide show
  1. package/checkbox/checkbox.module.d.ts +5 -4
  2. package/chips/chips.module.d.ts +6 -5
  3. package/esm2022/checkbox/checkbox.module.mjs +8 -1
  4. package/esm2022/chips/chips.module.mjs +8 -1
  5. package/esm2022/date/date.component.mjs +3 -1
  6. package/esm2022/files-uploader/files-uploader.module.mjs +8 -1
  7. package/esm2022/form/form.module.mjs +8 -1
  8. package/esm2022/image/image.module.mjs +8 -1
  9. package/esm2022/link/link.module.mjs +8 -1
  10. package/esm2022/profile-data-views-list/profile-data-views-list.module.mjs +8 -1
  11. package/esm2022/quantity-selector/quantity-selector.component.mjs +1 -1
  12. package/esm2022/quantity-selector/quantity-selector.module.mjs +8 -1
  13. package/esm2022/select/select.module.mjs +8 -1
  14. package/esm2022/textbox/textbox.module.mjs +8 -1
  15. package/fesm2022/pepperi-addons-ngx-lib-checkbox.mjs +8 -1
  16. package/fesm2022/pepperi-addons-ngx-lib-checkbox.mjs.map +1 -1
  17. package/fesm2022/pepperi-addons-ngx-lib-chips.mjs +8 -1
  18. package/fesm2022/pepperi-addons-ngx-lib-chips.mjs.map +1 -1
  19. package/fesm2022/pepperi-addons-ngx-lib-date.mjs.map +1 -1
  20. package/fesm2022/pepperi-addons-ngx-lib-files-uploader.mjs +8 -1
  21. package/fesm2022/pepperi-addons-ngx-lib-files-uploader.mjs.map +1 -1
  22. package/fesm2022/pepperi-addons-ngx-lib-form.mjs +8 -1
  23. package/fesm2022/pepperi-addons-ngx-lib-form.mjs.map +1 -1
  24. package/fesm2022/pepperi-addons-ngx-lib-image.mjs +8 -1
  25. package/fesm2022/pepperi-addons-ngx-lib-image.mjs.map +1 -1
  26. package/fesm2022/pepperi-addons-ngx-lib-link.mjs +8 -1
  27. package/fesm2022/pepperi-addons-ngx-lib-link.mjs.map +1 -1
  28. package/fesm2022/pepperi-addons-ngx-lib-profile-data-views-list.mjs +7 -0
  29. package/fesm2022/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -1
  30. package/fesm2022/pepperi-addons-ngx-lib-quantity-selector.mjs +9 -2
  31. package/fesm2022/pepperi-addons-ngx-lib-quantity-selector.mjs.map +1 -1
  32. package/fesm2022/pepperi-addons-ngx-lib-select.mjs +8 -1
  33. package/fesm2022/pepperi-addons-ngx-lib-select.mjs.map +1 -1
  34. package/fesm2022/pepperi-addons-ngx-lib-textbox.mjs +8 -1
  35. package/fesm2022/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
  36. package/files-uploader/files-uploader.module.d.ts +6 -5
  37. package/form/form.module.d.ts +25 -24
  38. package/image/image.module.d.ts +7 -6
  39. package/link/link.module.d.ts +6 -5
  40. package/package.json +59 -59
  41. package/profile-data-views-list/profile-data-views-list.module.d.ts +9 -8
  42. package/quantity-selector/quantity-selector.module.d.ts +5 -4
  43. package/select/select.module.d.ts +5 -4
  44. package/src/core/style/themes/black-theme.scss +9 -1
  45. package/src/core/style/themes/default-theme.scss +9 -1
  46. package/src/core/style/themes/light-theme.scss +9 -1
  47. package/src/core/style/themes/nature-theme.scss +9 -1
  48. package/textbox/textbox.module.d.ts +6 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pepperi-addons/ngx-lib",
3
- "version": "0.5.0-ng16.6",
3
+ "version": "0.5.0-ng16.8",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">= 16.0.0",
6
6
  "@angular/cdk": ">= 16.0.0",
@@ -53,12 +53,6 @@
53
53
  "esm": "./esm2022/address/pepperi-addons-ngx-lib-address.mjs",
54
54
  "default": "./fesm2022/pepperi-addons-ngx-lib-address.mjs"
55
55
  },
56
- "./button": {
57
- "types": "./button/index.d.ts",
58
- "esm2022": "./esm2022/button/pepperi-addons-ngx-lib-button.mjs",
59
- "esm": "./esm2022/button/pepperi-addons-ngx-lib-button.mjs",
60
- "default": "./fesm2022/pepperi-addons-ngx-lib-button.mjs"
61
- },
62
56
  "./attachment": {
63
57
  "types": "./attachment/index.d.ts",
64
58
  "esm2022": "./esm2022/attachment/pepperi-addons-ngx-lib-attachment.mjs",
@@ -71,24 +65,30 @@
71
65
  "esm": "./esm2022/bread-crumbs/pepperi-addons-ngx-lib-bread-crumbs.mjs",
72
66
  "default": "./fesm2022/pepperi-addons-ngx-lib-bread-crumbs.mjs"
73
67
  },
68
+ "./button": {
69
+ "types": "./button/index.d.ts",
70
+ "esm2022": "./esm2022/button/pepperi-addons-ngx-lib-button.mjs",
71
+ "esm": "./esm2022/button/pepperi-addons-ngx-lib-button.mjs",
72
+ "default": "./fesm2022/pepperi-addons-ngx-lib-button.mjs"
73
+ },
74
74
  "./checkbox": {
75
75
  "types": "./checkbox/index.d.ts",
76
76
  "esm2022": "./esm2022/checkbox/pepperi-addons-ngx-lib-checkbox.mjs",
77
77
  "esm": "./esm2022/checkbox/pepperi-addons-ngx-lib-checkbox.mjs",
78
78
  "default": "./fesm2022/pepperi-addons-ngx-lib-checkbox.mjs"
79
79
  },
80
- "./carousel": {
81
- "types": "./carousel/index.d.ts",
82
- "esm2022": "./esm2022/carousel/pepperi-addons-ngx-lib-carousel.mjs",
83
- "esm": "./esm2022/carousel/pepperi-addons-ngx-lib-carousel.mjs",
84
- "default": "./fesm2022/pepperi-addons-ngx-lib-carousel.mjs"
85
- },
86
80
  "./chips": {
87
81
  "types": "./chips/index.d.ts",
88
82
  "esm2022": "./esm2022/chips/pepperi-addons-ngx-lib-chips.mjs",
89
83
  "esm": "./esm2022/chips/pepperi-addons-ngx-lib-chips.mjs",
90
84
  "default": "./fesm2022/pepperi-addons-ngx-lib-chips.mjs"
91
85
  },
86
+ "./carousel": {
87
+ "types": "./carousel/index.d.ts",
88
+ "esm2022": "./esm2022/carousel/pepperi-addons-ngx-lib-carousel.mjs",
89
+ "esm": "./esm2022/carousel/pepperi-addons-ngx-lib-carousel.mjs",
90
+ "default": "./fesm2022/pepperi-addons-ngx-lib-carousel.mjs"
91
+ },
92
92
  "./color": {
93
93
  "types": "./color/index.d.ts",
94
94
  "esm2022": "./esm2022/color/pepperi-addons-ngx-lib-color.mjs",
@@ -113,18 +113,18 @@
113
113
  "esm": "./esm2022/draggable-items/pepperi-addons-ngx-lib-draggable-items.mjs",
114
114
  "default": "./fesm2022/pepperi-addons-ngx-lib-draggable-items.mjs"
115
115
  },
116
- "./field-title": {
117
- "types": "./field-title/index.d.ts",
118
- "esm2022": "./esm2022/field-title/pepperi-addons-ngx-lib-field-title.mjs",
119
- "esm": "./esm2022/field-title/pepperi-addons-ngx-lib-field-title.mjs",
120
- "default": "./fesm2022/pepperi-addons-ngx-lib-field-title.mjs"
121
- },
122
116
  "./files-uploader": {
123
117
  "types": "./files-uploader/index.d.ts",
124
118
  "esm2022": "./esm2022/files-uploader/pepperi-addons-ngx-lib-files-uploader.mjs",
125
119
  "esm": "./esm2022/files-uploader/pepperi-addons-ngx-lib-files-uploader.mjs",
126
120
  "default": "./fesm2022/pepperi-addons-ngx-lib-files-uploader.mjs"
127
121
  },
122
+ "./field-title": {
123
+ "types": "./field-title/index.d.ts",
124
+ "esm2022": "./esm2022/field-title/pepperi-addons-ngx-lib-field-title.mjs",
125
+ "esm": "./esm2022/field-title/pepperi-addons-ngx-lib-field-title.mjs",
126
+ "default": "./fesm2022/pepperi-addons-ngx-lib-field-title.mjs"
127
+ },
128
128
  "./form": {
129
129
  "types": "./form/index.d.ts",
130
130
  "esm2022": "./esm2022/form/pepperi-addons-ngx-lib-form.mjs",
@@ -155,30 +155,18 @@
155
155
  "esm": "./esm2022/images-filmstrip/pepperi-addons-ngx-lib-images-filmstrip.mjs",
156
156
  "default": "./fesm2022/pepperi-addons-ngx-lib-images-filmstrip.mjs"
157
157
  },
158
- "./link": {
159
- "types": "./link/index.d.ts",
160
- "esm2022": "./esm2022/link/pepperi-addons-ngx-lib-link.mjs",
161
- "esm": "./esm2022/link/pepperi-addons-ngx-lib-link.mjs",
162
- "default": "./fesm2022/pepperi-addons-ngx-lib-link.mjs"
163
- },
164
- "./list": {
165
- "types": "./list/index.d.ts",
166
- "esm2022": "./esm2022/list/pepperi-addons-ngx-lib-list.mjs",
167
- "esm": "./esm2022/list/pepperi-addons-ngx-lib-list.mjs",
168
- "default": "./fesm2022/pepperi-addons-ngx-lib-list.mjs"
169
- },
170
- "./menu": {
171
- "types": "./menu/index.d.ts",
172
- "esm2022": "./esm2022/menu/pepperi-addons-ngx-lib-menu.mjs",
173
- "esm": "./esm2022/menu/pepperi-addons-ngx-lib-menu.mjs",
174
- "default": "./fesm2022/pepperi-addons-ngx-lib-menu.mjs"
175
- },
176
158
  "./page-layout": {
177
159
  "types": "./page-layout/index.d.ts",
178
160
  "esm2022": "./esm2022/page-layout/pepperi-addons-ngx-lib-page-layout.mjs",
179
161
  "esm": "./esm2022/page-layout/pepperi-addons-ngx-lib-page-layout.mjs",
180
162
  "default": "./fesm2022/pepperi-addons-ngx-lib-page-layout.mjs"
181
163
  },
164
+ "./link": {
165
+ "types": "./link/index.d.ts",
166
+ "esm2022": "./esm2022/link/pepperi-addons-ngx-lib-link.mjs",
167
+ "esm": "./esm2022/link/pepperi-addons-ngx-lib-link.mjs",
168
+ "default": "./fesm2022/pepperi-addons-ngx-lib-link.mjs"
169
+ },
182
170
  "./profile-data-views-list": {
183
171
  "types": "./profile-data-views-list/index.d.ts",
184
172
  "esm2022": "./esm2022/profile-data-views-list/pepperi-addons-ngx-lib-profile-data-views-list.mjs",
@@ -203,35 +191,47 @@
203
191
  "esm": "./esm2022/remote-loader/pepperi-addons-ngx-lib-remote-loader.mjs",
204
192
  "default": "./fesm2022/pepperi-addons-ngx-lib-remote-loader.mjs"
205
193
  },
194
+ "./menu": {
195
+ "types": "./menu/index.d.ts",
196
+ "esm2022": "./esm2022/menu/pepperi-addons-ngx-lib-menu.mjs",
197
+ "esm": "./esm2022/menu/pepperi-addons-ngx-lib-menu.mjs",
198
+ "default": "./fesm2022/pepperi-addons-ngx-lib-menu.mjs"
199
+ },
200
+ "./list": {
201
+ "types": "./list/index.d.ts",
202
+ "esm2022": "./esm2022/list/pepperi-addons-ngx-lib-list.mjs",
203
+ "esm": "./esm2022/list/pepperi-addons-ngx-lib-list.mjs",
204
+ "default": "./fesm2022/pepperi-addons-ngx-lib-list.mjs"
205
+ },
206
206
  "./rich-html-textarea": {
207
207
  "types": "./rich-html-textarea/index.d.ts",
208
208
  "esm2022": "./esm2022/rich-html-textarea/pepperi-addons-ngx-lib-rich-html-textarea.mjs",
209
209
  "esm": "./esm2022/rich-html-textarea/pepperi-addons-ngx-lib-rich-html-textarea.mjs",
210
210
  "default": "./fesm2022/pepperi-addons-ngx-lib-rich-html-textarea.mjs"
211
211
  },
212
+ "./separator": {
213
+ "types": "./separator/index.d.ts",
214
+ "esm2022": "./esm2022/separator/pepperi-addons-ngx-lib-separator.mjs",
215
+ "esm": "./esm2022/separator/pepperi-addons-ngx-lib-separator.mjs",
216
+ "default": "./fesm2022/pepperi-addons-ngx-lib-separator.mjs"
217
+ },
212
218
  "./search": {
213
219
  "types": "./search/index.d.ts",
214
220
  "esm2022": "./esm2022/search/pepperi-addons-ngx-lib-search.mjs",
215
221
  "esm": "./esm2022/search/pepperi-addons-ngx-lib-search.mjs",
216
222
  "default": "./fesm2022/pepperi-addons-ngx-lib-search.mjs"
217
223
  },
218
- "./select": {
219
- "types": "./select/index.d.ts",
220
- "esm2022": "./esm2022/select/pepperi-addons-ngx-lib-select.mjs",
221
- "esm": "./esm2022/select/pepperi-addons-ngx-lib-select.mjs",
222
- "default": "./fesm2022/pepperi-addons-ngx-lib-select.mjs"
223
- },
224
224
  "./select-panel": {
225
225
  "types": "./select-panel/index.d.ts",
226
226
  "esm2022": "./esm2022/select-panel/pepperi-addons-ngx-lib-select-panel.mjs",
227
227
  "esm": "./esm2022/select-panel/pepperi-addons-ngx-lib-select-panel.mjs",
228
228
  "default": "./fesm2022/pepperi-addons-ngx-lib-select-panel.mjs"
229
229
  },
230
- "./separator": {
231
- "types": "./separator/index.d.ts",
232
- "esm2022": "./esm2022/separator/pepperi-addons-ngx-lib-separator.mjs",
233
- "esm": "./esm2022/separator/pepperi-addons-ngx-lib-separator.mjs",
234
- "default": "./fesm2022/pepperi-addons-ngx-lib-separator.mjs"
230
+ "./select": {
231
+ "types": "./select/index.d.ts",
232
+ "esm2022": "./esm2022/select/pepperi-addons-ngx-lib-select.mjs",
233
+ "esm": "./esm2022/select/pepperi-addons-ngx-lib-select.mjs",
234
+ "default": "./fesm2022/pepperi-addons-ngx-lib-select.mjs"
235
235
  },
236
236
  "./side-bar": {
237
237
  "types": "./side-bar/index.d.ts",
@@ -263,17 +263,23 @@
263
263
  "esm": "./esm2022/slider/pepperi-addons-ngx-lib-slider.mjs",
264
264
  "default": "./fesm2022/pepperi-addons-ngx-lib-slider.mjs"
265
265
  },
266
+ "./snack-bar": {
267
+ "types": "./snack-bar/index.d.ts",
268
+ "esm2022": "./esm2022/snack-bar/pepperi-addons-ngx-lib-snack-bar.mjs",
269
+ "esm": "./esm2022/snack-bar/pepperi-addons-ngx-lib-snack-bar.mjs",
270
+ "default": "./fesm2022/pepperi-addons-ngx-lib-snack-bar.mjs"
271
+ },
266
272
  "./smart-filters": {
267
273
  "types": "./smart-filters/index.d.ts",
268
274
  "esm2022": "./esm2022/smart-filters/pepperi-addons-ngx-lib-smart-filters.mjs",
269
275
  "esm": "./esm2022/smart-filters/pepperi-addons-ngx-lib-smart-filters.mjs",
270
276
  "default": "./fesm2022/pepperi-addons-ngx-lib-smart-filters.mjs"
271
277
  },
272
- "./snack-bar": {
273
- "types": "./snack-bar/index.d.ts",
274
- "esm2022": "./esm2022/snack-bar/pepperi-addons-ngx-lib-snack-bar.mjs",
275
- "esm": "./esm2022/snack-bar/pepperi-addons-ngx-lib-snack-bar.mjs",
276
- "default": "./fesm2022/pepperi-addons-ngx-lib-snack-bar.mjs"
278
+ "./textbox-icon": {
279
+ "types": "./textbox-icon/index.d.ts",
280
+ "esm2022": "./esm2022/textbox-icon/pepperi-addons-ngx-lib-textbox-icon.mjs",
281
+ "esm": "./esm2022/textbox-icon/pepperi-addons-ngx-lib-textbox-icon.mjs",
282
+ "default": "./fesm2022/pepperi-addons-ngx-lib-textbox-icon.mjs"
277
283
  },
278
284
  "./textarea": {
279
285
  "types": "./textarea/index.d.ts",
@@ -287,12 +293,6 @@
287
293
  "esm": "./esm2022/textbox/pepperi-addons-ngx-lib-textbox.mjs",
288
294
  "default": "./fesm2022/pepperi-addons-ngx-lib-textbox.mjs"
289
295
  },
290
- "./textbox-icon": {
291
- "types": "./textbox-icon/index.d.ts",
292
- "esm2022": "./esm2022/textbox-icon/pepperi-addons-ngx-lib-textbox-icon.mjs",
293
- "esm": "./esm2022/textbox-icon/pepperi-addons-ngx-lib-textbox-icon.mjs",
294
- "default": "./fesm2022/pepperi-addons-ngx-lib-textbox-icon.mjs"
295
- },
296
296
  "./top-bar": {
297
297
  "types": "./top-bar/index.d.ts",
298
298
  "esm2022": "./esm2022/top-bar/pepperi-addons-ngx-lib-top-bar.mjs",
@@ -7,17 +7,18 @@ import * as i4 from "@angular/common";
7
7
  import * as i5 from "@angular/forms";
8
8
  import * as i6 from "@angular/material/dialog";
9
9
  import * as i7 from "@angular/material/menu";
10
- import * as i8 from "@pepperi-addons/ngx-lib";
11
- import * as i9 from "@pepperi-addons/ngx-lib/button";
12
- import * as i10 from "@pepperi-addons/ngx-lib/dialog";
13
- import * as i11 from "@pepperi-addons/ngx-lib/select";
14
- import * as i12 from "@pepperi-addons/ngx-lib/menu";
15
- import * as i13 from "@pepperi-addons/ngx-lib/icon";
16
- import * as i14 from "@pepperi-addons/ngx-lib/top-bar";
10
+ import * as i8 from "@ngx-translate/core";
11
+ import * as i9 from "@pepperi-addons/ngx-lib";
12
+ import * as i10 from "@pepperi-addons/ngx-lib/button";
13
+ import * as i11 from "@pepperi-addons/ngx-lib/dialog";
14
+ import * as i12 from "@pepperi-addons/ngx-lib/select";
15
+ import * as i13 from "@pepperi-addons/ngx-lib/menu";
16
+ import * as i14 from "@pepperi-addons/ngx-lib/icon";
17
+ import * as i15 from "@pepperi-addons/ngx-lib/top-bar";
17
18
  export declare class PepProfileDataViewsListModule {
18
19
  private pepIconRegistry;
19
20
  constructor(pepIconRegistry: PepIconRegistry);
20
21
  static ɵfac: i0.ɵɵFactoryDeclaration<PepProfileDataViewsListModule, never>;
21
- static ɵmod: i0.ɵɵNgModuleDeclaration<PepProfileDataViewsListModule, [typeof i1.ProfileDataViewsListComponent, typeof i2.ProfileDataViewsCardComponent, typeof i3.ProfileDataViewComponent], [typeof i4.CommonModule, typeof i5.ReactiveFormsModule, typeof i6.MatDialogModule, typeof i7.MatMenuModule, typeof i8.PepNgxLibModule, typeof i9.PepButtonModule, typeof i10.PepDialogModule, typeof i11.PepSelectModule, typeof i12.PepMenuModule, typeof i13.PepIconModule, typeof i14.PepTopBarModule], [typeof i1.ProfileDataViewsListComponent, typeof i2.ProfileDataViewsCardComponent, typeof i3.ProfileDataViewComponent]>;
22
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PepProfileDataViewsListModule, [typeof i1.ProfileDataViewsListComponent, typeof i2.ProfileDataViewsCardComponent, typeof i3.ProfileDataViewComponent], [typeof i4.CommonModule, typeof i5.ReactiveFormsModule, typeof i6.MatDialogModule, typeof i7.MatMenuModule, typeof i8.TranslateModule, typeof i9.PepNgxLibModule, typeof i10.PepButtonModule, typeof i11.PepDialogModule, typeof i12.PepSelectModule, typeof i13.PepMenuModule, typeof i14.PepIconModule, typeof i15.PepTopBarModule], [typeof i1.ProfileDataViewsListComponent, typeof i2.ProfileDataViewsCardComponent, typeof i3.ProfileDataViewComponent]>;
22
23
  static ɵinj: i0.ɵɵInjectorDeclaration<PepProfileDataViewsListModule>;
23
24
  }
@@ -11,13 +11,14 @@ import * as i8 from "@angular/material/input";
11
11
  import * as i9 from "@angular/material/button";
12
12
  import * as i10 from "@angular/material/badge";
13
13
  import * as i11 from "@angular/material/icon";
14
- import * as i12 from "@pepperi-addons/ngx-lib";
15
- import * as i13 from "@pepperi-addons/ngx-lib/icon";
16
- import * as i14 from "@pepperi-addons/ngx-lib/field-title";
14
+ import * as i12 from "@ngx-translate/core";
15
+ import * as i13 from "@pepperi-addons/ngx-lib";
16
+ import * as i14 from "@pepperi-addons/ngx-lib/icon";
17
+ import * as i15 from "@pepperi-addons/ngx-lib/field-title";
17
18
  export declare class PepQuantitySelectorModule {
18
19
  private pepIconRegistry;
19
20
  constructor(pepIconRegistry: PepIconRegistry);
20
21
  static ɵfac: i0.ɵɵFactoryDeclaration<PepQuantitySelectorModule, never>;
21
- static ɵmod: i0.ɵɵNgModuleDeclaration<PepQuantitySelectorModule, [typeof i1.PepQuantitySelectorComponent, typeof i2.PepQuantitySelectorNumberPipe, typeof i3.PepQuantitySelectorValidationDirective], [typeof i4.CommonModule, typeof i5.ReactiveFormsModule, typeof i6.MatCommonModule, typeof i7.MatFormFieldModule, typeof i8.MatInputModule, typeof i9.MatButtonModule, typeof i10.MatBadgeModule, typeof i11.MatIconModule, typeof i12.PepNgxLibModule, typeof i13.PepIconModule, typeof i14.PepFieldTitleModule], [typeof i1.PepQuantitySelectorComponent]>;
22
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PepQuantitySelectorModule, [typeof i1.PepQuantitySelectorComponent, typeof i2.PepQuantitySelectorNumberPipe, typeof i3.PepQuantitySelectorValidationDirective], [typeof i4.CommonModule, typeof i5.ReactiveFormsModule, typeof i6.MatCommonModule, typeof i7.MatFormFieldModule, typeof i8.MatInputModule, typeof i9.MatButtonModule, typeof i10.MatBadgeModule, typeof i11.MatIconModule, typeof i12.TranslateModule, typeof i13.PepNgxLibModule, typeof i14.PepIconModule, typeof i15.PepFieldTitleModule], [typeof i1.PepQuantitySelectorComponent]>;
22
23
  static ɵinj: i0.ɵɵInjectorDeclaration<PepQuantitySelectorModule>;
23
24
  }
@@ -8,13 +8,14 @@ import * as i5 from "@angular/material/button";
8
8
  import * as i6 from "@angular/material/form-field";
9
9
  import * as i7 from "@angular/material/select";
10
10
  import * as i8 from "@angular/material/icon";
11
- import * as i9 from "@pepperi-addons/ngx-lib";
12
- import * as i10 from "@pepperi-addons/ngx-lib/icon";
13
- import * as i11 from "@pepperi-addons/ngx-lib/field-title";
11
+ import * as i9 from "@ngx-translate/core";
12
+ import * as i10 from "@pepperi-addons/ngx-lib";
13
+ import * as i11 from "@pepperi-addons/ngx-lib/icon";
14
+ import * as i12 from "@pepperi-addons/ngx-lib/field-title";
14
15
  export declare class PepSelectModule {
15
16
  private pepIconRegistry;
16
17
  constructor(pepIconRegistry: PepIconRegistry);
17
18
  static ɵfac: i0.ɵɵFactoryDeclaration<PepSelectModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<PepSelectModule, [typeof i1.PepSelectComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i3.FormsModule, typeof i4.MatCommonModule, typeof i5.MatButtonModule, typeof i6.MatFormFieldModule, typeof i7.MatSelectModule, typeof i8.MatIconModule, typeof i9.PepNgxLibModule, typeof i10.PepIconModule, typeof i11.PepFieldTitleModule], [typeof i1.PepSelectComponent]>;
19
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PepSelectModule, [typeof i1.PepSelectComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i3.FormsModule, typeof i4.MatCommonModule, typeof i5.MatButtonModule, typeof i6.MatFormFieldModule, typeof i7.MatSelectModule, typeof i8.MatIconModule, typeof i9.TranslateModule, typeof i10.PepNgxLibModule, typeof i11.PepIconModule, typeof i12.PepFieldTitleModule], [typeof i1.PepSelectComponent]>;
19
20
  static ɵinj: i0.ɵɵInjectorDeclaration<PepSelectModule>;
20
21
  }
@@ -3,5 +3,13 @@ $material-black-primary: mat.define-palette(mat.$grey-palette, 700, 300, 900);
3
3
  $material-black-accent: mat.define-palette(mat.$blue-grey-palette, 400);
4
4
  $material-black-warn: mat.define-palette(mat.$red-palette, 500);
5
5
 
6
- $material-black-theme: mat.define-dark-theme($material-black-primary, $material-black-accent, $material-black-warn);
6
+ $material-black-theme: mat.define-dark-theme((
7
+ color: (
8
+ primary: $material-black-primary,
9
+ accent: $material-black-accent,
10
+ warn: $material-black-warn,
11
+ ),
12
+ typography: mat.define-typography-config(),
13
+ density: 0,
14
+ ));
7
15
  $user-black-theme-color: #39413e;
@@ -141,4 +141,12 @@ $material-primary: mat.define-palette($system-palette, 400, 200, 600);
141
141
  $material-accent: mat.define-palette($secondary-palette);
142
142
  $material-warn: mat.define-palette($secondary-palette, 600);
143
143
 
144
- $material-default-theme: mat.define-light-theme($material-primary, $material-accent, $material-warn);
144
+ $material-default-theme: mat.define-light-theme((
145
+ color: (
146
+ primary: $material-primary,
147
+ accent: $material-accent,
148
+ warn: $material-warn,
149
+ ),
150
+ typography: mat.define-typography-config(),
151
+ density: 0,
152
+ ));
@@ -3,5 +3,13 @@ $material-light-primary: mat.define-palette(mat.$grey-palette, 200, 500, 300);
3
3
  $material-light-accent: mat.define-palette(mat.$brown-palette, 200);
4
4
  $material-light-warn: mat.define-palette(mat.$deep-orange-palette, 200);
5
5
 
6
- $material-light-theme: mat.define-light-theme($material-light-primary, $material-light-accent, $material-light-warn);
6
+ $material-light-theme: mat.define-light-theme((
7
+ color: (
8
+ primary: $material-light-primary,
9
+ accent: $material-light-accent,
10
+ warn: $material-light-warn,
11
+ ),
12
+ typography: mat.define-typography-config(),
13
+ density: 0,
14
+ ));
7
15
  $user-light-theme-color: #a8a4df;
@@ -3,5 +3,13 @@ $material-nature-primary: mat.define-palette(mat.$brown-palette, 700, 300, 900);
3
3
  $material-nature-accent: mat.define-palette(mat.$deep-purple-palette, 300);
4
4
  $material-nature-warn: mat.define-palette(mat.$red-palette, 600);
5
5
 
6
- $material-nature-theme: mat.define-light-theme($material-nature-primary, $material-nature-accent, $material-nature-warn);
6
+ $material-nature-theme: mat.define-light-theme((
7
+ color: (
8
+ primary: $material-nature-primary,
9
+ accent: $material-nature-accent,
10
+ warn: $material-nature-warn,
11
+ ),
12
+ typography: mat.define-typography-config(),
13
+ density: 0,
14
+ ));
7
15
  $user-nature-theme-color: #650ec9;
@@ -9,14 +9,15 @@ import * as i6 from "@angular/material/button";
9
9
  import * as i7 from "@angular/material/form-field";
10
10
  import * as i8 from "@angular/material/input";
11
11
  import * as i9 from "@angular/material/icon";
12
- import * as i10 from "@pepperi-addons/ngx-lib";
13
- import * as i11 from "@pepperi-addons/ngx-lib/icon";
14
- import * as i12 from "@pepperi-addons/ngx-lib/field-title";
15
- import * as i13 from "@pepperi-addons/ngx-lib/textbox-icon";
12
+ import * as i10 from "@ngx-translate/core";
13
+ import * as i11 from "@pepperi-addons/ngx-lib";
14
+ import * as i12 from "@pepperi-addons/ngx-lib/icon";
15
+ import * as i13 from "@pepperi-addons/ngx-lib/field-title";
16
+ import * as i14 from "@pepperi-addons/ngx-lib/textbox-icon";
16
17
  export declare class PepTextboxModule {
17
18
  private pepIconRegistry;
18
19
  constructor(pepIconRegistry: PepIconRegistry);
19
20
  static ɵfac: i0.ɵɵFactoryDeclaration<PepTextboxModule, never>;
20
- static ɵmod: i0.ɵɵNgModuleDeclaration<PepTextboxModule, [typeof i1.PepTextboxComponent, typeof i2.PepTextboxValidationDirective], [typeof i3.CommonModule, typeof i4.ReactiveFormsModule, typeof i5.MatCommonModule, typeof i6.MatButtonModule, typeof i7.MatFormFieldModule, typeof i8.MatInputModule, typeof i9.MatIconModule, typeof i10.PepNgxLibModule, typeof i11.PepIconModule, typeof i12.PepFieldTitleModule, typeof i13.PepTextboxIconModule], [typeof i1.PepTextboxComponent]>;
21
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PepTextboxModule, [typeof i1.PepTextboxComponent, typeof i2.PepTextboxValidationDirective], [typeof i3.CommonModule, typeof i4.ReactiveFormsModule, typeof i5.MatCommonModule, typeof i6.MatButtonModule, typeof i7.MatFormFieldModule, typeof i8.MatInputModule, typeof i9.MatIconModule, typeof i10.TranslateModule, typeof i11.PepNgxLibModule, typeof i12.PepIconModule, typeof i13.PepFieldTitleModule, typeof i14.PepTextboxIconModule], [typeof i1.PepTextboxComponent]>;
21
22
  static ɵinj: i0.ɵɵInjectorDeclaration<PepTextboxModule>;
22
23
  }