g-ui-web 1.3.13 → 1.3.15

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.
@@ -32,10 +32,6 @@ declare const GCalendar: ({
32
32
  type: StringConstructor;
33
33
  default: () => string;
34
34
  };
35
- maxTodo: {
36
- type: NumberConstructor;
37
- default: number;
38
- };
39
35
  }>> & Readonly<{
40
36
  "onUpdate:monthValue"?: ((...args: any[]) => any) | undefined;
41
37
  "onUpdate:yearValue"?: ((...args: any[]) => any) | undefined;
@@ -55,7 +51,6 @@ declare const GCalendar: ({
55
51
  dateType: string;
56
52
  monthValue: string;
57
53
  yearValue: string;
58
- maxTodo: number;
59
54
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
60
55
  P: {};
61
56
  B: {};
@@ -96,10 +91,6 @@ declare const GCalendar: ({
96
91
  type: StringConstructor;
97
92
  default: () => string;
98
93
  };
99
- maxTodo: {
100
- type: NumberConstructor;
101
- default: number;
102
- };
103
94
  }>> & Readonly<{
104
95
  "onUpdate:monthValue"?: ((...args: any[]) => any) | undefined;
105
96
  "onUpdate:yearValue"?: ((...args: any[]) => any) | undefined;
@@ -114,7 +105,6 @@ declare const GCalendar: ({
114
105
  dateType: string;
115
106
  monthValue: string;
116
107
  yearValue: string;
117
- maxTodo: number;
118
108
  }>;
119
109
  __isFragment?: never;
120
110
  __isTeleport?: never;
@@ -152,10 +142,6 @@ declare const GCalendar: ({
152
142
  type: StringConstructor;
153
143
  default: () => string;
154
144
  };
155
- maxTodo: {
156
- type: NumberConstructor;
157
- default: number;
158
- };
159
145
  }>> & Readonly<{
160
146
  "onUpdate:monthValue"?: ((...args: any[]) => any) | undefined;
161
147
  "onUpdate:yearValue"?: ((...args: any[]) => any) | undefined;
@@ -175,7 +161,6 @@ declare const GCalendar: ({
175
161
  dateType: string;
176
162
  monthValue: string;
177
163
  yearValue: string;
178
- maxTodo: number;
179
164
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
180
165
  $slots: {
181
166
  legend?(_: {}): any;
@@ -722,10 +722,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
722
722
  type: StringConstructor;
723
723
  default: () => string;
724
724
  };
725
- maxTodo: {
726
- type: NumberConstructor;
727
- default: number;
728
- };
729
725
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
730
726
  "update:monthValue": (...args: any[]) => void;
731
727
  "update:yearValue": (...args: any[]) => void;
@@ -764,10 +760,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
764
760
  type: StringConstructor;
765
761
  default: () => string;
766
762
  };
767
- maxTodo: {
768
- type: NumberConstructor;
769
- default: number;
770
- };
771
763
  }>> & Readonly<{
772
764
  "onUpdate:monthValue"?: ((...args: any[]) => any) | undefined;
773
765
  "onUpdate:yearValue"?: ((...args: any[]) => any) | undefined;
@@ -782,7 +774,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
782
774
  dateType: string;
783
775
  monthValue: string;
784
776
  yearValue: string;
785
- maxTodo: number;
786
777
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
787
778
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
788
779
  export default _default;