@processmaker/screen-builder 2.82.0 → 2.83.0
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/package.json
CHANGED
|
@@ -340,7 +340,7 @@ export default [
|
|
|
340
340
|
rendererComponent: FormButton,
|
|
341
341
|
rendererBinding: 'FormButton',
|
|
342
342
|
control: {
|
|
343
|
-
popoverContent: "Add
|
|
343
|
+
popoverContent: "Add special buttons that link between subpages within this Form",
|
|
344
344
|
order: 1.0,
|
|
345
345
|
group: 'Navigation',
|
|
346
346
|
label: 'Page Navigation',
|
|
@@ -420,7 +420,7 @@ export default [
|
|
|
420
420
|
rendererComponent: FormLoop,
|
|
421
421
|
rendererBinding: 'FormLoop',
|
|
422
422
|
control: {
|
|
423
|
-
popoverContent: "
|
|
423
|
+
popoverContent: "Add a repeatable section of content",
|
|
424
424
|
order: 5.0,
|
|
425
425
|
group: 'Content Fields',
|
|
426
426
|
label: 'Loop',
|
|
@@ -456,7 +456,7 @@ export default [
|
|
|
456
456
|
rendererComponent: FormRecordList,
|
|
457
457
|
rendererBinding: 'FormRecordList',
|
|
458
458
|
control: {
|
|
459
|
-
popoverContent: "Format content in a table structure",
|
|
459
|
+
popoverContent: "Format content in a table structure and allow for adding rows",
|
|
460
460
|
order: 4.0,
|
|
461
461
|
group: 'Content Fields',
|
|
462
462
|
label: 'Record List',
|
|
@@ -647,7 +647,7 @@ export default [
|
|
|
647
647
|
rendererComponent: FormNestedScreen,
|
|
648
648
|
rendererBinding: 'FormNestedScreen',
|
|
649
649
|
control: {
|
|
650
|
-
popoverContent: "Add
|
|
650
|
+
popoverContent: "Add and reuse another Form within this Form",
|
|
651
651
|
order: 6.0,
|
|
652
652
|
group: 'Content Fields',
|
|
653
653
|
label: 'Nested Screen',
|
|
@@ -682,7 +682,7 @@ export default [
|
|
|
682
682
|
builderBinding: 'FileUpload',
|
|
683
683
|
control: {
|
|
684
684
|
group: "Files",
|
|
685
|
-
popoverContent: "
|
|
685
|
+
popoverContent: "Collect files uploaded into the Form",
|
|
686
686
|
order: 1.0,
|
|
687
687
|
label: 'File Upload',
|
|
688
688
|
component: 'FileUpload',
|
|
@@ -734,7 +734,7 @@ export default [
|
|
|
734
734
|
builderComponent: FileDownload,
|
|
735
735
|
builderBinding: 'FileDownload',
|
|
736
736
|
control: {
|
|
737
|
-
popoverContent: "
|
|
737
|
+
popoverContent: "Offer a File download",
|
|
738
738
|
order: 2.0,
|
|
739
739
|
group: "Files",
|
|
740
740
|
label: 'File Download',
|
|
@@ -770,7 +770,7 @@ export default [
|
|
|
770
770
|
builderComponent: BFormComponent,
|
|
771
771
|
builderBinding: 'BFormComponent',
|
|
772
772
|
control: {
|
|
773
|
-
popoverContent: "Add
|
|
773
|
+
popoverContent: "Add one of several Bootstrap Vue components",
|
|
774
774
|
order: 1.0,
|
|
775
775
|
group: 'Advanced',
|
|
776
776
|
label: 'Bootstrap Component',
|
|
@@ -824,7 +824,7 @@ export default [
|
|
|
824
824
|
builderComponent: BWrapperComponent,
|
|
825
825
|
builderBinding: 'BWrapperComponent',
|
|
826
826
|
control: {
|
|
827
|
-
popoverContent: "Wrap an existing subpage within this Form into a Bootstrap Vue component
|
|
827
|
+
popoverContent: "Wrap an existing subpage within this Form into a Bootstrap Vue component",
|
|
828
828
|
order: 2.0,
|
|
829
829
|
group: 'Advanced',
|
|
830
830
|
label: 'Bootstrap Wrapper',
|