@finmars/ui 1.0.81 → 1.0.82
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/README.md +2 -0
- package/dist/finmars-ui.css +1 -1
- package/dist/finmars-ui.es.js +11032 -10664
- package/dist/src/components/fm/Avatar/Avatar.vue.d.ts +2 -2
- package/dist/src/components/fm/Badge/Badge.vue.d.ts +2 -2
- package/dist/src/components/fm/Breadcrumbs/Breadcrumbs.vue.d.ts +1 -1
- package/dist/src/components/fm/Button/Button.vue.d.ts +414 -4
- package/dist/src/components/fm/Checkbox/Checkbox.vue.d.ts +2 -2
- package/dist/src/components/fm/Chip/Chip.vue.d.ts +5 -2
- package/dist/src/components/fm/DateEditor/DateEditor.vue.d.ts +1 -1
- package/dist/src/components/fm/DatePicker/DatePicker.vue.d.ts +2 -2
- package/dist/src/components/fm/DatePicker/YearMonthPicker.vue.d.ts +1 -1
- package/dist/src/components/fm/DateTree/DateTree.vue.d.ts +1 -1
- package/dist/src/components/fm/DateTree/DateTreeItem.vue.d.ts +1 -1
- package/dist/src/components/fm/Dialog/Dialog.vue.d.ts +2 -4
- package/dist/src/components/fm/FileUpload/Dialog.vue.d.ts +3 -5
- package/dist/src/components/fm/FileUpload/FileUpload.vue.d.ts +4 -2
- package/dist/src/components/fm/FileUpload/FileUploadProcessing.vue.d.ts +4 -6
- package/dist/src/components/fm/Filters/Blocks/FilterLinkedBlock/FilterLinkedBlock.vue.d.ts +1 -1
- package/dist/src/components/fm/Filters/Blocks/FilterOptionListBlock/FilterOptionListBlock.vue.d.ts +2 -4
- package/dist/src/components/fm/Filters/FilterEditor/FilterEditor.vue.d.ts +1 -1
- package/dist/src/components/fm/Filters/FilterToolbar/FilterToolbar.vue.d.ts +4 -1
- package/dist/src/components/fm/Filters/FilterTypes/ClassifierFilter/ClassifierFilter.vue.d.ts +3 -2
- package/dist/src/components/fm/Filters/FilterTypes/DateFilter/DateFilter.vue.d.ts +3 -2
- package/dist/src/components/fm/Filters/FilterTypes/DatetimeFilter/DatetimeFilter.vue.d.ts +3 -2
- package/dist/src/components/fm/Filters/FilterTypes/LogicFilter/LogicFilter.vue.d.ts +3 -2
- package/dist/src/components/fm/Filters/FilterTypes/NumericFilter/NumericFilter.vue.d.ts +3 -2
- package/dist/src/components/fm/Filters/FilterTypes/TextFilter/TextFilter.vue.d.ts +3 -2
- package/dist/src/components/fm/Icon/Icon.vue.d.ts +2 -1
- package/dist/src/components/fm/IconButton/IconButton.vue.d.ts +2 -2
- package/dist/src/components/fm/ItemPicker/ItemPicker/ItemPicker.vue.d.ts +1 -1
- package/dist/src/components/fm/ItemPicker/ItemPickerContent/ItemPickerContent.vue.d.ts +1 -1
- package/dist/src/components/fm/ItemPicker/ItemPickerGroup/ItemPickerGroup.vue.d.ts +1 -1
- package/dist/src/components/fm/ItemPicker/ItemPickerItem/ItemPickerItem.vue.d.ts +2 -4
- package/dist/src/components/fm/ItemPicker/ItemPickerList/ItemPickerList.vue.d.ts +1 -1
- package/dist/src/components/fm/ItemPicker/ItemPickerSearchResult/ItemPickerSearchResult.vue.d.ts +2 -4
- package/dist/src/components/fm/Logo/Logo.vue.d.ts +1 -1
- package/dist/src/components/fm/Menu/Menu.vue.d.ts +19 -19
- package/dist/src/components/fm/Menu/MenuItem.vue.d.ts +3 -3
- package/dist/src/components/fm/Navigation/Navigation.vue.d.ts +1 -1
- package/dist/src/components/fm/Navigation/NavigationItem.vue.d.ts +4 -4
- package/dist/src/components/fm/Navigation/NavigationItemLabel.vue.d.ts +5 -5
- package/dist/src/components/fm/Pagination/Pagination.vue.d.ts +1 -1
- package/dist/src/components/fm/Radio/Radio.vue.d.ts +2 -2
- package/dist/src/components/fm/Radio/RadioGroup.vue.d.ts +4 -4
- package/dist/src/components/fm/RangeSlider/RangeSlider.vue.d.ts +2 -2
- package/dist/src/components/fm/Search/Search.vue.d.ts +2 -25
- package/dist/src/components/fm/Select/Select.vue.d.ts +5 -7
- package/dist/src/components/fm/Select/SelectActivator.vue.d.ts +8 -4
- package/dist/src/components/fm/Slider/Slider.vue.d.ts +2 -2
- package/dist/src/components/fm/Switch/Switch.vue.d.ts +1 -1
- package/dist/src/components/fm/Tabs/Tabs.vue.d.ts +2 -2
- package/dist/src/components/fm/TextField/TextField.vue.d.ts +3 -25
- package/dist/src/components/fm/TimePicker/TimePicker.vue.d.ts +1 -1
- package/dist/src/components/fm/Tooltip/Tooltip.vue.d.ts +5 -5
- package/dist/src/components/fm/TransferList/TransferList.vue.d.ts +3 -5
- package/dist/src/components/fm/VSelect/VSelect.vue.d.ts +5 -7
- package/package.json +1 -1
|
@@ -10,11 +10,11 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
10
10
|
};
|
|
11
11
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
type __VLS_TemplateResult = {
|
|
13
|
+
attrs: Partial<{}>;
|
|
13
14
|
slots: {
|
|
14
15
|
prepend?(_: {}): any;
|
|
15
16
|
append?(_: {}): any;
|
|
16
17
|
};
|
|
17
18
|
refs: {};
|
|
18
|
-
|
|
19
|
+
rootEl: any;
|
|
19
20
|
};
|
|
20
|
-
declare var __VLS_inheritedAttrs: {};
|
|
@@ -8,5 +8,5 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
8
8
|
readonly modelValue?: boolean | undefined;
|
|
9
9
|
readonly disable?: boolean | undefined;
|
|
10
10
|
};
|
|
11
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
11
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
12
12
|
export default _default;
|
|
@@ -27,6 +27,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
27
27
|
};
|
|
28
28
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
29
29
|
type __VLS_TemplateResult = {
|
|
30
|
+
attrs: Partial<{}>;
|
|
30
31
|
slots: {
|
|
31
32
|
default?(_: {
|
|
32
33
|
tabIndex: number;
|
|
@@ -34,6 +35,5 @@ type __VLS_TemplateResult = {
|
|
|
34
35
|
}): any;
|
|
35
36
|
};
|
|
36
37
|
refs: {};
|
|
37
|
-
|
|
38
|
+
rootEl: any;
|
|
38
39
|
};
|
|
39
|
-
declare var __VLS_inheritedAttrs: {};
|
|
@@ -4,31 +4,9 @@ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
|
4
4
|
$slots: S;
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
7
|
-
$emit: (event: "init" | "update:modelValue" | "click:clear" | "click:control" | "click:prependInner" | "mousedown:control" | "focus" | "
|
|
7
|
+
$emit: (event: "init" | "update:modelValue" | "blur" | "click:clear" | "click:control" | "click:prependInner" | "mousedown:control" | "focus" | "change", ...args: any[]) => void;
|
|
8
8
|
$props: {
|
|
9
9
|
readonly [x: string]: any;
|
|
10
10
|
};
|
|
11
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true,
|
|
12
|
-
type __VLS_TemplateResult =
|
|
13
|
-
slots: {
|
|
14
|
-
"append-inner"?(_: {
|
|
15
|
-
isActive: any;
|
|
16
|
-
isFocused: any;
|
|
17
|
-
controlRef: any;
|
|
18
|
-
}): any;
|
|
19
|
-
label?(_: {
|
|
20
|
-
isActive: any;
|
|
21
|
-
isFocused: any;
|
|
22
|
-
controlRef: any;
|
|
23
|
-
}): any;
|
|
24
|
-
message?(_: {
|
|
25
|
-
message: any;
|
|
26
|
-
}): any;
|
|
27
|
-
default?(_: {}): any;
|
|
28
|
-
};
|
|
29
|
-
refs: {
|
|
30
|
-
vtf: any;
|
|
31
|
-
};
|
|
32
|
-
attrs: Partial<typeof __VLS_inheritedAttrs>;
|
|
33
|
-
};
|
|
34
|
-
declare var __VLS_inheritedAttrs: {};
|
|
11
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, any, any>;
|
|
12
|
+
type __VLS_TemplateResult = any;
|
|
@@ -8,5 +8,5 @@ declare const _default: import('vue').DefineComponent<FmTimePickerProps, {}, {},
|
|
|
8
8
|
size: number;
|
|
9
9
|
modelValue: Nullable<string>;
|
|
10
10
|
minutesStep: 1 | 2 | 5 | 10 | 15 | 20 | 30;
|
|
11
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
11
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
12
|
export default _default;
|
|
@@ -5,15 +5,15 @@ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7
7
|
type __VLS_TemplateResult = {
|
|
8
|
+
attrs: Partial<{}>;
|
|
8
9
|
slots: {
|
|
9
10
|
activator?(_: {
|
|
10
|
-
isActive:
|
|
11
|
-
props: any
|
|
12
|
-
targetRef:
|
|
11
|
+
isActive: boolean;
|
|
12
|
+
props: Record<string, any>;
|
|
13
|
+
targetRef: TemplateRef;
|
|
13
14
|
}): any;
|
|
14
15
|
default?(_: {}): any;
|
|
15
16
|
};
|
|
16
17
|
refs: {};
|
|
17
|
-
|
|
18
|
+
rootEl: any;
|
|
18
19
|
};
|
|
19
|
-
declare var __VLS_inheritedAttrs: {};
|
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
import { FmTransferListProps, FmTransferListEmits } from './types';
|
|
2
|
-
declare const _default: <T extends
|
|
2
|
+
declare const _default: <T extends any, K extends string & keyof T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3
3
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
4
|
readonly onEnd?: (() => any) | undefined;
|
|
5
5
|
readonly onChange?: ((value: T[]) => any) | undefined;
|
|
6
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onChange" | "onEnd"> & FmTransferListProps<T, K>> & import('vue').PublicProps;
|
|
6
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onChange" | "onEnd"> & FmTransferListProps<T, K> & Partial<{}>> & import('vue').PublicProps;
|
|
7
7
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
8
8
|
attrs: any;
|
|
9
9
|
slots: {};
|
|
10
10
|
emit: FmTransferListEmits<T>;
|
|
11
|
-
}>) => import('vue').VNode
|
|
12
|
-
[key: string]: any;
|
|
13
|
-
}> & {
|
|
11
|
+
}>) => import('vue').VNode & {
|
|
14
12
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
15
13
|
};
|
|
16
14
|
export default _default;
|
|
@@ -1,20 +1,18 @@
|
|
|
1
|
-
import { FmVSelectProps, FmVSelectEmits
|
|
1
|
+
import { FmVSelectProps, FmVSelectEmits } from './types';
|
|
2
2
|
declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3
3
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
4
|
readonly "onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
5
|
+
readonly "onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
5
6
|
readonly "onClick:prepend"?: ((value: MouseEvent) => any) | undefined;
|
|
6
7
|
readonly "onClick:clear"?: ((value: MouseEvent) => any) | undefined;
|
|
7
8
|
readonly "onClick:prependInner"?: ((value: MouseEvent) => any) | undefined;
|
|
8
|
-
readonly "onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
9
9
|
readonly "onClick:selection"?: ((value: MouseEvent) => any) | undefined;
|
|
10
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:
|
|
10
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:focused" | "onClick:prepend" | "onUpdate:modelValue" | "onClick:clear" | "onClick:prependInner" | "onClick:selection"> & FmVSelectProps<T> & any> & import('vue').PublicProps;
|
|
11
11
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
12
12
|
attrs: any;
|
|
13
|
-
slots:
|
|
13
|
+
slots: any;
|
|
14
14
|
emit: FmVSelectEmits<T>;
|
|
15
|
-
}>) => import('vue').VNode
|
|
16
|
-
[key: string]: any;
|
|
17
|
-
}> & {
|
|
15
|
+
}>) => import('vue').VNode & {
|
|
18
16
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
19
17
|
};
|
|
20
18
|
export default _default;
|