@ambita/design-system 4.0.6 → 5.0.2-1131.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 (75) hide show
  1. package/dist/assets/index-2iDFtGG-.js +18 -0
  2. package/dist/assets/index-2iDFtGG-.js.map +1 -0
  3. package/dist/assets/index-CXMCzGvQ.css +1 -0
  4. package/dist/index.html +14 -0
  5. package/dist/types/src/App.vue.d.ts +77 -1
  6. package/dist/types/src/components/AuxAriaAnnouncer/AuxAriaAnnouncer.vue.d.ts +4 -4
  7. package/dist/types/src/components/Banner/Banner.vue.d.ts +10 -5
  8. package/dist/types/src/components/Button/Button.vue.d.ts +5 -5
  9. package/dist/types/src/components/Card/Card.vue.d.ts +1 -1
  10. package/dist/types/src/components/Checkbox/Checkbox.vue.d.ts +125 -12
  11. package/dist/types/src/components/Checkbox/CheckboxCard.vue.d.ts +6 -6
  12. package/dist/types/src/components/Checkbox/CheckboxRegular.vue.d.ts +6 -6
  13. package/dist/types/src/components/CheckboxDropdown/CheckboxDropdown.vue.d.ts +243 -5
  14. package/dist/types/src/components/Color/ColorSwatch.vue.d.ts +4 -4
  15. package/dist/types/src/components/Definition/Definition.vue.d.ts +5 -5
  16. package/dist/types/src/components/Details/Details.vue.d.ts +49 -1
  17. package/dist/types/src/components/DirectionalArrow/DirectionalArrow.vue.d.ts +7 -15
  18. package/dist/types/src/components/FormElement/FormElement.vue.d.ts +60 -4
  19. package/dist/types/src/components/Icons/IconPreview.vue.d.ts +5 -3
  20. package/dist/types/src/components/Input/Input.vue.d.ts +115 -7
  21. package/dist/types/src/components/JsonForm/Components/Checkboxes.vue.d.ts +350 -6
  22. package/dist/types/src/components/JsonForm/Components/RadioButtons.vue.d.ts +360 -10
  23. package/dist/types/src/components/JsonForm/Controls/Array.vue.d.ts +844 -6
  24. package/dist/types/src/components/JsonForm/Controls/Boolean.vue.d.ts +243 -5
  25. package/dist/types/src/components/JsonForm/Controls/Number.vue.d.ts +854 -6
  26. package/dist/types/src/components/JsonForm/Controls/String.vue.d.ts +854 -6
  27. package/dist/types/src/components/JsonForm/Controls/Wrapper.vue.d.ts +25 -5
  28. package/dist/types/src/components/JsonForm/JsonForm.vue.d.ts +167 -5
  29. package/dist/types/src/components/JsonForm/Renderers/Array.vue.d.ts +935 -75
  30. package/dist/types/src/components/JsonForm/Renderers/Boolean.vue.d.ts +331 -75
  31. package/dist/types/src/components/JsonForm/Renderers/Integer.vue.d.ts +945 -75
  32. package/dist/types/src/components/JsonForm/Renderers/Layout.vue.d.ts +105 -67
  33. package/dist/types/src/components/JsonForm/Renderers/Number.vue.d.ts +945 -75
  34. package/dist/types/src/components/JsonForm/Renderers/Object.vue.d.ts +113 -75
  35. package/dist/types/src/components/JsonForm/Renderers/String.vue.d.ts +946 -75
  36. package/dist/types/src/components/Link/Link.vue.d.ts +6 -6
  37. package/dist/types/src/components/Logo/Logo.vue.d.ts +6 -4
  38. package/dist/types/src/components/Modal/Actions.vue.d.ts +68 -6
  39. package/dist/types/src/components/Modal/Modal.vue.d.ts +90 -8
  40. package/dist/types/src/components/Notification/Notification.vue.d.ts +5 -5
  41. package/dist/types/src/components/Notification/Notifications.vue.d.ts +36 -6
  42. package/dist/types/src/components/Pagination/Pagination.vue.d.ts +73 -8
  43. package/dist/types/src/components/Pill/Pill.vue.d.ts +5 -5
  44. package/dist/types/src/components/Radio/Radio.vue.d.ts +6 -6
  45. package/dist/types/src/components/RadioGroup/RadioGroup.vue.d.ts +217 -12
  46. package/dist/types/src/components/RadioGroup/RadioGroupCardElement.vue.d.ts +6 -6
  47. package/dist/types/src/components/RadioGroup/RadioGroupElement.vue.d.ts +6 -6
  48. package/dist/types/src/components/Select/Select.vue.d.ts +117 -10
  49. package/dist/types/src/components/Spinner/Spinner.vue.d.ts +5 -5
  50. package/dist/types/src/components/StatusBadge/StatusBadge.vue.d.ts +5 -5
  51. package/dist/types/src/components/Tag/Tag.vue.d.ts +5 -5
  52. package/dist/types/src/components/TextArea/TextArea.vue.d.ts +115 -8
  53. package/dist/types/src/components/Time/Time.vue.d.ts +4 -4
  54. package/dist/types/src/components/Toggle/Toggle.vue.d.ts +9 -9
  55. package/dist/types/src/components/Upload/File/File.vue.d.ts +71 -6
  56. package/dist/types/src/components/Upload/Upload.vue.d.ts +248 -9
  57. package/dist/types/src/components/ValidationWrapper/ValidationWrapper.vue.d.ts +6 -4
  58. package/dist/types/src/helpers/formatters/formatDateAndTime/Storybook/FormatDateAndTime.vue.d.ts +1 -1
  59. package/dist/types/src/helpers/formatters/formatQuantity/Storybook/FormatAmount.vue.d.ts +1 -1
  60. package/dist/types/src/helpers/formatters/formatQuantity/Storybook/FormatNumber.vue.d.ts +1 -1
  61. package/dist/types/tsconfig.app.tsbuildinfo +1 -1
  62. package/package.json +41 -33
  63. package/dist/ambita-logo.svg +0 -1
  64. package/dist/css/colors-css-variables.scss +0 -65
  65. package/dist/css/colors-scss-variables.scss +0 -60
  66. package/dist/css/mixins.scss +0 -147
  67. package/dist/ds.js +0 -21
  68. package/dist/ds.js.map +0 -1
  69. package/dist/ds.mjs +0 -16171
  70. package/dist/ds.mjs.map +0 -1
  71. package/dist/ds.umd.js +0 -22
  72. package/dist/ds.umd.js.map +0 -1
  73. package/dist/favicons/ambita/favicon.ico +0 -0
  74. package/dist/favicons/ambita/favicon.svg +0 -9
  75. package/dist/index.css +0 -1
@@ -0,0 +1 @@
1
+ *,:before,:after{box-sizing:border-box;background-repeat:no-repeat}:before,:after{text-decoration:inherit;vertical-align:inherit}:where(:root){cursor:default;line-height:1.5;overflow-wrap:break-word;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%}:where(body){margin:0}:where(h1){font-size:2em;margin:.67em 0}:where(dl,ol,ul) :where(dl,ol,ul){margin:0}:where(hr){color:inherit;height:0}:where(nav) :where(ol,ul){list-style-type:none;padding:0}:where(nav li):before{content:"​";float:left}:where(pre){font-family:monospace,monospace;font-size:1em;overflow:auto}:where(abbr[title]){text-decoration:underline;text-decoration:underline dotted}:where(b,strong){font-weight:bolder}:where(code,kbd,samp){font-family:monospace,monospace;font-size:1em}:where(small){font-size:80%}:where(audio,canvas,iframe,img,svg,video){vertical-align:middle}:where(iframe){border-style:none}:where(svg:not([fill])){fill:currentColor}:where(table){border-collapse:collapse;border-color:inherit;text-indent:0}:where(button,input,select){margin:0}:where(button,[type=button i],[type=reset i],[type=submit i]){-webkit-appearance:button}:where(fieldset){border:1px solid #a0a0a0}:where(progress){vertical-align:baseline}:where(textarea){margin:0;resize:vertical}:where([type=search i]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(dialog){background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:fit-content}:where(dialog:not([open])){display:none}:where(details>summary:first-of-type){display:list-item}:where([aria-busy=true i]){cursor:progress}:where([aria-controls]){cursor:pointer}:where([aria-disabled=true i],[disabled]){cursor:not-allowed}:where([aria-hidden=false i][hidden]){display:initial}:where([aria-hidden=false i][hidden]:not(:focus)){clip:rect(0,0,0,0);position:absolute}:where(button,input,select,textarea){background-color:transparent;border:1px solid WindowFrame;color:inherit;font:inherit;letter-spacing:inherit;padding:.25em .375em}:where(select){-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat right center / 1em;border-radius:0;padding-right:1em}:where(select[multiple]){background-image:none}:where([type=color i],[type=range i]){border-width:0;padding:0}html{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}code,kbd,samp,pre{font-family:ui-monospace,Menlo,Consolas,Roboto Mono,"Ubuntu Monospace",Noto Mono,Oxygen Mono,Liberation Mono,monospace,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.aux-button[data-v-10242010]{font-family:ff-din-round-web,sans-serif;font-style:normal;font-weight:500;font-size:18px;line-height:1;color:#360076;border-radius:2px;-webkit-appearance:none;outline:none;white-space:nowrap;background-color:#fff;border:2px solid #360076;cursor:pointer}.aux-button[data-v-10242010]{outline:none}.aux-button[data-v-10242010]:focus{box-shadow:0 0 0 3px #fff,0 0 0 6px #003eff}.aux-button[data-v-10242010]:focus-visible{box-shadow:0 0 0 3px #fff,0 0 0 6px #003eff,0 0 0 0 transparent}.aux-validation-wrapper--haserror .aux-button[data-v-10242010]:focus-visible{box-shadow:0 0 0 1px #ac1631,0 0 0 3px #fff,0 0 0 6px #003eff,0 0 0 0 transparent}.aux-button[data-v-10242010]:focus:not(:focus-visible){box-shadow:none}.aux-button[data-v-10242010]:hover{background-color:#d8cde6}.aux-button[data-v-10242010]:active{background-color:#5f3591;color:#fff}.aux-button[data-v-10242010]:disabled{background-color:#e1e1e1;color:#555;border-color:#e1e1e1;pointer-events:none}.aux-button+.aux-button--horizontal[data-v-10242010]{margin-left:17px}.aux-button+.aux-button--vertical[data-v-10242010]{margin-top:5px}[data-v-10242010] svg{height:25px;max-width:auto;margin:-5px}.aux-button--primary[data-v-10242010]{color:#fff;background-color:#360076;border:none}.aux-button--primary[data-v-10242010]:hover{background-color:#8666ac}.aux-button--primary[data-v-10242010]:active{background-color:#5f3591}.aux-button--small[data-v-10242010]{font-size:16px;padding:5px 11px 3px}.aux-button--small.aux-button--primary[data-v-10242010]{padding:7px 13px 5px}.aux-button--small[data-v-10242010] svg{height:18px}.aux-button--small .aux-button-container-left[data-v-10242010]{left:-2px;margin-left:-2px}.aux-button--small .aux-button-container-right[data-v-10242010]{right:-2px;margin-right:-2px}.aux-button--medium[data-v-10242010]{padding:10px 24px 8px}.aux-button--medium.aux-button--primary[data-v-10242010]{padding:12px 26px 10px}.aux-button-container-left[data-v-10242010]{position:relative;left:-5px;top:-1px;margin-left:-5px}.aux-button-container-right[data-v-10242010]{position:relative;right:-5px;top:-1px;margin-right:-5px}.aux-arrow[data-v-d1e09832]{height:25px;color:#360076}.aux-arrow--left[data-v-d1e09832]{transform:rotate(-180deg)}.aux-arrow--up[data-v-d1e09832]{transform:rotate(-90deg)}.aux-arrow--down[data-v-d1e09832]{transform:rotate(90deg)}.aux-arrow--right[data-v-d1e09832]{transform:rotate(0)}
@@ -0,0 +1,14 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <link rel="icon" href="/favicon.ico">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Vite App</title>
8
+ <script type="module" crossorigin src="/assets/index-2iDFtGG-.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-CXMCzGvQ.css">
10
+ </head>
11
+ <body>
12
+ <div id="app"></div>
13
+ </body>
14
+ </html>
@@ -1,5 +1,81 @@
1
1
  import 'sanitize.css/sanitize.css';
2
2
  import 'sanitize.css/forms.css';
3
3
  import 'sanitize.css/typography.css';
4
- declare const _default: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
4
+ declare const _default: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
5
+ AuxButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
+ primary: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ disabled: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ size: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ validator: (value: string) => boolean;
18
+ };
19
+ dataTestid: {
20
+ type: StringConstructor;
21
+ required: false;
22
+ };
23
+ stackDirection: {
24
+ type: StringConstructor;
25
+ required: false;
26
+ default: string;
27
+ validator: (value: string) => boolean;
28
+ };
29
+ }>, {
30
+ classes: import("vue").ComputedRef<{
31
+ [x: string]: boolean;
32
+ 'aux-button': boolean;
33
+ 'aux-button--primary': boolean;
34
+ 'aux-button--secondary': boolean;
35
+ }>;
36
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
37
+ primary: {
38
+ type: BooleanConstructor;
39
+ default: boolean;
40
+ };
41
+ disabled: {
42
+ type: BooleanConstructor;
43
+ default: boolean;
44
+ };
45
+ size: {
46
+ type: StringConstructor;
47
+ default: string;
48
+ validator: (value: string) => boolean;
49
+ };
50
+ dataTestid: {
51
+ type: StringConstructor;
52
+ required: false;
53
+ };
54
+ stackDirection: {
55
+ type: StringConstructor;
56
+ required: false;
57
+ default: string;
58
+ validator: (value: string) => boolean;
59
+ };
60
+ }>> & Readonly<{}>, {
61
+ primary: boolean;
62
+ disabled: boolean;
63
+ size: string;
64
+ stackDirection: string;
65
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
66
+ AuxDirectionalArrow: import("vue").DefineComponent<{
67
+ direction: string;
68
+ }, {
69
+ classes: import("vue").ComputedRef<{
70
+ [x: string]: boolean;
71
+ 'aux-arrow': boolean;
72
+ }>;
73
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
74
+ direction: string;
75
+ }> & Readonly<{}>, {
76
+ direction: string;
77
+ }, {}, {
78
+ CaretRightIcon: import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>;
79
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
80
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
81
  export default _default;
@@ -1,18 +1,18 @@
1
1
  import type { PropType } from 'vue';
2
2
  type AriaLiveValues = 'polite' | 'assertive' | 'off';
3
- declare const _default: import("vue").DefineComponent<{
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  priority: {
5
5
  type: PropType<AriaLiveValues>;
6
6
  default: string;
7
7
  validator: (priority: string) => boolean;
8
8
  };
9
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
10
  priority: {
11
11
  type: PropType<AriaLiveValues>;
12
12
  default: string;
13
13
  validator: (priority: string) => boolean;
14
14
  };
15
- }>>, {
15
+ }>> & Readonly<{}>, {
16
16
  priority: AriaLiveValues;
17
- }, {}>;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
18
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  type: {
3
3
  type: StringConstructor;
4
4
  default: string;
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
11
11
  type: StringConstructor;
12
12
  required: false;
13
13
  };
14
- }, {
14
+ }>, {
15
15
  icon: import("vue").ComputedRef<import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>>;
16
16
  uuid: string;
17
17
  classes: import("vue").ComputedRef<{
@@ -23,7 +23,7 @@ declare const _default: import("vue").DefineComponent<{
23
23
  [x: string]: boolean;
24
24
  icon: boolean;
25
25
  }>;
26
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
26
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
27
  type: {
28
28
  type: StringConstructor;
29
29
  default: string;
@@ -36,7 +36,12 @@ declare const _default: import("vue").DefineComponent<{
36
36
  type: StringConstructor;
37
37
  required: false;
38
38
  };
39
- }>>, {
39
+ }>> & Readonly<{}>, {
40
40
  type: string;
41
- }, {}>;
41
+ }, {}, {
42
+ SuccessBannerIcon: import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>;
43
+ InfoBannerIcon: import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>;
44
+ WarningBannerIcon: import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>;
45
+ ErrorBannerIcon: import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>;
46
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
47
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  primary: {
3
3
  type: BooleanConstructor;
4
4
  default: boolean;
@@ -22,14 +22,14 @@ declare const _default: import("vue").DefineComponent<{
22
22
  default: string;
23
23
  validator: (value: string) => boolean;
24
24
  };
25
- }, {
25
+ }>, {
26
26
  classes: import("vue").ComputedRef<{
27
27
  [x: string]: boolean;
28
28
  'aux-button': boolean;
29
29
  'aux-button--primary': boolean;
30
30
  'aux-button--secondary': boolean;
31
31
  }>;
32
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
32
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
33
33
  primary: {
34
34
  type: BooleanConstructor;
35
35
  default: boolean;
@@ -53,10 +53,10 @@ declare const _default: import("vue").DefineComponent<{
53
53
  default: string;
54
54
  validator: (value: string) => boolean;
55
55
  };
56
- }>>, {
56
+ }>> & Readonly<{}>, {
57
57
  primary: boolean;
58
58
  disabled: boolean;
59
59
  size: string;
60
60
  stackDirection: string;
61
- }, {}>;
61
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
62
62
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  value: {
3
3
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
4
4
  };
@@ -26,9 +26,9 @@ declare const _default: import("vue").DefineComponent<{
26
26
  validator: (value: string) => boolean;
27
27
  default: string;
28
28
  };
29
- }, {
29
+ }>, {
30
30
  changeEvent: (value: Event) => void;
31
- checkboxType: import("vue").ComputedRef<import("vue").DefineComponent<{
31
+ checkboxType: import("vue").ComputedRef<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
32
32
  value: {
33
33
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
34
34
  };
@@ -51,9 +51,9 @@ declare const _default: import("vue").DefineComponent<{
51
51
  type: BooleanConstructor;
52
52
  default: boolean;
53
53
  };
54
- }, {
54
+ }>, {
55
55
  changeEvent: (event: Event) => void;
56
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
56
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
57
57
  value: {
58
58
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
59
59
  };
@@ -76,15 +76,15 @@ declare const _default: import("vue").DefineComponent<{
76
76
  type: BooleanConstructor;
77
77
  default: boolean;
78
78
  };
79
- }>> & {
79
+ }>> & Readonly<{
80
80
  onChange?: ((...args: any[]) => any) | undefined;
81
- }, {
81
+ }>, {
82
82
  disabled: boolean;
83
83
  id: string;
84
84
  selected: boolean;
85
85
  indeterminate: boolean;
86
- }, {}>>;
87
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:selected")[], "change" | "update:selected", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
86
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
87
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:selected")[], "change" | "update:selected", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
88
88
  value: {
89
89
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
90
90
  };
@@ -112,14 +112,127 @@ declare const _default: import("vue").DefineComponent<{
112
112
  validator: (value: string) => boolean;
113
113
  default: string;
114
114
  };
115
- }>> & {
115
+ }>> & Readonly<{
116
116
  onChange?: ((...args: any[]) => any) | undefined;
117
117
  "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
118
- }, {
118
+ }>, {
119
119
  disabled: boolean;
120
120
  id: string;
121
121
  selected: boolean;
122
122
  layout: string;
123
123
  indeterminate: boolean;
124
- }, {}>;
124
+ }, {}, {
125
+ AuxCheckboxRegular: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
126
+ value: {
127
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
128
+ };
129
+ disabled: {
130
+ type: BooleanConstructor;
131
+ };
132
+ id: {
133
+ type: StringConstructor;
134
+ default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
135
+ };
136
+ name: {
137
+ type: StringConstructor;
138
+ required: false;
139
+ };
140
+ selected: {
141
+ type: BooleanConstructor;
142
+ default: boolean;
143
+ };
144
+ indeterminate: {
145
+ type: BooleanConstructor;
146
+ default: boolean;
147
+ };
148
+ }>, {
149
+ changeEvent: (event: Event) => void;
150
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
151
+ value: {
152
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
153
+ };
154
+ disabled: {
155
+ type: BooleanConstructor;
156
+ };
157
+ id: {
158
+ type: StringConstructor;
159
+ default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
160
+ };
161
+ name: {
162
+ type: StringConstructor;
163
+ required: false;
164
+ };
165
+ selected: {
166
+ type: BooleanConstructor;
167
+ default: boolean;
168
+ };
169
+ indeterminate: {
170
+ type: BooleanConstructor;
171
+ default: boolean;
172
+ };
173
+ }>> & Readonly<{
174
+ onChange?: ((...args: any[]) => any) | undefined;
175
+ }>, {
176
+ disabled: boolean;
177
+ id: string;
178
+ selected: boolean;
179
+ indeterminate: boolean;
180
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
181
+ AuxCheckboxCard: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
182
+ value: {
183
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
184
+ };
185
+ disabled: {
186
+ type: BooleanConstructor;
187
+ };
188
+ id: {
189
+ type: StringConstructor;
190
+ default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
191
+ };
192
+ name: {
193
+ type: StringConstructor;
194
+ required: false;
195
+ };
196
+ selected: {
197
+ type: BooleanConstructor;
198
+ default: boolean;
199
+ };
200
+ indeterminate: {
201
+ type: BooleanConstructor;
202
+ default: boolean;
203
+ };
204
+ }>, {
205
+ changeEvent: (event: Event) => void;
206
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
207
+ value: {
208
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
209
+ };
210
+ disabled: {
211
+ type: BooleanConstructor;
212
+ };
213
+ id: {
214
+ type: StringConstructor;
215
+ default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
216
+ };
217
+ name: {
218
+ type: StringConstructor;
219
+ required: false;
220
+ };
221
+ selected: {
222
+ type: BooleanConstructor;
223
+ default: boolean;
224
+ };
225
+ indeterminate: {
226
+ type: BooleanConstructor;
227
+ default: boolean;
228
+ };
229
+ }>> & Readonly<{
230
+ onChange?: ((...args: any[]) => any) | undefined;
231
+ }>, {
232
+ disabled: boolean;
233
+ id: string;
234
+ selected: boolean;
235
+ indeterminate: boolean;
236
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
237
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
125
238
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  value: {
3
3
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
4
4
  };
@@ -21,9 +21,9 @@ declare const _default: import("vue").DefineComponent<{
21
21
  type: BooleanConstructor;
22
22
  default: boolean;
23
23
  };
24
- }, {
24
+ }>, {
25
25
  changeEvent: (event: Event) => void;
26
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
26
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
27
  value: {
28
28
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
29
29
  };
@@ -46,12 +46,12 @@ declare const _default: import("vue").DefineComponent<{
46
46
  type: BooleanConstructor;
47
47
  default: boolean;
48
48
  };
49
- }>> & {
49
+ }>> & Readonly<{
50
50
  onChange?: ((...args: any[]) => any) | undefined;
51
- }, {
51
+ }>, {
52
52
  disabled: boolean;
53
53
  id: string;
54
54
  selected: boolean;
55
55
  indeterminate: boolean;
56
- }, {}>;
56
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
57
57
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  value: {
3
3
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
4
4
  };
@@ -21,9 +21,9 @@ declare const _default: import("vue").DefineComponent<{
21
21
  type: BooleanConstructor;
22
22
  default: boolean;
23
23
  };
24
- }, {
24
+ }>, {
25
25
  changeEvent: (event: Event) => void;
26
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
26
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
27
  value: {
28
28
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
29
29
  };
@@ -46,12 +46,12 @@ declare const _default: import("vue").DefineComponent<{
46
46
  type: BooleanConstructor;
47
47
  default: boolean;
48
48
  };
49
- }>> & {
49
+ }>> & Readonly<{
50
50
  onChange?: ((...args: any[]) => any) | undefined;
51
- }, {
51
+ }>, {
52
52
  disabled: boolean;
53
53
  id: string;
54
54
  selected: boolean;
55
55
  indeterminate: boolean;
56
- }, {}>;
56
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
57
57
  export default _default;