@opendesign-plus-test/components 0.0.1-rc.151 → 0.0.1-rc.152

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 (38) hide show
  1. package/dist/components/meeting/OMeetingMinutes.vue.d.ts +348 -2
  2. package/dist/components/meeting/index.d.ts +174 -1
  3. package/dist/components/meeting/types.d.ts +1 -0
  4. package/dist/components/sig/OSigDetail.vue.d.ts +1 -1
  5. package/dist/components/sig/components/OSigItem.vue.d.ts +1 -4
  6. package/dist/components.cjs.js +34 -34
  7. package/dist/components.css +1 -1
  8. package/dist/components.es.js +3203 -3200
  9. package/dist/treeshaking/components/activity/OActivityApproval.css +8 -8
  10. package/dist/treeshaking/components/footer/components/FooterList.css +96 -109
  11. package/dist/treeshaking/components/footer/components/FooterList.vue.mjs +1 -1
  12. package/dist/treeshaking/components/header/components/HeaderContent.css +185 -185
  13. package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
  14. package/dist/treeshaking/components/meeting/OMeetingMinutes.css +176 -223
  15. package/dist/treeshaking/components/meeting/OMeetingMinutes.vue.d.ts +348 -2
  16. package/dist/treeshaking/components/meeting/OMeetingMinutes.vue.mjs +373 -6
  17. package/dist/treeshaking/components/meeting/OMeetingMinutes.vue3.mjs +5 -0
  18. package/dist/treeshaking/components/meeting/components/OMeetingSendMinutesDialog.css +53 -53
  19. package/dist/treeshaking/components/meeting/components/OMeetingSendMinutesDialog.vue.mjs +1 -1
  20. package/dist/treeshaking/components/meeting/index.d.ts +174 -1
  21. package/dist/treeshaking/components/meeting/index.mjs +13 -12
  22. package/dist/treeshaking/components/meeting/types.d.ts +1 -0
  23. package/dist/treeshaking/components/sig/OSigDetail.css +3 -7
  24. package/dist/treeshaking/components/sig/OSigDetail.vue.d.ts +1 -1
  25. package/dist/treeshaking/components/sig/OSigDetail.vue.mjs +3 -6
  26. package/dist/treeshaking/components/sig/OSigList.css +7 -16
  27. package/dist/treeshaking/components/sig/OSigList.vue.mjs +4 -11
  28. package/dist/treeshaking/components/sig/components/OSigDetailInfoCard.css +1 -1
  29. package/dist/treeshaking/components/sig/components/OSigItem.css +2 -2
  30. package/dist/treeshaking/components/sig/components/OSigItem.vue.d.ts +1 -4
  31. package/dist/treeshaking/components/sig/components/OSigItem.vue.mjs +4 -6
  32. package/dist/treeshaking/components/sig/components/OSigMember.css +1 -1
  33. package/dist/treeshaking/components/sig/components/OSigRepo.css +2 -15
  34. package/dist/treeshaking/components/sig/components/OSigUserContribute.css +0 -7
  35. package/dist/treeshaking/components/video/OVideoDetail.css +7 -7
  36. package/package.json +3 -3
  37. package/dist/treeshaking/components/meeting/OMeetingMinutes.vue2.mjs +0 -356
  38. package/dist/treeshaking/components/meeting/OMeetingMinutes2.css +0 -11
@@ -294,14 +294,10 @@
294
294
  :root .el-input-number.el-input-number--large {
295
295
  line-height: var(--el-component-size-large);
296
296
  }
297
- .o-sig-list {
298
- --sig-input-radius: var(--o-radius-xs);
299
- --sig-card-radius: var(--o-radius-xs);
300
- }
301
297
  .o-sig-list .o-sig-filter-box {
302
298
  background-color: var(--o-color-fill2);
303
299
  padding: var(--o-gap-5);
304
- border-radius: var(--sig-card-radius);
300
+ border-radius: var(--o-radius-xs);
305
301
  }
306
302
  @media (min-width: 841px) and (max-width: 1200px) {
307
303
  .o-sig-list .o-sig-filter-box {
@@ -388,7 +384,7 @@
388
384
  .o-sig-list .o-sig-filter-box .o-sig-filter-type .o-toggle {
389
385
  --toggle-size: var(--item-size);
390
386
  --toggle-padding: 3px 15px;
391
- --toggle-radius: var(--o-radius-xs);
387
+ --toggle-radius: 4px;
392
388
  max-height: 32px;
393
389
  color: var(--o-color-info1);
394
390
  border: 1px solid var(--o-color-control2-light);
@@ -434,9 +430,6 @@
434
430
  padding: var(--o-gap-3);
435
431
  }
436
432
  }
437
- .o-sig-list .o-sig-filter-box .o-sig-filter-input .el-select {
438
- --el-border-radius-base: var(--sig-input-radius);
439
- }
440
433
  .o-sig-list .o-sig-filter-box .o-divider {
441
434
  --o-divider-gap: var(--o-gap-4);
442
435
  }
@@ -477,9 +470,8 @@
477
470
  position: relative;
478
471
  z-index: 9;
479
472
  border: 1px solid var(--o-color-control1);
480
- border-radius: var(--sig-input-radius);
473
+ border-radius: var(--o-radius-xs);
481
474
  background-color: var(--o-color-fill2);
482
- overflow: hidden;
483
475
  }
484
476
  @media (hover: hover) {
485
477
  .o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-filter-select:hover {
@@ -500,8 +492,8 @@
500
492
  --select-bg-color: var(--o-color-fill2);
501
493
  --select-bg-color-hover: var(--o-color-fill2);
502
494
  --select-bg-color-focus: var(--o-color-fill2);
503
- max-width: 148px;
504
- border-radius: var(--sig-input-radius) 0 0 var(--sig-input-radius);
495
+ max-width: 135px;
496
+ border-radius: var(--o-radius-xs) 0 0 var(--o-radius-xs);
505
497
  border: none;
506
498
  border-right: 1px solid var(--o-color-control1);
507
499
  }
@@ -559,9 +551,8 @@
559
551
  width: 320px;
560
552
  background-color: var(--o-color-fill2);
561
553
  padding: 4px;
562
- border-radius: var(--sig-card-radius);
554
+ border-radius: var(--o-radius-xs);
563
555
  box-shadow: var(--o-shadow-2);
564
- z-index: 10;
565
556
  }
566
557
  .o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-search-group + .o-sig-search-group {
567
558
  margin-top: 4px;
@@ -602,7 +593,7 @@
602
593
  align-items: center;
603
594
  justify-content: space-between;
604
595
  cursor: pointer;
605
- border-radius: var(--sig-input-radius);
596
+ border-radius: var(--o-radius-xs);
606
597
  }
607
598
  @media (hover: hover) {
608
599
  .o-sig-list .o-sig-filter-box .o-sig-filter-select-box .o-sig-search-item:hover {
@@ -201,11 +201,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
201
201
  const stripHtml = (val) => (val == null ? void 0 : val.replace(/<[^>]+>/g, "")) ?? "";
202
202
  const clickItem = (val) => {
203
203
  sigInput.value = stripHtml(val);
204
+ showPanel.value = false;
204
205
  enterSearchType.value = searchType.value;
205
206
  enterSearchInput.value = sigInput.value;
206
- nextTick(() => {
207
- showPanel.value = false;
208
- });
209
207
  };
210
208
  const clearInput = () => {
211
209
  sigInput.value = "";
@@ -317,11 +315,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
317
315
  return (_ctx, _cache) => {
318
316
  return openBlock(), createElementBlock("div", _hoisted_1, [
319
317
  createElementVNode("div", {
320
- class: normalizeClass({
321
- "o-sig-filter-box": true,
322
- [`o-sig-filter-box-${locale.value}`]: true,
323
- "o-sig-filter-box--no-filter-type": !featureArr.value.length
324
- })
318
+ class: normalizeClass(["o-sig-filter-box", `o-sig-filter-box-${locale.value} ${featureArr.value.length ? "" : "o-sig-filter-box--no-filter-type"}`])
325
319
  }, [
326
320
  featureArr.value.length ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
327
321
  !unref(isPhone) ? (openBlock(), createElementBlock("div", _hoisted_2, [
@@ -477,9 +471,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
477
471
  default: withCtx(() => [
478
472
  createVNode(_sfc_main$1, {
479
473
  sig,
480
- onToSigDetail: toSigDetail,
481
- showFeature: __props.sigLandscape.length > 0
482
- }, null, 8, ["sig", "showFeature"])
474
+ onToSigDetail: toSigDetail
475
+ }, null, 8, ["sig"])
483
476
  ]),
484
477
  _: 2
485
478
  }, 1032, ["flex"]);
@@ -8,7 +8,7 @@
8
8
  }
9
9
  .o-sig-detail-info-card {
10
10
  position: relative;
11
- border-radius: var(--sig-card-radius);
11
+ border-radius: var(--o-radius-xs);
12
12
  background-size: cover;
13
13
  background-position: right bottom;
14
14
  background-repeat: no-repeat;
@@ -10,7 +10,7 @@
10
10
  height: 100%;
11
11
  background-color: var(--o-color-fill2);
12
12
  padding: var(--o-gap-5) var(--o-gap-6);
13
- border-radius: var(--sig-card-radius);
13
+ border-radius: var(--o-radius-xs);
14
14
  }
15
15
  @media (min-width: 1201px) and (max-width: 1680px) {
16
16
  .o-sig-item {
@@ -277,7 +277,7 @@
277
277
  margin-top: var(--o-gap-3);
278
278
  }
279
279
  }
280
- @media (max-width: 1200px) {
280
+ @media (min-width: ) {
281
281
  .o-sig-item .o-sig-bottom {
282
282
  margin-top: var(--o-gap-2);
283
283
  }
@@ -2,13 +2,10 @@ import { GroupInfoT, SigListItemT } from '../types';
2
2
  type SigMergedItemT = SigListItemT & Partial<GroupInfoT>;
3
3
  type __VLS_Props = {
4
4
  sig: SigMergedItemT;
5
- showFeature?: boolean;
6
5
  };
7
6
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
8
7
  "to-sig-detail": (sigName: string) => any;
9
8
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
10
9
  "onTo-sig-detail"?: ((sigName: string) => any) | undefined;
11
- }>, {
12
- showFeature: boolean;
13
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
10
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
14
11
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent, openBlock, createElementBlock, createElementVNode, toDisplayString, createBlock, unref, withCtx, createTextVNode, createCommentVNode, createVNode, Fragment, renderList } from "vue";
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode, toDisplayString, createVNode, unref, withCtx, createTextVNode, createBlock, createCommentVNode, Fragment, renderList } from "vue";
2
2
  import { OTag, OLink, OIcon, ODivider, OButton, OPopover, OScroller } from "@opensig/opendesign";
3
3
  import { useI18n } from "../../../i18n/index.mjs";
4
4
  import IconAtomGit from "../../../_virtual/icon-atomgit.mjs";
@@ -21,8 +21,7 @@ const _hoisted_11 = { class: "o-sig-popup-content" };
21
21
  const _sfc_main = /* @__PURE__ */ defineComponent({
22
22
  __name: "OSigItem",
23
23
  props: {
24
- sig: {},
25
- showFeature: { type: Boolean, default: true }
24
+ sig: {}
26
25
  },
27
26
  emits: ["to-sig-detail"],
28
27
  setup(__props, { emit: __emit }) {
@@ -36,8 +35,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
36
35
  class: "o-sig-name",
37
36
  onClick: _cache[0] || (_cache[0] = ($event) => emit("to-sig-detail", __props.sig.name))
38
37
  }, toDisplayString(__props.sig.name), 1),
39
- __props.showFeature ? (openBlock(), createBlock(unref(OTag), {
40
- key: 0,
38
+ createVNode(unref(OTag), {
41
39
  variant: "outline",
42
40
  class: "o-sig-type-tag"
43
41
  }, {
@@ -45,7 +43,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
45
43
  createTextVNode(toDisplayString((unref(locale) === "zh" ? __props.sig.feature_zh : __props.sig.feature_en) || unref(t)("sig.other")), 1)
46
44
  ]),
47
45
  _: 1
48
- })) : createCommentVNode("", true)
46
+ })
49
47
  ]),
50
48
  createElementVNode("div", _hoisted_3, [
51
49
  createVNode(unref(OLink), {
@@ -18,7 +18,7 @@
18
18
  }
19
19
  .o-sig-detail-member .o-sig-detail-member-box {
20
20
  background-color: var(--o-color-fill2);
21
- border-radius: var(--sig-card-radius);
21
+ border-radius: var(--o-radius-xs);
22
22
  padding: var(--o-gap-5);
23
23
  flex-grow: 1;
24
24
  }
@@ -10,21 +10,8 @@
10
10
  --link-color: var(--o-color-primary1);
11
11
  }
12
12
  .o-sig-detail-repo .o-sig-detail-repo-table {
13
- margin-top: var(--o-gap-5);
14
- --table-radius: var(--sig-card-radius);
15
- }
16
- @media (min-width: 1201px) and (max-width: 1680px) {
17
- .o-sig-detail-repo .o-sig-detail-repo-table {
18
- margin-top: var(--o-gap-4);
19
- }
20
- }
21
- @media (max-width: 1200px) {
22
- .o-sig-detail-repo .o-sig-detail-repo-table {
23
- margin-top: var(--o-gap-2);
24
- }
25
- }
26
- .o-sig-detail-repo .o-sig-detail-repo-table .o-table-cell.o-cell-first-col .o-table-cell__inner {
27
- padding-left: 16px;
13
+ margin-top: 24px;
14
+ --table-edge-padding: calc(var(--table-cell-padding) * 2);
28
15
  }
29
16
  .o-sig-detail-repo .o-sig-detail-repo-table .o-scroller-container {
30
17
  min-width: 0;
@@ -10,7 +10,6 @@
10
10
  --_box-bg-color: var(--o-color-fill2);
11
11
  --_box-bg-color-hover: var(--o-color-fill2);
12
12
  --_box-bg-color-focus: var(--o-color-fill2);
13
- --_box-radius: var(--sig-input-radius);
14
13
  }
15
14
  .o-sig-detail-contribute .o-sig-detail-contribute-title {
16
15
  font-weight: 600;
@@ -72,9 +71,6 @@
72
71
  line-height: 18px;
73
72
  }
74
73
  }
75
- .o-sig-detail-contribute .o-card {
76
- --card-radius: var(--sig-card-radius);
77
- }
78
74
  .o-sig-detail-contribute .o-card + .o-card {
79
75
  margin-top: var(--o-gap-4);
80
76
  }
@@ -203,9 +199,6 @@
203
199
  .o-sig-detail-contribute .o-table {
204
200
  margin-top: var(--o-gap-3);
205
201
  }
206
- .o-sig-detail-contribute .o-table .o-table-cell.o-cell-first-col .o-table-cell__inner {
207
- padding-left: 16px;
208
- }
209
202
  .o-sig-detail-contribute .o-table .o-scroller-container {
210
203
  min-width: 0;
211
204
  }
@@ -140,7 +140,7 @@
140
140
  margin-bottom: var(--o-gap-4);
141
141
  }
142
142
  }
143
- @media (max-width: 1200px) {
143
+ @media (min-width: ) {
144
144
  .o-video-detail-content-wrapper .o-video-card-video-list .o-card-header {
145
145
  margin-bottom: var(--o-gap-3);
146
146
  }
@@ -337,7 +337,7 @@
337
337
  padding: var(--o-gap-3) var(--o-gap-4);
338
338
  }
339
339
  }
340
- @media (max-width: 1200px) {
340
+ @media (min-width: ) {
341
341
  .o-video-detail-content-wrapper .o-video-card-video-list .o-video-course-info-wrapper .o-video-material-download-wrapper {
342
342
  margin-top: var(--o-gap-3);
343
343
  padding: var(--o-gap-2) var(--o-gap-3);
@@ -436,7 +436,7 @@
436
436
  margin-left: var(--o-gap-5);
437
437
  }
438
438
  }
439
- @media (max-width: 1200px) {
439
+ @media (min-width: ) {
440
440
  .o-video-detail-content-wrapper .o-video-card-video-list .o-video-course-info-wrapper .o-video-material-download-wrapper .o-video-material-download-size {
441
441
  margin-left: var(--o-gap-4);
442
442
  }
@@ -488,7 +488,7 @@
488
488
  margin-bottom: var(--o-gap-3);
489
489
  }
490
490
  }
491
- @media (max-width: 1200px) {
491
+ @media (min-width: ) {
492
492
  .o-video-detail-content-wrapper .o-video-card-video-list .o-video-course-info-wrapper .o-video-course-info-title {
493
493
  margin-bottom: var(--o-gap-2);
494
494
  }
@@ -535,7 +535,7 @@
535
535
  margin-left: var(--o-gap-3);
536
536
  }
537
537
  }
538
- @media (max-width: 1200px) {
538
+ @media (min-width: ) {
539
539
  .o-video-detail-content-wrapper .o-video-card-video-list .o-video-course-info-wrapper .o-video-course-info-avatar .o-video-info-detail-wrapper {
540
540
  margin-left: var(--o-gap-2);
541
541
  }
@@ -647,7 +647,7 @@
647
647
  margin-top: var(--o-gap-4);
648
648
  }
649
649
  }
650
- @media (max-width: 1200px) {
650
+ @media (min-width: ) {
651
651
  .o-video-detail-content-wrapper .o-video-card-video-list .o-video-course-info-wrapper .o-video-course-info-content-title {
652
652
  margin-top: var(--o-gap-3);
653
653
  }
@@ -663,7 +663,7 @@
663
663
  margin-top: var(--o-gap-3);
664
664
  }
665
665
  }
666
- @media (max-width: 1200px) {
666
+ @media (min-width: ) {
667
667
  .o-video-detail-content-wrapper .o-video-card-video-list .o-video-course-info-wrapper .o-video-course-info-content {
668
668
  margin-top: var(--o-gap-2);
669
669
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendesign-plus-test/components",
3
- "version": "0.0.1-rc.151",
3
+ "version": "0.0.1-rc.152",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -45,8 +45,8 @@
45
45
  "vue-dompurify-html": "^3.1.2",
46
46
  "vue": "^3.5.13",
47
47
  "element-plus": "2.13.1",
48
- "@opendesign-plus/composables": "0.0.1-rc.10",
49
- "@opendesign-plus/styles": "0.0.1-rc.2"
48
+ "@opendesign-plus/styles": "0.0.1-rc.2",
49
+ "@opendesign-plus/composables": "0.0.1-rc.10"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@vitejs/plugin-vue": "^5.2.1",