doway-coms 1.6.64 → 1.6.67
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
|
@@ -296,6 +296,7 @@ import BaseIntervalInput from "../../BaseIntervalInput/index";
|
|
|
296
296
|
import BaseNumberInput from "../../BaseNumberInput/index";
|
|
297
297
|
|
|
298
298
|
import moment from "moment";
|
|
299
|
+
import BaseDateMonth from "../../BaseDateMonth";
|
|
299
300
|
export default {
|
|
300
301
|
components: {
|
|
301
302
|
BaseInput,
|
|
@@ -303,6 +304,7 @@ export default {
|
|
|
303
304
|
BaseDate,
|
|
304
305
|
BaseDatetime,
|
|
305
306
|
BaseDateWeek,
|
|
307
|
+
BaseDateMonth,
|
|
306
308
|
BaseTextArea,
|
|
307
309
|
BaseButton,
|
|
308
310
|
BaseSelect,
|