fit-ui 2.5.7 → 2.7.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.
Files changed (225) hide show
  1. package/dist/Documentation.html +3 -3
  2. package/dist/Fit.UI.css +120 -6
  3. package/dist/Fit.UI.js +854 -152
  4. package/dist/Fit.UI.min.css +1 -1
  5. package/dist/Fit.UI.min.js +1 -1
  6. package/dist/Resources/CKEditor/build-config.js +7 -3
  7. package/dist/Resources/CKEditor/ckeditor.js +93 -5
  8. package/dist/Resources/CKEditor/contents.css +208 -208
  9. package/dist/Resources/CKEditor/lang/da.js +2 -2
  10. package/dist/Resources/CKEditor/lang/de.js +2 -2
  11. package/dist/Resources/CKEditor/lang/en.js +2 -2
  12. package/dist/Resources/CKEditor/plugins/autocomplete/skins/default.css +38 -0
  13. package/dist/Resources/CKEditor/plugins/dialog/styles/dialog.css +18 -18
  14. package/dist/Resources/CKEditor/plugins/emoji/assets/iconsall.png +0 -0
  15. package/dist/Resources/CKEditor/plugins/emoji/assets/iconsall.svg +58 -0
  16. package/dist/Resources/CKEditor/plugins/emoji/emoji.json +1 -0
  17. package/dist/Resources/CKEditor/plugins/emoji/skins/default.css +237 -0
  18. package/dist/Resources/CKEditor/plugins/icons.png +0 -0
  19. package/dist/Resources/CKEditor/plugins/icons_hidpi.png +0 -0
  20. package/dist/Resources/CKEditor/skins/moono-lisa/dialog.css +4 -4
  21. package/dist/Resources/CKEditor/skins/moono-lisa/dialog_ie.css +4 -4
  22. package/dist/Resources/CKEditor/skins/moono-lisa/dialog_ie8.css +4 -4
  23. package/dist/Resources/CKEditor/skins/moono-lisa/dialog_iequirks.css +4 -4
  24. package/dist/Resources/CKEditor/skins/moono-lisa/editor.css +5 -5
  25. package/dist/Resources/CKEditor/skins/moono-lisa/editor_gecko.css +5 -5
  26. package/dist/Resources/CKEditor/skins/moono-lisa/editor_ie.css +5 -5
  27. package/dist/Resources/CKEditor/skins/moono-lisa/editor_ie8.css +5 -5
  28. package/dist/Resources/CKEditor/skins/moono-lisa/editor_iequirks.css +5 -5
  29. package/dist/Resources/CKEditor/skins/moono-lisa/icons.png +0 -0
  30. package/dist/Resources/CKEditor/skins/moono-lisa/icons_hidpi.png +0 -0
  31. package/dist/Resources/CKEditor/styles.js +137 -137
  32. package/dist/Resources/CKEditor-autogrow-plugin-built-in/CHANGES.md +2117 -0
  33. package/dist/Resources/CKEditor-autogrow-plugin-built-in/LICENSE.md +1436 -0
  34. package/dist/Resources/CKEditor-autogrow-plugin-built-in/README-FitUiChanges.txt +8 -0
  35. package/dist/Resources/CKEditor-autogrow-plugin-built-in/README.md +39 -0
  36. package/dist/Resources/CKEditor-autogrow-plugin-built-in/adapters/jquery.js +10 -0
  37. package/dist/Resources/CKEditor-autogrow-plugin-built-in/build-config.js +80 -0
  38. package/dist/Resources/CKEditor-autogrow-plugin-built-in/ckeditor.js +986 -0
  39. package/dist/Resources/CKEditor-autogrow-plugin-built-in/config.js +34 -0
  40. package/dist/Resources/CKEditor-autogrow-plugin-built-in/contents.css +208 -0
  41. package/dist/Resources/{CKEditor → CKEditor-autogrow-plugin-built-in}/index.html +0 -0
  42. package/dist/Resources/CKEditor-autogrow-plugin-built-in/lang/da.js +5 -0
  43. package/dist/Resources/CKEditor-autogrow-plugin-built-in/lang/de.js +5 -0
  44. package/dist/Resources/CKEditor-autogrow-plugin-built-in/lang/en.js +5 -0
  45. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/autocomplete/skins/default.css +38 -0
  46. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/base64image/LICENSE.md +1244 -0
  47. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/base64image/README.md +21 -0
  48. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/base64image/dialogs/base64image.js +766 -0
  49. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/base64image/dialogs/base64image.original.js +503 -0
  50. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/base64image/icons/base64image.png +0 -0
  51. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/base64image/icons/hidpi/base64image.png +0 -0
  52. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/base64image/lang/da.js +12 -0
  53. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/base64image/lang/de.js +12 -0
  54. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/base64image/lang/en.js +12 -0
  55. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/base64image/plugin.js +58 -0
  56. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/base64imagepaste/plugin.js +91 -0
  57. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/clipboard/dialogs/paste.js +11 -0
  58. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/dialog/dialogDefinition.js +4 -0
  59. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/dialog/styles/dialog.css +18 -0
  60. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/dragresize/LICENSE +19 -0
  61. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/dragresize/_source.css +85 -0
  62. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/dragresize/package.json +19 -0
  63. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/dragresize/plugin.js +395 -0
  64. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/dragresize/readme.md +35 -0
  65. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/emoji/assets/iconsall.png +0 -0
  66. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/emoji/assets/iconsall.svg +58 -0
  67. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/emoji/emoji.json +1 -0
  68. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/emoji/skins/default.css +237 -0
  69. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/icons.png +0 -0
  70. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/icons_hidpi.png +0 -0
  71. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/link/dialogs/anchor.js +8 -0
  72. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/link/dialogs/link.js +30 -0
  73. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/link/images/anchor.png +0 -0
  74. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/link/images/hidpi/anchor.png +0 -0
  75. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/pastefromword/filter/default.js +42 -0
  76. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/pastetools/filter/common.js +24 -0
  77. package/dist/Resources/CKEditor-autogrow-plugin-built-in/plugins/pastetools/filter/image.js +12 -0
  78. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/dialog.css +1 -0
  79. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/dialog_ie.css +1 -0
  80. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/dialog_ie7.css +1 -0
  81. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/dialog_ie8.css +1 -0
  82. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/dialog_iequirks.css +1 -0
  83. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/dialog_opera.css +1 -0
  84. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/editor.css +1 -0
  85. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/editor_gecko.css +1 -0
  86. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/editor_ie.css +1 -0
  87. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/editor_ie7.css +1 -0
  88. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/editor_ie8.css +1 -0
  89. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/editor_iequirks.css +1 -0
  90. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/icons.png +0 -0
  91. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/icons_hidpi.png +0 -0
  92. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/images/arrow.png +0 -0
  93. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/images/close.png +0 -0
  94. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/images/hidpi/close.png +0 -0
  95. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/images/hidpi/lock-open.png +0 -0
  96. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/images/hidpi/lock.png +0 -0
  97. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/images/hidpi/refresh.png +0 -0
  98. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/images/lock-open.png +0 -0
  99. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/images/lock.png +0 -0
  100. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/images/refresh.png +0 -0
  101. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/readme.md +35 -0
  102. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/bootstrapck/skin.js +10 -0
  103. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/dialog.css +5 -0
  104. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/dialog_ie.css +5 -0
  105. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/dialog_ie8.css +5 -0
  106. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/dialog_iequirks.css +5 -0
  107. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/editor.css +5 -0
  108. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/editor_gecko.css +5 -0
  109. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/editor_ie.css +5 -0
  110. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/editor_ie8.css +5 -0
  111. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/editor_iequirks.css +5 -0
  112. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/icons.png +0 -0
  113. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/icons_hidpi.png +0 -0
  114. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/images/arrow.png +0 -0
  115. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/images/close.png +0 -0
  116. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/images/hidpi/close.png +0 -0
  117. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/images/hidpi/lock-open.png +0 -0
  118. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/images/hidpi/lock.png +0 -0
  119. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/images/hidpi/refresh.png +0 -0
  120. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/images/lock-open.png +0 -0
  121. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/images/lock.png +0 -0
  122. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/images/refresh.png +0 -0
  123. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/images/spinner.gif +0 -0
  124. package/dist/Resources/CKEditor-autogrow-plugin-built-in/skins/moono-lisa/readme.md +46 -0
  125. package/dist/Resources/CKEditor-autogrow-plugin-built-in/styles.js +137 -0
  126. package/dist/Resources/CKEditor-autogrow-plugin-built-in/vendor/promise.js +13 -0
  127. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/CHANGES.md +2117 -0
  128. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/LICENSE.md +1436 -0
  129. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/README-FitUiChanges.txt +8 -0
  130. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/README.md +39 -0
  131. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/adapters/jquery.js +10 -0
  132. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/build-config.js +79 -0
  133. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/ckeditor.js +983 -0
  134. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/config.js +34 -0
  135. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/contents.css +208 -0
  136. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/lang/da.js +5 -0
  137. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/lang/de.js +5 -0
  138. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/lang/en.js +5 -0
  139. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/autocomplete/skins/default.css +38 -0
  140. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/autogrow/plugin.js +234 -0
  141. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/base64image/LICENSE.md +1244 -0
  142. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/base64image/README.md +21 -0
  143. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/base64image/dialogs/base64image.js +766 -0
  144. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/base64image/dialogs/base64image.original.js +503 -0
  145. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/base64image/icons/base64image.png +0 -0
  146. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/base64image/icons/hidpi/base64image.png +0 -0
  147. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/base64image/lang/da.js +12 -0
  148. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/base64image/lang/de.js +12 -0
  149. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/base64image/lang/en.js +12 -0
  150. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/base64image/plugin.js +58 -0
  151. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/base64imagepaste/plugin.js +91 -0
  152. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/clipboard/dialogs/paste.js +11 -0
  153. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/dialog/dialogDefinition.js +4 -0
  154. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/dialog/styles/dialog.css +18 -0
  155. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/dragresize/LICENSE +19 -0
  156. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/dragresize/_source.css +85 -0
  157. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/dragresize/package.json +19 -0
  158. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/dragresize/plugin.js +395 -0
  159. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/dragresize/readme.md +35 -0
  160. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/emoji/assets/iconsall.png +0 -0
  161. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/emoji/assets/iconsall.svg +58 -0
  162. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/emoji/emoji.json +1 -0
  163. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/emoji/skins/default.css +237 -0
  164. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/icons.png +0 -0
  165. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/icons_hidpi.png +0 -0
  166. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/link/dialogs/anchor.js +8 -0
  167. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/link/dialogs/link.js +30 -0
  168. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/link/images/anchor.png +0 -0
  169. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/link/images/hidpi/anchor.png +0 -0
  170. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/pastefromword/filter/default.js +42 -0
  171. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/pastetools/filter/common.js +24 -0
  172. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/plugins/pastetools/filter/image.js +12 -0
  173. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/dialog.css +1 -0
  174. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/dialog_ie.css +1 -0
  175. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/dialog_ie7.css +1 -0
  176. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/dialog_ie8.css +1 -0
  177. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/dialog_iequirks.css +1 -0
  178. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/dialog_opera.css +1 -0
  179. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/editor.css +1 -0
  180. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/editor_gecko.css +1 -0
  181. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/editor_ie.css +1 -0
  182. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/editor_ie7.css +1 -0
  183. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/editor_ie8.css +1 -0
  184. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/editor_iequirks.css +1 -0
  185. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/icons.png +0 -0
  186. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/icons_hidpi.png +0 -0
  187. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/images/arrow.png +0 -0
  188. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/images/close.png +0 -0
  189. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/images/hidpi/close.png +0 -0
  190. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/images/hidpi/lock-open.png +0 -0
  191. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/images/hidpi/lock.png +0 -0
  192. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/images/hidpi/refresh.png +0 -0
  193. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/images/lock-open.png +0 -0
  194. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/images/lock.png +0 -0
  195. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/images/refresh.png +0 -0
  196. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/readme.md +35 -0
  197. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/bootstrapck/skin.js +10 -0
  198. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/dialog.css +5 -0
  199. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/dialog_ie.css +5 -0
  200. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/dialog_ie8.css +5 -0
  201. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/dialog_iequirks.css +5 -0
  202. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/editor.css +5 -0
  203. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/editor_gecko.css +5 -0
  204. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/editor_ie.css +5 -0
  205. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/editor_ie8.css +5 -0
  206. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/editor_iequirks.css +5 -0
  207. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/icons.png +0 -0
  208. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/icons_hidpi.png +0 -0
  209. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/images/arrow.png +0 -0
  210. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/images/close.png +0 -0
  211. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/images/hidpi/close.png +0 -0
  212. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/images/hidpi/lock-open.png +0 -0
  213. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/images/hidpi/lock.png +0 -0
  214. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/images/hidpi/refresh.png +0 -0
  215. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/images/lock-open.png +0 -0
  216. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/images/lock.png +0 -0
  217. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/images/refresh.png +0 -0
  218. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/images/spinner.gif +0 -0
  219. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/skins/moono-lisa/readme.md +46 -0
  220. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/styles.js +137 -0
  221. package/dist/Resources/CKEditor-autogrow-plugin-externally-loaded/vendor/promise.js +13 -0
  222. package/package.json +1 -1
  223. package/types/index.d.ts +526 -137
  224. package/dist/Resources/CKEditor/plugins/htmlwriter/plugin.js +0 -364
  225. package/dist/Resources/CKEditor/plugins/resize/plugin.js +0 -187
package/types/index.d.ts CHANGED
@@ -2353,6 +2353,36 @@ declare namespace Fit
2353
2353
  {
2354
2354
  // Functions defined by Fit.Controls.Dialog
2355
2355
  /**
2356
+ * Display alert dialog.
2357
+ * @function Alert
2358
+ * @static
2359
+ * @param {string} content - Content to display in alert dialog.
2360
+ * @param {Function} [cb=undefined] - Optional callback function invoked when OK button is clicked.
2361
+ * @returns Fit.Controls.DialogInterface
2362
+ */
2363
+ public static Alert(content:string, cb?:Function):Fit.Controls.DialogInterface;
2364
+ /**
2365
+ * Display confirmation dialog with OK and Cancel buttons.
2366
+ * @function Confirm
2367
+ * @static
2368
+ * @param {string} content - Content to display in confirmation dialog.
2369
+ * @param {Fit.Controls.DialogTypeDefs.ConfirmCallback} cb - Callback function invoked when a button is clicked.
2370
+ True is passed to callback function when OK is clicked, otherwise False.
2371
+ * @returns Fit.Controls.DialogInterface
2372
+ */
2373
+ public static Confirm(content:string, cb:Fit.Controls.DialogTypeDefs.ConfirmCallback):Fit.Controls.DialogInterface;
2374
+ /**
2375
+ * Display prompt dialog that allows for user input.
2376
+ * @function Prompt
2377
+ * @static
2378
+ * @param {string} content - Content to display in prompt dialog.
2379
+ * @param {string} defaultValue - Default value in input field.
2380
+ * @param {Fit.Controls.DialogTypeDefs.PromptCallback} [cb=undefined] - Callback function invoked when OK or Cancel button is clicked.
2381
+ Value entered in input field is passed, null if prompt is canceled.
2382
+ * @returns Fit.Controls.DialogInterface
2383
+ */
2384
+ public static Prompt(content:string, defaultValue:string, cb?:Fit.Controls.DialogTypeDefs.PromptCallback):Fit.Controls.DialogInterface;
2385
+ /**
2356
2386
  * Add button to dialog.
2357
2387
  * @function AddButton
2358
2388
  * @param {Fit.Controls.Button} btn - Instance of Fit.Controls.Button.
@@ -2520,36 +2550,6 @@ declare namespace Fit
2520
2550
  * @returns Fit.TypeDefs.CssValue
2521
2551
  */
2522
2552
  public Width(val?:number, unit?:Fit.TypeDefs.CssUnit | "%" | "ch" | "cm" | "em" | "ex" | "in" | "mm" | "pc" | "pt" | "px" | "rem" | "vh" | "vmax" | "vmin" | "vw"):Fit.TypeDefs.CssValue;
2523
- /**
2524
- * Display alert dialog.
2525
- * @function Alert
2526
- * @static
2527
- * @param {string} content - Content to display in alert dialog.
2528
- * @param {Function} [cb=undefined] - Optional callback function invoked when OK button is clicked.
2529
- * @returns Fit.Controls.DialogInterface
2530
- */
2531
- public static Alert(content:string, cb?:Function):Fit.Controls.DialogInterface;
2532
- /**
2533
- * Display confirmation dialog with OK and Cancel buttons.
2534
- * @function Confirm
2535
- * @static
2536
- * @param {string} content - Content to display in confirmation dialog.
2537
- * @param {Fit.Controls.DialogTypeDefs.ConfirmCallback} cb - Callback function invoked when a button is clicked.
2538
- True is passed to callback function when OK is clicked, otherwise False.
2539
- * @returns Fit.Controls.DialogInterface
2540
- */
2541
- public static Confirm(content:string, cb:Fit.Controls.DialogTypeDefs.ConfirmCallback):Fit.Controls.DialogInterface;
2542
- /**
2543
- * Display prompt dialog that allows for user input.
2544
- * @function Prompt
2545
- * @static
2546
- * @param {string} content - Content to display in prompt dialog.
2547
- * @param {string} defaultValue - Default value in input field.
2548
- * @param {Fit.Controls.DialogTypeDefs.PromptCallback} [cb=undefined] - Callback function invoked when OK or Cancel button is clicked.
2549
- Value entered in input field is passed, null if prompt is canceled.
2550
- * @returns Fit.Controls.DialogInterface
2551
- */
2552
- public static Prompt(content:string, defaultValue:string, cb?:Fit.Controls.DialogTypeDefs.PromptCallback):Fit.Controls.DialogInterface;
2553
2553
  // Functions defined by Fit.Controls.Component
2554
2554
  /**
2555
2555
  * Destroys control to free up memory.
@@ -3785,9 +3785,10 @@ declare namespace Fit
3785
3785
  Notice that this control type requires dimensions (Width/Height) to be specified in pixels.
3786
3786
  * @function DesignMode
3787
3787
  * @param {boolean} [val=undefined] - If defined, True enables Design Mode, False disables it.
3788
+ * @param {Fit.Controls.InputTypeDefs.DesignModeConfig} [editorConfig=undefined] - If provided and DesignMode is enabled, configuration is applied when editor is created.
3788
3789
  * @returns boolean
3789
3790
  */
3790
- public DesignMode(val?:boolean):boolean;
3791
+ public DesignMode(val?:boolean, editorConfig?:Fit.Controls.InputTypeDefs.DesignModeConfig):boolean;
3791
3792
  /**
3792
3793
  * Create instance of Input control.
3793
3794
  * @function Input
@@ -3801,7 +3802,7 @@ declare namespace Fit
3801
3802
  * @param {boolean} [val=undefined] - If defined, True enables maximize button, False disables it.
3802
3803
  * @param {number} [heightMax=undefined] - If defined, this becomes the height of the input control when maximized.
3803
3804
  The value is considered the same unit set using Height(..) which defaults to px.
3804
- However, if DesignMode is enabled, the value unit is considered to be px.
3805
+ If not set, the value assumes twice the height set using Height(..).
3805
3806
  * @returns boolean
3806
3807
  */
3807
3808
  public Maximizable(val?:boolean, heightMax?:number):boolean;
@@ -4091,6 +4092,426 @@ declare namespace Fit
4091
4092
  public Render(toElement?:HTMLElement):void;
4092
4093
  }
4093
4094
  /**
4095
+ *
4096
+ * @namespace [Fit.Controls.InputTypeDefs InputTypeDefs]
4097
+ */
4098
+ namespace InputTypeDefs
4099
+ {
4100
+ // Functions defined by Fit.Controls.InputTypeDefs
4101
+ /**
4102
+ * Cancelable request event handler.
4103
+ * @callback DesignModeTagsOnRequest
4104
+ * @param {Fit.Controls.Input} sender - Instance of control.
4105
+ * @param {Fit.Controls.InputTypeDefs.DesignModeTagsOnRequestEventHandlerArgs} eventArgs - Event arguments.
4106
+ * @returns boolean | void
4107
+ */
4108
+ type DesignModeTagsOnRequest = (sender:Fit.Controls.Input, eventArgs:Fit.Controls.InputTypeDefs.DesignModeTagsOnRequestEventHandlerArgs) => boolean | void;
4109
+ /**
4110
+ * Response event handler.
4111
+ * @callback DesignModeTagsOnResponse
4112
+ * @param {Fit.Controls.Input} sender - Instance of control.
4113
+ * @param {Fit.Controls.InputTypeDefs.DesignModeTagsOnResponseEventHandlerArgs} eventArgs - Event arguments.
4114
+ */
4115
+ type DesignModeTagsOnResponse = (sender:Fit.Controls.Input, eventArgs:Fit.Controls.InputTypeDefs.DesignModeTagsOnResponseEventHandlerArgs) => void;
4116
+ /**
4117
+ * Function producing JSON object representing tag to be inserted into editor.
4118
+ Returning nothing or Null results in default tag being inserted into editor.
4119
+ * @callback DesignModeTagsTagCreator
4120
+ * @param {Fit.Controls.Input} sender - Instance of control.
4121
+ * @param {Fit.Controls.InputTypeDefs.DesignModeTagsTagCreatorCallbackArgs} eventArgs - Event arguments.
4122
+ * @returns Fit.Controls.InputTypeDefs.DesignModeTagsTagCreatorReturnType | null | void
4123
+ */
4124
+ type DesignModeTagsTagCreator = (sender:Fit.Controls.Input, eventArgs:Fit.Controls.InputTypeDefs.DesignModeTagsTagCreatorCallbackArgs) => Fit.Controls.InputTypeDefs.DesignModeTagsTagCreatorReturnType | null | void;
4125
+ /**
4126
+ * Auto grow configuration.
4127
+ * @class [Fit.Controls.InputTypeDefs.DesignModeAutoGrow DesignModeAutoGrow]
4128
+ */
4129
+ class DesignModeAutoGrow
4130
+ {
4131
+ // Properties defined by Fit.Controls.InputTypeDefs.DesignModeAutoGrow
4132
+ /**
4133
+ * Flag indicating whether auto grow feature is enabled or not - on by default if no height is set, or if Height(-1) is set.
4134
+ * @member {boolean} Enabled
4135
+ */
4136
+ Enabled:boolean;
4137
+ /**
4138
+ * Maximum height of editable area.
4139
+ * @member {{ Value: number, Unit?: Fit.TypeDefs.CssUnit | "%" | "ch" | "cm" | "em" | "ex" | "in" | "mm" | "pc" | "pt" | "px" | "rem" | "vh" | "vmax" | "vmin" | "vw" }} [MaximumHeight=undefined]
4140
+ */
4141
+ MaximumHeight?:{ Value: number, Unit?: Fit.TypeDefs.CssUnit | "%" | "ch" | "cm" | "em" | "ex" | "in" | "mm" | "pc" | "pt" | "px" | "rem" | "vh" | "vmax" | "vmin" | "vw" };
4142
+ /**
4143
+ * Minimum height of editable area.
4144
+ * @member {{ Value: number, Unit?: Fit.TypeDefs.CssUnit | "%" | "ch" | "cm" | "em" | "ex" | "in" | "mm" | "pc" | "pt" | "px" | "rem" | "vh" | "vmax" | "vmin" | "vw" }} [MinimumHeight=undefined]
4145
+ */
4146
+ MinimumHeight?:{ Value: number, Unit?: Fit.TypeDefs.CssUnit | "%" | "ch" | "cm" | "em" | "ex" | "in" | "mm" | "pc" | "pt" | "px" | "rem" | "vh" | "vmax" | "vmin" | "vw" };
4147
+ }
4148
+ /**
4149
+ * Configuration for DesignMode.
4150
+ * @class [Fit.Controls.InputTypeDefs.DesignModeConfig DesignModeConfig]
4151
+ */
4152
+ class DesignModeConfig
4153
+ {
4154
+ // Properties defined by Fit.Controls.InputTypeDefs.DesignModeConfig
4155
+ /**
4156
+ * Auto grow configuration.
4157
+ * @member {Fit.Controls.InputTypeDefs.DesignModeAutoGrow} [AutoGrow=undefined]
4158
+ */
4159
+ AutoGrow?:Fit.Controls.InputTypeDefs.DesignModeAutoGrow;
4160
+ /**
4161
+ * Information panel configuration.
4162
+ * @member {Fit.Controls.InputTypeDefs.DesignModeConfigInfoPanel} [InfoPanel=undefined]
4163
+ */
4164
+ InfoPanel?:Fit.Controls.InputTypeDefs.DesignModeConfigInfoPanel;
4165
+ /**
4166
+ * Plugins configuration.
4167
+ * @member {Fit.Controls.InputTypeDefs.DesignModeConfigPlugins} [Plugins=undefined]
4168
+ */
4169
+ Plugins?:Fit.Controls.InputTypeDefs.DesignModeConfigPlugins;
4170
+ /**
4171
+ * Tags configuration.
4172
+ * @member {Fit.Controls.InputTypeDefs.DesignModeConfigTags} [Tags=undefined]
4173
+ */
4174
+ Tags?:Fit.Controls.InputTypeDefs.DesignModeConfigTags;
4175
+ /**
4176
+ * Toolbar configuration.
4177
+ * @member {Fit.Controls.InputTypeDefs.DesignModeConfigToolbar} [Toolbar=undefined]
4178
+ */
4179
+ Toolbar?:Fit.Controls.InputTypeDefs.DesignModeConfigToolbar;
4180
+ }
4181
+ /**
4182
+ * Information panel at the bottom of the editor.
4183
+ * @class [Fit.Controls.InputTypeDefs.DesignModeConfigInfoPanel DesignModeConfigInfoPanel]
4184
+ */
4185
+ class DesignModeConfigInfoPanel
4186
+ {
4187
+ // Properties defined by Fit.Controls.InputTypeDefs.DesignModeConfigInfoPanel
4188
+ /**
4189
+ * Text alignment - defaults to Center.
4190
+ * @member {'Left' | 'Center' | 'Right'} [Alignment=undefined]
4191
+ */
4192
+ Alignment?:'Left' | 'Center' | 'Right';
4193
+ /**
4194
+ * Text to display.
4195
+ * @member {string} [Text=undefined]
4196
+ */
4197
+ Text?:string;
4198
+ }
4199
+ /**
4200
+ * Additional plugins enabled in DesignMode.
4201
+ * @class [Fit.Controls.InputTypeDefs.DesignModeConfigPlugins DesignModeConfigPlugins]
4202
+ */
4203
+ class DesignModeConfigPlugins
4204
+ {
4205
+ // Properties defined by Fit.Controls.InputTypeDefs.DesignModeConfigPlugins
4206
+ /**
4207
+ * Plugin(s) related to emoji support (defaults to False).
4208
+ * @member {boolean} [Emojis=undefined]
4209
+ */
4210
+ Emojis?:boolean;
4211
+ /**
4212
+ * Plugin(s) related to support for images (defaults to False).
4213
+ * @member {Fit.Controls.InputTypeDefs.DesignModeConfigPluginsImagesConfig} [Images=undefined]
4214
+ */
4215
+ Images?:Fit.Controls.InputTypeDefs.DesignModeConfigPluginsImagesConfig;
4216
+ }
4217
+ /**
4218
+ * Configuration for image plugins.
4219
+ * @class [Fit.Controls.InputTypeDefs.DesignModeConfigPluginsImagesConfig DesignModeConfigPluginsImagesConfig]
4220
+ */
4221
+ class DesignModeConfigPluginsImagesConfig
4222
+ {
4223
+ // Properties defined by Fit.Controls.InputTypeDefs.DesignModeConfigPluginsImagesConfig
4224
+ /**
4225
+ * How to store and embed images. Base64 is persistent while blob (default) is temporary
4226
+ and must be extracted from memory and uploaded/stored to be permanantly persisted.
4227
+ References to blobs can be parsed from the HTML value produced by the editor.
4228
+ * @member {'base64' | 'blob'} [EmbedType=undefined]
4229
+ */
4230
+ EmbedType?:'base64' | 'blob';
4231
+ /**
4232
+ * Flag indicating whether to enable image plugins or not (defaults to False).
4233
+ * @member {boolean} Enabled
4234
+ */
4235
+ Enabled:boolean;
4236
+ /**
4237
+ * This option is in effect when EmbedType is blob.
4238
+ Dispose images from blob storage (revoke blob URLs) added though image plugins when control is disposed.
4239
+ If "UnreferencedOnly" is specified, the component using Fit.UI's input control will be responsible for
4240
+ disposing referenced blobs. Failing to do so may cause a memory leak. Defaults to All.
4241
+ * @member {'All' | 'UnreferencedOnly'} [RevokeBlobUrlsOnDispose=undefined]
4242
+ */
4243
+ RevokeBlobUrlsOnDispose?:'All' | 'UnreferencedOnly';
4244
+ /**
4245
+ * This option is in effect when EmbedType is blob.
4246
+ Dispose images from blob storage (revoke blob URLs) added through Value(..)
4247
+ function when control is disposed. Basically ownership of these blobs are handed
4248
+ over to the control for the duration of its life time.
4249
+ These images are furthermore subject to the rule set in RevokeBlobUrlsOnDispose.
4250
+ Defaults to False.
4251
+ * @member {boolean} [RevokeExternalBlobUrlsOnDispose=undefined]
4252
+ */
4253
+ RevokeExternalBlobUrlsOnDispose?:boolean;
4254
+ }
4255
+ /**
4256
+ * Configuration for tags in DesignMode.
4257
+ * @class [Fit.Controls.InputTypeDefs.DesignModeConfigTags DesignModeConfigTags]
4258
+ */
4259
+ class DesignModeConfigTags
4260
+ {
4261
+ // Properties defined by Fit.Controls.InputTypeDefs.DesignModeConfigTags
4262
+ /**
4263
+ * Name of URL parameter receiving name of JSONP callback function (only for JSONP services).
4264
+ * @member {string} [JsonpCallback=undefined]
4265
+ */
4266
+ JsonpCallback?:string;
4267
+ /**
4268
+ * Number of milliseconds to allow JSONP request to wait for a response before aborting (only for JSONP services).
4269
+ * @member {number} [JsonpTimeout=undefined]
4270
+ */
4271
+ JsonpTimeout?:number;
4272
+ /**
4273
+ * Event handler invoked when tags are requested. Request may be canceled by returning False.
4274
+ Function receives two arguments:
4275
+ Sender (Fit.Controls.Input) and EventArgs object.
4276
+ EventArgs object contains the following properties:
4277
+ - Sender: Fit.Controls.Input instance
4278
+ - Request: Fit.Http.JsonpRequest or Fit.Http.JsonRequest instance
4279
+ - Query: Contains query information in its Marker and Query property.
4280
+ * @member {Fit.Controls.InputTypeDefs.DesignModeTagsOnRequest} [OnRequest=undefined]
4281
+ */
4282
+ OnRequest?:Fit.Controls.InputTypeDefs.DesignModeTagsOnRequest;
4283
+ /**
4284
+ * Event handler invoked when tags data is received, allowing for data transformation.
4285
+ Function receives two arguments:
4286
+ Sender (Fit.Controls.Input) and EventArgs object.
4287
+ EventArgs object contains the following properties:
4288
+ - Sender: Fit.Controls.Input instance
4289
+ - Request: Fit.Http.JsonpRequest or Fit.Http.JsonRequest instance
4290
+ - Query: Contains query information in its Marker and Query property
4291
+ - Tags: JSON tags array received from WebService.
4292
+ * @member {Fit.Controls.InputTypeDefs.DesignModeTagsOnResponse} [OnResponse=undefined]
4293
+ */
4294
+ OnResponse?:Fit.Controls.InputTypeDefs.DesignModeTagsOnResponse;
4295
+ /**
4296
+ * URL to request data from. Endpoint receives the following payload:
4297
+ { Marker: "@", Query: "search" }
4298
+
4299
+ Data is expected to be returned in the following format:
4300
+ [
4301
+ { Value: "t-1", Title: "Tag 1", Icon: "images/img1.jpeg", Url: "show/1", Data: "..." },
4302
+ { Value: "t-2", Title: "Tag 2", Icon: "images/img2.jpeg", Url: "show/2", Data: "..." }, ...
4303
+ ]
4304
+
4305
+ The Value and Title properties are required. The Icon property is optional and must specify the path to an image.
4306
+ The Url property is optional and must specify a path to a related page/resource.
4307
+ The Data property is optional and allows for additional data to be associated with the tag.
4308
+ To hold multiple values, consider using a base64 encoded JSON object:
4309
+ btoa(JSON.stringify({ creationDate: new Date(), active: true }))
4310
+
4311
+ The data eventuelly results in a tag being added to the editor with the following format:
4312
+ Tag name 1
4313
+ The data-tag-data attribute is only declared if the corresponding Data property is defined in data.
4314
+ * @member {string} QueryUrl
4315
+ */
4316
+ QueryUrl:string;
4317
+ /**
4318
+ * Callback invoked when a tag is being inserted into editor, allowing
4319
+ for customization to the title and attributes associated with the tag.
4320
+ Function receives two arguments:
4321
+ Sender (Fit.Controls.Input) and EventArgs object.
4322
+ EventArgs object contains the following properties:
4323
+ - Sender: Fit.Controls.Input instance
4324
+ - QueryMarker: String containing query marker
4325
+ - Tag: JSON tag received from WebService.
4326
+ * @member {Fit.Controls.InputTypeDefs.DesignModeTagsTagCreator} [TagCreator=undefined]
4327
+ */
4328
+ TagCreator?:Fit.Controls.InputTypeDefs.DesignModeTagsTagCreator;
4329
+ /**
4330
+ * Markers triggering tags request and context menu.
4331
+ * @member {{ Marker: string, MinimumCharacters?: number, DebounceQuery?: number }[]} Triggers
4332
+ */
4333
+ Triggers:{ Marker: string, MinimumCharacters?: number, DebounceQuery?: number }[];
4334
+ }
4335
+ /**
4336
+ * Toolbar buttons enabled in DesignMode.
4337
+ * @class [Fit.Controls.InputTypeDefs.DesignModeConfigToolbar DesignModeConfigToolbar]
4338
+ */
4339
+ class DesignModeConfigToolbar
4340
+ {
4341
+ // Properties defined by Fit.Controls.InputTypeDefs.DesignModeConfigToolbar
4342
+ /**
4343
+ * Enable emoji button (defaults to False).
4344
+ * @member {boolean} [Emojis=undefined]
4345
+ */
4346
+ Emojis?:boolean;
4347
+ /**
4348
+ * Enable text formatting (bold, italic, underline) (defaults to True).
4349
+ * @member {boolean} [Formatting=undefined]
4350
+ */
4351
+ Formatting?:boolean;
4352
+ /**
4353
+ * Enable image button (defaults to false).
4354
+ * @member {boolean} [Images=undefined]
4355
+ */
4356
+ Images?:boolean;
4357
+ /**
4358
+ * Enable text alignment (defaults to True).
4359
+ * @member {boolean} [Justify=undefined]
4360
+ */
4361
+ Justify?:boolean;
4362
+ /**
4363
+ * Enable links (defaults to True).
4364
+ * @member {boolean} [Links=undefined]
4365
+ */
4366
+ Links?:boolean;
4367
+ /**
4368
+ * Enable ordered and unordered lists with indentation (defaults to True).
4369
+ * @member {boolean} [Lists=undefined]
4370
+ */
4371
+ Lists?:boolean;
4372
+ }
4373
+ /**
4374
+ * Request handler event arguments.
4375
+ * @class [Fit.Controls.InputTypeDefs.DesignModeTagsOnRequestEventHandlerArgs DesignModeTagsOnRequestEventHandlerArgs]
4376
+ */
4377
+ class DesignModeTagsOnRequestEventHandlerArgs
4378
+ {
4379
+ // Properties defined by Fit.Controls.InputTypeDefs.DesignModeTagsOnRequestEventHandlerArgs
4380
+ /**
4381
+ * Query information.
4382
+ * @member {{ Marker: string, Query: string }} Query
4383
+ */
4384
+ Query:{ Marker: string, Query: string };
4385
+ /**
4386
+ * Instance of JsonRequest or JsonpRequest.
4387
+ * @member {Fit.Http.JsonRequest | Fit.Http.JsonpRequest} Request
4388
+ */
4389
+ Request:Fit.Http.JsonRequest | Fit.Http.JsonpRequest;
4390
+ /**
4391
+ * Instance of control.
4392
+ * @member {Fit.Controls.Input} Sender
4393
+ */
4394
+ Sender:Fit.Controls.Input;
4395
+ }
4396
+ /**
4397
+ * Response handler event arguments.
4398
+ * @class [Fit.Controls.InputTypeDefs.DesignModeTagsOnResponseEventHandlerArgs DesignModeTagsOnResponseEventHandlerArgs]
4399
+ */
4400
+ class DesignModeTagsOnResponseEventHandlerArgs
4401
+ {
4402
+ // Properties defined by Fit.Controls.InputTypeDefs.DesignModeTagsOnResponseEventHandlerArgs
4403
+ /**
4404
+ * Query information.
4405
+ * @member {{ Marker: string, Query: string }} Query
4406
+ */
4407
+ Query:{ Marker: string, Query: string };
4408
+ /**
4409
+ * Instance of JsonRequest or JsonpRequest.
4410
+ * @member {Fit.Http.JsonRequest | Fit.Http.JsonpRequest} Request
4411
+ */
4412
+ Request:Fit.Http.JsonRequest | Fit.Http.JsonpRequest;
4413
+ /**
4414
+ * Instance of control.
4415
+ * @member {Fit.Controls.Input} Sender
4416
+ */
4417
+ Sender:Fit.Controls.Input;
4418
+ /**
4419
+ * Tags received from WebService.
4420
+ * @member {Fit.Controls.InputTypeDefs.DesignModeTagsOnResponseJsonTag[]} Tags
4421
+ */
4422
+ Tags:Fit.Controls.InputTypeDefs.DesignModeTagsOnResponseJsonTag[];
4423
+ }
4424
+ /**
4425
+ * JSON object representing tag.
4426
+ * @class [Fit.Controls.InputTypeDefs.DesignModeTagsOnResponseJsonTag DesignModeTagsOnResponseJsonTag]
4427
+ */
4428
+ class DesignModeTagsOnResponseJsonTag
4429
+ {
4430
+ // Properties defined by Fit.Controls.InputTypeDefs.DesignModeTagsOnResponseJsonTag
4431
+ /**
4432
+ * Optional data to associate with tag.
4433
+ * @member {string} [Data=undefined]
4434
+ */
4435
+ Data?:string;
4436
+ /**
4437
+ * Optional URL to icon/image.
4438
+ * @member {string} [Icon=undefined]
4439
+ */
4440
+ Icon?:string;
4441
+ /**
4442
+ * Title.
4443
+ * @member {string} Title
4444
+ */
4445
+ Title:string;
4446
+ /**
4447
+ * Optional URL to associate with tag.
4448
+ * @member {string} [Url=undefined]
4449
+ */
4450
+ Url?:string;
4451
+ /**
4452
+ * Unique value.
4453
+ * @member {string} Value
4454
+ */
4455
+ Value:string;
4456
+ }
4457
+ /**
4458
+ * TagCreator event arguments.
4459
+ * @class [Fit.Controls.InputTypeDefs.DesignModeTagsTagCreatorCallbackArgs DesignModeTagsTagCreatorCallbackArgs]
4460
+ */
4461
+ class DesignModeTagsTagCreatorCallbackArgs
4462
+ {
4463
+ // Properties defined by Fit.Controls.InputTypeDefs.DesignModeTagsTagCreatorCallbackArgs
4464
+ /**
4465
+ * Query marker.
4466
+ * @member {string} QueryMarker
4467
+ */
4468
+ QueryMarker:string;
4469
+ /**
4470
+ * Instance of control.
4471
+ * @member {Fit.Controls.Input} Sender
4472
+ */
4473
+ Sender:Fit.Controls.Input;
4474
+ /**
4475
+ * Tag received from WebService.
4476
+ * @member {Fit.Controls.InputTypeDefs.DesignModeTagsOnResponseJsonTag} Tag
4477
+ */
4478
+ Tag:Fit.Controls.InputTypeDefs.DesignModeTagsOnResponseJsonTag;
4479
+ }
4480
+ /**
4481
+ * JSON object representing tag to be inserted into editor.
4482
+ * @class [Fit.Controls.InputTypeDefs.DesignModeTagsTagCreatorReturnType DesignModeTagsTagCreatorReturnType]
4483
+ */
4484
+ class DesignModeTagsTagCreatorReturnType
4485
+ {
4486
+ // Properties defined by Fit.Controls.InputTypeDefs.DesignModeTagsTagCreatorReturnType
4487
+ /**
4488
+ * Optional tag data.
4489
+ * @member {string} [Data=undefined]
4490
+ */
4491
+ Data?:string;
4492
+ /**
4493
+ * Tag title.
4494
+ * @member {string} Title
4495
+ */
4496
+ Title:string;
4497
+ /**
4498
+ * Tag type (marker).
4499
+ * @member {string} Type
4500
+ */
4501
+ Type:string;
4502
+ /**
4503
+ * Optional tag URL.
4504
+ * @member {string} [Url=undefined]
4505
+ */
4506
+ Url?:string;
4507
+ /**
4508
+ * Tag value (ID).
4509
+ * @member {string} Value
4510
+ */
4511
+ Value:string;
4512
+ }
4513
+ }
4514
+ /**
4094
4515
  * Picker control which allows for entries
4095
4516
  to be selected in the DropDown control.
4096
4517
  * @class [Fit.Controls.ListView ListView]
@@ -8366,74 +8787,6 @@ declare namespace Fit
8366
8787
  {
8367
8788
  // Functions defined by Fit.Cookies
8368
8789
  /**
8369
- * Create instance of cookie container isolated to either current path (default)
8370
- or a custom path, and optionally an alternative part of the domain (by default
8371
- cookies are available only on the current domain, while defining a domain makes
8372
- cookies available to that particular domain and subdomains).
8373
- * @function Cookies
8374
- */
8375
- constructor();
8376
- /**
8377
- * Get/set portion of domain to which cookies are isolated.
8378
- * @function Domain
8379
- * @param {string | null} [val=undefined] - If defined, changes isolation to specified domain portion, including subdomains - pass
8380
- Null to unset it to make cookies available to current domain only (excluding subdomains).
8381
- * @returns string | null
8382
- */
8383
- public Domain(val?:string | null):string | null;
8384
- /**
8385
- * Returns cookie value if found, otherwise Null.
8386
- * @function Get
8387
- * @param {string} name - Unique cookie name.
8388
- * @returns string | null
8389
- */
8390
- public Get(name:string):string | null;
8391
- /**
8392
- * Get/set path to which cookies are isolated.
8393
- * @function Path
8394
- * @param {string} [val=undefined] - If defined, changes isolation to specified path.
8395
- * @returns string
8396
- */
8397
- public Path(val?:string):string;
8398
- /**
8399
- * Get/set prefix added to all cookies - useful for grouping related cookies and to avoid naming conflicts.
8400
- Notice that Set/Get/Remove functions automatically apply the prefix to cookie names, so the use of a prefix
8401
- is completely transparent.
8402
- * @function Prefix
8403
- * @param {string} [val=undefined] - If defined, changes cookie prefix to specified value - pass Null to unset it.
8404
- * @returns string | null
8405
- */
8406
- public Prefix(val?:string):string | null;
8407
- /**
8408
- * Remove cookie.
8409
- * @function Remove
8410
- * @param {string} name - Unique cookie name.
8411
- */
8412
- public Remove(name:string):void;
8413
- /**
8414
- * Get/set SameSite policy.
8415
- * @function SameSite
8416
- * @param {"None" | "Lax" | "Strict" | null} [val=undefined] - If defined, changes SameSite policy - pass Null to unset it.
8417
- * @returns string | null
8418
- */
8419
- public SameSite(val?:"None" | "Lax" | "Strict" | null):string | null;
8420
- /**
8421
- * Get/set Secure flag.
8422
- * @function Secure
8423
- * @param {boolean} [val=undefined] - If defined, changes Secure flag.
8424
- * @returns boolean
8425
- */
8426
- public Secure(val?:boolean):boolean;
8427
- /**
8428
- * Create or update cookie.
8429
- * @function Set
8430
- * @param {string} name - Unique cookie name.
8431
- * @param {string} value - Cookie value (cannot contain semicolon!).
8432
- * @param {number} [seconds=undefined] - Optional expiration time in seconds. Creating a cookie with
8433
- no expiration time will cause it to expire when session ends.
8434
- */
8435
- public Set(name:string, value:string, seconds?:number):void;
8436
- /**
8437
8790
  * Returns cookie value if found, otherwise Null.
8438
8791
  * @function Get
8439
8792
  * @static
@@ -8503,6 +8856,74 @@ declare namespace Fit
8503
8856
  * @param {Fit.CookiesDefs.Cookie} newCookie - New or updated cookie.
8504
8857
  */
8505
8858
  public static Set(newCookie:Fit.CookiesDefs.Cookie):void;
8859
+ /**
8860
+ * Create instance of cookie container isolated to either current path (default)
8861
+ or a custom path, and optionally an alternative part of the domain (by default
8862
+ cookies are available only on the current domain, while defining a domain makes
8863
+ cookies available to that particular domain and subdomains).
8864
+ * @function Cookies
8865
+ */
8866
+ constructor();
8867
+ /**
8868
+ * Get/set portion of domain to which cookies are isolated.
8869
+ * @function Domain
8870
+ * @param {string | null} [val=undefined] - If defined, changes isolation to specified domain portion, including subdomains - pass
8871
+ Null to unset it to make cookies available to current domain only (excluding subdomains).
8872
+ * @returns string | null
8873
+ */
8874
+ public Domain(val?:string | null):string | null;
8875
+ /**
8876
+ * Returns cookie value if found, otherwise Null.
8877
+ * @function Get
8878
+ * @param {string} name - Unique cookie name.
8879
+ * @returns string | null
8880
+ */
8881
+ public Get(name:string):string | null;
8882
+ /**
8883
+ * Get/set path to which cookies are isolated.
8884
+ * @function Path
8885
+ * @param {string} [val=undefined] - If defined, changes isolation to specified path.
8886
+ * @returns string
8887
+ */
8888
+ public Path(val?:string):string;
8889
+ /**
8890
+ * Get/set prefix added to all cookies - useful for grouping related cookies and to avoid naming conflicts.
8891
+ Notice that Set/Get/Remove functions automatically apply the prefix to cookie names, so the use of a prefix
8892
+ is completely transparent.
8893
+ * @function Prefix
8894
+ * @param {string} [val=undefined] - If defined, changes cookie prefix to specified value - pass Null to unset it.
8895
+ * @returns string | null
8896
+ */
8897
+ public Prefix(val?:string):string | null;
8898
+ /**
8899
+ * Remove cookie.
8900
+ * @function Remove
8901
+ * @param {string} name - Unique cookie name.
8902
+ */
8903
+ public Remove(name:string):void;
8904
+ /**
8905
+ * Get/set SameSite policy.
8906
+ * @function SameSite
8907
+ * @param {"None" | "Lax" | "Strict" | null} [val=undefined] - If defined, changes SameSite policy - pass Null to unset it.
8908
+ * @returns string | null
8909
+ */
8910
+ public SameSite(val?:"None" | "Lax" | "Strict" | null):string | null;
8911
+ /**
8912
+ * Get/set Secure flag.
8913
+ * @function Secure
8914
+ * @param {boolean} [val=undefined] - If defined, changes Secure flag.
8915
+ * @returns boolean
8916
+ */
8917
+ public Secure(val?:boolean):boolean;
8918
+ /**
8919
+ * Create or update cookie.
8920
+ * @function Set
8921
+ * @param {string} name - Unique cookie name.
8922
+ * @param {string} value - Cookie value (cannot contain semicolon!).
8923
+ * @param {number} [seconds=undefined] - Optional expiration time in seconds. Creating a cookie with
8924
+ no expiration time will cause it to expire when session ends.
8925
+ */
8926
+ public Set(name:string, value:string, seconds?:number):void;
8506
8927
  }
8507
8928
  /**
8508
8929
  * Core features extending the capabilities of native JS.
@@ -10469,31 +10890,6 @@ declare namespace Fit
10469
10890
  */
10470
10891
  namespace Input
10471
10892
  {
10472
- /**
10473
- * Internal settings related to blob storage management in HTML Editor (Design Mode).
10474
- * @class [Fit._internal.Controls.Input.BlobManager BlobManager]
10475
- */
10476
- class BlobManager
10477
- {
10478
- // Properties defined by Fit._internal.Controls.Input.BlobManager
10479
- /**
10480
- * Dispose images from blob storage (revoke blob URLs) added though image plugins when control is disposed.
10481
- If "UnreferencedOnly" is specified, the component using Fit.UI's input control will be responsible for
10482
- disposing referenced blobs. Failing to do so may cause a memory leak.
10483
- * @member {'All' | 'UnreferencedOnly'} RevokeBlobUrlsOnDispose
10484
- * @static
10485
- */
10486
- static RevokeBlobUrlsOnDispose:'All' | 'UnreferencedOnly';
10487
- /**
10488
- * Dispose images from blob storage (revoke blob URLs) added through Value(..)
10489
- function when control is disposed. Basically ownership of these blobs are handed
10490
- over to the control for the duration of its life time.
10491
- These images are furthermore subject to the rule set in RevokeBlobUrlsOnDispose.
10492
- * @member {boolean} RevokeExternalBlobUrlsOnDispose
10493
- * @static
10494
- */
10495
- static RevokeExternalBlobUrlsOnDispose:boolean;
10496
- }
10497
10893
  /**
10498
10894
  * Internal settings related to HTML Editor (Design Mode).
10499
10895
  * @class [Fit._internal.Controls.Input.Editor Editor]
@@ -10502,23 +10898,11 @@ declare namespace Fit
10502
10898
  {
10503
10899
  // Properties defined by Fit._internal.Controls.Input.Editor
10504
10900
  /**
10505
- * Additional plugins used with DesignMode.
10506
- * @member {('htmlwriter' | 'justify' | 'pastefromword' | 'resize' | 'base64image' | 'base64imagepaste' | 'dragresize')[]} Plugins
10507
- * @static
10508
- */
10509
- static Plugins:('htmlwriter' | 'justify' | 'pastefromword' | 'resize' | 'base64image' | 'base64imagepaste' | 'dragresize')[];
10510
- /**
10511
10901
  * Skin used with DesignMode - must be set before an editor is created and cannot be changed for each individual control.
10512
10902
  * @member {'bootstrapck' | 'moono-lisa' | null} Skin
10513
10903
  * @static
10514
10904
  */
10515
10905
  static Skin:'bootstrapck' | 'moono-lisa' | null;
10516
- /**
10517
- * Toolbar buttons used with DesignMode - make sure necessary plugins are loaded (see Fit._internal.Controls.Input.EditorPlugins).
10518
- * @member {( { name: 'BasicFormatting', items: ('Bold' | 'Italic' | 'Underline')[] } | { name: 'Justify', items: ('JustifyLeft' | 'JustifyCenter' | 'JustifyRight')[] } | { name: 'Lists', items: ('NumberedList' | 'BulletedList' | 'Indent' | 'Outdent')[] } | { name: 'Links', items: ('Link' | 'Unlink')[] } | { name: 'Insert', items: ('base64image')[] } )[]} Toolbar
10519
- * @static
10520
- */
10521
- static Toolbar:( { name: 'BasicFormatting', items: ('Bold' | 'Italic' | 'Underline')[] } | { name: 'Justify', items: ('JustifyLeft' | 'JustifyCenter' | 'JustifyRight')[] } | { name: 'Lists', items: ('NumberedList' | 'BulletedList' | 'Indent' | 'Outdent')[] } | { name: 'Links', items: ('Link' | 'Unlink')[] } | { name: 'Insert', items: ('base64image')[] } )[];
10522
10906
  }
10523
10907
  }
10524
10908
  }
@@ -11148,6 +11532,11 @@ declare namespace Fit
11148
11532
  {
11149
11533
  // Functions defined by Fit.Http.JsonpRequest
11150
11534
  /**
11535
+ * Abort request.
11536
+ * @function Abort
11537
+ */
11538
+ public Abort():void;
11539
+ /**
11151
11540
  * Get/set name of URL parameter receiving the name of the JSONP callback function.
11152
11541
  * @function Callback
11153
11542
  * @param {string} [val=undefined] - If defined, changes the name of the URL parameter to specified value.