@opendesign-plus-test/components 0.0.1-rc.62 → 0.0.1-rc.64

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 (62) hide show
  1. package/dist/chunk-OElCookieNotice.cjs.js +1 -1
  2. package/dist/chunk-OElCookieNotice.es.js +2 -2
  3. package/dist/components/activity/OActivityMyCalendar.vue.d.ts +6 -2
  4. package/dist/components/activity/index.d.ts +3 -1
  5. package/dist/components/events/types.d.ts +4 -0
  6. package/dist/components/header/index.d.ts +1 -804
  7. package/dist/components/{header → header-language-switcher}/OHeaderLanguageSwitcher.vue.d.ts +1 -1
  8. package/dist/components/header-language-switcher/index.d.ts +90 -0
  9. package/dist/components/{header → header-search}/OHeaderSearch.vue.d.ts +24 -4
  10. package/dist/components/header-search/index.d.ts +607 -0
  11. package/dist/components/header-source-code/index.d.ts +23 -0
  12. package/dist/components/header-theme/index.d.ts +50 -0
  13. package/dist/components/header-user/index.d.ts +53 -0
  14. package/dist/components/meeting/OMeetingMyCalendar.vue.d.ts +6 -2
  15. package/dist/components/meeting/index.d.ts +3 -1
  16. package/dist/components/meeting/types.d.ts +3 -0
  17. package/dist/components/meeting/utils.d.ts +2 -1
  18. package/dist/components/search/OSearchInput.vue.d.ts +24 -4
  19. package/dist/components/search/index.d.ts +12 -2
  20. package/dist/components/search/internal/SearchImageInput.vue.d.ts +24 -4
  21. package/dist/components.cjs.js +33 -33
  22. package/dist/components.css +1 -1
  23. package/dist/components.es.js +8263 -8095
  24. package/dist/index.d.ts +5 -0
  25. package/package.json +8 -8
  26. package/src/assets/meeting/svg-icons/icon-all.svg +2 -1
  27. package/src/assets/meeting/svg-icons/icon-event.svg +2 -1
  28. package/src/assets/meeting/svg-icons/icon-meet.svg +2 -1
  29. package/src/assets/meeting/svg-icons/icon-summit.svg +2 -1
  30. package/src/assets/styles/element-plus.scss +2 -0
  31. package/src/components/activity/OActivityMyCalendar.vue +18 -11
  32. package/src/components/events/OEventsApply.vue +0 -2
  33. package/src/components/events/OEventsList.vue +66 -39
  34. package/src/components/events/types.ts +1 -0
  35. package/src/components/header/index.ts +1 -36
  36. package/src/components/header-language-switcher/index.ts +10 -0
  37. package/src/components/header-search/index.ts +10 -0
  38. package/src/components/header-source-code/index.ts +10 -0
  39. package/src/components/header-theme/index.ts +10 -0
  40. package/src/components/header-user/index.ts +10 -0
  41. package/src/components/meeting/OMeetingCalendar.vue +22 -14
  42. package/src/components/meeting/OMeetingForm.vue +17 -21
  43. package/src/components/meeting/OMeetingMyCalendar.vue +25 -29
  44. package/src/components/meeting/OMeetingSigCalendar.vue +43 -20
  45. package/src/components/meeting/components/OMeetingCalendarList.vue +31 -19
  46. package/src/components/meeting/components/OMeetingDetail.vue +2 -2
  47. package/src/components/meeting/components/OMeetingPlaybackSubtitles.vue +1 -1
  48. package/src/components/meeting/components/OMeetingSigAside.vue +11 -6
  49. package/src/components/meeting/types.ts +4 -1
  50. package/src/components/meeting/utils.ts +4 -4
  51. package/src/i18n/en.ts +1 -1
  52. package/src/i18n/zh.ts +1 -1
  53. package/src/index.ts +5 -0
  54. package/dist/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +0 -664
  55. /package/dist/components/{header → header-source-code}/OHeaderSourceCode.vue.d.ts +0 -0
  56. /package/dist/components/{header → header-theme}/OHeaderTheme.vue.d.ts +0 -0
  57. /package/dist/components/{header → header-user}/OHeaderUser.vue.d.ts +0 -0
  58. /package/src/components/{header → header-language-switcher}/OHeaderLanguageSwitcher.vue +0 -0
  59. /package/src/components/{header → header-search}/OHeaderSearch.vue +0 -0
  60. /package/src/components/{header → header-source-code}/OHeaderSourceCode.vue +0 -0
  61. /package/src/components/{header → header-theme}/OHeaderTheme.vue +0 -0
  62. /package/src/components/{header → header-user}/OHeaderUser.vue +0 -0
package/dist/index.d.ts CHANGED
@@ -6,6 +6,11 @@ export * from './components/element-plus';
6
6
  export * from './components/events';
7
7
  export * from './components/footer';
8
8
  export * from './components/header';
9
+ export * from './components/header-language-switcher';
10
+ export * from './components/header-search';
11
+ export * from './components/header-source-code';
12
+ export * from './components/header-theme';
13
+ export * from './components/header-user';
9
14
  export * from './components/meeting';
10
15
  export * from './components/search';
11
16
  export * from './components/section';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendesign-plus-test/components",
3
- "version": "0.0.1-rc.62",
3
+ "version": "0.0.1-rc.64",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -25,26 +25,26 @@
25
25
  "require": "./dist/components.css"
26
26
  }
27
27
  },
28
- "dependencies": {
29
- "@opensig/opendesign": "1.2.3-sp1",
30
- "@vueuse/core": "10.11.1",
28
+ "peerDependencies": {
29
+ "@opensig/opendesign": "1.2.4",
30
+ "@vueuse/core": "^14.0.0",
31
31
  "aos": "^2.3.4",
32
32
  "dayjs": "^1.11.13",
33
33
  "video.js": "^8.23.7",
34
34
  "vue-dompurify-html": "^3.1.2",
35
- "@opendesign-plus/composables": "0.0.1-rc.8",
35
+ "vue": "^3.5.13",
36
+ "element-plus": "2.13.1",
37
+ "@opendesign-plus/composables": "0.0.1-rc.9",
36
38
  "@opendesign-plus/styles": "0.0.1-rc.2"
37
39
  },
38
40
  "devDependencies": {
39
- "@vitejs/plugin-vue": "^5.1.0",
40
- "element-plus": "^2.13.1",
41
+ "@vitejs/plugin-vue": "^5.2.1",
41
42
  "sass": "^1.71.1",
42
43
  "typescript": "~5.8.2",
43
44
  "unplugin-element-plus": "^0.11.2",
44
45
  "unplugin-icons": "^0.14.1",
45
46
  "vite": "^6.2.3",
46
47
  "vite-plugin-dts": "^4.5.3",
47
- "vue": "^3.4.0",
48
48
  "vue-tsc": "2.2.8"
49
49
  },
50
50
  "scripts": {
@@ -1,3 +1,4 @@
1
1
  <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
2
- <path d="M10 14.267c-0.413 0-0.817-0.043-1.211-0.131h-0.001c-0.329-0.073-0.652-0.176-0.968-0.31-0.318-0.135-0.618-0.295-0.902-0.482-0.314-0.207-0.607-0.446-0.878-0.718s-0.511-0.564-0.718-0.878c-0.187-0.283-0.348-0.584-0.482-0.902-0.134-0.316-0.237-0.639-0.31-0.968v0c-0.087-0.394-0.131-0.798-0.131-1.211s0.044-0.817 0.131-1.212v0c0.073-0.33 0.176-0.652 0.31-0.968 0.134-0.318 0.295-0.618 0.482-0.902v0c0.207-0.314 0.446-0.607 0.718-0.878s0.564-0.511 0.878-0.718c0.283-0.187 0.584-0.347 0.902-0.482 0.316-0.134 0.639-0.237 0.968-0.31v0c0.394-0.087 0.798-0.131 1.211-0.131s0.817 0.044 1.212 0.131v0c0.33 0.073 0.652 0.176 0.968 0.31 0.318 0.134 0.618 0.295 0.902 0.482 0.314 0.207 0.607 0.446 0.878 0.718s0.511 0.564 0.718 0.878v0c0.187 0.283 0.347 0.584 0.482 0.902 0.134 0.316 0.237 0.639 0.31 0.968v0.001c0.087 0.394 0.131 0.798 0.131 1.211v4.667c0 0.129-0.023 0.248-0.068 0.358v0c-0.046 0.11-0.114 0.21-0.205 0.302s-0.192 0.159-0.302 0.205v0c-0.11 0.046-0.229 0.068-0.358 0.068h-4.667zM16.4 13.333c0 0.129 0.023 0.248 0.068 0.358s0.114 0.211 0.205 0.302c0.091 0.091 0.192 0.159 0.302 0.205v0c0.11 0.046 0.229 0.068 0.358 0.068h4.667c0.413 0 0.817-0.044 1.212-0.131v0c0.329-0.073 0.652-0.176 0.968-0.31 0.318-0.134 0.618-0.295 0.902-0.482 0.314-0.207 0.607-0.446 0.878-0.718s0.511-0.564 0.718-0.878v0c0.187-0.283 0.347-0.584 0.482-0.902 0.134-0.316 0.237-0.639 0.31-0.968v0c0.087-0.394 0.131-0.798 0.131-1.211s-0.044-0.817-0.131-1.212c-0.073-0.33-0.176-0.652-0.31-0.968-0.134-0.318-0.295-0.618-0.482-0.902v0c-0.207-0.314-0.447-0.607-0.718-0.878s-0.564-0.511-0.878-0.718c-0.283-0.187-0.584-0.347-0.902-0.482-0.316-0.134-0.639-0.237-0.968-0.31-0.394-0.087-0.798-0.131-1.212-0.131s-0.817 0.044-1.212 0.131c-0.33 0.073-0.652 0.176-0.968 0.31-0.318 0.134-0.618 0.295-0.902 0.482-0.314 0.207-0.607 0.446-0.878 0.718s-0.511 0.564-0.718 0.878c-0.187 0.283-0.348 0.584-0.482 0.902-0.134 0.316-0.237 0.639-0.31 0.968-0.087 0.394-0.131 0.798-0.131 1.212v4.667zM22 12.4h-3.733v-3.733c0-0.287 0.031-0.568 0.094-0.84 0.048-0.208 0.114-0.413 0.199-0.612 0.087-0.206 0.191-0.401 0.311-0.586 0.14-0.215 0.303-0.416 0.489-0.601s0.386-0.349 0.601-0.489l0.001-0.001c0.184-0.12 0.379-0.224 0.585-0.311 0.2-0.085 0.404-0.151 0.612-0.199 0.273-0.063 0.553-0.094 0.84-0.094s0.567 0.031 0.84 0.094c0.208 0.048 0.413 0.114 0.613 0.199 0.206 0.087 0.401 0.191 0.586 0.311 0.215 0.14 0.416 0.304 0.601 0.489s0.349 0.386 0.489 0.601c0.12 0.184 0.224 0.38 0.311 0.586 0.085 0.2 0.151 0.404 0.199 0.612 0.063 0.273 0.094 0.553 0.094 0.84s-0.031 0.568-0.094 0.84c-0.048 0.208-0.114 0.413-0.199 0.612-0.087 0.206-0.191 0.401-0.311 0.586v0c-0.14 0.215-0.303 0.416-0.489 0.601s-0.386 0.349-0.601 0.489c-0.184 0.12-0.38 0.224-0.586 0.311-0.2 0.085-0.404 0.151-0.613 0.199h-0.001c-0.273 0.063-0.552 0.094-0.84 0.094zM13.733 12.4v-3.733c0-0.287-0.031-0.568-0.094-0.84-0.048-0.208-0.114-0.413-0.199-0.612-0.087-0.206-0.191-0.401-0.311-0.586-0.14-0.215-0.303-0.416-0.489-0.601s-0.386-0.349-0.601-0.489c-0.184-0.12-0.38-0.224-0.586-0.311-0.2-0.085-0.404-0.151-0.612-0.199-0.273-0.063-0.553-0.094-0.841-0.094s-0.567 0.031-0.84 0.094c-0.208 0.048-0.413 0.114-0.612 0.199-0.206 0.087-0.401 0.191-0.586 0.311v0c-0.215 0.14-0.416 0.303-0.601 0.489s-0.349 0.386-0.489 0.601v0c-0.12 0.184-0.224 0.38-0.311 0.586-0.085 0.2-0.151 0.404-0.199 0.612-0.063 0.273-0.094 0.553-0.094 0.84s0.031 0.568 0.094 0.84c0.048 0.208 0.114 0.413 0.199 0.612 0.087 0.206 0.191 0.401 0.311 0.586 0.14 0.215 0.304 0.416 0.489 0.601s0.386 0.349 0.601 0.489c0.184 0.12 0.38 0.224 0.586 0.311 0.2 0.085 0.404 0.151 0.612 0.199v0c0.273 0.063 0.553 0.094 0.84 0.094h3.733zM16.4 16c0-0.258 0.091-0.478 0.273-0.66 0.091-0.091 0.192-0.159 0.302-0.205s0.229-0.068 0.358-0.068h4.667c0.414 0 0.817 0.044 1.212 0.131 0.329 0.073 0.652 0.176 0.968 0.31 0.318 0.134 0.618 0.295 0.902 0.482 0.314 0.207 0.607 0.446 0.878 0.718s0.511 0.564 0.718 0.878c0.187 0.283 0.347 0.584 0.482 0.902 0.134 0.316 0.237 0.639 0.31 0.968 0.087 0.394 0.131 0.798 0.131 1.212s-0.044 0.817-0.131 1.212c-0.073 0.33-0.176 0.652-0.31 0.968-0.134 0.318-0.295 0.618-0.482 0.902-0.207 0.314-0.447 0.607-0.718 0.878s-0.564 0.511-0.878 0.718c-0.283 0.187-0.584 0.347-0.902 0.482-0.316 0.134-0.639 0.237-0.968 0.31-0.394 0.087-0.798 0.131-1.212 0.131s-0.817-0.044-1.212-0.131c-0.33-0.073-0.652-0.176-0.968-0.31-0.318-0.134-0.618-0.295-0.902-0.482-0.314-0.207-0.607-0.446-0.878-0.718s-0.511-0.564-0.718-0.878c-0.187-0.283-0.348-0.584-0.482-0.902-0.134-0.316-0.237-0.639-0.31-0.968v0c-0.087-0.394-0.131-0.798-0.131-1.212v-4.667zM10 15.067c-0.413 0-0.817 0.044-1.212 0.131v0c-0.329 0.073-0.652 0.176-0.968 0.31-0.318 0.134-0.618 0.295-0.902 0.482-0.314 0.207-0.607 0.446-0.878 0.718s-0.511 0.564-0.718 0.878c-0.187 0.283-0.348 0.584-0.482 0.901-0.134 0.316-0.237 0.639-0.31 0.968-0.087 0.394-0.131 0.798-0.131 1.212s0.044 0.817 0.131 1.212c0.073 0.329 0.176 0.652 0.31 0.968 0.134 0.318 0.295 0.618 0.482 0.902v0c0.207 0.314 0.446 0.607 0.718 0.878s0.564 0.511 0.878 0.718c0.283 0.187 0.584 0.347 0.902 0.482 0.316 0.134 0.639 0.237 0.968 0.31 0.394 0.087 0.798 0.131 1.212 0.131s0.817-0.044 1.212-0.131v0c0.33-0.073 0.652-0.176 0.968-0.31 0.318-0.134 0.618-0.295 0.902-0.482 0.314-0.207 0.607-0.446 0.878-0.718s0.511-0.564 0.718-0.878v0c0.187-0.283 0.347-0.584 0.482-0.902 0.134-0.316 0.237-0.639 0.31-0.968 0.087-0.394 0.131-0.798 0.131-1.212v-4.667c0-0.258-0.091-0.478-0.273-0.66-0.091-0.091-0.192-0.159-0.302-0.205s-0.229-0.068-0.358-0.068h-4.667zM13.733 16.933v3.733c0 0.287-0.031 0.567-0.094 0.84-0.048 0.208-0.114 0.413-0.199 0.612-0.087 0.206-0.191 0.401-0.311 0.585v0c-0.14 0.215-0.303 0.416-0.489 0.601s-0.386 0.349-0.601 0.489c-0.184 0.12-0.38 0.224-0.586 0.311-0.2 0.085-0.404 0.151-0.612 0.199-0.273 0.063-0.553 0.094-0.841 0.094s-0.567-0.031-0.84-0.094h-0.001c-0.208-0.048-0.412-0.114-0.612-0.199-0.206-0.087-0.401-0.191-0.586-0.311v0c-0.215-0.14-0.416-0.303-0.601-0.489s-0.349-0.386-0.489-0.601c-0.12-0.184-0.224-0.38-0.311-0.586-0.085-0.2-0.151-0.404-0.199-0.612-0.063-0.273-0.094-0.553-0.094-0.84s0.031-0.568 0.094-0.841c0.048-0.208 0.114-0.412 0.199-0.612 0.087-0.206 0.191-0.401 0.311-0.586 0.14-0.215 0.304-0.416 0.489-0.601s0.386-0.349 0.601-0.489c0.184-0.12 0.38-0.224 0.586-0.311 0.2-0.085 0.404-0.151 0.612-0.199h0.001c0.273-0.063 0.553-0.094 0.84-0.094h3.733zM22 16.933h-3.733v3.733c0 0.287 0.031 0.567 0.094 0.84 0.048 0.208 0.114 0.413 0.199 0.612 0.087 0.206 0.191 0.401 0.311 0.586 0.14 0.215 0.303 0.416 0.489 0.601s0.386 0.349 0.601 0.489c0.184 0.12 0.379 0.224 0.586 0.311 0.2 0.085 0.404 0.151 0.612 0.199 0.273 0.063 0.553 0.094 0.84 0.094s0.567-0.031 0.84-0.094c0.208-0.048 0.413-0.114 0.613-0.199 0.206-0.087 0.401-0.191 0.586-0.311 0.215-0.141 0.416-0.304 0.601-0.489s0.349-0.386 0.489-0.601c0.12-0.184 0.224-0.38 0.311-0.586 0.085-0.2 0.151-0.404 0.199-0.612 0.063-0.273 0.094-0.553 0.094-0.84s-0.031-0.568-0.094-0.841c-0.048-0.208-0.114-0.412-0.199-0.612-0.087-0.206-0.191-0.401-0.311-0.586-0.141-0.215-0.304-0.416-0.489-0.601s-0.386-0.349-0.601-0.489c-0.184-0.12-0.38-0.224-0.586-0.311-0.2-0.085-0.404-0.151-0.613-0.199-0.273-0.063-0.553-0.094-0.84-0.094z"></path>
2
+ <path fill="#000"
3
+ d="M14.671 15.599c0.129 0 0.248-0.023 0.358-0.068l0-0c0.11-0.045 0.211-0.114 0.302-0.205s0.159-0.192 0.205-0.302l0-0.001c0.045-0.11 0.068-0.229 0.068-0.357v-4.667c0-0.413-0.044-0.817-0.131-1.211l-0-0.001c-0.073-0.33-0.176-0.652-0.31-0.968-0.134-0.318-0.295-0.618-0.482-0.902v0c-0.207-0.314-0.447-0.607-0.718-0.878s-0.564-0.511-0.878-0.718c-0.283-0.187-0.584-0.347-0.902-0.482-0.316-0.134-0.638-0.237-0.968-0.31l-0.001-0c-0.394-0.087-0.798-0.131-1.212-0.131s-0.816 0.043-1.209 0.13l-0.002 0.001-0.001 0c-0.329 0.073-0.652 0.176-0.968 0.31-0.318 0.134-0.618 0.295-0.902 0.482-0.001 0.001-0.002 0.001-0.003 0.002-0.313 0.207-0.604 0.445-0.875 0.716s-0.511 0.564-0.718 0.878l-0 0.001c-0.187 0.283-0.347 0.583-0.481 0.901-0.134 0.316-0.237 0.638-0.31 0.968l-0 0.001-0 0.001c-0.087 0.394-0.131 0.798-0.131 1.211s0.043 0.816 0.13 1.21v0l0 0.001v0c0.073 0.33 0.176 0.652 0.31 0.968 0.134 0.318 0.295 0.618 0.482 0.902 0.207 0.314 0.446 0.607 0.718 0.878s0.564 0.511 0.878 0.718c0.283 0.187 0.584 0.347 0.902 0.482 0.316 0.134 0.639 0.237 0.968 0.31l0.001 0c0.394 0.087 0.798 0.131 1.211 0.131h4.667zM16.401 14.666c0 0.129 0.023 0.248 0.068 0.358s0.114 0.211 0.205 0.302c0.091 0.091 0.192 0.159 0.302 0.205s0.229 0.068 0.358 0.068h4.667c0.414 0 0.817-0.044 1.212-0.131h0c0.329-0.073 0.652-0.176 0.968-0.31 0.318-0.135 0.618-0.295 0.902-0.482 0.314-0.207 0.607-0.446 0.878-0.718s0.511-0.564 0.718-0.878l0-0c0.187-0.283 0.347-0.584 0.482-0.902 0.134-0.316 0.237-0.639 0.31-0.968v-0c0.087-0.394 0.131-0.798 0.131-1.211s-0.044-0.817-0.131-1.212c-0.073-0.33-0.176-0.652-0.31-0.968s-0.294-0.617-0.481-0.9l-0.001-0.002v-0c-0.207-0.314-0.447-0.607-0.718-0.878s-0.564-0.511-0.878-0.718c-0.283-0.187-0.584-0.347-0.902-0.482-0.316-0.134-0.639-0.237-0.968-0.31-0.394-0.087-0.798-0.131-1.212-0.131s-0.817 0.044-1.212 0.131c-0.33 0.073-0.652 0.176-0.968 0.31-0.318 0.134-0.618 0.295-0.902 0.482-0.314 0.207-0.607 0.446-0.878 0.718s-0.511 0.564-0.718 0.878c-0.187 0.283-0.347 0.584-0.482 0.902-0.134 0.316-0.237 0.639-0.31 0.968-0.087 0.394-0.131 0.798-0.131 1.212v4.667zM22.001 13.732h-3.733v-3.733c0-0.287 0.031-0.568 0.094-0.84 0.048-0.208 0.114-0.413 0.199-0.612 0.087-0.206 0.191-0.401 0.311-0.586 0.14-0.215 0.303-0.416 0.489-0.601s0.386-0.349 0.601-0.489l0.001-0.001c0.184-0.12 0.379-0.224 0.585-0.311 0.2-0.085 0.404-0.151 0.612-0.199 0.273-0.063 0.553-0.094 0.84-0.094s0.567 0.031 0.84 0.094c0.208 0.048 0.413 0.114 0.613 0.199 0.206 0.087 0.401 0.191 0.586 0.311 0.215 0.14 0.416 0.304 0.601 0.489s0.349 0.386 0.489 0.601c0.12 0.184 0.224 0.38 0.311 0.586 0.085 0.2 0.151 0.404 0.199 0.612l0 0.001c0.063 0.273 0.094 0.553 0.094 0.84s-0.031 0.568-0.094 0.84c-0.048 0.208-0.114 0.413-0.199 0.612-0.087 0.206-0.191 0.401-0.311 0.586l-0.001 0.002c-0.14 0.214-0.303 0.414-0.488 0.599s-0.386 0.349-0.601 0.489c-0.184 0.12-0.38 0.224-0.586 0.311-0.2 0.085-0.404 0.151-0.613 0.199l-0.001 0c-0.273 0.063-0.552 0.094-0.84 0.094zM13.734 9.999v3.733h-3.733c-0.287 0-0.567-0.031-0.84-0.094v-0c-0.208-0.048-0.413-0.114-0.612-0.199-0.206-0.087-0.401-0.191-0.586-0.311-0.215-0.14-0.416-0.304-0.601-0.489s-0.349-0.386-0.489-0.601c-0.12-0.184-0.224-0.38-0.311-0.586-0.085-0.2-0.151-0.404-0.199-0.612v-0c-0.063-0.273-0.094-0.553-0.094-0.84s0.031-0.568 0.094-0.84c0.048-0.208 0.114-0.413 0.199-0.612 0.087-0.206 0.191-0.401 0.311-0.586v-0c0.141-0.215 0.304-0.416 0.489-0.601s0.386-0.349 0.601-0.489l0-0c0.184-0.12 0.38-0.224 0.586-0.311 0.195-0.083 0.395-0.148 0.598-0.196 0.005-0.001 0.009-0.002 0.014-0.003 0.273-0.063 0.553-0.094 0.84-0.094s0.568 0.031 0.841 0.094c0.208 0.048 0.413 0.114 0.612 0.199 0.206 0.087 0.401 0.191 0.586 0.311 0.215 0.14 0.416 0.304 0.601 0.489s0.349 0.386 0.489 0.601c0.12 0.184 0.224 0.38 0.311 0.586 0.085 0.2 0.151 0.404 0.199 0.612 0.063 0.273 0.094 0.553 0.094 0.84zM16.401 21.999c0 0.413 0.044 0.817 0.131 1.212 0.073 0.329 0.176 0.652 0.31 0.968 0.135 0.318 0.295 0.618 0.482 0.902 0.207 0.314 0.446 0.607 0.718 0.878s0.564 0.511 0.878 0.718c0.283 0.187 0.584 0.347 0.902 0.482 0.316 0.134 0.639 0.237 0.968 0.31 0.394 0.087 0.798 0.131 1.212 0.131s0.817-0.044 1.212-0.131c0.329-0.073 0.652-0.176 0.968-0.31 0.318-0.134 0.618-0.295 0.902-0.482 0.314-0.207 0.607-0.446 0.878-0.718s0.511-0.564 0.718-0.878c0.187-0.283 0.347-0.584 0.482-0.902 0.134-0.316 0.237-0.639 0.31-0.968 0.087-0.394 0.131-0.798 0.131-1.212s-0.044-0.817-0.131-1.212c-0.073-0.329-0.176-0.652-0.31-0.968-0.134-0.318-0.295-0.618-0.482-0.902-0.207-0.314-0.447-0.607-0.718-0.878s-0.564-0.511-0.878-0.718c-0.283-0.187-0.584-0.347-0.902-0.482-0.316-0.134-0.639-0.237-0.968-0.31-0.394-0.087-0.798-0.131-1.212-0.131h-4.667c-0.129 0-0.248 0.023-0.358 0.068s-0.211 0.114-0.302 0.205c-0.182 0.182-0.273 0.402-0.273 0.66v4.667zM10.004 16.399c-0.413 0-0.817 0.044-1.212 0.131-0.329 0.073-0.652 0.176-0.968 0.31-0.318 0.134-0.618 0.295-0.902 0.482-0.314 0.207-0.607 0.446-0.878 0.718s-0.511 0.564-0.718 0.878c-0.187 0.283-0.348 0.584-0.482 0.901-0.134 0.316-0.237 0.639-0.31 0.968-0.087 0.394-0.131 0.798-0.131 1.212s0.044 0.817 0.131 1.212c0.073 0.329 0.176 0.652 0.31 0.968 0.134 0.318 0.295 0.618 0.482 0.902v0c0.207 0.314 0.446 0.607 0.718 0.878s0.564 0.511 0.878 0.718c0.283 0.187 0.584 0.347 0.902 0.482 0.316 0.134 0.639 0.237 0.968 0.31 0.394 0.087 0.798 0.131 1.212 0.131s0.817-0.044 1.212-0.131v-0c0.33-0.073 0.652-0.176 0.968-0.31 0.318-0.134 0.618-0.295 0.902-0.482 0.314-0.207 0.607-0.446 0.878-0.718s0.511-0.564 0.718-0.878v-0c0.187-0.283 0.347-0.584 0.482-0.902 0.134-0.316 0.237-0.639 0.31-0.968 0.087-0.394 0.131-0.798 0.131-1.212v-4.667c0-0.258-0.091-0.478-0.273-0.66-0.091-0.091-0.192-0.159-0.302-0.205s-0.23-0.068-0.358-0.068h-4.667zM13.734 18.266v3.733c0 0.287-0.031 0.567-0.094 0.84-0.048 0.208-0.114 0.413-0.199 0.612-0.087 0.206-0.191 0.401-0.311 0.585l-0 0c-0.14 0.215-0.303 0.416-0.489 0.601s-0.386 0.349-0.601 0.489c-0.184 0.12-0.38 0.224-0.586 0.311-0.2 0.085-0.404 0.151-0.612 0.199-0.273 0.063-0.553 0.094-0.841 0.094s-0.567-0.031-0.84-0.094l-0.001-0c-0.208-0.048-0.412-0.114-0.612-0.199-0.206-0.087-0.401-0.191-0.586-0.311l-0-0c-0.215-0.14-0.416-0.303-0.601-0.489s-0.349-0.386-0.489-0.601c-0.12-0.184-0.224-0.38-0.311-0.586-0.085-0.2-0.151-0.404-0.199-0.612-0.063-0.273-0.094-0.553-0.094-0.84s0.031-0.568 0.094-0.841c0.048-0.208 0.114-0.412 0.199-0.612 0.087-0.206 0.191-0.401 0.311-0.586 0.14-0.215 0.304-0.416 0.489-0.601s0.386-0.349 0.601-0.489c0.184-0.12 0.38-0.224 0.586-0.311 0.2-0.085 0.404-0.151 0.612-0.199l0.001-0 0.004-0.001c0.272-0.062 0.55-0.093 0.836-0.093h3.733zM18.268 18.266h3.733c0.287 0 0.567 0.031 0.84 0.094 0.208 0.048 0.413 0.114 0.613 0.199 0.206 0.087 0.401 0.191 0.586 0.311 0.215 0.14 0.416 0.303 0.601 0.489s0.349 0.386 0.489 0.601c0.12 0.184 0.224 0.38 0.311 0.586 0.085 0.2 0.151 0.404 0.199 0.612 0.063 0.273 0.094 0.553 0.094 0.841s-0.031 0.567-0.094 0.84c-0.048 0.208-0.114 0.413-0.199 0.612-0.087 0.206-0.191 0.401-0.311 0.586-0.141 0.215-0.303 0.416-0.489 0.601s-0.386 0.349-0.601 0.489c-0.184 0.12-0.38 0.224-0.586 0.311-0.2 0.085-0.404 0.151-0.613 0.199-0.273 0.063-0.553 0.094-0.84 0.094s-0.567-0.031-0.84-0.094c-0.208-0.048-0.413-0.114-0.612-0.199-0.206-0.087-0.401-0.191-0.586-0.311-0.215-0.141-0.416-0.304-0.601-0.489s-0.349-0.386-0.489-0.601c-0.12-0.184-0.224-0.38-0.311-0.586-0.085-0.2-0.151-0.404-0.199-0.612-0.063-0.273-0.094-0.553-0.094-0.84v-3.733z"></path>
3
4
  </svg>
@@ -1,3 +1,4 @@
1
1
  <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
2
- <path d="M25.088 14.216l-0.852 0.781c-0.385 0.353-0.411 0.933-0.058 1.319s0.933 0.411 1.319 0.058l2.116-1.938c0.193-0.177 0.349-0.374 0.467-0.591 0.092-0.17 0.162-0.351 0.208-0.546 0.045-0.189 0.067-0.378 0.063-0.566-0.004-0.222-0.041-0.444-0.112-0.665s-0.17-0.423-0.297-0.605c-0.107-0.155-0.235-0.295-0.382-0.422-0.151-0.13-0.314-0.237-0.488-0.321-0.223-0.107-0.464-0.176-0.724-0.207l-5.601-0.661c-0.031-0.012-0.159-0.053-0.187-0.073-0.021-0.026-0.113-0.124-0.128-0.155l-2.377-5.087c-0.11-0.235-0.25-0.441-0.42-0.618v0c-0.133-0.138-0.285-0.259-0.454-0.362-0.165-0.1-0.338-0.177-0.517-0.232v0c-0.211-0.064-0.432-0.096-0.662-0.096s-0.451 0.032-0.662 0.096v0c-0.179 0.054-0.352 0.131-0.517 0.232-0.17 0.103-0.321 0.224-0.454 0.362-0.17 0.177-0.31 0.383-0.42 0.618l-2.377 5.087c-0.021 0.026-0.1 0.135-0.128 0.155-0.031 0.012-0.153 0.069-0.187 0.073l-5.601 0.661c-0.26 0.031-0.501 0.1-0.724 0.207v0c-0.174 0.084-0.336 0.191-0.488 0.321-0.147 0.127-0.275 0.267-0.382 0.422-0.127 0.182-0.226 0.384-0.297 0.605s-0.109 0.443-0.112 0.665c-0.003 0.188 0.018 0.377 0.063 0.566 0.047 0.194 0.116 0.376 0.208 0.546 0.118 0.217 0.274 0.414 0.467 0.591l4.119 3.773c0.018 0.029 0.099 0.137 0.11 0.171 0.001 0.009 0.002 0.025 0.004 0.044 0.005 0.054 0.013 0.133 0.008 0.159l-1.093 5.462c-0.051 0.255-0.060 0.505-0.028 0.749 0.025 0.191 0.076 0.378 0.152 0.562 0.074 0.179 0.168 0.343 0.28 0.493 0.133 0.177 0.293 0.333 0.479 0.47s0.384 0.241 0.593 0.315c0.177 0.062 0.362 0.101 0.555 0.118 0.198 0.017 0.392 0.009 0.581-0.025h0.001c0.242-0.043 0.478-0.127 0.705-0.253l4.953-2.737c0.032-0.008 0.159-0.050 0.193-0.050 0.032 0.008 0.163 0.033 0.193 0.050l4.831 2.669c0.233 0.129 0.473 0.214 0.72 0.256h0.001c0.192 0.033 0.388 0.039 0.588 0.020 0.195-0.019 0.382-0.061 0.56-0.126v0c0.211-0.077 0.411-0.187 0.598-0.329s0.347-0.305 0.478-0.488c0.111-0.154 0.201-0.323 0.271-0.506 0.072-0.188 0.119-0.379 0.139-0.573 0.026-0.25 0.008-0.504-0.053-0.762l-2.084-8.779c-0.121-0.509-0.615-0.813-1.124-0.693s-0.813 0.615-0.693 1.124l2.084 8.779c0.020 0.084 0.018 0.161-0.007 0.229s-0.071 0.129-0.141 0.181c-0.069 0.053-0.14 0.081-0.213 0.087s-0.147-0.013-0.223-0.055l-4.831-2.669c-0.171-0.094-0.347-0.165-0.53-0.212v0c-0.183-0.047-0.372-0.071-0.566-0.071s-0.384 0.024-0.566 0.071c-0.183 0.047-0.359 0.118-0.53 0.212l-4.953 2.737c-0.075 0.041-0.148 0.059-0.219 0.055s-0.142-0.032-0.21-0.082c-0.069-0.050-0.116-0.109-0.142-0.176s-0.031-0.142-0.014-0.226l1.093-5.462c0.039-0.195 0.053-0.387 0.041-0.579s-0.048-0.381-0.109-0.57c-0.062-0.189-0.144-0.363-0.248-0.525s-0.229-0.309-0.375-0.443l-4.119-3.773c-0.063-0.058-0.104-0.122-0.122-0.191s-0.014-0.145 0.012-0.227c0.026-0.081 0.067-0.145 0.123-0.191s0.126-0.074 0.211-0.084l5.601-0.661c0.195-0.023 0.381-0.069 0.558-0.138s0.345-0.161 0.504-0.276c0.159-0.115 0.299-0.245 0.42-0.392s0.223-0.308 0.306-0.486l2.377-5.087c0.036-0.077 0.084-0.135 0.145-0.173s0.133-0.058 0.218-0.058c0.085 0 0.157 0.019 0.218 0.058s0.109 0.096 0.144 0.173l2.377 5.087c0.083 0.178 0.185 0.34 0.306 0.486s0.261 0.277 0.42 0.392c0.159 0.115 0.327 0.207 0.504 0.276s0.363 0.115 0.558 0.138l5.601 0.661c0.085 0.010 0.155 0.038 0.211 0.084s0.097 0.109 0.123 0.191c0.026 0.081 0.030 0.157 0.012 0.227s-0.059 0.133-0.122 0.191l-1.263 1.157zM10.007 15.327l2 2c0.369 0.37 0.95 0.37 1.32 0s0.37-0.95 0-1.32l-2-2c-0.369-0.37-0.95-0.37-1.32 0s-0.37 0.95 0 1.32z"></path>
2
+ <path opacity="0.8" fill="#000"
3
+ d="M25.091 14.218l-0.852 0.781c-0.385 0.353-0.411 0.933-0.058 1.319s0.933 0.411 1.319 0.058l2.116-1.938c0.193-0.177 0.349-0.374 0.467-0.591 0.092-0.17 0.162-0.351 0.208-0.546 0.045-0.189 0.067-0.378 0.063-0.566-0.004-0.222-0.041-0.444-0.112-0.665s-0.17-0.423-0.297-0.605c-0.107-0.155-0.235-0.295-0.382-0.422-0.151-0.13-0.314-0.237-0.488-0.321-0.223-0.107-0.464-0.176-0.724-0.207l-5.601-0.661c-0.031-0.012-0.159-0.053-0.187-0.073-0.021-0.026-0.113-0.124-0.128-0.155l-2.377-5.087c-0.11-0.235-0.25-0.441-0.42-0.618-0.133-0.138-0.285-0.259-0.454-0.362-0.165-0.1-0.338-0.177-0.517-0.232l-0-0c-0.211-0.064-0.432-0.096-0.662-0.096s-0.451 0.032-0.662 0.096v0c-0.002 0.001-0.004 0.001-0.006 0.002-0.177 0.054-0.348 0.131-0.511 0.23-0.17 0.103-0.321 0.224-0.454 0.362-0.17 0.177-0.31 0.383-0.42 0.618l-2.377 5.087c-0.021 0.026-0.1 0.135-0.128 0.155-0.031 0.012-0.153 0.069-0.187 0.073l-5.601 0.661c-0.26 0.031-0.501 0.1-0.724 0.207l-0 0c-0.174 0.084-0.336 0.191-0.488 0.321-0.147 0.127-0.275 0.267-0.382 0.422-0.127 0.182-0.226 0.384-0.297 0.605s-0.109 0.443-0.112 0.665v0.001c-0.003 0.188 0.018 0.376 0.063 0.565 0.047 0.194 0.116 0.376 0.208 0.546 0.118 0.217 0.274 0.414 0.467 0.591l4.119 3.773c0.018 0.029 0.099 0.137 0.11 0.171 0.001 0.009 0.002 0.025 0.004 0.044l0 0.002c0.005 0.054 0.013 0.132 0.008 0.157l-1.093 5.462c-0.051 0.255-0.060 0.505-0.028 0.749 0.025 0.191 0.076 0.378 0.152 0.562 0.074 0.179 0.168 0.343 0.28 0.493 0.133 0.177 0.293 0.333 0.479 0.47s0.384 0.241 0.593 0.315c0.177 0.062 0.362 0.101 0.555 0.118 0.198 0.017 0.392 0.009 0.581-0.025l0.001-0c0.242-0.043 0.478-0.127 0.705-0.253l4.953-2.737c0.032-0.008 0.159-0.050 0.193-0.050 0.032 0.008 0.163 0.033 0.193 0.050l4.831 2.669c0.233 0.129 0.473 0.214 0.72 0.256l0.001 0c0.192 0.033 0.388 0.039 0.588 0.020 0.195-0.019 0.382-0.061 0.56-0.126 0.211-0.077 0.411-0.187 0.598-0.329s0.347-0.305 0.478-0.488c0.111-0.154 0.201-0.323 0.271-0.506 0.072-0.188 0.119-0.379 0.139-0.573 0.026-0.25 0.008-0.504-0.053-0.762l-2.084-8.779c-0.121-0.509-0.615-0.813-1.124-0.693s-0.813 0.615-0.693 1.124l2.084 8.779c0.020 0.084 0.018 0.161-0.007 0.229s-0.071 0.129-0.141 0.181c-0.069 0.053-0.14 0.081-0.213 0.087s-0.147-0.013-0.223-0.055l-4.831-2.669c-0.171-0.094-0.347-0.165-0.53-0.212v-0c-0.183-0.047-0.372-0.071-0.566-0.071s-0.384 0.024-0.566 0.071c-0.183 0.047-0.359 0.118-0.53 0.212l-4.953 2.737c-0.075 0.041-0.148 0.059-0.219 0.055s-0.142-0.032-0.21-0.082c-0.069-0.050-0.116-0.109-0.142-0.176s-0.031-0.142-0.014-0.226l1.093-5.462c0.039-0.195 0.053-0.387 0.041-0.579s-0.048-0.381-0.109-0.57c-0.062-0.189-0.144-0.363-0.248-0.525s-0.229-0.309-0.375-0.443l-4.119-3.773c-0.063-0.058-0.104-0.122-0.122-0.191s-0.014-0.145 0.012-0.227c0.026-0.081 0.067-0.145 0.123-0.191s0.126-0.074 0.211-0.084l5.601-0.661c0.195-0.023 0.381-0.069 0.558-0.138s0.345-0.161 0.504-0.276c0.159-0.115 0.299-0.245 0.42-0.392s0.223-0.308 0.306-0.486l2.377-5.087c0.036-0.077 0.084-0.135 0.145-0.173s0.133-0.058 0.218-0.058c0.085 0 0.157 0.019 0.218 0.058s0.109 0.096 0.144 0.173l2.377 5.087c0.083 0.178 0.185 0.34 0.306 0.486s0.261 0.277 0.42 0.392c0.159 0.115 0.327 0.207 0.504 0.276s0.363 0.115 0.558 0.138l5.601 0.661c0.085 0.010 0.155 0.038 0.211 0.084s0.097 0.109 0.123 0.191c0.026 0.081 0.030 0.157 0.012 0.227s-0.059 0.133-0.122 0.191l-1.263 1.157zM12.006 17.328l-2-2c-0.37-0.37-0.37-0.95 0-1.32s0.951-0.369 1.32 0l2 2c0.37 0.37 0.37 0.95-0 1.32s-0.95 0.37-1.32 0z"></path>
3
4
  </svg>
@@ -1,3 +1,4 @@
1
1
  <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
2
- <path d="M16.933 4v1.733h8.4c0.163 0 0.323 0.017 0.479 0.050 0.137 0.030 0.272 0.072 0.404 0.128 0.131 0.055 0.254 0.122 0.37 0.199 0.125 0.083 0.242 0.179 0.35 0.287s0.204 0.225 0.287 0.35c0.077 0.116 0.143 0.24 0.199 0.37 0.056 0.132 0.098 0.266 0.128 0.404 0.034 0.156 0.050 0.315 0.050 0.479v7.222c0 0.523-0.411 0.933-0.933 0.933s-0.933-0.411-0.933-0.933v-7.222c0-0.055-0.010-0.106-0.029-0.154s-0.178-0.178-0.217-0.217c-0.047-0.020-0.098-0.029-0.154-0.029h-18.667c-0.055 0-0.106 0.010-0.153 0.029v0 0 0c-0.047 0.020-0.178 0.178-0.217 0.217-0.020 0.047-0.029 0.098-0.029 0.154v13.333c0 0.055 0.010 0.106 0.029 0.153v0c0.020 0.047 0.178 0.178 0.217 0.217 0.047 0.020 0.098 0.029 0.153 0.029h18.667c0.055 0 0.107-0.010 0.154-0.029s0.178-0.178 0.217-0.217c0.019-0.047 0.029-0.098 0.029-0.153v-2.953c0-0.523 0.411-0.933 0.933-0.933s0.933 0.411 0.933 0.933v2.953c0 0.163-0.017 0.323-0.050 0.479-0.030 0.137-0.072 0.272-0.128 0.404-0.055 0.131-0.121 0.254-0.199 0.37-0.083 0.125-0.179 0.242-0.287 0.35s-0.225 0.204-0.35 0.287c-0.116 0.077-0.24 0.143-0.37 0.199-0.132 0.056-0.266 0.098-0.404 0.128-0.156 0.034-0.316 0.051-0.479 0.051h-0.44l2.42 2.42c0.37 0.37 0.37 0.95 0 1.32s-0.95 0.37-1.32 0l-3.74-3.74h-12.507l-3.74 3.74c-0.37 0.37-0.95 0.37-1.32 0s-0.369-0.95 0-1.32l2.42-2.42h-0.44c-0.163 0-0.323-0.017-0.479-0.050v0c-0.137-0.030-0.272-0.072-0.404-0.128-0.131-0.055-0.254-0.122-0.37-0.199v0c-0.125-0.083-0.242-0.178-0.35-0.287s-0.204-0.225-0.287-0.35v0c-0.077-0.116-0.143-0.24-0.199-0.37-0.056-0.132-0.098-0.266-0.128-0.404v0c-0.034-0.156-0.050-0.315-0.050-0.479v-13.333c0-0.163 0.017-0.323 0.050-0.479 0.030-0.137 0.072-0.272 0.128-0.404 0.055-0.131 0.121-0.254 0.199-0.37 0.083-0.125 0.179-0.242 0.287-0.35s0.225-0.204 0.35-0.287c0.116-0.077 0.24-0.143 0.37-0.199 0.132-0.056 0.266-0.098 0.404-0.128v0c0.156-0.034 0.315-0.050 0.479-0.050h8.4v-1.733c0-0.523 0.411-0.933 0.933-0.933s0.933 0.411 0.933 0.933zM18.72 17.392l4.615-4.741c0.365-0.374 0.357-0.955-0.018-1.32s-0.955-0.357-1.32 0.018l-3.906 4.012-3.532-4.067c-0.195-0.169-0.421-0.244-0.678-0.225s-0.47 0.125-0.639 0.32l-4.615 5.333c-0.342 0.395-0.3 0.975 0.095 1.317s0.974 0.3 1.316-0.095l3.91-4.518 3.397 3.925c0.169 0.195 0.381 0.302 0.639 0.32s0.541-0.111 0.736-0.28z"></path>
2
+ <path opacity="0.8" fill="#000"
3
+ d="M16.933 4.002v1.733h8.4c0.163 0 0.323 0.017 0.479 0.050 0.137 0.030 0.272 0.072 0.404 0.128 0.131 0.055 0.254 0.122 0.37 0.199 0.125 0.083 0.242 0.179 0.35 0.287s0.204 0.225 0.287 0.35c0.077 0.116 0.143 0.24 0.199 0.37 0.056 0.132 0.098 0.266 0.128 0.404 0.034 0.156 0.050 0.315 0.050 0.479v7.222c0 0.523-0.411 0.933-0.933 0.933s-0.933-0.411-0.933-0.933v-7.222c0-0.055-0.010-0.106-0.029-0.154s-0.178-0.178-0.217-0.217c-0.047-0.020-0.098-0.029-0.154-0.029h-18.667c-0.055 0-0.106 0.010-0.153 0.029s-0.178 0.178-0.217 0.217c-0.020 0.047-0.029 0.098-0.029 0.154v13.333c0 0.055 0.010 0.106 0.029 0.153l0 0c0.020 0.047 0.178 0.178 0.217 0.217 0.047 0.019 0.098 0.029 0.153 0.029h18.667c0.055 0 0.107-0.010 0.154-0.029s0.178-0.178 0.217-0.217c0.019-0.047 0.029-0.098 0.029-0.153v-2.953c0-0.523 0.411-0.933 0.933-0.933s0.933 0.411 0.933 0.933v2.953c0 0.163-0.017 0.323-0.050 0.479-0.030 0.137-0.072 0.272-0.128 0.404-0.055 0.131-0.121 0.254-0.199 0.37-0.083 0.125-0.179 0.242-0.287 0.35s-0.225 0.204-0.35 0.287c-0.116 0.077-0.24 0.143-0.37 0.199-0.132 0.056-0.266 0.098-0.404 0.128-0.156 0.034-0.316 0.051-0.479 0.051h-0.44l2.42 2.42c0.37 0.37 0.37 0.95 0 1.32s-0.95 0.37-1.32 0l-3.74-3.74h-12.507l-3.74 3.74c-0.37 0.37-0.95 0.37-1.32 0s-0.369-0.95 0-1.32l2.42-2.42h-0.44c-0.161 0-0.319-0.017-0.474-0.049l-0.005-0.001-0-0c-0.137-0.030-0.272-0.072-0.404-0.128-0.131-0.055-0.254-0.122-0.37-0.199-0.125-0.083-0.242-0.179-0.35-0.287s-0.204-0.225-0.287-0.35c-0.077-0.116-0.143-0.24-0.199-0.37-0.056-0.132-0.098-0.267-0.128-0.404-0.034-0.156-0.050-0.315-0.050-0.479v-13.333c0-0.163 0.017-0.323 0.050-0.479v0l0-0c0.030-0.137 0.072-0.272 0.128-0.404 0.055-0.131 0.121-0.254 0.199-0.37 0.083-0.125 0.179-0.242 0.287-0.35s0.225-0.204 0.35-0.287c0.116-0.077 0.24-0.143 0.37-0.199 0.132-0.056 0.266-0.098 0.404-0.128h0c0.002-0 0.003-0.001 0.005-0.001v0c0.154-0.033 0.312-0.049 0.474-0.049h8.4v-1.733c0-0.523 0.411-0.933 0.933-0.933s0.933 0.411 0.933 0.933zM23.332 12.652l-4.615 4.741c-0.195 0.169-0.479 0.298-0.736 0.28s-0.47-0.125-0.639-0.32l-3.397-3.925-3.91 4.518c-0.342 0.395-0.921 0.437-1.316 0.095s-0.437-0.921-0.095-1.317l4.615-5.333c0.169-0.195 0.382-0.302 0.639-0.32s0.483 0.056 0.678 0.225l3.532 4.067 3.906-4.012c0.365-0.374 0.945-0.382 1.32-0.018s0.382 0.945 0.018 1.32z"></path>
3
4
  </svg>
@@ -1,3 +1,4 @@
1
1
  <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
2
- <path d="M10.633 5.457c-1.119 0.457-2.181 1.053-3.185 1.79-0.422 0.309-0.51 0.883-0.201 1.305s0.883 0.51 1.305 0.201c0.927-0.68 1.908-1.223 2.943-1.629 0.185-0.073 0.373-0.141 0.562-0.205 0.658-0.223 1.325-0.389 2.001-0.497 0.64-0.103 1.287-0.154 1.943-0.154s1.304 0.051 1.943 0.154v0c0.676 0.108 1.343 0.274 2.001 0.497 0.189 0.064 0.376 0.133 0.562 0.205v0c1.035 0.407 2.015 0.95 2.943 1.629 0.421 0.309 0.996 0.221 1.305-0.201s0.221-0.996-0.201-1.305c-1.005-0.736-2.067-1.333-3.185-1.79-0.271-0.111-0.545-0.213-0.823-0.307-0.755-0.256-1.52-0.447-2.297-0.572-0.739-0.119-1.488-0.179-2.247-0.179s-1.508 0.060-2.247 0.179v0c-0.776 0.125-1.541 0.316-2.296 0.572-0.277 0.094-0.552 0.197-0.823 0.307v0zM28.933 18.667v1.333c0 0.163-0.017 0.323-0.051 0.479-0.030 0.137-0.072 0.272-0.128 0.404-0.055 0.131-0.121 0.254-0.199 0.37-0.083 0.125-0.179 0.242-0.287 0.35s-0.225 0.204-0.35 0.287c-0.116 0.077-0.24 0.143-0.37 0.199-0.132 0.056-0.267 0.099-0.404 0.128-0.156 0.034-0.315 0.050-0.479 0.050h-21.333c-0.163 0-0.323-0.017-0.479-0.050-0.137-0.030-0.272-0.072-0.404-0.128-0.131-0.055-0.254-0.121-0.37-0.199-0.125-0.083-0.242-0.178-0.35-0.287s-0.204-0.225-0.287-0.35c-0.077-0.116-0.143-0.24-0.199-0.37s-0.098-0.266-0.128-0.404c-0.034-0.156-0.050-0.315-0.050-0.479v-8c0-0.163 0.017-0.323 0.050-0.479 0.030-0.137 0.072-0.272 0.128-0.404s0.121-0.254 0.199-0.37c0.083-0.125 0.179-0.242 0.287-0.35s0.225-0.204 0.35-0.287c0.116-0.077 0.24-0.143 0.37-0.199 0.132-0.056 0.266-0.098 0.404-0.128v0c0.156-0.034 0.315-0.050 0.479-0.050h21.333c0.163 0 0.323 0.017 0.479 0.050 0.137 0.030 0.272 0.072 0.404 0.128 0.131 0.055 0.254 0.122 0.37 0.199 0.125 0.083 0.241 0.178 0.35 0.287s0.204 0.225 0.287 0.35c0.077 0.116 0.143 0.24 0.199 0.37 0.056 0.132 0.099 0.266 0.128 0.404v0c0.034 0.156 0.050 0.315 0.050 0.478v4c0 0.523-0.411 0.933-0.933 0.933s-0.933-0.411-0.933-0.933v-4c0-0.055-0.010-0.106-0.029-0.154s-0.178-0.178-0.217-0.217c-0.047-0.020-0.098-0.029-0.154-0.029h-21.333c-0.055 0-0.106 0.010-0.153 0.029v0 0c-0.047 0.020-0.178 0.178-0.217 0.217-0.020 0.047-0.029 0.098-0.029 0.154v8c0 0.055 0.010 0.106 0.029 0.154s0.178 0.178 0.217 0.217c0.047 0.020 0.098 0.029 0.153 0.029h21.333c0.055 0 0.106-0.010 0.154-0.029s0.178-0.178 0.217-0.217c0.019-0.047 0.029-0.098 0.029-0.154v-1.333c0-0.523 0.411-0.933 0.933-0.933s0.933 0.411 0.933 0.933zM20.479 23.117v0c0.137 0.030 0.272 0.072 0.404 0.128 0.131 0.055 0.254 0.121 0.37 0.199 0.125 0.083 0.241 0.179 0.35 0.287s0.204 0.225 0.287 0.35c0.077 0.116 0.143 0.24 0.199 0.37 0.056 0.132 0.099 0.266 0.128 0.404v0c0.034 0.156 0.051 0.316 0.051 0.479s-0.017 0.323-0.051 0.479c-0.030 0.137-0.072 0.272-0.128 0.404-0.055 0.131-0.121 0.254-0.199 0.37-0.083 0.125-0.179 0.242-0.287 0.35s-0.225 0.204-0.35 0.287c-0.116 0.077-0.24 0.143-0.37 0.199-0.132 0.056-0.267 0.098-0.404 0.128-0.156 0.034-0.316 0.051-0.479 0.051h-8c-0.163 0-0.323-0.017-0.479-0.051-0.137-0.030-0.272-0.072-0.404-0.128-0.131-0.055-0.254-0.121-0.37-0.199-0.125-0.083-0.242-0.179-0.35-0.287s-0.204-0.225-0.287-0.35c-0.077-0.116-0.143-0.24-0.199-0.37-0.056-0.132-0.098-0.266-0.128-0.404-0.034-0.156-0.050-0.315-0.050-0.479s0.017-0.323 0.050-0.479c0.030-0.137 0.072-0.272 0.128-0.404 0.055-0.131 0.121-0.254 0.199-0.37 0.083-0.125 0.179-0.241 0.287-0.35s0.225-0.204 0.35-0.287c0.116-0.077 0.24-0.143 0.37-0.199 0.132-0.056 0.266-0.099 0.404-0.128 0.156-0.034 0.316-0.050 0.479-0.050h8c0.163 0 0.323 0.017 0.479 0.050zM20 24.933h-8c-0.055 0-0.106 0.010-0.153 0.029s-0.178 0.178-0.217 0.217c-0.020 0.047-0.029 0.098-0.029 0.154s0.010 0.106 0.029 0.153c0.020 0.047 0.178 0.178 0.217 0.217 0.047 0.020 0.098 0.029 0.153 0.029h8c0.055 0 0.106-0.010 0.154-0.029s0.178-0.178 0.217-0.217c0.019-0.047 0.029-0.098 0.029-0.153s-0.010-0.106-0.029-0.154v0c-0.020-0.047-0.178-0.178-0.217-0.217-0.047-0.019-0.098-0.029-0.154-0.029z"></path>
2
+ <path opacity="0.8" fill="#000"
3
+ d="M10.634 5.455c-1.119 0.457-2.181 1.053-3.185 1.79-0.422 0.309-0.51 0.883-0.201 1.305s0.883 0.51 1.305 0.201c0.927-0.68 1.908-1.223 2.943-1.629 0.185-0.073 0.373-0.141 0.562-0.205 0.658-0.223 1.325-0.389 2.001-0.497 0.639-0.103 1.287-0.154 1.943-0.154s1.304 0.051 1.943 0.154v0c0.676 0.108 1.343 0.274 2.001 0.497 0.189 0.064 0.376 0.133 0.562 0.205v0c1.035 0.407 2.015 0.95 2.943 1.629 0.422 0.309 0.996 0.221 1.305-0.201s0.221-0.996-0.201-1.305c-1.005-0.736-2.066-1.333-3.185-1.79-0.271-0.111-0.545-0.213-0.823-0.307-0.755-0.256-1.52-0.447-2.297-0.572-0.739-0.119-1.489-0.179-2.247-0.179s-1.508 0.060-2.247 0.179l-0 0c-0.776 0.125-1.541 0.316-2.296 0.572-0.278 0.094-0.552 0.197-0.823 0.307h-0zM28.934 18.666v1.333c0 0.163-0.017 0.323-0.050 0.479-0.030 0.137-0.072 0.272-0.128 0.404s-0.121 0.254-0.199 0.37c-0.083 0.125-0.179 0.242-0.287 0.35s-0.225 0.204-0.35 0.287c-0.116 0.077-0.24 0.143-0.371 0.199-0.132 0.056-0.266 0.098-0.404 0.128-0.156 0.034-0.315 0.050-0.479 0.050h-21.333c-0.163 0-0.323-0.017-0.479-0.050-0.137-0.030-0.272-0.072-0.404-0.128-0.131-0.055-0.254-0.121-0.37-0.199-0.125-0.083-0.242-0.179-0.35-0.287s-0.204-0.225-0.287-0.35c-0.077-0.116-0.143-0.24-0.199-0.37s-0.098-0.266-0.128-0.404c-0.034-0.156-0.050-0.315-0.050-0.479v-8c0-0.163 0.017-0.323 0.050-0.479 0.030-0.137 0.072-0.272 0.128-0.404 0.055-0.131 0.122-0.254 0.199-0.37 0.083-0.125 0.179-0.242 0.287-0.35s0.225-0.204 0.35-0.287c0.116-0.077 0.24-0.143 0.37-0.199 0.132-0.056 0.266-0.098 0.404-0.128 0.156-0.034 0.316-0.050 0.479-0.050h21.333c0.163 0 0.323 0.017 0.479 0.050 0.137 0.030 0.272 0.072 0.404 0.128 0.131 0.055 0.254 0.122 0.371 0.199 0.125 0.083 0.241 0.178 0.35 0.287s0.204 0.225 0.287 0.35c0.077 0.116 0.143 0.24 0.199 0.37 0.056 0.132 0.098 0.266 0.128 0.404 0.034 0.156 0.050 0.315 0.050 0.479v4c0 0.523-0.411 0.933-0.933 0.933s-0.933-0.411-0.933-0.933v-4c0-0.055-0.010-0.106-0.029-0.154s-0.178-0.178-0.217-0.217c-0.047-0.020-0.098-0.029-0.153-0.029h-21.333c-0.055 0-0.106 0.010-0.154 0.029v0c-0.047 0.020-0.178 0.178-0.217 0.217-0.020 0.047-0.029 0.098-0.029 0.154v8c0 0.055 0.010 0.106 0.029 0.154s0.178 0.178 0.217 0.217c0.047 0.020 0.098 0.029 0.154 0.029h21.333c0.055 0 0.106-0.010 0.153-0.029s0.178-0.178 0.217-0.217c0.019-0.047 0.029-0.098 0.029-0.154v-1.333c0-0.523 0.411-0.933 0.933-0.933s0.933 0.411 0.933 0.933zM20.479 23.116h-0c-0.156-0.034-0.315-0.050-0.479-0.050h-8c-0.163 0-0.323 0.017-0.479 0.050-0.137 0.030-0.272 0.072-0.404 0.128-0.131 0.055-0.254 0.121-0.37 0.199-0.125 0.083-0.242 0.179-0.35 0.287s-0.204 0.225-0.287 0.35c-0.077 0.116-0.143 0.24-0.199 0.37s-0.098 0.266-0.128 0.404c-0.034 0.156-0.050 0.315-0.050 0.479s0.017 0.323 0.050 0.479v0c0.030 0.137 0.072 0.272 0.128 0.404s0.121 0.254 0.199 0.37c0.083 0.125 0.179 0.242 0.287 0.35s0.225 0.204 0.35 0.287c0.116 0.077 0.24 0.143 0.37 0.199 0.132 0.056 0.266 0.098 0.404 0.128 0.156 0.034 0.316 0.050 0.479 0.050h8c0.163 0 0.323-0.017 0.479-0.050 0.137-0.030 0.272-0.072 0.404-0.128 0.131-0.055 0.254-0.121 0.37-0.199 0.125-0.083 0.242-0.179 0.35-0.287s0.204-0.225 0.287-0.35c0.077-0.116 0.143-0.24 0.199-0.37s0.098-0.266 0.128-0.404c0.034-0.156 0.051-0.316 0.051-0.479s-0.017-0.323-0.051-0.479v-0c-0.030-0.137-0.072-0.272-0.128-0.404s-0.121-0.254-0.199-0.37c-0.083-0.125-0.179-0.242-0.287-0.35s-0.225-0.204-0.35-0.287c-0.116-0.077-0.24-0.143-0.37-0.199-0.132-0.056-0.266-0.099-0.404-0.128zM12 24.932h8c0.055 0 0.106 0.010 0.153 0.029 0.039 0.039 0.198 0.17 0.217 0.217v0c0.020 0.047 0.029 0.098 0.029 0.154s-0.010 0.106-0.029 0.154c-0.039 0.039-0.17 0.198-0.217 0.217s-0.098 0.029-0.153 0.029h-8c-0.055 0-0.106-0.010-0.154-0.029-0.039-0.039-0.198-0.17-0.217-0.217s-0.029-0.098-0.029-0.154 0.010-0.106 0.029-0.154c0.039-0.039 0.17-0.198 0.217-0.217s0.098-0.029 0.154-0.029z"></path>
3
4
  </svg>
@@ -169,6 +169,8 @@
169
169
 
170
170
  .el-input__wrapper {
171
171
  background: var(--o-color-fill2);
172
+ box-shadow: none;
173
+ border: 1px solid var(--el-input-border-color);
172
174
  }
173
175
 
174
176
  .el-select__wrapper {
@@ -611,6 +611,8 @@ const deleteActions = computed<DialogActionT[]>(() => {
611
611
  :value="row.sub_id || row.id"
612
612
  :class="{
613
613
  'last-item': idx === activityList.length - 1 && rowIdx === act.list.length - 1,
614
+ 'is-delete': row.is_delete,
615
+ 'is-end': row.isExpired,
614
616
  }"
615
617
  >
616
618
  <template #title>
@@ -618,7 +620,7 @@ const deleteActions = computed<DialogActionT[]>(() => {
618
620
  <div
619
621
  class="act-icon"
620
622
  :style="{
621
- backgroundColor: `${getConfig(CalendarDataType.EVENTS, 'color')}`
623
+ backgroundColor: `${row.is_delete ? 'var(--o-color-info4)' : getConfig(CalendarDataType.EVENTS, 'color')}`
622
624
  }"
623
625
  >
624
626
  <OIcon>
@@ -626,13 +628,7 @@ const deleteActions = computed<DialogActionT[]>(() => {
626
628
  </OIcon>
627
629
  </div>
628
630
  <div class="header-info">
629
- <div
630
- :class="{
631
- 'act-title': true,
632
- 'is-delete': row.is_delete,
633
- 'is-end': row.isExpired,
634
- }"
635
- >
631
+ <div class="act-title">
636
632
  <div class="title-text">{{ row.title }}</div>
637
633
  <OTag
638
634
  color="primary"
@@ -1236,6 +1232,10 @@ const deleteActions = computed<DialogActionT[]>(() => {
1236
1232
  padding: var(--o-gap-3) var(--o-gap-4);
1237
1233
  }
1238
1234
 
1235
+ @include respond('phone') {
1236
+ --icon-size: 20px;
1237
+ }
1238
+
1239
1239
  &:hover {
1240
1240
  .title-text {
1241
1241
  color: var(--o-color-primary1);
@@ -1245,10 +1245,17 @@ const deleteActions = computed<DialogActionT[]>(() => {
1245
1245
  }
1246
1246
  }
1247
1247
 
1248
- @include respond('phone') {
1249
- --icon-size: 20px;
1250
- }
1248
+ &.is-delete,
1249
+ &.is-end {
1250
+
1251
+ .act-title {
1252
+ color: var(--o-color-info4);
1251
1253
 
1254
+ .title-text {
1255
+ color: var(--o-color-info4);
1256
+ }
1257
+ }
1258
+ }
1252
1259
  &.o-collapse-item-expanded {
1253
1260
  border-bottom: none;
1254
1261
  background-color: color-mix(in srgb, var(--o-color-control2-light) 40%, transparent);
@@ -309,11 +309,9 @@ defineProps<EventsApplyPropsT>();
309
309
  }
310
310
  @include respond('pad_v') {
311
311
  padding-left: var(--o-gap-5);
312
- color: var(--o-color-info2);
313
312
  }
314
313
  @include respond('phone') {
315
314
  padding-left: var(--o-gap-5);
316
- color: var(--o-color-info2);
317
315
  }
318
316
  }
319
317
  }
@@ -131,35 +131,50 @@ const list = computed(() => {
131
131
 
132
132
  <template>
133
133
  <div class="o-events-list">
134
- <div class="filter-wrapper">
135
- <div class="filter-left">
136
- <span>{{ t('events.status') }}</span>
137
- <ORadioGroup v-model="status" :style="{ '--radio-group-gap': '8px' }" @change="changeStatus">
138
- <ORadio v-for="t in statusOptions" :key="t.value" :value="t.value">
139
- <template #radio="{ checked }">
140
- <OToggle :checked="checked">{{ t.label }}</OToggle>
134
+ <div class="filter-slot-wrapper">
135
+ <slot name="filter">
136
+ <div class="filter-wrapper">
137
+ <div class="filter-left">
138
+ <span>{{ t('events.status') }}</span>
139
+ <ORadioGroup v-model="status" :style="{ '--radio-group-gap': '8px' }" @change="changeStatus">
140
+ <ORadio v-for="t in statusOptions" :key="t.value" :value="t.value">
141
+ <template #radio="{ checked }">
142
+ <OToggle :checked="checked">{{ t.label }}</OToggle>
143
+ </template>
144
+ </ORadio>
145
+ </ORadioGroup>
146
+ </div>
147
+ <OInput
148
+ size="large"
149
+ v-model="input"
150
+ :placeholder="t('events.searchPlaceholder')"
151
+ @pressEnter="changeKeyword"
152
+ @clear="changeKeyword"
153
+ clearable>
154
+ <template #prefix>
155
+ <OIcon class="input-icon">
156
+ <OIconSearch />
157
+ </OIcon>
141
158
  </template>
142
- </ORadio>
143
- </ORadioGroup>
144
- </div>
145
- <OInput
146
- v-model="input"
147
- :placeholder="t('events.searchPlaceholder')"
148
- @pressEnter="changeKeyword"
149
- @clear="changeKeyword"
150
- clearable>
151
- <template #prefix>
152
- <OIcon class="input-icon">
153
- <OIconSearch />
154
- </OIcon>
155
- </template>
156
- </OInput>
159
+ </OInput>
160
+ </div>
161
+ </slot>
157
162
  </div>
158
163
  <div class="list-content">
159
164
  <OCard v-for="item in list" :key="item.name" :cover="item.cover" :href="item.link">
160
- <OTag class="event-status">
161
- {{ item.status === EventsStatusT.ING ? t('events.statusIng') : t('events.statusFinish') }}
162
- </OTag>
165
+ <div class="tags-wrapper">
166
+ <template v-if="item.tags?.length">
167
+ <OTag v-for="tag in item.tags" :key="tag.title" size="medium">
168
+ <span>{{ tag.title }}</span>
169
+ <template #icon v-if="tag.icon">
170
+ <component :is="tag.icon"></component>
171
+ </template>
172
+ </OTag>
173
+ </template>
174
+ <OTag class="event-status">
175
+ {{ item.status === EventsStatusT.ING ? t('events.statusIng') : t('events.statusFinish') }}
176
+ </OTag>
177
+ </div>
163
178
  <div class="event-name">{{ item.name }}</div>
164
179
  <div class="event-desc">
165
180
  <div class="event-date">{{ item.dateStr }}</div>
@@ -188,11 +203,8 @@ const list = computed(() => {
188
203
  .o-events-list {
189
204
  --events-card-radius: var(--o-radius-xs);
190
205
  --events-tag-radius: var(--o-radius-xs);
191
- .filter-wrapper {
192
- display: flex;
193
- align-items: center;
194
- flex-wrap: wrap;
195
- justify-content: space-between;
206
+
207
+ .filter-slot-wrapper {
196
208
  background-color: var(--o-color-fill2);
197
209
  border-radius: var(--events-card-radius);
198
210
  padding: var(--o-gap-5) var(--o-gap-6);
@@ -210,6 +222,13 @@ const list = computed(() => {
210
222
  @include respond('phone') {
211
223
  padding: var(--o-gap-3) var(--o-gap-4);
212
224
  }
225
+ }
226
+
227
+ .filter-wrapper {
228
+ display: flex;
229
+ align-items: center;
230
+ flex-wrap: wrap;
231
+ justify-content: space-between;
213
232
 
214
233
  .filter-left {
215
234
  display: flex;
@@ -332,22 +351,30 @@ const list = computed(() => {
332
351
  margin-top: var(--o-gap-4);
333
352
  }
334
353
 
335
- .event-status {
336
- --tag-color: rgb(var(--o-white));
337
- --tag-bg-color: rgba(var(--o-black), 0.25);
338
- --tag-padding: var(--o-gap-1) var(--o-gap-3);
339
- border: none;
354
+ .tags-wrapper {
340
355
  position: absolute;
341
356
  top: var(--o-gap-3);
342
357
  right: var(--o-gap-3);
343
- border-radius: var(--events-tag-radius);
344
- @include respond('<=pad_v') {
345
- --tag-padding: var(--o-gap-1);
346
- }
358
+ display: flex;
359
+ align-items: center;
360
+ column-gap: var(--o-gap-2);
361
+ flex-wrap: wrap;
362
+ justify-content: flex-end;
347
363
  @include respond('phone') {
348
364
  top: var(--o-gap-2);
349
365
  right: var(--o-gap-2);
350
366
  }
367
+
368
+ .o-tag {
369
+ --tag-color: rgb(var(--o-white));
370
+ --tag-bg-color: rgba(var(--o-black), 0.25);
371
+ --tag-padding: var(--o-gap-1) var(--o-gap-3);
372
+ border: none;
373
+ border-radius: var(--events-tag-radius);
374
+ @include respond('<=pad') {
375
+ --tag-padding: var(--o-gap-1);
376
+ }
377
+ }
351
378
  }
352
379
 
353
380
  .event-name {
@@ -55,6 +55,7 @@ export interface EventsCardItemT {
55
55
  cover?: string; // 卡片封面,如果不传递,组件内部通过date计算得出
56
56
  status?: EventsStatusT; // 事件状态,不传递,组件内部通过date计算得出
57
57
  link: string; // 跳转链接
58
+ tags?: { icon?: any; title: string }[];
58
59
  }
59
60
 
60
61
 
@@ -1,10 +1,5 @@
1
1
  import _OHeader from './OHeader.vue';
2
2
  import _OHeaderMobile from './OHeaderMobile.vue';
3
- import _OHeaderUser from './OHeaderUser.vue';
4
- import _OHeaderSearch from './OHeaderSearch.vue';
5
- import _OHeaderTheme from './OHeaderTheme.vue';
6
- import _OHeaderSourceCode from './OHeaderSourceCode.vue';
7
- import _OHeaderLanguageSwitcher from './OHeaderLanguageSwitcher.vue';
8
3
  import type { App } from 'vue';
9
4
 
10
5
  const OHeader = Object.assign(_OHeader, {
@@ -19,35 +14,5 @@ const OHeaderMobile = Object.assign(_OHeaderMobile, {
19
14
  },
20
15
  });
21
16
 
22
- const OHeaderUser = Object.assign(_OHeaderUser, {
23
- install(app: App) {
24
- app.component('OHeaderUser', _OHeaderUser);
25
- },
26
- });
27
-
28
- const OHeaderSearch = Object.assign(_OHeaderSearch, {
29
- install(app: App) {
30
- app.component('OHeaderSearch', _OHeaderSearch);
31
- },
32
- });
33
-
34
- const OHeaderTheme = Object.assign(_OHeaderTheme, {
35
- install(app: App) {
36
- app.component('OHeaderTheme', _OHeaderTheme);
37
- },
38
- });
39
-
40
- const OHeaderSourceCode = Object.assign(_OHeaderSourceCode, {
41
- install(app: App) {
42
- app.component('OHeaderSourceCode', _OHeaderSourceCode);
43
- },
44
- });
45
-
46
- const OHeaderLanguageSwitcher = Object.assign(_OHeaderLanguageSwitcher, {
47
- install(app: App) {
48
- app.component('OHeaderLanguageSwitcher', _OHeaderLanguageSwitcher);
49
- },
50
- });
51
-
52
17
  export * from './types';
53
- export { OHeader, OHeaderMobile, OHeaderUser, OHeaderSearch, OHeaderTheme, OHeaderSourceCode, OHeaderLanguageSwitcher };
18
+ export { OHeader, OHeaderMobile };
@@ -0,0 +1,10 @@
1
+ import _OHeaderLanguageSwitcher from './OHeaderLanguageSwitcher.vue';
2
+ import type { App } from 'vue';
3
+
4
+ const OHeaderLanguageSwitcher = Object.assign(_OHeaderLanguageSwitcher, {
5
+ install(app: App) {
6
+ app.component('OHeaderLanguageSwitcher', _OHeaderLanguageSwitcher);
7
+ },
8
+ });
9
+
10
+ export { OHeaderLanguageSwitcher };
@@ -0,0 +1,10 @@
1
+ import _OHeaderSearch from './OHeaderSearch.vue';
2
+ import type { App } from 'vue';
3
+
4
+ const OHeaderSearch = Object.assign(_OHeaderSearch, {
5
+ install(app: App) {
6
+ app.component('OHeaderSearch', _OHeaderSearch);
7
+ },
8
+ });
9
+
10
+ export { OHeaderSearch };
@@ -0,0 +1,10 @@
1
+ import _OHeaderSourceCode from './OHeaderSourceCode.vue';
2
+ import type { App } from 'vue';
3
+
4
+ const OHeaderSourceCode = Object.assign(_OHeaderSourceCode, {
5
+ install(app: App) {
6
+ app.component('OHeaderSourceCode', _OHeaderSourceCode);
7
+ },
8
+ });
9
+
10
+ export { OHeaderSourceCode };
@@ -0,0 +1,10 @@
1
+ import _OHeaderTheme from './OHeaderTheme.vue';
2
+ import type { App } from 'vue';
3
+
4
+ const OHeaderTheme = Object.assign(_OHeaderTheme, {
5
+ install(app: App) {
6
+ app.component('OHeaderTheme', _OHeaderTheme);
7
+ },
8
+ });
9
+
10
+ export { OHeaderTheme };
@@ -0,0 +1,10 @@
1
+ import _OHeaderUser from './OHeaderUser.vue';
2
+ import type { App } from 'vue';
3
+
4
+ const OHeaderUser = Object.assign(_OHeaderUser, {
5
+ install(app: App) {
6
+ app.component('OHeaderUser', _OHeaderUser);
7
+ },
8
+ });
9
+
10
+ export { OHeaderUser };
@@ -326,6 +326,7 @@ defineExpose({
326
326
  </OIcon>
327
327
  </div>
328
328
  <OSelect
329
+ v-if="groups?.length > 0"
329
330
  v-model="group"
330
331
  :placeholder="t(groupType === MeetingGroupType.GROUP ? 'meeting.allGroups' : 'meeting.allSigs')"
331
332
  clearable
@@ -336,8 +337,8 @@ defineExpose({
336
337
  </div>
337
338
 
338
339
  <div class="right-title">
339
- {{ t('meeting.latestMeeting') }}&nbsp;
340
- <span>{{ dayjs(latestDay).format('YYYY/MM/DD') }}</span>
340
+ <span>{{ t('meeting.latestMeeting') }}&nbsp;</span>
341
+ <span>{{ formatDate(dayjs(latestDay)) }}</span>
341
342
  </div>
342
343
  </template>
343
344
  <template #date-cell="{ data }">
@@ -383,7 +384,7 @@ defineExpose({
383
384
  <div class="detail-list">
384
385
  <div class="current-day">
385
386
  {{ t('meeting.latestMeeting') }}&nbsp;
386
- <span>{{ dayjs(currentDay).format('YYYY/MM/DD') }}</span>
387
+ <span>{{ formatDate(dayjs(currentDay)) }}</span>
387
388
  </div>
388
389
  <div class="right-title">
389
390
  <div class="title-list">
@@ -482,6 +483,9 @@ defineExpose({
482
483
  align-items: center;
483
484
  justify-content: center;
484
485
  gap: var(--o-gap-6);
486
+ @include respond('<=pad') {
487
+ gap: var(--o-gap-4);
488
+ }
485
489
 
486
490
  .o-select {
487
491
  max-width: 240px;
@@ -508,7 +512,7 @@ defineExpose({
508
512
 
509
513
  .month-date {
510
514
  font-weight: 500;
511
- margin: 0 var(--o-gap-1);
515
+ margin: 0;
512
516
  }
513
517
  }
514
518
 
@@ -638,16 +642,16 @@ defineExpose({
638
642
  display: flex;
639
643
  margin-top: 4px;
640
644
  color: var(--o-color-white);
641
- height: 20px;
645
+ height: 16px;
642
646
 
643
647
  .o-icon {
644
648
  flex-shrink: 0;
645
649
  position: relative;
646
650
  border-radius: 50%;
647
- padding: 2px;
648
651
  width: 16px;
649
652
  height: 16px;
650
- font-size: 12px;
653
+ font-size: 14px;
654
+ padding: 1px;
651
655
  margin-left: -4px;
652
656
  margin-top: 0;
653
657
  @include respond('<=pad_v') {
@@ -864,13 +868,12 @@ defineExpose({
864
868
  justify-content: center;
865
869
  align-items: flex-end;
866
870
  height: 60px;
867
- }
868
-
869
- .o-tab {
870
- .o-icon {
871
- svg path {
872
- fill: currentColor;
873
- }
871
+ @include respond('pad_h') {
872
+ --tab-nav-gap: 24px;
873
+ }
874
+
875
+ @include respond-to('pad_v') {
876
+ --tab-nav-justify: flex-end;
874
877
  }
875
878
 
876
879
  @include respond('pad_v-laptop') {
@@ -895,6 +898,11 @@ defineExpose({
895
898
  }
896
899
  }
897
900
 
901
+ .o-icon {
902
+ svg path {
903
+ fill: currentColor;
904
+ }
905
+ }
898
906
  .o-tab-nav-anchor {
899
907
  .o-tab-nav-anchor-line {
900
908
  width: 100%;