@opendesign-plus-test/components 0.0.1-rc.40 → 0.0.1-rc.42
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/activity/OMyActivityCalendar.vue.d.ts +2 -2
- package/dist/components/activity/index.d.ts +1 -1
- package/dist/components/meeting/OMeetingCalendar.vue.d.ts +2 -2
- package/dist/components/meeting/OMyMeetingCalendar.vue.d.ts +2 -2
- package/dist/components/meeting/components/OMeetingDetail.vue.d.ts +2 -1
- package/dist/components/meeting/types.d.ts +1 -1
- package/dist/components.cjs.js +36 -36
- package/dist/components.css +1 -1
- package/dist/components.es.js +10216 -10234
- package/package.json +3 -3
- package/src/components/activity/OActivityApproval.vue +10 -16
- package/src/components/activity/OActivityForm.vue +2 -9
- package/src/components/activity/OMyActivityCalendar.vue +6 -20
- package/src/components/events/OEventsList.vue +8 -0
- package/src/components/meeting/OMeetingCalendar.vue +5 -23
- package/src/components/meeting/OMeetingForm.vue +21 -2
- package/src/components/meeting/OMyMeetingCalendar.vue +2 -7
- package/src/components/meeting/components/OMeetingCalendarList.vue +88 -74
- package/src/components/meeting/components/OMeetingDetail.vue +3 -1
- package/src/components/meeting/config.ts +1 -12
- package/src/components/meeting/types.ts +1 -1
|
@@ -15,8 +15,8 @@ declare function __VLS_template(): {
|
|
|
15
15
|
}> & Omit<{
|
|
16
16
|
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
|
|
17
17
|
readonly modelValue?: Date | undefined;
|
|
18
|
-
readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
|
|
19
18
|
readonly range?: [Date, Date] | undefined;
|
|
19
|
+
readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
|
|
20
20
|
"onUpdate:modelValue"?: ((value: Date) => any) | undefined | undefined;
|
|
21
21
|
onInput?: ((value: Date) => any) | undefined | undefined;
|
|
22
22
|
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "controllerType">;
|
|
@@ -300,8 +300,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
300
300
|
}> & Omit<{
|
|
301
301
|
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
|
|
302
302
|
readonly modelValue?: Date | undefined;
|
|
303
|
-
readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
|
|
304
303
|
readonly range?: [Date, Date] | undefined;
|
|
304
|
+
readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
|
|
305
305
|
"onUpdate:modelValue"?: ((value: Date) => any) | undefined | undefined;
|
|
306
306
|
onInput?: ((value: Date) => any) | undefined | undefined;
|
|
307
307
|
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "controllerType">;
|
|
@@ -327,8 +327,8 @@ declare const OMyActivityCalendar: {
|
|
|
327
327
|
}> & Omit<{
|
|
328
328
|
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
|
|
329
329
|
readonly modelValue?: Date | undefined;
|
|
330
|
-
readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
|
|
331
330
|
readonly range?: [Date, Date] | undefined;
|
|
331
|
+
readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
|
|
332
332
|
"onUpdate:modelValue"?: ((value: Date) => any) | undefined | undefined;
|
|
333
333
|
onInput?: ((value: Date) => any) | undefined | undefined;
|
|
334
334
|
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "controllerType">;
|
|
@@ -15,8 +15,8 @@ declare function __VLS_template(): {
|
|
|
15
15
|
}> & Omit<{
|
|
16
16
|
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
|
|
17
17
|
readonly modelValue?: Date | undefined;
|
|
18
|
-
readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
|
|
19
18
|
readonly range?: [Date, Date] | undefined;
|
|
19
|
+
readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
|
|
20
20
|
"onUpdate:modelValue"?: ((value: Date) => any) | undefined | undefined;
|
|
21
21
|
onInput?: ((value: Date) => any) | undefined | undefined;
|
|
22
22
|
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "controllerType">;
|
|
@@ -162,8 +162,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
162
162
|
}> & Omit<{
|
|
163
163
|
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
|
|
164
164
|
readonly modelValue?: Date | undefined;
|
|
165
|
-
readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
|
|
166
165
|
readonly range?: [Date, Date] | undefined;
|
|
166
|
+
readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
|
|
167
167
|
"onUpdate:modelValue"?: ((value: Date) => any) | undefined | undefined;
|
|
168
168
|
onInput?: ((value: Date) => any) | undefined | undefined;
|
|
169
169
|
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "controllerType">;
|
|
@@ -21,8 +21,8 @@ declare function __VLS_template(): {
|
|
|
21
21
|
}> & Omit<{
|
|
22
22
|
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
|
|
23
23
|
readonly modelValue?: Date | undefined;
|
|
24
|
-
readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
|
|
25
24
|
readonly range?: [Date, Date] | undefined;
|
|
25
|
+
readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
|
|
26
26
|
"onUpdate:modelValue"?: ((value: Date) => any) | undefined | undefined;
|
|
27
27
|
onInput?: ((value: Date) => any) | undefined | undefined;
|
|
28
28
|
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "controllerType">;
|
|
@@ -308,8 +308,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
308
308
|
}> & Omit<{
|
|
309
309
|
readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
|
|
310
310
|
readonly modelValue?: Date | undefined;
|
|
311
|
-
readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
|
|
312
311
|
readonly range?: [Date, Date] | undefined;
|
|
312
|
+
readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
|
|
313
313
|
"onUpdate:modelValue"?: ((value: Date) => any) | undefined | undefined;
|
|
314
314
|
onInput?: ((value: Date) => any) | undefined | undefined;
|
|
315
315
|
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "controllerType">;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { MeetingItemT } from '../types.ts';
|
|
1
|
+
import { CalendarDataType, MeetingItemT } from '../types.ts';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
data: MeetingItemT;
|
|
4
4
|
from?: string;
|
|
5
5
|
show: boolean;
|
|
6
|
+
page?: CalendarDataType;
|
|
6
7
|
};
|
|
7
8
|
declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_Props, {
|
|
8
9
|
copyInfo: () => Promise<void>;
|
|
@@ -9,7 +9,6 @@ export declare enum CalendarDataType {
|
|
|
9
9
|
MEETING = "meeting",
|
|
10
10
|
EVENTS = "events",
|
|
11
11
|
SUMMIT = "summit",
|
|
12
|
-
ACTIVITY = "activity",
|
|
13
12
|
APPROVAL = "approval"
|
|
14
13
|
}
|
|
15
14
|
export interface CalendarOtherDataT {
|
|
@@ -97,6 +96,7 @@ export interface MeetingItemT extends MeetingPostT {
|
|
|
97
96
|
time: string;
|
|
98
97
|
cycle_sub: any[];
|
|
99
98
|
live_url?: string;
|
|
99
|
+
type: CalendarDataType;
|
|
100
100
|
}
|
|
101
101
|
export interface PageParamsT {
|
|
102
102
|
page: number;
|