g-ui-web 0.11.15 → 0.11.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/lib/calendar/index.d.ts +23 -8
- package/lib/calendar/src/index.vue.d.ts +14 -5
- package/lib/g-ui-web.js +2293 -2283
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +16 -16
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/package.json +1 -1
package/lib/calendar/index.d.ts
CHANGED
|
@@ -8,7 +8,11 @@ declare const GCalendar: ({
|
|
|
8
8
|
type: BooleanConstructor;
|
|
9
9
|
default: boolean;
|
|
10
10
|
};
|
|
11
|
-
|
|
11
|
+
isDia: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
isRadio: {
|
|
12
16
|
type: BooleanConstructor;
|
|
13
17
|
default: boolean;
|
|
14
18
|
};
|
|
@@ -24,7 +28,8 @@ declare const GCalendar: ({
|
|
|
24
28
|
dbOptions: Record<string, any>;
|
|
25
29
|
popWidth: number;
|
|
26
30
|
isPop: boolean;
|
|
27
|
-
|
|
31
|
+
isDia: boolean;
|
|
32
|
+
isRadio: boolean;
|
|
28
33
|
dateType: string;
|
|
29
34
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
30
35
|
P: {};
|
|
@@ -42,7 +47,11 @@ declare const GCalendar: ({
|
|
|
42
47
|
type: BooleanConstructor;
|
|
43
48
|
default: boolean;
|
|
44
49
|
};
|
|
45
|
-
|
|
50
|
+
isDia: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
54
|
+
isRadio: {
|
|
46
55
|
type: BooleanConstructor;
|
|
47
56
|
default: boolean;
|
|
48
57
|
};
|
|
@@ -58,7 +67,8 @@ declare const GCalendar: ({
|
|
|
58
67
|
dbOptions: Record<string, any>;
|
|
59
68
|
popWidth: number;
|
|
60
69
|
isPop: boolean;
|
|
61
|
-
|
|
70
|
+
isDia: boolean;
|
|
71
|
+
isRadio: boolean;
|
|
62
72
|
dateType: string;
|
|
63
73
|
}>;
|
|
64
74
|
__isFragment?: never;
|
|
@@ -73,7 +83,11 @@ declare const GCalendar: ({
|
|
|
73
83
|
type: BooleanConstructor;
|
|
74
84
|
default: boolean;
|
|
75
85
|
};
|
|
76
|
-
|
|
86
|
+
isDia: {
|
|
87
|
+
type: BooleanConstructor;
|
|
88
|
+
default: boolean;
|
|
89
|
+
};
|
|
90
|
+
isRadio: {
|
|
77
91
|
type: BooleanConstructor;
|
|
78
92
|
default: boolean;
|
|
79
93
|
};
|
|
@@ -89,7 +103,8 @@ declare const GCalendar: ({
|
|
|
89
103
|
dbOptions: Record<string, any>;
|
|
90
104
|
popWidth: number;
|
|
91
105
|
isPop: boolean;
|
|
92
|
-
|
|
106
|
+
isDia: boolean;
|
|
107
|
+
isRadio: boolean;
|
|
93
108
|
dateType: string;
|
|
94
109
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
95
110
|
$slots: {
|
|
@@ -105,10 +120,10 @@ declare const GCalendar: ({
|
|
|
105
120
|
todo?(_: {
|
|
106
121
|
data: any;
|
|
107
122
|
}): any;
|
|
108
|
-
|
|
123
|
+
"todo-dialog"?(_: {
|
|
109
124
|
data: any;
|
|
110
125
|
}): any;
|
|
111
|
-
|
|
126
|
+
"todo-dialog"?(_: {
|
|
112
127
|
data: any;
|
|
113
128
|
}): any;
|
|
114
129
|
};
|
|
@@ -15,10 +15,10 @@ declare function __VLS_template(): {
|
|
|
15
15
|
todo?(_: {
|
|
16
16
|
data: any;
|
|
17
17
|
}): any;
|
|
18
|
-
|
|
18
|
+
"todo-dialog"?(_: {
|
|
19
19
|
data: any;
|
|
20
20
|
}): any;
|
|
21
|
-
|
|
21
|
+
"todo-dialog"?(_: {
|
|
22
22
|
data: any;
|
|
23
23
|
}): any;
|
|
24
24
|
};
|
|
@@ -806,7 +806,11 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
806
806
|
type: BooleanConstructor;
|
|
807
807
|
default: boolean;
|
|
808
808
|
};
|
|
809
|
-
|
|
809
|
+
isDia: {
|
|
810
|
+
type: BooleanConstructor;
|
|
811
|
+
default: boolean;
|
|
812
|
+
};
|
|
813
|
+
isRadio: {
|
|
810
814
|
type: BooleanConstructor;
|
|
811
815
|
default: boolean;
|
|
812
816
|
};
|
|
@@ -827,7 +831,11 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
827
831
|
type: BooleanConstructor;
|
|
828
832
|
default: boolean;
|
|
829
833
|
};
|
|
830
|
-
|
|
834
|
+
isDia: {
|
|
835
|
+
type: BooleanConstructor;
|
|
836
|
+
default: boolean;
|
|
837
|
+
};
|
|
838
|
+
isRadio: {
|
|
831
839
|
type: BooleanConstructor;
|
|
832
840
|
default: boolean;
|
|
833
841
|
};
|
|
@@ -843,7 +851,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
843
851
|
dbOptions: Record<string, any>;
|
|
844
852
|
popWidth: number;
|
|
845
853
|
isPop: boolean;
|
|
846
|
-
|
|
854
|
+
isDia: boolean;
|
|
855
|
+
isRadio: boolean;
|
|
847
856
|
dateType: string;
|
|
848
857
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
849
858
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|