@m4l/layouts 9.6.1-beta-fix-use-refresh-data.3 → 9.7.0
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,5 +1,5 @@
|
|
|
1
1
|
export declare const USE_REFRESH_DATA_DICTIONARY: {
|
|
2
|
-
readonly TOAST_NEW_ROW_BUT_NOT_VISIBLE_TITLE: "
|
|
3
|
-
readonly TOAST_NEW_ROW_BUT_NOT_VISIBLE_DESCRIPTION: "
|
|
2
|
+
readonly TOAST_NEW_ROW_BUT_NOT_VISIBLE_TITLE: "refresh_data.toast_new_row_but_not_visible_title";
|
|
3
|
+
readonly TOAST_NEW_ROW_BUT_NOT_VISIBLE_DESCRIPTION: "refresh_data.toast_new_row_but_not_visible_description";
|
|
4
4
|
};
|
|
5
5
|
//# sourceMappingURL=dictionary.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const _ = {
|
|
2
|
-
TOAST_NEW_ROW_BUT_NOT_VISIBLE_TITLE: "
|
|
3
|
-
TOAST_NEW_ROW_BUT_NOT_VISIBLE_DESCRIPTION: "
|
|
2
|
+
TOAST_NEW_ROW_BUT_NOT_VISIBLE_TITLE: "refresh_data.toast_new_row_but_not_visible_title",
|
|
3
|
+
TOAST_NEW_ROW_BUT_NOT_VISIBLE_DESCRIPTION: "refresh_data.toast_new_row_but_not_visible_description"
|
|
4
4
|
};
|
|
5
5
|
export {
|
|
6
6
|
_ as USE_REFRESH_DATA_DICTIONARY
|