@sme.up/kokos-sdk-node 2.1.0-SNAPSHOT.20250606164731.782 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/assets/hierarchy.js +1 -1
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/App.html +2 -2
- package/docs/classes/EntityOav.html +2 -2
- package/docs/classes/EntitySlice.html +2 -2
- package/docs/classes/ErrorWithStatus.html +2 -2
- package/docs/classes/ExecuteFunPayload.html +2 -2
- package/docs/classes/ExecutionContext.html +2 -2
- package/docs/classes/Fun.html +2 -2
- package/docs/classes/FunObject.html +2 -2
- package/docs/classes/KokosEntityDAOService.html +8 -8
- package/docs/classes/Registry.html +2 -2
- package/docs/classes/SmeupDataStructureWriter.html +8 -6
- package/docs/classes/SourceLibrary.html +2 -2
- package/docs/classes/User.html +2 -2
- package/docs/enums/ApiVersion.html +2 -2
- package/docs/enums/DynamismEvents.html +2 -2
- package/docs/enums/Format.html +2 -2
- package/docs/enums/Level.html +2 -2
- package/docs/enums/LoadType.html +2 -2
- package/docs/enums/SectionTypes.html +2 -2
- package/docs/enums/Shapes.html +2 -2
- package/docs/enums/SmeupDataStructureType.html +5 -5
- package/docs/enums/SmeupLayoutSectionType.html +2 -2
- package/docs/enums/ToolbarState.html +2 -2
- package/docs/enums/YesNo.html +2 -2
- package/docs/functions/clearLoggerContext.html +1 -1
- package/docs/functions/configureLogger.html +1 -1
- package/docs/functions/createLoggerContext.html +1 -1
- package/docs/functions/executeFun.html +1 -1
- package/docs/functions/funObjectToString.html +1 -1
- package/docs/functions/funToString.html +1 -1
- package/docs/functions/getSmeupDataStructureType.html +1 -1
- package/docs/functions/parseArrayString.html +1 -1
- package/docs/functions/parseKeyValueBetweenBrackets.html +1 -1
- package/docs/functions/startServer.html +1 -1
- package/docs/functions/startServerWithCustomConfig.html +1 -1
- package/docs/functions/stringToFun.html +1 -1
- package/docs/functions/toDateCell.html +1 -1
- package/docs/functions/toIconButtonCell.html +1 -1
- package/docs/functions/toNumberCell.html +1 -1
- package/docs/functions/toSingleChipCell.html +1 -1
- package/docs/functions/toStringCell.html +1 -1
- package/docs/functions/toTextButtonCell.html +1 -1
- package/docs/functions/toTimeCell.html +1 -1
- package/docs/hierarchy.html +1 -1
- package/docs/interfaces/ComponentOptions.html +2 -2
- package/docs/interfaces/DebugInfo.html +2 -2
- package/docs/interfaces/IKokosEntityDAOService.html +2 -2
- package/docs/interfaces/KokosEntityDAOServiceMethods.html +7 -7
- package/docs/interfaces/KokosService.html +2 -2
- package/docs/interfaces/KokosServiceMethods.html +1 -1
- package/docs/interfaces/KokosServiceModule.html +2 -2
- package/docs/interfaces/LoggerContext.html +2 -2
- package/docs/interfaces/MicroExecutorConfiguration.html +2 -2
- package/docs/interfaces/RawDynamism.html +7 -7
- package/docs/interfaces/SmeupAction.html +5 -0
- package/docs/interfaces/SmeupDataCell.html +2 -2
- package/docs/interfaces/SmeupDataCellOption.html +2 -2
- package/docs/interfaces/SmeupDataColumn.html +2 -2
- package/docs/interfaces/SmeupDataNode.html +2 -2
- package/docs/interfaces/SmeupDataRow.html +2 -2
- package/docs/interfaces/SmeupDataStructure.html +4 -2
- package/docs/interfaces/SmeupDataTable.html +4 -2
- package/docs/interfaces/SmeupDataTree.html +4 -2
- package/docs/interfaces/SmeupFeedback.html +4 -2
- package/docs/interfaces/SmeupLayout.html +2 -2
- package/docs/interfaces/SmeupLayoutField.html +2 -2
- package/docs/interfaces/SmeupLayoutSection.html +2 -2
- package/docs/interfaces/SmeupMessage.html +2 -2
- package/docs/interfaces/SmeupSch.html +5 -3
- package/docs/interfaces/SmeupSchComponent.html +2 -2
- package/docs/interfaces/SmeupSchSection.html +2 -2
- package/docs/interfaces/SmeupSetup.html +7 -0
- package/docs/interfaces/SmeupStyle.html +2 -2
- package/docs/interfaces/SmeupStyleOptions.html +2 -2
- package/docs/interfaces/SmeupVariable.html +3 -3
- package/docs/modules.html +1 -1
- package/docs/types/SmeupDataCellInputSettingsKeys.html +1 -0
- package/docs/types/SmeupDataCellInputSettingsValue.html +1 -0
- package/docs/types/SmeupDataCellShapes.html +1 -1
- package/docs/types/SmeupMessageGravity.html +1 -1
- package/docs/types/SmeupSetupBase.html +1 -1
- package/docs/types/SmeupVariableType.html +1 -1
- package/docs/variables/LOGGER.html +1 -1
- package/docs/variables/SMEUP_ACTION_TYPE.html +2 -0
- package/docs/variables/SMEUP_DATA_CELL_INPUT_SETTINGS_KEYS.html +2 -0
- package/docs/variables/SMEUP_MESSAGE_GRAVITY.html +1 -1
- package/docs/variables/SMEUP_MESSAGE_MODE.html +1 -1
- package/docs/variables/SMEUP_VARIABLE_TYPE.html +1 -1
- package/docs/variables/SmeupDataCellShapes.html +1 -1
- package/lib/types/data-structures/smeupDataStructure.d.ts +66 -1
- package/lib/types/data-structures/smeupDataStructure.js +28 -1
- package/lib/types/data-structures/smeupDataStructure.js.map +1 -1
- package/lib/utils/smeupDataStructureWriter.d.ts +5 -1
- package/lib/utils/smeupDataStructureWriter.js +12 -0
- package/lib/utils/smeupDataStructureWriter.js.map +1 -1
- 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>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">"ACP"</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">"BNB"</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">"BTN"</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">"GRA"</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">"CHK"</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">"CHI"</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">"CLP"</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">"CMB"</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">"RUN"</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">"CAL"</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">"DEC"</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">"EDT"</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">"FRE"</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">"FUP"</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">"GAU"</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">"ICO"</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">"IMG"</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">"INC"</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">"INF"</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">"INR"</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">"KNB"</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">"LBL"</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">"MEM"</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">"AML"</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">"CML"</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">"OBJ"</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">"BTO"</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">"PWD"</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">"PGB"</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">"RAD"</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">"RNG"</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">"RTG"</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">"SPN"</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">"SWT"</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">"TBL"</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">"ITX"</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">"TIM"</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">"ACP"</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">"BNB"</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">"BTN"</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">"GRA"</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">"CHK"</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">"CHI"</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">"CLP"</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">"CMB"</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">"RUN"</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">"CAL"</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">"DEC"</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">"EDT"</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">"FRE"</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">"FUP"</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">"GAU"</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">"ICO"</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">"IMG"</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">"INC"</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">"INF"</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">"INR"</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">"KNB"</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">"LBL"</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">"MEM"</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">"AML"</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">"CML"</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">"OBJ"</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">"BTO"</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">"PWD"</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">"PGB"</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">"RAD"</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">"RNG"</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">"RTG"</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">"SPN"</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">"SWT"</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">"TBL"</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">"ITX"</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">"TIM"</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/e3ddfd6472994c446e2e9e7d3e83cddf9e861bd3/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/e3ddfd6472994c446e2e9e7d3e83cddf9e861bd3/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">"ACP"</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">"BNB"</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">"BTN"</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">"GRA"</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">"CHK"</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">"CHI"</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">"CLP"</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">"CMB"</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">"RUN"</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">"CAL"</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">"DEC"</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">"EDT"</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">"FRE"</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">"FUP"</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">"GAU"</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">"ICO"</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">"IMG"</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">"INC"</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">"INF"</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">"INR"</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">"KNB"</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">"LBL"</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">"MEM"</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">"AML"</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">"CML"</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">"OBJ"</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">"BTO"</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">"PWD"</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">"PGB"</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">"RAD"</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">"RNG"</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">"RTG"</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">"SPN"</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">"SWT"</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">"TBL"</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">"ITX"</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">"TIM"</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/5cfa15361afa44ff46260c4e7c3426fe99cea066/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/5cfa15361afa44ff46260c4e7c3426fe99cea066/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>
|
|
@@ -10,6 +10,8 @@ export interface SmeupDataStructure {
|
|
|
10
10
|
messages?: SmeupMessage[];
|
|
11
11
|
variables?: SmeupVariable[];
|
|
12
12
|
buttons?: SmeupDataNode[];
|
|
13
|
+
actions?: SmeupAction[];
|
|
14
|
+
setup?: SmeupSetup;
|
|
13
15
|
debugInfo?: DebugInfo;
|
|
14
16
|
}
|
|
15
17
|
/**
|
|
@@ -70,7 +72,7 @@ export declare const SMEUP_MESSAGE_MODE: {
|
|
|
70
72
|
export interface SmeupVariable {
|
|
71
73
|
name: string;
|
|
72
74
|
value: string;
|
|
73
|
-
type
|
|
75
|
+
type?: SmeupVariableType;
|
|
74
76
|
}
|
|
75
77
|
/**
|
|
76
78
|
* SmeupVariableType
|
|
@@ -82,6 +84,56 @@ export declare const SMEUP_VARIABLE_TYPE: {
|
|
|
82
84
|
readonly LOO: "loo";
|
|
83
85
|
};
|
|
84
86
|
export type SmeupVariableType = (typeof SMEUP_VARIABLE_TYPE)[keyof typeof SMEUP_VARIABLE_TYPE];
|
|
87
|
+
/**
|
|
88
|
+
* SmeupAction
|
|
89
|
+
*/
|
|
90
|
+
export interface SmeupAction {
|
|
91
|
+
exec?: string;
|
|
92
|
+
parameter?: string;
|
|
93
|
+
type?: SmeupActionType;
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* SmeupActionType
|
|
97
|
+
*/
|
|
98
|
+
export declare const SMEUP_ACTION_TYPE: {
|
|
99
|
+
readonly CLOSE: "CLOSE";
|
|
100
|
+
readonly CLOSEW: "CLOSEW";
|
|
101
|
+
readonly DYNAMIC: "DYNAMIC";
|
|
102
|
+
readonly DINAMIC: "DINAMIC";
|
|
103
|
+
readonly EXECUTE: "EXECUTE";
|
|
104
|
+
readonly LOAD: "LOAD";
|
|
105
|
+
readonly RELOAD: "RELOAD";
|
|
106
|
+
readonly UPDATE: "UPDATE";
|
|
107
|
+
readonly EXIT: "EXIT";
|
|
108
|
+
readonly REFRESH: "REFRESH";
|
|
109
|
+
readonly HARDREFRESH: "HARDREFRESH";
|
|
110
|
+
readonly POPUP: "POPUP";
|
|
111
|
+
readonly RETURNVALUE: "RETURNVALUE";
|
|
112
|
+
};
|
|
113
|
+
type SmeupActionType = (typeof SMEUP_ACTION_TYPE)[keyof typeof SMEUP_ACTION_TYPE];
|
|
114
|
+
/**
|
|
115
|
+
* Smeup Data Cell Input Settings Keys
|
|
116
|
+
*/
|
|
117
|
+
export declare const SMEUP_DATA_CELL_INPUT_SETTINGS_KEYS: {
|
|
118
|
+
readonly MANDATORY: {
|
|
119
|
+
readonly key: "mandatory";
|
|
120
|
+
readonly type: "boolean";
|
|
121
|
+
};
|
|
122
|
+
readonly CHECK_VALUE_ON_EXIT: {
|
|
123
|
+
readonly key: "checkValueOnExit";
|
|
124
|
+
readonly type: "boolean";
|
|
125
|
+
};
|
|
126
|
+
readonly CHECK_OBJECT: {
|
|
127
|
+
readonly key: "checkObject";
|
|
128
|
+
readonly type: "boolean";
|
|
129
|
+
};
|
|
130
|
+
readonly FORCE_UPPERCASE: {
|
|
131
|
+
readonly key: "forceUppercase";
|
|
132
|
+
readonly type: "boolean";
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
export type SmeupDataCellInputSettingsKeys = keyof typeof SMEUP_DATA_CELL_INPUT_SETTINGS_KEYS;
|
|
136
|
+
export type SmeupDataCellInputSettingsValue = (typeof SMEUP_DATA_CELL_INPUT_SETTINGS_KEYS)[SmeupDataCellInputSettingsKeys];
|
|
85
137
|
export interface DebugInfo {
|
|
86
138
|
executionTime_ms: number;
|
|
87
139
|
initialTimestamp: string;
|
|
@@ -148,3 +200,16 @@ export interface SmeupLayoutField extends SmeupDataCell {
|
|
|
148
200
|
export type SmeupSetupBase<T extends ComponentOptions = ComponentOptions> = {
|
|
149
201
|
[key in Shapes]?: T[];
|
|
150
202
|
};
|
|
203
|
+
export interface SmeupSetup<T extends ComponentOptions = ComponentOptions> {
|
|
204
|
+
title?: string;
|
|
205
|
+
options?: SmeupSetupBase<T>;
|
|
206
|
+
userSetups?: boolean;
|
|
207
|
+
context?: string;
|
|
208
|
+
commands?: Array<SmeupDataNode>;
|
|
209
|
+
operations?: {
|
|
210
|
+
insert?: boolean;
|
|
211
|
+
delete?: boolean;
|
|
212
|
+
update?: boolean;
|
|
213
|
+
};
|
|
214
|
+
}
|
|
215
|
+
export {};
|
|
@@ -35,7 +35,7 @@ export function getSmeupDataStructureType(fun, version) {
|
|
|
35
35
|
case "SCH":
|
|
36
36
|
return SmeupDataStructureType.SmeupScheda;
|
|
37
37
|
default:
|
|
38
|
-
throw new Error(`${fun.component} not correspond to a valid
|
|
38
|
+
throw new Error(`${fun.component} not correspond to a valid SmeupDataStructure type`);
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
/**
|
|
@@ -64,6 +64,33 @@ export const SMEUP_VARIABLE_TYPE = {
|
|
|
64
64
|
SSC: "ssc",
|
|
65
65
|
LOO: "loo",
|
|
66
66
|
};
|
|
67
|
+
/**
|
|
68
|
+
* SmeupActionType
|
|
69
|
+
*/
|
|
70
|
+
export const SMEUP_ACTION_TYPE = {
|
|
71
|
+
CLOSE: "CLOSE",
|
|
72
|
+
CLOSEW: "CLOSEW",
|
|
73
|
+
DYNAMIC: "DYNAMIC",
|
|
74
|
+
DINAMIC: "DINAMIC",
|
|
75
|
+
EXECUTE: "EXECUTE",
|
|
76
|
+
LOAD: "LOAD",
|
|
77
|
+
RELOAD: "RELOAD",
|
|
78
|
+
UPDATE: "UPDATE",
|
|
79
|
+
EXIT: "EXIT",
|
|
80
|
+
REFRESH: "REFRESH",
|
|
81
|
+
HARDREFRESH: "HARDREFRESH",
|
|
82
|
+
POPUP: "POPUP",
|
|
83
|
+
RETURNVALUE: "RETURNVALUE",
|
|
84
|
+
};
|
|
85
|
+
/**
|
|
86
|
+
* Smeup Data Cell Input Settings Keys
|
|
87
|
+
*/
|
|
88
|
+
export const SMEUP_DATA_CELL_INPUT_SETTINGS_KEYS = {
|
|
89
|
+
MANDATORY: { key: "mandatory", type: "boolean" },
|
|
90
|
+
CHECK_VALUE_ON_EXIT: { key: "checkValueOnExit", type: "boolean" },
|
|
91
|
+
CHECK_OBJECT: { key: "checkObject", type: "boolean" },
|
|
92
|
+
FORCE_UPPERCASE: { key: "forceUppercase", type: "boolean" },
|
|
93
|
+
};
|
|
67
94
|
export var SmeupLayoutSectionType;
|
|
68
95
|
(function (SmeupLayoutSectionType) {
|
|
69
96
|
SmeupLayoutSectionType["TAB"] = "tab";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"smeupDataStructure.js","sourceRoot":"","sources":["../../../src/types/data-structures/smeupDataStructure.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"smeupDataStructure.js","sourceRoot":"","sources":["../../../src/types/data-structures/smeupDataStructure.ts"],"names":[],"mappings":"AAkBA;;GAEG;AACH,MAAM,CAAN,IAAY,UAEX;AAFD,WAAY,UAAU;IACpB,uCAAE,CAAA;AACJ,CAAC,EAFW,UAAU,KAAV,UAAU,QAErB;AAED;;GAEG;AACH,MAAM,CAAN,IAAY,sBASX;AATD,WAAY,sBAAsB;IAChC,2BAA2B;IAC3B,yDAA+B,CAAA;IAC/B,2BAA2B;IAC3B,2DAAiC,CAAA;IACjC,0BAA0B;IAC1B,yDAA+B,CAAA;IAC/B,eAAe;IACf,kDAAwB,CAAA;AAC1B,CAAC,EATW,sBAAsB,KAAtB,sBAAsB,QASjC;AAED,MAAM,UAAU,yBAAyB,CACvC,GAAQ,EACR,OAAmB;IAEnB,QAAQ,GAAG,CAAC,SAAS,EAAE,CAAC;QACtB,KAAK,KAAK,CAAC;QACX,KAAK,KAAK,CAAC;QACX,KAAK,KAAK,CAAC;QACX,KAAK,KAAK;YACR,OAAO,sBAAsB,CAAC,aAAa,CAAC;QAE9C,KAAK,KAAK,CAAC;QACX,KAAK,KAAK,CAAC;QACX,KAAK,KAAK;YACR,OAAO,sBAAsB,CAAC,cAAc,CAAC;QAE/C,KAAK,KAAK;YACR,OAAO,sBAAsB,CAAC,aAAa,CAAC;QAE9C,KAAK,KAAK;YACR,OAAO,sBAAsB,CAAC,WAAW,CAAC;QAE5C;YACE,MAAM,IAAI,KAAK,CACb,GAAG,GAAG,CAAC,SAAS,oDAAoD,CACrE,CAAC;IACN,CAAC;AACH,CAAC;AAkBD;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,SAAS;IAClB,YAAY,EAAE,cAAc;CACpB,CAAC;AAIX;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;CACA,CAAC;AAaX;;GAEG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;CACF,CAAC;AAaX;;GAEG;AAEH,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,KAAK,EAAE,OAAO;IACd,WAAW,EAAE,aAAa;CAClB,CAAC;AAIX;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAAG;IACjD,SAAS,EAAE,EAAE,GAAG,EAAE,WAAW,EAAE,IAAI,EAAE,SAAS,EAAE;IAChD,mBAAmB,EAAE,EAAE,GAAG,EAAE,kBAAkB,EAAE,IAAI,EAAE,SAAS,EAAE;IACjE,YAAY,EAAE,EAAE,GAAG,EAAE,aAAa,EAAE,IAAI,EAAE,SAAS,EAAE;IACrD,eAAe,EAAE,EAAE,GAAG,EAAE,gBAAgB,EAAE,IAAI,EAAE,SAAS,EAAE;CACnD,CAAC;AAsDX,MAAM,CAAN,IAAY,sBAEX;AAFD,WAAY,sBAAsB;IAChC,qCAAW,CAAA;AACb,CAAC,EAFW,sBAAsB,KAAtB,sBAAsB,QAEjC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import stream from "stream";
|
|
2
|
-
import { ApiVersion, SmeupMessage, SmeupVariable } from "../types/data-structures/smeupDataStructure.js";
|
|
2
|
+
import { ApiVersion, SmeupAction, SmeupMessage, SmeupSetup, SmeupVariable } from "../types/data-structures/smeupDataStructure.js";
|
|
3
3
|
import { Fun } from "../types/general.js";
|
|
4
4
|
import { SmeupDataNode } from "../types/data-structures/smeupDataTree.js";
|
|
5
5
|
import { SmeupDataColumn, SmeupDataRow } from "../types/data-structures/smeupDataTable.js";
|
|
@@ -12,6 +12,8 @@ export declare class SmeupDataStructureWriter {
|
|
|
12
12
|
private messages;
|
|
13
13
|
private dataColumns;
|
|
14
14
|
private variables;
|
|
15
|
+
private actions;
|
|
16
|
+
private setup;
|
|
15
17
|
private firstElement;
|
|
16
18
|
private lastElementWritten;
|
|
17
19
|
private isInitializationWritten;
|
|
@@ -41,4 +43,6 @@ export declare class SmeupDataStructureWriter {
|
|
|
41
43
|
writeSmeupSch(scheda: SmeupSch): void;
|
|
42
44
|
writeMessage(message: SmeupMessage): void;
|
|
43
45
|
writeVariable(variable: SmeupVariable): void;
|
|
46
|
+
writeAction(action: SmeupAction): void;
|
|
47
|
+
writeSetup(setup: SmeupSetup): void;
|
|
44
48
|
}
|
|
@@ -14,6 +14,8 @@ export class SmeupDataStructureWriter {
|
|
|
14
14
|
messages = [];
|
|
15
15
|
dataColumns = [];
|
|
16
16
|
variables = [];
|
|
17
|
+
actions = [];
|
|
18
|
+
setup = {};
|
|
17
19
|
firstElement = true;
|
|
18
20
|
lastElementWritten;
|
|
19
21
|
isInitializationWritten = false;
|
|
@@ -64,6 +66,10 @@ export class SmeupDataStructureWriter {
|
|
|
64
66
|
}
|
|
65
67
|
this.#printMessages();
|
|
66
68
|
this.#printVariables();
|
|
69
|
+
// actions
|
|
70
|
+
this.out.write(utf8Encode(`,"actions":${JSON.stringify(this.actions)}`));
|
|
71
|
+
// setup
|
|
72
|
+
this.out.write(utf8Encode(`,"setup":${JSON.stringify(this.setup)}`));
|
|
67
73
|
// debug info
|
|
68
74
|
const finalTimestamp = new Date();
|
|
69
75
|
const debugInfo = {
|
|
@@ -191,6 +197,12 @@ export class SmeupDataStructureWriter {
|
|
|
191
197
|
}
|
|
192
198
|
this.out.write(utf8Encode(`,"variables":${JSON.stringify(this.variables)}`));
|
|
193
199
|
}
|
|
200
|
+
writeAction(action) {
|
|
201
|
+
this.actions.push(action);
|
|
202
|
+
}
|
|
203
|
+
writeSetup(setup) {
|
|
204
|
+
this.setup = setup;
|
|
205
|
+
}
|
|
194
206
|
}
|
|
195
207
|
function utf8Encode(s) {
|
|
196
208
|
return Buffer.from(s, "utf-8");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"smeupDataStructureWriter.js","sourceRoot":"","sources":["../../src/utils/smeupDataStructureWriter.ts"],"names":[],"mappings":"AACA,OAAO,EACL,UAAU,
|
|
1
|
+
{"version":3,"file":"smeupDataStructureWriter.js","sourceRoot":"","sources":["../../src/utils/smeupDataStructureWriter.ts"],"names":[],"mappings":"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"}
|