@cloudbase/weda-ui 3.10.3 → 3.11.1

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 (101) hide show
  1. package/dist/configs/components/button.js +1 -1
  2. package/dist/configs/components/chart/bar.d.ts +146 -0
  3. package/dist/configs/components/chart/bar.js +1147 -0
  4. package/dist/configs/components/dataView.js +0 -16
  5. package/dist/configs/components/image.js +1 -1
  6. package/dist/configs/components/listView.js +0 -16
  7. package/dist/configs/components/lottery.js +1 -1
  8. package/dist/configs/components/navigationBar.json +1 -1
  9. package/dist/configs/components/wd-audio.js +1 -1
  10. package/dist/configs/components/wd-button.js +2 -2
  11. package/dist/configs/components/wd-icon.js +1 -1
  12. package/dist/configs/components/wd-image.js +1 -1
  13. package/dist/configs/components/wd-input-email.d.ts +2 -2
  14. package/dist/configs/components/wd-input-phone.d.ts +2 -2
  15. package/dist/configs/components/wd-input-url.d.ts +2 -2
  16. package/dist/configs/components/wd-link.js +1 -1
  17. package/dist/configs/components/wd-progress.d.ts +10 -0
  18. package/dist/configs/components/wd-progress.js +39 -2
  19. package/dist/configs/components/wd-rating.js +2 -2
  20. package/dist/configs/components/wd-select-multiple.d.ts +23 -0
  21. package/dist/configs/components/wd-select-multiple.js +26 -1
  22. package/dist/configs/components/wd-select.d.ts +23 -0
  23. package/dist/configs/components/wd-select.js +25 -0
  24. package/dist/configs/components/wd-side-tab.js +2 -2
  25. package/dist/configs/components/wd-table.d.ts +1 -1
  26. package/dist/configs/components/wd-table.js +1 -0
  27. package/dist/configs/components/wd-top-tab.d.ts +4 -0
  28. package/dist/configs/components/wd-top-tab.js +7 -2
  29. package/dist/configs/components/wd-upload-image.js +1 -1
  30. package/dist/configs/components/wedaVideo.js +3 -3
  31. package/dist/configs/components/wxOpenApi/share.js +1 -1
  32. package/dist/configs/index.d.ts +765 -2065
  33. package/dist/configs/index.js +1 -1
  34. package/dist/configs/type-utils/type-form.d.ts +6 -0
  35. package/dist/configs/type-utils/type-form.js +64 -22
  36. package/dist/configs/type-utils/x-runtime-default.d.ts +1 -0
  37. package/dist/configs/type-utils/x-runtime-default.js +1 -0
  38. package/dist/enum/index.js +5 -1
  39. package/dist/style/index.css +16 -4
  40. package/dist/style/index.scss +1 -1
  41. package/dist/style/weda-ui.min.css +2 -2
  42. package/dist/web/components/form/location/common/propsConfig.d.ts +1 -1
  43. package/dist/web/components/form/select/index.css +2 -2
  44. package/dist/web/components/form/select/request.d.ts +3 -3
  45. package/dist/web/components/form/select/request.js +1 -0
  46. package/dist/web/components/form/select/status/index.d.ts +3 -1
  47. package/dist/web/components/form/select/status/index.js +3 -1
  48. package/dist/web/components/form/selectMultiple/dropdown-select/index.css +5 -5
  49. package/dist/web/components/form/uploader/uploader.h5.js +13 -4
  50. package/dist/web/components/form/uploader/util.d.ts +1 -0
  51. package/dist/web/components/form/uploader/util.js +28 -0
  52. package/dist/web/components/form/uploaderFile/uploadFile.h5.js +14 -6
  53. package/dist/web/components/form-date/index.d.ts +1 -1
  54. package/dist/web/components/form-email/index.d.ts +1 -1
  55. package/dist/web/components/form-input/index.d.ts +1 -1
  56. package/dist/web/components/form-input-hooks/index.js +10 -1
  57. package/dist/web/components/form-input-hooks/validator.d.ts +1 -0
  58. package/dist/web/components/form-input-hooks/validator.js +6 -2
  59. package/dist/web/components/form-phone/index.d.ts +1 -1
  60. package/dist/web/components/form-time/index.d.ts +1 -1
  61. package/dist/web/components/form-url/index.d.ts +1 -1
  62. package/dist/web/components/grid/col.d.ts +2 -2
  63. package/dist/web/components/wd-date/elements/Modal.h5.d.ts +2 -0
  64. package/dist/web/components/wd-date/elements/Modal.h5.js +3 -3
  65. package/dist/web/components/wd-form/index.js +1 -1
  66. package/dist/web/components/wd-form-item/wd-form-item-read-only.d.ts +1 -0
  67. package/dist/web/components/wd-input/wd-input.d.ts +1 -1
  68. package/dist/web/components/wd-input-email/wd-input-email.d.ts +1 -1
  69. package/dist/web/components/wd-input-phone/wd-input-phone.d.ts +1 -1
  70. package/dist/web/components/wd-input-url/wd-input-url.d.ts +1 -1
  71. package/dist/web/components/wd-progress/wd-progress.js +5 -3
  72. package/dist/web/components/wd-select/relationSelect/relationSelect.d.ts +4 -0
  73. package/dist/web/components/wd-select/relationSelect/relationSelect.js +202 -0
  74. package/dist/web/components/wd-select/{relationalSetting.js → relationSelect/relationalSetting.js} +4 -4
  75. package/dist/web/components/wd-select/select/index.d.ts +2 -0
  76. package/dist/web/components/wd-select/select/index.js +8 -0
  77. package/dist/web/components/wd-select/select/selectUI.d.ts +3 -0
  78. package/dist/web/components/wd-select/select/selectUI.js +190 -0
  79. package/dist/web/components/wd-select/style.d.ts +2 -0
  80. package/dist/web/components/wd-select/style.js +2 -0
  81. package/dist/web/components/wd-select/wd-select.css +83 -0
  82. package/dist/web/components/wd-select/wd-select.d.ts +0 -1
  83. package/dist/web/components/wd-select/wd-select.js +18 -8
  84. package/dist/web/components/wd-select-multiple/style.d.ts +2 -0
  85. package/dist/web/components/wd-select-multiple/style.js +2 -0
  86. package/dist/web/components/wd-select-multiple/wd-select-multiple.css +30 -4
  87. package/dist/web/components/wd-select-multiple/wd-select-multiple.js +18 -7
  88. package/dist/web/components/wd-table/components/FieldRender/index.d.ts +7 -4
  89. package/dist/web/components/wd-table/components/FieldRender/index.js +42 -15
  90. package/dist/web/components/wd-table/components/ModalTable/index.js +4 -3
  91. package/dist/web/components/wd-table/hooks/useChooseList.d.ts +1 -0
  92. package/dist/web/components/wd-table/hooks/useChooseList.js +55 -26
  93. package/dist/web/components/wd-table/utils/index.js +1 -1
  94. package/dist/web/components/wd-table/wd-table.js +2 -2
  95. package/dist/web/utils/isObjectEqual.d.ts +1 -1
  96. package/dist/web/utils/moment.d.ts +1 -0
  97. package/dist/web/utils/platform.js +3 -3
  98. package/dist/web/utils/tool.js +2 -2
  99. package/package.json +18 -13
  100. package/dist/configs/components/chart/bar.json +0 -1144
  101. /package/dist/web/components/wd-select/{relationalSetting.d.ts → relationSelect/relationalSetting.d.ts} +0 -0
@@ -601,7 +601,9 @@ export declare const components: {
601
601
  layout: import("@sinclair/typebox").TUnsafe<string>;
602
602
  labelWidth: import("@sinclair/typebox").TString;
603
603
  labelTips: import("@sinclair/typebox").TString;
604
+ percentSlot: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<import("react").ReactNode>>;
604
605
  name: import("@sinclair/typebox").TString;
606
+ showPercent: import("@sinclair/typebox").TBoolean;
605
607
  min: import("@sinclair/typebox").TNumber;
606
608
  max: import("@sinclair/typebox").TNumber;
607
609
  value: import("@sinclair/typebox").TNumber;
@@ -617,6 +619,7 @@ export declare const components: {
617
619
  min: import("@sinclair/typebox").TNumber;
618
620
  max: import("@sinclair/typebox").TNumber;
619
621
  step: import("@sinclair/typebox").TNumber;
622
+ showPercent: import("@sinclair/typebox").TBoolean;
620
623
  }>;
621
624
  readonly classes: {
622
625
  name: string;
@@ -722,6 +725,10 @@ export declare const components: {
722
725
  readonly when: "$attached";
723
726
  readonly body: "\n [attributes]\n name = \"{{$self.id}}\"\n ";
724
727
  readonly __k: "init-name-with-id";
728
+ }, {
729
+ readonly to: "percentSlot";
730
+ readonly when: "showPercent";
731
+ readonly body: "\n {{#if (helper_utils '===' $self.attributes.showPercent true)}}\n [[template]]\n component = \"WdText\"\n label = \"百分比\"\n [template.attributes]\n level = \"body-sm\"\n \":text\" = \"($w.{{$self.id}}.value || 0) + `%`\"\n [template.extra.commonStyle.margin]\n left = 8\n {{/if}}\n ";
725
732
  }];
726
733
  readonly componentOrder: 495;
727
734
  readonly group: {
@@ -7860,7 +7867,7 @@ export declare const components: {
7860
7867
  componentOrder: number;
7861
7868
  figureIcon: string;
7862
7869
  icon: string;
7863
- visible: string[];
7870
+ visible: any[];
7864
7871
  docsUrl: string;
7865
7872
  };
7866
7873
  };
@@ -7999,11 +8006,156 @@ export declare const components: {
7999
8006
  };
8000
8007
  };
8001
8008
  Bar: {
8009
+ readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json";
8010
+ readonly data: import("@sinclair/typebox").TObject<{
8011
+ directionType: import("@sinclair/typebox").TUnsafe<string>;
8012
+ isPile: import("@sinclair/typebox").TBoolean;
8013
+ isTitle: import("@sinclair/typebox").TBoolean;
8014
+ title: import("@sinclair/typebox").TString;
8015
+ dataSource: import("@sinclair/typebox").TObject<{
8016
+ name: import("@sinclair/typebox").TString;
8017
+ type: import("@sinclair/typebox").TString;
8018
+ subType: import("@sinclair/typebox").TString;
8019
+ methodName: import("@sinclair/typebox").TString;
8020
+ }>;
8021
+ dataSourceType: import("@sinclair/typebox").TUnsafe<string>;
8022
+ dataModel: import("@sinclair/typebox").TObject<{
8023
+ name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
8024
+ extra: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
8025
+ viewId: import("@sinclair/typebox").TString;
8026
+ methodName: import("@sinclair/typebox").TString;
8027
+ }>>;
8028
+ }>;
8029
+ datasourceVariable: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
8030
+ XLabel: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
8031
+ Name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
8032
+ Value: import("@sinclair/typebox").TString;
8033
+ }>>;
8034
+ YLabels: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
8035
+ Name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
8036
+ Value: import("@sinclair/typebox").TString;
8037
+ }>>;
8038
+ }>>;
8039
+ connector: import("@sinclair/typebox").TObject<{
8040
+ datasource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
8041
+ title: import("@sinclair/typebox").TString;
8042
+ id: import("@sinclair/typebox").TString;
8043
+ name: import("@sinclair/typebox").TString;
8044
+ }>>;
8045
+ }>;
8046
+ connectorMethod: import("@sinclair/typebox").TObject<{
8047
+ name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
8048
+ title: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
8049
+ }>;
8050
+ connectorParams: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TAny>;
8051
+ filterData: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TAny>;
8052
+ setColor: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
8053
+ xFieldShow: import("@sinclair/typebox").TNever;
8054
+ xField: import("@sinclair/typebox").TObject<{
8055
+ format: import("@sinclair/typebox").TUnion<import("@sinclair/typebox").TLiteral<"string" | "boolean" | "object" | "function" | "array" | "email" | "phone" | "url" | "x-image" | "x-rtf" | "datetime" | "date" | "time" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many" | "tel" | "x-long-text">[]>;
8056
+ type: import("@sinclair/typebox").TUnion<import("@sinclair/typebox").TLiteral<"string" | "number" | "boolean" | "object" | "array">[]>;
8057
+ title: import("@sinclair/typebox").TString;
8058
+ name: import("@sinclair/typebox").TString;
8059
+ }>;
8060
+ xStatistics: import("@sinclair/typebox").TString;
8061
+ xIsCountEmpty: import("@sinclair/typebox").TBoolean;
8062
+ yFieldSubTitle: import("@sinclair/typebox").TNever;
8063
+ yField: import("@sinclair/typebox").TObject<{
8064
+ numValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
8065
+ key: import("@sinclair/typebox").TString;
8066
+ operationType: import("@sinclair/typebox").TUnion<import("@sinclair/typebox").TLiteral<string>[]>;
8067
+ }>>>;
8068
+ groupKey: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
8069
+ }>;
8070
+ groupKey: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
8071
+ groupKeyTimeSpan: import("@sinclair/typebox").TString;
8072
+ legendShow: import("@sinclair/typebox").TNever;
8073
+ isLegend: import("@sinclair/typebox").TBoolean;
8074
+ legend: import("@sinclair/typebox").TUnsafe<string>;
8075
+ divider: import("@sinclair/typebox").TNever;
8076
+ propsTitle: import("@sinclair/typebox").TNever;
8077
+ xFieldShowHight: import("@sinclair/typebox").TNever;
8078
+ isXaxisName: import("@sinclair/typebox").TBoolean;
8079
+ xAxisName: import("@sinclair/typebox").TString;
8080
+ isXaxisAxisLabelShow: import("@sinclair/typebox").TBoolean;
8081
+ isXaxisAxisTickShow: import("@sinclair/typebox").TBoolean;
8082
+ isXaxisAxisLabelRotate: import("@sinclair/typebox").TNever;
8083
+ yFieldShow: import("@sinclair/typebox").TNever;
8084
+ isYAxisSplitlineLinestyleWidth: import("@sinclair/typebox").TBoolean;
8085
+ yAxisSplitlineLinestyleType: import("@sinclair/typebox").TUnsafe<string>;
8086
+ yAxisMax: import("@sinclair/typebox").TNumber;
8087
+ yAxisMin: import("@sinclair/typebox").TNumber;
8088
+ isYAxisName: import("@sinclair/typebox").TBoolean;
8089
+ yAxisName: import("@sinclair/typebox").TBoolean;
8090
+ isYAxisShow: import("@sinclair/typebox").TBoolean;
8091
+ dataTagShow: import("@sinclair/typebox").TNever;
8092
+ isSeriesShowSymbol: import("@sinclair/typebox").TBoolean;
8093
+ unitShow: import("@sinclair/typebox").TNever;
8094
+ isUnit: import("@sinclair/typebox").TBoolean;
8095
+ unit: import("@sinclair/typebox").TNumber;
8096
+ decimalDigits: import("@sinclair/typebox").TNumber;
8097
+ suffix: import("@sinclair/typebox").TString;
8098
+ }>;
8099
+ readonly events: readonly [];
8100
+ readonly meta: {
8101
+ readonly title: "柱状图";
8102
+ readonly description: "用于报表场景下展示数据之间大小的对比。";
8103
+ readonly figureIcon: "../../figureIcons/Bar.svg";
8104
+ readonly icon: "../../icons/Bar.svg";
8105
+ readonly category: "图表";
8106
+ readonly categoryOrder: 600;
8107
+ readonly componentOrder: 550;
8108
+ readonly visible: readonly ["APP"];
8109
+ readonly inlineStyleForm: {
8110
+ readonly fontSize: {
8111
+ readonly visible: false;
8112
+ };
8113
+ readonly color: {
8114
+ readonly visible: false;
8115
+ };
8116
+ readonly fontWeight: {
8117
+ readonly visible: false;
8118
+ };
8119
+ readonly lineHeight: {
8120
+ readonly visible: false;
8121
+ };
8122
+ readonly justifyContent: {
8123
+ readonly visible: false;
8124
+ };
8125
+ readonly flexDirection: {
8126
+ readonly visible: false;
8127
+ };
8128
+ readonly border: {
8129
+ readonly visible: false;
8130
+ };
8131
+ readonly background: {
8132
+ readonly visible: false;
8133
+ };
8134
+ readonly boxShadow: {
8135
+ readonly visible: false;
8136
+ };
8137
+ readonly opacity: {
8138
+ readonly visible: false;
8139
+ };
8140
+ readonly alignItems: {
8141
+ readonly visible: false;
8142
+ };
8143
+ };
8144
+ readonly templates: readonly [{
8145
+ readonly when: "dataSourceType";
8146
+ readonly body: "\n{{#with $self as |$self|}}\n{{#if (helper_utils '===' $self.attributes.dataSourceType 'variable')}}\n[attributes]\n':datasourceVariable'=\"[\n {\n XLabel: { Value: 'sotm' },\n YLabels: [{ Name: '销售金额', Value: '124213' }],\n },\n {\n XLabel: { Value: 'Lisi' },\n YLabels: [{ Name: '销售金额', Value: '116123' }],\n },\n {\n XLabel: { Value: 'maza' },\n YLabels: [{ Name: '销售金额', Value: '100123' }],\n },\n]\"\n{{/if}}\n{{/with}}\n";
8147
+ }];
8148
+ };
8149
+ readonly configMeta: {
8150
+ readonly docsUrl: "https://docs.cloudbase.net/lowcode/components/wedaUI/src/docs/compsdocs/chart/Bar";
8151
+ };
8152
+ };
8153
+ Pie: {
8002
8154
  $schema: string;
8003
8155
  data: {
8004
8156
  type: string;
8005
8157
  properties: {
8006
- directionType: {
8158
+ chartType: {
8007
8159
  title: string;
8008
8160
  type: string;
8009
8161
  default: string;
@@ -8013,23 +8165,6 @@ export declare const components: {
8013
8165
  label: string;
8014
8166
  value: string;
8015
8167
  }[];
8016
- "x-linkages": {
8017
- target: string;
8018
- type: string;
8019
- condition: string;
8020
- schema: {
8021
- "x-component-props": {
8022
- text: string;
8023
- };
8024
- };
8025
- }[];
8026
- description: string;
8027
- };
8028
- isPile: {
8029
- title: string;
8030
- type: string;
8031
- default: boolean;
8032
- "x-index": number;
8033
8168
  description: string;
8034
8169
  };
8035
8170
  isTitle: {
@@ -8052,9 +8187,9 @@ export declare const components: {
8052
8187
  dataSource: {
8053
8188
  type: string;
8054
8189
  title: string;
8055
- display: boolean;
8056
8190
  "x-index": number;
8057
8191
  "x-component": string;
8192
+ display: boolean;
8058
8193
  "x-props": {
8059
8194
  "data-hidebind": boolean;
8060
8195
  };
@@ -8075,7 +8210,6 @@ export declare const components: {
8075
8210
  target: string;
8076
8211
  condition: string;
8077
8212
  schema?: undefined;
8078
- state?: undefined;
8079
8213
  } | {
8080
8214
  type: string;
8081
8215
  condition: string;
@@ -8083,15 +8217,6 @@ export declare const components: {
8083
8217
  schema: {
8084
8218
  "x-component-props": string;
8085
8219
  };
8086
- state?: undefined;
8087
- } | {
8088
- type: string;
8089
- condition: string;
8090
- target: string;
8091
- state: {
8092
- __datasourceName: string;
8093
- };
8094
- schema?: undefined;
8095
8220
  })[];
8096
8221
  description: string;
8097
8222
  };
@@ -8133,8 +8258,8 @@ export declare const components: {
8133
8258
  "x-index": number;
8134
8259
  title: string;
8135
8260
  type: string;
8136
- "x-category": string;
8137
8261
  required: boolean;
8262
+ "x-category": string;
8138
8263
  properties: {
8139
8264
  name: {
8140
8265
  title: string;
@@ -8167,7 +8292,6 @@ export declare const components: {
8167
8292
  target: string;
8168
8293
  condition: string;
8169
8294
  schema?: undefined;
8170
- state?: undefined;
8171
8295
  } | {
8172
8296
  type: string;
8173
8297
  condition: string;
@@ -8175,71 +8299,29 @@ export declare const components: {
8175
8299
  schema: {
8176
8300
  "x-component-props": string;
8177
8301
  };
8178
- state?: undefined;
8179
- } | {
8180
- type: string;
8181
- condition: string;
8182
- target: string;
8183
- state: {
8184
- __datasourceName: string;
8185
- };
8186
- schema?: undefined;
8187
8302
  })[];
8188
8303
  description: string;
8189
8304
  };
8190
8305
  datasourceVariable: {
8191
8306
  type: string;
8192
- items: {
8193
- type: string;
8194
- properties: {
8195
- XLabel: {
8196
- type: string;
8197
- properties: {
8198
- Name: {
8199
- type: string;
8200
- };
8201
- Value: {
8202
- type: string;
8203
- };
8204
- };
8205
- required: string[];
8206
- };
8207
- YLabels: {
8208
- type: string;
8209
- items: {
8210
- type: string;
8211
- properties: {
8212
- Name: {
8213
- type: string;
8214
- };
8215
- Value: {
8216
- type: string;
8217
- };
8218
- };
8219
- required: string[];
8220
- };
8221
- };
8222
- };
8223
- required: string[];
8224
- };
8225
8307
  "x-index": number;
8226
8308
  title: string;
8227
8309
  "x-category": string;
8228
8310
  description: string;
8229
- required: boolean;
8230
8311
  display: boolean;
8312
+ required: boolean;
8231
8313
  "x-component": string;
8232
8314
  };
8233
8315
  connector: {
8234
8316
  title: string;
8235
8317
  type: string;
8236
8318
  "x-component": string;
8237
- "x-index": number;
8238
8319
  required: boolean;
8239
- "x-category": string;
8240
8320
  "x-props": {
8241
8321
  "data-hidebind": boolean;
8242
8322
  };
8323
+ "x-index": number;
8324
+ "x-category": string;
8243
8325
  "x-linkages": {
8244
8326
  type: string;
8245
8327
  target: string;
@@ -8446,14 +8528,13 @@ export declare const components: {
8446
8528
  "x-component": string;
8447
8529
  description: string;
8448
8530
  };
8449
- xFieldShow: {
8531
+ dimensionalityShow: {
8450
8532
  "x-index": number;
8451
8533
  "x-category": string;
8452
8534
  "x-component": string;
8453
8535
  "x-component-props": {
8454
8536
  text: string;
8455
8537
  };
8456
- description: string;
8457
8538
  };
8458
8539
  xField: {
8459
8540
  type: string;
@@ -8464,7 +8545,6 @@ export declare const components: {
8464
8545
  "x-component-props": {
8465
8546
  dataSourceNamePropKey: string;
8466
8547
  isMethod: boolean;
8467
- disabledTypes: string[];
8468
8548
  };
8469
8549
  "x-linkages": ({
8470
8550
  type: string;
@@ -8508,60 +8588,13 @@ export declare const components: {
8508
8588
  "x-category": string;
8509
8589
  "x-component": string;
8510
8590
  "x-component-props": {
8511
- isMethod: boolean;
8512
8591
  text: string;
8513
- dataSourceNamePropKey: string;
8514
- };
8515
- "x-linkages": {
8516
- type: string;
8517
- target: string;
8518
- condition: string;
8519
- }[];
8520
- description: string;
8521
- };
8522
- groupKey: {
8523
- type: string;
8524
- title: string;
8525
- "x-index": number;
8526
- "x-category": string;
8527
- "x-component": string;
8528
- "x-component-props": {
8529
- dataSourceNamePropKey: string;
8530
8592
  isMethod: boolean;
8531
- clearable: boolean;
8593
+ dataSourceNamePropKey: string;
8594
+ maxFieldCount: number;
8532
8595
  };
8533
- "x-linkages": ({
8534
- type: string;
8535
- target: string;
8536
- condition: string;
8537
- state: {
8538
- value: string;
8539
- };
8540
- schema?: undefined;
8541
- } | {
8542
- type: string;
8543
- target: string;
8544
- condition: string;
8545
- state?: undefined;
8546
- schema?: undefined;
8547
- } | {
8548
- type: string;
8549
- condition: string;
8550
- target: string;
8551
- schema: {
8552
- enum: string;
8553
- };
8554
- state?: undefined;
8555
- })[];
8556
8596
  description: string;
8557
8597
  };
8558
- groupKeyTimeSpan: {
8559
- title: string;
8560
- type: string;
8561
- "x-category": string;
8562
- "x-index": number;
8563
- enum: any[];
8564
- };
8565
8598
  legendShow: {
8566
8599
  "x-index": number;
8567
8600
  "x-category": string;
@@ -8593,137 +8626,32 @@ export declare const components: {
8593
8626
  label: string;
8594
8627
  }[];
8595
8628
  };
8596
- divider: {
8597
- "x-index": number;
8598
- "x-component": string;
8599
- };
8600
- propsTitle: {
8601
- "x-index": number;
8602
- "x-component": string;
8603
- "x-component-props": {
8604
- text: string;
8605
- };
8606
- };
8607
- xFieldShowHight: {
8608
- "x-index": number;
8609
- "x-component": string;
8610
- "x-component-props": {
8611
- text: string;
8612
- };
8613
- };
8614
- isXaxisName: {
8615
- title: string;
8616
- type: string;
8617
- default: boolean;
8618
- "x-index": number;
8619
- "x-linkages": {
8620
- type: string;
8621
- target: string;
8622
- condition: string;
8623
- }[];
8624
- };
8625
- xAxisName: {
8626
- title: string;
8627
- type: string;
8628
- default: string;
8629
- "x-index": number;
8630
- };
8631
- isXaxisAxisLabelShow: {
8632
- title: string;
8633
- type: string;
8634
- "x-index": number;
8635
- default: boolean;
8636
- };
8637
- isXaxisAxisTickShow: {
8638
- title: string;
8639
- type: string;
8640
- "x-index": number;
8641
- default: boolean;
8642
- };
8643
- isXaxisAxisLabelRotate: {
8644
- title: string;
8645
- type: string;
8646
- "x-index": number;
8647
- default: boolean;
8648
- };
8649
- yFieldShow: {
8629
+ dataTagShow: {
8650
8630
  "x-index": number;
8631
+ "x-category": string;
8651
8632
  "x-component": string;
8652
8633
  "x-component-props": {
8653
8634
  text: string;
8654
8635
  };
8655
8636
  };
8656
- isYAxisSplitlineLinestyleWidth: {
8657
- title: string;
8658
- type: string;
8659
- "x-index": number;
8660
- default: boolean;
8661
- "x-linkages": {
8662
- type: string;
8663
- target: string;
8664
- condition: string;
8665
- }[];
8666
- };
8667
- yAxisSplitlineLinestyleType: {
8668
- title: string;
8669
- type: string;
8670
- default: string;
8671
- "x-index": number;
8672
- enum: {
8673
- value: string;
8674
- label: string;
8675
- }[];
8676
- };
8677
- yAxisMax: {
8678
- title: string;
8679
- type: string;
8680
- "x-index": number;
8681
- };
8682
- yAxisMin: {
8683
- title: string;
8684
- type: string;
8685
- "x-index": number;
8686
- };
8687
- isYAxisName: {
8688
- title: string;
8689
- type: string;
8690
- "x-index": number;
8691
- default: boolean;
8692
- "x-linkages": {
8693
- type: string;
8694
- target: string;
8695
- condition: string;
8696
- }[];
8697
- };
8698
- yAxisName: {
8699
- title: string;
8700
- type: string;
8701
- default: string;
8702
- "x-index": number;
8703
- };
8704
- isYAxisShow: {
8637
+ isSeriesShowSymbol: {
8705
8638
  title: string;
8706
8639
  type: string;
8707
8640
  "x-index": number;
8708
8641
  default: boolean;
8642
+ "x-category": string;
8709
8643
  description: string;
8710
8644
  };
8711
- dataTagShow: {
8712
- "x-index": number;
8713
- "x-component": string;
8714
- "x-component-props": {
8715
- text: string;
8716
- };
8717
- };
8718
- isSeriesShowSymbol: {
8645
+ isPercent: {
8719
8646
  title: string;
8720
8647
  type: string;
8721
8648
  "x-index": number;
8722
8649
  default: boolean;
8723
- description: string;
8650
+ "x-category": string;
8724
8651
  };
8725
8652
  unitShow: {
8726
8653
  "x-index": number;
8654
+ "x-category": string;
8727
8655
  "x-component": string;
8728
8656
  "x-component-props": {
8729
8657
  text: string;
@@ -8733,10 +8661,8 @@ export declare const components: {
8733
8661
  title: string;
8734
8662
  type: string;
8735
8663
  "x-index": number;
8736
- "x-props": {
8737
- "data-hidebind": boolean;
8738
- };
8739
8664
  default: boolean;
8665
+ "x-category": string;
8740
8666
  "x-linkages": {
8741
8667
  type: string;
8742
8668
  target: string;
@@ -8746,19 +8672,13 @@ export declare const components: {
8746
8672
  unit: {
8747
8673
  type: string;
8748
8674
  title: string;
8749
- "x-index": number;
8750
8675
  default: number;
8751
- "x-component": string;
8676
+ "x-category": string;
8677
+ "x-index": number;
8752
8678
  enum: {
8753
8679
  label: string;
8754
8680
  value: number;
8755
8681
  }[];
8756
- "x-component-props": {
8757
- options: {
8758
- label: string;
8759
- value: number;
8760
- }[];
8761
- };
8762
8682
  "x-linkages": {
8763
8683
  type: string;
8764
8684
  target: string;
@@ -8777,6 +8697,7 @@ export declare const components: {
8777
8697
  min: number;
8778
8698
  };
8779
8699
  "x-index": number;
8700
+ "x-category": string;
8780
8701
  "x-linkages": {
8781
8702
  type: string;
8782
8703
  target: string;
@@ -8791,6 +8712,7 @@ export declare const components: {
8791
8712
  type: string;
8792
8713
  default: string;
8793
8714
  "x-index": number;
8715
+ "x-category": string;
8794
8716
  };
8795
8717
  };
8796
8718
  };
@@ -8844,46 +8766,18 @@ export declare const components: {
8844
8766
  docsUrl: string;
8845
8767
  };
8846
8768
  };
8847
- Pie: {
8769
+ StatisticsCard: {
8848
8770
  $schema: string;
8849
8771
  data: {
8850
8772
  type: string;
8851
8773
  properties: {
8852
- chartType: {
8853
- title: string;
8854
- type: string;
8855
- default: string;
8856
- "x-component": string;
8857
- "x-index": number;
8858
- enum: {
8859
- label: string;
8860
- value: string;
8861
- }[];
8862
- description: string;
8863
- };
8864
- isTitle: {
8865
- title: string;
8866
- type: string;
8867
- default: boolean;
8868
- "x-index": number;
8869
- "x-linkages": {
8870
- type: string;
8871
- target: string;
8872
- condition: string;
8873
- }[];
8874
- };
8875
- title: {
8876
- title: string;
8877
- default: string;
8878
- type: string;
8879
- "x-index": number;
8880
- };
8881
8774
  dataSource: {
8882
8775
  type: string;
8883
8776
  title: string;
8884
8777
  "x-index": number;
8885
8778
  "x-component": string;
8886
- display: boolean;
8779
+ "x-helper-text": string;
8780
+ "x-helper-text-color": string;
8887
8781
  "x-props": {
8888
8782
  "data-hidebind": boolean;
8889
8783
  };
@@ -8898,162 +8792,6 @@ export declare const components: {
8898
8792
  };
8899
8793
  };
8900
8794
  };
8901
- };
8902
- "x-linkages": ({
8903
- type: string;
8904
- target: string;
8905
- condition: string;
8906
- schema?: undefined;
8907
- } | {
8908
- type: string;
8909
- condition: string;
8910
- target: string;
8911
- schema: {
8912
- "x-component-props": string;
8913
- };
8914
- })[];
8915
- description: string;
8916
- };
8917
- dataSourceType: {
8918
- "x-index": number;
8919
- title: string;
8920
- "x-category": string;
8921
- type: string;
8922
- default: string;
8923
- enum: {
8924
- label: string;
8925
- value: string;
8926
- }[];
8927
- "x-linkages": ({
8928
- _comment: string;
8929
- type: string;
8930
- condition: string;
8931
- target: string;
8932
- state: {
8933
- display: boolean;
8934
- };
8935
- schema?: undefined;
8936
- } | {
8937
- _comment: string;
8938
- type: string;
8939
- target: string;
8940
- schema: {
8941
- "x-component-props": string;
8942
- };
8943
- condition?: undefined;
8944
- state?: undefined;
8945
- })[];
8946
- "x-props": {
8947
- "data-hidebind": boolean;
8948
- };
8949
- description: string;
8950
- };
8951
- dataModel: {
8952
- "x-index": number;
8953
- title: string;
8954
- type: string;
8955
- required: boolean;
8956
- "x-category": string;
8957
- properties: {
8958
- name: {
8959
- title: string;
8960
- type: string;
8961
- };
8962
- extra: {
8963
- title: string;
8964
- type: string;
8965
- properties: {
8966
- viewId: {
8967
- title: string;
8968
- type: string;
8969
- };
8970
- methodName: {
8971
- title: string;
8972
- type: string;
8973
- };
8974
- };
8975
- };
8976
- };
8977
- "x-component": string;
8978
- "x-component-props": {
8979
- methodName: string;
8980
- };
8981
- "x-props": {
8982
- "data-hidebind": boolean;
8983
- };
8984
- "x-linkages": ({
8985
- type: string;
8986
- target: string;
8987
- condition: string;
8988
- schema?: undefined;
8989
- } | {
8990
- type: string;
8991
- condition: string;
8992
- target: string;
8993
- schema: {
8994
- "x-component-props": string;
8995
- };
8996
- })[];
8997
- description: string;
8998
- };
8999
- datasourceVariable: {
9000
- type: string;
9001
- "x-index": number;
9002
- title: string;
9003
- "x-category": string;
9004
- description: string;
9005
- display: boolean;
9006
- required: boolean;
9007
- "x-component": string;
9008
- };
9009
- connector: {
9010
- title: string;
9011
- type: string;
9012
- "x-component": string;
9013
- required: boolean;
9014
- "x-props": {
9015
- "data-hidebind": boolean;
9016
- };
9017
- "x-index": number;
9018
- "x-category": string;
9019
- "x-linkages": {
9020
- type: string;
9021
- target: string;
9022
- schema: {
9023
- "x-component-props": {
9024
- value: string;
9025
- };
9026
- };
9027
- }[];
9028
- description: string;
9029
- properties: {
9030
- datasource: {
9031
- type: string;
9032
- properties: {
9033
- title: {
9034
- type: string;
9035
- title: string;
9036
- };
9037
- id: {
9038
- type: string;
9039
- title: string;
9040
- };
9041
- name: {
9042
- type: string;
9043
- title: string;
9044
- };
9045
- };
9046
- };
9047
- };
9048
- };
9049
- connectorMethod: {
9050
- title: string;
9051
- type: string;
9052
- required: boolean;
9053
- "x-component": string;
9054
- "x-index": number;
9055
- "x-category": string;
9056
- "x-component-props": {
9057
8795
  docUrl: string;
9058
8796
  paramsSchema: {
9059
8797
  type: string;
@@ -9079,64 +8817,20 @@ export declare const components: {
9079
8817
  properties: {
9080
8818
  type: string;
9081
8819
  properties: {
9082
- XLabel: {
8820
+ Name: {
9083
8821
  type: string;
9084
8822
  properties: {
9085
8823
  type: {
9086
8824
  const: string;
9087
8825
  };
9088
- properties: {
9089
- type: string;
9090
- properties: {
9091
- Value: {
9092
- type: string;
9093
- properties: {
9094
- type: {
9095
- const: string;
9096
- };
9097
- };
9098
- };
9099
- };
9100
- required: string[];
9101
- };
9102
8826
  };
9103
8827
  };
9104
- YLabels: {
8828
+ Value: {
9105
8829
  type: string;
9106
8830
  properties: {
9107
8831
  type: {
9108
8832
  const: string;
9109
8833
  };
9110
- items: {
9111
- type: string;
9112
- properties: {
9113
- type: {
9114
- const: string;
9115
- };
9116
- properties: {
9117
- type: string;
9118
- properties: {
9119
- Name: {
9120
- type: string;
9121
- properties: {
9122
- type: {
9123
- const: string;
9124
- };
9125
- };
9126
- };
9127
- Value: {
9128
- type: string;
9129
- properties: {
9130
- type: {
9131
- const: string;
9132
- };
9133
- };
9134
- };
9135
- };
9136
- required: string[];
9137
- };
9138
- };
9139
- };
9140
8834
  };
9141
8835
  };
9142
8836
  };
@@ -9154,56 +8848,59 @@ export declare const components: {
9154
8848
  };
9155
8849
  };
9156
8850
  };
9157
- "x-helper-text": string;
9158
- "x-helper-text-color": string;
9159
- description: string;
9160
- };
9161
- connectorParams: {
9162
- title: string;
9163
- type: string;
9164
- "x-component": string;
9165
- "x-component-props": {
9166
- dataSourceKeyName: string;
9167
- dataSourceValuePath: string;
9168
- methodNameKeyName: string;
9169
- methodValuePath: string;
9170
- paramsKeyName: string;
9171
- };
9172
- "x-index": number;
9173
- "x-category": string;
9174
- description: string;
8851
+ "x-linkages": ({
8852
+ type: string;
8853
+ target: string;
8854
+ condition: string;
8855
+ schema?: undefined;
8856
+ state?: undefined;
8857
+ } | {
8858
+ type: string;
8859
+ target: string;
8860
+ schema: {
8861
+ "x-component-props": {
8862
+ selectedDataSourceName: string;
8863
+ };
8864
+ };
8865
+ condition?: undefined;
8866
+ state?: undefined;
8867
+ } | {
8868
+ type: string;
8869
+ target: string;
8870
+ condition: string;
8871
+ state: {
8872
+ value: string;
8873
+ };
8874
+ schema?: undefined;
8875
+ })[];
9175
8876
  };
9176
8877
  filterData: {
9177
8878
  title: string;
9178
8879
  "x-index": number;
8880
+ "x-category": string;
9179
8881
  "x-component": string;
9180
8882
  "x-component-props": {
9181
8883
  dataSourceNamePropKey: string;
8884
+ blackListConfig: {
8885
+ type: string[];
8886
+ };
9182
8887
  customRelOptions: {
9183
8888
  string: {
9184
- value: string;
9185
8889
  text: string;
8890
+ value: string;
9186
8891
  }[];
9187
8892
  boolean: {
9188
- value: string;
9189
8893
  text: string;
9190
- }[];
9191
- number: {
9192
8894
  value: string;
9193
- text: string;
9194
- type: string;
9195
8895
  }[];
9196
- array: {
8896
+ keyVarType: {
9197
8897
  value: string;
9198
8898
  text: string;
9199
8899
  }[];
9200
- object: {
9201
- value: string;
8900
+ number: {
9202
8901
  text: string;
9203
- }[];
9204
- keyVarType: {
9205
8902
  value: string;
9206
- text: string;
8903
+ type: string;
9207
8904
  }[];
9208
8905
  };
9209
8906
  };
@@ -9212,151 +8909,76 @@ export declare const components: {
9212
8909
  "data-hideBindValue": boolean;
9213
8910
  "data-withBindMeta": boolean;
9214
8911
  };
9215
- description: string;
9216
- };
9217
- setColor: {
9218
- type: string;
9219
- title: string;
9220
- "x-index": number;
9221
- default: string[];
9222
- "x-component": string;
9223
- description: string;
9224
- };
9225
- dimensionalityShow: {
9226
- "x-index": number;
9227
- "x-category": string;
9228
- "x-component": string;
9229
- "x-component-props": {
9230
- text: string;
9231
- };
9232
8912
  };
9233
- xField: {
8913
+ field: {
9234
8914
  type: string;
9235
8915
  title: string;
9236
8916
  "x-index": number;
9237
8917
  "x-category": string;
9238
8918
  "x-component": string;
8919
+ "x-datasource-method-reset": string;
9239
8920
  "x-component-props": {
9240
8921
  dataSourceNamePropKey: string;
9241
8922
  isMethod: boolean;
9242
8923
  };
9243
8924
  "x-linkages": ({
9244
8925
  type: string;
9245
- condition: string;
9246
8926
  target: string;
8927
+ condition: string;
9247
8928
  schema: {
9248
- enum: string;
8929
+ enum: {
8930
+ label: string;
8931
+ value: string;
8932
+ }[];
9249
8933
  };
8934
+ state?: undefined;
9250
8935
  } | {
9251
8936
  type: string;
9252
8937
  target: string;
9253
8938
  condition: string;
8939
+ state: {
8940
+ value: string;
8941
+ };
9254
8942
  schema?: undefined;
9255
8943
  })[];
9256
- description: string;
9257
- };
9258
- xStatistics: {
9259
- title: string;
9260
- type: string;
9261
- "x-category": string;
9262
- "x-index": number;
9263
- enum: any[];
9264
- };
9265
- xIsCountEmpty: {
9266
- title: string;
9267
- type: string;
9268
- default: boolean;
9269
- "x-index": number;
9270
- };
9271
- yFieldSubTitle: {
9272
- "x-index": number;
9273
- "x-component": string;
9274
- "x-component-props": {
9275
- text: string;
9276
- };
9277
8944
  };
9278
- yField: {
8945
+ operationType: {
9279
8946
  type: string;
9280
8947
  title: string;
9281
- "x-index": number;
9282
- "x-category": string;
9283
- "x-component": string;
9284
- "x-component-props": {
9285
- text: string;
9286
- isMethod: boolean;
9287
- dataSourceNamePropKey: string;
9288
- maxFieldCount: number;
9289
- };
9290
- description: string;
9291
- };
9292
- legendShow: {
9293
- "x-index": number;
9294
- "x-category": string;
9295
- "x-component": string;
9296
- "x-component-props": {
9297
- text: string;
9298
- };
9299
- };
9300
- isLegend: {
9301
- title: string;
9302
- type: string;
9303
- default: boolean;
9304
8948
  "x-category": string;
9305
8949
  "x-index": number;
9306
8950
  "x-linkages": {
9307
8951
  type: string;
9308
8952
  target: string;
9309
8953
  condition: string;
8954
+ state: {
8955
+ value: string;
8956
+ };
9310
8957
  }[];
9311
8958
  };
9312
- legend: {
9313
- title: string;
8959
+ label: {
9314
8960
  type: string;
9315
- default: string;
8961
+ title: string;
9316
8962
  "x-category": string;
9317
8963
  "x-index": number;
9318
- enum: {
9319
- value: string;
9320
- label: string;
9321
- }[];
9322
- };
9323
- dataTagShow: {
9324
- "x-index": number;
9325
- "x-category": string;
9326
- "x-component": string;
9327
- "x-component-props": {
9328
- text: string;
8964
+ "x-props": {
8965
+ placeholder: string;
9329
8966
  };
8967
+ default: string;
9330
8968
  };
9331
- isSeriesShowSymbol: {
9332
- title: string;
8969
+ isCountEmpty: {
9333
8970
  type: string;
9334
- "x-index": number;
9335
- default: boolean;
9336
- "x-category": string;
9337
- description: string;
9338
- };
9339
- isPercent: {
9340
8971
  title: string;
9341
- type: string;
9342
- "x-index": number;
9343
- default: boolean;
9344
8972
  "x-category": string;
9345
- };
9346
- unitShow: {
9347
8973
  "x-index": number;
9348
- "x-category": string;
9349
- "x-component": string;
9350
- "x-component-props": {
9351
- text: string;
9352
- };
8974
+ default: boolean;
9353
8975
  };
9354
- isUnit: {
9355
- title: string;
8976
+ isShowUnit: {
9356
8977
  type: string;
8978
+ title: string;
8979
+ "x-category": string;
9357
8980
  "x-index": number;
9358
8981
  default: boolean;
9359
- "x-category": string;
9360
8982
  "x-linkages": {
9361
8983
  type: string;
9362
8984
  target: string;
@@ -9366,9 +8988,9 @@ export declare const components: {
9366
8988
  unit: {
9367
8989
  type: string;
9368
8990
  title: string;
9369
- default: number;
9370
8991
  "x-category": string;
9371
8992
  "x-index": number;
8993
+ default: number;
9372
8994
  enum: {
9373
8995
  label: string;
9374
8996
  value: number;
@@ -9383,15 +9005,15 @@ export declare const components: {
9383
9005
  }[];
9384
9006
  };
9385
9007
  decimalDigits: {
9386
- title: string;
9387
9008
  type: string;
9009
+ title: string;
9010
+ "x-category": string;
9011
+ "x-index": number;
9388
9012
  default: number;
9389
9013
  "x-props": {
9390
9014
  max: number;
9391
9015
  min: number;
9392
9016
  };
9393
- "x-index": number;
9394
- "x-category": string;
9395
9017
  "x-linkages": {
9396
9018
  type: string;
9397
9019
  target: string;
@@ -9402,15 +9024,17 @@ export declare const components: {
9402
9024
  }[];
9403
9025
  };
9404
9026
  suffix: {
9405
- title: string;
9406
9027
  type: string;
9407
- default: string;
9408
- "x-index": number;
9028
+ title: string;
9409
9029
  "x-category": string;
9030
+ "x-index": number;
9410
9031
  };
9411
9032
  };
9412
9033
  };
9413
- events: any[];
9034
+ events: {
9035
+ title: string;
9036
+ name: string;
9037
+ }[];
9414
9038
  meta: {
9415
9039
  title: string;
9416
9040
  description: string;
@@ -9419,7 +9043,6 @@ export declare const components: {
9419
9043
  category: string;
9420
9044
  categoryOrder: number;
9421
9045
  componentOrder: number;
9422
- visible: string[];
9423
9046
  inlineStyleForm: {
9424
9047
  fontSize: {
9425
9048
  visible: boolean;
@@ -9460,339 +9083,22 @@ export declare const components: {
9460
9083
  docsUrl: string;
9461
9084
  };
9462
9085
  };
9463
- StatisticsCard: {
9086
+ GraphicCard: {
9464
9087
  $schema: string;
9465
9088
  data: {
9466
- type: string;
9467
9089
  properties: {
9468
- dataSource: {
9090
+ navOption: {
9469
9091
  type: string;
9470
9092
  title: string;
9471
- "x-index": number;
9472
- "x-component": string;
9473
- "x-helper-text": string;
9474
- "x-helper-text-color": string;
9475
- "x-props": {
9476
- "data-hidebind": boolean;
9477
- };
9478
- "x-component-props": {
9479
- postChange: {
9480
- addOrUpdateComponentDataBinds: {
9481
- dataBind: {
9482
- propertyPath: string;
9483
- bindDataPath: string;
9484
- type: string;
9485
- extra: {};
9486
- };
9487
- };
9488
- };
9489
- docUrl: string;
9490
- paramsSchema: {
9491
- type: string;
9492
- properties: {
9493
- outParams: {
9494
- type: string;
9495
- properties: {
9496
- properties: {
9497
- type: string;
9498
- properties: {
9499
- result: {
9500
- type: string;
9501
- properties: {
9502
- type: {
9503
- const: string;
9504
- };
9505
- items: {
9506
- type: string;
9507
- properties: {
9508
- type: {
9509
- const: string;
9510
- };
9511
- properties: {
9512
- type: string;
9513
- properties: {
9514
- Name: {
9515
- type: string;
9516
- properties: {
9517
- type: {
9518
- const: string;
9519
- };
9520
- };
9521
- };
9522
- Value: {
9523
- type: string;
9524
- properties: {
9525
- type: {
9526
- const: string;
9527
- };
9528
- };
9529
- };
9530
- };
9531
- required: string[];
9532
- };
9533
- };
9534
- };
9535
- };
9536
- };
9537
- };
9538
- required: string[];
9539
- };
9540
- };
9541
- };
9542
- };
9543
- };
9544
- };
9545
- "x-linkages": ({
9546
- type: string;
9547
- target: string;
9548
- condition: string;
9549
- schema?: undefined;
9550
- state?: undefined;
9551
- } | {
9552
- type: string;
9553
- target: string;
9554
- schema: {
9555
- "x-component-props": {
9556
- selectedDataSourceName: string;
9557
- };
9558
- };
9559
- condition?: undefined;
9560
- state?: undefined;
9561
- } | {
9562
- type: string;
9563
- target: string;
9564
- condition: string;
9565
- state: {
9566
- value: string;
9567
- };
9568
- schema?: undefined;
9569
- })[];
9570
- };
9571
- filterData: {
9572
- title: string;
9573
- "x-index": number;
9574
- "x-category": string;
9575
- "x-component": string;
9576
- "x-component-props": {
9577
- dataSourceNamePropKey: string;
9578
- blackListConfig: {
9579
- type: string[];
9580
- };
9581
- customRelOptions: {
9582
- string: {
9583
- text: string;
9584
- value: string;
9585
- }[];
9586
- boolean: {
9587
- text: string;
9588
- value: string;
9589
- }[];
9590
- keyVarType: {
9591
- value: string;
9592
- text: string;
9593
- }[];
9594
- number: {
9595
- text: string;
9596
- value: string;
9597
- type: string;
9598
- }[];
9599
- };
9600
- };
9601
- "x-props": {
9602
- "data-hidebind": boolean;
9603
- "data-hideBindValue": boolean;
9604
- "data-withBindMeta": boolean;
9605
- };
9606
- };
9607
- field: {
9608
- type: string;
9609
- title: string;
9610
- "x-index": number;
9611
- "x-category": string;
9612
- "x-component": string;
9613
- "x-datasource-method-reset": string;
9614
- "x-component-props": {
9615
- dataSourceNamePropKey: string;
9616
- isMethod: boolean;
9617
- };
9618
- "x-linkages": ({
9619
- type: string;
9620
- target: string;
9621
- condition: string;
9622
- schema: {
9623
- enum: {
9624
- label: string;
9625
- value: string;
9626
- }[];
9627
- };
9628
- state?: undefined;
9629
- } | {
9630
- type: string;
9631
- target: string;
9632
- condition: string;
9633
- state: {
9634
- value: string;
9635
- };
9636
- schema?: undefined;
9637
- })[];
9638
- };
9639
- operationType: {
9640
- type: string;
9641
- title: string;
9642
- "x-category": string;
9643
- "x-index": number;
9644
- "x-linkages": {
9645
- type: string;
9646
- target: string;
9647
- condition: string;
9648
- state: {
9649
- value: string;
9650
- };
9651
- }[];
9652
- };
9653
- label: {
9654
- type: string;
9655
- title: string;
9656
- "x-category": string;
9657
- "x-index": number;
9658
- "x-props": {
9659
- placeholder: string;
9660
- };
9661
- default: string;
9662
- };
9663
- isCountEmpty: {
9664
- type: string;
9665
- title: string;
9666
- "x-category": string;
9667
- "x-index": number;
9668
- default: boolean;
9669
- };
9670
- isShowUnit: {
9671
- type: string;
9672
- title: string;
9673
- "x-category": string;
9674
- "x-index": number;
9675
- default: boolean;
9676
- "x-linkages": {
9677
- type: string;
9678
- target: string;
9679
- condition: string;
9680
- }[];
9681
- };
9682
- unit: {
9683
- type: string;
9684
- title: string;
9685
- "x-category": string;
9686
- "x-index": number;
9687
- default: number;
9688
- enum: {
9689
- label: string;
9690
- value: number;
9691
- }[];
9692
- "x-linkages": {
9693
- type: string;
9694
- target: string;
9695
- condition: string;
9696
- state: {
9697
- value: string;
9698
- };
9699
- }[];
9700
- };
9701
- decimalDigits: {
9702
- type: string;
9703
- title: string;
9704
- "x-category": string;
9705
- "x-index": number;
9706
- default: number;
9707
- "x-props": {
9708
- max: number;
9709
- min: number;
9710
- };
9711
- "x-linkages": {
9712
- type: string;
9713
- target: string;
9714
- condition: string;
9715
- state: {
9716
- value: number;
9717
- };
9718
- }[];
9719
- };
9720
- suffix: {
9721
- type: string;
9722
- title: string;
9723
- "x-category": string;
9724
- "x-index": number;
9725
- };
9726
- };
9727
- };
9728
- events: {
9729
- title: string;
9730
- name: string;
9731
- }[];
9732
- meta: {
9733
- title: string;
9734
- description: string;
9735
- figureIcon: string;
9736
- icon: string;
9737
- category: string;
9738
- categoryOrder: number;
9739
- componentOrder: number;
9740
- inlineStyleForm: {
9741
- fontSize: {
9742
- visible: boolean;
9743
- };
9744
- color: {
9745
- visible: boolean;
9746
- };
9747
- fontWeight: {
9748
- visible: boolean;
9749
- };
9750
- lineHeight: {
9751
- visible: boolean;
9752
- };
9753
- justifyContent: {
9754
- visible: boolean;
9755
- };
9756
- flexDirection: {
9757
- visible: boolean;
9758
- };
9759
- border: {
9760
- visible: boolean;
9761
- };
9762
- background: {
9763
- visible: boolean;
9764
- };
9765
- boxShadow: {
9766
- visible: boolean;
9767
- };
9768
- opacity: {
9769
- visible: boolean;
9770
- };
9771
- alignItems: {
9772
- visible: boolean;
9773
- };
9774
- };
9775
- };
9776
- configMeta: {
9777
- docsUrl: string;
9778
- };
9779
- };
9780
- GraphicCard: {
9781
- $schema: string;
9782
- data: {
9783
- properties: {
9784
- navOption: {
9785
- type: string;
9786
- title: string;
9787
- icon: string;
9788
- items: {
9789
- type: string;
9790
- title: string;
9791
- "x-image": string;
9792
- default: {
9793
- icon: string;
9794
- title: string;
9795
- des: string;
9093
+ icon: string;
9094
+ items: {
9095
+ type: string;
9096
+ title: string;
9097
+ "x-image": string;
9098
+ default: {
9099
+ icon: string;
9100
+ title: string;
9101
+ des: string;
9796
9102
  };
9797
9103
  display: string;
9798
9104
  properties: {
@@ -12564,7 +11870,6 @@ export declare const components: {
12564
11870
  type: import("@sinclair/typebox").TString;
12565
11871
  }>>;
12566
11872
  }>>;
12567
- recordKey: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
12568
11873
  bindMetadata: import("@sinclair/typebox").TObject<{
12569
11874
  datasource: import("@sinclair/typebox").TObject<{
12570
11875
  title: import("@sinclair/typebox").TString;
@@ -12576,6 +11881,7 @@ export declare const components: {
12576
11881
  isNewData: import("@sinclair/typebox").TBoolean;
12577
11882
  selectedViewIds: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
12578
11883
  }>;
11884
+ recordKey: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
12579
11885
  defaultPageSize: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<number>>;
12580
11886
  defaultPageIndex: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
12581
11887
  filterConfig: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
@@ -13631,6 +12937,10 @@ export declare const components: {
13631
12937
  readonly name: "内容区域";
13632
12938
  readonly selector: ".wd-top-tab-root .wd-tabs__body";
13633
12939
  readonly description: "可以为顶部选项卡内容区域编写样式";
12940
+ }, {
12941
+ readonly name: "选项卡超长自动滑动遮罩";
12942
+ readonly selector: ".wd-tabs-h5-root .wd-tabs__header-item-mask";
12943
+ readonly description: "可以为移动端选项卡设置滑动背景色,提示选项卡内容超长可滑动";
13634
12944
  }];
13635
12945
  readonly methods: readonly [{
13636
12946
  readonly name: "selectTab";
@@ -14129,13 +13439,13 @@ export declare const components: {
14129
13439
  suffixIcon: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
14130
13440
  suffixSrc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
14131
13441
  labelWidth: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
13442
+ clearable: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
14132
13443
  inputValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
14133
13444
  labelVisible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
14134
13445
  labelAlign: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
14135
13446
  labelWrap: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
14136
13447
  labelTips: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
14137
13448
  cursorSpacing: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
14138
- clearable: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
14139
13449
  isUnionValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
14140
13450
  counterVisible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
14141
13451
  borderedH5: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
@@ -14381,13 +13691,13 @@ export declare const components: {
14381
13691
  suffixIcon: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
14382
13692
  suffixSrc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
14383
13693
  labelWidth: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
13694
+ clearable: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
14384
13695
  inputValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
14385
13696
  labelVisible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
14386
13697
  labelAlign: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
14387
13698
  labelWrap: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
14388
13699
  labelTips: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
14389
13700
  cursorSpacing: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
14390
- clearable: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
14391
13701
  isUnionValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
14392
13702
  counterVisible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
14393
13703
  borderedH5: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
@@ -14609,10 +13919,13 @@ export declare const components: {
14609
13919
  WdSelect: {
14610
13920
  readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json";
14611
13921
  readonly data: import("@sinclair/typebox").TObject<{
13922
+ selectFieldType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
13923
+ selectFields: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
14612
13924
  enableRelationalSetting: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
14613
13925
  enableRelationalRefresh: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
14614
13926
  enableAddRelationButton: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
14615
13927
  addRelationButtonText: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
13928
+ enableRelationOptionJump: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
14616
13929
  suffixType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
14617
13930
  status: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
14618
13931
  required: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
@@ -14760,6 +14073,23 @@ export declare const components: {
14760
14073
  }, {
14761
14074
  readonly name: "onRelationTagClick";
14762
14075
  readonly title: "点击标签";
14076
+ readonly detail: import("@sinclair/typebox").TObject<{
14077
+ item: import("@sinclair/typebox").TObject<{
14078
+ label: import("@sinclair/typebox").TString;
14079
+ value: import("@sinclair/typebox").TString;
14080
+ }>;
14081
+ }>;
14082
+ readonly 'x-platforms': readonly ["MOBILEWEB", "PCWEB"];
14083
+ }, {
14084
+ readonly name: "onRelationOptionJump";
14085
+ readonly title: "点击自定义关联关系下拉选项跳转";
14086
+ readonly detail: import("@sinclair/typebox").TObject<{
14087
+ item: import("@sinclair/typebox").TObject<{
14088
+ label: import("@sinclair/typebox").TString;
14089
+ value: import("@sinclair/typebox").TString;
14090
+ }>;
14091
+ }>;
14092
+ readonly 'x-platforms': readonly ["MOBILEWEB", "PCWEB"];
14763
14093
  }];
14764
14094
  readonly meta: {
14765
14095
  readonly description: "以列表形式展示选项,用户可进行搜索和选择操作。";
@@ -14859,6 +14189,7 @@ export declare const components: {
14859
14189
  readonly data: import("@sinclair/typebox").TObject<{
14860
14190
  enableRelationalSetting: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
14861
14191
  enableRelationalRefresh: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
14192
+ enableRelationOptionJump: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
14862
14193
  enableAddRelationButton: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
14863
14194
  addRelationButtonText: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
14864
14195
  suffixType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
@@ -14897,6 +14228,8 @@ export declare const components: {
14897
14228
  }>>>;
14898
14229
  tipBlock: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
14899
14230
  where: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TAny>>;
14231
+ selectFieldType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
14232
+ selectFields: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
14900
14233
  value: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
14901
14234
  staticSearchable: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
14902
14235
  ignoreCase: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
@@ -15014,6 +14347,23 @@ export declare const components: {
15014
14347
  }, {
15015
14348
  readonly name: "onRelationTagClick";
15016
14349
  readonly title: "点击标签";
14350
+ readonly detail: import("@sinclair/typebox").TObject<{
14351
+ item: import("@sinclair/typebox").TObject<{
14352
+ label: import("@sinclair/typebox").TString;
14353
+ value: import("@sinclair/typebox").TString;
14354
+ }>;
14355
+ }>;
14356
+ readonly 'x-platforms': readonly ["MOBILEWEB", "PCWEB"];
14357
+ }, {
14358
+ readonly name: "onRelationOptionJump";
14359
+ readonly title: "点击自定义关联关系下拉选项跳转";
14360
+ readonly detail: import("@sinclair/typebox").TObject<{
14361
+ item: import("@sinclair/typebox").TObject<{
14362
+ label: import("@sinclair/typebox").TString;
14363
+ value: import("@sinclair/typebox").TString;
14364
+ }>;
14365
+ }>;
14366
+ readonly 'x-platforms': readonly ["MOBILEWEB", "PCWEB"];
15017
14367
  }];
15018
14368
  readonly meta: {
15019
14369
  readonly description: "用于以列表形式提供多个可选项,由用户选择其一的场景。";
@@ -18000,13 +17350,13 @@ export declare const components: {
18000
17350
  suffixIcon: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
18001
17351
  suffixSrc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
18002
17352
  labelWidth: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
17353
+ clearable: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
18003
17354
  inputValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
18004
17355
  labelVisible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
18005
17356
  labelAlign: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
18006
17357
  labelWrap: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
18007
17358
  labelTips: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
18008
17359
  cursorSpacing: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
18009
- clearable: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
18010
17360
  isUnionValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
18011
17361
  counterVisible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
18012
17362
  borderedH5: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
@@ -20641,7 +19991,9 @@ declare const _default: {
20641
19991
  layout: import("@sinclair/typebox").TUnsafe<string>;
20642
19992
  labelWidth: import("@sinclair/typebox").TString;
20643
19993
  labelTips: import("@sinclair/typebox").TString;
19994
+ percentSlot: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<import("react").ReactNode>>;
20644
19995
  name: import("@sinclair/typebox").TString;
19996
+ showPercent: import("@sinclair/typebox").TBoolean;
20645
19997
  min: import("@sinclair/typebox").TNumber;
20646
19998
  max: import("@sinclair/typebox").TNumber;
20647
19999
  value: import("@sinclair/typebox").TNumber;
@@ -20657,6 +20009,7 @@ declare const _default: {
20657
20009
  min: import("@sinclair/typebox").TNumber;
20658
20010
  max: import("@sinclair/typebox").TNumber;
20659
20011
  step: import("@sinclair/typebox").TNumber;
20012
+ showPercent: import("@sinclair/typebox").TBoolean;
20660
20013
  }>;
20661
20014
  readonly classes: {
20662
20015
  name: string;
@@ -20762,6 +20115,10 @@ declare const _default: {
20762
20115
  readonly when: "$attached";
20763
20116
  readonly body: "\n [attributes]\n name = \"{{$self.id}}\"\n ";
20764
20117
  readonly __k: "init-name-with-id";
20118
+ }, {
20119
+ readonly to: "percentSlot";
20120
+ readonly when: "showPercent";
20121
+ readonly body: "\n {{#if (helper_utils '===' $self.attributes.showPercent true)}}\n [[template]]\n component = \"WdText\"\n label = \"百分比\"\n [template.attributes]\n level = \"body-sm\"\n \":text\" = \"($w.{{$self.id}}.value || 0) + `%`\"\n [template.extra.commonStyle.margin]\n left = 8\n {{/if}}\n ";
20765
20122
  }];
20766
20123
  readonly componentOrder: 495;
20767
20124
  readonly group: {
@@ -27900,7 +27257,7 @@ declare const _default: {
27900
27257
  componentOrder: number;
27901
27258
  figureIcon: string;
27902
27259
  icon: string;
27903
- visible: string[];
27260
+ visible: any[];
27904
27261
  docsUrl: string;
27905
27262
  };
27906
27263
  };
@@ -28005,883 +27362,182 @@ declare const _default: {
28005
27362
  readonly color: {
28006
27363
  readonly visible: false;
28007
27364
  };
28008
- readonly fontWeight: {
28009
- readonly visible: false;
28010
- };
28011
- readonly lineHeight: {
28012
- readonly visible: false;
28013
- };
28014
- readonly justifyContent: {
28015
- readonly visible: false;
28016
- };
28017
- readonly flexDirection: {
28018
- readonly visible: false;
28019
- };
28020
- readonly border: {
28021
- readonly visible: false;
28022
- };
28023
- readonly background: {
28024
- readonly visible: false;
28025
- };
28026
- readonly boxShadow: {
28027
- readonly visible: false;
28028
- };
28029
- readonly opacity: {
28030
- readonly visible: false;
28031
- };
28032
- readonly alignItems: {
28033
- readonly visible: false;
28034
- };
28035
- };
28036
- };
28037
- readonly configMeta: {
28038
- readonly docsUrl: "https://docs.cloudbase.net/lowcode/components/wedaUI/src/docs/compsdocs/chart/Line";
28039
- };
28040
- };
28041
- Bar: {
28042
- $schema: string;
28043
- data: {
28044
- type: string;
28045
- properties: {
28046
- directionType: {
28047
- title: string;
28048
- type: string;
28049
- default: string;
28050
- "x-component": string;
28051
- "x-index": number;
28052
- enum: {
28053
- label: string;
28054
- value: string;
28055
- }[];
28056
- "x-linkages": {
28057
- target: string;
28058
- type: string;
28059
- condition: string;
28060
- schema: {
28061
- "x-component-props": {
28062
- text: string;
28063
- };
28064
- };
28065
- }[];
28066
- description: string;
28067
- };
28068
- isPile: {
28069
- title: string;
28070
- type: string;
28071
- default: boolean;
28072
- "x-index": number;
28073
- description: string;
28074
- };
28075
- isTitle: {
28076
- title: string;
28077
- type: string;
28078
- default: boolean;
28079
- "x-index": number;
28080
- "x-linkages": {
28081
- type: string;
28082
- target: string;
28083
- condition: string;
28084
- }[];
28085
- };
28086
- title: {
28087
- title: string;
28088
- default: string;
28089
- type: string;
28090
- "x-index": number;
28091
- };
28092
- dataSource: {
28093
- type: string;
28094
- title: string;
28095
- display: boolean;
28096
- "x-index": number;
28097
- "x-component": string;
28098
- "x-props": {
28099
- "data-hidebind": boolean;
28100
- };
28101
- "x-component-props": {
28102
- postChange: {
28103
- addOrUpdateComponentDataBinds: {
28104
- dataBind: {
28105
- propertyPath: string;
28106
- bindDataPath: string;
28107
- type: string;
28108
- extra: {};
28109
- };
28110
- };
28111
- };
28112
- };
28113
- "x-linkages": ({
28114
- type: string;
28115
- target: string;
28116
- condition: string;
28117
- schema?: undefined;
28118
- state?: undefined;
28119
- } | {
28120
- type: string;
28121
- condition: string;
28122
- target: string;
28123
- schema: {
28124
- "x-component-props": string;
28125
- };
28126
- state?: undefined;
28127
- } | {
28128
- type: string;
28129
- condition: string;
28130
- target: string;
28131
- state: {
28132
- __datasourceName: string;
28133
- };
28134
- schema?: undefined;
28135
- })[];
28136
- description: string;
28137
- };
28138
- dataSourceType: {
28139
- "x-index": number;
28140
- title: string;
28141
- "x-category": string;
28142
- type: string;
28143
- default: string;
28144
- enum: {
28145
- label: string;
28146
- value: string;
28147
- }[];
28148
- "x-linkages": ({
28149
- _comment: string;
28150
- type: string;
28151
- condition: string;
28152
- target: string;
28153
- state: {
28154
- display: boolean;
28155
- };
28156
- schema?: undefined;
28157
- } | {
28158
- _comment: string;
28159
- type: string;
28160
- target: string;
28161
- schema: {
28162
- "x-component-props": string;
28163
- };
28164
- condition?: undefined;
28165
- state?: undefined;
28166
- })[];
28167
- "x-props": {
28168
- "data-hidebind": boolean;
28169
- };
28170
- description: string;
28171
- };
28172
- dataModel: {
28173
- "x-index": number;
28174
- title: string;
28175
- type: string;
28176
- "x-category": string;
28177
- required: boolean;
28178
- properties: {
28179
- name: {
28180
- title: string;
28181
- type: string;
28182
- };
28183
- extra: {
28184
- title: string;
28185
- type: string;
28186
- properties: {
28187
- viewId: {
28188
- title: string;
28189
- type: string;
28190
- };
28191
- methodName: {
28192
- title: string;
28193
- type: string;
28194
- };
28195
- };
28196
- };
28197
- };
28198
- "x-component": string;
28199
- "x-component-props": {
28200
- methodName: string;
28201
- };
28202
- "x-props": {
28203
- "data-hidebind": boolean;
28204
- };
28205
- "x-linkages": ({
28206
- type: string;
28207
- target: string;
28208
- condition: string;
28209
- schema?: undefined;
28210
- state?: undefined;
28211
- } | {
28212
- type: string;
28213
- condition: string;
28214
- target: string;
28215
- schema: {
28216
- "x-component-props": string;
28217
- };
28218
- state?: undefined;
28219
- } | {
28220
- type: string;
28221
- condition: string;
28222
- target: string;
28223
- state: {
28224
- __datasourceName: string;
28225
- };
28226
- schema?: undefined;
28227
- })[];
28228
- description: string;
28229
- };
28230
- datasourceVariable: {
28231
- type: string;
28232
- items: {
28233
- type: string;
28234
- properties: {
28235
- XLabel: {
28236
- type: string;
28237
- properties: {
28238
- Name: {
28239
- type: string;
28240
- };
28241
- Value: {
28242
- type: string;
28243
- };
28244
- };
28245
- required: string[];
28246
- };
28247
- YLabels: {
28248
- type: string;
28249
- items: {
28250
- type: string;
28251
- properties: {
28252
- Name: {
28253
- type: string;
28254
- };
28255
- Value: {
28256
- type: string;
28257
- };
28258
- };
28259
- required: string[];
28260
- };
28261
- };
28262
- };
28263
- required: string[];
28264
- };
28265
- "x-index": number;
28266
- title: string;
28267
- "x-category": string;
28268
- description: string;
28269
- required: boolean;
28270
- display: boolean;
28271
- "x-component": string;
28272
- };
28273
- connector: {
28274
- title: string;
28275
- type: string;
28276
- "x-component": string;
28277
- "x-index": number;
28278
- required: boolean;
28279
- "x-category": string;
28280
- "x-props": {
28281
- "data-hidebind": boolean;
28282
- };
28283
- "x-linkages": {
28284
- type: string;
28285
- target: string;
28286
- schema: {
28287
- "x-component-props": {
28288
- value: string;
28289
- };
28290
- };
28291
- }[];
28292
- description: string;
28293
- properties: {
28294
- datasource: {
28295
- type: string;
28296
- properties: {
28297
- title: {
28298
- type: string;
28299
- title: string;
28300
- };
28301
- id: {
28302
- type: string;
28303
- title: string;
28304
- };
28305
- name: {
28306
- type: string;
28307
- title: string;
28308
- };
28309
- };
28310
- };
28311
- };
28312
- };
28313
- connectorMethod: {
28314
- title: string;
28315
- type: string;
28316
- required: boolean;
28317
- "x-component": string;
28318
- "x-index": number;
28319
- "x-category": string;
28320
- "x-component-props": {
28321
- docUrl: string;
28322
- paramsSchema: {
28323
- type: string;
28324
- properties: {
28325
- outParams: {
28326
- type: string;
28327
- properties: {
28328
- properties: {
28329
- type: string;
28330
- properties: {
28331
- result: {
28332
- type: string;
28333
- properties: {
28334
- type: {
28335
- const: string;
28336
- };
28337
- items: {
28338
- type: string;
28339
- properties: {
28340
- type: {
28341
- const: string;
28342
- };
28343
- properties: {
28344
- type: string;
28345
- properties: {
28346
- XLabel: {
28347
- type: string;
28348
- properties: {
28349
- type: {
28350
- const: string;
28351
- };
28352
- properties: {
28353
- type: string;
28354
- properties: {
28355
- Value: {
28356
- type: string;
28357
- properties: {
28358
- type: {
28359
- const: string;
28360
- };
28361
- };
28362
- };
28363
- };
28364
- required: string[];
28365
- };
28366
- };
28367
- };
28368
- YLabels: {
28369
- type: string;
28370
- properties: {
28371
- type: {
28372
- const: string;
28373
- };
28374
- items: {
28375
- type: string;
28376
- properties: {
28377
- type: {
28378
- const: string;
28379
- };
28380
- properties: {
28381
- type: string;
28382
- properties: {
28383
- Name: {
28384
- type: string;
28385
- properties: {
28386
- type: {
28387
- const: string;
28388
- };
28389
- };
28390
- };
28391
- Value: {
28392
- type: string;
28393
- properties: {
28394
- type: {
28395
- const: string;
28396
- };
28397
- };
28398
- };
28399
- };
28400
- required: string[];
28401
- };
28402
- };
28403
- };
28404
- };
28405
- };
28406
- };
28407
- required: string[];
28408
- };
28409
- };
28410
- };
28411
- };
28412
- };
28413
- };
28414
- required: string[];
28415
- };
28416
- };
28417
- };
28418
- };
28419
- };
28420
- };
28421
- "x-helper-text": string;
28422
- "x-helper-text-color": string;
28423
- description: string;
28424
- };
28425
- connectorParams: {
28426
- title: string;
28427
- type: string;
28428
- "x-component": string;
28429
- "x-component-props": {
28430
- dataSourceKeyName: string;
28431
- dataSourceValuePath: string;
28432
- methodNameKeyName: string;
28433
- methodValuePath: string;
28434
- paramsKeyName: string;
28435
- };
28436
- "x-index": number;
28437
- "x-category": string;
28438
- description: string;
28439
- };
28440
- filterData: {
28441
- title: string;
28442
- "x-index": number;
28443
- "x-component": string;
28444
- "x-component-props": {
28445
- dataSourceNamePropKey: string;
28446
- customRelOptions: {
28447
- string: {
28448
- value: string;
28449
- text: string;
28450
- }[];
28451
- boolean: {
28452
- value: string;
28453
- text: string;
28454
- }[];
28455
- number: {
28456
- value: string;
28457
- text: string;
28458
- type: string;
28459
- }[];
28460
- array: {
28461
- value: string;
28462
- text: string;
28463
- }[];
28464
- object: {
28465
- value: string;
28466
- text: string;
28467
- }[];
28468
- keyVarType: {
28469
- value: string;
28470
- text: string;
28471
- }[];
28472
- };
28473
- };
28474
- "x-props": {
28475
- "data-hidebind": boolean;
28476
- "data-hideBindValue": boolean;
28477
- "data-withBindMeta": boolean;
28478
- };
28479
- description: string;
28480
- };
28481
- setColor: {
28482
- type: string;
28483
- title: string;
28484
- "x-index": number;
28485
- default: string[];
28486
- "x-component": string;
28487
- description: string;
28488
- };
28489
- xFieldShow: {
28490
- "x-index": number;
28491
- "x-category": string;
28492
- "x-component": string;
28493
- "x-component-props": {
28494
- text: string;
28495
- };
28496
- description: string;
28497
- };
28498
- xField: {
28499
- type: string;
28500
- title: string;
28501
- "x-index": number;
28502
- "x-category": string;
28503
- "x-component": string;
28504
- "x-component-props": {
28505
- dataSourceNamePropKey: string;
28506
- isMethod: boolean;
28507
- disabledTypes: string[];
28508
- };
28509
- "x-linkages": ({
28510
- type: string;
28511
- condition: string;
28512
- target: string;
28513
- schema: {
28514
- enum: string;
28515
- };
28516
- } | {
28517
- type: string;
28518
- target: string;
28519
- condition: string;
28520
- schema?: undefined;
28521
- })[];
28522
- description: string;
28523
- };
28524
- xStatistics: {
28525
- title: string;
28526
- type: string;
28527
- "x-category": string;
28528
- "x-index": number;
28529
- enum: any[];
28530
- };
28531
- xIsCountEmpty: {
28532
- title: string;
28533
- type: string;
28534
- default: boolean;
28535
- "x-index": number;
28536
- };
28537
- yFieldSubTitle: {
28538
- "x-index": number;
28539
- "x-component": string;
28540
- "x-component-props": {
28541
- text: string;
28542
- };
28543
- };
28544
- yField: {
28545
- type: string;
28546
- title: string;
28547
- "x-index": number;
28548
- "x-category": string;
28549
- "x-component": string;
28550
- "x-component-props": {
28551
- isMethod: boolean;
28552
- text: string;
28553
- dataSourceNamePropKey: string;
28554
- };
28555
- "x-linkages": {
28556
- type: string;
28557
- target: string;
28558
- condition: string;
28559
- }[];
28560
- description: string;
28561
- };
28562
- groupKey: {
28563
- type: string;
28564
- title: string;
28565
- "x-index": number;
28566
- "x-category": string;
28567
- "x-component": string;
28568
- "x-component-props": {
28569
- dataSourceNamePropKey: string;
28570
- isMethod: boolean;
28571
- clearable: boolean;
28572
- };
28573
- "x-linkages": ({
28574
- type: string;
28575
- target: string;
28576
- condition: string;
28577
- state: {
28578
- value: string;
28579
- };
28580
- schema?: undefined;
28581
- } | {
28582
- type: string;
28583
- target: string;
28584
- condition: string;
28585
- state?: undefined;
28586
- schema?: undefined;
28587
- } | {
28588
- type: string;
28589
- condition: string;
28590
- target: string;
28591
- schema: {
28592
- enum: string;
28593
- };
28594
- state?: undefined;
28595
- })[];
28596
- description: string;
28597
- };
28598
- groupKeyTimeSpan: {
28599
- title: string;
28600
- type: string;
28601
- "x-category": string;
28602
- "x-index": number;
28603
- enum: any[];
28604
- };
28605
- legendShow: {
28606
- "x-index": number;
28607
- "x-category": string;
28608
- "x-component": string;
28609
- "x-component-props": {
28610
- text: string;
28611
- };
28612
- };
28613
- isLegend: {
28614
- title: string;
28615
- type: string;
28616
- default: boolean;
28617
- "x-category": string;
28618
- "x-index": number;
28619
- "x-linkages": {
28620
- type: string;
28621
- target: string;
28622
- condition: string;
28623
- }[];
28624
- };
28625
- legend: {
28626
- title: string;
28627
- type: string;
28628
- default: string;
28629
- "x-category": string;
28630
- "x-index": number;
28631
- enum: {
28632
- value: string;
28633
- label: string;
28634
- }[];
28635
- };
28636
- divider: {
28637
- "x-index": number;
28638
- "x-component": string;
28639
- };
28640
- propsTitle: {
28641
- "x-index": number;
28642
- "x-component": string;
28643
- "x-component-props": {
28644
- text: string;
28645
- };
28646
- };
28647
- xFieldShowHight: {
28648
- "x-index": number;
28649
- "x-component": string;
28650
- "x-component-props": {
28651
- text: string;
28652
- };
28653
- };
28654
- isXaxisName: {
28655
- title: string;
28656
- type: string;
28657
- default: boolean;
28658
- "x-index": number;
28659
- "x-linkages": {
28660
- type: string;
28661
- target: string;
28662
- condition: string;
28663
- }[];
28664
- };
28665
- xAxisName: {
28666
- title: string;
28667
- type: string;
28668
- default: string;
28669
- "x-index": number;
28670
- };
28671
- isXaxisAxisLabelShow: {
28672
- title: string;
28673
- type: string;
28674
- "x-index": number;
28675
- default: boolean;
28676
- };
28677
- isXaxisAxisTickShow: {
28678
- title: string;
28679
- type: string;
28680
- "x-index": number;
28681
- default: boolean;
28682
- };
28683
- isXaxisAxisLabelRotate: {
28684
- title: string;
28685
- type: string;
28686
- "x-index": number;
28687
- default: boolean;
28688
- };
28689
- yFieldShow: {
28690
- "x-index": number;
28691
- "x-component": string;
28692
- "x-component-props": {
28693
- text: string;
28694
- };
28695
- };
28696
- isYAxisSplitlineLinestyleWidth: {
28697
- title: string;
28698
- type: string;
28699
- "x-index": number;
28700
- default: boolean;
28701
- "x-linkages": {
28702
- type: string;
28703
- target: string;
28704
- condition: string;
28705
- }[];
28706
- };
28707
- yAxisSplitlineLinestyleType: {
28708
- title: string;
28709
- type: string;
28710
- default: string;
28711
- "x-index": number;
28712
- enum: {
28713
- value: string;
28714
- label: string;
28715
- }[];
28716
- };
28717
- yAxisMax: {
28718
- title: string;
28719
- type: string;
28720
- "x-index": number;
28721
- };
28722
- yAxisMin: {
28723
- title: string;
28724
- type: string;
28725
- "x-index": number;
28726
- };
28727
- isYAxisName: {
28728
- title: string;
28729
- type: string;
28730
- "x-index": number;
28731
- default: boolean;
28732
- "x-linkages": {
28733
- type: string;
28734
- target: string;
28735
- condition: string;
28736
- }[];
28737
- };
28738
- yAxisName: {
28739
- title: string;
28740
- type: string;
28741
- default: string;
28742
- "x-index": number;
28743
- };
28744
- isYAxisShow: {
28745
- title: string;
28746
- type: string;
28747
- "x-index": number;
28748
- default: boolean;
28749
- description: string;
27365
+ readonly fontWeight: {
27366
+ readonly visible: false;
28750
27367
  };
28751
- dataTagShow: {
28752
- "x-index": number;
28753
- "x-component": string;
28754
- "x-component-props": {
28755
- text: string;
28756
- };
27368
+ readonly lineHeight: {
27369
+ readonly visible: false;
28757
27370
  };
28758
- isSeriesShowSymbol: {
28759
- title: string;
28760
- type: string;
28761
- "x-index": number;
28762
- default: boolean;
28763
- description: string;
27371
+ readonly justifyContent: {
27372
+ readonly visible: false;
28764
27373
  };
28765
- unitShow: {
28766
- "x-index": number;
28767
- "x-component": string;
28768
- "x-component-props": {
28769
- text: string;
28770
- };
27374
+ readonly flexDirection: {
27375
+ readonly visible: false;
28771
27376
  };
28772
- isUnit: {
28773
- title: string;
28774
- type: string;
28775
- "x-index": number;
28776
- "x-props": {
28777
- "data-hidebind": boolean;
28778
- };
28779
- default: boolean;
28780
- "x-linkages": {
28781
- type: string;
28782
- target: string;
28783
- condition: string;
28784
- }[];
27377
+ readonly border: {
27378
+ readonly visible: false;
28785
27379
  };
28786
- unit: {
28787
- type: string;
28788
- title: string;
28789
- "x-index": number;
28790
- default: number;
28791
- "x-component": string;
28792
- enum: {
28793
- label: string;
28794
- value: number;
28795
- }[];
28796
- "x-component-props": {
28797
- options: {
28798
- label: string;
28799
- value: number;
28800
- }[];
28801
- };
28802
- "x-linkages": {
28803
- type: string;
28804
- target: string;
28805
- condition: string;
28806
- state: {
28807
- value: string;
28808
- };
28809
- }[];
27380
+ readonly background: {
27381
+ readonly visible: false;
28810
27382
  };
28811
- decimalDigits: {
28812
- title: string;
28813
- type: string;
28814
- default: number;
28815
- "x-props": {
28816
- max: number;
28817
- min: number;
28818
- };
28819
- "x-index": number;
28820
- "x-linkages": {
28821
- type: string;
28822
- target: string;
28823
- condition: string;
28824
- state: {
28825
- value: number;
28826
- };
28827
- }[];
27383
+ readonly boxShadow: {
27384
+ readonly visible: false;
28828
27385
  };
28829
- suffix: {
28830
- title: string;
28831
- type: string;
28832
- default: string;
28833
- "x-index": number;
27386
+ readonly opacity: {
27387
+ readonly visible: false;
27388
+ };
27389
+ readonly alignItems: {
27390
+ readonly visible: false;
28834
27391
  };
28835
27392
  };
28836
27393
  };
28837
- events: any[];
28838
- meta: {
28839
- title: string;
28840
- description: string;
28841
- figureIcon: string;
28842
- icon: string;
28843
- category: string;
28844
- categoryOrder: number;
28845
- componentOrder: number;
28846
- visible: string[];
28847
- inlineStyleForm: {
28848
- fontSize: {
28849
- visible: boolean;
27394
+ readonly configMeta: {
27395
+ readonly docsUrl: "https://docs.cloudbase.net/lowcode/components/wedaUI/src/docs/compsdocs/chart/Line";
27396
+ };
27397
+ };
27398
+ Bar: {
27399
+ readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json";
27400
+ readonly data: import("@sinclair/typebox").TObject<{
27401
+ directionType: import("@sinclair/typebox").TUnsafe<string>;
27402
+ isPile: import("@sinclair/typebox").TBoolean;
27403
+ isTitle: import("@sinclair/typebox").TBoolean;
27404
+ title: import("@sinclair/typebox").TString;
27405
+ dataSource: import("@sinclair/typebox").TObject<{
27406
+ name: import("@sinclair/typebox").TString;
27407
+ type: import("@sinclair/typebox").TString;
27408
+ subType: import("@sinclair/typebox").TString;
27409
+ methodName: import("@sinclair/typebox").TString;
27410
+ }>;
27411
+ dataSourceType: import("@sinclair/typebox").TUnsafe<string>;
27412
+ dataModel: import("@sinclair/typebox").TObject<{
27413
+ name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
27414
+ extra: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
27415
+ viewId: import("@sinclair/typebox").TString;
27416
+ methodName: import("@sinclair/typebox").TString;
27417
+ }>>;
27418
+ }>;
27419
+ datasourceVariable: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
27420
+ XLabel: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
27421
+ Name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
27422
+ Value: import("@sinclair/typebox").TString;
27423
+ }>>;
27424
+ YLabels: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
27425
+ Name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
27426
+ Value: import("@sinclair/typebox").TString;
27427
+ }>>;
27428
+ }>>;
27429
+ connector: import("@sinclair/typebox").TObject<{
27430
+ datasource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
27431
+ title: import("@sinclair/typebox").TString;
27432
+ id: import("@sinclair/typebox").TString;
27433
+ name: import("@sinclair/typebox").TString;
27434
+ }>>;
27435
+ }>;
27436
+ connectorMethod: import("@sinclair/typebox").TObject<{
27437
+ name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
27438
+ title: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
27439
+ }>;
27440
+ connectorParams: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TAny>;
27441
+ filterData: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TAny>;
27442
+ setColor: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
27443
+ xFieldShow: import("@sinclair/typebox").TNever;
27444
+ xField: import("@sinclair/typebox").TObject<{
27445
+ format: import("@sinclair/typebox").TUnion<import("@sinclair/typebox").TLiteral<"string" | "boolean" | "object" | "function" | "array" | "email" | "phone" | "url" | "x-image" | "x-rtf" | "datetime" | "date" | "time" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many" | "tel" | "x-long-text">[]>;
27446
+ type: import("@sinclair/typebox").TUnion<import("@sinclair/typebox").TLiteral<"string" | "number" | "boolean" | "object" | "array">[]>;
27447
+ title: import("@sinclair/typebox").TString;
27448
+ name: import("@sinclair/typebox").TString;
27449
+ }>;
27450
+ xStatistics: import("@sinclair/typebox").TString;
27451
+ xIsCountEmpty: import("@sinclair/typebox").TBoolean;
27452
+ yFieldSubTitle: import("@sinclair/typebox").TNever;
27453
+ yField: import("@sinclair/typebox").TObject<{
27454
+ numValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
27455
+ key: import("@sinclair/typebox").TString;
27456
+ operationType: import("@sinclair/typebox").TUnion<import("@sinclair/typebox").TLiteral<string>[]>;
27457
+ }>>>;
27458
+ groupKey: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
27459
+ }>;
27460
+ groupKey: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
27461
+ groupKeyTimeSpan: import("@sinclair/typebox").TString;
27462
+ legendShow: import("@sinclair/typebox").TNever;
27463
+ isLegend: import("@sinclair/typebox").TBoolean;
27464
+ legend: import("@sinclair/typebox").TUnsafe<string>;
27465
+ divider: import("@sinclair/typebox").TNever;
27466
+ propsTitle: import("@sinclair/typebox").TNever;
27467
+ xFieldShowHight: import("@sinclair/typebox").TNever;
27468
+ isXaxisName: import("@sinclair/typebox").TBoolean;
27469
+ xAxisName: import("@sinclair/typebox").TString;
27470
+ isXaxisAxisLabelShow: import("@sinclair/typebox").TBoolean;
27471
+ isXaxisAxisTickShow: import("@sinclair/typebox").TBoolean;
27472
+ isXaxisAxisLabelRotate: import("@sinclair/typebox").TNever;
27473
+ yFieldShow: import("@sinclair/typebox").TNever;
27474
+ isYAxisSplitlineLinestyleWidth: import("@sinclair/typebox").TBoolean;
27475
+ yAxisSplitlineLinestyleType: import("@sinclair/typebox").TUnsafe<string>;
27476
+ yAxisMax: import("@sinclair/typebox").TNumber;
27477
+ yAxisMin: import("@sinclair/typebox").TNumber;
27478
+ isYAxisName: import("@sinclair/typebox").TBoolean;
27479
+ yAxisName: import("@sinclair/typebox").TBoolean;
27480
+ isYAxisShow: import("@sinclair/typebox").TBoolean;
27481
+ dataTagShow: import("@sinclair/typebox").TNever;
27482
+ isSeriesShowSymbol: import("@sinclair/typebox").TBoolean;
27483
+ unitShow: import("@sinclair/typebox").TNever;
27484
+ isUnit: import("@sinclair/typebox").TBoolean;
27485
+ unit: import("@sinclair/typebox").TNumber;
27486
+ decimalDigits: import("@sinclair/typebox").TNumber;
27487
+ suffix: import("@sinclair/typebox").TString;
27488
+ }>;
27489
+ readonly events: readonly [];
27490
+ readonly meta: {
27491
+ readonly title: "柱状图";
27492
+ readonly description: "用于报表场景下展示数据之间大小的对比。";
27493
+ readonly figureIcon: "../../figureIcons/Bar.svg";
27494
+ readonly icon: "../../icons/Bar.svg";
27495
+ readonly category: "图表";
27496
+ readonly categoryOrder: 600;
27497
+ readonly componentOrder: 550;
27498
+ readonly visible: readonly ["APP"];
27499
+ readonly inlineStyleForm: {
27500
+ readonly fontSize: {
27501
+ readonly visible: false;
28850
27502
  };
28851
- color: {
28852
- visible: boolean;
27503
+ readonly color: {
27504
+ readonly visible: false;
28853
27505
  };
28854
- fontWeight: {
28855
- visible: boolean;
27506
+ readonly fontWeight: {
27507
+ readonly visible: false;
28856
27508
  };
28857
- lineHeight: {
28858
- visible: boolean;
27509
+ readonly lineHeight: {
27510
+ readonly visible: false;
28859
27511
  };
28860
- justifyContent: {
28861
- visible: boolean;
27512
+ readonly justifyContent: {
27513
+ readonly visible: false;
28862
27514
  };
28863
- flexDirection: {
28864
- visible: boolean;
27515
+ readonly flexDirection: {
27516
+ readonly visible: false;
28865
27517
  };
28866
- border: {
28867
- visible: boolean;
27518
+ readonly border: {
27519
+ readonly visible: false;
28868
27520
  };
28869
- background: {
28870
- visible: boolean;
27521
+ readonly background: {
27522
+ readonly visible: false;
28871
27523
  };
28872
- boxShadow: {
28873
- visible: boolean;
27524
+ readonly boxShadow: {
27525
+ readonly visible: false;
28874
27526
  };
28875
- opacity: {
28876
- visible: boolean;
27527
+ readonly opacity: {
27528
+ readonly visible: false;
28877
27529
  };
28878
- alignItems: {
28879
- visible: boolean;
27530
+ readonly alignItems: {
27531
+ readonly visible: false;
28880
27532
  };
28881
27533
  };
27534
+ readonly templates: readonly [{
27535
+ readonly when: "dataSourceType";
27536
+ readonly body: "\n{{#with $self as |$self|}}\n{{#if (helper_utils '===' $self.attributes.dataSourceType 'variable')}}\n[attributes]\n':datasourceVariable'=\"[\n {\n XLabel: { Value: 'sotm' },\n YLabels: [{ Name: '销售金额', Value: '124213' }],\n },\n {\n XLabel: { Value: 'Lisi' },\n YLabels: [{ Name: '销售金额', Value: '116123' }],\n },\n {\n XLabel: { Value: 'maza' },\n YLabels: [{ Name: '销售金额', Value: '100123' }],\n },\n]\"\n{{/if}}\n{{/with}}\n";
27537
+ }];
28882
27538
  };
28883
- configMeta: {
28884
- docsUrl: string;
27539
+ readonly configMeta: {
27540
+ readonly docsUrl: "https://docs.cloudbase.net/lowcode/components/wedaUI/src/docs/compsdocs/chart/Bar";
28885
27541
  };
28886
27542
  };
28887
27543
  Pie: {
@@ -32604,7 +31260,6 @@ declare const _default: {
32604
31260
  type: import("@sinclair/typebox").TString;
32605
31261
  }>>;
32606
31262
  }>>;
32607
- recordKey: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
32608
31263
  bindMetadata: import("@sinclair/typebox").TObject<{
32609
31264
  datasource: import("@sinclair/typebox").TObject<{
32610
31265
  title: import("@sinclair/typebox").TString;
@@ -32616,6 +31271,7 @@ declare const _default: {
32616
31271
  isNewData: import("@sinclair/typebox").TBoolean;
32617
31272
  selectedViewIds: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
32618
31273
  }>;
31274
+ recordKey: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
32619
31275
  defaultPageSize: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<number>>;
32620
31276
  defaultPageIndex: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
32621
31277
  filterConfig: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
@@ -33671,6 +32327,10 @@ declare const _default: {
33671
32327
  readonly name: "内容区域";
33672
32328
  readonly selector: ".wd-top-tab-root .wd-tabs__body";
33673
32329
  readonly description: "可以为顶部选项卡内容区域编写样式";
32330
+ }, {
32331
+ readonly name: "选项卡超长自动滑动遮罩";
32332
+ readonly selector: ".wd-tabs-h5-root .wd-tabs__header-item-mask";
32333
+ readonly description: "可以为移动端选项卡设置滑动背景色,提示选项卡内容超长可滑动";
33674
32334
  }];
33675
32335
  readonly methods: readonly [{
33676
32336
  readonly name: "selectTab";
@@ -34169,265 +32829,265 @@ declare const _default: {
34169
32829
  suffixIcon: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
34170
32830
  suffixSrc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34171
32831
  labelWidth: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34172
- inputValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34173
- labelVisible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34174
- labelAlign: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
34175
- labelWrap: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34176
- labelTips: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34177
- cursorSpacing: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
34178
32832
  clearable: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34179
- isUnionValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34180
- counterVisible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34181
- borderedH5: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34182
- borderedPc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34183
- requiredFlag: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34184
- requiredMsg: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34185
- isConvert: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34186
- }>;
34187
- readonly properties: import("@sinclair/typebox").TObject<{
34188
- value: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34189
- name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34190
- label: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34191
- required: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34192
- disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34193
- visible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34194
- after: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34195
- before: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34196
- readOnly: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34197
- }>;
34198
- readonly classes: {
34199
- name: string;
34200
- selector: string;
34201
- description: string;
34202
- }[];
34203
- readonly methods: readonly [{
34204
- name: string;
34205
- label: string;
34206
- params: {
34207
- properties: {
34208
- value: {
34209
- title: string;
34210
- type: string;
34211
- };
34212
- };
34213
- };
34214
- description: string;
34215
- }, {
34216
- name: string;
34217
- label: string;
34218
- params: {
34219
- properties: {
34220
- value: {
34221
- title: string;
34222
- type: string;
34223
- };
34224
- };
34225
- };
34226
- description: string;
34227
- }, {
34228
- name: string;
34229
- label: string;
34230
- params: {
34231
- properties: {
34232
- value: {
34233
- title: string;
34234
- type: string;
34235
- };
34236
- };
34237
- };
34238
- description: string;
34239
- }, {
34240
- name: string;
34241
- label: string;
34242
- description: string;
34243
- }, {
34244
- name: string;
34245
- label: string;
34246
- params: {
34247
- properties: {
34248
- value: {
34249
- title: string;
34250
- type: string;
34251
- };
34252
- };
34253
- };
34254
- description: string;
34255
- }, {
34256
- name: string;
34257
- label: string;
34258
- description: string;
34259
- }, {
34260
- name: string;
34261
- label: string;
34262
- description: string;
34263
- }];
34264
- readonly events: [{
34265
- name: string;
34266
- title: string;
34267
- detail: import("@sinclair/typebox").TObject<{
34268
- value: import("@sinclair/typebox").TString;
34269
- }>;
34270
- description: string;
34271
- }, {
34272
- name: string;
34273
- title: string;
34274
- detail: import("@sinclair/typebox").TObject<{
34275
- value: import("@sinclair/typebox").TString;
34276
- }>;
34277
- }, {
34278
- name: string;
34279
- title: string;
34280
- detail: import("@sinclair/typebox").TObject<{
34281
- value: import("@sinclair/typebox").TString;
34282
- }>;
34283
- }, {
34284
- name: string;
34285
- title: string;
34286
- detail: import("@sinclair/typebox").TObject<{
34287
- value: import("@sinclair/typebox").TString;
34288
- }>;
34289
- description: string;
34290
- }, {
34291
- name: string;
34292
- title: string;
34293
- detail: import("@sinclair/typebox").TObject<{
34294
- originValue: import("@sinclair/typebox").TString;
34295
- }>;
34296
- }, {
34297
- name: string;
34298
- title: string;
34299
- description: string;
34300
- detail: import("@sinclair/typebox").TObject<{
34301
- type: import("@sinclair/typebox").TString;
34302
- }>;
34303
- }];
34304
- readonly meta: {
34305
- readonly description: "用于输入邮箱地址,会强制校验输入内容是否符合邮箱格式。";
34306
- readonly figureIcon: "../figureIcons/WdInputEmail.svg";
34307
- readonly icon: "../icons/OfficialAccount.svg";
34308
- readonly title: "邮箱输入";
34309
- readonly name: "WdInputEmail";
34310
- readonly componentName: "InputEmail";
34311
- readonly categoryOrder: 500;
34312
- readonly componentOrder: 520;
34313
- readonly docsUrl: "https://docs.cloudbase.net/lowcode/components/wedaUI/src/docs/compsdocs/form/WdInputEmail";
34314
- readonly category: string;
34315
- readonly shortcut: {
34316
- props: string[];
34317
- };
34318
- readonly group: {
34319
- 标签项: {
34320
- 'x-index': number;
34321
- expand: boolean;
34322
- };
34323
- 通用: {
34324
- 'x-index': number;
34325
- expand: boolean;
34326
- };
34327
- 标题风格: {
34328
- 'x-index': number;
34329
- expand: boolean;
34330
- };
34331
- 输入框: {
34332
- 'x-index': number;
34333
- expand: boolean;
34334
- };
34335
- 标签风格: {
34336
- 'x-index': number;
34337
- expand: boolean;
34338
- };
34339
- 选择框: {
34340
- 'x-index': number;
34341
- expand: boolean;
34342
- };
34343
- 内容: {
34344
- 'x-index': number;
34345
- expand: boolean;
34346
- };
34347
- 图片内容: {
34348
- 'x-index': number;
34349
- expand: boolean;
34350
- };
34351
- 文件内容: {
34352
- 'x-index': number;
34353
- expand: boolean;
34354
- };
34355
- 地图内容: {
34356
- 'x-index': number;
34357
- expand: boolean;
34358
- };
34359
- 开关按钮: {
34360
- 'x-index': number;
34361
- expand: boolean;
34362
- };
34363
- 小程序能力: {
34364
- 'x-index': number;
34365
- expand: boolean;
34366
- };
34367
- '\u72B6\u6001/\u6821\u9A8C': {
34368
- 'x-index': number;
34369
- expand: boolean;
34370
- };
34371
- };
34372
- readonly visible: any;
34373
- readonly inlineStyleForm: {
34374
- $text: {
34375
- visible: boolean;
34376
- };
34377
- justifyContent: {
34378
- visible: boolean;
34379
- };
34380
- flexDirection: {
34381
- visible: boolean;
34382
- };
34383
- alignItems: {
34384
- visible: boolean;
34385
- };
34386
- };
34387
- readonly templates: readonly [{
34388
- readonly when: "$attached";
34389
- readonly body: "\n [attributes]\n name = \"{{$self.id}}\"\n ";
34390
- readonly __k: "init-name-with-id";
34391
- }];
34392
- };
34393
- readonly compConfig: {
34394
- readonly componentType: "formField";
34395
- };
34396
- };
34397
- WdInputUrl: {
34398
- readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json";
34399
- readonly data: import("@sinclair/typebox").TObject<{
34400
- name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34401
- label: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString & {
34402
- default: string;
34403
- }>;
34404
- template: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34405
- focus: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34406
- required: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34407
- extra: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34408
- size: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
34409
- maxLength: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
34410
- placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString & {
34411
- default: string;
34412
- }>;
34413
- status: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
34414
- layout: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
34415
- after: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34416
- before: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34417
- prefixType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
34418
- prefixIcon: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
34419
- prefixSrc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34420
- suffixType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
34421
- suffixIcon: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
34422
- suffixSrc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34423
- labelWidth: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34424
32833
  inputValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34425
32834
  labelVisible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34426
32835
  labelAlign: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
34427
32836
  labelWrap: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34428
32837
  labelTips: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34429
32838
  cursorSpacing: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
34430
- clearable: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
32839
+ isUnionValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
32840
+ counterVisible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
32841
+ borderedH5: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
32842
+ borderedPc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
32843
+ requiredFlag: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
32844
+ requiredMsg: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
32845
+ isConvert: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
32846
+ }>;
32847
+ readonly properties: import("@sinclair/typebox").TObject<{
32848
+ value: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
32849
+ name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
32850
+ label: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
32851
+ required: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
32852
+ disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
32853
+ visible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
32854
+ after: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
32855
+ before: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
32856
+ readOnly: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
32857
+ }>;
32858
+ readonly classes: {
32859
+ name: string;
32860
+ selector: string;
32861
+ description: string;
32862
+ }[];
32863
+ readonly methods: readonly [{
32864
+ name: string;
32865
+ label: string;
32866
+ params: {
32867
+ properties: {
32868
+ value: {
32869
+ title: string;
32870
+ type: string;
32871
+ };
32872
+ };
32873
+ };
32874
+ description: string;
32875
+ }, {
32876
+ name: string;
32877
+ label: string;
32878
+ params: {
32879
+ properties: {
32880
+ value: {
32881
+ title: string;
32882
+ type: string;
32883
+ };
32884
+ };
32885
+ };
32886
+ description: string;
32887
+ }, {
32888
+ name: string;
32889
+ label: string;
32890
+ params: {
32891
+ properties: {
32892
+ value: {
32893
+ title: string;
32894
+ type: string;
32895
+ };
32896
+ };
32897
+ };
32898
+ description: string;
32899
+ }, {
32900
+ name: string;
32901
+ label: string;
32902
+ description: string;
32903
+ }, {
32904
+ name: string;
32905
+ label: string;
32906
+ params: {
32907
+ properties: {
32908
+ value: {
32909
+ title: string;
32910
+ type: string;
32911
+ };
32912
+ };
32913
+ };
32914
+ description: string;
32915
+ }, {
32916
+ name: string;
32917
+ label: string;
32918
+ description: string;
32919
+ }, {
32920
+ name: string;
32921
+ label: string;
32922
+ description: string;
32923
+ }];
32924
+ readonly events: [{
32925
+ name: string;
32926
+ title: string;
32927
+ detail: import("@sinclair/typebox").TObject<{
32928
+ value: import("@sinclair/typebox").TString;
32929
+ }>;
32930
+ description: string;
32931
+ }, {
32932
+ name: string;
32933
+ title: string;
32934
+ detail: import("@sinclair/typebox").TObject<{
32935
+ value: import("@sinclair/typebox").TString;
32936
+ }>;
32937
+ }, {
32938
+ name: string;
32939
+ title: string;
32940
+ detail: import("@sinclair/typebox").TObject<{
32941
+ value: import("@sinclair/typebox").TString;
32942
+ }>;
32943
+ }, {
32944
+ name: string;
32945
+ title: string;
32946
+ detail: import("@sinclair/typebox").TObject<{
32947
+ value: import("@sinclair/typebox").TString;
32948
+ }>;
32949
+ description: string;
32950
+ }, {
32951
+ name: string;
32952
+ title: string;
32953
+ detail: import("@sinclair/typebox").TObject<{
32954
+ originValue: import("@sinclair/typebox").TString;
32955
+ }>;
32956
+ }, {
32957
+ name: string;
32958
+ title: string;
32959
+ description: string;
32960
+ detail: import("@sinclair/typebox").TObject<{
32961
+ type: import("@sinclair/typebox").TString;
32962
+ }>;
32963
+ }];
32964
+ readonly meta: {
32965
+ readonly description: "用于输入邮箱地址,会强制校验输入内容是否符合邮箱格式。";
32966
+ readonly figureIcon: "../figureIcons/WdInputEmail.svg";
32967
+ readonly icon: "../icons/OfficialAccount.svg";
32968
+ readonly title: "邮箱输入";
32969
+ readonly name: "WdInputEmail";
32970
+ readonly componentName: "InputEmail";
32971
+ readonly categoryOrder: 500;
32972
+ readonly componentOrder: 520;
32973
+ readonly docsUrl: "https://docs.cloudbase.net/lowcode/components/wedaUI/src/docs/compsdocs/form/WdInputEmail";
32974
+ readonly category: string;
32975
+ readonly shortcut: {
32976
+ props: string[];
32977
+ };
32978
+ readonly group: {
32979
+ 标签项: {
32980
+ 'x-index': number;
32981
+ expand: boolean;
32982
+ };
32983
+ 通用: {
32984
+ 'x-index': number;
32985
+ expand: boolean;
32986
+ };
32987
+ 标题风格: {
32988
+ 'x-index': number;
32989
+ expand: boolean;
32990
+ };
32991
+ 输入框: {
32992
+ 'x-index': number;
32993
+ expand: boolean;
32994
+ };
32995
+ 标签风格: {
32996
+ 'x-index': number;
32997
+ expand: boolean;
32998
+ };
32999
+ 选择框: {
33000
+ 'x-index': number;
33001
+ expand: boolean;
33002
+ };
33003
+ 内容: {
33004
+ 'x-index': number;
33005
+ expand: boolean;
33006
+ };
33007
+ 图片内容: {
33008
+ 'x-index': number;
33009
+ expand: boolean;
33010
+ };
33011
+ 文件内容: {
33012
+ 'x-index': number;
33013
+ expand: boolean;
33014
+ };
33015
+ 地图内容: {
33016
+ 'x-index': number;
33017
+ expand: boolean;
33018
+ };
33019
+ 开关按钮: {
33020
+ 'x-index': number;
33021
+ expand: boolean;
33022
+ };
33023
+ 小程序能力: {
33024
+ 'x-index': number;
33025
+ expand: boolean;
33026
+ };
33027
+ '\u72B6\u6001/\u6821\u9A8C': {
33028
+ 'x-index': number;
33029
+ expand: boolean;
33030
+ };
33031
+ };
33032
+ readonly visible: any;
33033
+ readonly inlineStyleForm: {
33034
+ $text: {
33035
+ visible: boolean;
33036
+ };
33037
+ justifyContent: {
33038
+ visible: boolean;
33039
+ };
33040
+ flexDirection: {
33041
+ visible: boolean;
33042
+ };
33043
+ alignItems: {
33044
+ visible: boolean;
33045
+ };
33046
+ };
33047
+ readonly templates: readonly [{
33048
+ readonly when: "$attached";
33049
+ readonly body: "\n [attributes]\n name = \"{{$self.id}}\"\n ";
33050
+ readonly __k: "init-name-with-id";
33051
+ }];
33052
+ };
33053
+ readonly compConfig: {
33054
+ readonly componentType: "formField";
33055
+ };
33056
+ };
33057
+ WdInputUrl: {
33058
+ readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json";
33059
+ readonly data: import("@sinclair/typebox").TObject<{
33060
+ name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
33061
+ label: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString & {
33062
+ default: string;
33063
+ }>;
33064
+ template: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
33065
+ focus: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
33066
+ required: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
33067
+ extra: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
33068
+ size: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
33069
+ maxLength: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
33070
+ placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString & {
33071
+ default: string;
33072
+ }>;
33073
+ status: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
33074
+ layout: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
33075
+ after: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
33076
+ before: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
33077
+ prefixType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
33078
+ prefixIcon: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
33079
+ prefixSrc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
33080
+ suffixType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
33081
+ suffixIcon: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
33082
+ suffixSrc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
33083
+ labelWidth: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
33084
+ clearable: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
33085
+ inputValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
33086
+ labelVisible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
33087
+ labelAlign: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
33088
+ labelWrap: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
33089
+ labelTips: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
33090
+ cursorSpacing: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
34431
33091
  isUnionValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34432
33092
  counterVisible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34433
33093
  borderedH5: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
@@ -34649,10 +33309,13 @@ declare const _default: {
34649
33309
  WdSelect: {
34650
33310
  readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json";
34651
33311
  readonly data: import("@sinclair/typebox").TObject<{
33312
+ selectFieldType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
33313
+ selectFields: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
34652
33314
  enableRelationalSetting: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34653
33315
  enableRelationalRefresh: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34654
33316
  enableAddRelationButton: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34655
33317
  addRelationButtonText: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
33318
+ enableRelationOptionJump: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34656
33319
  suffixType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
34657
33320
  status: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
34658
33321
  required: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
@@ -34800,6 +33463,23 @@ declare const _default: {
34800
33463
  }, {
34801
33464
  readonly name: "onRelationTagClick";
34802
33465
  readonly title: "点击标签";
33466
+ readonly detail: import("@sinclair/typebox").TObject<{
33467
+ item: import("@sinclair/typebox").TObject<{
33468
+ label: import("@sinclair/typebox").TString;
33469
+ value: import("@sinclair/typebox").TString;
33470
+ }>;
33471
+ }>;
33472
+ readonly 'x-platforms': readonly ["MOBILEWEB", "PCWEB"];
33473
+ }, {
33474
+ readonly name: "onRelationOptionJump";
33475
+ readonly title: "点击自定义关联关系下拉选项跳转";
33476
+ readonly detail: import("@sinclair/typebox").TObject<{
33477
+ item: import("@sinclair/typebox").TObject<{
33478
+ label: import("@sinclair/typebox").TString;
33479
+ value: import("@sinclair/typebox").TString;
33480
+ }>;
33481
+ }>;
33482
+ readonly 'x-platforms': readonly ["MOBILEWEB", "PCWEB"];
34803
33483
  }];
34804
33484
  readonly meta: {
34805
33485
  readonly description: "以列表形式展示选项,用户可进行搜索和选择操作。";
@@ -34899,6 +33579,7 @@ declare const _default: {
34899
33579
  readonly data: import("@sinclair/typebox").TObject<{
34900
33580
  enableRelationalSetting: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34901
33581
  enableRelationalRefresh: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
33582
+ enableRelationOptionJump: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34902
33583
  enableAddRelationButton: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34903
33584
  addRelationButtonText: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34904
33585
  suffixType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
@@ -34937,6 +33618,8 @@ declare const _default: {
34937
33618
  }>>>;
34938
33619
  tipBlock: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
34939
33620
  where: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TAny>>;
33621
+ selectFieldType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
33622
+ selectFields: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
34940
33623
  value: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
34941
33624
  staticSearchable: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
34942
33625
  ignoreCase: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
@@ -35054,6 +33737,23 @@ declare const _default: {
35054
33737
  }, {
35055
33738
  readonly name: "onRelationTagClick";
35056
33739
  readonly title: "点击标签";
33740
+ readonly detail: import("@sinclair/typebox").TObject<{
33741
+ item: import("@sinclair/typebox").TObject<{
33742
+ label: import("@sinclair/typebox").TString;
33743
+ value: import("@sinclair/typebox").TString;
33744
+ }>;
33745
+ }>;
33746
+ readonly 'x-platforms': readonly ["MOBILEWEB", "PCWEB"];
33747
+ }, {
33748
+ readonly name: "onRelationOptionJump";
33749
+ readonly title: "点击自定义关联关系下拉选项跳转";
33750
+ readonly detail: import("@sinclair/typebox").TObject<{
33751
+ item: import("@sinclair/typebox").TObject<{
33752
+ label: import("@sinclair/typebox").TString;
33753
+ value: import("@sinclair/typebox").TString;
33754
+ }>;
33755
+ }>;
33756
+ readonly 'x-platforms': readonly ["MOBILEWEB", "PCWEB"];
35057
33757
  }];
35058
33758
  readonly meta: {
35059
33759
  readonly description: "用于以列表形式提供多个可选项,由用户选择其一的场景。";
@@ -38040,13 +36740,13 @@ declare const _default: {
38040
36740
  suffixIcon: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
38041
36741
  suffixSrc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
38042
36742
  labelWidth: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
36743
+ clearable: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
38043
36744
  inputValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
38044
36745
  labelVisible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
38045
36746
  labelAlign: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
38046
36747
  labelWrap: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
38047
36748
  labelTips: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
38048
36749
  cursorSpacing: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
38049
- clearable: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
38050
36750
  isUnionValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
38051
36751
  counterVisible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
38052
36752
  borderedH5: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;