@flyto/farco 1.2.1 → 1.3.0
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/dist/chunk-0b1102a0.js +95 -0
- package/dist/chunk-0d0f8483.js +6 -0
- package/dist/chunk-0ec0668f.js +42 -0
- package/dist/chunk-0f50b26a.js +153 -0
- package/dist/chunk-17a233d7.js +1 -0
- package/dist/chunk-18dd07f2.js +71 -0
- package/dist/chunk-28ba1e67.js +4525 -0
- package/dist/chunk-2d4cc9ab.js +287 -0
- package/dist/chunk-32aa5901.js +1 -0
- package/dist/chunk-3659754f.js +103 -0
- package/dist/chunk-3e27c862.js +38 -0
- package/dist/chunk-3e3782aa.js +1 -0
- package/dist/chunk-451afd44.js +58 -0
- package/dist/chunk-45dbb8f9.js +1 -0
- package/dist/chunk-540a3872.js +1 -0
- package/dist/chunk-5672685f.js +2 -0
- package/dist/chunk-592857c5.js +1 -0
- package/dist/chunk-5f89350b.js +2 -0
- package/dist/chunk-6c665483.js +4 -0
- package/dist/chunk-7779a34c.js +169 -0
- package/dist/chunk-7e78427e.js +1 -0
- package/dist/chunk-7f0e9b41.js +1 -0
- package/dist/chunk-82468a2e.js +1 -0
- package/dist/chunk-867494bd.js +99 -0
- package/dist/chunk-8a4bafe4.js +135 -0
- package/dist/chunk-912642ce.js +36 -0
- package/dist/chunk-995c23b4.js +85 -0
- package/dist/chunk-a016ffab.js +1 -0
- package/dist/chunk-a1e9227b.js +1 -0
- package/dist/chunk-a67d2308.js +1 -0
- package/dist/chunk-abb01801.js +955 -0
- package/dist/chunk-b2838051.js +42 -0
- package/dist/chunk-c4c93c86.js +1 -0
- package/dist/chunk-c9e8fc0f.js +5 -0
- package/dist/chunk-db179b28.js +82 -0
- package/dist/chunk-dc6689c4.js +34 -0
- package/dist/chunk-e7fc446a.js +29 -0
- package/dist/chunk-ed8bf4fb.js +12607 -0
- package/dist/chunk-f363e104.js +1 -0
- package/dist/chunk-fe45f9f8.js +1 -0
- package/dist/fbutton.cjs.js +1 -0
- package/dist/fbutton.es.js +9 -0
- package/dist/fcheckbox.cjs.js +1 -0
- package/dist/fcheckbox.es.js +8 -0
- package/dist/fdate.cjs.js +1 -0
- package/dist/fdate.es.js +8 -0
- package/dist/fform-item.cjs.js +1 -0
- package/dist/fform-item.es.js +26 -0
- package/dist/fform.cjs.js +1 -0
- package/dist/fform.es.js +24 -0
- package/dist/ficon.cjs.js +1 -0
- package/dist/ficon.es.js +9 -0
- package/dist/finput.cjs.js +1 -0
- package/dist/finput.es.js +9 -0
- package/dist/flink.cjs.js +1 -0
- package/dist/flink.es.js +9 -0
- package/dist/fml-input.cjs.js +1 -0
- package/dist/fml-input.es.js +11 -0
- package/dist/fpop-choice.cjs.js +1 -0
- package/dist/fpop-choice.es.js +26 -0
- package/dist/fquery-list.cjs.js +1 -0
- package/dist/fquery-list.es.js +24 -0
- package/dist/fradio.cjs.js +1 -0
- package/dist/fradio.es.js +8 -0
- package/dist/frange.cjs.js +1 -0
- package/dist/frange.es.js +10 -0
- package/dist/fsearch.cjs.js +1 -0
- package/dist/fsearch.es.js +24 -0
- package/dist/fselect.cjs.js +1 -0
- package/dist/fselect.es.js +12 -0
- package/dist/fskeleton.cjs.js +1 -0
- package/dist/fskeleton.es.js +8 -0
- package/dist/fswitch.cjs.js +1 -0
- package/dist/fswitch.es.js +8 -0
- package/dist/ftable.cjs.js +1 -0
- package/dist/ftable.es.js +13 -0
- package/dist/ftext.cjs.js +1 -0
- package/dist/ftext.es.js +12 -0
- package/dist/ftextarea.cjs.js +1 -0
- package/dist/ftextarea.es.js +9 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.es.js +175 -19505
- package/dist/keys.cjs.js +1 -0
- package/dist/keys.es.js +9 -0
- package/dist/types/components/fbutton/fbutton.d.ts +35 -35
- package/dist/types/components/fbutton/fbutton.vue.d.ts +35 -33
- package/dist/types/components/fbutton/index.d.ts +4 -4
- package/dist/types/components/fcheckbox/constants/index.d.ts +10 -10
- package/dist/types/components/fcheckbox/fcheckbox.d.ts +41 -41
- package/dist/types/components/fcheckbox/fcheckbox.vue.d.ts +168 -166
- package/dist/types/components/fcheckbox/index.d.ts +4 -4
- package/dist/types/components/fdate/fdate.d.ts +67 -67
- package/dist/types/components/fdate/fdate.vue.d.ts +47 -45
- package/dist/types/components/fdate/index.d.ts +4 -4
- package/dist/types/components/fform/fform.d.ts +83 -83
- package/dist/types/components/fform/fform.vue.d.ts +124 -122
- package/dist/types/components/fform/index.d.ts +4 -4
- package/dist/types/components/fform-item/fform-item.d.ts +91 -91
- package/dist/types/components/fform-item/fform-item.vue.d.ts +121 -117
- package/dist/types/components/fform-item/index.d.ts +4 -4
- package/dist/types/components/ficon/ficon.d.ts +44 -44
- package/dist/types/components/ficon/ficon.vue.d.ts +63 -59
- package/dist/types/components/ficon/index.d.ts +4 -4
- package/dist/types/components/finput/finput.d.ts +54 -54
- package/dist/types/components/finput/finput.vue.d.ts +87 -83
- package/dist/types/components/finput/index.d.ts +4 -4
- package/dist/types/components/flink/flink.d.ts +26 -26
- package/dist/types/components/flink/flink.vue.d.ts +42 -40
- package/dist/types/components/flink/index.d.ts +4 -4
- package/dist/types/components/fml-input/fml-input.d.ts +74 -74
- package/dist/types/components/fml-input/fml-input.vue.d.ts +601 -622
- package/dist/types/components/fml-input/index.d.ts +4 -4
- package/dist/types/components/fpop-choice/fpop-choice.d.ts +52 -52
- package/dist/types/components/fpop-choice/fpop-choice.vue.d.ts +884 -891
- package/dist/types/components/fpop-choice/index.d.ts +5 -5
- package/dist/types/components/fpop-choice/utils/index.d.ts +16 -16
- package/dist/types/components/fquery-list/fquery-list.d.ts +133 -133
- package/dist/types/components/fquery-list/fquery-list.vue.d.ts +467 -1352
- package/dist/types/components/fquery-list/index.d.ts +4 -4
- package/dist/types/components/fradio/constants/index.d.ts +8 -8
- package/dist/types/components/fradio/fradio.d.ts +48 -48
- package/dist/types/components/fradio/fradio.vue.d.ts +176 -174
- package/dist/types/components/fradio/index.d.ts +4 -4
- package/dist/types/components/frange/frange.d.ts +47 -47
- package/dist/types/components/frange/frange.vue.d.ts +92 -90
- package/dist/types/components/frange/index.d.ts +4 -4
- package/dist/types/components/fsearch/fsearch.d.ts +75 -75
- package/dist/types/components/fsearch/fsearch.vue.d.ts +103 -103
- package/dist/types/components/fsearch/index.d.ts +4 -4
- package/dist/types/components/fselect/constants/index.d.ts +6 -6
- package/dist/types/components/fselect/fselect-option.vue.d.ts +25 -25
- package/dist/types/components/fselect/fselect.d.ts +120 -120
- package/dist/types/components/fselect/fselect.vue.d.ts +184 -182
- package/dist/types/components/fselect/index.d.ts +4 -4
- package/dist/types/components/fskeleton/fskeleton.d.ts +18 -18
- package/dist/types/components/fskeleton/fskeleton.vue.d.ts +17 -15
- package/dist/types/components/fskeleton/index.d.ts +4 -4
- package/dist/types/components/fswitch/fswitch.d.ts +8 -8
- package/dist/types/components/fswitch/fswitch.vue.d.ts +365 -365
- package/dist/types/components/fswitch/index.d.ts +4 -4
- package/dist/types/components/ftable/constants/index.d.ts +14 -14
- package/dist/types/components/ftable/ftable-cols-set.vue.d.ts +6 -6
- package/dist/types/components/ftable/ftable-toolbar.vue.d.ts +57 -54
- package/dist/types/components/ftable/ftable.d.ts +332 -332
- package/dist/types/components/ftable/ftable.vue.d.ts +139 -333
- package/dist/types/components/ftable/index.d.ts +4 -4
- package/dist/types/components/ftable/utils/index.d.ts +13 -13
- package/dist/types/components/ftext/ftext.d.ts +97 -96
- package/dist/types/components/ftext/ftext.vue.d.ts +88 -86
- package/dist/types/components/ftext/index.d.ts +4 -4
- package/dist/types/components/ftextarea/ftextarea.d.ts +32 -32
- package/dist/types/components/ftextarea/ftextarea.vue.d.ts +569 -575
- package/dist/types/components/ftextarea/index.d.ts +4 -4
- package/dist/types/components/index.d.ts +40 -40
- package/dist/types/constants/fform.d.ts +8 -8
- package/dist/types/constants/global.d.ts +9 -24
- package/dist/types/constants/keys.d.ts +14 -0
- package/dist/types/env.d.ts +4 -0
- package/dist/types/index.d.ts +14 -15
- package/dist/types/types/global.d.ts +44 -44
- package/dist/types/types/index.d.ts +1 -1
- package/dist/types/utils/business-format.d.ts +136 -136
- package/dist/types/utils/index.d.ts +4 -4
- package/package.json +23 -3
- package/dist/index.umd.js +0 -128
|
@@ -1,91 +1,93 @@
|
|
|
1
1
|
import { FRangeType } from './frange';
|
|
2
|
-
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
},
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
separator
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
2
|
+
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
separator?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7
|
+
modelValue: import('vue').PropType<(string | number)[]>;
|
|
8
|
+
defaultValue: {
|
|
9
|
+
type: import('vue').PropType<(number | string)[]>;
|
|
10
|
+
default: null;
|
|
11
|
+
};
|
|
12
|
+
type: {
|
|
13
|
+
type: import('vue').PropType<FRangeType>;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
placeholder: {
|
|
17
|
+
type: import('vue').PropType<string | string[]>;
|
|
18
|
+
default: () => string[];
|
|
19
|
+
};
|
|
20
|
+
separator: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
allowClear: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
disabled: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
}>, {
|
|
33
|
+
/**
|
|
34
|
+
* 值,在非受控模式下,读取组件的值
|
|
35
|
+
*/
|
|
36
|
+
value: import('vue').ModelRef<(string | number)[], string, (string | number)[], (string | number)[]>;
|
|
37
|
+
/**
|
|
38
|
+
* 获取输入框的焦点
|
|
39
|
+
* @param type 获取开始还是结束输入框
|
|
40
|
+
*/
|
|
41
|
+
focus(type?: "start" | "end"): void;
|
|
42
|
+
/**
|
|
43
|
+
* 失去输入框的焦点
|
|
44
|
+
* @param type 获取开始还是结束输入框
|
|
45
|
+
*/
|
|
46
|
+
blur(type?: "start" | "end"): void;
|
|
47
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
48
|
+
blur: (...args: any[]) => void;
|
|
49
|
+
focus: (...args: any[]) => void;
|
|
50
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
51
|
+
modelValue: import('vue').PropType<(string | number)[]>;
|
|
52
|
+
defaultValue: {
|
|
53
|
+
type: import('vue').PropType<(number | string)[]>;
|
|
54
|
+
default: null;
|
|
55
|
+
};
|
|
56
|
+
type: {
|
|
57
|
+
type: import('vue').PropType<FRangeType>;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
placeholder: {
|
|
61
|
+
type: import('vue').PropType<string | string[]>;
|
|
62
|
+
default: () => string[];
|
|
63
|
+
};
|
|
64
|
+
separator: {
|
|
65
|
+
type: StringConstructor;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
|
+
allowClear: {
|
|
69
|
+
type: BooleanConstructor;
|
|
70
|
+
default: boolean;
|
|
71
|
+
};
|
|
72
|
+
disabled: {
|
|
73
|
+
type: BooleanConstructor;
|
|
74
|
+
default: boolean;
|
|
75
|
+
};
|
|
76
|
+
}>> & Readonly<{
|
|
77
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
78
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
79
|
+
}>, {
|
|
80
|
+
type: FRangeType;
|
|
81
|
+
placeholder: string | string[];
|
|
82
|
+
disabled: boolean;
|
|
83
|
+
defaultValue: (string | number)[];
|
|
84
|
+
separator: string;
|
|
85
|
+
allowClear: boolean;
|
|
86
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
87
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
88
|
+
export default _default;
|
|
89
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
90
|
+
new (): {
|
|
91
|
+
$slots: S;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference path="./components.d.ts" />
|
|
2
2
|
import { default as FRange } from './frange.vue';
|
|
3
|
-
|
|
4
|
-
export default FRange;
|
|
5
|
-
export type FRangeInstance = InstanceType<typeof FRange>;
|
|
6
|
-
export * from './frange';
|
|
3
|
+
|
|
4
|
+
export default FRange;
|
|
5
|
+
export type FRangeInstance = InstanceType<typeof FRange>;
|
|
6
|
+
export * from './frange';
|
|
@@ -2,78 +2,78 @@ import { ModalConfig } from '@arco-design/web-vue';
|
|
|
2
2
|
import { AnyObject } from '../../../../../../../../../src/types';
|
|
3
3
|
import { ExtractPublicPropTypes, PropType } from 'vue';
|
|
4
4
|
import { FTableProps } from '../ftable';
|
|
5
|
-
|
|
6
|
-
export type FSearchOnBeforeOk = (data: {
|
|
7
|
-
keys: Exclude<FTableProps['selectedKeys'], undefined>;
|
|
8
|
-
list: Exclude<FTableProps['defaultSelectedRows'], undefined>;
|
|
9
|
-
}, done: (closed: boolean) => void) => void;
|
|
10
|
-
export declare const fSearchProps: {
|
|
11
|
-
/**
|
|
12
|
-
* 默认选择数据(非受控模式)
|
|
13
|
-
*/
|
|
14
|
-
defaultData: {
|
|
15
|
-
type: PropType<AnyObject
|
|
16
|
-
default: null;
|
|
17
|
-
};
|
|
18
|
-
/**
|
|
19
|
-
* 从`defaultData`中取值时,值的字段名称
|
|
20
|
-
*/
|
|
21
|
-
keyProp: {
|
|
22
|
-
required: boolean;
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
/**
|
|
27
|
-
* 从`defaultData`中取值时,显示在输入框内的文字字段名称
|
|
28
|
-
*/
|
|
29
|
-
textProp: {
|
|
30
|
-
required: boolean;
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
/**
|
|
35
|
-
* 占位符
|
|
36
|
-
*/
|
|
37
|
-
placeholder: {
|
|
38
|
-
type: StringConstructor;
|
|
39
|
-
default: string;
|
|
40
|
-
};
|
|
41
|
-
/**
|
|
42
|
-
* 允许清空
|
|
43
|
-
*/
|
|
44
|
-
allowClear: {
|
|
45
|
-
type: BooleanConstructor;
|
|
46
|
-
default: boolean;
|
|
47
|
-
};
|
|
48
|
-
/**
|
|
49
|
-
* 是否禁用
|
|
50
|
-
*/
|
|
51
|
-
disabled: {
|
|
52
|
-
type: BooleanConstructor;
|
|
53
|
-
default: boolean;
|
|
54
|
-
};
|
|
55
|
-
/**
|
|
56
|
-
* FPopChoice组件的查询列表的配置
|
|
57
|
-
*/
|
|
58
|
-
queryListOptions: {
|
|
59
|
-
required: boolean;
|
|
60
|
-
};
|
|
61
|
-
/**
|
|
62
|
-
* FPopChoice组件的popupProps配置
|
|
63
|
-
*/
|
|
64
|
-
popupProps: {
|
|
65
|
-
type: PropType<Omit<ModalConfig, "footer" | "title" | "content" | "onBeforeOk" | "onOk"> & {
|
|
66
|
-
footer?: boolean
|
|
67
|
-
title?: string
|
|
68
|
-
}>;
|
|
69
|
-
default: () => {};
|
|
70
|
-
};
|
|
71
|
-
/**
|
|
72
|
-
* 点击确定前的回调
|
|
73
|
-
*/
|
|
74
|
-
onBeforeOk: {
|
|
75
|
-
type: PropType<FSearchOnBeforeOk>;
|
|
76
|
-
default: null;
|
|
77
|
-
};
|
|
78
|
-
};
|
|
79
|
-
export type FSearchProps = ExtractPublicPropTypes<typeof fSearchProps>;
|
|
5
|
+
|
|
6
|
+
export type FSearchOnBeforeOk = (data: {
|
|
7
|
+
keys: Exclude<FTableProps['selectedKeys'], undefined>;
|
|
8
|
+
list: Exclude<FTableProps['defaultSelectedRows'], undefined>;
|
|
9
|
+
}, done: (closed: boolean) => void) => void;
|
|
10
|
+
export declare const fSearchProps: {
|
|
11
|
+
/**
|
|
12
|
+
* 默认选择数据(非受控模式)
|
|
13
|
+
*/
|
|
14
|
+
defaultData: {
|
|
15
|
+
type: PropType<AnyObject[]>;
|
|
16
|
+
default: null;
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* 从`defaultData`中取值时,值的字段名称
|
|
20
|
+
*/
|
|
21
|
+
keyProp: {
|
|
22
|
+
required: boolean;
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* 从`defaultData`中取值时,显示在输入框内的文字字段名称
|
|
28
|
+
*/
|
|
29
|
+
textProp: {
|
|
30
|
+
required: boolean;
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* 占位符
|
|
36
|
+
*/
|
|
37
|
+
placeholder: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* 允许清空
|
|
43
|
+
*/
|
|
44
|
+
allowClear: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* 是否禁用
|
|
50
|
+
*/
|
|
51
|
+
disabled: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
* FPopChoice组件的查询列表的配置
|
|
57
|
+
*/
|
|
58
|
+
queryListOptions: {
|
|
59
|
+
required: boolean;
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* FPopChoice组件的popupProps配置
|
|
63
|
+
*/
|
|
64
|
+
popupProps: {
|
|
65
|
+
type: PropType<Omit<ModalConfig, "footer" | "title" | "content" | "onBeforeOk" | "onOk"> & {
|
|
66
|
+
footer?: boolean;
|
|
67
|
+
title?: string;
|
|
68
|
+
}>;
|
|
69
|
+
default: () => {};
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* 点击确定前的回调
|
|
73
|
+
*/
|
|
74
|
+
onBeforeOk: {
|
|
75
|
+
type: PropType<FSearchOnBeforeOk>;
|
|
76
|
+
default: null;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
export type FSearchProps = ExtractPublicPropTypes<typeof fSearchProps>;
|
|
@@ -1,104 +1,104 @@
|
|
|
1
1
|
import { AnyObject } from '../../../../../../../../../src/types';
|
|
2
|
-
|
|
3
|
-
declare function openPopChoice(e: PointerEvent): void;
|
|
4
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
-
modelValue: import('vue').PropType<AnyObject
|
|
6
|
-
defaultData: {
|
|
7
|
-
type: import('vue').PropType<AnyObject
|
|
8
|
-
default: null;
|
|
9
|
-
};
|
|
10
|
-
keyProp: {
|
|
11
|
-
required: boolean;
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
textProp: {
|
|
16
|
-
required: boolean;
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
placeholder: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
|
-
allowClear: {
|
|
25
|
-
type: BooleanConstructor;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
|
-
disabled: {
|
|
29
|
-
type: BooleanConstructor;
|
|
30
|
-
default: boolean;
|
|
31
|
-
};
|
|
32
|
-
queryListOptions: {
|
|
33
|
-
required: boolean;
|
|
34
|
-
};
|
|
35
|
-
popupProps: {
|
|
36
|
-
type: import('vue').PropType<Omit<import('@arco-design/web-vue').ModalConfig, "footer" | "title" | "content" | "onBeforeOk" | "onOk"> & {
|
|
37
|
-
footer?: boolean
|
|
38
|
-
title?: string
|
|
39
|
-
}>;
|
|
40
|
-
default: () => {};
|
|
41
|
-
};
|
|
42
|
-
onBeforeOk: {
|
|
43
|
-
type: import('vue').PropType<import('./fsearch').FSearchOnBeforeOk>;
|
|
44
|
-
default: null;
|
|
45
|
-
};
|
|
46
|
-
}>, {
|
|
47
|
-
data: AnyObject
|
|
48
|
-
openPopChoice: typeof openPopChoice;
|
|
49
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
50
|
-
modelValue: import('vue').PropType<AnyObject
|
|
51
|
-
defaultData: {
|
|
52
|
-
type: import('vue').PropType<AnyObject
|
|
53
|
-
default: null;
|
|
54
|
-
};
|
|
55
|
-
keyProp: {
|
|
56
|
-
required: boolean;
|
|
57
|
-
type: StringConstructor;
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
|
-
textProp: {
|
|
61
|
-
required: boolean;
|
|
62
|
-
type: StringConstructor;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
|
-
placeholder: {
|
|
66
|
-
type: StringConstructor;
|
|
67
|
-
default: string;
|
|
68
|
-
};
|
|
69
|
-
allowClear: {
|
|
70
|
-
type: BooleanConstructor;
|
|
71
|
-
default: boolean;
|
|
72
|
-
};
|
|
73
|
-
disabled: {
|
|
74
|
-
type: BooleanConstructor;
|
|
75
|
-
default: boolean;
|
|
76
|
-
};
|
|
77
|
-
queryListOptions: {
|
|
78
|
-
required: boolean;
|
|
79
|
-
};
|
|
80
|
-
popupProps: {
|
|
81
|
-
type: import('vue').PropType<Omit<import('@arco-design/web-vue').ModalConfig, "footer" | "title" | "content" | "onBeforeOk" | "onOk"> & {
|
|
82
|
-
footer?: boolean
|
|
83
|
-
title?: string
|
|
84
|
-
}>;
|
|
85
|
-
default: () => {};
|
|
86
|
-
};
|
|
87
|
-
onBeforeOk: {
|
|
88
|
-
type: import('vue').PropType<import('./fsearch').FSearchOnBeforeOk>;
|
|
89
|
-
default: null;
|
|
90
|
-
};
|
|
91
|
-
}>> & Readonly<{}>, {
|
|
92
|
-
placeholder: string;
|
|
93
|
-
disabled: boolean;
|
|
94
|
-
allowClear: boolean;
|
|
95
|
-
onBeforeOk: import('./fsearch').FSearchOnBeforeOk;
|
|
96
|
-
defaultData: AnyObject
|
|
97
|
-
keyProp: string;
|
|
98
|
-
textProp: string;
|
|
99
|
-
popupProps: Omit<import('@arco-design/web-vue').ModalConfig, "footer" | "title" | "content" | "onBeforeOk" | "onOk"> & {
|
|
100
|
-
footer?: boolean
|
|
101
|
-
title?: string
|
|
102
|
-
};
|
|
103
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
104
|
-
export default _default;
|
|
2
|
+
|
|
3
|
+
declare function openPopChoice(e: PointerEvent): void;
|
|
4
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
+
modelValue: import('vue').PropType<AnyObject[]>;
|
|
6
|
+
defaultData: {
|
|
7
|
+
type: import('vue').PropType<AnyObject[]>;
|
|
8
|
+
default: null;
|
|
9
|
+
};
|
|
10
|
+
keyProp: {
|
|
11
|
+
required: boolean;
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
textProp: {
|
|
16
|
+
required: boolean;
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
placeholder: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
allowClear: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
disabled: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
queryListOptions: {
|
|
33
|
+
required: boolean;
|
|
34
|
+
};
|
|
35
|
+
popupProps: {
|
|
36
|
+
type: import('vue').PropType<Omit<import('@arco-design/web-vue').ModalConfig, "footer" | "title" | "content" | "onBeforeOk" | "onOk"> & {
|
|
37
|
+
footer?: boolean;
|
|
38
|
+
title?: string;
|
|
39
|
+
}>;
|
|
40
|
+
default: () => {};
|
|
41
|
+
};
|
|
42
|
+
onBeforeOk: {
|
|
43
|
+
type: import('vue').PropType<import('./fsearch').FSearchOnBeforeOk>;
|
|
44
|
+
default: null;
|
|
45
|
+
};
|
|
46
|
+
}>, {
|
|
47
|
+
data: AnyObject[];
|
|
48
|
+
openPopChoice: typeof openPopChoice;
|
|
49
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
50
|
+
modelValue: import('vue').PropType<AnyObject[]>;
|
|
51
|
+
defaultData: {
|
|
52
|
+
type: import('vue').PropType<AnyObject[]>;
|
|
53
|
+
default: null;
|
|
54
|
+
};
|
|
55
|
+
keyProp: {
|
|
56
|
+
required: boolean;
|
|
57
|
+
type: StringConstructor;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
textProp: {
|
|
61
|
+
required: boolean;
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
65
|
+
placeholder: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
allowClear: {
|
|
70
|
+
type: BooleanConstructor;
|
|
71
|
+
default: boolean;
|
|
72
|
+
};
|
|
73
|
+
disabled: {
|
|
74
|
+
type: BooleanConstructor;
|
|
75
|
+
default: boolean;
|
|
76
|
+
};
|
|
77
|
+
queryListOptions: {
|
|
78
|
+
required: boolean;
|
|
79
|
+
};
|
|
80
|
+
popupProps: {
|
|
81
|
+
type: import('vue').PropType<Omit<import('@arco-design/web-vue').ModalConfig, "footer" | "title" | "content" | "onBeforeOk" | "onOk"> & {
|
|
82
|
+
footer?: boolean;
|
|
83
|
+
title?: string;
|
|
84
|
+
}>;
|
|
85
|
+
default: () => {};
|
|
86
|
+
};
|
|
87
|
+
onBeforeOk: {
|
|
88
|
+
type: import('vue').PropType<import('./fsearch').FSearchOnBeforeOk>;
|
|
89
|
+
default: null;
|
|
90
|
+
};
|
|
91
|
+
}>> & Readonly<{}>, {
|
|
92
|
+
placeholder: string;
|
|
93
|
+
disabled: boolean;
|
|
94
|
+
allowClear: boolean;
|
|
95
|
+
onBeforeOk: import('./fsearch').FSearchOnBeforeOk;
|
|
96
|
+
defaultData: AnyObject[];
|
|
97
|
+
keyProp: string;
|
|
98
|
+
textProp: string;
|
|
99
|
+
popupProps: Omit<import('@arco-design/web-vue').ModalConfig, "footer" | "title" | "content" | "onBeforeOk" | "onOk"> & {
|
|
100
|
+
footer?: boolean;
|
|
101
|
+
title?: string;
|
|
102
|
+
};
|
|
103
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
104
|
+
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference path="./components.d.ts" />
|
|
2
2
|
import { default as FSearch } from './fsearch.vue';
|
|
3
|
-
|
|
4
|
-
export default FSearch;
|
|
5
|
-
export type FSearchInstance = InstanceType<typeof FSearch>;
|
|
6
|
-
export * from './fsearch';
|
|
3
|
+
|
|
4
|
+
export default FSearch;
|
|
5
|
+
export type FSearchInstance = InstanceType<typeof FSearch>;
|
|
6
|
+
export * from './fsearch';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference path="./components.d.ts" />
|
|
2
|
-
export declare const DEFAULT_OPTION_KEY_NAMES: {
|
|
3
|
-
label: string;
|
|
4
|
-
value: string;
|
|
5
|
-
};
|
|
6
|
-
declare const _default: null;
|
|
7
|
-
export default _default;
|
|
2
|
+
export declare const DEFAULT_OPTION_KEY_NAMES: {
|
|
3
|
+
label: string;
|
|
4
|
+
value: string;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: null;
|
|
7
|
+
export default _default;
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { FSelectOptionKeyNames, FSelectOptions } from './fselect';
|
|
3
|
-
|
|
4
|
-
declare const OptionsComponent: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
-
options: {
|
|
6
|
-
required: true;
|
|
7
|
-
type: PropType<FSelectOptions>;
|
|
8
|
-
default: () => never[];
|
|
9
|
-
};
|
|
10
|
-
optionKeyNames: {
|
|
11
|
-
required: true;
|
|
12
|
-
type: PropType<FSelectOptionKeyNames>;
|
|
13
|
-
};
|
|
14
|
-
}>, () => any[], {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
15
|
-
options: {
|
|
16
|
-
required: true;
|
|
17
|
-
type: PropType<FSelectOptions>;
|
|
18
|
-
default: () => never[];
|
|
19
|
-
};
|
|
20
|
-
optionKeyNames: {
|
|
21
|
-
required: true;
|
|
22
|
-
type: PropType<FSelectOptionKeyNames>;
|
|
23
|
-
};
|
|
24
|
-
}>> & Readonly<{}>, {
|
|
25
|
-
options: FSelectOptions;
|
|
26
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
27
|
-
export default OptionsComponent;
|
|
3
|
+
|
|
4
|
+
declare const OptionsComponent: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
+
options: {
|
|
6
|
+
required: true;
|
|
7
|
+
type: PropType<FSelectOptions>;
|
|
8
|
+
default: () => never[];
|
|
9
|
+
};
|
|
10
|
+
optionKeyNames: {
|
|
11
|
+
required: true;
|
|
12
|
+
type: PropType<FSelectOptionKeyNames>;
|
|
13
|
+
};
|
|
14
|
+
}>, () => any[], {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
15
|
+
options: {
|
|
16
|
+
required: true;
|
|
17
|
+
type: PropType<FSelectOptions>;
|
|
18
|
+
default: () => never[];
|
|
19
|
+
};
|
|
20
|
+
optionKeyNames: {
|
|
21
|
+
required: true;
|
|
22
|
+
type: PropType<FSelectOptionKeyNames>;
|
|
23
|
+
};
|
|
24
|
+
}>> & Readonly<{}>, {
|
|
25
|
+
options: FSelectOptions;
|
|
26
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
27
|
+
export default OptionsComponent;
|