@servicetitan/table 21.7.1 → 22.0.1

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 (202) hide show
  1. package/CHANGELOG.md +550 -0
  2. package/package.json +8 -8
  3. package/dist/demo/index.d.ts +0 -4
  4. package/dist/demo/index.d.ts.map +0 -1
  5. package/dist/demo/index.js +0 -4
  6. package/dist/demo/index.js.map +0 -1
  7. package/dist/demo/master-detail/detail-table.d.ts +0 -4
  8. package/dist/demo/master-detail/detail-table.d.ts.map +0 -1
  9. package/dist/demo/master-detail/detail-table.js +0 -28
  10. package/dist/demo/master-detail/detail-table.js.map +0 -1
  11. package/dist/demo/master-detail/detail-table.store.d.ts +0 -14
  12. package/dist/demo/master-detail/detail-table.store.d.ts.map +0 -1
  13. package/dist/demo/master-detail/detail-table.store.js +0 -104
  14. package/dist/demo/master-detail/detail-table.store.js.map +0 -1
  15. package/dist/demo/master-detail/index.d.ts +0 -2
  16. package/dist/demo/master-detail/index.d.ts.map +0 -1
  17. package/dist/demo/master-detail/index.js +0 -2
  18. package/dist/demo/master-detail/index.js.map +0 -1
  19. package/dist/demo/master-detail/master-table.store.d.ts +0 -14
  20. package/dist/demo/master-detail/master-table.store.d.ts.map +0 -1
  21. package/dist/demo/master-detail/master-table.store.js +0 -103
  22. package/dist/demo/master-detail/master-table.store.js.map +0 -1
  23. package/dist/demo/master-detail/product-detail.d.ts +0 -8
  24. package/dist/demo/master-detail/product-detail.d.ts.map +0 -1
  25. package/dist/demo/master-detail/product-detail.js +0 -2
  26. package/dist/demo/master-detail/product-detail.js.map +0 -1
  27. package/dist/demo/master-detail/product-details.d.ts +0 -3
  28. package/dist/demo/master-detail/product-details.d.ts.map +0 -1
  29. package/dist/demo/master-detail/product-details.js +0 -55
  30. package/dist/demo/master-detail/product-details.js.map +0 -1
  31. package/dist/demo/master-detail/product.d.ts +0 -26
  32. package/dist/demo/master-detail/product.d.ts.map +0 -1
  33. package/dist/demo/master-detail/product.js +0 -16
  34. package/dist/demo/master-detail/product.js.map +0 -1
  35. package/dist/demo/master-detail/products.d.ts +0 -3
  36. package/dist/demo/master-detail/products.d.ts.map +0 -1
  37. package/dist/demo/master-detail/products.js +0 -117
  38. package/dist/demo/master-detail/products.js.map +0 -1
  39. package/dist/demo/master-detail/table-master-detail.d.ts +0 -3
  40. package/dist/demo/master-detail/table-master-detail.d.ts.map +0 -1
  41. package/dist/demo/master-detail/table-master-detail.js +0 -24
  42. package/dist/demo/master-detail/table-master-detail.js.map +0 -1
  43. package/dist/demo/overview/actions-cell.d.ts +0 -5
  44. package/dist/demo/overview/actions-cell.d.ts.map +0 -1
  45. package/dist/demo/overview/actions-cell.js +0 -38
  46. package/dist/demo/overview/actions-cell.js.map +0 -1
  47. package/dist/demo/overview/index.d.ts +0 -2
  48. package/dist/demo/overview/index.d.ts.map +0 -1
  49. package/dist/demo/overview/index.js +0 -2
  50. package/dist/demo/overview/index.js.map +0 -1
  51. package/dist/demo/overview/product.d.ts +0 -27
  52. package/dist/demo/overview/product.d.ts.map +0 -1
  53. package/dist/demo/overview/product.js +0 -16
  54. package/dist/demo/overview/product.js.map +0 -1
  55. package/dist/demo/overview/products.d.ts +0 -3
  56. package/dist/demo/overview/products.d.ts.map +0 -1
  57. package/dist/demo/overview/products.js +0 -127
  58. package/dist/demo/overview/products.js.map +0 -1
  59. package/dist/demo/overview/table.d.ts +0 -6
  60. package/dist/demo/overview/table.d.ts.map +0 -1
  61. package/dist/demo/overview/table.js +0 -44
  62. package/dist/demo/overview/table.js.map +0 -1
  63. package/dist/demo/overview/table.store.d.ts +0 -15
  64. package/dist/demo/overview/table.store.d.ts.map +0 -1
  65. package/dist/demo/overview/table.store.js +0 -92
  66. package/dist/demo/overview/table.store.js.map +0 -1
  67. package/dist/demo/state-caching/beverages.d.ts +0 -3
  68. package/dist/demo/state-caching/beverages.d.ts.map +0 -1
  69. package/dist/demo/state-caching/beverages.js +0 -48
  70. package/dist/demo/state-caching/beverages.js.map +0 -1
  71. package/dist/demo/state-caching/index.d.ts +0 -2
  72. package/dist/demo/state-caching/index.d.ts.map +0 -1
  73. package/dist/demo/state-caching/index.js +0 -2
  74. package/dist/demo/state-caching/index.js.map +0 -1
  75. package/dist/demo/state-caching/product.d.ts +0 -6
  76. package/dist/demo/state-caching/product.d.ts.map +0 -1
  77. package/dist/demo/state-caching/product.js +0 -2
  78. package/dist/demo/state-caching/product.js.map +0 -1
  79. package/dist/demo/state-caching/products.d.ts +0 -3
  80. package/dist/demo/state-caching/products.d.ts.map +0 -1
  81. package/dist/demo/state-caching/products.js +0 -53
  82. package/dist/demo/state-caching/products.js.map +0 -1
  83. package/dist/demo/state-caching/state-caching-table.d.ts +0 -3
  84. package/dist/demo/state-caching/state-caching-table.d.ts.map +0 -1
  85. package/dist/demo/state-caching/state-caching-table.js +0 -14
  86. package/dist/demo/state-caching/state-caching-table.js.map +0 -1
  87. package/dist/demo/state-caching/state-caching-table.store.d.ts +0 -13
  88. package/dist/demo/state-caching/state-caching-table.store.d.ts.map +0 -1
  89. package/dist/demo/state-caching/state-caching-table.store.js +0 -70
  90. package/dist/demo/state-caching/state-caching-table.store.js.map +0 -1
  91. package/dist/editable-cell/boolean-editable-cell.d.ts +0 -3
  92. package/dist/editable-cell/boolean-editable-cell.d.ts.map +0 -1
  93. package/dist/editable-cell/boolean-editable-cell.js +0 -14
  94. package/dist/editable-cell/boolean-editable-cell.js.map +0 -1
  95. package/dist/editable-cell/date-editable-cell.d.ts +0 -3
  96. package/dist/editable-cell/date-editable-cell.d.ts.map +0 -1
  97. package/dist/editable-cell/date-editable-cell.js +0 -14
  98. package/dist/editable-cell/date-editable-cell.js.map +0 -1
  99. package/dist/editable-cell/get-action-cell.d.ts +0 -13
  100. package/dist/editable-cell/get-action-cell.d.ts.map +0 -1
  101. package/dist/editable-cell/get-action-cell.js +0 -18
  102. package/dist/editable-cell/get-action-cell.js.map +0 -1
  103. package/dist/editable-cell/get-editable-cell.d.ts +0 -13
  104. package/dist/editable-cell/get-editable-cell.d.ts.map +0 -1
  105. package/dist/editable-cell/get-editable-cell.js +0 -18
  106. package/dist/editable-cell/get-editable-cell.js.map +0 -1
  107. package/dist/editable-cell/get-select-editable-cell.d.ts +0 -10
  108. package/dist/editable-cell/get-select-editable-cell.d.ts.map +0 -1
  109. package/dist/editable-cell/get-select-editable-cell.js +0 -19
  110. package/dist/editable-cell/get-select-editable-cell.js.map +0 -1
  111. package/dist/editable-cell/index.d.ts +0 -8
  112. package/dist/editable-cell/index.d.ts.map +0 -1
  113. package/dist/editable-cell/index.js +0 -8
  114. package/dist/editable-cell/index.js.map +0 -1
  115. package/dist/editable-cell/numeric-editable-cell.d.ts +0 -3
  116. package/dist/editable-cell/numeric-editable-cell.d.ts.map +0 -1
  117. package/dist/editable-cell/numeric-editable-cell.js +0 -15
  118. package/dist/editable-cell/numeric-editable-cell.js.map +0 -1
  119. package/dist/editable-cell/text-editable-cell.d.ts +0 -9
  120. package/dist/editable-cell/text-editable-cell.d.ts.map +0 -1
  121. package/dist/editable-cell/text-editable-cell.js +0 -20
  122. package/dist/editable-cell/text-editable-cell.js.map +0 -1
  123. package/dist/export/export.d.ts +0 -10
  124. package/dist/export/export.d.ts.map +0 -1
  125. package/dist/export/export.js +0 -6
  126. package/dist/export/export.js.map +0 -1
  127. package/dist/export/index.d.ts +0 -2
  128. package/dist/export/index.d.ts.map +0 -1
  129. package/dist/export/index.js +0 -2
  130. package/dist/export/index.js.map +0 -1
  131. package/dist/filters/column-menu-filters.d.ts +0 -5
  132. package/dist/filters/column-menu-filters.d.ts.map +0 -1
  133. package/dist/filters/column-menu-filters.js +0 -9
  134. package/dist/filters/column-menu-filters.js.map +0 -1
  135. package/dist/filters/datetime-filter/datetime-filter.d.ts +0 -3
  136. package/dist/filters/datetime-filter/datetime-filter.d.ts.map +0 -1
  137. package/dist/filters/datetime-filter/datetime-filter.js +0 -71
  138. package/dist/filters/datetime-filter/datetime-filter.js.map +0 -1
  139. package/dist/filters/field-values-filter.d.ts +0 -6
  140. package/dist/filters/field-values-filter.d.ts.map +0 -1
  141. package/dist/filters/field-values-filter.js +0 -155
  142. package/dist/filters/field-values-filter.js.map +0 -1
  143. package/dist/filters/index.d.ts +0 -9
  144. package/dist/filters/index.d.ts.map +0 -1
  145. package/dist/filters/index.js +0 -9
  146. package/dist/filters/index.js.map +0 -1
  147. package/dist/filters/multiselect-filter.d.ts +0 -5
  148. package/dist/filters/multiselect-filter.d.ts.map +0 -1
  149. package/dist/filters/multiselect-filter.js +0 -107
  150. package/dist/filters/multiselect-filter.js.map +0 -1
  151. package/dist/filters/numeric-filter-extended/numeric-extended-operators.d.ts +0 -6
  152. package/dist/filters/numeric-filter-extended/numeric-extended-operators.d.ts.map +0 -1
  153. package/dist/filters/numeric-filter-extended/numeric-extended-operators.js +0 -6
  154. package/dist/filters/numeric-filter-extended/numeric-extended-operators.js.map +0 -1
  155. package/dist/filters/numeric-filter-extended/numeric-filter-extended.d.ts +0 -3
  156. package/dist/filters/numeric-filter-extended/numeric-filter-extended.d.ts.map +0 -1
  157. package/dist/filters/numeric-filter-extended/numeric-filter-extended.js +0 -27
  158. package/dist/filters/numeric-filter-extended/numeric-filter-extended.js.map +0 -1
  159. package/dist/filters/range-filter/range-filter.d.ts +0 -6
  160. package/dist/filters/range-filter/range-filter.d.ts.map +0 -1
  161. package/dist/filters/range-filter/range-filter.js +0 -117
  162. package/dist/filters/range-filter/range-filter.js.map +0 -1
  163. package/dist/filters/standard-filter-with-multiselect/filter-cell-ext.d.ts +0 -21
  164. package/dist/filters/standard-filter-with-multiselect/filter-cell-ext.d.ts.map +0 -1
  165. package/dist/filters/standard-filter-with-multiselect/filter-cell-ext.js +0 -82
  166. package/dist/filters/standard-filter-with-multiselect/filter-cell-ext.js.map +0 -1
  167. package/dist/filters/standard-filter-with-multiselect/multiselect-operators.d.ts +0 -6
  168. package/dist/filters/standard-filter-with-multiselect/multiselect-operators.d.ts.map +0 -1
  169. package/dist/filters/standard-filter-with-multiselect/multiselect-operators.js +0 -6
  170. package/dist/filters/standard-filter-with-multiselect/multiselect-operators.js.map +0 -1
  171. package/dist/filters/standard-filter-with-multiselect/standard-filter-with-multiselect.d.ts +0 -26
  172. package/dist/filters/standard-filter-with-multiselect/standard-filter-with-multiselect.d.ts.map +0 -1
  173. package/dist/filters/standard-filter-with-multiselect/standard-filter-with-multiselect.js +0 -69
  174. package/dist/filters/standard-filter-with-multiselect/standard-filter-with-multiselect.js.map +0 -1
  175. package/dist/filters/standard-filter-with-multiselect/table-column-menu-filter-ext.d.ts +0 -6
  176. package/dist/filters/standard-filter-with-multiselect/table-column-menu-filter-ext.d.ts.map +0 -1
  177. package/dist/filters/standard-filter-with-multiselect/table-column-menu-filter-ext.js +0 -30
  178. package/dist/filters/standard-filter-with-multiselect/table-column-menu-filter-ext.js.map +0 -1
  179. package/dist/filters/time-filter/time-filter.d.ts +0 -3
  180. package/dist/filters/time-filter/time-filter.d.ts.map +0 -1
  181. package/dist/filters/time-filter/time-filter.js +0 -71
  182. package/dist/filters/time-filter/time-filter.js.map +0 -1
  183. package/dist/index.d.ts +0 -10
  184. package/dist/index.d.ts.map +0 -1
  185. package/dist/index.js +0 -9
  186. package/dist/index.js.map +0 -1
  187. package/dist/select-cell/index.d.ts +0 -2
  188. package/dist/select-cell/index.d.ts.map +0 -1
  189. package/dist/select-cell/index.js +0 -2
  190. package/dist/select-cell/index.js.map +0 -1
  191. package/dist/select-cell/select-cell.d.ts +0 -25
  192. package/dist/select-cell/select-cell.d.ts.map +0 -1
  193. package/dist/select-cell/select-cell.js +0 -35
  194. package/dist/select-cell/select-cell.js.map +0 -1
  195. package/dist/table-state.d.ts +0 -161
  196. package/dist/table-state.d.ts.map +0 -1
  197. package/dist/table-state.js +0 -1106
  198. package/dist/table-state.js.map +0 -1
  199. package/dist/table.d.ts +0 -40
  200. package/dist/table.d.ts.map +0 -1
  201. package/dist/table.js +0 -231
  202. package/dist/table.js.map +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,550 @@
1
+ # v22.0.1 (Tue Jun 21 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - FAR-823: Migrating uikit components [#106](https://github.com/servicetitan/anvil-uikit-contrib/pull/106) ([@rgdelato](https://github.com/rgdelato) github-actions@github.com)
6
+
7
+ #### Authors: 2
8
+
9
+ - github-actions (github-actions@github.com)
10
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
11
+
12
+ ---
13
+
14
+ # v21.6.0 (Mon May 09 2022)
15
+
16
+ ### Release Notes
17
+
18
+ #### Bump @servicetitan packages from 11.5.1 to 11.6.0 ([#1439](https://github.com/servicetitan/uikit/pull/1439))
19
+
20
+ #### Font Update: Bold Sofia to use the real bold instead of medium ([#2430](https://github.com/servicetitan/anvil/pull/2430))
21
+
22
+ To solve inconsistency/mismatch of weight definition on web implementation, using `font-weight: bold;` use to default to `600` which is not the norm and has bug report about it from devs, we are changing `bold` to be true bold which is `700`. From UX standpoint this is also solving visual hierarchy issue when Sofia Pro Medium and Nunito Sans Regular were not distinctive enough when they are similar in size.
23
+
24
+ More info here: https://www.figma.com/file/LZ56wcBF6xF2HpWx1MiNuq/Font-style-update?node-id=217%3A126
25
+
26
+ ---
27
+
28
+ #### 🚀 Enhancement
29
+
30
+ - Time Picker to support 24-hour format [#2434](https://github.com/servicetitan/anvil/pull/2434) ([@yakunins](https://github.com/yakunins))
31
+ - Adds Drag and Drop Icon [#2443](https://github.com/servicetitan/anvil/pull/2443) ([@jpex](https://github.com/jpex))
32
+ - InlineEdit: Show truncated items as the title for the `+X` tag [#2439](https://github.com/servicetitan/anvil/pull/2439) ([@tounsoo](https://github.com/tounsoo))
33
+ - AnvilSelect Drillin Footer needs custom className [#2433](https://github.com/servicetitan/anvil/pull/2433) ([@blalond](https://github.com/blalond))
34
+
35
+ #### 💅 Visual Update
36
+
37
+ - Font Update: Bold Sofia to use the real bold instead of medium [#2430](https://github.com/servicetitan/anvil/pull/2430) ([@tounsoo](https://github.com/tounsoo))
38
+ - Filter Button: fix filter button wrapping weird in small space [#2436](https://github.com/servicetitan/anvil/pull/2436) ([@tounsoo](https://github.com/tounsoo))
39
+ - ActionMenu: icon color to work with theme variables [#2435](https://github.com/servicetitan/anvil/pull/2435) ([@tounsoo](https://github.com/tounsoo))
40
+ - Tag: Update subtle default text and icon color to work with dark mode [#2425](https://github.com/servicetitan/anvil/pull/2425) ([@tounsoo](https://github.com/tounsoo))
41
+
42
+ #### 📝 Documentation
43
+
44
+ - Table: showcase right-aligned column [#2441](https://github.com/servicetitan/anvil/pull/2441) ([@yakunins](https://github.com/yakunins))
45
+ - Gatsby: infinite resizing loop at Filter Button All Filter example [#2438](https://github.com/servicetitan/anvil/pull/2438) ([@yakunins](https://github.com/yakunins))
46
+ - Some examples in docs to be properly rendered in Codesandbox [#2429](https://github.com/servicetitan/anvil/pull/2429) ([@yakunins](https://github.com/yakunins))
47
+ - Gatsby: update theming information [#2428](https://github.com/servicetitan/anvil/pull/2428) ([@tounsoo](https://github.com/tounsoo))
48
+
49
+ #### 🐛 Bug Fix
50
+
51
+ - DS-877: Updating onChange return values for "Select All/None" [#2332](https://github.com/servicetitan/anvil/pull/2332) ([@rgdelato](https://github.com/rgdelato))
52
+
53
+ #### 🏠 Internal
54
+
55
+ - Updating .nvmrc file to Node 16 [#2437](https://github.com/servicetitan/anvil/pull/2437) ([@rgdelato](https://github.com/rgdelato))
56
+ - DS-619: Adding kendo license file to root directory [#2440](https://github.com/servicetitan/anvil/pull/2440) ([@rgdelato](https://github.com/rgdelato))
57
+ - DS-995: Removing react-window dep from design-system package [#2432](https://github.com/servicetitan/anvil/pull/2432) ([@rgdelato](https://github.com/rgdelato))
58
+ - ButtonGroup: ThemeProvider compatibility [#2366](https://github.com/servicetitan/anvil/pull/2366) ([@tounsoo](https://github.com/tounsoo))
59
+ - Cleaner theme var method [#2431](https://github.com/servicetitan/anvil/pull/2431) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
60
+
61
+ #### ⚠️ Pushed to `master`
62
+
63
+ - Merge branch 'master' of github.com:servicetitan/anvil ([@tounsoo](https://github.com/tounsoo))
64
+
65
+ #### 📝 Dependencies
66
+
67
+ - Bump moment from 2.29.1 to 2.29.2 in /packages/design-system [#2426](https://github.com/servicetitan/anvil/pull/2426) ([@dependabot[bot]](https://github.com/dependabot[bot]))
68
+
69
+ #### Authors: 6
70
+
71
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
72
+ - Ben Ho ([@tounsoo](https://github.com/tounsoo))
73
+ - Brian LaLonde ([@blalond](https://github.com/blalond))
74
+ - James C ([@jpex](https://github.com/jpex))
75
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
76
+ - Sergey Yakunin ([@yakunins](https://github.com/yakunins))
77
+
78
+ </blockquote>
79
+ </details>
80
+
81
+ <em><code>servicetitan/anvil</code>'s top-level, root <a href="https://github.com/servicetitan/anvil/blob/v11.6.0/CHANGELOG.md">CHANGELOG.md</a></em>
82
+
83
+ ---
84
+
85
+ #### 🔩 Dependency Updates
86
+
87
+ - Bump @servicetitan packages from 11.5.1 to 11.6.0 [#1439](https://github.com/servicetitan/uikit/pull/1439) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
88
+ - Bump mobx-react from 7.3.0 to 7.4.0 [#1438](https://github.com/servicetitan/uikit/pull/1438) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
89
+
90
+ #### Authors: 2
91
+
92
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
93
+ - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
94
+
95
+ ---
96
+
97
+ # v21.5.0 (Thu Apr 28 2022)
98
+
99
+ #### 🔩 Dependency Updates
100
+
101
+ - Bump moment from 2.29.2 to 2.29.3 [#1411](https://github.com/servicetitan/uikit/pull/1411) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
102
+ - Bump @servicetitan packages from 11.5.0 to 11.5.1 [#1410](https://github.com/servicetitan/uikit/pull/1410) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
103
+
104
+ #### Authors: 2
105
+
106
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
107
+ - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
108
+
109
+ ---
110
+
111
+ # v21.4.1 (Wed Apr 06 2022)
112
+
113
+ #### 🔩 Dependency Updates
114
+
115
+ - Bump @servicetitan packages from 11.4.2 to 11.5.0 [#1396](https://github.com/servicetitan/uikit/pull/1396) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
116
+ - Bump mobx-utils from 6.0.4 to 6.0.5 [#1390](https://github.com/servicetitan/uikit/pull/1390) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
117
+ - Bump moment from 2.29.1 to 2.29.2 [#1392](https://github.com/servicetitan/uikit/pull/1392) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
118
+
119
+ #### Authors: 2
120
+
121
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
122
+ - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
123
+
124
+ ---
125
+
126
+ # v21.3.0 (Mon Mar 21 2022)
127
+
128
+ #### 🔩 Dependency Updates
129
+
130
+ - Bump @servicetitan packages from 11.4.1 to 11.4.2 [#1371](https://github.com/servicetitan/uikit/pull/1371) ([@rgdelato](https://github.com/rgdelato))
131
+
132
+ #### Authors: 1
133
+
134
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
135
+
136
+ ---
137
+
138
+ # v21.2.0 (Thu Mar 17 2022)
139
+
140
+ #### 🔩 Dependency Updates
141
+
142
+ - Bump mobx from 6.4.2 to 6.5.0 [#1369](https://github.com/servicetitan/uikit/pull/1369) ([@rgdelato](https://github.com/rgdelato))
143
+
144
+ #### Authors: 1
145
+
146
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
147
+
148
+ ---
149
+
150
+ # v21.0.0 (Tue Mar 15 2022)
151
+
152
+ #### 🐛 Bug Fix
153
+
154
+ - Notifications: fix compatibility with anvil 11.4.0 [#1361](https://github.com/servicetitan/uikit/pull/1361) ([@kanoshin](https://github.com/kanoshin))
155
+
156
+ #### Authors: 1
157
+
158
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
159
+
160
+ ---
161
+
162
+ # v20.2.0 (Tue Mar 01 2022)
163
+
164
+ #### 🔩 Dependency Updates
165
+
166
+ - Bump mobx from 6.4.1 to 6.4.2 [#1341](https://github.com/servicetitan/uikit/pull/1341) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
167
+ - Bump mobx from 6.3.13 to 6.4.1 [#1332](https://github.com/servicetitan/uikit/pull/1332) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
168
+ - Bump mobx-react from 7.2.1 to 7.3.0 [#1331](https://github.com/servicetitan/uikit/pull/1331) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
169
+ - Bump @servicetitan packages from 11.3.0 to 11.3.1 [#1317](https://github.com/servicetitan/uikit/pull/1317) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
170
+ - Bump @servicetitan packages from 11.2.0 to 11.3.0 [#1315](https://github.com/servicetitan/uikit/pull/1315) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
171
+ - Bump memoize-one from 5.2.1 to 6.0.0 [#1294](https://github.com/servicetitan/uikit/pull/1294) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
172
+
173
+ #### Authors: 2
174
+
175
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
176
+ - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
177
+
178
+ ---
179
+
180
+ # v20.1.0 (Thu Jan 27 2022)
181
+
182
+ :tada: This release contains work from a new contributor! :tada:
183
+
184
+ Thank you, ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity)), for all your work!
185
+
186
+ #### 🚀 Enhancement
187
+
188
+ - Bump @servicetitan packages from 11.1.1 to 11.2.0 [#1285](https://github.com/servicetitan/uikit/pull/1285) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
189
+
190
+ #### 🐛 Bug Fix
191
+
192
+ - Bump mobx from 6.3.12 to 6.3.13 [#1284](https://github.com/servicetitan/uikit/pull/1284) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
193
+ - Bump @servicetitan packages from 11.1.0 to 11.1.1 [#1264](https://github.com/servicetitan/uikit/pull/1264) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
194
+
195
+ #### ⚠️ Pushed to `master`
196
+
197
+ - Merge branch 'fp/FAR-893' into master ([@rgdelato](https://github.com/rgdelato))
198
+
199
+ #### Authors: 2
200
+
201
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
202
+ - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
203
+
204
+ ---
205
+
206
+ # v20.0.0 (Thu Jan 13 2022)
207
+
208
+ #### 💥 Breaking Change
209
+
210
+ - Startup: chunking support for the web components [#1184](https://github.com/servicetitan/uikit/pull/1184) ([@xarety](https://github.com/xarety))
211
+
212
+ #### 🔩 Dependency Updates
213
+
214
+ - Bump mobx from 6.3.10 to 6.3.12 [#1237](https://github.com/servicetitan/uikit/pull/1237) ([@dependabot[bot]](https://github.com/dependabot[bot]))
215
+
216
+ #### Authors: 2
217
+
218
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
219
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
220
+
221
+ ---
222
+
223
+ # v19.4.0 (Mon Jan 10 2022)
224
+
225
+ #### 🔩 Dependency Updates
226
+
227
+ - Bump @types/react from 17.0.37 to 17.0.38 [#1209](https://github.com/servicetitan/uikit/pull/1209) ([@dependabot[bot]](https://github.com/dependabot[bot]))
228
+ - Bump mobx from 6.3.8 to 6.3.10 [#1205](https://github.com/servicetitan/uikit/pull/1205) ([@dependabot[bot]](https://github.com/dependabot[bot]))
229
+
230
+ #### Authors: 1
231
+
232
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
233
+
234
+ ---
235
+
236
+ # v19.2.0 (Wed Dec 15 2021)
237
+
238
+ #### 🚀 Enhancement
239
+
240
+ - Table: exit from handleSelectionChange when it is triggered from selectionRelease (when row is no longer selected) [#1166](https://github.com/servicetitan/uikit/pull/1166) ([@kanoshin](https://github.com/kanoshin))
241
+
242
+ #### 🔩 Dependency Updates
243
+
244
+ - Bump @types/react from 17.0.36 to 17.0.37 [#1129](https://github.com/servicetitan/uikit/pull/1129) ([@dependabot[bot]](https://github.com/dependabot[bot]))
245
+
246
+ #### Authors: 2
247
+
248
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
249
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
250
+
251
+ ---
252
+
253
+ # v19.1.0 (Wed Dec 08 2021)
254
+
255
+ :tada: This release contains work from a new contributor! :tada:
256
+
257
+ Thank you, Danny Rizko ([@DannyRizko](https://github.com/DannyRizko)), for all your work!
258
+
259
+ #### 🔩 Dependency Updates
260
+
261
+ - Bump mobx from 6.3.7 to 6.3.8 [#1136](https://github.com/servicetitan/uikit/pull/1136) ([@dependabot[bot]](https://github.com/dependabot[bot]))
262
+ - Bump @types/react from 17.0.35 to 17.0.36 [#1113](https://github.com/servicetitan/uikit/pull/1113) ([@dependabot[bot]](https://github.com/dependabot[bot]))
263
+
264
+ #### Authors: 1
265
+
266
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
267
+
268
+ ---
269
+
270
+ # v19.0.0 (Wed Nov 24 2021)
271
+
272
+ #### 🚀 Enhancement
273
+
274
+ - : Set column with selection control locked [#1103](https://github.com/servicetitan/uikit/pull/1103) ([@Mikhe](https://github.com/Mikhe))
275
+
276
+ #### 🔩 Dependency Updates
277
+
278
+ - Bump @types/react from 17.0.34 to 17.0.35 [#1089](https://github.com/servicetitan/uikit/pull/1089) ([@dependabot[bot]](https://github.com/dependabot[bot]))
279
+
280
+ #### Authors: 2
281
+
282
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
283
+ - Sergei Mikhailovskikh ([@Mikhe](https://github.com/Mikhe))
284
+
285
+ ---
286
+
287
+ # v18.1.0 (Wed Nov 17 2021)
288
+
289
+ #### 🔩 Dependency Updates
290
+
291
+ - Bump @types/react from 17.0.33 to 17.0.34 [#1063](https://github.com/servicetitan/uikit/pull/1063) ([@dependabot[bot]](https://github.com/dependabot[bot]))
292
+
293
+ #### Authors: 1
294
+
295
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
296
+
297
+ ---
298
+
299
+ # v18.0.0 (Mon Nov 15 2021)
300
+
301
+ #### 💥 Breaking Change
302
+
303
+ - Table: fix filters ui regression [#1068](https://github.com/servicetitan/uikit/pull/1068) ([@xarety](https://github.com/xarety))
304
+
305
+ #### Authors: 1
306
+
307
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
308
+
309
+ ---
310
+
311
+ # v17.5.0 (Fri Nov 12 2021)
312
+
313
+ #### 🚀 Enhancement
314
+
315
+ - Log service: improve error logging for unexpected usages [#1083](https://github.com/servicetitan/uikit/pull/1083) ([@kanoshin](https://github.com/kanoshin))
316
+
317
+ #### 🔩 Dependency Updates
318
+
319
+ - Bump mobx from 6.3.6 to 6.3.7 [#1085](https://github.com/servicetitan/uikit/pull/1085) ([@dependabot[bot]](https://github.com/dependabot[bot]))
320
+
321
+ #### Authors: 2
322
+
323
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
324
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
325
+
326
+ ---
327
+
328
+ # v17.3.1 (Wed Nov 03 2021)
329
+
330
+ #### 🔩 Dependency Updates
331
+
332
+ - Bump dependencies [#1062](https://github.com/servicetitan/uikit/pull/1062) ([@xarety](https://github.com/xarety))
333
+
334
+ #### Authors: 1
335
+
336
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
337
+
338
+ ---
339
+
340
+ # v17.2.1 (Tue Oct 26 2021)
341
+
342
+ #### 🔩 Dependency Updates
343
+
344
+ - Bump @types/react from 17.0.32 to 17.0.33 [#1041](https://github.com/servicetitan/uikit/pull/1041) ([@dependabot[bot]](https://github.com/dependabot[bot]))
345
+ - Bump @types/react from 17.0.30 to 17.0.32 [#1033](https://github.com/servicetitan/uikit/pull/1033) ([@dependabot[bot]](https://github.com/dependabot[bot]))
346
+ - Bump mobx from 6.3.3 to 6.3.5 [#998](https://github.com/servicetitan/uikit/pull/998) ([@dependabot[bot]](https://github.com/dependabot[bot]))
347
+ - Bump mobx-react from 7.2.0 to 7.2.1 [#997](https://github.com/servicetitan/uikit/pull/997) ([@dependabot[bot]](https://github.com/dependabot[bot]))
348
+ - Bump @types/react from 17.0.27 to 17.0.30 [#996](https://github.com/servicetitan/uikit/pull/996) ([@dependabot[bot]](https://github.com/dependabot[bot]))
349
+
350
+ #### Authors: 1
351
+
352
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
353
+
354
+ ---
355
+
356
+ # v17.1.1 (Tue Oct 05 2021)
357
+
358
+ #### 🔩 Dependency Updates
359
+
360
+ - Bump @types/react from 17.0.26 to 17.0.27 [#949](https://github.com/servicetitan/uikit/pull/949) ([@dependabot[bot]](https://github.com/dependabot[bot]))
361
+
362
+ #### Authors: 1
363
+
364
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
365
+
366
+ ---
367
+
368
+ # v17.1.0 (Sat Oct 02 2021)
369
+
370
+ #### 🔩 Dependency Updates
371
+
372
+ - Bump @types/react from 17.0.25 to 17.0.26 [#940](https://github.com/servicetitan/uikit/pull/940) ([@dependabot[bot]](https://github.com/dependabot[bot]))
373
+
374
+ #### Authors: 1
375
+
376
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
377
+
378
+ ---
379
+
380
+ # v17.0.0 (Thu Sep 30 2021)
381
+
382
+ #### 💥 Breaking Change
383
+
384
+ - Stylelint config: use-tokens rule [#837](https://github.com/servicetitan/uikit/pull/837) ([@xarety](https://github.com/xarety))
385
+
386
+ #### 🔩 Dependency Updates
387
+
388
+ - Bump @servicetitan/design-system from 10.2.1 to 10.3.3 [#935](https://github.com/servicetitan/uikit/pull/935) ([@xarety](https://github.com/xarety))
389
+
390
+ #### Authors: 1
391
+
392
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
393
+
394
+ ---
395
+
396
+ # v16.0.0 (Fri Sep 24 2021)
397
+
398
+ #### 🔩 Dependency Updates
399
+
400
+ - Bump @types/react from 17.0.21 to 17.0.24 [#897](https://github.com/servicetitan/uikit/pull/897) ([@dependabot[bot]](https://github.com/dependabot[bot]))
401
+ - Bump @types/react from 17.0.20 to 17.0.21 [#860](https://github.com/servicetitan/uikit/pull/860) ([@dependabot[bot]](https://github.com/dependabot[bot]))
402
+ - Bump @servicetitan/design-system from 10.1.0 to 10.2.1 [#858](https://github.com/servicetitan/uikit/pull/858) ([@xarety](https://github.com/xarety))
403
+ - Bump prettier from 2.3.2 to 2.4.0 [#832](https://github.com/servicetitan/uikit/pull/832) ([@dependabot[bot]](https://github.com/dependabot[bot]))
404
+ - Bump @types/react from 17.0.19 to 17.0.20 [#817](https://github.com/servicetitan/uikit/pull/817) ([@dependabot[bot]](https://github.com/dependabot[bot]))
405
+ - Bump mobx from 6.3.2 to 6.3.3 [#803](https://github.com/servicetitan/uikit/pull/803) ([@dependabot[bot]](https://github.com/dependabot[bot]))
406
+
407
+ #### Authors: 2
408
+
409
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
410
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
411
+
412
+ ---
413
+
414
+ # v15.0.0 (Tue Sep 14 2021)
415
+
416
+ #### 🚀 Enhancement
417
+
418
+ - Table: multiItemMultiSelectColumnMenuFilter [#854](https://github.com/servicetitan/uikit/pull/854) ([@aschumahua](https://github.com/aschumahua))
419
+
420
+ #### Authors: 1
421
+
422
+ - Anzar Schumahua ([@aschumahua](https://github.com/aschumahua))
423
+
424
+ ---
425
+
426
+ # v14.3.0 (Mon Aug 23 2021)
427
+
428
+ :tada: This release contains work from a new contributor! :tada:
429
+
430
+ Thank you, Hayk Ghazaryan ([@haykghazaryan-st](https://github.com/haykghazaryan-st)), for all your work!
431
+
432
+ #### 🚀 Enhancement
433
+
434
+ - Table: added multi-select feature [#748](https://github.com/servicetitan/uikit/pull/748) ([@haykghazaryan-st](https://github.com/haykghazaryan-st) [@xarety](https://github.com/xarety))
435
+
436
+ #### 🐛 Bug Fix
437
+
438
+ - Table: add missing kendo peer dependencies [#742](https://github.com/servicetitan/uikit/pull/742) ([@xarety](https://github.com/xarety))
439
+
440
+ #### 🔩 Dependency Updates
441
+
442
+ - Bump @types/react from 17.0.18 to 17.0.19 [#768](https://github.com/servicetitan/uikit/pull/768) ([@dependabot[bot]](https://github.com/dependabot[bot]))
443
+ - Bump @types/react from 17.0.17 to 17.0.18 [#760](https://github.com/servicetitan/uikit/pull/760) ([@dependabot[bot]](https://github.com/dependabot[bot]))
444
+ - Bump @types/react from 17.0.16 to 17.0.17 [#747](https://github.com/servicetitan/uikit/pull/747) ([@dependabot[bot]](https://github.com/dependabot[bot]))
445
+
446
+ #### Authors: 3
447
+
448
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
449
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
450
+ - Hayk Ghazaryan ([@haykghazaryan-st](https://github.com/haykghazaryan-st))
451
+
452
+ ---
453
+
454
+ # v14.2.0 (Fri Aug 06 2021)
455
+
456
+ #### 🐛 Bug Fix
457
+
458
+ - Stylelint config: disable no-invalid-position-at-import-rule [#732](https://github.com/servicetitan/uikit/pull/732) ([@kanoshin](https://github.com/kanoshin))
459
+
460
+ #### 🔩 Dependency Updates
461
+
462
+ - Bump @types/react from 17.0.15 to 17.0.16 [#728](https://github.com/servicetitan/uikit/pull/728) ([@dependabot[bot]](https://github.com/dependabot[bot]))
463
+
464
+ #### Authors: 2
465
+
466
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
467
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
468
+
469
+ ---
470
+
471
+ # v14.1.1 (Thu Aug 05 2021)
472
+
473
+ #### 🔩 Dependency Updates
474
+
475
+ - Update dependencies [#705](https://github.com/servicetitan/uikit/pull/705) ([@xarety](https://github.com/xarety) [@kanoshin](https://github.com/kanoshin))
476
+
477
+ #### Authors: 2
478
+
479
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
480
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
481
+
482
+ ---
483
+
484
+ # v14.1.0 (Fri Jul 30 2021)
485
+
486
+ #### 🔩 Dependency Updates
487
+
488
+ - Bump @types/react from 17.0.9 to 17.0.14 [#652](https://github.com/servicetitan/uikit/pull/652) ([@dependabot[bot]](https://github.com/dependabot[bot]))
489
+
490
+ #### Authors: 1
491
+
492
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
493
+
494
+ ---
495
+
496
+ # v14.0.0 (Fri Jul 23 2021)
497
+
498
+ #### 💥 Breaking Change
499
+
500
+ - Updating React 17 and react-jsx transform [#620](https://github.com/servicetitan/uikit/pull/620) ([@rgdelato](https://github.com/rgdelato) [@StreetStrider](https://github.com/StreetStrider) [@kanoshin](https://github.com/kanoshin))
501
+
502
+ #### Authors: 3
503
+
504
+ - Ivan Pukhtin ([@StreetStrider](https://github.com/StreetStrider))
505
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
506
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
507
+
508
+ ---
509
+
510
+ # v12.5.0 (Wed Jun 16 2021)
511
+
512
+ :tada: This release contains work from a new contributor! :tada:
513
+
514
+ Thank you, Mike Kozhevnikov ([@mkozhevnikov](https://github.com/mkozhevnikov)), for all your work!
515
+
516
+ #### 🐛 Bug Fix
517
+
518
+ - Startup: WatchIgnorePlugin requires at least one value [#622](https://github.com/servicetitan/uikit/pull/622) ([@xarety](https://github.com/xarety))
519
+ - Hash browser router: correct basename handling [#616](https://github.com/servicetitan/uikit/pull/616) ([@xarety](https://github.com/xarety))
520
+ - FAR-792: Fixing existing subpackage CHANGELOG.md files [#621](https://github.com/servicetitan/uikit/pull/621) ([@rgdelato](https://github.com/rgdelato))
521
+
522
+ #### Authors: 2
523
+
524
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
525
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
526
+
527
+ ---
528
+
529
+ # v12.4.0 (Tue Jun 08 2021)
530
+
531
+ #### ⚠️ Pushed to `master`
532
+
533
+ - Undo fail publish consequences ([@xarety](https://github.com/xarety))
534
+ - Publish ([@xarety](https://github.com/xarety))
535
+ - Bump packages ([@xarety](https://github.com/xarety))
536
+
537
+ #### 🔩 Dependency Updates
538
+
539
+ - Bump @types/react from 17.0.8 to 17.0.9 [#607](https://github.com/servicetitan/uikit/pull/607) ([@dependabot[bot]](https://github.com/dependabot[bot]))
540
+ - Bump @types/react from 17.0.6 to 17.0.8 [#575](https://github.com/servicetitan/uikit/pull/575) ([@dependabot[bot]](https://github.com/dependabot[bot]))
541
+ - Bump @servicetitan/design-system from 9.2.0 to 9.2.1 [#596](https://github.com/servicetitan/uikit/pull/596) ([@dependabot[bot]](https://github.com/dependabot[bot]))
542
+ - Bump @servicetitan/design-system from 9.1.0 to 9.2.0 [#557](https://github.com/servicetitan/uikit/pull/557) ([@dependabot[bot]](https://github.com/dependabot[bot]))
543
+ - Bump mobx-react from 7.1.0 to 7.2.0 [#553](https://github.com/servicetitan/uikit/pull/553) ([@dependabot[bot]](https://github.com/dependabot[bot]))
544
+ - Bump @types/react from 17.0.5 to 17.0.6 [#551](https://github.com/servicetitan/uikit/pull/551) ([@dependabot[bot]](https://github.com/dependabot[bot]))
545
+ - Bump prettier from 2.2.1 to 2.3.0 [#534](https://github.com/servicetitan/uikit/pull/534) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@xarety](https://github.com/xarety))
546
+
547
+ #### Authors: 2
548
+
549
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
550
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/table",
3
- "version": "21.7.1",
3
+ "version": "22.0.1",
4
4
  "description": "",
5
5
  "homepage": "https://docs.st.dev/docs/frontend/table",
6
6
  "repository": {
@@ -36,11 +36,11 @@
36
36
  "memoize-one": "~6.0.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@servicetitan/data-query": "^21.7.1",
39
+ "@servicetitan/data-query": "^22.0.1",
40
40
  "@servicetitan/design-system": "~11.8.0",
41
- "@servicetitan/form": "^21.7.1",
42
- "@servicetitan/react-ioc": "^21.7.1",
43
- "@servicetitan/suppress-warnings": "^21.7.1",
41
+ "@servicetitan/form": "^22.0.1",
42
+ "@servicetitan/react-ioc": "^21.6.0",
43
+ "@servicetitan/suppress-warnings": "^21.6.0",
44
44
  "@types/accounting": "~0.4.2",
45
45
  "@types/react": "~17.0.38",
46
46
  "accounting": "~0.4.1",
@@ -52,9 +52,9 @@
52
52
  "react": "~17.0.2"
53
53
  },
54
54
  "peerDependencies": {
55
- "@servicetitan/data-query": "^20.0.0",
55
+ "@servicetitan/data-query": "^22.0.1",
56
56
  "@servicetitan/design-system": "~11.8.0",
57
- "@servicetitan/form": "^20.0.0",
57
+ "@servicetitan/form": "^22.0.1",
58
58
  "@servicetitan/react-ioc": "^20.0.0",
59
59
  "@servicetitan/suppress-warnings": "^20.0.0",
60
60
  "accounting": "~0.4.1",
@@ -71,5 +71,5 @@
71
71
  "cli": {
72
72
  "webpack": false
73
73
  },
74
- "gitHead": "a998bbfaaf3ceeb12cda469af9b6a8d56be0f8a0"
74
+ "gitHead": "5a794e76923adfb628afae790a01be04cd89d918"
75
75
  }
@@ -1,4 +0,0 @@
1
- export * from './overview';
2
- export * from './master-detail';
3
- export * from './state-caching';
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/demo/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC"}
@@ -1,4 +0,0 @@
1
- export * from './overview';
2
- export * from './master-detail';
3
- export * from './state-caching';
4
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/demo/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC"}
@@ -1,4 +0,0 @@
1
- import { FC } from 'react';
2
- import { TableDetailRowProps } from '../..';
3
- export declare const DetailTable: FC<TableDetailRowProps>;
4
- //# sourceMappingURL=detail-table.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"detail-table.d.ts","sourceRoot":"","sources":["../../../src/demo/master-detail/detail-table.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAa,EAAE,EAAE,MAAM,OAAO,CAAC;AAQtC,OAAO,EAAsB,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAIhE,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,mBAAmB,CA8B/C,CAAC"}
@@ -1,28 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { useEffect } from 'react';
3
- import { provide, useDependencies } from '@servicetitan/react-ioc';
4
- import { observer } from 'mobx-react';
5
- import { Icon, Checkbox } from '@servicetitan/design-system';
6
- import { Table, TableColumn } from '../..';
7
- import { DetailTableStore } from './detail-table.store';
8
- export const DetailTable = provide({
9
- singletons: [DetailTableStore],
10
- })(observer(({ dataItem }) => {
11
- const [store] = useDependencies(DetailTableStore);
12
- useEffect(() => {
13
- store.initialize(dataItem);
14
- return () => store.dispose();
15
- }, [store, dataItem]);
16
- if (!store.tableState) {
17
- return null;
18
- }
19
- return (_jsxs(Table, Object.assign({ selectable: true, hideSelectAll: true, tableState: store.tableState, selectionControl: LockFieldIcon }, { children: [_jsx(TableColumn, { field: "Field" }), _jsx(TableColumn, { field: "OldValue" }), _jsx(TableColumn, { field: "NewValue" })] })));
20
- }));
21
- const LockFieldIcon = props => {
22
- const { checked, disabled } = props;
23
- if (!disabled) {
24
- return _jsx(Checkbox, Object.assign({}, props));
25
- }
26
- return (_jsx("div", { children: checked ? (_jsx(Icon, { name: "check", className: "c-blue-300" })) : (_jsx(Icon, { name: "remove", className: "c-neutral-70" })) }));
27
- };
28
- //# sourceMappingURL=detail-table.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"detail-table.js","sourceRoot":"","sources":["../../../src/demo/master-detail/detail-table.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAM,MAAM,OAAO,CAAC;AAEtC,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAEnE,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAiB,MAAM,6BAA6B,CAAC;AAE5E,OAAO,EAAE,KAAK,EAAE,WAAW,EAAuB,MAAM,OAAO,CAAC;AAEhE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD,MAAM,CAAC,MAAM,WAAW,GAA4B,OAAO,CAAC;IACxD,UAAU,EAAE,CAAC,gBAAgB,CAAC;CACjC,CAAC,CACE,QAAQ,CAAC,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE;IACtB,MAAM,CAAC,KAAK,CAAC,GAAG,eAAe,CAAC,gBAAgB,CAAC,CAAC;IAElD,SAAS,CAAC,GAAG,EAAE;QACX,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;QAC3B,OAAO,GAAG,EAAE,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;IACjC,CAAC,EAAE,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC;IAEtB,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE;QACnB,OAAO,IAAI,CAAC;KACf;IAED,OAAO,CACH,MAAC,KAAK,kBACF,UAAU,QACV,aAAa,QACb,UAAU,EAAE,KAAK,CAAC,UAAU,EAC5B,gBAAgB,EAAE,aAAa,iBAE/B,KAAC,WAAW,IAAC,KAAK,EAAC,OAAO,GAAG,EAE7B,KAAC,WAAW,IAAC,KAAK,EAAC,UAAU,GAAG,EAEhC,KAAC,WAAW,IAAC,KAAK,EAAC,UAAU,GAAG,KAC5B,CACX,CAAC;AACN,CAAC,CAAC,CACL,CAAC;AAEF,MAAM,aAAa,GAA6B,KAAK,CAAC,EAAE;IACpD,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IAEpC,IAAI,CAAC,QAAQ,EAAE;QACX,OAAO,KAAC,QAAQ,oBAAK,KAAK,EAAI,CAAC;KAClC;IAED,OAAO,CACH,wBACK,OAAO,CAAC,CAAC,CAAC,CACP,KAAC,IAAI,IAAC,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,YAAY,GAAG,CAC/C,CAAC,CAAC,CAAC,CACA,KAAC,IAAI,IAAC,IAAI,EAAC,QAAQ,EAAC,SAAS,EAAC,cAAc,GAAG,CAClD,GACC,CACT,CAAC;AACN,CAAC,CAAC"}