react-survey-builder 1.0.40 → 1.0.42
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/225.index.js +1 -0
- package/dist/997.index.js +1 -0
- package/dist/index.js +1 -1
- package/lib/dynamic-option-list.js +6 -15
- package/lib/fieldset/index.js +124 -6
- package/lib/form-fields.js +20 -48
- package/lib/form.js +20 -48
- package/lib/index.js +3 -20
- package/lib/multi-column/MultiColumnRow.js +2 -2
- package/lib/multi-column/dustbin.js +3 -3
- package/lib/multi-column/grip.js +2 -2
- package/lib/preview.js +13 -14
- package/lib/sortable-form-elements.js +34 -58
- package/lib/survey-elements/component-drag-handle.js +7 -10
- package/lib/survey-elements/component-drag-layer.js +7 -10
- package/lib/survey-elements/component-error-message.js +0 -1
- package/lib/survey-elements/index.js +49 -60
- package/lib/survey-elements-edit.js +39 -147
- package/lib/survey-place-holder.js +3 -7
- package/lib/survey-validator.js +2 -7
- package/lib/toolbar-draggable-item.js +3 -5
- package/lib/toolbar-group-item.js +12 -19
- package/lib/toolbar.js +95 -246
- package/package.json +2 -3
- package/dist/320.index.js +0 -1
- package/dist/57.index.js +0 -1
- package/lib/fieldset/FieldSet.js +0 -129
- package/lib/form copy.js +0 -622
- package/lib/language-provider/IntlMessages.js +0 -15
- package/lib/language-provider/entries/en-us.js +0 -16
- package/lib/language-provider/index.js +0 -18
- package/lib/language-provider/locales/en-us.json +0 -103
- package/lib/survey-elements/component-wrapper.js +0 -1960
- package/lib/survey-elements/date-picker.js +0 -272
- package/lib/utils/custom-date-picker.js +0 -93
@@ -1,103 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"display-label": "Display Label",
|
3
|
-
"choose-file": "Choose file",
|
4
|
-
"choose-file-type": "Choose file type",
|
5
|
-
"choose-label-location": "Choose Label Location",
|
6
|
-
"select-file-type": "Select file type",
|
7
|
-
"text-to-display": "Text to display",
|
8
|
-
"link-to": "Link to",
|
9
|
-
"center": "Center",
|
10
|
-
"width": "Width",
|
11
|
-
"height": "Height",
|
12
|
-
"required": "Required",
|
13
|
-
"read-only": "Read only",
|
14
|
-
"default-to-today": "Default to Today",
|
15
|
-
"show-time-select": "Show Time Select",
|
16
|
-
"show-time-select-only": "Show Time Select Only",
|
17
|
-
"show-time-input": "Show Time Input",
|
18
|
-
"display-horizontal": "Display horizontal",
|
19
|
-
"variable-key": "Variable Key",
|
20
|
-
"variable-key-desc": "This will give the element a key that can be used to replace the content with a runtime value",
|
21
|
-
"print-options": "Print options",
|
22
|
-
"page-break-before-element": "Page Break Before Element",
|
23
|
-
"alternate-signature-page": "Alternate/Signature Page",
|
24
|
-
"display-on-alternate-signature-page": "Display on alternate/signature Page",
|
25
|
-
"step": "Step",
|
26
|
-
"min": "Min",
|
27
|
-
"max": "Max",
|
28
|
-
"min-label": "Minimum Value Label",
|
29
|
-
"max-label": "Maximum Value Label",
|
30
|
-
"default-selected": "Default Selected",
|
31
|
-
"text-style": "Text Style",
|
32
|
-
"bold": "Bold",
|
33
|
-
"italic": "Italic",
|
34
|
-
"description": "Description",
|
35
|
-
"help-label": "Help instructions/details that will show up beneath the input field",
|
36
|
-
"correct-answer": "Correct Answer",
|
37
|
-
"populate-options-from-api": "Populate Options from API",
|
38
|
-
"populate": "Populate",
|
39
|
-
"pdf": "PDF",
|
40
|
-
"word": "Word",
|
41
|
-
"excel": "Excel",
|
42
|
-
"ppt": "PPT",
|
43
|
-
"options": "Options",
|
44
|
-
"value": "Value",
|
45
|
-
"correct": "Correct",
|
46
|
-
"dismiss": "Dismiss",
|
47
|
-
"place-holder-option-1": "Place holder option 1",
|
48
|
-
"place-holder-option-2": "Place holder option 2",
|
49
|
-
"place-holder-option-3": "Place holder option 3",
|
50
|
-
"place-holder-tag-1": "Place holder option 1",
|
51
|
-
"place-holder-tag-2": "Place holder option 2",
|
52
|
-
"place-holder-tag-3": "Place holder option 3",
|
53
|
-
"toolbox": "Survey Blocks Toolbox",
|
54
|
-
"header-text": "Header Text",
|
55
|
-
"label": "Label",
|
56
|
-
"paragraph": "Paragraph",
|
57
|
-
"content-body": "Static Content",
|
58
|
-
"line-break": "Line Break",
|
59
|
-
"dropdown": "Dropdown",
|
60
|
-
"tags": "Tags",
|
61
|
-
"checkboxes": "Checkboxes",
|
62
|
-
"checkbox": "Checkbox",
|
63
|
-
"default-checked": "Default Checked",
|
64
|
-
"checkbox-label-text": "Checkbox Label Text",
|
65
|
-
"multiple-choice": "Multiple Choice",
|
66
|
-
"text-input": "Text Input",
|
67
|
-
"email-input": "Email",
|
68
|
-
"phone-input": "Phone Number",
|
69
|
-
"number-input": "Number Input",
|
70
|
-
"multi-line-input": "Multi-line Input",
|
71
|
-
"fieldset": "Fieldset",
|
72
|
-
"two-columns-row": "Two Column Row",
|
73
|
-
"three-columns-row": "Three Columns Row",
|
74
|
-
"four-columns-row": "Four Columns Row",
|
75
|
-
"five-columns-row": "Five Columns Row",
|
76
|
-
"six-columns-row": "Six Columns Row",
|
77
|
-
"image": "Image",
|
78
|
-
"rating": "Rating",
|
79
|
-
"date": "Date",
|
80
|
-
"signature": "Signature",
|
81
|
-
"website": "Website",
|
82
|
-
"file-attachment": "File Attachment",
|
83
|
-
"range": "Range",
|
84
|
-
"camera": "Camera",
|
85
|
-
"file-upload": "File Upload",
|
86
|
-
"place-holder-text": "Text...",
|
87
|
-
"place-holder-label": "Label",
|
88
|
-
"place-holder-text-label": "Placeholder",
|
89
|
-
"place-holder-website-link": "Website Link...",
|
90
|
-
"place-holder-file-name": "File name...",
|
91
|
-
"place-holder-email": "Email Address",
|
92
|
-
"place-holder-phone-number": "Phone Number",
|
93
|
-
"easy": "Easy",
|
94
|
-
"difficult": "Difficult",
|
95
|
-
"drop-zone": "Dropzone",
|
96
|
-
"custom-name-label": "A Name To Give This Input That Will Show Up In Data Retrieval",
|
97
|
-
"message.is-required": "is required",
|
98
|
-
"message.was-answered-incorrectly": "was answered incorrectly",
|
99
|
-
"message.was-not-registered": "was not registered",
|
100
|
-
"message.invalid-email": "field requires valid email address",
|
101
|
-
"message.invalid-phone-number": "field requires a valid phone number",
|
102
|
-
"message.invalid-date": "field requires a valid date in the format MM/DD/YYYY"
|
103
|
-
}
|