@scouterna/ui-webc 3.1.0 → 4.0.0
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/cjs/{index-BPpKjjvS.js → index-Vd3hlPvW.js} +35 -4
- package/dist/cjs/{inputMixin-D0IzcaXz.js → inputMixin-BsRV69ob.js} +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/scout-app-bar.cjs.entry.js +2 -2
- package/dist/cjs/scout-avatar.cjs.entry.js +39 -0
- package/dist/cjs/scout-bottom-bar-item.cjs.entry.js +2 -2
- package/dist/cjs/scout-bottom-bar.cjs.entry.js +2 -2
- package/dist/cjs/scout-button.cjs.entry.js +1 -1
- package/dist/cjs/scout-card.cjs.entry.js +1 -1
- package/dist/cjs/scout-checkbox_2.cjs.entry.js +2 -2
- package/dist/cjs/scout-divider.cjs.entry.js +1 -1
- package/dist/cjs/scout-drawer.cjs.entry.js +841 -0
- package/dist/cjs/scout-field.cjs.entry.js +1 -1
- package/dist/cjs/scout-input.cjs.entry.js +2 -2
- package/dist/cjs/scout-link.cjs.entry.js +1 -1
- package/dist/cjs/scout-list-view-item.cjs.entry.js +14 -3
- package/dist/cjs/scout-list-view-subheader.cjs.entry.js +1 -1
- package/dist/cjs/scout-list-view.cjs.entry.js +7 -5
- package/dist/cjs/scout-loader.cjs.entry.js +1 -1
- package/dist/cjs/scout-segmented-control.cjs.entry.js +88 -0
- package/dist/cjs/scout-select.cjs.entry.js +3 -3
- package/dist/cjs/scout-stack.cjs.entry.js +3 -3
- package/dist/cjs/scout-switch.cjs.entry.js +3 -3
- package/dist/cjs/scout-tabs-tab.cjs.entry.js +2 -2
- package/dist/cjs/scout-tabs.cjs.entry.js +3 -3
- package/dist/cjs/ui-webc.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +3 -0
- package/dist/collection/components/app-bar/app-bar.css +5 -1
- package/dist/collection/components/avatar/assets/fallbackImage.png +0 -0
- package/dist/collection/components/avatar/avatar.css +7 -0
- package/dist/collection/components/avatar/avatar.js +88 -0
- package/dist/collection/components/bottom-bar/bottom-bar.css +7 -2
- package/dist/collection/components/bottom-bar-item/bottom-bar-item.css +16 -2
- package/dist/collection/components/drawer/drawer.css +157 -0
- package/dist/collection/components/drawer/drawer.js +323 -0
- package/dist/collection/components/list-view/list-view.css +7 -2
- package/dist/collection/components/list-view/list-view.js +6 -4
- package/dist/collection/components/list-view-item/list-view-item.css +16 -4
- package/dist/collection/components/list-view-item/list-view-item.js +37 -1
- package/dist/collection/components/segmented-control/segmented-control.css +68 -0
- package/dist/collection/components/segmented-control/segmented-control.js +185 -0
- package/dist/collection/components/select/select.js +1 -1
- package/dist/collection/components/stack/stack.js +2 -2
- package/dist/collection/components/switch/switch.js +1 -1
- package/dist/collection/components/tabs/tabs.js +2 -2
- package/dist/collection/components/tabs-tab/tabs-tab.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/p-BO7j9O37.js +1 -0
- package/dist/components/p-CpD1flSg.js +1 -0
- package/dist/components/p-DLiFilsh.js +1 -0
- package/dist/components/{p-Qv5q0SGa.js → p-lrqW957X.js} +1 -1
- package/dist/components/scout-app-bar.js +1 -1
- package/dist/components/scout-avatar.d.ts +11 -0
- package/dist/components/scout-avatar.js +1 -0
- package/dist/components/scout-bottom-bar-item.js +1 -1
- package/dist/components/scout-bottom-bar.js +1 -1
- package/dist/components/scout-button.js +1 -1
- package/dist/components/scout-card.js +1 -1
- package/dist/components/scout-checkbox.js +1 -1
- package/dist/components/scout-divider.js +1 -1
- package/dist/components/scout-drawer.d.ts +11 -0
- package/dist/components/scout-drawer.js +1 -0
- package/dist/components/scout-field.js +1 -1
- package/dist/components/scout-input.js +1 -1
- package/dist/components/scout-link.js +1 -1
- package/dist/components/scout-list-view-item.js +1 -1
- package/dist/components/scout-list-view-subheader.js +1 -1
- package/dist/components/scout-list-view.js +1 -1
- package/dist/components/scout-loader.js +1 -1
- package/dist/components/scout-radio-button.js +1 -1
- package/dist/components/scout-segmented-control.d.ts +11 -0
- package/dist/components/scout-segmented-control.js +1 -0
- package/dist/components/scout-select.js +1 -1
- package/dist/components/scout-stack.js +1 -1
- package/dist/components/scout-switch.js +1 -1
- package/dist/components/scout-tabs-tab.js +1 -1
- package/dist/components/scout-tabs.js +1 -1
- package/dist/custom-elements.json +516 -1
- package/dist/esm/{index-CBq_WkdR.js → index-BtN0bCWb.js} +35 -5
- package/dist/esm/{inputMixin-CArDsEiI.js → inputMixin-DC4hF1Lp.js} +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/scout-app-bar.entry.js +2 -2
- package/dist/esm/scout-avatar.entry.js +37 -0
- package/dist/esm/scout-bottom-bar-item.entry.js +2 -2
- package/dist/esm/scout-bottom-bar.entry.js +2 -2
- package/dist/esm/scout-button.entry.js +1 -1
- package/dist/esm/scout-card.entry.js +1 -1
- package/dist/esm/scout-checkbox_2.entry.js +2 -2
- package/dist/esm/scout-divider.entry.js +1 -1
- package/dist/esm/scout-drawer.entry.js +839 -0
- package/dist/esm/scout-field.entry.js +1 -1
- package/dist/esm/scout-input.entry.js +2 -2
- package/dist/esm/scout-link.entry.js +1 -1
- package/dist/esm/scout-list-view-item.entry.js +14 -3
- package/dist/esm/scout-list-view-subheader.entry.js +1 -1
- package/dist/esm/scout-list-view.entry.js +7 -5
- package/dist/esm/scout-loader.entry.js +1 -1
- package/dist/esm/scout-segmented-control.entry.js +86 -0
- package/dist/esm/scout-select.entry.js +3 -3
- package/dist/esm/scout-stack.entry.js +3 -3
- package/dist/esm/scout-switch.entry.js +3 -3
- package/dist/esm/scout-tabs-tab.entry.js +2 -2
- package/dist/esm/scout-tabs.entry.js +3 -3
- package/dist/esm/ui-webc.js +3 -3
- package/dist/types/components/avatar/avatar.d.ts +16 -0
- package/dist/types/components/drawer/drawer.d.ts +53 -0
- package/dist/types/components/list-view-item/list-view-item.d.ts +7 -0
- package/dist/types/components/segmented-control/segmented-control.d.ts +40 -0
- package/dist/types/components/tabs/tabs.d.ts +1 -1
- package/dist/types/components.d.ts +264 -2
- package/dist/ui-webc/assets/fallbackImage.png +0 -0
- package/dist/ui-webc/p-0b313ae9.entry.js +1 -0
- package/dist/ui-webc/p-1c5b40f5.entry.js +1 -0
- package/dist/ui-webc/p-214dc4e4.entry.js +1 -0
- package/dist/ui-webc/{p-a153023c.entry.js → p-2d773911.entry.js} +1 -1
- package/dist/ui-webc/{p-c0696c1f.entry.js → p-4d676928.entry.js} +1 -1
- package/dist/ui-webc/p-4d905b20.entry.js +1 -0
- package/dist/ui-webc/{p-f8a4ef3d.entry.js → p-5b0e6de5.entry.js} +1 -1
- package/dist/ui-webc/p-6bd3258b.entry.js +1 -0
- package/dist/ui-webc/p-6fea31a0.entry.js +1 -0
- package/dist/ui-webc/{p-6287efe7.entry.js → p-70c0acea.entry.js} +1 -1
- package/dist/ui-webc/p-74bd1d24.entry.js +1 -0
- package/dist/ui-webc/{p-0e444b1f.entry.js → p-8c81f27f.entry.js} +1 -1
- package/dist/ui-webc/{p-ff537388.entry.js → p-9c8d24b2.entry.js} +1 -1
- package/dist/ui-webc/p-9e3739c6.entry.js +1 -0
- package/dist/ui-webc/p-BtN0bCWb.js +2 -0
- package/dist/ui-webc/{p-6xDaXBJm.js → p-DMdnqqlQ.js} +1 -1
- package/dist/ui-webc/{p-b699617e.entry.js → p-a26bd0db.entry.js} +1 -1
- package/dist/ui-webc/{p-a2c09e05.entry.js → p-cec7a021.entry.js} +1 -1
- package/dist/ui-webc/p-d0fc1cd6.entry.js +1 -0
- package/dist/ui-webc/p-d76c67a5.entry.js +1 -0
- package/dist/ui-webc/{p-8f5965aa.entry.js → p-d88cbd78.entry.js} +1 -1
- package/dist/ui-webc/{p-f8099e5b.entry.js → p-db109100.entry.js} +1 -1
- package/dist/ui-webc/{p-6825e415.entry.js → p-ee796725.entry.js} +1 -1
- package/dist/ui-webc/{p-189879c2.entry.js → p-f1fb33e9.entry.js} +1 -1
- package/dist/ui-webc/ui-webc.css +2 -2
- package/dist/ui-webc/ui-webc.esm.js +1 -1
- package/package.json +2 -1
- package/dist/components/p-B72iGJNe.js +0 -1
- package/dist/components/p-CXXyN7aY.js +0 -1
- package/dist/components/p-DxVqa2PR.js +0 -1
- package/dist/ui-webc/p-60cd6c7e.entry.js +0 -1
- package/dist/ui-webc/p-78126f74.entry.js +0 -1
- package/dist/ui-webc/p-CBq_WkdR.js +0 -2
- package/dist/ui-webc/p-c4f7cfa2.entry.js +0 -1
- package/dist/ui-webc/p-cdc127de.entry.js +0 -1
- package/dist/ui-webc/p-db40c987.entry.js +0 -1
- package/dist/ui-webc/p-ef34d84c.entry.js +0 -1
- package/dist/ui-webc/p-f799b2d8.entry.js +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-
|
|
2
|
+
"timestamp": "2026-04-03T21:04:39",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.41.1",
|
|
@@ -49,6 +49,84 @@
|
|
|
49
49
|
"dependencies": [],
|
|
50
50
|
"dependencyGraph": {}
|
|
51
51
|
},
|
|
52
|
+
{
|
|
53
|
+
"filePath": "src/components/avatar/avatar.tsx",
|
|
54
|
+
"encapsulation": "shadow",
|
|
55
|
+
"tag": "scout-avatar",
|
|
56
|
+
"readme": "# scout-avatar\n",
|
|
57
|
+
"docs": "The avatar component is used to display the user's profile picture.\nWrap it with a container, to determine its size, since it scales to fit container.",
|
|
58
|
+
"docsTags": [],
|
|
59
|
+
"usage": {},
|
|
60
|
+
"props": [
|
|
61
|
+
{
|
|
62
|
+
"name": "alt",
|
|
63
|
+
"type": "string",
|
|
64
|
+
"complexType": {
|
|
65
|
+
"original": "string",
|
|
66
|
+
"resolved": "string",
|
|
67
|
+
"references": {}
|
|
68
|
+
},
|
|
69
|
+
"mutable": false,
|
|
70
|
+
"attr": "alt",
|
|
71
|
+
"reflectToAttr": false,
|
|
72
|
+
"docs": "The name of the user.",
|
|
73
|
+
"docsTags": [
|
|
74
|
+
{
|
|
75
|
+
"name": "default",
|
|
76
|
+
"text": "\"\""
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"default": "\"\"",
|
|
80
|
+
"values": [
|
|
81
|
+
{
|
|
82
|
+
"type": "string"
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"optional": false,
|
|
86
|
+
"required": false,
|
|
87
|
+
"getter": false,
|
|
88
|
+
"setter": false
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "imageSrc",
|
|
92
|
+
"type": "string",
|
|
93
|
+
"complexType": {
|
|
94
|
+
"original": "string",
|
|
95
|
+
"resolved": "string",
|
|
96
|
+
"references": {}
|
|
97
|
+
},
|
|
98
|
+
"mutable": false,
|
|
99
|
+
"attr": "image-src",
|
|
100
|
+
"reflectToAttr": false,
|
|
101
|
+
"docs": "The source URL of the user image.",
|
|
102
|
+
"docsTags": [
|
|
103
|
+
{
|
|
104
|
+
"name": "default",
|
|
105
|
+
"text": "\"\""
|
|
106
|
+
}
|
|
107
|
+
],
|
|
108
|
+
"default": "\"\"",
|
|
109
|
+
"values": [
|
|
110
|
+
{
|
|
111
|
+
"type": "string"
|
|
112
|
+
}
|
|
113
|
+
],
|
|
114
|
+
"optional": false,
|
|
115
|
+
"required": false,
|
|
116
|
+
"getter": false,
|
|
117
|
+
"setter": false
|
|
118
|
+
}
|
|
119
|
+
],
|
|
120
|
+
"methods": [],
|
|
121
|
+
"events": [],
|
|
122
|
+
"listeners": [],
|
|
123
|
+
"styles": [],
|
|
124
|
+
"slots": [],
|
|
125
|
+
"parts": [],
|
|
126
|
+
"dependents": [],
|
|
127
|
+
"dependencies": [],
|
|
128
|
+
"dependencyGraph": {}
|
|
129
|
+
},
|
|
52
130
|
{
|
|
53
131
|
"filePath": "src/components/bottom-bar/bottom-bar.tsx",
|
|
54
132
|
"encapsulation": "shadow",
|
|
@@ -961,6 +1039,287 @@
|
|
|
961
1039
|
"dependencies": [],
|
|
962
1040
|
"dependencyGraph": {}
|
|
963
1041
|
},
|
|
1042
|
+
{
|
|
1043
|
+
"filePath": "src/components/drawer/drawer.tsx",
|
|
1044
|
+
"encapsulation": "shadow",
|
|
1045
|
+
"tag": "scout-drawer",
|
|
1046
|
+
"readme": "# scout-drawer\n",
|
|
1047
|
+
"docs": "",
|
|
1048
|
+
"docsTags": [],
|
|
1049
|
+
"usage": {},
|
|
1050
|
+
"props": [
|
|
1051
|
+
{
|
|
1052
|
+
"name": "backButtonLabel",
|
|
1053
|
+
"type": "string",
|
|
1054
|
+
"complexType": {
|
|
1055
|
+
"original": "string",
|
|
1056
|
+
"resolved": "string",
|
|
1057
|
+
"references": {}
|
|
1058
|
+
},
|
|
1059
|
+
"mutable": false,
|
|
1060
|
+
"attr": "back-button-label",
|
|
1061
|
+
"reflectToAttr": false,
|
|
1062
|
+
"docs": "Back button label.",
|
|
1063
|
+
"docsTags": [
|
|
1064
|
+
{
|
|
1065
|
+
"name": "default",
|
|
1066
|
+
"text": "\"\""
|
|
1067
|
+
}
|
|
1068
|
+
],
|
|
1069
|
+
"default": "\"\"",
|
|
1070
|
+
"values": [
|
|
1071
|
+
{
|
|
1072
|
+
"type": "string"
|
|
1073
|
+
}
|
|
1074
|
+
],
|
|
1075
|
+
"optional": false,
|
|
1076
|
+
"required": false,
|
|
1077
|
+
"getter": false,
|
|
1078
|
+
"setter": false
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"name": "disableBackdrop",
|
|
1082
|
+
"type": "boolean",
|
|
1083
|
+
"complexType": {
|
|
1084
|
+
"original": "boolean",
|
|
1085
|
+
"resolved": "boolean",
|
|
1086
|
+
"references": {}
|
|
1087
|
+
},
|
|
1088
|
+
"mutable": false,
|
|
1089
|
+
"attr": "disable-backdrop",
|
|
1090
|
+
"reflectToAttr": false,
|
|
1091
|
+
"docs": "Disable backdrop for the drawer.",
|
|
1092
|
+
"docsTags": [
|
|
1093
|
+
{
|
|
1094
|
+
"name": "default",
|
|
1095
|
+
"text": "false"
|
|
1096
|
+
}
|
|
1097
|
+
],
|
|
1098
|
+
"default": "false",
|
|
1099
|
+
"values": [
|
|
1100
|
+
{
|
|
1101
|
+
"type": "boolean"
|
|
1102
|
+
}
|
|
1103
|
+
],
|
|
1104
|
+
"optional": false,
|
|
1105
|
+
"required": false,
|
|
1106
|
+
"getter": false,
|
|
1107
|
+
"setter": false
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"name": "disableContentPadding",
|
|
1111
|
+
"type": "boolean",
|
|
1112
|
+
"complexType": {
|
|
1113
|
+
"original": "boolean",
|
|
1114
|
+
"resolved": "boolean",
|
|
1115
|
+
"references": {}
|
|
1116
|
+
},
|
|
1117
|
+
"mutable": false,
|
|
1118
|
+
"attr": "disable-content-padding",
|
|
1119
|
+
"reflectToAttr": false,
|
|
1120
|
+
"docs": "Disable drawer content padding. Use only if you have specific use case and you need to use full width.",
|
|
1121
|
+
"docsTags": [
|
|
1122
|
+
{
|
|
1123
|
+
"name": "default",
|
|
1124
|
+
"text": "false"
|
|
1125
|
+
}
|
|
1126
|
+
],
|
|
1127
|
+
"default": "false",
|
|
1128
|
+
"values": [
|
|
1129
|
+
{
|
|
1130
|
+
"type": "boolean"
|
|
1131
|
+
}
|
|
1132
|
+
],
|
|
1133
|
+
"optional": false,
|
|
1134
|
+
"required": false,
|
|
1135
|
+
"getter": false,
|
|
1136
|
+
"setter": false
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"name": "exitButtonLabel",
|
|
1140
|
+
"type": "string",
|
|
1141
|
+
"complexType": {
|
|
1142
|
+
"original": "string",
|
|
1143
|
+
"resolved": "string",
|
|
1144
|
+
"references": {}
|
|
1145
|
+
},
|
|
1146
|
+
"mutable": false,
|
|
1147
|
+
"attr": "exit-button-label",
|
|
1148
|
+
"reflectToAttr": false,
|
|
1149
|
+
"docs": "Exit button label.",
|
|
1150
|
+
"docsTags": [
|
|
1151
|
+
{
|
|
1152
|
+
"name": "default",
|
|
1153
|
+
"text": "\"\""
|
|
1154
|
+
}
|
|
1155
|
+
],
|
|
1156
|
+
"default": "\"\"",
|
|
1157
|
+
"values": [
|
|
1158
|
+
{
|
|
1159
|
+
"type": "string"
|
|
1160
|
+
}
|
|
1161
|
+
],
|
|
1162
|
+
"optional": false,
|
|
1163
|
+
"required": false,
|
|
1164
|
+
"getter": false,
|
|
1165
|
+
"setter": false
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"name": "heading",
|
|
1169
|
+
"type": "string",
|
|
1170
|
+
"complexType": {
|
|
1171
|
+
"original": "string",
|
|
1172
|
+
"resolved": "string",
|
|
1173
|
+
"references": {}
|
|
1174
|
+
},
|
|
1175
|
+
"mutable": false,
|
|
1176
|
+
"attr": "heading",
|
|
1177
|
+
"reflectToAttr": false,
|
|
1178
|
+
"docs": "Heading within the sheet.",
|
|
1179
|
+
"docsTags": [
|
|
1180
|
+
{
|
|
1181
|
+
"name": "default",
|
|
1182
|
+
"text": "\"\""
|
|
1183
|
+
}
|
|
1184
|
+
],
|
|
1185
|
+
"default": "\"\"",
|
|
1186
|
+
"values": [
|
|
1187
|
+
{
|
|
1188
|
+
"type": "string"
|
|
1189
|
+
}
|
|
1190
|
+
],
|
|
1191
|
+
"optional": false,
|
|
1192
|
+
"required": false,
|
|
1193
|
+
"getter": false,
|
|
1194
|
+
"setter": false
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"name": "open",
|
|
1198
|
+
"type": "boolean",
|
|
1199
|
+
"complexType": {
|
|
1200
|
+
"original": "boolean",
|
|
1201
|
+
"resolved": "boolean",
|
|
1202
|
+
"references": {}
|
|
1203
|
+
},
|
|
1204
|
+
"mutable": false,
|
|
1205
|
+
"attr": "open",
|
|
1206
|
+
"reflectToAttr": false,
|
|
1207
|
+
"docs": "Open/close state of the drawer.",
|
|
1208
|
+
"docsTags": [
|
|
1209
|
+
{
|
|
1210
|
+
"name": "default",
|
|
1211
|
+
"text": "false"
|
|
1212
|
+
}
|
|
1213
|
+
],
|
|
1214
|
+
"default": "false",
|
|
1215
|
+
"values": [
|
|
1216
|
+
{
|
|
1217
|
+
"type": "boolean"
|
|
1218
|
+
}
|
|
1219
|
+
],
|
|
1220
|
+
"optional": false,
|
|
1221
|
+
"required": false,
|
|
1222
|
+
"getter": false,
|
|
1223
|
+
"setter": false
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"name": "showBackButton",
|
|
1227
|
+
"type": "boolean",
|
|
1228
|
+
"complexType": {
|
|
1229
|
+
"original": "boolean",
|
|
1230
|
+
"resolved": "boolean",
|
|
1231
|
+
"references": {}
|
|
1232
|
+
},
|
|
1233
|
+
"mutable": false,
|
|
1234
|
+
"attr": "show-back-button",
|
|
1235
|
+
"reflectToAttr": false,
|
|
1236
|
+
"docs": "Render back button.",
|
|
1237
|
+
"docsTags": [
|
|
1238
|
+
{
|
|
1239
|
+
"name": "default",
|
|
1240
|
+
"text": "false"
|
|
1241
|
+
}
|
|
1242
|
+
],
|
|
1243
|
+
"default": "false",
|
|
1244
|
+
"values": [
|
|
1245
|
+
{
|
|
1246
|
+
"type": "boolean"
|
|
1247
|
+
}
|
|
1248
|
+
],
|
|
1249
|
+
"optional": false,
|
|
1250
|
+
"required": false,
|
|
1251
|
+
"getter": false,
|
|
1252
|
+
"setter": false
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"name": "showExitButton",
|
|
1256
|
+
"type": "boolean",
|
|
1257
|
+
"complexType": {
|
|
1258
|
+
"original": "boolean",
|
|
1259
|
+
"resolved": "boolean",
|
|
1260
|
+
"references": {}
|
|
1261
|
+
},
|
|
1262
|
+
"mutable": false,
|
|
1263
|
+
"attr": "show-exit-button",
|
|
1264
|
+
"reflectToAttr": false,
|
|
1265
|
+
"docs": "Render exit button.",
|
|
1266
|
+
"docsTags": [
|
|
1267
|
+
{
|
|
1268
|
+
"name": "default",
|
|
1269
|
+
"text": "false"
|
|
1270
|
+
}
|
|
1271
|
+
],
|
|
1272
|
+
"default": "false",
|
|
1273
|
+
"values": [
|
|
1274
|
+
{
|
|
1275
|
+
"type": "boolean"
|
|
1276
|
+
}
|
|
1277
|
+
],
|
|
1278
|
+
"optional": false,
|
|
1279
|
+
"required": false,
|
|
1280
|
+
"getter": false,
|
|
1281
|
+
"setter": false
|
|
1282
|
+
}
|
|
1283
|
+
],
|
|
1284
|
+
"methods": [],
|
|
1285
|
+
"events": [
|
|
1286
|
+
{
|
|
1287
|
+
"event": "backButtonClicked",
|
|
1288
|
+
"detail": "void",
|
|
1289
|
+
"bubbles": true,
|
|
1290
|
+
"complexType": {
|
|
1291
|
+
"original": "void",
|
|
1292
|
+
"resolved": "void",
|
|
1293
|
+
"references": {}
|
|
1294
|
+
},
|
|
1295
|
+
"cancelable": true,
|
|
1296
|
+
"composed": true,
|
|
1297
|
+
"docs": "Fired when clicking backButton (<-)",
|
|
1298
|
+
"docsTags": []
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"event": "exitButtonClicked",
|
|
1302
|
+
"detail": "void",
|
|
1303
|
+
"bubbles": true,
|
|
1304
|
+
"complexType": {
|
|
1305
|
+
"original": "void",
|
|
1306
|
+
"resolved": "void",
|
|
1307
|
+
"references": {}
|
|
1308
|
+
},
|
|
1309
|
+
"cancelable": true,
|
|
1310
|
+
"composed": true,
|
|
1311
|
+
"docs": "Fired when clicking backButton (X). Also sent when clicking the backdrop.",
|
|
1312
|
+
"docsTags": []
|
|
1313
|
+
}
|
|
1314
|
+
],
|
|
1315
|
+
"listeners": [],
|
|
1316
|
+
"styles": [],
|
|
1317
|
+
"slots": [],
|
|
1318
|
+
"parts": [],
|
|
1319
|
+
"dependents": [],
|
|
1320
|
+
"dependencies": [],
|
|
1321
|
+
"dependencyGraph": {}
|
|
1322
|
+
},
|
|
964
1323
|
{
|
|
965
1324
|
"filePath": "src/components/field/field.tsx",
|
|
966
1325
|
"encapsulation": "scoped",
|
|
@@ -1764,6 +2123,42 @@
|
|
|
1764
2123
|
"docsTags": [],
|
|
1765
2124
|
"usage": {},
|
|
1766
2125
|
"props": [
|
|
2126
|
+
{
|
|
2127
|
+
"name": "action",
|
|
2128
|
+
"type": "\"chevron\"",
|
|
2129
|
+
"complexType": {
|
|
2130
|
+
"original": "ActionType",
|
|
2131
|
+
"resolved": "\"chevron\"",
|
|
2132
|
+
"references": {
|
|
2133
|
+
"ActionType": {
|
|
2134
|
+
"location": "local",
|
|
2135
|
+
"path": "/home/runner/work/j26-components/j26-components/packages/ui-webc/src/components/list-view-item/list-view-item.tsx",
|
|
2136
|
+
"id": "src/components/list-view-item/list-view-item.tsx::ActionType"
|
|
2137
|
+
}
|
|
2138
|
+
}
|
|
2139
|
+
},
|
|
2140
|
+
"mutable": false,
|
|
2141
|
+
"attr": "action",
|
|
2142
|
+
"reflectToAttr": false,
|
|
2143
|
+
"docs": "The action to display on the right side of the item. For example, a\nchevron. This is purely visual and does not affect the behavior of the item\nin any way. Not visible when the type is \"radio\" or \"checkbox\".",
|
|
2144
|
+
"docsTags": [
|
|
2145
|
+
{
|
|
2146
|
+
"name": "default",
|
|
2147
|
+
"text": "null"
|
|
2148
|
+
}
|
|
2149
|
+
],
|
|
2150
|
+
"default": "null",
|
|
2151
|
+
"values": [
|
|
2152
|
+
{
|
|
2153
|
+
"value": "chevron",
|
|
2154
|
+
"type": "string"
|
|
2155
|
+
}
|
|
2156
|
+
],
|
|
2157
|
+
"optional": false,
|
|
2158
|
+
"required": false,
|
|
2159
|
+
"getter": false,
|
|
2160
|
+
"setter": false
|
|
2161
|
+
},
|
|
1767
2162
|
{
|
|
1768
2163
|
"name": "checked",
|
|
1769
2164
|
"type": "boolean",
|
|
@@ -2576,6 +2971,116 @@
|
|
|
2576
2971
|
]
|
|
2577
2972
|
}
|
|
2578
2973
|
},
|
|
2974
|
+
{
|
|
2975
|
+
"filePath": "src/components/segmented-control/segmented-control.tsx",
|
|
2976
|
+
"encapsulation": "shadow",
|
|
2977
|
+
"tag": "scout-segmented-control",
|
|
2978
|
+
"readme": "# scout-segmented-control\n",
|
|
2979
|
+
"docs": "The segmented control component presents a set of options where exactly one\noption is active at a time.\n\nThe component displays an indicator under the selected option and emits a\n`scoutChange` event when the user picks a different option, so you can update\n`value`.\n\nUse button elements as the slotted segment options.",
|
|
2980
|
+
"docsTags": [],
|
|
2981
|
+
"usage": {},
|
|
2982
|
+
"props": [
|
|
2983
|
+
{
|
|
2984
|
+
"name": "size",
|
|
2985
|
+
"type": "\"medium\" | \"small\"",
|
|
2986
|
+
"complexType": {
|
|
2987
|
+
"original": "Size",
|
|
2988
|
+
"resolved": "\"medium\" | \"small\"",
|
|
2989
|
+
"references": {
|
|
2990
|
+
"Size": {
|
|
2991
|
+
"location": "local",
|
|
2992
|
+
"path": "/home/runner/work/j26-components/j26-components/packages/ui-webc/src/components/segmented-control/segmented-control.tsx",
|
|
2993
|
+
"id": "src/components/segmented-control/segmented-control.tsx::Size"
|
|
2994
|
+
}
|
|
2995
|
+
}
|
|
2996
|
+
},
|
|
2997
|
+
"mutable": false,
|
|
2998
|
+
"attr": "size",
|
|
2999
|
+
"reflectToAttr": false,
|
|
3000
|
+
"docs": "Visual size of the segmented control.\nUse `small` for dense layouts and `medium` for the default size.",
|
|
3001
|
+
"docsTags": [
|
|
3002
|
+
{
|
|
3003
|
+
"name": "default",
|
|
3004
|
+
"text": "\"medium\""
|
|
3005
|
+
}
|
|
3006
|
+
],
|
|
3007
|
+
"default": "\"medium\"",
|
|
3008
|
+
"values": [
|
|
3009
|
+
{
|
|
3010
|
+
"value": "medium",
|
|
3011
|
+
"type": "string"
|
|
3012
|
+
},
|
|
3013
|
+
{
|
|
3014
|
+
"value": "small",
|
|
3015
|
+
"type": "string"
|
|
3016
|
+
}
|
|
3017
|
+
],
|
|
3018
|
+
"optional": false,
|
|
3019
|
+
"required": false,
|
|
3020
|
+
"getter": false,
|
|
3021
|
+
"setter": false
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
"name": "value",
|
|
3025
|
+
"type": "number",
|
|
3026
|
+
"complexType": {
|
|
3027
|
+
"original": "number",
|
|
3028
|
+
"resolved": "number",
|
|
3029
|
+
"references": {}
|
|
3030
|
+
},
|
|
3031
|
+
"mutable": false,
|
|
3032
|
+
"attr": "value",
|
|
3033
|
+
"reflectToAttr": false,
|
|
3034
|
+
"docs": "Zero-based index of the currently active segment.",
|
|
3035
|
+
"docsTags": [
|
|
3036
|
+
{
|
|
3037
|
+
"name": "default",
|
|
3038
|
+
"text": "0"
|
|
3039
|
+
}
|
|
3040
|
+
],
|
|
3041
|
+
"default": "0",
|
|
3042
|
+
"values": [
|
|
3043
|
+
{
|
|
3044
|
+
"type": "number"
|
|
3045
|
+
}
|
|
3046
|
+
],
|
|
3047
|
+
"optional": false,
|
|
3048
|
+
"required": false,
|
|
3049
|
+
"getter": false,
|
|
3050
|
+
"setter": false
|
|
3051
|
+
}
|
|
3052
|
+
],
|
|
3053
|
+
"methods": [],
|
|
3054
|
+
"events": [
|
|
3055
|
+
{
|
|
3056
|
+
"event": "scoutChange",
|
|
3057
|
+
"detail": "{ value: number; }",
|
|
3058
|
+
"bubbles": true,
|
|
3059
|
+
"complexType": {
|
|
3060
|
+
"original": "{ value: number }",
|
|
3061
|
+
"resolved": "{ value: number; }",
|
|
3062
|
+
"references": {}
|
|
3063
|
+
},
|
|
3064
|
+
"cancelable": true,
|
|
3065
|
+
"composed": true,
|
|
3066
|
+
"docs": "Emitted when the active segment changes as a result of a user click.\nThe `value` in the event detail is the zero-based index of the newly selected segment.",
|
|
3067
|
+
"docsTags": []
|
|
3068
|
+
}
|
|
3069
|
+
],
|
|
3070
|
+
"listeners": [
|
|
3071
|
+
{
|
|
3072
|
+
"event": "click",
|
|
3073
|
+
"capture": true,
|
|
3074
|
+
"passive": false
|
|
3075
|
+
}
|
|
3076
|
+
],
|
|
3077
|
+
"styles": [],
|
|
3078
|
+
"slots": [],
|
|
3079
|
+
"parts": [],
|
|
3080
|
+
"dependents": [],
|
|
3081
|
+
"dependencies": [],
|
|
3082
|
+
"dependencyGraph": {}
|
|
3083
|
+
},
|
|
2579
3084
|
{
|
|
2580
3085
|
"filePath": "src/components/select/select.tsx",
|
|
2581
3086
|
"encapsulation": "scoped",
|
|
@@ -3313,6 +3818,16 @@
|
|
|
3313
3818
|
"docstring": "",
|
|
3314
3819
|
"path": "src/components/list-view-item/list-view-item.tsx"
|
|
3315
3820
|
},
|
|
3821
|
+
"src/components/list-view-item/list-view-item.tsx::ActionType": {
|
|
3822
|
+
"declaration": "\"chevron\"",
|
|
3823
|
+
"docstring": "",
|
|
3824
|
+
"path": "src/components/list-view-item/list-view-item.tsx"
|
|
3825
|
+
},
|
|
3826
|
+
"src/components/segmented-control/segmented-control.tsx::Size": {
|
|
3827
|
+
"declaration": "export type Size = \"small\" | \"medium\";",
|
|
3828
|
+
"docstring": "",
|
|
3829
|
+
"path": "src/components/segmented-control/segmented-control.tsx"
|
|
3830
|
+
},
|
|
3316
3831
|
"src/components/stack/stack.tsx::Direction": {
|
|
3317
3832
|
"declaration": "export type Direction = \"row\" | \"column\";",
|
|
3318
3833
|
"docstring": "",
|