@opentiny/vue-docs 3.22.1 → 3.22.3

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 (2) hide show
  1. package/package.json +12 -12
  2. package/playground/App.vue +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/vue-docs",
3
- "version": "3.22.1",
3
+ "version": "3.22.3",
4
4
  "license": "MIT",
5
5
  "dependencies": {
6
6
  "@docsearch/css": "^3.8.0",
@@ -10,35 +10,35 @@
10
10
  "@opentiny/vue-vite-import": "~1.2.0",
11
11
  "@unocss/reset": "0.38.2",
12
12
  "@vue/repl": "^2.5.5",
13
+ "@vueuse/core": "^12.7.0",
13
14
  "@vueuse/head": "0.7.13",
14
15
  "github-markdown-css": "~5.1.0",
15
16
  "highlight.js": "^11.5.1",
16
17
  "marked": "^4.3.0",
17
- "@vueuse/core": "^12.7.0",
18
18
  "prismjs": "^1.28.0",
19
19
  "sortablejs": "1.15.0",
20
20
  "tailwindcss": "^3.2.4",
21
21
  "vue": "^3.4.31",
22
- "vue-i18n": "^9.1.10",
22
+ "vue-i18n": "~9.14.3",
23
23
  "vue-router": "4.1.5",
24
+ "@opentiny/utils": "~3.22.0",
25
+ "@opentiny/vue": "~3.22.1",
24
26
  "@opentiny/vue-design-aurora": "~3.22.0",
27
+ "@opentiny/vue-common": "~3.22.0",
25
28
  "@opentiny/vue-design-saas": "~3.22.0",
26
29
  "@opentiny/vue-directive": "~3.22.0",
30
+ "@opentiny/vue-flowchart": "~3.22.0",
27
31
  "@opentiny/vue-design-smb": "~3.22.0",
28
32
  "@opentiny/vue-hooks": "~3.22.0",
29
- "@opentiny/utils": "~3.22.0",
30
- "@opentiny/vue": "~3.22.1",
31
- "@opentiny/vue-common": "~3.22.0",
32
- "@opentiny/vue-icon-multicolor": "~3.22.0",
33
- "@opentiny/vue-icon-saas": "~3.22.0",
34
33
  "@opentiny/vue-huicharts": "~3.22.0",
35
- "@opentiny/vue-flowchart": "~3.22.0",
36
- "@opentiny/vue-theme": "~3.22.1",
37
34
  "@opentiny/vue-icon": "~3.22.0",
38
- "@opentiny/vue-theme-saas": "~3.22.0",
35
+ "@opentiny/vue-icon-multicolor": "~3.22.0",
39
36
  "@opentiny/vue-locale": "~3.22.0",
37
+ "@opentiny/vue-renderless": "~3.22.0",
38
+ "@opentiny/vue-icon-saas": "~3.22.0",
40
39
  "@opentiny/vue-modal": "~3.22.0",
41
- "@opentiny/vue-renderless": "~3.22.0"
40
+ "@opentiny/vue-theme": "~3.22.1",
41
+ "@opentiny/vue-theme-saas": "~3.22.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@playwright/test": "~1.49.0",
@@ -78,14 +78,16 @@ const createImportMap = (version) => {
78
78
  '@opentiny/vue-locale': `${getRuntime(version)}tiny-vue-locale.mjs`,
79
79
  '@opentiny/vue-common': `${getRuntime(version)}tiny-vue-common.mjs`,
80
80
  '@opentiny/vue-directive': `${getRuntime(version)}tiny-vue-directive.mjs`,
81
+ '@opentiny/vue-huicharts': `${getRuntime(version)}tiny-vue-huicharts.mjs`,
81
82
  '@opentiny/vue-theme/': `${cdnHost}/@opentiny/vue-theme${versionDelimiter}${version}/${fileDelimiter}`,
82
83
  '@opentiny/vue-theme-mobile/': `${cdnHost}/@opentiny/vue-theme-mobile${versionDelimiter}${version}/${fileDelimiter}`,
83
84
  '@opentiny/vue-renderless/': `${cdnHost}/@opentiny/vue-renderless${versionDelimiter}${version}/${fileDelimiter}`,
84
85
  'sortablejs': `${cdnHost}/sortablejs${versionDelimiter}1.15.0/${fileDelimiter}modular/sortable.esm.js`
85
86
  }
86
87
  if (['aurora', 'saas', 'smb'].includes(tinyTheme)) {
87
- imports[`@opentiny/vue-design-${tinyTheme}`] =
88
- `${cdnHost}/@opentiny/vue-design-${tinyTheme}${versionDelimiter}${version}/${fileDelimiter}index.js`
88
+ imports[
89
+ `@opentiny/vue-design-${tinyTheme}`
90
+ ] = `${cdnHost}/@opentiny/vue-design-${tinyTheme}${versionDelimiter}${version}/${fileDelimiter}index.js`
89
91
  }
90
92
  if (isSaas) {
91
93
  imports['@opentiny/vue-icon'] = `${getRuntime(version)}tiny-vue-icon-saas.mjs`