@qn-pandora/pandora-component 4.0.0 → 4.0.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.
Files changed (124) hide show
  1. package/CHANGELOG.json +37 -0
  2. package/CHANGELOG.md +17 -1
  3. package/README.md +36 -36
  4. package/es/components/AutoComplete/style.less +8 -8
  5. package/es/components/Breadcrumb/style.less +9 -9
  6. package/es/components/Button/style.less +51 -51
  7. package/es/components/Card/RowExtra/style.less +8 -8
  8. package/es/components/Card/SearchInput/style.less +8 -8
  9. package/es/components/Card/style.less +11 -11
  10. package/es/components/CheckTransformList/style.less +35 -35
  11. package/es/components/Checkbox/style.less +5 -5
  12. package/es/components/CheckboxList/style.less +11 -11
  13. package/es/components/Collapse/style.less +57 -57
  14. package/es/components/CollapsiblePanel/style.less +63 -63
  15. package/es/components/DateTimePicker/Base/style.less +160 -160
  16. package/es/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
  17. package/es/components/DateTimePicker/BaseMobile/style.less +32 -32
  18. package/es/components/DateTimePicker/Collapse/Panel/style.less +26 -26
  19. package/es/components/DateTimePicker/DisplayInput/style.less +9 -9
  20. package/es/components/DateTimePicker/style.less +19 -19
  21. package/es/components/Drawer/index.d.ts +55 -2
  22. package/es/components/Drawer/index.js +3 -1
  23. package/es/components/Drawer/style.less +17 -17
  24. package/es/components/Input/style.less +12 -12
  25. package/es/components/KeyValuePair/style.less +21 -21
  26. package/es/components/Menu/Option.d.ts +6 -0
  27. package/es/components/Menu/Option.js +16 -1
  28. package/es/components/Menu/index.js +3 -3
  29. package/es/components/Menu/style.less +18 -18
  30. package/es/components/Modal/style.less +30 -30
  31. package/es/components/NameExplainTooltip/style.less +10 -10
  32. package/es/components/NameLimiter/style.less +19 -19
  33. package/es/components/OptionList/InlineOptionList/style.less +16 -16
  34. package/es/components/OptionList/OptionItem/style.less +25 -25
  35. package/es/components/OptionList/PopoverOptionList/style.less +30 -30
  36. package/es/components/OptionList/style.less +3 -3
  37. package/es/components/RadioGroup/style.less +32 -32
  38. package/es/components/RangeInput/style.less +37 -37
  39. package/es/components/RemarkName/style.less +2 -2
  40. package/es/components/Selector/style.less +99 -99
  41. package/es/components/Spin/style.less +26 -26
  42. package/es/components/Steps/ControlButton/style.less +5 -5
  43. package/es/components/Steps/style.less +48 -48
  44. package/es/components/Table/ColumnTag/style.less +40 -40
  45. package/es/components/Table/index.js +7 -4
  46. package/es/components/Table/style.css +4 -4
  47. package/es/components/Table/style.less +306 -306
  48. package/es/components/Tabs/style.less +33 -33
  49. package/es/components/TagList/Tag/style.less +72 -72
  50. package/es/components/TagList/TagSwitch/style.less +28 -28
  51. package/es/components/TagList/style.less +28 -28
  52. package/es/components/Timeline/TimelineItem/style.less +49 -49
  53. package/es/components/Timeline/style.less +23 -23
  54. package/es/components/Transfer/List/style.less +19 -19
  55. package/es/components/Transfer/ListBody/style.less +18 -18
  56. package/es/components/Transfer/style.less +14 -14
  57. package/es/components/TreeSelector/style.less +56 -56
  58. package/es/hoc/popContainer.d.ts +5 -0
  59. package/es/hoc/popContainer.js +37 -0
  60. package/es/index.css +2974 -2974
  61. package/es/index.less +49 -49
  62. package/es/style/mixin.less +45 -45
  63. package/es/style/theme.less +389 -381
  64. package/lib/components/AutoComplete/style.less +8 -8
  65. package/lib/components/Breadcrumb/style.less +9 -9
  66. package/lib/components/Button/style.less +51 -51
  67. package/lib/components/Card/RowExtra/style.less +8 -8
  68. package/lib/components/Card/SearchInput/style.less +8 -8
  69. package/lib/components/Card/style.less +11 -11
  70. package/lib/components/CheckTransformList/style.less +35 -35
  71. package/lib/components/Checkbox/style.less +5 -5
  72. package/lib/components/CheckboxList/style.less +11 -11
  73. package/lib/components/Collapse/style.less +57 -57
  74. package/lib/components/CollapsiblePanel/style.less +63 -63
  75. package/lib/components/DateTimePicker/Base/style.less +160 -160
  76. package/lib/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
  77. package/lib/components/DateTimePicker/BaseMobile/style.less +32 -32
  78. package/lib/components/DateTimePicker/Collapse/Panel/style.less +26 -26
  79. package/lib/components/DateTimePicker/DisplayInput/style.less +9 -9
  80. package/lib/components/DateTimePicker/style.less +19 -19
  81. package/lib/components/Drawer/index.d.ts +55 -2
  82. package/lib/components/Drawer/index.js +3 -1
  83. package/lib/components/Drawer/style.less +17 -17
  84. package/lib/components/Input/style.less +12 -12
  85. package/lib/components/KeyValuePair/style.less +21 -21
  86. package/lib/components/Menu/Option.d.ts +6 -0
  87. package/lib/components/Menu/Option.js +16 -1
  88. package/lib/components/Menu/index.js +3 -3
  89. package/lib/components/Menu/style.less +18 -18
  90. package/lib/components/Modal/style.less +30 -30
  91. package/lib/components/NameExplainTooltip/style.less +10 -10
  92. package/lib/components/NameLimiter/style.less +19 -19
  93. package/lib/components/OptionList/InlineOptionList/style.less +16 -16
  94. package/lib/components/OptionList/OptionItem/style.less +25 -25
  95. package/lib/components/OptionList/PopoverOptionList/style.less +30 -30
  96. package/lib/components/OptionList/style.less +3 -3
  97. package/lib/components/RadioGroup/style.less +32 -32
  98. package/lib/components/RangeInput/style.less +37 -37
  99. package/lib/components/RemarkName/style.less +2 -2
  100. package/lib/components/Selector/style.less +99 -99
  101. package/lib/components/Spin/style.less +26 -26
  102. package/lib/components/Steps/ControlButton/style.less +5 -5
  103. package/lib/components/Steps/style.less +48 -48
  104. package/lib/components/Table/ColumnTag/style.less +40 -40
  105. package/lib/components/Table/index.js +6 -3
  106. package/lib/components/Table/style.css +4 -4
  107. package/lib/components/Table/style.less +306 -306
  108. package/lib/components/Tabs/style.less +33 -33
  109. package/lib/components/TagList/Tag/style.less +72 -72
  110. package/lib/components/TagList/TagSwitch/style.less +28 -28
  111. package/lib/components/TagList/style.less +28 -28
  112. package/lib/components/Timeline/TimelineItem/style.less +49 -49
  113. package/lib/components/Timeline/style.less +23 -23
  114. package/lib/components/Transfer/List/style.less +19 -19
  115. package/lib/components/Transfer/ListBody/style.less +18 -18
  116. package/lib/components/Transfer/style.less +14 -14
  117. package/lib/components/TreeSelector/style.less +56 -56
  118. package/lib/hoc/popContainer.d.ts +5 -0
  119. package/lib/hoc/popContainer.js +47 -0
  120. package/lib/index.css +224 -224
  121. package/lib/index.less +49 -49
  122. package/lib/style/mixin.less +45 -45
  123. package/lib/style/theme.less +389 -381
  124. package/package.json +79 -79
package/lib/index.css CHANGED
@@ -8,25 +8,6 @@
8
8
  /* stylelint-disable no-duplicate-selectors */
9
9
  /* stylelint-disable */
10
10
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
11
- .ant-select-auto-complete {
12
- -webkit-box-sizing: border-box;
13
- box-sizing: border-box;
14
- margin: 0;
15
- padding: 0;
16
- color: rgba(0, 0, 0, 0.85);
17
- font-size: 14px;
18
- font-variant: tabular-nums;
19
- line-height: 1.5715;
20
- list-style: none;
21
- -webkit-font-feature-settings: 'tnum';
22
- font-feature-settings: 'tnum';
23
- }
24
- .ant-select-auto-complete .ant-select-clear {
25
- right: 13px;
26
- }
27
- .pandora-sdk-auto-complete .ant-input {
28
- border: 0px;
29
- }
30
11
  .ant-breadcrumb {
31
12
  -webkit-box-sizing: border-box;
32
13
  box-sizing: border-box;
@@ -102,6 +83,25 @@
102
83
  .pandora-sdk-breadcrumb a {
103
84
  text-decoration: none;
104
85
  }
86
+ .ant-select-auto-complete {
87
+ -webkit-box-sizing: border-box;
88
+ box-sizing: border-box;
89
+ margin: 0;
90
+ padding: 0;
91
+ color: rgba(0, 0, 0, 0.85);
92
+ font-size: 14px;
93
+ font-variant: tabular-nums;
94
+ line-height: 1.5715;
95
+ list-style: none;
96
+ -webkit-font-feature-settings: 'tnum';
97
+ font-feature-settings: 'tnum';
98
+ }
99
+ .ant-select-auto-complete .ant-select-clear {
100
+ right: 13px;
101
+ }
102
+ .pandora-sdk-auto-complete .ant-input {
103
+ border: 0px;
104
+ }
105
105
  .ant-btn {
106
106
  line-height: 1.5715;
107
107
  position: relative;
@@ -3092,120 +3092,6 @@ a.ant-btn-sm {
3092
3092
  .pandora-sdk-card .ant-card-head .ant-card-extra {
3093
3093
  padding: 0;
3094
3094
  }
3095
- .ant-divider {
3096
- -webkit-box-sizing: border-box;
3097
- box-sizing: border-box;
3098
- margin: 0;
3099
- padding: 0;
3100
- color: rgba(0, 0, 0, 0.85);
3101
- font-size: 14px;
3102
- font-variant: tabular-nums;
3103
- line-height: 1.5715;
3104
- list-style: none;
3105
- -webkit-font-feature-settings: 'tnum';
3106
- font-feature-settings: 'tnum';
3107
- border-top: 1px solid rgba(0, 0, 0, 0.06);
3108
- }
3109
- .ant-divider-vertical {
3110
- position: relative;
3111
- top: -0.06em;
3112
- display: inline-block;
3113
- height: 0.9em;
3114
- margin: 0 8px;
3115
- vertical-align: middle;
3116
- border-top: 0;
3117
- border-left: 1px solid rgba(0, 0, 0, 0.06);
3118
- }
3119
- .ant-divider-horizontal {
3120
- display: -webkit-box;
3121
- display: -ms-flexbox;
3122
- display: flex;
3123
- clear: both;
3124
- width: 100%;
3125
- min-width: 100%;
3126
- margin: 24px 0;
3127
- }
3128
- .ant-divider-horizontal.ant-divider-with-text {
3129
- display: -webkit-box;
3130
- display: -ms-flexbox;
3131
- display: flex;
3132
- margin: 16px 0;
3133
- color: rgba(0, 0, 0, 0.85);
3134
- font-weight: 500;
3135
- font-size: 16px;
3136
- white-space: nowrap;
3137
- text-align: center;
3138
- border-top: 0;
3139
- border-top-color: rgba(0, 0, 0, 0.06);
3140
- }
3141
- .ant-divider-horizontal.ant-divider-with-text::before,
3142
- .ant-divider-horizontal.ant-divider-with-text::after {
3143
- position: relative;
3144
- top: 50%;
3145
- width: 50%;
3146
- border-top: 1px solid transparent;
3147
- border-top-color: inherit;
3148
- border-bottom: 0;
3149
- -webkit-transform: translateY(50%);
3150
- transform: translateY(50%);
3151
- content: '';
3152
- }
3153
- .ant-divider-horizontal.ant-divider-with-text-left::before {
3154
- top: 50%;
3155
- width: 5%;
3156
- }
3157
- .ant-divider-horizontal.ant-divider-with-text-left::after {
3158
- top: 50%;
3159
- width: 95%;
3160
- }
3161
- .ant-divider-horizontal.ant-divider-with-text-right::before {
3162
- top: 50%;
3163
- width: 95%;
3164
- }
3165
- .ant-divider-horizontal.ant-divider-with-text-right::after {
3166
- top: 50%;
3167
- width: 5%;
3168
- }
3169
- .ant-divider-inner-text {
3170
- display: inline-block;
3171
- padding: 0 1em;
3172
- }
3173
- .ant-divider-dashed {
3174
- background: none;
3175
- border-color: rgba(0, 0, 0, 0.06);
3176
- border-style: dashed;
3177
- border-width: 1px 0 0;
3178
- }
3179
- .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed {
3180
- border-top: 0;
3181
- }
3182
- .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
3183
- .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
3184
- border-style: dashed none none;
3185
- }
3186
- .ant-divider-vertical.ant-divider-dashed {
3187
- border-width: 0 0 0 1px;
3188
- }
3189
- .ant-divider-plain.ant-divider-with-text {
3190
- color: rgba(0, 0, 0, 0.85);
3191
- font-weight: normal;
3192
- font-size: 14px;
3193
- }
3194
- .ant-divider-rtl {
3195
- direction: rtl;
3196
- }
3197
- .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
3198
- width: 95%;
3199
- }
3200
- .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
3201
- width: 5%;
3202
- }
3203
- .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
3204
- width: 5%;
3205
- }
3206
- .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
3207
- width: 95%;
3208
- }
3209
3095
  @-webkit-keyframes antCheckboxEffect {
3210
3096
  0% {
3211
3097
  -webkit-transform: scale(1);
@@ -3456,6 +3342,123 @@ a.ant-btn-sm {
3456
3342
  .ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
3457
3343
  margin-left: 8px;
3458
3344
  }
3345
+ .ant-checkbox-inner::after {
3346
+ left: 20%;
3347
+ }
3348
+ .ant-divider {
3349
+ -webkit-box-sizing: border-box;
3350
+ box-sizing: border-box;
3351
+ margin: 0;
3352
+ padding: 0;
3353
+ color: rgba(0, 0, 0, 0.85);
3354
+ font-size: 14px;
3355
+ font-variant: tabular-nums;
3356
+ line-height: 1.5715;
3357
+ list-style: none;
3358
+ -webkit-font-feature-settings: 'tnum';
3359
+ font-feature-settings: 'tnum';
3360
+ border-top: 1px solid rgba(0, 0, 0, 0.06);
3361
+ }
3362
+ .ant-divider-vertical {
3363
+ position: relative;
3364
+ top: -0.06em;
3365
+ display: inline-block;
3366
+ height: 0.9em;
3367
+ margin: 0 8px;
3368
+ vertical-align: middle;
3369
+ border-top: 0;
3370
+ border-left: 1px solid rgba(0, 0, 0, 0.06);
3371
+ }
3372
+ .ant-divider-horizontal {
3373
+ display: -webkit-box;
3374
+ display: -ms-flexbox;
3375
+ display: flex;
3376
+ clear: both;
3377
+ width: 100%;
3378
+ min-width: 100%;
3379
+ margin: 24px 0;
3380
+ }
3381
+ .ant-divider-horizontal.ant-divider-with-text {
3382
+ display: -webkit-box;
3383
+ display: -ms-flexbox;
3384
+ display: flex;
3385
+ margin: 16px 0;
3386
+ color: rgba(0, 0, 0, 0.85);
3387
+ font-weight: 500;
3388
+ font-size: 16px;
3389
+ white-space: nowrap;
3390
+ text-align: center;
3391
+ border-top: 0;
3392
+ border-top-color: rgba(0, 0, 0, 0.06);
3393
+ }
3394
+ .ant-divider-horizontal.ant-divider-with-text::before,
3395
+ .ant-divider-horizontal.ant-divider-with-text::after {
3396
+ position: relative;
3397
+ top: 50%;
3398
+ width: 50%;
3399
+ border-top: 1px solid transparent;
3400
+ border-top-color: inherit;
3401
+ border-bottom: 0;
3402
+ -webkit-transform: translateY(50%);
3403
+ transform: translateY(50%);
3404
+ content: '';
3405
+ }
3406
+ .ant-divider-horizontal.ant-divider-with-text-left::before {
3407
+ top: 50%;
3408
+ width: 5%;
3409
+ }
3410
+ .ant-divider-horizontal.ant-divider-with-text-left::after {
3411
+ top: 50%;
3412
+ width: 95%;
3413
+ }
3414
+ .ant-divider-horizontal.ant-divider-with-text-right::before {
3415
+ top: 50%;
3416
+ width: 95%;
3417
+ }
3418
+ .ant-divider-horizontal.ant-divider-with-text-right::after {
3419
+ top: 50%;
3420
+ width: 5%;
3421
+ }
3422
+ .ant-divider-inner-text {
3423
+ display: inline-block;
3424
+ padding: 0 1em;
3425
+ }
3426
+ .ant-divider-dashed {
3427
+ background: none;
3428
+ border-color: rgba(0, 0, 0, 0.06);
3429
+ border-style: dashed;
3430
+ border-width: 1px 0 0;
3431
+ }
3432
+ .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed {
3433
+ border-top: 0;
3434
+ }
3435
+ .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
3436
+ .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
3437
+ border-style: dashed none none;
3438
+ }
3439
+ .ant-divider-vertical.ant-divider-dashed {
3440
+ border-width: 0 0 0 1px;
3441
+ }
3442
+ .ant-divider-plain.ant-divider-with-text {
3443
+ color: rgba(0, 0, 0, 0.85);
3444
+ font-weight: normal;
3445
+ font-size: 14px;
3446
+ }
3447
+ .ant-divider-rtl {
3448
+ direction: rtl;
3449
+ }
3450
+ .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
3451
+ width: 95%;
3452
+ }
3453
+ .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
3454
+ width: 5%;
3455
+ }
3456
+ .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
3457
+ width: 5%;
3458
+ }
3459
+ .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
3460
+ width: 95%;
3461
+ }
3459
3462
  .ant-input-affix-wrapper {
3460
3463
  position: relative;
3461
3464
  display: inline-block;
@@ -4273,17 +4276,6 @@ textarea.ant-input {
4273
4276
  .pandora-sdk-check-transform .pandora-sdk-check-transform-checkBox .pandora-sdk-check-transform-checkbox-group {
4274
4277
  line-height: 40px;
4275
4278
  }
4276
- .ant-checkbox-inner::after {
4277
- left: 20%;
4278
- }
4279
- .pandora-sdk-checkbox-item {
4280
- white-space: nowrap;
4281
- width: 100%;
4282
- }
4283
- .pandora-sdk-checkbox-item.ant-checkbox-wrapper {
4284
- margin-left: 0;
4285
- line-height: 25px;
4286
- }
4287
4279
  .ant-collapse {
4288
4280
  -webkit-box-sizing: border-box;
4289
4281
  box-sizing: border-box;
@@ -4544,6 +4536,14 @@ textarea.ant-input {
4544
4536
  padding-left: 16px;
4545
4537
  padding-right: 16px;
4546
4538
  }
4539
+ .pandora-sdk-checkbox-item {
4540
+ white-space: nowrap;
4541
+ width: 100%;
4542
+ }
4543
+ .pandora-sdk-checkbox-item.ant-checkbox-wrapper {
4544
+ margin-left: 0;
4545
+ line-height: 25px;
4546
+ }
4547
4547
  .ant-popover {
4548
4548
  -webkit-box-sizing: border-box;
4549
4549
  box-sizing: border-box;
@@ -11731,24 +11731,6 @@ textarea.ant-pagination-options-quick-jumper input {
11731
11731
  .pandora-sdk-popover > div {
11732
11732
  margin: 4px;
11733
11733
  }
11734
- .pandora-sdk-transfer-container {
11735
- display: -webkit-box;
11736
- display: -ms-flexbox;
11737
- display: flex;
11738
- -webkit-box-pack: justify;
11739
- -ms-flex-pack: justify;
11740
- justify-content: space-between;
11741
- }
11742
- .pandora-sdk-transfer-container .pandora-sdk-transfer-divider {
11743
- height: 400px;
11744
- }
11745
- .pandora-sdk-transfer-container .pandora-sdk-transfer-list {
11746
- -webkit-box-flex: 1;
11747
- -ms-flex-positive: 1;
11748
- flex-grow: 1;
11749
- -ms-flex-preferred-size: 200px;
11750
- flex-basis: 200px;
11751
- }
11752
11734
  .pandora-sdk-timeline-container {
11753
11735
  list-style: none;
11754
11736
  margin: 0;
@@ -11770,6 +11752,24 @@ textarea.ant-pagination-options-quick-jumper input {
11770
11752
  .pandora-sdk-timeline-container .pandora-sdk-icon:hover {
11771
11753
  color: #7a869a;
11772
11754
  }
11755
+ .pandora-sdk-transfer-container {
11756
+ display: -webkit-box;
11757
+ display: -ms-flexbox;
11758
+ display: flex;
11759
+ -webkit-box-pack: justify;
11760
+ -ms-flex-pack: justify;
11761
+ justify-content: space-between;
11762
+ }
11763
+ .pandora-sdk-transfer-container .pandora-sdk-transfer-divider {
11764
+ height: 400px;
11765
+ }
11766
+ .pandora-sdk-transfer-container .pandora-sdk-transfer-list {
11767
+ -webkit-box-flex: 1;
11768
+ -ms-flex-positive: 1;
11769
+ flex-grow: 1;
11770
+ -ms-flex-preferred-size: 200px;
11771
+ flex-basis: 200px;
11772
+ }
11773
11773
  @-webkit-keyframes ant-tree-node-fx-do-not-use {
11774
11774
  0% {
11775
11775
  opacity: 0;
@@ -19636,9 +19636,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
19636
19636
  .pandora-sdk-popover-list .pandora-sdk-item.pandora-sdk-disabled {
19637
19637
  color: #bfbfbf;
19638
19638
  }
19639
- .pandora-sdk-prev-button {
19640
- margin-right: 10px;
19641
- }
19642
19639
  .pandora-sdk-table-columnTag-groupTag {
19643
19640
  padding: 4px;
19644
19641
  height: 24px;
@@ -19678,6 +19675,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
19678
19675
  flex-wrap: wrap;
19679
19676
  width: 400px;
19680
19677
  }
19678
+ .pandora-sdk-prev-button {
19679
+ margin-right: 10px;
19680
+ }
19681
19681
  .pandora-sdk-root {
19682
19682
  display: inline-block;
19683
19683
  line-height: 24px;
@@ -19770,37 +19770,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
19770
19770
  .pandora-sdk-switch.pandora-sdk-active.pandora-sdk-blue {
19771
19771
  background: #03a9f4;
19772
19772
  }
19773
- .pandora-sdk-transfer-list {
19774
- overflow: hidden;
19775
- }
19776
- .pandora-sdk-transfer-list .pandora-sdk-transfer-title {
19777
- margin-bottom: 10px;
19778
- }
19779
- .pandora-sdk-transfer-list .pandora-sdk-transfer-search {
19780
- margin-bottom: 10px;
19781
- }
19782
- .pandora-sdk-transfer-list .pandora-sdk-transfer-mb10 {
19783
- margin-bottom: 10px;
19784
- }
19785
- .pandora-sdk-search-icon {
19786
- color: inherit;
19787
- }
19788
- .pandora-sdk-transfer-list-body {
19789
- height: 300px;
19790
- overflow-y: scroll;
19791
- }
19792
- .pandora-sdk-transfer-list-body .pandora-sdk-transfer-check-box-container {
19793
- overflow: hidden;
19794
- text-overflow: ellipsis;
19795
- white-space: nowrap;
19796
- }
19797
- .pandora-sdk-transfer-list-body .pandora-sdk-transfer-check-box-container .pandora-sdk-transfer-check-box-label {
19798
- padding-right: 0px;
19799
- padding-left: 8px;
19800
- }
19801
- .pandora-sdk-transfer-list-body .pandora-sdk-transfer-mb10 {
19802
- margin-bottom: 10px;
19803
- }
19804
19773
  .pandora-sdk-timeline-item {
19805
19774
  font-size: 14px;
19806
19775
  list-style: none;
@@ -19845,41 +19814,36 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
19845
19814
  font-size: 14px;
19846
19815
  color: #333;
19847
19816
  }
19848
- .pandora-sdk-datetime-mobile-pick-range-preset-head {
19849
- display: -webkit-box;
19850
- display: -ms-flexbox;
19851
- display: flex;
19852
- padding: 10px;
19853
- position: relative;
19817
+ .pandora-sdk-transfer-list {
19818
+ overflow: hidden;
19854
19819
  }
19855
- .pandora-sdk-datetime-mobile-pick-range-preset-head .pandora-sdk-datetime-mobile-pick-range-preset-head-selector {
19856
- width: 60%;
19820
+ .pandora-sdk-transfer-list .pandora-sdk-transfer-title {
19821
+ margin-bottom: 10px;
19857
19822
  }
19858
- .pandora-sdk-datetime-mobile-pick-range-preset-head .pandora-sdk-datetime-mobile-pick-range-preset-head-button {
19859
- position: absolute;
19860
- right: 10px;
19823
+ .pandora-sdk-transfer-list .pandora-sdk-transfer-search {
19824
+ margin-bottom: 10px;
19861
19825
  }
19862
- .pandora-sdk-datetime-mobile-pick-range-sub-title {
19863
- text-align: left;
19864
- margin: 8px;
19865
- padding: 2px 2px 2px 6px;
19866
- background-color: #ebecf0;
19826
+ .pandora-sdk-transfer-list .pandora-sdk-transfer-mb10 {
19827
+ margin-bottom: 10px;
19867
19828
  }
19868
- .am-picker-col-indicator {
19869
- background-color: rgba(235, 236, 240, 0.5);
19829
+ .pandora-sdk-search-icon {
19830
+ color: inherit;
19870
19831
  }
19871
- .am-modal-content {
19872
- border-radius: 12px;
19832
+ .pandora-sdk-transfer-list-body {
19833
+ height: 300px;
19834
+ overflow-y: scroll;
19873
19835
  }
19874
- .pandora-sdk-datetime-mobile-pick-range-div-containter {
19875
- width: 32px;
19876
- margin: 0 auto;
19877
- margin-top: 10px;
19878
- margin-bottom: 5px;
19836
+ .pandora-sdk-transfer-list-body .pandora-sdk-transfer-check-box-container {
19837
+ overflow: hidden;
19838
+ text-overflow: ellipsis;
19839
+ white-space: nowrap;
19879
19840
  }
19880
- .pandora-sdk-datetime-mobile-pick-range-div-containter .pandora-sdk-datetime-mobile-pick-range-div {
19881
- border-radius: 2px;
19882
- border: 2px solid #939393;
19841
+ .pandora-sdk-transfer-list-body .pandora-sdk-transfer-check-box-container .pandora-sdk-transfer-check-box-label {
19842
+ padding-right: 0px;
19843
+ padding-left: 8px;
19844
+ }
19845
+ .pandora-sdk-transfer-list-body .pandora-sdk-transfer-mb10 {
19846
+ margin-bottom: 10px;
19883
19847
  }
19884
19848
  .pandora-sdk-panel-title {
19885
19849
  display: -webkit-box;
@@ -19909,3 +19873,39 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
19909
19873
  .pandora-sdk-panel-disable {
19910
19874
  cursor: default;
19911
19875
  }
19876
+ .pandora-sdk-datetime-mobile-pick-range-preset-head {
19877
+ display: -webkit-box;
19878
+ display: -ms-flexbox;
19879
+ display: flex;
19880
+ padding: 10px;
19881
+ position: relative;
19882
+ }
19883
+ .pandora-sdk-datetime-mobile-pick-range-preset-head .pandora-sdk-datetime-mobile-pick-range-preset-head-selector {
19884
+ width: 60%;
19885
+ }
19886
+ .pandora-sdk-datetime-mobile-pick-range-preset-head .pandora-sdk-datetime-mobile-pick-range-preset-head-button {
19887
+ position: absolute;
19888
+ right: 10px;
19889
+ }
19890
+ .pandora-sdk-datetime-mobile-pick-range-sub-title {
19891
+ text-align: left;
19892
+ margin: 8px;
19893
+ padding: 2px 2px 2px 6px;
19894
+ background-color: #ebecf0;
19895
+ }
19896
+ .am-picker-col-indicator {
19897
+ background-color: rgba(235, 236, 240, 0.5);
19898
+ }
19899
+ .am-modal-content {
19900
+ border-radius: 12px;
19901
+ }
19902
+ .pandora-sdk-datetime-mobile-pick-range-div-containter {
19903
+ width: 32px;
19904
+ margin: 0 auto;
19905
+ margin-top: 10px;
19906
+ margin-bottom: 5px;
19907
+ }
19908
+ .pandora-sdk-datetime-mobile-pick-range-div-containter .pandora-sdk-datetime-mobile-pick-range-div {
19909
+ border-radius: 2px;
19910
+ border: 2px solid #939393;
19911
+ }
package/lib/index.less CHANGED
@@ -1,49 +1,49 @@
1
- @import './style/mixin.less';
2
- @import './style/theme.less';
3
- @import './components/AutoComplete/style.less';
4
- @import './components/Breadcrumb/style.less';
5
- @import './components/Button/style.less';
6
- @import './components/Card/style.less';
7
- @import './components/CheckTransformList/style.less';
8
- @import './components/Checkbox/style.less';
9
- @import './components/CheckboxList/style.less';
10
- @import './components/Collapse/style.less';
11
- @import './components/CollapsiblePanel/style.less';
12
- @import './components/DateTimePicker/style.less';
13
- @import './components/Drawer/style.less';
14
- @import './components/Input/style.less';
15
- @import './components/KeyValuePair/style.less';
16
- @import './components/Menu/style.less';
17
- @import './components/Modal/style.less';
18
- @import './components/NameExplainTooltip/style.less';
19
- @import './components/NameLimiter/style.less';
20
- @import './components/OptionList/style.less';
21
- @import './components/RadioGroup/style.less';
22
- @import './components/RangeInput/style.less';
23
- @import './components/Selector/style.less';
24
- @import './components/RemarkName/style.less';
25
- @import './components/Spin/style.less';
26
- @import './components/Steps/style.less';
27
- @import './components/Table/style.less';
28
- @import './components/Tabs/style.less';
29
- @import './components/TagList/style.less';
30
- @import './components/Transfer/style.less';
31
- @import './components/Timeline/style.less';
32
- @import './components/TreeSelector/style.less';
33
- @import './components/Card/RowExtra/style.less';
34
- @import './components/Card/SearchInput/style.less';
35
- @import './components/DateTimePicker/Base/style.less';
36
- @import './components/DateTimePicker/BaseMobile/style.less';
37
- @import './components/DateTimePicker/DisplayInput/style.less';
38
- @import './components/OptionList/InlineOptionList/style.less';
39
- @import './components/OptionList/OptionItem/style.less';
40
- @import './components/OptionList/PopoverOptionList/style.less';
41
- @import './components/Steps/ControlButton/style.less';
42
- @import './components/Table/ColumnTag/style.less';
43
- @import './components/TagList/Tag/style.less';
44
- @import './components/TagList/TagSwitch/style.less';
45
- @import './components/Transfer/List/style.less';
46
- @import './components/Transfer/ListBody/style.less';
47
- @import './components/Timeline/TimelineItem/style.less';
48
- @import './components/DateTimePicker/BaseMobile/Absolute/style.less';
49
- @import './components/DateTimePicker/Collapse/Panel/style.less';
1
+ @import './style\mixin.less';
2
+ @import './style\theme.less';
3
+ @import './components\Breadcrumb\style.less';
4
+ @import './components\AutoComplete\style.less';
5
+ @import './components\Button\style.less';
6
+ @import './components\Card\style.less';
7
+ @import './components\Checkbox\style.less';
8
+ @import './components\CheckTransformList\style.less';
9
+ @import './components\Collapse\style.less';
10
+ @import './components\CollapsiblePanel\style.less';
11
+ @import './components\CheckboxList\style.less';
12
+ @import './components\DateTimePicker\style.less';
13
+ @import './components\Drawer\style.less';
14
+ @import './components\Input\style.less';
15
+ @import './components\KeyValuePair\style.less';
16
+ @import './components\Menu\style.less';
17
+ @import './components\Modal\style.less';
18
+ @import './components\NameExplainTooltip\style.less';
19
+ @import './components\NameLimiter\style.less';
20
+ @import './components\RadioGroup\style.less';
21
+ @import './components\OptionList\style.less';
22
+ @import './components\RangeInput\style.less';
23
+ @import './components\RemarkName\style.less';
24
+ @import './components\Selector\style.less';
25
+ @import './components\Spin\style.less';
26
+ @import './components\Steps\style.less';
27
+ @import './components\Table\style.less';
28
+ @import './components\Tabs\style.less';
29
+ @import './components\TagList\style.less';
30
+ @import './components\Timeline\style.less';
31
+ @import './components\Transfer\style.less';
32
+ @import './components\TreeSelector\style.less';
33
+ @import './components\Card\RowExtra\style.less';
34
+ @import './components\Card\SearchInput\style.less';
35
+ @import './components\DateTimePicker\Base\style.less';
36
+ @import './components\DateTimePicker\BaseMobile\style.less';
37
+ @import './components\DateTimePicker\DisplayInput\style.less';
38
+ @import './components\OptionList\InlineOptionList\style.less';
39
+ @import './components\OptionList\OptionItem\style.less';
40
+ @import './components\OptionList\PopoverOptionList\style.less';
41
+ @import './components\Table\ColumnTag\style.less';
42
+ @import './components\Steps\ControlButton\style.less';
43
+ @import './components\TagList\Tag\style.less';
44
+ @import './components\TagList\TagSwitch\style.less';
45
+ @import './components\Timeline\TimelineItem\style.less';
46
+ @import './components\Transfer\List\style.less';
47
+ @import './components\Transfer\ListBody\style.less';
48
+ @import './components\DateTimePicker\Collapse\Panel\style.less';
49
+ @import './components\DateTimePicker\BaseMobile\Absolute\style.less';