@genesislcap/foundation-layout 14.194.4 → 14.194.6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +230 -230
- package/package.json +12 -12
@@ -143,6 +143,236 @@
|
|
143
143
|
}
|
144
144
|
]
|
145
145
|
},
|
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
|
+
},
|
146
376
|
{
|
147
377
|
"kind": "javascript-module",
|
148
378
|
"path": "src/main/index.ts",
|
@@ -1144,236 +1374,6 @@
|
|
1144
1374
|
}
|
1145
1375
|
]
|
1146
1376
|
},
|
1147
|
-
{
|
1148
|
-
"kind": "javascript-module",
|
1149
|
-
"path": "src/utils/constants.ts",
|
1150
|
-
"declarations": [
|
1151
|
-
{
|
1152
|
-
"kind": "variable",
|
1153
|
-
"name": "DEFAULT_RELOAD_BUFFER",
|
1154
|
-
"type": {
|
1155
|
-
"text": "number"
|
1156
|
-
},
|
1157
|
-
"default": "500",
|
1158
|
-
"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.",
|
1159
|
-
"privacy": "public"
|
1160
|
-
},
|
1161
|
-
{
|
1162
|
-
"kind": "variable",
|
1163
|
-
"name": "LAYOUT_POPOUT_CONTAINER_CLASS",
|
1164
|
-
"type": {
|
1165
|
-
"text": "string"
|
1166
|
-
},
|
1167
|
-
"default": "'f-layout-popout'",
|
1168
|
-
"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."
|
1169
|
-
}
|
1170
|
-
],
|
1171
|
-
"exports": [
|
1172
|
-
{
|
1173
|
-
"kind": "js",
|
1174
|
-
"name": "DEFAULT_RELOAD_BUFFER",
|
1175
|
-
"declaration": {
|
1176
|
-
"name": "DEFAULT_RELOAD_BUFFER",
|
1177
|
-
"module": "src/utils/constants.ts"
|
1178
|
-
}
|
1179
|
-
},
|
1180
|
-
{
|
1181
|
-
"kind": "js",
|
1182
|
-
"name": "LAYOUT_POPOUT_CONTAINER_CLASS",
|
1183
|
-
"declaration": {
|
1184
|
-
"name": "LAYOUT_POPOUT_CONTAINER_CLASS",
|
1185
|
-
"module": "src/utils/constants.ts"
|
1186
|
-
}
|
1187
|
-
}
|
1188
|
-
]
|
1189
|
-
},
|
1190
|
-
{
|
1191
|
-
"kind": "javascript-module",
|
1192
|
-
"path": "src/utils/error.ts",
|
1193
|
-
"declarations": [
|
1194
|
-
{
|
1195
|
-
"kind": "class",
|
1196
|
-
"description": "",
|
1197
|
-
"name": "LayoutUsageError",
|
1198
|
-
"superclass": {
|
1199
|
-
"name": "Error",
|
1200
|
-
"module": "src/utils/error.ts"
|
1201
|
-
}
|
1202
|
-
},
|
1203
|
-
{
|
1204
|
-
"kind": "class",
|
1205
|
-
"description": "",
|
1206
|
-
"name": "LayoutRegistrationError",
|
1207
|
-
"superclass": {
|
1208
|
-
"name": "Error",
|
1209
|
-
"module": "src/utils/error.ts"
|
1210
|
-
}
|
1211
|
-
}
|
1212
|
-
],
|
1213
|
-
"exports": [
|
1214
|
-
{
|
1215
|
-
"kind": "js",
|
1216
|
-
"name": "LayoutUsageError",
|
1217
|
-
"declaration": {
|
1218
|
-
"name": "LayoutUsageError",
|
1219
|
-
"module": "src/utils/error.ts"
|
1220
|
-
}
|
1221
|
-
},
|
1222
|
-
{
|
1223
|
-
"kind": "js",
|
1224
|
-
"name": "LayoutRegistrationError",
|
1225
|
-
"declaration": {
|
1226
|
-
"name": "LayoutRegistrationError",
|
1227
|
-
"module": "src/utils/error.ts"
|
1228
|
-
}
|
1229
|
-
}
|
1230
|
-
]
|
1231
|
-
},
|
1232
|
-
{
|
1233
|
-
"kind": "javascript-module",
|
1234
|
-
"path": "src/utils/events.ts",
|
1235
|
-
"declarations": [
|
1236
|
-
{
|
1237
|
-
"kind": "variable",
|
1238
|
-
"name": "LayoutEmitEvents",
|
1239
|
-
"type": {
|
1240
|
-
"text": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}"
|
1241
|
-
},
|
1242
|
-
"default": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}",
|
1243
|
-
"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",
|
1244
|
-
"privacy": "public"
|
1245
|
-
},
|
1246
|
-
{
|
1247
|
-
"kind": "variable",
|
1248
|
-
"name": "LayoutReceiveEvents",
|
1249
|
-
"type": {
|
1250
|
-
"text": "{\n changeTitle: 'change-title',\n autosave: 'autosave',\n}"
|
1251
|
-
},
|
1252
|
-
"default": "{\n changeTitle: 'change-title',\n autosave: 'autosave',\n}",
|
1253
|
-
"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.",
|
1254
|
-
"privacy": "public"
|
1255
|
-
}
|
1256
|
-
],
|
1257
|
-
"exports": [
|
1258
|
-
{
|
1259
|
-
"kind": "js",
|
1260
|
-
"name": "LayoutEmitEvents",
|
1261
|
-
"declaration": {
|
1262
|
-
"name": "LayoutEmitEvents",
|
1263
|
-
"module": "src/utils/events.ts"
|
1264
|
-
}
|
1265
|
-
},
|
1266
|
-
{
|
1267
|
-
"kind": "js",
|
1268
|
-
"name": "LayoutReceiveEvents",
|
1269
|
-
"declaration": {
|
1270
|
-
"name": "LayoutReceiveEvents",
|
1271
|
-
"module": "src/utils/events.ts"
|
1272
|
-
}
|
1273
|
-
}
|
1274
|
-
]
|
1275
|
-
},
|
1276
|
-
{
|
1277
|
-
"kind": "javascript-module",
|
1278
|
-
"path": "src/utils/index.ts",
|
1279
|
-
"declarations": [],
|
1280
|
-
"exports": [
|
1281
|
-
{
|
1282
|
-
"kind": "js",
|
1283
|
-
"name": "*",
|
1284
|
-
"declaration": {
|
1285
|
-
"name": "*",
|
1286
|
-
"package": "./constants"
|
1287
|
-
}
|
1288
|
-
},
|
1289
|
-
{
|
1290
|
-
"kind": "js",
|
1291
|
-
"name": "*",
|
1292
|
-
"declaration": {
|
1293
|
-
"name": "*",
|
1294
|
-
"package": "./error"
|
1295
|
-
}
|
1296
|
-
},
|
1297
|
-
{
|
1298
|
-
"kind": "js",
|
1299
|
-
"name": "*",
|
1300
|
-
"declaration": {
|
1301
|
-
"name": "*",
|
1302
|
-
"package": "./events"
|
1303
|
-
}
|
1304
|
-
},
|
1305
|
-
{
|
1306
|
-
"kind": "js",
|
1307
|
-
"name": "*",
|
1308
|
-
"declaration": {
|
1309
|
-
"name": "*",
|
1310
|
-
"package": "./misc"
|
1311
|
-
}
|
1312
|
-
},
|
1313
|
-
{
|
1314
|
-
"kind": "js",
|
1315
|
-
"name": "*",
|
1316
|
-
"declaration": {
|
1317
|
-
"name": "*",
|
1318
|
-
"package": "./templates"
|
1319
|
-
}
|
1320
|
-
},
|
1321
|
-
{
|
1322
|
-
"kind": "js",
|
1323
|
-
"name": "*",
|
1324
|
-
"declaration": {
|
1325
|
-
"name": "*",
|
1326
|
-
"package": "./types"
|
1327
|
-
}
|
1328
|
-
},
|
1329
|
-
{
|
1330
|
-
"kind": "js",
|
1331
|
-
"name": "*",
|
1332
|
-
"declaration": {
|
1333
|
-
"name": "*",
|
1334
|
-
"package": "./error"
|
1335
|
-
}
|
1336
|
-
}
|
1337
|
-
]
|
1338
|
-
},
|
1339
|
-
{
|
1340
|
-
"kind": "javascript-module",
|
1341
|
-
"path": "src/utils/logger.ts",
|
1342
|
-
"declarations": [
|
1343
|
-
{
|
1344
|
-
"kind": "variable",
|
1345
|
-
"name": "logger"
|
1346
|
-
}
|
1347
|
-
],
|
1348
|
-
"exports": [
|
1349
|
-
{
|
1350
|
-
"kind": "js",
|
1351
|
-
"name": "logger",
|
1352
|
-
"declaration": {
|
1353
|
-
"name": "logger",
|
1354
|
-
"module": "src/utils/logger.ts"
|
1355
|
-
}
|
1356
|
-
}
|
1357
|
-
]
|
1358
|
-
},
|
1359
|
-
{
|
1360
|
-
"kind": "javascript-module",
|
1361
|
-
"path": "src/utils/misc.ts",
|
1362
|
-
"declarations": [],
|
1363
|
-
"exports": []
|
1364
|
-
},
|
1365
|
-
{
|
1366
|
-
"kind": "javascript-module",
|
1367
|
-
"path": "src/utils/templates.ts",
|
1368
|
-
"declarations": [],
|
1369
|
-
"exports": []
|
1370
|
-
},
|
1371
|
-
{
|
1372
|
-
"kind": "javascript-module",
|
1373
|
-
"path": "src/utils/types.ts",
|
1374
|
-
"declarations": [],
|
1375
|
-
"exports": []
|
1376
|
-
},
|
1377
1377
|
{
|
1378
1378
|
"kind": "javascript-module",
|
1379
1379
|
"path": "src/styles/constants.ts",
|
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.194.
|
4
|
+
"version": "14.194.6",
|
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.194.
|
40
|
-
"@genesislcap/genx": "14.194.
|
41
|
-
"@genesislcap/rollup-builder": "14.194.
|
42
|
-
"@genesislcap/ts-builder": "14.194.
|
43
|
-
"@genesislcap/uvu-playwright-builder": "14.194.
|
44
|
-
"@genesislcap/vite-builder": "14.194.
|
45
|
-
"@genesislcap/webpack-builder": "14.194.
|
39
|
+
"@genesislcap/foundation-testing": "14.194.6",
|
40
|
+
"@genesislcap/genx": "14.194.6",
|
41
|
+
"@genesislcap/rollup-builder": "14.194.6",
|
42
|
+
"@genesislcap/ts-builder": "14.194.6",
|
43
|
+
"@genesislcap/uvu-playwright-builder": "14.194.6",
|
44
|
+
"@genesislcap/vite-builder": "14.194.6",
|
45
|
+
"@genesislcap/webpack-builder": "14.194.6",
|
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.194.
|
51
|
-
"@genesislcap/foundation-logger": "14.194.
|
52
|
-
"@genesislcap/foundation-utils": "14.194.
|
50
|
+
"@genesislcap/foundation-comms": "14.194.6",
|
51
|
+
"@genesislcap/foundation-logger": "14.194.6",
|
52
|
+
"@genesislcap/foundation-utils": "14.194.6",
|
53
53
|
"@microsoft/fast-components": "^2.30.6",
|
54
54
|
"@microsoft/fast-element": "^1.12.0",
|
55
55
|
"@microsoft/fast-foundation": "^2.49.4",
|
@@ -64,5 +64,5 @@
|
|
64
64
|
"access": "public"
|
65
65
|
},
|
66
66
|
"customElements": "dist/custom-elements.json",
|
67
|
-
"gitHead": "
|
67
|
+
"gitHead": "0b3c1bca850d1c06169e8184619724394b8a73ca"
|
68
68
|
}
|