@code0-tech/pictor 0.0.0-mvp.23 → 0.0.0-mvp.25
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/dist/assets/components/aurora/Aurora.style.css +1 -0
- package/dist/assets/components/form/Input.style.css +1 -1
- package/dist/components/aurora/Aurora.d.ts +5 -0
- package/dist/components/aurora/Aurora.js +23 -0
- package/dist/components/d-flow/DFlow.view.d.ts +6 -2
- package/dist/components/d-flow/DFlow.view.js +52 -17
- package/dist/components/d-flow/control/DFlowControl.js +38 -38
- package/dist/components/d-flow/data-type/DFlowDataType.service.js +1 -1
- package/dist/components/d-flow/export/DFlowExport.d.ts +6 -0
- package/dist/components/d-flow/export/DFlowExport.js +24 -0
- package/dist/components/d-flow/suggestion/DFlowSuggestion.hook.js +1 -1
- package/dist/components/d-flow/type/DFlowType.view.d.ts +1 -1
- package/dist/components/d-member/DNamespaceMember.service.js +7 -7
- package/dist/components/d-namespace/DNamespace.service.js +2 -2
- package/dist/components/d-organization/DOrganization.service.js +5 -5
- package/dist/components/d-project/DNamespaceProject.service.js +5 -5
- package/dist/components/d-project/DNamespaceProjectContent.d.ts +1 -0
- package/dist/components/d-project/DNamespaceProjectContent.js +42 -35
- package/dist/components/d-project/DNamespaceProjectMenu.d.ts +7 -3
- package/dist/components/d-project/DNamespaceProjectMenu.js +23 -13
- package/dist/components/d-project/index.js +16 -9
- package/dist/components/d-role/DNamespaceRole.service.js +2 -2
- package/dist/components/d-role/DNamespaceRole.view.js +2 -1
- package/dist/components/d-role/DNamespaceRoleContent.js +30 -24
- package/dist/components/d-role/DNamespaceRolePermissions.js +31 -37
- package/dist/components/d-runtime/DRuntime.service.js +2 -2
- package/dist/components/d-user/DUser.service.d.ts +1 -1
- package/dist/components/d-user/DUser.service.js +9 -6
- package/dist/components/d-user/DUserInput.d.ts +2 -0
- package/dist/components/d-user/DUserInput.js +21 -20
- package/dist/components/form/CheckboxInput.js +61 -52
- package/dist/components/form/useForm.js +7 -6
- package/dist/index.d.ts +1 -0
- package/dist/index.js +256 -254
- package/dist/utils/generics.js +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1,262 +1,264 @@
|
|
|
1
1
|
import { Alert as m } from "./components/alert/Alert.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
2
|
+
import { AuroraBackground as n } from "./components/aurora/Aurora.js";
|
|
3
|
+
import { Avatar as f } from "./components/avatar/Avatar.js";
|
|
4
|
+
import { Badge as c } from "./components/badge/Badge.js";
|
|
5
|
+
import { Breadcrumb as u } from "./components/breadcrumb/Breadcrumb.js";
|
|
6
|
+
import { Button as g } from "./components/button/Button.js";
|
|
7
|
+
import { ButtonGroup as d } from "./components/button-group/ButtonGroup.js";
|
|
8
|
+
import { Card as v } from "./components/card/Card.js";
|
|
9
|
+
import { Col as F } from "./components/col/Col.js";
|
|
10
|
+
import { Command as I, CommandDialog as T, CommandEmpty as b, CommandGroup as N, CommandInput as M, CommandItem as P, CommandList as V, CommandSeparator as A, CommandShortcut as L } from "./components/command/Command.js";
|
|
11
|
+
import { Container as O } from "./components/container/Container.js";
|
|
12
|
+
import { FlowSettingView as G, FlowView as j, NodeFunctionView as z, NodeParameterView as B } from "./components/d-flow/DFlow.view.js";
|
|
13
|
+
import { DFlowReactiveService as E } from "./components/d-flow/DFlow.service.js";
|
|
14
|
+
import { FLOW_EDGE_RAINBOW as W, useFlowEdges as k } from "./components/d-flow/DFlow.edges.hook.js";
|
|
15
|
+
import { useFlowNodes as Q } from "./components/d-flow/DFlow.nodes.hook.js";
|
|
16
|
+
import { DFlow as J } from "./components/d-flow/DFlow.js";
|
|
17
|
+
import { DFlowControl as X } from "./components/d-flow/control/DFlowControl.js";
|
|
18
|
+
import { DFlowDataTypeReactiveService as Z } from "./components/d-flow/data-type/DFlowDataType.service.js";
|
|
19
|
+
import { DataTypeView as ee } from "./components/d-flow/data-type/DFlowDataType.view.js";
|
|
20
|
+
import { DFlowFolder as re, DFlowFolderGroup as te, DFlowFolderItem as pe } from "./components/d-flow/folder/DFlowFolder.js";
|
|
21
|
+
import { DFlowFunctionReactiveService as me } from "./components/d-flow/function/DFlowFunction.service.js";
|
|
22
|
+
import { FunctionDefinitionView as ne, ParameterDefinitionView as xe } from "./components/d-flow/function/DFlowFunction.view.js";
|
|
23
|
+
import { DFlowMiniMap as le } from "./components/d-flow/minimap/DFlowMiniMap.js";
|
|
24
|
+
import { DFlowReactiveSuggestionService as se } from "./components/d-flow/suggestion/DFlowSuggestion.service.js";
|
|
25
|
+
import { DFlowSuggestion as De, DFlowSuggestionType as ge } from "./components/d-flow/suggestion/DFlowSuggestion.view.js";
|
|
26
|
+
import { DFlowTypeReactiveService as de } from "./components/d-flow/type/DFlowType.service.js";
|
|
27
|
+
import { FlowTypeView as ve } from "./components/d-flow/type/DFlowType.view.js";
|
|
28
|
+
import { useDFlowValidations as Fe } from "./components/d-flow/validation/DFlowValidation.hook.js";
|
|
29
|
+
import { DFlowValidation as Ie } from "./components/d-flow/validation/DFlowValidation.js";
|
|
30
|
+
import { DFullScreen as be } from "./components/d-fullscreen/DFullScreen.js";
|
|
31
|
+
import { DLayout as Me } from "./components/d-layout/DLayout.js";
|
|
32
|
+
import { DNamespaceLicenseReactiveService as Ve } from "./components/d-license/DNamespaceLicense.service.js";
|
|
33
|
+
import { DNamespaceLicenseView as Le } from "./components/d-license/DNamespaceLicense.view.js";
|
|
34
|
+
import { DNamespaceMemberReactiveService as Oe } from "./components/d-member/DNamespaceMember.service.js";
|
|
35
|
+
import { DNamespaceMemberView as Ge } from "./components/d-member/DNamespaceMember.view.js";
|
|
36
|
+
import { DNamespaceMemberCard as ze } from "./components/d-member/DNamespaceMemberCard.js";
|
|
37
|
+
import { DNamespaceMemberList as he } from "./components/d-member/DNamespaceMemberList.js";
|
|
38
|
+
import { DNamespaceReactiveService as He } from "./components/d-namespace/DNamespace.service.js";
|
|
39
|
+
import { DNamespaceView as ke } from "./components/d-namespace/DNamespace.view.js";
|
|
40
|
+
import { DOrganizationReactiveService as Qe } from "./components/d-organization/DOrganization.service.js";
|
|
41
|
+
import { DOrganizationView as Je } from "./components/d-organization/DOrganization.view.js";
|
|
41
42
|
import "react/jsx-runtime";
|
|
42
43
|
import "./_virtual/compiler-runtime.js";
|
|
43
44
|
import "react";
|
|
44
|
-
import { ContextStore as
|
|
45
|
-
import { InspectionSeverity as
|
|
46
|
-
import { NonReactiveArrayService as
|
|
47
|
-
import { ObjectService as
|
|
48
|
-
import { ReactiveArrayService as
|
|
49
|
-
import { Colors as
|
|
50
|
-
import { getChild as
|
|
51
|
-
import { Text as
|
|
45
|
+
import { ContextStore as Xe, ContextStoreProvider as Ye, useService as Ze, useStore as $e } from "./utils/contextStore.js";
|
|
46
|
+
import { InspectionSeverity as oo } from "./utils/inspection.js";
|
|
47
|
+
import { NonReactiveArrayService as to, createNonReactiveArrayService as po } from "./utils/nonReactiveArrayService.js";
|
|
48
|
+
import { ObjectService as mo, createObjectService as ao } from "./utils/objectStore.js";
|
|
49
|
+
import { ReactiveArrayService as xo, useReactiveArrayService as fo } from "./utils/reactiveArrayService.js";
|
|
50
|
+
import { Colors as co } from "./utils/types.js";
|
|
51
|
+
import { getChild as uo, getContent as Do, getPositionAroundTarget as go, getPositioning as So, getWindowPositioning as wo, mergeCode0Props as vo, parseUnit as Co } from "./utils/utils.js";
|
|
52
|
+
import { Text as Ro } from "./components/text/Text.js";
|
|
52
53
|
import "@tabler/icons-react";
|
|
53
|
-
import { Flex as
|
|
54
|
-
import { Spacing as
|
|
55
|
-
import { DUserReactiveService as
|
|
56
|
-
import { DUserView as
|
|
57
|
-
import { Menu as
|
|
58
|
-
import { DUserCard as
|
|
59
|
-
import { DUserList as
|
|
60
|
-
import { DUserInput as
|
|
61
|
-
import { setUserSession as
|
|
62
|
-
import { DOrganizationList as
|
|
63
|
-
import { DNamespaceProjectReactiveService as
|
|
64
|
-
import { DNamespaceProjectView as
|
|
65
|
-
import { DNamespaceProjectCard as
|
|
66
|
-
import { DNamespaceProjectList as
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import { Dialog as
|
|
77
|
-
import { CheckboxInput as
|
|
78
|
-
import { EmailInput as
|
|
79
|
-
import { Input as
|
|
80
|
-
import { InputDescription as
|
|
81
|
-
import { InputLabel as
|
|
82
|
-
import { InputMessage as
|
|
83
|
-
import { InputSuggestionMenuContent as
|
|
84
|
-
import { NumberInput as
|
|
85
|
-
import { PasswordInput as
|
|
86
|
-
import { PinInput as
|
|
87
|
-
import { RadioGroup as
|
|
88
|
-
import { RadioInput as
|
|
89
|
-
import { SwitchInput as
|
|
90
|
-
import { TextInput as
|
|
91
|
-
import { useForm as
|
|
92
|
-
import { Quote as
|
|
93
|
-
import { Row as
|
|
94
|
-
import { ScrollArea as
|
|
95
|
-
import { SegmentedControl as
|
|
96
|
-
import { Tab as
|
|
97
|
-
import { Toast as
|
|
98
|
-
import { Tooltip as
|
|
54
|
+
import { Flex as To } from "./components/flex/Flex.js";
|
|
55
|
+
import { Spacing as No } from "./components/spacing/Spacing.js";
|
|
56
|
+
import { DUserReactiveService as Po } from "./components/d-user/DUser.service.js";
|
|
57
|
+
import { DUserView as Ao } from "./components/d-user/DUser.view.js";
|
|
58
|
+
import { Menu as yo, MenuArrow as Oo, MenuContent as Uo, MenuGroup as Go, MenuItem as jo, MenuLabel as zo, MenuPortal as Bo, MenuSeparator as ho, MenuSub as Eo, MenuSubContent as Ho, MenuSubTrigger as Wo, MenuTrigger as ko } from "./components/menu/Menu.js";
|
|
59
|
+
import { DUserCard as Qo } from "./components/d-user/DUserCard.js";
|
|
60
|
+
import { DUserList as Jo } from "./components/d-user/DUserList.js";
|
|
61
|
+
import { DUserInput as Xo } from "./components/d-user/DUserInput.js";
|
|
62
|
+
import { setUserSession as Zo, useUserSession as $o } from "./components/d-user/DUser.session.hook.js";
|
|
63
|
+
import { DOrganizationList as or } from "./components/d-organization/DOrganizationList.js";
|
|
64
|
+
import { DNamespaceProjectReactiveService as tr } from "./components/d-project/DNamespaceProject.service.js";
|
|
65
|
+
import { DNamespaceProjectView as ir } from "./components/d-project/DNamespaceProject.view.js";
|
|
66
|
+
import { DNamespaceProjectCard as ar } from "./components/d-project/DNamespaceProjectCard.js";
|
|
67
|
+
import { DNamespaceProjectList as xr } from "./components/d-project/DNamespaceProjectList.js";
|
|
68
|
+
import { DRuntimeReactiveService as lr } from "./components/d-runtime/DRuntime.service.js";
|
|
69
|
+
import { DRuntimeView as sr } from "./components/d-runtime/DRuntime.view.js";
|
|
70
|
+
import { DRuntimeCard as Dr } from "./components/d-runtime/DRuntimeCard.js";
|
|
71
|
+
import { DRuntimeList as Sr } from "./components/d-runtime/DRuntimeList.js";
|
|
72
|
+
import { DResizableHandle as wr, DResizablePanel as vr, DResizablePanelGroup as Cr } from "./components/d-resizable/DResizable.js";
|
|
73
|
+
import { DNamespaceRoleReactiveService as Rr } from "./components/d-role/DNamespaceRole.service.js";
|
|
74
|
+
import { DNamespaceRoleView as Tr } from "./components/d-role/DNamespaceRole.view.js";
|
|
75
|
+
import { DNamespaceRoleList as Nr } from "./components/d-role/DNamespaceRoleList.js";
|
|
76
|
+
import { DNamespaceRoleCard as Pr } from "./components/d-role/DNamespaceRoleCard.js";
|
|
77
|
+
import { Dialog as Ar, DialogClose as Lr, DialogContent as yr, DialogDescription as Or, DialogFooter as Ur, DialogHeader as Gr, DialogOverlay as jr, DialogPortal as zr, DialogTitle as Br, DialogTrigger as hr } from "./components/dialog/Dialog.js";
|
|
78
|
+
import { CheckboxInput as Hr } from "./components/form/CheckboxInput.js";
|
|
79
|
+
import { EmailInput as kr, emailValidation as _r } from "./components/form/EmailInput.js";
|
|
80
|
+
import { Input as qr } from "./components/form/Input.js";
|
|
81
|
+
import { InputDescription as Kr } from "./components/form/InputDescription.js";
|
|
82
|
+
import { InputLabel as Yr } from "./components/form/InputLabel.js";
|
|
83
|
+
import { InputMessage as $r } from "./components/form/InputMessage.js";
|
|
84
|
+
import { InputSuggestionMenuContent as ot, InputSuggestionMenuContentItems as rt } from "./components/form/InputSuggestion.js";
|
|
85
|
+
import { NumberInput as pt } from "./components/form/NumberInput.js";
|
|
86
|
+
import { PasswordInput as mt } from "./components/form/PasswordInput.js";
|
|
87
|
+
import { PinInput as nt, PinInputField as xt, PinInputHiddenField as ft } from "./components/form/PinInput.js";
|
|
88
|
+
import { RadioGroup as ct } from "./components/form/RadioGroup.js";
|
|
89
|
+
import { RadioInput as ut } from "./components/form/RadioInput.js";
|
|
90
|
+
import { SwitchInput as gt } from "./components/form/SwitchInput.js";
|
|
91
|
+
import { TextInput as dt } from "./components/form/TextInput.js";
|
|
92
|
+
import { useForm as vt } from "./components/form/useForm.js";
|
|
93
|
+
import { Quote as Ft } from "./components/quote/Quote.js";
|
|
94
|
+
import { Row as It } from "./components/row/Row.js";
|
|
95
|
+
import { ScrollArea as bt, ScrollAreaCorner as Nt, ScrollAreaScrollbar as Mt, ScrollAreaThumb as Pt, ScrollAreaViewport as Vt } from "./components/scroll-area/ScrollArea.js";
|
|
96
|
+
import { SegmentedControl as Lt, SegmentedControlItem as yt } from "./components/segmented-control/SegmentedControl.js";
|
|
97
|
+
import { Tab as Ut, TabContent as Gt, TabList as jt, TabTrigger as zt } from "./components/tab/Tab.js";
|
|
98
|
+
import { Toast as ht, toast as Et } from "./components/toast/Toast.js";
|
|
99
|
+
import { Tooltip as Wt, TooltipArrow as kt, TooltipContent as _t, TooltipPortal as Qt, TooltipTrigger as qt } from "./components/tooltip/Tooltip.js";
|
|
99
100
|
export {
|
|
100
101
|
m as Alert,
|
|
101
|
-
n as
|
|
102
|
-
f as
|
|
103
|
-
c as
|
|
104
|
-
u as
|
|
105
|
-
g as
|
|
106
|
-
d as
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
L as
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
J as
|
|
124
|
-
X as
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
se as
|
|
133
|
-
|
|
134
|
-
ge as
|
|
135
|
-
|
|
136
|
-
Ie as
|
|
137
|
-
be as
|
|
138
|
-
Me as
|
|
139
|
-
Ve as
|
|
140
|
-
|
|
141
|
-
ze as
|
|
142
|
-
|
|
143
|
-
Oe as
|
|
144
|
-
|
|
145
|
-
ar as
|
|
146
|
-
|
|
147
|
-
tr as
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
Qe as
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
Po as
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
qr as
|
|
189
|
-
Kr as
|
|
190
|
-
Yr as
|
|
191
|
-
$r as
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
ho as
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
mt as
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
ct as
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
It as
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
Vt as
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
_t as
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
po as
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
102
|
+
n as AuroraBackground,
|
|
103
|
+
f as Avatar,
|
|
104
|
+
c as Badge,
|
|
105
|
+
u as Breadcrumb,
|
|
106
|
+
g as Button,
|
|
107
|
+
d as ButtonGroup,
|
|
108
|
+
v as Card,
|
|
109
|
+
Hr as CheckboxInput,
|
|
110
|
+
F as Col,
|
|
111
|
+
co as Colors,
|
|
112
|
+
I as Command,
|
|
113
|
+
T as CommandDialog,
|
|
114
|
+
b as CommandEmpty,
|
|
115
|
+
N as CommandGroup,
|
|
116
|
+
M as CommandInput,
|
|
117
|
+
P as CommandItem,
|
|
118
|
+
V as CommandList,
|
|
119
|
+
A as CommandSeparator,
|
|
120
|
+
L as CommandShortcut,
|
|
121
|
+
O as Container,
|
|
122
|
+
Xe as ContextStore,
|
|
123
|
+
Ye as ContextStoreProvider,
|
|
124
|
+
J as DFlow,
|
|
125
|
+
X as DFlowControl,
|
|
126
|
+
Z as DFlowDataTypeReactiveService,
|
|
127
|
+
re as DFlowFolder,
|
|
128
|
+
te as DFlowFolderGroup,
|
|
129
|
+
pe as DFlowFolderItem,
|
|
130
|
+
me as DFlowFunctionReactiveService,
|
|
131
|
+
le as DFlowMiniMap,
|
|
132
|
+
E as DFlowReactiveService,
|
|
133
|
+
se as DFlowReactiveSuggestionService,
|
|
134
|
+
De as DFlowSuggestion,
|
|
135
|
+
ge as DFlowSuggestionType,
|
|
136
|
+
de as DFlowTypeReactiveService,
|
|
137
|
+
Ie as DFlowValidation,
|
|
138
|
+
be as DFullScreen,
|
|
139
|
+
Me as DLayout,
|
|
140
|
+
Ve as DNamespaceLicenseReactiveService,
|
|
141
|
+
Le as DNamespaceLicenseView,
|
|
142
|
+
ze as DNamespaceMemberCard,
|
|
143
|
+
he as DNamespaceMemberList,
|
|
144
|
+
Oe as DNamespaceMemberReactiveService,
|
|
145
|
+
Ge as DNamespaceMemberView,
|
|
146
|
+
ar as DNamespaceProjectCard,
|
|
147
|
+
xr as DNamespaceProjectList,
|
|
148
|
+
tr as DNamespaceProjectReactiveService,
|
|
149
|
+
ir as DNamespaceProjectView,
|
|
150
|
+
He as DNamespaceReactiveService,
|
|
151
|
+
Pr as DNamespaceRoleCard,
|
|
152
|
+
Nr as DNamespaceRoleList,
|
|
153
|
+
Rr as DNamespaceRoleReactiveService,
|
|
154
|
+
Tr as DNamespaceRoleView,
|
|
155
|
+
ke as DNamespaceView,
|
|
156
|
+
or as DOrganizationList,
|
|
157
|
+
Qe as DOrganizationReactiveService,
|
|
158
|
+
Je as DOrganizationView,
|
|
159
|
+
wr as DResizableHandle,
|
|
160
|
+
vr as DResizablePanel,
|
|
161
|
+
Cr as DResizablePanelGroup,
|
|
162
|
+
Dr as DRuntimeCard,
|
|
163
|
+
Sr as DRuntimeList,
|
|
164
|
+
lr as DRuntimeReactiveService,
|
|
165
|
+
sr as DRuntimeView,
|
|
166
|
+
Qo as DUserCard,
|
|
167
|
+
Xo as DUserInput,
|
|
168
|
+
Jo as DUserList,
|
|
169
|
+
Po as DUserReactiveService,
|
|
170
|
+
Ao as DUserView,
|
|
171
|
+
ee as DataTypeView,
|
|
172
|
+
Ar as Dialog,
|
|
173
|
+
Lr as DialogClose,
|
|
174
|
+
yr as DialogContent,
|
|
175
|
+
Or as DialogDescription,
|
|
176
|
+
Ur as DialogFooter,
|
|
177
|
+
Gr as DialogHeader,
|
|
178
|
+
jr as DialogOverlay,
|
|
179
|
+
zr as DialogPortal,
|
|
180
|
+
Br as DialogTitle,
|
|
181
|
+
hr as DialogTrigger,
|
|
182
|
+
kr as EmailInput,
|
|
183
|
+
W as FLOW_EDGE_RAINBOW,
|
|
184
|
+
To as Flex,
|
|
185
|
+
G as FlowSettingView,
|
|
186
|
+
ve as FlowTypeView,
|
|
187
|
+
j as FlowView,
|
|
188
|
+
ne as FunctionDefinitionView,
|
|
189
|
+
qr as Input,
|
|
190
|
+
Kr as InputDescription,
|
|
191
|
+
Yr as InputLabel,
|
|
192
|
+
$r as InputMessage,
|
|
193
|
+
ot as InputSuggestionMenuContent,
|
|
194
|
+
rt as InputSuggestionMenuContentItems,
|
|
195
|
+
oo as InspectionSeverity,
|
|
196
|
+
yo as Menu,
|
|
197
|
+
Oo as MenuArrow,
|
|
198
|
+
Uo as MenuContent,
|
|
199
|
+
Go as MenuGroup,
|
|
200
|
+
jo as MenuItem,
|
|
201
|
+
zo as MenuLabel,
|
|
202
|
+
Bo as MenuPortal,
|
|
203
|
+
ho as MenuSeparator,
|
|
204
|
+
Eo as MenuSub,
|
|
205
|
+
Ho as MenuSubContent,
|
|
206
|
+
Wo as MenuSubTrigger,
|
|
207
|
+
ko as MenuTrigger,
|
|
208
|
+
z as NodeFunctionView,
|
|
209
|
+
B as NodeParameterView,
|
|
210
|
+
to as NonReactiveArrayService,
|
|
211
|
+
pt as NumberInput,
|
|
212
|
+
mo as ObjectService,
|
|
213
|
+
xe as ParameterDefinitionView,
|
|
214
|
+
mt as PasswordInput,
|
|
215
|
+
nt as PinInput,
|
|
216
|
+
xt as PinInputField,
|
|
217
|
+
ft as PinInputHiddenField,
|
|
218
|
+
Ft as Quote,
|
|
219
|
+
ct as RadioGroup,
|
|
220
|
+
ut as RadioInput,
|
|
221
|
+
xo as ReactiveArrayService,
|
|
222
|
+
It as Row,
|
|
223
|
+
bt as ScrollArea,
|
|
224
|
+
Nt as ScrollAreaCorner,
|
|
225
|
+
Mt as ScrollAreaScrollbar,
|
|
226
|
+
Pt as ScrollAreaThumb,
|
|
227
|
+
Vt as ScrollAreaViewport,
|
|
228
|
+
Lt as SegmentedControl,
|
|
229
|
+
yt as SegmentedControlItem,
|
|
230
|
+
No as Spacing,
|
|
231
|
+
gt as SwitchInput,
|
|
232
|
+
Ut as Tab,
|
|
233
|
+
Gt as TabContent,
|
|
234
|
+
jt as TabList,
|
|
235
|
+
zt as TabTrigger,
|
|
236
|
+
Ro as Text,
|
|
237
|
+
dt as TextInput,
|
|
238
|
+
ht as Toast,
|
|
239
|
+
Wt as Tooltip,
|
|
240
|
+
kt as TooltipArrow,
|
|
241
|
+
_t as TooltipContent,
|
|
242
|
+
Qt as TooltipPortal,
|
|
243
|
+
qt as TooltipTrigger,
|
|
244
|
+
po as createNonReactiveArrayService,
|
|
245
|
+
ao as createObjectService,
|
|
246
|
+
_r as emailValidation,
|
|
247
|
+
uo as getChild,
|
|
248
|
+
Do as getContent,
|
|
249
|
+
go as getPositionAroundTarget,
|
|
250
|
+
So as getPositioning,
|
|
251
|
+
wo as getWindowPositioning,
|
|
252
|
+
vo as mergeCode0Props,
|
|
253
|
+
Co as parseUnit,
|
|
254
|
+
Zo as setUserSession,
|
|
255
|
+
Et as toast,
|
|
256
|
+
Fe as useDFlowValidations,
|
|
257
|
+
k as useFlowEdges,
|
|
258
|
+
Q as useFlowNodes,
|
|
259
|
+
vt as useForm,
|
|
260
|
+
fo as useReactiveArrayService,
|
|
261
|
+
Ze as useService,
|
|
262
|
+
$e as useStore,
|
|
263
|
+
$o as useUserSession
|
|
262
264
|
};
|
package/dist/utils/generics.js
CHANGED
|
@@ -193,7 +193,7 @@ function x(e, n) {
|
|
|
193
193
|
const i = e.config, t = n.config;
|
|
194
194
|
return i.key !== t.key ? !1 : S(i.dataTypeIdentifier, t.dataTypeIdentifier);
|
|
195
195
|
}
|
|
196
|
-
case "
|
|
196
|
+
case "INPUT_TYPES": {
|
|
197
197
|
const i = e.config, a = n.config.inputTypes ?? [], c = i.inputTypes ?? [];
|
|
198
198
|
return a.every((s) => c.some((r) => S(r.dataTypeIdentifier, s.dataTypeIdentifier)));
|
|
199
199
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code0-tech/pictor",
|
|
3
|
-
"version": "0.0.0-mvp.
|
|
3
|
+
"version": "0.0.0-mvp.25",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A simple template for a custom React component library",
|
|
6
6
|
"scripts": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@babel/plugin-proposal-decorators": "^7.28.0",
|
|
22
22
|
"@babel/plugin-transform-class-properties": "^7.27.1",
|
|
23
23
|
"@code0-tech/definition-reader": "^0.0.18",
|
|
24
|
-
"@code0-tech/sagittarius-graphql-types": "^0.0.0-
|
|
24
|
+
"@code0-tech/sagittarius-graphql-types": "^0.0.0-c63274fdd34593b8aa24f9f977659fd3d6270150",
|
|
25
25
|
"@dagrejs/dagre": "^2.0.0",
|
|
26
26
|
"@mdx-js/react": "^3.1.1",
|
|
27
27
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@vitejs/plugin-react": "^5.1.1",
|
|
52
52
|
"@vitest/browser-playwright": "^4.0.14",
|
|
53
53
|
"@vitest/coverage-v8": "^4.0.14",
|
|
54
|
-
"@xyflow/react": "^12.
|
|
54
|
+
"@xyflow/react": "^12.10.0",
|
|
55
55
|
"axe-playwright": "^2.2.2",
|
|
56
56
|
"babel-loader": "^10.0.0",
|
|
57
57
|
"babel-plugin-react-compiler": "^19.1.0-rc.3",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"types": "dist/index.d.ts",
|
|
95
95
|
"peerDependencies": {
|
|
96
96
|
"@ariakit/react": "^0.4.5",
|
|
97
|
-
"@code0-tech/sagittarius-graphql-types": "^0.0.0-
|
|
97
|
+
"@code0-tech/sagittarius-graphql-types": "^0.0.0-c63274fdd34593b8aa24f9f977659fd3d6270150",
|
|
98
98
|
"@radix-ui/react-checkbox": "^1.3.2",
|
|
99
99
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
100
100
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|