@kms-ngx-ui/presentational 0.0.22 → 0.0.23

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 (50) hide show
  1. package/bundles/kms-ngx-ui-presentational.umd.js +34 -49
  2. package/bundles/kms-ngx-ui-presentational.umd.js.map +1 -1
  3. package/esm2015/lib/kms-ngx-ui-presentational.component.js +9 -9
  4. package/esm2015/lib/kms-ngx-ui-presentational.service.js +1 -1
  5. package/esm2015/lib/models/address.model.js +1 -1
  6. package/esm2015/lib/models/iconSize.enum.js +1 -1
  7. package/esm2015/lib/models/index.js +1 -1
  8. package/esm2015/lib/models/is-value.function.js +1 -1
  9. package/esm2015/lib/models/salutation.enum.js +1 -1
  10. package/esm2015/lib/models/types/attached-file-dto.model.js +1 -1
  11. package/esm2015/lib/models/types/nullable.type.js +1 -1
  12. package/esm2015/lib/parent-components/actions.component.js +1 -1
  13. package/esm2015/lib/parent-components/form-control.component.js +1 -1
  14. package/esm2015/lib/parent-components/form.component.js +1 -1
  15. package/esm2015/lib/pipes/decode-uri.pipe.js +1 -1
  16. package/esm2015/lib/pipes/encode-uri.pipe.js +1 -1
  17. package/esm2015/lib/pipes/integer-currency.pipe.js +1 -1
  18. package/esm2015/lib/pipes/safe-html.pipe.js +1 -1
  19. package/esm2015/lib/pipes/safe-style.pipe.js +1 -1
  20. package/esm2015/lib/pipes/to-number.pipe.js +1 -1
  21. package/esm2015/lib/pipes/trim.pipe.js +1 -1
  22. package/esm2015/lib/pipes/typeof.pipe.js +1 -1
  23. package/esm2015/lib/services/viewport.service.js +1 -1
  24. package/esm2015/lib/ui/back-to-top/back-to-top.component.js +2 -2
  25. package/esm2015/lib/ui/button-with-confirm-dialog/button-response-types.enum.js +1 -1
  26. package/esm2015/lib/ui/button-with-confirm-dialog/button-with-confirm-dialog.component.js +2 -2
  27. package/esm2015/lib/ui/button-with-confirm-dialog/dialog-data.model.js +1 -1
  28. package/esm2015/lib/ui/checkbox/checkbox.component.js +2 -2
  29. package/esm2015/lib/ui/dropdown-from-data/dropdown-from-data.component.js +23 -19
  30. package/esm2015/lib/ui/enum-radiogroup/enum-radiogroup.component.js +2 -2
  31. package/esm2015/lib/ui/file-input/file-input.component.js +2 -2
  32. package/esm2015/lib/ui/flyout/flyout.component.js +2 -2
  33. package/esm2015/lib/ui/generic-dialog/generic-dialog.component.js +2 -2
  34. package/esm2015/lib/ui/icon/icon.component.js +2 -2
  35. package/esm2015/lib/ui/icon/iconSize.enum.js +1 -1
  36. package/esm2015/lib/ui/loader/loader.component.js +2 -2
  37. package/esm2015/lib/ui/map/map.component.js +2 -21
  38. package/esm2015/lib/ui/radiobutton/radiobutton.component.js +2 -2
  39. package/esm2015/lib/ui/salutation-dropdown/salutation-dropdown.component.js +2 -2
  40. package/esm2015/lib/ui/salutation-radiogroup/salutation-radiogroup.component.js +2 -2
  41. package/esm2015/lib/ui/time-input/time-input.component.js +1 -1
  42. package/esm2015/lib/ui/tooltip/tooltip.component.js +1 -1
  43. package/esm2015/lib/ui/tooltip-icon/tooltip-icon.component.js +2 -2
  44. package/esm2015/lib/ui/yes-no-radiogroup/yes-no-radiogroup.component.js +2 -2
  45. package/fesm2015/kms-ngx-ui-presentational.js +43 -58
  46. package/fesm2015/kms-ngx-ui-presentational.js.map +1 -1
  47. package/lib/ui/dropdown-from-data/dropdown-from-data.component.d.ts +2 -1
  48. package/lib/ui/map/map.component.d.ts +0 -4
  49. package/package.json +1 -1
  50. package/src/styles/mixins.scss +8 -8
@@ -19,6 +19,7 @@ export declare class DropdownFromDataComponent extends FormControlParentComponen
19
19
  label: string;
20
20
  required: boolean;
21
21
  useEnumIndexAsValue: boolean;
22
+ multiple: boolean;
22
23
  keys: any[];
23
24
  values: any[];
24
25
  Object: ObjectConstructor;
@@ -41,7 +42,7 @@ export declare class DropdownFromDataComponent extends FormControlParentComponen
41
42
  setDisplayKey(key: any): any;
42
43
  valueChanged(value: any): void;
43
44
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdownFromDataComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<DropdownFromDataComponent, "kms-dropdown-from-data", never, { "optionsEnum": "optionsEnum"; "optionsPlainArray": "optionsPlainArray"; "optionsObjArray": "optionsObjArray"; "mapKey": "mapKey"; "mapValue": "mapValue"; "hasNullOption": "hasNullOption"; "translation": "translation"; "placeholder": "placeholder"; "label": "label"; "required": "required"; "useEnumIndexAsValue": "useEnumIndexAsValue"; }, {}, never, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropdownFromDataComponent, "kms-dropdown-from-data", never, { "optionsEnum": "optionsEnum"; "optionsPlainArray": "optionsPlainArray"; "optionsObjArray": "optionsObjArray"; "mapKey": "mapKey"; "mapValue": "mapValue"; "hasNullOption": "hasNullOption"; "translation": "translation"; "placeholder": "placeholder"; "label": "label"; "required": "required"; "useEnumIndexAsValue": "useEnumIndexAsValue"; "multiple": "multiple"; }, {}, never, never>;
45
46
  }
46
47
  /**
47
48
  * Interface that defines the translation object in template
@@ -56,10 +56,6 @@ export declare class MapComponent implements OnInit {
56
56
  * Adds a marker to the map
57
57
  */
58
58
  addMarker(): void;
59
- /**
60
- * sets the width of map accodring to viewport
61
- */
62
- setMapWidth(val: number): void;
63
59
  /**
64
60
  * Zooms in into map
65
61
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kms-ngx-ui/presentational",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "12.2.13",
6
6
  "@angular/common": "12.2.16",
@@ -1,9 +1,9 @@
1
- @mixin iconSize($width: 32px) {
2
- width: $width;
3
- height: $width;
4
- use, svg, g, span{
5
- width: $width;
6
- height: $width;
7
- font-size: $width;
8
- }
1
+ @mixin iconSize($width: 32px) {
2
+ width: $width;
3
+ height: $width;
4
+ use, svg, g, span{
5
+ width: $width;
6
+ height: $width;
7
+ font-size: $width;
8
+ }
9
9
  }