@public-ui/angular-v21 3.0.9 → 4.0.0-alpha.11
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 +7 -10
- package/dist/components.js +84 -84
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -171,7 +171,6 @@ export declare class KolButtonLink extends StencilProxyComponent implements OnCh
|
|
|
171
171
|
_tooltipalign: any;
|
|
172
172
|
_type: any;
|
|
173
173
|
_value: any;
|
|
174
|
-
_variant: any;
|
|
175
174
|
protected el: HTMLElement;
|
|
176
175
|
availableInputProperties: string[];
|
|
177
176
|
hasTagNameTransformer: boolean;
|
|
@@ -180,7 +179,7 @@ export declare class KolButtonLink extends StencilProxyComponent implements OnCh
|
|
|
180
179
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
181
180
|
ngOnChanges(): void;
|
|
182
181
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolButtonLink, 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; };
|
|
182
|
+
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; }; }, {}, never, ["*"], true, never>;
|
|
184
183
|
}
|
|
185
184
|
export declare interface KolButtonLink extends Components.KolButtonLink {
|
|
186
185
|
}
|
|
@@ -227,7 +226,7 @@ export declare class KolCombobox extends StencilProxyComponent implements OnChan
|
|
|
227
226
|
protected z: NgZone;
|
|
228
227
|
_accesskey: any;
|
|
229
228
|
_disabled: any;
|
|
230
|
-
|
|
229
|
+
_hasclearbutton: any;
|
|
231
230
|
_hidelabel: any;
|
|
232
231
|
_hidemsg: any;
|
|
233
232
|
_hint: any;
|
|
@@ -252,7 +251,7 @@ export declare class KolCombobox extends StencilProxyComponent implements OnChan
|
|
|
252
251
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
253
252
|
ngOnChanges(): void;
|
|
254
253
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolCombobox, never>;
|
|
255
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolCombobox, "kol-combobox", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "
|
|
254
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolCombobox, "kol-combobox", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hasClearButton": { "alias": "_hasClearButton"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_hideMsg": { "alias": "_hideMsg"; "required": false; }; "_hint": { "alias": "_hint"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_id": { "alias": "_id"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_msg": { "alias": "_msg"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_placeholder": { "alias": "_placeholder"; "required": false; }; "_required": { "alias": "_required"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_suggestions": { "alias": "_suggestions"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_touched": { "alias": "_touched"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
256
255
|
}
|
|
257
256
|
export declare interface KolCombobox extends Components.KolCombobox {
|
|
258
257
|
}
|
|
@@ -773,7 +772,6 @@ export declare class KolLink extends StencilProxyComponent implements OnChanges
|
|
|
773
772
|
_shortkey: any;
|
|
774
773
|
_target: any;
|
|
775
774
|
_tooltipalign: any;
|
|
776
|
-
_variant: any;
|
|
777
775
|
protected el: HTMLElement;
|
|
778
776
|
availableInputProperties: string[];
|
|
779
777
|
hasTagNameTransformer: boolean;
|
|
@@ -782,7 +780,7 @@ export declare class KolLink extends StencilProxyComponent implements OnChanges
|
|
|
782
780
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
783
781
|
ngOnChanges(): void;
|
|
784
782
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolLink, 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; };
|
|
783
|
+
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; }; }, {}, never, ["*"], true, never>;
|
|
786
784
|
}
|
|
787
785
|
export declare interface KolLink extends Components.KolLink {
|
|
788
786
|
}
|
|
@@ -846,7 +844,6 @@ export declare class KolNav extends StencilProxyComponent implements OnChanges {
|
|
|
846
844
|
_hidelabel: any;
|
|
847
845
|
_label: any;
|
|
848
846
|
_links: any;
|
|
849
|
-
_orientation: any;
|
|
850
847
|
protected el: HTMLElement;
|
|
851
848
|
availableInputProperties: string[];
|
|
852
849
|
hasTagNameTransformer: boolean;
|
|
@@ -855,7 +852,7 @@ export declare class KolNav extends StencilProxyComponent implements OnChanges {
|
|
|
855
852
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
856
853
|
ngOnChanges(): void;
|
|
857
854
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolNav, never>;
|
|
858
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolNav, "kol-nav", never, { "_collapsible": { "alias": "_collapsible"; "required": false; }; "_hasCompactButton": { "alias": "_hasCompactButton"; "required": false; }; "_hasIconsWhenExpanded": { "alias": "_hasIconsWhenExpanded"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_links": { "alias": "_links"; "required": false; };
|
|
855
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolNav, "kol-nav", never, { "_collapsible": { "alias": "_collapsible"; "required": false; }; "_hasCompactButton": { "alias": "_hasCompactButton"; "required": false; }; "_hasIconsWhenExpanded": { "alias": "_hasIconsWhenExpanded"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_links": { "alias": "_links"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
859
856
|
}
|
|
860
857
|
export declare interface KolNav extends Components.KolNav {
|
|
861
858
|
}
|
|
@@ -1096,7 +1093,7 @@ export declare class KolSingleSelect extends StencilProxyComponent implements On
|
|
|
1096
1093
|
protected z: NgZone;
|
|
1097
1094
|
_accesskey: any;
|
|
1098
1095
|
_disabled: any;
|
|
1099
|
-
|
|
1096
|
+
_hasclearbutton: any;
|
|
1100
1097
|
_hidelabel: any;
|
|
1101
1098
|
_hidemsg: any;
|
|
1102
1099
|
_hint: any;
|
|
@@ -1122,7 +1119,7 @@ export declare class KolSingleSelect extends StencilProxyComponent implements On
|
|
|
1122
1119
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1123
1120
|
ngOnChanges(): void;
|
|
1124
1121
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolSingleSelect, never>;
|
|
1125
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolSingleSelect, "kol-single-select", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "
|
|
1122
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolSingleSelect, "kol-single-select", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hasClearButton": { "alias": "_hasClearButton"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_hideMsg": { "alias": "_hideMsg"; "required": false; }; "_hint": { "alias": "_hint"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_id": { "alias": "_id"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_msg": { "alias": "_msg"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_options": { "alias": "_options"; "required": false; }; "_placeholder": { "alias": "_placeholder"; "required": false; }; "_required": { "alias": "_required"; "required": false; }; "_rows": { "alias": "_rows"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_touched": { "alias": "_touched"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1126
1123
|
}
|
|
1127
1124
|
export declare interface KolSingleSelect extends Components.KolSingleSelect {
|
|
1128
1125
|
}
|
package/dist/components.js
CHANGED
|
@@ -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.ɵɵdomProperty("_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)
|
|
273
|
+
i0.ɵɵdomProperty("_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);
|
|
274
274
|
i0.ɵɵadvance(2);
|
|
275
275
|
i0.ɵɵdomProperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
276
276
|
} }
|
|
277
277
|
function KolButtonLink_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
278
278
|
i0.ɵɵdomElementContainerStart(0);
|
|
279
|
-
i0.ɵɵdomTemplate(1, KolButtonLink_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
279
|
+
i0.ɵɵdomTemplate(1, KolButtonLink_ng_container_0_stencil_ng_proxy_1_Template, 3, 19, "stencil-ng-proxy", 4);
|
|
280
280
|
i0.ɵɵdomElementContainerEnd();
|
|
281
281
|
} if (rf & 2) {
|
|
282
282
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -378,7 +378,7 @@ function KolCombobox_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (r
|
|
|
378
378
|
} if (rf & 2) {
|
|
379
379
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
380
380
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
381
|
-
i0.ɵɵdomProperty("_accessKey", ctx_r0._accessKey)("_disabled", ctx_r0._disabled)("
|
|
381
|
+
i0.ɵɵdomProperty("_accessKey", ctx_r0._accessKey)("_disabled", ctx_r0._disabled)("_hasClearButton", ctx_r0._hasClearButton)("_hideLabel", ctx_r0._hideLabel)("_hideMsg", ctx_r0._hideMsg)("_hint", ctx_r0._hint)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_label", ctx_r0._label)("_msg", ctx_r0._msg)("_name", ctx_r0._name)("_on", ctx_r0._on)("_placeholder", ctx_r0._placeholder)("_required", ctx_r0._required)("_shortKey", ctx_r0._shortKey)("_suggestions", ctx_r0._suggestions)("_tooltipAlign", ctx_r0._tooltipAlign)("_touched", ctx_r0._touched)("_value", ctx_r0._value);
|
|
382
382
|
i0.ɵɵadvance(2);
|
|
383
383
|
i0.ɵɵdomProperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
384
384
|
} }
|
|
@@ -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.ɵɵdomProperty("_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)
|
|
1029
|
+
i0.ɵɵdomProperty("_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);
|
|
1030
1030
|
i0.ɵɵadvance(2);
|
|
1031
1031
|
i0.ɵɵdomProperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1032
1032
|
} }
|
|
1033
1033
|
function KolLink_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1034
1034
|
i0.ɵɵdomElementContainerStart(0);
|
|
1035
|
-
i0.ɵɵdomTemplate(1, KolLink_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
1035
|
+
i0.ɵɵdomTemplate(1, KolLink_ng_container_0_stencil_ng_proxy_1_Template, 3, 18, "stencil-ng-proxy", 4);
|
|
1036
1036
|
i0.ɵɵdomElementContainerEnd();
|
|
1037
1037
|
} if (rf & 2) {
|
|
1038
1038
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -1134,13 +1134,13 @@ function KolNav_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf & 1
|
|
|
1134
1134
|
} if (rf & 2) {
|
|
1135
1135
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1136
1136
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1137
|
-
i0.ɵɵdomProperty("_collapsible", ctx_r0._collapsible)("_hasCompactButton", ctx_r0._hasCompactButton)("_hasIconsWhenExpanded", ctx_r0._hasIconsWhenExpanded)("_hideLabel", ctx_r0._hideLabel)("_label", ctx_r0._label)("_links", ctx_r0._links)
|
|
1137
|
+
i0.ɵɵdomProperty("_collapsible", ctx_r0._collapsible)("_hasCompactButton", ctx_r0._hasCompactButton)("_hasIconsWhenExpanded", ctx_r0._hasIconsWhenExpanded)("_hideLabel", ctx_r0._hideLabel)("_label", ctx_r0._label)("_links", ctx_r0._links);
|
|
1138
1138
|
i0.ɵɵadvance(2);
|
|
1139
1139
|
i0.ɵɵdomProperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1140
1140
|
} }
|
|
1141
1141
|
function KolNav_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1142
1142
|
i0.ɵɵdomElementContainerStart(0);
|
|
1143
|
-
i0.ɵɵdomTemplate(1, KolNav_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
1143
|
+
i0.ɵɵdomTemplate(1, KolNav_ng_container_0_stencil_ng_proxy_1_Template, 3, 7, "stencil-ng-proxy", 4);
|
|
1144
1144
|
i0.ɵɵdomElementContainerEnd();
|
|
1145
1145
|
} if (rf & 2) {
|
|
1146
1146
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -1458,7 +1458,7 @@ function KolSingleSelect_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { i
|
|
|
1458
1458
|
} if (rf & 2) {
|
|
1459
1459
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1460
1460
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1461
|
-
i0.ɵɵdomProperty("_accessKey", ctx_r0._accessKey)("_disabled", ctx_r0._disabled)("
|
|
1461
|
+
i0.ɵɵdomProperty("_accessKey", ctx_r0._accessKey)("_disabled", ctx_r0._disabled)("_hasClearButton", ctx_r0._hasClearButton)("_hideLabel", ctx_r0._hideLabel)("_hideMsg", ctx_r0._hideMsg)("_hint", ctx_r0._hint)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_label", ctx_r0._label)("_msg", ctx_r0._msg)("_name", ctx_r0._name)("_on", ctx_r0._on)("_options", ctx_r0._options)("_placeholder", ctx_r0._placeholder)("_required", ctx_r0._required)("_rows", ctx_r0._rows)("_shortKey", ctx_r0._shortKey)("_tooltipAlign", ctx_r0._tooltipAlign)("_touched", ctx_r0._touched)("_value", ctx_r0._value);
|
|
1462
1462
|
i0.ɵɵadvance(2);
|
|
1463
1463
|
i0.ɵɵdomProperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1464
1464
|
} }
|
|
@@ -2477,7 +2477,7 @@ let KolButtonLink = class KolButtonLink extends StencilProxyComponent {
|
|
|
2477
2477
|
super();
|
|
2478
2478
|
this.changeDetectorRef = changeDetectorRef;
|
|
2479
2479
|
this.z = z;
|
|
2480
|
-
this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value'
|
|
2480
|
+
this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value'];
|
|
2481
2481
|
changeDetectorRef.detach();
|
|
2482
2482
|
const originalTagName = 'kol-button-link';
|
|
2483
2483
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -2497,9 +2497,9 @@ KolButtonLink.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolButtonLink
|
|
|
2497
2497
|
} if (rf & 2) {
|
|
2498
2498
|
let _t;
|
|
2499
2499
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
2500
|
-
} }, 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"
|
|
2500
|
+
} }, 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" }, features: [i0.ɵɵProvidersFeature([
|
|
2501
2501
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolButtonLink) }
|
|
2502
|
-
]), 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",
|
|
2502
|
+
]), 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", 4, "replaceTag"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaExpanded", "_ariaSelected", "_disabled", "_hideLabel", "_icons", "_id", "_inline", "_label", "_name", "_on", "_role", "_shortKey", "_tooltipAlign", "_type", "_value"], [4, "ngTemplateOutlet"]], template: function KolButtonLink_Template(rf, ctx) { if (rf & 1) {
|
|
2503
2503
|
i0.ɵɵprojectionDef();
|
|
2504
2504
|
i0.ɵɵdomTemplate(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);
|
|
2505
2505
|
} if (rf & 2) {
|
|
@@ -2508,7 +2508,7 @@ KolButtonLink.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolButtonLink
|
|
|
2508
2508
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
2509
2509
|
KolButtonLink = __decorate([
|
|
2510
2510
|
ProxyCmp({
|
|
2511
|
-
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value'
|
|
2511
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value'],
|
|
2512
2512
|
methods: ['getValue', 'kolFocus']
|
|
2513
2513
|
})
|
|
2514
2514
|
], KolButtonLink);
|
|
@@ -2521,7 +2521,7 @@ export { KolButtonLink };
|
|
|
2521
2521
|
template: `
|
|
2522
2522
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
2523
2523
|
<stencil-ng-proxy
|
|
2524
|
-
[_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"
|
|
2524
|
+
[_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"
|
|
2525
2525
|
*replaceTag="tagName"
|
|
2526
2526
|
#replaceTagHost
|
|
2527
2527
|
>
|
|
@@ -2537,7 +2537,7 @@ export { KolButtonLink };
|
|
|
2537
2537
|
<ng-content></ng-content>
|
|
2538
2538
|
</ng-template>`,
|
|
2539
2539
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2540
|
-
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value'
|
|
2540
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value'],
|
|
2541
2541
|
providers: [
|
|
2542
2542
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolButtonLink) }
|
|
2543
2543
|
],
|
|
@@ -2620,7 +2620,7 @@ export { KolCard };
|
|
|
2620
2620
|
type: ViewChild,
|
|
2621
2621
|
args: [ReplaceTagDirective]
|
|
2622
2622
|
}] }); })();
|
|
2623
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCard, { className: "KolCard", filePath: "components.ts", lineNumber:
|
|
2623
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCard, { className: "KolCard", filePath: "components.ts", lineNumber: 565 }); })();
|
|
2624
2624
|
let KolCardWc = class KolCardWc extends StencilProxyComponent {
|
|
2625
2625
|
constructor(changeDetectorRef, r, z) {
|
|
2626
2626
|
super();
|
|
@@ -2694,13 +2694,13 @@ export { KolCardWc };
|
|
|
2694
2694
|
type: ViewChild,
|
|
2695
2695
|
args: [ReplaceTagDirective]
|
|
2696
2696
|
}] }); })();
|
|
2697
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCardWc, { className: "KolCardWc", filePath: "components.ts", lineNumber:
|
|
2697
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCardWc, { className: "KolCardWc", filePath: "components.ts", lineNumber: 626 }); })();
|
|
2698
2698
|
let KolCombobox = class KolCombobox extends StencilProxyComponent {
|
|
2699
2699
|
constructor(changeDetectorRef, r, z) {
|
|
2700
2700
|
super();
|
|
2701
2701
|
this.changeDetectorRef = changeDetectorRef;
|
|
2702
2702
|
this.z = z;
|
|
2703
|
-
this.availableInputProperties = ['_accessKey', '_disabled', '
|
|
2703
|
+
this.availableInputProperties = ['_accessKey', '_disabled', '_hasClearButton', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_placeholder', '_required', '_shortKey', '_suggestions', '_tooltipAlign', '_touched', '_value'];
|
|
2704
2704
|
changeDetectorRef.detach();
|
|
2705
2705
|
const originalTagName = 'kol-combobox';
|
|
2706
2706
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -2720,9 +2720,9 @@ KolCombobox.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolCombobox, se
|
|
|
2720
2720
|
} if (rf & 2) {
|
|
2721
2721
|
let _t;
|
|
2722
2722
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
2723
|
-
} }, inputs: { _accessKey: "_accessKey", _disabled: "_disabled",
|
|
2723
|
+
} }, inputs: { _accessKey: "_accessKey", _disabled: "_disabled", _hasClearButton: "_hasClearButton", _hideLabel: "_hideLabel", _hideMsg: "_hideMsg", _hint: "_hint", _icons: "_icons", _id: "_id", _label: "_label", _msg: "_msg", _name: "_name", _on: "_on", _placeholder: "_placeholder", _required: "_required", _shortKey: "_shortKey", _suggestions: "_suggestions", _tooltipAlign: "_tooltipAlign", _touched: "_touched", _value: "_value" }, features: [i0.ɵɵProvidersFeature([
|
|
2724
2724
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolCombobox) }
|
|
2725
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_disabled", "
|
|
2725
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_disabled", "_hasClearButton", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_msg", "_name", "_on", "_placeholder", "_required", "_shortKey", "_suggestions", "_tooltipAlign", "_touched", "_value", 4, "replaceTag"], [3, "_accessKey", "_disabled", "_hasClearButton", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_msg", "_name", "_on", "_placeholder", "_required", "_shortKey", "_suggestions", "_tooltipAlign", "_touched", "_value"], [4, "ngTemplateOutlet"]], template: function KolCombobox_Template(rf, ctx) { if (rf & 1) {
|
|
2726
2726
|
i0.ɵɵprojectionDef();
|
|
2727
2727
|
i0.ɵɵdomTemplate(0, KolCombobox_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolCombobox_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolCombobox_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
2728
2728
|
} if (rf & 2) {
|
|
@@ -2731,7 +2731,7 @@ KolCombobox.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolCombobox, se
|
|
|
2731
2731
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
2732
2732
|
KolCombobox = __decorate([
|
|
2733
2733
|
ProxyCmp({
|
|
2734
|
-
inputs: ['_accessKey', '_disabled', '
|
|
2734
|
+
inputs: ['_accessKey', '_disabled', '_hasClearButton', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_placeholder', '_required', '_shortKey', '_suggestions', '_tooltipAlign', '_touched', '_value'],
|
|
2735
2735
|
methods: ['getValue', 'kolFocus']
|
|
2736
2736
|
})
|
|
2737
2737
|
], KolCombobox);
|
|
@@ -2744,7 +2744,7 @@ export { KolCombobox };
|
|
|
2744
2744
|
template: `
|
|
2745
2745
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
2746
2746
|
<stencil-ng-proxy
|
|
2747
|
-
[_accessKey]="_accessKey" [_disabled]="_disabled" [
|
|
2747
|
+
[_accessKey]="_accessKey" [_disabled]="_disabled" [_hasClearButton]="_hasClearButton" [_hideLabel]="_hideLabel" [_hideMsg]="_hideMsg" [_hint]="_hint" [_icons]="_icons" [_id]="_id" [_label]="_label" [_msg]="_msg" [_name]="_name" [_on]="_on" [_placeholder]="_placeholder" [_required]="_required" [_shortKey]="_shortKey" [_suggestions]="_suggestions" [_tooltipAlign]="_tooltipAlign" [_touched]="_touched" [_value]="_value"
|
|
2748
2748
|
*replaceTag="tagName"
|
|
2749
2749
|
#replaceTagHost
|
|
2750
2750
|
>
|
|
@@ -2760,7 +2760,7 @@ export { KolCombobox };
|
|
|
2760
2760
|
<ng-content></ng-content>
|
|
2761
2761
|
</ng-template>`,
|
|
2762
2762
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2763
|
-
inputs: ['_accessKey', '_disabled', '
|
|
2763
|
+
inputs: ['_accessKey', '_disabled', '_hasClearButton', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_placeholder', '_required', '_shortKey', '_suggestions', '_tooltipAlign', '_touched', '_value'],
|
|
2764
2764
|
providers: [
|
|
2765
2765
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolCombobox) }
|
|
2766
2766
|
],
|
|
@@ -2769,7 +2769,7 @@ export { KolCombobox };
|
|
|
2769
2769
|
type: ViewChild,
|
|
2770
2770
|
args: [ReplaceTagDirective]
|
|
2771
2771
|
}] }); })();
|
|
2772
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCombobox, { className: "KolCombobox", filePath: "components.ts", lineNumber:
|
|
2772
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCombobox, { className: "KolCombobox", filePath: "components.ts", lineNumber: 688 }); })();
|
|
2773
2773
|
let KolDetails = class KolDetails extends StencilProxyComponent {
|
|
2774
2774
|
constructor(changeDetectorRef, r, z) {
|
|
2775
2775
|
super();
|
|
@@ -2844,7 +2844,7 @@ export { KolDetails };
|
|
|
2844
2844
|
type: ViewChild,
|
|
2845
2845
|
args: [ReplaceTagDirective]
|
|
2846
2846
|
}] }); })();
|
|
2847
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDetails, { className: "KolDetails", filePath: "components.ts", lineNumber:
|
|
2847
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDetails, { className: "KolDetails", filePath: "components.ts", lineNumber: 765 }); })();
|
|
2848
2848
|
let KolDrawer = class KolDrawer extends StencilProxyComponent {
|
|
2849
2849
|
constructor(changeDetectorRef, r, z) {
|
|
2850
2850
|
super();
|
|
@@ -2919,7 +2919,7 @@ export { KolDrawer };
|
|
|
2919
2919
|
type: ViewChild,
|
|
2920
2920
|
args: [ReplaceTagDirective]
|
|
2921
2921
|
}] }); })();
|
|
2922
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber:
|
|
2922
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber: 828 }); })();
|
|
2923
2923
|
let KolForm = class KolForm extends StencilProxyComponent {
|
|
2924
2924
|
constructor(changeDetectorRef, r, z) {
|
|
2925
2925
|
super();
|
|
@@ -2994,7 +2994,7 @@ export { KolForm };
|
|
|
2994
2994
|
type: ViewChild,
|
|
2995
2995
|
args: [ReplaceTagDirective]
|
|
2996
2996
|
}] }); })();
|
|
2997
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber:
|
|
2997
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber: 891 }); })();
|
|
2998
2998
|
let KolHeading = class KolHeading extends StencilProxyComponent {
|
|
2999
2999
|
constructor(changeDetectorRef, r, z) {
|
|
3000
3000
|
super();
|
|
@@ -3068,7 +3068,7 @@ export { KolHeading };
|
|
|
3068
3068
|
type: ViewChild,
|
|
3069
3069
|
args: [ReplaceTagDirective]
|
|
3070
3070
|
}] }); })();
|
|
3071
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber:
|
|
3071
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber: 951 }); })();
|
|
3072
3072
|
let KolIcon = class KolIcon extends StencilProxyComponent {
|
|
3073
3073
|
constructor(changeDetectorRef, r, z) {
|
|
3074
3074
|
super();
|
|
@@ -3142,7 +3142,7 @@ export { KolIcon };
|
|
|
3142
3142
|
type: ViewChild,
|
|
3143
3143
|
args: [ReplaceTagDirective]
|
|
3144
3144
|
}] }); })();
|
|
3145
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber:
|
|
3145
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber: 1011 }); })();
|
|
3146
3146
|
let KolImage = class KolImage extends StencilProxyComponent {
|
|
3147
3147
|
constructor(changeDetectorRef, r, z) {
|
|
3148
3148
|
super();
|
|
@@ -3216,7 +3216,7 @@ export { KolImage };
|
|
|
3216
3216
|
type: ViewChild,
|
|
3217
3217
|
args: [ReplaceTagDirective]
|
|
3218
3218
|
}] }); })();
|
|
3219
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber:
|
|
3219
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber: 1070 }); })();
|
|
3220
3220
|
let KolInputCheckbox = class KolInputCheckbox extends StencilProxyComponent {
|
|
3221
3221
|
constructor(changeDetectorRef, r, z) {
|
|
3222
3222
|
super();
|
|
@@ -3291,7 +3291,7 @@ export { KolInputCheckbox };
|
|
|
3291
3291
|
type: ViewChild,
|
|
3292
3292
|
args: [ReplaceTagDirective]
|
|
3293
3293
|
}] }); })();
|
|
3294
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber:
|
|
3294
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber: 1133 }); })();
|
|
3295
3295
|
let KolInputColor = class KolInputColor extends StencilProxyComponent {
|
|
3296
3296
|
constructor(changeDetectorRef, r, z) {
|
|
3297
3297
|
super();
|
|
@@ -3366,7 +3366,7 @@ export { KolInputColor };
|
|
|
3366
3366
|
type: ViewChild,
|
|
3367
3367
|
args: [ReplaceTagDirective]
|
|
3368
3368
|
}] }); })();
|
|
3369
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber:
|
|
3369
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber: 1211 }); })();
|
|
3370
3370
|
let KolInputDate = class KolInputDate extends StencilProxyComponent {
|
|
3371
3371
|
constructor(changeDetectorRef, r, z) {
|
|
3372
3372
|
super();
|
|
@@ -3441,7 +3441,7 @@ export { KolInputDate };
|
|
|
3441
3441
|
type: ViewChild,
|
|
3442
3442
|
args: [ReplaceTagDirective]
|
|
3443
3443
|
}] }); })();
|
|
3444
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber:
|
|
3444
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber: 1287 }); })();
|
|
3445
3445
|
let KolInputEmail = class KolInputEmail extends StencilProxyComponent {
|
|
3446
3446
|
constructor(changeDetectorRef, r, z) {
|
|
3447
3447
|
super();
|
|
@@ -3516,7 +3516,7 @@ export { KolInputEmail };
|
|
|
3516
3516
|
type: ViewChild,
|
|
3517
3517
|
args: [ReplaceTagDirective]
|
|
3518
3518
|
}] }); })();
|
|
3519
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber:
|
|
3519
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber: 1369 }); })();
|
|
3520
3520
|
let KolInputFile = class KolInputFile extends StencilProxyComponent {
|
|
3521
3521
|
constructor(changeDetectorRef, r, z) {
|
|
3522
3522
|
super();
|
|
@@ -3591,7 +3591,7 @@ export { KolInputFile };
|
|
|
3591
3591
|
type: ViewChild,
|
|
3592
3592
|
args: [ReplaceTagDirective]
|
|
3593
3593
|
}] }); })();
|
|
3594
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber:
|
|
3594
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber: 1453 }); })();
|
|
3595
3595
|
let KolInputNumber = class KolInputNumber extends StencilProxyComponent {
|
|
3596
3596
|
constructor(changeDetectorRef, r, z) {
|
|
3597
3597
|
super();
|
|
@@ -3666,7 +3666,7 @@ export { KolInputNumber };
|
|
|
3666
3666
|
type: ViewChild,
|
|
3667
3667
|
args: [ReplaceTagDirective]
|
|
3668
3668
|
}] }); })();
|
|
3669
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber:
|
|
3669
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber: 1529 }); })();
|
|
3670
3670
|
let KolInputPassword = class KolInputPassword extends StencilProxyComponent {
|
|
3671
3671
|
constructor(changeDetectorRef, r, z) {
|
|
3672
3672
|
super();
|
|
@@ -3741,7 +3741,7 @@ export { KolInputPassword };
|
|
|
3741
3741
|
type: ViewChild,
|
|
3742
3742
|
args: [ReplaceTagDirective]
|
|
3743
3743
|
}] }); })();
|
|
3744
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber:
|
|
3744
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber: 1611 }); })();
|
|
3745
3745
|
let KolInputRadio = class KolInputRadio extends StencilProxyComponent {
|
|
3746
3746
|
constructor(changeDetectorRef, r, z) {
|
|
3747
3747
|
super();
|
|
@@ -3816,7 +3816,7 @@ export { KolInputRadio };
|
|
|
3816
3816
|
type: ViewChild,
|
|
3817
3817
|
args: [ReplaceTagDirective]
|
|
3818
3818
|
}] }); })();
|
|
3819
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber:
|
|
3819
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber: 1694 }); })();
|
|
3820
3820
|
let KolInputRange = class KolInputRange extends StencilProxyComponent {
|
|
3821
3821
|
constructor(changeDetectorRef, r, z) {
|
|
3822
3822
|
super();
|
|
@@ -3891,7 +3891,7 @@ export { KolInputRange };
|
|
|
3891
3891
|
type: ViewChild,
|
|
3892
3892
|
args: [ReplaceTagDirective]
|
|
3893
3893
|
}] }); })();
|
|
3894
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber:
|
|
3894
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber: 1767 }); })();
|
|
3895
3895
|
let KolInputText = class KolInputText extends StencilProxyComponent {
|
|
3896
3896
|
constructor(changeDetectorRef, r, z) {
|
|
3897
3897
|
super();
|
|
@@ -3966,7 +3966,7 @@ export { KolInputText };
|
|
|
3966
3966
|
type: ViewChild,
|
|
3967
3967
|
args: [ReplaceTagDirective]
|
|
3968
3968
|
}] }); })();
|
|
3969
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber:
|
|
3969
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber: 1845 }); })();
|
|
3970
3970
|
let KolKolibri = class KolKolibri extends StencilProxyComponent {
|
|
3971
3971
|
constructor(changeDetectorRef, r, z) {
|
|
3972
3972
|
super();
|
|
@@ -4040,13 +4040,13 @@ export { KolKolibri };
|
|
|
4040
4040
|
type: ViewChild,
|
|
4041
4041
|
args: [ReplaceTagDirective]
|
|
4042
4042
|
}] }); })();
|
|
4043
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber:
|
|
4043
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber: 1929 }); })();
|
|
4044
4044
|
let KolLink = class KolLink extends StencilProxyComponent {
|
|
4045
4045
|
constructor(changeDetectorRef, r, z) {
|
|
4046
4046
|
super();
|
|
4047
4047
|
this.changeDetectorRef = changeDetectorRef;
|
|
4048
4048
|
this.z = z;
|
|
4049
|
-
this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_ariaExpanded', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_inline', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign'
|
|
4049
|
+
this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_ariaExpanded', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_inline', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign'];
|
|
4050
4050
|
changeDetectorRef.detach();
|
|
4051
4051
|
const originalTagName = 'kol-link';
|
|
4052
4052
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -4066,9 +4066,9 @@ KolLink.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolLink, selectors:
|
|
|
4066
4066
|
} if (rf & 2) {
|
|
4067
4067
|
let _t;
|
|
4068
4068
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
4069
|
-
} }, 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"
|
|
4069
|
+
} }, 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" }, features: [i0.ɵɵProvidersFeature([
|
|
4070
4070
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolLink) }
|
|
4071
|
-
]), 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",
|
|
4071
|
+
]), 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", 4, "replaceTag"], [3, "_accessKey", "_ariaControls", "_ariaCurrentValue", "_ariaDescription", "_ariaExpanded", "_disabled", "_download", "_hideLabel", "_href", "_icons", "_inline", "_label", "_on", "_role", "_shortKey", "_target", "_tooltipAlign"], [4, "ngTemplateOutlet"]], template: function KolLink_Template(rf, ctx) { if (rf & 1) {
|
|
4072
4072
|
i0.ɵɵprojectionDef();
|
|
4073
4073
|
i0.ɵɵdomTemplate(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);
|
|
4074
4074
|
} if (rf & 2) {
|
|
@@ -4077,7 +4077,7 @@ KolLink.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolLink, selectors:
|
|
|
4077
4077
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
4078
4078
|
KolLink = __decorate([
|
|
4079
4079
|
ProxyCmp({
|
|
4080
|
-
inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_ariaExpanded', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_inline', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign'
|
|
4080
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_ariaExpanded', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_inline', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign'],
|
|
4081
4081
|
methods: ['kolFocus']
|
|
4082
4082
|
})
|
|
4083
4083
|
], KolLink);
|
|
@@ -4090,7 +4090,7 @@ export { KolLink };
|
|
|
4090
4090
|
template: `
|
|
4091
4091
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
4092
4092
|
<stencil-ng-proxy
|
|
4093
|
-
[_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"
|
|
4093
|
+
[_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"
|
|
4094
4094
|
*replaceTag="tagName"
|
|
4095
4095
|
#replaceTagHost
|
|
4096
4096
|
>
|
|
@@ -4106,7 +4106,7 @@ export { KolLink };
|
|
|
4106
4106
|
<ng-content></ng-content>
|
|
4107
4107
|
</ng-template>`,
|
|
4108
4108
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4109
|
-
inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_ariaExpanded', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_inline', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign'
|
|
4109
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_ariaExpanded', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_inline', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign'],
|
|
4110
4110
|
providers: [
|
|
4111
4111
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolLink) }
|
|
4112
4112
|
],
|
|
@@ -4115,7 +4115,7 @@ export { KolLink };
|
|
|
4115
4115
|
type: ViewChild,
|
|
4116
4116
|
args: [ReplaceTagDirective]
|
|
4117
4117
|
}] }); })();
|
|
4118
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber:
|
|
4118
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber: 1989 }); })();
|
|
4119
4119
|
let KolLinkButton = class KolLinkButton extends StencilProxyComponent {
|
|
4120
4120
|
constructor(changeDetectorRef, r, z) {
|
|
4121
4121
|
super();
|
|
@@ -4190,7 +4190,7 @@ export { KolLinkButton };
|
|
|
4190
4190
|
type: ViewChild,
|
|
4191
4191
|
args: [ReplaceTagDirective]
|
|
4192
4192
|
}] }); })();
|
|
4193
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber:
|
|
4193
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 2064 }); })();
|
|
4194
4194
|
let KolModal = class KolModal extends StencilProxyComponent {
|
|
4195
4195
|
constructor(changeDetectorRef, r, z) {
|
|
4196
4196
|
super();
|
|
@@ -4265,13 +4265,13 @@ export { KolModal };
|
|
|
4265
4265
|
type: ViewChild,
|
|
4266
4266
|
args: [ReplaceTagDirective]
|
|
4267
4267
|
}] }); })();
|
|
4268
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber:
|
|
4268
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2139 }); })();
|
|
4269
4269
|
let KolNav = class KolNav extends StencilProxyComponent {
|
|
4270
4270
|
constructor(changeDetectorRef, r, z) {
|
|
4271
4271
|
super();
|
|
4272
4272
|
this.changeDetectorRef = changeDetectorRef;
|
|
4273
4273
|
this.z = z;
|
|
4274
|
-
this.availableInputProperties = ['_collapsible', '_hasCompactButton', '_hasIconsWhenExpanded', '_hideLabel', '_label', '_links'
|
|
4274
|
+
this.availableInputProperties = ['_collapsible', '_hasCompactButton', '_hasIconsWhenExpanded', '_hideLabel', '_label', '_links'];
|
|
4275
4275
|
changeDetectorRef.detach();
|
|
4276
4276
|
const originalTagName = 'kol-nav';
|
|
4277
4277
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -4291,9 +4291,9 @@ KolNav.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolNav, selectors: [
|
|
|
4291
4291
|
} if (rf & 2) {
|
|
4292
4292
|
let _t;
|
|
4293
4293
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
4294
|
-
} }, inputs: { _collapsible: "_collapsible", _hasCompactButton: "_hasCompactButton", _hasIconsWhenExpanded: "_hasIconsWhenExpanded", _hideLabel: "_hideLabel", _label: "_label", _links: "_links"
|
|
4294
|
+
} }, inputs: { _collapsible: "_collapsible", _hasCompactButton: "_hasCompactButton", _hasIconsWhenExpanded: "_hasIconsWhenExpanded", _hideLabel: "_hideLabel", _label: "_label", _links: "_links" }, features: [i0.ɵɵProvidersFeature([
|
|
4295
4295
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolNav) }
|
|
4296
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_collapsible", "_hasCompactButton", "_hasIconsWhenExpanded", "_hideLabel", "_label", "_links",
|
|
4296
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_collapsible", "_hasCompactButton", "_hasIconsWhenExpanded", "_hideLabel", "_label", "_links", 4, "replaceTag"], [3, "_collapsible", "_hasCompactButton", "_hasIconsWhenExpanded", "_hideLabel", "_label", "_links"], [4, "ngTemplateOutlet"]], template: function KolNav_Template(rf, ctx) { if (rf & 1) {
|
|
4297
4297
|
i0.ɵɵprojectionDef();
|
|
4298
4298
|
i0.ɵɵdomTemplate(0, KolNav_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolNav_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolNav_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
4299
4299
|
} if (rf & 2) {
|
|
@@ -4302,7 +4302,7 @@ KolNav.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolNav, selectors: [
|
|
|
4302
4302
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
4303
4303
|
KolNav = __decorate([
|
|
4304
4304
|
ProxyCmp({
|
|
4305
|
-
inputs: ['_collapsible', '_hasCompactButton', '_hasIconsWhenExpanded', '_hideLabel', '_label', '_links'
|
|
4305
|
+
inputs: ['_collapsible', '_hasCompactButton', '_hasIconsWhenExpanded', '_hideLabel', '_label', '_links']
|
|
4306
4306
|
})
|
|
4307
4307
|
], KolNav);
|
|
4308
4308
|
export { KolNav };
|
|
@@ -4314,7 +4314,7 @@ export { KolNav };
|
|
|
4314
4314
|
template: `
|
|
4315
4315
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
4316
4316
|
<stencil-ng-proxy
|
|
4317
|
-
[_collapsible]="_collapsible" [_hasCompactButton]="_hasCompactButton" [_hasIconsWhenExpanded]="_hasIconsWhenExpanded" [_hideLabel]="_hideLabel" [_label]="_label" [_links]="_links"
|
|
4317
|
+
[_collapsible]="_collapsible" [_hasCompactButton]="_hasCompactButton" [_hasIconsWhenExpanded]="_hasIconsWhenExpanded" [_hideLabel]="_hideLabel" [_label]="_label" [_links]="_links"
|
|
4318
4318
|
*replaceTag="tagName"
|
|
4319
4319
|
#replaceTagHost
|
|
4320
4320
|
>
|
|
@@ -4330,7 +4330,7 @@ export { KolNav };
|
|
|
4330
4330
|
<ng-content></ng-content>
|
|
4331
4331
|
</ng-template>`,
|
|
4332
4332
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4333
|
-
inputs: ['_collapsible', '_hasCompactButton', '_hasIconsWhenExpanded', '_hideLabel', '_label', '_links'
|
|
4333
|
+
inputs: ['_collapsible', '_hasCompactButton', '_hasIconsWhenExpanded', '_hideLabel', '_label', '_links'],
|
|
4334
4334
|
providers: [
|
|
4335
4335
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolNav) }
|
|
4336
4336
|
],
|
|
@@ -4339,7 +4339,7 @@ export { KolNav };
|
|
|
4339
4339
|
type: ViewChild,
|
|
4340
4340
|
args: [ReplaceTagDirective]
|
|
4341
4341
|
}] }); })();
|
|
4342
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber:
|
|
4342
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2200 }); })();
|
|
4343
4343
|
let KolPagination = class KolPagination extends StencilProxyComponent {
|
|
4344
4344
|
constructor(changeDetectorRef, r, z) {
|
|
4345
4345
|
super();
|
|
@@ -4413,7 +4413,7 @@ export { KolPagination };
|
|
|
4413
4413
|
type: ViewChild,
|
|
4414
4414
|
args: [ReplaceTagDirective]
|
|
4415
4415
|
}] }); })();
|
|
4416
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber:
|
|
4416
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2263 }); })();
|
|
4417
4417
|
let KolPaginationWc = class KolPaginationWc extends StencilProxyComponent {
|
|
4418
4418
|
constructor(changeDetectorRef, r, z) {
|
|
4419
4419
|
super();
|
|
@@ -4487,7 +4487,7 @@ export { KolPaginationWc };
|
|
|
4487
4487
|
type: ViewChild,
|
|
4488
4488
|
args: [ReplaceTagDirective]
|
|
4489
4489
|
}] }); })();
|
|
4490
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber:
|
|
4490
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber: 2331 }); })();
|
|
4491
4491
|
let KolPopoverButton = class KolPopoverButton extends StencilProxyComponent {
|
|
4492
4492
|
constructor(changeDetectorRef, r, z) {
|
|
4493
4493
|
super();
|
|
@@ -4562,7 +4562,7 @@ export { KolPopoverButton };
|
|
|
4562
4562
|
type: ViewChild,
|
|
4563
4563
|
args: [ReplaceTagDirective]
|
|
4564
4564
|
}] }); })();
|
|
4565
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber:
|
|
4565
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2400 }); })();
|
|
4566
4566
|
let KolPopoverButtonWc = class KolPopoverButtonWc extends StencilProxyComponent {
|
|
4567
4567
|
constructor(changeDetectorRef, r, z) {
|
|
4568
4568
|
super();
|
|
@@ -4637,7 +4637,7 @@ export { KolPopoverButtonWc };
|
|
|
4637
4637
|
type: ViewChild,
|
|
4638
4638
|
args: [ReplaceTagDirective]
|
|
4639
4639
|
}] }); })();
|
|
4640
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber:
|
|
4640
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber: 2479 }); })();
|
|
4641
4641
|
let KolProgress = class KolProgress extends StencilProxyComponent {
|
|
4642
4642
|
constructor(changeDetectorRef, r, z) {
|
|
4643
4643
|
super();
|
|
@@ -4711,7 +4711,7 @@ export { KolProgress };
|
|
|
4711
4711
|
type: ViewChild,
|
|
4712
4712
|
args: [ReplaceTagDirective]
|
|
4713
4713
|
}] }); })();
|
|
4714
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber:
|
|
4714
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2556 }); })();
|
|
4715
4715
|
let KolQuote = class KolQuote extends StencilProxyComponent {
|
|
4716
4716
|
constructor(changeDetectorRef, r, z) {
|
|
4717
4717
|
super();
|
|
@@ -4785,7 +4785,7 @@ export { KolQuote };
|
|
|
4785
4785
|
type: ViewChild,
|
|
4786
4786
|
args: [ReplaceTagDirective]
|
|
4787
4787
|
}] }); })();
|
|
4788
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber:
|
|
4788
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2618 }); })();
|
|
4789
4789
|
let KolSelect = class KolSelect extends StencilProxyComponent {
|
|
4790
4790
|
constructor(changeDetectorRef, r, z) {
|
|
4791
4791
|
super();
|
|
@@ -4860,7 +4860,7 @@ export { KolSelect };
|
|
|
4860
4860
|
type: ViewChild,
|
|
4861
4861
|
args: [ReplaceTagDirective]
|
|
4862
4862
|
}] }); })();
|
|
4863
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber:
|
|
4863
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2680 }); })();
|
|
4864
4864
|
let KolSelectWc = class KolSelectWc extends StencilProxyComponent {
|
|
4865
4865
|
constructor(changeDetectorRef, r, z) {
|
|
4866
4866
|
super();
|
|
@@ -4935,13 +4935,13 @@ export { KolSelectWc };
|
|
|
4935
4935
|
type: ViewChild,
|
|
4936
4936
|
args: [ReplaceTagDirective]
|
|
4937
4937
|
}] }); })();
|
|
4938
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelectWc, { className: "KolSelectWc", filePath: "components.ts", lineNumber:
|
|
4938
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelectWc, { className: "KolSelectWc", filePath: "components.ts", lineNumber: 2758 }); })();
|
|
4939
4939
|
let KolSingleSelect = class KolSingleSelect extends StencilProxyComponent {
|
|
4940
4940
|
constructor(changeDetectorRef, r, z) {
|
|
4941
4941
|
super();
|
|
4942
4942
|
this.changeDetectorRef = changeDetectorRef;
|
|
4943
4943
|
this.z = z;
|
|
4944
|
-
this.availableInputProperties = ['_accessKey', '_disabled', '
|
|
4944
|
+
this.availableInputProperties = ['_accessKey', '_disabled', '_hasClearButton', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_options', '_placeholder', '_required', '_rows', '_shortKey', '_tooltipAlign', '_touched', '_value'];
|
|
4945
4945
|
changeDetectorRef.detach();
|
|
4946
4946
|
const originalTagName = 'kol-single-select';
|
|
4947
4947
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -4961,9 +4961,9 @@ KolSingleSelect.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSingleSe
|
|
|
4961
4961
|
} if (rf & 2) {
|
|
4962
4962
|
let _t;
|
|
4963
4963
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
4964
|
-
} }, inputs: { _accessKey: "_accessKey", _disabled: "_disabled",
|
|
4964
|
+
} }, inputs: { _accessKey: "_accessKey", _disabled: "_disabled", _hasClearButton: "_hasClearButton", _hideLabel: "_hideLabel", _hideMsg: "_hideMsg", _hint: "_hint", _icons: "_icons", _id: "_id", _label: "_label", _msg: "_msg", _name: "_name", _on: "_on", _options: "_options", _placeholder: "_placeholder", _required: "_required", _rows: "_rows", _shortKey: "_shortKey", _tooltipAlign: "_tooltipAlign", _touched: "_touched", _value: "_value" }, features: [i0.ɵɵProvidersFeature([
|
|
4965
4965
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolSingleSelect) }
|
|
4966
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_disabled", "
|
|
4966
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_disabled", "_hasClearButton", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_msg", "_name", "_on", "_options", "_placeholder", "_required", "_rows", "_shortKey", "_tooltipAlign", "_touched", "_value", 4, "replaceTag"], [3, "_accessKey", "_disabled", "_hasClearButton", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_msg", "_name", "_on", "_options", "_placeholder", "_required", "_rows", "_shortKey", "_tooltipAlign", "_touched", "_value"], [4, "ngTemplateOutlet"]], template: function KolSingleSelect_Template(rf, ctx) { if (rf & 1) {
|
|
4967
4967
|
i0.ɵɵprojectionDef();
|
|
4968
4968
|
i0.ɵɵdomTemplate(0, KolSingleSelect_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolSingleSelect_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolSingleSelect_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
4969
4969
|
} if (rf & 2) {
|
|
@@ -4972,7 +4972,7 @@ KolSingleSelect.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSingleSe
|
|
|
4972
4972
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
4973
4973
|
KolSingleSelect = __decorate([
|
|
4974
4974
|
ProxyCmp({
|
|
4975
|
-
inputs: ['_accessKey', '_disabled', '
|
|
4975
|
+
inputs: ['_accessKey', '_disabled', '_hasClearButton', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_options', '_placeholder', '_required', '_rows', '_shortKey', '_tooltipAlign', '_touched', '_value'],
|
|
4976
4976
|
methods: ['getValue', 'kolFocus']
|
|
4977
4977
|
})
|
|
4978
4978
|
], KolSingleSelect);
|
|
@@ -4985,7 +4985,7 @@ export { KolSingleSelect };
|
|
|
4985
4985
|
template: `
|
|
4986
4986
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
4987
4987
|
<stencil-ng-proxy
|
|
4988
|
-
[_accessKey]="_accessKey" [_disabled]="_disabled" [
|
|
4988
|
+
[_accessKey]="_accessKey" [_disabled]="_disabled" [_hasClearButton]="_hasClearButton" [_hideLabel]="_hideLabel" [_hideMsg]="_hideMsg" [_hint]="_hint" [_icons]="_icons" [_id]="_id" [_label]="_label" [_msg]="_msg" [_name]="_name" [_on]="_on" [_options]="_options" [_placeholder]="_placeholder" [_required]="_required" [_rows]="_rows" [_shortKey]="_shortKey" [_tooltipAlign]="_tooltipAlign" [_touched]="_touched" [_value]="_value"
|
|
4989
4989
|
*replaceTag="tagName"
|
|
4990
4990
|
#replaceTagHost
|
|
4991
4991
|
>
|
|
@@ -5001,7 +5001,7 @@ export { KolSingleSelect };
|
|
|
5001
5001
|
<ng-content></ng-content>
|
|
5002
5002
|
</ng-template>`,
|
|
5003
5003
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5004
|
-
inputs: ['_accessKey', '_disabled', '
|
|
5004
|
+
inputs: ['_accessKey', '_disabled', '_hasClearButton', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_options', '_placeholder', '_required', '_rows', '_shortKey', '_tooltipAlign', '_touched', '_value'],
|
|
5005
5005
|
providers: [
|
|
5006
5006
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolSingleSelect) }
|
|
5007
5007
|
],
|
|
@@ -5010,7 +5010,7 @@ export { KolSingleSelect };
|
|
|
5010
5010
|
type: ViewChild,
|
|
5011
5011
|
args: [ReplaceTagDirective]
|
|
5012
5012
|
}] }); })();
|
|
5013
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber:
|
|
5013
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2836 }); })();
|
|
5014
5014
|
let KolSkipNav = class KolSkipNav extends StencilProxyComponent {
|
|
5015
5015
|
constructor(changeDetectorRef, r, z) {
|
|
5016
5016
|
super();
|
|
@@ -5085,7 +5085,7 @@ export { KolSkipNav };
|
|
|
5085
5085
|
type: ViewChild,
|
|
5086
5086
|
args: [ReplaceTagDirective]
|
|
5087
5087
|
}] }); })();
|
|
5088
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber:
|
|
5088
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2914 }); })();
|
|
5089
5089
|
let KolSpin = class KolSpin extends StencilProxyComponent {
|
|
5090
5090
|
constructor(changeDetectorRef, r, z) {
|
|
5091
5091
|
super();
|
|
@@ -5159,7 +5159,7 @@ export { KolSpin };
|
|
|
5159
5159
|
type: ViewChild,
|
|
5160
5160
|
args: [ReplaceTagDirective]
|
|
5161
5161
|
}] }); })();
|
|
5162
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber:
|
|
5162
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2973 }); })();
|
|
5163
5163
|
let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
|
|
5164
5164
|
constructor(changeDetectorRef, r, z) {
|
|
5165
5165
|
super();
|
|
@@ -5234,7 +5234,7 @@ export { KolSplitButton };
|
|
|
5234
5234
|
type: ViewChild,
|
|
5235
5235
|
args: [ReplaceTagDirective]
|
|
5236
5236
|
}] }); })();
|
|
5237
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber:
|
|
5237
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 3034 }); })();
|
|
5238
5238
|
let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
|
|
5239
5239
|
constructor(changeDetectorRef, r, z) {
|
|
5240
5240
|
super();
|
|
@@ -5309,7 +5309,7 @@ export { KolTableStateful };
|
|
|
5309
5309
|
type: ViewChild,
|
|
5310
5310
|
args: [ReplaceTagDirective]
|
|
5311
5311
|
}] }); })();
|
|
5312
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber:
|
|
5312
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3111 }); })();
|
|
5313
5313
|
let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
|
|
5314
5314
|
constructor(changeDetectorRef, r, z) {
|
|
5315
5315
|
super();
|
|
@@ -5383,7 +5383,7 @@ export { KolTableStateless };
|
|
|
5383
5383
|
type: ViewChild,
|
|
5384
5384
|
args: [ReplaceTagDirective]
|
|
5385
5385
|
}] }); })();
|
|
5386
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber:
|
|
5386
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3180 }); })();
|
|
5387
5387
|
let KolTabs = class KolTabs extends StencilProxyComponent {
|
|
5388
5388
|
constructor(changeDetectorRef, r, z) {
|
|
5389
5389
|
super();
|
|
@@ -5457,7 +5457,7 @@ export { KolTabs };
|
|
|
5457
5457
|
type: ViewChild,
|
|
5458
5458
|
args: [ReplaceTagDirective]
|
|
5459
5459
|
}] }); })();
|
|
5460
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber:
|
|
5460
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3246 }); })();
|
|
5461
5461
|
let KolTextarea = class KolTextarea extends StencilProxyComponent {
|
|
5462
5462
|
constructor(changeDetectorRef, r, z) {
|
|
5463
5463
|
super();
|
|
@@ -5532,7 +5532,7 @@ export { KolTextarea };
|
|
|
5532
5532
|
type: ViewChild,
|
|
5533
5533
|
args: [ReplaceTagDirective]
|
|
5534
5534
|
}] }); })();
|
|
5535
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber:
|
|
5535
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3311 }); })();
|
|
5536
5536
|
let KolToastContainer = class KolToastContainer extends StencilProxyComponent {
|
|
5537
5537
|
constructor(changeDetectorRef, r, z) {
|
|
5538
5538
|
super();
|
|
@@ -5606,7 +5606,7 @@ export { KolToastContainer };
|
|
|
5606
5606
|
type: ViewChild,
|
|
5607
5607
|
args: [ReplaceTagDirective]
|
|
5608
5608
|
}] }); })();
|
|
5609
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber:
|
|
5609
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3393 }); })();
|
|
5610
5610
|
let KolToolbar = class KolToolbar extends StencilProxyComponent {
|
|
5611
5611
|
constructor(changeDetectorRef, r, z) {
|
|
5612
5612
|
super();
|
|
@@ -5680,7 +5680,7 @@ export { KolToolbar };
|
|
|
5680
5680
|
type: ViewChild,
|
|
5681
5681
|
args: [ReplaceTagDirective]
|
|
5682
5682
|
}] }); })();
|
|
5683
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber:
|
|
5683
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3451 }); })();
|
|
5684
5684
|
let KolTree = class KolTree extends StencilProxyComponent {
|
|
5685
5685
|
constructor(changeDetectorRef, r, z) {
|
|
5686
5686
|
super();
|
|
@@ -5754,7 +5754,7 @@ export { KolTree };
|
|
|
5754
5754
|
type: ViewChild,
|
|
5755
5755
|
args: [ReplaceTagDirective]
|
|
5756
5756
|
}] }); })();
|
|
5757
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber:
|
|
5757
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3511 }); })();
|
|
5758
5758
|
let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
|
|
5759
5759
|
constructor(changeDetectorRef, r, z) {
|
|
5760
5760
|
super();
|
|
@@ -5829,7 +5829,7 @@ export { KolTreeItem };
|
|
|
5829
5829
|
type: ViewChild,
|
|
5830
5830
|
args: [ReplaceTagDirective]
|
|
5831
5831
|
}] }); })();
|
|
5832
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber:
|
|
5832
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3570 }); })();
|
|
5833
5833
|
let KolTreeItemWc = class KolTreeItemWc extends StencilProxyComponent {
|
|
5834
5834
|
constructor(changeDetectorRef, r, z) {
|
|
5835
5835
|
super();
|
|
@@ -5904,7 +5904,7 @@ export { KolTreeItemWc };
|
|
|
5904
5904
|
type: ViewChild,
|
|
5905
5905
|
args: [ReplaceTagDirective]
|
|
5906
5906
|
}] }); })();
|
|
5907
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber:
|
|
5907
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3632 }); })();
|
|
5908
5908
|
let KolVersion = class KolVersion extends StencilProxyComponent {
|
|
5909
5909
|
constructor(changeDetectorRef, r, z) {
|
|
5910
5910
|
super();
|
|
@@ -5978,4 +5978,4 @@ export { KolVersion };
|
|
|
5978
5978
|
type: ViewChild,
|
|
5979
5979
|
args: [ReplaceTagDirective]
|
|
5980
5980
|
}] }); })();
|
|
5981
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber:
|
|
5981
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3693 }); })();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/angular-v21",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-alpha.11",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -65,11 +65,11 @@
|
|
|
65
65
|
"rxjs": "7.8.2",
|
|
66
66
|
"typescript": "5.9.3",
|
|
67
67
|
"zone.js": "0.16.0",
|
|
68
|
-
"@public-ui/components": "
|
|
68
|
+
"@public-ui/components": "4.0.0-alpha.11"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
71
|
"@angular/core": "^21.0.5",
|
|
72
|
-
"@public-ui/components": "
|
|
72
|
+
"@public-ui/components": "4.0.0-alpha.11"
|
|
73
73
|
},
|
|
74
74
|
"files": [
|
|
75
75
|
"dist"
|