@cauca-911/material 19.0.4 → 20.0.1

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/assets/i18n/cauca/en-material.json +2 -1
  2. package/assets/i18n/cauca/es-material.json +2 -1
  3. package/assets/i18n/cauca/fr-material.json +2 -1
  4. package/fesm2022/cauca-911-material.mjs +776 -176
  5. package/fesm2022/cauca-911-material.mjs.map +1 -1
  6. package/index.d.ts +279 -6
  7. package/package.json +8 -8
  8. package/cauca-911-material.d.ts.map +0 -1
  9. package/lib/cauca-date-time-picker/cauca-date-time-picker.component.d.ts +0 -45
  10. package/lib/cauca-date-time-picker/cauca-date-time-picker.component.d.ts.map +0 -1
  11. package/lib/cauca-date-time-picker/components/desktop-time-picker/desktop-time-picker.component.d.ts +0 -15
  12. package/lib/cauca-date-time-picker/components/desktop-time-picker/desktop-time-picker.component.d.ts.map +0 -1
  13. package/lib/cauca-date-time-picker/components/dialog-date-time-picker/dialog-date-time-picker.component.d.ts +0 -46
  14. package/lib/cauca-date-time-picker/components/dialog-date-time-picker/dialog-date-time-picker.component.d.ts.map +0 -1
  15. package/lib/cauca-date-time-picker/components/mobile-time-picker/mobile-time-picker.component.d.ts +0 -12
  16. package/lib/cauca-date-time-picker/components/mobile-time-picker/mobile-time-picker.component.d.ts.map +0 -1
  17. package/lib/cauca-date-time-picker/models/dialog-date-time-picker-data.d.ts +0 -27
  18. package/lib/cauca-date-time-picker/models/dialog-date-time-picker-data.d.ts.map +0 -1
  19. package/lib/cauca-input-file/cauca-input-file.component.d.ts +0 -24
  20. package/lib/cauca-input-file/cauca-input-file.component.d.ts.map +0 -1
  21. package/lib/cauca-input-multiple-langue/cauca-input-multiple-langue.component.d.ts +0 -20
  22. package/lib/cauca-input-multiple-langue/cauca-input-multiple-langue.component.d.ts.map +0 -1
  23. package/lib/cauca-material.component.d.ts +0 -6
  24. package/lib/cauca-material.component.d.ts.map +0 -1
  25. package/lib/cauca-material.module.d.ts +0 -27
  26. package/lib/cauca-material.module.d.ts.map +0 -1
  27. package/lib/cauca-material.service.d.ts +0 -6
  28. package/lib/cauca-material.service.d.ts.map +0 -1
  29. package/lib/cauca-menu-sidebar/cauca-menu-sidebar.component.d.ts +0 -23
  30. package/lib/cauca-menu-sidebar/cauca-menu-sidebar.component.d.ts.map +0 -1
  31. package/lib/cauca-menu-vertical/cauca-menu-vertical.component.d.ts +0 -15
  32. package/lib/cauca-menu-vertical/cauca-menu-vertical.component.d.ts.map +0 -1
  33. package/lib/cauca-simple-dialog/cauca-simple-dialog.component.d.ts +0 -12
  34. package/lib/cauca-simple-dialog/cauca-simple-dialog.component.d.ts.map +0 -1
  35. package/lib/cauca-slideshow/cauca-slideshow.component.d.ts +0 -21
  36. package/lib/cauca-slideshow/cauca-slideshow.component.d.ts.map +0 -1
  37. package/lib/shared/models/menu-item.d.ts +0 -9
  38. package/lib/shared/models/menu-item.d.ts.map +0 -1
  39. package/lib/shared/models/simple-dialog-data.d.ts +0 -6
  40. package/lib/shared/models/simple-dialog-data.d.ts.map +0 -1
  41. package/lib/test-component-with-classic-input/test-component-with-classic-input.component.d.ts +0 -10
  42. package/lib/test-component-with-classic-input/test-component-with-classic-input.component.d.ts.map +0 -1
  43. package/lib/test-component-with-model-signal/test-component-with-model-signal.component.d.ts +0 -8
  44. package/lib/test-component-with-model-signal/test-component-with-model-signal.component.d.ts.map +0 -1
  45. package/lib/test-component-with-signal-input/test-component-with-signal-input.component.d.ts +0 -9
  46. package/lib/test-component-with-signal-input/test-component-with-signal-input.component.d.ts.map +0 -1
  47. package/public-api.d.ts +0 -15
  48. package/public-api.d.ts.map +0 -1
package/index.d.ts CHANGED
@@ -1,6 +1,279 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@cauca-911/material" />
5
- export * from './public-api';
6
- //# sourceMappingURL=cauca-911-material.d.ts.map
1
+ import * as i0 from '@angular/core';
2
+ import { OnInit, ElementRef, EventEmitter, InputSignal, OutputEmitterRef } from '@angular/core';
3
+ import * as i11 from '@angular/forms';
4
+ import { UntypedFormControl, ControlValueAccessor, AbstractControl } from '@angular/forms';
5
+ import * as i9 from '@cauca-911/core';
6
+ import { Configuration } from '@cauca-911/core';
7
+ import * as i8 from '@angular/common';
8
+ import * as i10 from '@fortawesome/angular-fontawesome';
9
+ import * as i12 from '@angular/material/button';
10
+ import * as i13 from '@angular/material/form-field';
11
+ import { SubscriptSizing } from '@angular/material/form-field';
12
+ import * as i14 from '@angular/material/icon';
13
+ import * as i15 from '@angular/material/input';
14
+ import * as i16 from '@angular/material/tabs';
15
+ import * as i17 from '@angular/material/dialog';
16
+ import { Clipboard } from '@angular/cdk/clipboard';
17
+
18
+ declare class CaucaMaterialService {
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaucaMaterialService, never>;
20
+ static ɵprov: i0.ɵɵInjectableDeclaration<CaucaMaterialService>;
21
+ }
22
+
23
+ declare class CaucaMaterialComponent {
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaucaMaterialComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaucaMaterialComponent, "cauca-material", never, {}, {}, never, never, false, never>;
26
+ }
27
+
28
+ declare class CaucaInputFileComponent implements OnInit {
29
+ file: ElementRef;
30
+ readend: EventEmitter<any>;
31
+ accept: string;
32
+ multiple: boolean;
33
+ icon: string;
34
+ text: string;
35
+ private labels;
36
+ private readonly translateService;
37
+ private readonly dialog;
38
+ ngOnInit(): void;
39
+ onSelectFile(e: any): void;
40
+ openDialog(event: any): void;
41
+ private onError;
42
+ private onReadEnd;
43
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaucaInputFileComponent, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaucaInputFileComponent, "cauca-input-file", never, { "accept": { "alias": "accept"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, { "readend": "readend"; }, never, never, false, never>;
45
+ }
46
+
47
+ declare class CaucaInputMultipleLangueComponent implements OnInit {
48
+ value: string[];
49
+ config: Configuration;
50
+ forms: UntypedFormControl[];
51
+ labels: string[];
52
+ selectedIndex: number;
53
+ private readonly translate;
54
+ constructor();
55
+ ngOnInit(): void;
56
+ onTagChanged(tabIndex: number): void;
57
+ getErrorMessage(index: any): string;
58
+ private initializeForms;
59
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaucaInputMultipleLangueComponent, never>;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaucaInputMultipleLangueComponent, "cauca-input-multiple-langue", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
61
+ }
62
+
63
+ declare class MenuItem {
64
+ label: string;
65
+ path: string;
66
+ icon: string | string[];
67
+ activated: boolean;
68
+ childs: MenuItem[];
69
+ constructor(label: string, path: string, icon?: string | string[]);
70
+ }
71
+
72
+ declare class CaucaMenuSidebarComponent {
73
+ menuItems: MenuItem[];
74
+ version: string;
75
+ private hostElement;
76
+ private keepMenuExpanded;
77
+ constructor();
78
+ onResize(_e: any): void;
79
+ onMenuItemClick(): void;
80
+ hideOnMobile(): void;
81
+ showOnMobile(): void;
82
+ onToggleCollapse(): void;
83
+ private setDisplayMenu;
84
+ private onMouseOver;
85
+ private onMouseOut;
86
+ private onExpandedMenu;
87
+ private onCollapseMenu;
88
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaucaMenuSidebarComponent, never>;
89
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaucaMenuSidebarComponent, "cauca-menu-sidebar", never, { "menuItems": { "alias": "menuItems"; "required": false; }; "version": { "alias": "version"; "required": false; }; }, {}, never, ["[header]", "[beforeMenu]", "[afterMenu]", "[footer]"], false, never>;
90
+ }
91
+
92
+ declare class CaucaMenuVerticalComponent {
93
+ itemClick: EventEmitter<any>;
94
+ menuItems: MenuItem[];
95
+ private readonly router;
96
+ constructor();
97
+ goTo(path: string, e: any): void;
98
+ private selectActiveRoute;
99
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaucaMenuVerticalComponent, never>;
100
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaucaMenuVerticalComponent, "cauca-menu-vertical", never, { "menuItems": { "alias": "menuItems"; "required": false; }; }, { "itemClick": "itemClick"; }, never, never, false, never>;
101
+ }
102
+
103
+ declare class SimpleDialogData {
104
+ title: string;
105
+ message: string;
106
+ buttons: string[];
107
+ }
108
+
109
+ declare class CaucaSimpleDialogComponent {
110
+ readonly data: SimpleDialogData;
111
+ private readonly dialogRef;
112
+ onClick(buttonIndex: number): void;
113
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaucaSimpleDialogComponent, never>;
114
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaucaSimpleDialogComponent, "cauca-simple-dialog", never, {}, {}, never, never, false, never>;
115
+ }
116
+
117
+ declare class CaucaSlideshowComponent implements OnInit {
118
+ container: ElementRef;
119
+ height: string;
120
+ autoPlay: boolean;
121
+ private timer;
122
+ private items;
123
+ private states;
124
+ private selectedIndex;
125
+ set images(list: string[]);
126
+ get images(): string[];
127
+ ngOnInit(): void;
128
+ getState(index: number): string;
129
+ restart(): void;
130
+ next(): void;
131
+ private changed;
132
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaucaSlideshowComponent, never>;
133
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaucaSlideshowComponent, "cauca-slideshow", never, { "height": { "alias": "height"; "required": false; }; "autoPlay": { "alias": "autoPlay"; "required": false; }; "images": { "alias": "images"; "required": false; }; }, {}, never, never, false, never>;
134
+ }
135
+
136
+ declare class CaucaMaterialModule {
137
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaucaMaterialModule, never>;
138
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CaucaMaterialModule, [typeof CaucaMaterialComponent, typeof CaucaInputFileComponent, typeof CaucaInputMultipleLangueComponent, typeof CaucaMenuSidebarComponent, typeof CaucaMenuVerticalComponent, typeof CaucaSimpleDialogComponent, typeof CaucaSlideshowComponent], [typeof i8.CommonModule, typeof i9.CaucaCoreForChildModule, typeof i10.FontAwesomeModule, typeof i11.FormsModule, typeof i11.ReactiveFormsModule, typeof i12.MatButtonModule, typeof i13.MatFormFieldModule, typeof i14.MatIconModule, typeof i15.MatInputModule, typeof i16.MatTabsModule, typeof i17.MatDialogModule], [typeof CaucaMaterialComponent, typeof CaucaInputFileComponent, typeof CaucaInputMultipleLangueComponent, typeof CaucaMenuSidebarComponent, typeof CaucaMenuVerticalComponent, typeof CaucaSimpleDialogComponent, typeof CaucaSlideshowComponent]>;
139
+ static ɵinj: i0.ɵɵInjectorDeclaration<CaucaMaterialModule>;
140
+ }
141
+
142
+ declare class CaucaDateTimePickerComponent implements ControlValueAccessor, OnInit {
143
+ subscriptSizing: SubscriptSizing;
144
+ showTime: boolean;
145
+ label: string;
146
+ translateLabel: boolean;
147
+ stepHours: number;
148
+ stepMinutes: number;
149
+ stepSecondes: number;
150
+ minimumDate: Date;
151
+ maximumDate: Date;
152
+ showSeconds: boolean;
153
+ showFormat: string;
154
+ showClearButton: boolean;
155
+ showButtonIcons: boolean;
156
+ selectedChange: EventEmitter<Date>;
157
+ control: AbstractControl;
158
+ stringDate: string;
159
+ private readonly injector;
160
+ private readonly elementRef;
161
+ private readonly dialog;
162
+ private readonly datePipe;
163
+ private selectedDate;
164
+ set value(value: Date);
165
+ get isRequired(): boolean;
166
+ ngOnInit(): void;
167
+ showDialog(): void;
168
+ writeValue(date: Date): void;
169
+ registerOnChange(fn: any): void;
170
+ registerOnTouched(fn: any): void;
171
+ onChange: (value: Date) => Date;
172
+ onTouched: () => void;
173
+ private getDateTimePickerOptions;
174
+ private stringifyDate;
175
+ private getDialogPosition;
176
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaucaDateTimePickerComponent, never>;
177
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaucaDateTimePickerComponent, "cauca-date-time-picker", never, { "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; "label": { "alias": "label"; "required": false; }; "translateLabel": { "alias": "translateLabel"; "required": false; }; "stepHours": { "alias": "stepHours"; "required": false; }; "stepMinutes": { "alias": "stepMinutes"; "required": false; }; "stepSecondes": { "alias": "stepSecondes"; "required": false; }; "minimumDate": { "alias": "minimumDate"; "required": false; }; "maximumDate": { "alias": "maximumDate"; "required": false; }; "showSeconds": { "alias": "showSeconds"; "required": false; }; "showFormat": { "alias": "showFormat"; "required": false; }; "showClearButton": { "alias": "showClearButton"; "required": false; }; "showButtonIcons": { "alias": "showButtonIcons"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
178
+ }
179
+
180
+ declare abstract class BaseButton {
181
+ colorOnHover: InputSignal<string>;
182
+ color: InputSignal<string>;
183
+ icon: InputSignal<string>;
184
+ iconAlignment: InputSignal<'left' | 'right'>;
185
+ isDisabled: InputSignal<boolean>;
186
+ isInProgress: InputSignal<boolean>;
187
+ iconColor: i0.Signal<string>;
188
+ showIcon: i0.Signal<boolean>;
189
+ iconToShow: i0.Signal<string>;
190
+ buttonDisabled: i0.Signal<boolean>;
191
+ buttonClick: OutputEmitterRef<void>;
192
+ isHovered: i0.WritableSignal<boolean>;
193
+ onMouseEnter(): void;
194
+ onMouseLeave(): void;
195
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseButton, never>;
196
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseButton, never, never, { "colorOnHover": { "alias": "colorOnHover"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconAlignment": { "alias": "iconAlignment"; "required": false; "isSignal": true; }; "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "isInProgress": { "alias": "isInProgress"; "required": false; "isSignal": true; }; }, { "buttonClick": "buttonClick"; }, never, never, true, never>;
197
+ }
198
+ declare abstract class BaseButtonWithLabel extends BaseButton {
199
+ translateLabel: InputSignal<boolean>;
200
+ label: InputSignal<string>;
201
+ small: InputSignal<boolean>;
202
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseButtonWithLabel, never>;
203
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseButtonWithLabel, never, never, { "translateLabel": { "alias": "translateLabel"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "small": { "alias": "small"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
204
+ }
205
+
206
+ declare class BasicButtonComponent extends BaseButtonWithLabel {
207
+ static ɵfac: i0.ɵɵFactoryDeclaration<BasicButtonComponent, never>;
208
+ static ɵcmp: i0.ɵɵComponentDeclaration<BasicButtonComponent, "app-basic-button", never, {}, {}, never, never, true, never>;
209
+ }
210
+
211
+ declare class FabButtonComponent extends BaseButtonWithLabel {
212
+ iconColor: i0.Signal<string>;
213
+ static ɵfac: i0.ɵɵFactoryDeclaration<FabButtonComponent, never>;
214
+ static ɵcmp: i0.ɵɵComponentDeclaration<FabButtonComponent, "app-fab-button", never, {}, {}, never, never, true, never>;
215
+ }
216
+
217
+ declare class FlatButtonComponent extends BaseButtonWithLabel {
218
+ static ɵfac: i0.ɵɵFactoryDeclaration<FlatButtonComponent, never>;
219
+ static ɵcmp: i0.ɵɵComponentDeclaration<FlatButtonComponent, "app-flat-button", never, {}, {}, never, never, true, never>;
220
+ }
221
+
222
+ declare class IconButtonComponent extends BaseButton {
223
+ static ɵfac: i0.ɵɵFactoryDeclaration<IconButtonComponent, never>;
224
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconButtonComponent, "app-icon-button", never, {}, {}, never, never, true, never>;
225
+ }
226
+
227
+ declare class LinkButtonComponent {
228
+ private readonly clipboard;
229
+ readonly segments: i0.InputSignal<string[]>;
230
+ constructor(clipboard: Clipboard);
231
+ copyLink(): void;
232
+ static ɵfac: i0.ɵɵFactoryDeclaration<LinkButtonComponent, never>;
233
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinkButtonComponent, "app-link-button", never, { "segments": { "alias": "segments"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
234
+ }
235
+
236
+ declare class MenuItemComponent extends BaseButtonWithLabel {
237
+ translateLabel: InputSignal<boolean>;
238
+ trigger: InputSignal<any>;
239
+ static ɵfac: i0.ɵɵFactoryDeclaration<MenuItemComponent, never>;
240
+ static ɵcmp: i0.ɵɵComponentDeclaration<MenuItemComponent, "app-menu-item", never, { "translateLabel": { "alias": "translateLabel"; "required": false; "isSignal": true; }; "trigger": { "alias": "trigger"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
241
+ }
242
+
243
+ declare class RaisedButtonComponent extends BaseButtonWithLabel {
244
+ static ɵfac: i0.ɵɵFactoryDeclaration<RaisedButtonComponent, never>;
245
+ static ɵcmp: i0.ɵɵComponentDeclaration<RaisedButtonComponent, "app-raised-button", never, {}, {}, never, never, true, never>;
246
+ }
247
+
248
+ declare class RefreshButtonComponent {
249
+ inProgress: boolean;
250
+ refreshEvent: EventEmitter<void>;
251
+ refresh(): void;
252
+ static ɵfac: i0.ɵɵFactoryDeclaration<RefreshButtonComponent, never>;
253
+ static ɵcmp: i0.ɵɵComponentDeclaration<RefreshButtonComponent, "app-refresh-button", never, { "inProgress": { "alias": "inProgress"; "required": false; }; }, { "refreshEvent": "refreshEvent"; }, never, never, true, never>;
254
+ }
255
+
256
+ declare class RoundButtonComponent extends BaseButtonWithLabel {
257
+ static ɵfac: i0.ɵɵFactoryDeclaration<RoundButtonComponent, never>;
258
+ static ɵcmp: i0.ɵɵComponentDeclaration<RoundButtonComponent, "app-round-button", never, {}, {}, never, never, true, never>;
259
+ }
260
+
261
+ declare class StrokedButtonComponent extends BaseButtonWithLabel {
262
+ static ɵfac: i0.ɵɵFactoryDeclaration<StrokedButtonComponent, never>;
263
+ static ɵcmp: i0.ɵɵComponentDeclaration<StrokedButtonComponent, "app-stroked-button", never, {}, {}, never, never, true, never>;
264
+ }
265
+
266
+ declare class ButtonComponent {
267
+ class: string | null;
268
+ inProgress: boolean;
269
+ disable: boolean;
270
+ label: string;
271
+ icon: string | null;
272
+ color: string;
273
+ type: 'basic' | 'raised' | 'stroked' | 'flat' | 'icon' | 'fab';
274
+ buttonClick: EventEmitter<void>;
275
+ static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
276
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "app-button", never, { "class": { "alias": "class"; "required": false; }; "inProgress": { "alias": "inProgress"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "color": { "alias": "color"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "buttonClick": "buttonClick"; }, never, never, true, never>;
277
+ }
278
+
279
+ export { BasicButtonComponent, ButtonComponent, CaucaDateTimePickerComponent, CaucaInputFileComponent, CaucaInputMultipleLangueComponent, CaucaMaterialComponent, CaucaMaterialModule, CaucaMaterialService, CaucaMenuSidebarComponent, CaucaMenuVerticalComponent, CaucaSimpleDialogComponent, CaucaSlideshowComponent, FabButtonComponent, FlatButtonComponent, IconButtonComponent, LinkButtonComponent, MenuItem, MenuItemComponent, RaisedButtonComponent, RefreshButtonComponent, RoundButtonComponent, StrokedButtonComponent };
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@cauca-911/material",
3
- "version": "19.0.4",
3
+ "version": "20.0.1",
4
4
  "peerDependencies": {
5
- "@angular/common": ">=19.1.0",
6
- "@angular/core": ">=19.1.0",
7
- "@angular/material": ">=19.1.0",
8
- "@fortawesome/angular-fontawesome": ">=1.0.0",
9
- "@fortawesome/fontawesome-svg-core": ">=6.7.0",
10
- "@cauca-911/core": ">=19.0.0"
5
+ "@angular/common": ">=20.1.3",
6
+ "@angular/core": ">=20.1.3",
7
+ "@angular/material": ">=20.1.3",
8
+ "@fortawesome/angular-fontawesome": ">=2.0.0",
9
+ "@fortawesome/fontawesome-svg-core": ">=7.7.0",
10
+ "@cauca-911/core": ">=20.0.0"
11
11
  },
12
12
  "homepage": "https://cauca.ca",
13
13
  "license": "SEE LICENSE IN LICENSE",
@@ -33,6 +33,6 @@
33
33
  },
34
34
  "sideEffects": false,
35
35
  "scripts": {
36
- "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
36
+ "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with partial compilation mode, before attempting to publish.\\n')\" && exit 1"
37
37
  }
38
38
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"cauca-911-material.d.ts","sourceRoot":"","sources":["../../projects/cauca-material/src/cauca-911-material.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
@@ -1,45 +0,0 @@
1
- import { ElementRef, EventEmitter, OnInit } from '@angular/core';
2
- import { MatDialog } from '@angular/material/dialog';
3
- import { DatePipe } from '@angular/common';
4
- import { AbstractControl, ControlValueAccessor } from '@angular/forms';
5
- import { SubscriptSizing } from '@angular/material/form-field';
6
- import * as i0 from "@angular/core";
7
- export declare class CaucaDateTimePickerComponent implements ControlValueAccessor, OnInit {
8
- private elementRef;
9
- private dialog;
10
- private datePipe;
11
- subscriptSizing: SubscriptSizing;
12
- showTime: boolean;
13
- label: string;
14
- translateLabel: boolean;
15
- stepHours: number;
16
- stepMinutes: number;
17
- stepSecondes: number;
18
- minimumDate: Date;
19
- maximumDate: Date;
20
- showSeconds: boolean;
21
- showFormat: string;
22
- showClearButton: boolean;
23
- showButtonIcons: boolean;
24
- selectedChange: EventEmitter<Date>;
25
- control: AbstractControl;
26
- stringDate: string;
27
- private injector;
28
- private selectedDate;
29
- constructor(elementRef: ElementRef, dialog: MatDialog, datePipe: DatePipe);
30
- set value(value: Date);
31
- get isRequired(): boolean;
32
- ngOnInit(): void;
33
- showDialog(): void;
34
- writeValue(date: Date): void;
35
- registerOnChange(fn: any): void;
36
- registerOnTouched(fn: any): void;
37
- onChange: (value: Date) => Date;
38
- onTouched: () => void;
39
- private getDateTimePickerOptions;
40
- private stringifyDate;
41
- private getDialogPosition;
42
- static ɵfac: i0.ɵɵFactoryDeclaration<CaucaDateTimePickerComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<CaucaDateTimePickerComponent, "cauca-date-time-picker", never, { "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; "label": { "alias": "label"; "required": false; }; "translateLabel": { "alias": "translateLabel"; "required": false; }; "stepHours": { "alias": "stepHours"; "required": false; }; "stepMinutes": { "alias": "stepMinutes"; "required": false; }; "stepSecondes": { "alias": "stepSecondes"; "required": false; }; "minimumDate": { "alias": "minimumDate"; "required": false; }; "maximumDate": { "alias": "maximumDate"; "required": false; }; "showSeconds": { "alias": "showSeconds"; "required": false; }; "showFormat": { "alias": "showFormat"; "required": false; }; "showClearButton": { "alias": "showClearButton"; "required": false; }; "showButtonIcons": { "alias": "showButtonIcons"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
44
- }
45
- //# sourceMappingURL=cauca-date-time-picker.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cauca-date-time-picker.component.d.ts","sourceRoot":"","sources":["../../../../projects/cauca-material/src/lib/cauca-date-time-picker/cauca-date-time-picker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,YAAY,EAAuC,MAAM,EAAU,MAAM,eAAe,CAAC;AACzH,OAAO,EAAkB,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAMrE,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,eAAe,EAAoB,oBAAoB,EAAqF,MAAM,gBAAgB,CAAC;AAC5K,OAAO,EAAsB,eAAe,EAAE,MAAM,8BAA8B,CAAC;;AAGnF,qBAoBa,4BAA6B,YAAW,oBAAoB,EAAE,MAAM;IAuB7E,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,QAAQ;IAxBF,eAAe,EAAE,eAAe,CAAW;IAC3C,QAAQ,EAAE,OAAO,CAAQ;IACzB,KAAK,EAAE,MAAM,CAAM;IACnB,cAAc,EAAE,OAAO,CAAQ;IAC/B,SAAS,SAAK;IACd,WAAW,SAAK;IAChB,YAAY,SAAK;IACjB,WAAW,EAAE,IAAI,CAAQ;IACzB,WAAW,EAAE,IAAI,CAAQ;IACzB,WAAW,EAAE,OAAO,CAAS;IAC7B,UAAU,EAAE,MAAM,CAAuB;IACzC,eAAe,EAAE,OAAO,CAAQ;IAChC,eAAe,EAAE,OAAO,CAAQ;IAC/B,cAAc,qBAA4B;IAEpD,OAAO,EAAE,eAAe,CAAC;IACzB,UAAU,EAAE,MAAM,CAAM;IAE/B,OAAO,CAAC,QAAQ,CAAoB;IACpC,OAAO,CAAC,YAAY,CAAO;gBAGjB,UAAU,EAAE,UAAU,EACtB,MAAM,EAAE,SAAS,EACjB,QAAQ,EAAE,QAAQ;IAI5B,IACW,KAAK,CAAC,KAAK,EAAE,IAAI,EAK3B;IAED,IAAW,UAAU,IAAI,OAAO,CAE/B;IAEM,QAAQ,IAAI,IAAI;IAUhB,UAAU,IAAI,IAAI;IAiBlB,UAAU,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI;IAI5B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,QAAQ,UAAW,IAAI,KAAG,IAAI,CAAU;IAExC,SAAS,QAAO,IAAI,CAA2C;IAEtE,OAAO,CAAC,wBAAwB;IAgBhC,OAAO,CAAC,aAAa;IAIrB,OAAO,CAAC,iBAAiB;yCAxGd,4BAA4B;2CAA5B,4BAA4B;CA6HxC"}
@@ -1,15 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class DesktopTimePickerComponent {
4
- options: number[];
5
- value: number;
6
- disabled: DesktopTimePickerComponentDisabled;
7
- valueChange: EventEmitter<number>;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DesktopTimePickerComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<DesktopTimePickerComponent, "cauca-desktop-time-picker", never, { "options": { "alias": "options"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
10
- }
11
- export interface DesktopTimePickerComponentDisabled {
12
- all: boolean;
13
- someOptions: number[];
14
- }
15
- //# sourceMappingURL=desktop-time-picker.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"desktop-time-picker.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/cauca-material/src/lib/cauca-date-time-picker/components/desktop-time-picker/desktop-time-picker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;;AAGvE,qBAQa,0BAA0B;IACrB,OAAO,EAAE,MAAM,EAAE,CAAM;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,kCAAkC,CAAC;IAE5C,WAAW,uBAA8B;yCAL/C,0BAA0B;2CAA1B,0BAA0B;CAMtC;AAED,MAAM,WAAW,kCAAkC;IACjD,GAAG,EAAE,OAAO,CAAC;IACb,WAAW,EAAE,MAAM,EAAE,CAAC;CACvB"}
@@ -1,46 +0,0 @@
1
- import { OnInit, WritableSignal } from '@angular/core';
2
- import { MatDialogRef } from '@angular/material/dialog';
3
- import { DialogDateTimePickerOptions, DialogDateTimePickerDataDisabled } from '../../models/dialog-date-time-picker-data';
4
- import * as i0 from "@angular/core";
5
- export declare class DialogDateTimePickerComponent implements OnInit {
6
- dialogRef: MatDialogRef<DialogDateTimePickerComponent>;
7
- options: DialogDateTimePickerOptions;
8
- selectedHour: number;
9
- selectedMinute: number;
10
- selectedSecond: number;
11
- initialDate: Date;
12
- selectedDate: Date;
13
- minimumDate: Date;
14
- maximumDate: Date;
15
- showSeconds: boolean;
16
- showClearButton: boolean;
17
- showButtonIcons: boolean;
18
- hours: number[];
19
- minutes: number[];
20
- seconds: number[];
21
- showMobileUi: boolean;
22
- showTime: WritableSignal<boolean>;
23
- disabled: DialogDateTimePickerDataDisabled;
24
- private step;
25
- constructor(dialogRef: MatDialogRef<DialogDateTimePickerComponent>, options: DialogDateTimePickerOptions);
26
- ngOnInit(): void;
27
- onResize(event: any): void;
28
- dateChanged(date: Date): void;
29
- hourChanged(hour: number): void;
30
- minuteChanged(minute: number): void;
31
- secondChanged(second: number): void;
32
- clear(): void;
33
- cancel(): void;
34
- confirm(): void;
35
- private onWindowWithChange;
36
- private hourOfSelectedDateIsDisabled;
37
- private minuteOfSelectedDateIsDisabled;
38
- private secondOfSelectedDateIsDisabled;
39
- private initialEachComponentValue;
40
- private selectedDateIsTheMinimumDate;
41
- private selectedDateIsTheMaximumDate;
42
- private setListHoursMinutes;
43
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogDateTimePickerComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogDateTimePickerComponent, "cauca-dialog-date-time-picker", never, {}, {}, never, never, true, never>;
45
- }
46
- //# sourceMappingURL=dialog-date-time-picker.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dialog-date-time-picker.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/cauca-material/src/lib/cauca-date-time-picker/components/dialog-date-time-picker/dialog-date-time-picker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmC,MAAM,EAAU,cAAc,EAAE,MAAM,eAAe,CAAC;AAGhG,OAAO,EAAmB,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAEzE,OAAO,EAAE,2BAA2B,EAAE,gCAAgC,EAAgC,MAAM,2CAA2C,CAAC;;AAQxJ,qBAgBa,6BAA8B,YAAW,MAAM;IAmCjD,SAAS,EAAE,YAAY,CAAC,6BAA6B,CAAC;IAC7B,OAAO,EAAE,2BAA2B;IAnC/D,YAAY,SAAK;IACjB,cAAc,SAAK;IACnB,cAAc,SAAK;IACnB,WAAW,EAAE,IAAI,CAAQ;IACzB,YAAY,EAAE,IAAI,CAAQ;IAC1B,WAAW,OAAc;IACzB,WAAW,OAAc;IACzB,WAAW,EAAE,OAAO,CAAS;IAC7B,eAAe,EAAE,OAAO,CAAQ;IAChC,eAAe,EAAE,OAAO,CAAQ;IAEhC,KAAK,WAAyB;IAC9B,OAAO,WAAyB;IAChC,OAAO,WAAyB;IAChC,YAAY,EAAE,OAAO,CAAS;IAE9B,QAAQ,EAAE,cAAc,CAAC,OAAO,CAAC,CAAgB;IAEjD,QAAQ,EAAE,gCAAgC,CAO/C;IAEF,OAAO,CAAC,IAAI,CAIV;gBAGO,SAAS,EAAE,YAAY,CAAC,6BAA6B,CAAC,EAC7B,OAAO,EAAE,2BAA2B;IAW/D,QAAQ,IAAI,IAAI;IAKhB,QAAQ,CAAC,KAAK,KAAA;IAId,WAAW,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI;IAc7B,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAS/B,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IASnC,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAOnC,KAAK,IAAI,IAAI;IAMb,MAAM,IAAI,IAAI;IAMd,OAAO,IAAI,IAAI;IAMtB,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,4BAA4B;IAUpC,OAAO,CAAC,8BAA8B;IAgBtC,OAAO,CAAC,8BAA8B;IAiBtC,OAAO,CAAC,yBAAyB;IAWjC,OAAO,CAAC,4BAA4B;IASpC,OAAO,CAAC,4BAA4B;IASpC,OAAO,CAAC,mBAAmB;yCA7LhB,6BAA6B;2CAA7B,6BAA6B;CAkMzC"}
@@ -1,12 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MobileTimePickerComponent {
4
- value: number;
5
- options: number[];
6
- valueChange: EventEmitter<number>;
7
- valueUp(): void;
8
- valueDown(): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<MobileTimePickerComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<MobileTimePickerComponent, "cauca-mobile-time-picker", never, { "value": { "alias": "value"; "required": true; }; "options": { "alias": "options"; "required": true; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
11
- }
12
- //# sourceMappingURL=mobile-time-picker.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mobile-time-picker.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/cauca-material/src/lib/cauca-date-time-picker/components/mobile-time-picker/mobile-time-picker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;;AAMvE,qBAWa,yBAAyB;IACJ,KAAK,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,EAAE,CAAC;IAEnC,WAAW,uBAA8B;IAEnD,OAAO,IAAI,IAAI;IAYf,SAAS,IAAI,IAAI;yCAlBb,yBAAyB;2CAAzB,yBAAyB;CA6BrC"}
@@ -1,27 +0,0 @@
1
- export interface DialogDateTimePickerDataStep {
2
- hours: number;
3
- minutes: number;
4
- seconds: number;
5
- }
6
- export interface DialogDateTimePickerDataDisabled {
7
- hours: boolean;
8
- someHours: number[];
9
- minutes: boolean;
10
- someMinutes: number[];
11
- seconds: boolean;
12
- someSeconds: number[];
13
- }
14
- export interface DialogDateTimePickerOptions {
15
- selectedDate: Date;
16
- minimumDate: Date | null;
17
- maximumDate: Date | null;
18
- showSeconds: boolean;
19
- showClearButton: boolean;
20
- showButtonIcons: boolean;
21
- showTime: boolean;
22
- step: DialogDateTimePickerDataStep;
23
- }
24
- export interface DialogDateTimePickerValue {
25
- value: Date;
26
- }
27
- //# sourceMappingURL=dialog-date-time-picker-data.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dialog-date-time-picker-data.d.ts","sourceRoot":"","sources":["../../../../../projects/cauca-material/src/lib/cauca-date-time-picker/models/dialog-date-time-picker-data.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,4BAA4B;IACzC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,gCAAgC;IAC7C,KAAK,EAAE,OAAO,CAAC;IACf,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,MAAM,EAAE,CAAC;CACzB;AAED,MAAM,WAAW,2BAA2B;IACxC,YAAY,EAAE,IAAI,CAAC;IACnB,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,OAAO,CAAC;IACrB,eAAe,EAAE,OAAO,CAAC;IACzB,eAAe,EAAE,OAAO,CAAC;IACzB,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,4BAA4B,CAAC;CACtC;AAED,MAAM,WAAW,yBAAyB;IACtC,KAAK,EAAE,IAAI,CAAC;CACf"}
@@ -1,24 +0,0 @@
1
- import { ElementRef, EventEmitter, OnInit } from '@angular/core';
2
- import { MatDialog } from '@angular/material/dialog';
3
- import { TranslateService } from '@cauca-911/core';
4
- import * as i0 from "@angular/core";
5
- export declare class CaucaInputFileComponent implements OnInit {
6
- private translateService;
7
- private dialog;
8
- file: ElementRef;
9
- readend: EventEmitter<any>;
10
- accept: string;
11
- multiple: boolean;
12
- icon: string;
13
- text: string;
14
- private labels;
15
- constructor(translateService: TranslateService, dialog: MatDialog);
16
- ngOnInit(): void;
17
- onSelectFile(e: any): void;
18
- openDialog(event: any): void;
19
- private onError;
20
- private onReadEnd;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<CaucaInputFileComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<CaucaInputFileComponent, "cauca-input-file", never, { "accept": { "alias": "accept"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, { "readend": "readend"; }, never, never, false, never>;
23
- }
24
- //# sourceMappingURL=cauca-input-file.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cauca-input-file.component.d.ts","sourceRoot":"","sources":["../../../../projects/cauca-material/src/lib/cauca-input-file/cauca-input-file.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,YAAY,EAAS,MAAM,EAAqB,MAAM,eAAe,CAAC;AACtG,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;;AAGnD,qBAMa,uBAAwB,YAAW,MAAM;IAiB9C,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,MAAM;IAhBX,IAAI,EAAE,UAAU,CAAC;IAEjB,OAAO,oBAAsB;IAE7B,MAAM,SAAM;IAEZ,QAAQ,UAAS;IAEjB,IAAI,SAAM;IAEV,IAAI,SAAM;IAEjB,OAAO,CAAC,MAAM,CAAW;gBAGb,gBAAgB,EAAE,gBAAgB,EAClC,MAAM,EAAE,SAAS;IAItB,QAAQ,IAAI,IAAI;IAWhB,YAAY,CAAC,CAAC,EAAE,GAAG,GAAG,IAAI;IAqB1B,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAOnC,OAAO,CAAC,OAAO;IAIf,OAAO,CAAC,SAAS;yCAjER,uBAAuB;2CAAvB,uBAAuB;CA4EnC"}
@@ -1,20 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { UntypedFormControl } from '@angular/forms';
3
- import { Configuration, CaucaCoreService, TranslateService } from '@cauca-911/core';
4
- import * as i0 from "@angular/core";
5
- export declare class CaucaInputMultipleLangueComponent implements OnInit {
6
- private translate;
7
- value: string[];
8
- config: Configuration;
9
- forms: UntypedFormControl[];
10
- labels: string[];
11
- selectedIndex: number;
12
- constructor(coreService: CaucaCoreService, translate: TranslateService);
13
- ngOnInit(): void;
14
- onTagChanged(tabIndex: number): void;
15
- getErrorMessage(index: any): string;
16
- private initializeForms;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<CaucaInputMultipleLangueComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<CaucaInputMultipleLangueComponent, "cauca-input-multiple-langue", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
19
- }
20
- //# sourceMappingURL=cauca-input-multiple-langue.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cauca-input-multiple-langue.component.d.ts","sourceRoot":"","sources":["../../../../projects/cauca-material/src/lib/cauca-input-multiple-langue/cauca-input-multiple-langue.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAAC,MAAM,eAAe,CAAC;AACvD,OAAO,EAAC,kBAAkB,EAAa,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAC,aAAa,EAAE,gBAAgB,EAAE,gBAAgB,EAAC,MAAM,iBAAiB,CAAC;;AAElF,qBAMa,iCAAkC,YAAW,MAAM;IAUxD,OAAO,CAAC,SAAS;IARd,KAAK,EAAE,MAAM,EAAE,CAAM;IACrB,MAAM,EAAE,aAAa,CAAC;IACtB,KAAK,EAAE,kBAAkB,EAAE,CAAM;IACjC,MAAM,EAAE,MAAM,EAAE,CAAM;IACtB,aAAa,SAAK;gBAGrB,WAAW,EAAE,gBAAgB,EACrB,SAAS,EAAE,gBAAgB;IAKhC,QAAQ,IAAI,IAAI;IAWhB,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAIpC,eAAe,CAAC,KAAK,EAAE,GAAG,GAAG,MAAM;IAI1C,OAAO,CAAC,eAAe;yCAlCd,iCAAiC;2CAAjC,iCAAiC;CAwC7C"}
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class CaucaMaterialComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<CaucaMaterialComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<CaucaMaterialComponent, "cauca-material", never, {}, {}, never, never, false, never>;
5
- }
6
- //# sourceMappingURL=cauca-material.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cauca-material.component.d.ts","sourceRoot":"","sources":["../../../projects/cauca-material/src/lib/cauca-material.component.ts"],"names":[],"mappings":";AAEA,qBAMa,sBAAsB;yCAAtB,sBAAsB;2CAAtB,sBAAsB;CAElC"}
@@ -1,27 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./cauca-material.component";
3
- import * as i2 from "./cauca-input-file/cauca-input-file.component";
4
- import * as i3 from "./cauca-input-multiple-langue/cauca-input-multiple-langue.component";
5
- import * as i4 from "./cauca-menu-sidebar/cauca-menu-sidebar.component";
6
- import * as i5 from "./cauca-menu-vertical/cauca-menu-vertical.component";
7
- import * as i6 from "./cauca-simple-dialog/cauca-simple-dialog.component";
8
- import * as i7 from "./cauca-slideshow/cauca-slideshow.component";
9
- import * as i8 from "@angular/common";
10
- import * as i9 from "@cauca-911/core";
11
- import * as i10 from "@fortawesome/angular-fontawesome";
12
- import * as i11 from "@angular/forms";
13
- import * as i12 from "@angular/material/button";
14
- import * as i13 from "@angular/material/form-field";
15
- import * as i14 from "@angular/material/icon";
16
- import * as i15 from "@angular/material/input";
17
- import * as i16 from "@angular/material/tabs";
18
- import * as i17 from "@angular/material/dialog";
19
- import * as i18 from "./test-component-with-classic-input/test-component-with-classic-input.component";
20
- import * as i19 from "./test-component-with-model-signal/test-component-with-model-signal.component";
21
- import * as i20 from "./test-component-with-signal-input/test-component-with-signal-input.component";
22
- export declare class CaucaMaterialModule {
23
- static ɵfac: i0.ɵɵFactoryDeclaration<CaucaMaterialModule, never>;
24
- static ɵmod: i0.ɵɵNgModuleDeclaration<CaucaMaterialModule, [typeof i1.CaucaMaterialComponent, typeof i2.CaucaInputFileComponent, typeof i3.CaucaInputMultipleLangueComponent, typeof i4.CaucaMenuSidebarComponent, typeof i5.CaucaMenuVerticalComponent, typeof i6.CaucaSimpleDialogComponent, typeof i7.CaucaSlideshowComponent], [typeof i8.CommonModule, typeof i9.CaucaCoreForChildModule, typeof i10.FontAwesomeModule, typeof i11.FormsModule, typeof i11.ReactiveFormsModule, typeof i12.MatButtonModule, typeof i13.MatFormFieldModule, typeof i14.MatIconModule, typeof i15.MatInputModule, typeof i16.MatTabsModule, typeof i17.MatDialogModule, typeof i18.TestComponentWithClassicInputComponent, typeof i19.TestComponentWithModelSignalComponent, typeof i20.TestComponentWithSignalInputComponent], [typeof i1.CaucaMaterialComponent, typeof i2.CaucaInputFileComponent, typeof i3.CaucaInputMultipleLangueComponent, typeof i4.CaucaMenuSidebarComponent, typeof i5.CaucaMenuVerticalComponent, typeof i6.CaucaSimpleDialogComponent, typeof i7.CaucaSlideshowComponent, typeof i18.TestComponentWithClassicInputComponent, typeof i19.TestComponentWithModelSignalComponent, typeof i20.TestComponentWithSignalInputComponent]>;
25
- static ɵinj: i0.ɵɵInjectorDeclaration<CaucaMaterialModule>;
26
- }
27
- //# sourceMappingURL=cauca-material.module.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cauca-material.module.d.ts","sourceRoot":"","sources":["../../../projects/cauca-material/src/lib/cauca-material.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAsBA,qBAuCa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAI"}
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class CaucaMaterialService {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<CaucaMaterialService, never>;
4
- static ɵprov: i0.ɵɵInjectableDeclaration<CaucaMaterialService>;
5
- }
6
- //# sourceMappingURL=cauca-material.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cauca-material.service.d.ts","sourceRoot":"","sources":["../../../projects/cauca-material/src/lib/cauca-material.service.ts"],"names":[],"mappings":";AAEA,qBAGa,oBAAoB;yCAApB,oBAAoB;6CAApB,oBAAoB;CAChC"}