@nixweb/nixloc-ui 0.0.299 → 0.0.300
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/@nixweb/nixloc-ui/.github/workflows/publish-npm.yml +32 -0
- package/@nixweb/nixloc-ui/README.md +24 -0
- package/@nixweb/nixloc-ui/babel.config.js +5 -0
- package/@nixweb/nixloc-ui/config/dev.env.js +8 -0
- package/@nixweb/nixloc-ui/config/index.js +69 -0
- package/@nixweb/nixloc-ui/config/prod.env.js +5 -0
- package/@nixweb/nixloc-ui/docs/src/component/template/ViewTemplateReportPreview.drawio +210 -0
- package/@nixweb/nixloc-ui/docs/src/store/modulos/relatorio.drawio +37 -0
- package/@nixweb/nixloc-ui/package.json +89 -0
- package/@nixweb/nixloc-ui/public/favicon.ico +0 -0
- package/@nixweb/nixloc-ui/public/image/logo_nixweb.png +0 -0
- package/@nixweb/nixloc-ui/public/index.html +20 -0
- package/@nixweb/nixloc-ui/public/styles/app.css +53 -0
- package/{src → @nixweb/nixloc-ui/src}/component/shared/filter-builder/FilterBuilder.vue +10 -2
- package/package.json +1 -1
- /package/{src → @nixweb/nixloc-ui/src}/App.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/Button.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/ButtonFilter.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/ButtonGroup.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/ButtonSub.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/ButtonToggle.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/CheckboxGroup.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/CheckboxServer.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/CheckboxSimple.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/Color.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/DateTime.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/DateYearMonth.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/Dropdown.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/EditorHtml.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/FileUpload.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/ImageUpload.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/IncrementDecrement.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/InputAddressGoogle.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/InputCallToAction.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/InputDecimal.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/InputDecimalDiscount.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/InputNumber.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/InputPassword.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/InputTag.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/InputText.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/InputTextEdit.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/InputWhatsApp.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/Modal.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/RadioGroup.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/Select.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/SelectStatic.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/SideBar.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/Slider.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/TextArea.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/forms/Toggle.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/Account.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/Alert.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/Badge.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/BarFloating.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/FixedBar.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/Gantt.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/Header.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/HideShow.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/IconMolded.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/LoadingFullPage.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/Menu.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/Molded.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/NewAccount.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/NewHeader.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/NewIconMolded.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/NewMenu.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/Panel.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/Popover.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/ScrollBar.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/Tab.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/Tag.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/layout/Wizard.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/rental/DisplayCalculatePeriod.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/rental/DisplayPeriodRent.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/rental/DisplayTotalization.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/report/Fields.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/report/Report.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/report/ReportTable.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/report/Totalization.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/CodeEditor.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/Collapse.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/Confirmation.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/DocumentEditor.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/DocumentPreview.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/DocumentPublic.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/ExportExcel.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/ExportPDF.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/FullCalendar.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/HeaderReport.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/HorizontalFilter.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/ListNotifications.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/Loading.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/LoadingCard.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/LoadingMoreButton.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/Messages.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/PDFViewer.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/Pagination.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/ParameterLegend.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/ProgressBar.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/QueryButton.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/Report.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/SaveCancel.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/Search.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/SelectOption.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/Table.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/TableButton.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/TableDraggable.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/TableImport.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/TableItem.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/TableTotalPerPage.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/TableTotalRecords.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/TableTotalization.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/TimeLine.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/Timer.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/Tip.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/Toast.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/ToggleTheme.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/TotalizationReport.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/VerticalFilter.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/automation/ActivitiesList.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/automation/AddRule.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/automation/AutomationBuilder.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/automation/DynamicComponentList.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/automation/SelectRule.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/automation/components/BillingByRent.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/automation/components/SendEmail.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/file-manager/FileManager.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/filter-builder/FilterQuery.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/query-builder/AddRule.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/query-builder/ConvertToOdata.js +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/query-builder/DynamicComponent.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/query-builder/DynamicComponentList.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/query-builder/Fields.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/query-builder/QueryBuilder.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/query-builder/Rules.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/query-builder/SelectRule.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/query-builder/Tags.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/shared/query-builder/utilities.js +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/signature/Payment.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/signature/Warning.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/template/ListViewWithDataHandler.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/template/ReportCreateUpdate.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/template/ViewTemplateConfiguration.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/template/ViewTemplateDocumentView.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/template/ViewTemplateImportFile.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/template/ViewTemplateReportList.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/template/ViewTemplateReportPreview.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/template/ViewTemplateSelectOption.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/template/ViewTemplateWithSalveCancel.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/template/ViewTemplateWithTable.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/template/model/Report.js +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/training/Course.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/training/CourseView.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/value-objects/Address.js +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/value-objects/Address.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/value-objects/Contact.js +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/value-objects/Contact.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/value-objects/Person.js +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/component/value-objects/Person.vue +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/config/axios.js +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/config/dicas.js +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/config/router.js +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/config/token.js +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/main.js +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/store/modules/automation.js +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/store/modules/generic.js +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/store/modules/report.js +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/store/modules/user.js +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/store/modules/util.js +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/store/modules/validation.js +0 -0
- /package/{src → @nixweb/nixloc-ui/src}/store/store.js +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +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
|
+
|
|
20
|
+
</html>
|
|
@@ -0,0 +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;
|
|
53
|
+
}
|
|
@@ -37,8 +37,14 @@
|
|
|
37
37
|
:initialValue="item.value" v-model="item.value" />
|
|
38
38
|
</div>
|
|
39
39
|
</div>
|
|
40
|
+
|
|
41
|
+
<RadioGroup v-if="item.type == 'radio'" :title="item.title" :options="item.options"
|
|
42
|
+
v-model="item.value" />
|
|
43
|
+
|
|
40
44
|
<InputText v-if="item.type == 'text' || item.type == 'patrimony'" :title="item.title"
|
|
41
45
|
v-model="item.value" />
|
|
46
|
+
|
|
47
|
+
<InputNumber v-if="item.type == 'number'" :title="item.title" v-model="item.value" />
|
|
42
48
|
</b-col>
|
|
43
49
|
<b-col sm="1">
|
|
44
50
|
<div class="icon-remove" @click="removeItem(item.field)">
|
|
@@ -61,18 +67,20 @@
|
|
|
61
67
|
import Button from "@nixweb/nixloc-ui/src/component/forms/Button";
|
|
62
68
|
import InputText from "@nixweb/nixloc-ui/src/component/forms/InputText";
|
|
63
69
|
import InputDecimal from "@nixweb/nixloc-ui/src/component/forms/InputDecimal";
|
|
70
|
+
import InputNumber from "@nixweb/nixloc-ui/src/component/forms/InputNumber";
|
|
64
71
|
import SelectStatic from "@nixweb/nixloc-ui/src/component/forms/SelectStatic";
|
|
65
72
|
import CheckboxGroup from "@nixweb/nixloc-ui/src/component/forms/CheckboxGroup";
|
|
66
73
|
import CheckboxServer from "@nixweb/nixloc-ui/src/component/forms/CheckboxServer";
|
|
67
74
|
import ScrollBar from "@nixweb/nixloc-ui/src/component/layout/ScrollBar.vue";
|
|
68
75
|
import DateTime from "@nixweb/nixloc-ui/src/component/forms/DateTime";
|
|
76
|
+
import RadioGroup from "@nixweb/nixloc-ui/src/component/forms/RadioGroup";
|
|
69
77
|
|
|
70
78
|
import { mapMutations, mapState, mapGetters } from "vuex";
|
|
71
79
|
|
|
72
80
|
export default {
|
|
73
81
|
name: "FilterBuilder",
|
|
74
82
|
props: ["filters", "value"],
|
|
75
|
-
components: { SelectStatic, Button, CheckboxGroup, CheckboxServer, InputText, ScrollBar, DateTime, InputDecimal },
|
|
83
|
+
components: { SelectStatic, Button, CheckboxGroup, CheckboxServer, InputText, InputNumber, ScrollBar, DateTime, InputDecimal, RadioGroup },
|
|
76
84
|
data() {
|
|
77
85
|
return {
|
|
78
86
|
filterSelected: {},
|
|
@@ -119,7 +127,7 @@ export default {
|
|
|
119
127
|
type: item.type,
|
|
120
128
|
originalValue: item.value,
|
|
121
129
|
required: item.required,
|
|
122
|
-
value: item.type == "decimal" ? [item.valueStart, item.valueEnd].join('<>') : Array.isArray(item.value) ? item.value.join('<>') : item.value
|
|
130
|
+
value: item.type == "decimal" ? [item.valueStart, item.valueEnd].join('<>') : Array.isArray(item.value) ? item.value.join('<>') : item.value.toString()
|
|
123
131
|
}));
|
|
124
132
|
},
|
|
125
133
|
},
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src → @nixweb/nixloc-ui/src}/component/shared/automation/components/BillingByRent.vue
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src → @nixweb/nixloc-ui/src}/component/shared/query-builder/DynamicComponentList.vue
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|