@uniformdev/canvas-vue 19.134.0 → 19.134.3-alpha.28
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 +165 -0
- package/dist/index.d.ts +165 -0
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -175,6 +175,21 @@ declare const UniformComponent: vue_demi.DefineComponent<{
|
|
|
175
175
|
id: string;
|
|
176
176
|
path: string;
|
|
177
177
|
projectMapId: string;
|
|
178
|
+
data?: {
|
|
179
|
+
isSearchHit?: boolean | undefined;
|
|
180
|
+
queryStrings?: {
|
|
181
|
+
name: string;
|
|
182
|
+
value: string;
|
|
183
|
+
helpText?: string | undefined;
|
|
184
|
+
}[] | undefined;
|
|
185
|
+
previewValue?: string | undefined;
|
|
186
|
+
} | undefined;
|
|
187
|
+
locales?: {
|
|
188
|
+
[key: string]: {
|
|
189
|
+
path: string;
|
|
190
|
+
inherited: boolean;
|
|
191
|
+
};
|
|
192
|
+
} | undefined;
|
|
178
193
|
}[] | undefined;
|
|
179
194
|
slots?: {
|
|
180
195
|
[key: string]: {
|
|
@@ -339,6 +354,21 @@ declare const UniformComponent: vue_demi.DefineComponent<{
|
|
|
339
354
|
id: string;
|
|
340
355
|
path: string;
|
|
341
356
|
projectMapId: string;
|
|
357
|
+
data?: {
|
|
358
|
+
isSearchHit?: boolean | undefined;
|
|
359
|
+
queryStrings?: {
|
|
360
|
+
name: string;
|
|
361
|
+
value: string;
|
|
362
|
+
helpText?: string | undefined;
|
|
363
|
+
}[] | undefined;
|
|
364
|
+
previewValue?: string | undefined;
|
|
365
|
+
} | undefined;
|
|
366
|
+
locales?: {
|
|
367
|
+
[key: string]: {
|
|
368
|
+
path: string;
|
|
369
|
+
inherited: boolean;
|
|
370
|
+
};
|
|
371
|
+
} | undefined;
|
|
342
372
|
}[] | undefined;
|
|
343
373
|
slots?: {
|
|
344
374
|
[key: string]: {
|
|
@@ -515,6 +545,21 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
515
545
|
id: string;
|
|
516
546
|
path: string;
|
|
517
547
|
projectMapId: string;
|
|
548
|
+
data?: {
|
|
549
|
+
isSearchHit?: boolean | undefined;
|
|
550
|
+
queryStrings?: {
|
|
551
|
+
name: string;
|
|
552
|
+
value: string;
|
|
553
|
+
helpText?: string | undefined;
|
|
554
|
+
}[] | undefined;
|
|
555
|
+
previewValue?: string | undefined;
|
|
556
|
+
} | undefined;
|
|
557
|
+
locales?: {
|
|
558
|
+
[key: string]: {
|
|
559
|
+
path: string;
|
|
560
|
+
inherited: boolean;
|
|
561
|
+
};
|
|
562
|
+
} | undefined;
|
|
518
563
|
}[] | undefined;
|
|
519
564
|
slots?: {
|
|
520
565
|
[key: string]: {
|
|
@@ -690,6 +735,21 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
690
735
|
id: string;
|
|
691
736
|
path: string;
|
|
692
737
|
projectMapId: string;
|
|
738
|
+
data?: {
|
|
739
|
+
isSearchHit?: boolean | undefined;
|
|
740
|
+
queryStrings?: {
|
|
741
|
+
name: string;
|
|
742
|
+
value: string;
|
|
743
|
+
helpText?: string | undefined;
|
|
744
|
+
}[] | undefined;
|
|
745
|
+
previewValue?: string | undefined;
|
|
746
|
+
} | undefined;
|
|
747
|
+
locales?: {
|
|
748
|
+
[key: string]: {
|
|
749
|
+
path: string;
|
|
750
|
+
inherited: boolean;
|
|
751
|
+
};
|
|
752
|
+
} | undefined;
|
|
693
753
|
}[] | undefined;
|
|
694
754
|
slots?: {
|
|
695
755
|
[key: string]: {
|
|
@@ -892,6 +952,21 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
892
952
|
id: string;
|
|
893
953
|
path: string;
|
|
894
954
|
projectMapId: string;
|
|
955
|
+
data?: {
|
|
956
|
+
isSearchHit?: boolean | undefined;
|
|
957
|
+
queryStrings?: {
|
|
958
|
+
name: string;
|
|
959
|
+
value: string;
|
|
960
|
+
helpText?: string | undefined;
|
|
961
|
+
}[] | undefined;
|
|
962
|
+
previewValue?: string | undefined;
|
|
963
|
+
} | undefined;
|
|
964
|
+
locales?: {
|
|
965
|
+
[key: string]: {
|
|
966
|
+
path: string;
|
|
967
|
+
inherited: boolean;
|
|
968
|
+
};
|
|
969
|
+
} | undefined;
|
|
895
970
|
}[] | undefined;
|
|
896
971
|
slots?: {
|
|
897
972
|
[key: string]: {
|
|
@@ -1104,6 +1179,21 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
1104
1179
|
id: string;
|
|
1105
1180
|
path: string;
|
|
1106
1181
|
projectMapId: string;
|
|
1182
|
+
data?: {
|
|
1183
|
+
isSearchHit?: boolean | undefined;
|
|
1184
|
+
queryStrings?: {
|
|
1185
|
+
name: string;
|
|
1186
|
+
value: string;
|
|
1187
|
+
helpText?: string | undefined;
|
|
1188
|
+
}[] | undefined;
|
|
1189
|
+
previewValue?: string | undefined;
|
|
1190
|
+
} | undefined;
|
|
1191
|
+
locales?: {
|
|
1192
|
+
[key: string]: {
|
|
1193
|
+
path: string;
|
|
1194
|
+
inherited: boolean;
|
|
1195
|
+
};
|
|
1196
|
+
} | undefined;
|
|
1107
1197
|
}[] | undefined;
|
|
1108
1198
|
slots?: {
|
|
1109
1199
|
[key: string]: {
|
|
@@ -1306,6 +1396,21 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
1306
1396
|
id: string;
|
|
1307
1397
|
path: string;
|
|
1308
1398
|
projectMapId: string;
|
|
1399
|
+
data?: {
|
|
1400
|
+
isSearchHit?: boolean | undefined;
|
|
1401
|
+
queryStrings?: {
|
|
1402
|
+
name: string;
|
|
1403
|
+
value: string;
|
|
1404
|
+
helpText?: string | undefined;
|
|
1405
|
+
}[] | undefined;
|
|
1406
|
+
previewValue?: string | undefined;
|
|
1407
|
+
} | undefined;
|
|
1408
|
+
locales?: {
|
|
1409
|
+
[key: string]: {
|
|
1410
|
+
path: string;
|
|
1411
|
+
inherited: boolean;
|
|
1412
|
+
};
|
|
1413
|
+
} | undefined;
|
|
1309
1414
|
}[] | undefined;
|
|
1310
1415
|
slots?: {
|
|
1311
1416
|
[key: string]: {
|
|
@@ -1514,6 +1619,21 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
1514
1619
|
id: string;
|
|
1515
1620
|
path: string;
|
|
1516
1621
|
projectMapId: string;
|
|
1622
|
+
data?: {
|
|
1623
|
+
isSearchHit?: boolean | undefined;
|
|
1624
|
+
queryStrings?: {
|
|
1625
|
+
name: string;
|
|
1626
|
+
value: string;
|
|
1627
|
+
helpText?: string | undefined;
|
|
1628
|
+
}[] | undefined;
|
|
1629
|
+
previewValue?: string | undefined;
|
|
1630
|
+
} | undefined;
|
|
1631
|
+
locales?: {
|
|
1632
|
+
[key: string]: {
|
|
1633
|
+
path: string;
|
|
1634
|
+
inherited: boolean;
|
|
1635
|
+
};
|
|
1636
|
+
} | undefined;
|
|
1517
1637
|
}[] | undefined;
|
|
1518
1638
|
slots?: {
|
|
1519
1639
|
[key: string]: {
|
|
@@ -1716,6 +1836,21 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
1716
1836
|
id: string;
|
|
1717
1837
|
path: string;
|
|
1718
1838
|
projectMapId: string;
|
|
1839
|
+
data?: {
|
|
1840
|
+
isSearchHit?: boolean | undefined;
|
|
1841
|
+
queryStrings?: {
|
|
1842
|
+
name: string;
|
|
1843
|
+
value: string;
|
|
1844
|
+
helpText?: string | undefined;
|
|
1845
|
+
}[] | undefined;
|
|
1846
|
+
previewValue?: string | undefined;
|
|
1847
|
+
} | undefined;
|
|
1848
|
+
locales?: {
|
|
1849
|
+
[key: string]: {
|
|
1850
|
+
path: string;
|
|
1851
|
+
inherited: boolean;
|
|
1852
|
+
};
|
|
1853
|
+
} | undefined;
|
|
1719
1854
|
}[] | undefined;
|
|
1720
1855
|
slots?: {
|
|
1721
1856
|
[key: string]: {
|
|
@@ -1928,6 +2063,21 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
1928
2063
|
id: string;
|
|
1929
2064
|
path: string;
|
|
1930
2065
|
projectMapId: string;
|
|
2066
|
+
data?: {
|
|
2067
|
+
isSearchHit?: boolean | undefined;
|
|
2068
|
+
queryStrings?: {
|
|
2069
|
+
name: string;
|
|
2070
|
+
value: string;
|
|
2071
|
+
helpText?: string | undefined;
|
|
2072
|
+
}[] | undefined;
|
|
2073
|
+
previewValue?: string | undefined;
|
|
2074
|
+
} | undefined;
|
|
2075
|
+
locales?: {
|
|
2076
|
+
[key: string]: {
|
|
2077
|
+
path: string;
|
|
2078
|
+
inherited: boolean;
|
|
2079
|
+
};
|
|
2080
|
+
} | undefined;
|
|
1931
2081
|
}[] | undefined;
|
|
1932
2082
|
slots?: {
|
|
1933
2083
|
[key: string]: {
|
|
@@ -2130,6 +2280,21 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
2130
2280
|
id: string;
|
|
2131
2281
|
path: string;
|
|
2132
2282
|
projectMapId: string;
|
|
2283
|
+
data?: {
|
|
2284
|
+
isSearchHit?: boolean | undefined;
|
|
2285
|
+
queryStrings?: {
|
|
2286
|
+
name: string;
|
|
2287
|
+
value: string;
|
|
2288
|
+
helpText?: string | undefined;
|
|
2289
|
+
}[] | undefined;
|
|
2290
|
+
previewValue?: string | undefined;
|
|
2291
|
+
} | undefined;
|
|
2292
|
+
locales?: {
|
|
2293
|
+
[key: string]: {
|
|
2294
|
+
path: string;
|
|
2295
|
+
inherited: boolean;
|
|
2296
|
+
};
|
|
2297
|
+
} | undefined;
|
|
2133
2298
|
}[] | undefined;
|
|
2134
2299
|
slots?: {
|
|
2135
2300
|
[key: string]: {
|
package/dist/index.d.ts
CHANGED
|
@@ -175,6 +175,21 @@ declare const UniformComponent: vue_demi.DefineComponent<{
|
|
|
175
175
|
id: string;
|
|
176
176
|
path: string;
|
|
177
177
|
projectMapId: string;
|
|
178
|
+
data?: {
|
|
179
|
+
isSearchHit?: boolean | undefined;
|
|
180
|
+
queryStrings?: {
|
|
181
|
+
name: string;
|
|
182
|
+
value: string;
|
|
183
|
+
helpText?: string | undefined;
|
|
184
|
+
}[] | undefined;
|
|
185
|
+
previewValue?: string | undefined;
|
|
186
|
+
} | undefined;
|
|
187
|
+
locales?: {
|
|
188
|
+
[key: string]: {
|
|
189
|
+
path: string;
|
|
190
|
+
inherited: boolean;
|
|
191
|
+
};
|
|
192
|
+
} | undefined;
|
|
178
193
|
}[] | undefined;
|
|
179
194
|
slots?: {
|
|
180
195
|
[key: string]: {
|
|
@@ -339,6 +354,21 @@ declare const UniformComponent: vue_demi.DefineComponent<{
|
|
|
339
354
|
id: string;
|
|
340
355
|
path: string;
|
|
341
356
|
projectMapId: string;
|
|
357
|
+
data?: {
|
|
358
|
+
isSearchHit?: boolean | undefined;
|
|
359
|
+
queryStrings?: {
|
|
360
|
+
name: string;
|
|
361
|
+
value: string;
|
|
362
|
+
helpText?: string | undefined;
|
|
363
|
+
}[] | undefined;
|
|
364
|
+
previewValue?: string | undefined;
|
|
365
|
+
} | undefined;
|
|
366
|
+
locales?: {
|
|
367
|
+
[key: string]: {
|
|
368
|
+
path: string;
|
|
369
|
+
inherited: boolean;
|
|
370
|
+
};
|
|
371
|
+
} | undefined;
|
|
342
372
|
}[] | undefined;
|
|
343
373
|
slots?: {
|
|
344
374
|
[key: string]: {
|
|
@@ -515,6 +545,21 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
515
545
|
id: string;
|
|
516
546
|
path: string;
|
|
517
547
|
projectMapId: string;
|
|
548
|
+
data?: {
|
|
549
|
+
isSearchHit?: boolean | undefined;
|
|
550
|
+
queryStrings?: {
|
|
551
|
+
name: string;
|
|
552
|
+
value: string;
|
|
553
|
+
helpText?: string | undefined;
|
|
554
|
+
}[] | undefined;
|
|
555
|
+
previewValue?: string | undefined;
|
|
556
|
+
} | undefined;
|
|
557
|
+
locales?: {
|
|
558
|
+
[key: string]: {
|
|
559
|
+
path: string;
|
|
560
|
+
inherited: boolean;
|
|
561
|
+
};
|
|
562
|
+
} | undefined;
|
|
518
563
|
}[] | undefined;
|
|
519
564
|
slots?: {
|
|
520
565
|
[key: string]: {
|
|
@@ -690,6 +735,21 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
690
735
|
id: string;
|
|
691
736
|
path: string;
|
|
692
737
|
projectMapId: string;
|
|
738
|
+
data?: {
|
|
739
|
+
isSearchHit?: boolean | undefined;
|
|
740
|
+
queryStrings?: {
|
|
741
|
+
name: string;
|
|
742
|
+
value: string;
|
|
743
|
+
helpText?: string | undefined;
|
|
744
|
+
}[] | undefined;
|
|
745
|
+
previewValue?: string | undefined;
|
|
746
|
+
} | undefined;
|
|
747
|
+
locales?: {
|
|
748
|
+
[key: string]: {
|
|
749
|
+
path: string;
|
|
750
|
+
inherited: boolean;
|
|
751
|
+
};
|
|
752
|
+
} | undefined;
|
|
693
753
|
}[] | undefined;
|
|
694
754
|
slots?: {
|
|
695
755
|
[key: string]: {
|
|
@@ -892,6 +952,21 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
892
952
|
id: string;
|
|
893
953
|
path: string;
|
|
894
954
|
projectMapId: string;
|
|
955
|
+
data?: {
|
|
956
|
+
isSearchHit?: boolean | undefined;
|
|
957
|
+
queryStrings?: {
|
|
958
|
+
name: string;
|
|
959
|
+
value: string;
|
|
960
|
+
helpText?: string | undefined;
|
|
961
|
+
}[] | undefined;
|
|
962
|
+
previewValue?: string | undefined;
|
|
963
|
+
} | undefined;
|
|
964
|
+
locales?: {
|
|
965
|
+
[key: string]: {
|
|
966
|
+
path: string;
|
|
967
|
+
inherited: boolean;
|
|
968
|
+
};
|
|
969
|
+
} | undefined;
|
|
895
970
|
}[] | undefined;
|
|
896
971
|
slots?: {
|
|
897
972
|
[key: string]: {
|
|
@@ -1104,6 +1179,21 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
1104
1179
|
id: string;
|
|
1105
1180
|
path: string;
|
|
1106
1181
|
projectMapId: string;
|
|
1182
|
+
data?: {
|
|
1183
|
+
isSearchHit?: boolean | undefined;
|
|
1184
|
+
queryStrings?: {
|
|
1185
|
+
name: string;
|
|
1186
|
+
value: string;
|
|
1187
|
+
helpText?: string | undefined;
|
|
1188
|
+
}[] | undefined;
|
|
1189
|
+
previewValue?: string | undefined;
|
|
1190
|
+
} | undefined;
|
|
1191
|
+
locales?: {
|
|
1192
|
+
[key: string]: {
|
|
1193
|
+
path: string;
|
|
1194
|
+
inherited: boolean;
|
|
1195
|
+
};
|
|
1196
|
+
} | undefined;
|
|
1107
1197
|
}[] | undefined;
|
|
1108
1198
|
slots?: {
|
|
1109
1199
|
[key: string]: {
|
|
@@ -1306,6 +1396,21 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
1306
1396
|
id: string;
|
|
1307
1397
|
path: string;
|
|
1308
1398
|
projectMapId: string;
|
|
1399
|
+
data?: {
|
|
1400
|
+
isSearchHit?: boolean | undefined;
|
|
1401
|
+
queryStrings?: {
|
|
1402
|
+
name: string;
|
|
1403
|
+
value: string;
|
|
1404
|
+
helpText?: string | undefined;
|
|
1405
|
+
}[] | undefined;
|
|
1406
|
+
previewValue?: string | undefined;
|
|
1407
|
+
} | undefined;
|
|
1408
|
+
locales?: {
|
|
1409
|
+
[key: string]: {
|
|
1410
|
+
path: string;
|
|
1411
|
+
inherited: boolean;
|
|
1412
|
+
};
|
|
1413
|
+
} | undefined;
|
|
1309
1414
|
}[] | undefined;
|
|
1310
1415
|
slots?: {
|
|
1311
1416
|
[key: string]: {
|
|
@@ -1514,6 +1619,21 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
1514
1619
|
id: string;
|
|
1515
1620
|
path: string;
|
|
1516
1621
|
projectMapId: string;
|
|
1622
|
+
data?: {
|
|
1623
|
+
isSearchHit?: boolean | undefined;
|
|
1624
|
+
queryStrings?: {
|
|
1625
|
+
name: string;
|
|
1626
|
+
value: string;
|
|
1627
|
+
helpText?: string | undefined;
|
|
1628
|
+
}[] | undefined;
|
|
1629
|
+
previewValue?: string | undefined;
|
|
1630
|
+
} | undefined;
|
|
1631
|
+
locales?: {
|
|
1632
|
+
[key: string]: {
|
|
1633
|
+
path: string;
|
|
1634
|
+
inherited: boolean;
|
|
1635
|
+
};
|
|
1636
|
+
} | undefined;
|
|
1517
1637
|
}[] | undefined;
|
|
1518
1638
|
slots?: {
|
|
1519
1639
|
[key: string]: {
|
|
@@ -1716,6 +1836,21 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
1716
1836
|
id: string;
|
|
1717
1837
|
path: string;
|
|
1718
1838
|
projectMapId: string;
|
|
1839
|
+
data?: {
|
|
1840
|
+
isSearchHit?: boolean | undefined;
|
|
1841
|
+
queryStrings?: {
|
|
1842
|
+
name: string;
|
|
1843
|
+
value: string;
|
|
1844
|
+
helpText?: string | undefined;
|
|
1845
|
+
}[] | undefined;
|
|
1846
|
+
previewValue?: string | undefined;
|
|
1847
|
+
} | undefined;
|
|
1848
|
+
locales?: {
|
|
1849
|
+
[key: string]: {
|
|
1850
|
+
path: string;
|
|
1851
|
+
inherited: boolean;
|
|
1852
|
+
};
|
|
1853
|
+
} | undefined;
|
|
1719
1854
|
}[] | undefined;
|
|
1720
1855
|
slots?: {
|
|
1721
1856
|
[key: string]: {
|
|
@@ -1928,6 +2063,21 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
1928
2063
|
id: string;
|
|
1929
2064
|
path: string;
|
|
1930
2065
|
projectMapId: string;
|
|
2066
|
+
data?: {
|
|
2067
|
+
isSearchHit?: boolean | undefined;
|
|
2068
|
+
queryStrings?: {
|
|
2069
|
+
name: string;
|
|
2070
|
+
value: string;
|
|
2071
|
+
helpText?: string | undefined;
|
|
2072
|
+
}[] | undefined;
|
|
2073
|
+
previewValue?: string | undefined;
|
|
2074
|
+
} | undefined;
|
|
2075
|
+
locales?: {
|
|
2076
|
+
[key: string]: {
|
|
2077
|
+
path: string;
|
|
2078
|
+
inherited: boolean;
|
|
2079
|
+
};
|
|
2080
|
+
} | undefined;
|
|
1931
2081
|
}[] | undefined;
|
|
1932
2082
|
slots?: {
|
|
1933
2083
|
[key: string]: {
|
|
@@ -2130,6 +2280,21 @@ declare const UniformComposition: vue_demi.DefineComponent<{
|
|
|
2130
2280
|
id: string;
|
|
2131
2281
|
path: string;
|
|
2132
2282
|
projectMapId: string;
|
|
2283
|
+
data?: {
|
|
2284
|
+
isSearchHit?: boolean | undefined;
|
|
2285
|
+
queryStrings?: {
|
|
2286
|
+
name: string;
|
|
2287
|
+
value: string;
|
|
2288
|
+
helpText?: string | undefined;
|
|
2289
|
+
}[] | undefined;
|
|
2290
|
+
previewValue?: string | undefined;
|
|
2291
|
+
} | undefined;
|
|
2292
|
+
locales?: {
|
|
2293
|
+
[key: string]: {
|
|
2294
|
+
path: string;
|
|
2295
|
+
inherited: boolean;
|
|
2296
|
+
};
|
|
2297
|
+
} | undefined;
|
|
2133
2298
|
}[] | undefined;
|
|
2134
2299
|
slots?: {
|
|
2135
2300
|
[key: string]: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-vue",
|
|
3
|
-
"version": "19.134.
|
|
3
|
+
"version": "19.134.3-alpha.28+506233b832",
|
|
4
4
|
"description": "Vue SDK for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"document": "api-extractor run --local"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@uniformdev/canvas": "19.134.
|
|
27
|
-
"@uniformdev/context-vue": "19.134.
|
|
28
|
-
"@uniformdev/richtext": "19.134.
|
|
26
|
+
"@uniformdev/canvas": "19.134.3-alpha.28+506233b832",
|
|
27
|
+
"@uniformdev/context-vue": "19.134.3-alpha.28+506233b832",
|
|
28
|
+
"@uniformdev/richtext": "19.134.3-alpha.28+506233b832",
|
|
29
29
|
"vue-demi": "^0.14.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "506233b8324cbb3d7d6a0ef97b8d5e01b36bfb08"
|
|
63
63
|
}
|