@everymatrix/general-registration 1.22.10 → 1.23.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 (23) hide show
  1. package/dist/cjs/checkbox-group-input_13.cjs.entry.js +11835 -12341
  2. package/dist/collection/components/general-registration/general-registration.css +17 -12
  3. package/dist/collection/components/general-registration/general-registration.js +8 -0
  4. package/dist/collection/utils/locale.utils.js +18 -2
  5. package/dist/components/active-mixin.js +6 -6
  6. package/dist/components/checkbox-group-input2.js +307 -260
  7. package/dist/components/date-input2.js +2206 -3449
  8. package/dist/components/field-mixin.js +2512 -2226
  9. package/dist/components/general-registration.js +27 -3
  10. package/dist/components/input-field-shared-styles.js +211 -308
  11. package/dist/components/password-input2.js +72 -119
  12. package/dist/components/pattern-mixin.js +85 -0
  13. package/dist/components/vaadin-button.js +73 -102
  14. package/dist/components/vaadin-combo-box.js +808 -991
  15. package/dist/components/virtual-keyboard-controller.js +1768 -1111
  16. package/dist/esm/checkbox-group-input_13.entry.js +11835 -12341
  17. package/dist/general-registration/general-registration.esm.js +1 -1
  18. package/dist/general-registration/p-4bb24795.entry.js +3582 -0
  19. package/dist/types/utils/locale.utils.d.ts +1 -0
  20. package/package.json +1 -1
  21. package/dist/general-registration/p-d885d65d.entry.js +0 -3647
  22. /package/dist/types/Users/{adrian.pripon/Documents/Work → sebastian.strulea/Documents/work}/widgets-stencil/packages/general-registration/.stencil/packages/general-input/src/utils/types.d.ts +0 -0
  23. /package/dist/types/Users/{adrian.pripon/Documents/Work → sebastian.strulea/Documents/work}/widgets-stencil/packages/general-registration/.stencil/packages/general-registration/stencil.config.d.ts +0 -0
@@ -7,6 +7,7 @@ interface TranslationValues {
7
7
  interface Translations {
8
8
  en: Translation;
9
9
  hu: Translation;
10
+ hr: Translation;
10
11
  }
11
12
  export declare const TRANSLATIONS: Translations;
12
13
  export declare const getTranslations: (url: string) => Promise<unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/general-registration",
3
- "version": "1.22.10",
3
+ "version": "1.23.1",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",