@nixweb/nixloc-ui 1.17.0 → 1.19.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/.github/workflows/publish-npm.yml +32 -32
- package/@nixweb/nixloc-ui/.github/workflows/publish-npm.yml +32 -32
- package/@nixweb/nixloc-ui/README.md +24 -24
- package/@nixweb/nixloc-ui/babel.config.js +5 -5
- package/@nixweb/nixloc-ui/config/dev.env.js +8 -8
- package/@nixweb/nixloc-ui/config/index.js +69 -69
- package/@nixweb/nixloc-ui/config/prod.env.js +5 -5
- package/@nixweb/nixloc-ui/docs/src/component/template/ViewTemplateReportPreview.drawio +209 -209
- package/@nixweb/nixloc-ui/docs/src/store/modulos/relatorio.drawio +36 -36
- package/@nixweb/nixloc-ui/package.json +88 -88
- package/@nixweb/nixloc-ui/public/index.html +19 -19
- package/@nixweb/nixloc-ui/public/styles/app.css +52 -52
- package/@nixweb/nixloc-ui/src/App.vue +13 -13
- package/@nixweb/nixloc-ui/src/component/forms/Button.vue +163 -163
- package/@nixweb/nixloc-ui/src/component/forms/ButtonFilter.vue +74 -74
- package/@nixweb/nixloc-ui/src/component/forms/ButtonGroup.vue +66 -66
- package/@nixweb/nixloc-ui/src/component/forms/ButtonSub.vue +97 -97
- package/@nixweb/nixloc-ui/src/component/forms/ButtonToggle.vue +76 -76
- package/@nixweb/nixloc-ui/src/component/forms/CheckboxGroup.vue +69 -69
- package/@nixweb/nixloc-ui/src/component/forms/CheckboxServer.vue +192 -192
- package/@nixweb/nixloc-ui/src/component/forms/CheckboxSimple.vue +60 -60
- package/@nixweb/nixloc-ui/src/component/forms/Color.vue +38 -38
- package/@nixweb/nixloc-ui/src/component/forms/DateTime.vue +170 -170
- package/@nixweb/nixloc-ui/src/component/forms/DateYearMonth.vue +193 -193
- package/@nixweb/nixloc-ui/src/component/forms/Dropdown.vue +236 -236
- package/@nixweb/nixloc-ui/src/component/forms/EditorHtml.vue +132 -132
- package/@nixweb/nixloc-ui/src/component/forms/FileUpload.vue +170 -170
- package/@nixweb/nixloc-ui/src/component/forms/ImageUpload.vue +214 -214
- package/@nixweb/nixloc-ui/src/component/forms/IncrementDecrement.vue +148 -148
- package/@nixweb/nixloc-ui/src/component/forms/InputAddressGoogle.vue +171 -171
- package/@nixweb/nixloc-ui/src/component/forms/InputCallToAction.vue +135 -135
- package/@nixweb/nixloc-ui/src/component/forms/InputDecimal.vue +153 -153
- package/@nixweb/nixloc-ui/src/component/forms/InputDecimalDiscount.vue +77 -77
- package/@nixweb/nixloc-ui/src/component/forms/InputNumber.vue +160 -160
- package/@nixweb/nixloc-ui/src/component/forms/InputPassword.vue +148 -148
- package/@nixweb/nixloc-ui/src/component/forms/InputTag.vue +124 -124
- package/@nixweb/nixloc-ui/src/component/forms/InputText.vue +174 -174
- package/@nixweb/nixloc-ui/src/component/forms/InputTextEdit.vue +69 -69
- package/@nixweb/nixloc-ui/src/component/forms/InputWhatsApp.vue +47 -47
- package/@nixweb/nixloc-ui/src/component/forms/Modal.vue +57 -57
- package/@nixweb/nixloc-ui/src/component/forms/RadioGroup.vue +91 -91
- package/@nixweb/nixloc-ui/src/component/forms/Select.vue +378 -378
- package/@nixweb/nixloc-ui/src/component/forms/SelectStatic.vue +198 -198
- package/@nixweb/nixloc-ui/src/component/forms/SideBar.vue +99 -99
- package/@nixweb/nixloc-ui/src/component/forms/Slider.vue +18 -18
- package/@nixweb/nixloc-ui/src/component/forms/TextArea.vue +138 -138
- package/@nixweb/nixloc-ui/src/component/forms/Toggle.vue +72 -72
- package/@nixweb/nixloc-ui/src/component/layout/Account.vue +131 -131
- package/@nixweb/nixloc-ui/src/component/layout/Alert.vue +88 -88
- package/@nixweb/nixloc-ui/src/component/layout/Badge.vue +111 -111
- package/@nixweb/nixloc-ui/src/component/layout/BarFloating.vue +67 -67
- package/@nixweb/nixloc-ui/src/component/layout/FixedBar.vue +103 -103
- package/@nixweb/nixloc-ui/src/component/layout/Gantt.vue +128 -128
- package/@nixweb/nixloc-ui/src/component/layout/Header.vue +56 -56
- package/@nixweb/nixloc-ui/src/component/layout/HideShow.vue +61 -61
- package/@nixweb/nixloc-ui/src/component/layout/IconMolded.vue +58 -58
- package/@nixweb/nixloc-ui/src/component/layout/LoadingFullPage.vue +27 -27
- package/@nixweb/nixloc-ui/src/component/layout/Menu.vue +287 -287
- package/@nixweb/nixloc-ui/src/component/layout/Molded.vue +30 -30
- package/@nixweb/nixloc-ui/src/component/layout/NewAccount.vue +136 -136
- package/@nixweb/nixloc-ui/src/component/layout/NewHeader.vue +59 -59
- package/@nixweb/nixloc-ui/src/component/layout/NewIconMolded.vue +70 -70
- package/@nixweb/nixloc-ui/src/component/layout/NewMenu.vue +455 -455
- package/@nixweb/nixloc-ui/src/component/layout/Panel.vue +185 -185
- package/@nixweb/nixloc-ui/src/component/layout/Popover.vue +126 -126
- package/@nixweb/nixloc-ui/src/component/layout/ScrollBar.vue +57 -57
- package/@nixweb/nixloc-ui/src/component/layout/Tab.vue +135 -135
- package/@nixweb/nixloc-ui/src/component/layout/Tag.vue +97 -97
- package/@nixweb/nixloc-ui/src/component/layout/Wizard.vue +211 -211
- package/@nixweb/nixloc-ui/src/component/rental/DisplayCalculatePeriod.vue +48 -48
- package/@nixweb/nixloc-ui/src/component/rental/DisplayPeriodRent.vue +55 -55
- package/@nixweb/nixloc-ui/src/component/rental/DisplayTotalization.vue +86 -86
- package/@nixweb/nixloc-ui/src/component/report/Fields.vue +108 -108
- package/@nixweb/nixloc-ui/src/component/report/Report.vue +313 -313
- package/@nixweb/nixloc-ui/src/component/report/ReportTable.vue +111 -111
- package/@nixweb/nixloc-ui/src/component/report/Totalization.vue +33 -33
- package/@nixweb/nixloc-ui/src/component/shared/CodeEditor.vue +128 -128
- package/@nixweb/nixloc-ui/src/component/shared/Collapse.vue +131 -131
- package/@nixweb/nixloc-ui/src/component/shared/Confirmation.vue +74 -74
- package/@nixweb/nixloc-ui/src/component/shared/DocumentEditor.vue +99 -99
- package/@nixweb/nixloc-ui/src/component/shared/DocumentPreview.vue +81 -81
- package/@nixweb/nixloc-ui/src/component/shared/DocumentPublic.vue +33 -33
- package/@nixweb/nixloc-ui/src/component/shared/ExportExcel.vue +56 -56
- package/@nixweb/nixloc-ui/src/component/shared/ExportPDF.vue +116 -116
- package/@nixweb/nixloc-ui/src/component/shared/FullCalendar.vue +173 -173
- package/@nixweb/nixloc-ui/src/component/shared/HeaderReport.vue +47 -47
- package/@nixweb/nixloc-ui/src/component/shared/HorizontalFilter.vue +64 -64
- package/@nixweb/nixloc-ui/src/component/shared/ListNotifications.vue +70 -70
- package/@nixweb/nixloc-ui/src/component/shared/Loading.vue +107 -107
- package/@nixweb/nixloc-ui/src/component/shared/LoadingCard.vue +64 -64
- package/@nixweb/nixloc-ui/src/component/shared/LoadingMoreButton.vue +23 -23
- package/@nixweb/nixloc-ui/src/component/shared/Messages.vue +109 -109
- package/@nixweb/nixloc-ui/src/component/shared/PDFViewer.vue +24 -24
- package/@nixweb/nixloc-ui/src/component/shared/Pagination.vue +108 -108
- package/@nixweb/nixloc-ui/src/component/shared/ParameterLegend.vue +169 -169
- package/@nixweb/nixloc-ui/src/component/shared/ProgressBar.vue +25 -25
- package/@nixweb/nixloc-ui/src/component/shared/QueryButton.vue +66 -66
- package/@nixweb/nixloc-ui/src/component/shared/Report.vue +200 -200
- package/@nixweb/nixloc-ui/src/component/shared/SaveCancel.vue +99 -99
- package/@nixweb/nixloc-ui/src/component/shared/Search.vue +174 -174
- package/@nixweb/nixloc-ui/src/component/shared/SelectOption.vue +162 -162
- package/@nixweb/nixloc-ui/src/component/shared/Table.vue +174 -174
- package/@nixweb/nixloc-ui/src/component/shared/TableButton.vue +36 -36
- package/@nixweb/nixloc-ui/src/component/shared/TableDraggable.vue +117 -117
- package/@nixweb/nixloc-ui/src/component/shared/TableImport.vue +93 -93
- package/@nixweb/nixloc-ui/src/component/shared/TableItem.vue +214 -214
- package/@nixweb/nixloc-ui/src/component/shared/TableTotalPerPage.vue +77 -77
- package/@nixweb/nixloc-ui/src/component/shared/TableTotalRecords.vue +44 -44
- package/@nixweb/nixloc-ui/src/component/shared/TableTotalization.vue +47 -47
- package/@nixweb/nixloc-ui/src/component/shared/TimeLine.vue +41 -41
- package/@nixweb/nixloc-ui/src/component/shared/Timer.vue +77 -77
- package/@nixweb/nixloc-ui/src/component/shared/Tip.vue +42 -42
- package/@nixweb/nixloc-ui/src/component/shared/Toast.vue +69 -69
- package/@nixweb/nixloc-ui/src/component/shared/ToggleTheme.vue +127 -127
- package/@nixweb/nixloc-ui/src/component/shared/TotalizationReport.vue +86 -86
- package/@nixweb/nixloc-ui/src/component/shared/VerticalFilter.vue +97 -97
- package/@nixweb/nixloc-ui/src/component/shared/automation/ActivitiesList.vue +43 -43
- package/@nixweb/nixloc-ui/src/component/shared/automation/AddRule.vue +60 -60
- package/@nixweb/nixloc-ui/src/component/shared/automation/AutomationBuilder.vue +26 -26
- package/@nixweb/nixloc-ui/src/component/shared/automation/DynamicComponentList.vue +85 -85
- package/@nixweb/nixloc-ui/src/component/shared/automation/SelectRule.vue +97 -97
- package/@nixweb/nixloc-ui/src/component/shared/automation/components/BillingByRent.vue +97 -97
- package/@nixweb/nixloc-ui/src/component/shared/automation/components/SendEmail.vue +93 -93
- package/@nixweb/nixloc-ui/src/component/shared/file-manager/FileManager.vue +390 -390
- package/@nixweb/nixloc-ui/src/component/shared/filter-builder/FilterBuilder.vue +220 -220
- package/@nixweb/nixloc-ui/src/component/shared/filter-builder/FilterQuery.vue +94 -94
- package/@nixweb/nixloc-ui/src/component/shared/query-builder/AddRule.vue +203 -203
- package/@nixweb/nixloc-ui/src/component/shared/query-builder/ConvertToOdata.js +86 -86
- package/@nixweb/nixloc-ui/src/component/shared/query-builder/DynamicComponent.vue +161 -161
- package/@nixweb/nixloc-ui/src/component/shared/query-builder/DynamicComponentList.vue +70 -70
- package/@nixweb/nixloc-ui/src/component/shared/query-builder/Fields.vue +93 -93
- package/@nixweb/nixloc-ui/src/component/shared/query-builder/QueryBuilder.vue +69 -69
- package/@nixweb/nixloc-ui/src/component/shared/query-builder/Rules.vue +68 -68
- package/@nixweb/nixloc-ui/src/component/shared/query-builder/SelectRule.vue +97 -97
- package/@nixweb/nixloc-ui/src/component/shared/query-builder/Tags.vue +59 -59
- package/@nixweb/nixloc-ui/src/component/shared/query-builder/utilities.js +21 -21
- package/@nixweb/nixloc-ui/src/component/signature/Payment.vue +160 -160
- package/@nixweb/nixloc-ui/src/component/signature/Warning.vue +75 -75
- package/@nixweb/nixloc-ui/src/component/template/ListViewWithDataHandler.vue +429 -429
- package/@nixweb/nixloc-ui/src/component/template/ReportCreateUpdate.vue +110 -110
- package/@nixweb/nixloc-ui/src/component/template/ViewTemplateConfiguration.vue +64 -64
- package/@nixweb/nixloc-ui/src/component/template/ViewTemplateDocumentView.vue +213 -213
- package/@nixweb/nixloc-ui/src/component/template/ViewTemplateImportFile.vue +347 -347
- package/@nixweb/nixloc-ui/src/component/template/ViewTemplateReportList.vue +217 -217
- package/@nixweb/nixloc-ui/src/component/template/ViewTemplateReportPreview.vue +432 -432
- package/@nixweb/nixloc-ui/src/component/template/ViewTemplateSelectOption.vue +46 -46
- package/@nixweb/nixloc-ui/src/component/template/ViewTemplateWithSalveCancel.vue +32 -32
- package/@nixweb/nixloc-ui/src/component/template/ViewTemplateWithTable.vue +62 -62
- package/@nixweb/nixloc-ui/src/component/template/model/Report.js +5 -5
- package/@nixweb/nixloc-ui/src/component/training/Course.vue +343 -343
- package/@nixweb/nixloc-ui/src/component/training/CourseView.vue +189 -189
- package/@nixweb/nixloc-ui/src/component/value-objects/Address.js +10 -10
- package/@nixweb/nixloc-ui/src/component/value-objects/Address.vue +157 -157
- package/@nixweb/nixloc-ui/src/component/value-objects/Contact.js +6 -6
- package/@nixweb/nixloc-ui/src/component/value-objects/Contact.vue +106 -106
- package/@nixweb/nixloc-ui/src/component/value-objects/Person.js +10 -10
- package/@nixweb/nixloc-ui/src/component/value-objects/Person.vue +129 -129
- package/@nixweb/nixloc-ui/src/config/axios.js +9 -9
- package/@nixweb/nixloc-ui/src/config/dicas.js +14 -14
- package/@nixweb/nixloc-ui/src/config/router.js +13 -13
- package/@nixweb/nixloc-ui/src/config/token.js +14 -14
- package/@nixweb/nixloc-ui/src/main.js +23 -23
- package/@nixweb/nixloc-ui/src/store/modules/automation.js +30 -30
- package/@nixweb/nixloc-ui/src/store/modules/generic.js +815 -815
- package/@nixweb/nixloc-ui/src/store/modules/report.js +277 -277
- package/@nixweb/nixloc-ui/src/store/modules/user.js +66 -66
- package/@nixweb/nixloc-ui/src/store/modules/util.js +25 -25
- package/@nixweb/nixloc-ui/src/store/modules/validation.js +38 -38
- package/@nixweb/nixloc-ui/src/store/store.js +13 -13
- package/README.md +24 -24
- package/babel.config.js +5 -5
- package/config/dev.env.js +8 -8
- package/config/index.js +69 -69
- package/config/prod.env.js +5 -5
- package/docs/src/component/template/ViewTemplateReportPreview.drawio +209 -209
- package/docs/src/store/modulos/relatorio.drawio +36 -36
- package/package.json +88 -88
- package/public/index.html +19 -19
- package/public/styles/app.css +52 -52
- package/src/component/forms/ButtonFilter.vue +104 -104
- package/src/component/forms/ButtonGroup.vue +66 -66
- package/src/component/forms/ButtonGroupInline.vue +210 -210
- package/src/component/forms/ButtonSub.vue +97 -97
- package/src/component/forms/ButtonToggle.vue +76 -76
- package/src/component/forms/DateYearMonth.vue +192 -192
- package/src/component/forms/ImageUpload.vue +214 -214
- package/src/component/forms/IncrementDecrement.vue +151 -151
- package/src/component/forms/InputAddressGoogle.vue +171 -171
- package/src/component/forms/InputCallToAction.vue +135 -135
- package/src/component/forms/InputDecimalDiscount.vue +146 -146
- package/src/component/forms/InputTag.vue +124 -124
- package/src/component/forms/InputTextEdit.vue +69 -69
- package/src/component/forms/InputWhatsApp.vue +47 -47
- package/src/component/forms/SideBar.vue +99 -99
- package/src/component/forms/Toggle.vue +72 -72
- package/src/component/layout/Account.vue +131 -131
- package/src/component/layout/AnimatedPhrase.vue +68 -68
- package/src/component/layout/BarFloating.vue +67 -67
- package/src/component/layout/BottomActionsBar.vue +205 -205
- package/src/component/layout/ColorPicker.vue +175 -175
- package/src/component/layout/Gantt.vue +128 -128
- package/src/component/layout/HideShow.vue +61 -61
- package/src/component/layout/IconMolded.vue +58 -58
- package/src/component/layout/IconPicker.vue +161 -161
- package/src/component/layout/NewAccount.vue +136 -136
- package/src/component/layout/NewHeader.vue +59 -59
- package/src/component/layout/NewIconMolded.vue +70 -70
- package/src/component/layout/NewMenu.vue +472 -472
- package/src/component/layout/ScrollBar.vue +21 -8
- package/src/component/layout/Tab.vue +259 -259
- package/src/component/layout/Tag.vue +97 -97
- package/src/component/layout/Tooltip.vue +155 -155
- package/src/component/layout/Zoom.vue +111 -111
- package/src/component/rental/DisplayCalculatePeriod.vue +48 -48
- package/src/component/rental/DisplayPeriodRent.vue +55 -55
- package/src/component/rental/DisplayTotalization.vue +86 -86
- package/src/component/report/Fields.vue +108 -108
- package/src/component/report/Report.vue +377 -377
- package/src/component/report/ReportTable.vue +111 -111
- package/src/component/report/Totalization.vue +33 -33
- package/src/component/shared/CodeEditor.vue +128 -128
- package/src/component/shared/Confirmation.vue +74 -74
- package/src/component/shared/DocumentEditor.vue +99 -99
- package/src/component/shared/DocumentPreview.vue +105 -105
- package/src/component/shared/DocumentPublic.vue +33 -33
- package/src/component/shared/ExportExcel.vue +56 -56
- package/src/component/shared/FullCalendar.vue +175 -175
- package/src/component/shared/HeaderReport.vue +47 -47
- package/src/component/shared/ListNotifications.vue +70 -70
- package/src/component/shared/Loading.vue +4 -1
- package/src/component/shared/LoadingCard.vue +64 -64
- package/src/component/shared/ParameterLegend.vue +169 -169
- package/src/component/shared/Report.vue +250 -250
- package/src/component/shared/SaveCancel.vue +117 -99
- package/src/component/shared/SelectOption.vue +162 -162
- package/src/component/shared/TableDraggable.vue +117 -117
- package/src/component/shared/TableImport.vue +93 -93
- package/src/component/shared/TableItem.vue +228 -228
- package/src/component/shared/TableTotalPerPage.vue +114 -114
- package/src/component/shared/TableTotalRecords.vue +44 -44
- package/src/component/shared/TimeLine.vue +41 -41
- package/src/component/shared/Timer.vue +77 -77
- package/src/component/shared/ToggleTheme.vue +127 -127
- package/src/component/shared/TotalizationReport.vue +86 -86
- package/src/component/shared/actions/ActionButtons.vue +53 -53
- package/src/component/shared/actions/ActionErrorContent.vue +103 -103
- package/src/component/shared/actions/ActionFooter.vue +99 -93
- package/src/component/shared/actions/ActionHeader.vue +110 -110
- package/src/component/shared/actions/ActionItemList.vue +143 -143
- package/src/component/shared/actions/ActionsOptions.vue +209 -209
- package/src/component/shared/actions/ActionsSelected.vue +262 -262
- package/src/component/shared/automation/ActivitiesList.vue +43 -43
- package/src/component/shared/automation/AddRule.vue +60 -60
- package/src/component/shared/automation/AutomationBuilder.vue +26 -26
- package/src/component/shared/automation/DynamicComponentList.vue +85 -85
- package/src/component/shared/automation/SelectRule.vue +97 -97
- package/src/component/shared/automation/components/BillingByRent.vue +97 -97
- package/src/component/shared/automation/components/SendEmail.vue +93 -93
- package/src/component/shared/file-manager/FileManager.vue +390 -390
- package/src/component/shared/filter-builder/FilterBuilder.vue +220 -220
- package/src/component/shared/filter-builder/FilterQuery.vue +95 -95
- package/src/component/shared/query-builder/ConvertToOdata.js +86 -86
- package/src/component/shared/query-builder/DynamicComponent.vue +161 -161
- package/src/component/shared/query-builder/Fields.vue +93 -93
- package/src/component/shared/query-builder/Rules.vue +68 -68
- package/src/component/shared/query-builder/SelectRule.vue +97 -97
- package/src/component/shared/query-builder/Tags.vue +59 -59
- package/src/component/signature/Payment.vue +160 -160
- package/src/component/signature/Warning.vue +75 -75
- package/src/component/template/ReportCreateUpdate.vue +110 -110
- package/src/component/template/ViewTemplateDocumentView.vue +213 -213
- package/src/component/template/ViewTemplateImportFile.vue +347 -347
- package/src/component/template/ViewTemplateReportList.vue +240 -240
- package/src/component/template/ViewTemplateReportPreview.vue +521 -521
- package/src/component/template/ViewTemplateSelectOption.vue +46 -46
- package/src/component/template/model/Report.js +5 -5
- package/src/component/training/Course.vue +343 -343
- package/src/component/training/CourseView.vue +198 -198
- package/src/component/value-objects/Address.js +10 -10
- package/src/component/value-objects/Address.vue +173 -173
- package/src/component/value-objects/Contact.js +6 -6
- package/src/component/value-objects/Contact.vue +106 -106
- package/src/component/value-objects/Person.js +10 -10
- package/src/component/value-objects/Person.vue +130 -130
- package/src/store/modules/automation.js +30 -30
- package/src/store/modules/report.js +277 -277
- package/src/store/modules/user.js +69 -69
- package/src/store/modules/util.js +25 -25
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
<mxfile host="65bd71144e">
|
|
2
|
-
<diagram id="E48Z9MQLlxmhIpPkPNIA" name="Store">
|
|
3
|
-
<mxGraphModel dx="1123" dy="612" grid="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1200" pageHeight="1920" background="#ffffff" math="0" shadow="0">
|
|
4
|
-
<root>
|
|
5
|
-
<mxCell id="0"/>
|
|
6
|
-
<mxCell id="1" parent="0"/>
|
|
7
|
-
<mxCell id="4" value="" style="shape=curlyBracket;whiteSpace=wrap;html=1;rounded=1;fontFamily=Helvetica;fontSize=13;fontColor=#ffffff;fillColor=none;strokeColor=#E81313;strokeWidth=2;" vertex="1" parent="1">
|
|
8
|
-
<mxGeometry x="138" y="25" width="20" height="202" as="geometry"/>
|
|
9
|
-
</mxCell>
|
|
10
|
-
<mxCell id="5" value="<font style="font-size: 19px">state</font>" style="text;strokeColor=none;fillColor=none;html=1;fontSize=24;fontStyle=1;verticalAlign=middle;align=center;fontFamily=Helvetica;fontColor=#000000;" vertex="1" parent="1">
|
|
11
|
-
<mxGeometry x="25" y="103" width="100" height="40" as="geometry"/>
|
|
12
|
-
</mxCell>
|
|
13
|
-
<mxCell id="6" value="<span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; color: rgb(232 , 19 , 19) ; font-weight: bold">relatorio:campo[ ]:&nbsp;</span><span style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px"><font color="#000000">Campos que poderão conter no relatório, os campos são os mesmos da tabela, os parâmetros aceitos estão no component &lt;tabela&gt;.</font><br></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; color: rgb(232 , 19 , 19) ; font-weight: bold">relatorio:filtro[ ]:<span>&nbsp;</span></span><span style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px"><font color="#000000">Campos que poderão conter no relatório, os campos são os mesmos da tabela.</font><br></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; color: rgb(232 , 19 , 19) ; font-weight: bold">campoSelecionado[ ]:<span>&nbsp;</span></span><span style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px"><font color="#000000">Campos que foram selecionados no componente &lt;Filtro&gt; do &lt;QueryBuilder&gt;.</font><br></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; color: rgb(232 , 19 , 19) ; font-weight: bold">filtroSelecionado{ children [ } }:<span>&nbsp;</span></span><span style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px"><font color="#000000">Filtros selecionados no componente &lt;Filtro&gt; do &lt;QueryBuilder&gt;, o próprio &lt;QueryBuilder&gt; retorna um v-model.</font><br></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; color: rgb(232 , 19 , 19) ; font-weight: bold">campoOrdenado{}:<span>&nbsp;</span></span><span style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px"><font color="#000000">Campo que for ordenado no componente &lt;Filtro&gt; do &lt;QueryBuilder&gt;.</font><br></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; color: rgb(232 , 19 , 19) ; font-weight: bold">opcoes:valorInicial [ ]:</span><span style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px"><br></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; color: rgb(232 , 19 , 19) ; font-weight: bold">opcoes:opcoes[ ]:</span><span style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px"><br></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; color: rgb(232 , 19 , 19) ; font-weight: bold">opcoesValorInicial [ ]:</span><span style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; font-weight: bold"><br></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; font-weight: bold ; color: rgb(232 , 19 , 19)">consulta [ ]:<span>&nbsp;</span></span><span style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px"><font color="#000000">Array com a consulta no padrão oData para ser filtrado.</font></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; font-weight: bold ; color: rgb(232 , 19 , 19)"><br></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; font-weight: bold ; color: rgb(232 , 19 , 19)">resumo [ ]:<span>&nbsp;</span></span><span style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px"><font color="#000000">Array com a resumo no padrão oData.</font><br></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; font-weight: bold ; color: rgb(232 , 19 , 19)">tags [ ]:<span>&nbsp;</span></span><span style="font-family: &#34;helvetica&#34;">Array com as tags que são carregadas no componente &lt;Tags/&gt;</span>" style="text;whiteSpace=wrap;html=1;fontSize=13;fontFamily=Helvetica;fontColor=#000000;" vertex="1" parent="1">
|
|
14
|
-
<mxGeometry x="167" y="31" width="896" height="190" as="geometry"/>
|
|
15
|
-
</mxCell>
|
|
16
|
-
<mxCell id="7" value="" style="shape=curlyBracket;whiteSpace=wrap;html=1;rounded=1;fontFamily=Helvetica;fontSize=13;fontColor=#ffffff;fillColor=none;strokeColor=#006600;strokeWidth=2;" vertex="1" parent="1">
|
|
17
|
-
<mxGeometry x="138" y="266" width="20" height="156" as="geometry"/>
|
|
18
|
-
</mxCell>
|
|
19
|
-
<mxCell id="8" value="<font style="font-size: 19px">mutations</font>" style="text;strokeColor=none;fillColor=none;html=1;fontSize=24;fontStyle=1;verticalAlign=middle;align=center;fontFamily=Helvetica;fontColor=#000000;" vertex="1" parent="1">
|
|
20
|
-
<mxGeometry x="27" y="321" width="100" height="40" as="geometry"/>
|
|
21
|
-
</mxCell>
|
|
22
|
-
<mxCell id="9" value="<p style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; margin: 0px 0px 0px 8px ; font-size: 13px"><span data-lucid-type="application/vnd.lucid.text" data-lucid-content="{&#34;t&#34;:&#34;insereRelatorio(): Insere o objeto contendo as informações dos campos e filtros.\natualizaCampoSelecionado(): Insere os campos selecionados que vem do componente &lt;Campo&gt; do &lt;QueryBuilder&gt;.\natualizaFiltroSelecionado(): Insere as informações dos filtros iniciais para carregar no componente &lt;Filtro&gt;, utilizado quando tem um relatório salvo.\natualizaCampoOrdenado(): Insere qual campo está ordenado para efetuar a busca.\natualizaOpcoesValorInicial(): Insere as informações dos campos iniciais para carregar no componente &lt;Campo&gt;, utilizado quando tem um relatório salvo.\nremoveFiltroSelecionado(): Remove o filtro selecionado, utilizado quando uma tag é removida, então precisa atualizar o array de filtro.\natualizaConsultaFiltro(): Monta o array convertendo os filtros no padrão &lt;QueryBuilder&gt; para o formato oData através da classCss converteParaOData(), bem como adiciona no array resumo[ ] caso possua configurado nos parâmetros iniciais. Faz tambem as validações de os dados estão corretos. \n&#34;,&#34;m&#34;:[{&#34;s&#34;:0,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:0,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:19},{&#34;s&#34;:0,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:17},{&#34;s&#34;:0,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:17},{&#34;s&#34;:0,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:17},{&#34;s&#34;:81,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:107},{&#34;s&#34;:81,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:107},{&#34;s&#34;:81,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:107},{&#34;s&#34;:81,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:109},{&#34;s&#34;:188,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:217},{&#34;s&#34;:188,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:215},{&#34;s&#34;:188,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:215},{&#34;s&#34;:188,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:215},{&#34;s&#34;:339,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:362},{&#34;s&#34;:339,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:362},{&#34;s&#34;:339,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:362},{&#34;s&#34;:339,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:364},{&#34;s&#34;:0,&#34;n&#34;:&#34;s&#34;,&#34;v&#34;:19.999999999999996,&#34;e&#34;:992},{&#34;s&#34;:81,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:188,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:418,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:339,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:418,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:446},{&#34;s&#34;:418,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:446},{&#34;s&#34;:418,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:446},{&#34;s&#34;:418,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:448},{&#34;s&#34;:567,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:568},{&#34;s&#34;:567,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:568},{&#34;s&#34;:567,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:568},{&#34;s&#34;:567,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:568},{&#34;s&#34;:568,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:593},{&#34;s&#34;:568,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:593},{&#34;s&#34;:568,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:593},{&#34;s&#34;:568,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:595},{&#34;s&#34;:704,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:730},{&#34;s&#34;:704,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:730},{&#34;s&#34;:704,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:730},{&#34;s&#34;:704,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:730},{&#34;s&#34;:568,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:704,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157}]}"><span style="font-weight: bold ; color: rgb(0 , 138 , 14)">insereRelatorio()</span><span style="color: rgb(0 , 138 , 14)">:</span><font color="#000000"><span>&nbsp;</span></font><font color="#000000">Insere o objeto contendo as informações dos campos e filtros.</font><br><span style="font-weight: bold ; color: rgb(0 , 138 , 14)">atualizaCampoSelecionado()</span><span style="color: rgb(0 , 138 , 14)">:</span><font color="#000000"><span>&nbsp;</span>Insere os campos selecionados que vem do componente &lt;Campo&gt; do &lt;QueryBuilder&gt;.</font><br><span style="font-weight: bold ; color: rgb(0 , 138 , 14)">atualizaFiltroSelecionado()</span><span style="color: rgb(0 , 138 , 14)">:<span>&nbsp;</span></span><font color="#000000">Insere as informações dos filtros iniciais para carregar no componente &lt;Filtro&gt;, utilizado quando tem um relatório salvo.</font><br><span style="font-weight: bold ; color: rgb(0 , 138 , 14)">atualizaCampoOrdenado()</span><span style="color: rgb(0 , 138 , 14)">:<span>&nbsp;</span></span><font color="#000000">Insere qual campo está ordenado para efetuar a busca.</font><br><span style="font-weight: bold ; color: rgb(0 , 138 , 14)">atualizaOpcoesValorInicial()</span><span style="color: rgb(0 , 138 , 14)">:<span>&nbsp;</span></span><font color="#000000">Insere as informações dos campos iniciais para carregar no componente &lt;Campo&gt;, utilizado quando tem um relatório salvo.</font><span style="font-weight: bold ; color: rgb(0 , 138 , 14)"><br></span><span style="font-weight: bold ; color: rgb(0 , 138 , 14)">removeFiltroSelecionado()</span><span style="color: rgb(0 , 138 , 14)">:<span>&nbsp;</span></span><font color="#000000">Remove o filtro selecionado, utilizado quando uma tag é removida, então precisa atualizar o array de filtro.</font><br><span style="color: rgb(0 , 138 , 14) ; font-weight: bold">atualizaConsultaFiltro():<span>&nbsp;</span></span><font color="#000000">Monta o array convertendo os filtros no padrão &lt;QueryBuilder&gt; para o formato oData através da classCss converteParaOData(),&nbsp;</font></span></p><p style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; margin: 0px 0px 0px 8px ; font-size: 13px"><span data-lucid-type="application/vnd.lucid.text" data-lucid-content="{&#34;t&#34;:&#34;insereRelatorio(): Insere o objeto contendo as informações dos campos e filtros.\natualizaCampoSelecionado(): Insere os campos selecionados que vem do componente &lt;Campo&gt; do &lt;QueryBuilder&gt;.\natualizaFiltroSelecionado(): Insere as informações dos filtros iniciais para carregar no componente &lt;Filtro&gt;, utilizado quando tem um relatório salvo.\natualizaCampoOrdenado(): Insere qual campo está ordenado para efetuar a busca.\natualizaOpcoesValorInicial(): Insere as informações dos campos iniciais para carregar no componente &lt;Campo&gt;, utilizado quando tem um relatório salvo.\nremoveFiltroSelecionado(): Remove o filtro selecionado, utilizado quando uma tag é removida, então precisa atualizar o array de filtro.\natualizaConsultaFiltro(): Monta o array convertendo os filtros no padrão &lt;QueryBuilder&gt; para o formato oData através da classCss converteParaOData(), bem como adiciona no array resumo[ ] caso possua configurado nos parâmetros iniciais. Faz tambem as validações de os dados estão corretos. \n&#34;,&#34;m&#34;:[{&#34;s&#34;:0,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:0,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:19},{&#34;s&#34;:0,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:17},{&#34;s&#34;:0,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:17},{&#34;s&#34;:0,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:17},{&#34;s&#34;:81,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:107},{&#34;s&#34;:81,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:107},{&#34;s&#34;:81,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:107},{&#34;s&#34;:81,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:109},{&#34;s&#34;:188,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:217},{&#34;s&#34;:188,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:215},{&#34;s&#34;:188,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:215},{&#34;s&#34;:188,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:215},{&#34;s&#34;:339,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:362},{&#34;s&#34;:339,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:362},{&#34;s&#34;:339,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:362},{&#34;s&#34;:339,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:364},{&#34;s&#34;:0,&#34;n&#34;:&#34;s&#34;,&#34;v&#34;:19.999999999999996,&#34;e&#34;:992},{&#34;s&#34;:81,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:188,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:418,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:339,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:418,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:446},{&#34;s&#34;:418,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:446},{&#34;s&#34;:418,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:446},{&#34;s&#34;:418,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:448},{&#34;s&#34;:567,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:568},{&#34;s&#34;:567,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:568},{&#34;s&#34;:567,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:568},{&#34;s&#34;:567,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:568},{&#34;s&#34;:568,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:593},{&#34;s&#34;:568,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:593},{&#34;s&#34;:568,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:593},{&#34;s&#34;:568,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:595},{&#34;s&#34;:704,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:730},{&#34;s&#34;:704,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:730},{&#34;s&#34;:704,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:730},{&#34;s&#34;:704,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:730},{&#34;s&#34;:568,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:704,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157}]}"><font color="#000000">bem como adiciona no array resumo[ ] caso possua configurado nos parâmetros iniciais. Faz tambem as validações de os dados estão corretos.&nbsp;&nbsp;</font></span></p>" style="text;whiteSpace=wrap;html=1;fontSize=19;fontFamily=Helvetica;fontColor=#E81313;" vertex="1" parent="1">
|
|
23
|
-
<mxGeometry x="162" y="273" width="917" height="142" as="geometry"/>
|
|
24
|
-
</mxCell>
|
|
25
|
-
<mxCell id="10" value="" style="shape=curlyBracket;whiteSpace=wrap;html=1;rounded=1;fontFamily=Helvetica;fontSize=13;fontColor=#ffffff;fillColor=none;strokeColor=#000099;strokeWidth=2;" vertex="1" parent="1">
|
|
26
|
-
<mxGeometry x="142" y="465" width="20" height="168" as="geometry"/>
|
|
27
|
-
</mxCell>
|
|
28
|
-
<mxCell id="11" value="<font style="font-size: 19px">getters</font>" style="text;strokeColor=none;fillColor=none;html=1;fontSize=24;fontStyle=1;verticalAlign=middle;align=center;fontFamily=Helvetica;fontColor=#000000;" vertex="1" parent="1">
|
|
29
|
-
<mxGeometry x="31" y="520" width="100" height="40" as="geometry"/>
|
|
30
|
-
</mxCell>
|
|
31
|
-
<mxCell id="13" value="<p style="font-family: &#34;helvetica&#34; ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; margin: 0px 0px 0px 8px ; font-size: 13px"><span data-lucid-type="application/vnd.lucid.text" data-lucid-content="{&#34;t&#34;:&#34;cabecalhoTabela: Verifica os campos da tabela que está marcado como show=true e retorna para ser adicionado no componente &lt;Tabela&gt;.\nopcoes: Verifica os campos da tabela para montar as opções no componente &lt;Filtro&gt;, bem como tambem verifica quais estão marcados como show=true e deixar como check e carregar no valorInicial. \nfiltroObrigatorio: Verifica se foi passado que o relatório tenha algum filtro que seja obrigatório e retorno um true ou false.\nfiltroSelecionado: Verifica se tem algum filtro selecionado que seja válido e adiciona, ou seja se tive algum filtro sem conteúdo não será adicionado. \noDataOrderBy: Pega o objeto que foi carregado no campoOrdenado que vem do &lt;Campo&gt; e monta um pedaço da url oData. \noDataSelect: Verifica os campos que estão selecionados e monta uma string para compor a url do oData..\noDataFilter: Verifica os filtros e monta uma string para compor a url do oData. \ntags: Verifica nos filtros selecionados os tipos de pesquisa para montar o array com as tags formatadas.&#34;,&#34;m&#34;:[{&#34;s&#34;:0,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:0,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:17},{&#34;s&#34;:0,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#1071e5ff&#34;,&#34;e&#34;:18},{&#34;s&#34;:0,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:17},{&#34;s&#34;:0,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:17},{&#34;s&#34;:0,&#34;n&#34;:&#34;s&#34;,&#34;v&#34;:19.999999999999996,&#34;e&#34;:1017},{&#34;s&#34;:136,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:144},{&#34;s&#34;:136,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#1071e5ff&#34;,&#34;e&#34;:144},{&#34;s&#34;:136,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:144},{&#34;s&#34;:136,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:144},{&#34;s&#34;:136,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:330,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:351},{&#34;s&#34;:330,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:351},{&#34;s&#34;:330,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:351},{&#34;s&#34;:330,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#1071e5ff&#34;,&#34;e&#34;:352},{&#34;s&#34;:332,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:460,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:479},{&#34;s&#34;:460,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:479},{&#34;s&#34;:460,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:479},{&#34;s&#34;:460,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#1071e5ff&#34;,&#34;e&#34;:480},{&#34;s&#34;:460,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:613,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#1071e5ff&#34;,&#34;e&#34;:627},{&#34;s&#34;:613,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:627},{&#34;s&#34;:613,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:627},{&#34;s&#34;:613,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:627},{&#34;s&#34;:613,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:727,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#1071e5ff&#34;,&#34;e&#34;:728},{&#34;s&#34;:729,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#1071e5ff&#34;,&#34;e&#34;:742},{&#34;s&#34;:729,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:742},{&#34;s&#34;:729,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:742},{&#34;s&#34;:729,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:742},{&#34;s&#34;:729,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:832,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:844},{&#34;s&#34;:832,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:844},{&#34;s&#34;:832,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:844},{&#34;s&#34;:832,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#1071e5ff&#34;,&#34;e&#34;:845},{&#34;s&#34;:832,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:913,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:919},{&#34;s&#34;:913,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:919},{&#34;s&#34;:913,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:919},{&#34;s&#34;:913,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#1071e5ff&#34;,&#34;e&#34;:919},{&#34;s&#34;:913,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157}]}"><span style="color: rgb(16 , 113 , 229) ; font-weight: bold">cabecalhoTabela: </span> <font color="#000000">Verifica os campos da tabela que está marcado como show=true e retorna para ser adicionado no componente &lt;Tabela&gt;.</font><br><span style="color: rgb(16 , 113 , 229) ; font-weight: bold">opcoes: </span><font color="#000000">Verifica os campos da tabela para montar as opções no componente &lt;Filtro&gt;, bem como tambem verifica quais estão marcados como show=true e deixar como check e carregar no valorInicial.</font><span style="color: rgb(16 , 113 , 229) ; font-weight: bold"> <br></span><span style="color: rgb(16 , 113 , 229) ; font-weight: bold">filtroObrigatorio: </span> <font color="#000000">Verifica se foi passado que o relatório tenha algum filtro que seja obrigatório e retorno um true ou false.</font><br><span style="color: rgb(16 , 113 , 229) ; font-weight: bold">filtroSelecionado:</span><font color="#000000"><span style="font-weight: bold"> </span> Verifica se tem algum filtro selecionado que seja válido e adiciona, ou seja se tive algum filtro sem conteúdo não será adicionado. </font><br><span style="color: rgb(16 , 113 , 229) ; font-weight: bold">oDataOrderBy: </span><font color="#000000">Pega o objeto que foi carregado no campoOrdenado que vem do &lt;Campo&gt; e monta um pedaço da url oData. </font><span style="color: rgb(16 , 113 , 229)"> </span><span style="color: rgb(240 , 240 , 240)"><br></span><span style="color: rgb(16 , 113 , 229) ; font-weight: bold">oDataSelect: </span><font color="#000000">Verifica os campos que estão selecionados e monta uma string para compor a url do oData.</font><br><span style="color: rgb(16 , 113 , 229) ; font-weight: bold">oDataFilter:</span><font color="#000000"> Verifica os filtros e monta uma string para compor a url do oData. </font><br><span style="color: rgb(16 , 113 , 229) ; font-weight: bold">tags: </span><font color="#000000">Verifica nos filtros selecionados os tipos de pesquisa para montar o array com as tags formatadas.</font></span><br></p>" style="text;whiteSpace=wrap;html=1;fontSize=19;fontFamily=Helvetica;fontColor=#E81313;" vertex="1" parent="1">
|
|
32
|
-
<mxGeometry x="166" y="472" width="998" height="152" as="geometry"/>
|
|
33
|
-
</mxCell>
|
|
34
|
-
</root>
|
|
35
|
-
</mxGraphModel>
|
|
36
|
-
</diagram>
|
|
1
|
+
<mxfile host="65bd71144e">
|
|
2
|
+
<diagram id="E48Z9MQLlxmhIpPkPNIA" name="Store">
|
|
3
|
+
<mxGraphModel dx="1123" dy="612" grid="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1200" pageHeight="1920" background="#ffffff" math="0" shadow="0">
|
|
4
|
+
<root>
|
|
5
|
+
<mxCell id="0"/>
|
|
6
|
+
<mxCell id="1" parent="0"/>
|
|
7
|
+
<mxCell id="4" value="" style="shape=curlyBracket;whiteSpace=wrap;html=1;rounded=1;fontFamily=Helvetica;fontSize=13;fontColor=#ffffff;fillColor=none;strokeColor=#E81313;strokeWidth=2;" vertex="1" parent="1">
|
|
8
|
+
<mxGeometry x="138" y="25" width="20" height="202" as="geometry"/>
|
|
9
|
+
</mxCell>
|
|
10
|
+
<mxCell id="5" value="<font style="font-size: 19px">state</font>" style="text;strokeColor=none;fillColor=none;html=1;fontSize=24;fontStyle=1;verticalAlign=middle;align=center;fontFamily=Helvetica;fontColor=#000000;" vertex="1" parent="1">
|
|
11
|
+
<mxGeometry x="25" y="103" width="100" height="40" as="geometry"/>
|
|
12
|
+
</mxCell>
|
|
13
|
+
<mxCell id="6" value="<span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; color: rgb(232 , 19 , 19) ; font-weight: bold">relatorio:campo[ ]:&nbsp;</span><span style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px"><font color="#000000">Campos que poderão conter no relatório, os campos são os mesmos da tabela, os parâmetros aceitos estão no component &lt;tabela&gt;.</font><br></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; color: rgb(232 , 19 , 19) ; font-weight: bold">relatorio:filtro[ ]:<span>&nbsp;</span></span><span style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px"><font color="#000000">Campos que poderão conter no relatório, os campos são os mesmos da tabela.</font><br></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; color: rgb(232 , 19 , 19) ; font-weight: bold">campoSelecionado[ ]:<span>&nbsp;</span></span><span style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px"><font color="#000000">Campos que foram selecionados no componente &lt;Filtro&gt; do &lt;QueryBuilder&gt;.</font><br></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; color: rgb(232 , 19 , 19) ; font-weight: bold">filtroSelecionado{ children [ } }:<span>&nbsp;</span></span><span style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px"><font color="#000000">Filtros selecionados no componente &lt;Filtro&gt; do &lt;QueryBuilder&gt;, o próprio &lt;QueryBuilder&gt; retorna um v-model.</font><br></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; color: rgb(232 , 19 , 19) ; font-weight: bold">campoOrdenado{}:<span>&nbsp;</span></span><span style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px"><font color="#000000">Campo que for ordenado no componente &lt;Filtro&gt; do &lt;QueryBuilder&gt;.</font><br></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; color: rgb(232 , 19 , 19) ; font-weight: bold">opcoes:valorInicial [ ]:</span><span style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px"><br></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; color: rgb(232 , 19 , 19) ; font-weight: bold">opcoes:opcoes[ ]:</span><span style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px"><br></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; color: rgb(232 , 19 , 19) ; font-weight: bold">opcoesValorInicial [ ]:</span><span style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; font-weight: bold"><br></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; font-weight: bold ; color: rgb(232 , 19 , 19)">consulta [ ]:<span>&nbsp;</span></span><span style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px"><font color="#000000">Array com a consulta no padrão oData para ser filtrado.</font></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; font-weight: bold ; color: rgb(232 , 19 , 19)"><br></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; font-weight: bold ; color: rgb(232 , 19 , 19)">resumo [ ]:<span>&nbsp;</span></span><span style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px"><font color="#000000">Array com a resumo no padrão oData.</font><br></span><span style="font-family: &#34;helvetica&#34; ; font-size: 13px ; font-style: normal ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; font-weight: bold ; color: rgb(232 , 19 , 19)">tags [ ]:<span>&nbsp;</span></span><span style="font-family: &#34;helvetica&#34;">Array com as tags que são carregadas no componente &lt;Tags/&gt;</span>" style="text;whiteSpace=wrap;html=1;fontSize=13;fontFamily=Helvetica;fontColor=#000000;" vertex="1" parent="1">
|
|
14
|
+
<mxGeometry x="167" y="31" width="896" height="190" as="geometry"/>
|
|
15
|
+
</mxCell>
|
|
16
|
+
<mxCell id="7" value="" style="shape=curlyBracket;whiteSpace=wrap;html=1;rounded=1;fontFamily=Helvetica;fontSize=13;fontColor=#ffffff;fillColor=none;strokeColor=#006600;strokeWidth=2;" vertex="1" parent="1">
|
|
17
|
+
<mxGeometry x="138" y="266" width="20" height="156" as="geometry"/>
|
|
18
|
+
</mxCell>
|
|
19
|
+
<mxCell id="8" value="<font style="font-size: 19px">mutations</font>" style="text;strokeColor=none;fillColor=none;html=1;fontSize=24;fontStyle=1;verticalAlign=middle;align=center;fontFamily=Helvetica;fontColor=#000000;" vertex="1" parent="1">
|
|
20
|
+
<mxGeometry x="27" y="321" width="100" height="40" as="geometry"/>
|
|
21
|
+
</mxCell>
|
|
22
|
+
<mxCell id="9" value="<p style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; margin: 0px 0px 0px 8px ; font-size: 13px"><span data-lucid-type="application/vnd.lucid.text" data-lucid-content="{&#34;t&#34;:&#34;insereRelatorio(): Insere o objeto contendo as informações dos campos e filtros.\natualizaCampoSelecionado(): Insere os campos selecionados que vem do componente &lt;Campo&gt; do &lt;QueryBuilder&gt;.\natualizaFiltroSelecionado(): Insere as informações dos filtros iniciais para carregar no componente &lt;Filtro&gt;, utilizado quando tem um relatório salvo.\natualizaCampoOrdenado(): Insere qual campo está ordenado para efetuar a busca.\natualizaOpcoesValorInicial(): Insere as informações dos campos iniciais para carregar no componente &lt;Campo&gt;, utilizado quando tem um relatório salvo.\nremoveFiltroSelecionado(): Remove o filtro selecionado, utilizado quando uma tag é removida, então precisa atualizar o array de filtro.\natualizaConsultaFiltro(): Monta o array convertendo os filtros no padrão &lt;QueryBuilder&gt; para o formato oData através da classCss converteParaOData(), bem como adiciona no array resumo[ ] caso possua configurado nos parâmetros iniciais. Faz tambem as validações de os dados estão corretos. \n&#34;,&#34;m&#34;:[{&#34;s&#34;:0,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:0,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:19},{&#34;s&#34;:0,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:17},{&#34;s&#34;:0,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:17},{&#34;s&#34;:0,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:17},{&#34;s&#34;:81,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:107},{&#34;s&#34;:81,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:107},{&#34;s&#34;:81,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:107},{&#34;s&#34;:81,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:109},{&#34;s&#34;:188,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:217},{&#34;s&#34;:188,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:215},{&#34;s&#34;:188,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:215},{&#34;s&#34;:188,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:215},{&#34;s&#34;:339,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:362},{&#34;s&#34;:339,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:362},{&#34;s&#34;:339,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:362},{&#34;s&#34;:339,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:364},{&#34;s&#34;:0,&#34;n&#34;:&#34;s&#34;,&#34;v&#34;:19.999999999999996,&#34;e&#34;:992},{&#34;s&#34;:81,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:188,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:418,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:339,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:418,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:446},{&#34;s&#34;:418,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:446},{&#34;s&#34;:418,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:446},{&#34;s&#34;:418,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:448},{&#34;s&#34;:567,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:568},{&#34;s&#34;:567,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:568},{&#34;s&#34;:567,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:568},{&#34;s&#34;:567,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:568},{&#34;s&#34;:568,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:593},{&#34;s&#34;:568,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:593},{&#34;s&#34;:568,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:593},{&#34;s&#34;:568,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:595},{&#34;s&#34;:704,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:730},{&#34;s&#34;:704,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:730},{&#34;s&#34;:704,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:730},{&#34;s&#34;:704,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:730},{&#34;s&#34;:568,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:704,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157}]}"><span style="font-weight: bold ; color: rgb(0 , 138 , 14)">insereRelatorio()</span><span style="color: rgb(0 , 138 , 14)">:</span><font color="#000000"><span>&nbsp;</span></font><font color="#000000">Insere o objeto contendo as informações dos campos e filtros.</font><br><span style="font-weight: bold ; color: rgb(0 , 138 , 14)">atualizaCampoSelecionado()</span><span style="color: rgb(0 , 138 , 14)">:</span><font color="#000000"><span>&nbsp;</span>Insere os campos selecionados que vem do componente &lt;Campo&gt; do &lt;QueryBuilder&gt;.</font><br><span style="font-weight: bold ; color: rgb(0 , 138 , 14)">atualizaFiltroSelecionado()</span><span style="color: rgb(0 , 138 , 14)">:<span>&nbsp;</span></span><font color="#000000">Insere as informações dos filtros iniciais para carregar no componente &lt;Filtro&gt;, utilizado quando tem um relatório salvo.</font><br><span style="font-weight: bold ; color: rgb(0 , 138 , 14)">atualizaCampoOrdenado()</span><span style="color: rgb(0 , 138 , 14)">:<span>&nbsp;</span></span><font color="#000000">Insere qual campo está ordenado para efetuar a busca.</font><br><span style="font-weight: bold ; color: rgb(0 , 138 , 14)">atualizaOpcoesValorInicial()</span><span style="color: rgb(0 , 138 , 14)">:<span>&nbsp;</span></span><font color="#000000">Insere as informações dos campos iniciais para carregar no componente &lt;Campo&gt;, utilizado quando tem um relatório salvo.</font><span style="font-weight: bold ; color: rgb(0 , 138 , 14)"><br></span><span style="font-weight: bold ; color: rgb(0 , 138 , 14)">removeFiltroSelecionado()</span><span style="color: rgb(0 , 138 , 14)">:<span>&nbsp;</span></span><font color="#000000">Remove o filtro selecionado, utilizado quando uma tag é removida, então precisa atualizar o array de filtro.</font><br><span style="color: rgb(0 , 138 , 14) ; font-weight: bold">atualizaConsultaFiltro():<span>&nbsp;</span></span><font color="#000000">Monta o array convertendo os filtros no padrão &lt;QueryBuilder&gt; para o formato oData através da classCss converteParaOData(),&nbsp;</font></span></p><p style="color: rgb(240 , 240 , 240) ; font-family: &#34;helvetica&#34; ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; margin: 0px 0px 0px 8px ; font-size: 13px"><span data-lucid-type="application/vnd.lucid.text" data-lucid-content="{&#34;t&#34;:&#34;insereRelatorio(): Insere o objeto contendo as informações dos campos e filtros.\natualizaCampoSelecionado(): Insere os campos selecionados que vem do componente &lt;Campo&gt; do &lt;QueryBuilder&gt;.\natualizaFiltroSelecionado(): Insere as informações dos filtros iniciais para carregar no componente &lt;Filtro&gt;, utilizado quando tem um relatório salvo.\natualizaCampoOrdenado(): Insere qual campo está ordenado para efetuar a busca.\natualizaOpcoesValorInicial(): Insere as informações dos campos iniciais para carregar no componente &lt;Campo&gt;, utilizado quando tem um relatório salvo.\nremoveFiltroSelecionado(): Remove o filtro selecionado, utilizado quando uma tag é removida, então precisa atualizar o array de filtro.\natualizaConsultaFiltro(): Monta o array convertendo os filtros no padrão &lt;QueryBuilder&gt; para o formato oData através da classCss converteParaOData(), bem como adiciona no array resumo[ ] caso possua configurado nos parâmetros iniciais. Faz tambem as validações de os dados estão corretos. \n&#34;,&#34;m&#34;:[{&#34;s&#34;:0,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:0,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:19},{&#34;s&#34;:0,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:17},{&#34;s&#34;:0,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:17},{&#34;s&#34;:0,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:17},{&#34;s&#34;:81,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:107},{&#34;s&#34;:81,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:107},{&#34;s&#34;:81,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:107},{&#34;s&#34;:81,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:109},{&#34;s&#34;:188,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:217},{&#34;s&#34;:188,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:215},{&#34;s&#34;:188,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:215},{&#34;s&#34;:188,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:215},{&#34;s&#34;:339,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:362},{&#34;s&#34;:339,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:362},{&#34;s&#34;:339,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:362},{&#34;s&#34;:339,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:364},{&#34;s&#34;:0,&#34;n&#34;:&#34;s&#34;,&#34;v&#34;:19.999999999999996,&#34;e&#34;:992},{&#34;s&#34;:81,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:188,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:418,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:339,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:418,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:446},{&#34;s&#34;:418,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:446},{&#34;s&#34;:418,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:446},{&#34;s&#34;:418,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:448},{&#34;s&#34;:567,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:568},{&#34;s&#34;:567,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:568},{&#34;s&#34;:567,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:568},{&#34;s&#34;:567,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:568},{&#34;s&#34;:568,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:593},{&#34;s&#34;:568,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:593},{&#34;s&#34;:568,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:593},{&#34;s&#34;:568,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:595},{&#34;s&#34;:704,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#008a0eff&#34;,&#34;e&#34;:730},{&#34;s&#34;:704,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:730},{&#34;s&#34;:704,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:730},{&#34;s&#34;:704,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:730},{&#34;s&#34;:568,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:704,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157}]}"><font color="#000000">bem como adiciona no array resumo[ ] caso possua configurado nos parâmetros iniciais. Faz tambem as validações de os dados estão corretos.&nbsp;&nbsp;</font></span></p>" style="text;whiteSpace=wrap;html=1;fontSize=19;fontFamily=Helvetica;fontColor=#E81313;" vertex="1" parent="1">
|
|
23
|
+
<mxGeometry x="162" y="273" width="917" height="142" as="geometry"/>
|
|
24
|
+
</mxCell>
|
|
25
|
+
<mxCell id="10" value="" style="shape=curlyBracket;whiteSpace=wrap;html=1;rounded=1;fontFamily=Helvetica;fontSize=13;fontColor=#ffffff;fillColor=none;strokeColor=#000099;strokeWidth=2;" vertex="1" parent="1">
|
|
26
|
+
<mxGeometry x="142" y="465" width="20" height="168" as="geometry"/>
|
|
27
|
+
</mxCell>
|
|
28
|
+
<mxCell id="11" value="<font style="font-size: 19px">getters</font>" style="text;strokeColor=none;fillColor=none;html=1;fontSize=24;fontStyle=1;verticalAlign=middle;align=center;fontFamily=Helvetica;fontColor=#000000;" vertex="1" parent="1">
|
|
29
|
+
<mxGeometry x="31" y="520" width="100" height="40" as="geometry"/>
|
|
30
|
+
</mxCell>
|
|
31
|
+
<mxCell id="13" value="<p style="font-family: &#34;helvetica&#34; ; font-style: normal ; font-weight: 400 ; letter-spacing: normal ; text-align: left ; text-indent: 0px ; text-transform: none ; word-spacing: 0px ; margin: 0px 0px 0px 8px ; font-size: 13px"><span data-lucid-type="application/vnd.lucid.text" data-lucid-content="{&#34;t&#34;:&#34;cabecalhoTabela: Verifica os campos da tabela que está marcado como show=true e retorna para ser adicionado no componente &lt;Tabela&gt;.\nopcoes: Verifica os campos da tabela para montar as opções no componente &lt;Filtro&gt;, bem como tambem verifica quais estão marcados como show=true e deixar como check e carregar no valorInicial. \nfiltroObrigatorio: Verifica se foi passado que o relatório tenha algum filtro que seja obrigatório e retorno um true ou false.\nfiltroSelecionado: Verifica se tem algum filtro selecionado que seja válido e adiciona, ou seja se tive algum filtro sem conteúdo não será adicionado. \noDataOrderBy: Pega o objeto que foi carregado no campoOrdenado que vem do &lt;Campo&gt; e monta um pedaço da url oData. \noDataSelect: Verifica os campos que estão selecionados e monta uma string para compor a url do oData..\noDataFilter: Verifica os filtros e monta uma string para compor a url do oData. \ntags: Verifica nos filtros selecionados os tipos de pesquisa para montar o array com as tags formatadas.&#34;,&#34;m&#34;:[{&#34;s&#34;:0,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:0,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:17},{&#34;s&#34;:0,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#1071e5ff&#34;,&#34;e&#34;:18},{&#34;s&#34;:0,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:17},{&#34;s&#34;:0,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:17},{&#34;s&#34;:0,&#34;n&#34;:&#34;s&#34;,&#34;v&#34;:19.999999999999996,&#34;e&#34;:1017},{&#34;s&#34;:136,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:144},{&#34;s&#34;:136,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#1071e5ff&#34;,&#34;e&#34;:144},{&#34;s&#34;:136,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:144},{&#34;s&#34;:136,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:144},{&#34;s&#34;:136,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:330,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:351},{&#34;s&#34;:330,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:351},{&#34;s&#34;:330,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:351},{&#34;s&#34;:330,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#1071e5ff&#34;,&#34;e&#34;:352},{&#34;s&#34;:332,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:460,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:479},{&#34;s&#34;:460,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:479},{&#34;s&#34;:460,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:479},{&#34;s&#34;:460,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#1071e5ff&#34;,&#34;e&#34;:480},{&#34;s&#34;:460,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:613,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#1071e5ff&#34;,&#34;e&#34;:627},{&#34;s&#34;:613,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:627},{&#34;s&#34;:613,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:627},{&#34;s&#34;:613,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:627},{&#34;s&#34;:613,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:727,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#1071e5ff&#34;,&#34;e&#34;:728},{&#34;s&#34;:729,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#1071e5ff&#34;,&#34;e&#34;:742},{&#34;s&#34;:729,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:742},{&#34;s&#34;:729,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:742},{&#34;s&#34;:729,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:742},{&#34;s&#34;:729,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:832,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:844},{&#34;s&#34;:832,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:844},{&#34;s&#34;:832,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:844},{&#34;s&#34;:832,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#1071e5ff&#34;,&#34;e&#34;:845},{&#34;s&#34;:832,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157},{&#34;s&#34;:913,&#34;n&#34;:&#34;fc&#34;,&#34;v&#34;:&#34;Bold&#34;,&#34;e&#34;:919},{&#34;s&#34;:913,&#34;n&#34;:&#34;fid&#34;,&#34;v&#34;:5,&#34;e&#34;:919},{&#34;s&#34;:913,&#34;n&#34;:&#34;b&#34;,&#34;v&#34;:true,&#34;e&#34;:919},{&#34;s&#34;:913,&#34;n&#34;:&#34;c&#34;,&#34;v&#34;:&#34;#1071e5ff&#34;,&#34;e&#34;:919},{&#34;s&#34;:913,&#34;n&#34;:&#34;p&#34;,&#34;v&#34;:1.127450980392157}]}"><span style="color: rgb(16 , 113 , 229) ; font-weight: bold">cabecalhoTabela: </span> <font color="#000000">Verifica os campos da tabela que está marcado como show=true e retorna para ser adicionado no componente &lt;Tabela&gt;.</font><br><span style="color: rgb(16 , 113 , 229) ; font-weight: bold">opcoes: </span><font color="#000000">Verifica os campos da tabela para montar as opções no componente &lt;Filtro&gt;, bem como tambem verifica quais estão marcados como show=true e deixar como check e carregar no valorInicial.</font><span style="color: rgb(16 , 113 , 229) ; font-weight: bold"> <br></span><span style="color: rgb(16 , 113 , 229) ; font-weight: bold">filtroObrigatorio: </span> <font color="#000000">Verifica se foi passado que o relatório tenha algum filtro que seja obrigatório e retorno um true ou false.</font><br><span style="color: rgb(16 , 113 , 229) ; font-weight: bold">filtroSelecionado:</span><font color="#000000"><span style="font-weight: bold"> </span> Verifica se tem algum filtro selecionado que seja válido e adiciona, ou seja se tive algum filtro sem conteúdo não será adicionado. </font><br><span style="color: rgb(16 , 113 , 229) ; font-weight: bold">oDataOrderBy: </span><font color="#000000">Pega o objeto que foi carregado no campoOrdenado que vem do &lt;Campo&gt; e monta um pedaço da url oData. </font><span style="color: rgb(16 , 113 , 229)"> </span><span style="color: rgb(240 , 240 , 240)"><br></span><span style="color: rgb(16 , 113 , 229) ; font-weight: bold">oDataSelect: </span><font color="#000000">Verifica os campos que estão selecionados e monta uma string para compor a url do oData.</font><br><span style="color: rgb(16 , 113 , 229) ; font-weight: bold">oDataFilter:</span><font color="#000000"> Verifica os filtros e monta uma string para compor a url do oData. </font><br><span style="color: rgb(16 , 113 , 229) ; font-weight: bold">tags: </span><font color="#000000">Verifica nos filtros selecionados os tipos de pesquisa para montar o array com as tags formatadas.</font></span><br></p>" style="text;whiteSpace=wrap;html=1;fontSize=19;fontFamily=Helvetica;fontColor=#E81313;" vertex="1" parent="1">
|
|
32
|
+
<mxGeometry x="166" y="472" width="998" height="152" as="geometry"/>
|
|
33
|
+
</mxCell>
|
|
34
|
+
</root>
|
|
35
|
+
</mxGraphModel>
|
|
36
|
+
</diagram>
|
|
37
37
|
</mxfile>
|
package/package.json
CHANGED
|
@@ -1,89 +1,89 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@nixweb/nixloc-ui",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Componentes UI",
|
|
5
|
-
"author": "Fábio Ávila <fabio@nixweb.com.br>",
|
|
6
|
-
"private": false,
|
|
7
|
-
"scripts": {
|
|
8
|
-
"serve": "vue-cli-service serve",
|
|
9
|
-
"build": "vue-cli-service build",
|
|
10
|
-
"lint": "vue-cli-service lint"
|
|
11
|
-
},
|
|
12
|
-
"dependencies": {
|
|
13
|
-
"@babel/polyfill": "^7.12.1",
|
|
14
|
-
"@ckeditor/ckeditor5-vue2": "^2.0.0",
|
|
15
|
-
"@fullcalendar/core": "^5.11.3",
|
|
16
|
-
"@fullcalendar/daygrid": "^5.11.3",
|
|
17
|
-
"@fullcalendar/interaction": "^5.11.3",
|
|
18
|
-
"@fullcalendar/list": "^5.11.3",
|
|
19
|
-
"@fullcalendar/timegrid": "^5.11.3",
|
|
20
|
-
"@fullcalendar/vue": "^5.11.2",
|
|
21
|
-
"axios": "^0.24.0",
|
|
22
|
-
"bootstrap-vue": "^2.0.0-rc.11",
|
|
23
|
-
"core-js": "^3.6.5",
|
|
24
|
-
"frappe-gantt": "^0.6.1",
|
|
25
|
-
"sass-loader": "^10.1.1",
|
|
26
|
-
"timeline-vuejs": "^1.1.7",
|
|
27
|
-
"v-runtime-template": "^1.10.0",
|
|
28
|
-
"vodal": "^2.4.0",
|
|
29
|
-
"vue": "^2.6.11",
|
|
30
|
-
"vue-color": "^2.7.0",
|
|
31
|
-
"vue-currency-filter": "^3.3.0",
|
|
32
|
-
"vue-html2pdf": "^1.8.0",
|
|
33
|
-
"vue-image-crop-upload": "^3.0.3",
|
|
34
|
-
"vue-js-toggle-button": "^1.3.0",
|
|
35
|
-
"vue-json-excel": "^0.3.0",
|
|
36
|
-
"vue-loading-template": "^1.3.0",
|
|
37
|
-
"vue-moment": "^4.0.0",
|
|
38
|
-
"vue-multiselect": "^2.1.0",
|
|
39
|
-
"vue-numeric": "^2.4.1",
|
|
40
|
-
"vue-pdf-app": "^2.1.0",
|
|
41
|
-
"vue-print-nb": "^1.7.5",
|
|
42
|
-
"vue-router": "^3.0.1",
|
|
43
|
-
"vue-simple-progress": "^1.1.1",
|
|
44
|
-
"vue-the-mask": "^0.11.1",
|
|
45
|
-
"vue-toasted": "^1.1.28",
|
|
46
|
-
"vue-toggles": "^1.1.4",
|
|
47
|
-
"vue-upload-file": "^1.1.0",
|
|
48
|
-
"vue2-datepicker": "^2.13.0",
|
|
49
|
-
"vue2-editor": "^2.6.6",
|
|
50
|
-
"vue2-google-maps": "^0.10.7",
|
|
51
|
-
"vuedraggable": "^2.24.3",
|
|
52
|
-
"vuejs-ace-editor": "^1.0.1",
|
|
53
|
-
"vuex": "^3.6.2",
|
|
54
|
-
"vuex-persistedstate": "^4.0.0"
|
|
55
|
-
},
|
|
56
|
-
"devDependencies": {
|
|
57
|
-
"@vue/cli-plugin-babel": "~4.5.0",
|
|
58
|
-
"@vue/cli-service": "~4.5.0",
|
|
59
|
-
"babel-eslint": "^10.1.0",
|
|
60
|
-
"eslint": "^6.7.2",
|
|
61
|
-
"eslint-plugin-vue": "^6.2.2",
|
|
62
|
-
"script-loader": "^0.7.2",
|
|
63
|
-
"vue-template-compiler": "^2.6.11"
|
|
64
|
-
},
|
|
65
|
-
"eslintConfig": {
|
|
66
|
-
"root": true,
|
|
67
|
-
"env": {
|
|
68
|
-
"node": true
|
|
69
|
-
},
|
|
70
|
-
"extends": [
|
|
71
|
-
"plugin:vue/essential",
|
|
72
|
-
"eslint:recommended"
|
|
73
|
-
],
|
|
74
|
-
"parserOptions": {
|
|
75
|
-
"parser": "babel-eslint"
|
|
76
|
-
},
|
|
77
|
-
"rules": {}
|
|
78
|
-
},
|
|
79
|
-
"engines": {
|
|
80
|
-
"node": "16.14.2",
|
|
81
|
-
"npm": ">= 3.0.0"
|
|
82
|
-
},
|
|
83
|
-
"browserslist": [
|
|
84
|
-
"> 1%",
|
|
85
|
-
"last 2 versions",
|
|
86
|
-
"not dead"
|
|
87
|
-
],
|
|
88
|
-
"main": "babel.config.js"
|
|
1
|
+
{
|
|
2
|
+
"name": "@nixweb/nixloc-ui",
|
|
3
|
+
"version": "1.19.0",
|
|
4
|
+
"description": "Componentes UI",
|
|
5
|
+
"author": "Fábio Ávila <fabio@nixweb.com.br>",
|
|
6
|
+
"private": false,
|
|
7
|
+
"scripts": {
|
|
8
|
+
"serve": "vue-cli-service serve",
|
|
9
|
+
"build": "vue-cli-service build",
|
|
10
|
+
"lint": "vue-cli-service lint"
|
|
11
|
+
},
|
|
12
|
+
"dependencies": {
|
|
13
|
+
"@babel/polyfill": "^7.12.1",
|
|
14
|
+
"@ckeditor/ckeditor5-vue2": "^2.0.0",
|
|
15
|
+
"@fullcalendar/core": "^5.11.3",
|
|
16
|
+
"@fullcalendar/daygrid": "^5.11.3",
|
|
17
|
+
"@fullcalendar/interaction": "^5.11.3",
|
|
18
|
+
"@fullcalendar/list": "^5.11.3",
|
|
19
|
+
"@fullcalendar/timegrid": "^5.11.3",
|
|
20
|
+
"@fullcalendar/vue": "^5.11.2",
|
|
21
|
+
"axios": "^0.24.0",
|
|
22
|
+
"bootstrap-vue": "^2.0.0-rc.11",
|
|
23
|
+
"core-js": "^3.6.5",
|
|
24
|
+
"frappe-gantt": "^0.6.1",
|
|
25
|
+
"sass-loader": "^10.1.1",
|
|
26
|
+
"timeline-vuejs": "^1.1.7",
|
|
27
|
+
"v-runtime-template": "^1.10.0",
|
|
28
|
+
"vodal": "^2.4.0",
|
|
29
|
+
"vue": "^2.6.11",
|
|
30
|
+
"vue-color": "^2.7.0",
|
|
31
|
+
"vue-currency-filter": "^3.3.0",
|
|
32
|
+
"vue-html2pdf": "^1.8.0",
|
|
33
|
+
"vue-image-crop-upload": "^3.0.3",
|
|
34
|
+
"vue-js-toggle-button": "^1.3.0",
|
|
35
|
+
"vue-json-excel": "^0.3.0",
|
|
36
|
+
"vue-loading-template": "^1.3.0",
|
|
37
|
+
"vue-moment": "^4.0.0",
|
|
38
|
+
"vue-multiselect": "^2.1.0",
|
|
39
|
+
"vue-numeric": "^2.4.1",
|
|
40
|
+
"vue-pdf-app": "^2.1.0",
|
|
41
|
+
"vue-print-nb": "^1.7.5",
|
|
42
|
+
"vue-router": "^3.0.1",
|
|
43
|
+
"vue-simple-progress": "^1.1.1",
|
|
44
|
+
"vue-the-mask": "^0.11.1",
|
|
45
|
+
"vue-toasted": "^1.1.28",
|
|
46
|
+
"vue-toggles": "^1.1.4",
|
|
47
|
+
"vue-upload-file": "^1.1.0",
|
|
48
|
+
"vue2-datepicker": "^2.13.0",
|
|
49
|
+
"vue2-editor": "^2.6.6",
|
|
50
|
+
"vue2-google-maps": "^0.10.7",
|
|
51
|
+
"vuedraggable": "^2.24.3",
|
|
52
|
+
"vuejs-ace-editor": "^1.0.1",
|
|
53
|
+
"vuex": "^3.6.2",
|
|
54
|
+
"vuex-persistedstate": "^4.0.0"
|
|
55
|
+
},
|
|
56
|
+
"devDependencies": {
|
|
57
|
+
"@vue/cli-plugin-babel": "~4.5.0",
|
|
58
|
+
"@vue/cli-service": "~4.5.0",
|
|
59
|
+
"babel-eslint": "^10.1.0",
|
|
60
|
+
"eslint": "^6.7.2",
|
|
61
|
+
"eslint-plugin-vue": "^6.2.2",
|
|
62
|
+
"script-loader": "^0.7.2",
|
|
63
|
+
"vue-template-compiler": "^2.6.11"
|
|
64
|
+
},
|
|
65
|
+
"eslintConfig": {
|
|
66
|
+
"root": true,
|
|
67
|
+
"env": {
|
|
68
|
+
"node": true
|
|
69
|
+
},
|
|
70
|
+
"extends": [
|
|
71
|
+
"plugin:vue/essential",
|
|
72
|
+
"eslint:recommended"
|
|
73
|
+
],
|
|
74
|
+
"parserOptions": {
|
|
75
|
+
"parser": "babel-eslint"
|
|
76
|
+
},
|
|
77
|
+
"rules": {}
|
|
78
|
+
},
|
|
79
|
+
"engines": {
|
|
80
|
+
"node": "16.14.2",
|
|
81
|
+
"npm": ">= 3.0.0"
|
|
82
|
+
},
|
|
83
|
+
"browserslist": [
|
|
84
|
+
"> 1%",
|
|
85
|
+
"last 2 versions",
|
|
86
|
+
"not dead"
|
|
87
|
+
],
|
|
88
|
+
"main": "babel.config.js"
|
|
89
89
|
}
|
package/public/index.html
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html>
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="utf-8">
|
|
6
|
-
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
7
|
-
<link rel="shortcut icon" type="image/png" href="/favicon.ico" />
|
|
8
|
-
<title>
|
|
9
|
-
Nixloc Componentes UI
|
|
10
|
-
</title>
|
|
11
|
-
|
|
12
|
-
<link rel="stylesheet" type="text/css" href="/styles/app.css">
|
|
13
|
-
|
|
14
|
-
</head>
|
|
15
|
-
|
|
16
|
-
<body>
|
|
17
|
-
<div id="app" ref="app"></div>
|
|
18
|
-
</body>
|
|
19
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
|
|
4
|
+
<head>
|
|
5
|
+
<meta charset="utf-8">
|
|
6
|
+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
7
|
+
<link rel="shortcut icon" type="image/png" href="/favicon.ico" />
|
|
8
|
+
<title>
|
|
9
|
+
Nixloc Componentes UI
|
|
10
|
+
</title>
|
|
11
|
+
|
|
12
|
+
<link rel="stylesheet" type="text/css" href="/styles/app.css">
|
|
13
|
+
|
|
14
|
+
</head>
|
|
15
|
+
|
|
16
|
+
<body>
|
|
17
|
+
<div id="app" ref="app"></div>
|
|
18
|
+
</body>
|
|
19
|
+
|
|
20
20
|
</html>
|
package/public/styles/app.css
CHANGED
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
body {
|
|
2
|
-
font-size: 14px !important;
|
|
3
|
-
font-family: 'Fira Sans', sans-serif !important;
|
|
4
|
-
font-weight: 300 !important;
|
|
5
|
-
letter-spacing: 0.1px !important;
|
|
6
|
-
font-weight: initial v;
|
|
7
|
-
line-height: 1.5 !important;
|
|
8
|
-
background-color: #FAFAFC !important;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
textarea:focus, input:focus, select:focus {
|
|
12
|
-
box-shadow: 0 0 0 0 !important;
|
|
13
|
-
outline: 0 !important;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.form-control {
|
|
17
|
-
font-size: 14px !important;
|
|
18
|
-
border-left: 0px !important;
|
|
19
|
-
border-top: 0px !important;
|
|
20
|
-
border-right: 0px !important;
|
|
21
|
-
border-bottom: 1px solid #DBDEE0 !important;
|
|
22
|
-
border-radius: 0 !important;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.inner-addon {
|
|
26
|
-
position: relative;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.inner-addon .glyphicon {
|
|
30
|
-
position: absolute;
|
|
31
|
-
padding: 10px;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.left-addon .glyphicon {
|
|
35
|
-
left: 0px;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.right-addon .glyphicon {
|
|
39
|
-
right: 0px;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.left-addon input {
|
|
43
|
-
padding-left: 30px;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.right-addon input {
|
|
47
|
-
padding-right: 30px;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
.required {
|
|
52
|
-
color: red;
|
|
1
|
+
body {
|
|
2
|
+
font-size: 14px !important;
|
|
3
|
+
font-family: 'Fira Sans', sans-serif !important;
|
|
4
|
+
font-weight: 300 !important;
|
|
5
|
+
letter-spacing: 0.1px !important;
|
|
6
|
+
font-weight: initial v;
|
|
7
|
+
line-height: 1.5 !important;
|
|
8
|
+
background-color: #FAFAFC !important;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
textarea:focus, input:focus, select:focus {
|
|
12
|
+
box-shadow: 0 0 0 0 !important;
|
|
13
|
+
outline: 0 !important;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.form-control {
|
|
17
|
+
font-size: 14px !important;
|
|
18
|
+
border-left: 0px !important;
|
|
19
|
+
border-top: 0px !important;
|
|
20
|
+
border-right: 0px !important;
|
|
21
|
+
border-bottom: 1px solid #DBDEE0 !important;
|
|
22
|
+
border-radius: 0 !important;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.inner-addon {
|
|
26
|
+
position: relative;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.inner-addon .glyphicon {
|
|
30
|
+
position: absolute;
|
|
31
|
+
padding: 10px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.left-addon .glyphicon {
|
|
35
|
+
left: 0px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.right-addon .glyphicon {
|
|
39
|
+
right: 0px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.left-addon input {
|
|
43
|
+
padding-left: 30px;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.right-addon input {
|
|
47
|
+
padding-right: 30px;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
.required {
|
|
52
|
+
color: red;
|
|
53
53
|
}
|