@public-ui/angular-v19 3.0.1 → 3.0.2-1e1d8522b9f6826d286c64e7859e0ac6d14b13a9.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.
package/README.md CHANGED
@@ -14,6 +14,7 @@ This package provides an Angular adapter for KoliBri components, making them eas
14
14
 
15
15
  ```bash
16
16
  npm install @public-ui/angular-v19
17
+ pnpm add @public-ui/angular-v19
17
18
  ```
18
19
 
19
20
  ## Usage
@@ -93,6 +94,8 @@ export class AppComponent {}
93
94
 
94
95
  This package supports all modern browsers that are supported by Angular 19.
95
96
 
97
+ Tokens can be customized with your own theme. See [default theme README](../../../themes/default/README.md).
98
+
96
99
  ## License
97
100
 
98
101
  EUPL-1.2
@@ -200,6 +200,25 @@ export declare class KolCard extends StencilProxyComponent implements OnChanges
200
200
  }
201
201
  export declare interface KolCard extends Components.KolCard {
202
202
  }
203
+ export declare class KolCardWc extends StencilProxyComponent implements OnChanges {
204
+ private changeDetectorRef;
205
+ protected z: NgZone;
206
+ _hascloser: any;
207
+ _label: any;
208
+ _level: any;
209
+ _on: any;
210
+ protected el: HTMLElement;
211
+ availableInputProperties: string[];
212
+ hasTagNameTransformer: boolean;
213
+ tagName: string;
214
+ replaceTagDirective: ReplaceTagDirective;
215
+ constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
216
+ ngOnChanges(): void;
217
+ static ɵfac: i0.ɵɵFactoryDeclaration<KolCardWc, never>;
218
+ static ɵcmp: i0.ɵɵComponentDeclaration<KolCardWc, "kol-card-wc", never, { "_hasCloser": { "alias": "_hasCloser"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_level": { "alias": "_level"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; }, {}, never, ["*"], true, never>;
219
+ }
220
+ export declare interface KolCardWc extends Components.KolCardWc {
221
+ }
203
222
  export declare class KolCombobox extends StencilProxyComponent implements OnChanges {
204
223
  private changeDetectorRef;
205
224
  protected z: NgZone;
@@ -257,6 +276,7 @@ export declare class KolDrawer extends StencilProxyComponent implements OnChange
257
276
  private changeDetectorRef;
258
277
  protected z: NgZone;
259
278
  _align: any;
279
+ _hascloser: any;
260
280
  _label: any;
261
281
  _on: any;
262
282
  _open: any;
@@ -268,7 +288,7 @@ export declare class KolDrawer extends StencilProxyComponent implements OnChange
268
288
  constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
269
289
  ngOnChanges(): void;
270
290
  static ɵfac: i0.ɵɵFactoryDeclaration<KolDrawer, never>;
271
- static ɵcmp: i0.ɵɵComponentDeclaration<KolDrawer, "kol-drawer", never, { "_align": { "alias": "_align"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_open": { "alias": "_open"; "required": false; }; }, {}, never, ["*"], true, never>;
291
+ static ɵcmp: i0.ɵɵComponentDeclaration<KolDrawer, "kol-drawer", never, { "_align": { "alias": "_align"; "required": false; }; "_hasCloser": { "alias": "_hasCloser"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_open": { "alias": "_open"; "required": false; }; }, {}, never, ["*"], true, never>;
272
292
  }
273
293
  export declare interface KolDrawer extends Components.KolDrawer {
274
294
  }
@@ -854,6 +874,32 @@ export declare class KolPagination extends StencilProxyComponent implements OnCh
854
874
  }
855
875
  export declare interface KolPagination extends Components.KolPagination {
856
876
  }
877
+ export declare class KolPaginationWc extends StencilProxyComponent implements OnChanges {
878
+ private changeDetectorRef;
879
+ protected z: NgZone;
880
+ _boundarycount: any;
881
+ _customclass: any;
882
+ _hasbuttons: any;
883
+ _label: any;
884
+ _max: any;
885
+ _on: any;
886
+ _page: any;
887
+ _pagesize: any;
888
+ _pagesizeoptions: any;
889
+ _siblingcount: any;
890
+ _tooltipalign: any;
891
+ protected el: HTMLElement;
892
+ availableInputProperties: string[];
893
+ hasTagNameTransformer: boolean;
894
+ tagName: string;
895
+ replaceTagDirective: ReplaceTagDirective;
896
+ constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
897
+ ngOnChanges(): void;
898
+ static ɵfac: i0.ɵɵFactoryDeclaration<KolPaginationWc, never>;
899
+ static ɵcmp: i0.ɵɵComponentDeclaration<KolPaginationWc, "kol-pagination-wc", never, { "_boundaryCount": { "alias": "_boundaryCount"; "required": false; }; "_customClass": { "alias": "_customClass"; "required": false; }; "_hasButtons": { "alias": "_hasButtons"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_max": { "alias": "_max"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_page": { "alias": "_page"; "required": false; }; "_pageSize": { "alias": "_pageSize"; "required": false; }; "_pageSizeOptions": { "alias": "_pageSizeOptions"; "required": false; }; "_siblingCount": { "alias": "_siblingCount"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; }, {}, never, ["*"], true, never>;
900
+ }
901
+ export declare interface KolPaginationWc extends Components.KolPaginationWc {
902
+ }
857
903
  export declare class KolPopoverButton extends StencilProxyComponent implements OnChanges {
858
904
  private changeDetectorRef;
859
905
  protected z: NgZone;
@@ -1070,7 +1116,9 @@ export declare interface KolSpin extends Components.KolSpin {
1070
1116
  export declare class KolSplitButton extends StencilProxyComponent implements OnChanges {
1071
1117
  private changeDetectorRef;
1072
1118
  protected z: NgZone;
1119
+ _accesskey: any;
1073
1120
  _ariacontrols: any;
1121
+ _ariadescription: any;
1074
1122
  _ariaexpanded: any;
1075
1123
  _ariaselected: any;
1076
1124
  _customclass: any;
@@ -1082,6 +1130,7 @@ export declare class KolSplitButton extends StencilProxyComponent implements OnC
1082
1130
  _name: any;
1083
1131
  _on: any;
1084
1132
  _role: any;
1133
+ _shortkey: any;
1085
1134
  _tooltipalign: any;
1086
1135
  _type: any;
1087
1136
  _value: any;
@@ -1094,7 +1143,7 @@ export declare class KolSplitButton extends StencilProxyComponent implements OnC
1094
1143
  constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
1095
1144
  ngOnChanges(): void;
1096
1145
  static ɵfac: i0.ɵɵFactoryDeclaration<KolSplitButton, never>;
1097
- static ɵcmp: i0.ɵɵComponentDeclaration<KolSplitButton, "kol-split-button", never, { "_ariaControls": { "alias": "_ariaControls"; "required": false; }; "_ariaExpanded": { "alias": "_ariaExpanded"; "required": false; }; "_ariaSelected": { "alias": "_ariaSelected"; "required": false; }; "_customClass": { "alias": "_customClass"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_id": { "alias": "_id"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_role": { "alias": "_role"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_type": { "alias": "_type"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
1146
+ static ɵcmp: i0.ɵɵComponentDeclaration<KolSplitButton, "kol-split-button", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaControls": { "alias": "_ariaControls"; "required": false; }; "_ariaDescription": { "alias": "_ariaDescription"; "required": false; }; "_ariaExpanded": { "alias": "_ariaExpanded"; "required": false; }; "_ariaSelected": { "alias": "_ariaSelected"; "required": false; }; "_customClass": { "alias": "_customClass"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_id": { "alias": "_id"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_role": { "alias": "_role"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_type": { "alias": "_type"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
1098
1147
  }
1099
1148
  export declare interface KolSplitButton extends Components.KolSplitButton {
1100
1149
  }
@@ -332,6 +332,42 @@ function KolCard_ng_template_1_Template(rf, ctx) { if (rf & 1) {
332
332
  function KolCard_ng_template_3_Template(rf, ctx) { if (rf & 1) {
333
333
  i0.ɵɵprojection(0);
334
334
  } }
335
+ function KolCardWc_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
336
+ i0.ɵɵelementContainer(0);
337
+ } }
338
+ function KolCardWc_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf & 1) {
339
+ i0.ɵɵelementStart(0, "stencil-ng-proxy", 5, 2);
340
+ i0.ɵɵtemplate(2, KolCardWc_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template, 1, 0, "ng-container", 6);
341
+ i0.ɵɵelementEnd();
342
+ } if (rf & 2) {
343
+ const ctx_r0 = i0.ɵɵnextContext(2);
344
+ const ngContentOutlet_r2 = i0.ɵɵreference(4);
345
+ i0.ɵɵproperty("_hasCloser", ctx_r0._hasCloser)("_label", ctx_r0._label)("_level", ctx_r0._level)("_on", ctx_r0._on);
346
+ i0.ɵɵadvance(2);
347
+ i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
348
+ } }
349
+ function KolCardWc_ng_container_0_Template(rf, ctx) { if (rf & 1) {
350
+ i0.ɵɵelementContainerStart(0);
351
+ i0.ɵɵtemplate(1, KolCardWc_ng_container_0_stencil_ng_proxy_1_Template, 3, 5, "stencil-ng-proxy", 4);
352
+ i0.ɵɵelementContainerEnd();
353
+ } if (rf & 2) {
354
+ const ctx_r0 = i0.ɵɵnextContext();
355
+ i0.ɵɵadvance();
356
+ i0.ɵɵproperty("replaceTag", ctx_r0.tagName);
357
+ } }
358
+ function KolCardWc_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
359
+ i0.ɵɵelementContainer(0);
360
+ } }
361
+ function KolCardWc_ng_template_1_Template(rf, ctx) { if (rf & 1) {
362
+ i0.ɵɵtemplate(0, KolCardWc_ng_template_1_ng_container_0_Template, 1, 0, "ng-container", 6);
363
+ } if (rf & 2) {
364
+ i0.ɵɵnextContext();
365
+ const ngContentOutlet_r2 = i0.ɵɵreference(4);
366
+ i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
367
+ } }
368
+ function KolCardWc_ng_template_3_Template(rf, ctx) { if (rf & 1) {
369
+ i0.ɵɵprojection(0);
370
+ } }
335
371
  function KolCombobox_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
336
372
  i0.ɵɵelementContainer(0);
337
373
  } }
@@ -414,13 +450,13 @@ function KolDrawer_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf
414
450
  } if (rf & 2) {
415
451
  const ctx_r0 = i0.ɵɵnextContext(2);
416
452
  const ngContentOutlet_r2 = i0.ɵɵreference(4);
417
- i0.ɵɵproperty("_align", ctx_r0._align)("_label", ctx_r0._label)("_on", ctx_r0._on)("_open", ctx_r0._open);
453
+ i0.ɵɵproperty("_align", ctx_r0._align)("_hasCloser", ctx_r0._hasCloser)("_label", ctx_r0._label)("_on", ctx_r0._on)("_open", ctx_r0._open);
418
454
  i0.ɵɵadvance(2);
419
455
  i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
420
456
  } }
421
457
  function KolDrawer_ng_container_0_Template(rf, ctx) { if (rf & 1) {
422
458
  i0.ɵɵelementContainerStart(0);
423
- i0.ɵɵtemplate(1, KolDrawer_ng_container_0_stencil_ng_proxy_1_Template, 3, 5, "stencil-ng-proxy", 4);
459
+ i0.ɵɵtemplate(1, KolDrawer_ng_container_0_stencil_ng_proxy_1_Template, 3, 6, "stencil-ng-proxy", 4);
424
460
  i0.ɵɵelementContainerEnd();
425
461
  } if (rf & 2) {
426
462
  const ctx_r0 = i0.ɵɵnextContext();
@@ -1160,6 +1196,42 @@ function KolPagination_ng_template_1_Template(rf, ctx) { if (rf & 1) {
1160
1196
  function KolPagination_ng_template_3_Template(rf, ctx) { if (rf & 1) {
1161
1197
  i0.ɵɵprojection(0);
1162
1198
  } }
1199
+ function KolPaginationWc_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
1200
+ i0.ɵɵelementContainer(0);
1201
+ } }
1202
+ function KolPaginationWc_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf & 1) {
1203
+ i0.ɵɵelementStart(0, "stencil-ng-proxy", 5, 2);
1204
+ i0.ɵɵtemplate(2, KolPaginationWc_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template, 1, 0, "ng-container", 6);
1205
+ i0.ɵɵelementEnd();
1206
+ } if (rf & 2) {
1207
+ const ctx_r0 = i0.ɵɵnextContext(2);
1208
+ const ngContentOutlet_r2 = i0.ɵɵreference(4);
1209
+ i0.ɵɵproperty("_boundaryCount", ctx_r0._boundaryCount)("_customClass", ctx_r0._customClass)("_hasButtons", ctx_r0._hasButtons)("_label", ctx_r0._label)("_max", ctx_r0._max)("_on", ctx_r0._on)("_page", ctx_r0._page)("_pageSize", ctx_r0._pageSize)("_pageSizeOptions", ctx_r0._pageSizeOptions)("_siblingCount", ctx_r0._siblingCount)("_tooltipAlign", ctx_r0._tooltipAlign);
1210
+ i0.ɵɵadvance(2);
1211
+ i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
1212
+ } }
1213
+ function KolPaginationWc_ng_container_0_Template(rf, ctx) { if (rf & 1) {
1214
+ i0.ɵɵelementContainerStart(0);
1215
+ i0.ɵɵtemplate(1, KolPaginationWc_ng_container_0_stencil_ng_proxy_1_Template, 3, 12, "stencil-ng-proxy", 4);
1216
+ i0.ɵɵelementContainerEnd();
1217
+ } if (rf & 2) {
1218
+ const ctx_r0 = i0.ɵɵnextContext();
1219
+ i0.ɵɵadvance();
1220
+ i0.ɵɵproperty("replaceTag", ctx_r0.tagName);
1221
+ } }
1222
+ function KolPaginationWc_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
1223
+ i0.ɵɵelementContainer(0);
1224
+ } }
1225
+ function KolPaginationWc_ng_template_1_Template(rf, ctx) { if (rf & 1) {
1226
+ i0.ɵɵtemplate(0, KolPaginationWc_ng_template_1_ng_container_0_Template, 1, 0, "ng-container", 6);
1227
+ } if (rf & 2) {
1228
+ i0.ɵɵnextContext();
1229
+ const ngContentOutlet_r2 = i0.ɵɵreference(4);
1230
+ i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
1231
+ } }
1232
+ function KolPaginationWc_ng_template_3_Template(rf, ctx) { if (rf & 1) {
1233
+ i0.ɵɵprojection(0);
1234
+ } }
1163
1235
  function KolPopoverButton_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
1164
1236
  i0.ɵɵelementContainer(0);
1165
1237
  } }
@@ -1458,13 +1530,13 @@ function KolSplitButton_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if
1458
1530
  } if (rf & 2) {
1459
1531
  const ctx_r0 = i0.ɵɵnextContext(2);
1460
1532
  const ngContentOutlet_r2 = i0.ɵɵreference(4);
1461
- i0.ɵɵproperty("_ariaControls", ctx_r0._ariaControls)("_ariaExpanded", ctx_r0._ariaExpanded)("_ariaSelected", ctx_r0._ariaSelected)("_customClass", ctx_r0._customClass)("_disabled", ctx_r0._disabled)("_hideLabel", ctx_r0._hideLabel)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_label", ctx_r0._label)("_name", ctx_r0._name)("_on", ctx_r0._on)("_role", ctx_r0._role)("_tooltipAlign", ctx_r0._tooltipAlign)("_type", ctx_r0._type)("_value", ctx_r0._value)("_variant", ctx_r0._variant);
1533
+ i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_ariaControls", ctx_r0._ariaControls)("_ariaDescription", ctx_r0._ariaDescription)("_ariaExpanded", ctx_r0._ariaExpanded)("_ariaSelected", ctx_r0._ariaSelected)("_customClass", ctx_r0._customClass)("_disabled", ctx_r0._disabled)("_hideLabel", ctx_r0._hideLabel)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_label", ctx_r0._label)("_name", ctx_r0._name)("_on", ctx_r0._on)("_role", ctx_r0._role)("_shortKey", ctx_r0._shortKey)("_tooltipAlign", ctx_r0._tooltipAlign)("_type", ctx_r0._type)("_value", ctx_r0._value)("_variant", ctx_r0._variant);
1462
1534
  i0.ɵɵadvance(2);
1463
1535
  i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
1464
1536
  } }
1465
1537
  function KolSplitButton_ng_container_0_Template(rf, ctx) { if (rf & 1) {
1466
1538
  i0.ɵɵelementContainerStart(0);
1467
- i0.ɵɵtemplate(1, KolSplitButton_ng_container_0_stencil_ng_proxy_1_Template, 3, 17, "stencil-ng-proxy", 4);
1539
+ i0.ɵɵtemplate(1, KolSplitButton_ng_container_0_stencil_ng_proxy_1_Template, 3, 20, "stencil-ng-proxy", 4);
1468
1540
  i0.ɵɵelementContainerEnd();
1469
1541
  } if (rf & 2) {
1470
1542
  const ctx_r0 = i0.ɵɵnextContext();
@@ -2512,6 +2584,80 @@ export { KolCard };
2512
2584
  args: [ReplaceTagDirective]
2513
2585
  }] }); })();
2514
2586
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCard, { className: "KolCard", filePath: "components.ts", lineNumber: 562 }); })();
2587
+ let KolCardWc = class KolCardWc extends StencilProxyComponent {
2588
+ constructor(changeDetectorRef, r, z) {
2589
+ super();
2590
+ this.changeDetectorRef = changeDetectorRef;
2591
+ this.z = z;
2592
+ this.availableInputProperties = ['_hasCloser', '_label', '_level', '_on'];
2593
+ changeDetectorRef.detach();
2594
+ const originalTagName = 'kol-card-wc';
2595
+ this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
2596
+ this.hasTagNameTransformer = typeof tagNameTransformer === 'function';
2597
+ this.el = r.nativeElement;
2598
+ }
2599
+ ngOnChanges() {
2600
+ if (typeof this.replaceTagDirective === 'object' && this.replaceTagDirective !== null && typeof this.replaceTagDirective.handlePropertyChanges === 'function') {
2601
+ this.replaceTagDirective.handlePropertyChanges();
2602
+ }
2603
+ this.changeDetectorRef.detectChanges();
2604
+ }
2605
+ };
2606
+ KolCardWc.ɵfac = function KolCardWc_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || KolCardWc)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
2607
+ KolCardWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolCardWc, selectors: [["kol-card-wc"]], viewQuery: function KolCardWc_Query(rf, ctx) { if (rf & 1) {
2608
+ i0.ɵɵviewQuery(ReplaceTagDirective, 5);
2609
+ } if (rf & 2) {
2610
+ let _t;
2611
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
2612
+ } }, inputs: { _hasCloser: "_hasCloser", _label: "_label", _level: "_level", _on: "_on" }, features: [i0.ɵɵProvidersFeature([
2613
+ { provide: StencilProxyComponent, useExisting: forwardRef(() => KolCardWc) }
2614
+ ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_hasCloser", "_label", "_level", "_on", 4, "replaceTag"], [3, "_hasCloser", "_label", "_level", "_on"], [4, "ngTemplateOutlet"]], template: function KolCardWc_Template(rf, ctx) { if (rf & 1) {
2615
+ i0.ɵɵprojectionDef();
2616
+ i0.ɵɵtemplate(0, KolCardWc_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolCardWc_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolCardWc_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
2617
+ } if (rf & 2) {
2618
+ const defaultCase_r3 = i0.ɵɵreference(2);
2619
+ i0.ɵɵproperty("ngIf", ctx.hasTagNameTransformer)("ngIfElse", defaultCase_r3);
2620
+ } }, encapsulation: 2, changeDetection: 0 });
2621
+ KolCardWc = __decorate([
2622
+ ProxyCmp({
2623
+ inputs: ['_hasCloser', '_label', '_level', '_on']
2624
+ })
2625
+ ], KolCardWc);
2626
+ export { KolCardWc };
2627
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(KolCardWc, [{
2628
+ type: Component,
2629
+ args: [{
2630
+ selector: 'kol-card-wc',
2631
+ changeDetection: ChangeDetectionStrategy.OnPush,
2632
+ template: `
2633
+ <ng-container *ngIf="hasTagNameTransformer; else defaultCase">
2634
+ <stencil-ng-proxy
2635
+ [_hasCloser]="_hasCloser" [_label]="_label" [_level]="_level" [_on]="_on"
2636
+ *replaceTag="tagName"
2637
+ #replaceTagHost
2638
+ >
2639
+ <ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
2640
+ </stencil-ng-proxy>
2641
+ </ng-container>
2642
+
2643
+ <ng-template #defaultCase>
2644
+ <ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
2645
+ </ng-template>
2646
+
2647
+ <ng-template #ngContentOutlet>
2648
+ <ng-content></ng-content>
2649
+ </ng-template>`,
2650
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2651
+ inputs: ['_hasCloser', '_label', '_level', '_on'],
2652
+ providers: [
2653
+ { provide: StencilProxyComponent, useExisting: forwardRef(() => KolCardWc) }
2654
+ ],
2655
+ }]
2656
+ }], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { replaceTagDirective: [{
2657
+ type: ViewChild,
2658
+ args: [ReplaceTagDirective]
2659
+ }] }); })();
2660
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCardWc, { className: "KolCardWc", filePath: "components.ts", lineNumber: 623 }); })();
2515
2661
  let KolCombobox = class KolCombobox extends StencilProxyComponent {
2516
2662
  constructor(changeDetectorRef, r, z) {
2517
2663
  super();
@@ -2586,7 +2732,7 @@ export { KolCombobox };
2586
2732
  type: ViewChild,
2587
2733
  args: [ReplaceTagDirective]
2588
2734
  }] }); })();
2589
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCombobox, { className: "KolCombobox", filePath: "components.ts", lineNumber: 624 }); })();
2735
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCombobox, { className: "KolCombobox", filePath: "components.ts", lineNumber: 685 }); })();
2590
2736
  let KolDetails = class KolDetails extends StencilProxyComponent {
2591
2737
  constructor(changeDetectorRef, r, z) {
2592
2738
  super();
@@ -2661,13 +2807,13 @@ export { KolDetails };
2661
2807
  type: ViewChild,
2662
2808
  args: [ReplaceTagDirective]
2663
2809
  }] }); })();
2664
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDetails, { className: "KolDetails", filePath: "components.ts", lineNumber: 700 }); })();
2810
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDetails, { className: "KolDetails", filePath: "components.ts", lineNumber: 761 }); })();
2665
2811
  let KolDrawer = class KolDrawer extends StencilProxyComponent {
2666
2812
  constructor(changeDetectorRef, r, z) {
2667
2813
  super();
2668
2814
  this.changeDetectorRef = changeDetectorRef;
2669
2815
  this.z = z;
2670
- this.availableInputProperties = ['_align', '_label', '_on', '_open'];
2816
+ this.availableInputProperties = ['_align', '_hasCloser', '_label', '_on', '_open'];
2671
2817
  changeDetectorRef.detach();
2672
2818
  const originalTagName = 'kol-drawer';
2673
2819
  this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
@@ -2687,9 +2833,9 @@ KolDrawer.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolDrawer, select
2687
2833
  } if (rf & 2) {
2688
2834
  let _t;
2689
2835
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
2690
- } }, inputs: { _align: "_align", _label: "_label", _on: "_on", _open: "_open" }, features: [i0.ɵɵProvidersFeature([
2836
+ } }, inputs: { _align: "_align", _hasCloser: "_hasCloser", _label: "_label", _on: "_on", _open: "_open" }, features: [i0.ɵɵProvidersFeature([
2691
2837
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolDrawer) }
2692
- ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_align", "_label", "_on", "_open", 4, "replaceTag"], [3, "_align", "_label", "_on", "_open"], [4, "ngTemplateOutlet"]], template: function KolDrawer_Template(rf, ctx) { if (rf & 1) {
2838
+ ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_align", "_hasCloser", "_label", "_on", "_open", 4, "replaceTag"], [3, "_align", "_hasCloser", "_label", "_on", "_open"], [4, "ngTemplateOutlet"]], template: function KolDrawer_Template(rf, ctx) { if (rf & 1) {
2693
2839
  i0.ɵɵprojectionDef();
2694
2840
  i0.ɵɵtemplate(0, KolDrawer_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolDrawer_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolDrawer_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
2695
2841
  } if (rf & 2) {
@@ -2698,7 +2844,7 @@ KolDrawer.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolDrawer, select
2698
2844
  } }, encapsulation: 2, changeDetection: 0 });
2699
2845
  KolDrawer = __decorate([
2700
2846
  ProxyCmp({
2701
- inputs: ['_align', '_label', '_on', '_open'],
2847
+ inputs: ['_align', '_hasCloser', '_label', '_on', '_open'],
2702
2848
  methods: ['open', 'close']
2703
2849
  })
2704
2850
  ], KolDrawer);
@@ -2711,7 +2857,7 @@ export { KolDrawer };
2711
2857
  template: `
2712
2858
  <ng-container *ngIf="hasTagNameTransformer; else defaultCase">
2713
2859
  <stencil-ng-proxy
2714
- [_align]="_align" [_label]="_label" [_on]="_on" [_open]="_open"
2860
+ [_align]="_align" [_hasCloser]="_hasCloser" [_label]="_label" [_on]="_on" [_open]="_open"
2715
2861
  *replaceTag="tagName"
2716
2862
  #replaceTagHost
2717
2863
  >
@@ -2727,7 +2873,7 @@ export { KolDrawer };
2727
2873
  <ng-content></ng-content>
2728
2874
  </ng-template>`,
2729
2875
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2730
- inputs: ['_align', '_label', '_on', '_open'],
2876
+ inputs: ['_align', '_hasCloser', '_label', '_on', '_open'],
2731
2877
  providers: [
2732
2878
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolDrawer) }
2733
2879
  ],
@@ -2736,7 +2882,7 @@ export { KolDrawer };
2736
2882
  type: ViewChild,
2737
2883
  args: [ReplaceTagDirective]
2738
2884
  }] }); })();
2739
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber: 763 }); })();
2885
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber: 824 }); })();
2740
2886
  let KolForm = class KolForm extends StencilProxyComponent {
2741
2887
  constructor(changeDetectorRef, r, z) {
2742
2888
  super();
@@ -2811,7 +2957,7 @@ export { KolForm };
2811
2957
  type: ViewChild,
2812
2958
  args: [ReplaceTagDirective]
2813
2959
  }] }); })();
2814
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber: 825 }); })();
2960
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber: 887 }); })();
2815
2961
  let KolHeading = class KolHeading extends StencilProxyComponent {
2816
2962
  constructor(changeDetectorRef, r, z) {
2817
2963
  super();
@@ -2885,7 +3031,7 @@ export { KolHeading };
2885
3031
  type: ViewChild,
2886
3032
  args: [ReplaceTagDirective]
2887
3033
  }] }); })();
2888
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber: 885 }); })();
3034
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber: 947 }); })();
2889
3035
  let KolIcon = class KolIcon extends StencilProxyComponent {
2890
3036
  constructor(changeDetectorRef, r, z) {
2891
3037
  super();
@@ -2959,7 +3105,7 @@ export { KolIcon };
2959
3105
  type: ViewChild,
2960
3106
  args: [ReplaceTagDirective]
2961
3107
  }] }); })();
2962
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber: 945 }); })();
3108
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber: 1007 }); })();
2963
3109
  let KolImage = class KolImage extends StencilProxyComponent {
2964
3110
  constructor(changeDetectorRef, r, z) {
2965
3111
  super();
@@ -3033,7 +3179,7 @@ export { KolImage };
3033
3179
  type: ViewChild,
3034
3180
  args: [ReplaceTagDirective]
3035
3181
  }] }); })();
3036
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber: 1004 }); })();
3182
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber: 1066 }); })();
3037
3183
  let KolInputCheckbox = class KolInputCheckbox extends StencilProxyComponent {
3038
3184
  constructor(changeDetectorRef, r, z) {
3039
3185
  super();
@@ -3108,7 +3254,7 @@ export { KolInputCheckbox };
3108
3254
  type: ViewChild,
3109
3255
  args: [ReplaceTagDirective]
3110
3256
  }] }); })();
3111
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber: 1067 }); })();
3257
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber: 1129 }); })();
3112
3258
  let KolInputColor = class KolInputColor extends StencilProxyComponent {
3113
3259
  constructor(changeDetectorRef, r, z) {
3114
3260
  super();
@@ -3183,7 +3329,7 @@ export { KolInputColor };
3183
3329
  type: ViewChild,
3184
3330
  args: [ReplaceTagDirective]
3185
3331
  }] }); })();
3186
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber: 1145 }); })();
3332
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber: 1207 }); })();
3187
3333
  let KolInputDate = class KolInputDate extends StencilProxyComponent {
3188
3334
  constructor(changeDetectorRef, r, z) {
3189
3335
  super();
@@ -3258,7 +3404,7 @@ export { KolInputDate };
3258
3404
  type: ViewChild,
3259
3405
  args: [ReplaceTagDirective]
3260
3406
  }] }); })();
3261
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber: 1221 }); })();
3407
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber: 1283 }); })();
3262
3408
  let KolInputEmail = class KolInputEmail extends StencilProxyComponent {
3263
3409
  constructor(changeDetectorRef, r, z) {
3264
3410
  super();
@@ -3333,7 +3479,7 @@ export { KolInputEmail };
3333
3479
  type: ViewChild,
3334
3480
  args: [ReplaceTagDirective]
3335
3481
  }] }); })();
3336
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber: 1303 }); })();
3482
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber: 1365 }); })();
3337
3483
  let KolInputFile = class KolInputFile extends StencilProxyComponent {
3338
3484
  constructor(changeDetectorRef, r, z) {
3339
3485
  super();
@@ -3408,7 +3554,7 @@ export { KolInputFile };
3408
3554
  type: ViewChild,
3409
3555
  args: [ReplaceTagDirective]
3410
3556
  }] }); })();
3411
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber: 1386 }); })();
3557
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber: 1448 }); })();
3412
3558
  let KolInputNumber = class KolInputNumber extends StencilProxyComponent {
3413
3559
  constructor(changeDetectorRef, r, z) {
3414
3560
  super();
@@ -3483,7 +3629,7 @@ export { KolInputNumber };
3483
3629
  type: ViewChild,
3484
3630
  args: [ReplaceTagDirective]
3485
3631
  }] }); })();
3486
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber: 1462 }); })();
3632
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber: 1524 }); })();
3487
3633
  let KolInputPassword = class KolInputPassword extends StencilProxyComponent {
3488
3634
  constructor(changeDetectorRef, r, z) {
3489
3635
  super();
@@ -3558,7 +3704,7 @@ export { KolInputPassword };
3558
3704
  type: ViewChild,
3559
3705
  args: [ReplaceTagDirective]
3560
3706
  }] }); })();
3561
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber: 1544 }); })();
3707
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber: 1606 }); })();
3562
3708
  let KolInputRadio = class KolInputRadio extends StencilProxyComponent {
3563
3709
  constructor(changeDetectorRef, r, z) {
3564
3710
  super();
@@ -3633,7 +3779,7 @@ export { KolInputRadio };
3633
3779
  type: ViewChild,
3634
3780
  args: [ReplaceTagDirective]
3635
3781
  }] }); })();
3636
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber: 1626 }); })();
3782
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber: 1688 }); })();
3637
3783
  let KolInputRange = class KolInputRange extends StencilProxyComponent {
3638
3784
  constructor(changeDetectorRef, r, z) {
3639
3785
  super();
@@ -3708,7 +3854,7 @@ export { KolInputRange };
3708
3854
  type: ViewChild,
3709
3855
  args: [ReplaceTagDirective]
3710
3856
  }] }); })();
3711
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber: 1699 }); })();
3857
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber: 1761 }); })();
3712
3858
  let KolInputText = class KolInputText extends StencilProxyComponent {
3713
3859
  constructor(changeDetectorRef, r, z) {
3714
3860
  super();
@@ -3783,7 +3929,7 @@ export { KolInputText };
3783
3929
  type: ViewChild,
3784
3930
  args: [ReplaceTagDirective]
3785
3931
  }] }); })();
3786
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber: 1777 }); })();
3932
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber: 1839 }); })();
3787
3933
  let KolKolibri = class KolKolibri extends StencilProxyComponent {
3788
3934
  constructor(changeDetectorRef, r, z) {
3789
3935
  super();
@@ -3857,7 +4003,7 @@ export { KolKolibri };
3857
4003
  type: ViewChild,
3858
4004
  args: [ReplaceTagDirective]
3859
4005
  }] }); })();
3860
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber: 1860 }); })();
4006
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber: 1922 }); })();
3861
4007
  let KolLink = class KolLink extends StencilProxyComponent {
3862
4008
  constructor(changeDetectorRef, r, z) {
3863
4009
  super();
@@ -3932,7 +4078,7 @@ export { KolLink };
3932
4078
  type: ViewChild,
3933
4079
  args: [ReplaceTagDirective]
3934
4080
  }] }); })();
3935
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber: 1920 }); })();
4081
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber: 1982 }); })();
3936
4082
  let KolLinkButton = class KolLinkButton extends StencilProxyComponent {
3937
4083
  constructor(changeDetectorRef, r, z) {
3938
4084
  super();
@@ -4007,7 +4153,7 @@ export { KolLinkButton };
4007
4153
  type: ViewChild,
4008
4154
  args: [ReplaceTagDirective]
4009
4155
  }] }); })();
4010
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 1993 }); })();
4156
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 2055 }); })();
4011
4157
  let KolModal = class KolModal extends StencilProxyComponent {
4012
4158
  constructor(changeDetectorRef, r, z) {
4013
4159
  super();
@@ -4082,7 +4228,7 @@ export { KolModal };
4082
4228
  type: ViewChild,
4083
4229
  args: [ReplaceTagDirective]
4084
4230
  }] }); })();
4085
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2067 }); })();
4231
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2129 }); })();
4086
4232
  let KolNav = class KolNav extends StencilProxyComponent {
4087
4233
  constructor(changeDetectorRef, r, z) {
4088
4234
  super();
@@ -4156,7 +4302,7 @@ export { KolNav };
4156
4302
  type: ViewChild,
4157
4303
  args: [ReplaceTagDirective]
4158
4304
  }] }); })();
4159
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2128 }); })();
4305
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2190 }); })();
4160
4306
  let KolPagination = class KolPagination extends StencilProxyComponent {
4161
4307
  constructor(changeDetectorRef, r, z) {
4162
4308
  super();
@@ -4230,7 +4376,81 @@ export { KolPagination };
4230
4376
  type: ViewChild,
4231
4377
  args: [ReplaceTagDirective]
4232
4378
  }] }); })();
4233
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2192 }); })();
4379
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2254 }); })();
4380
+ let KolPaginationWc = class KolPaginationWc extends StencilProxyComponent {
4381
+ constructor(changeDetectorRef, r, z) {
4382
+ super();
4383
+ this.changeDetectorRef = changeDetectorRef;
4384
+ this.z = z;
4385
+ this.availableInputProperties = ['_boundaryCount', '_customClass', '_hasButtons', '_label', '_max', '_on', '_page', '_pageSize', '_pageSizeOptions', '_siblingCount', '_tooltipAlign'];
4386
+ changeDetectorRef.detach();
4387
+ const originalTagName = 'kol-pagination-wc';
4388
+ this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
4389
+ this.hasTagNameTransformer = typeof tagNameTransformer === 'function';
4390
+ this.el = r.nativeElement;
4391
+ }
4392
+ ngOnChanges() {
4393
+ if (typeof this.replaceTagDirective === 'object' && this.replaceTagDirective !== null && typeof this.replaceTagDirective.handlePropertyChanges === 'function') {
4394
+ this.replaceTagDirective.handlePropertyChanges();
4395
+ }
4396
+ this.changeDetectorRef.detectChanges();
4397
+ }
4398
+ };
4399
+ KolPaginationWc.ɵfac = function KolPaginationWc_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || KolPaginationWc)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
4400
+ KolPaginationWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolPaginationWc, selectors: [["kol-pagination-wc"]], viewQuery: function KolPaginationWc_Query(rf, ctx) { if (rf & 1) {
4401
+ i0.ɵɵviewQuery(ReplaceTagDirective, 5);
4402
+ } if (rf & 2) {
4403
+ let _t;
4404
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
4405
+ } }, inputs: { _boundaryCount: "_boundaryCount", _customClass: "_customClass", _hasButtons: "_hasButtons", _label: "_label", _max: "_max", _on: "_on", _page: "_page", _pageSize: "_pageSize", _pageSizeOptions: "_pageSizeOptions", _siblingCount: "_siblingCount", _tooltipAlign: "_tooltipAlign" }, features: [i0.ɵɵProvidersFeature([
4406
+ { provide: StencilProxyComponent, useExisting: forwardRef(() => KolPaginationWc) }
4407
+ ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_boundaryCount", "_customClass", "_hasButtons", "_label", "_max", "_on", "_page", "_pageSize", "_pageSizeOptions", "_siblingCount", "_tooltipAlign", 4, "replaceTag"], [3, "_boundaryCount", "_customClass", "_hasButtons", "_label", "_max", "_on", "_page", "_pageSize", "_pageSizeOptions", "_siblingCount", "_tooltipAlign"], [4, "ngTemplateOutlet"]], template: function KolPaginationWc_Template(rf, ctx) { if (rf & 1) {
4408
+ i0.ɵɵprojectionDef();
4409
+ i0.ɵɵtemplate(0, KolPaginationWc_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolPaginationWc_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolPaginationWc_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
4410
+ } if (rf & 2) {
4411
+ const defaultCase_r3 = i0.ɵɵreference(2);
4412
+ i0.ɵɵproperty("ngIf", ctx.hasTagNameTransformer)("ngIfElse", defaultCase_r3);
4413
+ } }, encapsulation: 2, changeDetection: 0 });
4414
+ KolPaginationWc = __decorate([
4415
+ ProxyCmp({
4416
+ inputs: ['_boundaryCount', '_customClass', '_hasButtons', '_label', '_max', '_on', '_page', '_pageSize', '_pageSizeOptions', '_siblingCount', '_tooltipAlign']
4417
+ })
4418
+ ], KolPaginationWc);
4419
+ export { KolPaginationWc };
4420
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(KolPaginationWc, [{
4421
+ type: Component,
4422
+ args: [{
4423
+ selector: 'kol-pagination-wc',
4424
+ changeDetection: ChangeDetectionStrategy.OnPush,
4425
+ template: `
4426
+ <ng-container *ngIf="hasTagNameTransformer; else defaultCase">
4427
+ <stencil-ng-proxy
4428
+ [_boundaryCount]="_boundaryCount" [_customClass]="_customClass" [_hasButtons]="_hasButtons" [_label]="_label" [_max]="_max" [_on]="_on" [_page]="_page" [_pageSize]="_pageSize" [_pageSizeOptions]="_pageSizeOptions" [_siblingCount]="_siblingCount" [_tooltipAlign]="_tooltipAlign"
4429
+ *replaceTag="tagName"
4430
+ #replaceTagHost
4431
+ >
4432
+ <ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
4433
+ </stencil-ng-proxy>
4434
+ </ng-container>
4435
+
4436
+ <ng-template #defaultCase>
4437
+ <ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
4438
+ </ng-template>
4439
+
4440
+ <ng-template #ngContentOutlet>
4441
+ <ng-content></ng-content>
4442
+ </ng-template>`,
4443
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
4444
+ inputs: ['_boundaryCount', '_customClass', '_hasButtons', '_label', '_max', '_on', '_page', '_pageSize', '_pageSizeOptions', '_siblingCount', '_tooltipAlign'],
4445
+ providers: [
4446
+ { provide: StencilProxyComponent, useExisting: forwardRef(() => KolPaginationWc) }
4447
+ ],
4448
+ }]
4449
+ }], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { replaceTagDirective: [{
4450
+ type: ViewChild,
4451
+ args: [ReplaceTagDirective]
4452
+ }] }); })();
4453
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber: 2322 }); })();
4234
4454
  let KolPopoverButton = class KolPopoverButton extends StencilProxyComponent {
4235
4455
  constructor(changeDetectorRef, r, z) {
4236
4456
  super();
@@ -4305,7 +4525,7 @@ export { KolPopoverButton };
4305
4525
  type: ViewChild,
4306
4526
  args: [ReplaceTagDirective]
4307
4527
  }] }); })();
4308
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2261 }); })();
4528
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2391 }); })();
4309
4529
  let KolPopoverButtonWc = class KolPopoverButtonWc extends StencilProxyComponent {
4310
4530
  constructor(changeDetectorRef, r, z) {
4311
4531
  super();
@@ -4380,7 +4600,7 @@ export { KolPopoverButtonWc };
4380
4600
  type: ViewChild,
4381
4601
  args: [ReplaceTagDirective]
4382
4602
  }] }); })();
4383
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber: 2339 }); })();
4603
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber: 2469 }); })();
4384
4604
  let KolProgress = class KolProgress extends StencilProxyComponent {
4385
4605
  constructor(changeDetectorRef, r, z) {
4386
4606
  super();
@@ -4454,7 +4674,7 @@ export { KolProgress };
4454
4674
  type: ViewChild,
4455
4675
  args: [ReplaceTagDirective]
4456
4676
  }] }); })();
4457
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2416 }); })();
4677
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2546 }); })();
4458
4678
  let KolQuote = class KolQuote extends StencilProxyComponent {
4459
4679
  constructor(changeDetectorRef, r, z) {
4460
4680
  super();
@@ -4528,7 +4748,7 @@ export { KolQuote };
4528
4748
  type: ViewChild,
4529
4749
  args: [ReplaceTagDirective]
4530
4750
  }] }); })();
4531
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2478 }); })();
4751
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2608 }); })();
4532
4752
  let KolSelect = class KolSelect extends StencilProxyComponent {
4533
4753
  constructor(changeDetectorRef, r, z) {
4534
4754
  super();
@@ -4603,7 +4823,7 @@ export { KolSelect };
4603
4823
  type: ViewChild,
4604
4824
  args: [ReplaceTagDirective]
4605
4825
  }] }); })();
4606
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2540 }); })();
4826
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2670 }); })();
4607
4827
  let KolSingleSelect = class KolSingleSelect extends StencilProxyComponent {
4608
4828
  constructor(changeDetectorRef, r, z) {
4609
4829
  super();
@@ -4678,7 +4898,7 @@ export { KolSingleSelect };
4678
4898
  type: ViewChild,
4679
4899
  args: [ReplaceTagDirective]
4680
4900
  }] }); })();
4681
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2618 }); })();
4901
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2748 }); })();
4682
4902
  let KolSkipNav = class KolSkipNav extends StencilProxyComponent {
4683
4903
  constructor(changeDetectorRef, r, z) {
4684
4904
  super();
@@ -4752,7 +4972,7 @@ export { KolSkipNav };
4752
4972
  type: ViewChild,
4753
4973
  args: [ReplaceTagDirective]
4754
4974
  }] }); })();
4755
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2695 }); })();
4975
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2825 }); })();
4756
4976
  let KolSpin = class KolSpin extends StencilProxyComponent {
4757
4977
  constructor(changeDetectorRef, r, z) {
4758
4978
  super();
@@ -4826,13 +5046,13 @@ export { KolSpin };
4826
5046
  type: ViewChild,
4827
5047
  args: [ReplaceTagDirective]
4828
5048
  }] }); })();
4829
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2754 }); })();
5049
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2884 }); })();
4830
5050
  let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
4831
5051
  constructor(changeDetectorRef, r, z) {
4832
5052
  super();
4833
5053
  this.changeDetectorRef = changeDetectorRef;
4834
5054
  this.z = z;
4835
- this.availableInputProperties = ['_ariaControls', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_tooltipAlign', '_type', '_value', '_variant'];
5055
+ this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'];
4836
5056
  changeDetectorRef.detach();
4837
5057
  const originalTagName = 'kol-split-button';
4838
5058
  this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
@@ -4852,9 +5072,9 @@ KolSplitButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSplitButt
4852
5072
  } if (rf & 2) {
4853
5073
  let _t;
4854
5074
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
4855
- } }, inputs: { _ariaControls: "_ariaControls", _ariaExpanded: "_ariaExpanded", _ariaSelected: "_ariaSelected", _customClass: "_customClass", _disabled: "_disabled", _hideLabel: "_hideLabel", _icons: "_icons", _id: "_id", _label: "_label", _name: "_name", _on: "_on", _role: "_role", _tooltipAlign: "_tooltipAlign", _type: "_type", _value: "_value", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
5075
+ } }, inputs: { _accessKey: "_accessKey", _ariaControls: "_ariaControls", _ariaDescription: "_ariaDescription", _ariaExpanded: "_ariaExpanded", _ariaSelected: "_ariaSelected", _customClass: "_customClass", _disabled: "_disabled", _hideLabel: "_hideLabel", _icons: "_icons", _id: "_id", _label: "_label", _name: "_name", _on: "_on", _role: "_role", _shortKey: "_shortKey", _tooltipAlign: "_tooltipAlign", _type: "_type", _value: "_value", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
4856
5076
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolSplitButton) }
4857
- ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_ariaControls", "_ariaExpanded", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_id", "_label", "_name", "_on", "_role", "_tooltipAlign", "_type", "_value", "_variant", 4, "replaceTag"], [3, "_ariaControls", "_ariaExpanded", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_id", "_label", "_name", "_on", "_role", "_tooltipAlign", "_type", "_value", "_variant"], [4, "ngTemplateOutlet"]], template: function KolSplitButton_Template(rf, ctx) { if (rf & 1) {
5077
+ ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaExpanded", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_id", "_label", "_name", "_on", "_role", "_shortKey", "_tooltipAlign", "_type", "_value", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaExpanded", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_id", "_label", "_name", "_on", "_role", "_shortKey", "_tooltipAlign", "_type", "_value", "_variant"], [4, "ngTemplateOutlet"]], template: function KolSplitButton_Template(rf, ctx) { if (rf & 1) {
4858
5078
  i0.ɵɵprojectionDef();
4859
5079
  i0.ɵɵtemplate(0, KolSplitButton_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolSplitButton_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolSplitButton_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
4860
5080
  } if (rf & 2) {
@@ -4863,8 +5083,8 @@ KolSplitButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSplitButt
4863
5083
  } }, encapsulation: 2, changeDetection: 0 });
4864
5084
  KolSplitButton = __decorate([
4865
5085
  ProxyCmp({
4866
- inputs: ['_ariaControls', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_tooltipAlign', '_type', '_value', '_variant'],
4867
- methods: ['closePopup']
5086
+ inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'],
5087
+ methods: ['getValue', 'kolFocus', 'closePopup']
4868
5088
  })
4869
5089
  ], KolSplitButton);
4870
5090
  export { KolSplitButton };
@@ -4876,7 +5096,7 @@ export { KolSplitButton };
4876
5096
  template: `
4877
5097
  <ng-container *ngIf="hasTagNameTransformer; else defaultCase">
4878
5098
  <stencil-ng-proxy
4879
- [_ariaControls]="_ariaControls" [_ariaExpanded]="_ariaExpanded" [_ariaSelected]="_ariaSelected" [_customClass]="_customClass" [_disabled]="_disabled" [_hideLabel]="_hideLabel" [_icons]="_icons" [_id]="_id" [_label]="_label" [_name]="_name" [_on]="_on" [_role]="_role" [_tooltipAlign]="_tooltipAlign" [_type]="_type" [_value]="_value" [_variant]="_variant"
5099
+ [_accessKey]="_accessKey" [_ariaControls]="_ariaControls" [_ariaDescription]="_ariaDescription" [_ariaExpanded]="_ariaExpanded" [_ariaSelected]="_ariaSelected" [_customClass]="_customClass" [_disabled]="_disabled" [_hideLabel]="_hideLabel" [_icons]="_icons" [_id]="_id" [_label]="_label" [_name]="_name" [_on]="_on" [_role]="_role" [_shortKey]="_shortKey" [_tooltipAlign]="_tooltipAlign" [_type]="_type" [_value]="_value" [_variant]="_variant"
4880
5100
  *replaceTag="tagName"
4881
5101
  #replaceTagHost
4882
5102
  >
@@ -4892,7 +5112,7 @@ export { KolSplitButton };
4892
5112
  <ng-content></ng-content>
4893
5113
  </ng-template>`,
4894
5114
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
4895
- inputs: ['_ariaControls', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_tooltipAlign', '_type', '_value', '_variant'],
5115
+ inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'],
4896
5116
  providers: [
4897
5117
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolSplitButton) }
4898
5118
  ],
@@ -4901,7 +5121,7 @@ export { KolSplitButton };
4901
5121
  type: ViewChild,
4902
5122
  args: [ReplaceTagDirective]
4903
5123
  }] }); })();
4904
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2814 }); })();
5124
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2944 }); })();
4905
5125
  let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
4906
5126
  constructor(changeDetectorRef, r, z) {
4907
5127
  super();
@@ -4976,7 +5196,7 @@ export { KolTableStateful };
4976
5196
  type: ViewChild,
4977
5197
  args: [ReplaceTagDirective]
4978
5198
  }] }); })();
4979
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 2888 }); })();
5199
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3021 }); })();
4980
5200
  let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
4981
5201
  constructor(changeDetectorRef, r, z) {
4982
5202
  super();
@@ -5050,7 +5270,7 @@ export { KolTableStateless };
5050
5270
  type: ViewChild,
5051
5271
  args: [ReplaceTagDirective]
5052
5272
  }] }); })();
5053
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 2956 }); })();
5273
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3089 }); })();
5054
5274
  let KolTabs = class KolTabs extends StencilProxyComponent {
5055
5275
  constructor(changeDetectorRef, r, z) {
5056
5276
  super();
@@ -5124,7 +5344,7 @@ export { KolTabs };
5124
5344
  type: ViewChild,
5125
5345
  args: [ReplaceTagDirective]
5126
5346
  }] }); })();
5127
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3021 }); })();
5347
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3154 }); })();
5128
5348
  let KolTextarea = class KolTextarea extends StencilProxyComponent {
5129
5349
  constructor(changeDetectorRef, r, z) {
5130
5350
  super();
@@ -5199,7 +5419,7 @@ export { KolTextarea };
5199
5419
  type: ViewChild,
5200
5420
  args: [ReplaceTagDirective]
5201
5421
  }] }); })();
5202
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3086 }); })();
5422
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3219 }); })();
5203
5423
  let KolToastContainer = class KolToastContainer extends StencilProxyComponent {
5204
5424
  constructor(changeDetectorRef, r, z) {
5205
5425
  super();
@@ -5273,7 +5493,7 @@ export { KolToastContainer };
5273
5493
  type: ViewChild,
5274
5494
  args: [ReplaceTagDirective]
5275
5495
  }] }); })();
5276
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3167 }); })();
5496
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3300 }); })();
5277
5497
  let KolToolbar = class KolToolbar extends StencilProxyComponent {
5278
5498
  constructor(changeDetectorRef, r, z) {
5279
5499
  super();
@@ -5347,7 +5567,7 @@ export { KolToolbar };
5347
5567
  type: ViewChild,
5348
5568
  args: [ReplaceTagDirective]
5349
5569
  }] }); })();
5350
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3225 }); })();
5570
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3358 }); })();
5351
5571
  let KolTree = class KolTree extends StencilProxyComponent {
5352
5572
  constructor(changeDetectorRef, r, z) {
5353
5573
  super();
@@ -5421,7 +5641,7 @@ export { KolTree };
5421
5641
  type: ViewChild,
5422
5642
  args: [ReplaceTagDirective]
5423
5643
  }] }); })();
5424
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3285 }); })();
5644
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3418 }); })();
5425
5645
  let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
5426
5646
  constructor(changeDetectorRef, r, z) {
5427
5647
  super();
@@ -5496,7 +5716,7 @@ export { KolTreeItem };
5496
5716
  type: ViewChild,
5497
5717
  args: [ReplaceTagDirective]
5498
5718
  }] }); })();
5499
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3344 }); })();
5719
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3477 }); })();
5500
5720
  let KolTreeItemWc = class KolTreeItemWc extends StencilProxyComponent {
5501
5721
  constructor(changeDetectorRef, r, z) {
5502
5722
  super();
@@ -5571,7 +5791,7 @@ export { KolTreeItemWc };
5571
5791
  type: ViewChild,
5572
5792
  args: [ReplaceTagDirective]
5573
5793
  }] }); })();
5574
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3406 }); })();
5794
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3539 }); })();
5575
5795
  let KolVersion = class KolVersion extends StencilProxyComponent {
5576
5796
  constructor(changeDetectorRef, r, z) {
5577
5797
  super();
@@ -5645,4 +5865,4 @@ export { KolVersion };
5645
5865
  type: ViewChild,
5646
5866
  args: [ReplaceTagDirective]
5647
5867
  }] }); })();
5648
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3467 }); })();
5868
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3600 }); })();
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
1
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
2
2
  export { ReplaceTagDirective } from './angular-component-lib/ReplaceTagDirective';
3
3
  export { setTagNameTransformer } from './angular-component-lib/tagNameTransformer';
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /* AutoGen NgModule */
2
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
2
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
3
3
  export { ReplaceTagDirective } from './angular-component-lib/ReplaceTagDirective';
4
4
  export { setTagNameTransformer } from './angular-component-lib/tagNameTransformer';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/angular-v19",
3
- "version": "3.0.1",
3
+ "version": "3.0.2-1e1d8522b9f6826d286c64e7859e0ac6d14b13a9.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -66,11 +66,11 @@
66
66
  "rxjs": "7.8.2",
67
67
  "typescript": "5.8.3",
68
68
  "zone.js": "0.15.1",
69
- "@public-ui/components": "3.0.1"
69
+ "@public-ui/components": "3.0.2-1e1d8522b9f6826d286c64e7859e0ac6d14b13a9.0"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "@angular/core": "^19.2.14",
73
- "@public-ui/components": "3.0.1"
73
+ "@public-ui/components": "3.0.2-1e1d8522b9f6826d286c64e7859e0ac6d14b13a9.0"
74
74
  },
75
75
  "files": [
76
76
  "dist"