@opendesign-plus-test/components 0.0.1-rc.83 → 0.0.1-rc.84
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 +73 -85
- package/dist/components/activity/index.d.ts +9 -9
- package/dist/components/banner/index.d.ts +6 -6
- package/dist/components/config-provider/OPlusConfigProvider.vue.d.ts +2 -2
- package/dist/components/config-provider/index.d.ts +3 -3
- package/dist/components/events/index.d.ts +20 -20
- package/dist/components/header/OHeaderMobile.vue.d.ts +22 -22
- package/dist/components/header/components/HeaderNavMobile.vue.d.ts +3 -3
- package/dist/components/header/index.d.ts +27 -27
- package/dist/components/header-search/index.d.ts +13 -13
- package/dist/components/meeting/OMeetingForm.vue.d.ts +0 -2
- package/dist/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
- package/dist/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +664 -0
- package/dist/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +1 -1
- package/dist/components/meeting/composables/useMeetingConfig.d.ts +1 -1
- package/dist/components/meeting/index.d.ts +31 -37
- package/dist/components/meeting/types.d.ts +0 -3
- package/dist/components/search/index.d.ts +11 -11
- package/dist/components.cjs.js +38 -38
- package/dist/components.css +1 -1
- package/dist/components.es.js +6302 -6362
- package/dist/treeshaking/components/activity/index.d.ts +9 -9
- package/dist/treeshaking/components/banner/OBanner.css +37 -37
- package/dist/treeshaking/components/banner/OBanner.vue.mjs +1 -1
- package/dist/treeshaking/components/banner/OBanner.vue2.mjs +2 -1
- package/dist/treeshaking/components/banner/OBanner2.css +10 -10
- package/dist/treeshaking/components/banner/index.d.ts +6 -6
- package/dist/treeshaking/components/config-provider/OPlusConfigProvider.vue.d.ts +2 -2
- package/dist/treeshaking/components/config-provider/index.d.ts +3 -3
- package/dist/treeshaking/components/cookie-notice/OCookieNotice.vue.mjs +1 -1
- package/dist/treeshaking/components/cookie-notice/OCookieNotice.vue2.mjs +1 -1
- package/dist/treeshaking/components/cookie-notice/OCookieNotice2.css +62 -62
- package/dist/treeshaking/components/events/OEventsApply.vue.mjs +1 -1
- package/dist/treeshaking/components/events/index.d.ts +20 -20
- package/dist/treeshaking/components/header/OHeader.css +12 -12
- package/dist/treeshaking/components/header/OHeader.vue.mjs +1 -1
- package/dist/treeshaking/components/header/OHeader.vue2.mjs +1 -1
- package/dist/treeshaking/components/header/OHeaderMobile.vue.d.ts +22 -22
- package/dist/treeshaking/components/header/components/HeaderContent.css +235 -235
- package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderContent.vue2.mjs +3 -2
- package/dist/treeshaking/components/header/components/HeaderNav.css +26 -26
- package/dist/treeshaking/components/header/components/HeaderNav.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderNav.vue2.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.d.ts +3 -3
- package/dist/treeshaking/components/header/index.d.ts +27 -27
- package/dist/treeshaking/components/header-search/index.d.ts +13 -13
- package/dist/treeshaking/components/meeting/OMeetingForm.vue.d.ts +0 -2
- package/dist/treeshaking/components/meeting/OMeetingForm.vue.mjs +47 -104
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.css +0 -4
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.vue.mjs +12 -28
- package/dist/treeshaking/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +664 -0
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +1 -1
- package/dist/treeshaking/components/meeting/composables/useMeetingConfig.d.ts +1 -1
- package/dist/treeshaking/components/meeting/index.d.ts +31 -37
- package/dist/treeshaking/components/meeting/types.d.ts +0 -3
- package/dist/treeshaking/components/search/index.d.ts +11 -11
- package/dist/treeshaking/i18n/en.mjs +0 -6
- package/dist/treeshaking/i18n/index.mjs +1 -1
- package/dist/treeshaking/i18n/zh.mjs +2 -8
- package/dist/treeshaking/shared/theme.mjs +13 -0
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
.hover-icon-rotate .o-icon[data-v-
|
|
1
|
+
.hover-icon-rotate .o-icon[data-v-f4e92a4b] {
|
|
2
2
|
transition: all var(--o-duration-m1) var(--o-easing-standard-in);
|
|
3
3
|
}
|
|
4
4
|
@media (hover: hover) {
|
|
5
|
-
.hover-icon-rotate:hover .o-icon[data-v-
|
|
5
|
+
.hover-icon-rotate:hover .o-icon[data-v-f4e92a4b] {
|
|
6
6
|
transform: rotate(-180deg);
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
.o-btn[data-v-
|
|
9
|
+
.o-btn[data-v-f4e92a4b] {
|
|
10
10
|
--btn-bd-color-hover: var(--o-color-primary2);
|
|
11
11
|
--btn-bd-color-active: var(--o-color-primary3);
|
|
12
12
|
--btn-color-hover: var(--o-color-primary2);
|
|
@@ -14,92 +14,92 @@
|
|
|
14
14
|
--btn-bg-color-hover: transparent;
|
|
15
15
|
--btn-bg-color-active: transparent;
|
|
16
16
|
}
|
|
17
|
-
.cookie-notice[data-v-
|
|
17
|
+
.cookie-notice[data-v-f4e92a4b] {
|
|
18
18
|
position: fixed;
|
|
19
19
|
bottom: 0;
|
|
20
20
|
z-index: 999;
|
|
21
21
|
width: 100%;
|
|
22
22
|
}
|
|
23
|
-
.cookie-notice .o-button[data-v-
|
|
23
|
+
.cookie-notice .o-button[data-v-f4e92a4b] {
|
|
24
24
|
--o-button-font-size-mini: 14px;
|
|
25
25
|
}
|
|
26
|
-
.cookie-notice .o-button + .o-button[data-v-
|
|
26
|
+
.cookie-notice .o-button + .o-button[data-v-f4e92a4b] {
|
|
27
27
|
margin-left: 16px;
|
|
28
28
|
}
|
|
29
29
|
@media (max-width: 840px) {
|
|
30
|
-
.cookie-notice .o-button + .o-button[data-v-
|
|
30
|
+
.cookie-notice .o-button + .o-button[data-v-f4e92a4b] {
|
|
31
31
|
margin-left: 0;
|
|
32
32
|
margin-top: 12px;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
|
-
.cookie-notice-content[data-v-
|
|
35
|
+
.cookie-notice-content[data-v-f4e92a4b] {
|
|
36
36
|
background-color: rgba(var(--o-grey-1), 0.9);
|
|
37
37
|
backdrop-filter: blur(5px);
|
|
38
38
|
box-shadow: var(--o-shadow-1);
|
|
39
39
|
}
|
|
40
|
-
.cookie-notice-wrap[data-v-
|
|
40
|
+
.cookie-notice-wrap[data-v-f4e92a4b] {
|
|
41
41
|
position: relative;
|
|
42
42
|
margin: 0 auto;
|
|
43
43
|
padding: 16px var(--layout-content-padding);
|
|
44
44
|
max-width: var(--layout-content-max-width);
|
|
45
45
|
}
|
|
46
46
|
@media (1680px >= width >= 1201px) {
|
|
47
|
-
.cookie-notice-wrap[data-v-
|
|
47
|
+
.cookie-notice-wrap[data-v-f4e92a4b] {
|
|
48
48
|
padding: 12px var(--layout-content-padding);
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
52
|
-
.cookie-notice-wrap[data-v-
|
|
52
|
+
.cookie-notice-wrap[data-v-f4e92a4b] {
|
|
53
53
|
padding: 8px var(--layout-content-padding);
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
@media (max-width: 840px) {
|
|
57
|
-
.cookie-notice-wrap[data-v-
|
|
57
|
+
.cookie-notice-wrap[data-v-f4e92a4b] {
|
|
58
58
|
padding: 16px var(--layout-content-padding);
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
@media (max-width: 600px) {
|
|
62
|
-
.cookie-notice-wrap[data-v-
|
|
62
|
+
.cookie-notice-wrap[data-v-f4e92a4b] {
|
|
63
63
|
padding: 16px var(--layout-content-padding);
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
@media (max-width: 840px) {
|
|
67
|
-
.cookie-notice-wrap[data-v-
|
|
67
|
+
.cookie-notice-wrap[data-v-f4e92a4b]:not([type=zh]) {
|
|
68
68
|
flex-direction: column;
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
|
-
.cookie-notice-wrap-grid[data-v-
|
|
71
|
+
.cookie-notice-wrap-grid[data-v-f4e92a4b] {
|
|
72
72
|
width: var(--grid-content-width);
|
|
73
73
|
padding: 16px 0;
|
|
74
74
|
margin: 0 auto;
|
|
75
75
|
}
|
|
76
76
|
@media (1680px >= width >= 1201px) {
|
|
77
|
-
.cookie-notice-wrap-grid[data-v-
|
|
77
|
+
.cookie-notice-wrap-grid[data-v-f4e92a4b] {
|
|
78
78
|
padding: 12px 0;
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
82
|
-
.cookie-notice-wrap-grid[data-v-
|
|
82
|
+
.cookie-notice-wrap-grid[data-v-f4e92a4b] {
|
|
83
83
|
padding: 8px 0;
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
@media (max-width: 840px) {
|
|
87
|
-
.cookie-notice-wrap-grid[data-v-
|
|
87
|
+
.cookie-notice-wrap-grid[data-v-f4e92a4b] {
|
|
88
88
|
padding: 16px 0;
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
@media (max-width: 600px) {
|
|
92
|
-
.cookie-notice-wrap-grid[data-v-
|
|
92
|
+
.cookie-notice-wrap-grid[data-v-f4e92a4b] {
|
|
93
93
|
padding: 16px 0;
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
@media (max-width: 840px) {
|
|
97
|
-
.cookie-notice-wrap-grid[data-v-
|
|
97
|
+
.cookie-notice-wrap-grid[data-v-f4e92a4b]:not([type=zh]) {
|
|
98
98
|
padding: 16px 0;
|
|
99
99
|
flex-direction: column;
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
.cookie-title[data-v-
|
|
102
|
+
.cookie-title[data-v-f4e92a4b] {
|
|
103
103
|
display: flex;
|
|
104
104
|
font-size: 16px;
|
|
105
105
|
line-height: calc(1em + 8px);
|
|
@@ -107,91 +107,91 @@
|
|
|
107
107
|
font-weight: 500;
|
|
108
108
|
}
|
|
109
109
|
@media (max-width: 1680px) {
|
|
110
|
-
.cookie-title[data-v-
|
|
110
|
+
.cookie-title[data-v-f4e92a4b] {
|
|
111
111
|
font-size: 14px;
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
@media (max-width: 840px) {
|
|
115
|
-
.cookie-title[data-v-
|
|
115
|
+
.cookie-title[data-v-f4e92a4b] {
|
|
116
116
|
text-align: center;
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
119
|
@media (max-width: 840px) {
|
|
120
|
-
.cookie-en-title[data-v-
|
|
120
|
+
.cookie-en-title[data-v-f4e92a4b] {
|
|
121
121
|
margin-left: auto;
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
|
-
.cookie-zh-title[data-v-
|
|
124
|
+
.cookie-zh-title[data-v-f4e92a4b] {
|
|
125
125
|
font-size: 14px;
|
|
126
126
|
line-height: 22px;
|
|
127
127
|
margin-right: 8px;
|
|
128
128
|
text-align: start;
|
|
129
129
|
}
|
|
130
130
|
@media (max-width: 840px) {
|
|
131
|
-
.cookie-zh-title[data-v-
|
|
131
|
+
.cookie-zh-title[data-v-f4e92a4b] {
|
|
132
132
|
font-size: 12px;
|
|
133
133
|
line-height: 18px;
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
|
-
.cookie-en-content[data-v-
|
|
136
|
+
.cookie-en-content[data-v-f4e92a4b] {
|
|
137
137
|
display: flex;
|
|
138
138
|
width: 100%;
|
|
139
139
|
margin-top: 8px;
|
|
140
140
|
}
|
|
141
141
|
@media (max-width: 840px) {
|
|
142
|
-
.cookie-en-content[data-v-
|
|
142
|
+
.cookie-en-content[data-v-f4e92a4b] {
|
|
143
143
|
flex-direction: column;
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
|
-
.cookie-en-desc[data-v-
|
|
146
|
+
.cookie-en-desc[data-v-f4e92a4b] {
|
|
147
147
|
font-size: 12px;
|
|
148
148
|
line-height: 18px;
|
|
149
149
|
color: var(--o-color-info2);
|
|
150
150
|
}
|
|
151
151
|
@media (min-width: 1681px) {
|
|
152
|
-
.cookie-en-desc[data-v-
|
|
152
|
+
.cookie-en-desc[data-v-f4e92a4b] {
|
|
153
153
|
margin-right: 48px;
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
@media (1680px >= width >= 1201px) {
|
|
157
|
-
.cookie-en-desc[data-v-
|
|
157
|
+
.cookie-en-desc[data-v-f4e92a4b] {
|
|
158
158
|
margin-right: 40px;
|
|
159
159
|
}
|
|
160
160
|
}
|
|
161
161
|
@media (min-width: 601px) and (max-width: 1200px) {
|
|
162
|
-
.cookie-en-desc[data-v-
|
|
162
|
+
.cookie-en-desc[data-v-f4e92a4b] {
|
|
163
163
|
margin-right: 24px;
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
166
|
@media (max-width: 840px) {
|
|
167
|
-
.cookie-en-desc[data-v-
|
|
167
|
+
.cookie-en-desc[data-v-f4e92a4b] {
|
|
168
168
|
margin: 0;
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
|
-
.cookie-notice-right[data-v-
|
|
171
|
+
.cookie-notice-right[data-v-f4e92a4b] {
|
|
172
172
|
display: flex;
|
|
173
173
|
margin-left: auto;
|
|
174
174
|
}
|
|
175
|
-
.cookie-notice-right .o-btn[data-v-
|
|
175
|
+
.cookie-notice-right .o-btn[data-v-f4e92a4b]:not(:first-child) {
|
|
176
176
|
margin-left: 16px;
|
|
177
177
|
}
|
|
178
178
|
@media (1680px >= width >= 1201px) {
|
|
179
|
-
.cookie-notice-right .o-btn[data-v-
|
|
179
|
+
.cookie-notice-right .o-btn[data-v-f4e92a4b]:not(:first-child) {
|
|
180
180
|
margin-left: 12px;
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
184
|
-
.cookie-notice-right .o-btn[data-v-
|
|
184
|
+
.cookie-notice-right .o-btn[data-v-f4e92a4b]:not(:first-child) {
|
|
185
185
|
margin-left: 8px;
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
188
|
@media (min-width: 841px) {
|
|
189
|
-
.cookie-notice-right .o-btn[data-v-
|
|
189
|
+
.cookie-notice-right .o-btn[data-v-f4e92a4b]:not(:first-child) {
|
|
190
190
|
margin-left: 12px;
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
193
|
@media (max-width: 840px) {
|
|
194
|
-
.cookie-notice-right[data-v-
|
|
194
|
+
.cookie-notice-right[data-v-f4e92a4b] {
|
|
195
195
|
margin-top: 16px;
|
|
196
196
|
width: 100%;
|
|
197
197
|
display: grid;
|
|
@@ -199,23 +199,23 @@
|
|
|
199
199
|
grid-template-rows: auto auto;
|
|
200
200
|
gap: 12px;
|
|
201
201
|
}
|
|
202
|
-
.cookie-notice-right .o-btn[data-v-
|
|
202
|
+
.cookie-notice-right .o-btn[data-v-f4e92a4b] {
|
|
203
203
|
margin: 0;
|
|
204
204
|
}
|
|
205
|
-
.cookie-notice-right .o-btn[data-v-
|
|
205
|
+
.cookie-notice-right .o-btn[data-v-f4e92a4b]:nth-child(1) {
|
|
206
206
|
grid-column: 1;
|
|
207
207
|
grid-row: 1;
|
|
208
208
|
}
|
|
209
|
-
.cookie-notice-right .o-btn[data-v-
|
|
209
|
+
.cookie-notice-right .o-btn[data-v-f4e92a4b]:nth-child(2) {
|
|
210
210
|
grid-column: 2;
|
|
211
211
|
grid-row: 1;
|
|
212
212
|
}
|
|
213
|
-
.cookie-notice-right .o-btn[data-v-
|
|
213
|
+
.cookie-notice-right .o-btn[data-v-f4e92a4b]:nth-child(3) {
|
|
214
214
|
grid-column: 1/span 2;
|
|
215
215
|
grid-row: 2;
|
|
216
216
|
}
|
|
217
217
|
}
|
|
218
|
-
.cookie-notice-close[data-v-
|
|
218
|
+
.cookie-notice-close[data-v-f4e92a4b] {
|
|
219
219
|
display: block;
|
|
220
220
|
overflow: visible !important;
|
|
221
221
|
margin-left: auto;
|
|
@@ -223,87 +223,87 @@
|
|
|
223
223
|
color: var(--o-color-info1);
|
|
224
224
|
font-size: 24px;
|
|
225
225
|
}
|
|
226
|
-
.cookie-notice-close[data-v-
|
|
226
|
+
.cookie-notice-close[data-v-f4e92a4b]:hover {
|
|
227
227
|
color: var(--o-color-primary2);
|
|
228
228
|
}
|
|
229
|
-
.cookie-notice-close[data-v-
|
|
229
|
+
.cookie-notice-close[data-v-f4e92a4b] {
|
|
230
230
|
overflow: hidden;
|
|
231
231
|
}
|
|
232
|
-
.cookie-notice-close svg[data-v-
|
|
232
|
+
.cookie-notice-close svg[data-v-f4e92a4b] {
|
|
233
233
|
transition: all var(--o-duration-m1) var(--o-easing-standard-in);
|
|
234
234
|
}
|
|
235
235
|
@media (hover: hover) {
|
|
236
|
-
.cookie-notice-close:hover svg[data-v-
|
|
236
|
+
.cookie-notice-close:hover svg[data-v-f4e92a4b] {
|
|
237
237
|
transform: rotate(180deg);
|
|
238
238
|
}
|
|
239
239
|
}
|
|
240
|
-
.cookie-dlg-content .content-item + .content-item[data-v-
|
|
240
|
+
.cookie-dlg-content .content-item + .content-item[data-v-f4e92a4b] {
|
|
241
241
|
margin-top: 24px;
|
|
242
242
|
}
|
|
243
243
|
@media (1680px >= width >= 1201px) {
|
|
244
|
-
.cookie-dlg-content .content-item + .content-item[data-v-
|
|
244
|
+
.cookie-dlg-content .content-item + .content-item[data-v-f4e92a4b] {
|
|
245
245
|
margin-top: 16px;
|
|
246
246
|
}
|
|
247
247
|
}
|
|
248
248
|
@media (max-width: 1200px) {
|
|
249
|
-
.cookie-dlg-content .content-item + .content-item[data-v-
|
|
249
|
+
.cookie-dlg-content .content-item + .content-item[data-v-f4e92a4b] {
|
|
250
250
|
margin-top: 12px;
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
|
-
.cookie-dlg-content .content-item .item-header[data-v-
|
|
253
|
+
.cookie-dlg-content .content-item .item-header[data-v-f4e92a4b] {
|
|
254
254
|
display: flex;
|
|
255
255
|
align-items: center;
|
|
256
256
|
justify-content: space-between;
|
|
257
257
|
}
|
|
258
|
-
.cookie-dlg-content .content-item .item-header .item-title[data-v-
|
|
258
|
+
.cookie-dlg-content .content-item .item-header .item-title[data-v-f4e92a4b] {
|
|
259
259
|
font-size: 20px;
|
|
260
260
|
line-height: calc(1em + 8px);
|
|
261
261
|
color: var(--o-color-info1);
|
|
262
262
|
font-weight: 500;
|
|
263
263
|
}
|
|
264
264
|
@media (1680px >= width >= 1201px) {
|
|
265
|
-
.cookie-dlg-content .content-item .item-header .item-title[data-v-
|
|
265
|
+
.cookie-dlg-content .content-item .item-header .item-title[data-v-f4e92a4b] {
|
|
266
266
|
font-size: 18px;
|
|
267
267
|
}
|
|
268
268
|
}
|
|
269
269
|
@media (max-width: 1200px) {
|
|
270
|
-
.cookie-dlg-content .content-item .item-header .item-title[data-v-
|
|
270
|
+
.cookie-dlg-content .content-item .item-header .item-title[data-v-f4e92a4b] {
|
|
271
271
|
font-size: 16px;
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
|
-
.cookie-dlg-content .content-item .item-header .item-extra[data-v-
|
|
274
|
+
.cookie-dlg-content .content-item .item-header .item-extra[data-v-f4e92a4b] {
|
|
275
275
|
font-size: 14px;
|
|
276
276
|
color: var(--o-color-info3);
|
|
277
277
|
margin-left: 24px;
|
|
278
278
|
}
|
|
279
279
|
@media (max-width: 1200px) {
|
|
280
|
-
.cookie-dlg-content .content-item .item-header .item-extra[data-v-
|
|
280
|
+
.cookie-dlg-content .content-item .item-header .item-extra[data-v-f4e92a4b] {
|
|
281
281
|
font-size: 12px;
|
|
282
282
|
}
|
|
283
283
|
}
|
|
284
|
-
.cookie-dlg-content .content-item .item-detail[data-v-
|
|
284
|
+
.cookie-dlg-content .content-item .item-detail[data-v-f4e92a4b] {
|
|
285
285
|
font-size: 16px;
|
|
286
286
|
line-height: calc(1em + 8px);
|
|
287
287
|
color: var(--o-color-info2);
|
|
288
288
|
margin-top: 16px;
|
|
289
289
|
}
|
|
290
290
|
@media (max-width: 1680px) {
|
|
291
|
-
.cookie-dlg-content .content-item .item-detail[data-v-
|
|
291
|
+
.cookie-dlg-content .content-item .item-detail[data-v-f4e92a4b] {
|
|
292
292
|
margin-top: 12px;
|
|
293
293
|
font-size: 14px;
|
|
294
294
|
}
|
|
295
295
|
}
|
|
296
296
|
@media (max-width: 1200px) {
|
|
297
|
-
.cookie-dlg-content .content-item .item-detail[data-v-
|
|
297
|
+
.cookie-dlg-content .content-item .item-detail[data-v-f4e92a4b] {
|
|
298
298
|
margin-top: 8px;
|
|
299
299
|
}
|
|
300
300
|
}
|
|
301
301
|
@media (max-width: 840px) {
|
|
302
|
-
.cookie-dlg-content .content-item .item-detail[data-v-
|
|
302
|
+
.cookie-dlg-content .content-item .item-detail[data-v-f4e92a4b] {
|
|
303
303
|
margin-top: 8px;
|
|
304
304
|
}
|
|
305
305
|
}
|
|
306
|
-
.cookie-dlg-content .content-item:nth-child(2) .item-detail[data-v-
|
|
306
|
+
.cookie-dlg-content .content-item:nth-child(2) .item-detail[data-v-f4e92a4b] {
|
|
307
307
|
font-size: 16px !important;
|
|
308
308
|
line-height: calc(1em + 8px);
|
|
309
309
|
}
|
|
@@ -2,7 +2,7 @@ import { defineComponent, openBlock, createElementBlock, createElementVNode, Fra
|
|
|
2
2
|
import { OIcon } from "@opensig/opendesign";
|
|
3
3
|
import IconChecked from "../../_virtual/icon-checked.mjs";
|
|
4
4
|
import { buildVueDompurifyHTMLDirective } from "vue-dompurify-html";
|
|
5
|
-
import { useTheme } from "
|
|
5
|
+
import { useTheme } from "../../shared/theme.mjs";
|
|
6
6
|
const _hoisted_1 = { class: "o-events-apply" };
|
|
7
7
|
const _hoisted_2 = { class: "events-apply-grid" };
|
|
8
8
|
const _hoisted_3 = { class: "timeline-number" };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { App } from 'vue';
|
|
2
2
|
declare const OEventsCalendar: {
|
|
3
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
4
|
-
data: import('
|
|
3
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../index').EventsCalendarPropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
4
|
+
data: import('../../index').CalendarItemT[];
|
|
5
5
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
6
6
|
P: {};
|
|
7
7
|
B: {};
|
|
@@ -9,24 +9,24 @@ declare const OEventsCalendar: {
|
|
|
9
9
|
C: {};
|
|
10
10
|
M: {};
|
|
11
11
|
Defaults: {};
|
|
12
|
-
}, Readonly<import('
|
|
13
|
-
data: import('
|
|
12
|
+
}, Readonly<import('../../index').EventsCalendarPropsT> & Readonly<{}>, {}, {}, {}, {}, {
|
|
13
|
+
data: import('../../index').CalendarItemT[];
|
|
14
14
|
}>;
|
|
15
15
|
__isFragment?: never;
|
|
16
16
|
__isTeleport?: never;
|
|
17
17
|
__isSuspense?: never;
|
|
18
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
19
|
-
data: import('
|
|
18
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('../../index').EventsCalendarPropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
19
|
+
data: import('../../index').CalendarItemT[];
|
|
20
20
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
|
21
21
|
install(app: App): void;
|
|
22
22
|
};
|
|
23
23
|
declare const OEventsList: {
|
|
24
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
25
|
-
onSearch?: ((params: import('
|
|
24
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../index').EventsListPropsT> & Readonly<{
|
|
25
|
+
onSearch?: ((params: import('../../index').SearchParamsT) => any) | undefined;
|
|
26
26
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
27
|
-
search: (params: import('
|
|
27
|
+
search: (params: import('../../index').SearchParamsT) => any;
|
|
28
28
|
}, import('vue').PublicProps, {
|
|
29
|
-
data: import('
|
|
29
|
+
data: import('../../index').EventsCardItemT[];
|
|
30
30
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
31
31
|
P: {};
|
|
32
32
|
B: {};
|
|
@@ -34,20 +34,20 @@ declare const OEventsList: {
|
|
|
34
34
|
C: {};
|
|
35
35
|
M: {};
|
|
36
36
|
Defaults: {};
|
|
37
|
-
}, Readonly<import('
|
|
38
|
-
onSearch?: ((params: import('
|
|
37
|
+
}, Readonly<import('../../index').EventsListPropsT> & Readonly<{
|
|
38
|
+
onSearch?: ((params: import('../../index').SearchParamsT) => any) | undefined;
|
|
39
39
|
}>, {}, {}, {}, {}, {
|
|
40
|
-
data: import('
|
|
40
|
+
data: import('../../index').EventsCardItemT[];
|
|
41
41
|
}>;
|
|
42
42
|
__isFragment?: never;
|
|
43
43
|
__isTeleport?: never;
|
|
44
44
|
__isSuspense?: never;
|
|
45
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
46
|
-
onSearch?: ((params: import('
|
|
45
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('../../index').EventsListPropsT> & Readonly<{
|
|
46
|
+
onSearch?: ((params: import('../../index').SearchParamsT) => any) | undefined;
|
|
47
47
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
48
|
-
search: (params: import('
|
|
48
|
+
search: (params: import('../../index').SearchParamsT) => any;
|
|
49
49
|
}, string, {
|
|
50
|
-
data: import('
|
|
50
|
+
data: import('../../index').EventsCardItemT[];
|
|
51
51
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
52
52
|
$slots: Readonly<{
|
|
53
53
|
empty?: () => any;
|
|
@@ -58,18 +58,18 @@ declare const OEventsList: {
|
|
|
58
58
|
install(app: App): void;
|
|
59
59
|
};
|
|
60
60
|
declare const OEventsApply: {
|
|
61
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
61
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../index').EventsApplyPropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
62
62
|
P: {};
|
|
63
63
|
B: {};
|
|
64
64
|
D: {};
|
|
65
65
|
C: {};
|
|
66
66
|
M: {};
|
|
67
67
|
Defaults: {};
|
|
68
|
-
}, Readonly<import('
|
|
68
|
+
}, Readonly<import('../../index').EventsApplyPropsT> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
69
69
|
__isFragment?: never;
|
|
70
70
|
__isTeleport?: never;
|
|
71
71
|
__isSuspense?: never;
|
|
72
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
72
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('../../index').EventsApplyPropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
73
73
|
$slots: Partial<Record<`step${number}`, (_: {}) => any>>;
|
|
74
74
|
}) & {
|
|
75
75
|
install(app: App): void;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
.hover-icon-rotate .o-icon[data-v-
|
|
1
|
+
.hover-icon-rotate .o-icon[data-v-b3349981] {
|
|
2
2
|
transition: all var(--o-duration-m1) var(--o-easing-standard-in);
|
|
3
3
|
}
|
|
4
4
|
@media (hover: hover) {
|
|
5
|
-
.hover-icon-rotate:hover .o-icon[data-v-
|
|
5
|
+
.hover-icon-rotate:hover .o-icon[data-v-b3349981] {
|
|
6
6
|
transform: rotate(-180deg);
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
.header[data-v-
|
|
9
|
+
.header[data-v-b3349981] {
|
|
10
10
|
--o-header-height: 72px;
|
|
11
11
|
}
|
|
12
|
-
.header-wrap[data-v-
|
|
12
|
+
.header-wrap[data-v-b3349981] {
|
|
13
13
|
background-color: var(--o-color-fill2);
|
|
14
14
|
position: fixed;
|
|
15
15
|
left: 0;
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
backdrop-filter: blur(5px);
|
|
21
21
|
height: var(--o-header-height);
|
|
22
22
|
}
|
|
23
|
-
.header-content[data-v-
|
|
23
|
+
.header-content[data-v-b3349981] {
|
|
24
24
|
display: flex;
|
|
25
25
|
align-items: center;
|
|
26
26
|
height: 100%;
|
|
27
27
|
}
|
|
28
|
-
.header-logo[data-v-
|
|
28
|
+
.header-logo[data-v-b3349981] {
|
|
29
29
|
height: 100%;
|
|
30
30
|
display: flex;
|
|
31
31
|
align-items: center;
|
|
@@ -33,21 +33,21 @@
|
|
|
33
33
|
margin-right: 24px;
|
|
34
34
|
flex-shrink: 0;
|
|
35
35
|
}
|
|
36
|
-
.logo[data-v-
|
|
36
|
+
.logo[data-v-b3349981] {
|
|
37
37
|
height: 32px;
|
|
38
38
|
}
|
|
39
|
-
.header-nav[data-v-
|
|
39
|
+
.header-nav[data-v-b3349981] {
|
|
40
40
|
flex: 1;
|
|
41
41
|
height: 100%;
|
|
42
42
|
min-width: 0;
|
|
43
43
|
overflow: hidden;
|
|
44
44
|
position: relative;
|
|
45
45
|
}
|
|
46
|
-
.header-toolbar[data-v-
|
|
46
|
+
.header-toolbar[data-v-b3349981] {
|
|
47
47
|
height: 100%;
|
|
48
48
|
position: relative;
|
|
49
49
|
}
|
|
50
|
-
.header-nav-content[data-v-
|
|
50
|
+
.header-nav-content[data-v-b3349981] {
|
|
51
51
|
position: fixed;
|
|
52
52
|
top: var(--o-header-height);
|
|
53
53
|
left: 0;
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
box-shadow: 0 3px 9px 0 rgba(0, 18, 85, 0.08);
|
|
58
58
|
overflow: hidden;
|
|
59
59
|
}
|
|
60
|
-
.header-wrap-dark[data-v-
|
|
60
|
+
.header-wrap-dark[data-v-b3349981] {
|
|
61
61
|
box-shadow: 0 3px 9px 0 rgba(var(--o-grey-4), 0.08);
|
|
62
62
|
}
|
|
63
|
-
.header-wrap-dark .header-nav-content[data-v-
|
|
63
|
+
.header-wrap-dark .header-nav-content[data-v-b3349981] {
|
|
64
64
|
box-shadow: 0 3px 9px 0 rgba(var(--o-grey-4), 0.08);
|
|
65
65
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./OHeader.vue2.mjs";
|
|
2
2
|
import './OHeader.css';
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const _OHeader = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const _OHeader = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b3349981"]]);
|
|
5
5
|
export {
|
|
6
6
|
_OHeader as default
|
|
7
7
|
};
|
|
@@ -2,7 +2,7 @@ import { defineComponent, ref, openBlock, createElementBlock, createElementVNode
|
|
|
2
2
|
import ContentWrapper from "../common/ContentWrapper.vue.mjs";
|
|
3
3
|
import HeaderNav from "./components/HeaderNav.vue.mjs";
|
|
4
4
|
import HeaderContent from "./components/HeaderContent.vue.mjs";
|
|
5
|
-
import { useTheme } from "
|
|
5
|
+
import { useTheme } from "../../shared/theme.mjs";
|
|
6
6
|
const _hoisted_1 = { class: "header" };
|
|
7
7
|
const _hoisted_2 = ["src"];
|
|
8
8
|
const _hoisted_3 = { class: "header-nav" };
|