novo-elements 5.1.1 → 5.2.3

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 (576) hide show
  1. package/README.md +7 -7
  2. package/bundles/novo-elements.umd.js +42693 -42665
  3. package/bundles/novo-elements.umd.js.map +1 -1
  4. package/bundles/novo-elements.umd.min.js +2 -2
  5. package/bundles/novo-elements.umd.min.js.map +1 -1
  6. package/elements/ace-editor/AceEditor.d.ts +37 -37
  7. package/elements/ace-editor/AceEditor.module.d.ts +2 -2
  8. package/elements/ace-editor/AceEditor.scss +5 -0
  9. package/elements/button/Button.d.ts +9 -9
  10. package/elements/button/Button.module.d.ts +2 -2
  11. package/elements/button/Button.scss +397 -0
  12. package/elements/calendar/Calendar.module.d.ts +2 -2
  13. package/elements/calendar/common/CalendarDateChange.d.ts +25 -25
  14. package/elements/calendar/common/CalendarDateChange.scss +23 -0
  15. package/elements/calendar/common/EventTypeLegend.d.ts +7 -7
  16. package/elements/calendar/day/CalendarAllDayEvent.d.ts +7 -7
  17. package/elements/calendar/day/CalendarDayEvent.d.ts +8 -8
  18. package/elements/calendar/day/CalendarDayView.d.ts +148 -148
  19. package/elements/calendar/day/CalendarDayView.scss +97 -0
  20. package/elements/calendar/day/CalendarHourSegment.d.ts +7 -7
  21. package/elements/calendar/month/CalendarMonthDay.d.ts +14 -14
  22. package/elements/calendar/month/CalendarMonthHeader.d.ts +14 -14
  23. package/elements/calendar/month/CalendarMonthView.d.ts +110 -110
  24. package/elements/calendar/month/CalendarMonthView.scss +169 -0
  25. package/elements/calendar/pipe/DayOfMonth.pipe.d.ts +6 -6
  26. package/elements/calendar/pipe/EndOfWeekDisplayPipe.pipe.d.ts +6 -6
  27. package/elements/calendar/pipe/Hours.pipe.d.ts +6 -6
  28. package/elements/calendar/pipe/Month.pipe.d.ts +6 -6
  29. package/elements/calendar/pipe/MonthDay.pipe.d.ts +6 -6
  30. package/elements/calendar/pipe/Weekday.pipe.d.ts +6 -6
  31. package/elements/calendar/pipe/Year.pipe.d.ts +6 -6
  32. package/elements/calendar/week/CalendarWeekEvent.d.ts +8 -8
  33. package/elements/calendar/week/CalendarWeekHeader.d.ts +14 -14
  34. package/elements/calendar/week/CalendarWeekView.d.ts +156 -156
  35. package/elements/calendar/week/CalendarWeekView.scss +86 -0
  36. package/elements/card/Card.d.ts +28 -28
  37. package/elements/card/Card.module.d.ts +2 -2
  38. package/elements/card/Card.scss +104 -0
  39. package/elements/category-dropdown/CategoryDropdown.d.ts +29 -29
  40. package/elements/category-dropdown/CategoryDropdown.module.d.ts +2 -2
  41. package/elements/category-dropdown/CategoryDropdown.scss +157 -0
  42. package/elements/chips/Chips.d.ts +78 -78
  43. package/elements/chips/Chips.module.d.ts +2 -2
  44. package/elements/chips/Chips.scss +373 -0
  45. package/elements/chips/RowChips.d.ts +12 -12
  46. package/elements/ckeditor/CKEditor.d.ts +44 -44
  47. package/elements/ckeditor/CKEditor.module.d.ts +2 -2
  48. package/elements/ckeditor/CKEditor.scss +37 -0
  49. package/elements/common/common.module.d.ts +2 -2
  50. package/elements/common/novo-template/novo-template.directive.d.ts +8 -8
  51. package/elements/data-table/ListInteractionTypes.d.ts +10 -10
  52. package/elements/data-table/cell-headers/data-table-checkbox-header-cell.component.d.ts +15 -15
  53. package/elements/data-table/cell-headers/data-table-expand-header-cell.component.d.ts +13 -13
  54. package/elements/data-table/cell-headers/data-table-header-cell.component.d.ts +81 -81
  55. package/elements/data-table/cell-headers/data-table-header-cell.directive.d.ts +11 -11
  56. package/elements/data-table/cells/data-table-cell.component.d.ts +17 -17
  57. package/elements/data-table/cells/data-table-checkbox-cell.component.d.ts +17 -17
  58. package/elements/data-table/cells/data-table-expand-cell.component.d.ts +16 -16
  59. package/elements/data-table/data-table-clear-button.component.d.ts +15 -15
  60. package/elements/data-table/data-table-expand.directive.d.ts +18 -18
  61. package/elements/data-table/data-table.component.d.ts +99 -99
  62. package/elements/data-table/data-table.component.scss +753 -0
  63. package/elements/data-table/data-table.module.d.ts +2 -2
  64. package/elements/data-table/data-table.pipes.d.ts +37 -37
  65. package/elements/data-table/data-table.source.d.ts +22 -22
  66. package/elements/data-table/interfaces.d.ts +128 -128
  67. package/elements/data-table/pagination/data-table-pagination.component.d.ts +52 -52
  68. package/elements/data-table/rows/data-table-header-row.component.d.ts +6 -6
  69. package/elements/data-table/rows/data-table-row.component.d.ts +7 -7
  70. package/elements/data-table/services/data-table-filter-utils.d.ts +3 -3
  71. package/elements/data-table/services/remote-data-table.service.d.ts +8 -8
  72. package/elements/data-table/services/static-data-table.service.d.ts +12 -12
  73. package/elements/data-table/sort-filter/sort-filter.directive.d.ts +8 -8
  74. package/elements/data-table/state/data-table-state.service.d.ts +32 -32
  75. package/elements/date-picker/DatePicker.d.ts +79 -79
  76. package/elements/date-picker/DatePicker.module.d.ts +2 -2
  77. package/elements/date-picker/DatePicker.scss +414 -0
  78. package/elements/date-picker/DatePickerInput.d.ts +66 -66
  79. package/elements/date-time-picker/DateTimePicker.d.ts +45 -45
  80. package/elements/date-time-picker/DateTimePicker.module.d.ts +2 -2
  81. package/elements/date-time-picker/DateTimePickerInput.d.ts +46 -46
  82. package/elements/date-time-picker/_DateTimePicker.scss +93 -0
  83. package/elements/dragula/Dragula.d.ts +13 -13
  84. package/elements/dragula/Dragula.module.d.ts +2 -2
  85. package/elements/dragula/Dragula.scss +18 -0
  86. package/elements/dragula/DragulaService.d.ts +23 -23
  87. package/elements/dropdown/Dropdown.d.ts +55 -55
  88. package/elements/dropdown/Dropdown.module.d.ts +2 -2
  89. package/elements/dropdown/Dropdown.scss +94 -0
  90. package/elements/expansion/_expansion-theme.scss +50 -0
  91. package/elements/expansion/accordion.d.ts +21 -21
  92. package/elements/expansion/expansion-animations.d.ts +9 -9
  93. package/elements/expansion/expansion-panel-content.d.ts +9 -9
  94. package/elements/expansion/expansion-panel-header.d.ts +45 -45
  95. package/elements/expansion/expansion-panel-header.scss +58 -0
  96. package/elements/expansion/expansion-panel.d.ts +54 -54
  97. package/elements/expansion/expansion-panel.scss +68 -0
  98. package/elements/expansion/expansion.module.d.ts +2 -2
  99. package/elements/form/Control.d.ts +107 -107
  100. package/elements/form/ControlGroup.d.ts +89 -83
  101. package/elements/form/ControlGroup.scss +147 -0
  102. package/elements/form/ControlTemplates.d.ts +9 -9
  103. package/elements/form/DynamicForm.d.ts +46 -46
  104. package/elements/form/FieldInteractionApi.d.ts +160 -160
  105. package/elements/form/FieldInteractionApiTypes.d.ts +29 -29
  106. package/elements/form/FieldInteractionModals.d.ts +16 -16
  107. package/elements/form/Form.d.ts +21 -21
  108. package/elements/form/Form.module.d.ts +2 -2
  109. package/elements/form/Form.scss +857 -0
  110. package/elements/form/FormControls.d.ts +22 -22
  111. package/elements/form/FormInterfaces.d.ts +36 -36
  112. package/elements/form/FormValidators.d.ts +22 -22
  113. package/elements/form/NovoFormControl.d.ts +100 -100
  114. package/elements/form/NovoFormGroup.d.ts +17 -17
  115. package/elements/form/controls/BaseControl.d.ts +106 -106
  116. package/elements/form/controls/ControlFactory.d.ts +4 -4
  117. package/elements/form/controls/ace-editor/AceEditorControl.d.ts +5 -5
  118. package/elements/form/controls/address/AddressControl.d.ts +5 -5
  119. package/elements/form/controls/check-list/CheckListControl.d.ts +5 -5
  120. package/elements/form/controls/checkbox/CheckboxControl.d.ts +5 -5
  121. package/elements/form/controls/custom/CustomControl.d.ts +5 -5
  122. package/elements/form/controls/date/DateControl.d.ts +5 -5
  123. package/elements/form/controls/date-time/DateTimeControl.d.ts +5 -5
  124. package/elements/form/controls/editor/EditorControl.d.ts +6 -6
  125. package/elements/form/controls/file/FileControl.d.ts +5 -5
  126. package/elements/form/controls/grouped/GroupedControl.d.ts +6 -6
  127. package/elements/form/controls/index.d.ts +19 -19
  128. package/elements/form/controls/native-select/NativeSelectControl.d.ts +6 -6
  129. package/elements/form/controls/picker/PickerControl.d.ts +9 -9
  130. package/elements/form/controls/quick-note/QuickNoteControl.d.ts +6 -6
  131. package/elements/form/controls/radio/RadioControl.d.ts +6 -6
  132. package/elements/form/controls/read-only/ReadOnlyControl.d.ts +5 -5
  133. package/elements/form/controls/select/SelectControl.d.ts +6 -6
  134. package/elements/form/controls/text-area/TextAreaControl.d.ts +5 -5
  135. package/elements/form/controls/textbox/TextBoxControl.d.ts +9 -9
  136. package/elements/form/controls/tiles/TilesControl.d.ts +6 -6
  137. package/elements/form/controls/time/TimeControl.d.ts +5 -5
  138. package/elements/form/extras/FormExtras.module.d.ts +2 -2
  139. package/elements/form/extras/address/Address.d.ts +65 -65
  140. package/elements/form/extras/address/Address.scss +152 -0
  141. package/elements/form/extras/checkbox/CheckList.d.ts +20 -20
  142. package/elements/form/extras/checkbox/Checkbox.d.ts +24 -24
  143. package/elements/form/extras/checkbox/Checkbox.scss +87 -0
  144. package/elements/form/extras/file/FileInput.d.ts +72 -72
  145. package/elements/form/extras/file/FileInput.scss +118 -0
  146. package/elements/form/extras/file/extras/file/File.d.ts +22 -22
  147. package/elements/header/Header.d.ts +22 -22
  148. package/elements/header/Header.module.d.ts +2 -2
  149. package/elements/header/Header.scss +96 -0
  150. package/elements/icon/Icon.d.ts +18 -18
  151. package/elements/icon/Icon.module.d.ts +2 -2
  152. package/elements/icon/Icon.scss +82 -0
  153. package/elements/list/List.d.ts +31 -31
  154. package/elements/list/List.module.d.ts +2 -2
  155. package/elements/list/List.scss +134 -0
  156. package/elements/loading/Loading.d.ts +26 -26
  157. package/elements/loading/Loading.module.d.ts +2 -2
  158. package/elements/loading/Loading.scss +56 -0
  159. package/elements/loading/NovoSpinner.scss +172 -0
  160. package/elements/modal/Modal.d.ts +45 -45
  161. package/elements/modal/Modal.module.d.ts +2 -2
  162. package/elements/modal/Modal.scss +207 -0
  163. package/elements/modal/ModalService.d.ts +10 -10
  164. package/elements/multi-picker/MultiPicker.d.ts +107 -107
  165. package/elements/multi-picker/MultiPicker.module.d.ts +2 -2
  166. package/elements/multi-picker/_MultiPicker.scss +74 -0
  167. package/elements/overlay/Overlay.d.ts +57 -57
  168. package/elements/overlay/Overlay.module.d.ts +2 -2
  169. package/elements/picker/Picker.d.ts +69 -69
  170. package/elements/picker/Picker.module.d.ts +2 -2
  171. package/elements/picker/Picker.scss +438 -0
  172. package/elements/picker/extras/base-picker-results/BasePickerResults.d.ts +91 -91
  173. package/elements/picker/extras/checklist-picker-results/ChecklistPickerResults.d.ts +21 -21
  174. package/elements/picker/extras/distributionlist-picker-results/DistributionListPickerResults.d.ts +13 -13
  175. package/elements/picker/extras/entity-picker-results/EntityPickerResults.d.ts +29 -29
  176. package/elements/picker/extras/grouped-multi-picker-results/GroupedMultiPickerResults.d.ts +42 -42
  177. package/elements/picker/extras/grouped-multi-picker-results/GroupedMultiPickerResults.scss +136 -0
  178. package/elements/picker/extras/mixed-multi-picker-results/MixedMultiPickerResults.d.ts +43 -43
  179. package/elements/picker/extras/mixed-multi-picker-results/MixedMultiPickerResults.scss +156 -0
  180. package/elements/picker/extras/picker-results/PickerResults.d.ts +11 -11
  181. package/elements/picker/extras/skills-picker-results/SkillsSpecialtyPickerResults.d.ts +21 -21
  182. package/elements/picker/extras/skills-picker-results/SkillsSpecialtyPickerResults.scss +65 -0
  183. package/elements/picker/extras/workers-comp-codes-picker-results/WorkersCompCodesPickerResults.d.ts +13 -13
  184. package/elements/picker/extras/workers-comp-codes-picker-results/WorkersCompCodesPickerResults.scss +0 -0
  185. package/elements/places/places.component.d.ts +71 -71
  186. package/elements/places/places.component.scss +26 -0
  187. package/elements/places/places.module.d.ts +2 -2
  188. package/elements/places/places.service.d.ts +22 -22
  189. package/elements/popover/PopOver.d.ts +30 -30
  190. package/elements/popover/PopOver.module.d.ts +2 -2
  191. package/elements/popover/PopOver.scss +179 -0
  192. package/elements/popover/PopOverContent.d.ts +45 -45
  193. package/elements/quick-note/QuickNote.d.ts +139 -139
  194. package/elements/quick-note/QuickNote.module.d.ts +2 -2
  195. package/elements/quick-note/QuickNote.scss +52 -0
  196. package/elements/quick-note/extras/quick-note-results/QuickNoteResults.d.ts +30 -30
  197. package/elements/radio/Radio.d.ts +26 -26
  198. package/elements/radio/Radio.module.d.ts +2 -2
  199. package/elements/radio/Radio.scss +94 -0
  200. package/elements/search/SearchBox.d.ts +59 -59
  201. package/elements/search/SearchBox.module.d.ts +2 -2
  202. package/elements/search/SearchBox.scss +67 -0
  203. package/elements/select/Select.d.ts +62 -62
  204. package/elements/select/Select.module.d.ts +2 -2
  205. package/elements/select/Select.scss +226 -0
  206. package/elements/simple-table/activity-table-renderers.d.ts +4 -4
  207. package/elements/simple-table/cell-header.d.ts +62 -62
  208. package/elements/simple-table/cell.d.ts +73 -73
  209. package/elements/simple-table/interfaces.d.ts +81 -81
  210. package/elements/simple-table/pagination.d.ts +37 -37
  211. package/elements/simple-table/row.d.ts +20 -20
  212. package/elements/simple-table/simple-table.module.d.ts +2 -2
  213. package/elements/simple-table/sort.d.ts +20 -20
  214. package/elements/simple-table/state.d.ts +22 -22
  215. package/elements/simple-table/table-source.d.ts +62 -62
  216. package/elements/simple-table/table.d.ts +59 -59
  217. package/elements/simple-table/table.scss +344 -0
  218. package/elements/slider/Slider.d.ts +18 -18
  219. package/elements/slider/Slider.module.d.ts +2 -2
  220. package/elements/slider/Slider.scss +89 -0
  221. package/elements/stepper/step-header.component.d.ts +45 -45
  222. package/elements/stepper/step-header.component.scss +78 -0
  223. package/elements/stepper/step-label.component.d.ts +5 -5
  224. package/elements/stepper/step-status.component.d.ts +6 -6
  225. package/elements/stepper/stepper.animations.d.ts +6 -6
  226. package/elements/stepper/stepper.component.d.ts +39 -39
  227. package/elements/stepper/stepper.component.scss +200 -0
  228. package/elements/stepper/stepper.module.d.ts +2 -2
  229. package/elements/switch/Switch.d.ts +19 -19
  230. package/elements/switch/Switch.module.d.ts +2 -2
  231. package/elements/switch/Switch.scss +143 -0
  232. package/elements/tabbed-group-picker/TabbedGroupPicker.d.ts +122 -122
  233. package/elements/tabbed-group-picker/TabbedGroupPicker.module.d.ts +2 -2
  234. package/elements/tabbed-group-picker/TabbedGroupPicker.scss +186 -0
  235. package/elements/table/Table.d.ts +184 -184
  236. package/elements/table/Table.module.d.ts +2 -2
  237. package/elements/table/Table.scss +585 -0
  238. package/elements/table/extras/TableExtras.module.d.ts +2 -2
  239. package/elements/table/extras/base-renderer/BaseRenderer.d.ts +5 -5
  240. package/elements/table/extras/date-cell/DateCell.d.ts +8 -8
  241. package/elements/table/extras/dropdown-cell/DropdownCell.d.ts +17 -17
  242. package/elements/table/extras/dropdown-cell/DropdownCell.scss +58 -0
  243. package/elements/table/extras/keep-filter-focus/KeepFilterFocus.d.ts +6 -6
  244. package/elements/table/extras/pagination/Pagination.d.ts +39 -39
  245. package/elements/table/extras/pagination/Pagination.scss +62 -0
  246. package/elements/table/extras/percentage-cell/PercentageCell.d.ts +3 -3
  247. package/elements/table/extras/row-details/RowDetails.d.ts +12 -12
  248. package/elements/table/extras/table-actions/TableActions.d.ts +2 -2
  249. package/elements/table/extras/table-cell/TableCell.d.ts +18 -18
  250. package/elements/table/extras/table-filter/TableFilter.d.ts +13 -13
  251. package/elements/table/extras/table-footer/TableFooter.d.ts +2 -2
  252. package/elements/table/extras/table-header/TableHeader.d.ts +2 -2
  253. package/elements/table/extras/th-orderable/ThOrderable.d.ts +30 -30
  254. package/elements/table/extras/th-sortable/ThSortable.d.ts +7 -7
  255. package/elements/tabs/Tabs.d.ts +49 -49
  256. package/elements/tabs/Tabs.module.d.ts +2 -2
  257. package/elements/tabs/Tabs.scss +287 -0
  258. package/elements/tiles/Tiles.d.ts +30 -30
  259. package/elements/tiles/Tiles.module.d.ts +2 -2
  260. package/elements/tiles/Tiles.scss +68 -0
  261. package/elements/time-picker/TimePicker.d.ts +38 -38
  262. package/elements/time-picker/TimePicker.module.d.ts +2 -2
  263. package/elements/time-picker/TimePicker.scss +388 -0
  264. package/elements/time-picker/TimePickerInput.d.ts +52 -52
  265. package/elements/tip-well/TipWell.d.ts +23 -23
  266. package/elements/tip-well/TipWell.module.d.ts +2 -2
  267. package/elements/tip-well/TipWell.scss +31 -0
  268. package/elements/toast/Toast.d.ts +28 -28
  269. package/elements/toast/Toast.module.d.ts +2 -2
  270. package/elements/toast/Toast.scss +413 -0
  271. package/elements/toast/ToastService.d.ts +40 -40
  272. package/elements/tooltip/Tooltip.component.d.ts +12 -11
  273. package/elements/tooltip/Tooltip.directive.d.ts +35 -34
  274. package/elements/tooltip/Tooltip.module.d.ts +2 -2
  275. package/elements/tooltip/Tooltip.scss +216 -0
  276. package/elements/unless/Unless.d.ts +12 -12
  277. package/elements/unless/Unless.module.d.ts +2 -2
  278. package/elements/value/EntityList.d.ts +13 -13
  279. package/elements/value/Render.d.ts +66 -66
  280. package/elements/value/Value.d.ts +40 -40
  281. package/elements/value/Value.module.d.ts +2 -2
  282. package/elements/value/Value.scss +57 -0
  283. package/elements/value/Values.scss +57 -0
  284. package/esm2015/elements/ace-editor/AceEditor.js +126 -126
  285. package/esm2015/elements/ace-editor/AceEditor.module.js +15 -15
  286. package/esm2015/elements/button/Button.js +74 -74
  287. package/esm2015/elements/button/Button.module.js +15 -15
  288. package/esm2015/elements/calendar/Calendar.module.js +81 -81
  289. package/esm2015/elements/calendar/common/CalendarDateChange.js +60 -60
  290. package/esm2015/elements/calendar/common/EventTypeLegend.js +32 -32
  291. package/esm2015/elements/calendar/day/CalendarAllDayEvent.js +40 -40
  292. package/esm2015/elements/calendar/day/CalendarDayEvent.js +41 -41
  293. package/esm2015/elements/calendar/day/CalendarDayView.js +302 -302
  294. package/esm2015/elements/calendar/day/CalendarHourSegment.js +34 -34
  295. package/esm2015/elements/calendar/month/CalendarMonthDay.js +87 -87
  296. package/esm2015/elements/calendar/month/CalendarMonthHeader.js +55 -55
  297. package/esm2015/elements/calendar/month/CalendarMonthView.js +171 -171
  298. package/esm2015/elements/calendar/pipe/DayOfMonth.pipe.js +16 -16
  299. package/esm2015/elements/calendar/pipe/EndOfWeekDisplayPipe.pipe.js +19 -19
  300. package/esm2015/elements/calendar/pipe/Hours.pipe.js +16 -16
  301. package/esm2015/elements/calendar/pipe/Month.pipe.js +16 -16
  302. package/esm2015/elements/calendar/pipe/MonthDay.pipe.js +16 -16
  303. package/esm2015/elements/calendar/pipe/Weekday.pipe.js +16 -16
  304. package/esm2015/elements/calendar/pipe/Year.pipe.js +16 -16
  305. package/esm2015/elements/calendar/week/CalendarWeekEvent.js +38 -38
  306. package/esm2015/elements/calendar/week/CalendarWeekHeader.js +46 -46
  307. package/esm2015/elements/calendar/week/CalendarWeekView.js +311 -311
  308. package/esm2015/elements/card/Card.js +104 -104
  309. package/esm2015/elements/card/Card.module.js +18 -18
  310. package/esm2015/elements/category-dropdown/CategoryDropdown.js +159 -159
  311. package/esm2015/elements/category-dropdown/CategoryDropdown.module.js +17 -17
  312. package/esm2015/elements/chips/Chips.js +356 -356
  313. package/esm2015/elements/chips/Chips.module.js +18 -18
  314. package/esm2015/elements/chips/RowChips.js +86 -86
  315. package/esm2015/elements/ckeditor/CKEditor.js +237 -237
  316. package/esm2015/elements/ckeditor/CKEditor.module.js +16 -16
  317. package/esm2015/elements/common/common.module.js +13 -13
  318. package/esm2015/elements/common/novo-template/novo-template.directive.js +22 -22
  319. package/esm2015/elements/data-table/ListInteractionTypes.js +1 -1
  320. package/esm2015/elements/data-table/cell-headers/data-table-checkbox-header-cell.component.js +73 -73
  321. package/esm2015/elements/data-table/cell-headers/data-table-expand-header-cell.component.js +47 -47
  322. package/esm2015/elements/data-table/cell-headers/data-table-header-cell.component.js +501 -501
  323. package/esm2015/elements/data-table/cell-headers/data-table-header-cell.directive.js +35 -35
  324. package/esm2015/elements/data-table/cells/data-table-cell.component.js +62 -62
  325. package/esm2015/elements/data-table/cells/data-table-checkbox-cell.component.js +65 -65
  326. package/esm2015/elements/data-table/cells/data-table-expand-cell.component.js +52 -52
  327. package/esm2015/elements/data-table/data-table-clear-button.component.js +54 -54
  328. package/esm2015/elements/data-table/data-table-expand.directive.js +57 -57
  329. package/esm2015/elements/data-table/data-table.component.js +665 -665
  330. package/esm2015/elements/data-table/data-table.module.js +87 -87
  331. package/esm2015/elements/data-table/data-table.pipes.js +150 -150
  332. package/esm2015/elements/data-table/data-table.source.js +62 -62
  333. package/esm2015/elements/data-table/interfaces.js +1 -1
  334. package/esm2015/elements/data-table/pagination/data-table-pagination.component.js +249 -249
  335. package/esm2015/elements/data-table/rows/data-table-header-row.component.js +23 -23
  336. package/esm2015/elements/data-table/rows/data-table-row.component.js +23 -23
  337. package/esm2015/elements/data-table/services/data-table-filter-utils.js +35 -35
  338. package/esm2015/elements/data-table/services/remote-data-table.service.js +3 -3
  339. package/esm2015/elements/data-table/services/static-data-table.service.js +48 -48
  340. package/esm2015/elements/data-table/sort-filter/sort-filter.directive.js +57 -57
  341. package/esm2015/elements/data-table/state/data-table-state.service.js +116 -116
  342. package/esm2015/elements/date-picker/DatePicker.js +493 -493
  343. package/esm2015/elements/date-picker/DatePicker.module.js +20 -20
  344. package/esm2015/elements/date-picker/DatePickerInput.js +255 -255
  345. package/esm2015/elements/date-time-picker/DateTimePicker.js +195 -195
  346. package/esm2015/elements/date-time-picker/DateTimePicker.module.js +22 -22
  347. package/esm2015/elements/date-time-picker/DateTimePickerInput.js +151 -151
  348. package/esm2015/elements/dragula/Dragula.js +66 -66
  349. package/esm2015/elements/dragula/Dragula.module.js +13 -13
  350. package/esm2015/elements/dragula/DragulaService.js +117 -117
  351. package/esm2015/elements/dropdown/Dropdown.js +284 -284
  352. package/esm2015/elements/dropdown/Dropdown.module.js +15 -15
  353. package/esm2015/elements/expansion/accordion.js +42 -42
  354. package/esm2015/elements/expansion/expansion-animations.js +33 -33
  355. package/esm2015/elements/expansion/expansion-panel-content.js +19 -19
  356. package/esm2015/elements/expansion/expansion-panel-header.js +131 -131
  357. package/esm2015/elements/expansion/expansion-panel.js +141 -141
  358. package/esm2015/elements/expansion/expansion.module.js +34 -34
  359. package/esm2015/elements/form/Control.js +645 -645
  360. package/esm2015/elements/form/ControlGroup.js +264 -247
  361. package/esm2015/elements/form/ControlTemplates.js +162 -161
  362. package/esm2015/elements/form/DynamicForm.js +221 -221
  363. package/esm2015/elements/form/FieldInteractionApi.js +680 -680
  364. package/esm2015/elements/form/FieldInteractionApiTypes.js +1 -1
  365. package/esm2015/elements/form/FieldInteractionModals.js +63 -63
  366. package/esm2015/elements/form/Form.js +93 -93
  367. package/esm2015/elements/form/Form.module.js +86 -86
  368. package/esm2015/elements/form/FormControls.js +23 -23
  369. package/esm2015/elements/form/FormInterfaces.js +1 -1
  370. package/esm2015/elements/form/FormValidators.js +115 -115
  371. package/esm2015/elements/form/NovoFormControl.js +154 -154
  372. package/esm2015/elements/form/NovoFormGroup.js +32 -32
  373. package/esm2015/elements/form/controls/BaseControl.js +101 -101
  374. package/esm2015/elements/form/controls/ControlFactory.js +47 -47
  375. package/esm2015/elements/form/controls/ace-editor/AceEditorControl.js +9 -9
  376. package/esm2015/elements/form/controls/address/AddressControl.js +11 -11
  377. package/esm2015/elements/form/controls/check-list/CheckListControl.js +10 -10
  378. package/esm2015/elements/form/controls/checkbox/CheckboxControl.js +9 -9
  379. package/esm2015/elements/form/controls/custom/CustomControl.js +10 -10
  380. package/esm2015/elements/form/controls/date/DateControl.js +9 -9
  381. package/esm2015/elements/form/controls/date-time/DateTimeControl.js +9 -9
  382. package/esm2015/elements/form/controls/editor/EditorControl.js +10 -10
  383. package/esm2015/elements/form/controls/file/FileControl.js +12 -12
  384. package/esm2015/elements/form/controls/grouped/GroupedControl.js +7 -7
  385. package/esm2015/elements/form/controls/index.js +20 -20
  386. package/esm2015/elements/form/controls/native-select/NativeSelectControl.js +11 -11
  387. package/esm2015/elements/form/controls/picker/PickerControl.js +17 -17
  388. package/esm2015/elements/form/controls/quick-note/QuickNoteControl.js +11 -11
  389. package/esm2015/elements/form/controls/radio/RadioControl.js +11 -11
  390. package/esm2015/elements/form/controls/read-only/ReadOnlyControl.js +10 -10
  391. package/esm2015/elements/form/controls/select/SelectControl.js +12 -12
  392. package/esm2015/elements/form/controls/text-area/TextAreaControl.js +9 -9
  393. package/esm2015/elements/form/controls/textbox/TextBoxControl.js +44 -44
  394. package/esm2015/elements/form/controls/tiles/TilesControl.js +11 -11
  395. package/esm2015/elements/form/controls/time/TimeControl.js +9 -9
  396. package/esm2015/elements/form/extras/FormExtras.module.js +36 -36
  397. package/esm2015/elements/form/extras/address/Address.js +512 -512
  398. package/esm2015/elements/form/extras/checkbox/CheckList.js +107 -107
  399. package/esm2015/elements/form/extras/checkbox/Checkbox.js +80 -80
  400. package/esm2015/elements/form/extras/file/FileInput.js +320 -320
  401. package/esm2015/elements/form/extras/file/extras/file/File.js +40 -40
  402. package/esm2015/elements/header/Header.js +96 -96
  403. package/esm2015/elements/header/Header.module.js +14 -14
  404. package/esm2015/elements/icon/Icon.js +53 -53
  405. package/esm2015/elements/icon/Icon.module.js +11 -11
  406. package/esm2015/elements/list/List.js +132 -132
  407. package/esm2015/elements/list/List.module.js +33 -33
  408. package/esm2015/elements/loading/Loading.js +174 -174
  409. package/esm2015/elements/loading/Loading.module.js +15 -15
  410. package/esm2015/elements/modal/Modal.js +138 -138
  411. package/esm2015/elements/modal/Modal.module.js +16 -16
  412. package/esm2015/elements/modal/ModalService.js +31 -31
  413. package/esm2015/elements/multi-picker/MultiPicker.js +600 -600
  414. package/esm2015/elements/multi-picker/MultiPicker.module.js +18 -18
  415. package/esm2015/elements/overlay/Overlay.js +238 -238
  416. package/esm2015/elements/overlay/Overlay.module.js +18 -18
  417. package/esm2015/elements/picker/Picker.js +343 -343
  418. package/esm2015/elements/picker/Picker.module.js +50 -50
  419. package/esm2015/elements/picker/extras/base-picker-results/BasePickerResults.js +353 -353
  420. package/esm2015/elements/picker/extras/checklist-picker-results/ChecklistPickerResults.js +127 -127
  421. package/esm2015/elements/picker/extras/distributionlist-picker-results/DistributionListPickerResults.js +63 -63
  422. package/esm2015/elements/picker/extras/entity-picker-results/EntityPickerResults.js +221 -221
  423. package/esm2015/elements/picker/extras/grouped-multi-picker-results/GroupedMultiPickerResults.js +264 -264
  424. package/esm2015/elements/picker/extras/mixed-multi-picker-results/MixedMultiPickerResults.js +193 -193
  425. package/esm2015/elements/picker/extras/picker-results/PickerResults.js +60 -60
  426. package/esm2015/elements/picker/extras/skills-picker-results/SkillsSpecialtyPickerResults.js +79 -79
  427. package/esm2015/elements/picker/extras/workers-comp-codes-picker-results/WorkersCompCodesPickerResults.js +79 -79
  428. package/esm2015/elements/places/places.component.js +369 -369
  429. package/esm2015/elements/places/places.module.js +18 -18
  430. package/esm2015/elements/places/places.service.js +248 -248
  431. package/esm2015/elements/popover/PopOver.js +144 -144
  432. package/esm2015/elements/popover/PopOver.module.js +14 -14
  433. package/esm2015/elements/popover/PopOverContent.js +198 -198
  434. package/esm2015/elements/quick-note/QuickNote.js +572 -572
  435. package/esm2015/elements/quick-note/QuickNote.module.js +19 -19
  436. package/esm2015/elements/quick-note/extras/quick-note-results/QuickNoteResults.js +138 -138
  437. package/esm2015/elements/radio/Radio.js +89 -89
  438. package/esm2015/elements/radio/Radio.module.js +16 -16
  439. package/esm2015/elements/search/SearchBox.js +193 -193
  440. package/esm2015/elements/search/SearchBox.module.js +19 -19
  441. package/esm2015/elements/select/Select.js +363 -358
  442. package/esm2015/elements/select/Select.module.js +19 -18
  443. package/esm2015/elements/simple-table/activity-table-renderers.js +16 -16
  444. package/esm2015/elements/simple-table/cell-header.js +278 -278
  445. package/esm2015/elements/simple-table/cell.js +291 -291
  446. package/esm2015/elements/simple-table/interfaces.js +1 -1
  447. package/esm2015/elements/simple-table/pagination.js +175 -175
  448. package/esm2015/elements/simple-table/row.js +66 -66
  449. package/esm2015/elements/simple-table/simple-table.module.js +92 -92
  450. package/esm2015/elements/simple-table/sort.js +87 -87
  451. package/esm2015/elements/simple-table/state.js +38 -38
  452. package/esm2015/elements/simple-table/table-source.js +70 -70
  453. package/esm2015/elements/simple-table/table.js +238 -238
  454. package/esm2015/elements/slider/Slider.js +81 -81
  455. package/esm2015/elements/slider/Slider.module.js +16 -16
  456. package/esm2015/elements/stepper/step-header.component.js +90 -90
  457. package/esm2015/elements/stepper/step-label.component.js +16 -16
  458. package/esm2015/elements/stepper/step-status.component.js +26 -26
  459. package/esm2015/elements/stepper/stepper.animations.js +19 -19
  460. package/esm2015/elements/stepper/stepper.component.js +139 -139
  461. package/esm2015/elements/stepper/stepper.module.js +21 -21
  462. package/esm2015/elements/switch/Switch.js +88 -88
  463. package/esm2015/elements/switch/Switch.module.js +16 -16
  464. package/esm2015/elements/tabbed-group-picker/TabbedGroupPicker.js +261 -261
  465. package/esm2015/elements/tabbed-group-picker/TabbedGroupPicker.module.js +33 -33
  466. package/esm2015/elements/table/Table.js +940 -940
  467. package/esm2015/elements/table/Table.module.js +40 -40
  468. package/esm2015/elements/table/extras/TableExtras.module.js +59 -59
  469. package/esm2015/elements/table/extras/base-renderer/BaseRenderer.js +8 -8
  470. package/esm2015/elements/table/extras/date-cell/DateCell.js +31 -31
  471. package/esm2015/elements/table/extras/dropdown-cell/DropdownCell.js +44 -44
  472. package/esm2015/elements/table/extras/keep-filter-focus/KeepFilterFocus.js +19 -19
  473. package/esm2015/elements/table/extras/pagination/Pagination.js +125 -125
  474. package/esm2015/elements/table/extras/percentage-cell/PercentageCell.js +15 -15
  475. package/esm2015/elements/table/extras/row-details/RowDetails.js +44 -44
  476. package/esm2015/elements/table/extras/table-actions/TableActions.js +11 -11
  477. package/esm2015/elements/table/extras/table-cell/TableCell.js +82 -82
  478. package/esm2015/elements/table/extras/table-filter/TableFilter.js +59 -59
  479. package/esm2015/elements/table/extras/table-footer/TableFooter.js +11 -11
  480. package/esm2015/elements/table/extras/table-header/TableHeader.js +11 -11
  481. package/esm2015/elements/table/extras/th-orderable/ThOrderable.js +125 -125
  482. package/esm2015/elements/table/extras/th-sortable/ThSortable.js +37 -37
  483. package/esm2015/elements/tabs/Tabs.js +253 -253
  484. package/esm2015/elements/tabs/Tabs.module.js +31 -31
  485. package/esm2015/elements/tiles/Tiles.js +154 -154
  486. package/esm2015/elements/tiles/Tiles.module.js +16 -16
  487. package/esm2015/elements/time-picker/TimePicker.js +201 -201
  488. package/esm2015/elements/time-picker/TimePicker.module.js +21 -21
  489. package/esm2015/elements/time-picker/TimePickerInput.js +202 -202
  490. package/esm2015/elements/tip-well/TipWell.js +94 -94
  491. package/esm2015/elements/tip-well/TipWell.module.js +16 -16
  492. package/esm2015/elements/toast/Toast.js +111 -111
  493. package/esm2015/elements/toast/Toast.module.js +15 -15
  494. package/esm2015/elements/toast/ToastService.js +92 -92
  495. package/esm2015/elements/tooltip/Tooltip.component.js +37 -34
  496. package/esm2015/elements/tooltip/Tooltip.directive.js +189 -187
  497. package/esm2015/elements/tooltip/Tooltip.module.js +16 -16
  498. package/esm2015/elements/unless/Unless.js +56 -56
  499. package/esm2015/elements/unless/Unless.module.js +15 -15
  500. package/esm2015/elements/value/EntityList.js +84 -84
  501. package/esm2015/elements/value/Render.js +415 -415
  502. package/esm2015/elements/value/Value.js +160 -160
  503. package/esm2015/elements/value/Value.module.js +17 -17
  504. package/esm2015/index.js +221 -221
  505. package/esm2015/novo-elements.js +25 -25
  506. package/esm2015/novo-elements.module.js +128 -128
  507. package/esm2015/novo-elements.providers.js +50 -50
  508. package/esm2015/pipes/Pipes.module.js +15 -15
  509. package/esm2015/pipes/decode-uri/DecodeURI.js +18 -18
  510. package/esm2015/pipes/group-by/GroupBy.js +24 -24
  511. package/esm2015/pipes/plural/Plural.js +349 -349
  512. package/esm2015/services/data-provider/ArrayCollection.js +301 -301
  513. package/esm2015/services/data-provider/Collection.js +1 -1
  514. package/esm2015/services/data-provider/CollectionEvent.js +21 -21
  515. package/esm2015/services/data-provider/PagedArrayCollection.js +78 -78
  516. package/esm2015/services/data-provider/PagedCollection.js +1 -1
  517. package/esm2015/services/date-format/DateFormat.js +189 -189
  518. package/esm2015/services/global/global.service.js +18 -18
  519. package/esm2015/services/novo-label-service.js +279 -279
  520. package/esm2015/services/options/OptionsService.js +26 -26
  521. package/esm2015/services/security/Security.js +67 -67
  522. package/esm2015/services/storage/storage.service.js +16 -16
  523. package/esm2015/services/template/NovoTemplateService.js +33 -33
  524. package/esm2015/utils/Helpers.js +395 -395
  525. package/esm2015/utils/app-bridge/AppBridge.js +710 -710
  526. package/esm2015/utils/calendar-utils/CalendarUtils.js +321 -321
  527. package/esm2015/utils/component-utils/ComponentUtils.js +20 -20
  528. package/esm2015/utils/countries/Countries.js +17538 -17538
  529. package/esm2015/utils/deferred/Deferred.js +14 -14
  530. package/esm2015/utils/form-utils/FormUtils.js +793 -788
  531. package/esm2015/utils/key-codes/KeyCodes.js +95 -95
  532. package/esm2015/utils/notifier/notifier.util.js +10 -10
  533. package/esm2015/utils/outside-click/OutsideClick.js +60 -60
  534. package/fesm2015/novo-elements.js +43328 -43295
  535. package/fesm2015/novo-elements.js.map +1 -1
  536. package/index.d.ts +225 -225
  537. package/novo-elements.d.ts +24 -24
  538. package/novo-elements.metadata.json +1 -1
  539. package/novo-elements.module.d.ts +2 -2
  540. package/novo-elements.providers.d.ts +5 -5
  541. package/novo-elements.scss +110 -0
  542. package/package.json +1 -1
  543. package/pipes/Pipes.module.d.ts +2 -2
  544. package/pipes/decode-uri/DecodeURI.d.ts +4 -4
  545. package/pipes/group-by/GroupBy.d.ts +4 -4
  546. package/pipes/plural/Plural.d.ts +4 -4
  547. package/services/data-provider/ArrayCollection.d.ts +178 -178
  548. package/services/data-provider/Collection.d.ts +93 -93
  549. package/services/data-provider/CollectionEvent.d.ts +17 -17
  550. package/services/data-provider/PagedArrayCollection.d.ts +18 -18
  551. package/services/data-provider/PagedCollection.d.ts +15 -15
  552. package/services/date-format/DateFormat.d.ts +13 -13
  553. package/services/global/global.service.d.ts +11 -11
  554. package/services/novo-label-service.d.ts +142 -142
  555. package/services/options/OptionsService.d.ts +9 -9
  556. package/services/security/Security.d.ts +19 -19
  557. package/services/storage/storage.service.d.ts +5 -5
  558. package/services/template/NovoTemplateService.d.ts +7 -7
  559. package/styles/content/typography.scss +200 -0
  560. package/styles/global/cdk.scss +106 -0
  561. package/styles/global/flex-grid.scss +156 -0
  562. package/styles/global/functions.scss +174 -0
  563. package/styles/global/include-media.scss +578 -0
  564. package/styles/global/layout.scss +3 -0
  565. package/styles/global/reset.scss +451 -0
  566. package/styles/global/variables.scss +324 -0
  567. package/utils/Helpers.d.ts +68 -68
  568. package/utils/app-bridge/AppBridge.d.ts +178 -178
  569. package/utils/calendar-utils/CalendarUtils.d.ts +150 -150
  570. package/utils/component-utils/ComponentUtils.d.ts +6 -6
  571. package/utils/countries/Countries.d.ts +51 -51
  572. package/utils/deferred/Deferred.d.ts +4 -4
  573. package/utils/form-utils/FormUtils.d.ts +77 -77
  574. package/utils/key-codes/KeyCodes.d.ts +93 -93
  575. package/utils/notifier/notifier.util.d.ts +1 -1
  576. package/utils/outside-click/OutsideClick.d.ts +24 -24
@@ -0,0 +1,26 @@
1
+ google-places-list {
2
+ novo-list {
3
+ border: 1px solid #4a89dc;
4
+ novo-list-item {
5
+ cursor: pointer;
6
+ flex: 0 0;
7
+ transition: background-color 250ms;
8
+ & > div {
9
+ width: 100%;
10
+ }
11
+ &.active {
12
+ background-color: lighten($positive, 35%);
13
+ }
14
+ &:hover {
15
+ background-color: lighten($positive, 39%);
16
+ }
17
+ item-content {
18
+ flex-flow: row wrap;
19
+ & > * {
20
+ flex: 0 0 33%;
21
+ white-space: nowrap;
22
+ }
23
+ }
24
+ }
25
+ }
26
+ }
@@ -1,2 +1,2 @@
1
- export declare class GooglePlacesModule {
2
- }
1
+ export declare class GooglePlacesModule {
2
+ }
@@ -1,22 +1,22 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { GlobalRef } from '../../services/global/global.service';
3
- import { LocalStorageService } from '../../services/storage/storage.service';
4
- export declare class GooglePlacesService {
5
- private _http;
6
- private platformId;
7
- private _global;
8
- private _localStorageService;
9
- constructor(_http: HttpClient, platformId: Object, _global: GlobalRef, _localStorageService: LocalStorageService);
10
- getPredictions(url: string, query: string): Promise<any>;
11
- getLatLngDetail(url: string, lat: number, lng: number): Promise<any>;
12
- getPlaceDetails(url: string, placeId: string): Promise<any>;
13
- getGeoCurrentLocation(): Promise<any>;
14
- getGeoLatLngDetail(latlng: any): Promise<any>;
15
- getGeoPrediction(params: any): Promise<any>;
16
- getGeoPlaceDetail(placeId: string): Promise<any>;
17
- getGeoPaceDetailByReferance(referance: string): Promise<any>;
18
- addRecentList(localStorageName: string, result: any, itemSavedLength: number): any;
19
- getRecentList(localStorageName: string): Promise<any>;
20
- private getUniqueResults;
21
- private geoPredictionCall;
22
- }
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { GlobalRef } from '../../services/global/global.service';
3
+ import { LocalStorageService } from '../../services/storage/storage.service';
4
+ export declare class GooglePlacesService {
5
+ private _http;
6
+ private platformId;
7
+ private _global;
8
+ private _localStorageService;
9
+ constructor(_http: HttpClient, platformId: Object, _global: GlobalRef, _localStorageService: LocalStorageService);
10
+ getPredictions(url: string, query: string): Promise<any>;
11
+ getLatLngDetail(url: string, lat: number, lng: number): Promise<any>;
12
+ getPlaceDetails(url: string, placeId: string): Promise<any>;
13
+ getGeoCurrentLocation(): Promise<any>;
14
+ getGeoLatLngDetail(latlng: any): Promise<any>;
15
+ getGeoPrediction(params: any): Promise<any>;
16
+ getGeoPlaceDetail(placeId: string): Promise<any>;
17
+ getGeoPaceDetailByReferance(referance: string): Promise<any>;
18
+ addRecentList(localStorageName: string, result: any, itemSavedLength: number): any;
19
+ getRecentList(localStorageName: string): Promise<any>;
20
+ private getUniqueResults;
21
+ private geoPredictionCall;
22
+ }
@@ -1,30 +1,30 @@
1
- import { OnChanges, ComponentRef, ViewContainerRef, ComponentFactoryResolver, EventEmitter, SimpleChange } from '@angular/core';
2
- import { PopOverContent } from './PopOverContent';
3
- export declare class PopOverDirective implements OnChanges {
4
- protected viewContainerRef: ViewContainerRef;
5
- protected resolver: ComponentFactoryResolver;
6
- protected PopoverComponent: typeof PopOverContent;
7
- protected popover: ComponentRef<PopOverContent>;
8
- protected visible: boolean;
9
- constructor(viewContainerRef: ViewContainerRef, resolver: ComponentFactoryResolver);
10
- content: string | PopOverContent;
11
- popoverDisabled: boolean;
12
- popoverAlways: boolean;
13
- popoverAnimation: boolean;
14
- popoverPlacement: string;
15
- popoverTitle: string;
16
- popoverOnHover: boolean;
17
- popoverDismissTimeout: number;
18
- onShown: EventEmitter<PopOverDirective>;
19
- onHidden: EventEmitter<PopOverDirective>;
20
- showOrHideOnClick(): void;
21
- showOnHover(): void;
22
- hideOnHover(): void;
23
- ngOnChanges(changes: {
24
- [propertyName: string]: SimpleChange;
25
- }): void;
26
- toggle(): void;
27
- show(): void;
28
- hide(): void;
29
- getElement(): any;
30
- }
1
+ import { OnChanges, ComponentRef, ViewContainerRef, ComponentFactoryResolver, EventEmitter, SimpleChange } from '@angular/core';
2
+ import { PopOverContent } from './PopOverContent';
3
+ export declare class PopOverDirective implements OnChanges {
4
+ protected viewContainerRef: ViewContainerRef;
5
+ protected resolver: ComponentFactoryResolver;
6
+ protected PopoverComponent: typeof PopOverContent;
7
+ protected popover: ComponentRef<PopOverContent>;
8
+ protected visible: boolean;
9
+ constructor(viewContainerRef: ViewContainerRef, resolver: ComponentFactoryResolver);
10
+ content: string | PopOverContent;
11
+ popoverDisabled: boolean;
12
+ popoverAlways: boolean;
13
+ popoverAnimation: boolean;
14
+ popoverPlacement: string;
15
+ popoverTitle: string;
16
+ popoverOnHover: boolean;
17
+ popoverDismissTimeout: number;
18
+ onShown: EventEmitter<PopOverDirective>;
19
+ onHidden: EventEmitter<PopOverDirective>;
20
+ showOrHideOnClick(): void;
21
+ showOnHover(): void;
22
+ hideOnHover(): void;
23
+ ngOnChanges(changes: {
24
+ [propertyName: string]: SimpleChange;
25
+ }): void;
26
+ toggle(): void;
27
+ show(): void;
28
+ hide(): void;
29
+ getElement(): any;
30
+ }
@@ -1,2 +1,2 @@
1
- export declare class NovoPopOverModule {
2
- }
1
+ export declare class NovoPopOverModule {
2
+ }
@@ -0,0 +1,179 @@
1
+ @mixin reset-text() {
2
+ font-family: $base-font-family; // We deliberately do NOT reset font-size.
3
+ font-style: normal;
4
+ font-weight: normal;
5
+ letter-spacing: normal;
6
+ line-break: auto;
7
+ line-height: 1.428571429;
8
+ text-align: left; // Fallback for where `flex-start` is not supported
9
+ text-align: flex-start;
10
+ text-decoration: none;
11
+ text-shadow: none;
12
+ text-transform: none;
13
+ white-space: normal;
14
+ word-break: normal;
15
+ word-spacing: normal;
16
+ word-wrap: normal;
17
+ }
18
+
19
+ popover-content {
20
+ .popover {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ z-index: 10000;
25
+ display: none;
26
+ width: 400px;
27
+ padding: 23px 20px 16px 20px;
28
+ @include reset-text;
29
+ font-size: 14px;
30
+ background-color: #fff;
31
+ background-clip: padding-box;
32
+ box-shadow: 0 1px 7px rgba(0, 0, 0, 0.09), 0 1px 3px rgba(0, 0, 0, 0.2);
33
+ &.top {
34
+ margin-top: -10px;
35
+ &.virtual-area {
36
+ bottom: -11px;
37
+ }
38
+ }
39
+ &.right {
40
+ margin-left: 10px;
41
+ &.virtual-area {
42
+ left: -11px;
43
+ }
44
+ }
45
+ &.bottom {
46
+ margin-top: 10px;
47
+ &.virtual-area {
48
+ top: -11px;
49
+ }
50
+ }
51
+ &.left {
52
+ margin-left: -10px;
53
+ &.virtual-area {
54
+ right: -11px;
55
+ }
56
+ }
57
+ .virtual-area {
58
+ height: 11px;
59
+ width: 100%;
60
+ position: absolute;
61
+ } // Arrows
62
+ // .arrow is outer, .arrow:after is inner
63
+ &.top > .arrow {
64
+ margin-left: -9px;
65
+ border-bottom-width: 0;
66
+ border-top-color: rgba(0, 0, 0, 0.1);
67
+ bottom: -9px;
68
+ &:after {
69
+ content: ' ';
70
+ bottom: 1px;
71
+ margin-left: -10px;
72
+ border-bottom-width: 0;
73
+ border-top-color: #fff;
74
+ }
75
+ &.center {
76
+ left: 50%;
77
+ }
78
+ &.left {
79
+ left: 91%;
80
+ }
81
+ &.right {
82
+ left: 9%;
83
+ }
84
+ }
85
+ &.right > .arrow {
86
+ left: -9px;
87
+ margin-top: -9px;
88
+ border-left-width: 0;
89
+ border-right-color: rgba(0, 0, 0, 0.1);
90
+ &:after {
91
+ content: ' ';
92
+ left: 1px;
93
+ bottom: -10px;
94
+ border-left-width: 0;
95
+ border-right-color: #fff;
96
+ }
97
+ &.center {
98
+ top: 50%;
99
+ }
100
+ &.top {
101
+ top: 91%;
102
+ }
103
+ &.bottom {
104
+ top: 9%;
105
+ }
106
+ }
107
+ &.bottom > .arrow {
108
+ margin-left: -9px;
109
+ border-top-width: 0;
110
+ border-bottom-color: rgba(0, 0, 0, 0.1);
111
+ top: -9px;
112
+ &:after {
113
+ content: ' ';
114
+ top: 1px;
115
+ margin-left: -10px;
116
+ border-top-width: 0;
117
+ border-bottom-color: #fff;
118
+ }
119
+ &.center {
120
+ left: 50%;
121
+ }
122
+ &.left {
123
+ left: 91%;
124
+ }
125
+ &.right {
126
+ left: 9%;
127
+ }
128
+ }
129
+ &.left > .arrow {
130
+ right: -9px;
131
+ margin-top: -9px;
132
+ border-right-width: 0;
133
+ border-left-color: rgba(0, 0, 0, 0.1);
134
+ &:after {
135
+ content: ' ';
136
+ right: 1px;
137
+ border-right-width: 0;
138
+ border-left-color: #fff;
139
+ bottom: -10px;
140
+ }
141
+ &.center {
142
+ top: 50%;
143
+ }
144
+ &.top {
145
+ top: 91%;
146
+ }
147
+ &.bottom {
148
+ top: 9%;
149
+ }
150
+ }
151
+ }
152
+ .popover > .arrow {
153
+ border-width: 9px;
154
+ &,
155
+ &:after {
156
+ position: absolute;
157
+ display: block;
158
+ width: 0;
159
+ height: 0;
160
+ border-color: transparent;
161
+ border-style: solid;
162
+ }
163
+ &:after {
164
+ border-width: 10px;
165
+ content: '';
166
+ }
167
+ }
168
+ .popover-title {
169
+ margin: 0; // reset heading margin
170
+ padding: 0 0 8px 0;
171
+ font-weight: 600;
172
+ }
173
+ .popover-content {
174
+ padding: 9px 0;
175
+ .popover-content-text {
176
+ white-space: pre-line;
177
+ }
178
+ }
179
+ }
@@ -1,45 +1,45 @@
1
- import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter } from '@angular/core';
2
- import { PopOverDirective } from './PopOver';
3
- export declare class PopOverContent implements AfterViewInit {
4
- protected element: ElementRef;
5
- protected cdr: ChangeDetectorRef;
6
- content: string;
7
- placement: string;
8
- title: string;
9
- animation: boolean;
10
- popoverDiv: ElementRef;
11
- popover: PopOverDirective;
12
- onCloseFromOutside: EventEmitter<any>;
13
- top: number;
14
- left: number;
15
- displayType: string;
16
- effectivePlacement: string;
17
- effectiveAlignment: string;
18
- isHidden: boolean;
19
- constructor(element: ElementRef, cdr: ChangeDetectorRef);
20
- ngAfterViewInit(): void;
21
- toggle(): void;
22
- show(): void;
23
- hide(): void;
24
- hideFromPopover(): void;
25
- protected positionElements(hostEl: HTMLElement, targetEl: HTMLElement, positionStr: string, appendToBody?: boolean): {
26
- top: number;
27
- left: number;
28
- };
29
- protected position(nativeEl: HTMLElement): {
30
- width: number;
31
- height: number;
32
- top: number;
33
- left: number;
34
- };
35
- protected offset(nativeEl: any): {
36
- width: number;
37
- height: number;
38
- top: number;
39
- left: number;
40
- };
41
- protected getStyle(nativeEl: HTMLElement, cssProp: string): string;
42
- protected isStaticPositioned(nativeEl: HTMLElement): boolean;
43
- protected parentOffsetEl(nativeEl: HTMLElement): any;
44
- protected getEffectivePlacement(desiredPlacement: string, hostElement: HTMLElement, targetElement: HTMLElement): string;
45
- }
1
+ import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter } from '@angular/core';
2
+ import { PopOverDirective } from './PopOver';
3
+ export declare class PopOverContent implements AfterViewInit {
4
+ protected element: ElementRef;
5
+ protected cdr: ChangeDetectorRef;
6
+ content: string;
7
+ placement: string;
8
+ title: string;
9
+ animation: boolean;
10
+ popoverDiv: ElementRef;
11
+ popover: PopOverDirective;
12
+ onCloseFromOutside: EventEmitter<any>;
13
+ top: number;
14
+ left: number;
15
+ displayType: string;
16
+ effectivePlacement: string;
17
+ effectiveAlignment: string;
18
+ isHidden: boolean;
19
+ constructor(element: ElementRef, cdr: ChangeDetectorRef);
20
+ ngAfterViewInit(): void;
21
+ toggle(): void;
22
+ show(): void;
23
+ hide(): void;
24
+ hideFromPopover(): void;
25
+ protected positionElements(hostEl: HTMLElement, targetEl: HTMLElement, positionStr: string, appendToBody?: boolean): {
26
+ top: number;
27
+ left: number;
28
+ };
29
+ protected position(nativeEl: HTMLElement): {
30
+ width: number;
31
+ height: number;
32
+ top: number;
33
+ left: number;
34
+ };
35
+ protected offset(nativeEl: any): {
36
+ width: number;
37
+ height: number;
38
+ top: number;
39
+ left: number;
40
+ };
41
+ protected getStyle(nativeEl: HTMLElement, cssProp: string): string;
42
+ protected isStaticPositioned(nativeEl: HTMLElement): boolean;
43
+ protected parentOffsetEl(nativeEl: HTMLElement): any;
44
+ protected getEffectivePlacement(desiredPlacement: string, hostElement: HTMLElement, targetElement: HTMLElement): string;
45
+ }
@@ -1,139 +1,139 @@
1
- import { EventEmitter, ElementRef, ViewContainerRef, OnInit, AfterViewInit, OnDestroy, NgZone } from '@angular/core';
2
- import { OutsideClick } from './../../utils/outside-click/OutsideClick';
3
- import { ComponentUtils } from './../../utils/component-utils/ComponentUtils';
4
- export declare class QuickNoteElement extends OutsideClick implements OnInit, OnDestroy, AfterViewInit {
5
- private zone;
6
- private componentUtils;
7
- wrapper: ElementRef;
8
- host: ElementRef;
9
- results: ViewContainerRef;
10
- config: any;
11
- startupFocus: boolean;
12
- placeholder: string;
13
- focus: EventEmitter<any>;
14
- blur: EventEmitter<any>;
15
- change: EventEmitter<any>;
16
- private resultsComponent;
17
- private quickNoteResults;
18
- private isTagging;
19
- private taggingMode;
20
- private model;
21
- private ckeInstance;
22
- private debounceTimeout;
23
- private placeholderVisible;
24
- private _placeholderElement;
25
- private static TOOLBAR_HEIGHT;
26
- private onModelChange;
27
- private onModelTouched;
28
- constructor(zone: NgZone, element: ElementRef, componentUtils: ComponentUtils);
29
- ngOnInit(): void;
30
- ngOnDestroy(): void;
31
- /**
32
- * Connect to key/mouse events from CKEditor after the editor has been initialized
33
- */
34
- ngAfterViewInit(): void;
35
- onTouched(event?: any): void;
36
- /**
37
- * Handles setting the model and the view from the outside caller or the user's typing
38
- *
39
- * @param model A model that has a note (html content) and references (array of objects)
40
- */
41
- writeValue(model: any): void;
42
- registerOnChange(fn: Function): void;
43
- registerOnTouched(fn: Function): void;
44
- /**
45
- * If a renderer is not provided, the QuickNote will default to using this one, an anchor tag with no href
46
- */
47
- private static defaultRenderer;
48
- /**
49
- * Returns the renderer for a given tagging mode if it exists in the config, otherwise the default.
50
- */
51
- private getRenderer;
52
- /**
53
- * Called every time a keystroke is made in the editor. Listens for particular keys (e.g. UP arrow, ESC, etc.)
54
- * to handle certain behaviors of the picker.
55
- *
56
- * Runs within the context of the CKEditor, so actions that affect the view have to be run back inside of the
57
- * Angular zone of this class.
58
- *
59
- * @param event The key press event
60
- * @return true to allow the event to occur, false to cancel the event
61
- */
62
- private onKey;
63
- /**
64
- * Debounced method that is run in the proper Angular context when the user has modified the CKEditor.
65
- * After the value has been updated in CKEditor, this will propagate that change to the model and listeners.
66
- */
67
- private onValueChange;
68
- /**
69
- * Creates an instance of the results (called popup) and adds all the bindings to that instance.
70
- */
71
- private showResults;
72
- /**
73
- * Deletes the picker results from the DOM.
74
- */
75
- private hideResults;
76
- /**
77
- * Handles the selection from the QuickNoteResults Component. Called by the QuickNoteResults component on it's
78
- * parent (this element).
79
- *
80
- * @param taggingMode - type of tags we are looking for
81
- * @param selected - selected object from the picker that has a label and value
82
- */
83
- private onSelected;
84
- /**
85
- * Convenience method that gets the current word that the cursor is on, minus the tag.
86
- * Also, trims any whitespace before/after the term to aid in searching.
87
- */
88
- private getSearchTerm;
89
- /**
90
- * Gets the current word that the cursor is on CKEditor. Current word starts at the beginning of the line or a
91
- * tag character if we are in tagging mode. Current word ends at the end of the line or an empty space.
92
- *
93
- * @returns plain text string (removes all html formatting)
94
- */
95
- private getWordAtCursor;
96
- /**
97
- * Replaces the word that the user is on with the given html.
98
- *
99
- * CKEditor gives us access to the current line of html in the editor, so we replace the content of
100
- * the line, replacing only the current word.
101
- */
102
- private replaceWordAtCursor;
103
- /**
104
- * Returns current references, minus any from the model that have been removed from the editor.
105
- */
106
- private validateReferences;
107
- /**
108
- * Configures the CKEditor for QuickNote functionality.
109
- *
110
- * Sets the height of the CKEditor dynamically to the height of the wrapper upon initialization.
111
- * Removes the toolbar on the bottom and configures a slimmed down version of the toolbar.
112
- * Removes plugins and turns off setting to allow browser based spell checking.
113
- */
114
- private getCKEditorConfig;
115
- /**
116
- * Returns the current screen position of the cursor in CKEditor, accounting for any scrolling in the editor.
117
- */
118
- private getCursorPosition;
119
- /**
120
- * Positions the results dropdown based on the location of the cursor in the text field
121
- */
122
- private positionResultsDropdown;
123
- /**
124
- * Returns the height in pixels of the content area - the text that the user has entered.
125
- */
126
- private getContentHeight;
127
- /**
128
- * Show the placeholder text if the editor is empty
129
- */
130
- private showPlaceholder;
131
- /**
132
- * Hide the placeholder text by removing the placeholder element from the DOM
133
- */
134
- private hidePlaceholder;
135
- /**
136
- * Get or create the single placeholder object that is constructed only when needed.
137
- */
138
- private get placeholderElement();
139
- }
1
+ import { EventEmitter, ElementRef, ViewContainerRef, OnInit, AfterViewInit, OnDestroy, NgZone } from '@angular/core';
2
+ import { OutsideClick } from './../../utils/outside-click/OutsideClick';
3
+ import { ComponentUtils } from './../../utils/component-utils/ComponentUtils';
4
+ export declare class QuickNoteElement extends OutsideClick implements OnInit, OnDestroy, AfterViewInit {
5
+ private zone;
6
+ private componentUtils;
7
+ wrapper: ElementRef;
8
+ host: ElementRef;
9
+ results: ViewContainerRef;
10
+ config: any;
11
+ startupFocus: boolean;
12
+ placeholder: string;
13
+ focus: EventEmitter<any>;
14
+ blur: EventEmitter<any>;
15
+ change: EventEmitter<any>;
16
+ private resultsComponent;
17
+ private quickNoteResults;
18
+ private isTagging;
19
+ private taggingMode;
20
+ private model;
21
+ private ckeInstance;
22
+ private debounceTimeout;
23
+ private placeholderVisible;
24
+ private _placeholderElement;
25
+ private static TOOLBAR_HEIGHT;
26
+ private onModelChange;
27
+ private onModelTouched;
28
+ constructor(zone: NgZone, element: ElementRef, componentUtils: ComponentUtils);
29
+ ngOnInit(): void;
30
+ ngOnDestroy(): void;
31
+ /**
32
+ * Connect to key/mouse events from CKEditor after the editor has been initialized
33
+ */
34
+ ngAfterViewInit(): void;
35
+ onTouched(event?: any): void;
36
+ /**
37
+ * Handles setting the model and the view from the outside caller or the user's typing
38
+ *
39
+ * @param model A model that has a note (html content) and references (array of objects)
40
+ */
41
+ writeValue(model: any): void;
42
+ registerOnChange(fn: Function): void;
43
+ registerOnTouched(fn: Function): void;
44
+ /**
45
+ * If a renderer is not provided, the QuickNote will default to using this one, an anchor tag with no href
46
+ */
47
+ private static defaultRenderer;
48
+ /**
49
+ * Returns the renderer for a given tagging mode if it exists in the config, otherwise the default.
50
+ */
51
+ private getRenderer;
52
+ /**
53
+ * Called every time a keystroke is made in the editor. Listens for particular keys (e.g. UP arrow, ESC, etc.)
54
+ * to handle certain behaviors of the picker.
55
+ *
56
+ * Runs within the context of the CKEditor, so actions that affect the view have to be run back inside of the
57
+ * Angular zone of this class.
58
+ *
59
+ * @param event The key press event
60
+ * @return true to allow the event to occur, false to cancel the event
61
+ */
62
+ private onKey;
63
+ /**
64
+ * Debounced method that is run in the proper Angular context when the user has modified the CKEditor.
65
+ * After the value has been updated in CKEditor, this will propagate that change to the model and listeners.
66
+ */
67
+ private onValueChange;
68
+ /**
69
+ * Creates an instance of the results (called popup) and adds all the bindings to that instance.
70
+ */
71
+ private showResults;
72
+ /**
73
+ * Deletes the picker results from the DOM.
74
+ */
75
+ private hideResults;
76
+ /**
77
+ * Handles the selection from the QuickNoteResults Component. Called by the QuickNoteResults component on it's
78
+ * parent (this element).
79
+ *
80
+ * @param taggingMode - type of tags we are looking for
81
+ * @param selected - selected object from the picker that has a label and value
82
+ */
83
+ private onSelected;
84
+ /**
85
+ * Convenience method that gets the current word that the cursor is on, minus the tag.
86
+ * Also, trims any whitespace before/after the term to aid in searching.
87
+ */
88
+ private getSearchTerm;
89
+ /**
90
+ * Gets the current word that the cursor is on CKEditor. Current word starts at the beginning of the line or a
91
+ * tag character if we are in tagging mode. Current word ends at the end of the line or an empty space.
92
+ *
93
+ * @returns plain text string (removes all html formatting)
94
+ */
95
+ private getWordAtCursor;
96
+ /**
97
+ * Replaces the word that the user is on with the given html.
98
+ *
99
+ * CKEditor gives us access to the current line of html in the editor, so we replace the content of
100
+ * the line, replacing only the current word.
101
+ */
102
+ private replaceWordAtCursor;
103
+ /**
104
+ * Returns current references, minus any from the model that have been removed from the editor.
105
+ */
106
+ private validateReferences;
107
+ /**
108
+ * Configures the CKEditor for QuickNote functionality.
109
+ *
110
+ * Sets the height of the CKEditor dynamically to the height of the wrapper upon initialization.
111
+ * Removes the toolbar on the bottom and configures a slimmed down version of the toolbar.
112
+ * Removes plugins and turns off setting to allow browser based spell checking.
113
+ */
114
+ private getCKEditorConfig;
115
+ /**
116
+ * Returns the current screen position of the cursor in CKEditor, accounting for any scrolling in the editor.
117
+ */
118
+ private getCursorPosition;
119
+ /**
120
+ * Positions the results dropdown based on the location of the cursor in the text field
121
+ */
122
+ private positionResultsDropdown;
123
+ /**
124
+ * Returns the height in pixels of the content area - the text that the user has entered.
125
+ */
126
+ private getContentHeight;
127
+ /**
128
+ * Show the placeholder text if the editor is empty
129
+ */
130
+ private showPlaceholder;
131
+ /**
132
+ * Hide the placeholder text by removing the placeholder element from the DOM
133
+ */
134
+ private hidePlaceholder;
135
+ /**
136
+ * Get or create the single placeholder object that is constructed only when needed.
137
+ */
138
+ private get placeholderElement();
139
+ }