@finmars/ui 1.0.81 → 1.0.83

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 (58) hide show
  1. package/README.md +2 -0
  2. package/dist/finmars-ui.css +1 -1
  3. package/dist/finmars-ui.es.js +11078 -10692
  4. package/dist/src/components/fm/Avatar/Avatar.vue.d.ts +2 -2
  5. package/dist/src/components/fm/Badge/Badge.vue.d.ts +2 -2
  6. package/dist/src/components/fm/Breadcrumbs/Breadcrumbs.vue.d.ts +1 -1
  7. package/dist/src/components/fm/Button/Button.vue.d.ts +414 -4
  8. package/dist/src/components/fm/Checkbox/Checkbox.vue.d.ts +2 -2
  9. package/dist/src/components/fm/Chip/Chip.vue.d.ts +5 -2
  10. package/dist/src/components/fm/DateEditor/DateEditor.vue.d.ts +1 -1
  11. package/dist/src/components/fm/DatePicker/DatePicker.vue.d.ts +2 -2
  12. package/dist/src/components/fm/DatePicker/YearMonthPicker.vue.d.ts +1 -1
  13. package/dist/src/components/fm/DateTree/DateTree.vue.d.ts +1 -1
  14. package/dist/src/components/fm/DateTree/DateTreeItem.vue.d.ts +1 -1
  15. package/dist/src/components/fm/Dialog/Dialog.vue.d.ts +2 -4
  16. package/dist/src/components/fm/FileUpload/Dialog.vue.d.ts +3 -5
  17. package/dist/src/components/fm/FileUpload/FileUpload.vue.d.ts +4 -2
  18. package/dist/src/components/fm/FileUpload/FileUploadProcessing.vue.d.ts +4 -6
  19. package/dist/src/components/fm/Filters/Blocks/FilterLinkedBlock/FilterLinkedBlock.vue.d.ts +1 -1
  20. package/dist/src/components/fm/Filters/Blocks/FilterOptionListBlock/FilterOptionListBlock.vue.d.ts +2 -4
  21. package/dist/src/components/fm/Filters/FilterEditor/FilterEditor.vue.d.ts +1 -1
  22. package/dist/src/components/fm/Filters/FilterToolbar/FilterToolbar.vue.d.ts +4 -1
  23. package/dist/src/components/fm/Filters/FilterTypes/ClassifierFilter/ClassifierFilter.vue.d.ts +3 -2
  24. package/dist/src/components/fm/Filters/FilterTypes/DateFilter/DateFilter.vue.d.ts +3 -2
  25. package/dist/src/components/fm/Filters/FilterTypes/DatetimeFilter/DatetimeFilter.vue.d.ts +3 -2
  26. package/dist/src/components/fm/Filters/FilterTypes/LogicFilter/LogicFilter.vue.d.ts +3 -2
  27. package/dist/src/components/fm/Filters/FilterTypes/NumericFilter/NumericFilter.vue.d.ts +3 -2
  28. package/dist/src/components/fm/Filters/FilterTypes/TextFilter/TextFilter.vue.d.ts +3 -2
  29. package/dist/src/components/fm/Icon/Icon.vue.d.ts +2 -1
  30. package/dist/src/components/fm/IconButton/IconButton.vue.d.ts +2 -2
  31. package/dist/src/components/fm/ItemPicker/ItemPicker/ItemPicker.vue.d.ts +1 -1
  32. package/dist/src/components/fm/ItemPicker/ItemPickerContent/ItemPickerContent.vue.d.ts +1 -1
  33. package/dist/src/components/fm/ItemPicker/ItemPickerGroup/ItemPickerGroup.vue.d.ts +1 -1
  34. package/dist/src/components/fm/ItemPicker/ItemPickerItem/ItemPickerItem.vue.d.ts +2 -4
  35. package/dist/src/components/fm/ItemPicker/ItemPickerList/ItemPickerList.vue.d.ts +1 -1
  36. package/dist/src/components/fm/ItemPicker/ItemPickerSearchResult/ItemPickerSearchResult.vue.d.ts +2 -4
  37. package/dist/src/components/fm/Logo/Logo.vue.d.ts +1 -1
  38. package/dist/src/components/fm/Menu/Menu.vue.d.ts +19 -19
  39. package/dist/src/components/fm/Menu/MenuItem.vue.d.ts +3 -3
  40. package/dist/src/components/fm/Navigation/Navigation.vue.d.ts +1 -1
  41. package/dist/src/components/fm/Navigation/NavigationItem.vue.d.ts +4 -4
  42. package/dist/src/components/fm/Navigation/NavigationItemLabel.vue.d.ts +5 -5
  43. package/dist/src/components/fm/Pagination/Pagination.vue.d.ts +1 -1
  44. package/dist/src/components/fm/Radio/Radio.vue.d.ts +2 -2
  45. package/dist/src/components/fm/Radio/RadioGroup.vue.d.ts +4 -4
  46. package/dist/src/components/fm/RangeSlider/RangeSlider.vue.d.ts +2 -2
  47. package/dist/src/components/fm/Search/Search.vue.d.ts +2 -25
  48. package/dist/src/components/fm/Select/Select.vue.d.ts +5 -7
  49. package/dist/src/components/fm/Select/SelectActivator.vue.d.ts +8 -4
  50. package/dist/src/components/fm/Slider/Slider.vue.d.ts +2 -2
  51. package/dist/src/components/fm/Switch/Switch.vue.d.ts +1 -1
  52. package/dist/src/components/fm/Tabs/Tabs.vue.d.ts +2 -2
  53. package/dist/src/components/fm/TextField/TextField.vue.d.ts +3 -25
  54. package/dist/src/components/fm/TimePicker/TimePicker.vue.d.ts +1 -1
  55. package/dist/src/components/fm/Tooltip/Tooltip.vue.d.ts +5 -5
  56. package/dist/src/components/fm/TransferList/TransferList.vue.d.ts +3 -5
  57. package/dist/src/components/fm/VSelect/VSelect.vue.d.ts +5 -7
  58. package/package.json +1 -1
@@ -13,5 +13,5 @@ declare const _default: import('vue').DefineComponent<FmFilterEditorProps, {}, {
13
13
  linkedCondition?: string;
14
14
  linkedFilterTypePlaceholder?: string;
15
15
  };
16
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
17
17
  export default _default;
@@ -18,5 +18,8 @@ declare const _default: import('vue').DefineComponent<FmtFilterToolbarProps, {
18
18
  id: string;
19
19
  attributes: import('./types').FmFilterAttribute[];
20
20
  suggestedAttrs: string[];
21
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
22
+ wrapElement: HTMLDivElement;
23
+ toolbarElement: HTMLDivElement;
24
+ }, HTMLDivElement>;
22
25
  export default _default;
@@ -1,15 +1,16 @@
1
1
  import { FmFilterProps, FmFilterSlots } from '../../types';
2
2
  declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
3
4
  slots: Readonly<FmFilterSlots> & FmFilterSlots;
4
5
  refs: {};
5
- attrs: Partial<{}>;
6
+ rootEl: HTMLDivElement;
6
7
  };
7
8
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
8
9
  declare const __VLS_component: import('vue').DefineComponent<FmFilterProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
9
10
  update: (value: import('../../../../..').FmFilter) => any;
10
11
  }, string, import('vue').PublicProps, Readonly<FmFilterProps> & Readonly<{
11
12
  onUpdate?: ((value: import('../../../../..').FmFilter) => any) | undefined;
12
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
13
14
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
15
  export default _default;
15
16
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,15 +1,16 @@
1
1
  import { FmFilterProps, FmFilterSlots } from '../../types';
2
2
  declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
3
4
  slots: Readonly<FmFilterSlots> & FmFilterSlots;
4
5
  refs: {};
5
- attrs: Partial<{}>;
6
+ rootEl: HTMLDivElement;
6
7
  };
7
8
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
8
9
  declare const __VLS_component: import('vue').DefineComponent<FmFilterProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
9
10
  update: (value: import('../../../../../types').FmFilter) => any;
10
11
  }, string, import('vue').PublicProps, Readonly<FmFilterProps> & Readonly<{
11
12
  onUpdate?: ((value: import('../../../../../types').FmFilter) => any) | undefined;
12
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
13
14
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
15
  export default _default;
15
16
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,15 +1,16 @@
1
1
  import { FmFilterProps, FmFilterSlots } from '../../types';
2
2
  declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
3
4
  slots: Readonly<FmFilterSlots> & FmFilterSlots;
4
5
  refs: {};
5
- attrs: Partial<{}>;
6
+ rootEl: HTMLDivElement;
6
7
  };
7
8
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
8
9
  declare const __VLS_component: import('vue').DefineComponent<FmFilterProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
9
10
  update: (value: import('../../../../../types').FmFilter) => any;
10
11
  }, string, import('vue').PublicProps, Readonly<FmFilterProps> & Readonly<{
11
12
  onUpdate?: ((value: import('../../../../../types').FmFilter) => any) | undefined;
12
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
13
14
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
15
  export default _default;
15
16
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,15 +1,16 @@
1
1
  import { FmFilterProps, FmFilterSlots } from '../../types';
2
2
  declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
3
4
  slots: Readonly<FmFilterSlots> & FmFilterSlots;
4
5
  refs: {};
5
- attrs: Partial<{}>;
6
+ rootEl: HTMLDivElement;
6
7
  };
7
8
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
8
9
  declare const __VLS_component: import('vue').DefineComponent<FmFilterProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
9
10
  update: (value: import('../../../../..').FmFilter) => any;
10
11
  }, string, import('vue').PublicProps, Readonly<FmFilterProps> & Readonly<{
11
12
  onUpdate?: ((value: import('../../../../..').FmFilter) => any) | undefined;
12
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
13
14
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
15
  export default _default;
15
16
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,15 +1,16 @@
1
1
  import { FmFilterProps, FmFilterSlots } from '../../types';
2
2
  declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
3
4
  slots: Readonly<FmFilterSlots> & FmFilterSlots;
4
5
  refs: {};
5
- attrs: Partial<{}>;
6
+ rootEl: HTMLDivElement;
6
7
  };
7
8
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
8
9
  declare const __VLS_component: import('vue').DefineComponent<FmFilterProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
9
10
  update: (value: import('../../../../../types').FmFilter) => any;
10
11
  }, string, import('vue').PublicProps, Readonly<FmFilterProps> & Readonly<{
11
12
  onUpdate?: ((value: import('../../../../../types').FmFilter) => any) | undefined;
12
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
13
14
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
15
  export default _default;
15
16
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,9 +1,10 @@
1
1
  import { FmFilterProps, FmFilterSlots } from '../../types';
2
2
  import { FmSelectOption } from '../../../Select/types';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: Readonly<FmFilterSlots> & FmFilterSlots;
5
6
  refs: {};
6
- attrs: Partial<{}>;
7
+ rootEl: HTMLDivElement;
7
8
  };
8
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
10
  declare const __VLS_component: import('vue').DefineComponent<FmFilterProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -12,7 +13,7 @@ declare const __VLS_component: import('vue').DefineComponent<FmFilterProps, {},
12
13
  onUpdate?: ((value: import('../../../../..').FmFilter) => any) | undefined;
13
14
  }>, {
14
15
  options: FmSelectOption[] | string[];
15
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
16
17
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
18
  export default _default;
18
19
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,8 +1,9 @@
1
1
  import { FmIconProps, FmIconSlots } from './types';
2
2
  declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
3
4
  slots: Readonly<FmIconSlots> & FmIconSlots;
4
5
  refs: {};
5
- attrs: Partial<{}>;
6
+ rootEl: any;
6
7
  };
7
8
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
8
9
  declare const __VLS_component: import('vue').DefineComponent<FmIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<FmIconProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -16,10 +16,10 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
16
16
  };
17
17
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
18
18
  type __VLS_TemplateResult = {
19
+ attrs: Partial<{}>;
19
20
  slots: {
20
21
  default?(_: {}): any;
21
22
  };
22
23
  refs: {};
23
- attrs: Partial<typeof __VLS_inheritedAttrs>;
24
+ rootEl: any;
24
25
  };
25
- declare var __VLS_inheritedAttrs: {};
@@ -21,5 +21,5 @@ declare const _default: import('vue').DefineComponent<FmItemPickerProps, {}, {},
21
21
  updateBtn?: string;
22
22
  };
23
23
  mode: "add" | "update";
24
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
25
25
  export default _default;
@@ -14,5 +14,5 @@ declare const _default: import('vue').DefineComponent<FmItemPickerContentProps,
14
14
  suggested: string[];
15
15
  initialSelected: string[];
16
16
  category: string;
17
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
18
18
  export default _default;
@@ -10,5 +10,5 @@ declare const _default: import('vue').DefineComponent<FmItemPickerGroupProps, {}
10
10
  selected: string[];
11
11
  suggested: string[];
12
12
  initialSelected: string[];
13
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
14
14
  export default _default;
@@ -4,14 +4,12 @@ declare const _default: <T extends FmAttribute>(__VLS_props: NonNullable<Awaited
4
4
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
5
  readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
6
6
  readonly "onUpdate:suggested"?: ((value: string) => any) | undefined;
7
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdate:suggested"> & FmItemPickerItemProps<T>> & import('vue').PublicProps;
7
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdate:suggested"> & FmItemPickerItemProps<T> & Partial<{}>> & import('vue').PublicProps;
8
8
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
9
9
  attrs: any;
10
10
  slots: {};
11
11
  emit: FmItemPickerItemEmits;
12
- }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
13
- [key: string]: any;
14
- }> & {
12
+ }>) => import('vue').VNode & {
15
13
  __ctx?: Awaited<typeof __VLS_setup>;
16
14
  };
17
15
  export default _default;
@@ -3,5 +3,5 @@ declare const _default: import('vue').DefineComponent<FmItemPickerListProps, {},
3
3
  "select:category": (value: string) => any;
4
4
  }, string, import('vue').PublicProps, Readonly<FmItemPickerListProps> & Readonly<{
5
5
  "onSelect:category"?: ((value: string) => any) | undefined;
6
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
6
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
7
7
  export default _default;
@@ -4,14 +4,12 @@ declare const _default: <T extends FmAttribute>(__VLS_props: NonNullable<Awaited
4
4
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
5
  readonly onSelect?: ((value: string) => any) | undefined;
6
6
  readonly "onAdd:suggested"?: ((value: string) => any) | undefined;
7
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onSelect" | "onAdd:suggested"> & FmItemPickerSearchResultProps<T>> & import('vue').PublicProps;
7
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onSelect" | "onAdd:suggested"> & FmItemPickerSearchResultProps<T> & Partial<{}>> & import('vue').PublicProps;
8
8
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
9
9
  attrs: any;
10
10
  slots: {};
11
11
  emit: FmItemPickerSearchResultEmits;
12
- }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
13
- [key: string]: any;
14
- }> & {
12
+ }>) => import('vue').VNode & {
15
13
  __ctx?: Awaited<typeof __VLS_setup>;
16
14
  };
17
15
  export default _default;
@@ -9,5 +9,5 @@ declare const _default: import('vue').DefineComponent<{}, {
9
9
  readonly maxHeight?: string | undefined;
10
10
  readonly logoUrl?: string | undefined;
11
11
  };
12
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLImageElement>;
13
13
  export default _default;
@@ -5,87 +5,87 @@ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
5
5
  });
6
6
  declare const __VLS_component: import('vue').DefineComponent<{}, {
7
7
  $emit: (event: "update:modelValue" | "click:item" | "menu:keydown", ...args: any[]) => void;
8
+ modelValue: boolean;
8
9
  loading: boolean;
9
10
  disabled: boolean;
10
- modelValue: boolean;
11
11
  origin: string;
12
12
  zIndex: string | number;
13
13
  persistent: boolean;
14
14
  locationStrategy: string | Function;
15
15
  scrollStrategy: string | Function;
16
+ openOnClick: boolean;
16
17
  openOnHover: boolean;
18
+ openOnFocus: boolean;
17
19
  closeOnContentClick: boolean;
18
20
  closeOnBack: boolean;
19
21
  openDelay: string | number;
20
- openOnClick: boolean;
21
- openOnFocus: boolean;
22
22
  attach: string | boolean | Record<string, any>;
23
23
  itemSize: string;
24
24
  items: unknown[];
25
- minWidth?: string | number | undefined;
26
25
  location?: string | undefined;
26
+ minWidth?: string | number | undefined;
27
27
  height?: string | number | undefined;
28
28
  maxHeight?: string | number | undefined;
29
29
  maxWidth?: string | number | undefined;
30
30
  minHeight?: string | number | undefined;
31
31
  width?: string | number | undefined;
32
- activator?: string | Record<string, any> | undefined;
32
+ id?: string | undefined;
33
33
  offset?: string | number | unknown[] | undefined;
34
+ activator?: string | Record<string, any> | undefined;
34
35
  contentClass?: string | undefined;
35
- id?: string | undefined;
36
36
  $props: {
37
+ readonly modelValue?: boolean | undefined;
37
38
  readonly loading?: boolean | undefined;
38
39
  readonly disabled?: boolean | undefined;
39
- readonly modelValue?: boolean | undefined;
40
40
  readonly origin?: string | undefined;
41
41
  readonly zIndex?: string | number | undefined;
42
42
  readonly persistent?: boolean | undefined;
43
43
  readonly locationStrategy?: string | Function | undefined;
44
44
  readonly scrollStrategy?: string | Function | undefined;
45
+ readonly openOnClick?: boolean | undefined;
45
46
  readonly openOnHover?: boolean | undefined;
47
+ readonly openOnFocus?: boolean | undefined;
46
48
  readonly closeOnContentClick?: boolean | undefined;
47
49
  readonly closeOnBack?: boolean | undefined;
48
50
  readonly openDelay?: string | number | undefined;
49
- readonly openOnClick?: boolean | undefined;
50
- readonly openOnFocus?: boolean | undefined;
51
51
  readonly attach?: string | boolean | Record<string, any> | undefined;
52
52
  readonly itemSize?: string | undefined;
53
53
  readonly items?: unknown[] | undefined;
54
- readonly minWidth?: string | number | undefined;
55
54
  readonly location?: string | undefined;
55
+ readonly minWidth?: string | number | undefined;
56
56
  readonly height?: string | number | undefined;
57
57
  readonly maxHeight?: string | number | undefined;
58
58
  readonly maxWidth?: string | number | undefined;
59
59
  readonly minHeight?: string | number | undefined;
60
60
  readonly width?: string | number | undefined;
61
- readonly activator?: string | Record<string, any> | undefined;
61
+ readonly id?: string | undefined;
62
62
  readonly offset?: string | number | unknown[] | undefined;
63
+ readonly activator?: string | Record<string, any> | undefined;
63
64
  readonly contentClass?: string | undefined;
64
- readonly id?: string | undefined;
65
65
  };
66
66
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
67
67
  type __VLS_TemplateResult = {
68
+ attrs: Partial<{}>;
68
69
  slots: {
69
70
  activator?(_: {
70
- props: any;
71
- isActive: any;
72
- targetRef: any;
71
+ props: Record<string, any>;
72
+ isActive: boolean;
73
+ targetRef: TemplateRef;
73
74
  }): any;
74
75
  default?(_: {}): any;
75
76
  item?(_: {
76
77
  item: unknown;
77
78
  index: number;
78
79
  }): any;
79
- "item-prepend"?(_: {
80
+ 'item-prepend'?(_: {
80
81
  item: unknown;
81
82
  index: number;
82
83
  }): any;
83
- "item-append"?(_: {
84
+ 'item-append'?(_: {
84
85
  item: unknown;
85
86
  index: number;
86
87
  }): any;
87
88
  };
88
89
  refs: {};
89
- attrs: Partial<typeof __VLS_inheritedAttrs>;
90
+ rootEl: any;
90
91
  };
91
- declare var __VLS_inheritedAttrs: {};
@@ -7,8 +7,9 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
7
7
  $props: {
8
8
  readonly [x: string]: any;
9
9
  };
10
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
11
11
  type __VLS_TemplateResult = {
12
+ attrs: Partial<{}>;
12
13
  slots: {
13
14
  default?(_: {}): any;
14
15
  prepend?(_: {}): any;
@@ -19,6 +20,5 @@ type __VLS_TemplateResult = {
19
20
  append?(_: {}): any;
20
21
  };
21
22
  refs: {};
22
- attrs: Partial<typeof __VLS_inheritedAttrs>;
23
+ rootEl: HTMLDivElement;
23
24
  };
24
- declare var __VLS_inheritedAttrs: {};
@@ -10,5 +10,5 @@ declare const _default: import('vue').DefineComponent<{}, {
10
10
  readonly alternativeLink?: string | undefined;
11
11
  readonly route?: Record<string, any> | undefined;
12
12
  };
13
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
14
14
  export default _default;
@@ -3,11 +3,11 @@ declare const _default: import('vue').DefineComponent<{}, {
3
3
  isNestedActive: import('vue').ComputedRef<boolean>;
4
4
  isOnlyIcon: boolean;
5
5
  icon?: string | undefined;
6
- href?: string | undefined;
7
- to?: string | undefined;
8
6
  style?: Record<string, any> | undefined;
9
7
  label?: string | undefined;
10
8
  children?: unknown[] | undefined;
9
+ href?: string | undefined;
10
+ to?: string | undefined;
11
11
  classes?: string | undefined;
12
12
  level?: number | undefined;
13
13
  action?: Function | undefined;
@@ -16,11 +16,11 @@ declare const _default: import('vue').DefineComponent<{}, {
16
16
  $props: {
17
17
  readonly isOnlyIcon?: boolean | undefined;
18
18
  readonly icon?: string | undefined;
19
- readonly href?: string | undefined;
20
- readonly to?: string | undefined;
21
19
  readonly style?: Record<string, any> | undefined;
22
20
  readonly label?: string | undefined;
23
21
  readonly children?: unknown[] | undefined;
22
+ readonly href?: string | undefined;
23
+ readonly to?: string | undefined;
24
24
  readonly classes?: string | undefined;
25
25
  readonly level?: number | undefined;
26
26
  readonly action?: Function | undefined;
@@ -8,24 +8,24 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
8
8
  isOnlyIcon: boolean;
9
9
  isDisabled: boolean;
10
10
  icon?: string | undefined;
11
- appendIcon?: string | undefined;
12
11
  style?: Record<string, any> | undefined;
12
+ appendIcon?: string | undefined;
13
13
  level?: number | undefined;
14
14
  $props: {
15
15
  readonly isActive?: boolean | undefined;
16
16
  readonly isOnlyIcon?: boolean | undefined;
17
17
  readonly isDisabled?: boolean | undefined;
18
18
  readonly icon?: string | undefined;
19
- readonly appendIcon?: string | undefined;
20
19
  readonly style?: Record<string, any> | undefined;
20
+ readonly appendIcon?: string | undefined;
21
21
  readonly level?: number | undefined;
22
22
  };
23
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
23
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
24
24
  type __VLS_TemplateResult = {
25
+ attrs: Partial<{}>;
25
26
  slots: {
26
27
  default?(_: {}): any;
27
28
  };
28
29
  refs: {};
29
- attrs: Partial<typeof __VLS_inheritedAttrs>;
30
+ rootEl: HTMLDivElement;
30
31
  };
31
- declare var __VLS_inheritedAttrs: {};
@@ -21,5 +21,5 @@ declare const _default: import('vue').DefineComponent<FmPaginationProps, {}, {},
21
21
  itemsPerPage: number;
22
22
  totalItems: number;
23
23
  withInfo: boolean;
24
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
25
25
  export default _default;
@@ -10,10 +10,10 @@ 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
  label?(_: {}): any;
15
16
  };
16
17
  refs: {};
17
- attrs: Partial<typeof __VLS_inheritedAttrs>;
18
+ rootEl: any;
18
19
  };
19
- declare var __VLS_inheritedAttrs: {};
@@ -8,23 +8,23 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
8
8
  disabled: boolean;
9
9
  readonly: boolean;
10
10
  direction: string;
11
- modelValue?: string | number | boolean | undefined;
12
11
  label?: string | undefined;
12
+ modelValue?: string | number | boolean | undefined;
13
13
  name?: string | undefined;
14
14
  $props: {
15
15
  readonly disabled?: boolean | undefined;
16
16
  readonly readonly?: boolean | undefined;
17
17
  readonly direction?: string | undefined;
18
- readonly modelValue?: string | number | boolean | undefined;
19
18
  readonly label?: string | undefined;
19
+ readonly modelValue?: string | number | boolean | undefined;
20
20
  readonly name?: string | undefined;
21
21
  };
22
22
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
23
23
  type __VLS_TemplateResult = {
24
+ attrs: Partial<{}>;
24
25
  slots: {
25
26
  default?(_: {}): any;
26
27
  };
27
28
  refs: {};
28
- attrs: Partial<typeof __VLS_inheritedAttrs>;
29
+ rootEl: any;
29
30
  };
30
- declare var __VLS_inheritedAttrs: {};
@@ -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
- attrs: Partial<typeof __VLS_inheritedAttrs>;
19
+ rootEl: any;
19
20
  };
20
- declare var __VLS_inheritedAttrs: {};
@@ -4,32 +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: "update:modelValue" | "click:clear" | "click:prependInner" | "update:focused" | "update:menu" | "update:search", ...args: any[]) => void;
7
+ $emit: (event: "update:modelValue" | "update:focused" | "click:clear" | "click:prependInner" | "update:menu" | "update:search", ...args: any[]) => void;
8
8
  $props: {
9
9
  readonly [x: string]: any;
10
10
  };
11
11
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
- type __VLS_TemplateResult = {
13
- slots: {
14
- details?(_: {}): any;
15
- message?(_: {}): any;
16
- item?(_: {
17
- item: any;
18
- index: any;
19
- props: any;
20
- }): any;
21
- chip?(_: {
22
- item: any;
23
- index: any;
24
- props: any;
25
- }): any;
26
- "no-data"?(_: {}): any;
27
- selection?(_: {
28
- item: any;
29
- index: any;
30
- }): any;
31
- };
32
- refs: {};
33
- attrs: Partial<typeof __VLS_inheritedAttrs>;
34
- };
35
- declare var __VLS_inheritedAttrs: {};
12
+ type __VLS_TemplateResult = any;
@@ -1,22 +1,20 @@
1
- import { FmSelectProps, FmSelectEmits, FmSelectSlots } from './types';
2
- declare const _default: <T extends unknown, 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<{
1
+ import { FmSelectOption, FmSelectProps, FmSelectEmits, FmSelectSlots } from './types';
2
+ declare const _default: <T extends any & FmSelectOption, 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 "onUpdate:modelValue"?: ((value: T | T[K] | T[K][] | T[] | null) => any) | undefined;
5
+ readonly onBlur?: (() => any) | undefined;
5
6
  readonly "onClick:clear"?: ((value: MouseEvent) => any) | undefined;
6
7
  readonly onFocus?: (() => any) | undefined;
7
- readonly onBlur?: (() => any) | undefined;
8
8
  readonly "onUpdate:menu"?: ((value: boolean) => any) | undefined;
9
9
  readonly "onClick:prependIcon"?: ((value: MouseEvent) => any) | undefined;
10
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onFocus" | "onBlur" | "onClick:clear" | "onUpdate:menu" | "onClick:prependIcon"> & FmSelectProps<T, K>> & import('vue').PublicProps;
10
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onFocus" | "onBlur" | "onClick:clear" | "onClick:prependIcon" | "onUpdate:menu"> & FmSelectProps<T, K> & Partial<{}>> & import('vue').PublicProps;
11
11
  expose(exposed: import('vue').ShallowUnwrapRef<{
12
12
  toggleDropdown: (val: boolean) => void;
13
13
  }>): void;
14
14
  attrs: any;
15
15
  slots: Readonly<FmSelectSlots<T>> & FmSelectSlots<T>;
16
16
  emit: FmSelectEmits<T, K>;
17
- }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
18
- [key: string]: any;
19
- }> & {
17
+ }>) => import('vue').VNode & {
20
18
  __ctx?: Awaited<typeof __VLS_setup>;
21
19
  };
22
20
  export default _default;
@@ -1,36 +1,40 @@
1
1
  import { FmSelectActivatorProps, FmSelectActivatorSlots } from './types';
2
2
  declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
3
4
  slots: Readonly<FmSelectActivatorSlots> & FmSelectActivatorSlots;
4
5
  refs: {
5
6
  activatorEl: HTMLDivElement;
6
7
  labelEl: HTMLDivElement;
7
8
  };
8
- attrs: Partial<{}>;
9
+ rootEl: HTMLDivElement;
9
10
  };
10
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
12
  declare const __VLS_component: import('vue').DefineComponent<FmSelectActivatorProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
13
  init: (value: HTMLDivElement) => any;
14
+ blur: (value: FocusEvent) => any;
13
15
  keydown: (value: {
14
16
  event: KeyboardEvent;
15
17
  key: "down" | "up" | "esc" | "enter" | "tab";
16
18
  }) => any;
17
19
  "click:clear": (value: MouseEvent) => any;
18
20
  focus: (value: FocusEvent) => any;
19
- blur: (value: FocusEvent) => any;
20
21
  "click:prependIcon": (value: MouseEvent) => any;
21
22
  }, string, import('vue').PublicProps, Readonly<FmSelectActivatorProps> & Readonly<{
22
23
  onInit?: ((value: HTMLDivElement) => any) | undefined;
24
+ onBlur?: ((value: FocusEvent) => any) | undefined;
23
25
  onKeydown?: ((value: {
24
26
  event: KeyboardEvent;
25
27
  key: "down" | "up" | "esc" | "enter" | "tab";
26
28
  }) => any) | undefined;
27
29
  "onClick:clear"?: ((value: MouseEvent) => any) | undefined;
28
30
  onFocus?: ((value: FocusEvent) => any) | undefined;
29
- onBlur?: ((value: FocusEvent) => any) | undefined;
30
31
  "onClick:prependIcon"?: ((value: MouseEvent) => any) | undefined;
31
32
  }>, {
32
33
  variant: "standard" | "outlined";
33
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
34
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
35
+ activatorEl: HTMLDivElement;
36
+ labelEl: HTMLDivElement;
37
+ }, HTMLDivElement>;
34
38
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
35
39
  export default _default;
36
40
  type __VLS_WithTemplateSlots<T, S> = T & {