@idds/vue 1.6.44 → 1.6.45
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/SelectDropdown.vue.d.ts +1 -0
- package/dist/components/SelectDropdown.vue.d.ts.map +1 -1
- package/dist/components/Table.vue.d.ts +1 -1
- package/dist/components/Table.vue.d.ts.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.es.js +186 -181
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1449,6 +1449,7 @@ declare const _default: {
|
|
|
1449
1449
|
fetchParamsChange: (params: import('./index.ts').FetchParams) => any;
|
|
1450
1450
|
}, import('vue').PublicProps, {
|
|
1451
1451
|
pageSizeOptions: number[];
|
|
1452
|
+
emptyState: string;
|
|
1452
1453
|
initialPage: number;
|
|
1453
1454
|
initialPageSize: number;
|
|
1454
1455
|
initialSortField: string | null;
|
|
@@ -1462,7 +1463,6 @@ declare const _default: {
|
|
|
1462
1463
|
showSearch: boolean;
|
|
1463
1464
|
rowClickable: boolean;
|
|
1464
1465
|
lastColumnSticky: boolean;
|
|
1465
|
-
emptyState: string;
|
|
1466
1466
|
showPagination: boolean;
|
|
1467
1467
|
striped: boolean;
|
|
1468
1468
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
@@ -1481,6 +1481,7 @@ declare const _default: {
|
|
|
1481
1481
|
onFetchParamsChange?: (params: import('./index.ts').FetchParams) => any;
|
|
1482
1482
|
}>, {}, {}, {}, {}, {
|
|
1483
1483
|
pageSizeOptions: number[];
|
|
1484
|
+
emptyState: string;
|
|
1484
1485
|
initialPage: number;
|
|
1485
1486
|
initialPageSize: number;
|
|
1486
1487
|
initialSortField: string | null;
|
|
@@ -1494,7 +1495,6 @@ declare const _default: {
|
|
|
1494
1495
|
showSearch: boolean;
|
|
1495
1496
|
rowClickable: boolean;
|
|
1496
1497
|
lastColumnSticky: boolean;
|
|
1497
|
-
emptyState: string;
|
|
1498
1498
|
showPagination: boolean;
|
|
1499
1499
|
striped: boolean;
|
|
1500
1500
|
}>;
|
|
@@ -1513,6 +1513,7 @@ declare const _default: {
|
|
|
1513
1513
|
fetchParamsChange: (params: import('./index.ts').FetchParams) => any;
|
|
1514
1514
|
}, string, {
|
|
1515
1515
|
pageSizeOptions: number[];
|
|
1516
|
+
emptyState: string;
|
|
1516
1517
|
initialPage: number;
|
|
1517
1518
|
initialPageSize: number;
|
|
1518
1519
|
initialSortField: string | null;
|
|
@@ -1526,7 +1527,6 @@ declare const _default: {
|
|
|
1526
1527
|
showSearch: boolean;
|
|
1527
1528
|
rowClickable: boolean;
|
|
1528
1529
|
lastColumnSticky: boolean;
|
|
1529
|
-
emptyState: string;
|
|
1530
1530
|
showPagination: boolean;
|
|
1531
1531
|
striped: boolean;
|
|
1532
1532
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|