@poppy-ui/vue 0.3.1 → 0.3.3
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/dist/types/proxies.d.ts
CHANGED
|
@@ -1,50 +1,37 @@
|
|
|
1
1
|
import type { JSX } from '@poppy-ui/core/components';
|
|
2
|
-
export declare const PopAccordion: import("vue").
|
|
3
|
-
export declare const PopAccordionGroup: import("vue").
|
|
4
|
-
export declare const PopAvatar: import("vue").
|
|
5
|
-
export declare const PopBadge: import("vue").
|
|
6
|
-
export declare const PopButton: import("vue").
|
|
7
|
-
export declare const PopCard: import("vue").
|
|
8
|
-
export declare const PopCardActions: import("vue").
|
|
9
|
-
export declare const PopCardBody: import("vue").
|
|
10
|
-
export declare const PopCardTitle: import("vue").
|
|
11
|
-
export declare const PopCheckbox: import("vue").
|
|
12
|
-
export declare const PopDivider: import("vue").
|
|
13
|
-
export declare const PopDrawer: import("vue").
|
|
14
|
-
export declare const PopDropdown: import("vue").
|
|
15
|
-
export declare const PopImg: import("vue").
|
|
16
|
-
export declare const PopIndicator: import("vue").
|
|
17
|
-
export declare const PopInput: import("vue").
|
|
18
|
-
export declare const PopInputFile: import("vue").
|
|
19
|
-
export declare const PopItem: import("vue").
|
|
20
|
-
export declare const PopJoin: import("vue").
|
|
21
|
-
export declare const PopKbd: import("vue").
|
|
22
|
-
export declare const PopList: import("vue").
|
|
23
|
-
export declare const PopLoading: import("vue").
|
|
24
|
-
export declare const PopMask: import("vue").
|
|
25
|
-
export declare const PopModal: import("vue").
|
|
26
|
-
export declare const PopNavbar: import("vue").
|
|
27
|
-
export declare const PopPopover: import("vue").
|
|
28
|
-
|
|
29
|
-
}>;
|
|
30
|
-
export declare const
|
|
31
|
-
export declare const
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}>;
|
|
35
|
-
export declare const
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}>;
|
|
39
|
-
export declare const PopRange: import("vue").DefineComponent<JSX.PopRange & import("./vue-component-lib/utils").InputProps<number>, 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.PopRange & import("./vue-component-lib/utils").InputProps<number>>, {}>;
|
|
40
|
-
export declare const PopSelect: import("vue").DefineComponent<JSX.PopSelect & import("./vue-component-lib/utils").InputProps<any>, 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.PopSelect & import("./vue-component-lib/utils").InputProps<any>>, {
|
|
41
|
-
modelValue?: any;
|
|
42
|
-
value?: any | null;
|
|
43
|
-
}>;
|
|
44
|
-
export declare const PopSelectOption: import("vue").DefineComponent<JSX.PopSelectOption & import("./vue-component-lib/utils").InputProps<string | number | boolean>, 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.PopSelectOption & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {
|
|
45
|
-
value?: any | null;
|
|
46
|
-
}>;
|
|
47
|
-
export declare const PopSwap: import("vue").DefineComponent<JSX.PopSwap & import("./vue-component-lib/utils").InputProps<boolean>, 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.PopSwap & import("./vue-component-lib/utils").InputProps<boolean>>, {}>;
|
|
48
|
-
export declare const PopTextarea: import("vue").DefineComponent<JSX.PopTextarea & import("./vue-component-lib/utils").InputProps<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.PopTextarea & import("./vue-component-lib/utils").InputProps<string>>, {}>;
|
|
49
|
-
export declare const PopToggle: import("vue").DefineComponent<JSX.PopToggle & import("./vue-component-lib/utils").InputProps<boolean>, 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.PopToggle & import("./vue-component-lib/utils").InputProps<boolean>>, {}>;
|
|
50
|
-
export declare const PopTooltip: import("vue").DefineComponent<JSX.PopTooltip & import("./vue-component-lib/utils").InputProps<string | number | boolean>, 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.PopTooltip & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
|
|
2
|
+
export declare const PopAccordion: import("vue").DefineSetupFnComponent<JSX.PopAccordion & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopAccordion & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
3
|
+
export declare const PopAccordionGroup: import("vue").DefineSetupFnComponent<JSX.PopAccordionGroup & import("./vue-component-lib/utils").InputProps<string | string[]>, {}, {}, JSX.PopAccordionGroup & import("./vue-component-lib/utils").InputProps<string | string[]> & {}, import("vue").PublicProps>;
|
|
4
|
+
export declare const PopAvatar: import("vue").DefineSetupFnComponent<JSX.PopAvatar & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopAvatar & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
5
|
+
export declare const PopBadge: import("vue").DefineSetupFnComponent<JSX.PopBadge & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopBadge & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
6
|
+
export declare const PopButton: import("vue").DefineSetupFnComponent<JSX.PopButton & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopButton & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
7
|
+
export declare const PopCard: import("vue").DefineSetupFnComponent<JSX.PopCard & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopCard & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
8
|
+
export declare const PopCardActions: import("vue").DefineSetupFnComponent<JSX.PopCardActions & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopCardActions & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
9
|
+
export declare const PopCardBody: import("vue").DefineSetupFnComponent<JSX.PopCardBody & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopCardBody & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
10
|
+
export declare const PopCardTitle: import("vue").DefineSetupFnComponent<JSX.PopCardTitle & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopCardTitle & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
11
|
+
export declare const PopCheckbox: import("vue").DefineSetupFnComponent<JSX.PopCheckbox & import("./vue-component-lib/utils").InputProps<boolean>, {}, {}, JSX.PopCheckbox & import("./vue-component-lib/utils").InputProps<boolean> & {}, import("vue").PublicProps>;
|
|
12
|
+
export declare const PopDivider: import("vue").DefineSetupFnComponent<JSX.PopDivider & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopDivider & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
13
|
+
export declare const PopDrawer: import("vue").DefineSetupFnComponent<JSX.PopDrawer & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopDrawer & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
14
|
+
export declare const PopDropdown: import("vue").DefineSetupFnComponent<JSX.PopDropdown & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopDropdown & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
15
|
+
export declare const PopImg: import("vue").DefineSetupFnComponent<JSX.PopImg & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopImg & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
16
|
+
export declare const PopIndicator: import("vue").DefineSetupFnComponent<JSX.PopIndicator & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopIndicator & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
17
|
+
export declare const PopInput: import("vue").DefineSetupFnComponent<JSX.PopInput & import("./vue-component-lib/utils").InputProps<string | number>, {}, {}, JSX.PopInput & import("./vue-component-lib/utils").InputProps<string | number> & {}, import("vue").PublicProps>;
|
|
18
|
+
export declare const PopInputFile: import("vue").DefineSetupFnComponent<JSX.PopInputFile & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopInputFile & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
19
|
+
export declare const PopItem: import("vue").DefineSetupFnComponent<JSX.PopItem & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
20
|
+
export declare const PopJoin: import("vue").DefineSetupFnComponent<JSX.PopJoin & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopJoin & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
21
|
+
export declare const PopKbd: import("vue").DefineSetupFnComponent<JSX.PopKbd & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopKbd & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
22
|
+
export declare const PopList: import("vue").DefineSetupFnComponent<JSX.PopList & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopList & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
23
|
+
export declare const PopLoading: import("vue").DefineSetupFnComponent<JSX.PopLoading & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopLoading & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
24
|
+
export declare const PopMask: import("vue").DefineSetupFnComponent<JSX.PopMask & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopMask & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
25
|
+
export declare const PopModal: import("vue").DefineSetupFnComponent<JSX.PopModal & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopModal & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
26
|
+
export declare const PopNavbar: import("vue").DefineSetupFnComponent<JSX.PopNavbar & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopNavbar & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
27
|
+
export declare const PopPopover: import("vue").DefineSetupFnComponent<JSX.PopPopover & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopPopover & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
28
|
+
export declare const PopProgress: import("vue").DefineSetupFnComponent<JSX.PopProgress & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopProgress & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
29
|
+
export declare const PopRadio: import("vue").DefineSetupFnComponent<JSX.PopRadio & import("./vue-component-lib/utils").InputProps<any>, {}, {}, JSX.PopRadio & import("./vue-component-lib/utils").InputProps<any> & {}, import("vue").PublicProps>;
|
|
30
|
+
export declare const PopRadioGroup: import("vue").DefineSetupFnComponent<JSX.PopRadioGroup & import("./vue-component-lib/utils").InputProps<any>, {}, {}, JSX.PopRadioGroup & import("./vue-component-lib/utils").InputProps<any> & {}, import("vue").PublicProps>;
|
|
31
|
+
export declare const PopRange: import("vue").DefineSetupFnComponent<JSX.PopRange & import("./vue-component-lib/utils").InputProps<number>, {}, {}, JSX.PopRange & import("./vue-component-lib/utils").InputProps<number> & {}, import("vue").PublicProps>;
|
|
32
|
+
export declare const PopSelect: import("vue").DefineSetupFnComponent<JSX.PopSelect & import("./vue-component-lib/utils").InputProps<any>, {}, {}, JSX.PopSelect & import("./vue-component-lib/utils").InputProps<any> & {}, import("vue").PublicProps>;
|
|
33
|
+
export declare const PopSelectOption: import("vue").DefineSetupFnComponent<JSX.PopSelectOption & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopSelectOption & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
34
|
+
export declare const PopSwap: import("vue").DefineSetupFnComponent<JSX.PopSwap & import("./vue-component-lib/utils").InputProps<boolean>, {}, {}, JSX.PopSwap & import("./vue-component-lib/utils").InputProps<boolean> & {}, import("vue").PublicProps>;
|
|
35
|
+
export declare const PopTextarea: import("vue").DefineSetupFnComponent<JSX.PopTextarea & import("./vue-component-lib/utils").InputProps<string>, {}, {}, JSX.PopTextarea & import("./vue-component-lib/utils").InputProps<string> & {}, import("vue").PublicProps>;
|
|
36
|
+
export declare const PopToggle: import("vue").DefineSetupFnComponent<JSX.PopToggle & import("./vue-component-lib/utils").InputProps<boolean>, {}, {}, JSX.PopToggle & import("./vue-component-lib/utils").InputProps<boolean> & {}, import("vue").PublicProps>;
|
|
37
|
+
export declare const PopTooltip: import("vue").DefineSetupFnComponent<JSX.PopTooltip & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.PopTooltip & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
@@ -13,6 +13,4 @@ export interface InputProps<T> {
|
|
|
13
13
|
* @prop modelProp - The prop that v-model binds to (i.e. value)
|
|
14
14
|
* @prop modelUpdateEvent - The event that is fired from your Web Component when the value changes (i.e. ionChange)
|
|
15
15
|
*/
|
|
16
|
-
export declare const defineContainer: <Props, VModelType = string | number | boolean>(name: string, defineCustomElement: any, componentProps?: string[], modelProp?: string, modelUpdateEvent?: string) => import("vue").
|
|
17
|
-
[x: string]: unknown;
|
|
18
|
-
}> ? import("vue").ExtractPropTypes<T> : T : never : never>, import("vue").ExtractDefaultPropTypes<Props & InputProps<VModelType>>>;
|
|
16
|
+
export declare const defineContainer: <Props, VModelType = string | number | boolean>(name: string, defineCustomElement: any, componentProps?: string[], modelProp?: string, modelUpdateEvent?: string) => import("vue").DefineSetupFnComponent<Props & InputProps<VModelType>, {}, {}, Props & InputProps<VModelType> & {}, import("vue").PublicProps>;
|
|
@@ -710,7 +710,7 @@
|
|
|
710
710
|
},
|
|
711
711
|
"pop-list/size": {
|
|
712
712
|
"type": "\"lg\" | \"md\" | \"sm\" | \"xs\"",
|
|
713
|
-
"description": "Change size of the component\nOptions are: `\"xs\"`, `\"sm\"`, `\"md\"`, `\"lg\"
|
|
713
|
+
"description": "Change size of the component\nOptions are: `\"xs\"`, `\"sm\"`, `\"md\"`, `\"lg\"`.\n$",
|
|
714
714
|
"options": [
|
|
715
715
|
"lg",
|
|
716
716
|
"md",
|
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@poppy-ui/vue",
|
|
5
|
-
"version": "0.3.
|
|
5
|
+
"version": "0.3.3",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1454,7 +1454,7 @@
|
|
|
1454
1454
|
},
|
|
1455
1455
|
{
|
|
1456
1456
|
"name": "size",
|
|
1457
|
-
"description": "Change size of the component\nOptions are: `\"xs\"`, `\"sm\"`, `\"md\"`, `\"lg\"
|
|
1457
|
+
"description": "Change size of the component\nOptions are: `\"xs\"`, `\"sm\"`, `\"md\"`, `\"lg\"`.\n$",
|
|
1458
1458
|
"required": false,
|
|
1459
1459
|
"value": {
|
|
1460
1460
|
"kind": "expression",
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@poppy-ui/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.3",
|
|
5
5
|
"description": "Vue specific wrapper for @poppy-ui/core",
|
|
6
6
|
"author": "Sukaato <sukaato.dev@proton.me>",
|
|
7
7
|
"homepage": "https://github.com/CheeseGrinder/poppy-ui#readme",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://github.com/
|
|
11
|
+
"url": "git+https://github.com/CheeseGrinder/poppy-ui.git"
|
|
12
12
|
},
|
|
13
13
|
"bugs": {
|
|
14
14
|
"url": "https://github.com/CheeseGrinder/poppy-ui/issues"
|
|
@@ -41,23 +41,18 @@
|
|
|
41
41
|
"build:bundle": "rollup --config rollup.config.mjs",
|
|
42
42
|
"build:vetur": "node --experimental-json-modules ./scripts/build-vetur.js",
|
|
43
43
|
"build:web-types": "node --experimental-json-modules ./scripts/build-web-types.js",
|
|
44
|
-
"copy:css": "node ./scripts/copy-css.js"
|
|
45
|
-
"format": "biome format",
|
|
46
|
-
"format:fix": "biome format --write",
|
|
47
|
-
"lint": "biome lint",
|
|
48
|
-
"lint:fix": "biome lint --fix",
|
|
49
|
-
"biome": "biome"
|
|
44
|
+
"copy:css": "node ./scripts/copy-css.js"
|
|
50
45
|
},
|
|
51
46
|
"devDependencies": {
|
|
52
|
-
"@biomejs/biome": "^1.9.
|
|
53
|
-
"@poppy-ui/docs": "^0.3.
|
|
47
|
+
"@biomejs/biome": "^1.9.3",
|
|
48
|
+
"@poppy-ui/docs": "^0.3.3",
|
|
54
49
|
"@rollup/plugin-typescript": "^12.1.0",
|
|
55
50
|
"change-case": "^5.4.4",
|
|
56
51
|
"rimraf": "^6.0.1",
|
|
57
|
-
"rollup": "^4.
|
|
52
|
+
"rollup": "^4.24.0",
|
|
58
53
|
"typescript": "^5.6.2",
|
|
59
54
|
"vite": "^5.4.8",
|
|
60
|
-
"vue": "3.
|
|
55
|
+
"vue": "3.5.11"
|
|
61
56
|
},
|
|
62
57
|
"vetur": {
|
|
63
58
|
"tags": "dist/vetur/tags.json",
|
|
@@ -68,6 +63,6 @@
|
|
|
68
63
|
"css/*.css"
|
|
69
64
|
],
|
|
70
65
|
"dependencies": {
|
|
71
|
-
"@poppy-ui/core": "^0.3.
|
|
66
|
+
"@poppy-ui/core": "^0.3.3"
|
|
72
67
|
}
|
|
73
68
|
}
|