@public-ui/angular-v21 4.0.3-rc.2 → 4.0.4-rc.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.
@@ -1,4 +1,4 @@
1
- import { ChangeDetectorRef, ElementRef, OnChanges, NgZone } from '@angular/core';
1
+ import { ChangeDetectorRef, ElementRef, OnChanges, EventEmitter, NgZone } from '@angular/core';
2
2
  import { ReplaceTagDirective } from './angular-component-lib/ReplaceTagDirective';
3
3
  import { StencilProxyComponent } from './angular-component-lib/StencilProxyComponent';
4
4
  import { Components } from '@public-ui/components';
@@ -220,6 +220,22 @@ export declare class KolCardWc extends StencilProxyComponent implements OnChange
220
220
  }
221
221
  export declare interface KolCardWc extends Components.KolCardWc {
222
222
  }
223
+ export declare class KolClickButton extends StencilProxyComponent implements OnChanges {
224
+ private changeDetectorRef;
225
+ protected z: NgZone;
226
+ _label: any;
227
+ protected el: HTMLElement;
228
+ availableInputProperties: string[];
229
+ hasTagNameTransformer: boolean;
230
+ tagName: string;
231
+ replaceTagDirective: ReplaceTagDirective;
232
+ constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
233
+ ngOnChanges(): void;
234
+ static ɵfac: i0.ɵɵFactoryDeclaration<KolClickButton, never>;
235
+ static ɵcmp: i0.ɵɵComponentDeclaration<KolClickButton, "kol-click-button", never, { "_label": { "alias": "_label"; "required": false; }; }, {}, never, ["*"], true, never>;
236
+ }
237
+ export declare interface KolClickButton extends Components.KolClickButton {
238
+ }
223
239
  export declare class KolCombobox extends StencilProxyComponent implements OnChanges {
224
240
  private changeDetectorRef;
225
241
  protected z: NgZone;
@@ -1119,6 +1135,31 @@ export declare class KolSingleSelect extends StencilProxyComponent implements On
1119
1135
  }
1120
1136
  export declare interface KolSingleSelect extends Components.KolSingleSelect {
1121
1137
  }
1138
+ export declare class KolSkeleton extends StencilProxyComponent implements OnChanges {
1139
+ private changeDetectorRef;
1140
+ protected z: NgZone;
1141
+ _count: any;
1142
+ _name: any;
1143
+ protected el: HTMLElement;
1144
+ availableInputProperties: string[];
1145
+ hasTagNameTransformer: boolean;
1146
+ tagName: string;
1147
+ replaceTagDirective: ReplaceTagDirective;
1148
+ constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
1149
+ ngOnChanges(): void;
1150
+ static ɵfac: i0.ɵɵFactoryDeclaration<KolSkeleton, never>;
1151
+ static ɵcmp: i0.ɵɵComponentDeclaration<KolSkeleton, "kol-skeleton", never, { "_count": { "alias": "_count"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; }, {}, never, ["*"], true, never>;
1152
+ }
1153
+ export declare interface KolSkeleton extends Components.KolSkeleton {
1154
+ /**
1155
+ * Emitted when the skeleton has finished loading.
1156
+ */
1157
+ loaded: EventEmitter<CustomEvent<number>>;
1158
+ /**
1159
+ * Emitted when the skeleton has been rendered for the first time.
1160
+ */
1161
+ rendered: EventEmitter<CustomEvent<void>>;
1162
+ }
1122
1163
  export declare class KolSkipNav extends StencilProxyComponent implements OnChanges {
1123
1164
  private changeDetectorRef;
1124
1165
  protected z: NgZone;
@@ -2,7 +2,7 @@ import { __decorate } from "tslib";
2
2
  /* tslint:disable */
3
3
  /* auto-generated angular directive proxies */
4
4
  import { ChangeDetectionStrategy, Component, ViewChild, forwardRef } from '@angular/core';
5
- import { ProxyCmp } from './angular-component-lib/utils';
5
+ import { ProxyCmp, proxyOutputs } from './angular-component-lib/utils';
6
6
  import { ReplaceTagDirective } from './angular-component-lib/ReplaceTagDirective';
7
7
  import { StencilProxyComponent } from './angular-component-lib/StencilProxyComponent';
8
8
  import { tagNameTransformer } from './angular-component-lib/tagNameTransformer';
@@ -368,6 +368,42 @@ function KolCardWc_ng_template_1_Template(rf, ctx) { if (rf & 1) {
368
368
  function KolCardWc_ng_template_3_Template(rf, ctx) { if (rf & 1) {
369
369
  i0.ɵɵprojection(0);
370
370
  } }
371
+ function KolClickButton_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
372
+ i0.ɵɵdomElementContainer(0);
373
+ } }
374
+ function KolClickButton_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf & 1) {
375
+ i0.ɵɵdomElementStart(0, "stencil-ng-proxy", 5, 2);
376
+ i0.ɵɵdomTemplate(2, KolClickButton_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template, 1, 0, "ng-container", 6);
377
+ i0.ɵɵdomElementEnd();
378
+ } if (rf & 2) {
379
+ const ctx_r0 = i0.ɵɵnextContext(2);
380
+ const ngContentOutlet_r2 = i0.ɵɵreference(4);
381
+ i0.ɵɵdomProperty("_label", ctx_r0._label);
382
+ i0.ɵɵadvance(2);
383
+ i0.ɵɵdomProperty("ngTemplateOutlet", ngContentOutlet_r2);
384
+ } }
385
+ function KolClickButton_ng_container_0_Template(rf, ctx) { if (rf & 1) {
386
+ i0.ɵɵdomElementContainerStart(0);
387
+ i0.ɵɵdomTemplate(1, KolClickButton_ng_container_0_stencil_ng_proxy_1_Template, 3, 2, "stencil-ng-proxy", 4);
388
+ i0.ɵɵdomElementContainerEnd();
389
+ } if (rf & 2) {
390
+ const ctx_r0 = i0.ɵɵnextContext();
391
+ i0.ɵɵadvance();
392
+ i0.ɵɵdomProperty("replaceTag", ctx_r0.tagName);
393
+ } }
394
+ function KolClickButton_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
395
+ i0.ɵɵdomElementContainer(0);
396
+ } }
397
+ function KolClickButton_ng_template_1_Template(rf, ctx) { if (rf & 1) {
398
+ i0.ɵɵdomTemplate(0, KolClickButton_ng_template_1_ng_container_0_Template, 1, 0, "ng-container", 6);
399
+ } if (rf & 2) {
400
+ i0.ɵɵnextContext();
401
+ const ngContentOutlet_r2 = i0.ɵɵreference(4);
402
+ i0.ɵɵdomProperty("ngTemplateOutlet", ngContentOutlet_r2);
403
+ } }
404
+ function KolClickButton_ng_template_3_Template(rf, ctx) { if (rf & 1) {
405
+ i0.ɵɵprojection(0);
406
+ } }
371
407
  function KolCombobox_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
372
408
  i0.ɵɵdomElementContainer(0);
373
409
  } }
@@ -1520,6 +1556,42 @@ function KolSingleSelect_ng_template_1_Template(rf, ctx) { if (rf & 1) {
1520
1556
  function KolSingleSelect_ng_template_3_Template(rf, ctx) { if (rf & 1) {
1521
1557
  i0.ɵɵprojection(0);
1522
1558
  } }
1559
+ function KolSkeleton_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
1560
+ i0.ɵɵdomElementContainer(0);
1561
+ } }
1562
+ function KolSkeleton_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf & 1) {
1563
+ i0.ɵɵdomElementStart(0, "stencil-ng-proxy", 5, 2);
1564
+ i0.ɵɵdomTemplate(2, KolSkeleton_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template, 1, 0, "ng-container", 6);
1565
+ i0.ɵɵdomElementEnd();
1566
+ } if (rf & 2) {
1567
+ const ctx_r0 = i0.ɵɵnextContext(2);
1568
+ const ngContentOutlet_r2 = i0.ɵɵreference(4);
1569
+ i0.ɵɵdomProperty("_count", ctx_r0._count)("_name", ctx_r0._name);
1570
+ i0.ɵɵadvance(2);
1571
+ i0.ɵɵdomProperty("ngTemplateOutlet", ngContentOutlet_r2);
1572
+ } }
1573
+ function KolSkeleton_ng_container_0_Template(rf, ctx) { if (rf & 1) {
1574
+ i0.ɵɵdomElementContainerStart(0);
1575
+ i0.ɵɵdomTemplate(1, KolSkeleton_ng_container_0_stencil_ng_proxy_1_Template, 3, 3, "stencil-ng-proxy", 4);
1576
+ i0.ɵɵdomElementContainerEnd();
1577
+ } if (rf & 2) {
1578
+ const ctx_r0 = i0.ɵɵnextContext();
1579
+ i0.ɵɵadvance();
1580
+ i0.ɵɵdomProperty("replaceTag", ctx_r0.tagName);
1581
+ } }
1582
+ function KolSkeleton_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
1583
+ i0.ɵɵdomElementContainer(0);
1584
+ } }
1585
+ function KolSkeleton_ng_template_1_Template(rf, ctx) { if (rf & 1) {
1586
+ i0.ɵɵdomTemplate(0, KolSkeleton_ng_template_1_ng_container_0_Template, 1, 0, "ng-container", 6);
1587
+ } if (rf & 2) {
1588
+ i0.ɵɵnextContext();
1589
+ const ngContentOutlet_r2 = i0.ɵɵreference(4);
1590
+ i0.ɵɵdomProperty("ngTemplateOutlet", ngContentOutlet_r2);
1591
+ } }
1592
+ function KolSkeleton_ng_template_3_Template(rf, ctx) { if (rf & 1) {
1593
+ i0.ɵɵprojection(0);
1594
+ } }
1523
1595
  function KolSkipNav_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
1524
1596
  i0.ɵɵdomElementContainer(0);
1525
1597
  } }
@@ -2731,6 +2803,81 @@ export { KolCardWc };
2731
2803
  args: [ReplaceTagDirective]
2732
2804
  }] }); })();
2733
2805
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCardWc, { className: "KolCardWc", filePath: "components.ts", lineNumber: 625 }); })();
2806
+ let KolClickButton = class KolClickButton extends StencilProxyComponent {
2807
+ constructor(changeDetectorRef, r, z) {
2808
+ super();
2809
+ this.changeDetectorRef = changeDetectorRef;
2810
+ this.z = z;
2811
+ this.availableInputProperties = ['_label'];
2812
+ changeDetectorRef.detach();
2813
+ const originalTagName = 'kol-click-button';
2814
+ this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
2815
+ this.hasTagNameTransformer = typeof tagNameTransformer === 'function';
2816
+ this.el = r.nativeElement;
2817
+ }
2818
+ ngOnChanges() {
2819
+ if (typeof this.replaceTagDirective === 'object' && this.replaceTagDirective !== null && typeof this.replaceTagDirective.handlePropertyChanges === 'function') {
2820
+ this.replaceTagDirective.handlePropertyChanges();
2821
+ }
2822
+ this.changeDetectorRef.detectChanges();
2823
+ }
2824
+ };
2825
+ KolClickButton.ɵfac = function KolClickButton_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || KolClickButton)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
2826
+ KolClickButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolClickButton, selectors: [["kol-click-button"]], viewQuery: function KolClickButton_Query(rf, ctx) { if (rf & 1) {
2827
+ i0.ɵɵviewQuery(ReplaceTagDirective, 5);
2828
+ } if (rf & 2) {
2829
+ let _t;
2830
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
2831
+ } }, inputs: { _label: "_label" }, features: [i0.ɵɵProvidersFeature([
2832
+ { provide: StencilProxyComponent, useExisting: forwardRef(() => KolClickButton) }
2833
+ ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_label", 4, "replaceTag"], [3, "_label"], [4, "ngTemplateOutlet"]], template: function KolClickButton_Template(rf, ctx) { if (rf & 1) {
2834
+ i0.ɵɵprojectionDef();
2835
+ i0.ɵɵdomTemplate(0, KolClickButton_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolClickButton_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolClickButton_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
2836
+ } if (rf & 2) {
2837
+ const defaultCase_r3 = i0.ɵɵreference(2);
2838
+ i0.ɵɵdomProperty("ngIf", ctx.hasTagNameTransformer)("ngIfElse", defaultCase_r3);
2839
+ } }, encapsulation: 2, changeDetection: 0 });
2840
+ KolClickButton = __decorate([
2841
+ ProxyCmp({
2842
+ inputs: ['_label'],
2843
+ methods: ['focus']
2844
+ })
2845
+ ], KolClickButton);
2846
+ export { KolClickButton };
2847
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(KolClickButton, [{
2848
+ type: Component,
2849
+ args: [{
2850
+ selector: 'kol-click-button',
2851
+ changeDetection: ChangeDetectionStrategy.OnPush,
2852
+ template: `
2853
+ <ng-container *ngIf="hasTagNameTransformer; else defaultCase">
2854
+ <stencil-ng-proxy
2855
+ [_label]="_label"
2856
+ *replaceTag="tagName"
2857
+ #replaceTagHost
2858
+ >
2859
+ <ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
2860
+ </stencil-ng-proxy>
2861
+ </ng-container>
2862
+
2863
+ <ng-template #defaultCase>
2864
+ <ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
2865
+ </ng-template>
2866
+
2867
+ <ng-template #ngContentOutlet>
2868
+ <ng-content></ng-content>
2869
+ </ng-template>`,
2870
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2871
+ inputs: ['_label'],
2872
+ providers: [
2873
+ { provide: StencilProxyComponent, useExisting: forwardRef(() => KolClickButton) }
2874
+ ],
2875
+ }]
2876
+ }], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { replaceTagDirective: [{
2877
+ type: ViewChild,
2878
+ args: [ReplaceTagDirective]
2879
+ }] }); })();
2880
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolClickButton, { className: "KolClickButton", filePath: "components.ts", lineNumber: 687 }); })();
2734
2881
  let KolCombobox = class KolCombobox extends StencilProxyComponent {
2735
2882
  constructor(changeDetectorRef, r, z) {
2736
2883
  super();
@@ -2805,7 +2952,7 @@ export { KolCombobox };
2805
2952
  type: ViewChild,
2806
2953
  args: [ReplaceTagDirective]
2807
2954
  }] }); })();
2808
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCombobox, { className: "KolCombobox", filePath: "components.ts", lineNumber: 687 }); })();
2955
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCombobox, { className: "KolCombobox", filePath: "components.ts", lineNumber: 746 }); })();
2809
2956
  let KolDetails = class KolDetails extends StencilProxyComponent {
2810
2957
  constructor(changeDetectorRef, r, z) {
2811
2958
  super();
@@ -2880,7 +3027,7 @@ export { KolDetails };
2880
3027
  type: ViewChild,
2881
3028
  args: [ReplaceTagDirective]
2882
3029
  }] }); })();
2883
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDetails, { className: "KolDetails", filePath: "components.ts", lineNumber: 763 }); })();
3030
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDetails, { className: "KolDetails", filePath: "components.ts", lineNumber: 822 }); })();
2884
3031
  let KolDialog = class KolDialog extends StencilProxyComponent {
2885
3032
  constructor(changeDetectorRef, r, z) {
2886
3033
  super();
@@ -2955,7 +3102,7 @@ export { KolDialog };
2955
3102
  type: ViewChild,
2956
3103
  args: [ReplaceTagDirective]
2957
3104
  }] }); })();
2958
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDialog, { className: "KolDialog", filePath: "components.ts", lineNumber: 826 }); })();
3105
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDialog, { className: "KolDialog", filePath: "components.ts", lineNumber: 885 }); })();
2959
3106
  let KolDrawer = class KolDrawer extends StencilProxyComponent {
2960
3107
  constructor(changeDetectorRef, r, z) {
2961
3108
  super();
@@ -3030,7 +3177,7 @@ export { KolDrawer };
3030
3177
  type: ViewChild,
3031
3178
  args: [ReplaceTagDirective]
3032
3179
  }] }); })();
3033
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber: 888 }); })();
3180
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber: 947 }); })();
3034
3181
  let KolForm = class KolForm extends StencilProxyComponent {
3035
3182
  constructor(changeDetectorRef, r, z) {
3036
3183
  super();
@@ -3105,7 +3252,7 @@ export { KolForm };
3105
3252
  type: ViewChild,
3106
3253
  args: [ReplaceTagDirective]
3107
3254
  }] }); })();
3108
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber: 951 }); })();
3255
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber: 1010 }); })();
3109
3256
  let KolHeading = class KolHeading extends StencilProxyComponent {
3110
3257
  constructor(changeDetectorRef, r, z) {
3111
3258
  super();
@@ -3179,7 +3326,7 @@ export { KolHeading };
3179
3326
  type: ViewChild,
3180
3327
  args: [ReplaceTagDirective]
3181
3328
  }] }); })();
3182
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber: 1011 }); })();
3329
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber: 1070 }); })();
3183
3330
  let KolIcon = class KolIcon extends StencilProxyComponent {
3184
3331
  constructor(changeDetectorRef, r, z) {
3185
3332
  super();
@@ -3253,7 +3400,7 @@ export { KolIcon };
3253
3400
  type: ViewChild,
3254
3401
  args: [ReplaceTagDirective]
3255
3402
  }] }); })();
3256
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber: 1071 }); })();
3403
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber: 1130 }); })();
3257
3404
  let KolImage = class KolImage extends StencilProxyComponent {
3258
3405
  constructor(changeDetectorRef, r, z) {
3259
3406
  super();
@@ -3327,7 +3474,7 @@ export { KolImage };
3327
3474
  type: ViewChild,
3328
3475
  args: [ReplaceTagDirective]
3329
3476
  }] }); })();
3330
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber: 1130 }); })();
3477
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber: 1189 }); })();
3331
3478
  let KolInputCheckbox = class KolInputCheckbox extends StencilProxyComponent {
3332
3479
  constructor(changeDetectorRef, r, z) {
3333
3480
  super();
@@ -3402,7 +3549,7 @@ export { KolInputCheckbox };
3402
3549
  type: ViewChild,
3403
3550
  args: [ReplaceTagDirective]
3404
3551
  }] }); })();
3405
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber: 1193 }); })();
3552
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber: 1252 }); })();
3406
3553
  let KolInputColor = class KolInputColor extends StencilProxyComponent {
3407
3554
  constructor(changeDetectorRef, r, z) {
3408
3555
  super();
@@ -3477,7 +3624,7 @@ export { KolInputColor };
3477
3624
  type: ViewChild,
3478
3625
  args: [ReplaceTagDirective]
3479
3626
  }] }); })();
3480
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber: 1270 }); })();
3627
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber: 1329 }); })();
3481
3628
  let KolInputDate = class KolInputDate extends StencilProxyComponent {
3482
3629
  constructor(changeDetectorRef, r, z) {
3483
3630
  super();
@@ -3552,7 +3699,7 @@ export { KolInputDate };
3552
3699
  type: ViewChild,
3553
3700
  args: [ReplaceTagDirective]
3554
3701
  }] }); })();
3555
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber: 1345 }); })();
3702
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber: 1404 }); })();
3556
3703
  let KolInputEmail = class KolInputEmail extends StencilProxyComponent {
3557
3704
  constructor(changeDetectorRef, r, z) {
3558
3705
  super();
@@ -3627,7 +3774,7 @@ export { KolInputEmail };
3627
3774
  type: ViewChild,
3628
3775
  args: [ReplaceTagDirective]
3629
3776
  }] }); })();
3630
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber: 1426 }); })();
3777
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber: 1485 }); })();
3631
3778
  let KolInputFile = class KolInputFile extends StencilProxyComponent {
3632
3779
  constructor(changeDetectorRef, r, z) {
3633
3780
  super();
@@ -3702,7 +3849,7 @@ export { KolInputFile };
3702
3849
  type: ViewChild,
3703
3850
  args: [ReplaceTagDirective]
3704
3851
  }] }); })();
3705
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber: 1509 }); })();
3852
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber: 1568 }); })();
3706
3853
  let KolInputNumber = class KolInputNumber extends StencilProxyComponent {
3707
3854
  constructor(changeDetectorRef, r, z) {
3708
3855
  super();
@@ -3777,7 +3924,7 @@ export { KolInputNumber };
3777
3924
  type: ViewChild,
3778
3925
  args: [ReplaceTagDirective]
3779
3926
  }] }); })();
3780
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber: 1584 }); })();
3927
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber: 1643 }); })();
3781
3928
  let KolInputPassword = class KolInputPassword extends StencilProxyComponent {
3782
3929
  constructor(changeDetectorRef, r, z) {
3783
3930
  super();
@@ -3852,7 +3999,7 @@ export { KolInputPassword };
3852
3999
  type: ViewChild,
3853
4000
  args: [ReplaceTagDirective]
3854
4001
  }] }); })();
3855
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber: 1665 }); })();
4002
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber: 1724 }); })();
3856
4003
  let KolInputRadio = class KolInputRadio extends StencilProxyComponent {
3857
4004
  constructor(changeDetectorRef, r, z) {
3858
4005
  super();
@@ -3927,7 +4074,7 @@ export { KolInputRadio };
3927
4074
  type: ViewChild,
3928
4075
  args: [ReplaceTagDirective]
3929
4076
  }] }); })();
3930
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber: 1747 }); })();
4077
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber: 1806 }); })();
3931
4078
  let KolInputRange = class KolInputRange extends StencilProxyComponent {
3932
4079
  constructor(changeDetectorRef, r, z) {
3933
4080
  super();
@@ -4002,7 +4149,7 @@ export { KolInputRange };
4002
4149
  type: ViewChild,
4003
4150
  args: [ReplaceTagDirective]
4004
4151
  }] }); })();
4005
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber: 1819 }); })();
4152
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber: 1878 }); })();
4006
4153
  let KolInputText = class KolInputText extends StencilProxyComponent {
4007
4154
  constructor(changeDetectorRef, r, z) {
4008
4155
  super();
@@ -4077,7 +4224,7 @@ export { KolInputText };
4077
4224
  type: ViewChild,
4078
4225
  args: [ReplaceTagDirective]
4079
4226
  }] }); })();
4080
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber: 1896 }); })();
4227
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber: 1955 }); })();
4081
4228
  let KolKolibri = class KolKolibri extends StencilProxyComponent {
4082
4229
  constructor(changeDetectorRef, r, z) {
4083
4230
  super();
@@ -4151,7 +4298,7 @@ export { KolKolibri };
4151
4298
  type: ViewChild,
4152
4299
  args: [ReplaceTagDirective]
4153
4300
  }] }); })();
4154
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber: 1979 }); })();
4301
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber: 2038 }); })();
4155
4302
  let KolLink = class KolLink extends StencilProxyComponent {
4156
4303
  constructor(changeDetectorRef, r, z) {
4157
4304
  super();
@@ -4226,7 +4373,7 @@ export { KolLink };
4226
4373
  type: ViewChild,
4227
4374
  args: [ReplaceTagDirective]
4228
4375
  }] }); })();
4229
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber: 2039 }); })();
4376
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber: 2098 }); })();
4230
4377
  let KolLinkButton = class KolLinkButton extends StencilProxyComponent {
4231
4378
  constructor(changeDetectorRef, r, z) {
4232
4379
  super();
@@ -4301,7 +4448,7 @@ export { KolLinkButton };
4301
4448
  type: ViewChild,
4302
4449
  args: [ReplaceTagDirective]
4303
4450
  }] }); })();
4304
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 2115 }); })();
4451
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 2174 }); })();
4305
4452
  let KolModal = class KolModal extends StencilProxyComponent {
4306
4453
  constructor(changeDetectorRef, r, z) {
4307
4454
  super();
@@ -4376,7 +4523,7 @@ export { KolModal };
4376
4523
  type: ViewChild,
4377
4524
  args: [ReplaceTagDirective]
4378
4525
  }] }); })();
4379
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2190 }); })();
4526
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2249 }); })();
4380
4527
  let KolNav = class KolNav extends StencilProxyComponent {
4381
4528
  constructor(changeDetectorRef, r, z) {
4382
4529
  super();
@@ -4450,7 +4597,7 @@ export { KolNav };
4450
4597
  type: ViewChild,
4451
4598
  args: [ReplaceTagDirective]
4452
4599
  }] }); })();
4453
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2251 }); })();
4600
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2310 }); })();
4454
4601
  let KolPagination = class KolPagination extends StencilProxyComponent {
4455
4602
  constructor(changeDetectorRef, r, z) {
4456
4603
  super();
@@ -4524,7 +4671,7 @@ export { KolPagination };
4524
4671
  type: ViewChild,
4525
4672
  args: [ReplaceTagDirective]
4526
4673
  }] }); })();
4527
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2314 }); })();
4674
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2373 }); })();
4528
4675
  let KolPaginationWc = class KolPaginationWc extends StencilProxyComponent {
4529
4676
  constructor(changeDetectorRef, r, z) {
4530
4677
  super();
@@ -4598,7 +4745,7 @@ export { KolPaginationWc };
4598
4745
  type: ViewChild,
4599
4746
  args: [ReplaceTagDirective]
4600
4747
  }] }); })();
4601
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber: 2382 }); })();
4748
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber: 2441 }); })();
4602
4749
  let KolPopoverButton = class KolPopoverButton extends StencilProxyComponent {
4603
4750
  constructor(changeDetectorRef, r, z) {
4604
4751
  super();
@@ -4673,7 +4820,7 @@ export { KolPopoverButton };
4673
4820
  type: ViewChild,
4674
4821
  args: [ReplaceTagDirective]
4675
4822
  }] }); })();
4676
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2451 }); })();
4823
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2510 }); })();
4677
4824
  let KolPopoverButtonWc = class KolPopoverButtonWc extends StencilProxyComponent {
4678
4825
  constructor(changeDetectorRef, r, z) {
4679
4826
  super();
@@ -4748,7 +4895,7 @@ export { KolPopoverButtonWc };
4748
4895
  type: ViewChild,
4749
4896
  args: [ReplaceTagDirective]
4750
4897
  }] }); })();
4751
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber: 2525 }); })();
4898
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber: 2584 }); })();
4752
4899
  let KolProgress = class KolProgress extends StencilProxyComponent {
4753
4900
  constructor(changeDetectorRef, r, z) {
4754
4901
  super();
@@ -4822,7 +4969,7 @@ export { KolProgress };
4822
4969
  type: ViewChild,
4823
4970
  args: [ReplaceTagDirective]
4824
4971
  }] }); })();
4825
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2598 }); })();
4972
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2657 }); })();
4826
4973
  let KolQuote = class KolQuote extends StencilProxyComponent {
4827
4974
  constructor(changeDetectorRef, r, z) {
4828
4975
  super();
@@ -4896,7 +5043,7 @@ export { KolQuote };
4896
5043
  type: ViewChild,
4897
5044
  args: [ReplaceTagDirective]
4898
5045
  }] }); })();
4899
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2660 }); })();
5046
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2719 }); })();
4900
5047
  let KolSelect = class KolSelect extends StencilProxyComponent {
4901
5048
  constructor(changeDetectorRef, r, z) {
4902
5049
  super();
@@ -4971,7 +5118,7 @@ export { KolSelect };
4971
5118
  type: ViewChild,
4972
5119
  args: [ReplaceTagDirective]
4973
5120
  }] }); })();
4974
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2722 }); })();
5121
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2781 }); })();
4975
5122
  let KolSelectWc = class KolSelectWc extends StencilProxyComponent {
4976
5123
  constructor(changeDetectorRef, r, z) {
4977
5124
  super();
@@ -5046,7 +5193,7 @@ export { KolSelectWc };
5046
5193
  type: ViewChild,
5047
5194
  args: [ReplaceTagDirective]
5048
5195
  }] }); })();
5049
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelectWc, { className: "KolSelectWc", filePath: "components.ts", lineNumber: 2799 }); })();
5196
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelectWc, { className: "KolSelectWc", filePath: "components.ts", lineNumber: 2858 }); })();
5050
5197
  let KolSingleSelect = class KolSingleSelect extends StencilProxyComponent {
5051
5198
  constructor(changeDetectorRef, r, z) {
5052
5199
  super();
@@ -5121,7 +5268,83 @@ export { KolSingleSelect };
5121
5268
  type: ViewChild,
5122
5269
  args: [ReplaceTagDirective]
5123
5270
  }] }); })();
5124
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2876 }); })();
5271
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2935 }); })();
5272
+ let KolSkeleton = class KolSkeleton extends StencilProxyComponent {
5273
+ constructor(changeDetectorRef, r, z) {
5274
+ super();
5275
+ this.changeDetectorRef = changeDetectorRef;
5276
+ this.z = z;
5277
+ this.availableInputProperties = ['_count', '_name'];
5278
+ changeDetectorRef.detach();
5279
+ const originalTagName = 'kol-skeleton';
5280
+ this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
5281
+ this.hasTagNameTransformer = typeof tagNameTransformer === 'function';
5282
+ this.el = r.nativeElement;
5283
+ proxyOutputs(this, this.el, ['loaded', 'rendered']);
5284
+ }
5285
+ ngOnChanges() {
5286
+ if (typeof this.replaceTagDirective === 'object' && this.replaceTagDirective !== null && typeof this.replaceTagDirective.handlePropertyChanges === 'function') {
5287
+ this.replaceTagDirective.handlePropertyChanges();
5288
+ }
5289
+ this.changeDetectorRef.detectChanges();
5290
+ }
5291
+ };
5292
+ KolSkeleton.ɵfac = function KolSkeleton_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || KolSkeleton)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
5293
+ KolSkeleton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSkeleton, selectors: [["kol-skeleton"]], viewQuery: function KolSkeleton_Query(rf, ctx) { if (rf & 1) {
5294
+ i0.ɵɵviewQuery(ReplaceTagDirective, 5);
5295
+ } if (rf & 2) {
5296
+ let _t;
5297
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
5298
+ } }, inputs: { _count: "_count", _name: "_name" }, features: [i0.ɵɵProvidersFeature([
5299
+ { provide: StencilProxyComponent, useExisting: forwardRef(() => KolSkeleton) }
5300
+ ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_count", "_name", 4, "replaceTag"], [3, "_count", "_name"], [4, "ngTemplateOutlet"]], template: function KolSkeleton_Template(rf, ctx) { if (rf & 1) {
5301
+ i0.ɵɵprojectionDef();
5302
+ i0.ɵɵdomTemplate(0, KolSkeleton_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolSkeleton_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolSkeleton_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
5303
+ } if (rf & 2) {
5304
+ const defaultCase_r3 = i0.ɵɵreference(2);
5305
+ i0.ɵɵdomProperty("ngIf", ctx.hasTagNameTransformer)("ngIfElse", defaultCase_r3);
5306
+ } }, encapsulation: 2, changeDetection: 0 });
5307
+ KolSkeleton = __decorate([
5308
+ ProxyCmp({
5309
+ inputs: ['_count', '_name'],
5310
+ methods: ['focus', 'toggle']
5311
+ })
5312
+ ], KolSkeleton);
5313
+ export { KolSkeleton };
5314
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(KolSkeleton, [{
5315
+ type: Component,
5316
+ args: [{
5317
+ selector: 'kol-skeleton',
5318
+ changeDetection: ChangeDetectionStrategy.OnPush,
5319
+ template: `
5320
+ <ng-container *ngIf="hasTagNameTransformer; else defaultCase">
5321
+ <stencil-ng-proxy
5322
+ [_count]="_count" [_name]="_name"
5323
+ *replaceTag="tagName"
5324
+ #replaceTagHost
5325
+ >
5326
+ <ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
5327
+ </stencil-ng-proxy>
5328
+ </ng-container>
5329
+
5330
+ <ng-template #defaultCase>
5331
+ <ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
5332
+ </ng-template>
5333
+
5334
+ <ng-template #ngContentOutlet>
5335
+ <ng-content></ng-content>
5336
+ </ng-template>`,
5337
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
5338
+ inputs: ['_count', '_name'],
5339
+ providers: [
5340
+ { provide: StencilProxyComponent, useExisting: forwardRef(() => KolSkeleton) }
5341
+ ],
5342
+ }]
5343
+ }], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { replaceTagDirective: [{
5344
+ type: ViewChild,
5345
+ args: [ReplaceTagDirective]
5346
+ }] }); })();
5347
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkeleton, { className: "KolSkeleton", filePath: "components.ts", lineNumber: 3012 }); })();
5125
5348
  let KolSkipNav = class KolSkipNav extends StencilProxyComponent {
5126
5349
  constructor(changeDetectorRef, r, z) {
5127
5350
  super();
@@ -5196,7 +5419,7 @@ export { KolSkipNav };
5196
5419
  type: ViewChild,
5197
5420
  args: [ReplaceTagDirective]
5198
5421
  }] }); })();
5199
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2953 }); })();
5422
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 3082 }); })();
5200
5423
  let KolSpin = class KolSpin extends StencilProxyComponent {
5201
5424
  constructor(changeDetectorRef, r, z) {
5202
5425
  super();
@@ -5270,7 +5493,7 @@ export { KolSpin };
5270
5493
  type: ViewChild,
5271
5494
  args: [ReplaceTagDirective]
5272
5495
  }] }); })();
5273
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 3012 }); })();
5496
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 3141 }); })();
5274
5497
  let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
5275
5498
  constructor(changeDetectorRef, r, z) {
5276
5499
  super();
@@ -5345,7 +5568,7 @@ export { KolSplitButton };
5345
5568
  type: ViewChild,
5346
5569
  args: [ReplaceTagDirective]
5347
5570
  }] }); })();
5348
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 3073 }); })();
5571
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 3202 }); })();
5349
5572
  let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
5350
5573
  constructor(changeDetectorRef, r, z) {
5351
5574
  super();
@@ -5420,7 +5643,7 @@ export { KolTableStateful };
5420
5643
  type: ViewChild,
5421
5644
  args: [ReplaceTagDirective]
5422
5645
  }] }); })();
5423
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3149 }); })();
5646
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3278 }); })();
5424
5647
  let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
5425
5648
  constructor(changeDetectorRef, r, z) {
5426
5649
  super();
@@ -5494,7 +5717,7 @@ export { KolTableStateless };
5494
5717
  type: ViewChild,
5495
5718
  args: [ReplaceTagDirective]
5496
5719
  }] }); })();
5497
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3216 }); })();
5720
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3345 }); })();
5498
5721
  let KolTabs = class KolTabs extends StencilProxyComponent {
5499
5722
  constructor(changeDetectorRef, r, z) {
5500
5723
  super();
@@ -5568,7 +5791,7 @@ export { KolTabs };
5568
5791
  type: ViewChild,
5569
5792
  args: [ReplaceTagDirective]
5570
5793
  }] }); })();
5571
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3280 }); })();
5794
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3409 }); })();
5572
5795
  let KolTextarea = class KolTextarea extends StencilProxyComponent {
5573
5796
  constructor(changeDetectorRef, r, z) {
5574
5797
  super();
@@ -5643,7 +5866,7 @@ export { KolTextarea };
5643
5866
  type: ViewChild,
5644
5867
  args: [ReplaceTagDirective]
5645
5868
  }] }); })();
5646
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3345 }); })();
5869
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3474 }); })();
5647
5870
  let KolToastContainer = class KolToastContainer extends StencilProxyComponent {
5648
5871
  constructor(changeDetectorRef, r, z) {
5649
5872
  super();
@@ -5717,7 +5940,7 @@ export { KolToastContainer };
5717
5940
  type: ViewChild,
5718
5941
  args: [ReplaceTagDirective]
5719
5942
  }] }); })();
5720
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3426 }); })();
5943
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3555 }); })();
5721
5944
  let KolToolbar = class KolToolbar extends StencilProxyComponent {
5722
5945
  constructor(changeDetectorRef, r, z) {
5723
5946
  super();
@@ -5791,7 +6014,7 @@ export { KolToolbar };
5791
6014
  type: ViewChild,
5792
6015
  args: [ReplaceTagDirective]
5793
6016
  }] }); })();
5794
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3484 }); })();
6017
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3613 }); })();
5795
6018
  let KolTree = class KolTree extends StencilProxyComponent {
5796
6019
  constructor(changeDetectorRef, r, z) {
5797
6020
  super();
@@ -5865,7 +6088,7 @@ export { KolTree };
5865
6088
  type: ViewChild,
5866
6089
  args: [ReplaceTagDirective]
5867
6090
  }] }); })();
5868
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3544 }); })();
6091
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3673 }); })();
5869
6092
  let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
5870
6093
  constructor(changeDetectorRef, r, z) {
5871
6094
  super();
@@ -5940,7 +6163,7 @@ export { KolTreeItem };
5940
6163
  type: ViewChild,
5941
6164
  args: [ReplaceTagDirective]
5942
6165
  }] }); })();
5943
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3603 }); })();
6166
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3732 }); })();
5944
6167
  let KolTreeItemWc = class KolTreeItemWc extends StencilProxyComponent {
5945
6168
  constructor(changeDetectorRef, r, z) {
5946
6169
  super();
@@ -6015,7 +6238,7 @@ export { KolTreeItemWc };
6015
6238
  type: ViewChild,
6016
6239
  args: [ReplaceTagDirective]
6017
6240
  }] }); })();
6018
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3665 }); })();
6241
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3794 }); })();
6019
6242
  let KolVersion = class KolVersion extends StencilProxyComponent {
6020
6243
  constructor(changeDetectorRef, r, z) {
6021
6244
  super();
@@ -6089,4 +6312,4 @@ export { KolVersion };
6089
6312
  type: ViewChild,
6090
6313
  args: [ReplaceTagDirective]
6091
6314
  }] }); })();
6092
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3726 }); })();
6315
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3855 }); })();
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSelectWc, 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, KolClickButton, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSelectWc, KolSingleSelect, KolSkeleton, 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, KolCardWc, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSelectWc, 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, KolClickButton, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSelectWc, KolSingleSelect, KolSkeleton, 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-v21",
3
- "version": "4.0.3-rc.2",
3
+ "version": "4.0.4-rc.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -54,20 +54,20 @@
54
54
  "import": "./dist/index.js"
55
55
  },
56
56
  "devDependencies": {
57
- "@angular/common": "21.1.3",
58
- "@angular/compiler": "21.1.3",
59
- "@angular/compiler-cli": "21.1.3",
60
- "@angular/core": "21.1.3",
61
- "minimatch": "10.1.2",
62
- "rimraf": "6.1.2",
57
+ "@angular/common": "21.1.5",
58
+ "@angular/compiler": "21.1.5",
59
+ "@angular/compiler-cli": "21.1.5",
60
+ "@angular/core": "21.1.5",
61
+ "minimatch": "10.2.3",
62
+ "rimraf": "6.1.3",
63
63
  "rxjs": "7.8.2",
64
64
  "typescript": "5.9.3",
65
- "zone.js": "0.16.0",
66
- "@public-ui/components": "4.0.3-rc.2"
65
+ "zone.js": "0.16.1",
66
+ "@public-ui/components": "4.0.4-rc.0"
67
67
  },
68
68
  "peerDependencies": {
69
- "@angular/core": "^21.1.3",
70
- "@public-ui/components": "4.0.3-rc.2"
69
+ "@angular/core": "^21.1.5",
70
+ "@public-ui/components": "4.0.4-rc.0"
71
71
  },
72
72
  "files": [
73
73
  "dist"