@fangzhongya/fang-ui 0.0.33 → 0.0.34

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.
@@ -15,5 +15,6 @@
15
15
  .dates dates-date {
16
16
  height: 100%;
17
17
  width: 100%;
18
+ --el-date-editor-width: 100%;
18
19
  box-sizing: border-box;
19
20
  }
@@ -5,6 +5,7 @@ $dates: 'dates';
5
5
  #{z($dates, 'date')} {
6
6
  height: 100%;
7
7
  width: 100%;
8
+ --#{e()}date-editor-width: 100%;
8
9
  box-sizing: border-box;
9
10
  }
10
11
  }
@@ -3,7 +3,7 @@
3
3
  @use 'element-plus/theme-chalk/src/message-box.scss' as *;
4
4
 
5
5
  @use '../../forms/style/index2.scss' as *;
6
- @use '../../lists/style/index2.scss' as *;
6
+ // @use '../../lists/style/index2.scss' as *;
7
7
  @use '../../dialog/style/index2.scss' as *;
8
8
  @use '../../tablesp/style/index2.scss' as *;
9
9
  @use '../index.scss' as *;
package/dist/index.css CHANGED
@@ -666,6 +666,7 @@
666
666
  .dates dates-date {
667
667
  height: 100%;
668
668
  width: 100%;
669
+ --el-date-editor-width: 100%;
669
670
  box-sizing: border-box;
670
671
  }
671
672
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fangzhongya/fang-ui",
3
3
  "private": false,
4
- "version": "0.0.33",
4
+ "version": "0.0.34",
5
5
  "type": "module",
6
6
  "description ": "fang-ui",
7
7
  "keywords": [
@@ -49,13 +49,13 @@
49
49
  "vue-tsc": "^3.0.4",
50
50
  "vuedraggable": "4.1.0",
51
51
  "vxe-table": "4.14.8",
52
+ "@fang-ui/components": "0.0.1-0",
52
53
  "@fang-ui/hooks": "0.0.1-0",
53
- "@fang-ui/directives": "0.0.1-0",
54
+ "@fang-ui/theme": "0.0.1-0",
54
55
  "@fang-ui/types": "0.0.1-0",
55
- "@fang-ui/components": "0.0.1-0",
56
- "@fang-ui/locale": "0.0.1-0",
56
+ "@fang-ui/directives": "0.0.1-0",
57
57
  "@fang-ui/icons": "0.0.1-0",
58
- "@fang-ui/theme": "0.0.1-0",
58
+ "@fang-ui/locale": "0.0.1-0",
59
59
  "@fang-ui/utils": "0.0.1-0"
60
60
  },
61
61
  "main": "./dist/index.cjs",