@univerjs-pro/bases-ui 0.25.0-insiders.20260608-e4336f7

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 (216) hide show
  1. package/README.md +3 -0
  2. package/lib/cjs/facade.js +1 -0
  3. package/lib/cjs/index.js +1 -0
  4. package/lib/cjs/locale/ar-SA.js +1 -0
  5. package/lib/cjs/locale/ca-ES.js +1 -0
  6. package/lib/cjs/locale/de-DE.js +1 -0
  7. package/lib/cjs/locale/en-US.js +1 -0
  8. package/lib/cjs/locale/es-ES.js +1 -0
  9. package/lib/cjs/locale/fa-IR.js +1 -0
  10. package/lib/cjs/locale/fr-FR.js +1 -0
  11. package/lib/cjs/locale/id-ID.js +1 -0
  12. package/lib/cjs/locale/it-IT.js +1 -0
  13. package/lib/cjs/locale/ja-JP.js +1 -0
  14. package/lib/cjs/locale/ko-KR.js +1 -0
  15. package/lib/cjs/locale/pl-PL.js +1 -0
  16. package/lib/cjs/locale/pt-BR.js +1 -0
  17. package/lib/cjs/locale/ru-RU.js +1 -0
  18. package/lib/cjs/locale/sk-SK.js +1 -0
  19. package/lib/cjs/locale/vi-VN.js +1 -0
  20. package/lib/cjs/locale/zh-CN.js +1 -0
  21. package/lib/cjs/locale/zh-HK.js +1 -0
  22. package/lib/cjs/locale/zh-TW.js +1 -0
  23. package/lib/es/facade.js +1 -0
  24. package/lib/es/index.js +1 -0
  25. package/lib/es/locale/ar-SA.js +1 -0
  26. package/lib/es/locale/ca-ES.js +1 -0
  27. package/lib/es/locale/de-DE.js +1 -0
  28. package/lib/es/locale/en-US.js +1 -0
  29. package/lib/es/locale/es-ES.js +1 -0
  30. package/lib/es/locale/fa-IR.js +1 -0
  31. package/lib/es/locale/fr-FR.js +1 -0
  32. package/lib/es/locale/id-ID.js +1 -0
  33. package/lib/es/locale/it-IT.js +1 -0
  34. package/lib/es/locale/ja-JP.js +1 -0
  35. package/lib/es/locale/ko-KR.js +1 -0
  36. package/lib/es/locale/pl-PL.js +1 -0
  37. package/lib/es/locale/pt-BR.js +1 -0
  38. package/lib/es/locale/ru-RU.js +1 -0
  39. package/lib/es/locale/sk-SK.js +1 -0
  40. package/lib/es/locale/vi-VN.js +1 -0
  41. package/lib/es/locale/zh-CN.js +1 -0
  42. package/lib/es/locale/zh-HK.js +1 -0
  43. package/lib/es/locale/zh-TW.js +1 -0
  44. package/lib/facade.js +1 -0
  45. package/lib/index.css +2533 -0
  46. package/lib/index.js +1 -0
  47. package/lib/locale/ar-SA.js +1 -0
  48. package/lib/locale/ca-ES.js +1 -0
  49. package/lib/locale/de-DE.js +1 -0
  50. package/lib/locale/en-US.js +1 -0
  51. package/lib/locale/es-ES.js +1 -0
  52. package/lib/locale/fa-IR.js +1 -0
  53. package/lib/locale/fr-FR.js +1 -0
  54. package/lib/locale/id-ID.js +1 -0
  55. package/lib/locale/it-IT.js +1 -0
  56. package/lib/locale/ja-JP.js +1 -0
  57. package/lib/locale/ko-KR.js +1 -0
  58. package/lib/locale/pl-PL.js +1 -0
  59. package/lib/locale/pt-BR.js +1 -0
  60. package/lib/locale/ru-RU.js +1 -0
  61. package/lib/locale/sk-SK.js +1 -0
  62. package/lib/locale/vi-VN.js +1 -0
  63. package/lib/locale/zh-CN.js +1 -0
  64. package/lib/locale/zh-HK.js +1 -0
  65. package/lib/locale/zh-TW.js +1 -0
  66. package/lib/types/commands/operations/activate-table.operation.d.ts +6 -0
  67. package/lib/types/commands/operations/activate-view.operation.d.ts +6 -0
  68. package/lib/types/commands/operations/editing.operation.d.ts +9 -0
  69. package/lib/types/commands/operations/keyboard.operation.d.ts +9 -0
  70. package/lib/types/commands/operations/scroll.operation.d.ts +7 -0
  71. package/lib/types/commands/operations/set-selection.operation.d.ts +5 -0
  72. package/lib/types/commands/operations/toolbar-menu.operation.d.ts +37 -0
  73. package/lib/types/commands/operations/zoom.operation.d.ts +6 -0
  74. package/lib/types/components/AddRecordButton.d.ts +6 -0
  75. package/lib/types/components/BaseAttachmentPreview.d.ts +9 -0
  76. package/lib/types/components/BaseCellEditors.d.ts +78 -0
  77. package/lib/types/components/BaseCollaborationStatus.d.ts +24 -0
  78. package/lib/types/components/BaseColorPalette.d.ts +13 -0
  79. package/lib/types/components/BaseConfirmDialog.d.ts +12 -0
  80. package/lib/types/components/BaseIcons.d.ts +19 -0
  81. package/lib/types/components/BaseMenus.d.ts +593 -0
  82. package/lib/types/components/BaseNumberInput.d.ts +14 -0
  83. package/lib/types/components/BaseStandaloneShell.d.ts +139 -0
  84. package/lib/types/components/BaseToolbar.d.ts +49 -0
  85. package/lib/types/components/CardCustomizePanel.d.ts +1 -0
  86. package/lib/types/components/FieldConfigPanel.d.ts +1 -0
  87. package/lib/types/components/FieldMenu.d.ts +44 -0
  88. package/lib/types/components/RecordDetailPanel.d.ts +88 -0
  89. package/lib/types/components/ViewTabs.d.ts +36 -0
  90. package/lib/types/components/base-formula-library.d.ts +25 -0
  91. package/lib/types/config/config.d.ts +46 -0
  92. package/lib/types/controllers/base-keyboard.shortcut.d.ts +9 -0
  93. package/lib/types/controllers/base-render.controller.d.ts +172 -0
  94. package/lib/types/controllers/base-theme.controller.d.ts +7 -0
  95. package/lib/types/controllers/base-ui.controller.d.ts +27 -0
  96. package/lib/types/controllers/menu.d.ts +3 -0
  97. package/lib/types/facade/f-base-rendered-view.d.ts +13 -0
  98. package/lib/types/facade/f-base-ui.d.ts +41 -0
  99. package/lib/types/facade/f-univer.d.ts +12 -0
  100. package/lib/types/facade/index.d.ts +3 -0
  101. package/lib/types/fields/editors/attachment.editor.d.ts +2 -0
  102. package/lib/types/fields/editors/date.editor.d.ts +2 -0
  103. package/lib/types/fields/editors/number.editor.d.ts +5 -0
  104. package/lib/types/fields/editors/person.editor.d.ts +2 -0
  105. package/lib/types/fields/editors/select.editor.d.ts +3 -0
  106. package/lib/types/fields/editors/text.editor.d.ts +2 -0
  107. package/lib/types/fields/field-ui-plugin.d.ts +63 -0
  108. package/lib/types/fields/renderers/attachment.renderer.d.ts +2 -0
  109. package/lib/types/fields/renderers/checkbox.renderer.d.ts +2 -0
  110. package/lib/types/fields/renderers/date.renderer.d.ts +2 -0
  111. package/lib/types/fields/renderers/number.renderer.d.ts +5 -0
  112. package/lib/types/fields/renderers/select.renderer.d.ts +3 -0
  113. package/lib/types/fields/renderers/text.renderer.d.ts +2 -0
  114. package/lib/types/index.d.ts +67 -0
  115. package/lib/types/internal.d.ts +11 -0
  116. package/lib/types/locale/ar-SA.d.ts +3 -0
  117. package/lib/types/locale/ca-ES.d.ts +3 -0
  118. package/lib/types/locale/de-DE.d.ts +3 -0
  119. package/lib/types/locale/en-US.d.ts +1163 -0
  120. package/lib/types/locale/es-ES.d.ts +3 -0
  121. package/lib/types/locale/fa-IR.d.ts +3 -0
  122. package/lib/types/locale/formula/ar-SA.d.ts +1 -0
  123. package/lib/types/locale/formula/ca-ES.d.ts +1 -0
  124. package/lib/types/locale/formula/de-DE.d.ts +1 -0
  125. package/lib/types/locale/formula/en-US.d.ts +707 -0
  126. package/lib/types/locale/formula/es-ES.d.ts +1 -0
  127. package/lib/types/locale/formula/fa-IR.d.ts +1 -0
  128. package/lib/types/locale/formula/fr-FR.d.ts +1 -0
  129. package/lib/types/locale/formula/id-ID.d.ts +1 -0
  130. package/lib/types/locale/formula/it-IT.d.ts +1 -0
  131. package/lib/types/locale/formula/ja-JP.d.ts +1 -0
  132. package/lib/types/locale/formula/ko-KR.d.ts +1 -0
  133. package/lib/types/locale/formula/pl-PL.d.ts +1 -0
  134. package/lib/types/locale/formula/pt-BR.d.ts +1 -0
  135. package/lib/types/locale/formula/ru-RU.d.ts +1 -0
  136. package/lib/types/locale/formula/sk-SK.d.ts +1 -0
  137. package/lib/types/locale/formula/vi-VN.d.ts +1 -0
  138. package/lib/types/locale/formula/zh-CN.d.ts +707 -0
  139. package/lib/types/locale/formula/zh-HK.d.ts +1 -0
  140. package/lib/types/locale/formula/zh-TW.d.ts +1 -0
  141. package/lib/types/locale/fr-FR.d.ts +3 -0
  142. package/lib/types/locale/id-ID.d.ts +3 -0
  143. package/lib/types/locale/it-IT.d.ts +3 -0
  144. package/lib/types/locale/ja-JP.d.ts +3 -0
  145. package/lib/types/locale/ko-KR.d.ts +3 -0
  146. package/lib/types/locale/pl-PL.d.ts +3 -0
  147. package/lib/types/locale/pt-BR.d.ts +3 -0
  148. package/lib/types/locale/ru-RU.d.ts +3 -0
  149. package/lib/types/locale/sk-SK.d.ts +3 -0
  150. package/lib/types/locale/vi-VN.d.ts +3 -0
  151. package/lib/types/locale/zh-CN.d.ts +3 -0
  152. package/lib/types/locale/zh-HK.d.ts +3 -0
  153. package/lib/types/locale/zh-TW.d.ts +3 -0
  154. package/lib/types/menu/schema.d.ts +16 -0
  155. package/lib/types/plugin.d.ts +18 -0
  156. package/lib/types/render/base-canvas-render-component.d.ts +19 -0
  157. package/lib/types/render/base-render-manager.d.ts +17 -0
  158. package/lib/types/render/base-scene.d.ts +239 -0
  159. package/lib/types/render/base-view-render-controller.d.ts +285 -0
  160. package/lib/types/render/canvas-draw-command.d.ts +178 -0
  161. package/lib/types/render/layers/body.layer.d.ts +2 -0
  162. package/lib/types/render/layers/drag.layer.d.ts +2 -0
  163. package/lib/types/render/layers/editor-overlay.layer.d.ts +2 -0
  164. package/lib/types/render/layers/header.layer.d.ts +2 -0
  165. package/lib/types/render/layers/selection.layer.d.ts +2 -0
  166. package/lib/types/search/base-view-search.d.ts +13 -0
  167. package/lib/types/services/base-attachment-io.service.d.ts +21 -0
  168. package/lib/types/services/base-clipboard.service.d.ts +21 -0
  169. package/lib/types/services/base-drag.service.d.ts +19 -0
  170. package/lib/types/services/base-editor.service.d.ts +20 -0
  171. package/lib/types/services/base-field-ui-registry.service.d.ts +15 -0
  172. package/lib/types/services/base-formula-progress.service.d.ts +20 -0
  173. package/lib/types/services/base-layout.service.d.ts +30 -0
  174. package/lib/types/services/base-render.service.d.ts +10 -0
  175. package/lib/types/services/base-selection.service.d.ts +14 -0
  176. package/lib/types/services/base-ui-popup.service.d.ts +27 -0
  177. package/lib/types/services/base-ui-state.service.d.ts +156 -0
  178. package/lib/types/services/base-view-ui-registry.service.d.ts +15 -0
  179. package/lib/types/services/base-workbench-render.service.d.ts +15 -0
  180. package/lib/types/views/base-canvas-render-utils.d.ts +258 -0
  181. package/lib/types/views/base-container/BaseContainer.d.ts +30 -0
  182. package/lib/types/views/calendar/calendar-layout.d.ts +88 -0
  183. package/lib/types/views/calendar/calendar-render-controller.d.ts +7 -0
  184. package/lib/types/views/calendar/calendar-settings-panel.d.ts +1 -0
  185. package/lib/types/views/gallery/gallery-render-controller.d.ts +7 -0
  186. package/lib/types/views/gallery/gallery-settings-panel.d.ts +1 -0
  187. package/lib/types/views/gantt/gantt-layout.d.ts +91 -0
  188. package/lib/types/views/gantt/gantt-render-controller.d.ts +7 -0
  189. package/lib/types/views/gantt/gantt-settings-panel.d.ts +1 -0
  190. package/lib/types/views/grid/grid-render-controller.d.ts +7 -0
  191. package/lib/types/views/grid/grid-settings-panel.d.ts +1 -0
  192. package/lib/types/views/kanban/kanban-render-controller.d.ts +7 -0
  193. package/lib/types/views/kanban/kanban-settings-panel.d.ts +1 -0
  194. package/lib/types/views/view-ui-plugin.d.ts +26 -0
  195. package/lib/umd/facade.js +1 -0
  196. package/lib/umd/index.js +1 -0
  197. package/lib/umd/locale/ar-SA.js +1 -0
  198. package/lib/umd/locale/ca-ES.js +1 -0
  199. package/lib/umd/locale/de-DE.js +1 -0
  200. package/lib/umd/locale/en-US.js +1 -0
  201. package/lib/umd/locale/es-ES.js +1 -0
  202. package/lib/umd/locale/fa-IR.js +1 -0
  203. package/lib/umd/locale/fr-FR.js +1 -0
  204. package/lib/umd/locale/id-ID.js +1 -0
  205. package/lib/umd/locale/it-IT.js +1 -0
  206. package/lib/umd/locale/ja-JP.js +1 -0
  207. package/lib/umd/locale/ko-KR.js +1 -0
  208. package/lib/umd/locale/pl-PL.js +1 -0
  209. package/lib/umd/locale/pt-BR.js +1 -0
  210. package/lib/umd/locale/ru-RU.js +1 -0
  211. package/lib/umd/locale/sk-SK.js +1 -0
  212. package/lib/umd/locale/vi-VN.js +1 -0
  213. package/lib/umd/locale/zh-CN.js +1 -0
  214. package/lib/umd/locale/zh-HK.js +1 -0
  215. package/lib/umd/locale/zh-TW.js +1 -0
  216. package/package.json +98 -0
@@ -0,0 +1 @@
1
+ const _0x367148=_0x5b23;function _0x2f7c(){const _0x3f75f8=['Rounds\x20a\x20number\x20down','Replaces\x20characters\x20by\x20position','Type','Local\x20({timeZone})','logical_test2','Calendar\x20color','No\x20matching\x20members.','Sort','The\x20text\x20you\x20want\x20to\x20replace.','Additional\x20conditions\x20to\x20test.','15yLBLOd','The\x20first\x20condition\x20that\x20evaluates\x20to\x20TRUE\x20or\x20FALSE.','Additional\x20conditions\x20that\x20evaluate\x20to\x20TRUE\x20or\x20FALSE.','Rounds\x20a\x20number\x20up,\x20away\x20from\x20zero.','Cross','{count}\x20more','End\x20date','Created\x20By','day','Enter\x20a\x20phone\x20number','Formula','new_text','\x20·\x20{count}\x20exception{plural}','Delete','Web','None','The\x20value\x20returned\x20when\x20the\x20condition\x20is\x20FALSE.','Title\x20left,\x20fields\x20right','Counts\x20non-empty\x20values','Day','Allow\x20negative\x20numbers','Function','Returns\x20the\x20year\x20of\x20a\x20date','{count}\x20fields','delimiter','Heart','Changes\x20TRUE\x20to\x20FALSE\x20and\x20FALSE\x20to\x20TRUE.','The\x20text\x20you\x20want\x20to\x20find.','Numbering','num_digits','Math','Time','Previous\x20month','Gantt','The\x20value\x20returned\x20when\x20the\x20first\x20condition\x20is\x20TRUE.','Period,\x20comma','Choose\x20how\x20this\x20table\x20should\x20be\x20projected.','Edit\x20formula','Add\x205\x20blank\x20records','New\x20field','Incremental','Custom\x20pattern','Sum','Returns\x20one\x20value\x20for\x20TRUE\x20and\x20another\x20for\x20FALSE','Additional\x20numbers\x20or\x20numeric\x20expressions.','Number\x20format','Current','logical2','checked','Holiday\x20name','Returns\x20the\x20logical\x20value\x20FALSE.','Tables','Short\x20·\x201\x20hour','Custom\x20working\x20days','text','Search\x20tables','Save','Returns\x20the\x20average\x20of\x20arguments','A\x20value\x20or\x20expression\x20that\x20can\x20be\x20evaluated\x20as\x20TRUE\x20or\x20FALSE.','Date\x20and\x20time','Returns\x20the\x20minute\x20component\x20of\x20a\x20date/time\x20serial\x20value.','Custom\x20progress\x20bar','Add\x20a\x20description','24\x20hour','Month','Cell','Default\x20value\x20is\x20resolved\x20from\x20{count}\x20mock\x20{entity}\x20item{plural}.','This\x20table\x20and\x20its\x20records\x20will\x20be\x20removed.','This\x20view\x20will\x20be\x20removed.','tomorrow','Add\x20blank\x20record','Compose','Clear\x20content','Converts\x20text\x20that\x20represents\x20a\x20number\x20to\x20a\x20number.','number','Display\x20color','number1','Returns\x20days\x20between\x20two\x20dates','Attachment','Information','408508rstFZe','Customize\x20working\x20days\x20and\x20days\x20off,\x20and\x20apply\x20them\x20to\x20the\x20current\x20base','Next\x20month','Invalid\x20phone\x20number','Tall','Comma,\x20period','Returns\x20a\x20number\x20raised\x20to\x20a\x20power','Next\x20record','Delete\x20this\x20record?','419358ArqEVH','Done','Duplicate\x20Field','Gallery','Replaces\x20existing\x20text\x20with\x20new\x20text\x20in\x20a\x20text\x20string.','Rating','bases-ui','{days}{exceptions}','Kanban\x20group','Returns\x20the\x20positive\x20square\x20root\x20of\x20a\x20number.','Remove\x20working\x20day\x20exception','Thu','Add\x20working\x20days','argument','Checkbox','Add\x20Record','Cards\x20grouped\x20by\x20a\x20select\x20field.','Delete\x20records','New\x20calendar\x20view','Kanban\x20views\x20always\x20use\x20one\x20group\x20field.','Custom','Sort\x20from\x20A\x20to\x20Z','Close\x20working\x20days\x20settings','Step','Show\x20field\x20names','Legal\x20working\x20days\x20will\x20be\x20available\x20after\x20an\x20external\x20calendar\x20API\x20is\x20connected.','Title','The\x20first\x20number\x20or\x20numeric\x20expression.','Checks\x20whether\x20one\x20or\x20more\x20conditions\x20are\x20met\x20and\x20returns\x20a\x20value\x20matching\x20the\x20first\x20TRUE\x20condition.','logical','Working','Returns\x20the\x20day\x20of\x20a\x20date','Normal','Returns\x20the\x20minute\x20of\x20a\x20time','text1','Add\x20field','URL','Required','Undo','Cube','Checks\x20whether\x20a\x20value\x20is\x20text','Customize\x20working\x20days\x20and\x20days\x20off\x20for\x20this\x20Gantt\x20view.\x20If\x20not\x20set,\x20Monday\x20to\x20Friday\x20is\x20used\x20when\x20working-day\x20calculation\x20is\x20enabled.','The\x20replacement\x20text.','start_date','A\x20date/time\x20serial\x20number\x20or\x20date\x20field\x20value.','Customize\x20Card','Expand','12\x20hour\x20am/pm','text2','Enter\x20a\x20URL\x20(e.g.\x20univer.ai\x20or\x20https://univer.ai/skills).','Medium\x20·\x2030\x20minutes','Removes\x20extra\x20spaces\x20from\x20text\x20except\x20for\x20single\x20spaces\x20between\x20words.','Allow\x20adding\x20multiple\x20members\x20in\x20one\x20record','is\x20before','The\x20number\x20of\x20digits\x20to\x20round\x20to.','Long\x20·\x2015\x20minutes','Configure\x20{tableName}','Returns\x20the\x20remainder\x20after\x20a\x20number\x20is\x20divided\x20by\x20a\x20divisor.','Type\x20here','{name}\x20is\x20provided\x20by\x20the\x20Univer\x20formula\x20engine.\x20Base\x20supports\x20field\x20references\x20such\x20as\x20table[Field]\x20and\x20OtherTable[Field],\x20but\x20does\x20not\x20support\x20A1\x20cells,\x20A1:B10\x20ranges,\x20or\x20spilled\x20array\x20output\x20in\x20Base\x20formula\x20fields.','New\x20kanban\x20view','Record\x20detail','Format\x20type','Single\x20select','Adds\x20all\x20numbers,\x20numeric\x20fields,\x20or\x20numeric\x20expressions\x20supplied\x20as\x20arguments.','Delete\x20this\x20table?','Edit\x20{fieldName}','Insert','Icon','Style','Add\x20record','Returns\x20the\x20month\x20component\x20of\x20a\x20date\x20serial\x20value.','Grid','Inline\x20fields\x20that\x20wrap','Business','Filter\x20by\x20{fieldName}','Date\x20format','Calendar\x20View\x20Settings','Creates\x20a\x20date\x20value','Filled','Max','A\x20value,\x20field\x20reference,\x20table\x20field\x20reference,\x20or\x20expression\x20supported\x20by\x20the\x20Univer\x20formula\x20engine.','Reference\x20the\x20\x22{fieldName}\x22\x20field\x20from\x20the\x20\x22{tableName}\x22\x20table.','Avg\x20{value}','The\x20number\x20of\x20characters\x20to\x20return.','Next\x20result','greater\x20than','Attach\x20file','View\x20Settings','Select\x20or\x20add\x20an\x20option','113385SGHZea','Adds\x20numbers','Group','Returns\x20TRUE\x20when\x20the\x20value\x20is\x20any\x20error\x20value.','contains','Returns\x20the\x20smallest\x20value','Numbering\x20type','Thumb','Currency','Edit','serial_number','Create\x20Kanban\x20with\x20{fieldName}','Day\x20off','Rounds\x20a\x20number\x20down\x20to\x20the\x20nearest\x20integer.','Timeline\x20with\x20start\x20and\x20end\x20dates.','Display\x20text','Converts\x20text\x20to\x20uppercase.','{count}\x20conditions\x20applied','Freeze\x20up\x20to\x20This\x20Field','Start\x20value','269apwAkC','The\x20text\x20that\x20replaces\x20the\x20old\x20characters.','Group\x20by\x20{fieldName}','Returns\x20the\x20number\x20of\x20days\x20between\x20two\x20date\x20values.','Rounds\x20a\x20number','Close\x20formula\x20editor','Cancel','386RXbrNA','Additional\x20values,\x20fields,\x20or\x20expressions.','Use\x20fields\x20like\x20[Amount].\x20A1:B10\x20and\x20single\x20cell\x20references\x20are\x20not\x20allowed.','Returns\x20TRUE\x20if\x20any\x20argument\x20is\x20TRUE','View\x20name','Option','Returns\x20the\x20number\x20of\x20characters\x20in\x20text','Sun','New\x20grid\x20view','Combines\x20text\x20values\x20and\x20inserts\x20a\x20delimiter\x20between\x20each\x20value.','Example:','logical_test1','Edit\x20Field','Invalid\x20email\x20address','Delete\x20Table','power','value_if_true1','Calendar','find_text','divisor','The\x20first\x20condition\x20to\x20test.','Previous\x20result','Whether\x20empty\x20values\x20should\x20be\x20ignored.','The\x20position\x20of\x20the\x20first\x20character\x20to\x20replace.','Local','Select\x20members','Combines\x20text\x20from\x20multiple\x20values,\x20fields,\x20or\x20expressions.','Reference\x20data\x20from\x20other\x20tables\x20as\x20options','is\x20after','end_date','Start\x20date','Customize\x20Field','Cover','Returns\x20the\x20remainder\x20from\x20division','Returns\x20the\x20logical\x20value\x20TRUE.','Returns\x20the\x20current\x20date\x20and\x20time\x20as\x20a\x20date/time\x20serial\x20value.','{count}\x20days','Min','Returns\x20a\x20fallback\x20value\x20if\x20the\x20expression\x20evaluates\x20to\x20an\x20error;\x20otherwise\x20returns\x20the\x20expression\x20result.','Time\x20format','less\x20than','Show\x20field','Group\x20By','Checks\x20whether\x20a\x20value\x20is\x20empty','Returns\x20TRUE\x20when\x20the\x20value\x20is\x20a\x20number.','Lightning','Delete\x20record','Option\x20color','Duplicate\x20view','The\x20first\x20value,\x20field,\x20or\x20expression.','Failed\x20to\x20attach\x20file','Rounds\x20a\x20number\x20down\x20to\x20an\x20integer','Allow\x20adding\x20multiple\x20groups\x20in\x20one\x20record','The\x20exponent\x20to\x20apply\x20to\x20the\x20base\x20number.','Returns\x20TRUE\x20if\x20all\x20arguments\x20are\x20TRUE','353486YIdvEL','The\x20first\x20text\x20value\x20or\x20field.','Substitutes\x20new\x20text\x20for\x20old\x20text','This\x20record\x20will\x20be\x20removed.','Add\x20table','in\x20the\x20past\x207\x20days','Add\x20Option','Insert\x20Left','Date','Empty','today','Compatibility','Close\x20search','Returns\x20TRUE\x20when\x20all\x20supplied\x20conditions\x20evaluate\x20to\x20TRUE.','Fields','Reference\x20options','Multiplies\x20all\x20numbers\x20supplied\x20as\x20arguments.','Click\x20\x22New\x20Condition\x22\x20to\x20apply\x20colors\x20based\x20on\x20defined\x20conditions.\x20Please\x20note\x20higher\x20conditions\x20are\x20prioritized.','Unique','Returns\x20the\x20arithmetic\x20mean\x20of\x20the\x20supplied\x20numeric\x20values.','increment','Delete\x20this\x20view?','Calculate\x20working\x20days\x20only','This\x20field\x20type\x20is\x20ready\x20with\x20default\x20settings.','Counts\x20arguments\x20that\x20contain\x20numbers.','value2','First\x20->\x20Last','Fire','records','Returns\x20the\x20absolute\x20value\x20of\x20a\x20number.\x20The\x20absolute\x20value\x20is\x20the\x20number\x20without\x20its\x20sign.','is\x20not\x20empty','Finds\x20text\x20within\x20text','Additional\x20text\x20values\x20or\x20fields.','Legal\x20working\x20days','Unassigned','Below','Phone\x20Number','Current\x20table\x20field','Records\x20laid\x20out\x20by\x20date.','Text','Visual\x20cards\x20for\x20browsing\x20records.','Functions','last\x20month','The\x20condition\x20you\x20want\x20to\x20test.','num_chars','Checks\x20whether\x20a\x20value\x20is\x20a\x20number','value_if_false','Edit\x20Field\x20Description','repeat','Returns\x20the\x20month\x20of\x20a\x20date','Thousands\x20separator','The\x20day\x20of\x20the\x20date.','Color','Returns\x20characters\x20from\x20the\x20middle\x20of\x20text','Card\x20layout','Star','New\x20gallery\x20view','Large\x20number\x20abbreviation','Converts\x20text\x20to\x20lowercase','Short','The\x20number\x20of\x20characters\x20to\x20replace.','logical1','Returns\x20the\x20hour\x20component\x20of\x20a\x20date/time\x20serial\x20value.','Group\x20by\x20field','record','Checks\x20multiple\x20conditions','Returns\x20TRUE\x20when\x20the\x20value\x20is\x20empty.','optional','Start','{count}\x20empty','Medium','Select\x20specific\x20date','Count\x20records','Copy','Small','Returns\x20FALSE','Redo','Automatically\x20assigns\x20a\x20unique\x20increasing\x20index\x20starting\x20from\x201\x20when\x20a\x20record\x20is\x20created.\x20Generated\x20values\x20cannot\x20be\x20edited.','Fri','Open\x20record','Add\x20Field\x20To\x20Group','Conditional\x20color','Percent','220976sBPnNM','Space,\x20comma','The\x20value,\x20field,\x20or\x20expression\x20to\x20test.','The\x20character\x20position\x20at\x20which\x20to\x20start\x20searching.','The\x20number\x20by\x20which\x20you\x20want\x20to\x20divide.','in\x20the\x20past\x2030\x20days','Financial','Timeslot\x20size','{name}\x20formula\x20engine\x20function','Text\x20inserted\x20between\x20each\x20combined\x20value.','Apply','Add\x20an\x20option','Currency\x20symbol','Preview','Add\x20view','Entire\x20Column','Returns\x20the\x20hour\x20of\x20a\x20time','The\x20text\x20containing\x20the\x20text\x20to\x20find.','Number','Formats\x20a\x20value\x20as\x20text','No\x20formula\x20configured','Create\x20view','Mon-Fri','digits','Multiplies\x20arguments','Date\x20Created','Conditional\x20Coloring','Include\x20time','Dot','Rename\x20Table','Sat','value','Returns\x20TRUE\x20when\x20any\x20supplied\x20condition\x20evaluates\x20to\x20TRUE.','Delete\x20Field','The\x20text\x20value,\x20field,\x20or\x20expression\x20to\x20use.','Delete\x20this\x20field?','The\x20number\x20or\x20numeric\x20field\x20value\x20to\x20calculate.','{count}\x20records','{count}\x20filled','Sort\x20from\x20Z\x20to\x20A','Returns\x20the\x20specified\x20number\x20of\x20characters\x20from\x20the\x20end\x20of\x20text.','Open','The\x20value\x20returned\x20when\x20the\x20expression\x20is\x20an\x20error.','Add\x20more\x20records\x20after\x20submission','No\x20records','Row\x20Height','Advanced','Decimal\x20places','unchecked','New','Currency\x20format','Hide\x20field','start_num','Accounting','Entire\x20Row','No\x20matching\x20groups.','Returns\x20the\x20second\x20of\x20a\x20time','Search','Returns\x20the\x20second\x20component\x20of\x20a\x20date/time\x20serial\x20value.','Combines\x20text\x20values','Returns\x20the\x20year\x20component\x20of\x20a\x20date\x20serial\x20value.','Select\x20groups','Returns\x20the\x20median\x20of\x20the\x20supplied\x20numeric\x20values.','Record\x20Creation\x20Time','Set\x20as\x20First\x20Tab','No\x20visible\x20fields','Removes\x20extra\x20spaces\x20from\x20text','This\x20field\x20will\x20be\x20removed\x20from\x20the\x20table.','454941RUfOrj','Progress','Returns\x20characters\x20from\x20the\x20middle\x20of\x20text\x20given\x20a\x20starting\x20position\x20and\x20length.','within\x20the\x20next\x2030\x20days','Checks\x20whether\x20a\x20value\x20is\x20an\x20error','ignore_empty','Not\x20set','Progress\x20color\x20{color}','Basic','month','Returns\x20the\x20current\x20date','Wed','Rename\x20View','Converts\x20text\x20to\x20uppercase','Returns\x20the\x20specified\x20number\x20of\x20characters\x20from\x20the\x20beginning\x20of\x20text.','Event\x20Settings','Array','FILE','Move\x20record','format_text','number2','Converts\x20text\x20to\x20a\x20number','within\x20the\x20next\x207\x20days','The\x20month\x20of\x20the\x20date.','The\x20earlier\x20date.','New\x20gantt\x20view','Calculate','within_text','Large','Customize\x20number/text\x20format\x20and\x20rules','old_text','Rows\x20and\x20fields\x20for\x20detailed\x20editing.','Logical','Replaces\x20part\x20of\x20a\x20text\x20string\x20based\x20on\x20starting\x20position\x20and\x20length.','Align\x20with\x20records','Returns\x20the\x20day\x20component\x20of\x20a\x20date\x20serial\x20value.','Resize\x20table\x20sidebar','No\x20provider\x20group\x20data\x20available','Returns\x20the\x20serial\x20number\x20for\x20a\x20date\x20from\x20year,\x20month,\x20and\x20day\x20values.','Converts\x20text\x20to\x20lowercase.','Returns\x20the\x20largest\x20value','Edit\x20group\x20title','The\x20later\x20date.','decrement','Kanban','Customize\x20Kanban','value1','this\x20month','Collapse','Flag','Direction','value_if_error'];_0x2f7c=function(){return _0x3f75f8;};return _0x2f7c();}function _0x5b23(_0x954b28,_0x341074){_0x954b28=_0x954b28-0x180;const _0x2f7c49=_0x2f7c();let _0x5b23ed=_0x2f7c49[_0x954b28];return _0x5b23ed;}(function(_0x56b480,_0x559536){const _0x2e01e7=_0x5b23,_0x4e94c7=_0x56b480();while(!![]){try{const _0x588766=-parseInt(_0x2e01e7(0x316))/0x1*(-parseInt(_0x2e01e7(0x31d))/0x2)+parseInt(_0x2e01e7(0x302))/0x3+-parseInt(_0x2e01e7(0x29f))/0x4+parseInt(_0x2e01e7(0x24f))/0x5*(parseInt(_0x2e01e7(0x2a8))/0x6)+-parseInt(_0x2e01e7(0x354))/0x7+parseInt(_0x2e01e7(0x1cd))/0x8+-parseInt(_0x2e01e7(0x211))/0x9;if(_0x588766===_0x559536)break;else _0x4e94c7['push'](_0x4e94c7['shift']());}catch(_0x1432e3){_0x4e94c7['push'](_0x4e94c7['shift']());}}}(_0x2f7c,0x1e3bf));const e={'bases-ui':{'bases-ui':{'menu':{'addRecord':_0x367148(0x2b7),'addBlankRecord':_0x367148(0x295),'addFiveBlankRecords':_0x367148(0x275),'customizeField':_0x367148(0x33c),'viewSettings':_0x367148(0x300),'filter':'Filter','sort':_0x367148(0x24c),'group':_0x367148(0x347),'groupByFields':'Group\x20table\x20by\x20fields','rowHeight':_0x367148(0x1fa),'rowHeightShort':_0x367148(0x1b5),'rowHeightMedium':_0x367148(0x1c0),'rowHeightTall':_0x367148(0x2a3),'rowHeightExtraTall':'Extra\x20Tall','conditionalColoring':_0x367148(0x1e7),'conditionalColoringHelp':_0x367148(0x18b),'conditionalColoringSmart':'Apply\x20Smart\x20Color\x20to\x20All','conditionalColor':_0x367148(0x1ae),'conditionalCustomColor':_0x367148(0x2bc),'conditionalTargetCell':_0x367148(0x290),'conditionalTargetRow':_0x367148(0x203),'conditionalTargetColumn':_0x367148(0x1dc),'conditionalEnterValue':'Enter\x20here','conditionalExactDate':'exact\x20date','conditionalToday':_0x367148(0x184),'conditionalTomorrow':_0x367148(0x294),'conditionalYesterday':'yesterday','conditionalThisWeek':'this\x20week','conditionalLastWeek':'last\x20week','conditionalThisMonth':_0x367148(0x240),'conditionalLastMonth':_0x367148(0x1a4),'conditionalPast7':_0x367148(0x359),'conditionalNext7':_0x367148(0x227),'conditionalPast30':_0x367148(0x1d2),'conditionalNext30':_0x367148(0x214),'conditionalChecked':_0x367148(0x27f),'conditionalUnchecked':_0x367148(0x1fd),'addField':_0x367148(0x2cb),'undo':_0x367148(0x2ce),'redo':_0x367148(0x1c6)},'recordDetail':{'title':_0x367148(0x2e5),'close':'Close\x20record\x20detail','open':_0x367148(0x1f6),'delete':_0x367148(0x34b),'deleteConfirmTitle':_0x367148(0x2a7),'deleteConfirmDescription':_0x367148(0x357),'submit':'Submit','addMoreAfterSubmission':_0x367148(0x1f8)},'gridContext':{'insert':_0x367148(0x2eb),'above':'Above','below':_0x367148(0x19d),'openRecord':_0x367148(0x1c9),'clearContent':_0x367148(0x297),'deleteRecord':_0x367148(0x34b),'deleteRecords':_0x367148(0x2b9)},'common':{'apply':_0x367148(0x1d7),'cancel':_0x367148(0x31c),'clear':'Clear','confirm':'Confirm','delete':_0x367148(0x25c),'save':_0x367148(0x287),'search':_0x367148(0x206),'searchPrevious':_0x367148(0x332),'searchNext':_0x367148(0x2fd),'searchClose':_0x367148(0x186),'value':'Value','newCondition':'New\x20condition','newBadge':_0x367148(0x1fe)},'footerStat':{'none':_0x367148(0x25e),'countOption':_0x367148(0x1c2),'filledOption':_0x367148(0x2f7),'emptyOption':_0x367148(0x183),'uniqueOption':_0x367148(0x18c),'sumOption':_0x367148(0x279),'averageOption':'Average','minOption':_0x367148(0x342),'maxOption':_0x367148(0x2f8),'count':_0x367148(0x1f2),'filled':_0x367148(0x1f3),'empty':_0x367148(0x1bf),'unique':'{count}\x20unique','sum':'Sum\x20{value}','average':_0x367148(0x2fb),'min':'Min\x20{value}','max':'Max\x20{value}'},'confirmDelete':{'tableTitle':_0x367148(0x2e9),'tableDescription':_0x367148(0x292),'viewTitle':_0x367148(0x18f),'viewDescription':_0x367148(0x293),'fieldTitle':_0x367148(0x1f0),'fieldDescription':_0x367148(0x210)},'fieldConfig':{'fieldTitle':'Field\x20title','fieldTitlePlaceholder':'Enter\x20a\x20field\x20title','fieldType':'Field\x20type','fieldTypeSectionBasic':_0x367148(0x219),'fieldTypeSectionBusiness':_0x367148(0x2f2),'fieldTypeSectionAdvanced':_0x367148(0x1fb),'defaultValue':'Default\x20value','newField':_0x367148(0x276),'defaultSettingsReady':_0x367148(0x191),'numberFormat':_0x367148(0x27c),'currencyFormat':_0x367148(0x1ff),'dateFormat':_0x367148(0x2f4),'dateMonthNameExample':'May\x2028,\x202026','decimalPlaces':_0x367148(0x1fc),'example':'Example','icon':_0x367148(0x2ec),'scale':'Scale','options':'Options','referenceOptions':_0x367148(0x189),'addOption':_0x367148(0x180),'addOptionPlaceholder':_0x367148(0x1d8),'removeOption':'Remove\x20option','selectOption':'Select\x20option','option':_0x367148(0x322),'numberingType':_0x367148(0x308),'autoIncrement':'Auto\x20increment','custom':_0x367148(0x2bc),'customizeNumbering':_0x367148(0x22e),'preview':_0x367148(0x1da),'incremental':_0x367148(0x277),'digits':_0x367148(0x1e4),'start':_0x367148(0x1be),'step':_0x367148(0x2bf),'dateCreated':_0x367148(0x1e6),'customText':'Custom\x20text','lockedField':'Locked\x20field','showField':_0x367148(0x346),'hideField':_0x367148(0x200),'moreFieldActions':'More\x20field\x20actions','edit':_0x367148(0x30b),'addFieldToGroup':_0x367148(0x1ca),'editField':_0x367148(0x329),'editFieldDescription':_0x367148(0x1a9),'duplicateField':_0x367148(0x2aa),'insertLeft':_0x367148(0x181),'insertRight':'Insert\x20Right','freezeToField':_0x367148(0x314),'sortAsc':_0x367148(0x2bd),'sortDesc':_0x367148(0x1f4),'groupByField':_0x367148(0x318),'filterByField':_0x367148(0x2f3),'createKanbanWithField':_0x367148(0x30d),'deleteField':_0x367148(0x1ee),'referenceOptionsHelp':_0x367148(0x338),'allowMultipleMembers':_0x367148(0x2dc),'allowMultipleGroups':_0x367148(0x351),'defaultProviderMock':_0x367148(0x291),'defaultProviderExternal':'Default\x20value\x20is\x20resolved\x20from\x20the\x20external\x20Univer\x20{entity}\x20provider.','linkPlaceholder':_0x367148(0x2d9),'phonePlaceholder':_0x367148(0x258),'currencySymbol':_0x367148(0x1d9),'thousandsSeparator':_0x367148(0x1ac),'showThousandsSeparator':'Show\x20thousands\x20separator','largeNumberAbbreviation':_0x367148(0x1b3),'allowNegativeNumbers':_0x367148(0x263),'includeTime':_0x367148(0x1e8),'timeFormat':_0x367148(0x344),'hour24':_0x367148(0x28e),'hour12':_0x367148(0x2d7),'none':_0x367148(0x25e),'recordCreationTime':_0x367148(0x20c),'selectSpecificDate':_0x367148(0x1c1),'percent':_0x367148(0x1cc),'number':_0x367148(0x1df),'color':'Color','style':_0x367148(0x2ed),'progressColor':_0x367148(0x218),'customProgressBar':_0x367148(0x28c),'startValue':_0x367148(0x315),'targetValue':'Target\x20value','searchGroups':'Search\x20groups','selectGroups':_0x367148(0x20a),'noProviderGroupData':_0x367148(0x236),'noMatchingGroups':_0x367148(0x204),'searchMembers':'Search\x20members','selectMembers':_0x367148(0x336),'noProviderData':'No\x20provider\x20data\x20available','noMatchingMembers':_0x367148(0x24b),'noFormulaConfigured':_0x367148(0x1e1),'editFormula':_0x367148(0x274),'closeFormulaEditor':_0x367148(0x31b),'formulaHint':_0x367148(0x31f),'formulaReferenceError':'A1\x20references\x20and\x20ranges\x20are\x20not\x20supported\x20in\x20Base\x20formulas.','formulaTables':_0x367148(0x282),'formulaFields':'Fields','formulaFunctions':_0x367148(0x1a3),'formulaFunction':_0x367148(0x264),'formulaParameters':'Parameters','formulaOptional':_0x367148(0x1bd),'formulaRepeat':_0x367148(0x1aa),'formulaExample':_0x367148(0x327),'currentTable':_0x367148(0x27d),'currentTableField':_0x367148(0x19f),'fieldFromTable':'Field\x20from\x20{tableName}','referenceCurrentField':'Reference\x20the\x20\x22{fieldName}\x22\x20field\x20in\x20the\x20current\x20Base\x20table.\x20It\x20will\x20be\x20saved\x20as\x20table[{fieldName}]\x20for\x20the\x20formula\x20engine.','referenceTableField':_0x367148(0x2fa),'fieldNameColumn':'Name','fieldTypeColumn':_0x367148(0x247),'insertColumn':_0x367148(0x2eb),'insert':_0x367148(0x2eb),'formulaNumberFormatSheetPattern':'Sheet\x20pattern','formulaFormatType':_0x367148(0x2e6),'formulaCustomPattern':_0x367148(0x278),'formulaFormatGeneral':'General','formulaFormatNumber':_0x367148(0x1df),'formulaFormatCurrency':_0x367148(0x30a),'formulaFormatAccounting':_0x367148(0x202),'formulaFormatPercent':_0x367148(0x1cc),'formulaFormatDateTime':'Date\x20/\x20Time','addDescriptionPlaceholder':_0x367148(0x28d),'numberingDescription':_0x367148(0x1c7),'optionColor':_0x367148(0x34c),'separatorLocal':_0x367148(0x335),'separatorCommaPeriod':_0x367148(0x2a4),'separatorPeriodComma':_0x367148(0x272),'separatorSpaceComma':_0x367148(0x1ce),'separatorSpacePeriod':'Space,\x20period','direction':_0x367148(0x243),'groupFirstToLast':_0x367148(0x194),'groupLastToFirst':'Last\x20->\x20First','checkboxIconCheck':'Check','checkboxIconCross':_0x367148(0x253),'checkboxIconStar':_0x367148(0x1b1),'checkboxIconHeart':_0x367148(0x268),'checkboxIconThumb':_0x367148(0x309),'checkboxIconFlag':_0x367148(0x242),'checkboxIconDot':_0x367148(0x1e9),'ratingIconStar':_0x367148(0x1b1),'ratingIconHeart':_0x367148(0x268),'ratingIconThumb':_0x367148(0x309),'ratingIconFire':_0x367148(0x195),'ratingIconSmile':'Smile','ratingIconLightning':_0x367148(0x34a),'ratingIconMedal':'Medal','increment':_0x367148(0x18e),'decrement':_0x367148(0x23c)},'cellEditor':{'done':_0x367148(0x2a9),'text':'Text','displayText':_0x367148(0x311),'url':_0x367148(0x2cc),'linkPlaceholder':'univer.ai\x20or\x20https://univer.ai','attachments':'Attachments','attachFile':_0x367148(0x2ff),'failedToAttachFile':_0x367148(0x34f),'file':_0x367148(0x222),'invalidEmail':_0x367148(0x32a),'invalidPhone':_0x367148(0x2a2),'closePreview':'Close\x20preview','searchOption':_0x367148(0x301),'selectOption':'Select\x20option','selectOptions':'Select\x20options','previousMonth':_0x367148(0x26f),'nextMonth':_0x367148(0x2a1),'time':_0x367148(0x26e)},'recordDetailField':{'previousRecord':'Previous\x20record','nextRecord':_0x367148(0x2a6),'pleaseSelect':'Please\x20select','addAttachment':'Add\x20attachment','failedToAttachFile':'Failed\x20to\x20attach\x20file','closePreview':'Close\x20preview','typeHere':_0x367148(0x2e2),'empty':_0x367148(0x183),'unassigned':_0x367148(0x19c),'editField':_0x367148(0x2ea),'noVisibleFields':_0x367148(0x20e)},'fieldTypes':{'text':'Text','singleSelect':_0x367148(0x2e7),'multiSelect':'Multiple\x20select','person':'Person','group':_0x367148(0x304),'date':_0x367148(0x182),'attachment':_0x367148(0x29d),'number':'Number','checkbox':_0x367148(0x2b6),'link':_0x367148(0x2cc),'formula':_0x367148(0x259),'numbering':_0x367148(0x26b),'phone':_0x367148(0x19e),'email':'Email','progress':_0x367148(0x212),'currency':_0x367148(0x30a),'rating':_0x367148(0x2ad),'createdBy':_0x367148(0x256),'updatedBy':'Modified\x20By','createdAt':'Date\x20Created','updatedAt':'Last\x20Modified\x20Date'},'viewMenus':{'customizeKanban':_0x367148(0x23e),'customizeCard':_0x367148(0x2d5),'eventSettings':_0x367148(0x220),'calendarViewSettings':_0x367148(0x2f5),'calendarViewSettingsTitle':_0x367148(0x2f5),'ganttViewSettings':'Gantt\x20View\x20Settings','fieldsCount':_0x367148(0x266),'cover':_0x367148(0x33d),'cardLayout':_0x367148(0x1b0),'normal':_0x367148(0x2c8),'normalDescription':_0x367148(0x260),'compose':_0x367148(0x296),'composeDescription':_0x367148(0x2f1),'cardSize':'Card\x20size','small':_0x367148(0x1c4),'medium':_0x367148(0x1c0),'large':_0x367148(0x22d),'showFieldNames':_0x367148(0x2c0),'startDate':_0x367148(0x33b),'endDate':_0x367148(0x255),'title':_0x367148(0x2c2),'timeslotSize':_0x367148(0x1d4),'timeslotShort':_0x367148(0x283),'timeslotMedium':_0x367148(0x2da),'timeslotLong':_0x367148(0x2df),'displayColor':_0x367148(0x29a),'customizeColor':'Customize\x20color','alignWithRecords':_0x367148(0x233),'timeZone':'Time\x20zone','localTimeZone':_0x367148(0x248),'conditionalColor':_0x367148(0x1cb),'conditionsApplied':_0x367148(0x313),'addCondition':'Add\x20condition','calculateWorkingDaysOnly':_0x367148(0x190),'customWorkingDays':_0x367148(0x284),'customWorkingDaysHelp':_0x367148(0x2d1),'notSet':_0x367148(0x217),'settings':'Settings','setWorkingDays':'Set\x20working\x20days','setWorkingDaysDescription':_0x367148(0x2a0),'closeWorkingDaysSettings':_0x367148(0x2be),'addWorkingDays':_0x367148(0x2b4),'holidayName':_0x367148(0x280),'dayOff':_0x367148(0x30e),'working':_0x367148(0x2c6),'add':'Add','removeWorkingDayException':_0x367148(0x2b2),'legalWorkingDays':_0x367148(0x19b),'legalWorkingDaysHelp':_0x367148(0x2c1),'mon':'Mon','tue':'Tue','wed':_0x367148(0x21c),'thu':_0x367148(0x2b3),'fri':_0x367148(0x1c8),'sat':_0x367148(0x1eb),'sun':_0x367148(0x324),'monFri':_0x367148(0x1e3),'days':_0x367148(0x341),'workingDaysSummary':_0x367148(0x2af),'exceptionsSummary':_0x367148(0x25b),'calendarColor':_0x367148(0x24a),'color':'Color','editGroupTitle':_0x367148(0x23a),'groupByFieldFallback':_0x367148(0x1b9),'kanbanGroup':_0x367148(0x2b0),'required':_0x367148(0x2cd),'kanbanGroupHelp':_0x367148(0x2bb)},'operators':{'is':'is','isNot':'is\x20not','contains':_0x367148(0x306),'notContains':'not\x20contain','isEmpty':'is\x20empty','isNotEmpty':_0x367148(0x198),'greaterThan':_0x367148(0x2fe),'lessThan':_0x367148(0x345),'before':_0x367148(0x2dd),'after':_0x367148(0x339)},'viewSettings':{'title':_0x367148(0x300),'viewName':_0x367148(0x321),'addView':_0x367148(0x1db),'createViewTitle':_0x367148(0x1e2),'createViewDescription':_0x367148(0x273),'setAsFirstTab':_0x367148(0x20d),'renameView':_0x367148(0x21d),'duplicateView':_0x367148(0x34d),'configureView':'Configure\x20View','deleteView':'Delete\x20view','newGridView':_0x367148(0x325),'newKanbanView':_0x367148(0x2e4),'newCalendarView':_0x367148(0x2ba),'newGanttView':_0x367148(0x22a),'newGalleryView':_0x367148(0x1b2),'gridView':_0x367148(0x2f0),'gridViewDescription':_0x367148(0x230),'kanbanView':_0x367148(0x23d),'kanbanViewDescription':_0x367148(0x2b8),'calendarView':_0x367148(0x32e),'calendarViewDescription':_0x367148(0x1a0),'ganttView':_0x367148(0x270),'ganttViewDescription':_0x367148(0x310),'galleryView':_0x367148(0x2ab),'galleryViewDescription':_0x367148(0x1a2),'copySuffix':_0x367148(0x1c3)},'tableSidebar':{'searchTables':_0x367148(0x286),'addTable':_0x367148(0x358),'newTable':_0x367148(0x1fe),'collapse':_0x367148(0x241),'expand':_0x367148(0x2d6),'resizeTableSidebar':_0x367148(0x235),'configureTable':_0x367148(0x2e0),'renameTable':_0x367148(0x1ea),'duplicateTable':'Duplicate\x20Table','deleteTable':_0x367148(0x32b),'defaultTableName':'Table\x20{index}'},'footer':{'record':_0x367148(0x1ba),'records':_0x367148(0x196)},'canvas':{'addRecord':_0x367148(0x2ee),'attachmentDropLabel':'Add\x20files\x20to\x20this\x20record','calculate':_0x367148(0x22b),'day':_0x367148(0x262),'fields':_0x367148(0x188),'month':_0x367148(0x28f),'more':_0x367148(0x254),'moveRecord':_0x367148(0x223),'quarter':'Quarter','today':'Today','week':'Week','year':'Year'},'empty':{'value':_0x367148(0x183),'noRecords':_0x367148(0x1f9),'invalidView':'This\x20view\x20needs\x20to\x20be\x20configured'},'formula':{'categories':{'math':_0x367148(0x26d),'statistical':'Statistical','text':_0x367148(0x1a1),'logical':_0x367148(0x231),'date':_0x367148(0x28a),'information':_0x367148(0x29e),'array':_0x367148(0x221),'compatibility':_0x367148(0x185),'cube':_0x367148(0x2cf),'database':'Database','engineering':'Engineering','financial':_0x367148(0x1d3),'lookup':'Lookup\x20and\x20reference','web':_0x367148(0x25d)},'functions':{'SUM':{'abstract':_0x367148(0x303),'description':_0x367148(0x2e8),'parameters':{'number1':{'name':'number1','detail':_0x367148(0x2c3)},'number2':{'name':'number2','detail':_0x367148(0x27b)}}},'AVERAGE':{'abstract':_0x367148(0x288),'description':_0x367148(0x18d),'parameters':{'number1':{'name':_0x367148(0x29b),'detail':'The\x20first\x20number\x20or\x20numeric\x20expression.'},'number2':{'name':_0x367148(0x225),'detail':_0x367148(0x27b)}}},'MIN':{'abstract':_0x367148(0x307),'description':'Returns\x20the\x20smallest\x20numeric\x20value\x20from\x20the\x20arguments.','parameters':{'number1':{'name':_0x367148(0x29b),'detail':_0x367148(0x2c3)},'number2':{'name':_0x367148(0x225),'detail':_0x367148(0x27b)}}},'MAX':{'abstract':_0x367148(0x239),'description':'Returns\x20the\x20largest\x20numeric\x20value\x20from\x20the\x20arguments.','parameters':{'number1':{'name':_0x367148(0x29b),'detail':'The\x20first\x20number\x20or\x20numeric\x20expression.'},'number2':{'name':_0x367148(0x225),'detail':_0x367148(0x27b)}}},'COUNT':{'abstract':'Counts\x20numeric\x20values','description':_0x367148(0x192),'parameters':{'value1':{'name':'value1','detail':'The\x20first\x20value,\x20field,\x20or\x20expression.'},'value2':{'name':'value2','detail':_0x367148(0x31e)}}},'COUNTA':{'abstract':_0x367148(0x261),'description':'Counts\x20arguments\x20that\x20are\x20not\x20empty.','parameters':{'value1':{'name':_0x367148(0x23f),'detail':_0x367148(0x34e)},'value2':{'name':_0x367148(0x193),'detail':_0x367148(0x31e)}}},'MEDIAN':{'abstract':'Returns\x20the\x20median\x20value','description':_0x367148(0x20b),'parameters':{'number1':{'name':'number1','detail':_0x367148(0x2c3)},'number2':{'name':_0x367148(0x225),'detail':_0x367148(0x27b)}}},'ROUND':{'abstract':_0x367148(0x31a),'description':'Rounds\x20a\x20number\x20to\x20a\x20specified\x20number\x20of\x20digits.','parameters':{'number':{'name':_0x367148(0x299),'detail':_0x367148(0x1f1)},'num_digits':{'name':_0x367148(0x26c),'detail':'The\x20number\x20of\x20digits\x20to\x20round\x20to.'}}},'ROUNDUP':{'abstract':'Rounds\x20a\x20number\x20up','description':_0x367148(0x252),'parameters':{'number':{'name':_0x367148(0x299),'detail':_0x367148(0x1f1)},'num_digits':{'name':_0x367148(0x26c),'detail':_0x367148(0x2de)}}},'ROUNDDOWN':{'abstract':_0x367148(0x245),'description':'Rounds\x20a\x20number\x20down,\x20toward\x20zero.','parameters':{'number':{'name':_0x367148(0x299),'detail':'The\x20number\x20or\x20numeric\x20field\x20value\x20to\x20calculate.'},'num_digits':{'name':'num_digits','detail':_0x367148(0x2de)}}},'ABS':{'abstract':'Returns\x20the\x20absolute\x20value\x20of\x20a\x20number','description':_0x367148(0x197),'parameters':{'number':{'name':_0x367148(0x299),'detail':'The\x20number\x20or\x20numeric\x20field\x20value\x20to\x20calculate.'}}},'INT':{'abstract':_0x367148(0x350),'description':_0x367148(0x30f),'parameters':{'number':{'name':_0x367148(0x299),'detail':_0x367148(0x1f1)}}},'MOD':{'abstract':_0x367148(0x33e),'description':_0x367148(0x2e1),'parameters':{'number':{'name':_0x367148(0x299),'detail':_0x367148(0x1f1)},'divisor':{'name':_0x367148(0x330),'detail':_0x367148(0x1d1)}}},'POWER':{'abstract':_0x367148(0x2a5),'description':'Returns\x20the\x20result\x20of\x20a\x20number\x20raised\x20to\x20a\x20power.','parameters':{'number':{'name':_0x367148(0x299),'detail':_0x367148(0x1f1)},'power':{'name':_0x367148(0x32c),'detail':_0x367148(0x352)}}},'SQRT':{'abstract':'Returns\x20a\x20positive\x20square\x20root','description':_0x367148(0x2b1),'parameters':{'number':{'name':_0x367148(0x299),'detail':_0x367148(0x1f1)}}},'PRODUCT':{'abstract':_0x367148(0x1e5),'description':_0x367148(0x18a),'parameters':{'number1':{'name':'number1','detail':_0x367148(0x2c3)},'number2':{'name':_0x367148(0x225),'detail':'Additional\x20numbers\x20or\x20numeric\x20expressions.'}}},'IF':{'abstract':_0x367148(0x27a),'description':'Checks\x20a\x20condition\x20and\x20returns\x20one\x20value\x20when\x20it\x20is\x20TRUE\x20and\x20another\x20value\x20when\x20it\x20is\x20FALSE.','parameters':{'logical_test':{'name':'logical_test','detail':_0x367148(0x1a5)},'value_if_true':{'name':'value_if_true','detail':'The\x20value\x20returned\x20when\x20the\x20condition\x20is\x20TRUE.'},'value_if_false':{'name':_0x367148(0x1a8),'detail':_0x367148(0x25f)}}},'IFS':{'abstract':_0x367148(0x1bb),'description':_0x367148(0x2c4),'parameters':{'logical_test1':{'name':_0x367148(0x328),'detail':_0x367148(0x331)},'value_if_true1':{'name':_0x367148(0x32d),'detail':_0x367148(0x271)},'logical_test2':{'name':_0x367148(0x249),'detail':_0x367148(0x24e)}}},'IFERROR':{'abstract':'Returns\x20a\x20fallback\x20for\x20errors','description':_0x367148(0x343),'parameters':{'value':{'name':'value','detail':_0x367148(0x1cf)},'value_if_error':{'name':_0x367148(0x244),'detail':_0x367148(0x1f7)}}},'AND':{'abstract':_0x367148(0x353),'description':_0x367148(0x187),'parameters':{'logical1':{'name':_0x367148(0x1b7),'detail':_0x367148(0x250)},'logical2':{'name':_0x367148(0x27e),'detail':_0x367148(0x251)}}},'OR':{'abstract':_0x367148(0x320),'description':_0x367148(0x1ed),'parameters':{'logical1':{'name':_0x367148(0x1b7),'detail':_0x367148(0x250)},'logical2':{'name':_0x367148(0x27e),'detail':_0x367148(0x251)}}},'NOT':{'abstract':'Reverses\x20a\x20logical\x20value','description':_0x367148(0x269),'parameters':{'logical':{'name':_0x367148(0x2c5),'detail':_0x367148(0x289)}}},'TRUE':{'abstract':'Returns\x20TRUE','description':_0x367148(0x33f),'parameters':{}},'FALSE':{'abstract':_0x367148(0x1c5),'description':_0x367148(0x281),'parameters':{}},'CONCAT':{'abstract':_0x367148(0x208),'description':_0x367148(0x337),'parameters':{'text1':{'name':'text1','detail':_0x367148(0x355)},'text2':{'name':_0x367148(0x2d8),'detail':_0x367148(0x19a)}}},'TEXTJOIN':{'abstract':'Combines\x20text\x20with\x20a\x20delimiter','description':_0x367148(0x326),'parameters':{'delimiter':{'name':_0x367148(0x267),'detail':_0x367148(0x1d6)},'ignore_empty':{'name':_0x367148(0x216),'detail':_0x367148(0x333)},'text1':{'name':_0x367148(0x2ca),'detail':_0x367148(0x355)},'text2':{'name':_0x367148(0x2d8),'detail':_0x367148(0x19a)}}},'LEN':{'abstract':_0x367148(0x323),'description':'Returns\x20the\x20number\x20of\x20characters\x20in\x20a\x20text\x20string.','parameters':{'text':{'name':_0x367148(0x285),'detail':'The\x20text\x20value,\x20field,\x20or\x20expression\x20to\x20use.'}}},'LEFT':{'abstract':'Returns\x20characters\x20from\x20the\x20start\x20of\x20text','description':_0x367148(0x21f),'parameters':{'text':{'name':'text','detail':_0x367148(0x1ef)},'num_chars':{'name':_0x367148(0x1a6),'detail':'The\x20number\x20of\x20characters\x20to\x20return.'}}},'RIGHT':{'abstract':'Returns\x20characters\x20from\x20the\x20end\x20of\x20text','description':_0x367148(0x1f5),'parameters':{'text':{'name':'text','detail':_0x367148(0x1ef)},'num_chars':{'name':_0x367148(0x1a6),'detail':_0x367148(0x2fc)}}},'MID':{'abstract':_0x367148(0x1af),'description':_0x367148(0x213),'parameters':{'text':{'name':_0x367148(0x285),'detail':'The\x20text\x20value,\x20field,\x20or\x20expression\x20to\x20use.'},'start_num':{'name':'start_num','detail':'The\x20position\x20of\x20the\x20first\x20character\x20to\x20return.'},'num_chars':{'name':_0x367148(0x1a6),'detail':'The\x20number\x20of\x20characters\x20to\x20return.'}}},'UPPER':{'abstract':_0x367148(0x21e),'description':_0x367148(0x312),'parameters':{'text':{'name':_0x367148(0x285),'detail':_0x367148(0x1ef)}}},'LOWER':{'abstract':_0x367148(0x1b4),'description':_0x367148(0x238),'parameters':{'text':{'name':_0x367148(0x285),'detail':'The\x20text\x20value,\x20field,\x20or\x20expression\x20to\x20use.'}}},'TRIM':{'abstract':_0x367148(0x20f),'description':_0x367148(0x2db),'parameters':{'text':{'name':_0x367148(0x285),'detail':_0x367148(0x1ef)}}},'FIND':{'abstract':_0x367148(0x199),'description':'Returns\x20the\x20starting\x20position\x20of\x20one\x20text\x20string\x20within\x20another.\x20FIND\x20is\x20case-sensitive.','parameters':{'find_text':{'name':_0x367148(0x32f),'detail':_0x367148(0x26a)},'within_text':{'name':_0x367148(0x22c),'detail':_0x367148(0x1de)},'start_num':{'name':_0x367148(0x201),'detail':_0x367148(0x1d0)}}},'SEARCH':{'abstract':'Finds\x20text\x20without\x20matching\x20case','description':'Returns\x20the\x20starting\x20position\x20of\x20one\x20text\x20string\x20within\x20another.\x20SEARCH\x20is\x20not\x20case-sensitive.','parameters':{'find_text':{'name':_0x367148(0x32f),'detail':'The\x20text\x20you\x20want\x20to\x20find.'},'within_text':{'name':'within_text','detail':_0x367148(0x1de)},'start_num':{'name':_0x367148(0x201),'detail':_0x367148(0x1d0)}}},'SUBSTITUTE':{'abstract':_0x367148(0x356),'description':_0x367148(0x2ac),'parameters':{'text':{'name':_0x367148(0x285),'detail':_0x367148(0x1ef)},'old_text':{'name':_0x367148(0x22f),'detail':_0x367148(0x24d)},'new_text':{'name':_0x367148(0x25a),'detail':_0x367148(0x2d2)},'instance_num':{'name':'instance_num','detail':'Which\x20occurrence\x20of\x20old_text\x20to\x20replace.\x20If\x20omitted,\x20every\x20occurrence\x20is\x20replaced.'}}},'REPLACE':{'abstract':_0x367148(0x246),'description':_0x367148(0x232),'parameters':{'old_text':{'name':_0x367148(0x22f),'detail':'The\x20text\x20in\x20which\x20characters\x20are\x20replaced.'},'start_num':{'name':'start_num','detail':_0x367148(0x334)},'num_chars':{'name':_0x367148(0x1a6),'detail':_0x367148(0x1b6)},'new_text':{'name':_0x367148(0x25a),'detail':_0x367148(0x317)}}},'TEXT':{'abstract':_0x367148(0x1e0),'description':'Formats\x20a\x20value\x20as\x20text\x20by\x20applying\x20a\x20number\x20format.','parameters':{'value':{'name':_0x367148(0x1ec),'detail':'The\x20value,\x20field,\x20or\x20expression\x20to\x20test.'},'format_text':{'name':_0x367148(0x224),'detail':'The\x20format\x20pattern\x20to\x20apply.'}}},'VALUE':{'abstract':_0x367148(0x226),'description':_0x367148(0x298),'parameters':{'text':{'name':_0x367148(0x285),'detail':'The\x20text\x20value,\x20field,\x20or\x20expression\x20to\x20use.'}}},'TODAY':{'abstract':_0x367148(0x21b),'description':'Returns\x20the\x20current\x20date\x20as\x20a\x20date\x20serial\x20value.','parameters':{}},'NOW':{'abstract':'Returns\x20the\x20current\x20date\x20and\x20time','description':_0x367148(0x340),'parameters':{}},'DATE':{'abstract':_0x367148(0x2f6),'description':_0x367148(0x237),'parameters':{'year':{'name':'year','detail':'The\x20year\x20of\x20the\x20date.'},'month':{'name':_0x367148(0x21a),'detail':_0x367148(0x228)},'day':{'name':_0x367148(0x257),'detail':_0x367148(0x1ad)}}},'YEAR':{'abstract':_0x367148(0x265),'description':_0x367148(0x209),'parameters':{'serialNumber':{'name':_0x367148(0x30c),'detail':_0x367148(0x2d4)}}},'MONTH':{'abstract':_0x367148(0x1ab),'description':_0x367148(0x2ef),'parameters':{'serialNumber':{'name':'serial_number','detail':_0x367148(0x2d4)}}},'DAY':{'abstract':_0x367148(0x2c7),'description':_0x367148(0x234),'parameters':{'serialNumber':{'name':_0x367148(0x30c),'detail':'A\x20date/time\x20serial\x20number\x20or\x20date\x20field\x20value.'}}},'HOUR':{'abstract':_0x367148(0x1dd),'description':_0x367148(0x1b8),'parameters':{'serialNumber':{'name':_0x367148(0x30c),'detail':_0x367148(0x2d4)}}},'MINUTE':{'abstract':_0x367148(0x2c9),'description':_0x367148(0x28b),'parameters':{'serialNumber':{'name':'serial_number','detail':_0x367148(0x2d4)}}},'SECOND':{'abstract':_0x367148(0x205),'description':_0x367148(0x207),'parameters':{'serialNumber':{'name':'serial_number','detail':_0x367148(0x2d4)}}},'DAYS':{'abstract':_0x367148(0x29c),'description':_0x367148(0x319),'parameters':{'end_date':{'name':_0x367148(0x33a),'detail':_0x367148(0x23b)},'start_date':{'name':_0x367148(0x2d3),'detail':_0x367148(0x229)}}},'ISBLANK':{'abstract':_0x367148(0x348),'description':_0x367148(0x1bc),'parameters':{'value':{'name':_0x367148(0x1ec),'detail':_0x367148(0x1cf)}}},'ISNUMBER':{'abstract':_0x367148(0x1a7),'description':_0x367148(0x349),'parameters':{'value':{'name':_0x367148(0x1ec),'detail':_0x367148(0x1cf)}}},'ISTEXT':{'abstract':_0x367148(0x2d0),'description':'Returns\x20TRUE\x20when\x20the\x20value\x20is\x20text.','parameters':{'value':{'name':'value','detail':_0x367148(0x1cf)}}},'ISERROR':{'abstract':_0x367148(0x215),'description':_0x367148(0x305),'parameters':{'value':{'name':_0x367148(0x1ec),'detail':_0x367148(0x1cf)}}}},'generic':{'engineAbstract':_0x367148(0x1d5),'engineDescription':_0x367148(0x2e3),'argument':{'name':_0x367148(0x2b5),'detail':_0x367148(0x2f9)}}}}}[_0x367148(0x2ae)]};export{e as default};
@@ -0,0 +1 @@
1
+ const _0x437763=_0x46f1;function _0x46f1(_0x22f04b,_0x2ada71){_0x22f04b=_0x22f04b-0x1d6;const _0xa6896e=_0xa689();let _0x46f148=_0xa6896e[_0x22f04b];return _0x46f148;}(function(_0x5b92c9,_0x382a18){const _0x306b2e=_0x46f1,_0x33b527=_0x5b92c9();while(!![]){try{const _0x1586af=parseInt(_0x306b2e(0x203))/0x1+-parseInt(_0x306b2e(0x20d))/0x2+-parseInt(_0x306b2e(0x2dd))/0x3*(parseInt(_0x306b2e(0x2ac))/0x4)+-parseInt(_0x306b2e(0x213))/0x5+parseInt(_0x306b2e(0x2df))/0x6+-parseInt(_0x306b2e(0x31b))/0x7*(-parseInt(_0x306b2e(0x21d))/0x8)+parseInt(_0x306b2e(0x2fa))/0x9*(parseInt(_0x306b2e(0x2c6))/0xa);if(_0x1586af===_0x382a18)break;else _0x33b527['push'](_0x33b527['shift']());}catch(_0x3554f8){_0x33b527['push'](_0x33b527['shift']());}}}(_0xa689,0x59720));function _0xa689(){const _0x2ba01e=['The\x20replacement\x20text.','This\x20field\x20type\x20is\x20ready\x20with\x20default\x20settings.','The\x20text\x20in\x20which\x20characters\x20are\x20replaced.','Type\x20here','Group\x20By','Returns\x20a\x20number\x20raised\x20to\x20a\x20power','Select\x20specific\x20date','Returns\x20the\x20month\x20component\x20of\x20a\x20date\x20serial\x20value.','Returns\x20TRUE\x20when\x20the\x20value\x20is\x20text.','day','Thumb','Returns\x20the\x20current\x20date\x20and\x20time','Min','First\x20->\x20Last','Submit','New\x20kanban\x20view','36055MXqEeD','value_if_false','Gallery','Field\x20title','Tables','Additional\x20conditions\x20to\x20test.','Time\x20format','Cell','Delete\x20this\x20view?','Record\x20detail','356982QgshSe','exact\x20date','Business','Returns\x20the\x20largest\x20value','Replaces\x20part\x20of\x20a\x20text\x20string\x20based\x20on\x20starting\x20position\x20and\x20length.','logical1','2133160JRHlqZ','Checks\x20whether\x20a\x20value\x20is\x20a\x20number','in\x20the\x20past\x207\x20days','Add\x20more\x20records\x20after\x20submission','The\x20number\x20by\x20which\x20you\x20want\x20to\x20divide.','No\x20provider\x20data\x20available','Conditional\x20Coloring','Delete\x20Table','Add\x20condition','Previous\x20result','183336WiKgvY','Replaces\x20characters\x20by\x20position','Converts\x20text\x20to\x20uppercase.','Default\x20value\x20is\x20resolved\x20from\x20{count}\x20mock\x20{entity}\x20item{plural}.','Returns\x20characters\x20from\x20the\x20middle\x20of\x20text\x20given\x20a\x20starting\x20position\x20and\x20length.','The\x20value\x20returned\x20when\x20the\x20condition\x20is\x20FALSE.','start_num','Returns\x20TRUE\x20when\x20the\x20value\x20is\x20a\x20number.','Card\x20layout','Calculate\x20working\x20days\x20only','Returns\x20the\x20logical\x20value\x20TRUE.','Add\x20Record','Locked\x20field','Rounds\x20a\x20number\x20down\x20to\x20the\x20nearest\x20integer.','Configure\x20View','Table\x20{index}','Customize\x20working\x20days\x20and\x20days\x20off,\x20and\x20apply\x20them\x20to\x20the\x20current\x20base','Grid','Last\x20Modified\x20Date','Returns\x20a\x20positive\x20square\x20root','Name','{count}\x20more','Calculate','tomorrow','Options','Select\x20members','Currency\x20symbol','Count\x20records','Timeline\x20with\x20start\x20and\x20end\x20dates.','Converts\x20text\x20to\x20uppercase','Combines\x20text\x20values\x20and\x20inserts\x20a\x20delimiter\x20between\x20each\x20value.','Date','Entire\x20Column','Kanban\x20group','Returns\x20one\x20value\x20for\x20TRUE\x20and\x20another\x20for\x20FALSE','24\x20hour','Delete','Automatically\x20assigns\x20a\x20unique\x20increasing\x20index\x20starting\x20from\x201\x20when\x20a\x20record\x20is\x20created.\x20Generated\x20values\x20cannot\x20be\x20edited.','end_date','Financial','Web','The\x20character\x20position\x20at\x20which\x20to\x20start\x20searching.','Open','Normal','Counts\x20non-empty\x20values','Close\x20preview','Text\x20inserted\x20between\x20each\x20combined\x20value.','Invalid\x20phone\x20number','Required','Returns\x20the\x20median\x20value','Custom','Gantt\x20View\x20Settings','A1\x20references\x20and\x20ranges\x20are\x20not\x20supported\x20in\x20Base\x20formulas.','Tall','Decimal\x20places','Enter\x20here','yesterday','value_if_error','Modified\x20By','Returns\x20the\x20absolute\x20value\x20of\x20a\x20number','More\x20field\x20actions','Additional\x20values,\x20fields,\x20or\x20expressions.','Click\x20\x22New\x20Condition\x22\x20to\x20apply\x20colors\x20based\x20on\x20defined\x20conditions.\x20Please\x20note\x20higher\x20conditions\x20are\x20prioritized.','Created\x20By','Custom\x20working\x20days','Large','Single\x20select','Short','Calendar','Returns\x20TRUE\x20when\x20any\x20supplied\x20condition\x20evaluates\x20to\x20TRUE.','Returns\x20the\x20logical\x20value\x20FALSE.','Settings','Next\x20result','old_text','Create\x20Kanban\x20with\x20{fieldName}','Fields','Max','Delete\x20Field','The\x20later\x20date.','Reference\x20the\x20\x22{fieldName}\x22\x20field\x20in\x20the\x20current\x20Base\x20table.\x20It\x20will\x20be\x20saved\x20as\x20table[{fieldName}]\x20for\x20the\x20formula\x20engine.','Title','Time','Formats\x20a\x20value\x20as\x20text\x20by\x20applying\x20a\x20number\x20format.','Start\x20value','Min\x20{value}','in\x20the\x20past\x2030\x20days','Returns\x20the\x20current\x20date','Gantt','New\x20gantt\x20view','View\x20name','Lookup\x20and\x20reference','Type','{count}\x20fields','Number','Fire','Create\x20view','num_digits','logical_test1','records','The\x20first\x20number\x20or\x20numeric\x20expression.','Show\x20field','Add\x20Field\x20To\x20Group','Returns\x20the\x20year\x20of\x20a\x20date','URL','Functions','Search\x20groups','Invalid\x20email\x20address','Start','Heart','is\x20before','text2','Default\x20value','Include\x20time','Kanban','Week','Customize\x20color','Records\x20laid\x20out\x20by\x20date.','Group\x20table\x20by\x20fields','Rounds\x20a\x20number\x20down,\x20toward\x20zero.','Allow\x20adding\x20multiple\x20members\x20in\x20one\x20record','Insert\x20Left','Returns\x20the\x20smallest\x20value','Event\x20Settings','Enter\x20a\x20phone\x20number','{count}\x20conditions\x20applied','The\x20day\x20of\x20the\x20date.','Returns\x20the\x20minute\x20component\x20of\x20a\x20date/time\x20serial\x20value.','digits','Sort\x20from\x20A\x20to\x20Z','Additional\x20text\x20values\x20or\x20fields.','Delete\x20this\x20record?','New\x20field','Close\x20formula\x20editor','Edit\x20formula','Filled','Star','May\x2028,\x202026','Group\x20by\x20{fieldName}','Legal\x20working\x20days\x20will\x20be\x20available\x20after\x20an\x20external\x20calendar\x20API\x20is\x20connected.','Add\x20view','Compatibility','Creates\x20a\x20date\x20value','Function','88cUOKSJ','Add\x20Option','Collapse','No\x20visible\x20fields','Wed','Customize\x20Kanban','The\x20text\x20you\x20want\x20to\x20replace.','Advanced','Converts\x20text\x20to\x20a\x20number','Rename\x20View','Freeze\x20up\x20to\x20This\x20Field','Attach\x20file','{count}\x20days','Returns\x20the\x20positive\x20square\x20root\x20of\x20a\x20number.','Reverses\x20a\x20logical\x20value','Long\x20·\x2015\x20minutes','Additional\x20numbers\x20or\x20numeric\x20expressions.','Day','The\x20month\x20of\x20the\x20date.','Date\x20and\x20time','Cover','Returns\x20the\x20starting\x20position\x20of\x20one\x20text\x20string\x20within\x20another.\x20SEARCH\x20is\x20not\x20case-sensitive.','Add\x20record','Set\x20as\x20First\x20Tab','Returns\x20TRUE\x20when\x20the\x20value\x20is\x20any\x20error\x20value.','logical','10YOtdoE','Holiday\x20name','Sort\x20from\x20Z\x20to\x20A','Fri','Preview','Person','Custom\x20pattern','Current\x20table\x20field','year','This\x20field\x20will\x20be\x20removed\x20from\x20the\x20table.','within\x20the\x20next\x207\x20days','Example','Format\x20type','less\x20than','Reference\x20the\x20\x22{fieldName}\x22\x20field\x20from\x20the\x20\x22{tableName}\x22\x20table.','Copy','Delete\x20this\x20field?','Customize\x20Card','The\x20position\x20of\x20the\x20first\x20character\x20to\x20replace.','is\x20empty','No\x20records','value2','Formats\x20a\x20value\x20as\x20text','3291rGaCBg','Local','1517874DEPaSM','Short\x20·\x201\x20hour','Undo','Unique','Multiplies\x20all\x20numbers\x20supplied\x20as\x20arguments.','Set\x20working\x20days','Statistical','Thu','Save','Returns\x20a\x20fallback\x20value\x20if\x20the\x20expression\x20evaluates\x20to\x20an\x20error;\x20otherwise\x20returns\x20the\x20expression\x20result.','Returns\x20the\x20arithmetic\x20mean\x20of\x20the\x20supplied\x20numeric\x20values.','Default\x20value\x20is\x20resolved\x20from\x20the\x20external\x20Univer\x20{entity}\x20provider.','Above','This\x20table\x20and\x20its\x20records\x20will\x20be\x20removed.','Checks\x20multiple\x20conditions','Mon-Fri','Custom\x20progress\x20bar','Next\x20record','{name}\x20formula\x20engine\x20function','{name}\x20is\x20provided\x20by\x20the\x20Univer\x20formula\x20engine.\x20Base\x20supports\x20field\x20references\x20such\x20as\x20table[Field]\x20and\x20OtherTable[Field],\x20but\x20does\x20not\x20support\x20A1\x20cells,\x20A1:B10\x20ranges,\x20or\x20spilled\x20array\x20output\x20in\x20Base\x20formula\x20fields.','Record\x20Creation\x20Time','Date\x20Created','Rename\x20Table','The\x20first\x20value,\x20field,\x20or\x20expression.','Comma,\x20period','The\x20text\x20containing\x20the\x20text\x20to\x20find.','value1','171729xeJrWs','Show\x20thousands\x20separator','Failed\x20to\x20attach\x20file','Month','The\x20first\x20text\x20value\x20or\x20field.','Counts\x20arguments\x20that\x20contain\x20numbers.','Target\x20value','{count}\x20filled','value_if_true1','is\x20not','repeat','increment','A\x20value,\x20field\x20reference,\x20table\x20field\x20reference,\x20or\x20expression\x20supported\x20by\x20the\x20Univer\x20formula\x20engine.','Returns\x20TRUE\x20if\x20any\x20argument\x20is\x20TRUE','Returns\x20TRUE\x20if\x20all\x20arguments\x20are\x20TRUE','Checks\x20whether\x20one\x20or\x20more\x20conditions\x20are\x20met\x20and\x20returns\x20a\x20value\x20matching\x20the\x20first\x20TRUE\x20condition.','Attachment','Converts\x20text\x20that\x20represents\x20a\x20number\x20to\x20a\x20number.','Returns\x20the\x20hour\x20component\x20of\x20a\x20date/time\x20serial\x20value.','num_chars','{count}\x20records','Basic','Finds\x20text\x20within\x20text','The\x20first\x20condition\x20to\x20test.','Close\x20working\x20days\x20settings','Currency\x20format','Combines\x20text\x20with\x20a\x20delimiter','Value','Checkbox','Filter','Allow\x20negative\x20numbers','Returns\x20the\x20second\x20of\x20a\x20time','Returns\x20the\x20day\x20of\x20a\x20date','210RGFfQQ','this\x20month','Parameters','The\x20number\x20or\x20numeric\x20field\x20value\x20to\x20calculate.','Text','The\x20value\x20returned\x20when\x20the\x20first\x20condition\x20is\x20TRUE.','Rounds\x20a\x20number\x20down\x20to\x20an\x20integer','Cross','Returns\x20the\x20minute\x20of\x20a\x20time','Use\x20fields\x20like\x20[Amount].\x20A1:B10\x20and\x20single\x20cell\x20references\x20are\x20not\x20allowed.','Configure\x20{tableName}','Allow\x20adding\x20multiple\x20groups\x20in\x20one\x20record','Conditional\x20color','Removes\x20extra\x20spaces\x20from\x20text','Flag','Customize\x20Field','The\x20value\x20returned\x20when\x20the\x20condition\x20is\x20TRUE.','Additional\x20conditions\x20that\x20evaluate\x20to\x20TRUE\x20or\x20FALSE.','The\x20text\x20that\x20replaces\x20the\x20old\x20characters.','Move\x20record','is\x20after','Add\x20table','Color','Counts\x20numeric\x20values','value','Insert','Close\x20search','greater\x20than','Returns\x20the\x20largest\x20numeric\x20value\x20from\x20the\x20arguments.','Inline\x20fields\x20that\x20wrap','within\x20the\x20next\x2030\x20days','Display\x20color','decrement','Empty','Unassigned','number1','Percent','Medal','None','Rounds\x20a\x20number','Number\x20format','Returns\x20the\x20median\x20of\x20the\x20supplied\x20numeric\x20values.','Add\x20field','Counts\x20arguments\x20that\x20are\x20not\x20empty.','Working','Accounting','Period,\x20comma','Progress','Done','Adds\x20numbers','Whether\x20empty\x20values\x20should\x20be\x20ignored.','The\x20number\x20of\x20characters\x20to\x20replace.','Delete\x20record','Calendar\x20View\x20Settings','Checks\x20whether\x20a\x20value\x20is\x20empty','Returns\x20the\x20remainder\x20after\x20a\x20number\x20is\x20divided\x20by\x20a\x20divisor.','Logical','Cards\x20grouped\x20by\x20a\x20select\x20field.','Option','Direction','Replaces\x20existing\x20text\x20with\x20new\x20text\x20in\x20a\x20text\x20string.','Changes\x20TRUE\x20to\x20FALSE\x20and\x20FALSE\x20to\x20TRUE.','Array','The\x20text\x20value,\x20field,\x20or\x20expression\x20to\x20use.','number','Customize\x20working\x20days\x20and\x20days\x20off\x20for\x20this\x20Gantt\x20view.\x20If\x20not\x20set,\x20Monday\x20to\x20Friday\x20is\x20used\x20when\x20working-day\x20calculation\x20is\x20enabled.','No\x20matching\x20members.','number2','Duplicate\x20Field','Clear\x20content','Progress\x20color\x20{color}','Returns\x20the\x20day\x20component\x20of\x20a\x20date\x20serial\x20value.','Icon','Rounds\x20a\x20number\x20up','The\x20first\x20condition\x20that\x20evaluates\x20to\x20TRUE\x20or\x20FALSE.','Reference\x20options','Date\x20format','Hide\x20field','Space,\x20period','The\x20value\x20returned\x20when\x20the\x20expression\x20is\x20an\x20error.','Customize\x20number/text\x20format\x20and\x20rules','Returns\x20the\x20smallest\x20numeric\x20value\x20from\x20the\x20arguments.','The\x20earlier\x20date.','Select\x20option','Confirm','Returns\x20days\x20between\x20two\x20dates','within_text','Edit\x20{fieldName}','Delete\x20records','checked','Start\x20date','Group\x20by\x20field','delimiter','Returns\x20characters\x20from\x20the\x20end\x20of\x20text','The\x20text\x20you\x20want\x20to\x20find.','The\x20number\x20of\x20characters\x20to\x20return.','Style','This\x20record\x20will\x20be\x20removed.','start_date','Remove\x20working\x20day\x20exception','Group','Show\x20field\x20names','power','Add\x20attachment','Enter\x20a\x20URL\x20(e.g.\x20univer.ai\x20or\x20https://univer.ai/skills).','Current','Returns\x20TRUE\x20when\x20all\x20supplied\x20conditions\x20evaluate\x20to\x20TRUE.','Math','Auto\x20increment','Add\x20working\x20days','The\x20number\x20of\x20digits\x20to\x20round\x20to.','Space,\x20comma','logical2','View\x20Settings','Kanban\x20views\x20always\x20use\x20one\x20group\x20field.','Search\x20members','Converts\x20text\x20to\x20lowercase.','Converts\x20text\x20to\x20lowercase','new_text','Returns\x20the\x20current\x20date\x20and\x20time\x20as\x20a\x20date/time\x20serial\x20value.','Returns\x20the\x20result\x20of\x20a\x20number\x20raised\x20to\x20a\x20power.','FILE','Incremental','Edit\x20Field','Sheet\x20pattern','Year','find_text','value_if_true','Below','last\x20month','Select\x20or\x20add\x20an\x20option','Calendar\x20color','Returns\x20a\x20fallback\x20for\x20errors','Delete\x20this\x20table?','Expand','Delete\x20view','New','Sort','Select\x20groups','text1','instance_num','The\x20format\x20pattern\x20to\x20apply.','The\x20value,\x20field,\x20or\x20expression\x20to\x20test.','serial_number','Apply\x20Smart\x20Color\x20to\x20All','Returns\x20the\x20second\x20component\x20of\x20a\x20date/time\x20serial\x20value.','Align\x20with\x20records','Returns\x20characters\x20from\x20the\x20start\x20of\x20text','Smile','Rounds\x20a\x20number\x20to\x20a\x20specified\x20number\x20of\x20digits.','Max\x20{value}','text','Combines\x20text\x20values','Returns\x20the\x20average\x20of\x20arguments','Add\x20an\x20option','Rating','A\x20date/time\x20serial\x20number\x20or\x20date\x20field\x20value.','Cube','No\x20provider\x20group\x20data\x20available','Please\x20select','Duplicate\x20view','Adds\x20all\x20numbers,\x20numeric\x20fields,\x20or\x20numeric\x20expressions\x20supplied\x20as\x20arguments.','Apply','Rounds\x20a\x20number\x20up,\x20away\x20from\x20zero.','Combines\x20text\x20from\x20multiple\x20values,\x20fields,\x20or\x20expressions.','univer.ai\x20or\x20https://univer.ai'];_0xa689=function(){return _0x2ba01e;};return _0xa689();}const e={'bases-ui':{'bases-ui':{'menu':{'addRecord':_0x437763(0x228),'addBlankRecord':'Add\x20blank\x20record','addFiveBlankRecords':'Add\x205\x20blank\x20records','customizeField':_0x437763(0x32a),'viewSettings':'View\x20Settings','filter':_0x437763(0x317),'sort':_0x437763(0x1d6),'group':_0x437763(0x1f7),'groupByFields':_0x437763(0x292),'rowHeight':'Row\x20Height','rowHeightShort':_0x437763(0x260),'rowHeightMedium':'Medium','rowHeightTall':_0x437763(0x252),'rowHeightExtraTall':'Extra\x20Tall','conditionalColoring':_0x437763(0x219),'conditionalColoringHelp':_0x437763(0x25b),'conditionalColoringSmart':_0x437763(0x1dd),'conditionalColor':_0x437763(0x331),'conditionalCustomColor':_0x437763(0x24f),'conditionalTargetCell':_0x437763(0x20a),'conditionalTargetRow':'Entire\x20Row','conditionalTargetColumn':_0x437763(0x23d),'conditionalEnterValue':_0x437763(0x254),'conditionalExactDate':_0x437763(0x20e),'conditionalToday':'today','conditionalTomorrow':_0x437763(0x234),'conditionalYesterday':_0x437763(0x255),'conditionalThisWeek':'this\x20week','conditionalLastWeek':'last\x20week','conditionalThisMonth':_0x437763(0x31c),'conditionalLastMonth':_0x437763(0x39c),'conditionalPast7':_0x437763(0x215),'conditionalNext7':_0x437763(0x2d0),'conditionalPast30':_0x437763(0x272),'conditionalNext30':_0x437763(0x339),'conditionalChecked':_0x437763(0x374),'conditionalUnchecked':'unchecked','addField':_0x437763(0x345),'undo':_0x437763(0x2e1),'redo':'Redo'},'recordDetail':{'title':_0x437763(0x20c),'close':'Close\x20record\x20detail','open':_0x437763(0x247),'delete':'Delete\x20record','deleteConfirmTitle':_0x437763(0x29f),'deleteConfirmDescription':_0x437763(0x37c),'submit':_0x437763(0x201),'addMoreAfterSubmission':_0x437763(0x216)},'gridContext':{'insert':_0x437763(0x334),'above':_0x437763(0x2eb),'below':_0x437763(0x39b),'openRecord':'Open\x20record','clearContent':_0x437763(0x360),'deleteRecord':_0x437763(0x34f),'deleteRecords':_0x437763(0x373)},'common':{'apply':_0x437763(0x1ef),'cancel':'Cancel','clear':'Clear','confirm':_0x437763(0x36f),'delete':_0x437763(0x241),'save':_0x437763(0x2e7),'search':'Search','searchPrevious':_0x437763(0x21c),'searchNext':_0x437763(0x265),'searchClose':_0x437763(0x335),'value':_0x437763(0x315),'newCondition':'New\x20condition','newBadge':_0x437763(0x3a3)},'footerStat':{'none':'None','countOption':_0x437763(0x238),'filledOption':_0x437763(0x2a3),'emptyOption':_0x437763(0x33c),'uniqueOption':_0x437763(0x2e2),'sumOption':'Sum','averageOption':'Average','minOption':_0x437763(0x1ff),'maxOption':_0x437763(0x269),'count':_0x437763(0x30e),'filled':_0x437763(0x301),'empty':'{count}\x20empty','unique':'{count}\x20unique','sum':'Sum\x20{value}','average':'Avg\x20{value}','min':_0x437763(0x271),'max':_0x437763(0x1e3)},'confirmDelete':{'tableTitle':_0x437763(0x3a0),'tableDescription':_0x437763(0x2ec),'viewTitle':_0x437763(0x20b),'viewDescription':'This\x20view\x20will\x20be\x20removed.','fieldTitle':_0x437763(0x2d6),'fieldDescription':_0x437763(0x2cf)},'fieldConfig':{'fieldTitle':_0x437763(0x206),'fieldTitlePlaceholder':'Enter\x20a\x20field\x20title','fieldType':'Field\x20type','fieldTypeSectionBasic':_0x437763(0x30f),'fieldTypeSectionBusiness':_0x437763(0x20f),'fieldTypeSectionAdvanced':_0x437763(0x2b3),'defaultValue':_0x437763(0x28c),'newField':_0x437763(0x2a0),'defaultSettingsReady':_0x437763(0x1f4),'numberFormat':_0x437763(0x343),'currencyFormat':_0x437763(0x313),'dateFormat':_0x437763(0x367),'dateMonthNameExample':_0x437763(0x2a5),'decimalPlaces':_0x437763(0x253),'example':_0x437763(0x2d1),'icon':_0x437763(0x363),'scale':'Scale','options':_0x437763(0x235),'referenceOptions':_0x437763(0x366),'addOption':_0x437763(0x2ad),'addOptionPlaceholder':_0x437763(0x1e7),'removeOption':'Remove\x20option','selectOption':_0x437763(0x36e),'option':_0x437763(0x355),'numberingType':'Numbering\x20type','autoIncrement':_0x437763(0x387),'custom':'Custom','customizeNumbering':_0x437763(0x36b),'preview':_0x437763(0x2ca),'incremental':_0x437763(0x395),'digits':_0x437763(0x29c),'start':_0x437763(0x288),'step':'Step','dateCreated':'Date\x20Created','customText':'Custom\x20text','lockedField':_0x437763(0x229),'showField':_0x437763(0x281),'hideField':_0x437763(0x368),'moreFieldActions':_0x437763(0x259),'edit':'Edit','addFieldToGroup':_0x437763(0x282),'editField':_0x437763(0x396),'editFieldDescription':'Edit\x20Field\x20Description','duplicateField':_0x437763(0x35f),'insertLeft':_0x437763(0x295),'insertRight':'Insert\x20Right','freezeToField':_0x437763(0x2b6),'sortAsc':_0x437763(0x29d),'sortDesc':_0x437763(0x2c8),'groupByField':_0x437763(0x2a6),'filterByField':'Filter\x20by\x20{fieldName}','createKanbanWithField':_0x437763(0x267),'deleteField':_0x437763(0x26a),'referenceOptionsHelp':'Reference\x20data\x20from\x20other\x20tables\x20as\x20options','allowMultipleMembers':_0x437763(0x294),'allowMultipleGroups':_0x437763(0x326),'defaultProviderMock':_0x437763(0x220),'defaultProviderExternal':_0x437763(0x2ea),'linkPlaceholder':_0x437763(0x383),'phonePlaceholder':_0x437763(0x298),'currencySymbol':_0x437763(0x237),'thousandsSeparator':'Thousands\x20separator','showThousandsSeparator':_0x437763(0x2fb),'largeNumberAbbreviation':'Large\x20number\x20abbreviation','allowNegativeNumbers':_0x437763(0x318),'includeTime':_0x437763(0x28d),'timeFormat':_0x437763(0x209),'hour24':_0x437763(0x240),'hour12':'12\x20hour\x20am/pm','none':_0x437763(0x341),'recordCreationTime':_0x437763(0x2f3),'selectSpecificDate':_0x437763(0x1f9),'percent':_0x437763(0x33f),'number':_0x437763(0x27a),'color':_0x437763(0x331),'style':_0x437763(0x37b),'progressColor':_0x437763(0x361),'customProgressBar':_0x437763(0x2ef),'startValue':_0x437763(0x270),'targetValue':_0x437763(0x300),'searchGroups':_0x437763(0x286),'selectGroups':_0x437763(0x1d7),'noProviderGroupData':_0x437763(0x1eb),'noMatchingGroups':'No\x20matching\x20groups.','searchMembers':_0x437763(0x38e),'selectMembers':_0x437763(0x236),'noProviderData':_0x437763(0x218),'noMatchingMembers':_0x437763(0x35d),'noFormulaConfigured':'No\x20formula\x20configured','editFormula':_0x437763(0x2a2),'closeFormulaEditor':_0x437763(0x2a1),'formulaHint':_0x437763(0x324),'formulaReferenceError':_0x437763(0x251),'formulaTables':_0x437763(0x207),'formulaFields':_0x437763(0x268),'formulaFunctions':_0x437763(0x285),'formulaFunction':_0x437763(0x2ab),'formulaParameters':_0x437763(0x31d),'formulaOptional':'optional','formulaRepeat':_0x437763(0x304),'formulaExample':'Example:','currentTable':_0x437763(0x384),'currentTableField':_0x437763(0x2cd),'fieldFromTable':'Field\x20from\x20{tableName}','referenceCurrentField':_0x437763(0x26c),'referenceTableField':_0x437763(0x2d4),'fieldNameColumn':_0x437763(0x231),'fieldTypeColumn':_0x437763(0x278),'insertColumn':_0x437763(0x334),'insert':_0x437763(0x334),'formulaNumberFormatSheetPattern':_0x437763(0x397),'formulaFormatType':_0x437763(0x2d2),'formulaCustomPattern':_0x437763(0x2cc),'formulaFormatGeneral':'General','formulaFormatNumber':_0x437763(0x27a),'formulaFormatCurrency':'Currency','formulaFormatAccounting':_0x437763(0x348),'formulaFormatPercent':_0x437763(0x33f),'formulaFormatDateTime':'Date\x20/\x20Time','addDescriptionPlaceholder':'Add\x20a\x20description','numberingDescription':_0x437763(0x242),'optionColor':'Option\x20color','separatorLocal':_0x437763(0x2de),'separatorCommaPeriod':_0x437763(0x2f7),'separatorPeriodComma':_0x437763(0x349),'separatorSpaceComma':_0x437763(0x38a),'separatorSpacePeriod':_0x437763(0x369),'direction':_0x437763(0x356),'groupFirstToLast':_0x437763(0x200),'groupLastToFirst':'Last\x20->\x20First','checkboxIconCheck':'Check','checkboxIconCross':_0x437763(0x322),'checkboxIconStar':_0x437763(0x2a4),'checkboxIconHeart':_0x437763(0x289),'checkboxIconThumb':'Thumb','checkboxIconFlag':_0x437763(0x329),'checkboxIconDot':'Dot','ratingIconStar':_0x437763(0x2a4),'ratingIconHeart':_0x437763(0x289),'ratingIconThumb':_0x437763(0x1fd),'ratingIconFire':_0x437763(0x27b),'ratingIconSmile':_0x437763(0x1e1),'ratingIconLightning':'Lightning','ratingIconMedal':_0x437763(0x340),'increment':_0x437763(0x305),'decrement':_0x437763(0x33b)},'cellEditor':{'done':_0x437763(0x34b),'text':'Text','displayText':'Display\x20text','url':_0x437763(0x284),'linkPlaceholder':_0x437763(0x1f2),'attachments':'Attachments','attachFile':_0x437763(0x2b7),'failedToAttachFile':_0x437763(0x2fc),'file':_0x437763(0x394),'invalidEmail':_0x437763(0x287),'invalidPhone':_0x437763(0x24c),'closePreview':_0x437763(0x24a),'searchOption':_0x437763(0x39d),'selectOption':_0x437763(0x36e),'selectOptions':'Select\x20options','previousMonth':'Previous\x20month','nextMonth':'Next\x20month','time':_0x437763(0x26e)},'recordDetailField':{'previousRecord':'Previous\x20record','nextRecord':_0x437763(0x2f0),'pleaseSelect':_0x437763(0x1ec),'addAttachment':_0x437763(0x382),'failedToAttachFile':_0x437763(0x2fc),'closePreview':_0x437763(0x24a),'typeHere':_0x437763(0x1f6),'empty':_0x437763(0x33c),'unassigned':_0x437763(0x33d),'editField':_0x437763(0x372),'noVisibleFields':_0x437763(0x2af)},'fieldTypes':{'text':'Text','singleSelect':_0x437763(0x25f),'multiSelect':'Multiple\x20select','person':_0x437763(0x2cb),'group':_0x437763(0x37f),'date':_0x437763(0x23c),'attachment':_0x437763(0x30a),'number':_0x437763(0x27a),'checkbox':_0x437763(0x316),'link':'URL','formula':'Formula','numbering':'Numbering','phone':'Phone\x20Number','email':'Email','progress':_0x437763(0x34a),'currency':'Currency','rating':_0x437763(0x1e8),'createdBy':_0x437763(0x25c),'updatedBy':_0x437763(0x257),'createdAt':_0x437763(0x2f4),'updatedAt':_0x437763(0x22f)},'viewMenus':{'customizeKanban':_0x437763(0x2b1),'customizeCard':_0x437763(0x2d7),'eventSettings':_0x437763(0x297),'calendarViewSettings':_0x437763(0x350),'calendarViewSettingsTitle':'Calendar\x20View\x20Settings','ganttViewSettings':_0x437763(0x250),'fieldsCount':_0x437763(0x279),'cover':_0x437763(0x2c0),'cardLayout':_0x437763(0x225),'normal':_0x437763(0x248),'normalDescription':'Title\x20left,\x20fields\x20right','compose':'Compose','composeDescription':_0x437763(0x338),'cardSize':'Card\x20size','small':'Small','medium':'Medium','large':_0x437763(0x25e),'showFieldNames':_0x437763(0x380),'startDate':_0x437763(0x375),'endDate':'End\x20date','title':_0x437763(0x26d),'timeslotSize':'Timeslot\x20size','timeslotShort':_0x437763(0x2e0),'timeslotMedium':'Medium\x20·\x2030\x20minutes','timeslotLong':_0x437763(0x2bb),'displayColor':_0x437763(0x33a),'customizeColor':_0x437763(0x290),'alignWithRecords':_0x437763(0x1df),'timeZone':'Time\x20zone','localTimeZone':'Local\x20({timeZone})','conditionalColor':_0x437763(0x327),'conditionsApplied':_0x437763(0x299),'addCondition':_0x437763(0x21b),'calculateWorkingDaysOnly':_0x437763(0x226),'customWorkingDays':_0x437763(0x25d),'customWorkingDaysHelp':_0x437763(0x35c),'notSet':'Not\x20set','settings':_0x437763(0x264),'setWorkingDays':_0x437763(0x2e4),'setWorkingDaysDescription':_0x437763(0x22d),'closeWorkingDaysSettings':_0x437763(0x312),'addWorkingDays':_0x437763(0x388),'holidayName':_0x437763(0x2c7),'dayOff':'Day\x20off','working':_0x437763(0x347),'add':'Add','removeWorkingDayException':_0x437763(0x37e),'legalWorkingDays':'Legal\x20working\x20days','legalWorkingDaysHelp':_0x437763(0x2a7),'mon':'Mon','tue':'Tue','wed':_0x437763(0x2b0),'thu':_0x437763(0x2e6),'fri':_0x437763(0x2c9),'sat':'Sat','sun':'Sun','monFri':_0x437763(0x2ee),'days':_0x437763(0x2b8),'workingDaysSummary':'{days}{exceptions}','exceptionsSummary':'\x20·\x20{count}\x20exception{plural}','calendarColor':_0x437763(0x39e),'color':'Color','editGroupTitle':'Edit\x20group\x20title','groupByFieldFallback':_0x437763(0x376),'kanbanGroup':_0x437763(0x23e),'required':_0x437763(0x24d),'kanbanGroupHelp':_0x437763(0x38d)},'operators':{'is':'is','isNot':_0x437763(0x303),'contains':'contains','notContains':'not\x20contain','isEmpty':_0x437763(0x2d9),'isNotEmpty':'is\x20not\x20empty','greaterThan':_0x437763(0x336),'lessThan':_0x437763(0x2d3),'before':_0x437763(0x28a),'after':_0x437763(0x32f)},'viewSettings':{'title':_0x437763(0x38c),'viewName':_0x437763(0x276),'addView':_0x437763(0x2a8),'createViewTitle':_0x437763(0x27c),'createViewDescription':'Choose\x20how\x20this\x20table\x20should\x20be\x20projected.','setAsFirstTab':_0x437763(0x2c3),'renameView':_0x437763(0x2b5),'duplicateView':_0x437763(0x1ed),'configureView':_0x437763(0x22b),'deleteView':_0x437763(0x3a2),'newGridView':'New\x20grid\x20view','newKanbanView':_0x437763(0x202),'newCalendarView':'New\x20calendar\x20view','newGanttView':_0x437763(0x275),'newGalleryView':'New\x20gallery\x20view','gridView':_0x437763(0x22e),'gridViewDescription':'Rows\x20and\x20fields\x20for\x20detailed\x20editing.','kanbanView':_0x437763(0x28e),'kanbanViewDescription':_0x437763(0x354),'calendarView':_0x437763(0x261),'calendarViewDescription':_0x437763(0x291),'ganttView':_0x437763(0x274),'ganttViewDescription':_0x437763(0x239),'galleryView':_0x437763(0x205),'galleryViewDescription':'Visual\x20cards\x20for\x20browsing\x20records.','copySuffix':_0x437763(0x2d5)},'tableSidebar':{'searchTables':'Search\x20tables','addTable':_0x437763(0x330),'newTable':_0x437763(0x3a3),'collapse':_0x437763(0x2ae),'expand':_0x437763(0x3a1),'resizeTableSidebar':'Resize\x20table\x20sidebar','configureTable':_0x437763(0x325),'renameTable':_0x437763(0x2f5),'duplicateTable':'Duplicate\x20Table','deleteTable':_0x437763(0x21a),'defaultTableName':_0x437763(0x22c)},'footer':{'record':'record','records':_0x437763(0x27f)},'canvas':{'addRecord':_0x437763(0x2c2),'attachmentDropLabel':'Add\x20files\x20to\x20this\x20record','calculate':_0x437763(0x233),'day':_0x437763(0x2bd),'fields':'Fields','month':_0x437763(0x2fd),'more':_0x437763(0x232),'moveRecord':_0x437763(0x32e),'quarter':'Quarter','today':'Today','week':_0x437763(0x28f),'year':_0x437763(0x398)},'empty':{'value':_0x437763(0x33c),'noRecords':_0x437763(0x2da),'invalidView':'This\x20view\x20needs\x20to\x20be\x20configured'},'formula':{'categories':{'math':_0x437763(0x386),'statistical':_0x437763(0x2e5),'text':_0x437763(0x31f),'logical':_0x437763(0x353),'date':_0x437763(0x2bf),'information':'Information','array':_0x437763(0x359),'compatibility':_0x437763(0x2a9),'cube':_0x437763(0x1ea),'database':'Database','engineering':'Engineering','financial':_0x437763(0x244),'lookup':_0x437763(0x277),'web':_0x437763(0x245)},'functions':{'SUM':{'abstract':_0x437763(0x34c),'description':_0x437763(0x1ee),'parameters':{'number1':{'name':_0x437763(0x33e),'detail':_0x437763(0x280)},'number2':{'name':_0x437763(0x35e),'detail':'Additional\x20numbers\x20or\x20numeric\x20expressions.'}}},'AVERAGE':{'abstract':_0x437763(0x1e6),'description':_0x437763(0x2e9),'parameters':{'number1':{'name':_0x437763(0x33e),'detail':_0x437763(0x280)},'number2':{'name':'number2','detail':_0x437763(0x2bc)}}},'MIN':{'abstract':_0x437763(0x296),'description':_0x437763(0x36c),'parameters':{'number1':{'name':_0x437763(0x33e),'detail':'The\x20first\x20number\x20or\x20numeric\x20expression.'},'number2':{'name':_0x437763(0x35e),'detail':'Additional\x20numbers\x20or\x20numeric\x20expressions.'}}},'MAX':{'abstract':_0x437763(0x210),'description':_0x437763(0x337),'parameters':{'number1':{'name':_0x437763(0x33e),'detail':_0x437763(0x280)},'number2':{'name':_0x437763(0x35e),'detail':_0x437763(0x2bc)}}},'COUNT':{'abstract':_0x437763(0x332),'description':_0x437763(0x2ff),'parameters':{'value1':{'name':_0x437763(0x2f9),'detail':_0x437763(0x2f6)},'value2':{'name':_0x437763(0x2db),'detail':_0x437763(0x25a)}}},'COUNTA':{'abstract':_0x437763(0x249),'description':_0x437763(0x346),'parameters':{'value1':{'name':'value1','detail':_0x437763(0x2f6)},'value2':{'name':_0x437763(0x2db),'detail':_0x437763(0x25a)}}},'MEDIAN':{'abstract':_0x437763(0x24e),'description':_0x437763(0x344),'parameters':{'number1':{'name':_0x437763(0x33e),'detail':_0x437763(0x280)},'number2':{'name':_0x437763(0x35e),'detail':_0x437763(0x2bc)}}},'ROUND':{'abstract':_0x437763(0x342),'description':_0x437763(0x1e2),'parameters':{'number':{'name':_0x437763(0x35b),'detail':'The\x20number\x20or\x20numeric\x20field\x20value\x20to\x20calculate.'},'num_digits':{'name':_0x437763(0x27d),'detail':_0x437763(0x389)}}},'ROUNDUP':{'abstract':_0x437763(0x364),'description':_0x437763(0x1f0),'parameters':{'number':{'name':_0x437763(0x35b),'detail':_0x437763(0x31e)},'num_digits':{'name':_0x437763(0x27d),'detail':_0x437763(0x389)}}},'ROUNDDOWN':{'abstract':'Rounds\x20a\x20number\x20down','description':_0x437763(0x293),'parameters':{'number':{'name':_0x437763(0x35b),'detail':_0x437763(0x31e)},'num_digits':{'name':'num_digits','detail':_0x437763(0x389)}}},'ABS':{'abstract':_0x437763(0x258),'description':'Returns\x20the\x20absolute\x20value\x20of\x20a\x20number.\x20The\x20absolute\x20value\x20is\x20the\x20number\x20without\x20its\x20sign.','parameters':{'number':{'name':_0x437763(0x35b),'detail':_0x437763(0x31e)}}},'INT':{'abstract':_0x437763(0x321),'description':_0x437763(0x22a),'parameters':{'number':{'name':'number','detail':_0x437763(0x31e)}}},'MOD':{'abstract':'Returns\x20the\x20remainder\x20from\x20division','description':_0x437763(0x352),'parameters':{'number':{'name':_0x437763(0x35b),'detail':_0x437763(0x31e)},'divisor':{'name':'divisor','detail':_0x437763(0x217)}}},'POWER':{'abstract':_0x437763(0x1f8),'description':_0x437763(0x393),'parameters':{'number':{'name':_0x437763(0x35b),'detail':_0x437763(0x31e)},'power':{'name':_0x437763(0x381),'detail':'The\x20exponent\x20to\x20apply\x20to\x20the\x20base\x20number.'}}},'SQRT':{'abstract':_0x437763(0x230),'description':_0x437763(0x2b9),'parameters':{'number':{'name':_0x437763(0x35b),'detail':_0x437763(0x31e)}}},'PRODUCT':{'abstract':'Multiplies\x20arguments','description':_0x437763(0x2e3),'parameters':{'number1':{'name':_0x437763(0x33e),'detail':'The\x20first\x20number\x20or\x20numeric\x20expression.'},'number2':{'name':_0x437763(0x35e),'detail':'Additional\x20numbers\x20or\x20numeric\x20expressions.'}}},'IF':{'abstract':_0x437763(0x23f),'description':'Checks\x20a\x20condition\x20and\x20returns\x20one\x20value\x20when\x20it\x20is\x20TRUE\x20and\x20another\x20value\x20when\x20it\x20is\x20FALSE.','parameters':{'logical_test':{'name':'logical_test','detail':'The\x20condition\x20you\x20want\x20to\x20test.'},'value_if_true':{'name':_0x437763(0x39a),'detail':_0x437763(0x32b)},'value_if_false':{'name':_0x437763(0x204),'detail':_0x437763(0x222)}}},'IFS':{'abstract':_0x437763(0x2ed),'description':_0x437763(0x309),'parameters':{'logical_test1':{'name':_0x437763(0x27e),'detail':_0x437763(0x311)},'value_if_true1':{'name':_0x437763(0x302),'detail':_0x437763(0x320)},'logical_test2':{'name':'logical_test2','detail':_0x437763(0x208)}}},'IFERROR':{'abstract':_0x437763(0x39f),'description':_0x437763(0x2e8),'parameters':{'value':{'name':_0x437763(0x333),'detail':_0x437763(0x1db)},'value_if_error':{'name':_0x437763(0x256),'detail':_0x437763(0x36a)}}},'AND':{'abstract':_0x437763(0x308),'description':_0x437763(0x385),'parameters':{'logical1':{'name':_0x437763(0x212),'detail':_0x437763(0x365)},'logical2':{'name':_0x437763(0x38b),'detail':_0x437763(0x32c)}}},'OR':{'abstract':_0x437763(0x307),'description':_0x437763(0x262),'parameters':{'logical1':{'name':_0x437763(0x212),'detail':'The\x20first\x20condition\x20that\x20evaluates\x20to\x20TRUE\x20or\x20FALSE.'},'logical2':{'name':_0x437763(0x38b),'detail':_0x437763(0x32c)}}},'NOT':{'abstract':_0x437763(0x2ba),'description':_0x437763(0x358),'parameters':{'logical':{'name':_0x437763(0x2c5),'detail':'A\x20value\x20or\x20expression\x20that\x20can\x20be\x20evaluated\x20as\x20TRUE\x20or\x20FALSE.'}}},'TRUE':{'abstract':'Returns\x20TRUE','description':_0x437763(0x227),'parameters':{}},'FALSE':{'abstract':'Returns\x20FALSE','description':_0x437763(0x263),'parameters':{}},'CONCAT':{'abstract':_0x437763(0x1e5),'description':_0x437763(0x1f1),'parameters':{'text1':{'name':_0x437763(0x1d8),'detail':_0x437763(0x2fe)},'text2':{'name':_0x437763(0x28b),'detail':_0x437763(0x29e)}}},'TEXTJOIN':{'abstract':_0x437763(0x314),'description':_0x437763(0x23b),'parameters':{'delimiter':{'name':_0x437763(0x377),'detail':_0x437763(0x24b)},'ignore_empty':{'name':'ignore_empty','detail':_0x437763(0x34d)},'text1':{'name':_0x437763(0x1d8),'detail':_0x437763(0x2fe)},'text2':{'name':_0x437763(0x28b),'detail':_0x437763(0x29e)}}},'LEN':{'abstract':'Returns\x20the\x20number\x20of\x20characters\x20in\x20text','description':'Returns\x20the\x20number\x20of\x20characters\x20in\x20a\x20text\x20string.','parameters':{'text':{'name':_0x437763(0x1e4),'detail':_0x437763(0x35a)}}},'LEFT':{'abstract':_0x437763(0x1e0),'description':'Returns\x20the\x20specified\x20number\x20of\x20characters\x20from\x20the\x20beginning\x20of\x20text.','parameters':{'text':{'name':_0x437763(0x1e4),'detail':_0x437763(0x35a)},'num_chars':{'name':_0x437763(0x30d),'detail':'The\x20number\x20of\x20characters\x20to\x20return.'}}},'RIGHT':{'abstract':_0x437763(0x378),'description':'Returns\x20the\x20specified\x20number\x20of\x20characters\x20from\x20the\x20end\x20of\x20text.','parameters':{'text':{'name':'text','detail':_0x437763(0x35a)},'num_chars':{'name':_0x437763(0x30d),'detail':_0x437763(0x37a)}}},'MID':{'abstract':'Returns\x20characters\x20from\x20the\x20middle\x20of\x20text','description':_0x437763(0x221),'parameters':{'text':{'name':_0x437763(0x1e4),'detail':_0x437763(0x35a)},'start_num':{'name':_0x437763(0x223),'detail':'The\x20position\x20of\x20the\x20first\x20character\x20to\x20return.'},'num_chars':{'name':_0x437763(0x30d),'detail':'The\x20number\x20of\x20characters\x20to\x20return.'}}},'UPPER':{'abstract':_0x437763(0x23a),'description':_0x437763(0x21f),'parameters':{'text':{'name':'text','detail':_0x437763(0x35a)}}},'LOWER':{'abstract':_0x437763(0x390),'description':_0x437763(0x38f),'parameters':{'text':{'name':_0x437763(0x1e4),'detail':_0x437763(0x35a)}}},'TRIM':{'abstract':_0x437763(0x328),'description':'Removes\x20extra\x20spaces\x20from\x20text\x20except\x20for\x20single\x20spaces\x20between\x20words.','parameters':{'text':{'name':_0x437763(0x1e4),'detail':'The\x20text\x20value,\x20field,\x20or\x20expression\x20to\x20use.'}}},'FIND':{'abstract':_0x437763(0x310),'description':'Returns\x20the\x20starting\x20position\x20of\x20one\x20text\x20string\x20within\x20another.\x20FIND\x20is\x20case-sensitive.','parameters':{'find_text':{'name':_0x437763(0x399),'detail':_0x437763(0x379)},'within_text':{'name':_0x437763(0x371),'detail':_0x437763(0x2f8)},'start_num':{'name':_0x437763(0x223),'detail':_0x437763(0x246)}}},'SEARCH':{'abstract':'Finds\x20text\x20without\x20matching\x20case','description':_0x437763(0x2c1),'parameters':{'find_text':{'name':_0x437763(0x399),'detail':'The\x20text\x20you\x20want\x20to\x20find.'},'within_text':{'name':_0x437763(0x371),'detail':_0x437763(0x2f8)},'start_num':{'name':_0x437763(0x223),'detail':_0x437763(0x246)}}},'SUBSTITUTE':{'abstract':'Substitutes\x20new\x20text\x20for\x20old\x20text','description':_0x437763(0x357),'parameters':{'text':{'name':_0x437763(0x1e4),'detail':_0x437763(0x35a)},'old_text':{'name':'old_text','detail':_0x437763(0x2b2)},'new_text':{'name':_0x437763(0x391),'detail':_0x437763(0x1f3)},'instance_num':{'name':_0x437763(0x1d9),'detail':'Which\x20occurrence\x20of\x20old_text\x20to\x20replace.\x20If\x20omitted,\x20every\x20occurrence\x20is\x20replaced.'}}},'REPLACE':{'abstract':_0x437763(0x21e),'description':_0x437763(0x211),'parameters':{'old_text':{'name':_0x437763(0x266),'detail':_0x437763(0x1f5)},'start_num':{'name':_0x437763(0x223),'detail':_0x437763(0x2d8)},'num_chars':{'name':_0x437763(0x30d),'detail':_0x437763(0x34e)},'new_text':{'name':_0x437763(0x391),'detail':_0x437763(0x32d)}}},'TEXT':{'abstract':_0x437763(0x2dc),'description':_0x437763(0x26f),'parameters':{'value':{'name':_0x437763(0x333),'detail':_0x437763(0x1db)},'format_text':{'name':'format_text','detail':_0x437763(0x1da)}}},'VALUE':{'abstract':_0x437763(0x2b4),'description':_0x437763(0x30b),'parameters':{'text':{'name':_0x437763(0x1e4),'detail':'The\x20text\x20value,\x20field,\x20or\x20expression\x20to\x20use.'}}},'TODAY':{'abstract':_0x437763(0x273),'description':'Returns\x20the\x20current\x20date\x20as\x20a\x20date\x20serial\x20value.','parameters':{}},'NOW':{'abstract':_0x437763(0x1fe),'description':_0x437763(0x392),'parameters':{}},'DATE':{'abstract':_0x437763(0x2aa),'description':'Returns\x20the\x20serial\x20number\x20for\x20a\x20date\x20from\x20year,\x20month,\x20and\x20day\x20values.','parameters':{'year':{'name':_0x437763(0x2ce),'detail':'The\x20year\x20of\x20the\x20date.'},'month':{'name':'month','detail':_0x437763(0x2be)},'day':{'name':_0x437763(0x1fc),'detail':_0x437763(0x29a)}}},'YEAR':{'abstract':_0x437763(0x283),'description':'Returns\x20the\x20year\x20component\x20of\x20a\x20date\x20serial\x20value.','parameters':{'serialNumber':{'name':_0x437763(0x1dc),'detail':_0x437763(0x1e9)}}},'MONTH':{'abstract':'Returns\x20the\x20month\x20of\x20a\x20date','description':_0x437763(0x1fa),'parameters':{'serialNumber':{'name':'serial_number','detail':_0x437763(0x1e9)}}},'DAY':{'abstract':_0x437763(0x31a),'description':_0x437763(0x362),'parameters':{'serialNumber':{'name':_0x437763(0x1dc),'detail':_0x437763(0x1e9)}}},'HOUR':{'abstract':'Returns\x20the\x20hour\x20of\x20a\x20time','description':_0x437763(0x30c),'parameters':{'serialNumber':{'name':'serial_number','detail':_0x437763(0x1e9)}}},'MINUTE':{'abstract':_0x437763(0x323),'description':_0x437763(0x29b),'parameters':{'serialNumber':{'name':_0x437763(0x1dc),'detail':'A\x20date/time\x20serial\x20number\x20or\x20date\x20field\x20value.'}}},'SECOND':{'abstract':_0x437763(0x319),'description':_0x437763(0x1de),'parameters':{'serialNumber':{'name':_0x437763(0x1dc),'detail':'A\x20date/time\x20serial\x20number\x20or\x20date\x20field\x20value.'}}},'DAYS':{'abstract':_0x437763(0x370),'description':'Returns\x20the\x20number\x20of\x20days\x20between\x20two\x20date\x20values.','parameters':{'end_date':{'name':_0x437763(0x243),'detail':_0x437763(0x26b)},'start_date':{'name':_0x437763(0x37d),'detail':_0x437763(0x36d)}}},'ISBLANK':{'abstract':_0x437763(0x351),'description':'Returns\x20TRUE\x20when\x20the\x20value\x20is\x20empty.','parameters':{'value':{'name':_0x437763(0x333),'detail':'The\x20value,\x20field,\x20or\x20expression\x20to\x20test.'}}},'ISNUMBER':{'abstract':_0x437763(0x214),'description':_0x437763(0x224),'parameters':{'value':{'name':_0x437763(0x333),'detail':_0x437763(0x1db)}}},'ISTEXT':{'abstract':'Checks\x20whether\x20a\x20value\x20is\x20text','description':_0x437763(0x1fb),'parameters':{'value':{'name':_0x437763(0x333),'detail':_0x437763(0x1db)}}},'ISERROR':{'abstract':'Checks\x20whether\x20a\x20value\x20is\x20an\x20error','description':_0x437763(0x2c4),'parameters':{'value':{'name':_0x437763(0x333),'detail':_0x437763(0x1db)}}}},'generic':{'engineAbstract':_0x437763(0x2f1),'engineDescription':_0x437763(0x2f2),'argument':{'name':'argument','detail':_0x437763(0x306)}}}}}['bases-ui']};export{e as default};
@@ -0,0 +1 @@
1
+ function _0x2eab(){const _0x52a992=['Returns\x20the\x20smallest\x20value','Custom\x20text','Returns\x20the\x20logical\x20value\x20FALSE.','Search\x20groups','Count\x20records','Advanced','32137hUyAsO','divisor','Progress','Calendar\x20color','3270088rsIkBG','logical2','Open\x20record','Group\x20by\x20{fieldName}','Last\x20->\x20First','New\x20calendar\x20view','Custom','Apply','Icon','Array','Additional\x20conditions\x20to\x20test.','Visual\x20cards\x20for\x20browsing\x20records.','The\x20first\x20number\x20or\x20numeric\x20expression.','Returns\x20the\x20second\x20component\x20of\x20a\x20date/time\x20serial\x20value.','year','Allow\x20negative\x20numbers','Returns\x20the\x20starting\x20position\x20of\x20one\x20text\x20string\x20within\x20another.\x20SEARCH\x20is\x20not\x20case-sensitive.','Flag','Title\x20left,\x20fields\x20right','Year','Returns\x20FALSE','Heart','Returns\x20a\x20positive\x20square\x20root','Sort','Cube','970665yhmMqm','Sum\x20{value}','Create\x20Kanban\x20with\x20{fieldName}','Sort\x20from\x20Z\x20to\x20A','Previous\x20record','Filter','Field\x20type','Add\x20record','Enter\x20a\x20field\x20title','The\x20format\x20pattern\x20to\x20apply.','Format\x20type','Returns\x20the\x20absolute\x20value\x20of\x20a\x20number.\x20The\x20absolute\x20value\x20is\x20the\x20number\x20without\x20its\x20sign.','Add\x20files\x20to\x20this\x20record','Clear','Add\x205\x20blank\x20records','Combines\x20text\x20from\x20multiple\x20values,\x20fields,\x20or\x20expressions.','Returns\x20TRUE\x20when\x20the\x20value\x20is\x20a\x20number.','Example','Min\x20{value}','Compose','Enter\x20here','Sun','is\x20after','A1\x20references\x20and\x20ranges\x20are\x20not\x20supported\x20in\x20Base\x20formulas.','serial_number','The\x20value,\x20field,\x20or\x20expression\x20to\x20test.','Step','Add\x20Field\x20To\x20Group','delimiter','No\x20provider\x20data\x20available','The\x20value\x20returned\x20when\x20the\x20expression\x20is\x20an\x20error.','Returns\x20the\x20specified\x20number\x20of\x20characters\x20from\x20the\x20end\x20of\x20text.','Attach\x20file','Returns\x20the\x20number\x20of\x20characters\x20in\x20a\x20text\x20string.','Start\x20value','Group\x20table\x20by\x20fields','First\x20->\x20Last','less\x20than','Delete\x20this\x20table?','Custom\x20working\x20days','text1','Custom\x20progress\x20bar','is\x20empty','Multiplies\x20all\x20numbers\x20supplied\x20as\x20arguments.','Filled','Add\x20an\x20option','Month','Date\x20and\x20time','last\x20week','Wed','Financial','number2','Reverses\x20a\x20logical\x20value','Fri','Attachments','Type','This\x20field\x20will\x20be\x20removed\x20from\x20the\x20table.','Small','within\x20the\x20next\x2030\x20days','Calendar\x20View\x20Settings','\x20·\x20{count}\x20exception{plural}','Add\x20field','The\x20condition\x20you\x20want\x20to\x20test.','Customize\x20number/text\x20format\x20and\x20rules','Grid','Move\x20record','Freeze\x20up\x20to\x20This\x20Field','Copy','This\x20table\x20and\x20its\x20records\x20will\x20be\x20removed.','Database','number1','Additional\x20text\x20values\x20or\x20fields.','Customize\x20Card','Returns\x20the\x20current\x20date\x20as\x20a\x20date\x20serial\x20value.','Customize\x20working\x20days\x20and\x20days\x20off,\x20and\x20apply\x20them\x20to\x20the\x20current\x20base','month','Gantt','Functions','Converts\x20text\x20to\x20uppercase','The\x20first\x20condition\x20to\x20test.','Information','Record\x20detail','Short\x20·\x201\x20hour','Kanban\x20views\x20always\x20use\x20one\x20group\x20field.','Search\x20members','Long\x20·\x2015\x20minutes','Close\x20formula\x20editor','Rounds\x20a\x20number\x20down\x20to\x20the\x20nearest\x20integer.','Cancel','value1','Add\x20working\x20days','num_chars','Date','Select\x20groups','Next\x20record','find_text','Rename\x20View','Preview','Returns\x20the\x20absolute\x20value\x20of\x20a\x20number','Combines\x20text\x20with\x20a\x20delimiter','Max','Rounds\x20a\x20number','not\x20contain','Returns\x20TRUE\x20when\x20the\x20value\x20is\x20empty.','Mon','Incremental','Rating','digits','Substitutes\x20new\x20text\x20for\x20old\x20text','Returns\x20the\x20largest\x20value','Adds\x20all\x20numbers,\x20numeric\x20fields,\x20or\x20numeric\x20expressions\x20supplied\x20as\x20arguments.','Empty','Returns\x20the\x20day\x20of\x20a\x20date','Direction','Whether\x20empty\x20values\x20should\x20be\x20ignored.','Returns\x20the\x20number\x20of\x20days\x20between\x20two\x20date\x20values.','Email','60kyTrGX','Avg\x20{value}','Returns\x20one\x20value\x20for\x20TRUE\x20and\x20another\x20for\x20FALSE','Short','Search\x20tables','Cards\x20grouped\x20by\x20a\x20select\x20field.','exact\x20date','Reference\x20the\x20\x22{fieldName}\x22\x20field\x20from\x20the\x20\x22{tableName}\x22\x20table.','The\x20first\x20condition\x20that\x20evaluates\x20to\x20TRUE\x20or\x20FALSE.','Removes\x20extra\x20spaces\x20from\x20text','Numbering','Returns\x20the\x20second\x20of\x20a\x20time','Default\x20value','value_if_false','New\x20kanban\x20view','Additional\x20numbers\x20or\x20numeric\x20expressions.','Delete\x20this\x20record?','Math','1715230zCXrlV','power','{count}\x20filled','The\x20number\x20of\x20digits\x20to\x20round\x20to.','Show\x20field\x20names','{count}\x20unique','tomorrow','within_text','Field\x20from\x20{tableName}','Required','Customize\x20color','Space,\x20comma','Returns\x20the\x20month\x20component\x20of\x20a\x20date\x20serial\x20value.','Returns\x20TRUE','Include\x20time','Day','Enter\x20a\x20URL\x20(e.g.\x20univer.ai\x20or\x20https://univer.ai/skills).','decrement','Start','The\x20later\x20date.','Thumb','Row\x20Height','Table\x20{index}','end_date','The\x20position\x20of\x20the\x20first\x20character\x20to\x20replace.','Person','Filter\x20by\x20{fieldName}','Rounds\x20a\x20number\x20up,\x20away\x20from\x20zero.','Conditional\x20Coloring','start_num','The\x20number\x20of\x20characters\x20to\x20replace.','Timeline\x20with\x20start\x20and\x20end\x20dates.','The\x20number\x20of\x20characters\x20to\x20return.','Returns\x20the\x20serial\x20number\x20for\x20a\x20date\x20from\x20year,\x20month,\x20and\x20day\x20values.','Quarter','Rounds\x20a\x20number\x20to\x20a\x20specified\x20number\x20of\x20digits.','{name}\x20is\x20provided\x20by\x20the\x20Univer\x20formula\x20engine.\x20Base\x20supports\x20field\x20references\x20such\x20as\x20table[Field]\x20and\x20OtherTable[Field],\x20but\x20does\x20not\x20support\x20A1\x20cells,\x20A1:B10\x20ranges,\x20or\x20spilled\x20array\x20output\x20in\x20Base\x20formula\x20fields.','value','number','Select\x20or\x20add\x20an\x20option','The\x20replacement\x20text.','Returns\x20TRUE\x20if\x20any\x20argument\x20is\x20TRUE','Reference\x20the\x20\x22{fieldName}\x22\x20field\x20in\x20the\x20current\x20Base\x20table.\x20It\x20will\x20be\x20saved\x20as\x20table[{fieldName}]\x20for\x20the\x20formula\x20engine.','ignore_empty','Max\x20{value}','Checks\x20whether\x20a\x20value\x20is\x20an\x20error','Expand','Currency','Percent','Next\x20month','Calculate\x20working\x20days\x20only','Returns\x20the\x20median\x20value','New\x20condition','Returns\x20TRUE\x20when\x20all\x20supplied\x20conditions\x20evaluate\x20to\x20TRUE.','View\x20name','Replaces\x20part\x20of\x20a\x20text\x20string\x20based\x20on\x20starting\x20position\x20and\x20length.','Add\x20a\x20description','Select\x20option','The\x20text\x20in\x20which\x20characters\x20are\x20replaced.','Checks\x20whether\x20one\x20or\x20more\x20conditions\x20are\x20met\x20and\x20returns\x20a\x20value\x20matching\x20the\x20first\x20TRUE\x20condition.','Checks\x20multiple\x20conditions','Time','More\x20field\x20actions','The\x20month\x20of\x20the\x20date.','Display\x20text','A\x20date/time\x20serial\x20number\x20or\x20date\x20field\x20value.','New\x20gallery\x20view','Allow\x20adding\x20multiple\x20members\x20in\x20one\x20record','Align\x20with\x20records','Failed\x20to\x20attach\x20file','The\x20text\x20value,\x20field,\x20or\x20expression\x20to\x20use.','Returns\x20the\x20current\x20date','Below','Returns\x20the\x20minute\x20of\x20a\x20time','Option','No\x20matching\x20groups.','Number','Edit\x20Field\x20Description','The\x20text\x20you\x20want\x20to\x20replace.','Select\x20specific\x20date','New\x20field','Basic','Counts\x20numeric\x20values','Tue','Returns\x20characters\x20from\x20the\x20middle\x20of\x20text\x20given\x20a\x20starting\x20position\x20and\x20length.','Configure\x20{tableName}','Show\x20thousands\x20separator','logical1','A\x20value,\x20field\x20reference,\x20table\x20field\x20reference,\x20or\x20expression\x20supported\x20by\x20the\x20Univer\x20formula\x20engine.','value2','Engineering','Gallery','Select\x20options','Start\x20date','Modified\x20By','Cell','Holiday\x20name','Fire','New','old_text','Changes\x20TRUE\x20to\x20FALSE\x20and\x20FALSE\x20to\x20TRUE.','Name','Mon-Fri','text2','is\x20before','logical_test1','{name}\x20formula\x20engine\x20function','Additional\x20conditions\x20that\x20evaluate\x20to\x20TRUE\x20or\x20FALSE.','Large','Inline\x20fields\x20that\x20wrap','Sat','Which\x20occurrence\x20of\x20old_text\x20to\x20replace.\x20If\x20omitted,\x20every\x20occurrence\x20is\x20replaced.','Multiple\x20select','Insert','today','Add\x20Record','URL','Apply\x20Smart\x20Color\x20to\x20All','Date\x20format','value_if_true','Normal','unchecked','Statistical','The\x20value\x20returned\x20when\x20the\x20condition\x20is\x20TRUE.','Done','format_text','Converts\x20text\x20to\x20uppercase.','Allow\x20adding\x20multiple\x20groups\x20in\x20one\x20record','Legal\x20working\x20days','The\x20position\x20of\x20the\x20first\x20character\x20to\x20return.','Customize\x20Field','contains','Medium\x20·\x2030\x20minutes','Color','Additional\x20values,\x20fields,\x20or\x20expressions.','Automatically\x20assigns\x20a\x20unique\x20increasing\x20index\x20starting\x20from\x201\x20when\x20a\x20record\x20is\x20created.\x20Generated\x20values\x20cannot\x20be\x20edited.','1ZKOmpX','Week','Rename\x20Table','Field\x20title','Lookup\x20and\x20reference','Entire\x20Row','Target\x20value','186wLrCQm','Lightning','Sum','Numbering\x20type','Returns\x20the\x20smallest\x20numeric\x20value\x20from\x20the\x20arguments.','Cross','Text','Counts\x20arguments\x20that\x20are\x20not\x20empty.','yesterday','Space,\x20period','Default\x20value\x20is\x20resolved\x20from\x20the\x20external\x20Univer\x20{entity}\x20provider.','{count}\x20days','Replaces\x20characters\x20by\x20position','Time\x20zone','May\x2028,\x202026','Star','Duplicate\x20Field','Date\x20Created','Returns\x20the\x20average\x20of\x20arguments','Gantt\x20View\x20Settings','Delete\x20Table','Phone\x20Number','Returns\x20the\x20year\x20component\x20of\x20a\x20date\x20serial\x20value.','Style','Group\x20By','Logical','Returns\x20the\x20result\x20of\x20a\x20number\x20raised\x20to\x20a\x20power.','Hide\x20field','Card\x20layout','Edit\x20{fieldName}','None','Event\x20Settings','Returns\x20the\x20logical\x20value\x20TRUE.','Returns\x20the\x20year\x20of\x20a\x20date','Add\x20blank\x20record','start_date','Add\x20condition','value_if_true1','Customize\x20Kanban','Returns\x20a\x20number\x20raised\x20to\x20a\x20power','Progress\x20color\x20{color}','No\x20formula\x20configured','Auto\x20increment','Combines\x20text\x20values','Next\x20result','Formula','Set\x20working\x20days','12\x20hour\x20am/pm','Invalid\x20email\x20address','Web','num_digits','Returns\x20the\x20arithmetic\x20mean\x20of\x20the\x20supplied\x20numeric\x20values.','Local','Search','Check','Above','Show\x20field','Accounting','Close\x20record\x20detail','Add','Close\x20preview','Group','Thu','this\x20month','New\x20grid\x20view','Close\x20search','Close\x20working\x20days\x20settings','checked','The\x20character\x20position\x20at\x20which\x20to\x20start\x20searching.','Rounds\x20a\x20number\x20up','{days}{exceptions}','Unassigned','Duplicate\x20Table','Display\x20color','This\x20view\x20needs\x20to\x20be\x20configured','Rounds\x20a\x20number\x20down\x20to\x20an\x20integer','{count}\x20more','The\x20first\x20text\x20value\x20or\x20field.','Delete\x20view','Submit','greater\x20than','Today','The\x20text\x20you\x20want\x20to\x20find.','Value','Use\x20fields\x20like\x20[Amount].\x20A1:B10\x20and\x20single\x20cell\x20references\x20are\x20not\x20allowed.','Add\x20table','Time\x20format','Working','Checks\x20whether\x20a\x20value\x20is\x20text','1753083SUrznT','The\x20text\x20containing\x20the\x20text\x20to\x20find.','Returns\x20characters\x20from\x20the\x20end\x20of\x20text','Delete\x20this\x20view?','Insert\x20Left','The\x20first\x20value,\x20field,\x20or\x20expression.','Checkbox','Sheet\x20pattern','The\x20number\x20or\x20numeric\x20field\x20value\x20to\x20calculate.','Rows\x20and\x20fields\x20for\x20detailed\x20editing.','The\x20day\x20of\x20the\x20date.','The\x20value\x20returned\x20when\x20the\x20first\x20condition\x20is\x20TRUE.','Converts\x20text\x20to\x20lowercase.','No\x20provider\x20group\x20data\x20available','View\x20Settings','Add\x20Option','Returns\x20the\x20positive\x20square\x20root\x20of\x20a\x20number.','Rounds\x20a\x20number\x20down,\x20toward\x20zero.','last\x20month','Checks\x20a\x20condition\x20and\x20returns\x20one\x20value\x20when\x20it\x20is\x20TRUE\x20and\x20another\x20value\x20when\x20it\x20is\x20FALSE.','Dot','Scale','Checks\x20whether\x20a\x20value\x20is\x20empty','No\x20visible\x20fields','Converts\x20text\x20to\x20a\x20number','Not\x20set','Records\x20laid\x20out\x20by\x20date.','This\x20view\x20will\x20be\x20removed.','Returns\x20the\x20remainder\x20after\x20a\x20number\x20is\x20divided\x20by\x20a\x20divisor.','Text\x20inserted\x20between\x20each\x20combined\x20value.','Comma,\x20period','End\x20date','Returns\x20the\x20hour\x20component\x20of\x20a\x20date/time\x20serial\x20value.','text','Attachment','Returns\x20the\x20current\x20date\x20and\x20time\x20as\x20a\x20date/time\x20serial\x20value.','Thousands\x20separator','Creates\x20a\x20date\x20value','Returns\x20days\x20between\x20two\x20dates','Record\x20Creation\x20Time','Locked\x20field','Smile','150726vZXYEn','value_if_error','Medium','Legal\x20working\x20days\x20will\x20be\x20available\x20after\x20an\x20external\x20calendar\x20API\x20is\x20connected.','The\x20year\x20of\x20the\x20date.','is\x20not','Reference\x20data\x20from\x20other\x20tables\x20as\x20options','{count}\x20records','Add\x20view','The\x20earlier\x20date.','Option\x20color','The\x20exponent\x20to\x20apply\x20to\x20the\x20base\x20number.','148272rquxLk','Created\x20By','Counts\x20non-empty\x20values','Confirm','Current\x20table\x20field'];_0x2eab=function(){return _0x52a992;};return _0x2eab();}const _0x16fcb8=_0x3422;function _0x3422(_0x314fd3,_0x1ab693){_0x314fd3=_0x314fd3-0x92;const _0x2eab0b=_0x2eab();let _0x342268=_0x2eab0b[_0x314fd3];return _0x342268;}(function(_0x59d178,_0x36b693){const _0x4729bc=_0x3422,_0x1c57cf=_0x59d178();while(!![]){try{const _0x2b8fc4=parseInt(_0x4729bc(0x11d))/0x1*(parseInt(_0x4729bc(0x1a7))/0x2)+-parseInt(_0x4729bc(0x1db))/0x3+parseInt(_0x4729bc(0x1b3))/0x4*(-parseInt(_0x4729bc(0x250))/0x5)+-parseInt(_0x4729bc(0x124))/0x6*(-parseInt(_0x4729bc(0x1be))/0x7)+parseInt(_0x4729bc(0x1c2))/0x8+parseInt(_0x4729bc(0x17d))/0x9+parseInt(_0x4729bc(0x95))/0xa;if(_0x2b8fc4===_0x36b693)break;else _0x1c57cf['push'](_0x1c57cf['shift']());}catch(_0x2d244e){_0x1c57cf['push'](_0x1c57cf['shift']());}}}(_0x2eab,0x36c80));const e={'bases-ui':{'bases-ui':{'menu':{'addRecord':_0x16fcb8(0x108),'addBlankRecord':_0x16fcb8(0x146),'addFiveBlankRecords':_0x16fcb8(0x1e9),'customizeField':_0x16fcb8(0x117),'viewSettings':_0x16fcb8(0x18b),'filter':_0x16fcb8(0x1e0),'sort':_0x16fcb8(0x1d9),'group':_0x16fcb8(0x13c),'groupByFields':_0x16fcb8(0x1fe),'rowHeight':_0x16fcb8(0xaa),'rowHeightShort':_0x16fcb8(0x253),'rowHeightMedium':_0x16fcb8(0x1a9),'rowHeightTall':'Tall','rowHeightExtraTall':'Extra\x20Tall','conditionalColoring':_0x16fcb8(0xb1),'conditionalColoringHelp':'Click\x20\x22New\x20Condition\x22\x20to\x20apply\x20colors\x20based\x20on\x20defined\x20conditions.\x20Please\x20note\x20higher\x20conditions\x20are\x20prioritized.','conditionalColoringSmart':_0x16fcb8(0x10a),'conditionalColor':_0x16fcb8(0x11a),'conditionalCustomColor':_0x16fcb8(0x1c8),'conditionalTargetCell':_0x16fcb8(0xf4),'conditionalTargetRow':_0x16fcb8(0x122),'conditionalTargetColumn':'Entire\x20Column','conditionalEnterValue':_0x16fcb8(0x1ef),'conditionalExactDate':_0x16fcb8(0x256),'conditionalToday':_0x16fcb8(0x107),'conditionalTomorrow':_0x16fcb8(0x9b),'conditionalYesterday':_0x16fcb8(0x12c),'conditionalThisWeek':'this\x20week','conditionalLastWeek':_0x16fcb8(0x20b),'conditionalThisMonth':_0x16fcb8(0x163),'conditionalLastMonth':_0x16fcb8(0x18f),'conditionalPast7':'in\x20the\x20past\x207\x20days','conditionalNext7':'within\x20the\x20next\x207\x20days','conditionalPast30':'in\x20the\x20past\x2030\x20days','conditionalNext30':_0x16fcb8(0x215),'conditionalChecked':_0x16fcb8(0x167),'conditionalUnchecked':_0x16fcb8(0x10e),'addField':_0x16fcb8(0x218),'undo':'Undo','redo':'Redo'},'recordDetail':{'title':_0x16fcb8(0x22c),'close':_0x16fcb8(0x15e),'open':'Open','delete':'Delete\x20record','deleteConfirmTitle':_0x16fcb8(0x93),'deleteConfirmDescription':'This\x20record\x20will\x20be\x20removed.','submit':_0x16fcb8(0x173),'addMoreAfterSubmission':'Add\x20more\x20records\x20after\x20submission'},'gridContext':{'insert':'Insert','above':_0x16fcb8(0x15b),'below':_0x16fcb8(0xdd),'openRecord':_0x16fcb8(0x1c4),'clearContent':'Clear\x20content','deleteRecord':'Delete\x20record','deleteRecords':'Delete\x20records'},'common':{'apply':_0x16fcb8(0x1c9),'cancel':_0x16fcb8(0x233),'clear':_0x16fcb8(0x1e8),'confirm':_0x16fcb8(0x1b6),'delete':'Delete','save':'Save','search':_0x16fcb8(0x159),'searchPrevious':'Previous\x20result','searchNext':_0x16fcb8(0x150),'searchClose':_0x16fcb8(0x165),'value':_0x16fcb8(0x177),'newCondition':_0x16fcb8(0xc9),'newBadge':_0x16fcb8(0xf7)},'footerStat':{'none':_0x16fcb8(0x142),'countOption':_0x16fcb8(0x1bc),'filledOption':_0x16fcb8(0x207),'emptyOption':'Empty','uniqueOption':'Unique','sumOption':_0x16fcb8(0x126),'averageOption':'Average','minOption':'Min','maxOption':_0x16fcb8(0x23f),'count':_0x16fcb8(0x1ae),'filled':_0x16fcb8(0x97),'empty':'{count}\x20empty','unique':_0x16fcb8(0x9a),'sum':_0x16fcb8(0x1dc),'average':_0x16fcb8(0x251),'min':_0x16fcb8(0x1ed),'max':_0x16fcb8(0xc1)},'confirmDelete':{'tableTitle':_0x16fcb8(0x201),'tableDescription':_0x16fcb8(0x21f),'viewTitle':_0x16fcb8(0x180),'viewDescription':_0x16fcb8(0x198),'fieldTitle':'Delete\x20this\x20field?','fieldDescription':_0x16fcb8(0x213)},'fieldConfig':{'fieldTitle':_0x16fcb8(0x120),'fieldTitlePlaceholder':_0x16fcb8(0x1e3),'fieldType':_0x16fcb8(0x1e1),'fieldTypeSectionBasic':_0x16fcb8(0xe6),'fieldTypeSectionBusiness':'Business','fieldTypeSectionAdvanced':_0x16fcb8(0x1bd),'defaultValue':_0x16fcb8(0x25c),'newField':_0x16fcb8(0xe5),'defaultSettingsReady':'This\x20field\x20type\x20is\x20ready\x20with\x20default\x20settings.','numberFormat':'Number\x20format','currencyFormat':'Currency\x20format','dateFormat':_0x16fcb8(0x10b),'dateMonthNameExample':_0x16fcb8(0x132),'decimalPlaces':'Decimal\x20places','example':_0x16fcb8(0x1ec),'icon':_0x16fcb8(0x1ca),'scale':_0x16fcb8(0x192),'options':'Options','referenceOptions':'Reference\x20options','addOption':_0x16fcb8(0x18c),'addOptionPlaceholder':_0x16fcb8(0x208),'removeOption':'Remove\x20option','selectOption':_0x16fcb8(0xce),'option':_0x16fcb8(0xdf),'numberingType':_0x16fcb8(0x127),'autoIncrement':_0x16fcb8(0x14e),'custom':'Custom','customizeNumbering':_0x16fcb8(0x21a),'preview':_0x16fcb8(0x23c),'incremental':_0x16fcb8(0x244),'digits':_0x16fcb8(0x246),'start':_0x16fcb8(0xa7),'step':_0x16fcb8(0x1f5),'dateCreated':_0x16fcb8(0x135),'customText':_0x16fcb8(0x1b9),'lockedField':_0x16fcb8(0x1a5),'showField':_0x16fcb8(0x15c),'hideField':_0x16fcb8(0x13f),'moreFieldActions':_0x16fcb8(0xd3),'edit':'Edit','addFieldToGroup':_0x16fcb8(0x1f6),'editField':'Edit\x20Field','editFieldDescription':_0x16fcb8(0xe2),'duplicateField':_0x16fcb8(0x134),'insertLeft':_0x16fcb8(0x181),'insertRight':'Insert\x20Right','freezeToField':_0x16fcb8(0x21d),'sortAsc':'Sort\x20from\x20A\x20to\x20Z','sortDesc':_0x16fcb8(0x1de),'groupByField':_0x16fcb8(0x1c5),'filterByField':_0x16fcb8(0xaf),'createKanbanWithField':_0x16fcb8(0x1dd),'deleteField':'Delete\x20Field','referenceOptionsHelp':_0x16fcb8(0x1ad),'allowMultipleMembers':_0x16fcb8(0xd8),'allowMultipleGroups':_0x16fcb8(0x114),'defaultProviderMock':'Default\x20value\x20is\x20resolved\x20from\x20{count}\x20mock\x20{entity}\x20item{plural}.','defaultProviderExternal':_0x16fcb8(0x12e),'linkPlaceholder':_0x16fcb8(0xa5),'phonePlaceholder':'Enter\x20a\x20phone\x20number','currencySymbol':'Currency\x20symbol','thousandsSeparator':_0x16fcb8(0x1a1),'showThousandsSeparator':_0x16fcb8(0xeb),'largeNumberAbbreviation':'Large\x20number\x20abbreviation','allowNegativeNumbers':_0x16fcb8(0x1d1),'includeTime':_0x16fcb8(0xa3),'timeFormat':_0x16fcb8(0x17a),'hour24':'24\x20hour','hour12':_0x16fcb8(0x153),'none':_0x16fcb8(0x142),'recordCreationTime':_0x16fcb8(0x1a4),'selectSpecificDate':_0x16fcb8(0xe4),'percent':_0x16fcb8(0xc5),'number':_0x16fcb8(0xe1),'color':_0x16fcb8(0x11a),'style':_0x16fcb8(0x13b),'progressColor':_0x16fcb8(0x14c),'customProgressBar':_0x16fcb8(0x204),'startValue':_0x16fcb8(0x1fd),'targetValue':_0x16fcb8(0x123),'searchGroups':_0x16fcb8(0x1bb),'selectGroups':_0x16fcb8(0x238),'noProviderGroupData':_0x16fcb8(0x18a),'noMatchingGroups':_0x16fcb8(0xe0),'searchMembers':_0x16fcb8(0x22f),'selectMembers':'Select\x20members','noProviderData':_0x16fcb8(0x1f8),'noMatchingMembers':'No\x20matching\x20members.','noFormulaConfigured':_0x16fcb8(0x14d),'editFormula':'Edit\x20formula','closeFormulaEditor':_0x16fcb8(0x231),'formulaHint':_0x16fcb8(0x178),'formulaReferenceError':_0x16fcb8(0x1f2),'formulaTables':'Tables','formulaFields':'Fields','formulaFunctions':_0x16fcb8(0x228),'formulaFunction':'Function','formulaParameters':'Parameters','formulaOptional':'optional','formulaRepeat':'repeat','formulaExample':'Example:','currentTable':'Current','currentTableField':_0x16fcb8(0x1b7),'fieldFromTable':_0x16fcb8(0x9d),'referenceCurrentField':_0x16fcb8(0xbf),'referenceTableField':_0x16fcb8(0x257),'fieldNameColumn':_0x16fcb8(0xfa),'fieldTypeColumn':_0x16fcb8(0x212),'insertColumn':_0x16fcb8(0x106),'insert':_0x16fcb8(0x106),'formulaNumberFormatSheetPattern':_0x16fcb8(0x184),'formulaFormatType':_0x16fcb8(0x1e5),'formulaCustomPattern':'Custom\x20pattern','formulaFormatGeneral':'General','formulaFormatNumber':_0x16fcb8(0xe1),'formulaFormatCurrency':_0x16fcb8(0xc4),'formulaFormatAccounting':_0x16fcb8(0x15d),'formulaFormatPercent':'Percent','formulaFormatDateTime':'Date\x20/\x20Time','addDescriptionPlaceholder':_0x16fcb8(0xcd),'numberingDescription':_0x16fcb8(0x11c),'optionColor':_0x16fcb8(0x1b1),'separatorLocal':_0x16fcb8(0x158),'separatorCommaPeriod':_0x16fcb8(0x19b),'separatorPeriodComma':'Period,\x20comma','separatorSpaceComma':_0x16fcb8(0xa0),'separatorSpacePeriod':_0x16fcb8(0x12d),'direction':_0x16fcb8(0x24c),'groupFirstToLast':_0x16fcb8(0x1ff),'groupLastToFirst':_0x16fcb8(0x1c6),'checkboxIconCheck':_0x16fcb8(0x15a),'checkboxIconCross':_0x16fcb8(0x129),'checkboxIconStar':_0x16fcb8(0x133),'checkboxIconHeart':_0x16fcb8(0x1d7),'checkboxIconThumb':_0x16fcb8(0xa9),'checkboxIconFlag':_0x16fcb8(0x1d3),'checkboxIconDot':_0x16fcb8(0x191),'ratingIconStar':_0x16fcb8(0x133),'ratingIconHeart':'Heart','ratingIconThumb':_0x16fcb8(0xa9),'ratingIconFire':_0x16fcb8(0xf6),'ratingIconSmile':_0x16fcb8(0x1a6),'ratingIconLightning':_0x16fcb8(0x125),'ratingIconMedal':'Medal','increment':'increment','decrement':_0x16fcb8(0xa6)},'cellEditor':{'done':_0x16fcb8(0x111),'text':_0x16fcb8(0x12a),'displayText':_0x16fcb8(0xd5),'url':'URL','linkPlaceholder':'univer.ai\x20or\x20https://univer.ai','attachments':_0x16fcb8(0x211),'attachFile':_0x16fcb8(0x1fb),'failedToAttachFile':_0x16fcb8(0xda),'file':'FILE','invalidEmail':_0x16fcb8(0x154),'invalidPhone':'Invalid\x20phone\x20number','closePreview':_0x16fcb8(0x160),'searchOption':_0x16fcb8(0xbc),'selectOption':_0x16fcb8(0xce),'selectOptions':_0x16fcb8(0xf1),'previousMonth':'Previous\x20month','nextMonth':_0x16fcb8(0xc6),'time':_0x16fcb8(0xd2)},'recordDetailField':{'previousRecord':_0x16fcb8(0x1df),'nextRecord':_0x16fcb8(0x239),'pleaseSelect':'Please\x20select','addAttachment':'Add\x20attachment','failedToAttachFile':_0x16fcb8(0xda),'closePreview':_0x16fcb8(0x160),'typeHere':'Type\x20here','empty':'Empty','unassigned':_0x16fcb8(0x16b),'editField':_0x16fcb8(0x141),'noVisibleFields':_0x16fcb8(0x194)},'fieldTypes':{'text':_0x16fcb8(0x12a),'singleSelect':'Single\x20select','multiSelect':_0x16fcb8(0x105),'person':_0x16fcb8(0xae),'group':_0x16fcb8(0x161),'date':_0x16fcb8(0x237),'attachment':_0x16fcb8(0x19f),'number':'Number','checkbox':_0x16fcb8(0x183),'link':_0x16fcb8(0x109),'formula':_0x16fcb8(0x151),'numbering':_0x16fcb8(0x25a),'phone':_0x16fcb8(0x139),'email':_0x16fcb8(0x24f),'progress':_0x16fcb8(0x1c0),'currency':'Currency','rating':_0x16fcb8(0x245),'createdBy':_0x16fcb8(0x1b4),'updatedBy':_0x16fcb8(0xf3),'createdAt':_0x16fcb8(0x135),'updatedAt':'Last\x20Modified\x20Date'},'viewMenus':{'customizeKanban':_0x16fcb8(0x14a),'customizeCard':_0x16fcb8(0x223),'eventSettings':_0x16fcb8(0x143),'calendarViewSettings':_0x16fcb8(0x216),'calendarViewSettingsTitle':'Calendar\x20View\x20Settings','ganttViewSettings':_0x16fcb8(0x137),'fieldsCount':'{count}\x20fields','cover':'Cover','cardLayout':_0x16fcb8(0x140),'normal':_0x16fcb8(0x10d),'normalDescription':_0x16fcb8(0x1d4),'compose':_0x16fcb8(0x1ee),'composeDescription':_0x16fcb8(0x102),'cardSize':'Card\x20size','small':_0x16fcb8(0x214),'medium':_0x16fcb8(0x1a9),'large':_0x16fcb8(0x101),'showFieldNames':_0x16fcb8(0x99),'startDate':_0x16fcb8(0xf2),'endDate':_0x16fcb8(0x19c),'title':'Title','timeslotSize':'Timeslot\x20size','timeslotShort':_0x16fcb8(0x22d),'timeslotMedium':_0x16fcb8(0x119),'timeslotLong':_0x16fcb8(0x230),'displayColor':_0x16fcb8(0x16d),'customizeColor':_0x16fcb8(0x9f),'alignWithRecords':_0x16fcb8(0xd9),'timeZone':_0x16fcb8(0x131),'localTimeZone':'Local\x20({timeZone})','conditionalColor':'Conditional\x20color','conditionsApplied':'{count}\x20conditions\x20applied','addCondition':_0x16fcb8(0x148),'calculateWorkingDaysOnly':_0x16fcb8(0xc7),'customWorkingDays':_0x16fcb8(0x202),'customWorkingDaysHelp':'Customize\x20working\x20days\x20and\x20days\x20off\x20for\x20this\x20Gantt\x20view.\x20If\x20not\x20set,\x20Monday\x20to\x20Friday\x20is\x20used\x20when\x20working-day\x20calculation\x20is\x20enabled.','notSet':_0x16fcb8(0x196),'settings':'Settings','setWorkingDays':_0x16fcb8(0x152),'setWorkingDaysDescription':_0x16fcb8(0x225),'closeWorkingDaysSettings':_0x16fcb8(0x166),'addWorkingDays':_0x16fcb8(0x235),'holidayName':_0x16fcb8(0xf5),'dayOff':'Day\x20off','working':_0x16fcb8(0x17b),'add':_0x16fcb8(0x15f),'removeWorkingDayException':'Remove\x20working\x20day\x20exception','legalWorkingDays':_0x16fcb8(0x115),'legalWorkingDaysHelp':_0x16fcb8(0x1aa),'mon':_0x16fcb8(0x243),'tue':_0x16fcb8(0xe8),'wed':_0x16fcb8(0x20c),'thu':_0x16fcb8(0x162),'fri':_0x16fcb8(0x210),'sat':_0x16fcb8(0x103),'sun':_0x16fcb8(0x1f0),'monFri':_0x16fcb8(0xfb),'days':_0x16fcb8(0x12f),'workingDaysSummary':_0x16fcb8(0x16a),'exceptionsSummary':_0x16fcb8(0x217),'calendarColor':_0x16fcb8(0x1c1),'color':_0x16fcb8(0x11a),'editGroupTitle':'Edit\x20group\x20title','groupByFieldFallback':'Group\x20by\x20field','kanbanGroup':'Kanban\x20group','required':_0x16fcb8(0x9e),'kanbanGroupHelp':_0x16fcb8(0x22e)},'operators':{'is':'is','isNot':_0x16fcb8(0x1ac),'contains':_0x16fcb8(0x118),'notContains':_0x16fcb8(0x241),'isEmpty':_0x16fcb8(0x205),'isNotEmpty':'is\x20not\x20empty','greaterThan':_0x16fcb8(0x174),'lessThan':_0x16fcb8(0x200),'before':_0x16fcb8(0xfd),'after':_0x16fcb8(0x1f1)},'viewSettings':{'title':'View\x20Settings','viewName':_0x16fcb8(0xcb),'addView':_0x16fcb8(0x1af),'createViewTitle':'Create\x20view','createViewDescription':'Choose\x20how\x20this\x20table\x20should\x20be\x20projected.','setAsFirstTab':'Set\x20as\x20First\x20Tab','renameView':_0x16fcb8(0x23b),'duplicateView':'Duplicate\x20view','configureView':'Configure\x20View','deleteView':_0x16fcb8(0x172),'newGridView':_0x16fcb8(0x164),'newKanbanView':_0x16fcb8(0x25e),'newCalendarView':_0x16fcb8(0x1c7),'newGanttView':'New\x20gantt\x20view','newGalleryView':_0x16fcb8(0xd7),'gridView':_0x16fcb8(0x21b),'gridViewDescription':_0x16fcb8(0x186),'kanbanView':'Kanban','kanbanViewDescription':_0x16fcb8(0x255),'calendarView':'Calendar','calendarViewDescription':_0x16fcb8(0x197),'ganttView':_0x16fcb8(0x227),'ganttViewDescription':_0x16fcb8(0xb4),'galleryView':_0x16fcb8(0xf0),'galleryViewDescription':_0x16fcb8(0x1cd),'copySuffix':_0x16fcb8(0x21e)},'tableSidebar':{'searchTables':_0x16fcb8(0x254),'addTable':_0x16fcb8(0x179),'newTable':_0x16fcb8(0xf7),'collapse':'Collapse','expand':_0x16fcb8(0xc3),'resizeTableSidebar':'Resize\x20table\x20sidebar','configureTable':_0x16fcb8(0xea),'renameTable':_0x16fcb8(0x11f),'duplicateTable':_0x16fcb8(0x16c),'deleteTable':_0x16fcb8(0x138),'defaultTableName':_0x16fcb8(0xab)},'footer':{'record':'record','records':'records'},'canvas':{'addRecord':_0x16fcb8(0x1e2),'attachmentDropLabel':_0x16fcb8(0x1e7),'calculate':'Calculate','day':_0x16fcb8(0xa4),'fields':'Fields','month':_0x16fcb8(0x209),'more':_0x16fcb8(0x170),'moveRecord':_0x16fcb8(0x21c),'quarter':_0x16fcb8(0xb7),'today':_0x16fcb8(0x175),'week':_0x16fcb8(0x11e),'year':_0x16fcb8(0x1d5)},'empty':{'value':_0x16fcb8(0x24a),'noRecords':'No\x20records','invalidView':_0x16fcb8(0x16e)},'formula':{'categories':{'math':_0x16fcb8(0x94),'statistical':_0x16fcb8(0x10f),'text':'Text','logical':_0x16fcb8(0x13d),'date':_0x16fcb8(0x20a),'information':_0x16fcb8(0x22b),'array':_0x16fcb8(0x1cb),'compatibility':'Compatibility','cube':_0x16fcb8(0x1da),'database':_0x16fcb8(0x220),'engineering':_0x16fcb8(0xef),'financial':_0x16fcb8(0x20d),'lookup':_0x16fcb8(0x121),'web':_0x16fcb8(0x155)},'functions':{'SUM':{'abstract':'Adds\x20numbers','description':_0x16fcb8(0x249),'parameters':{'number1':{'name':'number1','detail':_0x16fcb8(0x1ce)},'number2':{'name':_0x16fcb8(0x20e),'detail':_0x16fcb8(0x92)}}},'AVERAGE':{'abstract':_0x16fcb8(0x136),'description':_0x16fcb8(0x157),'parameters':{'number1':{'name':_0x16fcb8(0x221),'detail':_0x16fcb8(0x1ce)},'number2':{'name':'number2','detail':'Additional\x20numbers\x20or\x20numeric\x20expressions.'}}},'MIN':{'abstract':_0x16fcb8(0x1b8),'description':_0x16fcb8(0x128),'parameters':{'number1':{'name':'number1','detail':'The\x20first\x20number\x20or\x20numeric\x20expression.'},'number2':{'name':_0x16fcb8(0x20e),'detail':_0x16fcb8(0x92)}}},'MAX':{'abstract':_0x16fcb8(0x248),'description':'Returns\x20the\x20largest\x20numeric\x20value\x20from\x20the\x20arguments.','parameters':{'number1':{'name':'number1','detail':_0x16fcb8(0x1ce)},'number2':{'name':_0x16fcb8(0x20e),'detail':_0x16fcb8(0x92)}}},'COUNT':{'abstract':_0x16fcb8(0xe7),'description':'Counts\x20arguments\x20that\x20contain\x20numbers.','parameters':{'value1':{'name':_0x16fcb8(0x234),'detail':_0x16fcb8(0x182)},'value2':{'name':_0x16fcb8(0xee),'detail':_0x16fcb8(0x11b)}}},'COUNTA':{'abstract':_0x16fcb8(0x1b5),'description':_0x16fcb8(0x12b),'parameters':{'value1':{'name':_0x16fcb8(0x234),'detail':_0x16fcb8(0x182)},'value2':{'name':_0x16fcb8(0xee),'detail':'Additional\x20values,\x20fields,\x20or\x20expressions.'}}},'MEDIAN':{'abstract':_0x16fcb8(0xc8),'description':'Returns\x20the\x20median\x20of\x20the\x20supplied\x20numeric\x20values.','parameters':{'number1':{'name':'number1','detail':_0x16fcb8(0x1ce)},'number2':{'name':_0x16fcb8(0x20e),'detail':'Additional\x20numbers\x20or\x20numeric\x20expressions.'}}},'ROUND':{'abstract':_0x16fcb8(0x240),'description':_0x16fcb8(0xb8),'parameters':{'number':{'name':_0x16fcb8(0xbb),'detail':_0x16fcb8(0x185)},'num_digits':{'name':'num_digits','detail':_0x16fcb8(0x98)}}},'ROUNDUP':{'abstract':_0x16fcb8(0x169),'description':_0x16fcb8(0xb0),'parameters':{'number':{'name':_0x16fcb8(0xbb),'detail':_0x16fcb8(0x185)},'num_digits':{'name':_0x16fcb8(0x156),'detail':'The\x20number\x20of\x20digits\x20to\x20round\x20to.'}}},'ROUNDDOWN':{'abstract':'Rounds\x20a\x20number\x20down','description':_0x16fcb8(0x18e),'parameters':{'number':{'name':'number','detail':_0x16fcb8(0x185)},'num_digits':{'name':'num_digits','detail':_0x16fcb8(0x98)}}},'ABS':{'abstract':_0x16fcb8(0x23d),'description':_0x16fcb8(0x1e6),'parameters':{'number':{'name':_0x16fcb8(0xbb),'detail':_0x16fcb8(0x185)}}},'INT':{'abstract':_0x16fcb8(0x16f),'description':_0x16fcb8(0x232),'parameters':{'number':{'name':_0x16fcb8(0xbb),'detail':_0x16fcb8(0x185)}}},'MOD':{'abstract':'Returns\x20the\x20remainder\x20from\x20division','description':_0x16fcb8(0x199),'parameters':{'number':{'name':'number','detail':_0x16fcb8(0x185)},'divisor':{'name':_0x16fcb8(0x1bf),'detail':'The\x20number\x20by\x20which\x20you\x20want\x20to\x20divide.'}}},'POWER':{'abstract':_0x16fcb8(0x14b),'description':_0x16fcb8(0x13e),'parameters':{'number':{'name':_0x16fcb8(0xbb),'detail':_0x16fcb8(0x185)},'power':{'name':_0x16fcb8(0x96),'detail':_0x16fcb8(0x1b2)}}},'SQRT':{'abstract':_0x16fcb8(0x1d8),'description':_0x16fcb8(0x18d),'parameters':{'number':{'name':_0x16fcb8(0xbb),'detail':_0x16fcb8(0x185)}}},'PRODUCT':{'abstract':'Multiplies\x20arguments','description':_0x16fcb8(0x206),'parameters':{'number1':{'name':_0x16fcb8(0x221),'detail':_0x16fcb8(0x1ce)},'number2':{'name':_0x16fcb8(0x20e),'detail':_0x16fcb8(0x92)}}},'IF':{'abstract':_0x16fcb8(0x252),'description':_0x16fcb8(0x190),'parameters':{'logical_test':{'name':'logical_test','detail':_0x16fcb8(0x219)},'value_if_true':{'name':_0x16fcb8(0x10c),'detail':_0x16fcb8(0x110)},'value_if_false':{'name':_0x16fcb8(0x25d),'detail':'The\x20value\x20returned\x20when\x20the\x20condition\x20is\x20FALSE.'}}},'IFS':{'abstract':_0x16fcb8(0xd1),'description':_0x16fcb8(0xd0),'parameters':{'logical_test1':{'name':_0x16fcb8(0xfe),'detail':_0x16fcb8(0x22a)},'value_if_true1':{'name':_0x16fcb8(0x149),'detail':_0x16fcb8(0x188)},'logical_test2':{'name':'logical_test2','detail':_0x16fcb8(0x1cc)}}},'IFERROR':{'abstract':'Returns\x20a\x20fallback\x20for\x20errors','description':'Returns\x20a\x20fallback\x20value\x20if\x20the\x20expression\x20evaluates\x20to\x20an\x20error;\x20otherwise\x20returns\x20the\x20expression\x20result.','parameters':{'value':{'name':'value','detail':_0x16fcb8(0x1f4)},'value_if_error':{'name':_0x16fcb8(0x1a8),'detail':_0x16fcb8(0x1f9)}}},'AND':{'abstract':'Returns\x20TRUE\x20if\x20all\x20arguments\x20are\x20TRUE','description':_0x16fcb8(0xca),'parameters':{'logical1':{'name':_0x16fcb8(0xec),'detail':'The\x20first\x20condition\x20that\x20evaluates\x20to\x20TRUE\x20or\x20FALSE.'},'logical2':{'name':'logical2','detail':'Additional\x20conditions\x20that\x20evaluate\x20to\x20TRUE\x20or\x20FALSE.'}}},'OR':{'abstract':_0x16fcb8(0xbe),'description':'Returns\x20TRUE\x20when\x20any\x20supplied\x20condition\x20evaluates\x20to\x20TRUE.','parameters':{'logical1':{'name':_0x16fcb8(0xec),'detail':_0x16fcb8(0x258)},'logical2':{'name':_0x16fcb8(0x1c3),'detail':_0x16fcb8(0x100)}}},'NOT':{'abstract':_0x16fcb8(0x20f),'description':_0x16fcb8(0xf9),'parameters':{'logical':{'name':'logical','detail':'A\x20value\x20or\x20expression\x20that\x20can\x20be\x20evaluated\x20as\x20TRUE\x20or\x20FALSE.'}}},'TRUE':{'abstract':_0x16fcb8(0xa2),'description':_0x16fcb8(0x144),'parameters':{}},'FALSE':{'abstract':_0x16fcb8(0x1d6),'description':_0x16fcb8(0x1ba),'parameters':{}},'CONCAT':{'abstract':_0x16fcb8(0x14f),'description':_0x16fcb8(0x1ea),'parameters':{'text1':{'name':_0x16fcb8(0x203),'detail':_0x16fcb8(0x171)},'text2':{'name':_0x16fcb8(0xfc),'detail':_0x16fcb8(0x222)}}},'TEXTJOIN':{'abstract':_0x16fcb8(0x23e),'description':'Combines\x20text\x20values\x20and\x20inserts\x20a\x20delimiter\x20between\x20each\x20value.','parameters':{'delimiter':{'name':_0x16fcb8(0x1f7),'detail':_0x16fcb8(0x19a)},'ignore_empty':{'name':_0x16fcb8(0xc0),'detail':_0x16fcb8(0x24d)},'text1':{'name':_0x16fcb8(0x203),'detail':_0x16fcb8(0x171)},'text2':{'name':'text2','detail':_0x16fcb8(0x222)}}},'LEN':{'abstract':'Returns\x20the\x20number\x20of\x20characters\x20in\x20text','description':_0x16fcb8(0x1fc),'parameters':{'text':{'name':_0x16fcb8(0x19e),'detail':_0x16fcb8(0xdb)}}},'LEFT':{'abstract':'Returns\x20characters\x20from\x20the\x20start\x20of\x20text','description':'Returns\x20the\x20specified\x20number\x20of\x20characters\x20from\x20the\x20beginning\x20of\x20text.','parameters':{'text':{'name':_0x16fcb8(0x19e),'detail':_0x16fcb8(0xdb)},'num_chars':{'name':_0x16fcb8(0x236),'detail':_0x16fcb8(0xb5)}}},'RIGHT':{'abstract':_0x16fcb8(0x17f),'description':_0x16fcb8(0x1fa),'parameters':{'text':{'name':'text','detail':'The\x20text\x20value,\x20field,\x20or\x20expression\x20to\x20use.'},'num_chars':{'name':'num_chars','detail':_0x16fcb8(0xb5)}}},'MID':{'abstract':'Returns\x20characters\x20from\x20the\x20middle\x20of\x20text','description':_0x16fcb8(0xe9),'parameters':{'text':{'name':_0x16fcb8(0x19e),'detail':_0x16fcb8(0xdb)},'start_num':{'name':_0x16fcb8(0xb2),'detail':_0x16fcb8(0x116)},'num_chars':{'name':_0x16fcb8(0x236),'detail':_0x16fcb8(0xb5)}}},'UPPER':{'abstract':_0x16fcb8(0x229),'description':_0x16fcb8(0x113),'parameters':{'text':{'name':_0x16fcb8(0x19e),'detail':_0x16fcb8(0xdb)}}},'LOWER':{'abstract':'Converts\x20text\x20to\x20lowercase','description':_0x16fcb8(0x189),'parameters':{'text':{'name':_0x16fcb8(0x19e),'detail':_0x16fcb8(0xdb)}}},'TRIM':{'abstract':_0x16fcb8(0x259),'description':'Removes\x20extra\x20spaces\x20from\x20text\x20except\x20for\x20single\x20spaces\x20between\x20words.','parameters':{'text':{'name':_0x16fcb8(0x19e),'detail':_0x16fcb8(0xdb)}}},'FIND':{'abstract':'Finds\x20text\x20within\x20text','description':'Returns\x20the\x20starting\x20position\x20of\x20one\x20text\x20string\x20within\x20another.\x20FIND\x20is\x20case-sensitive.','parameters':{'find_text':{'name':'find_text','detail':'The\x20text\x20you\x20want\x20to\x20find.'},'within_text':{'name':'within_text','detail':'The\x20text\x20containing\x20the\x20text\x20to\x20find.'},'start_num':{'name':_0x16fcb8(0xb2),'detail':_0x16fcb8(0x168)}}},'SEARCH':{'abstract':'Finds\x20text\x20without\x20matching\x20case','description':_0x16fcb8(0x1d2),'parameters':{'find_text':{'name':_0x16fcb8(0x23a),'detail':_0x16fcb8(0x176)},'within_text':{'name':_0x16fcb8(0x9c),'detail':_0x16fcb8(0x17e)},'start_num':{'name':_0x16fcb8(0xb2),'detail':'The\x20character\x20position\x20at\x20which\x20to\x20start\x20searching.'}}},'SUBSTITUTE':{'abstract':_0x16fcb8(0x247),'description':'Replaces\x20existing\x20text\x20with\x20new\x20text\x20in\x20a\x20text\x20string.','parameters':{'text':{'name':_0x16fcb8(0x19e),'detail':_0x16fcb8(0xdb)},'old_text':{'name':'old_text','detail':_0x16fcb8(0xe3)},'new_text':{'name':'new_text','detail':_0x16fcb8(0xbd)},'instance_num':{'name':'instance_num','detail':_0x16fcb8(0x104)}}},'REPLACE':{'abstract':_0x16fcb8(0x130),'description':_0x16fcb8(0xcc),'parameters':{'old_text':{'name':_0x16fcb8(0xf8),'detail':_0x16fcb8(0xcf)},'start_num':{'name':_0x16fcb8(0xb2),'detail':_0x16fcb8(0xad)},'num_chars':{'name':_0x16fcb8(0x236),'detail':_0x16fcb8(0xb3)},'new_text':{'name':'new_text','detail':'The\x20text\x20that\x20replaces\x20the\x20old\x20characters.'}}},'TEXT':{'abstract':'Formats\x20a\x20value\x20as\x20text','description':'Formats\x20a\x20value\x20as\x20text\x20by\x20applying\x20a\x20number\x20format.','parameters':{'value':{'name':_0x16fcb8(0xba),'detail':_0x16fcb8(0x1f4)},'format_text':{'name':_0x16fcb8(0x112),'detail':_0x16fcb8(0x1e4)}}},'VALUE':{'abstract':_0x16fcb8(0x195),'description':'Converts\x20text\x20that\x20represents\x20a\x20number\x20to\x20a\x20number.','parameters':{'text':{'name':_0x16fcb8(0x19e),'detail':_0x16fcb8(0xdb)}}},'TODAY':{'abstract':_0x16fcb8(0xdc),'description':_0x16fcb8(0x224),'parameters':{}},'NOW':{'abstract':'Returns\x20the\x20current\x20date\x20and\x20time','description':_0x16fcb8(0x1a0),'parameters':{}},'DATE':{'abstract':_0x16fcb8(0x1a2),'description':_0x16fcb8(0xb6),'parameters':{'year':{'name':_0x16fcb8(0x1d0),'detail':_0x16fcb8(0x1ab)},'month':{'name':_0x16fcb8(0x226),'detail':_0x16fcb8(0xd4)},'day':{'name':'day','detail':_0x16fcb8(0x187)}}},'YEAR':{'abstract':_0x16fcb8(0x145),'description':_0x16fcb8(0x13a),'parameters':{'serialNumber':{'name':'serial_number','detail':_0x16fcb8(0xd6)}}},'MONTH':{'abstract':'Returns\x20the\x20month\x20of\x20a\x20date','description':_0x16fcb8(0xa1),'parameters':{'serialNumber':{'name':_0x16fcb8(0x1f3),'detail':'A\x20date/time\x20serial\x20number\x20or\x20date\x20field\x20value.'}}},'DAY':{'abstract':_0x16fcb8(0x24b),'description':'Returns\x20the\x20day\x20component\x20of\x20a\x20date\x20serial\x20value.','parameters':{'serialNumber':{'name':_0x16fcb8(0x1f3),'detail':_0x16fcb8(0xd6)}}},'HOUR':{'abstract':'Returns\x20the\x20hour\x20of\x20a\x20time','description':_0x16fcb8(0x19d),'parameters':{'serialNumber':{'name':_0x16fcb8(0x1f3),'detail':'A\x20date/time\x20serial\x20number\x20or\x20date\x20field\x20value.'}}},'MINUTE':{'abstract':_0x16fcb8(0xde),'description':'Returns\x20the\x20minute\x20component\x20of\x20a\x20date/time\x20serial\x20value.','parameters':{'serialNumber':{'name':_0x16fcb8(0x1f3),'detail':'A\x20date/time\x20serial\x20number\x20or\x20date\x20field\x20value.'}}},'SECOND':{'abstract':_0x16fcb8(0x25b),'description':_0x16fcb8(0x1cf),'parameters':{'serialNumber':{'name':_0x16fcb8(0x1f3),'detail':_0x16fcb8(0xd6)}}},'DAYS':{'abstract':_0x16fcb8(0x1a3),'description':_0x16fcb8(0x24e),'parameters':{'end_date':{'name':_0x16fcb8(0xac),'detail':_0x16fcb8(0xa8)},'start_date':{'name':_0x16fcb8(0x147),'detail':_0x16fcb8(0x1b0)}}},'ISBLANK':{'abstract':_0x16fcb8(0x193),'description':_0x16fcb8(0x242),'parameters':{'value':{'name':_0x16fcb8(0xba),'detail':'The\x20value,\x20field,\x20or\x20expression\x20to\x20test.'}}},'ISNUMBER':{'abstract':'Checks\x20whether\x20a\x20value\x20is\x20a\x20number','description':_0x16fcb8(0x1eb),'parameters':{'value':{'name':_0x16fcb8(0xba),'detail':_0x16fcb8(0x1f4)}}},'ISTEXT':{'abstract':_0x16fcb8(0x17c),'description':'Returns\x20TRUE\x20when\x20the\x20value\x20is\x20text.','parameters':{'value':{'name':_0x16fcb8(0xba),'detail':_0x16fcb8(0x1f4)}}},'ISERROR':{'abstract':_0x16fcb8(0xc2),'description':'Returns\x20TRUE\x20when\x20the\x20value\x20is\x20any\x20error\x20value.','parameters':{'value':{'name':_0x16fcb8(0xba),'detail':_0x16fcb8(0x1f4)}}}},'generic':{'engineAbstract':_0x16fcb8(0xff),'engineDescription':_0x16fcb8(0xb9),'argument':{'name':'argument','detail':_0x16fcb8(0xed)}}}}}['bases-ui']};export{e as default};
@@ -0,0 +1 @@
1
+ const _0x430e74=_0x2c20;function _0x2c20(_0x31ffda,_0x44b44d){_0x31ffda=_0x31ffda-0x1ba;const _0x1c20de=_0x1c20();let _0x2c20c7=_0x1c20de[_0x31ffda];return _0x2c20c7;}function _0x1c20(){const _0x3bca3f=['text2','Returns\x20a\x20fallback\x20for\x20errors','Returns\x20the\x20day\x20of\x20a\x20date','The\x20number\x20by\x20which\x20you\x20want\x20to\x20divide.','Group\x20table\x20by\x20fields','Returns\x20one\x20value\x20for\x20TRUE\x20and\x20another\x20for\x20FALSE','Custom\x20pattern','Timeline\x20with\x20start\x20and\x20end\x20dates.','Required','Sort\x20from\x20A\x20to\x20Z','Click\x20\x22New\x20Condition\x22\x20to\x20apply\x20colors\x20based\x20on\x20defined\x20conditions.\x20Please\x20note\x20higher\x20conditions\x20are\x20prioritized.','Please\x20select','Enter\x20a\x20URL\x20(e.g.\x20univer.ai\x20or\x20https://univer.ai/skills).','Mon-Fri','7SCIstf','Filled','value1','Returns\x20the\x20largest\x20value','Checks\x20whether\x20one\x20or\x20more\x20conditions\x20are\x20met\x20and\x20returns\x20a\x20value\x20matching\x20the\x20first\x20TRUE\x20condition.','Group\x20by\x20field','None','This\x20field\x20type\x20is\x20ready\x20with\x20default\x20settings.','The\x20value\x20returned\x20when\x20the\x20expression\x20is\x20an\x20error.','Reference\x20the\x20\x22{fieldName}\x22\x20field\x20in\x20the\x20current\x20Base\x20table.\x20It\x20will\x20be\x20saved\x20as\x20table[{fieldName}]\x20for\x20the\x20formula\x20engine.','Additional\x20numbers\x20or\x20numeric\x20expressions.','Move\x20record','End\x20date','Day','Custom\x20progress\x20bar','First\x20->\x20Last','Settings','No\x20matching\x20groups.','Combines\x20text\x20values\x20and\x20inserts\x20a\x20delimiter\x20between\x20each\x20value.','Customize\x20Kanban','Large','Normal','today','is\x20not\x20empty','not\x20contain','This\x20view\x20will\x20be\x20removed.','Apply\x20Smart\x20Color\x20to\x20All','Returns\x20the\x20number\x20of\x20characters\x20in\x20a\x20text\x20string.','Edit','power','number','repeat','Entire\x20Column','Short','Space,\x20period','The\x20number\x20or\x20numeric\x20field\x20value\x20to\x20calculate.','logical2','exact\x20date','Record\x20detail','New','\x20·\x20{count}\x20exception{plural}','Field\x20title','Returns\x20the\x20absolute\x20value\x20of\x20a\x20number','Expand','Hide\x20field','Include\x20time','Cancel','Clear','FILE','{days}{exceptions}','Insert\x20Left','The\x20text\x20value,\x20field,\x20or\x20expression\x20to\x20use.','Which\x20occurrence\x20of\x20old_text\x20to\x20replace.\x20If\x20omitted,\x20every\x20occurrence\x20is\x20replaced.','Number','Previous\x20record','Add\x20blank\x20record','Gallery','Returns\x20TRUE\x20when\x20the\x20value\x20is\x20empty.','Text','Set\x20working\x20days','{count}\x20conditions\x20applied','instance_num','Delete','The\x20replacement\x20text.','Scale','New\x20grid\x20view','Compatibility','argument','Returns\x20the\x20hour\x20component\x20of\x20a\x20date/time\x20serial\x20value.','value','Min','Add\x20field','Converts\x20text\x20to\x20lowercase','Format\x20type','Returns\x20TRUE\x20if\x20all\x20arguments\x20are\x20TRUE','Modified\x20By','Returns\x20TRUE\x20when\x20all\x20supplied\x20conditions\x20evaluate\x20to\x20TRUE.','{name}\x20is\x20provided\x20by\x20the\x20Univer\x20formula\x20engine.\x20Base\x20supports\x20field\x20references\x20such\x20as\x20table[Field]\x20and\x20OtherTable[Field],\x20but\x20does\x20not\x20support\x20A1\x20cells,\x20A1:B10\x20ranges,\x20or\x20spilled\x20array\x20output\x20in\x20Base\x20formula\x20fields.','Returns\x20the\x20median\x20value','Show\x20field','Next\x20result','Rounds\x20a\x20number\x20down\x20to\x20the\x20nearest\x20integer.','Replaces\x20characters\x20by\x20position','Returns\x20the\x20second\x20component\x20of\x20a\x20date/time\x20serial\x20value.','Undo','Empty','No\x20matching\x20members.','Cover','Quarter','Returns\x20characters\x20from\x20the\x20middle\x20of\x20text','Counts\x20numeric\x20values','Type','Unassigned','Customize\x20Card','Converts\x20text\x20to\x20uppercase.','Open','The\x20first\x20text\x20value\x20or\x20field.','Rounds\x20a\x20number\x20up,\x20away\x20from\x20zero.','The\x20year\x20of\x20the\x20date.','in\x20the\x20past\x207\x20days','Done','month','Created\x20By','Calendar\x20color','No\x20provider\x20group\x20data\x20available','number1','Select\x20or\x20add\x20an\x20option','The\x20position\x20of\x20the\x20first\x20character\x20to\x20replace.','Date\x20Created','Additional\x20values,\x20fields,\x20or\x20expressions.','Close\x20preview','Returns\x20FALSE','No\x20records','Returns\x20TRUE\x20if\x20any\x20argument\x20is\x20TRUE','Gantt\x20View\x20Settings','The\x20number\x20of\x20characters\x20to\x20return.','Returns\x20the\x20positive\x20square\x20root\x20of\x20a\x20number.','Returns\x20the\x20hour\x20of\x20a\x20time','Long\x20·\x2015\x20minutes','Add\x20attachment','Currency\x20symbol','Returns\x20the\x20year\x20component\x20of\x20a\x20date\x20serial\x20value.','Style','Select\x20options','Returns\x20the\x20starting\x20position\x20of\x20one\x20text\x20string\x20within\x20another.\x20SEARCH\x20is\x20not\x20case-sensitive.','Add\x20record','Person','Returns\x20the\x20median\x20of\x20the\x20supplied\x20numeric\x20values.','logical1','1937610lnVsUN','Returns\x20the\x20smallest\x20value','Rounds\x20a\x20number\x20down\x20to\x20an\x20integer','Color','Add\x20condition','The\x20first\x20condition\x20to\x20test.','value_if_error','Currency\x20format','day','Adds\x20all\x20numbers,\x20numeric\x20fields,\x20or\x20numeric\x20expressions\x20supplied\x20as\x20arguments.','Edit\x20formula','logical','New\x20gantt\x20view','Field\x20from\x20{tableName}','Returns\x20the\x20current\x20date\x20as\x20a\x20date\x20serial\x20value.','Display\x20color','Option','Start\x20value','Open\x20record','Date\x20format','181150wYwGuo','This\x20field\x20will\x20be\x20removed\x20from\x20the\x20table.','within\x20the\x20next\x207\x20days','Combines\x20text\x20with\x20a\x20delimiter','1064SHYWUK','Card\x20size','decrement','serial_number','text1','unchecked','Search\x20members','URL','Check','Average','Returns\x20the\x20remainder\x20from\x20division','Resize\x20table\x20sidebar','Cards\x20grouped\x20by\x20a\x20select\x20field.','Returns\x20days\x20between\x20two\x20dates','old_text','Returns\x20a\x20fallback\x20value\x20if\x20the\x20expression\x20evaluates\x20to\x20an\x20error;\x20otherwise\x20returns\x20the\x20expression\x20result.','Add\x20Option','Use\x20fields\x20like\x20[Amount].\x20A1:B10\x20and\x20single\x20cell\x20references\x20are\x20not\x20allowed.','Engineering','Auto\x20increment','Freeze\x20up\x20to\x20This\x20Field','Create\x20Kanban\x20with\x20{fieldName}','Returns\x20the\x20serial\x20number\x20for\x20a\x20date\x20from\x20year,\x20month,\x20and\x20day\x20values.','Add\x205\x20blank\x20records','Thu','Rating','Add','Returns\x20the\x20year\x20of\x20a\x20date','Returns\x20the\x20average\x20of\x20arguments','The\x20text\x20in\x20which\x20characters\x20are\x20replaced.','Last\x20->\x20First','Customize\x20working\x20days\x20and\x20days\x20off\x20for\x20this\x20Gantt\x20view.\x20If\x20not\x20set,\x20Monday\x20to\x20Friday\x20is\x20used\x20when\x20working-day\x20calculation\x20is\x20enabled.','General','this\x20month','Attach\x20file','Date\x20and\x20time','Avg\x20{value}','1686tjCMKV','Returns\x20characters\x20from\x20the\x20end\x20of\x20text','Edit\x20group\x20title','Legal\x20working\x20days\x20will\x20be\x20available\x20after\x20an\x20external\x20calendar\x20API\x20is\x20connected.','Sum\x20{value}','The\x20later\x20date.','Returns\x20the\x20starting\x20position\x20of\x20one\x20text\x20string\x20within\x20another.\x20FIND\x20is\x20case-sensitive.','Local','Add\x20a\x20description','Converts\x20text\x20that\x20represents\x20a\x20number\x20to\x20a\x20number.','Locked\x20field','Functions','year','Checks\x20whether\x20a\x20value\x20is\x20a\x20number','record','Array','This\x20view\x20needs\x20to\x20be\x20configured','value_if_true','Numbering\x20type','Max','Title','Duplicate\x20Table','Function','Rounds\x20a\x20number\x20down,\x20toward\x20zero.','Accounting','Additional\x20conditions\x20that\x20evaluate\x20to\x20TRUE\x20or\x20FALSE.','Checks\x20whether\x20a\x20value\x20is\x20empty','A\x20date/time\x20serial\x20number\x20or\x20date\x20field\x20value.','Returns\x20the\x20specified\x20number\x20of\x20characters\x20from\x20the\x20end\x20of\x20text.','The\x20month\x20of\x20the\x20date.','Basic','Rounds\x20a\x20number','1461449tNXQFS','The\x20number\x20of\x20digits\x20to\x20round\x20to.','Duplicate\x20view','Add\x20view','5646136pZsivO','The\x20first\x20number\x20or\x20numeric\x20expression.','Replaces\x20part\x20of\x20a\x20text\x20string\x20based\x20on\x20starting\x20position\x20and\x20length.','this\x20week','683090EsHJLE','Formula','Direction','Insert','Date\x20/\x20Time','The\x20text\x20that\x20replaces\x20the\x20old\x20characters.','greater\x20than','checked','New\x20condition','Custom\x20working\x20days','Thumb','Delete\x20Field','Delete\x20this\x20field?','Percent','Entire\x20Row','Not\x20set','Remove\x20working\x20day\x20exception','Rename\x20View','Rounds\x20a\x20number\x20up','yesterday','Rename\x20Table','Logical','Copy','Create\x20view','Tue','Last\x20Modified\x20Date','Sat','Configure\x20View','Text\x20inserted\x20between\x20each\x20combined\x20value.','find_text','Returns\x20the\x20specified\x20number\x20of\x20characters\x20from\x20the\x20beginning\x20of\x20text.','Show\x20field\x20names','new_text','The\x20first\x20value,\x20field,\x20or\x20expression.','Invalid\x20phone\x20number','Add\x20working\x20days','logical_test1','Replaces\x20existing\x20text\x20with\x20new\x20text\x20in\x20a\x20text\x20string.','This\x20table\x20and\x20its\x20records\x20will\x20be\x20removed.','Example','{count}\x20empty','Delete\x20this\x20record?','Group','Returns\x20TRUE\x20when\x20the\x20value\x20is\x20any\x20error\x20value.','Next\x20record','Invalid\x20email\x20address','Grid','Lightning','Set\x20as\x20First\x20Tab','New\x20kanban\x20view','is\x20before','univer.ai\x20or\x20https://univer.ai','Edit\x20Field','optional','Returns\x20the\x20second\x20of\x20a\x20time','Timeslot\x20size','text','Single\x20select','Short\x20·\x201\x20hour','Custom\x20text','Add\x20more\x20records\x20after\x20submission','Cell','Returns\x20TRUE\x20when\x20the\x20value\x20is\x20text.','Returns\x20the\x20result\x20of\x20a\x20number\x20raised\x20to\x20a\x20power.','Converts\x20text\x20to\x20a\x20number','Small','The\x20text\x20containing\x20the\x20text\x20to\x20find.','Custom','Returns\x20the\x20month\x20of\x20a\x20date','Counts\x20arguments\x20that\x20are\x20not\x20empty.','Returns\x20the\x20arithmetic\x20mean\x20of\x20the\x20supplied\x20numeric\x20values.','Delete\x20this\x20table?','Flag','Number\x20format','Checks\x20multiple\x20conditions','value_if_false','The\x20format\x20pattern\x20to\x20apply.','Heart','Removes\x20extra\x20spaces\x20from\x20text\x20except\x20for\x20single\x20spaces\x20between\x20words.','value2','Rows\x20and\x20fields\x20for\x20detailed\x20editing.','Below','Converts\x20text\x20to\x20uppercase','Mon','Max\x20{value}','is\x20not','Choose\x20how\x20this\x20table\x20should\x20be\x20projected.','Card\x20layout','last\x20week','Step','logical_test','A\x20value,\x20field\x20reference,\x20table\x20field\x20reference,\x20or\x20expression\x20supported\x20by\x20the\x20Univer\x20formula\x20engine.','Star','Financial','Attachments','Database','Confirm','Returns\x20the\x20number\x20of\x20characters\x20in\x20text','Returns\x20a\x20number\x20raised\x20to\x20a\x20power','Select\x20specific\x20date','Default\x20value','Reference\x20the\x20\x22{fieldName}\x22\x20field\x20from\x20the\x20\x22{tableName}\x22\x20table.','is\x20empty','Returns\x20a\x20positive\x20square\x20root','is\x20after','delimiter','Delete\x20record','Advanced','Close\x20search','value_if_true1','New\x20calendar\x20view','Tables','View\x20name','Example:','Customize\x20color','Combines\x20text\x20from\x20multiple\x20values,\x20fields,\x20or\x20expressions.','Parameters','Year','Edit\x20Field\x20Description','Wed','Returns\x20the\x20minute\x20of\x20a\x20time','Icon','Dot','Target\x20value','Returns\x20the\x20smallest\x20numeric\x20value\x20from\x20the\x20arguments.','Returns\x20characters\x20from\x20the\x20start\x20of\x20text','Collapse','Calendar\x20View\x20Settings','Add\x20table','View\x20Settings','Row\x20Height','Cross','Fire','Filter','Sum','Default\x20value\x20is\x20resolved\x20from\x20the\x20external\x20Univer\x20{entity}\x20provider.','Select\x20option','Returns\x20TRUE\x20when\x20any\x20supplied\x20condition\x20evaluates\x20to\x20TRUE.','Fields','The\x20text\x20you\x20want\x20to\x20find.','Statistical','Local\x20({timeZone})','Reference\x20options','Finds\x20text\x20within\x20text','7tTjAeV','Returns\x20the\x20largest\x20numeric\x20value\x20from\x20the\x20arguments.','Returns\x20the\x20minute\x20component\x20of\x20a\x20date/time\x20serial\x20value.','2837184JadUzP','Customize\x20number/text\x20format\x20and\x20rules','{name}\x20formula\x20engine\x20function','Finds\x20text\x20without\x20matching\x20case','Holiday\x20name','New\x20field','Decimal\x20places','The\x20value\x20returned\x20when\x20the\x20condition\x20is\x20TRUE.','No\x20visible\x20fields','12EHqwqC','number2','Legal\x20working\x20days','The\x20number\x20of\x20characters\x20to\x20replace.','contains','Sun','Option\x20color','Clear\x20content','The\x20value,\x20field,\x20or\x20expression\x20to\x20test.','Delete\x20view','Allow\x20negative\x20numbers','Calendar','Time\x20format','Large\x20number\x20abbreviation','Adds\x20numbers','Checks\x20whether\x20a\x20value\x20is\x20an\x20error','Close\x20record\x20detail','Default\x20value\x20is\x20resolved\x20from\x20{count}\x20mock\x20{entity}\x20item{plural}.','Email','Checkbox','Records\x20laid\x20out\x20by\x20date.','Type\x20here','increment','last\x20month','Attachment','The\x20exponent\x20to\x20apply\x20to\x20the\x20base\x20number.','{count}\x20more','Converts\x20text\x20to\x20lowercase.','Kanban\x20group','in\x20the\x20past\x2030\x20days','Count\x20records','Currency','Business','start_num','Removes\x20extra\x20spaces\x20from\x20text','The\x20text\x20you\x20want\x20to\x20replace.','Comma,\x20period','num_chars','Field\x20type','Lookup\x20and\x20reference','The\x20character\x20position\x20at\x20which\x20to\x20start\x20searching.','Start\x20date','Time','Thousands\x20separator','Customize\x20working\x20days\x20and\x20days\x20off,\x20and\x20apply\x20them\x20to\x20the\x20current\x20base','Counts\x20non-empty\x20values','Additional\x20text\x20values\x20or\x20fields.','Above','24\x20hour','Checks\x20a\x20condition\x20and\x20returns\x20one\x20value\x20when\x20it\x20is\x20TRUE\x20and\x20another\x20value\x20when\x20it\x20is\x20FALSE.','Delete\x20records','10mjVwrc','Search\x20tables','Progress','logical_test2','Enter\x20here','Display\x20text','Customize\x20Field','Multiple\x20select','Rounds\x20a\x20number\x20down','Information','Conditional\x20Coloring','Current\x20table\x20field','Previous\x20result','Returns\x20the\x20current\x20date','Multiplies\x20all\x20numbers\x20supplied\x20as\x20arguments.','num_digits','Combines\x20text\x20values','Whether\x20empty\x20values\x20should\x20be\x20ignored.','within_text','Submit','Allow\x20adding\x20multiple\x20groups\x20in\x20one\x20record','Search\x20groups','Remove\x20option','Unique','Show\x20thousands\x20separator','The\x20value\x20returned\x20when\x20the\x20first\x20condition\x20is\x20TRUE.','Close\x20formula\x20editor','Apply','Phone\x20Number'];_0x1c20=function(){return _0x3bca3f;};return _0x1c20();}(function(_0x2c34ad,_0x26e189){const _0x11bc51=_0x2c20,_0x3d5714=_0x2c34ad();while(!![]){try{const _0x482e02=-parseInt(_0x11bc51(0x38a))/0x1*(-parseInt(_0x11bc51(0x2a9))/0x2)+-parseInt(_0x11bc51(0x2d2))/0x3*(parseInt(_0x11bc51(0x2ad))/0x4)+-parseInt(_0x11bc51(0x2fa))/0x5*(-parseInt(_0x11bc51(0x396))/0x6)+parseInt(_0x11bc51(0x214))/0x7*(-parseInt(_0x11bc51(0x2f6))/0x8)+parseInt(_0x11bc51(0x295))/0x9+-parseInt(_0x11bc51(0x1e9))/0xa*(parseInt(_0x11bc51(0x2f2))/0xb)+parseInt(_0x11bc51(0x38d))/0xc;if(_0x482e02===_0x26e189)break;else _0x3d5714['push'](_0x3d5714['shift']());}catch(_0x5a0c00){_0x3d5714['push'](_0x3d5714['shift']());}}}(_0x1c20,0x5a8b1));const e={'bases-ui':{'bases-ui':{'menu':{'addRecord':'Add\x20Record','addBlankRecord':_0x430e74(0x24b),'addFiveBlankRecords':_0x430e74(0x2c4),'customizeField':_0x430e74(0x1ef),'viewSettings':_0x430e74(0x37b),'filter':_0x430e74(0x37f),'sort':'Sort','group':'Group\x20By','groupByFields':_0x430e74(0x20a),'rowHeight':_0x430e74(0x37c),'rowHeightShort':_0x430e74(0x235),'rowHeightMedium':'Medium','rowHeightTall':'Tall','rowHeightExtraTall':'Extra\x20Tall','conditionalColoring':_0x430e74(0x1f3),'conditionalColoringHelp':_0x430e74(0x210),'conditionalColoringSmart':_0x430e74(0x22e),'conditionalColor':'Color','conditionalCustomColor':_0x430e74(0x33d),'conditionalTargetCell':_0x430e74(0x337),'conditionalTargetRow':_0x430e74(0x308),'conditionalTargetColumn':_0x430e74(0x234),'conditionalEnterValue':_0x430e74(0x1ed),'conditionalExactDate':_0x430e74(0x239),'conditionalToday':_0x430e74(0x22a),'conditionalTomorrow':'tomorrow','conditionalYesterday':_0x430e74(0x30d),'conditionalThisWeek':_0x430e74(0x2f9),'conditionalLastWeek':_0x430e74(0x352),'conditionalThisMonth':_0x430e74(0x2ce),'conditionalLastMonth':_0x430e74(0x1cd),'conditionalPast7':_0x430e74(0x277),'conditionalNext7':_0x430e74(0x2ab),'conditionalPast30':_0x430e74(0x1d3),'conditionalNext30':'within\x20the\x20next\x2030\x20days','conditionalChecked':_0x430e74(0x301),'conditionalUnchecked':_0x430e74(0x2b2),'addField':_0x430e74(0x25b),'undo':_0x430e74(0x268),'redo':'Redo'},'recordDetail':{'title':_0x430e74(0x23a),'close':_0x430e74(0x1c6),'open':_0x430e74(0x273),'delete':'Delete\x20record','deleteConfirmTitle':_0x430e74(0x323),'deleteConfirmDescription':'This\x20record\x20will\x20be\x20removed.','submit':_0x430e74(0x1fc),'addMoreAfterSubmission':_0x430e74(0x336)},'gridContext':{'insert':_0x430e74(0x2fd),'above':_0x430e74(0x1e5),'below':_0x430e74(0x34b),'openRecord':_0x430e74(0x2a7),'clearContent':_0x430e74(0x1bd),'deleteRecord':_0x430e74(0x364),'deleteRecords':_0x430e74(0x1e8)},'common':{'apply':_0x430e74(0x204),'cancel':_0x430e74(0x242),'clear':_0x430e74(0x243),'confirm':_0x430e74(0x35a),'delete':_0x430e74(0x252),'save':'Save','search':'Search','searchPrevious':_0x430e74(0x1f5),'searchNext':_0x430e74(0x264),'searchClose':_0x430e74(0x366),'value':'Value','newCondition':_0x430e74(0x302),'newBadge':'New'},'footerStat':{'none':_0x430e74(0x21a),'countOption':_0x430e74(0x1d4),'filledOption':_0x430e74(0x215),'emptyOption':'Empty','uniqueOption':_0x430e74(0x200),'sumOption':_0x430e74(0x380),'averageOption':_0x430e74(0x2b6),'minOption':_0x430e74(0x25a),'maxOption':_0x430e74(0x2e5),'count':'{count}\x20records','filled':'{count}\x20filled','empty':_0x430e74(0x322),'unique':'{count}\x20unique','sum':_0x430e74(0x2d6),'average':_0x430e74(0x2d1),'min':'Min\x20{value}','max':_0x430e74(0x34e)},'confirmDelete':{'tableTitle':_0x430e74(0x341),'tableDescription':_0x430e74(0x320),'viewTitle':'Delete\x20this\x20view?','viewDescription':_0x430e74(0x22d),'fieldTitle':_0x430e74(0x306),'fieldDescription':_0x430e74(0x2aa)},'fieldConfig':{'fieldTitle':_0x430e74(0x23d),'fieldTitlePlaceholder':'Enter\x20a\x20field\x20title','fieldType':_0x430e74(0x1dc),'fieldTypeSectionBasic':_0x430e74(0x2f0),'fieldTypeSectionBusiness':_0x430e74(0x1d6),'fieldTypeSectionAdvanced':_0x430e74(0x365),'defaultValue':_0x430e74(0x35e),'newField':_0x430e74(0x392),'defaultSettingsReady':_0x430e74(0x21b),'numberFormat':_0x430e74(0x343),'currencyFormat':_0x430e74(0x29c),'dateFormat':_0x430e74(0x2a8),'dateMonthNameExample':'May\x2028,\x202026','decimalPlaces':_0x430e74(0x393),'example':_0x430e74(0x321),'icon':_0x430e74(0x373),'scale':_0x430e74(0x254),'options':'Options','referenceOptions':_0x430e74(0x388),'addOption':_0x430e74(0x2bd),'addOptionPlaceholder':'Add\x20an\x20option','removeOption':_0x430e74(0x1ff),'selectOption':_0x430e74(0x382),'option':_0x430e74(0x2a5),'numberingType':_0x430e74(0x2e4),'autoIncrement':_0x430e74(0x2c0),'custom':_0x430e74(0x33d),'customizeNumbering':_0x430e74(0x38e),'preview':'Preview','incremental':'Incremental','digits':'digits','start':'Start','step':_0x430e74(0x353),'dateCreated':'Date\x20Created','customText':_0x430e74(0x335),'lockedField':_0x430e74(0x2dc),'showField':_0x430e74(0x263),'hideField':_0x430e74(0x240),'moreFieldActions':'More\x20field\x20actions','edit':_0x430e74(0x230),'addFieldToGroup':'Add\x20Field\x20To\x20Group','editField':_0x430e74(0x32e),'editFieldDescription':_0x430e74(0x370),'duplicateField':'Duplicate\x20Field','insertLeft':_0x430e74(0x246),'insertRight':'Insert\x20Right','freezeToField':_0x430e74(0x2c1),'sortAsc':_0x430e74(0x20f),'sortDesc':'Sort\x20from\x20Z\x20to\x20A','groupByField':'Group\x20by\x20{fieldName}','filterByField':'Filter\x20by\x20{fieldName}','createKanbanWithField':_0x430e74(0x2c2),'deleteField':_0x430e74(0x305),'referenceOptionsHelp':'Reference\x20data\x20from\x20other\x20tables\x20as\x20options','allowMultipleMembers':'Allow\x20adding\x20multiple\x20members\x20in\x20one\x20record','allowMultipleGroups':_0x430e74(0x1fd),'defaultProviderMock':_0x430e74(0x1c7),'defaultProviderExternal':_0x430e74(0x381),'linkPlaceholder':_0x430e74(0x212),'phonePlaceholder':'Enter\x20a\x20phone\x20number','currencySymbol':_0x430e74(0x28c),'thousandsSeparator':_0x430e74(0x1e1),'showThousandsSeparator':_0x430e74(0x201),'largeNumberAbbreviation':_0x430e74(0x1c3),'allowNegativeNumbers':_0x430e74(0x1c0),'includeTime':_0x430e74(0x241),'timeFormat':_0x430e74(0x1c2),'hour24':_0x430e74(0x1e6),'hour12':'12\x20hour\x20am/pm','none':_0x430e74(0x21a),'recordCreationTime':'Record\x20Creation\x20Time','selectSpecificDate':_0x430e74(0x35d),'percent':_0x430e74(0x307),'number':_0x430e74(0x249),'color':_0x430e74(0x298),'style':_0x430e74(0x28e),'progressColor':'Progress\x20color\x20{color}','customProgressBar':_0x430e74(0x222),'startValue':_0x430e74(0x2a6),'targetValue':_0x430e74(0x375),'searchGroups':_0x430e74(0x1fe),'selectGroups':'Select\x20groups','noProviderGroupData':_0x430e74(0x27c),'noMatchingGroups':_0x430e74(0x225),'searchMembers':_0x430e74(0x2b3),'selectMembers':'Select\x20members','noProviderData':'No\x20provider\x20data\x20available','noMatchingMembers':_0x430e74(0x26a),'noFormulaConfigured':'No\x20formula\x20configured','editFormula':_0x430e74(0x29f),'closeFormulaEditor':_0x430e74(0x203),'formulaHint':_0x430e74(0x2be),'formulaReferenceError':'A1\x20references\x20and\x20ranges\x20are\x20not\x20supported\x20in\x20Base\x20formulas.','formulaTables':_0x430e74(0x369),'formulaFields':'Fields','formulaFunctions':_0x430e74(0x2dd),'formulaFunction':_0x430e74(0x2e8),'formulaParameters':_0x430e74(0x36e),'formulaOptional':_0x430e74(0x32f),'formulaRepeat':_0x430e74(0x233),'formulaExample':_0x430e74(0x36b),'currentTable':'Current','currentTableField':_0x430e74(0x1f4),'fieldFromTable':_0x430e74(0x2a2),'referenceCurrentField':_0x430e74(0x21d),'referenceTableField':_0x430e74(0x35f),'fieldNameColumn':'Name','fieldTypeColumn':_0x430e74(0x26f),'insertColumn':_0x430e74(0x2fd),'insert':_0x430e74(0x2fd),'formulaNumberFormatSheetPattern':'Sheet\x20pattern','formulaFormatType':_0x430e74(0x25d),'formulaCustomPattern':_0x430e74(0x20c),'formulaFormatGeneral':_0x430e74(0x2cd),'formulaFormatNumber':_0x430e74(0x249),'formulaFormatCurrency':_0x430e74(0x1d5),'formulaFormatAccounting':_0x430e74(0x2ea),'formulaFormatPercent':_0x430e74(0x307),'formulaFormatDateTime':_0x430e74(0x2fe),'addDescriptionPlaceholder':_0x430e74(0x2da),'numberingDescription':'Automatically\x20assigns\x20a\x20unique\x20increasing\x20index\x20starting\x20from\x201\x20when\x20a\x20record\x20is\x20created.\x20Generated\x20values\x20cannot\x20be\x20edited.','optionColor':_0x430e74(0x1bc),'separatorLocal':_0x430e74(0x2d9),'separatorCommaPeriod':_0x430e74(0x1da),'separatorPeriodComma':'Period,\x20comma','separatorSpaceComma':'Space,\x20comma','separatorSpacePeriod':_0x430e74(0x236),'direction':_0x430e74(0x2fc),'groupFirstToLast':_0x430e74(0x223),'groupLastToFirst':_0x430e74(0x2cb),'checkboxIconCheck':_0x430e74(0x2b5),'checkboxIconCross':_0x430e74(0x37d),'checkboxIconStar':'Star','checkboxIconHeart':'Heart','checkboxIconThumb':_0x430e74(0x304),'checkboxIconFlag':_0x430e74(0x342),'checkboxIconDot':_0x430e74(0x374),'ratingIconStar':_0x430e74(0x356),'ratingIconHeart':_0x430e74(0x347),'ratingIconThumb':'Thumb','ratingIconFire':_0x430e74(0x37e),'ratingIconSmile':'Smile','ratingIconLightning':_0x430e74(0x329),'ratingIconMedal':'Medal','increment':_0x430e74(0x1cc),'decrement':_0x430e74(0x2af)},'cellEditor':{'done':_0x430e74(0x278),'text':_0x430e74(0x24e),'displayText':_0x430e74(0x1ee),'url':'URL','linkPlaceholder':_0x430e74(0x32d),'attachments':_0x430e74(0x358),'attachFile':_0x430e74(0x2cf),'failedToAttachFile':'Failed\x20to\x20attach\x20file','file':_0x430e74(0x244),'invalidEmail':_0x430e74(0x327),'invalidPhone':_0x430e74(0x31c),'closePreview':_0x430e74(0x282),'searchOption':_0x430e74(0x27e),'selectOption':_0x430e74(0x382),'selectOptions':_0x430e74(0x28f),'previousMonth':'Previous\x20month','nextMonth':'Next\x20month','time':_0x430e74(0x1e0)},'recordDetailField':{'previousRecord':_0x430e74(0x24a),'nextRecord':_0x430e74(0x326),'pleaseSelect':_0x430e74(0x211),'addAttachment':_0x430e74(0x28b),'failedToAttachFile':'Failed\x20to\x20attach\x20file','closePreview':_0x430e74(0x282),'typeHere':_0x430e74(0x1cb),'empty':_0x430e74(0x269),'unassigned':_0x430e74(0x270),'editField':'Edit\x20{fieldName}','noVisibleFields':_0x430e74(0x395)},'fieldTypes':{'text':_0x430e74(0x24e),'singleSelect':_0x430e74(0x333),'multiSelect':_0x430e74(0x1f0),'person':_0x430e74(0x292),'group':_0x430e74(0x324),'date':'Date','attachment':_0x430e74(0x1ce),'number':_0x430e74(0x249),'checkbox':_0x430e74(0x1c9),'link':_0x430e74(0x2b4),'formula':_0x430e74(0x2fb),'numbering':'Numbering','phone':_0x430e74(0x205),'email':_0x430e74(0x1c8),'progress':_0x430e74(0x1eb),'currency':_0x430e74(0x1d5),'rating':_0x430e74(0x2c6),'createdBy':_0x430e74(0x27a),'updatedBy':_0x430e74(0x25f),'createdAt':_0x430e74(0x280),'updatedAt':_0x430e74(0x313)},'viewMenus':{'customizeKanban':_0x430e74(0x227),'customizeCard':_0x430e74(0x271),'eventSettings':'Event\x20Settings','calendarViewSettings':_0x430e74(0x379),'calendarViewSettingsTitle':'Calendar\x20View\x20Settings','ganttViewSettings':_0x430e74(0x286),'fieldsCount':'{count}\x20fields','cover':_0x430e74(0x26b),'cardLayout':_0x430e74(0x351),'normal':_0x430e74(0x229),'normalDescription':'Title\x20left,\x20fields\x20right','compose':'Compose','composeDescription':'Inline\x20fields\x20that\x20wrap','cardSize':_0x430e74(0x2ae),'small':_0x430e74(0x33b),'medium':'Medium','large':_0x430e74(0x228),'showFieldNames':_0x430e74(0x319),'startDate':_0x430e74(0x1df),'endDate':_0x430e74(0x220),'title':_0x430e74(0x2e6),'timeslotSize':_0x430e74(0x331),'timeslotShort':_0x430e74(0x334),'timeslotMedium':'Medium\x20·\x2030\x20minutes','timeslotLong':_0x430e74(0x28a),'displayColor':_0x430e74(0x2a4),'customizeColor':_0x430e74(0x36c),'alignWithRecords':'Align\x20with\x20records','timeZone':'Time\x20zone','localTimeZone':_0x430e74(0x387),'conditionalColor':'Conditional\x20color','conditionsApplied':_0x430e74(0x250),'addCondition':_0x430e74(0x299),'calculateWorkingDaysOnly':'Calculate\x20working\x20days\x20only','customWorkingDays':_0x430e74(0x303),'customWorkingDaysHelp':_0x430e74(0x2cc),'notSet':_0x430e74(0x309),'settings':_0x430e74(0x224),'setWorkingDays':_0x430e74(0x24f),'setWorkingDaysDescription':_0x430e74(0x1e2),'closeWorkingDaysSettings':'Close\x20working\x20days\x20settings','addWorkingDays':_0x430e74(0x31d),'holidayName':_0x430e74(0x391),'dayOff':'Day\x20off','working':'Working','add':_0x430e74(0x2c7),'removeWorkingDayException':_0x430e74(0x30a),'legalWorkingDays':_0x430e74(0x398),'legalWorkingDaysHelp':_0x430e74(0x2d5),'mon':_0x430e74(0x34d),'tue':_0x430e74(0x312),'wed':_0x430e74(0x371),'thu':_0x430e74(0x2c5),'fri':'Fri','sat':_0x430e74(0x314),'sun':_0x430e74(0x1bb),'monFri':_0x430e74(0x213),'days':'{count}\x20days','workingDaysSummary':_0x430e74(0x245),'exceptionsSummary':_0x430e74(0x23c),'calendarColor':_0x430e74(0x27b),'color':_0x430e74(0x298),'editGroupTitle':_0x430e74(0x2d4),'groupByFieldFallback':_0x430e74(0x219),'kanbanGroup':_0x430e74(0x1d2),'required':_0x430e74(0x20e),'kanbanGroupHelp':'Kanban\x20views\x20always\x20use\x20one\x20group\x20field.'},'operators':{'is':'is','isNot':_0x430e74(0x34f),'contains':_0x430e74(0x1ba),'notContains':_0x430e74(0x22c),'isEmpty':_0x430e74(0x360),'isNotEmpty':_0x430e74(0x22b),'greaterThan':_0x430e74(0x300),'lessThan':'less\x20than','before':_0x430e74(0x32c),'after':_0x430e74(0x362)},'viewSettings':{'title':'View\x20Settings','viewName':_0x430e74(0x36a),'addView':_0x430e74(0x2f5),'createViewTitle':_0x430e74(0x311),'createViewDescription':_0x430e74(0x350),'setAsFirstTab':_0x430e74(0x32a),'renameView':_0x430e74(0x30b),'duplicateView':_0x430e74(0x2f4),'configureView':_0x430e74(0x315),'deleteView':_0x430e74(0x1bf),'newGridView':_0x430e74(0x255),'newKanbanView':_0x430e74(0x32b),'newCalendarView':_0x430e74(0x368),'newGanttView':_0x430e74(0x2a1),'newGalleryView':'New\x20gallery\x20view','gridView':_0x430e74(0x328),'gridViewDescription':_0x430e74(0x34a),'kanbanView':'Kanban','kanbanViewDescription':_0x430e74(0x2b9),'calendarView':_0x430e74(0x1c1),'calendarViewDescription':_0x430e74(0x1ca),'ganttView':'Gantt','ganttViewDescription':_0x430e74(0x20d),'galleryView':_0x430e74(0x24c),'galleryViewDescription':'Visual\x20cards\x20for\x20browsing\x20records.','copySuffix':_0x430e74(0x310)},'tableSidebar':{'searchTables':_0x430e74(0x1ea),'addTable':_0x430e74(0x37a),'newTable':_0x430e74(0x23b),'collapse':_0x430e74(0x378),'expand':_0x430e74(0x23f),'resizeTableSidebar':_0x430e74(0x2b8),'configureTable':'Configure\x20{tableName}','renameTable':_0x430e74(0x30e),'duplicateTable':_0x430e74(0x2e7),'deleteTable':'Delete\x20Table','defaultTableName':'Table\x20{index}'},'footer':{'record':_0x430e74(0x2e0),'records':'records'},'canvas':{'addRecord':_0x430e74(0x291),'attachmentDropLabel':'Add\x20files\x20to\x20this\x20record','calculate':'Calculate','day':_0x430e74(0x221),'fields':_0x430e74(0x384),'month':'Month','more':_0x430e74(0x1d0),'moveRecord':_0x430e74(0x21f),'quarter':_0x430e74(0x26c),'today':'Today','week':'Week','year':_0x430e74(0x36f)},'empty':{'value':_0x430e74(0x269),'noRecords':_0x430e74(0x284),'invalidView':_0x430e74(0x2e2)},'formula':{'categories':{'math':'Math','statistical':_0x430e74(0x386),'text':_0x430e74(0x24e),'logical':_0x430e74(0x30f),'date':_0x430e74(0x2d0),'information':_0x430e74(0x1f2),'array':_0x430e74(0x2e1),'compatibility':_0x430e74(0x256),'cube':'Cube','database':_0x430e74(0x359),'engineering':_0x430e74(0x2bf),'financial':_0x430e74(0x357),'lookup':_0x430e74(0x1dd),'web':'Web'},'functions':{'SUM':{'abstract':_0x430e74(0x1c4),'description':_0x430e74(0x29e),'parameters':{'number1':{'name':_0x430e74(0x27d),'detail':'The\x20first\x20number\x20or\x20numeric\x20expression.'},'number2':{'name':_0x430e74(0x397),'detail':'Additional\x20numbers\x20or\x20numeric\x20expressions.'}}},'AVERAGE':{'abstract':_0x430e74(0x2c9),'description':_0x430e74(0x340),'parameters':{'number1':{'name':_0x430e74(0x27d),'detail':_0x430e74(0x2f7)},'number2':{'name':_0x430e74(0x397),'detail':_0x430e74(0x21e)}}},'MIN':{'abstract':_0x430e74(0x296),'description':_0x430e74(0x376),'parameters':{'number1':{'name':'number1','detail':_0x430e74(0x2f7)},'number2':{'name':_0x430e74(0x397),'detail':_0x430e74(0x21e)}}},'MAX':{'abstract':_0x430e74(0x217),'description':_0x430e74(0x38b),'parameters':{'number1':{'name':_0x430e74(0x27d),'detail':_0x430e74(0x2f7)},'number2':{'name':_0x430e74(0x397),'detail':_0x430e74(0x21e)}}},'COUNT':{'abstract':_0x430e74(0x26e),'description':'Counts\x20arguments\x20that\x20contain\x20numbers.','parameters':{'value1':{'name':_0x430e74(0x216),'detail':_0x430e74(0x31b)},'value2':{'name':_0x430e74(0x349),'detail':_0x430e74(0x281)}}},'COUNTA':{'abstract':_0x430e74(0x1e3),'description':_0x430e74(0x33f),'parameters':{'value1':{'name':'value1','detail':_0x430e74(0x31b)},'value2':{'name':_0x430e74(0x349),'detail':'Additional\x20values,\x20fields,\x20or\x20expressions.'}}},'MEDIAN':{'abstract':_0x430e74(0x262),'description':_0x430e74(0x293),'parameters':{'number1':{'name':_0x430e74(0x27d),'detail':_0x430e74(0x2f7)},'number2':{'name':_0x430e74(0x397),'detail':'Additional\x20numbers\x20or\x20numeric\x20expressions.'}}},'ROUND':{'abstract':_0x430e74(0x2f1),'description':'Rounds\x20a\x20number\x20to\x20a\x20specified\x20number\x20of\x20digits.','parameters':{'number':{'name':_0x430e74(0x232),'detail':'The\x20number\x20or\x20numeric\x20field\x20value\x20to\x20calculate.'},'num_digits':{'name':_0x430e74(0x1f8),'detail':'The\x20number\x20of\x20digits\x20to\x20round\x20to.'}}},'ROUNDUP':{'abstract':_0x430e74(0x30c),'description':_0x430e74(0x275),'parameters':{'number':{'name':_0x430e74(0x232),'detail':_0x430e74(0x237)},'num_digits':{'name':_0x430e74(0x1f8),'detail':_0x430e74(0x2f3)}}},'ROUNDDOWN':{'abstract':_0x430e74(0x1f1),'description':_0x430e74(0x2e9),'parameters':{'number':{'name':_0x430e74(0x232),'detail':_0x430e74(0x237)},'num_digits':{'name':'num_digits','detail':_0x430e74(0x2f3)}}},'ABS':{'abstract':_0x430e74(0x23e),'description':'Returns\x20the\x20absolute\x20value\x20of\x20a\x20number.\x20The\x20absolute\x20value\x20is\x20the\x20number\x20without\x20its\x20sign.','parameters':{'number':{'name':'number','detail':_0x430e74(0x237)}}},'INT':{'abstract':_0x430e74(0x297),'description':_0x430e74(0x265),'parameters':{'number':{'name':_0x430e74(0x232),'detail':_0x430e74(0x237)}}},'MOD':{'abstract':_0x430e74(0x2b7),'description':'Returns\x20the\x20remainder\x20after\x20a\x20number\x20is\x20divided\x20by\x20a\x20divisor.','parameters':{'number':{'name':_0x430e74(0x232),'detail':_0x430e74(0x237)},'divisor':{'name':'divisor','detail':_0x430e74(0x209)}}},'POWER':{'abstract':_0x430e74(0x35c),'description':_0x430e74(0x339),'parameters':{'number':{'name':_0x430e74(0x232),'detail':_0x430e74(0x237)},'power':{'name':_0x430e74(0x231),'detail':_0x430e74(0x1cf)}}},'SQRT':{'abstract':_0x430e74(0x361),'description':_0x430e74(0x288),'parameters':{'number':{'name':_0x430e74(0x232),'detail':'The\x20number\x20or\x20numeric\x20field\x20value\x20to\x20calculate.'}}},'PRODUCT':{'abstract':'Multiplies\x20arguments','description':_0x430e74(0x1f7),'parameters':{'number1':{'name':_0x430e74(0x27d),'detail':_0x430e74(0x2f7)},'number2':{'name':_0x430e74(0x397),'detail':_0x430e74(0x21e)}}},'IF':{'abstract':_0x430e74(0x20b),'description':_0x430e74(0x1e7),'parameters':{'logical_test':{'name':_0x430e74(0x354),'detail':'The\x20condition\x20you\x20want\x20to\x20test.'},'value_if_true':{'name':_0x430e74(0x2e3),'detail':_0x430e74(0x394)},'value_if_false':{'name':_0x430e74(0x345),'detail':'The\x20value\x20returned\x20when\x20the\x20condition\x20is\x20FALSE.'}}},'IFS':{'abstract':_0x430e74(0x344),'description':_0x430e74(0x218),'parameters':{'logical_test1':{'name':_0x430e74(0x31e),'detail':_0x430e74(0x29a)},'value_if_true1':{'name':_0x430e74(0x367),'detail':_0x430e74(0x202)},'logical_test2':{'name':_0x430e74(0x1ec),'detail':'Additional\x20conditions\x20to\x20test.'}}},'IFERROR':{'abstract':_0x430e74(0x207),'description':_0x430e74(0x2bc),'parameters':{'value':{'name':_0x430e74(0x259),'detail':'The\x20value,\x20field,\x20or\x20expression\x20to\x20test.'},'value_if_error':{'name':_0x430e74(0x29b),'detail':_0x430e74(0x21c)}}},'AND':{'abstract':_0x430e74(0x25e),'description':_0x430e74(0x260),'parameters':{'logical1':{'name':_0x430e74(0x294),'detail':'The\x20first\x20condition\x20that\x20evaluates\x20to\x20TRUE\x20or\x20FALSE.'},'logical2':{'name':'logical2','detail':_0x430e74(0x2eb)}}},'OR':{'abstract':_0x430e74(0x285),'description':_0x430e74(0x383),'parameters':{'logical1':{'name':_0x430e74(0x294),'detail':'The\x20first\x20condition\x20that\x20evaluates\x20to\x20TRUE\x20or\x20FALSE.'},'logical2':{'name':_0x430e74(0x238),'detail':_0x430e74(0x2eb)}}},'NOT':{'abstract':'Reverses\x20a\x20logical\x20value','description':'Changes\x20TRUE\x20to\x20FALSE\x20and\x20FALSE\x20to\x20TRUE.','parameters':{'logical':{'name':_0x430e74(0x2a0),'detail':'A\x20value\x20or\x20expression\x20that\x20can\x20be\x20evaluated\x20as\x20TRUE\x20or\x20FALSE.'}}},'TRUE':{'abstract':'Returns\x20TRUE','description':'Returns\x20the\x20logical\x20value\x20TRUE.','parameters':{}},'FALSE':{'abstract':_0x430e74(0x283),'description':'Returns\x20the\x20logical\x20value\x20FALSE.','parameters':{}},'CONCAT':{'abstract':_0x430e74(0x1f9),'description':_0x430e74(0x36d),'parameters':{'text1':{'name':'text1','detail':'The\x20first\x20text\x20value\x20or\x20field.'},'text2':{'name':_0x430e74(0x206),'detail':_0x430e74(0x1e4)}}},'TEXTJOIN':{'abstract':_0x430e74(0x2ac),'description':_0x430e74(0x226),'parameters':{'delimiter':{'name':_0x430e74(0x363),'detail':_0x430e74(0x316)},'ignore_empty':{'name':'ignore_empty','detail':_0x430e74(0x1fa)},'text1':{'name':_0x430e74(0x2b1),'detail':_0x430e74(0x274)},'text2':{'name':_0x430e74(0x206),'detail':'Additional\x20text\x20values\x20or\x20fields.'}}},'LEN':{'abstract':_0x430e74(0x35b),'description':_0x430e74(0x22f),'parameters':{'text':{'name':_0x430e74(0x332),'detail':'The\x20text\x20value,\x20field,\x20or\x20expression\x20to\x20use.'}}},'LEFT':{'abstract':_0x430e74(0x377),'description':_0x430e74(0x318),'parameters':{'text':{'name':_0x430e74(0x332),'detail':_0x430e74(0x247)},'num_chars':{'name':_0x430e74(0x1db),'detail':_0x430e74(0x287)}}},'RIGHT':{'abstract':_0x430e74(0x2d3),'description':_0x430e74(0x2ee),'parameters':{'text':{'name':_0x430e74(0x332),'detail':'The\x20text\x20value,\x20field,\x20or\x20expression\x20to\x20use.'},'num_chars':{'name':_0x430e74(0x1db),'detail':_0x430e74(0x287)}}},'MID':{'abstract':_0x430e74(0x26d),'description':'Returns\x20characters\x20from\x20the\x20middle\x20of\x20text\x20given\x20a\x20starting\x20position\x20and\x20length.','parameters':{'text':{'name':_0x430e74(0x332),'detail':_0x430e74(0x247)},'start_num':{'name':'start_num','detail':'The\x20position\x20of\x20the\x20first\x20character\x20to\x20return.'},'num_chars':{'name':_0x430e74(0x1db),'detail':'The\x20number\x20of\x20characters\x20to\x20return.'}}},'UPPER':{'abstract':_0x430e74(0x34c),'description':_0x430e74(0x272),'parameters':{'text':{'name':_0x430e74(0x332),'detail':_0x430e74(0x247)}}},'LOWER':{'abstract':_0x430e74(0x25c),'description':_0x430e74(0x1d1),'parameters':{'text':{'name':_0x430e74(0x332),'detail':_0x430e74(0x247)}}},'TRIM':{'abstract':_0x430e74(0x1d8),'description':_0x430e74(0x348),'parameters':{'text':{'name':'text','detail':_0x430e74(0x247)}}},'FIND':{'abstract':_0x430e74(0x389),'description':_0x430e74(0x2d8),'parameters':{'find_text':{'name':_0x430e74(0x317),'detail':_0x430e74(0x385)},'within_text':{'name':_0x430e74(0x1fb),'detail':_0x430e74(0x33c)},'start_num':{'name':_0x430e74(0x1d7),'detail':_0x430e74(0x1de)}}},'SEARCH':{'abstract':_0x430e74(0x390),'description':_0x430e74(0x290),'parameters':{'find_text':{'name':_0x430e74(0x317),'detail':_0x430e74(0x385)},'within_text':{'name':_0x430e74(0x1fb),'detail':_0x430e74(0x33c)},'start_num':{'name':_0x430e74(0x1d7),'detail':_0x430e74(0x1de)}}},'SUBSTITUTE':{'abstract':'Substitutes\x20new\x20text\x20for\x20old\x20text','description':_0x430e74(0x31f),'parameters':{'text':{'name':'text','detail':_0x430e74(0x247)},'old_text':{'name':_0x430e74(0x2bb),'detail':_0x430e74(0x1d9)},'new_text':{'name':_0x430e74(0x31a),'detail':_0x430e74(0x253)},'instance_num':{'name':_0x430e74(0x251),'detail':_0x430e74(0x248)}}},'REPLACE':{'abstract':_0x430e74(0x266),'description':_0x430e74(0x2f8),'parameters':{'old_text':{'name':_0x430e74(0x2bb),'detail':_0x430e74(0x2ca)},'start_num':{'name':_0x430e74(0x1d7),'detail':_0x430e74(0x27f)},'num_chars':{'name':_0x430e74(0x1db),'detail':_0x430e74(0x399)},'new_text':{'name':_0x430e74(0x31a),'detail':_0x430e74(0x2ff)}}},'TEXT':{'abstract':'Formats\x20a\x20value\x20as\x20text','description':'Formats\x20a\x20value\x20as\x20text\x20by\x20applying\x20a\x20number\x20format.','parameters':{'value':{'name':_0x430e74(0x259),'detail':_0x430e74(0x1be)},'format_text':{'name':'format_text','detail':_0x430e74(0x346)}}},'VALUE':{'abstract':_0x430e74(0x33a),'description':_0x430e74(0x2db),'parameters':{'text':{'name':_0x430e74(0x332),'detail':_0x430e74(0x247)}}},'TODAY':{'abstract':_0x430e74(0x1f6),'description':_0x430e74(0x2a3),'parameters':{}},'NOW':{'abstract':'Returns\x20the\x20current\x20date\x20and\x20time','description':'Returns\x20the\x20current\x20date\x20and\x20time\x20as\x20a\x20date/time\x20serial\x20value.','parameters':{}},'DATE':{'abstract':'Creates\x20a\x20date\x20value','description':_0x430e74(0x2c3),'parameters':{'year':{'name':_0x430e74(0x2de),'detail':_0x430e74(0x276)},'month':{'name':_0x430e74(0x279),'detail':_0x430e74(0x2ef)},'day':{'name':_0x430e74(0x29d),'detail':'The\x20day\x20of\x20the\x20date.'}}},'YEAR':{'abstract':_0x430e74(0x2c8),'description':_0x430e74(0x28d),'parameters':{'serialNumber':{'name':_0x430e74(0x2b0),'detail':_0x430e74(0x2ed)}}},'MONTH':{'abstract':_0x430e74(0x33e),'description':'Returns\x20the\x20month\x20component\x20of\x20a\x20date\x20serial\x20value.','parameters':{'serialNumber':{'name':_0x430e74(0x2b0),'detail':_0x430e74(0x2ed)}}},'DAY':{'abstract':_0x430e74(0x208),'description':'Returns\x20the\x20day\x20component\x20of\x20a\x20date\x20serial\x20value.','parameters':{'serialNumber':{'name':'serial_number','detail':_0x430e74(0x2ed)}}},'HOUR':{'abstract':_0x430e74(0x289),'description':_0x430e74(0x258),'parameters':{'serialNumber':{'name':_0x430e74(0x2b0),'detail':_0x430e74(0x2ed)}}},'MINUTE':{'abstract':_0x430e74(0x372),'description':_0x430e74(0x38c),'parameters':{'serialNumber':{'name':_0x430e74(0x2b0),'detail':_0x430e74(0x2ed)}}},'SECOND':{'abstract':_0x430e74(0x330),'description':_0x430e74(0x267),'parameters':{'serialNumber':{'name':'serial_number','detail':_0x430e74(0x2ed)}}},'DAYS':{'abstract':_0x430e74(0x2ba),'description':'Returns\x20the\x20number\x20of\x20days\x20between\x20two\x20date\x20values.','parameters':{'end_date':{'name':'end_date','detail':_0x430e74(0x2d7)},'start_date':{'name':'start_date','detail':'The\x20earlier\x20date.'}}},'ISBLANK':{'abstract':_0x430e74(0x2ec),'description':_0x430e74(0x24d),'parameters':{'value':{'name':_0x430e74(0x259),'detail':_0x430e74(0x1be)}}},'ISNUMBER':{'abstract':_0x430e74(0x2df),'description':'Returns\x20TRUE\x20when\x20the\x20value\x20is\x20a\x20number.','parameters':{'value':{'name':_0x430e74(0x259),'detail':_0x430e74(0x1be)}}},'ISTEXT':{'abstract':'Checks\x20whether\x20a\x20value\x20is\x20text','description':_0x430e74(0x338),'parameters':{'value':{'name':_0x430e74(0x259),'detail':_0x430e74(0x1be)}}},'ISERROR':{'abstract':_0x430e74(0x1c5),'description':_0x430e74(0x325),'parameters':{'value':{'name':_0x430e74(0x259),'detail':_0x430e74(0x1be)}}}},'generic':{'engineAbstract':_0x430e74(0x38f),'engineDescription':_0x430e74(0x261),'argument':{'name':_0x430e74(0x257),'detail':_0x430e74(0x355)}}}}}['bases-ui']};export{e as default};