cnhis-design-vue 3.2.11-release.3 → 3.2.12-release.0

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.
Files changed (47) hide show
  1. package/es/components/ai-chat/index.d.ts +36 -1
  2. package/es/components/ai-chat/src/Index.vue.d.ts +37 -2
  3. package/es/components/ai-chat/src/Index.vue2.js +1 -1
  4. package/es/components/ai-chat/src/components/ChatFooter.vue.d.ts +28 -1
  5. package/es/components/ai-chat/src/components/ChatFooter.vue2.js +1 -1
  6. package/es/components/ai-chat/src/components/ChatMain.js +1 -1
  7. package/es/components/ai-chat/src/types/index.d.ts +7 -0
  8. package/es/components/ai-chat/style/index.css +1 -1
  9. package/es/components/button-print/index.d.ts +3 -0
  10. package/es/components/button-print/src/ButtonPrint.vue.d.ts +3 -0
  11. package/es/components/button-print/src/components/IdentityVerification.vue2.js +1 -1
  12. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +1 -0
  13. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
  14. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +2 -0
  15. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
  16. package/es/components/callback/src/components/render/popupMaps.d.ts +4 -0
  17. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  18. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
  19. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
  20. package/es/components/field-set/src/FieldColor.vue.d.ts +1 -1
  21. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +1 -1
  22. package/es/components/form-config/index.d.ts +233 -0
  23. package/es/components/form-config/src/FormConfig.vue.d.ts +233 -0
  24. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +319 -85
  25. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +1 -1
  26. package/es/components/form-config/src/types/index.d.ts +4 -0
  27. package/es/components/iho-table/index.d.ts +4 -0
  28. package/es/components/iho-table/src/IhoTable.vue.d.ts +4 -0
  29. package/es/components/iho-table/src/constants/index.d.ts +4 -0
  30. package/es/components/iho-table/src/constants/index.js +1 -1
  31. package/es/components/iho-table/src/plugins/defaultConfigPlugin.js +1 -1
  32. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
  33. package/es/components/iho-table/src/types/index.d.ts +14 -0
  34. package/es/components/iho-table/src/utils/index.js +1 -1
  35. package/es/components/iho-table/style/index.css +1 -1
  36. package/es/components/index.css +1 -1
  37. package/es/components/scale-view/src/hooks/use-component.d.ts +2 -7
  38. package/es/components/select-label/index.d.ts +2 -7
  39. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +2 -7
  40. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +2 -7
  41. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +1 -1
  42. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +2 -7
  43. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +1 -1
  44. package/es/components/select-label/src/index.vue.d.ts +2 -7
  45. package/es/components/select-label/src/types/index.d.ts +2 -1
  46. package/es/shared/package.json.js +1 -1
  47. package/package.json +2 -2
@@ -2213,6 +2213,10 @@ declare const _default: import("vue").DefineComponent<{
2213
2213
  } | undefined;
2214
2214
  }[] | undefined;
2215
2215
  } | undefined;
2216
+ optionAliasList?: {
2217
+ text: string;
2218
+ value: string;
2219
+ }[] | undefined;
2216
2220
  __new?: boolean | undefined;
2217
2221
  __isCombinationChild?: boolean | undefined;
2218
2222
  __extra?: boolean | undefined;
@@ -2432,6 +2436,10 @@ declare const _default: import("vue").DefineComponent<{
2432
2436
  } | undefined;
2433
2437
  }[] | undefined;
2434
2438
  } | undefined;
2439
+ optionAliasList?: {
2440
+ text: string;
2441
+ value: string;
2442
+ }[] | undefined;
2435
2443
  __new?: boolean | undefined;
2436
2444
  __isCombinationChild?: boolean | undefined;
2437
2445
  __extra?: boolean | undefined;
@@ -2441,7 +2449,232 @@ declare const _default: import("vue").DefineComponent<{
2441
2449
  onPositiveClick: () => Promise<void>;
2442
2450
  prevOldField: null;
2443
2451
  onFormChange: ({ fieldKey, value }: import("../../../components/form-render").FormChangePayload) => void;
2452
+ createLabelRender: (originOptions?: import("../../../shared/types").AnyObject[] | undefined) => (label: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2453
+ [key: string]: any;
2454
+ }>;
2455
+ applyOptionAlias: (options?: import("../../../shared/types").AnyObject[] | undefined) => import("../../../shared/types").AnyObject[] | undefined;
2456
+ visitor: import("../../../components/form-render").FieldVisitor;
2457
+ showOptionModal: Ref<boolean>;
2458
+ editOptions: Ref<{
2459
+ [x: string]: any;
2460
+ keyword?: string | undefined;
2461
+ disabled?: boolean | undefined;
2462
+ children?: any[] | undefined;
2463
+ childrenFields?: {
2464
+ [x: string]: any;
2465
+ val_key: string;
2466
+ html_type: "LINEBAR" | ({} & string) | "INPUT" | "TEXTAREA" | "SELECT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "DATE" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "SEARCH" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "DIGITAL" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
2467
+ annotation?: boolean | undefined;
2468
+ val_key_unit?: string | undefined;
2469
+ is_edit?: import("../../../components/form-render").FormCommonState | undefined;
2470
+ elem_width?: number | undefined;
2471
+ is_show?: import("../../../components/form-render").FormCommonState | undefined;
2472
+ is_null?: import("../../../components/form-render").FormCommonState | undefined;
2473
+ name?: string | undefined;
2474
+ alias?: string | undefined;
2475
+ default_val?: any;
2476
+ is_empty?: import("../../../components/form-render").FormCommonState | undefined;
2477
+ hide_title?: import("../../../components/form-render").FormCommonState | undefined;
2478
+ placeholder?: string | undefined;
2479
+ validate?: {
2480
+ [x: string]: any;
2481
+ obj_type?: ("password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
2482
+ vali_obj?: string | undefined;
2483
+ max_value?: string | number | undefined;
2484
+ min_value?: string | number | undefined;
2485
+ min_date?: string | undefined;
2486
+ max_date?: string | undefined;
2487
+ min_length?: string | number | undefined;
2488
+ max_length?: string | number | undefined;
2489
+ decimal_length?: string | number | undefined;
2490
+ regular_expression?: string | {
2491
+ exec: (string: string) => RegExpExecArray | null;
2492
+ test: (string: string) => boolean;
2493
+ readonly source: string;
2494
+ readonly global: boolean;
2495
+ readonly ignoreCase: boolean;
2496
+ readonly multiline: boolean;
2497
+ lastIndex: number;
2498
+ compile: (pattern: string, flags?: string | undefined) => RegExp;
2499
+ readonly flags: string;
2500
+ readonly sticky: boolean;
2501
+ readonly unicode: boolean;
2502
+ readonly dotAll: boolean;
2503
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
2504
+ [Symbol.replace]: {
2505
+ (string: string, replaceValue: string): string;
2506
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
2507
+ };
2508
+ [Symbol.search]: (string: string) => number;
2509
+ [Symbol.split]: (string: string, limit?: number | undefined) => string[];
2510
+ [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
2511
+ } | undefined;
2512
+ regular_error_tip?: string | undefined;
2513
+ message?: string | undefined;
2514
+ } | undefined;
2515
+ option?: any[] | undefined;
2516
+ multi_select?: import("../../../components/form-render").FormCommonState | undefined;
2517
+ multi_select_value?: string | number | undefined;
2518
+ wordbook?: {
2519
+ level_num?: number | undefined;
2520
+ id?: string | undefined;
2521
+ name?: string | undefined;
2522
+ render_key?: string[] | undefined;
2523
+ search_key?: string[] | undefined;
2524
+ value_key?: string | undefined;
2525
+ queryParams?: string[] | undefined;
2526
+ primary_key?: string | undefined;
2527
+ type?: string | undefined;
2528
+ level_key?: string | undefined;
2529
+ link_key?: string | undefined;
2530
+ link_key_split?: string | undefined;
2531
+ show_key?: string | string[] | undefined;
2532
+ conObj?: import("../../../shared/types").AnyObject[] | undefined;
2533
+ conObjFirstLevel?: import("../../../shared/types").AnyObject[] | undefined;
2534
+ setting?: {
2535
+ cascading?: {
2536
+ 'form.name': string;
2537
+ value: string;
2538
+ }[] | undefined;
2539
+ } | undefined;
2540
+ } | undefined;
2541
+ open?: {
2542
+ value?: any;
2543
+ describe?: string | undefined;
2544
+ } | undefined;
2545
+ close?: {
2546
+ value?: any;
2547
+ describe?: string | undefined;
2548
+ } | undefined;
2549
+ requiredReminderContent?: string | undefined;
2550
+ date_format?: string | undefined;
2551
+ step_length?: string | number | undefined;
2552
+ urlConfig?: {
2553
+ [x: string]: any;
2554
+ url: string;
2555
+ method?: import("../../../shared/hooks").FormRequestDefine.RequestType | undefined;
2556
+ nameKey?: string | undefined;
2557
+ valueKey?: string | undefined;
2558
+ showKey?: string | undefined;
2559
+ searchKey?: string[] | undefined;
2560
+ params?: import("../../../shared/types").AnyObject | undefined;
2561
+ dependKey?: string | Record<string, string> | (string | {
2562
+ paramName: string;
2563
+ paramValue?: string | undefined;
2564
+ required?: boolean | undefined;
2565
+ keepValue?: boolean | undefined;
2566
+ })[] | undefined;
2567
+ } | undefined;
2568
+ suffixConfig?: any | any[] | undefined;
2569
+ prefixConfig?: any | any[] | undefined;
2570
+ autograph?: string | undefined;
2571
+ defined_error_msg?: string | undefined;
2572
+ extendKey?: string | undefined;
2573
+ is_not_fold?: string | undefined;
2574
+ remark?: string | undefined;
2575
+ free_entry?: import("../../../components/form-render").FormCommonState | undefined;
2576
+ save_free_entry?: import("../../../components/form-render").FormCommonState | undefined;
2577
+ initialize_high?: number | undefined;
2578
+ bindEventSetting?: {
2579
+ [x: string]: unknown;
2580
+ event_type: LowCodeTypes.EVENT_TYPE;
2581
+ event_field?: string | undefined;
2582
+ params?: {
2583
+ p_value?: string | undefined;
2584
+ p_name: string;
2585
+ p_select: LowCodeTypes.VALUE_RELATION;
2586
+ }[] | undefined;
2587
+ results?: {
2588
+ p_value: string;
2589
+ p_name: string;
2590
+ }[] | undefined;
2591
+ compareMap?: {
2592
+ NULL?: ((v1: any, v2: any) => boolean) | undefined;
2593
+ EQ?: ((v1: any, v2: any) => boolean) | undefined;
2594
+ BIG?: ((v1: any, v2: any) => boolean) | undefined;
2595
+ LESS?: ((v1: any, v2: any) => boolean) | undefined;
2596
+ BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
2597
+ LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
2598
+ CL?: ((v1: any, v2: any) => boolean) | undefined;
2599
+ NC?: ((v1: any, v2: any) => boolean) | undefined;
2600
+ NEQ?: ((v1: any, v2: any) => boolean) | undefined;
2601
+ NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
2602
+ } | undefined;
2603
+ }[] | undefined;
2604
+ show_mode?: LowCodeTypes.showModeType | undefined;
2605
+ is_allow_check_mid?: import("../../../components/form-render").FormCommonState | undefined;
2606
+ allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
2607
+ prefix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
2608
+ suffix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
2609
+ allowSlash?: string | boolean | undefined;
2610
+ allowModify?: import("../../../components/form-render").FormCommonState | undefined;
2611
+ show_key?: string | undefined;
2612
+ whiteList?: string[] | undefined;
2613
+ bordered?: string | boolean | undefined;
2614
+ displayMode?: "form" | "table" | undefined;
2615
+ editor_title?: string | undefined;
2616
+ editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
2617
+ linebarWidth?: string | undefined;
2618
+ linebarDirection?: "horizontal" | "vertical" | undefined;
2619
+ linebarTextDirection?: "horizontal" | "vertical" | undefined;
2620
+ labelColor?: string | undefined;
2621
+ fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
2622
+ content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
2623
+ lazyRequest?: boolean | undefined;
2624
+ requestCache?: boolean | undefined;
2625
+ maxGroupNum?: number | undefined;
2626
+ minGroupNum?: number | undefined;
2627
+ jsonCombination?: boolean | undefined;
2628
+ combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
2629
+ children?: any[] | undefined;
2630
+ properties?: any[] | undefined;
2631
+ componentProps?: import("../../../shared/types").AnyObject | undefined;
2632
+ decoratorProps?: import("../../../shared/types").AnyObject | undefined;
2633
+ noDecorator?: {
2634
+ valueOf: () => boolean;
2635
+ } | undefined;
2636
+ display?: "flex" | "grid" | undefined;
2637
+ slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
2638
+ wrapperStyle?: Record<string, string | number> | undefined;
2639
+ childFieldStrategy?: "checked" | "all" | undefined;
2640
+ childWidthMode?: "inner" | "outer" | undefined;
2641
+ validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, field: import("@formily/core").Field<any, any, any, any>) => string | void) | undefined;
2642
+ reactions?: {
2643
+ [x: string]: any;
2644
+ dependencies?: string[] | undefined;
2645
+ target?: string | undefined;
2646
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
2647
+ when?: string | boolean | undefined;
2648
+ fulfill?: {
2649
+ state?: import("../../../shared/types").AnyObject | undefined;
2650
+ run?: string | undefined;
2651
+ } | undefined;
2652
+ otherwise?: {
2653
+ state?: import("../../../shared/types").AnyObject | undefined;
2654
+ run?: string | undefined;
2655
+ } | undefined;
2656
+ } | {
2657
+ [x: string]: any;
2658
+ dependencies?: string[] | undefined;
2659
+ target?: string | undefined;
2660
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
2661
+ when?: string | boolean | undefined;
2662
+ fulfill?: {
2663
+ state?: import("../../../shared/types").AnyObject | undefined;
2664
+ run?: string | undefined;
2665
+ } | undefined;
2666
+ otherwise?: {
2667
+ state?: import("../../../shared/types").AnyObject | undefined;
2668
+ run?: string | undefined;
2669
+ } | undefined;
2670
+ }[] | undefined;
2671
+ }[] | undefined;
2672
+ }[]>;
2673
+ onOptionModalCancel: () => void;
2674
+ onOptionModalConfirm: () => void;
2444
2675
  NModal: any;
2676
+ NSpace: any;
2677
+ NInput: any;
2445
2678
  CFormRender: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
2446
2679
  formRenderRef: Ref<FormRenderExpose | undefined>;
2447
2680
  key: Ref<number>;