linkmore-design 2.0.23 → 2.0.24
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/default-theme.js +1 -1
- package/dist/linkmore-design-with-locales.css +21 -21
- package/dist/linkmore-design-with-locales.css.map +1 -1
- package/dist/linkmore-design-with-locales.js +1 -1
- package/dist/linkmore-design-with-locales.min.css +2 -2
- package/dist/linkmore-design-with-locales.min.css.map +1 -1
- package/dist/linkmore-design-with-locales.min.js +1 -1
- package/dist/linkmore-design.compact.css +62 -63
- package/dist/linkmore-design.compact.css.map +1 -1
- package/dist/linkmore-design.compact.min.css +2 -2
- package/dist/linkmore-design.compact.min.css.map +1 -1
- package/dist/linkmore-design.css +61 -62
- package/dist/linkmore-design.css.map +1 -1
- package/dist/linkmore-design.dark.css +25 -26
- package/dist/linkmore-design.dark.css.map +1 -1
- package/dist/linkmore-design.dark.min.css +2 -2
- package/dist/linkmore-design.dark.min.css.map +1 -1
- package/dist/linkmore-design.js +1 -1
- package/dist/linkmore-design.min.css +2 -2
- package/dist/linkmore-design.min.css.map +1 -1
- package/dist/linkmore-design.min.js +1 -1
- package/dist/linkmore-design.variable.css +61 -62
- package/dist/linkmore-design.variable.css.map +1 -1
- package/dist/linkmore-design.variable.min.css +2 -2
- package/dist/linkmore-design.variable.min.css.map +1 -1
- package/es/cascader/style/index-pure.less +11 -3
- package/es/date-picker/style/index-pure.less +1 -1
- package/es/drawer/style/drawer.less +1 -0
- package/es/input/style/mixin.less +2 -1
- package/es/lm-filter/style/index-pure.less +0 -3
- package/es/lm-filter/style/variables.less +0 -3
- package/es/lm-select/style/index-pure.less +0 -3
- package/es/style/themes/default.less +2 -1
- package/es/style/themes/variable.less +2 -1
- package/es/table/demo/expand.d.ts +3 -0
- package/es/table/demo/expand.js +72 -0
- package/es/table/demo/filter-in-tree.d.ts +3 -0
- package/es/table/demo/filter-in-tree.js +93 -0
- package/es/table/demo/filter-search.d.ts +3 -0
- package/es/table/demo/filter-search.js +79 -0
- package/es/table/demo/head.d.ts +3 -0
- package/es/table/demo/head.js +88 -0
- package/es/table/demo/narrow.d.ts +3 -0
- package/es/table/demo/narrow.js +41 -0
- package/lib/cascader/style/index-pure.less +11 -3
- package/lib/date-picker/style/index-pure.less +1 -1
- package/lib/drawer/style/drawer.less +1 -0
- package/lib/input/style/mixin.less +2 -1
- package/lib/lm-filter/style/index-pure.less +0 -3
- package/lib/lm-filter/style/variables.less +0 -3
- package/lib/lm-select/style/index-pure.less +0 -3
- package/lib/style/themes/default.less +2 -1
- package/lib/style/themes/variable.less +2 -1
- package/lib/table/demo/expand.d.ts +3 -0
- package/lib/table/demo/expand.js +77 -0
- package/lib/table/demo/filter-in-tree.d.ts +3 -0
- package/lib/table/demo/filter-in-tree.js +98 -0
- package/lib/table/demo/filter-search.d.ts +3 -0
- package/lib/table/demo/filter-search.js +84 -0
- package/lib/table/demo/head.d.ts +3 -0
- package/lib/table/demo/head.js +91 -0
- package/lib/table/demo/narrow.d.ts +3 -0
- package/lib/table/demo/narrow.js +52 -0
- package/package.json +1 -1
package/dist/default-theme.js
CHANGED
|
@@ -279,7 +279,7 @@ module.exports = {
|
|
|
279
279
|
"background-color-light": "hsv(0, 0, 98%)",
|
|
280
280
|
"background-color-base": "@text-color-border",
|
|
281
281
|
"disabled-color": "@text-color-disable",
|
|
282
|
-
"disabled-bg": "@
|
|
282
|
+
"disabled-bg": "@text-color-bg",
|
|
283
283
|
"disabled-active-bg": "tint(@black, 90%)",
|
|
284
284
|
"disabled-color-dark": "fade(#fff, 35%)",
|
|
285
285
|
"shadow-color": "rgba(0, 0, 0, 0.15)",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* linkmore-design v2.0.
|
|
3
|
+
* linkmore-design v2.0.23
|
|
4
4
|
*
|
|
5
5
|
* Copyright 2015-present, Alipay, Inc.
|
|
6
6
|
* All rights reserved.
|
|
@@ -2476,7 +2476,7 @@ html {
|
|
|
2476
2476
|
}
|
|
2477
2477
|
.ant-input-affix-wrapper-disabled {
|
|
2478
2478
|
color: #C0C0C5;
|
|
2479
|
-
background-color: #
|
|
2479
|
+
background-color: #f5f7fb;
|
|
2480
2480
|
border-color: #C0C0C5;
|
|
2481
2481
|
-webkit-box-shadow: none;
|
|
2482
2482
|
box-shadow: none;
|
|
@@ -2489,7 +2489,7 @@ html {
|
|
|
2489
2489
|
}
|
|
2490
2490
|
.ant-input-affix-wrapper[disabled] {
|
|
2491
2491
|
color: #C0C0C5;
|
|
2492
|
-
background-color: #
|
|
2492
|
+
background-color: #f5f7fb;
|
|
2493
2493
|
border-color: #C0C0C5;
|
|
2494
2494
|
-webkit-box-shadow: none;
|
|
2495
2495
|
box-shadow: none;
|
|
@@ -2807,7 +2807,7 @@ textarea.ant-input-affix-wrapper {
|
|
|
2807
2807
|
}
|
|
2808
2808
|
.ant-input-disabled {
|
|
2809
2809
|
color: #C0C0C5;
|
|
2810
|
-
background-color: #
|
|
2810
|
+
background-color: #f5f7fb;
|
|
2811
2811
|
border-color: #C0C0C5;
|
|
2812
2812
|
-webkit-box-shadow: none;
|
|
2813
2813
|
box-shadow: none;
|
|
@@ -2820,7 +2820,7 @@ textarea.ant-input-affix-wrapper {
|
|
|
2820
2820
|
}
|
|
2821
2821
|
.ant-input[disabled] {
|
|
2822
2822
|
color: #C0C0C5;
|
|
2823
|
-
background-color: #
|
|
2823
|
+
background-color: #f5f7fb;
|
|
2824
2824
|
border-color: #C0C0C5;
|
|
2825
2825
|
-webkit-box-shadow: none;
|
|
2826
2826
|
box-shadow: none;
|
|
@@ -3539,7 +3539,7 @@ textarea.ant-input {
|
|
|
3539
3539
|
.ant-btn[disabled]:active {
|
|
3540
3540
|
color: #C0C0C5;
|
|
3541
3541
|
border-color: #C0C0C5;
|
|
3542
|
-
background: #
|
|
3542
|
+
background: #f5f7fb;
|
|
3543
3543
|
text-shadow: none;
|
|
3544
3544
|
-webkit-box-shadow: none;
|
|
3545
3545
|
box-shadow: none;
|
|
@@ -3634,7 +3634,7 @@ textarea.ant-input {
|
|
|
3634
3634
|
.ant-btn-primary[disabled]:active {
|
|
3635
3635
|
color: #C0C0C5;
|
|
3636
3636
|
border-color: #C0C0C5;
|
|
3637
|
-
background: #
|
|
3637
|
+
background: #f5f7fb;
|
|
3638
3638
|
text-shadow: none;
|
|
3639
3639
|
-webkit-box-shadow: none;
|
|
3640
3640
|
box-shadow: none;
|
|
@@ -3738,7 +3738,7 @@ textarea.ant-input {
|
|
|
3738
3738
|
.ant-btn-ghost[disabled]:active {
|
|
3739
3739
|
color: #C0C0C5;
|
|
3740
3740
|
border-color: #C0C0C5;
|
|
3741
|
-
background: #
|
|
3741
|
+
background: #f5f7fb;
|
|
3742
3742
|
text-shadow: none;
|
|
3743
3743
|
-webkit-box-shadow: none;
|
|
3744
3744
|
box-shadow: none;
|
|
@@ -3822,7 +3822,7 @@ textarea.ant-input {
|
|
|
3822
3822
|
.ant-btn-dashed[disabled]:active {
|
|
3823
3823
|
color: #C0C0C5;
|
|
3824
3824
|
border-color: #C0C0C5;
|
|
3825
|
-
background: #
|
|
3825
|
+
background: #f5f7fb;
|
|
3826
3826
|
text-shadow: none;
|
|
3827
3827
|
-webkit-box-shadow: none;
|
|
3828
3828
|
box-shadow: none;
|
|
@@ -3908,7 +3908,7 @@ textarea.ant-input {
|
|
|
3908
3908
|
.ant-btn-danger[disabled]:active {
|
|
3909
3909
|
color: #C0C0C5;
|
|
3910
3910
|
border-color: #C0C0C5;
|
|
3911
|
-
background: #
|
|
3911
|
+
background: #f5f7fb;
|
|
3912
3912
|
text-shadow: none;
|
|
3913
3913
|
-webkit-box-shadow: none;
|
|
3914
3914
|
box-shadow: none;
|
|
@@ -3993,7 +3993,7 @@ textarea.ant-input {
|
|
|
3993
3993
|
.ant-btn-link[disabled]:active {
|
|
3994
3994
|
color: #C0C0C5;
|
|
3995
3995
|
border-color: #C0C0C5;
|
|
3996
|
-
background: #
|
|
3996
|
+
background: #f5f7fb;
|
|
3997
3997
|
text-shadow: none;
|
|
3998
3998
|
-webkit-box-shadow: none;
|
|
3999
3999
|
box-shadow: none;
|
|
@@ -4115,7 +4115,7 @@ textarea.ant-input {
|
|
|
4115
4115
|
.ant-btn-text[disabled]:active {
|
|
4116
4116
|
color: #C0C0C5;
|
|
4117
4117
|
border-color: #C0C0C5;
|
|
4118
|
-
background: #
|
|
4118
|
+
background: #f5f7fb;
|
|
4119
4119
|
text-shadow: none;
|
|
4120
4120
|
-webkit-box-shadow: none;
|
|
4121
4121
|
box-shadow: none;
|
|
@@ -4249,7 +4249,7 @@ textarea.ant-input {
|
|
|
4249
4249
|
.ant-btn-menu[disabled]:active {
|
|
4250
4250
|
color: #C0C0C5;
|
|
4251
4251
|
border-color: #C0C0C5;
|
|
4252
|
-
background: #
|
|
4252
|
+
background: #f5f7fb;
|
|
4253
4253
|
text-shadow: none;
|
|
4254
4254
|
-webkit-box-shadow: none;
|
|
4255
4255
|
box-shadow: none;
|
|
@@ -4372,7 +4372,7 @@ textarea.ant-input {
|
|
|
4372
4372
|
.ant-btn-dangerous[disabled]:active {
|
|
4373
4373
|
color: #C0C0C5;
|
|
4374
4374
|
border-color: #C0C0C5;
|
|
4375
|
-
background: #
|
|
4375
|
+
background: #f5f7fb;
|
|
4376
4376
|
text-shadow: none;
|
|
4377
4377
|
-webkit-box-shadow: none;
|
|
4378
4378
|
box-shadow: none;
|
|
@@ -4458,7 +4458,7 @@ textarea.ant-input {
|
|
|
4458
4458
|
.ant-btn-dangerous.ant-btn-primary[disabled]:active {
|
|
4459
4459
|
color: #C0C0C5;
|
|
4460
4460
|
border-color: #C0C0C5;
|
|
4461
|
-
background: #
|
|
4461
|
+
background: #f5f7fb;
|
|
4462
4462
|
text-shadow: none;
|
|
4463
4463
|
-webkit-box-shadow: none;
|
|
4464
4464
|
box-shadow: none;
|
|
@@ -4543,7 +4543,7 @@ textarea.ant-input {
|
|
|
4543
4543
|
.ant-btn-dangerous.ant-btn-link[disabled]:active {
|
|
4544
4544
|
color: #C0C0C5;
|
|
4545
4545
|
border-color: #C0C0C5;
|
|
4546
|
-
background: #
|
|
4546
|
+
background: #f5f7fb;
|
|
4547
4547
|
text-shadow: none;
|
|
4548
4548
|
-webkit-box-shadow: none;
|
|
4549
4549
|
box-shadow: none;
|
|
@@ -4694,7 +4694,7 @@ textarea.ant-input {
|
|
|
4694
4694
|
.ant-btn-dangerous.ant-btn-text[disabled]:active {
|
|
4695
4695
|
color: #C0C0C5;
|
|
4696
4696
|
border-color: #C0C0C5;
|
|
4697
|
-
background: #
|
|
4697
|
+
background: #f5f7fb;
|
|
4698
4698
|
text-shadow: none;
|
|
4699
4699
|
-webkit-box-shadow: none;
|
|
4700
4700
|
box-shadow: none;
|
|
@@ -5129,7 +5129,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
5129
5129
|
.ant-btn-background-ghost.ant-btn-primary[disabled]:active {
|
|
5130
5130
|
color: #C0C0C5;
|
|
5131
5131
|
border-color: #C0C0C5;
|
|
5132
|
-
background: #
|
|
5132
|
+
background: #f5f7fb;
|
|
5133
5133
|
text-shadow: none;
|
|
5134
5134
|
-webkit-box-shadow: none;
|
|
5135
5135
|
box-shadow: none;
|
|
@@ -5210,7 +5210,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
5210
5210
|
.ant-btn-background-ghost.ant-btn-danger[disabled]:active {
|
|
5211
5211
|
color: #C0C0C5;
|
|
5212
5212
|
border-color: #C0C0C5;
|
|
5213
|
-
background: #
|
|
5213
|
+
background: #f5f7fb;
|
|
5214
5214
|
text-shadow: none;
|
|
5215
5215
|
-webkit-box-shadow: none;
|
|
5216
5216
|
box-shadow: none;
|
|
@@ -5291,7 +5291,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
5291
5291
|
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
|
|
5292
5292
|
color: #C0C0C5;
|
|
5293
5293
|
border-color: #C0C0C5;
|
|
5294
|
-
background: #
|
|
5294
|
+
background: #f5f7fb;
|
|
5295
5295
|
text-shadow: none;
|
|
5296
5296
|
-webkit-box-shadow: none;
|
|
5297
5297
|
box-shadow: none;
|
|
@@ -5372,7 +5372,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
5372
5372
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
|
|
5373
5373
|
color: #C0C0C5;
|
|
5374
5374
|
border-color: #C0C0C5;
|
|
5375
|
-
background: #
|
|
5375
|
+
background: #f5f7fb;
|
|
5376
5376
|
text-shadow: none;
|
|
5377
5377
|
-webkit-box-shadow: none;
|
|
5378
5378
|
box-shadow: none;
|