@dao-style/core 1.5.1-beta.4 → 1.5.1-beta.6

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.
@@ -167,6 +167,10 @@ export declare const tableProps: {
167
167
  type: StringConstructor;
168
168
  default: undefined;
169
169
  };
170
+ loading: {
171
+ type: BooleanConstructor;
172
+ default: boolean;
173
+ };
170
174
  removeText: {
171
175
  type: StringConstructor;
172
176
  default: undefined;
@@ -12,6 +12,7 @@ declare const DaoTable: {
12
12
  data: import("./table-props").DataPropType;
13
13
  compact: boolean;
14
14
  columns: DaoTableColumn[];
15
+ loading: boolean;
15
16
  searchPlaceholder: string;
16
17
  total: number;
17
18
  selectedFormat: (total: number) => string;
@@ -178,6 +179,10 @@ declare const DaoTable: {
178
179
  type: StringConstructor;
179
180
  default: undefined;
180
181
  };
182
+ loading: {
183
+ type: BooleanConstructor;
184
+ default: boolean;
185
+ };
181
186
  removeText: {
182
187
  type: StringConstructor;
183
188
  default: undefined;
@@ -207,7 +212,7 @@ declare const DaoTable: {
207
212
  "onRow-click"?: ((...args: any[]) => any) | undefined;
208
213
  onOnHighlight?: ((...args: any[]) => any) | undefined;
209
214
  onOffHighlight?: ((...args: any[]) => any) | undefined;
210
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "sort" | "data" | "compact" | "columns" | "searchPlaceholder" | "total" | "selectedFormat" | "deselectText" | "removeText" | "showHeader" | "pageSize" | "pageSizeOptions" | "pageFormat" | "currentPage" | "pageSizerWidth" | "noShadow" | "searchOptions" | "fuzzy" | "hideRefresh" | "hideSearch" | "noRounded" | "selectable" | "selectedRows" | "expandable" | "expandedRows" | "highlight" | "highlightedRow" | "emptyText" | "pageLayout" | "hideBatchBar" | "hideToolbar" | "hideSetting">;
215
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "sort" | "data" | "compact" | "columns" | "loading" | "searchPlaceholder" | "total" | "selectedFormat" | "deselectText" | "removeText" | "showHeader" | "pageSize" | "pageSizeOptions" | "pageFormat" | "currentPage" | "pageSizerWidth" | "noShadow" | "searchOptions" | "fuzzy" | "hideRefresh" | "hideSearch" | "noRounded" | "selectable" | "selectedRows" | "expandable" | "expandedRows" | "highlight" | "highlightedRow" | "emptyText" | "pageLayout" | "hideBatchBar" | "hideToolbar" | "hideSetting">;
211
216
  $attrs: {
212
217
  [x: string]: unknown;
213
218
  };
@@ -359,6 +364,10 @@ declare const DaoTable: {
359
364
  type: StringConstructor;
360
365
  default: undefined;
361
366
  };
367
+ loading: {
368
+ type: BooleanConstructor;
369
+ default: boolean;
370
+ };
362
371
  removeText: {
363
372
  type: StringConstructor;
364
373
  default: undefined;
@@ -478,6 +487,7 @@ declare const DaoTable: {
478
487
  data: import("./table-props").DataPropType;
479
488
  compact: boolean;
480
489
  columns: DaoTableColumn[];
490
+ loading: boolean;
481
491
  searchPlaceholder: string;
482
492
  total: number;
483
493
  selectedFormat: (total: number) => string;
@@ -664,6 +674,10 @@ declare const DaoTable: {
664
674
  type: StringConstructor;
665
675
  default: undefined;
666
676
  };
677
+ loading: {
678
+ type: BooleanConstructor;
679
+ default: boolean;
680
+ };
667
681
  removeText: {
668
682
  type: StringConstructor;
669
683
  default: undefined;
@@ -919,6 +933,10 @@ declare const DaoTable: {
919
933
  type: StringConstructor;
920
934
  default: undefined;
921
935
  };
936
+ loading: {
937
+ type: BooleanConstructor;
938
+ default: boolean;
939
+ };
922
940
  removeText: {
923
941
  type: StringConstructor;
924
942
  default: undefined;
@@ -1038,6 +1056,7 @@ declare const DaoTable: {
1038
1056
  data: import("./table-props").DataPropType;
1039
1057
  compact: boolean;
1040
1058
  columns: DaoTableColumn[];
1059
+ loading: boolean;
1041
1060
  searchPlaceholder: string;
1042
1061
  total: number;
1043
1062
  selectedFormat: (total: number) => string;
@@ -141,6 +141,10 @@ declare const _default: import("vue").DefineComponent<{
141
141
  type: StringConstructor;
142
142
  default: undefined;
143
143
  };
144
+ loading: {
145
+ type: BooleanConstructor;
146
+ default: boolean;
147
+ };
144
148
  removeText: {
145
149
  type: StringConstructor;
146
150
  default: undefined;
@@ -367,6 +371,10 @@ declare const _default: import("vue").DefineComponent<{
367
371
  type: StringConstructor;
368
372
  default: undefined;
369
373
  };
374
+ loading: {
375
+ type: BooleanConstructor;
376
+ default: boolean;
377
+ };
370
378
  removeText: {
371
379
  type: StringConstructor;
372
380
  default: undefined;
@@ -402,6 +410,7 @@ declare const _default: import("vue").DefineComponent<{
402
410
  data: DataPropType;
403
411
  compact: boolean;
404
412
  columns: DaoTableColumn[];
413
+ loading: boolean;
405
414
  searchPlaceholder: string;
406
415
  total: number;
407
416
  selectedFormat: (total: number) => string;