@mittwald/flow-remote-elements 0.2.0-alpha.84 → 0.2.0-alpha.85
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 +25 -14
- package/dist/types/auto-generated/RemoteButtonElement.d.ts +1 -0
- package/dist/types/auto-generated/RemoteButtonElement.d.ts.map +1 -1
- package/dist/types/auto-generated/RemoteContextMenuContentElement.d.ts +1 -0
- package/dist/types/auto-generated/RemoteContextMenuContentElement.d.ts.map +1 -1
- package/dist/types/auto-generated/RemoteContextualHelpElement.d.ts +4 -0
- package/dist/types/auto-generated/RemoteContextualHelpElement.d.ts.map +1 -1
- package/dist/types/auto-generated/RemoteCopyButtonElement.d.ts +1 -0
- package/dist/types/auto-generated/RemoteCopyButtonElement.d.ts.map +1 -1
- package/dist/types/auto-generated/RemoteItemsGridListElement.d.ts +2 -0
- package/dist/types/auto-generated/RemoteItemsGridListElement.d.ts.map +1 -1
- package/dist/types/auto-generated/RemoteMarkdownElement.d.ts +0 -1
- package/dist/types/auto-generated/RemoteMarkdownElement.d.ts.map +1 -1
- package/dist/types/auto-generated/RemoteSearchFieldElement.d.ts +1 -0
- package/dist/types/auto-generated/RemoteSearchFieldElement.d.ts.map +1 -1
- package/dist/types/auto-generated/RemoteTableCellElement.d.ts +1 -1
- package/dist/types/auto-generated/RemoteTextAreaElement.d.ts +1 -0
- package/dist/types/auto-generated/RemoteTextAreaElement.d.ts.map +1 -1
- package/dist/types/auto-generated/RemoteTextFieldElement.d.ts +1 -0
- package/dist/types/auto-generated/RemoteTextFieldElement.d.ts.map +1 -1
- package/dist/types/lib/getObjectKeysIncludingProtoTypes.d.ts.map +1 -1
- package/package.json +13 -13
package/dist/index.js
CHANGED
|
@@ -1268,6 +1268,7 @@ class D extends t {
|
|
|
1268
1268
|
static get remoteProperties() {
|
|
1269
1269
|
return {
|
|
1270
1270
|
"aria-controls": {},
|
|
1271
|
+
"aria-current": {},
|
|
1271
1272
|
"aria-describedby": {},
|
|
1272
1273
|
"aria-details": {},
|
|
1273
1274
|
"aria-disabled": {},
|
|
@@ -2126,6 +2127,7 @@ class H extends t {
|
|
|
2126
2127
|
disallowEmptySelection: {},
|
|
2127
2128
|
id: {},
|
|
2128
2129
|
items: {},
|
|
2130
|
+
renderEmptyState: {},
|
|
2129
2131
|
selectedKeys: {},
|
|
2130
2132
|
selectionMode: {},
|
|
2131
2133
|
shouldFocusWrap: {},
|
|
@@ -2168,13 +2170,17 @@ customElements.define(
|
|
|
2168
2170
|
"flr-context-menu-section",
|
|
2169
2171
|
V
|
|
2170
2172
|
);
|
|
2171
|
-
class
|
|
2173
|
+
class K extends t {
|
|
2172
2174
|
static get remoteAttributes() {
|
|
2173
2175
|
return ["style"];
|
|
2174
2176
|
}
|
|
2175
2177
|
static get remoteProperties() {
|
|
2176
2178
|
return {
|
|
2177
2179
|
UNSTABLE_portalContainer: {},
|
|
2180
|
+
"aria-describedby": {},
|
|
2181
|
+
"aria-details": {},
|
|
2182
|
+
"aria-label": {},
|
|
2183
|
+
"aria-labelledby": {},
|
|
2178
2184
|
arrowBoundaryOffset: {},
|
|
2179
2185
|
boundaryElement: {},
|
|
2180
2186
|
className: {},
|
|
@@ -2210,8 +2216,8 @@ class W extends t {
|
|
|
2210
2216
|
return [];
|
|
2211
2217
|
}
|
|
2212
2218
|
}
|
|
2213
|
-
customElements.define("flr-contextual-help",
|
|
2214
|
-
class
|
|
2219
|
+
customElements.define("flr-contextual-help", K);
|
|
2220
|
+
class W extends t {
|
|
2215
2221
|
static get remoteAttributes() {
|
|
2216
2222
|
return ["style"];
|
|
2217
2223
|
}
|
|
@@ -2229,7 +2235,7 @@ class K extends t {
|
|
|
2229
2235
|
}
|
|
2230
2236
|
customElements.define(
|
|
2231
2237
|
"flr-contextual-help-trigger",
|
|
2232
|
-
|
|
2238
|
+
W
|
|
2233
2239
|
);
|
|
2234
2240
|
class B extends t {
|
|
2235
2241
|
static get remoteAttributes() {
|
|
@@ -2238,6 +2244,7 @@ class B extends t {
|
|
|
2238
2244
|
static get remoteProperties() {
|
|
2239
2245
|
return {
|
|
2240
2246
|
"aria-controls": {},
|
|
2247
|
+
"aria-current": {},
|
|
2241
2248
|
"aria-describedby": {},
|
|
2242
2249
|
"aria-details": {},
|
|
2243
2250
|
"aria-disabled": {},
|
|
@@ -6010,12 +6017,14 @@ class le extends t {
|
|
|
6010
6017
|
"aria-details": {},
|
|
6011
6018
|
"aria-label": {},
|
|
6012
6019
|
"aria-labelledby": {},
|
|
6020
|
+
autoFocus: {},
|
|
6013
6021
|
className: {},
|
|
6014
6022
|
defaultSelectedKeys: {},
|
|
6015
6023
|
dependencies: {},
|
|
6016
6024
|
disabledBehavior: {},
|
|
6017
6025
|
disabledKeys: {},
|
|
6018
6026
|
disallowEmptySelection: {},
|
|
6027
|
+
disallowTypeAhead: {},
|
|
6019
6028
|
dragAndDropHooks: {},
|
|
6020
6029
|
id: {},
|
|
6021
6030
|
items: {},
|
|
@@ -7325,7 +7334,6 @@ class xe extends t {
|
|
|
7325
7334
|
return {
|
|
7326
7335
|
allowElement: {},
|
|
7327
7336
|
allowedElements: {},
|
|
7328
|
-
className: {},
|
|
7329
7337
|
color: {},
|
|
7330
7338
|
disallowedElements: {},
|
|
7331
7339
|
rehypePlugins: {},
|
|
@@ -8921,6 +8929,7 @@ class Ve extends t {
|
|
|
8921
8929
|
autoFocus: {},
|
|
8922
8930
|
className: {},
|
|
8923
8931
|
defaultValue: {},
|
|
8932
|
+
enterKeyHint: {},
|
|
8924
8933
|
excludeFromTabOrder: {},
|
|
8925
8934
|
id: {},
|
|
8926
8935
|
inputMode: {},
|
|
@@ -8966,7 +8975,7 @@ class Ve extends t {
|
|
|
8966
8975
|
}
|
|
8967
8976
|
}
|
|
8968
8977
|
customElements.define("flr-search-field", Ve);
|
|
8969
|
-
class
|
|
8978
|
+
class Ke extends t {
|
|
8970
8979
|
static get remoteAttributes() {
|
|
8971
8980
|
return ["style"];
|
|
8972
8981
|
}
|
|
@@ -9257,8 +9266,8 @@ class We extends t {
|
|
|
9257
9266
|
return [];
|
|
9258
9267
|
}
|
|
9259
9268
|
}
|
|
9260
|
-
customElements.define("flr-section",
|
|
9261
|
-
class
|
|
9269
|
+
customElements.define("flr-section", Ke);
|
|
9270
|
+
class We extends t {
|
|
9262
9271
|
static get remoteAttributes() {
|
|
9263
9272
|
return ["style"];
|
|
9264
9273
|
}
|
|
@@ -9293,7 +9302,7 @@ class Ke extends t {
|
|
|
9293
9302
|
return [];
|
|
9294
9303
|
}
|
|
9295
9304
|
}
|
|
9296
|
-
customElements.define("flr-segment",
|
|
9305
|
+
customElements.define("flr-segment", We);
|
|
9297
9306
|
class Be extends t {
|
|
9298
9307
|
static get remoteAttributes() {
|
|
9299
9308
|
return ["style"];
|
|
@@ -10189,8 +10198,8 @@ class et extends t {
|
|
|
10189
10198
|
static get remoteProperties() {
|
|
10190
10199
|
return {
|
|
10191
10200
|
className: {},
|
|
10201
|
+
colSpan: {},
|
|
10192
10202
|
horizontalAlign: {},
|
|
10193
|
-
id: {},
|
|
10194
10203
|
rowHeader: {},
|
|
10195
10204
|
textValue: {}
|
|
10196
10205
|
};
|
|
@@ -10671,6 +10680,7 @@ class ut extends t {
|
|
|
10671
10680
|
autoResizeMaxRows: {},
|
|
10672
10681
|
className: {},
|
|
10673
10682
|
defaultValue: {},
|
|
10683
|
+
enterKeyHint: {},
|
|
10674
10684
|
excludeFromTabOrder: {},
|
|
10675
10685
|
id: {},
|
|
10676
10686
|
inputMode: {},
|
|
@@ -10737,6 +10747,7 @@ class st extends t {
|
|
|
10737
10747
|
autoFocus: {},
|
|
10738
10748
|
className: {},
|
|
10739
10749
|
defaultValue: {},
|
|
10750
|
+
enterKeyHint: {},
|
|
10740
10751
|
excludeFromTabOrder: {},
|
|
10741
10752
|
form: {},
|
|
10742
10753
|
id: {},
|
|
@@ -10927,8 +10938,8 @@ export {
|
|
|
10927
10938
|
F as RemoteContentElement,
|
|
10928
10939
|
H as RemoteContextMenuContentElement,
|
|
10929
10940
|
V as RemoteContextMenuSectionElement,
|
|
10930
|
-
|
|
10931
|
-
|
|
10941
|
+
K as RemoteContextualHelpElement,
|
|
10942
|
+
W as RemoteContextualHelpTriggerElement,
|
|
10932
10943
|
B as RemoteCopyButtonElement,
|
|
10933
10944
|
q as RemoteCounterBadgeElement,
|
|
10934
10945
|
G as RemoteCountryOptionsElement,
|
|
@@ -10982,8 +10993,8 @@ export {
|
|
|
10982
10993
|
Ne as RemoteRadioElement,
|
|
10983
10994
|
He as RemoteRadioGroupElement,
|
|
10984
10995
|
Ve as RemoteSearchFieldElement,
|
|
10985
|
-
|
|
10986
|
-
|
|
10996
|
+
Ke as RemoteSectionElement,
|
|
10997
|
+
We as RemoteSegmentElement,
|
|
10987
10998
|
Be as RemoteSegmentedControlElement,
|
|
10988
10999
|
qe as RemoteSelectElement,
|
|
10989
11000
|
Ge as RemoteSeparatorElement,
|
|
@@ -5,6 +5,7 @@ export declare class RemoteButtonElement extends FlowRemoteElement<RemoteButtonE
|
|
|
5
5
|
static get remoteAttributes(): string[];
|
|
6
6
|
static get remoteProperties(): {
|
|
7
7
|
"aria-controls": {};
|
|
8
|
+
"aria-current": {};
|
|
8
9
|
"aria-describedby": {};
|
|
9
10
|
"aria-details": {};
|
|
10
11
|
"aria-disabled": {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteButtonElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteButtonElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,WAAW,IAAI,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAC/F,YAAY,EAAE,WAAW,IAAI,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAE/F,qBAAa,mBAAoB,SAAQ,iBAAiB,CAAC,wBAAwB,CAAC;IAClF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB
|
|
1
|
+
{"version":3,"file":"RemoteButtonElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteButtonElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,WAAW,IAAI,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAC/F,YAAY,EAAE,WAAW,IAAI,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAE/F,qBAAa,mBAAoB,SAAQ,iBAAiB,CAAC,wBAAwB,CAAC;IAClF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAqCnC;IAED,WAAoB,YAAY;;;;;;;;;;;;;;MAgB/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,YAAY,CAAC,OAAO,mBAAmB,CAAC,CAAC;KACxD;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteContextMenuContentElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteContextMenuContentElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,uBAAuB,IAAI,oCAAoC,EAAE,MAAM,iCAAiC,CAAC;AACvH,YAAY,EAAE,uBAAuB,IAAI,oCAAoC,EAAE,MAAM,iCAAiC,CAAC;AAEvH,qBAAa,+BAAgC,SAAQ,iBAAiB,CAAC,oCAAoC,CAAC;IAC1G,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB
|
|
1
|
+
{"version":3,"file":"RemoteContextMenuContentElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteContextMenuContentElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,uBAAuB,IAAI,oCAAoC,EAAE,MAAM,iCAAiC,CAAC;AACvH,YAAY,EAAE,uBAAuB,IAAI,oCAAoC,EAAE,MAAM,iCAAiC,CAAC;AAEvH,qBAAa,+BAAgC,SAAQ,iBAAiB,CAAC,oCAAoC,CAAC;IAC1G,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;MAoBnC;IAED,WAAoB,YAAY;;;;;MAO/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,0BAA0B,EAAE,YAAY,CACtC,OAAO,+BAA+B,CACvC,CAAC;KACH;CACF"}
|
|
@@ -5,6 +5,10 @@ export declare class RemoteContextualHelpElement extends FlowRemoteElement<Remot
|
|
|
5
5
|
static get remoteAttributes(): string[];
|
|
6
6
|
static get remoteProperties(): {
|
|
7
7
|
UNSTABLE_portalContainer: {};
|
|
8
|
+
"aria-describedby": {};
|
|
9
|
+
"aria-details": {};
|
|
10
|
+
"aria-label": {};
|
|
11
|
+
"aria-labelledby": {};
|
|
8
12
|
arrowBoundaryOffset: {};
|
|
9
13
|
boundaryElement: {};
|
|
10
14
|
className: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteContextualHelpElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteContextualHelpElement.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":"RemoteContextualHelpElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteContextualHelpElement.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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAgCnC;IAED,WAAoB,YAAY;;MAI/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,qBAAqB,EAAE,YAAY,CAAC,OAAO,2BAA2B,CAAC,CAAC;KACzE;CACF"}
|
|
@@ -5,6 +5,7 @@ export declare class RemoteCopyButtonElement extends FlowRemoteElement<RemoteCop
|
|
|
5
5
|
static get remoteAttributes(): string[];
|
|
6
6
|
static get remoteProperties(): {
|
|
7
7
|
"aria-controls": {};
|
|
8
|
+
"aria-current": {};
|
|
8
9
|
"aria-describedby": {};
|
|
9
10
|
"aria-details": {};
|
|
10
11
|
"aria-disabled": {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteCopyButtonElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteCopyButtonElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,eAAe,IAAI,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AACvG,YAAY,EAAE,eAAe,IAAI,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AAEvG,qBAAa,uBAAwB,SAAQ,iBAAiB,CAAC,4BAA4B,CAAC;IAC1F,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB
|
|
1
|
+
{"version":3,"file":"RemoteCopyButtonElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteCopyButtonElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,eAAe,IAAI,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AACvG,YAAY,EAAE,eAAe,IAAI,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AAEvG,qBAAa,uBAAwB,SAAQ,iBAAiB,CAAC,4BAA4B,CAAC;IAC1F,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAoCnC;IAED,WAAoB,YAAY;;;;;;;;;;;;;MAe/B;IAED,WAAoB,WAAW,aAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,iBAAiB,EAAE,YAAY,CAAC,OAAO,uBAAuB,CAAC,CAAC;KACjE;CACF"}
|
|
@@ -8,12 +8,14 @@ export declare class RemoteItemsGridListElement extends FlowRemoteElement<Remote
|
|
|
8
8
|
"aria-details": {};
|
|
9
9
|
"aria-label": {};
|
|
10
10
|
"aria-labelledby": {};
|
|
11
|
+
autoFocus: {};
|
|
11
12
|
className: {};
|
|
12
13
|
defaultSelectedKeys: {};
|
|
13
14
|
dependencies: {};
|
|
14
15
|
disabledBehavior: {};
|
|
15
16
|
disabledKeys: {};
|
|
16
17
|
disallowEmptySelection: {};
|
|
18
|
+
disallowTypeAhead: {};
|
|
17
19
|
dragAndDropHooks: {};
|
|
18
20
|
id: {};
|
|
19
21
|
items: {};
|
|
@@ -1 +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
|
|
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;;;;;;;;;;;;;;;;;;;;;;;MAyBnC;IAED,WAAoB,YAAY;;;;MAM/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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteMarkdownElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteMarkdownElement.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":"RemoteMarkdownElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteMarkdownElement.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;;;;;;;;;;;MAanC;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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteSearchFieldElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteSearchFieldElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACzG,YAAY,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAEzG,qBAAa,wBAAyB,SAAQ,iBAAiB,CAAC,6BAA6B,CAAC;IAC5F,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB
|
|
1
|
+
{"version":3,"file":"RemoteSearchFieldElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteSearchFieldElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACzG,YAAY,EAAE,gBAAgB,IAAI,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAEzG,qBAAa,wBAAyB,SAAQ,iBAAiB,CAAC,6BAA6B,CAAC;IAC5F,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmCnC;IAED,WAAoB,YAAY;;;;;;;;;;;;;;;;;;MAoB/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,kBAAkB,EAAE,YAAY,CAAC,OAAO,wBAAwB,CAAC,CAAC;KACnE;CACF"}
|
|
@@ -5,8 +5,8 @@ export declare class RemoteTableCellElement extends FlowRemoteElement<RemoteTabl
|
|
|
5
5
|
static get remoteAttributes(): string[];
|
|
6
6
|
static get remoteProperties(): {
|
|
7
7
|
className: {};
|
|
8
|
+
colSpan: {};
|
|
8
9
|
horizontalAlign: {};
|
|
9
|
-
id: {};
|
|
10
10
|
rowHeader: {};
|
|
11
11
|
textValue: {};
|
|
12
12
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteTextAreaElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteTextAreaElement.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":"RemoteTextAreaElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteTextAreaElement.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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAuCnC;IAED,WAAoB,YAAY;;;;;;;;;;;;;;;;MAkB/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,eAAe,EAAE,YAAY,CAAC,OAAO,qBAAqB,CAAC,CAAC;KAC7D;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteTextFieldElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteTextFieldElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,cAAc,IAAI,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AACrG,YAAY,EAAE,cAAc,IAAI,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAErG,qBAAa,sBAAuB,SAAQ,iBAAiB,CAAC,2BAA2B,CAAC;IACxF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB
|
|
1
|
+
{"version":3,"file":"RemoteTextFieldElement.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/RemoteTextFieldElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,cAAc,IAAI,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AACrG,YAAY,EAAE,cAAc,IAAI,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAErG,qBAAa,sBAAuB,SAAQ,iBAAiB,CAAC,2BAA2B,CAAC;IACxF,WAAoB,gBAAgB,aAEnC;IAED,WAAoB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAsCnC;IAED,WAAoB,YAAY;;;;;;;;;;;;;;;;MAkB/B;IAED,WAAoB,WAAW,YAE9B;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,YAAY,CAAC,OAAO,sBAAsB,CAAC,CAAC;KAC/D;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getObjectKeysIncludingProtoTypes.d.ts","sourceRoot":"","sources":["../../../src/lib/getObjectKeysIncludingProtoTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gCAAgC,
|
|
1
|
+
{"version":3,"file":"getObjectKeysIncludingProtoTypes.d.ts","sourceRoot":"","sources":["../../../src/lib/getObjectKeysIncludingProtoTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gCAAgC,GAAI,WAAW,MAAM,aAQjE,CAAC"}
|
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.85",
|
|
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,26 +24,26 @@
|
|
|
24
24
|
"test:compile": "tsc --noEmit"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@mittwald/flow-remote-core": "0.2.0-alpha.
|
|
28
|
-
"remeda": "^2.
|
|
29
|
-
"type-fest": "^4.
|
|
27
|
+
"@mittwald/flow-remote-core": "0.2.0-alpha.85",
|
|
28
|
+
"remeda": "^2.21.1",
|
|
29
|
+
"type-fest": "^4.37.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@mittwald/flow-react-components": "0.2.0-alpha.
|
|
32
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.85",
|
|
33
33
|
"@mittwald/typescript-config": "",
|
|
34
|
-
"@types/node": "^22.13.
|
|
35
|
-
"nx": "^20.
|
|
36
|
-
"prettier": "^3.5.
|
|
34
|
+
"@types/node": "^22.13.10",
|
|
35
|
+
"nx": "^20.5.0",
|
|
36
|
+
"prettier": "^3.5.3",
|
|
37
37
|
"rimraf": "^6.0.1",
|
|
38
38
|
"rollup-preserve-directives": "^1.1.3",
|
|
39
|
-
"typescript": "^5.
|
|
40
|
-
"vite": "^6.
|
|
41
|
-
"vite-plugin-checker": "^0.
|
|
42
|
-
"vite-plugin-dts": "^4.5.
|
|
39
|
+
"typescript": "^5.8.2",
|
|
40
|
+
"vite": "^6.2.1",
|
|
41
|
+
"vite-plugin-checker": "^0.9.0",
|
|
42
|
+
"vite-plugin-dts": "^4.5.3",
|
|
43
43
|
"vite-plugin-externalize-deps": "^0.9.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@mittwald/flow-react-components": "*"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "e63cfbd6eb643be82eccce1ba0da914f955535fe"
|
|
49
49
|
}
|