n20-common-lib 3.0.4 → 3.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -181,11 +181,11 @@
181
181
  </template>
182
182
 
183
183
  <script>
184
- import ClDatePicker from '@/components/cl-date-picker/index.vue'
185
- import ClDatePickerPor from '@/components/cl-date-picker-por/index.vue'
186
- import ClInputNumber from '@/components/cl-input-number/index.vue'
187
- import ClInputNumberRange from '@/components/cl-input-number-range/index.vue'
188
- import ClInputSearch from '@/components/cl-input-search/index.vue'
184
+ import ClDatePicker from '@/components/DatePicker/index.vue'
185
+ import ClDatePickerPor from '@/components/DatePicker/por.vue'
186
+ import ClInputNumber from '@/components/InputNumber/index.vue'
187
+ import ClInputNumberRange from '@/components/InputNumber/numberRange.vue'
188
+ import ClInputSearch from '@/components/InputSearch/index.vue'
189
189
  export default {
190
190
  name: 'AdvancedQuery',
191
191
  components: {
@@ -143,10 +143,10 @@
143
143
 
144
144
  <script>
145
145
  import advancedQuery from './advancedQuery.vue'
146
- import ClAdvancedFilter from '@/components/cl-advanced-filter/index.vue'
147
- import ClInputSearch from '@/components/cl-input-search/index.vue'
148
- import ClDragList from '@/components/cl-drag-list/index.vue'
149
- import ClDialog from '@/components/cl-dialog/index.vue'
146
+ import ClAdvancedFilter from '@/components/AdvancedFilter/index.vue'
147
+ import ClInputSearch from '@/components/InputSearch/index.vue'
148
+ import ClDragList from '@/components/DragList/index.vue'
149
+ import ClDialog from '@/components/Dialog/index.vue'
150
150
  export default {
151
151
  name: 'ProFilterView',
152
152
  components: {