@smart-webcomponents-angular/phoneinput 11.0.1 → 13.0.1

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 (39) hide show
  1. package/esm2020/phoneinput/index.mjs +2 -0
  2. package/{esm2015/phoneinput/public_api.js → esm2020/phoneinput/public_api.mjs} +0 -0
  3. package/{esm2015/phoneinput/smart-webcomponents-angular-phoneinput.js → esm2020/phoneinput/smart-webcomponents-angular-phoneinput.mjs} +2 -3
  4. package/esm2020/phoneinput/smart.element.mjs +96 -0
  5. package/esm2020/phoneinput/smart.phoneinput.mjs +443 -0
  6. package/esm2020/phoneinput/smart.phoneinput.module.mjs +18 -0
  7. package/fesm2015/{smart-webcomponents-angular-phoneinput.js → smart-webcomponents-angular-phoneinput.mjs} +85 -51
  8. package/fesm2015/smart-webcomponents-angular-phoneinput.mjs.map +1 -0
  9. package/fesm2020/smart-webcomponents-angular-phoneinput.mjs +565 -0
  10. package/fesm2020/smart-webcomponents-angular-phoneinput.mjs.map +1 -0
  11. package/index.d.ts +275 -18
  12. package/package.json +26 -24
  13. package/phoneinput/index.d.ts +1 -0
  14. package/phoneinput/smart-webcomponents-angular-phoneinput.d.ts +2 -2
  15. package/phoneinput/smart.element.d.ts +4 -1
  16. package/phoneinput/smart.phoneinput.d.ts +4 -1
  17. package/phoneinput/smart.phoneinput.module.d.ts +5 -0
  18. package/source/modules/smart.input.js +1 -1
  19. package/source/modules/smart.phoneinput.js +2 -2
  20. package/source/smart.button.js +1 -1
  21. package/source/smart.countryinput.js +1 -1
  22. package/source/smart.element.js +2 -2
  23. package/source/smart.input.js +2 -2
  24. package/source/smart.phoneinput.js +1 -1
  25. package/source/smart.scrollbar.js +1 -1
  26. package/styles/font/smart-icons.eot +0 -0
  27. package/styles/font/smart-icons.svg +11 -3
  28. package/styles/font/smart-icons.ttf +0 -0
  29. package/styles/font/smart-icons.woff +0 -0
  30. package/styles/font/smart-icons.woff2 +0 -0
  31. package/styles/smart.base.css +2 -2
  32. package/styles/smart.phoneinput.css +2 -2
  33. package/bundles/smart-webcomponents-angular-phoneinput.umd.js +0 -1001
  34. package/bundles/smart-webcomponents-angular-phoneinput.umd.min.js +0 -25
  35. package/esm2015/phoneinput/smart.element.js +0 -83
  36. package/esm2015/phoneinput/smart.phoneinput.js +0 -434
  37. package/esm2015/phoneinput/smart.phoneinput.module.js +0 -13
  38. package/fesm2015/smart-webcomponents-angular-phoneinput.js.map +0 -1
  39. package/phoneinput/smart-webcomponents-angular-phoneinput.metadata.json +0 -1
@@ -2,10 +2,11 @@ import { PhoneInput } from './../index';
2
2
  import { DropDownButtonPosition } from './../index';
3
3
  import { AfterViewInit, ElementRef, OnInit, OnChanges, OnDestroy, SimpleChanges, EventEmitter } from '@angular/core';
4
4
  import { BaseElement } from './smart.element';
5
+ import { ControlValueAccessor } from '@angular/forms';
6
+ import * as i0 from "@angular/core";
5
7
  export { DropDownButtonPosition, ElementRenderMode } from './../index';
6
8
  export { Smart } from './smart.element';
7
9
  export { PhoneInput } from './../index';
8
- import { ControlValueAccessor } from '@angular/forms';
9
10
  export declare class PhoneInputComponent extends BaseElement implements OnInit, AfterViewInit, OnDestroy, OnChanges, ControlValueAccessor {
10
11
  constructor(ref: ElementRef<PhoneInput>);
11
12
  private eventHandlers;
@@ -141,4 +142,6 @@ export declare class PhoneInputComponent extends BaseElement implements OnInit,
141
142
  private listen;
142
143
  /** @description Remove event listeners. */
143
144
  private unlisten;
145
+ static ɵfac: i0.ɵɵFactoryDeclaration<PhoneInputComponent, never>;
146
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PhoneInputComponent, "smart-phone-input, [smart-phone-input]", never, { "disabled": "disabled"; "dropDownClassList": "dropDownClassList"; "dropDownButtonPosition": "dropDownButtonPosition"; "dropDownHeight": "dropDownHeight"; "dropDownWidth": "dropDownWidth"; "messages": "messages"; "name": "name"; "nationalMode": "nationalMode"; "opened": "opened"; "onlyCountries": "onlyCountries"; "placeholder": "placeholder"; "selectedCountry": "selectedCountry"; "rightToLeft": "rightToLeft"; "theme": "theme"; "unfocusable": "unfocusable"; "value": "value"; }, { "onChange": "onChange"; "onChanging": "onChanging"; "onItemClick": "onItemClick"; }, never>;
144
147
  }
@@ -1,2 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./smart.phoneinput";
1
3
  export declare class PhoneInputModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<PhoneInputModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PhoneInputModule, [typeof i1.PhoneInputComponent], never, [typeof i1.PhoneInputComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<PhoneInputModule>;
2
7
  }
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v11.0.1 (2021-11-30)
2
+ /* Smart UI v13.0.0 (2022-02-17)
3
3
  Copyright (c) 2011-2021 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,9 +1,9 @@
1
1
 
2
- /* Smart UI v11.0.1 (2021-11-30)
2
+ /* Smart UI v13.0.0 (2022-02-17)
3
3
  Copyright (c) 2011-2021 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
6
- import "../../common/i18n.phonenumbers.min.js"; //Addition library for repeating dates
6
+ import "../../scripts/i18n.phonenumbers.min.js"; //Addition library for repeating dates
7
7
  import "../smart.element.js";
8
8
  import "../smart.button.js";
9
9
  import "../smart.scrollbar.js";
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v11.0.1 (2021-11-30)
2
+ /* Smart UI v13.0.0 (2022-02-17)
3
3
  Copyright (c) 2011-2021 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v11.0.1 (2021-11-30)
2
+ /* Smart UI v13.0.0 (2022-02-17)
3
3
  Copyright (c) 2011-2021 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5