@budibase/frontend-core 2.7.9 → 2.7.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/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/frontend-core",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.12",
|
|
4
4
|
"description": "Budibase frontend core libraries used in builder and client",
|
|
5
5
|
"author": "Budibase",
|
|
6
6
|
"license": "MPL-2.0",
|
|
7
7
|
"svelte": "src/index.js",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@budibase/bbui": "2.7.
|
|
10
|
-
"@budibase/shared-core": "2.7.
|
|
9
|
+
"@budibase/bbui": "2.7.12",
|
|
10
|
+
"@budibase/shared-core": "2.7.12",
|
|
11
11
|
"dayjs": "^1.11.7",
|
|
12
12
|
"lodash": "^4.17.21",
|
|
13
13
|
"socket.io-client": "^4.6.1",
|
|
14
14
|
"svelte": "^3.46.2"
|
|
15
15
|
},
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "976fece17d16689afdbe310f251175e5650a3d52"
|
|
17
17
|
}
|
|
@@ -148,9 +148,9 @@
|
|
|
148
148
|
class:floating={offset > 0}
|
|
149
149
|
style="--offset:{offset}px; --sticky-width:{width}px;"
|
|
150
150
|
>
|
|
151
|
-
<div class="underlay sticky" transition:fade={{ duration: 130 }} />
|
|
152
|
-
<div class="underlay" transition:fade={{ duration: 130 }} />
|
|
153
|
-
<div class="sticky-column" transition:fade={{ duration: 130 }}>
|
|
151
|
+
<div class="underlay sticky" transition:fade|local={{ duration: 130 }} />
|
|
152
|
+
<div class="underlay" transition:fade|local={{ duration: 130 }} />
|
|
153
|
+
<div class="sticky-column" transition:fade|local={{ duration: 130 }}>
|
|
154
154
|
<GutterCell on:expand={addViaModal} rowHovered>
|
|
155
155
|
<Icon name="Add" color="var(--spectrum-global-color-gray-500)" />
|
|
156
156
|
{#if isAdding}
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
</DataCell>
|
|
180
180
|
{/if}
|
|
181
181
|
</div>
|
|
182
|
-
<div class="normal-columns" transition:fade={{ duration: 130 }}>
|
|
182
|
+
<div class="normal-columns" transition:fade|local={{ duration: 130 }}>
|
|
183
183
|
<GridScrollWrapper scrollHorizontally wheelInteractive>
|
|
184
184
|
<div class="row">
|
|
185
185
|
{#each $renderedColumns as column, columnIdx}
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
</div>
|
|
210
210
|
</GridScrollWrapper>
|
|
211
211
|
</div>
|
|
212
|
-
<div class="buttons" transition:fade={{ duration: 130 }}>
|
|
212
|
+
<div class="buttons" transition:fade|local={{ duration: 130 }}>
|
|
213
213
|
<Button size="M" cta on:click={addRow} disabled={isAdding}>
|
|
214
214
|
<div class="button-with-keys">
|
|
215
215
|
Save
|