@newview/permission-service 1.2.7 → 1.2.9
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/README.md +9 -1
- package/dist/permission-service.js +14 -9
- package/dist/permission-service.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3752,7 +3752,7 @@ let RoleInstance$1 = class RoleInstance extends BaseInstance {
|
|
|
3752
3752
|
isHover: true
|
|
3753
3753
|
},
|
|
3754
3754
|
isPagination: true,
|
|
3755
|
-
pageSize:
|
|
3755
|
+
pageSize: 15
|
|
3756
3756
|
},
|
|
3757
3757
|
searchOptions: [
|
|
3758
3758
|
{
|
|
@@ -4050,7 +4050,8 @@ let RoleInstance$1 = class RoleInstance extends BaseInstance {
|
|
|
4050
4050
|
},
|
|
4051
4051
|
treeConfig: {
|
|
4052
4052
|
expandAll: true
|
|
4053
|
-
}
|
|
4053
|
+
},
|
|
4054
|
+
pageSize: 15
|
|
4054
4055
|
},
|
|
4055
4056
|
searchOptions: [
|
|
4056
4057
|
{
|
|
@@ -4502,7 +4503,7 @@ let RoleInstance$1 = class RoleInstance extends BaseInstance {
|
|
|
4502
4503
|
}
|
|
4503
4504
|
//#endregion 导入角色 END
|
|
4504
4505
|
};
|
|
4505
|
-
const
|
|
4506
|
+
const Role_vue_vue_type_style_index_0_scoped_0f25fe31_lang = "";
|
|
4506
4507
|
const _hoisted_1$h = { style: { "height": "650px", "overflow-y": "auto", "position": "relative" } };
|
|
4507
4508
|
const _hoisted_2$8 = {
|
|
4508
4509
|
class: "import-role",
|
|
@@ -4710,7 +4711,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4710
4711
|
_: 1
|
|
4711
4712
|
});
|
|
4712
4713
|
}
|
|
4713
|
-
const Role = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-
|
|
4714
|
+
const Role = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-0f25fe31"]]);
|
|
4714
4715
|
const propDefine$h = {
|
|
4715
4716
|
linkParam: {
|
|
4716
4717
|
// 带入的参数
|
|
@@ -24233,7 +24234,8 @@ class GeneralConfigurationInstance extends BaseInstance {
|
|
|
24233
24234
|
{ value: "TextEditor", text: "富文本" },
|
|
24234
24235
|
{ value: "DatePicker", text: "日期选择" },
|
|
24235
24236
|
{ value: "TimePicker", text: "时间选择" },
|
|
24236
|
-
{ value: "UploadFile", text: "附件" }
|
|
24237
|
+
{ value: "UploadFile", text: "附件" },
|
|
24238
|
+
{ value: "region", text: "地区选择" }
|
|
24237
24239
|
]
|
|
24238
24240
|
},
|
|
24239
24241
|
change: (row) => {
|
|
@@ -24273,6 +24275,9 @@ class GeneralConfigurationInstance extends BaseInstance {
|
|
|
24273
24275
|
row.type = "TextEditor";
|
|
24274
24276
|
row.textHeight = 160;
|
|
24275
24277
|
break;
|
|
24278
|
+
case "region":
|
|
24279
|
+
row.type = "region";
|
|
24280
|
+
break;
|
|
24276
24281
|
}
|
|
24277
24282
|
}
|
|
24278
24283
|
},
|
|
@@ -24755,7 +24760,7 @@ class PlatformInstance2 extends BaseInstance {
|
|
|
24755
24760
|
isHover: true
|
|
24756
24761
|
},
|
|
24757
24762
|
isPagination: true,
|
|
24758
|
-
pageSize:
|
|
24763
|
+
pageSize: 15
|
|
24759
24764
|
},
|
|
24760
24765
|
searchOptions: [
|
|
24761
24766
|
{
|
|
@@ -25237,7 +25242,7 @@ class RoleInstance2 extends BaseInstance {
|
|
|
25237
25242
|
isHover: true
|
|
25238
25243
|
},
|
|
25239
25244
|
isPagination: true,
|
|
25240
|
-
pageSize:
|
|
25245
|
+
pageSize: 15
|
|
25241
25246
|
},
|
|
25242
25247
|
searchOptions: [
|
|
25243
25248
|
{
|
|
@@ -26321,7 +26326,7 @@ class EnterpriseInstance2 extends BaseInstance {
|
|
|
26321
26326
|
isHover: true
|
|
26322
26327
|
},
|
|
26323
26328
|
isPagination: true,
|
|
26324
|
-
pageSize:
|
|
26329
|
+
pageSize: 15
|
|
26325
26330
|
},
|
|
26326
26331
|
searchOptions: [
|
|
26327
26332
|
{
|
|
@@ -28333,7 +28338,7 @@ class UserinforInstance2 extends BaseInstance {
|
|
|
28333
28338
|
isHover: true
|
|
28334
28339
|
},
|
|
28335
28340
|
isPagination: true,
|
|
28336
|
-
pageSize:
|
|
28341
|
+
pageSize: 13
|
|
28337
28342
|
},
|
|
28338
28343
|
searchOptions: [
|
|
28339
28344
|
{
|