@web-atoms/web-controls 2.5.37 → 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 +13 -16
  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 +7 -7
  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 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;
@@ -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
 
6
6
  export default function Headings() {
7
7
  return <PopupButton
@@ -1,4 +1,4 @@
1
- import Command, { ICommand } from "./Command";
1
+ import Command, { ICommand } from "./Command.js";
2
2
 
3
3
  export default function HorizontalRule(cmd: ICommand) {
4
4
  return Command({
@@ -1,4 +1,4 @@
1
- import type AtomHtmlEditor from "../AtomHtmlEditor";
1
+ import type AtomHtmlEditor from "../AtomHtmlEditor.js";
2
2
 
3
3
  function query(name: keyof typeof HtmlCommands): IHtmlCommand {
4
4
  return {
@@ -1,4 +1,4 @@
1
- import Command from "./Command";
1
+ import Command from "./Command.js";
2
2
 
3
3
  export default function IndentLess(cmd: any) {
4
4
  return Command({
@@ -1,4 +1,4 @@
1
- import Command from "./Command";
1
+ import Command from "./Command.js";
2
2
 
3
3
  export default function IndentMore(cmd: any) {
4
4
  return Command({
@@ -1,4 +1,4 @@
1
- import Command, { ICommand } from "./Command";
1
+ import Command, { ICommand } from "./Command.js";
2
2
 
3
3
  export default function Italic(cmd: ICommand) {
4
4
  return Command({
@@ -1,4 +1,4 @@
1
- import Command from "./Command";
1
+ import Command from "./Command.js";
2
2
 
3
3
  export default function NumberedList(cmd: any) {
4
4
  return Command({
@@ -1,4 +1,4 @@
1
- import Command from "./Command";
1
+ import Command from "./Command.js";
2
2
 
3
3
  export default function IndentMore(cmd: any) {
4
4
  return Command({
@@ -1,4 +1,4 @@
1
- import Command from "./Command";
1
+ import Command from "./Command.js";
2
2
 
3
3
  export default function RemoveFormat(cmd: any) {
4
4
  return Command({
@@ -1,4 +1,4 @@
1
- import XNode from "@web-atoms/core/dist/core/XNode";
1
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
2
2
 
3
3
  import "./Separator.global.css";
4
4
 
@@ -1,10 +1,10 @@
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 type AtomHtmlEditor from "../AtomHtmlEditor";
6
- import CommandButton from "./CommandButton";
7
- 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 type AtomHtmlEditor from "../AtomHtmlEditor.js";
6
+ import CommandButton from "./CommandButton.js";
7
+ import HtmlCommands from "./HtmlCommands.js";
8
8
  import "./Source.local.css";
9
9
 
10
10
  const css = "web-controls-html-editor-source";
@@ -1,4 +1,4 @@
1
- import Command, { ICommand } from "./Command";
1
+ import Command, { ICommand } from "./Command.js";
2
2
 
3
3
  export default function StrikeThrough(cmd: ICommand) {
4
4
  return Command({
@@ -1,4 +1,4 @@
1
- import XNode from "@web-atoms/core/dist/core/XNode";
1
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
2
2
 
3
3
  import "../../styles/html-editor-toolbar.global.css";
4
4
 
@@ -1,4 +1,4 @@
1
- import Command, { ICommand } from "./Command";
1
+ import Command, { ICommand } from "./Command.js";
2
2
 
3
3
  export default function Underline(cmd: ICommand) {
4
4
  return Command({
@@ -1,5 +1,5 @@
1
- import CommandButton from "./CommandButton";
2
- import HtmlCommands from "./HtmlCommands";
1
+ import CommandButton from "./CommandButton.js";
2
+ import HtmlCommands from "./HtmlCommands.js";
3
3
 
4
4
  export default function Unlink({
5
5
  insertCommand = HtmlCommands.unlink
@@ -1,4 +1,4 @@
1
- import Command from "./Command";
1
+ import Command from "./Command.js";
2
2
 
3
3
  export default function UnorderedList(cmd: any) {
4
4
  return Command({
@@ -1,12 +1,12 @@
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 { AtomFrame } from "@web-atoms/core/dist/web/controls/AtomFrame";
5
- import AtomPageFrameTemplate from "./AtomPageFrameTemplate";
6
- import Page from "./Page";
7
- import PageFrameViewModel from "./PageFrameViewModel";
8
- import TitleTemplate from "./TitleTemplate";
9
- import { refreshInherited } from "@web-atoms/core/dist/core/Hacks";
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 { AtomFrame } from "@web-atoms/core/dist/web/controls/AtomFrame.js";
5
+ import AtomPageFrameTemplate from "./AtomPageFrameTemplate.js";
6
+ import Page from "./Page.js";
7
+ import PageFrameViewModel from "./PageFrameViewModel.js";
8
+ import TitleTemplate from "./TitleTemplate.js";
9
+ import { refreshInherited } from "@web-atoms/core/dist/core/Hacks.js";
10
10
 
11
11
  export default class AtomPageFrame extends AtomFrame {
12
12
 
@@ -1,7 +1,7 @@
1
- import Colors from "@web-atoms/core/dist/core/Colors";
2
- import AtomFrameStyle from "@web-atoms/core/dist/web/styles/AtomFrameStyle";
3
- import { AtomStyle } from "@web-atoms/core/dist/web/styles/AtomStyle";
4
- import { IStyleDeclaration } from "@web-atoms/core/dist/web/styles/IStyleDeclaration";
1
+ import Colors from "@web-atoms/core/dist/core/Colors.js";
2
+ import AtomFrameStyle from "@web-atoms/core/dist/web/styles/AtomFrameStyle.js";
3
+ import { AtomStyle } from "@web-atoms/core/dist/web/styles/AtomStyle.js";
4
+ import { IStyleDeclaration } from "@web-atoms/core/dist/web/styles/IStyleDeclaration.js";
5
5
 
6
6
  export default class AtomPageFrameStyle extends AtomStyle {
7
7
 
@@ -1,8 +1,8 @@
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 {AtomControl} from "@web-atoms/core/dist/web/controls/AtomControl";
5
- import AtomPageFrameStyle, { FrameStyle } from "./AtomPageFrameStyle";
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 {AtomControl} from "@web-atoms/core/dist/web/controls/AtomControl.js";
5
+ import AtomPageFrameStyle, { FrameStyle } from "./AtomPageFrameStyle.js";
6
6
 
7
7
  export default class AtomPageFrameTemplate extends AtomControl {
8
8
 
@@ -1,7 +1,7 @@
1
- import { App } from "@web-atoms/core/dist/App";
2
- import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty";
3
- import XNode from "@web-atoms/core/dist/core/XNode";
4
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
1
+ import { App } from "@web-atoms/core/dist/App.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 { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
5
5
 
6
6
  export default class Page extends AtomControl {
7
7
 
@@ -1,12 +1,12 @@
1
- import { Atom } from "@web-atoms/core/dist/Atom";
2
- import { AtomBinder } from "@web-atoms/core/dist/core/AtomBinder";
3
- import { AtomUri } from "@web-atoms/core/dist/core/AtomUri";
4
- import { CancelToken } from "@web-atoms/core/dist/core/types";
5
- import { Inject } from "@web-atoms/core/dist/di/Inject";
6
- import { NavigationService } from "@web-atoms/core/dist/services/NavigationService";
7
- import { AtomViewModel, Receive, Watch } from "@web-atoms/core/dist/view-model/AtomViewModel";
8
- import bindUrlParameter from "@web-atoms/core/dist/view-model/bindUrlParameter";
9
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
1
+ import { Atom } from "@web-atoms/core/dist/Atom.js";
2
+ import { AtomBinder } from "@web-atoms/core/dist/core/AtomBinder.js";
3
+ import { AtomUri } from "@web-atoms/core/dist/core/AtomUri.js";
4
+ import { CancelToken } from "@web-atoms/core/dist/core/types.js";
5
+ import { Inject } from "@web-atoms/core/dist/di/Inject.js";
6
+ import { NavigationService } from "@web-atoms/core/dist/services/NavigationService.js";
7
+ import { AtomViewModel, Receive, Watch } from "@web-atoms/core/dist/view-model/AtomViewModel.js";
8
+ import bindUrlParameter from "@web-atoms/core/dist/view-model/bindUrlParameter.js";
9
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
10
10
 
11
11
  declare var dotNet: any;
12
12
 
@@ -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 TitleTemplate extends AtomControl {
6
6
 
@@ -1,11 +1,11 @@
1
- import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty";
2
- import { CancelToken } from "@web-atoms/core/dist/core/types";
3
- import XNode from "@web-atoms/core/dist/core/XNode";
4
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
5
- import { ChildEnumerator } from "@web-atoms/core/dist/web/core/AtomUI";
6
- import PopupService, { IPopupOptions, PopupControl, PopupWindow } from "@web-atoms/core/dist/web/services/PopupService";
7
- export * as zDoNotUse from "../animations/Animations";
8
- import MobileApp from "./MobileApp";
1
+ import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty.js";
2
+ import { CancelToken } from "@web-atoms/core/dist/core/types.js";
3
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
4
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
5
+ import { ChildEnumerator } from "@web-atoms/core/dist/web/core/AtomUI.js";
6
+ import PopupService, { IPopupOptions, PopupControl, PopupWindow } from "@web-atoms/core/dist/web/services/PopupService.js";
7
+ export * as zDoNotUse from "../animations/Animations.js";
8
+ import MobileApp from "./MobileApp.js";
9
9
 
10
10
  import "./bottom-popup.global.css";
11
11
 
@@ -1,7 +1,7 @@
1
- import PageNavigator, { Page } from "../PageNavigator";
2
- import { ContentPage, isMobileView } from "./MobileApp";
3
- import { descendentElementIterator } from "@web-atoms/core/dist/web/core/AtomUI";
4
- import AtomRepeater from "../basic/AtomRepeater";
1
+ import PageNavigator, { Page } from "../PageNavigator.js";
2
+ import { ContentPage, isMobileView } from "./MobileApp.js";
3
+ import { descendentElementIterator } from "@web-atoms/core/dist/web/core/AtomUI.js";
4
+ import AtomRepeater from "../basic/AtomRepeater.js";
5
5
 
6
6
  import "./MasterDetailPage.global.css";
7
7
 
@@ -1,20 +1,20 @@
1
- import { AtomLoader } from "@web-atoms/core/dist/core/AtomLoader";
2
- import { AtomUri } from "@web-atoms/core/dist/core/AtomUri";
3
- import sleep from "@web-atoms/core/dist/core/sleep";
4
- import XNode from "@web-atoms/core/dist/core/XNode";
5
- import { NavigationService } from "@web-atoms/core/dist/services/NavigationService";
6
- import { AtomWindowViewModel } from "@web-atoms/core/dist/view-model/AtomWindowViewModel";
7
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
8
- import PopupService, { IDialogOptions, PopupWindow } from "@web-atoms/core/dist/web/services/PopupService";
9
- import PageNavigator from "../PageNavigator";
10
- import { StringHelper } from "@web-atoms/core/dist/core/StringHelper";
11
- import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty";
12
- import { AtomDisposableList } from "@web-atoms/core/dist/core/AtomDisposableList";
13
- import Bind from "@web-atoms/core/dist/core/Bind";
14
- import { CancelToken, IDisposable } from "@web-atoms/core/dist/core/types";
15
- import { AncestorEnumerator, ChildEnumerator } from "@web-atoms/core/dist/web/core/AtomUI";
16
- import { displayRouteSymbol, routeSymbol } from "@web-atoms/core/dist/core/Command";
17
- import Route from "@web-atoms/core/dist/core/Route";
1
+ import { AtomLoader } from "@web-atoms/core/dist/core/AtomLoader.js";
2
+ import { AtomUri } from "@web-atoms/core/dist/core/AtomUri.js";
3
+ import sleep from "@web-atoms/core/dist/core/sleep.js";
4
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
5
+ import { NavigationService } from "@web-atoms/core/dist/services/NavigationService.js";
6
+ import { AtomWindowViewModel } from "@web-atoms/core/dist/view-model/AtomWindowViewModel.js";
7
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
8
+ import PopupService, { IDialogOptions, PopupWindow } from "@web-atoms/core/dist/web/services/PopupService.js";
9
+ import PageNavigator from "../PageNavigator.js";
10
+ import { StringHelper } from "@web-atoms/core/dist/core/StringHelper.js";
11
+ import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty.js";
12
+ import { AtomDisposableList } from "@web-atoms/core/dist/core/AtomDisposableList.js";
13
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
14
+ import { CancelToken, IDisposable } from "@web-atoms/core/dist/core/types.js";
15
+ import { AncestorEnumerator, ChildEnumerator } from "@web-atoms/core/dist/web/core/AtomUI.js";
16
+ import { displayRouteSymbol, routeSymbol } from "@web-atoms/core/dist/core/Command.js";
17
+ import Route from "@web-atoms/core/dist/core/Route.js";
18
18
 
19
19
  import "./MobileApp.global.css";
20
20
 
@@ -527,7 +527,7 @@ delete (BasePage.prototype as any).init;
527
527
 
528
528
  export class ContentPage<T = any, TResult = any> extends BasePage {
529
529
  public parameters: T;
530
- public close: (result: TResult) => any;
530
+ declare public close: (result: TResult) => any;
531
531
  }
532
532
 
533
533
  export type InputOf<T extends ContentPage> = T extends ContentPage<infer T> ? T : any;
@@ -796,21 +796,21 @@ const root = (isMobileView ? ContentPage : PopupWindowEx) as typeof AtomControl;
796
796
  export class PopupWindowPage<TIn = any, TOut = any> extends (root as any as typeof ContentPage) {
797
797
 
798
798
 
799
- public parameters: TIn;
799
+ declare public parameters: TIn;
800
800
 
801
801
  public static dialogOptions: IDialogOptions;
802
802
 
803
- public close: (r: TOut) => void;
803
+ declare public close: (r: TOut) => void;
804
804
 
805
- public cancel: (error?: any) => void;
805
+ declare public cancel: (error?: any) => void;
806
806
 
807
- public title: string;
807
+ declare public title: string;
808
808
 
809
- public headerRenderer: () => XNode;
809
+ declare public headerRenderer: () => XNode;
810
810
 
811
- public footerRenderer: () => XNode;
811
+ declare public footerRenderer: () => XNode;
812
812
 
813
- public titleRenderer: () => XNode;
813
+ declare public titleRenderer: () => XNode;
814
814
 
815
815
 
816
816
  }
@@ -1,9 +1,9 @@
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 { ChildEnumerator } from "@web-atoms/core/dist/web/core/AtomUI";
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 { ChildEnumerator } from "@web-atoms/core/dist/web/core/AtomUI.js";
7
7
 
8
8
  // check if it is a mobile..
9
9
  const isTouchEnabled = /android|iPhone|iPad/i.test(navigator.userAgent);
@@ -1,4 +1,4 @@
1
- import XNode from "@web-atoms/core/dist/core/XNode";
1
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
2
2
 
3
3
  import "../styles/track-progress.global.css";
4
4
 
package/src/tags.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /* eslint-disable @typescript-eslint/naming-convention */
2
- namespace JSX {
2
+ declare namespace JSX {
3
3
  interface IntrinsicElements {
4
4
  "data-list-input": any;
5
5
  "sort-by-button": any;
@@ -1,13 +1,13 @@
1
- import Bind from "@web-atoms/core/dist/core/Bind";
2
- import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty";
3
- import { PropertyBinding } from "@web-atoms/core/dist/core/PropertyBinding";
4
- import XNode from "@web-atoms/core/dist/core/XNode";
5
- import { AtomViewModel } from "@web-atoms/core/dist/view-model/AtomViewModel";
6
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
7
- import { AtomToggleButtonBar } from "@web-atoms/core/dist/web/controls/AtomToggleButtonBar";
8
- import DateTime from "@web-atoms/date-time/dist/DateTime";
9
- import TimeSpan from "@web-atoms/date-time/dist/TimeSpan";
10
- import AtomTimeFieldStyle from "./AtomTimeFieldStyle";
1
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
2
+ import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty.js";
3
+ import { PropertyBinding } from "@web-atoms/core/dist/core/PropertyBinding.js";
4
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
5
+ import { AtomViewModel } from "@web-atoms/core/dist/view-model/AtomViewModel.js";
6
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
7
+ import { AtomToggleButtonBar } from "@web-atoms/core/dist/web/controls/AtomToggleButtonBar.js";
8
+ import DateTime from "@web-atoms/date-time/dist/DateTime.js";
9
+ import TimeSpan from "@web-atoms/date-time/dist/TimeSpan.js";
10
+ import AtomTimeFieldStyle from "./AtomTimeFieldStyle.js";
11
11
 
12
12
  const zones = [
13
13
  { label: "AM", value: "AM" },
@@ -1,5 +1,5 @@
1
- import { AtomStyle } from "@web-atoms/core/dist/web/styles/AtomStyle";
2
- import { IStyleDeclaration } from "@web-atoms/core/dist/web/styles/IStyleDeclaration";
1
+ import { AtomStyle } from "@web-atoms/core/dist/web/styles/AtomStyle.js";
2
+ import { IStyleDeclaration } from "@web-atoms/core/dist/web/styles/IStyleDeclaration.js";
3
3
 
4
4
  export default class AtomTimeFieldStyle extends AtomStyle {
5
5
 
@@ -1,10 +1,10 @@
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";
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
4
 
5
5
  import "../basic/styles/toggle-view.global.css";
6
- import IElement from "../basic/IElement";
7
- import Action from "@web-atoms/core/dist/view-model/Action";
6
+ import IElement from "../basic/IElement.js";
7
+ import Action from "@web-atoms/core/dist/view-model/Action.js";
8
8
 
9
9
 
10
10
  export interface IToggleView {
@@ -0,0 +1,33 @@
1
+ {
2
+ "compilerOptions": {
3
+ "target": "es2022",
4
+ "module":"es2022",
5
+ "incremental": true,
6
+ "sourceMap": true,
7
+ "declaration": true,
8
+ "declarationMap": true,
9
+ "moduleResolution": "bundler",
10
+ "outDir": "dist-esm",
11
+ "downlevelIteration": false,
12
+ "experimentalDecorators": true,
13
+ "emitDecoratorMetadata": true,
14
+ "allowSyntheticDefaultImports": true,
15
+ "removeComments": true,
16
+ "importHelpers": true,
17
+ "jsx": "react",
18
+ "jsxFactory": "XNode.create",
19
+ "lib": [
20
+ "es6",
21
+ "dom",
22
+ "ESNext.Disposable",
23
+ "ES2021.WeakRef"
24
+ ]
25
+ },
26
+ "include": [
27
+ "src/**/*"
28
+ ],
29
+ "exclude": [
30
+ "node_modules",
31
+ "tests"
32
+ ]
33
+ }