g-ui-web 0.11.16 → 0.11.18

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.
@@ -108,6 +108,7 @@ declare const GCalendar: ({
108
108
  dateType: string;
109
109
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
110
110
  $slots: {
111
+ legend?(_: {}): any;
111
112
  todo?(_: {
112
113
  data: any;
113
114
  }): any;
@@ -3,6 +3,7 @@ import { CalendarDateType } from 'element-plus';
3
3
  import { default as dayjs } from 'dayjs';
4
4
  declare function __VLS_template(): {
5
5
  slots: {
6
+ legend?(_: {}): any;
6
7
  todo?(_: {
7
8
  data: any;
8
9
  }): any;