@mittwald/flow-remote-elements 1.2.0-next.5 → 1.2.0-next.6
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/js/auto-generated/RemoteBarElement.mjs +33 -0
- package/dist/js/auto-generated/RemoteBarElement.mjs.map +1 -0
- package/dist/js/auto-generated/RemoteCartesianChartElement.mjs +1 -0
- package/dist/js/auto-generated/RemoteCartesianChartElement.mjs.map +1 -1
- package/dist/js/auto-generated/index.mjs +2 -1
- package/dist/js/index.mjs +2 -1
- package/dist/types/auto-generated/RemoteBarElement.d.ts +27 -0
- package/dist/types/auto-generated/RemoteBarElement.d.ts.map +1 -0
- package/dist/types/auto-generated/RemoteCartesianChartElement.d.ts +1 -0
- package/dist/types/auto-generated/RemoteCartesianChartElement.d.ts.map +1 -1
- package/dist/types/auto-generated/index.d.ts +1 -0
- package/dist/types/auto-generated/index.d.ts.map +1 -1
- package/package.json +6 -6
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { FlowRemoteElement } from "../lib/FlowRemoteElement.mjs";
|
|
2
|
+
//#region src/auto-generated/RemoteBarElement.ts
|
|
3
|
+
var RemoteBarElement = class extends FlowRemoteElement {
|
|
4
|
+
static get remoteAttributes() {
|
|
5
|
+
return ["style"];
|
|
6
|
+
}
|
|
7
|
+
static get remoteProperties() {
|
|
8
|
+
return {
|
|
9
|
+
barSize: {},
|
|
10
|
+
className: {},
|
|
11
|
+
color: {},
|
|
12
|
+
dataKey: {},
|
|
13
|
+
dataKeyLabel: {},
|
|
14
|
+
maxBarSize: {},
|
|
15
|
+
minPointSize: {},
|
|
16
|
+
stackId: {},
|
|
17
|
+
unit: {},
|
|
18
|
+
xAxisId: {},
|
|
19
|
+
yAxisId: {}
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
static get remoteEvents() {
|
|
23
|
+
return {};
|
|
24
|
+
}
|
|
25
|
+
static get remoteSlots() {
|
|
26
|
+
return [];
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
customElements.define("flr-bar", RemoteBarElement);
|
|
30
|
+
//#endregion
|
|
31
|
+
export { RemoteBarElement };
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=RemoteBarElement.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteBarElement.mjs","names":[],"sources":["../../../src/auto-generated/RemoteBarElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { BarProps as RemoteBarElementProps } from \"@mittwald/flow-react-components\";\nexport type { BarProps as RemoteBarElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteBarElement extends FlowRemoteElement<RemoteBarElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n barSize: {},\n className: {},\n color: {},\n dataKey: {},\n dataKeyLabel: {},\n maxBarSize: {},\n minPointSize: {},\n stackId: {},\n unit: {},\n xAxisId: {},\n yAxisId: {},\n };\n }\n\n static override get remoteEvents() {\n return {};\n }\n\n static override get remoteSlots() {\n return [];\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"flr-bar\": InstanceType<typeof RemoteBarElement>;\n }\n}\n\ncustomElements.define(\"flr-bar\", RemoteBarElement);\n"],"mappings":";;AAMA,IAAa,mBAAb,cAAsC,kBAAyC;CAC7E,WAAoB,mBAAmB;EACrC,OAAO,CAAC,OAAO;CACjB;CAEA,WAAoB,mBAAmB;EACrC,OAAO;GACL,SAAS,CAAC;GACV,WAAW,CAAC;GACZ,OAAO,CAAC;GACR,SAAS,CAAC;GACV,cAAc,CAAC;GACf,YAAY,CAAC;GACb,cAAc,CAAC;GACf,SAAS,CAAC;GACV,MAAM,CAAC;GACP,SAAS,CAAC;GACV,SAAS,CAAC;EACZ;CACF;CAEA,WAAoB,eAAe;EACjC,OAAO,CAAC;CACV;CAEA,WAAoB,cAAc;EAChC,OAAO,CAAC;CACV;AACF;AAQA,eAAe,OAAO,WAAW,gBAAgB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteCartesianChartElement.mjs","names":[],"sources":["../../../src/auto-generated/RemoteCartesianChartElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { CartesianChartProps as RemoteCartesianChartElementProps } from \"@mittwald/flow-react-components\";\nexport type { CartesianChartProps as RemoteCartesianChartElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteCartesianChartElement extends FlowRemoteElement<RemoteCartesianChartElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n className: {},\n data: {},\n flexGrow: {},\n height: {},\n syncId: {},\n syncMethod: {},\n };\n }\n\n static override get remoteEvents() {\n return {};\n }\n\n static override get remoteSlots() {\n return [\"emptyView\"];\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"flr-cartesian-chart\": InstanceType<typeof RemoteCartesianChartElement>;\n }\n}\n\ncustomElements.define(\"flr-cartesian-chart\", RemoteCartesianChartElement);\n"],"mappings":";;AAMA,IAAa,8BAAb,cAAiD,kBAAoD;CACnG,WAAoB,mBAAmB;EACrC,OAAO,CAAC,OAAO;CACjB;CAEA,WAAoB,mBAAmB;EACrC,OAAO;GACL,WAAW,CAAC;GACZ,MAAM,CAAC;GACP,UAAU,CAAC;GACX,QAAQ,CAAC;GACT,QAAQ,CAAC;GACT,YAAY,CAAC;EACf;CACF;CAEA,WAAoB,eAAe;EACjC,OAAO,CAAC;CACV;CAEA,WAAoB,cAAc;EAChC,OAAO,CAAC,WAAW;CACrB;AACF;AAQA,eAAe,OAAO,uBAAuB,2BAA2B"}
|
|
1
|
+
{"version":3,"file":"RemoteCartesianChartElement.mjs","names":[],"sources":["../../../src/auto-generated/RemoteCartesianChartElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { CartesianChartProps as RemoteCartesianChartElementProps } from \"@mittwald/flow-react-components\";\nexport type { CartesianChartProps as RemoteCartesianChartElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteCartesianChartElement extends FlowRemoteElement<RemoteCartesianChartElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n className: {},\n data: {},\n flexGrow: {},\n height: {},\n layout: {},\n syncId: {},\n syncMethod: {},\n };\n }\n\n static override get remoteEvents() {\n return {};\n }\n\n static override get remoteSlots() {\n return [\"emptyView\"];\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"flr-cartesian-chart\": InstanceType<typeof RemoteCartesianChartElement>;\n }\n}\n\ncustomElements.define(\"flr-cartesian-chart\", RemoteCartesianChartElement);\n"],"mappings":";;AAMA,IAAa,8BAAb,cAAiD,kBAAoD;CACnG,WAAoB,mBAAmB;EACrC,OAAO,CAAC,OAAO;CACjB;CAEA,WAAoB,mBAAmB;EACrC,OAAO;GACL,WAAW,CAAC;GACZ,MAAM,CAAC;GACP,UAAU,CAAC;GACX,QAAQ,CAAC;GACT,QAAQ,CAAC;GACT,QAAQ,CAAC;GACT,YAAY,CAAC;EACf;CACF;CAEA,WAAoB,eAAe;EACjC,OAAO,CAAC;CACV;CAEA,WAAoB,cAAc;EAChC,OAAO,CAAC,WAAW;CACrB;AACF;AAQA,eAAe,OAAO,uBAAuB,2BAA2B"}
|
|
@@ -11,6 +11,7 @@ import { RemoteAutocompleteElement } from "./RemoteAutocompleteElement.mjs";
|
|
|
11
11
|
import { RemoteAvatarElement } from "./RemoteAvatarElement.mjs";
|
|
12
12
|
import { RemoteAvatarStackElement } from "./RemoteAvatarStackElement.mjs";
|
|
13
13
|
import { RemoteBadgeElement } from "./RemoteBadgeElement.mjs";
|
|
14
|
+
import { RemoteBarElement } from "./RemoteBarElement.mjs";
|
|
14
15
|
import { RemoteBigNumberElement } from "./RemoteBigNumberElement.mjs";
|
|
15
16
|
import { RemoteBreadcrumbElement } from "./RemoteBreadcrumbElement.mjs";
|
|
16
17
|
import { RemoteButtonElement } from "./RemoteButtonElement.mjs";
|
|
@@ -131,4 +132,4 @@ import { RemoteTruncateElement } from "./RemoteTruncateElement.mjs";
|
|
|
131
132
|
import { RemoteTunnelEntryElement } from "./RemoteTunnelEntryElement.mjs";
|
|
132
133
|
import { RemoteXAxisElement } from "./RemoteXAxisElement.mjs";
|
|
133
134
|
import { RemoteYAxisElement } from "./RemoteYAxisElement.mjs";
|
|
134
|
-
export { RemoteAccentBoxElement, RemoteAccordionElement, RemoteActionGroupElement, RemoteAlertBadgeElement, RemoteAlertElement, RemoteAlertIconElement, RemoteAlertTextElement, RemoteAlignElement, RemoteAreaElement, RemoteAutocompleteElement, RemoteAvatarElement, RemoteAvatarStackElement, RemoteBadgeElement, RemoteBigNumberElement, RemoteBreadcrumbElement, RemoteButtonElement, RemoteCartesianChartElement, RemoteCartesianGridElement, RemoteChartGridElement, RemoteChartLegendElement, RemoteChartTooltipElement, RemoteChatElement, RemoteCheckboxButtonElement, RemoteCheckboxElement, RemoteCheckboxGroupElement, RemoteClearPropsContextElement, RemoteCodeBlockElement, RemoteCodeEditorElement, RemoteColorElement, RemoteColumnLayoutElement, RemoteCombineElement, RemoteComboBoxElement, RemoteComponentPropsContextProviderElement, RemoteContentElement, RemoteContextMenuContentElement, RemoteContextMenuElement, RemoteContextMenuSectionElement, RemoteContextMenuTriggerElement, RemoteContextualHelpElement, RemoteContextualHelpTriggerElement, RemoteCopyButtonElement, RemoteCounterBadgeElement, RemoteDatePickerElement, RemoteDateRangePickerElement, RemoteDialogTriggerElement, RemoteDivElement, RemoteDonutChartElement, RemoteFieldDescriptionElement, RemoteFieldErrorElement, RemoteFileCardElement, RemoteFileCardListElement, RemoteFileDropZoneElement, RemoteFileFieldElement, RemoteFlexElement, RemoteHeaderElement, RemoteHeaderNavigationElement, RemoteHeadingElement, RemoteIconElement, RemoteIllustratedMessageElement, RemoteImageCropperElement, RemoteImageElement, RemoteInitialsElement, RemoteInlineCodeElement, RemoteItemsGridListElement, RemoteItemsGridListItemElement, RemoteKbdElement, RemoteLabelElement, RemoteLabeledValueElement, RemoteLayoutCardElement, RemoteLegendElement, RemoteLightBoxGalleryElement, RemoteLightBoxGalleryItemElement, RemoteLineElement, RemoteLinkElement, RemoteListEmptyViewContainerElement, RemoteListEmptyViewElement, RemoteListItemViewContentElement, RemoteListSummaryElement, RemoteLoadingSpinnerElement, RemoteMarkdownEditorElement, RemoteMarkdownElement, RemoteMenuItemElement, RemoteMenuTriggerElement, RemoteMessageElement, RemoteMessageSeparatorElement, RemoteMessageThreadElement, RemoteNavigationElement, RemoteNavigationGroupElement, RemoteNotificationElement, RemoteNumberFieldElement, RemoteOptionElement, RemoteOverlayContentElement, RemotePasswordCreationFieldElement, RemotePopoverContentElement, RemoteProgressBarElement, RemoteRadioButtonElement, RemoteRadioElement, RemoteRadioGroupElement, RemoteRangeCalendarElement, RemoteRatingElement, RemoteRatingSegmentElement, RemoteSearchFieldElement, RemoteSectionElement, RemoteSegmentElement, RemoteSegmentedControlElement, RemoteSelectElement, RemoteSeparatorElement, RemoteSkeletonElement, RemoteSkeletonTextElement, RemoteSliderElement, RemoteSwitchElement, RemoteTabElement, RemoteTabNavigationElement, RemoteTabTitleElement, RemoteTableBodyElement, RemoteTableCellElement, RemoteTableColumnElement, RemoteTableElement, RemoteTableFooterRowElement, RemoteTableHeaderElement, RemoteTableRowElement, RemoteTabsElement, RemoteTextAreaElement, RemoteTextElement, RemoteTextFieldElement, RemoteTimeFieldElement, RemoteTooltipElement, RemoteTooltipTriggerElement, RemoteTranslationProviderElement, RemoteTruncateElement, RemoteTunnelEntryElement, RemoteXAxisElement, RemoteYAxisElement };
|
|
135
|
+
export { RemoteAccentBoxElement, RemoteAccordionElement, RemoteActionGroupElement, RemoteAlertBadgeElement, RemoteAlertElement, RemoteAlertIconElement, RemoteAlertTextElement, RemoteAlignElement, RemoteAreaElement, RemoteAutocompleteElement, RemoteAvatarElement, RemoteAvatarStackElement, RemoteBadgeElement, RemoteBarElement, RemoteBigNumberElement, RemoteBreadcrumbElement, RemoteButtonElement, RemoteCartesianChartElement, RemoteCartesianGridElement, RemoteChartGridElement, RemoteChartLegendElement, RemoteChartTooltipElement, RemoteChatElement, RemoteCheckboxButtonElement, RemoteCheckboxElement, RemoteCheckboxGroupElement, RemoteClearPropsContextElement, RemoteCodeBlockElement, RemoteCodeEditorElement, RemoteColorElement, RemoteColumnLayoutElement, RemoteCombineElement, RemoteComboBoxElement, RemoteComponentPropsContextProviderElement, RemoteContentElement, RemoteContextMenuContentElement, RemoteContextMenuElement, RemoteContextMenuSectionElement, RemoteContextMenuTriggerElement, RemoteContextualHelpElement, RemoteContextualHelpTriggerElement, RemoteCopyButtonElement, RemoteCounterBadgeElement, RemoteDatePickerElement, RemoteDateRangePickerElement, RemoteDialogTriggerElement, RemoteDivElement, RemoteDonutChartElement, RemoteFieldDescriptionElement, RemoteFieldErrorElement, RemoteFileCardElement, RemoteFileCardListElement, RemoteFileDropZoneElement, RemoteFileFieldElement, RemoteFlexElement, RemoteHeaderElement, RemoteHeaderNavigationElement, RemoteHeadingElement, RemoteIconElement, RemoteIllustratedMessageElement, RemoteImageCropperElement, RemoteImageElement, RemoteInitialsElement, RemoteInlineCodeElement, RemoteItemsGridListElement, RemoteItemsGridListItemElement, RemoteKbdElement, RemoteLabelElement, RemoteLabeledValueElement, RemoteLayoutCardElement, RemoteLegendElement, RemoteLightBoxGalleryElement, RemoteLightBoxGalleryItemElement, RemoteLineElement, RemoteLinkElement, RemoteListEmptyViewContainerElement, RemoteListEmptyViewElement, RemoteListItemViewContentElement, RemoteListSummaryElement, RemoteLoadingSpinnerElement, RemoteMarkdownEditorElement, RemoteMarkdownElement, RemoteMenuItemElement, RemoteMenuTriggerElement, RemoteMessageElement, RemoteMessageSeparatorElement, RemoteMessageThreadElement, RemoteNavigationElement, RemoteNavigationGroupElement, RemoteNotificationElement, RemoteNumberFieldElement, RemoteOptionElement, RemoteOverlayContentElement, RemotePasswordCreationFieldElement, RemotePopoverContentElement, RemoteProgressBarElement, RemoteRadioButtonElement, RemoteRadioElement, RemoteRadioGroupElement, RemoteRangeCalendarElement, RemoteRatingElement, RemoteRatingSegmentElement, RemoteSearchFieldElement, RemoteSectionElement, RemoteSegmentElement, RemoteSegmentedControlElement, RemoteSelectElement, RemoteSeparatorElement, RemoteSkeletonElement, RemoteSkeletonTextElement, RemoteSliderElement, RemoteSwitchElement, RemoteTabElement, RemoteTabNavigationElement, RemoteTabTitleElement, RemoteTableBodyElement, RemoteTableCellElement, RemoteTableColumnElement, RemoteTableElement, RemoteTableFooterRowElement, RemoteTableHeaderElement, RemoteTableRowElement, RemoteTabsElement, RemoteTextAreaElement, RemoteTextElement, RemoteTextFieldElement, RemoteTimeFieldElement, RemoteTooltipElement, RemoteTooltipTriggerElement, RemoteTranslationProviderElement, RemoteTruncateElement, RemoteTunnelEntryElement, RemoteXAxisElement, RemoteYAxisElement };
|
package/dist/js/index.mjs
CHANGED
|
@@ -12,6 +12,7 @@ import { RemoteAutocompleteElement } from "./auto-generated/RemoteAutocompleteEl
|
|
|
12
12
|
import { RemoteAvatarElement } from "./auto-generated/RemoteAvatarElement.mjs";
|
|
13
13
|
import { RemoteAvatarStackElement } from "./auto-generated/RemoteAvatarStackElement.mjs";
|
|
14
14
|
import { RemoteBadgeElement } from "./auto-generated/RemoteBadgeElement.mjs";
|
|
15
|
+
import { RemoteBarElement } from "./auto-generated/RemoteBarElement.mjs";
|
|
15
16
|
import { RemoteBigNumberElement } from "./auto-generated/RemoteBigNumberElement.mjs";
|
|
16
17
|
import { RemoteBreadcrumbElement } from "./auto-generated/RemoteBreadcrumbElement.mjs";
|
|
17
18
|
import { RemoteButtonElement } from "./auto-generated/RemoteButtonElement.mjs";
|
|
@@ -135,4 +136,4 @@ import { RemoteYAxisElement } from "./auto-generated/RemoteYAxisElement.mjs";
|
|
|
135
136
|
import "./auto-generated/index.mjs";
|
|
136
137
|
import { RemoteFormElement } from "./Form.mjs";
|
|
137
138
|
import { RemoteSlotRootWrapper } from "./SlotRootWrapper.mjs";
|
|
138
|
-
export { FlowRemoteElement, RemoteAccentBoxElement, RemoteAccordionElement, RemoteActionGroupElement, RemoteAlertBadgeElement, RemoteAlertElement, RemoteAlertIconElement, RemoteAlertTextElement, RemoteAlignElement, RemoteAreaElement, RemoteAutocompleteElement, RemoteAvatarElement, RemoteAvatarStackElement, RemoteBadgeElement, RemoteBigNumberElement, RemoteBreadcrumbElement, RemoteButtonElement, RemoteCartesianChartElement, RemoteCartesianGridElement, RemoteChartGridElement, RemoteChartLegendElement, RemoteChartTooltipElement, RemoteChatElement, RemoteCheckboxButtonElement, RemoteCheckboxElement, RemoteCheckboxGroupElement, RemoteClearPropsContextElement, RemoteCodeBlockElement, RemoteCodeEditorElement, RemoteColorElement, RemoteColumnLayoutElement, RemoteCombineElement, RemoteComboBoxElement, RemoteComponentPropsContextProviderElement, RemoteContentElement, RemoteContextMenuContentElement, RemoteContextMenuElement, RemoteContextMenuSectionElement, RemoteContextMenuTriggerElement, RemoteContextualHelpElement, RemoteContextualHelpTriggerElement, RemoteCopyButtonElement, RemoteCounterBadgeElement, RemoteDatePickerElement, RemoteDateRangePickerElement, RemoteDialogTriggerElement, RemoteDivElement, RemoteDonutChartElement, RemoteFieldDescriptionElement, RemoteFieldErrorElement, RemoteFileCardElement, RemoteFileCardListElement, RemoteFileDropZoneElement, RemoteFileFieldElement, RemoteFlexElement, RemoteFormElement, RemoteHeaderElement, RemoteHeaderNavigationElement, RemoteHeadingElement, RemoteIconElement, RemoteIllustratedMessageElement, RemoteImageCropperElement, RemoteImageElement, RemoteInitialsElement, RemoteInlineCodeElement, RemoteItemsGridListElement, RemoteItemsGridListItemElement, RemoteKbdElement, RemoteLabelElement, RemoteLabeledValueElement, RemoteLayoutCardElement, RemoteLegendElement, RemoteLightBoxGalleryElement, RemoteLightBoxGalleryItemElement, RemoteLineElement, RemoteLinkElement, RemoteListEmptyViewContainerElement, RemoteListEmptyViewElement, RemoteListItemViewContentElement, RemoteListSummaryElement, RemoteLoadingSpinnerElement, RemoteMarkdownEditorElement, RemoteMarkdownElement, RemoteMenuItemElement, RemoteMenuTriggerElement, RemoteMessageElement, RemoteMessageSeparatorElement, RemoteMessageThreadElement, RemoteNavigationElement, RemoteNavigationGroupElement, RemoteNotificationElement, RemoteNumberFieldElement, RemoteOptionElement, RemoteOverlayContentElement, RemotePasswordCreationFieldElement, RemotePopoverContentElement, RemoteProgressBarElement, RemoteRadioButtonElement, RemoteRadioElement, RemoteRadioGroupElement, RemoteRangeCalendarElement, RemoteRatingElement, RemoteRatingSegmentElement, RemoteSearchFieldElement, RemoteSectionElement, RemoteSegmentElement, RemoteSegmentedControlElement, RemoteSelectElement, RemoteSeparatorElement, RemoteSkeletonElement, RemoteSkeletonTextElement, RemoteSliderElement, RemoteSlotRootWrapper, RemoteSwitchElement, RemoteTabElement, RemoteTabNavigationElement, RemoteTabTitleElement, RemoteTableBodyElement, RemoteTableCellElement, RemoteTableColumnElement, RemoteTableElement, RemoteTableFooterRowElement, RemoteTableHeaderElement, RemoteTableRowElement, RemoteTabsElement, RemoteTextAreaElement, RemoteTextElement, RemoteTextFieldElement, RemoteTimeFieldElement, RemoteTooltipElement, RemoteTooltipTriggerElement, RemoteTranslationProviderElement, RemoteTruncateElement, RemoteTunnelEntryElement, RemoteXAxisElement, RemoteYAxisElement };
|
|
139
|
+
export { FlowRemoteElement, RemoteAccentBoxElement, RemoteAccordionElement, RemoteActionGroupElement, RemoteAlertBadgeElement, RemoteAlertElement, RemoteAlertIconElement, RemoteAlertTextElement, RemoteAlignElement, RemoteAreaElement, RemoteAutocompleteElement, RemoteAvatarElement, RemoteAvatarStackElement, RemoteBadgeElement, RemoteBarElement, RemoteBigNumberElement, RemoteBreadcrumbElement, RemoteButtonElement, RemoteCartesianChartElement, RemoteCartesianGridElement, RemoteChartGridElement, RemoteChartLegendElement, RemoteChartTooltipElement, RemoteChatElement, RemoteCheckboxButtonElement, RemoteCheckboxElement, RemoteCheckboxGroupElement, RemoteClearPropsContextElement, RemoteCodeBlockElement, RemoteCodeEditorElement, RemoteColorElement, RemoteColumnLayoutElement, RemoteCombineElement, RemoteComboBoxElement, RemoteComponentPropsContextProviderElement, RemoteContentElement, RemoteContextMenuContentElement, RemoteContextMenuElement, RemoteContextMenuSectionElement, RemoteContextMenuTriggerElement, RemoteContextualHelpElement, RemoteContextualHelpTriggerElement, RemoteCopyButtonElement, RemoteCounterBadgeElement, RemoteDatePickerElement, RemoteDateRangePickerElement, RemoteDialogTriggerElement, RemoteDivElement, RemoteDonutChartElement, RemoteFieldDescriptionElement, RemoteFieldErrorElement, RemoteFileCardElement, RemoteFileCardListElement, RemoteFileDropZoneElement, RemoteFileFieldElement, RemoteFlexElement, RemoteFormElement, RemoteHeaderElement, RemoteHeaderNavigationElement, RemoteHeadingElement, RemoteIconElement, RemoteIllustratedMessageElement, RemoteImageCropperElement, RemoteImageElement, RemoteInitialsElement, RemoteInlineCodeElement, RemoteItemsGridListElement, RemoteItemsGridListItemElement, RemoteKbdElement, RemoteLabelElement, RemoteLabeledValueElement, RemoteLayoutCardElement, RemoteLegendElement, RemoteLightBoxGalleryElement, RemoteLightBoxGalleryItemElement, RemoteLineElement, RemoteLinkElement, RemoteListEmptyViewContainerElement, RemoteListEmptyViewElement, RemoteListItemViewContentElement, RemoteListSummaryElement, RemoteLoadingSpinnerElement, RemoteMarkdownEditorElement, RemoteMarkdownElement, RemoteMenuItemElement, RemoteMenuTriggerElement, RemoteMessageElement, RemoteMessageSeparatorElement, RemoteMessageThreadElement, RemoteNavigationElement, RemoteNavigationGroupElement, RemoteNotificationElement, RemoteNumberFieldElement, RemoteOptionElement, RemoteOverlayContentElement, RemotePasswordCreationFieldElement, RemotePopoverContentElement, RemoteProgressBarElement, RemoteRadioButtonElement, RemoteRadioElement, RemoteRadioGroupElement, RemoteRangeCalendarElement, RemoteRatingElement, RemoteRatingSegmentElement, RemoteSearchFieldElement, RemoteSectionElement, RemoteSegmentElement, RemoteSegmentedControlElement, RemoteSelectElement, RemoteSeparatorElement, RemoteSkeletonElement, RemoteSkeletonTextElement, RemoteSliderElement, RemoteSlotRootWrapper, RemoteSwitchElement, RemoteTabElement, RemoteTabNavigationElement, RemoteTabTitleElement, RemoteTableBodyElement, RemoteTableCellElement, RemoteTableColumnElement, RemoteTableElement, RemoteTableFooterRowElement, RemoteTableHeaderElement, RemoteTableRowElement, RemoteTabsElement, RemoteTextAreaElement, RemoteTextElement, RemoteTextFieldElement, RemoteTimeFieldElement, RemoteTooltipElement, RemoteTooltipTriggerElement, RemoteTranslationProviderElement, RemoteTruncateElement, RemoteTunnelEntryElement, RemoteXAxisElement, RemoteYAxisElement };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
+
import { BarProps as RemoteBarElementProps } from '@mittwald/flow-react-components';
|
|
3
|
+
export type { BarProps as RemoteBarElementProps } from '@mittwald/flow-react-components';
|
|
4
|
+
export declare class RemoteBarElement extends FlowRemoteElement<RemoteBarElementProps> {
|
|
5
|
+
static get remoteAttributes(): string[];
|
|
6
|
+
static get remoteProperties(): {
|
|
7
|
+
barSize: {};
|
|
8
|
+
className: {};
|
|
9
|
+
color: {};
|
|
10
|
+
dataKey: {};
|
|
11
|
+
dataKeyLabel: {};
|
|
12
|
+
maxBarSize: {};
|
|
13
|
+
minPointSize: {};
|
|
14
|
+
stackId: {};
|
|
15
|
+
unit: {};
|
|
16
|
+
xAxisId: {};
|
|
17
|
+
yAxisId: {};
|
|
18
|
+
};
|
|
19
|
+
static get remoteEvents(): {};
|
|
20
|
+
static get remoteSlots(): never[];
|
|
21
|
+
}
|
|
22
|
+
declare global {
|
|
23
|
+
interface HTMLElementTagNameMap {
|
|
24
|
+
"flr-bar": InstanceType<typeof RemoteBarElement>;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=RemoteBarElement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteBarElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteBarElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,QAAQ,IAAI,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AACzF,YAAY,EAAE,QAAQ,IAAI,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAEzF,qBAAa,gBAAiB,SAAQ,iBAAiB,CAAC,qBAAqB,CAAC;IAC5E,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;MAcnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,SAAS,EAAE,YAAY,CAAC,OAAO,gBAAgB,CAAC,CAAC;KAClD;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteCartesianChartElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteCartesianChartElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,mBAAmB,IAAI,gCAAgC,EAAE,MAAM,iCAAiC,CAAC;AAC/G,YAAY,EAAE,mBAAmB,IAAI,gCAAgC,EAAE,MAAM,iCAAiC,CAAC;AAE/G,qBAAa,2BAA4B,SAAQ,iBAAiB,CAAC,gCAAgC,CAAC;IAClG,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB
|
|
1
|
+
{"version":3,"file":"RemoteCartesianChartElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteCartesianChartElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,mBAAmB,IAAI,gCAAgC,EAAE,MAAM,iCAAiC,CAAC;AAC/G,YAAY,EAAE,mBAAmB,IAAI,gCAAgC,EAAE,MAAM,iCAAiC,CAAC;AAE/G,qBAAa,2BAA4B,SAAQ,iBAAiB,CAAC,gCAAgC,CAAC;IAClG,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;MAUnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,aAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,qBAAqB,EAAE,YAAY,CAAC,OAAO,2BAA2B,CAAC,CAAC;KACzE;CACF"}
|
|
@@ -11,6 +11,7 @@ export * from './RemoteAutocompleteElement';
|
|
|
11
11
|
export * from './RemoteAvatarElement';
|
|
12
12
|
export * from './RemoteAvatarStackElement';
|
|
13
13
|
export * from './RemoteBadgeElement';
|
|
14
|
+
export * from './RemoteBarElement';
|
|
14
15
|
export * from './RemoteBigNumberElement';
|
|
15
16
|
export * from './RemoteBreadcrumbElement';
|
|
16
17
|
export * from './RemoteButtonElement';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-remote-elements",
|
|
3
|
-
"version": "1.2.0-next.
|
|
3
|
+
"version": "1.2.0-next.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Flow compatible remote elements that can be used in a remote environment",
|
|
6
6
|
"homepage": "https://flow.mittwald.de",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"test:compile": "tsc --noEmit && tsc --noEmit -p tsconfig.vite.json"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@mittwald/flow-remote-core": "1.2.0-next.
|
|
30
|
+
"@mittwald/flow-remote-core": "1.2.0-next.6",
|
|
31
31
|
"remeda": "^2.43.0",
|
|
32
32
|
"type-fest": "^5.7.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@mittwald/flow-react-components": "1.2.0-next.
|
|
36
|
-
"@mittwald/typescript-config": "1.2.0-next.
|
|
35
|
+
"@mittwald/flow-react-components": "1.2.0-next.6",
|
|
36
|
+
"@mittwald/typescript-config": "1.2.0-next.6",
|
|
37
37
|
"@types/node": "^25.9.3",
|
|
38
38
|
"nx": "^22.7.5",
|
|
39
39
|
"rimraf": "^6.1.3",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"vite-plugin-externalize-deps": "^0.10.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@mittwald/flow-react-components": "1.2.0-next.
|
|
47
|
+
"@mittwald/flow-react-components": "1.2.0-next.6"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "9e74f995ca1e430f85aaff420759d73f47fec6bc"
|
|
50
50
|
}
|