@public-ui/angular-v20 3.0.9 → 3.0.10-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.js +28 -28
- package/package.json +3 -3
package/dist/components.js
CHANGED
|
@@ -2062,7 +2062,7 @@ KolAccordion.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolAccordion,
|
|
|
2062
2062
|
KolAccordion = __decorate([
|
|
2063
2063
|
ProxyCmp({
|
|
2064
2064
|
inputs: ['_disabled', '_label', '_level', '_on', '_open'],
|
|
2065
|
-
methods: ['kolFocus']
|
|
2065
|
+
methods: ['focus', 'kolFocus']
|
|
2066
2066
|
})
|
|
2067
2067
|
], KolAccordion);
|
|
2068
2068
|
export { KolAccordion };
|
|
@@ -2285,7 +2285,7 @@ KolBadge.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolBadge, selector
|
|
|
2285
2285
|
KolBadge = __decorate([
|
|
2286
2286
|
ProxyCmp({
|
|
2287
2287
|
inputs: ['_color', '_icons', '_label', '_smartButton'],
|
|
2288
|
-
methods: ['kolFocus']
|
|
2288
|
+
methods: ['focus', 'kolFocus']
|
|
2289
2289
|
})
|
|
2290
2290
|
], KolBadge);
|
|
2291
2291
|
export { KolBadge };
|
|
@@ -2434,7 +2434,7 @@ KolButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolButton, select
|
|
|
2434
2434
|
KolButton = __decorate([
|
|
2435
2435
|
ProxyCmp({
|
|
2436
2436
|
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']
|
|
2437
|
+
methods: ['getValue', 'focus', 'kolFocus']
|
|
2438
2438
|
})
|
|
2439
2439
|
], KolButton);
|
|
2440
2440
|
export { KolButton };
|
|
@@ -2509,7 +2509,7 @@ KolButtonLink.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolButtonLink
|
|
|
2509
2509
|
KolButtonLink = __decorate([
|
|
2510
2510
|
ProxyCmp({
|
|
2511
2511
|
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
2512
|
-
methods: ['getValue', 'kolFocus']
|
|
2512
|
+
methods: ['getValue', 'focus', 'kolFocus']
|
|
2513
2513
|
})
|
|
2514
2514
|
], KolButtonLink);
|
|
2515
2515
|
export { KolButtonLink };
|
|
@@ -2732,7 +2732,7 @@ KolCombobox.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolCombobox, se
|
|
|
2732
2732
|
KolCombobox = __decorate([
|
|
2733
2733
|
ProxyCmp({
|
|
2734
2734
|
inputs: ['_accessKey', '_disabled', '_hideClearButton', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_placeholder', '_required', '_shortKey', '_suggestions', '_tooltipAlign', '_touched', '_value'],
|
|
2735
|
-
methods: ['getValue', 'kolFocus']
|
|
2735
|
+
methods: ['getValue', 'focus', 'kolFocus']
|
|
2736
2736
|
})
|
|
2737
2737
|
], KolCombobox);
|
|
2738
2738
|
export { KolCombobox };
|
|
@@ -2807,7 +2807,7 @@ KolDetails.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolDetails, sele
|
|
|
2807
2807
|
KolDetails = __decorate([
|
|
2808
2808
|
ProxyCmp({
|
|
2809
2809
|
inputs: ['_disabled', '_label', '_level', '_on', '_open'],
|
|
2810
|
-
methods: ['kolFocus']
|
|
2810
|
+
methods: ['focus', 'kolFocus']
|
|
2811
2811
|
})
|
|
2812
2812
|
], KolDetails);
|
|
2813
2813
|
export { KolDetails };
|
|
@@ -3254,7 +3254,7 @@ KolInputCheckbox.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputCh
|
|
|
3254
3254
|
KolInputCheckbox = __decorate([
|
|
3255
3255
|
ProxyCmp({
|
|
3256
3256
|
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']
|
|
3257
|
+
methods: ['getValue', 'focus', 'kolFocus']
|
|
3258
3258
|
})
|
|
3259
3259
|
], KolInputCheckbox);
|
|
3260
3260
|
export { KolInputCheckbox };
|
|
@@ -3329,7 +3329,7 @@ KolInputColor.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputColor
|
|
|
3329
3329
|
KolInputColor = __decorate([
|
|
3330
3330
|
ProxyCmp({
|
|
3331
3331
|
inputs: ['_accessKey', '_autoComplete', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_shortKey', '_smartButton', '_suggestions', '_tooltipAlign', '_touched', '_value'],
|
|
3332
|
-
methods: ['getValue', 'kolFocus']
|
|
3332
|
+
methods: ['getValue', 'focus', 'kolFocus']
|
|
3333
3333
|
})
|
|
3334
3334
|
], KolInputColor);
|
|
3335
3335
|
export { KolInputColor };
|
|
@@ -3404,7 +3404,7 @@ KolInputDate.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputDate,
|
|
|
3404
3404
|
KolInputDate = __decorate([
|
|
3405
3405
|
ProxyCmp({
|
|
3406
3406
|
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']
|
|
3407
|
+
methods: ['getValue', 'focus', 'kolFocus', 'reset']
|
|
3408
3408
|
})
|
|
3409
3409
|
], KolInputDate);
|
|
3410
3410
|
export { KolInputDate };
|
|
@@ -3479,7 +3479,7 @@ KolInputEmail.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputEmail
|
|
|
3479
3479
|
KolInputEmail = __decorate([
|
|
3480
3480
|
ProxyCmp({
|
|
3481
3481
|
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']
|
|
3482
|
+
methods: ['getValue', 'focus', 'kolFocus']
|
|
3483
3483
|
})
|
|
3484
3484
|
], KolInputEmail);
|
|
3485
3485
|
export { KolInputEmail };
|
|
@@ -3554,7 +3554,7 @@ KolInputFile.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputFile,
|
|
|
3554
3554
|
KolInputFile = __decorate([
|
|
3555
3555
|
ProxyCmp({
|
|
3556
3556
|
inputs: ['_accept', '_accessKey', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_multiple', '_name', '_on', '_required', '_shortKey', '_smartButton', '_tooltipAlign', '_touched'],
|
|
3557
|
-
methods: ['getValue', 'kolFocus', 'reset']
|
|
3557
|
+
methods: ['getValue', 'focus', 'kolFocus', 'reset']
|
|
3558
3558
|
})
|
|
3559
3559
|
], KolInputFile);
|
|
3560
3560
|
export { KolInputFile };
|
|
@@ -3629,7 +3629,7 @@ KolInputNumber.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputNumb
|
|
|
3629
3629
|
KolInputNumber = __decorate([
|
|
3630
3630
|
ProxyCmp({
|
|
3631
3631
|
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']
|
|
3632
|
+
methods: ['getValue', 'focus', 'kolFocus']
|
|
3633
3633
|
})
|
|
3634
3634
|
], KolInputNumber);
|
|
3635
3635
|
export { KolInputNumber };
|
|
@@ -3704,7 +3704,7 @@ KolInputPassword.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputPa
|
|
|
3704
3704
|
KolInputPassword = __decorate([
|
|
3705
3705
|
ProxyCmp({
|
|
3706
3706
|
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']
|
|
3707
|
+
methods: ['getValue', 'focus', 'kolFocus']
|
|
3708
3708
|
})
|
|
3709
3709
|
], KolInputPassword);
|
|
3710
3710
|
export { KolInputPassword };
|
|
@@ -3779,7 +3779,7 @@ KolInputRadio.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputRadio
|
|
|
3779
3779
|
KolInputRadio = __decorate([
|
|
3780
3780
|
ProxyCmp({
|
|
3781
3781
|
inputs: ['_disabled', '_hideLabel', '_hideMsg', '_hint', '_id', '_label', '_msg', '_name', '_on', '_options', '_orientation', '_required', '_tooltipAlign', '_touched', '_value'],
|
|
3782
|
-
methods: ['getValue', 'kolFocus']
|
|
3782
|
+
methods: ['getValue', 'focus', 'kolFocus']
|
|
3783
3783
|
})
|
|
3784
3784
|
], KolInputRadio);
|
|
3785
3785
|
export { KolInputRadio };
|
|
@@ -3854,7 +3854,7 @@ KolInputRange.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputRange
|
|
|
3854
3854
|
KolInputRange = __decorate([
|
|
3855
3855
|
ProxyCmp({
|
|
3856
3856
|
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']
|
|
3857
|
+
methods: ['focus', 'kolFocus', 'getValue']
|
|
3858
3858
|
})
|
|
3859
3859
|
], KolInputRange);
|
|
3860
3860
|
export { KolInputRange };
|
|
@@ -3929,7 +3929,7 @@ KolInputText.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputText,
|
|
|
3929
3929
|
KolInputText = __decorate([
|
|
3930
3930
|
ProxyCmp({
|
|
3931
3931
|
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']
|
|
3932
|
+
methods: ['getValue', 'focus', 'kolFocus', 'selectionStart', 'selectioconEnd', 'setSelectionRange', 'setSelectionStart', 'setRangeText']
|
|
3933
3933
|
})
|
|
3934
3934
|
], KolInputText);
|
|
3935
3935
|
export { KolInputText };
|
|
@@ -4078,7 +4078,7 @@ KolLink.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolLink, selectors:
|
|
|
4078
4078
|
KolLink = __decorate([
|
|
4079
4079
|
ProxyCmp({
|
|
4080
4080
|
inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_ariaExpanded', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_inline', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'],
|
|
4081
|
-
methods: ['kolFocus']
|
|
4081
|
+
methods: ['focus', 'kolFocus']
|
|
4082
4082
|
})
|
|
4083
4083
|
], KolLink);
|
|
4084
4084
|
export { KolLink };
|
|
@@ -4153,7 +4153,7 @@ KolLinkButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolLinkButton
|
|
|
4153
4153
|
KolLinkButton = __decorate([
|
|
4154
4154
|
ProxyCmp({
|
|
4155
4155
|
inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_customClass', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'],
|
|
4156
|
-
methods: ['kolFocus']
|
|
4156
|
+
methods: ['focus', 'kolFocus']
|
|
4157
4157
|
})
|
|
4158
4158
|
], KolLinkButton);
|
|
4159
4159
|
export { KolLinkButton };
|
|
@@ -4525,7 +4525,7 @@ KolPopoverButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolPopover
|
|
|
4525
4525
|
KolPopoverButton = __decorate([
|
|
4526
4526
|
ProxyCmp({
|
|
4527
4527
|
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']
|
|
4528
|
+
methods: ['hidePopover', 'showPopover', 'focus', 'kolFocus']
|
|
4529
4529
|
})
|
|
4530
4530
|
], KolPopoverButton);
|
|
4531
4531
|
export { KolPopoverButton };
|
|
@@ -4600,7 +4600,7 @@ KolPopoverButtonWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolPopov
|
|
|
4600
4600
|
KolPopoverButtonWc = __decorate([
|
|
4601
4601
|
ProxyCmp({
|
|
4602
4602
|
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']
|
|
4603
|
+
methods: ['hidePopover', 'showPopover', 'focus', 'kolFocus']
|
|
4604
4604
|
})
|
|
4605
4605
|
], KolPopoverButtonWc);
|
|
4606
4606
|
export { KolPopoverButtonWc };
|
|
@@ -4823,7 +4823,7 @@ KolSelect.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSelect, select
|
|
|
4823
4823
|
KolSelect = __decorate([
|
|
4824
4824
|
ProxyCmp({
|
|
4825
4825
|
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']
|
|
4826
|
+
methods: ['getValue', 'focus', 'kolFocus']
|
|
4827
4827
|
})
|
|
4828
4828
|
], KolSelect);
|
|
4829
4829
|
export { KolSelect };
|
|
@@ -4898,7 +4898,7 @@ KolSelectWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSelectWc, se
|
|
|
4898
4898
|
KolSelectWc = __decorate([
|
|
4899
4899
|
ProxyCmp({
|
|
4900
4900
|
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']
|
|
4901
|
+
methods: ['getValue', 'focus', 'kolFocus']
|
|
4902
4902
|
})
|
|
4903
4903
|
], KolSelectWc);
|
|
4904
4904
|
export { KolSelectWc };
|
|
@@ -4973,7 +4973,7 @@ KolSingleSelect.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSingleSe
|
|
|
4973
4973
|
KolSingleSelect = __decorate([
|
|
4974
4974
|
ProxyCmp({
|
|
4975
4975
|
inputs: ['_accessKey', '_disabled', '_hideClearButton', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_options', '_placeholder', '_required', '_rows', '_shortKey', '_tooltipAlign', '_touched', '_value'],
|
|
4976
|
-
methods: ['getValue', 'kolFocus']
|
|
4976
|
+
methods: ['getValue', 'focus', 'kolFocus']
|
|
4977
4977
|
})
|
|
4978
4978
|
], KolSingleSelect);
|
|
4979
4979
|
export { KolSingleSelect };
|
|
@@ -5048,7 +5048,7 @@ KolSkipNav.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSkipNav, sele
|
|
|
5048
5048
|
KolSkipNav = __decorate([
|
|
5049
5049
|
ProxyCmp({
|
|
5050
5050
|
inputs: ['_label', '_links'],
|
|
5051
|
-
methods: ['kolFocus']
|
|
5051
|
+
methods: ['focus', 'kolFocus']
|
|
5052
5052
|
})
|
|
5053
5053
|
], KolSkipNav);
|
|
5054
5054
|
export { KolSkipNav };
|
|
@@ -5197,7 +5197,7 @@ KolSplitButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSplitButt
|
|
|
5197
5197
|
KolSplitButton = __decorate([
|
|
5198
5198
|
ProxyCmp({
|
|
5199
5199
|
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']
|
|
5200
|
+
methods: ['getValue', 'focus', 'kolFocus', 'closePopup']
|
|
5201
5201
|
})
|
|
5202
5202
|
], KolSplitButton);
|
|
5203
5203
|
export { KolSplitButton };
|
|
@@ -5495,7 +5495,7 @@ KolTextarea.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTextarea, se
|
|
|
5495
5495
|
KolTextarea = __decorate([
|
|
5496
5496
|
ProxyCmp({
|
|
5497
5497
|
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']
|
|
5498
|
+
methods: ['getValue', 'focus', 'kolFocus']
|
|
5499
5499
|
})
|
|
5500
5500
|
], KolTextarea);
|
|
5501
5501
|
export { KolTextarea };
|
|
@@ -5792,7 +5792,7 @@ KolTreeItem.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTreeItem, se
|
|
|
5792
5792
|
KolTreeItem = __decorate([
|
|
5793
5793
|
ProxyCmp({
|
|
5794
5794
|
inputs: ['_active', '_href', '_label', '_open'],
|
|
5795
|
-
methods: ['focusLink', 'expand', 'collapse', 'isOpen']
|
|
5795
|
+
methods: ['focus', 'focusLink', 'expand', 'collapse', 'isOpen']
|
|
5796
5796
|
})
|
|
5797
5797
|
], KolTreeItem);
|
|
5798
5798
|
export { KolTreeItem };
|
|
@@ -5867,7 +5867,7 @@ KolTreeItemWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTreeItemWc
|
|
|
5867
5867
|
KolTreeItemWc = __decorate([
|
|
5868
5868
|
ProxyCmp({
|
|
5869
5869
|
inputs: ['_active', '_href', '_label', '_open'],
|
|
5870
|
-
methods: ['focusLink', 'expand', 'collapse', 'isOpen']
|
|
5870
|
+
methods: ['focus', 'focusLink', 'expand', 'collapse', 'isOpen']
|
|
5871
5871
|
})
|
|
5872
5872
|
], KolTreeItemWc);
|
|
5873
5873
|
export { KolTreeItemWc };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/angular-v20",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.10-rc.0",
|
|
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.9.3",
|
|
67
67
|
"zone.js": "0.15.1",
|
|
68
|
-
"@public-ui/components": "3.0.
|
|
68
|
+
"@public-ui/components": "3.0.10-rc.0"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
71
|
"@angular/core": "^20.3.15",
|
|
72
|
-
"@public-ui/components": "3.0.
|
|
72
|
+
"@public-ui/components": "3.0.10-rc.0"
|
|
73
73
|
},
|
|
74
74
|
"files": [
|
|
75
75
|
"dist"
|