@genesislcap/foundation-layout 14.223.1-alpha-8510bde.0 → 14.224.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,12 +2,6 @@
|
|
2
2
|
"schemaVersion": "1.0.0",
|
3
3
|
"readme": "",
|
4
4
|
"modules": [
|
5
|
-
{
|
6
|
-
"kind": "javascript-module",
|
7
|
-
"path": "src/index.federated.ts",
|
8
|
-
"declarations": [],
|
9
|
-
"exports": []
|
10
|
-
},
|
11
5
|
{
|
12
6
|
"kind": "javascript-module",
|
13
7
|
"path": "src/index.ts",
|
@@ -143,236 +137,6 @@
|
|
143
137
|
}
|
144
138
|
]
|
145
139
|
},
|
146
|
-
{
|
147
|
-
"kind": "javascript-module",
|
148
|
-
"path": "src/utils/constants.ts",
|
149
|
-
"declarations": [
|
150
|
-
{
|
151
|
-
"kind": "variable",
|
152
|
-
"name": "DEFAULT_RELOAD_BUFFER",
|
153
|
-
"type": {
|
154
|
-
"text": "number"
|
155
|
-
},
|
156
|
-
"default": "500",
|
157
|
-
"description": "Default time in milliseconds for the layout to buffer calls to reloading\nthe layout while the declarative API is loading.\n\nDuring the first load of the layout, a loading spinner will be shown.",
|
158
|
-
"privacy": "public"
|
159
|
-
},
|
160
|
-
{
|
161
|
-
"kind": "variable",
|
162
|
-
"name": "LAYOUT_POPOUT_CONTAINER_CLASS",
|
163
|
-
"type": {
|
164
|
-
"text": "string"
|
165
|
-
},
|
166
|
-
"default": "'f-layout-popout'",
|
167
|
-
"description": "Put this classname on an element which is a DOM parent of the layout, and\nif the layout goes into popout mode then it will place itself as the only child\nfor the popout container you set."
|
168
|
-
}
|
169
|
-
],
|
170
|
-
"exports": [
|
171
|
-
{
|
172
|
-
"kind": "js",
|
173
|
-
"name": "DEFAULT_RELOAD_BUFFER",
|
174
|
-
"declaration": {
|
175
|
-
"name": "DEFAULT_RELOAD_BUFFER",
|
176
|
-
"module": "src/utils/constants.ts"
|
177
|
-
}
|
178
|
-
},
|
179
|
-
{
|
180
|
-
"kind": "js",
|
181
|
-
"name": "LAYOUT_POPOUT_CONTAINER_CLASS",
|
182
|
-
"declaration": {
|
183
|
-
"name": "LAYOUT_POPOUT_CONTAINER_CLASS",
|
184
|
-
"module": "src/utils/constants.ts"
|
185
|
-
}
|
186
|
-
}
|
187
|
-
]
|
188
|
-
},
|
189
|
-
{
|
190
|
-
"kind": "javascript-module",
|
191
|
-
"path": "src/utils/error.ts",
|
192
|
-
"declarations": [
|
193
|
-
{
|
194
|
-
"kind": "class",
|
195
|
-
"description": "",
|
196
|
-
"name": "LayoutUsageError",
|
197
|
-
"superclass": {
|
198
|
-
"name": "Error",
|
199
|
-
"module": "src/utils/error.ts"
|
200
|
-
}
|
201
|
-
},
|
202
|
-
{
|
203
|
-
"kind": "class",
|
204
|
-
"description": "",
|
205
|
-
"name": "LayoutRegistrationError",
|
206
|
-
"superclass": {
|
207
|
-
"name": "Error",
|
208
|
-
"module": "src/utils/error.ts"
|
209
|
-
}
|
210
|
-
}
|
211
|
-
],
|
212
|
-
"exports": [
|
213
|
-
{
|
214
|
-
"kind": "js",
|
215
|
-
"name": "LayoutUsageError",
|
216
|
-
"declaration": {
|
217
|
-
"name": "LayoutUsageError",
|
218
|
-
"module": "src/utils/error.ts"
|
219
|
-
}
|
220
|
-
},
|
221
|
-
{
|
222
|
-
"kind": "js",
|
223
|
-
"name": "LayoutRegistrationError",
|
224
|
-
"declaration": {
|
225
|
-
"name": "LayoutRegistrationError",
|
226
|
-
"module": "src/utils/error.ts"
|
227
|
-
}
|
228
|
-
}
|
229
|
-
]
|
230
|
-
},
|
231
|
-
{
|
232
|
-
"kind": "javascript-module",
|
233
|
-
"path": "src/utils/events.ts",
|
234
|
-
"declarations": [
|
235
|
-
{
|
236
|
-
"kind": "variable",
|
237
|
-
"name": "LayoutEmitEvents",
|
238
|
-
"type": {
|
239
|
-
"text": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}"
|
240
|
-
},
|
241
|
-
"default": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}",
|
242
|
-
"description": "Defines events that the layout system emits\n\n'firstLoaded' - emitted when the layout has finished loading the first time\nusing the declarative API after DEFAULT_RELOAD_BUFFER ms.\n<br/>\n'itemAdded' - emitted when an item is added to the layout'\n<br/>\n'itemRemoved' - emitted when an item is removed from the layout'\n<br/>\n'itemResized' - emitted when the user drags the divider to resize elements",
|
243
|
-
"privacy": "public"
|
244
|
-
},
|
245
|
-
{
|
246
|
-
"kind": "variable",
|
247
|
-
"name": "LayoutReceiveEvents",
|
248
|
-
"type": {
|
249
|
-
"text": "{\n changeTitle: 'change-title',\n autosave: 'autosave',\n}"
|
250
|
-
},
|
251
|
-
"default": "{\n changeTitle: 'change-title',\n autosave: 'autosave',\n}",
|
252
|
-
"description": "Defines events that the layout system listens for\n\n'changeTitle' - emit this from a contained item to update the title of the window that contains it.\n'autosave' - emit this from a contained item to hint to the layout system that it should autosave the layout. A contained item should do this if it has just changed some state it would like to persist. See LayoutComponentWithState.",
|
253
|
-
"privacy": "public"
|
254
|
-
}
|
255
|
-
],
|
256
|
-
"exports": [
|
257
|
-
{
|
258
|
-
"kind": "js",
|
259
|
-
"name": "LayoutEmitEvents",
|
260
|
-
"declaration": {
|
261
|
-
"name": "LayoutEmitEvents",
|
262
|
-
"module": "src/utils/events.ts"
|
263
|
-
}
|
264
|
-
},
|
265
|
-
{
|
266
|
-
"kind": "js",
|
267
|
-
"name": "LayoutReceiveEvents",
|
268
|
-
"declaration": {
|
269
|
-
"name": "LayoutReceiveEvents",
|
270
|
-
"module": "src/utils/events.ts"
|
271
|
-
}
|
272
|
-
}
|
273
|
-
]
|
274
|
-
},
|
275
|
-
{
|
276
|
-
"kind": "javascript-module",
|
277
|
-
"path": "src/utils/index.ts",
|
278
|
-
"declarations": [],
|
279
|
-
"exports": [
|
280
|
-
{
|
281
|
-
"kind": "js",
|
282
|
-
"name": "*",
|
283
|
-
"declaration": {
|
284
|
-
"name": "*",
|
285
|
-
"package": "./constants"
|
286
|
-
}
|
287
|
-
},
|
288
|
-
{
|
289
|
-
"kind": "js",
|
290
|
-
"name": "*",
|
291
|
-
"declaration": {
|
292
|
-
"name": "*",
|
293
|
-
"package": "./error"
|
294
|
-
}
|
295
|
-
},
|
296
|
-
{
|
297
|
-
"kind": "js",
|
298
|
-
"name": "*",
|
299
|
-
"declaration": {
|
300
|
-
"name": "*",
|
301
|
-
"package": "./events"
|
302
|
-
}
|
303
|
-
},
|
304
|
-
{
|
305
|
-
"kind": "js",
|
306
|
-
"name": "*",
|
307
|
-
"declaration": {
|
308
|
-
"name": "*",
|
309
|
-
"package": "./misc"
|
310
|
-
}
|
311
|
-
},
|
312
|
-
{
|
313
|
-
"kind": "js",
|
314
|
-
"name": "*",
|
315
|
-
"declaration": {
|
316
|
-
"name": "*",
|
317
|
-
"package": "./templates"
|
318
|
-
}
|
319
|
-
},
|
320
|
-
{
|
321
|
-
"kind": "js",
|
322
|
-
"name": "*",
|
323
|
-
"declaration": {
|
324
|
-
"name": "*",
|
325
|
-
"package": "./types"
|
326
|
-
}
|
327
|
-
},
|
328
|
-
{
|
329
|
-
"kind": "js",
|
330
|
-
"name": "*",
|
331
|
-
"declaration": {
|
332
|
-
"name": "*",
|
333
|
-
"package": "./error"
|
334
|
-
}
|
335
|
-
}
|
336
|
-
]
|
337
|
-
},
|
338
|
-
{
|
339
|
-
"kind": "javascript-module",
|
340
|
-
"path": "src/utils/logger.ts",
|
341
|
-
"declarations": [
|
342
|
-
{
|
343
|
-
"kind": "variable",
|
344
|
-
"name": "logger"
|
345
|
-
}
|
346
|
-
],
|
347
|
-
"exports": [
|
348
|
-
{
|
349
|
-
"kind": "js",
|
350
|
-
"name": "logger",
|
351
|
-
"declaration": {
|
352
|
-
"name": "logger",
|
353
|
-
"module": "src/utils/logger.ts"
|
354
|
-
}
|
355
|
-
}
|
356
|
-
]
|
357
|
-
},
|
358
|
-
{
|
359
|
-
"kind": "javascript-module",
|
360
|
-
"path": "src/utils/misc.ts",
|
361
|
-
"declarations": [],
|
362
|
-
"exports": []
|
363
|
-
},
|
364
|
-
{
|
365
|
-
"kind": "javascript-module",
|
366
|
-
"path": "src/utils/templates.ts",
|
367
|
-
"declarations": [],
|
368
|
-
"exports": []
|
369
|
-
},
|
370
|
-
{
|
371
|
-
"kind": "javascript-module",
|
372
|
-
"path": "src/utils/types.ts",
|
373
|
-
"declarations": [],
|
374
|
-
"exports": []
|
375
|
-
},
|
376
140
|
{
|
377
141
|
"kind": "javascript-module",
|
378
142
|
"path": "src/main/index.ts",
|
@@ -1491,6 +1255,236 @@
|
|
1491
1255
|
}
|
1492
1256
|
}
|
1493
1257
|
]
|
1258
|
+
},
|
1259
|
+
{
|
1260
|
+
"kind": "javascript-module",
|
1261
|
+
"path": "src/utils/constants.ts",
|
1262
|
+
"declarations": [
|
1263
|
+
{
|
1264
|
+
"kind": "variable",
|
1265
|
+
"name": "DEFAULT_RELOAD_BUFFER",
|
1266
|
+
"type": {
|
1267
|
+
"text": "number"
|
1268
|
+
},
|
1269
|
+
"default": "500",
|
1270
|
+
"description": "Default time in milliseconds for the layout to buffer calls to reloading\nthe layout while the declarative API is loading.\n\nDuring the first load of the layout, a loading spinner will be shown.",
|
1271
|
+
"privacy": "public"
|
1272
|
+
},
|
1273
|
+
{
|
1274
|
+
"kind": "variable",
|
1275
|
+
"name": "LAYOUT_POPOUT_CONTAINER_CLASS",
|
1276
|
+
"type": {
|
1277
|
+
"text": "string"
|
1278
|
+
},
|
1279
|
+
"default": "'f-layout-popout'",
|
1280
|
+
"description": "Put this classname on an element which is a DOM parent of the layout, and\nif the layout goes into popout mode then it will place itself as the only child\nfor the popout container you set."
|
1281
|
+
}
|
1282
|
+
],
|
1283
|
+
"exports": [
|
1284
|
+
{
|
1285
|
+
"kind": "js",
|
1286
|
+
"name": "DEFAULT_RELOAD_BUFFER",
|
1287
|
+
"declaration": {
|
1288
|
+
"name": "DEFAULT_RELOAD_BUFFER",
|
1289
|
+
"module": "src/utils/constants.ts"
|
1290
|
+
}
|
1291
|
+
},
|
1292
|
+
{
|
1293
|
+
"kind": "js",
|
1294
|
+
"name": "LAYOUT_POPOUT_CONTAINER_CLASS",
|
1295
|
+
"declaration": {
|
1296
|
+
"name": "LAYOUT_POPOUT_CONTAINER_CLASS",
|
1297
|
+
"module": "src/utils/constants.ts"
|
1298
|
+
}
|
1299
|
+
}
|
1300
|
+
]
|
1301
|
+
},
|
1302
|
+
{
|
1303
|
+
"kind": "javascript-module",
|
1304
|
+
"path": "src/utils/error.ts",
|
1305
|
+
"declarations": [
|
1306
|
+
{
|
1307
|
+
"kind": "class",
|
1308
|
+
"description": "",
|
1309
|
+
"name": "LayoutUsageError",
|
1310
|
+
"superclass": {
|
1311
|
+
"name": "Error",
|
1312
|
+
"module": "src/utils/error.ts"
|
1313
|
+
}
|
1314
|
+
},
|
1315
|
+
{
|
1316
|
+
"kind": "class",
|
1317
|
+
"description": "",
|
1318
|
+
"name": "LayoutRegistrationError",
|
1319
|
+
"superclass": {
|
1320
|
+
"name": "Error",
|
1321
|
+
"module": "src/utils/error.ts"
|
1322
|
+
}
|
1323
|
+
}
|
1324
|
+
],
|
1325
|
+
"exports": [
|
1326
|
+
{
|
1327
|
+
"kind": "js",
|
1328
|
+
"name": "LayoutUsageError",
|
1329
|
+
"declaration": {
|
1330
|
+
"name": "LayoutUsageError",
|
1331
|
+
"module": "src/utils/error.ts"
|
1332
|
+
}
|
1333
|
+
},
|
1334
|
+
{
|
1335
|
+
"kind": "js",
|
1336
|
+
"name": "LayoutRegistrationError",
|
1337
|
+
"declaration": {
|
1338
|
+
"name": "LayoutRegistrationError",
|
1339
|
+
"module": "src/utils/error.ts"
|
1340
|
+
}
|
1341
|
+
}
|
1342
|
+
]
|
1343
|
+
},
|
1344
|
+
{
|
1345
|
+
"kind": "javascript-module",
|
1346
|
+
"path": "src/utils/events.ts",
|
1347
|
+
"declarations": [
|
1348
|
+
{
|
1349
|
+
"kind": "variable",
|
1350
|
+
"name": "LayoutEmitEvents",
|
1351
|
+
"type": {
|
1352
|
+
"text": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}"
|
1353
|
+
},
|
1354
|
+
"default": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}",
|
1355
|
+
"description": "Defines events that the layout system emits\n\n'firstLoaded' - emitted when the layout has finished loading the first time\nusing the declarative API after DEFAULT_RELOAD_BUFFER ms.\n<br/>\n'itemAdded' - emitted when an item is added to the layout'\n<br/>\n'itemRemoved' - emitted when an item is removed from the layout'\n<br/>\n'itemResized' - emitted when the user drags the divider to resize elements",
|
1356
|
+
"privacy": "public"
|
1357
|
+
},
|
1358
|
+
{
|
1359
|
+
"kind": "variable",
|
1360
|
+
"name": "LayoutReceiveEvents",
|
1361
|
+
"type": {
|
1362
|
+
"text": "{\n changeTitle: 'change-title',\n autosave: 'autosave',\n}"
|
1363
|
+
},
|
1364
|
+
"default": "{\n changeTitle: 'change-title',\n autosave: 'autosave',\n}",
|
1365
|
+
"description": "Defines events that the layout system listens for\n\n'changeTitle' - emit this from a contained item to update the title of the window that contains it.\n'autosave' - emit this from a contained item to hint to the layout system that it should autosave the layout. A contained item should do this if it has just changed some state it would like to persist. See LayoutComponentWithState.",
|
1366
|
+
"privacy": "public"
|
1367
|
+
}
|
1368
|
+
],
|
1369
|
+
"exports": [
|
1370
|
+
{
|
1371
|
+
"kind": "js",
|
1372
|
+
"name": "LayoutEmitEvents",
|
1373
|
+
"declaration": {
|
1374
|
+
"name": "LayoutEmitEvents",
|
1375
|
+
"module": "src/utils/events.ts"
|
1376
|
+
}
|
1377
|
+
},
|
1378
|
+
{
|
1379
|
+
"kind": "js",
|
1380
|
+
"name": "LayoutReceiveEvents",
|
1381
|
+
"declaration": {
|
1382
|
+
"name": "LayoutReceiveEvents",
|
1383
|
+
"module": "src/utils/events.ts"
|
1384
|
+
}
|
1385
|
+
}
|
1386
|
+
]
|
1387
|
+
},
|
1388
|
+
{
|
1389
|
+
"kind": "javascript-module",
|
1390
|
+
"path": "src/utils/index.ts",
|
1391
|
+
"declarations": [],
|
1392
|
+
"exports": [
|
1393
|
+
{
|
1394
|
+
"kind": "js",
|
1395
|
+
"name": "*",
|
1396
|
+
"declaration": {
|
1397
|
+
"name": "*",
|
1398
|
+
"package": "./constants"
|
1399
|
+
}
|
1400
|
+
},
|
1401
|
+
{
|
1402
|
+
"kind": "js",
|
1403
|
+
"name": "*",
|
1404
|
+
"declaration": {
|
1405
|
+
"name": "*",
|
1406
|
+
"package": "./error"
|
1407
|
+
}
|
1408
|
+
},
|
1409
|
+
{
|
1410
|
+
"kind": "js",
|
1411
|
+
"name": "*",
|
1412
|
+
"declaration": {
|
1413
|
+
"name": "*",
|
1414
|
+
"package": "./events"
|
1415
|
+
}
|
1416
|
+
},
|
1417
|
+
{
|
1418
|
+
"kind": "js",
|
1419
|
+
"name": "*",
|
1420
|
+
"declaration": {
|
1421
|
+
"name": "*",
|
1422
|
+
"package": "./misc"
|
1423
|
+
}
|
1424
|
+
},
|
1425
|
+
{
|
1426
|
+
"kind": "js",
|
1427
|
+
"name": "*",
|
1428
|
+
"declaration": {
|
1429
|
+
"name": "*",
|
1430
|
+
"package": "./templates"
|
1431
|
+
}
|
1432
|
+
},
|
1433
|
+
{
|
1434
|
+
"kind": "js",
|
1435
|
+
"name": "*",
|
1436
|
+
"declaration": {
|
1437
|
+
"name": "*",
|
1438
|
+
"package": "./types"
|
1439
|
+
}
|
1440
|
+
},
|
1441
|
+
{
|
1442
|
+
"kind": "js",
|
1443
|
+
"name": "*",
|
1444
|
+
"declaration": {
|
1445
|
+
"name": "*",
|
1446
|
+
"package": "./error"
|
1447
|
+
}
|
1448
|
+
}
|
1449
|
+
]
|
1450
|
+
},
|
1451
|
+
{
|
1452
|
+
"kind": "javascript-module",
|
1453
|
+
"path": "src/utils/logger.ts",
|
1454
|
+
"declarations": [
|
1455
|
+
{
|
1456
|
+
"kind": "variable",
|
1457
|
+
"name": "logger"
|
1458
|
+
}
|
1459
|
+
],
|
1460
|
+
"exports": [
|
1461
|
+
{
|
1462
|
+
"kind": "js",
|
1463
|
+
"name": "logger",
|
1464
|
+
"declaration": {
|
1465
|
+
"name": "logger",
|
1466
|
+
"module": "src/utils/logger.ts"
|
1467
|
+
}
|
1468
|
+
}
|
1469
|
+
]
|
1470
|
+
},
|
1471
|
+
{
|
1472
|
+
"kind": "javascript-module",
|
1473
|
+
"path": "src/utils/misc.ts",
|
1474
|
+
"declarations": [],
|
1475
|
+
"exports": []
|
1476
|
+
},
|
1477
|
+
{
|
1478
|
+
"kind": "javascript-module",
|
1479
|
+
"path": "src/utils/templates.ts",
|
1480
|
+
"declarations": [],
|
1481
|
+
"exports": []
|
1482
|
+
},
|
1483
|
+
{
|
1484
|
+
"kind": "javascript-module",
|
1485
|
+
"path": "src/utils/types.ts",
|
1486
|
+
"declarations": [],
|
1487
|
+
"exports": []
|
1494
1488
|
}
|
1495
1489
|
]
|
1496
1490
|
}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@genesislcap/foundation-layout",
|
3
3
|
"description": "Genesis Foundation UI App Layout",
|
4
|
-
"version": "14.
|
4
|
+
"version": "14.224.1",
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
6
6
|
"main": "dist/esm/index.js",
|
7
7
|
"types": "dist/foundation-layout.d.ts",
|
@@ -36,20 +36,20 @@
|
|
36
36
|
}
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
|
-
"@genesislcap/foundation-testing": "14.
|
40
|
-
"@genesislcap/genx": "14.
|
41
|
-
"@genesislcap/rollup-builder": "14.
|
42
|
-
"@genesislcap/ts-builder": "14.
|
43
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
44
|
-
"@genesislcap/vite-builder": "14.
|
45
|
-
"@genesislcap/webpack-builder": "14.
|
39
|
+
"@genesislcap/foundation-testing": "14.224.1",
|
40
|
+
"@genesislcap/genx": "14.224.1",
|
41
|
+
"@genesislcap/rollup-builder": "14.224.1",
|
42
|
+
"@genesislcap/ts-builder": "14.224.1",
|
43
|
+
"@genesislcap/uvu-playwright-builder": "14.224.1",
|
44
|
+
"@genesislcap/vite-builder": "14.224.1",
|
45
|
+
"@genesislcap/webpack-builder": "14.224.1",
|
46
46
|
"rimraf": "^5.0.0"
|
47
47
|
},
|
48
48
|
"dependencies": {
|
49
49
|
"@genesis-community/golden-layout": "^2.11.0",
|
50
|
-
"@genesislcap/foundation-comms": "14.
|
51
|
-
"@genesislcap/foundation-logger": "14.
|
52
|
-
"@genesislcap/foundation-utils": "14.
|
50
|
+
"@genesislcap/foundation-comms": "14.224.1",
|
51
|
+
"@genesislcap/foundation-logger": "14.224.1",
|
52
|
+
"@genesislcap/foundation-utils": "14.224.1",
|
53
53
|
"@microsoft/fast-components": "^2.30.6",
|
54
54
|
"@microsoft/fast-element": "^1.12.0",
|
55
55
|
"@microsoft/fast-foundation": "2.49.6",
|
@@ -64,5 +64,5 @@
|
|
64
64
|
"access": "public"
|
65
65
|
},
|
66
66
|
"customElements": "dist/custom-elements.json",
|
67
|
-
"gitHead": "
|
67
|
+
"gitHead": "84efb166d0f84f3908014b548f58207cc29cedc6"
|
68
68
|
}
|
@@ -1 +0,0 @@
|
|
1
|
-
//# sourceMappingURL=index.federated.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.federated.d.ts","sourceRoot":"","sources":["../../src/index.federated.ts"],"names":[],"mappings":""}
|
@@ -1 +0,0 @@
|
|
1
|
-
import('./index');
|