@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.
Files changed (64) hide show
  1. package/dist/chunk-OElCookieNotice.cjs.js +1 -1
  2. package/dist/chunk-OElCookieNotice.es.js +73 -85
  3. package/dist/components/activity/index.d.ts +9 -9
  4. package/dist/components/banner/index.d.ts +6 -6
  5. package/dist/components/config-provider/OPlusConfigProvider.vue.d.ts +2 -2
  6. package/dist/components/config-provider/index.d.ts +3 -3
  7. package/dist/components/events/index.d.ts +20 -20
  8. package/dist/components/header/OHeaderMobile.vue.d.ts +22 -22
  9. package/dist/components/header/components/HeaderNavMobile.vue.d.ts +3 -3
  10. package/dist/components/header/index.d.ts +27 -27
  11. package/dist/components/header-search/index.d.ts +13 -13
  12. package/dist/components/meeting/OMeetingForm.vue.d.ts +0 -2
  13. package/dist/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
  14. package/dist/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +664 -0
  15. package/dist/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +1 -1
  16. package/dist/components/meeting/composables/useMeetingConfig.d.ts +1 -1
  17. package/dist/components/meeting/index.d.ts +31 -37
  18. package/dist/components/meeting/types.d.ts +0 -3
  19. package/dist/components/search/index.d.ts +11 -11
  20. package/dist/components.cjs.js +38 -38
  21. package/dist/components.css +1 -1
  22. package/dist/components.es.js +6302 -6362
  23. package/dist/treeshaking/components/activity/index.d.ts +9 -9
  24. package/dist/treeshaking/components/banner/OBanner.css +37 -37
  25. package/dist/treeshaking/components/banner/OBanner.vue.mjs +1 -1
  26. package/dist/treeshaking/components/banner/OBanner.vue2.mjs +2 -1
  27. package/dist/treeshaking/components/banner/OBanner2.css +10 -10
  28. package/dist/treeshaking/components/banner/index.d.ts +6 -6
  29. package/dist/treeshaking/components/config-provider/OPlusConfigProvider.vue.d.ts +2 -2
  30. package/dist/treeshaking/components/config-provider/index.d.ts +3 -3
  31. package/dist/treeshaking/components/cookie-notice/OCookieNotice.vue.mjs +1 -1
  32. package/dist/treeshaking/components/cookie-notice/OCookieNotice.vue2.mjs +1 -1
  33. package/dist/treeshaking/components/cookie-notice/OCookieNotice2.css +62 -62
  34. package/dist/treeshaking/components/events/OEventsApply.vue.mjs +1 -1
  35. package/dist/treeshaking/components/events/index.d.ts +20 -20
  36. package/dist/treeshaking/components/header/OHeader.css +12 -12
  37. package/dist/treeshaking/components/header/OHeader.vue.mjs +1 -1
  38. package/dist/treeshaking/components/header/OHeader.vue2.mjs +1 -1
  39. package/dist/treeshaking/components/header/OHeaderMobile.vue.d.ts +22 -22
  40. package/dist/treeshaking/components/header/components/HeaderContent.css +235 -235
  41. package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
  42. package/dist/treeshaking/components/header/components/HeaderContent.vue2.mjs +3 -2
  43. package/dist/treeshaking/components/header/components/HeaderNav.css +26 -26
  44. package/dist/treeshaking/components/header/components/HeaderNav.vue.mjs +1 -1
  45. package/dist/treeshaking/components/header/components/HeaderNav.vue2.mjs +1 -1
  46. package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.d.ts +3 -3
  47. package/dist/treeshaking/components/header/index.d.ts +27 -27
  48. package/dist/treeshaking/components/header-search/index.d.ts +13 -13
  49. package/dist/treeshaking/components/meeting/OMeetingForm.vue.d.ts +0 -2
  50. package/dist/treeshaking/components/meeting/OMeetingForm.vue.mjs +47 -104
  51. package/dist/treeshaking/components/meeting/OMeetingMyCalendar.css +0 -4
  52. package/dist/treeshaking/components/meeting/OMeetingMyCalendar.vue.mjs +12 -28
  53. package/dist/treeshaking/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
  54. package/dist/treeshaking/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +664 -0
  55. package/dist/treeshaking/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +1 -1
  56. package/dist/treeshaking/components/meeting/composables/useMeetingConfig.d.ts +1 -1
  57. package/dist/treeshaking/components/meeting/index.d.ts +31 -37
  58. package/dist/treeshaking/components/meeting/types.d.ts +0 -3
  59. package/dist/treeshaking/components/search/index.d.ts +11 -11
  60. package/dist/treeshaking/i18n/en.mjs +0 -6
  61. package/dist/treeshaking/i18n/index.mjs +1 -1
  62. package/dist/treeshaking/i18n/zh.mjs +2 -8
  63. package/dist/treeshaking/shared/theme.mjs +13 -0
  64. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import { App } from 'vue';
2
2
  declare const OActivityForm: {
3
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').ActivityFormPropsT> & Readonly<{
3
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../index').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('./types').ActivityFormPropsT> & Readonly<{
145
+ }, Readonly<import('../../index').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('./types').ActivityFormPropsT> & Readonly<{
154
+ } & import('vue').ComponentOptionsBase<Readonly<import('../../index').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('./types').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('../../index').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('./types').ActivityTablePropsT> & Readonly<{}>, {}, {}, {}, {}, {}>;
300
+ }, Readonly<import('../../index').ActivityTablePropsT> & Readonly<{}>, {}, {}, {}, {}, {}>;
301
301
  __isFragment?: never;
302
302
  __isTeleport?: never;
303
303
  __isSuspense?: never;
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 () => {
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 () => {
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('./types').MyActivityCalendarPropsT> & Readonly<{
313
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../index').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('./types').MyActivityCalendarPropsT> & Readonly<{
630
+ }, Readonly<import('../../index').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('./types').MyActivityCalendarPropsT> & Readonly<{
636
+ } & import('vue').ComponentOptionsBase<Readonly<import('../../index').MyActivityCalendarPropsT> & Readonly<{
637
637
  onEdit?: ((...args: any[]) => any) | undefined;
638
638
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
639
639
  edit: (...args: any[]) => void;
@@ -1,133 +1,133 @@
1
- .hover-icon-rotate .o-icon[data-v-fddea127] {
1
+ .hover-icon-rotate .o-icon[data-v-8cfcc7ff] {
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-fddea127] {
5
+ .hover-icon-rotate:hover .o-icon[data-v-8cfcc7ff] {
6
6
  transform: rotate(-180deg);
7
7
  }
8
8
  }
9
- .home-banner[data-v-fddea127] {
9
+ .home-banner[data-v-8cfcc7ff] {
10
10
  overflow: hidden;
11
11
  position: relative;
12
12
  }
13
- .home-banner.tiny[data-v-fddea127] {
13
+ .home-banner.tiny[data-v-8cfcc7ff] {
14
14
  font-size: 48px;
15
15
  line-height: 64px;
16
16
  }
17
17
  @media (min-width: 1201px) and (max-width: 1680px) {
18
- .home-banner.tiny[data-v-fddea127] {
18
+ .home-banner.tiny[data-v-8cfcc7ff] {
19
19
  font-size: 40px;
20
20
  line-height: 56px;
21
21
  }
22
22
  }
23
23
  @media (min-width: 841px) and (max-width: 1200px) {
24
- .home-banner.tiny[data-v-fddea127] {
24
+ .home-banner.tiny[data-v-8cfcc7ff] {
25
25
  font-size: 32px;
26
26
  line-height: 44px;
27
27
  }
28
28
  }
29
29
  @media (min-width: 601px) and (max-width: 840px) {
30
- .home-banner.tiny[data-v-fddea127] {
30
+ .home-banner.tiny[data-v-8cfcc7ff] {
31
31
  font-size: 32px;
32
32
  line-height: 44px;
33
33
  }
34
34
  }
35
35
  @media (max-width: 600px) {
36
- .home-banner.tiny[data-v-fddea127] {
36
+ .home-banner.tiny[data-v-8cfcc7ff] {
37
37
  font-size: 20px;
38
38
  line-height: 28px;
39
39
  }
40
40
  }
41
- .home-banner.tiny[data-v-fddea127] {
41
+ .home-banner.tiny[data-v-8cfcc7ff] {
42
42
  font-weight: 500;
43
43
  margin: var(--o-gap-8) 0;
44
44
  color: var(--o-color-info1);
45
45
  }
46
- .home-banner .content-height[data-v-fddea127] {
46
+ .home-banner .content-height[data-v-8cfcc7ff] {
47
47
  height: 100%;
48
48
  }
49
- .home-banner.large[data-v-fddea127] {
49
+ .home-banner.large[data-v-8cfcc7ff] {
50
50
  --banner-height: 460px;
51
51
  height: var(--banner-height);
52
52
  }
53
53
  @media (min-width: 1201px) and (max-width: 1680px) {
54
- .home-banner.large[data-v-fddea127] {
54
+ .home-banner.large[data-v-8cfcc7ff] {
55
55
  --banner-height: 400px;
56
56
  }
57
57
  }
58
58
  @media (min-width: 841px) and (max-width: 1200px) {
59
- .home-banner.large[data-v-fddea127] {
59
+ .home-banner.large[data-v-8cfcc7ff] {
60
60
  --banner-height: 360px;
61
61
  }
62
62
  }
63
63
  @media (max-width: 840px) {
64
- .home-banner.large[data-v-fddea127] {
64
+ .home-banner.large[data-v-8cfcc7ff] {
65
65
  --banner-height: 184px;
66
66
  }
67
67
  }
68
- .home-banner.medium[data-v-fddea127] {
68
+ .home-banner.medium[data-v-8cfcc7ff] {
69
69
  --banner-height: 360px;
70
70
  height: var(--banner-height);
71
71
  }
72
72
  @media (min-width: 1201px) and (max-width: 1680px) {
73
- .home-banner.medium[data-v-fddea127] {
73
+ .home-banner.medium[data-v-8cfcc7ff] {
74
74
  --banner-height: 280px;
75
75
  }
76
76
  }
77
77
  @media (min-width: 841px) and (max-width: 1200px) {
78
- .home-banner.medium[data-v-fddea127] {
78
+ .home-banner.medium[data-v-8cfcc7ff] {
79
79
  --banner-height: 220px;
80
80
  }
81
81
  }
82
82
  @media (max-width: 840px) {
83
- .home-banner.medium[data-v-fddea127] {
83
+ .home-banner.medium[data-v-8cfcc7ff] {
84
84
  --banner-height: 120px;
85
85
  }
86
86
  }
87
- .home-banner.small[data-v-fddea127] {
87
+ .home-banner.small[data-v-8cfcc7ff] {
88
88
  --banner-height: 280px;
89
89
  height: var(--banner-height);
90
90
  }
91
91
  @media (min-width: 1201px) and (max-width: 1680px) {
92
- .home-banner.small[data-v-fddea127] {
92
+ .home-banner.small[data-v-8cfcc7ff] {
93
93
  --banner-height: 220px;
94
94
  }
95
95
  }
96
96
  @media (min-width: 841px) and (max-width: 1200px) {
97
- .home-banner.small[data-v-fddea127] {
97
+ .home-banner.small[data-v-8cfcc7ff] {
98
98
  --banner-height: 180px;
99
99
  }
100
100
  }
101
101
  @media (max-width: 840px) {
102
- .home-banner.small[data-v-fddea127] {
102
+ .home-banner.small[data-v-8cfcc7ff] {
103
103
  display: none;
104
104
  }
105
105
  }
106
- .home-banner[data-v-fddea127] .o-btn {
106
+ .home-banner[data-v-8cfcc7ff] .o-btn {
107
107
  border-radius: var(--btn-height);
108
108
  }
109
- .banner-carousel[data-v-fddea127] {
109
+ .banner-carousel[data-v-8cfcc7ff] {
110
110
  width: 100%;
111
111
  height: 100%;
112
112
  }
113
113
  @media (min-width: 841px) {
114
- .banner-carousel[data-v-fddea127] {
114
+ .banner-carousel[data-v-8cfcc7ff] {
115
115
  --carousel-indicator-offset: 53px;
116
116
  }
117
117
  }
118
118
  @media (max-width: 840px) {
119
- .banner-carousel[data-v-fddea127] {
119
+ .banner-carousel[data-v-8cfcc7ff] {
120
120
  --carousel-indicator-offset: 1px;
121
121
  }
122
122
  }
123
- .banner-carousel[data-v-fddea127] .o-carousel-indicator-bar {
123
+ .banner-carousel[data-v-8cfcc7ff] .o-carousel-indicator-bar {
124
124
  height: 24px;
125
125
  }
126
- .banner-item[data-v-fddea127] {
126
+ .banner-item[data-v-8cfcc7ff] {
127
127
  width: 100%;
128
128
  height: 100%;
129
129
  }
130
- @keyframes fade-up-fddea127 {
130
+ @keyframes fade-up-8cfcc7ff {
131
131
  from {
132
132
  transform: translateY(var(--d));
133
133
  opacity: 0;
@@ -137,15 +137,15 @@ to {
137
137
  opacity: 1;
138
138
  }
139
139
  }
140
- .current-slide .banner-title[data-v-fddea127] {
141
- animation: fade-up-fddea127 400ms ease-in;
140
+ .current-slide .banner-title[data-v-8cfcc7ff] {
141
+ animation: fade-up-8cfcc7ff 400ms ease-in;
142
142
  }
143
- .current-slide .banner-subtitle[data-v-fddea127] {
144
- animation: fade-up-fddea127 400ms ease-in;
143
+ .current-slide .banner-subtitle[data-v-8cfcc7ff] {
144
+ animation: fade-up-8cfcc7ff 400ms ease-in;
145
145
  }
146
- .current-slide .banner-text[data-v-fddea127] {
147
- animation: fade-up-fddea127 400ms ease-in;
146
+ .current-slide .banner-text[data-v-8cfcc7ff] {
147
+ animation: fade-up-8cfcc7ff 400ms ease-in;
148
148
  }
149
- .current-slide .banner-opts[data-v-fddea127] {
150
- animation: fade-up-fddea127 400ms ease-in;
149
+ .current-slide .banner-opts[data-v-8cfcc7ff] {
150
+ animation: fade-up-8cfcc7ff 400ms ease-in;
151
151
  }
@@ -2,7 +2,7 @@ import _sfc_main from "./OBanner.vue2.mjs";
2
2
  import './OBanner.css';
3
3
  import './OBanner2.css';
4
4
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
5
- const _OBanner = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-fddea127"]]);
5
+ const _OBanner = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-8cfcc7ff"]]);
6
6
  export {
7
7
  _OBanner as default
8
8
  };
@@ -1,8 +1,9 @@
1
1
  import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, toDisplayString, unref, createBlock, withCtx, createVNode, Fragment, renderList, createElementVNode } from "vue";
2
2
  import { OFigure, OCarousel, OCarouselItem } from "@opensig/opendesign";
3
- import { useTheme, useScreen } from "@opendesign-plus/composables";
3
+ import { useScreen } from "@opendesign-plus/composables";
4
4
  import ContentWrapper from "../common/ContentWrapper.vue.mjs";
5
5
  import _OBannerContent from "./OBannerContent.vue.mjs";
6
+ import { useTheme } from "../../shared/theme.mjs";
6
7
  const _hoisted_1 = {
7
8
  key: 0,
8
9
  class: "content-height"
@@ -1,39 +1,39 @@
1
- .hover-icon-rotate .o-icon[data-v-fddea127] {
1
+ .hover-icon-rotate .o-icon[data-v-8cfcc7ff] {
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-fddea127] {
5
+ .hover-icon-rotate:hover .o-icon[data-v-8cfcc7ff] {
6
6
  transform: rotate(-180deg);
7
7
  }
8
8
  }
9
- .banner-item0 .banner-attach[data-v-fddea127] {
9
+ .banner-item0 .banner-attach[data-v-8cfcc7ff] {
10
10
  height: 120px;
11
11
  }
12
12
  @media (min-width: 601px) and (max-width: 1200px) {
13
- .banner-item0 .banner-attach[data-v-fddea127] {
13
+ .banner-item0 .banner-attach[data-v-8cfcc7ff] {
14
14
  height: 80px;
15
15
  }
16
16
  }
17
- .banner-item1 .banner-attach[data-v-fddea127] {
17
+ .banner-item1 .banner-attach[data-v-8cfcc7ff] {
18
18
  height: 156px;
19
19
  }
20
20
  @media (min-width: 601px) and (max-width: 1200px) {
21
- .banner-item1 .banner-attach[data-v-fddea127] {
21
+ .banner-item1 .banner-attach[data-v-8cfcc7ff] {
22
22
  height: 120px;
23
23
  }
24
24
  }
25
- .banner-item2 .banner-content[data-v-fddea127] {
25
+ .banner-item2 .banner-content[data-v-8cfcc7ff] {
26
26
  width: 100%;
27
27
  justify-content: center;
28
28
  }
29
- .banner-item2 .banner-attach[data-v-fddea127] {
29
+ .banner-item2 .banner-attach[data-v-8cfcc7ff] {
30
30
  height: 38%;
31
31
  margin-top: -60px;
32
32
  object-fit: contain;
33
33
  }
34
- .banner-wrapper[data-v-fddea127] {
34
+ .banner-wrapper[data-v-8cfcc7ff] {
35
35
  height: 100%;
36
36
  }
37
- .banner-wrapper .banner-bg[data-v-fddea127] {
37
+ .banner-wrapper .banner-bg[data-v-8cfcc7ff] {
38
38
  height: 100%;
39
39
  }
@@ -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('./types').BannerItem | import('./types').BannerItem[];
4
+ options?: import('../../index').BannerItem | import('../../index').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('./types').BannerItem | import('./types').BannerItem[];
20
+ options?: import('../../index').BannerItem | import('../../index').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('./types').BannerItem | import('./types').BannerItem[];
31
+ options?: import('../../index').BannerItem | import('../../index').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('./types').BannerContentProps> & Readonly<{
43
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../index').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('./types').BannerContentProps> & Readonly<{
54
+ }, Readonly<import('../../index').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('./types').BannerContentProps> & Readonly<{
60
+ } & import('vue').ComponentOptionsBase<Readonly<import('../../index').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;
@@ -1,5 +1,5 @@
1
1
  export interface OPlusConfigProviderPropsT {
2
- locale?: 'zh' | 'en';
2
+ locale?: string;
3
3
  theme?: 'light' | 'dark';
4
4
  }
5
5
  declare function __VLS_template(): {
@@ -12,7 +12,7 @@ declare function __VLS_template(): {
12
12
  };
13
13
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
14
  declare const __VLS_component: import('vue').DefineComponent<OPlusConfigProviderPropsT, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OPlusConfigProviderPropsT> & Readonly<{}>, {
15
- locale: "zh" | "en";
15
+ locale: string;
16
16
  theme: "light" | "dark";
17
17
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
18
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
@@ -1,7 +1,7 @@
1
1
  import { App } from 'vue';
2
2
  declare const OPlusConfigProvider: {
3
3
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./OPlusConfigProvider.vue').OPlusConfigProviderPropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
4
- locale: "zh" | "en";
4
+ locale: string;
5
5
  theme: "light" | "dark";
6
6
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
7
7
  P: {};
@@ -11,14 +11,14 @@ declare const OPlusConfigProvider: {
11
11
  M: {};
12
12
  Defaults: {};
13
13
  }, Readonly<import('./OPlusConfigProvider.vue').OPlusConfigProviderPropsT> & Readonly<{}>, {}, {}, {}, {}, {
14
- locale: "zh" | "en";
14
+ locale: string;
15
15
  theme: "light" | "dark";
16
16
  }>;
17
17
  __isFragment?: never;
18
18
  __isTeleport?: never;
19
19
  __isSuspense?: never;
20
20
  } & import('vue').ComponentOptionsBase<Readonly<import('./OPlusConfigProvider.vue').OPlusConfigProviderPropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
21
- locale: "zh" | "en";
21
+ locale: string;
22
22
  theme: "light" | "dark";
23
23
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
24
24
  $slots: {
@@ -2,7 +2,7 @@ import _sfc_main from "./OCookieNotice.vue2.mjs";
2
2
  import './OCookieNotice.css';
3
3
  import './OCookieNotice2.css';
4
4
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
5
- const _OCookieNotice = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b731c798"]]);
5
+ const _OCookieNotice = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f4e92a4b"]]);
6
6
  export {
7
7
  _OCookieNotice as default
8
8
  };
@@ -237,7 +237,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
237
237
  default: withCtx(() => [
238
238
  (openBlock(), createElementBlock("svg", _hoisted_4, [..._cache[4] || (_cache[4] = [
239
239
  createElementVNode("path", {
240
- fill: "#002fa7",
240
+ fill: "var(--o-color-primary1)",
241
241
  d: "M21 12c0 4.971-4.029 9-9 9s-9-4.029-9-9c0-4.971 4.029-9 9-9s9 4.029 9 9z"
242
242
  }, null, -1),
243
243
  createElementVNode("path", {