@uniformdev/context-vue 19.82.1 → 19.82.2-alpha.20
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 +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as vue_demi from 'vue-demi';
|
2
2
|
import { ConcreteComponent, PropType, App } from 'vue-demi';
|
3
3
|
import { PersonalizedVariant, TestVariant, EnrichmentData, Context, Quirks, ScoreVector } from '@uniformdev/context';
|
4
|
-
import * as
|
4
|
+
import * as _uniformdev_context_dist_types_HD0emm2V from '@uniformdev/context/dist/types-HD0emm2V';
|
5
5
|
|
6
6
|
type PersonalizedVariationComponentProps = PersonalizedVariant & {
|
7
7
|
personalizationResult: {
|
@@ -69,7 +69,7 @@ declare const PersonalizeStandard: vue_demi.DefineComponent<{
|
|
69
69
|
required: true;
|
70
70
|
};
|
71
71
|
variations: {
|
72
|
-
type: PropType<
|
72
|
+
type: PropType<_uniformdev_context_dist_types_HD0emm2V.a5[]>;
|
73
73
|
required: true;
|
74
74
|
};
|
75
75
|
component: {
|
@@ -90,7 +90,7 @@ declare const PersonalizeStandard: vue_demi.DefineComponent<{
|
|
90
90
|
required: true;
|
91
91
|
};
|
92
92
|
variations: {
|
93
|
-
type: PropType<
|
93
|
+
type: PropType<_uniformdev_context_dist_types_HD0emm2V.a5[]>;
|
94
94
|
required: true;
|
95
95
|
};
|
96
96
|
component: {
|
@@ -287,4 +287,4 @@ declare const useQuirks: () => vue_demi.Ref<Quirks>;
|
|
287
287
|
*/
|
288
288
|
declare const useScores: () => vue_demi.Ref<ScoreVector>;
|
289
289
|
|
290
|
-
export { Personalize, PersonalizeComponentProps, PersonalizeStandard as PersonalizeEdge, PersonalizedVariationComponent, PersonalizedVariationComponentProps, Test, TestComponentProps, Track, TrackSlot, UniformContextProps, UniformContextProvider, VariantOutputType, isUsingUniformContext, onRouteChange, provideIsPersonalized, provideUniformContext, uniformContextInjectionKey, useIsPersonalized, useQuirks, useScores, useUniformContext };
|
290
|
+
export { Personalize, type PersonalizeComponentProps, PersonalizeStandard as PersonalizeEdge, type PersonalizedVariationComponent, type PersonalizedVariationComponentProps, Test, type TestComponentProps, Track, TrackSlot, type UniformContextProps, UniformContextProvider, type VariantOutputType, isUsingUniformContext, onRouteChange, provideIsPersonalized, provideUniformContext, uniformContextInjectionKey, useIsPersonalized, useQuirks, useScores, useUniformContext };
|
package/dist/index.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as vue_demi from 'vue-demi';
|
2
2
|
import { ConcreteComponent, PropType, App } from 'vue-demi';
|
3
3
|
import { PersonalizedVariant, TestVariant, EnrichmentData, Context, Quirks, ScoreVector } from '@uniformdev/context';
|
4
|
-
import * as
|
4
|
+
import * as _uniformdev_context_dist_types_HD0emm2V from '@uniformdev/context/dist/types-HD0emm2V';
|
5
5
|
|
6
6
|
type PersonalizedVariationComponentProps = PersonalizedVariant & {
|
7
7
|
personalizationResult: {
|
@@ -69,7 +69,7 @@ declare const PersonalizeStandard: vue_demi.DefineComponent<{
|
|
69
69
|
required: true;
|
70
70
|
};
|
71
71
|
variations: {
|
72
|
-
type: PropType<
|
72
|
+
type: PropType<_uniformdev_context_dist_types_HD0emm2V.a5[]>;
|
73
73
|
required: true;
|
74
74
|
};
|
75
75
|
component: {
|
@@ -90,7 +90,7 @@ declare const PersonalizeStandard: vue_demi.DefineComponent<{
|
|
90
90
|
required: true;
|
91
91
|
};
|
92
92
|
variations: {
|
93
|
-
type: PropType<
|
93
|
+
type: PropType<_uniformdev_context_dist_types_HD0emm2V.a5[]>;
|
94
94
|
required: true;
|
95
95
|
};
|
96
96
|
component: {
|
@@ -287,4 +287,4 @@ declare const useQuirks: () => vue_demi.Ref<Quirks>;
|
|
287
287
|
*/
|
288
288
|
declare const useScores: () => vue_demi.Ref<ScoreVector>;
|
289
289
|
|
290
|
-
export { Personalize, PersonalizeComponentProps, PersonalizeStandard as PersonalizeEdge, PersonalizedVariationComponent, PersonalizedVariationComponentProps, Test, TestComponentProps, Track, TrackSlot, UniformContextProps, UniformContextProvider, VariantOutputType, isUsingUniformContext, onRouteChange, provideIsPersonalized, provideUniformContext, uniformContextInjectionKey, useIsPersonalized, useQuirks, useScores, useUniformContext };
|
290
|
+
export { Personalize, type PersonalizeComponentProps, PersonalizeStandard as PersonalizeEdge, type PersonalizedVariationComponent, type PersonalizedVariationComponentProps, Test, type TestComponentProps, Track, TrackSlot, type UniformContextProps, UniformContextProvider, type VariantOutputType, isUsingUniformContext, onRouteChange, provideIsPersonalized, provideUniformContext, uniformContextInjectionKey, useIsPersonalized, useQuirks, useScores, useUniformContext };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/context-vue",
|
3
|
-
"version": "19.82.
|
3
|
+
"version": "19.82.2-alpha.20+c643b20fb",
|
4
4
|
"description": "Vue SDK for Uniform Context",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
6
6
|
"main": "./dist/index.js",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"document": "api-extractor run --local"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"@uniformdev/context": "19.82.
|
26
|
+
"@uniformdev/context": "19.82.2-alpha.20+c643b20fb",
|
27
27
|
"cookie-es": "^1.0.0",
|
28
28
|
"dequal": "^2.0.2",
|
29
29
|
"uuid": "9.0.1",
|
@@ -59,5 +59,5 @@
|
|
59
59
|
"publishConfig": {
|
60
60
|
"access": "public"
|
61
61
|
},
|
62
|
-
"gitHead": "
|
62
|
+
"gitHead": "c643b20fb0d3ac210ee8038037f556bde90a22e9"
|
63
63
|
}
|