@public-ui/angular-v21 4.1.2-rc.6 → 4.1.2-rc.7

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.
@@ -805,6 +805,30 @@ export declare class KolLinkButton extends StencilProxyComponent implements OnCh
805
805
  }
806
806
  export declare interface KolLinkButton extends Components.KolLinkButton {
807
807
  }
808
+ export declare class KolMeter extends StencilProxyComponent implements OnChanges {
809
+ private changeDetectorRef;
810
+ protected z: NgZone;
811
+ _high: any;
812
+ _label: any;
813
+ _low: any;
814
+ _max: any;
815
+ _min: any;
816
+ _optimum: any;
817
+ _orientation: any;
818
+ _unit: any;
819
+ _value: any;
820
+ protected el: HTMLElement;
821
+ availableInputProperties: string[];
822
+ hasTagNameTransformer: boolean;
823
+ tagName: string;
824
+ replaceTagDirective: ReplaceTagDirective;
825
+ constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
826
+ ngOnChanges(): void;
827
+ static ɵfac: i0.ɵɵFactoryDeclaration<KolMeter, never>;
828
+ static ɵcmp: i0.ɵɵComponentDeclaration<KolMeter, "kol-meter", never, { "_high": { "alias": "_high"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_low": { "alias": "_low"; "required": false; }; "_max": { "alias": "_max"; "required": false; }; "_min": { "alias": "_min"; "required": false; }; "_optimum": { "alias": "_optimum"; "required": false; }; "_orientation": { "alias": "_orientation"; "required": false; }; "_unit": { "alias": "_unit"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; }, {}, never, ["*"], true, never>;
829
+ }
830
+ export declare interface KolMeter extends Components.KolMeter {
831
+ }
808
832
  export declare class KolModal extends StencilProxyComponent implements OnChanges {
809
833
  private changeDetectorRef;
810
834
  protected z: NgZone;
@@ -1088,6 +1088,42 @@ function KolLinkButton_ng_template_1_Template(rf, ctx) { if (rf & 1) {
1088
1088
  function KolLinkButton_ng_template_3_Template(rf, ctx) { if (rf & 1) {
1089
1089
  i0.ɵɵprojection(0);
1090
1090
  } }
1091
+ function KolMeter_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
1092
+ i0.ɵɵdomElementContainer(0);
1093
+ } }
1094
+ function KolMeter_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf & 1) {
1095
+ i0.ɵɵdomElementStart(0, "stencil-ng-proxy", 5, 2);
1096
+ i0.ɵɵdomTemplate(2, KolMeter_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template, 1, 0, "ng-container", 6);
1097
+ i0.ɵɵdomElementEnd();
1098
+ } if (rf & 2) {
1099
+ const ctx_r0 = i0.ɵɵnextContext(2);
1100
+ const ngContentOutlet_r2 = i0.ɵɵreference(4);
1101
+ i0.ɵɵdomProperty("_high", ctx_r0._high)("_label", ctx_r0._label)("_low", ctx_r0._low)("_max", ctx_r0._max)("_min", ctx_r0._min)("_optimum", ctx_r0._optimum)("_orientation", ctx_r0._orientation)("_unit", ctx_r0._unit)("_value", ctx_r0._value);
1102
+ i0.ɵɵadvance(2);
1103
+ i0.ɵɵdomProperty("ngTemplateOutlet", ngContentOutlet_r2);
1104
+ } }
1105
+ function KolMeter_ng_container_0_Template(rf, ctx) { if (rf & 1) {
1106
+ i0.ɵɵdomElementContainerStart(0);
1107
+ i0.ɵɵdomTemplate(1, KolMeter_ng_container_0_stencil_ng_proxy_1_Template, 3, 10, "stencil-ng-proxy", 4);
1108
+ i0.ɵɵdomElementContainerEnd();
1109
+ } if (rf & 2) {
1110
+ const ctx_r0 = i0.ɵɵnextContext();
1111
+ i0.ɵɵadvance();
1112
+ i0.ɵɵdomProperty("replaceTag", ctx_r0.tagName);
1113
+ } }
1114
+ function KolMeter_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
1115
+ i0.ɵɵdomElementContainer(0);
1116
+ } }
1117
+ function KolMeter_ng_template_1_Template(rf, ctx) { if (rf & 1) {
1118
+ i0.ɵɵdomTemplate(0, KolMeter_ng_template_1_ng_container_0_Template, 1, 0, "ng-container", 6);
1119
+ } if (rf & 2) {
1120
+ i0.ɵɵnextContext();
1121
+ const ngContentOutlet_r2 = i0.ɵɵreference(4);
1122
+ i0.ɵɵdomProperty("ngTemplateOutlet", ngContentOutlet_r2);
1123
+ } }
1124
+ function KolMeter_ng_template_3_Template(rf, ctx) { if (rf & 1) {
1125
+ i0.ɵɵprojection(0);
1126
+ } }
1091
1127
  function KolModal_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
1092
1128
  i0.ɵɵdomElementContainer(0);
1093
1129
  } }
@@ -1919,7 +1955,7 @@ KolAccordion.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolAccordion,
1919
1955
  KolAccordion = __decorate([
1920
1956
  ProxyCmp({
1921
1957
  inputs: ['_disabled', '_label', '_level', '_on', '_open'],
1922
- methods: ['focus']
1958
+ methods: ['focus', 'click']
1923
1959
  })
1924
1960
  ], KolAccordion);
1925
1961
  export { KolAccordion };
@@ -2291,7 +2327,7 @@ KolButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolButton, select
2291
2327
  KolButton = __decorate([
2292
2328
  ProxyCmp({
2293
2329
  inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_inline', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'],
2294
- methods: ['getValue', 'focus']
2330
+ methods: ['getValue', 'focus', 'click']
2295
2331
  })
2296
2332
  ], KolButton);
2297
2333
  export { KolButton };
@@ -2366,7 +2402,7 @@ KolButtonLink.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolButtonLink
2366
2402
  KolButtonLink = __decorate([
2367
2403
  ProxyCmp({
2368
2404
  inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_disabled', '_hideLabel', '_icons', '_inline', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'],
2369
- methods: ['getValue', 'focus']
2405
+ methods: ['getValue', 'focus', 'click']
2370
2406
  })
2371
2407
  ], KolButtonLink);
2372
2408
  export { KolButtonLink };
@@ -2515,7 +2551,7 @@ KolCombobox.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolCombobox, se
2515
2551
  KolCombobox = __decorate([
2516
2552
  ProxyCmp({
2517
2553
  inputs: ['_accessKey', '_disabled', '_hasClearButton', '_hideLabel', '_hideMsg', '_hint', '_icons', '_label', '_msg', '_name', '_on', '_placeholder', '_required', '_shortKey', '_suggestions', '_tooltipAlign', '_touched', '_value'],
2518
- methods: ['getValue', 'focus']
2554
+ methods: ['getValue', 'focus', 'click']
2519
2555
  })
2520
2556
  ], KolCombobox);
2521
2557
  export { KolCombobox };
@@ -2590,7 +2626,7 @@ KolDetails.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolDetails, sele
2590
2626
  KolDetails = __decorate([
2591
2627
  ProxyCmp({
2592
2628
  inputs: ['_disabled', '_label', '_level', '_on', '_open'],
2593
- methods: ['focus']
2629
+ methods: ['focus', 'click']
2594
2630
  })
2595
2631
  ], KolDetails);
2596
2632
  export { KolDetails };
@@ -3112,7 +3148,7 @@ KolInputCheckbox.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputCh
3112
3148
  KolInputCheckbox = __decorate([
3113
3149
  ProxyCmp({
3114
3150
  inputs: ['_accessKey', '_checked', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_indeterminate', '_label', '_labelAlign', '_msg', '_name', '_on', '_required', '_shortKey', '_tooltipAlign', '_touched', '_value', '_variant'],
3115
- methods: ['getValue', 'focus']
3151
+ methods: ['getValue', 'focus', 'click']
3116
3152
  })
3117
3153
  ], KolInputCheckbox);
3118
3154
  export { KolInputCheckbox };
@@ -3187,7 +3223,7 @@ KolInputColor.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputColor
3187
3223
  KolInputColor = __decorate([
3188
3224
  ProxyCmp({
3189
3225
  inputs: ['_accessKey', '_autoComplete', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_label', '_msg', '_name', '_on', '_shortKey', '_smartButton', '_suggestions', '_tooltipAlign', '_touched', '_value'],
3190
- methods: ['getValue', 'focus']
3226
+ methods: ['getValue', 'focus', 'click']
3191
3227
  })
3192
3228
  ], KolInputColor);
3193
3229
  export { KolInputColor };
@@ -3262,7 +3298,7 @@ KolInputDate.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputDate,
3262
3298
  KolInputDate = __decorate([
3263
3299
  ProxyCmp({
3264
3300
  inputs: ['_accessKey', '_autoComplete', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_label', '_max', '_min', '_msg', '_name', '_on', '_readOnly', '_required', '_shortKey', '_smartButton', '_step', '_suggestions', '_tooltipAlign', '_touched', '_type', '_value'],
3265
- methods: ['getValue', 'focus', 'reset']
3301
+ methods: ['getValue', 'focus', 'click', 'reset']
3266
3302
  })
3267
3303
  ], KolInputDate);
3268
3304
  export { KolInputDate };
@@ -3337,7 +3373,7 @@ KolInputEmail.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputEmail
3337
3373
  KolInputEmail = __decorate([
3338
3374
  ProxyCmp({
3339
3375
  inputs: ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_multiple', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_suggestions', '_tooltipAlign', '_touched', '_value'],
3340
- methods: ['getValue', 'focus']
3376
+ methods: ['getValue', 'focus', 'click']
3341
3377
  })
3342
3378
  ], KolInputEmail);
3343
3379
  export { KolInputEmail };
@@ -3412,7 +3448,7 @@ KolInputFile.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputFile,
3412
3448
  KolInputFile = __decorate([
3413
3449
  ProxyCmp({
3414
3450
  inputs: ['_accept', '_accessKey', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_label', '_msg', '_multiple', '_name', '_on', '_required', '_shortKey', '_smartButton', '_tooltipAlign', '_touched'],
3415
- methods: ['getValue', 'focus', 'reset']
3451
+ methods: ['getValue', 'focus', 'click', 'reset']
3416
3452
  })
3417
3453
  ], KolInputFile);
3418
3454
  export { KolInputFile };
@@ -3487,7 +3523,7 @@ KolInputNumber.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputNumb
3487
3523
  KolInputNumber = __decorate([
3488
3524
  ProxyCmp({
3489
3525
  inputs: ['_accessKey', '_autoComplete', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_label', '_max', '_min', '_msg', '_name', '_on', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_step', '_suggestions', '_tooltipAlign', '_touched', '_value'],
3490
- methods: ['getValue', 'focus']
3526
+ methods: ['getValue', 'focus', 'click']
3491
3527
  })
3492
3528
  ], KolInputNumber);
3493
3529
  export { KolInputNumber };
@@ -3562,7 +3598,7 @@ KolInputPassword.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputPa
3562
3598
  KolInputPassword = __decorate([
3563
3599
  ProxyCmp({
3564
3600
  inputs: ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_tooltipAlign', '_touched', '_value', '_variant'],
3565
- methods: ['getValue', 'focus']
3601
+ methods: ['getValue', 'focus', 'click']
3566
3602
  })
3567
3603
  ], KolInputPassword);
3568
3604
  export { KolInputPassword };
@@ -3637,7 +3673,7 @@ KolInputRadio.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputRadio
3637
3673
  KolInputRadio = __decorate([
3638
3674
  ProxyCmp({
3639
3675
  inputs: ['_disabled', '_hideLabel', '_hideMsg', '_hint', '_label', '_msg', '_name', '_on', '_options', '_orientation', '_required', '_tooltipAlign', '_touched', '_value'],
3640
- methods: ['getValue', 'focus']
3676
+ methods: ['getValue', 'focus', 'click']
3641
3677
  })
3642
3678
  ], KolInputRadio);
3643
3679
  export { KolInputRadio };
@@ -3712,7 +3748,7 @@ KolInputRange.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputRange
3712
3748
  KolInputRange = __decorate([
3713
3749
  ProxyCmp({
3714
3750
  inputs: ['_accessKey', '_autoComplete', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_label', '_max', '_min', '_msg', '_name', '_on', '_shortKey', '_step', '_suggestions', '_tooltipAlign', '_touched', '_value'],
3715
- methods: ['focus', 'getValue']
3751
+ methods: ['focus', 'click', 'getValue']
3716
3752
  })
3717
3753
  ], KolInputRange);
3718
3754
  export { KolInputRange };
@@ -3787,7 +3823,7 @@ KolInputText.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputText,
3787
3823
  KolInputText = __decorate([
3788
3824
  ProxyCmp({
3789
3825
  inputs: ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_spellCheck', '_suggestions', '_tooltipAlign', '_touched', '_type', '_value'],
3790
- methods: ['getValue', 'focus', 'selectionStart', 'selectioconEnd', 'setSelectionRange', 'setSelectionStart', 'setRangeText']
3826
+ methods: ['getValue', 'focus', 'click', 'selectionStart', 'selectioconEnd', 'setSelectionRange', 'setSelectionStart', 'setRangeText']
3791
3827
  })
3792
3828
  ], KolInputText);
3793
3829
  export { KolInputText };
@@ -4011,7 +4047,7 @@ KolLinkButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolLinkButton
4011
4047
  KolLinkButton = __decorate([
4012
4048
  ProxyCmp({
4013
4049
  inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_customClass', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'],
4014
- methods: ['focus']
4050
+ methods: ['focus', 'click']
4015
4051
  })
4016
4052
  ], KolLinkButton);
4017
4053
  export { KolLinkButton };
@@ -4049,6 +4085,80 @@ export { KolLinkButton };
4049
4085
  args: [ReplaceTagDirective]
4050
4086
  }] }); })();
4051
4087
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 2054 }); })();
4088
+ let KolMeter = class KolMeter extends StencilProxyComponent {
4089
+ constructor(changeDetectorRef, r, z) {
4090
+ super();
4091
+ this.changeDetectorRef = changeDetectorRef;
4092
+ this.z = z;
4093
+ this.availableInputProperties = ['_high', '_label', '_low', '_max', '_min', '_optimum', '_orientation', '_unit', '_value'];
4094
+ changeDetectorRef.detach();
4095
+ const originalTagName = 'kol-meter';
4096
+ this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
4097
+ this.hasTagNameTransformer = typeof tagNameTransformer === 'function';
4098
+ this.el = r.nativeElement;
4099
+ }
4100
+ ngOnChanges() {
4101
+ if (typeof this.replaceTagDirective === 'object' && this.replaceTagDirective !== null && typeof this.replaceTagDirective.handlePropertyChanges === 'function') {
4102
+ this.replaceTagDirective.handlePropertyChanges();
4103
+ }
4104
+ this.changeDetectorRef.detectChanges();
4105
+ }
4106
+ };
4107
+ KolMeter.ɵfac = function KolMeter_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || KolMeter)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
4108
+ KolMeter.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolMeter, selectors: [["kol-meter"]], viewQuery: function KolMeter_Query(rf, ctx) { if (rf & 1) {
4109
+ i0.ɵɵviewQuery(ReplaceTagDirective, 5);
4110
+ } if (rf & 2) {
4111
+ let _t;
4112
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
4113
+ } }, inputs: { _high: "_high", _label: "_label", _low: "_low", _max: "_max", _min: "_min", _optimum: "_optimum", _orientation: "_orientation", _unit: "_unit", _value: "_value" }, features: [i0.ɵɵProvidersFeature([
4114
+ { provide: StencilProxyComponent, useExisting: forwardRef(() => KolMeter) }
4115
+ ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_high", "_label", "_low", "_max", "_min", "_optimum", "_orientation", "_unit", "_value", 4, "replaceTag"], [3, "_high", "_label", "_low", "_max", "_min", "_optimum", "_orientation", "_unit", "_value"], [4, "ngTemplateOutlet"]], template: function KolMeter_Template(rf, ctx) { if (rf & 1) {
4116
+ i0.ɵɵprojectionDef();
4117
+ i0.ɵɵdomTemplate(0, KolMeter_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolMeter_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolMeter_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
4118
+ } if (rf & 2) {
4119
+ const defaultCase_r3 = i0.ɵɵreference(2);
4120
+ i0.ɵɵdomProperty("ngIf", ctx.hasTagNameTransformer)("ngIfElse", defaultCase_r3);
4121
+ } }, encapsulation: 2, changeDetection: 0 });
4122
+ KolMeter = __decorate([
4123
+ ProxyCmp({
4124
+ inputs: ['_high', '_label', '_low', '_max', '_min', '_optimum', '_orientation', '_unit', '_value']
4125
+ })
4126
+ ], KolMeter);
4127
+ export { KolMeter };
4128
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(KolMeter, [{
4129
+ type: Component,
4130
+ args: [{
4131
+ selector: 'kol-meter',
4132
+ changeDetection: ChangeDetectionStrategy.OnPush,
4133
+ template: `
4134
+ <ng-container *ngIf="hasTagNameTransformer; else defaultCase">
4135
+ <stencil-ng-proxy
4136
+ [_high]="_high" [_label]="_label" [_low]="_low" [_max]="_max" [_min]="_min" [_optimum]="_optimum" [_orientation]="_orientation" [_unit]="_unit" [_value]="_value"
4137
+ *replaceTag="tagName"
4138
+ #replaceTagHost
4139
+ >
4140
+ <ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
4141
+ </stencil-ng-proxy>
4142
+ </ng-container>
4143
+
4144
+ <ng-template #defaultCase>
4145
+ <ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
4146
+ </ng-template>
4147
+
4148
+ <ng-template #ngContentOutlet>
4149
+ <ng-content></ng-content>
4150
+ </ng-template>`,
4151
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
4152
+ inputs: ['_high', '_label', '_low', '_max', '_min', '_optimum', '_orientation', '_unit', '_value'],
4153
+ providers: [
4154
+ { provide: StencilProxyComponent, useExisting: forwardRef(() => KolMeter) }
4155
+ ],
4156
+ }]
4157
+ }], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { replaceTagDirective: [{
4158
+ type: ViewChild,
4159
+ args: [ReplaceTagDirective]
4160
+ }] }); })();
4161
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolMeter, { className: "KolMeter", filePath: "components.ts", lineNumber: 2128 }); })();
4052
4162
  let KolModal = class KolModal extends StencilProxyComponent {
4053
4163
  constructor(changeDetectorRef, r, z) {
4054
4164
  super();
@@ -4123,7 +4233,7 @@ export { KolModal };
4123
4233
  type: ViewChild,
4124
4234
  args: [ReplaceTagDirective]
4125
4235
  }] }); })();
4126
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2129 }); })();
4236
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2195 }); })();
4127
4237
  let KolNav = class KolNav extends StencilProxyComponent {
4128
4238
  constructor(changeDetectorRef, r, z) {
4129
4239
  super();
@@ -4197,7 +4307,7 @@ export { KolNav };
4197
4307
  type: ViewChild,
4198
4308
  args: [ReplaceTagDirective]
4199
4309
  }] }); })();
4200
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2190 }); })();
4310
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2256 }); })();
4201
4311
  let KolPagination = class KolPagination extends StencilProxyComponent {
4202
4312
  constructor(changeDetectorRef, r, z) {
4203
4313
  super();
@@ -4271,7 +4381,7 @@ export { KolPagination };
4271
4381
  type: ViewChild,
4272
4382
  args: [ReplaceTagDirective]
4273
4383
  }] }); })();
4274
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2253 }); })();
4384
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2319 }); })();
4275
4385
  let KolPopoverButton = class KolPopoverButton extends StencilProxyComponent {
4276
4386
  constructor(changeDetectorRef, r, z) {
4277
4387
  super();
@@ -4309,7 +4419,7 @@ KolPopoverButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolPopover
4309
4419
  KolPopoverButton = __decorate([
4310
4420
  ProxyCmp({
4311
4421
  inputs: ['_accessKey', '_ariaDescription', '_customClass', '_disabled', '_hideLabel', '_icons', '_inline', '_label', '_name', '_popoverAlign', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'],
4312
- methods: ['hidePopover', 'showPopover', 'focus']
4422
+ methods: ['hidePopover', 'showPopover', 'click', 'focus']
4313
4423
  })
4314
4424
  ], KolPopoverButton);
4315
4425
  export { KolPopoverButton };
@@ -4346,7 +4456,7 @@ export { KolPopoverButton };
4346
4456
  type: ViewChild,
4347
4457
  args: [ReplaceTagDirective]
4348
4458
  }] }); })();
4349
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2322 }); })();
4459
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2388 }); })();
4350
4460
  let KolProgress = class KolProgress extends StencilProxyComponent {
4351
4461
  constructor(changeDetectorRef, r, z) {
4352
4462
  super();
@@ -4420,7 +4530,7 @@ export { KolProgress };
4420
4530
  type: ViewChild,
4421
4531
  args: [ReplaceTagDirective]
4422
4532
  }] }); })();
4423
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2395 }); })();
4533
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2461 }); })();
4424
4534
  let KolQuote = class KolQuote extends StencilProxyComponent {
4425
4535
  constructor(changeDetectorRef, r, z) {
4426
4536
  super();
@@ -4494,7 +4604,7 @@ export { KolQuote };
4494
4604
  type: ViewChild,
4495
4605
  args: [ReplaceTagDirective]
4496
4606
  }] }); })();
4497
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2457 }); })();
4607
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2523 }); })();
4498
4608
  let KolSelect = class KolSelect extends StencilProxyComponent {
4499
4609
  constructor(changeDetectorRef, r, z) {
4500
4610
  super();
@@ -4569,7 +4679,7 @@ export { KolSelect };
4569
4679
  type: ViewChild,
4570
4680
  args: [ReplaceTagDirective]
4571
4681
  }] }); })();
4572
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2519 }); })();
4682
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2585 }); })();
4573
4683
  let KolSingleSelect = class KolSingleSelect extends StencilProxyComponent {
4574
4684
  constructor(changeDetectorRef, r, z) {
4575
4685
  super();
@@ -4644,7 +4754,7 @@ export { KolSingleSelect };
4644
4754
  type: ViewChild,
4645
4755
  args: [ReplaceTagDirective]
4646
4756
  }] }); })();
4647
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2596 }); })();
4757
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2662 }); })();
4648
4758
  let KolSkeleton = class KolSkeleton extends StencilProxyComponent {
4649
4759
  constructor(changeDetectorRef, r, z) {
4650
4760
  super();
@@ -4720,7 +4830,7 @@ export { KolSkeleton };
4720
4830
  type: ViewChild,
4721
4831
  args: [ReplaceTagDirective]
4722
4832
  }] }); })();
4723
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkeleton, { className: "KolSkeleton", filePath: "components.ts", lineNumber: 2673 }); })();
4833
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkeleton, { className: "KolSkeleton", filePath: "components.ts", lineNumber: 2739 }); })();
4724
4834
  let KolSkipNav = class KolSkipNav extends StencilProxyComponent {
4725
4835
  constructor(changeDetectorRef, r, z) {
4726
4836
  super();
@@ -4795,7 +4905,7 @@ export { KolSkipNav };
4795
4905
  type: ViewChild,
4796
4906
  args: [ReplaceTagDirective]
4797
4907
  }] }); })();
4798
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2742 }); })();
4908
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2808 }); })();
4799
4909
  let KolSpin = class KolSpin extends StencilProxyComponent {
4800
4910
  constructor(changeDetectorRef, r, z) {
4801
4911
  super();
@@ -4869,7 +4979,7 @@ export { KolSpin };
4869
4979
  type: ViewChild,
4870
4980
  args: [ReplaceTagDirective]
4871
4981
  }] }); })();
4872
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2801 }); })();
4982
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2867 }); })();
4873
4983
  let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
4874
4984
  constructor(changeDetectorRef, r, z) {
4875
4985
  super();
@@ -4907,7 +5017,7 @@ KolSplitButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSplitButt
4907
5017
  KolSplitButton = __decorate([
4908
5018
  ProxyCmp({
4909
5019
  inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'],
4910
- methods: ['getValue', 'focus', 'closePopup']
5020
+ methods: ['getValue', 'focus', 'click', 'closePopup']
4911
5021
  })
4912
5022
  ], KolSplitButton);
4913
5023
  export { KolSplitButton };
@@ -4944,7 +5054,7 @@ export { KolSplitButton };
4944
5054
  type: ViewChild,
4945
5055
  args: [ReplaceTagDirective]
4946
5056
  }] }); })();
4947
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2862 }); })();
5057
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2928 }); })();
4948
5058
  let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
4949
5059
  constructor(changeDetectorRef, r, z) {
4950
5060
  super();
@@ -5019,7 +5129,7 @@ export { KolTableStateful };
5019
5129
  type: ViewChild,
5020
5130
  args: [ReplaceTagDirective]
5021
5131
  }] }); })();
5022
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 2938 }); })();
5132
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3004 }); })();
5023
5133
  let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
5024
5134
  constructor(changeDetectorRef, r, z) {
5025
5135
  super();
@@ -5093,7 +5203,7 @@ export { KolTableStateless };
5093
5203
  type: ViewChild,
5094
5204
  args: [ReplaceTagDirective]
5095
5205
  }] }); })();
5096
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3006 }); })();
5206
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3072 }); })();
5097
5207
  let KolTabs = class KolTabs extends StencilProxyComponent {
5098
5208
  constructor(changeDetectorRef, r, z) {
5099
5209
  super();
@@ -5131,7 +5241,7 @@ KolTabs.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTabs, selectors:
5131
5241
  KolTabs = __decorate([
5132
5242
  ProxyCmp({
5133
5243
  inputs: ['_align', '_behavior', '_hasCreateButton', '_label', '_on', '_selected', '_tabs'],
5134
- methods: ['focus']
5244
+ methods: ['focus', 'click']
5135
5245
  })
5136
5246
  ], KolTabs);
5137
5247
  export { KolTabs };
@@ -5168,7 +5278,7 @@ export { KolTabs };
5168
5278
  type: ViewChild,
5169
5279
  args: [ReplaceTagDirective]
5170
5280
  }] }); })();
5171
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3072 }); })();
5281
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3138 }); })();
5172
5282
  let KolTextarea = class KolTextarea extends StencilProxyComponent {
5173
5283
  constructor(changeDetectorRef, r, z) {
5174
5284
  super();
@@ -5206,7 +5316,7 @@ KolTextarea.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTextarea, se
5206
5316
  KolTextarea = __decorate([
5207
5317
  ProxyCmp({
5208
5318
  inputs: ['_accessKey', '_adjustHeight', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_placeholder', '_readOnly', '_required', '_resize', '_rows', '_shortKey', '_spellCheck', '_tooltipAlign', '_touched', '_value'],
5209
- methods: ['getValue', 'focus']
5319
+ methods: ['getValue', 'focus', 'click']
5210
5320
  })
5211
5321
  ], KolTextarea);
5212
5322
  export { KolTextarea };
@@ -5243,7 +5353,7 @@ export { KolTextarea };
5243
5353
  type: ViewChild,
5244
5354
  args: [ReplaceTagDirective]
5245
5355
  }] }); })();
5246
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3137 }); })();
5356
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3203 }); })();
5247
5357
  let KolToolbar = class KolToolbar extends StencilProxyComponent {
5248
5358
  constructor(changeDetectorRef, r, z) {
5249
5359
  super();
@@ -5281,7 +5391,7 @@ KolToolbar.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolToolbar, sele
5281
5391
  KolToolbar = __decorate([
5282
5392
  ProxyCmp({
5283
5393
  inputs: ['_items', '_label', '_orientation'],
5284
- methods: ['focus']
5394
+ methods: ['focus', 'click']
5285
5395
  })
5286
5396
  ], KolToolbar);
5287
5397
  export { KolToolbar };
@@ -5318,7 +5428,7 @@ export { KolToolbar };
5318
5428
  type: ViewChild,
5319
5429
  args: [ReplaceTagDirective]
5320
5430
  }] }); })();
5321
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3219 }); })();
5431
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3285 }); })();
5322
5432
  let KolTree = class KolTree extends StencilProxyComponent {
5323
5433
  constructor(changeDetectorRef, r, z) {
5324
5434
  super();
@@ -5393,7 +5503,7 @@ export { KolTree };
5393
5503
  type: ViewChild,
5394
5504
  args: [ReplaceTagDirective]
5395
5505
  }] }); })();
5396
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3280 }); })();
5506
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3346 }); })();
5397
5507
  let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
5398
5508
  constructor(changeDetectorRef, r, z) {
5399
5509
  super();
@@ -5468,7 +5578,7 @@ export { KolTreeItem };
5468
5578
  type: ViewChild,
5469
5579
  args: [ReplaceTagDirective]
5470
5580
  }] }); })();
5471
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3339 }); })();
5581
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3405 }); })();
5472
5582
  let KolVersion = class KolVersion extends StencilProxyComponent {
5473
5583
  constructor(changeDetectorRef, r, z) {
5474
5584
  super();
@@ -5542,4 +5652,4 @@ export { KolVersion };
5542
5652
  type: ViewChild,
5543
5653
  args: [ReplaceTagDirective]
5544
5654
  }] }); })();
5545
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3400 }); })();
5655
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3466 }); })();
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion } from './components';
1
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolMeter, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, 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, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion } from './components';
2
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolMeter, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion } from './components';
3
3
  export { ReplaceTagDirective } from './angular-component-lib/ReplaceTagDirective';
4
4
  export { setTagNameTransformer } from './angular-component-lib/tagNameTransformer';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/angular-v21",
3
- "version": "4.1.2-rc.6",
3
+ "version": "4.1.2-rc.7",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -63,11 +63,11 @@
63
63
  "rxjs": "7.8.2",
64
64
  "typescript": "5.9.3",
65
65
  "zone.js": "0.16.1",
66
- "@public-ui/components": "4.1.2-rc.6"
66
+ "@public-ui/components": "4.1.2-rc.7"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "@angular/core": "^21.2.6",
70
- "@public-ui/components": "4.1.2-rc.6"
70
+ "@public-ui/components": "4.1.2-rc.7"
71
71
  },
72
72
  "files": [
73
73
  "dist"