@public-ui/angular-v19 4.0.0-beta.0 → 4.0.0-ee1678914efc9a51fdc688bac71b570e768a8032.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 +23 -14
- package/dist/components.js +213 -102
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/dist/components.d.ts
CHANGED
|
@@ -275,6 +275,25 @@ export declare class KolDetails extends StencilProxyComponent implements OnChang
|
|
|
275
275
|
}
|
|
276
276
|
export declare interface KolDetails extends Components.KolDetails {
|
|
277
277
|
}
|
|
278
|
+
export declare class KolDialog extends StencilProxyComponent implements OnChanges {
|
|
279
|
+
private changeDetectorRef;
|
|
280
|
+
protected z: NgZone;
|
|
281
|
+
_label: any;
|
|
282
|
+
_on: any;
|
|
283
|
+
_variant: any;
|
|
284
|
+
_width: any;
|
|
285
|
+
protected el: HTMLElement;
|
|
286
|
+
availableInputProperties: string[];
|
|
287
|
+
hasTagNameTransformer: boolean;
|
|
288
|
+
tagName: string;
|
|
289
|
+
replaceTagDirective: ReplaceTagDirective;
|
|
290
|
+
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
291
|
+
ngOnChanges(): void;
|
|
292
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KolDialog, never>;
|
|
293
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolDialog, "kol-dialog", never, { "_label": { "alias": "_label"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; "_width": { "alias": "_width"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
294
|
+
}
|
|
295
|
+
export declare interface KolDialog extends Components.KolDialog {
|
|
296
|
+
}
|
|
278
297
|
export declare class KolDrawer extends StencilProxyComponent implements OnChanges {
|
|
279
298
|
private changeDetectorRef;
|
|
280
299
|
protected z: NgZone;
|
|
@@ -912,9 +931,7 @@ export declare class KolPopoverButton extends StencilProxyComponent implements O
|
|
|
912
931
|
private changeDetectorRef;
|
|
913
932
|
protected z: NgZone;
|
|
914
933
|
_accesskey: any;
|
|
915
|
-
_ariacontrols: any;
|
|
916
934
|
_ariadescription: any;
|
|
917
|
-
_ariaselected: any;
|
|
918
935
|
_customclass: any;
|
|
919
936
|
_disabled: any;
|
|
920
937
|
_hidelabel: any;
|
|
@@ -923,9 +940,7 @@ export declare class KolPopoverButton extends StencilProxyComponent implements O
|
|
|
923
940
|
_inline: any;
|
|
924
941
|
_label: any;
|
|
925
942
|
_name: any;
|
|
926
|
-
_on: any;
|
|
927
943
|
_popoveralign: any;
|
|
928
|
-
_role: any;
|
|
929
944
|
_shortkey: any;
|
|
930
945
|
_tabindex: any;
|
|
931
946
|
_tooltipalign: any;
|
|
@@ -940,7 +955,7 @@ export declare class KolPopoverButton extends StencilProxyComponent implements O
|
|
|
940
955
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
941
956
|
ngOnChanges(): void;
|
|
942
957
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolPopoverButton, never>;
|
|
943
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolPopoverButton, "kol-popover-button", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "
|
|
958
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolPopoverButton, "kol-popover-button", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaDescription": { "alias": "_ariaDescription"; "required": false; }; "_customClass": { "alias": "_customClass"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_id": { "alias": "_id"; "required": false; }; "_inline": { "alias": "_inline"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_popoverAlign": { "alias": "_popoverAlign"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_tabIndex": { "alias": "_tabIndex"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_type": { "alias": "_type"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
944
959
|
}
|
|
945
960
|
export declare interface KolPopoverButton extends Components.KolPopoverButton {
|
|
946
961
|
}
|
|
@@ -948,9 +963,7 @@ export declare class KolPopoverButtonWc extends StencilProxyComponent implements
|
|
|
948
963
|
private changeDetectorRef;
|
|
949
964
|
protected z: NgZone;
|
|
950
965
|
_accesskey: any;
|
|
951
|
-
_ariacontrols: any;
|
|
952
966
|
_ariadescription: any;
|
|
953
|
-
_ariaselected: any;
|
|
954
967
|
_customclass: any;
|
|
955
968
|
_disabled: any;
|
|
956
969
|
_hidelabel: any;
|
|
@@ -958,9 +971,7 @@ export declare class KolPopoverButtonWc extends StencilProxyComponent implements
|
|
|
958
971
|
_inline: any;
|
|
959
972
|
_label: any;
|
|
960
973
|
_name: any;
|
|
961
|
-
_on: any;
|
|
962
974
|
_popoveralign: any;
|
|
963
|
-
_role: any;
|
|
964
975
|
_shortkey: any;
|
|
965
976
|
_tabindex: any;
|
|
966
977
|
_tooltipalign: any;
|
|
@@ -975,7 +986,7 @@ export declare class KolPopoverButtonWc extends StencilProxyComponent implements
|
|
|
975
986
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
976
987
|
ngOnChanges(): void;
|
|
977
988
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolPopoverButtonWc, never>;
|
|
978
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolPopoverButtonWc, "kol-popover-button-wc", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "
|
|
989
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolPopoverButtonWc, "kol-popover-button-wc", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaDescription": { "alias": "_ariaDescription"; "required": false; }; "_customClass": { "alias": "_customClass"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_inline": { "alias": "_inline"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_popoverAlign": { "alias": "_popoverAlign"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_tabIndex": { "alias": "_tabIndex"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_type": { "alias": "_type"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
979
990
|
}
|
|
980
991
|
export declare interface KolPopoverButtonWc extends Components.KolPopoverButtonWc {
|
|
981
992
|
}
|
|
@@ -1201,7 +1212,6 @@ export declare class KolTableStateful extends StencilProxyComponent implements O
|
|
|
1201
1212
|
_hassettingsmenu: any;
|
|
1202
1213
|
_headers: any;
|
|
1203
1214
|
_label: any;
|
|
1204
|
-
_minwidth: any;
|
|
1205
1215
|
_on: any;
|
|
1206
1216
|
_pagination: any;
|
|
1207
1217
|
_paginationposition: any;
|
|
@@ -1214,7 +1224,7 @@ export declare class KolTableStateful extends StencilProxyComponent implements O
|
|
|
1214
1224
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1215
1225
|
ngOnChanges(): void;
|
|
1216
1226
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolTableStateful, never>;
|
|
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; }; "
|
|
1227
|
+
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; }; "_on": { "alias": "_on"; "required": false; }; "_pagination": { "alias": "_pagination"; "required": false; }; "_paginationPosition": { "alias": "_paginationPosition"; "required": false; }; "_selection": { "alias": "_selection"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1218
1228
|
}
|
|
1219
1229
|
export declare interface KolTableStateful extends Components.KolTableStateful {
|
|
1220
1230
|
}
|
|
@@ -1226,7 +1236,6 @@ export declare class KolTableStateless extends StencilProxyComponent implements
|
|
|
1226
1236
|
_hassettingsmenu: any;
|
|
1227
1237
|
_headercells: any;
|
|
1228
1238
|
_label: any;
|
|
1229
|
-
_minwidth: any;
|
|
1230
1239
|
_on: any;
|
|
1231
1240
|
_selection: any;
|
|
1232
1241
|
protected el: HTMLElement;
|
|
@@ -1237,7 +1246,7 @@ export declare class KolTableStateless extends StencilProxyComponent implements
|
|
|
1237
1246
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1238
1247
|
ngOnChanges(): void;
|
|
1239
1248
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolTableStateless, never>;
|
|
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; }; "
|
|
1249
|
+
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; }; "_on": { "alias": "_on"; "required": false; }; "_selection": { "alias": "_selection"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1241
1250
|
}
|
|
1242
1251
|
export declare interface KolTableStateless extends Components.KolTableStateless {
|
|
1243
1252
|
}
|
package/dist/components.js
CHANGED
|
@@ -440,6 +440,42 @@ function KolDetails_ng_template_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
440
440
|
function KolDetails_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
441
441
|
i0.ɵɵprojection(0);
|
|
442
442
|
} }
|
|
443
|
+
function KolDialog_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
444
|
+
i0.ɵɵelementContainer(0);
|
|
445
|
+
} }
|
|
446
|
+
function KolDialog_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf & 1) {
|
|
447
|
+
i0.ɵɵelementStart(0, "stencil-ng-proxy", 5, 2);
|
|
448
|
+
i0.ɵɵtemplate(2, KolDialog_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template, 1, 0, "ng-container", 6);
|
|
449
|
+
i0.ɵɵelementEnd();
|
|
450
|
+
} if (rf & 2) {
|
|
451
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
452
|
+
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
453
|
+
i0.ɵɵproperty("_label", ctx_r0._label)("_on", ctx_r0._on)("_variant", ctx_r0._variant)("_width", ctx_r0._width);
|
|
454
|
+
i0.ɵɵadvance(2);
|
|
455
|
+
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
456
|
+
} }
|
|
457
|
+
function KolDialog_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
458
|
+
i0.ɵɵelementContainerStart(0);
|
|
459
|
+
i0.ɵɵtemplate(1, KolDialog_ng_container_0_stencil_ng_proxy_1_Template, 3, 5, "stencil-ng-proxy", 4);
|
|
460
|
+
i0.ɵɵelementContainerEnd();
|
|
461
|
+
} if (rf & 2) {
|
|
462
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
463
|
+
i0.ɵɵadvance();
|
|
464
|
+
i0.ɵɵproperty("replaceTag", ctx_r0.tagName);
|
|
465
|
+
} }
|
|
466
|
+
function KolDialog_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
467
|
+
i0.ɵɵelementContainer(0);
|
|
468
|
+
} }
|
|
469
|
+
function KolDialog_ng_template_1_Template(rf, ctx) { if (rf & 1) {
|
|
470
|
+
i0.ɵɵtemplate(0, KolDialog_ng_template_1_ng_container_0_Template, 1, 0, "ng-container", 6);
|
|
471
|
+
} if (rf & 2) {
|
|
472
|
+
i0.ɵɵnextContext();
|
|
473
|
+
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
474
|
+
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
475
|
+
} }
|
|
476
|
+
function KolDialog_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
477
|
+
i0.ɵɵprojection(0);
|
|
478
|
+
} }
|
|
443
479
|
function KolDrawer_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
444
480
|
i0.ɵɵelementContainer(0);
|
|
445
481
|
} }
|
|
@@ -1242,13 +1278,13 @@ function KolPopoverButton_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) {
|
|
|
1242
1278
|
} if (rf & 2) {
|
|
1243
1279
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1244
1280
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1245
|
-
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("
|
|
1281
|
+
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_ariaDescription", ctx_r0._ariaDescription)("_customClass", ctx_r0._customClass)("_disabled", ctx_r0._disabled)("_hideLabel", ctx_r0._hideLabel)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_inline", ctx_r0._inline)("_label", ctx_r0._label)("_name", ctx_r0._name)("_popoverAlign", ctx_r0._popoverAlign)("_shortKey", ctx_r0._shortKey)("_tabIndex", ctx_r0._tabIndex)("_tooltipAlign", ctx_r0._tooltipAlign)("_type", ctx_r0._type)("_value", ctx_r0._value)("_variant", ctx_r0._variant);
|
|
1246
1282
|
i0.ɵɵadvance(2);
|
|
1247
1283
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1248
1284
|
} }
|
|
1249
1285
|
function KolPopoverButton_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1250
1286
|
i0.ɵɵelementContainerStart(0);
|
|
1251
|
-
i0.ɵɵtemplate(1, KolPopoverButton_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
1287
|
+
i0.ɵɵtemplate(1, KolPopoverButton_ng_container_0_stencil_ng_proxy_1_Template, 3, 18, "stencil-ng-proxy", 4);
|
|
1252
1288
|
i0.ɵɵelementContainerEnd();
|
|
1253
1289
|
} if (rf & 2) {
|
|
1254
1290
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -1278,13 +1314,13 @@ function KolPopoverButtonWc_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx)
|
|
|
1278
1314
|
} if (rf & 2) {
|
|
1279
1315
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1280
1316
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1281
|
-
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("
|
|
1317
|
+
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_ariaDescription", ctx_r0._ariaDescription)("_customClass", ctx_r0._customClass)("_disabled", ctx_r0._disabled)("_hideLabel", ctx_r0._hideLabel)("_icons", ctx_r0._icons)("_inline", ctx_r0._inline)("_label", ctx_r0._label)("_name", ctx_r0._name)("_popoverAlign", ctx_r0._popoverAlign)("_shortKey", ctx_r0._shortKey)("_tabIndex", ctx_r0._tabIndex)("_tooltipAlign", ctx_r0._tooltipAlign)("_type", ctx_r0._type)("_value", ctx_r0._value)("_variant", ctx_r0._variant);
|
|
1282
1318
|
i0.ɵɵadvance(2);
|
|
1283
1319
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1284
1320
|
} }
|
|
1285
1321
|
function KolPopoverButtonWc_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1286
1322
|
i0.ɵɵelementContainerStart(0);
|
|
1287
|
-
i0.ɵɵtemplate(1, KolPopoverButtonWc_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
1323
|
+
i0.ɵɵtemplate(1, KolPopoverButtonWc_ng_container_0_stencil_ng_proxy_1_Template, 3, 17, "stencil-ng-proxy", 4);
|
|
1288
1324
|
i0.ɵɵelementContainerEnd();
|
|
1289
1325
|
} if (rf & 2) {
|
|
1290
1326
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -1602,13 +1638,13 @@ function KolTableStateful_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("_allowMultiSort", ctx_r0._allowMultiSort)("_data", ctx_r0._data)("_dataFoot", ctx_r0._dataFoot)("_hasSettingsMenu", ctx_r0._hasSettingsMenu)("_headers", ctx_r0._headers)("_label", ctx_r0._label)("
|
|
1641
|
+
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)("_on", ctx_r0._on)("_pagination", ctx_r0._pagination)("_paginationPosition", ctx_r0._paginationPosition)("_selection", ctx_r0._selection);
|
|
1606
1642
|
i0.ɵɵadvance(2);
|
|
1607
1643
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1608
1644
|
} }
|
|
1609
1645
|
function KolTableStateful_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1610
1646
|
i0.ɵɵelementContainerStart(0);
|
|
1611
|
-
i0.ɵɵtemplate(1, KolTableStateful_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
1647
|
+
i0.ɵɵtemplate(1, KolTableStateful_ng_container_0_stencil_ng_proxy_1_Template, 3, 11, "stencil-ng-proxy", 4);
|
|
1612
1648
|
i0.ɵɵelementContainerEnd();
|
|
1613
1649
|
} if (rf & 2) {
|
|
1614
1650
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -1638,13 +1674,13 @@ function KolTableStateless_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) {
|
|
|
1638
1674
|
} if (rf & 2) {
|
|
1639
1675
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1640
1676
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1641
|
-
i0.ɵɵproperty("_data", ctx_r0._data)("_dataFoot", ctx_r0._dataFoot)("_hasSettingsMenu", ctx_r0._hasSettingsMenu)("_headerCells", ctx_r0._headerCells)("_label", ctx_r0._label)("
|
|
1677
|
+
i0.ɵɵproperty("_data", ctx_r0._data)("_dataFoot", ctx_r0._dataFoot)("_hasSettingsMenu", ctx_r0._hasSettingsMenu)("_headerCells", ctx_r0._headerCells)("_label", ctx_r0._label)("_on", ctx_r0._on)("_selection", ctx_r0._selection);
|
|
1642
1678
|
i0.ɵɵadvance(2);
|
|
1643
1679
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1644
1680
|
} }
|
|
1645
1681
|
function KolTableStateless_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1646
1682
|
i0.ɵɵelementContainerStart(0);
|
|
1647
|
-
i0.ɵɵtemplate(1, KolTableStateless_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
1683
|
+
i0.ɵɵtemplate(1, KolTableStateless_ng_container_0_stencil_ng_proxy_1_Template, 3, 8, "stencil-ng-proxy", 4);
|
|
1648
1684
|
i0.ɵɵelementContainerEnd();
|
|
1649
1685
|
} if (rf & 2) {
|
|
1650
1686
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -2062,7 +2098,7 @@ KolAccordion.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolAccordion,
|
|
|
2062
2098
|
KolAccordion = __decorate([
|
|
2063
2099
|
ProxyCmp({
|
|
2064
2100
|
inputs: ['_disabled', '_label', '_level', '_on', '_open'],
|
|
2065
|
-
methods: ['
|
|
2101
|
+
methods: ['focus']
|
|
2066
2102
|
})
|
|
2067
2103
|
], KolAccordion);
|
|
2068
2104
|
export { KolAccordion };
|
|
@@ -2285,7 +2321,7 @@ KolBadge.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolBadge, selector
|
|
|
2285
2321
|
KolBadge = __decorate([
|
|
2286
2322
|
ProxyCmp({
|
|
2287
2323
|
inputs: ['_color', '_icons', '_label', '_smartButton'],
|
|
2288
|
-
methods: ['
|
|
2324
|
+
methods: ['focus']
|
|
2289
2325
|
})
|
|
2290
2326
|
], KolBadge);
|
|
2291
2327
|
export { KolBadge };
|
|
@@ -2434,7 +2470,7 @@ KolButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolButton, select
|
|
|
2434
2470
|
KolButton = __decorate([
|
|
2435
2471
|
ProxyCmp({
|
|
2436
2472
|
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
2437
|
-
methods: ['getValue', '
|
|
2473
|
+
methods: ['getValue', 'focus']
|
|
2438
2474
|
})
|
|
2439
2475
|
], KolButton);
|
|
2440
2476
|
export { KolButton };
|
|
@@ -2509,7 +2545,7 @@ KolButtonLink.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolButtonLink
|
|
|
2509
2545
|
KolButtonLink = __decorate([
|
|
2510
2546
|
ProxyCmp({
|
|
2511
2547
|
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value'],
|
|
2512
|
-
methods: ['getValue', '
|
|
2548
|
+
methods: ['getValue', 'focus']
|
|
2513
2549
|
})
|
|
2514
2550
|
], KolButtonLink);
|
|
2515
2551
|
export { KolButtonLink };
|
|
@@ -2732,7 +2768,7 @@ KolCombobox.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolCombobox, se
|
|
|
2732
2768
|
KolCombobox = __decorate([
|
|
2733
2769
|
ProxyCmp({
|
|
2734
2770
|
inputs: ['_accessKey', '_disabled', '_hasClearButton', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_placeholder', '_required', '_shortKey', '_suggestions', '_tooltipAlign', '_touched', '_value'],
|
|
2735
|
-
methods: ['getValue', '
|
|
2771
|
+
methods: ['getValue', 'focus']
|
|
2736
2772
|
})
|
|
2737
2773
|
], KolCombobox);
|
|
2738
2774
|
export { KolCombobox };
|
|
@@ -2807,7 +2843,7 @@ KolDetails.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolDetails, sele
|
|
|
2807
2843
|
KolDetails = __decorate([
|
|
2808
2844
|
ProxyCmp({
|
|
2809
2845
|
inputs: ['_disabled', '_label', '_level', '_on', '_open'],
|
|
2810
|
-
methods: ['
|
|
2846
|
+
methods: ['focus']
|
|
2811
2847
|
})
|
|
2812
2848
|
], KolDetails);
|
|
2813
2849
|
export { KolDetails };
|
|
@@ -2845,6 +2881,81 @@ export { KolDetails };
|
|
|
2845
2881
|
args: [ReplaceTagDirective]
|
|
2846
2882
|
}] }); })();
|
|
2847
2883
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDetails, { className: "KolDetails", filePath: "components.ts", lineNumber: 765 }); })();
|
|
2884
|
+
let KolDialog = class KolDialog extends StencilProxyComponent {
|
|
2885
|
+
constructor(changeDetectorRef, r, z) {
|
|
2886
|
+
super();
|
|
2887
|
+
this.changeDetectorRef = changeDetectorRef;
|
|
2888
|
+
this.z = z;
|
|
2889
|
+
this.availableInputProperties = ['_label', '_on', '_variant', '_width'];
|
|
2890
|
+
changeDetectorRef.detach();
|
|
2891
|
+
const originalTagName = 'kol-dialog';
|
|
2892
|
+
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
2893
|
+
this.hasTagNameTransformer = typeof tagNameTransformer === 'function';
|
|
2894
|
+
this.el = r.nativeElement;
|
|
2895
|
+
}
|
|
2896
|
+
ngOnChanges() {
|
|
2897
|
+
if (typeof this.replaceTagDirective === 'object' && this.replaceTagDirective !== null && typeof this.replaceTagDirective.handlePropertyChanges === 'function') {
|
|
2898
|
+
this.replaceTagDirective.handlePropertyChanges();
|
|
2899
|
+
}
|
|
2900
|
+
this.changeDetectorRef.detectChanges();
|
|
2901
|
+
}
|
|
2902
|
+
};
|
|
2903
|
+
KolDialog.ɵfac = function KolDialog_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || KolDialog)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
2904
|
+
KolDialog.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolDialog, selectors: [["kol-dialog"]], viewQuery: function KolDialog_Query(rf, ctx) { if (rf & 1) {
|
|
2905
|
+
i0.ɵɵviewQuery(ReplaceTagDirective, 5);
|
|
2906
|
+
} if (rf & 2) {
|
|
2907
|
+
let _t;
|
|
2908
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
2909
|
+
} }, inputs: { _label: "_label", _on: "_on", _variant: "_variant", _width: "_width" }, features: [i0.ɵɵProvidersFeature([
|
|
2910
|
+
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolDialog) }
|
|
2911
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_label", "_on", "_variant", "_width", 4, "replaceTag"], [3, "_label", "_on", "_variant", "_width"], [4, "ngTemplateOutlet"]], template: function KolDialog_Template(rf, ctx) { if (rf & 1) {
|
|
2912
|
+
i0.ɵɵprojectionDef();
|
|
2913
|
+
i0.ɵɵtemplate(0, KolDialog_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolDialog_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolDialog_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
2914
|
+
} if (rf & 2) {
|
|
2915
|
+
const defaultCase_r3 = i0.ɵɵreference(2);
|
|
2916
|
+
i0.ɵɵproperty("ngIf", ctx.hasTagNameTransformer)("ngIfElse", defaultCase_r3);
|
|
2917
|
+
} }, encapsulation: 2, changeDetection: 0 });
|
|
2918
|
+
KolDialog = __decorate([
|
|
2919
|
+
ProxyCmp({
|
|
2920
|
+
inputs: ['_label', '_on', '_variant', '_width'],
|
|
2921
|
+
methods: ['openModal', 'closeModal']
|
|
2922
|
+
})
|
|
2923
|
+
], KolDialog);
|
|
2924
|
+
export { KolDialog };
|
|
2925
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(KolDialog, [{
|
|
2926
|
+
type: Component,
|
|
2927
|
+
args: [{
|
|
2928
|
+
selector: 'kol-dialog',
|
|
2929
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2930
|
+
template: `
|
|
2931
|
+
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
2932
|
+
<stencil-ng-proxy
|
|
2933
|
+
[_label]="_label" [_on]="_on" [_variant]="_variant" [_width]="_width"
|
|
2934
|
+
*replaceTag="tagName"
|
|
2935
|
+
#replaceTagHost
|
|
2936
|
+
>
|
|
2937
|
+
<ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
|
|
2938
|
+
</stencil-ng-proxy>
|
|
2939
|
+
</ng-container>
|
|
2940
|
+
|
|
2941
|
+
<ng-template #defaultCase>
|
|
2942
|
+
<ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
|
|
2943
|
+
</ng-template>
|
|
2944
|
+
|
|
2945
|
+
<ng-template #ngContentOutlet>
|
|
2946
|
+
<ng-content></ng-content>
|
|
2947
|
+
</ng-template>`,
|
|
2948
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2949
|
+
inputs: ['_label', '_on', '_variant', '_width'],
|
|
2950
|
+
providers: [
|
|
2951
|
+
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolDialog) }
|
|
2952
|
+
],
|
|
2953
|
+
}]
|
|
2954
|
+
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { replaceTagDirective: [{
|
|
2955
|
+
type: ViewChild,
|
|
2956
|
+
args: [ReplaceTagDirective]
|
|
2957
|
+
}] }); })();
|
|
2958
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDialog, { className: "KolDialog", filePath: "components.ts", lineNumber: 828 }); })();
|
|
2848
2959
|
let KolDrawer = class KolDrawer extends StencilProxyComponent {
|
|
2849
2960
|
constructor(changeDetectorRef, r, z) {
|
|
2850
2961
|
super();
|
|
@@ -2919,7 +3030,7 @@ export { KolDrawer };
|
|
|
2919
3030
|
type: ViewChild,
|
|
2920
3031
|
args: [ReplaceTagDirective]
|
|
2921
3032
|
}] }); })();
|
|
2922
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber:
|
|
3033
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber: 890 }); })();
|
|
2923
3034
|
let KolForm = class KolForm extends StencilProxyComponent {
|
|
2924
3035
|
constructor(changeDetectorRef, r, z) {
|
|
2925
3036
|
super();
|
|
@@ -2994,7 +3105,7 @@ export { KolForm };
|
|
|
2994
3105
|
type: ViewChild,
|
|
2995
3106
|
args: [ReplaceTagDirective]
|
|
2996
3107
|
}] }); })();
|
|
2997
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber:
|
|
3108
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber: 953 }); })();
|
|
2998
3109
|
let KolHeading = class KolHeading extends StencilProxyComponent {
|
|
2999
3110
|
constructor(changeDetectorRef, r, z) {
|
|
3000
3111
|
super();
|
|
@@ -3068,7 +3179,7 @@ export { KolHeading };
|
|
|
3068
3179
|
type: ViewChild,
|
|
3069
3180
|
args: [ReplaceTagDirective]
|
|
3070
3181
|
}] }); })();
|
|
3071
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber:
|
|
3182
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber: 1013 }); })();
|
|
3072
3183
|
let KolIcon = class KolIcon extends StencilProxyComponent {
|
|
3073
3184
|
constructor(changeDetectorRef, r, z) {
|
|
3074
3185
|
super();
|
|
@@ -3142,7 +3253,7 @@ export { KolIcon };
|
|
|
3142
3253
|
type: ViewChild,
|
|
3143
3254
|
args: [ReplaceTagDirective]
|
|
3144
3255
|
}] }); })();
|
|
3145
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber:
|
|
3256
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber: 1073 }); })();
|
|
3146
3257
|
let KolImage = class KolImage extends StencilProxyComponent {
|
|
3147
3258
|
constructor(changeDetectorRef, r, z) {
|
|
3148
3259
|
super();
|
|
@@ -3216,7 +3327,7 @@ export { KolImage };
|
|
|
3216
3327
|
type: ViewChild,
|
|
3217
3328
|
args: [ReplaceTagDirective]
|
|
3218
3329
|
}] }); })();
|
|
3219
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber:
|
|
3330
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber: 1132 }); })();
|
|
3220
3331
|
let KolInputCheckbox = class KolInputCheckbox extends StencilProxyComponent {
|
|
3221
3332
|
constructor(changeDetectorRef, r, z) {
|
|
3222
3333
|
super();
|
|
@@ -3254,7 +3365,7 @@ KolInputCheckbox.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputCh
|
|
|
3254
3365
|
KolInputCheckbox = __decorate([
|
|
3255
3366
|
ProxyCmp({
|
|
3256
3367
|
inputs: ['_accessKey', '_checked', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_indeterminate', '_label', '_labelAlign', '_msg', '_name', '_on', '_required', '_shortKey', '_tooltipAlign', '_touched', '_value', '_variant'],
|
|
3257
|
-
methods: ['getValue', '
|
|
3368
|
+
methods: ['getValue', 'focus']
|
|
3258
3369
|
})
|
|
3259
3370
|
], KolInputCheckbox);
|
|
3260
3371
|
export { KolInputCheckbox };
|
|
@@ -3291,7 +3402,7 @@ export { KolInputCheckbox };
|
|
|
3291
3402
|
type: ViewChild,
|
|
3292
3403
|
args: [ReplaceTagDirective]
|
|
3293
3404
|
}] }); })();
|
|
3294
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber:
|
|
3405
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber: 1195 }); })();
|
|
3295
3406
|
let KolInputColor = class KolInputColor extends StencilProxyComponent {
|
|
3296
3407
|
constructor(changeDetectorRef, r, z) {
|
|
3297
3408
|
super();
|
|
@@ -3329,7 +3440,7 @@ KolInputColor.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputColor
|
|
|
3329
3440
|
KolInputColor = __decorate([
|
|
3330
3441
|
ProxyCmp({
|
|
3331
3442
|
inputs: ['_accessKey', '_autoComplete', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_shortKey', '_smartButton', '_suggestions', '_tooltipAlign', '_touched', '_value'],
|
|
3332
|
-
methods: ['getValue', '
|
|
3443
|
+
methods: ['getValue', 'focus']
|
|
3333
3444
|
})
|
|
3334
3445
|
], KolInputColor);
|
|
3335
3446
|
export { KolInputColor };
|
|
@@ -3366,7 +3477,7 @@ export { KolInputColor };
|
|
|
3366
3477
|
type: ViewChild,
|
|
3367
3478
|
args: [ReplaceTagDirective]
|
|
3368
3479
|
}] }); })();
|
|
3369
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber:
|
|
3480
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber: 1273 }); })();
|
|
3370
3481
|
let KolInputDate = class KolInputDate extends StencilProxyComponent {
|
|
3371
3482
|
constructor(changeDetectorRef, r, z) {
|
|
3372
3483
|
super();
|
|
@@ -3404,7 +3515,7 @@ KolInputDate.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputDate,
|
|
|
3404
3515
|
KolInputDate = __decorate([
|
|
3405
3516
|
ProxyCmp({
|
|
3406
3517
|
inputs: ['_accessKey', '_autoComplete', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_max', '_min', '_msg', '_name', '_on', '_readOnly', '_required', '_shortKey', '_smartButton', '_step', '_suggestions', '_tooltipAlign', '_touched', '_type', '_value'],
|
|
3407
|
-
methods: ['getValue', '
|
|
3518
|
+
methods: ['getValue', 'focus', 'reset']
|
|
3408
3519
|
})
|
|
3409
3520
|
], KolInputDate);
|
|
3410
3521
|
export { KolInputDate };
|
|
@@ -3441,7 +3552,7 @@ export { KolInputDate };
|
|
|
3441
3552
|
type: ViewChild,
|
|
3442
3553
|
args: [ReplaceTagDirective]
|
|
3443
3554
|
}] }); })();
|
|
3444
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber:
|
|
3555
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber: 1349 }); })();
|
|
3445
3556
|
let KolInputEmail = class KolInputEmail extends StencilProxyComponent {
|
|
3446
3557
|
constructor(changeDetectorRef, r, z) {
|
|
3447
3558
|
super();
|
|
@@ -3479,7 +3590,7 @@ KolInputEmail.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputEmail
|
|
|
3479
3590
|
KolInputEmail = __decorate([
|
|
3480
3591
|
ProxyCmp({
|
|
3481
3592
|
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'],
|
|
3482
|
-
methods: ['getValue', '
|
|
3593
|
+
methods: ['getValue', 'focus']
|
|
3483
3594
|
})
|
|
3484
3595
|
], KolInputEmail);
|
|
3485
3596
|
export { KolInputEmail };
|
|
@@ -3516,7 +3627,7 @@ export { KolInputEmail };
|
|
|
3516
3627
|
type: ViewChild,
|
|
3517
3628
|
args: [ReplaceTagDirective]
|
|
3518
3629
|
}] }); })();
|
|
3519
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber:
|
|
3630
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber: 1431 }); })();
|
|
3520
3631
|
let KolInputFile = class KolInputFile extends StencilProxyComponent {
|
|
3521
3632
|
constructor(changeDetectorRef, r, z) {
|
|
3522
3633
|
super();
|
|
@@ -3554,7 +3665,7 @@ KolInputFile.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputFile,
|
|
|
3554
3665
|
KolInputFile = __decorate([
|
|
3555
3666
|
ProxyCmp({
|
|
3556
3667
|
inputs: ['_accept', '_accessKey', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_multiple', '_name', '_on', '_required', '_shortKey', '_smartButton', '_tooltipAlign', '_touched'],
|
|
3557
|
-
methods: ['getValue', '
|
|
3668
|
+
methods: ['getValue', 'focus', 'reset']
|
|
3558
3669
|
})
|
|
3559
3670
|
], KolInputFile);
|
|
3560
3671
|
export { KolInputFile };
|
|
@@ -3591,7 +3702,7 @@ export { KolInputFile };
|
|
|
3591
3702
|
type: ViewChild,
|
|
3592
3703
|
args: [ReplaceTagDirective]
|
|
3593
3704
|
}] }); })();
|
|
3594
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber:
|
|
3705
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber: 1515 }); })();
|
|
3595
3706
|
let KolInputNumber = class KolInputNumber extends StencilProxyComponent {
|
|
3596
3707
|
constructor(changeDetectorRef, r, z) {
|
|
3597
3708
|
super();
|
|
@@ -3629,7 +3740,7 @@ KolInputNumber.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputNumb
|
|
|
3629
3740
|
KolInputNumber = __decorate([
|
|
3630
3741
|
ProxyCmp({
|
|
3631
3742
|
inputs: ['_accessKey', '_autoComplete', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_max', '_min', '_msg', '_name', '_on', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_step', '_suggestions', '_tooltipAlign', '_touched', '_value'],
|
|
3632
|
-
methods: ['getValue', '
|
|
3743
|
+
methods: ['getValue', 'focus']
|
|
3633
3744
|
})
|
|
3634
3745
|
], KolInputNumber);
|
|
3635
3746
|
export { KolInputNumber };
|
|
@@ -3666,7 +3777,7 @@ export { KolInputNumber };
|
|
|
3666
3777
|
type: ViewChild,
|
|
3667
3778
|
args: [ReplaceTagDirective]
|
|
3668
3779
|
}] }); })();
|
|
3669
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber:
|
|
3780
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber: 1591 }); })();
|
|
3670
3781
|
let KolInputPassword = class KolInputPassword extends StencilProxyComponent {
|
|
3671
3782
|
constructor(changeDetectorRef, r, z) {
|
|
3672
3783
|
super();
|
|
@@ -3704,7 +3815,7 @@ KolInputPassword.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputPa
|
|
|
3704
3815
|
KolInputPassword = __decorate([
|
|
3705
3816
|
ProxyCmp({
|
|
3706
3817
|
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'],
|
|
3707
|
-
methods: ['getValue', '
|
|
3818
|
+
methods: ['getValue', 'focus']
|
|
3708
3819
|
})
|
|
3709
3820
|
], KolInputPassword);
|
|
3710
3821
|
export { KolInputPassword };
|
|
@@ -3741,7 +3852,7 @@ export { KolInputPassword };
|
|
|
3741
3852
|
type: ViewChild,
|
|
3742
3853
|
args: [ReplaceTagDirective]
|
|
3743
3854
|
}] }); })();
|
|
3744
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber:
|
|
3855
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber: 1673 }); })();
|
|
3745
3856
|
let KolInputRadio = class KolInputRadio extends StencilProxyComponent {
|
|
3746
3857
|
constructor(changeDetectorRef, r, z) {
|
|
3747
3858
|
super();
|
|
@@ -3779,7 +3890,7 @@ KolInputRadio.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputRadio
|
|
|
3779
3890
|
KolInputRadio = __decorate([
|
|
3780
3891
|
ProxyCmp({
|
|
3781
3892
|
inputs: ['_disabled', '_hideLabel', '_hideMsg', '_hint', '_id', '_label', '_msg', '_name', '_on', '_options', '_orientation', '_required', '_tooltipAlign', '_touched', '_value'],
|
|
3782
|
-
methods: ['getValue', '
|
|
3893
|
+
methods: ['getValue', 'focus']
|
|
3783
3894
|
})
|
|
3784
3895
|
], KolInputRadio);
|
|
3785
3896
|
export { KolInputRadio };
|
|
@@ -3816,7 +3927,7 @@ export { KolInputRadio };
|
|
|
3816
3927
|
type: ViewChild,
|
|
3817
3928
|
args: [ReplaceTagDirective]
|
|
3818
3929
|
}] }); })();
|
|
3819
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber:
|
|
3930
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber: 1756 }); })();
|
|
3820
3931
|
let KolInputRange = class KolInputRange extends StencilProxyComponent {
|
|
3821
3932
|
constructor(changeDetectorRef, r, z) {
|
|
3822
3933
|
super();
|
|
@@ -3854,7 +3965,7 @@ KolInputRange.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputRange
|
|
|
3854
3965
|
KolInputRange = __decorate([
|
|
3855
3966
|
ProxyCmp({
|
|
3856
3967
|
inputs: ['_accessKey', '_autoComplete', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_max', '_min', '_msg', '_name', '_on', '_shortKey', '_step', '_suggestions', '_tooltipAlign', '_touched', '_value'],
|
|
3857
|
-
methods: ['
|
|
3968
|
+
methods: ['focus', 'getValue']
|
|
3858
3969
|
})
|
|
3859
3970
|
], KolInputRange);
|
|
3860
3971
|
export { KolInputRange };
|
|
@@ -3891,7 +4002,7 @@ export { KolInputRange };
|
|
|
3891
4002
|
type: ViewChild,
|
|
3892
4003
|
args: [ReplaceTagDirective]
|
|
3893
4004
|
}] }); })();
|
|
3894
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber:
|
|
4005
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber: 1829 }); })();
|
|
3895
4006
|
let KolInputText = class KolInputText extends StencilProxyComponent {
|
|
3896
4007
|
constructor(changeDetectorRef, r, z) {
|
|
3897
4008
|
super();
|
|
@@ -3929,7 +4040,7 @@ KolInputText.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputText,
|
|
|
3929
4040
|
KolInputText = __decorate([
|
|
3930
4041
|
ProxyCmp({
|
|
3931
4042
|
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'],
|
|
3932
|
-
methods: ['getValue', '
|
|
4043
|
+
methods: ['getValue', 'focus', 'selectionStart', 'selectioconEnd', 'setSelectionRange', 'setSelectionStart', 'setRangeText']
|
|
3933
4044
|
})
|
|
3934
4045
|
], KolInputText);
|
|
3935
4046
|
export { KolInputText };
|
|
@@ -3966,7 +4077,7 @@ export { KolInputText };
|
|
|
3966
4077
|
type: ViewChild,
|
|
3967
4078
|
args: [ReplaceTagDirective]
|
|
3968
4079
|
}] }); })();
|
|
3969
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber:
|
|
4080
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber: 1907 }); })();
|
|
3970
4081
|
let KolKolibri = class KolKolibri extends StencilProxyComponent {
|
|
3971
4082
|
constructor(changeDetectorRef, r, z) {
|
|
3972
4083
|
super();
|
|
@@ -4040,7 +4151,7 @@ export { KolKolibri };
|
|
|
4040
4151
|
type: ViewChild,
|
|
4041
4152
|
args: [ReplaceTagDirective]
|
|
4042
4153
|
}] }); })();
|
|
4043
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber:
|
|
4154
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber: 1991 }); })();
|
|
4044
4155
|
let KolLink = class KolLink extends StencilProxyComponent {
|
|
4045
4156
|
constructor(changeDetectorRef, r, z) {
|
|
4046
4157
|
super();
|
|
@@ -4078,7 +4189,7 @@ KolLink.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolLink, selectors:
|
|
|
4078
4189
|
KolLink = __decorate([
|
|
4079
4190
|
ProxyCmp({
|
|
4080
4191
|
inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_ariaExpanded', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_inline', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign'],
|
|
4081
|
-
methods: ['
|
|
4192
|
+
methods: ['focus']
|
|
4082
4193
|
})
|
|
4083
4194
|
], KolLink);
|
|
4084
4195
|
export { KolLink };
|
|
@@ -4115,7 +4226,7 @@ export { KolLink };
|
|
|
4115
4226
|
type: ViewChild,
|
|
4116
4227
|
args: [ReplaceTagDirective]
|
|
4117
4228
|
}] }); })();
|
|
4118
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber:
|
|
4229
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber: 2051 }); })();
|
|
4119
4230
|
let KolLinkButton = class KolLinkButton extends StencilProxyComponent {
|
|
4120
4231
|
constructor(changeDetectorRef, r, z) {
|
|
4121
4232
|
super();
|
|
@@ -4153,7 +4264,7 @@ KolLinkButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolLinkButton
|
|
|
4153
4264
|
KolLinkButton = __decorate([
|
|
4154
4265
|
ProxyCmp({
|
|
4155
4266
|
inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_customClass', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'],
|
|
4156
|
-
methods: ['
|
|
4267
|
+
methods: ['focus']
|
|
4157
4268
|
})
|
|
4158
4269
|
], KolLinkButton);
|
|
4159
4270
|
export { KolLinkButton };
|
|
@@ -4190,7 +4301,7 @@ export { KolLinkButton };
|
|
|
4190
4301
|
type: ViewChild,
|
|
4191
4302
|
args: [ReplaceTagDirective]
|
|
4192
4303
|
}] }); })();
|
|
4193
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber:
|
|
4304
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 2126 }); })();
|
|
4194
4305
|
let KolModal = class KolModal extends StencilProxyComponent {
|
|
4195
4306
|
constructor(changeDetectorRef, r, z) {
|
|
4196
4307
|
super();
|
|
@@ -4265,7 +4376,7 @@ export { KolModal };
|
|
|
4265
4376
|
type: ViewChild,
|
|
4266
4377
|
args: [ReplaceTagDirective]
|
|
4267
4378
|
}] }); })();
|
|
4268
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber:
|
|
4379
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2201 }); })();
|
|
4269
4380
|
let KolNav = class KolNav extends StencilProxyComponent {
|
|
4270
4381
|
constructor(changeDetectorRef, r, z) {
|
|
4271
4382
|
super();
|
|
@@ -4339,7 +4450,7 @@ export { KolNav };
|
|
|
4339
4450
|
type: ViewChild,
|
|
4340
4451
|
args: [ReplaceTagDirective]
|
|
4341
4452
|
}] }); })();
|
|
4342
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber:
|
|
4453
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2262 }); })();
|
|
4343
4454
|
let KolPagination = class KolPagination extends StencilProxyComponent {
|
|
4344
4455
|
constructor(changeDetectorRef, r, z) {
|
|
4345
4456
|
super();
|
|
@@ -4413,7 +4524,7 @@ export { KolPagination };
|
|
|
4413
4524
|
type: ViewChild,
|
|
4414
4525
|
args: [ReplaceTagDirective]
|
|
4415
4526
|
}] }); })();
|
|
4416
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber:
|
|
4527
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2325 }); })();
|
|
4417
4528
|
let KolPaginationWc = class KolPaginationWc extends StencilProxyComponent {
|
|
4418
4529
|
constructor(changeDetectorRef, r, z) {
|
|
4419
4530
|
super();
|
|
@@ -4487,13 +4598,13 @@ export { KolPaginationWc };
|
|
|
4487
4598
|
type: ViewChild,
|
|
4488
4599
|
args: [ReplaceTagDirective]
|
|
4489
4600
|
}] }); })();
|
|
4490
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber:
|
|
4601
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber: 2393 }); })();
|
|
4491
4602
|
let KolPopoverButton = class KolPopoverButton extends StencilProxyComponent {
|
|
4492
4603
|
constructor(changeDetectorRef, r, z) {
|
|
4493
4604
|
super();
|
|
4494
4605
|
this.changeDetectorRef = changeDetectorRef;
|
|
4495
4606
|
this.z = z;
|
|
4496
|
-
this.availableInputProperties = ['_accessKey', '
|
|
4607
|
+
this.availableInputProperties = ['_accessKey', '_ariaDescription', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_popoverAlign', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'];
|
|
4497
4608
|
changeDetectorRef.detach();
|
|
4498
4609
|
const originalTagName = 'kol-popover-button';
|
|
4499
4610
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -4513,9 +4624,9 @@ KolPopoverButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolPopover
|
|
|
4513
4624
|
} if (rf & 2) {
|
|
4514
4625
|
let _t;
|
|
4515
4626
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
4516
|
-
} }, inputs: { _accessKey: "_accessKey",
|
|
4627
|
+
} }, inputs: { _accessKey: "_accessKey", _ariaDescription: "_ariaDescription", _customClass: "_customClass", _disabled: "_disabled", _hideLabel: "_hideLabel", _icons: "_icons", _id: "_id", _inline: "_inline", _label: "_label", _name: "_name", _popoverAlign: "_popoverAlign", _shortKey: "_shortKey", _tabIndex: "_tabIndex", _tooltipAlign: "_tooltipAlign", _type: "_type", _value: "_value", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
4517
4628
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolPopoverButton) }
|
|
4518
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "
|
|
4629
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaDescription", "_customClass", "_disabled", "_hideLabel", "_icons", "_id", "_inline", "_label", "_name", "_popoverAlign", "_shortKey", "_tabIndex", "_tooltipAlign", "_type", "_value", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaDescription", "_customClass", "_disabled", "_hideLabel", "_icons", "_id", "_inline", "_label", "_name", "_popoverAlign", "_shortKey", "_tabIndex", "_tooltipAlign", "_type", "_value", "_variant"], [4, "ngTemplateOutlet"]], template: function KolPopoverButton_Template(rf, ctx) { if (rf & 1) {
|
|
4519
4630
|
i0.ɵɵprojectionDef();
|
|
4520
4631
|
i0.ɵɵtemplate(0, KolPopoverButton_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolPopoverButton_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolPopoverButton_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
4521
4632
|
} if (rf & 2) {
|
|
@@ -4524,8 +4635,8 @@ KolPopoverButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolPopover
|
|
|
4524
4635
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
4525
4636
|
KolPopoverButton = __decorate([
|
|
4526
4637
|
ProxyCmp({
|
|
4527
|
-
inputs: ['_accessKey', '
|
|
4528
|
-
methods: ['hidePopover', 'showPopover', '
|
|
4638
|
+
inputs: ['_accessKey', '_ariaDescription', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_popoverAlign', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
4639
|
+
methods: ['hidePopover', 'showPopover', 'focus']
|
|
4529
4640
|
})
|
|
4530
4641
|
], KolPopoverButton);
|
|
4531
4642
|
export { KolPopoverButton };
|
|
@@ -4537,7 +4648,7 @@ export { KolPopoverButton };
|
|
|
4537
4648
|
template: `
|
|
4538
4649
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
4539
4650
|
<stencil-ng-proxy
|
|
4540
|
-
[_accessKey]="_accessKey" [
|
|
4651
|
+
[_accessKey]="_accessKey" [_ariaDescription]="_ariaDescription" [_customClass]="_customClass" [_disabled]="_disabled" [_hideLabel]="_hideLabel" [_icons]="_icons" [_id]="_id" [_inline]="_inline" [_label]="_label" [_name]="_name" [_popoverAlign]="_popoverAlign" [_shortKey]="_shortKey" [_tabIndex]="_tabIndex" [_tooltipAlign]="_tooltipAlign" [_type]="_type" [_value]="_value" [_variant]="_variant"
|
|
4541
4652
|
*replaceTag="tagName"
|
|
4542
4653
|
#replaceTagHost
|
|
4543
4654
|
>
|
|
@@ -4553,7 +4664,7 @@ export { KolPopoverButton };
|
|
|
4553
4664
|
<ng-content></ng-content>
|
|
4554
4665
|
</ng-template>`,
|
|
4555
4666
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4556
|
-
inputs: ['_accessKey', '
|
|
4667
|
+
inputs: ['_accessKey', '_ariaDescription', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_inline', '_label', '_name', '_popoverAlign', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
4557
4668
|
providers: [
|
|
4558
4669
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolPopoverButton) }
|
|
4559
4670
|
],
|
|
@@ -4562,13 +4673,13 @@ export { KolPopoverButton };
|
|
|
4562
4673
|
type: ViewChild,
|
|
4563
4674
|
args: [ReplaceTagDirective]
|
|
4564
4675
|
}] }); })();
|
|
4565
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber:
|
|
4676
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2462 }); })();
|
|
4566
4677
|
let KolPopoverButtonWc = class KolPopoverButtonWc extends StencilProxyComponent {
|
|
4567
4678
|
constructor(changeDetectorRef, r, z) {
|
|
4568
4679
|
super();
|
|
4569
4680
|
this.changeDetectorRef = changeDetectorRef;
|
|
4570
4681
|
this.z = z;
|
|
4571
|
-
this.availableInputProperties = ['_accessKey', '
|
|
4682
|
+
this.availableInputProperties = ['_accessKey', '_ariaDescription', '_customClass', '_disabled', '_hideLabel', '_icons', '_inline', '_label', '_name', '_popoverAlign', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'];
|
|
4572
4683
|
changeDetectorRef.detach();
|
|
4573
4684
|
const originalTagName = 'kol-popover-button-wc';
|
|
4574
4685
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -4588,9 +4699,9 @@ KolPopoverButtonWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolPopov
|
|
|
4588
4699
|
} if (rf & 2) {
|
|
4589
4700
|
let _t;
|
|
4590
4701
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
4591
|
-
} }, inputs: { _accessKey: "_accessKey",
|
|
4702
|
+
} }, inputs: { _accessKey: "_accessKey", _ariaDescription: "_ariaDescription", _customClass: "_customClass", _disabled: "_disabled", _hideLabel: "_hideLabel", _icons: "_icons", _inline: "_inline", _label: "_label", _name: "_name", _popoverAlign: "_popoverAlign", _shortKey: "_shortKey", _tabIndex: "_tabIndex", _tooltipAlign: "_tooltipAlign", _type: "_type", _value: "_value", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
4592
4703
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolPopoverButtonWc) }
|
|
4593
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "
|
|
4704
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaDescription", "_customClass", "_disabled", "_hideLabel", "_icons", "_inline", "_label", "_name", "_popoverAlign", "_shortKey", "_tabIndex", "_tooltipAlign", "_type", "_value", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaDescription", "_customClass", "_disabled", "_hideLabel", "_icons", "_inline", "_label", "_name", "_popoverAlign", "_shortKey", "_tabIndex", "_tooltipAlign", "_type", "_value", "_variant"], [4, "ngTemplateOutlet"]], template: function KolPopoverButtonWc_Template(rf, ctx) { if (rf & 1) {
|
|
4594
4705
|
i0.ɵɵprojectionDef();
|
|
4595
4706
|
i0.ɵɵtemplate(0, KolPopoverButtonWc_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolPopoverButtonWc_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolPopoverButtonWc_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
4596
4707
|
} if (rf & 2) {
|
|
@@ -4599,8 +4710,8 @@ KolPopoverButtonWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolPopov
|
|
|
4599
4710
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
4600
4711
|
KolPopoverButtonWc = __decorate([
|
|
4601
4712
|
ProxyCmp({
|
|
4602
|
-
inputs: ['_accessKey', '
|
|
4603
|
-
methods: ['hidePopover', 'showPopover', '
|
|
4713
|
+
inputs: ['_accessKey', '_ariaDescription', '_customClass', '_disabled', '_hideLabel', '_icons', '_inline', '_label', '_name', '_popoverAlign', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
4714
|
+
methods: ['hidePopover', 'showPopover', 'focus']
|
|
4604
4715
|
})
|
|
4605
4716
|
], KolPopoverButtonWc);
|
|
4606
4717
|
export { KolPopoverButtonWc };
|
|
@@ -4612,7 +4723,7 @@ export { KolPopoverButtonWc };
|
|
|
4612
4723
|
template: `
|
|
4613
4724
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
4614
4725
|
<stencil-ng-proxy
|
|
4615
|
-
[_accessKey]="_accessKey" [
|
|
4726
|
+
[_accessKey]="_accessKey" [_ariaDescription]="_ariaDescription" [_customClass]="_customClass" [_disabled]="_disabled" [_hideLabel]="_hideLabel" [_icons]="_icons" [_inline]="_inline" [_label]="_label" [_name]="_name" [_popoverAlign]="_popoverAlign" [_shortKey]="_shortKey" [_tabIndex]="_tabIndex" [_tooltipAlign]="_tooltipAlign" [_type]="_type" [_value]="_value" [_variant]="_variant"
|
|
4616
4727
|
*replaceTag="tagName"
|
|
4617
4728
|
#replaceTagHost
|
|
4618
4729
|
>
|
|
@@ -4628,7 +4739,7 @@ export { KolPopoverButtonWc };
|
|
|
4628
4739
|
<ng-content></ng-content>
|
|
4629
4740
|
</ng-template>`,
|
|
4630
4741
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4631
|
-
inputs: ['_accessKey', '
|
|
4742
|
+
inputs: ['_accessKey', '_ariaDescription', '_customClass', '_disabled', '_hideLabel', '_icons', '_inline', '_label', '_name', '_popoverAlign', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
4632
4743
|
providers: [
|
|
4633
4744
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolPopoverButtonWc) }
|
|
4634
4745
|
],
|
|
@@ -4637,7 +4748,7 @@ export { KolPopoverButtonWc };
|
|
|
4637
4748
|
type: ViewChild,
|
|
4638
4749
|
args: [ReplaceTagDirective]
|
|
4639
4750
|
}] }); })();
|
|
4640
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber:
|
|
4751
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber: 2537 }); })();
|
|
4641
4752
|
let KolProgress = class KolProgress extends StencilProxyComponent {
|
|
4642
4753
|
constructor(changeDetectorRef, r, z) {
|
|
4643
4754
|
super();
|
|
@@ -4711,7 +4822,7 @@ export { KolProgress };
|
|
|
4711
4822
|
type: ViewChild,
|
|
4712
4823
|
args: [ReplaceTagDirective]
|
|
4713
4824
|
}] }); })();
|
|
4714
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber:
|
|
4825
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2610 }); })();
|
|
4715
4826
|
let KolQuote = class KolQuote extends StencilProxyComponent {
|
|
4716
4827
|
constructor(changeDetectorRef, r, z) {
|
|
4717
4828
|
super();
|
|
@@ -4785,7 +4896,7 @@ export { KolQuote };
|
|
|
4785
4896
|
type: ViewChild,
|
|
4786
4897
|
args: [ReplaceTagDirective]
|
|
4787
4898
|
}] }); })();
|
|
4788
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber:
|
|
4899
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2672 }); })();
|
|
4789
4900
|
let KolSelect = class KolSelect extends StencilProxyComponent {
|
|
4790
4901
|
constructor(changeDetectorRef, r, z) {
|
|
4791
4902
|
super();
|
|
@@ -4823,7 +4934,7 @@ KolSelect.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSelect, select
|
|
|
4823
4934
|
KolSelect = __decorate([
|
|
4824
4935
|
ProxyCmp({
|
|
4825
4936
|
inputs: ['_accessKey', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_multiple', '_name', '_on', '_options', '_required', '_rows', '_shortKey', '_tabIndex', '_tooltipAlign', '_touched', '_value'],
|
|
4826
|
-
methods: ['getValue', '
|
|
4937
|
+
methods: ['getValue', 'focus']
|
|
4827
4938
|
})
|
|
4828
4939
|
], KolSelect);
|
|
4829
4940
|
export { KolSelect };
|
|
@@ -4860,7 +4971,7 @@ export { KolSelect };
|
|
|
4860
4971
|
type: ViewChild,
|
|
4861
4972
|
args: [ReplaceTagDirective]
|
|
4862
4973
|
}] }); })();
|
|
4863
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber:
|
|
4974
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2734 }); })();
|
|
4864
4975
|
let KolSelectWc = class KolSelectWc extends StencilProxyComponent {
|
|
4865
4976
|
constructor(changeDetectorRef, r, z) {
|
|
4866
4977
|
super();
|
|
@@ -4898,7 +5009,7 @@ KolSelectWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSelectWc, se
|
|
|
4898
5009
|
KolSelectWc = __decorate([
|
|
4899
5010
|
ProxyCmp({
|
|
4900
5011
|
inputs: ['_accessKey', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_multiple', '_name', '_on', '_options', '_required', '_rows', '_shortKey', '_tabIndex', '_tooltipAlign', '_touched', '_value'],
|
|
4901
|
-
methods: ['getValue', '
|
|
5012
|
+
methods: ['getValue', 'focus']
|
|
4902
5013
|
})
|
|
4903
5014
|
], KolSelectWc);
|
|
4904
5015
|
export { KolSelectWc };
|
|
@@ -4935,7 +5046,7 @@ export { KolSelectWc };
|
|
|
4935
5046
|
type: ViewChild,
|
|
4936
5047
|
args: [ReplaceTagDirective]
|
|
4937
5048
|
}] }); })();
|
|
4938
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelectWc, { className: "KolSelectWc", filePath: "components.ts", lineNumber:
|
|
5049
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelectWc, { className: "KolSelectWc", filePath: "components.ts", lineNumber: 2812 }); })();
|
|
4939
5050
|
let KolSingleSelect = class KolSingleSelect extends StencilProxyComponent {
|
|
4940
5051
|
constructor(changeDetectorRef, r, z) {
|
|
4941
5052
|
super();
|
|
@@ -4973,7 +5084,7 @@ KolSingleSelect.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSingleSe
|
|
|
4973
5084
|
KolSingleSelect = __decorate([
|
|
4974
5085
|
ProxyCmp({
|
|
4975
5086
|
inputs: ['_accessKey', '_disabled', '_hasClearButton', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_options', '_placeholder', '_required', '_rows', '_shortKey', '_tooltipAlign', '_touched', '_value'],
|
|
4976
|
-
methods: ['getValue', '
|
|
5087
|
+
methods: ['getValue', 'focus']
|
|
4977
5088
|
})
|
|
4978
5089
|
], KolSingleSelect);
|
|
4979
5090
|
export { KolSingleSelect };
|
|
@@ -5010,7 +5121,7 @@ export { KolSingleSelect };
|
|
|
5010
5121
|
type: ViewChild,
|
|
5011
5122
|
args: [ReplaceTagDirective]
|
|
5012
5123
|
}] }); })();
|
|
5013
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber:
|
|
5124
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2890 }); })();
|
|
5014
5125
|
let KolSkipNav = class KolSkipNav extends StencilProxyComponent {
|
|
5015
5126
|
constructor(changeDetectorRef, r, z) {
|
|
5016
5127
|
super();
|
|
@@ -5048,7 +5159,7 @@ KolSkipNav.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSkipNav, sele
|
|
|
5048
5159
|
KolSkipNav = __decorate([
|
|
5049
5160
|
ProxyCmp({
|
|
5050
5161
|
inputs: ['_label', '_links'],
|
|
5051
|
-
methods: ['
|
|
5162
|
+
methods: ['focus']
|
|
5052
5163
|
})
|
|
5053
5164
|
], KolSkipNav);
|
|
5054
5165
|
export { KolSkipNav };
|
|
@@ -5085,7 +5196,7 @@ export { KolSkipNav };
|
|
|
5085
5196
|
type: ViewChild,
|
|
5086
5197
|
args: [ReplaceTagDirective]
|
|
5087
5198
|
}] }); })();
|
|
5088
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber:
|
|
5199
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2968 }); })();
|
|
5089
5200
|
let KolSpin = class KolSpin extends StencilProxyComponent {
|
|
5090
5201
|
constructor(changeDetectorRef, r, z) {
|
|
5091
5202
|
super();
|
|
@@ -5159,7 +5270,7 @@ export { KolSpin };
|
|
|
5159
5270
|
type: ViewChild,
|
|
5160
5271
|
args: [ReplaceTagDirective]
|
|
5161
5272
|
}] }); })();
|
|
5162
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber:
|
|
5273
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 3027 }); })();
|
|
5163
5274
|
let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
|
|
5164
5275
|
constructor(changeDetectorRef, r, z) {
|
|
5165
5276
|
super();
|
|
@@ -5197,7 +5308,7 @@ KolSplitButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSplitButt
|
|
|
5197
5308
|
KolSplitButton = __decorate([
|
|
5198
5309
|
ProxyCmp({
|
|
5199
5310
|
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
5200
|
-
methods: ['getValue', '
|
|
5311
|
+
methods: ['getValue', 'focus', 'closePopup']
|
|
5201
5312
|
})
|
|
5202
5313
|
], KolSplitButton);
|
|
5203
5314
|
export { KolSplitButton };
|
|
@@ -5234,13 +5345,13 @@ export { KolSplitButton };
|
|
|
5234
5345
|
type: ViewChild,
|
|
5235
5346
|
args: [ReplaceTagDirective]
|
|
5236
5347
|
}] }); })();
|
|
5237
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber:
|
|
5348
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 3088 }); })();
|
|
5238
5349
|
let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
|
|
5239
5350
|
constructor(changeDetectorRef, r, z) {
|
|
5240
5351
|
super();
|
|
5241
5352
|
this.changeDetectorRef = changeDetectorRef;
|
|
5242
5353
|
this.z = z;
|
|
5243
|
-
this.availableInputProperties = ['_allowMultiSort', '_data', '_dataFoot', '_hasSettingsMenu', '_headers', '_label', '
|
|
5354
|
+
this.availableInputProperties = ['_allowMultiSort', '_data', '_dataFoot', '_hasSettingsMenu', '_headers', '_label', '_on', '_pagination', '_paginationPosition', '_selection'];
|
|
5244
5355
|
changeDetectorRef.detach();
|
|
5245
5356
|
const originalTagName = 'kol-table-stateful';
|
|
5246
5357
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -5260,9 +5371,9 @@ KolTableStateful.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTableSt
|
|
|
5260
5371
|
} if (rf & 2) {
|
|
5261
5372
|
let _t;
|
|
5262
5373
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
5263
|
-
} }, inputs: { _allowMultiSort: "_allowMultiSort", _data: "_data", _dataFoot: "_dataFoot", _hasSettingsMenu: "_hasSettingsMenu", _headers: "_headers", _label: "_label",
|
|
5374
|
+
} }, inputs: { _allowMultiSort: "_allowMultiSort", _data: "_data", _dataFoot: "_dataFoot", _hasSettingsMenu: "_hasSettingsMenu", _headers: "_headers", _label: "_label", _on: "_on", _pagination: "_pagination", _paginationPosition: "_paginationPosition", _selection: "_selection" }, features: [i0.ɵɵProvidersFeature([
|
|
5264
5375
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolTableStateful) }
|
|
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", "
|
|
5376
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_allowMultiSort", "_data", "_dataFoot", "_hasSettingsMenu", "_headers", "_label", "_on", "_pagination", "_paginationPosition", "_selection", 4, "replaceTag"], [3, "_allowMultiSort", "_data", "_dataFoot", "_hasSettingsMenu", "_headers", "_label", "_on", "_pagination", "_paginationPosition", "_selection"], [4, "ngTemplateOutlet"]], template: function KolTableStateful_Template(rf, ctx) { if (rf & 1) {
|
|
5266
5377
|
i0.ɵɵprojectionDef();
|
|
5267
5378
|
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);
|
|
5268
5379
|
} if (rf & 2) {
|
|
@@ -5271,7 +5382,7 @@ KolTableStateful.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTableSt
|
|
|
5271
5382
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
5272
5383
|
KolTableStateful = __decorate([
|
|
5273
5384
|
ProxyCmp({
|
|
5274
|
-
inputs: ['_allowMultiSort', '_data', '_dataFoot', '_hasSettingsMenu', '_headers', '_label', '
|
|
5385
|
+
inputs: ['_allowMultiSort', '_data', '_dataFoot', '_hasSettingsMenu', '_headers', '_label', '_on', '_pagination', '_paginationPosition', '_selection'],
|
|
5275
5386
|
methods: ['getSelection']
|
|
5276
5387
|
})
|
|
5277
5388
|
], KolTableStateful);
|
|
@@ -5284,7 +5395,7 @@ export { KolTableStateful };
|
|
|
5284
5395
|
template: `
|
|
5285
5396
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
5286
5397
|
<stencil-ng-proxy
|
|
5287
|
-
[_allowMultiSort]="_allowMultiSort" [_data]="_data" [_dataFoot]="_dataFoot" [_hasSettingsMenu]="_hasSettingsMenu" [_headers]="_headers" [_label]="_label" [
|
|
5398
|
+
[_allowMultiSort]="_allowMultiSort" [_data]="_data" [_dataFoot]="_dataFoot" [_hasSettingsMenu]="_hasSettingsMenu" [_headers]="_headers" [_label]="_label" [_on]="_on" [_pagination]="_pagination" [_paginationPosition]="_paginationPosition" [_selection]="_selection"
|
|
5288
5399
|
*replaceTag="tagName"
|
|
5289
5400
|
#replaceTagHost
|
|
5290
5401
|
>
|
|
@@ -5300,7 +5411,7 @@ export { KolTableStateful };
|
|
|
5300
5411
|
<ng-content></ng-content>
|
|
5301
5412
|
</ng-template>`,
|
|
5302
5413
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5303
|
-
inputs: ['_allowMultiSort', '_data', '_dataFoot', '_hasSettingsMenu', '_headers', '_label', '
|
|
5414
|
+
inputs: ['_allowMultiSort', '_data', '_dataFoot', '_hasSettingsMenu', '_headers', '_label', '_on', '_pagination', '_paginationPosition', '_selection'],
|
|
5304
5415
|
providers: [
|
|
5305
5416
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolTableStateful) }
|
|
5306
5417
|
],
|
|
@@ -5309,13 +5420,13 @@ export { KolTableStateful };
|
|
|
5309
5420
|
type: ViewChild,
|
|
5310
5421
|
args: [ReplaceTagDirective]
|
|
5311
5422
|
}] }); })();
|
|
5312
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber:
|
|
5423
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3165 }); })();
|
|
5313
5424
|
let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
|
|
5314
5425
|
constructor(changeDetectorRef, r, z) {
|
|
5315
5426
|
super();
|
|
5316
5427
|
this.changeDetectorRef = changeDetectorRef;
|
|
5317
5428
|
this.z = z;
|
|
5318
|
-
this.availableInputProperties = ['_data', '_dataFoot', '_hasSettingsMenu', '_headerCells', '_label', '
|
|
5429
|
+
this.availableInputProperties = ['_data', '_dataFoot', '_hasSettingsMenu', '_headerCells', '_label', '_on', '_selection'];
|
|
5319
5430
|
changeDetectorRef.detach();
|
|
5320
5431
|
const originalTagName = 'kol-table-stateless';
|
|
5321
5432
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -5335,9 +5446,9 @@ KolTableStateless.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTableS
|
|
|
5335
5446
|
} if (rf & 2) {
|
|
5336
5447
|
let _t;
|
|
5337
5448
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
5338
|
-
} }, inputs: { _data: "_data", _dataFoot: "_dataFoot", _hasSettingsMenu: "_hasSettingsMenu", _headerCells: "_headerCells", _label: "_label",
|
|
5449
|
+
} }, inputs: { _data: "_data", _dataFoot: "_dataFoot", _hasSettingsMenu: "_hasSettingsMenu", _headerCells: "_headerCells", _label: "_label", _on: "_on", _selection: "_selection" }, features: [i0.ɵɵProvidersFeature([
|
|
5339
5450
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolTableStateless) }
|
|
5340
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_data", "_dataFoot", "_hasSettingsMenu", "_headerCells", "_label", "
|
|
5451
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_data", "_dataFoot", "_hasSettingsMenu", "_headerCells", "_label", "_on", "_selection", 4, "replaceTag"], [3, "_data", "_dataFoot", "_hasSettingsMenu", "_headerCells", "_label", "_on", "_selection"], [4, "ngTemplateOutlet"]], template: function KolTableStateless_Template(rf, ctx) { if (rf & 1) {
|
|
5341
5452
|
i0.ɵɵprojectionDef();
|
|
5342
5453
|
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);
|
|
5343
5454
|
} if (rf & 2) {
|
|
@@ -5346,7 +5457,7 @@ KolTableStateless.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTableS
|
|
|
5346
5457
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
5347
5458
|
KolTableStateless = __decorate([
|
|
5348
5459
|
ProxyCmp({
|
|
5349
|
-
inputs: ['_data', '_dataFoot', '_hasSettingsMenu', '_headerCells', '_label', '
|
|
5460
|
+
inputs: ['_data', '_dataFoot', '_hasSettingsMenu', '_headerCells', '_label', '_on', '_selection']
|
|
5350
5461
|
})
|
|
5351
5462
|
], KolTableStateless);
|
|
5352
5463
|
export { KolTableStateless };
|
|
@@ -5358,7 +5469,7 @@ export { KolTableStateless };
|
|
|
5358
5469
|
template: `
|
|
5359
5470
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
5360
5471
|
<stencil-ng-proxy
|
|
5361
|
-
[_data]="_data" [_dataFoot]="_dataFoot" [_hasSettingsMenu]="_hasSettingsMenu" [_headerCells]="_headerCells" [_label]="_label" [
|
|
5472
|
+
[_data]="_data" [_dataFoot]="_dataFoot" [_hasSettingsMenu]="_hasSettingsMenu" [_headerCells]="_headerCells" [_label]="_label" [_on]="_on" [_selection]="_selection"
|
|
5362
5473
|
*replaceTag="tagName"
|
|
5363
5474
|
#replaceTagHost
|
|
5364
5475
|
>
|
|
@@ -5374,7 +5485,7 @@ export { KolTableStateless };
|
|
|
5374
5485
|
<ng-content></ng-content>
|
|
5375
5486
|
</ng-template>`,
|
|
5376
5487
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5377
|
-
inputs: ['_data', '_dataFoot', '_hasSettingsMenu', '_headerCells', '_label', '
|
|
5488
|
+
inputs: ['_data', '_dataFoot', '_hasSettingsMenu', '_headerCells', '_label', '_on', '_selection'],
|
|
5378
5489
|
providers: [
|
|
5379
5490
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolTableStateless) }
|
|
5380
5491
|
],
|
|
@@ -5383,7 +5494,7 @@ export { KolTableStateless };
|
|
|
5383
5494
|
type: ViewChild,
|
|
5384
5495
|
args: [ReplaceTagDirective]
|
|
5385
5496
|
}] }); })();
|
|
5386
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber:
|
|
5497
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3232 }); })();
|
|
5387
5498
|
let KolTabs = class KolTabs extends StencilProxyComponent {
|
|
5388
5499
|
constructor(changeDetectorRef, r, z) {
|
|
5389
5500
|
super();
|
|
@@ -5457,7 +5568,7 @@ export { KolTabs };
|
|
|
5457
5568
|
type: ViewChild,
|
|
5458
5569
|
args: [ReplaceTagDirective]
|
|
5459
5570
|
}] }); })();
|
|
5460
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber:
|
|
5571
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3296 }); })();
|
|
5461
5572
|
let KolTextarea = class KolTextarea extends StencilProxyComponent {
|
|
5462
5573
|
constructor(changeDetectorRef, r, z) {
|
|
5463
5574
|
super();
|
|
@@ -5495,7 +5606,7 @@ KolTextarea.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTextarea, se
|
|
|
5495
5606
|
KolTextarea = __decorate([
|
|
5496
5607
|
ProxyCmp({
|
|
5497
5608
|
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'],
|
|
5498
|
-
methods: ['getValue', '
|
|
5609
|
+
methods: ['getValue', 'focus']
|
|
5499
5610
|
})
|
|
5500
5611
|
], KolTextarea);
|
|
5501
5612
|
export { KolTextarea };
|
|
@@ -5532,7 +5643,7 @@ export { KolTextarea };
|
|
|
5532
5643
|
type: ViewChild,
|
|
5533
5644
|
args: [ReplaceTagDirective]
|
|
5534
5645
|
}] }); })();
|
|
5535
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber:
|
|
5646
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3361 }); })();
|
|
5536
5647
|
let KolToastContainer = class KolToastContainer extends StencilProxyComponent {
|
|
5537
5648
|
constructor(changeDetectorRef, r, z) {
|
|
5538
5649
|
super();
|
|
@@ -5606,7 +5717,7 @@ export { KolToastContainer };
|
|
|
5606
5717
|
type: ViewChild,
|
|
5607
5718
|
args: [ReplaceTagDirective]
|
|
5608
5719
|
}] }); })();
|
|
5609
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber:
|
|
5720
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3443 }); })();
|
|
5610
5721
|
let KolToolbar = class KolToolbar extends StencilProxyComponent {
|
|
5611
5722
|
constructor(changeDetectorRef, r, z) {
|
|
5612
5723
|
super();
|
|
@@ -5680,7 +5791,7 @@ export { KolToolbar };
|
|
|
5680
5791
|
type: ViewChild,
|
|
5681
5792
|
args: [ReplaceTagDirective]
|
|
5682
5793
|
}] }); })();
|
|
5683
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber:
|
|
5794
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3501 }); })();
|
|
5684
5795
|
let KolTree = class KolTree extends StencilProxyComponent {
|
|
5685
5796
|
constructor(changeDetectorRef, r, z) {
|
|
5686
5797
|
super();
|
|
@@ -5754,7 +5865,7 @@ export { KolTree };
|
|
|
5754
5865
|
type: ViewChild,
|
|
5755
5866
|
args: [ReplaceTagDirective]
|
|
5756
5867
|
}] }); })();
|
|
5757
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber:
|
|
5868
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3561 }); })();
|
|
5758
5869
|
let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
|
|
5759
5870
|
constructor(changeDetectorRef, r, z) {
|
|
5760
5871
|
super();
|
|
@@ -5792,7 +5903,7 @@ KolTreeItem.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTreeItem, se
|
|
|
5792
5903
|
KolTreeItem = __decorate([
|
|
5793
5904
|
ProxyCmp({
|
|
5794
5905
|
inputs: ['_active', '_href', '_label', '_open'],
|
|
5795
|
-
methods: ['
|
|
5906
|
+
methods: ['focus', 'expand', 'collapse', 'isOpen']
|
|
5796
5907
|
})
|
|
5797
5908
|
], KolTreeItem);
|
|
5798
5909
|
export { KolTreeItem };
|
|
@@ -5829,7 +5940,7 @@ export { KolTreeItem };
|
|
|
5829
5940
|
type: ViewChild,
|
|
5830
5941
|
args: [ReplaceTagDirective]
|
|
5831
5942
|
}] }); })();
|
|
5832
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber:
|
|
5943
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3620 }); })();
|
|
5833
5944
|
let KolTreeItemWc = class KolTreeItemWc extends StencilProxyComponent {
|
|
5834
5945
|
constructor(changeDetectorRef, r, z) {
|
|
5835
5946
|
super();
|
|
@@ -5867,7 +5978,7 @@ KolTreeItemWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTreeItemWc
|
|
|
5867
5978
|
KolTreeItemWc = __decorate([
|
|
5868
5979
|
ProxyCmp({
|
|
5869
5980
|
inputs: ['_active', '_href', '_label', '_open'],
|
|
5870
|
-
methods: ['
|
|
5981
|
+
methods: ['focus', 'expand', 'collapse', 'isOpen']
|
|
5871
5982
|
})
|
|
5872
5983
|
], KolTreeItemWc);
|
|
5873
5984
|
export { KolTreeItemWc };
|
|
@@ -5904,7 +6015,7 @@ export { KolTreeItemWc };
|
|
|
5904
6015
|
type: ViewChild,
|
|
5905
6016
|
args: [ReplaceTagDirective]
|
|
5906
6017
|
}] }); })();
|
|
5907
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber:
|
|
6018
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3682 }); })();
|
|
5908
6019
|
let KolVersion = class KolVersion extends StencilProxyComponent {
|
|
5909
6020
|
constructor(changeDetectorRef, r, z) {
|
|
5910
6021
|
super();
|
|
@@ -5978,4 +6089,4 @@ export { KolVersion };
|
|
|
5978
6089
|
type: ViewChild,
|
|
5979
6090
|
args: [ReplaceTagDirective]
|
|
5980
6091
|
}] }); })();
|
|
5981
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber:
|
|
6092
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3743 }); })();
|
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, KolSelectWc, 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, KolDialog, 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, KolSelectWc, 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, KolDialog, 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-ee1678914efc9a51fdc688bac71b570e768a8032.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"import": "./dist/index.js"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@angular/common": "19.2.
|
|
58
|
-
"@angular/compiler": "19.2.
|
|
59
|
-
"@angular/compiler-cli": "19.2.
|
|
60
|
-
"@angular/core": "19.2.
|
|
57
|
+
"@angular/common": "19.2.18",
|
|
58
|
+
"@angular/compiler": "19.2.18",
|
|
59
|
+
"@angular/compiler-cli": "19.2.18",
|
|
60
|
+
"@angular/core": "19.2.18",
|
|
61
61
|
"@types/minimatch": "6.0.0",
|
|
62
62
|
"@types/minimist": "1.2.5",
|
|
63
63
|
"@types/normalize-package-data": "2.4.4",
|
|
@@ -65,11 +65,11 @@
|
|
|
65
65
|
"rxjs": "7.8.2",
|
|
66
66
|
"typescript": "5.8.3",
|
|
67
67
|
"zone.js": "0.15.1",
|
|
68
|
-
"@public-ui/components": "4.0.0-
|
|
68
|
+
"@public-ui/components": "4.0.0-ee1678914efc9a51fdc688bac71b570e768a8032.0"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
|
-
"@angular/core": "^19.2.
|
|
72
|
-
"@public-ui/components": "4.0.0-
|
|
71
|
+
"@angular/core": "^19.2.18",
|
|
72
|
+
"@public-ui/components": "4.0.0-ee1678914efc9a51fdc688bac71b570e768a8032.0"
|
|
73
73
|
},
|
|
74
74
|
"files": [
|
|
75
75
|
"dist"
|