@yzsf2e/render-core 0.0.2-alpha.10
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 +26238 -0
- package/dist/render-core.umd.js +60 -0
- package/dist/style.css +1 -0
- package/package.json +1 -0
package/dist/style.css
ADDED
|
@@ -0,0 +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 .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}.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}::-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
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"name":"@yzsf2e/render-core","version":"0.0.2-alpha.10","main":"dist/render-core.min.js","files":["dist"],"scripts":{"dev":"vite dev","build":"vite build","lint":"vite lint","release":"node scripts/release.js --gitTag"},"publishConfig":{"registry":"https://registry.npmjs.org/","access":"public"},"author":"yzsf2e","keywords":["vue3","antdv","frontend","component","components"],"dependencies":{"@ant-design/icons-vue":"^7.0.0","@vueuse/components":"^10.5.0","@vueuse/core":"^10.5.0","@yzs/use":"workspace:^","ant-design-vue":"^3.2.20","axios":"^1.6.2","big.js":"^6.2.1","dayjs":"^1.11.10","lodash-es":"^4.17.21","store":"^2.0.12","vue-request":"^2.0.3","vue-router":"^4.2.5"},"peerDependencies":{"ant-design-vue":"^3.2.20","axios":"^1.6.2","vue":"^3.0.0"},"devDependencies":{"@types/node":"^18.16.3","@vitejs/plugin-vue":"^4.0.0","@vitejs/plugin-vue-jsx":"^3.0.0","autoprefixer":"^10.4.16","postcss":"^8.4.32","sass":"^1.69.5","typescript":"^5.0.4","vite":"^4.4.2","vue":"^3.3.4"}}
|