yuang-framework-ui-pc 1.1.99 → 1.1.100

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.
@@ -26,6 +26,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
26
26
  modelValue: modelValue.value,
27
27
  isMultiple: true,
28
28
  isShowInput: true,
29
+ isDisabled: false,
30
+ isReadonly: false,
29
31
  ...props.param,
30
32
  initList: initList.value
31
33
  }));
@@ -106,8 +108,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
106
108
  modelValue: inputValue.value,
107
109
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputValue.value = $event),
108
110
  "suffix-icon": unref(Select),
111
+ disabled: componentParam.value.isDisabled,
112
+ readonly: componentParam.value.isReadonly,
109
113
  onClick: showDialog
110
- }, null, 8, ["modelValue", "suffix-icon"])) : createCommentVNode("", true),
114
+ }, null, 8, ["modelValue", "suffix-icon", "disabled", "readonly"])) : createCommentVNode("", true),
111
115
  isShowDialog.value ? (openBlock(), createBlock(OrganizationDialog, {
112
116
  key: 1,
113
117
  modelValue: isShowDialog.value,
@@ -26,6 +26,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
26
26
  modelValue: modelValue.value,
27
27
  isMultiple: true,
28
28
  isShowInput: true,
29
+ isDisabled: false,
30
+ isReadonly: false,
29
31
  // 是否禁止选择已存在用户的角色
30
32
  isDisableSelectRoleOfExistsUser: true,
31
33
  ...props.param,
@@ -109,8 +111,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
109
111
  modelValue: inputValue.value,
110
112
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputValue.value = $event),
111
113
  "suffix-icon": unref(Select),
114
+ disabled: componentParam.value.isDisabled,
115
+ readonly: componentParam.value.isReadonly,
112
116
  onClick: showDialog
113
- }, null, 8, ["modelValue", "suffix-icon"])) : createCommentVNode("", true),
117
+ }, null, 8, ["modelValue", "suffix-icon", "disabled", "readonly"])) : createCommentVNode("", true),
114
118
  isShowDialog.value ? (openBlock(), createBlock(RoleDialog, {
115
119
  key: 1,
116
120
  modelValue: isShowDialog.value,
@@ -27,6 +27,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
27
27
  modelValue: modelValue.value,
28
28
  isMultiple: true,
29
29
  isShowInput: true,
30
+ isDisabled: false,
31
+ isReadonly: false,
30
32
  // 是否禁止选择已存在角色的用户
31
33
  isDisableSelectUserOfExistsRole: true,
32
34
  ...props.param,
@@ -111,8 +113,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
111
113
  modelValue: inputValue.value,
112
114
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputValue.value = $event),
113
115
  "suffix-icon": unref(Select),
116
+ disabled: componentParam.value.isDisabled,
117
+ readonly: componentParam.value.isReadonly,
114
118
  onClick: showDialog
115
- }, null, 8, ["modelValue", "suffix-icon"])) : createCommentVNode("", true),
119
+ }, null, 8, ["modelValue", "suffix-icon", "disabled", "readonly"])) : createCommentVNode("", true),
116
120
  isShowDialog.value ? (openBlock(), createBlock(UserDialog, {
117
121
  key: 1,
118
122
  modelValue: isShowDialog.value,
@@ -27,6 +27,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
27
27
  modelValue: modelValue.value,
28
28
  isMultiple: true,
29
29
  isShowInput: true,
30
+ isDisabled: false,
31
+ isReadonly: false,
30
32
  ...props.param,
31
33
  initList: initList.value
32
34
  }));
@@ -107,8 +109,10 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
107
109
  modelValue: inputValue.value,
108
110
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputValue.value = $event),
109
111
  "suffix-icon": vue.unref(iconsVue.Select),
112
+ disabled: componentParam.value.isDisabled,
113
+ readonly: componentParam.value.isReadonly,
110
114
  onClick: showDialog
111
- }, null, 8, ["modelValue", "suffix-icon"])) : vue.createCommentVNode("", true),
115
+ }, null, 8, ["modelValue", "suffix-icon", "disabled", "readonly"])) : vue.createCommentVNode("", true),
112
116
  isShowDialog.value ? (vue.openBlock(), vue.createBlock(OrganizationDialog, {
113
117
  key: 1,
114
118
  modelValue: isShowDialog.value,
@@ -27,6 +27,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
27
27
  modelValue: modelValue.value,
28
28
  isMultiple: true,
29
29
  isShowInput: true,
30
+ isDisabled: false,
31
+ isReadonly: false,
30
32
  // 是否禁止选择已存在用户的角色
31
33
  isDisableSelectRoleOfExistsUser: true,
32
34
  ...props.param,
@@ -110,8 +112,10 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
110
112
  modelValue: inputValue.value,
111
113
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputValue.value = $event),
112
114
  "suffix-icon": vue.unref(iconsVue.Select),
115
+ disabled: componentParam.value.isDisabled,
116
+ readonly: componentParam.value.isReadonly,
113
117
  onClick: showDialog
114
- }, null, 8, ["modelValue", "suffix-icon"])) : vue.createCommentVNode("", true),
118
+ }, null, 8, ["modelValue", "suffix-icon", "disabled", "readonly"])) : vue.createCommentVNode("", true),
115
119
  isShowDialog.value ? (vue.openBlock(), vue.createBlock(RoleDialog, {
116
120
  key: 1,
117
121
  modelValue: isShowDialog.value,
@@ -28,6 +28,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
28
28
  modelValue: modelValue.value,
29
29
  isMultiple: true,
30
30
  isShowInput: true,
31
+ isDisabled: false,
32
+ isReadonly: false,
31
33
  // 是否禁止选择已存在角色的用户
32
34
  isDisableSelectUserOfExistsRole: true,
33
35
  ...props.param,
@@ -112,8 +114,10 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
112
114
  modelValue: inputValue.value,
113
115
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputValue.value = $event),
114
116
  "suffix-icon": vue.unref(iconsVue.Select),
117
+ disabled: componentParam.value.isDisabled,
118
+ readonly: componentParam.value.isReadonly,
115
119
  onClick: showDialog
116
- }, null, 8, ["modelValue", "suffix-icon"])) : vue.createCommentVNode("", true),
120
+ }, null, 8, ["modelValue", "suffix-icon", "disabled", "readonly"])) : vue.createCommentVNode("", true),
117
121
  isShowDialog.value ? (vue.openBlock(), vue.createBlock(UserDialog, {
118
122
  key: 1,
119
123
  modelValue: isShowDialog.value,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuang-framework-ui-pc",
3
- "version": "1.1.99",
3
+ "version": "1.1.100",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite --host --config vite.global.ts --mode dev",