@web-atoms/web-controls 2.5.38 → 2.5.39

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 (552) hide show
  1. package/dist/PageNavigator.d.ts +1 -1
  2. package/dist/PageNavigator.d.ts.map +1 -1
  3. package/dist/PageNavigator.js +5 -5
  4. package/dist/PageNavigator.js.map +1 -1
  5. package/dist/animations/Animations.d.ts +2 -2
  6. package/dist/animations/Animations.d.ts.map +1 -1
  7. package/dist/animations/Animations.js +3 -3
  8. package/dist/animations/Animations.js.map +1 -1
  9. package/dist/auto-complete/AppComboBoxViewModel.d.ts +2 -2
  10. package/dist/auto-complete/AppComboBoxViewModel.d.ts.map +1 -1
  11. package/dist/auto-complete/AppComboBoxViewModel.js +3 -3
  12. package/dist/auto-complete/AppComboBoxViewModel.js.map +1 -1
  13. package/dist/auto-complete/AutoCompleteBox.d.ts +3 -3
  14. package/dist/auto-complete/AutoCompleteBox.d.ts.map +1 -1
  15. package/dist/auto-complete/AutoCompleteBox.js +25 -25
  16. package/dist/auto-complete/AutoCompleteBox.js.map +1 -1
  17. package/dist/auto-complete/AutoCompleteBoxStyle.d.ts +3 -3
  18. package/dist/auto-complete/AutoCompleteBoxStyle.d.ts.map +1 -1
  19. package/dist/auto-complete/AutoCompleteBoxStyle.js +5 -5
  20. package/dist/auto-complete/AutoCompleteBoxStyle.js.map +1 -1
  21. package/dist/auto-complete/ItemHost.d.ts +2 -2
  22. package/dist/auto-complete/ItemHost.d.ts.map +1 -1
  23. package/dist/auto-complete/ItemHost.js +13 -13
  24. package/dist/auto-complete/ItemHost.js.map +1 -1
  25. package/dist/basic/AtomChips.d.ts +4 -4
  26. package/dist/basic/AtomChips.d.ts.map +1 -1
  27. package/dist/basic/AtomChips.js +18 -18
  28. package/dist/basic/AtomChips.js.map +1 -1
  29. package/dist/basic/AtomRepeater.d.ts +5 -5
  30. package/dist/basic/AtomRepeater.d.ts.map +1 -1
  31. package/dist/basic/AtomRepeater.js +31 -31
  32. package/dist/basic/AtomRepeater.js.map +1 -1
  33. package/dist/basic/AtomSuggestions.d.ts +2 -3
  34. package/dist/basic/AtomSuggestions.d.ts.map +1 -1
  35. package/dist/basic/AtomSuggestions.js +11 -12
  36. package/dist/basic/AtomSuggestions.js.map +1 -1
  37. package/dist/basic/Button.js +3 -3
  38. package/dist/basic/Button.js.map +1 -1
  39. package/dist/basic/ButtonBar.d.ts +2 -2
  40. package/dist/basic/ButtonBar.d.ts.map +1 -1
  41. package/dist/basic/ButtonBar.js +5 -5
  42. package/dist/basic/ButtonBar.js.map +1 -1
  43. package/dist/basic/Calendar.d.ts +3 -4
  44. package/dist/basic/Calendar.d.ts.map +1 -1
  45. package/dist/basic/Calendar.js +15 -16
  46. package/dist/basic/Calendar.js.map +1 -1
  47. package/dist/basic/CheckBoxList.d.ts +1 -1
  48. package/dist/basic/CheckBoxList.d.ts.map +1 -1
  49. package/dist/basic/CheckBoxList.js +8 -8
  50. package/dist/basic/CheckBoxList.js.map +1 -1
  51. package/dist/basic/Checkbox.d.ts +1 -1
  52. package/dist/basic/Checkbox.d.ts.map +1 -1
  53. package/dist/basic/Checkbox.js +3 -3
  54. package/dist/basic/Checkbox.js.map +1 -1
  55. package/dist/basic/Chip.d.ts +2 -2
  56. package/dist/basic/Chip.d.ts.map +1 -1
  57. package/dist/basic/Chip.js +3 -3
  58. package/dist/basic/Chip.js.map +1 -1
  59. package/dist/basic/ComboBox.d.ts +1 -1
  60. package/dist/basic/ComboBox.d.ts.map +1 -1
  61. package/dist/basic/ComboBox.js +7 -7
  62. package/dist/basic/ComboBox.js.map +1 -1
  63. package/dist/basic/DataGrid.d.ts +3 -4
  64. package/dist/basic/DataGrid.d.ts.map +1 -1
  65. package/dist/basic/DataGrid.js +16 -17
  66. package/dist/basic/DataGrid.js.map +1 -1
  67. package/dist/basic/DateField.d.ts +2 -2
  68. package/dist/basic/DateField.d.ts.map +1 -1
  69. package/dist/basic/DateField.js +19 -19
  70. package/dist/basic/DateField.js.map +1 -1
  71. package/dist/basic/DropDown.d.ts +2 -2
  72. package/dist/basic/DropDown.d.ts.map +1 -1
  73. package/dist/basic/DropDown.js +11 -11
  74. package/dist/basic/DropDown.js.map +1 -1
  75. package/dist/basic/DropDownInput.d.ts +3 -3
  76. package/dist/basic/DropDownInput.d.ts.map +1 -1
  77. package/dist/basic/DropDownInput.js +12 -12
  78. package/dist/basic/DropDownInput.js.map +1 -1
  79. package/dist/basic/Editable.d.ts +1 -1
  80. package/dist/basic/Editable.d.ts.map +1 -1
  81. package/dist/basic/Editable.js +5 -5
  82. package/dist/basic/Editable.js.map +1 -1
  83. package/dist/basic/Expander.d.ts +1 -1
  84. package/dist/basic/Expander.d.ts.map +1 -1
  85. package/dist/basic/Expander.js +3 -3
  86. package/dist/basic/Expander.js.map +1 -1
  87. package/dist/basic/FilesDragDrop.js +5 -5
  88. package/dist/basic/FilesDragDrop.js.map +1 -1
  89. package/dist/basic/Form.d.ts +1 -1
  90. package/dist/basic/Form.d.ts.map +1 -1
  91. package/dist/basic/Form.js +7 -7
  92. package/dist/basic/Form.js.map +1 -1
  93. package/dist/basic/FormField.d.ts +1 -1
  94. package/dist/basic/FormField.d.ts.map +1 -1
  95. package/dist/basic/FormField.js +11 -11
  96. package/dist/basic/FormField.js.map +1 -1
  97. package/dist/basic/InlinePopup.d.ts +4 -4
  98. package/dist/basic/InlinePopup.d.ts.map +1 -1
  99. package/dist/basic/InlinePopup.js +12 -12
  100. package/dist/basic/InlinePopup.js.map +1 -1
  101. package/dist/basic/InlinePopupButton.d.ts +2 -2
  102. package/dist/basic/InlinePopupButton.d.ts.map +1 -1
  103. package/dist/basic/InlinePopupButton.js +7 -7
  104. package/dist/basic/InlinePopupButton.js.map +1 -1
  105. package/dist/basic/InlinePopupControl.d.ts +3 -3
  106. package/dist/basic/InlinePopupControl.d.ts.map +1 -1
  107. package/dist/basic/InlinePopupControl.js +3 -3
  108. package/dist/basic/InlinePopupControl.js.map +1 -1
  109. package/dist/basic/LimitedText.d.ts +1 -1
  110. package/dist/basic/LimitedText.d.ts.map +1 -1
  111. package/dist/basic/LimitedText.js +3 -3
  112. package/dist/basic/LimitedText.js.map +1 -1
  113. package/dist/basic/ListRepeater.d.ts +1 -1
  114. package/dist/basic/ListRepeater.d.ts.map +1 -1
  115. package/dist/basic/ListRepeater.js +3 -3
  116. package/dist/basic/ListRepeater.js.map +1 -1
  117. package/dist/basic/MaskedInput.d.ts +1 -1
  118. package/dist/basic/MaskedInput.d.ts.map +1 -1
  119. package/dist/basic/MaskedInput.js +3 -3
  120. package/dist/basic/MaskedInput.js.map +1 -1
  121. package/dist/basic/MaskedInputDiv.d.ts +1 -1
  122. package/dist/basic/MaskedInputDiv.d.ts.map +1 -1
  123. package/dist/basic/MaskedInputDiv.js +5 -5
  124. package/dist/basic/MaskedInputDiv.js.map +1 -1
  125. package/dist/basic/PasswordBox.d.ts +1 -1
  126. package/dist/basic/PasswordBox.d.ts.map +1 -1
  127. package/dist/basic/PasswordBox.js +3 -3
  128. package/dist/basic/PasswordBox.js.map +1 -1
  129. package/dist/basic/PinchZoomView.d.ts +1 -1
  130. package/dist/basic/PinchZoomView.d.ts.map +1 -1
  131. package/dist/basic/PinchZoomView.js +9 -9
  132. package/dist/basic/PinchZoomView.js.map +1 -1
  133. package/dist/basic/PopupButton.d.ts +2 -2
  134. package/dist/basic/PopupButton.d.ts.map +1 -1
  135. package/dist/basic/PopupButton.js +5 -5
  136. package/dist/basic/PopupButton.js.map +1 -1
  137. package/dist/basic/PopupMenu.d.ts +2 -2
  138. package/dist/basic/PopupMenu.d.ts.map +1 -1
  139. package/dist/basic/PopupMenu.js +3 -3
  140. package/dist/basic/PopupMenu.js.map +1 -1
  141. package/dist/basic/RadioButtonList.d.ts +1 -1
  142. package/dist/basic/RadioButtonList.d.ts.map +1 -1
  143. package/dist/basic/RadioButtonList.js +5 -5
  144. package/dist/basic/RadioButtonList.js.map +1 -1
  145. package/dist/basic/RefreshLock.d.ts +2 -2
  146. package/dist/basic/RefreshLock.d.ts.map +1 -1
  147. package/dist/basic/Resizable.d.ts +1 -1
  148. package/dist/basic/Resizable.d.ts.map +1 -1
  149. package/dist/basic/Resizable.js +9 -9
  150. package/dist/basic/Resizable.js.map +1 -1
  151. package/dist/basic/Select.d.ts +1 -1
  152. package/dist/basic/Select.d.ts.map +1 -1
  153. package/dist/basic/Select.js +5 -5
  154. package/dist/basic/Select.js.map +1 -1
  155. package/dist/basic/SortByButton.js +5 -5
  156. package/dist/basic/SortByButton.js.map +1 -1
  157. package/dist/basic/Swipe.d.ts +1 -1
  158. package/dist/basic/Swipe.d.ts.map +1 -1
  159. package/dist/basic/Swipe.js +3 -3
  160. package/dist/basic/Swipe.js.map +1 -1
  161. package/dist/basic/Switch.d.ts +1 -1
  162. package/dist/basic/Switch.d.ts.map +1 -1
  163. package/dist/basic/Switch.js +3 -3
  164. package/dist/basic/Switch.js.map +1 -1
  165. package/dist/basic/TableRepeater.d.ts +1 -1
  166. package/dist/basic/TableRepeater.d.ts.map +1 -1
  167. package/dist/basic/TableRepeater.js +5 -5
  168. package/dist/basic/TableRepeater.js.map +1 -1
  169. package/dist/basic/TimeEditor.d.ts +2 -2
  170. package/dist/basic/TimeEditor.d.ts.map +1 -1
  171. package/dist/basic/TimeEditor.js +13 -13
  172. package/dist/basic/TimeEditor.js.map +1 -1
  173. package/dist/basic/TitleEditor.d.ts +1 -1
  174. package/dist/basic/TitleEditor.d.ts.map +1 -1
  175. package/dist/basic/TitleEditor.js +3 -3
  176. package/dist/basic/TitleEditor.js.map +1 -1
  177. package/dist/basic/ToggleButtonBar.d.ts +1 -1
  178. package/dist/basic/ToggleButtonBar.d.ts.map +1 -1
  179. package/dist/basic/ToggleButtonBar.js +7 -7
  180. package/dist/basic/ToggleButtonBar.js.map +1 -1
  181. package/dist/basic/Tooltip.d.ts +1 -1
  182. package/dist/basic/Tooltip.d.ts.map +1 -1
  183. package/dist/basic/Tooltip.js +8 -8
  184. package/dist/basic/Tooltip.js.map +1 -1
  185. package/dist/basic/TypeWriter.js +9 -9
  186. package/dist/basic/TypeWriter.js.map +1 -1
  187. package/dist/basic/UploadEvent.js +15 -15
  188. package/dist/basic/UploadEvent.js.map +1 -1
  189. package/dist/basic/ZoomView.d.ts +1 -1
  190. package/dist/basic/ZoomView.d.ts.map +1 -1
  191. package/dist/basic/ZoomView.js +9 -9
  192. package/dist/basic/ZoomView.js.map +1 -1
  193. package/dist/basic/elements/AtomPopover.d.ts +4 -4
  194. package/dist/basic/elements/AtomPopover.d.ts.map +1 -1
  195. package/dist/basic/elements/AtomPopover.js +15 -15
  196. package/dist/basic/elements/AtomPopover.js.map +1 -1
  197. package/dist/button-bar/AtomButtonBar.d.ts +2 -2
  198. package/dist/button-bar/AtomButtonBar.d.ts.map +1 -1
  199. package/dist/button-bar/AtomButtonBar.js +3 -3
  200. package/dist/button-bar/AtomButtonBar.js.map +1 -1
  201. package/dist/buttons/AtomPopupButton.d.ts +1 -1
  202. package/dist/buttons/AtomPopupButton.d.ts.map +1 -1
  203. package/dist/buttons/AtomPopupButton.js +5 -5
  204. package/dist/buttons/AtomPopupButton.js.map +1 -1
  205. package/dist/buttons/AtomPopupButtonStyle.d.ts +2 -2
  206. package/dist/buttons/AtomPopupButtonStyle.d.ts.map +1 -1
  207. package/dist/buttons/AtomPopupButtonStyle.js +5 -5
  208. package/dist/buttons/AtomPopupButtonStyle.js.map +1 -1
  209. package/dist/calendar/AtomCalendar.d.ts +4 -4
  210. package/dist/calendar/AtomCalendar.d.ts.map +1 -1
  211. package/dist/calendar/AtomCalendar.js +17 -17
  212. package/dist/calendar/AtomCalendar.js.map +1 -1
  213. package/dist/calendar/AtomCalendarStyle.d.ts +3 -3
  214. package/dist/calendar/AtomCalendarStyle.d.ts.map +1 -1
  215. package/dist/calendar/AtomCalendarStyle.js +5 -5
  216. package/dist/calendar/AtomCalendarStyle.js.map +1 -1
  217. package/dist/calendar/CalendarViewModel.d.ts +2 -2
  218. package/dist/calendar/CalendarViewModel.d.ts.map +1 -1
  219. package/dist/calendar/CalendarViewModel.js +6 -6
  220. package/dist/calendar/CalendarViewModel.js.map +1 -1
  221. package/dist/calendar/res/SRCalendar.js +3 -3
  222. package/dist/calendar/res/SRCalendar.js.map +1 -1
  223. package/dist/calendar/res/en-US/SRCalendar.d.ts +1 -1
  224. package/dist/calendar/res/en-US/SRCalendar.d.ts.map +1 -1
  225. package/dist/calendar/res/en-US/SRCalendar.js +3 -3
  226. package/dist/calendar/res/en-US/SRCalendar.js.map +1 -1
  227. package/dist/data-grid/AtomColumn.d.ts +2 -2
  228. package/dist/data-grid/AtomColumn.d.ts.map +1 -1
  229. package/dist/data-grid/AtomColumn.js +5 -5
  230. package/dist/data-grid/AtomColumn.js.map +1 -1
  231. package/dist/data-grid/AtomDataGrid.d.ts +1 -1
  232. package/dist/data-grid/AtomDataGrid.d.ts.map +1 -1
  233. package/dist/data-grid/AtomDataGrid.js +13 -13
  234. package/dist/data-grid/AtomDataGrid.js.map +1 -1
  235. package/dist/data-grid/AtomDataGridStyle.d.ts +2 -2
  236. package/dist/data-grid/AtomDataGridStyle.d.ts.map +1 -1
  237. package/dist/data-grid/AtomDataGridStyle.js +5 -5
  238. package/dist/data-grid/AtomDataGridStyle.js.map +1 -1
  239. package/dist/data-grid/AtomDataGridViewModel.d.ts +2 -4
  240. package/dist/data-grid/AtomDataGridViewModel.d.ts.map +1 -1
  241. package/dist/data-grid/AtomDataGridViewModel.js +7 -12
  242. package/dist/data-grid/AtomDataGridViewModel.js.map +1 -1
  243. package/dist/data-grid/GridTemplate.d.ts +3 -3
  244. package/dist/data-grid/GridTemplate.d.ts.map +1 -1
  245. package/dist/data-grid/GridTemplate.js +3 -3
  246. package/dist/data-grid/GridTemplate.js.map +1 -1
  247. package/dist/data-pager/AtomDataPager.d.ts +4 -4
  248. package/dist/data-pager/AtomDataPager.d.ts.map +1 -1
  249. package/dist/data-pager/AtomDataPager.js +16 -16
  250. package/dist/data-pager/AtomDataPager.js.map +1 -1
  251. package/dist/date-field/AtomDateField.d.ts +3 -3
  252. package/dist/date-field/AtomDateField.d.ts.map +1 -1
  253. package/dist/date-field/AtomDateField.js +11 -11
  254. package/dist/date-field/AtomDateField.js.map +1 -1
  255. package/dist/desktop-app/DesktopApp.d.ts +2 -2
  256. package/dist/desktop-app/DesktopApp.d.ts.map +1 -1
  257. package/dist/desktop-app/DesktopApp.js +13 -13
  258. package/dist/desktop-app/DesktopApp.js.map +1 -1
  259. package/dist/desktop-app/MobileDesktopApp.d.ts +3 -3
  260. package/dist/desktop-app/MobileDesktopApp.d.ts.map +1 -1
  261. package/dist/desktop-app/MobileDesktopApp.js +10 -10
  262. package/dist/desktop-app/MobileDesktopApp.js.map +1 -1
  263. package/dist/dev/DevHost.d.ts +3 -3
  264. package/dist/dev/DevHost.d.ts.map +1 -1
  265. package/dist/dev/DevHost.js +19 -19
  266. package/dist/dev/DevHost.js.map +1 -1
  267. package/dist/form/AtomField.d.ts +3 -3
  268. package/dist/form/AtomField.d.ts.map +1 -1
  269. package/dist/form/AtomField.js +15 -15
  270. package/dist/form/AtomField.js.map +1 -1
  271. package/dist/form/AtomForm.d.ts +1 -1
  272. package/dist/form/AtomForm.d.ts.map +1 -1
  273. package/dist/form/AtomForm.js +7 -7
  274. package/dist/form/AtomForm.js.map +1 -1
  275. package/dist/form/AtomFormGroup.d.ts +1 -1
  276. package/dist/form/AtomFormGroup.d.ts.map +1 -1
  277. package/dist/form/AtomFormGroup.js +3 -3
  278. package/dist/form/AtomFormGroup.js.map +1 -1
  279. package/dist/form/AtomFormStyle.d.ts +2 -2
  280. package/dist/form/AtomFormStyle.d.ts.map +1 -1
  281. package/dist/form/AtomFormStyle.js +5 -5
  282. package/dist/form/AtomFormStyle.js.map +1 -1
  283. package/dist/form/HelpPopup.d.ts +1 -1
  284. package/dist/form/HelpPopup.d.ts.map +1 -1
  285. package/dist/form/HelpPopup.js +7 -7
  286. package/dist/form/HelpPopup.js.map +1 -1
  287. package/dist/html-editor/AtomHtmlEditor.d.ts +3 -3
  288. package/dist/html-editor/AtomHtmlEditor.d.ts.map +1 -1
  289. package/dist/html-editor/AtomHtmlEditor.js +59 -59
  290. package/dist/html-editor/AtomHtmlEditor.js.map +1 -1
  291. package/dist/html-editor/HtmlEditorCommands.d.ts +1 -1
  292. package/dist/html-editor/HtmlEditorCommands.d.ts.map +1 -1
  293. package/dist/html-editor/InlineHtmlEditor.d.ts +3 -3
  294. package/dist/html-editor/InlineHtmlEditor.d.ts.map +1 -1
  295. package/dist/html-editor/InlineHtmlEditor.js +14 -14
  296. package/dist/html-editor/InlineHtmlEditor.js.map +1 -1
  297. package/dist/html-editor/commands/AddImage.d.ts +2 -2
  298. package/dist/html-editor/commands/AddImage.d.ts.map +1 -1
  299. package/dist/html-editor/commands/AddImage.js +16 -16
  300. package/dist/html-editor/commands/AddImage.js.map +1 -1
  301. package/dist/html-editor/commands/AddLink.d.ts +1 -1
  302. package/dist/html-editor/commands/AddLink.js +18 -18
  303. package/dist/html-editor/commands/AddLink.js.map +1 -1
  304. package/dist/html-editor/commands/Align.d.ts +1 -1
  305. package/dist/html-editor/commands/Align.d.ts.map +1 -1
  306. package/dist/html-editor/commands/Align.js +8 -8
  307. package/dist/html-editor/commands/Align.js.map +1 -1
  308. package/dist/html-editor/commands/AttachFile.js +5 -5
  309. package/dist/html-editor/commands/AttachFile.js.map +1 -1
  310. package/dist/html-editor/commands/AttachImage.js +7 -7
  311. package/dist/html-editor/commands/AttachImage.js.map +1 -1
  312. package/dist/html-editor/commands/Bold.d.ts +1 -1
  313. package/dist/html-editor/commands/Bold.d.ts.map +1 -1
  314. package/dist/html-editor/commands/Bold.js +3 -3
  315. package/dist/html-editor/commands/Bold.js.map +1 -1
  316. package/dist/html-editor/commands/ChangeColor.js +7 -7
  317. package/dist/html-editor/commands/ChangeColor.js.map +1 -1
  318. package/dist/html-editor/commands/ChangeFont.js +8 -8
  319. package/dist/html-editor/commands/ChangeFont.js.map +1 -1
  320. package/dist/html-editor/commands/ChangeFontSize.d.ts +1 -1
  321. package/dist/html-editor/commands/ChangeFontSize.d.ts.map +1 -1
  322. package/dist/html-editor/commands/ChangeFontSize.js +8 -8
  323. package/dist/html-editor/commands/ChangeFontSize.js.map +1 -1
  324. package/dist/html-editor/commands/Command.d.ts +1 -1
  325. package/dist/html-editor/commands/Command.d.ts.map +1 -1
  326. package/dist/html-editor/commands/Command.js +5 -5
  327. package/dist/html-editor/commands/Command.js.map +1 -1
  328. package/dist/html-editor/commands/CommandButton.d.ts +1 -1
  329. package/dist/html-editor/commands/CommandButton.d.ts.map +1 -1
  330. package/dist/html-editor/commands/CommandButton.js +5 -5
  331. package/dist/html-editor/commands/CommandButton.js.map +1 -1
  332. package/dist/html-editor/commands/Headings.js +8 -8
  333. package/dist/html-editor/commands/Headings.js.map +1 -1
  334. package/dist/html-editor/commands/HorizontalRule.d.ts +1 -1
  335. package/dist/html-editor/commands/HorizontalRule.d.ts.map +1 -1
  336. package/dist/html-editor/commands/HorizontalRule.js +3 -3
  337. package/dist/html-editor/commands/HorizontalRule.js.map +1 -1
  338. package/dist/html-editor/commands/HtmlCommands.d.ts +1 -1
  339. package/dist/html-editor/commands/HtmlCommands.d.ts.map +1 -1
  340. package/dist/html-editor/commands/IndentLess.js +3 -3
  341. package/dist/html-editor/commands/IndentLess.js.map +1 -1
  342. package/dist/html-editor/commands/IndentMore.js +3 -3
  343. package/dist/html-editor/commands/IndentMore.js.map +1 -1
  344. package/dist/html-editor/commands/Italic.d.ts +1 -1
  345. package/dist/html-editor/commands/Italic.d.ts.map +1 -1
  346. package/dist/html-editor/commands/Italic.js +3 -3
  347. package/dist/html-editor/commands/Italic.js.map +1 -1
  348. package/dist/html-editor/commands/NumberedList.js +3 -3
  349. package/dist/html-editor/commands/NumberedList.js.map +1 -1
  350. package/dist/html-editor/commands/Quote.js +3 -3
  351. package/dist/html-editor/commands/Quote.js.map +1 -1
  352. package/dist/html-editor/commands/RemoveFormat.js +3 -3
  353. package/dist/html-editor/commands/RemoveFormat.js.map +1 -1
  354. package/dist/html-editor/commands/Separator.js +3 -3
  355. package/dist/html-editor/commands/Separator.js.map +1 -1
  356. package/dist/html-editor/commands/Source.js +14 -14
  357. package/dist/html-editor/commands/Source.js.map +1 -1
  358. package/dist/html-editor/commands/StrikeThrough.d.ts +1 -1
  359. package/dist/html-editor/commands/StrikeThrough.d.ts.map +1 -1
  360. package/dist/html-editor/commands/StrikeThrough.js +3 -3
  361. package/dist/html-editor/commands/StrikeThrough.js.map +1 -1
  362. package/dist/html-editor/commands/Toolbar.d.ts +1 -1
  363. package/dist/html-editor/commands/Toolbar.d.ts.map +1 -1
  364. package/dist/html-editor/commands/Toolbar.js +3 -3
  365. package/dist/html-editor/commands/Toolbar.js.map +1 -1
  366. package/dist/html-editor/commands/Underline.d.ts +1 -1
  367. package/dist/html-editor/commands/Underline.d.ts.map +1 -1
  368. package/dist/html-editor/commands/Underline.js +3 -3
  369. package/dist/html-editor/commands/Underline.js.map +1 -1
  370. package/dist/html-editor/commands/Unlink.d.ts +1 -1
  371. package/dist/html-editor/commands/Unlink.js +5 -5
  372. package/dist/html-editor/commands/Unlink.js.map +1 -1
  373. package/dist/html-editor/commands/UnorderedList.js +3 -3
  374. package/dist/html-editor/commands/UnorderedList.js.map +1 -1
  375. package/dist/mobile/pages/AtomPageFrame.d.ts +4 -4
  376. package/dist/mobile/pages/AtomPageFrame.d.ts.map +1 -1
  377. package/dist/mobile/pages/AtomPageFrame.js +15 -15
  378. package/dist/mobile/pages/AtomPageFrame.js.map +1 -1
  379. package/dist/mobile/pages/AtomPageFrameStyle.d.ts +3 -3
  380. package/dist/mobile/pages/AtomPageFrameStyle.d.ts.map +1 -1
  381. package/dist/mobile/pages/AtomPageFrameStyle.js +7 -7
  382. package/dist/mobile/pages/AtomPageFrameStyle.js.map +1 -1
  383. package/dist/mobile/pages/AtomPageFrameTemplate.d.ts +1 -1
  384. package/dist/mobile/pages/AtomPageFrameTemplate.d.ts.map +1 -1
  385. package/dist/mobile/pages/AtomPageFrameTemplate.js +9 -9
  386. package/dist/mobile/pages/AtomPageFrameTemplate.js.map +1 -1
  387. package/dist/mobile/pages/Page.d.ts +2 -2
  388. package/dist/mobile/pages/Page.d.ts.map +1 -1
  389. package/dist/mobile/pages/Page.js +5 -5
  390. package/dist/mobile/pages/Page.js.map +1 -1
  391. package/dist/mobile/pages/PageFrameViewModel.d.ts +3 -3
  392. package/dist/mobile/pages/PageFrameViewModel.d.ts.map +1 -1
  393. package/dist/mobile/pages/PageFrameViewModel.js +17 -17
  394. package/dist/mobile/pages/PageFrameViewModel.js.map +1 -1
  395. package/dist/mobile/pages/TitleTemplate.d.ts +1 -1
  396. package/dist/mobile/pages/TitleTemplate.d.ts.map +1 -1
  397. package/dist/mobile/pages/TitleTemplate.js +7 -7
  398. package/dist/mobile/pages/TitleTemplate.js.map +1 -1
  399. package/dist/mobile-app/BottomPopup.d.ts +5 -5
  400. package/dist/mobile-app/BottomPopup.d.ts.map +1 -1
  401. package/dist/mobile-app/BottomPopup.js +16 -16
  402. package/dist/mobile-app/BottomPopup.js.map +1 -1
  403. package/dist/mobile-app/MasterDetailPage.d.ts +2 -2
  404. package/dist/mobile-app/MasterDetailPage.d.ts.map +1 -1
  405. package/dist/mobile-app/MasterDetailPage.js +10 -10
  406. package/dist/mobile-app/MasterDetailPage.js.map +1 -1
  407. package/dist/mobile-app/MobileApp.d.ts +5 -5
  408. package/dist/mobile-app/MobileApp.d.ts.map +1 -1
  409. package/dist/mobile-app/MobileApp.js +33 -33
  410. package/dist/mobile-app/MobileApp.js.map +1 -1
  411. package/dist/player/AtomVideoPlayer.d.ts +1 -1
  412. package/dist/player/AtomVideoPlayer.d.ts.map +1 -1
  413. package/dist/player/AtomVideoPlayer.js +13 -13
  414. package/dist/player/AtomVideoPlayer.js.map +1 -1
  415. package/dist/player/TrackProgress.js +3 -3
  416. package/dist/player/TrackProgress.js.map +1 -1
  417. package/dist/time-field/AtomTimeField.d.ts +1 -1
  418. package/dist/time-field/AtomTimeField.d.ts.map +1 -1
  419. package/dist/time-field/AtomTimeField.js +17 -17
  420. package/dist/time-field/AtomTimeField.js.map +1 -1
  421. package/dist/time-field/AtomTimeFieldStyle.d.ts +2 -2
  422. package/dist/time-field/AtomTimeFieldStyle.d.ts.map +1 -1
  423. package/dist/time-field/AtomTimeFieldStyle.js +3 -3
  424. package/dist/time-field/AtomTimeFieldStyle.js.map +1 -1
  425. package/dist/toggle-view/AtomToggleView.d.ts +2 -2
  426. package/dist/toggle-view/AtomToggleView.d.ts.map +1 -1
  427. package/dist/toggle-view/AtomToggleView.js +9 -9
  428. package/dist/toggle-view/AtomToggleView.js.map +1 -1
  429. package/dist/tsconfig.tsbuildinfo +1 -1
  430. package/package.json +6 -5
  431. package/src/PageNavigator.ts +3 -3
  432. package/src/animations/Animations.ts +1 -1
  433. package/src/auto-complete/AppComboBoxViewModel.ts +3 -3
  434. package/src/auto-complete/AutoCompleteBox.tsx +14 -14
  435. package/src/auto-complete/AutoCompleteBoxStyle.ts +4 -4
  436. package/src/auto-complete/ItemHost.tsx +7 -7
  437. package/src/basic/AtomChips.tsx +9 -9
  438. package/src/basic/AtomRepeater.tsx +17 -17
  439. package/src/basic/AtomSuggestions.tsx +8 -8
  440. package/src/basic/Button.tsx +1 -1
  441. package/src/basic/ButtonBar.tsx +3 -3
  442. package/src/basic/Calendar.tsx +9 -9
  443. package/src/basic/CheckBoxList.tsx +3 -3
  444. package/src/basic/Checkbox.tsx +2 -2
  445. package/src/basic/Chip.tsx +2 -2
  446. package/src/basic/ComboBox.tsx +3 -3
  447. package/src/basic/DataGrid.tsx +9 -9
  448. package/src/basic/DateField.tsx +10 -10
  449. package/src/basic/DropDown.tsx +3 -3
  450. package/src/basic/DropDownInput.tsx +6 -6
  451. package/src/basic/Editable.tsx +3 -3
  452. package/src/basic/Expander.tsx +1 -1
  453. package/src/basic/FilesDragDrop.ts +2 -2
  454. package/src/basic/Form.tsx +3 -3
  455. package/src/basic/FormField.tsx +6 -6
  456. package/src/basic/InlinePopup.tsx +8 -8
  457. package/src/basic/InlinePopupButton.tsx +5 -5
  458. package/src/basic/InlinePopupControl.tsx +3 -3
  459. package/src/basic/LimitedText.tsx +1 -1
  460. package/src/basic/ListRepeater.tsx +2 -2
  461. package/src/basic/MaskedInput.tsx +2 -2
  462. package/src/basic/MaskedInputDiv.tsx +3 -3
  463. package/src/basic/PasswordBox.tsx +2 -2
  464. package/src/basic/PinchZoomView.tsx +4 -4
  465. package/src/basic/PopupButton.tsx +2 -2
  466. package/src/basic/PopupMenu.tsx +2 -2
  467. package/src/basic/RadioButtonList.tsx +2 -2
  468. package/src/basic/RefreshLock.ts +2 -2
  469. package/src/basic/Resizable.tsx +4 -4
  470. package/src/basic/Select.tsx +3 -3
  471. package/src/basic/SortByButton.tsx +3 -3
  472. package/src/basic/Swipe.tsx +1 -1
  473. package/src/basic/Switch.tsx +2 -2
  474. package/src/basic/TableRepeater.tsx +2 -2
  475. package/src/basic/TimeEditor.tsx +6 -6
  476. package/src/basic/TitleEditor.tsx +2 -2
  477. package/src/basic/ToggleButtonBar.tsx +3 -3
  478. package/src/basic/Tooltip.tsx +5 -5
  479. package/src/basic/TypeWriter.tsx +4 -4
  480. package/src/basic/UploadEvent.tsx +9 -9
  481. package/src/basic/ZoomView.tsx +4 -4
  482. package/src/basic/elements/AtomPopover.tsx +6 -6
  483. package/src/button-bar/AtomButtonBar.tsx +3 -3
  484. package/src/buttons/AtomPopupButton.ts +6 -6
  485. package/src/buttons/AtomPopupButtonStyle.ts +3 -3
  486. package/src/calendar/AtomCalendar.tsx +10 -10
  487. package/src/calendar/AtomCalendarStyle.ts +4 -4
  488. package/src/calendar/CalendarViewModel.ts +2 -2
  489. package/src/calendar/res/SRCalendar.ts +1 -1
  490. package/src/calendar/res/en-US/SRCalendar.ts +1 -1
  491. package/src/data-grid/AtomColumn.tsx +3 -3
  492. package/src/data-grid/AtomDataGrid.ts +6 -6
  493. package/src/data-grid/AtomDataGridStyle.ts +3 -3
  494. package/src/data-grid/AtomDataGridViewModel.ts +7 -7
  495. package/src/data-grid/GridTemplate.ts +5 -5
  496. package/src/data-pager/AtomDataPager.tsx +9 -9
  497. package/src/date-field/AtomDateField.tsx +6 -6
  498. package/src/desktop-app/DesktopApp.tsx +6 -6
  499. package/src/desktop-app/MobileDesktopApp.tsx +6 -6
  500. package/src/dev/DevHost.tsx +9 -9
  501. package/src/form/AtomField.tsx +9 -9
  502. package/src/form/AtomForm.ts +3 -3
  503. package/src/form/AtomFormGroup.ts +2 -2
  504. package/src/form/AtomFormStyle.ts +3 -3
  505. package/src/form/HelpPopup.tsx +3 -3
  506. package/src/html-editor/AtomHtmlEditor.tsx +29 -29
  507. package/src/html-editor/HtmlEditorCommands.tsx +1 -1
  508. package/src/html-editor/InlineHtmlEditor.tsx +7 -7
  509. package/src/html-editor/RangeEditor.tsx +1 -1
  510. package/src/html-editor/commands/AddImage.tsx +8 -8
  511. package/src/html-editor/commands/AddLink.tsx +9 -9
  512. package/src/html-editor/commands/Align.tsx +6 -6
  513. package/src/html-editor/commands/AttachFile.tsx +6 -6
  514. package/src/html-editor/commands/AttachImage.tsx +3 -3
  515. package/src/html-editor/commands/Bold.ts +1 -1
  516. package/src/html-editor/commands/ChangeColor.tsx +4 -4
  517. package/src/html-editor/commands/ChangeFont.tsx +4 -4
  518. package/src/html-editor/commands/ChangeFontSize.tsx +5 -5
  519. package/src/html-editor/commands/Command.tsx +3 -3
  520. package/src/html-editor/commands/CommandButton.tsx +4 -4
  521. package/src/html-editor/commands/Headings.tsx +4 -4
  522. package/src/html-editor/commands/HorizontalRule.tsx +1 -1
  523. package/src/html-editor/commands/HtmlCommands.ts +1 -1
  524. package/src/html-editor/commands/IndentLess.tsx +1 -1
  525. package/src/html-editor/commands/IndentMore.tsx +1 -1
  526. package/src/html-editor/commands/Italic.ts +1 -1
  527. package/src/html-editor/commands/NumberedList.tsx +1 -1
  528. package/src/html-editor/commands/Quote.tsx +1 -1
  529. package/src/html-editor/commands/RemoveFormat.tsx +1 -1
  530. package/src/html-editor/commands/Separator.tsx +1 -1
  531. package/src/html-editor/commands/Source.tsx +7 -7
  532. package/src/html-editor/commands/StrikeThrough.ts +1 -1
  533. package/src/html-editor/commands/Toolbar.tsx +1 -1
  534. package/src/html-editor/commands/Underline.ts +1 -1
  535. package/src/html-editor/commands/Unlink.tsx +2 -2
  536. package/src/html-editor/commands/UnorderedList.tsx +1 -1
  537. package/src/mobile/pages/AtomPageFrame.ts +9 -9
  538. package/src/mobile/pages/AtomPageFrameStyle.ts +4 -4
  539. package/src/mobile/pages/AtomPageFrameTemplate.tsx +5 -5
  540. package/src/mobile/pages/Page.ts +4 -4
  541. package/src/mobile/pages/PageFrameViewModel.ts +9 -9
  542. package/src/mobile/pages/TitleTemplate.tsx +3 -3
  543. package/src/mobile-app/BottomPopup.tsx +8 -8
  544. package/src/mobile-app/MasterDetailPage.tsx +4 -4
  545. package/src/mobile-app/MobileApp.tsx +25 -25
  546. package/src/player/AtomVideoPlayer.tsx +6 -6
  547. package/src/player/TrackProgress.tsx +1 -1
  548. package/src/tags.d.ts +1 -1
  549. package/src/time-field/AtomTimeField.tsx +10 -10
  550. package/src/time-field/AtomTimeFieldStyle.ts +2 -2
  551. package/src/toggle-view/AtomToggleView.tsx +5 -5
  552. package/tsconfig.esm.json +33 -0
@@ -1,6 +1,6 @@
1
- import Colors from "@web-atoms/core/dist/core/Colors";
2
- import { AtomStyle } from "@web-atoms/core/dist/web/styles/AtomStyle";
3
- import { IStyleDeclaration } from "@web-atoms/core/dist/web/styles/IStyleDeclaration";
1
+ import Colors from "@web-atoms/core/dist/core/Colors.js";
2
+ import { AtomStyle } from "@web-atoms/core/dist/web/styles/AtomStyle.js";
3
+ import { IStyleDeclaration } from "@web-atoms/core/dist/web/styles/IStyleDeclaration.js";
4
4
 
5
5
  export class AtomPopupButtonStyle extends AtomStyle {
6
6
 
@@ -1,12 +1,12 @@
1
- import Bind from "@web-atoms/core/dist/core/Bind";
2
- import {BindableProperty} from "@web-atoms/core/dist/core/BindableProperty";
3
- import XNode from "@web-atoms/core/dist/core/XNode";
4
- import {AtomComboBox} from "@web-atoms/core/dist/web/controls/AtomComboBox";
5
- import {AtomControl} from "@web-atoms/core/dist/web/controls/AtomControl";
6
- import {AtomItemsControl} from "@web-atoms/core/dist/web/controls/AtomItemsControl";
7
- import AtomCalendarStyle from "./AtomCalendarStyle";
8
- import CalendarViewModel from "./CalendarViewModel";
9
- import SRCalendar from "./res/SRCalendar";
1
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
2
+ import {BindableProperty} from "@web-atoms/core/dist/core/BindableProperty.js";
3
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
4
+ import {AtomComboBox} from "@web-atoms/core/dist/web/controls/AtomComboBox.js";
5
+ import {AtomControl} from "@web-atoms/core/dist/web/controls/AtomControl.js";
6
+ import {AtomItemsControl} from "@web-atoms/core/dist/web/controls/AtomItemsControl.js";
7
+ import AtomCalendarStyle from "./AtomCalendarStyle.js";
8
+ import CalendarViewModel from "./CalendarViewModel.js";
9
+ import SRCalendar from "./res/SRCalendar.js";
10
10
 
11
11
  const BindCalendar = Bind
12
12
  .forLocalViewModel<CalendarViewModel>();
@@ -27,7 +27,7 @@ export default class AtomCalendar extends AtomControl {
27
27
 
28
28
  public itemTemplate: any ;
29
29
 
30
- public localViewModel: CalendarViewModel;
30
+ declare public localViewModel: CalendarViewModel;
31
31
 
32
32
  protected srCalendar: SRCalendar;
33
33
 
@@ -1,7 +1,7 @@
1
- import Colors from "@web-atoms/core/dist/core/Colors";
2
- import { AtomStyle } from "@web-atoms/core/dist/web/styles/AtomStyle";
3
- import { AtomTheme } from "@web-atoms/core/dist/web/styles/AtomTheme";
4
- import { IStyleDeclaration } from "@web-atoms/core/dist/web/styles/IStyleDeclaration";
1
+ import Colors from "@web-atoms/core/dist/core/Colors.js";
2
+ import { AtomStyle } from "@web-atoms/core/dist/web/styles/AtomStyle.js";
3
+ import { AtomTheme } from "@web-atoms/core/dist/web/styles/AtomTheme.js";
4
+ import { IStyleDeclaration } from "@web-atoms/core/dist/web/styles/IStyleDeclaration.js";
5
5
 
6
6
  export default class AtomCalendarStyle extends AtomStyle {
7
7
 
@@ -1,5 +1,5 @@
1
- import { AtomViewModel, Watch } from "@web-atoms/core/dist/view-model/AtomViewModel";
2
- import DateTime from "@web-atoms/date-time/dist/DateTime";
1
+ import { AtomViewModel, Watch } from "@web-atoms/core/dist/view-model/AtomViewModel.js";
2
+ import DateTime from "@web-atoms/date-time/dist/DateTime.js";
3
3
 
4
4
  export interface ILabelValue {
5
5
  label?: string;
@@ -1,4 +1,4 @@
1
- import DISingleton from "@web-atoms/core/dist/di/DISingleton";
1
+ import DISingleton from "@web-atoms/core/dist/di/DISingleton.js";
2
2
 
3
3
  @DISingleton({
4
4
  inject: "./{lang}/SRCalendar"
@@ -1,4 +1,4 @@
1
- import SRCalendar from "../SRCalendar";
1
+ import SRCalendar from "../SRCalendar.js";
2
2
 
3
3
  export default class Calendar extends SRCalendar {
4
4
 
@@ -1,10 +1,10 @@
1
1
  // tslint:disable
2
2
  import Bind from "@web-atoms/core/dist/core/Bind"
3
3
  import XNode from "@web-atoms/core/dist/core/XNode"
4
- import {BindableProperty} from "@web-atoms/core/dist/core/BindableProperty";
5
- import {AtomControl} from "@web-atoms/core/dist/web/controls/AtomControl";
4
+ import {BindableProperty} from "@web-atoms/core/dist/core/BindableProperty.js";
5
+ import {AtomControl} from "@web-atoms/core/dist/web/controls/AtomControl.js";
6
6
 
7
- import FormattedString from "@web-atoms/core/dist/core/FormattedString";
7
+ import FormattedString from "@web-atoms/core/dist/core/FormattedString.js";
8
8
 
9
9
 
10
10
 
@@ -1,9 +1,9 @@
1
- import {BindableProperty} from "@web-atoms/core/dist/core/BindableProperty";
2
- import {AtomItemsControl} from "@web-atoms/core/dist/web/controls/AtomItemsControl";
3
- import AtomColumn from "./AtomColumn";
4
- import AtomDataGridStyle from "./AtomDataGridStyle";
5
- import AtomDataGridViewModel from "./AtomDataGridViewModel";
6
- import GridTemplate from "./GridTemplate";
1
+ import {BindableProperty} from "@web-atoms/core/dist/core/BindableProperty.js";
2
+ import {AtomItemsControl} from "@web-atoms/core/dist/web/controls/AtomItemsControl.js";
3
+ import AtomColumn from "./AtomColumn.js";
4
+ import AtomDataGridStyle from "./AtomDataGridStyle.js";
5
+ import AtomDataGridViewModel from "./AtomDataGridViewModel.js";
6
+ import GridTemplate from "./GridTemplate.js";
7
7
 
8
8
  declare var UMD: any;
9
9
  const moduleName = globalThis.filename;
@@ -1,6 +1,6 @@
1
- import Colors from "@web-atoms/core/dist/core/Colors";
2
- import { AtomStyle } from "@web-atoms/core/dist/web/styles/AtomStyle";
3
- import { IStyleDeclaration } from "@web-atoms/core/dist/web/styles/IStyleDeclaration";
1
+ import Colors from "@web-atoms/core/dist/core/Colors.js";
2
+ import { AtomStyle } from "@web-atoms/core/dist/web/styles/AtomStyle.js";
3
+ import { IStyleDeclaration } from "@web-atoms/core/dist/web/styles/IStyleDeclaration.js";
4
4
 
5
5
  export default class AtomDataGridStyle extends AtomStyle {
6
6
 
@@ -1,8 +1,8 @@
1
- import { App } from "@web-atoms/core/dist/App";
2
- import { Inject } from "@web-atoms/core/dist/di/Inject";
3
- import { AtomViewModel, Watch } from "@web-atoms/core/dist/view-model/AtomViewModel";
4
- import Load from "@web-atoms/core/dist/view-model/Load";
5
- import AtomColumn from "./AtomColumn";
1
+ import { App } from "@web-atoms/core/dist/App.js";
2
+ import { Inject } from "@web-atoms/core/dist/di/Inject.js";
3
+ import { AtomViewModel, Watch } from "@web-atoms/core/dist/view-model/AtomViewModel.js";
4
+ import Load from "@web-atoms/core/dist/view-model/Load.js";
5
+ import AtomColumn from "./AtomColumn.js";
6
6
 
7
7
  interface IDataGrid {
8
8
  columns: AtomColumn[];
@@ -13,8 +13,8 @@ export default class AtomDataGridViewModel extends AtomViewModel {
13
13
 
14
14
  public owner: IDataGrid;
15
15
 
16
- @Inject
17
- public app: App;
16
+ // @Inject
17
+ // public app: App;
18
18
 
19
19
  @Watch
20
20
  public watchInit() {
@@ -1,8 +1,8 @@
1
- import { App } from "@web-atoms/core/dist/App";
2
- import { AtomWatcher } from "@web-atoms/core/dist/core/AtomWatcher";
3
- import { IClassOf, IDisposable } from "@web-atoms/core/dist/core/types";
4
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
5
- import AtomColumn from "./AtomColumn";
1
+ import { App } from "@web-atoms/core/dist/App.js";
2
+ import { AtomWatcher } from "@web-atoms/core/dist/core/AtomWatcher.js";
3
+ import { IClassOf, IDisposable } from "@web-atoms/core/dist/core/types.js";
4
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
5
+ import AtomColumn from "./AtomColumn.js";
6
6
 
7
7
  interface IDataGrid {
8
8
  columns: AtomColumn[];
@@ -1,11 +1,11 @@
1
- import Bind from "@web-atoms/core/dist/core/Bind";
2
- import Colors from "@web-atoms/core/dist/core/Colors";
3
- import XNode from "@web-atoms/core/dist/core/XNode";
4
- import { AtomViewModel, Watch } from "@web-atoms/core/dist/view-model/AtomViewModel";
5
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
6
- import { AtomItemsControl } from "@web-atoms/core/dist/web/controls/AtomItemsControl";
7
- import { AtomStyle } from "@web-atoms/core/dist/web/styles/AtomStyle";
8
- import { IStyleDeclaration } from "@web-atoms/core/dist/web/styles/IStyleDeclaration";
1
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
2
+ import Colors from "@web-atoms/core/dist/core/Colors.js";
3
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
4
+ import { AtomViewModel, Watch } from "@web-atoms/core/dist/view-model/AtomViewModel.js";
5
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
6
+ import { AtomItemsControl } from "@web-atoms/core/dist/web/controls/AtomItemsControl.js";
7
+ import { AtomStyle } from "@web-atoms/core/dist/web/styles/AtomStyle.js";
8
+ import { IStyleDeclaration } from "@web-atoms/core/dist/web/styles/IStyleDeclaration.js";
9
9
 
10
10
  export class AtomDataPagerViewModel extends AtomViewModel {
11
11
 
@@ -67,7 +67,7 @@ export default class AtomDataPager extends AtomControl {
67
67
 
68
68
  public current: number;
69
69
 
70
- public localViewModel: AtomDataPagerViewModel;
70
+ declare public localViewModel: AtomDataPagerViewModel;
71
71
 
72
72
  public create() {
73
73
  this.defaultControlStyle = AtomDataPagerStyle;
@@ -1,9 +1,9 @@
1
- import Bind from "@web-atoms/core/dist/core/Bind";
2
- import {BindableProperty} from "@web-atoms/core/dist/core/BindableProperty";
3
- import XNode from "@web-atoms/core/dist/core/XNode";
4
- import AtomPopupButton from "../buttons/AtomPopupButton";
5
- import AtomCalendar from "../calendar/AtomCalendar";
6
- import SRCalendar from "../calendar/res/SRCalendar";
1
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
2
+ import {BindableProperty} from "@web-atoms/core/dist/core/BindableProperty.js";
3
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
4
+ import AtomPopupButton from "../buttons/AtomPopupButton.js";
5
+ import AtomCalendar from "../calendar/AtomCalendar.js";
6
+ import SRCalendar from "../calendar/res/SRCalendar.js";
7
7
 
8
8
  const shortDate = {
9
9
  year: "numeric",
@@ -1,11 +1,11 @@
1
- import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty";
2
- import XNode from "@web-atoms/core/dist/core/XNode";
3
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
4
- import { ChildEnumerator } from "@web-atoms/core/dist/web/core/AtomUI";
5
- import MobileApp from "../mobile-app/MobileApp";
1
+ import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty.js";
2
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
3
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
4
+ import { ChildEnumerator } from "@web-atoms/core/dist/web/core/AtomUI.js";
5
+ import MobileApp from "../mobile-app/MobileApp.js";
6
6
 
7
7
  import "../styles/desktop-app.global.css";
8
- import Action from "@web-atoms/core/dist/view-model/Action";
8
+ import Action from "@web-atoms/core/dist/view-model/Action.js";
9
9
 
10
10
  export default class DesktopApp extends AtomControl {
11
11
 
@@ -1,9 +1,9 @@
1
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
2
- import MobileApp, { Drawer } from "../mobile-app/MobileApp";
3
- import { isMobileView } from "../mobile-app/MobileApp";
4
- import DesktopApp from "./DesktopApp";
5
- import XNode from "@web-atoms/core/dist/core/XNode";
6
- import PopupService from "@web-atoms/core/dist/web/services/PopupService";
1
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
2
+ import MobileApp, { Drawer } from "../mobile-app/MobileApp.js";
3
+ import { isMobileView } from "../mobile-app/MobileApp.js";
4
+ import DesktopApp from "./DesktopApp.js";
5
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
6
+ import PopupService from "@web-atoms/core/dist/web/services/PopupService.js";
7
7
 
8
8
  const T = isMobileView ? MobileApp : DesktopApp;
9
9
 
@@ -1,16 +1,16 @@
1
1
  import Bind from "@web-atoms/core/dist/core/Bind"
2
2
  import XNode from "@web-atoms/core/dist/core/XNode"
3
- import { BaseService, Get, Query } from "@web-atoms/core/dist/services/http/RestService";
4
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
5
- import styled from "@web-atoms/core/dist/style/styled";
6
- import InjectProperty from "@web-atoms/core/dist/core/InjectProperty";
3
+ import { BaseService, Get, Query } from "@web-atoms/core/dist/services/http/RestService.js";
4
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
5
+ import styled from "@web-atoms/core/dist/style/styled.js";
6
+ import InjectProperty from "@web-atoms/core/dist/core/InjectProperty.js";
7
7
 
8
8
  import "@web-atoms/data-styles/data-styles";
9
- import { CancelToken } from "@web-atoms/core/dist/core/types";
10
- import Action from "@web-atoms/core/dist/view-model/Action";
11
- import DISingleton from "@web-atoms/core/dist/di/DISingleton";
12
- import AtomRepeater from "../basic/AtomRepeater";
13
- import ToggleButtonBar from "../basic/ToggleButtonBar";
9
+ import { CancelToken } from "@web-atoms/core/dist/core/types.js";
10
+ import Action from "@web-atoms/core/dist/view-model/Action.js";
11
+ import DISingleton from "@web-atoms/core/dist/di/DISingleton.js";
12
+ import AtomRepeater from "../basic/AtomRepeater.js";
13
+ import ToggleButtonBar from "../basic/ToggleButtonBar.js";
14
14
 
15
15
  import "./Devhost.global.css";
16
16
 
@@ -1,12 +1,12 @@
1
- import { AtomBinder } from "@web-atoms/core/dist/core/AtomBinder";
2
- import Bind from "@web-atoms/core/dist/core/Bind";
3
- import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty";
4
- import { IClassOf } from "@web-atoms/core/dist/core/types";
5
- import XNode from "@web-atoms/core/dist/core/XNode";
6
- import { NavigationService } from "@web-atoms/core/dist/services/NavigationService";
7
- import { AtomContentControl } from "@web-atoms/core/dist/web/controls/AtomContentControl";
8
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
9
- export { default as HP } from "./HelpPopup";
1
+ import { AtomBinder } from "@web-atoms/core/dist/core/AtomBinder.js";
2
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
3
+ import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty.js";
4
+ import { IClassOf } from "@web-atoms/core/dist/core/types.js";
5
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
6
+ import { NavigationService } from "@web-atoms/core/dist/services/NavigationService.js";
7
+ import { AtomContentControl } from "@web-atoms/core/dist/web/controls/AtomContentControl.js";
8
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
9
+ export { default as HP } from "./HelpPopup.js";
10
10
 
11
11
  let inputID = 0;
12
12
 
@@ -1,6 +1,6 @@
1
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
2
- import AtomFormStyle from "./AtomFormStyle";
3
- import { refreshInherited } from "@web-atoms/core/dist/core/Hacks";
1
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
2
+ import AtomFormStyle from "./AtomFormStyle.js";
3
+ import { refreshInherited } from "@web-atoms/core/dist/core/Hacks.js";
4
4
 
5
5
  export default class AtomForm extends AtomControl {
6
6
 
@@ -1,5 +1,5 @@
1
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
2
- import AtomForm from "./AtomForm";
1
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
2
+ import AtomForm from "./AtomForm.js";
3
3
 
4
4
  export default class AtomFormGroup extends AtomForm {
5
5
 
@@ -1,6 +1,6 @@
1
- import Colors, { ColorItem } from "@web-atoms/core/dist/core/Colors";
2
- import { AtomStyle } from "@web-atoms/core/dist/web/styles/AtomStyle";
3
- import { IStyleDeclaration } from "@web-atoms/core/dist/web/styles/IStyleDeclaration";
1
+ import Colors, { ColorItem } from "@web-atoms/core/dist/core/Colors.js";
2
+ import { AtomStyle } from "@web-atoms/core/dist/web/styles/AtomStyle.js";
3
+ import { IStyleDeclaration } from "@web-atoms/core/dist/web/styles/IStyleDeclaration.js";
4
4
 
5
5
  export default class AtomFormStyle extends AtomStyle {
6
6
 
@@ -1,6 +1,6 @@
1
- import Bind from "@web-atoms/core/dist/core/Bind";
2
- import XNode from "@web-atoms/core/dist/core/XNode";
3
- import {AtomControl} from "@web-atoms/core/dist/web/controls/AtomControl";
1
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
2
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
3
+ import {AtomControl} from "@web-atoms/core/dist/web/controls/AtomControl.js";
4
4
 
5
5
  export default class HelpPopup extends AtomControl {
6
6
 
@@ -1,32 +1,32 @@
1
- import { AtomBinder } from "@web-atoms/core/dist/core/AtomBinder";
2
- import Bind from "@web-atoms/core/dist/core/Bind";
3
- import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty";
4
- import XNode from "@web-atoms/core/dist/core/XNode";
5
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
6
- import AtomRepeater from "../basic/AtomRepeater";
7
- import AddImage, { showImageDialog } from "./commands/AddImage";
8
- import AddLink from "./commands/AddLink";
9
- import Align from "./commands/Align";
10
- import AttachFile from "./commands/AttachFile";
11
- import Bold from "./commands/Bold";
12
- import ChangeColor from "./commands/ChangeColor";
13
- import ChangeFont from "./commands/ChangeFont";
14
- import ChangeFontSize from "./commands/ChangeFontSize";
15
- import Headings from "./commands/Headings";
16
- import HorizontalRule from "./commands/HorizontalRule";
17
- import IndentLess from "./commands/IndentLess";
18
- import IndentMore from "./commands/IndentMore";
19
- import Italic from "./commands/Italic";
20
- import NumberedList from "./commands/NumberedList";
21
- import RemoveFormat from "./commands/RemoveFormat";
22
- import Separator from "./commands/Separator";
23
- import Source from "./commands/Source";
24
- import StrikeThrough from "./commands/StrikeThrough";
25
- import Underline from "./commands/Underline";
26
- import Unlink from "./commands/Unlink";
27
- import UnorderedList from "./commands/UnorderedList";
28
- import Toolbar from "./commands/Toolbar";
29
- export { default as Toolbar} from "./commands/Toolbar";
1
+ import { AtomBinder } from "@web-atoms/core/dist/core/AtomBinder.js";
2
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
3
+ import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty.js";
4
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
5
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
6
+ import AtomRepeater from "../basic/AtomRepeater.js";
7
+ import AddImage, { showImageDialog } from "./commands/AddImage.js";
8
+ import AddLink from "./commands/AddLink.js";
9
+ import Align from "./commands/Align.js";
10
+ import AttachFile from "./commands/AttachFile.js";
11
+ import Bold from "./commands/Bold.js";
12
+ import ChangeColor from "./commands/ChangeColor.js";
13
+ import ChangeFont from "./commands/ChangeFont.js";
14
+ import ChangeFontSize from "./commands/ChangeFontSize.js";
15
+ import Headings from "./commands/Headings.js";
16
+ import HorizontalRule from "./commands/HorizontalRule.js";
17
+ import IndentLess from "./commands/IndentLess.js";
18
+ import IndentMore from "./commands/IndentMore.js";
19
+ import Italic from "./commands/Italic.js";
20
+ import NumberedList from "./commands/NumberedList.js";
21
+ import RemoveFormat from "./commands/RemoveFormat.js";
22
+ import Separator from "./commands/Separator.js";
23
+ import Source from "./commands/Source.js";
24
+ import StrikeThrough from "./commands/StrikeThrough.js";
25
+ import Underline from "./commands/Underline.js";
26
+ import Unlink from "./commands/Unlink.js";
27
+ import UnorderedList from "./commands/UnorderedList.js";
28
+ import Toolbar from "./commands/Toolbar.js";
29
+ export { default as Toolbar} from "./commands/Toolbar.js";
30
30
 
31
31
  import "../styles/atom-html-editor.global.css";
32
32
 
@@ -1,4 +1,4 @@
1
- import { IRangeUpdate } from "./RangeEditor";
1
+ import { IRangeUpdate } from "./RangeEditor.js";
2
2
 
3
3
  export interface IHtmlEditorCommand {
4
4
  [key: string]: (e: IRangeUpdate) => void;
@@ -1,12 +1,12 @@
1
- import XNode from "@web-atoms/core/dist/core/XNode";
2
- import sleep from "@web-atoms/core/dist/core/sleep";
3
- import { CancelToken } from "@web-atoms/core/dist/core/types";
4
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
5
- import { ChildEnumerator, descendentElementIterator } from "@web-atoms/core/dist/web/core/AtomUI";
1
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
2
+ import sleep from "@web-atoms/core/dist/core/sleep.js";
3
+ import { CancelToken } from "@web-atoms/core/dist/core/types.js";
4
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
5
+ import { ChildEnumerator, descendentElementIterator } from "@web-atoms/core/dist/web/core/AtomUI.js";
6
6
 
7
7
  import "@web-atoms/data-styles/data-styles";
8
- import { showImageDialog } from "./commands/AddImage";
9
- import { FilesAvailableEventArgs } from "../basic/UploadEvent";
8
+ import { showImageDialog } from "./commands/AddImage.js";
9
+ import { FilesAvailableEventArgs } from "../basic/UploadEvent.js";
10
10
 
11
11
  import "../styles/inline-html-editor.global.css";
12
12
 
@@ -1,4 +1,4 @@
1
- import { ChildEnumerator, descendentElementIterator } from "@web-atoms/core/dist/web/core/AtomUI";
1
+ import { ChildEnumerator, descendentElementIterator } from "@web-atoms/core/dist/web/core/AtomUI.js";
2
2
 
3
3
  export const checkAnyParent = (check: (e: HTMLElement) => boolean) => (e: HTMLElement) => {
4
4
  while (e) {
@@ -1,11 +1,11 @@
1
- import Bind from "@web-atoms/core/dist/core/Bind";
2
- import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty";
3
- import XNode from "@web-atoms/core/dist/core/XNode";
4
- import PopupService, { PopupWindow } from "@web-atoms/core/dist/web/services/PopupService";
5
- import FormField from "../../basic/FormField";
6
- import type AtomHtmlEditor from "../AtomHtmlEditor";
7
- import CommandButton, { notSet } from "./CommandButton";
8
- import HtmlCommands from "./HtmlCommands";
1
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
2
+ import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty.js";
3
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
4
+ import PopupService, { PopupWindow } from "@web-atoms/core/dist/web/services/PopupService.js";
5
+ import FormField from "../../basic/FormField.js";
6
+ import type AtomHtmlEditor from "../AtomHtmlEditor.js";
7
+ import CommandButton, { notSet } from "./CommandButton.js";
8
+ import HtmlCommands from "./HtmlCommands.js";
9
9
 
10
10
  class ImageDialog extends PopupWindow {
11
11
 
@@ -1,12 +1,12 @@
1
- import Bind from "@web-atoms/core/dist/core/Bind";
2
- import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty";
3
- import XNode from "@web-atoms/core/dist/core/XNode";
4
- import { AtomToggleButtonBar } from "@web-atoms/core/dist/web/controls/AtomToggleButtonBar";
5
- import PopupService, { PopupWindow } from "@web-atoms/core/dist/web/services/PopupService";
6
- import FormField from "../../basic/FormField";
7
- import type AtomHtmlEditor from "../AtomHtmlEditor";
8
- import CommandButton, { notSet } from "./CommandButton";
9
- import HtmlCommands from "./HtmlCommands";
1
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
2
+ import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty.js";
3
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
4
+ import { AtomToggleButtonBar } from "@web-atoms/core/dist/web/controls/AtomToggleButtonBar.js";
5
+ import PopupService, { PopupWindow } from "@web-atoms/core/dist/web/services/PopupService.js";
6
+ import FormField from "../../basic/FormField.js";
7
+ import type AtomHtmlEditor from "../AtomHtmlEditor.js";
8
+ import CommandButton, { notSet } from "./CommandButton.js";
9
+ import HtmlCommands from "./HtmlCommands.js";
10
10
  import "./AddLink.local.css";
11
11
 
12
12
  const linkTypes = [
@@ -1,9 +1,9 @@
1
- import Bind from "@web-atoms/core/dist/core/Bind";
2
- import XNode from "@web-atoms/core/dist/core/XNode";
3
- import PopupButton, { MenuItem } from "../../basic/PopupButton";
4
- import type AtomHtmlEditor from "../AtomHtmlEditor";
5
- import { IPopupOptions } from "@web-atoms/core/dist/web/services/PopupService";
6
- import { IPopupButton } from "../../basic/InlinePopupButton";
1
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
2
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
3
+ import PopupButton, { MenuItem } from "../../basic/PopupButton.js";
4
+ import type AtomHtmlEditor from "../AtomHtmlEditor.js";
5
+ import { IPopupOptions } from "@web-atoms/core/dist/web/services/PopupService.js";
6
+ import { IPopupButton } from "../../basic/InlinePopupButton.js";
7
7
 
8
8
  export default function Align(a: IPopupButton) {
9
9
  return <PopupButton
@@ -1,9 +1,9 @@
1
- import XNode from "@web-atoms/core/dist/core/XNode";
2
- import AtomHtmlEditor from "../AtomHtmlEditor";
3
- import CommandButton from "./CommandButton";
4
- import HtmlCommands from "./HtmlCommands";
5
- import UploadEvent from "../../basic/UploadEvent";
6
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
1
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
2
+ import AtomHtmlEditor from "../AtomHtmlEditor.js";
3
+ import CommandButton from "./CommandButton.js";
4
+ import HtmlCommands from "./HtmlCommands.js";
5
+ import UploadEvent from "../../basic/UploadEvent.js";
6
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
7
7
 
8
8
  export default function AttachFile({
9
9
  accept = "image/*",
@@ -1,6 +1,6 @@
1
- import XNode from "@web-atoms/core/dist/core/XNode";
2
- import UploadEvent, { FilesAvailableEventArgs } from "../../basic/UploadEvent";
3
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
1
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
2
+ import UploadEvent, { FilesAvailableEventArgs } from "../../basic/UploadEvent.js";
3
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
4
4
 
5
5
  const onAttachImage = async (ce: FilesAvailableEventArgs) => {
6
6
  const c = AtomControl.from(ce.target) as any;
@@ -1,4 +1,4 @@
1
- import Command, { ICommand } from "./Command";
1
+ import Command, { ICommand } from "./Command.js";
2
2
 
3
3
  export default function Bold(cmd: ICommand) {
4
4
  return Command({
@@ -1,7 +1,7 @@
1
- import Bind from "@web-atoms/core/dist/core/Bind";
2
- import XNode from "@web-atoms/core/dist/core/XNode";
3
- import PopupButton from "../../basic/PopupButton";
4
- import type AtomHtmlEditor from "../AtomHtmlEditor";
1
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
2
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
3
+ import PopupButton from "../../basic/PopupButton.js";
4
+ import type AtomHtmlEditor from "../AtomHtmlEditor.js";
5
5
  import "./ChangeColor.local.css";
6
6
  const gray = [
7
7
  "rgb(0,0,0)",
@@ -1,7 +1,7 @@
1
- import Bind from "@web-atoms/core/dist/core/Bind";
2
- import XNode from "@web-atoms/core/dist/core/XNode";
3
- import PopupButton, { MenuItem } from "../../basic/PopupButton";
4
- import type AtomHtmlEditor from "../AtomHtmlEditor";
1
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
2
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
3
+ import PopupButton, { MenuItem } from "../../basic/PopupButton.js";
4
+ import type AtomHtmlEditor from "../AtomHtmlEditor.js";
5
5
  import "./ChangeFont.local.css";
6
6
 
7
7
  const fontMenuCSS = "web-controls-html-editor-change-font";
@@ -1,8 +1,8 @@
1
- import Bind from "@web-atoms/core/dist/core/Bind";
2
- import XNode from "@web-atoms/core/dist/core/XNode";
3
- import PopupButton, { MenuItem } from "../../basic/PopupButton";
4
- import type AtomHtmlEditor from "../AtomHtmlEditor";
5
- import Command, { ICommand } from "./Command";
1
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
2
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
3
+ import PopupButton, { MenuItem } from "../../basic/PopupButton.js";
4
+ import type AtomHtmlEditor from "../AtomHtmlEditor.js";
5
+ import Command, { ICommand } from "./Command.js";
6
6
 
7
7
  export default function ChangeFontSize(cmd: ICommand) {
8
8
  return <PopupButton
@@ -1,6 +1,6 @@
1
- import Bind from "@web-atoms/core/dist/core/Bind";
2
- import XNode from "@web-atoms/core/dist/core/XNode";
3
- import type AtomHtmlEditor from "../AtomHtmlEditor";
1
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
2
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
3
+ import type AtomHtmlEditor from "../AtomHtmlEditor.js";
4
4
 
5
5
  export interface ICommand {
6
6
  label?: string;
@@ -1,7 +1,7 @@
1
- import Bind from "@web-atoms/core/dist/core/Bind";
2
- import XNode from "@web-atoms/core/dist/core/XNode";
3
- import type AtomHtmlEditor from "../AtomHtmlEditor";
4
- import { IHtmlCommand } from "./HtmlCommands";
1
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
2
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
3
+ import type AtomHtmlEditor from "../AtomHtmlEditor.js";
4
+ import { IHtmlCommand } from "./HtmlCommands.js";
5
5
 
6
6
  export interface ICommandButton {
7
7
  icon?: string;