@object-ui/plugin-calendar 3.0.2 → 3.0.3
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
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @object-ui/plugin-calendar@3.0.
|
|
2
|
+
> @object-ui/plugin-calendar@3.0.3 build /home/runner/work/objectui/objectui/packages/plugin-calendar
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[36mvite v7.3.1 [32mbuilding client environment for production...[36m[39m
|
|
@@ -8,14 +8,9 @@ transforming...
|
|
|
8
8
|
rendering chunks...
|
|
9
9
|
[32m
|
|
10
10
|
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
11
|
-
[96msrc/ObjectCalendar.stories.tsx[0m:[93m4[0m:[93m43[0m - [91merror[0m[90m TS2307: [0mCannot find module '@storybook-config/datasource' or its corresponding type declarations.
|
|
12
|
-
|
|
13
|
-
[7m4[0m import { createStorybookDataSource } from '@storybook-config/datasource';
|
|
14
|
-
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
15
|
-
|
|
16
11
|
computing gzip size...
|
|
17
12
|
[2mdist/[22m[36mindex.js [39m[1m[2m38.73 kB[22m[1m[22m[2m │ gzip: 10.08 kB[22m
|
|
18
|
-
[32m[36m[vite:dts][32m Declaration files built in
|
|
13
|
+
[32m[36m[vite:dts][32m Declaration files built in 14245ms.
|
|
19
14
|
[39m
|
|
20
15
|
[2mdist/[22m[36mindex.umd.cjs [39m[1m[2m26.12 kB[22m[1m[22m[2m │ gzip: 8.86 kB[22m
|
|
21
|
-
[32m✓ built in 15.
|
|
16
|
+
[32m✓ built in 15.46s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @object-ui/plugin-calendar
|
|
2
2
|
|
|
3
|
+
## 3.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @object-ui/types@3.0.3
|
|
8
|
+
- @object-ui/core@3.0.3
|
|
9
|
+
- @object-ui/react@3.0.3
|
|
10
|
+
- @object-ui/components@3.0.3
|
|
11
|
+
- @object-ui/fields@3.0.3
|
|
12
|
+
- @object-ui/mobile@3.0.3
|
|
13
|
+
|
|
3
14
|
## 3.0.2
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@object-ui/plugin-calendar",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Calendar view plugins for Object UI - includes both ObjectQL-integrated and standalone calendar components",
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"lucide-react": "^0.563.0",
|
|
28
|
-
"@object-ui/components": "3.0.
|
|
29
|
-
"@object-ui/
|
|
30
|
-
"@object-ui/
|
|
31
|
-
"@object-ui/
|
|
32
|
-
"@object-ui/
|
|
33
|
-
"@object-ui/types": "3.0.
|
|
28
|
+
"@object-ui/components": "3.0.3",
|
|
29
|
+
"@object-ui/core": "3.0.3",
|
|
30
|
+
"@object-ui/fields": "3.0.3",
|
|
31
|
+
"@object-ui/mobile": "3.0.3",
|
|
32
|
+
"@object-ui/react": "3.0.3",
|
|
33
|
+
"@object-ui/types": "3.0.3"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"typescript": "^5.9.3",
|
|
44
44
|
"vite": "^7.3.1",
|
|
45
45
|
"vite-plugin-dts": "^4.5.4",
|
|
46
|
-
"@object-ui/data-objectstack": "3.0.
|
|
46
|
+
"@object-ui/data-objectstack": "3.0.3"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"build": "vite build",
|
package/tsconfig.json
CHANGED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: import('react').ForwardRefExoticComponent<Omit<{
|
|
5
|
-
schema: import('@object-ui/core').SchemaNode;
|
|
6
|
-
} & Record<string, any>, "ref"> & import('react').RefAttributes<any>>;
|
|
7
|
-
parameters: {
|
|
8
|
-
layout: string;
|
|
9
|
-
};
|
|
10
|
-
tags: string[];
|
|
11
|
-
argTypes: {
|
|
12
|
-
schema: {
|
|
13
|
-
table: {
|
|
14
|
-
disable: true;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
export default meta;
|
|
20
|
-
type Story = StoryObj<typeof meta>;
|
|
21
|
-
export declare const Default: Story;
|
|
22
|
-
export declare const MonthlyEvents: Story;
|
|
23
|
-
//# sourceMappingURL=ObjectCalendar.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectCalendar.stories.d.ts","sourceRoot":"","sources":["../../src/ObjectCalendar.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAKvD,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;CAUW,CAAC;AAEtB,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAUnC,eAAO,MAAM,OAAO,EAAE,KA0BrB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAyB3B,CAAC"}
|