@icos-desktop/react-components 2.0.0-beta.1.0.2 → 2.0.0-beta.1.0.4

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.
@@ -242271,7 +242271,54 @@ var settings$c = {
242271
242271
  title: '内容信息卡片背景颜色',
242272
242272
  group: 'style',
242273
242273
  setter: 'colorSetter',
242274
- }
242274
+ },
242275
+ {
242276
+ name: 'senseInfoTextColor',
242277
+ title: '文本颜色',
242278
+ group: 'style',
242279
+ setter: 'colorSetter',
242280
+ },
242281
+ {
242282
+ name: 'senseInfoTextHighlightColor',
242283
+ title: '高亮文本颜色',
242284
+ group: 'style',
242285
+ setter: 'colorSetter',
242286
+ },
242287
+ {
242288
+ name: 'senseInfoBorderColor',
242289
+ title: '表格边框颜色',
242290
+ group: 'style',
242291
+ setter: 'colorSetter',
242292
+ },
242293
+ {
242294
+ name: 'senseInfoBorderWidth',
242295
+ title: '表格边框宽度',
242296
+ group: 'style',
242297
+ setter: 'numberSetter',
242298
+ },
242299
+ {
242300
+ name: 'senseInfoBorderStyle',
242301
+ title: '表格边框样式',
242302
+ group: 'style',
242303
+ setter: 'selectSetter',
242304
+ options: [
242305
+ { label: 'None', value: 'none' },
242306
+ { label: 'Dashed', value: 'dashed' },
242307
+ { label: 'Dotted', value: 'dotted' },
242308
+ { label: 'Solid', value: 'solid' },
242309
+ { label: 'Double', value: 'double' },
242310
+ { label: 'Groove', value: 'groove' },
242311
+ { label: 'Ridge', value: 'ridge' },
242312
+ { label: 'Inset', value: 'inset' },
242313
+ { label: 'Outset', value: 'outset' },
242314
+ ],
242315
+ },
242316
+ {
242317
+ name: 'senseInfoLabelBgColor',
242318
+ title: '左侧label背景颜色',
242319
+ group: 'style',
242320
+ setter: 'colorSetter',
242321
+ },
242275
242322
  ],
242276
242323
  };
242277
242324
  var settings$d = applyRules(settings$c);
@@ -243331,14 +243378,15 @@ var zhCn = {exports: {}};
243331
243378
  var css_248z$8 = "";
243332
243379
  styleInject(css_248z$8);
243333
243380
 
243381
+ // import theme from './index';
243334
243382
  dayjs.locale('zh-cn');
243335
243383
  var Provider = function (_a) {
243336
243384
  var children = _a.children, props = __rest$13(_a, ["children"]);
243337
243385
  return (
243338
- // <ConfigProvider theme={theme} locale={zh_CN}>
243386
+ // <ConfigProvider locale={zh_CN}>
243339
243387
  React__default.createElement(App, null,
243340
243388
  React__default.createElement("div", __assign$h({}, props, { className: classNames(props.className, 'icos-desktop-components') }), children))
243341
- // </ConfigProvider>
243389
+ // </ConfigProvider>
243342
243390
  );
243343
243391
  };
243344
243392
 
package/build/index.js CHANGED
@@ -242291,7 +242291,54 @@ var settings$c = {
242291
242291
  title: '内容信息卡片背景颜色',
242292
242292
  group: 'style',
242293
242293
  setter: 'colorSetter',
242294
- }
242294
+ },
242295
+ {
242296
+ name: 'senseInfoTextColor',
242297
+ title: '文本颜色',
242298
+ group: 'style',
242299
+ setter: 'colorSetter',
242300
+ },
242301
+ {
242302
+ name: 'senseInfoTextHighlightColor',
242303
+ title: '高亮文本颜色',
242304
+ group: 'style',
242305
+ setter: 'colorSetter',
242306
+ },
242307
+ {
242308
+ name: 'senseInfoBorderColor',
242309
+ title: '表格边框颜色',
242310
+ group: 'style',
242311
+ setter: 'colorSetter',
242312
+ },
242313
+ {
242314
+ name: 'senseInfoBorderWidth',
242315
+ title: '表格边框宽度',
242316
+ group: 'style',
242317
+ setter: 'numberSetter',
242318
+ },
242319
+ {
242320
+ name: 'senseInfoBorderStyle',
242321
+ title: '表格边框样式',
242322
+ group: 'style',
242323
+ setter: 'selectSetter',
242324
+ options: [
242325
+ { label: 'None', value: 'none' },
242326
+ { label: 'Dashed', value: 'dashed' },
242327
+ { label: 'Dotted', value: 'dotted' },
242328
+ { label: 'Solid', value: 'solid' },
242329
+ { label: 'Double', value: 'double' },
242330
+ { label: 'Groove', value: 'groove' },
242331
+ { label: 'Ridge', value: 'ridge' },
242332
+ { label: 'Inset', value: 'inset' },
242333
+ { label: 'Outset', value: 'outset' },
242334
+ ],
242335
+ },
242336
+ {
242337
+ name: 'senseInfoLabelBgColor',
242338
+ title: '左侧label背景颜色',
242339
+ group: 'style',
242340
+ setter: 'colorSetter',
242341
+ },
242295
242342
  ],
242296
242343
  };
242297
242344
  var settings$d = applyRules(settings$c);
@@ -243351,14 +243398,15 @@ var zhCn = {exports: {}};
243351
243398
  var css_248z$8 = "";
243352
243399
  styleInject(css_248z$8);
243353
243400
 
243401
+ // import theme from './index';
243354
243402
  dayjs.locale('zh-cn');
243355
243403
  var Provider = function (_a) {
243356
243404
  var children = _a.children, props = __rest$13(_a, ["children"]);
243357
243405
  return (
243358
- // <ConfigProvider theme={theme} locale={zh_CN}>
243406
+ // <ConfigProvider locale={zh_CN}>
243359
243407
  React.createElement(App, null,
243360
243408
  React.createElement("div", __assign$h({}, props, { className: classNames(props.className, 'icos-desktop-components') }), children))
243361
- // </ConfigProvider>
243409
+ // </ConfigProvider>
243362
243410
  );
243363
243411
  };
243364
243412
 
@@ -242292,7 +242292,54 @@ ${indent}columns: ${matrix.columns}
242292
242292
  title: '内容信息卡片背景颜色',
242293
242293
  group: 'style',
242294
242294
  setter: 'colorSetter',
242295
- }
242295
+ },
242296
+ {
242297
+ name: 'senseInfoTextColor',
242298
+ title: '文本颜色',
242299
+ group: 'style',
242300
+ setter: 'colorSetter',
242301
+ },
242302
+ {
242303
+ name: 'senseInfoTextHighlightColor',
242304
+ title: '高亮文本颜色',
242305
+ group: 'style',
242306
+ setter: 'colorSetter',
242307
+ },
242308
+ {
242309
+ name: 'senseInfoBorderColor',
242310
+ title: '表格边框颜色',
242311
+ group: 'style',
242312
+ setter: 'colorSetter',
242313
+ },
242314
+ {
242315
+ name: 'senseInfoBorderWidth',
242316
+ title: '表格边框宽度',
242317
+ group: 'style',
242318
+ setter: 'numberSetter',
242319
+ },
242320
+ {
242321
+ name: 'senseInfoBorderStyle',
242322
+ title: '表格边框样式',
242323
+ group: 'style',
242324
+ setter: 'selectSetter',
242325
+ options: [
242326
+ { label: 'None', value: 'none' },
242327
+ { label: 'Dashed', value: 'dashed' },
242328
+ { label: 'Dotted', value: 'dotted' },
242329
+ { label: 'Solid', value: 'solid' },
242330
+ { label: 'Double', value: 'double' },
242331
+ { label: 'Groove', value: 'groove' },
242332
+ { label: 'Ridge', value: 'ridge' },
242333
+ { label: 'Inset', value: 'inset' },
242334
+ { label: 'Outset', value: 'outset' },
242335
+ ],
242336
+ },
242337
+ {
242338
+ name: 'senseInfoLabelBgColor',
242339
+ title: '左侧label背景颜色',
242340
+ group: 'style',
242341
+ setter: 'colorSetter',
242342
+ },
242296
242343
  ],
242297
242344
  };
242298
242345
  var settings$d = applyRules(settings$c);
@@ -243352,14 +243399,15 @@ ${indent}columns: ${matrix.columns}
243352
243399
  var css_248z$8 = "";
243353
243400
  styleInject(css_248z$8);
243354
243401
 
243402
+ // import theme from './index';
243355
243403
  dayjs.locale('zh-cn');
243356
243404
  var Provider = function (_a) {
243357
243405
  var children = _a.children, props = __rest$13(_a, ["children"]);
243358
243406
  return (
243359
- // <ConfigProvider theme={theme} locale={zh_CN}>
243407
+ // <ConfigProvider locale={zh_CN}>
243360
243408
  React.createElement(App, null,
243361
243409
  React.createElement("div", __assign$h({}, props, { className: classNames(props.className, 'icos-desktop-components') }), children))
243362
- // </ConfigProvider>
243410
+ // </ConfigProvider>
243363
243411
  );
243364
243412
  };
243365
243413
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icos-desktop/react-components",
3
- "version": "2.0.0-beta.1.0.2",
3
+ "version": "2.0.0-beta.1.0.4",
4
4
  "description": "ICOS Desktop React Components",
5
5
  "main": "build/index.js",
6
6
  "unpkg": "build/index.umd.js",