@vitrosoftware/common-ui-ts 1.1.88 → 1.1.89

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.
@@ -6,6 +6,7 @@ interface GroupItemProps {
6
6
  text?: string;
7
7
  itemList: SidebarItem[];
8
8
  activeItem?: string;
9
+ setActiveItem: (id: string) => any;
9
10
  currentUrl: string;
10
11
  linkItemWidth?: number;
11
12
  container?: any;
@@ -6,6 +6,8 @@ interface ItemProps {
6
6
  isHover?: boolean;
7
7
  isSidebarExpanded: boolean;
8
8
  isMobileView: boolean;
9
+ width?: number;
10
+ className?: string;
9
11
  }
10
12
  export declare const Item: (props: ItemProps) => JSX.Element;
11
13
  export {};
@@ -5,6 +5,7 @@ interface SectionProps {
5
5
  text?: string;
6
6
  itemList?: SidebarItem[];
7
7
  activeItem?: string;
8
+ setActiveItem: (id: string) => any;
8
9
  currentUrl: string;
9
10
  linkItemWidth?: number;
10
11
  isExpanded: boolean;
@@ -4,6 +4,7 @@ interface SectionListProps {
4
4
  itemList: SidebarSection[];
5
5
  currentUrl: string;
6
6
  activeItem?: string;
7
+ setActiveItem: (id: string) => any;
7
8
  linkItemWidth?: number;
8
9
  isExpanded: boolean;
9
10
  isMobileView: boolean;
@@ -8,6 +8,8 @@ interface SidebarProps {
8
8
  topItemList: SidebarSection[];
9
9
  bottomItemList?: SidebarSection[];
10
10
  overflowItemList?: SidebarSection[];
11
+ logo: string;
12
+ logoText: string;
11
13
  activeItem?: any;
12
14
  isDifferentOnMobileView?: boolean;
13
15
  }
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import * as TOOLTIP from './TooltipConstants';
3
2
  interface TooltipProps {
4
3
  text: string;
@@ -6,5 +5,5 @@ interface TooltipProps {
6
5
  isShow?: boolean;
7
6
  children: any;
8
7
  }
9
- export declare const Tooltip: (props: TooltipProps) => JSX.Element;
8
+ export declare const Tooltip: (props: TooltipProps) => any;
10
9
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitrosoftware/common-ui-ts",
3
- "version": "1.1.88",
3
+ "version": "1.1.89",
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.88';
1
+ import { BIMModel, BIMCommon, BIMAnnotation } from '/resource/bimViewer/js/bim-viewer-models.js?version=1.1.89';
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.88';
8
+ from '/resource/bimViewer/js/xeokit/xeokit-sdk.es.js?version=1.1.89';
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.88",
3216
+ value: "resource/pdfViewer/js/pdf.worker.js?version=1.1.89",
3217
3217
  kind: OptionKind.WORKER
3218
3218
  }
3219
3219
  };
@@ -1,5 +0,0 @@
1
- <svg viewBox="0 0 41 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="10.5" cy="20" r="2.5" transform="rotate(-90 10.5 20)" fill="#4A556C"/>
3
- <circle cx="20.5" cy="20" r="2.5" transform="rotate(-90 20.5 20)" fill="#4A556C"/>
4
- <circle cx="30.5" cy="20" r="2.5" transform="rotate(-90 30.5 20)" fill="#4A556C"/>
5
- </svg>