@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,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 "./Button.local.css";
4
4
 
@@ -1,6 +1,6 @@
1
- import XNode, { constructorNeedsArgumentsSymbol, IElementAttributes } from "@web-atoms/core/dist/core/XNode";
2
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
3
- import IElement from "./IElement";
1
+ import XNode, { constructorNeedsArgumentsSymbol, IElementAttributes } from "@web-atoms/core/dist/core/XNode.js";
2
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
3
+ import IElement from "./IElement.js";
4
4
 
5
5
  import "./ButtonBar.global.css";
6
6
 
@@ -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 WatchProperty from "@web-atoms/core/dist/core/WatchProperty";
4
- import XNode from "@web-atoms/core/dist/core/XNode";
5
- import DateTime from "@web-atoms/date-time/dist/DateTime";
6
- import AtomRepeater from "./AtomRepeater";
7
- import Select from "./Select";
1
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
2
+ import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty.js";
3
+ import WatchProperty from "@web-atoms/core/dist/core/WatchProperty.js";
4
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
5
+ import DateTime from "@web-atoms/date-time/dist/DateTime.js";
6
+ import AtomRepeater from "./AtomRepeater.js";
7
+ import Select from "./Select.js";
8
8
 
9
9
  import "./styles/calendar.global.css";
10
10
 
@@ -98,8 +98,8 @@ export default class Calendar extends AtomRepeater {
98
98
  }
99
99
  }
100
100
 
101
- @BindableProperty
102
- public enableFunc: (item: ICalendarDate) => boolean;
101
+ // @BindableProperty
102
+ // public enableFunc: (item: ICalendarDate) => boolean;
103
103
 
104
104
  @BindableProperty
105
105
  public dateRenderer: (item: ICalendarDate) => XNode;
@@ -1,6 +1,6 @@
1
- import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty";
2
- import XNode from "@web-atoms/core/dist/core/XNode";
3
- import AtomRepeater, { SameObjectValue } from "./AtomRepeater";
1
+ import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty.js";
2
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
3
+ import AtomRepeater, { SameObjectValue } from "./AtomRepeater.js";
4
4
 
5
5
  import "./styles/check-box-list.global.css";
6
6
 
@@ -1,8 +1,8 @@
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/checkbox.global.css";
4
4
 
5
- import IElement from "./IElement";
5
+ import IElement from "./IElement.js";
6
6
 
7
7
  export interface ICheckbox extends IElement {
8
8
  checked: any;
@@ -1,5 +1,5 @@
1
- import XNode from "@web-atoms/core/dist/core/XNode";
2
- import IElement from "./IElement";
1
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
2
+ import IElement from "./IElement.js";
3
3
 
4
4
  import "./styles/chip.global.css";
5
5
 
@@ -1,6 +1,6 @@
1
- import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty";
2
- import XNode from "@web-atoms/core/dist/core/XNode";
3
- import AtomRepeater from "./AtomRepeater";
1
+ import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty.js";
2
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
3
+ import AtomRepeater from "./AtomRepeater.js";
4
4
 
5
5
  export default class ComboBox extends AtomRepeater {
6
6
 
@@ -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 { CancelToken } from "@web-atoms/core/dist/core/types";
4
- import XNode from "@web-atoms/core/dist/core/XNode";
5
- import AtomRepeater, { getParentRepeaterItem, SelectorCheckBox } from "./AtomRepeater";
6
- import { EditableInput, getPropertyInfo, IPropertyInfo } from "./Editable";
7
- import TableRepeater from "./TableRepeater";
1
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
2
+ import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty.js";
3
+ import { CancelToken } from "@web-atoms/core/dist/core/types.js";
4
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
5
+ import AtomRepeater, { getParentRepeaterItem, SelectorCheckBox } from "./AtomRepeater.js";
6
+ import { EditableInput, getPropertyInfo, IPropertyInfo } from "./Editable.js";
7
+ import TableRepeater from "./TableRepeater.js";
8
8
 
9
9
  import "./styles/data-grid.global.css";
10
10
 
@@ -173,8 +173,8 @@ export default class DataGrid extends TableRepeater {
173
173
  @BindableProperty
174
174
  public columns: IDataGridColumn[];
175
175
 
176
- @BindableProperty
177
- public orderBy: any;
176
+ // @BindableProperty
177
+ // public orderBy: any;
178
178
 
179
179
  private orderBySet: boolean;
180
180
 
@@ -1,14 +1,14 @@
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 DateTime from "@web-atoms/date-time/dist/DateTime";
6
- import Calendar, { ICalendarDate } from "./Calendar";
7
- import TimeEditor from "./TimeEditor";
8
- import TimeSpan from "@web-atoms/date-time/dist/TimeSpan";
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 DateTime from "@web-atoms/date-time/dist/DateTime.js";
6
+ import Calendar, { ICalendarDate } from "./Calendar.js";
7
+ import TimeEditor from "./TimeEditor.js";
8
+ import TimeSpan from "@web-atoms/date-time/dist/TimeSpan.js";
9
9
 
10
10
  import "./styles/date-field.global.css";
11
- import AtomPopover from "./elements/AtomPopover";
11
+ import AtomPopover from "./elements/AtomPopover.js";
12
12
 
13
13
  function hours() {
14
14
  return [
@@ -105,7 +105,7 @@ export default class DateField extends AtomControl {
105
105
  const owner = this;
106
106
  class CalendarPopup extends AtomPopover {
107
107
 
108
- public owner: DateField;
108
+ declare public owner: DateField;
109
109
 
110
110
  public type;
111
111
 
@@ -1,7 +1,7 @@
1
- import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty";
2
- import XNode from "@web-atoms/core/dist/core/XNode";
1
+ import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty.js";
2
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
3
3
  import AtomRepeater, { askSuggestion, askSuggestionPopup,
4
- disposeChildren, Match, MatchAnyCaseInsensitive } from "./AtomRepeater";
4
+ disposeChildren, Match, MatchAnyCaseInsensitive } from "./AtomRepeater.js";
5
5
 
6
6
  import "./styles/drop-down.global.css";
7
7
 
@@ -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 { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
4
- import { askSuggestionPopup, Match, MatchAnyCaseInsensitive } from "./AtomRepeater";
5
- import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty";
6
- import { Focusable } from "../Focusable";
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
+ import { askSuggestionPopup, Match, MatchAnyCaseInsensitive } from "./AtomRepeater.js";
5
+ import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty.js";
6
+ import { Focusable } from "../Focusable.js";
7
7
 
8
8
  import "./DropDownInput.global.css";
9
9
 
@@ -1,6 +1,6 @@
1
- import XNode from "@web-atoms/core/dist/core/XNode";
2
- import { getParentRepeaterItem } from "./AtomRepeater";
3
- import IElement from "./IElement";
1
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
2
+ import { getParentRepeaterItem } from "./AtomRepeater.js";
3
+ import IElement from "./IElement.js";
4
4
 
5
5
  type Getter = (item) => any;
6
6
 
@@ -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/expander.global.css";
4
4
 
@@ -3,8 +3,8 @@ const supportsFileSystemAccessAPI =
3
3
  const supportsWebkitGetAsEntry =
4
4
  "webkitGetAsEntry" in DataTransferItem.prototype;
5
5
 
6
- import { StringHelper } from "@web-atoms/core/dist/core/StringHelper";
7
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
6
+ import { StringHelper } from "@web-atoms/core/dist/core/StringHelper.js";
7
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
8
8
  import "./FilesDragDrop.global.css";
9
9
 
10
10
 
@@ -1,6 +1,6 @@
1
- import Bind from "@web-atoms/core/dist/core/Bind";
2
- import { StringHelper } from "@web-atoms/core/dist/core/StringHelper";
3
- import XNode from "@web-atoms/core/dist/core/XNode";
1
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
2
+ import { StringHelper } from "@web-atoms/core/dist/core/StringHelper.js";
3
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
4
4
 
5
5
  import "../styles/form.global.css";
6
6
 
@@ -1,9 +1,9 @@
1
- import type { App } from "@web-atoms/core/dist/App";
2
- import Bind from "@web-atoms/core/dist/core/Bind";
3
- import FormattedString from "@web-atoms/core/dist/core/FormattedString";
4
- import XNode from "@web-atoms/core/dist/core/XNode";
5
- import { NavigationService } from "@web-atoms/core/dist/services/NavigationService";
6
- import { PopupWindow } from "@web-atoms/core/dist/web/services/PopupService";
1
+ import type { App } from "@web-atoms/core/dist/App.js";
2
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
3
+ import FormattedString from "@web-atoms/core/dist/core/FormattedString.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 { PopupWindow } from "@web-atoms/core/dist/web/services/PopupService.js";
7
7
  import "./styles/form-field.global.css";
8
8
 
9
9
  export interface IFormField {
@@ -1,13 +1,13 @@
1
- import { App } from "@web-atoms/core/dist/App";
2
- import { AtomDisposableList } from "@web-atoms/core/dist/core/AtomDisposableList";
3
- import sleep from "@web-atoms/core/dist/core/sleep";
4
- import XNode from "@web-atoms/core/dist/core/XNode";
5
- import { AtomControl, ElementValueSetters } from "@web-atoms/core/dist/web/controls/AtomControl";
6
- import { IPopup, IPopupOptions } from "@web-atoms/core/dist/web/services/PopupService";
7
- import IElement from "./IElement";
1
+ import { App } from "@web-atoms/core/dist/App.js";
2
+ import { AtomDisposableList } from "@web-atoms/core/dist/core/AtomDisposableList.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 { AtomControl, ElementValueSetters } from "@web-atoms/core/dist/web/controls/AtomControl.js";
6
+ import { IPopup, IPopupOptions } from "@web-atoms/core/dist/web/services/PopupService.js";
7
+ import IElement from "./IElement.js";
8
8
 
9
9
  import "./styles/inline-popup.global.css";
10
- import { StringHelper } from "@web-atoms/core/dist/core/StringHelper";
10
+ import { StringHelper } from "@web-atoms/core/dist/core/StringHelper.js";
11
11
 
12
12
  function closeHandler(
13
13
  opener: HTMLElement,
@@ -1,8 +1,8 @@
1
- import XNode from "@web-atoms/core/dist/core/XNode";
2
- import type { IAnchorPopover } from "./elements/AtomPopover";
3
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
4
- import { App } from "@web-atoms/core/dist/App";
5
- import AtomPopover from "./elements/AtomPopover";
1
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
2
+ import type { IAnchorPopover } from "./elements/AtomPopover.js";
3
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
4
+ import { App } from "@web-atoms/core/dist/App.js";
5
+ import AtomPopover from "./elements/AtomPopover.js";
6
6
 
7
7
  export type PopupFactory = (data) => XNode;
8
8
 
@@ -1,6 +1,6 @@
1
- import XNode from "@web-atoms/core/dist/core/XNode";
2
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
3
- import { IPopupOptions, PopupControl } from "@web-atoms/core/dist/web/services/PopupService";
1
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
2
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
3
+ import { IPopupOptions, PopupControl } from "@web-atoms/core/dist/web/services/PopupService.js";
4
4
 
5
5
  export default class InlinePopupControl extends PopupControl {
6
6
 
@@ -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/limited-text.global.css";
4
4
 
@@ -1,5 +1,5 @@
1
- import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty";
2
- import AtomRepeater from "./AtomRepeater";
1
+ import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty.js";
2
+ import AtomRepeater from "./AtomRepeater.js";
3
3
 
4
4
  import "./styles/list-repeater.global.css";
5
5
  export default class ListRepeater<T = any> extends AtomRepeater<T> {
@@ -1,5 +1,5 @@
1
- import XNode from "@web-atoms/core/dist/core/XNode";
2
- import IElement from "./IElement";
1
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
2
+ import IElement from "./IElement.js";
3
3
 
4
4
  import "./styles/masked-input.global.css";
5
5
 
@@ -1,6 +1,6 @@
1
- import XNode from "@web-atoms/core/dist/core/XNode";
2
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
3
- import IElement from "./IElement";
1
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
2
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
3
+ import IElement from "./IElement.js";
4
4
 
5
5
  export interface IMaskedInput extends IElement {
6
6
  mask?: string;
@@ -1,5 +1,5 @@
1
- import XNode from "@web-atoms/core/dist/core/XNode";
2
- import IElement from "./IElement";
1
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
2
+ import IElement from "./IElement.js";
3
3
 
4
4
  import "./styles/password-box.global.css";
5
5
 
@@ -1,7 +1,7 @@
1
- import Bind from "@web-atoms/core/dist/core/Bind";
2
- import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty";
3
- import XNode, { isTemplateSymbol } from "@web-atoms/core/dist/core/XNode";
4
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
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, { isTemplateSymbol } from "@web-atoms/core/dist/core/XNode.js";
4
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
5
5
 
6
6
  import "./styles/pinch-zoom-view.global.css";
7
7
 
@@ -1,7 +1,7 @@
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/popup-button.global.css";
4
- import InlinePopupButton, { IPopupButton } from "./InlinePopupButton";
4
+ import InlinePopupButton, { IPopupButton } from "./InlinePopupButton.js";
5
5
 
6
6
  export interface IMenuItem {
7
7
  label?: string;
@@ -1,5 +1,5 @@
1
- import XNode from "@web-atoms/core/dist/core/XNode";
2
- import InlinePopupButton, { IPopupButton } from "./InlinePopupButton";
1
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
2
+ import InlinePopupButton, { IPopupButton } from "./InlinePopupButton.js";
3
3
 
4
4
  export default function PopupMenu(a: IPopupButton, ... nodes: XNode[]) {
5
5
  a.closeOnClick ??= true;
@@ -1,5 +1,5 @@
1
- import XNode from "@web-atoms/core/dist/core/XNode";
2
- import AtomRepeater from "./AtomRepeater";
1
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
2
+ import AtomRepeater from "./AtomRepeater.js";
3
3
 
4
4
  import "./styles/radio-button-list.global.css";
5
5
 
@@ -1,5 +1,5 @@
1
- import { App } from "@web-atoms/core/dist/App";
2
- import { IDisposable } from "@web-atoms/core/dist/core/types";
1
+ import { App } from "@web-atoms/core/dist/App.js";
2
+ import { IDisposable } from "@web-atoms/core/dist/core/types.js";
3
3
 
4
4
  export default class RefreshLock implements IDisposable {
5
5
 
@@ -1,7 +1,7 @@
1
- import { AtomDisposableList } from "@web-atoms/core/dist/core/AtomDisposableList";
2
- import XNode from "@web-atoms/core/dist/core/XNode";
3
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
4
- import { isMobileView } from "../mobile-app/MobileApp";
1
+ import { AtomDisposableList } from "@web-atoms/core/dist/core/AtomDisposableList.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 { isMobileView } from "../mobile-app/MobileApp.js";
5
5
 
6
6
  import "../styles/resizable.global.css";
7
7
 
@@ -1,6 +1,6 @@
1
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
2
- import IElement from "./IElement";
3
- import XNode from "@web-atoms/core/dist/core/XNode";
1
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
2
+ import IElement from "./IElement.js";
3
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
4
4
 
5
5
  const labelPathSetter = AtomControl.registerProperty("data-items", "value", (ctrl, element, value) => {
6
6
  element["labelPath"] = value;
@@ -1,8 +1,8 @@
1
- import Bind from "@web-atoms/core/dist/core/Bind";
2
- import XNode from "@web-atoms/core/dist/core/XNode";
1
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
2
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
3
3
 
4
4
  import "./SortByButton.global.css";
5
- import AtomRepeater from "./AtomRepeater";
5
+ import AtomRepeater from "./AtomRepeater.js";
6
6
 
7
7
  const BindRepeater = Bind.forControl<AtomRepeater>();
8
8
 
@@ -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
  import "./styles/swipe.global.css";
3
3
 
4
4
  interface ISwipeStart {
@@ -1,5 +1,5 @@
1
- import XNode from "@web-atoms/core/dist/core/XNode";
2
- import IElement from "./IElement";
1
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
2
+ import IElement from "./IElement.js";
3
3
 
4
4
  import "./styles/switch.global.css";
5
5
 
@@ -1,5 +1,5 @@
1
- import XNode from "@web-atoms/core/dist/core/XNode";
2
- import AtomRepeater from "./AtomRepeater";
1
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
2
+ import AtomRepeater from "./AtomRepeater.js";
3
3
 
4
4
  export default class TableRepeater extends AtomRepeater {
5
5
 
@@ -1,9 +1,9 @@
1
- import { AtomBinder } from "@web-atoms/core/dist/core/AtomBinder";
2
- import XNode from "@web-atoms/core/dist/core/XNode";
3
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
4
- import TimeSpan from "@web-atoms/date-time/dist/TimeSpan";
5
- import Select from "./Select";
6
- import Bind from "@web-atoms/core/dist/core/Bind";
1
+ import { AtomBinder } from "@web-atoms/core/dist/core/AtomBinder.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 TimeSpan from "@web-atoms/date-time/dist/TimeSpan.js";
5
+ import Select from "./Select.js";
6
+ import Bind from "@web-atoms/core/dist/core/Bind.js";
7
7
 
8
8
  import "./styles/time-editor.global.css";
9
9
 
@@ -1,5 +1,5 @@
1
- import XNode from "@web-atoms/core/dist/core/XNode";
2
- import IElement from "./IElement";
1
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
2
+ import IElement from "./IElement.js";
3
3
 
4
4
  import "./styles/title-editor.global.css";
5
5
 
@@ -1,6 +1,6 @@
1
- import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty";
2
- import XNode from "@web-atoms/core/dist/core/XNode";
3
- import AtomRepeater from "./AtomRepeater";
1
+ import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty.js";
2
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
3
+ import AtomRepeater from "./AtomRepeater.js";
4
4
 
5
5
  import "./styles/toggle-button-bar.global.css";
6
6
 
@@ -1,10 +1,10 @@
1
- import { CancelToken } from "@web-atoms/core/dist/core/types";
2
- import XNode, { xnodeSymbol } from "@web-atoms/core/dist/core/XNode";
3
- import { AtomControl, ElementValueSetters } from "@web-atoms/core/dist/web/controls/AtomControl";
4
- import { getParentRepeaterItem } from "./AtomRepeater";
1
+ import { CancelToken } from "@web-atoms/core/dist/core/types.js";
2
+ import XNode, { xnodeSymbol } from "@web-atoms/core/dist/core/XNode.js";
3
+ import { AtomControl, ElementValueSetters } from "@web-atoms/core/dist/web/controls/AtomControl.js";
4
+ import { getParentRepeaterItem } from "./AtomRepeater.js";
5
5
 
6
6
  import "./styles/tooltip.global.css";
7
- import AtomPopover from "./elements/AtomPopover";
7
+ import AtomPopover from "./elements/AtomPopover.js";
8
8
 
9
9
  type toolTipInfo = [{control: any, tooltip: CancelToken}, typeof AtomPopover];
10
10
 
@@ -1,7 +1,7 @@
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";
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
5
 
6
6
  import "../styles/type-writer.global.css";
7
7
 
@@ -1,12 +1,12 @@
1
- import { App } from "@web-atoms/core/dist/App";
2
- import Command from "@web-atoms/core/dist/core/Command";
3
- import EventScope from "@web-atoms/core/dist/core/EventScope";
4
- import { StringHelper } from "@web-atoms/core/dist/core/StringHelper";
5
- import XNode from "@web-atoms/core/dist/core/XNode";
6
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
7
- import { AncestorEnumerator } from "@web-atoms/core/dist/web/core/AtomUI";
8
- import PopupService from "@web-atoms/core/dist/web/services/PopupService";
9
- import { toFileSize } from "../NumberFormats";
1
+ import { App } from "@web-atoms/core/dist/App.js";
2
+ import Command from "@web-atoms/core/dist/core/Command.js";
3
+ import EventScope from "@web-atoms/core/dist/core/EventScope.js";
4
+ import { StringHelper } from "@web-atoms/core/dist/core/StringHelper.js";
5
+ import XNode from "@web-atoms/core/dist/core/XNode.js";
6
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
7
+ import { AncestorEnumerator } from "@web-atoms/core/dist/web/core/AtomUI.js";
8
+ import PopupService from "@web-atoms/core/dist/web/services/PopupService.js";
9
+ import { toFileSize } from "../NumberFormats.js";
10
10
 
11
11
  const acceptCache = {};
12
12
 
@@ -1,7 +1,7 @@
1
- import Bind from "@web-atoms/core/dist/core/Bind";
2
- import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty";
3
- import XNode, { isTemplateSymbol } from "@web-atoms/core/dist/core/XNode";
4
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
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, { isTemplateSymbol } from "@web-atoms/core/dist/core/XNode.js";
4
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
5
5
 
6
6
  import "./styles/zoom-view.global.css";
7
7
 
@@ -1,10 +1,10 @@
1
- import { AtomDisposableList } from "@web-atoms/core/dist/core/AtomDisposableList";
2
- import { CancelToken } from "@web-atoms/core/dist/core/types";
3
- import XNode, { IElementAttributes, xnodeSymbol } from "@web-atoms/core/dist/core/XNode";
4
- import { AtomControl, ElementValueSetters } from "@web-atoms/core/dist/web/controls/AtomControl";
1
+ import { AtomDisposableList } from "@web-atoms/core/dist/core/AtomDisposableList.js";
2
+ import { CancelToken } from "@web-atoms/core/dist/core/types.js";
3
+ import XNode, { IElementAttributes, xnodeSymbol } from "@web-atoms/core/dist/core/XNode.js";
4
+ import { AtomControl, ElementValueSetters } from "@web-atoms/core/dist/web/controls/AtomControl.js";
5
5
  import "./AtomPopover.css";
6
- import { relativeRect } from "./relativeRect";
7
- import getContainingBlock from "./getContainingBlock";
6
+ import { relativeRect } from "./relativeRect.js";
7
+ import getContainingBlock from "./getContainingBlock.js";
8
8
 
9
9
  ElementValueSetters["anchor-left"] = (c, e, v) => e.setAttribute("anchor-left", v);
10
10
  ElementValueSetters["anchor-right"] = (c, e, v) => e.setAttribute("anchor-right", v);
@@ -1,6 +1,6 @@
1
- import styled from "@web-atoms/core/dist/style/styled";
2
- import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
3
- import { AtomItemsControl } from "@web-atoms/core/dist/web/controls/AtomItemsControl";
1
+ import styled from "@web-atoms/core/dist/style/styled.js";
2
+ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl.js";
3
+ import { AtomItemsControl } from "@web-atoms/core/dist/web/controls/AtomItemsControl.js";
4
4
 
5
5
  import "../styles/button-bar.global.css";
6
6
 
@@ -1,9 +1,9 @@
1
- import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty";
2
- import { CancelToken } from "@web-atoms/core/dist/core/types";
3
- import { NavigationService } from "@web-atoms/core/dist/services/NavigationService";
4
- import ReferenceService from "@web-atoms/core/dist/services/ReferenceService";
5
- import { AtomPageLink } from "@web-atoms/core/dist/web/controls/AtomPageLink";
6
- import { AtomPopupButtonStyle } from "./AtomPopupButtonStyle";
1
+ import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty.js";
2
+ import { CancelToken } from "@web-atoms/core/dist/core/types.js";
3
+ import { NavigationService } from "@web-atoms/core/dist/services/NavigationService.js";
4
+ import ReferenceService from "@web-atoms/core/dist/services/ReferenceService.js";
5
+ import { AtomPageLink } from "@web-atoms/core/dist/web/controls/AtomPageLink.js";
6
+ import { AtomPopupButtonStyle } from "./AtomPopupButtonStyle.js";
7
7
 
8
8
  export default class AtomPopupButton extends AtomPageLink {
9
9