@interopio/desktop 6.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/changelog.md +293 -0
- package/desktop.d.ts +7132 -0
- package/dist/desktop.browser.js +20876 -0
- package/dist/desktop.browser.js.map +1 -0
- package/dist/desktop.browser.min.js +2 -0
- package/dist/desktop.browser.min.js.map +1 -0
- package/dist/desktop.es.js +20868 -0
- package/dist/desktop.es.js.map +1 -0
- package/dist/desktop.umd.js +20876 -0
- package/dist/desktop.umd.js.map +1 -0
- package/dist/desktop.umd.min.js +2 -0
- package/dist/desktop.umd.min.js.map +1 -0
- package/package.json +74 -0
- package/readme.md +56 -0
package/changelog.md
ADDED
|
@@ -0,0 +1,293 @@
|
|
|
1
|
+
6.0.0
|
|
2
|
+
- chore: Rebranding to interop.io
|
|
3
|
+
- fix: layouts - check for old methods for calling the new ones
|
|
4
|
+
- fix: notifications - click interop method doesn't work if the raiser is closed
|
|
5
|
+
5.23.1
|
|
6
|
+
- fix: windows - update types for DialogResult
|
|
7
|
+
- fix: windows - autoSave is optional in ExitOpts interface
|
|
8
|
+
- fix: channels - subscribe throws error in particular case
|
|
9
|
+
- fix: notifications - click action is working even if the raiser of the notification is closed
|
|
10
|
+
- fix: notifications - expose toasts option in the configure method
|
|
11
|
+
5.23.0
|
|
12
|
+
- fix: intents - fix for intents resolver to work from a hidden window
|
|
13
|
+
- fix: notifications - add validation when raising a notification - severity, panelExpiry and toastExpiry
|
|
14
|
+
- feat: notifications - more advanced API for notifications
|
|
15
|
+
- feat: windows - new dialog type - SingleInputDialog
|
|
16
|
+
- fix: windows - new dialog options - timerDuration and showTimer
|
|
17
|
+
- fix: windows - onClosing, onRefreshing, onNavigating should check if the window is type of Electron
|
|
18
|
+
- chore: update documentation
|
|
19
|
+
- chore: migrate from tslint to eslint
|
|
20
|
+
5.22.1
|
|
21
|
+
- fix: channels - contexts subscribe callback is not invoked when joined to a channel and refreshing the page
|
|
22
|
+
- chore: update: latest core@5.11.0 - use lodash for deep clone of context objects
|
|
23
|
+
5.22.0
|
|
24
|
+
- feat: windows - new methods in groups - hibernate, resume, isHibernated, onHibernated, onResumed
|
|
25
|
+
- feat: windows - new methods in groups - show, hide, isVisible
|
|
26
|
+
- fix: windows - frameButtons property returns sorted buttons
|
|
27
|
+
- fix: windows - sometimes window if not fully populated when listening for onWindowGotFocus/onWindowLostFocus events
|
|
28
|
+
- feat: layouts - new method - forceRefresh
|
|
29
|
+
- bug: layouts - onAdded called when the layout is already added after a machine resumes
|
|
30
|
+
- fix: layouts - timeouts increased for layout operations
|
|
31
|
+
- bug: appManager - instances collections was wrong after a machine resumes
|
|
32
|
+
- bug: contexts - subscribe update is missed in the case of set(),get(),set()
|
|
33
|
+
- bug: config - passing channels: false in config does not disable channels
|
|
34
|
+
- chore: update: latest core@5.10.3
|
|
35
|
+
- chore: update: latest schemas@3.20.0
|
|
36
|
+
5.21.1
|
|
37
|
+
- fix: intents - add optional 'timeout' and 'waitUserResponseIndefinitely' props in IntentRequest
|
|
38
|
+
5.21.0
|
|
39
|
+
- feat: windows - extended placement options
|
|
40
|
+
- fix: notifications - glue desktop notifications panel is visible check doesn't work
|
|
41
|
+
- fix: applications and layouts are listed multiple times in vnext lp after going into
|
|
42
|
+
5.20.1
|
|
43
|
+
- fix: intents - context.data should not be required
|
|
44
|
+
5.20.0
|
|
45
|
+
- feat: appManager - new property - myApplication
|
|
46
|
+
- feat: windows - new method - flashTab
|
|
47
|
+
- bug: windows - agmInstance now returns fully qualified instance object
|
|
48
|
+
- chore: config - activities is set to false when running in Node.Js
|
|
49
|
+
- chore: update: latest core@5.9.0
|
|
50
|
+
- chore: update: latest schemas@3.19.0
|
|
51
|
+
5.19.1
|
|
52
|
+
- bug: windows - DialogMode and DialogType should be const enums
|
|
53
|
+
- bug: windows - onTitleChanged triggers twice
|
|
54
|
+
- bug: layouts - layout store should be cleared after receiving the snapshot - reconnection
|
|
55
|
+
- bug: appManager - appManager.instances now returns a copy of the array
|
|
56
|
+
5.19.0
|
|
57
|
+
- feat: windows - new method showDialog - showing dialog
|
|
58
|
+
- feat: windows - new method startDrag - native file and drop
|
|
59
|
+
- feat: windows - prevent closing - onClosing
|
|
60
|
+
- feat: windows - add new option in snap method - autoAlign
|
|
61
|
+
- feat: windows - add new option in setOnTop method - "always"
|
|
62
|
+
- bug: windows - glue.window.open triggers onTitleChanged twice
|
|
63
|
+
- bug: windows - fix center method
|
|
64
|
+
- bug: channels - fix initialization race
|
|
65
|
+
- feat: channels - add new method remove - removes a channel
|
|
66
|
+
- chore: types - update typings around layouts
|
|
67
|
+
- feat: notifications - events work
|
|
68
|
+
- bug: notifications - fix when raising multiple notification at same time
|
|
69
|
+
- feat: intents - extend start context passed to intents resolver
|
|
70
|
+
- bug: intents - fix handler type returned from raise method of Intents API
|
|
71
|
+
- bug: intents - remove window focusing when a handler is chosen
|
|
72
|
+
5.18.2
|
|
73
|
+
- chore: types - update typings around intent resolver
|
|
74
|
+
5.18.1
|
|
75
|
+
- chore: types - update typings around intent resolver
|
|
76
|
+
5.18.0
|
|
77
|
+
- feat: appManager - application.getConfiguration and appManager.getConfigurations methods added
|
|
78
|
+
5.17.0
|
|
79
|
+
- feat: windows - new methods around groups (onGroupAdded/onGroupRemoved and waitForGroup)
|
|
80
|
+
5.16.1
|
|
81
|
+
- fix: intents - add typings for resolver. Update resolver closing when it sends an invalid response
|
|
82
|
+
5.16.0
|
|
83
|
+
- feat: core - raise browser event when the initialization is complete
|
|
84
|
+
- feat: intents extra features to support intent resolver
|
|
85
|
+
- bugfix: windows - if a jump list category is removed for one instance it stops-working-for to v5
|
|
86
|
+
5.15.0
|
|
87
|
+
- feat: appManager - typings new property called keywords added
|
|
88
|
+
- feat: windows - goBack, goForward methods added
|
|
89
|
+
- feat: windows - added support for post data when loading url
|
|
90
|
+
- bug: channels - replay channels data
|
|
91
|
+
- bug: windows - window closing event not working inside a node app
|
|
92
|
+
- bug: windows - center method is not working when on a different resolution
|
|
93
|
+
5.14.5
|
|
94
|
+
- fix: typings updates
|
|
95
|
+
5.14.4
|
|
96
|
+
- fix: windows - get window.application in NodeJS
|
|
97
|
+
5.14.3
|
|
98
|
+
- update: latest core@5.7.4
|
|
99
|
+
5.14.2
|
|
100
|
+
- fix: notifications - fix for subscribing to not. actions in node env
|
|
101
|
+
- fix: notifications - support -1 for expiry
|
|
102
|
+
- fix: intents - fix race condition in addIntentsListener method
|
|
103
|
+
5.14.1
|
|
104
|
+
- fix: notifications - fix for subscribing to not. actions in node env
|
|
105
|
+
5.14.0
|
|
106
|
+
- feat: notifications - add configure method
|
|
107
|
+
5.13.0
|
|
108
|
+
- feat: windows - added window.joinChannel and window.leaveChannel methods
|
|
109
|
+
- feat: cookies - new API that allows cookies manipulation
|
|
110
|
+
- fix: windows - autoSaveContext is not working when when you pass specific layout types
|
|
111
|
+
- fix: channels - subscribe() does not invoke the callback when deselecting a channel
|
|
112
|
+
5.12.1
|
|
113
|
+
- fix: fixed a bug that prevents window.navigate in Node env
|
|
114
|
+
5.12.0
|
|
115
|
+
- feat: windows - add onNavigating event for each window
|
|
116
|
+
- fix: fixed Glue.calls that tracks the calls to the factory function
|
|
117
|
+
- update: core@5.7.2
|
|
118
|
+
5.11.2
|
|
119
|
+
- feat: windows - expose frameId on GDWindow
|
|
120
|
+
- feat: windows - new window mode - "frameless"
|
|
121
|
+
- feat: notifications - add panelExpiry property to notifications
|
|
122
|
+
- fix: windows - frameButtons collection disappears after window refresh
|
|
123
|
+
- fix: appManager - onAvailable/onUnavailable now works
|
|
124
|
+
- fix: appManager - onInstanceStarted/onInstanceStopped returns unsubscribe function
|
|
125
|
+
5.10.2
|
|
126
|
+
- fix: displays - add x and y in the display object
|
|
127
|
+
5.10.1
|
|
128
|
+
- update: core@5.6.3
|
|
129
|
+
- fix: windows - ignoreFromLayouts can be passed when creating a window
|
|
130
|
+
- fix: layouts - autoSaveWindowContext option
|
|
131
|
+
5.10.0
|
|
132
|
+
- update: core@5.6.2
|
|
133
|
+
- fix: preferences - clearFor
|
|
134
|
+
- fix: windows - glue.windows.my().setContext was not replacing the context (G4E-4906)
|
|
135
|
+
- feat: layouts - new options
|
|
136
|
+
5.9.0
|
|
137
|
+
- update: core@5.6.1
|
|
138
|
+
- preferences: subscribe & subscribeFor added (depends on Glue42 3.14)
|
|
139
|
+
- appManager: onShuttingDown hook now allows preventing shut down (depends on Glue42 3.14)
|
|
140
|
+
5.8.0
|
|
141
|
+
- feat: windows - autoSaveContext to support layout types
|
|
142
|
+
5.7.6
|
|
143
|
+
- update: core@5.5.0
|
|
144
|
+
5.7.5
|
|
145
|
+
- fix: added autoSaveWindowContext to layouts config
|
|
146
|
+
5.7.4
|
|
147
|
+
- update: core@5.4.14
|
|
148
|
+
5.7.3
|
|
149
|
+
- chore: d.ts update around displays (added onDisplayChanged)
|
|
150
|
+
5.7.2
|
|
151
|
+
- update: core@5.4.12
|
|
152
|
+
5.7.1
|
|
153
|
+
- chore: d.ts update
|
|
154
|
+
5.7.0
|
|
155
|
+
- feat: notification API extensions
|
|
156
|
+
- feat: added a new getWindow() async method to app instance; deprecated instance.window method
|
|
157
|
+
5.6.5
|
|
158
|
+
- chore: d.ts update wrt exit and restart methods
|
|
159
|
+
5.6.4
|
|
160
|
+
- fix: windows - extend place functionality (G4E-4392)
|
|
161
|
+
- update: core@5.4.9
|
|
162
|
+
5.6.3
|
|
163
|
+
- update: core@5.4.8
|
|
164
|
+
5.6.2
|
|
165
|
+
- chore: update d.ts
|
|
166
|
+
5.6.1
|
|
167
|
+
- feat: window.configure method
|
|
168
|
+
5.6.0
|
|
169
|
+
- feat: application preferences API added
|
|
170
|
+
5.5.10
|
|
171
|
+
- fix: windows - after reconnect if the window object is already created, update its internal fields instead of re-creating it
|
|
172
|
+
5.5.9
|
|
173
|
+
- fix: channels - get initial channel from glue42gd object (G4E-4252)
|
|
174
|
+
- fix: activities - activity peer navigation support
|
|
175
|
+
5.5.8
|
|
176
|
+
- chore: switch license to MIT
|
|
177
|
+
5.5.7
|
|
178
|
+
- improvements: windows (G4E-3908)
|
|
179
|
+
- update: core@5.4.2
|
|
180
|
+
5.5.6
|
|
181
|
+
- fix: layouts - export layout name param fix
|
|
182
|
+
- fix: intents -change internal formats (G4E-3781)
|
|
183
|
+
- update: core@5.4.1
|
|
184
|
+
5.5.5
|
|
185
|
+
- fix: app manager - waitForAGMReady flag was flipped
|
|
186
|
+
5.5.4
|
|
187
|
+
- fix: app manager - do not default waitForAGMReady to true
|
|
188
|
+
5.5.3
|
|
189
|
+
- fix: typings update - themes API, layout restore splash
|
|
190
|
+
5.5.2
|
|
191
|
+
- fix: typings update - change layouts to be on par with core
|
|
192
|
+
5.5.1
|
|
193
|
+
- fix: typings update - change app definition type to string (core compatibility)
|
|
194
|
+
5.5.0
|
|
195
|
+
- feat: appManager: import/export apps to in-memory store (G4E-3802)
|
|
196
|
+
- fix: windows: maximize/restore group methods (G4E-3893)
|
|
197
|
+
- fix: windows: expose onNeighboursChanged event (G4E-3891)
|
|
198
|
+
- update: core@5.4.0
|
|
199
|
+
5.4.2
|
|
200
|
+
- fix: improve logic around reusing glue, when factory function is called multiple times
|
|
201
|
+
5.4.1
|
|
202
|
+
- update: workspaces-api@1.3.0
|
|
203
|
+
5.4.0
|
|
204
|
+
- feat: appManager: provide shutdown hook - G4E-3679
|
|
205
|
+
- feat: windows: place method added - allows placing windows on pre-defined locations (e.g. topmost center) and optionally snap it there
|
|
206
|
+
- feat: windows: ungroup method added - ungroups a window from a group
|
|
207
|
+
- feat: windows: option to turn on/off stickiness globally (glue.windows.configure({sticky:false})) and per window (window.setSticky(false))
|
|
208
|
+
- feat: layouts: added get, getAll methods; added extra param to export method
|
|
209
|
+
- fix: layouts: include displays in exported layouts;
|
|
210
|
+
- update: core@5.2.7
|
|
211
|
+
5.3.2
|
|
212
|
+
- update: core@5.2.6
|
|
213
|
+
- update: callback-registry@2.7.1
|
|
214
|
+
5.3.1
|
|
215
|
+
- feat: windows - enable/disable sticky-ness globally and per window (G4E-3279)
|
|
216
|
+
- feat: windows - add print and printToPDF methods to window object (G4E-210)
|
|
217
|
+
- fix: windows - flash does not work if a glue app is focused (G4E-2939)
|
|
218
|
+
- fix: appManager - glue.appManager API inconsistency - activity information(G4E-3242)
|
|
219
|
+
- update: core@5.2.5
|
|
220
|
+
5.2.4
|
|
221
|
+
- fix: intents - failing with dynamic intents
|
|
222
|
+
5.2.3
|
|
223
|
+
- fix: intents - add applicationTitle and applicationDescription props to intent handler object
|
|
224
|
+
5.2.2
|
|
225
|
+
- fix: intents - add caption and icon to intent handler object
|
|
226
|
+
5.2.1
|
|
227
|
+
- update: core@5.2.3
|
|
228
|
+
5.2.0
|
|
229
|
+
- feat: intents API refactoring (G4E-3189)
|
|
230
|
+
- feat: createStackedWindows support (G4E-1865)
|
|
231
|
+
- feat: allow apps to store data in application default layout (G4E-3292)
|
|
232
|
+
- feat: track instances and return the first instance on initialization when running in GD
|
|
233
|
+
- fix: activityOwnerInstance throws Maximum call stack size exceeded (G4E-3045)
|
|
234
|
+
- update: core@5.2.2
|
|
235
|
+
5.1.4
|
|
236
|
+
- fix: themes API is not available immediately after init (G4E-3090)
|
|
237
|
+
- fix: windows lib should resolve after receiving the snapshot (G4E-3108)
|
|
238
|
+
5.1.3
|
|
239
|
+
- fix: channels.join now changes the channel selector (G4E-3051)
|
|
240
|
+
- update: core@5.0.7
|
|
241
|
+
5.1.2
|
|
242
|
+
- npm: bump latest to 5.*
|
|
243
|
+
5.1.1
|
|
244
|
+
- bugfix: fetch application instance context from windows lib (if app-manager is not fully enabled)
|
|
245
|
+
5.1.0
|
|
246
|
+
- feat: new themes API
|
|
247
|
+
- feat: getChildren & getParent methods added to window object in windows API
|
|
248
|
+
- feat: getTitle & setTitle methods added to group object in windows API
|
|
249
|
+
- update: core@5.0.6
|
|
250
|
+
- fix: tabtooltip property is not working
|
|
251
|
+
5.0.1
|
|
252
|
+
- update: core update to 5.0.1(was 5.0.0)
|
|
253
|
+
5.0.0
|
|
254
|
+
- BREAKING CHANGE: removed support for Glue42 v2
|
|
255
|
+
- feat: notification API (alpha state)
|
|
256
|
+
4.8.0
|
|
257
|
+
- fix: glue.d.ts - windowCreateOptions arguments should be optional
|
|
258
|
+
- update: core@4.8.2 (was 4.7.1)
|
|
259
|
+
- build: do audit before publishing
|
|
260
|
+
4.7.2
|
|
261
|
+
- feat: properly reconnecting when GW goes down (picking up latest core@4.7.1)
|
|
262
|
+
- update: core@4.7.1 (was 4.6.0np)
|
|
263
|
+
4.7.1
|
|
264
|
+
- fix: G4E-2330 - bring back the old logic for collection ids when saving a global layout
|
|
265
|
+
- fix: fix in glue.d.ts file - activities config modes
|
|
266
|
+
4.7.0
|
|
267
|
+
- feat: intents support (depends on Glue42 3.9)
|
|
268
|
+
- feat: G4E-2043 added window & group capture (depends on Glue42 3.9)
|
|
269
|
+
- feat: G4E-2214 extended with window.setOnTop (depends on Glue42 3.9)
|
|
270
|
+
- feat: G4E-1057 added flash method to window (depends on Glue42 3.9)
|
|
271
|
+
- feat: G4E-1060 added getMousePosition
|
|
272
|
+
- fix: G4E-2249 && G4E-2250
|
|
273
|
+
- fix: fix for appManager in default mode (startOnly) - when starting an application promise now resolves with instance
|
|
274
|
+
4.6.3
|
|
275
|
+
- fix: fix in glue.d.ts file - expose Interop API from glue API object
|
|
276
|
+
4.6.2 (core)
|
|
277
|
+
- fix: appManager API - starting activity application times out
|
|
278
|
+
4.6.1
|
|
279
|
+
- fix: flydown API
|
|
280
|
+
4.6.0 (core 4.5.0)
|
|
281
|
+
- feat: windows API - zoom support
|
|
282
|
+
- feat: windows API - flydown support
|
|
283
|
+
- feat: windows API - popup support
|
|
284
|
+
- feat: upgraded @glue42/core to 4.5.0
|
|
285
|
+
- fix: appManager API - fixed a rare case where appManager API can crash during processing snapshot
|
|
286
|
+
4.5.7
|
|
287
|
+
- fix: windows API - moveResize bugfix
|
|
288
|
+
4.5.6
|
|
289
|
+
- fix: windows API - get proper Interop instance for any window
|
|
290
|
+
4.5.5
|
|
291
|
+
- fix: package cleanup
|
|
292
|
+
4.5.4 (core 4.4.2)
|
|
293
|
+
- npm package published
|