@nanoporetech-digital/components-vue 5.10.0 → 5.11.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.
- package/CHANGELOG.md +20 -0
- package/dist/index.esm.js +4 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +51 -55
- package/dist/types/vue-component-lib/utils.d.ts +1 -3
- package/dist/vetur/attributes.json +6 -6
- package/dist/vetur/tags.json +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +7 -10
- package/dist/types/demo/main.d.ts +0 -1
- package/dist/types/demo/stencilJsx.d.ts +0 -2
package/dist/types/proxies.d.ts
CHANGED
|
@@ -1,56 +1,52 @@
|
|
|
1
1
|
import type { JSX } from '@nanoporetech-digital/components';
|
|
2
|
-
export declare const NanoAccordion: import("vue").
|
|
3
|
-
export declare const NanoAlert: import("vue").
|
|
4
|
-
export declare const NanoAlgolia: import("vue").
|
|
5
|
-
export declare const NanoAlgoliaFilter: import("vue").
|
|
6
|
-
export declare const NanoAlgoliaPagination: import("vue").
|
|
7
|
-
export declare const NanoAlgoliaResults: import("vue").
|
|
8
|
-
export declare const NanoAspectRatio: import("vue").
|
|
9
|
-
export declare const NanoCheckbox: import("vue").
|
|
10
|
-
export declare const NanoCheckboxGroup: import("vue").
|
|
11
|
-
export declare const NanoDatalist: import("vue").
|
|
12
|
-
export declare const NanoDateInput: import("vue").
|
|
13
|
-
export declare const NanoDatePicker: import("vue").
|
|
14
|
-
export declare const NanoDemo: import("vue").
|
|
15
|
-
export declare const NanoDetails: import("vue").
|
|
16
|
-
export declare const NanoDialog: import("vue").
|
|
17
|
-
export declare const NanoDrawer: import("vue").
|
|
18
|
-
export declare const NanoDropdown: import("vue").
|
|
19
|
-
export declare const NanoFieldValidator: import("vue").
|
|
20
|
-
export declare const NanoFileUpload: import("vue").
|
|
21
|
-
export declare const NanoGlobalNav: import("vue").
|
|
22
|
-
export declare const NanoGlobalNavUserProfile: import("vue").
|
|
23
|
-
export declare const NanoGlobalSearchResults: import("vue").
|
|
24
|
-
export declare const NanoGrid: import("vue").
|
|
25
|
-
export declare const NanoGridItem: import("vue").
|
|
26
|
-
export declare const NanoHero: import("vue").
|
|
27
|
-
export declare const NanoIcon: import("vue").
|
|
28
|
-
|
|
29
|
-
}>;
|
|
30
|
-
export declare const
|
|
31
|
-
export declare const
|
|
32
|
-
export declare const
|
|
33
|
-
export declare const
|
|
34
|
-
export declare const
|
|
35
|
-
export declare const
|
|
36
|
-
export declare const
|
|
37
|
-
export declare const
|
|
38
|
-
export declare const
|
|
39
|
-
export declare const
|
|
40
|
-
export declare const
|
|
41
|
-
export declare const
|
|
42
|
-
export declare const
|
|
43
|
-
export declare const
|
|
44
|
-
export declare const
|
|
45
|
-
export declare const
|
|
46
|
-
export declare const
|
|
47
|
-
|
|
48
|
-
}>;
|
|
49
|
-
export declare const
|
|
50
|
-
export declare const
|
|
51
|
-
export declare const
|
|
52
|
-
export declare const
|
|
53
|
-
export declare const NanoTabContent: import("vue").DefineComponent<JSX.NanoTabContent & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.NanoTabContent & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>>, {}>;
|
|
54
|
-
export declare const NanoTabGroup: import("vue").DefineComponent<JSX.NanoTabGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.NanoTabGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>>, {}>;
|
|
55
|
-
export declare const NanoTable: import("vue").DefineComponent<JSX.NanoTable & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.NanoTable & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>>, {}>;
|
|
56
|
-
export declare const NanoTooltip: import("vue").DefineComponent<JSX.NanoTooltip & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.NanoTooltip & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>>, {}>;
|
|
2
|
+
export declare const NanoAccordion: import("vue").DefineSetupFnComponent<JSX.NanoAccordion & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoAccordion & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
3
|
+
export declare const NanoAlert: import("vue").DefineSetupFnComponent<JSX.NanoAlert & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoAlert & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
4
|
+
export declare const NanoAlgolia: import("vue").DefineSetupFnComponent<JSX.NanoAlgolia & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoAlgolia & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
5
|
+
export declare const NanoAlgoliaFilter: import("vue").DefineSetupFnComponent<JSX.NanoAlgoliaFilter & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoAlgoliaFilter & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
6
|
+
export declare const NanoAlgoliaPagination: import("vue").DefineSetupFnComponent<JSX.NanoAlgoliaPagination & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoAlgoliaPagination & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
7
|
+
export declare const NanoAlgoliaResults: import("vue").DefineSetupFnComponent<JSX.NanoAlgoliaResults & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoAlgoliaResults & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
8
|
+
export declare const NanoAspectRatio: import("vue").DefineSetupFnComponent<JSX.NanoAspectRatio & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoAspectRatio & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
9
|
+
export declare const NanoCheckbox: import("vue").DefineSetupFnComponent<JSX.NanoCheckbox & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoCheckbox & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
10
|
+
export declare const NanoCheckboxGroup: import("vue").DefineSetupFnComponent<JSX.NanoCheckboxGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoCheckboxGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
11
|
+
export declare const NanoDatalist: import("vue").DefineSetupFnComponent<JSX.NanoDatalist & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoDatalist & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
12
|
+
export declare const NanoDateInput: import("vue").DefineSetupFnComponent<JSX.NanoDateInput & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoDateInput & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
13
|
+
export declare const NanoDatePicker: import("vue").DefineSetupFnComponent<JSX.NanoDatePicker & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoDatePicker & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
14
|
+
export declare const NanoDemo: import("vue").DefineSetupFnComponent<JSX.NanoDemo & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoDemo & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
15
|
+
export declare const NanoDetails: import("vue").DefineSetupFnComponent<JSX.NanoDetails & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoDetails & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
16
|
+
export declare const NanoDialog: import("vue").DefineSetupFnComponent<JSX.NanoDialog & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoDialog & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
17
|
+
export declare const NanoDrawer: import("vue").DefineSetupFnComponent<JSX.NanoDrawer & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoDrawer & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
18
|
+
export declare const NanoDropdown: import("vue").DefineSetupFnComponent<JSX.NanoDropdown & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoDropdown & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
19
|
+
export declare const NanoFieldValidator: import("vue").DefineSetupFnComponent<JSX.NanoFieldValidator & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoFieldValidator & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
20
|
+
export declare const NanoFileUpload: import("vue").DefineSetupFnComponent<JSX.NanoFileUpload & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoFileUpload & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
21
|
+
export declare const NanoGlobalNav: import("vue").DefineSetupFnComponent<JSX.NanoGlobalNav & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoGlobalNav & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
22
|
+
export declare const NanoGlobalNavUserProfile: import("vue").DefineSetupFnComponent<JSX.NanoGlobalNavUserProfile & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoGlobalNavUserProfile & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
23
|
+
export declare const NanoGlobalSearchResults: import("vue").DefineSetupFnComponent<JSX.NanoGlobalSearchResults & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoGlobalSearchResults & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
24
|
+
export declare const NanoGrid: import("vue").DefineSetupFnComponent<JSX.NanoGrid & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoGrid & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
25
|
+
export declare const NanoGridItem: import("vue").DefineSetupFnComponent<JSX.NanoGridItem & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoGridItem & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
26
|
+
export declare const NanoHero: import("vue").DefineSetupFnComponent<JSX.NanoHero & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoHero & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
27
|
+
export declare const NanoIcon: import("vue").DefineSetupFnComponent<JSX.NanoIcon & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoIcon & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
28
|
+
export declare const NanoIconButton: import("vue").DefineSetupFnComponent<JSX.NanoIconButton & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoIconButton & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
29
|
+
export declare const NanoImg: import("vue").DefineSetupFnComponent<JSX.NanoImg & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoImg & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
30
|
+
export declare const NanoInput: import("vue").DefineSetupFnComponent<JSX.NanoInput & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoInput & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
31
|
+
export declare const NanoMenu: import("vue").DefineSetupFnComponent<JSX.NanoMenu & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoMenu & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
32
|
+
export declare const NanoMenuDrawer: import("vue").DefineSetupFnComponent<JSX.NanoMenuDrawer & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoMenuDrawer & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
33
|
+
export declare const NanoNavItem: import("vue").DefineSetupFnComponent<JSX.NanoNavItem & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoNavItem & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
34
|
+
export declare const NanoOption: import("vue").DefineSetupFnComponent<JSX.NanoOption & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoOption & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
35
|
+
export declare const NanoOverflowNav: import("vue").DefineSetupFnComponent<JSX.NanoOverflowNav & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoOverflowNav & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
36
|
+
export declare const NanoProgressBar: import("vue").DefineSetupFnComponent<JSX.NanoProgressBar & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoProgressBar & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
37
|
+
export declare const NanoRange: import("vue").DefineSetupFnComponent<JSX.NanoRange & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoRange & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
38
|
+
export declare const NanoRating: import("vue").DefineSetupFnComponent<JSX.NanoRating & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoRating & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
39
|
+
export declare const NanoResizeObserve: import("vue").DefineSetupFnComponent<JSX.NanoResizeObserve & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoResizeObserve & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
40
|
+
export declare const NanoSelect: import("vue").DefineSetupFnComponent<JSX.NanoSelect & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoSelect & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
41
|
+
export declare const NanoSkeleton: import("vue").DefineSetupFnComponent<JSX.NanoSkeleton & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoSkeleton & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
42
|
+
export declare const NanoSlide: import("vue").DefineSetupFnComponent<JSX.NanoSlide & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoSlide & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
43
|
+
export declare const NanoSlides: import("vue").DefineSetupFnComponent<JSX.NanoSlides & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoSlides & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
44
|
+
export declare const NanoSortable: import("vue").DefineSetupFnComponent<JSX.NanoSortable & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoSortable & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
45
|
+
export declare const NanoSpinner: import("vue").DefineSetupFnComponent<JSX.NanoSpinner & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoSpinner & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
46
|
+
export declare const NanoSplitPane: import("vue").DefineSetupFnComponent<JSX.NanoSplitPane & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoSplitPane & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
47
|
+
export declare const NanoSticker: import("vue").DefineSetupFnComponent<JSX.NanoSticker & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoSticker & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
48
|
+
export declare const NanoTab: import("vue").DefineSetupFnComponent<JSX.NanoTab & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoTab & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
49
|
+
export declare const NanoTabContent: import("vue").DefineSetupFnComponent<JSX.NanoTabContent & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoTabContent & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
50
|
+
export declare const NanoTabGroup: import("vue").DefineSetupFnComponent<JSX.NanoTabGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoTabGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
51
|
+
export declare const NanoTable: import("vue").DefineSetupFnComponent<JSX.NanoTable & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoTable & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
52
|
+
export declare const NanoTooltip: import("vue").DefineSetupFnComponent<JSX.NanoTooltip & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]>, {}, {}, JSX.NanoTooltip & import("./vue-component-lib/utils").InputProps<string | number | boolean | string[]> & {}, import("vue").PublicProps>;
|
|
@@ -18,6 +18,4 @@ export interface InputProps<T> {
|
|
|
18
18
|
*/
|
|
19
19
|
export declare const defineContainer: <Props, VModelType = string | number | boolean | string[]>(name: string, defineCustomElement: any, componentAttrs?: {
|
|
20
20
|
[key: string]: string;
|
|
21
|
-
}, componentProps?: string[], modelProp?: string, modelUpdateEvent?: string, externalModelUpdateEvent?: string) => import("vue").
|
|
22
|
-
[x: string]: unknown;
|
|
23
|
-
}> ? import("vue").ExtractPropTypes<T> : T : never : never>, import("vue").ExtractDefaultPropTypes<Props & InputProps<VModelType>>>;
|
|
21
|
+
}, componentProps?: string[], modelProp?: string, modelUpdateEvent?: string, externalModelUpdateEvent?: string) => import("vue").DefineSetupFnComponent<Props & InputProps<VModelType>, {}, {}, Props & InputProps<VModelType> & {}, import("vue").PublicProps>;
|
|
@@ -134,13 +134,8 @@
|
|
|
134
134
|
"url-query-push"
|
|
135
135
|
]
|
|
136
136
|
},
|
|
137
|
-
"nano-algolia/tpl-engine": {
|
|
138
|
-
"type": "Object",
|
|
139
|
-
"description": "Template engine to use when rendering results and filters.\nDefaults to Squirrel v8 (https://squirrelly.js.org/). This gives you access\nto the underlying squirrel object allowing you to modify it's configuration / add filters.",
|
|
140
|
-
"options": []
|
|
141
|
-
},
|
|
142
137
|
"nano-algolia/tpl-render-fn": {
|
|
143
|
-
"type": "(...args: any[]) =>
|
|
138
|
+
"type": "(...args: any[]) => any",
|
|
144
139
|
"description": "Template engine render function to use when rendering results and filters.\nDefaults to Squirrel v8's render (https://squirrelly.js.org/).",
|
|
145
140
|
"options": []
|
|
146
141
|
},
|
|
@@ -289,6 +284,11 @@
|
|
|
289
284
|
"description": "Disable all the nested form controls",
|
|
290
285
|
"options": []
|
|
291
286
|
},
|
|
287
|
+
"nano-checkbox-group/hide-legend": {
|
|
288
|
+
"type": "boolean",
|
|
289
|
+
"description": "Visually hide the legend but still available to screen readers.",
|
|
290
|
+
"options": []
|
|
291
|
+
},
|
|
292
292
|
"nano-checkbox-group/invalid": {
|
|
293
293
|
"type": "boolean",
|
|
294
294
|
"description": "This will be true when the control is in an invalid state.\nValidity is determined by the `required` prop. Or if custom validity message is set. @readonly",
|
package/dist/vetur/tags.json
CHANGED
|
@@ -33,7 +33,6 @@
|
|
|
33
33
|
"show-results",
|
|
34
34
|
"store-id",
|
|
35
35
|
"store-method",
|
|
36
|
-
"tpl-engine",
|
|
37
36
|
"tpl-render-fn"
|
|
38
37
|
]
|
|
39
38
|
},
|
|
@@ -88,6 +87,7 @@
|
|
|
88
87
|
"description": "`nano-checkbox-group` is an optional wrapper for all `nano-checkbox` controls.\nIt provides a convenient place to anchor a collective label and any validation issues.",
|
|
89
88
|
"attributes": [
|
|
90
89
|
"disabled",
|
|
90
|
+
"hide-legend",
|
|
91
91
|
"invalid",
|
|
92
92
|
"legend",
|
|
93
93
|
"max",
|
package/dist/web-types.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nanoporetech-digital/components-vue",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.11.1",
|
|
4
4
|
"description": "Vue 3 wrapper for Nano Components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,8 +27,6 @@
|
|
|
27
27
|
"dist/"
|
|
28
28
|
],
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@babel/types": "^7.18.4",
|
|
31
|
-
"@stencil/core": "npm:@johnjenkins/stencil-community@2.23.0",
|
|
32
30
|
"@typescript-eslint/eslint-plugin": "^5.61.0",
|
|
33
31
|
"@typescript-eslint/parser": "^5.48.2",
|
|
34
32
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
@@ -48,11 +46,11 @@
|
|
|
48
46
|
"ts-jest": "^26.0.3",
|
|
49
47
|
"typescript": "^4.3.2",
|
|
50
48
|
"vite": "^4.3.9",
|
|
51
|
-
"vue": "3.
|
|
49
|
+
"vue": "^3.4",
|
|
52
50
|
"vue-tsc": "^0.0.24"
|
|
53
51
|
},
|
|
54
52
|
"dependencies": {
|
|
55
|
-
"@nanoporetech-digital/components": "^5.
|
|
53
|
+
"@nanoporetech-digital/components": "^5.11.1"
|
|
56
54
|
},
|
|
57
55
|
"jest": {
|
|
58
56
|
"preset": "ts-jest",
|
|
@@ -71,17 +69,16 @@
|
|
|
71
69
|
}
|
|
72
70
|
}
|
|
73
71
|
},
|
|
74
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "f5780a47added7547ad386700d5f24c1ebff45c4",
|
|
75
73
|
"vetur": {
|
|
76
74
|
"tags": "dist/vetur/tags.json",
|
|
77
75
|
"attributes": "dist/vetur/attributes.json"
|
|
78
76
|
},
|
|
79
77
|
"web-types": "dist/web-types.json",
|
|
80
|
-
"volta": {
|
|
81
|
-
"node": "14.18.1",
|
|
82
|
-
"npm": "8.6.0"
|
|
83
|
-
},
|
|
84
78
|
"optionalDependencies": {
|
|
85
79
|
"esbuild-android-arm64": "^0.14.38"
|
|
80
|
+
},
|
|
81
|
+
"volta": {
|
|
82
|
+
"node": "18.14.0"
|
|
86
83
|
}
|
|
87
84
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|