@marcura/marcura-combobox 6.2.2 → 19.0.0-dev.0

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 (44) hide show
  1. package/README.md +24 -24
  2. package/{fesm2020 → fesm2022}/marcura-marcura-combobox.mjs +211 -219
  3. package/fesm2022/marcura-marcura-combobox.mjs.map +1 -0
  4. package/lib/combobox.module.d.ts +16 -18
  5. package/lib/components/abstract-combobox/abstract-combobox.component.d.ts +1 -1
  6. package/lib/components/abstract-dropdown/abstract-dropdown.component.d.ts +1 -1
  7. package/lib/components/combobox/combobox.component.d.ts +1 -1
  8. package/lib/components/combobox-popup-footer/combobox-popup-footer.component.d.ts +1 -1
  9. package/lib/components/dropdown/dropdown.component.d.ts +1 -1
  10. package/lib/components/multiselect/multiselect.component.d.ts +3 -3
  11. package/lib/directives/multiselect-tag-wrapper.directive.d.ts +1 -1
  12. package/package.json +13 -22
  13. package/esm2020/lib/combobox.injectables.mjs +0 -5
  14. package/esm2020/lib/combobox.module.mjs +0 -103
  15. package/esm2020/lib/components/abstract-combobox/abstract-combobox.component.mjs +0 -241
  16. package/esm2020/lib/components/abstract-dropdown/abstract-dropdown.component.mjs +0 -231
  17. package/esm2020/lib/components/combobox/combobox.component.mjs +0 -365
  18. package/esm2020/lib/components/combobox-popup-footer/combobox-popup-footer.component.mjs +0 -38
  19. package/esm2020/lib/components/dropdown/dropdown.component.mjs +0 -234
  20. package/esm2020/lib/components/multiselect/multiselect.component.mjs +0 -312
  21. package/esm2020/lib/directives/combobox-item-template.directive.mjs +0 -13
  22. package/esm2020/lib/directives/dropdown-item-template.directive.mjs +0 -13
  23. package/esm2020/lib/directives/dropdown-value-template.directive.mjs +0 -13
  24. package/esm2020/lib/directives/multiselect-item-template.directive.mjs +0 -13
  25. package/esm2020/lib/directives/multiselect-tag-template.directive.mjs +0 -13
  26. package/esm2020/lib/directives/multiselect-tag-wrapper.directive.mjs +0 -60
  27. package/esm2020/lib/model/combobox-changed.event.mjs +0 -4
  28. package/esm2020/lib/model/combobox-item.type.mjs +0 -13
  29. package/esm2020/lib/model/combobox-kendo-component.interface.mjs +0 -2
  30. package/esm2020/lib/model/combobox-localization.interface.mjs +0 -2
  31. package/esm2020/lib/model/combobox-search-fn.type.mjs +0 -2
  32. package/esm2020/lib/model/combobox-search-settings-operator.enum.mjs +0 -6
  33. package/esm2020/lib/model/combobox-search-settings.interface.mjs +0 -2
  34. package/esm2020/lib/model/dropdown-changed.event.mjs +0 -4
  35. package/esm2020/lib/model/dropdown-kendo-component.interface.mjs +0 -2
  36. package/esm2020/lib/model/dropdown-localization.interface.mjs +0 -2
  37. package/esm2020/lib/model/dropdown-localizer.interface.mjs +0 -2
  38. package/esm2020/lib/model/multiselect-changed.event.mjs +0 -4
  39. package/esm2020/lib/model/multiselect-localization.interface.mjs +0 -2
  40. package/esm2020/marcura-marcura-combobox.mjs +0 -5
  41. package/esm2020/public-api.mjs +0 -25
  42. package/fesm2015/marcura-marcura-combobox.mjs +0 -1602
  43. package/fesm2015/marcura-marcura-combobox.mjs.map +0 -1
  44. package/fesm2020/marcura-marcura-combobox.mjs.map +0 -1
package/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # Marcura Combobox
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project marcura-combobox` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project marcura-combobox`.
8
- > Note: Don't forget to add `--project marcura-combobox` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build marcura-combobox` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build marcura-combobox`, go to the dist folder `cd dist/marcura-combobox` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test marcura-combobox` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
1
+ # Marcura Combobox
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project marcura-combobox` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project marcura-combobox`.
8
+ > Note: Don't forget to add `--project marcura-combobox` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build marcura-combobox` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build marcura-combobox`, go to the dist folder `cd dist/marcura-combobox` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test marcura-combobox` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).