vim-web 0.3.44-dev.50 → 0.3.44-dev.51

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.
@@ -5,6 +5,7 @@ export * as Icons from './icons';
5
5
  export * as Settings from './settings';
6
6
  export * as Webgl from './webgl';
7
7
  export * as Ultra from './ultra';
8
+ export * as Errors from './errors';
8
9
  export * from './container';
9
10
  export type * from './helpers';
10
11
  export type * from './panels';
@@ -57147,7 +57147,7 @@ void main() {
57147
57147
  }
57148
57148
  return result;
57149
57149
  }
57150
- const index$7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
57150
+ const index$8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
57151
57151
  __proto__: null,
57152
57152
  IProgressLogs: distExports$2.IProgressLogs,
57153
57153
  Layers,
@@ -61343,7 +61343,7 @@ Averrage Date/Second ${avgDataRatePS} kb
61343
61343
  window.onbeforeunload = null;
61344
61344
  }
61345
61345
  };
61346
- const index$6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
61346
+ const index$7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
61347
61347
  __proto__: null,
61348
61348
  INVALID_HANDLE,
61349
61349
  InputMode,
@@ -61357,12 +61357,12 @@ Averrage Date/Second ${avgDataRatePS} kb
61357
61357
  VimLoadingStatus,
61358
61358
  materialHandles
61359
61359
  }, Symbol.toStringTag, { value: "Module" }));
61360
- const index$5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
61360
+ const index$6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
61361
61361
  __proto__: null,
61362
61362
  InputHandler,
61363
61363
  PointerMode: PointerMode$1,
61364
- Ultra: index$6,
61365
- Webgl: index$7
61364
+ Ultra: index$7,
61365
+ Webgl: index$8
61366
61366
  }, Symbol.toStringTag, { value: "Module" }));
61367
61367
  const sectionSelection = "controlBar.sectionSelection";
61368
61368
  const sectionCamera = "controlBar.sectionCamera";
@@ -61472,7 +61472,7 @@ Averrage Date/Second ${avgDataRatePS} kb
61472
61472
  sectionDefaultStyle,
61473
61473
  sectionNoPadStyle
61474
61474
  }, Symbol.toStringTag, { value: "Module" }));
61475
- const index$4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
61475
+ const index$5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
61476
61476
  __proto__: null,
61477
61477
  Ids: controlBarIds,
61478
61478
  Style: style
@@ -63635,7 +63635,7 @@ Averrage Date/Second ${avgDataRatePS} kb
63635
63635
  function isFalse(value) {
63636
63636
  return value === false || value === "AlwaysFalse";
63637
63637
  }
63638
- const index$3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
63638
+ const index$4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
63639
63639
  __proto__: null,
63640
63640
  createSettings,
63641
63641
  getDefaultSettings,
@@ -75079,6 +75079,32 @@ Averrage Date/Second ${avgDataRatePS} kb
75079
75079
  ])
75080
75080
  ] });
75081
75081
  }
75082
+ const index$3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
75083
+ __proto__: null,
75084
+ bold,
75085
+ bullet,
75086
+ detailText,
75087
+ dotList,
75088
+ fileOpeningError,
75089
+ footer: footer$1,
75090
+ isFilePathOrUri,
75091
+ isLocalUrl,
75092
+ link,
75093
+ mainText,
75094
+ numList,
75095
+ serverCompatibilityError,
75096
+ serverConnectionError,
75097
+ serverFileDownloadingError,
75098
+ serverFileLoadingError,
75099
+ serverStreamError,
75100
+ subTitle,
75101
+ vcColorLink,
75102
+ vcColorPrimary,
75103
+ vcColorSecondary,
75104
+ vcLabel,
75105
+ vcLink,
75106
+ vcRoboto
75107
+ }, Symbol.toStringTag, { value: "Module" }));
75082
75108
  class ComponentLoader {
75083
75109
  constructor(viewer, modal) {
75084
75110
  __publicField(this, "_viewer");
@@ -76321,14 +76347,15 @@ Averrage Date/Second ${avgDataRatePS} kb
76321
76347
  }, Symbol.toStringTag, { value: "Module" }));
76322
76348
  const index = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
76323
76349
  __proto__: null,
76324
- ControlBar: index$4,
76350
+ ControlBar: index$5,
76351
+ Errors: index$3,
76325
76352
  Icons: icons,
76326
- Settings: index$3,
76353
+ Settings: index$4,
76327
76354
  Ultra: index$1,
76328
76355
  Webgl: index$2,
76329
76356
  createContainer
76330
76357
  }, Symbol.toStringTag, { value: "Module" }));
76331
- exports.Core = index$5;
76358
+ exports.Core = index$6;
76332
76359
  exports.React = index;
76333
76360
  exports.THREE = three_module;
76334
76361
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });