@topconsultnpm/sdkui-react-beta 6.17.0 → 6.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/lib/assets/IconsS4t/add.svg +12 -12
  2. package/lib/assets/IconsS4t/aggiorna.svg +18 -18
  3. package/lib/assets/IconsS4t/bookmark.svg +42 -42
  4. package/lib/assets/IconsS4t/cancella.svg +15 -15
  5. package/lib/assets/IconsS4t/check-box.svg +19 -19
  6. package/lib/assets/IconsS4t/down-arrow-signBook.svg +40 -40
  7. package/lib/assets/IconsS4t/down.svg +28 -28
  8. package/lib/assets/IconsS4t/edit-file.svg +19 -19
  9. package/lib/assets/IconsS4t/edita.svg +32 -32
  10. package/lib/assets/IconsS4t/firma.svg +19 -19
  11. package/lib/assets/IconsS4t/icona_download.svg +16 -16
  12. package/lib/assets/IconsS4t/info.svg +51 -51
  13. package/lib/assets/IconsS4t/left.svg +20 -20
  14. package/lib/assets/IconsS4t/line.svg +40 -40
  15. package/lib/assets/IconsS4t/more.svg +19 -19
  16. package/lib/assets/IconsS4t/plus.svg +23 -23
  17. package/lib/assets/IconsS4t/printer.svg +49 -49
  18. package/lib/assets/IconsS4t/radio-on-button.svg +25 -25
  19. package/lib/assets/IconsS4t/rectangle.svg +41 -41
  20. package/lib/assets/IconsS4t/redo.svg +19 -19
  21. package/lib/assets/IconsS4t/right-arrow-signBook-finish.svg +40 -40
  22. package/lib/assets/IconsS4t/right-arrow-signBook.svg +40 -40
  23. package/lib/assets/IconsS4t/right.svg +22 -22
  24. package/lib/assets/IconsS4t/searchbar.svg +21 -21
  25. package/lib/assets/IconsS4t/text-box.svg +36 -36
  26. package/lib/assets/IconsS4t/tick.svg +8 -8
  27. package/lib/assets/IconsS4t/trash-white.svg +10 -10
  28. package/lib/assets/IconsS4t/undo.svg +19 -19
  29. package/lib/assets/IconsS4t/up.svg +32 -32
  30. package/lib/assets/IconsS4t/video-streaming.svg +2 -2
  31. package/lib/assets/IconsS4t/zoom-in.svg +58 -58
  32. package/lib/assets/IconsS4t/zoom-out.svg +56 -56
  33. package/lib/assets/icomoon.svg +96 -96
  34. package/lib/assets/italy.svg +16 -16
  35. package/lib/assets/six.svg +3 -3
  36. package/lib/assets/thumbnails/index.ts +38 -38
  37. package/lib/assets/topmedia-six.svg +65 -65
  38. package/lib/assets/topmeida-six-bianco.svg +65 -65
  39. package/lib/components/base/Styled.js +263 -263
  40. package/lib/components/base/TMAccordion.js +43 -43
  41. package/lib/components/base/TMAreaManager.js +23 -23
  42. package/lib/components/base/TMButton.js +130 -130
  43. package/lib/components/base/TMClosableList.js +46 -46
  44. package/lib/components/base/TMConfirm.js +20 -20
  45. package/lib/components/base/TMContextMenu.js +4 -4
  46. package/lib/components/base/TMContextMenuOLD.js +25 -25
  47. package/lib/components/base/TMCounterBar.js +32 -32
  48. package/lib/components/base/TMCounterContainer.js +30 -30
  49. package/lib/components/base/TMDropDownMenu.js +24 -24
  50. package/lib/components/base/TMFileManagerUtils.js +19 -19
  51. package/lib/components/base/TMFloatingToolbar.js +34 -34
  52. package/lib/components/base/TMLayout.js +44 -44
  53. package/lib/components/base/TMList.js +34 -34
  54. package/lib/components/base/TMModal.js +31 -31
  55. package/lib/components/base/TMPanel.js +57 -57
  56. package/lib/components/base/TMPopUp.js +131 -131
  57. package/lib/components/base/TMProgressBar.js +20 -20
  58. package/lib/components/base/TMResizableMenu.js +28 -28
  59. package/lib/components/base/TMRightSidebar.js +40 -40
  60. package/lib/components/base/TMTab.js +11 -11
  61. package/lib/components/base/TMToggleButton.js +36 -36
  62. package/lib/components/base/TMToolbarCard.js +35 -35
  63. package/lib/components/base/TMTreeView.js +12 -12
  64. package/lib/components/base/TMUserAvatar.js +7 -7
  65. package/lib/components/base/TMWaitPanel.js +22 -22
  66. package/lib/components/choosers/TMCultureIDPicker.js +35 -35
  67. package/lib/components/choosers/TMDataListItemPicker.js +54 -54
  68. package/lib/components/editors/TMCheckBox.js +24 -24
  69. package/lib/components/editors/TMDropDown.js +43 -43
  70. package/lib/components/editors/TMEditorStyled.js +71 -71
  71. package/lib/components/editors/TMHtmlContentDisplay.js +16 -16
  72. package/lib/components/editors/TMLocalizedTextBox.js +31 -31
  73. package/lib/components/editors/TMMetadataValues.js +12 -12
  74. package/lib/components/editors/TMRadioButton.js +39 -39
  75. package/lib/components/editors/TMSummary.js +39 -39
  76. package/lib/components/editors/TMTextArea.js +12 -12
  77. package/lib/components/editors/TMTextBox.js +19 -19
  78. package/lib/components/features/assistant/ToppyHelpCenter.js +114 -114
  79. package/lib/components/features/blog/TMBlogCommentForm.js +3 -3
  80. package/lib/components/features/documents/TMDcmtIcon.js +8 -8
  81. package/lib/components/features/documents/TMDcmtPreview.js +30 -30
  82. package/lib/components/features/documents/TMFileUploader.js +21 -21
  83. package/lib/components/features/search/TMSavedQuerySelector.js +51 -51
  84. package/lib/components/features/search/TMSearchQueryEditor.js +13 -13
  85. package/lib/components/features/search/TMSearchQueryPanel.js +30 -30
  86. package/lib/components/features/search/TMSearchResult.js +3 -3
  87. package/lib/components/features/search/TMTreeSelector.js +66 -66
  88. package/lib/components/features/wg/TMWGsCopyMoveForm.js +9 -9
  89. package/lib/components/features/workflow/TMWorkflowPopup.js +41 -41
  90. package/lib/components/features/workflow/diagram/ConnectionComponent.js +29 -29
  91. package/lib/components/features/workflow/diagram/ConnectionForm.js +10 -10
  92. package/lib/components/features/workflow/diagram/DiagramItemComponent.js +57 -57
  93. package/lib/components/features/workflow/diagram/DiagramItemForm.js +29 -29
  94. package/lib/components/features/workflow/diagram/DiagramItemSvgContent.js +12 -12
  95. package/lib/components/features/workflow/diagram/RecipientList.js +40 -40
  96. package/lib/components/features/workflow/diagram/WFDiagram.js +279 -279
  97. package/lib/components/features/workflow/diagram/WorkitemRecipientsEditor.js +4 -4
  98. package/lib/components/features/workflow/diagram/workflowHelpers.js +1 -1
  99. package/lib/components/forms/Login/Chooser.js +35 -35
  100. package/lib/components/forms/Login/Menu.js +22 -22
  101. package/lib/components/forms/Login/SelectBox.js +46 -46
  102. package/lib/components/forms/Login/TMLoginForm.js +4 -4
  103. package/lib/components/forms/Login/TextBox.js +57 -57
  104. package/lib/components/grids/TMBlogsUtils.js +25 -25
  105. package/lib/components/grids/TMRecentsManager.js +50 -50
  106. package/lib/components/grids/TMValidationItemsList.js +48 -48
  107. package/lib/components/layout/panelManager/TMPanelManagerContainer.js +12 -12
  108. package/lib/components/layout/panelManager/TMPanelManagerToolbar.js +34 -34
  109. package/lib/components/query/TMQueryEditor.js +17 -17
  110. package/lib/components/query/TMQuerySummary.js +12 -12
  111. package/lib/components/sidebar/TMCommandsPanel.js +10 -10
  112. package/lib/components/sidebar/TMHeader.js +307 -307
  113. package/lib/components/sidebar/TMSidebar.js +24 -24
  114. package/lib/components/sidebar/TMSidebarItem.js +21 -21
  115. package/lib/helper/TMUtils.js +19 -19
  116. package/lib/hooks/useForm.d.ts +1 -1
  117. package/lib/hooks/useForm.js +4 -4
  118. package/lib/services/platform_services.d.ts +1 -1
  119. package/lib/services/platform_services.js +2 -2
  120. package/lib/stories/TMHtmlContentDisplay.stories.js +16 -16
  121. package/lib/stories/TMHtmlEditor.stories.js +3 -3
  122. package/package.json +1 -1
@@ -1,39 +1,39 @@
1
- import IconFolder from './folder.png';
2
- import IconPdf from './pdf.png';
3
- import IconTxt from './txt.png';
4
- import IconXls from './xls.png';
5
- import IconDocx from './doc.png';
6
- import IconImage from './image.png';
7
- import IconZip from './zip.png';
8
- import IconXml from './xml.png';
9
- import IconMp4 from './mp4.png';
10
- import IconEmail from './email.png';
11
- import IconPpt from './ppt.png';
12
- import IconSigned from './p7m.png';
13
- import IconOther from './other.png';
14
- import IconExe from './exe.png';
15
- import IconHtml from './html.png';
16
- import IconDwg from './dwg.png';
17
- import IconDicom from './dicom.png';
18
- import IconSlddrw from './slddrw.png';
19
-
20
- export {
21
- IconFolder,
22
- IconPdf,
23
- IconTxt,
24
- IconXls,
25
- IconDocx,
26
- IconImage,
27
- IconZip,
28
- IconXml,
29
- IconMp4,
30
- IconEmail,
31
- IconPpt,
32
- IconSigned,
33
- IconOther,
34
- IconExe,
35
- IconHtml,
36
- IconDwg,
37
- IconDicom,
38
- IconSlddrw
1
+ import IconFolder from './folder.png';
2
+ import IconPdf from './pdf.png';
3
+ import IconTxt from './txt.png';
4
+ import IconXls from './xls.png';
5
+ import IconDocx from './doc.png';
6
+ import IconImage from './image.png';
7
+ import IconZip from './zip.png';
8
+ import IconXml from './xml.png';
9
+ import IconMp4 from './mp4.png';
10
+ import IconEmail from './email.png';
11
+ import IconPpt from './ppt.png';
12
+ import IconSigned from './p7m.png';
13
+ import IconOther from './other.png';
14
+ import IconExe from './exe.png';
15
+ import IconHtml from './html.png';
16
+ import IconDwg from './dwg.png';
17
+ import IconDicom from './dicom.png';
18
+ import IconSlddrw from './slddrw.png';
19
+
20
+ export {
21
+ IconFolder,
22
+ IconPdf,
23
+ IconTxt,
24
+ IconXls,
25
+ IconDocx,
26
+ IconImage,
27
+ IconZip,
28
+ IconXml,
29
+ IconMp4,
30
+ IconEmail,
31
+ IconPpt,
32
+ IconSigned,
33
+ IconOther,
34
+ IconExe,
35
+ IconHtml,
36
+ IconDwg,
37
+ IconDicom,
38
+ IconSlddrw
39
39
  };