blixify-ui-web 1.2.46 → 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.
- package/lib/components/data/dataTemplate/index.d.ts.map +1 -1
- package/lib/components/data/dataTemplate/index.js +6 -0
- package/lib/components/data/dataTemplate/index.js.map +1 -1
- package/lib/components/display/newCalendar/index.d.ts +1 -0
- package/lib/components/display/newCalendar/index.d.ts.map +1 -1
- package/lib/components/display/newCalendar/index.js +12 -12
- package/lib/components/display/newCalendar/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -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,
|
|
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)
|