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.
package/dist/vim-web.js CHANGED
@@ -57131,7 +57131,7 @@ function removeUndefinedProperties(obj) {
57131
57131
  }
57132
57132
  return result;
57133
57133
  }
57134
- const index$7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
57134
+ const index$8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
57135
57135
  __proto__: null,
57136
57136
  IProgressLogs: distExports$2.IProgressLogs,
57137
57137
  Layers: Layers2,
@@ -61327,7 +61327,7 @@ let Viewer$2 = class Viewer2 {
61327
61327
  window.onbeforeunload = null;
61328
61328
  }
61329
61329
  };
61330
- const index$6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
61330
+ const index$7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
61331
61331
  __proto__: null,
61332
61332
  INVALID_HANDLE,
61333
61333
  InputMode,
@@ -61341,12 +61341,12 @@ const index$6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePrope
61341
61341
  VimLoadingStatus,
61342
61342
  materialHandles
61343
61343
  }, Symbol.toStringTag, { value: "Module" }));
61344
- const index$5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
61344
+ const index$6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
61345
61345
  __proto__: null,
61346
61346
  InputHandler,
61347
61347
  PointerMode: PointerMode$1,
61348
- Ultra: index$6,
61349
- Webgl: index$7
61348
+ Ultra: index$7,
61349
+ Webgl: index$8
61350
61350
  }, Symbol.toStringTag, { value: "Module" }));
61351
61351
  const sectionSelection = "controlBar.sectionSelection";
61352
61352
  const sectionCamera = "controlBar.sectionCamera";
@@ -61456,7 +61456,7 @@ const style = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
61456
61456
  sectionDefaultStyle,
61457
61457
  sectionNoPadStyle
61458
61458
  }, Symbol.toStringTag, { value: "Module" }));
61459
- const index$4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
61459
+ const index$5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
61460
61460
  __proto__: null,
61461
61461
  Ids: controlBarIds,
61462
61462
  Style: style
@@ -63619,7 +63619,7 @@ function isTrue(value) {
63619
63619
  function isFalse(value) {
63620
63620
  return value === false || value === "AlwaysFalse";
63621
63621
  }
63622
- const index$3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
63622
+ const index$4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
63623
63623
  __proto__: null,
63624
63624
  createSettings,
63625
63625
  getDefaultSettings,
@@ -75063,6 +75063,32 @@ function body$1(url) {
75063
75063
  ])
75064
75064
  ] });
75065
75065
  }
75066
+ const index$3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
75067
+ __proto__: null,
75068
+ bold,
75069
+ bullet,
75070
+ detailText,
75071
+ dotList,
75072
+ fileOpeningError,
75073
+ footer: footer$1,
75074
+ isFilePathOrUri,
75075
+ isLocalUrl,
75076
+ link,
75077
+ mainText,
75078
+ numList,
75079
+ serverCompatibilityError,
75080
+ serverConnectionError,
75081
+ serverFileDownloadingError,
75082
+ serverFileLoadingError,
75083
+ serverStreamError,
75084
+ subTitle,
75085
+ vcColorLink,
75086
+ vcColorPrimary,
75087
+ vcColorSecondary,
75088
+ vcLabel,
75089
+ vcLink,
75090
+ vcRoboto
75091
+ }, Symbol.toStringTag, { value: "Module" }));
75066
75092
  class ComponentLoader {
75067
75093
  constructor(viewer, modal) {
75068
75094
  __publicField(this, "_viewer");
@@ -76305,15 +76331,16 @@ const index$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePrope
76305
76331
  }, Symbol.toStringTag, { value: "Module" }));
76306
76332
  const index = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
76307
76333
  __proto__: null,
76308
- ControlBar: index$4,
76334
+ ControlBar: index$5,
76335
+ Errors: index$3,
76309
76336
  Icons: icons,
76310
- Settings: index$3,
76337
+ Settings: index$4,
76311
76338
  Ultra: index$1,
76312
76339
  Webgl: index$2,
76313
76340
  createContainer
76314
76341
  }, Symbol.toStringTag, { value: "Module" }));
76315
76342
  export {
76316
- index$5 as Core,
76343
+ index$6 as Core,
76317
76344
  index as React,
76318
76345
  three_module as THREE
76319
76346
  };