@nixweb/nixloc-ui 1.16.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/App.vue +13 -296
- package/src/component/forms/Button.vue +162 -0
- package/src/component/forms/ButtonFilter.vue +104 -0
- package/src/component/forms/ButtonGroup.vue +67 -0
- package/src/component/forms/ButtonGroupInline.vue +210 -0
- package/src/component/forms/ButtonSub.vue +98 -0
- package/src/component/forms/ButtonToggle.vue +77 -0
- package/src/component/forms/CheckboxGroup.vue +69 -0
- package/src/component/forms/CheckboxServer.vue +237 -0
- package/src/component/forms/CheckboxSimple.vue +59 -0
- package/src/component/forms/Color.vue +38 -0
- package/src/component/forms/DateTime.vue +170 -0
- package/src/component/forms/DateYearMonth.vue +193 -0
- package/src/component/forms/Dropdown.vue +236 -0
- package/src/component/forms/EditorHtml.vue +132 -0
- package/src/component/forms/FileUpload.vue +170 -0
- package/src/component/forms/ImageUpload.vue +214 -0
- package/src/component/forms/IncrementDecrement.vue +151 -0
- package/src/component/forms/InputAddressGoogle.vue +171 -0
- package/src/component/forms/InputCallToAction.vue +135 -0
- package/src/component/forms/InputDecimal.vue +191 -0
- package/src/component/forms/InputDecimalDiscount.vue +147 -0
- package/src/component/forms/InputNumber.vue +160 -0
- package/src/component/forms/InputPassword.vue +148 -0
- package/src/component/forms/InputTag.vue +125 -0
- package/src/component/forms/InputText.vue +174 -0
- package/src/component/forms/InputTextEdit.vue +69 -0
- package/src/component/forms/InputWhatsApp.vue +48 -0
- package/src/component/forms/Modal.vue +86 -0
- package/src/component/forms/RadioGroup.vue +84 -0
- package/src/component/forms/Select.vue +336 -0
- package/src/component/forms/SelectStatic.vue +198 -0
- package/src/component/forms/SideBar.vue +100 -0
- package/src/component/forms/Slider.vue +18 -0
- package/src/component/forms/TextArea.vue +140 -0
- package/src/component/forms/Toggle.vue +72 -0
- package/src/component/layout/Account.vue +131 -0
- package/src/component/layout/Alert.vue +88 -0
- package/src/component/layout/AnimatedPhrase.vue +68 -0
- package/src/component/layout/Badge.vue +111 -0
- package/src/component/layout/BarFloating.vue +68 -0
- package/src/component/layout/BottomActionsBar.vue +205 -0
- package/src/component/layout/ColorPicker.vue +175 -0
- package/src/component/layout/FixedBar.vue +103 -0
- package/src/component/layout/Gantt.vue +128 -0
- package/src/component/layout/Header.vue +56 -0
- package/src/component/layout/HideShow.vue +62 -0
- package/src/component/layout/IconMolded.vue +59 -0
- package/src/component/layout/IconPicker.vue +161 -0
- package/src/component/layout/LoadingFullPage.vue +27 -0
- package/src/component/layout/Menu.vue +287 -0
- package/src/component/layout/Molded.vue +30 -0
- package/src/component/layout/NewAccount.vue +136 -0
- package/src/component/layout/NewHeader.vue +60 -0
- package/src/component/layout/NewIconMolded.vue +71 -0
- package/src/component/layout/NewMenu.vue +473 -0
- package/src/component/layout/Panel.vue +185 -0
- package/src/component/layout/Popover.vue +126 -0
- package/src/component/layout/ScrollBar.vue +70 -0
- package/src/component/layout/Tab.vue +259 -0
- package/src/component/layout/Tag.vue +97 -0
- package/src/component/layout/Tooltip.vue +155 -0
- package/src/component/layout/Wizard.vue +211 -0
- package/src/component/layout/Zoom.vue +111 -0
- package/src/component/rental/DisplayCalculatePeriod.vue +49 -0
- package/src/component/rental/DisplayPeriodRent.vue +55 -0
- package/src/component/rental/DisplayTotalization.vue +86 -0
- package/src/component/report/Fields.vue +109 -0
- package/src/{components/modules/finance/dre/ReportCrossTable.vue → component/report/Report.vue} +377 -312
- package/src/component/report/ReportTable.vue +112 -0
- package/src/component/report/Totalization.vue +34 -0
- package/src/component/shared/CodeEditor.vue +128 -0
- package/src/component/shared/Collapse.vue +131 -0
- package/src/component/shared/Confirmation.vue +74 -0
- package/src/component/shared/DocumentEditor.vue +99 -0
- package/src/component/shared/DocumentPreview.vue +105 -0
- package/src/component/shared/DocumentPublic.vue +33 -0
- package/src/component/shared/ExportExcel.vue +56 -0
- package/src/component/shared/ExportPDF.vue +116 -0
- package/src/component/shared/FullCalendar.vue +176 -0
- package/src/component/shared/HeaderReport.vue +47 -0
- package/src/component/shared/HorizontalFilter.vue +64 -0
- package/src/component/shared/ListNotifications.vue +70 -0
- package/src/component/shared/Loading.vue +110 -0
- package/src/component/shared/LoadingCard.vue +65 -0
- package/src/component/shared/LoadingMoreButton.vue +23 -0
- package/src/component/shared/Messages.vue +139 -0
- package/src/component/shared/PDFViewer.vue +24 -0
- package/src/component/shared/Pagination.vue +113 -0
- package/src/component/shared/ParameterLegend.vue +169 -0
- package/src/component/shared/ProgressBar.vue +25 -0
- package/src/component/shared/QueryButton.vue +66 -0
- package/src/component/shared/Report.vue +250 -0
- package/src/component/shared/SaveCancel.vue +117 -0
- package/src/component/shared/Search.vue +174 -0
- package/src/component/shared/SelectOption.vue +162 -0
- package/src/component/shared/Table.vue +232 -0
- package/src/component/shared/TableButton.vue +36 -0
- package/src/component/shared/TableDraggable.vue +117 -0
- package/src/component/shared/TableImport.vue +93 -0
- package/src/component/shared/TableItem.vue +228 -0
- package/src/component/shared/TableTotalPerPage.vue +114 -0
- package/src/component/shared/TableTotalRecords.vue +44 -0
- package/src/component/shared/TableTotalization.vue +47 -0
- package/src/component/shared/TimeLine.vue +42 -0
- package/src/component/shared/Timer.vue +78 -0
- package/src/component/shared/Tip.vue +42 -0
- package/src/component/shared/Toast.vue +69 -0
- package/src/component/shared/ToggleTheme.vue +128 -0
- package/src/component/shared/TotalizationReport.vue +86 -0
- package/src/component/shared/VerticalFilter.vue +97 -0
- package/src/component/shared/actions/ActionButtons.vue +53 -0
- package/src/component/shared/actions/ActionErrorContent.vue +103 -0
- package/src/component/shared/actions/ActionFooter.vue +99 -0
- package/src/component/shared/actions/ActionHeader.vue +110 -0
- package/src/component/shared/actions/ActionItemList.vue +143 -0
- package/src/component/shared/actions/ActionsOptions.vue +209 -0
- package/src/component/shared/actions/ActionsSelected.vue +262 -0
- package/src/component/shared/automation/ActivitiesList.vue +44 -0
- package/src/component/shared/automation/AddRule.vue +61 -0
- package/src/component/shared/automation/AutomationBuilder.vue +27 -0
- package/src/component/shared/automation/DynamicComponentList.vue +86 -0
- package/src/component/shared/automation/SelectRule.vue +98 -0
- package/src/component/shared/automation/components/BillingByRent.vue +98 -0
- package/src/component/shared/automation/components/SendEmail.vue +94 -0
- package/src/component/shared/file-manager/FileManager.vue +391 -0
- package/src/component/shared/filter-builder/FilterBuilder.vue +221 -0
- package/src/component/shared/filter-builder/FilterQuery.vue +95 -0
- package/src/component/shared/query-builder/AddRule.vue +203 -0
- package/src/component/shared/query-builder/ConvertToOdata.js +86 -0
- package/src/component/shared/query-builder/DynamicComponent.vue +161 -0
- package/src/component/shared/query-builder/DynamicComponentList.vue +70 -0
- package/src/component/shared/query-builder/Fields.vue +93 -0
- package/src/component/shared/query-builder/QueryBuilder.vue +69 -0
- package/src/component/shared/query-builder/Rules.vue +68 -0
- package/src/component/shared/query-builder/SelectRule.vue +97 -0
- package/src/component/shared/query-builder/Tags.vue +59 -0
- package/src/component/shared/query-builder/utilities.js +22 -0
- package/src/component/signature/Payment.vue +161 -0
- package/src/{components/modules/adm/plan → component/signature}/Warning.vue +75 -73
- package/src/component/template/ListViewWithDataHandler.vue +434 -0
- package/src/component/template/ReportCreateUpdate.vue +110 -0
- package/src/component/template/ViewTemplateConfiguration.vue +63 -0
- package/src/component/template/ViewTemplateDocumentView.vue +213 -0
- package/src/component/template/ViewTemplateImportFile.vue +347 -0
- package/src/component/template/ViewTemplateReportList.vue +240 -0
- package/src/component/template/ViewTemplateReportPreview.vue +521 -0
- package/src/component/template/ViewTemplateSelectOption.vue +46 -0
- package/src/component/template/ViewTemplateWithSalveCancel.vue +32 -0
- package/src/component/template/ViewTemplateWithTable.vue +66 -0
- package/src/component/template/model/Report.js +6 -0
- package/src/component/training/Course.vue +344 -0
- package/src/component/training/CourseView.vue +199 -0
- package/src/component/value-objects/Address.js +11 -0
- package/src/component/value-objects/Address.vue +173 -0
- package/src/component/value-objects/Contact.js +7 -0
- package/src/component/value-objects/Contact.vue +106 -0
- package/src/component/value-objects/Person.js +10 -0
- package/src/component/value-objects/Person.vue +130 -0
- package/src/config/axios.js +9 -32
- package/src/config/dicas.js +14 -14
- package/src/config/router.js +13 -352
- package/src/config/token.js +14 -13
- package/src/main.js +23 -75
- package/src/store/modules/automation.js +31 -0
- package/src/store/modules/generic.js +897 -0
- package/src/store/modules/report.js +278 -0
- package/src/store/modules/user.js +70 -0
- package/src/store/modules/util.js +26 -0
- package/src/store/modules/validation.js +39 -0
- package/src/store/store.js +13 -23
- package/src/assets/logo.png +0 -0
- package/src/assets/nfse-nacional.svg +0 -32
- package/src/components/modules/adm/audit-log/TimelineLog.vue +0 -557
- package/src/components/modules/adm/authorization/Authorization.vue +0 -81
- package/src/components/modules/adm/authorization/AuthorizationCreate.vue +0 -63
- package/src/components/modules/adm/authorization/AuthorizationRow.vue +0 -304
- package/src/components/modules/adm/authorization/AuthorizationTable.vue +0 -117
- package/src/components/modules/adm/company/Company.js +0 -9
- package/src/components/modules/adm/company/Company.vue +0 -124
- package/src/components/modules/adm/document/Document.js +0 -41
- package/src/components/modules/adm/document/DocumentCreateUpdate.vue +0 -272
- package/src/components/modules/adm/document/DocumentPreview.vue +0 -283
- package/src/components/modules/adm/document/Link.vue +0 -118
- package/src/components/modules/adm/document/PrintDetail.vue +0 -127
- package/src/components/modules/adm/document/PrintPreview.vue +0 -127
- package/src/components/modules/adm/document/SelectOptionDocument.vue +0 -222
- package/src/components/modules/adm/document/SendMail.vue +0 -248
- package/src/components/modules/adm/document/SendSignature.vue +0 -289
- package/src/components/modules/adm/document/TemplateDocument.vue +0 -133
- package/src/components/modules/adm/login/ConfirmMailMobile.vue +0 -101
- package/src/components/modules/adm/login/ForgotPassword.js +0 -8
- package/src/components/modules/adm/login/ForgotPassword.vue +0 -144
- package/src/components/modules/adm/login/Login.js +0 -7
- package/src/components/modules/adm/login/Login.vue +0 -195
- package/src/components/modules/adm/login/Menu.js +0 -992
- package/src/components/modules/adm/login/RandomImages.vue +0 -64
- package/src/components/modules/adm/login/RefreshUserLogged.vue +0 -59
- package/src/components/modules/adm/login/ResetPassword.vue +0 -158
- package/src/components/modules/adm/login/SendConfirmMailMobile.vue +0 -72
- package/src/components/modules/adm/login/SignalrUser.vue +0 -166
- package/src/components/modules/adm/login/__Menu.js +0 -1000
- package/src/components/modules/adm/notification/NotificationConfig.vue +0 -827
- package/src/components/modules/adm/parameter/ParameterBilling.js +0 -9
- package/src/components/modules/adm/parameter/ParameterBilling.vue +0 -91
- package/src/components/modules/adm/parameter/ParameterDangerZone.js +0 -12
- package/src/components/modules/adm/parameter/ParameterDangerZone.vue +0 -159
- package/src/components/modules/adm/parameter/ParameterOperational.js +0 -8
- package/src/components/modules/adm/parameter/ParameterOperational.vue +0 -91
- package/src/components/modules/adm/parameter/ParameterRental.js +0 -43
- package/src/components/modules/adm/parameter/ParameterRental.vue +0 -226
- package/src/components/modules/adm/parameter/ParameterStock.js +0 -14
- package/src/components/modules/adm/parameter/ParameterStock.vue +0 -127
- package/src/components/modules/adm/parameter/ParameterSystem.js +0 -29
- package/src/components/modules/adm/parameter/ParameterSystem.vue +0 -118
- package/src/components/modules/adm/plan/Nfse.vue +0 -121
- package/src/components/modules/adm/plan/Payment.vue +0 -125
- package/src/components/modules/adm/register/Register.js +0 -9
- package/src/components/modules/adm/register/Register.vue +0 -247
- package/src/components/modules/adm/store/PurchaseHistory.vue +0 -178
- package/src/components/modules/adm/store/Store.vue +0 -492
- package/src/components/modules/adm/store/Success.vue +0 -79
- package/src/components/modules/adm/store/Term.vue +0 -211
- package/src/components/modules/adm/user/Profile.vue +0 -131
- package/src/components/modules/adm/user/Rules.vue +0 -232
- package/src/components/modules/adm/user/User.js +0 -35
- package/src/components/modules/adm/user/UserCreateUpdate.vue +0 -277
- package/src/components/modules/adm/user/UserRule.vue +0 -78
- package/src/components/modules/automation/AutomationBuilder.vue +0 -54
- package/src/components/modules/billing/billet/Billet.vue +0 -133
- package/src/components/modules/billing/billet/CancelBillet.vue +0 -68
- package/src/components/modules/billing/billet/CheckBillet.vue +0 -122
- package/src/components/modules/billing/billet/CreateBillet.vue +0 -83
- package/src/components/modules/billing/billet/PDFBillet.vue +0 -116
- package/src/components/modules/billing/billet/UpdateBillet.vue +0 -78
- package/src/components/modules/billing/billet-config/BilletConfig.js +0 -12
- package/src/components/modules/billing/billet-config/BilletConfigCreateUpdate.vue +0 -91
- package/src/components/modules/billing/generate-billing/GenerateBilling.vue +0 -371
- package/src/components/modules/billing/generate-billing/GenerateInvoice.vue +0 -98
- package/src/components/modules/billing/generate-billing/GenerateTaxDocument.vue +0 -180
- package/src/components/modules/billing/generate-billing/InvoiceOrTaxDocument.vue +0 -61
- package/src/components/modules/billing/generate-billing/ItemsRentForInvoice.vue +0 -205
- package/src/components/modules/billing/generate-billing/NewGenerateNfse.vue +0 -430
- package/src/components/modules/billing/generate-billing/SuccessBilling.vue +0 -149
- package/src/components/modules/billing/history-billet/HistoryBillet.vue +0 -85
- package/src/components/modules/billing/invoice/DropdownOptionsInvoice.vue +0 -219
- package/src/components/modules/billing/invoice/Invoice.js +0 -30
- package/src/components/modules/billing/invoice/InvoiceCreateUpdate.vue +0 -209
- package/src/components/modules/billing/invoice/InvoiceTotalization.vue +0 -62
- package/src/components/modules/billing/items-invoice/ItemsInvoice.js +0 -20
- package/src/components/modules/billing/items-invoice/ItemsInvoiceCreateUpdate.vue +0 -138
- package/src/components/modules/billing/items-invoice/ItemsInvoiceList.vue +0 -235
- package/src/components/modules/cashier/CashierMovementList.vue +0 -186
- package/src/components/modules/cashier/CloseCashier.js +0 -9
- package/src/components/modules/cashier/CloseCashier.vue +0 -112
- package/src/components/modules/cashier/OpenCashier.js +0 -9
- package/src/components/modules/cashier/OpenCashier.vue +0 -154
- package/src/components/modules/cashier/Totalization.vue +0 -114
- package/src/components/modules/crm/category-customer/CategoryCustomer.js +0 -10
- package/src/components/modules/crm/category-customer/CategoryCustomerCreateUpdate.vue +0 -92
- package/src/components/modules/crm/category-customer/OriginCustomer.js +0 -10
- package/src/components/modules/crm/category-customer/OriginCustomerCreateUpdate.vue +0 -92
- package/src/components/modules/dashboard/alert/Alert.vue +0 -115
- package/src/components/modules/dashboard/billing/PanelBillet.vue +0 -211
- package/src/components/modules/dashboard/billing/PanelInvoice.vue +0 -189
- package/src/components/modules/dashboard/config/ConfigDashboard.vue +0 -253
- package/src/components/modules/dashboard/favorite/Favorite.js +0 -126
- package/src/components/modules/dashboard/favorite/Favorite.vue +0 -117
- package/src/components/modules/dashboard/favorite/FavoriteCreateRemove.vue +0 -136
- package/src/components/modules/dashboard/favorite/_Favorite.vue +0 -289
- package/src/components/modules/dashboard/finance/BalanceBank.vue +0 -124
- package/src/components/modules/dashboard/finance/BalanceFinance.vue +0 -186
- package/src/components/modules/dashboard/finance/BillsToPay.vue +0 -137
- package/src/components/modules/dashboard/finance/BillsToReceive.vue +0 -141
- package/src/components/modules/dashboard/finance/FinancialCard.vue +0 -132
- package/src/components/modules/dashboard/finance/PanelFinance.vue +0 -146
- package/src/components/modules/dashboard/finance/PanelPayReceive.vue +0 -228
- package/src/components/modules/dashboard/finance/PaymentByStatus.vue +0 -121
- package/src/components/modules/dashboard/operational/DeliveryDevolution.vue +0 -163
- package/src/components/modules/dashboard/operational/PanelOperational.vue +0 -230
- package/src/components/modules/dashboard/rent/BalanceRent.vue +0 -156
- package/src/components/modules/dashboard/rent/PanelRent.vue +0 -187
- package/src/components/modules/dashboard/rent/PanelRent_old.vue +0 -72
- package/src/components/modules/dashboard/rent/RankingCollaborator.vue +0 -166
- package/src/components/modules/dashboard/rent/StatusCard.vue +0 -134
- package/src/components/modules/dashboard/rent/TotalRent.vue +0 -133
- package/src/components/modules/dashboard/rent/_BalanceRent.vue +0 -176
- package/src/components/modules/dashboard/rent/_RankingCollaborator.vue +0 -173
- package/src/components/modules/dashboard/rent/_TotalRent.vue +0 -154
- package/src/components/modules/dashboard/shared/SelectFilter.vue +0 -136
- package/src/components/modules/dashboard/signature/PanelSignature.vue +0 -145
- package/src/components/modules/dashboard/stock/TotalStock.vue +0 -127
- package/src/components/modules/dashboard/task/PanelTask.vue +0 -122
- package/src/components/modules/finance/bank/Bank.js +0 -12
- package/src/components/modules/finance/bank/BankCreateUpdate.vue +0 -101
- package/src/components/modules/finance/bank-account/BankAccountCreateUpdate.js +0 -34
- package/src/components/modules/finance/bank-account/BankAccountCreateUpdate.vue +0 -234
- package/src/components/modules/finance/bank-reconciliation/AddTransactionsList.vue +0 -137
- package/src/components/modules/finance/bank-reconciliation/BankReconciliation.js +0 -7
- package/src/components/modules/finance/bank-reconciliation/BankReconciliation.vue +0 -164
- package/src/components/modules/finance/bank-reconciliation/ImportPluggy.vue +0 -95
- package/src/components/modules/finance/bank-reconciliation/ItemFixedBar.vue +0 -39
- package/src/components/modules/finance/bank-reconciliation/ItemReconciliation.vue +0 -125
- package/src/components/modules/finance/bank-reconciliation/ReconciliationList.vue +0 -185
- package/src/components/modules/finance/bank-reconciliation/SuggestionList.vue +0 -278
- package/src/components/modules/finance/bank-reconciliation/TransactionsList.vue +0 -211
- package/src/components/modules/finance/chart-of-accounts/ChartOfAccounts.js +0 -14
- package/src/components/modules/finance/chart-of-accounts/ChartOfAccountsCreateUpdate.vue +0 -108
- package/src/components/modules/finance/chart-of-accounts/ChartOfAccountsCreateUpdateList.vue +0 -260
- package/src/components/modules/finance/cost-center/CostCenter.js +0 -16
- package/src/components/modules/finance/cost-center/CostCenterCreateUpdate.vue +0 -128
- package/src/components/modules/finance/cost-center/CostCenterList.vue +0 -310
- package/src/components/modules/finance/dre/DataCrossTable.vue +0 -448
- package/src/components/modules/finance/new-payable-receivable/PayableReceivableConfig.vue +0 -35
- package/src/components/modules/finance/new-payable-receivable/PayableReceivableItem.vue +0 -448
- package/src/components/modules/finance/new-payable-receivable/PayableReceivableList.vue +0 -321
- package/src/components/modules/finance/new-payable-receivable/PayableReceivableSummary.vue +0 -179
- package/src/components/modules/finance/payable-receivable/PayableReceivable.js +0 -57
- package/src/components/modules/finance/payable-receivable/PayableReceivableCreateUpdate.vue +0 -357
- package/src/components/modules/finance/pluggy/PluggyConnect.vue +0 -91
- package/src/components/modules/finance/relationship-rent/RelationshipRentCreateUpdate.vue +0 -127
- package/src/components/modules/finance/relationship-rent/RelationshipRentList.vue +0 -164
- package/src/components/modules/finance/transfer-account/TransferAccount.js +0 -18
- package/src/components/modules/finance/transfer-account/TransferAccountCreateUpdate.vue +0 -130
- package/src/components/modules/finance/type-payment/TypePayment.js +0 -14
- package/src/components/modules/finance/type-payment/TypePaymentCreateUpdate.vue +0 -125
- package/src/components/modules/human-resources/collaborator/Collaborator.js +0 -38
- package/src/components/modules/human-resources/collaborator/CollaboratorCreate.vue +0 -125
- package/src/components/modules/human-resources/collaborator/CollaboratorCreateUpdate.vue +0 -200
- package/src/components/modules/human-resources/collaborator/ConsultantCreateUpdate.vue +0 -86
- package/src/components/modules/ia/Nixia.vue +0 -327
- package/src/components/modules/maintenance/items-order-service/ItemsOrderService.js +0 -44
- package/src/components/modules/maintenance/items-order-service/ItemsOrderServiceCreateUpdate.vue +0 -272
- package/src/components/modules/maintenance/items-order-service/ItemsOrderServiceItem.vue +0 -181
- package/src/components/modules/maintenance/items-order-service/ItemsOrderServiceList.vue +0 -132
- package/src/components/modules/maintenance/order-service/DropdownOptionsOs.vue +0 -66
- package/src/components/modules/maintenance/order-service/OrderService.js +0 -33
- package/src/components/modules/maintenance/order-service/OrderServiceCreateUpdate.vue +0 -198
- package/src/components/modules/maintenance/order-service/OrderServiceTotalization.vue +0 -49
- package/src/components/modules/maintenance/os-panel/OsPanel.vue +0 -269
- package/src/components/modules/maintenance/os-panel/OsPanelItem.vue +0 -199
- package/src/components/modules/maintenance/payment-os/PaymentOs.js +0 -19
- package/src/components/modules/maintenance/payment-os/PaymentOsCreateUpdate.vue +0 -130
- package/src/components/modules/maintenance/payment-os/PaymentOsList.vue +0 -249
- package/src/components/modules/notifications/Comunication.vue +0 -51
- package/src/components/modules/notifications/Emails.vue +0 -91
- package/src/components/modules/notifications/Messaging.vue +0 -40
- package/src/components/modules/operational/AddressRentList.vue +0 -124
- package/src/components/modules/operational/ButtonMovimentStock.vue +0 -136
- package/src/components/modules/operational/ItemsRentList.vue +0 -319
- package/src/components/modules/operational/OperationRent.vue +0 -138
- package/src/components/modules/operational/OsPanel.vue +0 -534
- package/src/components/modules/operational/ReservationPanel.vue +0 -224
- package/src/components/modules/operational/SearchByFilter.vue +0 -121
- package/src/components/modules/operational/SearchList.vue +0 -198
- package/src/components/modules/operational/TeamRent.vue +0 -152
- package/src/components/modules/operational/items-rent/ItemRentOperationalUpdate.vue +0 -131
- package/src/components/modules/operational/items-rent/ItemsRent.js +0 -28
- package/src/components/modules/operational/items-rent/ItemsRentOperationalCreate.vue +0 -122
- package/src/components/modules/operational/items-rent/ItemsRentOperationalList.vue +0 -481
- package/src/components/modules/operational/movement-bulk/Errors.vue +0 -28
- package/src/components/modules/operational/movement-bulk/ItemConflict.vue +0 -95
- package/src/components/modules/operational/movement-bulk/ItemMovementBulkOutPut.vue +0 -185
- package/src/components/modules/operational/movement-bulk/ItemsMovementBulk.vue +0 -189
- package/src/components/modules/operational/movement-bulk/ItemsPatrimony.vue +0 -98
- package/src/components/modules/operational/movement-bulk/ListItemGrouped.vue +0 -92
- package/src/components/modules/operational/movement-bulk/MovementBulk.js +0 -23
- package/src/components/modules/operational/movement-bulk/MovementBulkCreateUpdate.vue +0 -138
- package/src/components/modules/operational/movement-bulk/MovementBulkUpdate.vue +0 -493
- package/src/components/modules/operational/movement-bulk/OldMovementBulkUpdate.vue +0 -591
- package/src/components/modules/operational/movement-bulk/RentsDistribution.vue +0 -196
- package/src/components/modules/operational/movement-bulk/SuccessMovement.vue +0 -62
- package/src/components/modules/operational/rent/DropdownOptionsRentOperational.vue +0 -201
- package/src/components/modules/operational/rent/RentOperational.js +0 -40
- package/src/components/modules/operational/rent/RentOperationalCreateUpdate.vue +0 -336
- package/src/components/modules/pdv/rent/AddressRentList.vue +0 -135
- package/src/components/modules/pdv/rent/FinalizeRent.vue +0 -147
- package/src/components/modules/pdv/rent/ItemsRentList.vue +0 -235
- package/src/components/modules/pdv/rent/ItemsRentUpdate.vue +0 -137
- package/src/components/modules/pdv/rent/PrintPdv.vue +0 -84
- package/src/components/modules/pdv/rent/Rent.js +0 -12
- package/src/components/modules/pdv/rent/RentCreate.vue +0 -470
- package/src/components/modules/pdv/rent/SearchByBarcode.vue +0 -91
- package/src/components/modules/pdv/rent/SearchByFilter.vue +0 -120
- package/src/components/modules/pdv/rent/SearchList.vue +0 -159
- package/src/components/modules/pdv/rent/SearchManual.vue +0 -125
- package/src/components/modules/pdv/rent/SuccessPdvRent.vue +0 -82
- package/src/components/modules/planner/card/Card.js +0 -16
- package/src/components/modules/planner/card/CardCreate.vue +0 -78
- package/src/components/modules/planner/card/CardEdit.vue +0 -177
- package/src/components/modules/planner/card/JobCreateUpdate.vue +0 -120
- package/src/components/modules/planner/card/JobList.vue +0 -209
- package/src/components/modules/planner/card/RentLinked.vue +0 -70
- package/src/components/modules/planner/card/RentLinkedList.vue +0 -216
- package/src/components/modules/planner/card/ResponsibleUser.vue +0 -149
- package/src/components/modules/planner/comment/CommentListCreateEdit.vue +0 -253
- package/src/components/modules/planner/funnel/Funnel.js +0 -19
- package/src/components/modules/planner/funnel/FunnelCreateUpdate.vue +0 -151
- package/src/components/modules/planner/funnel/FunnelList.vue +0 -193
- package/src/components/modules/planner/kanban/Badge.vue +0 -19
- package/src/components/modules/planner/kanban/Card.vue +0 -271
- package/src/components/modules/planner/kanban/Kanban.vue +0 -496
- package/src/components/modules/planner/step/ColorStep.vue +0 -56
- package/src/components/modules/planner/step/SelectStep.vue +0 -135
- package/src/components/modules/rental/Rental.drawio +0 -85
- package/src/components/modules/rental/address-rent/AddressRent.js +0 -13
- package/src/components/modules/rental/address-rent/AddressRentCreateUpdate.vue +0 -149
- package/src/components/modules/rental/address-rent/AddressRentList.vue +0 -63
- package/src/components/modules/rental/address-rent/ImportAddress.vue +0 -58
- package/src/components/modules/rental/billing/InvoiceList.vue +0 -246
- package/src/components/modules/rental/clone-rent/CloneRent.vue +0 -144
- package/src/components/modules/rental/expense/Expense.js +0 -29
- package/src/components/modules/rental/expense/ExpenseCreateUpdate.vue +0 -111
- package/src/components/modules/rental/expense/ExpenseList.vue +0 -96
- package/src/components/modules/rental/group-rent/GroupRent.js +0 -10
- package/src/components/modules/rental/group-rent/GroupRentCreateUpdate.vue +0 -97
- package/src/components/modules/rental/items-kit-rent/ItemsKitRent.js +0 -18
- package/src/components/modules/rental/items-kit-rent/ItemsKitRentList.vue +0 -154
- package/src/components/modules/rental/items-kit-rent/ItemsKitRentUpdate.vue +0 -119
- package/src/components/modules/rental/items-rent/ApplyDiscount.vue +0 -52
- package/src/components/modules/rental/items-rent/DisableMovement.vue +0 -54
- package/src/components/modules/rental/items-rent/ItemRentFixedBar.vue +0 -198
- package/src/components/modules/rental/items-rent/ItemRentStockAvailability.vue +0 -120
- package/src/components/modules/rental/items-rent/ItemRentUpdate.vue +0 -222
- package/src/components/modules/rental/items-rent/ItemsAccessoryCreate.vue +0 -148
- package/src/components/modules/rental/items-rent/ItemsAccessoryList.vue +0 -269
- package/src/components/modules/rental/items-rent/ItemsRent.js +0 -40
- package/src/components/modules/rental/items-rent/ItemsRentCreate.vue +0 -181
- package/src/components/modules/rental/items-rent/ItemsRentList.vue +0 -566
- package/src/components/modules/rental/items-rent/ItemsRentStatusStock.vue +0 -121
- package/src/components/modules/rental/items-rent/ItemsRentalInvoice.vue +0 -45
- package/src/components/modules/rental/items-rent/ItemsRentalTotalization.vue +0 -73
- package/src/components/modules/rental/items-rent/RecalculateValue.vue +0 -52
- package/src/components/modules/rental/items-rent/UpdateStatusInvoicing.vue +0 -50
- package/src/components/modules/rental/kit-rent/KitRent.js +0 -16
- package/src/components/modules/rental/kit-rent/KitRentCreateUpdate.vue +0 -146
- package/src/components/modules/rental/maintenance/ItemsOsList.vue +0 -172
- package/src/components/modules/rental/moviment/MovimentList.vue +0 -374
- package/src/components/modules/rental/new-items-rent/ApplyDiscount.vue +0 -131
- package/src/components/modules/rental/new-items-rent/BadgeAvailabilityStock.vue +0 -110
- package/src/components/modules/rental/new-items-rent/BadgeStatusInvoice.vue +0 -73
- package/src/components/modules/rental/new-items-rent/BadgeStatusStock.vue +0 -144
- package/src/components/modules/rental/new-items-rent/BadgeTotalization.vue +0 -224
- package/src/components/modules/rental/new-items-rent/GroupDraggable.vue +0 -880
- package/src/components/modules/rental/new-items-rent/GroupSubgroupSelector.vue +0 -758
- package/src/components/modules/rental/new-items-rent/GroupSubgroupTransfer.vue +0 -58
- package/src/components/modules/rental/new-items-rent/GroupTemplateModal.vue +0 -368
- package/src/components/modules/rental/new-items-rent/IconTypeEquipament.vue +0 -24
- package/src/components/modules/rental/new-items-rent/InputSmartValue.vue +0 -97
- package/src/components/modules/rental/new-items-rent/ItemKitOrAccessoryList.vue +0 -177
- package/src/components/modules/rental/new-items-rent/ItemRentSection.vue +0 -134
- package/src/components/modules/rental/new-items-rent/ItemRentUpdate.vue +0 -158
- package/src/components/modules/rental/new-items-rent/ItemsAccessoryList.vue +0 -13
- package/src/components/modules/rental/new-items-rent/ItemsRent.js +0 -51
- package/src/components/modules/rental/new-items-rent/ItemsRentCreate.vue +0 -367
- package/src/components/modules/rental/new-items-rent/ItemsRentList.vue +0 -1445
- package/src/components/modules/rental/new-items-rent/ItemsRentRow.vue +0 -256
- package/src/components/modules/rental/new-items-rent/RecalculateValue.vue +0 -54
- package/src/components/modules/rental/new-items-rent/RemoveItem.vue +0 -93
- package/src/components/modules/rental/new-items-rent/SearchProductsToolbar.vue +0 -323
- package/src/components/modules/rental/nfse/NfseList.vue +0 -167
- package/src/components/modules/rental/nfse/NfseListItem.vue +0 -195
- package/src/components/modules/rental/payment-rent/PaymentRent.js +0 -20
- package/src/components/modules/rental/payment-rent/PaymentRentCreateUpdate.vue +0 -159
- package/src/components/modules/rental/payment-rent/PaymentRentList.vue +0 -216
- package/src/components/modules/rental/period-rental/GeneratePeriodRent.js +0 -8
- package/src/components/modules/rental/period-rental/GeneratePeriodRent.vue +0 -171
- package/src/components/modules/rental/period-rental/PeriodRent.js +0 -20
- package/src/components/modules/rental/period-rental/PeriodRentCreateUpdate.vue +0 -191
- package/src/components/modules/rental/period-rental/PeriodRentItem.vue +0 -64
- package/src/components/modules/rental/period-rental/PeriodRentList.vue +0 -61
- package/src/components/modules/rental/period-rental/SelectOptionPeriodRent.vue +0 -153
- package/src/components/modules/rental/rent/Rent.js +0 -50
- package/src/components/modules/rental/rent/RentAccept.vue +0 -52
- package/src/components/modules/rental/rent/RentArchive.vue +0 -40
- package/src/components/modules/rental/rent/RentCreateUpdate.vue +0 -640
- package/src/components/modules/rental/rent/RentProgress.vue +0 -47
- package/src/components/modules/rental/rent/RentReject.vue +0 -77
- package/src/components/modules/rental/rent/RentTotalizationRent.vue +0 -161
- package/src/components/modules/rental/shared/CollaboratorWithUser.vue +0 -84
- package/src/components/modules/rental/shared/CustomerWithCreate.vue +0 -79
- package/src/components/modules/rental/shared/DropdownOptionsRent.vue +0 -360
- package/src/components/modules/rental/shared/import-product-rent/ImportProductByRent.vue +0 -124
- package/src/components/modules/rental/shared/import-product-rent/ItemsImportList.vue +0 -198
- package/src/components/modules/rental/shared/import-product-rent/ItemsImportList_old.vue +0 -197
- package/src/components/modules/rental/team/Team.js +0 -31
- package/src/components/modules/rental/team/TeamCreateUpdate.vue +0 -149
- package/src/components/modules/rental/team/TeamList.vue +0 -174
- package/src/components/modules/rental/type-rent/TypeRent.js +0 -10
- package/src/components/modules/rental/type-rent/TypeRentCreateUpdate.vue +0 -111
- package/src/components/modules/rfid/linker-rfid/ProductRfidLinker.vue +0 -629
- package/src/components/modules/rfid/linker-rfid/ProductRfidLinkerList.vue +0 -399
- package/src/components/modules/rfid/linker-rfid/SuccessMessage.vue +0 -74
- package/src/components/modules/rfid/receive/ReceiveTags.vue +0 -472
- package/src/components/modules/shared/ParametersInfo.vue +0 -176
- package/src/components/modules/shared/address/Address.js +0 -32
- package/src/components/modules/shared/address/AddressCreateUpdate.vue +0 -134
- package/src/components/modules/shared/address/AddressList.vue +0 -101
- package/src/components/modules/shared/checklist/ChecklistCreateUpdateList.vue +0 -210
- package/src/components/modules/shared/contact/Contact.js +0 -20
- package/src/components/modules/shared/contact/ContactCreateUpdate.vue +0 -135
- package/src/components/modules/shared/contact/ContactList.vue +0 -100
- package/src/components/modules/shared/customer-supplier/CustomerSupplier.js +0 -53
- package/src/components/modules/shared/customer-supplier/CustomerSupplierCreate.vue +0 -164
- package/src/components/modules/shared/customer-supplier/CustomerSupplierCreateUpdate.vue +0 -350
- package/src/components/modules/shared/document-version/DocumentVersionList.vue +0 -112
- package/src/components/modules/shared/google-calendar/ErrorsGoogle.vue +0 -40
- package/src/components/modules/shared/google-calendar/GoogleCalendar.vue +0 -294
- package/src/components/modules/shared/google-calendar/NotificationSetting.vue +0 -141
- package/src/components/modules/shared/job/Job.js +0 -33
- package/src/components/modules/shared/job/JobCreateUpdate.vue +0 -408
- package/src/components/modules/shared/note/NoteListCreateEdit.vue +0 -308
- package/src/components/modules/shared/parameters/locacaoParameters.js +0 -56
- package/src/components/modules/shared/parameters/taxationParameters.js +0 -49
- package/src/components/modules/shared/payment-items/Payment.js +0 -18
- package/src/components/modules/shared/payment-items/PaymentCreate.vue +0 -127
- package/src/components/modules/shared/payment-items/PaymentUpdate.vue +0 -69
- package/src/components/modules/shared/payment-items/PaymentsList.vue +0 -170
- package/src/components/modules/shared/payment-items/RepeatPayment.vue +0 -108
- package/src/components/modules/shared/tag/Tag.js +0 -13
- package/src/components/modules/shared/tag/TagCreateUpdate.vue +0 -104
- package/src/components/modules/shared/tag/Tags.vue +0 -369
- package/src/components/modules/signature/send-signature/SendSingleSignature.vue +0 -57
- package/src/components/modules/signature/signature-config/SignatureConfig.vue +0 -118
- package/src/components/modules/signature/signature-file/SignatureFileList.vue +0 -125
- package/src/components/modules/signature/signer/SignerList.vue +0 -150
- package/src/components/modules/signature/signer/SignerListForMessaging.vue +0 -116
- package/src/components/modules/stock/accessory/Accessory.js +0 -16
- package/src/components/modules/stock/accessory/AccessoryList.vue +0 -134
- package/src/components/modules/stock/accessory/AccessoryUpdate.vue +0 -155
- package/src/components/modules/stock/availability-product/AvailabilityProduct.vue +0 -196
- package/src/components/modules/stock/category-product/CategoryProduct.js +0 -12
- package/src/components/modules/stock/category-product/CategoryProductCreateUpdate.vue +0 -102
- package/src/components/modules/stock/history-moviment/HistoryMoviment.vue +0 -92
- package/src/components/modules/stock/history-patrimony/HistoryPatrimony.vue +0 -85
- package/src/components/modules/stock/items-moviment/PatrimonyMoviment.vue +0 -134
- package/src/components/modules/stock/manufacturer/Manufacturer.js +0 -10
- package/src/components/modules/stock/manufacturer/ManufacturerCreateUpdate.vue +0 -111
- package/src/components/modules/stock/moviment/AddOrRemoveMaintenance.vue +0 -294
- package/src/components/modules/stock/moviment/ItemProductRent.vue +0 -114
- package/src/components/modules/stock/moviment/ItemProductSelected.vue +0 -78
- package/src/components/modules/stock/moviment/ItemsRentForRecalculatePrice.vue +0 -113
- package/src/components/modules/stock/moviment/PrintMoviment.vue +0 -70
- package/src/components/modules/stock/moviment/ProductAdd.vue +0 -224
- package/src/components/modules/stock/moviment/ProductRent.vue +0 -248
- package/src/components/modules/stock/moviment/ProductSelected.vue +0 -204
- package/src/components/modules/stock/moviment/RentAndSelected.vue +0 -61
- package/src/components/modules/stock/moviment/ReplacementPatrimony.vue +0 -273
- package/src/components/modules/stock/moviment/SuccessMoviment.vue +0 -100
- package/src/components/modules/stock/moviment/TotalizationItemsMoviment.vue +0 -86
- package/src/components/modules/stock/moviment/Warning.vue +0 -231
- package/src/components/modules/stock/moviment/output/CheckOutput.vue +0 -369
- package/src/components/modules/stock/moviment/output/GenerateOutput.vue +0 -149
- package/src/components/modules/stock/moviment/renewed/CheckRenewed.vue +0 -405
- package/src/components/modules/stock/moviment/renewed/GenerateRenewed.vue +0 -194
- package/src/components/modules/stock/moviment/return/CheckReturn.vue +0 -544
- package/src/components/modules/stock/moviment/return/GenerateReturn.vue +0 -127
- package/src/components/modules/stock/patrimony/Patrimony.js +0 -22
- package/src/components/modules/stock/patrimony/PatrimonyCreateUpdate.vue +0 -230
- package/src/components/modules/stock/patrimony/PatrimonyList.vue +0 -364
- package/src/components/modules/stock/price-table/PriceTable.js +0 -19
- package/src/components/modules/stock/price-table/PriceTableCreateUpdate.vue +0 -210
- package/src/components/modules/stock/price-table/PriceTableList.vue +0 -92
- package/src/components/modules/stock/product/Product.js +0 -56
- package/src/components/modules/stock/product/ProductCreateUpdate.vue +0 -360
- package/src/components/modules/stock/search-product/ProductItem.vue +0 -398
- package/src/components/modules/stock/search-product/SearchByBarcode.vue +0 -163
- package/src/components/modules/stock/search-product/SearchProduct.vue +0 -268
- package/src/components/modules/stock/search-product/SearchProduct_old.vue +0 -440
- package/src/components/modules/stock/shared/TimeLineAvailability.vue +0 -239
- package/src/components/modules/stock/type-product/TypeProduct.js +0 -12
- package/src/components/modules/stock/type-product/TypeProductCreateUpdate.vue +0 -108
- package/src/components/modules/stock/unit-of-measurement/UnitOfMeasurement.js +0 -12
- package/src/components/modules/stock/unit-of-measurement/UnitOfMeasurementCreateUpdate.vue +0 -124
- package/src/components/modules/supplier/items-supplier-order/ItemsSupplierOrder.js +0 -22
- package/src/components/modules/supplier/items-supplier-order/ItemsSupplierOrderCreate.vue +0 -78
- package/src/components/modules/supplier/items-supplier-order/ItemsSupplierOrderFixedBar.vue +0 -112
- package/src/components/modules/supplier/items-supplier-order/ItemsSupplierOrderList.vue +0 -251
- package/src/components/modules/supplier/items-supplier-order/ItemsSupplierOrderUpdate.vue +0 -124
- package/src/components/modules/supplier/payment-supplier-order/PaymentSupplierOrder.js +0 -17
- package/src/components/modules/supplier/payment-supplier-order/PaymentSupplierOrderCreateUpdate.vue +0 -128
- package/src/components/modules/supplier/payment-supplier-order/PaymentSupplierOrderList.vue +0 -199
- package/src/components/modules/supplier/shared/SupplierWithCreate.vue +0 -80
- package/src/components/modules/supplier/supplier-order/DropdownOptionsSupplierOrder.vue +0 -190
- package/src/components/modules/supplier/supplier-order/SupplierOrder.js +0 -51
- package/src/components/modules/supplier/supplier-order/SupplierOrderAccept.vue +0 -39
- package/src/components/modules/supplier/supplier-order/SupplierOrderArchive.vue +0 -40
- package/src/components/modules/supplier/supplier-order/SupplierOrderCreateUpdate.vue +0 -301
- package/src/components/modules/supplier/supplier-order/SupplierOrderProgress.vue +0 -52
- package/src/components/modules/supplier/supplier-order/SupplierOrderReject.vue +0 -51
- package/src/components/modules/tax-document/certificate/Certificate.vue +0 -193
- package/src/components/modules/tax-document/cfop/Cfop.js +0 -12
- package/src/components/modules/tax-document/cfop/CfopCreateUpdate.vue +0 -96
- package/src/components/modules/tax-document/company/CompanyTaxation.vue +0 -270
- package/src/components/modules/tax-document/company/ConfigCompany.vue +0 -359
- package/src/components/modules/tax-document/company/Imposto.vue +0 -198
- package/src/components/modules/tax-document/company/Logo.vue +0 -54
- package/src/components/modules/tax-document/items-nfe/ItemsNfe.js +0 -19
- package/src/components/modules/tax-document/items-nfe/ItemsNfeCreate.vue +0 -79
- package/src/components/modules/tax-document/items-nfe/ItemsNfeList.vue +0 -227
- package/src/components/modules/tax-document/items-nfe/ItemsNfeUpdate.vue +0 -123
- package/src/components/modules/tax-document/json/JsonInterpreter.vue +0 -366
- package/src/components/modules/tax-document/nature-operation/NatureOperation.js +0 -10
- package/src/components/modules/tax-document/nature-operation/NatureOperationCreateUpdate.vue +0 -92
- package/src/components/modules/tax-document/nfe/Nfe.js +0 -30
- package/src/components/modules/tax-document/nfe/NfeCreateUpdate.vue +0 -237
- package/src/components/modules/tax-document/nfe/NfeTotalization.vue +0 -49
- package/src/components/modules/tax-document/nfse/ConfigNfse.vue +0 -233
- package/src/components/modules/tax-document/nfse/LocalEvento.vue +0 -135
- package/src/components/modules/tax-document/nfse/Nfse.js +0 -150
- package/src/components/modules/tax-document/nfse/NfseCreateUpdate.vue +0 -312
- package/src/components/modules/tax-document/nfse/NfseCreateUpdate_Plug.vue +0 -221
- package/src/components/modules/tax-document/nfse/Tributacao.vue +0 -20
- package/src/components/modules/tax-document/nfse/TributacaoMunicipal.vue +0 -164
- package/src/components/modules/tax-document/nfse/TributacaoNacional.vue +0 -86
- package/src/components/modules/tax-document/nfse/Tributacao_Plug.vue +0 -185
- package/src/components/modules/tax-document/nfse-nacional/Dados.vue +0 -205
- package/src/components/modules/tax-document/nfse-nacional/Imposto.vue +0 -154
- package/src/components/modules/tax-document/nfse-nacional/NfseNacional.js +0 -211
- package/src/components/modules/tax-document/nfse-nacional/NfseNacionalCreateUpdate.vue +0 -413
- package/src/components/modules/tax-document/nfse-nacional/RegimeTributario.vue +0 -140
- package/src/components/modules/tax-document/nfse-nacional/Transparencia.vue +0 -98
- package/src/components/modules/tax-document/nfse-prefeitura/Dados.vue +0 -212
- package/src/components/modules/tax-document/nfse-prefeitura/Imposto.vue +0 -212
- package/src/components/modules/tax-document/nfse-prefeitura/NfsePrefeitura.js +0 -187
- package/src/components/modules/tax-document/nfse-prefeitura/NfsePrefeituraCreateUpdate.vue +0 -232
- package/src/components/modules/tax-document/nfse-prefeitura/RegimeTributario.vue +0 -244
- package/src/components/modules/tax-document/nfse-prefeitura/Transparencia.vue +0 -85
- package/src/components/modules/tax-document/nfse-shared/NfseDropdownOptions.vue +0 -448
- package/src/components/modules/tax-document/nfse-shared/NfseEmProcessamento.vue +0 -50
- package/src/components/modules/tax-document/nfse-shared/NfseLocalEvento.vue +0 -184
- package/src/components/modules/tax-document/nfse-shared/NfseMensagemErro.vue +0 -52
- package/src/components/modules/tax-document/nfse-shared/NfseStatus.js +0 -27
- package/src/components/modules/tax-document/notification/InputTagEmail.vue +0 -89
- package/src/components/modules/tax-document/notification/Notificacao.vue +0 -121
- package/src/components/modules/tax-document/shared/DropdownOptionsNfs.vue +0 -271
- package/src/components/modules/tax-document/shared/Helpers.js +0 -1283
- package/src/components/modules/tax-document/shared/OpcoesFiscaisGoverno.vue +0 -236
- package/src/components/modules/tax-document/shared/OpcoesTributarias.js +0 -117
- package/src/components/modules/tax-document/shared/classificacaoTributaria.js +0 -288
- package/src/components/modules/tax-document/shared/cnae.js +0 -675
- package/src/components/modules/tax-document/shared/codigoLC116.js +0 -816
- package/src/components/modules/tax-document/shared/codigoTributacaoNacional.js +0 -1344
- package/src/components/modules/tax-document/shared/tributacaoIBSCBS.js +0 -76
- package/src/components/modules/tax-document/taxation/Taxation.js +0 -23
- package/src/components/modules/tax-document/taxation/TaxationCreateUpdate.vue +0 -306
- package/src/components/modules/tax-document/taxation/TaxationCreateUpdate_Plug.vue +0 -202
- package/src/components/modules/tax-document/wizard/StepByStep.vue +0 -1306
- package/src/config/tips.js +0 -9
- package/src/store/modules/generateMoviment.js +0 -102
- package/src/store/modules/paymentShared.js +0 -39
- package/src/store/modules/pdv.js +0 -107
- package/src/store/modules/rfid.js +0 -49
- package/src/views/modules/adm/Authorization.vue +0 -45
- package/src/views/modules/adm/BilletFranchise.vue +0 -38
- package/src/views/modules/adm/Company.vue +0 -34
- package/src/views/modules/adm/ConfirmMailMobile.vue +0 -85
- package/src/views/modules/adm/DocumentCreateUpdate.vue +0 -88
- package/src/views/modules/adm/DocumentList.vue +0 -112
- package/src/views/modules/adm/DocumentPreviewPublic.vue +0 -124
- package/src/views/modules/adm/DocumentPublic.vue +0 -73
- package/src/views/modules/adm/Login.vue +0 -172
- package/src/views/modules/adm/LoginRedirect.vue +0 -74
- package/src/views/modules/adm/LoginTemp.vue +0 -63
- package/src/views/modules/adm/NfeFranchise.vue +0 -38
- package/src/views/modules/adm/NfseFranchise.vue +0 -38
- package/src/views/modules/adm/Notification.vue +0 -43
- package/src/views/modules/adm/Parameter.vue +0 -104
- package/src/views/modules/adm/Plan.vue +0 -77
- package/src/views/modules/adm/Register.vue +0 -70
- package/src/views/modules/adm/ReportAdm.vue +0 -35
- package/src/views/modules/adm/ReportAudit.vue +0 -86
- package/src/views/modules/adm/ResetPassword.vue +0 -73
- package/src/views/modules/adm/SignatureFranchise.vue +0 -38
- package/src/views/modules/adm/Store.vue +0 -47
- package/src/views/modules/adm/UserCreateUpdate.vue +0 -66
- package/src/views/modules/adm/UserList.vue +0 -181
- package/src/views/modules/adm/model/ParameterExemple.js +0 -506
- package/src/views/modules/adm/model/ParameterLegend.js +0 -1195
- package/src/views/modules/billing/BilletConfigList.vue +0 -90
- package/src/views/modules/billing/BilletList.vue +0 -335
- package/src/views/modules/billing/CancelInvoice.vue +0 -97
- package/src/views/modules/billing/GenerateBilling.vue +0 -41
- package/src/views/modules/billing/InvoiceCreateUpdate.vue +0 -45
- package/src/views/modules/billing/InvoiceList.vue +0 -209
- package/src/views/modules/billing/ReportBillet.vue +0 -35
- package/src/views/modules/billing/ReportBilling.vue +0 -35
- package/src/views/modules/billing/ReportInvoice.vue +0 -129
- package/src/views/modules/billing/ReturnShipment.vue +0 -250
- package/src/views/modules/billing/Shipment.vue +0 -141
- package/src/views/modules/billing/ShipmentReturnList.vue +0 -54
- package/src/views/modules/billing/ToProfitList.vue +0 -232
- package/src/views/modules/billing/_ReportBillet.vue +0 -124
- package/src/views/modules/calendar/Calendar.vue +0 -394
- package/src/views/modules/cashier/CashierList.vue +0 -192
- package/src/views/modules/course/Course.vue +0 -31
- package/src/views/modules/crm/CategoryCustomer.vue +0 -73
- package/src/views/modules/crm/ConfigCrm.vue +0 -65
- package/src/views/modules/crm/CustomerCreateUpdate.vue +0 -58
- package/src/views/modules/crm/CustomerList.vue +0 -138
- package/src/views/modules/crm/ImportCustomer.vue +0 -149
- package/src/views/modules/crm/OriginCustomer.vue +0 -74
- package/src/views/modules/crm/ReportCrm.vue +0 -35
- package/src/views/modules/crm/ReportCustomer.vue +0 -331
- package/src/views/modules/dashboard/Dashboard.vue +0 -449
- package/src/views/modules/dashboard/DashboardProfile.js +0 -16
- package/src/views/modules/dashboard/_Dashboard.vue +0 -269
- package/src/views/modules/faturamento/AFaturar.vue +0 -189
- package/src/views/modules/faturamento/HistoricoAFaturar.vue +0 -167
- package/src/views/modules/faturamento/ListaConfigAFaturar.vue +0 -47
- package/src/views/modules/faturamento/Semaforo.vue +0 -135
- package/src/views/modules/finance/Bank.vue +0 -85
- package/src/views/modules/finance/BankAccountCreateUpdate.vue +0 -58
- package/src/views/modules/finance/BankAccountList.vue +0 -127
- package/src/views/modules/finance/BankReconciliation.vue +0 -50
- package/src/views/modules/finance/ConfigFinance.vue +0 -72
- package/src/views/modules/finance/CostCenter.vue +0 -20
- package/src/views/modules/finance/DrePayableReceivable.vue +0 -248
- package/src/views/modules/finance/NewPayableReceivableList.vue +0 -239
- package/src/views/modules/finance/PayableReceivableCreateUpdate.vue +0 -58
- package/src/views/modules/finance/PayableReceivableList.vue +0 -490
- package/src/views/modules/finance/ReportFinance.vue +0 -46
- package/src/views/modules/finance/ReportPayableReceivable.vue +0 -312
- package/src/views/modules/finance/TransferAccountList.vue +0 -154
- package/src/views/modules/finance/TypePayment.vue +0 -80
- package/src/views/modules/financeiro/CentroCusto.vue +0 -112
- package/src/views/modules/financeiro/PlanoConta.vue +0 -111
- package/src/views/modules/financeiro/TipoPagamento.vue +0 -111
- package/src/views/modules/human-resources/CollaboratorCreateUpdate.vue +0 -68
- package/src/views/modules/human-resources/CollaboratorList.vue +0 -110
- package/src/views/modules/locacao/InserirLocacaoPadrao.vue +0 -54
- package/src/views/modules/locacao/InserirLocacaoPdv.vue +0 -104
- package/src/views/modules/locacao/LocacaoPdvFinalizada.vue +0 -75
- package/src/views/modules/maintenance/OrderServiceCreateUpdate.vue +0 -48
- package/src/views/modules/maintenance/OrderServiceList.vue +0 -190
- package/src/views/modules/maintenance/OsPanel.vue +0 -34
- package/src/views/modules/maintenance/ReportMaintenance.vue +0 -38
- package/src/views/modules/maintenance/ReportOrderService.vue +0 -124
- package/src/views/modules/maintenance/ReportProductOrderService.vue +0 -207
- package/src/views/modules/manutencao/InserirEditarOrdemServico.vue +0 -94
- package/src/views/modules/manutencao/Material.vue +0 -123
- package/src/views/modules/manutencao/OrdemServico.vue +0 -145
- package/src/views/modules/manutencao/TipoManutencao.vue +0 -94
- package/src/views/modules/operational/MovementBulkList.vue +0 -143
- package/src/views/modules/operational/MovementBulkUpdate.vue +0 -41
- package/src/views/modules/operational/OperationlSearch.vue +0 -37
- package/src/views/modules/operational/OsPanel.vue +0 -33
- package/src/views/modules/operational/RentOperationalCreateUpdate.vue +0 -38
- package/src/views/modules/operational/RentOperationalList.vue +0 -198
- package/src/views/modules/operational/ReplacementPatrimony.vue +0 -42
- package/src/views/modules/operational/ReportDeliveryDevolution.vue +0 -210
- package/src/views/modules/operational/ReportOperational.vue +0 -35
- package/src/views/modules/operational/ReservationPanel.vue +0 -34
- package/src/views/modules/pdv/PdvRentCreateUpdate.vue +0 -55
- package/src/views/modules/pdv/PdvRentList.vue +0 -103
- package/src/views/modules/pdv/PdvRentSelectOption.vue +0 -89
- package/src/views/modules/pdv/PdvSearch.vue +0 -41
- package/src/views/modules/pdv/SuccessPdvRent.vue +0 -59
- package/src/views/modules/planner/ConfigPlanner.vue +0 -47
- package/src/views/modules/planner/FunnelList.vue +0 -60
- package/src/views/modules/planner/Kanban.vue +0 -94
- package/src/views/modules/planner/Tag.vue +0 -79
- package/src/views/modules/rental/ConfigRental.vue +0 -67
- package/src/views/modules/rental/GroupRent.vue +0 -72
- package/src/views/modules/rental/KitRent.vue +0 -78
- package/src/views/modules/rental/KitRentCreateUpdate.vue +0 -58
- package/src/views/modules/rental/RentCreateUpdate.vue +0 -46
- package/src/views/modules/rental/RentSelectOption.vue +0 -53
- package/src/views/modules/rental/RentalList.vue +0 -394
- package/src/views/modules/rental/ReportRentByCustomer.vue +0 -216
- package/src/views/modules/rental/ReportRentByPayment.vue +0 -195
- package/src/views/modules/rental/ReportRentByPeriodRent.vue +0 -208
- package/src/views/modules/rental/ReportRentByProduct.vue +0 -240
- package/src/views/modules/rental/ReportRentPerformance.vue +0 -231
- package/src/views/modules/rental/ReportRental.vue +0 -46
- package/src/views/modules/rental/TypeRent.vue +0 -78
- package/src/views/modules/rental/_RentalList.vue +0 -285
- package/src/views/modules/rental/___ReportRentPerformance.vue +0 -345
- package/src/views/modules/rfid/LinkProductTags.vue +0 -39
- package/src/views/modules/shared/IntegrationReturn.vue +0 -274
- package/src/views/modules/shared/JobList.vue +0 -227
- package/src/views/modules/signature/ConfigSignature.vue +0 -43
- package/src/views/modules/signature/SignatureList.vue +0 -208
- package/src/views/modules/stock/CategoryProduct.vue +0 -78
- package/src/views/modules/stock/ConfigStock.vue +0 -77
- package/src/views/modules/stock/GenerateOutput.vue +0 -35
- package/src/views/modules/stock/GenerateRenewed.vue +0 -36
- package/src/views/modules/stock/GenerateReturn.vue +0 -35
- package/src/views/modules/stock/ImportProduct.vue +0 -135
- package/src/views/modules/stock/Manufacturer.vue +0 -73
- package/src/views/modules/stock/ProductCreateUpdate.vue +0 -58
- package/src/views/modules/stock/ProductList.vue +0 -185
- package/src/views/modules/stock/ProductSelectOption.vue +0 -80
- package/src/views/modules/stock/ReportHistoryPatrimony.vue +0 -126
- package/src/views/modules/stock/ReportPatrimony.vue +0 -184
- package/src/views/modules/stock/ReportProduct.vue +0 -358
- package/src/views/modules/stock/ReportProductByCustomer.vue +0 -674
- package/src/views/modules/stock/ReportStock.vue +0 -49
- package/src/views/modules/stock/TypeProduct.vue +0 -78
- package/src/views/modules/stock/UnitOfMeasurement.vue +0 -79
- package/src/views/modules/supplier/SupplierCreateUpdate.vue +0 -58
- package/src/views/modules/supplier/SupplierList.vue +0 -139
- package/src/views/modules/supplier/SupplierOrderCreateUpdate.vue +0 -46
- package/src/views/modules/supplier/SupplierOrderList.vue +0 -251
- package/src/views/modules/tax-document/CancelNfse.vue +0 -97
- package/src/views/modules/tax-document/Cfop.vue +0 -72
- package/src/views/modules/tax-document/ConfigTaxDocument.vue +0 -43
- package/src/views/modules/tax-document/NatureOperation.vue +0 -72
- package/src/views/modules/tax-document/NfeCreateUpdate.vue +0 -37
- package/src/views/modules/tax-document/NfeList.vue +0 -173
- package/src/views/modules/tax-document/NfeReceivedList.vue +0 -236
- package/src/views/modules/tax-document/NfseList.vue +0 -44
- package/src/views/modules/tax-document/NfseNacionalCreateUpdate.vue +0 -35
- package/src/views/modules/tax-document/NfseNacionalList.vue +0 -201
- package/src/views/modules/tax-document/NfsePrefeituraCreateUpdate.vue +0 -35
- package/src/views/modules/tax-document/NfsePrefeituraList.vue +0 -201
- package/src/views/modules/tax-document/StepByStep.vue +0 -45
- package/src/views/modules/tax-document/Taxation.vue +0 -93
- package/src/views/modules/tax-document/TaxationCreateUpdate.vue +0 -60
|
@@ -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>
|
|
@@ -1,89 +1,89 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@nixweb/nixloc-ui",
|
|
3
|
-
"version": "0.0.290",
|
|
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": "0.0.290",
|
|
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
|
}
|
|
@@ -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>
|
|
@@ -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
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div id="app">
|
|
3
|
-
<router-view :key="$route.fullPath"></router-view>
|
|
4
|
-
</div>
|
|
5
|
-
</template>
|
|
6
|
-
|
|
7
|
-
<script>
|
|
8
|
-
export default {
|
|
9
|
-
name: "App",
|
|
10
|
-
};
|
|
11
|
-
</script>
|
|
12
|
-
|
|
13
|
-
<style></style>
|
|
1
|
+
<template>
|
|
2
|
+
<div id="app">
|
|
3
|
+
<router-view :key="$route.fullPath"></router-view>
|
|
4
|
+
</div>
|
|
5
|
+
</template>
|
|
6
|
+
|
|
7
|
+
<script>
|
|
8
|
+
export default {
|
|
9
|
+
name: "App",
|
|
10
|
+
};
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<style></style>
|