@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.
Files changed (171) hide show
  1. package/@nixweb/nixloc-ui/.github/workflows/publish-npm.yml +32 -0
  2. package/@nixweb/nixloc-ui/README.md +24 -0
  3. package/@nixweb/nixloc-ui/babel.config.js +5 -0
  4. package/@nixweb/nixloc-ui/config/dev.env.js +8 -0
  5. package/@nixweb/nixloc-ui/config/index.js +69 -0
  6. package/@nixweb/nixloc-ui/config/prod.env.js +5 -0
  7. package/@nixweb/nixloc-ui/docs/src/component/template/ViewTemplateReportPreview.drawio +210 -0
  8. package/@nixweb/nixloc-ui/docs/src/store/modulos/relatorio.drawio +37 -0
  9. package/@nixweb/nixloc-ui/package.json +89 -0
  10. package/@nixweb/nixloc-ui/public/favicon.ico +0 -0
  11. package/@nixweb/nixloc-ui/public/image/logo_nixweb.png +0 -0
  12. package/@nixweb/nixloc-ui/public/index.html +20 -0
  13. package/@nixweb/nixloc-ui/public/styles/app.css +53 -0
  14. package/{src → @nixweb/nixloc-ui/src}/component/shared/filter-builder/FilterBuilder.vue +10 -2
  15. package/package.json +1 -1
  16. /package/{src → @nixweb/nixloc-ui/src}/App.vue +0 -0
  17. /package/{src → @nixweb/nixloc-ui/src}/component/forms/Button.vue +0 -0
  18. /package/{src → @nixweb/nixloc-ui/src}/component/forms/ButtonFilter.vue +0 -0
  19. /package/{src → @nixweb/nixloc-ui/src}/component/forms/ButtonGroup.vue +0 -0
  20. /package/{src → @nixweb/nixloc-ui/src}/component/forms/ButtonSub.vue +0 -0
  21. /package/{src → @nixweb/nixloc-ui/src}/component/forms/ButtonToggle.vue +0 -0
  22. /package/{src → @nixweb/nixloc-ui/src}/component/forms/CheckboxGroup.vue +0 -0
  23. /package/{src → @nixweb/nixloc-ui/src}/component/forms/CheckboxServer.vue +0 -0
  24. /package/{src → @nixweb/nixloc-ui/src}/component/forms/CheckboxSimple.vue +0 -0
  25. /package/{src → @nixweb/nixloc-ui/src}/component/forms/Color.vue +0 -0
  26. /package/{src → @nixweb/nixloc-ui/src}/component/forms/DateTime.vue +0 -0
  27. /package/{src → @nixweb/nixloc-ui/src}/component/forms/DateYearMonth.vue +0 -0
  28. /package/{src → @nixweb/nixloc-ui/src}/component/forms/Dropdown.vue +0 -0
  29. /package/{src → @nixweb/nixloc-ui/src}/component/forms/EditorHtml.vue +0 -0
  30. /package/{src → @nixweb/nixloc-ui/src}/component/forms/FileUpload.vue +0 -0
  31. /package/{src → @nixweb/nixloc-ui/src}/component/forms/ImageUpload.vue +0 -0
  32. /package/{src → @nixweb/nixloc-ui/src}/component/forms/IncrementDecrement.vue +0 -0
  33. /package/{src → @nixweb/nixloc-ui/src}/component/forms/InputAddressGoogle.vue +0 -0
  34. /package/{src → @nixweb/nixloc-ui/src}/component/forms/InputCallToAction.vue +0 -0
  35. /package/{src → @nixweb/nixloc-ui/src}/component/forms/InputDecimal.vue +0 -0
  36. /package/{src → @nixweb/nixloc-ui/src}/component/forms/InputDecimalDiscount.vue +0 -0
  37. /package/{src → @nixweb/nixloc-ui/src}/component/forms/InputNumber.vue +0 -0
  38. /package/{src → @nixweb/nixloc-ui/src}/component/forms/InputPassword.vue +0 -0
  39. /package/{src → @nixweb/nixloc-ui/src}/component/forms/InputTag.vue +0 -0
  40. /package/{src → @nixweb/nixloc-ui/src}/component/forms/InputText.vue +0 -0
  41. /package/{src → @nixweb/nixloc-ui/src}/component/forms/InputTextEdit.vue +0 -0
  42. /package/{src → @nixweb/nixloc-ui/src}/component/forms/InputWhatsApp.vue +0 -0
  43. /package/{src → @nixweb/nixloc-ui/src}/component/forms/Modal.vue +0 -0
  44. /package/{src → @nixweb/nixloc-ui/src}/component/forms/RadioGroup.vue +0 -0
  45. /package/{src → @nixweb/nixloc-ui/src}/component/forms/Select.vue +0 -0
  46. /package/{src → @nixweb/nixloc-ui/src}/component/forms/SelectStatic.vue +0 -0
  47. /package/{src → @nixweb/nixloc-ui/src}/component/forms/SideBar.vue +0 -0
  48. /package/{src → @nixweb/nixloc-ui/src}/component/forms/Slider.vue +0 -0
  49. /package/{src → @nixweb/nixloc-ui/src}/component/forms/TextArea.vue +0 -0
  50. /package/{src → @nixweb/nixloc-ui/src}/component/forms/Toggle.vue +0 -0
  51. /package/{src → @nixweb/nixloc-ui/src}/component/layout/Account.vue +0 -0
  52. /package/{src → @nixweb/nixloc-ui/src}/component/layout/Alert.vue +0 -0
  53. /package/{src → @nixweb/nixloc-ui/src}/component/layout/Badge.vue +0 -0
  54. /package/{src → @nixweb/nixloc-ui/src}/component/layout/BarFloating.vue +0 -0
  55. /package/{src → @nixweb/nixloc-ui/src}/component/layout/FixedBar.vue +0 -0
  56. /package/{src → @nixweb/nixloc-ui/src}/component/layout/Gantt.vue +0 -0
  57. /package/{src → @nixweb/nixloc-ui/src}/component/layout/Header.vue +0 -0
  58. /package/{src → @nixweb/nixloc-ui/src}/component/layout/HideShow.vue +0 -0
  59. /package/{src → @nixweb/nixloc-ui/src}/component/layout/IconMolded.vue +0 -0
  60. /package/{src → @nixweb/nixloc-ui/src}/component/layout/LoadingFullPage.vue +0 -0
  61. /package/{src → @nixweb/nixloc-ui/src}/component/layout/Menu.vue +0 -0
  62. /package/{src → @nixweb/nixloc-ui/src}/component/layout/Molded.vue +0 -0
  63. /package/{src → @nixweb/nixloc-ui/src}/component/layout/NewAccount.vue +0 -0
  64. /package/{src → @nixweb/nixloc-ui/src}/component/layout/NewHeader.vue +0 -0
  65. /package/{src → @nixweb/nixloc-ui/src}/component/layout/NewIconMolded.vue +0 -0
  66. /package/{src → @nixweb/nixloc-ui/src}/component/layout/NewMenu.vue +0 -0
  67. /package/{src → @nixweb/nixloc-ui/src}/component/layout/Panel.vue +0 -0
  68. /package/{src → @nixweb/nixloc-ui/src}/component/layout/Popover.vue +0 -0
  69. /package/{src → @nixweb/nixloc-ui/src}/component/layout/ScrollBar.vue +0 -0
  70. /package/{src → @nixweb/nixloc-ui/src}/component/layout/Tab.vue +0 -0
  71. /package/{src → @nixweb/nixloc-ui/src}/component/layout/Tag.vue +0 -0
  72. /package/{src → @nixweb/nixloc-ui/src}/component/layout/Wizard.vue +0 -0
  73. /package/{src → @nixweb/nixloc-ui/src}/component/rental/DisplayCalculatePeriod.vue +0 -0
  74. /package/{src → @nixweb/nixloc-ui/src}/component/rental/DisplayPeriodRent.vue +0 -0
  75. /package/{src → @nixweb/nixloc-ui/src}/component/rental/DisplayTotalization.vue +0 -0
  76. /package/{src → @nixweb/nixloc-ui/src}/component/report/Fields.vue +0 -0
  77. /package/{src → @nixweb/nixloc-ui/src}/component/report/Report.vue +0 -0
  78. /package/{src → @nixweb/nixloc-ui/src}/component/report/ReportTable.vue +0 -0
  79. /package/{src → @nixweb/nixloc-ui/src}/component/report/Totalization.vue +0 -0
  80. /package/{src → @nixweb/nixloc-ui/src}/component/shared/CodeEditor.vue +0 -0
  81. /package/{src → @nixweb/nixloc-ui/src}/component/shared/Collapse.vue +0 -0
  82. /package/{src → @nixweb/nixloc-ui/src}/component/shared/Confirmation.vue +0 -0
  83. /package/{src → @nixweb/nixloc-ui/src}/component/shared/DocumentEditor.vue +0 -0
  84. /package/{src → @nixweb/nixloc-ui/src}/component/shared/DocumentPreview.vue +0 -0
  85. /package/{src → @nixweb/nixloc-ui/src}/component/shared/DocumentPublic.vue +0 -0
  86. /package/{src → @nixweb/nixloc-ui/src}/component/shared/ExportExcel.vue +0 -0
  87. /package/{src → @nixweb/nixloc-ui/src}/component/shared/ExportPDF.vue +0 -0
  88. /package/{src → @nixweb/nixloc-ui/src}/component/shared/FullCalendar.vue +0 -0
  89. /package/{src → @nixweb/nixloc-ui/src}/component/shared/HeaderReport.vue +0 -0
  90. /package/{src → @nixweb/nixloc-ui/src}/component/shared/HorizontalFilter.vue +0 -0
  91. /package/{src → @nixweb/nixloc-ui/src}/component/shared/ListNotifications.vue +0 -0
  92. /package/{src → @nixweb/nixloc-ui/src}/component/shared/Loading.vue +0 -0
  93. /package/{src → @nixweb/nixloc-ui/src}/component/shared/LoadingCard.vue +0 -0
  94. /package/{src → @nixweb/nixloc-ui/src}/component/shared/LoadingMoreButton.vue +0 -0
  95. /package/{src → @nixweb/nixloc-ui/src}/component/shared/Messages.vue +0 -0
  96. /package/{src → @nixweb/nixloc-ui/src}/component/shared/PDFViewer.vue +0 -0
  97. /package/{src → @nixweb/nixloc-ui/src}/component/shared/Pagination.vue +0 -0
  98. /package/{src → @nixweb/nixloc-ui/src}/component/shared/ParameterLegend.vue +0 -0
  99. /package/{src → @nixweb/nixloc-ui/src}/component/shared/ProgressBar.vue +0 -0
  100. /package/{src → @nixweb/nixloc-ui/src}/component/shared/QueryButton.vue +0 -0
  101. /package/{src → @nixweb/nixloc-ui/src}/component/shared/Report.vue +0 -0
  102. /package/{src → @nixweb/nixloc-ui/src}/component/shared/SaveCancel.vue +0 -0
  103. /package/{src → @nixweb/nixloc-ui/src}/component/shared/Search.vue +0 -0
  104. /package/{src → @nixweb/nixloc-ui/src}/component/shared/SelectOption.vue +0 -0
  105. /package/{src → @nixweb/nixloc-ui/src}/component/shared/Table.vue +0 -0
  106. /package/{src → @nixweb/nixloc-ui/src}/component/shared/TableButton.vue +0 -0
  107. /package/{src → @nixweb/nixloc-ui/src}/component/shared/TableDraggable.vue +0 -0
  108. /package/{src → @nixweb/nixloc-ui/src}/component/shared/TableImport.vue +0 -0
  109. /package/{src → @nixweb/nixloc-ui/src}/component/shared/TableItem.vue +0 -0
  110. /package/{src → @nixweb/nixloc-ui/src}/component/shared/TableTotalPerPage.vue +0 -0
  111. /package/{src → @nixweb/nixloc-ui/src}/component/shared/TableTotalRecords.vue +0 -0
  112. /package/{src → @nixweb/nixloc-ui/src}/component/shared/TableTotalization.vue +0 -0
  113. /package/{src → @nixweb/nixloc-ui/src}/component/shared/TimeLine.vue +0 -0
  114. /package/{src → @nixweb/nixloc-ui/src}/component/shared/Timer.vue +0 -0
  115. /package/{src → @nixweb/nixloc-ui/src}/component/shared/Tip.vue +0 -0
  116. /package/{src → @nixweb/nixloc-ui/src}/component/shared/Toast.vue +0 -0
  117. /package/{src → @nixweb/nixloc-ui/src}/component/shared/ToggleTheme.vue +0 -0
  118. /package/{src → @nixweb/nixloc-ui/src}/component/shared/TotalizationReport.vue +0 -0
  119. /package/{src → @nixweb/nixloc-ui/src}/component/shared/VerticalFilter.vue +0 -0
  120. /package/{src → @nixweb/nixloc-ui/src}/component/shared/automation/ActivitiesList.vue +0 -0
  121. /package/{src → @nixweb/nixloc-ui/src}/component/shared/automation/AddRule.vue +0 -0
  122. /package/{src → @nixweb/nixloc-ui/src}/component/shared/automation/AutomationBuilder.vue +0 -0
  123. /package/{src → @nixweb/nixloc-ui/src}/component/shared/automation/DynamicComponentList.vue +0 -0
  124. /package/{src → @nixweb/nixloc-ui/src}/component/shared/automation/SelectRule.vue +0 -0
  125. /package/{src → @nixweb/nixloc-ui/src}/component/shared/automation/components/BillingByRent.vue +0 -0
  126. /package/{src → @nixweb/nixloc-ui/src}/component/shared/automation/components/SendEmail.vue +0 -0
  127. /package/{src → @nixweb/nixloc-ui/src}/component/shared/file-manager/FileManager.vue +0 -0
  128. /package/{src → @nixweb/nixloc-ui/src}/component/shared/filter-builder/FilterQuery.vue +0 -0
  129. /package/{src → @nixweb/nixloc-ui/src}/component/shared/query-builder/AddRule.vue +0 -0
  130. /package/{src → @nixweb/nixloc-ui/src}/component/shared/query-builder/ConvertToOdata.js +0 -0
  131. /package/{src → @nixweb/nixloc-ui/src}/component/shared/query-builder/DynamicComponent.vue +0 -0
  132. /package/{src → @nixweb/nixloc-ui/src}/component/shared/query-builder/DynamicComponentList.vue +0 -0
  133. /package/{src → @nixweb/nixloc-ui/src}/component/shared/query-builder/Fields.vue +0 -0
  134. /package/{src → @nixweb/nixloc-ui/src}/component/shared/query-builder/QueryBuilder.vue +0 -0
  135. /package/{src → @nixweb/nixloc-ui/src}/component/shared/query-builder/Rules.vue +0 -0
  136. /package/{src → @nixweb/nixloc-ui/src}/component/shared/query-builder/SelectRule.vue +0 -0
  137. /package/{src → @nixweb/nixloc-ui/src}/component/shared/query-builder/Tags.vue +0 -0
  138. /package/{src → @nixweb/nixloc-ui/src}/component/shared/query-builder/utilities.js +0 -0
  139. /package/{src → @nixweb/nixloc-ui/src}/component/signature/Payment.vue +0 -0
  140. /package/{src → @nixweb/nixloc-ui/src}/component/signature/Warning.vue +0 -0
  141. /package/{src → @nixweb/nixloc-ui/src}/component/template/ListViewWithDataHandler.vue +0 -0
  142. /package/{src → @nixweb/nixloc-ui/src}/component/template/ReportCreateUpdate.vue +0 -0
  143. /package/{src → @nixweb/nixloc-ui/src}/component/template/ViewTemplateConfiguration.vue +0 -0
  144. /package/{src → @nixweb/nixloc-ui/src}/component/template/ViewTemplateDocumentView.vue +0 -0
  145. /package/{src → @nixweb/nixloc-ui/src}/component/template/ViewTemplateImportFile.vue +0 -0
  146. /package/{src → @nixweb/nixloc-ui/src}/component/template/ViewTemplateReportList.vue +0 -0
  147. /package/{src → @nixweb/nixloc-ui/src}/component/template/ViewTemplateReportPreview.vue +0 -0
  148. /package/{src → @nixweb/nixloc-ui/src}/component/template/ViewTemplateSelectOption.vue +0 -0
  149. /package/{src → @nixweb/nixloc-ui/src}/component/template/ViewTemplateWithSalveCancel.vue +0 -0
  150. /package/{src → @nixweb/nixloc-ui/src}/component/template/ViewTemplateWithTable.vue +0 -0
  151. /package/{src → @nixweb/nixloc-ui/src}/component/template/model/Report.js +0 -0
  152. /package/{src → @nixweb/nixloc-ui/src}/component/training/Course.vue +0 -0
  153. /package/{src → @nixweb/nixloc-ui/src}/component/training/CourseView.vue +0 -0
  154. /package/{src → @nixweb/nixloc-ui/src}/component/value-objects/Address.js +0 -0
  155. /package/{src → @nixweb/nixloc-ui/src}/component/value-objects/Address.vue +0 -0
  156. /package/{src → @nixweb/nixloc-ui/src}/component/value-objects/Contact.js +0 -0
  157. /package/{src → @nixweb/nixloc-ui/src}/component/value-objects/Contact.vue +0 -0
  158. /package/{src → @nixweb/nixloc-ui/src}/component/value-objects/Person.js +0 -0
  159. /package/{src → @nixweb/nixloc-ui/src}/component/value-objects/Person.vue +0 -0
  160. /package/{src → @nixweb/nixloc-ui/src}/config/axios.js +0 -0
  161. /package/{src → @nixweb/nixloc-ui/src}/config/dicas.js +0 -0
  162. /package/{src → @nixweb/nixloc-ui/src}/config/router.js +0 -0
  163. /package/{src → @nixweb/nixloc-ui/src}/config/token.js +0 -0
  164. /package/{src → @nixweb/nixloc-ui/src}/main.js +0 -0
  165. /package/{src → @nixweb/nixloc-ui/src}/store/modules/automation.js +0 -0
  166. /package/{src → @nixweb/nixloc-ui/src}/store/modules/generic.js +0 -0
  167. /package/{src → @nixweb/nixloc-ui/src}/store/modules/report.js +0 -0
  168. /package/{src → @nixweb/nixloc-ui/src}/store/modules/user.js +0 -0
  169. /package/{src → @nixweb/nixloc-ui/src}/store/modules/util.js +0 -0
  170. /package/{src → @nixweb/nixloc-ui/src}/store/modules/validation.js +0 -0
  171. /package/{src → @nixweb/nixloc-ui/src}/store/store.js +0 -0
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nixweb/nixloc-ui",
3
- "version": "0.0.299",
3
+ "version": "0.0.300",
4
4
  "description": "Componentes UI",
5
5
  "author": "Fábio Ávila <fabio@nixweb.com.br>",
6
6
  "private": false,
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes