@bit-sun/business-component 2.3.23-beta01 → 2.3.23-beta02

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.
@@ -34,6 +34,7 @@ export declare const choiceType: Readonly<{
34
34
  340: "规则模板选择器";
35
35
  350: "营销区域选择器";
36
36
  360: "角色选择器";
37
+ 370: "销售渠道选择器";
37
38
  }>;
38
39
  export declare const inputType: any;
39
40
  export declare const valueType: any;
package/dist/index.esm.js CHANGED
@@ -24642,6 +24642,19 @@ var inputTypes = {
24642
24642
  filter: 'qp-name,code-orGroup-in'
24643
24643
  }
24644
24644
  })
24645
+ },
24646
+ 370: {
24647
+ type: 'bs-marketChannelSelect',
24648
+ props: _objectSpread2({
24649
+ treeCheckable: false,
24650
+ requestConfig: {
24651
+ treeChildrenRoom: 'channelInfoSon',
24652
+ initialParams: {
24653
+ 'qp-isMain-eq': 1,
24654
+ 'qp-type-eq': 1
24655
+ }
24656
+ }
24657
+ }, normalSingleSelectProps)
24645
24658
  }
24646
24659
  },
24647
24660
  30: {
@@ -24807,6 +24820,20 @@ var inputTypes = {
24807
24820
  filter: 'qp-name,code-orGroup-in'
24808
24821
  }
24809
24822
  })
24823
+ },
24824
+ 370: {
24825
+ type: 'bs-marketChannelSelect',
24826
+ props: _objectSpread2({
24827
+ treeCheckable: true,
24828
+ treeCheckStrictly: true,
24829
+ requestConfig: {
24830
+ treeChildrenRoom: 'channelInfoSon',
24831
+ initialParams: {
24832
+ 'qp-isMain-eq': 1,
24833
+ 'qp-type-eq': 1
24834
+ }
24835
+ }
24836
+ }, normalSingleSelectProps)
24810
24837
  }
24811
24838
  }
24812
24839
  };
@@ -24839,7 +24866,8 @@ var choiceType = Object.freeze({
24839
24866
  330: '变量',
24840
24867
  340: '规则模板选择器',
24841
24868
  350: '营销区域选择器',
24842
- 360: '角色选择器'
24869
+ 360: '角色选择器',
24870
+ 370: '销售渠道选择器'
24843
24871
  });
24844
24872
  var inputType = {
24845
24873
  10: '输入',
package/dist/index.js CHANGED
@@ -24662,6 +24662,19 @@ var inputTypes = {
24662
24662
  filter: 'qp-name,code-orGroup-in'
24663
24663
  }
24664
24664
  })
24665
+ },
24666
+ 370: {
24667
+ type: 'bs-marketChannelSelect',
24668
+ props: _objectSpread2({
24669
+ treeCheckable: false,
24670
+ requestConfig: {
24671
+ treeChildrenRoom: 'channelInfoSon',
24672
+ initialParams: {
24673
+ 'qp-isMain-eq': 1,
24674
+ 'qp-type-eq': 1
24675
+ }
24676
+ }
24677
+ }, normalSingleSelectProps)
24665
24678
  }
24666
24679
  },
24667
24680
  30: {
@@ -24827,6 +24840,20 @@ var inputTypes = {
24827
24840
  filter: 'qp-name,code-orGroup-in'
24828
24841
  }
24829
24842
  })
24843
+ },
24844
+ 370: {
24845
+ type: 'bs-marketChannelSelect',
24846
+ props: _objectSpread2({
24847
+ treeCheckable: true,
24848
+ treeCheckStrictly: true,
24849
+ requestConfig: {
24850
+ treeChildrenRoom: 'channelInfoSon',
24851
+ initialParams: {
24852
+ 'qp-isMain-eq': 1,
24853
+ 'qp-type-eq': 1
24854
+ }
24855
+ }
24856
+ }, normalSingleSelectProps)
24830
24857
  }
24831
24858
  }
24832
24859
  };
@@ -24859,7 +24886,8 @@ var choiceType = Object.freeze({
24859
24886
  330: '变量',
24860
24887
  340: '规则模板选择器',
24861
24888
  350: '营销区域选择器',
24862
- 360: '角色选择器'
24889
+ 360: '角色选择器',
24890
+ 370: '销售渠道选择器'
24863
24891
  });
24864
24892
  var inputType = {
24865
24893
  10: '输入',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bit-sun/business-component",
3
- "version": "2.3.23-beta01",
3
+ "version": "2.3.23-beta02",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -178,6 +178,17 @@ export const inputTypes:any = {
178
178
  },
179
179
  },
180
180
  },
181
+ 370: {
182
+ type: 'bs-marketChannelSelect',
183
+ props: {
184
+ treeCheckable: false,
185
+ requestConfig: {
186
+ treeChildrenRoom: 'channelInfoSon',
187
+ initialParams: { 'qp-isMain-eq': 1, 'qp-type-eq': 1 },
188
+ },
189
+ ...normalSingleSelectProps,
190
+ },
191
+ },
181
192
  },
182
193
  30: {
183
194
  10: {
@@ -361,6 +372,18 @@ export const inputTypes:any = {
361
372
  },
362
373
  },
363
374
  },
375
+ 370: {
376
+ type: 'bs-marketChannelSelect',
377
+ props: {
378
+ treeCheckable: true,
379
+ treeCheckStrictly: true,
380
+ requestConfig: {
381
+ treeChildrenRoom: 'channelInfoSon',
382
+ initialParams: { 'qp-isMain-eq': 1, 'qp-type-eq': 1 }
383
+ },
384
+ ...normalSingleSelectProps,
385
+ },
386
+ },
364
387
  },
365
388
  };
366
389
 
@@ -403,6 +426,7 @@ export const choiceType = Object.freeze({
403
426
  340: '规则模板选择器',
404
427
  350: '营销区域选择器',
405
428
  360: '角色选择器',
429
+ 370: '销售渠道选择器',
406
430
  });
407
431
  export const inputType:any ={
408
432
  10: '输入',