erp-plus 1.0.108 → 1.0.109

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.
@@ -72,11 +72,11 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
72
72
  }>, {
73
73
  size: number;
74
74
  icon: string;
75
- shape: shapeType;
76
75
  src: string;
77
76
  alt: string;
78
- srcSet: string;
79
77
  fit: string;
78
+ shape: shapeType;
79
+ srcSet: string;
80
80
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
81
81
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
82
82
  export default _default;
@@ -158,21 +158,21 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
158
158
  size: ButtonSize;
159
159
  link: boolean;
160
160
  type: ButtonType;
161
- disabled: boolean;
161
+ color: string;
162
162
  circle: boolean;
163
163
  text: boolean;
164
164
  plain: boolean;
165
- icon: string | Component;
166
- loading: boolean;
167
- round: boolean;
168
- color: string;
169
- tag: string | Component;
170
165
  bg: boolean;
166
+ round: boolean;
167
+ loading: boolean;
168
+ disabled: boolean;
171
169
  autofocus: boolean;
172
170
  autoInsertSpace: boolean;
173
171
  dark: boolean;
174
172
  loadingIcon: string | Component;
173
+ icon: string | Component;
175
174
  nativeType: NativeType;
175
+ tag: string | Component;
176
176
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
177
177
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
178
178
  export default _default;
@@ -149,8 +149,8 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
149
149
  focus: (...args: any[]) => void;
150
150
  clear: (...args: any[]) => void;
151
151
  "update:modelValue": (...args: any[]) => void;
152
- "calendar-change": (...args: any[]) => void;
153
152
  "visible-change": (...args: any[]) => void;
153
+ "calendar-change": (...args: any[]) => void;
154
154
  "panel-change": (...args: any[]) => void;
155
155
  }, string, PublicProps, Readonly< ExtractPropTypes<{
156
156
  modelValue: {
@@ -288,40 +288,40 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
288
288
  onFocus?: ((...args: any[]) => any) | undefined;
289
289
  onClear?: ((...args: any[]) => any) | undefined;
290
290
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
291
- "onCalendar-change"?: ((...args: any[]) => any) | undefined;
292
291
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
292
+ "onCalendar-change"?: ((...args: any[]) => any) | undefined;
293
293
  "onPanel-change"?: ((...args: any[]) => any) | undefined;
294
294
  }>, {
295
295
  emptyValues: unknown[];
296
296
  valueOnClear: string | number | boolean | Function;
297
297
  size: sizeType;
298
298
  type: typeType;
299
- disabled: boolean;
300
- name: string;
301
- id: string;
302
299
  readonly: boolean;
300
+ disabled: boolean;
303
301
  modelValue: string | number | Date | [Date, Date];
302
+ showFooter: boolean;
303
+ name: string;
304
304
  placeholder: string;
305
+ teleported: boolean;
306
+ id: string;
307
+ popperClass: string;
308
+ placement: placementType;
309
+ popperOptions: Record<string, any>;
310
+ cellClassName: Function;
311
+ validateEvent: boolean;
312
+ clearable: boolean;
313
+ clearIcon: string | Record<string, any>;
305
314
  startPlaceholder: string;
306
315
  endPlaceholder: string;
307
316
  format: string;
308
317
  editable: boolean;
309
- clearable: boolean;
310
- popperClass: string;
311
- popperOptions: Record<string, any>;
312
318
  rangeSeparator: string;
313
319
  defaultValue: Date | [Date, Date];
314
320
  unlinkPanels: boolean;
315
321
  prefixIcon: string | Record<string, any>;
316
- clearIcon: string | Record<string, any>;
317
- validateEvent: boolean;
318
322
  disabledDate: Function;
319
323
  valueFormat: string;
320
324
  shortcuts: unknown[];
321
- cellClassName: Function;
322
- teleported: boolean;
323
- placement: placementType;
324
- showFooter: boolean;
325
325
  showWeekNumber: boolean;
326
326
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
327
327
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
@@ -271,20 +271,18 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
271
271
  }>, {
272
272
  size: string;
273
273
  zIndex: number;
274
- width: string | number;
274
+ center: boolean;
275
275
  title: string;
276
+ width: string | number;
276
277
  modelValue: boolean;
277
278
  fullscreen: boolean;
278
- draggable: boolean;
279
- center: boolean;
280
- headerClass: string;
281
- bodyClass: string;
282
- footerClass: string;
283
279
  top: string;
284
- showFooter: boolean;
285
280
  modal: boolean;
286
281
  modalPenetrable: boolean;
287
282
  modalClass: string;
283
+ headerClass: string;
284
+ bodyClass: string;
285
+ footerClass: string;
288
286
  appendToBody: boolean;
289
287
  appendTo: string;
290
288
  lockScroll: boolean;
@@ -293,6 +291,8 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
293
291
  closeOnClickModal: boolean;
294
292
  closeOnPressEscape: boolean;
295
293
  showClose: boolean;
294
+ showFooter: boolean;
295
+ draggable: boolean;
296
296
  overflow: boolean;
297
297
  alignCenter: boolean;
298
298
  destroyOnClose: boolean;
@@ -297,37 +297,37 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
297
297
  }>, {
298
298
  size: sizeType;
299
299
  type: string;
300
- disabled: boolean;
301
- name: string;
302
- label: string;
303
300
  resize: resizeType;
304
301
  readonly: boolean;
305
302
  form: string;
303
+ label: string;
304
+ disabled: boolean;
305
+ autofocus: boolean;
306
306
  modelValue: string | number;
307
+ name: string;
307
308
  placeholder: string;
308
- showPassword: boolean;
309
- rows: number;
310
- maxlength: number;
311
- showWordLimit: boolean;
309
+ formatter: Function;
310
+ ariaLabel: string;
312
311
  min: string | number;
313
312
  max: string | number;
314
313
  step: string | number;
315
- autofocus: boolean;
314
+ validateEvent: boolean;
315
+ suffixIcon: string | Component;
316
316
  clearable: boolean;
317
- prefixIcon: string | Component;
318
317
  clearIcon: string | Record<string, any>;
319
- validateEvent: boolean;
320
- ariaLabel: string;
321
318
  tabindex: string;
322
- formatter: Function;
319
+ inputStyle: Record<string, any>;
320
+ showPassword: boolean;
321
+ rows: number;
322
+ maxlength: number;
323
+ showWordLimit: boolean;
324
+ prefixIcon: string | Component;
323
325
  parser: Function;
324
326
  minlength: number;
325
- suffixIcon: string | Component;
326
327
  autosize: boolean | {
327
328
  minRows: number;
328
329
  maxRows: number;
329
330
  };
330
- inputStyle: Record<string, any>;
331
331
  inputMode: string;
332
332
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
333
333
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
@@ -159,15 +159,15 @@ declare const _default: DefineComponent<ExtractPropTypes<{
159
159
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
160
160
  }>, {
161
161
  size: typeSize;
162
- disabled: boolean;
163
162
  readonly: boolean;
163
+ disabled: boolean;
164
164
  modelValue: number | null | undefined;
165
165
  min: number;
166
166
  max: number;
167
167
  step: number;
168
+ stepStrictly: boolean;
168
169
  controls: boolean;
169
170
  validateEvent: boolean;
170
- stepStrictly: boolean;
171
171
  disabledScientific: boolean;
172
172
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
173
173
  export default _default;
@@ -8,18 +8,18 @@ interface Props {
8
8
  layouts: string[];
9
9
  }
10
10
  declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
11
- "page-change": (...args: any[]) => void;
12
11
  "update:currentPage": (...args: any[]) => void;
13
12
  "update:pageSize": (...args: any[]) => void;
13
+ "page-change": (...args: any[]) => void;
14
14
  }, string, PublicProps, Readonly<Props> & Readonly<{
15
- "onPage-change"?: ((...args: any[]) => any) | undefined;
16
15
  "onUpdate:currentPage"?: ((...args: any[]) => any) | undefined;
17
16
  "onUpdate:pageSize"?: ((...args: any[]) => any) | undefined;
17
+ "onPage-change"?: ((...args: any[]) => any) | undefined;
18
18
  }>, {
19
19
  currentPage: number;
20
20
  pageSize: number;
21
- layouts: string[];
22
21
  pageSizes: number[];
23
22
  pagerCount: number;
23
+ layouts: string[];
24
24
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
25
25
  export default _default;
@@ -391,27 +391,26 @@ declare const _default: DefineComponent<ExtractPropTypes<{
391
391
  "onPopup-scroll"?: ((...args: any[]) => any) | undefined;
392
392
  }>, {
393
393
  size: sizeType;
394
- disabled: boolean;
395
- name: string;
396
- id: string;
397
394
  loading: boolean;
395
+ disabled: boolean;
398
396
  modelValue: string | number;
397
+ name: string;
399
398
  placeholder: string;
400
- options: Record<string, any>[];
401
- multiple: boolean;
402
- collapseTags: boolean;
403
- config: Record<string, any>;
404
- clearable: boolean;
405
- popperClass: string;
406
- clearIcon: string | Record<string, any>;
407
- validateEvent: boolean;
408
399
  teleported: boolean;
409
- placement: placementType;
400
+ filterMethod: (query: string) => void;
401
+ showArrow: boolean;
402
+ id: string;
410
403
  ariaLabel: string;
411
- automaticDropdown: boolean;
404
+ persistent: boolean;
405
+ effect: effectType;
406
+ popperClass: string;
407
+ offset: number;
408
+ placement: placementType;
409
+ validateEvent: boolean;
412
410
  suffixIcon: string | Record<string, any>;
413
411
  autocomplete: string;
414
- effect: effectType;
412
+ automaticDropdown: boolean;
413
+ clearable: boolean;
415
414
  filterable: boolean;
416
415
  allowCreate: boolean;
417
416
  remote: boolean;
@@ -419,19 +418,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
419
418
  noMatchText: string;
420
419
  noDataText: string;
421
420
  remoteMethod: (query: string) => void;
422
- filterMethod: (query: string) => void;
421
+ multiple: boolean;
423
422
  multipleLimit: number;
424
423
  defaultFirstOption: boolean;
425
424
  reserveKeyword: boolean;
426
425
  valueKey: string;
426
+ collapseTags: boolean;
427
427
  collapseTagsTooltip: boolean;
428
428
  maxCollapseTags: number;
429
- persistent: boolean;
429
+ clearIcon: string | Record<string, any>;
430
430
  fitInputWidth: boolean;
431
431
  tagType: tagType;
432
432
  tagEffect: tagEffectType;
433
433
  remoteShowSuffix: boolean;
434
- showArrow: boolean;
435
- offset: number;
434
+ options: Record<string, any>[];
435
+ config: Record<string, any>;
436
436
  }, {}, {}, {}, string, ComponentProvideOptions, true, any, any>;
437
437
  export default _default;
@@ -831,7 +831,7 @@ declare function __VLS_template(): {
831
831
  setScrollLeft: (left?: number) => void;
832
832
  setScrollTop: (top?: number) => void;
833
833
  allowDragLastColumn: boolean;
834
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("scroll" | "select" | "row-click" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-click" | "cell-dblclick" | "cell-contextmenu" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change")[], VNodeProps & AllowedComponentProps & ComponentCustomProps, {
834
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("scroll" | "select" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-click" | "cell-dblclick" | "cell-contextmenu" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change")[], VNodeProps & AllowedComponentProps & ComponentCustomProps, {
835
835
  data: any[];
836
836
  style: StyleValue | undefined;
837
837
  tableLayout: "fixed" | "auto";
@@ -1607,7 +1607,6 @@ declare const __VLS_component: DefineComponent<TableProps, {
1607
1607
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1608
1608
  scroll: (...args: any[]) => void;
1609
1609
  select: (...args: any[]) => void;
1610
- "row-click": (...args: any[]) => void;
1611
1610
  "select-all": (...args: any[]) => void;
1612
1611
  "selection-change": (...args: any[]) => void;
1613
1612
  "cell-mouse-enter": (...args: any[]) => void;
@@ -1615,6 +1614,7 @@ declare const __VLS_component: DefineComponent<TableProps, {
1615
1614
  "cell-click": (...args: any[]) => void;
1616
1615
  "cell-dblclick": (...args: any[]) => void;
1617
1616
  "cell-contextmenu": (...args: any[]) => void;
1617
+ "row-click": (...args: any[]) => void;
1618
1618
  "row-contextmenu": (...args: any[]) => void;
1619
1619
  "row-dblclick": (...args: any[]) => void;
1620
1620
  "header-click": (...args: any[]) => void;
@@ -1628,7 +1628,6 @@ declare const __VLS_component: DefineComponent<TableProps, {
1628
1628
  }, string, PublicProps, Readonly<TableProps> & Readonly<{
1629
1629
  onScroll?: ((...args: any[]) => any) | undefined;
1630
1630
  onSelect?: ((...args: any[]) => any) | undefined;
1631
- "onRow-click"?: ((...args: any[]) => any) | undefined;
1632
1631
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
1633
1632
  "onSelection-change"?: ((...args: any[]) => any) | undefined;
1634
1633
  "onCell-mouse-enter"?: ((...args: any[]) => any) | undefined;
@@ -1636,6 +1635,7 @@ declare const __VLS_component: DefineComponent<TableProps, {
1636
1635
  "onCell-click"?: ((...args: any[]) => any) | undefined;
1637
1636
  "onCell-dblclick"?: ((...args: any[]) => any) | undefined;
1638
1637
  "onCell-contextmenu"?: ((...args: any[]) => any) | undefined;
1638
+ "onRow-click"?: ((...args: any[]) => any) | undefined;
1639
1639
  "onRow-contextmenu"?: ((...args: any[]) => any) | undefined;
1640
1640
  "onRow-dblclick"?: ((...args: any[]) => any) | undefined;
1641
1641
  "onHeader-click"?: ((...args: any[]) => any) | undefined;
@@ -1648,16 +1648,16 @@ declare const __VLS_component: DefineComponent<TableProps, {
1648
1648
  "onSelect-change"?: ((...args: any[]) => any) | undefined;
1649
1649
  }>, {
1650
1650
  data: any[];
1651
- loading: boolean;
1652
- columns: TableColumn[];
1653
1651
  height: string | number;
1654
- fit: boolean;
1655
- teleported: boolean;
1652
+ loading: boolean;
1656
1653
  emptyState: boolean;
1654
+ teleported: boolean;
1657
1655
  isSelection: boolean;
1658
1656
  showOverflowTooltip: boolean;
1657
+ columns: TableColumn[];
1659
1658
  stripe: boolean;
1660
1659
  border: boolean;
1660
+ fit: boolean;
1661
1661
  showHeader: boolean;
1662
1662
  headerCellClassName: ((data: {
1663
1663
  row: any;
@@ -2377,7 +2377,7 @@ declare const __VLS_component: DefineComponent<TableProps, {
2377
2377
  setScrollLeft: (left?: number) => void;
2378
2378
  setScrollTop: (top?: number) => void;
2379
2379
  allowDragLastColumn: boolean;
2380
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("scroll" | "select" | "row-click" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-click" | "cell-dblclick" | "cell-contextmenu" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change")[], VNodeProps & AllowedComponentProps & ComponentCustomProps, {
2380
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("scroll" | "select" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-click" | "cell-dblclick" | "cell-contextmenu" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change")[], VNodeProps & AllowedComponentProps & ComponentCustomProps, {
2381
2381
  data: any[];
2382
2382
  style: StyleValue | undefined;
2383
2383
  tableLayout: "fixed" | "auto";
@@ -1087,8 +1087,8 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
1087
1087
  clearSelection: () => void;
1088
1088
  setCurrentKey: (key: string | number) => void;
1089
1089
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1090
- "node-click": (...args: any[]) => void;
1091
1090
  "current-change": (...args: any[]) => void;
1091
+ "node-click": (...args: any[]) => void;
1092
1092
  "node-contextmenu": (...args: any[]) => void;
1093
1093
  "check-change": (...args: any[]) => void;
1094
1094
  check: (...args: any[]) => void;
@@ -1202,8 +1202,8 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
1202
1202
  type: PropType<(draggingNode: any, dropNode: any, type: any) => boolean>;
1203
1203
  };
1204
1204
  }>> & Readonly<{
1205
- "onNode-click"?: ((...args: any[]) => any) | undefined;
1206
1205
  "onCurrent-change"?: ((...args: any[]) => any) | undefined;
1206
+ "onNode-click"?: ((...args: any[]) => any) | undefined;
1207
1207
  "onNode-contextmenu"?: ((...args: any[]) => any) | undefined;
1208
1208
  "onCheck-change"?: ((...args: any[]) => any) | undefined;
1209
1209
  onCheck?: ((...args: any[]) => any) | undefined;
@@ -1217,21 +1217,21 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
1217
1217
  "onNode-drop"?: ((...args: any[]) => any) | undefined;
1218
1218
  }>, {
1219
1219
  lazy: boolean;
1220
+ props: Record<string, any>;
1220
1221
  data: TreeNodeData[];
1221
1222
  icon: Record<string, any>;
1222
- nodeKey: string;
1223
- defaultExpandAll: boolean;
1224
- highlightCurrent: boolean;
1225
- expandOnClickNode: boolean;
1226
- props: Record<string, any>;
1227
- showCheckbox: boolean;
1228
1223
  draggable: boolean;
1229
1224
  emptyText: string;
1225
+ defaultExpandAll: boolean;
1230
1226
  indent: number;
1227
+ nodeKey: string;
1231
1228
  renderAfterExpand: boolean;
1229
+ highlightCurrent: boolean;
1230
+ expandOnClickNode: boolean;
1232
1231
  checkOnClickNode: boolean;
1233
1232
  autoExpandParent: boolean;
1234
1233
  defaultExpandedKeys: any[];
1234
+ showCheckbox: boolean;
1235
1235
  checkStrictly: boolean;
1236
1236
  defaultCheckedKeys: any[];
1237
1237
  currentNodeKey: string | number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "erp-plus",
3
- "version": "1.0.108",
3
+ "version": "1.0.109",
4
4
  "author": "zhangxl",
5
5
  "main": "dist/erp-plus.umd.js",
6
6
  "module": "dist/erp-plus.es.js",