@sdata/web-vue 2.10.1 → 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 +4 -1
- 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 +4 -1
- package/es/index.d.ts +1 -1
- package/es/layout/style/index.css +4 -1
- package/es/layout/style/index.scss +5 -0
- package/es/layout/style/token.scss +1 -1
- 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
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { useFormItem } from "../_hooks/use-form-item.js";
|
|
2
2
|
import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
|
|
3
3
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
4
|
+
import Button from "../button/index.js";
|
|
4
5
|
import IconRight from "../icon/icon-right/index.js";
|
|
5
6
|
import IconLeft from "../icon/icon-left/index.js";
|
|
6
7
|
import { transferInjectionKey } from "./context.js";
|
|
7
8
|
import transfer_view_default from "./transfer-view.js";
|
|
8
|
-
import { computed, createBlock, createCommentVNode, createElementBlock, createSlots, createVNode, defineComponent, guardReactiveProps, normalizeClass, normalizeProps, openBlock, provide, reactive, ref, renderSlot,
|
|
9
|
+
import { computed, createBlock, createCommentVNode, createElementBlock, createSlots, createVNode, defineComponent, guardReactiveProps, normalizeClass, normalizeProps, openBlock, provide, reactive, ref, renderSlot, toRef, unref, useSlots, withCtx } from "vue";
|
|
9
10
|
//#region components/transfer/transfer.vue?vue&type=script&setup=true&lang.ts
|
|
10
11
|
var transfer_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineComponent(_objectSpread2(_objectSpread2({}, { name: "Transfer" }), {}, {
|
|
11
12
|
__name: "transfer",
|
|
@@ -272,7 +273,6 @@ var transfer_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineC
|
|
|
272
273
|
[`${prefixCls}-disabled`]: mergedDisabled.value
|
|
273
274
|
}]);
|
|
274
275
|
return (_ctx, _cache) => {
|
|
275
|
-
const _component_sd_button = resolveComponent("sd-button");
|
|
276
276
|
return openBlock(), createElementBlock("div", { class: normalizeClass(cls.value) }, [
|
|
277
277
|
createVNode(transfer_view_default, {
|
|
278
278
|
type: "source",
|
|
@@ -310,7 +310,7 @@ var transfer_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineC
|
|
|
310
310
|
!__props.simple ? (openBlock(), createElementBlock("div", {
|
|
311
311
|
key: 0,
|
|
312
312
|
class: normalizeClass([`${unref(prefixCls)}-operations`])
|
|
313
|
-
}, [createVNode(
|
|
313
|
+
}, [createVNode(unref(Button), {
|
|
314
314
|
tabindex: "-1",
|
|
315
315
|
"aria-label": "Move selected right",
|
|
316
316
|
size: "small",
|
|
@@ -320,7 +320,7 @@ var transfer_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineC
|
|
|
320
320
|
}, {
|
|
321
321
|
icon: withCtx(() => [renderSlot(_ctx.$slots, "to-target-icon", {}, () => [createVNode(unref(IconRight))])]),
|
|
322
322
|
_: 3
|
|
323
|
-
}, 8, ["disabled"]), !__props.oneWay ? (openBlock(), createBlock(
|
|
323
|
+
}, 8, ["disabled"]), !__props.oneWay ? (openBlock(), createBlock(unref(Button), {
|
|
324
324
|
key: 0,
|
|
325
325
|
tabindex: "-1",
|
|
326
326
|
"aria-label": "Move selected left",
|
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
|
}
|