@mittwald/flow-remote-elements 1.2.0-next.61 → 1.2.0-next.63

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.
@@ -0,0 +1,120 @@
1
+ import { FlowRemoteElement } from "../lib/FlowRemoteElement.mjs";
2
+ //#region src/auto-generated/RemoteCoachMarkElement.ts
3
+ var RemoteCoachMarkElement = class extends FlowRemoteElement {
4
+ static get remoteAttributes() {
5
+ return ["style"];
6
+ }
7
+ static get remoteProperties() {
8
+ return {
9
+ anchor: {},
10
+ "aria-describedby": {},
11
+ "aria-details": {},
12
+ "aria-label": {},
13
+ "aria-labelledby": {},
14
+ arrowBoundaryOffset: {},
15
+ arrowRef: {},
16
+ boundaryElement: {},
17
+ className: {},
18
+ containerPadding: {},
19
+ crossOffset: {},
20
+ dir: {},
21
+ hidden: {},
22
+ inert: {},
23
+ isDefaultOpen: {},
24
+ isEntering: {},
25
+ isExiting: {},
26
+ isOpen: {},
27
+ lang: {},
28
+ offset: {},
29
+ placement: {},
30
+ scrollRef: {},
31
+ shouldFlip: {},
32
+ shouldSkipAnimation: {},
33
+ shouldUpdatePosition: {},
34
+ slot: {},
35
+ translate: {},
36
+ trigger: {},
37
+ width: {}
38
+ };
39
+ }
40
+ static get remoteEvents() {
41
+ return {
42
+ animationEnd: {},
43
+ animationEndCapture: {},
44
+ animationIteration: {},
45
+ animationIterationCapture: {},
46
+ animationStart: {},
47
+ animationStartCapture: {},
48
+ auxClick: {},
49
+ auxClickCapture: {},
50
+ blurWithin: {},
51
+ click: {},
52
+ clickCapture: {},
53
+ contextMenu: {},
54
+ contextMenuCapture: {},
55
+ doubleClick: {},
56
+ doubleClickCapture: {},
57
+ focusWithin: {},
58
+ focusWithinChange: {},
59
+ gotPointerCapture: {},
60
+ gotPointerCaptureCapture: {},
61
+ lostPointerCapture: {},
62
+ lostPointerCaptureCapture: {},
63
+ mouseDown: {},
64
+ mouseDownCapture: {},
65
+ mouseEnter: {},
66
+ mouseLeave: {},
67
+ mouseMove: {},
68
+ mouseMoveCapture: {},
69
+ mouseOut: {},
70
+ mouseOutCapture: {},
71
+ mouseOver: {},
72
+ mouseOverCapture: {},
73
+ mouseUp: {},
74
+ mouseUpCapture: {},
75
+ openChange: {},
76
+ pointerCancel: {},
77
+ pointerCancelCapture: {},
78
+ pointerDown: {},
79
+ pointerDownCapture: {},
80
+ pointerEnter: {},
81
+ pointerLeave: {},
82
+ pointerMove: {},
83
+ pointerMoveCapture: {},
84
+ pointerOut: {},
85
+ pointerOutCapture: {},
86
+ pointerOver: {},
87
+ pointerOverCapture: {},
88
+ pointerUp: {},
89
+ pointerUpCapture: {},
90
+ scroll: {},
91
+ scrollCapture: {},
92
+ touchCancel: {},
93
+ touchCancelCapture: {},
94
+ touchEnd: {},
95
+ touchEndCapture: {},
96
+ touchMove: {},
97
+ touchMoveCapture: {},
98
+ touchStart: {},
99
+ touchStartCapture: {},
100
+ transitionCancel: {},
101
+ transitionCancelCapture: {},
102
+ transitionEnd: {},
103
+ transitionEndCapture: {},
104
+ transitionRun: {},
105
+ transitionRunCapture: {},
106
+ transitionStart: {},
107
+ transitionStartCapture: {},
108
+ wheel: {},
109
+ wheelCapture: {}
110
+ };
111
+ }
112
+ static get remoteSlots() {
113
+ return [];
114
+ }
115
+ };
116
+ customElements.define("flr-coach-mark", RemoteCoachMarkElement);
117
+ //#endregion
118
+ export { RemoteCoachMarkElement };
119
+
120
+ //# sourceMappingURL=RemoteCoachMarkElement.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RemoteCoachMarkElement.mjs","names":[],"sources":["../../../src/auto-generated/RemoteCoachMarkElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { CoachMarkProps as RemoteCoachMarkElementProps } from \"@mittwald/flow-react-components\";\nexport type { CoachMarkProps as RemoteCoachMarkElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteCoachMarkElement extends FlowRemoteElement<RemoteCoachMarkElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n anchor: {},\n \"aria-describedby\": {},\n \"aria-details\": {},\n \"aria-label\": {},\n \"aria-labelledby\": {},\n arrowBoundaryOffset: {},\n arrowRef: {},\n boundaryElement: {},\n className: {},\n containerPadding: {},\n crossOffset: {},\n dir: {},\n hidden: {},\n inert: {},\n isDefaultOpen: {},\n isEntering: {},\n isExiting: {},\n isOpen: {},\n lang: {},\n offset: {},\n placement: {},\n scrollRef: {},\n shouldFlip: {},\n shouldSkipAnimation: {},\n shouldUpdatePosition: {},\n slot: {},\n translate: {},\n trigger: {},\n width: {},\n };\n }\n\n static override get remoteEvents() {\n return {\n animationEnd: {},\n animationEndCapture: {},\n animationIteration: {},\n animationIterationCapture: {},\n animationStart: {},\n animationStartCapture: {},\n auxClick: {},\n auxClickCapture: {},\n blurWithin: {},\n click: {},\n clickCapture: {},\n contextMenu: {},\n contextMenuCapture: {},\n doubleClick: {},\n doubleClickCapture: {},\n focusWithin: {},\n focusWithinChange: {},\n gotPointerCapture: {},\n gotPointerCaptureCapture: {},\n lostPointerCapture: {},\n lostPointerCaptureCapture: {},\n mouseDown: {},\n mouseDownCapture: {},\n mouseEnter: {},\n mouseLeave: {},\n mouseMove: {},\n mouseMoveCapture: {},\n mouseOut: {},\n mouseOutCapture: {},\n mouseOver: {},\n mouseOverCapture: {},\n mouseUp: {},\n mouseUpCapture: {},\n openChange: {},\n pointerCancel: {},\n pointerCancelCapture: {},\n pointerDown: {},\n pointerDownCapture: {},\n pointerEnter: {},\n pointerLeave: {},\n pointerMove: {},\n pointerMoveCapture: {},\n pointerOut: {},\n pointerOutCapture: {},\n pointerOver: {},\n pointerOverCapture: {},\n pointerUp: {},\n pointerUpCapture: {},\n scroll: {},\n scrollCapture: {},\n touchCancel: {},\n touchCancelCapture: {},\n touchEnd: {},\n touchEndCapture: {},\n touchMove: {},\n touchMoveCapture: {},\n touchStart: {},\n touchStartCapture: {},\n transitionCancel: {},\n transitionCancelCapture: {},\n transitionEnd: {},\n transitionEndCapture: {},\n transitionRun: {},\n transitionRunCapture: {},\n transitionStart: {},\n transitionStartCapture: {},\n wheel: {},\n wheelCapture: {},\n };\n }\n\n static override get remoteSlots() {\n return [];\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"flr-coach-mark\": InstanceType<typeof RemoteCoachMarkElement>;\n }\n}\n\ncustomElements.define(\"flr-coach-mark\", RemoteCoachMarkElement);\n"],"mappings":";;AAMA,IAAa,yBAAb,cAA4C,kBAA+C;CACzF,WAAoB,mBAAmB;EACrC,OAAO,CAAC,OAAO;CACjB;CAEA,WAAoB,mBAAmB;EACrC,OAAO;GACL,QAAQ,CAAC;GACT,oBAAoB,CAAC;GACrB,gBAAgB,CAAC;GACjB,cAAc,CAAC;GACf,mBAAmB,CAAC;GACpB,qBAAqB,CAAC;GACtB,UAAU,CAAC;GACX,iBAAiB,CAAC;GAClB,WAAW,CAAC;GACZ,kBAAkB,CAAC;GACnB,aAAa,CAAC;GACd,KAAK,CAAC;GACN,QAAQ,CAAC;GACT,OAAO,CAAC;GACR,eAAe,CAAC;GAChB,YAAY,CAAC;GACb,WAAW,CAAC;GACZ,QAAQ,CAAC;GACT,MAAM,CAAC;GACP,QAAQ,CAAC;GACT,WAAW,CAAC;GACZ,WAAW,CAAC;GACZ,YAAY,CAAC;GACb,qBAAqB,CAAC;GACtB,sBAAsB,CAAC;GACvB,MAAM,CAAC;GACP,WAAW,CAAC;GACZ,SAAS,CAAC;GACV,OAAO,CAAC;EACV;CACF;CAEA,WAAoB,eAAe;EACjC,OAAO;GACL,cAAc,CAAC;GACf,qBAAqB,CAAC;GACtB,oBAAoB,CAAC;GACrB,2BAA2B,CAAC;GAC5B,gBAAgB,CAAC;GACjB,uBAAuB,CAAC;GACxB,UAAU,CAAC;GACX,iBAAiB,CAAC;GAClB,YAAY,CAAC;GACb,OAAO,CAAC;GACR,cAAc,CAAC;GACf,aAAa,CAAC;GACd,oBAAoB,CAAC;GACrB,aAAa,CAAC;GACd,oBAAoB,CAAC;GACrB,aAAa,CAAC;GACd,mBAAmB,CAAC;GACpB,mBAAmB,CAAC;GACpB,0BAA0B,CAAC;GAC3B,oBAAoB,CAAC;GACrB,2BAA2B,CAAC;GAC5B,WAAW,CAAC;GACZ,kBAAkB,CAAC;GACnB,YAAY,CAAC;GACb,YAAY,CAAC;GACb,WAAW,CAAC;GACZ,kBAAkB,CAAC;GACnB,UAAU,CAAC;GACX,iBAAiB,CAAC;GAClB,WAAW,CAAC;GACZ,kBAAkB,CAAC;GACnB,SAAS,CAAC;GACV,gBAAgB,CAAC;GACjB,YAAY,CAAC;GACb,eAAe,CAAC;GAChB,sBAAsB,CAAC;GACvB,aAAa,CAAC;GACd,oBAAoB,CAAC;GACrB,cAAc,CAAC;GACf,cAAc,CAAC;GACf,aAAa,CAAC;GACd,oBAAoB,CAAC;GACrB,YAAY,CAAC;GACb,mBAAmB,CAAC;GACpB,aAAa,CAAC;GACd,oBAAoB,CAAC;GACrB,WAAW,CAAC;GACZ,kBAAkB,CAAC;GACnB,QAAQ,CAAC;GACT,eAAe,CAAC;GAChB,aAAa,CAAC;GACd,oBAAoB,CAAC;GACrB,UAAU,CAAC;GACX,iBAAiB,CAAC;GAClB,WAAW,CAAC;GACZ,kBAAkB,CAAC;GACnB,YAAY,CAAC;GACb,mBAAmB,CAAC;GACpB,kBAAkB,CAAC;GACnB,yBAAyB,CAAC;GAC1B,eAAe,CAAC;GAChB,sBAAsB,CAAC;GACvB,eAAe,CAAC;GAChB,sBAAsB,CAAC;GACvB,iBAAiB,CAAC;GAClB,wBAAwB,CAAC;GACzB,OAAO,CAAC;GACR,cAAc,CAAC;EACjB;CACF;CAEA,WAAoB,cAAc;EAChC,OAAO,CAAC;CACV;AACF;AAQA,eAAe,OAAO,kBAAkB,sBAAsB"}
@@ -25,6 +25,7 @@ import { RemoteCheckboxElement } from "./RemoteCheckboxElement.mjs";
25
25
  import { RemoteCheckboxButtonElement } from "./RemoteCheckboxButtonElement.mjs";
26
26
  import { RemoteCheckboxGroupElement } from "./RemoteCheckboxGroupElement.mjs";
27
27
  import { RemoteClearPropsContextElement } from "./RemoteClearPropsContextElement.mjs";
28
+ import { RemoteCoachMarkElement } from "./RemoteCoachMarkElement.mjs";
28
29
  import { RemoteCodeBlockElement } from "./RemoteCodeBlockElement.mjs";
29
30
  import { RemoteCodeEditorElement } from "./RemoteCodeEditorElement.mjs";
30
31
  import { RemoteColorElement } from "./RemoteColorElement.mjs";
@@ -132,4 +133,4 @@ import { RemoteTruncateElement } from "./RemoteTruncateElement.mjs";
132
133
  import { RemoteTunnelEntryElement } from "./RemoteTunnelEntryElement.mjs";
133
134
  import { RemoteXAxisElement } from "./RemoteXAxisElement.mjs";
134
135
  import { RemoteYAxisElement } from "./RemoteYAxisElement.mjs";
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 };
136
+ 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, RemoteCoachMarkElement, 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
@@ -26,6 +26,7 @@ import { RemoteCheckboxElement } from "./auto-generated/RemoteCheckboxElement.mj
26
26
  import { RemoteCheckboxButtonElement } from "./auto-generated/RemoteCheckboxButtonElement.mjs";
27
27
  import { RemoteCheckboxGroupElement } from "./auto-generated/RemoteCheckboxGroupElement.mjs";
28
28
  import { RemoteClearPropsContextElement } from "./auto-generated/RemoteClearPropsContextElement.mjs";
29
+ import { RemoteCoachMarkElement } from "./auto-generated/RemoteCoachMarkElement.mjs";
29
30
  import { RemoteCodeBlockElement } from "./auto-generated/RemoteCodeBlockElement.mjs";
30
31
  import { RemoteCodeEditorElement } from "./auto-generated/RemoteCodeEditorElement.mjs";
31
32
  import { RemoteColorElement } from "./auto-generated/RemoteColorElement.mjs";
@@ -136,4 +137,4 @@ import { RemoteYAxisElement } from "./auto-generated/RemoteYAxisElement.mjs";
136
137
  import "./auto-generated/index.mjs";
137
138
  import { RemoteFormElement } from "./Form.mjs";
138
139
  import { RemoteSlotRootWrapper } from "./SlotRootWrapper.mjs";
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 };
140
+ 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, RemoteCoachMarkElement, 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,113 @@
1
+ import { FlowRemoteElement } from '../lib/FlowRemoteElement';
2
+ import { CoachMarkProps as RemoteCoachMarkElementProps } from '@mittwald/flow-react-components';
3
+ export type { CoachMarkProps as RemoteCoachMarkElementProps } from '@mittwald/flow-react-components';
4
+ export declare class RemoteCoachMarkElement extends FlowRemoteElement<RemoteCoachMarkElementProps> {
5
+ static get remoteAttributes(): string[];
6
+ static get remoteProperties(): {
7
+ anchor: {};
8
+ "aria-describedby": {};
9
+ "aria-details": {};
10
+ "aria-label": {};
11
+ "aria-labelledby": {};
12
+ arrowBoundaryOffset: {};
13
+ arrowRef: {};
14
+ boundaryElement: {};
15
+ className: {};
16
+ containerPadding: {};
17
+ crossOffset: {};
18
+ dir: {};
19
+ hidden: {};
20
+ inert: {};
21
+ isDefaultOpen: {};
22
+ isEntering: {};
23
+ isExiting: {};
24
+ isOpen: {};
25
+ lang: {};
26
+ offset: {};
27
+ placement: {};
28
+ scrollRef: {};
29
+ shouldFlip: {};
30
+ shouldSkipAnimation: {};
31
+ shouldUpdatePosition: {};
32
+ slot: {};
33
+ translate: {};
34
+ trigger: {};
35
+ width: {};
36
+ };
37
+ static get remoteEvents(): {
38
+ animationEnd: {};
39
+ animationEndCapture: {};
40
+ animationIteration: {};
41
+ animationIterationCapture: {};
42
+ animationStart: {};
43
+ animationStartCapture: {};
44
+ auxClick: {};
45
+ auxClickCapture: {};
46
+ blurWithin: {};
47
+ click: {};
48
+ clickCapture: {};
49
+ contextMenu: {};
50
+ contextMenuCapture: {};
51
+ doubleClick: {};
52
+ doubleClickCapture: {};
53
+ focusWithin: {};
54
+ focusWithinChange: {};
55
+ gotPointerCapture: {};
56
+ gotPointerCaptureCapture: {};
57
+ lostPointerCapture: {};
58
+ lostPointerCaptureCapture: {};
59
+ mouseDown: {};
60
+ mouseDownCapture: {};
61
+ mouseEnter: {};
62
+ mouseLeave: {};
63
+ mouseMove: {};
64
+ mouseMoveCapture: {};
65
+ mouseOut: {};
66
+ mouseOutCapture: {};
67
+ mouseOver: {};
68
+ mouseOverCapture: {};
69
+ mouseUp: {};
70
+ mouseUpCapture: {};
71
+ openChange: {};
72
+ pointerCancel: {};
73
+ pointerCancelCapture: {};
74
+ pointerDown: {};
75
+ pointerDownCapture: {};
76
+ pointerEnter: {};
77
+ pointerLeave: {};
78
+ pointerMove: {};
79
+ pointerMoveCapture: {};
80
+ pointerOut: {};
81
+ pointerOutCapture: {};
82
+ pointerOver: {};
83
+ pointerOverCapture: {};
84
+ pointerUp: {};
85
+ pointerUpCapture: {};
86
+ scroll: {};
87
+ scrollCapture: {};
88
+ touchCancel: {};
89
+ touchCancelCapture: {};
90
+ touchEnd: {};
91
+ touchEndCapture: {};
92
+ touchMove: {};
93
+ touchMoveCapture: {};
94
+ touchStart: {};
95
+ touchStartCapture: {};
96
+ transitionCancel: {};
97
+ transitionCancelCapture: {};
98
+ transitionEnd: {};
99
+ transitionEndCapture: {};
100
+ transitionRun: {};
101
+ transitionRunCapture: {};
102
+ transitionStart: {};
103
+ transitionStartCapture: {};
104
+ wheel: {};
105
+ wheelCapture: {};
106
+ };
107
+ static get remoteSlots(): never[];
108
+ }
109
+ declare global {
110
+ interface HTMLElementTagNameMap {
111
+ "flr-coach-mark": InstanceType<typeof RemoteCoachMarkElement>;
112
+ }
113
+ }
@@ -25,6 +25,7 @@ export * from './RemoteCheckboxElement';
25
25
  export * from './RemoteCheckboxButtonElement';
26
26
  export * from './RemoteCheckboxGroupElement';
27
27
  export * from './RemoteClearPropsContextElement';
28
+ export * from './RemoteCoachMarkElement';
28
29
  export * from './RemoteCodeBlockElement';
29
30
  export * from './RemoteCodeEditorElement';
30
31
  export * from './RemoteColorElement';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-remote-elements",
3
- "version": "1.2.0-next.61",
3
+ "version": "1.2.0-next.63",
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",
@@ -28,14 +28,14 @@
28
28
  "test:compile": "tsc --noEmit && tsc --noEmit -p tsconfig.vite.json"
29
29
  },
30
30
  "dependencies": {
31
- "@mittwald/flow-remote-core": "1.2.0-next.61",
31
+ "@mittwald/flow-remote-core": "1.2.0-next.63",
32
32
  "remeda": "^2.43.0",
33
33
  "type-fest": "^5.7.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@mittwald/flow-core": "1.2.0-next.61",
37
- "@mittwald/flow-react-components": "1.2.0-next.61",
38
- "@mittwald/typescript-config": "1.2.0-next.61",
36
+ "@mittwald/flow-core": "1.2.0-next.63",
37
+ "@mittwald/flow-react-components": "1.2.0-next.63",
38
+ "@mittwald/typescript-config": "1.2.0-next.63",
39
39
  "@types/node": "^25.9.3",
40
40
  "nx": "^22.7.5",
41
41
  "rimraf": "^6.1.3",
@@ -46,7 +46,7 @@
46
46
  "vite-plugin-externalize-deps": "^0.10.0"
47
47
  },
48
48
  "peerDependencies": {
49
- "@mittwald/flow-react-components": "1.2.0-next.61"
49
+ "@mittwald/flow-react-components": "1.2.0-next.63"
50
50
  },
51
- "gitHead": "283fa3e69a84acef72d881532ff1e7763bb6def7"
51
+ "gitHead": "3429ba6a4c8bb8365620c2a714513e45ed0ff13e"
52
52
  }