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