@topconsultnpm/sdkui-react 6.21.0-dev1.20 → 6.21.0-dev1.21

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.
@@ -705,19 +705,19 @@ export class FormulaHelper {
705
705
  static jsonItems_LoadFunctions_Link() {
706
706
  let items = [{
707
707
  id: '3_4_1',
708
- text: `TM_GetViewLink (${SDKUI_Localizator.FormulaEditor_Function_TM_GetViewLink_WithLogin})`,
708
+ text: `[dbo].[TM_GetViewLink](NULL, NULL, NULL, 0, {@TID}, {@DID}, 1, NULL, 0)`,
709
709
  icon: FormulaIconTypes.Function,
710
710
  expanded: false,
711
711
  hasItems: false,
712
712
  }, {
713
713
  id: '3_4_2',
714
- text: `TM_GetViewLink (${SDKUI_Localizator.FormulaEditor_Function_TM_GetViewLink_WithoutLogin})`,
714
+ text: `[dbo].[TM_GetViewLink](NULL, 'ASKLOGIN', NULL, 0, {@TID}, {@DID}, 1, NULL, 0)`,
715
715
  icon: FormulaIconTypes.Function,
716
716
  expanded: false,
717
717
  hasItems: false,
718
718
  }, {
719
719
  id: '3_4_3',
720
- text: `TM_GetViewLink (${SDKUI_Localizator.FormulaEditor_Function_TM_GetViewLink_WithDate})`,
720
+ text: `[dbo].[TM_GetViewLink](NULL, NULL, NULL, 0, {@TID}, {@DID}, 1, CONVERT(VARCHAR, {@CreationTime}+30, 126), 0)`,
721
721
  icon: FormulaIconTypes.Function,
722
722
  expanded: false,
723
723
  hasItems: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react",
3
- "version": "6.21.0-dev1.20",
3
+ "version": "6.21.0-dev1.21",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",