@public-ui/angular-v19 3.0.8-rc.4 → 3.0.9-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.d.ts +10 -5
- package/dist/components.js +86 -86
- package/package.json +4 -4
package/dist/components.d.ts
CHANGED
|
@@ -128,6 +128,7 @@ export declare class KolButton extends StencilProxyComponent implements OnChange
|
|
|
128
128
|
_hidelabel: any;
|
|
129
129
|
_icons: any;
|
|
130
130
|
_id: any;
|
|
131
|
+
_inline: any;
|
|
131
132
|
_label: any;
|
|
132
133
|
_name: any;
|
|
133
134
|
_on: any;
|
|
@@ -145,7 +146,7 @@ export declare class KolButton extends StencilProxyComponent implements OnChange
|
|
|
145
146
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
146
147
|
ngOnChanges(): void;
|
|
147
148
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolButton, never>;
|
|
148
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolButton, "kol-button", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaControls": { "alias": "_ariaControls"; "required": false; }; "_ariaDescription": { "alias": "_ariaDescription"; "required": false; }; "_ariaExpanded": { "alias": "_ariaExpanded"; "required": false; }; "_ariaSelected": { "alias": "_ariaSelected"; "required": false; }; "_customClass": { "alias": "_customClass"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_id": { "alias": "_id"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_role": { "alias": "_role"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_type": { "alias": "_type"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
149
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolButton, "kol-button", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaControls": { "alias": "_ariaControls"; "required": false; }; "_ariaDescription": { "alias": "_ariaDescription"; "required": false; }; "_ariaExpanded": { "alias": "_ariaExpanded"; "required": false; }; "_ariaSelected": { "alias": "_ariaSelected"; "required": false; }; "_customClass": { "alias": "_customClass"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_id": { "alias": "_id"; "required": false; }; "_inline": { "alias": "_inline"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_role": { "alias": "_role"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_type": { "alias": "_type"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
149
150
|
}
|
|
150
151
|
export declare interface KolButton extends Components.KolButton {
|
|
151
152
|
}
|
|
@@ -161,6 +162,7 @@ export declare class KolButtonLink extends StencilProxyComponent implements OnCh
|
|
|
161
162
|
_hidelabel: any;
|
|
162
163
|
_icons: any;
|
|
163
164
|
_id: any;
|
|
165
|
+
_inline: any;
|
|
164
166
|
_label: any;
|
|
165
167
|
_name: any;
|
|
166
168
|
_on: any;
|
|
@@ -178,7 +180,7 @@ export declare class KolButtonLink extends StencilProxyComponent implements OnCh
|
|
|
178
180
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
179
181
|
ngOnChanges(): void;
|
|
180
182
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolButtonLink, never>;
|
|
181
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolButtonLink, "kol-button-link", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaControls": { "alias": "_ariaControls"; "required": false; }; "_ariaDescription": { "alias": "_ariaDescription"; "required": false; }; "_ariaExpanded": { "alias": "_ariaExpanded"; "required": false; }; "_ariaSelected": { "alias": "_ariaSelected"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_id": { "alias": "_id"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_role": { "alias": "_role"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_type": { "alias": "_type"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
183
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolButtonLink, "kol-button-link", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaControls": { "alias": "_ariaControls"; "required": false; }; "_ariaDescription": { "alias": "_ariaDescription"; "required": false; }; "_ariaExpanded": { "alias": "_ariaExpanded"; "required": false; }; "_ariaSelected": { "alias": "_ariaSelected"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_id": { "alias": "_id"; "required": false; }; "_inline": { "alias": "_inline"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_role": { "alias": "_role"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_type": { "alias": "_type"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
182
184
|
}
|
|
183
185
|
export declare interface KolButtonLink extends Components.KolButtonLink {
|
|
184
186
|
}
|
|
@@ -764,6 +766,7 @@ export declare class KolLink extends StencilProxyComponent implements OnChanges
|
|
|
764
766
|
_hidelabel: any;
|
|
765
767
|
_href: any;
|
|
766
768
|
_icons: any;
|
|
769
|
+
_inline: any;
|
|
767
770
|
_label: any;
|
|
768
771
|
_on: any;
|
|
769
772
|
_role: any;
|
|
@@ -779,7 +782,7 @@ export declare class KolLink extends StencilProxyComponent implements OnChanges
|
|
|
779
782
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
780
783
|
ngOnChanges(): void;
|
|
781
784
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolLink, never>;
|
|
782
|
-
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>;
|
|
785
|
+
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; }; "_inline": { "alias": "_inline"; "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>;
|
|
783
786
|
}
|
|
784
787
|
export declare interface KolLink extends Components.KolLink {
|
|
785
788
|
}
|
|
@@ -920,6 +923,7 @@ export declare class KolPopoverButton extends StencilProxyComponent implements O
|
|
|
920
923
|
_hidelabel: any;
|
|
921
924
|
_icons: any;
|
|
922
925
|
_id: any;
|
|
926
|
+
_inline: any;
|
|
923
927
|
_label: any;
|
|
924
928
|
_name: any;
|
|
925
929
|
_on: any;
|
|
@@ -939,7 +943,7 @@ export declare class KolPopoverButton extends StencilProxyComponent implements O
|
|
|
939
943
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
940
944
|
ngOnChanges(): void;
|
|
941
945
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolPopoverButton, never>;
|
|
942
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolPopoverButton, "kol-popover-button", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaControls": { "alias": "_ariaControls"; "required": false; }; "_ariaDescription": { "alias": "_ariaDescription"; "required": false; }; "_ariaSelected": { "alias": "_ariaSelected"; "required": false; }; "_customClass": { "alias": "_customClass"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_id": { "alias": "_id"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_popoverAlign": { "alias": "_popoverAlign"; "required": false; }; "_role": { "alias": "_role"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_tabIndex": { "alias": "_tabIndex"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_type": { "alias": "_type"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
946
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolPopoverButton, "kol-popover-button", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaControls": { "alias": "_ariaControls"; "required": false; }; "_ariaDescription": { "alias": "_ariaDescription"; "required": false; }; "_ariaSelected": { "alias": "_ariaSelected"; "required": false; }; "_customClass": { "alias": "_customClass"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_id": { "alias": "_id"; "required": false; }; "_inline": { "alias": "_inline"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_popoverAlign": { "alias": "_popoverAlign"; "required": false; }; "_role": { "alias": "_role"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_tabIndex": { "alias": "_tabIndex"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_type": { "alias": "_type"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
943
947
|
}
|
|
944
948
|
export declare interface KolPopoverButton extends Components.KolPopoverButton {
|
|
945
949
|
}
|
|
@@ -954,6 +958,7 @@ export declare class KolPopoverButtonWc extends StencilProxyComponent implements
|
|
|
954
958
|
_disabled: any;
|
|
955
959
|
_hidelabel: any;
|
|
956
960
|
_icons: any;
|
|
961
|
+
_inline: any;
|
|
957
962
|
_label: any;
|
|
958
963
|
_name: any;
|
|
959
964
|
_on: any;
|
|
@@ -973,7 +978,7 @@ export declare class KolPopoverButtonWc extends StencilProxyComponent implements
|
|
|
973
978
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
974
979
|
ngOnChanges(): void;
|
|
975
980
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolPopoverButtonWc, never>;
|
|
976
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolPopoverButtonWc, "kol-popover-button-wc", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaControls": { "alias": "_ariaControls"; "required": false; }; "_ariaDescription": { "alias": "_ariaDescription"; "required": false; }; "_ariaSelected": { "alias": "_ariaSelected"; "required": false; }; "_customClass": { "alias": "_customClass"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_popoverAlign": { "alias": "_popoverAlign"; "required": false; }; "_role": { "alias": "_role"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_tabIndex": { "alias": "_tabIndex"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_type": { "alias": "_type"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
981
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolPopoverButtonWc, "kol-popover-button-wc", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaControls": { "alias": "_ariaControls"; "required": false; }; "_ariaDescription": { "alias": "_ariaDescription"; "required": false; }; "_ariaSelected": { "alias": "_ariaSelected"; "required": false; }; "_customClass": { "alias": "_customClass"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_inline": { "alias": "_inline"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_popoverAlign": { "alias": "_popoverAlign"; "required": false; }; "_role": { "alias": "_role"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_tabIndex": { "alias": "_tabIndex"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_type": { "alias": "_type"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
977
982
|
}
|
|
978
983
|
export declare interface KolPopoverButtonWc extends Components.KolPopoverButtonWc {
|
|
979
984
|
}
|
package/dist/components.js
CHANGED
|
@@ -234,13 +234,13 @@ function KolButton_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf
|
|
|
234
234
|
} if (rf & 2) {
|
|
235
235
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
236
236
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
237
|
-
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_ariaControls", ctx_r0._ariaControls)("_ariaDescription", ctx_r0._ariaDescription)("_ariaExpanded", ctx_r0._ariaExpanded)("_ariaSelected", ctx_r0._ariaSelected)("_customClass", ctx_r0._customClass)("_disabled", ctx_r0._disabled)("_hideLabel", ctx_r0._hideLabel)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_label", ctx_r0._label)("_name", ctx_r0._name)("_on", ctx_r0._on)("_role", ctx_r0._role)("_shortKey", ctx_r0._shortKey)("_tooltipAlign", ctx_r0._tooltipAlign)("_type", ctx_r0._type)("_value", ctx_r0._value)("_variant", ctx_r0._variant);
|
|
237
|
+
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_ariaControls", ctx_r0._ariaControls)("_ariaDescription", ctx_r0._ariaDescription)("_ariaExpanded", ctx_r0._ariaExpanded)("_ariaSelected", ctx_r0._ariaSelected)("_customClass", ctx_r0._customClass)("_disabled", ctx_r0._disabled)("_hideLabel", ctx_r0._hideLabel)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_inline", ctx_r0._inline)("_label", ctx_r0._label)("_name", ctx_r0._name)("_on", ctx_r0._on)("_role", ctx_r0._role)("_shortKey", ctx_r0._shortKey)("_tooltipAlign", ctx_r0._tooltipAlign)("_type", ctx_r0._type)("_value", ctx_r0._value)("_variant", ctx_r0._variant);
|
|
238
238
|
i0.ɵɵadvance(2);
|
|
239
239
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
240
240
|
} }
|
|
241
241
|
function KolButton_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
242
242
|
i0.ɵɵelementContainerStart(0);
|
|
243
|
-
i0.ɵɵtemplate(1, KolButton_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
243
|
+
i0.ɵɵtemplate(1, KolButton_ng_container_0_stencil_ng_proxy_1_Template, 3, 21, "stencil-ng-proxy", 4);
|
|
244
244
|
i0.ɵɵelementContainerEnd();
|
|
245
245
|
} if (rf & 2) {
|
|
246
246
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -270,13 +270,13 @@ function KolButtonLink_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if
|
|
|
270
270
|
} if (rf & 2) {
|
|
271
271
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
272
272
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
273
|
-
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_ariaControls", ctx_r0._ariaControls)("_ariaDescription", ctx_r0._ariaDescription)("_ariaExpanded", ctx_r0._ariaExpanded)("_ariaSelected", ctx_r0._ariaSelected)("_disabled", ctx_r0._disabled)("_hideLabel", ctx_r0._hideLabel)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_label", ctx_r0._label)("_name", ctx_r0._name)("_on", ctx_r0._on)("_role", ctx_r0._role)("_shortKey", ctx_r0._shortKey)("_tooltipAlign", ctx_r0._tooltipAlign)("_type", ctx_r0._type)("_value", ctx_r0._value)("_variant", ctx_r0._variant);
|
|
273
|
+
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_ariaControls", ctx_r0._ariaControls)("_ariaDescription", ctx_r0._ariaDescription)("_ariaExpanded", ctx_r0._ariaExpanded)("_ariaSelected", ctx_r0._ariaSelected)("_disabled", ctx_r0._disabled)("_hideLabel", ctx_r0._hideLabel)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_inline", ctx_r0._inline)("_label", ctx_r0._label)("_name", ctx_r0._name)("_on", ctx_r0._on)("_role", ctx_r0._role)("_shortKey", ctx_r0._shortKey)("_tooltipAlign", ctx_r0._tooltipAlign)("_type", ctx_r0._type)("_value", ctx_r0._value)("_variant", ctx_r0._variant);
|
|
274
274
|
i0.ɵɵadvance(2);
|
|
275
275
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
276
276
|
} }
|
|
277
277
|
function KolButtonLink_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
278
278
|
i0.ɵɵelementContainerStart(0);
|
|
279
|
-
i0.ɵɵtemplate(1, KolButtonLink_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
279
|
+
i0.ɵɵtemplate(1, KolButtonLink_ng_container_0_stencil_ng_proxy_1_Template, 3, 20, "stencil-ng-proxy", 4);
|
|
280
280
|
i0.ɵɵelementContainerEnd();
|
|
281
281
|
} if (rf & 2) {
|
|
282
282
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -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)("_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);
|
|
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)("_inline", ctx_r0._inline)("_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, 19, "stencil-ng-proxy", 4);
|
|
1036
1036
|
i0.ɵɵelementContainerEnd();
|
|
1037
1037
|
} if (rf & 2) {
|
|
1038
1038
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -1242,13 +1242,13 @@ function KolPopoverButton_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) {
|
|
|
1242
1242
|
} if (rf & 2) {
|
|
1243
1243
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1244
1244
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1245
|
-
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_ariaControls", ctx_r0._ariaControls)("_ariaDescription", ctx_r0._ariaDescription)("_ariaSelected", ctx_r0._ariaSelected)("_customClass", ctx_r0._customClass)("_disabled", ctx_r0._disabled)("_hideLabel", ctx_r0._hideLabel)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_label", ctx_r0._label)("_name", ctx_r0._name)("_on", ctx_r0._on)("_popoverAlign", ctx_r0._popoverAlign)("_role", ctx_r0._role)("_shortKey", ctx_r0._shortKey)("_tabIndex", ctx_r0._tabIndex)("_tooltipAlign", ctx_r0._tooltipAlign)("_type", ctx_r0._type)("_value", ctx_r0._value)("_variant", ctx_r0._variant);
|
|
1245
|
+
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_ariaControls", ctx_r0._ariaControls)("_ariaDescription", ctx_r0._ariaDescription)("_ariaSelected", ctx_r0._ariaSelected)("_customClass", ctx_r0._customClass)("_disabled", ctx_r0._disabled)("_hideLabel", ctx_r0._hideLabel)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_inline", ctx_r0._inline)("_label", ctx_r0._label)("_name", ctx_r0._name)("_on", ctx_r0._on)("_popoverAlign", ctx_r0._popoverAlign)("_role", ctx_r0._role)("_shortKey", ctx_r0._shortKey)("_tabIndex", ctx_r0._tabIndex)("_tooltipAlign", ctx_r0._tooltipAlign)("_type", ctx_r0._type)("_value", ctx_r0._value)("_variant", ctx_r0._variant);
|
|
1246
1246
|
i0.ɵɵadvance(2);
|
|
1247
1247
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1248
1248
|
} }
|
|
1249
1249
|
function KolPopoverButton_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1250
1250
|
i0.ɵɵelementContainerStart(0);
|
|
1251
|
-
i0.ɵɵtemplate(1, KolPopoverButton_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
1251
|
+
i0.ɵɵtemplate(1, KolPopoverButton_ng_container_0_stencil_ng_proxy_1_Template, 3, 22, "stencil-ng-proxy", 4);
|
|
1252
1252
|
i0.ɵɵelementContainerEnd();
|
|
1253
1253
|
} if (rf & 2) {
|
|
1254
1254
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -1278,13 +1278,13 @@ function KolPopoverButtonWc_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx)
|
|
|
1278
1278
|
} if (rf & 2) {
|
|
1279
1279
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1280
1280
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1281
|
-
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_ariaControls", ctx_r0._ariaControls)("_ariaDescription", ctx_r0._ariaDescription)("_ariaSelected", ctx_r0._ariaSelected)("_customClass", ctx_r0._customClass)("_disabled", ctx_r0._disabled)("_hideLabel", ctx_r0._hideLabel)("_icons", ctx_r0._icons)("_label", ctx_r0._label)("_name", ctx_r0._name)("_on", ctx_r0._on)("_popoverAlign", ctx_r0._popoverAlign)("_role", ctx_r0._role)("_shortKey", ctx_r0._shortKey)("_tabIndex", ctx_r0._tabIndex)("_tooltipAlign", ctx_r0._tooltipAlign)("_type", ctx_r0._type)("_value", ctx_r0._value)("_variant", ctx_r0._variant);
|
|
1281
|
+
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_ariaControls", ctx_r0._ariaControls)("_ariaDescription", ctx_r0._ariaDescription)("_ariaSelected", ctx_r0._ariaSelected)("_customClass", ctx_r0._customClass)("_disabled", ctx_r0._disabled)("_hideLabel", ctx_r0._hideLabel)("_icons", ctx_r0._icons)("_inline", ctx_r0._inline)("_label", ctx_r0._label)("_name", ctx_r0._name)("_on", ctx_r0._on)("_popoverAlign", ctx_r0._popoverAlign)("_role", ctx_r0._role)("_shortKey", ctx_r0._shortKey)("_tabIndex", ctx_r0._tabIndex)("_tooltipAlign", ctx_r0._tooltipAlign)("_type", ctx_r0._type)("_value", ctx_r0._value)("_variant", ctx_r0._variant);
|
|
1282
1282
|
i0.ɵɵadvance(2);
|
|
1283
1283
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1284
1284
|
} }
|
|
1285
1285
|
function KolPopoverButtonWc_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1286
1286
|
i0.ɵɵelementContainerStart(0);
|
|
1287
|
-
i0.ɵɵtemplate(1, KolPopoverButtonWc_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
1287
|
+
i0.ɵɵtemplate(1, KolPopoverButtonWc_ng_container_0_stencil_ng_proxy_1_Template, 3, 21, "stencil-ng-proxy", 4);
|
|
1288
1288
|
i0.ɵɵelementContainerEnd();
|
|
1289
1289
|
} if (rf & 2) {
|
|
1290
1290
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -2366,7 +2366,7 @@ let KolButton = class KolButton extends StencilProxyComponent {
|
|
|
2366
2366
|
super();
|
|
2367
2367
|
this.changeDetectorRef = changeDetectorRef;
|
|
2368
2368
|
this.z = z;
|
|
2369
|
-
this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'];
|
|
2369
|
+
this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'];
|
|
2370
2370
|
changeDetectorRef.detach();
|
|
2371
2371
|
const originalTagName = 'kol-button';
|
|
2372
2372
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -2386,9 +2386,9 @@ KolButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolButton, select
|
|
|
2386
2386
|
} if (rf & 2) {
|
|
2387
2387
|
let _t;
|
|
2388
2388
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
2389
|
-
} }, inputs: { _accessKey: "_accessKey", _ariaControls: "_ariaControls", _ariaDescription: "_ariaDescription", _ariaExpanded: "_ariaExpanded", _ariaSelected: "_ariaSelected", _customClass: "_customClass", _disabled: "_disabled", _hideLabel: "_hideLabel", _icons: "_icons", _id: "_id", _label: "_label", _name: "_name", _on: "_on", _role: "_role", _shortKey: "_shortKey", _tooltipAlign: "_tooltipAlign", _type: "_type", _value: "_value", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
2389
|
+
} }, inputs: { _accessKey: "_accessKey", _ariaControls: "_ariaControls", _ariaDescription: "_ariaDescription", _ariaExpanded: "_ariaExpanded", _ariaSelected: "_ariaSelected", _customClass: "_customClass", _disabled: "_disabled", _hideLabel: "_hideLabel", _icons: "_icons", _id: "_id", _inline: "_inline", _label: "_label", _name: "_name", _on: "_on", _role: "_role", _shortKey: "_shortKey", _tooltipAlign: "_tooltipAlign", _type: "_type", _value: "_value", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
2390
2390
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolButton) }
|
|
2391
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaExpanded", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_id", "_label", "_name", "_on", "_role", "_shortKey", "_tooltipAlign", "_type", "_value", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaExpanded", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_id", "_label", "_name", "_on", "_role", "_shortKey", "_tooltipAlign", "_type", "_value", "_variant"], [4, "ngTemplateOutlet"]], template: function KolButton_Template(rf, ctx) { if (rf & 1) {
|
|
2391
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaExpanded", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_id", "_inline", "_label", "_name", "_on", "_role", "_shortKey", "_tooltipAlign", "_type", "_value", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaExpanded", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_id", "_inline", "_label", "_name", "_on", "_role", "_shortKey", "_tooltipAlign", "_type", "_value", "_variant"], [4, "ngTemplateOutlet"]], template: function KolButton_Template(rf, ctx) { if (rf & 1) {
|
|
2392
2392
|
i0.ɵɵprojectionDef();
|
|
2393
2393
|
i0.ɵɵtemplate(0, KolButton_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolButton_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolButton_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
2394
2394
|
} if (rf & 2) {
|
|
@@ -2397,7 +2397,7 @@ KolButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolButton, select
|
|
|
2397
2397
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
2398
2398
|
KolButton = __decorate([
|
|
2399
2399
|
ProxyCmp({
|
|
2400
|
-
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
2400
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
2401
2401
|
methods: ['getValue', 'kolFocus']
|
|
2402
2402
|
})
|
|
2403
2403
|
], KolButton);
|
|
@@ -2410,7 +2410,7 @@ export { KolButton };
|
|
|
2410
2410
|
template: `
|
|
2411
2411
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
2412
2412
|
<stencil-ng-proxy
|
|
2413
|
-
[_accessKey]="_accessKey" [_ariaControls]="_ariaControls" [_ariaDescription]="_ariaDescription" [_ariaExpanded]="_ariaExpanded" [_ariaSelected]="_ariaSelected" [_customClass]="_customClass" [_disabled]="_disabled" [_hideLabel]="_hideLabel" [_icons]="_icons" [_id]="_id" [_label]="_label" [_name]="_name" [_on]="_on" [_role]="_role" [_shortKey]="_shortKey" [_tooltipAlign]="_tooltipAlign" [_type]="_type" [_value]="_value" [_variant]="_variant"
|
|
2413
|
+
[_accessKey]="_accessKey" [_ariaControls]="_ariaControls" [_ariaDescription]="_ariaDescription" [_ariaExpanded]="_ariaExpanded" [_ariaSelected]="_ariaSelected" [_customClass]="_customClass" [_disabled]="_disabled" [_hideLabel]="_hideLabel" [_icons]="_icons" [_id]="_id" [_inline]="_inline" [_label]="_label" [_name]="_name" [_on]="_on" [_role]="_role" [_shortKey]="_shortKey" [_tooltipAlign]="_tooltipAlign" [_type]="_type" [_value]="_value" [_variant]="_variant"
|
|
2414
2414
|
*replaceTag="tagName"
|
|
2415
2415
|
#replaceTagHost
|
|
2416
2416
|
>
|
|
@@ -2426,7 +2426,7 @@ export { KolButton };
|
|
|
2426
2426
|
<ng-content></ng-content>
|
|
2427
2427
|
</ng-template>`,
|
|
2428
2428
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2429
|
-
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
2429
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
2430
2430
|
providers: [
|
|
2431
2431
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolButton) }
|
|
2432
2432
|
],
|
|
@@ -2441,7 +2441,7 @@ let KolButtonLink = class KolButtonLink extends StencilProxyComponent {
|
|
|
2441
2441
|
super();
|
|
2442
2442
|
this.changeDetectorRef = changeDetectorRef;
|
|
2443
2443
|
this.z = z;
|
|
2444
|
-
this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'];
|
|
2444
|
+
this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'];
|
|
2445
2445
|
changeDetectorRef.detach();
|
|
2446
2446
|
const originalTagName = 'kol-button-link';
|
|
2447
2447
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -2461,9 +2461,9 @@ KolButtonLink.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolButtonLink
|
|
|
2461
2461
|
} if (rf & 2) {
|
|
2462
2462
|
let _t;
|
|
2463
2463
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
2464
|
-
} }, inputs: { _accessKey: "_accessKey", _ariaControls: "_ariaControls", _ariaDescription: "_ariaDescription", _ariaExpanded: "_ariaExpanded", _ariaSelected: "_ariaSelected", _disabled: "_disabled", _hideLabel: "_hideLabel", _icons: "_icons", _id: "_id", _label: "_label", _name: "_name", _on: "_on", _role: "_role", _shortKey: "_shortKey", _tooltipAlign: "_tooltipAlign", _type: "_type", _value: "_value", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
2464
|
+
} }, inputs: { _accessKey: "_accessKey", _ariaControls: "_ariaControls", _ariaDescription: "_ariaDescription", _ariaExpanded: "_ariaExpanded", _ariaSelected: "_ariaSelected", _disabled: "_disabled", _hideLabel: "_hideLabel", _icons: "_icons", _id: "_id", _inline: "_inline", _label: "_label", _name: "_name", _on: "_on", _role: "_role", _shortKey: "_shortKey", _tooltipAlign: "_tooltipAlign", _type: "_type", _value: "_value", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
2465
2465
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolButtonLink) }
|
|
2466
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaExpanded", "_ariaSelected", "_disabled", "_hideLabel", "_icons", "_id", "_label", "_name", "_on", "_role", "_shortKey", "_tooltipAlign", "_type", "_value", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaExpanded", "_ariaSelected", "_disabled", "_hideLabel", "_icons", "_id", "_label", "_name", "_on", "_role", "_shortKey", "_tooltipAlign", "_type", "_value", "_variant"], [4, "ngTemplateOutlet"]], template: function KolButtonLink_Template(rf, ctx) { if (rf & 1) {
|
|
2466
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaExpanded", "_ariaSelected", "_disabled", "_hideLabel", "_icons", "_id", "_inline", "_label", "_name", "_on", "_role", "_shortKey", "_tooltipAlign", "_type", "_value", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaExpanded", "_ariaSelected", "_disabled", "_hideLabel", "_icons", "_id", "_inline", "_label", "_name", "_on", "_role", "_shortKey", "_tooltipAlign", "_type", "_value", "_variant"], [4, "ngTemplateOutlet"]], template: function KolButtonLink_Template(rf, ctx) { if (rf & 1) {
|
|
2467
2467
|
i0.ɵɵprojectionDef();
|
|
2468
2468
|
i0.ɵɵtemplate(0, KolButtonLink_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolButtonLink_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolButtonLink_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
2469
2469
|
} if (rf & 2) {
|
|
@@ -2472,7 +2472,7 @@ KolButtonLink.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolButtonLink
|
|
|
2472
2472
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
2473
2473
|
KolButtonLink = __decorate([
|
|
2474
2474
|
ProxyCmp({
|
|
2475
|
-
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
2475
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
2476
2476
|
methods: ['getValue', 'kolFocus']
|
|
2477
2477
|
})
|
|
2478
2478
|
], KolButtonLink);
|
|
@@ -2485,7 +2485,7 @@ export { KolButtonLink };
|
|
|
2485
2485
|
template: `
|
|
2486
2486
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
2487
2487
|
<stencil-ng-proxy
|
|
2488
|
-
[_accessKey]="_accessKey" [_ariaControls]="_ariaControls" [_ariaDescription]="_ariaDescription" [_ariaExpanded]="_ariaExpanded" [_ariaSelected]="_ariaSelected" [_disabled]="_disabled" [_hideLabel]="_hideLabel" [_icons]="_icons" [_id]="_id" [_label]="_label" [_name]="_name" [_on]="_on" [_role]="_role" [_shortKey]="_shortKey" [_tooltipAlign]="_tooltipAlign" [_type]="_type" [_value]="_value" [_variant]="_variant"
|
|
2488
|
+
[_accessKey]="_accessKey" [_ariaControls]="_ariaControls" [_ariaDescription]="_ariaDescription" [_ariaExpanded]="_ariaExpanded" [_ariaSelected]="_ariaSelected" [_disabled]="_disabled" [_hideLabel]="_hideLabel" [_icons]="_icons" [_id]="_id" [_inline]="_inline" [_label]="_label" [_name]="_name" [_on]="_on" [_role]="_role" [_shortKey]="_shortKey" [_tooltipAlign]="_tooltipAlign" [_type]="_type" [_value]="_value" [_variant]="_variant"
|
|
2489
2489
|
*replaceTag="tagName"
|
|
2490
2490
|
#replaceTagHost
|
|
2491
2491
|
>
|
|
@@ -2501,7 +2501,7 @@ export { KolButtonLink };
|
|
|
2501
2501
|
<ng-content></ng-content>
|
|
2502
2502
|
</ng-template>`,
|
|
2503
2503
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2504
|
-
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
2504
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
2505
2505
|
providers: [
|
|
2506
2506
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolButtonLink) }
|
|
2507
2507
|
],
|
|
@@ -2510,7 +2510,7 @@ export { KolButtonLink };
|
|
|
2510
2510
|
type: ViewChild,
|
|
2511
2511
|
args: [ReplaceTagDirective]
|
|
2512
2512
|
}] }); })();
|
|
2513
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolButtonLink, { className: "KolButtonLink", filePath: "components.ts", lineNumber:
|
|
2513
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolButtonLink, { className: "KolButtonLink", filePath: "components.ts", lineNumber: 490 }); })();
|
|
2514
2514
|
let KolCard = class KolCard extends StencilProxyComponent {
|
|
2515
2515
|
constructor(changeDetectorRef, r, z) {
|
|
2516
2516
|
super();
|
|
@@ -2584,7 +2584,7 @@ export { KolCard };
|
|
|
2584
2584
|
type: ViewChild,
|
|
2585
2585
|
args: [ReplaceTagDirective]
|
|
2586
2586
|
}] }); })();
|
|
2587
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCard, { className: "KolCard", filePath: "components.ts", lineNumber:
|
|
2587
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCard, { className: "KolCard", filePath: "components.ts", lineNumber: 566 }); })();
|
|
2588
2588
|
let KolCardWc = class KolCardWc extends StencilProxyComponent {
|
|
2589
2589
|
constructor(changeDetectorRef, r, z) {
|
|
2590
2590
|
super();
|
|
@@ -2658,7 +2658,7 @@ export { KolCardWc };
|
|
|
2658
2658
|
type: ViewChild,
|
|
2659
2659
|
args: [ReplaceTagDirective]
|
|
2660
2660
|
}] }); })();
|
|
2661
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCardWc, { className: "KolCardWc", filePath: "components.ts", lineNumber:
|
|
2661
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCardWc, { className: "KolCardWc", filePath: "components.ts", lineNumber: 627 }); })();
|
|
2662
2662
|
let KolCombobox = class KolCombobox extends StencilProxyComponent {
|
|
2663
2663
|
constructor(changeDetectorRef, r, z) {
|
|
2664
2664
|
super();
|
|
@@ -2733,7 +2733,7 @@ export { KolCombobox };
|
|
|
2733
2733
|
type: ViewChild,
|
|
2734
2734
|
args: [ReplaceTagDirective]
|
|
2735
2735
|
}] }); })();
|
|
2736
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCombobox, { className: "KolCombobox", filePath: "components.ts", lineNumber:
|
|
2736
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCombobox, { className: "KolCombobox", filePath: "components.ts", lineNumber: 689 }); })();
|
|
2737
2737
|
let KolDetails = class KolDetails extends StencilProxyComponent {
|
|
2738
2738
|
constructor(changeDetectorRef, r, z) {
|
|
2739
2739
|
super();
|
|
@@ -2808,7 +2808,7 @@ export { KolDetails };
|
|
|
2808
2808
|
type: ViewChild,
|
|
2809
2809
|
args: [ReplaceTagDirective]
|
|
2810
2810
|
}] }); })();
|
|
2811
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDetails, { className: "KolDetails", filePath: "components.ts", lineNumber:
|
|
2811
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDetails, { className: "KolDetails", filePath: "components.ts", lineNumber: 766 }); })();
|
|
2812
2812
|
let KolDrawer = class KolDrawer extends StencilProxyComponent {
|
|
2813
2813
|
constructor(changeDetectorRef, r, z) {
|
|
2814
2814
|
super();
|
|
@@ -2883,7 +2883,7 @@ export { KolDrawer };
|
|
|
2883
2883
|
type: ViewChild,
|
|
2884
2884
|
args: [ReplaceTagDirective]
|
|
2885
2885
|
}] }); })();
|
|
2886
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber:
|
|
2886
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber: 829 }); })();
|
|
2887
2887
|
let KolForm = class KolForm extends StencilProxyComponent {
|
|
2888
2888
|
constructor(changeDetectorRef, r, z) {
|
|
2889
2889
|
super();
|
|
@@ -2958,7 +2958,7 @@ export { KolForm };
|
|
|
2958
2958
|
type: ViewChild,
|
|
2959
2959
|
args: [ReplaceTagDirective]
|
|
2960
2960
|
}] }); })();
|
|
2961
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber:
|
|
2961
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber: 892 }); })();
|
|
2962
2962
|
let KolHeading = class KolHeading extends StencilProxyComponent {
|
|
2963
2963
|
constructor(changeDetectorRef, r, z) {
|
|
2964
2964
|
super();
|
|
@@ -3032,7 +3032,7 @@ export { KolHeading };
|
|
|
3032
3032
|
type: ViewChild,
|
|
3033
3033
|
args: [ReplaceTagDirective]
|
|
3034
3034
|
}] }); })();
|
|
3035
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber:
|
|
3035
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber: 952 }); })();
|
|
3036
3036
|
let KolIcon = class KolIcon extends StencilProxyComponent {
|
|
3037
3037
|
constructor(changeDetectorRef, r, z) {
|
|
3038
3038
|
super();
|
|
@@ -3106,7 +3106,7 @@ export { KolIcon };
|
|
|
3106
3106
|
type: ViewChild,
|
|
3107
3107
|
args: [ReplaceTagDirective]
|
|
3108
3108
|
}] }); })();
|
|
3109
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber:
|
|
3109
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber: 1012 }); })();
|
|
3110
3110
|
let KolImage = class KolImage extends StencilProxyComponent {
|
|
3111
3111
|
constructor(changeDetectorRef, r, z) {
|
|
3112
3112
|
super();
|
|
@@ -3180,7 +3180,7 @@ export { KolImage };
|
|
|
3180
3180
|
type: ViewChild,
|
|
3181
3181
|
args: [ReplaceTagDirective]
|
|
3182
3182
|
}] }); })();
|
|
3183
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber:
|
|
3183
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber: 1071 }); })();
|
|
3184
3184
|
let KolInputCheckbox = class KolInputCheckbox extends StencilProxyComponent {
|
|
3185
3185
|
constructor(changeDetectorRef, r, z) {
|
|
3186
3186
|
super();
|
|
@@ -3255,7 +3255,7 @@ export { KolInputCheckbox };
|
|
|
3255
3255
|
type: ViewChild,
|
|
3256
3256
|
args: [ReplaceTagDirective]
|
|
3257
3257
|
}] }); })();
|
|
3258
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber:
|
|
3258
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber: 1134 }); })();
|
|
3259
3259
|
let KolInputColor = class KolInputColor extends StencilProxyComponent {
|
|
3260
3260
|
constructor(changeDetectorRef, r, z) {
|
|
3261
3261
|
super();
|
|
@@ -3330,7 +3330,7 @@ export { KolInputColor };
|
|
|
3330
3330
|
type: ViewChild,
|
|
3331
3331
|
args: [ReplaceTagDirective]
|
|
3332
3332
|
}] }); })();
|
|
3333
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber:
|
|
3333
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber: 1212 }); })();
|
|
3334
3334
|
let KolInputDate = class KolInputDate extends StencilProxyComponent {
|
|
3335
3335
|
constructor(changeDetectorRef, r, z) {
|
|
3336
3336
|
super();
|
|
@@ -3405,7 +3405,7 @@ export { KolInputDate };
|
|
|
3405
3405
|
type: ViewChild,
|
|
3406
3406
|
args: [ReplaceTagDirective]
|
|
3407
3407
|
}] }); })();
|
|
3408
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber:
|
|
3408
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber: 1288 }); })();
|
|
3409
3409
|
let KolInputEmail = class KolInputEmail extends StencilProxyComponent {
|
|
3410
3410
|
constructor(changeDetectorRef, r, z) {
|
|
3411
3411
|
super();
|
|
@@ -3480,7 +3480,7 @@ export { KolInputEmail };
|
|
|
3480
3480
|
type: ViewChild,
|
|
3481
3481
|
args: [ReplaceTagDirective]
|
|
3482
3482
|
}] }); })();
|
|
3483
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber:
|
|
3483
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber: 1370 }); })();
|
|
3484
3484
|
let KolInputFile = class KolInputFile extends StencilProxyComponent {
|
|
3485
3485
|
constructor(changeDetectorRef, r, z) {
|
|
3486
3486
|
super();
|
|
@@ -3555,7 +3555,7 @@ export { KolInputFile };
|
|
|
3555
3555
|
type: ViewChild,
|
|
3556
3556
|
args: [ReplaceTagDirective]
|
|
3557
3557
|
}] }); })();
|
|
3558
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber:
|
|
3558
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber: 1454 }); })();
|
|
3559
3559
|
let KolInputNumber = class KolInputNumber extends StencilProxyComponent {
|
|
3560
3560
|
constructor(changeDetectorRef, r, z) {
|
|
3561
3561
|
super();
|
|
@@ -3630,7 +3630,7 @@ export { KolInputNumber };
|
|
|
3630
3630
|
type: ViewChild,
|
|
3631
3631
|
args: [ReplaceTagDirective]
|
|
3632
3632
|
}] }); })();
|
|
3633
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber:
|
|
3633
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber: 1530 }); })();
|
|
3634
3634
|
let KolInputPassword = class KolInputPassword extends StencilProxyComponent {
|
|
3635
3635
|
constructor(changeDetectorRef, r, z) {
|
|
3636
3636
|
super();
|
|
@@ -3705,7 +3705,7 @@ export { KolInputPassword };
|
|
|
3705
3705
|
type: ViewChild,
|
|
3706
3706
|
args: [ReplaceTagDirective]
|
|
3707
3707
|
}] }); })();
|
|
3708
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber:
|
|
3708
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber: 1612 }); })();
|
|
3709
3709
|
let KolInputRadio = class KolInputRadio extends StencilProxyComponent {
|
|
3710
3710
|
constructor(changeDetectorRef, r, z) {
|
|
3711
3711
|
super();
|
|
@@ -3780,7 +3780,7 @@ export { KolInputRadio };
|
|
|
3780
3780
|
type: ViewChild,
|
|
3781
3781
|
args: [ReplaceTagDirective]
|
|
3782
3782
|
}] }); })();
|
|
3783
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber:
|
|
3783
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber: 1695 }); })();
|
|
3784
3784
|
let KolInputRange = class KolInputRange extends StencilProxyComponent {
|
|
3785
3785
|
constructor(changeDetectorRef, r, z) {
|
|
3786
3786
|
super();
|
|
@@ -3855,7 +3855,7 @@ export { KolInputRange };
|
|
|
3855
3855
|
type: ViewChild,
|
|
3856
3856
|
args: [ReplaceTagDirective]
|
|
3857
3857
|
}] }); })();
|
|
3858
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber:
|
|
3858
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber: 1768 }); })();
|
|
3859
3859
|
let KolInputText = class KolInputText extends StencilProxyComponent {
|
|
3860
3860
|
constructor(changeDetectorRef, r, z) {
|
|
3861
3861
|
super();
|
|
@@ -3930,7 +3930,7 @@ export { KolInputText };
|
|
|
3930
3930
|
type: ViewChild,
|
|
3931
3931
|
args: [ReplaceTagDirective]
|
|
3932
3932
|
}] }); })();
|
|
3933
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber:
|
|
3933
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber: 1846 }); })();
|
|
3934
3934
|
let KolKolibri = class KolKolibri extends StencilProxyComponent {
|
|
3935
3935
|
constructor(changeDetectorRef, r, z) {
|
|
3936
3936
|
super();
|
|
@@ -4004,13 +4004,13 @@ export { KolKolibri };
|
|
|
4004
4004
|
type: ViewChild,
|
|
4005
4005
|
args: [ReplaceTagDirective]
|
|
4006
4006
|
}] }); })();
|
|
4007
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber:
|
|
4007
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber: 1930 }); })();
|
|
4008
4008
|
let KolLink = class KolLink extends StencilProxyComponent {
|
|
4009
4009
|
constructor(changeDetectorRef, r, z) {
|
|
4010
4010
|
super();
|
|
4011
4011
|
this.changeDetectorRef = changeDetectorRef;
|
|
4012
4012
|
this.z = z;
|
|
4013
|
-
this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_ariaExpanded', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'];
|
|
4013
|
+
this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_ariaExpanded', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_inline', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'];
|
|
4014
4014
|
changeDetectorRef.detach();
|
|
4015
4015
|
const originalTagName = 'kol-link';
|
|
4016
4016
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -4030,9 +4030,9 @@ KolLink.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolLink, selectors:
|
|
|
4030
4030
|
} if (rf & 2) {
|
|
4031
4031
|
let _t;
|
|
4032
4032
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
4033
|
-
} }, 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
|
+
} }, inputs: { _accessKey: "_accessKey", _ariaControls: "_ariaControls", _ariaCurrentValue: "_ariaCurrentValue", _ariaDescription: "_ariaDescription", _ariaExpanded: "_ariaExpanded", _disabled: "_disabled", _download: "_download", _hideLabel: "_hideLabel", _href: "_href", _icons: "_icons", _inline: "_inline", _label: "_label", _on: "_on", _role: "_role", _shortKey: "_shortKey", _target: "_target", _tooltipAlign: "_tooltipAlign", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
4034
4034
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolLink) }
|
|
4035
|
-
]), 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
|
+
]), 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", "_inline", "_label", "_on", "_role", "_shortKey", "_target", "_tooltipAlign", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaControls", "_ariaCurrentValue", "_ariaDescription", "_ariaExpanded", "_disabled", "_download", "_hideLabel", "_href", "_icons", "_inline", "_label", "_on", "_role", "_shortKey", "_target", "_tooltipAlign", "_variant"], [4, "ngTemplateOutlet"]], template: function KolLink_Template(rf, ctx) { if (rf & 1) {
|
|
4036
4036
|
i0.ɵɵprojectionDef();
|
|
4037
4037
|
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);
|
|
4038
4038
|
} if (rf & 2) {
|
|
@@ -4041,7 +4041,7 @@ KolLink.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolLink, selectors:
|
|
|
4041
4041
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
4042
4042
|
KolLink = __decorate([
|
|
4043
4043
|
ProxyCmp({
|
|
4044
|
-
inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_ariaExpanded', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'],
|
|
4044
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_ariaExpanded', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_inline', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'],
|
|
4045
4045
|
methods: ['kolFocus']
|
|
4046
4046
|
})
|
|
4047
4047
|
], KolLink);
|
|
@@ -4054,7 +4054,7 @@ export { KolLink };
|
|
|
4054
4054
|
template: `
|
|
4055
4055
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
4056
4056
|
<stencil-ng-proxy
|
|
4057
|
-
[_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
|
+
[_accessKey]="_accessKey" [_ariaControls]="_ariaControls" [_ariaCurrentValue]="_ariaCurrentValue" [_ariaDescription]="_ariaDescription" [_ariaExpanded]="_ariaExpanded" [_disabled]="_disabled" [_download]="_download" [_hideLabel]="_hideLabel" [_href]="_href" [_icons]="_icons" [_inline]="_inline" [_label]="_label" [_on]="_on" [_role]="_role" [_shortKey]="_shortKey" [_target]="_target" [_tooltipAlign]="_tooltipAlign" [_variant]="_variant"
|
|
4058
4058
|
*replaceTag="tagName"
|
|
4059
4059
|
#replaceTagHost
|
|
4060
4060
|
>
|
|
@@ -4070,7 +4070,7 @@ export { KolLink };
|
|
|
4070
4070
|
<ng-content></ng-content>
|
|
4071
4071
|
</ng-template>`,
|
|
4072
4072
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4073
|
-
inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_ariaExpanded', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'],
|
|
4073
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_ariaExpanded', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_inline', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'],
|
|
4074
4074
|
providers: [
|
|
4075
4075
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolLink) }
|
|
4076
4076
|
],
|
|
@@ -4079,7 +4079,7 @@ export { KolLink };
|
|
|
4079
4079
|
type: ViewChild,
|
|
4080
4080
|
args: [ReplaceTagDirective]
|
|
4081
4081
|
}] }); })();
|
|
4082
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber:
|
|
4082
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber: 1990 }); })();
|
|
4083
4083
|
let KolLinkButton = class KolLinkButton extends StencilProxyComponent {
|
|
4084
4084
|
constructor(changeDetectorRef, r, z) {
|
|
4085
4085
|
super();
|
|
@@ -4154,7 +4154,7 @@ export { KolLinkButton };
|
|
|
4154
4154
|
type: ViewChild,
|
|
4155
4155
|
args: [ReplaceTagDirective]
|
|
4156
4156
|
}] }); })();
|
|
4157
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber:
|
|
4157
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 2066 }); })();
|
|
4158
4158
|
let KolModal = class KolModal extends StencilProxyComponent {
|
|
4159
4159
|
constructor(changeDetectorRef, r, z) {
|
|
4160
4160
|
super();
|
|
@@ -4229,7 +4229,7 @@ export { KolModal };
|
|
|
4229
4229
|
type: ViewChild,
|
|
4230
4230
|
args: [ReplaceTagDirective]
|
|
4231
4231
|
}] }); })();
|
|
4232
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber:
|
|
4232
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2141 }); })();
|
|
4233
4233
|
let KolNav = class KolNav extends StencilProxyComponent {
|
|
4234
4234
|
constructor(changeDetectorRef, r, z) {
|
|
4235
4235
|
super();
|
|
@@ -4303,7 +4303,7 @@ export { KolNav };
|
|
|
4303
4303
|
type: ViewChild,
|
|
4304
4304
|
args: [ReplaceTagDirective]
|
|
4305
4305
|
}] }); })();
|
|
4306
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber:
|
|
4306
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2202 }); })();
|
|
4307
4307
|
let KolPagination = class KolPagination extends StencilProxyComponent {
|
|
4308
4308
|
constructor(changeDetectorRef, r, z) {
|
|
4309
4309
|
super();
|
|
@@ -4377,7 +4377,7 @@ export { KolPagination };
|
|
|
4377
4377
|
type: ViewChild,
|
|
4378
4378
|
args: [ReplaceTagDirective]
|
|
4379
4379
|
}] }); })();
|
|
4380
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber:
|
|
4380
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2266 }); })();
|
|
4381
4381
|
let KolPaginationWc = class KolPaginationWc extends StencilProxyComponent {
|
|
4382
4382
|
constructor(changeDetectorRef, r, z) {
|
|
4383
4383
|
super();
|
|
@@ -4451,13 +4451,13 @@ export { KolPaginationWc };
|
|
|
4451
4451
|
type: ViewChild,
|
|
4452
4452
|
args: [ReplaceTagDirective]
|
|
4453
4453
|
}] }); })();
|
|
4454
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber:
|
|
4454
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber: 2334 }); })();
|
|
4455
4455
|
let KolPopoverButton = class KolPopoverButton extends StencilProxyComponent {
|
|
4456
4456
|
constructor(changeDetectorRef, r, z) {
|
|
4457
4457
|
super();
|
|
4458
4458
|
this.changeDetectorRef = changeDetectorRef;
|
|
4459
4459
|
this.z = z;
|
|
4460
|
-
this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_popoverAlign', '_role', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'];
|
|
4460
|
+
this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_on', '_popoverAlign', '_role', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'];
|
|
4461
4461
|
changeDetectorRef.detach();
|
|
4462
4462
|
const originalTagName = 'kol-popover-button';
|
|
4463
4463
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -4477,9 +4477,9 @@ KolPopoverButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolPopover
|
|
|
4477
4477
|
} if (rf & 2) {
|
|
4478
4478
|
let _t;
|
|
4479
4479
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
4480
|
-
} }, inputs: { _accessKey: "_accessKey", _ariaControls: "_ariaControls", _ariaDescription: "_ariaDescription", _ariaSelected: "_ariaSelected", _customClass: "_customClass", _disabled: "_disabled", _hideLabel: "_hideLabel", _icons: "_icons", _id: "_id", _label: "_label", _name: "_name", _on: "_on", _popoverAlign: "_popoverAlign", _role: "_role", _shortKey: "_shortKey", _tabIndex: "_tabIndex", _tooltipAlign: "_tooltipAlign", _type: "_type", _value: "_value", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
4480
|
+
} }, inputs: { _accessKey: "_accessKey", _ariaControls: "_ariaControls", _ariaDescription: "_ariaDescription", _ariaSelected: "_ariaSelected", _customClass: "_customClass", _disabled: "_disabled", _hideLabel: "_hideLabel", _icons: "_icons", _id: "_id", _inline: "_inline", _label: "_label", _name: "_name", _on: "_on", _popoverAlign: "_popoverAlign", _role: "_role", _shortKey: "_shortKey", _tabIndex: "_tabIndex", _tooltipAlign: "_tooltipAlign", _type: "_type", _value: "_value", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
4481
4481
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolPopoverButton) }
|
|
4482
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_id", "_label", "_name", "_on", "_popoverAlign", "_role", "_shortKey", "_tabIndex", "_tooltipAlign", "_type", "_value", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_id", "_label", "_name", "_on", "_popoverAlign", "_role", "_shortKey", "_tabIndex", "_tooltipAlign", "_type", "_value", "_variant"], [4, "ngTemplateOutlet"]], template: function KolPopoverButton_Template(rf, ctx) { if (rf & 1) {
|
|
4482
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_id", "_inline", "_label", "_name", "_on", "_popoverAlign", "_role", "_shortKey", "_tabIndex", "_tooltipAlign", "_type", "_value", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_id", "_inline", "_label", "_name", "_on", "_popoverAlign", "_role", "_shortKey", "_tabIndex", "_tooltipAlign", "_type", "_value", "_variant"], [4, "ngTemplateOutlet"]], template: function KolPopoverButton_Template(rf, ctx) { if (rf & 1) {
|
|
4483
4483
|
i0.ɵɵprojectionDef();
|
|
4484
4484
|
i0.ɵɵtemplate(0, KolPopoverButton_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolPopoverButton_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolPopoverButton_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
4485
4485
|
} if (rf & 2) {
|
|
@@ -4488,7 +4488,7 @@ KolPopoverButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolPopover
|
|
|
4488
4488
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
4489
4489
|
KolPopoverButton = __decorate([
|
|
4490
4490
|
ProxyCmp({
|
|
4491
|
-
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_popoverAlign', '_role', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
4491
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_on', '_popoverAlign', '_role', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
4492
4492
|
methods: ['hidePopover', 'showPopover', 'kolFocus']
|
|
4493
4493
|
})
|
|
4494
4494
|
], KolPopoverButton);
|
|
@@ -4501,7 +4501,7 @@ export { KolPopoverButton };
|
|
|
4501
4501
|
template: `
|
|
4502
4502
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
4503
4503
|
<stencil-ng-proxy
|
|
4504
|
-
[_accessKey]="_accessKey" [_ariaControls]="_ariaControls" [_ariaDescription]="_ariaDescription" [_ariaSelected]="_ariaSelected" [_customClass]="_customClass" [_disabled]="_disabled" [_hideLabel]="_hideLabel" [_icons]="_icons" [_id]="_id" [_label]="_label" [_name]="_name" [_on]="_on" [_popoverAlign]="_popoverAlign" [_role]="_role" [_shortKey]="_shortKey" [_tabIndex]="_tabIndex" [_tooltipAlign]="_tooltipAlign" [_type]="_type" [_value]="_value" [_variant]="_variant"
|
|
4504
|
+
[_accessKey]="_accessKey" [_ariaControls]="_ariaControls" [_ariaDescription]="_ariaDescription" [_ariaSelected]="_ariaSelected" [_customClass]="_customClass" [_disabled]="_disabled" [_hideLabel]="_hideLabel" [_icons]="_icons" [_id]="_id" [_inline]="_inline" [_label]="_label" [_name]="_name" [_on]="_on" [_popoverAlign]="_popoverAlign" [_role]="_role" [_shortKey]="_shortKey" [_tabIndex]="_tabIndex" [_tooltipAlign]="_tooltipAlign" [_type]="_type" [_value]="_value" [_variant]="_variant"
|
|
4505
4505
|
*replaceTag="tagName"
|
|
4506
4506
|
#replaceTagHost
|
|
4507
4507
|
>
|
|
@@ -4517,7 +4517,7 @@ export { KolPopoverButton };
|
|
|
4517
4517
|
<ng-content></ng-content>
|
|
4518
4518
|
</ng-template>`,
|
|
4519
4519
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4520
|
-
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_popoverAlign', '_role', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
4520
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_on', '_popoverAlign', '_role', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
4521
4521
|
providers: [
|
|
4522
4522
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolPopoverButton) }
|
|
4523
4523
|
],
|
|
@@ -4526,13 +4526,13 @@ export { KolPopoverButton };
|
|
|
4526
4526
|
type: ViewChild,
|
|
4527
4527
|
args: [ReplaceTagDirective]
|
|
4528
4528
|
}] }); })();
|
|
4529
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber:
|
|
4529
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2403 }); })();
|
|
4530
4530
|
let KolPopoverButtonWc = class KolPopoverButtonWc extends StencilProxyComponent {
|
|
4531
4531
|
constructor(changeDetectorRef, r, z) {
|
|
4532
4532
|
super();
|
|
4533
4533
|
this.changeDetectorRef = changeDetectorRef;
|
|
4534
4534
|
this.z = z;
|
|
4535
|
-
this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_label', '_name', '_on', '_popoverAlign', '_role', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'];
|
|
4535
|
+
this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_inline', '_label', '_name', '_on', '_popoverAlign', '_role', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'];
|
|
4536
4536
|
changeDetectorRef.detach();
|
|
4537
4537
|
const originalTagName = 'kol-popover-button-wc';
|
|
4538
4538
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -4552,9 +4552,9 @@ KolPopoverButtonWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolPopov
|
|
|
4552
4552
|
} if (rf & 2) {
|
|
4553
4553
|
let _t;
|
|
4554
4554
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
4555
|
-
} }, inputs: { _accessKey: "_accessKey", _ariaControls: "_ariaControls", _ariaDescription: "_ariaDescription", _ariaSelected: "_ariaSelected", _customClass: "_customClass", _disabled: "_disabled", _hideLabel: "_hideLabel", _icons: "_icons", _label: "_label", _name: "_name", _on: "_on", _popoverAlign: "_popoverAlign", _role: "_role", _shortKey: "_shortKey", _tabIndex: "_tabIndex", _tooltipAlign: "_tooltipAlign", _type: "_type", _value: "_value", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
4555
|
+
} }, inputs: { _accessKey: "_accessKey", _ariaControls: "_ariaControls", _ariaDescription: "_ariaDescription", _ariaSelected: "_ariaSelected", _customClass: "_customClass", _disabled: "_disabled", _hideLabel: "_hideLabel", _icons: "_icons", _inline: "_inline", _label: "_label", _name: "_name", _on: "_on", _popoverAlign: "_popoverAlign", _role: "_role", _shortKey: "_shortKey", _tabIndex: "_tabIndex", _tooltipAlign: "_tooltipAlign", _type: "_type", _value: "_value", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
4556
4556
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolPopoverButtonWc) }
|
|
4557
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_label", "_name", "_on", "_popoverAlign", "_role", "_shortKey", "_tabIndex", "_tooltipAlign", "_type", "_value", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_label", "_name", "_on", "_popoverAlign", "_role", "_shortKey", "_tabIndex", "_tooltipAlign", "_type", "_value", "_variant"], [4, "ngTemplateOutlet"]], template: function KolPopoverButtonWc_Template(rf, ctx) { if (rf & 1) {
|
|
4557
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_inline", "_label", "_name", "_on", "_popoverAlign", "_role", "_shortKey", "_tabIndex", "_tooltipAlign", "_type", "_value", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_inline", "_label", "_name", "_on", "_popoverAlign", "_role", "_shortKey", "_tabIndex", "_tooltipAlign", "_type", "_value", "_variant"], [4, "ngTemplateOutlet"]], template: function KolPopoverButtonWc_Template(rf, ctx) { if (rf & 1) {
|
|
4558
4558
|
i0.ɵɵprojectionDef();
|
|
4559
4559
|
i0.ɵɵtemplate(0, KolPopoverButtonWc_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolPopoverButtonWc_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolPopoverButtonWc_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
4560
4560
|
} if (rf & 2) {
|
|
@@ -4563,7 +4563,7 @@ KolPopoverButtonWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolPopov
|
|
|
4563
4563
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
4564
4564
|
KolPopoverButtonWc = __decorate([
|
|
4565
4565
|
ProxyCmp({
|
|
4566
|
-
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_label', '_name', '_on', '_popoverAlign', '_role', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
4566
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_inline', '_label', '_name', '_on', '_popoverAlign', '_role', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
4567
4567
|
methods: ['hidePopover', 'showPopover', 'kolFocus']
|
|
4568
4568
|
})
|
|
4569
4569
|
], KolPopoverButtonWc);
|
|
@@ -4576,7 +4576,7 @@ export { KolPopoverButtonWc };
|
|
|
4576
4576
|
template: `
|
|
4577
4577
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
4578
4578
|
<stencil-ng-proxy
|
|
4579
|
-
[_accessKey]="_accessKey" [_ariaControls]="_ariaControls" [_ariaDescription]="_ariaDescription" [_ariaSelected]="_ariaSelected" [_customClass]="_customClass" [_disabled]="_disabled" [_hideLabel]="_hideLabel" [_icons]="_icons" [_label]="_label" [_name]="_name" [_on]="_on" [_popoverAlign]="_popoverAlign" [_role]="_role" [_shortKey]="_shortKey" [_tabIndex]="_tabIndex" [_tooltipAlign]="_tooltipAlign" [_type]="_type" [_value]="_value" [_variant]="_variant"
|
|
4579
|
+
[_accessKey]="_accessKey" [_ariaControls]="_ariaControls" [_ariaDescription]="_ariaDescription" [_ariaSelected]="_ariaSelected" [_customClass]="_customClass" [_disabled]="_disabled" [_hideLabel]="_hideLabel" [_icons]="_icons" [_inline]="_inline" [_label]="_label" [_name]="_name" [_on]="_on" [_popoverAlign]="_popoverAlign" [_role]="_role" [_shortKey]="_shortKey" [_tabIndex]="_tabIndex" [_tooltipAlign]="_tooltipAlign" [_type]="_type" [_value]="_value" [_variant]="_variant"
|
|
4580
4580
|
*replaceTag="tagName"
|
|
4581
4581
|
#replaceTagHost
|
|
4582
4582
|
>
|
|
@@ -4592,7 +4592,7 @@ export { KolPopoverButtonWc };
|
|
|
4592
4592
|
<ng-content></ng-content>
|
|
4593
4593
|
</ng-template>`,
|
|
4594
4594
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4595
|
-
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_label', '_name', '_on', '_popoverAlign', '_role', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
4595
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_inline', '_label', '_name', '_on', '_popoverAlign', '_role', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
4596
4596
|
providers: [
|
|
4597
4597
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolPopoverButtonWc) }
|
|
4598
4598
|
],
|
|
@@ -4601,7 +4601,7 @@ export { KolPopoverButtonWc };
|
|
|
4601
4601
|
type: ViewChild,
|
|
4602
4602
|
args: [ReplaceTagDirective]
|
|
4603
4603
|
}] }); })();
|
|
4604
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber:
|
|
4604
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber: 2482 }); })();
|
|
4605
4605
|
let KolProgress = class KolProgress extends StencilProxyComponent {
|
|
4606
4606
|
constructor(changeDetectorRef, r, z) {
|
|
4607
4607
|
super();
|
|
@@ -4675,7 +4675,7 @@ export { KolProgress };
|
|
|
4675
4675
|
type: ViewChild,
|
|
4676
4676
|
args: [ReplaceTagDirective]
|
|
4677
4677
|
}] }); })();
|
|
4678
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber:
|
|
4678
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2559 }); })();
|
|
4679
4679
|
let KolQuote = class KolQuote extends StencilProxyComponent {
|
|
4680
4680
|
constructor(changeDetectorRef, r, z) {
|
|
4681
4681
|
super();
|
|
@@ -4749,7 +4749,7 @@ export { KolQuote };
|
|
|
4749
4749
|
type: ViewChild,
|
|
4750
4750
|
args: [ReplaceTagDirective]
|
|
4751
4751
|
}] }); })();
|
|
4752
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber:
|
|
4752
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2621 }); })();
|
|
4753
4753
|
let KolSelect = class KolSelect extends StencilProxyComponent {
|
|
4754
4754
|
constructor(changeDetectorRef, r, z) {
|
|
4755
4755
|
super();
|
|
@@ -4824,7 +4824,7 @@ export { KolSelect };
|
|
|
4824
4824
|
type: ViewChild,
|
|
4825
4825
|
args: [ReplaceTagDirective]
|
|
4826
4826
|
}] }); })();
|
|
4827
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber:
|
|
4827
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2683 }); })();
|
|
4828
4828
|
let KolSingleSelect = class KolSingleSelect extends StencilProxyComponent {
|
|
4829
4829
|
constructor(changeDetectorRef, r, z) {
|
|
4830
4830
|
super();
|
|
@@ -4899,7 +4899,7 @@ export { KolSingleSelect };
|
|
|
4899
4899
|
type: ViewChild,
|
|
4900
4900
|
args: [ReplaceTagDirective]
|
|
4901
4901
|
}] }); })();
|
|
4902
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber:
|
|
4902
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2761 }); })();
|
|
4903
4903
|
let KolSkipNav = class KolSkipNav extends StencilProxyComponent {
|
|
4904
4904
|
constructor(changeDetectorRef, r, z) {
|
|
4905
4905
|
super();
|
|
@@ -4974,7 +4974,7 @@ export { KolSkipNav };
|
|
|
4974
4974
|
type: ViewChild,
|
|
4975
4975
|
args: [ReplaceTagDirective]
|
|
4976
4976
|
}] }); })();
|
|
4977
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber:
|
|
4977
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2839 }); })();
|
|
4978
4978
|
let KolSpin = class KolSpin extends StencilProxyComponent {
|
|
4979
4979
|
constructor(changeDetectorRef, r, z) {
|
|
4980
4980
|
super();
|
|
@@ -5048,7 +5048,7 @@ export { KolSpin };
|
|
|
5048
5048
|
type: ViewChild,
|
|
5049
5049
|
args: [ReplaceTagDirective]
|
|
5050
5050
|
}] }); })();
|
|
5051
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber:
|
|
5051
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2898 }); })();
|
|
5052
5052
|
let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
|
|
5053
5053
|
constructor(changeDetectorRef, r, z) {
|
|
5054
5054
|
super();
|
|
@@ -5123,7 +5123,7 @@ export { KolSplitButton };
|
|
|
5123
5123
|
type: ViewChild,
|
|
5124
5124
|
args: [ReplaceTagDirective]
|
|
5125
5125
|
}] }); })();
|
|
5126
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber:
|
|
5126
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2959 }); })();
|
|
5127
5127
|
let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
|
|
5128
5128
|
constructor(changeDetectorRef, r, z) {
|
|
5129
5129
|
super();
|
|
@@ -5198,7 +5198,7 @@ export { KolTableStateful };
|
|
|
5198
5198
|
type: ViewChild,
|
|
5199
5199
|
args: [ReplaceTagDirective]
|
|
5200
5200
|
}] }); })();
|
|
5201
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber:
|
|
5201
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3036 }); })();
|
|
5202
5202
|
let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
|
|
5203
5203
|
constructor(changeDetectorRef, r, z) {
|
|
5204
5204
|
super();
|
|
@@ -5272,7 +5272,7 @@ export { KolTableStateless };
|
|
|
5272
5272
|
type: ViewChild,
|
|
5273
5273
|
args: [ReplaceTagDirective]
|
|
5274
5274
|
}] }); })();
|
|
5275
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber:
|
|
5275
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3105 }); })();
|
|
5276
5276
|
let KolTabs = class KolTabs extends StencilProxyComponent {
|
|
5277
5277
|
constructor(changeDetectorRef, r, z) {
|
|
5278
5278
|
super();
|
|
@@ -5346,7 +5346,7 @@ export { KolTabs };
|
|
|
5346
5346
|
type: ViewChild,
|
|
5347
5347
|
args: [ReplaceTagDirective]
|
|
5348
5348
|
}] }); })();
|
|
5349
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber:
|
|
5349
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3171 }); })();
|
|
5350
5350
|
let KolTextarea = class KolTextarea extends StencilProxyComponent {
|
|
5351
5351
|
constructor(changeDetectorRef, r, z) {
|
|
5352
5352
|
super();
|
|
@@ -5421,7 +5421,7 @@ export { KolTextarea };
|
|
|
5421
5421
|
type: ViewChild,
|
|
5422
5422
|
args: [ReplaceTagDirective]
|
|
5423
5423
|
}] }); })();
|
|
5424
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber:
|
|
5424
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3236 }); })();
|
|
5425
5425
|
let KolToastContainer = class KolToastContainer extends StencilProxyComponent {
|
|
5426
5426
|
constructor(changeDetectorRef, r, z) {
|
|
5427
5427
|
super();
|
|
@@ -5495,7 +5495,7 @@ export { KolToastContainer };
|
|
|
5495
5495
|
type: ViewChild,
|
|
5496
5496
|
args: [ReplaceTagDirective]
|
|
5497
5497
|
}] }); })();
|
|
5498
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber:
|
|
5498
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3318 }); })();
|
|
5499
5499
|
let KolToolbar = class KolToolbar extends StencilProxyComponent {
|
|
5500
5500
|
constructor(changeDetectorRef, r, z) {
|
|
5501
5501
|
super();
|
|
@@ -5569,7 +5569,7 @@ export { KolToolbar };
|
|
|
5569
5569
|
type: ViewChild,
|
|
5570
5570
|
args: [ReplaceTagDirective]
|
|
5571
5571
|
}] }); })();
|
|
5572
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber:
|
|
5572
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3376 }); })();
|
|
5573
5573
|
let KolTree = class KolTree extends StencilProxyComponent {
|
|
5574
5574
|
constructor(changeDetectorRef, r, z) {
|
|
5575
5575
|
super();
|
|
@@ -5643,7 +5643,7 @@ export { KolTree };
|
|
|
5643
5643
|
type: ViewChild,
|
|
5644
5644
|
args: [ReplaceTagDirective]
|
|
5645
5645
|
}] }); })();
|
|
5646
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber:
|
|
5646
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3436 }); })();
|
|
5647
5647
|
let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
|
|
5648
5648
|
constructor(changeDetectorRef, r, z) {
|
|
5649
5649
|
super();
|
|
@@ -5718,7 +5718,7 @@ export { KolTreeItem };
|
|
|
5718
5718
|
type: ViewChild,
|
|
5719
5719
|
args: [ReplaceTagDirective]
|
|
5720
5720
|
}] }); })();
|
|
5721
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber:
|
|
5721
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3495 }); })();
|
|
5722
5722
|
let KolTreeItemWc = class KolTreeItemWc extends StencilProxyComponent {
|
|
5723
5723
|
constructor(changeDetectorRef, r, z) {
|
|
5724
5724
|
super();
|
|
@@ -5793,7 +5793,7 @@ export { KolTreeItemWc };
|
|
|
5793
5793
|
type: ViewChild,
|
|
5794
5794
|
args: [ReplaceTagDirective]
|
|
5795
5795
|
}] }); })();
|
|
5796
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber:
|
|
5796
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3557 }); })();
|
|
5797
5797
|
let KolVersion = class KolVersion extends StencilProxyComponent {
|
|
5798
5798
|
constructor(changeDetectorRef, r, z) {
|
|
5799
5799
|
super();
|
|
@@ -5867,4 +5867,4 @@ export { KolVersion };
|
|
|
5867
5867
|
type: ViewChild,
|
|
5868
5868
|
args: [ReplaceTagDirective]
|
|
5869
5869
|
}] }); })();
|
|
5870
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber:
|
|
5870
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3618 }); })();
|
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.9-rc.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@angular/common": "19.2.17",
|
|
58
58
|
"@angular/compiler": "19.2.17",
|
|
59
59
|
"@angular/compiler-cli": "19.2.17",
|
|
60
|
-
"@angular/core": "19.2.
|
|
60
|
+
"@angular/core": "19.2.17",
|
|
61
61
|
"@types/minimatch": "6.0.0",
|
|
62
62
|
"@types/minimist": "1.2.5",
|
|
63
63
|
"@types/normalize-package-data": "2.4.4",
|
|
@@ -65,11 +65,11 @@
|
|
|
65
65
|
"rxjs": "7.8.2",
|
|
66
66
|
"typescript": "5.8.3",
|
|
67
67
|
"zone.js": "0.15.1",
|
|
68
|
-
"@public-ui/components": "3.0.
|
|
68
|
+
"@public-ui/components": "3.0.9-rc.0"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
71
|
"@angular/core": "^19.2.17",
|
|
72
|
-
"@public-ui/components": "3.0.
|
|
72
|
+
"@public-ui/components": "3.0.9-rc.0"
|
|
73
73
|
},
|
|
74
74
|
"files": [
|
|
75
75
|
"dist"
|