vxe-pc-ui 4.8.10 → 4.8.11
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/es/components.js +0 -3
- package/es/icon/style.css +1 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/ui/index.js +3 -3
- package/es/ui/src/log.js +1 -1
- package/lib/components.js +1 -13
- package/lib/components.min.js +1 -1
- package/lib/icon/style/style.css +1 -1
- package/lib/icon/style/style.min.css +1 -1
- package/lib/index.umd.js +9 -93
- package/lib/index.umd.min.js +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/ui/index.js +3 -3
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/package.json +2 -2
- package/packages/components.ts +0 -3
- package/packages/ui/index.ts +3 -2
- package/styles/all.scss +0 -1
- package/types/all.d.ts +6 -2
- package/types/components/table.d.ts +5 -0
- package/types/ui/global-config.d.ts +20 -10
- package/es/gantt/index.js +0 -12
- package/es/gantt/src/gantt.js +0 -61
- package/es/gantt/style.css +0 -0
- package/es/gantt/style.min.css +0 -0
- package/es/vxe-gantt/index.js +0 -3
- package/es/vxe-gantt/style.css +0 -0
- package/es/vxe-gantt/style.min.css +0 -0
- package/lib/gantt/index.js +0 -19
- package/lib/gantt/index.min.js +0 -1
- package/lib/gantt/src/gantt.js +0 -72
- package/lib/gantt/src/gantt.min.js +0 -1
- package/lib/gantt/style/index.js +0 -1
- package/lib/gantt/style/style.css +0 -0
- package/lib/gantt/style/style.min.css +0 -0
- package/lib/vxe-gantt/index.js +0 -22
- package/lib/vxe-gantt/index.min.js +0 -1
- package/lib/vxe-gantt/style/index.js +0 -1
- package/lib/vxe-gantt/style/style.css +0 -0
- package/lib/vxe-gantt/style/style.min.css +0 -0
- package/packages/gantt/index.ts +0 -16
- package/packages/gantt/src/gantt.ts +0 -87
- package/styles/components/gantt.scss +0 -0
- /package/es/icon/{iconfont.1754474084337.ttf → iconfont.1754563062233.ttf} +0 -0
- /package/es/icon/{iconfont.1754474084337.woff → iconfont.1754563062233.woff} +0 -0
- /package/es/icon/{iconfont.1754474084337.woff2 → iconfont.1754563062233.woff2} +0 -0
- /package/es/{iconfont.1754474084337.ttf → iconfont.1754563062233.ttf} +0 -0
- /package/es/{iconfont.1754474084337.woff → iconfont.1754563062233.woff} +0 -0
- /package/es/{iconfont.1754474084337.woff2 → iconfont.1754563062233.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1754474084337.ttf → iconfont.1754563062233.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1754474084337.woff → iconfont.1754563062233.woff} +0 -0
- /package/lib/icon/style/{iconfont.1754474084337.woff2 → iconfont.1754563062233.woff2} +0 -0
- /package/lib/{iconfont.1754474084337.ttf → iconfont.1754563062233.ttf} +0 -0
- /package/lib/{iconfont.1754474084337.woff → iconfont.1754563062233.woff} +0 -0
- /package/lib/{iconfont.1754474084337.woff2 → iconfont.1754563062233.woff2} +0 -0
package/lib/index.umd.js
CHANGED
|
@@ -1919,7 +1919,6 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1919
1919
|
FormGroup: function() { return /* reexport */ FormGroup; },
|
|
1920
1920
|
FormItem: function() { return /* reexport */ FormItem; },
|
|
1921
1921
|
GLOBAL_EVENT_KEYS: function() { return /* reexport */ GLOBAL_EVENT_KEYS; },
|
|
1922
|
-
Gantt: function() { return /* reexport */ Gantt; },
|
|
1923
1922
|
Icon: function() { return /* reexport */ Icon; },
|
|
1924
1923
|
IconPicker: function() { return /* reexport */ IconPicker; },
|
|
1925
1924
|
Image: function() { return /* reexport */ image_Image; },
|
|
@@ -2003,7 +2002,6 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
2003
2002
|
VxeFormGather: function() { return /* reexport */ VxeFormGather; },
|
|
2004
2003
|
VxeFormGroup: function() { return /* reexport */ VxeFormGroup; },
|
|
2005
2004
|
VxeFormItem: function() { return /* reexport */ VxeFormItem; },
|
|
2006
|
-
VxeGantt: function() { return /* reexport */ VxeGantt; },
|
|
2007
2005
|
VxeIcon: function() { return /* reexport */ VxeIcon; },
|
|
2008
2006
|
VxeIconPicker: function() { return /* reexport */ VxeIconPicker; },
|
|
2009
2007
|
VxeImage: function() { return /* reexport */ VxeImage; },
|
|
@@ -2144,7 +2142,6 @@ __webpack_require__.d(components_namespaceObject, {
|
|
|
2144
2142
|
FormGroup: function() { return FormGroup; },
|
|
2145
2143
|
FormItem: function() { return FormItem; },
|
|
2146
2144
|
GLOBAL_EVENT_KEYS: function() { return GLOBAL_EVENT_KEYS; },
|
|
2147
|
-
Gantt: function() { return Gantt; },
|
|
2148
2145
|
Icon: function() { return Icon; },
|
|
2149
2146
|
IconPicker: function() { return IconPicker; },
|
|
2150
2147
|
Image: function() { return image_Image; },
|
|
@@ -2228,7 +2225,6 @@ __webpack_require__.d(components_namespaceObject, {
|
|
|
2228
2225
|
VxeFormGather: function() { return VxeFormGather; },
|
|
2229
2226
|
VxeFormGroup: function() { return VxeFormGroup; },
|
|
2230
2227
|
VxeFormItem: function() { return VxeFormItem; },
|
|
2231
|
-
VxeGantt: function() { return VxeGantt; },
|
|
2232
2228
|
VxeIcon: function() { return VxeIcon; },
|
|
2233
2229
|
VxeIconPicker: function() { return VxeIconPicker; },
|
|
2234
2230
|
VxeImage: function() { return VxeImage; },
|
|
@@ -2352,12 +2348,13 @@ if (typeof window !== 'undefined') {
|
|
|
2352
2348
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
|
|
2353
2349
|
var es_array_push = __webpack_require__(4114);
|
|
2354
2350
|
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/src/core.js
|
|
2355
|
-
const coreVersion = "4.2.
|
|
2351
|
+
const coreVersion = "4.2.9";
|
|
2356
2352
|
const VxeCore = {
|
|
2357
2353
|
coreVersion,
|
|
2358
2354
|
uiVersion: '',
|
|
2359
2355
|
tableVersion: '',
|
|
2360
|
-
designVersion: ''
|
|
2356
|
+
designVersion: '',
|
|
2357
|
+
ganttVersion: ''
|
|
2361
2358
|
};
|
|
2362
2359
|
// EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
|
2363
2360
|
var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__(9274);
|
|
@@ -2951,7 +2948,7 @@ function createLog(type, name) {
|
|
|
2951
2948
|
return msg;
|
|
2952
2949
|
};
|
|
2953
2950
|
}
|
|
2954
|
-
const version = "4.2.
|
|
2951
|
+
const version = "4.2.9";
|
|
2955
2952
|
const log = {
|
|
2956
2953
|
create: createLog,
|
|
2957
2954
|
warn: createLog('warn', `v${version}`),
|
|
@@ -4324,14 +4321,14 @@ function checkDynamic() {
|
|
|
4324
4321
|
}
|
|
4325
4322
|
;// CONCATENATED MODULE: ./packages/ui/src/log.ts
|
|
4326
4323
|
|
|
4327
|
-
const log_version = `ui v${"4.8.
|
|
4324
|
+
const log_version = `ui v${"4.8.11"}`;
|
|
4328
4325
|
const warnLog = log.create('warn', log_version);
|
|
4329
4326
|
const errLog = log.create('error', log_version);
|
|
4330
4327
|
;// CONCATENATED MODULE: ./packages/ui/index.ts
|
|
4331
4328
|
|
|
4332
4329
|
|
|
4333
4330
|
|
|
4334
|
-
const ui_version = "4.8.
|
|
4331
|
+
const ui_version = "4.8.11";
|
|
4335
4332
|
index_esm_VxeUI.uiVersion = ui_version;
|
|
4336
4333
|
index_esm_VxeUI.dynamicApp = dynamicApp;
|
|
4337
4334
|
function config(options) {
|
|
@@ -4478,7 +4475,6 @@ setConfig({
|
|
|
4478
4475
|
formGroup: {},
|
|
4479
4476
|
formItem: {},
|
|
4480
4477
|
formView: {},
|
|
4481
|
-
gantt: {},
|
|
4482
4478
|
icon: {},
|
|
4483
4479
|
iconPicker: {
|
|
4484
4480
|
icons: ['home', 'company', 'comment', 'setting', 'send', 'envelope', 'envelope-open', 'bell', 'search', 'print', 'pc', 'goods', 'chart-line', 'edit', 'delete', 'save', 'folder', 'microphone', 'flag', 'link', 'location', 'sunny', 'rmb', 'usd', 'user', 'add-user', 'add-users', 'star', 'unlock', 'time', 'text', 'feedback', 'calendar', 'association-form', 'cloud-download', 'cloud-upload', 'file', 'subtable', 'chart-bar-x', 'chart-bar-y', 'chart-line', 'chart-pie', 'chart-radar']
|
|
@@ -4733,7 +4729,8 @@ setConfig({
|
|
|
4733
4729
|
colgroup: {},
|
|
4734
4730
|
column: {},
|
|
4735
4731
|
toolbar: {},
|
|
4736
|
-
grid: {}
|
|
4732
|
+
grid: {},
|
|
4733
|
+
gantt: {}
|
|
4737
4734
|
});
|
|
4738
4735
|
const iconPrefix = 'vxe-icon-';
|
|
4739
4736
|
setIcon({
|
|
@@ -23616,85 +23613,6 @@ dynamicApp.use(VxeFormItem);
|
|
|
23616
23613
|
index_esm_VxeUI.component(form_item);
|
|
23617
23614
|
const FormItem = VxeFormItem;
|
|
23618
23615
|
/* harmony default export */ var packages_form_item = (VxeFormItem);
|
|
23619
|
-
;// CONCATENATED MODULE: ./packages/gantt/src/gantt.ts
|
|
23620
|
-
|
|
23621
|
-
|
|
23622
|
-
|
|
23623
|
-
|
|
23624
|
-
function gantt_createInternalData() {
|
|
23625
|
-
return {};
|
|
23626
|
-
}
|
|
23627
|
-
/* harmony default export */ var gantt = (defineVxeComponent({
|
|
23628
|
-
name: 'VxeGantt',
|
|
23629
|
-
props: {
|
|
23630
|
-
size: {
|
|
23631
|
-
type: String,
|
|
23632
|
-
default: () => getConfig().gantt.size || getConfig().size
|
|
23633
|
-
}
|
|
23634
|
-
},
|
|
23635
|
-
emits: [],
|
|
23636
|
-
setup(props, context) {
|
|
23637
|
-
const {
|
|
23638
|
-
emit
|
|
23639
|
-
} = context;
|
|
23640
|
-
const xID = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().uniqueId();
|
|
23641
|
-
const refElem = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.ref)();
|
|
23642
|
-
const refTable = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.ref)();
|
|
23643
|
-
const reactData = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.reactive)({});
|
|
23644
|
-
const internalData = gantt_createInternalData();
|
|
23645
|
-
const refMaps = {
|
|
23646
|
-
refElem,
|
|
23647
|
-
refTable
|
|
23648
|
-
};
|
|
23649
|
-
const computeMaps = {};
|
|
23650
|
-
const $xeGantt = {
|
|
23651
|
-
xID,
|
|
23652
|
-
props,
|
|
23653
|
-
context,
|
|
23654
|
-
reactData,
|
|
23655
|
-
internalData,
|
|
23656
|
-
getRefMaps: () => refMaps,
|
|
23657
|
-
getComputeMaps: () => computeMaps
|
|
23658
|
-
};
|
|
23659
|
-
const dispatchEvent = (type, params, evnt) => {
|
|
23660
|
-
emit(type, createEvent(evnt, {
|
|
23661
|
-
$gantt: $xeGantt
|
|
23662
|
-
}, params));
|
|
23663
|
-
};
|
|
23664
|
-
const ganttMethods = {
|
|
23665
|
-
dispatchEvent
|
|
23666
|
-
};
|
|
23667
|
-
const ganttPrivateMethods = {};
|
|
23668
|
-
Object.assign($xeGantt, ganttMethods, ganttPrivateMethods);
|
|
23669
|
-
const renderVN = () => {
|
|
23670
|
-
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)('div', {
|
|
23671
|
-
ref: refElem,
|
|
23672
|
-
class: 'vxe-gantt'
|
|
23673
|
-
});
|
|
23674
|
-
};
|
|
23675
|
-
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.onUnmounted)(() => {
|
|
23676
|
-
external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().assign(internalData, gantt_createInternalData());
|
|
23677
|
-
});
|
|
23678
|
-
$xeGantt.renderVN = renderVN;
|
|
23679
|
-
return $xeGantt;
|
|
23680
|
-
},
|
|
23681
|
-
render() {
|
|
23682
|
-
return this.renderVN();
|
|
23683
|
-
}
|
|
23684
|
-
}));
|
|
23685
|
-
;// CONCATENATED MODULE: ./packages/gantt/index.ts
|
|
23686
|
-
|
|
23687
|
-
|
|
23688
|
-
|
|
23689
|
-
const VxeGantt = Object.assign({}, gantt, {
|
|
23690
|
-
install(app) {
|
|
23691
|
-
app.component(gantt.name, gantt);
|
|
23692
|
-
}
|
|
23693
|
-
});
|
|
23694
|
-
dynamicApp.use(VxeGantt);
|
|
23695
|
-
index_esm_VxeUI.component(gantt);
|
|
23696
|
-
const Gantt = VxeGantt;
|
|
23697
|
-
/* harmony default export */ var packages_gantt = (VxeGantt);
|
|
23698
23616
|
;// CONCATENATED MODULE: ./packages/icon/index.ts
|
|
23699
23617
|
|
|
23700
23618
|
|
|
@@ -43215,8 +43133,7 @@ const Watermark = VxeWatermark;
|
|
|
43215
43133
|
|
|
43216
43134
|
|
|
43217
43135
|
|
|
43218
|
-
|
|
43219
|
-
const components_components = [packages_alert, packages_anchor, packages_anchor_link, packages_avatar, packages_badge, packages_breadcrumb, packages_breadcrumb_item, packages_button, packages_button_group, packages_calendar, packages_card, packages_carousel, packages_carousel_item, packages_checkbox, checkbox_button, checkbox_group, packages_col, packages_collapse, packages_collapse_pane, packages_color_picker, packages_countdown, packages_date_panel, packages_date_picker, packages_date_range_picker, packages_drawer, packages_empty, packages_form, form_gather, packages_form_group, packages_form_item, packages_gantt, packages_icon, packages_icon_picker, packages_image, image_group, image_preview, packages_input, packages_layout_aside, packages_layout_body, packages_layout_container, packages_layout_footer, packages_layout_header, packages_link, packages_list, loading, packages_menu, packages_modal, packages_notice_bar, packages_number_input, packages_optgroup, packages_option, packages_pager, packages_password_input, print_page_break, packages_print, packages_pulldown, packages_radio, radio_button, radio_group, packages_rate, packages_result, packages_row, packages_select, packages_split, packages_split_pane, packages_slider, packages_steps, packages_switch, packages_tab_pane, packages_table_select, packages_tabs, packages_tag, packages_text_ellipsis, packages_text, packages_textarea, packages_tip, packages_tooltip, packages_tree, packages_tree_select, packages_upload, packages_watermark];
|
|
43136
|
+
const components_components = [packages_alert, packages_anchor, packages_anchor_link, packages_avatar, packages_badge, packages_breadcrumb, packages_breadcrumb_item, packages_button, packages_button_group, packages_calendar, packages_card, packages_carousel, packages_carousel_item, packages_checkbox, checkbox_button, checkbox_group, packages_col, packages_collapse, packages_collapse_pane, packages_color_picker, packages_countdown, packages_date_panel, packages_date_picker, packages_date_range_picker, packages_drawer, packages_empty, packages_form, form_gather, packages_form_group, packages_form_item, packages_icon, packages_icon_picker, packages_image, image_group, image_preview, packages_input, packages_layout_aside, packages_layout_body, packages_layout_container, packages_layout_footer, packages_layout_header, packages_link, packages_list, loading, packages_menu, packages_modal, packages_notice_bar, packages_number_input, packages_optgroup, packages_option, packages_pager, packages_password_input, print_page_break, packages_print, packages_pulldown, packages_radio, radio_button, radio_group, packages_rate, packages_result, packages_row, packages_select, packages_split, packages_split_pane, packages_slider, packages_steps, packages_switch, packages_tab_pane, packages_table_select, packages_tabs, packages_tag, packages_text_ellipsis, packages_text, packages_textarea, packages_tip, packages_tooltip, packages_tree, packages_tree_select, packages_upload, packages_watermark];
|
|
43220
43137
|
function install(app, options) {
|
|
43221
43138
|
setConfig(options);
|
|
43222
43139
|
components_components.forEach(component => app.use(component));
|
|
@@ -43314,7 +43231,6 @@ const readFile = readLocalFile;
|
|
|
43314
43231
|
|
|
43315
43232
|
|
|
43316
43233
|
|
|
43317
|
-
|
|
43318
43234
|
|
|
43319
43235
|
|
|
43320
43236
|
;// CONCATENATED MODULE: ./index.ts
|