@public-ui/angular-v20 3.0.1 → 3.0.2-ab502d4896d9763f93bb8cce1b07a1b2f8d04439.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.
@@ -200,6 +200,25 @@ export declare class KolCard extends StencilProxyComponent implements OnChanges
200
200
  }
201
201
  export declare interface KolCard extends Components.KolCard {
202
202
  }
203
+ export declare class KolCardWc extends StencilProxyComponent implements OnChanges {
204
+ private changeDetectorRef;
205
+ protected z: NgZone;
206
+ _hascloser: any;
207
+ _label: any;
208
+ _level: any;
209
+ _on: any;
210
+ protected el: HTMLElement;
211
+ availableInputProperties: string[];
212
+ hasTagNameTransformer: boolean;
213
+ tagName: string;
214
+ replaceTagDirective: ReplaceTagDirective;
215
+ constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
216
+ ngOnChanges(): void;
217
+ static ɵfac: i0.ɵɵFactoryDeclaration<KolCardWc, never>;
218
+ static ɵcmp: i0.ɵɵComponentDeclaration<KolCardWc, "kol-card-wc", never, { "_hasCloser": { "alias": "_hasCloser"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_level": { "alias": "_level"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; }, {}, never, ["*"], true, never>;
219
+ }
220
+ export declare interface KolCardWc extends Components.KolCardWc {
221
+ }
203
222
  export declare class KolCombobox extends StencilProxyComponent implements OnChanges {
204
223
  private changeDetectorRef;
205
224
  protected z: NgZone;
@@ -257,6 +276,7 @@ export declare class KolDrawer extends StencilProxyComponent implements OnChange
257
276
  private changeDetectorRef;
258
277
  protected z: NgZone;
259
278
  _align: any;
279
+ _hascloser: any;
260
280
  _label: any;
261
281
  _on: any;
262
282
  _open: any;
@@ -268,7 +288,7 @@ export declare class KolDrawer extends StencilProxyComponent implements OnChange
268
288
  constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
269
289
  ngOnChanges(): void;
270
290
  static ɵfac: i0.ɵɵFactoryDeclaration<KolDrawer, never>;
271
- static ɵcmp: i0.ɵɵComponentDeclaration<KolDrawer, "kol-drawer", never, { "_align": { "alias": "_align"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_open": { "alias": "_open"; "required": false; }; }, {}, never, ["*"], true, never>;
291
+ static ɵcmp: i0.ɵɵComponentDeclaration<KolDrawer, "kol-drawer", never, { "_align": { "alias": "_align"; "required": false; }; "_hasCloser": { "alias": "_hasCloser"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_open": { "alias": "_open"; "required": false; }; }, {}, never, ["*"], true, never>;
272
292
  }
273
293
  export declare interface KolDrawer extends Components.KolDrawer {
274
294
  }
@@ -332,6 +332,42 @@ function KolCard_ng_template_1_Template(rf, ctx) { if (rf & 1) {
332
332
  function KolCard_ng_template_3_Template(rf, ctx) { if (rf & 1) {
333
333
  i0.ɵɵprojection(0);
334
334
  } }
335
+ function KolCardWc_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
336
+ i0.ɵɵelementContainer(0);
337
+ } }
338
+ function KolCardWc_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf & 1) {
339
+ i0.ɵɵelementStart(0, "stencil-ng-proxy", 5, 2);
340
+ i0.ɵɵtemplate(2, KolCardWc_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template, 1, 0, "ng-container", 6);
341
+ i0.ɵɵelementEnd();
342
+ } if (rf & 2) {
343
+ const ctx_r0 = i0.ɵɵnextContext(2);
344
+ const ngContentOutlet_r2 = i0.ɵɵreference(4);
345
+ i0.ɵɵproperty("_hasCloser", ctx_r0._hasCloser)("_label", ctx_r0._label)("_level", ctx_r0._level)("_on", ctx_r0._on);
346
+ i0.ɵɵadvance(2);
347
+ i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
348
+ } }
349
+ function KolCardWc_ng_container_0_Template(rf, ctx) { if (rf & 1) {
350
+ i0.ɵɵelementContainerStart(0);
351
+ i0.ɵɵtemplate(1, KolCardWc_ng_container_0_stencil_ng_proxy_1_Template, 3, 5, "stencil-ng-proxy", 4);
352
+ i0.ɵɵelementContainerEnd();
353
+ } if (rf & 2) {
354
+ const ctx_r0 = i0.ɵɵnextContext();
355
+ i0.ɵɵadvance();
356
+ i0.ɵɵproperty("replaceTag", ctx_r0.tagName);
357
+ } }
358
+ function KolCardWc_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
359
+ i0.ɵɵelementContainer(0);
360
+ } }
361
+ function KolCardWc_ng_template_1_Template(rf, ctx) { if (rf & 1) {
362
+ i0.ɵɵtemplate(0, KolCardWc_ng_template_1_ng_container_0_Template, 1, 0, "ng-container", 6);
363
+ } if (rf & 2) {
364
+ i0.ɵɵnextContext();
365
+ const ngContentOutlet_r2 = i0.ɵɵreference(4);
366
+ i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
367
+ } }
368
+ function KolCardWc_ng_template_3_Template(rf, ctx) { if (rf & 1) {
369
+ i0.ɵɵprojection(0);
370
+ } }
335
371
  function KolCombobox_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
336
372
  i0.ɵɵelementContainer(0);
337
373
  } }
@@ -414,13 +450,13 @@ function KolDrawer_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf
414
450
  } if (rf & 2) {
415
451
  const ctx_r0 = i0.ɵɵnextContext(2);
416
452
  const ngContentOutlet_r2 = i0.ɵɵreference(4);
417
- i0.ɵɵproperty("_align", ctx_r0._align)("_label", ctx_r0._label)("_on", ctx_r0._on)("_open", ctx_r0._open);
453
+ i0.ɵɵproperty("_align", ctx_r0._align)("_hasCloser", ctx_r0._hasCloser)("_label", ctx_r0._label)("_on", ctx_r0._on)("_open", ctx_r0._open);
418
454
  i0.ɵɵadvance(2);
419
455
  i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
420
456
  } }
421
457
  function KolDrawer_ng_container_0_Template(rf, ctx) { if (rf & 1) {
422
458
  i0.ɵɵelementContainerStart(0);
423
- i0.ɵɵtemplate(1, KolDrawer_ng_container_0_stencil_ng_proxy_1_Template, 3, 5, "stencil-ng-proxy", 4);
459
+ i0.ɵɵtemplate(1, KolDrawer_ng_container_0_stencil_ng_proxy_1_Template, 3, 6, "stencil-ng-proxy", 4);
424
460
  i0.ɵɵelementContainerEnd();
425
461
  } if (rf & 2) {
426
462
  const ctx_r0 = i0.ɵɵnextContext();
@@ -2512,6 +2548,80 @@ export { KolCard };
2512
2548
  args: [ReplaceTagDirective]
2513
2549
  }] }); })();
2514
2550
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCard, { className: "KolCard", filePath: "components.ts", lineNumber: 562 }); })();
2551
+ let KolCardWc = class KolCardWc extends StencilProxyComponent {
2552
+ constructor(changeDetectorRef, r, z) {
2553
+ super();
2554
+ this.changeDetectorRef = changeDetectorRef;
2555
+ this.z = z;
2556
+ this.availableInputProperties = ['_hasCloser', '_label', '_level', '_on'];
2557
+ changeDetectorRef.detach();
2558
+ const originalTagName = 'kol-card-wc';
2559
+ this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
2560
+ this.hasTagNameTransformer = typeof tagNameTransformer === 'function';
2561
+ this.el = r.nativeElement;
2562
+ }
2563
+ ngOnChanges() {
2564
+ if (typeof this.replaceTagDirective === 'object' && this.replaceTagDirective !== null && typeof this.replaceTagDirective.handlePropertyChanges === 'function') {
2565
+ this.replaceTagDirective.handlePropertyChanges();
2566
+ }
2567
+ this.changeDetectorRef.detectChanges();
2568
+ }
2569
+ };
2570
+ KolCardWc.ɵfac = function KolCardWc_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || KolCardWc)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
2571
+ KolCardWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolCardWc, selectors: [["kol-card-wc"]], viewQuery: function KolCardWc_Query(rf, ctx) { if (rf & 1) {
2572
+ i0.ɵɵviewQuery(ReplaceTagDirective, 5);
2573
+ } if (rf & 2) {
2574
+ let _t;
2575
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
2576
+ } }, inputs: { _hasCloser: "_hasCloser", _label: "_label", _level: "_level", _on: "_on" }, features: [i0.ɵɵProvidersFeature([
2577
+ { provide: StencilProxyComponent, useExisting: forwardRef(() => KolCardWc) }
2578
+ ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_hasCloser", "_label", "_level", "_on", 4, "replaceTag"], [3, "_hasCloser", "_label", "_level", "_on"], [4, "ngTemplateOutlet"]], template: function KolCardWc_Template(rf, ctx) { if (rf & 1) {
2579
+ i0.ɵɵprojectionDef();
2580
+ i0.ɵɵtemplate(0, KolCardWc_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolCardWc_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolCardWc_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
2581
+ } if (rf & 2) {
2582
+ const defaultCase_r3 = i0.ɵɵreference(2);
2583
+ i0.ɵɵproperty("ngIf", ctx.hasTagNameTransformer)("ngIfElse", defaultCase_r3);
2584
+ } }, encapsulation: 2, changeDetection: 0 });
2585
+ KolCardWc = __decorate([
2586
+ ProxyCmp({
2587
+ inputs: ['_hasCloser', '_label', '_level', '_on']
2588
+ })
2589
+ ], KolCardWc);
2590
+ export { KolCardWc };
2591
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(KolCardWc, [{
2592
+ type: Component,
2593
+ args: [{
2594
+ selector: 'kol-card-wc',
2595
+ changeDetection: ChangeDetectionStrategy.OnPush,
2596
+ template: `
2597
+ <ng-container *ngIf="hasTagNameTransformer; else defaultCase">
2598
+ <stencil-ng-proxy
2599
+ [_hasCloser]="_hasCloser" [_label]="_label" [_level]="_level" [_on]="_on"
2600
+ *replaceTag="tagName"
2601
+ #replaceTagHost
2602
+ >
2603
+ <ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
2604
+ </stencil-ng-proxy>
2605
+ </ng-container>
2606
+
2607
+ <ng-template #defaultCase>
2608
+ <ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
2609
+ </ng-template>
2610
+
2611
+ <ng-template #ngContentOutlet>
2612
+ <ng-content></ng-content>
2613
+ </ng-template>`,
2614
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2615
+ inputs: ['_hasCloser', '_label', '_level', '_on'],
2616
+ providers: [
2617
+ { provide: StencilProxyComponent, useExisting: forwardRef(() => KolCardWc) }
2618
+ ],
2619
+ }]
2620
+ }], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { replaceTagDirective: [{
2621
+ type: ViewChild,
2622
+ args: [ReplaceTagDirective]
2623
+ }] }); })();
2624
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCardWc, { className: "KolCardWc", filePath: "components.ts", lineNumber: 623 }); })();
2515
2625
  let KolCombobox = class KolCombobox extends StencilProxyComponent {
2516
2626
  constructor(changeDetectorRef, r, z) {
2517
2627
  super();
@@ -2586,7 +2696,7 @@ export { KolCombobox };
2586
2696
  type: ViewChild,
2587
2697
  args: [ReplaceTagDirective]
2588
2698
  }] }); })();
2589
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCombobox, { className: "KolCombobox", filePath: "components.ts", lineNumber: 624 }); })();
2699
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCombobox, { className: "KolCombobox", filePath: "components.ts", lineNumber: 685 }); })();
2590
2700
  let KolDetails = class KolDetails extends StencilProxyComponent {
2591
2701
  constructor(changeDetectorRef, r, z) {
2592
2702
  super();
@@ -2661,13 +2771,13 @@ export { KolDetails };
2661
2771
  type: ViewChild,
2662
2772
  args: [ReplaceTagDirective]
2663
2773
  }] }); })();
2664
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDetails, { className: "KolDetails", filePath: "components.ts", lineNumber: 700 }); })();
2774
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDetails, { className: "KolDetails", filePath: "components.ts", lineNumber: 761 }); })();
2665
2775
  let KolDrawer = class KolDrawer extends StencilProxyComponent {
2666
2776
  constructor(changeDetectorRef, r, z) {
2667
2777
  super();
2668
2778
  this.changeDetectorRef = changeDetectorRef;
2669
2779
  this.z = z;
2670
- this.availableInputProperties = ['_align', '_label', '_on', '_open'];
2780
+ this.availableInputProperties = ['_align', '_hasCloser', '_label', '_on', '_open'];
2671
2781
  changeDetectorRef.detach();
2672
2782
  const originalTagName = 'kol-drawer';
2673
2783
  this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
@@ -2687,9 +2797,9 @@ KolDrawer.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolDrawer, select
2687
2797
  } if (rf & 2) {
2688
2798
  let _t;
2689
2799
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
2690
- } }, inputs: { _align: "_align", _label: "_label", _on: "_on", _open: "_open" }, features: [i0.ɵɵProvidersFeature([
2800
+ } }, inputs: { _align: "_align", _hasCloser: "_hasCloser", _label: "_label", _on: "_on", _open: "_open" }, features: [i0.ɵɵProvidersFeature([
2691
2801
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolDrawer) }
2692
- ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_align", "_label", "_on", "_open", 4, "replaceTag"], [3, "_align", "_label", "_on", "_open"], [4, "ngTemplateOutlet"]], template: function KolDrawer_Template(rf, ctx) { if (rf & 1) {
2802
+ ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_align", "_hasCloser", "_label", "_on", "_open", 4, "replaceTag"], [3, "_align", "_hasCloser", "_label", "_on", "_open"], [4, "ngTemplateOutlet"]], template: function KolDrawer_Template(rf, ctx) { if (rf & 1) {
2693
2803
  i0.ɵɵprojectionDef();
2694
2804
  i0.ɵɵtemplate(0, KolDrawer_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolDrawer_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolDrawer_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
2695
2805
  } if (rf & 2) {
@@ -2698,7 +2808,7 @@ KolDrawer.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolDrawer, select
2698
2808
  } }, encapsulation: 2, changeDetection: 0 });
2699
2809
  KolDrawer = __decorate([
2700
2810
  ProxyCmp({
2701
- inputs: ['_align', '_label', '_on', '_open'],
2811
+ inputs: ['_align', '_hasCloser', '_label', '_on', '_open'],
2702
2812
  methods: ['open', 'close']
2703
2813
  })
2704
2814
  ], KolDrawer);
@@ -2711,7 +2821,7 @@ export { KolDrawer };
2711
2821
  template: `
2712
2822
  <ng-container *ngIf="hasTagNameTransformer; else defaultCase">
2713
2823
  <stencil-ng-proxy
2714
- [_align]="_align" [_label]="_label" [_on]="_on" [_open]="_open"
2824
+ [_align]="_align" [_hasCloser]="_hasCloser" [_label]="_label" [_on]="_on" [_open]="_open"
2715
2825
  *replaceTag="tagName"
2716
2826
  #replaceTagHost
2717
2827
  >
@@ -2727,7 +2837,7 @@ export { KolDrawer };
2727
2837
  <ng-content></ng-content>
2728
2838
  </ng-template>`,
2729
2839
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2730
- inputs: ['_align', '_label', '_on', '_open'],
2840
+ inputs: ['_align', '_hasCloser', '_label', '_on', '_open'],
2731
2841
  providers: [
2732
2842
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolDrawer) }
2733
2843
  ],
@@ -2736,7 +2846,7 @@ export { KolDrawer };
2736
2846
  type: ViewChild,
2737
2847
  args: [ReplaceTagDirective]
2738
2848
  }] }); })();
2739
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber: 763 }); })();
2849
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber: 824 }); })();
2740
2850
  let KolForm = class KolForm extends StencilProxyComponent {
2741
2851
  constructor(changeDetectorRef, r, z) {
2742
2852
  super();
@@ -2811,7 +2921,7 @@ export { KolForm };
2811
2921
  type: ViewChild,
2812
2922
  args: [ReplaceTagDirective]
2813
2923
  }] }); })();
2814
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber: 825 }); })();
2924
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber: 887 }); })();
2815
2925
  let KolHeading = class KolHeading extends StencilProxyComponent {
2816
2926
  constructor(changeDetectorRef, r, z) {
2817
2927
  super();
@@ -2885,7 +2995,7 @@ export { KolHeading };
2885
2995
  type: ViewChild,
2886
2996
  args: [ReplaceTagDirective]
2887
2997
  }] }); })();
2888
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber: 885 }); })();
2998
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber: 947 }); })();
2889
2999
  let KolIcon = class KolIcon extends StencilProxyComponent {
2890
3000
  constructor(changeDetectorRef, r, z) {
2891
3001
  super();
@@ -2959,7 +3069,7 @@ export { KolIcon };
2959
3069
  type: ViewChild,
2960
3070
  args: [ReplaceTagDirective]
2961
3071
  }] }); })();
2962
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber: 945 }); })();
3072
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber: 1007 }); })();
2963
3073
  let KolImage = class KolImage extends StencilProxyComponent {
2964
3074
  constructor(changeDetectorRef, r, z) {
2965
3075
  super();
@@ -3033,7 +3143,7 @@ export { KolImage };
3033
3143
  type: ViewChild,
3034
3144
  args: [ReplaceTagDirective]
3035
3145
  }] }); })();
3036
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber: 1004 }); })();
3146
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber: 1066 }); })();
3037
3147
  let KolInputCheckbox = class KolInputCheckbox extends StencilProxyComponent {
3038
3148
  constructor(changeDetectorRef, r, z) {
3039
3149
  super();
@@ -3108,7 +3218,7 @@ export { KolInputCheckbox };
3108
3218
  type: ViewChild,
3109
3219
  args: [ReplaceTagDirective]
3110
3220
  }] }); })();
3111
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber: 1067 }); })();
3221
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber: 1129 }); })();
3112
3222
  let KolInputColor = class KolInputColor extends StencilProxyComponent {
3113
3223
  constructor(changeDetectorRef, r, z) {
3114
3224
  super();
@@ -3183,7 +3293,7 @@ export { KolInputColor };
3183
3293
  type: ViewChild,
3184
3294
  args: [ReplaceTagDirective]
3185
3295
  }] }); })();
3186
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber: 1145 }); })();
3296
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber: 1207 }); })();
3187
3297
  let KolInputDate = class KolInputDate extends StencilProxyComponent {
3188
3298
  constructor(changeDetectorRef, r, z) {
3189
3299
  super();
@@ -3258,7 +3368,7 @@ export { KolInputDate };
3258
3368
  type: ViewChild,
3259
3369
  args: [ReplaceTagDirective]
3260
3370
  }] }); })();
3261
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber: 1221 }); })();
3371
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber: 1283 }); })();
3262
3372
  let KolInputEmail = class KolInputEmail extends StencilProxyComponent {
3263
3373
  constructor(changeDetectorRef, r, z) {
3264
3374
  super();
@@ -3333,7 +3443,7 @@ export { KolInputEmail };
3333
3443
  type: ViewChild,
3334
3444
  args: [ReplaceTagDirective]
3335
3445
  }] }); })();
3336
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber: 1303 }); })();
3446
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber: 1365 }); })();
3337
3447
  let KolInputFile = class KolInputFile extends StencilProxyComponent {
3338
3448
  constructor(changeDetectorRef, r, z) {
3339
3449
  super();
@@ -3408,7 +3518,7 @@ export { KolInputFile };
3408
3518
  type: ViewChild,
3409
3519
  args: [ReplaceTagDirective]
3410
3520
  }] }); })();
3411
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber: 1386 }); })();
3521
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber: 1448 }); })();
3412
3522
  let KolInputNumber = class KolInputNumber extends StencilProxyComponent {
3413
3523
  constructor(changeDetectorRef, r, z) {
3414
3524
  super();
@@ -3483,7 +3593,7 @@ export { KolInputNumber };
3483
3593
  type: ViewChild,
3484
3594
  args: [ReplaceTagDirective]
3485
3595
  }] }); })();
3486
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber: 1462 }); })();
3596
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber: 1524 }); })();
3487
3597
  let KolInputPassword = class KolInputPassword extends StencilProxyComponent {
3488
3598
  constructor(changeDetectorRef, r, z) {
3489
3599
  super();
@@ -3558,7 +3668,7 @@ export { KolInputPassword };
3558
3668
  type: ViewChild,
3559
3669
  args: [ReplaceTagDirective]
3560
3670
  }] }); })();
3561
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber: 1544 }); })();
3671
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber: 1606 }); })();
3562
3672
  let KolInputRadio = class KolInputRadio extends StencilProxyComponent {
3563
3673
  constructor(changeDetectorRef, r, z) {
3564
3674
  super();
@@ -3633,7 +3743,7 @@ export { KolInputRadio };
3633
3743
  type: ViewChild,
3634
3744
  args: [ReplaceTagDirective]
3635
3745
  }] }); })();
3636
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber: 1626 }); })();
3746
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber: 1688 }); })();
3637
3747
  let KolInputRange = class KolInputRange extends StencilProxyComponent {
3638
3748
  constructor(changeDetectorRef, r, z) {
3639
3749
  super();
@@ -3708,7 +3818,7 @@ export { KolInputRange };
3708
3818
  type: ViewChild,
3709
3819
  args: [ReplaceTagDirective]
3710
3820
  }] }); })();
3711
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber: 1699 }); })();
3821
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber: 1761 }); })();
3712
3822
  let KolInputText = class KolInputText extends StencilProxyComponent {
3713
3823
  constructor(changeDetectorRef, r, z) {
3714
3824
  super();
@@ -3783,7 +3893,7 @@ export { KolInputText };
3783
3893
  type: ViewChild,
3784
3894
  args: [ReplaceTagDirective]
3785
3895
  }] }); })();
3786
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber: 1777 }); })();
3896
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber: 1839 }); })();
3787
3897
  let KolKolibri = class KolKolibri extends StencilProxyComponent {
3788
3898
  constructor(changeDetectorRef, r, z) {
3789
3899
  super();
@@ -3857,7 +3967,7 @@ export { KolKolibri };
3857
3967
  type: ViewChild,
3858
3968
  args: [ReplaceTagDirective]
3859
3969
  }] }); })();
3860
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber: 1860 }); })();
3970
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber: 1922 }); })();
3861
3971
  let KolLink = class KolLink extends StencilProxyComponent {
3862
3972
  constructor(changeDetectorRef, r, z) {
3863
3973
  super();
@@ -3932,7 +4042,7 @@ export { KolLink };
3932
4042
  type: ViewChild,
3933
4043
  args: [ReplaceTagDirective]
3934
4044
  }] }); })();
3935
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber: 1920 }); })();
4045
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber: 1982 }); })();
3936
4046
  let KolLinkButton = class KolLinkButton extends StencilProxyComponent {
3937
4047
  constructor(changeDetectorRef, r, z) {
3938
4048
  super();
@@ -4007,7 +4117,7 @@ export { KolLinkButton };
4007
4117
  type: ViewChild,
4008
4118
  args: [ReplaceTagDirective]
4009
4119
  }] }); })();
4010
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 1993 }); })();
4120
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 2055 }); })();
4011
4121
  let KolModal = class KolModal extends StencilProxyComponent {
4012
4122
  constructor(changeDetectorRef, r, z) {
4013
4123
  super();
@@ -4082,7 +4192,7 @@ export { KolModal };
4082
4192
  type: ViewChild,
4083
4193
  args: [ReplaceTagDirective]
4084
4194
  }] }); })();
4085
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2067 }); })();
4195
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2129 }); })();
4086
4196
  let KolNav = class KolNav extends StencilProxyComponent {
4087
4197
  constructor(changeDetectorRef, r, z) {
4088
4198
  super();
@@ -4156,7 +4266,7 @@ export { KolNav };
4156
4266
  type: ViewChild,
4157
4267
  args: [ReplaceTagDirective]
4158
4268
  }] }); })();
4159
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2128 }); })();
4269
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2190 }); })();
4160
4270
  let KolPagination = class KolPagination extends StencilProxyComponent {
4161
4271
  constructor(changeDetectorRef, r, z) {
4162
4272
  super();
@@ -4230,7 +4340,7 @@ export { KolPagination };
4230
4340
  type: ViewChild,
4231
4341
  args: [ReplaceTagDirective]
4232
4342
  }] }); })();
4233
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2192 }); })();
4343
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2254 }); })();
4234
4344
  let KolPopoverButton = class KolPopoverButton extends StencilProxyComponent {
4235
4345
  constructor(changeDetectorRef, r, z) {
4236
4346
  super();
@@ -4305,7 +4415,7 @@ export { KolPopoverButton };
4305
4415
  type: ViewChild,
4306
4416
  args: [ReplaceTagDirective]
4307
4417
  }] }); })();
4308
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2261 }); })();
4418
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2323 }); })();
4309
4419
  let KolPopoverButtonWc = class KolPopoverButtonWc extends StencilProxyComponent {
4310
4420
  constructor(changeDetectorRef, r, z) {
4311
4421
  super();
@@ -4380,7 +4490,7 @@ export { KolPopoverButtonWc };
4380
4490
  type: ViewChild,
4381
4491
  args: [ReplaceTagDirective]
4382
4492
  }] }); })();
4383
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber: 2339 }); })();
4493
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber: 2401 }); })();
4384
4494
  let KolProgress = class KolProgress extends StencilProxyComponent {
4385
4495
  constructor(changeDetectorRef, r, z) {
4386
4496
  super();
@@ -4454,7 +4564,7 @@ export { KolProgress };
4454
4564
  type: ViewChild,
4455
4565
  args: [ReplaceTagDirective]
4456
4566
  }] }); })();
4457
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2416 }); })();
4567
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2478 }); })();
4458
4568
  let KolQuote = class KolQuote extends StencilProxyComponent {
4459
4569
  constructor(changeDetectorRef, r, z) {
4460
4570
  super();
@@ -4528,7 +4638,7 @@ export { KolQuote };
4528
4638
  type: ViewChild,
4529
4639
  args: [ReplaceTagDirective]
4530
4640
  }] }); })();
4531
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2478 }); })();
4641
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2540 }); })();
4532
4642
  let KolSelect = class KolSelect extends StencilProxyComponent {
4533
4643
  constructor(changeDetectorRef, r, z) {
4534
4644
  super();
@@ -4603,7 +4713,7 @@ export { KolSelect };
4603
4713
  type: ViewChild,
4604
4714
  args: [ReplaceTagDirective]
4605
4715
  }] }); })();
4606
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2540 }); })();
4716
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2602 }); })();
4607
4717
  let KolSingleSelect = class KolSingleSelect extends StencilProxyComponent {
4608
4718
  constructor(changeDetectorRef, r, z) {
4609
4719
  super();
@@ -4678,7 +4788,7 @@ export { KolSingleSelect };
4678
4788
  type: ViewChild,
4679
4789
  args: [ReplaceTagDirective]
4680
4790
  }] }); })();
4681
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2618 }); })();
4791
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2680 }); })();
4682
4792
  let KolSkipNav = class KolSkipNav extends StencilProxyComponent {
4683
4793
  constructor(changeDetectorRef, r, z) {
4684
4794
  super();
@@ -4752,7 +4862,7 @@ export { KolSkipNav };
4752
4862
  type: ViewChild,
4753
4863
  args: [ReplaceTagDirective]
4754
4864
  }] }); })();
4755
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2695 }); })();
4865
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2757 }); })();
4756
4866
  let KolSpin = class KolSpin extends StencilProxyComponent {
4757
4867
  constructor(changeDetectorRef, r, z) {
4758
4868
  super();
@@ -4826,7 +4936,7 @@ export { KolSpin };
4826
4936
  type: ViewChild,
4827
4937
  args: [ReplaceTagDirective]
4828
4938
  }] }); })();
4829
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2754 }); })();
4939
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2816 }); })();
4830
4940
  let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
4831
4941
  constructor(changeDetectorRef, r, z) {
4832
4942
  super();
@@ -4901,7 +5011,7 @@ export { KolSplitButton };
4901
5011
  type: ViewChild,
4902
5012
  args: [ReplaceTagDirective]
4903
5013
  }] }); })();
4904
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2814 }); })();
5014
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2876 }); })();
4905
5015
  let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
4906
5016
  constructor(changeDetectorRef, r, z) {
4907
5017
  super();
@@ -4976,7 +5086,7 @@ export { KolTableStateful };
4976
5086
  type: ViewChild,
4977
5087
  args: [ReplaceTagDirective]
4978
5088
  }] }); })();
4979
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 2888 }); })();
5089
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 2950 }); })();
4980
5090
  let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
4981
5091
  constructor(changeDetectorRef, r, z) {
4982
5092
  super();
@@ -5050,7 +5160,7 @@ export { KolTableStateless };
5050
5160
  type: ViewChild,
5051
5161
  args: [ReplaceTagDirective]
5052
5162
  }] }); })();
5053
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 2956 }); })();
5163
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3018 }); })();
5054
5164
  let KolTabs = class KolTabs extends StencilProxyComponent {
5055
5165
  constructor(changeDetectorRef, r, z) {
5056
5166
  super();
@@ -5124,7 +5234,7 @@ export { KolTabs };
5124
5234
  type: ViewChild,
5125
5235
  args: [ReplaceTagDirective]
5126
5236
  }] }); })();
5127
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3021 }); })();
5237
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3083 }); })();
5128
5238
  let KolTextarea = class KolTextarea extends StencilProxyComponent {
5129
5239
  constructor(changeDetectorRef, r, z) {
5130
5240
  super();
@@ -5199,7 +5309,7 @@ export { KolTextarea };
5199
5309
  type: ViewChild,
5200
5310
  args: [ReplaceTagDirective]
5201
5311
  }] }); })();
5202
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3086 }); })();
5312
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3148 }); })();
5203
5313
  let KolToastContainer = class KolToastContainer extends StencilProxyComponent {
5204
5314
  constructor(changeDetectorRef, r, z) {
5205
5315
  super();
@@ -5273,7 +5383,7 @@ export { KolToastContainer };
5273
5383
  type: ViewChild,
5274
5384
  args: [ReplaceTagDirective]
5275
5385
  }] }); })();
5276
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3167 }); })();
5386
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3229 }); })();
5277
5387
  let KolToolbar = class KolToolbar extends StencilProxyComponent {
5278
5388
  constructor(changeDetectorRef, r, z) {
5279
5389
  super();
@@ -5347,7 +5457,7 @@ export { KolToolbar };
5347
5457
  type: ViewChild,
5348
5458
  args: [ReplaceTagDirective]
5349
5459
  }] }); })();
5350
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3225 }); })();
5460
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3287 }); })();
5351
5461
  let KolTree = class KolTree extends StencilProxyComponent {
5352
5462
  constructor(changeDetectorRef, r, z) {
5353
5463
  super();
@@ -5421,7 +5531,7 @@ export { KolTree };
5421
5531
  type: ViewChild,
5422
5532
  args: [ReplaceTagDirective]
5423
5533
  }] }); })();
5424
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3285 }); })();
5534
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3347 }); })();
5425
5535
  let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
5426
5536
  constructor(changeDetectorRef, r, z) {
5427
5537
  super();
@@ -5496,7 +5606,7 @@ export { KolTreeItem };
5496
5606
  type: ViewChild,
5497
5607
  args: [ReplaceTagDirective]
5498
5608
  }] }); })();
5499
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3344 }); })();
5609
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3406 }); })();
5500
5610
  let KolTreeItemWc = class KolTreeItemWc extends StencilProxyComponent {
5501
5611
  constructor(changeDetectorRef, r, z) {
5502
5612
  super();
@@ -5571,7 +5681,7 @@ export { KolTreeItemWc };
5571
5681
  type: ViewChild,
5572
5682
  args: [ReplaceTagDirective]
5573
5683
  }] }); })();
5574
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3406 }); })();
5684
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3468 }); })();
5575
5685
  let KolVersion = class KolVersion extends StencilProxyComponent {
5576
5686
  constructor(changeDetectorRef, r, z) {
5577
5687
  super();
@@ -5645,4 +5755,4 @@ export { KolVersion };
5645
5755
  type: ViewChild,
5646
5756
  args: [ReplaceTagDirective]
5647
5757
  }] }); })();
5648
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3467 }); })();
5758
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3529 }); })();
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
1
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
2
2
  export { ReplaceTagDirective } from './angular-component-lib/ReplaceTagDirective';
3
3
  export { setTagNameTransformer } from './angular-component-lib/tagNameTransformer';
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /* AutoGen NgModule */
2
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
2
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
3
3
  export { ReplaceTagDirective } from './angular-component-lib/ReplaceTagDirective';
4
4
  export { setTagNameTransformer } from './angular-component-lib/tagNameTransformer';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/angular-v20",
3
- "version": "3.0.1",
3
+ "version": "3.0.2-ab502d4896d9763f93bb8cce1b07a1b2f8d04439.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -66,11 +66,11 @@
66
66
  "rxjs": "7.8.2",
67
67
  "typescript": "5.8.3",
68
68
  "zone.js": "0.15.1",
69
- "@public-ui/components": "3.0.1"
69
+ "@public-ui/components": "3.0.2-ab502d4896d9763f93bb8cce1b07a1b2f8d04439.0"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "@angular/core": "^20.0.3",
73
- "@public-ui/components": "3.0.1"
73
+ "@public-ui/components": "3.0.2-ab502d4896d9763f93bb8cce1b07a1b2f8d04439.0"
74
74
  },
75
75
  "files": [
76
76
  "dist"