@public-ui/angular-v19 3.0.6 → 3.0.7-d0e38f2b24188b03316351f07d939c4524a2fd81.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.d.ts +5 -2
- package/dist/components.js +40 -40
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -753,8 +753,10 @@ export declare class KolLink extends StencilProxyComponent implements OnChanges
|
|
|
753
753
|
private changeDetectorRef;
|
|
754
754
|
protected z: NgZone;
|
|
755
755
|
_accesskey: any;
|
|
756
|
+
_ariacontrols: any;
|
|
756
757
|
_ariacurrentvalue: any;
|
|
757
758
|
_ariadescription: any;
|
|
759
|
+
_ariaexpanded: any;
|
|
758
760
|
_disabled: any;
|
|
759
761
|
_download: any;
|
|
760
762
|
_hidelabel: any;
|
|
@@ -775,7 +777,7 @@ export declare class KolLink extends StencilProxyComponent implements OnChanges
|
|
|
775
777
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
776
778
|
ngOnChanges(): void;
|
|
777
779
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolLink, never>;
|
|
778
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolLink, "kol-link", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaCurrentValue": { "alias": "_ariaCurrentValue"; "required": false; }; "_ariaDescription": { "alias": "_ariaDescription"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_download": { "alias": "_download"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_href": { "alias": "_href"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_role": { "alias": "_role"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_target": { "alias": "_target"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
780
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolLink, "kol-link", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaControls": { "alias": "_ariaControls"; "required": false; }; "_ariaCurrentValue": { "alias": "_ariaCurrentValue"; "required": false; }; "_ariaDescription": { "alias": "_ariaDescription"; "required": false; }; "_ariaExpanded": { "alias": "_ariaExpanded"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_download": { "alias": "_download"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_href": { "alias": "_href"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_role": { "alias": "_role"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_target": { "alias": "_target"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
779
781
|
}
|
|
780
782
|
export declare interface KolLink extends Components.KolLink {
|
|
781
783
|
}
|
|
@@ -783,6 +785,7 @@ export declare class KolLinkButton extends StencilProxyComponent implements OnCh
|
|
|
783
785
|
private changeDetectorRef;
|
|
784
786
|
protected z: NgZone;
|
|
785
787
|
_accesskey: any;
|
|
788
|
+
_ariacontrols: any;
|
|
786
789
|
_ariacurrentvalue: any;
|
|
787
790
|
_ariadescription: any;
|
|
788
791
|
_customclass: any;
|
|
@@ -806,7 +809,7 @@ export declare class KolLinkButton extends StencilProxyComponent implements OnCh
|
|
|
806
809
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
807
810
|
ngOnChanges(): void;
|
|
808
811
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolLinkButton, never>;
|
|
809
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolLinkButton, "kol-link-button", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaCurrentValue": { "alias": "_ariaCurrentValue"; "required": false; }; "_ariaDescription": { "alias": "_ariaDescription"; "required": false; }; "_customClass": { "alias": "_customClass"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_download": { "alias": "_download"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_href": { "alias": "_href"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_role": { "alias": "_role"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_target": { "alias": "_target"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
812
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolLinkButton, "kol-link-button", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaControls": { "alias": "_ariaControls"; "required": false; }; "_ariaCurrentValue": { "alias": "_ariaCurrentValue"; "required": false; }; "_ariaDescription": { "alias": "_ariaDescription"; "required": false; }; "_customClass": { "alias": "_customClass"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_download": { "alias": "_download"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_href": { "alias": "_href"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_role": { "alias": "_role"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_target": { "alias": "_target"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
810
813
|
}
|
|
811
814
|
export declare interface KolLinkButton extends Components.KolLinkButton {
|
|
812
815
|
}
|
package/dist/components.js
CHANGED
|
@@ -1026,13 +1026,13 @@ function KolLink_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf &
|
|
|
1026
1026
|
} if (rf & 2) {
|
|
1027
1027
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1028
1028
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1029
|
-
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_ariaCurrentValue", ctx_r0._ariaCurrentValue)("_ariaDescription", ctx_r0._ariaDescription)("_disabled", ctx_r0._disabled)("_download", ctx_r0._download)("_hideLabel", ctx_r0._hideLabel)("_href", ctx_r0._href)("_icons", ctx_r0._icons)("_label", ctx_r0._label)("_on", ctx_r0._on)("_role", ctx_r0._role)("_shortKey", ctx_r0._shortKey)("_target", ctx_r0._target)("_tooltipAlign", ctx_r0._tooltipAlign)("_variant", ctx_r0._variant);
|
|
1029
|
+
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_ariaControls", ctx_r0._ariaControls)("_ariaCurrentValue", ctx_r0._ariaCurrentValue)("_ariaDescription", ctx_r0._ariaDescription)("_ariaExpanded", ctx_r0._ariaExpanded)("_disabled", ctx_r0._disabled)("_download", ctx_r0._download)("_hideLabel", ctx_r0._hideLabel)("_href", ctx_r0._href)("_icons", ctx_r0._icons)("_label", ctx_r0._label)("_on", ctx_r0._on)("_role", ctx_r0._role)("_shortKey", ctx_r0._shortKey)("_target", ctx_r0._target)("_tooltipAlign", ctx_r0._tooltipAlign)("_variant", ctx_r0._variant);
|
|
1030
1030
|
i0.ɵɵadvance(2);
|
|
1031
1031
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1032
1032
|
} }
|
|
1033
1033
|
function KolLink_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1034
1034
|
i0.ɵɵelementContainerStart(0);
|
|
1035
|
-
i0.ɵɵtemplate(1, KolLink_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
1035
|
+
i0.ɵɵtemplate(1, KolLink_ng_container_0_stencil_ng_proxy_1_Template, 3, 18, "stencil-ng-proxy", 4);
|
|
1036
1036
|
i0.ɵɵelementContainerEnd();
|
|
1037
1037
|
} if (rf & 2) {
|
|
1038
1038
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -1062,13 +1062,13 @@ function KolLinkButton_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if
|
|
|
1062
1062
|
} if (rf & 2) {
|
|
1063
1063
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1064
1064
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1065
|
-
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_ariaCurrentValue", ctx_r0._ariaCurrentValue)("_ariaDescription", ctx_r0._ariaDescription)("_customClass", ctx_r0._customClass)("_disabled", ctx_r0._disabled)("_download", ctx_r0._download)("_hideLabel", ctx_r0._hideLabel)("_href", ctx_r0._href)("_icons", ctx_r0._icons)("_label", ctx_r0._label)("_on", ctx_r0._on)("_role", ctx_r0._role)("_shortKey", ctx_r0._shortKey)("_target", ctx_r0._target)("_tooltipAlign", ctx_r0._tooltipAlign)("_variant", ctx_r0._variant);
|
|
1065
|
+
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_ariaControls", ctx_r0._ariaControls)("_ariaCurrentValue", ctx_r0._ariaCurrentValue)("_ariaDescription", ctx_r0._ariaDescription)("_customClass", ctx_r0._customClass)("_disabled", ctx_r0._disabled)("_download", ctx_r0._download)("_hideLabel", ctx_r0._hideLabel)("_href", ctx_r0._href)("_icons", ctx_r0._icons)("_label", ctx_r0._label)("_on", ctx_r0._on)("_role", ctx_r0._role)("_shortKey", ctx_r0._shortKey)("_target", ctx_r0._target)("_tooltipAlign", ctx_r0._tooltipAlign)("_variant", ctx_r0._variant);
|
|
1066
1066
|
i0.ɵɵadvance(2);
|
|
1067
1067
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1068
1068
|
} }
|
|
1069
1069
|
function KolLinkButton_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1070
1070
|
i0.ɵɵelementContainerStart(0);
|
|
1071
|
-
i0.ɵɵtemplate(1, KolLinkButton_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
1071
|
+
i0.ɵɵtemplate(1, KolLinkButton_ng_container_0_stencil_ng_proxy_1_Template, 3, 18, "stencil-ng-proxy", 4);
|
|
1072
1072
|
i0.ɵɵelementContainerEnd();
|
|
1073
1073
|
} if (rf & 2) {
|
|
1074
1074
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -4009,7 +4009,7 @@ let KolLink = class KolLink extends StencilProxyComponent {
|
|
|
4009
4009
|
super();
|
|
4010
4010
|
this.changeDetectorRef = changeDetectorRef;
|
|
4011
4011
|
this.z = z;
|
|
4012
|
-
this.availableInputProperties = ['_accessKey', '_ariaCurrentValue', '_ariaDescription', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'];
|
|
4012
|
+
this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_ariaExpanded', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'];
|
|
4013
4013
|
changeDetectorRef.detach();
|
|
4014
4014
|
const originalTagName = 'kol-link';
|
|
4015
4015
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -4029,9 +4029,9 @@ KolLink.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolLink, selectors:
|
|
|
4029
4029
|
} if (rf & 2) {
|
|
4030
4030
|
let _t;
|
|
4031
4031
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
4032
|
-
} }, inputs: { _accessKey: "_accessKey", _ariaCurrentValue: "_ariaCurrentValue", _ariaDescription: "_ariaDescription", _disabled: "_disabled", _download: "_download", _hideLabel: "_hideLabel", _href: "_href", _icons: "_icons", _label: "_label", _on: "_on", _role: "_role", _shortKey: "_shortKey", _target: "_target", _tooltipAlign: "_tooltipAlign", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
4032
|
+
} }, inputs: { _accessKey: "_accessKey", _ariaControls: "_ariaControls", _ariaCurrentValue: "_ariaCurrentValue", _ariaDescription: "_ariaDescription", _ariaExpanded: "_ariaExpanded", _disabled: "_disabled", _download: "_download", _hideLabel: "_hideLabel", _href: "_href", _icons: "_icons", _label: "_label", _on: "_on", _role: "_role", _shortKey: "_shortKey", _target: "_target", _tooltipAlign: "_tooltipAlign", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
4033
4033
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolLink) }
|
|
4034
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaCurrentValue", "_ariaDescription", "_disabled", "_download", "_hideLabel", "_href", "_icons", "_label", "_on", "_role", "_shortKey", "_target", "_tooltipAlign", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaCurrentValue", "_ariaDescription", "_disabled", "_download", "_hideLabel", "_href", "_icons", "_label", "_on", "_role", "_shortKey", "_target", "_tooltipAlign", "_variant"], [4, "ngTemplateOutlet"]], template: function KolLink_Template(rf, ctx) { if (rf & 1) {
|
|
4034
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaControls", "_ariaCurrentValue", "_ariaDescription", "_ariaExpanded", "_disabled", "_download", "_hideLabel", "_href", "_icons", "_label", "_on", "_role", "_shortKey", "_target", "_tooltipAlign", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaControls", "_ariaCurrentValue", "_ariaDescription", "_ariaExpanded", "_disabled", "_download", "_hideLabel", "_href", "_icons", "_label", "_on", "_role", "_shortKey", "_target", "_tooltipAlign", "_variant"], [4, "ngTemplateOutlet"]], template: function KolLink_Template(rf, ctx) { if (rf & 1) {
|
|
4035
4035
|
i0.ɵɵprojectionDef();
|
|
4036
4036
|
i0.ɵɵtemplate(0, KolLink_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolLink_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolLink_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
4037
4037
|
} if (rf & 2) {
|
|
@@ -4040,7 +4040,7 @@ KolLink.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolLink, selectors:
|
|
|
4040
4040
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
4041
4041
|
KolLink = __decorate([
|
|
4042
4042
|
ProxyCmp({
|
|
4043
|
-
inputs: ['_accessKey', '_ariaCurrentValue', '_ariaDescription', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'],
|
|
4043
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_ariaExpanded', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'],
|
|
4044
4044
|
methods: ['kolFocus']
|
|
4045
4045
|
})
|
|
4046
4046
|
], KolLink);
|
|
@@ -4053,7 +4053,7 @@ export { KolLink };
|
|
|
4053
4053
|
template: `
|
|
4054
4054
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
4055
4055
|
<stencil-ng-proxy
|
|
4056
|
-
[_accessKey]="_accessKey" [_ariaCurrentValue]="_ariaCurrentValue" [_ariaDescription]="_ariaDescription" [_disabled]="_disabled" [_download]="_download" [_hideLabel]="_hideLabel" [_href]="_href" [_icons]="_icons" [_label]="_label" [_on]="_on" [_role]="_role" [_shortKey]="_shortKey" [_target]="_target" [_tooltipAlign]="_tooltipAlign" [_variant]="_variant"
|
|
4056
|
+
[_accessKey]="_accessKey" [_ariaControls]="_ariaControls" [_ariaCurrentValue]="_ariaCurrentValue" [_ariaDescription]="_ariaDescription" [_ariaExpanded]="_ariaExpanded" [_disabled]="_disabled" [_download]="_download" [_hideLabel]="_hideLabel" [_href]="_href" [_icons]="_icons" [_label]="_label" [_on]="_on" [_role]="_role" [_shortKey]="_shortKey" [_target]="_target" [_tooltipAlign]="_tooltipAlign" [_variant]="_variant"
|
|
4057
4057
|
*replaceTag="tagName"
|
|
4058
4058
|
#replaceTagHost
|
|
4059
4059
|
>
|
|
@@ -4069,7 +4069,7 @@ export { KolLink };
|
|
|
4069
4069
|
<ng-content></ng-content>
|
|
4070
4070
|
</ng-template>`,
|
|
4071
4071
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4072
|
-
inputs: ['_accessKey', '_ariaCurrentValue', '_ariaDescription', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'],
|
|
4072
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_ariaExpanded', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'],
|
|
4073
4073
|
providers: [
|
|
4074
4074
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolLink) }
|
|
4075
4075
|
],
|
|
@@ -4084,7 +4084,7 @@ let KolLinkButton = class KolLinkButton extends StencilProxyComponent {
|
|
|
4084
4084
|
super();
|
|
4085
4085
|
this.changeDetectorRef = changeDetectorRef;
|
|
4086
4086
|
this.z = z;
|
|
4087
|
-
this.availableInputProperties = ['_accessKey', '_ariaCurrentValue', '_ariaDescription', '_customClass', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'];
|
|
4087
|
+
this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_customClass', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'];
|
|
4088
4088
|
changeDetectorRef.detach();
|
|
4089
4089
|
const originalTagName = 'kol-link-button';
|
|
4090
4090
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -4104,9 +4104,9 @@ KolLinkButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolLinkButton
|
|
|
4104
4104
|
} if (rf & 2) {
|
|
4105
4105
|
let _t;
|
|
4106
4106
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
4107
|
-
} }, inputs: { _accessKey: "_accessKey", _ariaCurrentValue: "_ariaCurrentValue", _ariaDescription: "_ariaDescription", _customClass: "_customClass", _disabled: "_disabled", _download: "_download", _hideLabel: "_hideLabel", _href: "_href", _icons: "_icons", _label: "_label", _on: "_on", _role: "_role", _shortKey: "_shortKey", _target: "_target", _tooltipAlign: "_tooltipAlign", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
4107
|
+
} }, inputs: { _accessKey: "_accessKey", _ariaControls: "_ariaControls", _ariaCurrentValue: "_ariaCurrentValue", _ariaDescription: "_ariaDescription", _customClass: "_customClass", _disabled: "_disabled", _download: "_download", _hideLabel: "_hideLabel", _href: "_href", _icons: "_icons", _label: "_label", _on: "_on", _role: "_role", _shortKey: "_shortKey", _target: "_target", _tooltipAlign: "_tooltipAlign", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
4108
4108
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolLinkButton) }
|
|
4109
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaCurrentValue", "_ariaDescription", "_customClass", "_disabled", "_download", "_hideLabel", "_href", "_icons", "_label", "_on", "_role", "_shortKey", "_target", "_tooltipAlign", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaCurrentValue", "_ariaDescription", "_customClass", "_disabled", "_download", "_hideLabel", "_href", "_icons", "_label", "_on", "_role", "_shortKey", "_target", "_tooltipAlign", "_variant"], [4, "ngTemplateOutlet"]], template: function KolLinkButton_Template(rf, ctx) { if (rf & 1) {
|
|
4109
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaControls", "_ariaCurrentValue", "_ariaDescription", "_customClass", "_disabled", "_download", "_hideLabel", "_href", "_icons", "_label", "_on", "_role", "_shortKey", "_target", "_tooltipAlign", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaControls", "_ariaCurrentValue", "_ariaDescription", "_customClass", "_disabled", "_download", "_hideLabel", "_href", "_icons", "_label", "_on", "_role", "_shortKey", "_target", "_tooltipAlign", "_variant"], [4, "ngTemplateOutlet"]], template: function KolLinkButton_Template(rf, ctx) { if (rf & 1) {
|
|
4110
4110
|
i0.ɵɵprojectionDef();
|
|
4111
4111
|
i0.ɵɵtemplate(0, KolLinkButton_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolLinkButton_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolLinkButton_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
4112
4112
|
} if (rf & 2) {
|
|
@@ -4115,7 +4115,7 @@ KolLinkButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolLinkButton
|
|
|
4115
4115
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
4116
4116
|
KolLinkButton = __decorate([
|
|
4117
4117
|
ProxyCmp({
|
|
4118
|
-
inputs: ['_accessKey', '_ariaCurrentValue', '_ariaDescription', '_customClass', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'],
|
|
4118
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_customClass', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'],
|
|
4119
4119
|
methods: ['kolFocus']
|
|
4120
4120
|
})
|
|
4121
4121
|
], KolLinkButton);
|
|
@@ -4128,7 +4128,7 @@ export { KolLinkButton };
|
|
|
4128
4128
|
template: `
|
|
4129
4129
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
4130
4130
|
<stencil-ng-proxy
|
|
4131
|
-
[_accessKey]="_accessKey" [_ariaCurrentValue]="_ariaCurrentValue" [_ariaDescription]="_ariaDescription" [_customClass]="_customClass" [_disabled]="_disabled" [_download]="_download" [_hideLabel]="_hideLabel" [_href]="_href" [_icons]="_icons" [_label]="_label" [_on]="_on" [_role]="_role" [_shortKey]="_shortKey" [_target]="_target" [_tooltipAlign]="_tooltipAlign" [_variant]="_variant"
|
|
4131
|
+
[_accessKey]="_accessKey" [_ariaControls]="_ariaControls" [_ariaCurrentValue]="_ariaCurrentValue" [_ariaDescription]="_ariaDescription" [_customClass]="_customClass" [_disabled]="_disabled" [_download]="_download" [_hideLabel]="_hideLabel" [_href]="_href" [_icons]="_icons" [_label]="_label" [_on]="_on" [_role]="_role" [_shortKey]="_shortKey" [_target]="_target" [_tooltipAlign]="_tooltipAlign" [_variant]="_variant"
|
|
4132
4132
|
*replaceTag="tagName"
|
|
4133
4133
|
#replaceTagHost
|
|
4134
4134
|
>
|
|
@@ -4144,7 +4144,7 @@ export { KolLinkButton };
|
|
|
4144
4144
|
<ng-content></ng-content>
|
|
4145
4145
|
</ng-template>`,
|
|
4146
4146
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4147
|
-
inputs: ['_accessKey', '_ariaCurrentValue', '_ariaDescription', '_customClass', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'],
|
|
4147
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_customClass', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'],
|
|
4148
4148
|
providers: [
|
|
4149
4149
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolLinkButton) }
|
|
4150
4150
|
],
|
|
@@ -4153,7 +4153,7 @@ export { KolLinkButton };
|
|
|
4153
4153
|
type: ViewChild,
|
|
4154
4154
|
args: [ReplaceTagDirective]
|
|
4155
4155
|
}] }); })();
|
|
4156
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber:
|
|
4156
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 2060 }); })();
|
|
4157
4157
|
let KolModal = class KolModal extends StencilProxyComponent {
|
|
4158
4158
|
constructor(changeDetectorRef, r, z) {
|
|
4159
4159
|
super();
|
|
@@ -4228,7 +4228,7 @@ export { KolModal };
|
|
|
4228
4228
|
type: ViewChild,
|
|
4229
4229
|
args: [ReplaceTagDirective]
|
|
4230
4230
|
}] }); })();
|
|
4231
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber:
|
|
4231
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2135 }); })();
|
|
4232
4232
|
let KolNav = class KolNav extends StencilProxyComponent {
|
|
4233
4233
|
constructor(changeDetectorRef, r, z) {
|
|
4234
4234
|
super();
|
|
@@ -4302,7 +4302,7 @@ export { KolNav };
|
|
|
4302
4302
|
type: ViewChild,
|
|
4303
4303
|
args: [ReplaceTagDirective]
|
|
4304
4304
|
}] }); })();
|
|
4305
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber:
|
|
4305
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2196 }); })();
|
|
4306
4306
|
let KolPagination = class KolPagination extends StencilProxyComponent {
|
|
4307
4307
|
constructor(changeDetectorRef, r, z) {
|
|
4308
4308
|
super();
|
|
@@ -4376,7 +4376,7 @@ export { KolPagination };
|
|
|
4376
4376
|
type: ViewChild,
|
|
4377
4377
|
args: [ReplaceTagDirective]
|
|
4378
4378
|
}] }); })();
|
|
4379
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber:
|
|
4379
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2260 }); })();
|
|
4380
4380
|
let KolPaginationWc = class KolPaginationWc extends StencilProxyComponent {
|
|
4381
4381
|
constructor(changeDetectorRef, r, z) {
|
|
4382
4382
|
super();
|
|
@@ -4450,7 +4450,7 @@ export { KolPaginationWc };
|
|
|
4450
4450
|
type: ViewChild,
|
|
4451
4451
|
args: [ReplaceTagDirective]
|
|
4452
4452
|
}] }); })();
|
|
4453
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber:
|
|
4453
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber: 2328 }); })();
|
|
4454
4454
|
let KolPopoverButton = class KolPopoverButton extends StencilProxyComponent {
|
|
4455
4455
|
constructor(changeDetectorRef, r, z) {
|
|
4456
4456
|
super();
|
|
@@ -4525,7 +4525,7 @@ export { KolPopoverButton };
|
|
|
4525
4525
|
type: ViewChild,
|
|
4526
4526
|
args: [ReplaceTagDirective]
|
|
4527
4527
|
}] }); })();
|
|
4528
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber:
|
|
4528
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2397 }); })();
|
|
4529
4529
|
let KolPopoverButtonWc = class KolPopoverButtonWc extends StencilProxyComponent {
|
|
4530
4530
|
constructor(changeDetectorRef, r, z) {
|
|
4531
4531
|
super();
|
|
@@ -4600,7 +4600,7 @@ export { KolPopoverButtonWc };
|
|
|
4600
4600
|
type: ViewChild,
|
|
4601
4601
|
args: [ReplaceTagDirective]
|
|
4602
4602
|
}] }); })();
|
|
4603
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber:
|
|
4603
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber: 2475 }); })();
|
|
4604
4604
|
let KolProgress = class KolProgress extends StencilProxyComponent {
|
|
4605
4605
|
constructor(changeDetectorRef, r, z) {
|
|
4606
4606
|
super();
|
|
@@ -4674,7 +4674,7 @@ export { KolProgress };
|
|
|
4674
4674
|
type: ViewChild,
|
|
4675
4675
|
args: [ReplaceTagDirective]
|
|
4676
4676
|
}] }); })();
|
|
4677
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber:
|
|
4677
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2551 }); })();
|
|
4678
4678
|
let KolQuote = class KolQuote extends StencilProxyComponent {
|
|
4679
4679
|
constructor(changeDetectorRef, r, z) {
|
|
4680
4680
|
super();
|
|
@@ -4748,7 +4748,7 @@ export { KolQuote };
|
|
|
4748
4748
|
type: ViewChild,
|
|
4749
4749
|
args: [ReplaceTagDirective]
|
|
4750
4750
|
}] }); })();
|
|
4751
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber:
|
|
4751
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2613 }); })();
|
|
4752
4752
|
let KolSelect = class KolSelect extends StencilProxyComponent {
|
|
4753
4753
|
constructor(changeDetectorRef, r, z) {
|
|
4754
4754
|
super();
|
|
@@ -4823,7 +4823,7 @@ export { KolSelect };
|
|
|
4823
4823
|
type: ViewChild,
|
|
4824
4824
|
args: [ReplaceTagDirective]
|
|
4825
4825
|
}] }); })();
|
|
4826
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber:
|
|
4826
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2675 }); })();
|
|
4827
4827
|
let KolSingleSelect = class KolSingleSelect extends StencilProxyComponent {
|
|
4828
4828
|
constructor(changeDetectorRef, r, z) {
|
|
4829
4829
|
super();
|
|
@@ -4898,7 +4898,7 @@ export { KolSingleSelect };
|
|
|
4898
4898
|
type: ViewChild,
|
|
4899
4899
|
args: [ReplaceTagDirective]
|
|
4900
4900
|
}] }); })();
|
|
4901
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber:
|
|
4901
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2753 }); })();
|
|
4902
4902
|
let KolSkipNav = class KolSkipNav extends StencilProxyComponent {
|
|
4903
4903
|
constructor(changeDetectorRef, r, z) {
|
|
4904
4904
|
super();
|
|
@@ -4972,7 +4972,7 @@ export { KolSkipNav };
|
|
|
4972
4972
|
type: ViewChild,
|
|
4973
4973
|
args: [ReplaceTagDirective]
|
|
4974
4974
|
}] }); })();
|
|
4975
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber:
|
|
4975
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2830 }); })();
|
|
4976
4976
|
let KolSpin = class KolSpin extends StencilProxyComponent {
|
|
4977
4977
|
constructor(changeDetectorRef, r, z) {
|
|
4978
4978
|
super();
|
|
@@ -5046,7 +5046,7 @@ export { KolSpin };
|
|
|
5046
5046
|
type: ViewChild,
|
|
5047
5047
|
args: [ReplaceTagDirective]
|
|
5048
5048
|
}] }); })();
|
|
5049
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber:
|
|
5049
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2889 }); })();
|
|
5050
5050
|
let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
|
|
5051
5051
|
constructor(changeDetectorRef, r, z) {
|
|
5052
5052
|
super();
|
|
@@ -5121,7 +5121,7 @@ export { KolSplitButton };
|
|
|
5121
5121
|
type: ViewChild,
|
|
5122
5122
|
args: [ReplaceTagDirective]
|
|
5123
5123
|
}] }); })();
|
|
5124
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber:
|
|
5124
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2950 }); })();
|
|
5125
5125
|
let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
|
|
5126
5126
|
constructor(changeDetectorRef, r, z) {
|
|
5127
5127
|
super();
|
|
@@ -5196,7 +5196,7 @@ export { KolTableStateful };
|
|
|
5196
5196
|
type: ViewChild,
|
|
5197
5197
|
args: [ReplaceTagDirective]
|
|
5198
5198
|
}] }); })();
|
|
5199
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber:
|
|
5199
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3027 }); })();
|
|
5200
5200
|
let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
|
|
5201
5201
|
constructor(changeDetectorRef, r, z) {
|
|
5202
5202
|
super();
|
|
@@ -5270,7 +5270,7 @@ export { KolTableStateless };
|
|
|
5270
5270
|
type: ViewChild,
|
|
5271
5271
|
args: [ReplaceTagDirective]
|
|
5272
5272
|
}] }); })();
|
|
5273
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber:
|
|
5273
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3096 }); })();
|
|
5274
5274
|
let KolTabs = class KolTabs extends StencilProxyComponent {
|
|
5275
5275
|
constructor(changeDetectorRef, r, z) {
|
|
5276
5276
|
super();
|
|
@@ -5344,7 +5344,7 @@ export { KolTabs };
|
|
|
5344
5344
|
type: ViewChild,
|
|
5345
5345
|
args: [ReplaceTagDirective]
|
|
5346
5346
|
}] }); })();
|
|
5347
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber:
|
|
5347
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3162 }); })();
|
|
5348
5348
|
let KolTextarea = class KolTextarea extends StencilProxyComponent {
|
|
5349
5349
|
constructor(changeDetectorRef, r, z) {
|
|
5350
5350
|
super();
|
|
@@ -5419,7 +5419,7 @@ export { KolTextarea };
|
|
|
5419
5419
|
type: ViewChild,
|
|
5420
5420
|
args: [ReplaceTagDirective]
|
|
5421
5421
|
}] }); })();
|
|
5422
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber:
|
|
5422
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3227 }); })();
|
|
5423
5423
|
let KolToastContainer = class KolToastContainer extends StencilProxyComponent {
|
|
5424
5424
|
constructor(changeDetectorRef, r, z) {
|
|
5425
5425
|
super();
|
|
@@ -5493,7 +5493,7 @@ export { KolToastContainer };
|
|
|
5493
5493
|
type: ViewChild,
|
|
5494
5494
|
args: [ReplaceTagDirective]
|
|
5495
5495
|
}] }); })();
|
|
5496
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber:
|
|
5496
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3309 }); })();
|
|
5497
5497
|
let KolToolbar = class KolToolbar extends StencilProxyComponent {
|
|
5498
5498
|
constructor(changeDetectorRef, r, z) {
|
|
5499
5499
|
super();
|
|
@@ -5567,7 +5567,7 @@ export { KolToolbar };
|
|
|
5567
5567
|
type: ViewChild,
|
|
5568
5568
|
args: [ReplaceTagDirective]
|
|
5569
5569
|
}] }); })();
|
|
5570
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber:
|
|
5570
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3367 }); })();
|
|
5571
5571
|
let KolTree = class KolTree extends StencilProxyComponent {
|
|
5572
5572
|
constructor(changeDetectorRef, r, z) {
|
|
5573
5573
|
super();
|
|
@@ -5641,7 +5641,7 @@ export { KolTree };
|
|
|
5641
5641
|
type: ViewChild,
|
|
5642
5642
|
args: [ReplaceTagDirective]
|
|
5643
5643
|
}] }); })();
|
|
5644
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber:
|
|
5644
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3427 }); })();
|
|
5645
5645
|
let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
|
|
5646
5646
|
constructor(changeDetectorRef, r, z) {
|
|
5647
5647
|
super();
|
|
@@ -5716,7 +5716,7 @@ export { KolTreeItem };
|
|
|
5716
5716
|
type: ViewChild,
|
|
5717
5717
|
args: [ReplaceTagDirective]
|
|
5718
5718
|
}] }); })();
|
|
5719
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber:
|
|
5719
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3486 }); })();
|
|
5720
5720
|
let KolTreeItemWc = class KolTreeItemWc extends StencilProxyComponent {
|
|
5721
5721
|
constructor(changeDetectorRef, r, z) {
|
|
5722
5722
|
super();
|
|
@@ -5791,7 +5791,7 @@ export { KolTreeItemWc };
|
|
|
5791
5791
|
type: ViewChild,
|
|
5792
5792
|
args: [ReplaceTagDirective]
|
|
5793
5793
|
}] }); })();
|
|
5794
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber:
|
|
5794
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3548 }); })();
|
|
5795
5795
|
let KolVersion = class KolVersion extends StencilProxyComponent {
|
|
5796
5796
|
constructor(changeDetectorRef, r, z) {
|
|
5797
5797
|
super();
|
|
@@ -5865,4 +5865,4 @@ export { KolVersion };
|
|
|
5865
5865
|
type: ViewChild,
|
|
5866
5866
|
args: [ReplaceTagDirective]
|
|
5867
5867
|
}] }); })();
|
|
5868
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber:
|
|
5868
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3609 }); })();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/angular-v19",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.7-d0e38f2b24188b03316351f07d939c4524a2fd81.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"rxjs": "7.8.2",
|
|
67
67
|
"typescript": "5.8.3",
|
|
68
68
|
"zone.js": "0.15.1",
|
|
69
|
-
"@public-ui/components": "3.0.
|
|
69
|
+
"@public-ui/components": "3.0.7-d0e38f2b24188b03316351f07d939c4524a2fd81.0"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"@angular/core": "^19.2.15",
|
|
73
|
-
"@public-ui/components": "3.0.
|
|
73
|
+
"@public-ui/components": "3.0.7-d0e38f2b24188b03316351f07d939c4524a2fd81.0"
|
|
74
74
|
},
|
|
75
75
|
"files": [
|
|
76
76
|
"dist"
|