@kmkf-fe-packages/services-components 2.0.54-beta.3 → 2.0.54

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/README.md CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  - 针对于自定义组件的后缀,在提交的时候是以组件类型的驼峰式来命名的
4
4
 
5
- ---
5
+ ---
@@ -7,7 +7,9 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
7
7
  import system from "./system";
8
8
  import bs_e3 from "./bs_e3";
9
9
  import bs from "./bs";
10
- import { getJstColumns, getWlnColumns, getGyColumns, getWdtColumns } from "@kmkf-fe-packages/basic-components";
10
+ import wdt from "./wdt";
11
+ import gy from "./gy";
12
+ import { getJstColumns, getWlnColumns } from "@kmkf-fe-packages/basic-components";
11
13
  import defaultColumns from "./defaultColumns";
12
14
  export var getColumnsMap = function getColumnsMap(args) {
13
15
  var _ref = args || {},
@@ -15,12 +17,9 @@ export var getColumnsMap = function getColumnsMap(args) {
15
17
  text = _ref$text === void 0 ? "" : _ref$text;
16
18
  return _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, system()), bs({
17
19
  text: text
18
- })), bs_e3()), getWdtColumns({
19
- text: text,
20
- disabled: true
21
- })), getGyColumns({
22
- disabled: true
23
- })), getJstColumns({
20
+ })), bs_e3()), wdt({
21
+ text: text
22
+ })), gy()), getJstColumns({
24
23
  disabled: true
25
24
  })), getWlnColumns({
26
25
  text: text
@@ -1,5 +1,5 @@
1
- import React from "react";
2
- import { ShowHeaderObjType } from "../../type";
1
+ import React from 'react';
2
+ import { ShowHeaderObjType } from '../../type';
3
3
  declare type getFormItemProps = {
4
4
  name: string;
5
5
  title: string;