@opendesign-plus-test/components 0.0.1-rc.145 → 0.0.1-rc.147
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 +55 -37
- package/dist/components/activity/OActivityApproval.vue.d.ts +1 -144
- package/dist/components/activity/index.d.ts +1 -6
- package/dist/components/logo-swiper/OLogoSwiper.vue.d.ts +1 -0
- package/dist/components/logo-swiper/OLogoSwiperItems.vue.d.ts +1 -0
- package/dist/components/logo-swiper/index.d.ts +4 -0
- package/dist/components/logo-swiper/types.d.ts +1 -0
- package/dist/components/video/OVideoDetail.vue.d.ts +7 -0
- package/dist/components/video/index.d.ts +27 -0
- package/dist/components/video/types.d.ts +24 -0
- package/dist/components.cjs.js +37 -37
- package/dist/components.css +1 -1
- package/dist/components.es.js +10968 -10882
- package/dist/index.d.ts +1 -0
- package/dist/treeshaking/_virtual/icon-chevron-right.mjs +2 -2
- package/dist/treeshaking/_virtual/icon-material.mjs +21 -0
- package/dist/treeshaking/_virtual/icon-video.mjs +28 -0
- package/dist/treeshaking/components/activity/OActivityApproval.css +114 -407
- package/dist/treeshaking/components/activity/OActivityApproval.vue.d.ts +1 -144
- package/dist/treeshaking/components/activity/OActivityApproval.vue.mjs +198 -244
- package/dist/treeshaking/components/activity/OActivityApproval2.css +0 -288
- package/dist/treeshaking/components/activity/OActivityMyCalendar.css +441 -297
- package/dist/treeshaking/components/activity/OActivityMyCalendar.vue.mjs +110 -107
- package/dist/treeshaking/components/activity/OActivityMyCalendar2.css +10 -3
- package/dist/treeshaking/components/activity/index.d.ts +1 -6
- package/dist/treeshaking/components/common/WordAvatar.css +3 -2
- package/dist/treeshaking/components/common/WordAvatar.vue.mjs +19 -3
- package/dist/treeshaking/components/float-poster/OFloatPoster.css +25 -11
- package/dist/treeshaking/components/float-poster/OFloatPoster.vue.mjs +1 -1
- 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/components/HeaderContent.css +185 -185
- package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
- package/dist/treeshaking/components/logo-swiper/OLogoSwiper.css +22 -8
- package/dist/treeshaking/components/logo-swiper/OLogoSwiper.vue.d.ts +1 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiper.vue.mjs +2 -9
- package/dist/treeshaking/components/logo-swiper/OLogoSwiper.vue2.mjs +21 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.css +39 -26
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue.d.ts +1 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue.mjs +1 -1
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue2.mjs +12 -8
- package/dist/treeshaking/components/logo-swiper/index.d.ts +4 -0
- package/dist/treeshaking/components/logo-swiper/types.d.ts +1 -0
- package/dist/treeshaking/components/meeting/OMeetingSigCalendar.css +3 -0
- package/dist/treeshaking/components/meeting/OMeetingSigCalendar.vue.mjs +3 -2
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarList.vue.mjs +5 -5
- package/dist/treeshaking/components/section/OSection.vue2.mjs +2 -2
- package/dist/treeshaking/components/video/OVideoDetail.css +754 -0
- package/dist/treeshaking/components/video/OVideoDetail.vue.d.ts +7 -0
- package/dist/treeshaking/components/video/OVideoDetail.vue.mjs +318 -0
- package/dist/treeshaking/components/video/OVideoDetail.vue3.mjs +5 -0
- package/dist/treeshaking/components/video/index.d.ts +27 -0
- package/dist/treeshaking/components/video/index.mjs +10 -0
- package/dist/treeshaking/components/video/types.d.ts +24 -0
- package/dist/treeshaking/i18n/en.mjs +10 -1
- package/dist/treeshaking/i18n/zh.mjs +10 -1
- package/dist/treeshaking/index.d.ts +1 -0
- package/dist/treeshaking/index.mjs +2 -0
- package/package.json +1 -1
- package/dist/treeshaking/_virtual/icon-filter.mjs +0 -21
- package/dist/treeshaking/components/common/ThFilter.css +0 -146
- package/dist/treeshaking/components/common/ThFilter.vue.mjs +0 -270
- package/dist/treeshaking/components/common/ThFilter.vue3.mjs +0 -5
package/dist/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ function render(_ctx, _cache) {
|
|
|
14
14
|
}, null, -1)
|
|
15
15
|
])]);
|
|
16
16
|
}
|
|
17
|
-
const
|
|
17
|
+
const IconRight = { name: "components-icon-chevron-right", render };
|
|
18
18
|
export {
|
|
19
|
-
|
|
19
|
+
IconRight as default
|
|
20
20
|
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
const _hoisted_1 = {
|
|
3
|
+
version: "1.1",
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: "24",
|
|
6
|
+
height: "24",
|
|
7
|
+
viewBox: "0 0 24 24"
|
|
8
|
+
};
|
|
9
|
+
function render(_ctx, _cache) {
|
|
10
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
11
|
+
createElementVNode("path", {
|
|
12
|
+
opacity: "0.8",
|
|
13
|
+
fill: "#000",
|
|
14
|
+
d: "M15.683 2.792l0.098 0.090 3.963 4.192c0.143 0.151 0.233 0.343 0.259 0.546l0.008 0.124v6.787c0 0.387-0.313 0.7-0.7 0.7-0.354 0-0.647-0.263-0.694-0.605l-0.006-0.095-0-6.301h-2.138c-0.999 0-1.818-0.772-1.894-1.752l-0.006-0.148v-2.352l-8.782 0.013c-0.194 0-0.355 0.138-0.392 0.32l-0.008 0.081v15.233c0 0.194 0.138 0.355 0.321 0.392l12.5-0.010c0.194-0 0.355-0.138 0.392-0.32l0.008-0.081v-2.446c0-0.387 0.313-0.7 0.7-0.7 0.354 0 0.647 0.263 0.694 0.605l0.006 0.095v2.446c0 0.944-0.726 1.719-1.651 1.795l-12.566 0.024c-0.945 0.001-1.721-0.725-1.797-1.652l-0.006-0.148v-15.234c0-0.944 0.726-1.718 1.651-1.795l9.431-0.019c0.223 0 0.439 0.076 0.611 0.215zM17.587 6.829l-1.614-1.708v1.208c0 0.245 0.177 0.45 0.41 0.492l0.090 0.008h1.114zM12.705 7.966c0-0.387-0.313-0.7-0.7-0.7h-3.441l-0.095 0.006c-0.342 0.046-0.605 0.339-0.605 0.694 0 0.387 0.313 0.7 0.7 0.7h3.441l0.095-0.006c0.342-0.046 0.605-0.339 0.605-0.694zM16.137 12c0-0.387-0.313-0.7-0.7-0.7l-6.968 0.006c-0.342 0.046-0.605 0.339-0.605 0.694 0 0.387 0.313 0.7 0.7 0.7l6.968-0.006c0.342-0.046 0.605-0.339 0.605-0.694zM16.137 16.035c0-0.387-0.313-0.7-0.7-0.7l-6.968 0.006c-0.342 0.046-0.605 0.339-0.605 0.694 0 0.387 0.313 0.7 0.7 0.7l6.968-0.006c0.342-0.046 0.605-0.339 0.605-0.694z"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const IconMaterial = { name: "video-icon-material", render };
|
|
19
|
+
export {
|
|
20
|
+
IconMaterial as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
const _hoisted_1 = {
|
|
3
|
+
version: "1.1",
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: "24",
|
|
6
|
+
height: "24",
|
|
7
|
+
viewBox: "0 0 24 24"
|
|
8
|
+
};
|
|
9
|
+
function render(_ctx, _cache) {
|
|
10
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
11
|
+
createElementVNode("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M16.923 1.951l-13.5 0.653c-0.853 0.041-1.522 0.745-1.522 1.598v15.595c0 0.853 0.67 1.557 1.522 1.598l13.577 0.655c0.884 0 1.6-0.716 1.6-1.6v-16.901l-0.002-0.063c-0.044-0.897-0.794-1.578-1.676-1.535zM16.981 3.15c0.22-0.011 0.408 0.16 0.418 0.38l0.001 16.92c0 0.193-0.137 0.355-0.319 0.392l-0.090 0.008-13.51-0.653c-0.213-0.010-0.381-0.186-0.381-0.4v-15.595c0-0.214 0.167-0.389 0.381-0.4l13.5-0.653z"
|
|
14
|
+
}, null, -1),
|
|
15
|
+
createElementVNode("path", {
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M20.373 3.488c0.881-0.070 1.651 0.587 1.722 1.469l0.005 0.127v13.835c0 0.884-0.716 1.6-1.6 1.6l-0.126-0.005-0.427-0.034c-0.33-0.026-0.577-0.315-0.551-0.645s0.315-0.577 0.645-0.551l0.458 0.034c0.221 0 0.4-0.179 0.4-0.4v-13.835l-0.001-0.031c-0.017-0.221-0.21-0.385-0.431-0.367l-0.402 0.032c-0.33 0.026-0.619-0.22-0.646-0.55s0.22-0.62 0.55-0.646l0.402-0.032z"
|
|
18
|
+
}, null, -1),
|
|
19
|
+
createElementVNode("path", {
|
|
20
|
+
fill: "currentColor",
|
|
21
|
+
d: "M14.515 11.311l-5.823-4.205c-0.145-0.104-0.319-0.161-0.498-0.161-0.469 0-0.85 0.38-0.85 0.85v8.411c0 0.178 0.056 0.352 0.161 0.498 0.274 0.38 0.806 0.466 1.186 0.191l5.823-4.205c0.073-0.053 0.138-0.118 0.191-0.191 0.274-0.38 0.189-0.912-0.191-1.187zM13.42 11.999l-4.876 3.522v-7.044l4.876 3.522z"
|
|
22
|
+
}, null, -1)
|
|
23
|
+
])]);
|
|
24
|
+
}
|
|
25
|
+
const IconVideo = { name: "video-icon-video", render };
|
|
26
|
+
export {
|
|
27
|
+
IconVideo as default
|
|
28
|
+
};
|