ns-base-module 1.0.37 → 1.0.38

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.
@@ -16,6 +16,8 @@ export declare const defaultLang: {
16
16
  "list.pagination.total": string;
17
17
  "list.total": string;
18
18
  "list.column.summaryTitle": string;
19
+ "list.column.summaryType": string;
20
+ "list.column.summaryTypeFuntion": string;
19
21
  "list.subtotals.modal.title": string;
20
22
  "list.column.action": string;
21
23
  "list.column.sort": string;
@@ -74,6 +76,8 @@ export declare const defaultLang: {
74
76
  "button.rest.clear": string;
75
77
  "button.rest.filterTip": string;
76
78
  "button.moreform": string;
79
+ "button.yes": string;
80
+ "button.no": string;
77
81
  "condition.startWith": string;
78
82
  "condition.isNull": string;
79
83
  "condition.endWith": string;
@@ -153,9 +157,12 @@ export declare const defaultLang: {
153
157
  "page.dimension": string;
154
158
  "page.dimension.placeholder": string;
155
159
  "page.quota": string;
160
+ "page.quota.list": string;
156
161
  "page.quota.placeholder": string;
157
162
  "page.quota.add": string;
158
163
  "placeholder.global.search": string;
164
+ "prompt.drag.dimension": string;
165
+ "prompt.drag.quota": string;
159
166
  "prompt.document": string;
160
167
  "prompt.copyCol": string;
161
168
  "prompt.asc": string;
@@ -182,6 +189,8 @@ export declare const defaultLang: {
182
189
  "prompt.tableColumnSet": string;
183
190
  "prompt.fixed.left": string;
184
191
  "prompt.fixed.right": string;
192
+ "prompt.expression": string;
193
+ "prompt.expression.tip": string;
185
194
  "timeline.modal.title": string;
186
195
  "timeline.tag.popover": string;
187
196
  "brick.view.placeholder": string;
@@ -1 +1 @@
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"}
1
+ {"version":3,"file":"language.d.ts","sourceRoot":"","sources":["language.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgRvB,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"}
@@ -16,6 +16,8 @@ export var defaultLang = {
16
16
  "list.pagination.total": "共{total}条",
17
17
  "list.total": "总计",
18
18
  "list.column.summaryTitle": "汇总",
19
+ "list.column.summaryType": "汇总方式",
20
+ "list.column.summaryTypeFuntion": "汇总方式表达式",
19
21
  "list.subtotals.modal.title": "维度字段配置",
20
22
  "list.column.action": "操作",
21
23
  "list.column.sort": "排序",
@@ -74,6 +76,8 @@ export var defaultLang = {
74
76
  "button.rest.clear": "清空",
75
77
  "button.rest.filterTip": "只能筛选当前页",
76
78
  "button.moreform": "展开隐藏的字段",
79
+ "button.yes": "是",
80
+ "button.no": "否",
77
81
  "condition.startWith": "开头是",
78
82
  "condition.isNull": "空",
79
83
  "condition.endWith": "结尾是",
@@ -153,9 +157,12 @@ export var defaultLang = {
153
157
  "page.dimension": "维度",
154
158
  "page.dimension.placeholder": "请选择维度",
155
159
  "page.quota": "指标",
160
+ "page.quota.list": "指标列",
156
161
  "page.quota.placeholder": "请选择指标",
157
162
  "page.quota.add": "新增指标",
158
163
  "placeholder.global.search": "事务代码",
164
+ "prompt.drag.dimension": "拖拽分类型字段到此处",
165
+ "prompt.drag.quota": "拖拽数量型字段到此处",
159
166
  "prompt.document": "使用文档",
160
167
  "prompt.copyCol": "复制",
161
168
  "prompt.asc": "升序",
@@ -182,6 +189,8 @@ export var defaultLang = {
182
189
  "prompt.tableColumnSet": "表格列设置",
183
190
  "prompt.fixed.left": "固定在左侧",
184
191
  "prompt.fixed.right": "固定在右侧",
192
+ "prompt.expression": "表达式",
193
+ "prompt.expression.tip": "请输入表达式",
185
194
  "timeline.modal.title": "状态记录",
186
195
  "timeline.tag.popover": "点击查询更多",
187
196
  "brick.view.placeholder": "选择一个View",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ns-base-module",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "description": "ns通用组件库",
5
5
  "license": "MIT",
6
6
  "module": "./src/index.js",
@@ -131,6 +131,15 @@
131
131
  cursor: pointer;
132
132
  }
133
133
 
134
+ .drag-txt-empty {
135
+ text-align: center;
136
+ width: 90%;
137
+ transform: translate(-50%, -50%);
138
+ position: absolute;
139
+ top: 50%;
140
+ left: 50%;
141
+ }
142
+
134
143
  .dnd_quota__item {
135
144
  display: flex;
136
145
  margin-bottom: 4px;
@@ -156,6 +165,7 @@
156
165
  .dnd-quota-sortable-wrap {
157
166
  height: calc(100% - 20px);
158
167
  overflow: auto;
168
+ position: relative;
159
169
  &::-webkit-scrollbar {
160
170
  width: 4px;
161
171
  background-color: #f5f5f5;
@@ -206,7 +216,7 @@
206
216
  .dnd_quota_right_payground {
207
217
  &.empty {
208
218
  &::after {
209
- content: "\62d6\62fd\5206\7c7b\578b\5b57\6bb5\7ef4\5ea6";
219
+ // content: "\62d6\62fd\5206\7c7b\578b\5b57\6bb5\7ef4\5ea6";
210
220
  // content: "拖拽分类型字段维度";
211
221
  }
212
222
  }
@@ -220,7 +230,7 @@
220
230
  .dnd_quota_right_payground {
221
231
  &.empty {
222
232
  &::after {
223
- content: "\62d6\62fd\5206\7c7b\578b\5b57\6bb5\5217";
233
+ // content: "\62d6\62fd\5206\7c7b\578b\5b57\6bb5\5217";
224
234
  // content: "拖拽分类型字段列";
225
235
  }
226
236
  }
@@ -234,7 +244,7 @@
234
244
  .dnd_quota_right_payground {
235
245
  &.empty {
236
246
  &::after {
237
- content: "\62d6\62fd\6570\91cf\578b\5b57\6bb5\6307\6807";
247
+ // content: "\62d6\62fd\6570\91cf\578b\5b57\6bb5\6307\6807";
238
248
  // content: "拖拽数量型字段指标";
239
249
  }
240
250
  }
@@ -268,7 +278,7 @@
268
278
  left: 50%;
269
279
  white-space: nowrap;
270
280
  transform: translate(-50%, -50%);
271
- content: "\62d6\5230\6b64\5904";
281
+ // content: "\62d6\5230\6b64\5904";
272
282
  // content: "拖到此处";
273
283
  }
274
284
  }