@public-ui/angular-v21 4.1.2-rc.0 → 4.1.2-rc.2
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 +0 -160
- package/dist/components.js +93 -866
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/dist/components.d.ts
CHANGED
|
@@ -201,41 +201,6 @@ export declare class KolCard extends StencilProxyComponent implements OnChanges
|
|
|
201
201
|
}
|
|
202
202
|
export declare interface KolCard extends Components.KolCard {
|
|
203
203
|
}
|
|
204
|
-
export declare class KolCardWc extends StencilProxyComponent implements OnChanges {
|
|
205
|
-
private changeDetectorRef;
|
|
206
|
-
protected z: NgZone;
|
|
207
|
-
_hascloser: any;
|
|
208
|
-
_label: any;
|
|
209
|
-
_level: any;
|
|
210
|
-
_on: any;
|
|
211
|
-
protected el: HTMLElement;
|
|
212
|
-
availableInputProperties: string[];
|
|
213
|
-
hasTagNameTransformer: boolean;
|
|
214
|
-
tagName: string;
|
|
215
|
-
replaceTagDirective: ReplaceTagDirective;
|
|
216
|
-
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
217
|
-
ngOnChanges(): void;
|
|
218
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KolCardWc, never>;
|
|
219
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolCardWc, "kol-card-wc", never, { "_hasCloser": { "alias": "_hasCloser"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_level": { "alias": "_level"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
220
|
-
}
|
|
221
|
-
export declare interface KolCardWc extends Components.KolCardWc {
|
|
222
|
-
}
|
|
223
|
-
export declare class KolClickButton extends StencilProxyComponent implements OnChanges {
|
|
224
|
-
private changeDetectorRef;
|
|
225
|
-
protected z: NgZone;
|
|
226
|
-
_label: any;
|
|
227
|
-
protected el: HTMLElement;
|
|
228
|
-
availableInputProperties: string[];
|
|
229
|
-
hasTagNameTransformer: boolean;
|
|
230
|
-
tagName: string;
|
|
231
|
-
replaceTagDirective: ReplaceTagDirective;
|
|
232
|
-
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
233
|
-
ngOnChanges(): void;
|
|
234
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KolClickButton, never>;
|
|
235
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolClickButton, "kol-click-button", never, { "_label": { "alias": "_label"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
236
|
-
}
|
|
237
|
-
export declare interface KolClickButton extends Components.KolClickButton {
|
|
238
|
-
}
|
|
239
204
|
export declare class KolCombobox extends StencilProxyComponent implements OnChanges {
|
|
240
205
|
private changeDetectorRef;
|
|
241
206
|
protected z: NgZone;
|
|
@@ -906,32 +871,6 @@ export declare class KolPagination extends StencilProxyComponent implements OnCh
|
|
|
906
871
|
}
|
|
907
872
|
export declare interface KolPagination extends Components.KolPagination {
|
|
908
873
|
}
|
|
909
|
-
export declare class KolPaginationWc extends StencilProxyComponent implements OnChanges {
|
|
910
|
-
private changeDetectorRef;
|
|
911
|
-
protected z: NgZone;
|
|
912
|
-
_boundarycount: any;
|
|
913
|
-
_customclass: any;
|
|
914
|
-
_hasbuttons: any;
|
|
915
|
-
_label: any;
|
|
916
|
-
_max: any;
|
|
917
|
-
_on: any;
|
|
918
|
-
_page: any;
|
|
919
|
-
_pagesize: any;
|
|
920
|
-
_pagesizeoptions: any;
|
|
921
|
-
_siblingcount: any;
|
|
922
|
-
_tooltipalign: any;
|
|
923
|
-
protected el: HTMLElement;
|
|
924
|
-
availableInputProperties: string[];
|
|
925
|
-
hasTagNameTransformer: boolean;
|
|
926
|
-
tagName: string;
|
|
927
|
-
replaceTagDirective: ReplaceTagDirective;
|
|
928
|
-
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
929
|
-
ngOnChanges(): void;
|
|
930
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KolPaginationWc, never>;
|
|
931
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolPaginationWc, "kol-pagination-wc", never, { "_boundaryCount": { "alias": "_boundaryCount"; "required": false; }; "_customClass": { "alias": "_customClass"; "required": false; }; "_hasButtons": { "alias": "_hasButtons"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_max": { "alias": "_max"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_page": { "alias": "_page"; "required": false; }; "_pageSize": { "alias": "_pageSize"; "required": false; }; "_pageSizeOptions": { "alias": "_pageSizeOptions"; "required": false; }; "_siblingCount": { "alias": "_siblingCount"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
932
|
-
}
|
|
933
|
-
export declare interface KolPaginationWc extends Components.KolPaginationWc {
|
|
934
|
-
}
|
|
935
874
|
export declare class KolPopoverButton extends StencilProxyComponent implements OnChanges {
|
|
936
875
|
private changeDetectorRef;
|
|
937
876
|
protected z: NgZone;
|
|
@@ -963,37 +902,6 @@ export declare class KolPopoverButton extends StencilProxyComponent implements O
|
|
|
963
902
|
}
|
|
964
903
|
export declare interface KolPopoverButton extends Components.KolPopoverButton {
|
|
965
904
|
}
|
|
966
|
-
export declare class KolPopoverButtonWc extends StencilProxyComponent implements OnChanges {
|
|
967
|
-
private changeDetectorRef;
|
|
968
|
-
protected z: NgZone;
|
|
969
|
-
_accesskey: any;
|
|
970
|
-
_ariadescription: any;
|
|
971
|
-
_customclass: any;
|
|
972
|
-
_disabled: any;
|
|
973
|
-
_hidelabel: any;
|
|
974
|
-
_icons: any;
|
|
975
|
-
_inline: any;
|
|
976
|
-
_label: any;
|
|
977
|
-
_name: any;
|
|
978
|
-
_popoveralign: any;
|
|
979
|
-
_shortkey: any;
|
|
980
|
-
_tabindex: any;
|
|
981
|
-
_tooltipalign: any;
|
|
982
|
-
_type: any;
|
|
983
|
-
_value: any;
|
|
984
|
-
_variant: any;
|
|
985
|
-
protected el: HTMLElement;
|
|
986
|
-
availableInputProperties: string[];
|
|
987
|
-
hasTagNameTransformer: boolean;
|
|
988
|
-
tagName: string;
|
|
989
|
-
replaceTagDirective: ReplaceTagDirective;
|
|
990
|
-
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
991
|
-
ngOnChanges(): void;
|
|
992
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KolPopoverButtonWc, never>;
|
|
993
|
-
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>;
|
|
994
|
-
}
|
|
995
|
-
export declare interface KolPopoverButtonWc extends Components.KolPopoverButtonWc {
|
|
996
|
-
}
|
|
997
905
|
export declare class KolProgress extends StencilProxyComponent implements OnChanges {
|
|
998
906
|
private changeDetectorRef;
|
|
999
907
|
protected z: NgZone;
|
|
@@ -1067,40 +975,6 @@ export declare class KolSelect extends StencilProxyComponent implements OnChange
|
|
|
1067
975
|
}
|
|
1068
976
|
export declare interface KolSelect extends Components.KolSelect {
|
|
1069
977
|
}
|
|
1070
|
-
export declare class KolSelectWc extends StencilProxyComponent implements OnChanges {
|
|
1071
|
-
private changeDetectorRef;
|
|
1072
|
-
protected z: NgZone;
|
|
1073
|
-
_accesskey: any;
|
|
1074
|
-
_disabled: any;
|
|
1075
|
-
_hidelabel: any;
|
|
1076
|
-
_hidemsg: any;
|
|
1077
|
-
_hint: any;
|
|
1078
|
-
_icons: any;
|
|
1079
|
-
_label: any;
|
|
1080
|
-
_msg: any;
|
|
1081
|
-
_multiple: any;
|
|
1082
|
-
_name: any;
|
|
1083
|
-
_on: any;
|
|
1084
|
-
_options: any;
|
|
1085
|
-
_required: any;
|
|
1086
|
-
_rows: any;
|
|
1087
|
-
_shortkey: any;
|
|
1088
|
-
_tabindex: any;
|
|
1089
|
-
_tooltipalign: any;
|
|
1090
|
-
_touched: any;
|
|
1091
|
-
_value: any;
|
|
1092
|
-
protected el: HTMLElement;
|
|
1093
|
-
availableInputProperties: string[];
|
|
1094
|
-
hasTagNameTransformer: boolean;
|
|
1095
|
-
tagName: string;
|
|
1096
|
-
replaceTagDirective: ReplaceTagDirective;
|
|
1097
|
-
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1098
|
-
ngOnChanges(): void;
|
|
1099
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KolSelectWc, never>;
|
|
1100
|
-
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; }; "_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>;
|
|
1101
|
-
}
|
|
1102
|
-
export declare interface KolSelectWc extends Components.KolSelectWc {
|
|
1103
|
-
}
|
|
1104
978
|
export declare class KolSingleSelect extends StencilProxyComponent implements OnChanges {
|
|
1105
979
|
private changeDetectorRef;
|
|
1106
980
|
protected z: NgZone;
|
|
@@ -1337,21 +1211,6 @@ export declare class KolTextarea extends StencilProxyComponent implements OnChan
|
|
|
1337
1211
|
}
|
|
1338
1212
|
export declare interface KolTextarea extends Components.KolTextarea {
|
|
1339
1213
|
}
|
|
1340
|
-
export declare class KolToastContainer extends StencilProxyComponent implements OnChanges {
|
|
1341
|
-
private changeDetectorRef;
|
|
1342
|
-
protected z: NgZone;
|
|
1343
|
-
protected el: HTMLElement;
|
|
1344
|
-
availableInputProperties: never[];
|
|
1345
|
-
hasTagNameTransformer: boolean;
|
|
1346
|
-
tagName: string;
|
|
1347
|
-
replaceTagDirective: ReplaceTagDirective;
|
|
1348
|
-
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1349
|
-
ngOnChanges(): void;
|
|
1350
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KolToastContainer, never>;
|
|
1351
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolToastContainer, "kol-toast-container", never, {}, {}, never, ["*"], true, never>;
|
|
1352
|
-
}
|
|
1353
|
-
export declare interface KolToastContainer extends Components.KolToastContainer {
|
|
1354
|
-
}
|
|
1355
1214
|
export declare class KolToolbar extends StencilProxyComponent implements OnChanges {
|
|
1356
1215
|
private changeDetectorRef;
|
|
1357
1216
|
protected z: NgZone;
|
|
@@ -1405,25 +1264,6 @@ export declare class KolTreeItem extends StencilProxyComponent implements OnChan
|
|
|
1405
1264
|
}
|
|
1406
1265
|
export declare interface KolTreeItem extends Components.KolTreeItem {
|
|
1407
1266
|
}
|
|
1408
|
-
export declare class KolTreeItemWc extends StencilProxyComponent implements OnChanges {
|
|
1409
|
-
private changeDetectorRef;
|
|
1410
|
-
protected z: NgZone;
|
|
1411
|
-
_active: any;
|
|
1412
|
-
_href: any;
|
|
1413
|
-
_label: any;
|
|
1414
|
-
_open: any;
|
|
1415
|
-
protected el: HTMLElement;
|
|
1416
|
-
availableInputProperties: string[];
|
|
1417
|
-
hasTagNameTransformer: boolean;
|
|
1418
|
-
tagName: string;
|
|
1419
|
-
replaceTagDirective: ReplaceTagDirective;
|
|
1420
|
-
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1421
|
-
ngOnChanges(): void;
|
|
1422
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KolTreeItemWc, never>;
|
|
1423
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolTreeItemWc, "kol-tree-item-wc", never, { "_active": { "alias": "_active"; "required": false; }; "_href": { "alias": "_href"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_open": { "alias": "_open"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1424
|
-
}
|
|
1425
|
-
export declare interface KolTreeItemWc extends Components.KolTreeItemWc {
|
|
1426
|
-
}
|
|
1427
1267
|
export declare class KolVersion extends StencilProxyComponent implements OnChanges {
|
|
1428
1268
|
private changeDetectorRef;
|
|
1429
1269
|
protected z: NgZone;
|