@itwin/grouping-mapping-widget 0.2.0 → 0.2.3

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.
Files changed (136) hide show
  1. package/README.md +7 -2
  2. package/lib/cjs/widget/GroupingMappingWidget.d.ts +2 -2
  3. package/lib/cjs/widget/GroupingMappingWidget.js +4 -3
  4. package/lib/cjs/widget/GroupingMappingWidget.js.map +1 -1
  5. package/lib/cjs/widget/components/ActionPanel.js +5 -3
  6. package/lib/cjs/widget/components/ActionPanel.js.map +1 -1
  7. package/lib/cjs/widget/components/CalculatedPropertyAction.js +8 -2
  8. package/lib/cjs/widget/components/CalculatedPropertyAction.js.map +1 -1
  9. package/lib/cjs/widget/components/CalculatedPropertyTable.js +3 -2
  10. package/lib/cjs/widget/components/CalculatedPropertyTable.js.map +1 -1
  11. package/lib/cjs/widget/components/ConfirmMappingsImport.js +30 -12
  12. package/lib/cjs/widget/components/ConfirmMappingsImport.js.map +1 -1
  13. package/lib/cjs/widget/components/ConfirmMappingsImport.scss +0 -7
  14. package/lib/cjs/widget/components/CustomCalculationAction.js +3 -1
  15. package/lib/cjs/widget/components/CustomCalculationAction.js.map +1 -1
  16. package/lib/cjs/widget/components/CustomCalculationTable.js +4 -3
  17. package/lib/cjs/widget/components/CustomCalculationTable.js.map +1 -1
  18. package/lib/cjs/widget/components/DeleteModal.js +7 -6
  19. package/lib/cjs/widget/components/DeleteModal.js.map +1 -1
  20. package/lib/cjs/widget/components/DeleteModal.scss +6 -0
  21. package/lib/cjs/widget/components/GroupAction.js +98 -28
  22. package/lib/cjs/widget/components/GroupAction.js.map +1 -1
  23. package/lib/cjs/widget/components/GroupAction.scss +23 -0
  24. package/lib/cjs/widget/components/GroupPropertyAction.js +68 -34
  25. package/lib/cjs/widget/components/GroupPropertyAction.js.map +1 -1
  26. package/lib/cjs/widget/components/GroupPropertyTable.js +3 -2
  27. package/lib/cjs/widget/components/GroupPropertyTable.js.map +1 -1
  28. package/lib/cjs/widget/components/GroupQueryBuilderContext.d.ts +2 -0
  29. package/lib/cjs/widget/components/GroupQueryBuilderContext.js +2 -0
  30. package/lib/cjs/widget/components/GroupQueryBuilderContext.js.map +1 -1
  31. package/lib/cjs/widget/components/Grouping.js +69 -12
  32. package/lib/cjs/widget/components/Grouping.js.map +1 -1
  33. package/lib/cjs/widget/components/Mapping.js +2 -1
  34. package/lib/cjs/widget/components/Mapping.js.map +1 -1
  35. package/lib/cjs/widget/components/MappingAction.js +2 -1
  36. package/lib/cjs/widget/components/MappingAction.js.map +1 -1
  37. package/lib/cjs/widget/components/MappingImportWizardModal.js +1 -1
  38. package/lib/cjs/widget/components/MappingImportWizardModal.js.map +1 -1
  39. package/lib/cjs/widget/components/MappingImportWizardModal.scss +1 -1
  40. package/lib/cjs/widget/components/PropertyMenu.js +22 -12
  41. package/lib/cjs/widget/components/PropertyMenu.js.map +1 -1
  42. package/lib/cjs/widget/components/PropertyMenu.scss +3 -0
  43. package/lib/cjs/widget/components/QueryBuilder.d.ts +1 -1
  44. package/lib/cjs/widget/components/QueryBuilder.js +11 -5
  45. package/lib/cjs/widget/components/QueryBuilder.js.map +1 -1
  46. package/lib/cjs/widget/components/SelectMappings.js +3 -1
  47. package/lib/cjs/widget/components/SelectMappings.js.map +1 -1
  48. package/lib/cjs/widget/components/SelectProject.scss +1 -1
  49. package/lib/cjs/widget/components/property-grid/PrimitivePropertyRenderer.js +7 -3
  50. package/lib/cjs/widget/components/property-grid/PrimitivePropertyRenderer.js.map +1 -1
  51. package/lib/cjs/widget/components/property-grid/PropertyGrid.scss +3 -3
  52. package/lib/cjs/widget/components/property-grid/PropertyRender.d.ts +1 -1
  53. package/lib/cjs/widget/components/property-grid/PropertyRender.js +5 -8
  54. package/lib/cjs/widget/components/property-grid/PropertyRender.js.map +1 -1
  55. package/lib/cjs/widget/components/property-grid/PropertyView.d.ts +2 -0
  56. package/lib/cjs/widget/components/property-grid/PropertyView.js +14 -11
  57. package/lib/cjs/widget/components/property-grid/PropertyView.js.map +1 -1
  58. package/lib/cjs/widget/components/property-grid/PropertyView.scss +19 -4
  59. package/lib/cjs/widget/components/utils.d.ts +2 -0
  60. package/lib/cjs/widget/components/utils.js +45 -4
  61. package/lib/cjs/widget/components/utils.js.map +1 -1
  62. package/lib/cjs/widget/components/utils.scss +5 -0
  63. package/lib/cjs/widget/components/viewerUtils.js +1 -1
  64. package/lib/cjs/widget/components/viewerUtils.js.map +1 -1
  65. package/lib/esm/widget/GroupingMappingWidget.d.ts +2 -2
  66. package/lib/esm/widget/GroupingMappingWidget.js +5 -4
  67. package/lib/esm/widget/GroupingMappingWidget.js.map +1 -1
  68. package/lib/esm/widget/components/ActionPanel.js +6 -4
  69. package/lib/esm/widget/components/ActionPanel.js.map +1 -1
  70. package/lib/esm/widget/components/CalculatedPropertyAction.js +9 -3
  71. package/lib/esm/widget/components/CalculatedPropertyAction.js.map +1 -1
  72. package/lib/esm/widget/components/CalculatedPropertyTable.js +3 -2
  73. package/lib/esm/widget/components/CalculatedPropertyTable.js.map +1 -1
  74. package/lib/esm/widget/components/ConfirmMappingsImport.js +30 -12
  75. package/lib/esm/widget/components/ConfirmMappingsImport.js.map +1 -1
  76. package/lib/esm/widget/components/ConfirmMappingsImport.scss +0 -7
  77. package/lib/esm/widget/components/CustomCalculationAction.js +4 -2
  78. package/lib/esm/widget/components/CustomCalculationAction.js.map +1 -1
  79. package/lib/esm/widget/components/CustomCalculationTable.js +4 -3
  80. package/lib/esm/widget/components/CustomCalculationTable.js.map +1 -1
  81. package/lib/esm/widget/components/DeleteModal.js +8 -7
  82. package/lib/esm/widget/components/DeleteModal.js.map +1 -1
  83. package/lib/esm/widget/components/DeleteModal.scss +6 -0
  84. package/lib/esm/widget/components/GroupAction.js +100 -30
  85. package/lib/esm/widget/components/GroupAction.js.map +1 -1
  86. package/lib/esm/widget/components/GroupAction.scss +23 -0
  87. package/lib/esm/widget/components/GroupPropertyAction.js +69 -35
  88. package/lib/esm/widget/components/GroupPropertyAction.js.map +1 -1
  89. package/lib/esm/widget/components/GroupPropertyTable.js +3 -2
  90. package/lib/esm/widget/components/GroupPropertyTable.js.map +1 -1
  91. package/lib/esm/widget/components/GroupQueryBuilderContext.d.ts +2 -0
  92. package/lib/esm/widget/components/GroupQueryBuilderContext.js +2 -0
  93. package/lib/esm/widget/components/GroupQueryBuilderContext.js.map +1 -1
  94. package/lib/esm/widget/components/Grouping.js +71 -14
  95. package/lib/esm/widget/components/Grouping.js.map +1 -1
  96. package/lib/esm/widget/components/Mapping.js +3 -2
  97. package/lib/esm/widget/components/Mapping.js.map +1 -1
  98. package/lib/esm/widget/components/MappingAction.js +3 -2
  99. package/lib/esm/widget/components/MappingAction.js.map +1 -1
  100. package/lib/esm/widget/components/MappingImportWizardModal.js +1 -1
  101. package/lib/esm/widget/components/MappingImportWizardModal.js.map +1 -1
  102. package/lib/esm/widget/components/MappingImportWizardModal.scss +1 -1
  103. package/lib/esm/widget/components/PropertyMenu.js +23 -13
  104. package/lib/esm/widget/components/PropertyMenu.js.map +1 -1
  105. package/lib/esm/widget/components/PropertyMenu.scss +3 -0
  106. package/lib/esm/widget/components/QueryBuilder.d.ts +1 -1
  107. package/lib/esm/widget/components/QueryBuilder.js +11 -5
  108. package/lib/esm/widget/components/QueryBuilder.js.map +1 -1
  109. package/lib/esm/widget/components/SelectMappings.js +3 -1
  110. package/lib/esm/widget/components/SelectMappings.js.map +1 -1
  111. package/lib/esm/widget/components/SelectProject.scss +1 -1
  112. package/lib/esm/widget/components/property-grid/PrimitivePropertyRenderer.js +7 -3
  113. package/lib/esm/widget/components/property-grid/PrimitivePropertyRenderer.js.map +1 -1
  114. package/lib/esm/widget/components/property-grid/PropertyGrid.scss +3 -3
  115. package/lib/esm/widget/components/property-grid/PropertyRender.d.ts +1 -1
  116. package/lib/esm/widget/components/property-grid/PropertyRender.js +5 -8
  117. package/lib/esm/widget/components/property-grid/PropertyRender.js.map +1 -1
  118. package/lib/esm/widget/components/property-grid/PropertyView.d.ts +2 -0
  119. package/lib/esm/widget/components/property-grid/PropertyView.js +14 -11
  120. package/lib/esm/widget/components/property-grid/PropertyView.js.map +1 -1
  121. package/lib/esm/widget/components/property-grid/PropertyView.scss +19 -4
  122. package/lib/esm/widget/components/utils.d.ts +2 -0
  123. package/lib/esm/widget/components/utils.js +43 -4
  124. package/lib/esm/widget/components/utils.js.map +1 -1
  125. package/lib/esm/widget/components/utils.scss +5 -0
  126. package/lib/esm/widget/components/viewerUtils.js +1 -1
  127. package/lib/esm/widget/components/viewerUtils.js.map +1 -1
  128. package/package.json +4 -4
  129. package/lib/cjs/widget/icons/DatabaseInfo.d.ts +0 -5
  130. package/lib/cjs/widget/icons/DatabaseInfo.js +0 -19
  131. package/lib/cjs/widget/icons/DatabaseInfo.js.map +0 -1
  132. package/lib/cjs/widget/icons/DatabaseInfo.scss +0 -12
  133. package/lib/esm/widget/icons/DatabaseInfo.d.ts +0 -5
  134. package/lib/esm/widget/icons/DatabaseInfo.js +0 -14
  135. package/lib/esm/widget/icons/DatabaseInfo.js.map +0 -1
  136. package/lib/esm/widget/icons/DatabaseInfo.scss +0 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/grouping-mapping-widget",
3
- "version": "0.2.0",
3
+ "version": "0.2.3",
4
4
  "description": "An iTwin.js 3D Viewer Widget that interfaces with the iTwin Reporting Platform.",
5
5
  "keywords": [
6
6
  "Bentley",
@@ -37,8 +37,8 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@itwin/imodel-browser-react": "^0.12.1",
40
- "@itwin/itwinui-icons-react": "^1.5.1",
41
- "@itwin/itwinui-react": "^1.29.2",
40
+ "@itwin/itwinui-icons-react": "^1.7.0",
41
+ "@itwin/itwinui-react": "^1.33.0",
42
42
  "classnames": "^2.3.1",
43
43
  "cross-fetch": "^3.1.4",
44
44
  "immer": "^9.0.7",
@@ -60,7 +60,7 @@
60
60
  "@itwin/core-quantity": "^3.0.0",
61
61
  "@itwin/core-react": "^3.0.0",
62
62
  "@itwin/eslint-plugin": "^3.0.0",
63
- "@itwin/itwinui-css": "^0.44.1",
63
+ "@itwin/itwinui-css": "^0.50.0",
64
64
  "@itwin/presentation-common": "^3.0.0",
65
65
  "@itwin/presentation-components": "^3.0.0",
66
66
  "@itwin/presentation-frontend": "^3.0.0",
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import "./DatabaseInfo.scss";
3
- declare const DatabaseInfoIcon: () => JSX.Element;
4
- export default DatabaseInfoIcon;
5
- //# sourceMappingURL=DatabaseInfo.d.ts.map
@@ -1,19 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- /*---------------------------------------------------------------------------------------------
7
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
8
- * See LICENSE.md in the project root for license terms and full copyright notice.
9
- *--------------------------------------------------------------------------------------------*/
10
- const react_1 = __importDefault(require("react"));
11
- require("./DatabaseInfo.scss");
12
- const DatabaseInfoIcon = () => {
13
- return (react_1.default.createElement("svg", { className: 'database-info-icon', version: '1.1', viewBox: '0 0 16 16', xmlns: 'http://www.w3.org/2000/svg' },
14
- react_1.default.createElement("g", { transform: 'translate(-76.395 -115.93)' },
15
- react_1.default.createElement("path", { d: 'm91.293 123.66a0.77217 0.77217 0 0 1 0.83377 0.70519q0.0019 0.0233 0.0019 0.0473a1.095 1.095 0 0 1-1.0871 1.0035 0.79008 0.79008 0 0 1-0.83626-0.83626 1.0271 1.0271 0 0 1 1.0871-0.91987m-1.6723 8.0281c-0.41796 0-0.75264-0.25105-0.41796-1.4215l0.50175-2.007c0.08327-0.33447 0.08327-0.41848-4.93e-4 -0.41848-0.16708-0.0838-0.75264 0.16724-1.0873 0.41798l-0.16708-0.41798c1.0035-0.83641 2.1741-1.3382 2.7597-1.3382 0.41795 0 0.50175 0.50178 0.25089 1.3382l-0.58506 2.1746c-0.08381 0.41797-0.08381 0.50175 0.08381 0.50175a1.6749 1.6749 0 0 0 0.91989-0.50175l0.25089 0.33486a4.8242 4.8242 0 0 1-2.5091 1.3377', strokeWidth: '.50175' }),
16
- react_1.default.createElement("path", { d: 'm82.2 116.09c-2.4283 0-5.3503 0.45305-5.666 1.0765v2.9707c0.04028 0.16181 0.30758 0.31546 0.72039 0.46923a1.3194 1.3194 0 0 0-0.72039 0.42085v2.922c0.04028 0.1618 0.32376 0.33175 0.75276 0.48568a1.3841 1.3841 0 0 0-0.75276 0.45305v2.9301c0.16188 0.60709 3.7557 1.2222 5.666 1.2222 1.9103 0 5.5041-0.61516 5.666-1.2303v-2.922c-0.04866-0.13736-0.37238-0.29179-0.80944-0.43691 0.46949-0.1618 0.80944-0.32361 0.80944-0.50186v-2.922c-0.04866-0.13775-0.36423-0.27549-0.80944-0.42084 0.4614-0.15405 0.80944-0.32361 0.80944-0.50187v-2.9382c-0.1618-0.4612-3.2377-1.0766-5.666-1.0766zm-4.8566 1.1655h0.08106a10.085 10.085 0 0 0 1.4084 0.45355 19.556 19.556 0 0 0 3.432 0.37211 19.564 19.564 0 0 0 3.432-0.37211 9.8102 9.8102 0 0 0 1.4327-0.38829l0.22668 0.0974v0.46923a10.401 10.401 0 0 1-1.5298 0.40454 19.977 19.977 0 0 1-3.5534 0.38829 19.977 19.977 0 0 1-3.5534-0.38829 10.652 10.652 0 0 1-1.546-0.40454l-0.11318-0.0485v-0.45355s0.06488-0.0485 0.28329-0.1296zm0 3.8448 0.09697 0.0485a10.296 10.296 0 0 0 1.4489 0.37211 19.677 19.677 0 0 0 3.432 0.38829 19.685 19.685 0 0 0 3.432-0.38829 10.005 10.005 0 0 0 1.4327-0.37211l0.22668 0.0974v0.46923a10.409 10.409 0 0 1-1.5298 0.40458 19.977 19.977 0 0 1-3.5534 0.38825 19.977 19.977 0 0 1-3.5534-0.38825 10.668 10.668 0 0 1-1.546-0.40458l-0.11318-0.0485v-0.43687s0.02445-0.0485 0.17011-0.12959zm0 3.8934h0.08106a10.077 10.077 0 0 0 1.4489 0.38829 19.556 19.556 0 0 0 3.432 0.37211 19.564 19.564 0 0 0 3.432-0.37211 9.8021 9.8021 0 0 0 1.3922-0.38829l0.22668 0.097v0.46927a10.264 10.264 0 0 1-1.5298 0.42084 19.977 19.977 0 0 1-3.5534 0.38829 19.977 19.977 0 0 1-3.5534-0.38829 10.523 10.523 0 0 1-1.546-0.42084l-0.11318-0.0485v-0.42084s0.08102-0.0485 0.28329-0.097z', strokeWidth: '.80942' }))));
17
- };
18
- exports.default = DatabaseInfoIcon;
19
- //# sourceMappingURL=DatabaseInfo.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DatabaseInfo.js","sourceRoot":"","sources":["../../../../src/widget/icons/DatabaseInfo.tsx"],"names":[],"mappings":";;;;;AAAA;;;+FAG+F;AAC/F,kDAA0B;AAC1B,+BAA6B;AAE7B,MAAM,gBAAgB,GAAG,GAAgB,EAAE;IACzC,OAAO,CACL,uCACE,SAAS,EAAC,oBAAoB,EAC9B,OAAO,EAAC,KAAK,EACb,OAAO,EAAC,WAAW,EACnB,KAAK,EAAC,4BAA4B;QAElC,qCAAG,SAAS,EAAC,4BAA4B;YACvC,wCACE,CAAC,EAAC,6lBAA6lB,EAC/lB,WAAW,EAAC,QAAQ,GACpB;YACF,wCACE,CAAC,EAAC,2qDAA2qD,EAC7qD,WAAW,EAAC,QAAQ,GACpB,CACA,CACA,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,gBAAgB,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\nimport React from \"react\";\nimport \"./DatabaseInfo.scss\";\n\nconst DatabaseInfoIcon = (): JSX.Element => {\n return (\n <svg\n className='database-info-icon'\n version='1.1'\n viewBox='0 0 16 16'\n xmlns='http://www.w3.org/2000/svg'\n >\n <g transform='translate(-76.395 -115.93)'>\n <path\n d='m91.293 123.66a0.77217 0.77217 0 0 1 0.83377 0.70519q0.0019 0.0233 0.0019 0.0473a1.095 1.095 0 0 1-1.0871 1.0035 0.79008 0.79008 0 0 1-0.83626-0.83626 1.0271 1.0271 0 0 1 1.0871-0.91987m-1.6723 8.0281c-0.41796 0-0.75264-0.25105-0.41796-1.4215l0.50175-2.007c0.08327-0.33447 0.08327-0.41848-4.93e-4 -0.41848-0.16708-0.0838-0.75264 0.16724-1.0873 0.41798l-0.16708-0.41798c1.0035-0.83641 2.1741-1.3382 2.7597-1.3382 0.41795 0 0.50175 0.50178 0.25089 1.3382l-0.58506 2.1746c-0.08381 0.41797-0.08381 0.50175 0.08381 0.50175a1.6749 1.6749 0 0 0 0.91989-0.50175l0.25089 0.33486a4.8242 4.8242 0 0 1-2.5091 1.3377'\n strokeWidth='.50175'\n />\n <path\n d='m82.2 116.09c-2.4283 0-5.3503 0.45305-5.666 1.0765v2.9707c0.04028 0.16181 0.30758 0.31546 0.72039 0.46923a1.3194 1.3194 0 0 0-0.72039 0.42085v2.922c0.04028 0.1618 0.32376 0.33175 0.75276 0.48568a1.3841 1.3841 0 0 0-0.75276 0.45305v2.9301c0.16188 0.60709 3.7557 1.2222 5.666 1.2222 1.9103 0 5.5041-0.61516 5.666-1.2303v-2.922c-0.04866-0.13736-0.37238-0.29179-0.80944-0.43691 0.46949-0.1618 0.80944-0.32361 0.80944-0.50186v-2.922c-0.04866-0.13775-0.36423-0.27549-0.80944-0.42084 0.4614-0.15405 0.80944-0.32361 0.80944-0.50187v-2.9382c-0.1618-0.4612-3.2377-1.0766-5.666-1.0766zm-4.8566 1.1655h0.08106a10.085 10.085 0 0 0 1.4084 0.45355 19.556 19.556 0 0 0 3.432 0.37211 19.564 19.564 0 0 0 3.432-0.37211 9.8102 9.8102 0 0 0 1.4327-0.38829l0.22668 0.0974v0.46923a10.401 10.401 0 0 1-1.5298 0.40454 19.977 19.977 0 0 1-3.5534 0.38829 19.977 19.977 0 0 1-3.5534-0.38829 10.652 10.652 0 0 1-1.546-0.40454l-0.11318-0.0485v-0.45355s0.06488-0.0485 0.28329-0.1296zm0 3.8448 0.09697 0.0485a10.296 10.296 0 0 0 1.4489 0.37211 19.677 19.677 0 0 0 3.432 0.38829 19.685 19.685 0 0 0 3.432-0.38829 10.005 10.005 0 0 0 1.4327-0.37211l0.22668 0.0974v0.46923a10.409 10.409 0 0 1-1.5298 0.40458 19.977 19.977 0 0 1-3.5534 0.38825 19.977 19.977 0 0 1-3.5534-0.38825 10.668 10.668 0 0 1-1.546-0.40458l-0.11318-0.0485v-0.43687s0.02445-0.0485 0.17011-0.12959zm0 3.8934h0.08106a10.077 10.077 0 0 0 1.4489 0.38829 19.556 19.556 0 0 0 3.432 0.37211 19.564 19.564 0 0 0 3.432-0.37211 9.8021 9.8021 0 0 0 1.3922-0.38829l0.22668 0.097v0.46927a10.264 10.264 0 0 1-1.5298 0.42084 19.977 19.977 0 0 1-3.5534 0.38829 19.977 19.977 0 0 1-3.5534-0.38829 10.523 10.523 0 0 1-1.546-0.42084l-0.11318-0.0485v-0.42084s0.08102-0.0485 0.28329-0.097z'\n strokeWidth='.80942'\n />\n </g>\n </svg>\n );\n};\n\nexport default DatabaseInfoIcon;\n"]}
@@ -1,12 +0,0 @@
1
- /*---------------------------------------------------------------------------------------------
2
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
- * See LICENSE.md in the project root for license terms and full copyright notice.
4
- *--------------------------------------------------------------------------------------------*/
5
- @import '~@itwin/itwinui-css/scss/icon/index';
6
-
7
- .database-info-icon {
8
- @include iui-icons-default();
9
- @include themed {
10
- fill: t(iui-icons-color-actionable);
11
- }
12
- }
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import "./DatabaseInfo.scss";
3
- declare const DatabaseInfoIcon: () => JSX.Element;
4
- export default DatabaseInfoIcon;
5
- //# sourceMappingURL=DatabaseInfo.d.ts.map
@@ -1,14 +0,0 @@
1
- /*---------------------------------------------------------------------------------------------
2
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
- * See LICENSE.md in the project root for license terms and full copyright notice.
4
- *--------------------------------------------------------------------------------------------*/
5
- import React from "react";
6
- import "./DatabaseInfo.scss";
7
- const DatabaseInfoIcon = () => {
8
- return (React.createElement("svg", { className: 'database-info-icon', version: '1.1', viewBox: '0 0 16 16', xmlns: 'http://www.w3.org/2000/svg' },
9
- React.createElement("g", { transform: 'translate(-76.395 -115.93)' },
10
- React.createElement("path", { d: 'm91.293 123.66a0.77217 0.77217 0 0 1 0.83377 0.70519q0.0019 0.0233 0.0019 0.0473a1.095 1.095 0 0 1-1.0871 1.0035 0.79008 0.79008 0 0 1-0.83626-0.83626 1.0271 1.0271 0 0 1 1.0871-0.91987m-1.6723 8.0281c-0.41796 0-0.75264-0.25105-0.41796-1.4215l0.50175-2.007c0.08327-0.33447 0.08327-0.41848-4.93e-4 -0.41848-0.16708-0.0838-0.75264 0.16724-1.0873 0.41798l-0.16708-0.41798c1.0035-0.83641 2.1741-1.3382 2.7597-1.3382 0.41795 0 0.50175 0.50178 0.25089 1.3382l-0.58506 2.1746c-0.08381 0.41797-0.08381 0.50175 0.08381 0.50175a1.6749 1.6749 0 0 0 0.91989-0.50175l0.25089 0.33486a4.8242 4.8242 0 0 1-2.5091 1.3377', strokeWidth: '.50175' }),
11
- React.createElement("path", { d: 'm82.2 116.09c-2.4283 0-5.3503 0.45305-5.666 1.0765v2.9707c0.04028 0.16181 0.30758 0.31546 0.72039 0.46923a1.3194 1.3194 0 0 0-0.72039 0.42085v2.922c0.04028 0.1618 0.32376 0.33175 0.75276 0.48568a1.3841 1.3841 0 0 0-0.75276 0.45305v2.9301c0.16188 0.60709 3.7557 1.2222 5.666 1.2222 1.9103 0 5.5041-0.61516 5.666-1.2303v-2.922c-0.04866-0.13736-0.37238-0.29179-0.80944-0.43691 0.46949-0.1618 0.80944-0.32361 0.80944-0.50186v-2.922c-0.04866-0.13775-0.36423-0.27549-0.80944-0.42084 0.4614-0.15405 0.80944-0.32361 0.80944-0.50187v-2.9382c-0.1618-0.4612-3.2377-1.0766-5.666-1.0766zm-4.8566 1.1655h0.08106a10.085 10.085 0 0 0 1.4084 0.45355 19.556 19.556 0 0 0 3.432 0.37211 19.564 19.564 0 0 0 3.432-0.37211 9.8102 9.8102 0 0 0 1.4327-0.38829l0.22668 0.0974v0.46923a10.401 10.401 0 0 1-1.5298 0.40454 19.977 19.977 0 0 1-3.5534 0.38829 19.977 19.977 0 0 1-3.5534-0.38829 10.652 10.652 0 0 1-1.546-0.40454l-0.11318-0.0485v-0.45355s0.06488-0.0485 0.28329-0.1296zm0 3.8448 0.09697 0.0485a10.296 10.296 0 0 0 1.4489 0.37211 19.677 19.677 0 0 0 3.432 0.38829 19.685 19.685 0 0 0 3.432-0.38829 10.005 10.005 0 0 0 1.4327-0.37211l0.22668 0.0974v0.46923a10.409 10.409 0 0 1-1.5298 0.40458 19.977 19.977 0 0 1-3.5534 0.38825 19.977 19.977 0 0 1-3.5534-0.38825 10.668 10.668 0 0 1-1.546-0.40458l-0.11318-0.0485v-0.43687s0.02445-0.0485 0.17011-0.12959zm0 3.8934h0.08106a10.077 10.077 0 0 0 1.4489 0.38829 19.556 19.556 0 0 0 3.432 0.37211 19.564 19.564 0 0 0 3.432-0.37211 9.8021 9.8021 0 0 0 1.3922-0.38829l0.22668 0.097v0.46927a10.264 10.264 0 0 1-1.5298 0.42084 19.977 19.977 0 0 1-3.5534 0.38829 19.977 19.977 0 0 1-3.5534-0.38829 10.523 10.523 0 0 1-1.546-0.42084l-0.11318-0.0485v-0.42084s0.08102-0.0485 0.28329-0.097z', strokeWidth: '.80942' }))));
12
- };
13
- export default DatabaseInfoIcon;
14
- //# sourceMappingURL=DatabaseInfo.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DatabaseInfo.js","sourceRoot":"","sources":["../../../../src/widget/icons/DatabaseInfo.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,qBAAqB,CAAC;AAE7B,MAAM,gBAAgB,GAAG,GAAgB,EAAE;IACzC,OAAO,CACL,6BACE,SAAS,EAAC,oBAAoB,EAC9B,OAAO,EAAC,KAAK,EACb,OAAO,EAAC,WAAW,EACnB,KAAK,EAAC,4BAA4B;QAElC,2BAAG,SAAS,EAAC,4BAA4B;YACvC,8BACE,CAAC,EAAC,6lBAA6lB,EAC/lB,WAAW,EAAC,QAAQ,GACpB;YACF,8BACE,CAAC,EAAC,2qDAA2qD,EAC7qD,WAAW,EAAC,QAAQ,GACpB,CACA,CACA,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,gBAAgB,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\nimport React from \"react\";\nimport \"./DatabaseInfo.scss\";\n\nconst DatabaseInfoIcon = (): JSX.Element => {\n return (\n <svg\n className='database-info-icon'\n version='1.1'\n viewBox='0 0 16 16'\n xmlns='http://www.w3.org/2000/svg'\n >\n <g transform='translate(-76.395 -115.93)'>\n <path\n d='m91.293 123.66a0.77217 0.77217 0 0 1 0.83377 0.70519q0.0019 0.0233 0.0019 0.0473a1.095 1.095 0 0 1-1.0871 1.0035 0.79008 0.79008 0 0 1-0.83626-0.83626 1.0271 1.0271 0 0 1 1.0871-0.91987m-1.6723 8.0281c-0.41796 0-0.75264-0.25105-0.41796-1.4215l0.50175-2.007c0.08327-0.33447 0.08327-0.41848-4.93e-4 -0.41848-0.16708-0.0838-0.75264 0.16724-1.0873 0.41798l-0.16708-0.41798c1.0035-0.83641 2.1741-1.3382 2.7597-1.3382 0.41795 0 0.50175 0.50178 0.25089 1.3382l-0.58506 2.1746c-0.08381 0.41797-0.08381 0.50175 0.08381 0.50175a1.6749 1.6749 0 0 0 0.91989-0.50175l0.25089 0.33486a4.8242 4.8242 0 0 1-2.5091 1.3377'\n strokeWidth='.50175'\n />\n <path\n d='m82.2 116.09c-2.4283 0-5.3503 0.45305-5.666 1.0765v2.9707c0.04028 0.16181 0.30758 0.31546 0.72039 0.46923a1.3194 1.3194 0 0 0-0.72039 0.42085v2.922c0.04028 0.1618 0.32376 0.33175 0.75276 0.48568a1.3841 1.3841 0 0 0-0.75276 0.45305v2.9301c0.16188 0.60709 3.7557 1.2222 5.666 1.2222 1.9103 0 5.5041-0.61516 5.666-1.2303v-2.922c-0.04866-0.13736-0.37238-0.29179-0.80944-0.43691 0.46949-0.1618 0.80944-0.32361 0.80944-0.50186v-2.922c-0.04866-0.13775-0.36423-0.27549-0.80944-0.42084 0.4614-0.15405 0.80944-0.32361 0.80944-0.50187v-2.9382c-0.1618-0.4612-3.2377-1.0766-5.666-1.0766zm-4.8566 1.1655h0.08106a10.085 10.085 0 0 0 1.4084 0.45355 19.556 19.556 0 0 0 3.432 0.37211 19.564 19.564 0 0 0 3.432-0.37211 9.8102 9.8102 0 0 0 1.4327-0.38829l0.22668 0.0974v0.46923a10.401 10.401 0 0 1-1.5298 0.40454 19.977 19.977 0 0 1-3.5534 0.38829 19.977 19.977 0 0 1-3.5534-0.38829 10.652 10.652 0 0 1-1.546-0.40454l-0.11318-0.0485v-0.45355s0.06488-0.0485 0.28329-0.1296zm0 3.8448 0.09697 0.0485a10.296 10.296 0 0 0 1.4489 0.37211 19.677 19.677 0 0 0 3.432 0.38829 19.685 19.685 0 0 0 3.432-0.38829 10.005 10.005 0 0 0 1.4327-0.37211l0.22668 0.0974v0.46923a10.409 10.409 0 0 1-1.5298 0.40458 19.977 19.977 0 0 1-3.5534 0.38825 19.977 19.977 0 0 1-3.5534-0.38825 10.668 10.668 0 0 1-1.546-0.40458l-0.11318-0.0485v-0.43687s0.02445-0.0485 0.17011-0.12959zm0 3.8934h0.08106a10.077 10.077 0 0 0 1.4489 0.38829 19.556 19.556 0 0 0 3.432 0.37211 19.564 19.564 0 0 0 3.432-0.37211 9.8021 9.8021 0 0 0 1.3922-0.38829l0.22668 0.097v0.46927a10.264 10.264 0 0 1-1.5298 0.42084 19.977 19.977 0 0 1-3.5534 0.38829 19.977 19.977 0 0 1-3.5534-0.38829 10.523 10.523 0 0 1-1.546-0.42084l-0.11318-0.0485v-0.42084s0.08102-0.0485 0.28329-0.097z'\n strokeWidth='.80942'\n />\n </g>\n </svg>\n );\n};\n\nexport default DatabaseInfoIcon;\n"]}
@@ -1,12 +0,0 @@
1
- /*---------------------------------------------------------------------------------------------
2
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
- * See LICENSE.md in the project root for license terms and full copyright notice.
4
- *--------------------------------------------------------------------------------------------*/
5
- @import '~@itwin/itwinui-css/scss/icon/index';
6
-
7
- .database-info-icon {
8
- @include iui-icons-default();
9
- @include themed {
10
- fill: t(iui-icons-color-actionable);
11
- }
12
- }