@factorialco/f0-react 1.372.1 → 1.373.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.
- package/dist/{DataCollectionStorageProvider-P3r2oy3e.js → DataCollectionStorageProvider-D2PRihOZ.js} +10744 -10503
- package/dist/{F0AiChat-CDAHnaiX.js → F0AiChat-DWu8SXTd.js} +23166 -23201
- package/dist/{F0HILActionConfirmation-DK9urnzZ.js → F0HILActionConfirmation-R9BQPyrf.js} +1 -1
- package/dist/ai.d.ts +1 -0
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +22 -1
- package/dist/experimental.js +5013 -5009
- package/dist/f0.d.ts +35 -3
- package/dist/f0.js +917 -917
- package/dist/i18n-provider-defaults.d.ts +1 -0
- package/dist/i18n-provider-defaults.js +2 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -170,6 +170,7 @@ export declare const defaultTranslations: {
|
|
|
170
170
|
readonly selectAllItems: "Select all {{total}} items";
|
|
171
171
|
readonly allItemsSelected: "All {{total}} items selected";
|
|
172
172
|
};
|
|
173
|
+
readonly noItemsSelected: "No items selected";
|
|
173
174
|
};
|
|
174
175
|
readonly filters: {
|
|
175
176
|
readonly searchPlaceholder: "Search filters...";
|
|
@@ -169,7 +169,8 @@ const e = {
|
|
|
169
169
|
allOnPage: "All items on this page are selected",
|
|
170
170
|
selectAllItems: "Select all {{total}} items",
|
|
171
171
|
allItemsSelected: "All {{total}} items selected"
|
|
172
|
-
}
|
|
172
|
+
},
|
|
173
|
+
noItemsSelected: "No items selected"
|
|
173
174
|
},
|
|
174
175
|
filters: {
|
|
175
176
|
searchPlaceholder: "Search filters...",
|