pangea-lib 2.11.621 → 2.11.623
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/main.cjs.js +42 -42
- package/dist/main.css +1 -1
- package/dist/main.es.js +8548 -8599
- package/dist/types/colors/colors.store.d.ts +3 -3
- package/dist/types/components/button/PgaButton.vue.d.ts +3 -3
- package/dist/types/components/display/PgaDisplayInfo.vue.d.ts +3 -3
- package/dist/types/plugins/click-outside.plugin.d.ts +8 -0
- package/package.json +1 -2
|
@@ -70,9 +70,9 @@ export declare const useColorsStore: import('pinia').StoreDefinition<"pga-colors
|
|
|
70
70
|
main: `#${string}`;
|
|
71
71
|
contrast: `#${string}`;
|
|
72
72
|
};
|
|
73
|
+
error: `#${string}`;
|
|
73
74
|
link: `#${string}`;
|
|
74
75
|
info: `#${string}`;
|
|
75
|
-
error: `#${string}`;
|
|
76
76
|
overlay: `#${string}`;
|
|
77
77
|
coralPink: `#${string}`;
|
|
78
78
|
warmOrange: `#${string}`;
|
|
@@ -160,9 +160,9 @@ export declare const useColorsStore: import('pinia').StoreDefinition<"pga-colors
|
|
|
160
160
|
main: `#${string}`;
|
|
161
161
|
contrast: `#${string}`;
|
|
162
162
|
};
|
|
163
|
+
error: `#${string}`;
|
|
163
164
|
link: `#${string}`;
|
|
164
165
|
info: `#${string}`;
|
|
165
|
-
error: `#${string}`;
|
|
166
166
|
overlay: `#${string}`;
|
|
167
167
|
coralPink: `#${string}`;
|
|
168
168
|
warmOrange: `#${string}`;
|
|
@@ -250,9 +250,9 @@ export declare const useColorsStore: import('pinia').StoreDefinition<"pga-colors
|
|
|
250
250
|
main: `#${string}`;
|
|
251
251
|
contrast: `#${string}`;
|
|
252
252
|
};
|
|
253
|
+
error: `#${string}`;
|
|
253
254
|
link: `#${string}`;
|
|
254
255
|
info: `#${string}`;
|
|
255
|
-
error: `#${string}`;
|
|
256
256
|
overlay: `#${string}`;
|
|
257
257
|
coralPink: `#${string}`;
|
|
258
258
|
warmOrange: `#${string}`;
|
|
@@ -2,7 +2,7 @@ import { Align, Icon, TextProp, ButtonType } from '../../types';
|
|
|
2
2
|
import { AppColorNameProp } from '../../colors';
|
|
3
3
|
|
|
4
4
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
-
type?: "
|
|
5
|
+
type?: "reset" | "submit" | "button";
|
|
6
6
|
icon?: import('@fortawesome/fontawesome-common-types').IconName | Icon;
|
|
7
7
|
text?: TextProp;
|
|
8
8
|
buttonType?: ButtonType;
|
|
@@ -21,7 +21,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
21
21
|
color: string;
|
|
22
22
|
width: string;
|
|
23
23
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
24
|
-
type?: "
|
|
24
|
+
type?: "reset" | "submit" | "button";
|
|
25
25
|
icon?: import('@fortawesome/fontawesome-common-types').IconName | Icon;
|
|
26
26
|
text?: TextProp;
|
|
27
27
|
buttonType?: ButtonType;
|
|
@@ -42,7 +42,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
42
42
|
}>>>, {
|
|
43
43
|
color: AppColorNameProp | "first";
|
|
44
44
|
size: "s" | "l" | "m" | "xs" | "xl";
|
|
45
|
-
type: "
|
|
45
|
+
type: "reset" | "submit" | "button";
|
|
46
46
|
align: Align;
|
|
47
47
|
width: string;
|
|
48
48
|
}, {}>, {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
type: "
|
|
2
|
+
type: "error" | "info" | "warning" | "success";
|
|
3
3
|
info?: string;
|
|
4
4
|
}>, {
|
|
5
5
|
type: string;
|
|
6
6
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
7
|
-
type: "
|
|
7
|
+
type: "error" | "info" | "warning" | "success";
|
|
8
8
|
info?: string;
|
|
9
9
|
}>, {
|
|
10
10
|
type: string;
|
|
11
11
|
}>>>, {
|
|
12
|
-
type: "
|
|
12
|
+
type: "error" | "info" | "warning" | "success";
|
|
13
13
|
}, {}>, {
|
|
14
14
|
default?(_: {}): any;
|
|
15
15
|
}>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pangea-lib",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "2.11.
|
|
4
|
+
"version": "2.11.623",
|
|
5
5
|
"author": "Gianfranco Raselli",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"homepage": "https://github.com/GianfrancoRaselli/pangea#readme",
|
|
@@ -49,7 +49,6 @@
|
|
|
49
49
|
"@vuepic/vue-datepicker": "^8.6.0",
|
|
50
50
|
"animate.css": "^4.1.1",
|
|
51
51
|
"chart.js": "^4.4.6",
|
|
52
|
-
"click-outside-vue3": "^4.0.1",
|
|
53
52
|
"floating-vue": "^5.2.2",
|
|
54
53
|
"moment": "^2.30.1",
|
|
55
54
|
"pangea-helpers": "^1.3.51",
|