@omniviewdev/runtime 0.1.3 → 0.1.4

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.
@@ -19,7 +19,7 @@ function f(n, e) {
19
19
  function C() {
20
20
  return window.go.settings.Client.Values();
21
21
  }
22
- const Te = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
22
+ const Ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
23
23
  __proto__: null,
24
24
  GetSetting: c,
25
25
  ListPlugins: w,
@@ -30,29 +30,29 @@ const Te = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
30
30
  Values: C
31
31
  }, Symbol.toStringTag, { value: "Module" }));
32
32
  function p(n) {
33
- return window.go.plugin.pluginManager.AddTarget(n);
34
- }
35
- function G(n) {
36
33
  return window.go.plugin.pluginManager.GetPlugin(n);
37
34
  }
38
- function P(n) {
35
+ function G(n) {
39
36
  return window.go.plugin.pluginManager.GetPluginDownloadStats(n);
40
37
  }
41
- function v(n) {
38
+ function P(n) {
42
39
  return window.go.plugin.pluginManager.GetPluginMeta(n);
43
40
  }
44
- function m(n) {
41
+ function v(n) {
45
42
  return window.go.plugin.pluginManager.GetPluginReadme(n);
46
43
  }
47
- function R(n) {
44
+ function m(n) {
48
45
  return window.go.plugin.pluginManager.GetPluginReleaseHistory(n);
49
46
  }
50
47
  function L(n, e) {
51
48
  return window.go.plugin.pluginManager.GetPluginReviews(n, e);
52
49
  }
53
- function M(n) {
50
+ function R(n) {
54
51
  return window.go.plugin.pluginManager.GetPluginVersions(n);
55
52
  }
53
+ function M(n) {
54
+ return window.go.plugin.pluginManager.HandlePluginCrash(n);
55
+ }
56
56
  function y(n) {
57
57
  return window.go.plugin.pluginManager.Initialize(n);
58
58
  }
@@ -68,221 +68,217 @@ function F(n) {
68
68
  function I(n, e) {
69
69
  return window.go.plugin.pluginManager.InstallPluginVersion(n, e);
70
70
  }
71
- function T() {
71
+ function A() {
72
72
  return window.go.plugin.pluginManager.ListAvailablePlugins();
73
73
  }
74
- function A() {
74
+ function O() {
75
75
  return window.go.plugin.pluginManager.ListPluginMetas();
76
76
  }
77
- function O() {
77
+ function T() {
78
78
  return window.go.plugin.pluginManager.ListPlugins();
79
79
  }
80
- function j(n, e) {
80
+ function h(n, e) {
81
81
  return window.go.plugin.pluginManager.LoadPlugin(n, e);
82
82
  }
83
- function $(n) {
83
+ function j(n) {
84
84
  return window.go.plugin.pluginManager.ReloadPlugin(n);
85
85
  }
86
- function h(n) {
87
- return window.go.plugin.pluginManager.RemoveTarget(n);
88
- }
89
- function x(n) {
86
+ function $(n) {
90
87
  return window.go.plugin.pluginManager.Run(n);
91
88
  }
92
- function z(n, e, t) {
89
+ function x(n, e, t) {
93
90
  return window.go.plugin.pluginManager.SearchPlugins(n, e, t);
94
91
  }
95
- function D(n) {
92
+ function z(n) {
96
93
  return window.go.plugin.pluginManager.SetDevServerChecker(n);
97
94
  }
98
- function V(n) {
95
+ function D(n) {
99
96
  return window.go.plugin.pluginManager.SetDevServerManager(n);
100
97
  }
101
- function H() {
98
+ function V() {
102
99
  return window.go.plugin.pluginManager.Shutdown();
103
100
  }
104
- function U(n) {
101
+ function H(n) {
105
102
  return window.go.plugin.pluginManager.UninstallPlugin(n);
106
103
  }
107
- function k(n) {
104
+ function U(n) {
108
105
  return window.go.plugin.pluginManager.UnloadPlugin(n);
109
106
  }
110
107
  const Ae = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
111
108
  __proto__: null,
112
- AddTarget: p,
113
- GetPlugin: G,
114
- GetPluginDownloadStats: P,
115
- GetPluginMeta: v,
116
- GetPluginReadme: m,
117
- GetPluginReleaseHistory: R,
109
+ GetPlugin: p,
110
+ GetPluginDownloadStats: G,
111
+ GetPluginMeta: P,
112
+ GetPluginReadme: v,
113
+ GetPluginReleaseHistory: m,
118
114
  GetPluginReviews: L,
119
- GetPluginVersions: M,
115
+ GetPluginVersions: R,
116
+ HandlePluginCrash: M,
120
117
  Initialize: y,
121
118
  InstallFromPathPrompt: b,
122
119
  InstallInDevMode: _,
123
120
  InstallPluginFromPath: F,
124
121
  InstallPluginVersion: I,
125
- ListAvailablePlugins: T,
126
- ListPluginMetas: A,
127
- ListPlugins: O,
128
- LoadPlugin: j,
129
- ReloadPlugin: $,
130
- RemoveTarget: h,
131
- Run: x,
132
- SearchPlugins: z,
133
- SetDevServerChecker: D,
134
- SetDevServerManager: V,
135
- Shutdown: H,
136
- UninstallPlugin: U,
137
- UnloadPlugin: k
122
+ ListAvailablePlugins: A,
123
+ ListPluginMetas: O,
124
+ ListPlugins: T,
125
+ LoadPlugin: h,
126
+ ReloadPlugin: j,
127
+ Run: $,
128
+ SearchPlugins: x,
129
+ SetDevServerChecker: z,
130
+ SetDevServerManager: D,
131
+ Shutdown: V,
132
+ UninstallPlugin: H,
133
+ UnloadPlugin: U
138
134
  }, Symbol.toStringTag, { value: "Module" }));
139
- function E(n) {
135
+ function k(n) {
140
136
  return window.go.settings.provider.GetBool(n);
141
137
  }
142
- function Q() {
138
+ function E() {
143
139
  return window.go.settings.provider.GetCategories();
144
140
  }
145
- function B(n) {
141
+ function Q(n) {
146
142
  return window.go.settings.provider.GetCategory(n);
147
143
  }
148
- function N(n) {
144
+ function B(n) {
149
145
  return window.go.settings.provider.GetCategoryValues(n);
150
146
  }
151
- function W(n) {
147
+ function N(n) {
152
148
  return window.go.settings.provider.GetFloat(n);
153
149
  }
154
- function q(n) {
150
+ function W(n) {
155
151
  return window.go.settings.provider.GetFloatSlice(n);
156
152
  }
157
- function J(n) {
153
+ function q(n) {
158
154
  return window.go.settings.provider.GetInt(n);
159
155
  }
160
- function K(n) {
156
+ function J(n) {
161
157
  return window.go.settings.provider.GetIntSlice(n);
162
158
  }
163
- function X(n) {
159
+ function K(n) {
164
160
  return window.go.settings.provider.GetSetting(n);
165
161
  }
166
- function Y(n) {
162
+ function X(n) {
167
163
  return window.go.settings.provider.GetSettingValue(n);
168
164
  }
169
- function Z(n) {
165
+ function Y(n) {
170
166
  return window.go.settings.provider.GetString(n);
171
167
  }
172
- function nn(n) {
168
+ function Z(n) {
173
169
  return window.go.settings.provider.GetStringSlice(n);
174
170
  }
175
- function en(n) {
171
+ function nn(n) {
176
172
  return window.go.settings.provider.HasSetting(n);
177
173
  }
178
- function tn(n, e) {
174
+ function en(n, e) {
179
175
  return window.go.settings.provider.Initialize(n, e);
180
176
  }
181
- function on() {
177
+ function tn() {
182
178
  return window.go.settings.provider.ListSettings();
183
179
  }
184
- function rn() {
180
+ function on() {
185
181
  return window.go.settings.provider.LoadSettings();
186
182
  }
187
- function un(n, e) {
183
+ function rn(n, e) {
188
184
  return window.go.settings.provider.RegisterSetting(n, e);
189
185
  }
190
- function sn(n, e) {
186
+ function un(n, e) {
191
187
  return window.go.settings.provider.RegisterSettings(n, e);
192
188
  }
193
- function gn(n) {
189
+ function sn(n) {
194
190
  return window.go.settings.provider.ResetSetting(n);
195
191
  }
196
- function ln() {
192
+ function gn() {
197
193
  return window.go.settings.provider.SaveSettings();
198
194
  }
199
- function cn(n, e) {
195
+ function ln(n, e) {
200
196
  return window.go.settings.provider.SetSetting(n, e);
201
197
  }
202
- function wn(n) {
198
+ function cn(n) {
203
199
  return window.go.settings.provider.SetSettings(n);
204
200
  }
205
- function an() {
201
+ function wn() {
206
202
  return window.go.settings.provider.Values();
207
203
  }
208
204
  const Oe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
209
205
  __proto__: null,
210
- GetBool: E,
211
- GetCategories: Q,
212
- GetCategory: B,
213
- GetCategoryValues: N,
214
- GetFloat: W,
215
- GetFloatSlice: q,
216
- GetInt: J,
217
- GetIntSlice: K,
218
- GetSetting: X,
219
- GetSettingValue: Y,
220
- GetString: Z,
221
- GetStringSlice: nn,
222
- HasSetting: en,
223
- Initialize: tn,
224
- ListSettings: on,
225
- LoadSettings: rn,
226
- RegisterSetting: un,
227
- RegisterSettings: sn,
228
- ResetSetting: gn,
229
- SaveSettings: ln,
230
- SetSetting: cn,
231
- SetSettings: wn,
232
- Values: an
206
+ GetBool: k,
207
+ GetCategories: E,
208
+ GetCategory: Q,
209
+ GetCategoryValues: B,
210
+ GetFloat: N,
211
+ GetFloatSlice: W,
212
+ GetInt: q,
213
+ GetIntSlice: J,
214
+ GetSetting: K,
215
+ GetSettingValue: X,
216
+ GetString: Y,
217
+ GetStringSlice: Z,
218
+ HasSetting: nn,
219
+ Initialize: en,
220
+ ListSettings: tn,
221
+ LoadSettings: on,
222
+ RegisterSetting: rn,
223
+ RegisterSettings: un,
224
+ ResetSetting: sn,
225
+ SaveSettings: gn,
226
+ SetSetting: ln,
227
+ SetSettings: cn,
228
+ Values: wn
233
229
  }, Symbol.toStringTag, { value: "Module" }));
234
- function dn(n, e) {
230
+ function an(n, e) {
235
231
  return window.go.resource.Client.AddConnection(n, e);
236
232
  }
237
- function Sn(n, e, t, o) {
233
+ function dn(n, e, t, o) {
238
234
  return window.go.resource.Client.Create(n, e, t, o);
239
235
  }
240
- function fn(n, e, t, o) {
236
+ function Sn(n, e, t, o) {
241
237
  return window.go.resource.Client.Delete(n, e, t, o);
242
238
  }
243
- function Cn(n, e, t) {
239
+ function fn(n, e, t) {
244
240
  return window.go.resource.Client.EnsureInformerForResource(n, e, t);
245
241
  }
246
- function pn(n, e, t, o, i) {
242
+ function Cn(n, e, t, o, i) {
247
243
  return window.go.resource.Client.ExecuteAction(n, e, t, o, i);
248
244
  }
249
- function Gn(n, e, t, o) {
245
+ function pn(n, e, t, o) {
250
246
  return window.go.resource.Client.Find(n, e, t, o);
251
247
  }
252
- function Pn(n, e, t, o) {
248
+ function Gn(n, e, t, o) {
253
249
  return window.go.resource.Client.Get(n, e, t, o);
254
250
  }
255
- function vn(n, e, t) {
251
+ function Pn(n, e, t) {
256
252
  return window.go.resource.Client.GetActions(n, e, t);
257
253
  }
258
- function mn(n, e) {
254
+ function vn(n, e) {
259
255
  return window.go.resource.Client.GetConnection(n, e);
260
256
  }
261
- function Rn(n, e) {
257
+ function mn(n, e) {
262
258
  return window.go.resource.Client.GetConnectionNamespaces(n, e);
263
259
  }
264
260
  function Ln(n) {
265
261
  return window.go.resource.Client.GetDefaultLayout(n);
266
262
  }
267
- function Mn(n, e) {
263
+ function Rn(n, e) {
268
264
  return window.go.resource.Client.GetEditorSchemas(n, e);
269
265
  }
270
- function yn(n, e) {
266
+ function Mn(n, e) {
271
267
  return window.go.resource.Client.GetInformerState(n, e);
272
268
  }
273
- function bn(n, e) {
269
+ function yn(n, e) {
274
270
  return window.go.resource.Client.GetLayout(n, e);
275
271
  }
276
- function _n(n, e) {
272
+ function bn(n, e) {
277
273
  return window.go.resource.Client.GetResourceDefinition(n, e);
278
274
  }
279
- function Fn(n, e) {
275
+ function _n(n, e) {
280
276
  return window.go.resource.Client.GetResourceGroup(n, e);
281
277
  }
282
- function In(n, e) {
278
+ function Fn(n, e) {
283
279
  return window.go.resource.Client.GetResourceGroups(n, e);
284
280
  }
285
- function Tn(n, e) {
281
+ function In(n, e) {
286
282
  return window.go.resource.Client.GetResourceType(n, e);
287
283
  }
288
284
  function An(n, e) {
@@ -291,295 +287,295 @@ function An(n, e) {
291
287
  function On(n, e) {
292
288
  return window.go.resource.Client.HasResourceType(n, e);
293
289
  }
294
- function jn(n, e, t, o) {
290
+ function Tn(n, e, t, o) {
295
291
  return window.go.resource.Client.List(n, e, t, o);
296
292
  }
297
- function $n() {
293
+ function hn() {
298
294
  return window.go.resource.Client.ListAllConnections();
299
295
  }
300
- function hn(n) {
296
+ function jn(n) {
301
297
  return window.go.resource.Client.ListConnections(n);
302
298
  }
303
- function xn() {
299
+ function $n() {
304
300
  return window.go.resource.Client.ListPlugins();
305
301
  }
306
- function zn(n) {
302
+ function xn(n) {
307
303
  return window.go.resource.Client.LoadConnections(n);
308
304
  }
309
- function Dn(n, e) {
305
+ function zn(n, e) {
310
306
  return window.go.resource.Client.RemoveConnection(n, e);
311
307
  }
312
- function Vn(n, e, t) {
308
+ function Dn(n, e, t) {
313
309
  return window.go.resource.Client.SetLayout(n, e, t);
314
310
  }
315
- function Hn(n, e) {
311
+ function Vn(n, e) {
316
312
  return window.go.resource.Client.StartConnection(n, e);
317
313
  }
318
- function Un(n, e) {
314
+ function Hn(n, e) {
319
315
  return window.go.resource.Client.StartConnectionInformer(n, e);
320
316
  }
321
- function kn(n, e) {
317
+ function Un(n, e) {
322
318
  return window.go.resource.Client.StopConnection(n, e);
323
319
  }
324
- function En(n, e) {
320
+ function kn(n, e) {
325
321
  return window.go.resource.Client.StopConnectionInformer(n, e);
326
322
  }
327
- function Qn(n, e, t, o, i) {
323
+ function En(n, e, t, o, i) {
328
324
  return window.go.resource.Client.StreamAction(n, e, t, o, i);
329
325
  }
330
- function Bn(n, e, t, o) {
326
+ function Qn(n, e, t, o) {
331
327
  return window.go.resource.Client.Update(n, e, t, o);
332
328
  }
333
- function Nn(n, e) {
329
+ function Bn(n, e) {
334
330
  return window.go.resource.Client.UpdateConnection(n, e);
335
331
  }
336
- const je = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
332
+ const Te = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
337
333
  __proto__: null,
338
- AddConnection: dn,
339
- Create: Sn,
340
- Delete: fn,
341
- EnsureInformerForResource: Cn,
342
- ExecuteAction: pn,
343
- Find: Gn,
344
- Get: Pn,
345
- GetActions: vn,
346
- GetConnection: mn,
347
- GetConnectionNamespaces: Rn,
334
+ AddConnection: an,
335
+ Create: dn,
336
+ Delete: Sn,
337
+ EnsureInformerForResource: fn,
338
+ ExecuteAction: Cn,
339
+ Find: pn,
340
+ Get: Gn,
341
+ GetActions: Pn,
342
+ GetConnection: vn,
343
+ GetConnectionNamespaces: mn,
348
344
  GetDefaultLayout: Ln,
349
- GetEditorSchemas: Mn,
350
- GetInformerState: yn,
351
- GetLayout: bn,
352
- GetResourceDefinition: _n,
353
- GetResourceGroup: Fn,
354
- GetResourceGroups: In,
355
- GetResourceType: Tn,
345
+ GetEditorSchemas: Rn,
346
+ GetInformerState: Mn,
347
+ GetLayout: yn,
348
+ GetResourceDefinition: bn,
349
+ GetResourceGroup: _n,
350
+ GetResourceGroups: Fn,
351
+ GetResourceType: In,
356
352
  GetResourceTypes: An,
357
353
  HasResourceType: On,
358
- List: jn,
359
- ListAllConnections: $n,
360
- ListConnections: hn,
361
- ListPlugins: xn,
362
- LoadConnections: zn,
363
- RemoveConnection: Dn,
364
- SetLayout: Vn,
365
- StartConnection: Hn,
366
- StartConnectionInformer: Un,
367
- StopConnection: kn,
368
- StopConnectionInformer: En,
369
- StreamAction: Qn,
370
- Update: Bn,
371
- UpdateConnection: Nn
354
+ List: Tn,
355
+ ListAllConnections: hn,
356
+ ListConnections: jn,
357
+ ListPlugins: $n,
358
+ LoadConnections: xn,
359
+ RemoveConnection: zn,
360
+ SetLayout: Dn,
361
+ StartConnection: Vn,
362
+ StartConnectionInformer: Hn,
363
+ StopConnection: Un,
364
+ StopConnectionInformer: kn,
365
+ StreamAction: En,
366
+ Update: Qn,
367
+ UpdateConnection: Bn
372
368
  }, Symbol.toStringTag, { value: "Module" }));
373
- function Wn(n) {
369
+ function Nn(n) {
374
370
  return window.go.exec.Client.AttachSession(n);
375
371
  }
376
- function qn(n) {
372
+ function Wn(n) {
377
373
  return window.go.exec.Client.CloseSession(n);
378
374
  }
379
- function Jn(n, e, t) {
375
+ function qn(n, e, t) {
380
376
  return window.go.exec.Client.CreateSession(n, e, t);
381
377
  }
382
- function Kn(n) {
378
+ function Jn(n) {
383
379
  return window.go.exec.Client.CreateTerminal(n);
384
380
  }
385
- function Xn(n) {
381
+ function Kn(n) {
386
382
  return window.go.exec.Client.DetachSession(n);
387
383
  }
388
- function Yn(n, e) {
384
+ function Xn(n, e) {
389
385
  return window.go.exec.Client.GetHandler(n, e);
390
386
  }
391
- function Zn() {
387
+ function Yn() {
392
388
  return window.go.exec.Client.GetHandlers();
393
389
  }
394
- function ne(n) {
390
+ function Zn(n) {
395
391
  return window.go.exec.Client.GetPluginHandlers(n);
396
392
  }
397
- function ee(n) {
393
+ function ne(n) {
398
394
  return window.go.exec.Client.GetSession(n);
399
395
  }
400
- function te() {
396
+ function ee() {
401
397
  return window.go.exec.Client.ListPlugins();
402
398
  }
403
- function oe() {
399
+ function te() {
404
400
  return window.go.exec.Client.ListSessions();
405
401
  }
406
- function ie(n, e, t) {
402
+ function oe(n, e, t) {
407
403
  return window.go.exec.Client.ResizeSession(n, e, t);
408
404
  }
409
- function re(n, e) {
405
+ function ie(n, e) {
410
406
  return window.go.exec.Client.WriteSession(n, e);
411
407
  }
412
- const $e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
408
+ const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
413
409
  __proto__: null,
414
- AttachSession: Wn,
415
- CloseSession: qn,
416
- CreateSession: Jn,
417
- CreateTerminal: Kn,
418
- DetachSession: Xn,
419
- GetHandler: Yn,
420
- GetHandlers: Zn,
421
- GetPluginHandlers: ne,
422
- GetSession: ee,
423
- ListPlugins: te,
424
- ListSessions: oe,
425
- ResizeSession: ie,
426
- WriteSession: re
410
+ AttachSession: Nn,
411
+ CloseSession: Wn,
412
+ CreateSession: qn,
413
+ CreateTerminal: Jn,
414
+ DetachSession: Kn,
415
+ GetHandler: Xn,
416
+ GetHandlers: Yn,
417
+ GetPluginHandlers: Zn,
418
+ GetSession: ne,
419
+ ListPlugins: ee,
420
+ ListSessions: te,
421
+ ResizeSession: oe,
422
+ WriteSession: ie
427
423
  }, Symbol.toStringTag, { value: "Module" }));
428
- function ue(n) {
424
+ function re(n) {
429
425
  return window.go.logs.Client.CloseSession(n);
430
426
  }
431
- function se(n, e, t) {
427
+ function ue(n, e, t) {
432
428
  return window.go.logs.Client.CreateSession(n, e, t);
433
429
  }
434
- function ge(n) {
430
+ function se(n) {
435
431
  return window.go.logs.Client.GetSession(n);
436
432
  }
437
- function le(n) {
433
+ function ge(n) {
438
434
  return window.go.logs.Client.GetSupportedResources(n);
439
435
  }
440
- function ce() {
436
+ function le() {
441
437
  return window.go.logs.Client.ListSessions();
442
438
  }
443
- function we(n) {
439
+ function ce(n) {
444
440
  return window.go.logs.Client.PauseSession(n);
445
441
  }
446
- function ae(n) {
442
+ function we(n) {
447
443
  return window.go.logs.Client.ResumeSession(n);
448
444
  }
449
- function de(n, e) {
445
+ function ae(n, e) {
450
446
  return window.go.logs.Client.UpdateSessionOptions(n, e);
451
447
  }
452
- const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
448
+ const je = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
453
449
  __proto__: null,
454
- CloseSession: ue,
455
- CreateSession: se,
456
- GetSession: ge,
457
- GetSupportedResources: le,
458
- ListSessions: ce,
459
- PauseSession: we,
460
- ResumeSession: ae,
461
- UpdateSessionOptions: de
450
+ CloseSession: re,
451
+ CreateSession: ue,
452
+ GetSession: se,
453
+ GetSupportedResources: ge,
454
+ ListSessions: le,
455
+ PauseSession: ce,
456
+ ResumeSession: we,
457
+ UpdateSessionOptions: ae
462
458
  }, Symbol.toStringTag, { value: "Module" }));
463
- function Se() {
459
+ function de() {
464
460
  return window.go.metric.Client.GetProviders();
465
461
  }
466
- function fe(n) {
462
+ function Se(n) {
467
463
  return window.go.metric.Client.GetProvidersForResource(n);
468
464
  }
469
- function Ce(n, e, t) {
465
+ function fe(n, e, t) {
470
466
  return window.go.metric.Client.Query(n, e, t);
471
467
  }
472
- function pe(n, e, t, o, i, r, u, s, g, l) {
468
+ function Ce(n, e, t, o, i, r, u, s, g, l) {
473
469
  return window.go.metric.Client.QueryAll(n, e, t, o, i, r, u, s, g, l);
474
470
  }
475
- function Ge(n, e, t) {
471
+ function pe(n, e, t) {
476
472
  return window.go.metric.Client.Subscribe(n, e, t);
477
473
  }
478
- function Pe(n) {
474
+ function Ge(n) {
479
475
  return window.go.metric.Client.Unsubscribe(n);
480
476
  }
481
- const xe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
477
+ const $e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
482
478
  __proto__: null,
483
- GetProviders: Se,
484
- GetProvidersForResource: fe,
485
- Query: Ce,
486
- QueryAll: pe,
487
- Subscribe: Ge,
488
- Unsubscribe: Pe
479
+ GetProviders: de,
480
+ GetProvidersForResource: Se,
481
+ Query: fe,
482
+ QueryAll: Ce,
483
+ Subscribe: pe,
484
+ Unsubscribe: Ge
489
485
  }, Symbol.toStringTag, { value: "Module" }));
490
- function ve(n) {
486
+ function Pe(n) {
491
487
  return window.go.networker.Client.ClosePortForwardSession(n);
492
488
  }
493
- function me(n, e, t) {
489
+ function ve(n, e, t) {
494
490
  return window.go.networker.Client.FindPortForwardSessions(n, e, t);
495
491
  }
496
- function Re(n) {
492
+ function me(n) {
497
493
  return window.go.networker.Client.GetPortForwardSession(n);
498
494
  }
499
495
  function Le(n) {
500
496
  return window.go.networker.Client.GetSupportedPortForwardTargets(n);
501
497
  }
502
- function Me() {
498
+ function Re() {
503
499
  return window.go.networker.Client.ListAllPortForwardSessions();
504
500
  }
505
- function ye(n, e) {
501
+ function Me(n, e) {
506
502
  return window.go.networker.Client.ListPortForwardSessions(n, e);
507
503
  }
508
- function be(n, e, t) {
504
+ function ye(n, e, t) {
509
505
  return window.go.networker.Client.StartResourcePortForwardingSession(n, e, t);
510
506
  }
511
- const ze = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
507
+ const xe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
512
508
  __proto__: null,
513
- ClosePortForwardSession: ve,
514
- FindPortForwardSessions: me,
515
- GetPortForwardSession: Re,
509
+ ClosePortForwardSession: Pe,
510
+ FindPortForwardSessions: ve,
511
+ GetPortForwardSession: me,
516
512
  GetSupportedPortForwardTargets: Le,
517
- ListAllPortForwardSessions: Me,
518
- ListPortForwardSessions: ye,
519
- StartResourcePortForwardingSession: be
513
+ ListAllPortForwardSessions: Re,
514
+ ListPortForwardSessions: Me,
515
+ StartResourcePortForwardingSession: ye
520
516
  }, Symbol.toStringTag, { value: "Module" }));
521
- function _e(n) {
517
+ function be(n) {
522
518
  return window.go.ui.Client.GetPluginComponents(n);
523
519
  }
524
- function Fe(n) {
520
+ function _e(n) {
525
521
  return window.go.ui.Client.GetResourceAreaComponent(n);
526
522
  }
527
- function Ie(n) {
523
+ function Fe(n) {
528
524
  return window.go.ui.Client.GetResourceComponents(n);
529
525
  }
530
- const De = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
526
+ const ze = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
531
527
  __proto__: null,
532
- GetPluginComponents: _e,
533
- GetResourceAreaComponent: Fe,
534
- GetResourceComponents: Ie
528
+ GetPluginComponents: be,
529
+ GetResourceAreaComponent: _e,
530
+ GetResourceComponents: Fe
535
531
  }, Symbol.toStringTag, { value: "Module" }));
536
532
  export {
537
- Fe as A,
538
- In as B,
539
- $e as C,
540
- fn as D,
541
- jn as E,
542
- me as F,
543
- v as G,
544
- Tn as H,
533
+ _e as A,
534
+ Fn as B,
535
+ he as C,
536
+ Sn as D,
537
+ Tn as E,
538
+ ve as F,
539
+ P as G,
540
+ In as H,
545
541
  An as I,
546
- Sn as J,
547
- vn as K,
548
- hn as L,
549
- pn as M,
550
- Mn as N,
551
- yn as O,
542
+ dn as J,
543
+ Pn as K,
544
+ jn as L,
545
+ Cn as M,
546
+ Rn as N,
547
+ Mn as O,
552
548
  d as P,
553
- pe as Q,
554
- Dn as R,
555
- Hn as S,
556
- Qn as T,
557
- Nn as U,
558
- an as V,
559
- ze as a,
560
- je as b,
561
- Te as c,
549
+ Ce as Q,
550
+ zn as R,
551
+ Vn as S,
552
+ En as T,
553
+ Bn as U,
554
+ wn as V,
555
+ xe as a,
556
+ Te as b,
557
+ Ie as c,
562
558
  Oe as d,
563
- De as e,
564
- he as f,
565
- xe as g,
566
- kn as h,
567
- mn as i,
568
- Un as j,
569
- En as k,
570
- Rn as l,
571
- $n as m,
572
- Jn as n,
573
- se as o,
559
+ ze as e,
560
+ je as f,
561
+ $e as g,
562
+ Un as h,
563
+ vn as i,
564
+ Hn as j,
565
+ kn as k,
566
+ mn as l,
567
+ hn as m,
568
+ qn as n,
569
+ ue as o,
574
570
  Ae as p,
575
- ue as q,
576
- Se as r,
577
- fe as s,
578
- Ge as t,
579
- Pe as u,
580
- Me as v,
581
- ve as w,
582
- be as x,
583
- Bn as y,
584
- Pn as z
571
+ re as q,
572
+ de as r,
573
+ Se as s,
574
+ pe as t,
575
+ Ge as u,
576
+ Re as v,
577
+ Pe as w,
578
+ ye as x,
579
+ Qn as y,
580
+ Gn as z
585
581
  };