@v1nt1248/3nclient-lib 0.1.6 → 0.1.8

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 (128) hide show
  1. package/dist/components/index.d.ts +40 -23
  2. package/dist/components/ui3n-badge/types.d.ts +13 -0
  3. package/dist/components/{ui3n-badge-simple.vue.d.ts → ui3n-badge/ui3n-badge-simple.vue.d.ts} +1 -6
  4. package/dist/components/{ui3n-badge.vue.d.ts → ui3n-badge/ui3n-badge.vue.d.ts} +1 -7
  5. package/dist/components/ui3n-breadcrumbs/types.d.ts +17 -0
  6. package/dist/components/{ui3n-breadcrumb.vue.d.ts → ui3n-breadcrumbs/ui3n-breadcrumb.vue.d.ts} +1 -12
  7. package/dist/components/{ui3n-breadcrumbs.vue.d.ts → ui3n-breadcrumbs/ui3n-breadcrumbs.vue.d.ts} +1 -4
  8. package/dist/components/ui3n-button/types.d.ts +19 -0
  9. package/dist/components/{ui3n-button.vue.d.ts → ui3n-button/ui3n-button.vue.d.ts} +1 -19
  10. package/dist/components/ui3n-checkbox/types.d.ts +18 -0
  11. package/dist/components/{ui3n-checkbox.vue.d.ts → ui3n-checkbox/ui3n-checkbox.vue.d.ts} +1 -17
  12. package/dist/components/ui3n-chip/types.d.ts +21 -0
  13. package/dist/components/{ui3n-chip.vue.d.ts → ui3n-chip/ui3n-chip.vue.d.ts} +1 -20
  14. package/dist/components/ui3n-dialog/types.d.ts +36 -0
  15. package/dist/components/{ui3n-dialog.vue.d.ts → ui3n-dialog/ui3n-dialog.vue.d.ts} +1 -36
  16. package/dist/components/ui3n-drop-files/types.d.ts +12 -0
  17. package/dist/components/{ui3n-drop-files.vue.d.ts → ui3n-drop-files/ui3n-drop-files.vue.d.ts} +2 -11
  18. package/dist/components/ui3n-emoji/types.d.ts +8 -0
  19. package/dist/components/{ui3n-emoji.vue.d.ts → ui3n-emoji/ui3n-emoji.vue.d.ts} +1 -8
  20. package/dist/components/ui3n-icon/types.d.ts +16 -0
  21. package/dist/components/{ui3n-icon.vue.d.ts → ui3n-icon/ui3n-icon.vue.d.ts} +1 -16
  22. package/dist/components/ui3n-input/types.d.ts +25 -0
  23. package/dist/components/{ui3n-input.vue.d.ts → ui3n-input/ui3n-input.vue.d.ts} +1 -25
  24. package/dist/components/ui3n-list/types.d.ts +20 -0
  25. package/dist/components/{ui3n-list.vue.d.ts → ui3n-list/ui3n-list.vue.d.ts} +1 -19
  26. package/dist/components/ui3n-notification/types.d.ts +11 -0
  27. package/dist/components/{ui3n-notification.vue.d.ts → ui3n-notification/ui3n-notification.vue.d.ts} +1 -1
  28. package/dist/components/ui3n-progress/types.d.ts +17 -0
  29. package/dist/components/{ui3n-progress-circular.vue.d.ts → ui3n-progress/ui3n-progress-circular.vue.d.ts} +1 -9
  30. package/dist/components/{ui3n-progress-linear.vue.d.ts → ui3n-progress/ui3n-progress-linear.vue.d.ts} +1 -8
  31. package/dist/components/ui3n-step-line-bar/types.d.ts +5 -0
  32. package/dist/components/{ui3n-step-line-bar.vue.d.ts → ui3n-step-line-bar/ui3n-step-line-bar.vue.d.ts} +1 -5
  33. package/dist/components/ui3n-switch/types.d.ts +14 -0
  34. package/dist/components/{ui3n-switch.vue.d.ts → ui3n-switch/ui3n-switch.vue.d.ts} +1 -13
  35. package/dist/components/ui3n-table/composables/useTable.d.ts +1 -1
  36. package/dist/components/ui3n-table/types.d.ts +5 -0
  37. package/dist/components/{ui3n-table-sort-icon.vue.d.ts → ui3n-table/ui3n-table-sort-icon.vue.d.ts} +1 -5
  38. package/dist/components/ui3n-tabs/types.d.ts +16 -0
  39. package/dist/components/{ui3n-tabs.vue.d.ts → ui3n-tabs/ui3n-tabs.vue.d.ts} +2 -18
  40. package/dist/components/ui3n-text/types.d.ts +17 -0
  41. package/dist/components/{ui3n-text.vue.d.ts → ui3n-text/ui3n-text.vue.d.ts} +1 -17
  42. package/dist/components/ui3n-virtual-scroll/types.d.ts +12 -0
  43. package/dist/components/{ui3n-virtual-scroll.vue.d.ts → ui3n-virtual-scroll/ui3n-virtual-scroll.vue.d.ts} +1 -11
  44. package/dist/constants/index.d.ts +0 -1
  45. package/dist/index.d.ts +26 -24
  46. package/dist/plugins/dialogs/dialogs.d.ts +9 -0
  47. package/dist/plugins/{store-dialogs.d.ts → dialogs/store-dialogs.d.ts} +1 -1
  48. package/dist/plugins/dialogs/types.d.ts +12 -0
  49. package/dist/plugins/i18n/i18n.d.ts +9 -0
  50. package/dist/plugins/{i18n.d.ts → i18n/types.d.ts} +1 -9
  51. package/dist/plugins/index.d.ts +13 -9
  52. package/dist/plugins/notifications/notifications.d.ts +8 -0
  53. package/dist/plugins/{store-notifications.d.ts → notifications/store-notifications.d.ts} +1 -1
  54. package/dist/plugins/notifications/types.d.ts +6 -0
  55. package/dist/plugins/{store-vue-bus.d.ts → vue-bus/store-vue-bus.d.ts} +1 -1
  56. package/dist/plugins/vue-bus/types.d.ts +13 -0
  57. package/dist/plugins/{vue-bus.d.ts → vue-bus/vue-bus.d.ts} +2 -6
  58. package/dist/style.css +1 -0
  59. package/dist/{components.d.ts → ui3n-components.d.ts} +21 -21
  60. package/dist/ui3n-components.js +16394 -0
  61. package/dist/ui3n-plugins.d.ts +44 -0
  62. package/dist/ui3n-plugins.js +5678 -0
  63. package/dist/{utils.d.ts → ui3n-utils.d.ts} +1 -1
  64. package/dist/{tools → utils}/index.d.ts +2 -2
  65. package/package.json +9 -10
  66. package/src/components/index.ts +46 -41
  67. package/src/components/ui3n-badge/types.ts +14 -0
  68. package/src/components/{ui3n-badge-simple.vue → ui3n-badge/ui3n-badge-simple.vue} +29 -35
  69. package/src/components/ui3n-badge/ui3n-badge.vue +82 -0
  70. package/src/components/ui3n-breadcrumbs/types.ts +21 -0
  71. package/src/components/{ui3n-breadcrumb.vue → ui3n-breadcrumbs/ui3n-breadcrumb.vue} +1 -14
  72. package/src/components/{ui3n-breadcrumbs.vue → ui3n-breadcrumbs/ui3n-breadcrumbs.vue} +1 -4
  73. package/src/components/ui3n-button/types.ts +20 -0
  74. package/src/components/{ui3n-button.vue → ui3n-button/ui3n-button.vue} +3 -23
  75. package/src/components/ui3n-checkbox/types.ts +22 -0
  76. package/src/components/{ui3n-checkbox.vue → ui3n-checkbox/ui3n-checkbox.vue} +2 -23
  77. package/src/components/ui3n-chip/types.ts +19 -0
  78. package/src/components/{ui3n-chip.vue → ui3n-chip/ui3n-chip.vue} +32 -50
  79. package/src/components/ui3n-dialog/types.ts +40 -0
  80. package/src/components/{ui3n-dialog.vue → ui3n-dialog/ui3n-dialog.vue} +3 -49
  81. package/src/components/ui3n-drop-files/types.ts +15 -0
  82. package/src/components/{ui3n-drop-files.vue → ui3n-drop-files/ui3n-drop-files.vue} +2 -10
  83. package/src/components/ui3n-emoji/types.ts +9 -0
  84. package/src/components/{ui3n-emoji.vue → ui3n-emoji/ui3n-emoji.vue} +2 -11
  85. package/src/components/ui3n-icon/types.ts +17 -0
  86. package/src/components/ui3n-icon/ui3n-icon.vue +53 -0
  87. package/src/components/ui3n-input/types.ts +26 -0
  88. package/src/components/{ui3n-input.vue → ui3n-input/ui3n-input.vue} +4 -30
  89. package/src/components/ui3n-list/types.ts +17 -0
  90. package/src/components/{ui3n-list.vue → ui3n-list/ui3n-list.vue} +1 -16
  91. package/src/components/ui3n-notification/types.ts +11 -0
  92. package/src/components/{ui3n-notification.vue → ui3n-notification/ui3n-notification.vue} +3 -3
  93. package/src/components/ui3n-progress/types.ts +18 -0
  94. package/src/components/{ui3n-progress-circular.vue → ui3n-progress/ui3n-progress-circular.vue} +1 -10
  95. package/src/components/{ui3n-progress-linear.vue → ui3n-progress/ui3n-progress-linear.vue} +1 -9
  96. package/src/components/ui3n-step-line-bar/types.ts +5 -0
  97. package/src/components/{ui3n-step-line-bar.vue → ui3n-step-line-bar/ui3n-step-line-bar.vue} +1 -5
  98. package/src/components/ui3n-switch/types.ts +17 -0
  99. package/src/components/{ui3n-switch.vue → ui3n-switch/ui3n-switch.vue} +1 -16
  100. package/src/components/ui3n-table/composables/useTable.ts +1 -1
  101. package/src/components/ui3n-table/types.ts +6 -0
  102. package/src/components/{ui3n-table-sort-icon.vue → ui3n-table/ui3n-table-sort-icon.vue} +2 -7
  103. package/src/components/ui3n-table/ui3n-table.vue +3 -3
  104. package/src/components/ui3n-tabs/types.ts +19 -0
  105. package/src/components/{ui3n-tabs.vue → ui3n-tabs/ui3n-tabs.vue} +3 -20
  106. package/src/components/ui3n-text/types.ts +18 -0
  107. package/src/components/{ui3n-text.vue → ui3n-text/ui3n-text.vue} +2 -21
  108. package/src/components/ui3n-virtual-scroll/types.ts +11 -0
  109. package/src/components/{ui3n-virtual-scroll.vue → ui3n-virtual-scroll/ui3n-virtual-scroll.vue} +1 -11
  110. package/dist/constants/types.d.ts +0 -29
  111. package/dist/plugins/dialogs.d.ts +0 -18
  112. package/dist/plugins/notifications.d.ts +0 -12
  113. package/dist/plugins.d.ts +0 -32
  114. package/dist/plugins.js +0 -1
  115. package/dist/ui-3n-lib.js +0 -5252
  116. package/src/components/ui3n-badge.vue +0 -89
  117. package/src/components/ui3n-icon.vue +0 -70
  118. package/src/components/ui3n-table-simple.vue +0 -328
  119. /package/dist/plugins/{store-i18n.d.ts → i18n/store-i18n.d.ts} +0 -0
  120. /package/dist/plugins/{icons.d.ts → icons/icons.d.ts} +0 -0
  121. /package/dist/{utils.js → ui3n-utils.js} +0 -0
  122. /package/dist/{tools/common.helpers.d.ts → utils/common.utils.d.ts} +0 -0
  123. /package/dist/{tools → utils}/sqlite-on-3nstorage/deferred.d.ts +0 -0
  124. /package/dist/{tools → utils}/sqlite-on-3nstorage/index.d.ts +0 -0
  125. /package/dist/{tools → utils}/sqlite-on-3nstorage/synced.d.ts +0 -0
  126. /package/dist/{tools → utils}/sqlite-on-3nstorage/types.d.ts +0 -0
  127. /package/dist/{tools → utils}/textarea-max-rows.d.ts +0 -0
  128. /package/dist/{tools/ui.helpers.d.ts → utils/ui.utils.d.ts} +0 -0
@@ -1,28 +1,45 @@
1
- import { default as Ui3nIcon, Ui3nIconProps, Ui3nIconEmits } from './ui3n-icon.vue';
2
- import { default as Ui3nButton, Ui3nButtonProps, Ui3nButtonEmits } from './ui3n-button.vue';
3
- import { default as Ui3nChip, Ui3nChipProps, Ui3nChipEmits, Ui3nChipSlots } from './ui3n-chip.vue';
4
- import { default as Ui3nDropFiles, Ui3nDropFilesProps, Ui3nDropFilesEmits } from './ui3n-drop-files.vue';
5
- import { default as Ui3nEmoji, Ui3nEmojiProps, Ui3nEmojiEmits } from './ui3n-emoji.vue';
6
- import { default as Ui3nInput, Ui3nInputProps, Ui3nInputEmits } from './ui3n-input.vue';
7
- import { default as Ui3nText, Ui3nTextProps, Ui3nTextEmits } from './ui3n-text.vue';
8
- import { default as Ui3nCheckbox, Ui3nCheckboxProps, Ui3nCheckboxEmits, Ui3nCheckboxSlots } from './ui3n-checkbox.vue';
9
- import { default as Ui3nNotification } from './ui3n-notification.vue';
10
- import { default as Ui3nTableSortIcon, Ui3nTableSortIconProps } from './ui3n-table-sort-icon.vue';
1
+ import { default as Ui3nIcon } from './ui3n-icon/ui3n-icon.vue';
2
+ import { Ui3nIconProps, Ui3nIconEmits } from './ui3n-icon/types';
3
+ import { default as Ui3nButton } from './ui3n-button/ui3n-button.vue';
4
+ import { Ui3nButtonProps, Ui3nButtonEmits } from './ui3n-button/types';
5
+ import { default as Ui3nChip } from './ui3n-chip/ui3n-chip.vue';
6
+ import { Ui3nChipProps, Ui3nChipEmits, Ui3nChipSlots } from './ui3n-chip/types';
7
+ import { default as Ui3nDropFiles } from './ui3n-drop-files/ui3n-drop-files.vue';
8
+ import { Ui3nDropFilesProps, Ui3nDropFilesEmits, Ui3nDropFilesSlots } from './ui3n-drop-files/types';
9
+ import { default as Ui3nEmoji } from './ui3n-emoji/ui3n-emoji.vue';
10
+ import { Ui3nEmojiProps, Ui3nEmojiEmits } from './ui3n-emoji/types';
11
+ import { default as Ui3nInput } from './ui3n-input/ui3n-input.vue';
12
+ import { Ui3nInputProps, Ui3nInputEmits } from './ui3n-input/types';
13
+ import { default as Ui3nText } from './ui3n-text/ui3n-text.vue';
14
+ import { Ui3nTextProps, Ui3nTextEmits } from './ui3n-text/types';
15
+ import { default as Ui3nCheckbox } from './ui3n-checkbox/ui3n-checkbox.vue';
16
+ import { Ui3nCheckboxProps, Ui3nCheckboxEmits, Ui3nCheckboxSlots, Ui3nCheckboxValue } from './ui3n-checkbox/types';
17
+ import { default as Ui3nNotification } from './ui3n-notification/ui3n-notification.vue';
18
+ import { default as Ui3nTableSortIcon } from './ui3n-table/ui3n-table-sort-icon.vue';
11
19
  import { default as Ui3nTable } from './ui3n-table/ui3n-table.vue';
12
- import { Ui3nTableSort, Ui3nTableConfig, Ui3nTableHeadProps, Ui3nTableBodyProps, Ui3nTableGroupActionsSlot, Ui3nTableHeaderCellSlot, Ui3nTableBodyRowSlotScope, Ui3nTableBodyRowSlot, Ui3nTableBodyRowCellSlotScope, Ui3nTableBodyRowCellSlot, Ui3nTableSlots, Ui3nTableProps, Ui3nTableEmits } from './ui3n-table/types';
13
- import { default as Ui3nDialog, Ui3nDialogComponentProps, Ui3nDialogComponentEmits, Ui3nDialogProps, Ui3nDialogEvent } from './ui3n-dialog.vue';
20
+ import { Ui3nTableSortIconProps, Ui3nTableSort, Ui3nTableConfig, Ui3nTableHeadProps, Ui3nTableBodyProps, Ui3nTableGroupActionsSlot, Ui3nTableHeaderCellSlot, Ui3nTableBodyRowSlotScope, Ui3nTableBodyRowSlot, Ui3nTableBodyRowCellSlotScope, Ui3nTableBodyRowCellSlot, Ui3nTableSlots, Ui3nTableProps, Ui3nTableEmits } from './ui3n-table/types';
21
+ import { default as Ui3nDialog } from './ui3n-dialog/ui3n-dialog.vue';
22
+ import { Ui3nDialogComponentProps, Ui3nDialogComponentEmits, Ui3nDialogProps, Ui3nDialogEvent } from './ui3n-dialog/types';
14
23
  import { default as Ui3nMenu } from './ui3n-menu/ui3n-menu.vue';
15
24
  import { Ui3nMenuProps, Ui3nMenuEmits, Ui3nMenuSlots } from './ui3n-menu/types';
16
- import { default as Ui3nList, Ui3nListProps, Ui3nListEmits, Ui3nListSlots } from './ui3n-list.vue';
17
- import { default as Ui3nVirtualScroll, Ui3nVirtualScrollProps, Ui3nVirtualScrollSlots } from './ui3n-virtual-scroll.vue';
18
- import { default as Ui3nTabs, Ui3nTabsProps, Ui3nTabsEmits, Ui3nTabsSlots } from './ui3n-tabs.vue';
19
- import { default as Ui3nBadge, Ui3nBadgeProps } from './ui3n-badge.vue';
20
- import { default as Ui3nBreadcrumb, Ui3nBreadcrumbProps, Ui3nBreadcrumbEmits, Ui3nBreadcrumbSlots } from './ui3n-breadcrumb.vue';
21
- import { default as Ui3nBreadcrumbs, Ui3nBreadcrumbsProps } from './ui3n-breadcrumbs.vue';
22
- import { default as Ui3nSwitch, Ui3nSwitchProps, Ui3nSwitchEmits, Ui3nSwitchSlots } from './ui3n-switch.vue';
23
- import { default as Ui3nStepLineBar, Ui3nStepLineBarProps } from './ui3n-step-line-bar.vue';
24
- import { default as Ui3nProgressLinear, Ui3nProgressLinearProps } from './ui3n-progress-linear.vue';
25
- import { default as Ui3nProgressCircular, Ui3nProgressCircularProps } from './ui3n-progress-circular.vue';
25
+ import { default as Ui3nList } from './ui3n-list/ui3n-list.vue';
26
+ import { Ui3nListProps, Ui3nListEmits, Ui3nListSlots } from './ui3n-list/types';
27
+ import { default as Ui3nVirtualScroll } from './ui3n-virtual-scroll/ui3n-virtual-scroll.vue';
28
+ import { Ui3nVirtualScrollProps, Ui3nVirtualScrollSlots } from './ui3n-virtual-scroll/types';
29
+ import { default as Ui3nTabs } from './ui3n-tabs/ui3n-tabs.vue';
30
+ import { Ui3nTabsProps, Ui3nTabsEmits, Ui3nTabsSlots } from './ui3n-tabs/types';
31
+ import { default as Ui3nBadge } from './ui3n-badge/ui3n-badge.vue';
32
+ import { Ui3nBadgeProps } from './ui3n-badge/types';
33
+ import { default as Ui3nBreadcrumb } from './ui3n-breadcrumbs/ui3n-breadcrumb.vue';
34
+ import { default as Ui3nBreadcrumbs } from './ui3n-breadcrumbs/ui3n-breadcrumbs.vue';
35
+ import { Ui3nBreadcrumbProps, Ui3nBreadcrumbEmits, Ui3nBreadcrumbSlots, Ui3nBreadcrumbsProps } from './ui3n-breadcrumbs/types';
36
+ import { default as Ui3nSwitch } from './ui3n-switch/ui3n-switch.vue';
37
+ import { Ui3nSwitchProps, Ui3nSwitchEmits, Ui3nSwitchSlots } from './ui3n-switch/types';
38
+ import { default as Ui3nStepLineBar } from './ui3n-step-line-bar/ui3n-step-line-bar.vue';
39
+ import { Ui3nStepLineBarProps } from './ui3n-step-line-bar/types';
40
+ import { default as Ui3nProgressLinear } from './ui3n-progress/ui3n-progress-linear.vue';
41
+ import { default as Ui3nProgressCircular } from './ui3n-progress/ui3n-progress-circular.vue';
42
+ import { Ui3nProgressCircularProps, Ui3nProgressLinearProps } from './ui3n-progress/types';
26
43
  import { default as Ui3nTooltip } from './ui3n-tooltip/ui3n-tooltip.vue';
27
44
  import { Ui3nTooltipEmits, Ui3nTooltipProps, Ui3nTooltipSlots, Ui3nTooltipPlacement } from './ui3n-tooltip/types';
28
- export { Ui3nIcon, Ui3nIconProps, Ui3nIconEmits, Ui3nButton, Ui3nButtonProps, Ui3nButtonEmits, Ui3nChip, Ui3nChipProps, Ui3nChipEmits, Ui3nChipSlots, Ui3nDropFiles, Ui3nDropFilesProps, Ui3nDropFilesEmits, Ui3nEmoji, Ui3nEmojiProps, Ui3nEmojiEmits, Ui3nInput, Ui3nInputProps, Ui3nInputEmits, Ui3nText, Ui3nTextProps, Ui3nTextEmits, Ui3nCheckbox, Ui3nCheckboxProps, Ui3nCheckboxEmits, Ui3nCheckboxSlots, Ui3nNotification, Ui3nTableSortIcon, Ui3nTableSortIconProps, Ui3nTable, Ui3nTableSort, Ui3nTableConfig, Ui3nTableHeadProps, Ui3nTableBodyProps, Ui3nTableGroupActionsSlot, Ui3nTableHeaderCellSlot, Ui3nTableBodyRowSlotScope, Ui3nTableBodyRowSlot, Ui3nTableBodyRowCellSlotScope, Ui3nTableBodyRowCellSlot, Ui3nTableSlots, Ui3nTableProps, Ui3nTableEmits, Ui3nDialog, Ui3nDialogComponentProps, Ui3nDialogComponentEmits, Ui3nDialogProps, Ui3nDialogEvent, Ui3nMenu, Ui3nMenuProps, Ui3nMenuEmits, Ui3nMenuSlots, Ui3nList, Ui3nListProps, Ui3nListEmits, Ui3nListSlots, Ui3nVirtualScroll, Ui3nVirtualScrollProps, Ui3nVirtualScrollSlots, Ui3nTabs, Ui3nTabsProps, Ui3nTabsEmits, Ui3nTabsSlots, Ui3nBadge, Ui3nBadgeProps, Ui3nBreadcrumb, Ui3nBreadcrumbProps, Ui3nBreadcrumbEmits, Ui3nBreadcrumbSlots, Ui3nBreadcrumbs, Ui3nBreadcrumbsProps, Ui3nSwitch, Ui3nSwitchProps, Ui3nSwitchEmits, Ui3nSwitchSlots, Ui3nStepLineBar, Ui3nStepLineBarProps, Ui3nProgressLinear, Ui3nProgressLinearProps, Ui3nProgressCircular, Ui3nProgressCircularProps, Ui3nTooltip, Ui3nTooltipEmits, Ui3nTooltipProps, Ui3nTooltipSlots, Ui3nTooltipPlacement, };
45
+ export { Ui3nIcon, Ui3nIconProps, Ui3nIconEmits, Ui3nButton, Ui3nButtonProps, Ui3nButtonEmits, Ui3nChip, Ui3nChipProps, Ui3nChipEmits, Ui3nChipSlots, Ui3nDropFiles, Ui3nDropFilesProps, Ui3nDropFilesEmits, Ui3nDropFilesSlots, Ui3nEmoji, Ui3nEmojiProps, Ui3nEmojiEmits, Ui3nInput, Ui3nInputProps, Ui3nInputEmits, Ui3nText, Ui3nTextProps, Ui3nTextEmits, Ui3nCheckbox, Ui3nCheckboxProps, Ui3nCheckboxEmits, Ui3nCheckboxSlots, Ui3nCheckboxValue, Ui3nNotification, Ui3nTableSortIcon, Ui3nTableSortIconProps, Ui3nTable, Ui3nTableSort, Ui3nTableConfig, Ui3nTableHeadProps, Ui3nTableBodyProps, Ui3nTableGroupActionsSlot, Ui3nTableHeaderCellSlot, Ui3nTableBodyRowSlotScope, Ui3nTableBodyRowSlot, Ui3nTableBodyRowCellSlotScope, Ui3nTableBodyRowCellSlot, Ui3nTableSlots, Ui3nTableProps, Ui3nTableEmits, Ui3nDialog, Ui3nDialogComponentProps, Ui3nDialogComponentEmits, Ui3nDialogProps, Ui3nDialogEvent, Ui3nMenu, Ui3nMenuProps, Ui3nMenuEmits, Ui3nMenuSlots, Ui3nList, Ui3nListProps, Ui3nListEmits, Ui3nListSlots, Ui3nVirtualScroll, Ui3nVirtualScrollProps, Ui3nVirtualScrollSlots, Ui3nTabs, Ui3nTabsProps, Ui3nTabsEmits, Ui3nTabsSlots, Ui3nBadge, Ui3nBadgeProps, Ui3nBreadcrumb, Ui3nBreadcrumbProps, Ui3nBreadcrumbEmits, Ui3nBreadcrumbSlots, Ui3nBreadcrumbs, Ui3nBreadcrumbsProps, Ui3nSwitch, Ui3nSwitchProps, Ui3nSwitchEmits, Ui3nSwitchSlots, Ui3nStepLineBar, Ui3nStepLineBarProps, Ui3nProgressLinear, Ui3nProgressLinearProps, Ui3nProgressCircular, Ui3nProgressCircularProps, Ui3nTooltip, Ui3nTooltipEmits, Ui3nTooltipProps, Ui3nTooltipSlots, Ui3nTooltipPlacement, };
@@ -0,0 +1,13 @@
1
+ export interface Ui3nBadgeSimpleProps {
2
+ dot?: boolean;
3
+ value?: string | number;
4
+ color?: string;
5
+ textColor?: string;
6
+ }
7
+ export interface Ui3nBadgeProps {
8
+ dot?: boolean;
9
+ value?: string | number;
10
+ color?: string;
11
+ textColor?: string;
12
+ position?: 'right-top' | 'right-bottom' | 'left-top' | 'left-bottom';
13
+ }
@@ -1,9 +1,4 @@
1
- export interface Ui3nBadgeSimpleProps {
2
- dot?: boolean;
3
- value?: string | number;
4
- color?: string;
5
- textColor?: string;
6
- }
1
+ import { Ui3nBadgeSimpleProps } from './types';
7
2
  declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Ui3nBadgeSimpleProps>, {
8
3
  dot: boolean;
9
4
  value: string;
@@ -1,10 +1,4 @@
1
- export interface Ui3nBadgeProps {
2
- dot?: boolean;
3
- value?: string | number;
4
- color?: string;
5
- textColor?: string;
6
- position?: 'right-top' | 'right-bottom' | 'left-top' | 'left-bottom';
7
- }
1
+ import { Ui3nBadgeProps } from './types';
8
2
  declare function __VLS_template(): {
9
3
  default?(_: {}): any;
10
4
  };
@@ -0,0 +1,17 @@
1
+ import { VNode } from 'vue';
2
+ export interface Ui3nBreadcrumbProps {
3
+ separator?: string | undefined;
4
+ isActive?: boolean;
5
+ disabled?: boolean;
6
+ }
7
+ export interface Ui3nBreadcrumbEmits {
8
+ (ev: 'click', value: Event): void;
9
+ }
10
+ export interface Ui3nBreadcrumbSlots {
11
+ separator: () => VNode;
12
+ default: () => VNode;
13
+ }
14
+ export interface Ui3nBreadcrumbsProps {
15
+ separator?: string;
16
+ disabled?: boolean;
17
+ }
@@ -1,15 +1,4 @@
1
- export interface Ui3nBreadcrumbProps {
2
- separator?: string | undefined;
3
- isActive?: boolean;
4
- disabled?: boolean;
5
- }
6
- export interface Ui3nBreadcrumbEmits {
7
- (ev: 'click', value: Event): void;
8
- }
9
- export interface Ui3nBreadcrumbSlots {
10
- separator: () => unknown;
11
- default: () => unknown;
12
- }
1
+ import { Ui3nBreadcrumbProps, Ui3nBreadcrumbSlots } from './types';
13
2
  declare function __VLS_template(): Readonly<Ui3nBreadcrumbSlots> & Ui3nBreadcrumbSlots;
14
3
  declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Ui3nBreadcrumbProps>, {
15
4
  separator: undefined;
@@ -1,7 +1,4 @@
1
- export interface Ui3nBreadcrumbsProps {
2
- separator?: string;
3
- disabled?: boolean;
4
- }
1
+ import { Ui3nBreadcrumbsProps } from './types';
5
2
  declare function __VLS_template(): {
6
3
  default?(_: {}): any;
7
4
  };
@@ -0,0 +1,19 @@
1
+ export interface Ui3nButtonProps {
2
+ type?: 'primary' | 'secondary' | 'tertiary' | 'icon' | 'custom';
3
+ size?: 'regular' | 'small';
4
+ block?: boolean;
5
+ textColor?: string;
6
+ color?: string;
7
+ elevation?: boolean;
8
+ icon?: string;
9
+ iconSize?: string | number;
10
+ iconColor?: string;
11
+ iconPosition?: 'left' | 'right';
12
+ disabled?: boolean;
13
+ }
14
+ export interface Ui3nButtonEmits {
15
+ (ev: 'init', value: HTMLButtonElement): void;
16
+ (ev: 'click', value: Event): void;
17
+ (ev: 'focus', value: Event): void;
18
+ (ev: 'blur', value: Event): void;
19
+ }
@@ -1,22 +1,4 @@
1
- export interface Ui3nButtonProps {
2
- type?: 'primary' | 'secondary' | 'tertiary' | 'icon' | 'custom';
3
- size?: 'regular' | 'small';
4
- block?: boolean;
5
- textColor?: string;
6
- color?: string;
7
- elevation?: boolean;
8
- icon?: string;
9
- iconSize?: string | number;
10
- iconColor?: string;
11
- iconPosition?: 'left' | 'right';
12
- disabled?: boolean;
13
- }
14
- export interface Ui3nButtonEmits {
15
- (ev: 'init', value: HTMLButtonElement): void;
16
- (ev: 'click', value: Event): void;
17
- (ev: 'focus', value: Event): void;
18
- (ev: 'blur', value: Event): void;
19
- }
1
+ import { Ui3nButtonProps } from './types';
20
2
  declare function __VLS_template(): {
21
3
  default?(_: {}): any;
22
4
  };
@@ -0,0 +1,18 @@
1
+ import { VNode } from 'vue';
2
+ export type Ui3nCheckboxValue = boolean | string | number;
3
+ export interface Ui3nCheckboxProps {
4
+ modelValue: Ui3nCheckboxValue;
5
+ checkedValue?: Ui3nCheckboxValue;
6
+ uncheckedValue?: Ui3nCheckboxValue;
7
+ size?: number | string;
8
+ color?: string;
9
+ indeterminate?: boolean;
10
+ disabled?: boolean;
11
+ }
12
+ export interface Ui3nCheckboxEmits {
13
+ (ev: 'change', value: Ui3nCheckboxValue): void;
14
+ (ev: 'update:modelValue', value: Ui3nCheckboxValue): void;
15
+ }
16
+ export interface Ui3nCheckboxSlots {
17
+ default: () => VNode;
18
+ }
@@ -1,20 +1,4 @@
1
- export type Ui3nCheckboxValue = boolean | string | number;
2
- export interface Ui3nCheckboxProps {
3
- modelValue: Ui3nCheckboxValue;
4
- checkedValue?: Ui3nCheckboxValue;
5
- uncheckedValue?: Ui3nCheckboxValue;
6
- size?: number | string;
7
- color?: string;
8
- indeterminate?: boolean;
9
- disabled?: boolean;
10
- }
11
- export interface Ui3nCheckboxEmits {
12
- (ev: 'change', value: Ui3nCheckboxValue): void;
13
- (ev: 'update:modelValue', value: Ui3nCheckboxValue): void;
14
- }
15
- export interface Ui3nCheckboxSlots {
16
- default: () => any;
17
- }
1
+ import { Ui3nCheckboxProps, Ui3nCheckboxSlots, Ui3nCheckboxValue } from './types';
18
2
  declare function __VLS_template(): Readonly<Ui3nCheckboxSlots> & Ui3nCheckboxSlots;
19
3
  declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Ui3nCheckboxProps>, {
20
4
  modelValue: boolean;
@@ -0,0 +1,21 @@
1
+ import { VNode } from 'vue';
2
+ export interface Ui3nChipProps {
3
+ height?: number | string;
4
+ maxWidth?: number | string;
5
+ plain?: boolean;
6
+ round?: boolean;
7
+ closeable?: boolean;
8
+ color?: string;
9
+ textSize?: number | string;
10
+ textColor?: string;
11
+ }
12
+ export interface Ui3nChipEmits {
13
+ (ev: 'close'): void;
14
+ }
15
+ export interface Ui3nChipSlots {
16
+ left: (props: {
17
+ size: number;
18
+ color: string;
19
+ }) => VNode;
20
+ default: () => VNode;
21
+ }
@@ -1,23 +1,4 @@
1
- export interface Ui3nChipProps {
2
- height?: number | string;
3
- maxWidth?: number | string;
4
- plain?: boolean;
5
- round?: boolean;
6
- closeable?: boolean;
7
- color?: string;
8
- textSize?: number | string;
9
- textColor?: string;
10
- }
11
- export interface Ui3nChipEmits {
12
- (ev: 'close'): void;
13
- }
14
- export interface Ui3nChipSlots {
15
- left: (props: {
16
- size: number;
17
- color: string;
18
- }) => any;
19
- default: () => any;
20
- }
1
+ import { Ui3nChipProps, Ui3nChipSlots } from './types';
21
2
  declare function __VLS_template(): Readonly<Ui3nChipSlots> & Ui3nChipSlots;
22
3
  declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Ui3nChipProps>, {
23
4
  height: number;
@@ -0,0 +1,36 @@
1
+ import { Component } from 'vue';
2
+ export type Ui3nDialogEvent = 'open' | 'before-close' | 'close' | 'confirm' | 'cancel' | 'click-overlay';
3
+ export interface Ui3nDialogProps {
4
+ teleport?: string;
5
+ title?: string;
6
+ width?: string | number;
7
+ cssClass?: string[];
8
+ cssStyle?: Record<string, string>;
9
+ contentCssClass?: string[];
10
+ contentCssStyle?: Record<string, string>;
11
+ confirmButton?: boolean;
12
+ cancelButton?: boolean;
13
+ onClose?: () => void;
14
+ onConfirm?: (data: any) => void;
15
+ onCancel?: (data: any) => void;
16
+ confirmButtonText?: string;
17
+ cancelButtonText?: string;
18
+ confirmButtonColor?: string;
19
+ cancelButtonColor?: string;
20
+ confirmButtonBackground?: string;
21
+ cancelButtonBackground?: string;
22
+ closeOnClickOverlay?: boolean;
23
+ }
24
+ export interface Ui3nDialogComponentProps {
25
+ component: Component;
26
+ componentProps?: Record<string, any>;
27
+ dialogProps?: Ui3nDialogProps;
28
+ }
29
+ export interface Ui3nDialogComponentEmits {
30
+ (ev: 'open', value?: any): void;
31
+ (ev: 'before-close', value?: any): void;
32
+ (ev: 'close', value?: any): void;
33
+ (ev: 'confirm', value?: any): void;
34
+ (ev: 'cancel', value?: any): void;
35
+ (ev: 'click-overlay', value?: any): void;
36
+ }
@@ -1,39 +1,4 @@
1
- import { Component } from 'vue';
2
- export type Ui3nDialogEvent = 'open' | 'before-close' | 'close' | 'confirm' | 'cancel' | 'click-overlay';
3
- export interface Ui3nDialogProps {
4
- teleport?: string;
5
- title?: string;
6
- width?: string | number;
7
- cssClass?: string[];
8
- cssStyle?: Record<string, string>;
9
- contentCssClass?: string[];
10
- contentCssStyle?: Record<string, string>;
11
- confirmButton?: boolean;
12
- cancelButton?: boolean;
13
- onClose?: () => void;
14
- onConfirm?: (data: any) => void;
15
- onCancel?: (data: any) => void;
16
- confirmButtonText?: string;
17
- cancelButtonText?: string;
18
- confirmButtonColor?: string;
19
- cancelButtonColor?: string;
20
- confirmButtonBackground?: string;
21
- cancelButtonBackground?: string;
22
- closeOnClickOverlay?: boolean;
23
- }
24
- export interface Ui3nDialogComponentProps {
25
- component: Component;
26
- componentProps?: Record<string, any>;
27
- dialogProps?: Ui3nDialogProps;
28
- }
29
- export interface Ui3nDialogComponentEmits {
30
- (ev: 'open', value?: any): void;
31
- (ev: 'before-close', value?: any): void;
32
- (ev: 'close', value?: any): void;
33
- (ev: 'confirm', value?: any): void;
34
- (ev: 'cancel', value?: any): void;
35
- (ev: 'click-overlay', value?: any): void;
36
- }
1
+ import { Ui3nDialogComponentProps } from './types';
37
2
  declare const _default: import('vue').DefineComponent<__VLS_TypePropsToOption<Ui3nDialogComponentProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
38
3
  open: (value?: any) => void;
39
4
  "before-close": (value?: any) => void;
@@ -0,0 +1,12 @@
1
+ import { VNode } from 'vue';
2
+ export interface Ui3nDropFilesProps {
3
+ title?: string;
4
+ text?: string;
5
+ additionalText?: string;
6
+ }
7
+ export interface Ui3nDropFilesEmits {
8
+ (e: 'select', fileList: FileList): void;
9
+ }
10
+ export interface Ui3nDropFilesSlots {
11
+ default: () => VNode;
12
+ }
@@ -1,14 +1,5 @@
1
- export interface Ui3nDropFilesProps {
2
- title?: string;
3
- text?: string;
4
- additionalText?: string;
5
- }
6
- export interface Ui3nDropFilesEmits {
7
- (e: 'select', fileList: FileList): void;
8
- }
9
- declare function __VLS_template(): {
10
- default?(_: {}): any;
11
- };
1
+ import { Ui3nDropFilesProps, Ui3nDropFilesSlots } from './types';
2
+ declare function __VLS_template(): Readonly<Ui3nDropFilesSlots> & Ui3nDropFilesSlots;
12
3
  declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Ui3nDropFilesProps>, {
13
4
  title: string;
14
5
  text: string;
@@ -0,0 +1,8 @@
1
+ export interface Ui3nEmojiProps {
2
+ emoji: string;
3
+ size?: string | number;
4
+ readonly?: boolean;
5
+ }
6
+ export interface Ui3nEmojiEmits {
7
+ (ev: 'click', value: Event): void;
8
+ }
@@ -1,11 +1,4 @@
1
- export interface Ui3nEmojiProps {
2
- emoji: string;
3
- size?: string | number;
4
- readonly?: boolean;
5
- }
6
- export interface Ui3nEmojiEmits {
7
- (ev: 'click', value: Event): void;
8
- }
1
+ import { Ui3nEmojiProps } from './types';
9
2
  declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Ui3nEmojiProps>, {
10
3
  size: number;
11
4
  readonly: boolean;
@@ -0,0 +1,16 @@
1
+ export interface Ui3nIconProps {
2
+ icon: string;
3
+ title?: string;
4
+ inline?: boolean;
5
+ width?: string | number;
6
+ height?: string | number;
7
+ horizontalFlip?: boolean;
8
+ verticalFlip?: boolean;
9
+ flip?: string;
10
+ rotate?: number;
11
+ color?: string;
12
+ onLoad?: Function;
13
+ }
14
+ export interface Ui3nIconEmits {
15
+ (ev: 'click', value: Event): void;
16
+ }
@@ -1,19 +1,4 @@
1
- export interface Ui3nIconProps {
2
- icon: string;
3
- title?: string;
4
- inline?: boolean;
5
- width?: string | number;
6
- height?: string | number;
7
- horizontalFlip?: boolean;
8
- verticalFlip?: boolean;
9
- flip?: string;
10
- rotate?: number;
11
- color?: string;
12
- onLoad?: Function;
13
- }
14
- export interface Ui3nIconEmits {
15
- (ev: 'click', value: Event): void;
16
- }
1
+ import { Ui3nIconProps } from './types';
17
2
  declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Ui3nIconProps>, {
18
3
  title: string;
19
4
  width: number;
@@ -0,0 +1,25 @@
1
+ export interface Ui3nInputProps {
2
+ modelValue: string;
3
+ label?: string;
4
+ type?: 'text' | 'password';
5
+ placeholder?: string;
6
+ clearable?: boolean;
7
+ autofocus?: boolean;
8
+ icon?: string;
9
+ iconColor?: string;
10
+ rules?: Array<(v: string) => any>;
11
+ displayStateMode?: 'error' | 'success';
12
+ displayStateWithIcon?: boolean;
13
+ displayStateMessage?: string;
14
+ disabled?: boolean;
15
+ }
16
+ export interface Ui3nInputEmits {
17
+ (ev: 'init', value: HTMLInputElement): void;
18
+ (ev: 'input', value: string): void;
19
+ (ev: 'focus', value: Event): void;
20
+ (ev: 'blur', value: Event): void;
21
+ (ev: 'clear'): void;
22
+ (ev: 'change', value: string): void;
23
+ (ev: 'update:modelValue', value: string): void;
24
+ (ev: 'update:valid', value: boolean): void;
25
+ }
@@ -1,28 +1,4 @@
1
- export interface Ui3nInputProps {
2
- modelValue: string;
3
- label?: string;
4
- type?: 'text' | 'password';
5
- placeholder?: string;
6
- clearable?: boolean;
7
- autofocus?: boolean;
8
- icon?: string;
9
- iconColor?: string;
10
- rules?: Array<(v: string) => any>;
11
- displayStateMode?: 'error' | 'success';
12
- displayStateWithIcon?: boolean;
13
- displayStateMessage?: string;
14
- disabled?: boolean;
15
- }
16
- export interface Ui3nInputEmits {
17
- (ev: 'init', value: HTMLInputElement): void;
18
- (ev: 'input', value: string): void;
19
- (ev: 'focus', value: Event): void;
20
- (ev: 'blur', value: Event): void;
21
- (ev: 'clear'): void;
22
- (ev: 'change', value: string): void;
23
- (ev: 'update:modelValue', value: string): void;
24
- (ev: 'update:valid', value: boolean): void;
25
- }
1
+ import { Ui3nInputProps } from './types';
26
2
  declare const _default: import('vue').DefineComponent<__VLS_TypePropsToOption<Ui3nInputProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
27
3
  init: (value: HTMLInputElement) => void;
28
4
  input: (value: string) => void;
@@ -0,0 +1,20 @@
1
+ import { VNode } from 'vue';
2
+ export interface Ui3nListProps<T> {
3
+ title?: string;
4
+ sticky?: boolean;
5
+ items: T[];
6
+ disabled?: boolean;
7
+ }
8
+ export interface Ui3nListEmits<T> {
9
+ (ev: 'select', value: {
10
+ value: T;
11
+ index: number;
12
+ }): void;
13
+ }
14
+ export interface Ui3nListSlots<T> {
15
+ title?: () => VNode;
16
+ item?: ({ item, index }: {
17
+ item: T;
18
+ index: number;
19
+ }) => VNode;
20
+ }
@@ -1,22 +1,4 @@
1
- export interface Ui3nListProps<T> {
2
- title?: string;
3
- sticky?: boolean;
4
- items: T[];
5
- disabled?: boolean;
6
- }
7
- export interface Ui3nListEmits<T> {
8
- (ev: 'select', value: {
9
- value: T;
10
- index: number;
11
- }): void;
12
- }
13
- export interface Ui3nListSlots<T> {
14
- title?: () => any;
15
- item?: ({ item, index }: {
16
- item: T;
17
- index: number;
18
- }) => any;
19
- }
1
+ import { Ui3nListEmits, Ui3nListProps, Ui3nListSlots } from './types';
20
2
  declare const _default: <T extends {
21
3
  id?: string;
22
4
  }>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
@@ -0,0 +1,11 @@
1
+ export interface Ui3nNotificationProps {
2
+ id?: string;
3
+ type?: 'success' | 'warning' | 'info' | 'error';
4
+ content: string;
5
+ position?: 'left' | 'center' | 'right';
6
+ duration?: number;
7
+ withIcon?: boolean;
8
+ teleport?: string;
9
+ onOpen?: () => void;
10
+ onClose?: () => void;
11
+ }
@@ -1,4 +1,4 @@
1
- import { Ui3nNotificationProps } from '../constants';
1
+ import { Ui3nNotificationProps } from './types';
2
2
  declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Ui3nNotificationProps>, {
3
3
  type: string;
4
4
  position: string;
@@ -0,0 +1,17 @@
1
+ export interface Ui3nProgressCircularProps {
2
+ value?: number | string;
3
+ size?: number | string;
4
+ width?: number | string;
5
+ withText?: boolean;
6
+ bgColor?: string;
7
+ color?: string;
8
+ indeterminate?: boolean;
9
+ }
10
+ export interface Ui3nProgressLinearProps {
11
+ value?: number | string;
12
+ height?: number | string;
13
+ withText?: boolean;
14
+ bgColor?: string;
15
+ color?: string;
16
+ indeterminate?: boolean;
17
+ }
@@ -1,12 +1,4 @@
1
- export interface Ui3nProgressCircularProps {
2
- value?: number | string;
3
- size?: number | string;
4
- width?: number | string;
5
- withText?: boolean;
6
- bgColor?: string;
7
- color?: string;
8
- indeterminate?: boolean;
9
- }
1
+ import { Ui3nProgressCircularProps } from './types';
10
2
  declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Ui3nProgressCircularProps>, {
11
3
  value: number;
12
4
  size: number;
@@ -1,11 +1,4 @@
1
- export interface Ui3nProgressLinearProps {
2
- value?: number | string;
3
- height?: number | string;
4
- withText?: boolean;
5
- bgColor?: string;
6
- color?: string;
7
- indeterminate?: boolean;
8
- }
1
+ import { Ui3nProgressLinearProps } from './types';
9
2
  declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Ui3nProgressLinearProps>, {
10
3
  value: number;
11
4
  height: number;
@@ -0,0 +1,5 @@
1
+ export interface Ui3nStepLineBarProps {
2
+ label: string;
3
+ current: number;
4
+ steps: number;
5
+ }