@itwin/grouping-mapping-widget 0.2.3 → 0.3.2

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 (139) hide show
  1. package/lib/cjs/widget/GroupingMappingWidget.d.ts +4 -0
  2. package/lib/cjs/widget/GroupingMappingWidget.js +6 -23
  3. package/lib/cjs/widget/GroupingMappingWidget.js.map +1 -1
  4. package/lib/cjs/widget/components/ActionPanel.d.ts +3 -2
  5. package/lib/cjs/widget/components/ActionPanel.js +3 -3
  6. package/lib/cjs/widget/components/ActionPanel.js.map +1 -1
  7. package/lib/cjs/widget/components/CalculatedPropertyAction.d.ts +2 -2
  8. package/lib/cjs/widget/components/CalculatedPropertyAction.js +14 -9
  9. package/lib/cjs/widget/components/CalculatedPropertyAction.js.map +1 -1
  10. package/lib/cjs/widget/components/CalculatedPropertyAction.scss +5 -5
  11. package/lib/cjs/widget/components/CalculatedPropertyTable.d.ts +5 -5
  12. package/lib/cjs/widget/components/CalculatedPropertyTable.js +15 -16
  13. package/lib/cjs/widget/components/CalculatedPropertyTable.js.map +1 -1
  14. package/lib/cjs/widget/components/ConfirmMappingsImport.d.ts +3 -3
  15. package/lib/cjs/widget/components/ConfirmMappingsImport.js +6 -3
  16. package/lib/cjs/widget/components/ConfirmMappingsImport.js.map +1 -1
  17. package/lib/cjs/widget/components/CustomCalculationAction.d.ts +2 -2
  18. package/lib/cjs/widget/components/CustomCalculationAction.js +15 -9
  19. package/lib/cjs/widget/components/CustomCalculationAction.js.map +1 -1
  20. package/lib/cjs/widget/components/CustomCalculationTable.d.ts +5 -5
  21. package/lib/cjs/widget/components/CustomCalculationTable.js +15 -16
  22. package/lib/cjs/widget/components/CustomCalculationTable.js.map +1 -1
  23. package/lib/cjs/widget/components/GroupAction.d.ts +2 -2
  24. package/lib/cjs/widget/components/GroupAction.js +25 -42
  25. package/lib/cjs/widget/components/GroupAction.js.map +1 -1
  26. package/lib/cjs/widget/components/GroupPropertyAction.js +9 -5
  27. package/lib/cjs/widget/components/GroupPropertyAction.js.map +1 -1
  28. package/lib/cjs/widget/components/GroupPropertyTable.d.ts +5 -5
  29. package/lib/cjs/widget/components/GroupPropertyTable.js +15 -16
  30. package/lib/cjs/widget/components/GroupPropertyTable.js.map +1 -1
  31. package/lib/cjs/widget/components/Grouping.d.ts +3 -3
  32. package/lib/cjs/widget/components/Grouping.js +26 -26
  33. package/lib/cjs/widget/components/Grouping.js.map +1 -1
  34. package/lib/cjs/widget/components/GroupingMapping.d.ts +12 -2
  35. package/lib/cjs/widget/components/GroupingMapping.js +18 -4
  36. package/lib/cjs/widget/components/GroupingMapping.js.map +1 -1
  37. package/lib/cjs/widget/components/Mapping.d.ts +2 -2
  38. package/lib/cjs/widget/components/Mapping.js +14 -14
  39. package/lib/cjs/widget/components/Mapping.js.map +1 -1
  40. package/lib/cjs/widget/components/MappingAction.d.ts +2 -2
  41. package/lib/cjs/widget/components/MappingAction.js +7 -4
  42. package/lib/cjs/widget/components/MappingAction.js.map +1 -1
  43. package/lib/cjs/widget/components/MappingImportWizardModal.js.map +1 -1
  44. package/lib/cjs/widget/components/PropertyMenu.d.ts +2 -2
  45. package/lib/cjs/widget/components/PropertyMenu.js.map +1 -1
  46. package/lib/cjs/widget/components/SelectIModel.js +4 -8
  47. package/lib/cjs/widget/components/SelectIModel.js.map +1 -1
  48. package/lib/cjs/widget/components/SelectMappings.d.ts +2 -2
  49. package/lib/cjs/widget/components/SelectMappings.js +10 -11
  50. package/lib/cjs/widget/components/SelectMappings.js.map +1 -1
  51. package/lib/cjs/widget/components/SelectProject.js +4 -8
  52. package/lib/cjs/widget/components/SelectProject.js.map +1 -1
  53. package/lib/cjs/widget/components/property-grid/PropertyView.js +4 -1
  54. package/lib/cjs/widget/components/property-grid/PropertyView.js.map +1 -1
  55. package/lib/esm/widget/GroupingMappingWidget.d.ts +4 -0
  56. package/lib/esm/widget/GroupingMappingWidget.js +6 -4
  57. package/lib/esm/widget/GroupingMappingWidget.js.map +1 -1
  58. package/lib/esm/widget/components/ActionPanel.d.ts +3 -2
  59. package/lib/esm/widget/components/ActionPanel.js +3 -3
  60. package/lib/esm/widget/components/ActionPanel.js.map +1 -1
  61. package/lib/esm/widget/components/CalculatedPropertyAction.d.ts +2 -2
  62. package/lib/esm/widget/components/CalculatedPropertyAction.js +15 -10
  63. package/lib/esm/widget/components/CalculatedPropertyAction.js.map +1 -1
  64. package/lib/esm/widget/components/CalculatedPropertyAction.scss +5 -5
  65. package/lib/esm/widget/components/CalculatedPropertyTable.d.ts +5 -5
  66. package/lib/esm/widget/components/CalculatedPropertyTable.js +16 -17
  67. package/lib/esm/widget/components/CalculatedPropertyTable.js.map +1 -1
  68. package/lib/esm/widget/components/ConfirmMappingsImport.d.ts +3 -3
  69. package/lib/esm/widget/components/ConfirmMappingsImport.js +7 -4
  70. package/lib/esm/widget/components/ConfirmMappingsImport.js.map +1 -1
  71. package/lib/esm/widget/components/CustomCalculationAction.d.ts +2 -2
  72. package/lib/esm/widget/components/CustomCalculationAction.js +16 -10
  73. package/lib/esm/widget/components/CustomCalculationAction.js.map +1 -1
  74. package/lib/esm/widget/components/CustomCalculationTable.d.ts +5 -5
  75. package/lib/esm/widget/components/CustomCalculationTable.js +16 -17
  76. package/lib/esm/widget/components/CustomCalculationTable.js.map +1 -1
  77. package/lib/esm/widget/components/GroupAction.d.ts +2 -2
  78. package/lib/esm/widget/components/GroupAction.js +26 -43
  79. package/lib/esm/widget/components/GroupAction.js.map +1 -1
  80. package/lib/esm/widget/components/GroupPropertyAction.js +10 -6
  81. package/lib/esm/widget/components/GroupPropertyAction.js.map +1 -1
  82. package/lib/esm/widget/components/GroupPropertyTable.d.ts +5 -5
  83. package/lib/esm/widget/components/GroupPropertyTable.js +16 -17
  84. package/lib/esm/widget/components/GroupPropertyTable.js.map +1 -1
  85. package/lib/esm/widget/components/Grouping.d.ts +3 -3
  86. package/lib/esm/widget/components/Grouping.js +27 -27
  87. package/lib/esm/widget/components/Grouping.js.map +1 -1
  88. package/lib/esm/widget/components/GroupingMapping.d.ts +12 -2
  89. package/lib/esm/widget/components/GroupingMapping.js +17 -4
  90. package/lib/esm/widget/components/GroupingMapping.js.map +1 -1
  91. package/lib/esm/widget/components/Mapping.d.ts +2 -2
  92. package/lib/esm/widget/components/Mapping.js +15 -15
  93. package/lib/esm/widget/components/Mapping.js.map +1 -1
  94. package/lib/esm/widget/components/MappingAction.d.ts +2 -2
  95. package/lib/esm/widget/components/MappingAction.js +8 -5
  96. package/lib/esm/widget/components/MappingAction.js.map +1 -1
  97. package/lib/esm/widget/components/MappingImportWizardModal.js.map +1 -1
  98. package/lib/esm/widget/components/PropertyMenu.d.ts +2 -2
  99. package/lib/esm/widget/components/PropertyMenu.js.map +1 -1
  100. package/lib/esm/widget/components/SelectIModel.js +5 -6
  101. package/lib/esm/widget/components/SelectIModel.js.map +1 -1
  102. package/lib/esm/widget/components/SelectMappings.d.ts +2 -2
  103. package/lib/esm/widget/components/SelectMappings.js +11 -12
  104. package/lib/esm/widget/components/SelectMappings.js.map +1 -1
  105. package/lib/esm/widget/components/SelectProject.js +5 -6
  106. package/lib/esm/widget/components/SelectProject.js.map +1 -1
  107. package/lib/esm/widget/components/property-grid/PropertyView.js +4 -1
  108. package/lib/esm/widget/components/property-grid/PropertyView.js.map +1 -1
  109. package/package.json +6 -3
  110. package/lib/cjs/api/generated/api.d.ts +0 -3222
  111. package/lib/cjs/api/generated/api.js +0 -5291
  112. package/lib/cjs/api/generated/api.js.map +0 -1
  113. package/lib/cjs/api/generated/configuration.d.ts +0 -56
  114. package/lib/cjs/api/generated/configuration.js +0 -30
  115. package/lib/cjs/api/generated/configuration.js.map +0 -1
  116. package/lib/cjs/api/generated/index.d.ts +0 -14
  117. package/lib/cjs/api/generated/index.js +0 -31
  118. package/lib/cjs/api/generated/index.js.map +0 -1
  119. package/lib/cjs/api/reportingClient.d.ts +0 -34
  120. package/lib/cjs/api/reportingClient.js +0 -177
  121. package/lib/cjs/api/reportingClient.js.map +0 -1
  122. package/lib/cjs/widget/hooks/useFetchAccessToken.d.ts +0 -3
  123. package/lib/cjs/widget/hooks/useFetchAccessToken.js +0 -22
  124. package/lib/cjs/widget/hooks/useFetchAccessToken.js.map +0 -1
  125. package/lib/esm/api/generated/api.d.ts +0 -3222
  126. package/lib/esm/api/generated/api.js +0 -5248
  127. package/lib/esm/api/generated/api.js.map +0 -1
  128. package/lib/esm/api/generated/configuration.d.ts +0 -56
  129. package/lib/esm/api/generated/configuration.js +0 -26
  130. package/lib/esm/api/generated/configuration.js.map +0 -1
  131. package/lib/esm/api/generated/index.d.ts +0 -14
  132. package/lib/esm/api/generated/index.js +0 -19
  133. package/lib/esm/api/generated/index.js.map +0 -1
  134. package/lib/esm/api/reportingClient.d.ts +0 -34
  135. package/lib/esm/api/reportingClient.js +0 -173
  136. package/lib/esm/api/reportingClient.js.map +0 -1
  137. package/lib/esm/widget/hooks/useFetchAccessToken.d.ts +0 -3
  138. package/lib/esm/widget/hooks/useFetchAccessToken.js +0 -20
  139. package/lib/esm/widget/hooks/useFetchAccessToken.js.map +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.