@andespindola/ui-angular 0.1.1 → 0.3.0

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.
@@ -123,6 +123,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
123
123
  inputs: ['heading', 'open'],
124
124
  }]
125
125
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
126
+ let UiAlert = class UiAlert {
127
+ z;
128
+ el;
129
+ constructor(c, r, z) {
130
+ this.z = z;
131
+ c.detach();
132
+ this.el = r.nativeElement;
133
+ proxyOutputs(this, this.el, ['uiClose']);
134
+ }
135
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
136
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiAlert, isStandalone: true, selector: "ui-alert", inputs: { dismissible: "dismissible", heading: "heading", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
137
+ };
138
+ UiAlert = __decorate([
139
+ ProxyCmp({
140
+ inputs: ['dismissible', 'heading', 'variant']
141
+ }),
142
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
143
+ ], UiAlert);
144
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiAlert, decorators: [{
145
+ type: Component,
146
+ args: [{
147
+ selector: 'ui-alert',
148
+ changeDetection: ChangeDetectionStrategy.OnPush,
149
+ template: '<ng-content></ng-content>',
150
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
151
+ inputs: ['dismissible', 'heading', 'variant'],
152
+ }]
153
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
126
154
  let UiAvatar = class UiAvatar {
127
155
  z;
128
156
  el;
@@ -132,11 +160,11 @@ let UiAvatar = class UiAvatar {
132
160
  this.el = r.nativeElement;
133
161
  }
134
162
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
135
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiAvatar, isStandalone: true, selector: "ui-avatar", inputs: { alt: "alt", fallback: "fallback", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
163
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiAvatar, isStandalone: true, selector: "ui-avatar", inputs: { alt: "alt", fallback: "fallback", src: "src", status: "status" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
136
164
  };
137
165
  UiAvatar = __decorate([
138
166
  ProxyCmp({
139
- inputs: ['alt', 'fallback', 'src']
167
+ inputs: ['alt', 'fallback', 'src', 'status']
140
168
  }),
141
169
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
142
170
  ], UiAvatar);
@@ -147,7 +175,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
147
175
  changeDetection: ChangeDetectionStrategy.OnPush,
148
176
  template: '<ng-content></ng-content>',
149
177
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
150
- inputs: ['alt', 'fallback', 'src'],
178
+ inputs: ['alt', 'fallback', 'src', 'status'],
179
+ }]
180
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
181
+ let UiAvatarGroup = class UiAvatarGroup {
182
+ z;
183
+ el;
184
+ constructor(c, r, z) {
185
+ this.z = z;
186
+ c.detach();
187
+ this.el = r.nativeElement;
188
+ }
189
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiAvatarGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
190
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiAvatarGroup, isStandalone: true, selector: "ui-avatar-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
191
+ };
192
+ UiAvatarGroup = __decorate([
193
+ ProxyCmp({}),
194
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
195
+ ], UiAvatarGroup);
196
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiAvatarGroup, decorators: [{
197
+ type: Component,
198
+ args: [{
199
+ selector: 'ui-avatar-group',
200
+ changeDetection: ChangeDetectionStrategy.OnPush,
201
+ template: '<ng-content></ng-content>',
202
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
203
+ inputs: [],
151
204
  }]
152
205
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
153
206
  let UiBadge = class UiBadge {
@@ -157,13 +210,14 @@ let UiBadge = class UiBadge {
157
210
  this.z = z;
158
211
  c.detach();
159
212
  this.el = r.nativeElement;
213
+ proxyOutputs(this, this.el, ['uiRemove']);
160
214
  }
161
215
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
162
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiBadge, isStandalone: true, selector: "ui-badge", inputs: { variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
216
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiBadge, isStandalone: true, selector: "ui-badge", inputs: { dot: "dot", removable: "removable", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
163
217
  };
164
218
  UiBadge = __decorate([
165
219
  ProxyCmp({
166
- inputs: ['variant']
220
+ inputs: ['dot', 'removable', 'variant']
167
221
  }),
168
222
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
169
223
  ], UiBadge);
@@ -174,7 +228,59 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
174
228
  changeDetection: ChangeDetectionStrategy.OnPush,
175
229
  template: '<ng-content></ng-content>',
176
230
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
177
- inputs: ['variant'],
231
+ inputs: ['dot', 'removable', 'variant'],
232
+ }]
233
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
234
+ let UiBreadcrumb = class UiBreadcrumb {
235
+ z;
236
+ el;
237
+ constructor(c, r, z) {
238
+ this.z = z;
239
+ c.detach();
240
+ this.el = r.nativeElement;
241
+ }
242
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
243
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiBreadcrumb, isStandalone: true, selector: "ui-breadcrumb", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
244
+ };
245
+ UiBreadcrumb = __decorate([
246
+ ProxyCmp({}),
247
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
248
+ ], UiBreadcrumb);
249
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiBreadcrumb, decorators: [{
250
+ type: Component,
251
+ args: [{
252
+ selector: 'ui-breadcrumb',
253
+ changeDetection: ChangeDetectionStrategy.OnPush,
254
+ template: '<ng-content></ng-content>',
255
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
256
+ inputs: [],
257
+ }]
258
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
259
+ let UiBreadcrumbItem = class UiBreadcrumbItem {
260
+ z;
261
+ el;
262
+ constructor(c, r, z) {
263
+ this.z = z;
264
+ c.detach();
265
+ this.el = r.nativeElement;
266
+ }
267
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
268
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiBreadcrumbItem, isStandalone: true, selector: "ui-breadcrumb-item", inputs: { current: "current", href: "href" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
269
+ };
270
+ UiBreadcrumbItem = __decorate([
271
+ ProxyCmp({
272
+ inputs: ['current', 'href']
273
+ }),
274
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
275
+ ], UiBreadcrumbItem);
276
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiBreadcrumbItem, decorators: [{
277
+ type: Component,
278
+ args: [{
279
+ selector: 'ui-breadcrumb-item',
280
+ changeDetection: ChangeDetectionStrategy.OnPush,
281
+ template: '<ng-content></ng-content>',
282
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
283
+ inputs: ['current', 'href'],
178
284
  }]
179
285
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
180
286
  let UiButton = class UiButton {
@@ -186,11 +292,11 @@ let UiButton = class UiButton {
186
292
  this.el = r.nativeElement;
187
293
  }
188
294
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
189
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiButton, isStandalone: true, selector: "ui-button", inputs: { disabled: "disabled", loading: "loading", size: "size", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
295
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiButton, isStandalone: true, selector: "ui-button", inputs: { disabled: "disabled", full: "full", loading: "loading", size: "size", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
190
296
  };
191
297
  UiButton = __decorate([
192
298
  ProxyCmp({
193
- inputs: ['disabled', 'loading', 'size', 'type', 'variant']
299
+ inputs: ['disabled', 'full', 'loading', 'size', 'type', 'variant']
194
300
  }),
195
301
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
196
302
  ], UiButton);
@@ -201,7 +307,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
201
307
  changeDetection: ChangeDetectionStrategy.OnPush,
202
308
  template: '<ng-content></ng-content>',
203
309
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
204
- inputs: ['disabled', 'loading', 'size', 'type', 'variant'],
310
+ inputs: ['disabled', 'full', 'loading', 'size', 'type', 'variant'],
205
311
  }]
206
312
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
207
313
  let UiCard = class UiCard {
@@ -257,6 +363,89 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
257
363
  inputs: ['checked', 'disabled', 'name', 'value'],
258
364
  }]
259
365
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
366
+ let UiCombobox = class UiCombobox {
367
+ z;
368
+ el;
369
+ constructor(c, r, z) {
370
+ this.z = z;
371
+ c.detach();
372
+ this.el = r.nativeElement;
373
+ proxyOutputs(this, this.el, ['uiChange']);
374
+ }
375
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiCombobox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
376
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiCombobox, isStandalone: true, selector: "ui-combobox", inputs: { options: "options", placeholder: "placeholder", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
377
+ };
378
+ UiCombobox = __decorate([
379
+ ProxyCmp({
380
+ inputs: ['options', 'placeholder', 'value']
381
+ }),
382
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
383
+ ], UiCombobox);
384
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiCombobox, decorators: [{
385
+ type: Component,
386
+ args: [{
387
+ selector: 'ui-combobox',
388
+ changeDetection: ChangeDetectionStrategy.OnPush,
389
+ template: '<ng-content></ng-content>',
390
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
391
+ inputs: ['options', 'placeholder', 'value'],
392
+ }]
393
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
394
+ let UiContainer = class UiContainer {
395
+ z;
396
+ el;
397
+ constructor(c, r, z) {
398
+ this.z = z;
399
+ c.detach();
400
+ this.el = r.nativeElement;
401
+ }
402
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
403
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiContainer, isStandalone: true, selector: "ui-container", inputs: { padded: "padded", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
404
+ };
405
+ UiContainer = __decorate([
406
+ ProxyCmp({
407
+ inputs: ['padded', 'size']
408
+ }),
409
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
410
+ ], UiContainer);
411
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiContainer, decorators: [{
412
+ type: Component,
413
+ args: [{
414
+ selector: 'ui-container',
415
+ changeDetection: ChangeDetectionStrategy.OnPush,
416
+ template: '<ng-content></ng-content>',
417
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
418
+ inputs: ['padded', 'size'],
419
+ }]
420
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
421
+ let UiDatePicker = class UiDatePicker {
422
+ z;
423
+ el;
424
+ constructor(c, r, z) {
425
+ this.z = z;
426
+ c.detach();
427
+ this.el = r.nativeElement;
428
+ proxyOutputs(this, this.el, ['uiChange']);
429
+ }
430
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
431
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiDatePicker, isStandalone: true, selector: "ui-date-picker", inputs: { placeholder: "placeholder", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
432
+ };
433
+ UiDatePicker = __decorate([
434
+ ProxyCmp({
435
+ inputs: ['placeholder', 'value']
436
+ }),
437
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
438
+ ], UiDatePicker);
439
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiDatePicker, decorators: [{
440
+ type: Component,
441
+ args: [{
442
+ selector: 'ui-date-picker',
443
+ changeDetection: ChangeDetectionStrategy.OnPush,
444
+ template: '<ng-content></ng-content>',
445
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
446
+ inputs: ['placeholder', 'value'],
447
+ }]
448
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
260
449
  let UiDialog = class UiDialog {
261
450
  z;
262
451
  el;
@@ -399,6 +588,61 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
399
588
  inputs: ['description', 'error', 'fieldId', 'label', 'required'],
400
589
  }]
401
590
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
591
+ let UiFileUpload = class UiFileUpload {
592
+ z;
593
+ el;
594
+ constructor(c, r, z) {
595
+ this.z = z;
596
+ c.detach();
597
+ this.el = r.nativeElement;
598
+ proxyOutputs(this, this.el, ['uiChange']);
599
+ }
600
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiFileUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
601
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiFileUpload, isStandalone: true, selector: "ui-file-upload", inputs: { accept: "accept", label: "label", multiple: "multiple" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
602
+ };
603
+ UiFileUpload = __decorate([
604
+ ProxyCmp({
605
+ inputs: ['accept', 'label', 'multiple']
606
+ }),
607
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
608
+ ], UiFileUpload);
609
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiFileUpload, decorators: [{
610
+ type: Component,
611
+ args: [{
612
+ selector: 'ui-file-upload',
613
+ changeDetection: ChangeDetectionStrategy.OnPush,
614
+ template: '<ng-content></ng-content>',
615
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
616
+ inputs: ['accept', 'label', 'multiple'],
617
+ }]
618
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
619
+ let UiGrid = class UiGrid {
620
+ z;
621
+ el;
622
+ constructor(c, r, z) {
623
+ this.z = z;
624
+ c.detach();
625
+ this.el = r.nativeElement;
626
+ }
627
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
628
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiGrid, isStandalone: true, selector: "ui-grid", inputs: { columns: "columns", gap: "gap", minItemWidth: "minItemWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
629
+ };
630
+ UiGrid = __decorate([
631
+ ProxyCmp({
632
+ inputs: ['columns', 'gap', 'minItemWidth']
633
+ }),
634
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
635
+ ], UiGrid);
636
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiGrid, decorators: [{
637
+ type: Component,
638
+ args: [{
639
+ selector: 'ui-grid',
640
+ changeDetection: ChangeDetectionStrategy.OnPush,
641
+ template: '<ng-content></ng-content>',
642
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
643
+ inputs: ['columns', 'gap', 'minItemWidth'],
644
+ }]
645
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
402
646
  let UiInput = class UiInput {
403
647
  z;
404
648
  el;
@@ -409,11 +653,11 @@ let UiInput = class UiInput {
409
653
  proxyOutputs(this, this.el, ['uiInput', 'uiChange']);
410
654
  }
411
655
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
412
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiInput, isStandalone: true, selector: "ui-input", inputs: { disabled: "disabled", invalid: "invalid", name: "name", placeholder: "placeholder", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
656
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiInput, isStandalone: true, selector: "ui-input", inputs: { clearable: "clearable", disabled: "disabled", invalid: "invalid", name: "name", placeholder: "placeholder", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
413
657
  };
414
658
  UiInput = __decorate([
415
659
  ProxyCmp({
416
- inputs: ['disabled', 'invalid', 'name', 'placeholder', 'type', 'value']
660
+ inputs: ['clearable', 'disabled', 'invalid', 'name', 'placeholder', 'type', 'value']
417
661
  }),
418
662
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
419
663
  ], UiInput);
@@ -424,7 +668,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
424
668
  changeDetection: ChangeDetectionStrategy.OnPush,
425
669
  template: '<ng-content></ng-content>',
426
670
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
427
- inputs: ['disabled', 'invalid', 'name', 'placeholder', 'type', 'value'],
671
+ inputs: ['clearable', 'disabled', 'invalid', 'name', 'placeholder', 'type', 'value'],
428
672
  }]
429
673
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
430
674
  let UiLabel = class UiLabel {
@@ -479,6 +723,59 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
479
723
  inputs: ['label', 'spinnerSize', 'visible'],
480
724
  }]
481
725
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
726
+ let UiNavbar = class UiNavbar {
727
+ z;
728
+ el;
729
+ constructor(c, r, z) {
730
+ this.z = z;
731
+ c.detach();
732
+ this.el = r.nativeElement;
733
+ }
734
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiNavbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
735
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiNavbar, isStandalone: true, selector: "ui-navbar", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
736
+ };
737
+ UiNavbar = __decorate([
738
+ ProxyCmp({}),
739
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
740
+ ], UiNavbar);
741
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiNavbar, decorators: [{
742
+ type: Component,
743
+ args: [{
744
+ selector: 'ui-navbar',
745
+ changeDetection: ChangeDetectionStrategy.OnPush,
746
+ template: '<ng-content></ng-content>',
747
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
748
+ inputs: [],
749
+ }]
750
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
751
+ let UiPagination = class UiPagination {
752
+ z;
753
+ el;
754
+ constructor(c, r, z) {
755
+ this.z = z;
756
+ c.detach();
757
+ this.el = r.nativeElement;
758
+ proxyOutputs(this, this.el, ['uiChange']);
759
+ }
760
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
761
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiPagination, isStandalone: true, selector: "ui-pagination", inputs: { current: "current", siblings: "siblings", total: "total" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
762
+ };
763
+ UiPagination = __decorate([
764
+ ProxyCmp({
765
+ inputs: ['current', 'siblings', 'total']
766
+ }),
767
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
768
+ ], UiPagination);
769
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiPagination, decorators: [{
770
+ type: Component,
771
+ args: [{
772
+ selector: 'ui-pagination',
773
+ changeDetection: ChangeDetectionStrategy.OnPush,
774
+ template: '<ng-content></ng-content>',
775
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
776
+ inputs: ['current', 'siblings', 'total'],
777
+ }]
778
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
482
779
  let UiPopover = class UiPopover {
483
780
  z;
484
781
  el;
@@ -535,6 +832,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
535
832
  inputs: ['indeterminate', 'max', 'value'],
536
833
  }]
537
834
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
835
+ let UiProgressCircular = class UiProgressCircular {
836
+ z;
837
+ el;
838
+ constructor(c, r, z) {
839
+ this.z = z;
840
+ c.detach();
841
+ this.el = r.nativeElement;
842
+ }
843
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiProgressCircular, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
844
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiProgressCircular, isStandalone: true, selector: "ui-progress-circular", inputs: { indeterminate: "indeterminate", max: "max", showValue: "showValue", size: "size", strokeWidth: "strokeWidth", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
845
+ };
846
+ UiProgressCircular = __decorate([
847
+ ProxyCmp({
848
+ inputs: ['indeterminate', 'max', 'showValue', 'size', 'strokeWidth', 'value']
849
+ }),
850
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
851
+ ], UiProgressCircular);
852
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiProgressCircular, decorators: [{
853
+ type: Component,
854
+ args: [{
855
+ selector: 'ui-progress-circular',
856
+ changeDetection: ChangeDetectionStrategy.OnPush,
857
+ template: '<ng-content></ng-content>',
858
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
859
+ inputs: ['indeterminate', 'max', 'showValue', 'size', 'strokeWidth', 'value'],
860
+ }]
861
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
538
862
  let UiRadioGroup = class UiRadioGroup {
539
863
  z;
540
864
  el;
@@ -563,6 +887,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
563
887
  inputs: ['disabled', 'name', 'options', 'value'],
564
888
  }]
565
889
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
890
+ let UiRating = class UiRating {
891
+ z;
892
+ el;
893
+ constructor(c, r, z) {
894
+ this.z = z;
895
+ c.detach();
896
+ this.el = r.nativeElement;
897
+ proxyOutputs(this, this.el, ['uiChange']);
898
+ }
899
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
900
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiRating, isStandalone: true, selector: "ui-rating", inputs: { max: "max", readonly: "readonly", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
901
+ };
902
+ UiRating = __decorate([
903
+ ProxyCmp({
904
+ inputs: ['max', 'readonly', 'value']
905
+ }),
906
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
907
+ ], UiRating);
908
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiRating, decorators: [{
909
+ type: Component,
910
+ args: [{
911
+ selector: 'ui-rating',
912
+ changeDetection: ChangeDetectionStrategy.OnPush,
913
+ template: '<ng-content></ng-content>',
914
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
915
+ inputs: ['max', 'readonly', 'value'],
916
+ }]
917
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
566
918
  let UiReveal = class UiReveal {
567
919
  z;
568
920
  el;
@@ -642,6 +994,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
642
994
  inputs: ['description', 'eyebrow', 'heading'],
643
995
  }]
644
996
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
997
+ let UiSegmented = class UiSegmented {
998
+ z;
999
+ el;
1000
+ constructor(c, r, z) {
1001
+ this.z = z;
1002
+ c.detach();
1003
+ this.el = r.nativeElement;
1004
+ proxyOutputs(this, this.el, ['uiChange']);
1005
+ }
1006
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiSegmented, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1007
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiSegmented, isStandalone: true, selector: "ui-segmented", inputs: { items: "items", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1008
+ };
1009
+ UiSegmented = __decorate([
1010
+ ProxyCmp({
1011
+ inputs: ['items', 'value']
1012
+ }),
1013
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
1014
+ ], UiSegmented);
1015
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiSegmented, decorators: [{
1016
+ type: Component,
1017
+ args: [{
1018
+ selector: 'ui-segmented',
1019
+ changeDetection: ChangeDetectionStrategy.OnPush,
1020
+ template: '<ng-content></ng-content>',
1021
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1022
+ inputs: ['items', 'value'],
1023
+ }]
1024
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
645
1025
  let UiSelect = class UiSelect {
646
1026
  z;
647
1027
  el;
@@ -777,6 +1157,60 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
777
1157
  inputs: ['size'],
778
1158
  }]
779
1159
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1160
+ let UiStack = class UiStack {
1161
+ z;
1162
+ el;
1163
+ constructor(c, r, z) {
1164
+ this.z = z;
1165
+ c.detach();
1166
+ this.el = r.nativeElement;
1167
+ }
1168
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiStack, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1169
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiStack, isStandalone: true, selector: "ui-stack", inputs: { align: "align", direction: "direction", gap: "gap", justify: "justify", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1170
+ };
1171
+ UiStack = __decorate([
1172
+ ProxyCmp({
1173
+ inputs: ['align', 'direction', 'gap', 'justify', 'wrap']
1174
+ }),
1175
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
1176
+ ], UiStack);
1177
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiStack, decorators: [{
1178
+ type: Component,
1179
+ args: [{
1180
+ selector: 'ui-stack',
1181
+ changeDetection: ChangeDetectionStrategy.OnPush,
1182
+ template: '<ng-content></ng-content>',
1183
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1184
+ inputs: ['align', 'direction', 'gap', 'justify', 'wrap'],
1185
+ }]
1186
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1187
+ let UiStat = class UiStat {
1188
+ z;
1189
+ el;
1190
+ constructor(c, r, z) {
1191
+ this.z = z;
1192
+ c.detach();
1193
+ this.el = r.nativeElement;
1194
+ }
1195
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiStat, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1196
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiStat, isStandalone: true, selector: "ui-stat", inputs: { delta: "delta", label: "label", trend: "trend", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1197
+ };
1198
+ UiStat = __decorate([
1199
+ ProxyCmp({
1200
+ inputs: ['delta', 'label', 'trend', 'value']
1201
+ }),
1202
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
1203
+ ], UiStat);
1204
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiStat, decorators: [{
1205
+ type: Component,
1206
+ args: [{
1207
+ selector: 'ui-stat',
1208
+ changeDetection: ChangeDetectionStrategy.OnPush,
1209
+ template: '<ng-content></ng-content>',
1210
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1211
+ inputs: ['delta', 'label', 'trend', 'value'],
1212
+ }]
1213
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
780
1214
  let UiSwitch = class UiSwitch {
781
1215
  z;
782
1216
  el;
@@ -805,6 +1239,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
805
1239
  inputs: ['checked', 'disabled'],
806
1240
  }]
807
1241
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1242
+ let UiTable = class UiTable {
1243
+ z;
1244
+ el;
1245
+ constructor(c, r, z) {
1246
+ this.z = z;
1247
+ c.detach();
1248
+ this.el = r.nativeElement;
1249
+ }
1250
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1251
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: UiTable, isStandalone: true, selector: "ui-table", inputs: { columns: "columns", hoverable: "hoverable", rows: "rows", striped: "striped" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1252
+ };
1253
+ UiTable = __decorate([
1254
+ ProxyCmp({
1255
+ inputs: ['columns', 'hoverable', 'rows', 'striped']
1256
+ }),
1257
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
1258
+ ], UiTable);
1259
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: UiTable, decorators: [{
1260
+ type: Component,
1261
+ args: [{
1262
+ selector: 'ui-table',
1263
+ changeDetection: ChangeDetectionStrategy.OnPush,
1264
+ template: '<ng-content></ng-content>',
1265
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1266
+ inputs: ['columns', 'hoverable', 'rows', 'striped'],
1267
+ }]
1268
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
808
1269
  let UiTabs = class UiTabs {
809
1270
  z;
810
1271
  el;
@@ -974,31 +1435,48 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
974
1435
  const DIRECTIVES = [
975
1436
  UiAccordion,
976
1437
  UiAccordionItem,
1438
+ UiAlert,
977
1439
  UiAvatar,
1440
+ UiAvatarGroup,
978
1441
  UiBadge,
1442
+ UiBreadcrumb,
1443
+ UiBreadcrumbItem,
979
1444
  UiButton,
980
1445
  UiCard,
981
1446
  UiCheckbox,
1447
+ UiCombobox,
1448
+ UiContainer,
1449
+ UiDatePicker,
982
1450
  UiDialog,
983
1451
  UiDrawer,
984
1452
  UiDropdownItem,
985
1453
  UiDropdownMenu,
986
1454
  UiField,
1455
+ UiFileUpload,
1456
+ UiGrid,
987
1457
  UiInput,
988
1458
  UiLabel,
989
1459
  UiLoadingOverlay,
1460
+ UiNavbar,
1461
+ UiPagination,
990
1462
  UiPopover,
991
1463
  UiProgress,
1464
+ UiProgressCircular,
992
1465
  UiRadioGroup,
1466
+ UiRating,
993
1467
  UiReveal,
994
1468
  UiScrollProgress,
995
1469
  UiSection,
1470
+ UiSegmented,
996
1471
  UiSelect,
997
1472
  UiSeparator,
998
1473
  UiSkeleton,
999
1474
  UiSlider,
1000
1475
  UiSpinner,
1476
+ UiStack,
1477
+ UiStat,
1001
1478
  UiSwitch,
1479
+ UiTable,
1002
1480
  UiTabs,
1003
1481
  UiTextarea,
1004
1482
  UiThemeToggle,
@@ -1016,5 +1494,5 @@ if (typeof window !== "undefined") {
1016
1494
  * Generated bundle index. Do not edit.
1017
1495
  */
1018
1496
 
1019
- export { DIRECTIVES, UiAccordion, UiAccordionItem, UiAvatar, UiBadge, UiButton, UiCard, UiCheckbox, UiDialog, UiDrawer, UiDropdownItem, UiDropdownMenu, UiField, UiInput, UiLabel, UiLoadingOverlay, UiPopover, UiProgress, UiRadioGroup, UiReveal, UiScrollProgress, UiSection, UiSelect, UiSeparator, UiSkeleton, UiSlider, UiSpinner, UiSwitch, UiTabs, UiTextarea, UiThemeToggle, UiToast, UiToaster, UiTooltip };
1497
+ export { DIRECTIVES, UiAccordion, UiAccordionItem, UiAlert, UiAvatar, UiAvatarGroup, UiBadge, UiBreadcrumb, UiBreadcrumbItem, UiButton, UiCard, UiCheckbox, UiCombobox, UiContainer, UiDatePicker, UiDialog, UiDrawer, UiDropdownItem, UiDropdownMenu, UiField, UiFileUpload, UiGrid, UiInput, UiLabel, UiLoadingOverlay, UiNavbar, UiPagination, UiPopover, UiProgress, UiProgressCircular, UiRadioGroup, UiRating, UiReveal, UiScrollProgress, UiSection, UiSegmented, UiSelect, UiSeparator, UiSkeleton, UiSlider, UiSpinner, UiStack, UiStat, UiSwitch, UiTable, UiTabs, UiTextarea, UiThemeToggle, UiToast, UiToaster, UiTooltip };
1020
1498
  //# sourceMappingURL=andespindola-ui-angular.mjs.map