@code0-tech/pictor 0.0.0-mvp.4 → 0.0.0-mvp.6
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/_virtual/compiler-runtime.js +5 -0
- package/dist/_virtual/compiler-runtime2.js +4 -0
- package/dist/_virtual/react-compiler-runtime.development.js +4 -0
- package/dist/_virtual/react-compiler-runtime.production.js +4 -0
- package/dist/assets/components/d-flow/DFlow.style.css +1 -0
- package/dist/assets/{DFlow.css → node_modules/@xyflow/react/dist/style.css} +1 -1
- package/dist/components/avatar/Avatar.js +2 -2
- package/dist/components/badge/Badge.js +2 -2
- package/dist/components/breadcrumb/Breadcrumb.js +17 -16
- package/dist/components/button/Button.js +6 -5
- package/dist/components/button-group/ButtonGroup.js +6 -5
- package/dist/components/card/Card.js +2 -2
- package/dist/components/card/CardSection.js +1 -1
- package/dist/components/col/Col.js +9 -8
- package/dist/components/command/Command.js +19 -18
- package/dist/components/container/Container.js +12 -11
- package/dist/components/d-flow/DFlow.edges.hook.js +9 -10
- package/dist/components/d-flow/DFlow.js +6 -4
- package/dist/components/d-flow/DFlow.nodes.hook.js +18 -19
- package/dist/components/d-flow/control/DFlowControl.js +1 -1
- package/dist/components/d-flow/data-type/DFlowDataType.service.js +89 -5
- package/dist/components/d-flow/data-type/DFlowDataType.validation.value.js +18 -4
- package/dist/components/d-flow/data-type/index.js +1 -1
- package/dist/components/d-flow/data-type/rules/DFlowDataTypeContainsKeyRule.js +220 -4
- package/dist/components/d-flow/data-type/rules/DFlowDataTypeContainsTypeRule.js +227 -4
- package/dist/components/d-flow/data-type/rules/DFlowDataTypeParentRule.js +1 -1
- package/dist/components/d-flow/data-type/rules/DFlowDataTypeReturnTypeRule.js +241 -5
- package/dist/components/d-flow/data-type/rules/DFlowDataTypeRules.js +8 -6
- package/dist/components/d-flow/edge/DFlowEdge.js +1 -1
- package/dist/components/d-flow/folder/DFlowFolder.js +16 -15
- package/dist/components/d-flow/function/DFlowFunction.return.hook.js +1 -1
- package/dist/components/d-flow/function/DFlowFunction.vaildation.hook.js +19 -20
- package/dist/components/d-flow/function/DFlowFunctionDefaultCard.js +51 -51
- package/dist/components/d-flow/function/DFlowFunctionGroupCard.js +1 -1
- package/dist/components/d-flow/function/DFlowFunctionTriggerCard.js +1 -1
- package/dist/components/d-flow/index.js +8 -8
- package/dist/components/d-flow/input/DFlowInputDataType.js +201 -201
- package/dist/components/d-flow/minimap/DFlowMiniMap.js +6 -5
- package/dist/components/d-flow/suggestion/DFlowSuggestion.hook.js +61 -62
- package/dist/components/d-flow/suggestion/DFlowSuggestionMenu.js +1 -1
- package/dist/components/d-flow/suggestion/DFlowSuggestionMenuFooter.js +1 -1
- package/dist/components/d-flow/suggestion/DFlowSuggestionMenuSearchBar.js +1 -1
- package/dist/components/d-flow/suggestion/DFlowSuggestionSearchInput.js +9 -8
- package/dist/components/d-flow/tab/DFlowTabs.js +1 -1
- package/dist/components/d-flow/validation/DFlowValidation.js +15 -14
- package/dist/components/d-fullscreen/DFullScreen.d.ts +1 -2
- package/dist/components/d-fullscreen/DFullScreen.js +15 -14
- package/dist/components/d-layout/DLayout.js +13 -12
- package/dist/components/d-namespace/index.js +6 -6
- package/dist/components/d-organization/index.js +5 -5
- package/dist/components/d-resizable/DResizable.js +17 -16
- package/dist/components/d-user/index.js +4 -4
- package/dist/components/dialog/Dialog.js +18 -17
- package/dist/components/file-tabs/FileTabs.js +41 -40
- package/dist/components/flex/Flex.js +2 -2
- package/dist/components/form/CheckboxInput.js +2 -2
- package/dist/components/form/Input.js +1 -1
- package/dist/components/form/InputDescription.js +1 -1
- package/dist/components/form/InputLabel.js +1 -1
- package/dist/components/form/InputMessage.js +1 -1
- package/dist/components/form/InputSuggestion.js +1 -1
- package/dist/components/form/PinInput.js +2 -2
- package/dist/components/form/RadioGroup.js +2 -2
- package/dist/components/form/RadioInput.js +2 -2
- package/dist/components/menu/Menu.js +2 -2
- package/dist/components/quote/Quote.js +4 -3
- package/dist/components/row/Row.js +10 -9
- package/dist/components/scroll-area/ScrollArea.js +18 -17
- package/dist/components/segmented-control/SegmentedControl.js +12 -11
- package/dist/components/text/Text.js +2 -2
- package/dist/components/tooltip/Tooltip.js +10 -9
- package/dist/index.js +219 -218
- package/dist/node_modules/react/cjs/react-compiler-runtime.development.js +21 -0
- package/dist/node_modules/react/cjs/react-compiler-runtime.production.js +14 -0
- package/dist/node_modules/react/compiler-runtime.js +10 -0
- package/dist/utils/contextStore.js +1 -1
- package/dist/utils/generics.js +88 -89
- package/dist/utils/reactiveArrayService.d.ts +1 -1
- package/dist/utils/reactiveArrayService.js +51 -41
- package/package.json +3 -5
- package/dist/DFlowDataType.service-Dz8pQUeO.js +0 -793
- package/dist/compiler-runtime-BNHg76kC.js +0 -36
- /package/dist/assets/{Avatar.css → components/avatar/Avatar.style.css} +0 -0
- /package/dist/assets/{Badge.css → components/badge/Badge.style.css} +0 -0
- /package/dist/assets/{Breadcrumb.css → components/breadcrumb/Breadcrumb.style.css} +0 -0
- /package/dist/assets/{Button.css → components/button/Button.style.css} +0 -0
- /package/dist/assets/{ButtonGroup.css → components/button-group/ButtonGroup.style.css} +0 -0
- /package/dist/assets/{Card.css → components/card/Card.style.css} +0 -0
- /package/dist/assets/{Col.css → components/col/Col.style.css} +0 -0
- /package/dist/assets/{Command.css → components/command/Command.style.css} +0 -0
- /package/dist/assets/{Container.css → components/container/Container.style.css} +0 -0
- /package/dist/assets/{DFlowFolder.css → components/d-flow/folder/DFlowFolder.style.css} +0 -0
- /package/dist/assets/{DFlowFunctionDefaultCard.css → components/d-flow/function/DFlowFunctionDefaultCard.style.css} +0 -0
- /package/dist/assets/{DFlowInputDataType.css → components/d-flow/input/DFlowInputDataType.style.css} +0 -0
- /package/dist/assets/{DFlowMiniMap.css → components/d-flow/minimap/DFlowMiniMap.style.css} +0 -0
- /package/dist/assets/{DFlowSuggestionSearchInput.css → components/d-flow/suggestion/DFlowSuggestionSearchInput.style.css} +0 -0
- /package/dist/assets/{DFlowValidation.css → components/d-flow/validation/DFlowValidation.style.css} +0 -0
- /package/dist/assets/{DFullScreen.css → components/d-fullscreen/DFullScreen.style.css} +0 -0
- /package/dist/assets/{DLayout.css → components/d-layout/DLayout.style.css} +0 -0
- /package/dist/assets/{DResizable.css → components/d-resizable/DResizable.style.css} +0 -0
- /package/dist/assets/{Dialog.css → components/dialog/Dialog.style.css} +0 -0
- /package/dist/assets/{FileTabs.css → components/file-tabs/FileTabs.style.css} +0 -0
- /package/dist/assets/{Flex.css → components/flex/Flex.style.css} +0 -0
- /package/dist/assets/{Input.css → components/form/Input.style.css} +0 -0
- /package/dist/assets/{Menu.css → components/menu/Menu.style.css} +0 -0
- /package/dist/assets/{Quote.css → components/quote/Quote.style.css} +0 -0
- /package/dist/assets/{Row.css → components/row/Row.style.css} +0 -0
- /package/dist/assets/{ScrollArea.css → components/scroll-area/ScrollArea.style.css} +0 -0
- /package/dist/assets/{SegmentedControl.css → components/segmented-control/SegmentedControl.style.css} +0 -0
- /package/dist/assets/{Text.css → components/text/Text.style.css} +0 -0
- /package/dist/assets/{Tooltip.css → components/tooltip/Tooltip.style.css} +0 -0
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import p from "react";
|
|
2
|
-
var e = { exports: {} }, t = {};
|
|
3
|
-
var a;
|
|
4
|
-
function s() {
|
|
5
|
-
if (a) return t;
|
|
6
|
-
a = 1;
|
|
7
|
-
var o = p.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
|
8
|
-
return t.c = function(r) {
|
|
9
|
-
return o.H.useMemoCache(r);
|
|
10
|
-
}, t;
|
|
11
|
-
}
|
|
12
|
-
var n = {};
|
|
13
|
-
var u;
|
|
14
|
-
function m() {
|
|
15
|
-
return u || (u = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
16
|
-
var o = p.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
|
17
|
-
n.c = function(r) {
|
|
18
|
-
var i = o.H;
|
|
19
|
-
return i === null && console.error(
|
|
20
|
-
`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
21
|
-
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
22
|
-
2. You might be breaking the Rules of Hooks
|
|
23
|
-
3. You might have more than one copy of React in the same app
|
|
24
|
-
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`
|
|
25
|
-
), i.useMemoCache(r);
|
|
26
|
-
};
|
|
27
|
-
})()), n;
|
|
28
|
-
}
|
|
29
|
-
var c;
|
|
30
|
-
function l() {
|
|
31
|
-
return c || (c = 1, process.env.NODE_ENV === "production" ? e.exports = s() : e.exports = m()), e.exports;
|
|
32
|
-
}
|
|
33
|
-
var _ = l();
|
|
34
|
-
export {
|
|
35
|
-
_ as c
|
|
36
|
-
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/assets/{DFlowInputDataType.css → components/d-flow/input/DFlowInputDataType.style.css}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/assets/{DFlowValidation.css → components/d-flow/validation/DFlowValidation.style.css}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|