@arcanejs/toolkit 7.0.0 → 9.0.0
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/backend/components/base.d.mts +2 -1
- package/dist/backend/components/base.d.ts +2 -1
- package/dist/backend/components/base.js +2 -2
- package/dist/backend/components/base.mjs +1 -1
- package/dist/backend/components/button.d.mts +2 -1
- package/dist/backend/components/button.d.ts +2 -1
- package/dist/backend/components/button.js +3 -3
- package/dist/backend/components/button.mjs +2 -2
- package/dist/backend/components/group.d.mts +2 -1
- package/dist/backend/components/group.d.ts +2 -1
- package/dist/backend/components/group.js +3 -3
- package/dist/backend/components/group.mjs +2 -2
- package/dist/backend/components/label.d.mts +2 -1
- package/dist/backend/components/label.d.ts +2 -1
- package/dist/backend/components/label.js +3 -3
- package/dist/backend/components/label.mjs +2 -2
- package/dist/backend/components/rect.d.mts +2 -1
- package/dist/backend/components/rect.d.ts +2 -1
- package/dist/backend/components/rect.js +3 -3
- package/dist/backend/components/rect.mjs +2 -2
- package/dist/backend/components/slider-button.d.mts +2 -1
- package/dist/backend/components/slider-button.d.ts +2 -1
- package/dist/backend/components/slider-button.js +3 -3
- package/dist/backend/components/slider-button.mjs +2 -2
- package/dist/backend/components/switch.d.mts +2 -1
- package/dist/backend/components/switch.d.ts +2 -1
- package/dist/backend/components/switch.js +3 -3
- package/dist/backend/components/switch.mjs +2 -2
- package/dist/backend/components/tabs.d.mts +2 -1
- package/dist/backend/components/tabs.d.ts +2 -1
- package/dist/backend/components/tabs.js +3 -3
- package/dist/backend/components/tabs.mjs +2 -2
- package/dist/backend/components/text-input.d.mts +2 -1
- package/dist/backend/components/text-input.d.ts +2 -1
- package/dist/backend/components/text-input.js +3 -3
- package/dist/backend/components/text-input.mjs +2 -2
- package/dist/backend/components/timeline.d.mts +2 -1
- package/dist/backend/components/timeline.d.ts +2 -1
- package/dist/backend/components/timeline.js +3 -3
- package/dist/backend/components/timeline.mjs +2 -2
- package/dist/{chunk-IV3AE3CW.js → chunk-2R23ER4K.js} +3 -3
- package/dist/{chunk-R5OA7LLZ.mjs → chunk-5K7DK7CW.mjs} +1 -1
- package/dist/{chunk-RJLYYTZ6.mjs → chunk-7WTSYZOS.mjs} +1 -1
- package/dist/{chunk-2K4UT5QB.js → chunk-AYMITMVR.js} +3 -3
- package/dist/{chunk-K6V55JTG.mjs → chunk-KO24S32V.mjs} +1 -1
- package/dist/{chunk-XSKWLJOQ.js → chunk-KRGLXKY2.js} +4 -4
- package/dist/{chunk-JHWFQLLE.mjs → chunk-MNEFCU3M.mjs} +1 -1
- package/dist/{chunk-TF7N4O5G.js → chunk-NEFCI6N6.js} +2 -2
- package/dist/{chunk-TULW7CRV.mjs → chunk-NJW4ZG4X.mjs} +1 -1
- package/dist/{chunk-MHSAHTVN.mjs → chunk-QBZB56TQ.mjs} +1 -1
- package/dist/{chunk-UHEZQR2Q.js → chunk-QHCNKTKW.js} +2 -2
- package/dist/{chunk-4AGKM5NT.js → chunk-RELZ3VTJ.js} +3 -3
- package/dist/{chunk-7MQHRTBE.mjs → chunk-RGLKNCJ3.mjs} +1 -1
- package/dist/{chunk-A3RWE7HZ.js → chunk-SPYBETRJ.js} +3 -3
- package/dist/{chunk-GONHNB6V.mjs → chunk-UTTTCTUQ.mjs} +26 -5
- package/dist/{chunk-GXJ3JRRK.mjs → chunk-VD6S32ED.mjs} +1 -1
- package/dist/{chunk-5B65Q7RL.js → chunk-VTNAO4KC.js} +2 -2
- package/dist/{chunk-6PS3Q66F.mjs → chunk-Y3NPWW27.mjs} +1 -1
- package/dist/{chunk-CVY55KAR.js → chunk-Y5FC42KD.js} +3 -3
- package/dist/{chunk-WN3GXVUE.js → chunk-YNOJTE3G.js} +26 -5
- package/dist/frontend/entrypoint.js +43 -2
- package/dist/frontend/entrypoint.js.map +2 -2
- package/dist/frontend/index.js +69 -12
- package/dist/frontend/index.mjs +69 -12
- package/dist/index.d.mts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +183 -64
- package/dist/index.mjs +154 -35
- package/dist/{toolkit-Bglbv3ix.d.ts → toolkit-CKA9A4r-.d.ts} +116 -93
- package/dist/{toolkit-BPqxbDbk.d.mts → toolkit-GNytD78y.d.mts} +116 -93
- package/package.json +8 -8
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import '@arcanejs/protocol';
|
|
2
2
|
import '../../id-map-DxQ3_gyA.mjs';
|
|
3
3
|
import '@arcanejs/protocol/logging';
|
|
4
|
-
export { A as AnyComponent, m as Base, n as BaseParent, E as EventEmitter, L as Listenable, P as Parent } from '../../toolkit-
|
|
4
|
+
export { A as AnyComponent, m as Base, n as BaseParent, o as CallDownloadResponse, C as CallUploadResponse, E as EventEmitter, L as Listenable, P as Parent } from '../../toolkit-GNytD78y.mjs';
|
|
5
|
+
import 'node:stream';
|
|
5
6
|
import 'lodash';
|
|
6
7
|
import 'http';
|
|
7
8
|
import 'express';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import '@arcanejs/protocol';
|
|
2
2
|
import '../../id-map-DxQ3_gyA.js';
|
|
3
3
|
import '@arcanejs/protocol/logging';
|
|
4
|
-
export { A as AnyComponent, m as Base, n as BaseParent, E as EventEmitter, L as Listenable, P as Parent } from '../../toolkit-
|
|
4
|
+
export { A as AnyComponent, m as Base, n as BaseParent, o as CallDownloadResponse, C as CallUploadResponse, E as EventEmitter, L as Listenable, P as Parent } from '../../toolkit-CKA9A4r-.js';
|
|
5
|
+
import 'node:stream';
|
|
5
6
|
import 'lodash';
|
|
6
7
|
import 'http';
|
|
7
8
|
import 'express';
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkYNOJTE3Gjs = require('../../chunk-YNOJTE3G.js');
|
|
6
6
|
require('../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.Base =
|
|
11
|
+
exports.Base = _chunkYNOJTE3Gjs.Base; exports.BaseParent = _chunkYNOJTE3Gjs.BaseParent; exports.EventEmitter = _chunkYNOJTE3Gjs.EventEmitter;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import '@arcanejs/protocol/core';
|
|
2
2
|
import '../../id-map-DxQ3_gyA.mjs';
|
|
3
|
-
export { B as Button,
|
|
3
|
+
export { B as Button, q as ButtonMode, p as Events, I as InternalProps, r as Props } from '../../toolkit-GNytD78y.mjs';
|
|
4
4
|
import '@arcanejs/protocol';
|
|
5
5
|
import '@arcanejs/protocol/logging';
|
|
6
6
|
import 'lodash';
|
|
7
7
|
import 'http';
|
|
8
8
|
import 'express';
|
|
9
9
|
import 'ws';
|
|
10
|
+
import 'node:stream';
|
|
10
11
|
import '@arcanejs/protocol/styles';
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import '@arcanejs/protocol/core';
|
|
2
2
|
import '../../id-map-DxQ3_gyA.js';
|
|
3
|
-
export { B as Button,
|
|
3
|
+
export { B as Button, q as ButtonMode, p as Events, I as InternalProps, r as Props } from '../../toolkit-CKA9A4r-.js';
|
|
4
4
|
import '@arcanejs/protocol';
|
|
5
5
|
import '@arcanejs/protocol/logging';
|
|
6
6
|
import 'lodash';
|
|
7
7
|
import 'http';
|
|
8
8
|
import 'express';
|
|
9
9
|
import 'ws';
|
|
10
|
+
import 'node:stream';
|
|
10
11
|
import '@arcanejs/protocol/styles';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var _chunkRELZ3VTJjs = require('../../chunk-RELZ3VTJ.js');
|
|
4
|
+
require('../../chunk-YNOJTE3G.js');
|
|
5
5
|
require('../../chunk-3RG5ZIWI.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.Button =
|
|
8
|
+
exports.Button = _chunkRELZ3VTJjs.Button;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import '@arcanejs/protocol/core';
|
|
2
2
|
import '@arcanejs/protocol/styles';
|
|
3
3
|
import '../../id-map-DxQ3_gyA.mjs';
|
|
4
|
-
export {
|
|
4
|
+
export { s as Events, G as Group, l as GroupHeader, t as InternalProps, u as Props } from '../../toolkit-GNytD78y.mjs';
|
|
5
5
|
import '@arcanejs/protocol';
|
|
6
6
|
import '@arcanejs/protocol/logging';
|
|
7
7
|
import 'lodash';
|
|
8
8
|
import 'http';
|
|
9
9
|
import 'express';
|
|
10
10
|
import 'ws';
|
|
11
|
+
import 'node:stream';
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import '@arcanejs/protocol/core';
|
|
2
2
|
import '@arcanejs/protocol/styles';
|
|
3
3
|
import '../../id-map-DxQ3_gyA.js';
|
|
4
|
-
export {
|
|
4
|
+
export { s as Events, G as Group, l as GroupHeader, t as InternalProps, u as Props } from '../../toolkit-CKA9A4r-.js';
|
|
5
5
|
import '@arcanejs/protocol';
|
|
6
6
|
import '@arcanejs/protocol/logging';
|
|
7
7
|
import 'lodash';
|
|
8
8
|
import 'http';
|
|
9
9
|
import 'express';
|
|
10
10
|
import 'ws';
|
|
11
|
+
import 'node:stream';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../chunk-
|
|
4
|
+
var _chunkKRGLXKY2js = require('../../chunk-KRGLXKY2.js');
|
|
5
|
+
require('../../chunk-YNOJTE3G.js');
|
|
6
6
|
require('../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.Group =
|
|
10
|
+
exports.Group = _chunkKRGLXKY2js.Group; exports.GroupHeader = _chunkKRGLXKY2js.GroupHeader;
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { LabelComponentStyle } from '@arcanejs/protocol/styles';
|
|
3
3
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.mjs';
|
|
4
|
-
import { m as Base, b as ToolkitRenderContext } from '../../toolkit-
|
|
4
|
+
import { m as Base, b as ToolkitRenderContext } from '../../toolkit-GNytD78y.mjs';
|
|
5
5
|
import '@arcanejs/protocol/logging';
|
|
6
6
|
import 'lodash';
|
|
7
7
|
import 'http';
|
|
8
8
|
import 'express';
|
|
9
9
|
import 'ws';
|
|
10
10
|
import '@arcanejs/protocol';
|
|
11
|
+
import 'node:stream';
|
|
11
12
|
|
|
12
13
|
type InternalProps = LabelComponentStyle & {
|
|
13
14
|
text: string | null;
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { LabelComponentStyle } from '@arcanejs/protocol/styles';
|
|
3
3
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.js';
|
|
4
|
-
import { m as Base, b as ToolkitRenderContext } from '../../toolkit-
|
|
4
|
+
import { m as Base, b as ToolkitRenderContext } from '../../toolkit-CKA9A4r-.js';
|
|
5
5
|
import '@arcanejs/protocol/logging';
|
|
6
6
|
import 'lodash';
|
|
7
7
|
import 'http';
|
|
8
8
|
import 'express';
|
|
9
9
|
import 'ws';
|
|
10
10
|
import '@arcanejs/protocol';
|
|
11
|
+
import 'node:stream';
|
|
11
12
|
|
|
12
13
|
type InternalProps = LabelComponentStyle & {
|
|
13
14
|
text: string | null;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var _chunkNEFCI6N6js = require('../../chunk-NEFCI6N6.js');
|
|
4
|
+
require('../../chunk-YNOJTE3G.js');
|
|
5
5
|
require('../../chunk-3RG5ZIWI.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.Label =
|
|
8
|
+
exports.Label = _chunkNEFCI6N6js.Label;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.mjs';
|
|
3
|
-
import { m as Base, b as ToolkitRenderContext } from '../../toolkit-
|
|
3
|
+
import { m as Base, b as ToolkitRenderContext } from '../../toolkit-GNytD78y.mjs';
|
|
4
4
|
import '@arcanejs/protocol/logging';
|
|
5
5
|
import 'lodash';
|
|
6
6
|
import 'http';
|
|
7
7
|
import 'express';
|
|
8
8
|
import 'ws';
|
|
9
9
|
import '@arcanejs/protocol';
|
|
10
|
+
import 'node:stream';
|
|
10
11
|
import '@arcanejs/protocol/styles';
|
|
11
12
|
|
|
12
13
|
type InternalProps = Pick<proto.RectComponent, 'color' | 'grow'>;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.js';
|
|
3
|
-
import { m as Base, b as ToolkitRenderContext } from '../../toolkit-
|
|
3
|
+
import { m as Base, b as ToolkitRenderContext } from '../../toolkit-CKA9A4r-.js';
|
|
4
4
|
import '@arcanejs/protocol/logging';
|
|
5
5
|
import 'lodash';
|
|
6
6
|
import 'http';
|
|
7
7
|
import 'express';
|
|
8
8
|
import 'ws';
|
|
9
9
|
import '@arcanejs/protocol';
|
|
10
|
+
import 'node:stream';
|
|
10
11
|
import '@arcanejs/protocol/styles';
|
|
11
12
|
|
|
12
13
|
type InternalProps = Pick<proto.RectComponent, 'color' | 'grow'>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var _chunkVTNAO4KCjs = require('../../chunk-VTNAO4KC.js');
|
|
4
|
+
require('../../chunk-YNOJTE3G.js');
|
|
5
5
|
require('../../chunk-3RG5ZIWI.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.Rect =
|
|
8
|
+
exports.Rect = _chunkVTNAO4KCjs.Rect;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.mjs';
|
|
3
|
-
import { a as ToolkitConnection, m as Base, L as Listenable, b as ToolkitRenderContext } from '../../toolkit-
|
|
3
|
+
import { a as ToolkitConnection, m as Base, L as Listenable, b as ToolkitRenderContext } from '../../toolkit-GNytD78y.mjs';
|
|
4
4
|
import { AnyClientComponentMessage } from '@arcanejs/protocol';
|
|
5
5
|
import '@arcanejs/protocol/logging';
|
|
6
6
|
import 'lodash';
|
|
7
7
|
import 'http';
|
|
8
8
|
import 'express';
|
|
9
9
|
import 'ws';
|
|
10
|
+
import 'node:stream';
|
|
10
11
|
import '@arcanejs/protocol/styles';
|
|
11
12
|
|
|
12
13
|
type Events = {
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.js';
|
|
3
|
-
import { a as ToolkitConnection, m as Base, L as Listenable, b as ToolkitRenderContext } from '../../toolkit-
|
|
3
|
+
import { a as ToolkitConnection, m as Base, L as Listenable, b as ToolkitRenderContext } from '../../toolkit-CKA9A4r-.js';
|
|
4
4
|
import { AnyClientComponentMessage } from '@arcanejs/protocol';
|
|
5
5
|
import '@arcanejs/protocol/logging';
|
|
6
6
|
import 'lodash';
|
|
7
7
|
import 'http';
|
|
8
8
|
import 'express';
|
|
9
9
|
import 'ws';
|
|
10
|
+
import 'node:stream';
|
|
10
11
|
import '@arcanejs/protocol/styles';
|
|
11
12
|
|
|
12
13
|
type Events = {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var _chunkY5FC42KDjs = require('../../chunk-Y5FC42KD.js');
|
|
4
|
+
require('../../chunk-YNOJTE3G.js');
|
|
5
5
|
require('../../chunk-3RG5ZIWI.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.SliderButton =
|
|
8
|
+
exports.SliderButton = _chunkY5FC42KDjs.SliderButton;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.mjs';
|
|
3
|
-
import { a as ToolkitConnection, m as Base, L as Listenable, b as ToolkitRenderContext } from '../../toolkit-
|
|
3
|
+
import { a as ToolkitConnection, m as Base, L as Listenable, b as ToolkitRenderContext } from '../../toolkit-GNytD78y.mjs';
|
|
4
4
|
import { AnyClientComponentMessage } from '@arcanejs/protocol';
|
|
5
5
|
import '@arcanejs/protocol/logging';
|
|
6
6
|
import 'lodash';
|
|
7
7
|
import 'http';
|
|
8
8
|
import 'express';
|
|
9
9
|
import 'ws';
|
|
10
|
+
import 'node:stream';
|
|
10
11
|
import '@arcanejs/protocol/styles';
|
|
11
12
|
|
|
12
13
|
type Events = {
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.js';
|
|
3
|
-
import { a as ToolkitConnection, m as Base, L as Listenable, b as ToolkitRenderContext } from '../../toolkit-
|
|
3
|
+
import { a as ToolkitConnection, m as Base, L as Listenable, b as ToolkitRenderContext } from '../../toolkit-CKA9A4r-.js';
|
|
4
4
|
import { AnyClientComponentMessage } from '@arcanejs/protocol';
|
|
5
5
|
import '@arcanejs/protocol/logging';
|
|
6
6
|
import 'lodash';
|
|
7
7
|
import 'http';
|
|
8
8
|
import 'express';
|
|
9
9
|
import 'ws';
|
|
10
|
+
import 'node:stream';
|
|
10
11
|
import '@arcanejs/protocol/styles';
|
|
11
12
|
|
|
12
13
|
type Events = {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var _chunkAYMITMVRjs = require('../../chunk-AYMITMVR.js');
|
|
4
|
+
require('../../chunk-YNOJTE3G.js');
|
|
5
5
|
require('../../chunk-3RG5ZIWI.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.Switch =
|
|
8
|
+
exports.Switch = _chunkAYMITMVRjs.Switch;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.mjs';
|
|
3
|
-
import { n as BaseParent, A as AnyComponent, b as ToolkitRenderContext } from '../../toolkit-
|
|
3
|
+
import { n as BaseParent, A as AnyComponent, b as ToolkitRenderContext } from '../../toolkit-GNytD78y.mjs';
|
|
4
4
|
import '@arcanejs/protocol/logging';
|
|
5
5
|
import 'lodash';
|
|
6
6
|
import 'http';
|
|
7
7
|
import 'express';
|
|
8
8
|
import 'ws';
|
|
9
9
|
import '@arcanejs/protocol';
|
|
10
|
+
import 'node:stream';
|
|
10
11
|
import '@arcanejs/protocol/styles';
|
|
11
12
|
|
|
12
13
|
type TabDefinition = {
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.js';
|
|
3
|
-
import { n as BaseParent, A as AnyComponent, b as ToolkitRenderContext } from '../../toolkit-
|
|
3
|
+
import { n as BaseParent, A as AnyComponent, b as ToolkitRenderContext } from '../../toolkit-CKA9A4r-.js';
|
|
4
4
|
import '@arcanejs/protocol/logging';
|
|
5
5
|
import 'lodash';
|
|
6
6
|
import 'http';
|
|
7
7
|
import 'express';
|
|
8
8
|
import 'ws';
|
|
9
9
|
import '@arcanejs/protocol';
|
|
10
|
+
import 'node:stream';
|
|
10
11
|
import '@arcanejs/protocol/styles';
|
|
11
12
|
|
|
12
13
|
type TabDefinition = {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../chunk-
|
|
4
|
+
var _chunkSPYBETRJjs = require('../../chunk-SPYBETRJ.js');
|
|
5
|
+
require('../../chunk-YNOJTE3G.js');
|
|
6
6
|
require('../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.Tab =
|
|
10
|
+
exports.Tab = _chunkSPYBETRJjs.Tab; exports.Tabs = _chunkSPYBETRJjs.Tabs;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.mjs';
|
|
3
|
-
import { a as ToolkitConnection, m as Base, L as Listenable, b as ToolkitRenderContext } from '../../toolkit-
|
|
3
|
+
import { a as ToolkitConnection, m as Base, L as Listenable, b as ToolkitRenderContext } from '../../toolkit-GNytD78y.mjs';
|
|
4
4
|
import { AnyClientComponentMessage } from '@arcanejs/protocol';
|
|
5
5
|
import '@arcanejs/protocol/logging';
|
|
6
6
|
import 'lodash';
|
|
7
7
|
import 'http';
|
|
8
8
|
import 'express';
|
|
9
9
|
import 'ws';
|
|
10
|
+
import 'node:stream';
|
|
10
11
|
import '@arcanejs/protocol/styles';
|
|
11
12
|
|
|
12
13
|
type Events = {
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.js';
|
|
3
|
-
import { a as ToolkitConnection, m as Base, L as Listenable, b as ToolkitRenderContext } from '../../toolkit-
|
|
3
|
+
import { a as ToolkitConnection, m as Base, L as Listenable, b as ToolkitRenderContext } from '../../toolkit-CKA9A4r-.js';
|
|
4
4
|
import { AnyClientComponentMessage } from '@arcanejs/protocol';
|
|
5
5
|
import '@arcanejs/protocol/logging';
|
|
6
6
|
import 'lodash';
|
|
7
7
|
import 'http';
|
|
8
8
|
import 'express';
|
|
9
9
|
import 'ws';
|
|
10
|
+
import 'node:stream';
|
|
10
11
|
import '@arcanejs/protocol/styles';
|
|
11
12
|
|
|
12
13
|
type Events = {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var _chunk2R23ER4Kjs = require('../../chunk-2R23ER4K.js');
|
|
4
|
+
require('../../chunk-YNOJTE3G.js');
|
|
5
5
|
require('../../chunk-3RG5ZIWI.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.TextInput =
|
|
8
|
+
exports.TextInput = _chunk2R23ER4Kjs.TextInput;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.mjs';
|
|
3
|
-
import { m as Base, b as ToolkitRenderContext } from '../../toolkit-
|
|
3
|
+
import { m as Base, b as ToolkitRenderContext } from '../../toolkit-GNytD78y.mjs';
|
|
4
4
|
import '@arcanejs/protocol/logging';
|
|
5
5
|
import 'lodash';
|
|
6
6
|
import 'http';
|
|
7
7
|
import 'express';
|
|
8
8
|
import 'ws';
|
|
9
9
|
import '@arcanejs/protocol';
|
|
10
|
+
import 'node:stream';
|
|
10
11
|
import '@arcanejs/protocol/styles';
|
|
11
12
|
|
|
12
13
|
type InternalProps = {
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.js';
|
|
3
|
-
import { m as Base, b as ToolkitRenderContext } from '../../toolkit-
|
|
3
|
+
import { m as Base, b as ToolkitRenderContext } from '../../toolkit-CKA9A4r-.js';
|
|
4
4
|
import '@arcanejs/protocol/logging';
|
|
5
5
|
import 'lodash';
|
|
6
6
|
import 'http';
|
|
7
7
|
import 'express';
|
|
8
8
|
import 'ws';
|
|
9
9
|
import '@arcanejs/protocol';
|
|
10
|
+
import 'node:stream';
|
|
10
11
|
import '@arcanejs/protocol/styles';
|
|
11
12
|
|
|
12
13
|
type InternalProps = {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var _chunkQHCNKTKWjs = require('../../chunk-QHCNKTKW.js');
|
|
4
|
+
require('../../chunk-YNOJTE3G.js');
|
|
5
5
|
require('../../chunk-3RG5ZIWI.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.Timeline =
|
|
8
|
+
exports.Timeline = _chunkQHCNKTKWjs.Timeline;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } var _class;
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkYNOJTE3Gjs = require('./chunk-YNOJTE3G.js');
|
|
5
5
|
|
|
6
6
|
// src/backend/components/text-input.ts
|
|
7
7
|
var _core = require('@arcanejs/protocol/core'); var proto = _interopRequireWildcard(_core);
|
|
8
8
|
var DEFAULT_PROPS = {
|
|
9
9
|
value: null
|
|
10
10
|
};
|
|
11
|
-
var TextInput = (_class = class extends
|
|
11
|
+
var TextInput = (_class = class extends _chunkYNOJTE3Gjs.Base {
|
|
12
12
|
/** @hidden */
|
|
13
|
-
__init() {this.events = new (0,
|
|
13
|
+
__init() {this.events = new (0, _chunkYNOJTE3Gjs.EventEmitter)()}
|
|
14
14
|
constructor(props) {
|
|
15
15
|
super(DEFAULT_PROPS, props, {
|
|
16
16
|
onPropsUpdated: (oldProps) => this.events.processPropChanges(
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } var _class;
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkYNOJTE3Gjs = require('./chunk-YNOJTE3G.js');
|
|
5
5
|
|
|
6
6
|
// src/backend/components/switch.ts
|
|
7
7
|
var _core = require('@arcanejs/protocol/core'); var proto = _interopRequireWildcard(_core);
|
|
8
8
|
var DEFAULT_PROPS = {};
|
|
9
|
-
var Switch = (_class = class extends
|
|
9
|
+
var Switch = (_class = class extends _chunkYNOJTE3Gjs.Base {
|
|
10
10
|
/** @hidden */
|
|
11
|
-
__init() {this.events = new (0,
|
|
11
|
+
__init() {this.events = new (0, _chunkYNOJTE3Gjs.EventEmitter)()}
|
|
12
12
|
/**
|
|
13
13
|
* Manually manage the state of the switch,
|
|
14
14
|
* to support both controlled and uncontrolled inputs.
|