@central-design-system/components 3.0.0-beta.15 → 3.0.0-beta.16
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/cds.css +1 -1
- package/dist/cds.es.js +2832 -2829
- package/dist/cds.umd.js +3 -3
- package/dist/components/CdsAutocomplete/CdsAutocomplete.vue.d.ts +0 -26
- package/dist/components/CdsButton/CdsButton.vue.d.ts +1 -1
- package/dist/components/CdsCheckbox/CdsCheckbox.vue.d.ts +8 -0
- package/dist/components/CdsCombobox/CdsCombobox.vue.d.ts +19 -9
- package/dist/components/CdsContainer/CdsContainer.vue.d.ts +9 -7
- package/dist/components/CdsContainer/context.d.ts +1 -1
- package/dist/components/CdsDatePicker/CdsDatePicker.vue.d.ts +1 -1
- package/dist/components/CdsDatePicker/composable/calendar.d.ts +2 -2
- package/dist/components/CdsEmptyState/CdsEmptyState.vue.d.ts +1 -1
- package/dist/components/CdsExpandablePanel/composable/expandablePanelTitleProps.d.ts +1 -1
- package/dist/components/CdsGrid/composable/column.d.ts +1 -1
- package/dist/components/CdsGrid/composable/subgrid.d.ts +1 -1
- package/dist/components/CdsGrid/mode/CSSGrid.d.ts +1 -1
- package/dist/components/CdsGrid/mode/FlexGrid.d.ts +1 -1
- package/dist/components/CdsLayout/CdsLayout.vue.d.ts +1 -1
- package/dist/components/CdsLayout/context.d.ts +1 -1
- package/dist/components/CdsList/CdsList.vue.d.ts +6 -0
- package/dist/components/CdsList/CdsListItem.vue.d.ts +1 -1
- package/dist/components/CdsList/composable/list.d.ts +1 -1
- package/dist/components/CdsNotification/composable/notification.d.ts +1 -1
- package/dist/components/CdsOverlay/CdsOverlay.vue.d.ts +8 -2
- package/dist/components/CdsOverlay/composable/activator.d.ts +1 -1
- package/dist/components/CdsOverlay/composable/locationStrategies.d.ts +1 -1
- package/dist/components/CdsSlideGroup/CdsSlideGroup.vue.d.ts +1 -1
- package/dist/components/CdsStages/CdsStages.vue.d.ts +1 -1
- package/dist/components/CdsSteps/CdsSteps.vue.d.ts +1 -1
- package/dist/components/CdsSteps/context.d.ts +1 -1
- package/dist/components/CdsTable/CdsTable.vue.d.ts +18 -3
- package/dist/components/CdsTable/components/Footer/Footer.d.ts +1 -1
- package/dist/components/CdsTable/components/Header/DragHandle.d.ts +1 -1
- package/dist/components/CdsTable/components/Table/InternalTable.d.ts +1 -1
- package/dist/components/CdsTable/components/TableProvider.d.ts +2 -2
- package/dist/components/CdsTable/composable/filter.d.ts +1 -1
- package/dist/components/CdsTable/composable/flat.d.ts +1 -1
- package/dist/components/CdsTable/composable/pagination.d.ts +1 -1
- package/dist/components/CdsTable/composable/selection.d.ts +1 -1
- package/dist/components/CdsTable/composable/sorter.d.ts +1 -1
- package/dist/components/CdsTable/composable/sticky.d.ts +1 -1
- package/dist/components/CdsTable/composable/table.d.ts +2 -2
- package/dist/components/CdsTable/context/summary.d.ts +1 -1
- package/dist/components/CdsTable/context/table.d.ts +1 -1
- package/dist/components/CdsTable/interface.d.ts +4 -4
- package/dist/components/CdsTabs/CdsTabs.vue.d.ts +1 -1
- package/dist/components/CdsTextArea/CdsTextArea.vue.d.ts +14 -10
- package/dist/components/CdsTimePicker/composable/time.d.ts +2 -2
- package/dist/components/CdsTooltip/CdsTooltip.vue.d.ts +0 -8
- package/dist/components/CdsUploader/CdsUploader.vue.d.ts +8 -10
- package/dist/components/CdsUploader/components/UploadList/ListItem.d.ts +1 -1
- package/dist/components/CdsUploader/composable/upload.d.ts +1 -1
- package/dist/components/CdsUploader/interface.d.ts +1 -1
- package/dist/composable/appearance.d.ts +1 -1
- package/dist/composable/datetime.d.ts +2 -2
- package/dist/composable/direction.d.ts +1 -1
- package/dist/composable/field.d.ts +2 -2
- package/dist/composable/form.d.ts +1 -1
- package/dist/composable/group.d.ts +1 -1
- package/dist/composable/icon.d.ts +1 -1
- package/dist/composable/menu.d.ts +1 -1
- package/dist/composable/nested/nested.d.ts +2 -2
- package/dist/composable/select.d.ts +2 -4
- package/dist/composable/size.d.ts +1 -1
- package/dist/composable/theme.d.ts +1 -1
- package/dist/composable/validation.d.ts +1 -1
- package/dist/create.d.ts +1 -1
- package/dist/locale/index.d.ts +1 -1
- package/dist/utils/helpers.d.ts +1 -1
- package/dist/utils/propsFactory.d.ts +1 -1
- package/nuxt.js +2 -1
- package/package.json +1 -1
- package/src/scss/themes/index.ts +1 -1
- package/dist/components/CdsTable/composable/scroll.d.ts +0 -4607
|
@@ -3,10 +3,6 @@ export declare const componentName = "CdsAutocomplete";
|
|
|
3
3
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
4
4
|
theme: {
|
|
5
5
|
type: PropType<string>;
|
|
6
|
-
/**
|
|
7
|
-
* Событие при вводе значения в поле
|
|
8
|
-
* @type { string }
|
|
9
|
-
*/
|
|
10
6
|
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
11
7
|
default: undefined;
|
|
12
8
|
};
|
|
@@ -279,9 +275,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
279
275
|
default: boolean;
|
|
280
276
|
};
|
|
281
277
|
isSelectAll: {
|
|
282
|
-
/**
|
|
283
|
-
* При поиске будет сразу выбирать первый найденный вариант
|
|
284
|
-
*/
|
|
285
278
|
type: PropType<boolean>;
|
|
286
279
|
default: boolean;
|
|
287
280
|
};
|
|
@@ -310,10 +303,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
310
303
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
311
304
|
theme: {
|
|
312
305
|
type: PropType<string>;
|
|
313
|
-
/**
|
|
314
|
-
* Событие при вводе значения в поле
|
|
315
|
-
* @type { string }
|
|
316
|
-
*/
|
|
317
306
|
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
318
307
|
default: undefined;
|
|
319
308
|
};
|
|
@@ -448,10 +437,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
448
437
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
449
438
|
theme: {
|
|
450
439
|
type: PropType<string>;
|
|
451
|
-
/**
|
|
452
|
-
* Событие при вводе значения в поле
|
|
453
|
-
* @type { string }
|
|
454
|
-
*/
|
|
455
440
|
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
456
441
|
default: undefined;
|
|
457
442
|
};
|
|
@@ -724,9 +709,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
724
709
|
default: boolean;
|
|
725
710
|
};
|
|
726
711
|
isSelectAll: {
|
|
727
|
-
/**
|
|
728
|
-
* При поиске будет сразу выбирать первый найденный вариант
|
|
729
|
-
*/
|
|
730
712
|
type: PropType<boolean>;
|
|
731
713
|
default: boolean;
|
|
732
714
|
};
|
|
@@ -755,10 +737,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
755
737
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
756
738
|
theme: {
|
|
757
739
|
type: PropType<string>;
|
|
758
|
-
/**
|
|
759
|
-
* Событие при вводе значения в поле
|
|
760
|
-
* @type { string }
|
|
761
|
-
*/
|
|
762
740
|
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
763
741
|
default: undefined;
|
|
764
742
|
};
|
|
@@ -897,10 +875,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
897
875
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
898
876
|
theme: {
|
|
899
877
|
type: PropType<string>;
|
|
900
|
-
/**
|
|
901
|
-
* Событие при вводе значения в поле
|
|
902
|
-
* @type { string }
|
|
903
|
-
*/
|
|
904
878
|
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
905
879
|
default: undefined;
|
|
906
880
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { PropType, InjectionKey } from 'vue';
|
|
2
1
|
import type { IGroupProvide } from '../../composable';
|
|
3
2
|
import type { TCdsIconsName } from '@central-design-system/icons';
|
|
3
|
+
import type { PropType, InjectionKey } from 'vue';
|
|
4
4
|
export declare const CdsButtonToggleSymbol: InjectionKey<IGroupProvide>;
|
|
5
5
|
export declare const componentName = "CdsButton";
|
|
6
6
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
@@ -69,6 +69,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
69
69
|
default: undefined;
|
|
70
70
|
};
|
|
71
71
|
value: {
|
|
72
|
+
/**
|
|
73
|
+
* Событие при изменении значения (v-model)
|
|
74
|
+
* @type { boolean }
|
|
75
|
+
*/
|
|
72
76
|
type: PropType<any>;
|
|
73
77
|
default: null;
|
|
74
78
|
};
|
|
@@ -218,6 +222,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
218
222
|
default: undefined;
|
|
219
223
|
};
|
|
220
224
|
value: {
|
|
225
|
+
/**
|
|
226
|
+
* Событие при изменении значения (v-model)
|
|
227
|
+
* @type { boolean }
|
|
228
|
+
*/
|
|
221
229
|
type: PropType<any>;
|
|
222
230
|
default: null;
|
|
223
231
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { noop } from '../../utils';
|
|
2
|
-
import type { PropType } from 'vue';
|
|
3
2
|
import type { IInternalItem } from '../../composable';
|
|
3
|
+
import type { PropType } from 'vue';
|
|
4
4
|
export declare const componentName = "CdsCombobox";
|
|
5
5
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
6
6
|
theme: {
|
|
@@ -252,6 +252,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
252
252
|
default: string;
|
|
253
253
|
};
|
|
254
254
|
noFilter: {
|
|
255
|
+
/**
|
|
256
|
+
* Событие выбора всех элементов
|
|
257
|
+
* @type { boolean }
|
|
258
|
+
*/
|
|
255
259
|
type: PropType<boolean>;
|
|
256
260
|
default: boolean;
|
|
257
261
|
};
|
|
@@ -1178,9 +1182,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1178
1182
|
};
|
|
1179
1183
|
minWidth: {
|
|
1180
1184
|
type: PropType<string | number>;
|
|
1181
|
-
default: string;
|
|
1182
|
-
* Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
|
|
1183
|
-
*/
|
|
1185
|
+
default: string;
|
|
1184
1186
|
};
|
|
1185
1187
|
eager: {
|
|
1186
1188
|
type: PropType<boolean>;
|
|
@@ -1308,7 +1310,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1308
1310
|
default: () => {};
|
|
1309
1311
|
};
|
|
1310
1312
|
noClickAnimation: {
|
|
1311
|
-
type: PropType<boolean>;
|
|
1313
|
+
type: PropType<boolean>; /**
|
|
1314
|
+
* Событие выбора всех элементов
|
|
1315
|
+
* @type { boolean }
|
|
1316
|
+
*/
|
|
1312
1317
|
default: boolean;
|
|
1313
1318
|
};
|
|
1314
1319
|
id: {
|
|
@@ -1352,9 +1357,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1352
1357
|
};
|
|
1353
1358
|
minWidth: {
|
|
1354
1359
|
type: PropType<string | number>;
|
|
1355
|
-
default: string;
|
|
1356
|
-
* Разделители для ввода нескольких значений, при вводе будет создавать новый элемент.
|
|
1357
|
-
*/
|
|
1360
|
+
default: string;
|
|
1358
1361
|
};
|
|
1359
1362
|
eager: {
|
|
1360
1363
|
type: PropType<boolean>;
|
|
@@ -1482,7 +1485,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1482
1485
|
default: () => {};
|
|
1483
1486
|
};
|
|
1484
1487
|
noClickAnimation: {
|
|
1485
|
-
type: PropType<boolean>;
|
|
1488
|
+
type: PropType<boolean>; /**
|
|
1489
|
+
* Событие выбора всех элементов
|
|
1490
|
+
* @type { boolean }
|
|
1491
|
+
*/
|
|
1486
1492
|
default: boolean;
|
|
1487
1493
|
};
|
|
1488
1494
|
id: {
|
|
@@ -2346,6 +2352,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2346
2352
|
default: string;
|
|
2347
2353
|
};
|
|
2348
2354
|
noFilter: {
|
|
2355
|
+
/**
|
|
2356
|
+
* Событие выбора всех элементов
|
|
2357
|
+
* @type { boolean }
|
|
2358
|
+
*/
|
|
2349
2359
|
type: PropType<boolean>;
|
|
2350
2360
|
default: boolean;
|
|
2351
2361
|
};
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
1
|
import type { ITouchHandlers } from '../../directives/touch';
|
|
2
|
+
import type { PropType } from 'vue';
|
|
3
3
|
export declare const componentName = "CdsContainer";
|
|
4
4
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
5
5
|
prependIcon: Omit<{
|
|
6
6
|
type: PropType<"search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
7
|
-
default: undefined;
|
|
8
|
-
* Показывать только один контейнер из группы
|
|
9
|
-
*/
|
|
7
|
+
default: undefined;
|
|
10
8
|
validator: (value: "search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
11
9
|
}, "default" | "type"> & {
|
|
12
10
|
type: PropType<NonNullable<"search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">>;
|
|
13
11
|
default: NonNullable<"search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
14
12
|
};
|
|
15
13
|
appendIcon: Omit<{
|
|
14
|
+
/**
|
|
15
|
+
* Показывать стрелки для переключения между контейнерами в режиме onlySingle
|
|
16
|
+
*/
|
|
16
17
|
type: PropType<"search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
17
18
|
default: undefined;
|
|
18
19
|
validator: (value: "search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
@@ -103,15 +104,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
103
104
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
104
105
|
prependIcon: Omit<{
|
|
105
106
|
type: PropType<"search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
106
|
-
default: undefined;
|
|
107
|
-
* Показывать только один контейнер из группы
|
|
108
|
-
*/
|
|
107
|
+
default: undefined;
|
|
109
108
|
validator: (value: "search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
110
109
|
}, "default" | "type"> & {
|
|
111
110
|
type: PropType<NonNullable<"search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">>;
|
|
112
111
|
default: NonNullable<"search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
113
112
|
};
|
|
114
113
|
appendIcon: Omit<{
|
|
114
|
+
/**
|
|
115
|
+
* Показывать стрелки для переключения между контейнерами в режиме onlySingle
|
|
116
|
+
*/
|
|
115
117
|
type: PropType<"search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube">;
|
|
116
118
|
default: undefined;
|
|
117
119
|
validator: (value: "search" | "link" | "list" | "filters" | "add" | "administrator" | "alert-fill" | "alert" | "analog" | "arrow-down" | "arrow-left-bottom" | "arrow-left-top" | "arrow-left" | "arrow-right-bottom" | "arrow-right-top" | "arrow-right" | "arrow-up" | "arrows-vertical" | "calendar" | "card-bank" | "category" | "check-fill" | "check" | "checkbox-fill" | "checkbox" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chocholate-menu" | "chocolate-menu" | "clock" | "collapse" | "comment" | "company" | "compare" | "copy" | "data-cards" | "delete" | "directory" | "doc-download" | "doc" | "download" | "draggable" | "edit" | "enter" | "error-fill" | "error" | "expand" | "external" | "facebook-fill" | "facebook" | "flag" | "funnel" | "globe" | "infinity" | "info-fill" | "info" | "insert" | "list-search" | "loader" | "location" | "locked" | "login" | "logout" | "menu" | "minus" | "notification" | "overflow-menu-horizontal" | "overflow-menu-vertical" | "password" | "pin" | "plus" | "printer" | "question-fill" | "question" | "refresh" | "remove" | "sandglass" | "save" | "settings" | "shopping-cart" | "sort-date" | "source" | "star-fill" | "star" | "telegram" | "timer" | "tool" | "truck" | "unlocked" | "upload" | "user-avatar" | "user-group" | "visibility-off" | "visibility-on" | "vk" | "winner" | "workspace" | "youtube") => boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { ComputedRef, InjectionKey, Ref } from 'vue';
|
|
2
1
|
import type { IGroupItemProvide } from '../../composable';
|
|
2
|
+
import type { ComputedRef, InjectionKey, Ref } from 'vue';
|
|
3
3
|
export interface ICdsContainerProvide {
|
|
4
4
|
rootRef: Ref<HTMLElement | undefined>;
|
|
5
5
|
transition: ComputedRef<undefined | string>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { IRawDate } from '../../utils';
|
|
2
1
|
import type { TDatetimeValueRange } from '../../composable';
|
|
2
|
+
import type { IRawDate } from '../../utils';
|
|
3
3
|
export declare const componentName = "CdsDatePicker";
|
|
4
4
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
5
5
|
theme: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TDateLocale } from '../../../utils';
|
|
2
|
-
import type { PropType, Ref } from 'vue';
|
|
3
|
-
import type { IRawDate } from '../../../utils';
|
|
4
2
|
import type { TDatetimeValueRange } from '../../../composable';
|
|
3
|
+
import type { IRawDate } from '../../../utils';
|
|
4
|
+
import type { PropType, Ref } from 'vue';
|
|
5
5
|
export declare type TCalendarView = typeof availableViews[number];
|
|
6
6
|
export declare type TCalendarAllowedDates = string[] | ((date: string) => boolean);
|
|
7
7
|
export declare type TCalendarEvents = string[] | ((date: string) => boolean);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
1
|
import type { TCdsIllustrationsName } from '@central-design-system/illustrations';
|
|
2
|
+
import type { PropType } from 'vue';
|
|
3
3
|
export declare const componentName = "CdsEmptyState";
|
|
4
4
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
5
5
|
title: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
1
|
import type { TColumnBreakpoint, TColumnSpan, TColumnFlexBreakpoint, TColumnGridBreakpoint, TColumnSpanType } from '../types';
|
|
2
|
+
import type { PropType } from 'vue';
|
|
3
3
|
export interface IColumnProps {
|
|
4
4
|
tag: string | undefined;
|
|
5
5
|
xs: TColumnBreakpoint<TColumnGridBreakpoint | TColumnFlexBreakpoint> | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { SetupContext } from 'vue';
|
|
2
1
|
import type { ISubgridProps } from '../composable';
|
|
2
|
+
import type { SetupContext } from 'vue';
|
|
3
3
|
export declare function CSSGrid(props: ISubgridProps, context: SetupContext): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4
4
|
[key: string]: any;
|
|
5
5
|
}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { SetupContext } from 'vue';
|
|
2
1
|
import type { IGridProps } from '../types';
|
|
2
|
+
import type { SetupContext } from 'vue';
|
|
3
3
|
export declare function FlexGrid(props: IGridProps, context: SetupContext): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4
4
|
[key: string]: any;
|
|
5
5
|
}>;
|
|
@@ -32,6 +32,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
32
32
|
size: Omit<{
|
|
33
33
|
type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
34
34
|
default: string;
|
|
35
|
+
/**
|
|
36
|
+
* Количество строк в описании элемента списка
|
|
37
|
+
*/
|
|
35
38
|
available: readonly ["xs", "sm", "md", "lg", "xl"];
|
|
36
39
|
validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
|
|
37
40
|
}, "default" | "type"> & {
|
|
@@ -137,6 +140,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
137
140
|
size: Omit<{
|
|
138
141
|
type: PropType<"xs" | "sm" | "md" | "lg" | "xl">;
|
|
139
142
|
default: string;
|
|
143
|
+
/**
|
|
144
|
+
* Количество строк в описании элемента списка
|
|
145
|
+
*/
|
|
140
146
|
available: readonly ["xs", "sm", "md", "lg", "xl"];
|
|
141
147
|
validator: (value: "xs" | "sm" | "md" | "lg" | "xl") => boolean;
|
|
142
148
|
}, "default" | "type"> & {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SetupContext } from 'vue';
|
|
2
|
-
import type { InjectionKey, Ref } from 'vue';
|
|
3
2
|
import type { IInternalItem } from '../../../composable';
|
|
3
|
+
import type { InjectionKey, Ref } from 'vue';
|
|
4
4
|
export declare const ListKey: InjectionKey<{
|
|
5
5
|
hasPrepend: Ref<boolean>;
|
|
6
6
|
updateHasPrepend: (value: boolean) => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ComputedRef } from 'vue';
|
|
2
2
|
import type { TCdsIconsName } from '@central-design-system/icons';
|
|
3
|
-
import type { PropType } from 'vue';
|
|
4
3
|
import type { TStatus } from '../../../composable';
|
|
4
|
+
import type { PropType } from 'vue';
|
|
5
5
|
export declare type TNotificationLocale = {
|
|
6
6
|
closeLabel?: string;
|
|
7
7
|
};
|
|
@@ -106,7 +106,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
106
106
|
};
|
|
107
107
|
persistent: {
|
|
108
108
|
type: PropType<boolean>;
|
|
109
|
-
default: boolean;
|
|
109
|
+
default: boolean; /**
|
|
110
|
+
* Событие при изменении значения (v-model)
|
|
111
|
+
* @type { boolean }
|
|
112
|
+
*/
|
|
110
113
|
};
|
|
111
114
|
scrim: {
|
|
112
115
|
type: PropType<string | boolean>;
|
|
@@ -263,7 +266,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
263
266
|
};
|
|
264
267
|
persistent: {
|
|
265
268
|
type: PropType<boolean>;
|
|
266
|
-
default: boolean;
|
|
269
|
+
default: boolean; /**
|
|
270
|
+
* Событие при изменении значения (v-model)
|
|
271
|
+
* @type { boolean }
|
|
272
|
+
*/
|
|
267
273
|
};
|
|
268
274
|
scrim: {
|
|
269
275
|
type: PropType<string | boolean>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComputedRef } from 'vue';
|
|
2
|
-
import type { ComponentPublicInstance, PropType, Ref } from 'vue';
|
|
3
2
|
import type { IDelayProps } from '../../../composable';
|
|
3
|
+
import type { ComponentPublicInstance, PropType, Ref } from 'vue';
|
|
4
4
|
export interface IActivatorProps extends IDelayProps {
|
|
5
5
|
activator: 'parent' | string | Element | ComponentPublicInstance;
|
|
6
6
|
activatorProps: Record<string, any>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { InjectionKey } from 'vue';
|
|
2
1
|
import type { IGroupProvide } from '../../composable';
|
|
2
|
+
import type { InjectionKey } from 'vue';
|
|
3
3
|
export declare const CdsSlideGroupSymbol: InjectionKey<IGroupProvide>;
|
|
4
4
|
export declare const componentName = "CdsSlideGroup";
|
|
5
5
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
1
|
import type { ITouchHandlers } from '../../directives/touch';
|
|
2
|
+
import type { PropType } from 'vue';
|
|
3
3
|
export declare const CDS_MOBILE_STEPS_WIDTH: number;
|
|
4
4
|
export declare const componentName = "CdsSteps";
|
|
5
5
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { Ref, InjectionKey } from 'vue';
|
|
2
1
|
import type { IGroupItemProvide } from '../../composable';
|
|
2
|
+
import type { Ref, InjectionKey } from 'vue';
|
|
3
3
|
export declare const CdsStepsGroupSymbol: InjectionKey<IGroupItemProvide>;
|
|
4
4
|
export declare const CdsStepsSymbol: InjectionKey<ICdsStepsProvide>;
|
|
5
5
|
interface ICdsStepsProvide {
|
|
@@ -154,7 +154,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
154
154
|
default: null;
|
|
155
155
|
};
|
|
156
156
|
openDelay: {
|
|
157
|
-
type: import("vue").PropType<string | number>;
|
|
157
|
+
type: import("vue").PropType<string | number>; /**
|
|
158
|
+
* События изменения пагинации, фильтров или сортировки
|
|
159
|
+
*/
|
|
158
160
|
default: null;
|
|
159
161
|
};
|
|
160
162
|
transition: Omit<{
|
|
@@ -293,6 +295,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
293
295
|
default: boolean;
|
|
294
296
|
};
|
|
295
297
|
persistent: {
|
|
298
|
+
/**
|
|
299
|
+
* Событие текущих раскрытых строк
|
|
300
|
+
*/
|
|
296
301
|
type: import("vue").PropType<boolean>;
|
|
297
302
|
default: boolean;
|
|
298
303
|
};
|
|
@@ -617,7 +622,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
617
622
|
default: null;
|
|
618
623
|
};
|
|
619
624
|
openDelay: {
|
|
620
|
-
type: import("vue").PropType<string | number>;
|
|
625
|
+
type: import("vue").PropType<string | number>; /**
|
|
626
|
+
* События изменения пагинации, фильтров или сортировки
|
|
627
|
+
*/
|
|
621
628
|
default: null;
|
|
622
629
|
};
|
|
623
630
|
transition: Omit<{
|
|
@@ -756,6 +763,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
756
763
|
default: boolean;
|
|
757
764
|
};
|
|
758
765
|
persistent: {
|
|
766
|
+
/**
|
|
767
|
+
* Событие текущих раскрытых строк
|
|
768
|
+
*/
|
|
759
769
|
type: import("vue").PropType<boolean>;
|
|
760
770
|
default: boolean;
|
|
761
771
|
};
|
|
@@ -986,7 +996,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
986
996
|
default: null;
|
|
987
997
|
};
|
|
988
998
|
openDelay: {
|
|
989
|
-
type: import("vue").PropType<string | number>;
|
|
999
|
+
type: import("vue").PropType<string | number>; /**
|
|
1000
|
+
* События изменения пагинации, фильтров или сортировки
|
|
1001
|
+
*/
|
|
990
1002
|
default: null;
|
|
991
1003
|
};
|
|
992
1004
|
transition: Omit<{
|
|
@@ -1125,6 +1137,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1125
1137
|
default: boolean;
|
|
1126
1138
|
};
|
|
1127
1139
|
persistent: {
|
|
1140
|
+
/**
|
|
1141
|
+
* Событие текущих раскрытых строк
|
|
1142
|
+
*/
|
|
1128
1143
|
type: import("vue").PropType<boolean>;
|
|
1129
1144
|
default: boolean;
|
|
1130
1145
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { NTable } from '../../interface';
|
|
2
1
|
import type { TSummaryFlattenColumns } from '../../context';
|
|
2
|
+
import type { NTable } from '../../interface';
|
|
3
3
|
interface IFooterProps<RecordType = NTable.TDefaultRecord> {
|
|
4
4
|
stickyOffsets: NTable.NSticky.IStickyOffsets;
|
|
5
5
|
flattenColumns: TSummaryFlattenColumns<RecordType>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
|
-
import type { NTable } from '../interface';
|
|
3
1
|
import type { IContextSlots } from '../context';
|
|
2
|
+
import type { NTable } from '../interface';
|
|
3
|
+
import type { PropType } from 'vue';
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
contextSlots: {
|
|
6
6
|
type: PropType<IContextSlots>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { VNode } from 'vue';
|
|
2
|
-
import type { Ref } from 'vue';
|
|
3
2
|
import type { NTable } from '../interface';
|
|
3
|
+
import type { Ref } from 'vue';
|
|
4
4
|
export declare const DEFAULT_PAGE_SIZE = 10;
|
|
5
5
|
export interface IUsePagination {
|
|
6
6
|
mergedPagination: Ref<NTable.NPagination.IProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { Ref, ComputedRef } from 'vue';
|
|
2
1
|
import type { NTable } from '../interface';
|
|
2
|
+
import type { Ref, ComputedRef } from 'vue';
|
|
3
3
|
export declare const SELECTION_COLUMN: {};
|
|
4
4
|
export declare const SELECTION_ALL: "SELECT_ALL";
|
|
5
5
|
export declare const SELECTION_INVERT: "SELECT_INVERT";
|