g-ui-web 1.3.12 → 1.3.13

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