@kg-ui/kg-ui 0.0.13 → 0.0.14
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/lib/main.common.js +702 -345
- package/lib/main.css +1 -1
- package/lib/main.umd.js +702 -345
- package/lib/main.umd.min.js +3 -3
- package/package.json +1 -1
package/lib/main.umd.js
CHANGED
|
@@ -111,17 +111,6 @@ test[TO_STRING_TAG] = 'z';
|
|
|
111
111
|
module.exports = String(test) === '[object z]';
|
|
112
112
|
|
|
113
113
|
|
|
114
|
-
/***/ }),
|
|
115
|
-
|
|
116
|
-
/***/ "0106":
|
|
117
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
118
|
-
|
|
119
|
-
"use strict";
|
|
120
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_readMd_vue_vue_type_style_index_0_id_043ee4e2_prod_lang_scss_scoped_true__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("9f4b");
|
|
121
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_readMd_vue_vue_type_style_index_0_id_043ee4e2_prod_lang_scss_scoped_true__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_readMd_vue_vue_type_style_index_0_id_043ee4e2_prod_lang_scss_scoped_true__WEBPACK_IMPORTED_MODULE_0__);
|
|
122
|
-
/* unused harmony reexport * */
|
|
123
|
-
|
|
124
|
-
|
|
125
114
|
/***/ }),
|
|
126
115
|
|
|
127
116
|
/***/ "04b0":
|
|
@@ -3682,152 +3671,6 @@ __webpack_require__.d(__webpack_exports__, "DataType", function() { return /* bi
|
|
|
3682
3671
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
|
|
3683
3672
|
var es_array_push = __webpack_require__("14d9");
|
|
3684
3673
|
|
|
3685
|
-
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js
|
|
3686
|
-
function _checkPrivateRedeclaration(obj, privateCollection) {
|
|
3687
|
-
if (privateCollection.has(obj)) {
|
|
3688
|
-
throw new TypeError("Cannot initialize the same private elements twice on an object");
|
|
3689
|
-
}
|
|
3690
|
-
}
|
|
3691
|
-
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js
|
|
3692
|
-
|
|
3693
|
-
function _classPrivateMethodInitSpec(obj, privateSet) {
|
|
3694
|
-
_checkPrivateRedeclaration(obj, privateSet);
|
|
3695
|
-
privateSet.add(obj);
|
|
3696
|
-
}
|
|
3697
|
-
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js
|
|
3698
|
-
function _classApplyDescriptorGet(receiver, descriptor) {
|
|
3699
|
-
if (descriptor.get) {
|
|
3700
|
-
return descriptor.get.call(receiver);
|
|
3701
|
-
}
|
|
3702
|
-
return descriptor.value;
|
|
3703
|
-
}
|
|
3704
|
-
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js
|
|
3705
|
-
function _classCheckPrivateStaticAccess(receiver, classConstructor) {
|
|
3706
|
-
if (receiver !== classConstructor) {
|
|
3707
|
-
throw new TypeError("Private static access of wrong provenance");
|
|
3708
|
-
}
|
|
3709
|
-
}
|
|
3710
|
-
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js
|
|
3711
|
-
function _classCheckPrivateStaticFieldDescriptor(descriptor, action) {
|
|
3712
|
-
if (descriptor === undefined) {
|
|
3713
|
-
throw new TypeError("attempted to " + action + " private static field before its declaration");
|
|
3714
|
-
}
|
|
3715
|
-
}
|
|
3716
|
-
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
function _classStaticPrivateFieldSpecGet(receiver, classConstructor, descriptor) {
|
|
3721
|
-
_classCheckPrivateStaticAccess(receiver, classConstructor);
|
|
3722
|
-
_classCheckPrivateStaticFieldDescriptor(descriptor, "get");
|
|
3723
|
-
return _classApplyDescriptorGet(receiver, descriptor);
|
|
3724
|
-
}
|
|
3725
|
-
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js
|
|
3726
|
-
function _classPrivateMethodGet(receiver, privateSet, fn) {
|
|
3727
|
-
if (!privateSet.has(receiver)) {
|
|
3728
|
-
throw new TypeError("attempted to get private field on non-instance");
|
|
3729
|
-
}
|
|
3730
|
-
return fn;
|
|
3731
|
-
}
|
|
3732
|
-
// EXTERNAL MODULE: ./node_modules/axios/index.js
|
|
3733
|
-
var axios = __webpack_require__("bc3a");
|
|
3734
|
-
var axios_default = /*#__PURE__*/__webpack_require__.n(axios);
|
|
3735
|
-
|
|
3736
|
-
// CONCATENATED MODULE: ./packages/know_ui_v2/utils/http/index.js
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
var _class;
|
|
3741
|
-
|
|
3742
|
-
const defaultConfig = {
|
|
3743
|
-
timeout: 10000,
|
|
3744
|
-
headers: {
|
|
3745
|
-
Accept: 'application/json, text/plain, */*',
|
|
3746
|
-
'Content-Type': 'application/json',
|
|
3747
|
-
'X-Requested-With': 'XMLHttpRequest'
|
|
3748
|
-
}
|
|
3749
|
-
};
|
|
3750
|
-
|
|
3751
|
-
// request interceptor 请求拦截器
|
|
3752
|
-
var _httpInterceptorsRequest = /*#__PURE__*/new WeakSet();
|
|
3753
|
-
var _httpInterceptorsResponse = /*#__PURE__*/new WeakSet();
|
|
3754
|
-
class http_PureHttp {
|
|
3755
|
-
constructor() {
|
|
3756
|
-
/** 响应拦截 */
|
|
3757
|
-
_classPrivateMethodInitSpec(this, _httpInterceptorsResponse);
|
|
3758
|
-
/** 请求拦截 */
|
|
3759
|
-
_classPrivateMethodInitSpec(this, _httpInterceptorsRequest);
|
|
3760
|
-
_classPrivateMethodGet(this, _httpInterceptorsRequest, _httpInterceptorsRequest2).call(this);
|
|
3761
|
-
_classPrivateMethodGet(this, _httpInterceptorsResponse, _httpInterceptorsResponse2).call(this);
|
|
3762
|
-
}
|
|
3763
|
-
/** 保存当前Axios实例对象 */
|
|
3764
|
-
|
|
3765
|
-
request(method, url, param, axiosConfig) {
|
|
3766
|
-
const config = {
|
|
3767
|
-
method,
|
|
3768
|
-
url,
|
|
3769
|
-
...param,
|
|
3770
|
-
...axiosConfig
|
|
3771
|
-
};
|
|
3772
|
-
return new Promise((resolve, reject) => {
|
|
3773
|
-
_classStaticPrivateFieldSpecGet(http_PureHttp, http_PureHttp, _axiosInstance).request(config).then(response => {
|
|
3774
|
-
resolve(response);
|
|
3775
|
-
}).catch(error => {
|
|
3776
|
-
reject(error);
|
|
3777
|
-
});
|
|
3778
|
-
});
|
|
3779
|
-
}
|
|
3780
|
-
post(url, params, config) {
|
|
3781
|
-
return this.request('post', url, params, config);
|
|
3782
|
-
}
|
|
3783
|
-
get(url, params, config) {
|
|
3784
|
-
return this.request('get', url, params, config);
|
|
3785
|
-
}
|
|
3786
|
-
cancelByUrl(url) {
|
|
3787
|
-
_classStaticPrivateFieldSpecGet(http_PureHttp, http_PureHttp, _requestMap)[url] && _classStaticPrivateFieldSpecGet(http_PureHttp, http_PureHttp, _requestMap)[url].cancel('取消请求');
|
|
3788
|
-
// 取消后移出请求列表
|
|
3789
|
-
delete _classStaticPrivateFieldSpecGet(http_PureHttp, http_PureHttp, _requestMap)[url || ''];
|
|
3790
|
-
}
|
|
3791
|
-
}
|
|
3792
|
-
_class = http_PureHttp;
|
|
3793
|
-
function _httpInterceptorsRequest2() {
|
|
3794
|
-
_classStaticPrivateFieldSpecGet(_class, _class, _axiosInstance).interceptors.request.use(config => {
|
|
3795
|
-
config.headers['accessToken'] = window['kg_token'];
|
|
3796
|
-
// 生成取消令牌并存储到requestMap
|
|
3797
|
-
const source = axios_default.a.CancelToken.source();
|
|
3798
|
-
_classStaticPrivateFieldSpecGet(_class, _class, _requestMap)[config.url] = source;
|
|
3799
|
-
// 将取消令牌添加到请求配置中
|
|
3800
|
-
config.cancelToken = source.token;
|
|
3801
|
-
// console.log("cancle", config.cancelToken);
|
|
3802
|
-
return config;
|
|
3803
|
-
}, error => {
|
|
3804
|
-
return Promise.reject(error);
|
|
3805
|
-
});
|
|
3806
|
-
}
|
|
3807
|
-
function _httpInterceptorsResponse2() {
|
|
3808
|
-
_classStaticPrivateFieldSpecGet(_class, _class, _axiosInstance).interceptors.response.use(response => {
|
|
3809
|
-
const res = response.data;
|
|
3810
|
-
delete _classStaticPrivateFieldSpecGet(_class, _class, _requestMap)[response.config.url || ''];
|
|
3811
|
-
if (res.data === -1000) {
|
|
3812
|
-
console.error('用户未登录');
|
|
3813
|
-
alert('token失效');
|
|
3814
|
-
return res;
|
|
3815
|
-
}
|
|
3816
|
-
return res;
|
|
3817
|
-
}, error => {
|
|
3818
|
-
console.log('err' + error); // for debug
|
|
3819
|
-
return Promise.reject(error);
|
|
3820
|
-
});
|
|
3821
|
-
}
|
|
3822
|
-
var _axiosInstance = {
|
|
3823
|
-
writable: true,
|
|
3824
|
-
value: axios_default.a.create(defaultConfig)
|
|
3825
|
-
};
|
|
3826
|
-
var _requestMap = {
|
|
3827
|
-
writable: true,
|
|
3828
|
-
value: {}
|
|
3829
|
-
};
|
|
3830
|
-
const http = new http_PureHttp();
|
|
3831
3674
|
// CONCATENATED MODULE: ./node_modules/@microsoft/fetch-event-source/lib/esm/parse.js
|
|
3832
3675
|
async function getBytes(stream, onChunk) {
|
|
3833
3676
|
const reader = stream.getReader();
|
|
@@ -4031,14 +3874,7 @@ function defaultOnOpen(response) {
|
|
|
4031
3874
|
//# sourceMappingURL=fetch.js.map
|
|
4032
3875
|
// CONCATENATED MODULE: ./packages/know_ui_v2/api/copilot.js
|
|
4033
3876
|
|
|
4034
|
-
|
|
4035
3877
|
const baseUrlApi = url => `/api/${url}`;
|
|
4036
|
-
const sendMsgApi = (sendUrl, data) => {
|
|
4037
|
-
return http.post(baseUrlApi(sendUrl), {
|
|
4038
|
-
data,
|
|
4039
|
-
timeout: 60000
|
|
4040
|
-
});
|
|
4041
|
-
};
|
|
4042
3878
|
const getReport = param => {
|
|
4043
3879
|
const controller = new AbortController();
|
|
4044
3880
|
let {
|
|
@@ -4072,6 +3908,151 @@ const getReport = param => {
|
|
|
4072
3908
|
controller.abort();
|
|
4073
3909
|
};
|
|
4074
3910
|
};
|
|
3911
|
+
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js
|
|
3912
|
+
function _checkPrivateRedeclaration(obj, privateCollection) {
|
|
3913
|
+
if (privateCollection.has(obj)) {
|
|
3914
|
+
throw new TypeError("Cannot initialize the same private elements twice on an object");
|
|
3915
|
+
}
|
|
3916
|
+
}
|
|
3917
|
+
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js
|
|
3918
|
+
|
|
3919
|
+
function _classPrivateMethodInitSpec(obj, privateSet) {
|
|
3920
|
+
_checkPrivateRedeclaration(obj, privateSet);
|
|
3921
|
+
privateSet.add(obj);
|
|
3922
|
+
}
|
|
3923
|
+
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js
|
|
3924
|
+
function _classApplyDescriptorGet(receiver, descriptor) {
|
|
3925
|
+
if (descriptor.get) {
|
|
3926
|
+
return descriptor.get.call(receiver);
|
|
3927
|
+
}
|
|
3928
|
+
return descriptor.value;
|
|
3929
|
+
}
|
|
3930
|
+
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js
|
|
3931
|
+
function _classCheckPrivateStaticAccess(receiver, classConstructor) {
|
|
3932
|
+
if (receiver !== classConstructor) {
|
|
3933
|
+
throw new TypeError("Private static access of wrong provenance");
|
|
3934
|
+
}
|
|
3935
|
+
}
|
|
3936
|
+
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js
|
|
3937
|
+
function _classCheckPrivateStaticFieldDescriptor(descriptor, action) {
|
|
3938
|
+
if (descriptor === undefined) {
|
|
3939
|
+
throw new TypeError("attempted to " + action + " private static field before its declaration");
|
|
3940
|
+
}
|
|
3941
|
+
}
|
|
3942
|
+
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js
|
|
3943
|
+
|
|
3944
|
+
|
|
3945
|
+
|
|
3946
|
+
function _classStaticPrivateFieldSpecGet(receiver, classConstructor, descriptor) {
|
|
3947
|
+
_classCheckPrivateStaticAccess(receiver, classConstructor);
|
|
3948
|
+
_classCheckPrivateStaticFieldDescriptor(descriptor, "get");
|
|
3949
|
+
return _classApplyDescriptorGet(receiver, descriptor);
|
|
3950
|
+
}
|
|
3951
|
+
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js
|
|
3952
|
+
function _classPrivateMethodGet(receiver, privateSet, fn) {
|
|
3953
|
+
if (!privateSet.has(receiver)) {
|
|
3954
|
+
throw new TypeError("attempted to get private field on non-instance");
|
|
3955
|
+
}
|
|
3956
|
+
return fn;
|
|
3957
|
+
}
|
|
3958
|
+
// EXTERNAL MODULE: ./node_modules/axios/index.js
|
|
3959
|
+
var axios = __webpack_require__("bc3a");
|
|
3960
|
+
var axios_default = /*#__PURE__*/__webpack_require__.n(axios);
|
|
3961
|
+
|
|
3962
|
+
// CONCATENATED MODULE: ./packages/know_ui_v2/utils/http/index.js
|
|
3963
|
+
|
|
3964
|
+
|
|
3965
|
+
|
|
3966
|
+
var _class;
|
|
3967
|
+
|
|
3968
|
+
const defaultConfig = {
|
|
3969
|
+
timeout: 5 * 60 * 1000,
|
|
3970
|
+
headers: {
|
|
3971
|
+
Accept: 'application/json, text/plain, */*',
|
|
3972
|
+
'Content-Type': 'application/json',
|
|
3973
|
+
'X-Requested-With': 'XMLHttpRequest'
|
|
3974
|
+
}
|
|
3975
|
+
};
|
|
3976
|
+
|
|
3977
|
+
// request interceptor 请求拦截器
|
|
3978
|
+
var _httpInterceptorsRequest = /*#__PURE__*/new WeakSet();
|
|
3979
|
+
var _httpInterceptorsResponse = /*#__PURE__*/new WeakSet();
|
|
3980
|
+
class http_PureHttp {
|
|
3981
|
+
constructor() {
|
|
3982
|
+
/** 响应拦截 */
|
|
3983
|
+
_classPrivateMethodInitSpec(this, _httpInterceptorsResponse);
|
|
3984
|
+
/** 请求拦截 */
|
|
3985
|
+
_classPrivateMethodInitSpec(this, _httpInterceptorsRequest);
|
|
3986
|
+
_classPrivateMethodGet(this, _httpInterceptorsRequest, _httpInterceptorsRequest2).call(this);
|
|
3987
|
+
_classPrivateMethodGet(this, _httpInterceptorsResponse, _httpInterceptorsResponse2).call(this);
|
|
3988
|
+
}
|
|
3989
|
+
/** 保存当前Axios实例对象 */
|
|
3990
|
+
|
|
3991
|
+
request(method, url, param, axiosConfig) {
|
|
3992
|
+
const config = {
|
|
3993
|
+
method,
|
|
3994
|
+
url,
|
|
3995
|
+
...param,
|
|
3996
|
+
...axiosConfig
|
|
3997
|
+
};
|
|
3998
|
+
return new Promise((resolve, reject) => {
|
|
3999
|
+
_classStaticPrivateFieldSpecGet(http_PureHttp, http_PureHttp, _axiosInstance).request(config).then(response => {
|
|
4000
|
+
resolve(response);
|
|
4001
|
+
}).catch(error => {
|
|
4002
|
+
reject(error);
|
|
4003
|
+
});
|
|
4004
|
+
});
|
|
4005
|
+
}
|
|
4006
|
+
post(url, params, config) {
|
|
4007
|
+
return this.request('post', url, params, config);
|
|
4008
|
+
}
|
|
4009
|
+
get(url, params, config) {
|
|
4010
|
+
return this.request('get', url, params, config);
|
|
4011
|
+
}
|
|
4012
|
+
cancelByUrl(url) {
|
|
4013
|
+
_classStaticPrivateFieldSpecGet(http_PureHttp, http_PureHttp, _requestMap)[url] && _classStaticPrivateFieldSpecGet(http_PureHttp, http_PureHttp, _requestMap)[url].cancel('取消请求');
|
|
4014
|
+
// 取消后移出请求列表
|
|
4015
|
+
delete _classStaticPrivateFieldSpecGet(http_PureHttp, http_PureHttp, _requestMap)[url || ''];
|
|
4016
|
+
}
|
|
4017
|
+
}
|
|
4018
|
+
_class = http_PureHttp;
|
|
4019
|
+
function _httpInterceptorsRequest2() {
|
|
4020
|
+
_classStaticPrivateFieldSpecGet(_class, _class, _axiosInstance).interceptors.request.use(config => {
|
|
4021
|
+
// 生成取消令牌并存储到requestMap
|
|
4022
|
+
const source = axios_default.a.CancelToken.source();
|
|
4023
|
+
_classStaticPrivateFieldSpecGet(_class, _class, _requestMap)[config.url] = source;
|
|
4024
|
+
// 将取消令牌添加到请求配置中
|
|
4025
|
+
config.cancelToken = source.token;
|
|
4026
|
+
// console.log("cancle", config.cancelToken);
|
|
4027
|
+
return config;
|
|
4028
|
+
}, error => {
|
|
4029
|
+
return Promise.reject(error);
|
|
4030
|
+
});
|
|
4031
|
+
}
|
|
4032
|
+
function _httpInterceptorsResponse2() {
|
|
4033
|
+
_classStaticPrivateFieldSpecGet(_class, _class, _axiosInstance).interceptors.response.use(response => {
|
|
4034
|
+
const res = response.data;
|
|
4035
|
+
delete _classStaticPrivateFieldSpecGet(_class, _class, _requestMap)[response.config.url || ''];
|
|
4036
|
+
if (res.data === -1000) {
|
|
4037
|
+
console.error('用户未登录');
|
|
4038
|
+
alert('token失效');
|
|
4039
|
+
return res;
|
|
4040
|
+
}
|
|
4041
|
+
return res;
|
|
4042
|
+
}, error => {
|
|
4043
|
+
console.log('err' + error); // for debug
|
|
4044
|
+
return Promise.reject(error);
|
|
4045
|
+
});
|
|
4046
|
+
}
|
|
4047
|
+
var _axiosInstance = {
|
|
4048
|
+
writable: true,
|
|
4049
|
+
value: axios_default.a.create(defaultConfig)
|
|
4050
|
+
};
|
|
4051
|
+
var _requestMap = {
|
|
4052
|
+
writable: true,
|
|
4053
|
+
value: {}
|
|
4054
|
+
};
|
|
4055
|
+
const http = new http_PureHttp();
|
|
4075
4056
|
// CONCATENATED MODULE: ./packages/know_ui_v2/store/moudle/copilotStore.js
|
|
4076
4057
|
|
|
4077
4058
|
|
|
@@ -4108,6 +4089,10 @@ const copilotStore_state = {
|
|
|
4108
4089
|
requestSseing: false,
|
|
4109
4090
|
isSetOut: false,
|
|
4110
4091
|
// 是否将searchText赋值给文本框
|
|
4092
|
+
intelligentAnalysisConfig: {},
|
|
4093
|
+
currentPluginParams: {},
|
|
4094
|
+
currentUsePlugin: {},
|
|
4095
|
+
defaultDeal: {},
|
|
4111
4096
|
cancelsse: () => {}
|
|
4112
4097
|
};
|
|
4113
4098
|
const getters = {};
|
|
@@ -4119,7 +4104,7 @@ const mutations = {
|
|
|
4119
4104
|
msgs: [{
|
|
4120
4105
|
uuid: Date.now(),
|
|
4121
4106
|
needPrinting: true,
|
|
4122
|
-
type: DataType
|
|
4107
|
+
type: DataType.text,
|
|
4123
4108
|
content: state.initText
|
|
4124
4109
|
}],
|
|
4125
4110
|
showOpt: false
|
|
@@ -4131,6 +4116,8 @@ const mutations = {
|
|
|
4131
4116
|
initText,
|
|
4132
4117
|
aiName,
|
|
4133
4118
|
maxSendNum,
|
|
4119
|
+
intelligentAnalysisConfig,
|
|
4120
|
+
defaultDeal,
|
|
4134
4121
|
placeholder
|
|
4135
4122
|
}) {
|
|
4136
4123
|
state.getkitsUrl = getkitsUrl;
|
|
@@ -4145,8 +4132,8 @@ const mutations = {
|
|
|
4145
4132
|
mutations.initDialogue(state);
|
|
4146
4133
|
state.stopDialogue = false;
|
|
4147
4134
|
state.sendLonding = true; //初始化缓慢打字
|
|
4148
|
-
|
|
4149
|
-
state.
|
|
4135
|
+
state.intelligentAnalysisConfig = intelligentAnalysisConfig;
|
|
4136
|
+
state.defaultDeal = defaultDeal;
|
|
4150
4137
|
},
|
|
4151
4138
|
resetCopilot(state) {
|
|
4152
4139
|
state.searchText = '';
|
|
@@ -4196,7 +4183,7 @@ const mutations = {
|
|
|
4196
4183
|
});
|
|
4197
4184
|
return;
|
|
4198
4185
|
}
|
|
4199
|
-
const plusName = state.
|
|
4186
|
+
const plusName = state.currentUsePlugin.name;
|
|
4200
4187
|
state.msgList.push({
|
|
4201
4188
|
isSend: false,
|
|
4202
4189
|
needPrinting: true,
|
|
@@ -4218,93 +4205,203 @@ const mutations = {
|
|
|
4218
4205
|
},
|
|
4219
4206
|
setCancelUrl(state, url) {
|
|
4220
4207
|
state.cancleUrl = url;
|
|
4208
|
+
},
|
|
4209
|
+
onlyCancelRequest(state) {
|
|
4210
|
+
state.cancelsse && state.cancelsse(); //取消sse接收
|
|
4211
|
+
state.requestSseing = false;
|
|
4212
|
+
http.cancelByUrl(state.cancleUrl);
|
|
4221
4213
|
}
|
|
4222
4214
|
};
|
|
4223
4215
|
const actions = {
|
|
4224
4216
|
async sendMsg({
|
|
4225
4217
|
state,
|
|
4226
|
-
commit
|
|
4227
|
-
|
|
4228
|
-
|
|
4229
|
-
if (
|
|
4230
|
-
|
|
4231
|
-
commit('setMsgList', {
|
|
4232
|
-
isSend: true,
|
|
4233
|
-
needPrinting: false,
|
|
4234
|
-
msgs: [{
|
|
4235
|
-
needPrinting: false,
|
|
4236
|
-
uuid: Date.now(),
|
|
4237
|
-
type: DataType
|
|
4238
|
-
content: msg
|
|
4239
|
-
}],
|
|
4240
|
-
showOpt: false
|
|
4241
|
-
|
|
4242
|
-
|
|
4243
|
-
commit('
|
|
4244
|
-
|
|
4245
|
-
|
|
4246
|
-
|
|
4247
|
-
|
|
4248
|
-
|
|
4249
|
-
|
|
4250
|
-
|
|
4251
|
-
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
}
|
|
4218
|
+
commit,
|
|
4219
|
+
dispatch
|
|
4220
|
+
}, msg) {
|
|
4221
|
+
if (!msg) return;
|
|
4222
|
+
if (state.sendLonding) return;
|
|
4223
|
+
commit('setMsgList', {
|
|
4224
|
+
isSend: true,
|
|
4225
|
+
needPrinting: false,
|
|
4226
|
+
msgs: [{
|
|
4227
|
+
needPrinting: false,
|
|
4228
|
+
uuid: Date.now(),
|
|
4229
|
+
type: DataType.text,
|
|
4230
|
+
content: msg
|
|
4231
|
+
}],
|
|
4232
|
+
showOpt: false
|
|
4233
|
+
});
|
|
4234
|
+
commit('setSendLonding', true);
|
|
4235
|
+
commit('setSearchText', {
|
|
4236
|
+
str: ''
|
|
4237
|
+
});
|
|
4238
|
+
commit('setShowNewTheme', true);
|
|
4239
|
+
const willSendMsg = state.msgList.slice(-5).map(item => {
|
|
4240
|
+
return item.msgs.map(msg => {
|
|
4241
|
+
if (msg.type === DataType.text) {
|
|
4242
|
+
return msg.content;
|
|
4243
|
+
}
|
|
4244
|
+
if (msg.type === DataType.edit) {
|
|
4245
|
+
return msg.content.message;
|
|
4246
|
+
}
|
|
4247
|
+
}).join('');
|
|
4248
|
+
});
|
|
4249
|
+
let pluginList = [];
|
|
4250
|
+
if (Object.keys(state.checkedPluginByBtn).length) {
|
|
4251
|
+
const {
|
|
4252
|
+
name,
|
|
4253
|
+
param_desc
|
|
4254
|
+
} = state.checkedPluginByBtn;
|
|
4255
|
+
pluginList = [{
|
|
4256
|
+
name,
|
|
4257
|
+
param_desc
|
|
4258
|
+
}];
|
|
4259
|
+
} else {
|
|
4260
|
+
pluginList = state.plugins.map(item => {
|
|
4261
|
+
const {
|
|
4262
|
+
name,
|
|
4263
|
+
param_desc,
|
|
4264
|
+
require
|
|
4265
|
+
} = item;
|
|
4266
|
+
return {
|
|
4267
|
+
name,
|
|
4268
|
+
param_desc,
|
|
4269
|
+
require
|
|
4270
|
+
};
|
|
4271
|
+
});
|
|
4272
|
+
}
|
|
4273
|
+
commit('setCancelUrl', state.intelligentAnalysisConfig.url);
|
|
4274
|
+
const chatgptAnalysisResult = await http.post(state.intelligentAnalysisConfig.url, {
|
|
4275
|
+
data: {
|
|
4276
|
+
message: willSendMsg[willSendMsg.length - 1],
|
|
4277
|
+
pluginList
|
|
4278
|
+
},
|
|
4279
|
+
headers: {
|
|
4280
|
+
accessToken: state.intelligentAnalysisConfig.token
|
|
4281
|
+
}
|
|
4282
|
+
});
|
|
4283
|
+
if (chatgptAnalysisResult.status !== 200) {
|
|
4284
|
+
commit('setSendLonding', false);
|
|
4285
|
+
return;
|
|
4286
|
+
}
|
|
4287
|
+
if ('err' in chatgptAnalysisResult.data) {
|
|
4288
|
+
dispatch('sendChatgptMsg', willSendMsg);
|
|
4289
|
+
return;
|
|
4290
|
+
}
|
|
4291
|
+
state.currentPluginParams = chatgptAnalysisResult.data.param;
|
|
4292
|
+
state.currentUsePlugin = state.plugins.find(item => item.name === chatgptAnalysisResult.data.name) || {};
|
|
4293
|
+
dispatch('sendPluginMsg');
|
|
4294
|
+
},
|
|
4295
|
+
sendChatgptMsg({
|
|
4296
|
+
state,
|
|
4297
|
+
commit,
|
|
4298
|
+
dispatch
|
|
4299
|
+
}, willSendMsg) {
|
|
4300
|
+
state.defaultDeal.requestParameFn = state.defaultDeal.requestParameFn ? state.defaultDeal.requestParameFn : config => config;
|
|
4301
|
+
const {
|
|
4302
|
+
data,
|
|
4303
|
+
headers
|
|
4304
|
+
} = state.defaultDeal.requestParameFn({
|
|
4305
|
+
lastMsgs: willSendMsg,
|
|
4306
|
+
data: {},
|
|
4307
|
+
headers: {}
|
|
4308
|
+
});
|
|
4309
|
+
commit('setRequestSseing', true);
|
|
4310
|
+
commit('setCancelsse', getReport({
|
|
4311
|
+
sendUrl: state.defaultDeal.url,
|
|
4312
|
+
method: state.defaultDeal.method,
|
|
4313
|
+
data,
|
|
4314
|
+
headers,
|
|
4315
|
+
onerror: () => {
|
|
4316
|
+
commit('responseMsg', {
|
|
4317
|
+
type: DataType.text,
|
|
4318
|
+
content: '联网异常'
|
|
4319
|
+
});
|
|
4320
|
+
dispatch('sseRequestOver');
|
|
4321
|
+
},
|
|
4322
|
+
onmessage: msg => {
|
|
4323
|
+
const {
|
|
4324
|
+
type,
|
|
4325
|
+
content,
|
|
4326
|
+
isOver
|
|
4327
|
+
} = state.defaultDeal.responseParameFn(msg);
|
|
4328
|
+
commit('responseMsg', {
|
|
4329
|
+
type,
|
|
4330
|
+
content
|
|
4331
|
+
});
|
|
4332
|
+
if (isOver) {
|
|
4333
|
+
dispatch('sseRequestOver');
|
|
4334
|
+
return;
|
|
4335
|
+
}
|
|
4336
|
+
},
|
|
4337
|
+
onclose: () => {
|
|
4338
|
+
dispatch('sseRequestOver');
|
|
4339
|
+
state.defaultDeal.onclose && state.defaultDeal.onclose();
|
|
4340
|
+
}
|
|
4341
|
+
}));
|
|
4342
|
+
},
|
|
4343
|
+
sendPluginMsg({
|
|
4344
|
+
state,
|
|
4345
|
+
commit,
|
|
4346
|
+
dispatch
|
|
4347
|
+
}) {
|
|
4348
|
+
state.currentUsePlugin.requestParameFn = state.currentUsePlugin.requestParameFn ? state.currentUsePlugin.requestParameFn : config => config;
|
|
4257
4349
|
const {
|
|
4258
4350
|
data,
|
|
4259
4351
|
headers
|
|
4260
|
-
} =
|
|
4352
|
+
} = state.currentUsePlugin.requestParameFn({
|
|
4353
|
+
data: state.currentPluginParams,
|
|
4354
|
+
headers: {}
|
|
4355
|
+
});
|
|
4261
4356
|
commit('setRequestSseing', true);
|
|
4262
4357
|
commit('setCancelsse', getReport({
|
|
4263
|
-
sendUrl:
|
|
4264
|
-
method:
|
|
4358
|
+
sendUrl: state.currentUsePlugin.url,
|
|
4359
|
+
method: state.currentUsePlugin.method,
|
|
4265
4360
|
data,
|
|
4266
4361
|
headers,
|
|
4267
4362
|
onerror: () => {
|
|
4268
4363
|
commit('responseMsg', {
|
|
4269
|
-
type:
|
|
4364
|
+
type: DataType.text,
|
|
4270
4365
|
content: '联网异常'
|
|
4271
4366
|
});
|
|
4272
|
-
|
|
4273
|
-
commit('setShowNewTheme', false);
|
|
4274
|
-
state.cancelsse();
|
|
4367
|
+
dispatch('sseRequestOver');
|
|
4275
4368
|
},
|
|
4276
4369
|
onmessage: msg => {
|
|
4277
4370
|
const {
|
|
4278
4371
|
type,
|
|
4279
4372
|
content,
|
|
4280
4373
|
isOver
|
|
4281
|
-
} =
|
|
4374
|
+
} = state.currentUsePlugin.responseParameFn(msg);
|
|
4282
4375
|
commit('responseMsg', {
|
|
4283
4376
|
type,
|
|
4284
4377
|
content
|
|
4285
4378
|
});
|
|
4286
4379
|
if (isOver) {
|
|
4287
|
-
|
|
4288
|
-
commit('setShowNewTheme', false);
|
|
4289
|
-
state.cancelsse();
|
|
4380
|
+
dispatch('sseRequestOver');
|
|
4290
4381
|
return;
|
|
4291
4382
|
}
|
|
4292
4383
|
},
|
|
4293
4384
|
onclose: () => {
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
state.cancelsse();
|
|
4297
|
-
currentPlugin.onclose && currentPlugin.onclose();
|
|
4385
|
+
dispatch('sseRequestOver');
|
|
4386
|
+
state.currentUsePlugin.onclose && state.currentUsePlugin.onclose();
|
|
4298
4387
|
}
|
|
4299
4388
|
}));
|
|
4300
4389
|
},
|
|
4390
|
+
sseRequestOver({
|
|
4391
|
+
commit,
|
|
4392
|
+
state
|
|
4393
|
+
}) {
|
|
4394
|
+
commit('setRequestSseing', false);
|
|
4395
|
+
commit('setShowNewTheme', false);
|
|
4396
|
+
state.cancelsse();
|
|
4397
|
+
},
|
|
4301
4398
|
cancelRequest({
|
|
4302
4399
|
state,
|
|
4303
4400
|
commit
|
|
4304
4401
|
}) {
|
|
4305
4402
|
state.cancelsse && state.cancelsse(); //取消sse接收
|
|
4306
4403
|
commit('setRequestSseing', false);
|
|
4307
|
-
http.cancelByUrl(
|
|
4404
|
+
http.cancelByUrl(state.cancleUrl);
|
|
4308
4405
|
commit('setSendLonding', false);
|
|
4309
4406
|
}
|
|
4310
4407
|
};
|
|
@@ -4345,7 +4442,7 @@ module.exports = Object.hasOwn || function hasOwn(it, key) {
|
|
|
4345
4442
|
// ESM COMPAT FLAG
|
|
4346
4443
|
__webpack_require__.r(__webpack_exports__);
|
|
4347
4444
|
|
|
4348
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
4445
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgTimePicker/main.vue?vue&type=template&id=f6fcc5da&scoped=true
|
|
4349
4446
|
var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:"k-time-picker"},[_c('el-dropdown',{attrs:{"trigger":"click","hide-on-click":false},on:{"command":_vm.command,"visible-change":_vm.visibleChange}},[_c('span',{attrs:{"title":_vm.languages['releaseTime'] + ':' + _vm.timeTitleResult}},[_c('span',[_vm._v(_vm._s(_vm.timeTitleResult))]),_c('i',{directives:[{name:"show",rawName:"v-show",value:(!_vm.dropDownVisible),expression:"!dropDownVisible"}],staticClass:"el-icon-arrow-down el-icon--right"}),_c('i',{directives:[{name:"show",rawName:"v-show",value:(_vm.dropDownVisible),expression:"dropDownVisible"}],staticClass:"el-icon-arrow-up el-icon--right"})]),_c('el-dropdown-menu',{staticClass:"dedup-dropdown",attrs:{"slot":"dropdown"},slot:"dropdown"},[_vm._l((_vm.pureTimeTypeList),function(item){return _c('el-dropdown-item',{key:item,attrs:{"command":item}},[_c('el-radio',{attrs:{"label":item},model:{value:(_vm.currentTimeType),callback:function ($$v) {_vm.currentTimeType=$$v},expression:"currentTimeType"}},[_vm._v(" "+_vm._s(_vm.languages[item])+" ")])],1)}),_c('div',{staticClass:"custom_redio"},[_c('el-radio',{attrs:{"label":_vm.customType},model:{value:(_vm.currentTimeType),callback:function ($$v) {_vm.currentTimeType=$$v},expression:"currentTimeType"}},[_vm._v(" "+_vm._s(_vm.languages['custom'])+" ")])],1),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.currentTimeType === _vm.customType),expression:"currentTimeType === customType"}],staticClass:"datepicker_area"},[_c('div',{staticClass:"back_now"},[_c('span',{on:{"click":_vm.datepickerBackNow}},[_c('i',{staticClass:"el-icon-refresh-right"}),_vm._v(" "+_vm._s(_vm.languages['backNow'])+" ")])]),_c('vue-datepicker-local',{attrs:{"clearable":false,"range-separator":"至","format":"YYYY-MM-DD HH:mm:ss"},on:{"confirm":_vm.getCustomerTime,"input":_vm.getCustomerTime},model:{value:(_vm.range),callback:function ($$v) {_vm.range=$$v},expression:"range"}})],1)],2)],1)],1)
|
|
4350
4447
|
}
|
|
4351
4448
|
var staticRenderFns = []
|
|
@@ -4356,7 +4453,7 @@ var staticRenderFns = []
|
|
|
4356
4453
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.error.cause.js
|
|
4357
4454
|
var es_error_cause = __webpack_require__("d9e2");
|
|
4358
4455
|
|
|
4359
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
4456
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/vue-datepicker-local/src/VueDatepickerLocal.vue?vue&type=template&id=48749f78
|
|
4360
4457
|
var VueDatepickerLocalvue_type_template_id_48749f78_render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:"datepicker",class:{'datepicker-range':_vm.range,'datepicker__clearable':_vm.clearable&&_vm.text&&!_vm.disabled}},[(_vm.type!=='inline')?_c('input',{class:[_vm.show ? 'focus' : '', _vm.inputClass],attrs:{"readonly":"","disabled":_vm.disabled,"placeholder":_vm.placeholder,"name":_vm.name},domProps:{"value":_vm.text}}):_vm._e(),_c('a',{staticClass:"datepicker-close",on:{"click":function($event){$event.stopPropagation();return _vm.cls.apply(null, arguments)}}}),_c('transition',{attrs:{"name":"datepicker-anim"}},[(_vm.show||_vm.type==='inline')?_c('div',{staticClass:"datepicker-popup",class:[_vm.popupClass,{'datepicker-inline':_vm.type==='inline'}],attrs:{"tabindex":"-1"}},[(_vm.range)?[_c('vue-datepicker-local-calendar',{attrs:{"left":true},model:{value:(_vm.dates[0]),callback:function ($$v) {_vm.$set(_vm.dates, 0, $$v)},expression:"dates[0]"}}),_c('vue-datepicker-local-calendar',{attrs:{"right":true},model:{value:(_vm.dates[1]),callback:function ($$v) {_vm.$set(_vm.dates, 1, $$v)},expression:"dates[1]"}})]:[_c('vue-datepicker-local-calendar',{model:{value:(_vm.dates[0]),callback:function ($$v) {_vm.$set(_vm.dates, 0, $$v)},expression:"dates[0]"}})],(_vm.showButtons)?_c('div',{staticClass:"datepicker__buttons"},[_c('button',{staticClass:"datepicker__button-cancel",on:{"click":function($event){$event.preventDefault();$event.stopPropagation();return _vm.cancel.apply(null, arguments)}}},[_vm._v(_vm._s(this.local.cancelTip))]),_c('button',{staticClass:"datepicker__button-select",on:{"click":function($event){$event.preventDefault();$event.stopPropagation();return _vm.submit.apply(null, arguments)}}},[_vm._v(_vm._s(this.local.submitTip))])]):_vm._e()],2):_vm._e()])],1)
|
|
4361
4458
|
}
|
|
4362
4459
|
var VueDatepickerLocalvue_type_template_id_48749f78_staticRenderFns = []
|
|
@@ -4364,7 +4461,7 @@ var VueDatepickerLocalvue_type_template_id_48749f78_staticRenderFns = []
|
|
|
4364
4461
|
|
|
4365
4462
|
// CONCATENATED MODULE: ./node_modules/vue-datepicker-local/src/VueDatepickerLocal.vue?vue&type=template&id=48749f78
|
|
4366
4463
|
|
|
4367
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
4464
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/vue-datepicker-local/src/VueDatepickerLocalCalendar.vue?vue&type=template&id=29da1c58
|
|
4368
4465
|
var VueDatepickerLocalCalendarvue_type_template_id_29da1c58_render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{class:`${_vm.pre}`},[_c('div',{class:`${_vm.pre}-head`},[_c('a',{directives:[{name:"show",rawName:"v-show",value:(_vm.showYears),expression:"showYears"}],class:`${_vm.pre}-prev-decade-btn`,on:{"click":function($event){_vm.year-=10}}},[_vm._v("«")]),_c('a',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showYears),expression:"!showYears"}],class:`${_vm.pre}-prev-year-btn`,on:{"click":function($event){_vm.year--}}},[_vm._v("«")]),_c('a',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showYears&&!_vm.showMonths),expression:"!showYears&&!showMonths"}],class:`${_vm.pre}-prev-month-btn`,on:{"click":_vm.pm}},[_vm._v("‹")]),_c('a',{directives:[{name:"show",rawName:"v-show",value:(_vm.showYears),expression:"showYears"}],class:`${_vm.pre}-year-select`},[_vm._v(_vm._s(_vm.ys+'-'+_vm.ye))]),(_vm.local.yearSuffix)?[_c('a',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showYears),expression:"!showYears"}],class:`${_vm.pre}-year-select`,on:{"click":function($event){_vm.showYears=!_vm.showYears}}},[_vm._v(_vm._s(_vm.year)+_vm._s(_vm.local.yearSuffix))]),_c('a',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showYears&&!_vm.showMonths),expression:"!showYears&&!showMonths"}],class:`${_vm.pre}-month-select`,on:{"click":function($event){_vm.showMonths=!_vm.showMonths}}},[_vm._v(_vm._s(_vm.local.monthsHead[_vm.month]))])]:[_c('a',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showYears&&!_vm.showMonths),expression:"!showYears&&!showMonths"}],class:`${_vm.pre}-month-select`,on:{"click":function($event){_vm.showMonths=!_vm.showMonths}}},[_vm._v(_vm._s(_vm.local.monthsHead[_vm.month]))]),_c('a',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showYears),expression:"!showYears"}],class:`${_vm.pre}-year-select`,on:{"click":function($event){_vm.showYears=!_vm.showYears}}},[_vm._v(_vm._s(_vm.year))])],_c('a',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showYears&&!_vm.showMonths),expression:"!showYears&&!showMonths"}],class:`${_vm.pre}-next-month-btn`,on:{"click":_vm.nm}},[_vm._v("›")]),_c('a',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showYears),expression:"!showYears"}],class:`${_vm.pre}-next-year-btn`,on:{"click":function($event){_vm.year++}}},[_vm._v("»")]),_c('a',{directives:[{name:"show",rawName:"v-show",value:(_vm.showYears),expression:"showYears"}],class:`${_vm.pre}-next-decade-btn`,on:{"click":function($event){_vm.year+=10}}},[_vm._v("»")])],2),_c('div',{class:`${_vm.pre}-body`},[_c('div',{class:`${_vm.pre}-days`},[_vm._l((_vm.local.weeks),function(i){return _c('a',{key:i,class:`${_vm.pre}-week`},[_vm._v(_vm._s(i))])}),_vm._l((_vm.days),function(j,i){return _c('a',{key:i,class:[(j.p||j.n)?`${_vm.pre}-date-out`:'',_vm.status(j.y,j.m,j.i,_vm.hour,_vm.minute,_vm.second,'YYYYMMDD')],on:{"click":function($event){_vm.is($event)&&(_vm.day=j.i,_vm.ok(j))}}},[_vm._v(_vm._s(j.i))])})],2),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.showMonths),expression:"showMonths"}],class:`${_vm.pre}-months`},_vm._l((_vm.local.months),function(i,j){return _c('a',{key:j,class:[_vm.status(_vm.year,j,_vm.day,_vm.hour,_vm.minute,_vm.second,'YYYYMM')],on:{"click":function($event){_vm.is($event)&&(_vm.showMonths=(_vm.m==='M'),_vm.month=j,(_vm.m==='M'&&_vm.ok('m')))}}},[_vm._v(_vm._s(i))])}),0),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.showYears),expression:"showYears"}],class:`${_vm.pre}-years`},_vm._l((_vm.years),function(i,j){return _c('a',{key:j,class:[(j===0||j===11)?`${_vm.pre}-date-out`:'',_vm.status(i,_vm.month,_vm.day,_vm.hour,_vm.minute,_vm.second,'YYYY')],on:{"click":function($event){_vm.is($event)&&(_vm.showYears=(_vm.m==='Y'),_vm.year=i,(_vm.m==='Y'&&_vm.ok('y')))}}},[_vm._v(_vm._s(i))])}),0),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.showHours),expression:"showHours"}],class:`${_vm.pre}-hours`},[_c('div',{class:`${_vm.pre}-title`},[_vm._v(_vm._s(_vm.local.hourTip))]),_vm._l((24),function(j,i){return _c('a',{key:i,class:[_vm.status(_vm.year,_vm.month,_vm.day,i,_vm.minute,_vm.second,'YYYYMMDDHH')],on:{"click":function($event){_vm.is($event)&&(_vm.showHours=false,_vm.hour=i,_vm.ok('h'))}}},[_vm._v(_vm._s(i))])})],2),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.showMinutes),expression:"showMinutes"}],class:`${_vm.pre}-minutes`},[_c('div',{class:`${_vm.pre}-title`},[_vm._v(_vm._s(_vm.local.minuteTip))]),_vm._l((60),function(j,i){return _c('a',{key:i,class:[_vm.status(_vm.year,_vm.month,_vm.day,_vm.hour,i,_vm.second,'YYYYMMDDHHmm')],on:{"click":function($event){_vm.is($event)&&(_vm.showMinutes=false,_vm.minute=i,_vm.ok('h'))}}},[_vm._v(_vm._s(i))])})],2),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.showSeconds),expression:"showSeconds"}],class:`${_vm.pre}-seconds`},[_c('div',{class:`${_vm.pre}-title`},[_vm._v(_vm._s(_vm.local.secondTip))]),_vm._l((60),function(j,i){return _c('a',{key:i,class:[_vm.status(_vm.year,_vm.month,_vm.day,_vm.hour,_vm.minute,i,'YYYYMMDDHHmmss')],on:{"click":function($event){_vm.is($event)&&(_vm.showSeconds=false,_vm.second=i,_vm.ok('h'))}}},[_vm._v(_vm._s(i))])})],2)]),(_vm.m==='H')?_c('div',{class:`${_vm.pre}-foot`},[_c('div',{class:`${_vm.pre}-hour`},[_c('a',{class:{on:_vm.showHours},attrs:{"title":_vm.local.hourTip},on:{"click":function($event){_vm.showHours=!_vm.showHours,_vm.showMinutes=_vm.showSeconds=false}}},[_vm._v(_vm._s(_vm._f("dd")(_vm.hour)))]),_c('span',[_vm._v(":")]),_c('a',{class:{on:_vm.showMinutes},attrs:{"title":_vm.local.minuteTip},on:{"click":function($event){_vm.showMinutes=!_vm.showMinutes,_vm.showHours=_vm.showSeconds=false}}},[_vm._v(_vm._s(_vm._f("dd")(_vm.minute)))]),_c('span',[_vm._v(":")]),_c('a',{class:{on:_vm.showSeconds},attrs:{"title":_vm.local.secondTip},on:{"click":function($event){_vm.showSeconds=!_vm.showSeconds,_vm.showHours=_vm.showMinutes=false}}},[_vm._v(_vm._s(_vm._f("dd")(_vm.second)))])])]):_vm._e()])
|
|
4369
4466
|
}
|
|
4370
4467
|
var VueDatepickerLocalCalendarvue_type_template_id_29da1c58_staticRenderFns = []
|
|
@@ -5118,6 +5215,13 @@ module.exports = function (it) {
|
|
|
5118
5215
|
};
|
|
5119
5216
|
|
|
5120
5217
|
|
|
5218
|
+
/***/ }),
|
|
5219
|
+
|
|
5220
|
+
/***/ "1de1":
|
|
5221
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
5222
|
+
|
|
5223
|
+
// extracted by mini-css-extract-plugin
|
|
5224
|
+
|
|
5121
5225
|
/***/ }),
|
|
5122
5226
|
|
|
5123
5227
|
/***/ "1fe5":
|
|
@@ -9181,6 +9285,17 @@ exports.uvCounters = function() {};
|
|
|
9181
9285
|
exports.features = {};
|
|
9182
9286
|
|
|
9183
9287
|
|
|
9288
|
+
/***/ }),
|
|
9289
|
+
|
|
9290
|
+
/***/ "4494":
|
|
9291
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9292
|
+
|
|
9293
|
+
"use strict";
|
|
9294
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_76782aae_prod_lang_scss_scoped_true__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("e597");
|
|
9295
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_76782aae_prod_lang_scss_scoped_true__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_76782aae_prod_lang_scss_scoped_true__WEBPACK_IMPORTED_MODULE_0__);
|
|
9296
|
+
/* unused harmony reexport * */
|
|
9297
|
+
|
|
9298
|
+
|
|
9184
9299
|
/***/ }),
|
|
9185
9300
|
|
|
9186
9301
|
/***/ "44ad":
|
|
@@ -9793,6 +9908,13 @@ module.exports = {
|
|
|
9793
9908
|
};
|
|
9794
9909
|
|
|
9795
9910
|
|
|
9911
|
+
/***/ }),
|
|
9912
|
+
|
|
9913
|
+
/***/ "4daa":
|
|
9914
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
9915
|
+
|
|
9916
|
+
// extracted by mini-css-extract-plugin
|
|
9917
|
+
|
|
9796
9918
|
/***/ }),
|
|
9797
9919
|
|
|
9798
9920
|
/***/ "4dd1":
|
|
@@ -10566,6 +10688,17 @@ function javascript(hljs) {
|
|
|
10566
10688
|
module.exports = javascript;
|
|
10567
10689
|
|
|
10568
10690
|
|
|
10691
|
+
/***/ }),
|
|
10692
|
+
|
|
10693
|
+
/***/ "4ec3":
|
|
10694
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
10695
|
+
|
|
10696
|
+
"use strict";
|
|
10697
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_readMd_vue_vue_type_style_index_0_id_548b865e_prod_lang_scss_scoped_true__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("4daa");
|
|
10698
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_readMd_vue_vue_type_style_index_0_id_548b865e_prod_lang_scss_scoped_true__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_readMd_vue_vue_type_style_index_0_id_548b865e_prod_lang_scss_scoped_true__WEBPACK_IMPORTED_MODULE_0__);
|
|
10699
|
+
/* unused harmony reexport * */
|
|
10700
|
+
|
|
10701
|
+
|
|
10569
10702
|
/***/ }),
|
|
10570
10703
|
|
|
10571
10704
|
/***/ "50c4":
|
|
@@ -10891,7 +11024,7 @@ module.exports = function (bitmap, value) {
|
|
|
10891
11024
|
// ESM COMPAT FLAG
|
|
10892
11025
|
__webpack_require__.r(__webpack_exports__);
|
|
10893
11026
|
|
|
10894
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
11027
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/Home/main.vue?vue&type=template&id=c692ad88&scoped=true
|
|
10895
11028
|
var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:"panel common-layout"},[_c('el-container',{staticStyle:{"height":"100%"}},[_c('el-header',{staticClass:"mb-1",staticStyle:{"padding":"0","height":"auto","width":"100%"}},[_c('LFilter',{ref:"LFilter"})],1)],1)],1)
|
|
10896
11029
|
}
|
|
10897
11030
|
var staticRenderFns = []
|
|
@@ -10902,7 +11035,7 @@ var staticRenderFns = []
|
|
|
10902
11035
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
|
|
10903
11036
|
var es_array_push = __webpack_require__("14d9");
|
|
10904
11037
|
|
|
10905
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
11038
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/Home/LFilter/index.vue?vue&type=template&id=44cc531c&scoped=true
|
|
10906
11039
|
var LFiltervue_type_template_id_44cc531c_scoped_true_render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[_c('FilterArea',{ref:"FilterArea"})],1)
|
|
10907
11040
|
}
|
|
10908
11041
|
var LFiltervue_type_template_id_44cc531c_scoped_true_staticRenderFns = []
|
|
@@ -10910,7 +11043,7 @@ var LFiltervue_type_template_id_44cc531c_scoped_true_staticRenderFns = []
|
|
|
10910
11043
|
|
|
10911
11044
|
// CONCATENATED MODULE: ./packages/know_ui_v2/components/Home/LFilter/index.vue?vue&type=template&id=44cc531c&scoped=true
|
|
10912
11045
|
|
|
10913
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
11046
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/Home/LFilter/FilterArea.vue?vue&type=template&id=79c8b408&scoped=true
|
|
10914
11047
|
var FilterAreavue_type_template_id_79c8b408_scoped_true_render = function render(){var _vm=this,_c=_vm._self._c;return _c('transition',{attrs:{"name":"fade"}},[(_vm.selProjectId !== 0)?_c('div',{staticClass:"filterAreaWrap filterWrap bg-white mt-1"},[_c('div',{attrs:{"id":"filterWrap"}},[(_vm.showList.length ===0)?[_c('div')]:[_vm._l((_vm.showList),function(filter,rowIndex){return _c('div',{key:filter.label_id},[(rowIndex < 4)?_c('div',{staticClass:"flex justify-between gap-x-5 rowWrap",class:{
|
|
10915
11048
|
multiple: filter.multipleSel,
|
|
10916
11049
|
xinyuan: filter.kind === _vm.EnumFilterKind.XinYuan,
|
|
@@ -10949,7 +11082,7 @@ var FilterAreavue_type_template_id_79c8b408_scoped_true_staticRenderFns = []
|
|
|
10949
11082
|
|
|
10950
11083
|
// CONCATENATED MODULE: ./packages/know_ui_v2/components/Home/LFilter/FilterArea.vue?vue&type=template&id=79c8b408&scoped=true
|
|
10951
11084
|
|
|
10952
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
11085
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/Home/LFilter/FilterItem.vue?vue&type=template&id=3a70deee&scoped=true
|
|
10953
11086
|
var FilterItemvue_type_template_id_3a70deee_scoped_true_render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[(!_vm.multipleSel)?[_c('div',{on:{"mouseenter":function($event){return _vm.handleHoverAccount(true)},"mouseleave":function($event){return _vm.handleHoverAccount(false)}}},[_c('el-link',{staticClass:"tagText gap-1.5",attrs:{"size":"small","link":"","type":_vm.selFilterIds.includes(_vm.subFilter.label_id) ? 'warning' : ''},on:{"click":function($event){return _vm.clickFilter(_vm.subFilter)}}},[_c('span',[_vm._v(" "+_vm._s(_vm.subFilter['name_'+_vm.lang])+" ")])]),(_vm.isShowCount)?[(_vm.fliterCount[_vm.subFilter.label_id])?_c('span',{staticClass:"num",staticStyle:{"color":"#aaa"}},[_vm._v(_vm._s(_vm.fliterCount[_vm.subFilter.label_id].toLocaleString()))]):_vm._e()]:_vm._e()],2)]:[_c('div',{staticClass:"flex items-center text-xs text-[#606266]"},[_c('el-checkbox',{model:{value:(_vm.checkOut),callback:function ($$v) {_vm.checkOut=$$v},expression:"checkOut"}},[_c('span',{staticClass:"tagText"},[_vm._v(" "+_vm._s(_vm.subFilter['name_'+_vm.lang]))])])],1)]],2)
|
|
10954
11087
|
}
|
|
10955
11088
|
var FilterItemvue_type_template_id_3a70deee_scoped_true_staticRenderFns = []
|
|
@@ -11032,7 +11165,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
11032
11165
|
)
|
|
11033
11166
|
|
|
11034
11167
|
/* harmony default export */ var FilterItem = (component.exports);
|
|
11035
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
11168
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/Home/LFilter/FilterItemIcon.vue?vue&type=template&id=4b83b000&scoped=true
|
|
11036
11169
|
var FilterItemIconvue_type_template_id_4b83b000_scoped_true_render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:"relative",class:{ hover: _vm.showEdit }},[_c('div',{staticClass:"flex items-end",on:{"mouseenter":function($event){return _vm.handleHoverAccount(true)},"mouseleave":function($event){return _vm.handleHoverAccount(false)}}},[_c('el-link',{staticClass:"tagText gap-1.5",attrs:{"size":"small","type":"text"},on:{"click":function($event){return _vm.clickFilter(_vm.subFilter)}}},[_c('el-image',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showEdit),expression:"!showEdit"}],staticStyle:{"width":"103px","height":"36px"},attrs:{"src":_vm.subFilter.icon,"fit":"none"}},[_c('template',{slot:"error"},[_c('div',{staticClass:"image-slot"},[_vm._v(" "+_vm._s(_vm.subFilter['name_'+_vm.lang])+" ")])])],2),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.showEdit),expression:"showEdit"}],staticClass:"truncate flex items-center justify-center",staticStyle:{"width":"103px","height":"36px"}},[_vm._v(" "+_vm._s(_vm.subFilter['name_'+_vm.lang])+" ")])],1),(_vm.isShowCount)?[(_vm.fliterCount[_vm.subFilter.label_id])?_c('span',{staticClass:"num",staticStyle:{"color":"#aaa"}},[_vm._v(_vm._s(_vm.fliterCount[_vm.subFilter.label_id].toLocaleString()))]):_vm._e()]:_vm._e()],2)])
|
|
11037
11170
|
}
|
|
11038
11171
|
var FilterItemIconvue_type_template_id_4b83b000_scoped_true_staticRenderFns = []
|
|
@@ -11616,6 +11749,13 @@ var classof = __webpack_require__("c6b6");
|
|
|
11616
11749
|
module.exports = classof(global.process) === 'process';
|
|
11617
11750
|
|
|
11618
11751
|
|
|
11752
|
+
/***/ }),
|
|
11753
|
+
|
|
11754
|
+
/***/ "60fe":
|
|
11755
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
11756
|
+
|
|
11757
|
+
// extracted by mini-css-extract-plugin
|
|
11758
|
+
|
|
11619
11759
|
/***/ }),
|
|
11620
11760
|
|
|
11621
11761
|
/***/ "6374":
|
|
@@ -11637,27 +11777,6 @@ module.exports = function (key, value) {
|
|
|
11637
11777
|
};
|
|
11638
11778
|
|
|
11639
11779
|
|
|
11640
|
-
/***/ }),
|
|
11641
|
-
|
|
11642
|
-
/***/ "6604":
|
|
11643
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
11644
|
-
|
|
11645
|
-
// extracted by mini-css-extract-plugin
|
|
11646
|
-
|
|
11647
|
-
/***/ }),
|
|
11648
|
-
|
|
11649
|
-
/***/ "66e1":
|
|
11650
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
11651
|
-
|
|
11652
|
-
// extracted by mini-css-extract-plugin
|
|
11653
|
-
|
|
11654
|
-
/***/ }),
|
|
11655
|
-
|
|
11656
|
-
/***/ "6825":
|
|
11657
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
11658
|
-
|
|
11659
|
-
// extracted by mini-css-extract-plugin
|
|
11660
|
-
|
|
11661
11780
|
/***/ }),
|
|
11662
11781
|
|
|
11663
11782
|
/***/ "69f3":
|
|
@@ -11829,6 +11948,13 @@ module.exports = function (object, key, method) {
|
|
|
11829
11948
|
};
|
|
11830
11949
|
|
|
11831
11950
|
|
|
11951
|
+
/***/ }),
|
|
11952
|
+
|
|
11953
|
+
/***/ "7286":
|
|
11954
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
11955
|
+
|
|
11956
|
+
// extracted by mini-css-extract-plugin
|
|
11957
|
+
|
|
11832
11958
|
/***/ }),
|
|
11833
11959
|
|
|
11834
11960
|
/***/ "7290":
|
|
@@ -17092,6 +17218,17 @@ module.exports = python;
|
|
|
17092
17218
|
|
|
17093
17219
|
// extracted by mini-css-extract-plugin
|
|
17094
17220
|
|
|
17221
|
+
/***/ }),
|
|
17222
|
+
|
|
17223
|
+
/***/ "9697":
|
|
17224
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
17225
|
+
|
|
17226
|
+
"use strict";
|
|
17227
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_7ae2c1b4_prod_scoped_true_lang_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("7286");
|
|
17228
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_7ae2c1b4_prod_scoped_true_lang_scss__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_7ae2c1b4_prod_scoped_true_lang_scss__WEBPACK_IMPORTED_MODULE_0__);
|
|
17229
|
+
/* unused harmony reexport * */
|
|
17230
|
+
|
|
17231
|
+
|
|
17095
17232
|
/***/ }),
|
|
17096
17233
|
|
|
17097
17234
|
/***/ "9bf2":
|
|
@@ -17153,40 +17290,40 @@ exports.f = DESCRIPTORS ? V8_PROTOTYPE_DEFINE_BUG ? function defineProperty(O, P
|
|
|
17153
17290
|
// ESM COMPAT FLAG
|
|
17154
17291
|
__webpack_require__.r(__webpack_exports__);
|
|
17155
17292
|
|
|
17156
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
17293
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgCopilot/main.vue?vue&type=template&id=7af6dd69&scoped=true
|
|
17157
17294
|
var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:"wrap",staticStyle:{"height":"100%"}},[_c('div',{staticClass:"copilot-box"},[_c('Dialogue',{scopedSlots:_vm._u([_vm._l((_vm.$slots),function(item,key){return {key:key,fn:function(){return [_vm._t(key)]},proxy:true}})],null,true)}),_c('div',{staticClass:"copilot-bottom-box"},[_c('CopiFooter')],1)],1)])
|
|
17158
17295
|
}
|
|
17159
17296
|
var staticRenderFns = []
|
|
17160
17297
|
|
|
17161
17298
|
|
|
17162
|
-
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/main.vue?vue&type=template&id=
|
|
17299
|
+
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/main.vue?vue&type=template&id=7af6dd69&scoped=true
|
|
17163
17300
|
|
|
17164
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
17165
|
-
var
|
|
17301
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgCopilot/dialogue/index.vue?vue&type=template&id=7ae2c1b4&scoped=true
|
|
17302
|
+
var dialoguevue_type_template_id_7ae2c1b4_scoped_true_render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{ref:"messageBox",staticClass:"message-box"},[_vm._l((_vm.msgList),function(item,index){return _c('div',{key:item.uuid,staticClass:"message-group"},[_c('div',{staticClass:"msg-head"},[(item.isSend)?_c('UserHead'):_c('AnswerHead',{scopedSlots:_vm._u([{key:"avatar",fn:function(){return [_vm._t("avatar")]},proxy:true}],null,true)})],1),_c('div',{class:{ 'msg-content': true, 'response-content': !item.isSend }},[(!item.isSend && item.plusName)?_c('div',{staticClass:"msg-plus mb-1"},[_c('div',[_vm._v(" 使用: "),_c('span',[_vm._v(_vm._s(item.plusName.replace(/,/g, ' ')))])])]):_vm._e(),_c('MessageParse',{attrs:{"msgs":item.msgs,"isPrinting":item.needPrinting,"scrollToBottom":_vm.scrollToBottom},on:{"printOk":_vm.printOk,"update:isPrinting":function($event){return _vm.$set(item, "needPrinting", $event)},"update:is-printing":function($event){return _vm.$set(item, "needPrinting", $event)}}}),(!item.isSend && !item.needPrinting && item.showOpt)?_c('div',{staticClass:"icon-operates"},[_c('div',{staticClass:"icon-item",attrs:{"title":"点赞"}},[_c('Like')],1),_c('div',{staticClass:"icon-item",attrs:{"title":"不喜欢"}},[_c('Notlike')],1),_c('div',{staticClass:"icon-item",attrs:{"title":"复制"}},[_c('Copy')],1),_c('div',{staticClass:"icon-item",attrs:{"title":"导出"}},[_c('Download')],1),_c('div',{staticClass:"icon-item",attrs:{"title":"播放"}},[_c('Speaker')],1)]):_vm._e()],1)])}),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.stopDialogue),expression:"stopDialogue"}],staticClass:"stop-dialogue"},[_c('div',{staticClass:"gray-line"}),_c('div',{staticClass:"title"},[_vm._v("很抱歉,此对话已达到其限制。让我们开始新的聊天。")]),_c('div',{staticClass:"gray-line"})])],2)
|
|
17166
17303
|
}
|
|
17167
|
-
var
|
|
17304
|
+
var dialoguevue_type_template_id_7ae2c1b4_scoped_true_staticRenderFns = []
|
|
17168
17305
|
|
|
17169
17306
|
|
|
17170
|
-
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/index.vue?vue&type=template&id=
|
|
17307
|
+
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/index.vue?vue&type=template&id=7ae2c1b4&scoped=true
|
|
17171
17308
|
|
|
17172
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
17173
|
-
var
|
|
17309
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgCopilot/dialogue/messageParse/index.vue?vue&type=template&id=76782aae&scoped=true
|
|
17310
|
+
var messageParsevue_type_template_id_76782aae_scoped_true_render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',_vm._l((_vm.msgs),function(item,index){return _c('div',{key:item.uuid + '' + index},[(index < _vm.current && item.type === _vm.DataType.text)?_c('ReadMd',{attrs:{"text":item.content,"scrollToBottom":_vm.scrollToBottom,"isPrinting":item.needPrinting},on:{"printOk":_vm.printOk,"update:isPrinting":function($event){return _vm.$set(item, "needPrinting", $event)},"update:is-printing":function($event){return _vm.$set(item, "needPrinting", $event)}}}):_vm._e(),(index < _vm.current && item.type === _vm.DataType.edit)?_c('Edit',{attrs:{"content":item.content,"scrollToBottom":_vm.scrollToBottom,"isPrinting":item.needPrinting},on:{"update:isPrinting":function($event){return _vm.$set(item, "needPrinting", $event)},"update:is-printing":function($event){return _vm.$set(item, "needPrinting", $event)},"printOk":_vm.printOk}}):_vm._e(),(index < _vm.current && item.type === _vm.DataType.file)?_c('FileBox',{attrs:{"desc":item.content,"isPrinting":item.needPrinting},on:{"update:isPrinting":function($event){return _vm.$set(item, "needPrinting", $event)},"update:is-printing":function($event){return _vm.$set(item, "needPrinting", $event)},"printOk":_vm.printOk}}):_vm._e(),(_vm.isPrinting && index === _vm.current - 1 && !item.needPrinting)?_c('span',{staticClass:"cursor"}):_vm._e()],1)}),0)
|
|
17174
17311
|
}
|
|
17175
|
-
var
|
|
17312
|
+
var messageParsevue_type_template_id_76782aae_scoped_true_staticRenderFns = []
|
|
17176
17313
|
|
|
17177
17314
|
|
|
17178
|
-
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/messageParse/index.vue?vue&type=template&id=
|
|
17315
|
+
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/messageParse/index.vue?vue&type=template&id=76782aae&scoped=true
|
|
17179
17316
|
|
|
17180
17317
|
// EXTERNAL MODULE: ./packages/know_ui_v2/store/moudle/copilotStore.js + 11 modules
|
|
17181
17318
|
var copilotStore = __webpack_require__("187e");
|
|
17182
17319
|
|
|
17183
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
17184
|
-
var
|
|
17320
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgCopilot/dialogue/messageParse/readMd.vue?vue&type=template&id=548b865e&scoped=true
|
|
17321
|
+
var readMdvue_type_template_id_548b865e_scoped_true_render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[_c('div',{directives:[{name:"highlight",rawName:"v-highlight"}],staticClass:"markdown",domProps:{"innerHTML":_vm._s(_vm.resultHtml)}})])
|
|
17185
17322
|
}
|
|
17186
|
-
var
|
|
17323
|
+
var readMdvue_type_template_id_548b865e_scoped_true_staticRenderFns = []
|
|
17187
17324
|
|
|
17188
17325
|
|
|
17189
|
-
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/messageParse/readMd.vue?vue&type=template&id=
|
|
17326
|
+
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/messageParse/readMd.vue?vue&type=template&id=548b865e&scoped=true
|
|
17190
17327
|
|
|
17191
17328
|
// EXTERNAL MODULE: ./node_modules/dompurify/dist/purify.js
|
|
17192
17329
|
var purify = __webpack_require__("c0c4");
|
|
@@ -17366,20 +17503,25 @@ var vuex_esm = __webpack_require__("2f62");
|
|
|
17366
17503
|
printCore();
|
|
17367
17504
|
}
|
|
17368
17505
|
},
|
|
17506
|
+
watch: {
|
|
17507
|
+
getHtml() {
|
|
17508
|
+
if (!this.isPrinting) this.vHtml = this.getHtml;
|
|
17509
|
+
}
|
|
17510
|
+
},
|
|
17369
17511
|
mounted() {
|
|
17370
17512
|
if (this.isPrinting) {
|
|
17371
17513
|
this.printMessage();
|
|
17372
17514
|
} else {
|
|
17373
17515
|
this.vHtml = this.getHtml;
|
|
17374
|
-
this.$emit('printOk'
|
|
17516
|
+
this.$emit('printOk');
|
|
17375
17517
|
}
|
|
17376
17518
|
this.scrollToBottom(true);
|
|
17377
17519
|
}
|
|
17378
17520
|
});
|
|
17379
17521
|
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/messageParse/readMd.vue?vue&type=script&lang=js
|
|
17380
17522
|
/* harmony default export */ var messageParse_readMdvue_type_script_lang_js = (readMdvue_type_script_lang_js);
|
|
17381
|
-
// EXTERNAL MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/messageParse/readMd.vue?vue&type=style&index=0&id=
|
|
17382
|
-
var
|
|
17523
|
+
// EXTERNAL MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/messageParse/readMd.vue?vue&type=style&index=0&id=548b865e&prod&lang=scss&scoped=true
|
|
17524
|
+
var readMdvue_type_style_index_0_id_548b865e_prod_lang_scss_scoped_true = __webpack_require__("4ec3");
|
|
17383
17525
|
|
|
17384
17526
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
17385
17527
|
var componentNormalizer = __webpack_require__("2877");
|
|
@@ -17395,17 +17537,17 @@ var componentNormalizer = __webpack_require__("2877");
|
|
|
17395
17537
|
|
|
17396
17538
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
17397
17539
|
messageParse_readMdvue_type_script_lang_js,
|
|
17398
|
-
|
|
17399
|
-
|
|
17540
|
+
readMdvue_type_template_id_548b865e_scoped_true_render,
|
|
17541
|
+
readMdvue_type_template_id_548b865e_scoped_true_staticRenderFns,
|
|
17400
17542
|
false,
|
|
17401
17543
|
null,
|
|
17402
|
-
"
|
|
17544
|
+
"548b865e",
|
|
17403
17545
|
null
|
|
17404
17546
|
|
|
17405
17547
|
)
|
|
17406
17548
|
|
|
17407
|
-
/* harmony default export */ var
|
|
17408
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
17549
|
+
/* harmony default export */ var readMd = (component.exports);
|
|
17550
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgCopilot/dialogue/messageParse/fileBox.vue?vue&type=template&id=eae35050&scoped=true
|
|
17409
17551
|
var fileBoxvue_type_template_id_eae35050_scoped_true_render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:"file-box"},[_c('div',{staticClass:"file-content"},[_c('FileIcon',{attrs:{"type":_vm.fileType}}),_c('div',{staticClass:"file-desc"},[_c('span',{staticClass:"file-name"},[_vm._v(_vm._s(_vm.desc.name))]),_c('div',{staticClass:"file-size-type"},[_c('span',{staticClass:"size"},[_vm._v(_vm._s(_vm.size))]),_c('span',{staticClass:"type"},[_vm._v(_vm._s(_vm.fileType))])])])],1),_c('button',{staticClass:"download-btn",on:{"click":_vm.downLoadFilde}},[_vm._v("下载")])])
|
|
17410
17552
|
}
|
|
17411
17553
|
var fileBoxvue_type_template_id_eae35050_scoped_true_staticRenderFns = []
|
|
@@ -17413,7 +17555,7 @@ var fileBoxvue_type_template_id_eae35050_scoped_true_staticRenderFns = []
|
|
|
17413
17555
|
|
|
17414
17556
|
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/messageParse/fileBox.vue?vue&type=template&id=eae35050&scoped=true
|
|
17415
17557
|
|
|
17416
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
17558
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgCopilot/dialogue/icons/fileIcon.vue?vue&type=template&id=d505c8c2&scoped=true
|
|
17417
17559
|
var fileIconvue_type_template_id_d505c8c2_scoped_true_render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[(_vm.type==='ppt')?_c('svg',{staticClass:"icon",attrs:{"t":"1713764760412","viewBox":"0 0 1024 1024","version":"1.1","xmlns":"http://www.w3.org/2000/svg","p-id":"5972","xmlns:xlink":"http://www.w3.org/1999/xlink","width":"40","height":"40"}},[_c('path',{attrs:{"d":"M620.9 67.2H236.5c-30.3 0-54.9 25-54.9 55.9v782.7c0 30.9 24.6 55.9 54.9 55.9h549c30.3 0 54.9-25 54.9-55.9v-615L620.9 67.2z","fill":"#FF7357","p-id":"5973"}}),_c('path',{attrs:{"d":"M802 925.9H220.1V109.7h379.6v218.9H802z","fill":"#FFFFFF","p-id":"5974"}}),_c('path',{attrs:{"d":"M802 922.6H220.1V106.4h379.6v218.8H802z","fill":"#FF917B","p-id":"5975"}}),_c('path',{attrs:{"d":"M340.8 597.6c47.7 0 71.4 20.2 71.4 60.8 0 40.9-24.2 61.4-72.1 61.4h-51.9v78h-30.6V597.6h83.2z m-52.4 96.2h49.8c15.1 0 26.1-2.9 33.1-8.4 6.8-5.6 10.3-14.5 10.3-26.9 0-12.4-3.7-21.3-10.6-26.3-7.1-5.6-17.9-8.4-32.9-8.4h-49.8v70zM523.6 597.6c47.7 0 71.4 20.2 71.4 60.8 0 40.9-24.2 61.4-72.1 61.4H471v78h-30.6V597.6h83.2z m-52.4 96.2H521c15.1 0 26.1-2.9 33.1-8.4 6.8-5.6 10.3-14.5 10.3-26.9 0-12.4-3.7-21.3-10.6-26.3-7.1-5.6-17.9-8.4-32.9-8.4h-49.8v70h0.1zM772 597.6v26.1h-66.7v174.1H675V623.7h-67v-26.1h164z","fill":"#FFFFFF","p-id":"5976"}})]):_vm._e(),(_vm.type==='word')?_c('svg',{staticClass:"icon",attrs:{"t":"1713764692798","viewBox":"0 0 1024 1024","version":"1.1","xmlns":"http://www.w3.org/2000/svg","p-id":"4500","xmlns:xlink":"http://www.w3.org/1999/xlink","width":"40","height":"40"}},[_c('path',{attrs:{"d":"M791.94 155.36H332.48c-42.23 0-76.54 34.31-76.54 76.54v76.55h-51.03c-28.16 0-51.04 22.87-51.04 51.03v306.37c0 28.15 22.88 51.02 51.04 51.02h51.03v76.54c0 42.24 34.32 76.55 76.54 76.55h459.46c42.23 0 76.54-34.32 76.54-76.54V231.9c0.1-42.24-34.31-76.54-76.54-76.54z m-547.68 298.6h40.28l26.04 93.58h5.7l29.16-93.58h34.45l29.02 93.71h6.24l26.18-93.71h40.41l-40.41 133.72H384.1l-19.53-70.25h-5.43l-19.26 69.98h-55.74l-39.88-133.45zM817.45 793.5c-0.01 14.09-11.42 25.5-25.51 25.51H332.48c-14.09-0.01-25.5-11.43-25.51-25.51v-76.54h204.21c28.15 0 51.03-22.88 51.03-51.03V614.9H740.9c14.09-0.01 25.51-11.43 25.52-25.52-0.02-14.09-11.43-25.5-25.52-25.51H562.21v-51.03H740.9c14.09-0.01 25.51-11.43 25.52-25.52-0.01-14.09-11.43-25.5-25.52-25.52H562.21v-51.03H740.9c14.09-0.01 25.51-11.43 25.52-25.51-0.01-14.09-11.43-25.51-25.52-25.52H562.21c0-28.16-22.89-51.03-51.03-51.03H306.97v-76.54c0.01-14.09 11.43-25.5 25.51-25.52h459.46c14.08 0.01 25.5 11.43 25.51 25.52V793.5z m0 0","fill":"#54A0FF","p-id":"4501"}})]):_vm._e()])
|
|
17418
17560
|
}
|
|
17419
17561
|
var fileIconvue_type_template_id_d505c8c2_scoped_true_staticRenderFns = []
|
|
@@ -17530,15 +17672,173 @@ var fileBox_component = Object(componentNormalizer["a" /* default */])(
|
|
|
17530
17672
|
)
|
|
17531
17673
|
|
|
17532
17674
|
/* harmony default export */ var fileBox = (fileBox_component.exports);
|
|
17675
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgCopilot/dialogue/messageParse/edit.vue?vue&type=template&id=c0709918&scoped=true
|
|
17676
|
+
var editvue_type_template_id_c0709918_scoped_true_render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[_c('div',{directives:[{name:"show",rawName:"v-show",value:(!_vm.isEditing),expression:"!isEditing"}],staticClass:"read-flex"},[_c('ReadMd',{attrs:{"text":_vm.content.message,"isPrinting":_vm.printing},on:{"update:isPrinting":function($event){_vm.printing=$event},"update:is-printing":function($event){_vm.printing=$event},"printOk":_vm.printOk}}),(_vm.showButton && _vm.isPrinting)?_c('div',{class:{
|
|
17677
|
+
'icon-item': true,
|
|
17678
|
+
'cursor-default': !_vm.sendLonding
|
|
17679
|
+
},attrs:{"title":"编辑"},on:{"click":_vm.toEdit}},[_c('ThumbsDown')],1):_vm._e(),_c('span',{directives:[{name:"show",rawName:"v-show",value:(!_vm.isEditing && _vm.isPrinting && _vm.showButton),expression:"!isEditing && isPrinting && showButton"}],staticClass:"time"},[_vm._v(" ("+_vm._s(_vm.countDown)+"s)")])],1),(_vm.isEditing && _vm.isPrinting)?_c('div',{staticClass:"read-flex"},[_c('span',[_vm._v(_vm._s(_vm.updateObj.userLogic.title))]),_c('div',{staticClass:"input-box"},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.updateObj.userLogic.value),expression:"updateObj.userLogic.value"}],staticClass:"keyword-input",attrs:{"type":"text","autofocus":""},domProps:{"value":(_vm.updateObj.userLogic.value)},on:{"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter"))return null;return _vm.confirm.apply(null, arguments)},"input":function($event){if($event.target.composing)return;_vm.$set(_vm.updateObj.userLogic, "value", $event.target.value)}}}),(_vm.showButton && _vm.isPrinting)?_c('button',{on:{"click":_vm.confirm}},[_vm._v(" 确认"),_c('span',{directives:[{name:"show",rawName:"v-show",value:(!_vm.isEditing),expression:"!isEditing"}]},[_vm._v(" ("+_vm._s(_vm.countDown)+"s)")])]):_vm._e()])]):_vm._e()])
|
|
17680
|
+
}
|
|
17681
|
+
var editvue_type_template_id_c0709918_scoped_true_staticRenderFns = []
|
|
17682
|
+
|
|
17683
|
+
|
|
17684
|
+
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/messageParse/edit.vue?vue&type=template&id=c0709918&scoped=true
|
|
17685
|
+
|
|
17686
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgCopilot/dialogue/icons/thumbsDown.vue?vue&type=template&id=0c20c6bf
|
|
17687
|
+
var thumbsDownvue_type_template_id_0c20c6bf_render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{staticStyle:{"outline":"none"},attrs:{"xmlns":"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","aria-hidden":"true","role":"img","width":"1em","height":"1em","viewBox":"0 0 256 256","data-v-3f2185fe":""}},[_c('path',{attrs:{"fill":"currentColor","d":"m232.49 55.51l-32-32a12 12 0 0 0-17 0l-96 96A12 12 0 0 0 84 128v32a12 12 0 0 0 12 12h32a12 12 0 0 0 8.49-3.51l96-96a12 12 0 0 0 0-16.98ZM192 49l15 15l-11 11l-15-15Zm-69 99h-15v-15l56-56l15 15Zm105-15.43V208a20 20 0 0 1-20 20H48a20 20 0 0 1-20-20V48a20 20 0 0 1 20-20h75.43a12 12 0 0 1 0 24H52v152h152v-71.43a12 12 0 0 1 24 0Z"}})])
|
|
17688
|
+
}
|
|
17689
|
+
var thumbsDownvue_type_template_id_0c20c6bf_staticRenderFns = []
|
|
17690
|
+
|
|
17691
|
+
|
|
17692
|
+
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/icons/thumbsDown.vue?vue&type=template&id=0c20c6bf
|
|
17693
|
+
|
|
17694
|
+
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/icons/thumbsDown.vue
|
|
17695
|
+
|
|
17696
|
+
var script = {}
|
|
17697
|
+
|
|
17698
|
+
|
|
17699
|
+
/* normalize component */
|
|
17700
|
+
|
|
17701
|
+
var thumbsDown_component = Object(componentNormalizer["a" /* default */])(
|
|
17702
|
+
script,
|
|
17703
|
+
thumbsDownvue_type_template_id_0c20c6bf_render,
|
|
17704
|
+
thumbsDownvue_type_template_id_0c20c6bf_staticRenderFns,
|
|
17705
|
+
false,
|
|
17706
|
+
null,
|
|
17707
|
+
null,
|
|
17708
|
+
null
|
|
17709
|
+
|
|
17710
|
+
)
|
|
17711
|
+
|
|
17712
|
+
/* harmony default export */ var thumbsDown = (thumbsDown_component.exports);
|
|
17713
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgCopilot/dialogue/messageParse/edit.vue?vue&type=script&lang=ts
|
|
17714
|
+
|
|
17715
|
+
|
|
17716
|
+
|
|
17717
|
+
|
|
17718
|
+
/* harmony default export */ var editvue_type_script_lang_ts = ({
|
|
17719
|
+
components: {
|
|
17720
|
+
ReadMd: readMd,
|
|
17721
|
+
ThumbsDown: thumbsDown
|
|
17722
|
+
},
|
|
17723
|
+
props: {
|
|
17724
|
+
// 输入的 markdown 文本
|
|
17725
|
+
content: {
|
|
17726
|
+
type: Object,
|
|
17727
|
+
default: () => {}
|
|
17728
|
+
},
|
|
17729
|
+
isPrinting: {
|
|
17730
|
+
type: Boolean,
|
|
17731
|
+
default: false
|
|
17732
|
+
},
|
|
17733
|
+
scrollToBottom: {
|
|
17734
|
+
type: Function,
|
|
17735
|
+
default: () => {}
|
|
17736
|
+
}
|
|
17737
|
+
},
|
|
17738
|
+
data() {
|
|
17739
|
+
return {
|
|
17740
|
+
updateObj: {
|
|
17741
|
+
userLogic: {
|
|
17742
|
+
title: '提取的关键词信息:',
|
|
17743
|
+
type: 'text',
|
|
17744
|
+
value: this.content.updateInfo.userLogic
|
|
17745
|
+
}
|
|
17746
|
+
},
|
|
17747
|
+
printing: true,
|
|
17748
|
+
showButton: false,
|
|
17749
|
+
countDown: 5,
|
|
17750
|
+
interval: 0,
|
|
17751
|
+
isEditing: false,
|
|
17752
|
+
oldUserLogic: this.content.updateInfo.userLogic
|
|
17753
|
+
}
|
|
17754
|
+
},
|
|
17755
|
+
computed: {
|
|
17756
|
+
...Object(vuex_esm["d" /* mapState */])('copilot', ['currentPluginParams', 'sendLonding'])
|
|
17757
|
+
},
|
|
17758
|
+
methods: {
|
|
17759
|
+
...Object(vuex_esm["a" /* mapActions */])('copilot', ['sendPluginMsg']),
|
|
17760
|
+
...Object(vuex_esm["c" /* mapMutations */])('copilot', ['onlyCancelRequest']),
|
|
17761
|
+
confirm() {
|
|
17762
|
+
clearInterval(this.interval)
|
|
17763
|
+
this.showButton = false
|
|
17764
|
+
this.isEditing = false
|
|
17765
|
+
if (this.updateObj.userLogic.value != this.oldUserLogic) {
|
|
17766
|
+
this.content.message = this.updateObj.userLogic.title + this.updateObj.userLogic.value
|
|
17767
|
+
this.onlyCancelRequest()
|
|
17768
|
+
this.finalComm(true) //改动为true,通知父组件清空未展示的残余消息
|
|
17769
|
+
this.currentPluginParams.userLogic = this.updateObj.userLogic.value //组装新参数发送
|
|
17770
|
+
this.sendPluginMsg()
|
|
17771
|
+
return
|
|
17772
|
+
}
|
|
17773
|
+
this.finalComm(false)
|
|
17774
|
+
},
|
|
17775
|
+
finalComm(isEdit = false) {
|
|
17776
|
+
this.$emit('update:isPrinting', false)
|
|
17777
|
+
this.$emit('printOk', isEdit) //改动为true
|
|
17778
|
+
},
|
|
17779
|
+
printOk() {
|
|
17780
|
+
this.showButton = true
|
|
17781
|
+
this.scrollToBottom()
|
|
17782
|
+
this.interval = setInterval(() => {
|
|
17783
|
+
this.countDown--
|
|
17784
|
+
if (this.countDown <= 0) {
|
|
17785
|
+
clearInterval(this.interval)
|
|
17786
|
+
this.showButton = false
|
|
17787
|
+
this.finalComm(false)
|
|
17788
|
+
}
|
|
17789
|
+
}, 1000)
|
|
17790
|
+
},
|
|
17791
|
+
toEdit() {
|
|
17792
|
+
this.interval = clearInterval(this.interval)
|
|
17793
|
+
if (this.sendLonding) this.isEditing = true
|
|
17794
|
+
}
|
|
17795
|
+
},
|
|
17796
|
+
watch: {
|
|
17797
|
+
sendLonding(newValue) {
|
|
17798
|
+
if (!newValue) {
|
|
17799
|
+
this.$emit('update:isPrinting', false)
|
|
17800
|
+
}
|
|
17801
|
+
}
|
|
17802
|
+
}
|
|
17803
|
+
});
|
|
17804
|
+
|
|
17805
|
+
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/messageParse/edit.vue?vue&type=script&lang=ts
|
|
17806
|
+
/* harmony default export */ var messageParse_editvue_type_script_lang_ts = (editvue_type_script_lang_ts);
|
|
17807
|
+
// EXTERNAL MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/messageParse/edit.vue?vue&type=style&index=0&id=c0709918&prod&scoped=true&lang=scss
|
|
17808
|
+
var editvue_type_style_index_0_id_c0709918_prod_scoped_true_lang_scss = __webpack_require__("f83b");
|
|
17809
|
+
|
|
17810
|
+
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/messageParse/edit.vue
|
|
17811
|
+
|
|
17812
|
+
|
|
17813
|
+
|
|
17814
|
+
|
|
17815
|
+
|
|
17816
|
+
|
|
17817
|
+
/* normalize component */
|
|
17818
|
+
|
|
17819
|
+
var edit_component = Object(componentNormalizer["a" /* default */])(
|
|
17820
|
+
messageParse_editvue_type_script_lang_ts,
|
|
17821
|
+
editvue_type_template_id_c0709918_scoped_true_render,
|
|
17822
|
+
editvue_type_template_id_c0709918_scoped_true_staticRenderFns,
|
|
17823
|
+
false,
|
|
17824
|
+
null,
|
|
17825
|
+
"c0709918",
|
|
17826
|
+
null
|
|
17827
|
+
|
|
17828
|
+
)
|
|
17829
|
+
|
|
17830
|
+
/* harmony default export */ var edit = (edit_component.exports);
|
|
17533
17831
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgCopilot/dialogue/messageParse/index.vue?vue&type=script&lang=js
|
|
17534
17832
|
|
|
17535
17833
|
|
|
17536
17834
|
|
|
17537
17835
|
|
|
17836
|
+
|
|
17538
17837
|
/* harmony default export */ var messageParsevue_type_script_lang_js = ({
|
|
17539
17838
|
components: {
|
|
17540
|
-
|
|
17541
|
-
FileBox: fileBox
|
|
17839
|
+
ReadMd: readMd,
|
|
17840
|
+
FileBox: fileBox,
|
|
17841
|
+
Edit: edit
|
|
17542
17842
|
},
|
|
17543
17843
|
props: {
|
|
17544
17844
|
msgs: {
|
|
@@ -17556,7 +17856,8 @@ var fileBox_component = Object(componentNormalizer["a" /* default */])(
|
|
|
17556
17856
|
},
|
|
17557
17857
|
data() {
|
|
17558
17858
|
return {
|
|
17559
|
-
current: 1
|
|
17859
|
+
current: 1,
|
|
17860
|
+
DataType: copilotStore["DataType"]
|
|
17560
17861
|
};
|
|
17561
17862
|
},
|
|
17562
17863
|
watch: {
|
|
@@ -17579,13 +17880,18 @@ var fileBox_component = Object(componentNormalizer["a" /* default */])(
|
|
|
17579
17880
|
},
|
|
17580
17881
|
methods: {
|
|
17581
17882
|
...Object(vuex_esm["c" /* mapMutations */])('copilot', ['setSendLonding']),
|
|
17582
|
-
printOk() {
|
|
17883
|
+
printOk(isEdit) {
|
|
17583
17884
|
if (!this.sendLonding) {
|
|
17584
17885
|
//强制中断
|
|
17585
17886
|
this.$emit('update:isPrinting', false);
|
|
17586
17887
|
this.$emit('printOk');
|
|
17587
17888
|
return;
|
|
17588
17889
|
}
|
|
17890
|
+
if (isEdit) {
|
|
17891
|
+
this.msgs.splice(0);
|
|
17892
|
+
this.current = 1;
|
|
17893
|
+
return;
|
|
17894
|
+
}
|
|
17589
17895
|
if (this.current < this.msgs.length) {
|
|
17590
17896
|
//逐条解析
|
|
17591
17897
|
this.current++;
|
|
@@ -17604,27 +17910,31 @@ var fileBox_component = Object(componentNormalizer["a" /* default */])(
|
|
|
17604
17910
|
});
|
|
17605
17911
|
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/messageParse/index.vue?vue&type=script&lang=js
|
|
17606
17912
|
/* harmony default export */ var dialogue_messageParsevue_type_script_lang_js = (messageParsevue_type_script_lang_js);
|
|
17913
|
+
// EXTERNAL MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/messageParse/index.vue?vue&type=style&index=0&id=76782aae&prod&lang=scss&scoped=true
|
|
17914
|
+
var messageParsevue_type_style_index_0_id_76782aae_prod_lang_scss_scoped_true = __webpack_require__("4494");
|
|
17915
|
+
|
|
17607
17916
|
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/messageParse/index.vue
|
|
17608
17917
|
|
|
17609
17918
|
|
|
17610
17919
|
|
|
17611
17920
|
|
|
17612
17921
|
|
|
17922
|
+
|
|
17613
17923
|
/* normalize component */
|
|
17614
17924
|
|
|
17615
17925
|
var messageParse_component = Object(componentNormalizer["a" /* default */])(
|
|
17616
17926
|
dialogue_messageParsevue_type_script_lang_js,
|
|
17617
|
-
|
|
17618
|
-
|
|
17927
|
+
messageParsevue_type_template_id_76782aae_scoped_true_render,
|
|
17928
|
+
messageParsevue_type_template_id_76782aae_scoped_true_staticRenderFns,
|
|
17619
17929
|
false,
|
|
17620
17930
|
null,
|
|
17621
|
-
"
|
|
17931
|
+
"76782aae",
|
|
17622
17932
|
null
|
|
17623
17933
|
|
|
17624
17934
|
)
|
|
17625
17935
|
|
|
17626
17936
|
/* harmony default export */ var messageParse = (messageParse_component.exports);
|
|
17627
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
17937
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgCopilot/CopiContent/UserHead.vue?vue&type=template&id=011b9031&scoped=true
|
|
17628
17938
|
var UserHeadvue_type_template_id_011b9031_scoped_true_render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:"user"},[_c('div',{staticClass:"icon header-avatar rounded-full"},[_c('svg',{attrs:{"viewBox":"0 0 24 24","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M17.755 14a2.249 2.249 0 0 1 2.248 2.25v.918a2.75 2.75 0 0 1-.512 1.598c-1.546 2.164-4.07 3.235-7.49 3.235-3.422 0-5.945-1.072-7.487-3.236a2.75 2.75 0 0 1-.51-1.596v-.92A2.249 2.249 0 0 1 6.253 14h11.502ZM12 2.005a5 5 0 1 1 0 10 5 5 0 0 1 0-10Z"}})])]),_c('div',{staticClass:"head-label"},[_vm._v("你")])])
|
|
17629
17939
|
}
|
|
17630
17940
|
var UserHeadvue_type_template_id_011b9031_scoped_true_staticRenderFns = []
|
|
@@ -17637,14 +17947,14 @@ var UserHeadvue_type_style_index_0_id_011b9031_prod_scoped_true_lang_scss = __we
|
|
|
17637
17947
|
|
|
17638
17948
|
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/CopiContent/UserHead.vue
|
|
17639
17949
|
|
|
17640
|
-
var
|
|
17950
|
+
var UserHead_script = {}
|
|
17641
17951
|
|
|
17642
17952
|
|
|
17643
17953
|
|
|
17644
17954
|
/* normalize component */
|
|
17645
17955
|
|
|
17646
17956
|
var UserHead_component = Object(componentNormalizer["a" /* default */])(
|
|
17647
|
-
|
|
17957
|
+
UserHead_script,
|
|
17648
17958
|
UserHeadvue_type_template_id_011b9031_scoped_true_render,
|
|
17649
17959
|
UserHeadvue_type_template_id_011b9031_scoped_true_staticRenderFns,
|
|
17650
17960
|
false,
|
|
@@ -17655,7 +17965,7 @@ var UserHead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
17655
17965
|
)
|
|
17656
17966
|
|
|
17657
17967
|
/* harmony default export */ var UserHead = (UserHead_component.exports);
|
|
17658
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
17968
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgCopilot/CopiContent/AnswerHead.vue?vue&type=template&id=c2abd5b4&scoped=true
|
|
17659
17969
|
var AnswerHeadvue_type_template_id_c2abd5b4_scoped_true_render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:"answer"},[_c('div',{staticClass:"icon"},[_vm._t("avatar",function(){return [_c('svg',{attrs:{"viewBox":"0 0 48 48","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"clip-path":"url(#clip0_3984_10372)"}},[_c('path',{attrs:{"d":"M35.1201 6.46024C34.4524 4.39741 32.5312 3 30.363 3L28.7093 3C26.2926 3 24.2217 4.72855 23.7898 7.10639L21.448 19.9984L22.1587 17.5866C22.7854 15.46 24.7377 14 26.9548 14H35.2947L38.8884 15.7857L42.3527 14H41.1975C39.0293 14 37.1082 12.6026 36.4405 10.5398L35.1201 6.46024Z","fill":"url(#paint0_radial_3984_10372)"}}),_c('path',{attrs:{"d":"M13.3948 41.5178C14.0556 43.5918 15.9822 45 18.1589 45H21.397C24.1428 45 26.3748 42.7858 26.3968 40.0401L26.4921 28.1641L25.8179 30.428C25.1866 32.5478 23.2377 34.0009 21.0259 34.0009L12.623 34.0009L9.54267 31.9459L6.20776 34.0009H7.34528C9.52197 34.0009 11.4486 35.4091 12.1093 37.4831L13.3948 41.5178Z","fill":"url(#paint1_radial_3984_10372)"}}),_c('path',{attrs:{"d":"M30 3H12.5C7.49997 3 4.49997 9.5 2.49997 16C0.13049 23.7008 -2.97003 34 5.99997 34H13.6122C15.8393 34 17.7964 32.5325 18.4179 30.394C19.7318 25.8726 22.0338 17.9871 23.8421 11.9841C24.7611 8.93305 25.5266 6.31272 26.7015 4.68095C27.3602 3.76611 28.458 3 30 3Z","fill":"url(#paint2_linear_3984_10372)"}}),_c('path',{attrs:{"d":"M30 3H12.5C7.49997 3 4.49997 9.5 2.49997 16C0.13049 23.7008 -2.97003 34 5.99997 34H13.6122C15.8393 34 17.7964 32.5325 18.4179 30.394C19.7318 25.8726 22.0338 17.9871 23.8421 11.9841C24.7611 8.93305 25.5266 6.31272 26.7015 4.68095C27.3602 3.76611 28.458 3 30 3Z","fill":"url(#paint3_linear_3984_10372)"}}),_c('path',{attrs:{"d":"M17.9963 45H35.4963C40.4963 45 43.4963 38.5 45.4963 32C47.8658 24.2992 50.9663 14 41.9963 14H34.3841C32.157 14 30.1999 15.4675 29.5784 17.606C28.2645 22.1274 25.9625 30.0129 24.1543 36.0159C23.2352 39.0669 22.4697 41.6873 21.2948 43.319C20.6361 44.2339 19.5383 45 17.9963 45Z","fill":"url(#paint4_radial_3984_10372)"}}),_c('path',{attrs:{"d":"M17.9963 45H35.4963C40.4963 45 43.4963 38.5 45.4963 32C47.8658 24.2992 50.9663 14 41.9963 14H34.3841C32.157 14 30.1999 15.4675 29.5784 17.606C28.2645 22.1274 25.9625 30.0129 24.1543 36.0159C23.2352 39.0669 22.4697 41.6873 21.2948 43.319C20.6361 44.2339 19.5383 45 17.9963 45Z","fill":"url(#paint5_linear_3984_10372)"}})]),_c('defs',[_c('radialGradient',{attrs:{"id":"paint0_radial_3984_10372","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(39.3087 20.1095) rotate(-130.498) scale(18.242 17.2825)"}},[_c('stop',{attrs:{"offset":"0.0955758","stop-color":"#00AEFF"}}),_c('stop',{attrs:{"offset":"0.773185","stop-color":"#2253CE"}}),_c('stop',{attrs:{"offset":"1","stop-color":"#0736C4"}})],1),_c('radialGradient',{attrs:{"id":"paint1_radial_3984_10372","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(9.88779 33.7078) rotate(50.1259) scale(16.5438 16.2528)"}},[_c('stop',{attrs:{"stop-color":"#FFB657"}}),_c('stop',{attrs:{"offset":"0.633728","stop-color":"#FF5F3D"}}),_c('stop',{attrs:{"offset":"0.923392","stop-color":"#C02B3C"}})],1),_c('linearGradient',{attrs:{"id":"paint2_linear_3984_10372","x1":"11.4526","y1":"6.75624","x2":"13.8689","y2":"35.1765","gradientUnits":"userSpaceOnUse"}},[_c('stop',{attrs:{"offset":"0.156162","stop-color":"#0D91E1"}}),_c('stop',{attrs:{"offset":"0.487484","stop-color":"#52B471"}}),_c('stop',{attrs:{"offset":"0.652394","stop-color":"#98BD42"}}),_c('stop',{attrs:{"offset":"0.937361","stop-color":"#FFC800"}})],1),_c('linearGradient',{attrs:{"id":"paint3_linear_3984_10372","x1":"13.6347","y1":"3","x2":"14.954","y2":"34.0019","gradientUnits":"userSpaceOnUse"}},[_c('stop',{attrs:{"stop-color":"#3DCBFF"}}),_c('stop',{attrs:{"offset":"0.246674","stop-color":"#0588F7","stop-opacity":"0"}})],1),_c('radialGradient',{attrs:{"id":"paint4_radial_3984_10372","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(42.8953 10.9649) rotate(109.574) scale(41.2667 50.0822)"}},[_c('stop',{attrs:{"offset":"0.0661714","stop-color":"#8C48FF"}}),_c('stop',{attrs:{"offset":"0.5","stop-color":"#F2598A"}}),_c('stop',{attrs:{"offset":"0.895833","stop-color":"#FFB152"}})],1),_c('linearGradient',{attrs:{"id":"paint5_linear_3984_10372","x1":"44.2778","y1":"12.1074","x2":"44.2606","y2":"20.5507","gradientUnits":"userSpaceOnUse"}},[_c('stop',{attrs:{"offset":"0.0581535","stop-color":"#F8ADFA"}}),_c('stop',{attrs:{"offset":"0.708063","stop-color":"#A86EDD","stop-opacity":"0"}})],1),_c('clipPath',{attrs:{"id":"clip0_3984_10372"}},[_c('rect',{attrs:{"width":"48","height":"48","fill":"white"}})])],1)])]})],2),_c('div',{staticClass:"head-label"},[_vm._v(_vm._s(_vm.aiName))])])
|
|
17660
17970
|
}
|
|
17661
17971
|
var AnswerHeadvue_type_template_id_c2abd5b4_scoped_true_staticRenderFns = []
|
|
@@ -17696,7 +18006,7 @@ var AnswerHead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
17696
18006
|
)
|
|
17697
18007
|
|
|
17698
18008
|
/* harmony default export */ var AnswerHead = (AnswerHead_component.exports);
|
|
17699
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
18009
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgCopilot/dialogue/icons/copy.vue?vue&type=template&id=78ca311e
|
|
17700
18010
|
var copyvue_type_template_id_78ca311e_render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{attrs:{"viewBox":"0 0 24 24","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M5.5028 4.62704L5.5 6.75V17.2542C5.5 19.0491 6.95507 20.5042 8.75 20.5042L17.3663 20.5045C17.0573 21.3782 16.224 22.0042 15.2444 22.0042H8.75C6.12665 22.0042 4 19.8776 4 17.2542V6.75C4 5.76929 4.62745 4.93512 5.5028 4.62704ZM17.75 2C18.9926 2 20 3.00736 20 4.25V17.25C20 18.4926 18.9926 19.5 17.75 19.5H8.75C7.50736 19.5 6.5 18.4926 6.5 17.25V4.25C6.5 3.00736 7.50736 2 8.75 2H17.75ZM17.75 3.5H8.75C8.33579 3.5 8 3.83579 8 4.25V17.25C8 17.6642 8.33579 18 8.75 18H17.75C18.1642 18 18.5 17.6642 18.5 17.25V4.25C18.5 3.83579 18.1642 3.5 17.75 3.5Z"}})])
|
|
17701
18011
|
}
|
|
17702
18012
|
var copyvue_type_template_id_78ca311e_staticRenderFns = []
|
|
@@ -17723,7 +18033,7 @@ var copy_component = Object(componentNormalizer["a" /* default */])(
|
|
|
17723
18033
|
)
|
|
17724
18034
|
|
|
17725
18035
|
/* harmony default export */ var copy = (copy_component.exports);
|
|
17726
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
18036
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgCopilot/dialogue/icons/download.vue?vue&type=template&id=32982189
|
|
17727
18037
|
var downloadvue_type_template_id_32982189_render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{attrs:{"viewBox":"0 0 24 24","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M18.2498 20.5009C18.664 20.5008 19 20.8365 19 21.2507C19 21.6649 18.6644 22.0008 18.2502 22.0009L5.25022 22.0047C4.836 22.0048 4.5 21.6691 4.5 21.2549C4.5 20.8407 4.83557 20.5048 5.24978 20.5047L18.2498 20.5009ZM11.6482 2.01271L11.75 2.00586C12.1297 2.00586 12.4435 2.28801 12.4932 2.65409L12.5 2.75586L12.499 16.4409L16.2208 12.7205C16.4871 12.4543 16.9038 12.4301 17.1974 12.648L17.2815 12.7206C17.5477 12.9869 17.5719 13.4036 17.354 13.6972L17.2814 13.7813L12.2837 18.7779C12.0176 19.044 11.6012 19.0683 11.3076 18.8507L11.2235 18.7782L6.22003 13.7816C5.92694 13.4889 5.92661 13.014 6.21931 12.7209C6.48539 12.4545 6.90204 12.43 7.1958 12.6477L7.27997 12.7202L10.999 16.4339L11 2.75586C11 2.37616 11.2822 2.06237 11.6482 2.01271L11.75 2.00586L11.6482 2.01271Z"}})])
|
|
17728
18038
|
}
|
|
17729
18039
|
var downloadvue_type_template_id_32982189_staticRenderFns = []
|
|
@@ -17750,7 +18060,34 @@ var download_component = Object(componentNormalizer["a" /* default */])(
|
|
|
17750
18060
|
)
|
|
17751
18061
|
|
|
17752
18062
|
/* harmony default export */ var download = (download_component.exports);
|
|
17753
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
18063
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgCopilot/dialogue/icons/speaker.vue?vue&type=template&id=8a336b68
|
|
18064
|
+
var speakervue_type_template_id_8a336b68_render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{staticStyle:{"outline":"none"},attrs:{"xmlns":"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","aria-hidden":"true","role":"img","width":"1em","height":"1em","viewBox":"0 0 256 256","data-v-195ed1f2":""}},[_c('path',{attrs:{"fill":"currentColor","d":"M154.64 26.61a6 6 0 0 0-6.32.65L77.94 82H32a14 14 0 0 0-14 14v64a14 14 0 0 0 14 14h45.94l70.38 54.74A6 6 0 0 0 158 224V32a6 6 0 0 0-3.36-5.39ZM30 160V96a2 2 0 0 1 2-2h42v68H32a2 2 0 0 1-2-2Zm116 51.73l-60-46.66V90.93l60-46.66Zm50.53-108.85a38 38 0 0 1 0 50.24a6 6 0 1 1-9-7.94a26 26 0 0 0 0-34.37a6 6 0 0 1 9-7.93ZM246 128a77.86 77.86 0 0 1-19.86 52a6 6 0 1 1-8.94-8a66 66 0 0 0 0-88a6 6 0 1 1 8.94-8A77.86 77.86 0 0 1 246 128Z"}})])
|
|
18065
|
+
}
|
|
18066
|
+
var speakervue_type_template_id_8a336b68_staticRenderFns = []
|
|
18067
|
+
|
|
18068
|
+
|
|
18069
|
+
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/icons/speaker.vue?vue&type=template&id=8a336b68
|
|
18070
|
+
|
|
18071
|
+
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/icons/speaker.vue
|
|
18072
|
+
|
|
18073
|
+
var speaker_script = {}
|
|
18074
|
+
|
|
18075
|
+
|
|
18076
|
+
/* normalize component */
|
|
18077
|
+
|
|
18078
|
+
var speaker_component = Object(componentNormalizer["a" /* default */])(
|
|
18079
|
+
speaker_script,
|
|
18080
|
+
speakervue_type_template_id_8a336b68_render,
|
|
18081
|
+
speakervue_type_template_id_8a336b68_staticRenderFns,
|
|
18082
|
+
false,
|
|
18083
|
+
null,
|
|
18084
|
+
null,
|
|
18085
|
+
null
|
|
18086
|
+
|
|
18087
|
+
)
|
|
18088
|
+
|
|
18089
|
+
/* harmony default export */ var speaker = (speaker_component.exports);
|
|
18090
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgCopilot/dialogue/icons/like.vue?vue&type=template&id=3bb849e2
|
|
17754
18091
|
var likevue_type_template_id_3bb849e2_render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"d":"M16.5 5.202c0-2.442-1.14-4.198-3.007-4.198-1.026 0-1.378.601-1.746 2-.075.288-.112.429-.151.567-.101.36-.277.97-.527 1.831a.25.25 0 0 1-.03.065L8.174 9.953a5.884 5.884 0 0 1-2.855 2.327l-.473.18a2.75 2.75 0 0 0-1.716 3.092l.404 2.087a3.25 3.25 0 0 0 2.417 2.537l7.628 1.87a4.75 4.75 0 0 0 5.733-3.44l1.415-5.549a3.25 3.25 0 0 0-3.15-4.053h-1.822c.496-1.633.746-2.893.746-3.802ZM4.6 15.267a1.25 1.25 0 0 1 .78-1.405l.474-.182a7.385 7.385 0 0 0 3.582-2.92l2.867-4.485c.09-.14.159-.294.205-.455.252-.865.428-1.479.53-1.842.044-.154.085-.31.159-.593.19-.722.283-.881.295-.881.868 0 1.507.984 1.507 2.698 0 .885-.326 2.336-.984 4.315a.75.75 0 0 0 .711.987h2.85a1.751 1.751 0 0 1 1.696 2.182l-1.415 5.55a3.25 3.25 0 0 1-3.923 2.353l-7.628-1.87a1.75 1.75 0 0 1-1.301-1.366L4.6 15.267Z"}})])
|
|
17755
18092
|
}
|
|
17756
18093
|
var likevue_type_template_id_3bb849e2_staticRenderFns = []
|
|
@@ -17777,7 +18114,7 @@ var like_component = Object(componentNormalizer["a" /* default */])(
|
|
|
17777
18114
|
)
|
|
17778
18115
|
|
|
17779
18116
|
/* harmony default export */ var like = (like_component.exports);
|
|
17780
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
18117
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgCopilot/dialogue/icons/notlike.vue?vue&type=template&id=646e792e
|
|
17781
18118
|
var notlikevue_type_template_id_646e792e_render = function render(){var _vm=this,_c=_vm._self._c;return _c('svg',{attrs:{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"d":"M16.5 17.985c0 2.442-1.14 4.199-3.007 4.199-.975 0-1.341-.543-1.69-1.796l-.207-.772c-.101-.359-.277-.97-.527-1.831a.25.25 0 0 0-.03-.065l-2.866-4.486a5.884 5.884 0 0 0-2.855-2.326l-.473-.181A2.75 2.75 0 0 1 3.13 7.634l.404-2.086A3.25 3.25 0 0 1 5.95 3.01l7.628-1.87a4.75 4.75 0 0 1 5.733 3.44l1.415 5.55a3.25 3.25 0 0 1-3.15 4.052h-1.822c.496 1.633.746 2.893.746 3.802ZM4.6 7.92a1.25 1.25 0 0 0 .78 1.406l.474.18a7.385 7.385 0 0 1 3.582 2.92l2.867 4.486c.09.141.159.294.205.455l.552 1.92.212.791c.14.488.21.606.22.606.868 0 1.507-.985 1.507-2.7 0-.884-.326-2.335-.984-4.314a.75.75 0 0 1 .711-.987h2.85a1.75 1.75 0 0 0 1.696-2.182l-1.415-5.55a3.25 3.25 0 0 0-3.923-2.353l-7.628 1.87a1.75 1.75 0 0 0-1.301 1.366L4.6 7.92Z"}})])
|
|
17782
18119
|
}
|
|
17783
18120
|
var notlikevue_type_template_id_646e792e_staticRenderFns = []
|
|
@@ -17813,11 +18150,12 @@ var notlike_component = Object(componentNormalizer["a" /* default */])(
|
|
|
17813
18150
|
|
|
17814
18151
|
|
|
17815
18152
|
|
|
18153
|
+
|
|
17816
18154
|
/* harmony default export */ var dialoguevue_type_script_lang_js = ({
|
|
17817
18155
|
components: {
|
|
17818
|
-
readMd,
|
|
17819
18156
|
UserHead: UserHead,
|
|
17820
18157
|
AnswerHead: AnswerHead,
|
|
18158
|
+
Speaker: speaker,
|
|
17821
18159
|
Copy: copy,
|
|
17822
18160
|
Download: download,
|
|
17823
18161
|
Like: like,
|
|
@@ -17856,8 +18194,8 @@ var notlike_component = Object(componentNormalizer["a" /* default */])(
|
|
|
17856
18194
|
});
|
|
17857
18195
|
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/index.vue?vue&type=script&lang=js
|
|
17858
18196
|
/* harmony default export */ var KgCopilot_dialoguevue_type_script_lang_js = (dialoguevue_type_script_lang_js);
|
|
17859
|
-
// EXTERNAL MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/index.vue?vue&type=style&index=0&id=
|
|
17860
|
-
var
|
|
18197
|
+
// EXTERNAL MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/index.vue?vue&type=style&index=0&id=7ae2c1b4&prod&scoped=true&lang=scss
|
|
18198
|
+
var dialoguevue_type_style_index_0_id_7ae2c1b4_prod_scoped_true_lang_scss = __webpack_require__("9697");
|
|
17861
18199
|
|
|
17862
18200
|
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/dialogue/index.vue
|
|
17863
18201
|
|
|
@@ -17870,17 +18208,17 @@ var dialoguevue_type_style_index_0_id_12e00e94_prod_scoped_true_lang_scss = __we
|
|
|
17870
18208
|
|
|
17871
18209
|
var dialogue_component = Object(componentNormalizer["a" /* default */])(
|
|
17872
18210
|
KgCopilot_dialoguevue_type_script_lang_js,
|
|
17873
|
-
|
|
17874
|
-
|
|
18211
|
+
dialoguevue_type_template_id_7ae2c1b4_scoped_true_render,
|
|
18212
|
+
dialoguevue_type_template_id_7ae2c1b4_scoped_true_staticRenderFns,
|
|
17875
18213
|
false,
|
|
17876
18214
|
null,
|
|
17877
|
-
"
|
|
18215
|
+
"7ae2c1b4",
|
|
17878
18216
|
null
|
|
17879
18217
|
|
|
17880
18218
|
)
|
|
17881
18219
|
|
|
17882
18220
|
/* harmony default export */ var dialogue = (dialogue_component.exports);
|
|
17883
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
18221
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgCopilot/CopiFooter/index.vue?vue&type=template&id=699521c0&scoped=true
|
|
17884
18222
|
var CopiFootervue_type_template_id_699521c0_scoped_true_render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:"copilot-footer"},[_c('div',{staticClass:"root"},[_c('SearchInput')],1)])
|
|
17885
18223
|
}
|
|
17886
18224
|
var CopiFootervue_type_template_id_699521c0_scoped_true_staticRenderFns = []
|
|
@@ -17888,17 +18226,17 @@ var CopiFootervue_type_template_id_699521c0_scoped_true_staticRenderFns = []
|
|
|
17888
18226
|
|
|
17889
18227
|
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/CopiFooter/index.vue?vue&type=template&id=699521c0&scoped=true
|
|
17890
18228
|
|
|
17891
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
17892
|
-
var
|
|
18229
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgCopilot/CopiFooter/SearchInput/index.vue?vue&type=template&id=5409eaaa&scoped=true
|
|
18230
|
+
var SearchInputvue_type_template_id_5409eaaa_scoped_true_render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{ref:"bottomFooter",staticClass:"bottom-footer"},[_c('div',{staticClass:"control-contain"},[_c('SelectPluginByKey',{attrs:{"isShowSelect":_vm.isShowSelect,"selectPluginList":_vm.selectPluginList,"modal":_vm.pluginModal,"activePluInd":_vm.activePluInd},on:{"close":_vm.closePluginByoutside,"deleteText":_vm.deleteText}}),_c('button',{staticClass:"control-button select-button",on:{"click":function($event){$event.stopPropagation();return _vm.openPluDialog.apply(null, arguments)}}},[_c('span',[_vm._v(" "+_vm._s(_vm.buttonText)+" ")]),_c('div',{staticClass:"icon",class:[_vm.isShowSelection && 'rotated']},[_c('svg',{attrs:{"xmlns":"http://www.w3.org/2000/svg","width":"32","height":"32","fill":"currentColor"}},[_c('path',{attrs:{"fill-rule":"evenodd","d":"M16 0a2.4 2.4 0 012.4 2.4l-.001 11.199L29.6 13.6a2.4 2.4 0 010 4.8l-11.201-.001L18.4 29.6a2.4 2.4 0 01-4.8 0l-.001-11.201L2.4 18.4a2.4 2.4 0 010-4.8l11.199-.001L13.6 2.4A2.4 2.4 0 0116 0z"}})])])]),_c('NewTheme'),(_vm.sendLonding)?_c('button',{staticClass:"control-button stop-responding-button",on:{"click":_vm.handleClickStopBtn}},[_c('div',{staticClass:"stop-icon"}),_c('span',[_vm._v("停止生成")])]):_vm._e()],1),_c('div',{staticClass:"input-container"},[(Object.keys(_vm.checkedPluginByBtn).length)?_c('div',{staticClass:"plugin-town"},[_vm._v(" 已选插件:"+_vm._s(_vm.checkedPluginByBtn.name)+" ")]):_vm._e(),_c('div',{staticClass:"input-row",attrs:{"id":"copiFooter"}},[_c('div',{ref:"coptInput",staticClass:"text-area",attrs:{"contenteditable":"plaintext-only","placeholder":_vm.placeholder,"spellcheck":"false"},on:{"input":_vm.inputChange,"keydown":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter"))return null;return _vm.handlerSendMsg.apply(null, arguments)},_vm.handleKeyDown],"compositionstart":_vm.handleCompositionStart,"compositionend":_vm.handleCompositionEnd}})]),_c('div',{staticClass:"bottom-controls"},[_c('div',{staticClass:"bottom-left-controls"}),_c('div',{staticClass:"bottom-right-controls"},[_c('span',{staticClass:"text-sum"},[_c('span',[_vm._v(_vm._s(_vm.textLength))]),_vm._v("/2000")]),_c('button',{staticClass:"send-button",on:{"click":_vm.handlerSendMsg}},[_c('i',{staticClass:"el-icon-s-promotion",class:['icon'],style:({
|
|
17893
18231
|
color: _vm.textLength && !_vm.sendLonding ? '#1e56ea' : '#dbdbdb'
|
|
17894
18232
|
})})])])]),(_vm.stopDialogue)?_c('div',{staticClass:"disable",attrs:{"click.stop":""}}):_vm._e()])])
|
|
17895
18233
|
}
|
|
17896
|
-
var
|
|
18234
|
+
var SearchInputvue_type_template_id_5409eaaa_scoped_true_staticRenderFns = []
|
|
17897
18235
|
|
|
17898
18236
|
|
|
17899
|
-
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/CopiFooter/SearchInput/index.vue?vue&type=template&id=
|
|
18237
|
+
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/CopiFooter/SearchInput/index.vue?vue&type=template&id=5409eaaa&scoped=true
|
|
17900
18238
|
|
|
17901
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
18239
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgCopilot/CopiFooter/SearchInput/NewTheme.vue?vue&type=template&id=4ec3d63f&scoped=true
|
|
17902
18240
|
var NewThemevue_type_template_id_4ec3d63f_scoped_true_render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:"outside-left-container"},[_c('button',{staticClass:"button-compose",style:({ width: _vm.newthemeWidth + 'px' }),attrs:{"type":"button","aria-label":"新主题"},on:{"mouseenter":_vm.mouseEnterBtn,"mouseleave":_vm.mouseLeaveBtn,"click":_vm.getNewTheme}},[_c('div',{staticClass:"button-compose-content"},[_c('div',{staticClass:"button-compose-icon"},[_c('svg',{staticClass:"button-compose-icon",attrs:{"width":"24","viewBox":"0 0 24 24","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"fill":"#fff","d":"M12 2C17.5228 2 22 6.47715 22 12C22 12.2628 21.9899 12.5232 21.97 12.7809C21.5319 12.3658 21.0361 12.0111 20.4958 11.73C20.3532 7.16054 16.6041 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 13.4696 3.87277 14.8834 4.57303 16.1375L4.72368 16.4072L3.61096 20.3914L7.59755 19.2792L7.86709 19.4295C9.04305 20.0852 10.3592 20.4531 11.73 20.4958C12.0111 21.0361 12.3658 21.5319 12.7809 21.97C12.5232 21.9899 12.2628 22 12 22C10.3817 22 8.81782 21.6146 7.41286 20.888L3.58704 21.9553C2.92212 22.141 2.23258 21.7525 2.04691 21.0876C1.98546 20.8676 1.98549 20.6349 2.04695 20.4151L3.11461 16.5922C2.38637 15.186 2 13.6203 2 12C2 6.47715 6.47715 2 12 2ZM23 17.5C23 14.4624 20.5376 12 17.5 12C14.4624 12 12 14.4624 12 17.5C12 20.5376 14.4624 23 17.5 23C20.5376 23 23 20.5376 23 17.5ZM18.0006 18L18.0011 20.5035C18.0011 20.7797 17.7773 21.0035 17.5011 21.0035C17.225 21.0035 17.0011 20.7797 17.0011 20.5035L17.0006 18H14.4956C14.2197 18 13.9961 17.7762 13.9961 17.5C13.9961 17.2239 14.2197 17 14.4956 17H17.0005L17 14.4993C17 14.2231 17.2239 13.9993 17.5 13.9993C17.7761 13.9993 18 14.2231 18 14.4993L18.0005 17H20.4966C20.7725 17 20.9961 17.2239 20.9961 17.5C20.9961 17.7762 20.7725 18 20.4966 18H18.0006Z"}})])]),_c('div',{staticClass:"button-compose-text"},[_vm._v("新主题")])])])])
|
|
17903
18241
|
}
|
|
17904
18242
|
var NewThemevue_type_template_id_4ec3d63f_scoped_true_staticRenderFns = []
|
|
@@ -17966,7 +18304,7 @@ var NewTheme_component = Object(componentNormalizer["a" /* default */])(
|
|
|
17966
18304
|
)
|
|
17967
18305
|
|
|
17968
18306
|
/* harmony default export */ var NewTheme = (NewTheme_component.exports);
|
|
17969
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
18307
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"61760300-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/know_ui_v2/components/KgCopilot/CopiFooter/SearchInput/SelectPluginByKey.vue?vue&type=template&id=43afc106&scoped=true
|
|
17970
18308
|
var SelectPluginByKeyvue_type_template_id_43afc106_scoped_true_render = function render(){var _vm=this,_c=_vm._self._c;return _c('transition',{attrs:{"name":"fade-scale"}},[(_vm.isShowSelect)?_c('div',{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:(_vm.onClickOutside),expression:"onClickOutside"}],staticClass:"selection",style:({ top: _vm.modal === 'key' ? '-105px' : '-150px' })},[_c('div',{ref:"pluginContent",staticClass:"plugin-content"},_vm._l((_vm.selectPluginList),function(plugin,index){return _c('el-popover',{key:index,attrs:{"offset":0,"placement":"right-start","title":plugin.name,"width":200,"trigger":"hover","content":plugin.introduce,"open-delay":200,"close-delay":0}},[_c('div',{ref:"pluginItem",refInFor:true,staticClass:"plugin-item",class:{ isSel: index === _vm.activePluInd },attrs:{"slot":"reference"},on:{"click":function($event){return _vm.choosePlugin(plugin)}},slot:"reference"},[_c('span',[_vm._v(_vm._s(plugin.name))]),_c('div',{staticClass:"plugin-item-right"},[_c('div',{staticClass:"select-radio",class:{ 'active-radio': _vm.checkedPluginByBtn === plugin }},[_c('i',{staticClass:"el-icon-check",class:['icon', { hoverIcon: index === _vm.activePluInd }]})])])])])}),1)]):_vm._e()])
|
|
17971
18309
|
}
|
|
17972
18310
|
var SelectPluginByKeyvue_type_template_id_43afc106_scoped_true_staticRenderFns = []
|
|
@@ -18664,8 +19002,8 @@ var SelectPluginByKey_component = Object(componentNormalizer["a" /* default */])
|
|
|
18664
19002
|
});
|
|
18665
19003
|
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/CopiFooter/SearchInput/index.vue?vue&type=script&lang=js
|
|
18666
19004
|
/* harmony default export */ var CopiFooter_SearchInputvue_type_script_lang_js = (SearchInputvue_type_script_lang_js);
|
|
18667
|
-
// EXTERNAL MODULE: ./packages/know_ui_v2/components/KgCopilot/CopiFooter/SearchInput/index.vue?vue&type=style&index=0&id=
|
|
18668
|
-
var
|
|
19005
|
+
// EXTERNAL MODULE: ./packages/know_ui_v2/components/KgCopilot/CopiFooter/SearchInput/index.vue?vue&type=style&index=0&id=5409eaaa&prod&lang=scss&scoped=true
|
|
19006
|
+
var SearchInputvue_type_style_index_0_id_5409eaaa_prod_lang_scss_scoped_true = __webpack_require__("b9dd");
|
|
18669
19007
|
|
|
18670
19008
|
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/CopiFooter/SearchInput/index.vue
|
|
18671
19009
|
|
|
@@ -18678,11 +19016,11 @@ var SearchInputvue_type_style_index_0_id_295ca730_prod_lang_scss_scoped_true = _
|
|
|
18678
19016
|
|
|
18679
19017
|
var SearchInput_component = Object(componentNormalizer["a" /* default */])(
|
|
18680
19018
|
CopiFooter_SearchInputvue_type_script_lang_js,
|
|
18681
|
-
|
|
18682
|
-
|
|
19019
|
+
SearchInputvue_type_template_id_5409eaaa_scoped_true_render,
|
|
19020
|
+
SearchInputvue_type_template_id_5409eaaa_scoped_true_staticRenderFns,
|
|
18683
19021
|
false,
|
|
18684
19022
|
null,
|
|
18685
|
-
"
|
|
19023
|
+
"5409eaaa",
|
|
18686
19024
|
null
|
|
18687
19025
|
|
|
18688
19026
|
)
|
|
@@ -18760,6 +19098,16 @@ var CopiFooter_component = Object(componentNormalizer["a" /* default */])(
|
|
|
18760
19098
|
placeholder: {
|
|
18761
19099
|
type: String,
|
|
18762
19100
|
default: '输入“@”选择插件,可通过上下键切换插件选项,回车选中。'
|
|
19101
|
+
},
|
|
19102
|
+
intelligentAnalysisConfig: {
|
|
19103
|
+
type: Object,
|
|
19104
|
+
default: () => ({}),
|
|
19105
|
+
required: true
|
|
19106
|
+
},
|
|
19107
|
+
defaultDeal: {
|
|
19108
|
+
type: Object,
|
|
19109
|
+
default: () => ({}),
|
|
19110
|
+
required: true
|
|
18763
19111
|
}
|
|
18764
19112
|
},
|
|
18765
19113
|
mounted() {
|
|
@@ -18772,7 +19120,9 @@ var CopiFooter_component = Object(componentNormalizer["a" /* default */])(
|
|
|
18772
19120
|
aiName: this.aiName,
|
|
18773
19121
|
maxSendNum: this.maxSendNum,
|
|
18774
19122
|
getkitsUrl: this.getkitsUrl,
|
|
18775
|
-
placeholder: this.placeholder
|
|
19123
|
+
placeholder: this.placeholder,
|
|
19124
|
+
intelligentAnalysisConfig: this.intelligentAnalysisConfig,
|
|
19125
|
+
defaultDeal: this.defaultDeal
|
|
18776
19126
|
});
|
|
18777
19127
|
},
|
|
18778
19128
|
methods: {
|
|
@@ -18795,8 +19145,8 @@ var CopiFooter_component = Object(componentNormalizer["a" /* default */])(
|
|
|
18795
19145
|
});
|
|
18796
19146
|
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/main.vue?vue&type=script&lang=js
|
|
18797
19147
|
/* harmony default export */ var KgCopilot_mainvue_type_script_lang_js = (mainvue_type_script_lang_js);
|
|
18798
|
-
// EXTERNAL MODULE: ./packages/know_ui_v2/components/KgCopilot/main.vue?vue&type=style&index=0&id=
|
|
18799
|
-
var
|
|
19148
|
+
// EXTERNAL MODULE: ./packages/know_ui_v2/components/KgCopilot/main.vue?vue&type=style&index=0&id=7af6dd69&prod&scoped=true&lang=scss
|
|
19149
|
+
var mainvue_type_style_index_0_id_7af6dd69_prod_scoped_true_lang_scss = __webpack_require__("cc3e");
|
|
18800
19150
|
|
|
18801
19151
|
// CONCATENATED MODULE: ./packages/know_ui_v2/components/KgCopilot/main.vue
|
|
18802
19152
|
|
|
@@ -18813,7 +19163,7 @@ var main_component = Object(componentNormalizer["a" /* default */])(
|
|
|
18813
19163
|
staticRenderFns,
|
|
18814
19164
|
false,
|
|
18815
19165
|
null,
|
|
18816
|
-
"
|
|
19166
|
+
"7af6dd69",
|
|
18817
19167
|
null
|
|
18818
19168
|
|
|
18819
19169
|
)
|
|
@@ -18831,13 +19181,6 @@ var main_component = Object(componentNormalizer["a" /* default */])(
|
|
|
18831
19181
|
/* unused harmony reexport * */
|
|
18832
19182
|
|
|
18833
19183
|
|
|
18834
|
-
/***/ }),
|
|
18835
|
-
|
|
18836
|
-
/***/ "9f4b":
|
|
18837
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
18838
|
-
|
|
18839
|
-
// extracted by mini-css-extract-plugin
|
|
18840
|
-
|
|
18841
19184
|
/***/ }),
|
|
18842
19185
|
|
|
18843
19186
|
/***/ "a04b":
|
|
@@ -19258,9 +19601,9 @@ const getters = {
|
|
|
19258
19601
|
}
|
|
19259
19602
|
return arr;
|
|
19260
19603
|
},
|
|
19261
|
-
/**
|
|
19262
|
-
* 根据选中的信源,返回总的信源类别关联2
|
|
19263
|
-
* 返回值: {123:["亚洲"],12345:["越南"]} | {}
|
|
19604
|
+
/**
|
|
19605
|
+
* 根据选中的信源,返回总的信源类别关联2
|
|
19606
|
+
* 返回值: {123:["亚洲"],12345:["越南"]} | {}
|
|
19264
19607
|
* */
|
|
19265
19608
|
mappingData_selAll_xinyuan: (state, getters) => {
|
|
19266
19609
|
let mappingData = []; // 取交集
|
|
@@ -19284,9 +19627,9 @@ const getters = {
|
|
|
19284
19627
|
// console.log('依赖总映射', dependencyTransition(mappingData, state.filterList))
|
|
19285
19628
|
return Object(_utils_util__WEBPACK_IMPORTED_MODULE_2__[/* dependencyTransition */ "f"])(mappingData, state.filterList);
|
|
19286
19629
|
},
|
|
19287
|
-
/**
|
|
19288
|
-
* 根据选中的主体和属性,返回总的关联类别 (行交集,列交集)
|
|
19289
|
-
* 返回值: {123:["亚洲"],12345:["越南"]} | {}
|
|
19630
|
+
/**
|
|
19631
|
+
* 根据选中的主体和属性,返回总的关联类别 (行交集,列交集)
|
|
19632
|
+
* 返回值: {123:["亚洲"],12345:["越南"]} | {}
|
|
19290
19633
|
* */
|
|
19291
19634
|
mappingData_selAll_zhuti_new: (state, getters) => {
|
|
19292
19635
|
let mappingData = []; // 取交集
|
|
@@ -19309,9 +19652,9 @@ const getters = {
|
|
|
19309
19652
|
}
|
|
19310
19653
|
return Object(_utils_util__WEBPACK_IMPORTED_MODULE_2__[/* dependencyTransition */ "f"])(mappingData, state.filterList);
|
|
19311
19654
|
},
|
|
19312
|
-
/**
|
|
19313
|
-
* 根据选中的query,返回总的关联类别 (行交集,列交集)
|
|
19314
|
-
* 返回值: {123:["亚洲"],12345:["越南"]} | {}
|
|
19655
|
+
/**
|
|
19656
|
+
* 根据选中的query,返回总的关联类别 (行交集,列交集)
|
|
19657
|
+
* 返回值: {123:["亚洲"],12345:["越南"]} | {}
|
|
19315
19658
|
* */
|
|
19316
19659
|
mappingData_selAll_query: (state, getters) => {
|
|
19317
19660
|
let mappingData = []; // 取交集
|
|
@@ -20963,6 +21306,24 @@ module.exports = !fails(function () {
|
|
|
20963
21306
|
});
|
|
20964
21307
|
|
|
20965
21308
|
|
|
21309
|
+
/***/ }),
|
|
21310
|
+
|
|
21311
|
+
/***/ "b9dd":
|
|
21312
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
21313
|
+
|
|
21314
|
+
"use strict";
|
|
21315
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_5409eaaa_prod_lang_scss_scoped_true__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("60fe");
|
|
21316
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_5409eaaa_prod_lang_scss_scoped_true__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_5409eaaa_prod_lang_scss_scoped_true__WEBPACK_IMPORTED_MODULE_0__);
|
|
21317
|
+
/* unused harmony reexport * */
|
|
21318
|
+
|
|
21319
|
+
|
|
21320
|
+
/***/ }),
|
|
21321
|
+
|
|
21322
|
+
/***/ "bbe0":
|
|
21323
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
21324
|
+
|
|
21325
|
+
// extracted by mini-css-extract-plugin
|
|
21326
|
+
|
|
20966
21327
|
/***/ }),
|
|
20967
21328
|
|
|
20968
21329
|
/***/ "bc3a":
|
|
@@ -23441,17 +23802,6 @@ module.exports = function (input, pref) {
|
|
|
23441
23802
|
//# sourceMappingURL=purify.js.map
|
|
23442
23803
|
|
|
23443
23804
|
|
|
23444
|
-
/***/ }),
|
|
23445
|
-
|
|
23446
|
-
/***/ "c20f":
|
|
23447
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
23448
|
-
|
|
23449
|
-
"use strict";
|
|
23450
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_main_vue_vue_type_style_index_0_id_63f8ab82_prod_scoped_true_lang_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("6604");
|
|
23451
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_main_vue_vue_type_style_index_0_id_63f8ab82_prod_scoped_true_lang_scss__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_main_vue_vue_type_style_index_0_id_63f8ab82_prod_scoped_true_lang_scss__WEBPACK_IMPORTED_MODULE_0__);
|
|
23452
|
-
/* unused harmony reexport * */
|
|
23453
|
-
|
|
23454
|
-
|
|
23455
23805
|
/***/ }),
|
|
23456
23806
|
|
|
23457
23807
|
/***/ "c345":
|
|
@@ -24105,6 +24455,17 @@ module.exports = function (it) {
|
|
|
24105
24455
|
};
|
|
24106
24456
|
|
|
24107
24457
|
|
|
24458
|
+
/***/ }),
|
|
24459
|
+
|
|
24460
|
+
/***/ "cc3e":
|
|
24461
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
24462
|
+
|
|
24463
|
+
"use strict";
|
|
24464
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_main_vue_vue_type_style_index_0_id_7af6dd69_prod_scoped_true_lang_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("1de1");
|
|
24465
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_main_vue_vue_type_style_index_0_id_7af6dd69_prod_scoped_true_lang_scss__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_main_vue_vue_type_style_index_0_id_7af6dd69_prod_scoped_true_lang_scss__WEBPACK_IMPORTED_MODULE_0__);
|
|
24466
|
+
/* unused harmony reexport * */
|
|
24467
|
+
|
|
24468
|
+
|
|
24108
24469
|
/***/ }),
|
|
24109
24470
|
|
|
24110
24471
|
/***/ "cdce":
|
|
@@ -24967,6 +25328,13 @@ module.exports = function (argument, $default) {
|
|
|
24967
25328
|
/* unused harmony reexport * */
|
|
24968
25329
|
|
|
24969
25330
|
|
|
25331
|
+
/***/ }),
|
|
25332
|
+
|
|
25333
|
+
/***/ "e597":
|
|
25334
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
25335
|
+
|
|
25336
|
+
// extracted by mini-css-extract-plugin
|
|
25337
|
+
|
|
24970
25338
|
/***/ }),
|
|
24971
25339
|
|
|
24972
25340
|
/***/ "e5cb":
|
|
@@ -26601,17 +26969,6 @@ function nginx(hljs) {
|
|
|
26601
26969
|
module.exports = nginx;
|
|
26602
26970
|
|
|
26603
26971
|
|
|
26604
|
-
/***/ }),
|
|
26605
|
-
|
|
26606
|
-
/***/ "f5bc":
|
|
26607
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
26608
|
-
|
|
26609
|
-
"use strict";
|
|
26610
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_12e00e94_prod_scoped_true_lang_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("66e1");
|
|
26611
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_12e00e94_prod_scoped_true_lang_scss__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_12e00e94_prod_scoped_true_lang_scss__WEBPACK_IMPORTED_MODULE_0__);
|
|
26612
|
-
/* unused harmony reexport * */
|
|
26613
|
-
|
|
26614
|
-
|
|
26615
26972
|
/***/ }),
|
|
26616
26973
|
|
|
26617
26974
|
/***/ "f5df":
|
|
@@ -26749,12 +27106,12 @@ module.exports = function (key) {
|
|
|
26749
27106
|
|
|
26750
27107
|
/***/ }),
|
|
26751
27108
|
|
|
26752
|
-
/***/ "
|
|
27109
|
+
/***/ "f83b":
|
|
26753
27110
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
26754
27111
|
|
|
26755
27112
|
"use strict";
|
|
26756
|
-
/* harmony import */ var
|
|
26757
|
-
/* harmony import */ var
|
|
27113
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_edit_vue_vue_type_style_index_0_id_c0709918_prod_scoped_true_lang_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("bbe0");
|
|
27114
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_edit_vue_vue_type_style_index_0_id_c0709918_prod_scoped_true_lang_scss__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_edit_vue_vue_type_style_index_0_id_c0709918_prod_scoped_true_lang_scss__WEBPACK_IMPORTED_MODULE_0__);
|
|
26758
27115
|
/* unused harmony reexport * */
|
|
26759
27116
|
|
|
26760
27117
|
|