@budibase/bbui 3.5.0 → 3.5.2
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/bbui.mjs +1 -2
- package/package.json +2 -2
package/dist/bbui.mjs
CHANGED
|
@@ -10921,7 +10921,7 @@ var Theme = /* @__PURE__ */ ((f) => (f.LIGHTEST = "lightest", f.LIGHT = "light",
|
|
|
10921
10921
|
Object.values(PluginType);
|
|
10922
10922
|
StaticQuotaName.ROWS, MonthlyQuotaName.QUERIES, MonthlyQuotaName.AUTOMATIONS;
|
|
10923
10923
|
MonthlyQuotaName.QUERIES, MonthlyQuotaName.AUTOMATIONS;
|
|
10924
|
-
var SortOrder = /* @__PURE__ */ ((f) => (f.ASCENDING = "ascending", f.DESCENDING = "descending", f))(SortOrder || {}),
|
|
10924
|
+
var SortOrder = /* @__PURE__ */ ((f) => (f.ASCENDING = "ascending", f.DESCENDING = "descending", f))(SortOrder || {}), util$2;
|
|
10925
10925
|
(function(f) {
|
|
10926
10926
|
f.assertEqual = (v) => v;
|
|
10927
10927
|
function u(v) {
|
|
@@ -13839,7 +13839,6 @@ z.object({
|
|
|
13839
13839
|
limit: z.number().optional(),
|
|
13840
13840
|
sort: z.string().nullish(),
|
|
13841
13841
|
sortOrder: z.nativeEnum(SortOrder).optional(),
|
|
13842
|
-
sortType: z.nativeEnum(SortType).nullish(),
|
|
13843
13842
|
version: z.string().optional(),
|
|
13844
13843
|
disableEscaping: z.boolean().optional(),
|
|
13845
13844
|
countRows: z.boolean().optional()
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/bbui",
|
|
3
3
|
"description": "A UI solution used in the different Budibase projects.",
|
|
4
|
-
"version": "3.5.
|
|
4
|
+
"version": "3.5.2",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"svelte": "src/index.ts",
|
|
7
7
|
"module": "dist/bbui.mjs",
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "2d3a130fceeb689d3013606dde57bab8db41c586"
|
|
103
103
|
}
|