@public-ui/angular-v19 4.0.0-alpha.9 → 4.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.d.ts +41 -8
- package/dist/components.js +155 -44
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -226,7 +226,7 @@ export declare class KolCombobox extends StencilProxyComponent implements OnChan
|
|
|
226
226
|
protected z: NgZone;
|
|
227
227
|
_accesskey: any;
|
|
228
228
|
_disabled: any;
|
|
229
|
-
|
|
229
|
+
_hasclearbutton: any;
|
|
230
230
|
_hidelabel: any;
|
|
231
231
|
_hidemsg: any;
|
|
232
232
|
_hint: any;
|
|
@@ -251,7 +251,7 @@ export declare class KolCombobox extends StencilProxyComponent implements OnChan
|
|
|
251
251
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
252
252
|
ngOnChanges(): void;
|
|
253
253
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolCombobox, never>;
|
|
254
|
-
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>;
|
|
255
255
|
}
|
|
256
256
|
export declare interface KolCombobox extends Components.KolCombobox {
|
|
257
257
|
}
|
|
@@ -1053,12 +1053,47 @@ export declare class KolSelect extends StencilProxyComponent implements OnChange
|
|
|
1053
1053
|
}
|
|
1054
1054
|
export declare interface KolSelect extends Components.KolSelect {
|
|
1055
1055
|
}
|
|
1056
|
+
export declare class KolSelectWc extends StencilProxyComponent implements OnChanges {
|
|
1057
|
+
private changeDetectorRef;
|
|
1058
|
+
protected z: NgZone;
|
|
1059
|
+
_accesskey: any;
|
|
1060
|
+
_disabled: any;
|
|
1061
|
+
_hidelabel: any;
|
|
1062
|
+
_hidemsg: any;
|
|
1063
|
+
_hint: any;
|
|
1064
|
+
_icons: any;
|
|
1065
|
+
_id: any;
|
|
1066
|
+
_label: any;
|
|
1067
|
+
_msg: any;
|
|
1068
|
+
_multiple: any;
|
|
1069
|
+
_name: any;
|
|
1070
|
+
_on: any;
|
|
1071
|
+
_options: any;
|
|
1072
|
+
_required: any;
|
|
1073
|
+
_rows: any;
|
|
1074
|
+
_shortkey: any;
|
|
1075
|
+
_tabindex: any;
|
|
1076
|
+
_tooltipalign: any;
|
|
1077
|
+
_touched: any;
|
|
1078
|
+
_value: any;
|
|
1079
|
+
protected el: HTMLElement;
|
|
1080
|
+
availableInputProperties: string[];
|
|
1081
|
+
hasTagNameTransformer: boolean;
|
|
1082
|
+
tagName: string;
|
|
1083
|
+
replaceTagDirective: ReplaceTagDirective;
|
|
1084
|
+
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1085
|
+
ngOnChanges(): void;
|
|
1086
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KolSelectWc, never>;
|
|
1087
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolSelectWc, "kol-select-wc", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_disabled": { "alias": "_disabled"; "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; }; "_multiple": { "alias": "_multiple"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_options": { "alias": "_options"; "required": false; }; "_required": { "alias": "_required"; "required": false; }; "_rows": { "alias": "_rows"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_tabIndex": { "alias": "_tabIndex"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_touched": { "alias": "_touched"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1088
|
+
}
|
|
1089
|
+
export declare interface KolSelectWc extends Components.KolSelectWc {
|
|
1090
|
+
}
|
|
1056
1091
|
export declare class KolSingleSelect extends StencilProxyComponent implements OnChanges {
|
|
1057
1092
|
private changeDetectorRef;
|
|
1058
1093
|
protected z: NgZone;
|
|
1059
1094
|
_accesskey: any;
|
|
1060
1095
|
_disabled: any;
|
|
1061
|
-
|
|
1096
|
+
_hasclearbutton: any;
|
|
1062
1097
|
_hidelabel: any;
|
|
1063
1098
|
_hidemsg: any;
|
|
1064
1099
|
_hint: any;
|
|
@@ -1084,7 +1119,7 @@ export declare class KolSingleSelect extends StencilProxyComponent implements On
|
|
|
1084
1119
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1085
1120
|
ngOnChanges(): void;
|
|
1086
1121
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolSingleSelect, never>;
|
|
1087
|
-
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>;
|
|
1088
1123
|
}
|
|
1089
1124
|
export declare interface KolSingleSelect extends Components.KolSingleSelect {
|
|
1090
1125
|
}
|
|
@@ -1171,7 +1206,6 @@ export declare class KolTableStateful extends StencilProxyComponent implements O
|
|
|
1171
1206
|
_pagination: any;
|
|
1172
1207
|
_paginationposition: any;
|
|
1173
1208
|
_selection: any;
|
|
1174
|
-
_tablesettings: any;
|
|
1175
1209
|
protected el: HTMLElement;
|
|
1176
1210
|
availableInputProperties: string[];
|
|
1177
1211
|
hasTagNameTransformer: boolean;
|
|
@@ -1180,7 +1214,7 @@ export declare class KolTableStateful extends StencilProxyComponent implements O
|
|
|
1180
1214
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1181
1215
|
ngOnChanges(): void;
|
|
1182
1216
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolTableStateful, never>;
|
|
1183
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolTableStateful, "kol-table-stateful", never, { "_allowMultiSort": { "alias": "_allowMultiSort"; "required": false; }; "_data": { "alias": "_data"; "required": false; }; "_dataFoot": { "alias": "_dataFoot"; "required": false; }; "_hasSettingsMenu": { "alias": "_hasSettingsMenu"; "required": false; }; "_headers": { "alias": "_headers"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_minWidth": { "alias": "_minWidth"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_pagination": { "alias": "_pagination"; "required": false; }; "_paginationPosition": { "alias": "_paginationPosition"; "required": false; }; "_selection": { "alias": "_selection"; "required": false; };
|
|
1217
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolTableStateful, "kol-table-stateful", never, { "_allowMultiSort": { "alias": "_allowMultiSort"; "required": false; }; "_data": { "alias": "_data"; "required": false; }; "_dataFoot": { "alias": "_dataFoot"; "required": false; }; "_hasSettingsMenu": { "alias": "_hasSettingsMenu"; "required": false; }; "_headers": { "alias": "_headers"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_minWidth": { "alias": "_minWidth"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_pagination": { "alias": "_pagination"; "required": false; }; "_paginationPosition": { "alias": "_paginationPosition"; "required": false; }; "_selection": { "alias": "_selection"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1184
1218
|
}
|
|
1185
1219
|
export declare interface KolTableStateful extends Components.KolTableStateful {
|
|
1186
1220
|
}
|
|
@@ -1195,7 +1229,6 @@ export declare class KolTableStateless extends StencilProxyComponent implements
|
|
|
1195
1229
|
_minwidth: any;
|
|
1196
1230
|
_on: any;
|
|
1197
1231
|
_selection: any;
|
|
1198
|
-
_tablesettings: any;
|
|
1199
1232
|
protected el: HTMLElement;
|
|
1200
1233
|
availableInputProperties: string[];
|
|
1201
1234
|
hasTagNameTransformer: boolean;
|
|
@@ -1204,7 +1237,7 @@ export declare class KolTableStateless extends StencilProxyComponent implements
|
|
|
1204
1237
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1205
1238
|
ngOnChanges(): void;
|
|
1206
1239
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolTableStateless, never>;
|
|
1207
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolTableStateless, "kol-table-stateless", never, { "_data": { "alias": "_data"; "required": false; }; "_dataFoot": { "alias": "_dataFoot"; "required": false; }; "_hasSettingsMenu": { "alias": "_hasSettingsMenu"; "required": false; }; "_headerCells": { "alias": "_headerCells"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_minWidth": { "alias": "_minWidth"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_selection": { "alias": "_selection"; "required": false; };
|
|
1240
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolTableStateless, "kol-table-stateless", never, { "_data": { "alias": "_data"; "required": false; }; "_dataFoot": { "alias": "_dataFoot"; "required": false; }; "_hasSettingsMenu": { "alias": "_hasSettingsMenu"; "required": false; }; "_headerCells": { "alias": "_headerCells"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_minWidth": { "alias": "_minWidth"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_selection": { "alias": "_selection"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1208
1241
|
}
|
|
1209
1242
|
export declare interface KolTableStateless extends Components.KolTableStateless {
|
|
1210
1243
|
}
|
package/dist/components.js
CHANGED
|
@@ -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.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_disabled", ctx_r0._disabled)("
|
|
381
|
+
i0.ɵɵproperty("_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.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
384
384
|
} }
|
|
@@ -1412,6 +1412,42 @@ function KolSelect_ng_template_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
1412
1412
|
function KolSelect_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
1413
1413
|
i0.ɵɵprojection(0);
|
|
1414
1414
|
} }
|
|
1415
|
+
function KolSelectWc_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
1416
|
+
i0.ɵɵelementContainer(0);
|
|
1417
|
+
} }
|
|
1418
|
+
function KolSelectWc_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf & 1) {
|
|
1419
|
+
i0.ɵɵelementStart(0, "stencil-ng-proxy", 5, 2);
|
|
1420
|
+
i0.ɵɵtemplate(2, KolSelectWc_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template, 1, 0, "ng-container", 6);
|
|
1421
|
+
i0.ɵɵelementEnd();
|
|
1422
|
+
} if (rf & 2) {
|
|
1423
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1424
|
+
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1425
|
+
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_disabled", ctx_r0._disabled)("_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)("_multiple", ctx_r0._multiple)("_name", ctx_r0._name)("_on", ctx_r0._on)("_options", ctx_r0._options)("_required", ctx_r0._required)("_rows", ctx_r0._rows)("_shortKey", ctx_r0._shortKey)("_tabIndex", ctx_r0._tabIndex)("_tooltipAlign", ctx_r0._tooltipAlign)("_touched", ctx_r0._touched)("_value", ctx_r0._value);
|
|
1426
|
+
i0.ɵɵadvance(2);
|
|
1427
|
+
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1428
|
+
} }
|
|
1429
|
+
function KolSelectWc_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1430
|
+
i0.ɵɵelementContainerStart(0);
|
|
1431
|
+
i0.ɵɵtemplate(1, KolSelectWc_ng_container_0_stencil_ng_proxy_1_Template, 3, 21, "stencil-ng-proxy", 4);
|
|
1432
|
+
i0.ɵɵelementContainerEnd();
|
|
1433
|
+
} if (rf & 2) {
|
|
1434
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
1435
|
+
i0.ɵɵadvance();
|
|
1436
|
+
i0.ɵɵproperty("replaceTag", ctx_r0.tagName);
|
|
1437
|
+
} }
|
|
1438
|
+
function KolSelectWc_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1439
|
+
i0.ɵɵelementContainer(0);
|
|
1440
|
+
} }
|
|
1441
|
+
function KolSelectWc_ng_template_1_Template(rf, ctx) { if (rf & 1) {
|
|
1442
|
+
i0.ɵɵtemplate(0, KolSelectWc_ng_template_1_ng_container_0_Template, 1, 0, "ng-container", 6);
|
|
1443
|
+
} if (rf & 2) {
|
|
1444
|
+
i0.ɵɵnextContext();
|
|
1445
|
+
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1446
|
+
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1447
|
+
} }
|
|
1448
|
+
function KolSelectWc_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
1449
|
+
i0.ɵɵprojection(0);
|
|
1450
|
+
} }
|
|
1415
1451
|
function KolSingleSelect_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
1416
1452
|
i0.ɵɵelementContainer(0);
|
|
1417
1453
|
} }
|
|
@@ -1422,7 +1458,7 @@ function KolSingleSelect_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { i
|
|
|
1422
1458
|
} if (rf & 2) {
|
|
1423
1459
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1424
1460
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1425
|
-
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_disabled", ctx_r0._disabled)("
|
|
1461
|
+
i0.ɵɵproperty("_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);
|
|
1426
1462
|
i0.ɵɵadvance(2);
|
|
1427
1463
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1428
1464
|
} }
|
|
@@ -1566,13 +1602,13 @@ function KolTableStateful_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) {
|
|
|
1566
1602
|
} if (rf & 2) {
|
|
1567
1603
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1568
1604
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1569
|
-
i0.ɵɵproperty("_allowMultiSort", ctx_r0._allowMultiSort)("_data", ctx_r0._data)("_dataFoot", ctx_r0._dataFoot)("_hasSettingsMenu", ctx_r0._hasSettingsMenu)("_headers", ctx_r0._headers)("_label", ctx_r0._label)("_minWidth", ctx_r0._minWidth)("_on", ctx_r0._on)("_pagination", ctx_r0._pagination)("_paginationPosition", ctx_r0._paginationPosition)("_selection", ctx_r0._selection)
|
|
1605
|
+
i0.ɵɵproperty("_allowMultiSort", ctx_r0._allowMultiSort)("_data", ctx_r0._data)("_dataFoot", ctx_r0._dataFoot)("_hasSettingsMenu", ctx_r0._hasSettingsMenu)("_headers", ctx_r0._headers)("_label", ctx_r0._label)("_minWidth", ctx_r0._minWidth)("_on", ctx_r0._on)("_pagination", ctx_r0._pagination)("_paginationPosition", ctx_r0._paginationPosition)("_selection", ctx_r0._selection);
|
|
1570
1606
|
i0.ɵɵadvance(2);
|
|
1571
1607
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1572
1608
|
} }
|
|
1573
1609
|
function KolTableStateful_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1574
1610
|
i0.ɵɵelementContainerStart(0);
|
|
1575
|
-
i0.ɵɵtemplate(1, KolTableStateful_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
1611
|
+
i0.ɵɵtemplate(1, KolTableStateful_ng_container_0_stencil_ng_proxy_1_Template, 3, 12, "stencil-ng-proxy", 4);
|
|
1576
1612
|
i0.ɵɵelementContainerEnd();
|
|
1577
1613
|
} if (rf & 2) {
|
|
1578
1614
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -1602,13 +1638,13 @@ function KolTableStateless_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) {
|
|
|
1602
1638
|
} if (rf & 2) {
|
|
1603
1639
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1604
1640
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1605
|
-
i0.ɵɵproperty("_data", ctx_r0._data)("_dataFoot", ctx_r0._dataFoot)("_hasSettingsMenu", ctx_r0._hasSettingsMenu)("_headerCells", ctx_r0._headerCells)("_label", ctx_r0._label)("_minWidth", ctx_r0._minWidth)("_on", ctx_r0._on)("_selection", ctx_r0._selection)
|
|
1641
|
+
i0.ɵɵproperty("_data", ctx_r0._data)("_dataFoot", ctx_r0._dataFoot)("_hasSettingsMenu", ctx_r0._hasSettingsMenu)("_headerCells", ctx_r0._headerCells)("_label", ctx_r0._label)("_minWidth", ctx_r0._minWidth)("_on", ctx_r0._on)("_selection", ctx_r0._selection);
|
|
1606
1642
|
i0.ɵɵadvance(2);
|
|
1607
1643
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1608
1644
|
} }
|
|
1609
1645
|
function KolTableStateless_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1610
1646
|
i0.ɵɵelementContainerStart(0);
|
|
1611
|
-
i0.ɵɵtemplate(1, KolTableStateless_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
1647
|
+
i0.ɵɵtemplate(1, KolTableStateless_ng_container_0_stencil_ng_proxy_1_Template, 3, 9, "stencil-ng-proxy", 4);
|
|
1612
1648
|
i0.ɵɵelementContainerEnd();
|
|
1613
1649
|
} if (rf & 2) {
|
|
1614
1650
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -2664,7 +2700,7 @@ let KolCombobox = class KolCombobox extends StencilProxyComponent {
|
|
|
2664
2700
|
super();
|
|
2665
2701
|
this.changeDetectorRef = changeDetectorRef;
|
|
2666
2702
|
this.z = z;
|
|
2667
|
-
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'];
|
|
2668
2704
|
changeDetectorRef.detach();
|
|
2669
2705
|
const originalTagName = 'kol-combobox';
|
|
2670
2706
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -2684,9 +2720,9 @@ KolCombobox.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolCombobox, se
|
|
|
2684
2720
|
} if (rf & 2) {
|
|
2685
2721
|
let _t;
|
|
2686
2722
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
2687
|
-
} }, 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([
|
|
2688
2724
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolCombobox) }
|
|
2689
|
-
]), 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) {
|
|
2690
2726
|
i0.ɵɵprojectionDef();
|
|
2691
2727
|
i0.ɵɵtemplate(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);
|
|
2692
2728
|
} if (rf & 2) {
|
|
@@ -2695,7 +2731,7 @@ KolCombobox.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolCombobox, se
|
|
|
2695
2731
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
2696
2732
|
KolCombobox = __decorate([
|
|
2697
2733
|
ProxyCmp({
|
|
2698
|
-
inputs: ['_accessKey', '_disabled', '
|
|
2734
|
+
inputs: ['_accessKey', '_disabled', '_hasClearButton', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_placeholder', '_required', '_shortKey', '_suggestions', '_tooltipAlign', '_touched', '_value'],
|
|
2699
2735
|
methods: ['getValue', 'kolFocus']
|
|
2700
2736
|
})
|
|
2701
2737
|
], KolCombobox);
|
|
@@ -2708,7 +2744,7 @@ export { KolCombobox };
|
|
|
2708
2744
|
template: `
|
|
2709
2745
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
2710
2746
|
<stencil-ng-proxy
|
|
2711
|
-
[_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"
|
|
2712
2748
|
*replaceTag="tagName"
|
|
2713
2749
|
#replaceTagHost
|
|
2714
2750
|
>
|
|
@@ -2724,7 +2760,7 @@ export { KolCombobox };
|
|
|
2724
2760
|
<ng-content></ng-content>
|
|
2725
2761
|
</ng-template>`,
|
|
2726
2762
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2727
|
-
inputs: ['_accessKey', '_disabled', '
|
|
2763
|
+
inputs: ['_accessKey', '_disabled', '_hasClearButton', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_placeholder', '_required', '_shortKey', '_suggestions', '_tooltipAlign', '_touched', '_value'],
|
|
2728
2764
|
providers: [
|
|
2729
2765
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolCombobox) }
|
|
2730
2766
|
],
|
|
@@ -4825,12 +4861,87 @@ export { KolSelect };
|
|
|
4825
4861
|
args: [ReplaceTagDirective]
|
|
4826
4862
|
}] }); })();
|
|
4827
4863
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2680 }); })();
|
|
4864
|
+
let KolSelectWc = class KolSelectWc extends StencilProxyComponent {
|
|
4865
|
+
constructor(changeDetectorRef, r, z) {
|
|
4866
|
+
super();
|
|
4867
|
+
this.changeDetectorRef = changeDetectorRef;
|
|
4868
|
+
this.z = z;
|
|
4869
|
+
this.availableInputProperties = ['_accessKey', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_multiple', '_name', '_on', '_options', '_required', '_rows', '_shortKey', '_tabIndex', '_tooltipAlign', '_touched', '_value'];
|
|
4870
|
+
changeDetectorRef.detach();
|
|
4871
|
+
const originalTagName = 'kol-select-wc';
|
|
4872
|
+
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
4873
|
+
this.hasTagNameTransformer = typeof tagNameTransformer === 'function';
|
|
4874
|
+
this.el = r.nativeElement;
|
|
4875
|
+
}
|
|
4876
|
+
ngOnChanges() {
|
|
4877
|
+
if (typeof this.replaceTagDirective === 'object' && this.replaceTagDirective !== null && typeof this.replaceTagDirective.handlePropertyChanges === 'function') {
|
|
4878
|
+
this.replaceTagDirective.handlePropertyChanges();
|
|
4879
|
+
}
|
|
4880
|
+
this.changeDetectorRef.detectChanges();
|
|
4881
|
+
}
|
|
4882
|
+
};
|
|
4883
|
+
KolSelectWc.ɵfac = function KolSelectWc_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || KolSelectWc)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
4884
|
+
KolSelectWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSelectWc, selectors: [["kol-select-wc"]], viewQuery: function KolSelectWc_Query(rf, ctx) { if (rf & 1) {
|
|
4885
|
+
i0.ɵɵviewQuery(ReplaceTagDirective, 5);
|
|
4886
|
+
} if (rf & 2) {
|
|
4887
|
+
let _t;
|
|
4888
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
4889
|
+
} }, inputs: { _accessKey: "_accessKey", _disabled: "_disabled", _hideLabel: "_hideLabel", _hideMsg: "_hideMsg", _hint: "_hint", _icons: "_icons", _id: "_id", _label: "_label", _msg: "_msg", _multiple: "_multiple", _name: "_name", _on: "_on", _options: "_options", _required: "_required", _rows: "_rows", _shortKey: "_shortKey", _tabIndex: "_tabIndex", _tooltipAlign: "_tooltipAlign", _touched: "_touched", _value: "_value" }, features: [i0.ɵɵProvidersFeature([
|
|
4890
|
+
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolSelectWc) }
|
|
4891
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_disabled", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_msg", "_multiple", "_name", "_on", "_options", "_required", "_rows", "_shortKey", "_tabIndex", "_tooltipAlign", "_touched", "_value", 4, "replaceTag"], [3, "_accessKey", "_disabled", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_msg", "_multiple", "_name", "_on", "_options", "_required", "_rows", "_shortKey", "_tabIndex", "_tooltipAlign", "_touched", "_value"], [4, "ngTemplateOutlet"]], template: function KolSelectWc_Template(rf, ctx) { if (rf & 1) {
|
|
4892
|
+
i0.ɵɵprojectionDef();
|
|
4893
|
+
i0.ɵɵtemplate(0, KolSelectWc_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolSelectWc_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolSelectWc_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
4894
|
+
} if (rf & 2) {
|
|
4895
|
+
const defaultCase_r3 = i0.ɵɵreference(2);
|
|
4896
|
+
i0.ɵɵproperty("ngIf", ctx.hasTagNameTransformer)("ngIfElse", defaultCase_r3);
|
|
4897
|
+
} }, encapsulation: 2, changeDetection: 0 });
|
|
4898
|
+
KolSelectWc = __decorate([
|
|
4899
|
+
ProxyCmp({
|
|
4900
|
+
inputs: ['_accessKey', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_multiple', '_name', '_on', '_options', '_required', '_rows', '_shortKey', '_tabIndex', '_tooltipAlign', '_touched', '_value'],
|
|
4901
|
+
methods: ['getValue', 'kolFocus']
|
|
4902
|
+
})
|
|
4903
|
+
], KolSelectWc);
|
|
4904
|
+
export { KolSelectWc };
|
|
4905
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(KolSelectWc, [{
|
|
4906
|
+
type: Component,
|
|
4907
|
+
args: [{
|
|
4908
|
+
selector: 'kol-select-wc',
|
|
4909
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4910
|
+
template: `
|
|
4911
|
+
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
4912
|
+
<stencil-ng-proxy
|
|
4913
|
+
[_accessKey]="_accessKey" [_disabled]="_disabled" [_hideLabel]="_hideLabel" [_hideMsg]="_hideMsg" [_hint]="_hint" [_icons]="_icons" [_id]="_id" [_label]="_label" [_msg]="_msg" [_multiple]="_multiple" [_name]="_name" [_on]="_on" [_options]="_options" [_required]="_required" [_rows]="_rows" [_shortKey]="_shortKey" [_tabIndex]="_tabIndex" [_tooltipAlign]="_tooltipAlign" [_touched]="_touched" [_value]="_value"
|
|
4914
|
+
*replaceTag="tagName"
|
|
4915
|
+
#replaceTagHost
|
|
4916
|
+
>
|
|
4917
|
+
<ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
|
|
4918
|
+
</stencil-ng-proxy>
|
|
4919
|
+
</ng-container>
|
|
4920
|
+
|
|
4921
|
+
<ng-template #defaultCase>
|
|
4922
|
+
<ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
|
|
4923
|
+
</ng-template>
|
|
4924
|
+
|
|
4925
|
+
<ng-template #ngContentOutlet>
|
|
4926
|
+
<ng-content></ng-content>
|
|
4927
|
+
</ng-template>`,
|
|
4928
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4929
|
+
inputs: ['_accessKey', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_multiple', '_name', '_on', '_options', '_required', '_rows', '_shortKey', '_tabIndex', '_tooltipAlign', '_touched', '_value'],
|
|
4930
|
+
providers: [
|
|
4931
|
+
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolSelectWc) }
|
|
4932
|
+
],
|
|
4933
|
+
}]
|
|
4934
|
+
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { replaceTagDirective: [{
|
|
4935
|
+
type: ViewChild,
|
|
4936
|
+
args: [ReplaceTagDirective]
|
|
4937
|
+
}] }); })();
|
|
4938
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelectWc, { className: "KolSelectWc", filePath: "components.ts", lineNumber: 2758 }); })();
|
|
4828
4939
|
let KolSingleSelect = class KolSingleSelect extends StencilProxyComponent {
|
|
4829
4940
|
constructor(changeDetectorRef, r, z) {
|
|
4830
4941
|
super();
|
|
4831
4942
|
this.changeDetectorRef = changeDetectorRef;
|
|
4832
4943
|
this.z = z;
|
|
4833
|
-
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'];
|
|
4834
4945
|
changeDetectorRef.detach();
|
|
4835
4946
|
const originalTagName = 'kol-single-select';
|
|
4836
4947
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -4850,9 +4961,9 @@ KolSingleSelect.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSingleSe
|
|
|
4850
4961
|
} if (rf & 2) {
|
|
4851
4962
|
let _t;
|
|
4852
4963
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
4853
|
-
} }, 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([
|
|
4854
4965
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolSingleSelect) }
|
|
4855
|
-
]), 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) {
|
|
4856
4967
|
i0.ɵɵprojectionDef();
|
|
4857
4968
|
i0.ɵɵtemplate(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);
|
|
4858
4969
|
} if (rf & 2) {
|
|
@@ -4861,7 +4972,7 @@ KolSingleSelect.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSingleSe
|
|
|
4861
4972
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
4862
4973
|
KolSingleSelect = __decorate([
|
|
4863
4974
|
ProxyCmp({
|
|
4864
|
-
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'],
|
|
4865
4976
|
methods: ['getValue', 'kolFocus']
|
|
4866
4977
|
})
|
|
4867
4978
|
], KolSingleSelect);
|
|
@@ -4874,7 +4985,7 @@ export { KolSingleSelect };
|
|
|
4874
4985
|
template: `
|
|
4875
4986
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
4876
4987
|
<stencil-ng-proxy
|
|
4877
|
-
[_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"
|
|
4878
4989
|
*replaceTag="tagName"
|
|
4879
4990
|
#replaceTagHost
|
|
4880
4991
|
>
|
|
@@ -4890,7 +5001,7 @@ export { KolSingleSelect };
|
|
|
4890
5001
|
<ng-content></ng-content>
|
|
4891
5002
|
</ng-template>`,
|
|
4892
5003
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4893
|
-
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'],
|
|
4894
5005
|
providers: [
|
|
4895
5006
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolSingleSelect) }
|
|
4896
5007
|
],
|
|
@@ -4899,7 +5010,7 @@ export { KolSingleSelect };
|
|
|
4899
5010
|
type: ViewChild,
|
|
4900
5011
|
args: [ReplaceTagDirective]
|
|
4901
5012
|
}] }); })();
|
|
4902
|
-
(() => { (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 }); })();
|
|
4903
5014
|
let KolSkipNav = class KolSkipNav extends StencilProxyComponent {
|
|
4904
5015
|
constructor(changeDetectorRef, r, z) {
|
|
4905
5016
|
super();
|
|
@@ -4974,7 +5085,7 @@ export { KolSkipNav };
|
|
|
4974
5085
|
type: ViewChild,
|
|
4975
5086
|
args: [ReplaceTagDirective]
|
|
4976
5087
|
}] }); })();
|
|
4977
|
-
(() => { (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 }); })();
|
|
4978
5089
|
let KolSpin = class KolSpin extends StencilProxyComponent {
|
|
4979
5090
|
constructor(changeDetectorRef, r, z) {
|
|
4980
5091
|
super();
|
|
@@ -5048,7 +5159,7 @@ export { KolSpin };
|
|
|
5048
5159
|
type: ViewChild,
|
|
5049
5160
|
args: [ReplaceTagDirective]
|
|
5050
5161
|
}] }); })();
|
|
5051
|
-
(() => { (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 }); })();
|
|
5052
5163
|
let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
|
|
5053
5164
|
constructor(changeDetectorRef, r, z) {
|
|
5054
5165
|
super();
|
|
@@ -5123,13 +5234,13 @@ export { KolSplitButton };
|
|
|
5123
5234
|
type: ViewChild,
|
|
5124
5235
|
args: [ReplaceTagDirective]
|
|
5125
5236
|
}] }); })();
|
|
5126
|
-
(() => { (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 }); })();
|
|
5127
5238
|
let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
|
|
5128
5239
|
constructor(changeDetectorRef, r, z) {
|
|
5129
5240
|
super();
|
|
5130
5241
|
this.changeDetectorRef = changeDetectorRef;
|
|
5131
5242
|
this.z = z;
|
|
5132
|
-
this.availableInputProperties = ['_allowMultiSort', '_data', '_dataFoot', '_hasSettingsMenu', '_headers', '_label', '_minWidth', '_on', '_pagination', '_paginationPosition', '_selection'
|
|
5243
|
+
this.availableInputProperties = ['_allowMultiSort', '_data', '_dataFoot', '_hasSettingsMenu', '_headers', '_label', '_minWidth', '_on', '_pagination', '_paginationPosition', '_selection'];
|
|
5133
5244
|
changeDetectorRef.detach();
|
|
5134
5245
|
const originalTagName = 'kol-table-stateful';
|
|
5135
5246
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -5149,9 +5260,9 @@ KolTableStateful.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTableSt
|
|
|
5149
5260
|
} if (rf & 2) {
|
|
5150
5261
|
let _t;
|
|
5151
5262
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
5152
|
-
} }, inputs: { _allowMultiSort: "_allowMultiSort", _data: "_data", _dataFoot: "_dataFoot", _hasSettingsMenu: "_hasSettingsMenu", _headers: "_headers", _label: "_label", _minWidth: "_minWidth", _on: "_on", _pagination: "_pagination", _paginationPosition: "_paginationPosition", _selection: "_selection"
|
|
5263
|
+
} }, inputs: { _allowMultiSort: "_allowMultiSort", _data: "_data", _dataFoot: "_dataFoot", _hasSettingsMenu: "_hasSettingsMenu", _headers: "_headers", _label: "_label", _minWidth: "_minWidth", _on: "_on", _pagination: "_pagination", _paginationPosition: "_paginationPosition", _selection: "_selection" }, features: [i0.ɵɵProvidersFeature([
|
|
5153
5264
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolTableStateful) }
|
|
5154
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_allowMultiSort", "_data", "_dataFoot", "_hasSettingsMenu", "_headers", "_label", "_minWidth", "_on", "_pagination", "_paginationPosition", "_selection",
|
|
5265
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_allowMultiSort", "_data", "_dataFoot", "_hasSettingsMenu", "_headers", "_label", "_minWidth", "_on", "_pagination", "_paginationPosition", "_selection", 4, "replaceTag"], [3, "_allowMultiSort", "_data", "_dataFoot", "_hasSettingsMenu", "_headers", "_label", "_minWidth", "_on", "_pagination", "_paginationPosition", "_selection"], [4, "ngTemplateOutlet"]], template: function KolTableStateful_Template(rf, ctx) { if (rf & 1) {
|
|
5155
5266
|
i0.ɵɵprojectionDef();
|
|
5156
5267
|
i0.ɵɵtemplate(0, KolTableStateful_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolTableStateful_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolTableStateful_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
5157
5268
|
} if (rf & 2) {
|
|
@@ -5160,7 +5271,7 @@ KolTableStateful.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTableSt
|
|
|
5160
5271
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
5161
5272
|
KolTableStateful = __decorate([
|
|
5162
5273
|
ProxyCmp({
|
|
5163
|
-
inputs: ['_allowMultiSort', '_data', '_dataFoot', '_hasSettingsMenu', '_headers', '_label', '_minWidth', '_on', '_pagination', '_paginationPosition', '_selection'
|
|
5274
|
+
inputs: ['_allowMultiSort', '_data', '_dataFoot', '_hasSettingsMenu', '_headers', '_label', '_minWidth', '_on', '_pagination', '_paginationPosition', '_selection'],
|
|
5164
5275
|
methods: ['getSelection']
|
|
5165
5276
|
})
|
|
5166
5277
|
], KolTableStateful);
|
|
@@ -5173,7 +5284,7 @@ export { KolTableStateful };
|
|
|
5173
5284
|
template: `
|
|
5174
5285
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
5175
5286
|
<stencil-ng-proxy
|
|
5176
|
-
[_allowMultiSort]="_allowMultiSort" [_data]="_data" [_dataFoot]="_dataFoot" [_hasSettingsMenu]="_hasSettingsMenu" [_headers]="_headers" [_label]="_label" [_minWidth]="_minWidth" [_on]="_on" [_pagination]="_pagination" [_paginationPosition]="_paginationPosition" [_selection]="_selection"
|
|
5287
|
+
[_allowMultiSort]="_allowMultiSort" [_data]="_data" [_dataFoot]="_dataFoot" [_hasSettingsMenu]="_hasSettingsMenu" [_headers]="_headers" [_label]="_label" [_minWidth]="_minWidth" [_on]="_on" [_pagination]="_pagination" [_paginationPosition]="_paginationPosition" [_selection]="_selection"
|
|
5177
5288
|
*replaceTag="tagName"
|
|
5178
5289
|
#replaceTagHost
|
|
5179
5290
|
>
|
|
@@ -5189,7 +5300,7 @@ export { KolTableStateful };
|
|
|
5189
5300
|
<ng-content></ng-content>
|
|
5190
5301
|
</ng-template>`,
|
|
5191
5302
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5192
|
-
inputs: ['_allowMultiSort', '_data', '_dataFoot', '_hasSettingsMenu', '_headers', '_label', '_minWidth', '_on', '_pagination', '_paginationPosition', '_selection'
|
|
5303
|
+
inputs: ['_allowMultiSort', '_data', '_dataFoot', '_hasSettingsMenu', '_headers', '_label', '_minWidth', '_on', '_pagination', '_paginationPosition', '_selection'],
|
|
5193
5304
|
providers: [
|
|
5194
5305
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolTableStateful) }
|
|
5195
5306
|
],
|
|
@@ -5198,13 +5309,13 @@ export { KolTableStateful };
|
|
|
5198
5309
|
type: ViewChild,
|
|
5199
5310
|
args: [ReplaceTagDirective]
|
|
5200
5311
|
}] }); })();
|
|
5201
|
-
(() => { (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 }); })();
|
|
5202
5313
|
let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
|
|
5203
5314
|
constructor(changeDetectorRef, r, z) {
|
|
5204
5315
|
super();
|
|
5205
5316
|
this.changeDetectorRef = changeDetectorRef;
|
|
5206
5317
|
this.z = z;
|
|
5207
|
-
this.availableInputProperties = ['_data', '_dataFoot', '_hasSettingsMenu', '_headerCells', '_label', '_minWidth', '_on', '_selection'
|
|
5318
|
+
this.availableInputProperties = ['_data', '_dataFoot', '_hasSettingsMenu', '_headerCells', '_label', '_minWidth', '_on', '_selection'];
|
|
5208
5319
|
changeDetectorRef.detach();
|
|
5209
5320
|
const originalTagName = 'kol-table-stateless';
|
|
5210
5321
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -5224,9 +5335,9 @@ KolTableStateless.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTableS
|
|
|
5224
5335
|
} if (rf & 2) {
|
|
5225
5336
|
let _t;
|
|
5226
5337
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
5227
|
-
} }, inputs: { _data: "_data", _dataFoot: "_dataFoot", _hasSettingsMenu: "_hasSettingsMenu", _headerCells: "_headerCells", _label: "_label", _minWidth: "_minWidth", _on: "_on", _selection: "_selection"
|
|
5338
|
+
} }, inputs: { _data: "_data", _dataFoot: "_dataFoot", _hasSettingsMenu: "_hasSettingsMenu", _headerCells: "_headerCells", _label: "_label", _minWidth: "_minWidth", _on: "_on", _selection: "_selection" }, features: [i0.ɵɵProvidersFeature([
|
|
5228
5339
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolTableStateless) }
|
|
5229
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_data", "_dataFoot", "_hasSettingsMenu", "_headerCells", "_label", "_minWidth", "_on", "_selection",
|
|
5340
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_data", "_dataFoot", "_hasSettingsMenu", "_headerCells", "_label", "_minWidth", "_on", "_selection", 4, "replaceTag"], [3, "_data", "_dataFoot", "_hasSettingsMenu", "_headerCells", "_label", "_minWidth", "_on", "_selection"], [4, "ngTemplateOutlet"]], template: function KolTableStateless_Template(rf, ctx) { if (rf & 1) {
|
|
5230
5341
|
i0.ɵɵprojectionDef();
|
|
5231
5342
|
i0.ɵɵtemplate(0, KolTableStateless_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolTableStateless_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolTableStateless_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
5232
5343
|
} if (rf & 2) {
|
|
@@ -5235,7 +5346,7 @@ KolTableStateless.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTableS
|
|
|
5235
5346
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
5236
5347
|
KolTableStateless = __decorate([
|
|
5237
5348
|
ProxyCmp({
|
|
5238
|
-
inputs: ['_data', '_dataFoot', '_hasSettingsMenu', '_headerCells', '_label', '_minWidth', '_on', '_selection'
|
|
5349
|
+
inputs: ['_data', '_dataFoot', '_hasSettingsMenu', '_headerCells', '_label', '_minWidth', '_on', '_selection']
|
|
5239
5350
|
})
|
|
5240
5351
|
], KolTableStateless);
|
|
5241
5352
|
export { KolTableStateless };
|
|
@@ -5247,7 +5358,7 @@ export { KolTableStateless };
|
|
|
5247
5358
|
template: `
|
|
5248
5359
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
5249
5360
|
<stencil-ng-proxy
|
|
5250
|
-
[_data]="_data" [_dataFoot]="_dataFoot" [_hasSettingsMenu]="_hasSettingsMenu" [_headerCells]="_headerCells" [_label]="_label" [_minWidth]="_minWidth" [_on]="_on" [_selection]="_selection"
|
|
5361
|
+
[_data]="_data" [_dataFoot]="_dataFoot" [_hasSettingsMenu]="_hasSettingsMenu" [_headerCells]="_headerCells" [_label]="_label" [_minWidth]="_minWidth" [_on]="_on" [_selection]="_selection"
|
|
5251
5362
|
*replaceTag="tagName"
|
|
5252
5363
|
#replaceTagHost
|
|
5253
5364
|
>
|
|
@@ -5263,7 +5374,7 @@ export { KolTableStateless };
|
|
|
5263
5374
|
<ng-content></ng-content>
|
|
5264
5375
|
</ng-template>`,
|
|
5265
5376
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5266
|
-
inputs: ['_data', '_dataFoot', '_hasSettingsMenu', '_headerCells', '_label', '_minWidth', '_on', '_selection'
|
|
5377
|
+
inputs: ['_data', '_dataFoot', '_hasSettingsMenu', '_headerCells', '_label', '_minWidth', '_on', '_selection'],
|
|
5267
5378
|
providers: [
|
|
5268
5379
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolTableStateless) }
|
|
5269
5380
|
],
|
|
@@ -5272,7 +5383,7 @@ export { KolTableStateless };
|
|
|
5272
5383
|
type: ViewChild,
|
|
5273
5384
|
args: [ReplaceTagDirective]
|
|
5274
5385
|
}] }); })();
|
|
5275
|
-
(() => { (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: 3179 }); })();
|
|
5276
5387
|
let KolTabs = class KolTabs extends StencilProxyComponent {
|
|
5277
5388
|
constructor(changeDetectorRef, r, z) {
|
|
5278
5389
|
super();
|
|
@@ -5346,7 +5457,7 @@ export { KolTabs };
|
|
|
5346
5457
|
type: ViewChild,
|
|
5347
5458
|
args: [ReplaceTagDirective]
|
|
5348
5459
|
}] }); })();
|
|
5349
|
-
(() => { (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: 3244 }); })();
|
|
5350
5461
|
let KolTextarea = class KolTextarea extends StencilProxyComponent {
|
|
5351
5462
|
constructor(changeDetectorRef, r, z) {
|
|
5352
5463
|
super();
|
|
@@ -5421,7 +5532,7 @@ export { KolTextarea };
|
|
|
5421
5532
|
type: ViewChild,
|
|
5422
5533
|
args: [ReplaceTagDirective]
|
|
5423
5534
|
}] }); })();
|
|
5424
|
-
(() => { (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: 3309 }); })();
|
|
5425
5536
|
let KolToastContainer = class KolToastContainer extends StencilProxyComponent {
|
|
5426
5537
|
constructor(changeDetectorRef, r, z) {
|
|
5427
5538
|
super();
|
|
@@ -5495,7 +5606,7 @@ export { KolToastContainer };
|
|
|
5495
5606
|
type: ViewChild,
|
|
5496
5607
|
args: [ReplaceTagDirective]
|
|
5497
5608
|
}] }); })();
|
|
5498
|
-
(() => { (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: 3391 }); })();
|
|
5499
5610
|
let KolToolbar = class KolToolbar extends StencilProxyComponent {
|
|
5500
5611
|
constructor(changeDetectorRef, r, z) {
|
|
5501
5612
|
super();
|
|
@@ -5569,7 +5680,7 @@ export { KolToolbar };
|
|
|
5569
5680
|
type: ViewChild,
|
|
5570
5681
|
args: [ReplaceTagDirective]
|
|
5571
5682
|
}] }); })();
|
|
5572
|
-
(() => { (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: 3449 }); })();
|
|
5573
5684
|
let KolTree = class KolTree extends StencilProxyComponent {
|
|
5574
5685
|
constructor(changeDetectorRef, r, z) {
|
|
5575
5686
|
super();
|
|
@@ -5643,7 +5754,7 @@ export { KolTree };
|
|
|
5643
5754
|
type: ViewChild,
|
|
5644
5755
|
args: [ReplaceTagDirective]
|
|
5645
5756
|
}] }); })();
|
|
5646
|
-
(() => { (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: 3509 }); })();
|
|
5647
5758
|
let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
|
|
5648
5759
|
constructor(changeDetectorRef, r, z) {
|
|
5649
5760
|
super();
|
|
@@ -5718,7 +5829,7 @@ export { KolTreeItem };
|
|
|
5718
5829
|
type: ViewChild,
|
|
5719
5830
|
args: [ReplaceTagDirective]
|
|
5720
5831
|
}] }); })();
|
|
5721
|
-
(() => { (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: 3568 }); })();
|
|
5722
5833
|
let KolTreeItemWc = class KolTreeItemWc extends StencilProxyComponent {
|
|
5723
5834
|
constructor(changeDetectorRef, r, z) {
|
|
5724
5835
|
super();
|
|
@@ -5793,7 +5904,7 @@ export { KolTreeItemWc };
|
|
|
5793
5904
|
type: ViewChild,
|
|
5794
5905
|
args: [ReplaceTagDirective]
|
|
5795
5906
|
}] }); })();
|
|
5796
|
-
(() => { (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: 3630 }); })();
|
|
5797
5908
|
let KolVersion = class KolVersion extends StencilProxyComponent {
|
|
5798
5909
|
constructor(changeDetectorRef, r, z) {
|
|
5799
5910
|
super();
|
|
@@ -5867,4 +5978,4 @@ export { KolVersion };
|
|
|
5867
5978
|
type: ViewChild,
|
|
5868
5979
|
args: [ReplaceTagDirective]
|
|
5869
5980
|
}] }); })();
|
|
5870
|
-
(() => { (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: 3691 }); })();
|
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
|
|
1
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSelectWc, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
|
|
2
2
|
export { ReplaceTagDirective } from './angular-component-lib/ReplaceTagDirective';
|
|
3
3
|
export { setTagNameTransformer } from './angular-component-lib/tagNameTransformer';
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/* AutoGen NgModule */
|
|
2
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
|
|
2
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSelectWc, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
|
|
3
3
|
export { ReplaceTagDirective } from './angular-component-lib/ReplaceTagDirective';
|
|
4
4
|
export { setTagNameTransformer } from './angular-component-lib/tagNameTransformer';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/angular-v19",
|
|
3
|
-
"version": "4.0.0-
|
|
3
|
+
"version": "4.0.0-beta.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -65,11 +65,11 @@
|
|
|
65
65
|
"rxjs": "7.8.2",
|
|
66
66
|
"typescript": "5.8.3",
|
|
67
67
|
"zone.js": "0.15.1",
|
|
68
|
-
"@public-ui/components": "4.0.0-
|
|
68
|
+
"@public-ui/components": "4.0.0-beta.0"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
71
|
"@angular/core": "^19.2.17",
|
|
72
|
-
"@public-ui/components": "4.0.0-
|
|
72
|
+
"@public-ui/components": "4.0.0-beta.0"
|
|
73
73
|
},
|
|
74
74
|
"files": [
|
|
75
75
|
"dist"
|