@opentinyvue/vue-date-panel 2.21.0 → 3.21.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 CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-date-panel",
3
- "version": "2.21.0",
3
+ "version": "3.21.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
7
7
  "sideEffects": false,
8
8
  "type": "module",
9
9
  "dependencies": {
10
- "@opentinyvue/vue-common": "~2.21.0",
10
+ "@opentinyvue/vue-common": "~3.21.0",
11
11
  "@opentinyvue/vue-renderless": "~3.21.0",
12
- "@opentinyvue/vue-input": "~2.21.0",
13
- "@opentinyvue/vue-button": "~2.21.0",
14
- "@opentinyvue/vue-locale": "~2.21.0",
15
- "@opentinyvue/vue-time": "~2.21.0",
16
- "@opentinyvue/vue-date-table": "~2.21.0",
17
- "@opentinyvue/vue-year-table": "~2.21.0",
18
- "@opentinyvue/vue-month-table": "~2.21.0",
12
+ "@opentinyvue/vue-input": "~3.21.0",
13
+ "@opentinyvue/vue-button": "~3.21.0",
14
+ "@opentinyvue/vue-locale": "~3.21.0",
15
+ "@opentinyvue/vue-time": "~3.21.0",
16
+ "@opentinyvue/vue-date-table": "~3.21.0",
17
+ "@opentinyvue/vue-year-table": "~3.21.0",
18
+ "@opentinyvue/vue-month-table": "~3.21.0",
19
19
  "@opentinyvue/vue-theme": "~3.21.0",
20
- "@opentinyvue/vue-popup": "~2.21.0",
21
- "@opentinyvue/vue-icon": "~2.21.0"
20
+ "@opentinyvue/vue-popup": "~3.21.0",
21
+ "@opentinyvue/vue-icon": "~3.21.0"
22
22
  },
23
23
  "license": "MIT",
24
24
  "types": "index.d.ts",
package/src/index.d.ts CHANGED
@@ -1,2 +1,56 @@
1
- declare const _default: any;
1
+ declare const _default: import("@vue/runtime-core").DefineComponent<{
2
+ emitter: ObjectConstructor;
3
+ step: {
4
+ type: ObjectConstructor;
5
+ default(): {
6
+ hour: number;
7
+ minute: number;
8
+ second: number;
9
+ };
10
+ };
11
+ showWeekNumber: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ formatWeeks: FunctionConstructor;
16
+ nowClick: {
17
+ type: FunctionConstructor;
18
+ };
19
+ tiny_mode: StringConstructor;
20
+ tiny_mode_root: BooleanConstructor;
21
+ tiny_template: (ObjectConstructor | FunctionConstructor)[];
22
+ tiny_renderless: FunctionConstructor;
23
+ tiny_theme: StringConstructor;
24
+ tiny_chart_theme: ObjectConstructor;
25
+ }, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
26
+ [key: string]: any;
27
+ }>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
28
+ emitter: ObjectConstructor;
29
+ step: {
30
+ type: ObjectConstructor;
31
+ default(): {
32
+ hour: number;
33
+ minute: number;
34
+ second: number;
35
+ };
36
+ };
37
+ showWeekNumber: {
38
+ type: BooleanConstructor;
39
+ default: boolean;
40
+ };
41
+ formatWeeks: FunctionConstructor;
42
+ nowClick: {
43
+ type: FunctionConstructor;
44
+ };
45
+ tiny_mode: StringConstructor;
46
+ tiny_mode_root: BooleanConstructor;
47
+ tiny_template: (ObjectConstructor | FunctionConstructor)[];
48
+ tiny_renderless: FunctionConstructor;
49
+ tiny_theme: StringConstructor;
50
+ tiny_chart_theme: ObjectConstructor;
51
+ }>>, {
52
+ tiny_mode_root: boolean;
53
+ step: Record<string, any>;
54
+ showWeekNumber: boolean;
55
+ }, {}>;
2
56
  export default _default;
@@ -1,2 +1,216 @@
1
- declare const _default: import("vue/types/vue").ExtendedVue<import("vue").default, any, any, any, Record<"tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", any>>;
1
+ declare const _default: import("@vue/runtime-core").DefineComponent<{
2
+ emitter: ObjectConstructor;
3
+ step: {
4
+ type: ObjectConstructor;
5
+ default(): {
6
+ hour: number;
7
+ minute: number;
8
+ second: number;
9
+ };
10
+ };
11
+ showWeekNumber: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ formatWeeks: FunctionConstructor;
16
+ nowClick: {
17
+ type: FunctionConstructor;
18
+ };
19
+ length: number;
20
+ toString(): string;
21
+ toLocaleString(): string;
22
+ pop(): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | undefined;
23
+ push(...items: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]): number;
24
+ concat(...items: ConcatArray<"tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme">[]): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[];
25
+ concat(...items: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | ConcatArray<"tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme">)[]): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[];
26
+ join(separator?: string | undefined): string;
27
+ reverse(): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[];
28
+ shift(): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | undefined;
29
+ slice(start?: number | undefined, end?: number | undefined): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[];
30
+ sort(compareFn?: ((a: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", b: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme") => number) | undefined): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[];
31
+ splice(start: number, deleteCount?: number | undefined): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[];
32
+ splice(start: number, deleteCount: number, ...items: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[];
33
+ unshift(...items: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]): number;
34
+ indexOf(searchElement: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", fromIndex?: number | undefined): number;
35
+ lastIndexOf(searchElement: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", fromIndex?: number | undefined): number;
36
+ every<S extends "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme">(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => value is S, thisArg?: any): this is S[];
37
+ every(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => unknown, thisArg?: any): boolean;
38
+ some(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => unknown, thisArg?: any): boolean;
39
+ forEach(callbackfn: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => void, thisArg?: any): void;
40
+ map<U>(callbackfn: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => U, thisArg?: any): U[];
41
+ filter<S_1 extends "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme">(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => value is S_1, thisArg?: any): S_1[];
42
+ filter(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => unknown, thisArg?: any): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[];
43
+ reduce(callbackfn: (previousValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme"): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme";
44
+ reduce(callbackfn: (previousValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", initialValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme"): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme";
45
+ reduce<U_1>(callbackfn: (previousValue: U_1, currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => U_1, initialValue: U_1): U_1;
46
+ reduceRight(callbackfn: (previousValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme"): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme";
47
+ reduceRight(callbackfn: (previousValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", initialValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme"): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme";
48
+ reduceRight<U_2>(callbackfn: (previousValue: U_2, currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => U_2, initialValue: U_2): U_2;
49
+ find<S_2 extends "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme">(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, obj: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => value is S_2, thisArg?: any): S_2 | undefined;
50
+ find(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, obj: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => unknown, thisArg?: any): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | undefined;
51
+ findIndex(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, obj: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => unknown, thisArg?: any): number;
52
+ fill(value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", start?: number | undefined, end?: number | undefined): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[];
53
+ copyWithin(target: number, start: number, end?: number | undefined): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[];
54
+ entries(): IterableIterator<[number, "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme"]>;
55
+ keys(): IterableIterator<number>;
56
+ values(): IterableIterator<"tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme">;
57
+ includes(searchElement: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", fromIndex?: number | undefined): boolean;
58
+ flatMap<U_3, This = undefined>(callback: (this: This, value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => U_3 | readonly U_3[], thisArg?: This | undefined): U_3[];
59
+ flat<A, D extends number = 1>(this: A, depth?: D | undefined): FlatArray<A, D>[];
60
+ [Symbol.iterator](): IterableIterator<"tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme">;
61
+ [Symbol.unscopables]: {
62
+ [x: number]: boolean | undefined;
63
+ length?: boolean | undefined;
64
+ toString?: boolean | undefined;
65
+ toLocaleString?: boolean | undefined;
66
+ pop?: boolean | undefined;
67
+ push?: boolean | undefined;
68
+ concat?: boolean | undefined;
69
+ join?: boolean | undefined;
70
+ reverse?: boolean | undefined;
71
+ shift?: boolean | undefined;
72
+ slice?: boolean | undefined;
73
+ sort?: boolean | undefined;
74
+ splice?: boolean | undefined;
75
+ unshift?: boolean | undefined;
76
+ indexOf?: boolean | undefined;
77
+ lastIndexOf?: boolean | undefined;
78
+ every?: boolean | undefined;
79
+ some?: boolean | undefined;
80
+ forEach?: boolean | undefined;
81
+ map?: boolean | undefined;
82
+ filter?: boolean | undefined;
83
+ reduce?: boolean | undefined;
84
+ reduceRight?: boolean | undefined;
85
+ find?: boolean | undefined;
86
+ findIndex?: boolean | undefined;
87
+ fill?: boolean | undefined;
88
+ copyWithin?: boolean | undefined;
89
+ entries?: boolean | undefined;
90
+ keys?: boolean | undefined;
91
+ values?: boolean | undefined;
92
+ includes?: boolean | undefined;
93
+ flatMap?: boolean | undefined;
94
+ flat?: boolean | undefined;
95
+ [Symbol.iterator]?: boolean | undefined;
96
+ readonly [Symbol.unscopables]?: boolean | undefined;
97
+ at?: boolean | undefined;
98
+ };
99
+ at(index: number): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | undefined;
100
+ }, {
101
+ t: (this: any, path: any, options?: any) => any;
102
+ vm: any;
103
+ f: (props: any, attrs?: {}) => {};
104
+ a: (attrs: any, filters: any, include: any) => {};
105
+ d: (props: any) => void;
106
+ dp: (props: any) => void;
107
+ gcls: (key: any) => any;
108
+ m: (...cssClasses: any[]) => string;
109
+ }, any, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("select-change" | "pick" | "dodestroy")[], "select-change" | "pick" | "dodestroy", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
110
+ emitter: ObjectConstructor;
111
+ step: {
112
+ type: ObjectConstructor;
113
+ default(): {
114
+ hour: number;
115
+ minute: number;
116
+ second: number;
117
+ };
118
+ };
119
+ showWeekNumber: {
120
+ type: BooleanConstructor;
121
+ default: boolean;
122
+ };
123
+ formatWeeks: FunctionConstructor;
124
+ nowClick: {
125
+ type: FunctionConstructor;
126
+ };
127
+ length: number;
128
+ toString(): string;
129
+ toLocaleString(): string;
130
+ pop(): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | undefined;
131
+ push(...items: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]): number;
132
+ concat(...items: ConcatArray<"tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme">[]): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[];
133
+ concat(...items: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | ConcatArray<"tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme">)[]): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[];
134
+ join(separator?: string | undefined): string;
135
+ reverse(): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[];
136
+ shift(): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | undefined;
137
+ slice(start?: number | undefined, end?: number | undefined): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[];
138
+ sort(compareFn?: ((a: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", b: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme") => number) | undefined): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[];
139
+ splice(start: number, deleteCount?: number | undefined): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[];
140
+ splice(start: number, deleteCount: number, ...items: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[];
141
+ unshift(...items: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]): number;
142
+ indexOf(searchElement: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", fromIndex?: number | undefined): number;
143
+ lastIndexOf(searchElement: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", fromIndex?: number | undefined): number;
144
+ every<S extends "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme">(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => value is S, thisArg?: any): this is S[];
145
+ every(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => unknown, thisArg?: any): boolean;
146
+ some(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => unknown, thisArg?: any): boolean;
147
+ forEach(callbackfn: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => void, thisArg?: any): void;
148
+ map<U>(callbackfn: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => U, thisArg?: any): U[];
149
+ filter<S_1 extends "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme">(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => value is S_1, thisArg?: any): S_1[];
150
+ filter(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => unknown, thisArg?: any): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[];
151
+ reduce(callbackfn: (previousValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme"): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme";
152
+ reduce(callbackfn: (previousValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", initialValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme"): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme";
153
+ reduce<U_1>(callbackfn: (previousValue: U_1, currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => U_1, initialValue: U_1): U_1;
154
+ reduceRight(callbackfn: (previousValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme"): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme";
155
+ reduceRight(callbackfn: (previousValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", initialValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme"): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme";
156
+ reduceRight<U_2>(callbackfn: (previousValue: U_2, currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => U_2, initialValue: U_2): U_2;
157
+ find<S_2 extends "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme">(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, obj: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => value is S_2, thisArg?: any): S_2 | undefined;
158
+ find(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, obj: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => unknown, thisArg?: any): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | undefined;
159
+ findIndex(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, obj: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => unknown, thisArg?: any): number;
160
+ fill(value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", start?: number | undefined, end?: number | undefined): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[];
161
+ copyWithin(target: number, start: number, end?: number | undefined): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[];
162
+ entries(): IterableIterator<[number, "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme"]>;
163
+ keys(): IterableIterator<number>;
164
+ values(): IterableIterator<"tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme">;
165
+ includes(searchElement: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", fromIndex?: number | undefined): boolean;
166
+ flatMap<U_3, This = undefined>(callback: (this: This, value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[]) => U_3 | readonly U_3[], thisArg?: This | undefined): U_3[];
167
+ flat<A, D extends number = 1>(this: A, depth?: D | undefined): FlatArray<A, D>[];
168
+ [Symbol.iterator](): IterableIterator<"tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme">;
169
+ [Symbol.unscopables]: {
170
+ [x: number]: boolean | undefined;
171
+ length?: boolean | undefined;
172
+ toString?: boolean | undefined;
173
+ toLocaleString?: boolean | undefined;
174
+ pop?: boolean | undefined;
175
+ push?: boolean | undefined;
176
+ concat?: boolean | undefined;
177
+ join?: boolean | undefined;
178
+ reverse?: boolean | undefined;
179
+ shift?: boolean | undefined;
180
+ slice?: boolean | undefined;
181
+ sort?: boolean | undefined;
182
+ splice?: boolean | undefined;
183
+ unshift?: boolean | undefined;
184
+ indexOf?: boolean | undefined;
185
+ lastIndexOf?: boolean | undefined;
186
+ every?: boolean | undefined;
187
+ some?: boolean | undefined;
188
+ forEach?: boolean | undefined;
189
+ map?: boolean | undefined;
190
+ filter?: boolean | undefined;
191
+ reduce?: boolean | undefined;
192
+ reduceRight?: boolean | undefined;
193
+ find?: boolean | undefined;
194
+ findIndex?: boolean | undefined;
195
+ fill?: boolean | undefined;
196
+ copyWithin?: boolean | undefined;
197
+ entries?: boolean | undefined;
198
+ keys?: boolean | undefined;
199
+ values?: boolean | undefined;
200
+ includes?: boolean | undefined;
201
+ flatMap?: boolean | undefined;
202
+ flat?: boolean | undefined;
203
+ [Symbol.iterator]?: boolean | undefined;
204
+ readonly [Symbol.unscopables]?: boolean | undefined;
205
+ at?: boolean | undefined;
206
+ };
207
+ at(index: number): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | undefined;
208
+ }>> & {
209
+ onPick?: ((...args: any[]) => any) | undefined;
210
+ "onSelect-change"?: ((...args: any[]) => any) | undefined;
211
+ onDodestroy?: ((...args: any[]) => any) | undefined;
212
+ }, {
213
+ step: Record<string, any>;
214
+ showWeekNumber: boolean;
215
+ }, {}>;
2
216
  export default _default;
package/src/pc.vue.d.ts CHANGED
@@ -1,2 +1,76 @@
1
- declare const _default: any;
1
+ declare const _default: import("@vue/runtime-core").DefineComponent<{
2
+ emitter: ObjectConstructor;
3
+ step: {
4
+ type: ObjectConstructor;
5
+ default(): {
6
+ hour: number;
7
+ minute: number;
8
+ second: number;
9
+ };
10
+ };
11
+ showWeekNumber: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ formatWeeks: FunctionConstructor;
16
+ timeEditable: {
17
+ type: BooleanConstructor;
18
+ default: boolean;
19
+ };
20
+ nowClick: {
21
+ type: FunctionConstructor;
22
+ };
23
+ tiny_mode: StringConstructor;
24
+ tiny_mode_root: BooleanConstructor;
25
+ tiny_template: (ObjectConstructor | FunctionConstructor)[];
26
+ tiny_renderless: FunctionConstructor;
27
+ tiny_theme: StringConstructor;
28
+ tiny_chart_theme: ObjectConstructor;
29
+ }, {
30
+ t: (this: any, path: any, options?: any) => any;
31
+ vm: any;
32
+ f: (props: any, attrs?: {}) => {};
33
+ a: (attrs: any, filters: any, include: any) => {};
34
+ d: (props: any) => void;
35
+ dp: (props: any) => void;
36
+ gcls: (key: any) => any;
37
+ m: (...cssClasses: any[]) => string;
38
+ }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("select-change" | "pick" | "dodestroy")[], "select-change" | "pick" | "dodestroy", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
39
+ emitter: ObjectConstructor;
40
+ step: {
41
+ type: ObjectConstructor;
42
+ default(): {
43
+ hour: number;
44
+ minute: number;
45
+ second: number;
46
+ };
47
+ };
48
+ showWeekNumber: {
49
+ type: BooleanConstructor;
50
+ default: boolean;
51
+ };
52
+ formatWeeks: FunctionConstructor;
53
+ timeEditable: {
54
+ type: BooleanConstructor;
55
+ default: boolean;
56
+ };
57
+ nowClick: {
58
+ type: FunctionConstructor;
59
+ };
60
+ tiny_mode: StringConstructor;
61
+ tiny_mode_root: BooleanConstructor;
62
+ tiny_template: (ObjectConstructor | FunctionConstructor)[];
63
+ tiny_renderless: FunctionConstructor;
64
+ tiny_theme: StringConstructor;
65
+ tiny_chart_theme: ObjectConstructor;
66
+ }>> & {
67
+ onPick?: ((...args: any[]) => any) | undefined;
68
+ "onSelect-change"?: ((...args: any[]) => any) | undefined;
69
+ onDodestroy?: ((...args: any[]) => any) | undefined;
70
+ }, {
71
+ tiny_mode_root: boolean;
72
+ timeEditable: boolean;
73
+ step: Record<string, any>;
74
+ showWeekNumber: boolean;
75
+ }, {}>;
2
76
  export default _default;