@opentinyvue/vue-date-picker 3.26.0 → 3.28.0
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/package.json +7 -7
- package/src/index.d.ts +114 -6
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-date-picker",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.28.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"main": "./lib/index.js",
|
|
9
9
|
"module": "./lib/index.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@opentinyvue/utils": "~3.
|
|
12
|
-
"@opentinyvue/vue-common": "~3.
|
|
13
|
-
"@opentinyvue/vue-icon": "~3.
|
|
14
|
-
"@opentinyvue/vue-picker": "~3.
|
|
15
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
16
|
-
"@opentinyvue/vue-theme": "~3.
|
|
11
|
+
"@opentinyvue/utils": "~3.28.0",
|
|
12
|
+
"@opentinyvue/vue-common": "~3.28.0",
|
|
13
|
+
"@opentinyvue/vue-icon": "~3.28.0",
|
|
14
|
+
"@opentinyvue/vue-picker": "~3.28.0",
|
|
15
|
+
"@opentinyvue/vue-renderless": "~3.28.0",
|
|
16
|
+
"@opentinyvue/vue-theme": "~3.28.0"
|
|
17
17
|
},
|
|
18
18
|
"types": "index.d.ts",
|
|
19
19
|
"scripts": {
|
package/src/index.d.ts
CHANGED
|
@@ -110,9 +110,45 @@ export declare const datePickerProps: {
|
|
|
110
110
|
prefixIcon: ObjectConstructor;
|
|
111
111
|
clearIcon: {
|
|
112
112
|
type: ObjectConstructor;
|
|
113
|
-
default(): import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
113
|
+
default(): import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
114
|
+
shape: {
|
|
115
|
+
type: StringConstructor;
|
|
116
|
+
default: string;
|
|
117
|
+
};
|
|
118
|
+
firstColor: {
|
|
119
|
+
type: StringConstructor;
|
|
120
|
+
default: string;
|
|
121
|
+
};
|
|
122
|
+
secondColor: {
|
|
123
|
+
type: StringConstructor;
|
|
124
|
+
default: string;
|
|
125
|
+
};
|
|
126
|
+
underlay: {
|
|
127
|
+
type: ObjectConstructor;
|
|
128
|
+
};
|
|
129
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
114
130
|
[key: string]: any;
|
|
115
|
-
}>,
|
|
131
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
132
|
+
shape: {
|
|
133
|
+
type: StringConstructor;
|
|
134
|
+
default: string;
|
|
135
|
+
};
|
|
136
|
+
firstColor: {
|
|
137
|
+
type: StringConstructor;
|
|
138
|
+
default: string;
|
|
139
|
+
};
|
|
140
|
+
secondColor: {
|
|
141
|
+
type: StringConstructor;
|
|
142
|
+
default: string;
|
|
143
|
+
};
|
|
144
|
+
underlay: {
|
|
145
|
+
type: ObjectConstructor;
|
|
146
|
+
};
|
|
147
|
+
}>>, {
|
|
148
|
+
shape: string;
|
|
149
|
+
firstColor: string;
|
|
150
|
+
secondColor: string;
|
|
151
|
+
}, {}>>;
|
|
116
152
|
};
|
|
117
153
|
name: {
|
|
118
154
|
default: string;
|
|
@@ -285,9 +321,45 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
285
321
|
prefixIcon: ObjectConstructor;
|
|
286
322
|
clearIcon: {
|
|
287
323
|
type: ObjectConstructor;
|
|
288
|
-
default(): import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
324
|
+
default(): import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
325
|
+
shape: {
|
|
326
|
+
type: StringConstructor;
|
|
327
|
+
default: string;
|
|
328
|
+
};
|
|
329
|
+
firstColor: {
|
|
330
|
+
type: StringConstructor;
|
|
331
|
+
default: string;
|
|
332
|
+
};
|
|
333
|
+
secondColor: {
|
|
334
|
+
type: StringConstructor;
|
|
335
|
+
default: string;
|
|
336
|
+
};
|
|
337
|
+
underlay: {
|
|
338
|
+
type: ObjectConstructor;
|
|
339
|
+
};
|
|
340
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
289
341
|
[key: string]: any;
|
|
290
|
-
}>,
|
|
342
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
343
|
+
shape: {
|
|
344
|
+
type: StringConstructor;
|
|
345
|
+
default: string;
|
|
346
|
+
};
|
|
347
|
+
firstColor: {
|
|
348
|
+
type: StringConstructor;
|
|
349
|
+
default: string;
|
|
350
|
+
};
|
|
351
|
+
secondColor: {
|
|
352
|
+
type: StringConstructor;
|
|
353
|
+
default: string;
|
|
354
|
+
};
|
|
355
|
+
underlay: {
|
|
356
|
+
type: ObjectConstructor;
|
|
357
|
+
};
|
|
358
|
+
}>>, {
|
|
359
|
+
shape: string;
|
|
360
|
+
firstColor: string;
|
|
361
|
+
secondColor: string;
|
|
362
|
+
}, {}>>;
|
|
291
363
|
};
|
|
292
364
|
name: {
|
|
293
365
|
default: string;
|
|
@@ -461,9 +533,45 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
461
533
|
prefixIcon: ObjectConstructor;
|
|
462
534
|
clearIcon: {
|
|
463
535
|
type: ObjectConstructor;
|
|
464
|
-
default(): import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
536
|
+
default(): import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
537
|
+
shape: {
|
|
538
|
+
type: StringConstructor;
|
|
539
|
+
default: string;
|
|
540
|
+
};
|
|
541
|
+
firstColor: {
|
|
542
|
+
type: StringConstructor;
|
|
543
|
+
default: string;
|
|
544
|
+
};
|
|
545
|
+
secondColor: {
|
|
546
|
+
type: StringConstructor;
|
|
547
|
+
default: string;
|
|
548
|
+
};
|
|
549
|
+
underlay: {
|
|
550
|
+
type: ObjectConstructor;
|
|
551
|
+
};
|
|
552
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
465
553
|
[key: string]: any;
|
|
466
|
-
}>,
|
|
554
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
555
|
+
shape: {
|
|
556
|
+
type: StringConstructor;
|
|
557
|
+
default: string;
|
|
558
|
+
};
|
|
559
|
+
firstColor: {
|
|
560
|
+
type: StringConstructor;
|
|
561
|
+
default: string;
|
|
562
|
+
};
|
|
563
|
+
secondColor: {
|
|
564
|
+
type: StringConstructor;
|
|
565
|
+
default: string;
|
|
566
|
+
};
|
|
567
|
+
underlay: {
|
|
568
|
+
type: ObjectConstructor;
|
|
569
|
+
};
|
|
570
|
+
}>>, {
|
|
571
|
+
shape: string;
|
|
572
|
+
firstColor: string;
|
|
573
|
+
secondColor: string;
|
|
574
|
+
}, {}>>;
|
|
467
575
|
};
|
|
468
576
|
name: {
|
|
469
577
|
default: string;
|