@openli1115/lowcode-edit-pro-table 1.0.100 → 1.0.102

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.
@@ -511,16 +511,20 @@ var ProSearch = function ProSearch(_ref2) {
511
511
  style: _extends({
512
512
  display: 'flex',
513
513
  padding: '4px 8px',
514
- borderBottom: '1px solid #e8e8e8'
514
+ gap: 6,
515
+ borderBottom: '1px solid #e8e8e8',
516
+ background: '#fafafa'
515
517
  }, headerSize)
516
518
  }, showDescription && /*#__PURE__*/React.createElement("div", {
517
519
  style: {
518
520
  flex: 2,
519
- textAlign: descriptionAlign
521
+ textAlign: descriptionAlign,
522
+ paddingRight: 4
520
523
  }
521
524
  }, "\u5B57\u6BB5\u63CF\u8FF0"), /*#__PURE__*/React.createElement("div", {
522
525
  style: {
523
- flex: 3
526
+ flex: 3,
527
+ textAlign: 'center'
524
528
  }
525
529
  }, "\u8D77\u59CB\u503C"), showHighValue && /*#__PURE__*/React.createElement("div", {
526
530
  style: {
@@ -529,7 +533,8 @@ var ProSearch = function ProSearch(_ref2) {
529
533
  }
530
534
  }, "\u5230"), showHighValue && /*#__PURE__*/React.createElement("div", {
531
535
  style: {
532
- flex: 3
536
+ flex: 3,
537
+ textAlign: 'center'
533
538
  }
534
539
  }, "\u5230\u503C"), multiValue && /*#__PURE__*/React.createElement("div", {
535
540
  style: {
@@ -539,7 +544,7 @@ var ProSearch = function ProSearch(_ref2) {
539
544
  }, "\u591A\u503C"), showTechName && /*#__PURE__*/React.createElement("div", {
540
545
  style: {
541
546
  flex: 3,
542
- textAlign: techNameAlign
547
+ textAlign: 'center'
543
548
  }
544
549
  }, "\u6280\u672F\u540D\u79F0")), fields.length === 0 && /*#__PURE__*/React.createElement("div", {
545
550
  style: {
@@ -517,16 +517,20 @@ var ProSearch = function ProSearch(_ref2) {
517
517
  style: (0, _extends6["default"])({
518
518
  display: 'flex',
519
519
  padding: '4px 8px',
520
- borderBottom: '1px solid #e8e8e8'
520
+ gap: 6,
521
+ borderBottom: '1px solid #e8e8e8',
522
+ background: '#fafafa'
521
523
  }, headerSize)
522
524
  }, showDescription && /*#__PURE__*/React.createElement("div", {
523
525
  style: {
524
526
  flex: 2,
525
- textAlign: descriptionAlign
527
+ textAlign: descriptionAlign,
528
+ paddingRight: 4
526
529
  }
527
530
  }, "\u5B57\u6BB5\u63CF\u8FF0"), /*#__PURE__*/React.createElement("div", {
528
531
  style: {
529
- flex: 3
532
+ flex: 3,
533
+ textAlign: 'center'
530
534
  }
531
535
  }, "\u8D77\u59CB\u503C"), showHighValue && /*#__PURE__*/React.createElement("div", {
532
536
  style: {
@@ -535,7 +539,8 @@ var ProSearch = function ProSearch(_ref2) {
535
539
  }
536
540
  }, "\u5230"), showHighValue && /*#__PURE__*/React.createElement("div", {
537
541
  style: {
538
- flex: 3
542
+ flex: 3,
543
+ textAlign: 'center'
539
544
  }
540
545
  }, "\u5230\u503C"), multiValue && /*#__PURE__*/React.createElement("div", {
541
546
  style: {
@@ -545,7 +550,7 @@ var ProSearch = function ProSearch(_ref2) {
545
550
  }, "\u591A\u503C"), showTechName && /*#__PURE__*/React.createElement("div", {
546
551
  style: {
547
552
  flex: 3,
548
- textAlign: techNameAlign
553
+ textAlign: 'center'
549
554
  }
550
555
  }, "\u6280\u672F\u540D\u79F0")), fields.length === 0 && /*#__PURE__*/React.createElement("div", {
551
556
  style: {
@@ -182,5 +182,6 @@ const snippets: IPublicTypeSnippet[] = [
182
182
 
183
183
  export default {
184
184
  ...ProSearchMeta,
185
+ icon: 'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxjaXJjbGUgY3g9IjExIiBjeT0iMTEiIHI9IjgiLz48bGluZSB4MT0iMjEiIHkxPSIyMSIgeDI9IjE2LjY1IiB5Mj0iMTYuNjUiLz48L3N2Zz4=',
185
186
  snippets,
186
187
  };
@@ -102,7 +102,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
102
102
  packageName = '@openli1115/lowcode-edit-pro-table';
103
103
  }
104
104
  if (version === void 0) {
105
- version = '1.0.100';
105
+ version = '1.0.102';
106
106
  }
107
107
  if (basicLibraryVersion === void 0) {
108
108
  basicLibraryVersion = {
@@ -1,10 +1,10 @@
1
1
  import { IPublicTypeSnippet } from '@alilc/lowcode-types';
2
2
  declare const _default: {
3
+ icon: string;
3
4
  snippets: IPublicTypeSnippet[];
4
5
  componentName: string;
5
6
  uri?: string;
6
7
  title?: import("@alilc/lowcode-types").IPublicTypeTitleContent;
7
- icon?: import("@alilc/lowcode-types").IPublicTypeIconType;
8
8
  tags?: string[];
9
9
  description?: string;
10
10
  docUrl?: string;
@@ -228,5 +228,6 @@ var snippets = [{
228
228
  }
229
229
  }];
230
230
  export default _extends({}, ProSearchMeta, {
231
+ icon: 'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxjaXJjbGUgY3g9IjExIiBjeT0iMTEiIHI9IjgiLz48bGluZSB4MT0iMjEiIHkxPSIyMSIgeDI9IjE2LjY1IiB5Mj0iMTYuNjUiLz48L3N2Zz4=',
231
232
  snippets: snippets
232
233
  });
@@ -107,7 +107,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
107
107
  packageName = '@openli1115/lowcode-edit-pro-table';
108
108
  }
109
109
  if (version === void 0) {
110
- version = '1.0.100';
110
+ version = '1.0.102';
111
111
  }
112
112
  if (basicLibraryVersion === void 0) {
113
113
  basicLibraryVersion = {
@@ -1,10 +1,10 @@
1
1
  import { IPublicTypeSnippet } from '@alilc/lowcode-types';
2
2
  declare const _default: {
3
+ icon: string;
3
4
  snippets: IPublicTypeSnippet[];
4
5
  componentName: string;
5
6
  uri?: string;
6
7
  title?: import("@alilc/lowcode-types").IPublicTypeTitleContent;
7
- icon?: import("@alilc/lowcode-types").IPublicTypeIconType;
8
8
  tags?: string[];
9
9
  description?: string;
10
10
  docUrl?: string;
@@ -233,5 +233,6 @@ var snippets = [{
233
233
  }
234
234
  }];
235
235
  var _default = exports["default"] = (0, _extends2["default"])({}, ProSearchMeta, {
236
+ icon: 'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxjaXJjbGUgY3g9IjExIiBjeT0iMTEiIHI9IjgiLz48bGluZSB4MT0iMjEiIHkxPSIyMSIgeDI9IjE2LjY1IiB5Mj0iMTYuNjUiLz48L3N2Zz4=',
236
237
  snippets: snippets
237
238
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openli1115/lowcode-edit-pro-table",
3
- "version": "1.0.100",
3
+ "version": "1.0.102",
4
4
  "description": "@openli1115/lowcode-edit-pro-table",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -101,10 +101,10 @@
101
101
  },
102
102
  "componentConfig": {
103
103
  "isComponentLibrary": true,
104
- "materialSchema": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.100/build/lowcode/assets-prod.json"
104
+ "materialSchema": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.102/build/lowcode/assets-prod.json"
105
105
  },
106
106
  "lcMeta": {
107
107
  "type": "component"
108
108
  },
109
- "homepage": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.100/build/index.html"
109
+ "homepage": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.102/build/index.html"
110
110
  }