@creatorsn/vfluent3 0.3.15 → 0.3.18
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/types/packages/command-bar/index.d.ts +15 -0
- package/dist/types/packages/command-bar/source/index.vue.d.ts +15 -0
- package/dist/types/packages/list-view/index.d.ts +3 -3
- package/dist/types/packages/list-view/source/index.vue.d.ts +3 -3
- package/dist/vfluent3.js +517 -489
- package/dist/vfluent3.umd.cjs +8 -8
- package/package.json +1 -1
|
@@ -12,6 +12,8 @@ export declare const FvCommandBar: import("../../types/plugins/component-plugin"
|
|
|
12
12
|
readonly compact?: boolean | undefined;
|
|
13
13
|
readonly options?: never[] | undefined;
|
|
14
14
|
readonly toward?: string | undefined;
|
|
15
|
+
readonly dropDownBackground?: string | undefined;
|
|
16
|
+
readonly itemBorderRadius?: number | undefined;
|
|
15
17
|
};
|
|
16
18
|
$emit: (event: "update:modelValue" | "item-click", ...args: any[]) => void;
|
|
17
19
|
}, {
|
|
@@ -51,6 +53,8 @@ export declare const FvCommandBar: import("../../types/plugins/component-plugin"
|
|
|
51
53
|
readonly compact?: boolean | undefined;
|
|
52
54
|
readonly options?: never[] | undefined;
|
|
53
55
|
readonly toward?: string | undefined;
|
|
56
|
+
readonly dropDownBackground?: string | undefined;
|
|
57
|
+
readonly itemBorderRadius?: number | undefined;
|
|
54
58
|
};
|
|
55
59
|
$emit: (event: "update:modelValue" | "item-click", ...args: any[]) => void;
|
|
56
60
|
}, {
|
|
@@ -87,6 +91,8 @@ export declare const FvCommandBar: import("../../types/plugins/component-plugin"
|
|
|
87
91
|
readonly compact?: boolean | undefined;
|
|
88
92
|
readonly options?: never[] | undefined;
|
|
89
93
|
readonly toward?: string | undefined;
|
|
94
|
+
readonly dropDownBackground?: string | undefined;
|
|
95
|
+
readonly itemBorderRadius?: number | undefined;
|
|
90
96
|
};
|
|
91
97
|
$emit: (event: "update:modelValue" | "item-click", ...args: any[]) => void;
|
|
92
98
|
}, {
|
|
@@ -109,7 +115,16 @@ export declare const FvCommandBar: import("../../types/plugins/component-plugin"
|
|
|
109
115
|
leftFormat(event: any): void;
|
|
110
116
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
111
117
|
$slots: {
|
|
118
|
+
optionItem: (_: {
|
|
119
|
+
item: never;
|
|
120
|
+
valueTrigger: (val: any) => any;
|
|
121
|
+
}) => any;
|
|
112
122
|
'right-space': (_: {}) => any;
|
|
123
|
+
listItem: (_: {
|
|
124
|
+
item: never;
|
|
125
|
+
index: number;
|
|
126
|
+
valueTrigger: (val: any) => any;
|
|
127
|
+
}) => any;
|
|
113
128
|
};
|
|
114
129
|
})>;
|
|
115
130
|
export default FvCommandBar;
|
|
@@ -11,6 +11,8 @@ declare const _default: {
|
|
|
11
11
|
readonly compact?: boolean | undefined;
|
|
12
12
|
readonly options?: never[] | undefined;
|
|
13
13
|
readonly toward?: string | undefined;
|
|
14
|
+
readonly dropDownBackground?: string | undefined;
|
|
15
|
+
readonly itemBorderRadius?: number | undefined;
|
|
14
16
|
};
|
|
15
17
|
$emit: (event: "update:modelValue" | "item-click", ...args: any[]) => void;
|
|
16
18
|
}, {
|
|
@@ -50,6 +52,8 @@ declare const _default: {
|
|
|
50
52
|
readonly compact?: boolean | undefined;
|
|
51
53
|
readonly options?: never[] | undefined;
|
|
52
54
|
readonly toward?: string | undefined;
|
|
55
|
+
readonly dropDownBackground?: string | undefined;
|
|
56
|
+
readonly itemBorderRadius?: number | undefined;
|
|
53
57
|
};
|
|
54
58
|
$emit: (event: "update:modelValue" | "item-click", ...args: any[]) => void;
|
|
55
59
|
}, {
|
|
@@ -86,6 +90,8 @@ declare const _default: {
|
|
|
86
90
|
readonly compact?: boolean | undefined;
|
|
87
91
|
readonly options?: never[] | undefined;
|
|
88
92
|
readonly toward?: string | undefined;
|
|
93
|
+
readonly dropDownBackground?: string | undefined;
|
|
94
|
+
readonly itemBorderRadius?: number | undefined;
|
|
89
95
|
};
|
|
90
96
|
$emit: (event: "update:modelValue" | "item-click", ...args: any[]) => void;
|
|
91
97
|
}, {
|
|
@@ -108,7 +114,16 @@ declare const _default: {
|
|
|
108
114
|
leftFormat(event: any): void;
|
|
109
115
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
110
116
|
$slots: {
|
|
117
|
+
optionItem: (_: {
|
|
118
|
+
item: never;
|
|
119
|
+
valueTrigger: (val: any) => any;
|
|
120
|
+
}) => any;
|
|
111
121
|
'right-space': (_: {}) => any;
|
|
122
|
+
listItem: (_: {
|
|
123
|
+
item: never;
|
|
124
|
+
index: number;
|
|
125
|
+
valueTrigger: (val: any) => any;
|
|
126
|
+
}) => any;
|
|
112
127
|
};
|
|
113
128
|
});
|
|
114
129
|
export default _default;
|
|
@@ -10,13 +10,13 @@ export declare const FvListView: import("../../types/plugins/component-plugin").
|
|
|
10
10
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
11
11
|
readonly multiple?: boolean | undefined;
|
|
12
12
|
readonly choosenBackground?: string | undefined;
|
|
13
|
+
readonly itemBorderRadius?: number | undefined;
|
|
13
14
|
readonly choosen?: never[] | undefined;
|
|
14
15
|
readonly sliderTarget?: void | undefined;
|
|
15
16
|
readonly sliderIndex?: number | undefined;
|
|
16
17
|
readonly rowHeight?: string | undefined;
|
|
17
18
|
readonly headerForeground?: string | undefined;
|
|
18
19
|
readonly itemPadding?: string | undefined;
|
|
19
|
-
readonly itemBorderRadius?: number | undefined;
|
|
20
20
|
readonly showSlider?: boolean | undefined;
|
|
21
21
|
};
|
|
22
22
|
$emit: (event: "update:modelValue" | "item-click" | "chooseItem" | "choosen-items" | "selection-change" | "item-drag-over" | "item-drag-leave" | "item-drop" | "update:sliderTarget" | "update:sliderIndex", ...args: any[]) => void;
|
|
@@ -80,13 +80,13 @@ export declare const FvListView: import("../../types/plugins/component-plugin").
|
|
|
80
80
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
81
81
|
readonly multiple?: boolean | undefined;
|
|
82
82
|
readonly choosenBackground?: string | undefined;
|
|
83
|
+
readonly itemBorderRadius?: number | undefined;
|
|
83
84
|
readonly choosen?: never[] | undefined;
|
|
84
85
|
readonly sliderTarget?: void | undefined;
|
|
85
86
|
readonly sliderIndex?: number | undefined;
|
|
86
87
|
readonly rowHeight?: string | undefined;
|
|
87
88
|
readonly headerForeground?: string | undefined;
|
|
88
89
|
readonly itemPadding?: string | undefined;
|
|
89
|
-
readonly itemBorderRadius?: number | undefined;
|
|
90
90
|
readonly showSlider?: boolean | undefined;
|
|
91
91
|
};
|
|
92
92
|
$emit: (event: "update:modelValue" | "item-click" | "chooseItem" | "choosen-items" | "selection-change" | "item-drag-over" | "item-drag-leave" | "item-drop" | "update:sliderTarget" | "update:sliderIndex", ...args: any[]) => void;
|
|
@@ -147,13 +147,13 @@ export declare const FvListView: import("../../types/plugins/component-plugin").
|
|
|
147
147
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
148
148
|
readonly multiple?: boolean | undefined;
|
|
149
149
|
readonly choosenBackground?: string | undefined;
|
|
150
|
+
readonly itemBorderRadius?: number | undefined;
|
|
150
151
|
readonly choosen?: never[] | undefined;
|
|
151
152
|
readonly sliderTarget?: void | undefined;
|
|
152
153
|
readonly sliderIndex?: number | undefined;
|
|
153
154
|
readonly rowHeight?: string | undefined;
|
|
154
155
|
readonly headerForeground?: string | undefined;
|
|
155
156
|
readonly itemPadding?: string | undefined;
|
|
156
|
-
readonly itemBorderRadius?: number | undefined;
|
|
157
157
|
readonly showSlider?: boolean | undefined;
|
|
158
158
|
};
|
|
159
159
|
$emit: (event: "update:modelValue" | "item-click" | "chooseItem" | "choosen-items" | "selection-change" | "item-drag-over" | "item-drag-leave" | "item-drop" | "update:sliderTarget" | "update:sliderIndex", ...args: any[]) => void;
|
|
@@ -9,13 +9,13 @@ declare const _default: {
|
|
|
9
9
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
10
10
|
readonly multiple?: boolean | undefined;
|
|
11
11
|
readonly choosenBackground?: string | undefined;
|
|
12
|
+
readonly itemBorderRadius?: number | undefined;
|
|
12
13
|
readonly choosen?: never[] | undefined;
|
|
13
14
|
readonly sliderTarget?: void | undefined;
|
|
14
15
|
readonly sliderIndex?: number | undefined;
|
|
15
16
|
readonly rowHeight?: string | undefined;
|
|
16
17
|
readonly headerForeground?: string | undefined;
|
|
17
18
|
readonly itemPadding?: string | undefined;
|
|
18
|
-
readonly itemBorderRadius?: number | undefined;
|
|
19
19
|
readonly showSlider?: boolean | undefined;
|
|
20
20
|
};
|
|
21
21
|
$emit: (event: "update:modelValue" | "item-click" | "chooseItem" | "choosen-items" | "selection-change" | "item-drag-over" | "item-drag-leave" | "item-drop" | "update:sliderTarget" | "update:sliderIndex", ...args: any[]) => void;
|
|
@@ -79,13 +79,13 @@ declare const _default: {
|
|
|
79
79
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
80
80
|
readonly multiple?: boolean | undefined;
|
|
81
81
|
readonly choosenBackground?: string | undefined;
|
|
82
|
+
readonly itemBorderRadius?: number | undefined;
|
|
82
83
|
readonly choosen?: never[] | undefined;
|
|
83
84
|
readonly sliderTarget?: void | undefined;
|
|
84
85
|
readonly sliderIndex?: number | undefined;
|
|
85
86
|
readonly rowHeight?: string | undefined;
|
|
86
87
|
readonly headerForeground?: string | undefined;
|
|
87
88
|
readonly itemPadding?: string | undefined;
|
|
88
|
-
readonly itemBorderRadius?: number | undefined;
|
|
89
89
|
readonly showSlider?: boolean | undefined;
|
|
90
90
|
};
|
|
91
91
|
$emit: (event: "update:modelValue" | "item-click" | "chooseItem" | "choosen-items" | "selection-change" | "item-drag-over" | "item-drag-leave" | "item-drop" | "update:sliderTarget" | "update:sliderIndex", ...args: any[]) => void;
|
|
@@ -146,13 +146,13 @@ declare const _default: {
|
|
|
146
146
|
readonly revealBackgroundColor?: boolean | undefined;
|
|
147
147
|
readonly multiple?: boolean | undefined;
|
|
148
148
|
readonly choosenBackground?: string | undefined;
|
|
149
|
+
readonly itemBorderRadius?: number | undefined;
|
|
149
150
|
readonly choosen?: never[] | undefined;
|
|
150
151
|
readonly sliderTarget?: void | undefined;
|
|
151
152
|
readonly sliderIndex?: number | undefined;
|
|
152
153
|
readonly rowHeight?: string | undefined;
|
|
153
154
|
readonly headerForeground?: string | undefined;
|
|
154
155
|
readonly itemPadding?: string | undefined;
|
|
155
|
-
readonly itemBorderRadius?: number | undefined;
|
|
156
156
|
readonly showSlider?: boolean | undefined;
|
|
157
157
|
};
|
|
158
158
|
$emit: (event: "update:modelValue" | "item-click" | "chooseItem" | "choosen-items" | "selection-change" | "item-drag-over" | "item-drag-leave" | "item-drop" | "update:sliderTarget" | "update:sliderIndex", ...args: any[]) => void;
|