@zat-design/sisyphus-react 3.2.2-beta.10 → 3.2.2-beta.12

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.
Files changed (40) hide show
  1. package/dist/index.esm.css +3 -0
  2. package/es/ProForm/components/combination/Container/style/index.less +3 -0
  3. package/es/ProForm/components/combination/FormList/style/index.less +3 -0
  4. package/es/ProForm/components/combination/Group/style/index.less +3 -0
  5. package/es/ProForm/components/combination/ProAddressBar/style/index.less +3 -0
  6. package/es/ProForm/components/combination/ProCombination/style/index.less +3 -0
  7. package/es/ProForm/components/combination/ProModalSelect/style/index.less +3 -0
  8. package/es/ProForm/components/combination/ProNumberRange/style/index.less +3 -0
  9. package/es/ProForm/components/combination/ProTimeLimit/style/index.less +3 -0
  10. package/es/ProLayout/components/Layout/Menu/FoldMenu/style/index.less +3 -0
  11. package/es/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +3 -0
  12. package/es/ProLayout/components/Layout/Menu/SideMenu/style/index.less +3 -0
  13. package/es/ProLayout/components/Layout/Menu/style/index.less +2 -0
  14. package/es/ProLayout/components/Layout/Notice/style/index.less +3 -0
  15. package/es/ProLayout/components/ProCollapse/style/index.less +3 -0
  16. package/es/ProLayout/components/ProFooter/style/index.less +3 -0
  17. package/es/ProLayout/components/ProHeader/components/ProBackBtn/style/index.less +3 -0
  18. package/es/ProLayout/components/ProHeader/style/index.less +2 -0
  19. package/es/ProUpload/components/ImageRender.js +5 -1
  20. package/es/ProUpload/style/index.less +6 -0
  21. package/lib/ProForm/components/combination/Container/style/index.less +3 -0
  22. package/lib/ProForm/components/combination/FormList/style/index.less +3 -0
  23. package/lib/ProForm/components/combination/Group/style/index.less +3 -0
  24. package/lib/ProForm/components/combination/ProAddressBar/style/index.less +3 -0
  25. package/lib/ProForm/components/combination/ProCombination/style/index.less +3 -0
  26. package/lib/ProForm/components/combination/ProModalSelect/style/index.less +3 -0
  27. package/lib/ProForm/components/combination/ProNumberRange/style/index.less +3 -0
  28. package/lib/ProForm/components/combination/ProTimeLimit/style/index.less +3 -0
  29. package/lib/ProLayout/components/Layout/Menu/FoldMenu/style/index.less +3 -0
  30. package/lib/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +3 -0
  31. package/lib/ProLayout/components/Layout/Menu/SideMenu/style/index.less +3 -0
  32. package/lib/ProLayout/components/Layout/Menu/style/index.less +2 -0
  33. package/lib/ProLayout/components/Layout/Notice/style/index.less +3 -0
  34. package/lib/ProLayout/components/ProCollapse/style/index.less +3 -0
  35. package/lib/ProLayout/components/ProFooter/style/index.less +3 -0
  36. package/lib/ProLayout/components/ProHeader/components/ProBackBtn/style/index.less +3 -0
  37. package/lib/ProLayout/components/ProHeader/style/index.less +2 -0
  38. package/lib/ProUpload/components/ImageRender.js +5 -1
  39. package/lib/ProUpload/style/index.less +6 -0
  40. package/package.json +1 -1
@@ -3027,6 +3027,9 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3027
3027
  -ms-flex-pack: center;
3028
3028
  justify-content: center;
3029
3029
  }
3030
+ .proupload-modal-preview .ant-modal {
3031
+ width: 600px;
3032
+ }
3030
3033
  .pro-tree-select .ant-select-selector .check-mark-icon {
3031
3034
  display: none;
3032
3035
  }
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-container {
2
5
 
3
6
  &.pro-container-diy {
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-form-list-block-title {
2
5
  height: 14px;
3
6
  margin: @zaui-space-size-xs 0;
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .border-radius(@start-end: 0, @end-end: 0, @start-start: 0, @end-start: 0) {
2
5
  border-start-end-radius : @start-end;
3
6
  border-end-end-radius : @end-end;
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-address {
2
5
  display: flex;
3
6
  width: 100%;
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-combination.@{ant-prefix}-input-group.@{ant-prefix}-input-group-compact {
2
5
  display: flex;
3
6
 
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-modal-select,
2
5
  .pro-tree-modal {
3
6
  .@{ant-prefix}-input-group-wrapper {
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-number-range {
2
5
 
3
6
  .range-split {
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .@{ant-prefix}-form-item-has-error {
2
5
  .@{ant-prefix}-picker-status-error
3
6
  ~ .forever-checkbox:not(.@{ant-prefix}-input-disabled):not(.@{ant-prefix}-input-borderless).@{ant-prefix}-input {
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-layout-menu-fold-list {
2
5
  padding-top: 4px;
3
6
  overflow-y : auto;
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-layout-open-menu {
2
5
  color: #fff;
3
6
 
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-layout-sider-menu {
2
5
  width : 220px;
3
6
  background: #fff;
@@ -1,3 +1,5 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
1
3
  @import "../FoldMenu/style/index.less";
2
4
  @import "../OpenMenu/style/index.less";
3
5
  @import "../SideMenu/style/index.less";
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  /** 告知区 */
2
5
  .pro-layout-header-notice {
3
6
  position : fixed;
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-collapse {
2
5
  background: #f6f8fc;
3
6
 
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-footer {
2
5
  position: fixed;
3
6
  right: 0;
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .back-button-container {
2
5
  &.@{ant-prefix}-btn {
3
6
  color : var(--zaui-text);
@@ -1,3 +1,5 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
1
3
  @import '../components/ProBackBtn/style/index';
2
4
 
3
5
  .pro-header {
@@ -17,7 +17,7 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
17
17
  * @Author: wangshengqiang
18
18
  * @Date: 2023-07-27 20:13:07
19
19
  * @LastEditors: wangshengqiang
20
- * @LastEditTime: 2023-11-07 19:01:07
20
+ * @LastEditTime: 2023-11-15 17:57:53
21
21
  * @Description: 图片类型
22
22
  *
23
23
  */
@@ -252,8 +252,12 @@ var ImageRender = function ImageRender(props) {
252
252
  }), _jsx(_Modal, {
253
253
  title: previewImg === null || previewImg === void 0 ? void 0 : previewImg.name,
254
254
  width: "600",
255
+ style: {
256
+ width: '400px'
257
+ },
255
258
  open: !!(previewImg === null || previewImg === void 0 ? void 0 : previewImg.url),
256
259
  // showType="Modal"
260
+ wrapClassName: "proupload-modal-preview",
257
261
  onCancel: handlePreviewCancel,
258
262
  footer: false,
259
263
  children: _jsx("img", {
@@ -322,3 +322,9 @@
322
322
  align-items : center;
323
323
  justify-content: center;
324
324
  }
325
+
326
+ .proupload-modal-preview {
327
+ .ant-modal {
328
+ width: 600px;
329
+ }
330
+ }
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-container {
2
5
 
3
6
  &.pro-container-diy {
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-form-list-block-title {
2
5
  height: 14px;
3
6
  margin: @zaui-space-size-xs 0;
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .border-radius(@start-end: 0, @end-end: 0, @start-start: 0, @end-start: 0) {
2
5
  border-start-end-radius : @start-end;
3
6
  border-end-end-radius : @end-end;
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-address {
2
5
  display: flex;
3
6
  width: 100%;
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-combination.@{ant-prefix}-input-group.@{ant-prefix}-input-group-compact {
2
5
  display: flex;
3
6
 
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-modal-select,
2
5
  .pro-tree-modal {
3
6
  .@{ant-prefix}-input-group-wrapper {
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-number-range {
2
5
 
3
6
  .range-split {
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .@{ant-prefix}-form-item-has-error {
2
5
  .@{ant-prefix}-picker-status-error
3
6
  ~ .forever-checkbox:not(.@{ant-prefix}-input-disabled):not(.@{ant-prefix}-input-borderless).@{ant-prefix}-input {
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-layout-menu-fold-list {
2
5
  padding-top: 4px;
3
6
  overflow-y : auto;
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-layout-open-menu {
2
5
  color: #fff;
3
6
 
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-layout-sider-menu {
2
5
  width : 220px;
3
6
  background: #fff;
@@ -1,3 +1,5 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
1
3
  @import "../FoldMenu/style/index.less";
2
4
  @import "../OpenMenu/style/index.less";
3
5
  @import "../SideMenu/style/index.less";
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  /** 告知区 */
2
5
  .pro-layout-header-notice {
3
6
  position : fixed;
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-collapse {
2
5
  background: #f6f8fc;
3
6
 
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .pro-footer {
2
5
  position: fixed;
3
6
  right: 0;
@@ -1,3 +1,6 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
3
+
1
4
  .back-button-container {
2
5
  &.@{ant-prefix}-btn {
3
6
  color : var(--zaui-text);
@@ -1,3 +1,5 @@
1
+ @root-entry-name: 'default';
2
+ @import (reference) '~antd/es/style/themes/index.less';
1
3
  @import '../components/ProBackBtn/style/index';
2
4
 
3
5
  .pro-header {
@@ -27,7 +27,7 @@ var _locale = _interopRequireDefault(require("../../locale"));
27
27
  * @Author: wangshengqiang
28
28
  * @Date: 2023-07-27 20:13:07
29
29
  * @LastEditors: wangshengqiang
30
- * @LastEditTime: 2023-11-07 19:01:07
30
+ * @LastEditTime: 2023-11-15 17:57:53
31
31
  * @Description: 图片类型
32
32
  *
33
33
  */
@@ -250,8 +250,12 @@ var ImageRender = function ImageRender(props) {
250
250
  }), (0, _jsxRuntime.jsx)(_antd.Modal, {
251
251
  title: previewImg === null || previewImg === void 0 ? void 0 : previewImg.name,
252
252
  width: "600",
253
+ style: {
254
+ width: '400px'
255
+ },
253
256
  open: !!(previewImg === null || previewImg === void 0 ? void 0 : previewImg.url),
254
257
  // showType="Modal"
258
+ wrapClassName: "proupload-modal-preview",
255
259
  onCancel: handlePreviewCancel,
256
260
  footer: false,
257
261
  children: (0, _jsxRuntime.jsx)("img", {
@@ -322,3 +322,9 @@
322
322
  align-items : center;
323
323
  justify-content: center;
324
324
  }
325
+
326
+ .proupload-modal-preview {
327
+ .ant-modal {
328
+ width: 600px;
329
+ }
330
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.2.2-beta.10",
3
+ "version": "3.2.2-beta.12",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",