@opendesign-plus-test/components 0.0.1-rc.57 → 0.0.1-rc.58

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.
@@ -31,6 +31,7 @@ export interface NavItemT {
31
31
  withPicture: boolean;
32
32
  children: ChildrenItemT[];
33
33
  shortcut: ShortcutItemT[];
34
+ tag?: string;
34
35
  }
35
36
  export interface CodeItemT {
36
37
  label: string;
@@ -8,9 +8,7 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
8
8
  onCancel?: ((...args: any[]) => any) | undefined;
9
9
  onConfirm?: ((...args: any[]) => any) | undefined;
10
10
  }>, {
11
- isEdit: boolean;
12
11
  groupType: MeetingGroupType;
13
- isSub: boolean;
14
12
  showBtns: boolean;
15
13
  }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
16
14
  formRef: ({
@@ -189,9 +189,7 @@ declare const OMeetingForm: {
189
189
  cancel: (...args: any[]) => void;
190
190
  confirm: (...args: any[]) => void;
191
191
  }, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
192
- isEdit: boolean;
193
192
  groupType: import('./types').MeetingGroupType;
194
- isSub: boolean;
195
193
  showBtns: boolean;
196
194
  }, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {
197
195
  formRef: ({
@@ -333,9 +331,7 @@ declare const OMeetingForm: {
333
331
  }>, {
334
332
  confirm: () => Promise<void>;
335
333
  }, {}, {}, {}, {
336
- isEdit: boolean;
337
334
  groupType: import('./types').MeetingGroupType;
338
- isSub: boolean;
339
335
  showBtns: boolean;
340
336
  }>;
341
337
  __isFragment?: never;
@@ -350,9 +346,7 @@ declare const OMeetingForm: {
350
346
  cancel: (...args: any[]) => void;
351
347
  confirm: (...args: any[]) => void;
352
348
  }, string, {
353
- isEdit: boolean;
354
349
  groupType: import('./types').MeetingGroupType;
355
- isSub: boolean;
356
350
  showBtns: boolean;
357
351
  }, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & {
358
352
  install(app: App): void;
@@ -74,8 +74,6 @@ export interface MeetingPostT {
74
74
  }
75
75
  export interface MeetingFormPropsT {
76
76
  data?: MeetingItemT;
77
- isSub?: boolean;
78
- isEdit?: boolean;
79
77
  subId?: string;
80
78
  createMeetingRequest: any;
81
79
  editMeetingRequest: any;