@scouterna/ui-webc 3.2.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 +2 -2
- 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/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-DLiFilsh.js +1 -0
- package/dist/components/{p-CYcNS38J.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 +475 -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 +2 -2
- 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/segmented-control/segmented-control.d.ts +40 -0
- package/dist/types/components/tabs/tabs.d.ts +1 -1
- package/dist/types/components.d.ts +252 -0
- 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-CXXyN7aY.js +0 -1
- package/dist/components/p-a16hBieR.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-f799b2d8.entry.js +0 -1
- package/dist/ui-webc/p-fe2020a1.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",
|
|
@@ -2612,6 +2971,116 @@
|
|
|
2612
2971
|
]
|
|
2613
2972
|
}
|
|
2614
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
|
+
},
|
|
2615
3084
|
{
|
|
2616
3085
|
"filePath": "src/components/select/select.tsx",
|
|
2617
3086
|
"encapsulation": "scoped",
|
|
@@ -3354,6 +3823,11 @@
|
|
|
3354
3823
|
"docstring": "",
|
|
3355
3824
|
"path": "src/components/list-view-item/list-view-item.tsx"
|
|
3356
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
|
+
},
|
|
3357
3831
|
"src/components/stack/stack.tsx::Direction": {
|
|
3358
3832
|
"declaration": "export type Direction = \"row\" | \"column\";",
|
|
3359
3833
|
"docstring": "",
|
|
@@ -2,7 +2,7 @@ const NAMESPACE = 'ui-webc';
|
|
|
2
2
|
const BUILD = /* ui-webc */ { hotModuleReplacement: false, hydratedSelectorName: "hydrated", lazyLoad: true, propChangeCallback: true, slotRelocation: true, state: true, updatable: true};
|
|
3
3
|
|
|
4
4
|
const globalScripts = () => {};
|
|
5
|
-
const globalStyles = ":root{--misc-color-annotations:#ff00ff;--color-blue-50:#e6eeff;--color-blue-100:#d0e0ff;--color-blue-200:#9cc3ff;--color-blue-300:#58a6ff;--color-blue-400:#0087e3;--color-blue-500:#006bb5;--color-blue-600:#00508a;--color-blue-700:#003660;--color-blue-800:#002748;--color-blue-900:#00162d;--color-blue-950:#000f21;--color-neutral-50:#ebf1f7;--color-neutral-100:#d7e4f0;--color-neutral-200:#b1cde3;--color-neutral-300:#87b3d4;--color-neutral-400:#749bb7;--color-neutral-500:#608199;--color-neutral-600:#4c667a;--color-neutral-700:#374b5a;--color-neutral-800:#25343f;--color-neutral-900:#131d24;--color-neutral-950:#0a1217;--color-white:#ffffff;--color-challengerpink-50:#fff0f2;--color-challengerpink-100:#ffdde3;--color-challengerpink-200:#ffbac7;--color-challengerpink-300:#ff93ab;--color-challengerpink-400:#ff668e;--color-challengerpink-500:#ff1271;--color-challengerpink-600:#da005e;--color-challengerpink-700:#a60046;--color-challengerpink-800:#72002e;--color-challengerpink-900:#470019;--color-challengerpink-950:#30000f;--color-orange-50:#fffbeb;--color-orange-100:#fef3c7;--color-orange-200:#fde68a;--color-orange-300:#fcd34d;--color-orange-400:#fbbf24;--color-orange-500:#f59e0b;--color-orange-600:#d97706;--color-orange-700:#b45309;--color-orange-800:#92400e;--color-orange-900:#78350f;--color-orange-950:#451a03;--color-gray-50:#f3f3f4;--color-gray-100:#e5e5e6;--color-gray-200:#cbccce;--color-gray-300:#b2b3b6;--color-gray-400:#9c9ea1;--color-gray-500:#85868a;--color-gray-600:#6e7073;--color-gray-700:#585a5c;--color-gray-800:#444547;--color-gray-900:#252627;--color-gray-950:#151616;--color-discovererblue-50:#eaf5ff;--color-discovererblue-100:#cde9ff;--color-discovererblue-200:#92d4ff;--color-discovererblue-300:#1ec0ff;--color-discovererblue-400:#00a8e1;--color-discovererblue-500:#008bbb;--color-discovererblue-600:#006d94;--color-discovererblue-700:#01516f;--color-discovererblue-800:#00394f;--color-discovererblue-900:#00202f;--color-discovererblue-950:#00131d;--color-trackergreen-50:#ccfec6;--color-trackergreen-100:#85fd72;--color-trackergreen-200:#5be23d;--color-trackergreen-300:#4ec333;--color-trackergreen-400:#41a629;--color-trackergreen-500:#348821;--color-trackergreen-600:#286c18;--color-trackergreen-700:#1c5110;--color-trackergreen-800:#113808;--color-trackergreen-900:#072103;--color-trackergreen-950:#031501;--color-green-50:#f0fdf4;--color-green-100:#dcfce7;--color-green-200:#b9f8cf;--color-green-300:#7bf1a8;--color-green-400:#05df72;--color-green-500:#00c950;--color-green-600:#00a63e;--color-green-700:#008236;--color-green-800:#016630;--color-green-900:#0d542b;--color-green-950:#032e15;--color-red-50:#fef2f2;--color-red-100:#ffe2e2;--color-red-200:#ffc9c9;--color-red-300:#ffa2a2;--color-red-400:#ff6467;--color-red-500:#fb2c36;--color-red-600:#e7000b;--color-red-700:#c10007;--color-red-800:#9f0712;--color-red-900:#82181a;--color-red-950:#460809;--color-black:#000000;--color-roveryellow-50:#fffd62;--color-roveryellow-100:#f4f203;--color-roveryellow-200:#e2e000;--color-roveryellow-300:#c3c100;--color-roveryellow-400:#a4a300;--color-roveryellow-500:#878500;--color-roveryellow-600:#6a6900;--color-roveryellow-700:#515000;--color-roveryellow-800:#373700;--color-roveryellow-900:#1f1f00;--color-roveryellow-950:#121200;--color-adventurerorange-50:#fff1ee;--color-adventurerorange-100:#fee2dd;--color-adventurerorange-200:#fec0b4;--color-adventurerorange-300:#fda18b;--color-adventurerorange-400:#fd7a4c;--color-adventurerorange-500:#e95f13;--color-adventurerorange-600:#b94a0d;--color-adventurerorange-700:#8e3708;--color-adventurerorange-800:#622303;--color-adventurerorange-900:#3c1301;--color-adventurerorange-950:#280a01;--fontsize-base:1rem;--fontfamily-sans:\"Source Sans 3 Variable\", sans-serif;--spacing-base:0.25rem;--color-text-caution-base:var(--color-orange-700);--color-text-caution-bold-base:var(--color-orange-50);--color-text-brand-base:var(--color-blue-700);--color-text-brand-inverse:var(--color-white);--color-text-danger-base:var(--color-red-700);--color-text-danger-bold-base:var(--color-red-50);--color-text-positive-bold-base:var(--color-green-50);--color-text-positive-base:var(--color-green-700);--color-text-base:var(--color-neutral-800);--color-background-danger-base:var(--color-red-100);--color-background-danger-bold-base:var(--color-red-700);--color-background-danger-bold-hovered:var(--color-red-800);--color-background-danger-bold-pressed:var(--color-red-900);--color-background-brand-subtle-hovered:var(--color-blue-50);--color-background-brand-subtle-pressed:var(--color-blue-100);--color-background-brand-subtle-base:var(--color-blue-700);--color-background-brand-hovered:var(--color-blue-800);--color-background-brand-pressed:var(--color-blue-900);--color-background-brand-base:var(--color-blue-700);--color-background-positive-base:var(--color-green-100);--color-background-positive-bold-base:var(--color-green-700);--color-background-positive-bold-hovered:var(--color-green-800);--color-background-positive-bold-pressed:var(--color-green-900);--color-background-caution-base:var(--color-orange-100);--color-background-caution-bold-base:var(--color-orange-700);--color-background-caution-bold-hovered:var(--color-orange-800);--color-background-caution-bold-pressed:var(--color-orange-900);--fontsize-lg:calc(var(--fontsize-base)*1.125);--fontsize-sm:calc(var(--fontsize-base)*0.875);--fontsize-xs:calc(var(--fontsize-base)*0.75);--fontsize-3xl:calc(var(--fontsize-base)*1.875);--fontsize-4xl:calc(var(--fontsize-base)*2.25);--fontsize-2xl:calc(var(--fontsize-base)*1.5);--fontsize-xl:calc(var(--fontsize-base)*1.25);--fontsize-6xl:calc(var(--fontsize-base)*3.75);--fontsize-5xl:calc(var(--fontsize-base)*3);--spacing-1:calc(var(--spacing-base)*1);--spacing-2:calc(var(--spacing-base)*2);--spacing-3:calc(var(--spacing-base)*3);--spacing-4:calc(var(--spacing-base)*4);--spacing-5:calc(var(--spacing-base)*5);--spacing-6:calc(var(--spacing-base)*6);--spacing-7:calc(var(--spacing-base)*7);--spacing-8:calc(var(--spacing-base)*8);--spacing-10:calc(var(--spacing-base)*10);--spacing-11:calc(var(--spacing-base)*11);--spacing-12:calc(var(--spacing-base)*12);--spacing-14:calc(var(--spacing-base)*14);--spacing-16:calc(var(--spacing-base)*16);--spacing-17:calc(var(--spacing-base)*17);--spacing-18:calc(var(--spacing-base)*18);--spacing-20:calc(var(--spacing-base)*20);--spacing-24:calc(var(--spacing-base)*24);--spacing-28:calc(var(--spacing-base)*28);--spacing-32:calc(var(--spacing-base)*32);--spacing-36:calc(var(--spacing-base)*36);--spacing-40:calc(var(--spacing-base)*40);--spacing-48:calc(var(--spacing-base)*48);--spacing-52:calc(var(--spacing-base)*52);--spacing-56:calc(var(--spacing-base)*56);--spacing-60:calc(var(--spacing-base)*60);--spacing-64:calc(var(--spacing-base)*64);--spacing-72:calc(var(--spacing-base)*72);--spacing-80:calc(var(--spacing-base)*80);--spacing-96:calc(var(--spacing-base)*96);--spacing-180:calc(var(--spacing-base)*180);--spacing-195:calc(var(--spacing-base)*195);--spacing-212:calc(var(--spacing-base)*212);--spacing-380:calc(var(--spacing-base)*380);--type-body-base:400 var(--fontsize-base)/1.5 var(--fontfamily-sans);--type-body-sm:400 var(--fontsize-sm)/1.5 var(--fontfamily-sans);--type-body-lg:400 var(--fontsize-lg)/1.5 var(--fontfamily-sans);--type-body-xl:400 var(--fontsize-xl)/1.5 var(--fontfamily-sans);--type-body-2xl:400 var(--fontsize-2xl)/1.5 var(--fontfamily-sans);--type-heading-xl:600 var(--fontsize-6xl)/1.2 var(--fontfamily-sans);--type-heading-lg:600 var(--fontsize-5xl)/1.2 var(--fontfamily-sans);--type-heading-base:600 var(--fontsize-4xl)/1.2 var(--fontfamily-sans);--type-heading-sm:600 var(--fontsize-3xl)/1.2 var(--fontfamily-sans);--type-heading-xs:600 var(--fontsize-2xl)/1.2 var(--fontfamily-sans);--type-label-base:400 var(--fontsize-base)/1.2 var(--fontfamily-sans);--type-label-2xl:400 var(--fontsize-2xl)/1.2 var(--fontfamily-sans);--type-label-lg:400 var(--fontsize-lg)/1.2 var(--fontfamily-sans);--type-label-sm:400 var(--fontsize-sm)/1.2 var(--fontfamily-sans);--type-label-xl:400 var(--fontsize-xl)/1.2 var(--fontfamily-sans)}/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,::before,::after{box-sizing:border-box}html{font-family:system-ui,-apple-system,Segoe UI,Ubuntu,Cantarell,Noto Sans, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif,\n \"Apple Color Emoji\", \"Segoe UI Emoji\";line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace, SFMono-Regular, Consolas, \"Liberation Mono\", Menlo, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,[type=\"button\"],[type=\"reset\"],[type=\"submit\"]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=\"search\"]{-webkit-appearance:textfield;outline-offset:-2px;}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}summary{display:list-item}.scout-type-body-base{font:400 1rem/1.5 \"Source Sans 3 Variable\", sans-serif;font:var(--type-body-base)}.scout-type-body-sm{font:400 calc(1rem*0.875)/1.5 \"Source Sans 3 Variable\", sans-serif;font:var(--type-body-sm)}.scout-type-body-lg{font:400 calc(1rem*1.125)/1.5 \"Source Sans 3 Variable\", sans-serif;font:var(--type-body-lg)}.scout-type-body-xl{font:400 calc(1rem*1.25)/1.5 \"Source Sans 3 Variable\", sans-serif;font:var(--type-body-xl)}.scout-type-body-2xl{font:400 calc(1rem*1.5)/1.5 \"Source Sans 3 Variable\", sans-serif;font:var(--type-body-2xl)}.scout-type-heading-xl{font:600 calc(1rem*3.75)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-heading-xl)}.scout-type-heading-lg{font:600 calc(1rem*3)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-heading-lg)}.scout-type-heading-base{font:600 calc(1rem*2.25)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-heading-base)}.scout-type-heading-sm{font:600 calc(1rem*1.875)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-heading-sm)}.scout-type-heading-xs{font:600 calc(1rem*1.5)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-heading-xs)}.scout-type-label-base{font:400 1rem/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-label-base)}.scout-type-label-2xl{font:400 calc(1rem*1.5)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-label-2xl)}.scout-type-label-lg{font:400 calc(1rem*1.125)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-label-lg)}.scout-type-label-sm{font:400 calc(1rem*0.875)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-label-sm)}.scout-type-label-xl{font:400 calc(1rem*1.25)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-label-xl)}:root{font-family:\"Source Sans 3 Variable\", sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}";
|
|
5
|
+
const globalStyles = ":root{--misc-color-annotations:#ff00ff;--color-blue-50:#e6eeff;--color-blue-100:#d0e0ff;--color-blue-200:#9cc3ff;--color-blue-300:#58a6ff;--color-blue-400:#0087e3;--color-blue-500:#006bb5;--color-blue-600:#00508a;--color-blue-700:#003660;--color-blue-800:#002748;--color-blue-900:#00162d;--color-blue-950:#000f21;--color-neutral-50:#ebf1f7;--color-neutral-100:#d7e4f0;--color-neutral-200:#b1cde3;--color-neutral-300:#87b3d4;--color-neutral-400:#749bb7;--color-neutral-500:#608199;--color-neutral-600:#4c667a;--color-neutral-700:#374b5a;--color-neutral-800:#25343f;--color-neutral-900:#131d24;--color-neutral-950:#0a1217;--color-white:#ffffff;--color-challengerpink-50:#fff0f2;--color-challengerpink-100:#ffdde3;--color-challengerpink-200:#ffbac7;--color-challengerpink-300:#ff93ab;--color-challengerpink-400:#ff668e;--color-challengerpink-500:#ff1271;--color-challengerpink-600:#da005e;--color-challengerpink-700:#a60046;--color-challengerpink-800:#72002e;--color-challengerpink-900:#470019;--color-challengerpink-950:#30000f;--color-orange-50:#fffbeb;--color-orange-100:#fef3c7;--color-orange-200:#fde68a;--color-orange-300:#fcd34d;--color-orange-400:#fbbf24;--color-orange-500:#f59e0b;--color-orange-600:#d97706;--color-orange-700:#b45309;--color-orange-800:#92400e;--color-orange-900:#78350f;--color-orange-950:#451a03;--color-gray-50:#f2f2f6;--color-gray-100:#e5e5e6;--color-gray-200:#cbccce;--color-gray-300:#b2b3b6;--color-gray-400:#9c9ea1;--color-gray-500:#85868a;--color-gray-600:#6e7073;--color-gray-700:#585a5c;--color-gray-800:#444547;--color-gray-900:#252627;--color-gray-950:#151616;--color-discovererblue-50:#eaf5ff;--color-discovererblue-100:#cde9ff;--color-discovererblue-200:#92d4ff;--color-discovererblue-300:#1ec0ff;--color-discovererblue-400:#00a8e1;--color-discovererblue-500:#008bbb;--color-discovererblue-600:#006d94;--color-discovererblue-700:#01516f;--color-discovererblue-800:#00394f;--color-discovererblue-900:#00202f;--color-discovererblue-950:#00131d;--color-trackergreen-50:#ccfec6;--color-trackergreen-100:#85fd72;--color-trackergreen-200:#5be23d;--color-trackergreen-300:#4ec333;--color-trackergreen-400:#41a629;--color-trackergreen-500:#348821;--color-trackergreen-600:#286c18;--color-trackergreen-700:#1c5110;--color-trackergreen-800:#113808;--color-trackergreen-900:#072103;--color-trackergreen-950:#031501;--color-green-50:#f0fdf4;--color-green-100:#dcfce7;--color-green-200:#b9f8cf;--color-green-300:#7bf1a8;--color-green-400:#05df72;--color-green-500:#00c950;--color-green-600:#00a63e;--color-green-700:#008236;--color-green-800:#016630;--color-green-900:#0d542b;--color-green-950:#032e15;--color-red-50:#fef2f2;--color-red-100:#ffe2e2;--color-red-200:#ffc9c9;--color-red-300:#ffa2a2;--color-red-400:#ff6467;--color-red-500:#fb2c36;--color-red-600:#e7000b;--color-red-700:#c10007;--color-red-800:#9f0712;--color-red-900:#82181a;--color-red-950:#460809;--color-black:#000000;--color-roveryellow-50:#fffd62;--color-roveryellow-100:#f4f203;--color-roveryellow-200:#e2e000;--color-roveryellow-300:#c3c100;--color-roveryellow-400:#a4a300;--color-roveryellow-500:#878500;--color-roveryellow-600:#6a6900;--color-roveryellow-700:#515000;--color-roveryellow-800:#373700;--color-roveryellow-900:#1f1f00;--color-roveryellow-950:#121200;--color-adventurerorange-50:#fff1ee;--color-adventurerorange-100:#fee2dd;--color-adventurerorange-200:#fec0b4;--color-adventurerorange-300:#fda18b;--color-adventurerorange-400:#fd7a4c;--color-adventurerorange-500:#e95f13;--color-adventurerorange-600:#b94a0d;--color-adventurerorange-700:#8e3708;--color-adventurerorange-800:#622303;--color-adventurerorange-900:#3c1301;--color-adventurerorange-950:#280a01;--fontsize-base:1rem;--fontfamily-sans:\"Source Sans 3 Variable\", sans-serif;--spacing-base:0.25rem;--color-text-caution-base:var(--color-orange-700);--color-text-caution-bold-base:var(--color-orange-50);--color-text-brand-base:var(--color-blue-700);--color-text-brand-inverse:var(--color-white);--color-text-danger-base:var(--color-red-700);--color-text-danger-bold-base:var(--color-red-50);--color-text-positive-bold-base:var(--color-green-50);--color-text-positive-base:var(--color-green-700);--color-text-base:var(--color-neutral-800);--color-background-danger-base:var(--color-red-100);--color-background-danger-bold-base:var(--color-red-700);--color-background-danger-bold-hovered:var(--color-red-800);--color-background-danger-bold-pressed:var(--color-red-900);--color-background-brand-subtle-hovered:var(--color-blue-50);--color-background-brand-subtle-pressed:var(--color-blue-100);--color-background-brand-subtle-base:var(--color-blue-700);--color-background-brand-hovered:var(--color-blue-800);--color-background-brand-pressed:var(--color-blue-900);--color-background-brand-base:var(--color-blue-700);--color-background-positive-base:var(--color-green-100);--color-background-positive-bold-base:var(--color-green-700);--color-background-positive-bold-hovered:var(--color-green-800);--color-background-positive-bold-pressed:var(--color-green-900);--color-background-caution-base:var(--color-orange-100);--color-background-caution-bold-base:var(--color-orange-700);--color-background-caution-bold-hovered:var(--color-orange-800);--color-background-caution-bold-pressed:var(--color-orange-900);--fontsize-lg:calc(var(--fontsize-base)*1.125);--fontsize-sm:calc(var(--fontsize-base)*0.875);--fontsize-xs:calc(var(--fontsize-base)*0.75);--fontsize-3xl:calc(var(--fontsize-base)*1.875);--fontsize-4xl:calc(var(--fontsize-base)*2.25);--fontsize-2xl:calc(var(--fontsize-base)*1.5);--fontsize-xl:calc(var(--fontsize-base)*1.25);--fontsize-6xl:calc(var(--fontsize-base)*3.75);--fontsize-5xl:calc(var(--fontsize-base)*3);--spacing-1:calc(var(--spacing-base)*1);--spacing-2:calc(var(--spacing-base)*2);--spacing-3:calc(var(--spacing-base)*3);--spacing-4:calc(var(--spacing-base)*4);--spacing-5:calc(var(--spacing-base)*5);--spacing-6:calc(var(--spacing-base)*6);--spacing-7:calc(var(--spacing-base)*7);--spacing-8:calc(var(--spacing-base)*8);--spacing-10:calc(var(--spacing-base)*10);--spacing-11:calc(var(--spacing-base)*11);--spacing-12:calc(var(--spacing-base)*12);--spacing-14:calc(var(--spacing-base)*14);--spacing-16:calc(var(--spacing-base)*16);--spacing-17:calc(var(--spacing-base)*17);--spacing-18:calc(var(--spacing-base)*18);--spacing-20:calc(var(--spacing-base)*20);--spacing-24:calc(var(--spacing-base)*24);--spacing-28:calc(var(--spacing-base)*28);--spacing-32:calc(var(--spacing-base)*32);--spacing-36:calc(var(--spacing-base)*36);--spacing-40:calc(var(--spacing-base)*40);--spacing-48:calc(var(--spacing-base)*48);--spacing-52:calc(var(--spacing-base)*52);--spacing-56:calc(var(--spacing-base)*56);--spacing-60:calc(var(--spacing-base)*60);--spacing-64:calc(var(--spacing-base)*64);--spacing-72:calc(var(--spacing-base)*72);--spacing-80:calc(var(--spacing-base)*80);--spacing-96:calc(var(--spacing-base)*96);--spacing-180:calc(var(--spacing-base)*180);--spacing-195:calc(var(--spacing-base)*195);--spacing-212:calc(var(--spacing-base)*212);--spacing-380:calc(var(--spacing-base)*380);--type-body-base:400 var(--fontsize-base)/1.5 var(--fontfamily-sans);--type-body-sm:400 var(--fontsize-sm)/1.5 var(--fontfamily-sans);--type-body-lg:400 var(--fontsize-lg)/1.5 var(--fontfamily-sans);--type-body-xl:400 var(--fontsize-xl)/1.5 var(--fontfamily-sans);--type-body-2xl:400 var(--fontsize-2xl)/1.5 var(--fontfamily-sans);--type-heading-xl:600 var(--fontsize-6xl)/1.2 var(--fontfamily-sans);--type-heading-lg:600 var(--fontsize-5xl)/1.2 var(--fontfamily-sans);--type-heading-base:600 var(--fontsize-4xl)/1.2 var(--fontfamily-sans);--type-heading-sm:600 var(--fontsize-3xl)/1.2 var(--fontfamily-sans);--type-heading-xs:600 var(--fontsize-2xl)/1.2 var(--fontfamily-sans);--type-label-base:400 var(--fontsize-base)/1.2 var(--fontfamily-sans);--type-label-2xl:400 var(--fontsize-2xl)/1.2 var(--fontfamily-sans);--type-label-lg:400 var(--fontsize-lg)/1.2 var(--fontfamily-sans);--type-label-sm:400 var(--fontsize-sm)/1.2 var(--fontfamily-sans);--type-label-xl:400 var(--fontsize-xl)/1.2 var(--fontfamily-sans)}/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,::before,::after{box-sizing:border-box}html{font-family:system-ui,-apple-system,Segoe UI,Ubuntu,Cantarell,Noto Sans, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif,\n \"Apple Color Emoji\", \"Segoe UI Emoji\";line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace, SFMono-Regular, Consolas, \"Liberation Mono\", Menlo, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,[type=\"button\"],[type=\"reset\"],[type=\"submit\"]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=\"search\"]{-webkit-appearance:textfield;outline-offset:-2px;}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}summary{display:list-item}.scout-type-body-base{font:400 1rem/1.5 \"Source Sans 3 Variable\", sans-serif;font:var(--type-body-base)}.scout-type-body-sm{font:400 calc(1rem*0.875)/1.5 \"Source Sans 3 Variable\", sans-serif;font:var(--type-body-sm)}.scout-type-body-lg{font:400 calc(1rem*1.125)/1.5 \"Source Sans 3 Variable\", sans-serif;font:var(--type-body-lg)}.scout-type-body-xl{font:400 calc(1rem*1.25)/1.5 \"Source Sans 3 Variable\", sans-serif;font:var(--type-body-xl)}.scout-type-body-2xl{font:400 calc(1rem*1.5)/1.5 \"Source Sans 3 Variable\", sans-serif;font:var(--type-body-2xl)}.scout-type-heading-xl{font:600 calc(1rem*3.75)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-heading-xl)}.scout-type-heading-lg{font:600 calc(1rem*3)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-heading-lg)}.scout-type-heading-base{font:600 calc(1rem*2.25)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-heading-base)}.scout-type-heading-sm{font:600 calc(1rem*1.875)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-heading-sm)}.scout-type-heading-xs{font:600 calc(1rem*1.5)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-heading-xs)}.scout-type-label-base{font:400 1rem/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-label-base)}.scout-type-label-2xl{font:400 calc(1rem*1.5)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-label-2xl)}.scout-type-label-lg{font:400 calc(1rem*1.125)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-label-lg)}.scout-type-label-sm{font:400 calc(1rem*0.875)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-label-sm)}.scout-type-label-xl{font:400 calc(1rem*1.25)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-label-xl)}:root{font-family:\"Source Sans 3 Variable\", sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}:host(.no-transition),:host(.no-transition) *,:host(.no-transition) ::slotted(*){transition:none !important}";
|
|
6
6
|
|
|
7
7
|
/*
|
|
8
8
|
Stencil Client Platform v4.41.1 | MIT Licensed | https://stenciljs.com
|
|
@@ -253,6 +253,10 @@ var require_brace_expansion = __commonJS({
|
|
|
253
253
|
}
|
|
254
254
|
}
|
|
255
255
|
});
|
|
256
|
+
|
|
257
|
+
// src/utils/constants.ts
|
|
258
|
+
var SVG_NS = "http://www.w3.org/2000/svg";
|
|
259
|
+
var HTML_NS = "http://www.w3.org/1999/xhtml";
|
|
256
260
|
var reWireGetterSetter = (instance, hostRef) => {
|
|
257
261
|
var _a;
|
|
258
262
|
const cmpMeta = hostRef.$cmpMeta$;
|
|
@@ -437,6 +441,12 @@ var flush = () => {
|
|
|
437
441
|
var nextTick = (cb) => promiseResolve().then(cb);
|
|
438
442
|
var writeTask = /* @__PURE__ */ queueTask(queueDomWrites, true);
|
|
439
443
|
|
|
444
|
+
// src/runtime/asset-path.ts
|
|
445
|
+
var getAssetPath = (path2) => {
|
|
446
|
+
const assetUrl = new URL(path2, plt.$resourcesUrl$);
|
|
447
|
+
return assetUrl.origin !== win.location.origin ? assetUrl.href : assetUrl.pathname;
|
|
448
|
+
};
|
|
449
|
+
|
|
440
450
|
// src/utils/helpers.ts
|
|
441
451
|
var isDef = (v) => v != null && v !== void 0;
|
|
442
452
|
var isComplexType = (o) => {
|
|
@@ -2366,7 +2376,7 @@ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags, initialRen
|
|
|
2366
2376
|
}
|
|
2367
2377
|
} else {
|
|
2368
2378
|
const isComplex = isComplexType(newValue);
|
|
2369
|
-
if ((isProp || isComplex && newValue !== null) &&
|
|
2379
|
+
if ((isProp || isComplex && newValue !== null) && !isSvg) {
|
|
2370
2380
|
try {
|
|
2371
2381
|
if (!elm.tagName.includes("-")) {
|
|
2372
2382
|
const n = newValue == null ? "" : newValue;
|
|
@@ -2499,14 +2509,21 @@ var createElm = (oldParentVNode, newParentVNode, childIndex) => {
|
|
|
2499
2509
|
updateElement(null, newVNode2, isSvgMode);
|
|
2500
2510
|
}
|
|
2501
2511
|
} else {
|
|
2512
|
+
if (!isSvgMode) {
|
|
2513
|
+
isSvgMode = newVNode2.$tag$ === "svg";
|
|
2514
|
+
}
|
|
2502
2515
|
if (!win.document) {
|
|
2503
2516
|
throw new Error(
|
|
2504
2517
|
"You are trying to render a Stencil component in an environment that doesn't support the DOM. Make sure to populate the [`window`](https://developer.mozilla.org/en-US/docs/Web/API/Window/window) object before rendering a component."
|
|
2505
2518
|
);
|
|
2506
2519
|
}
|
|
2507
|
-
elm = newVNode2.$elm$ = win.document.
|
|
2520
|
+
elm = newVNode2.$elm$ = win.document.createElementNS(
|
|
2521
|
+
isSvgMode ? SVG_NS : HTML_NS,
|
|
2508
2522
|
!useNativeShadowDom && BUILD.slotRelocation && newVNode2.$flags$ & 2 /* isSlotFallback */ ? "slot-fb" : newVNode2.$tag$
|
|
2509
|
-
);
|
|
2523
|
+
) ;
|
|
2524
|
+
if (isSvgMode && newVNode2.$tag$ === "foreignObject") {
|
|
2525
|
+
isSvgMode = false;
|
|
2526
|
+
}
|
|
2510
2527
|
{
|
|
2511
2528
|
updateElement(null, newVNode2, isSvgMode);
|
|
2512
2529
|
}
|
|
@@ -2522,6 +2539,13 @@ var createElm = (oldParentVNode, newParentVNode, childIndex) => {
|
|
|
2522
2539
|
}
|
|
2523
2540
|
}
|
|
2524
2541
|
}
|
|
2542
|
+
{
|
|
2543
|
+
if (newVNode2.$tag$ === "svg") {
|
|
2544
|
+
isSvgMode = false;
|
|
2545
|
+
} else if (elm.tagName === "foreignObject") {
|
|
2546
|
+
isSvgMode = true;
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2525
2549
|
}
|
|
2526
2550
|
elm["s-hn"] = hostTagName;
|
|
2527
2551
|
{
|
|
@@ -2746,6 +2770,9 @@ var patch = (oldVNode, newVNode2, isInitialRender = false) => {
|
|
|
2746
2770
|
const text = newVNode2.$text$;
|
|
2747
2771
|
let defaultHolder;
|
|
2748
2772
|
if (text === null) {
|
|
2773
|
+
{
|
|
2774
|
+
isSvgMode = tag === "svg" ? true : tag === "foreignObject" ? false : isSvgMode;
|
|
2775
|
+
}
|
|
2749
2776
|
{
|
|
2750
2777
|
if (tag === "slot" && !useNativeShadowDom) {
|
|
2751
2778
|
if (oldVNode.$name$ !== newVNode2.$name$) {
|
|
@@ -2768,6 +2795,9 @@ var patch = (oldVNode, newVNode2, isInitialRender = false) => {
|
|
|
2768
2795
|
) {
|
|
2769
2796
|
removeVnodes(oldChildren, 0, oldChildren.length - 1);
|
|
2770
2797
|
} else ;
|
|
2798
|
+
if (isSvgMode && tag === "svg") {
|
|
2799
|
+
isSvgMode = false;
|
|
2800
|
+
}
|
|
2771
2801
|
} else if ((defaultHolder = elm["s-cr"])) {
|
|
2772
2802
|
defaultHolder.parentNode.textContent = text;
|
|
2773
2803
|
} else if (oldVNode.$text$ !== text) {
|
|
@@ -3720,4 +3750,4 @@ function transformTag(tag) {
|
|
|
3720
3750
|
return tag;
|
|
3721
3751
|
}
|
|
3722
3752
|
|
|
3723
|
-
export { Host as H, Mixin as M,
|
|
3753
|
+
export { Host as H, Mixin as M, getAssetPath as a, bootstrapLazy as b, createEvent as c, getElement as d, globalScripts as g, h, promiseResolve as p, registerInstance as r, setNonce as s };
|