@mittwald/flow-remote-elements 0.2.0-alpha.62 → 0.2.0-alpha.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.
package/dist/index.js
CHANGED
|
@@ -2,8 +2,8 @@ var c = Object.defineProperty;
|
|
|
2
2
|
var C = (e, a, r) => a in e ? c(e, a, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[a] = r;
|
|
3
3
|
var l = (e, a, r) => C(e, typeof a != "symbol" ? a + "" : a, r);
|
|
4
4
|
import { RemoteElement as m, RemoteEvent as g } from "@mittwald/flow-remote-core";
|
|
5
|
-
import { isArray as v, isObjectType as b, omit as
|
|
6
|
-
const
|
|
5
|
+
import { isArray as v, isObjectType as b, omit as h } from "remeda";
|
|
6
|
+
const y = (e) => {
|
|
7
7
|
const a = [];
|
|
8
8
|
for (const r in e)
|
|
9
9
|
a.push(r);
|
|
@@ -19,9 +19,9 @@ class t extends m {
|
|
|
19
19
|
let p = o;
|
|
20
20
|
if (o instanceof g)
|
|
21
21
|
if (!v(o.detail) && b(o.detail)) {
|
|
22
|
-
const d =
|
|
22
|
+
const d = h(
|
|
23
23
|
o.detail,
|
|
24
|
-
|
|
24
|
+
y(o)
|
|
25
25
|
);
|
|
26
26
|
Object.assign(o, d);
|
|
27
27
|
} else
|
|
@@ -5679,6 +5679,7 @@ class ue extends t {
|
|
|
5679
5679
|
}
|
|
5680
5680
|
static get remoteProperties() {
|
|
5681
5681
|
return {
|
|
5682
|
+
"aria-hidden": {},
|
|
5682
5683
|
className: {}
|
|
5683
5684
|
};
|
|
5684
5685
|
}
|
|
@@ -6764,7 +6765,7 @@ class be extends t {
|
|
|
6764
6765
|
}
|
|
6765
6766
|
}
|
|
6766
6767
|
customElements.define("flr-list-empty-view", be);
|
|
6767
|
-
class
|
|
6768
|
+
class he extends t {
|
|
6768
6769
|
static get remoteAttributes() {
|
|
6769
6770
|
return ["style"];
|
|
6770
6771
|
}
|
|
@@ -6782,9 +6783,9 @@ class ye extends t {
|
|
|
6782
6783
|
}
|
|
6783
6784
|
customElements.define(
|
|
6784
6785
|
"flr-list-item-view-content",
|
|
6785
|
-
|
|
6786
|
+
he
|
|
6786
6787
|
);
|
|
6787
|
-
class
|
|
6788
|
+
class ye extends t {
|
|
6788
6789
|
static get remoteAttributes() {
|
|
6789
6790
|
return ["style"];
|
|
6790
6791
|
}
|
|
@@ -6798,7 +6799,7 @@ class he extends t {
|
|
|
6798
6799
|
return [];
|
|
6799
6800
|
}
|
|
6800
6801
|
}
|
|
6801
|
-
customElements.define("flr-list-summary",
|
|
6802
|
+
customElements.define("flr-list-summary", ye);
|
|
6802
6803
|
class Ee extends t {
|
|
6803
6804
|
static get remoteAttributes() {
|
|
6804
6805
|
return ["style"];
|
|
@@ -10938,8 +10939,8 @@ export {
|
|
|
10938
10939
|
ge as RemoteLightBoxTriggerElement,
|
|
10939
10940
|
ve as RemoteLinkElement,
|
|
10940
10941
|
be as RemoteListEmptyViewElement,
|
|
10941
|
-
|
|
10942
|
-
|
|
10942
|
+
he as RemoteListItemViewContentElement,
|
|
10943
|
+
ye as RemoteListSummaryElement,
|
|
10943
10944
|
Ee as RemoteLoadingSpinnerElement,
|
|
10944
10945
|
fe as RemoteMarkdownElement,
|
|
10945
10946
|
xe as RemoteMenuItemElement,
|
|
@@ -4,6 +4,7 @@ export type { InitialsProps as RemoteInitialsElementProps } from '@mittwald/flow
|
|
|
4
4
|
export declare class RemoteInitialsElement extends FlowRemoteElement<RemoteInitialsElementProps> {
|
|
5
5
|
static get remoteAttributes(): string[];
|
|
6
6
|
static get remoteProperties(): {
|
|
7
|
+
"aria-hidden": {};
|
|
7
8
|
className: {};
|
|
8
9
|
};
|
|
9
10
|
static get remoteEvents(): {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteInitialsElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteInitialsElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,aAAa,IAAI,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AACnG,YAAY,EAAE,aAAa,IAAI,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAEnG,qBAAa,qBAAsB,SAAQ,iBAAiB,CAAC,0BAA0B,CAAC;IACtF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB
|
|
1
|
+
{"version":3,"file":"RemoteInitialsElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteInitialsElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,aAAa,IAAI,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AACnG,YAAY,EAAE,aAAa,IAAI,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAEnG,qBAAa,qBAAsB,SAAQ,iBAAiB,CAAC,0BAA0B,CAAC;IACtF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;MAKnC;IAED,WAAoB,YAAY,OAE/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,YAAY,CAAC,OAAO,qBAAqB,CAAC,CAAC;KAC5D;CACF"}
|
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.63",
|
|
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,12 +24,12 @@
|
|
|
24
24
|
"test:compile": "tsc --noEmit"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@mittwald/flow-remote-core": "0.2.0-alpha.
|
|
27
|
+
"@mittwald/flow-remote-core": "0.2.0-alpha.63",
|
|
28
28
|
"remeda": "^2.20.2",
|
|
29
29
|
"type-fest": "^4.35.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@mittwald/flow-react-components": "0.2.0-alpha.
|
|
32
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.63",
|
|
33
33
|
"@mittwald/typescript-config": "",
|
|
34
34
|
"@types/node": "^22.13.4",
|
|
35
35
|
"nx": "^20.4.5",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@mittwald/flow-react-components": "*"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "e2ec875a4616bd7eb0ad3437d2ebe6261cad43ce"
|
|
49
49
|
}
|