@budibase/frontend-core 3.23.22 → 3.23.24
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/frontend-core",
|
|
3
|
-
"version": "3.23.
|
|
3
|
+
"version": "3.23.24",
|
|
4
4
|
"description": "Budibase frontend core libraries used in builder and client",
|
|
5
5
|
"author": "Budibase",
|
|
6
6
|
"license": "MPL-2.0",
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"shortid": "2.2.15",
|
|
18
18
|
"socket.io-client": "^4.7.5"
|
|
19
19
|
},
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "083c01f79a93ea8819c45370178ded6909dd2ef4"
|
|
21
21
|
}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
export let focused = false
|
|
11
11
|
export let readonly = false
|
|
12
12
|
export let api
|
|
13
|
+
export let startDayOfWeek = "Monday"
|
|
13
14
|
|
|
14
15
|
let isOpen
|
|
15
16
|
let anchor
|
|
@@ -118,6 +119,7 @@
|
|
|
118
119
|
{enableTime}
|
|
119
120
|
{timeOnly}
|
|
120
121
|
{ignoreTimezones}
|
|
122
|
+
{startDayOfWeek}
|
|
121
123
|
/>
|
|
122
124
|
</GridPopover>
|
|
123
125
|
{/if}
|