@object-ui/plugin-calendar 3.1.3 → 3.1.4
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/.turbo/turbo-build.log +14 -8
- package/CHANGELOG.md +12 -0
- package/dist/index.js +1357 -1393
- package/dist/index.umd.cjs +2 -2
- package/dist/src/ObjectCalendar.d.ts +4 -0
- package/dist/src/ObjectCalendar.d.ts.map +1 -1
- package/package.json +11 -11
- package/src/ObjectCalendar.tsx +29 -14
- package/src/index.tsx +1 -1
- package/src/registration.test.tsx +17 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,16 +1,22 @@
|
|
|
1
1
|
|
|
2
|
-
> @object-ui/plugin-calendar@3.1.
|
|
2
|
+
> @object-ui/plugin-calendar@3.1.4 build /home/runner/work/objectui/objectui/packages/plugin-calendar
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
|
-
[36mvite
|
|
6
|
-
|
|
7
|
-
[32m✓[39m 77 modules transformed.
|
|
5
|
+
[36mvite v8.0.1 [32mbuilding client environment for production...[36m[39m
|
|
6
|
+
[2K
|
|
8
7
|
rendering chunks...
|
|
9
8
|
[32m
|
|
10
9
|
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
10
|
+
[32m[36m[vite:dts][32m Declaration files built in 19138ms.
|
|
11
|
+
[39m
|
|
11
12
|
computing gzip size...
|
|
12
|
-
|
|
13
|
-
|
|
13
|
+
dist/index.js 45.84 kB │ gzip: 13.28 kB
|
|
14
|
+
|
|
15
|
+
[33m[33m[PLUGIN_TIMINGS] Warning:[0m Your build spent significant time in plugin `vite:dts`. See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
14
16
|
[39m
|
|
15
|
-
[
|
|
16
|
-
|
|
17
|
+
[2K
|
|
18
|
+
rendering chunks...
|
|
19
|
+
computing gzip size...
|
|
20
|
+
dist/index.umd.cjs 35.04 kB │ gzip: 11.68 kB
|
|
21
|
+
|
|
22
|
+
[32m✓ built in 21.05s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @object-ui/plugin-calendar
|
|
2
2
|
|
|
3
|
+
## 3.1.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @object-ui/types@3.1.4
|
|
8
|
+
- @object-ui/core@3.1.4
|
|
9
|
+
- @object-ui/i18n@3.1.4
|
|
10
|
+
- @object-ui/react@3.1.4
|
|
11
|
+
- @object-ui/components@3.1.4
|
|
12
|
+
- @object-ui/fields@3.1.4
|
|
13
|
+
- @object-ui/mobile@3.1.4
|
|
14
|
+
|
|
3
15
|
## 3.1.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|