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.
- package/dist/3d-hover-effect-glow/index.d.ts +4 -2
- package/dist/action-bar/index.d.ts +4 -2
- package/dist/action-bar-item/index.d.ts +4 -2
- package/dist/action-bar-overflow-menu/index.d.ts +4 -2
- package/dist/ai-avatar/index.d.ts +4 -2
- package/dist/badge/index.d.ts +4 -2
- package/dist/banner/index.d.ts +4 -2
- package/dist/breadcrumbs/index.d.ts +4 -2
- package/dist/button/index.d.ts +4 -2
- package/dist/button-group/index.d.ts +4 -2
- package/dist/callout/index.d.ts +4 -2
- package/dist/card/index.d.ts +4 -2
- package/dist/chart/index.d.ts +4 -2
- package/dist/checkbox/index.d.ts +4 -2
- package/dist/chip/index.d.ts +4 -2
- package/dist/chip-set/index.d.ts +4 -2
- package/dist/circular-progress/index.d.ts +4 -2
- package/dist/code-diff/index.d.ts +4 -2
- package/dist/code-editor/index.d.ts +4 -2
- package/dist/collapsible-section/index.d.ts +4 -2
- package/dist/color-picker/index.d.ts +4 -2
- package/dist/color-picker-palette/index.d.ts +4 -2
- package/dist/config/index.d.ts +4 -2
- package/dist/date-picker/index.d.ts +4 -2
- package/dist/dialog/index.d.ts +4 -2
- package/dist/dock/index.d.ts +4 -2
- package/dist/dock-button/index.d.ts +4 -2
- package/dist/drag-handle/index.d.ts +4 -2
- package/dist/dynamic-label/index.d.ts +4 -2
- package/dist/email-viewer/index.d.ts +4 -2
- package/dist/file/index.d.ts +4 -2
- package/dist/file-dropzone/index.d.ts +4 -2
- package/dist/file-input/index.d.ts +4 -2
- package/dist/file-viewer/index.d.ts +4 -2
- package/dist/flatpickr-adapter/index.d.ts +4 -2
- package/dist/flex-container/index.d.ts +4 -2
- package/dist/form/index.d.ts +4 -2
- package/dist/grid/index.d.ts +4 -2
- package/dist/header/index.d.ts +4 -2
- package/dist/help/index.d.ts +4 -2
- package/dist/help-content/index.d.ts +4 -2
- package/dist/helper-line/index.d.ts +4 -2
- package/dist/hotkey/index.d.ts +4 -2
- package/dist/icon/index.d.ts +4 -2
- package/dist/icon-button/index.d.ts +4 -2
- package/dist/index.d.ts +162 -162
- package/dist/info-tile/index.d.ts +4 -2
- package/dist/input-field/index.d.ts +4 -2
- package/dist/linear-progress/index.d.ts +4 -2
- package/dist/list/index.d.ts +4 -2
- package/dist/list-item/index.d.ts +4 -2
- package/dist/markdown/index.d.ts +4 -2
- package/dist/masonry-layout/index.d.ts +4 -2
- package/dist/menu/index.d.ts +4 -2
- package/dist/menu-item-meta/index.d.ts +4 -2
- package/dist/menu-list/index.d.ts +4 -2
- package/dist/menu-surface/index.d.ts +4 -2
- package/dist/notched-outline/index.d.ts +4 -2
- package/dist/picker/index.d.ts +4 -2
- package/dist/popover/index.d.ts +4 -2
- package/dist/popover-surface/index.d.ts +4 -2
- package/dist/portal/index.d.ts +4 -2
- package/dist/profile-picture/index.d.ts +4 -2
- package/dist/progress-flow/index.d.ts +4 -2
- package/dist/progress-flow-item/index.d.ts +4 -2
- package/dist/prosemirror-adapter/index.d.ts +4 -2
- package/dist/radio-button/index.d.ts +4 -2
- package/dist/radio-button-group/index.d.ts +4 -2
- package/dist/select/index.d.ts +4 -2
- package/dist/shortcut/index.d.ts +4 -2
- package/dist/slider/index.d.ts +4 -2
- package/dist/snackbar/index.d.ts +4 -2
- package/dist/spinner/index.d.ts +4 -2
- package/dist/split-button/index.d.ts +4 -2
- package/dist/switch/index.d.ts +4 -2
- package/dist/tab-bar/index.d.ts +4 -2
- package/dist/tab-panel/index.d.ts +4 -2
- package/dist/table/index.d.ts +4 -2
- package/dist/text-editor/index.d.ts +4 -2
- package/dist/text-editor-link-menu/index.d.ts +4 -2
- package/dist/tooltip/index.d.ts +4 -2
- package/dist/tooltip-content/index.d.ts +4 -2
- 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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
11
|
+
LimelAiAvatar: StencilVueComponent<JSX.LimelAiAvatar>;
|
|
10
12
|
}
|
|
11
13
|
}
|
package/dist/badge/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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:
|
|
11
|
+
LimelBadge: StencilVueComponent<JSX.LimelBadge>;
|
|
10
12
|
}
|
|
11
13
|
}
|
package/dist/banner/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
11
|
+
LimelBreadcrumbs: StencilVueComponent<JSX.LimelBreadcrumbs>;
|
|
10
12
|
}
|
|
11
13
|
}
|
package/dist/button/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
11
|
+
LimelButtonGroup: StencilVueComponent<JSX.LimelButtonGroup>;
|
|
10
12
|
}
|
|
11
13
|
}
|
package/dist/callout/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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:
|
|
11
|
+
LimelCallout: StencilVueComponent<JSX.LimelCallout>;
|
|
10
12
|
}
|
|
11
13
|
}
|
package/dist/card/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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:
|
|
11
|
+
LimelCard: StencilVueComponent<JSX.LimelCard>;
|
|
10
12
|
}
|
|
11
13
|
}
|
package/dist/chart/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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:
|
|
11
|
+
LimelChart: StencilVueComponent<JSX.LimelChart>;
|
|
10
12
|
}
|
|
11
13
|
}
|
package/dist/checkbox/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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:
|
|
11
|
+
LimelCheckbox: StencilVueComponent<JSX.LimelCheckbox>;
|
|
10
12
|
}
|
|
11
13
|
}
|
package/dist/chip/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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:
|
|
11
|
+
LimelChip: StencilVueComponent<JSX.LimelChip>;
|
|
10
12
|
}
|
|
11
13
|
}
|
package/dist/chip-set/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
11
|
+
LimelColorPickerPalette: StencilVueComponent<JSX.LimelColorPickerPalette>;
|
|
10
12
|
}
|
|
11
13
|
}
|
package/dist/config/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
11
|
+
LimelDatePicker: StencilVueComponent<JSX.LimelDatePicker>;
|
|
10
12
|
}
|
|
11
13
|
}
|
package/dist/dialog/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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:
|
|
11
|
+
LimelDialog: StencilVueComponent<JSX.LimelDialog>;
|
|
10
12
|
}
|
|
11
13
|
}
|
package/dist/dock/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
11
|
+
LimelEmailViewer: StencilVueComponent<JSX.LimelEmailViewer>;
|
|
10
12
|
}
|
|
11
13
|
}
|
package/dist/file/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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:
|
|
11
|
+
LimelFlexContainer: StencilVueComponent<JSX.LimelFlexContainer>;
|
|
10
12
|
}
|
|
11
13
|
}
|
package/dist/form/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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:
|
|
11
|
+
LimelForm: StencilVueComponent<JSX.LimelForm>;
|
|
10
12
|
}
|
|
11
13
|
}
|