@opendesign-plus-test/components 0.0.1-rc.113 → 0.0.1-rc.115

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.
Files changed (77) hide show
  1. package/dist/chunk-OElCookieNotice.cjs.js +1 -1
  2. package/dist/chunk-OElCookieNotice.es.js +17 -15
  3. package/dist/components/activity/index.d.ts +9 -9
  4. package/dist/components/banner/index.d.ts +6 -6
  5. package/dist/components/events/index.d.ts +20 -20
  6. package/dist/components/header/OHeaderMobile.vue.d.ts +14 -14
  7. package/dist/components/header/components/HeaderNavMobile.vue.d.ts +1 -1
  8. package/dist/components/header/index.d.ts +23 -23
  9. package/dist/components/header/types.d.ts +3 -0
  10. package/dist/components/header-search/OHeaderSearch.vue.d.ts +6 -10
  11. package/dist/components/header-search/index.d.ts +16 -18
  12. package/dist/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
  13. package/dist/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +1 -1
  14. package/dist/components/meeting/index.d.ts +31 -31
  15. package/dist/components/meeting/types.d.ts +1 -0
  16. package/dist/components/search/OSearchInput.vue.d.ts +6 -10
  17. package/dist/components/search/index.d.ts +14 -16
  18. package/dist/components/search/internal/SearchImageInput.vue.d.ts +1 -5
  19. package/dist/components.cjs.js +39 -39
  20. package/dist/components.css +1 -1
  21. package/dist/components.es.js +8626 -8654
  22. package/dist/treeshaking/components/activity/index.d.ts +9 -9
  23. package/dist/treeshaking/components/banner/index.d.ts +6 -6
  24. package/dist/treeshaking/components/common/TooltipText.css +1 -0
  25. package/dist/treeshaking/components/common/TooltipText.vue.mjs +11 -0
  26. package/dist/treeshaking/components/events/OEventsApply.css +1 -1
  27. package/dist/treeshaking/components/events/OEventsCalendar.css +32 -14
  28. package/dist/treeshaking/components/events/OEventsList.css +6 -0
  29. package/dist/treeshaking/components/events/index.d.ts +20 -20
  30. package/dist/treeshaking/components/header/OHeader.css +15 -15
  31. package/dist/treeshaking/components/header/OHeader.vue.mjs +1 -1
  32. package/dist/treeshaking/components/header/OHeader.vue2.mjs +6 -1
  33. package/dist/treeshaking/components/header/OHeaderMobile.vue.d.ts +14 -14
  34. package/dist/treeshaking/components/header/components/HeaderContent.css +199 -181
  35. package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
  36. package/dist/treeshaking/components/header/components/HeaderContent.vue2.mjs +8 -5
  37. package/dist/treeshaking/components/header/components/HeaderFlatten.css +99 -62
  38. package/dist/treeshaking/components/header/components/HeaderFlatten.vue.mjs +1 -1
  39. package/dist/treeshaking/components/header/components/HeaderFlatten.vue2.mjs +13 -25
  40. package/dist/treeshaking/components/header/components/HeaderNav.css +90 -61
  41. package/dist/treeshaking/components/header/components/HeaderNav.vue.mjs +1 -1
  42. package/dist/treeshaking/components/header/components/HeaderNav.vue2.mjs +10 -19
  43. package/dist/treeshaking/components/header/components/HeaderNavMobile.css +80 -80
  44. package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.d.ts +1 -1
  45. package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.mjs +1 -1
  46. package/dist/treeshaking/components/header/components/HeaderNavMobile.vue2.mjs +2 -2
  47. package/dist/treeshaking/components/header/index.d.ts +23 -23
  48. package/dist/treeshaking/components/header/types.d.ts +3 -0
  49. package/dist/treeshaking/components/header-search/OHeaderSearch.vue.d.ts +6 -10
  50. package/dist/treeshaking/components/header-search/index.d.ts +16 -18
  51. package/dist/treeshaking/components/meeting/OMeetingCalendar.css +4 -3
  52. package/dist/treeshaking/components/meeting/OMeetingMyCalendar.css +37 -53
  53. package/dist/treeshaking/components/meeting/OMeetingMyCalendar.vue.mjs +1 -0
  54. package/dist/treeshaking/components/meeting/OMeetingMyCalendar2.css +8 -0
  55. package/dist/treeshaking/components/meeting/OMeetingPlayback.css +92 -2
  56. package/dist/treeshaking/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
  57. package/dist/treeshaking/components/meeting/OMeetingPlayback.vue.mjs +60 -21
  58. package/dist/treeshaking/components/meeting/components/OMeetingCalendarList.css +5 -7
  59. package/dist/treeshaking/components/meeting/components/OMeetingCalendarList.vue.mjs +3 -6
  60. package/dist/treeshaking/components/meeting/components/OMeetingDetail.css +1 -1
  61. package/dist/treeshaking/components/meeting/components/OMeetingDetail.vue.mjs +10 -6
  62. package/dist/treeshaking/components/meeting/components/OMeetingPlaybackSubtitles.css +154 -7
  63. package/dist/treeshaking/components/meeting/components/OMeetingPlaybackVideo.css +9 -2
  64. package/dist/treeshaking/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +1 -1
  65. package/dist/treeshaking/components/meeting/index.d.ts +31 -31
  66. package/dist/treeshaking/components/meeting/types.d.ts +1 -0
  67. package/dist/treeshaking/components/search/OSearchInput.vue.d.ts +6 -10
  68. package/dist/treeshaking/components/search/index.d.ts +14 -16
  69. package/dist/treeshaking/components/search/internal/SearchImageInput.vue.d.ts +1 -5
  70. package/dist/treeshaking/i18n/en.mjs +1 -0
  71. package/dist/treeshaking/i18n/zh.mjs +1 -0
  72. package/package.json +1 -1
  73. package/dist/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +0 -664
  74. package/dist/treeshaking/components/common/MoreText.css +0 -69
  75. package/dist/treeshaking/components/common/MoreText.vue.mjs +0 -88
  76. package/dist/treeshaking/components/common/MoreText.vue3.mjs +0 -5
  77. package/dist/treeshaking/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +0 -664
@@ -1,6 +1,6 @@
1
1
  import { App } from 'vue';
2
2
  declare const OActivityForm: {
3
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../index').ActivityFormPropsT> & Readonly<{
3
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').ActivityFormPropsT> & Readonly<{
4
4
  onConfirm?: ((...args: any[]) => any) | undefined;
5
5
  onClose?: ((...args: any[]) => any) | undefined;
6
6
  }>, {
@@ -142,7 +142,7 @@ declare const OActivityForm: {
142
142
  C: {};
143
143
  M: {};
144
144
  Defaults: {};
145
- }, Readonly<import('../../index').ActivityFormPropsT> & Readonly<{
145
+ }, Readonly<import('./types').ActivityFormPropsT> & Readonly<{
146
146
  onConfirm?: ((...args: any[]) => any) | undefined;
147
147
  onClose?: ((...args: any[]) => any) | undefined;
148
148
  }>, {
@@ -151,7 +151,7 @@ declare const OActivityForm: {
151
151
  __isFragment?: never;
152
152
  __isTeleport?: never;
153
153
  __isSuspense?: never;
154
- } & import('vue').ComponentOptionsBase<Readonly<import('../../index').ActivityFormPropsT> & Readonly<{
154
+ } & import('vue').ComponentOptionsBase<Readonly<import('./types').ActivityFormPropsT> & Readonly<{
155
155
  onConfirm?: ((...args: any[]) => any) | undefined;
156
156
  onClose?: ((...args: any[]) => any) | undefined;
157
157
  }>, {
@@ -163,7 +163,7 @@ declare const OActivityForm: {
163
163
  install(app: App): void;
164
164
  };
165
165
  declare const OActivityApproval: {
166
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../index').ActivityTablePropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
166
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').ActivityTablePropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
167
167
  formRef: ({
168
168
  $: import('vue').ComponentInternalInstance;
169
169
  $data: {};
@@ -297,11 +297,11 @@ declare const OActivityApproval: {
297
297
  C: {};
298
298
  M: {};
299
299
  Defaults: {};
300
- }, Readonly<import('../../index').ActivityTablePropsT> & Readonly<{}>, {}, {}, {}, {}, {}>;
300
+ }, Readonly<import('./types').ActivityTablePropsT> & Readonly<{}>, {}, {}, {}, {}, {}>;
301
301
  __isFragment?: never;
302
302
  __isTeleport?: never;
303
303
  __isSuspense?: never;
304
- } & import('vue').ComponentOptionsBase<Readonly<import('../../index').ActivityTablePropsT> & 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 () => {
304
+ } & import('vue').ComponentOptionsBase<Readonly<import('./types').ActivityTablePropsT> & 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 () => {
305
305
  $slots: {
306
306
  'filter-empty'?(_: {}): any;
307
307
  'filter-empty'?(_: {}): any;
@@ -310,7 +310,7 @@ declare const OActivityApproval: {
310
310
  install(app: App): void;
311
311
  };
312
312
  declare const OActivityMyCalendar: {
313
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../index').MyActivityCalendarPropsT> & Readonly<{
313
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').MyActivityCalendarPropsT> & Readonly<{
314
314
  onEdit?: ((...args: any[]) => any) | undefined;
315
315
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
316
316
  edit: (...args: any[]) => void;
@@ -627,13 +627,13 @@ declare const OActivityMyCalendar: {
627
627
  C: {};
628
628
  M: {};
629
629
  Defaults: {};
630
- }, Readonly<import('../../index').MyActivityCalendarPropsT> & Readonly<{
630
+ }, Readonly<import('./types').MyActivityCalendarPropsT> & Readonly<{
631
631
  onEdit?: ((...args: any[]) => any) | undefined;
632
632
  }>, {}, {}, {}, {}, {}>;
633
633
  __isFragment?: never;
634
634
  __isTeleport?: never;
635
635
  __isSuspense?: never;
636
- } & import('vue').ComponentOptionsBase<Readonly<import('../../index').MyActivityCalendarPropsT> & Readonly<{
636
+ } & import('vue').ComponentOptionsBase<Readonly<import('./types').MyActivityCalendarPropsT> & Readonly<{
637
637
  onEdit?: ((...args: any[]) => any) | undefined;
638
638
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
639
639
  edit: (...args: any[]) => void;
@@ -1,7 +1,7 @@
1
1
  import { App } from 'vue';
2
2
  declare const OBanner: {
3
3
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4
- options?: import('../../index').BannerItem | import('../../index').BannerItem[];
4
+ options?: import('./types').BannerItem | import('./types').BannerItem[];
5
5
  size?: "large" | "medium" | "small" | "tiny";
6
6
  contentJustifyCenter?: boolean;
7
7
  autoPlay?: boolean;
@@ -17,7 +17,7 @@ declare const OBanner: {
17
17
  M: {};
18
18
  Defaults: {};
19
19
  }, Readonly<{
20
- options?: import('../../index').BannerItem | import('../../index').BannerItem[];
20
+ options?: import('./types').BannerItem | import('./types').BannerItem[];
21
21
  size?: "large" | "medium" | "small" | "tiny";
22
22
  contentJustifyCenter?: boolean;
23
23
  autoPlay?: boolean;
@@ -28,7 +28,7 @@ declare const OBanner: {
28
28
  __isTeleport?: never;
29
29
  __isSuspense?: never;
30
30
  } & import('vue').ComponentOptionsBase<Readonly<{
31
- options?: import('../../index').BannerItem | import('../../index').BannerItem[];
31
+ options?: import('./types').BannerItem | import('./types').BannerItem[];
32
32
  size?: "large" | "medium" | "small" | "tiny";
33
33
  contentJustifyCenter?: boolean;
34
34
  autoPlay?: boolean;
@@ -40,7 +40,7 @@ declare const OBanner: {
40
40
  install(app: App): void;
41
41
  };
42
42
  declare const OBannerContent: {
43
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../index').BannerContentProps> & Readonly<{
43
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').BannerContentProps> & Readonly<{
44
44
  onClick?: ((href: string | undefined) => any) | undefined;
45
45
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
46
46
  click: (href: string | undefined) => any;
@@ -51,13 +51,13 @@ declare const OBannerContent: {
51
51
  C: {};
52
52
  M: {};
53
53
  Defaults: {};
54
- }, Readonly<import('../../index').BannerContentProps> & Readonly<{
54
+ }, Readonly<import('./types').BannerContentProps> & Readonly<{
55
55
  onClick?: ((href: string | undefined) => any) | undefined;
56
56
  }>, {}, {}, {}, {}, {}>;
57
57
  __isFragment?: never;
58
58
  __isTeleport?: never;
59
59
  __isSuspense?: never;
60
- } & import('vue').ComponentOptionsBase<Readonly<import('../../index').BannerContentProps> & Readonly<{
60
+ } & import('vue').ComponentOptionsBase<Readonly<import('./types').BannerContentProps> & Readonly<{
61
61
  onClick?: ((href: string | undefined) => any) | undefined;
62
62
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
63
63
  click: (href: string | undefined) => any;
@@ -15,6 +15,7 @@
15
15
  text-overflow: ellipsis;
16
16
  }
17
17
  .tooltip-text-wrapper .tooltip-text.multi-lines {
18
+ word-break: break-all;
18
19
  white-space: normal;
19
20
  text-overflow: ellipsis;
20
21
  display: -webkit-box;
@@ -18,6 +18,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
18
18
  if (!isClient) return;
19
19
  const ele = contentRef.value;
20
20
  if (!ele) return;
21
+ if (props.lines && props.lines > 1) {
22
+ const visibleHeight = ele.offsetHeight;
23
+ const prevDisplay = ele.style.display;
24
+ ele.style.display = "block";
25
+ const naturalHeight = ele.scrollHeight;
26
+ ele.style.display = prevDisplay;
27
+ if (naturalHeight && visibleHeight) {
28
+ ellipsis.value = naturalHeight > visibleHeight + 1;
29
+ }
30
+ return;
31
+ }
21
32
  ellipsis.value = ele.scrollWidth > ele.offsetWidth + 1 || ele.scrollHeight > ele.offsetHeight + 1;
22
33
  };
23
34
  onMounted(() => {
@@ -476,7 +476,7 @@
476
476
  background: linear-gradient(142.13deg, color-mix(in srgb, transparent 0%, transparent) 0%, color-mix(in srgb, rgba(var(--o-white), 0.6) 60%, transparent) 100%), var(--o-color-primary1);
477
477
  }
478
478
  .o-events-apply .events-apply-grid .step-item.step-3.is-dark {
479
- background: linear-gradient(142.13deg, color-mix(in srgb, var(--o-color-primary1) 40%, transparent) 0%, color-mix(in srgb, var(--o-color-primary1) 16%, transparent) 100%), var(--o-color-fill2);
479
+ background: linear-gradient(142.13deg, color-mix(in srgb, var(--o-color-primary1) 40%, transparent) 30%, color-mix(in srgb, var(--o-color-primary1) 16%, transparent) 97%), var(--o-color-fill2);
480
480
  }
481
481
  .o-events-apply .events-apply-grid .step-item.step-3 .step-idx {
482
482
  background-color: #fff;
@@ -36,6 +36,8 @@
36
36
  .o-events-calendar .o-collapse {
37
37
  --collapse-padding: 0;
38
38
  --collapse-radius: 0 0 var(--events-card-radius) var(--events-card-radius);
39
+ --collapse-item-title-color: var(--o-color-info1);
40
+ --collapse-item-title-color_expanded: var(--o-color-info1);
39
41
  }
40
42
  @media (min-width: 601px) and (max-width: 840px) {
41
43
  .o-events-calendar .o-collapse {
@@ -51,6 +53,16 @@
51
53
  padding: var(--o-gap-4) var(--o-gap-6);
52
54
  align-items: center;
53
55
  }
56
+ @media (min-width: 1201px) and (max-width: 1680px) {
57
+ .o-events-calendar .o-collapse .o-collapse-item .o-collapse-item-header {
58
+ padding: var(--o-gap-3) var(--o-gap-5);
59
+ }
60
+ }
61
+ @media (min-width: 841px) and (max-width: 1200px) {
62
+ .o-events-calendar .o-collapse .o-collapse-item .o-collapse-item-header {
63
+ padding: var(--o-gap-2) var(--o-gap-4);
64
+ }
65
+ }
54
66
  @media (max-width: 840px) {
55
67
  .o-events-calendar .o-collapse .o-collapse-item .o-collapse-item-header {
56
68
  padding: var(--o-gap-2) var(--o-gap-3);
@@ -81,10 +93,21 @@
81
93
  .o-events-calendar .collapse-header .collapse-title {
82
94
  display: flex;
83
95
  align-items: center;
96
+ --title-icon-size: 24px;
97
+ }
98
+ @media (max-width: 1680px) {
99
+ .o-events-calendar .collapse-header .collapse-title {
100
+ --title-icon-size: 20px;
101
+ }
102
+ }
103
+ @media (max-width: 840px) {
104
+ .o-events-calendar .collapse-header .collapse-title {
105
+ --title-icon-size: 24px;
106
+ }
84
107
  }
85
108
  .o-events-calendar .collapse-header .collapse-title .title-icon {
86
- width: 24px;
87
- height: 24px;
109
+ width: var(--title-icon-size);
110
+ height: var(--title-icon-size);
88
111
  border-radius: 50%;
89
112
  color: #fff;
90
113
  display: flex;
@@ -93,24 +116,19 @@
93
116
  margin-right: var(--o-gap-4);
94
117
  background-color: rgb(var(--bg-color));
95
118
  }
96
- @media (max-width: 840px) {
119
+ @media (min-width: 1201px) and (max-width: 1680px) {
97
120
  .o-events-calendar .collapse-header .collapse-title .title-icon {
98
- margin-right: var(--o-gap-2);
99
- }
121
+ margin-right: var(--o-gap-3);
100
122
  }
101
- .o-events-calendar .collapse-header .collapse-title .o-icon {
102
- font-size: 20px;
103
- color: var(--o-white);
104
123
  }
105
- @media (min-width: 1201px) and (max-width: 1680px) {
106
- .o-events-calendar .collapse-header .collapse-title .o-icon {
107
- font-size: 16px;
124
+ @media (max-width: 1200px) {
125
+ .o-events-calendar .collapse-header .collapse-title .title-icon {
126
+ margin-right: var(--o-gap-2);
108
127
  }
109
128
  }
110
- @media (min-width: 841px) and (max-width: 1200px) {
111
129
  .o-events-calendar .collapse-header .collapse-title .o-icon {
112
- font-size: 16px;
113
- }
130
+ font-size: var(--title-icon-size);
131
+ color: var(--o-white);
114
132
  }
115
133
  .o-events-calendar .collapse-header .collapse-title .o-icon svg {
116
134
  fill: none;
@@ -147,6 +147,11 @@
147
147
  gap: var(--o-gap-6);
148
148
  margin-top: var(--o-gap-6);
149
149
  }
150
+ @media screen and (max-width: 1000px) {
151
+ .o-events-list .list-content {
152
+ grid-template-columns: repeat(3, 1fr);
153
+ }
154
+ }
150
155
  @media (max-width: 840px) {
151
156
  .o-events-list .list-content {
152
157
  grid-template-columns: repeat(1, 1fr);
@@ -180,6 +185,7 @@
180
185
  .o-events-list .list-content .o-card {
181
186
  aspect-ratio: 1/1;
182
187
  position: relative;
188
+ --card-radius: var(--events-card-radius);
183
189
  }
184
190
  @media (max-width: 840px) {
185
191
  .o-events-list .list-content .o-card {
@@ -1,7 +1,7 @@
1
1
  import { App } from 'vue';
2
2
  declare const OEventsCalendar: {
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[];
3
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').EventsCalendarPropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
4
+ data: import('./types').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('../../index').EventsCalendarPropsT> & Readonly<{}>, {}, {}, {}, {}, {
13
- data: import('../../index').CalendarItemT[];
12
+ }, Readonly<import('./types').EventsCalendarPropsT> & Readonly<{}>, {}, {}, {}, {}, {
13
+ data: import('./types').CalendarItemT[];
14
14
  }>;
15
15
  __isFragment?: never;
16
16
  __isTeleport?: never;
17
17
  __isSuspense?: never;
18
- } & import('vue').ComponentOptionsBase<Readonly<import('../../index').EventsCalendarPropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
19
- data: import('../../index').CalendarItemT[];
18
+ } & import('vue').ComponentOptionsBase<Readonly<import('./types').EventsCalendarPropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
19
+ data: import('./types').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('../../index').EventsListPropsT> & Readonly<{
25
- onSearch?: ((params: import('../../index').SearchParamsT) => any) | undefined;
24
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').EventsListPropsT> & Readonly<{
25
+ onSearch?: ((params: import('./types').SearchParamsT) => any) | undefined;
26
26
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
27
- search: (params: import('../../index').SearchParamsT) => any;
27
+ search: (params: import('./types').SearchParamsT) => any;
28
28
  }, import('vue').PublicProps, {
29
- data: import('../../index').EventsCardItemT[];
29
+ data: import('./types').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('../../index').EventsListPropsT> & Readonly<{
38
- onSearch?: ((params: import('../../index').SearchParamsT) => any) | undefined;
37
+ }, Readonly<import('./types').EventsListPropsT> & Readonly<{
38
+ onSearch?: ((params: import('./types').SearchParamsT) => any) | undefined;
39
39
  }>, {}, {}, {}, {}, {
40
- data: import('../../index').EventsCardItemT[];
40
+ data: import('./types').EventsCardItemT[];
41
41
  }>;
42
42
  __isFragment?: never;
43
43
  __isTeleport?: never;
44
44
  __isSuspense?: never;
45
- } & import('vue').ComponentOptionsBase<Readonly<import('../../index').EventsListPropsT> & Readonly<{
46
- onSearch?: ((params: import('../../index').SearchParamsT) => any) | undefined;
45
+ } & import('vue').ComponentOptionsBase<Readonly<import('./types').EventsListPropsT> & Readonly<{
46
+ onSearch?: ((params: import('./types').SearchParamsT) => any) | undefined;
47
47
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
48
- search: (params: import('../../index').SearchParamsT) => any;
48
+ search: (params: import('./types').SearchParamsT) => any;
49
49
  }, string, {
50
- data: import('../../index').EventsCardItemT[];
50
+ data: import('./types').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('../../index').EventsApplyPropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
61
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').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('../../index').EventsApplyPropsT> & Readonly<{}>, {}, {}, {}, {}, {}>;
68
+ }, Readonly<import('./types').EventsApplyPropsT> & Readonly<{}>, {}, {}, {}, {}, {}>;
69
69
  __isFragment?: never;
70
70
  __isTeleport?: never;
71
71
  __isSuspense?: never;
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 () => {
72
+ } & import('vue').ComponentOptionsBase<Readonly<import('./types').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,35 +1,35 @@
1
- .hover-icon-rotate .o-icon[data-v-1831d6bd] {
1
+ .hover-icon-rotate .o-icon[data-v-77f78215] {
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-1831d6bd] {
5
+ .hover-icon-rotate:hover .o-icon[data-v-77f78215] {
6
6
  transform: rotate(-180deg);
7
7
  }
8
8
  }
9
- .header[data-v-1831d6bd] {
9
+ .header[data-v-77f78215] {
10
10
  --o-header-height: 72px;
11
11
  --o-header-content-max-width: 1488px;
12
12
  --o-header-content-padding: 0;
13
13
  }
14
14
  @media (max-width: 1680px) {
15
- .header[data-v-1831d6bd] {
15
+ .header[data-v-77f78215] {
16
16
  --o-header-content-max-width: 100%;
17
17
  --o-header-content-padding: 64px;
18
18
  }
19
19
  }
20
20
  @media (max-width: 1440px) {
21
- .header[data-v-1831d6bd] {
21
+ .header[data-v-77f78215] {
22
22
  --o-header-height: 64px;
23
23
  --o-header-content-padding: 40px;
24
24
  }
25
25
  }
26
26
  @media (max-width: 1200px) {
27
- .header[data-v-1831d6bd] {
27
+ .header[data-v-77f78215] {
28
28
  --o-header-height: 56px;
29
29
  --o-header-content-padding: 32px;
30
30
  }
31
31
  }
32
- .header-wrap[data-v-1831d6bd] {
32
+ .header-wrap[data-v-77f78215] {
33
33
  background-color: var(--o-color-fill2);
34
34
  position: fixed;
35
35
  left: 0;
@@ -40,7 +40,7 @@
40
40
  backdrop-filter: blur(5px);
41
41
  height: var(--o-header-height);
42
42
  }
43
- .header-content[data-v-1831d6bd] {
43
+ .header-content[data-v-77f78215] {
44
44
  display: flex;
45
45
  align-items: center;
46
46
  height: 100%;
@@ -48,7 +48,7 @@
48
48
  margin: 0 auto;
49
49
  padding: 0 var(--o-header-content-padding);
50
50
  }
51
- .header-logo[data-v-1831d6bd] {
51
+ .header-logo[data-v-77f78215] {
52
52
  height: 100%;
53
53
  display: flex;
54
54
  align-items: center;
@@ -56,27 +56,27 @@
56
56
  margin-right: 24px;
57
57
  flex-shrink: 0;
58
58
  }
59
- .logo[data-v-1831d6bd] {
59
+ .logo[data-v-77f78215] {
60
60
  height: 32px;
61
61
  }
62
- .header-nav-top[data-v-1831d6bd] {
62
+ .header-nav-top[data-v-77f78215] {
63
63
  flex: 1;
64
64
  height: 100%;
65
65
  min-width: 0;
66
66
  overflow: hidden;
67
67
  position: relative;
68
68
  }
69
- .header-nav-flatten[data-v-1831d6bd] {
69
+ .header-nav-flatten[data-v-77f78215] {
70
70
  flex: 1;
71
71
  height: 100%;
72
72
  min-width: 0;
73
73
  position: relative;
74
74
  }
75
- .header-toolbar[data-v-1831d6bd] {
75
+ .header-toolbar[data-v-77f78215] {
76
76
  height: 100%;
77
77
  position: relative;
78
78
  }
79
- .header-nav-content[data-v-1831d6bd] {
79
+ .header-nav-content[data-v-77f78215] {
80
80
  position: fixed;
81
81
  top: var(--o-header-height);
82
82
  left: 0;
@@ -86,6 +86,6 @@
86
86
  box-shadow: var(--o-shadow-1);
87
87
  overflow: hidden;
88
88
  }
89
- [data-o-theme*=dark] .header-wrap[data-v-1831d6bd] {
89
+ [data-o-theme*=dark] .header-wrap[data-v-77f78215] {
90
90
  border-bottom: 1px solid var(--o-color-control4);
91
91
  }
@@ -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-1831d6bd"]]);
4
+ const _OHeader = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-77f78215"]]);
5
5
  export {
6
6
  _OHeader as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, onUnmounted, openBlock, createElementBlock, createElementVNode, renderSlot, createCommentVNode, createBlock, createVNode } from "vue";
1
+ import { defineComponent, ref, computed, provide, onUnmounted, openBlock, createElementBlock, createElementVNode, renderSlot, createCommentVNode, createBlock, createVNode } from "vue";
2
2
  import HeaderNav from "./components/HeaderNav.vue.mjs";
3
3
  import HeaderContent from "./components/HeaderContent.vue.mjs";
4
4
  import HeaderFlatten from "./components/HeaderFlatten.vue.mjs";
@@ -40,6 +40,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
40
40
  const hoverId = ref();
41
41
  const itemData = ref();
42
42
  const itemVisible = ref(false);
43
+ const hoveringNavLiName = computed(() => {
44
+ var _a;
45
+ return (_a = itemData.value) == null ? void 0 : _a.label;
46
+ });
47
+ provide("hoveringNavLiName", hoveringNavLiName);
43
48
  const closeTimer = ref(null);
44
49
  const contentRef = ref();
45
50
  const lastMousePos = ref({ x: 0, y: 0 });
@@ -18,9 +18,9 @@ declare function __VLS_template(): {
18
18
  $data: {};
19
19
  $props: {
20
20
  readonly menuShow: boolean;
21
- readonly navData: import('../../index.ts').NavItemT[];
22
- readonly codeData?: import('../../index.ts').CodeT | undefined;
23
- readonly langData?: import('../../index.ts').LangT | undefined;
21
+ readonly navData: import('./types.ts').NavItemT[];
22
+ readonly codeData?: import('./types.ts').CodeT | undefined;
23
+ readonly langData?: import('./types.ts').LangT | undefined;
24
24
  readonly activeIndex: string | number;
25
25
  readonly community?: string | undefined;
26
26
  readonly "onHandle-click"?: ((val: any) => any) | undefined;
@@ -39,7 +39,7 @@ declare function __VLS_template(): {
39
39
  $host: Element | null;
40
40
  $emit: ((event: "handle-click", val: any) => void) & ((event: "on-click") => void) & ((event: "lang-click", val: LangItemT) => void);
41
41
  $el: HTMLDivElement;
42
- $options: import('vue').ComponentOptionsBase<Readonly<import('../../index.ts').NavMobileItemT> & Readonly<{
42
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./types.ts').NavMobileItemT> & Readonly<{
43
43
  "onHandle-click"?: ((val: any) => any) | undefined;
44
44
  "onOn-click"?: (() => any) | undefined;
45
45
  "onLang-click"?: ((val: LangItemT) => any) | undefined;
@@ -48,7 +48,7 @@ declare function __VLS_template(): {
48
48
  "on-click": () => any;
49
49
  "lang-click": (val: LangItemT) => any;
50
50
  }, string, {
51
- navData: import('../../index.ts').NavItemT[];
51
+ navData: import('./types.ts').NavItemT[];
52
52
  menuShow: boolean;
53
53
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
54
54
  beforeCreate?: (() => void) | (() => void)[];
@@ -71,9 +71,9 @@ declare function __VLS_template(): {
71
71
  $nextTick: typeof import('vue').nextTick;
72
72
  $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;
73
73
  } & Readonly<{
74
- navData: import('../../index.ts').NavItemT[];
74
+ navData: import('./types.ts').NavItemT[];
75
75
  menuShow: boolean;
76
- }> & Omit<Readonly<import('../../index.ts').NavMobileItemT> & Readonly<{
76
+ }> & Omit<Readonly<import('./types.ts').NavMobileItemT> & Readonly<{
77
77
  "onHandle-click"?: ((val: any) => any) | undefined;
78
78
  "onOn-click"?: (() => any) | undefined;
79
79
  "onLang-click"?: ((val: LangItemT) => any) | undefined;
@@ -100,9 +100,9 @@ declare const __VLS_component: import('vue').DefineComponent<NavT, {}, {}, {}, {
100
100
  $data: {};
101
101
  $props: {
102
102
  readonly menuShow: boolean;
103
- readonly navData: import('../../index.ts').NavItemT[];
104
- readonly codeData?: import('../../index.ts').CodeT | undefined;
105
- readonly langData?: import('../../index.ts').LangT | undefined;
103
+ readonly navData: import('./types.ts').NavItemT[];
104
+ readonly codeData?: import('./types.ts').CodeT | undefined;
105
+ readonly langData?: import('./types.ts').LangT | undefined;
106
106
  readonly activeIndex: string | number;
107
107
  readonly community?: string | undefined;
108
108
  readonly "onHandle-click"?: ((val: any) => any) | undefined;
@@ -121,7 +121,7 @@ declare const __VLS_component: import('vue').DefineComponent<NavT, {}, {}, {}, {
121
121
  $host: Element | null;
122
122
  $emit: ((event: "handle-click", val: any) => void) & ((event: "on-click") => void) & ((event: "lang-click", val: LangItemT) => void);
123
123
  $el: HTMLDivElement;
124
- $options: import('vue').ComponentOptionsBase<Readonly<import('../../index.ts').NavMobileItemT> & Readonly<{
124
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./types.ts').NavMobileItemT> & Readonly<{
125
125
  "onHandle-click"?: ((val: any) => any) | undefined;
126
126
  "onOn-click"?: (() => any) | undefined;
127
127
  "onLang-click"?: ((val: LangItemT) => any) | undefined;
@@ -130,7 +130,7 @@ declare const __VLS_component: import('vue').DefineComponent<NavT, {}, {}, {}, {
130
130
  "on-click": () => any;
131
131
  "lang-click": (val: LangItemT) => any;
132
132
  }, string, {
133
- navData: import('../../index.ts').NavItemT[];
133
+ navData: import('./types.ts').NavItemT[];
134
134
  menuShow: boolean;
135
135
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
136
136
  beforeCreate?: (() => void) | (() => void)[];
@@ -153,9 +153,9 @@ declare const __VLS_component: import('vue').DefineComponent<NavT, {}, {}, {}, {
153
153
  $nextTick: typeof import('vue').nextTick;
154
154
  $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;
155
155
  } & Readonly<{
156
- navData: import('../../index.ts').NavItemT[];
156
+ navData: import('./types.ts').NavItemT[];
157
157
  menuShow: boolean;
158
- }> & Omit<Readonly<import('../../index.ts').NavMobileItemT> & Readonly<{
158
+ }> & Omit<Readonly<import('./types.ts').NavMobileItemT> & Readonly<{
159
159
  "onHandle-click"?: ((val: any) => any) | undefined;
160
160
  "onOn-click"?: (() => any) | undefined;
161
161
  "onLang-click"?: ((val: LangItemT) => any) | undefined;