@funcho/ui 1.1.7 → 1.1.8

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.
@@ -2,6 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const version = "1.1.7";
5
+ const version = "1.1.8";
6
6
 
7
7
  exports.version = version;
@@ -1,3 +1,3 @@
1
- const version = "1.1.7";
1
+ const version = "1.1.8";
2
2
 
3
3
  export { version };
package/dist/style.css CHANGED
@@ -16580,6 +16580,8 @@
16580
16580
  overflow: auto;
16581
16581
  scrollbar-width: thin;
16582
16582
  box-sizing: border-box;
16583
+ }.fc-ui-button {
16584
+ padding: 8px 11px;
16583
16585
  }.fc-ui-icon.fc-ui-popconfirm__icon {
16584
16586
  width: 24px;
16585
16587
  height: 24px;
@@ -16729,6 +16731,14 @@ to {
16729
16731
  opacity: 1;
16730
16732
  transform: translateY(0);
16731
16733
  }
16734
+ }.fc-ui-cascader .fc-ui-input__inner {
16735
+ height: 26px;
16736
+ }
16737
+ .fc-ui-cascader .fc-ui-tag {
16738
+ height: 20px;
16739
+ }
16740
+ .fc-ui-cascader .fc-ui-cascader__search-input {
16741
+ height: 20px;
16732
16742
  }.fc-ui-form .fc-ui-form-item__label {
16733
16743
  color: #494949;
16734
16744
  height: 28px;
@@ -17103,6 +17113,13 @@ to {
17103
17113
  .fc-mkui-data-table .fc-mkui-data-table__query-form .fc-ui-form-item {
17104
17114
  margin: 0;
17105
17115
  }
17116
+ .fc-mkui-data-table .fc-mkui-data-table__query-form .fc-ui-form-item .fc-ui-cascader .fc-ui-cascader__tags {
17117
+ display: inline-flex;
17118
+ flex-wrap: nowrap;
17119
+ }
17120
+ .fc-mkui-data-table .fc-mkui-data-table__query-form .fc-ui-form-item .fc-ui-cascader .fc-ui-cascader__tags .fc-ui-tag {
17121
+ max-width: calc(100% - 109px);
17122
+ }
17106
17123
  .fc-mkui-data-table__tools {
17107
17124
  margin-top: auto;
17108
17125
  flex-shrink: 0;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@funcho/ui",
3
3
  "description": "@funcho ui library",
4
- "version": "1.1.7",
4
+ "version": "1.1.8",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.mjs",