@central-design-system/components 3.0.0-beta.40 → 3.0.0-beta.42
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.
|
@@ -4,7 +4,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
4
4
|
theme: {
|
|
5
5
|
type: PropType<string>;
|
|
6
6
|
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
7
|
-
default: undefined;
|
|
7
|
+
default: undefined; /**
|
|
8
|
+
* Событие выбора всех элементов
|
|
9
|
+
* @type { boolean }
|
|
10
|
+
*/
|
|
8
11
|
};
|
|
9
12
|
transition: {
|
|
10
13
|
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
|
@@ -120,12 +123,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
120
123
|
type: PropType<import("../../composable").TValidationRule[]>;
|
|
121
124
|
default: () => never[];
|
|
122
125
|
};
|
|
123
|
-
modelValue:
|
|
126
|
+
modelValue: {
|
|
124
127
|
type: PropType<any>;
|
|
125
128
|
default: null;
|
|
126
|
-
}, "default" | "type"> & {
|
|
127
|
-
type: PropType<null>;
|
|
128
|
-
default: null;
|
|
129
129
|
};
|
|
130
130
|
validateOn: {
|
|
131
131
|
type: PropType<"input" | "blur" | "submit">;
|
|
@@ -306,7 +306,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
306
306
|
theme: {
|
|
307
307
|
type: PropType<string>;
|
|
308
308
|
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
309
|
-
default: undefined;
|
|
309
|
+
default: undefined; /**
|
|
310
|
+
* Событие выбора всех элементов
|
|
311
|
+
* @type { boolean }
|
|
312
|
+
*/
|
|
310
313
|
};
|
|
311
314
|
selectStrategy: {
|
|
312
315
|
type: PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
|
|
@@ -440,7 +443,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
440
443
|
theme: {
|
|
441
444
|
type: PropType<string>;
|
|
442
445
|
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
443
|
-
default: undefined;
|
|
446
|
+
default: undefined; /**
|
|
447
|
+
* Событие выбора всех элементов
|
|
448
|
+
* @type { boolean }
|
|
449
|
+
*/
|
|
444
450
|
};
|
|
445
451
|
transition: {
|
|
446
452
|
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
|
@@ -556,12 +562,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
556
562
|
type: PropType<import("../../composable").TValidationRule[]>;
|
|
557
563
|
default: () => never[];
|
|
558
564
|
};
|
|
559
|
-
modelValue:
|
|
565
|
+
modelValue: {
|
|
560
566
|
type: PropType<any>;
|
|
561
567
|
default: null;
|
|
562
|
-
}, "default" | "type"> & {
|
|
563
|
-
type: PropType<null>;
|
|
564
|
-
default: null;
|
|
565
568
|
};
|
|
566
569
|
validateOn: {
|
|
567
570
|
type: PropType<"input" | "blur" | "submit">;
|
|
@@ -742,7 +745,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
742
745
|
theme: {
|
|
743
746
|
type: PropType<string>;
|
|
744
747
|
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
745
|
-
default: undefined;
|
|
748
|
+
default: undefined; /**
|
|
749
|
+
* Событие выбора всех элементов
|
|
750
|
+
* @type { boolean }
|
|
751
|
+
*/
|
|
746
752
|
};
|
|
747
753
|
selectStrategy: {
|
|
748
754
|
type: PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
|
|
@@ -880,7 +886,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
880
886
|
theme: {
|
|
881
887
|
type: PropType<string>;
|
|
882
888
|
available: readonly ["cds", "b2b", "promo", "dark"];
|
|
883
|
-
default: undefined;
|
|
889
|
+
default: undefined; /**
|
|
890
|
+
* Событие выбора всех элементов
|
|
891
|
+
* @type { boolean }
|
|
892
|
+
*/
|
|
884
893
|
};
|
|
885
894
|
selectStrategy: {
|
|
886
895
|
type: PropType<NonNullable<import("../../composable/nested/selectStrategies").TSelectStrategyProp>>;
|
|
@@ -1009,7 +1018,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1009
1018
|
errorMessages: string | string[];
|
|
1010
1019
|
maxErrors: string | number;
|
|
1011
1020
|
rules: import("../../composable").TValidationRule[];
|
|
1012
|
-
modelValue:
|
|
1021
|
+
modelValue: any;
|
|
1013
1022
|
validateOn: "input" | "blur" | "submit";
|
|
1014
1023
|
validationValue: any;
|
|
1015
1024
|
hideMessages: boolean;
|
|
@@ -47,6 +47,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
47
47
|
type: StringConstructor;
|
|
48
48
|
default: string;
|
|
49
49
|
};
|
|
50
|
+
/**
|
|
51
|
+
* Включает отображение поля для ввода номера страницы
|
|
52
|
+
*/
|
|
53
|
+
quickJumper: {
|
|
54
|
+
type: PropType<boolean>;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
50
57
|
/**
|
|
51
58
|
* Значение v-model
|
|
52
59
|
*/
|
|
@@ -75,6 +82,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
75
82
|
* Событие перехода на предыдущую страницу
|
|
76
83
|
*/
|
|
77
84
|
prev: (value: number) => true;
|
|
85
|
+
/**
|
|
86
|
+
* Событие перехода с помощью поля ввода номера страницы
|
|
87
|
+
*/
|
|
88
|
+
quickJump: (value: number) => true;
|
|
78
89
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
79
90
|
theme: {
|
|
80
91
|
type: PropType<string>;
|
|
@@ -122,6 +133,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
122
133
|
type: StringConstructor;
|
|
123
134
|
default: string;
|
|
124
135
|
};
|
|
136
|
+
/**
|
|
137
|
+
* Включает отображение поля для ввода номера страницы
|
|
138
|
+
*/
|
|
139
|
+
quickJumper: {
|
|
140
|
+
type: PropType<boolean>;
|
|
141
|
+
default: boolean;
|
|
142
|
+
};
|
|
125
143
|
/**
|
|
126
144
|
* Значение v-model
|
|
127
145
|
*/
|
|
@@ -135,6 +153,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
135
153
|
onLast?: ((value: number) => any) | undefined;
|
|
136
154
|
onNext?: ((value: number) => any) | undefined;
|
|
137
155
|
onPrev?: ((value: number) => any) | undefined;
|
|
156
|
+
onQuickJump?: ((value: number) => any) | undefined;
|
|
138
157
|
}, {
|
|
139
158
|
ellipsis: string;
|
|
140
159
|
tag: string;
|
|
@@ -144,5 +163,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
144
163
|
modelValue: number;
|
|
145
164
|
start: string | number;
|
|
146
165
|
totalVisible: string | number;
|
|
166
|
+
quickJumper: boolean;
|
|
147
167
|
}>;
|
|
148
168
|
export default _sfc_main;
|
package/package.json
CHANGED