@omniviewdev/runtime 0.2.2 → 0.3.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.
@@ -13,21 +13,21 @@ function d(n) {
13
13
  function S(n, e, t) {
14
14
  return window.go.settings.Client.SetSetting(n, e, t);
15
15
  }
16
- function f(n, e) {
16
+ function C(n, e) {
17
17
  return window.go.settings.Client.SetSettings(n, e);
18
18
  }
19
- function C() {
19
+ function f() {
20
20
  return window.go.settings.Client.Values();
21
21
  }
22
- const Ve = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
22
+ const Ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
23
23
  __proto__: null,
24
24
  GetSetting: c,
25
25
  ListPlugins: a,
26
26
  ListSettings: w,
27
27
  PluginValues: d,
28
28
  SetSetting: S,
29
- SetSettings: f,
30
- Values: C
29
+ SetSettings: C,
30
+ Values: f
31
31
  }, Symbol.toStringTag, { value: "Module" }));
32
32
  function p(n) {
33
33
  return window.go.plugin.pluginManager.GetPlugin(n);
@@ -50,13 +50,13 @@ function b(n, e) {
50
50
  function M(n) {
51
51
  return window.go.plugin.pluginManager.GetPluginVersions(n);
52
52
  }
53
- function m(n) {
53
+ function h(n) {
54
54
  return window.go.plugin.pluginManager.HandlePluginCrash(n);
55
55
  }
56
- function L(n) {
56
+ function m(n) {
57
57
  return window.go.plugin.pluginManager.Initialize(n);
58
58
  }
59
- function h() {
59
+ function L() {
60
60
  return window.go.plugin.pluginManager.InstallFromPathPrompt();
61
61
  }
62
62
  function _() {
@@ -83,16 +83,16 @@ function T(n, e) {
83
83
  function j(n) {
84
84
  return window.go.plugin.pluginManager.ReloadPlugin(n);
85
85
  }
86
- function $(n) {
86
+ function H(n) {
87
87
  return window.go.plugin.pluginManager.Run(n);
88
88
  }
89
- function x(n, e, t) {
89
+ function $(n, e, t) {
90
90
  return window.go.plugin.pluginManager.SearchPlugins(n, e, t);
91
91
  }
92
- function z(n) {
92
+ function x(n) {
93
93
  return window.go.plugin.pluginManager.SetDevServerChecker(n);
94
94
  }
95
- function H(n) {
95
+ function z(n) {
96
96
  return window.go.plugin.pluginManager.SetDevServerManager(n);
97
97
  }
98
98
  function W(n) {
@@ -107,7 +107,7 @@ function D(n) {
107
107
  function U(n) {
108
108
  return window.go.plugin.pluginManager.UnloadPlugin(n);
109
109
  }
110
- const De = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
110
+ const ke = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
111
111
  __proto__: null,
112
112
  GetPlugin: p,
113
113
  GetPluginDownloadStats: G,
@@ -116,9 +116,9 @@ const De = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
116
116
  GetPluginReleaseHistory: v,
117
117
  GetPluginReviews: b,
118
118
  GetPluginVersions: M,
119
- HandlePluginCrash: m,
120
- Initialize: L,
121
- InstallFromPathPrompt: h,
119
+ HandlePluginCrash: h,
120
+ Initialize: m,
121
+ InstallFromPathPrompt: L,
122
122
  InstallInDevMode: _,
123
123
  InstallPluginFromPath: y,
124
124
  InstallPluginVersion: F,
@@ -127,10 +127,10 @@ const De = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
127
127
  ListPlugins: O,
128
128
  LoadPlugin: T,
129
129
  ReloadPlugin: j,
130
- Run: $,
131
- SearchPlugins: x,
132
- SetDevServerChecker: z,
133
- SetDevServerManager: H,
130
+ Run: H,
131
+ SearchPlugins: $,
132
+ SetDevServerChecker: x,
133
+ SetDevServerManager: z,
134
134
  SetPluginLogManager: W,
135
135
  Shutdown: V,
136
136
  UninstallPlugin: D,
@@ -185,27 +185,30 @@ function rn() {
185
185
  return window.go.settings.provider.LoadSettings();
186
186
  }
187
187
  function un(n, e) {
188
- return window.go.settings.provider.RegisterSetting(n, e);
188
+ return window.go.settings.provider.RegisterChangeHandler(n, e);
189
189
  }
190
190
  function sn(n, e) {
191
+ return window.go.settings.provider.RegisterSetting(n, e);
192
+ }
193
+ function gn(n, e) {
191
194
  return window.go.settings.provider.RegisterSettings(n, e);
192
195
  }
193
- function gn(n) {
196
+ function ln(n) {
194
197
  return window.go.settings.provider.ResetSetting(n);
195
198
  }
196
- function ln() {
199
+ function cn() {
197
200
  return window.go.settings.provider.SaveSettings();
198
201
  }
199
- function cn(n, e) {
202
+ function an(n, e) {
200
203
  return window.go.settings.provider.SetSetting(n, e);
201
204
  }
202
- function an(n) {
205
+ function wn(n) {
203
206
  return window.go.settings.provider.SetSettings(n);
204
207
  }
205
- function wn() {
208
+ function dn() {
206
209
  return window.go.settings.provider.Values();
207
210
  }
208
- const Ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
211
+ const Ee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
209
212
  __proto__: null,
210
213
  GetBool: k,
211
214
  GetCategories: E,
@@ -223,406 +226,411 @@ const Ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
223
226
  Initialize: tn,
224
227
  ListSettings: on,
225
228
  LoadSettings: rn,
226
- RegisterSetting: un,
227
- RegisterSettings: sn,
228
- ResetSetting: gn,
229
- SaveSettings: ln,
230
- SetSetting: cn,
231
- SetSettings: an,
232
- Values: wn
229
+ RegisterChangeHandler: un,
230
+ RegisterSetting: sn,
231
+ RegisterSettings: gn,
232
+ ResetSetting: ln,
233
+ SaveSettings: cn,
234
+ SetSetting: an,
235
+ SetSettings: wn,
236
+ Values: dn
233
237
  }, Symbol.toStringTag, { value: "Module" }));
234
- function dn(n, e) {
238
+ function Sn(n, e) {
235
239
  return window.go.resource.Client.AddConnection(n, e);
236
240
  }
237
- function Sn(n, e, t, o) {
238
- return window.go.resource.Client.Create(n, e, t, o);
241
+ function Cn(n, e) {
242
+ return window.go.resource.Client.CheckConnection(n, e);
239
243
  }
240
244
  function fn(n, e, t, o) {
245
+ return window.go.resource.Client.Create(n, e, t, o);
246
+ }
247
+ function pn(n, e, t, o) {
241
248
  return window.go.resource.Client.Delete(n, e, t, o);
242
249
  }
243
- function Cn(n, e, t) {
250
+ function Gn(n, e, t) {
244
251
  return window.go.resource.Client.EnsureResourceWatch(n, e, t);
245
252
  }
246
- function pn(n, e, t, o, i) {
253
+ function Pn(n, e, t, o, i) {
247
254
  return window.go.resource.Client.ExecuteAction(n, e, t, o, i);
248
255
  }
249
- function Gn(n, e, t, o) {
256
+ function Rn(n, e, t, o) {
250
257
  return window.go.resource.Client.Find(n, e, t, o);
251
258
  }
252
- function Pn(n, e, t, o) {
259
+ function vn(n, e, t, o) {
253
260
  return window.go.resource.Client.Get(n, e, t, o);
254
261
  }
255
- function Rn(n, e, t) {
262
+ function bn(n, e, t) {
256
263
  return window.go.resource.Client.GetActions(n, e, t);
257
264
  }
258
- function vn() {
265
+ function Mn() {
259
266
  return window.go.resource.Client.GetAllConnectionStates();
260
267
  }
261
- function bn(n, e) {
268
+ function hn(n, e) {
262
269
  return window.go.resource.Client.GetConnection(n, e);
263
270
  }
264
- function Mn(n, e) {
271
+ function mn(n, e) {
265
272
  return window.go.resource.Client.GetConnectionNamespaces(n, e);
266
273
  }
267
- function mn(n, e) {
274
+ function Ln(n, e) {
268
275
  return window.go.resource.Client.GetEditorSchemas(n, e);
269
276
  }
270
- function Ln(n, e, t) {
277
+ function _n(n, e, t) {
271
278
  return window.go.resource.Client.GetFilterFields(n, e, t);
272
279
  }
273
- function hn(n, e, t, o) {
280
+ function yn(n, e, t, o) {
274
281
  return window.go.resource.Client.GetHealth(n, e, t, o);
275
282
  }
276
- function _n(n, e) {
283
+ function Fn(n, e) {
277
284
  return window.go.resource.Client.GetRelationships(n, e);
278
285
  }
279
- function yn(n, e) {
286
+ function An(n, e) {
280
287
  return window.go.resource.Client.GetResourceCapabilities(n, e);
281
288
  }
282
- function Fn(n, e) {
289
+ function In(n, e) {
283
290
  return window.go.resource.Client.GetResourceDefinition(n, e);
284
291
  }
285
- function An(n, e, t, o, i, r) {
292
+ function On(n, e, t, o, i, r) {
286
293
  return window.go.resource.Client.GetResourceEvents(n, e, t, o, i, r);
287
294
  }
288
- function In(n, e) {
295
+ function Tn(n, e) {
289
296
  return window.go.resource.Client.GetResourceGroup(n, e);
290
297
  }
291
- function On(n, e) {
298
+ function jn(n, e) {
292
299
  return window.go.resource.Client.GetResourceGroups(n, e);
293
300
  }
294
- function Tn(n, e, t) {
301
+ function Hn(n, e, t) {
295
302
  return window.go.resource.Client.GetResourceSchema(n, e, t);
296
303
  }
297
- function jn(n, e) {
304
+ function $n(n, e) {
298
305
  return window.go.resource.Client.GetResourceType(n, e);
299
306
  }
300
- function $n(n, e) {
307
+ function xn(n, e) {
301
308
  return window.go.resource.Client.GetResourceTypes(n, e);
302
309
  }
303
- function xn(n, e) {
310
+ function zn(n, e) {
304
311
  return window.go.resource.Client.GetWatchState(n, e);
305
312
  }
306
- function zn(n, e) {
313
+ function Wn(n, e) {
307
314
  return window.go.resource.Client.HasResourceType(n, e);
308
315
  }
309
- function Hn(n, e, t) {
316
+ function Vn(n, e, t) {
310
317
  return window.go.resource.Client.IsResourceWatchRunning(n, e, t);
311
318
  }
312
- function Wn(n, e, t, o) {
319
+ function Dn(n, e, t, o) {
313
320
  return window.go.resource.Client.List(n, e, t, o);
314
321
  }
315
- function Vn() {
322
+ function Un() {
316
323
  return window.go.resource.Client.ListAllConnections();
317
324
  }
318
- function Dn(n) {
325
+ function kn(n) {
319
326
  return window.go.resource.Client.ListConnections(n);
320
327
  }
321
- function Un() {
328
+ function En() {
322
329
  return window.go.resource.Client.ListPlugins();
323
330
  }
324
- function kn(n) {
331
+ function Qn(n) {
325
332
  return window.go.resource.Client.LoadConnections(n);
326
333
  }
327
- function En(n, e) {
334
+ function Bn(n, e) {
328
335
  return window.go.resource.Client.RemoveConnection(n, e);
329
336
  }
330
- function Qn(n, e, t, o, i) {
337
+ function Nn(n, e, t, o, i) {
331
338
  return window.go.resource.Client.ResolveRelationships(n, e, t, o, i);
332
339
  }
333
- function Bn(n, e, t) {
340
+ function qn(n, e, t) {
334
341
  return window.go.resource.Client.RestartResourceWatch(n, e, t);
335
342
  }
336
- function Nn(n, e) {
343
+ function Jn(n, e) {
337
344
  return window.go.resource.Client.StartConnection(n, e);
338
345
  }
339
- function qn(n, e) {
346
+ function Kn(n, e) {
340
347
  return window.go.resource.Client.StartConnectionWatch(n, e);
341
348
  }
342
- function Jn(n, e) {
349
+ function Xn(n, e) {
343
350
  return window.go.resource.Client.StopConnection(n, e);
344
351
  }
345
- function Kn(n, e) {
352
+ function Yn(n, e) {
346
353
  return window.go.resource.Client.StopConnectionWatch(n, e);
347
354
  }
348
- function Xn(n, e, t) {
355
+ function Zn(n, e, t) {
349
356
  return window.go.resource.Client.StopResourceWatch(n, e, t);
350
357
  }
351
- function Yn(n, e, t, o, i) {
358
+ function ne(n, e, t, o, i) {
352
359
  return window.go.resource.Client.StreamAction(n, e, t, o, i);
353
360
  }
354
- function Zn(n, e, t) {
361
+ function ee(n, e, t) {
355
362
  return window.go.resource.Client.SubscribeResource(n, e, t);
356
363
  }
357
- function ne(n, e, t) {
364
+ function te(n, e, t) {
358
365
  return window.go.resource.Client.UnsubscribeResource(n, e, t);
359
366
  }
360
- function ee(n, e, t, o) {
367
+ function oe(n, e, t, o) {
361
368
  return window.go.resource.Client.Update(n, e, t, o);
362
369
  }
363
- function te(n, e) {
370
+ function ie(n, e) {
364
371
  return window.go.resource.Client.UpdateConnection(n, e);
365
372
  }
366
- const ke = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
373
+ const Qe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
367
374
  __proto__: null,
368
- AddConnection: dn,
369
- Create: Sn,
370
- Delete: fn,
371
- EnsureResourceWatch: Cn,
372
- ExecuteAction: pn,
373
- Find: Gn,
374
- Get: Pn,
375
- GetActions: Rn,
376
- GetAllConnectionStates: vn,
377
- GetConnection: bn,
378
- GetConnectionNamespaces: Mn,
379
- GetEditorSchemas: mn,
380
- GetFilterFields: Ln,
381
- GetHealth: hn,
382
- GetRelationships: _n,
383
- GetResourceCapabilities: yn,
384
- GetResourceDefinition: Fn,
385
- GetResourceEvents: An,
386
- GetResourceGroup: In,
387
- GetResourceGroups: On,
388
- GetResourceSchema: Tn,
389
- GetResourceType: jn,
390
- GetResourceTypes: $n,
391
- GetWatchState: xn,
392
- HasResourceType: zn,
393
- IsResourceWatchRunning: Hn,
394
- List: Wn,
395
- ListAllConnections: Vn,
396
- ListConnections: Dn,
397
- ListPlugins: Un,
398
- LoadConnections: kn,
399
- RemoveConnection: En,
400
- ResolveRelationships: Qn,
401
- RestartResourceWatch: Bn,
402
- StartConnection: Nn,
403
- StartConnectionWatch: qn,
404
- StopConnection: Jn,
405
- StopConnectionWatch: Kn,
406
- StopResourceWatch: Xn,
407
- StreamAction: Yn,
408
- SubscribeResource: Zn,
409
- UnsubscribeResource: ne,
410
- Update: ee,
411
- UpdateConnection: te
375
+ AddConnection: Sn,
376
+ CheckConnection: Cn,
377
+ Create: fn,
378
+ Delete: pn,
379
+ EnsureResourceWatch: Gn,
380
+ ExecuteAction: Pn,
381
+ Find: Rn,
382
+ Get: vn,
383
+ GetActions: bn,
384
+ GetAllConnectionStates: Mn,
385
+ GetConnection: hn,
386
+ GetConnectionNamespaces: mn,
387
+ GetEditorSchemas: Ln,
388
+ GetFilterFields: _n,
389
+ GetHealth: yn,
390
+ GetRelationships: Fn,
391
+ GetResourceCapabilities: An,
392
+ GetResourceDefinition: In,
393
+ GetResourceEvents: On,
394
+ GetResourceGroup: Tn,
395
+ GetResourceGroups: jn,
396
+ GetResourceSchema: Hn,
397
+ GetResourceType: $n,
398
+ GetResourceTypes: xn,
399
+ GetWatchState: zn,
400
+ HasResourceType: Wn,
401
+ IsResourceWatchRunning: Vn,
402
+ List: Dn,
403
+ ListAllConnections: Un,
404
+ ListConnections: kn,
405
+ ListPlugins: En,
406
+ LoadConnections: Qn,
407
+ RemoveConnection: Bn,
408
+ ResolveRelationships: Nn,
409
+ RestartResourceWatch: qn,
410
+ StartConnection: Jn,
411
+ StartConnectionWatch: Kn,
412
+ StopConnection: Xn,
413
+ StopConnectionWatch: Yn,
414
+ StopResourceWatch: Zn,
415
+ StreamAction: ne,
416
+ SubscribeResource: ee,
417
+ UnsubscribeResource: te,
418
+ Update: oe,
419
+ UpdateConnection: ie
412
420
  }, Symbol.toStringTag, { value: "Module" }));
413
- function oe(n) {
421
+ function re(n) {
414
422
  return window.go.exec.Client.AttachSession(n);
415
423
  }
416
- function ie(n) {
424
+ function ue(n) {
417
425
  return window.go.exec.Client.CloseSession(n);
418
426
  }
419
- function re(n, e, t) {
427
+ function se(n, e, t) {
420
428
  return window.go.exec.Client.CreateSession(n, e, t);
421
429
  }
422
- function ue(n) {
430
+ function ge(n) {
423
431
  return window.go.exec.Client.CreateTerminal(n);
424
432
  }
425
- function se(n) {
433
+ function le(n) {
426
434
  return window.go.exec.Client.DetachSession(n);
427
435
  }
428
- function ge(n, e) {
436
+ function ce(n, e) {
429
437
  return window.go.exec.Client.GetHandler(n, e);
430
438
  }
431
- function le() {
439
+ function ae() {
432
440
  return window.go.exec.Client.GetHandlers();
433
441
  }
434
- function ce(n) {
442
+ function we(n) {
435
443
  return window.go.exec.Client.GetPluginHandlers(n);
436
444
  }
437
- function ae(n) {
445
+ function de(n) {
438
446
  return window.go.exec.Client.GetSession(n);
439
447
  }
440
- function we() {
448
+ function Se() {
441
449
  return window.go.exec.Client.ListPlugins();
442
450
  }
443
- function de() {
451
+ function Ce() {
444
452
  return window.go.exec.Client.ListSessions();
445
453
  }
446
- function Se(n, e, t) {
454
+ function fe(n, e, t) {
447
455
  return window.go.exec.Client.ResizeSession(n, e, t);
448
456
  }
449
- function fe(n, e) {
457
+ function pe(n, e) {
450
458
  return window.go.exec.Client.WriteSession(n, e);
451
459
  }
452
- const Ee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
460
+ const Be = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
453
461
  __proto__: null,
454
- AttachSession: oe,
455
- CloseSession: ie,
456
- CreateSession: re,
457
- CreateTerminal: ue,
458
- DetachSession: se,
459
- GetHandler: ge,
460
- GetHandlers: le,
461
- GetPluginHandlers: ce,
462
- GetSession: ae,
463
- ListPlugins: we,
464
- ListSessions: de,
465
- ResizeSession: Se,
466
- WriteSession: fe
462
+ AttachSession: re,
463
+ CloseSession: ue,
464
+ CreateSession: se,
465
+ CreateTerminal: ge,
466
+ DetachSession: le,
467
+ GetHandler: ce,
468
+ GetHandlers: ae,
469
+ GetPluginHandlers: we,
470
+ GetSession: de,
471
+ ListPlugins: Se,
472
+ ListSessions: Ce,
473
+ ResizeSession: fe,
474
+ WriteSession: pe
467
475
  }, Symbol.toStringTag, { value: "Module" }));
468
- function Ce(n) {
476
+ function Ge(n) {
469
477
  return window.go.logs.Client.CloseSession(n);
470
478
  }
471
- function pe(n, e, t) {
479
+ function Pe(n, e, t) {
472
480
  return window.go.logs.Client.CreateSession(n, e, t);
473
481
  }
474
- function Ge(n) {
482
+ function Re(n) {
475
483
  return window.go.logs.Client.GetSession(n);
476
484
  }
477
- function Pe(n) {
485
+ function ve(n) {
478
486
  return window.go.logs.Client.GetSupportedResources(n);
479
487
  }
480
- function Re() {
488
+ function be() {
481
489
  return window.go.logs.Client.ListSessions();
482
490
  }
483
- function ve(n) {
491
+ function Me(n) {
484
492
  return window.go.logs.Client.PauseSession(n);
485
493
  }
486
- function be(n) {
494
+ function he(n) {
487
495
  return window.go.logs.Client.ResumeSession(n);
488
496
  }
489
- function Me(n, e) {
497
+ function me(n, e) {
490
498
  return window.go.logs.Client.UpdateSessionOptions(n, e);
491
499
  }
492
- const Qe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
500
+ const Ne = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
493
501
  __proto__: null,
494
- CloseSession: Ce,
495
- CreateSession: pe,
496
- GetSession: Ge,
497
- GetSupportedResources: Pe,
498
- ListSessions: Re,
499
- PauseSession: ve,
500
- ResumeSession: be,
501
- UpdateSessionOptions: Me
502
+ CloseSession: Ge,
503
+ CreateSession: Pe,
504
+ GetSession: Re,
505
+ GetSupportedResources: ve,
506
+ ListSessions: be,
507
+ PauseSession: Me,
508
+ ResumeSession: he,
509
+ UpdateSessionOptions: me
502
510
  }, Symbol.toStringTag, { value: "Module" }));
503
- function me() {
511
+ function Le() {
504
512
  return window.go.metric.Client.GetProviders();
505
513
  }
506
- function Le(n) {
514
+ function _e(n) {
507
515
  return window.go.metric.Client.GetProvidersForResource(n);
508
516
  }
509
- function he(n, e, t) {
517
+ function ye(n, e, t) {
510
518
  return window.go.metric.Client.Query(n, e, t);
511
519
  }
512
- function _e(n, e, t, o, i, r, u, s, g, l) {
520
+ function Fe(n, e, t, o, i, r, u, s, g, l) {
513
521
  return window.go.metric.Client.QueryAll(n, e, t, o, i, r, u, s, g, l);
514
522
  }
515
- function ye(n, e, t) {
523
+ function Ae(n, e, t) {
516
524
  return window.go.metric.Client.Subscribe(n, e, t);
517
525
  }
518
- function Fe(n) {
526
+ function Ie(n) {
519
527
  return window.go.metric.Client.Unsubscribe(n);
520
528
  }
521
- const Be = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
529
+ const qe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
522
530
  __proto__: null,
523
- GetProviders: me,
524
- GetProvidersForResource: Le,
525
- Query: he,
526
- QueryAll: _e,
527
- Subscribe: ye,
528
- Unsubscribe: Fe
531
+ GetProviders: Le,
532
+ GetProvidersForResource: _e,
533
+ Query: ye,
534
+ QueryAll: Fe,
535
+ Subscribe: Ae,
536
+ Unsubscribe: Ie
529
537
  }, Symbol.toStringTag, { value: "Module" }));
530
- function Ae(n) {
538
+ function Oe(n) {
531
539
  return window.go.networker.Client.ClosePortForwardSession(n);
532
540
  }
533
- function Ie(n, e, t) {
541
+ function Te(n, e, t) {
534
542
  return window.go.networker.Client.FindPortForwardSessions(n, e, t);
535
543
  }
536
- function Oe(n) {
544
+ function je(n) {
537
545
  return window.go.networker.Client.GetPortForwardSession(n);
538
546
  }
539
- function Te(n) {
547
+ function He(n) {
540
548
  return window.go.networker.Client.GetSupportedPortForwardTargets(n);
541
549
  }
542
- function je() {
550
+ function $e() {
543
551
  return window.go.networker.Client.ListAllPortForwardSessions();
544
552
  }
545
- function $e(n, e) {
553
+ function xe(n, e) {
546
554
  return window.go.networker.Client.ListPortForwardSessions(n, e);
547
555
  }
548
- function xe(n, e, t) {
556
+ function ze(n, e, t) {
549
557
  return window.go.networker.Client.StartResourcePortForwardingSession(n, e, t);
550
558
  }
551
- const Ne = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
559
+ const Je = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
552
560
  __proto__: null,
553
- ClosePortForwardSession: Ae,
554
- FindPortForwardSessions: Ie,
555
- GetPortForwardSession: Oe,
556
- GetSupportedPortForwardTargets: Te,
557
- ListAllPortForwardSessions: je,
558
- ListPortForwardSessions: $e,
559
- StartResourcePortForwardingSession: xe
561
+ ClosePortForwardSession: Oe,
562
+ FindPortForwardSessions: Te,
563
+ GetPortForwardSession: je,
564
+ GetSupportedPortForwardTargets: He,
565
+ ListAllPortForwardSessions: $e,
566
+ ListPortForwardSessions: xe,
567
+ StartResourcePortForwardingSession: ze
560
568
  }, Symbol.toStringTag, { value: "Module" }));
561
- function ze(n) {
569
+ function We(n) {
562
570
  return window.go.ui.Client.GetPluginComponents(n);
563
571
  }
564
- function He(n) {
572
+ function Ve(n) {
565
573
  return window.go.ui.Client.GetResourceAreaComponent(n);
566
574
  }
567
- function We(n) {
575
+ function De(n) {
568
576
  return window.go.ui.Client.GetResourceComponents(n);
569
577
  }
570
- const qe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
578
+ const Ke = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
571
579
  __proto__: null,
572
- GetPluginComponents: ze,
573
- GetResourceAreaComponent: He,
574
- GetResourceComponents: We
580
+ GetPluginComponents: We,
581
+ GetResourceAreaComponent: Ve,
582
+ GetResourceComponents: De
575
583
  }, Symbol.toStringTag, { value: "Module" }));
576
584
  export {
577
- Pn as A,
578
- He as B,
579
- Ee as C,
580
- fn as D,
581
- On as E,
582
- Ie as F,
585
+ vn as A,
586
+ Ve as B,
587
+ Be as C,
588
+ pn as D,
589
+ jn as E,
590
+ Te as F,
583
591
  P as G,
584
- Wn as H,
585
- jn as I,
586
- $n as J,
587
- Sn as K,
588
- Dn as L,
589
- Zn as M,
590
- ne as N,
591
- Rn as O,
592
+ Dn as H,
593
+ $n as I,
594
+ xn as J,
595
+ fn as K,
596
+ kn as L,
597
+ ee as M,
598
+ te as N,
599
+ bn as O,
592
600
  d as P,
593
- _e as Q,
594
- En as R,
595
- Nn as S,
596
- pn as T,
597
- te as U,
598
- wn as V,
599
- mn as W,
600
- xn as X,
601
- Yn as Y,
602
- Ne as a,
603
- ke as b,
604
- Ve as c,
605
- Ue as d,
606
- qe as e,
607
- Qe as f,
608
- Be as g,
609
- Jn as h,
610
- bn as i,
611
- qn as j,
612
- Kn as k,
613
- Mn as l,
614
- vn as m,
615
- Vn as n,
616
- re as o,
617
- De as p,
618
- pe as q,
619
- Ce as r,
620
- me as s,
621
- Le as t,
622
- ye as u,
623
- Fe as v,
624
- je as w,
625
- Ae as x,
626
- xe as y,
627
- ee as z
601
+ Fe as Q,
602
+ Bn as R,
603
+ Jn as S,
604
+ Pn as T,
605
+ ie as U,
606
+ dn as V,
607
+ Ln as W,
608
+ zn as X,
609
+ ne as Y,
610
+ Je as a,
611
+ Qe as b,
612
+ Ue as c,
613
+ Ee as d,
614
+ Ke as e,
615
+ Ne as f,
616
+ qe as g,
617
+ Xn as h,
618
+ hn as i,
619
+ Kn as j,
620
+ Yn as k,
621
+ mn as l,
622
+ Mn as m,
623
+ Un as n,
624
+ se as o,
625
+ ke as p,
626
+ Pe as q,
627
+ Ge as r,
628
+ Le as s,
629
+ _e as t,
630
+ Ae as u,
631
+ Ie as v,
632
+ $e as w,
633
+ Oe as x,
634
+ ze as y,
635
+ oe as z
628
636
  };