@budibase/bbui 3.4.10 → 3.4.12
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
CHANGED
|
@@ -36140,7 +36140,7 @@ function create_fragment$1f(f) {
|
|
|
36140
36140
|
);
|
|
36141
36141
|
}
|
|
36142
36142
|
function instance$1e(f, u, p) {
|
|
36143
|
-
let m, v, y, k, S, T, { value: D = [] } = u, { id: R = null } = u, { placeholder: L = null } = u, { disabled: P = !1 } = u, { options: N = [] } = u, { getOptionLabel: W = (ue) => ue } = u, { getOptionValue: Z = (ue) => ue } = u, { readonly: Y = !1 } = u, { autocomplete: K = !1 } = u, { sort: $ = !1 } = u, { autoWidth: ee = !1 } = u, { searchTerm: te = null } = u, { customPopoverHeight: pe } = u, { open: ge = !1 } = u, { loading: oe } = u, { onOptionMouseenter: Se = () => {
|
|
36143
|
+
let m, v, y, k, S, T, { value: D = [] } = u, { id: R = null } = u, { placeholder: L = null } = u, { disabled: P = !1 } = u, { options: N = [] } = u, { getOptionLabel: W = (ue) => ue } = u, { getOptionValue: Z = (ue) => ue } = u, { readonly: Y = !1 } = u, { autocomplete: K = !1 } = u, { sort: $ = !1 } = u, { autoWidth: ee = !1 } = u, { searchTerm: te = null } = u, { customPopoverHeight: pe = void 0 } = u, { open: ge = !1 } = u, { loading: oe } = u, { onOptionMouseenter: Se = () => {
|
|
36144
36144
|
} } = u, { onOptionMouseleave: ye = () => {
|
|
36145
36145
|
} } = u;
|
|
36146
36146
|
const de = createEventDispatcher(), se = (ue, Je, je) => {
|
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.4.
|
|
4
|
+
"version": "3.4.12",
|
|
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": "41f1e95b4da8f6e529beb8f11045ec2acdefda16"
|
|
103
103
|
}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
export let sort = false
|
|
15
15
|
export let autoWidth = false
|
|
16
16
|
export let searchTerm = null
|
|
17
|
-
export let customPopoverHeight
|
|
17
|
+
export let customPopoverHeight = undefined
|
|
18
18
|
export let open = false
|
|
19
19
|
export let loading
|
|
20
20
|
export let onOptionMouseenter = () => {}
|