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