lime-elements-vue 2.0.3 → 2.0.5

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 (83) hide show
  1. package/dist/3d-hover-effect-glow/index.d.ts +4 -2
  2. package/dist/action-bar/index.d.ts +4 -2
  3. package/dist/action-bar-item/index.d.ts +4 -2
  4. package/dist/action-bar-overflow-menu/index.d.ts +4 -2
  5. package/dist/ai-avatar/index.d.ts +4 -2
  6. package/dist/badge/index.d.ts +4 -2
  7. package/dist/banner/index.d.ts +4 -2
  8. package/dist/breadcrumbs/index.d.ts +4 -2
  9. package/dist/button/index.d.ts +4 -2
  10. package/dist/button-group/index.d.ts +4 -2
  11. package/dist/callout/index.d.ts +4 -2
  12. package/dist/card/index.d.ts +4 -2
  13. package/dist/chart/index.d.ts +4 -2
  14. package/dist/checkbox/index.d.ts +4 -2
  15. package/dist/chip/index.d.ts +4 -2
  16. package/dist/chip-set/index.d.ts +4 -2
  17. package/dist/circular-progress/index.d.ts +4 -2
  18. package/dist/code-diff/index.d.ts +4 -2
  19. package/dist/code-editor/index.d.ts +4 -2
  20. package/dist/collapsible-section/index.d.ts +4 -2
  21. package/dist/color-picker/index.d.ts +4 -2
  22. package/dist/color-picker-palette/index.d.ts +4 -2
  23. package/dist/config/index.d.ts +4 -2
  24. package/dist/date-picker/index.d.ts +4 -2
  25. package/dist/dialog/index.d.ts +4 -2
  26. package/dist/dock/index.d.ts +4 -2
  27. package/dist/dock-button/index.d.ts +4 -2
  28. package/dist/drag-handle/index.d.ts +4 -2
  29. package/dist/dynamic-label/index.d.ts +4 -2
  30. package/dist/email-viewer/index.d.ts +4 -2
  31. package/dist/file/index.d.ts +4 -2
  32. package/dist/file-dropzone/index.d.ts +4 -2
  33. package/dist/file-input/index.d.ts +4 -2
  34. package/dist/file-viewer/index.d.ts +4 -2
  35. package/dist/flatpickr-adapter/index.d.ts +4 -2
  36. package/dist/flex-container/index.d.ts +4 -2
  37. package/dist/form/index.d.ts +4 -2
  38. package/dist/grid/index.d.ts +4 -2
  39. package/dist/header/index.d.ts +4 -2
  40. package/dist/help/index.d.ts +4 -2
  41. package/dist/help-content/index.d.ts +4 -2
  42. package/dist/helper-line/index.d.ts +4 -2
  43. package/dist/hotkey/index.d.ts +4 -2
  44. package/dist/icon/index.d.ts +4 -2
  45. package/dist/icon-button/index.d.ts +4 -2
  46. package/dist/index.d.ts +162 -162
  47. package/dist/info-tile/index.d.ts +4 -2
  48. package/dist/input-field/index.d.ts +4 -2
  49. package/dist/linear-progress/index.d.ts +4 -2
  50. package/dist/list/index.d.ts +4 -2
  51. package/dist/list-item/index.d.ts +4 -2
  52. package/dist/markdown/index.d.ts +4 -2
  53. package/dist/masonry-layout/index.d.ts +4 -2
  54. package/dist/menu/index.d.ts +4 -2
  55. package/dist/menu-item-meta/index.d.ts +4 -2
  56. package/dist/menu-list/index.d.ts +4 -2
  57. package/dist/menu-surface/index.d.ts +4 -2
  58. package/dist/notched-outline/index.d.ts +4 -2
  59. package/dist/picker/index.d.ts +4 -2
  60. package/dist/popover/index.d.ts +4 -2
  61. package/dist/popover-surface/index.d.ts +4 -2
  62. package/dist/portal/index.d.ts +4 -2
  63. package/dist/profile-picture/index.d.ts +4 -2
  64. package/dist/progress-flow/index.d.ts +4 -2
  65. package/dist/progress-flow-item/index.d.ts +4 -2
  66. package/dist/prosemirror-adapter/index.d.ts +4 -2
  67. package/dist/radio-button/index.d.ts +4 -2
  68. package/dist/radio-button-group/index.d.ts +4 -2
  69. package/dist/select/index.d.ts +4 -2
  70. package/dist/shortcut/index.d.ts +4 -2
  71. package/dist/slider/index.d.ts +4 -2
  72. package/dist/snackbar/index.d.ts +4 -2
  73. package/dist/spinner/index.d.ts +4 -2
  74. package/dist/split-button/index.d.ts +4 -2
  75. package/dist/switch/index.d.ts +4 -2
  76. package/dist/tab-bar/index.d.ts +4 -2
  77. package/dist/tab-panel/index.d.ts +4 -2
  78. package/dist/table/index.d.ts +4 -2
  79. package/dist/text-editor/index.d.ts +4 -2
  80. package/dist/text-editor-link-menu/index.d.ts +4 -2
  81. package/dist/tooltip/index.d.ts +4 -2
  82. package/dist/tooltip-content/index.d.ts +4 -2
  83. package/package.json +1 -1
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelMenuList: StencilVueComponent<JSX.LimelMenuList>;
5
+ declare const LimelMenuList: StencilVueComponent<JSX.LimelMenuList>;
6
+ export { LimelMenuList };
5
7
  export default LimelMenuList;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelMenuList: typeof LimelMenuList;
11
+ LimelMenuList: StencilVueComponent<JSX.LimelMenuList>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelMenuSurface: StencilVueComponent<JSX.LimelMenuSurface>;
5
+ declare const LimelMenuSurface: StencilVueComponent<JSX.LimelMenuSurface>;
6
+ export { LimelMenuSurface };
5
7
  export default LimelMenuSurface;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelMenuSurface: typeof LimelMenuSurface;
11
+ LimelMenuSurface: StencilVueComponent<JSX.LimelMenuSurface>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelNotchedOutline: StencilVueComponent<JSX.LimelNotchedOutline>;
5
+ declare const LimelNotchedOutline: StencilVueComponent<JSX.LimelNotchedOutline>;
6
+ export { LimelNotchedOutline };
5
7
  export default LimelNotchedOutline;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelNotchedOutline: typeof LimelNotchedOutline;
11
+ LimelNotchedOutline: StencilVueComponent<JSX.LimelNotchedOutline>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelPicker: StencilVueComponent<JSX.LimelPicker>;
5
+ declare const LimelPicker: StencilVueComponent<JSX.LimelPicker>;
6
+ export { LimelPicker };
5
7
  export default LimelPicker;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelPicker: typeof LimelPicker;
11
+ LimelPicker: StencilVueComponent<JSX.LimelPicker>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelPopover: StencilVueComponent<JSX.LimelPopover>;
5
+ declare const LimelPopover: StencilVueComponent<JSX.LimelPopover>;
6
+ export { LimelPopover };
5
7
  export default LimelPopover;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelPopover: typeof LimelPopover;
11
+ LimelPopover: StencilVueComponent<JSX.LimelPopover>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelPopoverSurface: StencilVueComponent<JSX.LimelPopoverSurface>;
5
+ declare const LimelPopoverSurface: StencilVueComponent<JSX.LimelPopoverSurface>;
6
+ export { LimelPopoverSurface };
5
7
  export default LimelPopoverSurface;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelPopoverSurface: typeof LimelPopoverSurface;
11
+ LimelPopoverSurface: StencilVueComponent<JSX.LimelPopoverSurface>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelPortal: StencilVueComponent<JSX.LimelPortal>;
5
+ declare const LimelPortal: StencilVueComponent<JSX.LimelPortal>;
6
+ export { LimelPortal };
5
7
  export default LimelPortal;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelPortal: typeof LimelPortal;
11
+ LimelPortal: StencilVueComponent<JSX.LimelPortal>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelProfilePicture: StencilVueComponent<JSX.LimelProfilePicture>;
5
+ declare const LimelProfilePicture: StencilVueComponent<JSX.LimelProfilePicture>;
6
+ export { LimelProfilePicture };
5
7
  export default LimelProfilePicture;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelProfilePicture: typeof LimelProfilePicture;
11
+ LimelProfilePicture: StencilVueComponent<JSX.LimelProfilePicture>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelProgressFlow: StencilVueComponent<JSX.LimelProgressFlow>;
5
+ declare const LimelProgressFlow: StencilVueComponent<JSX.LimelProgressFlow>;
6
+ export { LimelProgressFlow };
5
7
  export default LimelProgressFlow;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelProgressFlow: typeof LimelProgressFlow;
11
+ LimelProgressFlow: StencilVueComponent<JSX.LimelProgressFlow>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelProgressFlowItem: StencilVueComponent<JSX.LimelProgressFlowItem>;
5
+ declare const LimelProgressFlowItem: StencilVueComponent<JSX.LimelProgressFlowItem>;
6
+ export { LimelProgressFlowItem };
5
7
  export default LimelProgressFlowItem;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelProgressFlowItem: typeof LimelProgressFlowItem;
11
+ LimelProgressFlowItem: StencilVueComponent<JSX.LimelProgressFlowItem>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelProsemirrorAdapter: StencilVueComponent<JSX.LimelProsemirrorAdapter>;
5
+ declare const LimelProsemirrorAdapter: StencilVueComponent<JSX.LimelProsemirrorAdapter>;
6
+ export { LimelProsemirrorAdapter };
5
7
  export default LimelProsemirrorAdapter;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelProsemirrorAdapter: typeof LimelProsemirrorAdapter;
11
+ LimelProsemirrorAdapter: StencilVueComponent<JSX.LimelProsemirrorAdapter>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelRadioButton: StencilVueComponent<JSX.LimelRadioButton>;
5
+ declare const LimelRadioButton: StencilVueComponent<JSX.LimelRadioButton>;
6
+ export { LimelRadioButton };
5
7
  export default LimelRadioButton;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelRadioButton: typeof LimelRadioButton;
11
+ LimelRadioButton: StencilVueComponent<JSX.LimelRadioButton>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelRadioButtonGroup: StencilVueComponent<JSX.LimelRadioButtonGroup>;
5
+ declare const LimelRadioButtonGroup: StencilVueComponent<JSX.LimelRadioButtonGroup>;
6
+ export { LimelRadioButtonGroup };
5
7
  export default LimelRadioButtonGroup;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelRadioButtonGroup: typeof LimelRadioButtonGroup;
11
+ LimelRadioButtonGroup: StencilVueComponent<JSX.LimelRadioButtonGroup>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelSelect: StencilVueComponent<JSX.LimelSelect>;
5
+ declare const LimelSelect: StencilVueComponent<JSX.LimelSelect>;
6
+ export { LimelSelect };
5
7
  export default LimelSelect;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelSelect: typeof LimelSelect;
11
+ LimelSelect: StencilVueComponent<JSX.LimelSelect>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelShortcut: StencilVueComponent<JSX.LimelShortcut>;
5
+ declare const LimelShortcut: StencilVueComponent<JSX.LimelShortcut>;
6
+ export { LimelShortcut };
5
7
  export default LimelShortcut;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelShortcut: typeof LimelShortcut;
11
+ LimelShortcut: StencilVueComponent<JSX.LimelShortcut>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelSlider: StencilVueComponent<JSX.LimelSlider>;
5
+ declare const LimelSlider: StencilVueComponent<JSX.LimelSlider>;
6
+ export { LimelSlider };
5
7
  export default LimelSlider;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelSlider: typeof LimelSlider;
11
+ LimelSlider: StencilVueComponent<JSX.LimelSlider>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelSnackbar: StencilVueComponent<JSX.LimelSnackbar>;
5
+ declare const LimelSnackbar: StencilVueComponent<JSX.LimelSnackbar>;
6
+ export { LimelSnackbar };
5
7
  export default LimelSnackbar;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelSnackbar: typeof LimelSnackbar;
11
+ LimelSnackbar: StencilVueComponent<JSX.LimelSnackbar>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelSpinner: StencilVueComponent<JSX.LimelSpinner>;
5
+ declare const LimelSpinner: StencilVueComponent<JSX.LimelSpinner>;
6
+ export { LimelSpinner };
5
7
  export default LimelSpinner;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelSpinner: typeof LimelSpinner;
11
+ LimelSpinner: StencilVueComponent<JSX.LimelSpinner>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelSplitButton: StencilVueComponent<JSX.LimelSplitButton>;
5
+ declare const LimelSplitButton: StencilVueComponent<JSX.LimelSplitButton>;
6
+ export { LimelSplitButton };
5
7
  export default LimelSplitButton;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelSplitButton: typeof LimelSplitButton;
11
+ LimelSplitButton: StencilVueComponent<JSX.LimelSplitButton>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelSwitch: StencilVueComponent<JSX.LimelSwitch>;
5
+ declare const LimelSwitch: StencilVueComponent<JSX.LimelSwitch>;
6
+ export { LimelSwitch };
5
7
  export default LimelSwitch;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelSwitch: typeof LimelSwitch;
11
+ LimelSwitch: StencilVueComponent<JSX.LimelSwitch>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelTabBar: StencilVueComponent<JSX.LimelTabBar>;
5
+ declare const LimelTabBar: StencilVueComponent<JSX.LimelTabBar>;
6
+ export { LimelTabBar };
5
7
  export default LimelTabBar;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelTabBar: typeof LimelTabBar;
11
+ LimelTabBar: StencilVueComponent<JSX.LimelTabBar>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelTabPanel: StencilVueComponent<JSX.LimelTabPanel>;
5
+ declare const LimelTabPanel: StencilVueComponent<JSX.LimelTabPanel>;
6
+ export { LimelTabPanel };
5
7
  export default LimelTabPanel;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelTabPanel: typeof LimelTabPanel;
11
+ LimelTabPanel: StencilVueComponent<JSX.LimelTabPanel>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelTable: StencilVueComponent<JSX.LimelTable>;
5
+ declare const LimelTable: StencilVueComponent<JSX.LimelTable>;
6
+ export { LimelTable };
5
7
  export default LimelTable;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelTable: typeof LimelTable;
11
+ LimelTable: StencilVueComponent<JSX.LimelTable>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelTextEditor: StencilVueComponent<JSX.LimelTextEditor>;
5
+ declare const LimelTextEditor: StencilVueComponent<JSX.LimelTextEditor>;
6
+ export { LimelTextEditor };
5
7
  export default LimelTextEditor;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelTextEditor: typeof LimelTextEditor;
11
+ LimelTextEditor: StencilVueComponent<JSX.LimelTextEditor>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelTextEditorLinkMenu: StencilVueComponent<JSX.LimelTextEditorLinkMenu>;
5
+ declare const LimelTextEditorLinkMenu: StencilVueComponent<JSX.LimelTextEditorLinkMenu>;
6
+ export { LimelTextEditorLinkMenu };
5
7
  export default LimelTextEditorLinkMenu;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelTextEditorLinkMenu: typeof LimelTextEditorLinkMenu;
11
+ LimelTextEditorLinkMenu: StencilVueComponent<JSX.LimelTextEditorLinkMenu>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelTooltip: StencilVueComponent<JSX.LimelTooltip>;
5
+ declare const LimelTooltip: StencilVueComponent<JSX.LimelTooltip>;
6
+ export { LimelTooltip };
5
7
  export default LimelTooltip;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelTooltip: typeof LimelTooltip;
11
+ LimelTooltip: StencilVueComponent<JSX.LimelTooltip>;
10
12
  }
11
13
  }
@@ -1,11 +1,13 @@
1
+ /// <reference types="@limetech/lime-elements" />
1
2
  import type { JSX } from '@limetech/lime-elements/dist/types/components';
2
3
  import type { StencilVueComponent } from '@stencil/vue-output-target/runtime';
3
4
 
4
- export declare const LimelTooltipContent: StencilVueComponent<JSX.LimelTooltipContent>;
5
+ declare const LimelTooltipContent: StencilVueComponent<JSX.LimelTooltipContent>;
6
+ export { LimelTooltipContent };
5
7
  export default LimelTooltipContent;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelTooltipContent: typeof LimelTooltipContent;
11
+ LimelTooltipContent: StencilVueComponent<JSX.LimelTooltipContent>;
10
12
  }
11
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lime-elements-vue",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "description": "Vue 3 wrapper for Lime Elements web components",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",