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
|
@@ -181,11 +181,11 @@
|
|
|
181
181
|
</template>
|
|
182
182
|
|
|
183
183
|
<script>
|
|
184
|
-
import ClDatePicker from '@/components/
|
|
185
|
-
import ClDatePickerPor from '@/components/
|
|
186
|
-
import ClInputNumber from '@/components/
|
|
187
|
-
import ClInputNumberRange from '@/components/
|
|
188
|
-
import ClInputSearch from '@/components/
|
|
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/
|
|
147
|
-
import ClInputSearch from '@/components/
|
|
148
|
-
import ClDragList from '@/components/
|
|
149
|
-
import ClDialog from '@/components/
|
|
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: {
|