@citizenplane/pimp 18.8.0 → 18.8.2
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/components/CpMenu.vue.d.ts +2 -2
- package/dist/components/CpMenu.vue.d.ts.map +1 -1
- package/dist/components/icons/IconDestination.vue.d.ts +3 -0
- package/dist/components/icons/IconDestination.vue.d.ts.map +1 -0
- package/dist/components/icons/IconOrigin.vue.d.ts +3 -0
- package/dist/components/icons/IconOrigin.vue.d.ts.map +1 -0
- package/dist/composables/useIsBreakpoint.d.ts +3 -0
- package/dist/composables/useIsBreakpoint.d.ts.map +1 -0
- package/dist/constants/CpCustomIcons.d.ts +2 -0
- package/dist/constants/CpCustomIcons.d.ts.map +1 -1
- package/dist/pimp.es.js +4025 -3992
- package/dist/pimp.umd.js +51 -51
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/assets/css/easings.css +1 -0
- package/src/assets/css/transitions.css +34 -0
- package/src/assets/main.css +1 -0
- package/src/components/CpMenu.vue +28 -46
- package/src/components/icons/IconDestination.vue +5 -0
- package/src/components/icons/IconOrigin.vue +5 -0
- package/src/composables/useIsBreakpoint.ts +16 -0
- package/src/constants/CpCustomIcons.ts +4 -0
- package/src/stories/CpMenu.stories.ts +6 -3
|
@@ -2,7 +2,7 @@ import { MenuItem } from 'primevue/menuitem';
|
|
|
2
2
|
export interface Props {
|
|
3
3
|
class?: string;
|
|
4
4
|
forcePopover?: boolean;
|
|
5
|
-
|
|
5
|
+
isFullHeightDrawer?: boolean;
|
|
6
6
|
items?: MenuItem[];
|
|
7
7
|
keepOpenOnClick?: boolean;
|
|
8
8
|
}
|
|
@@ -27,7 +27,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
27
27
|
}>, {
|
|
28
28
|
class: string;
|
|
29
29
|
items: MenuItem[];
|
|
30
|
-
|
|
30
|
+
isFullHeightDrawer: boolean;
|
|
31
31
|
keepOpenOnClick: boolean;
|
|
32
32
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
33
33
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CpMenu.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpMenu.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CpMenu.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpMenu.vue"],"names":[],"mappings":"AA4DA;AAmPA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAajD,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,KAAK,CAAC,EAAE,QAAQ,EAAE,CAAA;IAClB,eAAe,CAAC,EAAE,OAAO,CAAA;CAC1B;AAySD,QAAA,IAAI,OAAO,IAAU,EAAuB,QAAQ,IAAW,EAAuB,QAAQ,IAAY,CAAE;AAC5G,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AA6ChD,QAAA,MAAM,eAAe;kBA7SA,KAAK;;oBAgBH,KAAK;;;;;;;;WAlElB,MAAM;WAGN,QAAQ,EAAE;wBADG,OAAO;qBAEV,OAAO;6EAoWzB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
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
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=IconDestination.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconDestination.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/IconDestination.vue"],"names":[],"mappings":";AA0CA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
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
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=IconOrigin.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconOrigin.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/IconOrigin.vue"],"names":[],"mappings":";AA0CA,wBAKG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useIsBreakpoint.d.ts","sourceRoot":"","sources":["../../src/composables/useIsBreakpoint.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAA;AAEhD,eAAO,MAAM,eAAe,GAAI,aAAY,WAAgC,uCAU3E,CAAA"}
|
|
@@ -40,6 +40,7 @@ export declare const CustomCpIcons: {
|
|
|
40
40
|
dedicated: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
41
41
|
departure: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
42
42
|
'direct-flight-alt': import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
43
|
+
destination: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
43
44
|
'device-forbidden': import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
44
45
|
distribution: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
45
46
|
'distribution-closed': import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -93,6 +94,7 @@ export declare const CustomCpIcons: {
|
|
|
93
94
|
notion: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
94
95
|
offline: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
95
96
|
'one-way': import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
97
|
+
origin: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
96
98
|
ota: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
97
99
|
'ota-filled': import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
98
100
|
paid: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CpCustomIcons.d.ts","sourceRoot":"","sources":["../../src/constants/CpCustomIcons.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CpCustomIcons.d.ts","sourceRoot":"","sources":["../../src/constants/CpCustomIcons.ts"],"names":[],"mappings":"AAuIA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuIzB,CAAA"}
|