@public-ui/angular-v19 4.0.0-alpha.4 → 4.0.0-alpha.5

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.
@@ -64,6 +64,7 @@ export declare interface KolAlert extends Components.KolAlert {
64
64
  export declare class KolAvatar extends StencilProxyComponent implements OnChanges {
65
65
  private changeDetectorRef;
66
66
  protected z: NgZone;
67
+ _color: any;
67
68
  _label: any;
68
69
  _src: any;
69
70
  protected el: HTMLElement;
@@ -74,7 +75,7 @@ export declare class KolAvatar extends StencilProxyComponent implements OnChange
74
75
  constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
75
76
  ngOnChanges(): void;
76
77
  static ɵfac: i0.ɵɵFactoryDeclaration<KolAvatar, never>;
77
- static ɵcmp: i0.ɵɵComponentDeclaration<KolAvatar, "kol-avatar", never, { "_label": { "alias": "_label"; "required": false; }; "_src": { "alias": "_src"; "required": false; }; }, {}, never, ["*"], true, never>;
78
+ static ɵcmp: i0.ɵɵComponentDeclaration<KolAvatar, "kol-avatar", never, { "_color": { "alias": "_color"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_src": { "alias": "_src"; "required": false; }; }, {}, never, ["*"], true, never>;
78
79
  }
79
80
  export declare interface KolAvatar extends Components.KolAvatar {
80
81
  }
@@ -126,13 +126,13 @@ function KolAvatar_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf
126
126
  } if (rf & 2) {
127
127
  const ctx_r0 = i0.ɵɵnextContext(2);
128
128
  const ngContentOutlet_r2 = i0.ɵɵreference(4);
129
- i0.ɵɵproperty("_label", ctx_r0._label)("_src", ctx_r0._src);
129
+ i0.ɵɵproperty("_color", ctx_r0._color)("_label", ctx_r0._label)("_src", ctx_r0._src);
130
130
  i0.ɵɵadvance(2);
131
131
  i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
132
132
  } }
133
133
  function KolAvatar_ng_container_0_Template(rf, ctx) { if (rf & 1) {
134
134
  i0.ɵɵelementContainerStart(0);
135
- i0.ɵɵtemplate(1, KolAvatar_ng_container_0_stencil_ng_proxy_1_Template, 3, 3, "stencil-ng-proxy", 4);
135
+ i0.ɵɵtemplate(1, KolAvatar_ng_container_0_stencil_ng_proxy_1_Template, 3, 4, "stencil-ng-proxy", 4);
136
136
  i0.ɵɵelementContainerEnd();
137
137
  } if (rf & 2) {
138
138
  const ctx_r0 = i0.ɵɵnextContext();
@@ -2143,7 +2143,7 @@ let KolAvatar = class KolAvatar extends StencilProxyComponent {
2143
2143
  super();
2144
2144
  this.changeDetectorRef = changeDetectorRef;
2145
2145
  this.z = z;
2146
- this.availableInputProperties = ['_label', '_src'];
2146
+ this.availableInputProperties = ['_color', '_label', '_src'];
2147
2147
  changeDetectorRef.detach();
2148
2148
  const originalTagName = 'kol-avatar';
2149
2149
  this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
@@ -2163,9 +2163,9 @@ KolAvatar.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolAvatar, select
2163
2163
  } if (rf & 2) {
2164
2164
  let _t;
2165
2165
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
2166
- } }, inputs: { _label: "_label", _src: "_src" }, features: [i0.ɵɵProvidersFeature([
2166
+ } }, inputs: { _color: "_color", _label: "_label", _src: "_src" }, features: [i0.ɵɵProvidersFeature([
2167
2167
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolAvatar) }
2168
- ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_label", "_src", 4, "replaceTag"], [3, "_label", "_src"], [4, "ngTemplateOutlet"]], template: function KolAvatar_Template(rf, ctx) { if (rf & 1) {
2168
+ ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_color", "_label", "_src", 4, "replaceTag"], [3, "_color", "_label", "_src"], [4, "ngTemplateOutlet"]], template: function KolAvatar_Template(rf, ctx) { if (rf & 1) {
2169
2169
  i0.ɵɵprojectionDef();
2170
2170
  i0.ɵɵtemplate(0, KolAvatar_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolAvatar_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolAvatar_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
2171
2171
  } if (rf & 2) {
@@ -2174,7 +2174,7 @@ KolAvatar.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolAvatar, select
2174
2174
  } }, encapsulation: 2, changeDetection: 0 });
2175
2175
  KolAvatar = __decorate([
2176
2176
  ProxyCmp({
2177
- inputs: ['_label', '_src']
2177
+ inputs: ['_color', '_label', '_src']
2178
2178
  })
2179
2179
  ], KolAvatar);
2180
2180
  export { KolAvatar };
@@ -2186,7 +2186,7 @@ export { KolAvatar };
2186
2186
  template: `
2187
2187
  <ng-container *ngIf="hasTagNameTransformer; else defaultCase">
2188
2188
  <stencil-ng-proxy
2189
- [_label]="_label" [_src]="_src"
2189
+ [_color]="_color" [_label]="_label" [_src]="_src"
2190
2190
  *replaceTag="tagName"
2191
2191
  #replaceTagHost
2192
2192
  >
@@ -2202,7 +2202,7 @@ export { KolAvatar };
2202
2202
  <ng-content></ng-content>
2203
2203
  </ng-template>`,
2204
2204
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2205
- inputs: ['_label', '_src'],
2205
+ inputs: ['_color', '_label', '_src'],
2206
2206
  providers: [
2207
2207
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolAvatar) }
2208
2208
  ],
@@ -2286,7 +2286,7 @@ export { KolBadge };
2286
2286
  type: ViewChild,
2287
2287
  args: [ReplaceTagDirective]
2288
2288
  }] }); })();
2289
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolBadge, { className: "KolBadge", filePath: "components.ts", lineNumber: 290 }); })();
2289
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolBadge, { className: "KolBadge", filePath: "components.ts", lineNumber: 291 }); })();
2290
2290
  let KolBreadcrumb = class KolBreadcrumb extends StencilProxyComponent {
2291
2291
  constructor(changeDetectorRef, r, z) {
2292
2292
  super();
@@ -2360,7 +2360,7 @@ export { KolBreadcrumb };
2360
2360
  type: ViewChild,
2361
2361
  args: [ReplaceTagDirective]
2362
2362
  }] }); })();
2363
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolBreadcrumb, { className: "KolBreadcrumb", filePath: "components.ts", lineNumber: 351 }); })();
2363
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolBreadcrumb, { className: "KolBreadcrumb", filePath: "components.ts", lineNumber: 352 }); })();
2364
2364
  let KolButton = class KolButton extends StencilProxyComponent {
2365
2365
  constructor(changeDetectorRef, r, z) {
2366
2366
  super();
@@ -2435,7 +2435,7 @@ export { KolButton };
2435
2435
  type: ViewChild,
2436
2436
  args: [ReplaceTagDirective]
2437
2437
  }] }); })();
2438
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolButton, { className: "KolButton", filePath: "components.ts", lineNumber: 411 }); })();
2438
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolButton, { className: "KolButton", filePath: "components.ts", lineNumber: 412 }); })();
2439
2439
  let KolButtonLink = class KolButtonLink extends StencilProxyComponent {
2440
2440
  constructor(changeDetectorRef, r, z) {
2441
2441
  super();
@@ -2510,7 +2510,7 @@ export { KolButtonLink };
2510
2510
  type: ViewChild,
2511
2511
  args: [ReplaceTagDirective]
2512
2512
  }] }); })();
2513
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolButtonLink, { className: "KolButtonLink", filePath: "components.ts", lineNumber: 488 }); })();
2513
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolButtonLink, { className: "KolButtonLink", filePath: "components.ts", lineNumber: 489 }); })();
2514
2514
  let KolCard = class KolCard extends StencilProxyComponent {
2515
2515
  constructor(changeDetectorRef, r, z) {
2516
2516
  super();
@@ -2584,7 +2584,7 @@ export { KolCard };
2584
2584
  type: ViewChild,
2585
2585
  args: [ReplaceTagDirective]
2586
2586
  }] }); })();
2587
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCard, { className: "KolCard", filePath: "components.ts", lineNumber: 563 }); })();
2587
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCard, { className: "KolCard", filePath: "components.ts", lineNumber: 564 }); })();
2588
2588
  let KolCardWc = class KolCardWc extends StencilProxyComponent {
2589
2589
  constructor(changeDetectorRef, r, z) {
2590
2590
  super();
@@ -2658,7 +2658,7 @@ export { KolCardWc };
2658
2658
  type: ViewChild,
2659
2659
  args: [ReplaceTagDirective]
2660
2660
  }] }); })();
2661
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCardWc, { className: "KolCardWc", filePath: "components.ts", lineNumber: 624 }); })();
2661
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCardWc, { className: "KolCardWc", filePath: "components.ts", lineNumber: 625 }); })();
2662
2662
  let KolCombobox = class KolCombobox extends StencilProxyComponent {
2663
2663
  constructor(changeDetectorRef, r, z) {
2664
2664
  super();
@@ -2733,7 +2733,7 @@ export { KolCombobox };
2733
2733
  type: ViewChild,
2734
2734
  args: [ReplaceTagDirective]
2735
2735
  }] }); })();
2736
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCombobox, { className: "KolCombobox", filePath: "components.ts", lineNumber: 686 }); })();
2736
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCombobox, { className: "KolCombobox", filePath: "components.ts", lineNumber: 687 }); })();
2737
2737
  let KolDetails = class KolDetails extends StencilProxyComponent {
2738
2738
  constructor(changeDetectorRef, r, z) {
2739
2739
  super();
@@ -2808,7 +2808,7 @@ export { KolDetails };
2808
2808
  type: ViewChild,
2809
2809
  args: [ReplaceTagDirective]
2810
2810
  }] }); })();
2811
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDetails, { className: "KolDetails", filePath: "components.ts", lineNumber: 762 }); })();
2811
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDetails, { className: "KolDetails", filePath: "components.ts", lineNumber: 763 }); })();
2812
2812
  let KolDrawer = class KolDrawer extends StencilProxyComponent {
2813
2813
  constructor(changeDetectorRef, r, z) {
2814
2814
  super();
@@ -2883,7 +2883,7 @@ export { KolDrawer };
2883
2883
  type: ViewChild,
2884
2884
  args: [ReplaceTagDirective]
2885
2885
  }] }); })();
2886
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber: 825 }); })();
2886
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber: 826 }); })();
2887
2887
  let KolForm = class KolForm extends StencilProxyComponent {
2888
2888
  constructor(changeDetectorRef, r, z) {
2889
2889
  super();
@@ -2958,7 +2958,7 @@ export { KolForm };
2958
2958
  type: ViewChild,
2959
2959
  args: [ReplaceTagDirective]
2960
2960
  }] }); })();
2961
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber: 888 }); })();
2961
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber: 889 }); })();
2962
2962
  let KolHeading = class KolHeading extends StencilProxyComponent {
2963
2963
  constructor(changeDetectorRef, r, z) {
2964
2964
  super();
@@ -3032,7 +3032,7 @@ export { KolHeading };
3032
3032
  type: ViewChild,
3033
3033
  args: [ReplaceTagDirective]
3034
3034
  }] }); })();
3035
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber: 948 }); })();
3035
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber: 949 }); })();
3036
3036
  let KolIcon = class KolIcon extends StencilProxyComponent {
3037
3037
  constructor(changeDetectorRef, r, z) {
3038
3038
  super();
@@ -3106,7 +3106,7 @@ export { KolIcon };
3106
3106
  type: ViewChild,
3107
3107
  args: [ReplaceTagDirective]
3108
3108
  }] }); })();
3109
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber: 1008 }); })();
3109
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber: 1009 }); })();
3110
3110
  let KolImage = class KolImage extends StencilProxyComponent {
3111
3111
  constructor(changeDetectorRef, r, z) {
3112
3112
  super();
@@ -3180,7 +3180,7 @@ export { KolImage };
3180
3180
  type: ViewChild,
3181
3181
  args: [ReplaceTagDirective]
3182
3182
  }] }); })();
3183
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber: 1067 }); })();
3183
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber: 1068 }); })();
3184
3184
  let KolInputCheckbox = class KolInputCheckbox extends StencilProxyComponent {
3185
3185
  constructor(changeDetectorRef, r, z) {
3186
3186
  super();
@@ -3255,7 +3255,7 @@ export { KolInputCheckbox };
3255
3255
  type: ViewChild,
3256
3256
  args: [ReplaceTagDirective]
3257
3257
  }] }); })();
3258
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber: 1130 }); })();
3258
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber: 1131 }); })();
3259
3259
  let KolInputColor = class KolInputColor extends StencilProxyComponent {
3260
3260
  constructor(changeDetectorRef, r, z) {
3261
3261
  super();
@@ -3330,7 +3330,7 @@ export { KolInputColor };
3330
3330
  type: ViewChild,
3331
3331
  args: [ReplaceTagDirective]
3332
3332
  }] }); })();
3333
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber: 1208 }); })();
3333
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber: 1209 }); })();
3334
3334
  let KolInputDate = class KolInputDate extends StencilProxyComponent {
3335
3335
  constructor(changeDetectorRef, r, z) {
3336
3336
  super();
@@ -3405,7 +3405,7 @@ export { KolInputDate };
3405
3405
  type: ViewChild,
3406
3406
  args: [ReplaceTagDirective]
3407
3407
  }] }); })();
3408
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber: 1284 }); })();
3408
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber: 1285 }); })();
3409
3409
  let KolInputEmail = class KolInputEmail extends StencilProxyComponent {
3410
3410
  constructor(changeDetectorRef, r, z) {
3411
3411
  super();
@@ -3480,7 +3480,7 @@ export { KolInputEmail };
3480
3480
  type: ViewChild,
3481
3481
  args: [ReplaceTagDirective]
3482
3482
  }] }); })();
3483
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber: 1366 }); })();
3483
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber: 1367 }); })();
3484
3484
  let KolInputFile = class KolInputFile extends StencilProxyComponent {
3485
3485
  constructor(changeDetectorRef, r, z) {
3486
3486
  super();
@@ -3555,7 +3555,7 @@ export { KolInputFile };
3555
3555
  type: ViewChild,
3556
3556
  args: [ReplaceTagDirective]
3557
3557
  }] }); })();
3558
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber: 1450 }); })();
3558
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber: 1451 }); })();
3559
3559
  let KolInputNumber = class KolInputNumber extends StencilProxyComponent {
3560
3560
  constructor(changeDetectorRef, r, z) {
3561
3561
  super();
@@ -3630,7 +3630,7 @@ export { KolInputNumber };
3630
3630
  type: ViewChild,
3631
3631
  args: [ReplaceTagDirective]
3632
3632
  }] }); })();
3633
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber: 1526 }); })();
3633
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber: 1527 }); })();
3634
3634
  let KolInputPassword = class KolInputPassword extends StencilProxyComponent {
3635
3635
  constructor(changeDetectorRef, r, z) {
3636
3636
  super();
@@ -3705,7 +3705,7 @@ export { KolInputPassword };
3705
3705
  type: ViewChild,
3706
3706
  args: [ReplaceTagDirective]
3707
3707
  }] }); })();
3708
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber: 1608 }); })();
3708
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber: 1609 }); })();
3709
3709
  let KolInputRadio = class KolInputRadio extends StencilProxyComponent {
3710
3710
  constructor(changeDetectorRef, r, z) {
3711
3711
  super();
@@ -3780,7 +3780,7 @@ export { KolInputRadio };
3780
3780
  type: ViewChild,
3781
3781
  args: [ReplaceTagDirective]
3782
3782
  }] }); })();
3783
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber: 1691 }); })();
3783
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber: 1692 }); })();
3784
3784
  let KolInputRange = class KolInputRange extends StencilProxyComponent {
3785
3785
  constructor(changeDetectorRef, r, z) {
3786
3786
  super();
@@ -3855,7 +3855,7 @@ export { KolInputRange };
3855
3855
  type: ViewChild,
3856
3856
  args: [ReplaceTagDirective]
3857
3857
  }] }); })();
3858
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber: 1764 }); })();
3858
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber: 1765 }); })();
3859
3859
  let KolInputText = class KolInputText extends StencilProxyComponent {
3860
3860
  constructor(changeDetectorRef, r, z) {
3861
3861
  super();
@@ -3930,7 +3930,7 @@ export { KolInputText };
3930
3930
  type: ViewChild,
3931
3931
  args: [ReplaceTagDirective]
3932
3932
  }] }); })();
3933
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber: 1842 }); })();
3933
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber: 1843 }); })();
3934
3934
  let KolKolibri = class KolKolibri extends StencilProxyComponent {
3935
3935
  constructor(changeDetectorRef, r, z) {
3936
3936
  super();
@@ -4004,7 +4004,7 @@ export { KolKolibri };
4004
4004
  type: ViewChild,
4005
4005
  args: [ReplaceTagDirective]
4006
4006
  }] }); })();
4007
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber: 1926 }); })();
4007
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber: 1927 }); })();
4008
4008
  let KolLink = class KolLink extends StencilProxyComponent {
4009
4009
  constructor(changeDetectorRef, r, z) {
4010
4010
  super();
@@ -4079,7 +4079,7 @@ export { KolLink };
4079
4079
  type: ViewChild,
4080
4080
  args: [ReplaceTagDirective]
4081
4081
  }] }); })();
4082
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber: 1986 }); })();
4082
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber: 1987 }); })();
4083
4083
  let KolLinkButton = class KolLinkButton extends StencilProxyComponent {
4084
4084
  constructor(changeDetectorRef, r, z) {
4085
4085
  super();
@@ -4154,7 +4154,7 @@ export { KolLinkButton };
4154
4154
  type: ViewChild,
4155
4155
  args: [ReplaceTagDirective]
4156
4156
  }] }); })();
4157
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 2061 }); })();
4157
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 2062 }); })();
4158
4158
  let KolModal = class KolModal extends StencilProxyComponent {
4159
4159
  constructor(changeDetectorRef, r, z) {
4160
4160
  super();
@@ -4229,7 +4229,7 @@ export { KolModal };
4229
4229
  type: ViewChild,
4230
4230
  args: [ReplaceTagDirective]
4231
4231
  }] }); })();
4232
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2136 }); })();
4232
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2137 }); })();
4233
4233
  let KolNav = class KolNav extends StencilProxyComponent {
4234
4234
  constructor(changeDetectorRef, r, z) {
4235
4235
  super();
@@ -4303,7 +4303,7 @@ export { KolNav };
4303
4303
  type: ViewChild,
4304
4304
  args: [ReplaceTagDirective]
4305
4305
  }] }); })();
4306
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2197 }); })();
4306
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2198 }); })();
4307
4307
  let KolPagination = class KolPagination extends StencilProxyComponent {
4308
4308
  constructor(changeDetectorRef, r, z) {
4309
4309
  super();
@@ -4377,7 +4377,7 @@ export { KolPagination };
4377
4377
  type: ViewChild,
4378
4378
  args: [ReplaceTagDirective]
4379
4379
  }] }); })();
4380
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2261 }); })();
4380
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2262 }); })();
4381
4381
  let KolPaginationWc = class KolPaginationWc extends StencilProxyComponent {
4382
4382
  constructor(changeDetectorRef, r, z) {
4383
4383
  super();
@@ -4451,7 +4451,7 @@ export { KolPaginationWc };
4451
4451
  type: ViewChild,
4452
4452
  args: [ReplaceTagDirective]
4453
4453
  }] }); })();
4454
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber: 2329 }); })();
4454
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber: 2330 }); })();
4455
4455
  let KolPopoverButton = class KolPopoverButton extends StencilProxyComponent {
4456
4456
  constructor(changeDetectorRef, r, z) {
4457
4457
  super();
@@ -4489,7 +4489,7 @@ KolPopoverButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolPopover
4489
4489
  KolPopoverButton = __decorate([
4490
4490
  ProxyCmp({
4491
4491
  inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_popoverAlign', '_role', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'],
4492
- methods: ['hidePopover']
4492
+ methods: ['hidePopover', 'showPopover', 'kolFocus']
4493
4493
  })
4494
4494
  ], KolPopoverButton);
4495
4495
  export { KolPopoverButton };
@@ -4526,7 +4526,7 @@ export { KolPopoverButton };
4526
4526
  type: ViewChild,
4527
4527
  args: [ReplaceTagDirective]
4528
4528
  }] }); })();
4529
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2398 }); })();
4529
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2399 }); })();
4530
4530
  let KolPopoverButtonWc = class KolPopoverButtonWc extends StencilProxyComponent {
4531
4531
  constructor(changeDetectorRef, r, z) {
4532
4532
  super();
@@ -4564,7 +4564,7 @@ KolPopoverButtonWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolPopov
4564
4564
  KolPopoverButtonWc = __decorate([
4565
4565
  ProxyCmp({
4566
4566
  inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_label', '_name', '_on', '_popoverAlign', '_role', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'],
4567
- methods: ['hidePopover']
4567
+ methods: ['hidePopover', 'showPopover', 'kolFocus']
4568
4568
  })
4569
4569
  ], KolPopoverButtonWc);
4570
4570
  export { KolPopoverButtonWc };
@@ -4601,7 +4601,7 @@ export { KolPopoverButtonWc };
4601
4601
  type: ViewChild,
4602
4602
  args: [ReplaceTagDirective]
4603
4603
  }] }); })();
4604
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber: 2476 }); })();
4604
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber: 2477 }); })();
4605
4605
  let KolProgress = class KolProgress extends StencilProxyComponent {
4606
4606
  constructor(changeDetectorRef, r, z) {
4607
4607
  super();
@@ -4675,7 +4675,7 @@ export { KolProgress };
4675
4675
  type: ViewChild,
4676
4676
  args: [ReplaceTagDirective]
4677
4677
  }] }); })();
4678
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2552 }); })();
4678
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2553 }); })();
4679
4679
  let KolQuote = class KolQuote extends StencilProxyComponent {
4680
4680
  constructor(changeDetectorRef, r, z) {
4681
4681
  super();
@@ -4749,7 +4749,7 @@ export { KolQuote };
4749
4749
  type: ViewChild,
4750
4750
  args: [ReplaceTagDirective]
4751
4751
  }] }); })();
4752
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2614 }); })();
4752
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2615 }); })();
4753
4753
  let KolSelect = class KolSelect extends StencilProxyComponent {
4754
4754
  constructor(changeDetectorRef, r, z) {
4755
4755
  super();
@@ -4824,7 +4824,7 @@ export { KolSelect };
4824
4824
  type: ViewChild,
4825
4825
  args: [ReplaceTagDirective]
4826
4826
  }] }); })();
4827
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2676 }); })();
4827
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2677 }); })();
4828
4828
  let KolSingleSelect = class KolSingleSelect extends StencilProxyComponent {
4829
4829
  constructor(changeDetectorRef, r, z) {
4830
4830
  super();
@@ -4899,7 +4899,7 @@ export { KolSingleSelect };
4899
4899
  type: ViewChild,
4900
4900
  args: [ReplaceTagDirective]
4901
4901
  }] }); })();
4902
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2754 }); })();
4902
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2755 }); })();
4903
4903
  let KolSkipNav = class KolSkipNav extends StencilProxyComponent {
4904
4904
  constructor(changeDetectorRef, r, z) {
4905
4905
  super();
@@ -4936,7 +4936,8 @@ KolSkipNav.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSkipNav, sele
4936
4936
  } }, encapsulation: 2, changeDetection: 0 });
4937
4937
  KolSkipNav = __decorate([
4938
4938
  ProxyCmp({
4939
- inputs: ['_label', '_links']
4939
+ inputs: ['_label', '_links'],
4940
+ methods: ['kolFocus']
4940
4941
  })
4941
4942
  ], KolSkipNav);
4942
4943
  export { KolSkipNav };
@@ -4973,7 +4974,7 @@ export { KolSkipNav };
4973
4974
  type: ViewChild,
4974
4975
  args: [ReplaceTagDirective]
4975
4976
  }] }); })();
4976
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2831 }); })();
4977
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2833 }); })();
4977
4978
  let KolSpin = class KolSpin extends StencilProxyComponent {
4978
4979
  constructor(changeDetectorRef, r, z) {
4979
4980
  super();
@@ -5047,7 +5048,7 @@ export { KolSpin };
5047
5048
  type: ViewChild,
5048
5049
  args: [ReplaceTagDirective]
5049
5050
  }] }); })();
5050
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2890 }); })();
5051
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2892 }); })();
5051
5052
  let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
5052
5053
  constructor(changeDetectorRef, r, z) {
5053
5054
  super();
@@ -5122,7 +5123,7 @@ export { KolSplitButton };
5122
5123
  type: ViewChild,
5123
5124
  args: [ReplaceTagDirective]
5124
5125
  }] }); })();
5125
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2951 }); })();
5126
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2953 }); })();
5126
5127
  let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
5127
5128
  constructor(changeDetectorRef, r, z) {
5128
5129
  super();
@@ -5197,7 +5198,7 @@ export { KolTableStateful };
5197
5198
  type: ViewChild,
5198
5199
  args: [ReplaceTagDirective]
5199
5200
  }] }); })();
5200
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3028 }); })();
5201
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3030 }); })();
5201
5202
  let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
5202
5203
  constructor(changeDetectorRef, r, z) {
5203
5204
  super();
@@ -5271,7 +5272,7 @@ export { KolTableStateless };
5271
5272
  type: ViewChild,
5272
5273
  args: [ReplaceTagDirective]
5273
5274
  }] }); })();
5274
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3097 }); })();
5275
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3099 }); })();
5275
5276
  let KolTabs = class KolTabs extends StencilProxyComponent {
5276
5277
  constructor(changeDetectorRef, r, z) {
5277
5278
  super();
@@ -5345,7 +5346,7 @@ export { KolTabs };
5345
5346
  type: ViewChild,
5346
5347
  args: [ReplaceTagDirective]
5347
5348
  }] }); })();
5348
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3163 }); })();
5349
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3165 }); })();
5349
5350
  let KolTextarea = class KolTextarea extends StencilProxyComponent {
5350
5351
  constructor(changeDetectorRef, r, z) {
5351
5352
  super();
@@ -5420,7 +5421,7 @@ export { KolTextarea };
5420
5421
  type: ViewChild,
5421
5422
  args: [ReplaceTagDirective]
5422
5423
  }] }); })();
5423
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3228 }); })();
5424
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3230 }); })();
5424
5425
  let KolToastContainer = class KolToastContainer extends StencilProxyComponent {
5425
5426
  constructor(changeDetectorRef, r, z) {
5426
5427
  super();
@@ -5494,7 +5495,7 @@ export { KolToastContainer };
5494
5495
  type: ViewChild,
5495
5496
  args: [ReplaceTagDirective]
5496
5497
  }] }); })();
5497
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3310 }); })();
5498
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3312 }); })();
5498
5499
  let KolToolbar = class KolToolbar extends StencilProxyComponent {
5499
5500
  constructor(changeDetectorRef, r, z) {
5500
5501
  super();
@@ -5568,7 +5569,7 @@ export { KolToolbar };
5568
5569
  type: ViewChild,
5569
5570
  args: [ReplaceTagDirective]
5570
5571
  }] }); })();
5571
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3368 }); })();
5572
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3370 }); })();
5572
5573
  let KolTree = class KolTree extends StencilProxyComponent {
5573
5574
  constructor(changeDetectorRef, r, z) {
5574
5575
  super();
@@ -5642,7 +5643,7 @@ export { KolTree };
5642
5643
  type: ViewChild,
5643
5644
  args: [ReplaceTagDirective]
5644
5645
  }] }); })();
5645
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3428 }); })();
5646
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3430 }); })();
5646
5647
  let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
5647
5648
  constructor(changeDetectorRef, r, z) {
5648
5649
  super();
@@ -5717,7 +5718,7 @@ export { KolTreeItem };
5717
5718
  type: ViewChild,
5718
5719
  args: [ReplaceTagDirective]
5719
5720
  }] }); })();
5720
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3487 }); })();
5721
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3489 }); })();
5721
5722
  let KolTreeItemWc = class KolTreeItemWc extends StencilProxyComponent {
5722
5723
  constructor(changeDetectorRef, r, z) {
5723
5724
  super();
@@ -5792,7 +5793,7 @@ export { KolTreeItemWc };
5792
5793
  type: ViewChild,
5793
5794
  args: [ReplaceTagDirective]
5794
5795
  }] }); })();
5795
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3549 }); })();
5796
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3551 }); })();
5796
5797
  let KolVersion = class KolVersion extends StencilProxyComponent {
5797
5798
  constructor(changeDetectorRef, r, z) {
5798
5799
  super();
@@ -5866,4 +5867,4 @@ export { KolVersion };
5866
5867
  type: ViewChild,
5867
5868
  args: [ReplaceTagDirective]
5868
5869
  }] }); })();
5869
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3610 }); })();
5870
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3612 }); })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/angular-v19",
3
- "version": "4.0.0-alpha.4",
3
+ "version": "4.0.0-alpha.5",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -61,15 +61,15 @@
61
61
  "@types/minimatch": "6.0.0",
62
62
  "@types/minimist": "1.2.5",
63
63
  "@types/normalize-package-data": "2.4.4",
64
- "rimraf": "6.0.1",
64
+ "rimraf": "6.1.0",
65
65
  "rxjs": "7.8.2",
66
66
  "typescript": "5.8.3",
67
67
  "zone.js": "0.15.1",
68
- "@public-ui/components": "4.0.0-alpha.4"
68
+ "@public-ui/components": "4.0.0-alpha.5"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "@angular/core": "^19.2.15",
72
- "@public-ui/components": "4.0.0-alpha.4"
72
+ "@public-ui/components": "4.0.0-alpha.5"
73
73
  },
74
74
  "files": [
75
75
  "dist"