@mittwald/flow-remote-elements 0.2.0-alpha.26 → 0.2.0-alpha.27
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/index.js +3 -2
- package/dist/types/auto-generated/RemoteItemsGridListItemElement.d.ts +1 -0
- package/dist/types/auto-generated/RemoteItemsGridListItemElement.d.ts.map +1 -1
- package/dist/types/auto-generated/RemoteListItemViewContentElement.d.ts +1 -1
- package/dist/types/auto-generated/RemoteOptionElement.d.ts +2 -2
- package/package.json +9 -10
package/dist/index.js
CHANGED
|
@@ -5992,6 +5992,7 @@ class ue extends t {
|
|
|
5992
5992
|
hrefLang: {},
|
|
5993
5993
|
id: {},
|
|
5994
5994
|
isDisabled: {},
|
|
5995
|
+
isTile: {},
|
|
5995
5996
|
ping: {},
|
|
5996
5997
|
referrerPolicy: {},
|
|
5997
5998
|
rel: {},
|
|
@@ -6727,14 +6728,14 @@ class ge extends t {
|
|
|
6727
6728
|
}
|
|
6728
6729
|
static get remoteProperties() {
|
|
6729
6730
|
return {
|
|
6730
|
-
|
|
6731
|
+
viewMode: {}
|
|
6731
6732
|
};
|
|
6732
6733
|
}
|
|
6733
6734
|
static get remoteEvents() {
|
|
6734
6735
|
return {};
|
|
6735
6736
|
}
|
|
6736
6737
|
static get remoteSlots() {
|
|
6737
|
-
return ["button", "subTitle", "title"];
|
|
6738
|
+
return ["avatar", "bottom", "button", "subTitle", "title"];
|
|
6738
6739
|
}
|
|
6739
6740
|
}
|
|
6740
6741
|
customElements.define(
|
|
@@ -1 +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,sCAAsC,CAAC;AACrH,YAAY,EAAE,iBAAiB,IAAI,mCAAmC,EAAE,MAAM,sCAAsC,CAAC;AAErH,qBAAa,8BAA+B,SAAQ,iBAAiB,CAAC,mCAAmC,CAAC;IACxG,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB
|
|
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,sCAAsC,CAAC;AACrH,YAAY,EAAE,iBAAiB,IAAI,mCAAmC,EAAE,MAAM,sCAAsC,CAAC;AAErH,qBAAa,8BAA+B,SAAQ,iBAAiB,CAAC,mCAAmC,CAAC;IACxG,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;MAkBnC;IAED,WAAoB,YAAY;;;;;MAO/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"}
|
|
@@ -4,7 +4,7 @@ export type { ListItemViewContentProps as RemoteListItemViewContentElementProps
|
|
|
4
4
|
export declare class RemoteListItemViewContentElement extends FlowRemoteElement<RemoteListItemViewContentElementProps> {
|
|
5
5
|
static get remoteAttributes(): string[];
|
|
6
6
|
static get remoteProperties(): {
|
|
7
|
-
|
|
7
|
+
viewMode: {};
|
|
8
8
|
};
|
|
9
9
|
static get remoteEvents(): {};
|
|
10
10
|
static get remoteSlots(): string[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FlowRemoteElement } from '../lib/FlowRemoteElement';
|
|
2
|
-
import { OptionProps as RemoteOptionElementProps } from '@mittwald/flow-react-components/
|
|
3
|
-
export type { OptionProps as RemoteOptionElementProps } from '@mittwald/flow-react-components/
|
|
2
|
+
import { OptionProps as RemoteOptionElementProps } from '@mittwald/flow-react-components/Option';
|
|
3
|
+
export type { OptionProps as RemoteOptionElementProps } from '@mittwald/flow-react-components/Option';
|
|
4
4
|
export declare class RemoteOptionElement extends FlowRemoteElement<RemoteOptionElementProps> {
|
|
5
5
|
static get remoteAttributes(): string[];
|
|
6
6
|
static get remoteProperties(): {
|
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.27",
|
|
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",
|
|
@@ -24,20 +24,19 @@
|
|
|
24
24
|
"test:compile": "run tsc --noEmit"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@mittwald/flow-remote-core": "0.2.0-alpha.
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"type-fest": "^4.32.0"
|
|
27
|
+
"@mittwald/flow-remote-core": "0.2.0-alpha.27",
|
|
28
|
+
"remeda": "^2.20.0",
|
|
29
|
+
"type-fest": "^4.33.0"
|
|
31
30
|
},
|
|
32
31
|
"devDependencies": {
|
|
33
|
-
"@mittwald/flow-react-components": "0.2.0-alpha.
|
|
32
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.27",
|
|
34
33
|
"@mittwald/typescript-config": "",
|
|
35
|
-
"@types/node": "^22.
|
|
36
|
-
"nx": "^20.
|
|
34
|
+
"@types/node": "^22.12.0",
|
|
35
|
+
"nx": "^20.4.0",
|
|
37
36
|
"prettier": "^3.4.2",
|
|
38
37
|
"rimraf": "^6.0.1",
|
|
39
38
|
"typescript": "^5.7.3",
|
|
40
|
-
"vite": "^6.0.
|
|
39
|
+
"vite": "^6.0.11",
|
|
41
40
|
"vite-plugin-checker": "^0.8.0",
|
|
42
41
|
"vite-plugin-dts": "^4.5.0",
|
|
43
42
|
"vite-plugin-externalize-deps": "^0.9.0"
|
|
@@ -45,5 +44,5 @@
|
|
|
45
44
|
"peerDependencies": {
|
|
46
45
|
"@mittwald/flow-react-components": "*"
|
|
47
46
|
},
|
|
48
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "4d1e4e4c35cd819a8c5c4b380e127dcef1be1886"
|
|
49
48
|
}
|