@everymatrix/general-registration 1.10.10 → 1.10.12

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 (28) hide show
  1. package/dist/cjs/checkbox-input_11.cjs.entry.js +342 -5342
  2. package/dist/cjs/general-registration.cjs.js +1 -1
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/collection/components/general-registration/general-registration.js +11 -8
  5. package/dist/components/checkbox-input2.js +23 -2
  6. package/dist/components/date-input2.js +20873 -3018
  7. package/dist/components/email-input2.js +23 -2
  8. package/dist/components/general-input2.js +31 -11
  9. package/dist/components/general-registration.js +9 -6
  10. package/dist/components/number-input2.js +23 -2
  11. package/dist/components/password-input2.js +24 -719
  12. package/dist/components/radio-input2.js +22 -3
  13. package/dist/components/select-input2.js +24 -4
  14. package/dist/components/tel-input2.js +24 -4
  15. package/dist/components/text-input2.js +23 -2
  16. package/dist/esm/checkbox-input_11.entry.js +342 -5342
  17. package/dist/esm/general-registration.js +1 -1
  18. package/dist/esm/loader.js +1 -1
  19. package/dist/general-registration/general-registration.esm.js +1 -1
  20. package/dist/general-registration/{p-fb5bf415.entry.js → p-3700b17b.entry.js} +99 -548
  21. package/dist/types/components/general-registration/general-registration.d.ts +2 -2
  22. package/dist/types/components.d.ts +4 -4
  23. package/package.json +1 -1
  24. package/dist/components/input-field-shared-styles.js +0 -13776
  25. package/dist/components/pattern-mixin.js +0 -84
  26. package/dist/components/vaadin-button.js +0 -1432
  27. package/dist/components/vaadin-combo-box.js +0 -4344
  28. package/dist/components/virtual-keyboard-controller.js +0 -2693
@@ -11,11 +11,11 @@ export declare class GeneralRegistration {
11
11
  */
12
12
  language: string;
13
13
  /**
14
- * Client custom styling via string
14
+ * Client custom styling via inline styles
15
15
  */
16
16
  clientStyling: string;
17
17
  /**
18
- * Client custom styling via url content
18
+ * Client custom styling via url
19
19
  */
20
20
  clientStylingUrl: string;
21
21
  errorMessage: string;
@@ -8,11 +8,11 @@ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
8
  export namespace Components {
9
9
  interface GeneralRegistration {
10
10
  /**
11
- * Client custom styling via string
11
+ * Client custom styling via inline styles
12
12
  */
13
13
  "clientStyling": string;
14
14
  /**
15
- * Client custom styling via url content
15
+ * Client custom styling via url
16
16
  */
17
17
  "clientStylingUrl": string;
18
18
  /**
@@ -39,11 +39,11 @@ declare global {
39
39
  declare namespace LocalJSX {
40
40
  interface GeneralRegistration {
41
41
  /**
42
- * Client custom styling via string
42
+ * Client custom styling via inline styles
43
43
  */
44
44
  "clientStyling"?: string;
45
45
  /**
46
- * Client custom styling via url content
46
+ * Client custom styling via url
47
47
  */
48
48
  "clientStylingUrl"?: string;
49
49
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/general-registration",
3
- "version": "1.10.10",
3
+ "version": "1.10.12",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",