@fangzhongya/fang-ui 0.1.33 → 0.1.35

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 (94) hide show
  1. package/dist/components/buttons/src/data.cjs +1 -1
  2. package/dist/components/buttons/src/data.d.ts +1 -1
  3. package/dist/components/buttons/src/data.js +1 -1
  4. package/dist/components/buttons/src/index2.cjs +1 -1
  5. package/dist/components/buttons/src/index2.js +1 -1
  6. package/dist/components/common/config.d.ts +42 -40
  7. package/dist/components/common/urls.cjs +1 -1
  8. package/dist/components/common/urls.js +1 -1
  9. package/dist/components/dates-picker/src/index2.cjs +1 -1
  10. package/dist/components/dates-picker/src/index2.js +1 -1
  11. package/dist/components/dates2/src/index2.cjs +1 -1
  12. package/dist/components/dates2/src/index2.js +1 -1
  13. package/dist/components/dialogs/src/data.cjs +2 -2
  14. package/dist/components/dialogs/src/data.d.ts +5 -2
  15. package/dist/components/dialogs/src/data.js +2 -2
  16. package/dist/components/dialogs/src/index2.cjs +1 -1
  17. package/dist/components/dialogs/src/index2.js +1 -1
  18. package/dist/components/edit/src/data.cjs +1 -1
  19. package/dist/components/edit/src/data.d.ts +1 -1
  20. package/dist/components/edit/src/data.js +1 -1
  21. package/dist/components/edit/src/index2.cjs +3 -3
  22. package/dist/components/edit/src/index2.js +3 -3
  23. package/dist/components/edit/style/index2.scss +2 -0
  24. package/dist/components/edit-float/src/data.cjs +2 -2
  25. package/dist/components/edit-float/src/data.d.ts +2 -2
  26. package/dist/components/edit-float/src/data.js +2 -2
  27. package/dist/components/edit-float/src/index2.cjs +2 -2
  28. package/dist/components/edit-float/src/index2.js +2 -2
  29. package/dist/components/edit-float/style/index2.scss +4 -0
  30. package/dist/components/forms/index.css +3 -0
  31. package/dist/components/forms/index.scss +3 -0
  32. package/dist/components/forms/src/index2.cjs +2 -2
  33. package/dist/components/forms/src/index2.js +2 -2
  34. package/dist/components/forms-drag/src/index2.cjs +2 -2
  35. package/dist/components/forms-drag/src/index2.js +2 -2
  36. package/dist/components/forms-item/src/index2.cjs +2 -2
  37. package/dist/components/forms-item/src/index2.js +2 -2
  38. package/dist/components/forms-items/src/index2.cjs +2 -2
  39. package/dist/components/forms-items/src/index2.js +2 -2
  40. package/dist/components/index.scss +1 -0
  41. package/dist/components/input-history/src/index2.cjs +1 -1
  42. package/dist/components/input-history/src/index2.js +1 -1
  43. package/dist/components/input-history/style/index2.scss +3 -0
  44. package/dist/components/listsp/src/index2.cjs +3 -3
  45. package/dist/components/listsp/src/index2.js +3 -3
  46. package/dist/components/listspd/src/index2.cjs +8 -3
  47. package/dist/components/listspd/src/index2.js +8 -3
  48. package/dist/components/menus/src/index2.cjs +1 -1
  49. package/dist/components/menus/src/index2.js +1 -1
  50. package/dist/components/page/index.css +3 -0
  51. package/dist/components/page/src/index2.cjs +6 -6
  52. package/dist/components/page/src/index2.js +6 -6
  53. package/dist/components/selects/src/index2.cjs +36 -46
  54. package/dist/components/selects/src/index2.js +37 -47
  55. package/dist/components/switchs/src/data.cjs +5 -1
  56. package/dist/components/switchs/src/data.d.ts +4 -0
  57. package/dist/components/switchs/src/data.js +5 -1
  58. package/dist/components/switchs/src/index2.cjs +19 -2
  59. package/dist/components/switchs/src/index2.js +19 -2
  60. package/dist/components/tables/common/pagin.cjs +4 -10
  61. package/dist/components/tables/common/pagin.d.ts +1 -1
  62. package/dist/components/tables/common/pagin.js +4 -10
  63. package/dist/components/tablesp/src/index2.cjs +2 -2
  64. package/dist/components/tablesp/src/index2.js +2 -2
  65. package/dist/components/tablespd/src/index2.cjs +7 -3
  66. package/dist/components/tablespd/src/index2.js +7 -3
  67. package/dist/components/tabless/src/index2.cjs +3 -3
  68. package/dist/components/tabless/src/index2.js +3 -3
  69. package/dist/components/tablesv/src/index2.cjs +1 -1
  70. package/dist/components/tablesv/src/index2.js +1 -1
  71. package/dist/components/tablesvp/src/index2.cjs +5 -3
  72. package/dist/components/tablesvp/src/index2.js +5 -3
  73. package/dist/components/tablesvpd/src/index2.cjs +8 -3
  74. package/dist/components/tablesvpd/src/index2.js +8 -3
  75. package/dist/components/videos/index.css +11 -2
  76. package/dist/components/videos/index.scss +13 -2
  77. package/dist/components/videos/src/index2.cjs +49 -5
  78. package/dist/components/videos/src/index2.js +49 -5
  79. package/dist/components/window/src/data.cjs +3 -3
  80. package/dist/components/window/src/data.d.ts +2 -2
  81. package/dist/components/window/src/data.js +3 -3
  82. package/dist/components/window/src/index2.cjs +1 -1
  83. package/dist/components/window/src/index2.js +1 -1
  84. package/dist/css/forms.css +3 -0
  85. package/dist/css/index.css +36 -2
  86. package/dist/css/page.css +3 -0
  87. package/dist/css/videos.css +11 -2
  88. package/dist/icons/index.json +1 -1
  89. package/dist/index.css +36 -2
  90. package/package.json +2 -2
  91. /package/dist/components/{forms-items → forms-item}/index.css +0 -0
  92. /package/dist/components/{draggable → popover}/index.css +0 -0
  93. /package/dist/css/{forms-items.css → forms-item.css} +0 -0
  94. /package/dist/css/{draggable.css → popover.css} +0 -0
@@ -59,12 +59,12 @@ const dataProps = buildProps({
59
59
  default: true
60
60
  },
61
61
  /**
62
- * @props {Boolean} noMin=false ( )
62
+ * @props {Boolean} isMin=true ( )
63
63
  * 是否不要最小化
64
64
  */
65
- noMin: {
65
+ isMin: {
66
66
  type: Boolean,
67
- default: false
67
+ default: true
68
68
  },
69
69
  /**
70
70
  * @props { Boolean } often= ( )
@@ -223,7 +223,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
223
223
  title: vue.unref(props).title
224
224
  }, {
225
225
  icon: vue.withCtx(() => [
226
- !vue.unref(props).noMin ? (vue.openBlock(), vue.createElementBlock("span", {
226
+ vue.unref(props).isMin ? (vue.openBlock(), vue.createElementBlock("span", {
227
227
  key: 0,
228
228
  title: vue.unref(getLocale)("minh"),
229
229
  onClick: onMin,
@@ -221,7 +221,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
221
221
  title: unref(props).title
222
222
  }, {
223
223
  icon: withCtx(() => [
224
- !unref(props).noMin ? (openBlock(), createElementBlock("span", {
224
+ unref(props).isMin ? (openBlock(), createElementBlock("span", {
225
225
  key: 0,
226
226
  title: unref(getLocale)("minh"),
227
227
  onClick: onMin,
@@ -620,6 +620,9 @@
620
620
  margin-bottom: 0;
621
621
  flex: 1;
622
622
  }
623
+ .forms-div--query .forms-li .el-form-item .selects-select {
624
+ min-width: 120px;
625
+ }
623
626
  .forms-li .el-form-item {
624
627
  margin-bottom: var(--forms-item-bottom);
625
628
  flex: 1;
@@ -620,6 +620,9 @@
620
620
  margin-bottom: 0;
621
621
  flex: 1;
622
622
  }
623
+ .forms-div--query .forms-li .el-form-item .selects-select {
624
+ min-width: 120px;
625
+ }
623
626
  .forms-li .el-form-item {
624
627
  margin-bottom: var(--forms-item-bottom);
625
628
  flex: 1;
@@ -1431,7 +1434,7 @@
1431
1434
  bottom: 0;
1432
1435
  width: 100%;
1433
1436
  }
1434
- .videos.is-fullscreen .videos-list {
1437
+ .videos.is-fullscreen .videos-controls-list {
1435
1438
  background-color: rgba(238, 238, 238, 0.5);
1436
1439
  position: absolute;
1437
1440
  top: 0;
@@ -1441,6 +1444,15 @@
1441
1444
  .videos.is-list .videos-controls-bottom {
1442
1445
  width: calc(100% - var(--videos-list-width));
1443
1446
  }
1447
+ .videos.is-controls .videos-controls-top {
1448
+ display: none;
1449
+ }
1450
+ .videos.is-controls .videos-controls-bottom {
1451
+ display: none;
1452
+ }
1453
+ .videos.is-controls .videos-controls-list {
1454
+ display: none;
1455
+ }
1444
1456
  .videos-videos {
1445
1457
  flex: 1;
1446
1458
  height: 100%;
@@ -1515,7 +1527,7 @@
1515
1527
  width: 60px;
1516
1528
  margin: 0 10px;
1517
1529
  }
1518
- .videos-list {
1530
+ .videos-controls-list {
1519
1531
  width: var(--videos-list-width);
1520
1532
  height: 100%;
1521
1533
  box-sizing: border-box;
@@ -1751,6 +1763,28 @@
1751
1763
  justify-content: flex-end;
1752
1764
  }
1753
1765
 
1766
+ .tabless {
1767
+ width: 100%;
1768
+ flex: 1;
1769
+ display: flex;
1770
+ flex-direction: column;
1771
+ }
1772
+ .tabless-main {
1773
+ display: flex;
1774
+ flex-direction: column;
1775
+ flex: 1;
1776
+ width: 100%;
1777
+ }
1778
+ .tabless-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
1779
+ display: none;
1780
+ }
1781
+ .tabless-paginat {
1782
+ overflow: hidden;
1783
+ }
1784
+ .tabless-paginat .el-pagination {
1785
+ justify-content: flex-end;
1786
+ }
1787
+
1754
1788
  .tablesv {
1755
1789
  width: 100%;
1756
1790
  min-height: 100px;
package/dist/css/page.css CHANGED
@@ -620,6 +620,9 @@
620
620
  margin-bottom: 0;
621
621
  flex: 1;
622
622
  }
623
+ .forms-div--query .forms-li .el-form-item .selects-select {
624
+ min-width: 120px;
625
+ }
623
626
  .forms-li .el-form-item {
624
627
  margin-bottom: var(--forms-item-bottom);
625
628
  flex: 1;
@@ -40,7 +40,7 @@
40
40
  bottom: 0;
41
41
  width: 100%;
42
42
  }
43
- .videos.is-fullscreen .videos-list {
43
+ .videos.is-fullscreen .videos-controls-list {
44
44
  background-color: rgba(238, 238, 238, 0.5);
45
45
  position: absolute;
46
46
  top: 0;
@@ -50,6 +50,15 @@
50
50
  .videos.is-list .videos-controls-bottom {
51
51
  width: calc(100% - var(--videos-list-width));
52
52
  }
53
+ .videos.is-controls .videos-controls-top {
54
+ display: none;
55
+ }
56
+ .videos.is-controls .videos-controls-bottom {
57
+ display: none;
58
+ }
59
+ .videos.is-controls .videos-controls-list {
60
+ display: none;
61
+ }
53
62
  .videos-videos {
54
63
  flex: 1;
55
64
  height: 100%;
@@ -124,7 +133,7 @@
124
133
  width: 60px;
125
134
  margin: 0 10px;
126
135
  }
127
- .videos-list {
136
+ .videos-controls-list {
128
137
  width: var(--videos-list-width);
129
138
  height: 100%;
130
139
  box-sizing: border-box;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "fang-ui",
3
3
  "info": {},
4
- "lastModified": 1763557620058,
4
+ "lastModified": 1763621868916,
5
5
  "icons": {
6
6
  "bar": {
7
7
  "body": " <path fill=\"currentColor\" d=\"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z\" ></path> "
package/dist/index.css CHANGED
@@ -620,6 +620,9 @@
620
620
  margin-bottom: 0;
621
621
  flex: 1;
622
622
  }
623
+ .forms-div--query .forms-li .el-form-item .selects-select {
624
+ min-width: 120px;
625
+ }
623
626
  .forms-li .el-form-item {
624
627
  margin-bottom: var(--forms-item-bottom);
625
628
  flex: 1;
@@ -1431,7 +1434,7 @@
1431
1434
  bottom: 0;
1432
1435
  width: 100%;
1433
1436
  }
1434
- .videos.is-fullscreen .videos-list {
1437
+ .videos.is-fullscreen .videos-controls-list {
1435
1438
  background-color: rgba(238, 238, 238, 0.5);
1436
1439
  position: absolute;
1437
1440
  top: 0;
@@ -1441,6 +1444,15 @@
1441
1444
  .videos.is-list .videos-controls-bottom {
1442
1445
  width: calc(100% - var(--videos-list-width));
1443
1446
  }
1447
+ .videos.is-controls .videos-controls-top {
1448
+ display: none;
1449
+ }
1450
+ .videos.is-controls .videos-controls-bottom {
1451
+ display: none;
1452
+ }
1453
+ .videos.is-controls .videos-controls-list {
1454
+ display: none;
1455
+ }
1444
1456
  .videos-videos {
1445
1457
  flex: 1;
1446
1458
  height: 100%;
@@ -1515,7 +1527,7 @@
1515
1527
  width: 60px;
1516
1528
  margin: 0 10px;
1517
1529
  }
1518
- .videos-list {
1530
+ .videos-controls-list {
1519
1531
  width: var(--videos-list-width);
1520
1532
  height: 100%;
1521
1533
  box-sizing: border-box;
@@ -1751,6 +1763,28 @@
1751
1763
  justify-content: flex-end;
1752
1764
  }
1753
1765
 
1766
+ .tabless {
1767
+ width: 100%;
1768
+ flex: 1;
1769
+ display: flex;
1770
+ flex-direction: column;
1771
+ }
1772
+ .tabless-main {
1773
+ display: flex;
1774
+ flex-direction: column;
1775
+ flex: 1;
1776
+ width: 100%;
1777
+ }
1778
+ .tabless-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
1779
+ display: none;
1780
+ }
1781
+ .tabless-paginat {
1782
+ overflow: hidden;
1783
+ }
1784
+ .tabless-paginat .el-pagination {
1785
+ justify-content: flex-end;
1786
+ }
1787
+
1754
1788
  .tablesv {
1755
1789
  width: 100%;
1756
1790
  min-height: 100px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fangzhongya/fang-ui",
3
3
  "private": false,
4
- "version": "0.1.33",
4
+ "version": "0.1.35",
5
5
  "type": "module",
6
6
  "description ": "fang-ui",
7
7
  "keywords": [
@@ -51,9 +51,9 @@
51
51
  "vue-tsc": "^3.1.4",
52
52
  "vxe-table": "4.6.20",
53
53
  "@fang-ui/components": "0.0.1-0",
54
- "@fang-ui/directives": "0.0.1-0",
55
54
  "@fang-ui/hooks": "0.0.1-0",
56
55
  "@fang-ui/icons": "0.0.1-0",
56
+ "@fang-ui/directives": "0.0.1-0",
57
57
  "@fang-ui/locale": "0.0.1-0",
58
58
  "@fang-ui/theme": "0.0.1-0",
59
59
  "@fang-ui/types": "0.0.1-0",
File without changes
File without changes