blixify-ui-web 1.2.45 → 1.2.47

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":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/data/dataTemplate/index.tsx"],"names":[],"mappings":"AAiCA,OAAO,KASN,MAAM,OAAO,CAAC;AA+Ef,OAAO,EACL,iBAAiB,EAKlB,MAAM,kBAAkB,CAAC;AAoC1B,eAAO,MAAM,YAAY,mFA0/VvB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/data/dataTemplate/index.tsx"],"names":[],"mappings":"AAiCA,OAAO,KASN,MAAM,OAAO,CAAC;AA+Ef,OAAO,EACL,iBAAiB,EAKlB,MAAM,kBAAkB,CAAC;AAoC1B,eAAO,MAAM,YAAY,mFAggWvB,CAAC"}
@@ -7932,6 +7932,12 @@ exports.DataTemplate = (0, react_1.forwardRef)(function (props, ref) {
7932
7932
  setTableLoading(true);
7933
7933
  }
7934
7934
  setCalendarTabMonth(date);
7935
+ },
7936
+ // INFO: Header month paging must refetch — the month range
7937
+ // query is driven by calendarTabMonth
7938
+ onChangeMonth: function (monthStart) {
7939
+ setTableLoading(true);
7940
+ setCalendarTabMonth(monthStart);
7935
7941
  }, onClickEvent: function (event) {
7936
7942
  var _a, _b;
7937
7943
  if (event.id)