@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.
- package/dist/components/header/types.d.ts +1 -0
- package/dist/components/meeting/OMeetingForm.vue.d.ts +0 -2
- package/dist/components/meeting/index.d.ts +0 -6
- package/dist/components/meeting/types.d.ts +0 -2
- package/dist/components.cjs.js +37 -37
- package/dist/components.es.js +5634 -5636
- package/package.json +1 -1
- package/src/components/activity/OActivityMyCalendar.vue +1 -1
- package/src/components/header/types.ts +1 -0
- package/src/components/meeting/OMeetingForm.vue +20 -12
- package/src/components/meeting/components/OMeetingCalendarList.vue +5 -1
- package/src/components/meeting/types.ts +0 -2
|
@@ -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;
|