@hybridly/vue 0.10.0-beta.28 → 0.10.0-beta.29
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/index.d.mts +2 -0
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -752,6 +752,7 @@ interface TimeSuggestion {
|
|
|
752
752
|
type: 'time';
|
|
753
753
|
label: string;
|
|
754
754
|
date: string;
|
|
755
|
+
is_current: boolean;
|
|
755
756
|
}
|
|
756
757
|
/**
|
|
757
758
|
* Timeframe suggestion for date range filters.
|
|
@@ -761,6 +762,7 @@ interface TimeframeSuggestion {
|
|
|
761
762
|
label: string;
|
|
762
763
|
start: string;
|
|
763
764
|
end: string;
|
|
765
|
+
is_current: boolean;
|
|
764
766
|
}
|
|
765
767
|
/**
|
|
766
768
|
* Date filter refinement.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hybridly/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.10.0-beta.
|
|
4
|
+
"version": "0.10.0-beta.29",
|
|
5
5
|
"description": "Vue adapter for Hybridly",
|
|
6
6
|
"author": "Enzo Innocenzi <enzo@innocenzi.dev>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@clickbar/dot-diver": "^1.0.7",
|
|
49
49
|
"es-toolkit": "^1.45.1",
|
|
50
|
-
"@hybridly/core": "0.10.0-beta.
|
|
51
|
-
"@hybridly/utils": "0.10.0-beta.
|
|
50
|
+
"@hybridly/core": "0.10.0-beta.29",
|
|
51
|
+
"@hybridly/utils": "0.10.0-beta.29",
|
|
52
52
|
"@vue/devtools-api": "^8.1.0",
|
|
53
53
|
"defu": "^6.1.4",
|
|
54
54
|
"nprogress": "^0.2.0"
|