@mittwald/flow-remote-elements 0.2.0-alpha.772 → 0.2.0-alpha.774
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/{RemoteItemsListBoxElement.mjs → RemoteItemsGridListElement.mjs} +7 -10
- package/dist/js/auto-generated/RemoteItemsGridListElement.mjs.map +1 -0
- package/dist/js/auto-generated/{RemoteItemsListBoxItemElement.mjs → RemoteItemsGridListItemElement.mjs} +7 -8
- package/dist/js/auto-generated/RemoteItemsGridListItemElement.mjs.map +1 -0
- package/dist/js/index.mjs +2 -2
- package/dist/types/auto-generated/{RemoteItemsListBoxElement.d.ts → RemoteItemsGridListElement.d.ts} +8 -11
- package/dist/types/auto-generated/RemoteItemsGridListElement.d.ts.map +1 -0
- package/dist/types/auto-generated/{RemoteItemsListBoxItemElement.d.ts → RemoteItemsGridListItemElement.d.ts} +5 -9
- package/dist/types/auto-generated/RemoteItemsGridListItemElement.d.ts.map +1 -0
- package/dist/types/auto-generated/index.d.ts +2 -2
- package/dist/types/auto-generated/index.d.ts.map +1 -1
- package/package.json +5 -5
- package/dist/js/auto-generated/RemoteItemsListBoxElement.mjs.map +0 -1
- package/dist/js/auto-generated/RemoteItemsListBoxItemElement.mjs.map +0 -1
- package/dist/types/auto-generated/RemoteItemsListBoxElement.d.ts.map +0 -1
- package/dist/types/auto-generated/RemoteItemsListBoxItemElement.d.ts.map +0 -1
package/dist/js/auto-generated/{RemoteItemsListBoxElement.mjs → RemoteItemsGridListElement.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FlowRemoteElement } from '../lib/FlowRemoteElement.mjs';
|
|
2
2
|
|
|
3
|
-
class
|
|
3
|
+
class RemoteItemsGridListElement extends FlowRemoteElement {
|
|
4
4
|
static get remoteAttributes() {
|
|
5
5
|
return ["style"];
|
|
6
6
|
}
|
|
@@ -15,23 +15,23 @@ class RemoteItemsListBoxElement extends FlowRemoteElement {
|
|
|
15
15
|
defaultSelectedKeys: {},
|
|
16
16
|
dependencies: {},
|
|
17
17
|
dir: {},
|
|
18
|
+
disabledBehavior: {},
|
|
18
19
|
disabledKeys: {},
|
|
19
20
|
disallowEmptySelection: {},
|
|
21
|
+
disallowTypeAhead: {},
|
|
20
22
|
dragAndDropHooks: {},
|
|
21
23
|
escapeKeyBehavior: {},
|
|
22
24
|
hidden: {},
|
|
23
25
|
id: {},
|
|
24
26
|
inert: {},
|
|
25
27
|
items: {},
|
|
28
|
+
keyboardNavigationBehavior: {},
|
|
26
29
|
lang: {},
|
|
27
30
|
layout: {},
|
|
28
|
-
orientation: {},
|
|
29
31
|
renderEmptyState: {},
|
|
30
32
|
selectedKeys: {},
|
|
31
33
|
selectionBehavior: {},
|
|
32
34
|
selectionMode: {},
|
|
33
|
-
shouldFocusOnHover: {},
|
|
34
|
-
shouldFocusWrap: {},
|
|
35
35
|
shouldSelectOnPressUp: {},
|
|
36
36
|
slot: {},
|
|
37
37
|
tileMaxWidth: {},
|
|
@@ -49,15 +49,12 @@ class RemoteItemsListBoxElement extends FlowRemoteElement {
|
|
|
49
49
|
animationStartCapture: {},
|
|
50
50
|
auxClick: {},
|
|
51
51
|
auxClickCapture: {},
|
|
52
|
-
blur: {},
|
|
53
52
|
click: {},
|
|
54
53
|
clickCapture: {},
|
|
55
54
|
contextMenu: {},
|
|
56
55
|
contextMenuCapture: {},
|
|
57
56
|
doubleClick: {},
|
|
58
57
|
doubleClickCapture: {},
|
|
59
|
-
focus: {},
|
|
60
|
-
focusChange: {},
|
|
61
58
|
gotPointerCapture: {},
|
|
62
59
|
gotPointerCaptureCapture: {},
|
|
63
60
|
lostPointerCapture: {},
|
|
@@ -115,7 +112,7 @@ class RemoteItemsListBoxElement extends FlowRemoteElement {
|
|
|
115
112
|
return [];
|
|
116
113
|
}
|
|
117
114
|
}
|
|
118
|
-
customElements.define("flr-items-list
|
|
115
|
+
customElements.define("flr-items-grid-list", RemoteItemsGridListElement);
|
|
119
116
|
|
|
120
|
-
export {
|
|
121
|
-
//# sourceMappingURL=
|
|
117
|
+
export { RemoteItemsGridListElement };
|
|
118
|
+
//# sourceMappingURL=RemoteItemsGridListElement.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteItemsGridListElement.mjs","sources":["../../../src/auto-generated/RemoteItemsGridListElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { GridListProps as RemoteItemsGridListElementProps } from \"@mittwald/flow-react-components\";\nexport type { GridListProps as RemoteItemsGridListElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteItemsGridListElement extends FlowRemoteElement<RemoteItemsGridListElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n \"aria-describedby\": {},\n \"aria-details\": {},\n \"aria-label\": {},\n \"aria-labelledby\": {},\n autoFocus: {},\n className: {},\n defaultSelectedKeys: {},\n dependencies: {},\n dir: {},\n disabledBehavior: {},\n disabledKeys: {},\n disallowEmptySelection: {},\n disallowTypeAhead: {},\n dragAndDropHooks: {},\n escapeKeyBehavior: {},\n hidden: {},\n id: {},\n inert: {},\n items: {},\n keyboardNavigationBehavior: {},\n lang: {},\n layout: {},\n renderEmptyState: {},\n selectedKeys: {},\n selectionBehavior: {},\n selectionMode: {},\n shouldSelectOnPressUp: {},\n slot: {},\n tileMaxWidth: {},\n translate: {},\n };\n }\n\n static override get remoteEvents() {\n return {\n action: {},\n animationEnd: {},\n animationEndCapture: {},\n animationIteration: {},\n animationIterationCapture: {},\n animationStart: {},\n animationStartCapture: {},\n auxClick: {},\n auxClickCapture: {},\n click: {},\n clickCapture: {},\n contextMenu: {},\n contextMenuCapture: {},\n doubleClick: {},\n doubleClickCapture: {},\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 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 selectionChange: {},\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-items-grid-list\": InstanceType<typeof RemoteItemsGridListElement>;\n }\n}\n\ncustomElements.define(\"flr-items-grid-list\", RemoteItemsGridListElement);\n"],"names":[],"mappings":"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"}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { FlowRemoteElement } from '../lib/FlowRemoteElement.mjs';
|
|
2
2
|
|
|
3
|
-
class
|
|
3
|
+
class RemoteItemsGridListItemElement extends FlowRemoteElement {
|
|
4
4
|
static get remoteAttributes() {
|
|
5
5
|
return ["style"];
|
|
6
6
|
}
|
|
7
7
|
static get remoteProperties() {
|
|
8
8
|
return {
|
|
9
|
-
"aria-label": {},
|
|
10
9
|
className: {},
|
|
11
10
|
dir: {},
|
|
12
11
|
download: {},
|
|
@@ -40,15 +39,12 @@ class RemoteItemsListBoxItemElement extends FlowRemoteElement {
|
|
|
40
39
|
animationStartCapture: {},
|
|
41
40
|
auxClick: {},
|
|
42
41
|
auxClickCapture: {},
|
|
43
|
-
blur: {},
|
|
44
42
|
click: {},
|
|
45
43
|
clickCapture: {},
|
|
46
44
|
contextMenu: {},
|
|
47
45
|
contextMenuCapture: {},
|
|
48
46
|
doubleClick: {},
|
|
49
47
|
doubleClickCapture: {},
|
|
50
|
-
focus: {},
|
|
51
|
-
focusChange: {},
|
|
52
48
|
gotPointerCapture: {},
|
|
53
49
|
gotPointerCaptureCapture: {},
|
|
54
50
|
hoverChange: {},
|
|
@@ -113,7 +109,10 @@ class RemoteItemsListBoxItemElement extends FlowRemoteElement {
|
|
|
113
109
|
return [];
|
|
114
110
|
}
|
|
115
111
|
}
|
|
116
|
-
customElements.define(
|
|
112
|
+
customElements.define(
|
|
113
|
+
"flr-items-grid-list-item",
|
|
114
|
+
RemoteItemsGridListItemElement
|
|
115
|
+
);
|
|
117
116
|
|
|
118
|
-
export {
|
|
119
|
-
//# sourceMappingURL=
|
|
117
|
+
export { RemoteItemsGridListItemElement };
|
|
118
|
+
//# sourceMappingURL=RemoteItemsGridListItemElement.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteItemsGridListItemElement.mjs","sources":["../../../src/auto-generated/RemoteItemsGridListItemElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { GridListItemProps as RemoteItemsGridListItemElementProps } from \"@mittwald/flow-react-components\";\nexport type { GridListItemProps as RemoteItemsGridListItemElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteItemsGridListItemElement extends FlowRemoteElement<RemoteItemsGridListItemElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n className: {},\n dir: {},\n download: {},\n hasAction: {},\n hidden: {},\n href: {},\n hrefLang: {},\n id: {},\n inert: {},\n isDisabled: {},\n isTile: {},\n lang: {},\n ping: {},\n referrerPolicy: {},\n rel: {},\n routerOptions: {},\n target: {},\n textValue: {},\n translate: {},\n value: {},\n };\n }\n\n static override get remoteEvents() {\n return {\n action: {},\n animationEnd: {},\n animationEndCapture: {},\n animationIteration: {},\n animationIterationCapture: {},\n animationStart: {},\n animationStartCapture: {},\n auxClick: {},\n auxClickCapture: {},\n click: {},\n clickCapture: {},\n contextMenu: {},\n contextMenuCapture: {},\n doubleClick: {},\n doubleClickCapture: {},\n gotPointerCapture: {},\n gotPointerCaptureCapture: {},\n hoverChange: {},\n hoverEnd: {},\n hoverStart: {},\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 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 press: {},\n pressChange: {},\n pressEnd: {},\n pressStart: {},\n pressUp: {},\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-items-grid-list-item\": InstanceType<\n typeof RemoteItemsGridListItemElement\n >;\n }\n}\n\ncustomElements.define(\n \"flr-items-grid-list-item\",\n RemoteItemsGridListItemElement,\n);\n"],"names":[],"mappings":"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"}
|
package/dist/js/index.mjs
CHANGED
|
@@ -59,8 +59,8 @@ export { RemoteImageElement } from './auto-generated/RemoteImageElement.mjs';
|
|
|
59
59
|
export { RemoteImageCropperElement } from './auto-generated/RemoteImageCropperElement.mjs';
|
|
60
60
|
export { RemoteInitialsElement } from './auto-generated/RemoteInitialsElement.mjs';
|
|
61
61
|
export { RemoteInlineCodeElement } from './auto-generated/RemoteInlineCodeElement.mjs';
|
|
62
|
-
export {
|
|
63
|
-
export {
|
|
62
|
+
export { RemoteItemsGridListElement } from './auto-generated/RemoteItemsGridListElement.mjs';
|
|
63
|
+
export { RemoteItemsGridListItemElement } from './auto-generated/RemoteItemsGridListItemElement.mjs';
|
|
64
64
|
export { RemoteKbdElement } from './auto-generated/RemoteKbdElement.mjs';
|
|
65
65
|
export { RemoteLabelElement } from './auto-generated/RemoteLabelElement.mjs';
|
|
66
66
|
export { RemoteLabeledValueElement } from './auto-generated/RemoteLabeledValueElement.mjs';
|
package/dist/types/auto-generated/{RemoteItemsListBoxElement.d.ts → RemoteItemsGridListElement.d.ts}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
-
import {
|
|
3
|
-
export type {
|
|
4
|
-
export declare class
|
|
2
|
+
import { GridListProps as RemoteItemsGridListElementProps } from '@mittwald/flow-react-components';
|
|
3
|
+
export type { GridListProps as RemoteItemsGridListElementProps } from '@mittwald/flow-react-components';
|
|
4
|
+
export declare class RemoteItemsGridListElement extends FlowRemoteElement<RemoteItemsGridListElementProps> {
|
|
5
5
|
static get remoteAttributes(): string[];
|
|
6
6
|
static get remoteProperties(): {
|
|
7
7
|
"aria-describedby": {};
|
|
@@ -13,23 +13,23 @@ export declare class RemoteItemsListBoxElement extends FlowRemoteElement<RemoteI
|
|
|
13
13
|
defaultSelectedKeys: {};
|
|
14
14
|
dependencies: {};
|
|
15
15
|
dir: {};
|
|
16
|
+
disabledBehavior: {};
|
|
16
17
|
disabledKeys: {};
|
|
17
18
|
disallowEmptySelection: {};
|
|
19
|
+
disallowTypeAhead: {};
|
|
18
20
|
dragAndDropHooks: {};
|
|
19
21
|
escapeKeyBehavior: {};
|
|
20
22
|
hidden: {};
|
|
21
23
|
id: {};
|
|
22
24
|
inert: {};
|
|
23
25
|
items: {};
|
|
26
|
+
keyboardNavigationBehavior: {};
|
|
24
27
|
lang: {};
|
|
25
28
|
layout: {};
|
|
26
|
-
orientation: {};
|
|
27
29
|
renderEmptyState: {};
|
|
28
30
|
selectedKeys: {};
|
|
29
31
|
selectionBehavior: {};
|
|
30
32
|
selectionMode: {};
|
|
31
|
-
shouldFocusOnHover: {};
|
|
32
|
-
shouldFocusWrap: {};
|
|
33
33
|
shouldSelectOnPressUp: {};
|
|
34
34
|
slot: {};
|
|
35
35
|
tileMaxWidth: {};
|
|
@@ -45,15 +45,12 @@ export declare class RemoteItemsListBoxElement extends FlowRemoteElement<RemoteI
|
|
|
45
45
|
animationStartCapture: {};
|
|
46
46
|
auxClick: {};
|
|
47
47
|
auxClickCapture: {};
|
|
48
|
-
blur: {};
|
|
49
48
|
click: {};
|
|
50
49
|
clickCapture: {};
|
|
51
50
|
contextMenu: {};
|
|
52
51
|
contextMenuCapture: {};
|
|
53
52
|
doubleClick: {};
|
|
54
53
|
doubleClickCapture: {};
|
|
55
|
-
focus: {};
|
|
56
|
-
focusChange: {};
|
|
57
54
|
gotPointerCapture: {};
|
|
58
55
|
gotPointerCaptureCapture: {};
|
|
59
56
|
lostPointerCapture: {};
|
|
@@ -110,7 +107,7 @@ export declare class RemoteItemsListBoxElement extends FlowRemoteElement<RemoteI
|
|
|
110
107
|
}
|
|
111
108
|
declare global {
|
|
112
109
|
interface HTMLElementTagNameMap {
|
|
113
|
-
"flr-items-list
|
|
110
|
+
"flr-items-grid-list": InstanceType<typeof RemoteItemsGridListElement>;
|
|
114
111
|
}
|
|
115
112
|
}
|
|
116
|
-
//# sourceMappingURL=
|
|
113
|
+
//# sourceMappingURL=RemoteItemsGridListElement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteItemsGridListElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteItemsGridListElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,aAAa,IAAI,+BAA+B,EAAE,MAAM,iCAAiC,CAAC;AACxG,YAAY,EAAE,aAAa,IAAI,+BAA+B,EAAE,MAAM,iCAAiC,CAAC;AAExG,qBAAa,0BAA2B,SAAQ,iBAAiB,CAAC,+BAA+B,CAAC;IAChG,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAiCnC;IAED,WAAoB,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAqE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,qBAAqB,EAAE,YAAY,CAAC,OAAO,0BAA0B,CAAC,CAAC;KACxE;CACF"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
-
import {
|
|
3
|
-
export type {
|
|
4
|
-
export declare class
|
|
2
|
+
import { GridListItemProps as RemoteItemsGridListItemElementProps } from '@mittwald/flow-react-components';
|
|
3
|
+
export type { GridListItemProps as RemoteItemsGridListItemElementProps } from '@mittwald/flow-react-components';
|
|
4
|
+
export declare class RemoteItemsGridListItemElement extends FlowRemoteElement<RemoteItemsGridListItemElementProps> {
|
|
5
5
|
static get remoteAttributes(): string[];
|
|
6
6
|
static get remoteProperties(): {
|
|
7
|
-
"aria-label": {};
|
|
8
7
|
className: {};
|
|
9
8
|
dir: {};
|
|
10
9
|
download: {};
|
|
@@ -36,15 +35,12 @@ export declare class RemoteItemsListBoxItemElement extends FlowRemoteElement<Rem
|
|
|
36
35
|
animationStartCapture: {};
|
|
37
36
|
auxClick: {};
|
|
38
37
|
auxClickCapture: {};
|
|
39
|
-
blur: {};
|
|
40
38
|
click: {};
|
|
41
39
|
clickCapture: {};
|
|
42
40
|
contextMenu: {};
|
|
43
41
|
contextMenuCapture: {};
|
|
44
42
|
doubleClick: {};
|
|
45
43
|
doubleClickCapture: {};
|
|
46
|
-
focus: {};
|
|
47
|
-
focusChange: {};
|
|
48
44
|
gotPointerCapture: {};
|
|
49
45
|
gotPointerCaptureCapture: {};
|
|
50
46
|
hoverChange: {};
|
|
@@ -108,7 +104,7 @@ export declare class RemoteItemsListBoxItemElement extends FlowRemoteElement<Rem
|
|
|
108
104
|
}
|
|
109
105
|
declare global {
|
|
110
106
|
interface HTMLElementTagNameMap {
|
|
111
|
-
"flr-items-list-
|
|
107
|
+
"flr-items-grid-list-item": InstanceType<typeof RemoteItemsGridListItemElement>;
|
|
112
108
|
}
|
|
113
109
|
}
|
|
114
|
-
//# sourceMappingURL=
|
|
110
|
+
//# sourceMappingURL=RemoteItemsGridListItemElement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteItemsGridListItemElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteItemsGridListItemElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,iBAAiB,IAAI,mCAAmC,EAAE,MAAM,iCAAiC,CAAC;AAChH,YAAY,EAAE,iBAAiB,IAAI,mCAAmC,EAAE,MAAM,iCAAiC,CAAC;AAEhH,qBAAa,8BAA+B,SAAQ,iBAAiB,CAAC,mCAAmC,CAAC;IACxG,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;MAuBnC;IAED,WAAoB,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA4E/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,0BAA0B,EAAE,YAAY,CACtC,OAAO,8BAA8B,CACtC,CAAC;KACH;CACF"}
|
|
@@ -59,8 +59,8 @@ export * from './RemoteImageElement';
|
|
|
59
59
|
export * from './RemoteImageCropperElement';
|
|
60
60
|
export * from './RemoteInitialsElement';
|
|
61
61
|
export * from './RemoteInlineCodeElement';
|
|
62
|
-
export * from './
|
|
63
|
-
export * from './
|
|
62
|
+
export * from './RemoteItemsGridListElement';
|
|
63
|
+
export * from './RemoteItemsGridListItemElement';
|
|
64
64
|
export * from './RemoteKbdElement';
|
|
65
65
|
export * from './RemoteLabelElement';
|
|
66
66
|
export * from './RemoteLabeledValueElement';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/index.ts"],"names":[],"mappings":"AAEA,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kCAAkC,CAAC;AACjD,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mCAAmC,CAAC;AAClD,cAAc,mCAAmC,CAAC;AAClD,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sCAAsC,CAAC;AACrD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,iCAAiC,CAAC;AAChD,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mCAAmC,CAAC;AAClD,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,
|
|
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": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.774",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Flow compatible remote elements that can be used in a remote environment",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"test:compile": "tsc --noEmit"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@mittwald/flow-remote-core": "0.2.0-alpha.
|
|
30
|
+
"@mittwald/flow-remote-core": "0.2.0-alpha.774",
|
|
31
31
|
"remeda": "^2.33.4",
|
|
32
32
|
"type-fest": "^5.4.3"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@mittwald/flow-react-components": "0.2.0-alpha.
|
|
35
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.774",
|
|
36
36
|
"@mittwald/typescript-config": "",
|
|
37
37
|
"@types/node": "^24.10.9",
|
|
38
38
|
"nx": "^22.4.4",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"vite-plugin-externalize-deps": "^0.10.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@mittwald/flow-react-components": "0.2.0-alpha.
|
|
49
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.773"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "86da7843da323e4120d05a7d4f2a144dd2286bf4"
|
|
52
52
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteItemsListBoxElement.mjs","sources":["../../../src/auto-generated/RemoteItemsListBoxElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { ListBoxProps as RemoteItemsListBoxElementProps } from \"@mittwald/flow-react-components\";\nexport type { ListBoxProps as RemoteItemsListBoxElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteItemsListBoxElement extends FlowRemoteElement<RemoteItemsListBoxElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n \"aria-describedby\": {},\n \"aria-details\": {},\n \"aria-label\": {},\n \"aria-labelledby\": {},\n autoFocus: {},\n className: {},\n defaultSelectedKeys: {},\n dependencies: {},\n dir: {},\n disabledKeys: {},\n disallowEmptySelection: {},\n dragAndDropHooks: {},\n escapeKeyBehavior: {},\n hidden: {},\n id: {},\n inert: {},\n items: {},\n lang: {},\n layout: {},\n orientation: {},\n renderEmptyState: {},\n selectedKeys: {},\n selectionBehavior: {},\n selectionMode: {},\n shouldFocusOnHover: {},\n shouldFocusWrap: {},\n shouldSelectOnPressUp: {},\n slot: {},\n tileMaxWidth: {},\n translate: {},\n };\n }\n\n static override get remoteEvents() {\n return {\n action: {},\n animationEnd: {},\n animationEndCapture: {},\n animationIteration: {},\n animationIterationCapture: {},\n animationStart: {},\n animationStartCapture: {},\n auxClick: {},\n auxClickCapture: {},\n blur: {},\n click: {},\n clickCapture: {},\n contextMenu: {},\n contextMenuCapture: {},\n doubleClick: {},\n doubleClickCapture: {},\n focus: {},\n focusChange: {},\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 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 selectionChange: {},\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-items-list-box\": InstanceType<typeof RemoteItemsListBoxElement>;\n }\n}\n\ncustomElements.define(\"flr-items-list-box\", RemoteItemsListBoxElement);\n"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteItemsListBoxItemElement.mjs","sources":["../../../src/auto-generated/RemoteItemsListBoxItemElement.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport { FlowRemoteElement } from \"@/lib/FlowRemoteElement\";\nimport type { ListBoxItemProps as RemoteItemsListBoxItemElementProps } from \"@mittwald/flow-react-components\";\nexport type { ListBoxItemProps as RemoteItemsListBoxItemElementProps } from \"@mittwald/flow-react-components\";\n\nexport class RemoteItemsListBoxItemElement extends FlowRemoteElement<RemoteItemsListBoxItemElementProps> {\n static override get remoteAttributes() {\n return [\"style\"];\n }\n\n static override get remoteProperties() {\n return {\n \"aria-label\": {},\n className: {},\n dir: {},\n download: {},\n hasAction: {},\n hidden: {},\n href: {},\n hrefLang: {},\n id: {},\n inert: {},\n isDisabled: {},\n isTile: {},\n lang: {},\n ping: {},\n referrerPolicy: {},\n rel: {},\n routerOptions: {},\n target: {},\n textValue: {},\n translate: {},\n value: {},\n };\n }\n\n static override get remoteEvents() {\n return {\n action: {},\n animationEnd: {},\n animationEndCapture: {},\n animationIteration: {},\n animationIterationCapture: {},\n animationStart: {},\n animationStartCapture: {},\n auxClick: {},\n auxClickCapture: {},\n blur: {},\n click: {},\n clickCapture: {},\n contextMenu: {},\n contextMenuCapture: {},\n doubleClick: {},\n doubleClickCapture: {},\n focus: {},\n focusChange: {},\n gotPointerCapture: {},\n gotPointerCaptureCapture: {},\n hoverChange: {},\n hoverEnd: {},\n hoverStart: {},\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 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 press: {},\n pressChange: {},\n pressEnd: {},\n pressStart: {},\n pressUp: {},\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-items-list-box-item\": InstanceType<\n typeof RemoteItemsListBoxItemElement\n >;\n }\n}\n\ncustomElements.define(\"flr-items-list-box-item\", RemoteItemsListBoxItemElement);\n"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteItemsListBoxElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteItemsListBoxElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,YAAY,IAAI,8BAA8B,EAAE,MAAM,iCAAiC,CAAC;AACtG,YAAY,EAAE,YAAY,IAAI,8BAA8B,EAAE,MAAM,iCAAiC,CAAC;AAEtG,qBAAa,yBAA0B,SAAQ,iBAAiB,CAAC,8BAA8B,CAAC;IAC9F,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAiCnC;IAED,WAAoB,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAwE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,oBAAoB,EAAE,YAAY,CAAC,OAAO,yBAAyB,CAAC,CAAC;KACtE;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteItemsListBoxItemElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteItemsListBoxItemElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,IAAI,kCAAkC,EAAE,MAAM,iCAAiC,CAAC;AAC9G,YAAY,EAAE,gBAAgB,IAAI,kCAAkC,EAAE,MAAM,iCAAiC,CAAC;AAE9G,qBAAa,6BAA8B,SAAQ,iBAAiB,CAAC,kCAAkC,CAAC;IACtG,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;MAwBnC;IAED,WAAoB,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA+E/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,yBAAyB,EAAE,YAAY,CACrC,OAAO,6BAA6B,CACrC,CAAC;KACH;CACF"}
|