@genesislcap/foundation-layout 14.96.0 → 14.96.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -137,47 +137,159 @@
137
137
  },
138
138
  {
139
139
  "kind": "javascript-module",
140
- "path": "src/main/index.ts",
140
+ "path": "src/utils/constants.ts",
141
+ "declarations": [
142
+ {
143
+ "kind": "variable",
144
+ "name": "DEFAULT_RELOAD_BUFFER",
145
+ "type": {
146
+ "text": "number"
147
+ },
148
+ "default": "500",
149
+ "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.",
150
+ "privacy": "public"
151
+ }
152
+ ],
153
+ "exports": [
154
+ {
155
+ "kind": "js",
156
+ "name": "DEFAULT_RELOAD_BUFFER",
157
+ "declaration": {
158
+ "name": "DEFAULT_RELOAD_BUFFER",
159
+ "module": "src/utils/constants.ts"
160
+ }
161
+ }
162
+ ]
163
+ },
164
+ {
165
+ "kind": "javascript-module",
166
+ "path": "src/utils/error.ts",
167
+ "declarations": [
168
+ {
169
+ "kind": "class",
170
+ "description": "",
171
+ "name": "LayoutUsageError",
172
+ "superclass": {
173
+ "name": "Error",
174
+ "module": "src/utils/error.ts"
175
+ }
176
+ },
177
+ {
178
+ "kind": "class",
179
+ "description": "",
180
+ "name": "LayoutRegistrationError",
181
+ "superclass": {
182
+ "name": "Error",
183
+ "module": "src/utils/error.ts"
184
+ }
185
+ }
186
+ ],
187
+ "exports": [
188
+ {
189
+ "kind": "js",
190
+ "name": "LayoutUsageError",
191
+ "declaration": {
192
+ "name": "LayoutUsageError",
193
+ "module": "src/utils/error.ts"
194
+ }
195
+ },
196
+ {
197
+ "kind": "js",
198
+ "name": "LayoutRegistrationError",
199
+ "declaration": {
200
+ "name": "LayoutRegistrationError",
201
+ "module": "src/utils/error.ts"
202
+ }
203
+ }
204
+ ]
205
+ },
206
+ {
207
+ "kind": "javascript-module",
208
+ "path": "src/utils/events.ts",
209
+ "declarations": [
210
+ {
211
+ "kind": "variable",
212
+ "name": "LayoutEmitEvents",
213
+ "type": {
214
+ "text": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}"
215
+ },
216
+ "default": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}",
217
+ "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",
218
+ "privacy": "public"
219
+ },
220
+ {
221
+ "kind": "variable",
222
+ "name": "LayoutReceiveEvents",
223
+ "type": {
224
+ "text": "{\n changeTitle: 'change-title',\n autosave: 'autosave',\n}"
225
+ },
226
+ "default": "{\n changeTitle: 'change-title',\n autosave: 'autosave',\n}",
227
+ "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.",
228
+ "privacy": "public"
229
+ }
230
+ ],
231
+ "exports": [
232
+ {
233
+ "kind": "js",
234
+ "name": "LayoutEmitEvents",
235
+ "declaration": {
236
+ "name": "LayoutEmitEvents",
237
+ "module": "src/utils/events.ts"
238
+ }
239
+ },
240
+ {
241
+ "kind": "js",
242
+ "name": "LayoutReceiveEvents",
243
+ "declaration": {
244
+ "name": "LayoutReceiveEvents",
245
+ "module": "src/utils/events.ts"
246
+ }
247
+ }
248
+ ]
249
+ },
250
+ {
251
+ "kind": "javascript-module",
252
+ "path": "src/utils/index.ts",
141
253
  "declarations": [],
142
254
  "exports": [
143
255
  {
144
256
  "kind": "js",
145
- "name": "FoundationLayoutItem",
257
+ "name": "*",
146
258
  "declaration": {
147
- "name": "FoundationLayoutItem",
148
- "module": "./layout-item"
259
+ "name": "*",
260
+ "package": "./constants"
149
261
  }
150
262
  },
151
263
  {
152
264
  "kind": "js",
153
- "name": "FoundationLayoutRegion",
265
+ "name": "*",
154
266
  "declaration": {
155
- "name": "FoundationLayoutRegion",
156
- "module": "./layout-region"
267
+ "name": "*",
268
+ "package": "./error"
157
269
  }
158
270
  },
159
271
  {
160
272
  "kind": "js",
161
- "name": "FoundationLayout",
273
+ "name": "*",
162
274
  "declaration": {
163
- "name": "FoundationLayout",
164
- "module": "./layout-main"
275
+ "name": "*",
276
+ "package": "./events"
165
277
  }
166
278
  },
167
279
  {
168
280
  "kind": "js",
169
- "name": "layoutStyles",
281
+ "name": "*",
170
282
  "declaration": {
171
- "name": "layoutStyles",
172
- "module": "./layout-main"
283
+ "name": "*",
284
+ "package": "./misc"
173
285
  }
174
286
  },
175
287
  {
176
288
  "kind": "js",
177
- "name": "layoutTemplate",
289
+ "name": "*",
178
290
  "declaration": {
179
- "name": "layoutTemplate",
180
- "module": "./layout-main"
291
+ "name": "*",
292
+ "package": "./templates"
181
293
  }
182
294
  },
183
295
  {
@@ -185,72 +297,291 @@
185
297
  "name": "*",
186
298
  "declaration": {
187
299
  "name": "*",
188
- "package": "./layout-components"
300
+ "package": "./types"
301
+ }
302
+ },
303
+ {
304
+ "kind": "js",
305
+ "name": "*",
306
+ "declaration": {
307
+ "name": "*",
308
+ "package": "./error"
189
309
  }
190
310
  }
191
311
  ]
192
312
  },
193
313
  {
194
314
  "kind": "javascript-module",
195
- "path": "src/main/layout-components.ts",
315
+ "path": "src/utils/logger.ts",
196
316
  "declarations": [
197
317
  {
198
318
  "kind": "variable",
199
- "name": "foundationLayoutComponents",
319
+ "name": "logger"
320
+ }
321
+ ],
322
+ "exports": [
323
+ {
324
+ "kind": "js",
325
+ "name": "logger",
326
+ "declaration": {
327
+ "name": "logger",
328
+ "module": "src/utils/logger.ts"
329
+ }
330
+ }
331
+ ]
332
+ },
333
+ {
334
+ "kind": "javascript-module",
335
+ "path": "src/utils/misc.ts",
336
+ "declarations": [],
337
+ "exports": []
338
+ },
339
+ {
340
+ "kind": "javascript-module",
341
+ "path": "src/utils/templates.ts",
342
+ "declarations": [],
343
+ "exports": []
344
+ },
345
+ {
346
+ "kind": "javascript-module",
347
+ "path": "src/utils/types.ts",
348
+ "declarations": [],
349
+ "exports": []
350
+ },
351
+ {
352
+ "kind": "javascript-module",
353
+ "path": "src/styles/constants.ts",
354
+ "declarations": [
355
+ {
356
+ "kind": "variable",
357
+ "name": "glVisualConfig",
200
358
  "type": {
201
- "text": "object"
359
+ "text": "Omit<LayoutConfig, 'root'>"
202
360
  },
203
- "default": "{\n foundationLayout,\n foundationLayoutRegion,\n foundationLayoutItem,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n this[key]().register(container, ...rest);\n }\n },\n}",
204
- "description": "Registration object to register the layout with your design system.",
361
+ "default": "{\n dimensions: {\n headerHeight: 38,\n borderWidth: 12,\n },\n header: {\n maximise: 'maximise',\n minimise: 'minimise',\n popout: false,\n },\n}"
362
+ },
363
+ {
364
+ "kind": "variable",
365
+ "name": "LAYOUT_ICONS",
366
+ "type": {
367
+ "text": "{\n renameSVG,\n maximiseSVG,\n minimiseSVG,\n closeSVG,\n tabDropdownSVG,\n}"
368
+ },
369
+ "default": "{\n renameSVG,\n maximiseSVG,\n minimiseSVG,\n closeSVG,\n tabDropdownSVG,\n}",
370
+ "description": "A collection of SVG icons in base64 format.",
205
371
  "privacy": "public"
206
372
  }
207
373
  ],
208
374
  "exports": [
209
375
  {
210
376
  "kind": "js",
211
- "name": "foundationLayoutComponents",
377
+ "name": "glVisualConfig",
212
378
  "declaration": {
213
- "name": "foundationLayoutComponents",
214
- "module": "src/main/layout-components.ts"
379
+ "name": "glVisualConfig",
380
+ "module": "src/styles/constants.ts"
381
+ }
382
+ },
383
+ {
384
+ "kind": "js",
385
+ "name": "LAYOUT_ICONS",
386
+ "declaration": {
387
+ "name": "LAYOUT_ICONS",
388
+ "module": "src/styles/constants.ts"
215
389
  }
216
390
  }
217
391
  ]
218
392
  },
219
393
  {
220
394
  "kind": "javascript-module",
221
- "path": "src/main/layout-item.ts",
395
+ "path": "src/styles/dragging.styles.ts",
222
396
  "declarations": [
223
397
  {
224
- "kind": "class",
225
- "description": "",
226
- "name": "FoundationLayoutItem",
227
- "members": [
228
- {
229
- "kind": "field",
230
- "name": "title",
231
- "type": {
232
- "text": "string"
233
- },
234
- "description": "Sets the title of the item which is displayed on the tab.",
235
- "privacy": "public"
236
- },
237
- {
238
- "kind": "field",
239
- "name": "closable",
240
- "type": {
241
- "text": "boolean"
242
- },
243
- "default": "false",
244
- "description": "Boolean attribute controls whether the window can be closed in the GUI.\nDefaults to `false`.",
245
- "privacy": "public"
246
- },
247
- {
248
- "kind": "field",
249
- "name": "size",
250
- "type": {
251
- "text": "string"
252
- },
253
- "description": "optional string describing the size of the new item (see the written documentation for more info)",
398
+ "kind": "variable",
399
+ "name": "globalDraggingStyles",
400
+ "default": "`\n .lm_dragProxy .lm_content {\n box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);\n }\n .lm_dropTargetIndicator {\n box-shadow: inset 0 0 30px #000000;\n outline: 1px dashed #cccccc;\n transition: all 200ms ease;\n }\n .lm_dropTargetIndicator .lm_inner {\n background: var(${neutralFillStealthRest.cssCustomProperty});\n opacity: 0.2;\n }\n .lm_dragProxy.lm_left .lm_header,\n .lm_dragProxy.lm_right .lm_header {\n width: 20px;\n float: left;\n vertical-align: top;\n }\n .lm_dragProxy.lm_left .lm_header .lm_tabs,\n .lm_dragProxy.lm_right .lm_header .lm_tabs {\n transform-origin: left top;\n top: 0;\n width: 1000px;\n }\n .lm_dragProxy.lm_left .lm_header .lm_controls,\n .lm_dragProxy.lm_right .lm_header .lm_controls {\n bottom: 0;\n }\n .lm_dragProxy.lm_left .lm_items,\n .lm_dragProxy.lm_right .lm_items {\n float: left;\n }\n .lm_dragProxy.lm_left .lm_header .lm_tabs {\n transform: rotate(-90deg) scaleX(-1);\n left: 0;\n }\n .lm_dragProxy.lm_left .lm_header .lm_tabs .lm_tab {\n transform: scaleX(-1);\n margin-top: 1px;\n }\n .lm_dragProxy.lm_left .lm_header .lm_tabdropdown_list {\n top: initial;\n right: initial;\n left: 20px;\n }\n .lm_dragProxy.lm_right .lm_content {\n float: left;\n }\n .lm_dragProxy.lm_right .lm_header .lm_tabs {\n transform: rotate(90deg) scaleX(1);\n left: 100%;\n margin-left: 0;\n }\n .lm_dragProxy.lm_right .lm_header .lm_controls {\n left: 3px;\n }\n .lm_dragProxy.lm_right .lm_header .lm_tabdropdown_list {\n top: initial;\n right: 20px;\n }\n .lm_dragProxy.lm_bottom .lm_header .lm_tab {\n margin-top: 0;\n border-top: none;\n }\n .lm_dragProxy.lm_bottom .lm_header .lm_controls,\n .lm_stack.lm_bottom .lm_header .lm_controls {\n top: 3px;\n }\n .lm_dragProxy.lm_bottom .lm_header .lm_tabdropdown_list,\n .lm_stack.lm_bottom .lm_header .lm_tabdropdown_list {\n top: initial;\n bottom: 20px;\n }\n .lm_dragProxy {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 30;\n }\n .lm_dragProxy .lm_header {\n background: transparent;\n }\n .lm_dragProxy .lm_content {\n border-top: none;\n overflow: hidden;\n }\n .lm_dropTargetIndicator {\n display: none;\n position: absolute;\n z-index: 20;\n }\n .lm_dropTargetIndicator .lm_inner {\n width: 100%;\n height: 100%;\n position: relative;\n top: 0;\n left: 0;\n }\n .lm_transition_indicator {\n display: none;\n width: 20px;\n height: 20px;\n position: absolute;\n top: 0;\n left: 0;\n z-index: 20;\n }\n`",
401
+ "description": "This is defined as a string rather than a css template\nbecause it is applied to a CSSStyleSheet object rather than\nused as a FAST template"
402
+ }
403
+ ],
404
+ "exports": [
405
+ {
406
+ "kind": "js",
407
+ "name": "globalDraggingStyles",
408
+ "declaration": {
409
+ "name": "globalDraggingStyles",
410
+ "module": "src/styles/dragging.styles.ts"
411
+ }
412
+ }
413
+ ]
414
+ },
415
+ {
416
+ "kind": "javascript-module",
417
+ "path": "src/styles/index.ts",
418
+ "declarations": [],
419
+ "exports": [
420
+ {
421
+ "kind": "js",
422
+ "name": "*",
423
+ "declaration": {
424
+ "name": "*",
425
+ "package": "./constants"
426
+ }
427
+ },
428
+ {
429
+ "kind": "js",
430
+ "name": "*",
431
+ "declaration": {
432
+ "name": "*",
433
+ "package": "./dragging.styles"
434
+ }
435
+ },
436
+ {
437
+ "kind": "js",
438
+ "name": "*",
439
+ "declaration": {
440
+ "name": "*",
441
+ "package": "./layout.styles"
442
+ }
443
+ }
444
+ ]
445
+ },
446
+ {
447
+ "kind": "javascript-module",
448
+ "path": "src/styles/layout.styles.ts",
449
+ "declarations": [
450
+ {
451
+ "kind": "variable",
452
+ "name": "layoutStyles",
453
+ "default": "css`\n ${containerStyles}\n ${loadingSpinnerStyles}\n\n .lm_goldenlayout {\n padding: 1px;\n background: ${neutralLayer1};\n border-radius: calc(${controlCornerRadius} * 1.5px);\n }\n\n .lm_stack.lm_item {\n background-color: ${neutralLayer4};\n border-radius: calc(${controlCornerRadius} * 1.5px);\n }\n .lm_maximised .lm_header {\n background-color: ${neutralLayer4};\n border-radius: calc(${controlCornerRadius} * 1.5px);\n position: unset;\n }\n\n .lm_maximised .lm_header .lm_tabs {\n z-index: 3;\n }\n\n .lm_content {\n background-color: ${neutralLayer3};\n border-radius: calc(${controlCornerRadius} * 1.5px);\n border: 1px solid;\n border-color: #2e3339;\n box-sizing: border-box;\n }\n\n .lm-header {\n z-index: 1;\n }\n .lm_header .lm_tabs {\n padding: 0 16px;\n }\n\n .lm_stack > .lm_items {\n z-index: 2;\n box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.35);\n }\n\n .lm_header .lm_tab.lm_active.lm_focused {\n background-color: ${neutralLayer3};\n }\n .lm_header .lm_tab.lm_active {\n background-color: ${neutralLayer3};\n border: 1px solid;\n border-color: #2e3339;\n border-bottom: 0;\n color: ${accentFillRest};\n }\n\n .lm_header .lm_tab {\n align-items: center;\n background-color: ${neutralLayer4};\n border: 1px solid;\n border-bottom-color: #2e3339;\n border-bottom: 0px solid;\n border-color: rgba(0, 0, 0, 0.35);\n border-radius: calc(${controlCornerRadius} * 1.5px) calc(${controlCornerRadius} * 1.5px) 0 0;\n box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.35);\n color: rgba(255, 255, 255, 0.3);\n display: flex;\n font-family: inherit;\n font-size: 13px;\n font-weight: 700;\n height: 30px;\n margin-right: 2px;\n margin-top: 3px;\n padding: 2px 16px;\n }\n\n .lm_header .lm_tab:not(.lm_active):hover {\n background-color: rgba(255, 255, 255, 0.1);\n color: #f1f1f1;\n }\n\n .lm_header .lm_controls {\n top: 4px;\n display: flex;\n }\n .lm_header .lm_controls > * {\n width: 30px;\n height: 30px;\n background-repeat: no-repeat;\n background-position: center;\n background-size: 16px;\n background-color: rgba(255, 255, 255, 0.03);\n border-radius: calc(${controlCornerRadius} * 1.5px);\n margin-right: 4px;\n top: 3px;\n opacity: 1;\n }\n .lm_header .lm_controls > *:hover {\n background-color: rgba(255, 255, 255, 0.1);\n cursor: pointer;\n }\n\n .lm_controls .lm_maximise {\n background-image: url('${LAYOUT_ICONS.maximiseSVG}');\n }\n .lm_maximised .lm_controls .lm_maximise {\n background-image: url('${LAYOUT_ICONS.minimiseSVG}');\n }\n .lm_controls .lm_close {\n background-image: url('${LAYOUT_ICONS.closeSVG}');\n }\n .lm_header .lm_tab .lm_close_tab {\n background-image: url('${LAYOUT_ICONS.closeSVG}');\n background-size: 10px;\n background-repeat: no-repeat;\n margin-left: 12px;\n position: relative;\n top: 0;\n right: 0;\n }\n\n .lm_header .lm_tab.lm_active {\n padding: 4px 25px 3px 10px;\n }\n\n .lm_header .lm_tab:not(.lm_active) .lm_title {\n color: ${accentFillRest};\n opacity: 0.7;\n }\n\n .lm_header .lm_controls .lm_tabdropdown::before {\n content: none;\n }\n .lm_header .lm_controls .lm_tabdropdown {\n background-image: url('${LAYOUT_ICONS.tabDropdownSVG}');\n }\n .lm_header .lm_tabdropdown_list {\n top: 38px;\n right: 108px;\n background-color: ${neutralLayer3};\n border: 1px solid;\n border-color: #2e3339;\n border-radius: calc(${controlCornerRadius} * 1.5px);\n box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);\n }\n .lm_header .lm_tabdropdown_list > .lm_tab {\n box-shadow: none;\n padding: 0 16px;\n white-space: nowrap;\n background-color: transparent;\n color: #c9c9c9;\n height: 36px;\n border-radius: 0;\n overflow: visible;\n text-overflow: normal;\n }\n .lm_header .lm_tabdropdown_list > .lm_tab:last-child {\n border-bottom: 0;\n }\n\n /* gl base styles start */\n .lm_root {\n position: relative;\n }\n .lm_row > .lm_item {\n float: left;\n }\n .lm_content {\n overflow: hidden;\n position: relative;\n }\n .lm_dragging,\n .lm_dragging * {\n cursor: move !important;\n user-select: none;\n }\n .lm_maximised {\n left: 0;\n padding: 1px;\n position: absolute;\n top: 0;\n z-index: 40;\n }\n .lm_maximise_placeholder {\n display: none;\n }\n .lm_splitter {\n position: relative;\n z-index: 20;\n }\n .lm_splitter:hover,\n .lm_splitter.lm_dragging {\n background: ${accentFillRest};\n border-radius: calc(${controlCornerRadius} * 4px);\n }\n .lm_splitter.lm_vertical .lm_drag_handle {\n width: 100%;\n height: 15px;\n position: absolute;\n top: -5px;\n cursor: ns-resize;\n }\n .lm_splitter.lm_horizontal {\n float: left;\n height: 100%;\n }\n .lm_splitter.lm_horizontal .lm_drag_handle {\n width: 15px;\n height: 100%;\n position: absolute;\n left: -5px;\n cursor: ew-resize;\n }\n .lm_header {\n overflow: visible;\n position: relative;\n z-index: 1;\n }\n .lm_header [class^='lm_'] {\n box-sizing: content-box !important;\n }\n .lm_header .lm_controls {\n position: absolute;\n right: 3px;\n }\n .lm_header .lm_controls > li {\n cursor: pointer;\n float: left;\n width: 18px;\n height: 18px;\n text-align: center;\n }\n .lm_header ul {\n margin: 0;\n padding: 0;\n list-style-type: none;\n }\n .lm_header .lm_tabs {\n position: absolute;\n }\n .lm_header .lm_tab {\n cursor: pointer;\n float: left;\n margin-top: 1px;\n padding: 3px 25px 3px 10px;\n position: relative;\n }\n .lm_header .lm_tab i {\n width: 2px;\n height: 19px;\n position: absolute;\n }\n .lm_header .lm_tab i.lm_left {\n top: 0;\n left: -2px;\n }\n .lm_header .lm_tab i.lm_right {\n top: 0;\n right: -2px;\n }\n .lm_header .lm_tab .lm_title {\n display: inline-block;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n .lm_header .lm_tab .lm_title:only-child {\n padding-left: 10px;\n }\n .lm_header .lm_tab .lm_close_tab {\n width: 14px;\n height: 14px;\n position: absolute;\n top: 11px;\n right: 0;\n text-align: center;\n }\n .lm_stack.lm_left .lm_header,\n .lm_stack.lm_right .lm_header {\n height: 100%;\n }\n .lm_dragProxy.lm_left .lm_header,\n .lm_dragProxy.lm_right .lm_header,\n .lm_stack.lm_left .lm_header,\n .lm_stack.lm_right .lm_header {\n width: 20px;\n float: left;\n vertical-align: top;\n }\n .lm_dragProxy.lm_left .lm_header .lm_tabs,\n .lm_dragProxy.lm_right .lm_header .lm_tabs,\n .lm_stack.lm_left .lm_header .lm_tabs,\n .lm_stack.lm_right .lm_header .lm_tabs {\n transform-origin: left top;\n top: 0;\n width: 1000px;\n }\n .lm_dragProxy.lm_left .lm_header .lm_controls,\n .lm_dragProxy.lm_right .lm_header .lm_controls,\n .lm_stack.lm_left .lm_header .lm_controls,\n .lm_stack.lm_right .lm_header .lm_controls {\n bottom: 0;\n }\n .lm_dragProxy.lm_left .lm_items,\n .lm_dragProxy.lm_right .lm_items,\n .lm_stack.lm_left .lm_items,\n .lm_stack.lm_right .lm_items {\n float: left;\n }\n .lm_dragProxy.lm_left .lm_header .lm_tabs,\n .lm_stack.lm_left .lm_header .lm_tabs {\n transform: rotate(-90deg) scaleX(-1);\n left: 0;\n }\n .lm_dragProxy.lm_left .lm_header .lm_tabs .lm_tab,\n .lm_stack.lm_left .lm_header .lm_tabs .lm_tab {\n transform: scaleX(-1);\n margin-top: 1px;\n }\n .lm_dragProxy.lm_left .lm_header .lm_tabdropdown_list,\n .lm_stack.lm_left .lm_header .lm_tabdropdown_list {\n top: initial;\n right: initial;\n left: 20px;\n }\n .lm_dragProxy.lm_right .lm_content {\n float: left;\n }\n .lm_dragProxy.lm_right .lm_header .lm_tabs,\n .lm_stack.lm_right .lm_header .lm_tabs {\n transform: rotate(90deg) scaleX(1);\n left: 100%;\n margin-left: 0;\n }\n .lm_dragProxy.lm_right .lm_header .lm_controls,\n .lm_stack.lm_right .lm_header .lm_controls {\n left: 3px;\n }\n .lm_dragProxy.lm_right .lm_header .lm_tabdropdown_list,\n .lm_stack.lm_right .lm_header .lm_tabdropdown_list {\n top: initial;\n right: 20px;\n }\n .lm_dragProxy.lm_bottom .lm_header .lm_tab,\n .lm_stack.lm_bottom .lm_header .lm_tab {\n margin-top: 0;\n border-top: none;\n }\n .lm_dragProxy.lm_bottom .lm_header .lm_controls,\n .lm_stack.lm_bottom .lm_header .lm_controls {\n top: 3px;\n }\n .lm_dragProxy.lm_bottom .lm_header .lm_tabdropdown_list,\n .lm_stack.lm_bottom .lm_header .lm_tabdropdown_list {\n top: initial;\n bottom: 20px;\n }\n .lm_drop_tab_placeholder {\n float: left;\n width: 100px;\n height: 10px;\n visibility: hidden;\n }\n .lm_header .lm_tabdropdown_list {\n position: absolute;\n top: 20px;\n right: 0;\n z-index: 5;\n overflow: hidden;\n }\n .lm_header .lm_tabdropdown_list .lm_tab {\n clear: both;\n padding-right: 10px;\n margin: 0;\n }\n .lm_header .lm_tabdropdown_list .lm_tab .lm_title {\n width: 100px;\n }\n .lm_header .lm_tabdropdown_list .lm_close_tab {\n display: none !important;\n }\n .lm_dragProxy {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 30;\n }\n .lm_dragProxy .lm_header {\n background: transparent;\n }\n .lm_dragProxy .lm_content {\n border-top: none;\n overflow: hidden;\n }\n .lm_dropTargetIndicator {\n display: none;\n position: absolute;\n z-index: 20;\n }\n .lm_dropTargetIndicator .lm_inner {\n width: 100%;\n height: 100%;\n position: relative;\n top: 0;\n left: 0;\n }\n .lm_transition_indicator {\n display: none;\n width: 20px;\n height: 20px;\n position: absolute;\n top: 0;\n left: 0;\n z-index: 20;\n }\n .lm_popin {\n width: 20px;\n height: 20px;\n position: absolute;\n bottom: 0;\n right: 0;\n z-index: 9999;\n }\n .lm_popin > * {\n width: 100%;\n height: 100%;\n position: absolute;\n top: 0;\n left: 0;\n }\n .lm_popin > .lm_bg {\n z-index: 10;\n }\n .lm_popin > .lm_icon {\n z-index: 20;\n } /*# sourceMappingURL=goldenlayout-base.css.map */\n`",
454
+ "description": "`ElementStyles` which defines the css for FoundationLayout.",
455
+ "privacy": "public"
456
+ }
457
+ ],
458
+ "exports": [
459
+ {
460
+ "kind": "js",
461
+ "name": "layoutStyles",
462
+ "declaration": {
463
+ "name": "layoutStyles",
464
+ "module": "src/styles/layout.styles.ts"
465
+ }
466
+ }
467
+ ]
468
+ },
469
+ {
470
+ "kind": "javascript-module",
471
+ "path": "src/main/index.ts",
472
+ "declarations": [],
473
+ "exports": [
474
+ {
475
+ "kind": "js",
476
+ "name": "FoundationLayoutItem",
477
+ "declaration": {
478
+ "name": "FoundationLayoutItem",
479
+ "module": "./layout-item"
480
+ }
481
+ },
482
+ {
483
+ "kind": "js",
484
+ "name": "FoundationLayoutRegion",
485
+ "declaration": {
486
+ "name": "FoundationLayoutRegion",
487
+ "module": "./layout-region"
488
+ }
489
+ },
490
+ {
491
+ "kind": "js",
492
+ "name": "FoundationLayout",
493
+ "declaration": {
494
+ "name": "FoundationLayout",
495
+ "module": "./layout-main"
496
+ }
497
+ },
498
+ {
499
+ "kind": "js",
500
+ "name": "layoutStyles",
501
+ "declaration": {
502
+ "name": "layoutStyles",
503
+ "module": "./layout-main"
504
+ }
505
+ },
506
+ {
507
+ "kind": "js",
508
+ "name": "layoutTemplate",
509
+ "declaration": {
510
+ "name": "layoutTemplate",
511
+ "module": "./layout-main"
512
+ }
513
+ },
514
+ {
515
+ "kind": "js",
516
+ "name": "*",
517
+ "declaration": {
518
+ "name": "*",
519
+ "package": "./layout-components"
520
+ }
521
+ }
522
+ ]
523
+ },
524
+ {
525
+ "kind": "javascript-module",
526
+ "path": "src/main/layout-components.ts",
527
+ "declarations": [
528
+ {
529
+ "kind": "variable",
530
+ "name": "foundationLayoutComponents",
531
+ "type": {
532
+ "text": "object"
533
+ },
534
+ "default": "{\n foundationLayout,\n foundationLayoutRegion,\n foundationLayoutItem,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n this[key]().register(container, ...rest);\n }\n },\n}",
535
+ "description": "Registration object to register the layout with your design system.",
536
+ "privacy": "public"
537
+ }
538
+ ],
539
+ "exports": [
540
+ {
541
+ "kind": "js",
542
+ "name": "foundationLayoutComponents",
543
+ "declaration": {
544
+ "name": "foundationLayoutComponents",
545
+ "module": "src/main/layout-components.ts"
546
+ }
547
+ }
548
+ ]
549
+ },
550
+ {
551
+ "kind": "javascript-module",
552
+ "path": "src/main/layout-item.ts",
553
+ "declarations": [
554
+ {
555
+ "kind": "class",
556
+ "description": "",
557
+ "name": "FoundationLayoutItem",
558
+ "members": [
559
+ {
560
+ "kind": "field",
561
+ "name": "title",
562
+ "type": {
563
+ "text": "string"
564
+ },
565
+ "description": "Sets the title of the item which is displayed on the tab.",
566
+ "privacy": "public"
567
+ },
568
+ {
569
+ "kind": "field",
570
+ "name": "closable",
571
+ "type": {
572
+ "text": "boolean"
573
+ },
574
+ "default": "false",
575
+ "description": "Boolean attribute controls whether the window can be closed in the GUI.\nDefaults to `false`.",
576
+ "privacy": "public"
577
+ },
578
+ {
579
+ "kind": "field",
580
+ "name": "size",
581
+ "type": {
582
+ "text": "string"
583
+ },
584
+ "description": "optional string describing the size of the new item (see the written documentation for more info)",
254
585
  "privacy": "public"
255
586
  },
256
587
  {
@@ -1036,337 +1367,6 @@
1036
1367
  }
1037
1368
  }
1038
1369
  ]
1039
- },
1040
- {
1041
- "kind": "javascript-module",
1042
- "path": "src/styles/constants.ts",
1043
- "declarations": [
1044
- {
1045
- "kind": "variable",
1046
- "name": "glVisualConfig",
1047
- "type": {
1048
- "text": "Omit<LayoutConfig, 'root'>"
1049
- },
1050
- "default": "{\n dimensions: {\n headerHeight: 38,\n borderWidth: 12,\n },\n header: {\n maximise: 'maximise',\n minimise: 'minimise',\n popout: false,\n },\n}"
1051
- },
1052
- {
1053
- "kind": "variable",
1054
- "name": "LAYOUT_ICONS",
1055
- "type": {
1056
- "text": "{\n renameSVG,\n maximiseSVG,\n minimiseSVG,\n closeSVG,\n tabDropdownSVG,\n}"
1057
- },
1058
- "default": "{\n renameSVG,\n maximiseSVG,\n minimiseSVG,\n closeSVG,\n tabDropdownSVG,\n}",
1059
- "description": "A collection of SVG icons in base64 format.",
1060
- "privacy": "public"
1061
- }
1062
- ],
1063
- "exports": [
1064
- {
1065
- "kind": "js",
1066
- "name": "glVisualConfig",
1067
- "declaration": {
1068
- "name": "glVisualConfig",
1069
- "module": "src/styles/constants.ts"
1070
- }
1071
- },
1072
- {
1073
- "kind": "js",
1074
- "name": "LAYOUT_ICONS",
1075
- "declaration": {
1076
- "name": "LAYOUT_ICONS",
1077
- "module": "src/styles/constants.ts"
1078
- }
1079
- }
1080
- ]
1081
- },
1082
- {
1083
- "kind": "javascript-module",
1084
- "path": "src/styles/dragging.styles.ts",
1085
- "declarations": [
1086
- {
1087
- "kind": "variable",
1088
- "name": "globalDraggingStyles",
1089
- "default": "`\n .lm_dragProxy .lm_content {\n box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);\n }\n .lm_dropTargetIndicator {\n box-shadow: inset 0 0 30px #000000;\n outline: 1px dashed #cccccc;\n transition: all 200ms ease;\n }\n .lm_dropTargetIndicator .lm_inner {\n background: var(${neutralFillStealthRest.cssCustomProperty});\n opacity: 0.2;\n }\n .lm_dragProxy.lm_left .lm_header,\n .lm_dragProxy.lm_right .lm_header {\n width: 20px;\n float: left;\n vertical-align: top;\n }\n .lm_dragProxy.lm_left .lm_header .lm_tabs,\n .lm_dragProxy.lm_right .lm_header .lm_tabs {\n transform-origin: left top;\n top: 0;\n width: 1000px;\n }\n .lm_dragProxy.lm_left .lm_header .lm_controls,\n .lm_dragProxy.lm_right .lm_header .lm_controls {\n bottom: 0;\n }\n .lm_dragProxy.lm_left .lm_items,\n .lm_dragProxy.lm_right .lm_items {\n float: left;\n }\n .lm_dragProxy.lm_left .lm_header .lm_tabs {\n transform: rotate(-90deg) scaleX(-1);\n left: 0;\n }\n .lm_dragProxy.lm_left .lm_header .lm_tabs .lm_tab {\n transform: scaleX(-1);\n margin-top: 1px;\n }\n .lm_dragProxy.lm_left .lm_header .lm_tabdropdown_list {\n top: initial;\n right: initial;\n left: 20px;\n }\n .lm_dragProxy.lm_right .lm_content {\n float: left;\n }\n .lm_dragProxy.lm_right .lm_header .lm_tabs {\n transform: rotate(90deg) scaleX(1);\n left: 100%;\n margin-left: 0;\n }\n .lm_dragProxy.lm_right .lm_header .lm_controls {\n left: 3px;\n }\n .lm_dragProxy.lm_right .lm_header .lm_tabdropdown_list {\n top: initial;\n right: 20px;\n }\n .lm_dragProxy.lm_bottom .lm_header .lm_tab {\n margin-top: 0;\n border-top: none;\n }\n .lm_dragProxy.lm_bottom .lm_header .lm_controls,\n .lm_stack.lm_bottom .lm_header .lm_controls {\n top: 3px;\n }\n .lm_dragProxy.lm_bottom .lm_header .lm_tabdropdown_list,\n .lm_stack.lm_bottom .lm_header .lm_tabdropdown_list {\n top: initial;\n bottom: 20px;\n }\n .lm_dragProxy {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 30;\n }\n .lm_dragProxy .lm_header {\n background: transparent;\n }\n .lm_dragProxy .lm_content {\n border-top: none;\n overflow: hidden;\n }\n .lm_dropTargetIndicator {\n display: none;\n position: absolute;\n z-index: 20;\n }\n .lm_dropTargetIndicator .lm_inner {\n width: 100%;\n height: 100%;\n position: relative;\n top: 0;\n left: 0;\n }\n .lm_transition_indicator {\n display: none;\n width: 20px;\n height: 20px;\n position: absolute;\n top: 0;\n left: 0;\n z-index: 20;\n }\n`",
1090
- "description": "This is defined as a string rather than a css template\nbecause it is applied to a CSSStyleSheet object rather than\nused as a FAST template"
1091
- }
1092
- ],
1093
- "exports": [
1094
- {
1095
- "kind": "js",
1096
- "name": "globalDraggingStyles",
1097
- "declaration": {
1098
- "name": "globalDraggingStyles",
1099
- "module": "src/styles/dragging.styles.ts"
1100
- }
1101
- }
1102
- ]
1103
- },
1104
- {
1105
- "kind": "javascript-module",
1106
- "path": "src/styles/index.ts",
1107
- "declarations": [],
1108
- "exports": [
1109
- {
1110
- "kind": "js",
1111
- "name": "*",
1112
- "declaration": {
1113
- "name": "*",
1114
- "package": "./constants"
1115
- }
1116
- },
1117
- {
1118
- "kind": "js",
1119
- "name": "*",
1120
- "declaration": {
1121
- "name": "*",
1122
- "package": "./dragging.styles"
1123
- }
1124
- },
1125
- {
1126
- "kind": "js",
1127
- "name": "*",
1128
- "declaration": {
1129
- "name": "*",
1130
- "package": "./layout.styles"
1131
- }
1132
- }
1133
- ]
1134
- },
1135
- {
1136
- "kind": "javascript-module",
1137
- "path": "src/styles/layout.styles.ts",
1138
- "declarations": [
1139
- {
1140
- "kind": "variable",
1141
- "name": "layoutStyles",
1142
- "default": "css`\n ${containerStyles}\n ${loadingSpinnerStyles}\n\n .lm_goldenlayout {\n padding: 1px;\n background: ${neutralLayer1};\n border-radius: calc(${controlCornerRadius} * 1.5px);\n }\n\n .lm_stack.lm_item {\n background-color: ${neutralLayer4};\n border-radius: calc(${controlCornerRadius} * 1.5px);\n }\n .lm_maximised .lm_header {\n background-color: ${neutralLayer4};\n border-radius: calc(${controlCornerRadius} * 1.5px);\n position: unset;\n }\n\n .lm_maximised .lm_header .lm_tabs {\n z-index: 3;\n }\n\n .lm_content {\n background-color: ${neutralLayer3};\n border-radius: calc(${controlCornerRadius} * 1.5px);\n border: 1px solid;\n border-color: #2e3339;\n box-sizing: border-box;\n }\n\n .lm-header {\n z-index: 1;\n }\n .lm_header .lm_tabs {\n padding: 0 16px;\n }\n\n .lm_stack > .lm_items {\n z-index: 2;\n box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.35);\n }\n\n .lm_header .lm_tab.lm_active.lm_focused {\n background-color: ${neutralLayer3};\n }\n .lm_header .lm_tab.lm_active {\n background-color: ${neutralLayer3};\n border: 1px solid;\n border-color: #2e3339;\n border-bottom: 0;\n color: ${accentFillRest};\n }\n\n .lm_header .lm_tab {\n align-items: center;\n background-color: ${neutralLayer4};\n border: 1px solid;\n border-bottom-color: #2e3339;\n border-bottom: 0px solid;\n border-color: rgba(0, 0, 0, 0.35);\n border-radius: calc(${controlCornerRadius} * 1.5px) calc(${controlCornerRadius} * 1.5px) 0 0;\n box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.35);\n color: rgba(255, 255, 255, 0.3);\n display: flex;\n font-family: inherit;\n font-size: 13px;\n font-weight: 700;\n height: 30px;\n margin-right: 2px;\n margin-top: 3px;\n padding: 2px 16px;\n }\n\n .lm_header .lm_tab:not(.lm_active):hover {\n background-color: rgba(255, 255, 255, 0.1);\n color: #f1f1f1;\n }\n\n .lm_header .lm_controls {\n top: 4px;\n display: flex;\n }\n .lm_header .lm_controls > * {\n width: 30px;\n height: 30px;\n background-repeat: no-repeat;\n background-position: center;\n background-size: 16px;\n background-color: rgba(255, 255, 255, 0.03);\n border-radius: calc(${controlCornerRadius} * 1.5px);\n margin-right: 4px;\n top: 3px;\n opacity: 1;\n }\n .lm_header .lm_controls > *:hover {\n background-color: rgba(255, 255, 255, 0.1);\n cursor: pointer;\n }\n\n .lm_controls .lm_maximise {\n background-image: url('${LAYOUT_ICONS.maximiseSVG}');\n }\n .lm_maximised .lm_controls .lm_maximise {\n background-image: url('${LAYOUT_ICONS.minimiseSVG}');\n }\n .lm_controls .lm_close {\n background-image: url('${LAYOUT_ICONS.closeSVG}');\n }\n .lm_header .lm_tab .lm_close_tab {\n background-image: url('${LAYOUT_ICONS.closeSVG}');\n background-size: 10px;\n background-repeat: no-repeat;\n margin-left: 12px;\n position: relative;\n top: 0;\n right: 0;\n }\n\n .lm_header .lm_tab.lm_active {\n padding: 4px 25px 3px 10px;\n }\n\n .lm_header .lm_tab:not(.lm_active) .lm_title {\n color: ${accentFillRest};\n opacity: 0.7;\n }\n\n .lm_header .lm_controls .lm_tabdropdown::before {\n content: none;\n }\n .lm_header .lm_controls .lm_tabdropdown {\n background-image: url('${LAYOUT_ICONS.tabDropdownSVG}');\n }\n .lm_header .lm_tabdropdown_list {\n top: 38px;\n right: 108px;\n background-color: ${neutralLayer3};\n border: 1px solid;\n border-color: #2e3339;\n border-radius: calc(${controlCornerRadius} * 1.5px);\n box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);\n }\n .lm_header .lm_tabdropdown_list > .lm_tab {\n box-shadow: none;\n padding: 0 16px;\n white-space: nowrap;\n background-color: transparent;\n color: #c9c9c9;\n height: 36px;\n border-radius: 0;\n overflow: visible;\n text-overflow: normal;\n }\n .lm_header .lm_tabdropdown_list > .lm_tab:last-child {\n border-bottom: 0;\n }\n\n /* gl base styles start */\n .lm_root {\n position: relative;\n }\n .lm_row > .lm_item {\n float: left;\n }\n .lm_content {\n overflow: hidden;\n position: relative;\n }\n .lm_dragging,\n .lm_dragging * {\n cursor: move !important;\n user-select: none;\n }\n .lm_maximised {\n left: 0;\n padding: 1px;\n position: absolute;\n top: 0;\n z-index: 40;\n }\n .lm_maximise_placeholder {\n display: none;\n }\n .lm_splitter {\n position: relative;\n z-index: 20;\n }\n .lm_splitter:hover,\n .lm_splitter.lm_dragging {\n background: ${accentFillRest};\n border-radius: calc(${controlCornerRadius} * 4px);\n }\n .lm_splitter.lm_vertical .lm_drag_handle {\n width: 100%;\n height: 15px;\n position: absolute;\n top: -5px;\n cursor: ns-resize;\n }\n .lm_splitter.lm_horizontal {\n float: left;\n height: 100%;\n }\n .lm_splitter.lm_horizontal .lm_drag_handle {\n width: 15px;\n height: 100%;\n position: absolute;\n left: -5px;\n cursor: ew-resize;\n }\n .lm_header {\n overflow: visible;\n position: relative;\n z-index: 1;\n }\n .lm_header [class^='lm_'] {\n box-sizing: content-box !important;\n }\n .lm_header .lm_controls {\n position: absolute;\n right: 3px;\n }\n .lm_header .lm_controls > li {\n cursor: pointer;\n float: left;\n width: 18px;\n height: 18px;\n text-align: center;\n }\n .lm_header ul {\n margin: 0;\n padding: 0;\n list-style-type: none;\n }\n .lm_header .lm_tabs {\n position: absolute;\n }\n .lm_header .lm_tab {\n cursor: pointer;\n float: left;\n margin-top: 1px;\n padding: 3px 25px 3px 10px;\n position: relative;\n }\n .lm_header .lm_tab i {\n width: 2px;\n height: 19px;\n position: absolute;\n }\n .lm_header .lm_tab i.lm_left {\n top: 0;\n left: -2px;\n }\n .lm_header .lm_tab i.lm_right {\n top: 0;\n right: -2px;\n }\n .lm_header .lm_tab .lm_title {\n display: inline-block;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n .lm_header .lm_tab .lm_title:only-child {\n padding-left: 10px;\n }\n .lm_header .lm_tab .lm_close_tab {\n width: 14px;\n height: 14px;\n position: absolute;\n top: 11px;\n right: 0;\n text-align: center;\n }\n .lm_stack.lm_left .lm_header,\n .lm_stack.lm_right .lm_header {\n height: 100%;\n }\n .lm_dragProxy.lm_left .lm_header,\n .lm_dragProxy.lm_right .lm_header,\n .lm_stack.lm_left .lm_header,\n .lm_stack.lm_right .lm_header {\n width: 20px;\n float: left;\n vertical-align: top;\n }\n .lm_dragProxy.lm_left .lm_header .lm_tabs,\n .lm_dragProxy.lm_right .lm_header .lm_tabs,\n .lm_stack.lm_left .lm_header .lm_tabs,\n .lm_stack.lm_right .lm_header .lm_tabs {\n transform-origin: left top;\n top: 0;\n width: 1000px;\n }\n .lm_dragProxy.lm_left .lm_header .lm_controls,\n .lm_dragProxy.lm_right .lm_header .lm_controls,\n .lm_stack.lm_left .lm_header .lm_controls,\n .lm_stack.lm_right .lm_header .lm_controls {\n bottom: 0;\n }\n .lm_dragProxy.lm_left .lm_items,\n .lm_dragProxy.lm_right .lm_items,\n .lm_stack.lm_left .lm_items,\n .lm_stack.lm_right .lm_items {\n float: left;\n }\n .lm_dragProxy.lm_left .lm_header .lm_tabs,\n .lm_stack.lm_left .lm_header .lm_tabs {\n transform: rotate(-90deg) scaleX(-1);\n left: 0;\n }\n .lm_dragProxy.lm_left .lm_header .lm_tabs .lm_tab,\n .lm_stack.lm_left .lm_header .lm_tabs .lm_tab {\n transform: scaleX(-1);\n margin-top: 1px;\n }\n .lm_dragProxy.lm_left .lm_header .lm_tabdropdown_list,\n .lm_stack.lm_left .lm_header .lm_tabdropdown_list {\n top: initial;\n right: initial;\n left: 20px;\n }\n .lm_dragProxy.lm_right .lm_content {\n float: left;\n }\n .lm_dragProxy.lm_right .lm_header .lm_tabs,\n .lm_stack.lm_right .lm_header .lm_tabs {\n transform: rotate(90deg) scaleX(1);\n left: 100%;\n margin-left: 0;\n }\n .lm_dragProxy.lm_right .lm_header .lm_controls,\n .lm_stack.lm_right .lm_header .lm_controls {\n left: 3px;\n }\n .lm_dragProxy.lm_right .lm_header .lm_tabdropdown_list,\n .lm_stack.lm_right .lm_header .lm_tabdropdown_list {\n top: initial;\n right: 20px;\n }\n .lm_dragProxy.lm_bottom .lm_header .lm_tab,\n .lm_stack.lm_bottom .lm_header .lm_tab {\n margin-top: 0;\n border-top: none;\n }\n .lm_dragProxy.lm_bottom .lm_header .lm_controls,\n .lm_stack.lm_bottom .lm_header .lm_controls {\n top: 3px;\n }\n .lm_dragProxy.lm_bottom .lm_header .lm_tabdropdown_list,\n .lm_stack.lm_bottom .lm_header .lm_tabdropdown_list {\n top: initial;\n bottom: 20px;\n }\n .lm_drop_tab_placeholder {\n float: left;\n width: 100px;\n height: 10px;\n visibility: hidden;\n }\n .lm_header .lm_tabdropdown_list {\n position: absolute;\n top: 20px;\n right: 0;\n z-index: 5;\n overflow: hidden;\n }\n .lm_header .lm_tabdropdown_list .lm_tab {\n clear: both;\n padding-right: 10px;\n margin: 0;\n }\n .lm_header .lm_tabdropdown_list .lm_tab .lm_title {\n width: 100px;\n }\n .lm_header .lm_tabdropdown_list .lm_close_tab {\n display: none !important;\n }\n .lm_dragProxy {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 30;\n }\n .lm_dragProxy .lm_header {\n background: transparent;\n }\n .lm_dragProxy .lm_content {\n border-top: none;\n overflow: hidden;\n }\n .lm_dropTargetIndicator {\n display: none;\n position: absolute;\n z-index: 20;\n }\n .lm_dropTargetIndicator .lm_inner {\n width: 100%;\n height: 100%;\n position: relative;\n top: 0;\n left: 0;\n }\n .lm_transition_indicator {\n display: none;\n width: 20px;\n height: 20px;\n position: absolute;\n top: 0;\n left: 0;\n z-index: 20;\n }\n .lm_popin {\n width: 20px;\n height: 20px;\n position: absolute;\n bottom: 0;\n right: 0;\n z-index: 9999;\n }\n .lm_popin > * {\n width: 100%;\n height: 100%;\n position: absolute;\n top: 0;\n left: 0;\n }\n .lm_popin > .lm_bg {\n z-index: 10;\n }\n .lm_popin > .lm_icon {\n z-index: 20;\n } /*# sourceMappingURL=goldenlayout-base.css.map */\n`",
1143
- "description": "`ElementStyles` which defines the css for FoundationLayout.",
1144
- "privacy": "public"
1145
- }
1146
- ],
1147
- "exports": [
1148
- {
1149
- "kind": "js",
1150
- "name": "layoutStyles",
1151
- "declaration": {
1152
- "name": "layoutStyles",
1153
- "module": "src/styles/layout.styles.ts"
1154
- }
1155
- }
1156
- ]
1157
- },
1158
- {
1159
- "kind": "javascript-module",
1160
- "path": "src/utils/constants.ts",
1161
- "declarations": [
1162
- {
1163
- "kind": "variable",
1164
- "name": "DEFAULT_RELOAD_BUFFER",
1165
- "type": {
1166
- "text": "number"
1167
- },
1168
- "default": "500",
1169
- "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.",
1170
- "privacy": "public"
1171
- }
1172
- ],
1173
- "exports": [
1174
- {
1175
- "kind": "js",
1176
- "name": "DEFAULT_RELOAD_BUFFER",
1177
- "declaration": {
1178
- "name": "DEFAULT_RELOAD_BUFFER",
1179
- "module": "src/utils/constants.ts"
1180
- }
1181
- }
1182
- ]
1183
- },
1184
- {
1185
- "kind": "javascript-module",
1186
- "path": "src/utils/error.ts",
1187
- "declarations": [
1188
- {
1189
- "kind": "class",
1190
- "description": "",
1191
- "name": "LayoutUsageError",
1192
- "superclass": {
1193
- "name": "Error",
1194
- "module": "src/utils/error.ts"
1195
- }
1196
- },
1197
- {
1198
- "kind": "class",
1199
- "description": "",
1200
- "name": "LayoutRegistrationError",
1201
- "superclass": {
1202
- "name": "Error",
1203
- "module": "src/utils/error.ts"
1204
- }
1205
- }
1206
- ],
1207
- "exports": [
1208
- {
1209
- "kind": "js",
1210
- "name": "LayoutUsageError",
1211
- "declaration": {
1212
- "name": "LayoutUsageError",
1213
- "module": "src/utils/error.ts"
1214
- }
1215
- },
1216
- {
1217
- "kind": "js",
1218
- "name": "LayoutRegistrationError",
1219
- "declaration": {
1220
- "name": "LayoutRegistrationError",
1221
- "module": "src/utils/error.ts"
1222
- }
1223
- }
1224
- ]
1225
- },
1226
- {
1227
- "kind": "javascript-module",
1228
- "path": "src/utils/events.ts",
1229
- "declarations": [
1230
- {
1231
- "kind": "variable",
1232
- "name": "LayoutEmitEvents",
1233
- "type": {
1234
- "text": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}"
1235
- },
1236
- "default": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}",
1237
- "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",
1238
- "privacy": "public"
1239
- },
1240
- {
1241
- "kind": "variable",
1242
- "name": "LayoutReceiveEvents",
1243
- "type": {
1244
- "text": "{\n changeTitle: 'change-title',\n autosave: 'autosave',\n}"
1245
- },
1246
- "default": "{\n changeTitle: 'change-title',\n autosave: 'autosave',\n}",
1247
- "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.",
1248
- "privacy": "public"
1249
- }
1250
- ],
1251
- "exports": [
1252
- {
1253
- "kind": "js",
1254
- "name": "LayoutEmitEvents",
1255
- "declaration": {
1256
- "name": "LayoutEmitEvents",
1257
- "module": "src/utils/events.ts"
1258
- }
1259
- },
1260
- {
1261
- "kind": "js",
1262
- "name": "LayoutReceiveEvents",
1263
- "declaration": {
1264
- "name": "LayoutReceiveEvents",
1265
- "module": "src/utils/events.ts"
1266
- }
1267
- }
1268
- ]
1269
- },
1270
- {
1271
- "kind": "javascript-module",
1272
- "path": "src/utils/index.ts",
1273
- "declarations": [],
1274
- "exports": [
1275
- {
1276
- "kind": "js",
1277
- "name": "*",
1278
- "declaration": {
1279
- "name": "*",
1280
- "package": "./constants"
1281
- }
1282
- },
1283
- {
1284
- "kind": "js",
1285
- "name": "*",
1286
- "declaration": {
1287
- "name": "*",
1288
- "package": "./error"
1289
- }
1290
- },
1291
- {
1292
- "kind": "js",
1293
- "name": "*",
1294
- "declaration": {
1295
- "name": "*",
1296
- "package": "./events"
1297
- }
1298
- },
1299
- {
1300
- "kind": "js",
1301
- "name": "*",
1302
- "declaration": {
1303
- "name": "*",
1304
- "package": "./misc"
1305
- }
1306
- },
1307
- {
1308
- "kind": "js",
1309
- "name": "*",
1310
- "declaration": {
1311
- "name": "*",
1312
- "package": "./templates"
1313
- }
1314
- },
1315
- {
1316
- "kind": "js",
1317
- "name": "*",
1318
- "declaration": {
1319
- "name": "*",
1320
- "package": "./types"
1321
- }
1322
- },
1323
- {
1324
- "kind": "js",
1325
- "name": "*",
1326
- "declaration": {
1327
- "name": "*",
1328
- "package": "./error"
1329
- }
1330
- }
1331
- ]
1332
- },
1333
- {
1334
- "kind": "javascript-module",
1335
- "path": "src/utils/logger.ts",
1336
- "declarations": [
1337
- {
1338
- "kind": "variable",
1339
- "name": "logger"
1340
- }
1341
- ],
1342
- "exports": [
1343
- {
1344
- "kind": "js",
1345
- "name": "logger",
1346
- "declaration": {
1347
- "name": "logger",
1348
- "module": "src/utils/logger.ts"
1349
- }
1350
- }
1351
- ]
1352
- },
1353
- {
1354
- "kind": "javascript-module",
1355
- "path": "src/utils/misc.ts",
1356
- "declarations": [],
1357
- "exports": []
1358
- },
1359
- {
1360
- "kind": "javascript-module",
1361
- "path": "src/utils/templates.ts",
1362
- "declarations": [],
1363
- "exports": []
1364
- },
1365
- {
1366
- "kind": "javascript-module",
1367
- "path": "src/utils/types.ts",
1368
- "declarations": [],
1369
- "exports": []
1370
1370
  }
1371
1371
  ]
1372
1372
  }
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.96.0",
4
+ "version": "14.96.1",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-layout.d.ts",
@@ -27,15 +27,15 @@
27
27
  "test:debug": "genx test --debug"
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.96.0",
31
- "@genesislcap/genx": "14.96.0",
30
+ "@genesislcap/foundation-testing": "14.96.1",
31
+ "@genesislcap/genx": "14.96.1",
32
32
  "rimraf": "^3.0.2"
33
33
  },
34
34
  "dependencies": {
35
35
  "@genesis-community/golden-layout": "^2.10.1",
36
- "@genesislcap/foundation-comms": "14.96.0",
37
- "@genesislcap/foundation-logger": "14.96.0",
38
- "@genesislcap/foundation-utils": "14.96.0",
36
+ "@genesislcap/foundation-comms": "14.96.1",
37
+ "@genesislcap/foundation-logger": "14.96.1",
38
+ "@genesislcap/foundation-utils": "14.96.1",
39
39
  "@microsoft/fast-components": "^2.21.3",
40
40
  "@microsoft/fast-element": "^1.7.0",
41
41
  "@microsoft/fast-foundation": "^2.33.2",
@@ -50,5 +50,5 @@
50
50
  "access": "public"
51
51
  },
52
52
  "customElements": "dist/custom-elements.json",
53
- "gitHead": "65b7a0ee750748ce8a8a5ac374e56fd50623118e"
53
+ "gitHead": "48d09fe0db8cfe16fa806a5f098a0fb0405ffcbb"
54
54
  }