@xfe-repo/web-components 1.7.3 → 1.7.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.
package/dist/index.css CHANGED
@@ -348,10 +348,18 @@
348
348
  min-width: 120px;
349
349
  }
350
350
 
351
- /* src/EffectSkuSelect/index.module.less */
351
+ /* src/EffectBrandSelect/index.module.less */
352
352
  .index_module_input3 {
353
353
  width: 100%;
354
354
  }
355
+ .index_module_select2 {
356
+ width: auto;
357
+ }
358
+
359
+ /* src/EffectSkuSelect/index.module.less */
360
+ .index_module_input4 {
361
+ width: 100%;
362
+ }
355
363
  .index_module_image {
356
364
  position: relative;
357
365
  }
@@ -420,14 +428,6 @@
420
428
  background-color: var(--ant-primary-1);
421
429
  }
422
430
 
423
- /* src/EffectBrandSelect/index.module.less */
424
- .index_module_input4 {
425
- width: 100%;
426
- }
427
- .index_module_select2 {
428
- width: auto;
429
- }
430
-
431
431
  /* src/EffectSeriesSelect/index.module.less */
432
432
  .index_module_input5 {
433
433
  width: 100%;
package/dist/index.d.mts CHANGED
@@ -888,22 +888,19 @@ type Option$1 = {
888
888
  value: number;
889
889
  };
890
890
  type BrandOptions = Option$1[];
891
- interface Props$7 {
891
+ type Props$7 = {
892
892
  className?: string;
893
893
  onChange?: (value?: BrandValueType, label?: string) => void;
894
894
  value?: BrandValueType;
895
895
  defaultValue?: BrandValueType;
896
- /** 已知初始选项的显示文本,传入后首屏跳过接口请求,展开下拉时再加载完整选项 */
897
- defaultLabel?: string;
898
896
  disabled?: boolean;
899
897
  categoryId?: number;
900
898
  mode?: 'multiple' | 'tags';
901
- /** 业务品牌 */
902
899
  sysBizTypeId?: InQueryBrandComboBox['sysBizTypeId'];
903
900
  /** 是否显示其他品牌,默认易奢堂不露出,如需露出请慎重 */
904
901
  showOtherBrand?: boolean;
905
902
  style?: React__default.CSSProperties;
906
- }
903
+ };
907
904
  declare const EffectBrandSelect: React__default.MemoExoticComponent<(props: Props$7) => react_jsx_runtime.JSX.Element>;
908
905
 
909
906
  type TransferValueType = string[];
package/dist/index.d.ts CHANGED
@@ -888,22 +888,19 @@ type Option$1 = {
888
888
  value: number;
889
889
  };
890
890
  type BrandOptions = Option$1[];
891
- interface Props$7 {
891
+ type Props$7 = {
892
892
  className?: string;
893
893
  onChange?: (value?: BrandValueType, label?: string) => void;
894
894
  value?: BrandValueType;
895
895
  defaultValue?: BrandValueType;
896
- /** 已知初始选项的显示文本,传入后首屏跳过接口请求,展开下拉时再加载完整选项 */
897
- defaultLabel?: string;
898
896
  disabled?: boolean;
899
897
  categoryId?: number;
900
898
  mode?: 'multiple' | 'tags';
901
- /** 业务品牌 */
902
899
  sysBizTypeId?: InQueryBrandComboBox['sysBizTypeId'];
903
900
  /** 是否显示其他品牌,默认易奢堂不露出,如需露出请慎重 */
904
901
  showOtherBrand?: boolean;
905
902
  style?: React__default.CSSProperties;
906
- }
903
+ };
907
904
  declare const EffectBrandSelect: React__default.MemoExoticComponent<(props: Props$7) => react_jsx_runtime.JSX.Element>;
908
905
 
909
906
  type TransferValueType = string[];