@empathyco/x-components 6.0.0-alpha.50 → 6.0.0-alpha.51
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/CHANGELOG.md +9 -0
- package/design-system/deprecated-full-theme.css +378 -378
- package/docs/API-reference/api/x-components.slidingpanel.md +13 -5
- package/docs/API-reference/components/common/x-components.sliding-panel.md +7 -7
- package/js/components/sliding-panel.vue.js.map +1 -1
- package/js/components/sliding-panel.vue2.js +2 -2
- package/js/components/sliding-panel.vue2.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js +4 -1
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js +7 -5
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue3.js +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +52 -16
- package/report/x-components.api.md +12 -4
- package/types/components/sliding-panel.vue.d.ts +15 -5
- package/types/components/sliding-panel.vue.d.ts.map +1 -1
- package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -1
|
@@ -70075,25 +70075,43 @@
|
|
|
70075
70075
|
},
|
|
70076
70076
|
{
|
|
70077
70077
|
"kind": "Content",
|
|
70078
|
-
"text": ";\n default: boolean;\n };\n buttonClass: "
|
|
70078
|
+
"text": ";\n default: boolean;\n };\n buttonClass: {\n type: "
|
|
70079
70079
|
},
|
|
70080
70080
|
{
|
|
70081
70081
|
"kind": "Reference",
|
|
70082
|
-
"text": "
|
|
70083
|
-
"canonicalReference": "!
|
|
70082
|
+
"text": "PropType",
|
|
70083
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
70084
70084
|
},
|
|
70085
70085
|
{
|
|
70086
70086
|
"kind": "Content",
|
|
70087
|
-
"text": "
|
|
70087
|
+
"text": "<"
|
|
70088
70088
|
},
|
|
70089
70089
|
{
|
|
70090
70090
|
"kind": "Reference",
|
|
70091
|
-
"text": "
|
|
70092
|
-
"canonicalReference": "!
|
|
70091
|
+
"text": "VueCSSClasses",
|
|
70092
|
+
"canonicalReference": "@empathyco/x-components!VueCSSClasses:type"
|
|
70093
70093
|
},
|
|
70094
70094
|
{
|
|
70095
70095
|
"kind": "Content",
|
|
70096
|
-
"text": ";\n
|
|
70096
|
+
"text": ">;\n };\n scrollContainerClass: {\n type: "
|
|
70097
|
+
},
|
|
70098
|
+
{
|
|
70099
|
+
"kind": "Reference",
|
|
70100
|
+
"text": "PropType",
|
|
70101
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
70102
|
+
},
|
|
70103
|
+
{
|
|
70104
|
+
"kind": "Content",
|
|
70105
|
+
"text": "<"
|
|
70106
|
+
},
|
|
70107
|
+
{
|
|
70108
|
+
"kind": "Reference",
|
|
70109
|
+
"text": "VueCSSClasses",
|
|
70110
|
+
"canonicalReference": "@empathyco/x-components!VueCSSClasses:type"
|
|
70111
|
+
},
|
|
70112
|
+
{
|
|
70113
|
+
"kind": "Content",
|
|
70114
|
+
"text": ">;\n };\n}, {\n cssClasses: import(\"vue\")."
|
|
70097
70115
|
},
|
|
70098
70116
|
{
|
|
70099
70117
|
"kind": "Reference",
|
|
@@ -70102,7 +70120,7 @@
|
|
|
70102
70120
|
},
|
|
70103
70121
|
{
|
|
70104
70122
|
"kind": "Content",
|
|
70105
|
-
"text": "<{\n 'x-sliding-panel-at-start': boolean;\n 'x-sliding-panel-at-end': boolean;\n }>;\n debouncedUpdateScroll: import(\"
|
|
70123
|
+
"text": "<{\n 'x-sliding-panel-at-start': boolean;\n 'x-sliding-panel-at-end': boolean;\n }>;\n debouncedUpdateScroll: import(\"../utils/types\")."
|
|
70106
70124
|
},
|
|
70107
70125
|
{
|
|
70108
70126
|
"kind": "Reference",
|
|
@@ -70219,25 +70237,43 @@
|
|
|
70219
70237
|
},
|
|
70220
70238
|
{
|
|
70221
70239
|
"kind": "Content",
|
|
70222
|
-
"text": ";\n default: boolean;\n };\n buttonClass: "
|
|
70240
|
+
"text": ";\n default: boolean;\n };\n buttonClass: {\n type: "
|
|
70223
70241
|
},
|
|
70224
70242
|
{
|
|
70225
70243
|
"kind": "Reference",
|
|
70226
|
-
"text": "
|
|
70227
|
-
"canonicalReference": "!
|
|
70244
|
+
"text": "PropType",
|
|
70245
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
70228
70246
|
},
|
|
70229
70247
|
{
|
|
70230
70248
|
"kind": "Content",
|
|
70231
|
-
"text": "
|
|
70249
|
+
"text": "<"
|
|
70232
70250
|
},
|
|
70233
70251
|
{
|
|
70234
70252
|
"kind": "Reference",
|
|
70235
|
-
"text": "
|
|
70236
|
-
"canonicalReference": "!
|
|
70253
|
+
"text": "VueCSSClasses",
|
|
70254
|
+
"canonicalReference": "@empathyco/x-components!VueCSSClasses:type"
|
|
70237
70255
|
},
|
|
70238
70256
|
{
|
|
70239
70257
|
"kind": "Content",
|
|
70240
|
-
"text": "
|
|
70258
|
+
"text": ">;\n };\n scrollContainerClass: {\n type: "
|
|
70259
|
+
},
|
|
70260
|
+
{
|
|
70261
|
+
"kind": "Reference",
|
|
70262
|
+
"text": "PropType",
|
|
70263
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
70264
|
+
},
|
|
70265
|
+
{
|
|
70266
|
+
"kind": "Content",
|
|
70267
|
+
"text": "<"
|
|
70268
|
+
},
|
|
70269
|
+
{
|
|
70270
|
+
"kind": "Reference",
|
|
70271
|
+
"text": "VueCSSClasses",
|
|
70272
|
+
"canonicalReference": "@empathyco/x-components!VueCSSClasses:type"
|
|
70273
|
+
},
|
|
70274
|
+
{
|
|
70275
|
+
"kind": "Content",
|
|
70276
|
+
"text": ">;\n };\n}>>, {\n scrollFactor: number;\n showButtons: boolean;\n resetOnContentChange: boolean;\n}, {}>"
|
|
70241
70277
|
}
|
|
70242
70278
|
],
|
|
70243
70279
|
"fileUrlPath": "dist/types/components/sliding-panel.vue.d.ts",
|
|
@@ -70246,7 +70282,7 @@
|
|
|
70246
70282
|
"name": "SlidingPanel",
|
|
70247
70283
|
"variableTypeTokenRange": {
|
|
70248
70284
|
"startIndex": 1,
|
|
70249
|
-
"endIndex":
|
|
70285
|
+
"endIndex": 54
|
|
70250
70286
|
}
|
|
70251
70287
|
},
|
|
70252
70288
|
{
|
|
@@ -7699,8 +7699,12 @@ resetOnContentChange: {
|
|
|
7699
7699
|
type: BooleanConstructor;
|
|
7700
7700
|
default: boolean;
|
|
7701
7701
|
};
|
|
7702
|
-
buttonClass:
|
|
7703
|
-
|
|
7702
|
+
buttonClass: {
|
|
7703
|
+
type: PropType<VueCSSClasses>;
|
|
7704
|
+
};
|
|
7705
|
+
scrollContainerClass: {
|
|
7706
|
+
type: PropType<VueCSSClasses>;
|
|
7707
|
+
};
|
|
7704
7708
|
}, {
|
|
7705
7709
|
cssClasses: ComputedRef< {
|
|
7706
7710
|
'x-sliding-panel-at-start': boolean;
|
|
@@ -7726,8 +7730,12 @@ resetOnContentChange: {
|
|
|
7726
7730
|
type: BooleanConstructor;
|
|
7727
7731
|
default: boolean;
|
|
7728
7732
|
};
|
|
7729
|
-
buttonClass:
|
|
7730
|
-
|
|
7733
|
+
buttonClass: {
|
|
7734
|
+
type: PropType<VueCSSClasses>;
|
|
7735
|
+
};
|
|
7736
|
+
scrollContainerClass: {
|
|
7737
|
+
type: PropType<VueCSSClasses>;
|
|
7738
|
+
};
|
|
7731
7739
|
}>>, {
|
|
7732
7740
|
scrollFactor: number;
|
|
7733
7741
|
showButtons: boolean;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { VueCSSClasses } from '../utils/types';
|
|
1
3
|
/**
|
|
2
4
|
* This component allows for any other component or element inside it to be horizontally
|
|
3
5
|
* navigable. It also implements customizable buttons as well as other minor customizations to its
|
|
@@ -29,14 +31,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
31
|
type: BooleanConstructor;
|
|
30
32
|
default: boolean;
|
|
31
33
|
};
|
|
32
|
-
buttonClass:
|
|
33
|
-
|
|
34
|
+
buttonClass: {
|
|
35
|
+
type: PropType<VueCSSClasses>;
|
|
36
|
+
};
|
|
37
|
+
scrollContainerClass: {
|
|
38
|
+
type: PropType<VueCSSClasses>;
|
|
39
|
+
};
|
|
34
40
|
}, {
|
|
35
41
|
cssClasses: import("vue").ComputedRef<{
|
|
36
42
|
'x-sliding-panel-at-start': boolean;
|
|
37
43
|
'x-sliding-panel-at-end': boolean;
|
|
38
44
|
}>;
|
|
39
|
-
debouncedUpdateScroll: import("
|
|
45
|
+
debouncedUpdateScroll: import("../utils/types").DebouncedFunction<[]>;
|
|
40
46
|
scrollContainerRef: import("vue").Ref<HTMLDivElement | undefined>;
|
|
41
47
|
scrollLeft: () => void;
|
|
42
48
|
scrollRight: () => void;
|
|
@@ -64,8 +70,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
64
70
|
type: BooleanConstructor;
|
|
65
71
|
default: boolean;
|
|
66
72
|
};
|
|
67
|
-
buttonClass:
|
|
68
|
-
|
|
73
|
+
buttonClass: {
|
|
74
|
+
type: PropType<VueCSSClasses>;
|
|
75
|
+
};
|
|
76
|
+
scrollContainerClass: {
|
|
77
|
+
type: PropType<VueCSSClasses>;
|
|
78
|
+
};
|
|
69
79
|
}>>, {
|
|
70
80
|
scrollFactor: number;
|
|
71
81
|
showButtons: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sliding-panel.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../src/components/sliding-panel.vue?vue&type=script&lang.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"sliding-panel.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../src/components/sliding-panel.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACE,OAAO,EAAyD,QAAQ,EAAc,MAAM,KAAK,CAAC;AAElG,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE/C;;;;;;;;;GASG;;IAIC;;OAEG;;;;;IAKH,yFAAyF;;;;;IAKzF;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;IAfH;;OAEG;;;;;IAKH,yFAAyF;;;;;IAKzF;;;OAGG;;;;;;;;;;;;;;;;AAlBP,wBA2IG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"related-prompts-tag-list.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/related-prompts/components/related-prompts-tag-list.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AAEE,OAAO,EAA6B,QAAQ,
|
|
1
|
+
{"version":3,"file":"related-prompts-tag-list.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/related-prompts/components/related-prompts-tag-list.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AAEE,OAAO,EAA6B,QAAQ,EAAO,MAAM,KAAK,CAAC;AAO/D;;;;;;;GAOG;;IAMC;;;;OAIG;;IAEH;;;;OAIG;;;;;IAEH;;;;OAIG;;IAEH;;;;OAIG;;IAEH;;;;;OAKG;;IAEH;;;;OAIG;;;;;;wBA2LwB,MAAM,KAAG,OAAO;8BA/GV,MAAM,KAAG,IAAI;wBAiEnB,OAAO;kBAeb,OAAO,QAAQ,MAAM,IAAI;kBAkBzB,OAAO,QAAQ,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;IAjN9C;;;;OAIG;;IAEH;;;;OAIG;;;;;IAEH;;;;OAIG;;IAEH;;;;OAIG;;IAEH;;;;;OAKG;;IAEH;;;;OAIG;;;;;;;;;AAxCP,wBAwPG"}
|