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 Limel3dHoverEffectGlow: StencilVueComponent<JSX.Limel3dHoverEffectGlow>;
5
+ declare const Limel3dHoverEffectGlow: StencilVueComponent<JSX.Limel3dHoverEffectGlow>;
6
+ export { Limel3dHoverEffectGlow };
5
7
  export default Limel3dHoverEffectGlow;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- Limel3dHoverEffectGlow: typeof Limel3dHoverEffectGlow;
11
+ Limel3dHoverEffectGlow: StencilVueComponent<JSX.Limel3dHoverEffectGlow>;
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 LimelActionBar: StencilVueComponent<JSX.LimelActionBar>;
5
+ declare const LimelActionBar: StencilVueComponent<JSX.LimelActionBar>;
6
+ export { LimelActionBar };
5
7
  export default LimelActionBar;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelActionBar: typeof LimelActionBar;
11
+ LimelActionBar: StencilVueComponent<JSX.LimelActionBar>;
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 LimelActionBarItem: StencilVueComponent<JSX.LimelActionBarItem>;
5
+ declare const LimelActionBarItem: StencilVueComponent<JSX.LimelActionBarItem>;
6
+ export { LimelActionBarItem };
5
7
  export default LimelActionBarItem;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelActionBarItem: typeof LimelActionBarItem;
11
+ LimelActionBarItem: StencilVueComponent<JSX.LimelActionBarItem>;
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 LimelActionBarOverflowMenu: StencilVueComponent<JSX.LimelActionBarOverflowMenu>;
5
+ declare const LimelActionBarOverflowMenu: StencilVueComponent<JSX.LimelActionBarOverflowMenu>;
6
+ export { LimelActionBarOverflowMenu };
5
7
  export default LimelActionBarOverflowMenu;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelActionBarOverflowMenu: typeof LimelActionBarOverflowMenu;
11
+ LimelActionBarOverflowMenu: StencilVueComponent<JSX.LimelActionBarOverflowMenu>;
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 LimelAiAvatar: StencilVueComponent<JSX.LimelAiAvatar>;
5
+ declare const LimelAiAvatar: StencilVueComponent<JSX.LimelAiAvatar>;
6
+ export { LimelAiAvatar };
5
7
  export default LimelAiAvatar;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelAiAvatar: typeof LimelAiAvatar;
11
+ LimelAiAvatar: StencilVueComponent<JSX.LimelAiAvatar>;
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 LimelBadge: StencilVueComponent<JSX.LimelBadge>;
5
+ declare const LimelBadge: StencilVueComponent<JSX.LimelBadge>;
6
+ export { LimelBadge };
5
7
  export default LimelBadge;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelBadge: typeof LimelBadge;
11
+ LimelBadge: StencilVueComponent<JSX.LimelBadge>;
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 LimelBanner: StencilVueComponent<JSX.LimelBanner>;
5
+ declare const LimelBanner: StencilVueComponent<JSX.LimelBanner>;
6
+ export { LimelBanner };
5
7
  export default LimelBanner;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelBanner: typeof LimelBanner;
11
+ LimelBanner: StencilVueComponent<JSX.LimelBanner>;
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 LimelBreadcrumbs: StencilVueComponent<JSX.LimelBreadcrumbs>;
5
+ declare const LimelBreadcrumbs: StencilVueComponent<JSX.LimelBreadcrumbs>;
6
+ export { LimelBreadcrumbs };
5
7
  export default LimelBreadcrumbs;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelBreadcrumbs: typeof LimelBreadcrumbs;
11
+ LimelBreadcrumbs: StencilVueComponent<JSX.LimelBreadcrumbs>;
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 LimelButton: StencilVueComponent<JSX.LimelButton>;
5
+ declare const LimelButton: StencilVueComponent<JSX.LimelButton>;
6
+ export { LimelButton };
5
7
  export default LimelButton;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelButton: typeof LimelButton;
11
+ LimelButton: StencilVueComponent<JSX.LimelButton>;
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 LimelButtonGroup: StencilVueComponent<JSX.LimelButtonGroup>;
5
+ declare const LimelButtonGroup: StencilVueComponent<JSX.LimelButtonGroup>;
6
+ export { LimelButtonGroup };
5
7
  export default LimelButtonGroup;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelButtonGroup: typeof LimelButtonGroup;
11
+ LimelButtonGroup: StencilVueComponent<JSX.LimelButtonGroup>;
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 LimelCallout: StencilVueComponent<JSX.LimelCallout>;
5
+ declare const LimelCallout: StencilVueComponent<JSX.LimelCallout>;
6
+ export { LimelCallout };
5
7
  export default LimelCallout;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelCallout: typeof LimelCallout;
11
+ LimelCallout: StencilVueComponent<JSX.LimelCallout>;
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 LimelCard: StencilVueComponent<JSX.LimelCard>;
5
+ declare const LimelCard: StencilVueComponent<JSX.LimelCard>;
6
+ export { LimelCard };
5
7
  export default LimelCard;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelCard: typeof LimelCard;
11
+ LimelCard: StencilVueComponent<JSX.LimelCard>;
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 LimelChart: StencilVueComponent<JSX.LimelChart>;
5
+ declare const LimelChart: StencilVueComponent<JSX.LimelChart>;
6
+ export { LimelChart };
5
7
  export default LimelChart;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelChart: typeof LimelChart;
11
+ LimelChart: StencilVueComponent<JSX.LimelChart>;
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 LimelCheckbox: StencilVueComponent<JSX.LimelCheckbox>;
5
+ declare const LimelCheckbox: StencilVueComponent<JSX.LimelCheckbox>;
6
+ export { LimelCheckbox };
5
7
  export default LimelCheckbox;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelCheckbox: typeof LimelCheckbox;
11
+ LimelCheckbox: StencilVueComponent<JSX.LimelCheckbox>;
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 LimelChip: StencilVueComponent<JSX.LimelChip>;
5
+ declare const LimelChip: StencilVueComponent<JSX.LimelChip>;
6
+ export { LimelChip };
5
7
  export default LimelChip;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelChip: typeof LimelChip;
11
+ LimelChip: StencilVueComponent<JSX.LimelChip>;
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 LimelChipSet: StencilVueComponent<JSX.LimelChipSet>;
5
+ declare const LimelChipSet: StencilVueComponent<JSX.LimelChipSet>;
6
+ export { LimelChipSet };
5
7
  export default LimelChipSet;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelChipSet: typeof LimelChipSet;
11
+ LimelChipSet: StencilVueComponent<JSX.LimelChipSet>;
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 LimelCircularProgress: StencilVueComponent<JSX.LimelCircularProgress>;
5
+ declare const LimelCircularProgress: StencilVueComponent<JSX.LimelCircularProgress>;
6
+ export { LimelCircularProgress };
5
7
  export default LimelCircularProgress;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelCircularProgress: typeof LimelCircularProgress;
11
+ LimelCircularProgress: StencilVueComponent<JSX.LimelCircularProgress>;
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 LimelCodeDiff: StencilVueComponent<JSX.LimelCodeDiff>;
5
+ declare const LimelCodeDiff: StencilVueComponent<JSX.LimelCodeDiff>;
6
+ export { LimelCodeDiff };
5
7
  export default LimelCodeDiff;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelCodeDiff: typeof LimelCodeDiff;
11
+ LimelCodeDiff: StencilVueComponent<JSX.LimelCodeDiff>;
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 LimelCodeEditor: StencilVueComponent<JSX.LimelCodeEditor>;
5
+ declare const LimelCodeEditor: StencilVueComponent<JSX.LimelCodeEditor>;
6
+ export { LimelCodeEditor };
5
7
  export default LimelCodeEditor;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelCodeEditor: typeof LimelCodeEditor;
11
+ LimelCodeEditor: StencilVueComponent<JSX.LimelCodeEditor>;
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 LimelCollapsibleSection: StencilVueComponent<JSX.LimelCollapsibleSection>;
5
+ declare const LimelCollapsibleSection: StencilVueComponent<JSX.LimelCollapsibleSection>;
6
+ export { LimelCollapsibleSection };
5
7
  export default LimelCollapsibleSection;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelCollapsibleSection: typeof LimelCollapsibleSection;
11
+ LimelCollapsibleSection: StencilVueComponent<JSX.LimelCollapsibleSection>;
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 LimelColorPicker: StencilVueComponent<JSX.LimelColorPicker>;
5
+ declare const LimelColorPicker: StencilVueComponent<JSX.LimelColorPicker>;
6
+ export { LimelColorPicker };
5
7
  export default LimelColorPicker;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelColorPicker: typeof LimelColorPicker;
11
+ LimelColorPicker: StencilVueComponent<JSX.LimelColorPicker>;
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 LimelColorPickerPalette: StencilVueComponent<JSX.LimelColorPickerPalette>;
5
+ declare const LimelColorPickerPalette: StencilVueComponent<JSX.LimelColorPickerPalette>;
6
+ export { LimelColorPickerPalette };
5
7
  export default LimelColorPickerPalette;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelColorPickerPalette: typeof LimelColorPickerPalette;
11
+ LimelColorPickerPalette: StencilVueComponent<JSX.LimelColorPickerPalette>;
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 LimelConfig: StencilVueComponent<JSX.LimelConfig>;
5
+ declare const LimelConfig: StencilVueComponent<JSX.LimelConfig>;
6
+ export { LimelConfig };
5
7
  export default LimelConfig;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelConfig: typeof LimelConfig;
11
+ LimelConfig: StencilVueComponent<JSX.LimelConfig>;
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 LimelDatePicker: StencilVueComponent<JSX.LimelDatePicker>;
5
+ declare const LimelDatePicker: StencilVueComponent<JSX.LimelDatePicker>;
6
+ export { LimelDatePicker };
5
7
  export default LimelDatePicker;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelDatePicker: typeof LimelDatePicker;
11
+ LimelDatePicker: StencilVueComponent<JSX.LimelDatePicker>;
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 LimelDialog: StencilVueComponent<JSX.LimelDialog>;
5
+ declare const LimelDialog: StencilVueComponent<JSX.LimelDialog>;
6
+ export { LimelDialog };
5
7
  export default LimelDialog;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelDialog: typeof LimelDialog;
11
+ LimelDialog: StencilVueComponent<JSX.LimelDialog>;
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 LimelDock: StencilVueComponent<JSX.LimelDock>;
5
+ declare const LimelDock: StencilVueComponent<JSX.LimelDock>;
6
+ export { LimelDock };
5
7
  export default LimelDock;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelDock: typeof LimelDock;
11
+ LimelDock: StencilVueComponent<JSX.LimelDock>;
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 LimelDockButton: StencilVueComponent<JSX.LimelDockButton>;
5
+ declare const LimelDockButton: StencilVueComponent<JSX.LimelDockButton>;
6
+ export { LimelDockButton };
5
7
  export default LimelDockButton;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelDockButton: typeof LimelDockButton;
11
+ LimelDockButton: StencilVueComponent<JSX.LimelDockButton>;
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 LimelDragHandle: StencilVueComponent<JSX.LimelDragHandle>;
5
+ declare const LimelDragHandle: StencilVueComponent<JSX.LimelDragHandle>;
6
+ export { LimelDragHandle };
5
7
  export default LimelDragHandle;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelDragHandle: typeof LimelDragHandle;
11
+ LimelDragHandle: StencilVueComponent<JSX.LimelDragHandle>;
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 LimelDynamicLabel: StencilVueComponent<JSX.LimelDynamicLabel>;
5
+ declare const LimelDynamicLabel: StencilVueComponent<JSX.LimelDynamicLabel>;
6
+ export { LimelDynamicLabel };
5
7
  export default LimelDynamicLabel;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelDynamicLabel: typeof LimelDynamicLabel;
11
+ LimelDynamicLabel: StencilVueComponent<JSX.LimelDynamicLabel>;
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 LimelEmailViewer: StencilVueComponent<JSX.LimelEmailViewer>;
5
+ declare const LimelEmailViewer: StencilVueComponent<JSX.LimelEmailViewer>;
6
+ export { LimelEmailViewer };
5
7
  export default LimelEmailViewer;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelEmailViewer: typeof LimelEmailViewer;
11
+ LimelEmailViewer: StencilVueComponent<JSX.LimelEmailViewer>;
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 LimelFile: StencilVueComponent<JSX.LimelFile>;
5
+ declare const LimelFile: StencilVueComponent<JSX.LimelFile>;
6
+ export { LimelFile };
5
7
  export default LimelFile;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelFile: typeof LimelFile;
11
+ LimelFile: StencilVueComponent<JSX.LimelFile>;
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 LimelFileDropzone: StencilVueComponent<JSX.LimelFileDropzone>;
5
+ declare const LimelFileDropzone: StencilVueComponent<JSX.LimelFileDropzone>;
6
+ export { LimelFileDropzone };
5
7
  export default LimelFileDropzone;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelFileDropzone: typeof LimelFileDropzone;
11
+ LimelFileDropzone: StencilVueComponent<JSX.LimelFileDropzone>;
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 LimelFileInput: StencilVueComponent<JSX.LimelFileInput>;
5
+ declare const LimelFileInput: StencilVueComponent<JSX.LimelFileInput>;
6
+ export { LimelFileInput };
5
7
  export default LimelFileInput;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelFileInput: typeof LimelFileInput;
11
+ LimelFileInput: StencilVueComponent<JSX.LimelFileInput>;
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 LimelFileViewer: StencilVueComponent<JSX.LimelFileViewer>;
5
+ declare const LimelFileViewer: StencilVueComponent<JSX.LimelFileViewer>;
6
+ export { LimelFileViewer };
5
7
  export default LimelFileViewer;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelFileViewer: typeof LimelFileViewer;
11
+ LimelFileViewer: StencilVueComponent<JSX.LimelFileViewer>;
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 LimelFlatpickrAdapter: StencilVueComponent<JSX.LimelFlatpickrAdapter>;
5
+ declare const LimelFlatpickrAdapter: StencilVueComponent<JSX.LimelFlatpickrAdapter>;
6
+ export { LimelFlatpickrAdapter };
5
7
  export default LimelFlatpickrAdapter;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelFlatpickrAdapter: typeof LimelFlatpickrAdapter;
11
+ LimelFlatpickrAdapter: StencilVueComponent<JSX.LimelFlatpickrAdapter>;
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 LimelFlexContainer: StencilVueComponent<JSX.LimelFlexContainer>;
5
+ declare const LimelFlexContainer: StencilVueComponent<JSX.LimelFlexContainer>;
6
+ export { LimelFlexContainer };
5
7
  export default LimelFlexContainer;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelFlexContainer: typeof LimelFlexContainer;
11
+ LimelFlexContainer: StencilVueComponent<JSX.LimelFlexContainer>;
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 LimelForm: StencilVueComponent<JSX.LimelForm>;
5
+ declare const LimelForm: StencilVueComponent<JSX.LimelForm>;
6
+ export { LimelForm };
5
7
  export default LimelForm;
6
8
 
7
9
  declare module 'vue' {
8
10
  export interface GlobalComponents {
9
- LimelForm: typeof LimelForm;
11
+ LimelForm: StencilVueComponent<JSX.LimelForm>;
10
12
  }
11
13
  }