@zat-design/sisyphus-react 3.1.5 → 3.2.0-beta.2
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/index.esm.css +190 -265
- package/es/ProAction/index.js +7 -5
- package/es/ProAction/index.less +3 -2
- package/es/ProConfigProvider/index.d.ts +2 -0
- package/es/ProConfigProvider/index.js +23 -2
- package/es/ProDownload/utils.js +6 -3
- package/es/ProDrawerForm/components/ProDrawer/index.js +6 -4
- package/es/ProDrawerForm/index.js +5 -3
- package/es/ProDrawerForm/style/index.less +15 -11
- package/es/ProEditLabel/style/index.less +2 -2
- package/es/ProEditTable/components/ActionButton/index.js +3 -2
- package/es/ProEditTable/components/RenderField/index.js +2 -1
- package/es/ProEditTable/index.js +7 -6
- package/es/ProEditTable/style/index.less +15 -8
- package/es/ProEditTable/utils/config.d.ts +8 -8
- package/es/ProEditTable/utils/config.js +20 -12
- package/es/ProEditTable/utils/index.js +3 -2
- package/es/ProEnum/hooks/useEnumRequest.js +17 -10
- package/es/ProEnum/index.js +9 -4
- package/es/ProEnum/style/index.less +1 -1
- package/es/ProForm/components/FormFooter/index.js +16 -20
- package/es/ProForm/components/base/Input/index.js +4 -3
- package/es/ProForm/components/base/InputNumber/index.js +4 -3
- package/es/ProForm/components/base/RangePicker/index.js +0 -3
- package/es/ProForm/components/base/Select/index.js +2 -1
- package/es/ProForm/components/base/Switch/index.js +9 -5
- package/es/ProForm/components/base/SwitchCheckbox/index.js +2 -1
- package/es/ProForm/components/base/TextArea/index.js +4 -2
- package/es/ProForm/components/base/TextArea/index.less +1 -1
- package/es/ProForm/components/combination/Container/style/index.less +0 -1
- package/es/ProForm/components/combination/FormList/components/ActionButton.js +13 -17
- package/es/ProForm/components/combination/FormList/components/ToolbarButton.js +2 -1
- package/es/ProForm/components/combination/FormList/style/index.less +20 -19
- package/es/ProForm/components/combination/Group/index.js +2 -2
- package/es/ProForm/components/combination/ProAddressBar/index.js +83 -63
- package/es/ProForm/components/combination/ProAddressBar/propsType.d.ts +3 -2
- package/es/ProForm/components/combination/ProModalSelect/index.js +76 -15
- package/es/ProForm/components/combination/ProModalSelect/propsType.d.ts +1 -0
- package/es/ProForm/components/combination/ProModalSelect/style/index.less +3 -3
- package/es/ProForm/components/combination/ProNumberRange/index.js +3 -2
- package/es/ProForm/components/combination/ProNumberRange/style/index.less +1 -1
- package/es/ProForm/components/combination/ProRangeLimit/index.d.ts +1 -1
- package/es/ProForm/components/combination/ProRangeLimit/index.js +3 -7
- package/es/ProForm/components/combination/ProTimeLimit/index.d.ts +10 -5
- package/es/ProForm/components/combination/ProTimeLimit/index.js +4 -11
- package/es/ProForm/components/combination/ProTimeLimit/style/index.less +18 -1
- package/es/ProForm/components/old/EnumSelect/style/index.less +7 -8
- package/es/ProForm/components/render/Render.js +4 -2
- package/es/ProForm/components/render/RenderFields.js +10 -6
- package/es/ProForm/components/render/propsType.d.ts +5 -4
- package/es/ProForm/index.js +14 -2
- package/es/ProForm/style/index.less +76 -168
- package/es/ProForm/utils/index.d.ts +1 -1
- package/es/ProForm/utils/index.js +7 -2
- package/es/ProForm/utils/rulesCreator.js +2 -1
- package/es/ProForm/utils/useRules.js +4 -3
- package/es/ProForm/utils/useShouldUpdate.js +16 -16
- package/es/ProLayout/components/Layout/Menu/OpenMenu/index.js +6 -0
- package/es/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +7 -8
- package/es/ProLayout/components/Layout/Notice/index.js +3 -2
- package/es/ProLayout/components/ProCollapse/style/index.less +4 -4
- package/es/ProLayout/components/ProHeader/components/Copy/index.js +2 -1
- package/es/{old → ProLayout/components/ProHeader/components}/ProBackBtn/index.js +2 -1
- package/es/ProLayout/components/ProHeader/components/ProBackBtn/style/index.less +21 -0
- package/es/ProLayout/components/ProHeader/components/index.d.ts +1 -0
- package/es/ProLayout/components/ProHeader/components/index.js +2 -1
- package/es/ProLayout/components/ProHeader/index.js +9 -6
- package/es/ProLayout/components/ProHeader/style/index.less +16 -7
- package/es/ProLayout/utils/index.js +1 -1
- package/es/ProSelect/index.d.ts +3 -3
- package/es/ProSelect/index.js +4 -2
- package/es/ProStep/components/Step/index.js +3 -1
- package/es/ProStep/style/index.less +0 -1
- package/es/ProTable/components/RenderColumn/index.d.ts +5 -5
- package/es/ProTable/components/RenderColumn/index.js +41 -25
- package/es/ProTable/index.js +10 -8
- package/es/ProTable/propsType.d.ts +2 -0
- package/es/ProTable/style/index.less +14 -1
- package/es/ProTable/useAntdTable.d.ts +12 -4
- package/es/ProTable/useAntdTable.js +18 -6
- package/es/ProTable/utils.d.ts +1 -1
- package/es/ProTable/utils.js +258 -201
- package/es/ProTabs/style/index.less +1 -1
- package/es/ProThemeTools/component/PrdTools/index.js +1 -1
- package/es/ProThemeTools/component/PrdTools/style/index.less +3 -3
- package/es/ProThemeTools/index.d.ts +2 -2
- package/es/ProThemeTools/index.js +24 -17
- package/es/ProThemeTools/propsType.d.ts +8 -6
- package/es/ProThemeTools/style/index.less +2 -2
- package/es/ProThemeTools/utils/index.d.ts +7 -0
- package/es/ProThemeTools/utils/index.js +19 -1
- package/es/ProTree/components/ProTree.js +6 -5
- package/es/ProTree/components/SearchTitle.d.ts +2 -2
- package/es/ProTree/components/SearchTitle.js +11 -1
- package/es/ProTree/components/Tree.js +9 -2
- package/es/ProTree/style/index.less +194 -142
- package/es/ProTreeModal/components/List.js +0 -14
- package/es/ProTreeModal/components/Trigger.js +9 -3
- package/es/ProTreeModal/index.js +29 -13
- package/es/ProTreeModal/style/index.less +15 -19
- package/es/ProUpload/components/ButtonRender.js +5 -2
- package/es/ProUpload/components/DragRender.js +8 -8
- package/es/ProUpload/components/Example.js +3 -1
- package/es/ProUpload/components/ImageRender.js +8 -6
- package/es/ProUpload/index.js +8 -6
- package/es/ProUpload/style/index.less +41 -39
- package/es/index.d.ts +2 -1
- package/es/index.js +2 -1
- package/es/locale/en_US.d.ts +138 -0
- package/es/locale/en_US.js +137 -0
- package/es/locale/index.d.ts +13 -0
- package/es/locale/index.js +32 -0
- package/es/locale/zh_CN.d.ts +137 -0
- package/es/locale/zh_CN.js +136 -0
- package/es/old/ProEditableTable/style/index.less +1 -2
- package/es/style/components.less +0 -1
- package/es/style/core/normalize.less +1 -2
- package/es/style/theme/antd.less +3 -4
- package/es/style/theme/index.less +80 -79
- package/es/style/theme/tokens.less +1 -0
- package/lib/ProAction/index.js +7 -5
- package/lib/ProAction/index.less +3 -2
- package/lib/ProConfigProvider/index.d.ts +2 -0
- package/lib/ProConfigProvider/index.js +22 -2
- package/lib/ProDownload/utils.js +4 -3
- package/lib/ProDrawerForm/components/ProDrawer/index.js +6 -4
- package/lib/ProDrawerForm/index.js +5 -3
- package/lib/ProDrawerForm/style/index.less +15 -11
- package/lib/ProEditLabel/style/index.less +2 -2
- package/lib/ProEditTable/components/ActionButton/index.js +3 -2
- package/lib/ProEditTable/components/RenderField/index.js +4 -1
- package/lib/ProEditTable/index.js +7 -6
- package/lib/ProEditTable/style/index.less +15 -8
- package/lib/ProEditTable/utils/config.d.ts +8 -8
- package/lib/ProEditTable/utils/config.js +20 -12
- package/lib/ProEditTable/utils/index.js +3 -2
- package/lib/ProEnum/hooks/useEnumRequest.js +17 -10
- package/lib/ProEnum/index.js +9 -4
- package/lib/ProEnum/style/index.less +1 -1
- package/lib/ProForm/components/FormFooter/index.js +16 -19
- package/lib/ProForm/components/base/Input/index.js +4 -3
- package/lib/ProForm/components/base/InputNumber/index.js +4 -3
- package/lib/ProForm/components/base/RangePicker/index.js +1 -4
- package/lib/ProForm/components/base/Select/index.js +2 -1
- package/lib/ProForm/components/base/Switch/index.js +8 -5
- package/lib/ProForm/components/base/SwitchCheckbox/index.js +2 -1
- package/lib/ProForm/components/base/TextArea/index.js +4 -2
- package/lib/ProForm/components/base/TextArea/index.less +1 -1
- package/lib/ProForm/components/combination/Container/style/index.less +0 -1
- package/lib/ProForm/components/combination/FormList/components/ActionButton.js +13 -17
- package/lib/ProForm/components/combination/FormList/components/ToolbarButton.js +2 -1
- package/lib/ProForm/components/combination/FormList/style/index.less +20 -19
- package/lib/ProForm/components/combination/Group/index.js +2 -2
- package/lib/ProForm/components/combination/ProAddressBar/index.js +78 -60
- package/lib/ProForm/components/combination/ProAddressBar/propsType.d.ts +3 -2
- package/lib/ProForm/components/combination/ProModalSelect/index.js +76 -15
- package/lib/ProForm/components/combination/ProModalSelect/propsType.d.ts +1 -0
- package/lib/ProForm/components/combination/ProModalSelect/style/index.less +3 -3
- package/lib/ProForm/components/combination/ProNumberRange/index.js +3 -2
- package/lib/ProForm/components/combination/ProNumberRange/style/index.less +1 -1
- package/lib/ProForm/components/combination/ProRangeLimit/index.d.ts +1 -1
- package/lib/ProForm/components/combination/ProRangeLimit/index.js +3 -7
- package/lib/ProForm/components/combination/ProTimeLimit/index.d.ts +10 -5
- package/lib/ProForm/components/combination/ProTimeLimit/index.js +4 -11
- package/lib/ProForm/components/combination/ProTimeLimit/style/index.less +18 -1
- package/lib/ProForm/components/old/EnumSelect/style/index.less +7 -8
- package/lib/ProForm/components/old/InputRange/index.js +0 -1
- package/lib/ProForm/components/old/ProCertValidity/index.js +1 -1
- package/lib/ProForm/components/render/Render.js +5 -2
- package/lib/ProForm/components/render/RenderFields.js +9 -5
- package/lib/ProForm/components/render/propsType.d.ts +5 -4
- package/lib/ProForm/index.js +14 -2
- package/lib/ProForm/style/index.less +76 -168
- package/lib/ProForm/utils/index.d.ts +1 -1
- package/lib/ProForm/utils/index.js +7 -2
- package/lib/ProForm/utils/rulesCreator.js +2 -1
- package/lib/ProForm/utils/useRules.js +4 -3
- package/lib/ProForm/utils/useShouldUpdate.js +16 -16
- package/lib/ProLayout/components/Layout/Menu/OpenMenu/index.js +6 -0
- package/lib/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +7 -8
- package/lib/ProLayout/components/Layout/Notice/index.js +3 -2
- package/lib/ProLayout/components/ProCollapse/style/index.less +4 -4
- package/lib/ProLayout/components/ProHeader/components/Copy/index.js +2 -1
- package/lib/{old → ProLayout/components/ProHeader/components}/ProBackBtn/index.js +3 -1
- package/lib/ProLayout/components/ProHeader/components/ProBackBtn/style/index.less +21 -0
- package/lib/ProLayout/components/ProHeader/components/index.d.ts +1 -0
- package/lib/ProLayout/components/ProHeader/components/index.js +8 -1
- package/lib/ProLayout/components/ProHeader/index.js +9 -6
- package/lib/ProLayout/components/ProHeader/style/index.less +16 -7
- package/lib/ProLayout/utils/index.js +1 -1
- package/lib/ProSelect/index.d.ts +3 -3
- package/lib/ProSelect/index.js +4 -2
- package/lib/ProStep/components/Step/index.js +3 -1
- package/lib/ProStep/style/index.less +0 -1
- package/lib/ProTable/components/RenderColumn/index.d.ts +5 -5
- package/lib/ProTable/components/RenderColumn/index.js +38 -24
- package/lib/ProTable/components/TableResizable/index.js +8 -0
- package/lib/ProTable/index.js +10 -8
- package/lib/ProTable/propsType.d.ts +2 -0
- package/lib/ProTable/style/index.less +14 -1
- package/lib/ProTable/useAntdTable.d.ts +12 -4
- package/lib/ProTable/useAntdTable.js +19 -6
- package/lib/ProTable/utils.d.ts +1 -1
- package/lib/ProTable/utils.js +258 -201
- package/lib/ProTabs/index.js +1 -0
- package/lib/ProTabs/style/index.less +1 -1
- package/lib/ProThemeTools/component/PrdTools/index.js +1 -1
- package/lib/ProThemeTools/component/PrdTools/style/index.less +3 -3
- package/lib/ProThemeTools/index.d.ts +2 -2
- package/lib/ProThemeTools/index.js +24 -16
- package/lib/ProThemeTools/propsType.d.ts +8 -6
- package/lib/ProThemeTools/style/index.less +2 -2
- package/lib/ProThemeTools/utils/index.d.ts +7 -0
- package/lib/ProThemeTools/utils/index.js +20 -2
- package/lib/ProTree/components/ProTree.js +6 -5
- package/lib/ProTree/components/SearchTitle.d.ts +2 -2
- package/lib/ProTree/components/SearchTitle.js +11 -1
- package/lib/ProTree/components/Tree.js +16 -2
- package/lib/ProTree/index.js +0 -1
- package/lib/ProTree/style/index.less +194 -142
- package/lib/ProTreeModal/components/List.js +0 -14
- package/lib/ProTreeModal/components/Tree.js +1 -0
- package/lib/ProTreeModal/components/Trigger.js +10 -3
- package/lib/ProTreeModal/index.js +29 -13
- package/lib/ProTreeModal/style/index.less +15 -19
- package/lib/ProUpload/components/ButtonRender.js +5 -2
- package/lib/ProUpload/components/DragRender.js +8 -8
- package/lib/ProUpload/components/Example.js +3 -1
- package/lib/ProUpload/components/ImageRender.js +8 -6
- package/lib/ProUpload/index.js +14 -5
- package/lib/ProUpload/style/index.less +41 -39
- package/lib/index.d.ts +2 -1
- package/lib/index.js +13 -1
- package/lib/locale/en_US.d.ts +138 -0
- package/lib/locale/en_US.js +143 -0
- package/lib/locale/index.d.ts +13 -0
- package/lib/locale/index.js +41 -0
- package/lib/locale/zh_CN.d.ts +137 -0
- package/lib/locale/zh_CN.js +142 -0
- package/lib/old/ProCertValidity/index.js +1 -1
- package/lib/old/ProEditableTable/style/index.less +1 -2
- package/lib/style/components.less +0 -1
- package/lib/style/core/normalize.less +1 -2
- package/lib/style/theme/antd.less +3 -4
- package/lib/style/theme/index.less +80 -79
- package/lib/style/theme/tokens.less +1 -0
- package/package.json +1 -1
- package/typings.d.ts +2 -0
- package/es/old/ProBackBtn/style/index.less +0 -19
- package/lib/old/ProBackBtn/style/index.less +0 -19
- /package/es/{old → ProLayout/components/ProHeader/components}/ProBackBtn/index.d.ts +0 -0
- /package/es/{old → ProLayout/components/ProHeader/components}/ProBackBtn/propsType.d.ts +0 -0
- /package/es/{old → ProLayout/components/ProHeader/components}/ProBackBtn/propsType.js +0 -0
- /package/lib/{old → ProLayout/components/ProHeader/components}/ProBackBtn/index.d.ts +0 -0
- /package/lib/{old → ProLayout/components/ProHeader/components}/ProBackBtn/propsType.d.ts +0 -0
- /package/lib/{old → ProLayout/components/ProHeader/components}/ProBackBtn/propsType.js +0 -0
|
@@ -55,8 +55,7 @@
|
|
|
55
55
|
&>.ant-form-item-required::after {
|
|
56
56
|
margin-top : 1px;
|
|
57
57
|
color : #ff4d4f;
|
|
58
|
-
font-size : 14px;
|
|
59
|
-
font-family: SimSun, sans-serif;
|
|
58
|
+
font-size : var(--zaui-font-size, 14px);
|
|
60
59
|
line-height: 1;
|
|
61
60
|
content : '*';
|
|
62
61
|
}
|
|
@@ -86,7 +85,7 @@
|
|
|
86
85
|
}
|
|
87
86
|
|
|
88
87
|
.ant-form-item {
|
|
89
|
-
margin-bottom:
|
|
88
|
+
margin-bottom: calc(var(--zaui-space-size-md; 16px) * var(--zaui-size; 1)) !important;
|
|
90
89
|
}
|
|
91
90
|
}
|
|
92
91
|
|
|
@@ -332,7 +331,7 @@
|
|
|
332
331
|
}
|
|
333
332
|
|
|
334
333
|
.ant-tabs-nav {
|
|
335
|
-
margin-bottom: var(--zaui-space-size-md
|
|
334
|
+
margin-bottom: calc(var(--zaui-space-size-md; 16px) * var(--zaui-size; 1));
|
|
336
335
|
}
|
|
337
336
|
|
|
338
337
|
.ant-tabs-nav .ant-tabs-tab-btn {
|
|
@@ -3,85 +3,86 @@
|
|
|
3
3
|
|
|
4
4
|
/* 兼容IE11 默认会生成2个值,默认值,var值。IE11下读取默认值 */
|
|
5
5
|
:root {
|
|
6
|
-
--zaui-global-bg: #ffffff;
|
|
7
|
-
--zaui-base-bg: #ffffff;
|
|
8
|
-
--zaui-brand: #006aff;
|
|
9
|
-
--zaui-brand-hover: #3387ff;
|
|
10
|
-
--zaui-brand-active: #005ad9;
|
|
11
|
-
--zaui-brand-disabled: #99c3ff;
|
|
12
|
-
--zaui-text: #343434;
|
|
13
|
-
--zaui-text-weak: #616161;
|
|
14
|
-
--zaui-aide-text: #909090;
|
|
15
|
-
--zaui-placeholder: #a0a0a0;
|
|
16
|
-
--zaui-link: var(--zaui-brand);
|
|
17
|
-
--zaui-link-light-active: var(--zaui-brand-active);
|
|
18
|
-
--zaui-line: #dcdcdc;
|
|
19
|
-
--zaui-dividing-line: #dcdcdc;
|
|
20
|
-
--zaui-area: #fafafa;
|
|
21
|
-
--zaui-shadow: rgba(56, 56, 56, 0.15);
|
|
22
|
-
--zaui-form-control-line: var(--zaui-line);
|
|
23
|
-
--zaui-form-control-line-hover: var(--zaui-brand-hover);
|
|
24
|
-
--zaui-form-control-line-active: var(--zaui-brand-active);
|
|
25
|
-
--zaui-list-item-active-bg: var(--zaui-brand);
|
|
26
|
-
--zaui-list-item-active-hover-bg: var(--zaui-brand);
|
|
27
|
-
--zaui-list-item-selected-bg: var(--zaui-brand);
|
|
6
|
+
--zaui-global-bg : #ffffff;
|
|
7
|
+
--zaui-base-bg : #ffffff;
|
|
8
|
+
--zaui-brand : #006aff;
|
|
9
|
+
--zaui-brand-hover : #3387ff;
|
|
10
|
+
--zaui-brand-active : #005ad9;
|
|
11
|
+
--zaui-brand-disabled : #99c3ff;
|
|
12
|
+
--zaui-text : #343434;
|
|
13
|
+
--zaui-text-weak : #616161;
|
|
14
|
+
--zaui-aide-text : #909090;
|
|
15
|
+
--zaui-placeholder : #a0a0a0;
|
|
16
|
+
--zaui-link : var(--zaui-brand);
|
|
17
|
+
--zaui-link-light-active : var(--zaui-brand-active);
|
|
18
|
+
--zaui-line : #dcdcdc;
|
|
19
|
+
--zaui-dividing-line : #dcdcdc;
|
|
20
|
+
--zaui-area : #fafafa;
|
|
21
|
+
--zaui-shadow : rgba(56, 56, 56, 0.15);
|
|
22
|
+
--zaui-form-control-line : var(--zaui-line);
|
|
23
|
+
--zaui-form-control-line-hover : var(--zaui-brand-hover);
|
|
24
|
+
--zaui-form-control-line-active : var(--zaui-brand-active);
|
|
25
|
+
--zaui-list-item-active-bg : var(--zaui-brand);
|
|
26
|
+
--zaui-list-item-active-hover-bg : var(--zaui-brand);
|
|
27
|
+
--zaui-list-item-selected-bg : var(--zaui-brand);
|
|
28
28
|
--zaui-list-item-selected-hover-bg: var(--zaui-brand);
|
|
29
|
-
--zaui-disabled-bg: #f2f2f2;
|
|
30
|
-
--zaui-disabled-text: #333333;
|
|
31
|
-
--zaui-feedback-overlay-bg: rgba(0, 0, 0, 0.7);
|
|
32
|
-
--zaui-feedback-overlay-text: #343434;
|
|
33
|
-
--zaui-primary: var(--zaui-brand);
|
|
34
|
-
--zaui-primary-hover: var(--zaui-brand-hover);
|
|
35
|
-
--zaui-primary-active: var(--zaui-brand-active);
|
|
36
|
-
--zaui-danger-line: var(--zaui-line);
|
|
37
|
-
--zaui-danger-bg: #fff2f0;
|
|
38
|
-
--zaui-warning-line: var(--zaui-line);
|
|
39
|
-
--zaui-warning-bg: #fffbe6;
|
|
40
|
-
--zaui-info-line: var(--zaui-line);
|
|
41
|
-
--zaui-info-bg: #e6f7ff;
|
|
42
|
-
--zaui-success-line: var(--zaui-line);
|
|
43
|
-
--zaui-success-bg: #f6ffed;
|
|
44
|
-
--zaui-danger: #ff5050;
|
|
45
|
-
--zaui-warning: #ec9131;
|
|
46
|
-
--zaui-success: #00ae4d;
|
|
47
|
-
--zaui-menu-top-bg: #ffffff;
|
|
48
|
-
--zaui-menu-left-bg: #1a202d;
|
|
49
|
-
--zaui-menu-second-bg: #ffffff;
|
|
50
|
-
--zaui-form-align: left;
|
|
51
|
-
--zaui-table-header-bg: #f2f3f5;
|
|
52
|
-
--zaui-table-strip-bg: #fafafa;
|
|
53
|
-
--zaui-table-hover-bg: #fafafa;
|
|
54
|
-
--zaui-table-selected-bg: var(--zaui-table-hover-bg); // 默认同悬停
|
|
55
|
-
--zaui-table-selected-hover-bg: var(--zaui-table-hover-bg); // 默认同悬停
|
|
56
|
-
--zaui-table-nested-bg: #fafcfe;
|
|
57
|
-
--zaui-
|
|
58
|
-
--zaui-
|
|
59
|
-
--zaui-border-radius
|
|
60
|
-
--zaui-
|
|
61
|
-
--zaui-font-size-
|
|
62
|
-
--zaui-font-size:
|
|
63
|
-
--zaui-font-size
|
|
64
|
-
--zaui-font-size-
|
|
65
|
-
--zaui-font-size-
|
|
66
|
-
--zaui-font-size-
|
|
67
|
-
--zaui-font-size-
|
|
68
|
-
--zaui-font-size-
|
|
69
|
-
--zaui-
|
|
70
|
-
--zaui-height-
|
|
71
|
-
--zaui-height-size-
|
|
72
|
-
--zaui-height-size-
|
|
73
|
-
--zaui-height-size-
|
|
74
|
-
--zaui-height-size-
|
|
75
|
-
--zaui-height-size-
|
|
76
|
-
--zaui-
|
|
77
|
-
--zaui-space-
|
|
78
|
-
--zaui-space-size-
|
|
79
|
-
--zaui-space-size-
|
|
80
|
-
--zaui-space-size-
|
|
81
|
-
--zaui-space-size-
|
|
82
|
-
--zaui-space-size-
|
|
29
|
+
--zaui-disabled-bg : #f2f2f2;
|
|
30
|
+
--zaui-disabled-text : #333333;
|
|
31
|
+
--zaui-feedback-overlay-bg : rgba(0, 0, 0, 0.7);
|
|
32
|
+
--zaui-feedback-overlay-text : #343434;
|
|
33
|
+
--zaui-primary : var(--zaui-brand);
|
|
34
|
+
--zaui-primary-hover : var(--zaui-brand-hover);
|
|
35
|
+
--zaui-primary-active : var(--zaui-brand-active);
|
|
36
|
+
--zaui-danger-line : var(--zaui-line);
|
|
37
|
+
--zaui-danger-bg : #fff2f0;
|
|
38
|
+
--zaui-warning-line : var(--zaui-line);
|
|
39
|
+
--zaui-warning-bg : #fffbe6;
|
|
40
|
+
--zaui-info-line : var(--zaui-line);
|
|
41
|
+
--zaui-info-bg : #e6f7ff;
|
|
42
|
+
--zaui-success-line : var(--zaui-line);
|
|
43
|
+
--zaui-success-bg : #f6ffed;
|
|
44
|
+
--zaui-danger : #ff5050;
|
|
45
|
+
--zaui-warning : #ec9131;
|
|
46
|
+
--zaui-success : #00ae4d;
|
|
47
|
+
--zaui-menu-top-bg : #ffffff;
|
|
48
|
+
--zaui-menu-left-bg : #1a202d;
|
|
49
|
+
--zaui-menu-second-bg : #ffffff;
|
|
50
|
+
--zaui-form-align : left;
|
|
51
|
+
--zaui-table-header-bg : #f2f3f5;
|
|
52
|
+
--zaui-table-strip-bg : #fafafa;
|
|
53
|
+
--zaui-table-hover-bg : #fafafa;
|
|
54
|
+
--zaui-table-selected-bg : var(--zaui-table-hover-bg); // 默认同悬停
|
|
55
|
+
--zaui-table-selected-hover-bg : var(--zaui-table-hover-bg); // 默认同悬停
|
|
56
|
+
--zaui-table-nested-bg : #fafcfe;
|
|
57
|
+
--zaui-contract-bg : #fffaa1; // 对比背景色
|
|
58
|
+
--zaui-form-label-width : 130px; // 8个全角字符宽度
|
|
59
|
+
--zaui-border-radius : 4px;
|
|
60
|
+
--zaui-border-radius-card : 2px;
|
|
61
|
+
--zaui-font-size-title : 16px;
|
|
62
|
+
--zaui-font-size-card-title : var(--zaui-font-size-title);
|
|
63
|
+
--zaui-font-size : 14px;
|
|
64
|
+
--zaui-font-size-sm : 12px;
|
|
65
|
+
--zaui-font-size-md : var(--zaui-font-size);
|
|
66
|
+
--zaui-font-size-lg : 16px;
|
|
67
|
+
--zaui-font-size-xl : 18px;
|
|
68
|
+
--zaui-font-size-xxl : 20px;
|
|
69
|
+
--zaui-font-size-lg-title : 24px;
|
|
70
|
+
--zaui-height-border : var(--zaui-height-size-md);
|
|
71
|
+
--zaui-height-card : var(--zaui-height-size-lg);
|
|
72
|
+
--zaui-height-size-xs : 4px;
|
|
73
|
+
--zaui-height-size-sm : 8px;
|
|
74
|
+
--zaui-height-size-md : 16px;
|
|
75
|
+
--zaui-height-size-lg : 32px;
|
|
76
|
+
--zaui-height-size-xl : 64px;
|
|
77
|
+
--zaui-space-border : var(--zaui-space-size-md); // 兼容1.1.35一下版本 变量
|
|
78
|
+
--zaui-space-card : var(--zaui-space-size-lg);
|
|
79
|
+
--zaui-space-size-xs : 4px;
|
|
80
|
+
--zaui-space-size-sm : 8px;
|
|
81
|
+
--zaui-space-size-md : 16px;
|
|
82
|
+
--zaui-space-size-lg : 32px;
|
|
83
|
+
--zaui-space-size-xl : 64px;
|
|
83
84
|
|
|
84
85
|
--zaui-line-height-base: 1.5;
|
|
85
|
-
--zaui-size: 1;
|
|
86
|
-
--zaui-base-font-size: 0px;
|
|
87
|
-
}
|
|
86
|
+
--zaui-size : 1;
|
|
87
|
+
--zaui-base-font-size : 0px;
|
|
88
|
+
}
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
@zaui-table-selected-bg: var(--zaui-table-hover-bg #fafafa);
|
|
53
53
|
@zaui-table-selected-hover-bg: var(--zaui-table-hover-bg #fafafa);
|
|
54
54
|
@zaui-table-nested-bg: var(--zaui-table-nested-bg #FAFCFE);
|
|
55
|
+
@zaui-contract-bg: var(--zaui-contract-bg; #fffaa1); // 对比背景色
|
|
55
56
|
@zaui-form-required-after: var(--zaui-form-required-after; inline);
|
|
56
57
|
@zaui-form-required-before: var(--zaui-form-required-before; none);
|
|
57
58
|
@zaui-form-label-width: var(--zaui-form-label-width; 130px);
|
package/package.json
CHANGED
package/typings.d.ts
CHANGED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
.back-button-container {
|
|
2
|
-
color : var(--zaui-aide-text);
|
|
3
|
-
font-weight: 400;
|
|
4
|
-
background : var(--zaui-disabled-bg);
|
|
5
|
-
border : none;
|
|
6
|
-
|
|
7
|
-
&:hover {
|
|
8
|
-
color : var(--zaui-aide-text);
|
|
9
|
-
background: var(--zaui-disabled-bg);
|
|
10
|
-
border : none;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
&:active,
|
|
14
|
-
&:focus {
|
|
15
|
-
color : var(--zaui-aide-text);
|
|
16
|
-
font-weight: 400;
|
|
17
|
-
background : var(--zaui-disabled-bg);
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
.back-button-container {
|
|
2
|
-
color : var(--zaui-aide-text);
|
|
3
|
-
font-weight: 400;
|
|
4
|
-
background : var(--zaui-disabled-bg);
|
|
5
|
-
border : none;
|
|
6
|
-
|
|
7
|
-
&:hover {
|
|
8
|
-
color : var(--zaui-aide-text);
|
|
9
|
-
background: var(--zaui-disabled-bg);
|
|
10
|
-
border : none;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
&:active,
|
|
14
|
-
&:focus {
|
|
15
|
-
color : var(--zaui-aide-text);
|
|
16
|
-
font-weight: 400;
|
|
17
|
-
background : var(--zaui-disabled-bg);
|
|
18
|
-
}
|
|
19
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|