@anglr/select 11.0.2 → 12.0.0-beta.20230109082659

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 (219) hide show
  1. package/changelog.md +43 -0
  2. package/elements/src/components/ngSelectElements.component.d.ts +1 -1
  3. package/es2015/elements/src/components/ngSelectElements.component.js +7 -13
  4. package/es2015/elements/src/components/ngSelectElements.component.js.map +1 -1
  5. package/es2015/elements/src/modules/ngSelectElements.module.js +7 -9
  6. package/es2015/elements/src/modules/ngSelectElements.module.js.map +1 -1
  7. package/es2015/material/src/components/basicDialogPopup/basicDialogPopup.component.js +3 -3
  8. package/es2015/material/src/directives/dialogPopup/dialogPopup.directive.js +3 -3
  9. package/es2015/material/src/modules/dialogPopup.module.js +5 -7
  10. package/es2015/material/src/modules/dialogPopup.module.js.map +1 -1
  11. package/es2015/material/src/modules/virtualEditPopup.module.js +5 -7
  12. package/es2015/material/src/modules/virtualEditPopup.module.js.map +1 -1
  13. package/es2015/material/src/plugins/popup/dialog/dialogPopup.component.js +3 -3
  14. package/es2015/material/src/plugins/popup/virtualEdit/virtualEditPopup.component.js +5 -5
  15. package/es2015/src/components/option/optgroup.component.js +3 -3
  16. package/es2015/src/components/option/option.component.js +3 -3
  17. package/es2015/src/components/select/select.component.js +9 -15
  18. package/es2015/src/components/select/select.component.js.map +1 -1
  19. package/es2015/src/directives/ngSelectAbsolute/ngSelectAbsolute.directive.js +3 -3
  20. package/es2015/src/directives/ngSelectEdit/ngSelectEdit.directive.js +3 -3
  21. package/es2015/src/directives/ngSelectPlaceholder/ngSelectPlaceholder.directive.js +3 -3
  22. package/es2015/src/misc/ngSelectControlValueAccessor.directive.js +3 -3
  23. package/es2015/src/misc/pluginBus/pluginBus.js +3 -3
  24. package/es2015/src/modules/ngSelect.module.js +8 -10
  25. package/es2015/src/modules/ngSelect.module.js.map +1 -1
  26. package/es2015/src/modules/ngSelectDynamic.module.js +4 -4
  27. package/es2015/src/modules/ngSelectEdit.module.js +5 -7
  28. package/es2015/src/modules/ngSelectEdit.module.js.map +1 -1
  29. package/es2015/src/pipes/ngSelectHasValue.pipe.js +3 -3
  30. package/es2015/src/pipes/ngSelectValue.pipe.js +3 -3
  31. package/es2015/src/plugins/keyboardHandler/basic/basicKeyboardHandler.component.js +3 -3
  32. package/es2015/src/plugins/keyboardHandler/edit/editKeyboardHandler.component.js +3 -3
  33. package/es2015/src/plugins/liveSearch/basic/basicLiveSearch.component.js +3 -3
  34. package/es2015/src/plugins/liveSearch/edit/editLiveSearch.component.js +3 -3
  35. package/es2015/src/plugins/liveSearch/no/noLiveSearch.component.js +3 -3
  36. package/es2015/src/plugins/liveSearch/no/noLiveSearch.component.js.map +1 -1
  37. package/es2015/src/plugins/normalState/basic/basicNormalState.component.js +3 -3
  38. package/es2015/src/plugins/normalState/edit/editNormalState.component.js +3 -3
  39. package/es2015/src/plugins/normalState/normalStateAbstract.component.js +3 -3
  40. package/es2015/src/plugins/popup/basic/basicPopup.component.js +3 -3
  41. package/es2015/src/plugins/popup/basic/basicPopup.component.js.map +1 -1
  42. package/es2015/src/plugins/popup/edit/editPopup.component.js +3 -3
  43. package/es2015/src/plugins/popup/edit/editPopup.component.js.map +1 -1
  44. package/es2015/src/plugins/popup/popupAbstract.component.js +3 -3
  45. package/es2015/src/plugins/popup/popupAbstract.component.js.map +1 -1
  46. package/es2015/src/plugins/positioner/components.js +1 -1
  47. package/es2015/src/plugins/positioner/components.js.map +1 -1
  48. package/es2015/src/plugins/positioner/default/defaultPositioner.component.js +175 -0
  49. package/es2015/src/plugins/positioner/default/defaultPositioner.component.js.map +1 -0
  50. package/es2015/src/plugins/positioner/default/defaultPositioner.interface.js +2 -0
  51. package/es2015/src/plugins/positioner/default/defaultPositioner.interface.js.map +1 -0
  52. package/es2015/src/plugins/positioner/index.js +1 -1
  53. package/es2015/src/plugins/positioner/index.js.map +1 -1
  54. package/es2015/src/plugins/positioner/no/noPositioner.component.js +12 -7
  55. package/es2015/src/plugins/positioner/no/noPositioner.component.js.map +1 -1
  56. package/es2015/src/plugins/positioner/positioner.interface.js.map +1 -1
  57. package/es2015/src/plugins/positioner/types.js +0 -1
  58. package/es2015/src/plugins/positioner/types.js.map +1 -1
  59. package/es2015/src/plugins/valueHandler/basic/basicValueHandler.component.js +3 -3
  60. package/es2015/src/plugins/valueHandler/dynamic/dynamicValueHandler.component.js +3 -3
  61. package/es2015/src/plugins/valueHandler/valueHandlerBase.js +3 -3
  62. package/es2020/elements/src/components/ngSelectElements.component.js +7 -13
  63. package/es2020/elements/src/components/ngSelectElements.component.js.map +1 -1
  64. package/es2020/elements/src/modules/ngSelectElements.module.js +7 -9
  65. package/es2020/elements/src/modules/ngSelectElements.module.js.map +1 -1
  66. package/es2020/material/src/components/basicDialogPopup/basicDialogPopup.component.js +3 -3
  67. package/es2020/material/src/directives/dialogPopup/dialogPopup.directive.js +3 -3
  68. package/es2020/material/src/modules/dialogPopup.module.js +5 -7
  69. package/es2020/material/src/modules/dialogPopup.module.js.map +1 -1
  70. package/es2020/material/src/modules/virtualEditPopup.module.js +5 -7
  71. package/es2020/material/src/modules/virtualEditPopup.module.js.map +1 -1
  72. package/es2020/material/src/plugins/popup/dialog/dialogPopup.component.js +3 -3
  73. package/es2020/material/src/plugins/popup/virtualEdit/virtualEditPopup.component.js +5 -5
  74. package/es2020/src/components/option/optgroup.component.js +3 -3
  75. package/es2020/src/components/option/option.component.js +3 -3
  76. package/es2020/src/components/select/select.component.js +9 -15
  77. package/es2020/src/components/select/select.component.js.map +1 -1
  78. package/es2020/src/directives/ngSelectAbsolute/ngSelectAbsolute.directive.js +3 -3
  79. package/es2020/src/directives/ngSelectEdit/ngSelectEdit.directive.js +3 -3
  80. package/es2020/src/directives/ngSelectPlaceholder/ngSelectPlaceholder.directive.js +3 -3
  81. package/es2020/src/misc/ngSelectControlValueAccessor.directive.js +3 -3
  82. package/es2020/src/misc/pluginBus/pluginBus.js +3 -3
  83. package/es2020/src/modules/ngSelect.module.js +8 -10
  84. package/es2020/src/modules/ngSelect.module.js.map +1 -1
  85. package/es2020/src/modules/ngSelectDynamic.module.js +4 -4
  86. package/es2020/src/modules/ngSelectEdit.module.js +5 -7
  87. package/es2020/src/modules/ngSelectEdit.module.js.map +1 -1
  88. package/es2020/src/pipes/ngSelectHasValue.pipe.js +3 -3
  89. package/es2020/src/pipes/ngSelectValue.pipe.js +3 -3
  90. package/es2020/src/plugins/keyboardHandler/basic/basicKeyboardHandler.component.js +3 -3
  91. package/es2020/src/plugins/keyboardHandler/edit/editKeyboardHandler.component.js +3 -3
  92. package/es2020/src/plugins/liveSearch/basic/basicLiveSearch.component.js +3 -3
  93. package/es2020/src/plugins/liveSearch/edit/editLiveSearch.component.js +3 -3
  94. package/es2020/src/plugins/liveSearch/no/noLiveSearch.component.js +3 -3
  95. package/es2020/src/plugins/liveSearch/no/noLiveSearch.component.js.map +1 -1
  96. package/es2020/src/plugins/normalState/basic/basicNormalState.component.js +3 -3
  97. package/es2020/src/plugins/normalState/edit/editNormalState.component.js +3 -3
  98. package/es2020/src/plugins/normalState/normalStateAbstract.component.js +3 -3
  99. package/es2020/src/plugins/popup/basic/basicPopup.component.js +3 -3
  100. package/es2020/src/plugins/popup/basic/basicPopup.component.js.map +1 -1
  101. package/es2020/src/plugins/popup/edit/editPopup.component.js +3 -3
  102. package/es2020/src/plugins/popup/edit/editPopup.component.js.map +1 -1
  103. package/es2020/src/plugins/popup/popupAbstract.component.js +3 -3
  104. package/es2020/src/plugins/popup/popupAbstract.component.js.map +1 -1
  105. package/es2020/src/plugins/positioner/components.js +1 -1
  106. package/es2020/src/plugins/positioner/components.js.map +1 -1
  107. package/es2020/src/plugins/positioner/default/defaultPositioner.component.js +172 -0
  108. package/es2020/src/plugins/positioner/default/defaultPositioner.component.js.map +1 -0
  109. package/es2020/src/plugins/positioner/default/defaultPositioner.interface.js +2 -0
  110. package/es2020/src/plugins/positioner/default/defaultPositioner.interface.js.map +1 -0
  111. package/es2020/src/plugins/positioner/index.js +1 -1
  112. package/es2020/src/plugins/positioner/index.js.map +1 -1
  113. package/es2020/src/plugins/positioner/no/noPositioner.component.js +12 -7
  114. package/es2020/src/plugins/positioner/no/noPositioner.component.js.map +1 -1
  115. package/es2020/src/plugins/positioner/positioner.interface.js.map +1 -1
  116. package/es2020/src/plugins/positioner/types.js +0 -1
  117. package/es2020/src/plugins/positioner/types.js.map +1 -1
  118. package/es2020/src/plugins/valueHandler/basic/basicValueHandler.component.js +3 -3
  119. package/es2020/src/plugins/valueHandler/dynamic/dynamicValueHandler.component.js +3 -3
  120. package/es2020/src/plugins/valueHandler/valueHandlerBase.js +3 -3
  121. package/material/src/components/basicDialogPopup/basicDialogPopup.component.d.ts +1 -1
  122. package/material/src/directives/dialogPopup/dialogPopup.directive.d.ts +1 -1
  123. package/material/src/plugins/popup/dialog/dialogPopup.component.d.ts +1 -1
  124. package/material/src/plugins/popup/virtualEdit/virtualEditPopup.component.d.ts +1 -1
  125. package/package.json +37 -52
  126. package/src/components/option/optgroup.component.d.ts +1 -1
  127. package/src/components/option/option.component.d.ts +1 -1
  128. package/src/components/select/select.component.d.ts +1 -1
  129. package/src/directives/ngSelectAbsolute/ngSelectAbsolute.directive.d.ts +1 -1
  130. package/src/directives/ngSelectEdit/ngSelectEdit.directive.d.ts +1 -1
  131. package/src/directives/ngSelectPlaceholder/ngSelectPlaceholder.directive.d.ts +1 -1
  132. package/src/misc/ngSelectControlValueAccessor.directive.d.ts +1 -1
  133. package/src/modules/ngSelect.module.d.ts +2 -2
  134. package/src/pipes/ngSelectHasValue.pipe.d.ts +1 -1
  135. package/src/pipes/ngSelectValue.pipe.d.ts +1 -1
  136. package/src/plugins/keyboardHandler/basic/basicKeyboardHandler.component.d.ts +1 -1
  137. package/src/plugins/keyboardHandler/edit/editKeyboardHandler.component.d.ts +1 -1
  138. package/src/plugins/liveSearch/basic/basicLiveSearch.component.d.ts +1 -1
  139. package/src/plugins/liveSearch/edit/editLiveSearch.component.d.ts +1 -1
  140. package/src/plugins/liveSearch/no/noLiveSearch.component.d.ts +1 -1
  141. package/src/plugins/normalState/basic/basicNormalState.component.d.ts +1 -1
  142. package/src/plugins/normalState/edit/editNormalState.component.d.ts +1 -1
  143. package/src/plugins/normalState/normalStateAbstract.component.d.ts +1 -1
  144. package/src/plugins/popup/basic/basicPopup.component.d.ts +1 -1
  145. package/src/plugins/popup/edit/editPopup.component.d.ts +1 -1
  146. package/src/plugins/popup/popupAbstract.component.d.ts +1 -1
  147. package/src/plugins/positioner/components.d.ts +1 -1
  148. package/src/plugins/positioner/components.d.ts.map +1 -1
  149. package/src/plugins/positioner/default/defaultPositioner.component.d.ts +94 -0
  150. package/src/plugins/positioner/default/defaultPositioner.component.d.ts.map +1 -0
  151. package/src/plugins/positioner/default/defaultPositioner.interface.d.ts +12 -0
  152. package/src/plugins/positioner/default/defaultPositioner.interface.d.ts.map +1 -0
  153. package/src/plugins/positioner/index.d.ts +1 -1
  154. package/src/plugins/positioner/index.d.ts.map +1 -1
  155. package/src/plugins/positioner/no/noPositioner.component.d.ts +11 -3
  156. package/src/plugins/positioner/no/noPositioner.component.d.ts.map +1 -1
  157. package/src/plugins/positioner/positioner.interface.d.ts +8 -7
  158. package/src/plugins/positioner/positioner.interface.d.ts.map +1 -1
  159. package/src/plugins/positioner/types.d.ts +0 -1
  160. package/src/plugins/positioner/types.d.ts.map +1 -1
  161. package/src/plugins/valueHandler/basic/basicValueHandler.component.d.ts +1 -1
  162. package/src/plugins/valueHandler/dynamic/dynamicValueHandler.component.d.ts +1 -1
  163. package/src/plugins/valueHandler/valueHandlerBase.d.ts +1 -1
  164. package/version.bak +1 -1
  165. package/es2015/popperJs/src/index.js +0 -4
  166. package/es2015/popperJs/src/index.js.map +0 -1
  167. package/es2015/popperJs/src/modules/popperjsPositioner.module.js +0 -23
  168. package/es2015/popperJs/src/modules/popperjsPositioner.module.js.map +0 -1
  169. package/es2015/popperJs/src/plugins/positioner/components.js +0 -2
  170. package/es2015/popperJs/src/plugins/positioner/components.js.map +0 -1
  171. package/es2015/popperJs/src/plugins/positioner/index.js +0 -2
  172. package/es2015/popperJs/src/plugins/positioner/index.js.map +0 -1
  173. package/es2015/popperJs/src/plugins/positioner/popperJs/popperJsPositioner.component.js +0 -151
  174. package/es2015/popperJs/src/plugins/positioner/popperJs/popperJsPositioner.component.js.map +0 -1
  175. package/es2015/popperJs/src/plugins/positioner/popperJs/popperjsPositioner.interface.js +0 -2
  176. package/es2015/popperJs/src/plugins/positioner/popperJs/popperjsPositioner.interface.js.map +0 -1
  177. package/es2015/src/plugins/positioner/basic/basicPositioner.component.js +0 -193
  178. package/es2015/src/plugins/positioner/basic/basicPositioner.component.js.map +0 -1
  179. package/es2015/src/plugins/positioner/basic/basicPositioner.interface.js +0 -2
  180. package/es2015/src/plugins/positioner/basic/basicPositioner.interface.js.map +0 -1
  181. package/es2015/src/plugins/positioner/basic/types.js +0 -36
  182. package/es2015/src/plugins/positioner/basic/types.js.map +0 -1
  183. package/es2020/popperJs/src/index.js +0 -4
  184. package/es2020/popperJs/src/index.js.map +0 -1
  185. package/es2020/popperJs/src/modules/popperjsPositioner.module.js +0 -23
  186. package/es2020/popperJs/src/modules/popperjsPositioner.module.js.map +0 -1
  187. package/es2020/popperJs/src/plugins/positioner/components.js +0 -2
  188. package/es2020/popperJs/src/plugins/positioner/components.js.map +0 -1
  189. package/es2020/popperJs/src/plugins/positioner/index.js +0 -2
  190. package/es2020/popperJs/src/plugins/positioner/index.js.map +0 -1
  191. package/es2020/popperJs/src/plugins/positioner/popperJs/popperJsPositioner.component.js +0 -148
  192. package/es2020/popperJs/src/plugins/positioner/popperJs/popperJsPositioner.component.js.map +0 -1
  193. package/es2020/popperJs/src/plugins/positioner/popperJs/popperjsPositioner.interface.js +0 -2
  194. package/es2020/popperJs/src/plugins/positioner/popperJs/popperjsPositioner.interface.js.map +0 -1
  195. package/es2020/src/plugins/positioner/basic/basicPositioner.component.js +0 -190
  196. package/es2020/src/plugins/positioner/basic/basicPositioner.component.js.map +0 -1
  197. package/es2020/src/plugins/positioner/basic/basicPositioner.interface.js +0 -2
  198. package/es2020/src/plugins/positioner/basic/basicPositioner.interface.js.map +0 -1
  199. package/es2020/src/plugins/positioner/basic/types.js +0 -36
  200. package/es2020/src/plugins/positioner/basic/types.js.map +0 -1
  201. package/popperJs/package.json +0 -9
  202. package/popperJs/src/index.d.ts +0 -4
  203. package/popperJs/src/index.d.ts.map +0 -1
  204. package/popperJs/src/modules/popperjsPositioner.module.d.ts +0 -11
  205. package/popperJs/src/modules/popperjsPositioner.module.d.ts.map +0 -1
  206. package/popperJs/src/plugins/positioner/components.d.ts +0 -2
  207. package/popperJs/src/plugins/positioner/components.d.ts.map +0 -1
  208. package/popperJs/src/plugins/positioner/index.d.ts +0 -2
  209. package/popperJs/src/plugins/positioner/index.d.ts.map +0 -1
  210. package/popperJs/src/plugins/positioner/popperJs/popperJsPositioner.component.d.ts +0 -78
  211. package/popperJs/src/plugins/positioner/popperJs/popperJsPositioner.component.d.ts.map +0 -1
  212. package/popperJs/src/plugins/positioner/popperJs/popperjsPositioner.interface.d.ts +0 -12
  213. package/popperJs/src/plugins/positioner/popperJs/popperjsPositioner.interface.d.ts.map +0 -1
  214. package/src/plugins/positioner/basic/basicPositioner.component.d.ts +0 -90
  215. package/src/plugins/positioner/basic/basicPositioner.component.d.ts.map +0 -1
  216. package/src/plugins/positioner/basic/basicPositioner.interface.d.ts +0 -29
  217. package/src/plugins/positioner/basic/basicPositioner.interface.d.ts.map +0 -1
  218. package/src/plugins/positioner/basic/types.d.ts +0 -22
  219. package/src/plugins/positioner/basic/types.d.ts.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defaultPositioner.component.js","sourceRoot":"","sources":["../../../../../src/plugins/positioner/default/defaultPositioner.component.ts"],"names":[],"mappings":"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","sourcesContent":["import {Component, ChangeDetectionStrategy, Inject, Optional, ElementRef, OnDestroy, PLATFORM_ID, ChangeDetectorRef, EventEmitter} from '@angular/core';\nimport {isPlatformBrowser} from '@angular/common';\nimport {Position, POSITION, PositionOffset, PositionPlacement} from '@anglr/common';\nimport {extend, NoopAction} from '@jscrpt/common';\nimport {Subscription} from 'rxjs';\n\nimport {DefaultPositionerOptions, DefaultPositioner} from './defaultPositioner.interface';\nimport {NgSelectPlugin, OptionsGatherer} from '../../../misc';\nimport {NgSelectPluginInstances} from '../../../components/select';\nimport {NG_SELECT_PLUGIN_INSTANCES} from '../../../components/select/types';\nimport {POSITIONER_OPTIONS} from '../types';\nimport {Popup} from '../../popup';\nimport {POPUP} from '../../popup/types';\nimport {PluginBus} from '../../../misc/pluginBus/pluginBus';\n\n/**\n * Default options for positioner\n */\nconst defaultOptions: DefaultPositionerOptions =\n{\n positionOptions:\n {\n offset: PositionOffset.None,\n placement: PositionPlacement.BottomStart,\n }\n};\n\n/**\n * Component used for positioning popup element, handles resize, scroll and collision using `Position`\n */\n@Component(\n{\n selector: 'ng-default-positioner',\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class DefaultPositionerComponent implements DefaultPositioner, NgSelectPlugin<DefaultPositionerOptions>, OnDestroy\n{\n //######################### protected properties #########################\n\n /**\n * Instance of previous options gatherer, that is used for obtaining available options\n */\n protected optionsGatherer: OptionsGatherer;\n\n /**\n * Occurs when flip occured during positining of popup\n */\n protected ɵflip: EventEmitter<void>;\n\n /**\n * Options for NgSelect plugin\n */\n protected ɵoptions: DefaultPositionerOptions;\n\n /**\n * Subscription for visibility change of popup\n */\n protected visibilitySubscription: Subscription|undefined|null;\n\n /**\n * Subscription for changes of options in options gatherer\n */\n protected optionsChangeSubscription: Subscription|undefined|null;\n\n /**\n * Subscription for positioning event that occured\n */\n protected positioningSubscription: Subscription|undefined|null;\n\n /**\n * Function used for disposing of positining watch\n */\n protected positioningDispose: NoopAction;\n\n /**\n * Popup that is displayed\n */\n protected popup: Popup;\n\n /**\n * Html element of popup plugin\n */\n protected popupElement: HTMLElement;\n\n /**\n * Indication whether is code running in browser\n */\n protected isBrowser: boolean = isPlatformBrowser(this.platformId);\n\n //######################### public properties - implementation of DefaultPositioner #########################\n\n /**\n * Options for NgSelect plugin\n */\n public get options(): DefaultPositionerOptions\n {\n return this.ɵoptions;\n }\n public set options(options: DefaultPositionerOptions)\n {\n this.ɵoptions = extend(true, this.ɵoptions, options);\n }\n\n /**\n * @inheritdoc\n */\n public get flip(): EventEmitter<void>\n {\n return this.ɵflip;\n }\n\n //######################### constructor #########################\n constructor(@Inject(NG_SELECT_PLUGIN_INSTANCES) @Optional() public ngSelectPlugins: NgSelectPluginInstances,\n @Optional() public pluginBus: PluginBus,\n public pluginElement: ElementRef,\n @Inject(POSITION) protected position: Position,\n protected changeDetector: ChangeDetectorRef,\n @Inject(POSITIONER_OPTIONS) @Optional() options?: DefaultPositionerOptions,\n @Inject(PLATFORM_ID) protected platformId?: Object,)\n {\n this.ɵoptions = extend(true, {}, defaultOptions, options);\n }\n\n //######################### public methods - implementation of OnDestroy #########################\n\n /**\n * Called when component is destroyed\n */\n public ngOnDestroy()\n {\n this.visibilitySubscription?.unsubscribe();\n this.visibilitySubscription = null;\n\n this.optionsChangeSubscription?.unsubscribe();\n this.optionsChangeSubscription = null;\n\n this.positioningDispose?.();\n\n this.positioningSubscription?.unsubscribe();\n this.positioningSubscription = null;\n }\n\n //######################### public methods - implementation of DefaultPositioner #########################\n\n /**\n * Initialize plugin, to be ready to use, initialize communication with other plugins\n */\n public initialize()\n {\n // if(this.optionsGatherer && this.optionsGatherer != this.pluginBus?.selectOptions.optionsGatherer)\n // {\n // this.optionsChangeSubscription.unsubscribe();\n // this.optionsChangeSubscription = null;\n\n // this.optionsGatherer = null;\n // }\n\n // if(!this.optionsGatherer)\n // {\n // this.optionsGatherer = this.pluginBus?.selectOptions.optionsGatherer;\n\n // this.optionsChangeSubscription = this.optionsGatherer.availableOptionsChange.subscribe(() =>\n // {\n // if(this.popup.popupElement && this.optionsGatherer.availableOptions)\n // {\n // this._handlePosition();\n // }\n // });\n // }\n\n const popup: Popup = this.ngSelectPlugins[POPUP] as Popup;\n\n if(this.popup && this.popup != popup)\n {\n this.visibilitySubscription?.unsubscribe();\n this.visibilitySubscription = null;\n\n this.popup = null;\n }\n\n if(!this.popup)\n {\n this.popup = popup;\n\n this.visibilitySubscription = this.popup.visibilityChange.subscribe(() => this.initPosition());\n }\n\n this.initPosition();\n }\n\n /**\n * @inheritdoc\n */\n public initOptions()\n {\n }\n\n /**\n * @inheritdoc\n */\n public invalidateVisuals(): void\n {\n }\n\n //######################### protected methods #########################\n\n /**\n * Initialize positioning of popup\n */\n protected initPosition()\n {\n this.popupElement = this.popup.popupElement;\n\n // //this has meaning only when popup is outside of ng-element\n // this.changeDetector.markForCheck();\n\n if(this.isBrowser)\n {\n //register events and handle position of opened popup\n if(this.popupElement)\n {\n this.positioningSubscription?.unsubscribe();\n this.positioningDispose?.();\n \n this.positioningSubscription = null;\n this.positioningDispose = null;\n\n this.positioningSubscription = this.position.placeElement(this.popupElement,\n this.pluginBus.selectElement.nativeElement,\n this.options.positionOptions,)\n .subscribe(result =>\n {\n this.positioningDispose = result.dispose;\n\n if(result.flip)\n {\n this.flip.emit();\n }\n });\n }\n //unregister events\n else\n {\n this.positioningSubscription?.unsubscribe();\n this.positioningDispose?.();\n\n this.positioningSubscription = null;\n this.positioningDispose = null;\n }\n }\n }\n}"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=defaultPositioner.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defaultPositioner.interface.js","sourceRoot":"","sources":["../../../../../src/plugins/positioner/default/defaultPositioner.interface.ts"],"names":[],"mappings":"","sourcesContent":["import {Positioner, PositionerOptions} from '../positioner.interface';\n\n/**\n * Default positioner options\n */\nexport interface DefaultPositionerOptions extends PositionerOptions\n{\n}\n\n/**\n * Public API for 'DefaultPositionerComponent'\n */\nexport interface DefaultPositioner extends Positioner\n{\n}"]}
@@ -1,4 +1,4 @@
1
1
  export * from './positioner.interface';
2
- export * from './basic/basicPositioner.interface';
2
+ export * from './default/defaultPositioner.interface';
3
3
  export * from './no/noPositioner.interface';
4
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/plugins/positioner/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AAEvC,cAAc,mCAAmC,CAAC;AAClD,cAAc,6BAA6B,CAAC","sourcesContent":["export * from './positioner.interface';\n\nexport * from './basic/basicPositioner.interface';\nexport * from './no/noPositioner.interface';"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/plugins/positioner/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AAEvC,cAAc,uCAAuC,CAAC;AACtD,cAAc,6BAA6B,CAAC","sourcesContent":["export * from './positioner.interface';\n\nexport * from './default/defaultPositioner.interface';\nexport * from './no/noPositioner.interface';"]}
@@ -5,7 +5,6 @@ import { POSITIONER_OPTIONS } from '../types';
5
5
  import * as i0 from "@angular/core";
6
6
  /**
7
7
  * Default options for positioner
8
- * @internal
9
8
  */
10
9
  const defaultOptions = {};
11
10
  /**
@@ -16,17 +15,23 @@ export class NoPositionerComponent {
16
15
  constructor(ngSelectPlugins, pluginElement, options) {
17
16
  this.ngSelectPlugins = ngSelectPlugins;
18
17
  this.pluginElement = pluginElement;
19
- this._options = extend(true, {}, defaultOptions, options);
18
+ this.ɵoptions = extend(true, {}, defaultOptions, options);
20
19
  }
21
20
  //######################### public properties - implementation of NoPositioner #########################
22
21
  /**
23
22
  * Options for NgSelect plugin
24
23
  */
25
24
  get options() {
26
- return this._options;
25
+ return this.ɵoptions;
27
26
  }
28
27
  set options(options) {
29
- this._options = extend(true, this._options, options);
28
+ this.ɵoptions = extend(true, this.ɵoptions, options);
29
+ }
30
+ /**
31
+ * @inheritdoc
32
+ */
33
+ get flip() {
34
+ return this.ɵflip;
30
35
  }
31
36
  //######################### public methods - implementation of NoPositioner #########################
32
37
  /**
@@ -45,9 +50,9 @@ export class NoPositionerComponent {
45
50
  invalidateVisuals() {
46
51
  }
47
52
  }
48
- NoPositionerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.3", ngImport: i0, type: NoPositionerComponent, deps: [{ token: NG_SELECT_PLUGIN_INSTANCES, optional: true }, { token: i0.ElementRef }, { token: POSITIONER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component });
49
- NoPositionerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.3", type: NoPositionerComponent, selector: "ng-no-positioner", ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.3", ngImport: i0, type: NoPositionerComponent, decorators: [{
53
+ NoPositionerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NoPositionerComponent, deps: [{ token: NG_SELECT_PLUGIN_INSTANCES, optional: true }, { token: i0.ElementRef }, { token: POSITIONER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component });
54
+ NoPositionerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: NoPositionerComponent, selector: "ng-no-positioner", ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NoPositionerComponent, decorators: [{
51
56
  type: Component,
52
57
  args: [{
53
58
  selector: 'ng-no-positioner',
@@ -1 +1 @@
1
- {"version":3,"file":"noPositioner.component.js","sourceRoot":"","sources":["../../../../../src/plugins/positioner/no/noPositioner.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,uBAAuB,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAC,MAAM,eAAe,CAAC;AAC/F,OAAO,EAAC,MAAM,EAAC,MAAM,gBAAgB,CAAC;AAKtC,OAAO,EAAC,0BAA0B,EAAC,MAAM,kCAAkC,CAAC;AAC5E,OAAO,EAAC,kBAAkB,EAAC,MAAM,UAAU,CAAC;;AAG5C;;;GAGG;AACH,MAAM,cAAc,GACpB,EACC,CAAC;AAEF;;GAEG;AAOH,MAAM,OAAO,qBAAqB;IA6B9B,iEAAiE;IACjE,YAAmE,eAAwC,EACxF,aAAyB,EACQ,OAA6B;QAFd,oBAAe,GAAf,eAAe,CAAyB;QACxF,kBAAa,GAAb,aAAa,CAAY;QAGxC,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,IAAI,EAAE,EAAE,EAAE,cAAc,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IA1BD,wGAAwG;IAExG;;OAEG;IACH,IAAW,OAAO;QAEd,OAAO,IAAI,CAAC,QAAQ,CAAC;IACzB,CAAC;IACD,IAAW,OAAO,CAAC,OAA4B;QAE3C,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC;IACzD,CAAC;IAgBD,qGAAqG;IAErG;;OAEG;IACI,UAAU;IAEjB,CAAC;IAED;;OAEG;IACI,WAAW;IAElB,CAAC;IAED;;OAEG;IACI,iBAAiB;IAExB,CAAC;;kHA1DQ,qBAAqB,kBA8BV,0BAA0B,uDAE1B,kBAAkB;sGAhC7B,qBAAqB,wDAHpB,EAAE;2FAGH,qBAAqB;kBANjC,SAAS;mBACV;oBACI,QAAQ,EAAE,kBAAkB;oBAC5B,QAAQ,EAAE,EAAE;oBACZ,eAAe,EAAE,uBAAuB,CAAC,MAAM;iBAClD;;0BA+BgB,MAAM;2BAAC,0BAA0B;;0BAAG,QAAQ;;0BAE5C,MAAM;2BAAC,kBAAkB;;0BAAG,QAAQ","sourcesContent":["import {ChangeDetectionStrategy, Component, ElementRef, Inject, Optional} from '@angular/core';\nimport {extend} from '@jscrpt/common';\n\nimport {NoPositioner, NoPositionerOptions} from './noPositioner.interface';\nimport {NgSelectPlugin} from '../../../misc';\nimport {NgSelectPluginInstances} from '../../../components/select';\nimport {NG_SELECT_PLUGIN_INSTANCES} from '../../../components/select/types';\nimport {POSITIONER_OPTIONS} from '../types';\nimport {PluginBus} from '../../../misc/pluginBus/pluginBus';\n\n/**\n * Default options for positioner\n * @internal\n */\nconst defaultOptions: NoPositionerOptions =\n{\n};\n\n/**\n * Component used for not positioning popup\n */\n@Component(\n{\n selector: 'ng-no-positioner',\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class NoPositionerComponent implements NoPositioner, NgSelectPlugin<NoPositionerOptions>\n{\n //######################### private properties #########################\n\n /**\n * Options for NgSelect plugin\n */\n protected _options: NoPositionerOptions;\n\n //######################### public properties - implementation of NoPositioner #########################\n\n /**\n * Options for NgSelect plugin\n */\n public get options(): NoPositionerOptions\n {\n return this._options;\n }\n public set options(options: NoPositionerOptions)\n {\n this._options = extend(true, this._options, options);\n }\n\n /**\n * Plugin bus used for inter plugin shared events\n */\n public pluginBus: PluginBus;\n\n\n //######################### constructor #########################\n constructor(@Inject(NG_SELECT_PLUGIN_INSTANCES) @Optional() public ngSelectPlugins: NgSelectPluginInstances,\n public pluginElement: ElementRef,\n @Inject(POSITIONER_OPTIONS) @Optional() options?: NoPositionerOptions)\n {\n this._options = extend(true, {}, defaultOptions, options);\n }\n\n //######################### public methods - implementation of NoPositioner #########################\n\n /**\n * Initialize plugin, to be ready to use, initialize communication with other plugins\n */\n public initialize()\n {\n }\n\n /**\n * Initialize plugin options, all operations required to be done with plugin options are handled here\n */\n public initOptions()\n {\n }\n\n /**\n * Explicitly runs invalidation of content (change detection)\n */\n public invalidateVisuals(): void\n {\n }\n}"]}
1
+ {"version":3,"file":"noPositioner.component.js","sourceRoot":"","sources":["../../../../../src/plugins/positioner/no/noPositioner.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,uBAAuB,EAAE,SAAS,EAAE,UAAU,EAAgB,MAAM,EAAE,QAAQ,EAAC,MAAM,eAAe,CAAC;AAC7G,OAAO,EAAC,MAAM,EAAC,MAAM,gBAAgB,CAAC;AAKtC,OAAO,EAAC,0BAA0B,EAAC,MAAM,kCAAkC,CAAC;AAC5E,OAAO,EAAC,kBAAkB,EAAC,MAAM,UAAU,CAAC;;AAG5C;;GAEG;AACH,MAAM,cAAc,GACpB,EACC,CAAC;AAEF;;GAEG;AAOH,MAAM,OAAO,qBAAqB;IA0C9B,iEAAiE;IACjE,YAAmE,eAAwC,EACxF,aAAyB,EACQ,OAA6B;QAFd,oBAAe,GAAf,eAAe,CAAyB;QACxF,kBAAa,GAAb,aAAa,CAAY;QAGxC,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,IAAI,EAAE,EAAE,EAAE,cAAc,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IAlCD,wGAAwG;IAExG;;OAEG;IACH,IAAW,OAAO;QAEd,OAAO,IAAI,CAAC,QAAQ,CAAC;IACzB,CAAC;IACD,IAAW,OAAO,CAAC,OAA4B;QAE3C,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC;IACzD,CAAC;IAED;;OAEG;IACH,IAAW,IAAI;QAEX,OAAO,IAAI,CAAC,KAAK,CAAC;IACtB,CAAC;IAgBD,qGAAqG;IAErG;;OAEG;IACI,UAAU;IAEjB,CAAC;IAED;;OAEG;IACI,WAAW;IAElB,CAAC;IAED;;OAEG;IACI,iBAAiB;IAExB,CAAC;;kHAvEQ,qBAAqB,kBA2CV,0BAA0B,uDAE1B,kBAAkB;sGA7C7B,qBAAqB,wDAHpB,EAAE;2FAGH,qBAAqB;kBANjC,SAAS;mBACV;oBACI,QAAQ,EAAE,kBAAkB;oBAC5B,QAAQ,EAAE,EAAE;oBACZ,eAAe,EAAE,uBAAuB,CAAC,MAAM;iBAClD;;0BA4CgB,MAAM;2BAAC,0BAA0B;;0BAAG,QAAQ;;0BAE5C,MAAM;2BAAC,kBAAkB;;0BAAG,QAAQ","sourcesContent":["import {ChangeDetectionStrategy, Component, ElementRef, EventEmitter, Inject, Optional} from '@angular/core';\nimport {extend} from '@jscrpt/common';\n\nimport {NoPositioner, NoPositionerOptions} from './noPositioner.interface';\nimport {NgSelectPlugin} from '../../../misc';\nimport {NgSelectPluginInstances} from '../../../components/select';\nimport {NG_SELECT_PLUGIN_INSTANCES} from '../../../components/select/types';\nimport {POSITIONER_OPTIONS} from '../types';\nimport {PluginBus} from '../../../misc/pluginBus/pluginBus';\n\n/**\n * Default options for positioner\n */\nconst defaultOptions: NoPositionerOptions =\n{\n};\n\n/**\n * Component used for not positioning popup\n */\n@Component(\n{\n selector: 'ng-no-positioner',\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class NoPositionerComponent implements NoPositioner, NgSelectPlugin<NoPositionerOptions>\n{\n //######################### protected properties #########################\n\n /**\n * Options for NgSelect plugin\n */\n protected ɵoptions: NoPositionerOptions;\n\n /**\n * Occurs when flip occured during positining of popup\n */\n protected ɵflip: EventEmitter<void>;\n\n //######################### public properties - implementation of NoPositioner #########################\n\n /**\n * Options for NgSelect plugin\n */\n public get options(): NoPositionerOptions\n {\n return this.ɵoptions;\n }\n public set options(options: NoPositionerOptions)\n {\n this.ɵoptions = extend(true, this.ɵoptions, options);\n }\n\n /**\n * @inheritdoc\n */\n public get flip(): EventEmitter<void>\n {\n return this.ɵflip;\n }\n\n /**\n * Plugin bus used for inter plugin shared events\n */\n public pluginBus: PluginBus;\n\n\n //######################### constructor #########################\n constructor(@Inject(NG_SELECT_PLUGIN_INSTANCES) @Optional() public ngSelectPlugins: NgSelectPluginInstances,\n public pluginElement: ElementRef,\n @Inject(POSITIONER_OPTIONS) @Optional() options?: NoPositionerOptions)\n {\n this.ɵoptions = extend(true, {}, defaultOptions, options);\n }\n\n //######################### public methods - implementation of NoPositioner #########################\n\n /**\n * Initialize plugin, to be ready to use, initialize communication with other plugins\n */\n public initialize()\n {\n }\n\n /**\n * Initialize plugin options, all operations required to be done with plugin options are handled here\n */\n public initOptions()\n {\n }\n\n /**\n * Explicitly runs invalidation of content (change detection)\n */\n public invalidateVisuals(): void\n {\n }\n}"]}
@@ -1 +1 @@
1
- {"version":3,"file":"positioner.interface.js","sourceRoot":"","sources":["../../../../src/plugins/positioner/positioner.interface.ts"],"names":[],"mappings":"","sourcesContent":["import type {PositionsCoordinates} from 'positions';\n\nimport {PluginOptions, NgSelectPlugin} from '../../misc';\n\n/**\n * Options for positioner plugin\n */\nexport interface PositionerOptions extends PluginOptions\n{\n /**\n * Coordinates of options popup relative to select\n */\n optionsCoordinates?: PositionsCoordinates;\n\n /**\n * Coordinates of select relative to options\n */\n selectCoordinates?: PositionsCoordinates;\n}\n\n/**\n * Positioner plugin interface\n */\nexport interface Positioner extends NgSelectPlugin\n{\n}"]}
1
+ {"version":3,"file":"positioner.interface.js","sourceRoot":"","sources":["../../../../src/plugins/positioner/positioner.interface.ts"],"names":[],"mappings":"","sourcesContent":["import {EventEmitter} from '@angular/core';\nimport {PositionOptions} from '@anglr/common';\n\nimport {PluginOptions, NgSelectPlugin} from '../../misc';\n\n/**\n * Options for positioner plugin\n */\nexport interface PositionerOptions extends PluginOptions\n{\n /**\n * Options used for positioning\n */\n positionOptions?: Partial<Omit<PositionOptions, 'mouseEvent'|'autoUpdate'|'flip'>>;\n}\n\n/**\n * Positioner plugin interface\n */\nexport interface Positioner extends NgSelectPlugin\n{\n /**\n * Occurs when flip occured during positining of popup\n */\n readonly flip: EventEmitter<void>;\n}"]}
@@ -1,5 +1,4 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- export { ScrollTargetSelector } from './basic/types';
3
2
  /**
4
3
  * Constant used for accessing positioner plugin in NgSelect
5
4
  */
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/plugins/positioner/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAC,MAAM,eAAe,CAAC;AAG7C,OAAO,EAAC,oBAAoB,EAAC,MAAM,eAAe,CAAC;AAEnD;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG,YAAY,CAAC;AAEvC;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAsC,IAAI,cAAc,CAAoB,oBAAoB,CAAC,CAAC","sourcesContent":["import {InjectionToken} from '@angular/core';\n\nimport {PositionerOptions} from './positioner.interface';\nexport {ScrollTargetSelector} from './basic/types';\n\n/**\n * Constant used for accessing positioner plugin in NgSelect\n */\nexport const POSITIONER = 'POSITIONER';\n\n/**\n * Token for injecting options for positioner plugin\n */\nexport const POSITIONER_OPTIONS: InjectionToken<PositionerOptions> = new InjectionToken<PositionerOptions>('POSITIONER_OPTIONS');"]}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/plugins/positioner/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAC,MAAM,eAAe,CAAC;AAI7C;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG,YAAY,CAAC;AAEvC;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAsC,IAAI,cAAc,CAAoB,oBAAoB,CAAC,CAAC","sourcesContent":["import {InjectionToken} from '@angular/core';\n\nimport {PositionerOptions} from './positioner.interface';\n\n/**\n * Constant used for accessing positioner plugin in NgSelect\n */\nexport const POSITIONER = 'POSITIONER';\n\n/**\n * Token for injecting options for positioner plugin\n */\nexport const POSITIONER_OPTIONS: InjectionToken<PositionerOptions> = new InjectionToken<PositionerOptions>('POSITIONER_OPTIONS');"]}
@@ -132,9 +132,9 @@ export class BasicValueHandlerComponent extends ValueHandlerBase {
132
132
  this.valueChange.emit();
133
133
  }
134
134
  }
135
- BasicValueHandlerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.3", ngImport: i0, type: BasicValueHandlerComponent, deps: [{ token: NG_SELECT_PLUGIN_INSTANCES, optional: true }, { token: i1.PluginBus, optional: true }, { token: i0.ElementRef }, { token: VALUE_HANDLER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component });
136
- BasicValueHandlerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.3", type: BasicValueHandlerComponent, selector: "ng-basic-value-handler", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
137
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.3", ngImport: i0, type: BasicValueHandlerComponent, decorators: [{
135
+ BasicValueHandlerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BasicValueHandlerComponent, deps: [{ token: NG_SELECT_PLUGIN_INSTANCES, optional: true }, { token: i1.PluginBus, optional: true }, { token: i0.ElementRef }, { token: VALUE_HANDLER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component });
136
+ BasicValueHandlerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BasicValueHandlerComponent, selector: "ng-basic-value-handler", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
137
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BasicValueHandlerComponent, decorators: [{
138
138
  type: Component,
139
139
  args: [{
140
140
  selector: 'ng-basic-value-handler',
@@ -152,9 +152,9 @@ export class DynamicValueHandlerComponent extends ValueHandlerBase {
152
152
  };
153
153
  }
154
154
  }
155
- DynamicValueHandlerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.3", ngImport: i0, type: DynamicValueHandlerComponent, deps: [{ token: NG_SELECT_PLUGIN_INSTANCES, optional: true }, { token: i1.PluginBus, optional: true }, { token: i0.ElementRef }, { token: VALUE_HANDLER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component });
156
- DynamicValueHandlerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.3", type: DynamicValueHandlerComponent, selector: "ng-dynamic-value-handler", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
157
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.3", ngImport: i0, type: DynamicValueHandlerComponent, decorators: [{
155
+ DynamicValueHandlerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DynamicValueHandlerComponent, deps: [{ token: NG_SELECT_PLUGIN_INSTANCES, optional: true }, { token: i1.PluginBus, optional: true }, { token: i0.ElementRef }, { token: VALUE_HANDLER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component });
156
+ DynamicValueHandlerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DynamicValueHandlerComponent, selector: "ng-dynamic-value-handler", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DynamicValueHandlerComponent, decorators: [{
158
158
  type: Component,
159
159
  args: [{
160
160
  selector: 'ng-dynamic-value-handler',
@@ -137,9 +137,9 @@ export class ValueHandlerBase {
137
137
  }
138
138
  }
139
139
  }
140
- ValueHandlerBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.3", ngImport: i0, type: ValueHandlerBase, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
141
- ValueHandlerBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.3", type: ValueHandlerBase, ngImport: i0 });
142
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.3", ngImport: i0, type: ValueHandlerBase, decorators: [{
140
+ ValueHandlerBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ValueHandlerBase, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
141
+ ValueHandlerBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ValueHandlerBase, ngImport: i0 });
142
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ValueHandlerBase, decorators: [{
143
143
  type: Directive
144
144
  }], ctorParameters: function () { return [{ type: undefined }, { type: i0.ElementRef }, { type: i1.PluginBus }]; } });
145
145
  //# sourceMappingURL=valueHandlerBase.js.map
@@ -42,6 +42,6 @@ export declare class BasicDialogPopupComponent<TValue = any> implements DialogPo
42
42
  */
43
43
  invalidateVisuals(): void;
44
44
  static ɵfac: i0.ɵɵFactoryDeclaration<BasicDialogPopupComponent<any>, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<BasicDialogPopupComponent<any>, "ng-select-basic-dialog-popup", never, {}, {}, never, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<BasicDialogPopupComponent<any>, "ng-select-basic-dialog-popup", never, {}, {}, never, never, false, never>;
46
46
  }
47
47
  //# sourceMappingURL=basicDialogPopup.component.d.ts.map
@@ -22,6 +22,6 @@ export declare class DialogPopupDirective implements OnChanges {
22
22
  */
23
23
  ngOnChanges(changes: SimpleChanges): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogPopupDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<DialogPopupDirective, "ng-select[dialogPopup]", never, { "popupType": "dialogPopup"; "dialogPopupOptions": "dialogPopupOptions"; }, {}, never>;
25
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DialogPopupDirective, "ng-select[dialogPopup]", never, { "popupType": "dialogPopup"; "dialogPopupOptions": "dialogPopupOptions"; }, {}, never, never, false, never>;
26
26
  }
27
27
  //# sourceMappingURL=dialogPopup.directive.d.ts.map
@@ -78,6 +78,6 @@ export declare class DialogPopupComponent<TComponent extends DialogPopupContentC
78
78
  */
79
79
  protected _handleDialog: (visible: boolean) => void;
80
80
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogPopupComponent<any, any, any, any>, [{ optional: true; }, { optional: true; }, null, null, null, { optional: true; }]>;
81
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogPopupComponent<any, any, any, any>, "div.ng-select-dialog-popup", never, {}, {}, never, never>;
81
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogPopupComponent<any, any, any, any>, "div.ng-select-dialog-popup", never, {}, {}, never, never, false, never>;
82
82
  }
83
83
  //# sourceMappingURL=dialogPopup.component.d.ts.map
@@ -25,6 +25,6 @@ export declare class VirtualEditPopupComponent extends EditPopupComponent implem
25
25
  protected togglePopup(): void;
26
26
  private _scrollToOption;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<VirtualEditPopupComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<VirtualEditPopupComponent, "div.ng-select-virtual-edit-popup", never, {}, {}, never, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<VirtualEditPopupComponent, "div.ng-select-virtual-edit-popup", never, {}, {}, never, never, false, never>;
29
29
  }
30
30
  //# sourceMappingURL=virtualEditPopup.component.d.ts.map
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@anglr/select",
3
- "version": "11.0.2",
3
+ "version": "12.0.0-beta.20230109082659",
4
4
  "description": "Angular component representing html select",
5
5
  "type": "module",
6
6
  "sideEffects": false,
7
7
  "scripts": {
8
8
  "build": "ngc --declaration --declarationDir . --declarationMap && ngc -t es2015 --outDir es2015",
9
- "dts:rollup": "npm run api -- api-extractor.json && npm run api -- elements/api-extractor.json && npm run api -- extensions/api-extractor.json && npm run api -- material/api-extractor.json && npm run api -- popperJs/api-extractor.json",
9
+ "dts:rollup": "npm run api -- api-extractor.json && npm run api -- elements/api-extractor.json && npm run api -- extensions/api-extractor.json && npm run api -- material/api-extractor.json",
10
10
  "api": "api-extractor run --local --verbose -c",
11
11
  "clean": "rimraf */temp temp es2015 es2020 **/tsdoc-metadata.json src/**/*.d.ts src/**/*.d.ts.map */src/**/*.d.ts */src/**/*.d.ts.map ./*.d.ts ./*.d.ts.map */*.d.ts",
12
- "clean:deps": "rimraf package-lock.json node_modules",
12
+ "clean:deps": "rimraf package-lock.json node_modules || echo 'node_modules removed'",
13
13
  "clean:all": "npm run clean && npm run clean:deps",
14
14
  "ngc": "ngc",
15
15
  "version:placeholder": "replace-in-file /\\\"version\\\":\\s\\\".*?\\\"/g \"\\\"version\\\": \\\"0.0.0-placeholder\\\"\" package.json --isRegex",
@@ -24,7 +24,7 @@
24
24
  "doc": "path-exists docs && npm run doc:generate || echo \"No docs generated!\"",
25
25
  "predoc:generate": "cd docs && git pull && cd ..",
26
26
  "postdoc:generate": "npm run doc:save",
27
- "doc:generate": "npm run doc:generate:select && npm run doc:generate:elements&& npm run doc:generate:extensions && npm run doc:generate:material && npm run doc:generate:popperjs",
27
+ "doc:generate": "npm run doc:generate:select && npm run doc:generate:elements&& npm run doc:generate:extensions && npm run doc:generate:material",
28
28
  "doc:save": "cd docs && git add . && git commit -m \"INT: updated API docs ng-select\" && git push && cd ..",
29
29
  "doc:generate:select": "rimraf docs/content/api/ng-select && npm run doc:json:select && npm run doc:md:select && npm run doc:api:select",
30
30
  "doc:json:select": "api-extractor run --local --verbose -c api-extractor.json",
@@ -41,14 +41,11 @@
41
41
  "doc:generate:material": "rimraf docs/content/api/ng-select-material && npm run doc:json:material && npm run doc:md:material && npm run doc:api:material",
42
42
  "doc:json:material": "api-extractor run --local --verbose -c material/api-extractor.json",
43
43
  "doc:md:material": "api-documenter markdown -i material/temp -o docs/content/api/ng-select-material",
44
- "doc:api:material": "copyfiles -u 2 material/temp/select-material.api.md docs/content/api/ng-select-material && rimraf material/temp",
45
- "doc:generate:popperJs": "rimraf docs/content/api/ng-select-popperJs && npm run doc:json:popperJs && npm run doc:md:popperJs && npm run doc:api:popperJs",
46
- "doc:json:popperJs": "api-extractor run --local --verbose -c popperJs/api-extractor.json",
47
- "doc:md:popperJs": "api-documenter markdown -i popperJs/temp -o docs/content/api/ng-select-popperJs",
48
- "doc:api:popperJs": "copyfiles -u 2 popperJs/temp/select-popperJs.api.md docs/content/api/ng-select-popperJs && rimraf popperJs/temp"
44
+ "doc:api:material": "copyfiles -u 2 material/temp/select-material.api.md docs/content/api/ng-select-material && rimraf material/temp"
49
45
  },
50
46
  "engines": {
51
- "node": "^12.20.0 || ^14.15.0 || >=16.10.0"
47
+ "node": "^14.20.0 || ^16.13.0 || >=18.10.0",
48
+ "npm": "^6.10.0"
52
49
  },
53
50
  "repository": {
54
51
  "type": "git",
@@ -66,52 +63,48 @@
66
63
  },
67
64
  "homepage": "https://github.com/ressurectit/ng-select",
68
65
  "peerDependencies": {
69
- "@angular/core": ">=13.1.0",
70
- "@angular/common": ">=13.1.0",
71
- "@angular/forms": ">=13.1.0",
72
- "@angular/elements": ">=13.1.0",
73
- "@angular/cdk": ">=13.1.0",
74
- "@angular/material": ">=13.1.0",
75
- "@angular/animations": ">=13.1.0",
76
- "@angular/platform-browser": "^13.1.0",
77
- "rxjs": ">=6.6.7",
78
- "@jscrpt/common": ">=2.2.0",
79
- "@anglr/common": ">=10.0.0",
80
- "positions": "^1.6.2",
81
- "@popperjs/core": "^2.11.2",
82
- "tslib": "^2.3.1"
66
+ "@angular/core": ">=15.0.4",
67
+ "@angular/common": ">=15.0.4",
68
+ "@angular/forms": ">=15.0.4",
69
+ "@angular/elements": ">=15.0.4",
70
+ "@angular/cdk": ">=15.0.4",
71
+ "@angular/material": ">=15.0.4",
72
+ "@angular/animations": ">=15.0.4",
73
+ "@angular/platform-browser": "^15.0.4",
74
+ "rxjs": ">=7.5.6",
75
+ "@jscrpt/common": ">=3.3.0",
76
+ "@anglr/common": ">=15.0.1",
77
+ "tslib": "^2.4.1"
83
78
  },
84
79
  "devDependencies": {
85
- "@angular/core": "^13.1.0",
86
- "@angular/common": "^13.1.0",
87
- "@angular/forms": "^13.1.0",
88
- "@angular/platform-browser": "^13.1.0",
89
- "@angular/elements": "^13.1.0",
90
- "@angular/cdk": "^13.1.0",
91
- "@angular/material": "^13.1.0",
92
- "@angular/animations": "^13.1.0",
93
- "rxjs": "^6.6.7",
94
- "@jscrpt/common": "^2.2.0",
95
- "@anglr/common": "^10.0.0",
96
- "@anglr/animations": "^9.0.0",
97
- "positions": "^1.6.2",
98
- "@popperjs/core": "^2.11.2",
80
+ "@angular/core": "^15.0.4",
81
+ "@angular/common": "^15.0.4",
82
+ "@angular/forms": "^15.0.4",
83
+ "@angular/platform-browser": "^15.0.4",
84
+ "@angular/elements": "^15.0.4",
85
+ "@angular/cdk": "^15.0.4",
86
+ "@angular/material": "^15.0.4",
87
+ "@angular/animations": "^15.0.4",
88
+ "rxjs": "^7.5.6",
89
+ "@jscrpt/common": "^3.3.0",
90
+ "@anglr/common": "^15.0.1",
91
+ "@anglr/animations": "^9.1.0",
99
92
  "@types/node": "^14.14.31",
100
- "@angular/compiler-cli": "^13.1.0",
101
- "@angular/compiler": "^13.1.0",
102
- "@angular/language-service": "^13.1.0",
93
+ "@angular/compiler-cli": "^15.0.4",
94
+ "@angular/compiler": "^15.0.4",
95
+ "@angular/language-service": "^15.0.4",
103
96
  "@microsoft/api-extractor": "7.19.2",
104
97
  "@microsoft/api-documenter": "7.13.77",
105
- "tslib": "2.3.1",
98
+ "tslib": "2.4.1",
106
99
  "eslint": "7.32.0",
107
100
  "@typescript-eslint/eslint-plugin": "4.33.0",
108
101
  "@typescript-eslint/parser": "4.33.0",
109
102
  "eslint-plugin-ressurectit": "0.1.0",
110
103
  "rimraf": "3.0.2",
111
104
  "copyfiles": "2.4.1",
112
- "replace-in-file": "6.3.2",
105
+ "replace-in-file": "6.3.5",
113
106
  "path-exists-cli": "2.0.0",
114
- "typescript": "4.5.4",
107
+ "typescript": "4.8.4",
115
108
  "npm-git-version": "2.0.0"
116
109
  },
117
110
  "esm2020": "./es2020/src/index.js",
@@ -154,14 +147,6 @@
154
147
  "es2015": "./es2015/material/src/index.js",
155
148
  "node": "./es2015/material/src/index.js",
156
149
  "default": "./es2020/material/src/index.js"
157
- },
158
- "./popperJs": {
159
- "types": "./popperJs/src/index.d.ts",
160
- "esm2020": "./es2020/popperJs/src/index.js",
161
- "es2020": "./es2020/popperJs/src/index.js",
162
- "es2015": "./es2015/popperJs/src/index.js",
163
- "node": "./es2015/popperJs/src/index.js",
164
- "default": "./es2020/popperJs/src/index.js"
165
150
  }
166
151
  }
167
152
  }
@@ -32,6 +32,6 @@ export declare class OptGroupComponent<TValue = any> implements NgSelectOptGroup
32
32
  */
33
33
  ngAfterViewInit(): void;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<OptGroupComponent<any>, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<OptGroupComponent<any>, "ng-select>ng-optgroup", never, { "text": "text"; }, {}, never, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptGroupComponent<any>, "ng-select>ng-optgroup", never, { "text": "text"; }, {}, never, never, false, never>;
36
36
  }
37
37
  //# sourceMappingURL=optgroup.component.d.ts.map
@@ -25,6 +25,6 @@ export declare class OptionComponent<TValue = any> implements NgSelectOption<TVa
25
25
  */
26
26
  group: string;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionComponent<any>, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<OptionComponent<any>, "ng-option", never, { "value": "value"; "text": "text"; }, {}, never, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionComponent<any>, "ng-option", never, { "value": "value"; "text": "text"; }, {}, never, never, false, never>;
29
29
  }
30
30
  //# sourceMappingURL=option.component.d.ts.map
@@ -251,6 +251,6 @@ export declare class NgSelectComponent<TValue = any> implements NgSelect<TValue>
251
251
  */
252
252
  protected _registerNewPlugin(plugin: NgSelectPlugin, pluginKey: string, pluginName: keyof NgSelectPluginTypes): void;
253
253
  static ɵfac: i0.ɵɵFactoryDeclaration<NgSelectComponent<any>, [null, null, null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { attribute: "readonly"; }, { attribute: "disabled"; }, { attribute: "multiple"; }]>;
254
- static ɵcmp: i0.ɵɵComponentDeclaration<NgSelectComponent<any>, "ng-select", never, { "selectOptions": "selectOptions"; "disabled": "disabled"; "readonly": "readonly"; }, {}, ["normalStateTemplate", "optionTemplate", "optionsChildren", "optGroupsChildren"], never>;
254
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgSelectComponent<any>, "ng-select", never, { "selectOptions": "selectOptions"; "disabled": "disabled"; "readonly": "readonly"; }, {}, ["normalStateTemplate", "optionTemplate", "optionsChildren", "optGroupsChildren"], never, false, never>;
255
255
  }
256
256
  //# sourceMappingURL=select.component.d.ts.map
@@ -6,6 +6,6 @@ import * as i0 from "@angular/core";
6
6
  export declare class NgSelectAbsoluteDirective {
7
7
  constructor(select: NgSelectComponent);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<NgSelectAbsoluteDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgSelectAbsoluteDirective, "ng-select[absolute]", never, {}, {}, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgSelectAbsoluteDirective, "ng-select[absolute]", never, {}, {}, never, never, false, never>;
10
10
  }
11
11
  //# sourceMappingURL=ngSelectAbsolute.directive.d.ts.map
@@ -6,6 +6,6 @@ import * as i0 from "@angular/core";
6
6
  export declare class NgSelectEditDirective {
7
7
  constructor(select: NgSelectComponent);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<NgSelectEditDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgSelectEditDirective, "ng-select[editStyle]", never, {}, {}, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgSelectEditDirective, "ng-select[editStyle]", never, {}, {}, never, never, false, never>;
10
10
  }
11
11
  //# sourceMappingURL=ngSelectEdit.directive.d.ts.map
@@ -16,6 +16,6 @@ export declare class NgSelectPlaceholderDirective implements OnInit {
16
16
  */
17
17
  ngOnInit(): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<NgSelectPlaceholderDirective, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgSelectPlaceholderDirective, "ng-select[placeholder]", never, { "placeholder": "placeholder"; }, {}, never>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgSelectPlaceholderDirective, "ng-select[placeholder]", never, { "placeholder": "placeholder"; }, {}, never, never, false, never>;
20
20
  }
21
21
  //# sourceMappingURL=ngSelectPlaceholder.directive.d.ts.map
@@ -58,6 +58,6 @@ export declare class NgSelectControlValueAccessor<TValue = any> implements Contr
58
58
  */
59
59
  ngOnDestroy(): void;
60
60
  static ɵfac: i0.ɵɵFactoryDeclaration<NgSelectControlValueAccessor<any>, never>;
61
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgSelectControlValueAccessor<any>, "ng-select[formControlName],ng-select[formControl],ng-select[ngModel]", never, {}, {}, never>;
61
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgSelectControlValueAccessor<any>, "ng-select[formControlName],ng-select[formControl],ng-select[ngModel]", never, {}, {}, never, never, false, never>;
62
62
  }
63
63
  //# sourceMappingURL=ngSelectControlValueAccessor.directive.d.ts.map
@@ -10,7 +10,7 @@ import * as i8 from "../plugins/liveSearch/no/noLiveSearch.component";
10
10
  import * as i9 from "../plugins/liveSearch/basic/basicLiveSearch.component";
11
11
  import * as i10 from "../plugins/popup/basic/basicPopup.component";
12
12
  import * as i11 from "../plugins/positioner/no/noPositioner.component";
13
- import * as i12 from "../plugins/positioner/basic/basicPositioner.component";
13
+ import * as i12 from "../plugins/positioner/default/defaultPositioner.component";
14
14
  import * as i13 from "../plugins/keyboardHandler/basic/basicKeyboardHandler.component";
15
15
  import * as i14 from "../plugins/valueHandler/basic/basicValueHandler.component";
16
16
  import * as i15 from "../directives/ngSelectAbsolute/ngSelectAbsolute.directive";
@@ -22,7 +22,7 @@ import * as i18 from "@anglr/common";
22
22
  */
23
23
  export declare class NgSelectModule {
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<NgSelectModule, never>;
25
- static ɵmod: i0.ɵɵNgModuleDeclaration<NgSelectModule, [typeof i1.OptionComponent, typeof i2.OptGroupComponent, typeof i3.NgSelectComponent, typeof i4.NgSelectValuePipe, typeof i5.NgSelectHasValuePipe, typeof i6.NgSelectControlValueAccessor, typeof i7.BasicNormalStateComponent, typeof i8.NoLiveSearchComponent, typeof i9.BasicLiveSearchComponent, typeof i10.BasicPopupComponent, typeof i11.NoPositionerComponent, typeof i12.BasicPositionerComponent, typeof i13.BasicKeyboardHandlerComponent, typeof i14.BasicValueHandlerComponent, typeof i15.NgSelectAbsoluteDirective, typeof i16.NgSelectPlaceholderDirective], [typeof i17.CommonModule, typeof i18.CommonDynamicModule], [typeof i1.OptionComponent, typeof i2.OptGroupComponent, typeof i3.NgSelectComponent, typeof i4.NgSelectValuePipe, typeof i5.NgSelectHasValuePipe, typeof i6.NgSelectControlValueAccessor, typeof i15.NgSelectAbsoluteDirective, typeof i16.NgSelectPlaceholderDirective]>;
25
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgSelectModule, [typeof i1.OptionComponent, typeof i2.OptGroupComponent, typeof i3.NgSelectComponent, typeof i4.NgSelectValuePipe, typeof i5.NgSelectHasValuePipe, typeof i6.NgSelectControlValueAccessor, typeof i7.BasicNormalStateComponent, typeof i8.NoLiveSearchComponent, typeof i9.BasicLiveSearchComponent, typeof i10.BasicPopupComponent, typeof i11.NoPositionerComponent, typeof i12.DefaultPositionerComponent, typeof i13.BasicKeyboardHandlerComponent, typeof i14.BasicValueHandlerComponent, typeof i15.NgSelectAbsoluteDirective, typeof i16.NgSelectPlaceholderDirective], [typeof i17.CommonModule, typeof i18.CommonDynamicModule], [typeof i1.OptionComponent, typeof i2.OptGroupComponent, typeof i3.NgSelectComponent, typeof i4.NgSelectValuePipe, typeof i5.NgSelectHasValuePipe, typeof i6.NgSelectControlValueAccessor, typeof i15.NgSelectAbsoluteDirective, typeof i16.NgSelectPlaceholderDirective]>;
26
26
  static ɵinj: i0.ɵɵInjectorDeclaration<NgSelectModule>;
27
27
  }
28
28
  //# sourceMappingURL=ngSelect.module.d.ts.map
@@ -11,6 +11,6 @@ export declare class NgSelectHasValuePipe<TValue = any> implements PipeTransform
11
11
  */
12
12
  transform(options: NgSelectOption<TValue> | Array<NgSelectOption<TValue>>): boolean;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<NgSelectHasValuePipe<any>, never>;
14
- static ɵpipe: i0.ɵɵPipeDeclaration<NgSelectHasValuePipe<any>, "ngSelectHasValue">;
14
+ static ɵpipe: i0.ɵɵPipeDeclaration<NgSelectHasValuePipe<any>, "ngSelectHasValue", false>;
15
15
  }
16
16
  //# sourceMappingURL=ngSelectHasValue.pipe.d.ts.map
@@ -14,6 +14,6 @@ export declare class NgSelectValuePipe<TValue = any> implements PipeTransform {
14
14
  */
15
15
  transform(options: NgSelectOption<TValue> | Array<NgSelectOption<TValue>>, nothingSelectedText: string, optionDisplayText?: DisplayTextFunc<TValue>): string;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<NgSelectValuePipe<any>, never>;
17
- static ɵpipe: i0.ɵɵPipeDeclaration<NgSelectValuePipe<any>, "ngSelectValue">;
17
+ static ɵpipe: i0.ɵɵPipeDeclaration<NgSelectValuePipe<any>, "ngSelectValue", false>;
18
18
  }
19
19
  //# sourceMappingURL=ngSelectValue.pipe.d.ts.map
@@ -53,6 +53,6 @@ export declare class BasicKeyboardHandlerComponent implements BasicKeyboardHandl
53
53
  */
54
54
  protected _handleKeyboard: (event: KeyboardEvent) => void;
55
55
  static ɵfac: i0.ɵɵFactoryDeclaration<BasicKeyboardHandlerComponent, [{ optional: true; }, { optional: true; }, null, { optional: true; }]>;
56
- static ɵcmp: i0.ɵɵComponentDeclaration<BasicKeyboardHandlerComponent, "ng-basic-keyboard-handler", never, {}, {}, never, never>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<BasicKeyboardHandlerComponent, "ng-basic-keyboard-handler", never, {}, {}, never, never, false, never>;
57
57
  }
58
58
  //# sourceMappingURL=basicKeyboardHandler.component.d.ts.map
@@ -63,6 +63,6 @@ export declare class EditKeyboardHandlerComponent implements EditKeyboardHandler
63
63
  */
64
64
  protected _handleKeyboard: (event: KeyboardEvent) => void;
65
65
  static ɵfac: i0.ɵɵFactoryDeclaration<EditKeyboardHandlerComponent, [{ optional: true; }, { optional: true; }, null, { optional: true; }]>;
66
- static ɵcmp: i0.ɵɵComponentDeclaration<EditKeyboardHandlerComponent, "ng-edit-keyboard-handler", never, {}, {}, never, never>;
66
+ static ɵcmp: i0.ɵɵComponentDeclaration<EditKeyboardHandlerComponent, "ng-edit-keyboard-handler", never, {}, {}, never, never, false, never>;
67
67
  }
68
68
  //# sourceMappingURL=editKeyboardHandler.component.d.ts.map
@@ -97,6 +97,6 @@ export declare class BasicLiveSearchComponent implements BasicLiveSearch, NgSele
97
97
  */
98
98
  protected _initTexts(): void;
99
99
  static ɵfac: i0.ɵɵFactoryDeclaration<BasicLiveSearchComponent, [{ optional: true; }, { optional: true; }, null, null, null, { optional: true; }]>;
100
- static ɵcmp: i0.ɵɵComponentDeclaration<BasicLiveSearchComponent, "ng-basic-live-search", never, {}, {}, never, never>;
100
+ static ɵcmp: i0.ɵɵComponentDeclaration<BasicLiveSearchComponent, "ng-basic-live-search", never, {}, {}, never, never, false, never>;
101
101
  }
102
102
  //# sourceMappingURL=basicLiveSearch.component.d.ts.map
@@ -140,6 +140,6 @@ export declare class EditLiveSearchComponent implements EditLiveSearch, NgSelect
140
140
  */
141
141
  protected _activateSelectedOrFirst(): void;
142
142
  static ɵfac: i0.ɵɵFactoryDeclaration<EditLiveSearchComponent, [{ optional: true; }, { optional: true; }, null, null, null, { optional: true; }]>;
143
- static ɵcmp: i0.ɵɵComponentDeclaration<EditLiveSearchComponent, "ng-edit-live-search", never, {}, {}, never, never>;
143
+ static ɵcmp: i0.ɵɵComponentDeclaration<EditLiveSearchComponent, "ng-edit-live-search", never, {}, {}, never, never, false, never>;
144
144
  }
145
145
  //# sourceMappingURL=editLiveSearch.component.d.ts.map
@@ -49,6 +49,6 @@ export declare class NoLiveSearchComponent implements NoLiveSearch, NgSelectPlug
49
49
  */
50
50
  invalidateVisuals(): void;
51
51
  static ɵfac: i0.ɵɵFactoryDeclaration<NoLiveSearchComponent, [{ optional: true; }, null, null]>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<NoLiveSearchComponent, "ng-no-live-search", never, {}, {}, never, never>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<NoLiveSearchComponent, "ng-no-live-search", never, {}, {}, never, never, false, never>;
53
53
  }
54
54
  //# sourceMappingURL=noLiveSearch.component.d.ts.map
@@ -12,6 +12,6 @@ import * as i0 from "@angular/core";
12
12
  export declare class BasicNormalStateComponent<TValue = any> extends NormalStateAbstractComponent<CssClassesBasicNormalState, BasicNormalStateOptions<TValue>, TValue> implements BasicNormalState, NgSelectPlugin<BasicNormalStateOptions>, OnDestroy {
13
13
  constructor(ngSelectPlugins: NgSelectPluginInstances, pluginBus: PluginBus, pluginElement: ElementRef, changeDetector: ChangeDetectorRef, stringLocalization: StringLocalization, options?: BasicNormalStateOptions);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<BasicNormalStateComponent<any>, [{ optional: true; }, { optional: true; }, null, null, null, { optional: true; }]>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<BasicNormalStateComponent<any>, "div.normal-state", never, {}, {}, never, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<BasicNormalStateComponent<any>, "div.normal-state", never, {}, {}, never, never, false, never>;
16
16
  }
17
17
  //# sourceMappingURL=basicNormalState.component.d.ts.map
@@ -21,6 +21,6 @@ export declare class EditNormalStateComponent<TValue = any> extends NormalStateA
21
21
  */
22
22
  cancelSelected(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<EditNormalStateComponent<any>, [{ optional: true; }, { optional: true; }, null, null, null, { optional: true; }]>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<EditNormalStateComponent<any>, "div.edit-normal-state", never, {}, {}, never, ["*"]>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<EditNormalStateComponent<any>, "div.edit-normal-state", never, {}, {}, never, ["*"], false, never>;
25
25
  }
26
26
  //# sourceMappingURL=editNormalState.component.d.ts.map
@@ -65,6 +65,6 @@ export declare abstract class NormalStateAbstractComponent<TCssClasses = any, TO
65
65
  */
66
66
  protected _initTexts(): void;
67
67
  static ɵfac: i0.ɵɵFactoryDeclaration<NormalStateAbstractComponent<any, any, any>, never>;
68
- static ɵdir: i0.ɵɵDirectiveDeclaration<NormalStateAbstractComponent<any, any, any>, never, never, {}, {}, never>;
68
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NormalStateAbstractComponent<any, any, any>, never, never, {}, {}, never, never, false, never>;
69
69
  }
70
70
  //# sourceMappingURL=normalStateAbstract.component.d.ts.map
@@ -12,6 +12,6 @@ import * as i0 from "@angular/core";
12
12
  export declare class BasicPopupComponent extends PopupAbstractComponent<CssClassesBasicPopup, BasicPopupOptions> implements BasicPopup, NgSelectPlugin<BasicPopupOptions>, AfterViewInit, OnDestroy {
13
13
  constructor(ngSelectPlugins: NgSelectPluginInstances, pluginBus: PluginBus, pluginElement: ElementRef, changeDetector: ChangeDetectorRef, options: BasicPopupOptions, stringLocalization: StringLocalization, document?: Document);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<BasicPopupComponent, [{ optional: true; }, { optional: true; }, null, null, { optional: true; }, null, null]>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<BasicPopupComponent, "div.ng-select-popup", never, {}, {}, never, ["*"]>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<BasicPopupComponent, "div.ng-select-popup", never, {}, {}, never, ["*"], false, never>;
16
16
  }
17
17
  //# sourceMappingURL=basicPopup.component.d.ts.map
@@ -27,6 +27,6 @@ export declare class EditPopupComponent extends PopupAbstractComponent<CssClasse
27
27
  */
28
28
  handleMouseActivation(option: ɵNgSelectOption): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<EditPopupComponent, [{ optional: true; }, { optional: true; }, null, null, { optional: true; }, null, null]>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<EditPopupComponent, "div.ng-select-edit-popup", never, {}, {}, never, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<EditPopupComponent, "div.ng-select-edit-popup", never, {}, {}, never, never, false, never>;
31
31
  }
32
32
  //# sourceMappingURL=editPopup.component.d.ts.map