@vitrosoftware/common-ui-ts 1.1.95 → 1.1.97

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.
@@ -10,8 +10,10 @@ interface ImagePickerProps {
10
10
  classNameDefaultImage?: string;
11
11
  imgUrlUpload?: string;
12
12
  imgUrlDelete?: string;
13
+ errorMessage?: string;
13
14
  onChange: (file: File | null, name?: string) => void;
14
15
  isReadOnly?: boolean;
16
+ isRequired?: boolean;
15
17
  }
16
18
  export declare const ImagePicker: (props: ImagePickerProps) => JSX.Element;
17
19
  export {};
@@ -1,7 +1,6 @@
1
1
  import React from 'react';
2
2
  import { SidebarItem } from './SidebarItem';
3
3
  interface SectionProps {
4
- link?: string;
5
4
  text?: string;
6
5
  itemList?: SidebarItem[];
7
6
  activeItem?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitrosoftware/common-ui-ts",
3
- "version": "1.1.95",
3
+ "version": "1.1.97",
4
4
  "description": "vitro software common ui ts",
5
5
  "author": "",
6
6
  "license": "MIT",
@@ -1,11 +1,11 @@
1
- import { BIMModel, BIMCommon, BIMAnnotation } from '/resource/bimViewer/js/bim-viewer-models.js?version=1.1.95';
1
+ import { BIMModel, BIMCommon, BIMAnnotation } from '/resource/bimViewer/js/bim-viewer-models.js?version=1.1.97';
2
2
 
3
3
  import {
4
4
  Viewer, XKTLoaderPlugin, NavCubePlugin, SectionPlanesPlugin, math, BCFViewpointsPlugin, AnnotationsPlugin,
5
5
  ContextMenu, TreeViewPlugin, StoreyViewsPlugin, AngleMeasurementsPlugin, CameraMemento, DistanceMeasurementsPlugin,
6
6
  GLTFLoaderPlugin, utils, FastNavPlugin, MetaObject
7
7
  }
8
- from '/resource/bimViewer/js/xeokit/xeokit-sdk.es.js?version=1.1.95';
8
+ from '/resource/bimViewer/js/xeokit/xeokit-sdk.es.js?version=1.1.97';
9
9
 
10
10
 
11
11
  const processByChildIdList = (treeViewNode, event) => {
@@ -3213,7 +3213,7 @@ const defaultOptions = {
3213
3213
  kind: OptionKind.WORKER
3214
3214
  },
3215
3215
  workerSrc: {
3216
- value: "resource/pdfViewer/js/pdf.worker.js?version=1.1.95",
3216
+ value: "resource/pdfViewer/js/pdf.worker.js?version=1.1.97",
3217
3217
  kind: OptionKind.WORKER
3218
3218
  }
3219
3219
  };