ns-base-module 1.0.34 → 1.0.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.
@@ -71,6 +71,7 @@ export declare const defaultLang: {
71
71
  "button.refresh": string;
72
72
  "button.print": string;
73
73
  "button.rest.filter": string;
74
+ "button.rest.clear": string;
74
75
  "button.rest.filterTip": string;
75
76
  "button.moreform": string;
76
77
  "condition.startWith": string;
@@ -1 +1 @@
1
- {"version":3,"file":"language.d.ts","sourceRoot":"","sources":["language.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsQvB,CAAC;AAEF,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,GAAG,CAAC;CACZ;AAGD,eAAO,MAAM,gBAAgB,mBAAoB,MAAM,SAAS,GAAG,WAIlE,CAAC;AAEF,eAAO,MAAM,QAAQ,+BAAgC,aAAa,WAMjE,CAAC"}
1
+ {"version":3,"file":"language.d.ts","sourceRoot":"","sources":["language.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuQvB,CAAC;AAEF,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,GAAG,CAAC;CACZ;AAGD,eAAO,MAAM,gBAAgB,mBAAoB,MAAM,SAAS,GAAG,WAIlE,CAAC;AAEF,eAAO,MAAM,QAAQ,+BAAgC,aAAa,WAMjE,CAAC"}
@@ -71,6 +71,7 @@ export var defaultLang = {
71
71
  "button.refresh": "刷新",
72
72
  "button.print": "打印",
73
73
  "button.rest.filter": "清空筛选",
74
+ "button.rest.clear": "清空",
74
75
  "button.rest.filterTip": "只能筛选当前页",
75
76
  "button.moreform": "展开隐藏的字段",
76
77
  "condition.startWith": "开头是",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ns-base-module",
3
- "version": "1.0.34",
3
+ "version": "1.0.35",
4
4
  "description": "ns通用组件库",
5
5
  "license": "MIT",
6
6
  "module": "./src/index.js",
@@ -124,7 +124,11 @@
124
124
  }
125
125
  .dnd_quota_left-title {
126
126
  margin-bottom: 6px;
127
- // font-weight: bold;
127
+ display: flex;
128
+ justify-content: space-between;
129
+ }
130
+ .dnd_quota-icon {
131
+ cursor: pointer;
128
132
  }
129
133
 
130
134
  .dnd_quota__item {
@@ -250,6 +254,7 @@
250
254
  }
251
255
  .dnd_quota_right_payground {
252
256
  min-height: 140px;
257
+ max-height: 340px;
253
258
  }
254
259
  }
255
260
  .dnd_quota_right_payground {