@layerfi/components 0.1.119 → 0.1.120
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/dist/cjs/index.cjs +5 -3
- package/dist/esm/index.mjs +5 -3
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -208,7 +208,7 @@ class ErrorHandlerClass {
|
|
|
208
208
|
}
|
|
209
209
|
const errorHandler = new ErrorHandlerClass();
|
|
210
210
|
const reportError = (payload) => errorHandler.onError(payload);
|
|
211
|
-
const version = "0.1.
|
|
211
|
+
const version = "0.1.120";
|
|
212
212
|
const pkg = {
|
|
213
213
|
version
|
|
214
214
|
};
|
|
@@ -13279,7 +13279,7 @@ function MonthCalendar({
|
|
|
13279
13279
|
{
|
|
13280
13280
|
"aria-label": "Select a month",
|
|
13281
13281
|
selectionMode: "single",
|
|
13282
|
-
selectedKeys: date$1 ? /* @__PURE__ */ new Set([date$1.month]) : /* @__PURE__ */ new Set(),
|
|
13282
|
+
selectedKeys: (date$1 == null ? void 0 : date$1.year) === year ? /* @__PURE__ */ new Set([date$1.month]) : /* @__PURE__ */ new Set(),
|
|
13283
13283
|
onSelectionChange: (keys2) => {
|
|
13284
13284
|
const selectedKey = [...keys2][0];
|
|
13285
13285
|
if (typeof selectedKey === "number") {
|
|
@@ -39960,7 +39960,9 @@ const BankTransactionsWithLinkedAccounts = ({
|
|
|
39960
39960
|
mode,
|
|
39961
39961
|
stringOverrides: stringOverrides == null ? void 0 : stringOverrides.bankTransactions,
|
|
39962
39962
|
renderInAppLink,
|
|
39963
|
-
showCategorizationRules
|
|
39963
|
+
showCategorizationRules,
|
|
39964
|
+
monthlyView: true,
|
|
39965
|
+
collapseHeader: true
|
|
39964
39966
|
}
|
|
39965
39967
|
)
|
|
39966
39968
|
]
|
package/dist/esm/index.mjs
CHANGED
|
@@ -208,7 +208,7 @@ class ErrorHandlerClass {
|
|
|
208
208
|
}
|
|
209
209
|
const errorHandler = new ErrorHandlerClass();
|
|
210
210
|
const reportError = (payload) => errorHandler.onError(payload);
|
|
211
|
-
const version = "0.1.
|
|
211
|
+
const version = "0.1.120";
|
|
212
212
|
const pkg = {
|
|
213
213
|
version
|
|
214
214
|
};
|
|
@@ -11803,7 +11803,7 @@ function MonthCalendar({
|
|
|
11803
11803
|
{
|
|
11804
11804
|
"aria-label": "Select a month",
|
|
11805
11805
|
selectionMode: "single",
|
|
11806
|
-
selectedKeys: date ? /* @__PURE__ */ new Set([date.month]) : /* @__PURE__ */ new Set(),
|
|
11806
|
+
selectedKeys: (date == null ? void 0 : date.year) === year ? /* @__PURE__ */ new Set([date.month]) : /* @__PURE__ */ new Set(),
|
|
11807
11807
|
onSelectionChange: (keys) => {
|
|
11808
11808
|
const selectedKey = [...keys][0];
|
|
11809
11809
|
if (typeof selectedKey === "number") {
|
|
@@ -38484,7 +38484,9 @@ const BankTransactionsWithLinkedAccounts = ({
|
|
|
38484
38484
|
mode,
|
|
38485
38485
|
stringOverrides: stringOverrides == null ? void 0 : stringOverrides.bankTransactions,
|
|
38486
38486
|
renderInAppLink,
|
|
38487
|
-
showCategorizationRules
|
|
38487
|
+
showCategorizationRules,
|
|
38488
|
+
monthlyView: true,
|
|
38489
|
+
collapseHeader: true
|
|
38488
38490
|
}
|
|
38489
38491
|
)
|
|
38490
38492
|
]
|