@geelato/gl-ui-schema-arco 0.0.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 (277) hide show
  1. package/README.md +8 -0
  2. package/dist/gl-ui-schema-arco.js +32351 -0
  3. package/dist/gl-ui-schema-arco.js.gz +0 -0
  4. package/dist/gl-ui-schema-arco.umd.cjs +1 -0
  5. package/dist/types/components/schemaArco.d.ts +15 -0
  6. package/dist/types/components/schemaBlockApi.d.ts +6 -0
  7. package/dist/types/components/schemaBlockBrowser.d.ts +6 -0
  8. package/dist/types/components/schemaBpmn.d.ts +6 -0
  9. package/dist/types/components/schemaChart.d.ts +6 -0
  10. package/dist/types/components/schemaMobileVant.d.ts +11 -0
  11. package/dist/types/components/setter-arco/CommonProperties.d.ts +151 -0
  12. package/dist/types/components/setter-arco/XInstance.d.ts +9 -0
  13. package/dist/types/components/setter-arco/XMeta.d.ts +11 -0
  14. package/dist/types/components/setter-arco/affix/AffixInstance.d.ts +7 -0
  15. package/dist/types/components/setter-arco/affix/AffixMaterialOption.d.ts +7 -0
  16. package/dist/types/components/setter-arco/affix/AffixMeta.d.ts +13 -0
  17. package/dist/types/components/setter-arco/alert/AlertMeta.d.ts +103 -0
  18. package/dist/types/components/setter-arco/autoComplete/AutoCompleteInstance.d.ts +7 -0
  19. package/dist/types/components/setter-arco/autoComplete/AutoCompleteMeta.d.ts +88 -0
  20. package/dist/types/components/setter-arco/avatar/AvatarInstance.d.ts +7 -0
  21. package/dist/types/components/setter-arco/avatar/AvatarMeta.d.ts +13 -0
  22. package/dist/types/components/setter-arco/badge/BadgeMeta.d.ts +13 -0
  23. package/dist/types/components/setter-arco/breadcrumb/BreadcrumbMeta.d.ts +13 -0
  24. package/dist/types/components/setter-arco/button/ButtonInstance.d.ts +20 -0
  25. package/dist/types/components/setter-arco/button/ButtonMeta.d.ts +156 -0
  26. package/dist/types/components/setter-arco/button/GlButtonMeta.d.ts +148 -0
  27. package/dist/types/components/setter-arco/calendar/CalendarMeta.d.ts +17 -0
  28. package/dist/types/components/setter-arco/card/CardInstance.d.ts +16 -0
  29. package/dist/types/components/setter-arco/card/CardMeta.d.ts +213 -0
  30. package/dist/types/components/setter-arco/carousel/CarouselMeta.d.ts +13 -0
  31. package/dist/types/components/setter-arco/cascader/CascaderInstance.d.ts +41 -0
  32. package/dist/types/components/setter-arco/cascader/CascaderMeta.d.ts +146 -0
  33. package/dist/types/components/setter-arco/checkbox/CheckboxInstance.d.ts +14 -0
  34. package/dist/types/components/setter-arco/checkbox/CheckboxMeta.d.ts +95 -0
  35. package/dist/types/components/setter-arco/collapse/CollapseMeta.d.ts +13 -0
  36. package/dist/types/components/setter-arco/color/ColorMeta.d.ts +115 -0
  37. package/dist/types/components/setter-arco/comment/CommentInstance.d.ts +33 -0
  38. package/dist/types/components/setter-arco/comment/CommentMeta.d.ts +184 -0
  39. package/dist/types/components/setter-arco/countdown/CountdownMeta.d.ts +76 -0
  40. package/dist/types/components/setter-arco/datePicker/DatePickerMeta.d.ts +161 -0
  41. package/dist/types/components/setter-arco/datePicker/RangePickerMeta.d.ts +89 -0
  42. package/dist/types/components/setter-arco/descriptions/DescriptionsMeta.d.ts +183 -0
  43. package/dist/types/components/setter-arco/dict/dictMeta.d.ts +583 -0
  44. package/dist/types/components/setter-arco/div/DivInstance.d.ts +17 -0
  45. package/dist/types/components/setter-arco/div/DivMeta.d.ts +14 -0
  46. package/dist/types/components/setter-arco/divider/DividerMeta.d.ts +132 -0
  47. package/dist/types/components/setter-arco/dndPlaceholder/DndPlaceholderMeta.d.ts +13 -0
  48. package/dist/types/components/setter-arco/dropdown/DropdownInstance.d.ts +11 -0
  49. package/dist/types/components/setter-arco/dropdown/DropdownMeta.d.ts +362 -0
  50. package/dist/types/components/setter-arco/editor/EditorMeta.d.ts +131 -0
  51. package/dist/types/components/setter-arco/email/EmailMeta.d.ts +347 -0
  52. package/dist/types/components/setter-arco/email-select/EmailSelectMeta.d.ts +147 -0
  53. package/dist/types/components/setter-arco/empty/EmptyMeta.d.ts +24 -0
  54. package/dist/types/components/setter-arco/encode/EncodeMeta.d.ts +115 -0
  55. package/dist/types/components/setter-arco/flex-layout/FlexLayoutInstance.d.ts +21 -0
  56. package/dist/types/components/setter-arco/flex-layout/FlexLayoutMeta.d.ts +73 -0
  57. package/dist/types/components/setter-arco/flow-editor/FlowEditorMeta.d.ts +13 -0
  58. package/dist/types/components/setter-arco/form/FormInstance.d.ts +16 -0
  59. package/dist/types/components/setter-arco/form/FormMeta.d.ts +508 -0
  60. package/dist/types/components/setter-arco/hidden-area/HiddenAreaInstance.d.ts +17 -0
  61. package/dist/types/components/setter-arco/hidden-area/HiddenAreaMeta.d.ts +13 -0
  62. package/dist/types/components/setter-arco/icon/IconSelectMeta.d.ts +35 -0
  63. package/dist/types/components/setter-arco/image/ImageMeta.d.ts +375 -0
  64. package/dist/types/components/setter-arco/input/GlInputMeta.d.ts +133 -0
  65. package/dist/types/components/setter-arco/input/InputMeta.d.ts +136 -0
  66. package/dist/types/components/setter-arco/input/InputPasswordMeta.d.ts +133 -0
  67. package/dist/types/components/setter-arco/input/InputSearchMeta.d.ts +180 -0
  68. package/dist/types/components/setter-arco/inputNumber/InputNumberMeta.d.ts +178 -0
  69. package/dist/types/components/setter-arco/layout/ColInstance.d.ts +17 -0
  70. package/dist/types/components/setter-arco/layout/ColMeta.d.ts +25 -0
  71. package/dist/types/components/setter-arco/layout/ColWithFormItemInstance.d.ts +23 -0
  72. package/dist/types/components/setter-arco/layout/FormRowMeta.d.ts +25 -0
  73. package/dist/types/components/setter-arco/layout-page/LayoutPageInstance.d.ts +20 -0
  74. package/dist/types/components/setter-arco/layout-page/LayoutPageMeta.d.ts +403 -0
  75. package/dist/types/components/setter-arco/list/ListMeta.d.ts +207 -0
  76. package/dist/types/components/setter-arco/loop/LoopInstance.d.ts +14 -0
  77. package/dist/types/components/setter-arco/loop/LoopMeta.d.ts +165 -0
  78. package/dist/types/components/setter-arco/mentions/MentionsMeta.d.ts +13 -0
  79. package/dist/types/components/setter-arco/menu/MenuMeta.d.ts +13 -0
  80. package/dist/types/components/setter-arco/metric-comparison-table/MetricComparisonTableMeta.d.ts +210 -0
  81. package/dist/types/components/setter-arco/multiComponents/multiComponentsMeta.d.ts +171 -0
  82. package/dist/types/components/setter-arco/op-record/OpRecordMeta.d.ts +26 -0
  83. package/dist/types/components/setter-arco/orgSelect/orgSelectMeta.d.ts +227 -0
  84. package/dist/types/components/setter-arco/orgUserSelect/orgUserSelectMeta.d.ts +248 -0
  85. package/dist/types/components/setter-arco/page/PageMeta.d.ts +257 -0
  86. package/dist/types/components/setter-arco/page/RefPageMeta.d.ts +197 -0
  87. package/dist/types/components/setter-arco/page-template/PageTemplateFlowInstance.d.ts +16 -0
  88. package/dist/types/components/setter-arco/page-template/PageTemplateFlowMeta.d.ts +88 -0
  89. package/dist/types/components/setter-arco/page-template/PageTemplateStateWFInstance.d.ts +16 -0
  90. package/dist/types/components/setter-arco/page-template/PageTemplateStateWFMeta.d.ts +86 -0
  91. package/dist/types/components/setter-arco/pageHeader/PageHeaderMeta.d.ts +13 -0
  92. package/dist/types/components/setter-arco/pagination/PaginationMeta.d.ts +89 -0
  93. package/dist/types/components/setter-arco/pdf/PdfMeta.d.ts +108 -0
  94. package/dist/types/components/setter-arco/popover/PopoverInstance.d.ts +17 -0
  95. package/dist/types/components/setter-arco/popover/PopoverMeta.d.ts +30 -0
  96. package/dist/types/components/setter-arco/radio/RadioGroupInstance.d.ts +14 -0
  97. package/dist/types/components/setter-arco/radio/RadioGroupMeta.d.ts +116 -0
  98. package/dist/types/components/setter-arco/rate/RateMeta.d.ts +184 -0
  99. package/dist/types/components/setter-arco/row-col-layout/RowColLayoutInstance.d.ts +10 -0
  100. package/dist/types/components/setter-arco/row-col-layout/RowColLayoutMeta.d.ts +72 -0
  101. package/dist/types/components/setter-arco/select/ASelectMeta.d.ts +123 -0
  102. package/dist/types/components/setter-arco/select/DynamicSelectMeta.d.ts +675 -0
  103. package/dist/types/components/setter-arco/select/SelectMeta.d.ts +181 -0
  104. package/dist/types/components/setter-arco/select/TableSelectMeta.d.ts +267 -0
  105. package/dist/types/components/setter-arco/slider/SliderMeta.d.ts +17 -0
  106. package/dist/types/components/setter-arco/space/SpaceInstance.d.ts +15 -0
  107. package/dist/types/components/setter-arco/space/SpaceMeta.d.ts +114 -0
  108. package/dist/types/components/setter-arco/statistic/StatisticInstance.d.ts +18 -0
  109. package/dist/types/components/setter-arco/statistic/StatisticMeta.d.ts +55 -0
  110. package/dist/types/components/setter-arco/steps/StepsMeta.d.ts +24 -0
  111. package/dist/types/components/setter-arco/switch/SwitchMeta.d.ts +80 -0
  112. package/dist/types/components/setter-arco/table/TableInstance.d.ts +39 -0
  113. package/dist/types/components/setter-arco/table/TableMeta.d.ts +1618 -0
  114. package/dist/types/components/setter-arco/table/TableSubInstance.d.ts +57 -0
  115. package/dist/types/components/setter-arco/table/TableSubMeta.d.ts +1426 -0
  116. package/dist/types/components/setter-arco/tabs/DynamicTabsInstance.d.ts +17 -0
  117. package/dist/types/components/setter-arco/tabs/DynamicTabsMeta.d.ts +282 -0
  118. package/dist/types/components/setter-arco/tabs/TabsMeta.d.ts +253 -0
  119. package/dist/types/components/setter-arco/tag/TagInstance.d.ts +11 -0
  120. package/dist/types/components/setter-arco/tag/TagMeta.d.ts +67 -0
  121. package/dist/types/components/setter-arco/template/TemplateInstance.d.ts +14 -0
  122. package/dist/types/components/setter-arco/template/TemplateMeta.d.ts +53 -0
  123. package/dist/types/components/setter-arco/text/TextInstance.d.ts +13 -0
  124. package/dist/types/components/setter-arco/text/TextMeta.d.ts +91 -0
  125. package/dist/types/components/setter-arco/textarea/GlTextareaMeta.d.ts +102 -0
  126. package/dist/types/components/setter-arco/textarea/TextareaMeta.d.ts +66 -0
  127. package/dist/types/components/setter-arco/timeLine/TimelineMeta.d.ts +482 -0
  128. package/dist/types/components/setter-arco/timePicker/TimePickerMeta.d.ts +134 -0
  129. package/dist/types/components/setter-arco/tooltip/TooltipInstance.d.ts +15 -0
  130. package/dist/types/components/setter-arco/tooltip/TooltipMeta.d.ts +42 -0
  131. package/dist/types/components/setter-arco/transfer/TransferMeta.d.ts +24 -0
  132. package/dist/types/components/setter-arco/tree/EntityTreeMeta.d.ts +256 -0
  133. package/dist/types/components/setter-arco/treeSelect/TreeSelectMeta.d.ts +141 -0
  134. package/dist/types/components/setter-arco/upload/UploadMeta.d.ts +460 -0
  135. package/dist/types/components/setter-arco/user-select/UserSelectMeta.d.ts +208 -0
  136. package/dist/types/components/setter-arco/virtual/VirtualMeta.d.ts +13 -0
  137. package/dist/types/components/setter-arco/workflow/WorkflowStartMeta.d.ts +14 -0
  138. package/dist/types/components/setter-arco/workflow/WorkflowTasksMeta.d.ts +34 -0
  139. package/dist/types/components/setter-block-api/code/GlJsCodeApiBlock.d.ts +42 -0
  140. package/dist/types/components/setter-block-api/data/GlAddSubEntitySaverApiBlock.d.ts +110 -0
  141. package/dist/types/components/setter-block-api/data/GlCombineEntitySaverApiBlock.d.ts +42 -0
  142. package/dist/types/components/setter-block-api/data/GlDictQueryApiBlock.d.ts +57 -0
  143. package/dist/types/components/setter-block-api/data/GlEntityQueryApiBlock.d.ts +46 -0
  144. package/dist/types/components/setter-block-api/data/GlEntityQueryApiBlockInstance.d.ts +14 -0
  145. package/dist/types/components/setter-block-api/data/GlEntityQueryOneApiBlock.d.ts +56 -0
  146. package/dist/types/components/setter-block-api/data/GlEntityQueryOneApiBlockInstance.d.ts +14 -0
  147. package/dist/types/components/setter-block-api/data/GlEntitySaverApiBlock.d.ts +110 -0
  148. package/dist/types/components/setter-block-api/data/GlGenerateEmailSaverApiBlock.d.ts +187 -0
  149. package/dist/types/components/setter-block-api/data/GlGenerateEmailSaverApiBlockInstance.d.ts +12 -0
  150. package/dist/types/components/setter-block-api/data/GlGenerateEntityReaderApiBlock.d.ts +46 -0
  151. package/dist/types/components/setter-block-api/data/GlGenerateEntityReaderApiBlockInstance.d.ts +14 -0
  152. package/dist/types/components/setter-block-api/data/GlGenerateEntitySaverApiBlock.d.ts +89 -0
  153. package/dist/types/components/setter-block-api/data/GlGenerateEntitySaverApiBlockInstance.d.ts +14 -0
  154. package/dist/types/components/setter-block-api/data/GlGroupSumApiBlock.d.ts +25 -0
  155. package/dist/types/components/setter-block-api/data/GlInnerApiExecApiBlock.d.ts +77 -0
  156. package/dist/types/components/setter-block-api/data/GlSqlKeyBlock.d.ts +93 -0
  157. package/dist/types/components/setter-block-api/logic/GlElseApiBlockInstance.d.ts +14 -0
  158. package/dist/types/components/setter-block-api/logic/GlElseApiBlockMeta.d.ts +23 -0
  159. package/dist/types/components/setter-block-api/logic/GlIfExpressionApiBlockInstance.d.ts +14 -0
  160. package/dist/types/components/setter-block-api/logic/GlIfExpressionApiBlockMeta.d.ts +48 -0
  161. package/dist/types/components/setter-block-api/loop/GlForListApiBlockInstance.d.ts +14 -0
  162. package/dist/types/components/setter-block-api/loop/GlForListApiBlockMeta.d.ts +57 -0
  163. package/dist/types/components/setter-block-api/loop/GlForTimesApiBlockInstance.d.ts +14 -0
  164. package/dist/types/components/setter-block-api/loop/GlForTimesApiBlockMeta.d.ts +46 -0
  165. package/dist/types/components/setter-block-api/network/GlHttpRequestApiBlockMeta.d.ts +165 -0
  166. package/dist/types/components/setter-block-api/other/GlAnnotationApiBlockMeta.d.ts +27 -0
  167. package/dist/types/components/setter-block-api/other/GlCatchApiBlockInstance.d.ts +14 -0
  168. package/dist/types/components/setter-block-api/other/GlCatchApiBlockMeta.d.ts +37 -0
  169. package/dist/types/components/setter-block-api/other/GlFinallyApiBlockInstance.d.ts +14 -0
  170. package/dist/types/components/setter-block-api/other/GlFinallyApiBlockMeta.d.ts +24 -0
  171. package/dist/types/components/setter-block-api/other/GlReturnApiBlockMeta.d.ts +25 -0
  172. package/dist/types/components/setter-block-api/other/GlTryApiBlockInstance.d.ts +14 -0
  173. package/dist/types/components/setter-block-api/other/GlTryApiBlockMeta.d.ts +24 -0
  174. package/dist/types/components/setter-block-api/var/GlDefineVarApiBlockMeta.d.ts +42 -0
  175. package/dist/types/components/setter-block-api/var/GlEncryptApiBlockMeta.d.ts +69 -0
  176. package/dist/types/components/setter-block-api/var/GlGetCfgApiBlockMeta.d.ts +38 -0
  177. package/dist/types/components/setter-block-api/var/GlSetVarApiBlockMeta.d.ts +43 -0
  178. package/dist/types/components/setter-block-api/var/GlSysVarApiBlockMeta.d.ts +40 -0
  179. package/dist/types/components/setter-block-browser/code/JsCodeBlockMeta.d.ts +28 -0
  180. package/dist/types/components/setter-block-browser/data/AddSubEntitySaverBlockMeta.d.ts +110 -0
  181. package/dist/types/components/setter-block-browser/data/ApiClientBlockMeta.d.ts +313 -0
  182. package/dist/types/components/setter-block-browser/data/BizDataChangeOwnerBlockMeta.d.ts +115 -0
  183. package/dist/types/components/setter-block-browser/data/CombineEntitySaverBlockMeta.d.ts +60 -0
  184. package/dist/types/components/setter-block-browser/data/DictQueryBlockMeta.d.ts +57 -0
  185. package/dist/types/components/setter-block-browser/data/EntityDeleterBlockMeta.d.ts +110 -0
  186. package/dist/types/components/setter-block-browser/data/EntityQueryBlockInstance.d.ts +14 -0
  187. package/dist/types/components/setter-block-browser/data/EntityQueryBlockMeta.d.ts +46 -0
  188. package/dist/types/components/setter-block-browser/data/EntityQueryOneBlockInstance.d.ts +14 -0
  189. package/dist/types/components/setter-block-browser/data/EntityQueryOneBlockMeta.d.ts +48 -0
  190. package/dist/types/components/setter-block-browser/data/EntitySaverBatchBlockMeta.d.ts +111 -0
  191. package/dist/types/components/setter-block-browser/data/EntitySaverBlockMeta.d.ts +110 -0
  192. package/dist/types/components/setter-block-browser/data/GenerateEmailSaverBlockInstance.d.ts +12 -0
  193. package/dist/types/components/setter-block-browser/data/GenerateEmailSaverBlockMeta.d.ts +173 -0
  194. package/dist/types/components/setter-block-browser/data/GenerateEntityDeleterBlockInstance.d.ts +14 -0
  195. package/dist/types/components/setter-block-browser/data/GenerateEntityDeleterBlockMeta.d.ts +47 -0
  196. package/dist/types/components/setter-block-browser/data/GenerateEntityReaderBlockInstance.d.ts +14 -0
  197. package/dist/types/components/setter-block-browser/data/GenerateEntityReaderBlockMeta.d.ts +46 -0
  198. package/dist/types/components/setter-block-browser/data/GenerateEntitySaverBlockInstance.d.ts +14 -0
  199. package/dist/types/components/setter-block-browser/data/GenerateEntitySaverBlockMeta.d.ts +47 -0
  200. package/dist/types/components/setter-block-browser/data/GroupSumBlockMeta.d.ts +25 -0
  201. package/dist/types/components/setter-block-browser/data/SqlKeyClientBlockMeta.d.ts +85 -0
  202. package/dist/types/components/setter-block-browser/device/ScanBarCodeBlockMeta.d.ts +153 -0
  203. package/dist/types/components/setter-block-browser/feedback/BlockConfirmMeta.d.ts +85 -0
  204. package/dist/types/components/setter-block-browser/feedback/BlockNotificationMeta.d.ts +141 -0
  205. package/dist/types/components/setter-block-browser/feedback/BlockPopconfirmMeta.d.ts +124 -0
  206. package/dist/types/components/setter-block-browser/feedback/MessageBlockMeta.d.ts +158 -0
  207. package/dist/types/components/setter-block-browser/file/CopyOrQuoteBlockMeta.d.ts +138 -0
  208. package/dist/types/components/setter-block-browser/file/DownloadBlockMeta.d.ts +38 -0
  209. package/dist/types/components/setter-block-browser/file/ExportBatchExcelBlockMeta.d.ts +293 -0
  210. package/dist/types/components/setter-block-browser/file/ExportExcelBlockMeta.d.ts +322 -0
  211. package/dist/types/components/setter-block-browser/file/ExportWordBlockMeta.d.ts +332 -0
  212. package/dist/types/components/setter-block-browser/file/FrontendExportExcelBlockMeta.d.ts +40 -0
  213. package/dist/types/components/setter-block-browser/file/ImportExcelBlockMeta.d.ts +78 -0
  214. package/dist/types/components/setter-block-browser/file/PackBlockMeta.d.ts +210 -0
  215. package/dist/types/components/setter-block-browser/file/PdfClearBlockMeta.d.ts +135 -0
  216. package/dist/types/components/setter-block-browser/file/PdfReaderBlockMeta.d.ts +115 -0
  217. package/dist/types/components/setter-block-browser/if-else/BlockElseInstance.d.ts +18 -0
  218. package/dist/types/components/setter-block-browser/if-else/BlockElseMeta.d.ts +13 -0
  219. package/dist/types/components/setter-block-browser/if-else/BlockIfInstance.d.ts +18 -0
  220. package/dist/types/components/setter-block-browser/if-else/BlockIfMeta.d.ts +65 -0
  221. package/dist/types/components/setter-block-browser/if-else/IfComponentValueBlockInstance.d.ts +18 -0
  222. package/dist/types/components/setter-block-browser/if-else/IfComponentValueBlockMeta.d.ts +83 -0
  223. package/dist/types/components/setter-block-browser/if-else/IfEmptyBlockInstance.d.ts +18 -0
  224. package/dist/types/components/setter-block-browser/if-else/IfEmptyBlockMeta.d.ts +46 -0
  225. package/dist/types/components/setter-block-browser/if-else/IfExpressionBlockInstance.d.ts +18 -0
  226. package/dist/types/components/setter-block-browser/if-else/IfExpressionBlockMeta.d.ts +48 -0
  227. package/dist/types/components/setter-block-browser/if-else/IfSwfStateBlockInstance.d.ts +18 -0
  228. package/dist/types/components/setter-block-browser/if-else/IfSwfStateBlockMeta.d.ts +92 -0
  229. package/dist/types/components/setter-block-browser/if-else/IfSwfTranBlockInstance.d.ts +18 -0
  230. package/dist/types/components/setter-block-browser/if-else/IfSwfTranBlockMeta.d.ts +92 -0
  231. package/dist/types/components/setter-block-browser/loop/ArrayPushBlockMeta.d.ts +25 -0
  232. package/dist/types/components/setter-block-browser/loop/ForListBlockInstance.d.ts +18 -0
  233. package/dist/types/components/setter-block-browser/loop/ForListBlockMeta.d.ts +57 -0
  234. package/dist/types/components/setter-block-browser/loop/ForObjectBlockInstance.d.ts +18 -0
  235. package/dist/types/components/setter-block-browser/loop/ForObjectBlockMeta.d.ts +61 -0
  236. package/dist/types/components/setter-block-browser/loop/ForTimesBlockInstance.d.ts +18 -0
  237. package/dist/types/components/setter-block-browser/loop/ForTimesBlockMeta.d.ts +46 -0
  238. package/dist/types/components/setter-block-browser/network/HttpRequestBlockMeta.d.ts +242 -0
  239. package/dist/types/components/setter-block-browser/other/AnnotationBlockMeta.d.ts +27 -0
  240. package/dist/types/components/setter-block-browser/other/LogBlockMeta.d.ts +64 -0
  241. package/dist/types/components/setter-block-browser/other/ReadClipboardTableBlockMeta.d.ts +101 -0
  242. package/dist/types/components/setter-block-browser/other/ReturnBlockMeta.d.ts +25 -0
  243. package/dist/types/components/setter-block-browser/page/BlockComponentInvokeMeta.d.ts +111 -0
  244. package/dist/types/components/setter-block-browser/page/BlockOpenComponentPageMeta.d.ts +383 -0
  245. package/dist/types/components/setter-block-browser/page/BlockOpenThirdPageMeta.d.ts +66 -0
  246. package/dist/types/components/setter-block-browser/page/BlockSetVisibleMeta.d.ts +51 -0
  247. package/dist/types/components/setter-block-browser/page/BlockShowPopoverMeta.d.ts +81 -0
  248. package/dist/types/components/setter-block-browser/page/GetValueBlockMeta.d.ts +55 -0
  249. package/dist/types/components/setter-block-browser/page/SetRulesMeta.d.ts +72 -0
  250. package/dist/types/components/setter-block-browser/page/SetValueBlockMeta.d.ts +55 -0
  251. package/dist/types/components/setter-block-browser/page/TriggerComponentActionBlockMeta.d.ts +100 -0
  252. package/dist/types/components/setter-block-browser/root/BlockRootMeta.d.ts +12 -0
  253. package/dist/types/components/setter-block-browser/var/GetArgBlockMeta.d.ts +39 -0
  254. package/dist/types/components/setter-block-browser/var/GetCfgBlockMeta.d.ts +38 -0
  255. package/dist/types/components/setter-block-browser/var/SetVarBlockMeta.d.ts +43 -0
  256. package/dist/types/components/setter-bpmn/BpmnBoundaryTimerEventMeta.d.ts +75 -0
  257. package/dist/types/components/setter-bpmn/BpmnEndEventMeta.d.ts +37 -0
  258. package/dist/types/components/setter-bpmn/BpmnExclusiveGatewayMeta.d.ts +37 -0
  259. package/dist/types/components/setter-bpmn/BpmnInclusiveGatewayMeta.d.ts +37 -0
  260. package/dist/types/components/setter-bpmn/BpmnIntermediateCatchTimerEventMeta.d.ts +75 -0
  261. package/dist/types/components/setter-bpmn/BpmnParallelGatewayMeta.d.ts +37 -0
  262. package/dist/types/components/setter-bpmn/BpmnSequenceFlowMeta.d.ts +37 -0
  263. package/dist/types/components/setter-bpmn/BpmnServiceTaskMeta.d.ts +66 -0
  264. package/dist/types/components/setter-bpmn/BpmnStartEventMeta.d.ts +37 -0
  265. package/dist/types/components/setter-bpmn/BpmnStartMessageEventMeta.d.ts +37 -0
  266. package/dist/types/components/setter-bpmn/BpmnStartTimerEventMeta.d.ts +75 -0
  267. package/dist/types/components/setter-bpmn/BpmnSubProcessMeta.d.ts +37 -0
  268. package/dist/types/components/setter-bpmn/BpmnUserTaskMeta.d.ts +66 -0
  269. package/dist/types/components/setter-bpmn/logicFlow/BpmnEditorMeta.d.ts +12 -0
  270. package/dist/types/components/setter-mobile-vant/button/ButtonInstance.d.ts +26 -0
  271. package/dist/types/components/setter-mobile-vant/button/ButtonMeta.d.ts +150 -0
  272. package/dist/types/components/settter-chart/chart/ChartMeta.d.ts +373 -0
  273. package/dist/types/main.d.ts +11 -0
  274. package/dist/types/store/ComponentMaterialGroupStore.d.ts +1635 -0
  275. package/dist/types/store/UseComponentMaterialStore.d.ts +18030 -0
  276. package/package.json +61 -0
  277. package/src/main.ts +40 -0
@@ -0,0 +1,1635 @@
1
+ import { StoreDefinition } from 'pinia';
2
+ import { TechType, IStyleSetterMeta } from '@geelato/gl-types';
3
+ /**
4
+ * 提供Sidebar中的组件,分组管理
5
+ */
6
+ export declare const ComponentMaterialGroupStore: StoreDefinition<"GlComponentMaterialGroupStore", {}, {}, {
7
+ getComponentMaterialByGroupName(groupName: string): {
8
+ gid: string;
9
+ componentName: string;
10
+ iconType: string;
11
+ group: string;
12
+ title: string;
13
+ useBy: Array<string>;
14
+ instance: Record<string, unknown> | {
15
+ id: string;
16
+ __idPrefix?: string | undefined;
17
+ title?: string | undefined;
18
+ __subTitle?: string | undefined;
19
+ __remark?: string | undefined;
20
+ componentName: string;
21
+ group?: string | undefined;
22
+ vModelName?: string | undefined;
23
+ props: {
24
+ [x: string]: any;
25
+ label?: string | undefined;
26
+ bindField?: {
27
+ appCode: string;
28
+ entityName: string;
29
+ fieldName: string;
30
+ } | undefined;
31
+ placeholder?: string | undefined;
32
+ description?: string | undefined;
33
+ _valueExpression?: any;
34
+ disabled?: boolean | undefined;
35
+ readonly?: boolean | undefined;
36
+ unRender?: boolean | undefined;
37
+ _hidden?: boolean | undefined;
38
+ rules?: {
39
+ type?: "string" | "number" | "boolean" | "array" | "object" | "email" | "url" | "ip" | undefined;
40
+ required?: boolean | undefined;
41
+ message?: string | undefined;
42
+ length?: number | undefined;
43
+ maxLength?: number | undefined;
44
+ minLength?: number | undefined;
45
+ match?: RegExp | undefined;
46
+ uppercase?: boolean | undefined;
47
+ lowercase?: boolean | undefined;
48
+ min?: number | undefined;
49
+ max?: number | undefined;
50
+ equal?: number | undefined;
51
+ positive?: boolean | undefined;
52
+ negative?: boolean | undefined;
53
+ true?: boolean | undefined;
54
+ false?: boolean | undefined;
55
+ includes?: any[] | undefined;
56
+ deepEqual?: any;
57
+ empty?: boolean | undefined;
58
+ hasKeys?: string[] | undefined;
59
+ validator?: ((value: any, callback: (error?: string) => void) => void) | undefined;
60
+ } | {
61
+ type?: "string" | "number" | "boolean" | "array" | "object" | "email" | "url" | "ip" | undefined;
62
+ required?: boolean | undefined;
63
+ message?: string | undefined;
64
+ length?: number | undefined;
65
+ maxLength?: number | undefined;
66
+ minLength?: number | undefined;
67
+ match?: RegExp | undefined;
68
+ uppercase?: boolean | undefined;
69
+ lowercase?: boolean | undefined;
70
+ min?: number | undefined;
71
+ max?: number | undefined;
72
+ equal?: number | undefined;
73
+ positive?: boolean | undefined;
74
+ negative?: boolean | undefined;
75
+ true?: boolean | undefined;
76
+ false?: boolean | undefined;
77
+ includes?: any[] | undefined;
78
+ deepEqual?: any;
79
+ empty?: boolean | undefined;
80
+ hasKeys?: string[] | undefined;
81
+ validator?: ((value: any, callback: (error?: string) => void) => void) | undefined;
82
+ }[] | undefined;
83
+ };
84
+ propsExpressions?: {
85
+ [x: string]: any;
86
+ label?: string | undefined;
87
+ bindField?: {
88
+ appCode: string;
89
+ entityName: string;
90
+ fieldName: string;
91
+ } | undefined;
92
+ placeholder?: string | undefined;
93
+ description?: string | undefined;
94
+ _valueExpression?: any;
95
+ disabled?: boolean | undefined;
96
+ readonly?: boolean | undefined;
97
+ unRender?: boolean | undefined;
98
+ _hidden?: boolean | undefined;
99
+ rules?: {
100
+ type?: "string" | "number" | "boolean" | "array" | "object" | "email" | "url" | "ip" | undefined;
101
+ required?: boolean | undefined;
102
+ message?: string | undefined;
103
+ length?: number | undefined;
104
+ maxLength?: number | undefined;
105
+ minLength?: number | undefined;
106
+ match?: RegExp | undefined;
107
+ uppercase?: boolean | undefined;
108
+ lowercase?: boolean | undefined;
109
+ min?: number | undefined;
110
+ max?: number | undefined;
111
+ equal?: number | undefined;
112
+ positive?: boolean | undefined;
113
+ negative?: boolean | undefined;
114
+ true?: boolean | undefined;
115
+ false?: boolean | undefined;
116
+ includes?: any[] | undefined;
117
+ deepEqual?: any;
118
+ empty?: boolean | undefined;
119
+ hasKeys?: string[] | undefined;
120
+ validator?: ((value: any, callback: (error?: string) => void) => void) | undefined;
121
+ } | {
122
+ type?: "string" | "number" | "boolean" | "array" | "object" | "email" | "url" | "ip" | undefined;
123
+ required?: boolean | undefined;
124
+ message?: string | undefined;
125
+ length?: number | undefined;
126
+ maxLength?: number | undefined;
127
+ minLength?: number | undefined;
128
+ match?: RegExp | undefined;
129
+ uppercase?: boolean | undefined;
130
+ lowercase?: boolean | undefined;
131
+ min?: number | undefined;
132
+ max?: number | undefined;
133
+ equal?: number | undefined;
134
+ positive?: boolean | undefined;
135
+ negative?: boolean | undefined;
136
+ true?: boolean | undefined;
137
+ false?: boolean | undefined;
138
+ includes?: any[] | undefined;
139
+ deepEqual?: any;
140
+ empty?: boolean | undefined;
141
+ hasKeys?: string[] | undefined;
142
+ validator?: ((value: any, callback: (error?: string) => void) => void) | undefined;
143
+ }[] | undefined;
144
+ } | undefined;
145
+ slots: {
146
+ [x: string]: any;
147
+ propsTarget?: string | undefined;
148
+ propsName?: string | undefined;
149
+ };
150
+ slotsExpressions?: {
151
+ [x: string]: any;
152
+ label?: string | undefined;
153
+ bindField?: {
154
+ appCode: string;
155
+ entityName: string;
156
+ fieldName: string;
157
+ } | undefined;
158
+ placeholder?: string | undefined;
159
+ description?: string | undefined;
160
+ _valueExpression?: any;
161
+ disabled?: boolean | undefined;
162
+ readonly?: boolean | undefined;
163
+ unRender?: boolean | undefined;
164
+ _hidden?: boolean | undefined;
165
+ rules?: {
166
+ type?: "string" | "number" | "boolean" | "array" | "object" | "email" | "url" | "ip" | undefined;
167
+ required?: boolean | undefined;
168
+ message?: string | undefined;
169
+ length?: number | undefined;
170
+ maxLength?: number | undefined;
171
+ minLength?: number | undefined;
172
+ match?: RegExp | undefined;
173
+ uppercase?: boolean | undefined;
174
+ lowercase?: boolean | undefined;
175
+ min?: number | undefined;
176
+ max?: number | undefined;
177
+ equal?: number | undefined;
178
+ positive?: boolean | undefined;
179
+ negative?: boolean | undefined;
180
+ true?: boolean | undefined;
181
+ false?: boolean | undefined;
182
+ includes?: any[] | undefined;
183
+ deepEqual?: any;
184
+ empty?: boolean | undefined;
185
+ hasKeys?: string[] | undefined;
186
+ validator?: ((value: any, callback: (error?: string) => void) => void) | undefined;
187
+ } | {
188
+ type?: "string" | "number" | "boolean" | "array" | "object" | "email" | "url" | "ip" | undefined;
189
+ required?: boolean | undefined;
190
+ message?: string | undefined;
191
+ length?: number | undefined;
192
+ maxLength?: number | undefined;
193
+ minLength?: number | undefined;
194
+ match?: RegExp | undefined;
195
+ uppercase?: boolean | undefined;
196
+ lowercase?: boolean | undefined;
197
+ min?: number | undefined;
198
+ max?: number | undefined;
199
+ equal?: number | undefined;
200
+ positive?: boolean | undefined;
201
+ negative?: boolean | undefined;
202
+ true?: boolean | undefined;
203
+ false?: boolean | undefined;
204
+ includes?: any[] | undefined;
205
+ deepEqual?: any;
206
+ empty?: boolean | undefined;
207
+ hasKeys?: string[] | undefined;
208
+ validator?: ((value: any, callback: (error?: string) => void) => void) | undefined;
209
+ }[] | undefined;
210
+ } | undefined;
211
+ children: /*elided*/ any[];
212
+ actions: {
213
+ id?: string | undefined;
214
+ eventName: string;
215
+ name: string;
216
+ title: string;
217
+ body?: string | undefined;
218
+ __commandBlock?: /*elided*/ any | undefined;
219
+ }[];
220
+ extra?: /*elided*/ any | undefined;
221
+ style?: Object | undefined;
222
+ propsWrapper?: string | undefined;
223
+ i18n?: {
224
+ [x: string]: any;
225
+ 'zh-CN': string;
226
+ 'en-US': string;
227
+ }[] | undefined;
228
+ value?: string | number | boolean | object | any[] | undefined;
229
+ disabledDnd?: boolean | undefined;
230
+ disabledSelect?: boolean | undefined;
231
+ refId?: string | undefined;
232
+ refObject?: Object | undefined;
233
+ _disabled?: boolean | undefined;
234
+ __isTemplateInst?: boolean | undefined;
235
+ __isInnerComponent?: boolean | undefined;
236
+ __isInvokeBlock?: boolean | undefined;
237
+ __invokeBlockPlaceholder?: string | undefined;
238
+ __validateError?: any;
239
+ __dragFlag?: string | undefined;
240
+ __commandBlock?: /*elided*/ any | undefined;
241
+ perms?: {
242
+ r?: number | undefined;
243
+ w?: number | undefined;
244
+ } | undefined;
245
+ __perms?: {
246
+ r: {
247
+ id: string;
248
+ name: string;
249
+ enabled: number;
250
+ };
251
+ w: {
252
+ id: string;
253
+ name: string;
254
+ enabled: number;
255
+ };
256
+ } | undefined;
257
+ };
258
+ meta: {
259
+ componentName: string;
260
+ title: string;
261
+ type?: TechType | undefined;
262
+ show?: boolean | undefined;
263
+ vModelName?: string | undefined;
264
+ displayOnStage?: string | undefined;
265
+ displayMode: string;
266
+ iconType: string;
267
+ group: string;
268
+ useBy: string[];
269
+ properties: {
270
+ name: {
271
+ readonly [x: number]: string;
272
+ toString: () => string;
273
+ charAt: (pos: number) => string;
274
+ charCodeAt: (index: number) => number;
275
+ concat: (...strings: string[]) => string;
276
+ indexOf: (searchString: string, position?: number) => number;
277
+ lastIndexOf: (searchString: string, position?: number) => number;
278
+ localeCompare: {
279
+ (that: string): number;
280
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
281
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
282
+ };
283
+ match: {
284
+ (regexp: string | RegExp): RegExpMatchArray | null;
285
+ (matcher: {
286
+ [Symbol.match](string: string): RegExpMatchArray | null;
287
+ }): RegExpMatchArray | null;
288
+ };
289
+ replace: {
290
+ (searchValue: string | RegExp, replaceValue: string): string;
291
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
292
+ (searchValue: {
293
+ [Symbol.replace](string: string, replaceValue: string): string;
294
+ }, replaceValue: string): string;
295
+ (searchValue: {
296
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
297
+ }, replacer: (substring: string, ...args: any[]) => string): string;
298
+ };
299
+ search: {
300
+ (regexp: string | RegExp): number;
301
+ (searcher: {
302
+ [Symbol.search](string: string): number;
303
+ }): number;
304
+ };
305
+ slice: (start?: number, end?: number) => string;
306
+ split: {
307
+ (separator: string | RegExp, limit?: number): string[];
308
+ (splitter: {
309
+ [Symbol.split](string: string, limit?: number): string[];
310
+ }, limit?: number): string[];
311
+ };
312
+ substring: (start: number, end?: number) => string;
313
+ toLowerCase: () => string;
314
+ toLocaleLowerCase: {
315
+ (locales?: string | string[]): string;
316
+ (locales?: Intl.LocalesArgument): string;
317
+ };
318
+ toUpperCase: () => string;
319
+ toLocaleUpperCase: {
320
+ (locales?: string | string[]): string;
321
+ (locales?: Intl.LocalesArgument): string;
322
+ };
323
+ trim: () => string;
324
+ readonly length: number;
325
+ substr: (from: number, length?: number) => string;
326
+ valueOf: () => string;
327
+ codePointAt: (pos: number) => number | undefined;
328
+ includes: (searchString: string, position?: number) => boolean;
329
+ endsWith: (searchString: string, endPosition?: number) => boolean;
330
+ normalize: {
331
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
332
+ (form?: string): string;
333
+ };
334
+ repeat: (count: number) => string;
335
+ startsWith: (searchString: string, position?: number) => boolean;
336
+ anchor: (name: string) => string;
337
+ big: () => string;
338
+ blink: () => string;
339
+ bold: () => string;
340
+ fixed: () => string;
341
+ fontcolor: (color: string) => string;
342
+ fontsize: {
343
+ (size: number): string;
344
+ (size: string): string;
345
+ };
346
+ italics: () => string;
347
+ link: (url: string) => string;
348
+ small: () => string;
349
+ strike: () => string;
350
+ sub: () => string;
351
+ sup: () => string;
352
+ padStart: (maxLength: number, fillString?: string) => string;
353
+ padEnd: (maxLength: number, fillString?: string) => string;
354
+ trimEnd: () => string;
355
+ trimStart: () => string;
356
+ trimLeft: () => string;
357
+ trimRight: () => string;
358
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
359
+ [Symbol.iterator]: () => StringIterator<string>;
360
+ };
361
+ title: {
362
+ readonly [x: number]: string;
363
+ toString: () => string;
364
+ charAt: (pos: number) => string;
365
+ charCodeAt: (index: number) => number;
366
+ concat: (...strings: string[]) => string;
367
+ indexOf: (searchString: string, position?: number) => number;
368
+ lastIndexOf: (searchString: string, position?: number) => number;
369
+ localeCompare: {
370
+ (that: string): number;
371
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
372
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
373
+ };
374
+ match: {
375
+ (regexp: string | RegExp): RegExpMatchArray | null;
376
+ (matcher: {
377
+ [Symbol.match](string: string): RegExpMatchArray | null;
378
+ }): RegExpMatchArray | null;
379
+ };
380
+ replace: {
381
+ (searchValue: string | RegExp, replaceValue: string): string;
382
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
383
+ (searchValue: {
384
+ [Symbol.replace](string: string, replaceValue: string): string;
385
+ }, replaceValue: string): string;
386
+ (searchValue: {
387
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
388
+ }, replacer: (substring: string, ...args: any[]) => string): string;
389
+ };
390
+ search: {
391
+ (regexp: string | RegExp): number;
392
+ (searcher: {
393
+ [Symbol.search](string: string): number;
394
+ }): number;
395
+ };
396
+ slice: (start?: number, end?: number) => string;
397
+ split: {
398
+ (separator: string | RegExp, limit?: number): string[];
399
+ (splitter: {
400
+ [Symbol.split](string: string, limit?: number): string[];
401
+ }, limit?: number): string[];
402
+ };
403
+ substring: (start: number, end?: number) => string;
404
+ toLowerCase: () => string;
405
+ toLocaleLowerCase: {
406
+ (locales?: string | string[]): string;
407
+ (locales?: Intl.LocalesArgument): string;
408
+ };
409
+ toUpperCase: () => string;
410
+ toLocaleUpperCase: {
411
+ (locales?: string | string[]): string;
412
+ (locales?: Intl.LocalesArgument): string;
413
+ };
414
+ trim: () => string;
415
+ readonly length: number;
416
+ substr: (from: number, length?: number) => string;
417
+ valueOf: () => string;
418
+ codePointAt: (pos: number) => number | undefined;
419
+ includes: (searchString: string, position?: number) => boolean;
420
+ endsWith: (searchString: string, endPosition?: number) => boolean;
421
+ normalize: {
422
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
423
+ (form?: string): string;
424
+ };
425
+ repeat: (count: number) => string;
426
+ startsWith: (searchString: string, position?: number) => boolean;
427
+ anchor: (name: string) => string;
428
+ big: () => string;
429
+ blink: () => string;
430
+ bold: () => string;
431
+ fixed: () => string;
432
+ fontcolor: (color: string) => string;
433
+ fontsize: {
434
+ (size: number): string;
435
+ (size: string): string;
436
+ };
437
+ italics: () => string;
438
+ link: (url: string) => string;
439
+ small: () => string;
440
+ strike: () => string;
441
+ sub: () => string;
442
+ sup: () => string;
443
+ padStart: (maxLength: number, fillString?: string) => string;
444
+ padEnd: (maxLength: number, fillString?: string) => string;
445
+ trimEnd: () => string;
446
+ trimStart: () => string;
447
+ trimLeft: () => string;
448
+ trimRight: () => string;
449
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
450
+ [Symbol.iterator]: () => StringIterator<string>;
451
+ };
452
+ group: {
453
+ readonly [x: number]: string;
454
+ toString: () => string;
455
+ charAt: (pos: number) => string;
456
+ charCodeAt: (index: number) => number;
457
+ concat: (...strings: string[]) => string;
458
+ indexOf: (searchString: string, position?: number) => number;
459
+ lastIndexOf: (searchString: string, position?: number) => number;
460
+ localeCompare: {
461
+ (that: string): number;
462
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
463
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
464
+ };
465
+ match: {
466
+ (regexp: string | RegExp): RegExpMatchArray | null;
467
+ (matcher: {
468
+ [Symbol.match](string: string): RegExpMatchArray | null;
469
+ }): RegExpMatchArray | null;
470
+ };
471
+ replace: {
472
+ (searchValue: string | RegExp, replaceValue: string): string;
473
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
474
+ (searchValue: {
475
+ [Symbol.replace](string: string, replaceValue: string): string;
476
+ }, replaceValue: string): string;
477
+ (searchValue: {
478
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
479
+ }, replacer: (substring: string, ...args: any[]) => string): string;
480
+ };
481
+ search: {
482
+ (regexp: string | RegExp): number;
483
+ (searcher: {
484
+ [Symbol.search](string: string): number;
485
+ }): number;
486
+ };
487
+ slice: (start?: number, end?: number) => string;
488
+ split: {
489
+ (separator: string | RegExp, limit?: number): string[];
490
+ (splitter: {
491
+ [Symbol.split](string: string, limit?: number): string[];
492
+ }, limit?: number): string[];
493
+ };
494
+ substring: (start: number, end?: number) => string;
495
+ toLowerCase: () => string;
496
+ toLocaleLowerCase: {
497
+ (locales?: string | string[]): string;
498
+ (locales?: Intl.LocalesArgument): string;
499
+ };
500
+ toUpperCase: () => string;
501
+ toLocaleUpperCase: {
502
+ (locales?: string | string[]): string;
503
+ (locales?: Intl.LocalesArgument): string;
504
+ };
505
+ trim: () => string;
506
+ readonly length: number;
507
+ substr: (from: number, length?: number) => string;
508
+ valueOf: () => string;
509
+ codePointAt: (pos: number) => number | undefined;
510
+ includes: (searchString: string, position?: number) => boolean;
511
+ endsWith: (searchString: string, endPosition?: number) => boolean;
512
+ normalize: {
513
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
514
+ (form?: string): string;
515
+ };
516
+ repeat: (count: number) => string;
517
+ startsWith: (searchString: string, position?: number) => boolean;
518
+ anchor: (name: string) => string;
519
+ big: () => string;
520
+ blink: () => string;
521
+ bold: () => string;
522
+ fixed: () => string;
523
+ fontcolor: (color: string) => string;
524
+ fontsize: {
525
+ (size: number): string;
526
+ (size: string): string;
527
+ };
528
+ italics: () => string;
529
+ link: (url: string) => string;
530
+ small: () => string;
531
+ strike: () => string;
532
+ sub: () => string;
533
+ sup: () => string;
534
+ padStart: (maxLength: number, fillString?: string) => string;
535
+ padEnd: (maxLength: number, fillString?: string) => string;
536
+ trimEnd: () => string;
537
+ trimStart: () => string;
538
+ trimLeft: () => string;
539
+ trimRight: () => string;
540
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
541
+ [Symbol.iterator]: () => StringIterator<string>;
542
+ };
543
+ type?: {
544
+ readonly [x: number]: string;
545
+ toString: () => string;
546
+ charAt: (pos: number) => string;
547
+ charCodeAt: (index: number) => number;
548
+ concat: (...strings: string[]) => string;
549
+ indexOf: (searchString: string, position?: number) => number;
550
+ lastIndexOf: (searchString: string, position?: number) => number;
551
+ localeCompare: {
552
+ (that: string): number;
553
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
554
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
555
+ };
556
+ match: {
557
+ (regexp: string | RegExp): RegExpMatchArray | null;
558
+ (matcher: {
559
+ [Symbol.match](string: string): RegExpMatchArray | null;
560
+ }): RegExpMatchArray | null;
561
+ };
562
+ replace: {
563
+ (searchValue: string | RegExp, replaceValue: string): string;
564
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
565
+ (searchValue: {
566
+ [Symbol.replace](string: string, replaceValue: string): string;
567
+ }, replaceValue: string): string;
568
+ (searchValue: {
569
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
570
+ }, replacer: (substring: string, ...args: any[]) => string): string;
571
+ };
572
+ search: {
573
+ (regexp: string | RegExp): number;
574
+ (searcher: {
575
+ [Symbol.search](string: string): number;
576
+ }): number;
577
+ };
578
+ slice: (start?: number, end?: number) => string;
579
+ split: {
580
+ (separator: string | RegExp, limit?: number): string[];
581
+ (splitter: {
582
+ [Symbol.split](string: string, limit?: number): string[];
583
+ }, limit?: number): string[];
584
+ };
585
+ substring: (start: number, end?: number) => string;
586
+ toLowerCase: () => string;
587
+ toLocaleLowerCase: {
588
+ (locales?: string | string[]): string;
589
+ (locales?: Intl.LocalesArgument): string;
590
+ };
591
+ toUpperCase: () => string;
592
+ toLocaleUpperCase: {
593
+ (locales?: string | string[]): string;
594
+ (locales?: Intl.LocalesArgument): string;
595
+ };
596
+ trim: () => string;
597
+ readonly length: number;
598
+ substr: (from: number, length?: number) => string;
599
+ valueOf: () => string;
600
+ codePointAt: (pos: number) => number | undefined;
601
+ includes: (searchString: string, position?: number) => boolean;
602
+ endsWith: (searchString: string, endPosition?: number) => boolean;
603
+ normalize: {
604
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
605
+ (form?: string): string;
606
+ };
607
+ repeat: (count: number) => string;
608
+ startsWith: (searchString: string, position?: number) => boolean;
609
+ anchor: (name: string) => string;
610
+ big: () => string;
611
+ blink: () => string;
612
+ bold: () => string;
613
+ fixed: () => string;
614
+ fontcolor: (color: string) => string;
615
+ fontsize: {
616
+ (size: number): string;
617
+ (size: string): string;
618
+ };
619
+ italics: () => string;
620
+ link: (url: string) => string;
621
+ small: () => string;
622
+ strike: () => string;
623
+ sub: () => string;
624
+ sup: () => string;
625
+ padStart: (maxLength: number, fillString?: string) => string;
626
+ padEnd: (maxLength: number, fillString?: string) => string;
627
+ trimEnd: () => string;
628
+ trimStart: () => string;
629
+ trimLeft: () => string;
630
+ trimRight: () => string;
631
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
632
+ [Symbol.iterator]: () => StringIterator<string>;
633
+ } | undefined;
634
+ placeholder?: {
635
+ readonly [x: number]: string;
636
+ toString: () => string;
637
+ charAt: (pos: number) => string;
638
+ charCodeAt: (index: number) => number;
639
+ concat: (...strings: string[]) => string;
640
+ indexOf: (searchString: string, position?: number) => number;
641
+ lastIndexOf: (searchString: string, position?: number) => number;
642
+ localeCompare: {
643
+ (that: string): number;
644
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
645
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
646
+ };
647
+ match: {
648
+ (regexp: string | RegExp): RegExpMatchArray | null;
649
+ (matcher: {
650
+ [Symbol.match](string: string): RegExpMatchArray | null;
651
+ }): RegExpMatchArray | null;
652
+ };
653
+ replace: {
654
+ (searchValue: string | RegExp, replaceValue: string): string;
655
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
656
+ (searchValue: {
657
+ [Symbol.replace](string: string, replaceValue: string): string;
658
+ }, replaceValue: string): string;
659
+ (searchValue: {
660
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
661
+ }, replacer: (substring: string, ...args: any[]) => string): string;
662
+ };
663
+ search: {
664
+ (regexp: string | RegExp): number;
665
+ (searcher: {
666
+ [Symbol.search](string: string): number;
667
+ }): number;
668
+ };
669
+ slice: (start?: number, end?: number) => string;
670
+ split: {
671
+ (separator: string | RegExp, limit?: number): string[];
672
+ (splitter: {
673
+ [Symbol.split](string: string, limit?: number): string[];
674
+ }, limit?: number): string[];
675
+ };
676
+ substring: (start: number, end?: number) => string;
677
+ toLowerCase: () => string;
678
+ toLocaleLowerCase: {
679
+ (locales?: string | string[]): string;
680
+ (locales?: Intl.LocalesArgument): string;
681
+ };
682
+ toUpperCase: () => string;
683
+ toLocaleUpperCase: {
684
+ (locales?: string | string[]): string;
685
+ (locales?: Intl.LocalesArgument): string;
686
+ };
687
+ trim: () => string;
688
+ readonly length: number;
689
+ substr: (from: number, length?: number) => string;
690
+ valueOf: () => string;
691
+ codePointAt: (pos: number) => number | undefined;
692
+ includes: (searchString: string, position?: number) => boolean;
693
+ endsWith: (searchString: string, endPosition?: number) => boolean;
694
+ normalize: {
695
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
696
+ (form?: string): string;
697
+ };
698
+ repeat: (count: number) => string;
699
+ startsWith: (searchString: string, position?: number) => boolean;
700
+ anchor: (name: string) => string;
701
+ big: () => string;
702
+ blink: () => string;
703
+ bold: () => string;
704
+ fixed: () => string;
705
+ fontcolor: (color: string) => string;
706
+ fontsize: {
707
+ (size: number): string;
708
+ (size: string): string;
709
+ };
710
+ italics: () => string;
711
+ link: (url: string) => string;
712
+ small: () => string;
713
+ strike: () => string;
714
+ sub: () => string;
715
+ sup: () => string;
716
+ padStart: (maxLength: number, fillString?: string) => string;
717
+ padEnd: (maxLength: number, fillString?: string) => string;
718
+ trimEnd: () => string;
719
+ trimStart: () => string;
720
+ trimLeft: () => string;
721
+ trimRight: () => string;
722
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
723
+ [Symbol.iterator]: () => StringIterator<string>;
724
+ } | undefined;
725
+ setterComponentName: string;
726
+ setterComponentProps: {
727
+ [x: string]: any;
728
+ dataItems?: Array<any> | undefined;
729
+ };
730
+ setterComponentStyle?: IStyleSetterMeta | undefined;
731
+ setterContainerStyle?: IStyleSetterMeta | undefined;
732
+ enableSetterContainerPadding?: boolean | undefined;
733
+ setterDefaultValue?: any;
734
+ setterComponentDefaultValue?: any;
735
+ show?: {
736
+ valueOf: () => boolean;
737
+ } | undefined;
738
+ displayMode?: {
739
+ readonly [x: number]: string;
740
+ toString: () => string;
741
+ charAt: (pos: number) => string;
742
+ charCodeAt: (index: number) => number;
743
+ concat: (...strings: string[]) => string;
744
+ indexOf: (searchString: string, position?: number) => number;
745
+ lastIndexOf: (searchString: string, position?: number) => number;
746
+ localeCompare: {
747
+ (that: string): number;
748
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
749
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
750
+ };
751
+ match: {
752
+ (regexp: string | RegExp): RegExpMatchArray | null;
753
+ (matcher: {
754
+ [Symbol.match](string: string): RegExpMatchArray | null;
755
+ }): RegExpMatchArray | null;
756
+ };
757
+ replace: {
758
+ (searchValue: string | RegExp, replaceValue: string): string;
759
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
760
+ (searchValue: {
761
+ [Symbol.replace](string: string, replaceValue: string): string;
762
+ }, replaceValue: string): string;
763
+ (searchValue: {
764
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
765
+ }, replacer: (substring: string, ...args: any[]) => string): string;
766
+ };
767
+ search: {
768
+ (regexp: string | RegExp): number;
769
+ (searcher: {
770
+ [Symbol.search](string: string): number;
771
+ }): number;
772
+ };
773
+ slice: (start?: number, end?: number) => string;
774
+ split: {
775
+ (separator: string | RegExp, limit?: number): string[];
776
+ (splitter: {
777
+ [Symbol.split](string: string, limit?: number): string[];
778
+ }, limit?: number): string[];
779
+ };
780
+ substring: (start: number, end?: number) => string;
781
+ toLowerCase: () => string;
782
+ toLocaleLowerCase: {
783
+ (locales?: string | string[]): string;
784
+ (locales?: Intl.LocalesArgument): string;
785
+ };
786
+ toUpperCase: () => string;
787
+ toLocaleUpperCase: {
788
+ (locales?: string | string[]): string;
789
+ (locales?: Intl.LocalesArgument): string;
790
+ };
791
+ trim: () => string;
792
+ readonly length: number;
793
+ substr: (from: number, length?: number) => string;
794
+ valueOf: () => string;
795
+ codePointAt: (pos: number) => number | undefined;
796
+ includes: (searchString: string, position?: number) => boolean;
797
+ endsWith: (searchString: string, endPosition?: number) => boolean;
798
+ normalize: {
799
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
800
+ (form?: string): string;
801
+ };
802
+ repeat: (count: number) => string;
803
+ startsWith: (searchString: string, position?: number) => boolean;
804
+ anchor: (name: string) => string;
805
+ big: () => string;
806
+ blink: () => string;
807
+ bold: () => string;
808
+ fixed: () => string;
809
+ fontcolor: (color: string) => string;
810
+ fontsize: {
811
+ (size: number): string;
812
+ (size: string): string;
813
+ };
814
+ italics: () => string;
815
+ link: (url: string) => string;
816
+ small: () => string;
817
+ strike: () => string;
818
+ sub: () => string;
819
+ sup: () => string;
820
+ padStart: (maxLength: number, fillString?: string) => string;
821
+ padEnd: (maxLength: number, fillString?: string) => string;
822
+ trimEnd: () => string;
823
+ trimStart: () => string;
824
+ trimLeft: () => string;
825
+ trimRight: () => string;
826
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
827
+ [Symbol.iterator]: () => StringIterator<string>;
828
+ } | undefined;
829
+ setterComponentVModelName?: {
830
+ readonly [x: number]: string;
831
+ toString: () => string;
832
+ charAt: (pos: number) => string;
833
+ charCodeAt: (index: number) => number;
834
+ concat: (...strings: string[]) => string;
835
+ indexOf: (searchString: string, position?: number) => number;
836
+ lastIndexOf: (searchString: string, position?: number) => number;
837
+ localeCompare: {
838
+ (that: string): number;
839
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
840
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
841
+ };
842
+ match: {
843
+ (regexp: string | RegExp): RegExpMatchArray | null;
844
+ (matcher: {
845
+ [Symbol.match](string: string): RegExpMatchArray | null;
846
+ }): RegExpMatchArray | null;
847
+ };
848
+ replace: {
849
+ (searchValue: string | RegExp, replaceValue: string): string;
850
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
851
+ (searchValue: {
852
+ [Symbol.replace](string: string, replaceValue: string): string;
853
+ }, replaceValue: string): string;
854
+ (searchValue: {
855
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
856
+ }, replacer: (substring: string, ...args: any[]) => string): string;
857
+ };
858
+ search: {
859
+ (regexp: string | RegExp): number;
860
+ (searcher: {
861
+ [Symbol.search](string: string): number;
862
+ }): number;
863
+ };
864
+ slice: (start?: number, end?: number) => string;
865
+ split: {
866
+ (separator: string | RegExp, limit?: number): string[];
867
+ (splitter: {
868
+ [Symbol.split](string: string, limit?: number): string[];
869
+ }, limit?: number): string[];
870
+ };
871
+ substring: (start: number, end?: number) => string;
872
+ toLowerCase: () => string;
873
+ toLocaleLowerCase: {
874
+ (locales?: string | string[]): string;
875
+ (locales?: Intl.LocalesArgument): string;
876
+ };
877
+ toUpperCase: () => string;
878
+ toLocaleUpperCase: {
879
+ (locales?: string | string[]): string;
880
+ (locales?: Intl.LocalesArgument): string;
881
+ };
882
+ trim: () => string;
883
+ readonly length: number;
884
+ substr: (from: number, length?: number) => string;
885
+ valueOf: () => string;
886
+ codePointAt: (pos: number) => number | undefined;
887
+ includes: (searchString: string, position?: number) => boolean;
888
+ endsWith: (searchString: string, endPosition?: number) => boolean;
889
+ normalize: {
890
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
891
+ (form?: string): string;
892
+ };
893
+ repeat: (count: number) => string;
894
+ startsWith: (searchString: string, position?: number) => boolean;
895
+ anchor: (name: string) => string;
896
+ big: () => string;
897
+ blink: () => string;
898
+ bold: () => string;
899
+ fixed: () => string;
900
+ fontcolor: (color: string) => string;
901
+ fontsize: {
902
+ (size: number): string;
903
+ (size: string): string;
904
+ };
905
+ italics: () => string;
906
+ link: (url: string) => string;
907
+ small: () => string;
908
+ strike: () => string;
909
+ sub: () => string;
910
+ sup: () => string;
911
+ padStart: (maxLength: number, fillString?: string) => string;
912
+ padEnd: (maxLength: number, fillString?: string) => string;
913
+ trimEnd: () => string;
914
+ trimStart: () => string;
915
+ trimLeft: () => string;
916
+ trimRight: () => string;
917
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
918
+ [Symbol.iterator]: () => StringIterator<string>;
919
+ } | undefined;
920
+ style?: IStyleSetterMeta | undefined;
921
+ expanded?: {
922
+ valueOf: () => boolean;
923
+ } | undefined;
924
+ dataItems?: Array<any> | undefined;
925
+ description?: {
926
+ readonly [x: number]: string;
927
+ toString: () => string;
928
+ charAt: (pos: number) => string;
929
+ charCodeAt: (index: number) => number;
930
+ concat: (...strings: string[]) => string;
931
+ indexOf: (searchString: string, position?: number) => number;
932
+ lastIndexOf: (searchString: string, position?: number) => number;
933
+ localeCompare: {
934
+ (that: string): number;
935
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
936
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
937
+ };
938
+ match: {
939
+ (regexp: string | RegExp): RegExpMatchArray | null;
940
+ (matcher: {
941
+ [Symbol.match](string: string): RegExpMatchArray | null;
942
+ }): RegExpMatchArray | null;
943
+ };
944
+ replace: {
945
+ (searchValue: string | RegExp, replaceValue: string): string;
946
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
947
+ (searchValue: {
948
+ [Symbol.replace](string: string, replaceValue: string): string;
949
+ }, replaceValue: string): string;
950
+ (searchValue: {
951
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
952
+ }, replacer: (substring: string, ...args: any[]) => string): string;
953
+ };
954
+ search: {
955
+ (regexp: string | RegExp): number;
956
+ (searcher: {
957
+ [Symbol.search](string: string): number;
958
+ }): number;
959
+ };
960
+ slice: (start?: number, end?: number) => string;
961
+ split: {
962
+ (separator: string | RegExp, limit?: number): string[];
963
+ (splitter: {
964
+ [Symbol.split](string: string, limit?: number): string[];
965
+ }, limit?: number): string[];
966
+ };
967
+ substring: (start: number, end?: number) => string;
968
+ toLowerCase: () => string;
969
+ toLocaleLowerCase: {
970
+ (locales?: string | string[]): string;
971
+ (locales?: Intl.LocalesArgument): string;
972
+ };
973
+ toUpperCase: () => string;
974
+ toLocaleUpperCase: {
975
+ (locales?: string | string[]): string;
976
+ (locales?: Intl.LocalesArgument): string;
977
+ };
978
+ trim: () => string;
979
+ readonly length: number;
980
+ substr: (from: number, length?: number) => string;
981
+ valueOf: () => string;
982
+ codePointAt: (pos: number) => number | undefined;
983
+ includes: (searchString: string, position?: number) => boolean;
984
+ endsWith: (searchString: string, endPosition?: number) => boolean;
985
+ normalize: {
986
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
987
+ (form?: string): string;
988
+ };
989
+ repeat: (count: number) => string;
990
+ startsWith: (searchString: string, position?: number) => boolean;
991
+ anchor: (name: string) => string;
992
+ big: () => string;
993
+ blink: () => string;
994
+ bold: () => string;
995
+ fixed: () => string;
996
+ fontcolor: (color: string) => string;
997
+ fontsize: {
998
+ (size: number): string;
999
+ (size: string): string;
1000
+ };
1001
+ italics: () => string;
1002
+ link: (url: string) => string;
1003
+ small: () => string;
1004
+ strike: () => string;
1005
+ sub: () => string;
1006
+ sup: () => string;
1007
+ padStart: (maxLength: number, fillString?: string) => string;
1008
+ padEnd: (maxLength: number, fillString?: string) => string;
1009
+ trimEnd: () => string;
1010
+ trimStart: () => string;
1011
+ trimLeft: () => string;
1012
+ trimRight: () => string;
1013
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1014
+ [Symbol.iterator]: () => StringIterator<string>;
1015
+ } | undefined;
1016
+ properties?: /*elided*/ any[] | undefined;
1017
+ defaultValue?: any;
1018
+ titleField?: {
1019
+ readonly [x: number]: string;
1020
+ toString: () => string;
1021
+ charAt: (pos: number) => string;
1022
+ charCodeAt: (index: number) => number;
1023
+ concat: (...strings: string[]) => string;
1024
+ indexOf: (searchString: string, position?: number) => number;
1025
+ lastIndexOf: (searchString: string, position?: number) => number;
1026
+ localeCompare: {
1027
+ (that: string): number;
1028
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
1029
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
1030
+ };
1031
+ match: {
1032
+ (regexp: string | RegExp): RegExpMatchArray | null;
1033
+ (matcher: {
1034
+ [Symbol.match](string: string): RegExpMatchArray | null;
1035
+ }): RegExpMatchArray | null;
1036
+ };
1037
+ replace: {
1038
+ (searchValue: string | RegExp, replaceValue: string): string;
1039
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1040
+ (searchValue: {
1041
+ [Symbol.replace](string: string, replaceValue: string): string;
1042
+ }, replaceValue: string): string;
1043
+ (searchValue: {
1044
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
1045
+ }, replacer: (substring: string, ...args: any[]) => string): string;
1046
+ };
1047
+ search: {
1048
+ (regexp: string | RegExp): number;
1049
+ (searcher: {
1050
+ [Symbol.search](string: string): number;
1051
+ }): number;
1052
+ };
1053
+ slice: (start?: number, end?: number) => string;
1054
+ split: {
1055
+ (separator: string | RegExp, limit?: number): string[];
1056
+ (splitter: {
1057
+ [Symbol.split](string: string, limit?: number): string[];
1058
+ }, limit?: number): string[];
1059
+ };
1060
+ substring: (start: number, end?: number) => string;
1061
+ toLowerCase: () => string;
1062
+ toLocaleLowerCase: {
1063
+ (locales?: string | string[]): string;
1064
+ (locales?: Intl.LocalesArgument): string;
1065
+ };
1066
+ toUpperCase: () => string;
1067
+ toLocaleUpperCase: {
1068
+ (locales?: string | string[]): string;
1069
+ (locales?: Intl.LocalesArgument): string;
1070
+ };
1071
+ trim: () => string;
1072
+ readonly length: number;
1073
+ substr: (from: number, length?: number) => string;
1074
+ valueOf: () => string;
1075
+ codePointAt: (pos: number) => number | undefined;
1076
+ includes: (searchString: string, position?: number) => boolean;
1077
+ endsWith: (searchString: string, endPosition?: number) => boolean;
1078
+ normalize: {
1079
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
1080
+ (form?: string): string;
1081
+ };
1082
+ repeat: (count: number) => string;
1083
+ startsWith: (searchString: string, position?: number) => boolean;
1084
+ anchor: (name: string) => string;
1085
+ big: () => string;
1086
+ blink: () => string;
1087
+ bold: () => string;
1088
+ fixed: () => string;
1089
+ fontcolor: (color: string) => string;
1090
+ fontsize: {
1091
+ (size: number): string;
1092
+ (size: string): string;
1093
+ };
1094
+ italics: () => string;
1095
+ link: (url: string) => string;
1096
+ small: () => string;
1097
+ strike: () => string;
1098
+ sub: () => string;
1099
+ sup: () => string;
1100
+ padStart: (maxLength: number, fillString?: string) => string;
1101
+ padEnd: (maxLength: number, fillString?: string) => string;
1102
+ trimEnd: () => string;
1103
+ trimStart: () => string;
1104
+ trimLeft: () => string;
1105
+ trimRight: () => string;
1106
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1107
+ [Symbol.iterator]: () => StringIterator<string>;
1108
+ } | undefined;
1109
+ subTitleField?: {
1110
+ readonly [x: number]: string;
1111
+ toString: () => string;
1112
+ charAt: (pos: number) => string;
1113
+ charCodeAt: (index: number) => number;
1114
+ concat: (...strings: string[]) => string;
1115
+ indexOf: (searchString: string, position?: number) => number;
1116
+ lastIndexOf: (searchString: string, position?: number) => number;
1117
+ localeCompare: {
1118
+ (that: string): number;
1119
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
1120
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
1121
+ };
1122
+ match: {
1123
+ (regexp: string | RegExp): RegExpMatchArray | null;
1124
+ (matcher: {
1125
+ [Symbol.match](string: string): RegExpMatchArray | null;
1126
+ }): RegExpMatchArray | null;
1127
+ };
1128
+ replace: {
1129
+ (searchValue: string | RegExp, replaceValue: string): string;
1130
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1131
+ (searchValue: {
1132
+ [Symbol.replace](string: string, replaceValue: string): string;
1133
+ }, replaceValue: string): string;
1134
+ (searchValue: {
1135
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
1136
+ }, replacer: (substring: string, ...args: any[]) => string): string;
1137
+ };
1138
+ search: {
1139
+ (regexp: string | RegExp): number;
1140
+ (searcher: {
1141
+ [Symbol.search](string: string): number;
1142
+ }): number;
1143
+ };
1144
+ slice: (start?: number, end?: number) => string;
1145
+ split: {
1146
+ (separator: string | RegExp, limit?: number): string[];
1147
+ (splitter: {
1148
+ [Symbol.split](string: string, limit?: number): string[];
1149
+ }, limit?: number): string[];
1150
+ };
1151
+ substring: (start: number, end?: number) => string;
1152
+ toLowerCase: () => string;
1153
+ toLocaleLowerCase: {
1154
+ (locales?: string | string[]): string;
1155
+ (locales?: Intl.LocalesArgument): string;
1156
+ };
1157
+ toUpperCase: () => string;
1158
+ toLocaleUpperCase: {
1159
+ (locales?: string | string[]): string;
1160
+ (locales?: Intl.LocalesArgument): string;
1161
+ };
1162
+ trim: () => string;
1163
+ readonly length: number;
1164
+ substr: (from: number, length?: number) => string;
1165
+ valueOf: () => string;
1166
+ codePointAt: (pos: number) => number | undefined;
1167
+ includes: (searchString: string, position?: number) => boolean;
1168
+ endsWith: (searchString: string, endPosition?: number) => boolean;
1169
+ normalize: {
1170
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
1171
+ (form?: string): string;
1172
+ };
1173
+ repeat: (count: number) => string;
1174
+ startsWith: (searchString: string, position?: number) => boolean;
1175
+ anchor: (name: string) => string;
1176
+ big: () => string;
1177
+ blink: () => string;
1178
+ bold: () => string;
1179
+ fixed: () => string;
1180
+ fontcolor: (color: string) => string;
1181
+ fontsize: {
1182
+ (size: number): string;
1183
+ (size: string): string;
1184
+ };
1185
+ italics: () => string;
1186
+ link: (url: string) => string;
1187
+ small: () => string;
1188
+ strike: () => string;
1189
+ sub: () => string;
1190
+ sup: () => string;
1191
+ padStart: (maxLength: number, fillString?: string) => string;
1192
+ padEnd: (maxLength: number, fillString?: string) => string;
1193
+ trimEnd: () => string;
1194
+ trimStart: () => string;
1195
+ trimLeft: () => string;
1196
+ trimRight: () => string;
1197
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1198
+ [Symbol.iterator]: () => StringIterator<string>;
1199
+ } | undefined;
1200
+ alarmIfNoSubTitle?: string | undefined;
1201
+ slotComponentName?: {
1202
+ readonly [x: number]: string;
1203
+ toString: () => string;
1204
+ charAt: (pos: number) => string;
1205
+ charCodeAt: (index: number) => number;
1206
+ concat: (...strings: string[]) => string;
1207
+ indexOf: (searchString: string, position?: number) => number;
1208
+ lastIndexOf: (searchString: string, position?: number) => number;
1209
+ localeCompare: {
1210
+ (that: string): number;
1211
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
1212
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
1213
+ };
1214
+ match: {
1215
+ (regexp: string | RegExp): RegExpMatchArray | null;
1216
+ (matcher: {
1217
+ [Symbol.match](string: string): RegExpMatchArray | null;
1218
+ }): RegExpMatchArray | null;
1219
+ };
1220
+ replace: {
1221
+ (searchValue: string | RegExp, replaceValue: string): string;
1222
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1223
+ (searchValue: {
1224
+ [Symbol.replace](string: string, replaceValue: string): string;
1225
+ }, replaceValue: string): string;
1226
+ (searchValue: {
1227
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
1228
+ }, replacer: (substring: string, ...args: any[]) => string): string;
1229
+ };
1230
+ search: {
1231
+ (regexp: string | RegExp): number;
1232
+ (searcher: {
1233
+ [Symbol.search](string: string): number;
1234
+ }): number;
1235
+ };
1236
+ slice: (start?: number, end?: number) => string;
1237
+ split: {
1238
+ (separator: string | RegExp, limit?: number): string[];
1239
+ (splitter: {
1240
+ [Symbol.split](string: string, limit?: number): string[];
1241
+ }, limit?: number): string[];
1242
+ };
1243
+ substring: (start: number, end?: number) => string;
1244
+ toLowerCase: () => string;
1245
+ toLocaleLowerCase: {
1246
+ (locales?: string | string[]): string;
1247
+ (locales?: Intl.LocalesArgument): string;
1248
+ };
1249
+ toUpperCase: () => string;
1250
+ toLocaleUpperCase: {
1251
+ (locales?: string | string[]): string;
1252
+ (locales?: Intl.LocalesArgument): string;
1253
+ };
1254
+ trim: () => string;
1255
+ readonly length: number;
1256
+ substr: (from: number, length?: number) => string;
1257
+ valueOf: () => string;
1258
+ codePointAt: (pos: number) => number | undefined;
1259
+ includes: (searchString: string, position?: number) => boolean;
1260
+ endsWith: (searchString: string, endPosition?: number) => boolean;
1261
+ normalize: {
1262
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
1263
+ (form?: string): string;
1264
+ };
1265
+ repeat: (count: number) => string;
1266
+ startsWith: (searchString: string, position?: number) => boolean;
1267
+ anchor: (name: string) => string;
1268
+ big: () => string;
1269
+ blink: () => string;
1270
+ bold: () => string;
1271
+ fixed: () => string;
1272
+ fontcolor: (color: string) => string;
1273
+ fontsize: {
1274
+ (size: number): string;
1275
+ (size: string): string;
1276
+ };
1277
+ italics: () => string;
1278
+ link: (url: string) => string;
1279
+ small: () => string;
1280
+ strike: () => string;
1281
+ sub: () => string;
1282
+ sup: () => string;
1283
+ padStart: (maxLength: number, fillString?: string) => string;
1284
+ padEnd: (maxLength: number, fillString?: string) => string;
1285
+ trimEnd: () => string;
1286
+ trimStart: () => string;
1287
+ trimLeft: () => string;
1288
+ trimRight: () => string;
1289
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1290
+ [Symbol.iterator]: () => StringIterator<string>;
1291
+ } | undefined;
1292
+ slotComponentBindTarget?: {
1293
+ readonly [x: number]: string;
1294
+ toString: () => string;
1295
+ charAt: (pos: number) => string;
1296
+ charCodeAt: (index: number) => number;
1297
+ concat: (...strings: string[]) => string;
1298
+ indexOf: (searchString: string, position?: number) => number;
1299
+ lastIndexOf: (searchString: string, position?: number) => number;
1300
+ localeCompare: {
1301
+ (that: string): number;
1302
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
1303
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
1304
+ };
1305
+ match: {
1306
+ (regexp: string | RegExp): RegExpMatchArray | null;
1307
+ (matcher: {
1308
+ [Symbol.match](string: string): RegExpMatchArray | null;
1309
+ }): RegExpMatchArray | null;
1310
+ };
1311
+ replace: {
1312
+ (searchValue: string | RegExp, replaceValue: string): string;
1313
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1314
+ (searchValue: {
1315
+ [Symbol.replace](string: string, replaceValue: string): string;
1316
+ }, replaceValue: string): string;
1317
+ (searchValue: {
1318
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
1319
+ }, replacer: (substring: string, ...args: any[]) => string): string;
1320
+ };
1321
+ search: {
1322
+ (regexp: string | RegExp): number;
1323
+ (searcher: {
1324
+ [Symbol.search](string: string): number;
1325
+ }): number;
1326
+ };
1327
+ slice: (start?: number, end?: number) => string;
1328
+ split: {
1329
+ (separator: string | RegExp, limit?: number): string[];
1330
+ (splitter: {
1331
+ [Symbol.split](string: string, limit?: number): string[];
1332
+ }, limit?: number): string[];
1333
+ };
1334
+ substring: (start: number, end?: number) => string;
1335
+ toLowerCase: () => string;
1336
+ toLocaleLowerCase: {
1337
+ (locales?: string | string[]): string;
1338
+ (locales?: Intl.LocalesArgument): string;
1339
+ };
1340
+ toUpperCase: () => string;
1341
+ toLocaleUpperCase: {
1342
+ (locales?: string | string[]): string;
1343
+ (locales?: Intl.LocalesArgument): string;
1344
+ };
1345
+ trim: () => string;
1346
+ readonly length: number;
1347
+ substr: (from: number, length?: number) => string;
1348
+ valueOf: () => string;
1349
+ codePointAt: (pos: number) => number | undefined;
1350
+ includes: (searchString: string, position?: number) => boolean;
1351
+ endsWith: (searchString: string, endPosition?: number) => boolean;
1352
+ normalize: {
1353
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
1354
+ (form?: string): string;
1355
+ };
1356
+ repeat: (count: number) => string;
1357
+ startsWith: (searchString: string, position?: number) => boolean;
1358
+ anchor: (name: string) => string;
1359
+ big: () => string;
1360
+ blink: () => string;
1361
+ bold: () => string;
1362
+ fixed: () => string;
1363
+ fontcolor: (color: string) => string;
1364
+ fontsize: {
1365
+ (size: number): string;
1366
+ (size: string): string;
1367
+ };
1368
+ italics: () => string;
1369
+ link: (url: string) => string;
1370
+ small: () => string;
1371
+ strike: () => string;
1372
+ sub: () => string;
1373
+ sup: () => string;
1374
+ padStart: (maxLength: number, fillString?: string) => string;
1375
+ padEnd: (maxLength: number, fillString?: string) => string;
1376
+ trimEnd: () => string;
1377
+ trimStart: () => string;
1378
+ trimLeft: () => string;
1379
+ trimRight: () => string;
1380
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1381
+ [Symbol.iterator]: () => StringIterator<string>;
1382
+ } | undefined;
1383
+ slotComponentBindName?: {
1384
+ readonly [x: number]: string;
1385
+ toString: () => string;
1386
+ charAt: (pos: number) => string;
1387
+ charCodeAt: (index: number) => number;
1388
+ concat: (...strings: string[]) => string;
1389
+ indexOf: (searchString: string, position?: number) => number;
1390
+ lastIndexOf: (searchString: string, position?: number) => number;
1391
+ localeCompare: {
1392
+ (that: string): number;
1393
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
1394
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
1395
+ };
1396
+ match: {
1397
+ (regexp: string | RegExp): RegExpMatchArray | null;
1398
+ (matcher: {
1399
+ [Symbol.match](string: string): RegExpMatchArray | null;
1400
+ }): RegExpMatchArray | null;
1401
+ };
1402
+ replace: {
1403
+ (searchValue: string | RegExp, replaceValue: string): string;
1404
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1405
+ (searchValue: {
1406
+ [Symbol.replace](string: string, replaceValue: string): string;
1407
+ }, replaceValue: string): string;
1408
+ (searchValue: {
1409
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
1410
+ }, replacer: (substring: string, ...args: any[]) => string): string;
1411
+ };
1412
+ search: {
1413
+ (regexp: string | RegExp): number;
1414
+ (searcher: {
1415
+ [Symbol.search](string: string): number;
1416
+ }): number;
1417
+ };
1418
+ slice: (start?: number, end?: number) => string;
1419
+ split: {
1420
+ (separator: string | RegExp, limit?: number): string[];
1421
+ (splitter: {
1422
+ [Symbol.split](string: string, limit?: number): string[];
1423
+ }, limit?: number): string[];
1424
+ };
1425
+ substring: (start: number, end?: number) => string;
1426
+ toLowerCase: () => string;
1427
+ toLocaleLowerCase: {
1428
+ (locales?: string | string[]): string;
1429
+ (locales?: Intl.LocalesArgument): string;
1430
+ };
1431
+ toUpperCase: () => string;
1432
+ toLocaleUpperCase: {
1433
+ (locales?: string | string[]): string;
1434
+ (locales?: Intl.LocalesArgument): string;
1435
+ };
1436
+ trim: () => string;
1437
+ readonly length: number;
1438
+ substr: (from: number, length?: number) => string;
1439
+ valueOf: () => string;
1440
+ codePointAt: (pos: number) => number | undefined;
1441
+ includes: (searchString: string, position?: number) => boolean;
1442
+ endsWith: (searchString: string, endPosition?: number) => boolean;
1443
+ normalize: {
1444
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
1445
+ (form?: string): string;
1446
+ };
1447
+ repeat: (count: number) => string;
1448
+ startsWith: (searchString: string, position?: number) => boolean;
1449
+ anchor: (name: string) => string;
1450
+ big: () => string;
1451
+ blink: () => string;
1452
+ bold: () => string;
1453
+ fixed: () => string;
1454
+ fontcolor: (color: string) => string;
1455
+ fontsize: {
1456
+ (size: number): string;
1457
+ (size: string): string;
1458
+ };
1459
+ italics: () => string;
1460
+ link: (url: string) => string;
1461
+ small: () => string;
1462
+ strike: () => string;
1463
+ sub: () => string;
1464
+ sup: () => string;
1465
+ padStart: (maxLength: number, fillString?: string) => string;
1466
+ padEnd: (maxLength: number, fillString?: string) => string;
1467
+ trimEnd: () => string;
1468
+ trimStart: () => string;
1469
+ trimLeft: () => string;
1470
+ trimRight: () => string;
1471
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1472
+ [Symbol.iterator]: () => StringIterator<string>;
1473
+ } | undefined;
1474
+ subComponentName?: {
1475
+ readonly [x: number]: string;
1476
+ toString: () => string;
1477
+ charAt: (pos: number) => string;
1478
+ charCodeAt: (index: number) => number;
1479
+ concat: (...strings: string[]) => string;
1480
+ indexOf: (searchString: string, position?: number) => number;
1481
+ lastIndexOf: (searchString: string, position?: number) => number;
1482
+ localeCompare: {
1483
+ (that: string): number;
1484
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
1485
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
1486
+ };
1487
+ match: {
1488
+ (regexp: string | RegExp): RegExpMatchArray | null;
1489
+ (matcher: {
1490
+ [Symbol.match](string: string): RegExpMatchArray | null;
1491
+ }): RegExpMatchArray | null;
1492
+ };
1493
+ replace: {
1494
+ (searchValue: string | RegExp, replaceValue: string): string;
1495
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
1496
+ (searchValue: {
1497
+ [Symbol.replace](string: string, replaceValue: string): string;
1498
+ }, replaceValue: string): string;
1499
+ (searchValue: {
1500
+ [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
1501
+ }, replacer: (substring: string, ...args: any[]) => string): string;
1502
+ };
1503
+ search: {
1504
+ (regexp: string | RegExp): number;
1505
+ (searcher: {
1506
+ [Symbol.search](string: string): number;
1507
+ }): number;
1508
+ };
1509
+ slice: (start?: number, end?: number) => string;
1510
+ split: {
1511
+ (separator: string | RegExp, limit?: number): string[];
1512
+ (splitter: {
1513
+ [Symbol.split](string: string, limit?: number): string[];
1514
+ }, limit?: number): string[];
1515
+ };
1516
+ substring: (start: number, end?: number) => string;
1517
+ toLowerCase: () => string;
1518
+ toLocaleLowerCase: {
1519
+ (locales?: string | string[]): string;
1520
+ (locales?: Intl.LocalesArgument): string;
1521
+ };
1522
+ toUpperCase: () => string;
1523
+ toLocaleUpperCase: {
1524
+ (locales?: string | string[]): string;
1525
+ (locales?: Intl.LocalesArgument): string;
1526
+ };
1527
+ trim: () => string;
1528
+ readonly length: number;
1529
+ substr: (from: number, length?: number) => string;
1530
+ valueOf: () => string;
1531
+ codePointAt: (pos: number) => number | undefined;
1532
+ includes: (searchString: string, position?: number) => boolean;
1533
+ endsWith: (searchString: string, endPosition?: number) => boolean;
1534
+ normalize: {
1535
+ (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
1536
+ (form?: string): string;
1537
+ };
1538
+ repeat: (count: number) => string;
1539
+ startsWith: (searchString: string, position?: number) => boolean;
1540
+ anchor: (name: string) => string;
1541
+ big: () => string;
1542
+ blink: () => string;
1543
+ bold: () => string;
1544
+ fixed: () => string;
1545
+ fontcolor: (color: string) => string;
1546
+ fontsize: {
1547
+ (size: number): string;
1548
+ (size: string): string;
1549
+ };
1550
+ italics: () => string;
1551
+ link: (url: string) => string;
1552
+ small: () => string;
1553
+ strike: () => string;
1554
+ sub: () => string;
1555
+ sup: () => string;
1556
+ padStart: (maxLength: number, fillString?: string) => string;
1557
+ padEnd: (maxLength: number, fillString?: string) => string;
1558
+ trimEnd: () => string;
1559
+ trimStart: () => string;
1560
+ trimLeft: () => string;
1561
+ trimRight: () => string;
1562
+ matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
1563
+ [Symbol.iterator]: () => StringIterator<string>;
1564
+ } | undefined;
1565
+ subComponentCount?: {
1566
+ toString: (radix?: number) => string;
1567
+ toFixed: (fractionDigits?: number) => string;
1568
+ toExponential: (fractionDigits?: number) => string;
1569
+ toPrecision: (precision?: number) => string;
1570
+ valueOf: () => number;
1571
+ toLocaleString: {
1572
+ (locales?: string | string[], options?: Intl.NumberFormatOptions): string;
1573
+ (locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
1574
+ };
1575
+ } | undefined;
1576
+ enableValueExpress?: {
1577
+ valueOf: () => boolean;
1578
+ } | undefined;
1579
+ isBlockVarProp?: boolean | undefined;
1580
+ propsExpressions?: Record<string, any> | undefined;
1581
+ rules?: Array<any> | undefined;
1582
+ }[];
1583
+ i18n?: {
1584
+ props?: Record<string, string> | undefined;
1585
+ } | undefined;
1586
+ actions?: {
1587
+ name: string;
1588
+ title: string;
1589
+ description?: string | undefined;
1590
+ params?: {
1591
+ title: string;
1592
+ name: string;
1593
+ required: boolean;
1594
+ type: string;
1595
+ description?: string | undefined;
1596
+ docId?: string | undefined;
1597
+ }[] | undefined;
1598
+ }[] | undefined;
1599
+ methods?: {
1600
+ async?: boolean | undefined;
1601
+ name: string;
1602
+ title: string;
1603
+ description?: string | undefined;
1604
+ params?: {
1605
+ title: string;
1606
+ name: string;
1607
+ required: boolean;
1608
+ type: string;
1609
+ description?: string | undefined;
1610
+ docId?: string | undefined;
1611
+ }[] | undefined;
1612
+ defaultValue?: any;
1613
+ returnInfo?: {
1614
+ returnType: string;
1615
+ description: string;
1616
+ docId?: string | undefined;
1617
+ } | undefined;
1618
+ isDynamicParams?: boolean | undefined;
1619
+ }[] | undefined;
1620
+ propsWrapper?: string | undefined;
1621
+ alias?: string | undefined;
1622
+ blockContent?: string | undefined;
1623
+ blockContentLanguage?: string | undefined;
1624
+ blockVarNameProps?: string[] | undefined;
1625
+ deprecated?: boolean | undefined;
1626
+ innerComponents?: {
1627
+ title: string;
1628
+ propPath: string;
1629
+ ignoreWhenNoComponent?: boolean | undefined;
1630
+ }[] | undefined;
1631
+ description?: string | undefined;
1632
+ };
1633
+ }[];
1634
+ resetComponentMaterialGroup(): void;
1635
+ }>;