@pareto-engineering/design-system 5.12.3 → 5.12.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/dist/{FormBuilder-Cn9TX6jo.js → FormBuilder-B0O9NnhC.js} +9756 -9731
- package/dist/assets/CharacterCount.css +1 -0
- package/dist/assets/FormBuilder.css +1 -1
- package/dist/index.js +37 -35
- package/dist/stories/a/AppContext.stories.js +6 -5
- package/dist/stories/a/AreaChart.stories.js +4 -3
- package/dist/stories/a/BarChart.stories.js +8 -7
- package/dist/stories/a/BlurOverlay.stories.js +4 -3
- package/dist/stories/a/ContentTree.stories.js +6 -5
- package/dist/stories/a/Conversation.stories.js +8 -7
- package/dist/stories/a/DatePicker.stories.js +4 -3
- package/dist/stories/a/DotInfo.stories.js +6 -5
- package/dist/stories/a/Figure.stories.js +6 -5
- package/dist/stories/a/HamburgerButton.stories.js +6 -5
- package/dist/stories/a/IconList.stories.js +6 -5
- package/dist/stories/a/Label.stories.js +6 -5
- package/dist/stories/a/LoadingCircle.stories.js +6 -5
- package/dist/stories/a/MetaCard.stories.js +4 -3
- package/dist/stories/a/Notification.stories.js +12 -11
- package/dist/stories/a/NotificationStack.stories.js +6 -5
- package/dist/stories/a/People.stories.js +10 -9
- package/dist/stories/a/PieChart.stories.js +7 -6
- package/dist/stories/a/Popover.stories.js +4 -3
- package/dist/stories/a/ProgressBar.stories.js +6 -5
- package/dist/stories/a/Quote.stories.js +4 -3
- package/dist/stories/a/Removable.stories.js +6 -5
- package/dist/stories/a/SVG.stories.js +12 -11
- package/dist/stories/a/SnapScroller.stories.js +8 -7
- package/dist/stories/a/Spinner.stories.js +6 -5
- package/dist/stories/a/TextSteps.stories.js +6 -5
- package/dist/stories/a/Timestamp.stories.js +4 -3
- package/dist/stories/a/Tip.stories.js +4 -3
- package/dist/stories/a/ToggleSwitch.stories.js +7 -6
- package/dist/stories/a/Tooltip.stories.js +10 -9
- package/dist/stories/a/XMLEditor.stories.js +4 -3
- package/dist/stories/b/Button/Button.stories.js +6 -5
- package/dist/stories/b/Button/Group.stories.js +4 -3
- package/dist/stories/b/Card/Card.stories.js +4 -3
- package/dist/stories/b/Card/Group.stories.js +4 -3
- package/dist/stories/b/Logo.stories.js +7 -6
- package/dist/stories/b/Page.stories.js +9 -8
- package/dist/stories/b/SocialMediaButton.stories.js +4 -3
- package/dist/stories/b/ThemeSelector.stories.js +6 -5
- package/dist/stories/b/Title.stories.js +6 -5
- package/dist/stories/c/Modal.stories.js +4 -3
- package/dist/stories/c/Shortener.stories.js +4 -3
- package/dist/stories/c/SocialMediaShareButton.stories.js +4 -3
- package/dist/stories/f/Checkbox.stories.js +4 -3
- package/dist/stories/f/ChoicesInput.stories.js +6 -5
- package/dist/stories/f/Combobox.stories.js +6 -5
- package/dist/stories/f/Description.stories.js +4 -3
- package/dist/stories/f/DragAndDropFileUpload.stories.js +14 -13
- package/dist/stories/f/EditorInput.stories.js +4 -3
- package/dist/stories/f/FileUpload.stories.js +10 -9
- package/dist/stories/f/Label.stories.js +6 -5
- package/dist/stories/f/LinkInput.stories.js +4 -3
- package/dist/stories/f/RadioInput.stories.js +6 -5
- package/dist/stories/f/RatingsInput.stories.js +4 -3
- package/dist/stories/f/SelectInput.stories.js +6 -5
- package/dist/stories/f/TextInput.stories.js +42 -28
- package/dist/stories/f/TextareaInput.stories.js +39 -26
- package/dist/stories/g/DragAndDrop.stories.js +8 -7
- package/dist/stories/g/ExpandableLexicalPreview.stories.js +4 -3
- package/dist/stories/g/FormBuilder.stories.js +98 -35
- package/dist/ui/a/AnimatedGradient/AnimatedGradient.js +1 -1
- package/dist/ui/a/AnimatedGradient/index.js +1 -1
- package/dist/ui/a/ContentTree/ContentTree.js +1 -1
- package/dist/ui/a/ContentTree/common/Tree/Tree.js +3 -2
- package/dist/ui/a/ContentTree/common/Tree/index.js +1 -1
- package/dist/ui/a/ContentTree/common/index.js +1 -1
- package/dist/ui/a/ContentTree/index.js +1 -1
- package/dist/ui/a/Conversation/Conversation.js +3 -2
- package/dist/ui/a/Conversation/index.js +1 -1
- package/dist/ui/a/Notification/Notification.js +3 -2
- package/dist/ui/a/Notification/index.js +1 -1
- package/dist/ui/a/NotificationStack/NotificationStack.js +1 -1
- package/dist/ui/a/NotificationStack/index.js +1 -1
- package/dist/ui/a/index.js +1 -1
- package/dist/ui/b/Button/Button.js +3 -2
- package/dist/ui/b/Button/index.js +1 -1
- package/dist/ui/b/Card/Card.js +3 -2
- package/dist/ui/b/Card/common/Group/Group.js +3 -2
- package/dist/ui/b/Card/common/Group/index.js +1 -1
- package/dist/ui/b/Card/common/index.js +1 -1
- package/dist/ui/b/Card/index.js +1 -1
- package/dist/ui/b/Logo/Logo.js +1 -1
- package/dist/ui/b/Logo/index.js +1 -1
- package/dist/ui/b/Page/Page.js +1 -1
- package/dist/ui/b/Page/common/PageHelmet/PageHelmet.js +1 -1
- package/dist/ui/b/Page/common/PageHelmet/index.js +1 -1
- package/dist/ui/b/Page/common/index.js +1 -1
- package/dist/ui/b/Page/index.js +1 -1
- package/dist/ui/b/SocialMediaButton/SocialMediaButton.js +1 -1
- package/dist/ui/b/SocialMediaButton/index.js +1 -1
- package/dist/ui/b/ThemeSelector/ThemeSelector.js +1 -1
- package/dist/ui/b/ThemeSelector/index.js +1 -1
- package/dist/ui/b/index.js +1 -1
- package/dist/ui/c/Modal/Modal.js +1 -1
- package/dist/ui/c/Modal/common/ModalHeader/ModalHeader.js +3 -2
- package/dist/ui/c/Modal/common/ModalHeader/index.js +1 -1
- package/dist/ui/c/Modal/common/index.js +1 -1
- package/dist/ui/c/Modal/index.js +1 -1
- package/dist/ui/c/Shortener/Shortener.js +1 -1
- package/dist/ui/c/Shortener/index.js +1 -1
- package/dist/ui/c/index.js +1 -1
- package/dist/ui/f/FormInput/FormInput.js +4 -3
- package/dist/ui/f/FormInput/index.js +1 -1
- package/dist/ui/f/common/CharacterCount/CharacterCount.js +36 -0
- package/dist/ui/f/common/CharacterCount/index.js +4 -0
- package/dist/ui/f/common/Debugger/Debugger.js +1 -1
- package/dist/ui/f/common/Debugger/index.js +1 -1
- package/dist/ui/f/common/index.js +8 -6
- package/dist/ui/f/fields/Checkbox/Checkbox.js +3 -2
- package/dist/ui/f/fields/Checkbox/index.js +1 -1
- package/dist/ui/f/fields/ChoicesInput/ChoicesInput.js +4 -2
- package/dist/ui/f/fields/ChoicesInput/index.js +1 -1
- package/dist/ui/f/fields/DragAndDropFileUpload/DragAndDropFileUpload.js +3 -2
- package/dist/ui/f/fields/DragAndDropFileUpload/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/EditorInput.js +3 -2
- package/dist/ui/f/fields/EditorInput/common/BlockFormatDropDown/BlockFormatDropDown.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/BlockFormatDropDown/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/ColorPicker/ColorPicker.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/ColorPicker/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/FontSizeDropDown/FontSizeDropDown.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/FontSizeDropDown/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/ToolbarPlugin/ToolbarPlugin.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/ToolbarPlugin/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/index.js +1 -1
- package/dist/ui/f/fields/FileUpload/FileUpload.js +3 -2
- package/dist/ui/f/fields/FileUpload/common/Preview/Preview.js +1 -1
- package/dist/ui/f/fields/FileUpload/common/Preview/index.js +1 -1
- package/dist/ui/f/fields/FileUpload/common/PreviewNewRegistration/PreviewNewRegistration.js +1 -1
- package/dist/ui/f/fields/FileUpload/common/PreviewNewRegistration/index.js +1 -1
- package/dist/ui/f/fields/FileUpload/common/index.js +1 -1
- package/dist/ui/f/fields/FileUpload/index.js +1 -1
- package/dist/ui/f/fields/LatexPreviewInput/LatexPreviewInput.js +1 -1
- package/dist/ui/f/fields/LatexPreviewInput/index.js +1 -1
- package/dist/ui/f/fields/LinkInput/LinkInput.js +3 -2
- package/dist/ui/f/fields/LinkInput/index.js +1 -1
- package/dist/ui/f/fields/PasswordInput/PasswordInput.js +3 -2
- package/dist/ui/f/fields/PasswordInput/index.js +1 -1
- package/dist/ui/f/fields/QueryChoices/QueryChoices.js +1 -1
- package/dist/ui/f/fields/QueryChoices/index.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/QueryCombobox.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/common/Combobox/Combobox.js +4 -3
- package/dist/ui/f/fields/QueryCombobox/common/Combobox/index.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.js +4 -3
- package/dist/ui/f/fields/QueryCombobox/common/MultipleCombobox/index.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/common/index.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/index.js +1 -1
- package/dist/ui/f/fields/QuerySelect/QuerySelect.js +3 -2
- package/dist/ui/f/fields/QuerySelect/index.js +1 -1
- package/dist/ui/f/fields/RatingsInput/RatingsInput.js +4 -2
- package/dist/ui/f/fields/RatingsInput/index.js +1 -1
- package/dist/ui/f/fields/SearchDropdown/SearchDropdown.js +3 -2
- package/dist/ui/f/fields/SearchDropdown/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/SelectInput.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/Menu/Menu.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/Menu/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/Multiple/Multiple.js +3 -2
- package/dist/ui/f/fields/SelectInput/common/Multiple/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/Single/Single.js +3 -2
- package/dist/ui/f/fields/SelectInput/common/Single/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/index.js +1 -1
- package/dist/ui/f/fields/SelectSingle/SelectSingle.js +14 -13
- package/dist/ui/f/fields/TextInput/TextInput.js +2 -2
- package/dist/ui/f/fields/TextInput/index.js +1 -1
- package/dist/ui/f/fields/TextareaInput/TextareaInput.js +2 -2
- package/dist/ui/f/fields/TextareaInput/index.js +1 -1
- package/dist/ui/f/fields/ToggleInput/ToggleInput.js +3 -2
- package/dist/ui/f/fields/ToggleInput/index.js +1 -1
- package/dist/ui/f/fields/index.js +1 -1
- package/dist/ui/f/index.js +36 -34
- package/dist/ui/g/ExpandableLexicalPreview/ExpandableLexicalPreview.js +3 -2
- package/dist/ui/g/ExpandableLexicalPreview/common/NewWindowPortal/NewWindowPortal.js +1 -1
- package/dist/ui/g/ExpandableLexicalPreview/common/NewWindowPortal/index.js +1 -1
- package/dist/ui/g/ExpandableLexicalPreview/common/index.js +1 -1
- package/dist/ui/g/ExpandableLexicalPreview/index.js +1 -1
- package/dist/ui/g/FormBuilder/FormBuilder.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/Builder.js +3 -2
- package/dist/ui/g/FormBuilder/common/Builder/common/ActionsContainer/ActionsContainer.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/common/ActionsContainer/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/common/InputBuilder/InputBuilder.js +3 -2
- package/dist/ui/g/FormBuilder/common/Builder/common/InputBuilder/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/common/Section/Section.js +4 -3
- package/dist/ui/g/FormBuilder/common/Builder/common/Section/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/common/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Renderer/Renderer.js +2 -6
- package/dist/ui/g/FormBuilder/common/Renderer/common/Section/Section.js +4 -3
- package/dist/ui/g/FormBuilder/common/Renderer/common/Section/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Renderer/common/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Renderer/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/index.js +1 -1
- package/dist/ui/g/FormBuilder/index.js +1 -1
- package/dist/ui/g/index.js +1 -1
- package/dist/ui/index.js +37 -35
- package/package.json +3 -3
|
@@ -4,7 +4,7 @@ import "../../../../../../index-CxkFVI6N.js";
|
|
|
4
4
|
import "../../../../../a/AppContext/Context.js";
|
|
5
5
|
import "../../../../../a/AppContext/ContextProvider.js";
|
|
6
6
|
import "../../../../../a/BlurOverlay/BlurOverlay.js";
|
|
7
|
-
import { K as L } from "../../../../../../FormBuilder-
|
|
7
|
+
import { K as L } from "../../../../../../FormBuilder-B0O9NnhC.js";
|
|
8
8
|
import "../../../../../a/Conversation/Context.js";
|
|
9
9
|
import "../../../../../a/DotInfo/DotInfo.js";
|
|
10
10
|
import "../../../../../a/Figure/Figure.js";
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "formik";
|
|
4
4
|
import "../../../../../../index-CxkFVI6N.js";
|
|
5
|
-
import { H as
|
|
5
|
+
import { H as V } from "../../../../../../FormBuilder-B0O9NnhC.js";
|
|
6
6
|
import "../../../../../../exports.module-DmUnHWIJ.js";
|
|
7
7
|
import "../../../../../b/Page/Context.js";
|
|
8
8
|
import "../../../../../b/Title/Title.js";
|
|
@@ -39,10 +39,11 @@ import "../../../../../a/Charts/PieChart/PieChart.js";
|
|
|
39
39
|
import "../../../../../a/ThroughPutIndicator/ThroughPutIndicator.js";
|
|
40
40
|
import "../../../../common/Label/Label.js";
|
|
41
41
|
import "../../../../common/Description/Description.js";
|
|
42
|
+
import "../../../../common/CharacterCount/CharacterCount.js";
|
|
42
43
|
import "../../../QueryCombobox/common/Menu/Menu.js";
|
|
43
44
|
import "../../../../../../debounce-Cm69Z_cF.js";
|
|
44
45
|
import "../../../LatexPreviewInput/convertLatexToHtml.js";
|
|
45
46
|
import "../../../RadioInput/RadioInput.js";
|
|
46
47
|
export {
|
|
47
|
-
|
|
48
|
+
V as default
|
|
48
49
|
};
|
|
@@ -6,7 +6,7 @@ import "../../../../../../exports.module-DmUnHWIJ.js";
|
|
|
6
6
|
import "../../../../../a/AppContext/Context.js";
|
|
7
7
|
import "../../../../../a/AppContext/ContextProvider.js";
|
|
8
8
|
import "../../../../../a/BlurOverlay/BlurOverlay.js";
|
|
9
|
-
import { J as
|
|
9
|
+
import { J as V } from "../../../../../../FormBuilder-B0O9NnhC.js";
|
|
10
10
|
import "../../../../../a/Conversation/Context.js";
|
|
11
11
|
import "../../../../../a/DotInfo/DotInfo.js";
|
|
12
12
|
import "../../../../../a/Figure/Figure.js";
|
|
@@ -37,6 +37,7 @@ import "../../../../../a/Charts/PieChart/PieChart.js";
|
|
|
37
37
|
import "../../../../../a/ThroughPutIndicator/ThroughPutIndicator.js";
|
|
38
38
|
import "../../../../common/Label/Label.js";
|
|
39
39
|
import "../../../../common/Description/Description.js";
|
|
40
|
+
import "../../../../common/CharacterCount/CharacterCount.js";
|
|
40
41
|
import "../../../QueryCombobox/common/Menu/Menu.js";
|
|
41
42
|
import "../../../../../../debounce-Cm69Z_cF.js";
|
|
42
43
|
import "../../../../../b/Page/Context.js";
|
|
@@ -44,5 +45,5 @@ import "../../../../../b/Title/Title.js";
|
|
|
44
45
|
import "../../../LatexPreviewInput/convertLatexToHtml.js";
|
|
45
46
|
import "../../../RadioInput/RadioInput.js";
|
|
46
47
|
export {
|
|
47
|
-
|
|
48
|
+
V as default
|
|
48
49
|
};
|
|
@@ -3,8 +3,9 @@ import { useState as f, useRef as I, useEffect as R } from "react";
|
|
|
3
3
|
import { s as D } from "../../../../exports.module-DmUnHWIJ.js";
|
|
4
4
|
import G from "../../common/Label/Label.js";
|
|
5
5
|
import V from "../../common/Description/Description.js";
|
|
6
|
-
import "../../../../FormBuilder-Cn9TX6jo.js";
|
|
7
6
|
import { useField as A } from "formik";
|
|
7
|
+
import "../../common/CharacterCount/CharacterCount.js";
|
|
8
|
+
import "../../../../FormBuilder-B0O9NnhC.js";
|
|
8
9
|
import "../QueryCombobox/common/Menu/Menu.js";
|
|
9
10
|
import "../../../../debounce-Cm69Z_cF.js";
|
|
10
11
|
import "../../../a/AppContext/Context.js";
|
|
@@ -50,11 +51,11 @@ const B = D.base, F = "single", a = {
|
|
|
50
51
|
"To revise": "utility-yellow",
|
|
51
52
|
Expired: "utility-gray",
|
|
52
53
|
transparent: "main"
|
|
53
|
-
},
|
|
54
|
+
}, Le = ({
|
|
54
55
|
id: y,
|
|
55
56
|
className: h,
|
|
56
57
|
style: x,
|
|
57
|
-
name:
|
|
58
|
+
name: l,
|
|
58
59
|
label: p,
|
|
59
60
|
labelColor: N,
|
|
60
61
|
options: d,
|
|
@@ -65,7 +66,7 @@ const B = D.base, F = "single", a = {
|
|
|
65
66
|
disabled: o,
|
|
66
67
|
placeholder: k = "Select..."
|
|
67
68
|
}) => {
|
|
68
|
-
const [, , w] = A({ name:
|
|
69
|
+
const [, , w] = A({ name: l }), { setValue: E } = w, [b, s] = f(!1), [S, j] = f(""), n = I(null), i = u !== void 0 ? u : S, t = d.find((e) => e.value === i);
|
|
69
70
|
R(() => {
|
|
70
71
|
const e = (m) => {
|
|
71
72
|
n.current && !n.current.contains(m.target) && s(!1);
|
|
@@ -84,7 +85,7 @@ const B = D.base, F = "single", a = {
|
|
|
84
85
|
F,
|
|
85
86
|
h,
|
|
86
87
|
o ? "disabled" : "",
|
|
87
|
-
`y-${a[(
|
|
88
|
+
`y-${a[(t == null ? void 0 : t.label) || ""]}`
|
|
88
89
|
].filter(Boolean).join(" "),
|
|
89
90
|
style: x,
|
|
90
91
|
ref: n,
|
|
@@ -92,7 +93,7 @@ const B = D.base, F = "single", a = {
|
|
|
92
93
|
p && /* @__PURE__ */ r(
|
|
93
94
|
G,
|
|
94
95
|
{
|
|
95
|
-
name:
|
|
96
|
+
name: l,
|
|
96
97
|
color: N,
|
|
97
98
|
optional: C,
|
|
98
99
|
children: p
|
|
@@ -111,22 +112,22 @@ const B = D.base, F = "single", a = {
|
|
|
111
112
|
"aria-haspopup": "listbox",
|
|
112
113
|
"aria-expanded": b,
|
|
113
114
|
children: [
|
|
114
|
-
|
|
115
|
+
t ? /* @__PURE__ */ r(
|
|
115
116
|
g,
|
|
116
117
|
{
|
|
117
|
-
id: `${
|
|
118
|
+
id: `${l}-option-${t.value}`,
|
|
118
119
|
className: "select-single-option-label",
|
|
119
120
|
as: "span",
|
|
120
121
|
isCompact: !0,
|
|
121
122
|
isGhost: !0,
|
|
122
|
-
color: a[
|
|
123
|
+
color: a[t.label],
|
|
123
124
|
style: {
|
|
124
125
|
border: "solid",
|
|
125
126
|
backgroundColor: "var(--soft-x)",
|
|
126
127
|
borderColor: "var(--on-x)",
|
|
127
128
|
color: "var(--x)"
|
|
128
129
|
},
|
|
129
|
-
children:
|
|
130
|
+
children: t.label
|
|
130
131
|
}
|
|
131
132
|
) : /* @__PURE__ */ r("span", { className: "select-single-placeholder", children: k }),
|
|
132
133
|
/* @__PURE__ */ r("span", { className: "select-single-arrow" })
|
|
@@ -145,7 +146,7 @@ const B = D.base, F = "single", a = {
|
|
|
145
146
|
/* @__PURE__ */ r(
|
|
146
147
|
g,
|
|
147
148
|
{
|
|
148
|
-
id: `${
|
|
149
|
+
id: `${l}-option-${e.value}`,
|
|
149
150
|
className: "select-single-option-label",
|
|
150
151
|
as: "span",
|
|
151
152
|
isCompact: !0,
|
|
@@ -165,11 +166,11 @@ const B = D.base, F = "single", a = {
|
|
|
165
166
|
},
|
|
166
167
|
e.value
|
|
167
168
|
)) }),
|
|
168
|
-
/* @__PURE__ */ r(V, { className: "s-1", description: $, name:
|
|
169
|
+
/* @__PURE__ */ r(V, { className: "s-1", description: $, name: l })
|
|
169
170
|
]
|
|
170
171
|
}
|
|
171
172
|
);
|
|
172
173
|
};
|
|
173
174
|
export {
|
|
174
|
-
|
|
175
|
+
Le as default
|
|
175
176
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../../../index-CxkFVI6N.js";
|
|
4
3
|
import "../../../../exports.module-DmUnHWIJ.js";
|
|
5
4
|
import "formik";
|
|
6
5
|
import "../../common/Label/Label.js";
|
|
7
6
|
import "../../common/Description/Description.js";
|
|
8
|
-
import
|
|
7
|
+
import "../../common/CharacterCount/CharacterCount.js";
|
|
8
|
+
import { e as d } from "../../../../FormBuilder-B0O9NnhC.js";
|
|
9
9
|
export {
|
|
10
10
|
d as default
|
|
11
11
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../../../index-CxkFVI6N.js";
|
|
4
3
|
import "../../../../exports.module-DmUnHWIJ.js";
|
|
5
4
|
import "formik";
|
|
6
|
-
import { h as d } from "../../../../FormBuilder-
|
|
5
|
+
import { h as d } from "../../../../FormBuilder-B0O9NnhC.js";
|
|
7
6
|
import "../../common/Label/Label.js";
|
|
8
7
|
import "../../common/Description/Description.js";
|
|
8
|
+
import "../../common/CharacterCount/CharacterCount.js";
|
|
9
9
|
export {
|
|
10
10
|
d as default
|
|
11
11
|
};
|
|
@@ -6,7 +6,7 @@ import "../../../../exports.module-DmUnHWIJ.js";
|
|
|
6
6
|
import "../../../a/AppContext/Context.js";
|
|
7
7
|
import "../../../a/AppContext/ContextProvider.js";
|
|
8
8
|
import "../../../a/BlurOverlay/BlurOverlay.js";
|
|
9
|
-
import { o as
|
|
9
|
+
import { o as P } from "../../../../FormBuilder-B0O9NnhC.js";
|
|
10
10
|
import "../../../a/Conversation/Context.js";
|
|
11
11
|
import "../../../a/DotInfo/DotInfo.js";
|
|
12
12
|
import "../../../a/Figure/Figure.js";
|
|
@@ -37,6 +37,7 @@ import "../../../a/Charts/PieChart/PieChart.js";
|
|
|
37
37
|
import "../../../a/ThroughPutIndicator/ThroughPutIndicator.js";
|
|
38
38
|
import "../../common/Label/Label.js";
|
|
39
39
|
import "../../common/Description/Description.js";
|
|
40
|
+
import "../../common/CharacterCount/CharacterCount.js";
|
|
40
41
|
export {
|
|
41
|
-
|
|
42
|
+
P as default
|
|
42
43
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as t, g as o, q as s, E as p, n as r, m as l, l as n, r as u, k as i, Q as d, i as x, R as I, p as f, f as m, e as c, h as g, o as T } from "../../../FormBuilder-
|
|
1
|
+
import { j as t, g as o, q as s, E as p, n as r, m as l, l as n, r as u, k as i, Q as d, i as x, R as I, p as f, f as m, e as c, h as g, o as T } from "../../../FormBuilder-B0O9NnhC.js";
|
|
2
2
|
import { default as y } from "./SelectSingle/SelectSingle.js";
|
|
3
3
|
import { default as S } from "./LatexPreviewInput/convertLatexToHtml.js";
|
|
4
4
|
import { fileUploadOptions as Q, getFileType as U, getFileTypeFromUrl as b } from "./FileUpload/utils.js";
|
package/dist/ui/f/index.js
CHANGED
|
@@ -1,40 +1,42 @@
|
|
|
1
1
|
import { default as a } from "./common/Label/Label.js";
|
|
2
2
|
import { default as r } from "./common/Description/Description.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { default as v } from "./fields/
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
3
|
+
import { default as s } from "./common/CharacterCount/CharacterCount.js";
|
|
4
|
+
import { j as l, g as u, q as i, E as m, n as f, D as x, F as d, m as I, l as g, r as F, k as c, Q as h, i as T, R as C, p as D, f as b, e as y, h as S, o as U } from "../../FormBuilder-B0O9NnhC.js";
|
|
5
|
+
import { lookUpInputValueFromOptions as L } from "./common/utils/lookUpInputValueFromOptions.js";
|
|
6
|
+
import { integerAndGreaterThanZero as w } from "./common/utils/validators.js";
|
|
7
|
+
import { default as v } from "./fields/SelectSingle/SelectSingle.js";
|
|
8
|
+
import { default as E } from "./fields/LatexPreviewInput/convertLatexToHtml.js";
|
|
9
|
+
import { fileUploadOptions as P, getFileType as j, getFileTypeFromUrl as q } from "./fields/FileUpload/utils.js";
|
|
10
|
+
import { default as H } from "./fields/RadioInput/RadioInput.js";
|
|
10
11
|
export {
|
|
11
|
-
s as
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
12
|
+
s as CharacterCount,
|
|
13
|
+
l as Checkbox,
|
|
14
|
+
u as ChoicesInput,
|
|
15
|
+
i as DragAndDropFileUpload,
|
|
16
|
+
m as EditorInput,
|
|
17
|
+
f as FileUpload,
|
|
18
|
+
x as FormDebugger,
|
|
17
19
|
r as FormDescription,
|
|
18
|
-
|
|
20
|
+
d as FormInput,
|
|
19
21
|
a as FormLabel,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
22
|
+
I as LatexPreviewInput,
|
|
23
|
+
g as LinkInput,
|
|
24
|
+
F as PasswordInput,
|
|
25
|
+
c as QueryChoices,
|
|
26
|
+
h as QueryCombobox,
|
|
27
|
+
T as QuerySelect,
|
|
28
|
+
H as RadioInput,
|
|
29
|
+
C as RatingsInput,
|
|
30
|
+
D as SearchDropdown,
|
|
31
|
+
b as SelectInput,
|
|
32
|
+
v as SelectSingle,
|
|
33
|
+
y as TextInput,
|
|
34
|
+
S as TextareaInput,
|
|
35
|
+
U as ToggleInput,
|
|
36
|
+
E as convertLatexToHtml,
|
|
37
|
+
P as fileUploadOptions,
|
|
38
|
+
j as getFileType,
|
|
39
|
+
q as getFileTypeFromUrl,
|
|
40
|
+
w as integerAndGreaterThanZero,
|
|
41
|
+
L as lookUpInputValueFromOptions
|
|
40
42
|
};
|
|
@@ -5,7 +5,8 @@ import "../../../index-CxkFVI6N.js";
|
|
|
5
5
|
import "../../../exports.module-DmUnHWIJ.js";
|
|
6
6
|
import "../../f/common/Label/Label.js";
|
|
7
7
|
import "../../f/common/Description/Description.js";
|
|
8
|
-
import
|
|
8
|
+
import "../../f/common/CharacterCount/CharacterCount.js";
|
|
9
|
+
import { s as V } from "../../../FormBuilder-B0O9NnhC.js";
|
|
9
10
|
import "../../f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
10
11
|
import "../../../debounce-Cm69Z_cF.js";
|
|
11
12
|
import "../../a/AppContext/Context.js";
|
|
@@ -44,5 +45,5 @@ import "../../b/Title/Title.js";
|
|
|
44
45
|
import "../../f/fields/LatexPreviewInput/convertLatexToHtml.js";
|
|
45
46
|
import "../../f/fields/RadioInput/RadioInput.js";
|
|
46
47
|
export {
|
|
47
|
-
|
|
48
|
+
V as default
|
|
48
49
|
};
|
|
@@ -6,7 +6,7 @@ import "../../../../a/AppContext/Context.js";
|
|
|
6
6
|
import "../../../../a/AppContext/ContextProvider.js";
|
|
7
7
|
import "../../../../a/AppContext/useTheme.js";
|
|
8
8
|
import "../../../../a/BlurOverlay/BlurOverlay.js";
|
|
9
|
-
import { G as N } from "../../../../../FormBuilder-
|
|
9
|
+
import { G as N } from "../../../../../FormBuilder-B0O9NnhC.js";
|
|
10
10
|
import "../../../../a/Conversation/Context.js";
|
|
11
11
|
import "../../../../a/DotInfo/DotInfo.js";
|
|
12
12
|
import "../../../../a/Figure/Figure.js";
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../index-CxkFVI6N.js";
|
|
4
4
|
import "../../../exports.module-DmUnHWIJ.js";
|
|
5
|
-
import { t as e } from "../../../FormBuilder-
|
|
5
|
+
import { t as e } from "../../../FormBuilder-B0O9NnhC.js";
|
|
6
6
|
import "./FormBuilderContext.js";
|
|
7
7
|
export {
|
|
8
8
|
e as default
|
|
@@ -5,7 +5,8 @@ import "../../../../../index-CxkFVI6N.js";
|
|
|
5
5
|
import "../../../../../exports.module-DmUnHWIJ.js";
|
|
6
6
|
import "../../../../f/common/Label/Label.js";
|
|
7
7
|
import "../../../../f/common/Description/Description.js";
|
|
8
|
-
import
|
|
8
|
+
import "../../../../f/common/CharacterCount/CharacterCount.js";
|
|
9
|
+
import { u as W } from "../../../../../FormBuilder-B0O9NnhC.js";
|
|
9
10
|
import "../../../../f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
10
11
|
import "../../../../../debounce-Cm69Z_cF.js";
|
|
11
12
|
import "../../../../a/AppContext/Context.js";
|
|
@@ -45,5 +46,5 @@ import "../../../../f/fields/LatexPreviewInput/convertLatexToHtml.js";
|
|
|
45
46
|
import "../../../../f/fields/RadioInput/RadioInput.js";
|
|
46
47
|
import "../../FormBuilderContext.js";
|
|
47
48
|
export {
|
|
48
|
-
|
|
49
|
+
W as default
|
|
49
50
|
};
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../../../../../index-CxkFVI6N.js";
|
|
4
4
|
import "../../../../../../../exports.module-DmUnHWIJ.js";
|
|
5
|
-
import { z as P } from "../../../../../../../FormBuilder-
|
|
5
|
+
import { z as P } from "../../../../../../../FormBuilder-B0O9NnhC.js";
|
|
6
6
|
import "../../../../../../../debounce-Cm69Z_cF.js";
|
|
7
7
|
import "../../../../../../../throttle-BCrS-Wew.js";
|
|
8
8
|
import "../../../../../../utils/hooks/useOutsideClick.js";
|
|
@@ -4,7 +4,8 @@ import "formik";
|
|
|
4
4
|
import "../../../../../../../exports.module-DmUnHWIJ.js";
|
|
5
5
|
import "../../../../../../f/common/Label/Label.js";
|
|
6
6
|
import "../../../../../../f/common/Description/Description.js";
|
|
7
|
-
import
|
|
7
|
+
import "../../../../../../f/common/CharacterCount/CharacterCount.js";
|
|
8
|
+
import { I as X } from "../../../../../../../FormBuilder-B0O9NnhC.js";
|
|
8
9
|
import "../../../../../../f/common/utils/validators.js";
|
|
9
10
|
import "../../../../../../f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
10
11
|
import "../../../../../../../debounce-Cm69Z_cF.js";
|
|
@@ -46,5 +47,5 @@ import "../../../../../../f/fields/FileUpload/utils.js";
|
|
|
46
47
|
import "../../../../../../f/fields/RadioInput/RadioInput.js";
|
|
47
48
|
import "../../../../FormBuilderContext.js";
|
|
48
49
|
export {
|
|
49
|
-
|
|
50
|
+
X as default
|
|
50
51
|
};
|
|
@@ -5,7 +5,8 @@ import "../../../../../../../index-CxkFVI6N.js";
|
|
|
5
5
|
import "../../../../../../../exports.module-DmUnHWIJ.js";
|
|
6
6
|
import "../../../../../../f/common/Label/Label.js";
|
|
7
7
|
import "../../../../../../f/common/Description/Description.js";
|
|
8
|
-
import
|
|
8
|
+
import "../../../../../../f/common/CharacterCount/CharacterCount.js";
|
|
9
|
+
import { x as X, y as Y } from "../../../../../../../FormBuilder-B0O9NnhC.js";
|
|
9
10
|
import "../../../../../../f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
10
11
|
import "../../../../../../../debounce-Cm69Z_cF.js";
|
|
11
12
|
import "../../../../../../a/AppContext/Context.js";
|
|
@@ -46,6 +47,6 @@ import "../../../../../../f/fields/RadioInput/RadioInput.js";
|
|
|
46
47
|
import "../../../../../DragAndDrop/DragAndDrop.js";
|
|
47
48
|
import "../../../../FormBuilderContext.js";
|
|
48
49
|
export {
|
|
49
|
-
|
|
50
|
-
|
|
50
|
+
X as default,
|
|
51
|
+
Y as getRandomIntInclusive
|
|
51
52
|
};
|
|
@@ -3,13 +3,9 @@ import "react";
|
|
|
3
3
|
import "formik";
|
|
4
4
|
import "../../../../../index-CxkFVI6N.js";
|
|
5
5
|
import "../../../../../exports.module-DmUnHWIJ.js";
|
|
6
|
-
import { v } from "../../../../../FormBuilder-
|
|
6
|
+
import { v as d } from "../../../../../FormBuilder-B0O9NnhC.js";
|
|
7
7
|
import "../../../../b/Page/Context.js";
|
|
8
8
|
import "../../../../b/Title/Title.js";
|
|
9
|
-
import "../../../../../debounce-Cm69Z_cF.js";
|
|
10
|
-
import "../../../../../throttle-BCrS-Wew.js";
|
|
11
|
-
import "../../../../utils/formatting.js";
|
|
12
|
-
import "../../../../utils/applyCharacterLimit.js";
|
|
13
9
|
export {
|
|
14
|
-
|
|
10
|
+
d as default
|
|
15
11
|
};
|
|
@@ -3,11 +3,12 @@ import "react";
|
|
|
3
3
|
import "../../../../../../../index-CxkFVI6N.js";
|
|
4
4
|
import "../../../../../../f/common/Label/Label.js";
|
|
5
5
|
import "../../../../../../f/common/Description/Description.js";
|
|
6
|
-
import { w as W } from "../../../../../../../FormBuilder-Cn9TX6jo.js";
|
|
7
6
|
import "formik";
|
|
7
|
+
import "../../../../../../../exports.module-DmUnHWIJ.js";
|
|
8
|
+
import "../../../../../../f/common/CharacterCount/CharacterCount.js";
|
|
9
|
+
import { w as X } from "../../../../../../../FormBuilder-B0O9NnhC.js";
|
|
8
10
|
import "../../../../../../f/fields/QueryCombobox/common/Menu/Menu.js";
|
|
9
11
|
import "../../../../../../../debounce-Cm69Z_cF.js";
|
|
10
|
-
import "../../../../../../../exports.module-DmUnHWIJ.js";
|
|
11
12
|
import "../../../../../../a/AppContext/Context.js";
|
|
12
13
|
import "../../../../../../a/AppContext/ContextProvider.js";
|
|
13
14
|
import "../../../../../../a/BlurOverlay/BlurOverlay.js";
|
|
@@ -46,5 +47,5 @@ import "../../../../../../f/fields/FileUpload/utils.js";
|
|
|
46
47
|
import "../../../../../../f/fields/RadioInput/RadioInput.js";
|
|
47
48
|
import "../../../../../DragAndDrop/DragAndDrop.js";
|
|
48
49
|
export {
|
|
49
|
-
|
|
50
|
+
X as default
|
|
50
51
|
};
|
package/dist/ui/g/index.js
CHANGED