@plitzi/plitzi-builder 0.32.2 → 0.32.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/CHANGELOG.md +42 -0
- package/dist/index.html +9 -8
- 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 +1 -1
- package/dist/plitzi-builder.css +1 -1
- package/dist/plitzi-builder.css.gz +0 -0
- package/dist/plitzi-builder.js +1062 -1062
- package/dist/plitzi-builder.js.gz +0 -0
- package/package.json +15 -15
- 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.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- v0.32.4
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @plitzi/plitzi-sdk@0.32.4
|
|
10
|
+
- @plitzi/nexus@0.32.4
|
|
11
|
+
- @plitzi/sdk-auth@0.32.4
|
|
12
|
+
- @plitzi/sdk-collections@0.32.4
|
|
13
|
+
- @plitzi/sdk-dev-tools@0.32.4
|
|
14
|
+
- @plitzi/sdk-elements@0.32.4
|
|
15
|
+
- @plitzi/sdk-event-bridge@0.32.4
|
|
16
|
+
- @plitzi/sdk-interactions@0.32.4
|
|
17
|
+
- @plitzi/sdk-navigation@0.32.4
|
|
18
|
+
- @plitzi/sdk-plugins@0.32.4
|
|
19
|
+
- @plitzi/sdk-schema@0.32.4
|
|
20
|
+
- @plitzi/sdk-shared@0.32.4
|
|
21
|
+
- @plitzi/sdk-style@0.32.4
|
|
22
|
+
- @plitzi/sdk-variables@0.32.4
|
|
23
|
+
|
|
24
|
+
## 0.32.3
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- v0.32.3
|
|
29
|
+
- Updated dependencies
|
|
30
|
+
- @plitzi/plitzi-sdk@0.32.3
|
|
31
|
+
- @plitzi/nexus@0.32.3
|
|
32
|
+
- @plitzi/sdk-auth@0.32.3
|
|
33
|
+
- @plitzi/sdk-collections@0.32.3
|
|
34
|
+
- @plitzi/sdk-dev-tools@0.32.3
|
|
35
|
+
- @plitzi/sdk-elements@0.32.3
|
|
36
|
+
- @plitzi/sdk-event-bridge@0.32.3
|
|
37
|
+
- @plitzi/sdk-interactions@0.32.3
|
|
38
|
+
- @plitzi/sdk-navigation@0.32.3
|
|
39
|
+
- @plitzi/sdk-plugins@0.32.3
|
|
40
|
+
- @plitzi/sdk-schema@0.32.3
|
|
41
|
+
- @plitzi/sdk-shared@0.32.3
|
|
42
|
+
- @plitzi/sdk-style@0.32.3
|
|
43
|
+
- @plitzi/sdk-variables@0.32.3
|
|
44
|
+
|
|
3
45
|
## 0.32.2
|
|
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
|
|
12
|
+
<link rel="preconnect" href="https://server.plitzi.local" />
|
|
13
13
|
<link rel="preconnect" href="https://api.plitzi.local" />
|
|
14
|
-
<link rel="preconnect" href="https://ssr.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,7 +57,7 @@
|
|
|
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',
|
|
@@ -65,12 +65,13 @@
|
|
|
65
65
|
basePath: '',
|
|
66
66
|
// Dashboard
|
|
67
67
|
apiServer: 'https://api.plitzi.local',
|
|
68
|
-
ssrServer: 'https://ssr.plitzi.local
|
|
68
|
+
ssrServer: 'https://ssr.plitzi.local',
|
|
69
69
|
// SDK
|
|
70
|
-
nodeServer: 'https://server.plitzi.local
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
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'
|
|
74
75
|
},
|
|
75
76
|
state: {}
|
|
76
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;
|