@sdata/web-vue 2.10.2 → 2.11.0
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/sd.css +3 -0
- package/dist/sd.min.css +1 -1
- package/es/button/context.js +1 -1
- package/es/calendar/core/config.js +1 -1
- package/es/calendar/core/i18n.js +3 -3
- package/es/config-provider/config-provider.vue.d.ts +8 -8
- package/es/config-provider/context.d.ts +2 -2
- package/es/config-provider/index.d.ts +10 -10
- package/es/config-provider/theme-provider.vue.d.ts +4 -4
- package/es/config-provider/theme.d.ts +6 -6
- package/es/index.css +3 -0
- package/es/index.d.ts +1 -1
- package/es/layout/style/index.css +3 -0
- package/es/layout/style/index.scss +5 -0
- package/es/locale/index.d.ts +3 -3
- package/es/locale/interface.d.ts +2 -2
- package/es/locale/lang/ar-eg.d.ts +2 -2
- package/es/locale/lang/de-de.d.ts +2 -2
- package/es/locale/lang/en-us.d.ts +2 -2
- package/es/locale/lang/es-es.d.ts +2 -2
- package/es/locale/lang/fr-fr.d.ts +2 -2
- package/es/locale/lang/id-id.d.ts +2 -2
- package/es/locale/lang/it-it.d.ts +2 -2
- package/es/locale/lang/ja-jp.d.ts +2 -2
- package/es/locale/lang/km-kh.d.ts +2 -2
- package/es/locale/lang/ko-kr.d.ts +2 -2
- package/es/locale/lang/ms-my.d.ts +2 -2
- package/es/locale/lang/nl-nl.d.ts +2 -2
- package/es/locale/lang/pt-pt.d.ts +2 -2
- package/es/locale/lang/ru-ru.d.ts +2 -2
- package/es/locale/lang/th-th.d.ts +2 -2
- package/es/locale/lang/vi-vn.d.ts +2 -2
- package/es/locale/lang/zh-cn.d.ts +2 -2
- package/es/locale/lang/zh-tw.d.ts +2 -2
- package/es/modal/modal.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/popconfirm/popconfirm.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/theme-provider/index.d.ts +9 -9
- package/es/transfer/transfer.vue_vue_type_script_setup_true_lang.js +4 -4
- package/json/web-types.json +4 -4
- package/package.json +1 -1
package/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@sdata/web-vue",
|
|
5
|
-
"version": "2.10.
|
|
5
|
+
"version": "2.10.2",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1621,7 +1621,7 @@
|
|
|
1621
1621
|
"name": "locale",
|
|
1622
1622
|
"description": "Configure language pack",
|
|
1623
1623
|
"value": {
|
|
1624
|
-
"type": "
|
|
1624
|
+
"type": "SdLang",
|
|
1625
1625
|
"kind": "expression"
|
|
1626
1626
|
}
|
|
1627
1627
|
},
|
|
@@ -1733,7 +1733,7 @@
|
|
|
1733
1733
|
"name": "theme",
|
|
1734
1734
|
"description": "Runtime theme configuration object",
|
|
1735
1735
|
"value": {
|
|
1736
|
-
"type": "
|
|
1736
|
+
"type": "SdThemeConfig",
|
|
1737
1737
|
"kind": "expression"
|
|
1738
1738
|
}
|
|
1739
1739
|
},
|
|
@@ -1741,7 +1741,7 @@
|
|
|
1741
1741
|
"name": "theme-mode",
|
|
1742
1742
|
"description": "Theme mode applied to the current ConfigProvider subtree",
|
|
1743
1743
|
"value": {
|
|
1744
|
-
"type": "
|
|
1744
|
+
"type": "SdThemeMode",
|
|
1745
1745
|
"kind": "expression"
|
|
1746
1746
|
}
|
|
1747
1747
|
}
|