@public-ui/angular-v19 3.0.2-rc.2 → 3.0.2-rc.3
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 +8 -4
- package/dist/components.js +64 -64
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -486,6 +486,7 @@ export declare class KolInputEmail extends StencilProxyComponent implements OnCh
|
|
|
486
486
|
_id: any;
|
|
487
487
|
_label: any;
|
|
488
488
|
_maxlength: any;
|
|
489
|
+
_maxlengthbehavior: any;
|
|
489
490
|
_msg: any;
|
|
490
491
|
_multiple: any;
|
|
491
492
|
_name: any;
|
|
@@ -508,7 +509,7 @@ export declare class KolInputEmail extends StencilProxyComponent implements OnCh
|
|
|
508
509
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
509
510
|
ngOnChanges(): void;
|
|
510
511
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolInputEmail, never>;
|
|
511
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolInputEmail, "kol-input-email", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_autoComplete": { "alias": "_autoComplete"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hasCounter": { "alias": "_hasCounter"; "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; }; "_maxLength": { "alias": "_maxLength"; "required": false; }; "_msg": { "alias": "_msg"; "required": false; }; "_multiple": { "alias": "_multiple"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_pattern": { "alias": "_pattern"; "required": false; }; "_placeholder": { "alias": "_placeholder"; "required": false; }; "_readOnly": { "alias": "_readOnly"; "required": false; }; "_required": { "alias": "_required"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_smartButton": { "alias": "_smartButton"; "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>;
|
|
512
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolInputEmail, "kol-input-email", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_autoComplete": { "alias": "_autoComplete"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hasCounter": { "alias": "_hasCounter"; "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; }; "_maxLength": { "alias": "_maxLength"; "required": false; }; "_maxLengthBehavior": { "alias": "_maxLengthBehavior"; "required": false; }; "_msg": { "alias": "_msg"; "required": false; }; "_multiple": { "alias": "_multiple"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_pattern": { "alias": "_pattern"; "required": false; }; "_placeholder": { "alias": "_placeholder"; "required": false; }; "_readOnly": { "alias": "_readOnly"; "required": false; }; "_required": { "alias": "_required"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_smartButton": { "alias": "_smartButton"; "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>;
|
|
512
513
|
}
|
|
513
514
|
export declare interface KolInputEmail extends Components.KolInputEmail {
|
|
514
515
|
}
|
|
@@ -598,6 +599,7 @@ export declare class KolInputPassword extends StencilProxyComponent implements O
|
|
|
598
599
|
_id: any;
|
|
599
600
|
_label: any;
|
|
600
601
|
_maxlength: any;
|
|
602
|
+
_maxlengthbehavior: any;
|
|
601
603
|
_msg: any;
|
|
602
604
|
_name: any;
|
|
603
605
|
_on: any;
|
|
@@ -619,7 +621,7 @@ export declare class KolInputPassword extends StencilProxyComponent implements O
|
|
|
619
621
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
620
622
|
ngOnChanges(): void;
|
|
621
623
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolInputPassword, never>;
|
|
622
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolInputPassword, "kol-input-password", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_autoComplete": { "alias": "_autoComplete"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hasCounter": { "alias": "_hasCounter"; "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; }; "_maxLength": { "alias": "_maxLength"; "required": false; }; "_msg": { "alias": "_msg"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_pattern": { "alias": "_pattern"; "required": false; }; "_placeholder": { "alias": "_placeholder"; "required": false; }; "_readOnly": { "alias": "_readOnly"; "required": false; }; "_required": { "alias": "_required"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_smartButton": { "alias": "_smartButton"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_touched": { "alias": "_touched"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
624
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolInputPassword, "kol-input-password", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_autoComplete": { "alias": "_autoComplete"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hasCounter": { "alias": "_hasCounter"; "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; }; "_maxLength": { "alias": "_maxLength"; "required": false; }; "_maxLengthBehavior": { "alias": "_maxLengthBehavior"; "required": false; }; "_msg": { "alias": "_msg"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_pattern": { "alias": "_pattern"; "required": false; }; "_placeholder": { "alias": "_placeholder"; "required": false; }; "_readOnly": { "alias": "_readOnly"; "required": false; }; "_required": { "alias": "_required"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_smartButton": { "alias": "_smartButton"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_touched": { "alias": "_touched"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
623
625
|
}
|
|
624
626
|
export declare interface KolInputPassword extends Components.KolInputPassword {
|
|
625
627
|
}
|
|
@@ -702,6 +704,7 @@ export declare class KolInputText extends StencilProxyComponent implements OnCha
|
|
|
702
704
|
_id: any;
|
|
703
705
|
_label: any;
|
|
704
706
|
_maxlength: any;
|
|
707
|
+
_maxlengthbehavior: any;
|
|
705
708
|
_msg: any;
|
|
706
709
|
_name: any;
|
|
707
710
|
_on: any;
|
|
@@ -725,7 +728,7 @@ export declare class KolInputText extends StencilProxyComponent implements OnCha
|
|
|
725
728
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
726
729
|
ngOnChanges(): void;
|
|
727
730
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolInputText, never>;
|
|
728
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolInputText, "kol-input-text", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_autoComplete": { "alias": "_autoComplete"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hasCounter": { "alias": "_hasCounter"; "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; }; "_maxLength": { "alias": "_maxLength"; "required": false; }; "_msg": { "alias": "_msg"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_pattern": { "alias": "_pattern"; "required": false; }; "_placeholder": { "alias": "_placeholder"; "required": false; }; "_readOnly": { "alias": "_readOnly"; "required": false; }; "_required": { "alias": "_required"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_smartButton": { "alias": "_smartButton"; "required": false; }; "_spellCheck": { "alias": "_spellCheck"; "required": false; }; "_suggestions": { "alias": "_suggestions"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_touched": { "alias": "_touched"; "required": false; }; "_type": { "alias": "_type"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
731
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolInputText, "kol-input-text", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_autoComplete": { "alias": "_autoComplete"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hasCounter": { "alias": "_hasCounter"; "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; }; "_maxLength": { "alias": "_maxLength"; "required": false; }; "_maxLengthBehavior": { "alias": "_maxLengthBehavior"; "required": false; }; "_msg": { "alias": "_msg"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_pattern": { "alias": "_pattern"; "required": false; }; "_placeholder": { "alias": "_placeholder"; "required": false; }; "_readOnly": { "alias": "_readOnly"; "required": false; }; "_required": { "alias": "_required"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_smartButton": { "alias": "_smartButton"; "required": false; }; "_spellCheck": { "alias": "_spellCheck"; "required": false; }; "_suggestions": { "alias": "_suggestions"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_touched": { "alias": "_touched"; "required": false; }; "_type": { "alias": "_type"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
729
732
|
}
|
|
730
733
|
export declare interface KolInputText extends Components.KolInputText {
|
|
731
734
|
}
|
|
@@ -1232,6 +1235,7 @@ export declare class KolTextarea extends StencilProxyComponent implements OnChan
|
|
|
1232
1235
|
_id: any;
|
|
1233
1236
|
_label: any;
|
|
1234
1237
|
_maxlength: any;
|
|
1238
|
+
_maxlengthbehavior: any;
|
|
1235
1239
|
_msg: any;
|
|
1236
1240
|
_name: any;
|
|
1237
1241
|
_on: any;
|
|
@@ -1253,7 +1257,7 @@ export declare class KolTextarea extends StencilProxyComponent implements OnChan
|
|
|
1253
1257
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1254
1258
|
ngOnChanges(): void;
|
|
1255
1259
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolTextarea, never>;
|
|
1256
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolTextarea, "kol-textarea", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_adjustHeight": { "alias": "_adjustHeight"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hasCounter": { "alias": "_hasCounter"; "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; }; "_maxLength": { "alias": "_maxLength"; "required": false; }; "_msg": { "alias": "_msg"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_placeholder": { "alias": "_placeholder"; "required": false; }; "_readOnly": { "alias": "_readOnly"; "required": false; }; "_required": { "alias": "_required"; "required": false; }; "_resize": { "alias": "_resize"; "required": false; }; "_rows": { "alias": "_rows"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_spellCheck": { "alias": "_spellCheck"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_touched": { "alias": "_touched"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1260
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolTextarea, "kol-textarea", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_adjustHeight": { "alias": "_adjustHeight"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hasCounter": { "alias": "_hasCounter"; "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; }; "_maxLength": { "alias": "_maxLength"; "required": false; }; "_maxLengthBehavior": { "alias": "_maxLengthBehavior"; "required": false; }; "_msg": { "alias": "_msg"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_placeholder": { "alias": "_placeholder"; "required": false; }; "_readOnly": { "alias": "_readOnly"; "required": false; }; "_required": { "alias": "_required"; "required": false; }; "_resize": { "alias": "_resize"; "required": false; }; "_rows": { "alias": "_rows"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_spellCheck": { "alias": "_spellCheck"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_touched": { "alias": "_touched"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1257
1261
|
}
|
|
1258
1262
|
export declare interface KolTextarea extends Components.KolTextarea {
|
|
1259
1263
|
}
|
package/dist/components.js
CHANGED
|
@@ -738,13 +738,13 @@ function KolInputEmail_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if
|
|
|
738
738
|
} if (rf & 2) {
|
|
739
739
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
740
740
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
741
|
-
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_autoComplete", ctx_r0._autoComplete)("_disabled", ctx_r0._disabled)("_hasCounter", ctx_r0._hasCounter)("_hideLabel", ctx_r0._hideLabel)("_hideMsg", ctx_r0._hideMsg)("_hint", ctx_r0._hint)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_label", ctx_r0._label)("_maxLength", ctx_r0._maxLength)("_msg", ctx_r0._msg)("_multiple", ctx_r0._multiple)("_name", ctx_r0._name)("_on", ctx_r0._on)("_pattern", ctx_r0._pattern)("_placeholder", ctx_r0._placeholder)("_readOnly", ctx_r0._readOnly)("_required", ctx_r0._required)("_shortKey", ctx_r0._shortKey)("_smartButton", ctx_r0._smartButton)("_suggestions", ctx_r0._suggestions)("_tooltipAlign", ctx_r0._tooltipAlign)("_touched", ctx_r0._touched)("_value", ctx_r0._value);
|
|
741
|
+
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_autoComplete", ctx_r0._autoComplete)("_disabled", ctx_r0._disabled)("_hasCounter", ctx_r0._hasCounter)("_hideLabel", ctx_r0._hideLabel)("_hideMsg", ctx_r0._hideMsg)("_hint", ctx_r0._hint)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_label", ctx_r0._label)("_maxLength", ctx_r0._maxLength)("_maxLengthBehavior", ctx_r0._maxLengthBehavior)("_msg", ctx_r0._msg)("_multiple", ctx_r0._multiple)("_name", ctx_r0._name)("_on", ctx_r0._on)("_pattern", ctx_r0._pattern)("_placeholder", ctx_r0._placeholder)("_readOnly", ctx_r0._readOnly)("_required", ctx_r0._required)("_shortKey", ctx_r0._shortKey)("_smartButton", ctx_r0._smartButton)("_suggestions", ctx_r0._suggestions)("_tooltipAlign", ctx_r0._tooltipAlign)("_touched", ctx_r0._touched)("_value", ctx_r0._value);
|
|
742
742
|
i0.ɵɵadvance(2);
|
|
743
743
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
744
744
|
} }
|
|
745
745
|
function KolInputEmail_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
746
746
|
i0.ɵɵelementContainerStart(0);
|
|
747
|
-
i0.ɵɵtemplate(1, KolInputEmail_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
747
|
+
i0.ɵɵtemplate(1, KolInputEmail_ng_container_0_stencil_ng_proxy_1_Template, 3, 27, "stencil-ng-proxy", 4);
|
|
748
748
|
i0.ɵɵelementContainerEnd();
|
|
749
749
|
} if (rf & 2) {
|
|
750
750
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -846,13 +846,13 @@ function KolInputPassword_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) {
|
|
|
846
846
|
} if (rf & 2) {
|
|
847
847
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
848
848
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
849
|
-
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_autoComplete", ctx_r0._autoComplete)("_disabled", ctx_r0._disabled)("_hasCounter", ctx_r0._hasCounter)("_hideLabel", ctx_r0._hideLabel)("_hideMsg", ctx_r0._hideMsg)("_hint", ctx_r0._hint)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_label", ctx_r0._label)("_maxLength", ctx_r0._maxLength)("_msg", ctx_r0._msg)("_name", ctx_r0._name)("_on", ctx_r0._on)("_pattern", ctx_r0._pattern)("_placeholder", ctx_r0._placeholder)("_readOnly", ctx_r0._readOnly)("_required", ctx_r0._required)("_shortKey", ctx_r0._shortKey)("_smartButton", ctx_r0._smartButton)("_tooltipAlign", ctx_r0._tooltipAlign)("_touched", ctx_r0._touched)("_value", ctx_r0._value)("_variant", ctx_r0._variant);
|
|
849
|
+
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_autoComplete", ctx_r0._autoComplete)("_disabled", ctx_r0._disabled)("_hasCounter", ctx_r0._hasCounter)("_hideLabel", ctx_r0._hideLabel)("_hideMsg", ctx_r0._hideMsg)("_hint", ctx_r0._hint)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_label", ctx_r0._label)("_maxLength", ctx_r0._maxLength)("_maxLengthBehavior", ctx_r0._maxLengthBehavior)("_msg", ctx_r0._msg)("_name", ctx_r0._name)("_on", ctx_r0._on)("_pattern", ctx_r0._pattern)("_placeholder", ctx_r0._placeholder)("_readOnly", ctx_r0._readOnly)("_required", ctx_r0._required)("_shortKey", ctx_r0._shortKey)("_smartButton", ctx_r0._smartButton)("_tooltipAlign", ctx_r0._tooltipAlign)("_touched", ctx_r0._touched)("_value", ctx_r0._value)("_variant", ctx_r0._variant);
|
|
850
850
|
i0.ɵɵadvance(2);
|
|
851
851
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
852
852
|
} }
|
|
853
853
|
function KolInputPassword_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
854
854
|
i0.ɵɵelementContainerStart(0);
|
|
855
|
-
i0.ɵɵtemplate(1, KolInputPassword_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
855
|
+
i0.ɵɵtemplate(1, KolInputPassword_ng_container_0_stencil_ng_proxy_1_Template, 3, 26, "stencil-ng-proxy", 4);
|
|
856
856
|
i0.ɵɵelementContainerEnd();
|
|
857
857
|
} if (rf & 2) {
|
|
858
858
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -954,13 +954,13 @@ function KolInputText_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (
|
|
|
954
954
|
} if (rf & 2) {
|
|
955
955
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
956
956
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
957
|
-
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_autoComplete", ctx_r0._autoComplete)("_disabled", ctx_r0._disabled)("_hasCounter", ctx_r0._hasCounter)("_hideLabel", ctx_r0._hideLabel)("_hideMsg", ctx_r0._hideMsg)("_hint", ctx_r0._hint)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_label", ctx_r0._label)("_maxLength", ctx_r0._maxLength)("_msg", ctx_r0._msg)("_name", ctx_r0._name)("_on", ctx_r0._on)("_pattern", ctx_r0._pattern)("_placeholder", ctx_r0._placeholder)("_readOnly", ctx_r0._readOnly)("_required", ctx_r0._required)("_shortKey", ctx_r0._shortKey)("_smartButton", ctx_r0._smartButton)("_spellCheck", ctx_r0._spellCheck)("_suggestions", ctx_r0._suggestions)("_tooltipAlign", ctx_r0._tooltipAlign)("_touched", ctx_r0._touched)("_type", ctx_r0._type)("_value", ctx_r0._value);
|
|
957
|
+
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_autoComplete", ctx_r0._autoComplete)("_disabled", ctx_r0._disabled)("_hasCounter", ctx_r0._hasCounter)("_hideLabel", ctx_r0._hideLabel)("_hideMsg", ctx_r0._hideMsg)("_hint", ctx_r0._hint)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_label", ctx_r0._label)("_maxLength", ctx_r0._maxLength)("_maxLengthBehavior", ctx_r0._maxLengthBehavior)("_msg", ctx_r0._msg)("_name", ctx_r0._name)("_on", ctx_r0._on)("_pattern", ctx_r0._pattern)("_placeholder", ctx_r0._placeholder)("_readOnly", ctx_r0._readOnly)("_required", ctx_r0._required)("_shortKey", ctx_r0._shortKey)("_smartButton", ctx_r0._smartButton)("_spellCheck", ctx_r0._spellCheck)("_suggestions", ctx_r0._suggestions)("_tooltipAlign", ctx_r0._tooltipAlign)("_touched", ctx_r0._touched)("_type", ctx_r0._type)("_value", ctx_r0._value);
|
|
958
958
|
i0.ɵɵadvance(2);
|
|
959
959
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
960
960
|
} }
|
|
961
961
|
function KolInputText_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
962
962
|
i0.ɵɵelementContainerStart(0);
|
|
963
|
-
i0.ɵɵtemplate(1, KolInputText_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
963
|
+
i0.ɵɵtemplate(1, KolInputText_ng_container_0_stencil_ng_proxy_1_Template, 3, 28, "stencil-ng-proxy", 4);
|
|
964
964
|
i0.ɵɵelementContainerEnd();
|
|
965
965
|
} if (rf & 2) {
|
|
966
966
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -1674,13 +1674,13 @@ function KolTextarea_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (r
|
|
|
1674
1674
|
} if (rf & 2) {
|
|
1675
1675
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1676
1676
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1677
|
-
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_adjustHeight", ctx_r0._adjustHeight)("_disabled", ctx_r0._disabled)("_hasCounter", ctx_r0._hasCounter)("_hideLabel", ctx_r0._hideLabel)("_hideMsg", ctx_r0._hideMsg)("_hint", ctx_r0._hint)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_label", ctx_r0._label)("_maxLength", ctx_r0._maxLength)("_msg", ctx_r0._msg)("_name", ctx_r0._name)("_on", ctx_r0._on)("_placeholder", ctx_r0._placeholder)("_readOnly", ctx_r0._readOnly)("_required", ctx_r0._required)("_resize", ctx_r0._resize)("_rows", ctx_r0._rows)("_shortKey", ctx_r0._shortKey)("_spellCheck", ctx_r0._spellCheck)("_tooltipAlign", ctx_r0._tooltipAlign)("_touched", ctx_r0._touched)("_value", ctx_r0._value);
|
|
1677
|
+
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_adjustHeight", ctx_r0._adjustHeight)("_disabled", ctx_r0._disabled)("_hasCounter", ctx_r0._hasCounter)("_hideLabel", ctx_r0._hideLabel)("_hideMsg", ctx_r0._hideMsg)("_hint", ctx_r0._hint)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_label", ctx_r0._label)("_maxLength", ctx_r0._maxLength)("_maxLengthBehavior", ctx_r0._maxLengthBehavior)("_msg", ctx_r0._msg)("_name", ctx_r0._name)("_on", ctx_r0._on)("_placeholder", ctx_r0._placeholder)("_readOnly", ctx_r0._readOnly)("_required", ctx_r0._required)("_resize", ctx_r0._resize)("_rows", ctx_r0._rows)("_shortKey", ctx_r0._shortKey)("_spellCheck", ctx_r0._spellCheck)("_tooltipAlign", ctx_r0._tooltipAlign)("_touched", ctx_r0._touched)("_value", ctx_r0._value);
|
|
1678
1678
|
i0.ɵɵadvance(2);
|
|
1679
1679
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1680
1680
|
} }
|
|
1681
1681
|
function KolTextarea_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1682
1682
|
i0.ɵɵelementContainerStart(0);
|
|
1683
|
-
i0.ɵɵtemplate(1, KolTextarea_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
1683
|
+
i0.ɵɵtemplate(1, KolTextarea_ng_container_0_stencil_ng_proxy_1_Template, 3, 26, "stencil-ng-proxy", 4);
|
|
1684
1684
|
i0.ɵɵelementContainerEnd();
|
|
1685
1685
|
} if (rf & 2) {
|
|
1686
1686
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -3410,7 +3410,7 @@ let KolInputEmail = class KolInputEmail extends StencilProxyComponent {
|
|
|
3410
3410
|
super();
|
|
3411
3411
|
this.changeDetectorRef = changeDetectorRef;
|
|
3412
3412
|
this.z = z;
|
|
3413
|
-
this.availableInputProperties = ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_msg', '_multiple', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_suggestions', '_tooltipAlign', '_touched', '_value'];
|
|
3413
|
+
this.availableInputProperties = ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_multiple', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_suggestions', '_tooltipAlign', '_touched', '_value'];
|
|
3414
3414
|
changeDetectorRef.detach();
|
|
3415
3415
|
const originalTagName = 'kol-input-email';
|
|
3416
3416
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -3430,9 +3430,9 @@ KolInputEmail.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputEmail
|
|
|
3430
3430
|
} if (rf & 2) {
|
|
3431
3431
|
let _t;
|
|
3432
3432
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
3433
|
-
} }, inputs: { _accessKey: "_accessKey", _autoComplete: "_autoComplete", _disabled: "_disabled", _hasCounter: "_hasCounter", _hideLabel: "_hideLabel", _hideMsg: "_hideMsg", _hint: "_hint", _icons: "_icons", _id: "_id", _label: "_label", _maxLength: "_maxLength", _msg: "_msg", _multiple: "_multiple", _name: "_name", _on: "_on", _pattern: "_pattern", _placeholder: "_placeholder", _readOnly: "_readOnly", _required: "_required", _shortKey: "_shortKey", _smartButton: "_smartButton", _suggestions: "_suggestions", _tooltipAlign: "_tooltipAlign", _touched: "_touched", _value: "_value" }, features: [i0.ɵɵProvidersFeature([
|
|
3433
|
+
} }, inputs: { _accessKey: "_accessKey", _autoComplete: "_autoComplete", _disabled: "_disabled", _hasCounter: "_hasCounter", _hideLabel: "_hideLabel", _hideMsg: "_hideMsg", _hint: "_hint", _icons: "_icons", _id: "_id", _label: "_label", _maxLength: "_maxLength", _maxLengthBehavior: "_maxLengthBehavior", _msg: "_msg", _multiple: "_multiple", _name: "_name", _on: "_on", _pattern: "_pattern", _placeholder: "_placeholder", _readOnly: "_readOnly", _required: "_required", _shortKey: "_shortKey", _smartButton: "_smartButton", _suggestions: "_suggestions", _tooltipAlign: "_tooltipAlign", _touched: "_touched", _value: "_value" }, features: [i0.ɵɵProvidersFeature([
|
|
3434
3434
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolInputEmail) }
|
|
3435
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_autoComplete", "_disabled", "_hasCounter", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_maxLength", "_msg", "_multiple", "_name", "_on", "_pattern", "_placeholder", "_readOnly", "_required", "_shortKey", "_smartButton", "_suggestions", "_tooltipAlign", "_touched", "_value", 4, "replaceTag"], [3, "_accessKey", "_autoComplete", "_disabled", "_hasCounter", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_maxLength", "_msg", "_multiple", "_name", "_on", "_pattern", "_placeholder", "_readOnly", "_required", "_shortKey", "_smartButton", "_suggestions", "_tooltipAlign", "_touched", "_value"], [4, "ngTemplateOutlet"]], template: function KolInputEmail_Template(rf, ctx) { if (rf & 1) {
|
|
3435
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_autoComplete", "_disabled", "_hasCounter", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_maxLength", "_maxLengthBehavior", "_msg", "_multiple", "_name", "_on", "_pattern", "_placeholder", "_readOnly", "_required", "_shortKey", "_smartButton", "_suggestions", "_tooltipAlign", "_touched", "_value", 4, "replaceTag"], [3, "_accessKey", "_autoComplete", "_disabled", "_hasCounter", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_maxLength", "_maxLengthBehavior", "_msg", "_multiple", "_name", "_on", "_pattern", "_placeholder", "_readOnly", "_required", "_shortKey", "_smartButton", "_suggestions", "_tooltipAlign", "_touched", "_value"], [4, "ngTemplateOutlet"]], template: function KolInputEmail_Template(rf, ctx) { if (rf & 1) {
|
|
3436
3436
|
i0.ɵɵprojectionDef();
|
|
3437
3437
|
i0.ɵɵtemplate(0, KolInputEmail_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolInputEmail_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolInputEmail_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
3438
3438
|
} if (rf & 2) {
|
|
@@ -3441,7 +3441,7 @@ KolInputEmail.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputEmail
|
|
|
3441
3441
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
3442
3442
|
KolInputEmail = __decorate([
|
|
3443
3443
|
ProxyCmp({
|
|
3444
|
-
inputs: ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_msg', '_multiple', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_suggestions', '_tooltipAlign', '_touched', '_value'],
|
|
3444
|
+
inputs: ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_multiple', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_suggestions', '_tooltipAlign', '_touched', '_value'],
|
|
3445
3445
|
methods: ['getValue', 'kolFocus']
|
|
3446
3446
|
})
|
|
3447
3447
|
], KolInputEmail);
|
|
@@ -3454,7 +3454,7 @@ export { KolInputEmail };
|
|
|
3454
3454
|
template: `
|
|
3455
3455
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
3456
3456
|
<stencil-ng-proxy
|
|
3457
|
-
[_accessKey]="_accessKey" [_autoComplete]="_autoComplete" [_disabled]="_disabled" [_hasCounter]="_hasCounter" [_hideLabel]="_hideLabel" [_hideMsg]="_hideMsg" [_hint]="_hint" [_icons]="_icons" [_id]="_id" [_label]="_label" [_maxLength]="_maxLength" [_msg]="_msg" [_multiple]="_multiple" [_name]="_name" [_on]="_on" [_pattern]="_pattern" [_placeholder]="_placeholder" [_readOnly]="_readOnly" [_required]="_required" [_shortKey]="_shortKey" [_smartButton]="_smartButton" [_suggestions]="_suggestions" [_tooltipAlign]="_tooltipAlign" [_touched]="_touched" [_value]="_value"
|
|
3457
|
+
[_accessKey]="_accessKey" [_autoComplete]="_autoComplete" [_disabled]="_disabled" [_hasCounter]="_hasCounter" [_hideLabel]="_hideLabel" [_hideMsg]="_hideMsg" [_hint]="_hint" [_icons]="_icons" [_id]="_id" [_label]="_label" [_maxLength]="_maxLength" [_maxLengthBehavior]="_maxLengthBehavior" [_msg]="_msg" [_multiple]="_multiple" [_name]="_name" [_on]="_on" [_pattern]="_pattern" [_placeholder]="_placeholder" [_readOnly]="_readOnly" [_required]="_required" [_shortKey]="_shortKey" [_smartButton]="_smartButton" [_suggestions]="_suggestions" [_tooltipAlign]="_tooltipAlign" [_touched]="_touched" [_value]="_value"
|
|
3458
3458
|
*replaceTag="tagName"
|
|
3459
3459
|
#replaceTagHost
|
|
3460
3460
|
>
|
|
@@ -3470,7 +3470,7 @@ export { KolInputEmail };
|
|
|
3470
3470
|
<ng-content></ng-content>
|
|
3471
3471
|
</ng-template>`,
|
|
3472
3472
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3473
|
-
inputs: ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_msg', '_multiple', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_suggestions', '_tooltipAlign', '_touched', '_value'],
|
|
3473
|
+
inputs: ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_multiple', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_suggestions', '_tooltipAlign', '_touched', '_value'],
|
|
3474
3474
|
providers: [
|
|
3475
3475
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolInputEmail) }
|
|
3476
3476
|
],
|
|
@@ -3554,7 +3554,7 @@ export { KolInputFile };
|
|
|
3554
3554
|
type: ViewChild,
|
|
3555
3555
|
args: [ReplaceTagDirective]
|
|
3556
3556
|
}] }); })();
|
|
3557
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber:
|
|
3557
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber: 1449 }); })();
|
|
3558
3558
|
let KolInputNumber = class KolInputNumber extends StencilProxyComponent {
|
|
3559
3559
|
constructor(changeDetectorRef, r, z) {
|
|
3560
3560
|
super();
|
|
@@ -3629,13 +3629,13 @@ export { KolInputNumber };
|
|
|
3629
3629
|
type: ViewChild,
|
|
3630
3630
|
args: [ReplaceTagDirective]
|
|
3631
3631
|
}] }); })();
|
|
3632
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber:
|
|
3632
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber: 1525 }); })();
|
|
3633
3633
|
let KolInputPassword = class KolInputPassword extends StencilProxyComponent {
|
|
3634
3634
|
constructor(changeDetectorRef, r, z) {
|
|
3635
3635
|
super();
|
|
3636
3636
|
this.changeDetectorRef = changeDetectorRef;
|
|
3637
3637
|
this.z = z;
|
|
3638
|
-
this.availableInputProperties = ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_tooltipAlign', '_touched', '_value', '_variant'];
|
|
3638
|
+
this.availableInputProperties = ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_tooltipAlign', '_touched', '_value', '_variant'];
|
|
3639
3639
|
changeDetectorRef.detach();
|
|
3640
3640
|
const originalTagName = 'kol-input-password';
|
|
3641
3641
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -3655,9 +3655,9 @@ KolInputPassword.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputPa
|
|
|
3655
3655
|
} if (rf & 2) {
|
|
3656
3656
|
let _t;
|
|
3657
3657
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
3658
|
-
} }, inputs: { _accessKey: "_accessKey", _autoComplete: "_autoComplete", _disabled: "_disabled", _hasCounter: "_hasCounter", _hideLabel: "_hideLabel", _hideMsg: "_hideMsg", _hint: "_hint", _icons: "_icons", _id: "_id", _label: "_label", _maxLength: "_maxLength", _msg: "_msg", _name: "_name", _on: "_on", _pattern: "_pattern", _placeholder: "_placeholder", _readOnly: "_readOnly", _required: "_required", _shortKey: "_shortKey", _smartButton: "_smartButton", _tooltipAlign: "_tooltipAlign", _touched: "_touched", _value: "_value", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
3658
|
+
} }, inputs: { _accessKey: "_accessKey", _autoComplete: "_autoComplete", _disabled: "_disabled", _hasCounter: "_hasCounter", _hideLabel: "_hideLabel", _hideMsg: "_hideMsg", _hint: "_hint", _icons: "_icons", _id: "_id", _label: "_label", _maxLength: "_maxLength", _maxLengthBehavior: "_maxLengthBehavior", _msg: "_msg", _name: "_name", _on: "_on", _pattern: "_pattern", _placeholder: "_placeholder", _readOnly: "_readOnly", _required: "_required", _shortKey: "_shortKey", _smartButton: "_smartButton", _tooltipAlign: "_tooltipAlign", _touched: "_touched", _value: "_value", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
3659
3659
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolInputPassword) }
|
|
3660
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_autoComplete", "_disabled", "_hasCounter", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_maxLength", "_msg", "_name", "_on", "_pattern", "_placeholder", "_readOnly", "_required", "_shortKey", "_smartButton", "_tooltipAlign", "_touched", "_value", "_variant", 4, "replaceTag"], [3, "_accessKey", "_autoComplete", "_disabled", "_hasCounter", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_maxLength", "_msg", "_name", "_on", "_pattern", "_placeholder", "_readOnly", "_required", "_shortKey", "_smartButton", "_tooltipAlign", "_touched", "_value", "_variant"], [4, "ngTemplateOutlet"]], template: function KolInputPassword_Template(rf, ctx) { if (rf & 1) {
|
|
3660
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_autoComplete", "_disabled", "_hasCounter", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_maxLength", "_maxLengthBehavior", "_msg", "_name", "_on", "_pattern", "_placeholder", "_readOnly", "_required", "_shortKey", "_smartButton", "_tooltipAlign", "_touched", "_value", "_variant", 4, "replaceTag"], [3, "_accessKey", "_autoComplete", "_disabled", "_hasCounter", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_maxLength", "_maxLengthBehavior", "_msg", "_name", "_on", "_pattern", "_placeholder", "_readOnly", "_required", "_shortKey", "_smartButton", "_tooltipAlign", "_touched", "_value", "_variant"], [4, "ngTemplateOutlet"]], template: function KolInputPassword_Template(rf, ctx) { if (rf & 1) {
|
|
3661
3661
|
i0.ɵɵprojectionDef();
|
|
3662
3662
|
i0.ɵɵtemplate(0, KolInputPassword_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolInputPassword_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolInputPassword_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
3663
3663
|
} if (rf & 2) {
|
|
@@ -3666,7 +3666,7 @@ KolInputPassword.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputPa
|
|
|
3666
3666
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
3667
3667
|
KolInputPassword = __decorate([
|
|
3668
3668
|
ProxyCmp({
|
|
3669
|
-
inputs: ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_tooltipAlign', '_touched', '_value', '_variant'],
|
|
3669
|
+
inputs: ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_tooltipAlign', '_touched', '_value', '_variant'],
|
|
3670
3670
|
methods: ['getValue', 'kolFocus']
|
|
3671
3671
|
})
|
|
3672
3672
|
], KolInputPassword);
|
|
@@ -3679,7 +3679,7 @@ export { KolInputPassword };
|
|
|
3679
3679
|
template: `
|
|
3680
3680
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
3681
3681
|
<stencil-ng-proxy
|
|
3682
|
-
[_accessKey]="_accessKey" [_autoComplete]="_autoComplete" [_disabled]="_disabled" [_hasCounter]="_hasCounter" [_hideLabel]="_hideLabel" [_hideMsg]="_hideMsg" [_hint]="_hint" [_icons]="_icons" [_id]="_id" [_label]="_label" [_maxLength]="_maxLength" [_msg]="_msg" [_name]="_name" [_on]="_on" [_pattern]="_pattern" [_placeholder]="_placeholder" [_readOnly]="_readOnly" [_required]="_required" [_shortKey]="_shortKey" [_smartButton]="_smartButton" [_tooltipAlign]="_tooltipAlign" [_touched]="_touched" [_value]="_value" [_variant]="_variant"
|
|
3682
|
+
[_accessKey]="_accessKey" [_autoComplete]="_autoComplete" [_disabled]="_disabled" [_hasCounter]="_hasCounter" [_hideLabel]="_hideLabel" [_hideMsg]="_hideMsg" [_hint]="_hint" [_icons]="_icons" [_id]="_id" [_label]="_label" [_maxLength]="_maxLength" [_maxLengthBehavior]="_maxLengthBehavior" [_msg]="_msg" [_name]="_name" [_on]="_on" [_pattern]="_pattern" [_placeholder]="_placeholder" [_readOnly]="_readOnly" [_required]="_required" [_shortKey]="_shortKey" [_smartButton]="_smartButton" [_tooltipAlign]="_tooltipAlign" [_touched]="_touched" [_value]="_value" [_variant]="_variant"
|
|
3683
3683
|
*replaceTag="tagName"
|
|
3684
3684
|
#replaceTagHost
|
|
3685
3685
|
>
|
|
@@ -3695,7 +3695,7 @@ export { KolInputPassword };
|
|
|
3695
3695
|
<ng-content></ng-content>
|
|
3696
3696
|
</ng-template>`,
|
|
3697
3697
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3698
|
-
inputs: ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_tooltipAlign', '_touched', '_value', '_variant'],
|
|
3698
|
+
inputs: ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_tooltipAlign', '_touched', '_value', '_variant'],
|
|
3699
3699
|
providers: [
|
|
3700
3700
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolInputPassword) }
|
|
3701
3701
|
],
|
|
@@ -3704,7 +3704,7 @@ export { KolInputPassword };
|
|
|
3704
3704
|
type: ViewChild,
|
|
3705
3705
|
args: [ReplaceTagDirective]
|
|
3706
3706
|
}] }); })();
|
|
3707
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber:
|
|
3707
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber: 1607 }); })();
|
|
3708
3708
|
let KolInputRadio = class KolInputRadio extends StencilProxyComponent {
|
|
3709
3709
|
constructor(changeDetectorRef, r, z) {
|
|
3710
3710
|
super();
|
|
@@ -3779,7 +3779,7 @@ export { KolInputRadio };
|
|
|
3779
3779
|
type: ViewChild,
|
|
3780
3780
|
args: [ReplaceTagDirective]
|
|
3781
3781
|
}] }); })();
|
|
3782
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber:
|
|
3782
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber: 1690 }); })();
|
|
3783
3783
|
let KolInputRange = class KolInputRange extends StencilProxyComponent {
|
|
3784
3784
|
constructor(changeDetectorRef, r, z) {
|
|
3785
3785
|
super();
|
|
@@ -3854,13 +3854,13 @@ export { KolInputRange };
|
|
|
3854
3854
|
type: ViewChild,
|
|
3855
3855
|
args: [ReplaceTagDirective]
|
|
3856
3856
|
}] }); })();
|
|
3857
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber:
|
|
3857
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber: 1763 }); })();
|
|
3858
3858
|
let KolInputText = class KolInputText extends StencilProxyComponent {
|
|
3859
3859
|
constructor(changeDetectorRef, r, z) {
|
|
3860
3860
|
super();
|
|
3861
3861
|
this.changeDetectorRef = changeDetectorRef;
|
|
3862
3862
|
this.z = z;
|
|
3863
|
-
this.availableInputProperties = ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_spellCheck', '_suggestions', '_tooltipAlign', '_touched', '_type', '_value'];
|
|
3863
|
+
this.availableInputProperties = ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_spellCheck', '_suggestions', '_tooltipAlign', '_touched', '_type', '_value'];
|
|
3864
3864
|
changeDetectorRef.detach();
|
|
3865
3865
|
const originalTagName = 'kol-input-text';
|
|
3866
3866
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -3880,9 +3880,9 @@ KolInputText.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputText,
|
|
|
3880
3880
|
} if (rf & 2) {
|
|
3881
3881
|
let _t;
|
|
3882
3882
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
3883
|
-
} }, inputs: { _accessKey: "_accessKey", _autoComplete: "_autoComplete", _disabled: "_disabled", _hasCounter: "_hasCounter", _hideLabel: "_hideLabel", _hideMsg: "_hideMsg", _hint: "_hint", _icons: "_icons", _id: "_id", _label: "_label", _maxLength: "_maxLength", _msg: "_msg", _name: "_name", _on: "_on", _pattern: "_pattern", _placeholder: "_placeholder", _readOnly: "_readOnly", _required: "_required", _shortKey: "_shortKey", _smartButton: "_smartButton", _spellCheck: "_spellCheck", _suggestions: "_suggestions", _tooltipAlign: "_tooltipAlign", _touched: "_touched", _type: "_type", _value: "_value" }, features: [i0.ɵɵProvidersFeature([
|
|
3883
|
+
} }, inputs: { _accessKey: "_accessKey", _autoComplete: "_autoComplete", _disabled: "_disabled", _hasCounter: "_hasCounter", _hideLabel: "_hideLabel", _hideMsg: "_hideMsg", _hint: "_hint", _icons: "_icons", _id: "_id", _label: "_label", _maxLength: "_maxLength", _maxLengthBehavior: "_maxLengthBehavior", _msg: "_msg", _name: "_name", _on: "_on", _pattern: "_pattern", _placeholder: "_placeholder", _readOnly: "_readOnly", _required: "_required", _shortKey: "_shortKey", _smartButton: "_smartButton", _spellCheck: "_spellCheck", _suggestions: "_suggestions", _tooltipAlign: "_tooltipAlign", _touched: "_touched", _type: "_type", _value: "_value" }, features: [i0.ɵɵProvidersFeature([
|
|
3884
3884
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolInputText) }
|
|
3885
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_autoComplete", "_disabled", "_hasCounter", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_maxLength", "_msg", "_name", "_on", "_pattern", "_placeholder", "_readOnly", "_required", "_shortKey", "_smartButton", "_spellCheck", "_suggestions", "_tooltipAlign", "_touched", "_type", "_value", 4, "replaceTag"], [3, "_accessKey", "_autoComplete", "_disabled", "_hasCounter", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_maxLength", "_msg", "_name", "_on", "_pattern", "_placeholder", "_readOnly", "_required", "_shortKey", "_smartButton", "_spellCheck", "_suggestions", "_tooltipAlign", "_touched", "_type", "_value"], [4, "ngTemplateOutlet"]], template: function KolInputText_Template(rf, ctx) { if (rf & 1) {
|
|
3885
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_autoComplete", "_disabled", "_hasCounter", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_maxLength", "_maxLengthBehavior", "_msg", "_name", "_on", "_pattern", "_placeholder", "_readOnly", "_required", "_shortKey", "_smartButton", "_spellCheck", "_suggestions", "_tooltipAlign", "_touched", "_type", "_value", 4, "replaceTag"], [3, "_accessKey", "_autoComplete", "_disabled", "_hasCounter", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_maxLength", "_maxLengthBehavior", "_msg", "_name", "_on", "_pattern", "_placeholder", "_readOnly", "_required", "_shortKey", "_smartButton", "_spellCheck", "_suggestions", "_tooltipAlign", "_touched", "_type", "_value"], [4, "ngTemplateOutlet"]], template: function KolInputText_Template(rf, ctx) { if (rf & 1) {
|
|
3886
3886
|
i0.ɵɵprojectionDef();
|
|
3887
3887
|
i0.ɵɵtemplate(0, KolInputText_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolInputText_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolInputText_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
3888
3888
|
} if (rf & 2) {
|
|
@@ -3891,7 +3891,7 @@ KolInputText.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputText,
|
|
|
3891
3891
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
3892
3892
|
KolInputText = __decorate([
|
|
3893
3893
|
ProxyCmp({
|
|
3894
|
-
inputs: ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_spellCheck', '_suggestions', '_tooltipAlign', '_touched', '_type', '_value'],
|
|
3894
|
+
inputs: ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_spellCheck', '_suggestions', '_tooltipAlign', '_touched', '_type', '_value'],
|
|
3895
3895
|
methods: ['getValue', 'kolFocus']
|
|
3896
3896
|
})
|
|
3897
3897
|
], KolInputText);
|
|
@@ -3904,7 +3904,7 @@ export { KolInputText };
|
|
|
3904
3904
|
template: `
|
|
3905
3905
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
3906
3906
|
<stencil-ng-proxy
|
|
3907
|
-
[_accessKey]="_accessKey" [_autoComplete]="_autoComplete" [_disabled]="_disabled" [_hasCounter]="_hasCounter" [_hideLabel]="_hideLabel" [_hideMsg]="_hideMsg" [_hint]="_hint" [_icons]="_icons" [_id]="_id" [_label]="_label" [_maxLength]="_maxLength" [_msg]="_msg" [_name]="_name" [_on]="_on" [_pattern]="_pattern" [_placeholder]="_placeholder" [_readOnly]="_readOnly" [_required]="_required" [_shortKey]="_shortKey" [_smartButton]="_smartButton" [_spellCheck]="_spellCheck" [_suggestions]="_suggestions" [_tooltipAlign]="_tooltipAlign" [_touched]="_touched" [_type]="_type" [_value]="_value"
|
|
3907
|
+
[_accessKey]="_accessKey" [_autoComplete]="_autoComplete" [_disabled]="_disabled" [_hasCounter]="_hasCounter" [_hideLabel]="_hideLabel" [_hideMsg]="_hideMsg" [_hint]="_hint" [_icons]="_icons" [_id]="_id" [_label]="_label" [_maxLength]="_maxLength" [_maxLengthBehavior]="_maxLengthBehavior" [_msg]="_msg" [_name]="_name" [_on]="_on" [_pattern]="_pattern" [_placeholder]="_placeholder" [_readOnly]="_readOnly" [_required]="_required" [_shortKey]="_shortKey" [_smartButton]="_smartButton" [_spellCheck]="_spellCheck" [_suggestions]="_suggestions" [_tooltipAlign]="_tooltipAlign" [_touched]="_touched" [_type]="_type" [_value]="_value"
|
|
3908
3908
|
*replaceTag="tagName"
|
|
3909
3909
|
#replaceTagHost
|
|
3910
3910
|
>
|
|
@@ -3920,7 +3920,7 @@ export { KolInputText };
|
|
|
3920
3920
|
<ng-content></ng-content>
|
|
3921
3921
|
</ng-template>`,
|
|
3922
3922
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3923
|
-
inputs: ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_spellCheck', '_suggestions', '_tooltipAlign', '_touched', '_type', '_value'],
|
|
3923
|
+
inputs: ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_spellCheck', '_suggestions', '_tooltipAlign', '_touched', '_type', '_value'],
|
|
3924
3924
|
providers: [
|
|
3925
3925
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolInputText) }
|
|
3926
3926
|
],
|
|
@@ -3929,7 +3929,7 @@ export { KolInputText };
|
|
|
3929
3929
|
type: ViewChild,
|
|
3930
3930
|
args: [ReplaceTagDirective]
|
|
3931
3931
|
}] }); })();
|
|
3932
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber:
|
|
3932
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber: 1841 }); })();
|
|
3933
3933
|
let KolKolibri = class KolKolibri extends StencilProxyComponent {
|
|
3934
3934
|
constructor(changeDetectorRef, r, z) {
|
|
3935
3935
|
super();
|
|
@@ -4003,7 +4003,7 @@ export { KolKolibri };
|
|
|
4003
4003
|
type: ViewChild,
|
|
4004
4004
|
args: [ReplaceTagDirective]
|
|
4005
4005
|
}] }); })();
|
|
4006
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber:
|
|
4006
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber: 1925 }); })();
|
|
4007
4007
|
let KolLink = class KolLink extends StencilProxyComponent {
|
|
4008
4008
|
constructor(changeDetectorRef, r, z) {
|
|
4009
4009
|
super();
|
|
@@ -4078,7 +4078,7 @@ export { KolLink };
|
|
|
4078
4078
|
type: ViewChild,
|
|
4079
4079
|
args: [ReplaceTagDirective]
|
|
4080
4080
|
}] }); })();
|
|
4081
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber:
|
|
4081
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber: 1985 }); })();
|
|
4082
4082
|
let KolLinkButton = class KolLinkButton extends StencilProxyComponent {
|
|
4083
4083
|
constructor(changeDetectorRef, r, z) {
|
|
4084
4084
|
super();
|
|
@@ -4153,7 +4153,7 @@ export { KolLinkButton };
|
|
|
4153
4153
|
type: ViewChild,
|
|
4154
4154
|
args: [ReplaceTagDirective]
|
|
4155
4155
|
}] }); })();
|
|
4156
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber:
|
|
4156
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 2058 }); })();
|
|
4157
4157
|
let KolModal = class KolModal extends StencilProxyComponent {
|
|
4158
4158
|
constructor(changeDetectorRef, r, z) {
|
|
4159
4159
|
super();
|
|
@@ -4228,7 +4228,7 @@ export { KolModal };
|
|
|
4228
4228
|
type: ViewChild,
|
|
4229
4229
|
args: [ReplaceTagDirective]
|
|
4230
4230
|
}] }); })();
|
|
4231
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber:
|
|
4231
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2132 }); })();
|
|
4232
4232
|
let KolNav = class KolNav extends StencilProxyComponent {
|
|
4233
4233
|
constructor(changeDetectorRef, r, z) {
|
|
4234
4234
|
super();
|
|
@@ -4302,7 +4302,7 @@ export { KolNav };
|
|
|
4302
4302
|
type: ViewChild,
|
|
4303
4303
|
args: [ReplaceTagDirective]
|
|
4304
4304
|
}] }); })();
|
|
4305
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber:
|
|
4305
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2193 }); })();
|
|
4306
4306
|
let KolPagination = class KolPagination extends StencilProxyComponent {
|
|
4307
4307
|
constructor(changeDetectorRef, r, z) {
|
|
4308
4308
|
super();
|
|
@@ -4376,7 +4376,7 @@ export { KolPagination };
|
|
|
4376
4376
|
type: ViewChild,
|
|
4377
4377
|
args: [ReplaceTagDirective]
|
|
4378
4378
|
}] }); })();
|
|
4379
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber:
|
|
4379
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2257 }); })();
|
|
4380
4380
|
let KolPaginationWc = class KolPaginationWc extends StencilProxyComponent {
|
|
4381
4381
|
constructor(changeDetectorRef, r, z) {
|
|
4382
4382
|
super();
|
|
@@ -4450,7 +4450,7 @@ export { KolPaginationWc };
|
|
|
4450
4450
|
type: ViewChild,
|
|
4451
4451
|
args: [ReplaceTagDirective]
|
|
4452
4452
|
}] }); })();
|
|
4453
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber:
|
|
4453
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber: 2325 }); })();
|
|
4454
4454
|
let KolPopoverButton = class KolPopoverButton extends StencilProxyComponent {
|
|
4455
4455
|
constructor(changeDetectorRef, r, z) {
|
|
4456
4456
|
super();
|
|
@@ -4525,7 +4525,7 @@ export { KolPopoverButton };
|
|
|
4525
4525
|
type: ViewChild,
|
|
4526
4526
|
args: [ReplaceTagDirective]
|
|
4527
4527
|
}] }); })();
|
|
4528
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber:
|
|
4528
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2394 }); })();
|
|
4529
4529
|
let KolPopoverButtonWc = class KolPopoverButtonWc extends StencilProxyComponent {
|
|
4530
4530
|
constructor(changeDetectorRef, r, z) {
|
|
4531
4531
|
super();
|
|
@@ -4600,7 +4600,7 @@ export { KolPopoverButtonWc };
|
|
|
4600
4600
|
type: ViewChild,
|
|
4601
4601
|
args: [ReplaceTagDirective]
|
|
4602
4602
|
}] }); })();
|
|
4603
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber:
|
|
4603
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber: 2472 }); })();
|
|
4604
4604
|
let KolProgress = class KolProgress extends StencilProxyComponent {
|
|
4605
4605
|
constructor(changeDetectorRef, r, z) {
|
|
4606
4606
|
super();
|
|
@@ -4674,7 +4674,7 @@ export { KolProgress };
|
|
|
4674
4674
|
type: ViewChild,
|
|
4675
4675
|
args: [ReplaceTagDirective]
|
|
4676
4676
|
}] }); })();
|
|
4677
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber:
|
|
4677
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2549 }); })();
|
|
4678
4678
|
let KolQuote = class KolQuote extends StencilProxyComponent {
|
|
4679
4679
|
constructor(changeDetectorRef, r, z) {
|
|
4680
4680
|
super();
|
|
@@ -4748,7 +4748,7 @@ export { KolQuote };
|
|
|
4748
4748
|
type: ViewChild,
|
|
4749
4749
|
args: [ReplaceTagDirective]
|
|
4750
4750
|
}] }); })();
|
|
4751
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber:
|
|
4751
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2611 }); })();
|
|
4752
4752
|
let KolSelect = class KolSelect extends StencilProxyComponent {
|
|
4753
4753
|
constructor(changeDetectorRef, r, z) {
|
|
4754
4754
|
super();
|
|
@@ -4823,7 +4823,7 @@ export { KolSelect };
|
|
|
4823
4823
|
type: ViewChild,
|
|
4824
4824
|
args: [ReplaceTagDirective]
|
|
4825
4825
|
}] }); })();
|
|
4826
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber:
|
|
4826
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2673 }); })();
|
|
4827
4827
|
let KolSingleSelect = class KolSingleSelect extends StencilProxyComponent {
|
|
4828
4828
|
constructor(changeDetectorRef, r, z) {
|
|
4829
4829
|
super();
|
|
@@ -4898,7 +4898,7 @@ export { KolSingleSelect };
|
|
|
4898
4898
|
type: ViewChild,
|
|
4899
4899
|
args: [ReplaceTagDirective]
|
|
4900
4900
|
}] }); })();
|
|
4901
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber:
|
|
4901
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2751 }); })();
|
|
4902
4902
|
let KolSkipNav = class KolSkipNav extends StencilProxyComponent {
|
|
4903
4903
|
constructor(changeDetectorRef, r, z) {
|
|
4904
4904
|
super();
|
|
@@ -4972,7 +4972,7 @@ export { KolSkipNav };
|
|
|
4972
4972
|
type: ViewChild,
|
|
4973
4973
|
args: [ReplaceTagDirective]
|
|
4974
4974
|
}] }); })();
|
|
4975
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber:
|
|
4975
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2828 }); })();
|
|
4976
4976
|
let KolSpin = class KolSpin extends StencilProxyComponent {
|
|
4977
4977
|
constructor(changeDetectorRef, r, z) {
|
|
4978
4978
|
super();
|
|
@@ -5046,7 +5046,7 @@ export { KolSpin };
|
|
|
5046
5046
|
type: ViewChild,
|
|
5047
5047
|
args: [ReplaceTagDirective]
|
|
5048
5048
|
}] }); })();
|
|
5049
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber:
|
|
5049
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2887 }); })();
|
|
5050
5050
|
let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
|
|
5051
5051
|
constructor(changeDetectorRef, r, z) {
|
|
5052
5052
|
super();
|
|
@@ -5121,7 +5121,7 @@ export { KolSplitButton };
|
|
|
5121
5121
|
type: ViewChild,
|
|
5122
5122
|
args: [ReplaceTagDirective]
|
|
5123
5123
|
}] }); })();
|
|
5124
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber:
|
|
5124
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2947 }); })();
|
|
5125
5125
|
let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
|
|
5126
5126
|
constructor(changeDetectorRef, r, z) {
|
|
5127
5127
|
super();
|
|
@@ -5196,7 +5196,7 @@ export { KolTableStateful };
|
|
|
5196
5196
|
type: ViewChild,
|
|
5197
5197
|
args: [ReplaceTagDirective]
|
|
5198
5198
|
}] }); })();
|
|
5199
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber:
|
|
5199
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3024 }); })();
|
|
5200
5200
|
let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
|
|
5201
5201
|
constructor(changeDetectorRef, r, z) {
|
|
5202
5202
|
super();
|
|
@@ -5270,7 +5270,7 @@ export { KolTableStateless };
|
|
|
5270
5270
|
type: ViewChild,
|
|
5271
5271
|
args: [ReplaceTagDirective]
|
|
5272
5272
|
}] }); })();
|
|
5273
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber:
|
|
5273
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3092 }); })();
|
|
5274
5274
|
let KolTabs = class KolTabs extends StencilProxyComponent {
|
|
5275
5275
|
constructor(changeDetectorRef, r, z) {
|
|
5276
5276
|
super();
|
|
@@ -5344,13 +5344,13 @@ export { KolTabs };
|
|
|
5344
5344
|
type: ViewChild,
|
|
5345
5345
|
args: [ReplaceTagDirective]
|
|
5346
5346
|
}] }); })();
|
|
5347
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber:
|
|
5347
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3157 }); })();
|
|
5348
5348
|
let KolTextarea = class KolTextarea extends StencilProxyComponent {
|
|
5349
5349
|
constructor(changeDetectorRef, r, z) {
|
|
5350
5350
|
super();
|
|
5351
5351
|
this.changeDetectorRef = changeDetectorRef;
|
|
5352
5352
|
this.z = z;
|
|
5353
|
-
this.availableInputProperties = ['_accessKey', '_adjustHeight', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_msg', '_name', '_on', '_placeholder', '_readOnly', '_required', '_resize', '_rows', '_shortKey', '_spellCheck', '_tooltipAlign', '_touched', '_value'];
|
|
5353
|
+
this.availableInputProperties = ['_accessKey', '_adjustHeight', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_placeholder', '_readOnly', '_required', '_resize', '_rows', '_shortKey', '_spellCheck', '_tooltipAlign', '_touched', '_value'];
|
|
5354
5354
|
changeDetectorRef.detach();
|
|
5355
5355
|
const originalTagName = 'kol-textarea';
|
|
5356
5356
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -5370,9 +5370,9 @@ KolTextarea.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTextarea, se
|
|
|
5370
5370
|
} if (rf & 2) {
|
|
5371
5371
|
let _t;
|
|
5372
5372
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
5373
|
-
} }, inputs: { _accessKey: "_accessKey", _adjustHeight: "_adjustHeight", _disabled: "_disabled", _hasCounter: "_hasCounter", _hideLabel: "_hideLabel", _hideMsg: "_hideMsg", _hint: "_hint", _icons: "_icons", _id: "_id", _label: "_label", _maxLength: "_maxLength", _msg: "_msg", _name: "_name", _on: "_on", _placeholder: "_placeholder", _readOnly: "_readOnly", _required: "_required", _resize: "_resize", _rows: "_rows", _shortKey: "_shortKey", _spellCheck: "_spellCheck", _tooltipAlign: "_tooltipAlign", _touched: "_touched", _value: "_value" }, features: [i0.ɵɵProvidersFeature([
|
|
5373
|
+
} }, inputs: { _accessKey: "_accessKey", _adjustHeight: "_adjustHeight", _disabled: "_disabled", _hasCounter: "_hasCounter", _hideLabel: "_hideLabel", _hideMsg: "_hideMsg", _hint: "_hint", _icons: "_icons", _id: "_id", _label: "_label", _maxLength: "_maxLength", _maxLengthBehavior: "_maxLengthBehavior", _msg: "_msg", _name: "_name", _on: "_on", _placeholder: "_placeholder", _readOnly: "_readOnly", _required: "_required", _resize: "_resize", _rows: "_rows", _shortKey: "_shortKey", _spellCheck: "_spellCheck", _tooltipAlign: "_tooltipAlign", _touched: "_touched", _value: "_value" }, features: [i0.ɵɵProvidersFeature([
|
|
5374
5374
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolTextarea) }
|
|
5375
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_adjustHeight", "_disabled", "_hasCounter", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_maxLength", "_msg", "_name", "_on", "_placeholder", "_readOnly", "_required", "_resize", "_rows", "_shortKey", "_spellCheck", "_tooltipAlign", "_touched", "_value", 4, "replaceTag"], [3, "_accessKey", "_adjustHeight", "_disabled", "_hasCounter", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_maxLength", "_msg", "_name", "_on", "_placeholder", "_readOnly", "_required", "_resize", "_rows", "_shortKey", "_spellCheck", "_tooltipAlign", "_touched", "_value"], [4, "ngTemplateOutlet"]], template: function KolTextarea_Template(rf, ctx) { if (rf & 1) {
|
|
5375
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_adjustHeight", "_disabled", "_hasCounter", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_maxLength", "_maxLengthBehavior", "_msg", "_name", "_on", "_placeholder", "_readOnly", "_required", "_resize", "_rows", "_shortKey", "_spellCheck", "_tooltipAlign", "_touched", "_value", 4, "replaceTag"], [3, "_accessKey", "_adjustHeight", "_disabled", "_hasCounter", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_maxLength", "_maxLengthBehavior", "_msg", "_name", "_on", "_placeholder", "_readOnly", "_required", "_resize", "_rows", "_shortKey", "_spellCheck", "_tooltipAlign", "_touched", "_value"], [4, "ngTemplateOutlet"]], template: function KolTextarea_Template(rf, ctx) { if (rf & 1) {
|
|
5376
5376
|
i0.ɵɵprojectionDef();
|
|
5377
5377
|
i0.ɵɵtemplate(0, KolTextarea_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolTextarea_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolTextarea_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
5378
5378
|
} if (rf & 2) {
|
|
@@ -5381,7 +5381,7 @@ KolTextarea.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTextarea, se
|
|
|
5381
5381
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
5382
5382
|
KolTextarea = __decorate([
|
|
5383
5383
|
ProxyCmp({
|
|
5384
|
-
inputs: ['_accessKey', '_adjustHeight', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_msg', '_name', '_on', '_placeholder', '_readOnly', '_required', '_resize', '_rows', '_shortKey', '_spellCheck', '_tooltipAlign', '_touched', '_value'],
|
|
5384
|
+
inputs: ['_accessKey', '_adjustHeight', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_placeholder', '_readOnly', '_required', '_resize', '_rows', '_shortKey', '_spellCheck', '_tooltipAlign', '_touched', '_value'],
|
|
5385
5385
|
methods: ['getValue', 'kolFocus']
|
|
5386
5386
|
})
|
|
5387
5387
|
], KolTextarea);
|
|
@@ -5394,7 +5394,7 @@ export { KolTextarea };
|
|
|
5394
5394
|
template: `
|
|
5395
5395
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
5396
5396
|
<stencil-ng-proxy
|
|
5397
|
-
[_accessKey]="_accessKey" [_adjustHeight]="_adjustHeight" [_disabled]="_disabled" [_hasCounter]="_hasCounter" [_hideLabel]="_hideLabel" [_hideMsg]="_hideMsg" [_hint]="_hint" [_icons]="_icons" [_id]="_id" [_label]="_label" [_maxLength]="_maxLength" [_msg]="_msg" [_name]="_name" [_on]="_on" [_placeholder]="_placeholder" [_readOnly]="_readOnly" [_required]="_required" [_resize]="_resize" [_rows]="_rows" [_shortKey]="_shortKey" [_spellCheck]="_spellCheck" [_tooltipAlign]="_tooltipAlign" [_touched]="_touched" [_value]="_value"
|
|
5397
|
+
[_accessKey]="_accessKey" [_adjustHeight]="_adjustHeight" [_disabled]="_disabled" [_hasCounter]="_hasCounter" [_hideLabel]="_hideLabel" [_hideMsg]="_hideMsg" [_hint]="_hint" [_icons]="_icons" [_id]="_id" [_label]="_label" [_maxLength]="_maxLength" [_maxLengthBehavior]="_maxLengthBehavior" [_msg]="_msg" [_name]="_name" [_on]="_on" [_placeholder]="_placeholder" [_readOnly]="_readOnly" [_required]="_required" [_resize]="_resize" [_rows]="_rows" [_shortKey]="_shortKey" [_spellCheck]="_spellCheck" [_tooltipAlign]="_tooltipAlign" [_touched]="_touched" [_value]="_value"
|
|
5398
5398
|
*replaceTag="tagName"
|
|
5399
5399
|
#replaceTagHost
|
|
5400
5400
|
>
|
|
@@ -5410,7 +5410,7 @@ export { KolTextarea };
|
|
|
5410
5410
|
<ng-content></ng-content>
|
|
5411
5411
|
</ng-template>`,
|
|
5412
5412
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5413
|
-
inputs: ['_accessKey', '_adjustHeight', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_msg', '_name', '_on', '_placeholder', '_readOnly', '_required', '_resize', '_rows', '_shortKey', '_spellCheck', '_tooltipAlign', '_touched', '_value'],
|
|
5413
|
+
inputs: ['_accessKey', '_adjustHeight', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_placeholder', '_readOnly', '_required', '_resize', '_rows', '_shortKey', '_spellCheck', '_tooltipAlign', '_touched', '_value'],
|
|
5414
5414
|
providers: [
|
|
5415
5415
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolTextarea) }
|
|
5416
5416
|
],
|
|
@@ -5419,7 +5419,7 @@ export { KolTextarea };
|
|
|
5419
5419
|
type: ViewChild,
|
|
5420
5420
|
args: [ReplaceTagDirective]
|
|
5421
5421
|
}] }); })();
|
|
5422
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber:
|
|
5422
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3222 }); })();
|
|
5423
5423
|
let KolToastContainer = class KolToastContainer extends StencilProxyComponent {
|
|
5424
5424
|
constructor(changeDetectorRef, r, z) {
|
|
5425
5425
|
super();
|
|
@@ -5493,7 +5493,7 @@ export { KolToastContainer };
|
|
|
5493
5493
|
type: ViewChild,
|
|
5494
5494
|
args: [ReplaceTagDirective]
|
|
5495
5495
|
}] }); })();
|
|
5496
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber:
|
|
5496
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3304 }); })();
|
|
5497
5497
|
let KolToolbar = class KolToolbar extends StencilProxyComponent {
|
|
5498
5498
|
constructor(changeDetectorRef, r, z) {
|
|
5499
5499
|
super();
|
|
@@ -5567,7 +5567,7 @@ export { KolToolbar };
|
|
|
5567
5567
|
type: ViewChild,
|
|
5568
5568
|
args: [ReplaceTagDirective]
|
|
5569
5569
|
}] }); })();
|
|
5570
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber:
|
|
5570
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3362 }); })();
|
|
5571
5571
|
let KolTree = class KolTree extends StencilProxyComponent {
|
|
5572
5572
|
constructor(changeDetectorRef, r, z) {
|
|
5573
5573
|
super();
|
|
@@ -5641,7 +5641,7 @@ export { KolTree };
|
|
|
5641
5641
|
type: ViewChild,
|
|
5642
5642
|
args: [ReplaceTagDirective]
|
|
5643
5643
|
}] }); })();
|
|
5644
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber:
|
|
5644
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3422 }); })();
|
|
5645
5645
|
let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
|
|
5646
5646
|
constructor(changeDetectorRef, r, z) {
|
|
5647
5647
|
super();
|
|
@@ -5716,7 +5716,7 @@ export { KolTreeItem };
|
|
|
5716
5716
|
type: ViewChild,
|
|
5717
5717
|
args: [ReplaceTagDirective]
|
|
5718
5718
|
}] }); })();
|
|
5719
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber:
|
|
5719
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3481 }); })();
|
|
5720
5720
|
let KolTreeItemWc = class KolTreeItemWc extends StencilProxyComponent {
|
|
5721
5721
|
constructor(changeDetectorRef, r, z) {
|
|
5722
5722
|
super();
|
|
@@ -5791,7 +5791,7 @@ export { KolTreeItemWc };
|
|
|
5791
5791
|
type: ViewChild,
|
|
5792
5792
|
args: [ReplaceTagDirective]
|
|
5793
5793
|
}] }); })();
|
|
5794
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber:
|
|
5794
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3543 }); })();
|
|
5795
5795
|
let KolVersion = class KolVersion extends StencilProxyComponent {
|
|
5796
5796
|
constructor(changeDetectorRef, r, z) {
|
|
5797
5797
|
super();
|
|
@@ -5865,4 +5865,4 @@ export { KolVersion };
|
|
|
5865
5865
|
type: ViewChild,
|
|
5866
5866
|
args: [ReplaceTagDirective]
|
|
5867
5867
|
}] }); })();
|
|
5868
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber:
|
|
5868
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3604 }); })();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/angular-v19",
|
|
3
|
-
"version": "3.0.2-rc.
|
|
3
|
+
"version": "3.0.2-rc.3",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"rxjs": "7.8.2",
|
|
67
67
|
"typescript": "5.8.3",
|
|
68
68
|
"zone.js": "0.15.1",
|
|
69
|
-
"@public-ui/components": "3.0.2-rc.
|
|
69
|
+
"@public-ui/components": "3.0.2-rc.3"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"@angular/core": "^19.2.14",
|
|
73
|
-
"@public-ui/components": "3.0.2-rc.
|
|
73
|
+
"@public-ui/components": "3.0.2-rc.3"
|
|
74
74
|
},
|
|
75
75
|
"files": [
|
|
76
76
|
"dist"
|