@itwin/appui-react 3.0.0-dev.126 → 3.0.0-dev.127
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomItemDef.js","sourceRoot":"","sources":["../../../../src/appui-react/shared/CustomItemDef.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,+BAA+B;AAC/B,0DAAgE;AAEhE,+DAA4D;AAS5D;;GAEG;AACH,MAAa,aAAc,SAAQ,yCAAmB;IAOpD,YAAY,KAAsB;QAChC,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,IAAI,KAAK,CAAC,QAAQ;YAChB,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAC;aAC5B;YACH,aAAa,CAAC,IAAI,EAAE,CAAC;YACrB,IAAI,CAAC,QAAQ,GAAG,aAAa,CAAC,cAAc,GAAG,aAAa,CAAC,IAAI,CAAC;SACnE;QAED,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,CAAC;QACvC,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC,cAAc,CAAC;IAC7C,CAAC;IAED,IAAW,EAAE;QACX,OAAO,IAAI,CAAC,QAAQ,CAAC;IACvB,CAAC;IAEe,gBAAgB,CAAC,KAAc;QAC7C,IAAI,CAAC,IAAI,CAAC,SAAS,IAAI,wCAAuB,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,8CAA8C;YACpH,OAAO,IAAI,CAAC;QAEd,IAAI,KAAsB,CAAC;QAE3B,uBAAuB;QACvB,IAAI,IAAI,CAAC,YAAY,IAAI,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE;YAChE,MAAM,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;YAC/B,MAAM,UAAU,GAAe;gBAC7B,GAAG;gBACH,WAAW,EAAE,IAAI,CAAC,eAAe;aAClC,CAAC;YAEF,KAAK,GAAG,KAAK,CAAC,YAAY,CAAC,IAAI,CAAC,YAAY,EAAE,UAAU,CAAC,CAAC;SAC3D;QAED,OAAO,KAAK,CAAC;IACf,CAAC;;AA3CH,sCA6CC;AA5CgB,kBAAI,GAAG,CAAC,CAAC;AACV,4BAAc,GAAG,SAAS,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Item\r\n */\r\n\r\nimport * as React from \"react\";\r\nimport { ConditionalBooleanValue } from \"@itwin/appui-abstract\";\r\nimport { SizeProps } from \"@itwin/core-react\";\r\nimport { ActionButtonItemDef } from \"./ActionButtonItemDef\";\r\nimport { CustomItemProps } from \"./CustomItemProps\";\r\n\r\n/** @internal */\r\ninterface CloneProps {\r\n key: string;\r\n onSizeKnown: (size: SizeProps) => void;\r\n}\r\n\r\n/** An Item that renders a React component.\r\n * @public\r\n */\r\nexport class CustomItemDef extends ActionButtonItemDef {\r\n private static _sId = 0;\r\n public static customIdPrefix = \"Custom-\";\r\n public customId: string;\r\n public reactElement?: React.ReactNode; // prefer to use popupPanelNode\r\n public popupPanelNode?: React.ReactNode
|
|
1
|
+
{"version":3,"file":"CustomItemDef.js","sourceRoot":"","sources":["../../../../src/appui-react/shared/CustomItemDef.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,+BAA+B;AAC/B,0DAAgE;AAEhE,+DAA4D;AAS5D;;GAEG;AACH,MAAa,aAAc,SAAQ,yCAAmB;IAOpD,YAAY,KAAsB;QAChC,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,IAAI,KAAK,CAAC,QAAQ;YAChB,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAC;aAC5B;YACH,aAAa,CAAC,IAAI,EAAE,CAAC;YACrB,IAAI,CAAC,QAAQ,GAAG,aAAa,CAAC,cAAc,GAAG,aAAa,CAAC,IAAI,CAAC;SACnE;QAED,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,CAAC;QACvC,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC,cAAc,CAAC;IAC7C,CAAC;IAED,IAAW,EAAE;QACX,OAAO,IAAI,CAAC,QAAQ,CAAC;IACvB,CAAC;IAEe,gBAAgB,CAAC,KAAc;QAC7C,IAAI,CAAC,IAAI,CAAC,SAAS,IAAI,wCAAuB,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,8CAA8C;YACpH,OAAO,IAAI,CAAC;QAEd,IAAI,KAAsB,CAAC;QAE3B,uBAAuB;QACvB,IAAI,IAAI,CAAC,YAAY,IAAI,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE;YAChE,MAAM,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;YAC/B,MAAM,UAAU,GAAe;gBAC7B,GAAG;gBACH,WAAW,EAAE,IAAI,CAAC,eAAe;aAClC,CAAC;YAEF,KAAK,GAAG,KAAK,CAAC,YAAY,CAAC,IAAI,CAAC,YAAY,EAAE,UAAU,CAAC,CAAC;SAC3D;QAED,OAAO,KAAK,CAAC;IACf,CAAC;;AA3CH,sCA6CC;AA5CgB,kBAAI,GAAG,CAAC,CAAC;AACV,4BAAc,GAAG,SAAS,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Item\r\n */\r\n\r\nimport * as React from \"react\";\r\nimport { ConditionalBooleanValue } from \"@itwin/appui-abstract\";\r\nimport { SizeProps } from \"@itwin/core-react\";\r\nimport { ActionButtonItemDef } from \"./ActionButtonItemDef\";\r\nimport { CustomItemProps } from \"./CustomItemProps\";\r\n\r\n/** @internal */\r\ninterface CloneProps {\r\n key: string;\r\n onSizeKnown: (size: SizeProps) => void;\r\n}\r\n\r\n/** An Item that renders a React component.\r\n * @public\r\n */\r\nexport class CustomItemDef extends ActionButtonItemDef {\r\n private static _sId = 0;\r\n public static customIdPrefix = \"Custom-\";\r\n public customId: string;\r\n public reactElement?: React.ReactNode; // prefer to use popupPanelNode\r\n public popupPanelNode?: React.ReactNode; // popupPanelNode populates the panelContentNode when converted to a CustomToolbarItem which can be supplied by an UiItemsProvider\r\n\r\n constructor(props: CustomItemProps) {\r\n super(props);\r\n\r\n if (props.customId)\r\n this.customId = props.customId;\r\n else {\r\n CustomItemDef._sId++;\r\n this.customId = CustomItemDef.customIdPrefix + CustomItemDef._sId;\r\n }\r\n\r\n this.reactElement = props.reactElement;\r\n this.popupPanelNode = props.popupPanelNode;\r\n }\r\n\r\n public get id(): string {\r\n return this.customId;\r\n }\r\n\r\n public override toolbarReactNode(index?: number): React.ReactNode {\r\n if (!this.isVisible || ConditionalBooleanValue.getValue(this.isHidden)) // eslint-disable-line deprecation/deprecation\r\n return null;\r\n\r\n let clone: React.ReactNode;\r\n\r\n // istanbul ignore else\r\n if (this.reactElement && React.isValidElement(this.reactElement)) {\r\n const key = this.getKey(index);\r\n const cloneProps: CloneProps = {\r\n key,\r\n onSizeKnown: this.handleSizeKnown,\r\n };\r\n\r\n clone = React.cloneElement(this.reactElement, cloneProps);\r\n }\r\n\r\n return clone;\r\n }\r\n\r\n}\r\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomItemDef.js","sourceRoot":"","sources":["../../../../src/appui-react/shared/CustomItemDef.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AAEhE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAS5D;;GAEG;AACH,MAAM,OAAO,aAAc,SAAQ,mBAAmB;IAOpD,YAAY,KAAsB;QAChC,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,IAAI,KAAK,CAAC,QAAQ;YAChB,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAC;aAC5B;YACH,aAAa,CAAC,IAAI,EAAE,CAAC;YACrB,IAAI,CAAC,QAAQ,GAAG,aAAa,CAAC,cAAc,GAAG,aAAa,CAAC,IAAI,CAAC;SACnE;QAED,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,CAAC;QACvC,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC,cAAc,CAAC;IAC7C,CAAC;IAED,IAAW,EAAE;QACX,OAAO,IAAI,CAAC,QAAQ,CAAC;IACvB,CAAC;IAEe,gBAAgB,CAAC,KAAc;QAC7C,IAAI,CAAC,IAAI,CAAC,SAAS,IAAI,uBAAuB,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,8CAA8C;YACpH,OAAO,IAAI,CAAC;QAEd,IAAI,KAAsB,CAAC;QAE3B,uBAAuB;QACvB,IAAI,IAAI,CAAC,YAAY,IAAI,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE;YAChE,MAAM,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;YAC/B,MAAM,UAAU,GAAe;gBAC7B,GAAG;gBACH,WAAW,EAAE,IAAI,CAAC,eAAe;aAClC,CAAC;YAEF,KAAK,GAAG,KAAK,CAAC,YAAY,CAAC,IAAI,CAAC,YAAY,EAAE,UAAU,CAAC,CAAC;SAC3D;QAED,OAAO,KAAK,CAAC;IACf,CAAC;;AA1Cc,kBAAI,GAAG,CAAC,CAAC;AACV,4BAAc,GAAG,SAAS,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Item\r\n */\r\n\r\nimport * as React from \"react\";\r\nimport { ConditionalBooleanValue } from \"@itwin/appui-abstract\";\r\nimport { SizeProps } from \"@itwin/core-react\";\r\nimport { ActionButtonItemDef } from \"./ActionButtonItemDef\";\r\nimport { CustomItemProps } from \"./CustomItemProps\";\r\n\r\n/** @internal */\r\ninterface CloneProps {\r\n key: string;\r\n onSizeKnown: (size: SizeProps) => void;\r\n}\r\n\r\n/** An Item that renders a React component.\r\n * @public\r\n */\r\nexport class CustomItemDef extends ActionButtonItemDef {\r\n private static _sId = 0;\r\n public static customIdPrefix = \"Custom-\";\r\n public customId: string;\r\n public reactElement?: React.ReactNode; // prefer to use popupPanelNode\r\n public popupPanelNode?: React.ReactNode
|
|
1
|
+
{"version":3,"file":"CustomItemDef.js","sourceRoot":"","sources":["../../../../src/appui-react/shared/CustomItemDef.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AAEhE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAS5D;;GAEG;AACH,MAAM,OAAO,aAAc,SAAQ,mBAAmB;IAOpD,YAAY,KAAsB;QAChC,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,IAAI,KAAK,CAAC,QAAQ;YAChB,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAC;aAC5B;YACH,aAAa,CAAC,IAAI,EAAE,CAAC;YACrB,IAAI,CAAC,QAAQ,GAAG,aAAa,CAAC,cAAc,GAAG,aAAa,CAAC,IAAI,CAAC;SACnE;QAED,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,CAAC;QACvC,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC,cAAc,CAAC;IAC7C,CAAC;IAED,IAAW,EAAE;QACX,OAAO,IAAI,CAAC,QAAQ,CAAC;IACvB,CAAC;IAEe,gBAAgB,CAAC,KAAc;QAC7C,IAAI,CAAC,IAAI,CAAC,SAAS,IAAI,uBAAuB,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,8CAA8C;YACpH,OAAO,IAAI,CAAC;QAEd,IAAI,KAAsB,CAAC;QAE3B,uBAAuB;QACvB,IAAI,IAAI,CAAC,YAAY,IAAI,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE;YAChE,MAAM,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;YAC/B,MAAM,UAAU,GAAe;gBAC7B,GAAG;gBACH,WAAW,EAAE,IAAI,CAAC,eAAe;aAClC,CAAC;YAEF,KAAK,GAAG,KAAK,CAAC,YAAY,CAAC,IAAI,CAAC,YAAY,EAAE,UAAU,CAAC,CAAC;SAC3D;QAED,OAAO,KAAK,CAAC;IACf,CAAC;;AA1Cc,kBAAI,GAAG,CAAC,CAAC;AACV,4BAAc,GAAG,SAAS,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Item\r\n */\r\n\r\nimport * as React from \"react\";\r\nimport { ConditionalBooleanValue } from \"@itwin/appui-abstract\";\r\nimport { SizeProps } from \"@itwin/core-react\";\r\nimport { ActionButtonItemDef } from \"./ActionButtonItemDef\";\r\nimport { CustomItemProps } from \"./CustomItemProps\";\r\n\r\n/** @internal */\r\ninterface CloneProps {\r\n key: string;\r\n onSizeKnown: (size: SizeProps) => void;\r\n}\r\n\r\n/** An Item that renders a React component.\r\n * @public\r\n */\r\nexport class CustomItemDef extends ActionButtonItemDef {\r\n private static _sId = 0;\r\n public static customIdPrefix = \"Custom-\";\r\n public customId: string;\r\n public reactElement?: React.ReactNode; // prefer to use popupPanelNode\r\n public popupPanelNode?: React.ReactNode; // popupPanelNode populates the panelContentNode when converted to a CustomToolbarItem which can be supplied by an UiItemsProvider\r\n\r\n constructor(props: CustomItemProps) {\r\n super(props);\r\n\r\n if (props.customId)\r\n this.customId = props.customId;\r\n else {\r\n CustomItemDef._sId++;\r\n this.customId = CustomItemDef.customIdPrefix + CustomItemDef._sId;\r\n }\r\n\r\n this.reactElement = props.reactElement;\r\n this.popupPanelNode = props.popupPanelNode;\r\n }\r\n\r\n public get id(): string {\r\n return this.customId;\r\n }\r\n\r\n public override toolbarReactNode(index?: number): React.ReactNode {\r\n if (!this.isVisible || ConditionalBooleanValue.getValue(this.isHidden)) // eslint-disable-line deprecation/deprecation\r\n return null;\r\n\r\n let clone: React.ReactNode;\r\n\r\n // istanbul ignore else\r\n if (this.reactElement && React.isValidElement(this.reactElement)) {\r\n const key = this.getKey(index);\r\n const cloneProps: CloneProps = {\r\n key,\r\n onSizeKnown: this.handleSizeKnown,\r\n };\r\n\r\n clone = React.cloneElement(this.reactElement, cloneProps);\r\n }\r\n\r\n return clone;\r\n }\r\n\r\n}\r\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/appui-react",
|
|
3
|
-
"version": "3.0.0-dev.
|
|
3
|
+
"version": "3.0.0-dev.127",
|
|
4
4
|
"description": "UI framework",
|
|
5
5
|
"main": "lib/cjs/appui-react.js",
|
|
6
6
|
"module": "lib/esm/appui-react.js",
|
|
@@ -21,21 +21,21 @@
|
|
|
21
21
|
"url": "http://www.bentley.com"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@itwin/core-bentley": "^3.0.0-dev.
|
|
25
|
-
"@itwin/core-geometry": "^3.0.0-dev.
|
|
26
|
-
"@itwin/core-common": "^3.0.0-dev.
|
|
27
|
-
"@itwin/core-frontend": "^3.0.0-dev.
|
|
28
|
-
"@itwin/core-i18n": "^3.0.0-dev.
|
|
29
|
-
"@itwin/core-markup": "^3.0.0-dev.
|
|
30
|
-
"@itwin/core-quantity": "^3.0.0-dev.
|
|
31
|
-
"@bentley/itwin-client": "^3.0.0-dev.
|
|
32
|
-
"@itwin/presentation-common": "^3.0.0-dev.
|
|
33
|
-
"@itwin/presentation-frontend": "^3.0.0-dev.
|
|
34
|
-
"@itwin/appui-abstract": "^3.0.0-dev.
|
|
35
|
-
"@itwin/components-react": "^3.0.0-dev.
|
|
36
|
-
"@itwin/core-react": "^3.0.0-dev.
|
|
37
|
-
"@itwin/imodel-components-react": "^3.0.0-dev.
|
|
38
|
-
"@itwin/appui-layout-react": "^3.0.0-dev.
|
|
24
|
+
"@itwin/core-bentley": "^3.0.0-dev.127",
|
|
25
|
+
"@itwin/core-geometry": "^3.0.0-dev.127",
|
|
26
|
+
"@itwin/core-common": "^3.0.0-dev.127",
|
|
27
|
+
"@itwin/core-frontend": "^3.0.0-dev.127",
|
|
28
|
+
"@itwin/core-i18n": "^3.0.0-dev.127",
|
|
29
|
+
"@itwin/core-markup": "^3.0.0-dev.127",
|
|
30
|
+
"@itwin/core-quantity": "^3.0.0-dev.127",
|
|
31
|
+
"@bentley/itwin-client": "^3.0.0-dev.127",
|
|
32
|
+
"@itwin/presentation-common": "^3.0.0-dev.127",
|
|
33
|
+
"@itwin/presentation-frontend": "^3.0.0-dev.127",
|
|
34
|
+
"@itwin/appui-abstract": "^3.0.0-dev.127",
|
|
35
|
+
"@itwin/components-react": "^3.0.0-dev.127",
|
|
36
|
+
"@itwin/core-react": "^3.0.0-dev.127",
|
|
37
|
+
"@itwin/imodel-components-react": "^3.0.0-dev.127",
|
|
38
|
+
"@itwin/appui-layout-react": "^3.0.0-dev.127",
|
|
39
39
|
"react": "^17.0.0",
|
|
40
40
|
"react-dom": "^17.0.0",
|
|
41
41
|
"react-redux": "^7.2.2",
|
|
@@ -46,24 +46,24 @@
|
|
|
46
46
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
47
47
|
],
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@itwin/core-bentley": "3.0.0-dev.
|
|
50
|
-
"@itwin/build-tools": "3.0.0-dev.
|
|
51
|
-
"@itwin/eslint-plugin": "3.0.0-dev.
|
|
52
|
-
"@itwin/core-geometry": "3.0.0-dev.
|
|
53
|
-
"@itwin/core-common": "3.0.0-dev.
|
|
54
|
-
"@itwin/core-frontend": "3.0.0-dev.
|
|
55
|
-
"@itwin/core-i18n": "3.0.0-dev.
|
|
56
|
-
"@itwin/core-markup": "3.0.0-dev.
|
|
57
|
-
"@itwin/core-quantity": "3.0.0-dev.
|
|
58
|
-
"@bentley/itwin-client": "3.0.0-dev.
|
|
59
|
-
"@itwin/presentation-common": "3.0.0-dev.
|
|
60
|
-
"@itwin/presentation-frontend": "3.0.0-dev.
|
|
61
|
-
"@itwin/presentation-testing": "3.0.0-dev.
|
|
62
|
-
"@itwin/appui-abstract": "3.0.0-dev.
|
|
63
|
-
"@itwin/components-react": "3.0.0-dev.
|
|
64
|
-
"@itwin/core-react": "3.0.0-dev.
|
|
65
|
-
"@itwin/imodel-components-react": "3.0.0-dev.
|
|
66
|
-
"@itwin/appui-layout-react": "3.0.0-dev.
|
|
49
|
+
"@itwin/core-bentley": "3.0.0-dev.127",
|
|
50
|
+
"@itwin/build-tools": "3.0.0-dev.127",
|
|
51
|
+
"@itwin/eslint-plugin": "3.0.0-dev.127",
|
|
52
|
+
"@itwin/core-geometry": "3.0.0-dev.127",
|
|
53
|
+
"@itwin/core-common": "3.0.0-dev.127",
|
|
54
|
+
"@itwin/core-frontend": "3.0.0-dev.127",
|
|
55
|
+
"@itwin/core-i18n": "3.0.0-dev.127",
|
|
56
|
+
"@itwin/core-markup": "3.0.0-dev.127",
|
|
57
|
+
"@itwin/core-quantity": "3.0.0-dev.127",
|
|
58
|
+
"@bentley/itwin-client": "3.0.0-dev.127",
|
|
59
|
+
"@itwin/presentation-common": "3.0.0-dev.127",
|
|
60
|
+
"@itwin/presentation-frontend": "3.0.0-dev.127",
|
|
61
|
+
"@itwin/presentation-testing": "3.0.0-dev.127",
|
|
62
|
+
"@itwin/appui-abstract": "3.0.0-dev.127",
|
|
63
|
+
"@itwin/components-react": "3.0.0-dev.127",
|
|
64
|
+
"@itwin/core-react": "3.0.0-dev.127",
|
|
65
|
+
"@itwin/imodel-components-react": "3.0.0-dev.127",
|
|
66
|
+
"@itwin/appui-layout-react": "3.0.0-dev.127",
|
|
67
67
|
"@testing-library/react": "^12.0.0",
|
|
68
68
|
"@testing-library/react-hooks": "^7.0.2",
|
|
69
69
|
"@types/chai": "^4.1.4",
|
|
@@ -118,8 +118,8 @@
|
|
|
118
118
|
"dependencies": {
|
|
119
119
|
"@bentley/icons-generic": "^1.0.15",
|
|
120
120
|
"@bentley/icons-generic-webfont": "^1.0.15",
|
|
121
|
-
"@bentley/telemetry-client": "3.0.0-dev.
|
|
122
|
-
"@itwin/presentation-components": "3.0.0-dev.
|
|
121
|
+
"@bentley/telemetry-client": "3.0.0-dev.127",
|
|
122
|
+
"@itwin/presentation-components": "3.0.0-dev.127",
|
|
123
123
|
"@itwin/itwinui-css": "^0.37.0",
|
|
124
124
|
"@itwin/itwinui-react": "^1.23.0",
|
|
125
125
|
"@itwin/browser-authorization": "^0.3.0",
|