@farris/ui-vue 1.7.0-beta.3 → 1.7.0-beta.4
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.
- package/components/avatar/index.esm.js +10 -1
- package/components/avatar/index.umd.cjs +1 -1
- package/components/calendar/index.esm.js +178 -176
- package/components/calendar/index.umd.cjs +2 -2
- package/components/collection-property-editor/index.esm.js +48 -46
- package/components/collection-property-editor/index.umd.cjs +2 -2
- package/components/combo-list/index.esm.js +319 -300
- package/components/combo-list/index.umd.cjs +1 -1
- package/components/comment/index.esm.js +2287 -1161
- package/components/comment/index.umd.cjs +7 -7
- package/components/component/index.esm.js +3 -1
- package/components/component/index.umd.cjs +2 -2
- package/components/condition/index.esm.js +926 -901
- package/components/condition/index.umd.cjs +2 -2
- package/components/data-view/index.esm.js +898 -899
- package/components/data-view/index.umd.cjs +1 -1
- package/components/drawer/index.esm.js +3 -1
- package/components/drawer/index.umd.cjs +2 -2
- package/components/dynamic-form/index.esm.js +239 -221
- package/components/dynamic-form/index.umd.cjs +1 -1
- package/components/dynamic-resolver/index.esm.js +11 -9
- package/components/dynamic-resolver/index.umd.cjs +2 -2
- package/components/expression-editor/index.esm.js +1299 -1279
- package/components/expression-editor/index.umd.cjs +4 -4
- package/components/filter-bar/index.esm.js +731 -678
- package/components/filter-bar/index.umd.cjs +2 -2
- package/components/filter-condition-editor/index.esm.js +1792 -1772
- package/components/filter-condition-editor/index.umd.cjs +4 -4
- package/components/image/index.esm.js +246 -240
- package/components/image/index.umd.cjs +2 -2
- package/components/language-textbox/index.esm.js +9 -7
- package/components/language-textbox/index.umd.cjs +2 -2
- package/components/list-view/index.esm.js +1 -1
- package/components/list-view/index.umd.cjs +1 -1
- package/components/locale/index.esm.js +2009 -886
- package/components/locale/index.umd.cjs +6 -6
- package/components/number-range/index.esm.js +190 -181
- package/components/number-range/index.umd.cjs +1 -1
- package/components/order/index.esm.js +734 -714
- package/components/order/index.umd.cjs +5 -5
- package/components/property-panel/index.esm.js +60 -49
- package/components/property-panel/index.umd.cjs +3 -3
- package/components/query-solution/index.esm.js +2461 -2500
- package/components/query-solution/index.umd.cjs +6 -6
- package/components/radio-group/index.esm.js +30 -30
- package/components/radio-group/index.umd.cjs +1 -1
- package/components/schema-selector/index.esm.js +238 -238
- package/components/schema-selector/index.umd.cjs +4 -4
- package/components/section/index.esm.js +217 -302
- package/components/section/index.umd.cjs +2 -2
- package/components/sort-condition-editor/index.esm.js +1793 -1773
- package/components/sort-condition-editor/index.umd.cjs +4 -4
- package/components/transfer/index.esm.js +155 -155
- package/components/transfer/index.umd.cjs +3 -3
- package/designer/data-grid/index.esm.js +895 -867
- package/designer/data-grid/index.umd.cjs +5 -5
- package/designer/data-view/index.esm.js +145 -144
- package/designer/data-view/index.umd.cjs +2 -2
- package/designer/drawer/index.esm.js +73 -71
- package/designer/drawer/index.umd.cjs +2 -2
- package/designer/dynamic-form/index.esm.js +87 -65
- package/designer/dynamic-form/index.umd.cjs +2 -2
- package/designer/farris-designer.all.esm.js +14 -3
- package/designer/farris-designer.all.umd.cjs +3 -3
- package/designer/input-group/index.esm.js +34 -14
- package/designer/input-group/index.umd.cjs +1 -1
- package/designer/list-view/index.esm.js +1 -1
- package/designer/list-view/index.umd.cjs +1 -1
- package/designer/radio-group/index.esm.js +15 -2
- package/designer/radio-group/index.umd.cjs +1 -1
- package/designer/section/index.esm.js +129 -119
- package/designer/section/index.umd.cjs +1 -1
- package/designer/time-picker/index.esm.js +140 -131
- package/designer/time-picker/index.umd.cjs +1 -1
- package/farris.all.esm.js +13578 -12394
- package/farris.all.umd.cjs +26 -26
- package/index.css +1 -1
- package/locales/data-grid/ui/en.json +2 -1
- package/locales/data-grid/ui/zh-CHS.json +2 -1
- package/locales/data-grid/ui/zh-CHT.json +2 -1
- package/locales/designer/en.json +12 -10
- package/locales/designer/zh-CHS.json +19 -17
- package/locales/designer/zh-CHT.json +19 -17
- package/locales/ui/en.json +4 -2
- package/locales/ui/zh-CHS.json +11 -9
- package/locales/ui/zh-CHT.json +11 -9
- package/package.json +1 -1
- package/package.zip +0 -0
- package/types/combo-list/src/composition/types.d.ts +1 -0
- package/types/condition/src/composition/condition-value/number-spinner-value.d.ts +1 -1
- package/types/condition/src/composition/use-field-config.d.ts +1 -1
- package/types/condition/src/condition.props.d.ts +1 -1
- package/types/data-view/designer/property-config/use-command-option.d.ts +12 -0
- package/types/image/src/property-config/image.property-config.d.ts +5 -5
- package/types/locale/src/lib/locale.service.d.ts +2 -2
- package/types/property-panel/src/composition/entity/input-base-property.d.ts +7 -0
- package/types/query-solution/src/designer/query-solution-config/composition/use-util.d.ts +0 -20
- package/types/section/src/designer/section.design.props.d.ts +17 -0
- package/types/section/src/section.props.d.ts +0 -25
|
@@ -45,7 +45,8 @@
|
|
|
45
45
|
"sevenDays": "Seven Days",
|
|
46
46
|
"oneMonth": "One Month",
|
|
47
47
|
"threeMonths": "Three Months",
|
|
48
|
-
"sixMonths": "Six Months"
|
|
48
|
+
"sixMonths": "Six Months",
|
|
49
|
+
"searchBoxPlaceholder": "Please enter a keyword"
|
|
49
50
|
},
|
|
50
51
|
"settings": {
|
|
51
52
|
"visible": "Display Columns",
|
package/locales/designer/en.json
CHANGED
|
@@ -132,7 +132,14 @@
|
|
|
132
132
|
"cancel": "Cancel",
|
|
133
133
|
"confirm": "Confirm"
|
|
134
134
|
},
|
|
135
|
-
"
|
|
135
|
+
"condition": {
|
|
136
|
+
"add": "Add condition",
|
|
137
|
+
"create": "Create condition group",
|
|
138
|
+
"reset": "Reset",
|
|
139
|
+
"and": "And",
|
|
140
|
+
"or": "Or"
|
|
141
|
+
},
|
|
142
|
+
"comment": {
|
|
136
143
|
"reply": "Reply",
|
|
137
144
|
"cancel": "Cancel",
|
|
138
145
|
"submit": "Submit",
|
|
@@ -141,13 +148,6 @@
|
|
|
141
148
|
"searchPlaceholder": "Enter name to search",
|
|
142
149
|
"submitEmpty": "Submission content cannot be empty"
|
|
143
150
|
},
|
|
144
|
-
"condition": {
|
|
145
|
-
"add": "Add condition",
|
|
146
|
-
"create": "Create condition group",
|
|
147
|
-
"reset": "Reset",
|
|
148
|
-
"and": "And",
|
|
149
|
-
"or": "Or"
|
|
150
|
-
},
|
|
151
151
|
"avatar": {
|
|
152
152
|
"imgtitle": "Amend",
|
|
153
153
|
"typeError": "Type error",
|
|
@@ -477,7 +477,8 @@
|
|
|
477
477
|
"sevenDays": "Seven Days",
|
|
478
478
|
"oneMonth": "One Month",
|
|
479
479
|
"threeMonths": "Three Months",
|
|
480
|
-
"sixMonths": "Six Months"
|
|
480
|
+
"sixMonths": "Six Months",
|
|
481
|
+
"searchBoxPlaceholder": "Please enter a keyword"
|
|
481
482
|
},
|
|
482
483
|
"settings": {
|
|
483
484
|
"visible": "Display Columns",
|
|
@@ -616,6 +617,7 @@
|
|
|
616
617
|
"prevDay": "Prev Day",
|
|
617
618
|
"nextDay": "Next Day",
|
|
618
619
|
"prevYear": "Prev Year",
|
|
619
|
-
"nextYear": "Next Year"
|
|
620
|
+
"nextYear": "Next Year",
|
|
621
|
+
"more": "Still #count# more items..."
|
|
620
622
|
}
|
|
621
623
|
}
|
|
@@ -132,7 +132,14 @@
|
|
|
132
132
|
"cancel": "取消",
|
|
133
133
|
"confirm": "确定"
|
|
134
134
|
},
|
|
135
|
-
"
|
|
135
|
+
"condition": {
|
|
136
|
+
"add": "添加条件",
|
|
137
|
+
"create": "生成条件组",
|
|
138
|
+
"reset": "重置",
|
|
139
|
+
"and": "与",
|
|
140
|
+
"or": "或"
|
|
141
|
+
},
|
|
142
|
+
"comment": {
|
|
136
143
|
"reply": "回复",
|
|
137
144
|
"cancel": "取消",
|
|
138
145
|
"submit": "提交",
|
|
@@ -141,13 +148,6 @@
|
|
|
141
148
|
"searchPlaceholder": "请输入姓名搜索",
|
|
142
149
|
"submitEmpty": "提交内容不能为空"
|
|
143
150
|
},
|
|
144
|
-
"condition": {
|
|
145
|
-
"add": "添加条件",
|
|
146
|
-
"create": "生成条件组",
|
|
147
|
-
"reset": "重置",
|
|
148
|
-
"and": "与",
|
|
149
|
-
"or": "或"
|
|
150
|
-
},
|
|
151
151
|
"avatar": {
|
|
152
152
|
"imgtitle": "点击修改",
|
|
153
153
|
"typeError": "上传图片类型不正确",
|
|
@@ -477,7 +477,8 @@
|
|
|
477
477
|
"sevenDays": "七天",
|
|
478
478
|
"oneMonth": "一个月",
|
|
479
479
|
"threeMonths": "三个月",
|
|
480
|
-
"sixMonths": "半年"
|
|
480
|
+
"sixMonths": "半年",
|
|
481
|
+
"searchBoxPlaceholder": "请输入关键词"
|
|
481
482
|
},
|
|
482
483
|
"settings": {
|
|
483
484
|
"visible": "显示列",
|
|
@@ -579,13 +580,13 @@
|
|
|
579
580
|
},
|
|
580
581
|
"calendar": {
|
|
581
582
|
"dayLabels": {
|
|
582
|
-
"Sun": "
|
|
583
|
-
"Mon": "
|
|
584
|
-
"Tue": "
|
|
585
|
-
"Wed": "
|
|
586
|
-
"Thu": "
|
|
587
|
-
"Fri": "
|
|
588
|
-
"Sat": "
|
|
583
|
+
"Sun": "星期日",
|
|
584
|
+
"Mon": "星期一",
|
|
585
|
+
"Tue": "星期二",
|
|
586
|
+
"Wed": "星期三",
|
|
587
|
+
"Thu": "星期四",
|
|
588
|
+
"Fri": "星期五",
|
|
589
|
+
"Sat": "星期六"
|
|
589
590
|
},
|
|
590
591
|
"monthLabels": {
|
|
591
592
|
"1": "1月",
|
|
@@ -616,6 +617,7 @@
|
|
|
616
617
|
"prevDay": "上一天",
|
|
617
618
|
"nextDay": "下一天",
|
|
618
619
|
"prevYear": "上一年",
|
|
619
|
-
"nextYear": "下一年"
|
|
620
|
+
"nextYear": "下一年",
|
|
621
|
+
"more": "还有 #count# 项..."
|
|
620
622
|
}
|
|
621
623
|
}
|
|
@@ -132,7 +132,14 @@
|
|
|
132
132
|
"cancel": "取消",
|
|
133
133
|
"confirm": "確定"
|
|
134
134
|
},
|
|
135
|
-
"
|
|
135
|
+
"condition": {
|
|
136
|
+
"add": "新增條件",
|
|
137
|
+
"create": "建立條件群組",
|
|
138
|
+
"reset": "重設",
|
|
139
|
+
"and": "且",
|
|
140
|
+
"or": "或"
|
|
141
|
+
},
|
|
142
|
+
"comment": {
|
|
136
143
|
"reply": "回覆",
|
|
137
144
|
"cancel": "取消",
|
|
138
145
|
"submit": "提交",
|
|
@@ -141,13 +148,6 @@
|
|
|
141
148
|
"searchPlaceholder": "請輸入姓名搜尋",
|
|
142
149
|
"submitEmpty": "提交內容不能為空"
|
|
143
150
|
},
|
|
144
|
-
"condition": {
|
|
145
|
-
"add": "新增條件",
|
|
146
|
-
"create": "建立條件群組",
|
|
147
|
-
"reset": "重設",
|
|
148
|
-
"and": "且",
|
|
149
|
-
"or": "或"
|
|
150
|
-
},
|
|
151
151
|
"avatar": {
|
|
152
152
|
"imgtitle": "點擊修改",
|
|
153
153
|
"typeError": "上傳圖片類型不正確",
|
|
@@ -473,7 +473,8 @@
|
|
|
473
473
|
"sevenDays": "七天",
|
|
474
474
|
"oneMonth": "一個月",
|
|
475
475
|
"threeMonths": "三個月",
|
|
476
|
-
"sixMonths": "半年"
|
|
476
|
+
"sixMonths": "半年",
|
|
477
|
+
"searchBoxPlaceholder": "請輸入關鍵詞"
|
|
477
478
|
},
|
|
478
479
|
"settings": {
|
|
479
480
|
"visible": "顯示列",
|
|
@@ -575,13 +576,13 @@
|
|
|
575
576
|
},
|
|
576
577
|
"calendar": {
|
|
577
578
|
"dayLabels": {
|
|
578
|
-
"Sun": "
|
|
579
|
-
"Mon": "
|
|
580
|
-
"Tue": "
|
|
581
|
-
"Wed": "
|
|
582
|
-
"Thu": "
|
|
583
|
-
"Fri": "
|
|
584
|
-
"Sat": "
|
|
579
|
+
"Sun": "星期日",
|
|
580
|
+
"Mon": "星期一",
|
|
581
|
+
"Tue": "星期二",
|
|
582
|
+
"Wed": "星期三",
|
|
583
|
+
"Thu": "星期四",
|
|
584
|
+
"Fri": "星期五",
|
|
585
|
+
"Sat": "星期六"
|
|
585
586
|
},
|
|
586
587
|
"monthLabels": {
|
|
587
588
|
"1": "1月",
|
|
@@ -612,6 +613,7 @@
|
|
|
612
613
|
"prevDay": "上一天",
|
|
613
614
|
"nextDay": "下一天",
|
|
614
615
|
"prevYear": "上一年",
|
|
615
|
-
"nextYear": "下一年"
|
|
616
|
+
"nextYear": "下一年",
|
|
617
|
+
"more": "還有 #count# 項..."
|
|
616
618
|
}
|
|
617
619
|
}
|
package/locales/ui/en.json
CHANGED
|
@@ -389,7 +389,8 @@
|
|
|
389
389
|
"sevenDays": "Seven Days",
|
|
390
390
|
"oneMonth": "One Month",
|
|
391
391
|
"threeMonths": "Three Months",
|
|
392
|
-
"sixMonths": "Six Months"
|
|
392
|
+
"sixMonths": "Six Months",
|
|
393
|
+
"searchBoxPlaceholder": "Please enter a keyword"
|
|
393
394
|
},
|
|
394
395
|
"settings": {
|
|
395
396
|
"visible": "Display Columns",
|
|
@@ -544,7 +545,8 @@
|
|
|
544
545
|
"prevDay": "Prev Day",
|
|
545
546
|
"nextDay": "Next Day",
|
|
546
547
|
"prevYear": "Prev Year",
|
|
547
|
-
"nextYear": "Next Year"
|
|
548
|
+
"nextYear": "Next Year",
|
|
549
|
+
"more": "Still #count# more items..."
|
|
548
550
|
},
|
|
549
551
|
"avatar": {
|
|
550
552
|
"imgtitle": "Amend",
|
package/locales/ui/zh-CHS.json
CHANGED
|
@@ -389,7 +389,8 @@
|
|
|
389
389
|
"sevenDays": "七天",
|
|
390
390
|
"oneMonth": "一个月",
|
|
391
391
|
"threeMonths": "三个月",
|
|
392
|
-
"sixMonths": "半年"
|
|
392
|
+
"sixMonths": "半年",
|
|
393
|
+
"searchBoxPlaceholder": "请输入关键词"
|
|
393
394
|
},
|
|
394
395
|
"settings": {
|
|
395
396
|
"visible": "显示列",
|
|
@@ -507,13 +508,13 @@
|
|
|
507
508
|
},
|
|
508
509
|
"calendar": {
|
|
509
510
|
"dayLabels": {
|
|
510
|
-
"Sun": "
|
|
511
|
-
"Mon": "
|
|
512
|
-
"Tue": "
|
|
513
|
-
"Wed": "
|
|
514
|
-
"Thu": "
|
|
515
|
-
"Fri": "
|
|
516
|
-
"Sat": "
|
|
511
|
+
"Sun": "星期日",
|
|
512
|
+
"Mon": "星期一",
|
|
513
|
+
"Tue": "星期二",
|
|
514
|
+
"Wed": "星期三",
|
|
515
|
+
"Thu": "星期四",
|
|
516
|
+
"Fri": "星期五",
|
|
517
|
+
"Sat": "星期六"
|
|
517
518
|
},
|
|
518
519
|
"monthLabels": {
|
|
519
520
|
"1": "1月",
|
|
@@ -544,7 +545,8 @@
|
|
|
544
545
|
"prevDay": "上一天",
|
|
545
546
|
"nextDay": "下一天",
|
|
546
547
|
"prevYear": "上一年",
|
|
547
|
-
"nextYear": "下一年"
|
|
548
|
+
"nextYear": "下一年",
|
|
549
|
+
"more": "还有 #count# 项..."
|
|
548
550
|
},
|
|
549
551
|
"avatar": {
|
|
550
552
|
"imgtitle": "点击修改",
|
package/locales/ui/zh-CHT.json
CHANGED
|
@@ -385,7 +385,8 @@
|
|
|
385
385
|
"sevenDays": "七天",
|
|
386
386
|
"oneMonth": "一個月",
|
|
387
387
|
"threeMonths": "三個月",
|
|
388
|
-
"sixMonths": "半年"
|
|
388
|
+
"sixMonths": "半年",
|
|
389
|
+
"searchBoxPlaceholder": "請輸入關鍵詞"
|
|
389
390
|
},
|
|
390
391
|
"settings": {
|
|
391
392
|
"visible": "顯示列",
|
|
@@ -503,13 +504,13 @@
|
|
|
503
504
|
},
|
|
504
505
|
"calendar": {
|
|
505
506
|
"dayLabels": {
|
|
506
|
-
"Sun": "
|
|
507
|
-
"Mon": "
|
|
508
|
-
"Tue": "
|
|
509
|
-
"Wed": "
|
|
510
|
-
"Thu": "
|
|
511
|
-
"Fri": "
|
|
512
|
-
"Sat": "
|
|
507
|
+
"Sun": "星期日",
|
|
508
|
+
"Mon": "星期一",
|
|
509
|
+
"Tue": "星期二",
|
|
510
|
+
"Wed": "星期三",
|
|
511
|
+
"Thu": "星期四",
|
|
512
|
+
"Fri": "星期五",
|
|
513
|
+
"Sat": "星期六"
|
|
513
514
|
},
|
|
514
515
|
"monthLabels": {
|
|
515
516
|
"1": "1月",
|
|
@@ -540,7 +541,8 @@
|
|
|
540
541
|
"prevDay": "上一天",
|
|
541
542
|
"nextDay": "下一天",
|
|
542
543
|
"prevYear": "上一年",
|
|
543
|
-
"nextYear": "下一年"
|
|
544
|
+
"nextYear": "下一年",
|
|
545
|
+
"more": "還有 #count# 項..."
|
|
544
546
|
},
|
|
545
547
|
"avatar": {
|
|
546
548
|
"imgtitle": "點擊修改",
|
package/package.json
CHANGED
package/package.zip
ADDED
|
Binary file
|
|
@@ -10,7 +10,7 @@ export declare class NumberSpinnerValue implements ConditionValue {
|
|
|
10
10
|
}, editor?: any);
|
|
11
11
|
clear(): void;
|
|
12
12
|
getValue(): number | null | undefined;
|
|
13
|
-
getDisplayText():
|
|
13
|
+
getDisplayText(): string;
|
|
14
14
|
setValue(value: any): void;
|
|
15
15
|
isEmpty(): boolean;
|
|
16
16
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SetupContext } from "vue";
|
|
2
2
|
import { ConditionProps } from "../condition.props";
|
|
3
3
|
import { UseFieldConfig } from "./types";
|
|
4
|
-
export declare function useFieldConfig(props: ConditionProps, context: SetupContext): UseFieldConfig;
|
|
4
|
+
export declare function useFieldConfig(props: ConditionProps, context: SetupContext, sourceType?: 'query-solution' | 'filter-bar'): UseFieldConfig;
|
|
@@ -36,6 +36,18 @@ export declare function useCommandOption(dataGridPropertyInstance: any): {
|
|
|
36
36
|
uniqueFields: string[];
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
|
+
formatter: {
|
|
40
|
+
title: string;
|
|
41
|
+
$converter: string;
|
|
42
|
+
type: string;
|
|
43
|
+
visible: boolean;
|
|
44
|
+
description: string;
|
|
45
|
+
refreshPanelAfterChanged: boolean;
|
|
46
|
+
editor: {
|
|
47
|
+
type: string;
|
|
48
|
+
language: string;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
39
51
|
};
|
|
40
52
|
setPropertyRelates(changeObject: PropertyChangeObject, data: any): void;
|
|
41
53
|
};
|
|
@@ -19,11 +19,6 @@ export declare class ImageProperty extends InputBaseProperty {
|
|
|
19
19
|
title: string;
|
|
20
20
|
type: string;
|
|
21
21
|
};
|
|
22
|
-
src: {
|
|
23
|
-
description: string;
|
|
24
|
-
title: string;
|
|
25
|
-
type: string;
|
|
26
|
-
};
|
|
27
22
|
width: {
|
|
28
23
|
description: string;
|
|
29
24
|
title: string;
|
|
@@ -46,6 +41,11 @@ export declare class ImageProperty extends InputBaseProperty {
|
|
|
46
41
|
needValid: boolean;
|
|
47
42
|
};
|
|
48
43
|
};
|
|
44
|
+
src: {
|
|
45
|
+
description: string;
|
|
46
|
+
title: string;
|
|
47
|
+
type: string;
|
|
48
|
+
};
|
|
49
49
|
errorSrc: {
|
|
50
50
|
description: string;
|
|
51
51
|
title: string;
|
|
@@ -24,13 +24,13 @@ export declare class LocaleService {
|
|
|
24
24
|
* 获取当前语言
|
|
25
25
|
* @returns
|
|
26
26
|
*/
|
|
27
|
-
static getLocale(): string
|
|
27
|
+
static getLocale(): string;
|
|
28
28
|
/**
|
|
29
29
|
* 默认加载的多语言值,返回中文值
|
|
30
30
|
* @param key
|
|
31
31
|
* @returns
|
|
32
32
|
*/
|
|
33
|
-
static getDefaultLocaleValue(key: string): any;
|
|
33
|
+
static getDefaultLocaleValue(locale: string, key: string): any;
|
|
34
34
|
static getLocaleValue(key: string, options?: any): any;
|
|
35
35
|
/**
|
|
36
36
|
* 属性空值或者有值但等于默认值,返回默认值多语言属性;有值但不相等返回当前属性自有值
|
|
@@ -129,6 +129,13 @@ export declare class InputBaseProperty extends BaseControlProperty {
|
|
|
129
129
|
tabId: string;
|
|
130
130
|
tabName: string;
|
|
131
131
|
setPropertyRelates(changeObject: FormPropertyChangeObject, data: any): void;
|
|
132
|
+
} | {
|
|
133
|
+
title: string;
|
|
134
|
+
hideTitle: boolean;
|
|
135
|
+
properties: {};
|
|
136
|
+
tabId: string;
|
|
137
|
+
tabName: string;
|
|
138
|
+
hide: boolean;
|
|
132
139
|
};
|
|
133
140
|
getExpressionConfig(propertyData: any, type: 'Field' | 'Button' | 'Container', expressionTypes?: string[], associationCallBack?: (rule: Record<string, any>) => void): {
|
|
134
141
|
description: string;
|
|
@@ -15,33 +15,13 @@
|
|
|
15
15
|
*/
|
|
16
16
|
import { ControlType } from './types';
|
|
17
17
|
export declare function useUtil(sourceType: 'query-solution' | 'filter-bar'): {
|
|
18
|
-
getQuerySolutionExtendSchemaProerty: (controlType: ControlType, options?: any) => {
|
|
19
|
-
readonly: boolean;
|
|
20
|
-
required: boolean;
|
|
21
|
-
multiLineLabel: boolean;
|
|
22
|
-
};
|
|
23
|
-
getFilterBarionExtendSchemaProerty: (controlType: ControlType, options?: any) => {
|
|
24
|
-
readonly: boolean;
|
|
25
|
-
required: boolean;
|
|
26
|
-
isExtend: boolean;
|
|
27
|
-
};
|
|
28
18
|
getExtendSchemaProerty: (controlType: ControlType, options?: any) => {
|
|
29
19
|
readonly: boolean;
|
|
30
20
|
required: boolean;
|
|
31
|
-
multiLineLabel: boolean;
|
|
32
|
-
} | {
|
|
33
|
-
readonly: boolean;
|
|
34
|
-
required: boolean;
|
|
35
|
-
isExtend: boolean;
|
|
36
21
|
};
|
|
37
22
|
getEditorByType: (type: any, options?: any) => {
|
|
38
23
|
readonly: boolean;
|
|
39
24
|
required: boolean;
|
|
40
|
-
multiLineLabel: boolean;
|
|
41
|
-
} | {
|
|
42
|
-
readonly: boolean;
|
|
43
|
-
required: boolean;
|
|
44
|
-
isExtend: boolean;
|
|
45
25
|
};
|
|
46
26
|
getSolutionField: (schemaField: any) => any;
|
|
47
27
|
getControlTypeListByFieldType: (fieldType: any) => {
|
|
@@ -6,6 +6,23 @@ export declare const sectionDesignProps: Record<string, any> & {
|
|
|
6
6
|
type: StringConstructor;
|
|
7
7
|
default: string;
|
|
8
8
|
};
|
|
9
|
+
headerTitleHtml: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
headerHtml: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
headerContentHtml: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
toolbarHtml: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
9
25
|
};
|
|
10
26
|
export type SectionDesignProps = ExtractPropTypes<typeof sectionDesignProps>;
|
|
11
27
|
export declare const sectionToolbarPropsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
|
|
28
|
+
export declare const propsDesignResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
|
|
@@ -30,28 +30,3 @@ export declare const sectionProps: Record<string, any>;
|
|
|
30
30
|
export type SectionProps = ExtractPropTypes<typeof sectionProps>;
|
|
31
31
|
export declare const propsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
|
|
32
32
|
export declare const eventHandlerResolver: import("../../dynamic-resolver").EventHandlerResolver;
|
|
33
|
-
export declare const sectionDesignProps: Record<string, any> & {
|
|
34
|
-
componentId: {
|
|
35
|
-
type: StringConstructor;
|
|
36
|
-
default: string;
|
|
37
|
-
};
|
|
38
|
-
headerTitleHtml: {
|
|
39
|
-
type: StringConstructor;
|
|
40
|
-
default: string;
|
|
41
|
-
};
|
|
42
|
-
headerHtml: {
|
|
43
|
-
type: StringConstructor;
|
|
44
|
-
default: string;
|
|
45
|
-
};
|
|
46
|
-
headerContentHtml: {
|
|
47
|
-
type: StringConstructor;
|
|
48
|
-
default: string;
|
|
49
|
-
};
|
|
50
|
-
toolbarHtml: {
|
|
51
|
-
type: StringConstructor;
|
|
52
|
-
default: string;
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
export type SectionDesignProps = ExtractPropTypes<typeof sectionDesignProps>;
|
|
56
|
-
export declare const sectionToolbarPropsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
|
|
57
|
-
export declare const propsDesignResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
|