@yzsf2e/render-core 0.0.2-alpha.3 → 0.0.2-alpha.31
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/render-core.mjs +10082 -10177
- package/dist/render-core.umd.js +6 -6
- package/dist/style.css +1 -1
- package/package.json +57 -56
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.drag-drawer-warpper .ant-drawer-header{padding:8px;background-color:#7e8c9c}.drag-drawer-warpper .ant-drawer-title{color:#fff}.drag-drawer-warpper .ant-drawer-body{padding:12px 12px 52px}.drag-drawer-warpper .drag-trigger{width:3px;height:100%;position:absolute;top:0;left:0;z-index:3;cursor:ew-resize}.page-renderer-buttons{margin:0 0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff;padding:6px 12px;border:1px solid #eee}.page-renderer-setting-trigger{cursor:pointer;width:24px;height:24px;text-align:center;-webkit-transition-duration:.1s;transition-duration:.1s}.page-renderer-setting-trigger:hover{background:#40a9ff;color:#fff}.page-renderer-summary-bar.ant-alert{padding:4px 8px;margin-bottom:6px}.table-striped-row td{background-color:#fafafa}.ant-table-tbody>tr.ant-table-row-selected.table-error-row>td{background-color:#ffe6e6}.drag-modal-wrapper .ant-modal-content
|
|
1
|
+
.drag-drawer-warpper .ant-drawer-header{padding:8px;background-color:#7e8c9c}.drag-drawer-warpper .ant-drawer-title{color:#fff}.drag-drawer-warpper .ant-drawer-body{padding:12px 12px 52px}.drag-drawer-warpper .drag-trigger{width:3px;height:100%;position:absolute;top:0;left:0;z-index:3;cursor:ew-resize}.disable-select-in-dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.page-renderer-buttons{margin:0 0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff;padding:6px 12px;border:1px solid #eee}.page-renderer-setting-trigger{cursor:pointer;width:24px;height:24px;text-align:center;-webkit-transition-duration:.1s;transition-duration:.1s}.page-renderer-setting-trigger:hover{background:#40a9ff;color:#fff}.page-renderer-summary-bar.ant-alert{padding:4px 8px;margin-bottom:6px}.table-striped-row td{background-color:#fafafa}.ant-table-tbody>tr.ant-table-row-selected.table-error-row>td{background-color:#ffe6e6}.drag-modal-wrapper .ant-modal-content{border:1px solid #aaa}.drag-modal-wrapper .ant-modal-content .ant-modal-close-x{width:33px;height:33px;line-height:33px}.drag-modal-wrapper .ant-modal-content .ant-modal-header{padding:8px 12px;background-color:#eaeaea}.drag-modal-wrapper .ant-modal-content .ant-modal-header .ant-modal-title{height:24px;line-height:24px;font-weight:bolder}.drag-modal-wrapper .ant-modal-content .ant-modal-body{padding:14px}.drag-modal-wrapper .ant-modal-content .ant-modal-footer{padding:8px 12px;background-color:#eaeaea}.drag-modal-wrapper .ant-modal-content .ant-table-tbody>tr.target>td{border-top:1px solid #409eff}.drag-modal-wrapper .ant-modal-content .ant-table-tbody>tr.source>td{opacity:.3}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar-thumb{border-radius:10px;background:rgba(150,150,150,.5)}::-webkit-scrollbar-thumb:hover{background:rgba(100,100,100,.7)}::-webkit-scrollbar-track{border-radius:0;background:rgba(200,200,200,.1)}.page-renderer-wrapper .ant-table.ant-table-small .ant-table-tbody>tr>td{padding:4px}.page-renderer-wrapper .ant-table.ant-table-small .ant-table-thead>tr>th{padding:4px}.page-renderer-wrapper .ant-table.ant-table-small tfoot>tr>td{padding:4px}.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container:after,.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container:before{-webkit-box-shadow:none;box-shadow:none}.ant-table-summary,.ant-table-summary .ant-table-cell{background-color:#f7f7f7}.ant-table-summary .table-summary-selection .ant-table-cell{background:#c3ecff}.ant-dropdown-menu-item{-webkit-transition:all .1s;transition:all .1s}.page-renderer-wrapper{padding:6px 6px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;overflow:hidden;height:100%;-webkit-transform:translateX(0px);transform:translate(0)}.page-renderer-conditions .ant-form-item{margin-bottom:0}.page-renderer-conditions .ant-row{margin:0!important}.page-renderer-conditions .conditions-item-col{margin-bottom:4px}.page-renderer-conditions .ant-col{padding:0!important}.page-renderer-conditions .ant-form-item-control-input,.page-renderer-conditions .ant-form-item-label>label{height:24px;min-height:24px}
|
package/package.json
CHANGED
|
@@ -1,56 +1,57 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@yzsf2e/render-core",
|
|
3
|
-
"version": "0.0.2-alpha.
|
|
4
|
-
"main": "dist/render-core
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"vue
|
|
39
|
-
},
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"vue": "^3.0.0"
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@yzsf2e/render-core",
|
|
3
|
+
"version": "0.0.2-alpha.31",
|
|
4
|
+
"main": "dist/render-core",
|
|
5
|
+
"module": "dist/render-core",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist"
|
|
8
|
+
],
|
|
9
|
+
"publishConfig": {
|
|
10
|
+
"registry": "https://registry.npmjs.org/",
|
|
11
|
+
"access": "public"
|
|
12
|
+
},
|
|
13
|
+
"author": "yzsf2e",
|
|
14
|
+
"keywords": [
|
|
15
|
+
"vue3",
|
|
16
|
+
"antdv",
|
|
17
|
+
"frontend",
|
|
18
|
+
"component",
|
|
19
|
+
"components"
|
|
20
|
+
],
|
|
21
|
+
"dependencies": {
|
|
22
|
+
"@ant-design/icons-vue": "^7.0.0",
|
|
23
|
+
"@vueuse/components": "^10.5.0",
|
|
24
|
+
"@vueuse/core": "^10.5.0",
|
|
25
|
+
"ant-design-vue": "^3.2.20",
|
|
26
|
+
"axios": "^1.6.2",
|
|
27
|
+
"big.js": "^6.2.1",
|
|
28
|
+
"dayjs": "^1.11.10",
|
|
29
|
+
"lodash-es": "^4.17.21",
|
|
30
|
+
"store": "^2.0.12",
|
|
31
|
+
"vue-request": "^2.0.3",
|
|
32
|
+
"vue-router": "^4.2.5",
|
|
33
|
+
"@yzsf2e/use": "^1.0.0"
|
|
34
|
+
},
|
|
35
|
+
"peerDependencies": {
|
|
36
|
+
"ant-design-vue": "^3.2.20",
|
|
37
|
+
"axios": "^1.6.2",
|
|
38
|
+
"vue": "^3.0.0"
|
|
39
|
+
},
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"@types/node": "^18.16.3",
|
|
42
|
+
"@vitejs/plugin-vue": "^4.0.0",
|
|
43
|
+
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
|
44
|
+
"autoprefixer": "^10.4.16",
|
|
45
|
+
"postcss": "^8.4.32",
|
|
46
|
+
"sass": "^1.69.5",
|
|
47
|
+
"typescript": "^5.0.4",
|
|
48
|
+
"vite": "^4.4.2",
|
|
49
|
+
"vue": "^3.3.4"
|
|
50
|
+
},
|
|
51
|
+
"scripts": {
|
|
52
|
+
"dev": "vite dev",
|
|
53
|
+
"build": "vite build",
|
|
54
|
+
"lint": "vite lint",
|
|
55
|
+
"release": "node scripts/release.js --gitTag"
|
|
56
|
+
}
|
|
57
|
+
}
|