@farris/ui-vue 1.6.0-beta.5 → 1.6.0-beta.7

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 (116) hide show
  1. package/components/avatar/index.esm.js +2 -1
  2. package/components/avatar/index.umd.cjs +1 -1
  3. package/components/button-edit/index.esm.js +2 -1
  4. package/components/button-edit/index.umd.cjs +1 -1
  5. package/components/component/index.esm.js +2 -1
  6. package/components/component/index.umd.cjs +1 -1
  7. package/components/condition/index.esm.js +2 -1
  8. package/components/condition/index.umd.cjs +1 -1
  9. package/components/content-container/index.esm.js +2 -1
  10. package/components/content-container/index.umd.cjs +1 -1
  11. package/components/data-view/index.esm.js +2591 -2570
  12. package/components/data-view/index.umd.cjs +1 -1
  13. package/components/designer-canvas/index.esm.js +2 -1
  14. package/components/designer-canvas/index.umd.cjs +1 -1
  15. package/components/discussion-editor/index.esm.js +1 -1
  16. package/components/discussion-editor/index.umd.cjs +1 -1
  17. package/components/drawer/index.esm.js +1 -1
  18. package/components/drawer/index.umd.cjs +1 -1
  19. package/components/dynamic-form/index.esm.js +63 -62
  20. package/components/dynamic-form/index.umd.cjs +1 -1
  21. package/components/events-editor/index.esm.js +2 -1
  22. package/components/events-editor/index.umd.cjs +1 -1
  23. package/components/expression-editor/index.esm.js +2 -1
  24. package/components/expression-editor/index.umd.cjs +1 -1
  25. package/components/filter-bar/index.esm.js +2 -1
  26. package/components/filter-bar/index.umd.cjs +1 -1
  27. package/components/filter-condition-editor/index.esm.js +2 -1
  28. package/components/filter-condition-editor/index.umd.cjs +1 -1
  29. package/components/flow-canvas/index.esm.js +2 -1
  30. package/components/flow-canvas/index.umd.cjs +1 -1
  31. package/components/locale/index.esm.js +1 -1
  32. package/components/locale/index.umd.cjs +1 -1
  33. package/components/mapping-editor/index.esm.js +106 -105
  34. package/components/mapping-editor/index.umd.cjs +1 -1
  35. package/components/message-box/index.esm.js +2 -1
  36. package/components/message-box/index.umd.cjs +1 -1
  37. package/components/modal/index.esm.js +2 -1
  38. package/components/modal/index.umd.cjs +1 -1
  39. package/components/number-range/index.esm.js +2 -1
  40. package/components/number-range/index.umd.cjs +1 -1
  41. package/components/number-spinner/index.esm.js +2 -1
  42. package/components/number-spinner/index.umd.cjs +1 -1
  43. package/components/pagination/index.esm.js +276 -282
  44. package/components/pagination/index.umd.cjs +1 -1
  45. package/components/property-panel/index.esm.js +103 -102
  46. package/components/property-panel/index.umd.cjs +2 -2
  47. package/components/query-solution/index.esm.js +2 -1
  48. package/components/query-solution/index.umd.cjs +1 -1
  49. package/components/response-layout-editor/index.esm.js +2 -1
  50. package/components/response-layout-editor/index.umd.cjs +1 -1
  51. package/components/schema-selector/index.esm.js +203 -208
  52. package/components/schema-selector/index.umd.cjs +2 -2
  53. package/components/section/index.esm.js +2 -1
  54. package/components/section/index.umd.cjs +1 -1
  55. package/components/sort-condition-editor/index.esm.js +2 -1
  56. package/components/sort-condition-editor/index.umd.cjs +1 -1
  57. package/components/tabs/index.esm.js +2 -1
  58. package/components/tabs/index.umd.cjs +1 -1
  59. package/components/textarea/index.esm.js +2 -1
  60. package/components/textarea/index.umd.cjs +1 -1
  61. package/components/time-picker/index.esm.js +103 -102
  62. package/components/time-picker/index.umd.cjs +1 -1
  63. package/components/transfer/index.esm.js +265 -261
  64. package/components/transfer/index.umd.cjs +3 -3
  65. package/components/tree-grid/index.esm.js +2 -1
  66. package/components/tree-grid/index.umd.cjs +1 -1
  67. package/components/tree-view/index.esm.js +1146 -1134
  68. package/components/tree-view/index.umd.cjs +1 -1
  69. package/components/video/index.esm.js +2 -1
  70. package/components/video/index.umd.cjs +1 -1
  71. package/farris.all.esm.js +12256 -10746
  72. package/farris.all.umd.cjs +21 -21
  73. package/package.json +1 -1
  74. package/types/calendar/src/components/header/header.component.d.ts +2 -2
  75. package/types/chs.d.ts +494 -0
  76. package/types/cht.d.ts +490 -0
  77. package/types/data-view/composition/types.d.ts +2 -0
  78. package/types/en.d.ts +494 -0
  79. package/types/filter-bar/index.d.ts +3 -3
  80. package/types/filter-bar/src/components/filter-item-condition/filter-item-condition.component.d.ts +1 -1
  81. package/types/filter-bar/src/designer/filter-bar.design.component.d.ts +2 -2
  82. package/types/filter-bar/src/filter-bar.component.d.ts +1 -1
  83. package/types/index.d.ts +1479 -1
  84. package/types/order/src/designer/order.design.component.d.ts +3 -3
  85. package/types/order/src/order.component.d.ts +3 -3
  86. package/types/schema-selector/src/schema-selector.component.d.ts +1 -1
  87. package/components/list-view/index.css +0 -1
  88. package/components/list-view/index.esm.js +0 -11592
  89. package/components/list-view/index.umd.cjs +0 -20
  90. package/components/list-view/package.json +0 -8
  91. package/components/list-view/style.js +0 -2
  92. package/components/response-layout/index.css +0 -1
  93. package/components/response-layout/index.esm.js +0 -11550
  94. package/components/response-layout/index.umd.cjs +0 -1
  95. package/components/response-layout/package.json +0 -8
  96. package/designer/button-edit/index.css +0 -1
  97. package/designer/button-edit/index.esm.js +0 -11121
  98. package/designer/button-edit/index.umd.cjs +0 -1
  99. package/designer/checkbox/index.esm.js +0 -250
  100. package/designer/checkbox/index.umd.cjs +0 -1
  101. package/designer/checkbox-group/index.esm.js +0 -377
  102. package/designer/checkbox-group/index.umd.cjs +0 -1
  103. package/designer/data-grid/index.css +0 -1
  104. package/designer/data-grid/index.esm.js +0 -17844
  105. package/designer/data-grid/index.umd.cjs +0 -23
  106. package/designer/drawer/index.css +0 -1
  107. package/designer/drawer/index.esm.js +0 -2228
  108. package/designer/drawer/index.umd.cjs +0 -6
  109. package/designer/farris-designer.all.esm.js +0 -26348
  110. package/designer/farris-designer.all.umd.cjs +0 -32
  111. package/designer/index.css +0 -1
  112. package/designer/input-group/index.esm.js +0 -1035
  113. package/designer/input-group/index.umd.cjs +0 -1
  114. package/designer/radio-group/index.css +0 -1
  115. package/designer/radio-group/index.esm.js +0 -12471
  116. package/designer/radio-group/index.umd.cjs +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farris/ui-vue",
3
- "version": "1.6.0-beta.5",
3
+ "version": "1.6.0-beta.7",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Farris Vue, a Farris Design based Vue3 component library.",
6
6
  "keywords": [
@@ -4,16 +4,16 @@ declare const _default: import("vue").DefineComponent<{
4
4
  dailyViewTitle: string;
5
5
  weeklyViewTitle: string;
6
6
  monthlyViewTitle: string;
7
- }, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("ViewChange" | "Previous" | "Next" | "ResetToToday")[], "ViewChange" | "Previous" | "Next" | "ResetToToday", import("vue").PublicProps, Readonly<{
7
+ }, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("Previous" | "Next" | "ViewChange" | "ResetToToday")[], "Previous" | "Next" | "ViewChange" | "ResetToToday", import("vue").PublicProps, Readonly<{
8
8
  title: string;
9
9
  activeView: number;
10
10
  dailyViewTitle: string;
11
11
  weeklyViewTitle: string;
12
12
  monthlyViewTitle: string;
13
13
  }> & Readonly<{
14
- onViewChange?: ((...args: any[]) => any) | undefined;
15
14
  onPrevious?: ((...args: any[]) => any) | undefined;
16
15
  onNext?: ((...args: any[]) => any) | undefined;
16
+ onViewChange?: ((...args: any[]) => any) | undefined;
17
17
  onResetToToday?: ((...args: any[]) => any) | undefined;
18
18
  }>, {
19
19
  title: string;
package/types/chs.d.ts ADDED
@@ -0,0 +1,494 @@
1
+ declare const _default: {
2
+ transfer: {
3
+ selectedStart: string;
4
+ selectedEnd: string;
5
+ };
6
+ timePicker: {
7
+ placeholder: string;
8
+ time: {
9
+ hour: string;
10
+ minute: string;
11
+ seconds: string;
12
+ };
13
+ };
14
+ tabs: {
15
+ more: string;
16
+ leftButton: string;
17
+ rightButton: string;
18
+ noData: string;
19
+ };
20
+ section: {
21
+ expandLabel: string;
22
+ collapseLabel: string;
23
+ };
24
+ responseToolbar: {
25
+ more: string;
26
+ };
27
+ querySolution: {
28
+ saveAsDialog: {
29
+ queryPlanName: string;
30
+ setAsDefault: string;
31
+ confirm: string;
32
+ cancel: string;
33
+ caption: string;
34
+ personal: string;
35
+ system: string;
36
+ nameNotify: string;
37
+ authNotify: string;
38
+ success: string;
39
+ maxLength: string;
40
+ };
41
+ manageDialog: {
42
+ caption: string;
43
+ default: string;
44
+ system: string;
45
+ saveAs: string;
46
+ save: string;
47
+ manage: string;
48
+ isDefault: string;
49
+ code: string;
50
+ type: string;
51
+ private: string;
52
+ public: string;
53
+ org: string;
54
+ remove: string;
55
+ };
56
+ configDialog: {
57
+ caption: string;
58
+ };
59
+ container: {
60
+ filter: string;
61
+ default: string;
62
+ clear: string;
63
+ require: string;
64
+ };
65
+ };
66
+ pagination: {
67
+ message: string;
68
+ totalInfo: {
69
+ firstText: string;
70
+ lastText: string;
71
+ };
72
+ pageList: {
73
+ firstText: string;
74
+ lastText: string;
75
+ };
76
+ previous: string;
77
+ next: string;
78
+ goto: {
79
+ prefix: string;
80
+ suffix: string;
81
+ };
82
+ show: string;
83
+ };
84
+ numberSpinner: {
85
+ placeholder: string;
86
+ range: {
87
+ begin: string;
88
+ end: string;
89
+ };
90
+ };
91
+ messageBox: {
92
+ yes: string;
93
+ no: string;
94
+ ok: string;
95
+ close: string;
96
+ cancel: string;
97
+ title: string;
98
+ errorTitle: string;
99
+ prompt: {
100
+ fontSize: {
101
+ name: string;
102
+ small: string;
103
+ middle: string;
104
+ big: string;
105
+ large: string;
106
+ huge: string;
107
+ };
108
+ tips: {
109
+ surplus: string;
110
+ length: string;
111
+ };
112
+ };
113
+ exception: {
114
+ expand: string;
115
+ collapse: string;
116
+ happend: string;
117
+ detail: string;
118
+ copy: string;
119
+ copySuccess: string;
120
+ copyFailed: string;
121
+ roger: string;
122
+ };
123
+ };
124
+ lookup: {
125
+ placeholder: string;
126
+ favorites: string;
127
+ selected: string;
128
+ okText: string;
129
+ cancelText: string;
130
+ allColumns: string;
131
+ datalist: string;
132
+ mustWriteSomething: string;
133
+ mustChoosAdatarow: string;
134
+ tipText: string;
135
+ cascade: {
136
+ enable: string;
137
+ disable: string;
138
+ up: string;
139
+ down: string;
140
+ };
141
+ includechildren: string;
142
+ favoriteInfo: {
143
+ addFav: string;
144
+ cancelFav: string;
145
+ addFavTitle: string;
146
+ cancelFavTitle: string;
147
+ };
148
+ getAllChilds: string;
149
+ contextMenu: {
150
+ checkChildNodes: string;
151
+ uncheckChildNodes: string;
152
+ expandall: string;
153
+ collapseall: string;
154
+ expandByLayer: string;
155
+ expand1: string;
156
+ expand2: string;
157
+ expand3: string;
158
+ expand4: string;
159
+ expand5: string;
160
+ expand6: string;
161
+ expand7: string;
162
+ expand8: string;
163
+ expand9: string;
164
+ };
165
+ quick: {
166
+ notfind: string;
167
+ more: string;
168
+ };
169
+ configError: string;
170
+ selectedInfo: {
171
+ total: string;
172
+ clear: string;
173
+ remove: string;
174
+ confirm: string;
175
+ };
176
+ clearAllConditions: string;
177
+ anyFields: string;
178
+ };
179
+ loading: {
180
+ message: string;
181
+ };
182
+ listView: {
183
+ emptyMessage: string;
184
+ };
185
+ filterConditionEditor: {
186
+ cancelButton: string;
187
+ okButton: string;
188
+ addWhere: string;
189
+ clear: string;
190
+ moveTop: string;
191
+ moveUp: string;
192
+ moveDown: string;
193
+ moveBottom: string;
194
+ leftBrackets: string;
195
+ field: string;
196
+ operator: string;
197
+ value: string;
198
+ valueType: string;
199
+ expressType: {
200
+ value: string;
201
+ express: string;
202
+ frontExpress: string;
203
+ };
204
+ rightBrackets: string;
205
+ relation: string;
206
+ relationValue: {
207
+ and: string;
208
+ or: string;
209
+ };
210
+ designTab: string;
211
+ jsonTab: string;
212
+ sqlTab: string;
213
+ title: string;
214
+ message: string;
215
+ validate: {
216
+ bracket: string;
217
+ relation: string;
218
+ field: string;
219
+ };
220
+ };
221
+ eventParameter: {
222
+ title: string;
223
+ ok: string;
224
+ cancel: string;
225
+ workFlowClass: {
226
+ title: string;
227
+ };
228
+ generalEditor: {
229
+ field: string;
230
+ tabVar: string;
231
+ form: string;
232
+ };
233
+ jsonEditor: {
234
+ dialogTitle: string;
235
+ keyColumnTitle: string;
236
+ valueColumnTitle: string;
237
+ addButtonText: string;
238
+ keyColumnPlaceholder: string;
239
+ error: string;
240
+ };
241
+ comboTree: {
242
+ placeholder: string;
243
+ };
244
+ };
245
+ drawer: {
246
+ cancel: string;
247
+ confirm: string;
248
+ };
249
+ datepicker: {
250
+ dayLabels: {
251
+ Sun: string;
252
+ Mon: string;
253
+ Tue: string;
254
+ Wed: string;
255
+ Thu: string;
256
+ Fri: string;
257
+ Sat: string;
258
+ };
259
+ monthLabels: {
260
+ "1": string;
261
+ "2": string;
262
+ "3": string;
263
+ "4": string;
264
+ "5": string;
265
+ "6": string;
266
+ "7": string;
267
+ "8": string;
268
+ "9": string;
269
+ "10": string;
270
+ "11": string;
271
+ "12": string;
272
+ };
273
+ dateFormat: string;
274
+ returnFormat: string;
275
+ firstDayOfWeek: string;
276
+ sunHighlight: boolean;
277
+ yearTxt: string;
278
+ timeBtnText: string;
279
+ dateBtnText: string;
280
+ commitBtnText: string;
281
+ weekText: string;
282
+ placeholder: string;
283
+ range: {
284
+ begin: string;
285
+ end: string;
286
+ };
287
+ message: {
288
+ "101": string;
289
+ "102": string;
290
+ };
291
+ current: {
292
+ today: string;
293
+ week: string;
294
+ month: string;
295
+ year: string;
296
+ };
297
+ multiDatesLocale: {
298
+ backtotoday: string;
299
+ clearSelections: string;
300
+ delete: string;
301
+ selected: string;
302
+ };
303
+ quickSelectors: {
304
+ today: string;
305
+ yesterday: string;
306
+ tomorrow: string;
307
+ thisMonday: string;
308
+ nextMonday: string;
309
+ firstDayOfMonth: string;
310
+ lastDayOfMonth: string;
311
+ firstDayOfLastMonth: string;
312
+ lastDayOfLastMonth: string;
313
+ firstDayOfYear: string;
314
+ lastDayOfYear: string;
315
+ firstDayOfQuarter: string;
316
+ lastDayOfQuarter: string;
317
+ thisWeek: string;
318
+ lastWeek: string;
319
+ nextWeek: string;
320
+ past7Days: string;
321
+ past30Days: string;
322
+ thisMonth: string;
323
+ lastMonth: string;
324
+ thisQuarter: string;
325
+ lastQuarter: string;
326
+ thisYear: string;
327
+ lastYear: string;
328
+ recent3Months: string;
329
+ recent6Months: string;
330
+ };
331
+ };
332
+ datagrid: {
333
+ lineNumberTitle: string;
334
+ emptyMessage: string;
335
+ pagination: {
336
+ previousLabel: string;
337
+ nextLabel: string;
338
+ message: string;
339
+ pagelist: {
340
+ firstText: string;
341
+ lastText: string;
342
+ };
343
+ };
344
+ filter: {
345
+ title: string;
346
+ reset: string;
347
+ clear: string;
348
+ clearAll: string;
349
+ setting: string;
350
+ nofilter: string;
351
+ checkAll: string;
352
+ and: string;
353
+ or: string;
354
+ operators: {
355
+ equal: string;
356
+ notEqual: string;
357
+ greater: string;
358
+ greaterOrEqual: string;
359
+ less: string;
360
+ lessOrEqual: string;
361
+ contains: string;
362
+ notContains: string;
363
+ like: string;
364
+ notLike: string;
365
+ in: string;
366
+ notIn: string;
367
+ empty: string;
368
+ notEmpty: string;
369
+ null: string;
370
+ notNull: string;
371
+ };
372
+ more: string;
373
+ ok: string;
374
+ cancel: string;
375
+ sevenDays: string;
376
+ oneMonth: string;
377
+ threeMonths: string;
378
+ sixMonths: string;
379
+ };
380
+ settings: {
381
+ visible: string;
382
+ sortting: string;
383
+ title: string;
384
+ canchoose: string;
385
+ choosed: string;
386
+ asc: string;
387
+ desc: string;
388
+ cancelSort: string;
389
+ ok: string;
390
+ cancel: string;
391
+ reset: string;
392
+ conciseMode: string;
393
+ advancedMode: string;
394
+ formatSetting: string;
395
+ properties: string;
396
+ groupping: string;
397
+ allColumns: string;
398
+ visibleColumns: string;
399
+ hiddenColumns: string;
400
+ searchPlaceholder: string;
401
+ checkall: string;
402
+ headeralign: string;
403
+ dataalign: string;
404
+ alignLeft: string;
405
+ alignCenter: string;
406
+ alignRight: string;
407
+ summarytype: string;
408
+ summarytext: string;
409
+ summaryNone: string;
410
+ summarySum: string;
411
+ summaryMax: string;
412
+ summaryMin: string;
413
+ summarCount: string;
414
+ summaryAverage: string;
415
+ grouppingField: string;
416
+ moreGrouppingFieldWarningMessage: string;
417
+ grouppingSummary: string;
418
+ addGrouppingFieldTip: string;
419
+ removeGrouppingFieldTip: string;
420
+ grouppingSummaryType: string;
421
+ grouppingSummaryText: string;
422
+ restoreDefaultSettingsText: string;
423
+ simple: {
424
+ title: string;
425
+ tip: string;
426
+ count: string;
427
+ };
428
+ };
429
+ selectionData: {
430
+ clearAll: string;
431
+ tooltip: string;
432
+ currentLenth: string;
433
+ };
434
+ groupRow: {
435
+ tips: string;
436
+ removeColumn: string;
437
+ clearTip: string;
438
+ clear: string;
439
+ };
440
+ summary: {
441
+ title: string;
442
+ };
443
+ loadingMessage: string;
444
+ commandColumn: {
445
+ title: string;
446
+ edit: string;
447
+ remove: string;
448
+ cancel: string;
449
+ accept: string;
450
+ };
451
+ };
452
+ condition: {
453
+ add: string;
454
+ create: string;
455
+ reset: string;
456
+ and: string;
457
+ or: string;
458
+ };
459
+ operators: {
460
+ equal: string;
461
+ notEqual: string;
462
+ greater: string;
463
+ greaterOrEqual: string;
464
+ less: string;
465
+ lessOrEqual: string;
466
+ contains: string;
467
+ notContains: string;
468
+ like: string;
469
+ notLike: string;
470
+ in: string;
471
+ notIn: string;
472
+ empty: string;
473
+ notEmpty: string;
474
+ null: string;
475
+ notNull: string;
476
+ startWith: string;
477
+ endWith: string;
478
+ and: string;
479
+ or: string;
480
+ };
481
+ comboList: {
482
+ remoteError: string;
483
+ placeholder: string;
484
+ };
485
+ avatar: {
486
+ imgtitle: string;
487
+ typeError: string;
488
+ sizeError: string;
489
+ uploadError: string;
490
+ loadError: string;
491
+ loading: string;
492
+ };
493
+ };
494
+ export default _default;