@rotki/ui-library 0.14.0 → 0.16.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.
Files changed (71) hide show
  1. package/dist/RuiColorPicker.vue_vue_type_script_setup_true_lang-ByCIjyQ_.js +8945 -0
  2. package/dist/breakpoint-DAvEs_TA.js +37 -0
  3. package/dist/components/alerts/{Alert.vue.d.ts → RuiAlert.vue.d.ts} +10 -10
  4. package/dist/components/buttons/button/{Button.vue.d.ts → RuiButton.vue.d.ts} +5 -5
  5. package/dist/components/buttons/button-group/{ButtonGroup.vue.d.ts → RuiButtonGroup.vue.d.ts} +4 -4
  6. package/dist/components/cards/{Card.vue.d.ts → RuiCard.vue.d.ts} +12 -12
  7. package/dist/components/chips/{Chip.vue.d.ts → RuiChip.vue.d.ts} +19 -19
  8. package/dist/components/color-picker/RuiColorBoard.vue.d.ts +23 -0
  9. package/dist/components/color-picker/RuiColorDisplay.vue.d.ts +12 -0
  10. package/dist/components/color-picker/RuiColorHue.vue.d.ts +12 -0
  11. package/dist/components/color-picker/RuiColorInput.vue.d.ts +13 -0
  12. package/dist/components/color-picker/RuiColorPicker.vue.d.ts +21 -0
  13. package/dist/components/color-picker/utils.d.ts +44 -0
  14. package/dist/components/forms/auto-complete/{AutoComplete.vue.d.ts → RuiAutoComplete.vue.d.ts} +1 -1
  15. package/dist/components/forms/auto-complete/{AutoCompleteSelection.vue.d.ts → RuiAutoCompleteSelection.vue.d.ts} +2 -2
  16. package/dist/components/forms/radio-button/radio-group/{RadioGroup.vue.d.ts → RuiRadioGroup.vue.d.ts} +10 -10
  17. package/dist/components/forms/revealable-text-field/{RevealableTextField.vue.d.ts → RuiRevealableTextField.vue.d.ts} +37 -37
  18. package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +153 -0
  19. package/dist/components/forms/slider/{Slider.vue.d.ts → RuiSlider.vue.d.ts} +19 -19
  20. package/dist/components/forms/text-area/{TextArea.vue.d.ts → RuiTextArea.vue.d.ts} +37 -37
  21. package/dist/components/forms/text-field/{TextField.vue.d.ts → RuiTextField.vue.d.ts} +38 -38
  22. package/dist/components/icons/{Icon.vue.d.ts → RuiIcon.vue.d.ts} +9 -9
  23. package/dist/components/index.d.ts +41 -39
  24. package/dist/components/index.es.js +36 -34
  25. package/dist/components/loaders/{SkeletonBase.vue.d.ts → RuiSkeletonBase.vue.d.ts} +3 -3
  26. package/dist/components/loaders/{Skeleton.vue.d.ts → RuiSkeletonLoader.vue.d.ts} +7 -7
  27. package/dist/components/logos/RuiLogo.vue.d.ts +65 -0
  28. package/dist/components/overlays/badge/{Badge.vue.d.ts → RuiBadge.vue.d.ts} +19 -19
  29. package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.d.ts +46 -0
  30. package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +87 -0
  31. package/dist/components/overlays/menu/{Menu.vue.d.ts → RuiMenu.vue.d.ts} +90 -7
  32. package/dist/components/steppers/{FooterStepper.vue.d.ts → RuiFooterStepper.vue.d.ts} +19 -9
  33. package/dist/components/tables/{DataTable.vue.d.ts → RuiDataTable.vue.d.ts} +13 -9
  34. package/dist/components/tables/{ExpandButton.vue.d.ts → RuiExpandButton.vue.d.ts} +1 -1
  35. package/dist/components/tables/{TableHead.vue.d.ts → RuiTableHead.vue.d.ts} +16 -4
  36. package/dist/composables/dropdown-menu.d.ts +40 -0
  37. package/dist/composables/index.es.js +5 -81
  38. package/dist/consts/forms/auto-complete/index.d.ts +3 -3
  39. package/dist/consts/typography.d.ts +1 -2
  40. package/dist/index-RsNqSz2V.js +177 -0
  41. package/dist/index.es.js +2787 -2785
  42. package/dist/style.css +1 -1
  43. package/dist/theme/index.es.js +1 -1
  44. package/dist/utils/assert.d.ts +1 -0
  45. package/dist/utils/helpers.d.ts +7 -0
  46. package/package.json +45 -49
  47. package/dist/components/forms/select/MenuSelect.vue.d.ts +0 -62
  48. package/dist/components/logos/Logo.vue.d.ts +0 -27
  49. package/dist/components/overlays/dialog/Dialog.vue.d.ts +0 -60
  50. package/dist/index-4pX97qAk.js +0 -8090
  51. package/dist/theme-DT8UjYf9.js +0 -124
  52. package/dist/{colors-ikihApJv.js → colors-D563Ic3q.js} +0 -0
  53. package/dist/components/accordions/accordion/{Accordion.vue.d.ts → RuiAccordion.vue.d.ts} +0 -0
  54. package/dist/components/accordions/accordions/{Accordions.vue.d.ts → RuiAccordions.vue.d.ts} +0 -0
  55. package/dist/components/cards/{CardHeader.vue.d.ts → RuiCardHeader.vue.d.ts} +0 -0
  56. package/dist/components/divider/{Divider.vue.d.ts → RuiDivider.vue.d.ts} +0 -0
  57. package/dist/components/forms/checkbox/{Checkbox.vue.d.ts → RuiCheckbox.vue.d.ts} +18 -18
  58. package/dist/components/forms/radio-button/radio/{Radio.vue.d.ts → RuiRadio.vue.d.ts} +17 -17
  59. package/dist/components/forms/select/{SimpleSelect.vue.d.ts → RuiSimpleSelect.vue.d.ts} +8 -8
  60. package/dist/components/forms/switch/{Switch.vue.d.ts → RuiSwitch.vue.d.ts} +9 -9
  61. package/dist/components/helpers/{FormTextDetail.vue.d.ts → RuiFormTextDetail.vue.d.ts} +0 -0
  62. package/dist/components/overlays/tooltip/{Tooltip.vue.d.ts → RuiTooltip.vue.d.ts} +0 -0
  63. package/dist/components/progress/{Progress.vue.d.ts → RuiProgress.vue.d.ts} +9 -9
  64. package/dist/components/steppers/{Stepper.vue.d.ts → RuiStepper.vue.d.ts} +9 -9
  65. package/dist/components/steppers/{StepperCustomIcon.vue.d.ts → RuiStepperCustomIcon.vue.d.ts} +0 -0
  66. package/dist/components/steppers/{StepperIcon.vue.d.ts → RuiStepperIcon.vue.d.ts} +0 -0
  67. package/dist/components/tables/{TablePagination.vue.d.ts → RuiTablePagination.vue.d.ts} +8 -8
  68. package/dist/components/tabs/tab/{Tab.vue.d.ts → RuiTab.vue.d.ts} +18 -18
  69. package/dist/components/tabs/tab-item/{TabItem.vue.d.ts → RuiTabItem.vue.d.ts} +8 -8
  70. package/dist/components/tabs/tab-items/{TabItems.vue.d.ts → RuiTabItems.vue.d.ts} +0 -0
  71. package/dist/components/tabs/tabs/{Tabs.vue.d.ts → RuiTabs.vue.d.ts} +16 -16
@@ -1,32 +1,32 @@
1
1
  import type { ContextColorsType } from '../../consts/colors';
2
- import type { RuiIcons } from '~/src';
2
+ import type { RuiIcons } from '../../icons';
3
3
  export interface Props {
4
4
  name: RuiIcons;
5
5
  size?: number | string;
6
6
  color?: ContextColorsType;
7
7
  }
8
8
  declare const _default: import("vue").DefineComponent<{
9
- size: {
10
- type: globalThis.PropType<string | number>;
11
- default: number;
12
- };
13
9
  name: {
14
10
  type: globalThis.PropType<RuiIcons>;
15
11
  required: true;
16
12
  };
13
+ size: {
14
+ type: globalThis.PropType<string | number>;
15
+ default: number;
16
+ };
17
17
  color: {
18
18
  type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
19
19
  default: undefined;
20
20
  };
21
21
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
22
- size: {
23
- type: globalThis.PropType<string | number>;
24
- default: number;
25
- };
26
22
  name: {
27
23
  type: globalThis.PropType<RuiIcons>;
28
24
  required: true;
29
25
  };
26
+ size: {
27
+ type: globalThis.PropType<string | number>;
28
+ default: number;
29
+ };
30
30
  color: {
31
31
  type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
32
32
  default: undefined;
@@ -1,39 +1,41 @@
1
- import { type Props as AlertProps, default as RuiAlert } from '../components/alerts/Alert.vue';
2
- import { type Props as AutoCompleteProps, default as RuiAutoComplete } from '../components/forms/auto-complete/AutoComplete.vue';
3
- import { type Props as ButtonProps, default as RuiButton } from '../components/buttons/button/Button.vue';
4
- import { type Props as ButtonGroupProps, default as RuiButtonGroup } from '../components/buttons/button-group/ButtonGroup.vue';
5
- import { type Props as IconProps, default as RuiIcon } from '../components/icons/Icon.vue';
6
- import { type Props as CheckboxProps, default as RuiCheckbox } from '../components/forms/checkbox/Checkbox.vue';
7
- import { default as RuiSwitch, type Props as SwitchProps } from '../components/forms/switch/Switch.vue';
8
- import { default as RuiSlider, type Props as SliderProps } from '../components/forms/slider/Slider.vue';
9
- import { type Props as ChipProps, default as RuiChip } from '../components/chips/Chip.vue';
10
- import { type Props as DividerProps, default as RuiDivider } from '../components/divider/Divider.vue';
11
- import { default as RuiStepper, type Props as StepperProps } from '../components/steppers/Stepper.vue';
12
- import { default as RuiTextArea, type Props as TextAreaProps } from '../components/forms/text-area/TextArea.vue';
13
- import { default as RuiTextField, type TextFieldProps } from '../components/forms/text-field/TextField.vue';
14
- import { default as RuiTooltip, type Props as TooltipProps } from '../components/overlays/tooltip/Tooltip.vue';
15
- import { type Props as MenuProps, default as RuiMenu } from '../components/overlays/menu/Menu.vue';
16
- import { type Props as BadgeProps, default as RuiBadge } from '../components/overlays/badge/Badge.vue';
17
- import { type Props as DialogProps, default as RuiDialog } from '../components/overlays/dialog/Dialog.vue';
18
- import { type Props as FooterStepperProps, default as RuiFooterStepper } from '../components/steppers/FooterStepper.vue';
19
- import { type Props as ProgressProps, default as RuiProgress } from '../components/progress/Progress.vue';
20
- import { type Props as RadioGroupProps, default as RuiRadioGroup } from '../components/forms/radio-button/radio-group/RadioGroup.vue';
21
- import { type RadioProps, default as RuiRadio } from '../components/forms/radio-button/radio/Radio.vue';
22
- import { type Props as RevealableTextFieldProps, default as RuiRevealableTextField } from '../components/forms/revealable-text-field/RevealableTextField.vue';
23
- import { type Props as LogoProps, default as RuiLogo } from '../components/logos/Logo.vue';
24
- import { default as RuiSimpleSelect, type Props as SimpleSelectProps } from '../components/forms/select/SimpleSelect.vue';
25
- import { type TableOptions as DataTableOptions, type Props as DataTableProps, default as RuiDataTable } from '../components/tables/DataTable.vue';
26
- import { type Props as ExpandButtonProps, default as RuiTableRowExpander } from '../components/tables/ExpandButton.vue';
27
- import { default as RuiTablePagination, type TablePaginationData, type Props as TablePaginationProps } from '../components/tables/TablePagination.vue';
28
- import { type Props as CardProps, default as RuiCard } from '../components/cards/Card.vue';
29
- import { type Props as CardHeaderProps, default as RuiCardHeader } from '../components/cards/CardHeader.vue';
30
- import { default as RuiTabs, type Props as TabsProps } from '../components/tabs/tabs/Tabs.vue';
31
- import { default as RuiTab, type Props as TabProps } from '../components/tabs/tab/Tab.vue';
32
- import { default as RuiTabItems, type Props as TabItemsProps } from '../components/tabs/tab-items/TabItems.vue';
33
- import { default as RuiTabItem, type Props as TabItemProps } from '../components/tabs/tab-item/TabItem.vue';
34
- import { default as RuiSkeletonLoader, type Props as SkeletonLoaderProps } from '../components/loaders/Skeleton.vue';
35
- import { type Props as MenuSelectProps, default as RuiMenuSelect } from '../components/forms/select/MenuSelect.vue';
36
- import { type Props as AccordionsProps, default as RuiAccordions } from '../components/accordions/accordions/Accordions.vue';
37
- import { type AccordionProps, default as RuiAccordion } from '../components/accordions/accordion/Accordion.vue';
38
- import type { TableColumn as DataTableColumn, GroupKeys as DataTableGroupKeys, SortColumn as DataTableSortColumn, TableSortData as DataTableSortData } from '../components/tables/TableHead.vue';
39
- export { RuiAlert, RuiAutoComplete, RuiBadge, RuiButton, RuiButtonGroup, RuiCheckbox, RuiChip, RuiFooterStepper, RuiIcon, RuiLogo, RuiProgress, RuiRadio, RuiRadioGroup, RuiRevealableTextField, RuiStepper, RuiSwitch, RuiTextField, RuiTooltip, RuiMenu, RuiDataTable, RuiSimpleSelect, RuiDialog, RuiCard, RuiCardHeader, RuiTabs, RuiTab, RuiTabItems, RuiTabItem, RuiTablePagination, RuiSkeletonLoader, RuiTextArea, RuiDivider, RuiTableRowExpander, RuiMenuSelect, RuiSlider, RuiAccordions, RuiAccordion, AutoCompleteProps, ChipProps, TooltipProps, MenuProps, SimpleSelectProps, DataTableProps, DataTableColumn, DataTableSortColumn, DataTableOptions, TablePaginationData, DialogProps, ButtonProps, ButtonGroupProps, CardProps, CardHeaderProps, BadgeProps, AlertProps, CheckboxProps, SwitchProps, ProgressProps, RadioGroupProps, RadioProps, LogoProps, StepperProps, TextFieldProps, IconProps, FooterStepperProps, TabsProps, TabProps, TabItemsProps, TabItemProps, TablePaginationProps, RevealableTextFieldProps, SkeletonLoaderProps, DividerProps, TextAreaProps, ExpandButtonProps, DataTableSortData, DataTableGroupKeys, MenuSelectProps, SliderProps, AccordionsProps, AccordionProps, };
1
+ import RuiAlert, { type Props as AlertProps } from '../components/alerts/RuiAlert.vue';
2
+ import RuiAutoComplete, { type Props as AutoCompleteProps } from '../components/forms/auto-complete/RuiAutoComplete.vue';
3
+ import RuiButton, { type Props as ButtonProps } from '../components/buttons/button/RuiButton.vue';
4
+ import RuiButtonGroup, { type Props as ButtonGroupProps } from '../components/buttons/button-group/RuiButtonGroup.vue';
5
+ import RuiIcon, { type Props as IconProps } from '../components/icons/RuiIcon.vue';
6
+ import RuiCheckbox, { type Props as CheckboxProps } from '../components/forms/checkbox/RuiCheckbox.vue';
7
+ import RuiSwitch, { type Props as SwitchProps } from '../components/forms/switch/RuiSwitch.vue';
8
+ import RuiSlider, { type Props as SliderProps } from '../components/forms/slider/RuiSlider.vue';
9
+ import RuiChip, { type Props as ChipProps } from '../components/chips/RuiChip.vue';
10
+ import RuiDivider, { type Props as DividerProps } from '../components/divider/RuiDivider.vue';
11
+ import RuiStepper, { type Props as StepperProps } from '../components/steppers/RuiStepper.vue';
12
+ import RuiTextArea, { type Props as TextAreaProps } from '../components/forms/text-area/RuiTextArea.vue';
13
+ import RuiTextField, { type TextFieldProps } from '../components/forms/text-field/RuiTextField.vue';
14
+ import RuiTooltip, { type Props as TooltipProps } from '../components/overlays/tooltip/RuiTooltip.vue';
15
+ import RuiMenu, { type MenuProps } from '../components/overlays/menu/RuiMenu.vue';
16
+ import RuiBadge, { type Props as BadgeProps } from '../components/overlays/badge/RuiBadge.vue';
17
+ import RuiDialog, { type DialogProps } from '../components/overlays/dialog/RuiDialog.vue';
18
+ import RuiFooterStepper, { type Props as FooterStepperProps } from '../components/steppers/RuiFooterStepper.vue';
19
+ import RuiProgress, { type Props as ProgressProps } from '../components/progress/RuiProgress.vue';
20
+ import RuiRadioGroup, { type Props as RadioGroupProps } from '../components/forms/radio-button/radio-group/RuiRadioGroup.vue';
21
+ import RuiRadio, { type RadioProps } from '../components/forms/radio-button/radio/RuiRadio.vue';
22
+ import RuiRevealableTextField, { type Props as RevealableTextFieldProps } from '../components/forms/revealable-text-field/RuiRevealableTextField.vue';
23
+ import RuiLogo, { type Props as LogoProps } from '../components/logos/RuiLogo.vue';
24
+ import RuiSimpleSelect, { type Props as SimpleSelectProps } from '../components/forms/select/RuiSimpleSelect.vue';
25
+ import RuiDataTable, { type TableOptions as DataTableOptions, type Props as DataTableProps } from '../components/tables/RuiDataTable.vue';
26
+ import RuiTableRowExpander, { type Props as ExpandButtonProps } from '../components/tables/RuiExpandButton.vue';
27
+ import RuiTablePagination, { type TablePaginationData, type Props as TablePaginationProps } from '../components/tables/RuiTablePagination.vue';
28
+ import RuiCard, { type Props as CardProps } from '../components/cards/RuiCard.vue';
29
+ import RuiCardHeader, { type Props as CardHeaderProps } from '../components/cards/RuiCardHeader.vue';
30
+ import RuiTabs, { type Props as TabsProps } from '../components/tabs/tabs/RuiTabs.vue';
31
+ import RuiTab, { type Props as TabProps } from '../components/tabs/tab/RuiTab.vue';
32
+ import RuiTabItems, { type Props as TabItemsProps } from '../components/tabs/tab-items/RuiTabItems.vue';
33
+ import RuiTabItem, { type Props as TabItemProps } from '../components/tabs/tab-item/RuiTabItem.vue';
34
+ import RuiSkeletonLoader, { type Props as SkeletonLoaderProps } from '../components/loaders/RuiSkeletonLoader.vue';
35
+ import RuiMenuSelect, { type Props as MenuSelectProps } from '../components/forms/select/RuiMenuSelect.vue';
36
+ import RuiAccordions, { type Props as AccordionsProps } from '../components/accordions/accordions/RuiAccordions.vue';
37
+ import RuiAccordion, { type AccordionProps } from '../components/accordions/accordion/RuiAccordion.vue';
38
+ import RuiBottomSheet, { type BottomSheetProps } from '../components/overlays/bottom-sheet/RuiBottomSheet.vue';
39
+ import RuiColorPicker, { type Props as ColorPickerProps } from '../components/color-picker/RuiColorPicker.vue';
40
+ import type { TableColumn as DataTableColumn, GroupKeys as DataTableGroupKeys, SortColumn as DataTableSortColumn, TableSortData as DataTableSortData } from '../components/tables/RuiTableHead.vue';
41
+ export { RuiAlert, RuiAutoComplete, RuiBadge, RuiButton, RuiButtonGroup, RuiCheckbox, RuiChip, RuiFooterStepper, RuiIcon, RuiLogo, RuiProgress, RuiRadio, RuiRadioGroup, RuiRevealableTextField, RuiStepper, RuiSwitch, RuiTextField, RuiTooltip, RuiMenu, RuiDataTable, RuiSimpleSelect, RuiDialog, RuiCard, RuiCardHeader, RuiTabs, RuiTab, RuiTabItems, RuiTabItem, RuiTablePagination, RuiSkeletonLoader, RuiTextArea, RuiDivider, RuiTableRowExpander, RuiMenuSelect, RuiSlider, RuiAccordions, RuiAccordion, RuiBottomSheet, RuiColorPicker, AutoCompleteProps, ChipProps, TooltipProps, MenuProps, SimpleSelectProps, DataTableProps, DataTableColumn, DataTableSortColumn, DataTableOptions, TablePaginationData, DialogProps, ButtonProps, ButtonGroupProps, CardProps, CardHeaderProps, BadgeProps, AlertProps, CheckboxProps, SwitchProps, ProgressProps, RadioGroupProps, RadioProps, LogoProps, StepperProps, TextFieldProps, IconProps, FooterStepperProps, TabsProps, TabProps, TabItemsProps, TabItemProps, TablePaginationProps, RevealableTextFieldProps, SkeletonLoaderProps, DividerProps, TextAreaProps, ExpandButtonProps, DataTableSortData, DataTableGroupKeys, MenuSelectProps, SliderProps, AccordionsProps, AccordionProps, BottomSheetProps, ColorPickerProps, };
@@ -1,40 +1,42 @@
1
- import { G as u, z as s, A as e, a as R, B as o, b as t, d as r, o as l, p as d, C as p, e as n, D as T, n as b, x as c, F as S, I as x, _ as g, l as m, M as A, P as C, R as h, f as B, g as D, m as F, v as I, y as k, h as v, i as w, r as G, t as M, s as P, u as f, E, q as L, w as j, j as q, k as y } from "../index-4pX97qAk.js";
1
+ import { I as u, H as e, R as s, a as R, b as o, J as t, c as r, d as l, u as d, v as p, e as n, f as c, K as T, r as b, t as S, D as m, g as x, h as C, _ as g, q as A, F as h, i as B, j as k, k as D, l as F, s as I, B as v, G as w, m as G, n as P, x as f, z as E, y as H, A as L, E as M, w as j, C as q, o as y, p as z } from "../RuiColorPicker.vue_vue_type_script_setup_true_lang-ByCIjyQ_.js";
2
2
  export {
3
3
  u as RuiAccordion,
4
- s as RuiAccordions,
5
- e as RuiAlert,
4
+ e as RuiAccordions,
5
+ s as RuiAlert,
6
6
  R as RuiAutoComplete,
7
7
  o as RuiBadge,
8
- t as RuiButton,
9
- r as RuiButtonGroup,
10
- l as RuiCard,
11
- d as RuiCardHeader,
12
- p as RuiCheckbox,
13
- n as RuiChip,
14
- T as RuiDataTable,
15
- b as RuiDialog,
16
- c as RuiDivider,
17
- S as RuiFooterStepper,
18
- x as RuiIcon,
8
+ t as RuiBottomSheet,
9
+ r as RuiButton,
10
+ l as RuiButtonGroup,
11
+ d as RuiCard,
12
+ p as RuiCardHeader,
13
+ n as RuiCheckbox,
14
+ c as RuiChip,
15
+ T as RuiColorPicker,
16
+ b as RuiDataTable,
17
+ S as RuiDialog,
18
+ m as RuiDivider,
19
+ x as RuiFooterStepper,
20
+ C as RuiIcon,
19
21
  g as RuiLogo,
20
- m as RuiMenu,
21
- A as RuiMenuSelect,
22
- C as RuiProgress,
23
- h as RuiRadio,
24
- B as RuiRadioGroup,
25
- D as RuiRevealableTextField,
26
- F as RuiSimpleSelect,
27
- I as RuiSkeletonLoader,
28
- k as RuiSlider,
29
- v as RuiStepper,
30
- w as RuiSwitch,
31
- G as RuiTab,
32
- M as RuiTabItem,
33
- P as RuiTabItems,
34
- f as RuiTablePagination,
35
- E as RuiTableRowExpander,
36
- L as RuiTabs,
37
- j as RuiTextArea,
38
- q as RuiTextField,
39
- y as RuiTooltip
22
+ A as RuiMenu,
23
+ h as RuiMenuSelect,
24
+ B as RuiProgress,
25
+ k as RuiRadio,
26
+ D as RuiRadioGroup,
27
+ F as RuiRevealableTextField,
28
+ I as RuiSimpleSelect,
29
+ v as RuiSkeletonLoader,
30
+ w as RuiSlider,
31
+ G as RuiStepper,
32
+ P as RuiSwitch,
33
+ f as RuiTab,
34
+ E as RuiTabItem,
35
+ H as RuiTabItems,
36
+ L as RuiTablePagination,
37
+ M as RuiTableRowExpander,
38
+ j as RuiTabs,
39
+ q as RuiTextArea,
40
+ y as RuiTextField,
41
+ z as RuiTooltip
40
42
  };
@@ -3,15 +3,15 @@ export interface Props {
3
3
  }
4
4
  declare const _default: import("vue").DefineComponent<{
5
5
  rounded: {
6
- type: globalThis.PropType<"sm" | "md" | "lg" | "none" | "full">;
6
+ type: globalThis.PropType<"none" | "sm" | "lg" | "md" | "full">;
7
7
  default: undefined;
8
8
  };
9
9
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
10
10
  rounded: {
11
- type: globalThis.PropType<"sm" | "md" | "lg" | "none" | "full">;
11
+ type: globalThis.PropType<"none" | "sm" | "lg" | "md" | "full">;
12
12
  default: undefined;
13
13
  };
14
14
  }>>, {
15
- rounded: "sm" | "md" | "lg" | "none" | "full";
15
+ rounded: "none" | "sm" | "lg" | "md" | "full";
16
16
  }, {}>;
17
17
  export default _default;
@@ -1,27 +1,27 @@
1
- import { type Props as SkeletonBaseProps } from '../../components/loaders/SkeletonBase.vue';
1
+ import { type Props as SkeletonBaseProps } from '../../components/loaders/RuiSkeletonBase.vue';
2
2
  export interface Props extends SkeletonBaseProps {
3
3
  type?: 'text' | 'paragraph' | 'heading' | 'article' | 'button' | 'icon' | 'avatar' | 'thumbnail' | 'custom';
4
4
  }
5
5
  declare const _default: import("vue").DefineComponent<{
6
6
  type: {
7
- type: globalThis.PropType<"heading" | "paragraph" | "text" | "article" | "button" | "icon" | "custom" | "avatar" | "thumbnail">;
7
+ type: globalThis.PropType<"heading" | "paragraph" | "text" | "article" | "button" | "icon" | "avatar" | "thumbnail" | "custom">;
8
8
  default: string;
9
9
  };
10
10
  rounded: {
11
- type: globalThis.PropType<"sm" | "md" | "lg" | "none" | "full">;
11
+ type: globalThis.PropType<"none" | "sm" | "lg" | "md" | "full">;
12
12
  default: undefined;
13
13
  };
14
14
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
15
15
  type: {
16
- type: globalThis.PropType<"heading" | "paragraph" | "text" | "article" | "button" | "icon" | "custom" | "avatar" | "thumbnail">;
16
+ type: globalThis.PropType<"heading" | "paragraph" | "text" | "article" | "button" | "icon" | "avatar" | "thumbnail" | "custom">;
17
17
  default: string;
18
18
  };
19
19
  rounded: {
20
- type: globalThis.PropType<"sm" | "md" | "lg" | "none" | "full">;
20
+ type: globalThis.PropType<"none" | "sm" | "lg" | "md" | "full">;
21
21
  default: undefined;
22
22
  };
23
23
  }>>, {
24
- type: "heading" | "paragraph" | "text" | "article" | "button" | "icon" | "custom" | "avatar" | "thumbnail";
25
- rounded: "sm" | "md" | "lg" | "none" | "full";
24
+ type: "heading" | "paragraph" | "text" | "article" | "button" | "icon" | "avatar" | "thumbnail" | "custom";
25
+ rounded: "none" | "sm" | "lg" | "md" | "full";
26
26
  }, {}>;
27
27
  export default _default;
@@ -0,0 +1,65 @@
1
+ interface ExternalLinks {
2
+ drawer?: string;
3
+ app?: string;
4
+ website?: string;
5
+ about?: string;
6
+ emptyScreen?: string;
7
+ [key: string]: string | undefined;
8
+ }
9
+ export interface Props {
10
+ text?: boolean;
11
+ branch?: 'develop' | 'main' | string;
12
+ logo?: keyof ExternalLinks;
13
+ size?: string | number;
14
+ uniqueKey?: string | number;
15
+ }
16
+ declare const _default: import("vue").DefineComponent<{
17
+ text: {
18
+ type: globalThis.PropType<boolean>;
19
+ default: boolean;
20
+ };
21
+ size: {
22
+ type: globalThis.PropType<string | number>;
23
+ default: number;
24
+ };
25
+ branch: {
26
+ type: globalThis.PropType<string>;
27
+ default: string;
28
+ };
29
+ logo: {
30
+ type: globalThis.PropType<keyof ExternalLinks>;
31
+ default: undefined;
32
+ };
33
+ uniqueKey: {
34
+ type: globalThis.PropType<string | number>;
35
+ default: undefined;
36
+ };
37
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
38
+ text: {
39
+ type: globalThis.PropType<boolean>;
40
+ default: boolean;
41
+ };
42
+ size: {
43
+ type: globalThis.PropType<string | number>;
44
+ default: number;
45
+ };
46
+ branch: {
47
+ type: globalThis.PropType<string>;
48
+ default: string;
49
+ };
50
+ logo: {
51
+ type: globalThis.PropType<keyof ExternalLinks>;
52
+ default: undefined;
53
+ };
54
+ uniqueKey: {
55
+ type: globalThis.PropType<string | number>;
56
+ default: undefined;
57
+ };
58
+ }>>, {
59
+ text: boolean;
60
+ size: string | number;
61
+ branch: string;
62
+ logo: keyof ExternalLinks;
63
+ uniqueKey: string | number;
64
+ }, {}>;
65
+ export default _default;
@@ -1,5 +1,5 @@
1
1
  import type { ContextColorsType } from '../../../consts/colors';
2
- import type { RuiIcons } from '~/src';
2
+ import type { RuiIcons } from '../../../icons';
3
3
  export interface Props {
4
4
  text?: string | null;
5
5
  icon?: RuiIcons | null;
@@ -14,20 +14,16 @@ export interface Props {
14
14
  color?: 'default' | ContextColorsType;
15
15
  }
16
16
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
17
- size: {
18
- type: globalThis.PropType<"sm" | "md" | "lg">;
19
- default: string;
20
- };
21
17
  text: {
22
18
  type: globalThis.PropType<string | null>;
23
19
  default: null;
24
20
  };
25
- color: {
26
- type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success" | "default">;
21
+ size: {
22
+ type: globalThis.PropType<"sm" | "lg" | "md">;
27
23
  default: string;
28
24
  };
29
- rounded: {
30
- type: globalThis.PropType<"sm" | "md" | "lg" | "full">;
25
+ color: {
26
+ type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success" | "default">;
31
27
  default: string;
32
28
  };
33
29
  icon: {
@@ -38,6 +34,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
38
34
  type: globalThis.PropType<boolean>;
39
35
  default: boolean;
40
36
  };
37
+ rounded: {
38
+ type: globalThis.PropType<"sm" | "lg" | "md" | "full">;
39
+ default: string;
40
+ };
41
41
  left: {
42
42
  type: globalThis.PropType<boolean>;
43
43
  default: boolean;
@@ -59,20 +59,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
59
59
  default: number;
60
60
  };
61
61
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
62
- size: {
63
- type: globalThis.PropType<"sm" | "md" | "lg">;
64
- default: string;
65
- };
66
62
  text: {
67
63
  type: globalThis.PropType<string | null>;
68
64
  default: null;
69
65
  };
70
- color: {
71
- type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success" | "default">;
66
+ size: {
67
+ type: globalThis.PropType<"sm" | "lg" | "md">;
72
68
  default: string;
73
69
  };
74
- rounded: {
75
- type: globalThis.PropType<"sm" | "md" | "lg" | "full">;
70
+ color: {
71
+ type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success" | "default">;
76
72
  default: string;
77
73
  };
78
74
  icon: {
@@ -83,6 +79,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
83
79
  type: globalThis.PropType<boolean>;
84
80
  default: boolean;
85
81
  };
82
+ rounded: {
83
+ type: globalThis.PropType<"sm" | "lg" | "md" | "full">;
84
+ default: string;
85
+ };
86
86
  left: {
87
87
  type: globalThis.PropType<boolean>;
88
88
  default: boolean;
@@ -104,12 +104,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
104
104
  default: number;
105
105
  };
106
106
  }>>, {
107
- size: "sm" | "md" | "lg";
108
107
  text: string | null;
108
+ size: "sm" | "lg" | "md";
109
109
  color: "primary" | "secondary" | "error" | "warning" | "info" | "success" | "default";
110
- rounded: "sm" | "md" | "lg" | "full";
111
110
  icon: RuiIcons | null;
112
111
  modelValue: boolean;
112
+ rounded: "sm" | "lg" | "md" | "full";
113
113
  left: boolean;
114
114
  placement: "bottom" | "top" | "center";
115
115
  dot: boolean;
@@ -0,0 +1,46 @@
1
+ export interface BottomSheetProps {
2
+ modelValue?: boolean;
3
+ persistent?: boolean;
4
+ width?: string | number;
5
+ maxWidth?: string | number;
6
+ }
7
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
8
+ width: {
9
+ type: globalThis.PropType<string | number>;
10
+ };
11
+ modelValue: {
12
+ type: globalThis.PropType<boolean>;
13
+ default: boolean;
14
+ };
15
+ maxWidth: {
16
+ type: globalThis.PropType<string | number>;
17
+ };
18
+ persistent: {
19
+ type: globalThis.PropType<boolean>;
20
+ default: boolean;
21
+ };
22
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
23
+ width: {
24
+ type: globalThis.PropType<string | number>;
25
+ };
26
+ modelValue: {
27
+ type: globalThis.PropType<boolean>;
28
+ default: boolean;
29
+ };
30
+ maxWidth: {
31
+ type: globalThis.PropType<string | number>;
32
+ };
33
+ persistent: {
34
+ type: globalThis.PropType<boolean>;
35
+ default: boolean;
36
+ };
37
+ }>>, {
38
+ modelValue: boolean;
39
+ persistent: boolean;
40
+ }, {}>, Partial<Record<string, (_: any) => any>>>;
41
+ export default _default;
42
+ type __VLS_WithTemplateSlots<T, S> = T & {
43
+ new (): {
44
+ $slots: S;
45
+ };
46
+ };
@@ -0,0 +1,87 @@
1
+ export interface DialogProps {
2
+ modelValue?: boolean;
3
+ persistent?: boolean;
4
+ width?: string | number;
5
+ maxWidth?: string | number;
6
+ bottomSheet?: boolean;
7
+ contentClass?: any;
8
+ }
9
+ declare function close(): void;
10
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
11
+ width: {
12
+ type: globalThis.PropType<string | number>;
13
+ default: string;
14
+ };
15
+ contentClass: {
16
+ type: globalThis.PropType<any>;
17
+ default: string;
18
+ };
19
+ modelValue: {
20
+ type: globalThis.PropType<boolean>;
21
+ default: boolean;
22
+ };
23
+ maxWidth: {
24
+ type: globalThis.PropType<string | number>;
25
+ };
26
+ persistent: {
27
+ type: globalThis.PropType<boolean>;
28
+ default: boolean;
29
+ };
30
+ bottomSheet: {
31
+ type: globalThis.PropType<boolean>;
32
+ default: boolean;
33
+ };
34
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
35
+ "update:model-value": (value: boolean) => void;
36
+ closed: () => void;
37
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
38
+ width: {
39
+ type: globalThis.PropType<string | number>;
40
+ default: string;
41
+ };
42
+ contentClass: {
43
+ type: globalThis.PropType<any>;
44
+ default: string;
45
+ };
46
+ modelValue: {
47
+ type: globalThis.PropType<boolean>;
48
+ default: boolean;
49
+ };
50
+ maxWidth: {
51
+ type: globalThis.PropType<string | number>;
52
+ };
53
+ persistent: {
54
+ type: globalThis.PropType<boolean>;
55
+ default: boolean;
56
+ };
57
+ bottomSheet: {
58
+ type: globalThis.PropType<boolean>;
59
+ default: boolean;
60
+ };
61
+ }>> & {
62
+ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
63
+ onClosed?: (() => any) | undefined;
64
+ }, {
65
+ width: string | number;
66
+ contentClass: any;
67
+ modelValue: boolean;
68
+ persistent: boolean;
69
+ bottomSheet: boolean;
70
+ }, {}>, {
71
+ activator?(_: {
72
+ on: {
73
+ click: () => void;
74
+ };
75
+ isOpen: boolean;
76
+ }): any;
77
+ default?(_: {
78
+ isOpen: true;
79
+ close: typeof close;
80
+ }): any;
81
+ }>;
82
+ export default _default;
83
+ type __VLS_WithTemplateSlots<T, S> = T & {
84
+ new (): {
85
+ $slots: S;
86
+ };
87
+ };