@opentiny/vue-docs 3.19.2 → 3.19.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/vue-docs",
3
- "version": "3.19.2",
3
+ "version": "3.19.3",
4
4
  "license": "MIT",
5
5
  "dependencies": {
6
6
  "@opentiny/vue-repl": "^1.1.2",
@@ -17,18 +17,18 @@
17
17
  "vue-i18n": "^9.1.10",
18
18
  "vue-router": "4.1.5",
19
19
  "@opentiny/vue-common": "~3.19.0",
20
- "@opentiny/vue-directive": "~3.19.0",
21
20
  "@opentiny/vue": "~3.19.0",
22
21
  "@opentiny/vue-design-aurora": "~3.19.0",
23
- "@opentiny/vue-hooks": "~3.19.0",
24
22
  "@opentiny/vue-design-saas": "~3.19.0",
25
- "@opentiny/vue-icon-saas": "~3.19.0",
26
- "@opentiny/vue-icon-multicolor": "~3.19.0",
27
23
  "@opentiny/vue-icon": "~3.19.0",
28
- "@opentiny/vue-theme-mobile": "~3.19.0",
29
- "@opentiny/vue-theme": "~3.19.3",
24
+ "@opentiny/vue-icon-multicolor": "~3.19.0",
25
+ "@opentiny/vue-directive": "~3.19.0",
26
+ "@opentiny/vue-icon-saas": "~3.19.0",
30
27
  "@opentiny/vue-theme-saas": "~3.19.0",
31
- "@opentiny/vue-vite-import": "~1.2.0"
28
+ "@opentiny/vue-theme": "~3.19.3",
29
+ "@opentiny/vue-vite-import": "~1.2.0",
30
+ "@opentiny/vue-hooks": "~3.19.0",
31
+ "@opentiny/vue-theme-mobile": "~3.19.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@playwright/test": "~1.42.0",
@@ -28,7 +28,7 @@ const isMobileFirst = tinyMode === 'mobile-first'
28
28
  const isSaas = tinyTheme === 'saas'
29
29
  const isPreview = searchObj.get('openMode') === 'preview' // 是否多端弹窗预览
30
30
 
31
- const versions = ['3.18', '3.17', '3.16', '3.15', '3.14', '3.13', '3.12', '3.11', '3.10', '3.9', '3.8']
31
+ const versions = ['3.19', '3.18', '3.17', '3.16', '3.15', '3.14', '3.13', '3.12', '3.11', '3.10', '3.9', '3.8']
32
32
  const latestVersion = isPreview ? versions[0] : localStorage.getItem(VERSION) || versions[0]
33
33
  const cdnHost = localStorage.getItem('setting-cdn')
34
34
 
@@ -72,8 +72,9 @@ const createImportMap = (version) => {
72
72
  'sortablejs': `${cdnHost}/sortablejs${versionDelimiter}1.15.0/${fileDelimiter}modular/sortable.esm.js`
73
73
  }
74
74
  if (['aurora', 'saas'].includes(tinyTheme)) {
75
- imports[`@opentiny/vue-design-${tinyTheme}`] =
76
- `${cdnHost}/@opentiny/vue-design-${tinyTheme}${versionDelimiter}${version}/${fileDelimiter}index.js`
75
+ imports[
76
+ `@opentiny/vue-design-${tinyTheme}`
77
+ ] = `${cdnHost}/@opentiny/vue-design-${tinyTheme}${versionDelimiter}${version}/${fileDelimiter}index.js`
77
78
  }
78
79
  if (isSaas) {
79
80
  imports['@opentiny/vue-icon'] = `${getRuntime(version)}tiny-vue-icon-saas.mjs`