{"remainingRequest":"D:\\jenkins\\workspace\\artfess-module\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\artfess-module\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\artfess-module\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\artfess-module\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\artfess-module\\src\\components\\datetime\\HtTimePicker.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\artfess-module\\src\\components\\datetime\\HtTimePicker.vue","mtime":1675232038652},{"path":"D:\\jenkins\\workspace\\artfess-module\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\artfess-module\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\artfess-module\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\artfess-module\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\artfess-module\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/es6.function.name\";\nimport \"core-js/modules/es6.regexp.split\";\nimport _defineProperty from \"D:/jenkins/workspace/artfess-module/node_modules/@babel/runtime/helpers/esm/defineProperty\";\n\nvar _props;\n\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport utils from \"@/utils.js\";\nimport HtFieldTail from \"@/components/HtFieldTail.vue\";\nexport default {\n name: \"ht-time-select\",\n props: (_props = {\n validate: [String, Object],\n value: String,\n name: String,\n permission: {\n type: String,\n default: \"w\",\n validator: function validator(value) {\n return [\"b\", \"w\", \"r\", \"n\"].indexOf(value) !== -1;\n }\n },\n size: {\n type: String,\n default: \"small\"\n },\n pickerOptions: {\n type: Object,\n default: function _default() {\n return {\n start: \"00:00\",\n step: \"00:15\",\n end: \"23:59\"\n };\n }\n },\n placeholder: String,\n readonly: {\n type: Boolean,\n default: false\n },\n disabled: {\n type: Boolean,\n default: false\n },\n clearable: {\n type: Boolean,\n default: true\n },\n editable: {\n type: Boolean,\n default: true\n },\n defaultValue: {\n type: [String, Date]\n },\n valueFormat: {\n type: String,\n default: \"yyyy-MM-dd HH:mm:ss\"\n },\n rangeSeparator: {\n type: String,\n default: \"-\"\n }\n }, _defineProperty(_props, \"pickerOptions\", {\n type: Object,\n default: function _default() {\n return {};\n }\n }), _defineProperty(_props, \"arrowControl\", {\n type: Boolean,\n default: false\n }), _defineProperty(_props, \"isRange\", {\n type: Boolean,\n default: false\n }), _defineProperty(_props, \"endPlaceholder\", {\n type: String\n }), _defineProperty(_props, \"startPlaceholder\", {\n type: String\n }), _defineProperty(_props, \"modelExpression\", {\n type: String,\n default: \"\"\n }), _props),\n components: {\n HtFieldTail: HtFieldTail\n },\n data: function data() {\n return {\n inputName: null,\n writeable: true\n };\n },\n computed: {\n formatInputVal: {\n get: function get() {\n if (this.value && this.value.constructor == String) {\n return this.value.split(\" \")[1];\n }\n\n if (this.value && this.value.constructor == Date) {\n return this.value.format(\"yyyy-MM-dd HH:mm:ss\").split(\" \")[1];\n }\n }\n },\n inputVal: {\n get: function get() {\n return this.value;\n },\n set: function set(val) {\n this.$emit(\"input\", val);\n }\n },\n inputWriteable: function inputWriteable() {\n return this.writeable ? utils.getWriteable(this.permission) : this.writeable;\n },\n inputValidate: function inputValidate() {\n return utils.addRequiredOrNot(this.permission, this.validate, this);\n }\n },\n created: function created() {\n this.inputName = this.name ? this.name : utils.getName();\n this.$validator = this.$root.$validator;\n }\n};",null]}