sprintify-ui 0.10.14 → 0.10.16

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 (119) hide show
  1. package/README.md +4 -2
  2. package/dist/BaseCkeditor-C9d4NSCx.js +113 -0
  3. package/dist/sprintify-ui.es.js +14283 -81751
  4. package/dist/style.css +3 -3
  5. package/dist/types/components/BaseActionButtons.vue.d.ts +1 -1
  6. package/dist/types/components/BaseActionItem.vue.d.ts +7 -10
  7. package/dist/types/components/BaseAddressForm.vue.d.ts +1 -1
  8. package/dist/types/components/BaseAlert.vue.d.ts +24 -11
  9. package/dist/types/components/BaseApp.vue.d.ts +14 -12
  10. package/dist/types/components/BaseAssign.vue.d.ts +1 -1
  11. package/dist/types/components/BaseAutocomplete.vue.d.ts +642 -452
  12. package/dist/types/components/BaseAutocompleteDrawer.vue.d.ts +117 -22
  13. package/dist/types/components/BaseAutocompleteFetch.vue.d.ts +1029 -410
  14. package/dist/types/components/BaseAvatar.vue.d.ts +1 -1
  15. package/dist/types/components/BaseAvatarGroup.vue.d.ts +1 -1
  16. package/dist/types/components/BaseBadge.vue.d.ts +23 -11
  17. package/dist/types/components/BaseBelongsTo.vue.d.ts +985 -409
  18. package/dist/types/components/BaseBelongsToFetch.vue.d.ts +750 -369
  19. package/dist/types/components/BaseBoolean.vue.d.ts +1 -1
  20. package/dist/types/components/BaseBreadcrumbs.vue.d.ts +1 -1
  21. package/dist/types/components/BaseButton.vue.d.ts +57 -13
  22. package/dist/types/components/BaseButtonGroup.vue.d.ts +166 -15
  23. package/dist/types/components/BaseCard.vue.d.ts +26 -12
  24. package/dist/types/components/BaseCardRow.vue.d.ts +20 -11
  25. package/dist/types/components/BaseCharacterCounter.vue.d.ts +1 -1
  26. package/dist/types/components/BaseCkeditor.vue.d.ts +32 -0
  27. package/dist/types/components/BaseClipboard.vue.d.ts +45 -13
  28. package/dist/types/components/BaseCollapse.vue.d.ts +41 -20
  29. package/dist/types/components/BaseContainer.vue.d.ts +16 -11
  30. package/dist/types/components/BaseCounter.vue.d.ts +1 -1
  31. package/dist/types/components/BaseCropper.vue.d.ts +55 -30
  32. package/dist/types/components/BaseDataIterator.vue.d.ts +43 -42
  33. package/dist/types/components/BaseDataIteratorSectionBox.vue.d.ts +15 -12
  34. package/dist/types/components/BaseDataIteratorSectionColumns.vue.d.ts +1 -1
  35. package/dist/types/components/BaseDataIteratorSectionModal.vue.d.ts +19 -10
  36. package/dist/types/components/BaseDataTable.vue.d.ts +2045 -735
  37. package/dist/types/components/BaseDataTableTemplate.vue.d.ts +563 -100
  38. package/dist/types/components/BaseDatePicker.vue.d.ts +1 -1
  39. package/dist/types/components/BaseDateSelect.vue.d.ts +1 -1
  40. package/dist/types/components/BaseDescriptionList.vue.d.ts +12 -12
  41. package/dist/types/components/BaseDescriptionListItem.vue.d.ts +16 -15
  42. package/dist/types/components/BaseDialog.vue.d.ts +114 -407
  43. package/dist/types/components/BaseDisplayRelativeTime.vue.d.ts +55 -13
  44. package/dist/types/components/BaseDraggable.vue.d.ts +21 -17
  45. package/dist/types/components/BaseDropdown.vue.d.ts +155 -17
  46. package/dist/types/components/BaseDropdownAutocomplete.vue.d.ts +134 -19
  47. package/dist/types/components/BaseField.vue.d.ts +103 -12
  48. package/dist/types/components/BaseFieldI18n.vue.d.ts +1 -1
  49. package/dist/types/components/BaseFilePicker.vue.d.ts +35 -16
  50. package/dist/types/components/BaseFilePickerCrop.vue.d.ts +87 -42
  51. package/dist/types/components/BaseFileUploader.vue.d.ts +195 -29
  52. package/dist/types/components/BaseForm.vue.d.ts +161 -20
  53. package/dist/types/components/BaseGantt.vue.d.ts +1130 -409
  54. package/dist/types/components/BaseHasMany.vue.d.ts +586 -345
  55. package/dist/types/components/BaseHasManyFetch.vue.d.ts +598 -249
  56. package/dist/types/components/BaseHeader.vue.d.ts +1 -1
  57. package/dist/types/components/BaseIconPicker.vue.d.ts +1 -1
  58. package/dist/types/components/BaseInputError.vue.d.ts +23 -11
  59. package/dist/types/components/BaseJsonReaderItem.vue.d.ts +1 -1
  60. package/dist/types/components/BaseLayoutNotificationItemContent.vue.d.ts +1 -1
  61. package/dist/types/components/BaseLayoutSidebar.vue.d.ts +127 -16
  62. package/dist/types/components/BaseLayoutSidebarConfigurable.vue.d.ts +115 -13
  63. package/dist/types/components/BaseLayoutStacked.vue.d.ts +69 -22
  64. package/dist/types/components/BaseLayoutStackedConfigurable.vue.d.ts +120 -10
  65. package/dist/types/components/BaseLazy.vue.d.ts +20 -15
  66. package/dist/types/components/BaseMediaGallery.vue.d.ts +1 -1
  67. package/dist/types/components/BaseMediaGalleryItem.vue.d.ts +1 -1
  68. package/dist/types/components/BaseMediaItem.vue.d.ts +1 -1
  69. package/dist/types/components/BaseMediaLibrary.vue.d.ts +234 -34
  70. package/dist/types/components/BaseMediaList.vue.d.ts +1 -1
  71. package/dist/types/components/BaseMediaListItem.vue.d.ts +1 -1
  72. package/dist/types/components/BaseMediaPictures.vue.d.ts +1 -1
  73. package/dist/types/components/BaseMediaPicturesItem.vue.d.ts +1 -1
  74. package/dist/types/components/BaseMenu.vue.d.ts +233 -30
  75. package/dist/types/components/BaseMenuItem.vue.d.ts +1 -1
  76. package/dist/types/components/BaseModalCenter.vue.d.ts +88 -12
  77. package/dist/types/components/BaseModalSide.vue.d.ts +72 -12
  78. package/dist/types/components/BaseNavbar.vue.d.ts +88 -22
  79. package/dist/types/components/BaseNavbarItem.vue.d.ts +1 -1
  80. package/dist/types/components/BaseNavbarItemContent.vue.d.ts +1 -1
  81. package/dist/types/components/BaseNavbarSideItem.vue.d.ts +1 -1
  82. package/dist/types/components/BaseNavbarSideItemContent.vue.d.ts +1 -1
  83. package/dist/types/components/BasePagination.vue.d.ts +1 -1
  84. package/dist/types/components/BaseRadioGroup.vue.d.ts +113 -13
  85. package/dist/types/components/BaseReadMore.vue.d.ts +31 -12
  86. package/dist/types/components/BaseRichText.vue.d.ts +1 -1
  87. package/dist/types/components/BaseSelect.vue.d.ts +149 -12
  88. package/dist/types/components/BaseShortcut.vue.d.ts +1 -1
  89. package/dist/types/components/BaseSideNavigation.vue.d.ts +11 -12
  90. package/dist/types/components/BaseSideNavigationItem.vue.d.ts +22 -13
  91. package/dist/types/components/BaseSkeleton.vue.d.ts +3 -3
  92. package/dist/types/components/BaseStepper.vue.d.ts +1 -1
  93. package/dist/types/components/BaseSwitch.vue.d.ts +118 -10
  94. package/dist/types/components/BaseSystemAlert.vue.d.ts +58 -11
  95. package/dist/types/components/BaseTabItem.vue.d.ts +25 -16
  96. package/dist/types/components/BaseTable.vue.d.ts +29 -14
  97. package/dist/types/components/BaseTableBody.vue.d.ts +9 -12
  98. package/dist/types/components/BaseTableCell.vue.d.ts +40 -15
  99. package/dist/types/components/BaseTableColumn.vue.d.ts +2 -2
  100. package/dist/types/components/BaseTableHead.vue.d.ts +14 -12
  101. package/dist/types/components/BaseTableHeader.vue.d.ts +25 -14
  102. package/dist/types/components/BaseTableRow.vue.d.ts +40 -13
  103. package/dist/types/components/BaseTabs.vue.d.ts +16 -15
  104. package/dist/types/components/BaseTagAutocomplete.vue.d.ts +578 -199
  105. package/dist/types/components/BaseTagAutocompleteFetch.vue.d.ts +803 -346
  106. package/dist/types/components/BaseTextareaAutoresize.vue.d.ts +1 -1
  107. package/dist/types/components/BaseTimeline.vue.d.ts +1 -1
  108. package/dist/types/components/BaseTimelineItem.vue.d.ts +1 -1
  109. package/dist/types/components/BaseToast.vue.d.ts +1 -1
  110. package/dist/types/components/BaseTooltip.vue.d.ts +41 -15
  111. package/dist/types/components/BaseUniqueCode.vue.d.ts +1 -1
  112. package/dist/types/stories/PageInputSizes.vue.d.ts +1 -1
  113. package/dist/types/stories/PageShow.vue.d.ts +1 -1
  114. package/dist/types/svg/BaseEmptyState.vue.d.ts +1 -1
  115. package/dist/types/svg/BaseSpinnerSmall.vue.d.ts +1 -1
  116. package/package.json +5 -4
  117. package/src/components/BaseCkeditor.vue +137 -0
  118. package/src/components/BaseDraggable.vue +1 -1
  119. package/src/components/BaseRichText.vue +10 -100
@@ -1,14 +1,61 @@
1
1
  import { PropType } from 'vue';
2
2
  import { RouteLocationRaw } from 'vue-router';
3
- declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
- slots: {
6
- default?(_: {}): any;
3
+ declare function close(): void;
4
+ declare const is: import("vue").ComputedRef<string>;
5
+ declare const colorClasses: import("vue").ComputedRef<string>;
6
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
7
+ declare var __VLS_9: {};
8
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
9
+ default?: (props: typeof __VLS_9) => any;
10
+ }>;
11
+ declare const __VLS_self: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
12
+ to: {
13
+ default: undefined;
14
+ type: PropType<RouteLocationRaw | undefined>;
7
15
  };
8
- refs: {};
9
- rootEl: HTMLDivElement;
10
- };
11
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ action: {
17
+ default: undefined;
18
+ type: PropType<() => Promise<void> | void>;
19
+ };
20
+ color: {
21
+ default: string;
22
+ type: PropType<"info" | "warning" | "danger" | "success">;
23
+ };
24
+ closable: {
25
+ default: boolean;
26
+ type: BooleanConstructor;
27
+ };
28
+ }>, {
29
+ close: typeof close;
30
+ is: typeof is;
31
+ colorClasses: typeof colorClasses;
32
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
33
+ close: (...args: any[]) => void;
34
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
35
+ to: {
36
+ default: undefined;
37
+ type: PropType<RouteLocationRaw | undefined>;
38
+ };
39
+ action: {
40
+ default: undefined;
41
+ type: PropType<() => Promise<void> | void>;
42
+ };
43
+ color: {
44
+ default: string;
45
+ type: PropType<"info" | "warning" | "danger" | "success">;
46
+ };
47
+ closable: {
48
+ default: boolean;
49
+ type: BooleanConstructor;
50
+ };
51
+ }>> & Readonly<{
52
+ onClose?: ((...args: any[]) => any) | undefined;
53
+ }>, {
54
+ to: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric | undefined;
55
+ color: "danger" | "success" | "warning" | "info";
56
+ action: () => Promise<void> | void;
57
+ closable: boolean;
58
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
59
  declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
13
60
  to: {
14
61
  default: undefined;
@@ -52,10 +99,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
52
99
  color: "danger" | "success" | "warning" | "info";
53
100
  action: () => Promise<void> | void;
54
101
  closable: boolean;
55
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
56
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
102
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
103
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
57
104
  export default _default;
58
- type __VLS_WithTemplateSlots<T, S> = T & {
105
+ type __VLS_WithSlots<T, S> = T & {
59
106
  new (): {
60
107
  $slots: S;
61
108
  };
@@ -1,29 +1,38 @@
1
- import { RouteLocationRaw } from 'vue-router';
1
+ import { NavigationFailure, RouteLocationRaw } from 'vue-router';
2
2
  type __VLS_Props = {
3
3
  to: RouteLocationRaw;
4
4
  disabled?: boolean;
5
5
  activeStrategy?: 'default' | 'exact';
6
6
  };
7
- declare function __VLS_template(): {
8
- attrs: Partial<{}>;
9
- slots: {
10
- default?(_: {
11
- active: boolean;
12
- }): any;
13
- };
14
- refs: {
15
- baseTabItemRef: HTMLLIElement;
16
- };
17
- rootEl: HTMLLIElement;
7
+ declare function onClick(navigate: () => Promise<void | NavigationFailure>): Promise<void | NavigationFailure> | undefined;
8
+ declare function isActiveInternal(isActive: boolean, isExactActive: boolean): boolean;
9
+ declare const baseTabItemRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
10
+ declare const sizeClassOuter: import("vue").ComputedRef<"" | "px-1" | "px-1.5" | "px-2">;
11
+ declare const sizeClassInner: import("vue").ComputedRef<"" | "text-xs py-1 px-1 font-normal" | "text-sm py-1 px-2 font-normal" | "text-sm py-1.5 px-2 font-normal" | "text-base py-1.5 px-3 font-normal">;
12
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
13
+ declare var __VLS_5: {
14
+ active: boolean;
18
15
  };
19
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
17
+ default?: (props: typeof __VLS_5) => any;
18
+ }>;
19
+ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
20
+ onClick: typeof onClick;
21
+ isActiveInternal: typeof isActiveInternal;
22
+ baseTabItemRef: typeof baseTabItemRef;
23
+ sizeClassOuter: typeof sizeClassOuter;
24
+ sizeClassInner: typeof sizeClassInner;
25
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
26
+ disabled: boolean;
27
+ activeStrategy: "default" | "exact";
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
29
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
21
30
  disabled: boolean;
22
31
  activeStrategy: "default" | "exact";
23
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLLIElement>;
24
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
32
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
33
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
25
34
  export default _default;
26
- type __VLS_WithTemplateSlots<T, S> = T & {
35
+ type __VLS_WithSlots<T, S> = T & {
27
36
  new (): {
28
37
  $slots: S;
29
38
  };
@@ -1,17 +1,32 @@
1
+ import BaseSpinnerLarge from '@/svg/BaseSpinnerLarge.vue';
1
2
  import { TableProps } from '@/services/table/types';
3
+ import { Ref } from 'vue';
4
+ declare const classes: import("vue").ComputedRef<string>;
5
+ declare const scrollableRef: Ref<HTMLElement | null, HTMLElement | null>;
2
6
  declare function scrollTop(): void;
3
- declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
- slots: {
6
- default?(_: {}): any;
7
- loading?(_: {}): any;
8
- };
9
- refs: {
10
- scrollableRef: HTMLDivElement;
11
- };
12
- rootEl: any;
13
- };
14
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
7
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
8
+ declare var __VLS_1: {}, __VLS_3: {};
9
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
10
+ default?: (props: typeof __VLS_1) => any;
11
+ } & {
12
+ loading?: (props: typeof __VLS_3) => any;
13
+ }>;
14
+ declare const __VLS_self: import("vue").DefineComponent<TableProps, {
15
+ BaseSpinnerLarge: typeof BaseSpinnerLarge;
16
+ classes: typeof classes;
17
+ scrollableRef: typeof scrollableRef;
18
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TableProps> & Readonly<{}>, {
19
+ class: string | false | 0 | 0n | import("tailwind-merge").ClassNameValue[] | null;
20
+ size: import("@/services/table/types").CellSize;
21
+ grid: boolean;
22
+ loading: boolean;
23
+ fixedHeader: boolean;
24
+ fixedColumn: boolean;
25
+ striped: boolean;
26
+ flush: boolean;
27
+ maxHeight: number;
28
+ virtualScrolling: boolean;
29
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
30
  declare const __VLS_component: import("vue").DefineComponent<TableProps, {
16
31
  scrollTop: typeof scrollTop;
17
32
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TableProps> & Readonly<{}>, {
@@ -26,9 +41,9 @@ declare const __VLS_component: import("vue").DefineComponent<TableProps, {
26
41
  maxHeight: number;
27
42
  virtualScrolling: boolean;
28
43
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
44
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
30
45
  export default _default;
31
- type __VLS_WithTemplateSlots<T, S> = T & {
46
+ type __VLS_WithSlots<T, S> = T & {
32
47
  new (): {
33
48
  $slots: S;
34
49
  };
@@ -1,16 +1,13 @@
1
- declare function __VLS_template(): {
2
- attrs: Partial<{}>;
3
- slots: {
4
- default?(_: {}): any;
5
- };
6
- refs: {};
7
- rootEl: HTMLTableSectionElement;
8
- };
9
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLTableSectionElement>;
11
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
2
+ declare var __VLS_1: {};
3
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
4
+ default?: (props: typeof __VLS_1) => any;
5
+ }>;
6
+ declare const __VLS_self: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
12
9
  export default _default;
13
- type __VLS_WithTemplateSlots<T, S> = T & {
10
+ type __VLS_WithSlots<T, S> = T & {
14
11
  new (): {
15
12
  $slots: S;
16
13
  };
@@ -1,6 +1,7 @@
1
- import { RouteLocationRaw } from 'vue-router';
1
+ import { RouteLocationRaw, RouterLink } from 'vue-router';
2
+ import { CellProps } from '../services/table/types';
2
3
  import { ClassNameValue } from 'tailwind-merge';
3
- import { StyleValue } from 'vue';
4
+ import { ComputedRef, StyleValue } from 'vue';
4
5
  type __VLS_Props = {
5
6
  href?: string;
6
7
  to?: RouteLocationRaw;
@@ -15,24 +16,48 @@ type __VLS_Props = {
15
16
  onMouseleave?: (e: MouseEvent) => void;
16
17
  ignoreRowInteractions?: boolean;
17
18
  };
18
- declare function __VLS_template(): {
19
- attrs: Partial<{}>;
20
- slots: {
21
- default?(_: {
22
- hover: boolean;
23
- }): any;
24
- };
25
- refs: {};
26
- rootEl: any;
19
+ declare const propsInternal: ComputedRef<CellProps>;
20
+ declare const hoverInternal: ComputedRef<boolean>;
21
+ declare const classes: ComputedRef<string | string[]>;
22
+ declare function onClick(event: MouseEvent): void;
23
+ declare function onMouseEnter(event: MouseEvent): void;
24
+ declare function onMouseLeave(event: MouseEvent): void;
25
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
26
+ declare var __VLS_5: {
27
+ hover: boolean;
27
28
  };
28
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
29
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
29
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
30
+ default?: (props: typeof __VLS_5) => any;
31
+ }>;
32
+ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
33
+ RouterLink: typeof RouterLink;
34
+ propsInternal: typeof propsInternal;
35
+ hoverInternal: typeof hoverInternal;
36
+ classes: typeof classes;
37
+ onClick: typeof onClick;
38
+ onMouseEnter: typeof onMouseEnter;
39
+ onMouseLeave: typeof onMouseLeave;
40
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
30
41
  class: string | false | 0 | 0n | ClassNameValue[] | null;
31
42
  onClick: (e: MouseEvent) => void;
43
+ to: RouteLocationRaw;
44
+ target: "_blank" | "_self" | "_parent" | "_top";
45
+ href: string;
32
46
  style: string | false | import("vue").CSSProperties | StyleValue[] | null;
47
+ title: string;
48
+ onMouseenter: (e: MouseEvent) => void;
49
+ onMouseleave: (e: MouseEvent) => void;
50
+ align: "left" | "center" | "right";
51
+ ignoreRowInteractions: boolean;
52
+ colspan: number | string;
53
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
54
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
55
+ class: string | false | 0 | 0n | ClassNameValue[] | null;
56
+ onClick: (e: MouseEvent) => void;
33
57
  to: RouteLocationRaw;
34
58
  target: "_blank" | "_self" | "_parent" | "_top";
35
59
  href: string;
60
+ style: string | false | import("vue").CSSProperties | StyleValue[] | null;
36
61
  title: string;
37
62
  onMouseenter: (e: MouseEvent) => void;
38
63
  onMouseleave: (e: MouseEvent) => void;
@@ -40,9 +65,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
40
65
  ignoreRowInteractions: boolean;
41
66
  colspan: number | string;
42
67
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
43
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
68
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
44
69
  export default _default;
45
- type __VLS_WithTemplateSlots<T, S> = T & {
70
+ type __VLS_WithSlots<T, S> = T & {
46
71
  new (): {
47
72
  $slots: S;
48
73
  };
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12
12
  };
13
13
  class: {
14
14
  default: string;
15
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
15
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
16
16
  };
17
17
  field: {
18
18
  default: string;
@@ -103,7 +103,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
103
103
  };
104
104
  class: {
105
105
  default: string;
106
- type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
106
+ type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
107
107
  };
108
108
  field: {
109
109
  default: string;
@@ -2,21 +2,23 @@ import { ClassNameValue } from 'tailwind-merge';
2
2
  type __VLS_Props = {
3
3
  class?: ClassNameValue;
4
4
  };
5
- declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
- slots: {
8
- default?(_: {}): any;
9
- };
10
- refs: {};
11
- rootEl: HTMLTableSectionElement;
12
- };
13
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
5
+ declare const classes: import("vue").ComputedRef<string>;
6
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
7
+ declare var __VLS_1: {};
8
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
9
+ default?: (props: typeof __VLS_1) => any;
10
+ }>;
11
+ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
12
+ classes: typeof classes;
13
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
+ class: string | false | 0 | 0n | ClassNameValue[] | null;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
16
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
15
17
  class: string | false | 0 | 0n | ClassNameValue[] | null;
16
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
17
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
20
  export default _default;
19
- type __VLS_WithTemplateSlots<T, S> = T & {
21
+ type __VLS_WithSlots<T, S> = T & {
20
22
  new (): {
21
23
  $slots: S;
22
24
  };
@@ -1,22 +1,33 @@
1
1
  import { ClassNameValue } from 'tailwind-merge';
2
- import { StyleValue } from 'vue';
2
+ import { ComputedRef, StyleValue } from 'vue';
3
3
  type __VLS_Props = {
4
4
  class?: ClassNameValue;
5
5
  style?: StyleValue;
6
6
  align?: 'left' | 'center' | 'right';
7
7
  colspan?: number;
8
8
  };
9
- declare function __VLS_template(): {
10
- attrs: Partial<{}>;
11
- slots: {
12
- default?(_: {}): any;
13
- };
14
- refs: {
15
- thRef: HTMLTableCellElement;
16
- };
17
- rootEl: any;
18
- };
19
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ declare function onClick(event: MouseEvent): void;
10
+ declare const thRef: import("vue").Ref<HTMLTableCellElement | null, HTMLTableCellElement | null>;
11
+ declare const classes: ComputedRef<string | string[]>;
12
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
13
+ declare var __VLS_1: {};
14
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
15
+ default?: (props: typeof __VLS_1) => any;
16
+ }>;
17
+ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
18
+ onClick: typeof onClick;
19
+ thRef: typeof thRef;
20
+ classes: typeof classes;
21
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
+ click: (...args: any[]) => void;
23
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
24
+ onClick?: ((...args: any[]) => any) | undefined;
25
+ }>, {
26
+ class: string | false | 0 | 0n | ClassNameValue[] | null;
27
+ style: string | false | import("vue").CSSProperties | StyleValue[] | null;
28
+ align: "left" | "center" | "right";
29
+ colspan: number;
30
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
31
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
32
  click: (...args: any[]) => void;
22
33
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
@@ -27,9 +38,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
27
38
  align: "left" | "center" | "right";
28
39
  colspan: number;
29
40
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
30
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
41
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
31
42
  export default _default;
32
- type __VLS_WithTemplateSlots<T, S> = T & {
43
+ type __VLS_WithSlots<T, S> = T & {
33
44
  new (): {
34
45
  $slots: S;
35
46
  };
@@ -1,5 +1,10 @@
1
1
  import { ClassNameValue } from 'tailwind-merge';
2
2
  import { RouteLocationRaw } from 'vue-router';
3
+ import { ComputedRef, Ref } from 'vue';
4
+ declare const trRef: Ref<HTMLTableRowElement | null, HTMLTableRowElement | null>;
5
+ declare const height: ComputedRef<number | undefined>;
6
+ declare const visible: ComputedRef<boolean>;
7
+ declare const cellClass: ComputedRef<string>;
3
8
  type __VLS_Props = {
4
9
  href?: string;
5
10
  to?: RouteLocationRaw;
@@ -9,17 +14,39 @@ type __VLS_Props = {
9
14
  selected?: boolean;
10
15
  onClick?: (e: MouseEvent) => void;
11
16
  };
12
- declare function __VLS_template(): {
13
- attrs: Partial<{}>;
14
- slots: {
15
- default?(_: {}): any;
16
- };
17
- refs: {
18
- trRef: HTMLTableRowElement;
19
- };
20
- rootEl: any;
21
- };
22
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const classes: ComputedRef<string>;
18
+ declare function onMouseEnter(): void;
19
+ declare function onMouseLeave(): void;
20
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
21
+ declare var __VLS_1: {};
22
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
23
+ default?: (props: typeof __VLS_1) => any;
24
+ }>;
25
+ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
26
+ trRef: typeof trRef;
27
+ height: typeof height;
28
+ visible: typeof visible;
29
+ cellClass: typeof cellClass;
30
+ classes: typeof classes;
31
+ onMouseEnter: typeof onMouseEnter;
32
+ onMouseLeave: typeof onMouseLeave;
33
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
34
+ click: (...args: any[]) => void;
35
+ mouseenter: (...args: any[]) => void;
36
+ mouseleave: (...args: any[]) => void;
37
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
38
+ onClick?: ((...args: any[]) => any) | undefined;
39
+ onMouseenter?: ((...args: any[]) => any) | undefined;
40
+ onMouseleave?: ((...args: any[]) => any) | undefined;
41
+ }>, {
42
+ class: string | false | 0 | 0n | ClassNameValue[] | null;
43
+ onClick: (e: MouseEvent) => void;
44
+ to: RouteLocationRaw;
45
+ target: "_blank" | "_self" | "_parent" | "_top";
46
+ href: string;
47
+ title: string;
48
+ selected: boolean;
49
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
50
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
51
  click: (...args: any[]) => void;
25
52
  mouseenter: (...args: any[]) => void;
@@ -37,9 +64,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
37
64
  title: string;
38
65
  selected: boolean;
39
66
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
40
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
67
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
41
68
  export default _default;
42
- type __VLS_WithTemplateSlots<T, S> = T & {
69
+ type __VLS_WithSlots<T, S> = T & {
43
70
  new (): {
44
71
  $slots: S;
45
72
  };
@@ -1,24 +1,25 @@
1
1
  type __VLS_Props = {
2
2
  size?: 'xs' | 'sm' | 'md' | 'lg';
3
3
  };
4
- declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
- slots: {
7
- default?(_: {}): any;
8
- };
9
- refs: {
10
- scrollable: HTMLDivElement;
11
- lineRef: HTMLDivElement;
12
- };
13
- rootEl: HTMLDivElement;
14
- };
15
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
4
+ declare const scrollable: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
5
+ declare const lineRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
6
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
7
+ declare var __VLS_1: {};
8
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
9
+ default?: (props: typeof __VLS_1) => any;
10
+ }>;
11
+ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
12
+ scrollable: typeof scrollable;
13
+ lineRef: typeof lineRef;
14
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
15
+ size: "xs" | "sm" | "md" | "lg";
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
17
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
17
18
  size: "xs" | "sm" | "md" | "lg";
18
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
19
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
20
21
  export default _default;
21
- type __VLS_WithTemplateSlots<T, S> = T & {
22
+ type __VLS_WithSlots<T, S> = T & {
22
23
  new (): {
23
24
  $slots: S;
24
25
  };