ele-admin-plus 1.1.7-beta.3 → 1.1.7-beta.4

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.
@@ -6,7 +6,7 @@
6
6
 
7
7
  /* Input */
8
8
  .el-input .el-input__wrapper,
9
- .el-range-editor.el-input__wrapper {
9
+ .el-date-editor.el-range-editor.el-input__wrapper {
10
10
  border: eleVar('input', 'border');
11
11
  background: eleVar('input', 'bg');
12
12
  border-radius: eleVar('input', 'radius');
@@ -32,7 +32,7 @@
32
32
  .el-textarea .el-textarea__inner:hover,
33
33
  .el-select:not(.el-select--disabled):hover .el-input .el-input__wrapper,
34
34
  .el-cascader:not(.is-disabled):hover .el-input .el-input__wrapper,
35
- .el-range-editor:not(.is-disabled):hover,
35
+ .el-range-editor.el-input__wrapper:not(.is-disabled):hover,
36
36
  body .el-input-number:not(.is-disabled):hover .el-input .el-input__wrapper {
37
37
  border: eleVar('input', 'hover-border');
38
38
  background: eleVar('input', 'hover-bg');
@@ -292,7 +292,7 @@ body .el-input-number:not(.is-disabled) .el-input .el-input__wrapper.is-focus {
292
292
  body .el-input.is-disabled .el-input__wrapper,
293
293
  body .el-textarea.is-disabled .el-textarea__inner,
294
294
  body .el-select.el-select--disabled .el-input.is-disabled .el-input__wrapper,
295
- .el-range-editor.is-disabled.el-input__wrapper {
295
+ .el-date-editor.el-range-editor.is-disabled.el-input__wrapper {
296
296
  cursor: not-allowed;
297
297
  border: eleVar('input', 'disabled-border');
298
298
  background: eleVar('input', 'disabled-bg');
@@ -347,7 +347,7 @@ body .el-textarea .el-input__count {
347
347
  }
348
348
 
349
349
  /* Cascader */
350
- .el-cascader .el-input .el-input__wrapper .el-input__icon {
350
+ .el-cascader .el-input .el-input__wrapper .el-input__suffix .el-input__icon {
351
351
  height: 1em;
352
352
  }
353
353
 
@@ -372,27 +372,30 @@ body .el-input-number.is-disabled .el-input-number__decrease {
372
372
  transition: color $ele-transition;
373
373
  }
374
374
 
375
- .el-input-number .el-input .el-input__wrapper {
375
+ body .el-input-number .el-input .el-input__wrapper {
376
+ padding: eleVar('input', 'padding');
376
377
  padding-right: calc(32px + #{eleVar('input', 'icon-space')});
377
378
  }
378
379
 
379
- .el-input-number--small .el-input .el-input__wrapper {
380
+ body .el-input-number--small .el-input .el-input__wrapper {
381
+ padding: eleVar('input-sm', 'padding');
380
382
  padding-right: calc(24px + #{eleVar('input', 'icon-space')});
381
383
  }
382
384
 
383
- .el-input-number--large .el-input .el-input__wrapper {
385
+ body .el-input-number--large .el-input .el-input__wrapper {
386
+ padding: eleVar('input-lg', 'padding');
384
387
  padding-right: calc(40px + #{eleVar('input', 'icon-space')});
385
388
  }
386
389
 
387
- .el-input-number:not(.is-controls-right) .el-input__wrapper {
390
+ .el-input-number:not(.is-controls-right) .el-input .el-input__wrapper {
388
391
  padding-left: calc(32px + #{eleVar('input', 'icon-space')});
389
392
  }
390
393
 
391
- .el-input-number--small:not(.is-controls-right) .el-input__wrapper {
394
+ .el-input-number--small:not(.is-controls-right) .el-input .el-input__wrapper {
392
395
  padding-left: calc(24px + #{eleVar('input', 'icon-space')});
393
396
  }
394
397
 
395
- .el-input-number--large:not(.is-controls-right) .el-input__wrapper {
398
+ .el-input-number--large:not(.is-controls-right) .el-input .el-input__wrapper {
396
399
  padding-left: calc(40px + #{eleVar('input', 'icon-space')});
397
400
  }
398
401
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  /* Input */
8
8
  .el-input .el-input__wrapper,
9
- .el-range-editor.el-input__wrapper {
9
+ .el-date-editor.el-range-editor.el-input__wrapper {
10
10
  border: eleVar('input', 'border');
11
11
  background: eleVar('input', 'bg');
12
12
  border-radius: eleVar('input', 'radius');
@@ -32,7 +32,7 @@
32
32
  .el-textarea .el-textarea__inner:hover,
33
33
  .el-select:not(.el-select--disabled):hover .el-input .el-input__wrapper,
34
34
  .el-cascader:not(.is-disabled):hover .el-input .el-input__wrapper,
35
- .el-range-editor:not(.is-disabled):hover,
35
+ .el-range-editor.el-input__wrapper:not(.is-disabled):hover,
36
36
  body .el-input-number:not(.is-disabled):hover .el-input .el-input__wrapper {
37
37
  border: eleVar('input', 'hover-border');
38
38
  background: eleVar('input', 'hover-bg');
@@ -292,7 +292,7 @@ body .el-input-number:not(.is-disabled) .el-input .el-input__wrapper.is-focus {
292
292
  body .el-input.is-disabled .el-input__wrapper,
293
293
  body .el-textarea.is-disabled .el-textarea__inner,
294
294
  body .el-select.el-select--disabled .el-input.is-disabled .el-input__wrapper,
295
- .el-range-editor.is-disabled.el-input__wrapper {
295
+ .el-date-editor.el-range-editor.is-disabled.el-input__wrapper {
296
296
  cursor: not-allowed;
297
297
  border: eleVar('input', 'disabled-border');
298
298
  background: eleVar('input', 'disabled-bg');
@@ -347,7 +347,7 @@ body .el-textarea .el-input__count {
347
347
  }
348
348
 
349
349
  /* Cascader */
350
- .el-cascader .el-input .el-input__wrapper .el-input__icon {
350
+ .el-cascader .el-input .el-input__wrapper .el-input__suffix .el-input__icon {
351
351
  height: 1em;
352
352
  }
353
353
 
@@ -372,27 +372,30 @@ body .el-input-number.is-disabled .el-input-number__decrease {
372
372
  transition: color $ele-transition;
373
373
  }
374
374
 
375
- .el-input-number .el-input .el-input__wrapper {
375
+ body .el-input-number .el-input .el-input__wrapper {
376
+ padding: eleVar('input', 'padding');
376
377
  padding-right: calc(32px + #{eleVar('input', 'icon-space')});
377
378
  }
378
379
 
379
- .el-input-number--small .el-input .el-input__wrapper {
380
+ body .el-input-number--small .el-input .el-input__wrapper {
381
+ padding: eleVar('input-sm', 'padding');
380
382
  padding-right: calc(24px + #{eleVar('input', 'icon-space')});
381
383
  }
382
384
 
383
- .el-input-number--large .el-input .el-input__wrapper {
385
+ body .el-input-number--large .el-input .el-input__wrapper {
386
+ padding: eleVar('input-lg', 'padding');
384
387
  padding-right: calc(40px + #{eleVar('input', 'icon-space')});
385
388
  }
386
389
 
387
- .el-input-number:not(.is-controls-right) .el-input__wrapper {
390
+ .el-input-number:not(.is-controls-right) .el-input .el-input__wrapper {
388
391
  padding-left: calc(32px + #{eleVar('input', 'icon-space')});
389
392
  }
390
393
 
391
- .el-input-number--small:not(.is-controls-right) .el-input__wrapper {
394
+ .el-input-number--small:not(.is-controls-right) .el-input .el-input__wrapper {
392
395
  padding-left: calc(24px + #{eleVar('input', 'icon-space')});
393
396
  }
394
397
 
395
- .el-input-number--large:not(.is-controls-right) .el-input__wrapper {
398
+ .el-input-number--large:not(.is-controls-right) .el-input .el-input__wrapper {
396
399
  padding-left: calc(40px + #{eleVar('input', 'icon-space')});
397
400
  }
398
401
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ele-admin-plus",
3
- "version": "1.1.7-beta.3",
3
+ "version": "1.1.7-beta.4",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite --host --config vite.global.ts",
@@ -1 +0,0 @@
1
- export declare function useWave(): void;
@@ -1,5 +0,0 @@
1
- function useWave() {
2
- }
3
- export {
4
- useWave
5
- };
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- function useWave() {
4
- }
5
- exports.useWave = useWave;
@@ -1 +0,0 @@
1
- export declare function useWave(): void;