@public-ui/angular-v19 4.3.0-rc.9 → 4.3.1-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.
@@ -186,9 +186,11 @@ export declare class KolCard extends StencilProxyComponent implements OnChanges
186
186
  private changeDetectorRef;
187
187
  protected z: NgZone;
188
188
  _hascloser: any;
189
+ _href: any;
189
190
  _label: any;
190
191
  _level: any;
191
192
  _on: any;
193
+ _target: any;
192
194
  protected el: HTMLElement;
193
195
  availableInputProperties: string[];
194
196
  hasTagNameTransformer: boolean;
@@ -197,7 +199,7 @@ export declare class KolCard extends StencilProxyComponent implements OnChanges
197
199
  constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
198
200
  ngOnChanges(): void;
199
201
  static ɵfac: i0.ɵɵFactoryDeclaration<KolCard, never>;
200
- static ɵcmp: i0.ɵɵComponentDeclaration<KolCard, "kol-card", never, { "_hasCloser": { "alias": "_hasCloser"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_level": { "alias": "_level"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; }, {}, never, ["*"], true, never>;
202
+ static ɵcmp: i0.ɵɵComponentDeclaration<KolCard, "kol-card", never, { "_hasCloser": { "alias": "_hasCloser"; "required": false; }; "_href": { "alias": "_href"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_level": { "alias": "_level"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_target": { "alias": "_target"; "required": false; }; }, {}, never, ["*"], true, never>;
201
203
  }
202
204
  export declare interface KolCard extends Components.KolCard {
203
205
  }
@@ -716,6 +718,7 @@ export declare class KolInputText extends StencilProxyComponent implements OnCha
716
718
  _hidemsg: any;
717
719
  _hint: any;
718
720
  _icons: any;
721
+ _infopopover: any;
719
722
  _label: any;
720
723
  _maxlength: any;
721
724
  _maxlengthbehavior: any;
@@ -743,7 +746,7 @@ export declare class KolInputText extends StencilProxyComponent implements OnCha
743
746
  constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
744
747
  ngOnChanges(): void;
745
748
  static ɵfac: i0.ɵɵFactoryDeclaration<KolInputText, never>;
746
- static ɵcmp: i0.ɵɵComponentDeclaration<KolInputText, "kol-input-text", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaDetails": { "alias": "_ariaDetails"; "required": false; }; "_autoComplete": { "alias": "_autoComplete"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hasCounter": { "alias": "_hasCounter"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_hideMsg": { "alias": "_hideMsg"; "required": false; }; "_hint": { "alias": "_hint"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_maxLength": { "alias": "_maxLength"; "required": false; }; "_maxLengthBehavior": { "alias": "_maxLengthBehavior"; "required": false; }; "_msg": { "alias": "_msg"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_pattern": { "alias": "_pattern"; "required": false; }; "_placeholder": { "alias": "_placeholder"; "required": false; }; "_readOnly": { "alias": "_readOnly"; "required": false; }; "_required": { "alias": "_required"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_smartButton": { "alias": "_smartButton"; "required": false; }; "_spellCheck": { "alias": "_spellCheck"; "required": false; }; "_suggestions": { "alias": "_suggestions"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_touched": { "alias": "_touched"; "required": false; }; "_type": { "alias": "_type"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
749
+ static ɵcmp: i0.ɵɵComponentDeclaration<KolInputText, "kol-input-text", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaDetails": { "alias": "_ariaDetails"; "required": false; }; "_autoComplete": { "alias": "_autoComplete"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hasCounter": { "alias": "_hasCounter"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_hideMsg": { "alias": "_hideMsg"; "required": false; }; "_hint": { "alias": "_hint"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_infoPopover": { "alias": "_infoPopover"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_maxLength": { "alias": "_maxLength"; "required": false; }; "_maxLengthBehavior": { "alias": "_maxLengthBehavior"; "required": false; }; "_msg": { "alias": "_msg"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_pattern": { "alias": "_pattern"; "required": false; }; "_placeholder": { "alias": "_placeholder"; "required": false; }; "_readOnly": { "alias": "_readOnly"; "required": false; }; "_required": { "alias": "_required"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_smartButton": { "alias": "_smartButton"; "required": false; }; "_spellCheck": { "alias": "_spellCheck"; "required": false; }; "_suggestions": { "alias": "_suggestions"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_touched": { "alias": "_touched"; "required": false; }; "_type": { "alias": "_type"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
747
750
  }
748
751
  export declare interface KolInputText extends Components.KolInputText {
749
752
  }
@@ -306,13 +306,13 @@ function KolCard_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf &
306
306
  } if (rf & 2) {
307
307
  const ctx_r0 = i0.ɵɵnextContext(2);
308
308
  const ngContentOutlet_r2 = i0.ɵɵreference(4);
309
- i0.ɵɵproperty("_hasCloser", ctx_r0._hasCloser)("_label", ctx_r0._label)("_level", ctx_r0._level)("_on", ctx_r0._on);
309
+ i0.ɵɵproperty("_hasCloser", ctx_r0._hasCloser)("_href", ctx_r0._href)("_label", ctx_r0._label)("_level", ctx_r0._level)("_on", ctx_r0._on)("_target", ctx_r0._target);
310
310
  i0.ɵɵadvance(2);
311
311
  i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
312
312
  } }
313
313
  function KolCard_ng_container_0_Template(rf, ctx) { if (rf & 1) {
314
314
  i0.ɵɵelementContainerStart(0);
315
- i0.ɵɵtemplate(1, KolCard_ng_container_0_stencil_ng_proxy_1_Template, 3, 5, "stencil-ng-proxy", 4);
315
+ i0.ɵɵtemplate(1, KolCard_ng_container_0_stencil_ng_proxy_1_Template, 3, 7, "stencil-ng-proxy", 4);
316
316
  i0.ɵɵelementContainerEnd();
317
317
  } if (rf & 2) {
318
318
  const ctx_r0 = i0.ɵɵnextContext();
@@ -954,13 +954,13 @@ function KolInputText_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (
954
954
  } if (rf & 2) {
955
955
  const ctx_r0 = i0.ɵɵnextContext(2);
956
956
  const ngContentOutlet_r2 = i0.ɵɵreference(4);
957
- i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_ariaDetails", ctx_r0._ariaDetails)("_autoComplete", ctx_r0._autoComplete)("_disabled", ctx_r0._disabled)("_hasCounter", ctx_r0._hasCounter)("_hideLabel", ctx_r0._hideLabel)("_hideMsg", ctx_r0._hideMsg)("_hint", ctx_r0._hint)("_icons", ctx_r0._icons)("_label", ctx_r0._label)("_maxLength", ctx_r0._maxLength)("_maxLengthBehavior", ctx_r0._maxLengthBehavior)("_msg", ctx_r0._msg)("_name", ctx_r0._name)("_on", ctx_r0._on)("_pattern", ctx_r0._pattern)("_placeholder", ctx_r0._placeholder)("_readOnly", ctx_r0._readOnly)("_required", ctx_r0._required)("_shortKey", ctx_r0._shortKey)("_smartButton", ctx_r0._smartButton)("_spellCheck", ctx_r0._spellCheck)("_suggestions", ctx_r0._suggestions)("_tooltipAlign", ctx_r0._tooltipAlign)("_touched", ctx_r0._touched)("_type", ctx_r0._type)("_value", ctx_r0._value)("_variant", ctx_r0._variant);
957
+ i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_ariaDetails", ctx_r0._ariaDetails)("_autoComplete", ctx_r0._autoComplete)("_disabled", ctx_r0._disabled)("_hasCounter", ctx_r0._hasCounter)("_hideLabel", ctx_r0._hideLabel)("_hideMsg", ctx_r0._hideMsg)("_hint", ctx_r0._hint)("_icons", ctx_r0._icons)("_infoPopover", ctx_r0._infoPopover)("_label", ctx_r0._label)("_maxLength", ctx_r0._maxLength)("_maxLengthBehavior", ctx_r0._maxLengthBehavior)("_msg", ctx_r0._msg)("_name", ctx_r0._name)("_on", ctx_r0._on)("_pattern", ctx_r0._pattern)("_placeholder", ctx_r0._placeholder)("_readOnly", ctx_r0._readOnly)("_required", ctx_r0._required)("_shortKey", ctx_r0._shortKey)("_smartButton", ctx_r0._smartButton)("_spellCheck", ctx_r0._spellCheck)("_suggestions", ctx_r0._suggestions)("_tooltipAlign", ctx_r0._tooltipAlign)("_touched", ctx_r0._touched)("_type", ctx_r0._type)("_value", ctx_r0._value)("_variant", ctx_r0._variant);
958
958
  i0.ɵɵadvance(2);
959
959
  i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
960
960
  } }
961
961
  function KolInputText_ng_container_0_Template(rf, ctx) { if (rf & 1) {
962
962
  i0.ɵɵelementContainerStart(0);
963
- i0.ɵɵtemplate(1, KolInputText_ng_container_0_stencil_ng_proxy_1_Template, 3, 29, "stencil-ng-proxy", 4);
963
+ i0.ɵɵtemplate(1, KolInputText_ng_container_0_stencil_ng_proxy_1_Template, 3, 30, "stencil-ng-proxy", 4);
964
964
  i0.ɵɵelementContainerEnd();
965
965
  } if (rf & 2) {
966
966
  const ctx_r0 = i0.ɵɵnextContext();
@@ -2445,7 +2445,7 @@ let KolCard = class KolCard extends StencilProxyComponent {
2445
2445
  super();
2446
2446
  this.changeDetectorRef = changeDetectorRef;
2447
2447
  this.z = z;
2448
- this.availableInputProperties = ['_hasCloser', '_label', '_level', '_on'];
2448
+ this.availableInputProperties = ['_hasCloser', '_href', '_label', '_level', '_on', '_target'];
2449
2449
  changeDetectorRef.detach();
2450
2450
  const originalTagName = 'kol-card';
2451
2451
  this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
@@ -2465,9 +2465,9 @@ KolCard.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolCard, selectors:
2465
2465
  } if (rf & 2) {
2466
2466
  let _t;
2467
2467
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
2468
- } }, inputs: { _hasCloser: "_hasCloser", _label: "_label", _level: "_level", _on: "_on" }, features: [i0.ɵɵProvidersFeature([
2468
+ } }, inputs: { _hasCloser: "_hasCloser", _href: "_href", _label: "_label", _level: "_level", _on: "_on", _target: "_target" }, features: [i0.ɵɵProvidersFeature([
2469
2469
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolCard) }
2470
- ]), 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 KolCard_Template(rf, ctx) { if (rf & 1) {
2470
+ ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_hasCloser", "_href", "_label", "_level", "_on", "_target", 4, "replaceTag"], [3, "_hasCloser", "_href", "_label", "_level", "_on", "_target"], [4, "ngTemplateOutlet"]], template: function KolCard_Template(rf, ctx) { if (rf & 1) {
2471
2471
  i0.ɵɵprojectionDef();
2472
2472
  i0.ɵɵtemplate(0, KolCard_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolCard_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolCard_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
2473
2473
  } if (rf & 2) {
@@ -2476,7 +2476,8 @@ KolCard.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolCard, selectors:
2476
2476
  } }, encapsulation: 2, changeDetection: 0 });
2477
2477
  KolCard = __decorate([
2478
2478
  ProxyCmp({
2479
- inputs: ['_hasCloser', '_label', '_level', '_on']
2479
+ inputs: ['_hasCloser', '_href', '_label', '_level', '_on', '_target'],
2480
+ methods: ['focus', 'click']
2480
2481
  })
2481
2482
  ], KolCard);
2482
2483
  export { KolCard };
@@ -2488,7 +2489,7 @@ export { KolCard };
2488
2489
  template: `
2489
2490
  <ng-container *ngIf="hasTagNameTransformer; else defaultCase">
2490
2491
  <stencil-ng-proxy
2491
- [_hasCloser]="_hasCloser" [_label]="_label" [_level]="_level" [_on]="_on"
2492
+ [_hasCloser]="_hasCloser" [_href]="_href" [_label]="_label" [_level]="_level" [_on]="_on" [_target]="_target"
2492
2493
  *replaceTag="tagName"
2493
2494
  #replaceTagHost
2494
2495
  >
@@ -2504,7 +2505,7 @@ export { KolCard };
2504
2505
  <ng-content></ng-content>
2505
2506
  </ng-template>`,
2506
2507
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2507
- inputs: ['_hasCloser', '_label', '_level', '_on'],
2508
+ inputs: ['_hasCloser', '_href', '_label', '_level', '_on', '_target'],
2508
2509
  providers: [
2509
2510
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolCard) }
2510
2511
  ],
@@ -2513,7 +2514,7 @@ export { KolCard };
2513
2514
  type: ViewChild,
2514
2515
  args: [ReplaceTagDirective]
2515
2516
  }] }); })();
2516
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCard, { className: "KolCard", filePath: "components.ts", lineNumber: 564 }); })();
2517
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCard, { className: "KolCard", filePath: "components.ts", lineNumber: 565 }); })();
2517
2518
  let KolCombobox = class KolCombobox extends StencilProxyComponent {
2518
2519
  constructor(changeDetectorRef, r, z) {
2519
2520
  super();
@@ -2588,7 +2589,7 @@ export { KolCombobox };
2588
2589
  type: ViewChild,
2589
2590
  args: [ReplaceTagDirective]
2590
2591
  }] }); })();
2591
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCombobox, { className: "KolCombobox", filePath: "components.ts", lineNumber: 626 }); })();
2592
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCombobox, { className: "KolCombobox", filePath: "components.ts", lineNumber: 629 }); })();
2592
2593
  let KolDetails = class KolDetails extends StencilProxyComponent {
2593
2594
  constructor(changeDetectorRef, r, z) {
2594
2595
  super();
@@ -2663,7 +2664,7 @@ export { KolDetails };
2663
2664
  type: ViewChild,
2664
2665
  args: [ReplaceTagDirective]
2665
2666
  }] }); })();
2666
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDetails, { className: "KolDetails", filePath: "components.ts", lineNumber: 704 }); })();
2667
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDetails, { className: "KolDetails", filePath: "components.ts", lineNumber: 707 }); })();
2667
2668
  let KolDialog = class KolDialog extends StencilProxyComponent {
2668
2669
  constructor(changeDetectorRef, r, z) {
2669
2670
  super();
@@ -2738,7 +2739,7 @@ export { KolDialog };
2738
2739
  type: ViewChild,
2739
2740
  args: [ReplaceTagDirective]
2740
2741
  }] }); })();
2741
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDialog, { className: "KolDialog", filePath: "components.ts", lineNumber: 767 }); })();
2742
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDialog, { className: "KolDialog", filePath: "components.ts", lineNumber: 770 }); })();
2742
2743
  let KolDrawer = class KolDrawer extends StencilProxyComponent {
2743
2744
  constructor(changeDetectorRef, r, z) {
2744
2745
  super();
@@ -2813,7 +2814,7 @@ export { KolDrawer };
2813
2814
  type: ViewChild,
2814
2815
  args: [ReplaceTagDirective]
2815
2816
  }] }); })();
2816
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber: 830 }); })();
2817
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber: 833 }); })();
2817
2818
  let KolForm = class KolForm extends StencilProxyComponent {
2818
2819
  constructor(changeDetectorRef, r, z) {
2819
2820
  super();
@@ -2888,7 +2889,7 @@ export { KolForm };
2888
2889
  type: ViewChild,
2889
2890
  args: [ReplaceTagDirective]
2890
2891
  }] }); })();
2891
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber: 894 }); })();
2892
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber: 897 }); })();
2892
2893
  let KolHeading = class KolHeading extends StencilProxyComponent {
2893
2894
  constructor(changeDetectorRef, r, z) {
2894
2895
  super();
@@ -2962,7 +2963,7 @@ export { KolHeading };
2962
2963
  type: ViewChild,
2963
2964
  args: [ReplaceTagDirective]
2964
2965
  }] }); })();
2965
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber: 954 }); })();
2966
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber: 957 }); })();
2966
2967
  let KolIcon = class KolIcon extends StencilProxyComponent {
2967
2968
  constructor(changeDetectorRef, r, z) {
2968
2969
  super();
@@ -3036,7 +3037,7 @@ export { KolIcon };
3036
3037
  type: ViewChild,
3037
3038
  args: [ReplaceTagDirective]
3038
3039
  }] }); })();
3039
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber: 1014 }); })();
3040
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber: 1017 }); })();
3040
3041
  let KolImage = class KolImage extends StencilProxyComponent {
3041
3042
  constructor(changeDetectorRef, r, z) {
3042
3043
  super();
@@ -3110,7 +3111,7 @@ export { KolImage };
3110
3111
  type: ViewChild,
3111
3112
  args: [ReplaceTagDirective]
3112
3113
  }] }); })();
3113
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber: 1073 }); })();
3114
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber: 1076 }); })();
3114
3115
  let KolInputCheckbox = class KolInputCheckbox extends StencilProxyComponent {
3115
3116
  constructor(changeDetectorRef, r, z) {
3116
3117
  super();
@@ -3185,7 +3186,7 @@ export { KolInputCheckbox };
3185
3186
  type: ViewChild,
3186
3187
  args: [ReplaceTagDirective]
3187
3188
  }] }); })();
3188
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber: 1137 }); })();
3189
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber: 1140 }); })();
3189
3190
  let KolInputColor = class KolInputColor extends StencilProxyComponent {
3190
3191
  constructor(changeDetectorRef, r, z) {
3191
3192
  super();
@@ -3260,7 +3261,7 @@ export { KolInputColor };
3260
3261
  type: ViewChild,
3261
3262
  args: [ReplaceTagDirective]
3262
3263
  }] }); })();
3263
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber: 1215 }); })();
3264
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber: 1218 }); })();
3264
3265
  let KolInputDate = class KolInputDate extends StencilProxyComponent {
3265
3266
  constructor(changeDetectorRef, r, z) {
3266
3267
  super();
@@ -3335,7 +3336,7 @@ export { KolInputDate };
3335
3336
  type: ViewChild,
3336
3337
  args: [ReplaceTagDirective]
3337
3338
  }] }); })();
3338
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber: 1292 }); })();
3339
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber: 1295 }); })();
3339
3340
  let KolInputEmail = class KolInputEmail extends StencilProxyComponent {
3340
3341
  constructor(changeDetectorRef, r, z) {
3341
3342
  super();
@@ -3410,7 +3411,7 @@ export { KolInputEmail };
3410
3411
  type: ViewChild,
3411
3412
  args: [ReplaceTagDirective]
3412
3413
  }] }); })();
3413
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber: 1375 }); })();
3414
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber: 1378 }); })();
3414
3415
  let KolInputFile = class KolInputFile extends StencilProxyComponent {
3415
3416
  constructor(changeDetectorRef, r, z) {
3416
3417
  super();
@@ -3485,7 +3486,7 @@ export { KolInputFile };
3485
3486
  type: ViewChild,
3486
3487
  args: [ReplaceTagDirective]
3487
3488
  }] }); })();
3488
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber: 1460 }); })();
3489
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber: 1463 }); })();
3489
3490
  let KolInputNumber = class KolInputNumber extends StencilProxyComponent {
3490
3491
  constructor(changeDetectorRef, r, z) {
3491
3492
  super();
@@ -3560,7 +3561,7 @@ export { KolInputNumber };
3560
3561
  type: ViewChild,
3561
3562
  args: [ReplaceTagDirective]
3562
3563
  }] }); })();
3563
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber: 1537 }); })();
3564
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber: 1540 }); })();
3564
3565
  let KolInputPassword = class KolInputPassword extends StencilProxyComponent {
3565
3566
  constructor(changeDetectorRef, r, z) {
3566
3567
  super();
@@ -3635,7 +3636,7 @@ export { KolInputPassword };
3635
3636
  type: ViewChild,
3636
3637
  args: [ReplaceTagDirective]
3637
3638
  }] }); })();
3638
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber: 1620 }); })();
3639
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber: 1623 }); })();
3639
3640
  let KolInputRadio = class KolInputRadio extends StencilProxyComponent {
3640
3641
  constructor(changeDetectorRef, r, z) {
3641
3642
  super();
@@ -3710,7 +3711,7 @@ export { KolInputRadio };
3710
3711
  type: ViewChild,
3711
3712
  args: [ReplaceTagDirective]
3712
3713
  }] }); })();
3713
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber: 1704 }); })();
3714
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber: 1707 }); })();
3714
3715
  let KolInputRange = class KolInputRange extends StencilProxyComponent {
3715
3716
  constructor(changeDetectorRef, r, z) {
3716
3717
  super();
@@ -3785,13 +3786,13 @@ export { KolInputRange };
3785
3786
  type: ViewChild,
3786
3787
  args: [ReplaceTagDirective]
3787
3788
  }] }); })();
3788
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber: 1778 }); })();
3789
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber: 1781 }); })();
3789
3790
  let KolInputText = class KolInputText extends StencilProxyComponent {
3790
3791
  constructor(changeDetectorRef, r, z) {
3791
3792
  super();
3792
3793
  this.changeDetectorRef = changeDetectorRef;
3793
3794
  this.z = z;
3794
- this.availableInputProperties = ['_accessKey', '_ariaDetails', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_spellCheck', '_suggestions', '_tooltipAlign', '_touched', '_type', '_value', '_variant'];
3795
+ this.availableInputProperties = ['_accessKey', '_ariaDetails', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_infoPopover', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_spellCheck', '_suggestions', '_tooltipAlign', '_touched', '_type', '_value', '_variant'];
3795
3796
  changeDetectorRef.detach();
3796
3797
  const originalTagName = 'kol-input-text';
3797
3798
  this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
@@ -3811,9 +3812,9 @@ KolInputText.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputText,
3811
3812
  } if (rf & 2) {
3812
3813
  let _t;
3813
3814
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
3814
- } }, inputs: { _accessKey: "_accessKey", _ariaDetails: "_ariaDetails", _autoComplete: "_autoComplete", _disabled: "_disabled", _hasCounter: "_hasCounter", _hideLabel: "_hideLabel", _hideMsg: "_hideMsg", _hint: "_hint", _icons: "_icons", _label: "_label", _maxLength: "_maxLength", _maxLengthBehavior: "_maxLengthBehavior", _msg: "_msg", _name: "_name", _on: "_on", _pattern: "_pattern", _placeholder: "_placeholder", _readOnly: "_readOnly", _required: "_required", _shortKey: "_shortKey", _smartButton: "_smartButton", _spellCheck: "_spellCheck", _suggestions: "_suggestions", _tooltipAlign: "_tooltipAlign", _touched: "_touched", _type: "_type", _value: "_value", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
3815
+ } }, inputs: { _accessKey: "_accessKey", _ariaDetails: "_ariaDetails", _autoComplete: "_autoComplete", _disabled: "_disabled", _hasCounter: "_hasCounter", _hideLabel: "_hideLabel", _hideMsg: "_hideMsg", _hint: "_hint", _icons: "_icons", _infoPopover: "_infoPopover", _label: "_label", _maxLength: "_maxLength", _maxLengthBehavior: "_maxLengthBehavior", _msg: "_msg", _name: "_name", _on: "_on", _pattern: "_pattern", _placeholder: "_placeholder", _readOnly: "_readOnly", _required: "_required", _shortKey: "_shortKey", _smartButton: "_smartButton", _spellCheck: "_spellCheck", _suggestions: "_suggestions", _tooltipAlign: "_tooltipAlign", _touched: "_touched", _type: "_type", _value: "_value", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
3815
3816
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolInputText) }
3816
- ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaDetails", "_autoComplete", "_disabled", "_hasCounter", "_hideLabel", "_hideMsg", "_hint", "_icons", "_label", "_maxLength", "_maxLengthBehavior", "_msg", "_name", "_on", "_pattern", "_placeholder", "_readOnly", "_required", "_shortKey", "_smartButton", "_spellCheck", "_suggestions", "_tooltipAlign", "_touched", "_type", "_value", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaDetails", "_autoComplete", "_disabled", "_hasCounter", "_hideLabel", "_hideMsg", "_hint", "_icons", "_label", "_maxLength", "_maxLengthBehavior", "_msg", "_name", "_on", "_pattern", "_placeholder", "_readOnly", "_required", "_shortKey", "_smartButton", "_spellCheck", "_suggestions", "_tooltipAlign", "_touched", "_type", "_value", "_variant"], [4, "ngTemplateOutlet"]], template: function KolInputText_Template(rf, ctx) { if (rf & 1) {
3817
+ ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaDetails", "_autoComplete", "_disabled", "_hasCounter", "_hideLabel", "_hideMsg", "_hint", "_icons", "_infoPopover", "_label", "_maxLength", "_maxLengthBehavior", "_msg", "_name", "_on", "_pattern", "_placeholder", "_readOnly", "_required", "_shortKey", "_smartButton", "_spellCheck", "_suggestions", "_tooltipAlign", "_touched", "_type", "_value", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaDetails", "_autoComplete", "_disabled", "_hasCounter", "_hideLabel", "_hideMsg", "_hint", "_icons", "_infoPopover", "_label", "_maxLength", "_maxLengthBehavior", "_msg", "_name", "_on", "_pattern", "_placeholder", "_readOnly", "_required", "_shortKey", "_smartButton", "_spellCheck", "_suggestions", "_tooltipAlign", "_touched", "_type", "_value", "_variant"], [4, "ngTemplateOutlet"]], template: function KolInputText_Template(rf, ctx) { if (rf & 1) {
3817
3818
  i0.ɵɵprojectionDef();
3818
3819
  i0.ɵɵtemplate(0, KolInputText_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolInputText_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolInputText_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
3819
3820
  } if (rf & 2) {
@@ -3822,7 +3823,7 @@ KolInputText.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputText,
3822
3823
  } }, encapsulation: 2, changeDetection: 0 });
3823
3824
  KolInputText = __decorate([
3824
3825
  ProxyCmp({
3825
- inputs: ['_accessKey', '_ariaDetails', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_spellCheck', '_suggestions', '_tooltipAlign', '_touched', '_type', '_value', '_variant'],
3826
+ inputs: ['_accessKey', '_ariaDetails', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_infoPopover', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_spellCheck', '_suggestions', '_tooltipAlign', '_touched', '_type', '_value', '_variant'],
3826
3827
  methods: ['getValue', 'focus', 'click', 'selectionStart', 'selectionEnd', 'setSelectionRange', 'setSelectionStart', 'setRangeText']
3827
3828
  })
3828
3829
  ], KolInputText);
@@ -3835,7 +3836,7 @@ export { KolInputText };
3835
3836
  template: `
3836
3837
  <ng-container *ngIf="hasTagNameTransformer; else defaultCase">
3837
3838
  <stencil-ng-proxy
3838
- [_accessKey]="_accessKey" [_ariaDetails]="_ariaDetails" [_autoComplete]="_autoComplete" [_disabled]="_disabled" [_hasCounter]="_hasCounter" [_hideLabel]="_hideLabel" [_hideMsg]="_hideMsg" [_hint]="_hint" [_icons]="_icons" [_label]="_label" [_maxLength]="_maxLength" [_maxLengthBehavior]="_maxLengthBehavior" [_msg]="_msg" [_name]="_name" [_on]="_on" [_pattern]="_pattern" [_placeholder]="_placeholder" [_readOnly]="_readOnly" [_required]="_required" [_shortKey]="_shortKey" [_smartButton]="_smartButton" [_spellCheck]="_spellCheck" [_suggestions]="_suggestions" [_tooltipAlign]="_tooltipAlign" [_touched]="_touched" [_type]="_type" [_value]="_value" [_variant]="_variant"
3839
+ [_accessKey]="_accessKey" [_ariaDetails]="_ariaDetails" [_autoComplete]="_autoComplete" [_disabled]="_disabled" [_hasCounter]="_hasCounter" [_hideLabel]="_hideLabel" [_hideMsg]="_hideMsg" [_hint]="_hint" [_icons]="_icons" [_infoPopover]="_infoPopover" [_label]="_label" [_maxLength]="_maxLength" [_maxLengthBehavior]="_maxLengthBehavior" [_msg]="_msg" [_name]="_name" [_on]="_on" [_pattern]="_pattern" [_placeholder]="_placeholder" [_readOnly]="_readOnly" [_required]="_required" [_shortKey]="_shortKey" [_smartButton]="_smartButton" [_spellCheck]="_spellCheck" [_suggestions]="_suggestions" [_tooltipAlign]="_tooltipAlign" [_touched]="_touched" [_type]="_type" [_value]="_value" [_variant]="_variant"
3839
3840
  *replaceTag="tagName"
3840
3841
  #replaceTagHost
3841
3842
  >
@@ -3851,7 +3852,7 @@ export { KolInputText };
3851
3852
  <ng-content></ng-content>
3852
3853
  </ng-template>`,
3853
3854
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3854
- inputs: ['_accessKey', '_ariaDetails', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_spellCheck', '_suggestions', '_tooltipAlign', '_touched', '_type', '_value', '_variant'],
3855
+ inputs: ['_accessKey', '_ariaDetails', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_infoPopover', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_spellCheck', '_suggestions', '_tooltipAlign', '_touched', '_type', '_value', '_variant'],
3855
3856
  providers: [
3856
3857
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolInputText) }
3857
3858
  ],
@@ -3860,7 +3861,7 @@ export { KolInputText };
3860
3861
  type: ViewChild,
3861
3862
  args: [ReplaceTagDirective]
3862
3863
  }] }); })();
3863
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber: 1857 }); })();
3864
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber: 1860 }); })();
3864
3865
  let KolKolibri = class KolKolibri extends StencilProxyComponent {
3865
3866
  constructor(changeDetectorRef, r, z) {
3866
3867
  super();
@@ -3934,7 +3935,7 @@ export { KolKolibri };
3934
3935
  type: ViewChild,
3935
3936
  args: [ReplaceTagDirective]
3936
3937
  }] }); })();
3937
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber: 1942 }); })();
3938
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber: 1946 }); })();
3938
3939
  let KolLink = class KolLink extends StencilProxyComponent {
3939
3940
  constructor(changeDetectorRef, r, z) {
3940
3941
  super();
@@ -4009,7 +4010,7 @@ export { KolLink };
4009
4010
  type: ViewChild,
4010
4011
  args: [ReplaceTagDirective]
4011
4012
  }] }); })();
4012
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber: 2002 }); })();
4013
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber: 2006 }); })();
4013
4014
  let KolLinkButton = class KolLinkButton extends StencilProxyComponent {
4014
4015
  constructor(changeDetectorRef, r, z) {
4015
4016
  super();
@@ -4084,7 +4085,7 @@ export { KolLinkButton };
4084
4085
  type: ViewChild,
4085
4086
  args: [ReplaceTagDirective]
4086
4087
  }] }); })();
4087
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 2078 }); })();
4088
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 2082 }); })();
4088
4089
  let KolMeter = class KolMeter extends StencilProxyComponent {
4089
4090
  constructor(changeDetectorRef, r, z) {
4090
4091
  super();
@@ -4158,7 +4159,7 @@ export { KolMeter };
4158
4159
  type: ViewChild,
4159
4160
  args: [ReplaceTagDirective]
4160
4161
  }] }); })();
4161
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolMeter, { className: "KolMeter", filePath: "components.ts", lineNumber: 2153 }); })();
4162
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolMeter, { className: "KolMeter", filePath: "components.ts", lineNumber: 2157 }); })();
4162
4163
  let KolModal = class KolModal extends StencilProxyComponent {
4163
4164
  constructor(changeDetectorRef, r, z) {
4164
4165
  super();
@@ -4233,7 +4234,7 @@ export { KolModal };
4233
4234
  type: ViewChild,
4234
4235
  args: [ReplaceTagDirective]
4235
4236
  }] }); })();
4236
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2220 }); })();
4237
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2224 }); })();
4237
4238
  let KolNav = class KolNav extends StencilProxyComponent {
4238
4239
  constructor(changeDetectorRef, r, z) {
4239
4240
  super();
@@ -4307,7 +4308,7 @@ export { KolNav };
4307
4308
  type: ViewChild,
4308
4309
  args: [ReplaceTagDirective]
4309
4310
  }] }); })();
4310
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2281 }); })();
4311
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2285 }); })();
4311
4312
  let KolPagination = class KolPagination extends StencilProxyComponent {
4312
4313
  constructor(changeDetectorRef, r, z) {
4313
4314
  super();
@@ -4381,7 +4382,7 @@ export { KolPagination };
4381
4382
  type: ViewChild,
4382
4383
  args: [ReplaceTagDirective]
4383
4384
  }] }); })();
4384
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2344 }); })();
4385
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2348 }); })();
4385
4386
  let KolPopoverButton = class KolPopoverButton extends StencilProxyComponent {
4386
4387
  constructor(changeDetectorRef, r, z) {
4387
4388
  super();
@@ -4456,7 +4457,7 @@ export { KolPopoverButton };
4456
4457
  type: ViewChild,
4457
4458
  args: [ReplaceTagDirective]
4458
4459
  }] }); })();
4459
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2413 }); })();
4460
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2417 }); })();
4460
4461
  let KolProgress = class KolProgress extends StencilProxyComponent {
4461
4462
  constructor(changeDetectorRef, r, z) {
4462
4463
  super();
@@ -4530,7 +4531,7 @@ export { KolProgress };
4530
4531
  type: ViewChild,
4531
4532
  args: [ReplaceTagDirective]
4532
4533
  }] }); })();
4533
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2486 }); })();
4534
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2490 }); })();
4534
4535
  let KolQuote = class KolQuote extends StencilProxyComponent {
4535
4536
  constructor(changeDetectorRef, r, z) {
4536
4537
  super();
@@ -4604,7 +4605,7 @@ export { KolQuote };
4604
4605
  type: ViewChild,
4605
4606
  args: [ReplaceTagDirective]
4606
4607
  }] }); })();
4607
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2548 }); })();
4608
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2552 }); })();
4608
4609
  let KolSelect = class KolSelect extends StencilProxyComponent {
4609
4610
  constructor(changeDetectorRef, r, z) {
4610
4611
  super();
@@ -4679,7 +4680,7 @@ export { KolSelect };
4679
4680
  type: ViewChild,
4680
4681
  args: [ReplaceTagDirective]
4681
4682
  }] }); })();
4682
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2610 }); })();
4683
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2614 }); })();
4683
4684
  let KolSingleSelect = class KolSingleSelect extends StencilProxyComponent {
4684
4685
  constructor(changeDetectorRef, r, z) {
4685
4686
  super();
@@ -4754,7 +4755,7 @@ export { KolSingleSelect };
4754
4755
  type: ViewChild,
4755
4756
  args: [ReplaceTagDirective]
4756
4757
  }] }); })();
4757
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2689 }); })();
4758
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2693 }); })();
4758
4759
  let KolSkeleton = class KolSkeleton extends StencilProxyComponent {
4759
4760
  constructor(changeDetectorRef, r, z) {
4760
4761
  super();
@@ -4830,7 +4831,7 @@ export { KolSkeleton };
4830
4831
  type: ViewChild,
4831
4832
  args: [ReplaceTagDirective]
4832
4833
  }] }); })();
4833
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkeleton, { className: "KolSkeleton", filePath: "components.ts", lineNumber: 2768 }); })();
4834
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkeleton, { className: "KolSkeleton", filePath: "components.ts", lineNumber: 2772 }); })();
4834
4835
  let KolSkipNav = class KolSkipNav extends StencilProxyComponent {
4835
4836
  constructor(changeDetectorRef, r, z) {
4836
4837
  super();
@@ -4905,7 +4906,7 @@ export { KolSkipNav };
4905
4906
  type: ViewChild,
4906
4907
  args: [ReplaceTagDirective]
4907
4908
  }] }); })();
4908
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2837 }); })();
4909
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2841 }); })();
4909
4910
  let KolSpin = class KolSpin extends StencilProxyComponent {
4910
4911
  constructor(changeDetectorRef, r, z) {
4911
4912
  super();
@@ -4979,7 +4980,7 @@ export { KolSpin };
4979
4980
  type: ViewChild,
4980
4981
  args: [ReplaceTagDirective]
4981
4982
  }] }); })();
4982
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2896 }); })();
4983
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2900 }); })();
4983
4984
  let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
4984
4985
  constructor(changeDetectorRef, r, z) {
4985
4986
  super();
@@ -5054,7 +5055,7 @@ export { KolSplitButton };
5054
5055
  type: ViewChild,
5055
5056
  args: [ReplaceTagDirective]
5056
5057
  }] }); })();
5057
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2957 }); })();
5058
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2961 }); })();
5058
5059
  let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
5059
5060
  constructor(changeDetectorRef, r, z) {
5060
5061
  super();
@@ -5129,7 +5130,7 @@ export { KolTableStateful };
5129
5130
  type: ViewChild,
5130
5131
  args: [ReplaceTagDirective]
5131
5132
  }] }); })();
5132
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3033 }); })();
5133
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3037 }); })();
5133
5134
  let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
5134
5135
  constructor(changeDetectorRef, r, z) {
5135
5136
  super();
@@ -5203,7 +5204,7 @@ export { KolTableStateless };
5203
5204
  type: ViewChild,
5204
5205
  args: [ReplaceTagDirective]
5205
5206
  }] }); })();
5206
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3103 }); })();
5207
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3107 }); })();
5207
5208
  let KolTabs = class KolTabs extends StencilProxyComponent {
5208
5209
  constructor(changeDetectorRef, r, z) {
5209
5210
  super();
@@ -5278,7 +5279,7 @@ export { KolTabs };
5278
5279
  type: ViewChild,
5279
5280
  args: [ReplaceTagDirective]
5280
5281
  }] }); })();
5281
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3171 }); })();
5282
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3175 }); })();
5282
5283
  let KolTextarea = class KolTextarea extends StencilProxyComponent {
5283
5284
  constructor(changeDetectorRef, r, z) {
5284
5285
  super();
@@ -5353,7 +5354,7 @@ export { KolTextarea };
5353
5354
  type: ViewChild,
5354
5355
  args: [ReplaceTagDirective]
5355
5356
  }] }); })();
5356
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3236 }); })();
5357
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3240 }); })();
5357
5358
  let KolToolbar = class KolToolbar extends StencilProxyComponent {
5358
5359
  constructor(changeDetectorRef, r, z) {
5359
5360
  super();
@@ -5428,7 +5429,7 @@ export { KolToolbar };
5428
5429
  type: ViewChild,
5429
5430
  args: [ReplaceTagDirective]
5430
5431
  }] }); })();
5431
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3320 }); })();
5432
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3324 }); })();
5432
5433
  let KolTree = class KolTree extends StencilProxyComponent {
5433
5434
  constructor(changeDetectorRef, r, z) {
5434
5435
  super();
@@ -5503,7 +5504,7 @@ export { KolTree };
5503
5504
  type: ViewChild,
5504
5505
  args: [ReplaceTagDirective]
5505
5506
  }] }); })();
5506
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3381 }); })();
5507
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3385 }); })();
5507
5508
  let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
5508
5509
  constructor(changeDetectorRef, r, z) {
5509
5510
  super();
@@ -5578,7 +5579,7 @@ export { KolTreeItem };
5578
5579
  type: ViewChild,
5579
5580
  args: [ReplaceTagDirective]
5580
5581
  }] }); })();
5581
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3440 }); })();
5582
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3444 }); })();
5582
5583
  let KolVersion = class KolVersion extends StencilProxyComponent {
5583
5584
  constructor(changeDetectorRef, r, z) {
5584
5585
  super();
@@ -5652,4 +5653,4 @@ export { KolVersion };
5652
5653
  type: ViewChild,
5653
5654
  args: [ReplaceTagDirective]
5654
5655
  }] }); })();
5655
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3501 }); })();
5656
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3505 }); })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/angular-v19",
3
- "version": "4.3.0-rc.9",
3
+ "version": "4.3.1-rc.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -63,11 +63,11 @@
63
63
  "rxjs": "7.8.2",
64
64
  "typescript": "5.8.3",
65
65
  "zone.js": "0.15.1",
66
- "@public-ui/components": "4.3.0-rc.9"
66
+ "@public-ui/components": "4.3.1-rc.0"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "@angular/core": "19.x",
70
- "@public-ui/components": "4.3.0-rc.9"
70
+ "@public-ui/components": "4.3.1-rc.0"
71
71
  },
72
72
  "files": [
73
73
  "dist"