@public-ui/angular-v19 4.0.0-beta.0 → 4.0.0-beta.1

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.
@@ -275,6 +275,25 @@ export declare class KolDetails extends StencilProxyComponent implements OnChang
275
275
  }
276
276
  export declare interface KolDetails extends Components.KolDetails {
277
277
  }
278
+ export declare class KolDialog extends StencilProxyComponent implements OnChanges {
279
+ private changeDetectorRef;
280
+ protected z: NgZone;
281
+ _label: any;
282
+ _on: any;
283
+ _variant: any;
284
+ _width: any;
285
+ protected el: HTMLElement;
286
+ availableInputProperties: string[];
287
+ hasTagNameTransformer: boolean;
288
+ tagName: string;
289
+ replaceTagDirective: ReplaceTagDirective;
290
+ constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
291
+ ngOnChanges(): void;
292
+ static ɵfac: i0.ɵɵFactoryDeclaration<KolDialog, never>;
293
+ static ɵcmp: i0.ɵɵComponentDeclaration<KolDialog, "kol-dialog", never, { "_label": { "alias": "_label"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; "_width": { "alias": "_width"; "required": false; }; }, {}, never, ["*"], true, never>;
294
+ }
295
+ export declare interface KolDialog extends Components.KolDialog {
296
+ }
278
297
  export declare class KolDrawer extends StencilProxyComponent implements OnChanges {
279
298
  private changeDetectorRef;
280
299
  protected z: NgZone;
@@ -440,6 +440,42 @@ function KolDetails_ng_template_1_Template(rf, ctx) { if (rf & 1) {
440
440
  function KolDetails_ng_template_3_Template(rf, ctx) { if (rf & 1) {
441
441
  i0.ɵɵprojection(0);
442
442
  } }
443
+ function KolDialog_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
444
+ i0.ɵɵelementContainer(0);
445
+ } }
446
+ function KolDialog_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf & 1) {
447
+ i0.ɵɵelementStart(0, "stencil-ng-proxy", 5, 2);
448
+ i0.ɵɵtemplate(2, KolDialog_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template, 1, 0, "ng-container", 6);
449
+ i0.ɵɵelementEnd();
450
+ } if (rf & 2) {
451
+ const ctx_r0 = i0.ɵɵnextContext(2);
452
+ const ngContentOutlet_r2 = i0.ɵɵreference(4);
453
+ i0.ɵɵproperty("_label", ctx_r0._label)("_on", ctx_r0._on)("_variant", ctx_r0._variant)("_width", ctx_r0._width);
454
+ i0.ɵɵadvance(2);
455
+ i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
456
+ } }
457
+ function KolDialog_ng_container_0_Template(rf, ctx) { if (rf & 1) {
458
+ i0.ɵɵelementContainerStart(0);
459
+ i0.ɵɵtemplate(1, KolDialog_ng_container_0_stencil_ng_proxy_1_Template, 3, 5, "stencil-ng-proxy", 4);
460
+ i0.ɵɵelementContainerEnd();
461
+ } if (rf & 2) {
462
+ const ctx_r0 = i0.ɵɵnextContext();
463
+ i0.ɵɵadvance();
464
+ i0.ɵɵproperty("replaceTag", ctx_r0.tagName);
465
+ } }
466
+ function KolDialog_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
467
+ i0.ɵɵelementContainer(0);
468
+ } }
469
+ function KolDialog_ng_template_1_Template(rf, ctx) { if (rf & 1) {
470
+ i0.ɵɵtemplate(0, KolDialog_ng_template_1_ng_container_0_Template, 1, 0, "ng-container", 6);
471
+ } if (rf & 2) {
472
+ i0.ɵɵnextContext();
473
+ const ngContentOutlet_r2 = i0.ɵɵreference(4);
474
+ i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
475
+ } }
476
+ function KolDialog_ng_template_3_Template(rf, ctx) { if (rf & 1) {
477
+ i0.ɵɵprojection(0);
478
+ } }
443
479
  function KolDrawer_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
444
480
  i0.ɵɵelementContainer(0);
445
481
  } }
@@ -2062,7 +2098,7 @@ KolAccordion.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolAccordion,
2062
2098
  KolAccordion = __decorate([
2063
2099
  ProxyCmp({
2064
2100
  inputs: ['_disabled', '_label', '_level', '_on', '_open'],
2065
- methods: ['kolFocus']
2101
+ methods: ['focus']
2066
2102
  })
2067
2103
  ], KolAccordion);
2068
2104
  export { KolAccordion };
@@ -2285,7 +2321,7 @@ KolBadge.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolBadge, selector
2285
2321
  KolBadge = __decorate([
2286
2322
  ProxyCmp({
2287
2323
  inputs: ['_color', '_icons', '_label', '_smartButton'],
2288
- methods: ['kolFocus']
2324
+ methods: ['focus']
2289
2325
  })
2290
2326
  ], KolBadge);
2291
2327
  export { KolBadge };
@@ -2434,7 +2470,7 @@ KolButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolButton, select
2434
2470
  KolButton = __decorate([
2435
2471
  ProxyCmp({
2436
2472
  inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'],
2437
- methods: ['getValue', 'kolFocus']
2473
+ methods: ['getValue', 'focus']
2438
2474
  })
2439
2475
  ], KolButton);
2440
2476
  export { KolButton };
@@ -2509,7 +2545,7 @@ KolButtonLink.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolButtonLink
2509
2545
  KolButtonLink = __decorate([
2510
2546
  ProxyCmp({
2511
2547
  inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value'],
2512
- methods: ['getValue', 'kolFocus']
2548
+ methods: ['getValue', 'focus']
2513
2549
  })
2514
2550
  ], KolButtonLink);
2515
2551
  export { KolButtonLink };
@@ -2732,7 +2768,7 @@ KolCombobox.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolCombobox, se
2732
2768
  KolCombobox = __decorate([
2733
2769
  ProxyCmp({
2734
2770
  inputs: ['_accessKey', '_disabled', '_hasClearButton', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_placeholder', '_required', '_shortKey', '_suggestions', '_tooltipAlign', '_touched', '_value'],
2735
- methods: ['getValue', 'kolFocus']
2771
+ methods: ['getValue', 'focus']
2736
2772
  })
2737
2773
  ], KolCombobox);
2738
2774
  export { KolCombobox };
@@ -2807,7 +2843,7 @@ KolDetails.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolDetails, sele
2807
2843
  KolDetails = __decorate([
2808
2844
  ProxyCmp({
2809
2845
  inputs: ['_disabled', '_label', '_level', '_on', '_open'],
2810
- methods: ['kolFocus']
2846
+ methods: ['focus']
2811
2847
  })
2812
2848
  ], KolDetails);
2813
2849
  export { KolDetails };
@@ -2845,6 +2881,81 @@ export { KolDetails };
2845
2881
  args: [ReplaceTagDirective]
2846
2882
  }] }); })();
2847
2883
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDetails, { className: "KolDetails", filePath: "components.ts", lineNumber: 765 }); })();
2884
+ let KolDialog = class KolDialog extends StencilProxyComponent {
2885
+ constructor(changeDetectorRef, r, z) {
2886
+ super();
2887
+ this.changeDetectorRef = changeDetectorRef;
2888
+ this.z = z;
2889
+ this.availableInputProperties = ['_label', '_on', '_variant', '_width'];
2890
+ changeDetectorRef.detach();
2891
+ const originalTagName = 'kol-dialog';
2892
+ this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
2893
+ this.hasTagNameTransformer = typeof tagNameTransformer === 'function';
2894
+ this.el = r.nativeElement;
2895
+ }
2896
+ ngOnChanges() {
2897
+ if (typeof this.replaceTagDirective === 'object' && this.replaceTagDirective !== null && typeof this.replaceTagDirective.handlePropertyChanges === 'function') {
2898
+ this.replaceTagDirective.handlePropertyChanges();
2899
+ }
2900
+ this.changeDetectorRef.detectChanges();
2901
+ }
2902
+ };
2903
+ KolDialog.ɵfac = function KolDialog_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || KolDialog)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
2904
+ KolDialog.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolDialog, selectors: [["kol-dialog"]], viewQuery: function KolDialog_Query(rf, ctx) { if (rf & 1) {
2905
+ i0.ɵɵviewQuery(ReplaceTagDirective, 5);
2906
+ } if (rf & 2) {
2907
+ let _t;
2908
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
2909
+ } }, inputs: { _label: "_label", _on: "_on", _variant: "_variant", _width: "_width" }, features: [i0.ɵɵProvidersFeature([
2910
+ { provide: StencilProxyComponent, useExisting: forwardRef(() => KolDialog) }
2911
+ ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_label", "_on", "_variant", "_width", 4, "replaceTag"], [3, "_label", "_on", "_variant", "_width"], [4, "ngTemplateOutlet"]], template: function KolDialog_Template(rf, ctx) { if (rf & 1) {
2912
+ i0.ɵɵprojectionDef();
2913
+ i0.ɵɵtemplate(0, KolDialog_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolDialog_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolDialog_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
2914
+ } if (rf & 2) {
2915
+ const defaultCase_r3 = i0.ɵɵreference(2);
2916
+ i0.ɵɵproperty("ngIf", ctx.hasTagNameTransformer)("ngIfElse", defaultCase_r3);
2917
+ } }, encapsulation: 2, changeDetection: 0 });
2918
+ KolDialog = __decorate([
2919
+ ProxyCmp({
2920
+ inputs: ['_label', '_on', '_variant', '_width'],
2921
+ methods: ['openModal', 'closeModal']
2922
+ })
2923
+ ], KolDialog);
2924
+ export { KolDialog };
2925
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(KolDialog, [{
2926
+ type: Component,
2927
+ args: [{
2928
+ selector: 'kol-dialog',
2929
+ changeDetection: ChangeDetectionStrategy.OnPush,
2930
+ template: `
2931
+ <ng-container *ngIf="hasTagNameTransformer; else defaultCase">
2932
+ <stencil-ng-proxy
2933
+ [_label]="_label" [_on]="_on" [_variant]="_variant" [_width]="_width"
2934
+ *replaceTag="tagName"
2935
+ #replaceTagHost
2936
+ >
2937
+ <ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
2938
+ </stencil-ng-proxy>
2939
+ </ng-container>
2940
+
2941
+ <ng-template #defaultCase>
2942
+ <ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
2943
+ </ng-template>
2944
+
2945
+ <ng-template #ngContentOutlet>
2946
+ <ng-content></ng-content>
2947
+ </ng-template>`,
2948
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2949
+ inputs: ['_label', '_on', '_variant', '_width'],
2950
+ providers: [
2951
+ { provide: StencilProxyComponent, useExisting: forwardRef(() => KolDialog) }
2952
+ ],
2953
+ }]
2954
+ }], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { replaceTagDirective: [{
2955
+ type: ViewChild,
2956
+ args: [ReplaceTagDirective]
2957
+ }] }); })();
2958
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDialog, { className: "KolDialog", filePath: "components.ts", lineNumber: 828 }); })();
2848
2959
  let KolDrawer = class KolDrawer extends StencilProxyComponent {
2849
2960
  constructor(changeDetectorRef, r, z) {
2850
2961
  super();
@@ -2919,7 +3030,7 @@ export { KolDrawer };
2919
3030
  type: ViewChild,
2920
3031
  args: [ReplaceTagDirective]
2921
3032
  }] }); })();
2922
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber: 828 }); })();
3033
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber: 890 }); })();
2923
3034
  let KolForm = class KolForm extends StencilProxyComponent {
2924
3035
  constructor(changeDetectorRef, r, z) {
2925
3036
  super();
@@ -2994,7 +3105,7 @@ export { KolForm };
2994
3105
  type: ViewChild,
2995
3106
  args: [ReplaceTagDirective]
2996
3107
  }] }); })();
2997
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber: 891 }); })();
3108
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber: 953 }); })();
2998
3109
  let KolHeading = class KolHeading extends StencilProxyComponent {
2999
3110
  constructor(changeDetectorRef, r, z) {
3000
3111
  super();
@@ -3068,7 +3179,7 @@ export { KolHeading };
3068
3179
  type: ViewChild,
3069
3180
  args: [ReplaceTagDirective]
3070
3181
  }] }); })();
3071
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber: 951 }); })();
3182
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber: 1013 }); })();
3072
3183
  let KolIcon = class KolIcon extends StencilProxyComponent {
3073
3184
  constructor(changeDetectorRef, r, z) {
3074
3185
  super();
@@ -3142,7 +3253,7 @@ export { KolIcon };
3142
3253
  type: ViewChild,
3143
3254
  args: [ReplaceTagDirective]
3144
3255
  }] }); })();
3145
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber: 1011 }); })();
3256
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber: 1073 }); })();
3146
3257
  let KolImage = class KolImage extends StencilProxyComponent {
3147
3258
  constructor(changeDetectorRef, r, z) {
3148
3259
  super();
@@ -3216,7 +3327,7 @@ export { KolImage };
3216
3327
  type: ViewChild,
3217
3328
  args: [ReplaceTagDirective]
3218
3329
  }] }); })();
3219
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber: 1070 }); })();
3330
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber: 1132 }); })();
3220
3331
  let KolInputCheckbox = class KolInputCheckbox extends StencilProxyComponent {
3221
3332
  constructor(changeDetectorRef, r, z) {
3222
3333
  super();
@@ -3254,7 +3365,7 @@ KolInputCheckbox.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputCh
3254
3365
  KolInputCheckbox = __decorate([
3255
3366
  ProxyCmp({
3256
3367
  inputs: ['_accessKey', '_checked', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_indeterminate', '_label', '_labelAlign', '_msg', '_name', '_on', '_required', '_shortKey', '_tooltipAlign', '_touched', '_value', '_variant'],
3257
- methods: ['getValue', 'kolFocus']
3368
+ methods: ['getValue', 'focus']
3258
3369
  })
3259
3370
  ], KolInputCheckbox);
3260
3371
  export { KolInputCheckbox };
@@ -3291,7 +3402,7 @@ export { KolInputCheckbox };
3291
3402
  type: ViewChild,
3292
3403
  args: [ReplaceTagDirective]
3293
3404
  }] }); })();
3294
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber: 1133 }); })();
3405
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber: 1195 }); })();
3295
3406
  let KolInputColor = class KolInputColor extends StencilProxyComponent {
3296
3407
  constructor(changeDetectorRef, r, z) {
3297
3408
  super();
@@ -3329,7 +3440,7 @@ KolInputColor.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputColor
3329
3440
  KolInputColor = __decorate([
3330
3441
  ProxyCmp({
3331
3442
  inputs: ['_accessKey', '_autoComplete', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_shortKey', '_smartButton', '_suggestions', '_tooltipAlign', '_touched', '_value'],
3332
- methods: ['getValue', 'kolFocus']
3443
+ methods: ['getValue', 'focus']
3333
3444
  })
3334
3445
  ], KolInputColor);
3335
3446
  export { KolInputColor };
@@ -3366,7 +3477,7 @@ export { KolInputColor };
3366
3477
  type: ViewChild,
3367
3478
  args: [ReplaceTagDirective]
3368
3479
  }] }); })();
3369
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber: 1211 }); })();
3480
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber: 1273 }); })();
3370
3481
  let KolInputDate = class KolInputDate extends StencilProxyComponent {
3371
3482
  constructor(changeDetectorRef, r, z) {
3372
3483
  super();
@@ -3404,7 +3515,7 @@ KolInputDate.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputDate,
3404
3515
  KolInputDate = __decorate([
3405
3516
  ProxyCmp({
3406
3517
  inputs: ['_accessKey', '_autoComplete', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_max', '_min', '_msg', '_name', '_on', '_readOnly', '_required', '_shortKey', '_smartButton', '_step', '_suggestions', '_tooltipAlign', '_touched', '_type', '_value'],
3407
- methods: ['getValue', 'kolFocus', 'reset']
3518
+ methods: ['getValue', 'focus', 'reset']
3408
3519
  })
3409
3520
  ], KolInputDate);
3410
3521
  export { KolInputDate };
@@ -3441,7 +3552,7 @@ export { KolInputDate };
3441
3552
  type: ViewChild,
3442
3553
  args: [ReplaceTagDirective]
3443
3554
  }] }); })();
3444
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber: 1287 }); })();
3555
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber: 1349 }); })();
3445
3556
  let KolInputEmail = class KolInputEmail extends StencilProxyComponent {
3446
3557
  constructor(changeDetectorRef, r, z) {
3447
3558
  super();
@@ -3479,7 +3590,7 @@ KolInputEmail.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputEmail
3479
3590
  KolInputEmail = __decorate([
3480
3591
  ProxyCmp({
3481
3592
  inputs: ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_multiple', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_suggestions', '_tooltipAlign', '_touched', '_value'],
3482
- methods: ['getValue', 'kolFocus']
3593
+ methods: ['getValue', 'focus']
3483
3594
  })
3484
3595
  ], KolInputEmail);
3485
3596
  export { KolInputEmail };
@@ -3516,7 +3627,7 @@ export { KolInputEmail };
3516
3627
  type: ViewChild,
3517
3628
  args: [ReplaceTagDirective]
3518
3629
  }] }); })();
3519
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber: 1369 }); })();
3630
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber: 1431 }); })();
3520
3631
  let KolInputFile = class KolInputFile extends StencilProxyComponent {
3521
3632
  constructor(changeDetectorRef, r, z) {
3522
3633
  super();
@@ -3554,7 +3665,7 @@ KolInputFile.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputFile,
3554
3665
  KolInputFile = __decorate([
3555
3666
  ProxyCmp({
3556
3667
  inputs: ['_accept', '_accessKey', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_multiple', '_name', '_on', '_required', '_shortKey', '_smartButton', '_tooltipAlign', '_touched'],
3557
- methods: ['getValue', 'kolFocus', 'reset']
3668
+ methods: ['getValue', 'focus', 'reset']
3558
3669
  })
3559
3670
  ], KolInputFile);
3560
3671
  export { KolInputFile };
@@ -3591,7 +3702,7 @@ export { KolInputFile };
3591
3702
  type: ViewChild,
3592
3703
  args: [ReplaceTagDirective]
3593
3704
  }] }); })();
3594
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber: 1453 }); })();
3705
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber: 1515 }); })();
3595
3706
  let KolInputNumber = class KolInputNumber extends StencilProxyComponent {
3596
3707
  constructor(changeDetectorRef, r, z) {
3597
3708
  super();
@@ -3629,7 +3740,7 @@ KolInputNumber.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputNumb
3629
3740
  KolInputNumber = __decorate([
3630
3741
  ProxyCmp({
3631
3742
  inputs: ['_accessKey', '_autoComplete', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_max', '_min', '_msg', '_name', '_on', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_step', '_suggestions', '_tooltipAlign', '_touched', '_value'],
3632
- methods: ['getValue', 'kolFocus']
3743
+ methods: ['getValue', 'focus']
3633
3744
  })
3634
3745
  ], KolInputNumber);
3635
3746
  export { KolInputNumber };
@@ -3666,7 +3777,7 @@ export { KolInputNumber };
3666
3777
  type: ViewChild,
3667
3778
  args: [ReplaceTagDirective]
3668
3779
  }] }); })();
3669
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber: 1529 }); })();
3780
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber: 1591 }); })();
3670
3781
  let KolInputPassword = class KolInputPassword extends StencilProxyComponent {
3671
3782
  constructor(changeDetectorRef, r, z) {
3672
3783
  super();
@@ -3704,7 +3815,7 @@ KolInputPassword.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputPa
3704
3815
  KolInputPassword = __decorate([
3705
3816
  ProxyCmp({
3706
3817
  inputs: ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_tooltipAlign', '_touched', '_value', '_variant'],
3707
- methods: ['getValue', 'kolFocus']
3818
+ methods: ['getValue', 'focus']
3708
3819
  })
3709
3820
  ], KolInputPassword);
3710
3821
  export { KolInputPassword };
@@ -3741,7 +3852,7 @@ export { KolInputPassword };
3741
3852
  type: ViewChild,
3742
3853
  args: [ReplaceTagDirective]
3743
3854
  }] }); })();
3744
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber: 1611 }); })();
3855
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber: 1673 }); })();
3745
3856
  let KolInputRadio = class KolInputRadio extends StencilProxyComponent {
3746
3857
  constructor(changeDetectorRef, r, z) {
3747
3858
  super();
@@ -3779,7 +3890,7 @@ KolInputRadio.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputRadio
3779
3890
  KolInputRadio = __decorate([
3780
3891
  ProxyCmp({
3781
3892
  inputs: ['_disabled', '_hideLabel', '_hideMsg', '_hint', '_id', '_label', '_msg', '_name', '_on', '_options', '_orientation', '_required', '_tooltipAlign', '_touched', '_value'],
3782
- methods: ['getValue', 'kolFocus']
3893
+ methods: ['getValue', 'focus']
3783
3894
  })
3784
3895
  ], KolInputRadio);
3785
3896
  export { KolInputRadio };
@@ -3816,7 +3927,7 @@ export { KolInputRadio };
3816
3927
  type: ViewChild,
3817
3928
  args: [ReplaceTagDirective]
3818
3929
  }] }); })();
3819
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber: 1694 }); })();
3930
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber: 1756 }); })();
3820
3931
  let KolInputRange = class KolInputRange extends StencilProxyComponent {
3821
3932
  constructor(changeDetectorRef, r, z) {
3822
3933
  super();
@@ -3854,7 +3965,7 @@ KolInputRange.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputRange
3854
3965
  KolInputRange = __decorate([
3855
3966
  ProxyCmp({
3856
3967
  inputs: ['_accessKey', '_autoComplete', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_max', '_min', '_msg', '_name', '_on', '_shortKey', '_step', '_suggestions', '_tooltipAlign', '_touched', '_value'],
3857
- methods: ['kolFocus', 'getValue']
3968
+ methods: ['focus', 'getValue']
3858
3969
  })
3859
3970
  ], KolInputRange);
3860
3971
  export { KolInputRange };
@@ -3891,7 +4002,7 @@ export { KolInputRange };
3891
4002
  type: ViewChild,
3892
4003
  args: [ReplaceTagDirective]
3893
4004
  }] }); })();
3894
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber: 1767 }); })();
4005
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber: 1829 }); })();
3895
4006
  let KolInputText = class KolInputText extends StencilProxyComponent {
3896
4007
  constructor(changeDetectorRef, r, z) {
3897
4008
  super();
@@ -3929,7 +4040,7 @@ KolInputText.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputText,
3929
4040
  KolInputText = __decorate([
3930
4041
  ProxyCmp({
3931
4042
  inputs: ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_spellCheck', '_suggestions', '_tooltipAlign', '_touched', '_type', '_value'],
3932
- methods: ['getValue', 'kolFocus', 'selectionStart', 'selectioconEnd', 'setSelectionRange', 'setSelectionStart', 'setRangeText']
4043
+ methods: ['getValue', 'focus', 'selectionStart', 'selectioconEnd', 'setSelectionRange', 'setSelectionStart', 'setRangeText']
3933
4044
  })
3934
4045
  ], KolInputText);
3935
4046
  export { KolInputText };
@@ -3966,7 +4077,7 @@ export { KolInputText };
3966
4077
  type: ViewChild,
3967
4078
  args: [ReplaceTagDirective]
3968
4079
  }] }); })();
3969
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber: 1845 }); })();
4080
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber: 1907 }); })();
3970
4081
  let KolKolibri = class KolKolibri extends StencilProxyComponent {
3971
4082
  constructor(changeDetectorRef, r, z) {
3972
4083
  super();
@@ -4040,7 +4151,7 @@ export { KolKolibri };
4040
4151
  type: ViewChild,
4041
4152
  args: [ReplaceTagDirective]
4042
4153
  }] }); })();
4043
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber: 1929 }); })();
4154
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber: 1991 }); })();
4044
4155
  let KolLink = class KolLink extends StencilProxyComponent {
4045
4156
  constructor(changeDetectorRef, r, z) {
4046
4157
  super();
@@ -4078,7 +4189,7 @@ KolLink.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolLink, selectors:
4078
4189
  KolLink = __decorate([
4079
4190
  ProxyCmp({
4080
4191
  inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_ariaExpanded', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_inline', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign'],
4081
- methods: ['kolFocus']
4192
+ methods: ['focus']
4082
4193
  })
4083
4194
  ], KolLink);
4084
4195
  export { KolLink };
@@ -4115,7 +4226,7 @@ export { KolLink };
4115
4226
  type: ViewChild,
4116
4227
  args: [ReplaceTagDirective]
4117
4228
  }] }); })();
4118
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber: 1989 }); })();
4229
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber: 2051 }); })();
4119
4230
  let KolLinkButton = class KolLinkButton extends StencilProxyComponent {
4120
4231
  constructor(changeDetectorRef, r, z) {
4121
4232
  super();
@@ -4153,7 +4264,7 @@ KolLinkButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolLinkButton
4153
4264
  KolLinkButton = __decorate([
4154
4265
  ProxyCmp({
4155
4266
  inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_customClass', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'],
4156
- methods: ['kolFocus']
4267
+ methods: ['focus']
4157
4268
  })
4158
4269
  ], KolLinkButton);
4159
4270
  export { KolLinkButton };
@@ -4190,7 +4301,7 @@ export { KolLinkButton };
4190
4301
  type: ViewChild,
4191
4302
  args: [ReplaceTagDirective]
4192
4303
  }] }); })();
4193
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 2064 }); })();
4304
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 2126 }); })();
4194
4305
  let KolModal = class KolModal extends StencilProxyComponent {
4195
4306
  constructor(changeDetectorRef, r, z) {
4196
4307
  super();
@@ -4265,7 +4376,7 @@ export { KolModal };
4265
4376
  type: ViewChild,
4266
4377
  args: [ReplaceTagDirective]
4267
4378
  }] }); })();
4268
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2139 }); })();
4379
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2201 }); })();
4269
4380
  let KolNav = class KolNav extends StencilProxyComponent {
4270
4381
  constructor(changeDetectorRef, r, z) {
4271
4382
  super();
@@ -4339,7 +4450,7 @@ export { KolNav };
4339
4450
  type: ViewChild,
4340
4451
  args: [ReplaceTagDirective]
4341
4452
  }] }); })();
4342
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2200 }); })();
4453
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2262 }); })();
4343
4454
  let KolPagination = class KolPagination extends StencilProxyComponent {
4344
4455
  constructor(changeDetectorRef, r, z) {
4345
4456
  super();
@@ -4413,7 +4524,7 @@ export { KolPagination };
4413
4524
  type: ViewChild,
4414
4525
  args: [ReplaceTagDirective]
4415
4526
  }] }); })();
4416
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2263 }); })();
4527
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2325 }); })();
4417
4528
  let KolPaginationWc = class KolPaginationWc extends StencilProxyComponent {
4418
4529
  constructor(changeDetectorRef, r, z) {
4419
4530
  super();
@@ -4487,7 +4598,7 @@ export { KolPaginationWc };
4487
4598
  type: ViewChild,
4488
4599
  args: [ReplaceTagDirective]
4489
4600
  }] }); })();
4490
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber: 2331 }); })();
4601
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber: 2393 }); })();
4491
4602
  let KolPopoverButton = class KolPopoverButton extends StencilProxyComponent {
4492
4603
  constructor(changeDetectorRef, r, z) {
4493
4604
  super();
@@ -4525,7 +4636,7 @@ KolPopoverButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolPopover
4525
4636
  KolPopoverButton = __decorate([
4526
4637
  ProxyCmp({
4527
4638
  inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_on', '_popoverAlign', '_role', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'],
4528
- methods: ['hidePopover', 'showPopover', 'kolFocus']
4639
+ methods: ['hidePopover', 'showPopover', 'focus']
4529
4640
  })
4530
4641
  ], KolPopoverButton);
4531
4642
  export { KolPopoverButton };
@@ -4562,7 +4673,7 @@ export { KolPopoverButton };
4562
4673
  type: ViewChild,
4563
4674
  args: [ReplaceTagDirective]
4564
4675
  }] }); })();
4565
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2400 }); })();
4676
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2462 }); })();
4566
4677
  let KolPopoverButtonWc = class KolPopoverButtonWc extends StencilProxyComponent {
4567
4678
  constructor(changeDetectorRef, r, z) {
4568
4679
  super();
@@ -4600,7 +4711,7 @@ KolPopoverButtonWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolPopov
4600
4711
  KolPopoverButtonWc = __decorate([
4601
4712
  ProxyCmp({
4602
4713
  inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_inline', '_label', '_name', '_on', '_popoverAlign', '_role', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'],
4603
- methods: ['hidePopover', 'showPopover', 'kolFocus']
4714
+ methods: ['hidePopover', 'showPopover', 'focus']
4604
4715
  })
4605
4716
  ], KolPopoverButtonWc);
4606
4717
  export { KolPopoverButtonWc };
@@ -4637,7 +4748,7 @@ export { KolPopoverButtonWc };
4637
4748
  type: ViewChild,
4638
4749
  args: [ReplaceTagDirective]
4639
4750
  }] }); })();
4640
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber: 2479 }); })();
4751
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber: 2541 }); })();
4641
4752
  let KolProgress = class KolProgress extends StencilProxyComponent {
4642
4753
  constructor(changeDetectorRef, r, z) {
4643
4754
  super();
@@ -4711,7 +4822,7 @@ export { KolProgress };
4711
4822
  type: ViewChild,
4712
4823
  args: [ReplaceTagDirective]
4713
4824
  }] }); })();
4714
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2556 }); })();
4825
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2618 }); })();
4715
4826
  let KolQuote = class KolQuote extends StencilProxyComponent {
4716
4827
  constructor(changeDetectorRef, r, z) {
4717
4828
  super();
@@ -4785,7 +4896,7 @@ export { KolQuote };
4785
4896
  type: ViewChild,
4786
4897
  args: [ReplaceTagDirective]
4787
4898
  }] }); })();
4788
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2618 }); })();
4899
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2680 }); })();
4789
4900
  let KolSelect = class KolSelect extends StencilProxyComponent {
4790
4901
  constructor(changeDetectorRef, r, z) {
4791
4902
  super();
@@ -4823,7 +4934,7 @@ KolSelect.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSelect, select
4823
4934
  KolSelect = __decorate([
4824
4935
  ProxyCmp({
4825
4936
  inputs: ['_accessKey', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_multiple', '_name', '_on', '_options', '_required', '_rows', '_shortKey', '_tabIndex', '_tooltipAlign', '_touched', '_value'],
4826
- methods: ['getValue', 'kolFocus']
4937
+ methods: ['getValue', 'focus']
4827
4938
  })
4828
4939
  ], KolSelect);
4829
4940
  export { KolSelect };
@@ -4860,7 +4971,7 @@ export { KolSelect };
4860
4971
  type: ViewChild,
4861
4972
  args: [ReplaceTagDirective]
4862
4973
  }] }); })();
4863
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2680 }); })();
4974
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2742 }); })();
4864
4975
  let KolSelectWc = class KolSelectWc extends StencilProxyComponent {
4865
4976
  constructor(changeDetectorRef, r, z) {
4866
4977
  super();
@@ -4898,7 +5009,7 @@ KolSelectWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSelectWc, se
4898
5009
  KolSelectWc = __decorate([
4899
5010
  ProxyCmp({
4900
5011
  inputs: ['_accessKey', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_multiple', '_name', '_on', '_options', '_required', '_rows', '_shortKey', '_tabIndex', '_tooltipAlign', '_touched', '_value'],
4901
- methods: ['getValue', 'kolFocus']
5012
+ methods: ['getValue', 'focus']
4902
5013
  })
4903
5014
  ], KolSelectWc);
4904
5015
  export { KolSelectWc };
@@ -4935,7 +5046,7 @@ export { KolSelectWc };
4935
5046
  type: ViewChild,
4936
5047
  args: [ReplaceTagDirective]
4937
5048
  }] }); })();
4938
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelectWc, { className: "KolSelectWc", filePath: "components.ts", lineNumber: 2758 }); })();
5049
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelectWc, { className: "KolSelectWc", filePath: "components.ts", lineNumber: 2820 }); })();
4939
5050
  let KolSingleSelect = class KolSingleSelect extends StencilProxyComponent {
4940
5051
  constructor(changeDetectorRef, r, z) {
4941
5052
  super();
@@ -4973,7 +5084,7 @@ KolSingleSelect.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSingleSe
4973
5084
  KolSingleSelect = __decorate([
4974
5085
  ProxyCmp({
4975
5086
  inputs: ['_accessKey', '_disabled', '_hasClearButton', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_options', '_placeholder', '_required', '_rows', '_shortKey', '_tooltipAlign', '_touched', '_value'],
4976
- methods: ['getValue', 'kolFocus']
5087
+ methods: ['getValue', 'focus']
4977
5088
  })
4978
5089
  ], KolSingleSelect);
4979
5090
  export { KolSingleSelect };
@@ -5010,7 +5121,7 @@ export { KolSingleSelect };
5010
5121
  type: ViewChild,
5011
5122
  args: [ReplaceTagDirective]
5012
5123
  }] }); })();
5013
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2836 }); })();
5124
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2898 }); })();
5014
5125
  let KolSkipNav = class KolSkipNav extends StencilProxyComponent {
5015
5126
  constructor(changeDetectorRef, r, z) {
5016
5127
  super();
@@ -5048,7 +5159,7 @@ KolSkipNav.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSkipNav, sele
5048
5159
  KolSkipNav = __decorate([
5049
5160
  ProxyCmp({
5050
5161
  inputs: ['_label', '_links'],
5051
- methods: ['kolFocus']
5162
+ methods: ['focus']
5052
5163
  })
5053
5164
  ], KolSkipNav);
5054
5165
  export { KolSkipNav };
@@ -5085,7 +5196,7 @@ export { KolSkipNav };
5085
5196
  type: ViewChild,
5086
5197
  args: [ReplaceTagDirective]
5087
5198
  }] }); })();
5088
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2914 }); })();
5199
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2976 }); })();
5089
5200
  let KolSpin = class KolSpin extends StencilProxyComponent {
5090
5201
  constructor(changeDetectorRef, r, z) {
5091
5202
  super();
@@ -5159,7 +5270,7 @@ export { KolSpin };
5159
5270
  type: ViewChild,
5160
5271
  args: [ReplaceTagDirective]
5161
5272
  }] }); })();
5162
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2973 }); })();
5273
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 3035 }); })();
5163
5274
  let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
5164
5275
  constructor(changeDetectorRef, r, z) {
5165
5276
  super();
@@ -5197,7 +5308,7 @@ KolSplitButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSplitButt
5197
5308
  KolSplitButton = __decorate([
5198
5309
  ProxyCmp({
5199
5310
  inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'],
5200
- methods: ['getValue', 'kolFocus', 'closePopup']
5311
+ methods: ['getValue', 'focus', 'closePopup']
5201
5312
  })
5202
5313
  ], KolSplitButton);
5203
5314
  export { KolSplitButton };
@@ -5234,7 +5345,7 @@ export { KolSplitButton };
5234
5345
  type: ViewChild,
5235
5346
  args: [ReplaceTagDirective]
5236
5347
  }] }); })();
5237
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 3034 }); })();
5348
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 3096 }); })();
5238
5349
  let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
5239
5350
  constructor(changeDetectorRef, r, z) {
5240
5351
  super();
@@ -5309,7 +5420,7 @@ export { KolTableStateful };
5309
5420
  type: ViewChild,
5310
5421
  args: [ReplaceTagDirective]
5311
5422
  }] }); })();
5312
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3111 }); })();
5423
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3173 }); })();
5313
5424
  let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
5314
5425
  constructor(changeDetectorRef, r, z) {
5315
5426
  super();
@@ -5383,7 +5494,7 @@ export { KolTableStateless };
5383
5494
  type: ViewChild,
5384
5495
  args: [ReplaceTagDirective]
5385
5496
  }] }); })();
5386
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3179 }); })();
5497
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3241 }); })();
5387
5498
  let KolTabs = class KolTabs extends StencilProxyComponent {
5388
5499
  constructor(changeDetectorRef, r, z) {
5389
5500
  super();
@@ -5457,7 +5568,7 @@ export { KolTabs };
5457
5568
  type: ViewChild,
5458
5569
  args: [ReplaceTagDirective]
5459
5570
  }] }); })();
5460
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3244 }); })();
5571
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3306 }); })();
5461
5572
  let KolTextarea = class KolTextarea extends StencilProxyComponent {
5462
5573
  constructor(changeDetectorRef, r, z) {
5463
5574
  super();
@@ -5495,7 +5606,7 @@ KolTextarea.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTextarea, se
5495
5606
  KolTextarea = __decorate([
5496
5607
  ProxyCmp({
5497
5608
  inputs: ['_accessKey', '_adjustHeight', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_placeholder', '_readOnly', '_required', '_resize', '_rows', '_shortKey', '_spellCheck', '_tooltipAlign', '_touched', '_value'],
5498
- methods: ['getValue', 'kolFocus']
5609
+ methods: ['getValue', 'focus']
5499
5610
  })
5500
5611
  ], KolTextarea);
5501
5612
  export { KolTextarea };
@@ -5532,7 +5643,7 @@ export { KolTextarea };
5532
5643
  type: ViewChild,
5533
5644
  args: [ReplaceTagDirective]
5534
5645
  }] }); })();
5535
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3309 }); })();
5646
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3371 }); })();
5536
5647
  let KolToastContainer = class KolToastContainer extends StencilProxyComponent {
5537
5648
  constructor(changeDetectorRef, r, z) {
5538
5649
  super();
@@ -5606,7 +5717,7 @@ export { KolToastContainer };
5606
5717
  type: ViewChild,
5607
5718
  args: [ReplaceTagDirective]
5608
5719
  }] }); })();
5609
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3391 }); })();
5720
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3453 }); })();
5610
5721
  let KolToolbar = class KolToolbar extends StencilProxyComponent {
5611
5722
  constructor(changeDetectorRef, r, z) {
5612
5723
  super();
@@ -5680,7 +5791,7 @@ export { KolToolbar };
5680
5791
  type: ViewChild,
5681
5792
  args: [ReplaceTagDirective]
5682
5793
  }] }); })();
5683
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3449 }); })();
5794
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3511 }); })();
5684
5795
  let KolTree = class KolTree extends StencilProxyComponent {
5685
5796
  constructor(changeDetectorRef, r, z) {
5686
5797
  super();
@@ -5754,7 +5865,7 @@ export { KolTree };
5754
5865
  type: ViewChild,
5755
5866
  args: [ReplaceTagDirective]
5756
5867
  }] }); })();
5757
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3509 }); })();
5868
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3571 }); })();
5758
5869
  let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
5759
5870
  constructor(changeDetectorRef, r, z) {
5760
5871
  super();
@@ -5792,7 +5903,7 @@ KolTreeItem.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTreeItem, se
5792
5903
  KolTreeItem = __decorate([
5793
5904
  ProxyCmp({
5794
5905
  inputs: ['_active', '_href', '_label', '_open'],
5795
- methods: ['focusLink', 'expand', 'collapse', 'isOpen']
5906
+ methods: ['focus', 'expand', 'collapse', 'isOpen']
5796
5907
  })
5797
5908
  ], KolTreeItem);
5798
5909
  export { KolTreeItem };
@@ -5829,7 +5940,7 @@ export { KolTreeItem };
5829
5940
  type: ViewChild,
5830
5941
  args: [ReplaceTagDirective]
5831
5942
  }] }); })();
5832
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3568 }); })();
5943
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3630 }); })();
5833
5944
  let KolTreeItemWc = class KolTreeItemWc extends StencilProxyComponent {
5834
5945
  constructor(changeDetectorRef, r, z) {
5835
5946
  super();
@@ -5867,7 +5978,7 @@ KolTreeItemWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTreeItemWc
5867
5978
  KolTreeItemWc = __decorate([
5868
5979
  ProxyCmp({
5869
5980
  inputs: ['_active', '_href', '_label', '_open'],
5870
- methods: ['focusLink', 'expand', 'collapse', 'isOpen']
5981
+ methods: ['focus', 'expand', 'collapse', 'isOpen']
5871
5982
  })
5872
5983
  ], KolTreeItemWc);
5873
5984
  export { KolTreeItemWc };
@@ -5904,7 +6015,7 @@ export { KolTreeItemWc };
5904
6015
  type: ViewChild,
5905
6016
  args: [ReplaceTagDirective]
5906
6017
  }] }); })();
5907
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3630 }); })();
6018
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3692 }); })();
5908
6019
  let KolVersion = class KolVersion extends StencilProxyComponent {
5909
6020
  constructor(changeDetectorRef, r, z) {
5910
6021
  super();
@@ -5978,4 +6089,4 @@ export { KolVersion };
5978
6089
  type: ViewChild,
5979
6090
  args: [ReplaceTagDirective]
5980
6091
  }] }); })();
5981
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3691 }); })();
6092
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3753 }); })();
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
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, KolSelectWc, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
1
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSelectWc, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
2
2
  export { ReplaceTagDirective } from './angular-component-lib/ReplaceTagDirective';
3
3
  export { setTagNameTransformer } from './angular-component-lib/tagNameTransformer';
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /* AutoGen NgModule */
2
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSelectWc, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
2
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSelectWc, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
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": "4.0.0-beta.0",
3
+ "version": "4.0.0-beta.1",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -65,11 +65,11 @@
65
65
  "rxjs": "7.8.2",
66
66
  "typescript": "5.8.3",
67
67
  "zone.js": "0.15.1",
68
- "@public-ui/components": "4.0.0-beta.0"
68
+ "@public-ui/components": "4.0.0-beta.1"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "@angular/core": "^19.2.17",
72
- "@public-ui/components": "4.0.0-beta.0"
72
+ "@public-ui/components": "4.0.0-beta.1"
73
73
  },
74
74
  "files": [
75
75
  "dist"