@finmars/ui 1.0.26 → 1.0.30

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 (43) hide show
  1. package/dist/finmars-ui.css +1 -1
  2. package/dist/finmars-ui.es.d.ts +2 -0
  3. package/dist/finmars-ui.es.js +12548 -8013
  4. package/dist/finmars-ui.umd.js +4 -2
  5. package/dist/src/components/fm/Avatar/Avatar.vue.d.ts +18 -0
  6. package/dist/src/components/fm/Badge/Badge.vue.d.ts +21 -0
  7. package/dist/src/components/fm/Button/Button.vue.d.ts +21 -0
  8. package/dist/src/components/fm/Checkbox/Checkbox.vue.d.ts +14 -0
  9. package/dist/src/components/fm/Chip/Chip.vue.d.ts +36 -0
  10. package/dist/src/components/fm/DateEditor/DateEditor.vue.d.ts +22 -0
  11. package/dist/src/components/fm/DateEditor/constants.d.ts +2 -0
  12. package/dist/src/components/fm/DateEditor/useDateEditor.d.ts +14 -0
  13. package/dist/src/components/fm/DateEditor/utils.d.ts +5 -0
  14. package/dist/src/components/fm/DatePicker/DatePicker.vue.d.ts +40 -0
  15. package/dist/src/components/fm/IconButton/IconButton.vue.d.ts +25 -0
  16. package/dist/src/components/fm/ItemPicker/ItemPicker.vue.d.ts +22 -0
  17. package/dist/src/components/fm/ItemPicker/ItemPickerGroup.vue.d.ts +16 -0
  18. package/dist/src/components/fm/ItemPicker/ItemPickerItem.vue.d.ts +14 -0
  19. package/dist/src/components/fm/ItemPicker/ItemPickerSearchResult.vue.d.ts +20 -0
  20. package/dist/src/components/fm/ItemPicker/useItemPicker.d.ts +17 -0
  21. package/dist/src/components/fm/Logo/Logo.vue.d.ts +11 -0
  22. package/dist/src/components/fm/Menu/Menu.vue.d.ts +75 -0
  23. package/dist/src/components/fm/Menu/MenuItem.vue.d.ts +24 -0
  24. package/dist/src/components/fm/Navigation/Navigation.vue.d.ts +14 -0
  25. package/dist/src/components/fm/Navigation/NavigationItem.vue.d.ts +31 -0
  26. package/dist/src/components/fm/Navigation/NavigationItemLabel.vue.d.ts +31 -0
  27. package/dist/src/components/fm/Navigation/NavigationPortal.vue.d.ts +16 -0
  28. package/dist/src/components/fm/Pagination/Pagination.vue.d.ts +25 -0
  29. package/dist/src/components/fm/Pagination/types.d.ts +19 -0
  30. package/dist/src/components/fm/ProgressCircular/ProgressCircular.vue.d.ts +6 -0
  31. package/dist/src/components/fm/ProgressLinear/ProgressLinear.vue.d.ts +6 -0
  32. package/dist/src/components/fm/Radio/Radio.vue.d.ts +19 -0
  33. package/dist/src/components/fm/Radio/RadioGroup.vue.d.ts +30 -0
  34. package/dist/src/components/fm/RangeSlider/RangeSlider.vue.d.ts +20 -0
  35. package/dist/src/components/fm/Search/Search.vue.d.ts +104 -0
  36. package/dist/src/components/fm/Select/Select.vue.d.ts +22 -0
  37. package/dist/src/components/fm/Select/types.d.ts +109 -0
  38. package/dist/src/components/fm/Slider/Slider.vue.d.ts +20 -0
  39. package/dist/src/components/fm/TextField/TextField.vue.d.ts +12 -0
  40. package/dist/src/components/fm/Tooltip/Tooltip.vue.d.ts +19 -0
  41. package/dist/src/index.d.ts +63 -0
  42. package/dist/themes.css +1 -0
  43. package/package.json +11 -3
@@ -0,0 +1,18 @@
1
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2
+ export default _default;
3
+ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, {
7
+ $props: {
8
+ readonly [x: string]: any;
9
+ };
10
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
+ type __VLS_TemplateResult = {
12
+ slots: {
13
+ default?(_: {}): any;
14
+ };
15
+ refs: {};
16
+ attrs: Partial<typeof __VLS_inheritedAttrs>;
17
+ };
18
+ declare var __VLS_inheritedAttrs: {};
@@ -0,0 +1,21 @@
1
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2
+ export default _default;
3
+ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, {
7
+ dot: boolean;
8
+ content?: string | undefined;
9
+ $props: {
10
+ readonly dot?: boolean | undefined;
11
+ readonly content?: string | undefined;
12
+ };
13
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14
+ type __VLS_TemplateResult = {
15
+ slots: {
16
+ default?(_: {}): any;
17
+ };
18
+ refs: {};
19
+ attrs: Partial<typeof __VLS_inheritedAttrs>;
20
+ };
21
+ declare var __VLS_inheritedAttrs: {};
@@ -0,0 +1,21 @@
1
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2
+ export default _default;
3
+ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, {
7
+ $props: {
8
+ readonly [x: string]: any;
9
+ };
10
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
+ type __VLS_TemplateResult = {
12
+ slots: {
13
+ default?(_: {}): any;
14
+ loader?(_: {}): any;
15
+ append?(_: {}): any;
16
+ prepend?(_: {}): any;
17
+ };
18
+ refs: {};
19
+ attrs: Partial<typeof __VLS_inheritedAttrs>;
20
+ };
21
+ declare var __VLS_inheritedAttrs: {};
@@ -0,0 +1,14 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {
2
+ $emit: (event: "update:modelValue", ...args: any[]) => void;
3
+ disabled: boolean;
4
+ modelValue: boolean;
5
+ error: boolean;
6
+ value: boolean;
7
+ $props: {
8
+ readonly disabled?: boolean | undefined;
9
+ readonly modelValue?: boolean | undefined;
10
+ readonly error?: boolean | undefined;
11
+ readonly value?: boolean | undefined;
12
+ };
13
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14
+ export default _default;
@@ -0,0 +1,36 @@
1
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2
+ export default _default;
3
+ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, {
7
+ $emit: (event: "update:modelValue" | "click" | "click:close" | "click:prepend" | "click:append", ...args: any[]) => void;
8
+ rounded: boolean;
9
+ disabled: boolean;
10
+ closable: boolean;
11
+ elevation: boolean;
12
+ selected: boolean;
13
+ draggable: boolean;
14
+ appendIcon?: string | Record<string, any> | undefined;
15
+ prependIcon?: string | Record<string, any> | undefined;
16
+ modelValue?: string | undefined;
17
+ $props: {
18
+ readonly rounded?: boolean | undefined;
19
+ readonly disabled?: boolean | undefined;
20
+ readonly closable?: boolean | undefined;
21
+ readonly elevation?: boolean | undefined;
22
+ readonly selected?: boolean | undefined;
23
+ readonly draggable?: boolean | undefined;
24
+ readonly appendIcon?: string | Record<string, any> | undefined;
25
+ readonly prependIcon?: string | Record<string, any> | undefined;
26
+ readonly modelValue?: string | undefined;
27
+ };
28
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
29
+ type __VLS_TemplateResult = {
30
+ slots: {
31
+ default?(_: {}): any;
32
+ };
33
+ refs: {};
34
+ attrs: Partial<typeof __VLS_inheritedAttrs>;
35
+ };
36
+ declare var __VLS_inheritedAttrs: {};
@@ -0,0 +1,22 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {
2
+ $emit: (event: "update:modelValue" | "click:dateIcon", ...args: any[]) => void;
3
+ disabled: boolean;
4
+ showWeek: boolean;
5
+ showAdjacentMonths: boolean;
6
+ labelTexts: Record<string, any>;
7
+ modelValue?: string | undefined;
8
+ min?: string | undefined;
9
+ max?: string | undefined;
10
+ nonWorkingDays?: unknown[] | undefined;
11
+ $props: {
12
+ readonly disabled?: boolean | undefined;
13
+ readonly showWeek?: boolean | undefined;
14
+ readonly showAdjacentMonths?: boolean | undefined;
15
+ readonly labelTexts?: Record<string, any> | undefined;
16
+ readonly modelValue?: string | undefined;
17
+ readonly min?: string | undefined;
18
+ readonly max?: string | undefined;
19
+ readonly nonWorkingDays?: unknown[] | undefined;
20
+ };
21
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
22
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export declare const datesInMonth: Record<string, [number, number]>;
2
+ export declare const displayingDateFormat = "YYYY-MM-DD";
@@ -0,0 +1,14 @@
1
+ export default function useDateEditor(props: any, emits: any): {
2
+ currentMenuItem: import('vue').Ref<string, string>;
3
+ initialValue: import('vue').Ref<any, any>;
4
+ innerValue: import('vue').Ref<any, any>;
5
+ textFieldInput: import('vue').Ref<string | null, string | null>;
6
+ allowedDates: (val: any) => boolean;
7
+ selectMenuItem: (item: any) => void;
8
+ onUpdate: (val: any) => void;
9
+ onUpdateByKeyboard: (val: any) => void;
10
+ onKeydownEsc: () => void;
11
+ onChange: (key: any) => void;
12
+ cancelDateSelection: () => void;
13
+ confirmDateSelection: () => void;
14
+ };
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {string} date
3
+ * @return {string}
4
+ */
5
+ export declare function processedDate(date: string): string;
@@ -0,0 +1,40 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {
2
+ $emit: (event: "update:modelValue" | "update:month" | "update:year" | "update:viewMode", ...args: any[]) => void;
3
+ disabled: boolean;
4
+ showHeader: boolean;
5
+ showWeek: boolean;
6
+ showAdjacentMonths: boolean;
7
+ border: boolean;
8
+ minWidth?: string | number | undefined;
9
+ modelValue?: string | undefined;
10
+ width?: string | number | undefined;
11
+ title?: string | undefined;
12
+ header?: string | undefined;
13
+ min?: string | undefined;
14
+ max?: string | undefined;
15
+ allowedDates?: Function | unknown[] | undefined;
16
+ maxWidth?: string | number | undefined;
17
+ minHeight?: string | number | undefined;
18
+ height?: string | number | undefined;
19
+ maxHeight?: string | number | undefined;
20
+ $props: {
21
+ readonly disabled?: boolean | undefined;
22
+ readonly showHeader?: boolean | undefined;
23
+ readonly showWeek?: boolean | undefined;
24
+ readonly showAdjacentMonths?: boolean | undefined;
25
+ readonly border?: boolean | undefined;
26
+ readonly minWidth?: string | number | undefined;
27
+ readonly modelValue?: string | undefined;
28
+ readonly width?: string | number | undefined;
29
+ readonly title?: string | undefined;
30
+ readonly header?: string | undefined;
31
+ readonly min?: string | undefined;
32
+ readonly max?: string | undefined;
33
+ readonly allowedDates?: Function | unknown[] | undefined;
34
+ readonly maxWidth?: string | number | undefined;
35
+ readonly minHeight?: string | number | undefined;
36
+ readonly height?: string | number | undefined;
37
+ readonly maxHeight?: string | number | undefined;
38
+ };
39
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
40
+ export default _default;
@@ -0,0 +1,25 @@
1
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2
+ export default _default;
3
+ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, {
7
+ size: string;
8
+ icon: string;
9
+ disabled: boolean;
10
+ variant: string;
11
+ $props: {
12
+ readonly size?: string | undefined;
13
+ readonly icon?: string | undefined;
14
+ readonly disabled?: boolean | undefined;
15
+ readonly variant?: string | undefined;
16
+ };
17
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
18
+ type __VLS_TemplateResult = {
19
+ slots: {
20
+ default?(_: {}): any;
21
+ };
22
+ refs: {};
23
+ attrs: Partial<typeof __VLS_inheritedAttrs>;
24
+ };
25
+ declare var __VLS_inheritedAttrs: {};
@@ -0,0 +1,22 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {
2
+ $emit: (event: "update:modelValue" | "close", ...args: any[]) => void;
3
+ modelValue: unknown[];
4
+ width: string | number;
5
+ height: string | number;
6
+ suggested: unknown[];
7
+ multiple: boolean;
8
+ mode: string;
9
+ categories: unknown[];
10
+ fieldsTitles: Record<string, any>;
11
+ $props: {
12
+ readonly modelValue?: unknown[] | undefined;
13
+ readonly width?: string | number | undefined;
14
+ readonly height?: string | number | undefined;
15
+ readonly suggested?: unknown[] | undefined;
16
+ readonly multiple?: boolean | undefined;
17
+ readonly mode?: string | undefined;
18
+ readonly categories?: unknown[] | undefined;
19
+ readonly fieldsTitles?: Record<string, any> | undefined;
20
+ };
21
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
22
+ export default _default;
@@ -0,0 +1,16 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {
2
+ $emit: (event: "select", ...args: any[]) => void;
3
+ group: Record<string, any>;
4
+ multiple: boolean;
5
+ mode: string;
6
+ initialSelectedItemsIds: unknown[];
7
+ selectedItemsIds: unknown[];
8
+ $props: {
9
+ readonly group?: Record<string, any> | undefined;
10
+ readonly multiple?: boolean | undefined;
11
+ readonly mode?: string | undefined;
12
+ readonly initialSelectedItemsIds?: unknown[] | undefined;
13
+ readonly selectedItemsIds?: unknown[] | undefined;
14
+ };
15
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
16
+ export default _default;
@@ -0,0 +1,14 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {
2
+ $emit: (event: "select", ...args: any[]) => void;
3
+ disabled: boolean;
4
+ multiple: boolean;
5
+ item: Record<string, any>;
6
+ isSelected: boolean;
7
+ $props: {
8
+ readonly disabled?: boolean | undefined;
9
+ readonly multiple?: boolean | undefined;
10
+ readonly item?: Record<string, any> | undefined;
11
+ readonly isSelected?: boolean | undefined;
12
+ };
13
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {
2
+ $emit: (event: "select", ...args: any[]) => void;
3
+ items: unknown[];
4
+ allItems: Record<string, any>;
5
+ multiple: boolean;
6
+ mode: string;
7
+ initialSelectedItemsIds: unknown[];
8
+ selectedItemsIds: unknown[];
9
+ searchText?: string | undefined;
10
+ $props: {
11
+ readonly items?: unknown[] | undefined;
12
+ readonly allItems?: Record<string, any> | undefined;
13
+ readonly multiple?: boolean | undefined;
14
+ readonly mode?: string | undefined;
15
+ readonly initialSelectedItemsIds?: unknown[] | undefined;
16
+ readonly selectedItemsIds?: unknown[] | undefined;
17
+ readonly searchText?: string | undefined;
18
+ };
19
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
20
+ export default _default;
@@ -0,0 +1,17 @@
1
+ export default function useItemPicker(props: any, emits: any): {
2
+ searchText: import('vue').Ref<string, string>;
3
+ initialSelectedItems: import('vue').Ref<any, any>;
4
+ focusedItems: import('vue').Ref<any[], any[]>;
5
+ selectedItems: import('vue').Ref<any, any>;
6
+ widthValue: import('vue').ComputedRef<any>;
7
+ heightValue: import('vue').ComputedRef<any>;
8
+ initialSelectedItemsIds: import('vue').ComputedRef<any>;
9
+ selectedItemsIds: import('vue').ComputedRef<any>;
10
+ addBtnDisabled: import('vue').ComputedRef<boolean>;
11
+ allDataFlattenedById: import('vue').ComputedRef<import('lodash').Dictionary<any>>;
12
+ allDataFlattenedFiltered: import('vue').ComputedRef<any[]>;
13
+ dataRestoredFromFlattenedData: import('vue').ComputedRef<any[]>;
14
+ currentCategory: import('vue').ComputedRef<any>;
15
+ select: (itemId: string) => void;
16
+ updateValue: () => void;
17
+ };
@@ -0,0 +1,11 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {
2
+ size?: string | undefined;
3
+ maxHeight?: string | undefined;
4
+ theme?: string | undefined;
5
+ $props: {
6
+ readonly size?: string | undefined;
7
+ readonly maxHeight?: string | undefined;
8
+ readonly theme?: string | undefined;
9
+ };
10
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
+ export default _default;
@@ -0,0 +1,75 @@
1
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2
+ export default _default;
3
+ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, {
7
+ $emit: (event: "update:modelValue" | "click:item", ...args: any[]) => void;
8
+ disabled: boolean;
9
+ modelValue: boolean;
10
+ items: unknown[];
11
+ origin: string;
12
+ zIndex: string | number;
13
+ persistent: boolean;
14
+ locationStrategy: string | Function;
15
+ scrollStrategy: string | Function;
16
+ openOnHover: boolean;
17
+ closeOnContentClick: boolean;
18
+ closeOnBack: boolean;
19
+ openDelay: string | number;
20
+ openOnClick: boolean;
21
+ openOnFocus: boolean;
22
+ attach: string | boolean | Record<string, any>;
23
+ itemSize: string;
24
+ minWidth?: string | number | undefined;
25
+ width?: string | number | undefined;
26
+ maxWidth?: string | number | undefined;
27
+ minHeight?: string | number | undefined;
28
+ height?: string | number | undefined;
29
+ maxHeight?: string | number | undefined;
30
+ activator?: string | Record<string, any> | undefined;
31
+ location?: string | undefined;
32
+ offset?: string | number | unknown[] | undefined;
33
+ contentClass?: string | undefined;
34
+ $props: {
35
+ readonly disabled?: boolean | undefined;
36
+ readonly modelValue?: boolean | undefined;
37
+ readonly items?: unknown[] | undefined;
38
+ readonly origin?: string | undefined;
39
+ readonly zIndex?: string | number | undefined;
40
+ readonly persistent?: boolean | undefined;
41
+ readonly locationStrategy?: string | Function | undefined;
42
+ readonly scrollStrategy?: string | Function | undefined;
43
+ readonly openOnHover?: boolean | undefined;
44
+ readonly closeOnContentClick?: boolean | undefined;
45
+ readonly closeOnBack?: boolean | undefined;
46
+ readonly openDelay?: string | number | undefined;
47
+ readonly openOnClick?: boolean | undefined;
48
+ readonly openOnFocus?: boolean | undefined;
49
+ readonly attach?: string | boolean | Record<string, any> | undefined;
50
+ readonly itemSize?: string | undefined;
51
+ readonly minWidth?: string | number | undefined;
52
+ readonly width?: string | number | undefined;
53
+ readonly maxWidth?: string | number | undefined;
54
+ readonly minHeight?: string | number | undefined;
55
+ readonly height?: string | number | undefined;
56
+ readonly maxHeight?: string | number | undefined;
57
+ readonly activator?: string | Record<string, any> | undefined;
58
+ readonly location?: string | undefined;
59
+ readonly offset?: string | number | unknown[] | undefined;
60
+ readonly contentClass?: string | undefined;
61
+ };
62
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
63
+ type __VLS_TemplateResult = {
64
+ slots: {
65
+ activator?(_: {
66
+ props: any;
67
+ isActive: any;
68
+ targetRef: any;
69
+ }): any;
70
+ default?(_: {}): any;
71
+ };
72
+ refs: {};
73
+ attrs: Partial<typeof __VLS_inheritedAttrs>;
74
+ };
75
+ declare var __VLS_inheritedAttrs: {};
@@ -0,0 +1,24 @@
1
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2
+ export default _default;
3
+ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, {
7
+ $props: {
8
+ readonly [x: string]: any;
9
+ };
10
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
+ type __VLS_TemplateResult = {
12
+ slots: {
13
+ default?(_: {}): any;
14
+ prepend?(_: {}): any;
15
+ item?(_: {
16
+ item: any;
17
+ index: any;
18
+ }): any;
19
+ append?(_: {}): any;
20
+ };
21
+ refs: {};
22
+ attrs: Partial<typeof __VLS_inheritedAttrs>;
23
+ };
24
+ declare var __VLS_inheritedAttrs: {};
@@ -0,0 +1,14 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {
2
+ $emit: (event: "close" | "resizeSideNav", ...args: any[]) => void;
3
+ isFloat: boolean;
4
+ items?: unknown[] | undefined;
5
+ alternativeLink?: string | undefined;
6
+ route?: Record<string, any> | undefined;
7
+ $props: {
8
+ readonly isFloat?: boolean | undefined;
9
+ readonly items?: unknown[] | undefined;
10
+ readonly alternativeLink?: string | undefined;
11
+ readonly route?: Record<string, any> | undefined;
12
+ };
13
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14
+ export default _default;
@@ -0,0 +1,31 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {
2
+ isActive: import('vue').ComputedRef<any>;
3
+ isNestedActive: import('vue').ComputedRef<boolean>;
4
+ isOnlyIcon: boolean;
5
+ icon?: string | undefined;
6
+ href?: string | undefined;
7
+ to?: string | undefined;
8
+ label?: string | undefined;
9
+ children?: unknown[] | undefined;
10
+ style?: Record<string, any> | undefined;
11
+ level?: number | undefined;
12
+ action?: Function | undefined;
13
+ classes?: string | undefined;
14
+ alternativeLink?: string | undefined;
15
+ route?: Record<string, any> | undefined;
16
+ $props: {
17
+ readonly isOnlyIcon?: boolean | undefined;
18
+ readonly icon?: string | undefined;
19
+ readonly href?: string | undefined;
20
+ readonly to?: string | undefined;
21
+ readonly label?: string | undefined;
22
+ readonly children?: unknown[] | undefined;
23
+ readonly style?: Record<string, any> | undefined;
24
+ readonly level?: number | undefined;
25
+ readonly action?: Function | undefined;
26
+ readonly classes?: string | undefined;
27
+ readonly alternativeLink?: string | undefined;
28
+ readonly route?: Record<string, any> | undefined;
29
+ };
30
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
31
+ export default _default;
@@ -0,0 +1,31 @@
1
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2
+ export default _default;
3
+ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, {
7
+ isActive: boolean;
8
+ isOnlyIcon: boolean;
9
+ isDisabled: boolean;
10
+ icon?: string | undefined;
11
+ appendIcon?: string | undefined;
12
+ style?: Record<string, any> | undefined;
13
+ level?: number | undefined;
14
+ $props: {
15
+ readonly isActive?: boolean | undefined;
16
+ readonly isOnlyIcon?: boolean | undefined;
17
+ readonly isDisabled?: boolean | undefined;
18
+ readonly icon?: string | undefined;
19
+ readonly appendIcon?: string | undefined;
20
+ readonly style?: Record<string, any> | undefined;
21
+ readonly level?: number | undefined;
22
+ };
23
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
24
+ type __VLS_TemplateResult = {
25
+ slots: {
26
+ default?(_: {}): any;
27
+ };
28
+ refs: {};
29
+ attrs: Partial<typeof __VLS_inheritedAttrs>;
30
+ };
31
+ declare var __VLS_inheritedAttrs: {};
@@ -0,0 +1,16 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {
2
+ $emit: (event: "resizeSideNav", ...args: any[]) => void;
3
+ isFloat: boolean;
4
+ isVue: boolean;
5
+ alternativeLink?: string | undefined;
6
+ route?: Record<string, any> | undefined;
7
+ base?: string | undefined;
8
+ $props: {
9
+ readonly isFloat?: boolean | undefined;
10
+ readonly isVue?: boolean | undefined;
11
+ readonly alternativeLink?: string | undefined;
12
+ readonly route?: Record<string, any> | undefined;
13
+ readonly base?: string | undefined;
14
+ };
15
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
16
+ export default _default;
@@ -0,0 +1,25 @@
1
+ import { FmPaginationProps } from './types';
2
+ declare const _default: import('vue').DefineComponent<FmPaginationProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
3
+ "update:modelValue": (value: number) => any;
4
+ first: (value: number) => any;
5
+ last: (value: number) => any;
6
+ prev: (value: number) => any;
7
+ next: (value: number) => any;
8
+ }, string, import('vue').PublicProps, Readonly<FmPaginationProps> & Readonly<{
9
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
10
+ onFirst?: ((value: number) => any) | undefined;
11
+ onLast?: ((value: number) => any) | undefined;
12
+ onPrev?: ((value: number) => any) | undefined;
13
+ onNext?: ((value: number) => any) | undefined;
14
+ }>, {
15
+ modelValue: number;
16
+ itemsPerPage: number;
17
+ totalItems: number;
18
+ inscriptions: {
19
+ of?: string;
20
+ entities?: string;
21
+ page?: string;
22
+ };
23
+ withInfo: boolean;
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
25
+ export default _default;
@@ -0,0 +1,19 @@
1
+ export interface FmPaginationProps {
2
+ modelValue: number;
3
+ itemsPerPage: number;
4
+ totalItems: number;
5
+ inscriptions: {
6
+ of?: string;
7
+ entities?: string;
8
+ page?: string;
9
+ };
10
+ withInfo?: boolean;
11
+ disabled?: boolean;
12
+ }
13
+ export interface FmPaginationEmits {
14
+ (event: 'first', value: number): void;
15
+ (event: 'last', value: number): void;
16
+ (event: 'prev', value: number): void;
17
+ (event: 'next', value: number): void;
18
+ (event: 'update:modelValue', value: number): void;
19
+ }
@@ -0,0 +1,6 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {
2
+ $props: {
3
+ readonly [x: string]: any;
4
+ };
5
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {
2
+ $props: {
3
+ readonly [x: string]: any;
4
+ };
5
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,19 @@
1
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2
+ export default _default;
3
+ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, {
7
+ $emit: (event: "update:modelValue" | "click", ...args: any[]) => void;
8
+ $props: {
9
+ readonly [x: string]: any;
10
+ };
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
+ label?(_: {}): any;
15
+ };
16
+ refs: {};
17
+ attrs: Partial<typeof __VLS_inheritedAttrs>;
18
+ };
19
+ declare var __VLS_inheritedAttrs: {};