@plitzi/plitzi-builder 0.32.3 → 0.32.5
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/CHANGELOG.md +42 -0
- package/dist/index.html +11 -11
- package/dist/modules/DataSource/models/BindingForm/BindingForm.d.ts +3 -2
- package/dist/modules/DataSource/models/BindingForm/steps/StepTransformers/StepTransformers.d.ts +3 -2
- package/dist/package.json.d.ts +23 -23
- package/dist/plitzi-builder.css +1 -1
- package/dist/plitzi-builder.css.gz +0 -0
- package/dist/plitzi-builder.js +1067 -1067
- package/dist/plitzi-builder.js.gz +0 -0
- package/package.json +37 -37
- package/dist/modules/OpenAI_Deprecated/OpenAIChat.d.ts +0 -2
- package/dist/modules/OpenAI_Deprecated/components/Chat/Chat.d.ts +0 -8
- package/dist/modules/OpenAI_Deprecated/components/Chat/ChatMessage.d.ts +0 -8
- package/dist/modules/OpenAI_Deprecated/components/Chat/Message/Message.d.ts +0 -9
- package/dist/modules/OpenAI_Deprecated/components/Chat/Message/index.d.ts +0 -3
- package/dist/modules/OpenAI_Deprecated/components/Chat/Message/modes/MessageHtml.d.ts +0 -5
- package/dist/modules/OpenAI_Deprecated/components/Chat/Message/modes/MessageText.d.ts +0 -7
- package/dist/modules/OpenAI_Deprecated/components/Chat/index.d.ts +0 -3
- package/dist/modules/OpenAI_Deprecated/components/VoiceVisualizer/VoiceVisualizer.d.ts +0 -18
- package/dist/modules/OpenAI_Deprecated/components/VoiceVisualizer/helpers/drawByBlob.d.ts +0 -11
- package/dist/modules/OpenAI_Deprecated/components/VoiceVisualizer/helpers/drawByLiveStream.d.ts +0 -20
- package/dist/modules/OpenAI_Deprecated/components/VoiceVisualizer/helpers/getBarsData.d.ts +0 -9
- package/dist/modules/OpenAI_Deprecated/components/VoiceVisualizer/helpers/index.d.ts +0 -7
- package/dist/modules/OpenAI_Deprecated/components/VoiceVisualizer/helpers/initialCanvasSetup.d.ts +0 -9
- package/dist/modules/OpenAI_Deprecated/components/VoiceVisualizer/helpers/paintLine.d.ts +0 -9
- package/dist/modules/OpenAI_Deprecated/components/VoiceVisualizer/helpers/paintLineFromCenterToRight.d.ts +0 -8
- package/dist/modules/OpenAI_Deprecated/components/VoiceVisualizer/index.d.ts +0 -3
- package/dist/modules/OpenAI_Deprecated/hooks/useMediaRecorder.d.ts +0 -18
- package/dist/modules/OpenAI_Deprecated/hooks/useWebWorker.d.ts +0 -10
- package/dist/modules/OpenAI_Deprecated/index.d.ts +0 -1
- package/dist/modules/OpenAI_Deprecated/types/openAI.d.ts +0 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# @plitzi/plitzi-builder
|
|
2
2
|
|
|
3
|
+
## 0.32.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- v0.32.4
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @plitzi/plitzi-sdk@0.32.5
|
|
10
|
+
- @plitzi/nexus@0.32.5
|
|
11
|
+
- @plitzi/sdk-auth@0.32.5
|
|
12
|
+
- @plitzi/sdk-collections@0.32.5
|
|
13
|
+
- @plitzi/sdk-dev-tools@0.32.5
|
|
14
|
+
- @plitzi/sdk-elements@0.32.5
|
|
15
|
+
- @plitzi/sdk-event-bridge@0.32.5
|
|
16
|
+
- @plitzi/sdk-interactions@0.32.5
|
|
17
|
+
- @plitzi/sdk-navigation@0.32.5
|
|
18
|
+
- @plitzi/sdk-plugins@0.32.5
|
|
19
|
+
- @plitzi/sdk-schema@0.32.5
|
|
20
|
+
- @plitzi/sdk-shared@0.32.5
|
|
21
|
+
- @plitzi/sdk-style@0.32.5
|
|
22
|
+
- @plitzi/sdk-variables@0.32.5
|
|
23
|
+
|
|
24
|
+
## 0.32.4
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- v0.32.4
|
|
29
|
+
- Updated dependencies
|
|
30
|
+
- @plitzi/plitzi-sdk@0.32.4
|
|
31
|
+
- @plitzi/nexus@0.32.4
|
|
32
|
+
- @plitzi/sdk-auth@0.32.4
|
|
33
|
+
- @plitzi/sdk-collections@0.32.4
|
|
34
|
+
- @plitzi/sdk-dev-tools@0.32.4
|
|
35
|
+
- @plitzi/sdk-elements@0.32.4
|
|
36
|
+
- @plitzi/sdk-event-bridge@0.32.4
|
|
37
|
+
- @plitzi/sdk-interactions@0.32.4
|
|
38
|
+
- @plitzi/sdk-navigation@0.32.4
|
|
39
|
+
- @plitzi/sdk-plugins@0.32.4
|
|
40
|
+
- @plitzi/sdk-schema@0.32.4
|
|
41
|
+
- @plitzi/sdk-shared@0.32.4
|
|
42
|
+
- @plitzi/sdk-style@0.32.4
|
|
43
|
+
- @plitzi/sdk-variables@0.32.4
|
|
44
|
+
|
|
3
45
|
## 0.32.3
|
|
4
46
|
|
|
5
47
|
### Patch Changes
|
package/dist/index.html
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
|
10
10
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
11
11
|
<link rel="preconnect" href="https://cdn.plitzi.com" />
|
|
12
|
-
<link rel="preconnect" href="https://server.plitzi.local
|
|
13
|
-
<link rel="preconnect" href="https://
|
|
14
|
-
<link rel="preconnect" href="https://ssr.plitzi.local
|
|
12
|
+
<link rel="preconnect" href="https://server.plitzi.local" />
|
|
13
|
+
<link rel="preconnect" href="https://api.plitzi.local" />
|
|
14
|
+
<link rel="preconnect" href="https://ssr.plitzi.local" />
|
|
15
15
|
|
|
16
16
|
<link rel="modulepreload" href="/plitzi-builder-vendor.js" crossorigin />
|
|
17
17
|
<link rel="modulepreload" href="/plitzi-builder-vendor.js" crossorigin />
|
|
@@ -57,21 +57,21 @@
|
|
|
57
57
|
'plitzi',
|
|
58
58
|
{
|
|
59
59
|
webKey:
|
|
60
|
-
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.
|
|
60
|
+
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjp7InNwYWNlSWQiOjF9LCJpc3MiOiJodHRwczovL3NlcnZlci5wbGl0emkubG9jYWwiLCJhdWQiOlsiaHR0cHM6Ly9hcHAucGxpdHppLmxvY2FsIiwiaHR0cHM6Ly9zc3IucGxpdHppLmxvY2FsOjQwMDAiLCJodHRwczovL3NlcnZlci5wbGl0emkubG9jYWwiLCJodHRwczovL2FwaS5wbGl0emkubG9jYWwiLCJodHRwczovL21jcC5wbGl0emkubG9jYWwiLCJodHRwczovL2FwcC5wbGl0emkubG9jYWw6MzAwMCIsImh0dHBzOi8vYXBwLnBsaXR6aS5sb2NhbDozMDAxIiwiaHR0cHM6Ly93ZWJzaXRlLnBsaXR6aS5hcHAiXSwidmVyc2lvbiI6MSwiZXhwIjoxNzg1ODI2MDcwLCJpYXQiOjE3ODMxOTYwNzQsIm5iZiI6MTc4MzE5NjA3NH0.RJb3-crFskL_qIG4yxvEtiQ-omXKNROR4dHBvny_-MI',
|
|
61
61
|
environment: 'main',
|
|
62
62
|
revision: 0,
|
|
63
63
|
renderMode: 'raw',
|
|
64
64
|
server: {
|
|
65
65
|
basePath: '',
|
|
66
66
|
// Dashboard
|
|
67
|
-
apiServer: 'https://
|
|
68
|
-
ssrServer: 'https://ssr.plitzi.local
|
|
67
|
+
apiServer: 'https://api.plitzi.local',
|
|
68
|
+
ssrServer: 'https://ssr.plitzi.local',
|
|
69
69
|
// SDK
|
|
70
|
-
nodeServer: 'https://server.plitzi.local
|
|
71
|
-
aiServer: 'https://
|
|
72
|
-
graphqlServer: 'https://server.plitzi.local
|
|
73
|
-
websocketServer: 'wss://server.plitzi.local
|
|
74
|
-
subscriptionServer: 'wss://server.plitzi.local
|
|
70
|
+
nodeServer: 'https://server.plitzi.local',
|
|
71
|
+
aiServer: 'https://mcp.plitzi.local',
|
|
72
|
+
graphqlServer: 'https://server.plitzi.local',
|
|
73
|
+
websocketServer: 'wss://server.plitzi.local',
|
|
74
|
+
subscriptionServer: 'wss://server.plitzi.local/subscriptions'
|
|
75
75
|
},
|
|
76
76
|
state: {}
|
|
77
77
|
},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { ElementBinding, SourceMeta } from '@plitzi/sdk-shared';
|
|
2
|
+
import { Element, ElementBinding, SourceMeta } from '@plitzi/sdk-shared';
|
|
3
3
|
export declare const bindingForm: z.ZodObject<{
|
|
4
4
|
id: z.ZodString;
|
|
5
5
|
source: z.ZodString;
|
|
@@ -17,6 +17,7 @@ export declare const bindingForm: z.ZodObject<{
|
|
|
17
17
|
}, z.core.$strip>;
|
|
18
18
|
export type BindingSchema = z.infer<typeof bindingForm>;
|
|
19
19
|
export type BindingFormProps = {
|
|
20
|
+
element: Element;
|
|
20
21
|
category?: string;
|
|
21
22
|
attributes?: {
|
|
22
23
|
label: string;
|
|
@@ -26,5 +27,5 @@ export type BindingFormProps = {
|
|
|
26
27
|
value?: ElementBinding;
|
|
27
28
|
onClose?: (success: boolean, data?: ElementBinding) => void;
|
|
28
29
|
};
|
|
29
|
-
declare const BindingForm: ({ category, attributes, sources, value, onClose }: BindingFormProps) => import("react").JSX.Element;
|
|
30
|
+
declare const BindingForm: ({ element, category, attributes, sources, value, onClose }: BindingFormProps) => import("react").JSX.Element;
|
|
30
31
|
export default BindingForm;
|
package/dist/modules/DataSource/models/BindingForm/steps/StepTransformers/StepTransformers.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { SourceField } from '@plitzi/sdk-shared';
|
|
1
|
+
import { Element, SourceField } from '@plitzi/sdk-shared';
|
|
2
2
|
export type StepTransformersProps = {
|
|
3
|
+
element: Element;
|
|
3
4
|
dataSourceFields?: Record<string, SourceField[]>;
|
|
4
5
|
};
|
|
5
|
-
declare const StepTransformers: ({ dataSourceFields }: StepTransformersProps) => import("react").JSX.Element;
|
|
6
|
+
declare const StepTransformers: ({ element, dataSourceFields }: StepTransformersProps) => import("react").JSX.Element;
|
|
6
7
|
export default StepTransformers;
|
package/dist/package.json.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"name": "@plitzi/plitzi-builder",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.5",
|
|
4
4
|
"homepage": "./",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"files": [
|
|
@@ -26,8 +26,8 @@ declare const _default: {
|
|
|
26
26
|
"./plitzi-builder-dev-vendor.js.map": "./dist/plitzi-builder-dev-vendor.js.map"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@apollo/client": "^4.2.
|
|
30
|
-
"@fortawesome/fontawesome-free": "^7.
|
|
29
|
+
"@apollo/client": "^4.2.6",
|
|
30
|
+
"@fortawesome/fontawesome-free": "^7.3.0",
|
|
31
31
|
"@plitzi/nexus": "workspace:*",
|
|
32
32
|
"@plitzi/plitzi-sdk": "workspace:*",
|
|
33
33
|
"@plitzi/plitzi-ui": "^1.6.13",
|
|
@@ -43,17 +43,17 @@ declare const _default: {
|
|
|
43
43
|
"@plitzi/sdk-shared": "workspace:*",
|
|
44
44
|
"@plitzi/sdk-style": "workspace:*",
|
|
45
45
|
"@plitzi/sdk-variables": "workspace:*",
|
|
46
|
-
"@tanstack/react-virtual": "^3.14.
|
|
47
|
-
"@xyflow/react": "^12.11.
|
|
46
|
+
"@tanstack/react-virtual": "^3.14.5",
|
|
47
|
+
"@xyflow/react": "^12.11.2",
|
|
48
48
|
"apollo-upload-client": "^19.0.0",
|
|
49
49
|
"clsx": "^2.1.1",
|
|
50
|
-
"graphql": "^17.0.
|
|
51
|
-
"graphql-ws": "^6.0
|
|
52
|
-
"immer": "^11.1.
|
|
50
|
+
"graphql": "^17.0.2",
|
|
51
|
+
"graphql-ws": "^6.1.0",
|
|
52
|
+
"immer": "^11.1.11",
|
|
53
53
|
"jszip": "^3.10.1",
|
|
54
|
-
"react-hook-form": "^7.
|
|
55
|
-
"react-router-dom": "^7.18.
|
|
56
|
-
"swr": "^2.4.
|
|
54
|
+
"react-hook-form": "^7.81.0",
|
|
55
|
+
"react-router-dom": "^7.18.1",
|
|
56
|
+
"swr": "^2.4.2",
|
|
57
57
|
"twig": "^3.0.0",
|
|
58
58
|
"uuid": "^14.0.1",
|
|
59
59
|
"zod": "^4.4.3"
|
|
@@ -66,23 +66,23 @@ declare const _default: {
|
|
|
66
66
|
"@babel/compat-data": "^8.0.0",
|
|
67
67
|
"@babel/core": "^8.0.1",
|
|
68
68
|
"@babel/helper-builder-react-jsx-experimental": "^7.12.11",
|
|
69
|
-
"@babel/helper-validator-identifier": "^8.0.
|
|
69
|
+
"@babel/helper-validator-identifier": "^8.0.4",
|
|
70
70
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
71
71
|
"@babel/plugin-transform-private-methods": "^8.0.1",
|
|
72
72
|
"@babel/plugin-transform-runtime": "^8.0.1",
|
|
73
73
|
"@babel/polyfill": "^7.12.1",
|
|
74
74
|
"@babel/preset-env": "^8.0.2",
|
|
75
75
|
"@babel/preset-react": "^8.0.1",
|
|
76
|
-
"@tailwindcss/postcss": "^4.3.
|
|
76
|
+
"@tailwindcss/postcss": "^4.3.2",
|
|
77
77
|
"css-loader": "^7.1.4",
|
|
78
|
-
"cypress": "15.
|
|
78
|
+
"cypress": "15.18.1",
|
|
79
79
|
"eslint": "^9.39.4",
|
|
80
80
|
"eslint-plugin-import": "^2.32.0",
|
|
81
|
-
"flow-bin": "^0.
|
|
82
|
-
"postcss": "^8.5.
|
|
81
|
+
"flow-bin": "^0.322.0",
|
|
82
|
+
"postcss": "^8.5.17",
|
|
83
83
|
"postcss-loader": "^8.2.1",
|
|
84
84
|
"postcss-scss": "^4.0.9",
|
|
85
|
-
"prettier": "^3.
|
|
85
|
+
"prettier": "^3.9.5",
|
|
86
86
|
"prop-types": "^15.8.1",
|
|
87
87
|
"react": "^19.2.7",
|
|
88
88
|
"react-dom": "^19.2.7",
|
|
@@ -91,17 +91,17 @@ declare const _default: {
|
|
|
91
91
|
"sass": "^1.101.0",
|
|
92
92
|
"sass-embedded": "^1.100.0",
|
|
93
93
|
"sass-loader": "^17.0.0",
|
|
94
|
-
"stylelint": "^17.
|
|
94
|
+
"stylelint": "^17.14.0",
|
|
95
95
|
"stylelint-order": "^8.1.1",
|
|
96
96
|
"stylelint-scss": "^7.2.0",
|
|
97
|
-
"terser": "^5.
|
|
97
|
+
"terser": "^5.49.0",
|
|
98
98
|
"typescript": "^6.0.3",
|
|
99
|
-
"vite": "^8.
|
|
100
|
-
"vite-plugin-dts": "^5.0.
|
|
101
|
-
"vite-plugin-ejs": "^
|
|
99
|
+
"vite": "^8.1.4",
|
|
100
|
+
"vite-plugin-dts": "^5.0.3",
|
|
101
|
+
"vite-plugin-ejs": "^2.0.0",
|
|
102
102
|
"vite-plugin-mkcert": "^2.1.0",
|
|
103
103
|
"vite-plugin-react": "^4.0.1",
|
|
104
|
-
"vitest": "^4.1.
|
|
104
|
+
"vitest": "^4.1.10"
|
|
105
105
|
},
|
|
106
106
|
"scripts": {
|
|
107
107
|
"start": "vite dev --mode development",
|