yc-pro-components 0.0.25 → 0.0.27
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/es/components/form-item/src/form-item.mjs +2 -1
- package/es/components/table/src/table-title-bar.vue2.mjs +1 -0
- package/es/components/yc-dialog/src/index.vue2.mjs +1 -1
- package/es/components/yc-drawer/src/index.vue.mjs +1 -1
- package/es/components/yc-drawer/src/index.vue2.mjs +1 -1
- package/es/components/yc-plus-page/src/index.vue.d.ts +53 -211
- package/es/components/yc-plus-page/src/index.vue.mjs +1 -1
- package/es/components/yc-plus-page/src/index.vue2.mjs +4 -2
- package/es/components/yc-plus-tree/src/index.vue.d.ts +5 -0
- package/es/components/yc-plus-tree/src/index.vue.mjs +1 -1
- package/es/components/yc-plus-tree/src/index.vue2.mjs +14 -6
- package/es/index.css +3 -3
- package/index.css +54 -54
- package/index.js +26 -14
- package/index.min.css +3 -3
- package/index.min.js +7 -7
- package/index.min.mjs +7 -7
- package/index.mjs +26 -14
- package/lib/components/form-item/src/form-item.js +2 -1
- package/lib/components/table/src/table-title-bar.vue2.js +1 -0
- package/lib/components/yc-dialog/src/index.vue2.js +1 -1
- package/lib/components/yc-drawer/src/index.vue.js +1 -1
- package/lib/components/yc-drawer/src/index.vue2.js +1 -1
- package/lib/components/yc-plus-page/src/index.vue.d.ts +53 -211
- package/lib/components/yc-plus-page/src/index.vue.js +1 -1
- package/lib/components/yc-plus-page/src/index.vue2.js +4 -2
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +5 -0
- package/lib/components/yc-plus-tree/src/index.vue.js +1 -1
- package/lib/components/yc-plus-tree/src/index.vue2.js +13 -5
- package/lib/index.css +3 -3
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-dialog.css +1 -1
- package/theme-chalk/plus-display-item.css +1 -1
- package/theme-chalk/plus-table.css +1 -1
- package/theme-chalk/plus-yc-dialog.css +1 -1
- package/theme-chalk/plus-yc-drawer.css +1 -1
- package/theme-chalk/plus-yc-plus-tree.css +1 -1
- package/theme-chalk/src/dialog.scss +45 -0
- package/theme-chalk/src/display-item.scss +1 -0
- package/theme-chalk/src/table.scss +10 -0
- package/theme-chalk/src/yc-dialog.scss +50 -0
- package/theme-chalk/src/yc-drawer.scss +1 -1
- package/theme-chalk/src/yc-plus-tree.scss +1 -0
|
@@ -42,7 +42,8 @@ const FieldComponentMap = {
|
|
|
42
42
|
},
|
|
43
43
|
"input-number": {
|
|
44
44
|
component: ElInputNumber,
|
|
45
|
-
|
|
45
|
+
// align: 'left' 设置输入文本靠左对齐 (Element Plus 2.10.5+)
|
|
46
|
+
props: { placeholder: "plus.field.pleaseEnter", align: "left" }
|
|
46
47
|
},
|
|
47
48
|
radio: {
|
|
48
49
|
component: ElRadioGroup,
|
|
@@ -11,7 +11,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
11
11
|
width: {},
|
|
12
12
|
size: {},
|
|
13
13
|
maxHeight: { type: [String, Number, Boolean], default: "720px" },
|
|
14
|
-
showHeaderBorder: { type: Boolean, default:
|
|
14
|
+
showHeaderBorder: { type: Boolean, default: true }
|
|
15
15
|
},
|
|
16
16
|
setup(__props) {
|
|
17
17
|
const props = __props;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _sfc_main from './index.vue2.mjs';
|
|
2
2
|
import _export_sfc from '../../../_virtual/_plugin-vue_export-helper.mjs';
|
|
3
3
|
|
|
4
|
-
var YcDrawerComponent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
var YcDrawerComponent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e05479bb"], ["__file", "index.vue"]]);
|
|
5
5
|
|
|
6
6
|
export { YcDrawerComponent as default };
|
|
@@ -3,7 +3,7 @@ import { isFunction } from 'lodash-es';
|
|
|
3
3
|
import { Close } from '@element-plus/icons-vue';
|
|
4
4
|
import { drawerStore, closeDrawer } from '../store.mjs';
|
|
5
5
|
|
|
6
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
6
|
+
const _withScopeId = (n) => (pushScopeId("data-v-e05479bb"), n = n(), popScopeId(), n);
|
|
7
7
|
const _hoisted_1 = { class: "custom-drawer-header" };
|
|
8
8
|
const _hoisted_2 = { class: "header-content" };
|
|
9
9
|
const _hoisted_3 = ["id"];
|