@opendesign-plus-test/components 0.0.1-rc.152 → 0.0.1-rc.154
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/chunk-OElCookieNotice.cjs.js +1 -1
- package/dist/chunk-OElCookieNotice.es.js +2 -2
- package/dist/components/meeting/OMeetingMinutes.vue.d.ts +2 -348
- package/dist/components/meeting/index.d.ts +1 -174
- package/dist/components/meeting/types.d.ts +0 -1
- package/dist/components/sig/OSigDetail.vue.d.ts +1 -1
- package/dist/components/sig/OSigList.vue.d.ts +2 -0
- package/dist/components/sig/components/OSigItem.vue.d.ts +4 -1
- package/dist/components.cjs.js +36 -36
- package/dist/components.css +1 -1
- package/dist/components.es.js +6081 -6068
- package/dist/treeshaking/components/activity/OActivityApproval.css +8 -8
- package/dist/treeshaking/components/footer/components/FooterList.css +109 -96
- package/dist/treeshaking/components/footer/components/FooterList.vue.mjs +1 -1
- package/dist/treeshaking/components/header/OHeader.css +25 -15
- package/dist/treeshaking/components/header/OHeader.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderContent.css +185 -185
- package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderFlatten.css +74 -75
- package/dist/treeshaking/components/header/components/HeaderFlatten.vue.mjs +1 -1
- package/dist/treeshaking/components/meeting/OMeetingMinutes.css +223 -176
- package/dist/treeshaking/components/meeting/OMeetingMinutes.vue.d.ts +2 -348
- package/dist/treeshaking/components/meeting/OMeetingMinutes.vue.mjs +6 -373
- package/dist/treeshaking/components/meeting/OMeetingMinutes.vue2.mjs +356 -0
- package/dist/treeshaking/components/meeting/OMeetingMinutes2.css +11 -0
- package/dist/treeshaking/components/meeting/components/OMeetingSendMinutesDialog.css +53 -53
- package/dist/treeshaking/components/meeting/components/OMeetingSendMinutesDialog.vue.mjs +1 -1
- package/dist/treeshaking/components/meeting/index.d.ts +1 -174
- package/dist/treeshaking/components/meeting/index.mjs +12 -13
- package/dist/treeshaking/components/meeting/types.d.ts +0 -1
- package/dist/treeshaking/components/sig/OSigDetail.css +7 -3
- package/dist/treeshaking/components/sig/OSigDetail.vue.d.ts +1 -1
- package/dist/treeshaking/components/sig/OSigDetail.vue.mjs +6 -3
- package/dist/treeshaking/components/sig/OSigList.css +165 -134
- package/dist/treeshaking/components/sig/OSigList.vue.d.ts +2 -0
- package/dist/treeshaking/components/sig/OSigList.vue.mjs +118 -103
- package/dist/treeshaking/components/sig/components/OSigDetailInfoCard.css +1 -1
- package/dist/treeshaking/components/sig/components/OSigItem.css +31 -367
- package/dist/treeshaking/components/sig/components/OSigItem.vue.d.ts +4 -1
- package/dist/treeshaking/components/sig/components/OSigItem.vue.mjs +6 -4
- package/dist/treeshaking/components/sig/components/OSigMember.css +1 -1
- package/dist/treeshaking/components/sig/components/OSigRepo.css +15 -2
- package/dist/treeshaking/components/sig/components/OSigUserContribute.css +7 -0
- package/dist/treeshaking/components/video/OVideoDetail.css +7 -7
- package/dist/treeshaking/i18n/en.mjs +1 -1
- package/dist/treeshaking/i18n/zh.mjs +1 -1
- package/package.json +3 -3
- package/dist/treeshaking/components/meeting/OMeetingMinutes.vue3.mjs +0 -5
|
@@ -2,7 +2,7 @@ import _sfc_main from "./OMeetingSendMinutesDialog.vue2.mjs";
|
|
|
2
2
|
import './OMeetingSendMinutesDialog.css';
|
|
3
3
|
import './OMeetingSendMinutesDialog2.css';
|
|
4
4
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
5
|
-
const OMeetingSendMinutesDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
5
|
+
const OMeetingSendMinutesDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-24bdf23f"]]);
|
|
6
6
|
export {
|
|
7
7
|
OMeetingSendMinutesDialog as default
|
|
8
8
|
};
|
|
@@ -873,180 +873,7 @@ declare const OMeetingMyCalendar: {
|
|
|
873
873
|
declare const OMeetingMinutes: {
|
|
874
874
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').MeetingMinutesPropsT> & Readonly<{}>, {
|
|
875
875
|
refresh: () => Promise<void>;
|
|
876
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
877
|
-
rootRef: ({
|
|
878
|
-
$: import('vue').ComponentInternalInstance;
|
|
879
|
-
$data: {};
|
|
880
|
-
$props: Partial<{
|
|
881
|
-
size: "medium" | "small";
|
|
882
|
-
duration: number;
|
|
883
|
-
disabledX: boolean;
|
|
884
|
-
disabledY: boolean;
|
|
885
|
-
showType: "auto" | "always" | "never" | "hover";
|
|
886
|
-
autoUpdateOnScrollSize: boolean;
|
|
887
|
-
}> & Omit<{
|
|
888
|
-
readonly size: "small" | "medium";
|
|
889
|
-
readonly duration: number;
|
|
890
|
-
readonly disabledX: boolean;
|
|
891
|
-
readonly disabledY: boolean;
|
|
892
|
-
readonly showType: "auto" | "hover" | "always" | "never";
|
|
893
|
-
readonly autoUpdateOnScrollSize: boolean;
|
|
894
|
-
readonly wrapClass?: string | {
|
|
895
|
-
[k: string]: boolean;
|
|
896
|
-
} | (string | {
|
|
897
|
-
[k: string]: boolean;
|
|
898
|
-
})[] | undefined;
|
|
899
|
-
readonly barClass?: string | {
|
|
900
|
-
[k: string]: boolean;
|
|
901
|
-
} | (string | {
|
|
902
|
-
[k: string]: boolean;
|
|
903
|
-
})[] | undefined;
|
|
904
|
-
readonly onScroll?: ((event: Event) => any) | undefined | undefined;
|
|
905
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "size" | "duration" | "disabledX" | "disabledY" | "showType" | "autoUpdateOnScrollSize">;
|
|
906
|
-
$attrs: import('vue').Attrs;
|
|
907
|
-
$refs: {
|
|
908
|
-
[x: string]: unknown;
|
|
909
|
-
} & {
|
|
910
|
-
targetRef: HTMLDivElement;
|
|
911
|
-
};
|
|
912
|
-
$slots: Readonly<{
|
|
913
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
914
|
-
}>;
|
|
915
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
916
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
917
|
-
$host: Element | null;
|
|
918
|
-
$emit: (event: "scroll", event: Event) => void;
|
|
919
|
-
$el: HTMLDivElement;
|
|
920
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
921
|
-
wrapClass: {
|
|
922
|
-
type: import('vue').PropType<string | {
|
|
923
|
-
[k: string]: boolean;
|
|
924
|
-
} | Array<{
|
|
925
|
-
[k: string]: boolean;
|
|
926
|
-
} | string>>;
|
|
927
|
-
};
|
|
928
|
-
disabledX: {
|
|
929
|
-
type: BooleanConstructor;
|
|
930
|
-
required: false;
|
|
931
|
-
};
|
|
932
|
-
disabledY: {
|
|
933
|
-
type: BooleanConstructor;
|
|
934
|
-
};
|
|
935
|
-
duration: {
|
|
936
|
-
type: NumberConstructor;
|
|
937
|
-
default: number;
|
|
938
|
-
};
|
|
939
|
-
showType: {
|
|
940
|
-
type: import('vue').PropType<"auto" | "always" | "hover" | "never">;
|
|
941
|
-
default: string;
|
|
942
|
-
};
|
|
943
|
-
size: {
|
|
944
|
-
type: import('vue').PropType<import('@opensig/opendesign').ScrollerSizeT>;
|
|
945
|
-
default: string;
|
|
946
|
-
};
|
|
947
|
-
autoUpdateOnScrollSize: {
|
|
948
|
-
type: BooleanConstructor;
|
|
949
|
-
};
|
|
950
|
-
barClass: {
|
|
951
|
-
type: import('vue').PropType<string | {
|
|
952
|
-
[k: string]: boolean;
|
|
953
|
-
} | Array<{
|
|
954
|
-
[k: string]: boolean;
|
|
955
|
-
} | string>>;
|
|
956
|
-
};
|
|
957
|
-
}>> & Readonly<{
|
|
958
|
-
onScroll?: ((event: Event) => any) | undefined;
|
|
959
|
-
}>, {
|
|
960
|
-
scrollTo: (options?: ScrollToOptions | undefined) => void;
|
|
961
|
-
scrollBy: (options?: ScrollToOptions | undefined) => void;
|
|
962
|
-
getContainerEl(): HTMLElement | null;
|
|
963
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
964
|
-
scroll: (event: Event) => any;
|
|
965
|
-
}, string, {
|
|
966
|
-
size: "medium" | "small";
|
|
967
|
-
duration: number;
|
|
968
|
-
disabledX: boolean;
|
|
969
|
-
disabledY: boolean;
|
|
970
|
-
showType: "auto" | "always" | "never" | "hover";
|
|
971
|
-
autoUpdateOnScrollSize: boolean;
|
|
972
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
973
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
974
|
-
created?: (() => void) | (() => void)[];
|
|
975
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
976
|
-
mounted?: (() => void) | (() => void)[];
|
|
977
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
978
|
-
updated?: (() => void) | (() => void)[];
|
|
979
|
-
activated?: (() => void) | (() => void)[];
|
|
980
|
-
deactivated?: (() => void) | (() => void)[];
|
|
981
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
982
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
983
|
-
destroyed?: (() => void) | (() => void)[];
|
|
984
|
-
unmounted?: (() => void) | (() => void)[];
|
|
985
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
986
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
987
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
988
|
-
};
|
|
989
|
-
$forceUpdate: () => void;
|
|
990
|
-
$nextTick: typeof import('vue').nextTick;
|
|
991
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
992
|
-
} & Readonly<{
|
|
993
|
-
size: "medium" | "small";
|
|
994
|
-
duration: number;
|
|
995
|
-
disabledX: boolean;
|
|
996
|
-
disabledY: boolean;
|
|
997
|
-
showType: "auto" | "always" | "never" | "hover";
|
|
998
|
-
autoUpdateOnScrollSize: boolean;
|
|
999
|
-
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
1000
|
-
wrapClass: {
|
|
1001
|
-
type: import('vue').PropType<string | {
|
|
1002
|
-
[k: string]: boolean;
|
|
1003
|
-
} | Array<{
|
|
1004
|
-
[k: string]: boolean;
|
|
1005
|
-
} | string>>;
|
|
1006
|
-
};
|
|
1007
|
-
disabledX: {
|
|
1008
|
-
type: BooleanConstructor;
|
|
1009
|
-
required: false;
|
|
1010
|
-
};
|
|
1011
|
-
disabledY: {
|
|
1012
|
-
type: BooleanConstructor;
|
|
1013
|
-
};
|
|
1014
|
-
duration: {
|
|
1015
|
-
type: NumberConstructor;
|
|
1016
|
-
default: number;
|
|
1017
|
-
};
|
|
1018
|
-
showType: {
|
|
1019
|
-
type: import('vue').PropType<"auto" | "always" | "hover" | "never">;
|
|
1020
|
-
default: string;
|
|
1021
|
-
};
|
|
1022
|
-
size: {
|
|
1023
|
-
type: import('vue').PropType<import('@opensig/opendesign').ScrollerSizeT>;
|
|
1024
|
-
default: string;
|
|
1025
|
-
};
|
|
1026
|
-
autoUpdateOnScrollSize: {
|
|
1027
|
-
type: BooleanConstructor;
|
|
1028
|
-
};
|
|
1029
|
-
barClass: {
|
|
1030
|
-
type: import('vue').PropType<string | {
|
|
1031
|
-
[k: string]: boolean;
|
|
1032
|
-
} | Array<{
|
|
1033
|
-
[k: string]: boolean;
|
|
1034
|
-
} | string>>;
|
|
1035
|
-
};
|
|
1036
|
-
}>> & Readonly<{
|
|
1037
|
-
onScroll?: ((event: Event) => any) | undefined;
|
|
1038
|
-
}>, "size" | "duration" | "disabledX" | "disabledY" | "showType" | "autoUpdateOnScrollSize" | "scrollTo" | "scrollBy" | "getContainerEl"> & {
|
|
1039
|
-
scrollTo: (options?: ScrollToOptions | undefined) => void;
|
|
1040
|
-
scrollBy: (options?: ScrollToOptions | undefined) => void;
|
|
1041
|
-
getContainerEl: () => HTMLElement | null;
|
|
1042
|
-
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1043
|
-
$slots: {
|
|
1044
|
-
default?(_: {}): any;
|
|
1045
|
-
thumb?(_: {}): any;
|
|
1046
|
-
track?(_: {}): any;
|
|
1047
|
-
};
|
|
1048
|
-
}) | null;
|
|
1049
|
-
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
876
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
1050
877
|
P: {};
|
|
1051
878
|
B: {};
|
|
1052
879
|
D: {};
|
|
@@ -3,15 +3,14 @@ import './OMeetingCalendar.css';
|
|
|
3
3
|
import _sfc_main$1 from "./OMeetingForm.vue.mjs";
|
|
4
4
|
import './OMeetingForm.css';
|
|
5
5
|
import './OMeetingForm2.css';
|
|
6
|
-
import _sfc_main$
|
|
6
|
+
import _sfc_main$3 from "./OMeetingPlayback.vue.mjs";
|
|
7
7
|
import './OMeetingPlayback.css';
|
|
8
|
-
import _sfc_main$
|
|
8
|
+
import _sfc_main$4 from "./OMeetingSigCalendar.vue.mjs";
|
|
9
9
|
import './OMeetingSigCalendar.css';
|
|
10
|
-
import _sfc_main$
|
|
10
|
+
import _sfc_main$2 from "./OMeetingMyCalendar.vue.mjs";
|
|
11
11
|
import './OMeetingMyCalendar.css';
|
|
12
12
|
import './OMeetingMyCalendar2.css';
|
|
13
|
-
import
|
|
14
|
-
import './OMeetingMinutes.css';
|
|
13
|
+
import _OMeetingMinutes from "./OMeetingMinutes.vue.mjs";
|
|
15
14
|
const OMeetingCalendar = Object.assign(_sfc_main, {
|
|
16
15
|
install(app) {
|
|
17
16
|
app.component("OMeetingCalendar", _sfc_main);
|
|
@@ -22,24 +21,24 @@ const OMeetingForm = Object.assign(_sfc_main$1, {
|
|
|
22
21
|
app.component("OMeetingForm", _sfc_main$1);
|
|
23
22
|
}
|
|
24
23
|
});
|
|
25
|
-
const OMeetingPlayback = Object.assign(_sfc_main$
|
|
24
|
+
const OMeetingPlayback = Object.assign(_sfc_main$3, {
|
|
26
25
|
install(app) {
|
|
27
|
-
app.component("OMeetingPlayback", _sfc_main$
|
|
26
|
+
app.component("OMeetingPlayback", _sfc_main$3);
|
|
28
27
|
}
|
|
29
28
|
});
|
|
30
|
-
const OMeetingSigCalendar = Object.assign(_sfc_main$
|
|
29
|
+
const OMeetingSigCalendar = Object.assign(_sfc_main$4, {
|
|
31
30
|
install(app) {
|
|
32
|
-
app.component("OMeetingSigCalendar", _sfc_main$
|
|
31
|
+
app.component("OMeetingSigCalendar", _sfc_main$4);
|
|
33
32
|
}
|
|
34
33
|
});
|
|
35
|
-
const OMeetingMyCalendar = Object.assign(_sfc_main$
|
|
34
|
+
const OMeetingMyCalendar = Object.assign(_sfc_main$2, {
|
|
36
35
|
install(app) {
|
|
37
|
-
app.component("OMeetingMyCalendar", _sfc_main$
|
|
36
|
+
app.component("OMeetingMyCalendar", _sfc_main$2);
|
|
38
37
|
}
|
|
39
38
|
});
|
|
40
|
-
const OMeetingMinutes = Object.assign(
|
|
39
|
+
const OMeetingMinutes = Object.assign(_OMeetingMinutes, {
|
|
41
40
|
install(app) {
|
|
42
|
-
app.component("OMeetingMinutes",
|
|
41
|
+
app.component("OMeetingMinutes", _OMeetingMinutes);
|
|
43
42
|
}
|
|
44
43
|
});
|
|
45
44
|
export {
|
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
transform: rotate(-180deg);
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
+
.o-sig-detail {
|
|
10
|
+
--sig-input-radius: var(--o-radius-xs);
|
|
11
|
+
--sig-card-radius: var(--o-radius-xs);
|
|
12
|
+
}
|
|
9
13
|
.o-sig-detail .o-sig-detail-content {
|
|
10
14
|
display: grid;
|
|
11
15
|
width: 100%;
|
|
@@ -74,7 +78,7 @@
|
|
|
74
78
|
margin-top: var(--o-gap-3);
|
|
75
79
|
}
|
|
76
80
|
.o-sig-detail .o-sig-detail-content .o-sig-detail-floor .o-sig-detail-meeting-card {
|
|
77
|
-
border-radius: var(--
|
|
81
|
+
border-radius: var(--sig-card-radius);
|
|
78
82
|
background-color: var(--o-color-fill2);
|
|
79
83
|
padding: var(--o-gap-4) var(--o-gap-5);
|
|
80
84
|
}
|
|
@@ -94,7 +98,7 @@
|
|
|
94
98
|
background-color: var(--o-color-control2-light);
|
|
95
99
|
font-weight: 400;
|
|
96
100
|
padding: var(--o-gap-3);
|
|
97
|
-
border-radius: var(--
|
|
101
|
+
border-radius: calc(var(--sig-card-radius) / 2);
|
|
98
102
|
font-size: 14px;
|
|
99
103
|
line-height: 22px;
|
|
100
104
|
}
|
|
@@ -231,7 +235,7 @@
|
|
|
231
235
|
line-height: 22px;
|
|
232
236
|
}
|
|
233
237
|
}
|
|
234
|
-
@media (
|
|
238
|
+
@media (max-width: 600px) {
|
|
235
239
|
.o-sig-detail .o-sig-detail-content .o-sig-floor-title {
|
|
236
240
|
font-size: 16px;
|
|
237
241
|
}
|
|
@@ -38,7 +38,10 @@ const _hoisted_18 = {
|
|
|
38
38
|
class: "o-sig-detail-floor-item"
|
|
39
39
|
};
|
|
40
40
|
const _hoisted_19 = { class: "o-sig-detail-floor-item" };
|
|
41
|
-
const _hoisted_20 = {
|
|
41
|
+
const _hoisted_20 = {
|
|
42
|
+
key: 1,
|
|
43
|
+
class: "o-sig-detail-floor-item"
|
|
44
|
+
};
|
|
42
45
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
43
46
|
__name: "OSigDetail",
|
|
44
47
|
props: {
|
|
@@ -239,12 +242,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
239
242
|
repositories: __props.repositories
|
|
240
243
|
}, null, 8, ["repositories"]))
|
|
241
244
|
]),
|
|
242
|
-
|
|
245
|
+
__props.getContributeData ? (openBlock(), createElementBlock("div", _hoisted_20, [
|
|
243
246
|
createVNode(_sfc_main$4, {
|
|
244
247
|
sig: __props.sigName,
|
|
245
248
|
"get-data-request": __props.getContributeData
|
|
246
249
|
}, null, 8, ["sig", "get-data-request"])
|
|
247
|
-
])
|
|
250
|
+
])) : createCommentVNode("", true)
|
|
248
251
|
])
|
|
249
252
|
])
|
|
250
253
|
]);
|
|
@@ -294,10 +294,14 @@
|
|
|
294
294
|
:root .el-input-number.el-input-number--large {
|
|
295
295
|
line-height: var(--el-component-size-large);
|
|
296
296
|
}
|
|
297
|
+
.o-sig-list {
|
|
298
|
+
--sig-input-radius: var(--o-radius-xs);
|
|
299
|
+
--sig-card-radius: var(--o-radius-xs);
|
|
300
|
+
}
|
|
297
301
|
.o-sig-list .o-sig-filter-box {
|
|
298
302
|
background-color: var(--o-color-fill2);
|
|
299
303
|
padding: var(--o-gap-5);
|
|
300
|
-
border-radius: var(--
|
|
304
|
+
border-radius: var(--sig-card-radius);
|
|
301
305
|
}
|
|
302
306
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
303
307
|
.o-sig-list .o-sig-filter-box {
|
|
@@ -384,7 +388,7 @@
|
|
|
384
388
|
.o-sig-list .o-sig-filter-box .o-sig-filter-type .o-toggle {
|
|
385
389
|
--toggle-size: var(--item-size);
|
|
386
390
|
--toggle-padding: 3px 15px;
|
|
387
|
-
--toggle-radius:
|
|
391
|
+
--toggle-radius: var(--o-radius-xs);
|
|
388
392
|
max-height: 32px;
|
|
389
393
|
color: var(--o-color-info1);
|
|
390
394
|
border: 1px solid var(--o-color-control2-light);
|
|
@@ -430,6 +434,9 @@
|
|
|
430
434
|
padding: var(--o-gap-3);
|
|
431
435
|
}
|
|
432
436
|
}
|
|
437
|
+
.o-sig-list .o-sig-filter-box .o-sig-filter-input .el-select {
|
|
438
|
+
--el-border-radius-base: var(--sig-input-radius);
|
|
439
|
+
}
|
|
433
440
|
.o-sig-list .o-sig-filter-box .o-divider {
|
|
434
441
|
--o-divider-gap: var(--o-gap-4);
|
|
435
442
|
}
|
|
@@ -470,8 +477,9 @@
|
|
|
470
477
|
position: relative;
|
|
471
478
|
z-index: 9;
|
|
472
479
|
border: 1px solid var(--o-color-control1);
|
|
473
|
-
border-radius: var(--
|
|
480
|
+
border-radius: var(--sig-input-radius);
|
|
474
481
|
background-color: var(--o-color-fill2);
|
|
482
|
+
overflow: hidden;
|
|
475
483
|
}
|
|
476
484
|
@media (hover: hover) {
|
|
477
485
|
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-filter-select:hover {
|
|
@@ -492,8 +500,8 @@
|
|
|
492
500
|
--select-bg-color: var(--o-color-fill2);
|
|
493
501
|
--select-bg-color-hover: var(--o-color-fill2);
|
|
494
502
|
--select-bg-color-focus: var(--o-color-fill2);
|
|
495
|
-
max-width:
|
|
496
|
-
border-radius: var(--
|
|
503
|
+
max-width: 148px;
|
|
504
|
+
border-radius: var(--sig-input-radius) 0 0 var(--sig-input-radius);
|
|
497
505
|
border: none;
|
|
498
506
|
border-right: 1px solid var(--o-color-control1);
|
|
499
507
|
}
|
|
@@ -544,132 +552,6 @@
|
|
|
544
552
|
--box-height: 38px;
|
|
545
553
|
}
|
|
546
554
|
}
|
|
547
|
-
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-search-data {
|
|
548
|
-
position: absolute;
|
|
549
|
-
top: 44px;
|
|
550
|
-
right: 0;
|
|
551
|
-
width: 320px;
|
|
552
|
-
background-color: var(--o-color-fill2);
|
|
553
|
-
padding: 4px;
|
|
554
|
-
border-radius: var(--o-radius-xs);
|
|
555
|
-
box-shadow: var(--o-shadow-2);
|
|
556
|
-
}
|
|
557
|
-
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-search-group + .o-sig-search-group {
|
|
558
|
-
margin-top: 4px;
|
|
559
|
-
}
|
|
560
|
-
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-search-label {
|
|
561
|
-
color: var(--o-color-info3);
|
|
562
|
-
padding: 4px 8px;
|
|
563
|
-
font-size: 12px;
|
|
564
|
-
line-height: 18px;
|
|
565
|
-
}
|
|
566
|
-
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
567
|
-
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-search-label {
|
|
568
|
-
font-size: 12px;
|
|
569
|
-
line-height: 18px;
|
|
570
|
-
}
|
|
571
|
-
}
|
|
572
|
-
@media (min-width: 841px) and (max-width: 1200px) {
|
|
573
|
-
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-search-label {
|
|
574
|
-
font-size: 12px;
|
|
575
|
-
line-height: 18px;
|
|
576
|
-
}
|
|
577
|
-
}
|
|
578
|
-
@media (min-width: 601px) and (max-width: 840px) {
|
|
579
|
-
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-search-label {
|
|
580
|
-
font-size: 12px;
|
|
581
|
-
line-height: 18px;
|
|
582
|
-
}
|
|
583
|
-
}
|
|
584
|
-
@media (max-width: 600px) {
|
|
585
|
-
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-search-label {
|
|
586
|
-
font-size: 12px;
|
|
587
|
-
line-height: 18px;
|
|
588
|
-
}
|
|
589
|
-
}
|
|
590
|
-
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-search-item {
|
|
591
|
-
padding: 8px 12px;
|
|
592
|
-
display: flex;
|
|
593
|
-
align-items: center;
|
|
594
|
-
justify-content: space-between;
|
|
595
|
-
cursor: pointer;
|
|
596
|
-
border-radius: var(--o-radius-xs);
|
|
597
|
-
}
|
|
598
|
-
@media (hover: hover) {
|
|
599
|
-
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-search-item:hover {
|
|
600
|
-
background-color: var(--o-color-control2-light);
|
|
601
|
-
}
|
|
602
|
-
}
|
|
603
|
-
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-search-item .highlight-text {
|
|
604
|
-
color: var(--o-color-link1);
|
|
605
|
-
}
|
|
606
|
-
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-search-title {
|
|
607
|
-
color: var(--o-color-info1);
|
|
608
|
-
font-size: 16px;
|
|
609
|
-
line-height: 24px;
|
|
610
|
-
}
|
|
611
|
-
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
612
|
-
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-search-title {
|
|
613
|
-
font-size: 14px;
|
|
614
|
-
line-height: 22px;
|
|
615
|
-
}
|
|
616
|
-
}
|
|
617
|
-
@media (min-width: 841px) and (max-width: 1200px) {
|
|
618
|
-
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-search-title {
|
|
619
|
-
font-size: 14px;
|
|
620
|
-
line-height: 22px;
|
|
621
|
-
}
|
|
622
|
-
}
|
|
623
|
-
@media (min-width: 601px) and (max-width: 840px) {
|
|
624
|
-
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-search-title {
|
|
625
|
-
font-size: 14px;
|
|
626
|
-
line-height: 22px;
|
|
627
|
-
}
|
|
628
|
-
}
|
|
629
|
-
@media (max-width: 600px) {
|
|
630
|
-
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-search-title {
|
|
631
|
-
font-size: 12px;
|
|
632
|
-
line-height: 18px;
|
|
633
|
-
}
|
|
634
|
-
}
|
|
635
|
-
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-search-title {
|
|
636
|
-
overflow: hidden;
|
|
637
|
-
text-overflow: ellipsis;
|
|
638
|
-
word-break: break-all;
|
|
639
|
-
display: -webkit-box;
|
|
640
|
-
-webkit-box-orient: vertical;
|
|
641
|
-
-webkit-line-clamp: 1;
|
|
642
|
-
}
|
|
643
|
-
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-no-result {
|
|
644
|
-
padding: 8px 12px;
|
|
645
|
-
color: var(--o-color-info3);
|
|
646
|
-
font-size: 14px;
|
|
647
|
-
line-height: 22px;
|
|
648
|
-
}
|
|
649
|
-
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
650
|
-
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-no-result {
|
|
651
|
-
font-size: 14px;
|
|
652
|
-
line-height: 18px;
|
|
653
|
-
}
|
|
654
|
-
}
|
|
655
|
-
@media (min-width: 841px) and (max-width: 1200px) {
|
|
656
|
-
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-no-result {
|
|
657
|
-
font-size: 12px;
|
|
658
|
-
line-height: 18px;
|
|
659
|
-
}
|
|
660
|
-
}
|
|
661
|
-
@media (min-width: 601px) and (max-width: 840px) {
|
|
662
|
-
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-no-result {
|
|
663
|
-
font-size: 12px;
|
|
664
|
-
line-height: 18px;
|
|
665
|
-
}
|
|
666
|
-
}
|
|
667
|
-
@media (max-width: 600px) {
|
|
668
|
-
.o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-no-result {
|
|
669
|
-
font-size: 12px;
|
|
670
|
-
line-height: 18px;
|
|
671
|
-
}
|
|
672
|
-
}
|
|
673
555
|
@media (max-width: 840px) {
|
|
674
556
|
.o-sig-list .o-sig-filter-box .o-sig-filter-btn {
|
|
675
557
|
display: flex;
|
|
@@ -691,9 +573,6 @@
|
|
|
691
573
|
.o-sig-list .o-sig-filter-box-en .o-input .o_box {
|
|
692
574
|
width: 380px;
|
|
693
575
|
}
|
|
694
|
-
.o-sig-list .o-sig-filter-box-en .o-sig-search-data {
|
|
695
|
-
width: 380px;
|
|
696
|
-
}
|
|
697
576
|
.o-sig-list .o-sig-filter-result-tip {
|
|
698
577
|
margin-top: var(--grid-column-gutter);
|
|
699
578
|
color: var(--o-color-info3);
|
|
@@ -810,4 +689,156 @@
|
|
|
810
689
|
font-size: 12px;
|
|
811
690
|
line-height: 18px;
|
|
812
691
|
}
|
|
692
|
+
}
|
|
693
|
+
.o-sig-list .o-sig-search-data {
|
|
694
|
+
width: 320px;
|
|
695
|
+
}
|
|
696
|
+
.o-sig-list .o-sig-search-data.o-sig-search-data-en {
|
|
697
|
+
width: 380px;
|
|
698
|
+
}
|
|
699
|
+
.o-sig-list .o-sig-search-data .o-sig-search-group + .o-sig-search-group {
|
|
700
|
+
margin-top: 4px;
|
|
701
|
+
}
|
|
702
|
+
.o-sig-list .o-sig-search-data .o-sig-search-label {
|
|
703
|
+
color: var(--o-color-info3);
|
|
704
|
+
padding: 4px 8px;
|
|
705
|
+
font-size: 12px;
|
|
706
|
+
line-height: 18px;
|
|
707
|
+
}
|
|
708
|
+
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
709
|
+
.o-sig-list .o-sig-search-data .o-sig-search-label {
|
|
710
|
+
font-size: 12px;
|
|
711
|
+
line-height: 18px;
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
@media (min-width: 841px) and (max-width: 1200px) {
|
|
715
|
+
.o-sig-list .o-sig-search-data .o-sig-search-label {
|
|
716
|
+
font-size: 12px;
|
|
717
|
+
line-height: 18px;
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
@media (min-width: 601px) and (max-width: 840px) {
|
|
721
|
+
.o-sig-list .o-sig-search-data .o-sig-search-label {
|
|
722
|
+
font-size: 12px;
|
|
723
|
+
line-height: 18px;
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
@media (max-width: 600px) {
|
|
727
|
+
.o-sig-list .o-sig-search-data .o-sig-search-label {
|
|
728
|
+
font-size: 12px;
|
|
729
|
+
line-height: 18px;
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
.o-sig-list .o-sig-search-data .o-sig-search-item {
|
|
733
|
+
padding: 8px 12px;
|
|
734
|
+
display: flex;
|
|
735
|
+
align-items: center;
|
|
736
|
+
justify-content: space-between;
|
|
737
|
+
cursor: pointer;
|
|
738
|
+
border-radius: var(--sig-input-radius);
|
|
739
|
+
}
|
|
740
|
+
@media (hover: hover) {
|
|
741
|
+
.o-sig-list .o-sig-search-data .o-sig-search-item:hover {
|
|
742
|
+
background-color: var(--o-color-control2-light);
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
.o-sig-list .o-sig-search-data .o-sig-search-item .highlight-text {
|
|
746
|
+
color: var(--o-color-link1);
|
|
747
|
+
}
|
|
748
|
+
.o-sig-list .o-sig-search-data .o-sig-search-title {
|
|
749
|
+
color: var(--o-color-info1);
|
|
750
|
+
font-size: 16px;
|
|
751
|
+
line-height: 24px;
|
|
752
|
+
}
|
|
753
|
+
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
754
|
+
.o-sig-list .o-sig-search-data .o-sig-search-title {
|
|
755
|
+
font-size: 14px;
|
|
756
|
+
line-height: 22px;
|
|
757
|
+
}
|
|
758
|
+
}
|
|
759
|
+
@media (min-width: 841px) and (max-width: 1200px) {
|
|
760
|
+
.o-sig-list .o-sig-search-data .o-sig-search-title {
|
|
761
|
+
font-size: 14px;
|
|
762
|
+
line-height: 22px;
|
|
763
|
+
}
|
|
764
|
+
}
|
|
765
|
+
@media (min-width: 601px) and (max-width: 840px) {
|
|
766
|
+
.o-sig-list .o-sig-search-data .o-sig-search-title {
|
|
767
|
+
font-size: 14px;
|
|
768
|
+
line-height: 22px;
|
|
769
|
+
}
|
|
770
|
+
}
|
|
771
|
+
@media (max-width: 600px) {
|
|
772
|
+
.o-sig-list .o-sig-search-data .o-sig-search-title {
|
|
773
|
+
font-size: 12px;
|
|
774
|
+
line-height: 18px;
|
|
775
|
+
}
|
|
776
|
+
}
|
|
777
|
+
.o-sig-list .o-sig-search-data .o-sig-search-title {
|
|
778
|
+
overflow: hidden;
|
|
779
|
+
text-overflow: ellipsis;
|
|
780
|
+
word-break: break-all;
|
|
781
|
+
display: -webkit-box;
|
|
782
|
+
-webkit-box-orient: vertical;
|
|
783
|
+
-webkit-line-clamp: 1;
|
|
784
|
+
}
|
|
785
|
+
.o-sig-list .o-sig-search-data .o-sig-no-result {
|
|
786
|
+
padding: 8px 12px;
|
|
787
|
+
color: var(--o-color-info3);
|
|
788
|
+
font-size: 14px;
|
|
789
|
+
line-height: 22px;
|
|
790
|
+
}
|
|
791
|
+
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
792
|
+
.o-sig-list .o-sig-search-data .o-sig-no-result {
|
|
793
|
+
font-size: 14px;
|
|
794
|
+
line-height: 18px;
|
|
795
|
+
}
|
|
796
|
+
}
|
|
797
|
+
@media (min-width: 841px) and (max-width: 1200px) {
|
|
798
|
+
.o-sig-list .o-sig-search-data .o-sig-no-result {
|
|
799
|
+
font-size: 12px;
|
|
800
|
+
line-height: 18px;
|
|
801
|
+
}
|
|
802
|
+
}
|
|
803
|
+
@media (min-width: 601px) and (max-width: 840px) {
|
|
804
|
+
.o-sig-list .o-sig-search-data .o-sig-no-result {
|
|
805
|
+
font-size: 12px;
|
|
806
|
+
line-height: 18px;
|
|
807
|
+
}
|
|
808
|
+
}
|
|
809
|
+
@media (max-width: 600px) {
|
|
810
|
+
.o-sig-list .o-sig-search-data .o-sig-no-result {
|
|
811
|
+
font-size: 12px;
|
|
812
|
+
line-height: 18px;
|
|
813
|
+
}
|
|
814
|
+
}
|
|
815
|
+
.o-sig-list .o-sig-search-data .o-sig-search-loading {
|
|
816
|
+
padding: 8px 12px;
|
|
817
|
+
color: var(--o-color-info3);
|
|
818
|
+
font-size: 14px;
|
|
819
|
+
line-height: 22px;
|
|
820
|
+
}
|
|
821
|
+
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
822
|
+
.o-sig-list .o-sig-search-data .o-sig-search-loading {
|
|
823
|
+
font-size: 14px;
|
|
824
|
+
line-height: 18px;
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
@media (min-width: 841px) and (max-width: 1200px) {
|
|
828
|
+
.o-sig-list .o-sig-search-data .o-sig-search-loading {
|
|
829
|
+
font-size: 12px;
|
|
830
|
+
line-height: 18px;
|
|
831
|
+
}
|
|
832
|
+
}
|
|
833
|
+
@media (min-width: 601px) and (max-width: 840px) {
|
|
834
|
+
.o-sig-list .o-sig-search-data .o-sig-search-loading {
|
|
835
|
+
font-size: 12px;
|
|
836
|
+
line-height: 18px;
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
@media (max-width: 600px) {
|
|
840
|
+
.o-sig-list .o-sig-search-data .o-sig-search-loading {
|
|
841
|
+
font-size: 12px;
|
|
842
|
+
line-height: 18px;
|
|
843
|
+
}
|
|
813
844
|
}
|
|
@@ -8,6 +8,8 @@ declare const _default: import('vue').DefineComponent<SigListPropsT, {}, {}, {},
|
|
|
8
8
|
sigList: SigListItemT[];
|
|
9
9
|
footerSelector: string;
|
|
10
10
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
11
|
+
rootRef: HTMLDivElement;
|
|
11
12
|
panelRef: HTMLDivElement;
|
|
13
|
+
loadingRef: HTMLParagraphElement;
|
|
12
14
|
}, HTMLDivElement>;
|
|
13
15
|
export default _default;
|