lime-elements-vue 2.0.4 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) 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/info-tile/index.d.ts +4 -2
  47. package/dist/input-field/index.d.ts +4 -2
  48. package/dist/linear-progress/index.d.ts +4 -2
  49. package/dist/list/index.d.ts +4 -2
  50. package/dist/list-item/index.d.ts +4 -2
  51. package/dist/markdown/index.d.ts +4 -2
  52. package/dist/masonry-layout/index.d.ts +4 -2
  53. package/dist/menu/index.d.ts +4 -2
  54. package/dist/menu-item-meta/index.d.ts +4 -2
  55. package/dist/menu-list/index.d.ts +4 -2
  56. package/dist/menu-surface/index.d.ts +4 -2
  57. package/dist/notched-outline/index.d.ts +4 -2
  58. package/dist/picker/index.d.ts +4 -2
  59. package/dist/popover/index.d.ts +4 -2
  60. package/dist/popover-surface/index.d.ts +4 -2
  61. package/dist/portal/index.d.ts +4 -2
  62. package/dist/profile-picture/index.d.ts +4 -2
  63. package/dist/progress-flow/index.d.ts +4 -2
  64. package/dist/progress-flow-item/index.d.ts +4 -2
  65. package/dist/prosemirror-adapter/index.d.ts +4 -2
  66. package/dist/radio-button/index.d.ts +4 -2
  67. package/dist/radio-button-group/index.d.ts +4 -2
  68. package/dist/select/index.d.ts +4 -2
  69. package/dist/shortcut/index.d.ts +4 -2
  70. package/dist/slider/index.d.ts +4 -2
  71. package/dist/snackbar/index.d.ts +4 -2
  72. package/dist/spinner/index.d.ts +4 -2
  73. package/dist/split-button/index.d.ts +4 -2
  74. package/dist/switch/index.d.ts +4 -2
  75. package/dist/tab-bar/index.d.ts +4 -2
  76. package/dist/tab-panel/index.d.ts +4 -2
  77. package/dist/table/index.d.ts +4 -2
  78. package/dist/text-editor/index.d.ts +4 -2
  79. package/dist/text-editor-link-menu/index.d.ts +4 -2
  80. package/dist/tooltip/index.d.ts +4 -2
  81. package/dist/tooltip-content/index.d.ts +4 -2
  82. package/package.json +2 -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 LimelGrid: StencilVueComponent<JSX.LimelGrid>;
5
+ declare const LimelGrid: StencilVueComponent<JSX.LimelGrid>;
6
+ export { LimelGrid };
5
7
  export default LimelGrid;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelGrid: typeof LimelGrid;
11
+ LimelGrid: StencilVueComponent<JSX.LimelGrid>;
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 LimelHeader: StencilVueComponent<JSX.LimelHeader>;
5
+ declare const LimelHeader: StencilVueComponent<JSX.LimelHeader>;
6
+ export { LimelHeader };
5
7
  export default LimelHeader;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelHeader: typeof LimelHeader;
11
+ LimelHeader: StencilVueComponent<JSX.LimelHeader>;
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 LimelHelp: StencilVueComponent<JSX.LimelHelp>;
5
+ declare const LimelHelp: StencilVueComponent<JSX.LimelHelp>;
6
+ export { LimelHelp };
5
7
  export default LimelHelp;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelHelp: typeof LimelHelp;
11
+ LimelHelp: StencilVueComponent<JSX.LimelHelp>;
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 LimelHelpContent: StencilVueComponent<JSX.LimelHelpContent>;
5
+ declare const LimelHelpContent: StencilVueComponent<JSX.LimelHelpContent>;
6
+ export { LimelHelpContent };
5
7
  export default LimelHelpContent;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelHelpContent: typeof LimelHelpContent;
11
+ LimelHelpContent: StencilVueComponent<JSX.LimelHelpContent>;
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 LimelHelperLine: StencilVueComponent<JSX.LimelHelperLine>;
5
+ declare const LimelHelperLine: StencilVueComponent<JSX.LimelHelperLine>;
6
+ export { LimelHelperLine };
5
7
  export default LimelHelperLine;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelHelperLine: typeof LimelHelperLine;
11
+ LimelHelperLine: StencilVueComponent<JSX.LimelHelperLine>;
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 LimelHotkey: StencilVueComponent<JSX.LimelHotkey>;
5
+ declare const LimelHotkey: StencilVueComponent<JSX.LimelHotkey>;
6
+ export { LimelHotkey };
5
7
  export default LimelHotkey;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelHotkey: typeof LimelHotkey;
11
+ LimelHotkey: StencilVueComponent<JSX.LimelHotkey>;
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 LimelIcon: StencilVueComponent<JSX.LimelIcon>;
5
+ declare const LimelIcon: StencilVueComponent<JSX.LimelIcon>;
6
+ export { LimelIcon };
5
7
  export default LimelIcon;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelIcon: typeof LimelIcon;
11
+ LimelIcon: StencilVueComponent<JSX.LimelIcon>;
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 LimelIconButton: StencilVueComponent<JSX.LimelIconButton>;
5
+ declare const LimelIconButton: StencilVueComponent<JSX.LimelIconButton>;
6
+ export { LimelIconButton };
5
7
  export default LimelIconButton;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelIconButton: typeof LimelIconButton;
11
+ LimelIconButton: StencilVueComponent<JSX.LimelIconButton>;
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 LimelInfoTile: StencilVueComponent<JSX.LimelInfoTile>;
5
+ declare const LimelInfoTile: StencilVueComponent<JSX.LimelInfoTile>;
6
+ export { LimelInfoTile };
5
7
  export default LimelInfoTile;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelInfoTile: typeof LimelInfoTile;
11
+ LimelInfoTile: StencilVueComponent<JSX.LimelInfoTile>;
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 LimelInputField: StencilVueComponent<JSX.LimelInputField>;
5
+ declare const LimelInputField: StencilVueComponent<JSX.LimelInputField>;
6
+ export { LimelInputField };
5
7
  export default LimelInputField;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelInputField: typeof LimelInputField;
11
+ LimelInputField: StencilVueComponent<JSX.LimelInputField>;
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 LimelLinearProgress: StencilVueComponent<JSX.LimelLinearProgress>;
5
+ declare const LimelLinearProgress: StencilVueComponent<JSX.LimelLinearProgress>;
6
+ export { LimelLinearProgress };
5
7
  export default LimelLinearProgress;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelLinearProgress: typeof LimelLinearProgress;
11
+ LimelLinearProgress: StencilVueComponent<JSX.LimelLinearProgress>;
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 LimelList: StencilVueComponent<JSX.LimelList>;
5
+ declare const LimelList: StencilVueComponent<JSX.LimelList>;
6
+ export { LimelList };
5
7
  export default LimelList;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelList: typeof LimelList;
11
+ LimelList: StencilVueComponent<JSX.LimelList>;
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 LimelListItem: StencilVueComponent<JSX.LimelListItem>;
5
+ declare const LimelListItem: StencilVueComponent<JSX.LimelListItem>;
6
+ export { LimelListItem };
5
7
  export default LimelListItem;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelListItem: typeof LimelListItem;
11
+ LimelListItem: StencilVueComponent<JSX.LimelListItem>;
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 LimelMarkdown: StencilVueComponent<JSX.LimelMarkdown>;
5
+ declare const LimelMarkdown: StencilVueComponent<JSX.LimelMarkdown>;
6
+ export { LimelMarkdown };
5
7
  export default LimelMarkdown;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelMarkdown: typeof LimelMarkdown;
11
+ LimelMarkdown: StencilVueComponent<JSX.LimelMarkdown>;
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 LimelMasonryLayout: StencilVueComponent<JSX.LimelMasonryLayout>;
5
+ declare const LimelMasonryLayout: StencilVueComponent<JSX.LimelMasonryLayout>;
6
+ export { LimelMasonryLayout };
5
7
  export default LimelMasonryLayout;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelMasonryLayout: typeof LimelMasonryLayout;
11
+ LimelMasonryLayout: StencilVueComponent<JSX.LimelMasonryLayout>;
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 LimelMenu: StencilVueComponent<JSX.LimelMenu>;
5
+ declare const LimelMenu: StencilVueComponent<JSX.LimelMenu>;
6
+ export { LimelMenu };
5
7
  export default LimelMenu;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelMenu: typeof LimelMenu;
11
+ LimelMenu: StencilVueComponent<JSX.LimelMenu>;
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 LimelMenuItemMeta: StencilVueComponent<JSX.LimelMenuItemMeta>;
5
+ declare const LimelMenuItemMeta: StencilVueComponent<JSX.LimelMenuItemMeta>;
6
+ export { LimelMenuItemMeta };
5
7
  export default LimelMenuItemMeta;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelMenuItemMeta: typeof LimelMenuItemMeta;
11
+ LimelMenuItemMeta: StencilVueComponent<JSX.LimelMenuItemMeta>;
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 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
  }