@mptw/skylens-ui 1.2.4 → 1.2.6
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/components/SLCalendarButton.vue +9 -3
- package/package.json +11 -11
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
<template lang="pug">
|
|
2
|
-
.calendar-button(
|
|
2
|
+
.calendar-button(
|
|
3
|
+
:class='{ "calendar-button--compact": showCompareSwitch }'
|
|
4
|
+
ref="button"
|
|
5
|
+
)
|
|
3
6
|
a(
|
|
4
7
|
href="javascript:;"
|
|
5
8
|
@click="onClickedToggle"
|
|
@@ -232,9 +235,12 @@ export default defineComponent({
|
|
|
232
235
|
.calendar-button
|
|
233
236
|
@apply inline-block
|
|
234
237
|
|
|
238
|
+
&--compact
|
|
239
|
+
.toggle-button
|
|
240
|
+
@apply s('h-[37px]')
|
|
241
|
+
|
|
235
242
|
.toggle-button
|
|
236
|
-
@apply inline-flex flex-col justify-center s('px-2.75') space-y-1 border s('border-white/20') rounded bg-white text-sm leading-normal text-gray-2
|
|
237
|
-
height 58px
|
|
243
|
+
@apply inline-flex flex-col justify-center s('h-[58px]') s('px-2.75') space-y-1 border s('border-white/20') rounded bg-white text-sm leading-normal text-gray-2
|
|
238
244
|
|
|
239
245
|
.date-range
|
|
240
246
|
@apply flex items-center
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mptw/skylens-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.6",
|
|
5
5
|
"main": "./nuxt.config.ts",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "nuxi dev .playground",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"postinstall": "nuxt prepare .playground"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@nuxt/eslint-config": "^0.3.
|
|
16
|
-
"eslint": "^9.
|
|
15
|
+
"@nuxt/eslint-config": "^0.3.13",
|
|
16
|
+
"eslint": "^9.3.0",
|
|
17
17
|
"nuxt": "^3.11.2",
|
|
18
18
|
"typescript": "^5.4.5"
|
|
19
19
|
},
|
|
@@ -23,17 +23,17 @@
|
|
|
23
23
|
"@deck.gl/layers": "^8.9.35",
|
|
24
24
|
"@googlemaps/js-api-loader": "^1.16.6",
|
|
25
25
|
"@gtm-support/vue-gtm": "^2.2.0",
|
|
26
|
-
"@nuxtjs/tailwindcss": "^6.
|
|
26
|
+
"@nuxtjs/tailwindcss": "^6.12.0",
|
|
27
27
|
"@popperjs/core": "^2.11.8",
|
|
28
28
|
"@types/commonmark": "^0.27.9",
|
|
29
29
|
"@types/dompurify": "^3.0.5",
|
|
30
|
-
"@types/google.maps": "^3.55.
|
|
30
|
+
"@types/google.maps": "^3.55.9",
|
|
31
31
|
"@types/lodash-es": "^4.17.12",
|
|
32
32
|
"@types/sortablejs": "^1.15.8",
|
|
33
|
-
"@vue/language-plugin-pug": "^2.0.
|
|
33
|
+
"@vue/language-plugin-pug": "^2.0.19",
|
|
34
34
|
"commonmark": "^0.31.0",
|
|
35
35
|
"date-fns": "^3.6.0",
|
|
36
|
-
"dompurify": "^3.1.
|
|
36
|
+
"dompurify": "^3.1.4",
|
|
37
37
|
"echarts": "^5.5.0",
|
|
38
38
|
"echarts-wordcloud": "^2.1.0",
|
|
39
39
|
"exceljs": "^4.4.0",
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
"rxjs": "^7.8.1",
|
|
45
45
|
"sortablejs": "^1.15.2",
|
|
46
46
|
"stylus": "^0.63.0",
|
|
47
|
-
"swiper": "^11.1.
|
|
47
|
+
"swiper": "^11.1.3",
|
|
48
48
|
"tailwindcss-textshadow": "^2.1.3",
|
|
49
49
|
"v-calendar": "^3.1.2",
|
|
50
|
-
"vue": "^3.4.
|
|
50
|
+
"vue": "^3.4.27",
|
|
51
51
|
"vue-3-slider-component": "^0.1.4",
|
|
52
|
-
"vue-echarts": "^6.
|
|
52
|
+
"vue-echarts": "^6.7.2",
|
|
53
53
|
"vue-slider-component": "^4.1.0-beta.7"
|
|
54
54
|
}
|
|
55
|
-
}
|
|
55
|
+
}
|