@newview/permission-service 1.2.16 → 1.2.18
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 +4 -0
- package/dist/permission-service.js +13484 -281
- package/dist/permission-service.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -1
- package/vite.config.ts +1 -0
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.platform[data-v-f58b0adc],.module[data-v-5a5ef504],.import-module .import-module_card[data-v-5a5ef504]{height:100%}.import-module .import-module_card[data-v-5a5ef504] .ivu-card-body{height:calc(100% - 43px)}.role[data-v-0f25fe31],.import-role .import-role_card[data-v-0f25fe31]{height:100%}.import-role .import-role_card[data-v-0f25fe31] .ivu-card-body{height:calc(100% - 43px)}.institutiontype[data-v-947fe129],.institution[data-v-42799ba1],.loginLog[data-v-4e2e0184],.userinfor[data-v-3969fae6]{height:100%}.userinfor .instree-list[data-v-3969fae6]{position:relative;width:100%;height:calc(100% - 32px);margin-top:8px}.page[data-v-58aa3e77]{height:100%}.platform[data-v-a01b6a2e]{width:100%;height:100%}.platform[data-v-fbc0e7f2],.role[data-v-ffab91cb],.import-role .import-role_card[data-v-ffab91cb]{height:100%}.import-role .import-role_card[data-v-ffab91cb] .ivu-card-body{height:calc(100% - 43px)}.page[data-v-57711b94],.institution[data-v-ed65a91d],.loginLog[data-v-a0d5af5b],.userinfor[data-v-4827d4a9]{height:100%}.userinfor .instree-list[data-v-4827d4a9]{position:relative;width:100%;height:calc(100% - 32px);margin-top:8px}.module[data-v-23a8ab5f],.import-module .import-module_card[data-v-23a8ab5f]{height:100%}.import-module .import-module_card[data-v-23a8ab5f] .ivu-card-body{height:calc(100% - 43px)}.userinfor[data-v-86385f96]{height:100%}.userinfor .instree-list[data-v-86385f96]{position:relative;width:100%;height:calc(100% - 32px);margin-top:8px}
|
|
1
|
+
.platform[data-v-f58b0adc],.module[data-v-5a5ef504],.import-module .import-module_card[data-v-5a5ef504]{height:100%}.import-module .import-module_card[data-v-5a5ef504] .ivu-card-body{height:calc(100% - 43px)}.role[data-v-0f25fe31],.import-role .import-role_card[data-v-0f25fe31]{height:100%}.import-role .import-role_card[data-v-0f25fe31] .ivu-card-body{height:calc(100% - 43px)}.institutiontype[data-v-947fe129],.institution[data-v-42799ba1],.loginLog[data-v-4e2e0184],.userinfor[data-v-3969fae6]{height:100%}.userinfor .instree-list[data-v-3969fae6]{position:relative;width:100%;height:calc(100% - 32px);margin-top:8px}.page[data-v-58aa3e77]{height:100%}.platform[data-v-a01b6a2e]{width:100%;height:100%}.platform[data-v-fbc0e7f2],.role[data-v-ffab91cb],.import-role .import-role_card[data-v-ffab91cb]{height:100%}.import-role .import-role_card[data-v-ffab91cb] .ivu-card-body{height:calc(100% - 43px)}.page[data-v-57711b94],.institution[data-v-ed65a91d],.loginLog[data-v-a0d5af5b],.userinfor[data-v-4827d4a9]{height:100%}.userinfor .instree-list[data-v-4827d4a9]{position:relative;width:100%;height:calc(100% - 32px);margin-top:8px}.module[data-v-23a8ab5f],.import-module .import-module_card[data-v-23a8ab5f]{height:100%}.import-module .import-module_card[data-v-23a8ab5f] .ivu-card-body{height:calc(100% - 43px)}.map-box[data-v-0c495a9f]{margin-left:20px}.map-op button[data-v-0c495a9f]{margin-right:10px}.userinfor[data-v-0c495a9f]{height:100%}.userinfor .instree-list[data-v-0c495a9f]{position:relative;width:100%;height:calc(100% - 32px);margin-top:8px}.userinfor[data-v-86385f96]{height:100%}.userinfor .instree-list[data-v-86385f96]{position:relative;width:100%;height:calc(100% - 32px);margin-top:8px}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newview/permission-service",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.18",
|
|
4
4
|
"author": "newview",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"@newview/permission-ui": "^1.0.0",
|
|
42
42
|
"@newview/tools": "^1.0.0",
|
|
43
43
|
"@newview/ui": "^1.0.0",
|
|
44
|
+
"@newview/map": "^1.0.0",
|
|
44
45
|
"sass": "1.56.2",
|
|
45
46
|
"view-ui-plus": "1.3.1",
|
|
46
47
|
"vue": "3.2.45",
|