@sme.up/kokos-sdk-node 3.0.0-SNAPSHOT.20250619083345.938 → 3.0.0-SNAPSHOT.20250708123133.622

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. package/docs/assets/navigation.js +1 -1
  2. package/docs/assets/search.js +1 -1
  3. package/docs/assets/style.css +2 -9
  4. package/docs/classes/App.html +2 -2
  5. package/docs/classes/EntityOav.html +2 -2
  6. package/docs/classes/EntitySlice.html +2 -2
  7. package/docs/classes/ErrorWithStatus.html +2 -2
  8. package/docs/classes/ExecuteFunPayload.html +2 -2
  9. package/docs/classes/ExecutionContext.html +2 -2
  10. package/docs/classes/Fun.html +2 -2
  11. package/docs/classes/FunObject.html +2 -2
  12. package/docs/classes/KokosEntityDAOService.html +8 -8
  13. package/docs/classes/Registry.html +2 -2
  14. package/docs/classes/SmeupDataStructureWriter.html +5 -5
  15. package/docs/classes/SourceLibrary.html +2 -2
  16. package/docs/classes/User.html +2 -2
  17. package/docs/enums/ApiVersion.html +2 -2
  18. package/docs/enums/DynamismEvents.html +2 -2
  19. package/docs/enums/Format.html +2 -2
  20. package/docs/enums/Level.html +2 -2
  21. package/docs/enums/LoadType.html +2 -2
  22. package/docs/enums/SectionTypes.html +2 -2
  23. package/docs/enums/Shapes.html +2 -2
  24. package/docs/enums/SmeupDataStructureType.html +5 -5
  25. package/docs/enums/SmeupLayoutSectionType.html +2 -2
  26. package/docs/enums/ToolbarState.html +2 -2
  27. package/docs/enums/YesNo.html +2 -2
  28. package/docs/functions/clearLoggerContext.html +1 -1
  29. package/docs/functions/configureLogger.html +1 -1
  30. package/docs/functions/createLoggerContext.html +1 -1
  31. package/docs/functions/executeFun.html +1 -1
  32. package/docs/functions/funObjectToString.html +1 -1
  33. package/docs/functions/funToString.html +1 -1
  34. package/docs/functions/getSmeupDataStructureType.html +1 -1
  35. package/docs/functions/parseArrayString.html +1 -1
  36. package/docs/functions/parseFieldValues.html +1 -1
  37. package/docs/functions/parseKeyValueBetweenBrackets.html +1 -1
  38. package/docs/functions/parseUpdatePayload.html +1 -1
  39. package/docs/functions/parseUpdatePayloadMultipleRows.html +3 -0
  40. package/docs/functions/startServer.html +1 -1
  41. package/docs/functions/startServerWithCustomConfig.html +1 -1
  42. package/docs/functions/stringToFun.html +1 -1
  43. package/docs/functions/toDateCell.html +1 -1
  44. package/docs/functions/toIconButtonCell.html +1 -1
  45. package/docs/functions/toNumberCell.html +1 -1
  46. package/docs/functions/toSingleChipCell.html +1 -1
  47. package/docs/functions/toStringCell.html +1 -1
  48. package/docs/functions/toTextButtonCell.html +1 -1
  49. package/docs/functions/toTimeCell.html +1 -1
  50. package/docs/interfaces/ComponentOptions.html +2 -2
  51. package/docs/interfaces/DebugInfo.html +2 -2
  52. package/docs/interfaces/IKokosEntityDAOService.html +2 -2
  53. package/docs/interfaces/IKokosInputPanelService.html +2 -2
  54. package/docs/interfaces/KokosEntityDAOServiceMethods.html +7 -7
  55. package/docs/interfaces/KokosInputPanelServiceMethods.html +6 -6
  56. package/docs/interfaces/KokosService.html +2 -2
  57. package/docs/interfaces/KokosServiceMethods.html +1 -1
  58. package/docs/interfaces/KokosServiceModule.html +2 -2
  59. package/docs/interfaces/LoggerContext.html +2 -2
  60. package/docs/interfaces/MicroExecutorConfiguration.html +2 -2
  61. package/docs/interfaces/RawDynamism.html +7 -7
  62. package/docs/interfaces/SmeupAction.html +2 -2
  63. package/docs/interfaces/SmeupDataCell.html +2 -2
  64. package/docs/interfaces/SmeupDataCellOption.html +2 -2
  65. package/docs/interfaces/SmeupDataColumn.html +2 -2
  66. package/docs/interfaces/SmeupDataNode.html +2 -2
  67. package/docs/interfaces/SmeupDataRow.html +2 -2
  68. package/docs/interfaces/SmeupDataStructure.html +2 -2
  69. package/docs/interfaces/SmeupDataTable.html +2 -2
  70. package/docs/interfaces/SmeupDataTree.html +2 -2
  71. package/docs/interfaces/SmeupFeedback.html +2 -2
  72. package/docs/interfaces/SmeupLayout.html +2 -2
  73. package/docs/interfaces/SmeupLayoutField.html +2 -2
  74. package/docs/interfaces/SmeupLayoutSection.html +2 -2
  75. package/docs/interfaces/SmeupMessage.html +2 -2
  76. package/docs/interfaces/SmeupSch.html +3 -3
  77. package/docs/interfaces/SmeupSchComponent.html +2 -2
  78. package/docs/interfaces/SmeupSchSection.html +2 -2
  79. package/docs/interfaces/SmeupSetup.html +2 -2
  80. package/docs/interfaces/SmeupStyle.html +2 -2
  81. package/docs/interfaces/SmeupStyleOptions.html +2 -2
  82. package/docs/interfaces/SmeupVariable.html +2 -2
  83. package/docs/interfaces/UpdateResult.html +4 -0
  84. package/docs/modules.html +1 -1
  85. package/docs/types/SmeupDataCellInputSettingsKeys.html +1 -1
  86. package/docs/types/SmeupDataCellInputSettingsValue.html +1 -1
  87. package/docs/types/SmeupDataCellShapes.html +1 -1
  88. package/docs/types/SmeupMessageGravity.html +1 -1
  89. package/docs/types/SmeupSetupBase.html +1 -1
  90. package/docs/types/SmeupVariableType.html +1 -1
  91. package/docs/variables/LOGGER.html +1 -1
  92. package/docs/variables/SMEUP_ACTION_TYPE.html +1 -1
  93. package/docs/variables/SMEUP_DATA_CELL_INPUT_SETTINGS_KEYS.html +1 -1
  94. package/docs/variables/SMEUP_MESSAGE_GRAVITY.html +1 -1
  95. package/docs/variables/SMEUP_MESSAGE_MODE.html +1 -1
  96. package/docs/variables/SMEUP_VARIABLE_TYPE.html +1 -1
  97. package/docs/variables/SmeupDataCellShapes.html +1 -1
  98. package/lib/utils/regex.d.ts +14 -0
  99. package/lib/utils/regex.js +46 -3
  100. package/lib/utils/regex.js.map +1 -1
  101. package/package.json +1 -1
@@ -1,2 +1,2 @@
1
1
  <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>SMEUP_VARIABLE_TYPE | @sme.up/kokos-sdk-node</title><meta name="description" content="Documentation for @sme.up/kokos-sdk-node"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@sme.up/kokos-sdk-node</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="" aria-current="page">SMEUP_VARIABLE_TYPE</a></li></ul><h1>Variable SMEUP_VARIABLE_TYPE<code class="tsd-tag">Const</code></h1></div><div class="tsd-signature"><span class="tsd-kind-variable">SMEUP_VARIABLE_TYPE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">LOO</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;loo&quot;</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">SCH</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;sch&quot;</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">SEC</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;sec&quot;</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">SSC</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;ssc&quot;</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div><div class="tsd-comment tsd-typography"><p>SmeupVariableType</p>
2
- </div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5 id="loo"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">LOO</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;loo&quot;</span></h5></li><li class="tsd-parameter"><h5 id="sch"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">SCH</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;sch&quot;</span></h5></li><li class="tsd-parameter"><h5 id="sec"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">SEC</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;sec&quot;</span></h5></li><li class="tsd-parameter"><h5 id="ssc"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">SSC</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;ssc&quot;</span></h5></li></ul></div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/3c51a034bd1fb89fd32a9378331b0a580e7734c8/src/types/data-structures/smeupDataStructure.ts#L122">work/kokos-sdk-node/kokos-sdk-node/src/types/data-structures/smeupDataStructure.ts:122</a></li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@sme.up/kokos-sdk-node</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
2
+ </div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5 id="loo"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">LOO</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;loo&quot;</span></h5></li><li class="tsd-parameter"><h5 id="sch"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">SCH</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;sch&quot;</span></h5></li><li class="tsd-parameter"><h5 id="sec"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">SEC</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;sec&quot;</span></h5></li><li class="tsd-parameter"><h5 id="ssc"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">SSC</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;ssc&quot;</span></h5></li></ul></div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/40983c4223bc8177ee00117b2c4ee5884ede63d5/src/types/data-structures/smeupDataStructure.ts#L122">work/kokos-sdk-node/kokos-sdk-node/src/types/data-structures/smeupDataStructure.ts:122</a></li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@sme.up/kokos-sdk-node</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,2 +1,2 @@
1
1
  <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>SmeupDataCellShapes | @sme.up/kokos-sdk-node</title><meta name="description" content="Documentation for @sme.up/kokos-sdk-node"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@sme.up/kokos-sdk-node</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="" aria-current="page">SmeupDataCellShapes</a></li></ul><h1>Variable SmeupDataCellShapes<code class="tsd-tag">Const</code></h1></div><div class="tsd-signature"><span class="tsd-kind-variable">SmeupDataCellShapes</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span><br/>    <span class="tsd-kind-property">AUTOCOMPLETE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;ACP&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">BOOLEAN_BUTTON</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;BNB&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">BUTTON_LIST</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;BTN&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">CHART</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;GRA&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">CHECKBOX</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CHK&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">CHIP</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CHI&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">COLOR_PICKER</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CLP&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">COMBOBOX</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CMB&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">COMMAND_EXECUTE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;RUN&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">DATE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CAL&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">DECODE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;DEC&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">EDITOR</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;EDT&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">FILE_READER</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;FRE&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">FILE_UPLOAD</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;FUP&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">GAUGE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;GAU&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">ICON</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;ICO&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">IMAGE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;IMG&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">INPUT_CHECKBOX</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;INC&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">INPUT_FIELD</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;INF&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">INPUT_NUMBER</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;INR&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">KNOB</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;KNB&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">LABEL</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;LBL&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">MEMO</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;MEM&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">MULTI_AUTOCOMPLETE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;AML&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">MULTI_COMBOBOX</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CML&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">OBJECT</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;OBJ&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">ONE_BUTTON</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;BTO&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">PASSWORD</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;PWD&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">PROGRESS_BAR</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;PGB&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">RADIO</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;RAD&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">RANGE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;RNG&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">RATING</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;RTG&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">SPINNER</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;SPN&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">SWITCH</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;SWT&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">TABLE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;TBL&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">TEXT_FIELD</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;ITX&quot;</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">TIME</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;TIM&quot;</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div><div class="tsd-comment tsd-typography"><p>Represent the possible shapes of a field</p>
2
- </div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5 id="autocomplete"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">AUTOCOMPLETE</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;ACP&quot;</span></h5></li><li class="tsd-parameter"><h5 id="boolean_button"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">BOOLEAN_BUTTON</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;BNB&quot;</span></h5></li><li class="tsd-parameter"><h5 id="button_list"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">BUTTON_LIST</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;BTN&quot;</span></h5></li><li class="tsd-parameter"><h5 id="chart"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">CHART</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;GRA&quot;</span></h5></li><li class="tsd-parameter"><h5 id="checkbox"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">CHECKBOX</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;CHK&quot;</span></h5></li><li class="tsd-parameter"><h5 id="chip"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">CHIP</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;CHI&quot;</span></h5></li><li class="tsd-parameter"><h5 id="color_picker"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">COLOR_PICKER</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;CLP&quot;</span></h5></li><li class="tsd-parameter"><h5 id="combobox"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">COMBOBOX</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;CMB&quot;</span></h5></li><li class="tsd-parameter"><h5 id="command_execute"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">COMMAND_EXECUTE</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;RUN&quot;</span></h5></li><li class="tsd-parameter"><h5 id="date"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">DATE</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;CAL&quot;</span></h5></li><li class="tsd-parameter"><h5 id="decode"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">DECODE</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;DEC&quot;</span></h5></li><li class="tsd-parameter"><h5 id="editor"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">EDITOR</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;EDT&quot;</span></h5></li><li class="tsd-parameter"><h5 id="file_reader"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">FILE_READER</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;FRE&quot;</span></h5></li><li class="tsd-parameter"><h5 id="file_upload"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">FILE_UPLOAD</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;FUP&quot;</span></h5></li><li class="tsd-parameter"><h5 id="gauge"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">GAUGE</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;GAU&quot;</span></h5></li><li class="tsd-parameter"><h5 id="icon"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">ICON</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;ICO&quot;</span></h5></li><li class="tsd-parameter"><h5 id="image"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">IMAGE</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;IMG&quot;</span></h5></li><li class="tsd-parameter"><h5 id="input_checkbox"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">INPUT_CHECKBOX</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;INC&quot;</span></h5></li><li class="tsd-parameter"><h5 id="input_field"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">INPUT_FIELD</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;INF&quot;</span></h5></li><li class="tsd-parameter"><h5 id="input_number"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">INPUT_NUMBER</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;INR&quot;</span></h5></li><li class="tsd-parameter"><h5 id="knob"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">KNOB</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;KNB&quot;</span></h5></li><li class="tsd-parameter"><h5 id="label"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">LABEL</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;LBL&quot;</span></h5></li><li class="tsd-parameter"><h5 id="memo"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">MEMO</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;MEM&quot;</span></h5></li><li class="tsd-parameter"><h5 id="multi_autocomplete"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">MULTI_AUTOCOMPLETE</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;AML&quot;</span></h5></li><li class="tsd-parameter"><h5 id="multi_combobox"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">MULTI_COMBOBOX</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;CML&quot;</span></h5></li><li class="tsd-parameter"><h5 id="object"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">OBJECT</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;OBJ&quot;</span></h5></li><li class="tsd-parameter"><h5 id="one_button"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">ONE_BUTTON</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;BTO&quot;</span></h5></li><li class="tsd-parameter"><h5 id="password"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">PASSWORD</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;PWD&quot;</span></h5></li><li class="tsd-parameter"><h5 id="progress_bar"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">PROGRESS_BAR</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;PGB&quot;</span></h5></li><li class="tsd-parameter"><h5 id="radio"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">RADIO</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;RAD&quot;</span></h5></li><li class="tsd-parameter"><h5 id="range"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">RANGE</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;RNG&quot;</span></h5></li><li class="tsd-parameter"><h5 id="rating"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">RATING</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;RTG&quot;</span></h5></li><li class="tsd-parameter"><h5 id="spinner"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">SPINNER</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;SPN&quot;</span></h5></li><li class="tsd-parameter"><h5 id="switch"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">SWITCH</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;SWT&quot;</span></h5></li><li class="tsd-parameter"><h5 id="table"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">TABLE</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;TBL&quot;</span></h5></li><li class="tsd-parameter"><h5 id="text_field"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">TEXT_FIELD</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;ITX&quot;</span></h5></li><li class="tsd-parameter"><h5 id="time"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">TIME</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;TIM&quot;</span></h5></li></ul></div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/3c51a034bd1fb89fd32a9378331b0a580e7734c8/src/types/data-structures/smeupDataTable.ts#L85">work/kokos-sdk-node/kokos-sdk-node/src/types/data-structures/smeupDataTable.ts:85</a></li><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/3c51a034bd1fb89fd32a9378331b0a580e7734c8/src/types/data-structures/smeupDataTable.ts#L128">work/kokos-sdk-node/kokos-sdk-node/src/types/data-structures/smeupDataTable.ts:128</a></li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@sme.up/kokos-sdk-node</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
2
+ </div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5 id="autocomplete"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">AUTOCOMPLETE</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;ACP&quot;</span></h5></li><li class="tsd-parameter"><h5 id="boolean_button"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">BOOLEAN_BUTTON</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;BNB&quot;</span></h5></li><li class="tsd-parameter"><h5 id="button_list"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">BUTTON_LIST</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;BTN&quot;</span></h5></li><li class="tsd-parameter"><h5 id="chart"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">CHART</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;GRA&quot;</span></h5></li><li class="tsd-parameter"><h5 id="checkbox"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">CHECKBOX</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;CHK&quot;</span></h5></li><li class="tsd-parameter"><h5 id="chip"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">CHIP</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;CHI&quot;</span></h5></li><li class="tsd-parameter"><h5 id="color_picker"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">COLOR_PICKER</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;CLP&quot;</span></h5></li><li class="tsd-parameter"><h5 id="combobox"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">COMBOBOX</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;CMB&quot;</span></h5></li><li class="tsd-parameter"><h5 id="command_execute"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">COMMAND_EXECUTE</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;RUN&quot;</span></h5></li><li class="tsd-parameter"><h5 id="date"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">DATE</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;CAL&quot;</span></h5></li><li class="tsd-parameter"><h5 id="decode"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">DECODE</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;DEC&quot;</span></h5></li><li class="tsd-parameter"><h5 id="editor"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">EDITOR</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;EDT&quot;</span></h5></li><li class="tsd-parameter"><h5 id="file_reader"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">FILE_READER</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;FRE&quot;</span></h5></li><li class="tsd-parameter"><h5 id="file_upload"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">FILE_UPLOAD</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;FUP&quot;</span></h5></li><li class="tsd-parameter"><h5 id="gauge"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">GAUGE</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;GAU&quot;</span></h5></li><li class="tsd-parameter"><h5 id="icon"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">ICON</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;ICO&quot;</span></h5></li><li class="tsd-parameter"><h5 id="image"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">IMAGE</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;IMG&quot;</span></h5></li><li class="tsd-parameter"><h5 id="input_checkbox"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">INPUT_CHECKBOX</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;INC&quot;</span></h5></li><li class="tsd-parameter"><h5 id="input_field"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">INPUT_FIELD</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;INF&quot;</span></h5></li><li class="tsd-parameter"><h5 id="input_number"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">INPUT_NUMBER</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;INR&quot;</span></h5></li><li class="tsd-parameter"><h5 id="knob"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">KNOB</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;KNB&quot;</span></h5></li><li class="tsd-parameter"><h5 id="label"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">LABEL</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;LBL&quot;</span></h5></li><li class="tsd-parameter"><h5 id="memo"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">MEMO</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;MEM&quot;</span></h5></li><li class="tsd-parameter"><h5 id="multi_autocomplete"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">MULTI_AUTOCOMPLETE</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;AML&quot;</span></h5></li><li class="tsd-parameter"><h5 id="multi_combobox"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">MULTI_COMBOBOX</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;CML&quot;</span></h5></li><li class="tsd-parameter"><h5 id="object"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">OBJECT</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;OBJ&quot;</span></h5></li><li class="tsd-parameter"><h5 id="one_button"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">ONE_BUTTON</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;BTO&quot;</span></h5></li><li class="tsd-parameter"><h5 id="password"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">PASSWORD</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;PWD&quot;</span></h5></li><li class="tsd-parameter"><h5 id="progress_bar"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">PROGRESS_BAR</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;PGB&quot;</span></h5></li><li class="tsd-parameter"><h5 id="radio"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">RADIO</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;RAD&quot;</span></h5></li><li class="tsd-parameter"><h5 id="range"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">RANGE</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;RNG&quot;</span></h5></li><li class="tsd-parameter"><h5 id="rating"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">RATING</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;RTG&quot;</span></h5></li><li class="tsd-parameter"><h5 id="spinner"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">SPINNER</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;SPN&quot;</span></h5></li><li class="tsd-parameter"><h5 id="switch"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">SWITCH</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;SWT&quot;</span></h5></li><li class="tsd-parameter"><h5 id="table"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">TABLE</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;TBL&quot;</span></h5></li><li class="tsd-parameter"><h5 id="text_field"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">TEXT_FIELD</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;ITX&quot;</span></h5></li><li class="tsd-parameter"><h5 id="time"><code class="tsd-tag">Readonly</code><span class="tsd-kind-property">TIME</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;TIM&quot;</span></h5></li></ul></div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/40983c4223bc8177ee00117b2c4ee5884ede63d5/src/types/data-structures/smeupDataTable.ts#L85">work/kokos-sdk-node/kokos-sdk-node/src/types/data-structures/smeupDataTable.ts:85</a></li><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/40983c4223bc8177ee00117b2c4ee5884ede63d5/src/types/data-structures/smeupDataTable.ts#L128">work/kokos-sdk-node/kokos-sdk-node/src/types/data-structures/smeupDataTable.ts:128</a></li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@sme.up/kokos-sdk-node</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -14,6 +14,20 @@ export declare function parseKeyValueBetweenBrackets(expression: string): {
14
14
  * @returns An array of structured objects
15
15
  */
16
16
  export declare function parseArrayString(input: string, separator?: string): any[];
17
+ export interface UpdateResult {
18
+ rowNumber: number;
19
+ operation: string;
20
+ values: {
21
+ [key: string]: string;
22
+ };
23
+ }
24
+ /**
25
+ * Parse ROW () OP() VALUES(BEFORE() AFTER()) payload from *UPDATE service
26
+ *
27
+ * @param fun input string in the format "INPUT(ROW(rowNumber) OP(operation) VALUES(BEFORE(key1(value1) key2(value2)) AFTER(key3(value3) key4(value4));)"
28
+ * @return An array with an object for each row, with keys and values, where values are the latest ones from AFTER or BEFORE
29
+ */
30
+ export declare function parseUpdatePayloadMultipleRows(input: string): UpdateResult[];
17
31
  /**
18
32
  * Parse BEFORE() AFTER() payload from *UPDATE service
19
33
  *
@@ -84,6 +84,36 @@ function parseObjectRecursive(input) {
84
84
  }
85
85
  return parsedObj;
86
86
  }
87
+ /**
88
+ * Parse ROW () OP() VALUES(BEFORE() AFTER()) payload from *UPDATE service
89
+ *
90
+ * @param fun input string in the format "INPUT(ROW(rowNumber) OP(operation) VALUES(BEFORE(key1(value1) key2(value2)) AFTER(key3(value3) key4(value4));)"
91
+ * @return An array with an object for each row, with keys and values, where values are the latest ones from AFTER or BEFORE
92
+ */
93
+ export function parseUpdatePayloadMultipleRows(input) {
94
+ const ROW_PATTERN = /ROW\((\d+)\)\s+OP\((\w+)\)\s/;
95
+ const result = [];
96
+ const rows = input.split(";").filter(entry => entry.trim() !== "");
97
+ for (const row of rows) {
98
+ const match = ROW_PATTERN.exec(row);
99
+ const rowNumber = match ? parseInt(match[1], 10) : 0;
100
+ const operation = match ? match[2] : "U";
101
+ const rowContent = parseKeyValueBetweenBrackets(row);
102
+ const before = parseFieldValues(rowContent["BEFORE"] || "");
103
+ const after = parseFieldValues(rowContent["AFTER"] || "");
104
+ const allKeys = new Set([...Object.keys(before), ...Object.keys(after)]);
105
+ const values = {};
106
+ for (const key of allKeys) {
107
+ values[key] = after[key] ?? before[key] ?? "";
108
+ }
109
+ result.push({
110
+ rowNumber,
111
+ operation,
112
+ values,
113
+ });
114
+ }
115
+ return result;
116
+ }
87
117
  /**
88
118
  * Parse BEFORE() AFTER() payload from *UPDATE service
89
119
  *
@@ -109,11 +139,24 @@ export function parseUpdatePayload(input) {
109
139
  */
110
140
  export function parseFieldValues(raw) {
111
141
  const fieldMap = {};
112
- const regex = /(\w+)\(\;\;([^\)]*)\)/g;
142
+ const regex = /(\w+)\(([^)]*)\)/g;
113
143
  let match;
114
144
  while ((match = regex.exec(raw)) !== null) {
115
- const [, key, value] = match;
116
- fieldMap[key] = value;
145
+ const [, key, inner] = match;
146
+ if (!inner.includes(";")) {
147
+ fieldMap[key] = inner;
148
+ }
149
+ // If input starts with ';;', just take everything after it
150
+ else if (inner.startsWith(';;')) {
151
+ fieldMap[key] = inner.slice(2);
152
+ }
153
+ else {
154
+ // Otherwise, split on semicolons and skip first two elements
155
+ const parts = inner.split(';');
156
+ if (parts.length > 2) {
157
+ fieldMap[key] = parts.slice(2).join(';');
158
+ }
159
+ }
117
160
  }
118
161
  return fieldMap;
119
162
  }
@@ -1 +1 @@
1
- {"version":3,"file":"regex.js","sourceRoot":"","sources":["../../src/utils/regex.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"regex.js","sourceRoot":"","sources":["../../src/utils/regex.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sme.up/kokos-sdk-node",
3
- "version": "3.0.0-SNAPSHOT.20250619083345.938",
3
+ "version": "3.0.0-SNAPSHOT.20250708123133.622",
4
4
  "description": "Kokos SDK Node.js",
5
5
  "author": "Smeup LAB <info@smeup.com> (https://www.smeup.com/)",
6
6
  "type": "module",