@almadar/patterns 2.24.0 → 2.25.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/component-mapping.json +11 -56
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +6435 -7684
- package/dist/index.js +294 -1278
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +260 -1199
- package/dist/registry.json +260 -1199
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-05-
|
|
3
|
+
"exportedAt": "2026-05-10T00:51:00.079Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -15278,6 +15278,12 @@
|
|
|
15278
15278
|
],
|
|
15279
15279
|
"description": "Array of markers to display"
|
|
15280
15280
|
},
|
|
15281
|
+
"routes": {
|
|
15282
|
+
"types": [
|
|
15283
|
+
"array"
|
|
15284
|
+
],
|
|
15285
|
+
"description": "Routes (polylines with optional popups) drawn over the tile layer"
|
|
15286
|
+
},
|
|
15281
15287
|
"centerLat": {
|
|
15282
15288
|
"types": [
|
|
15283
15289
|
"number"
|
|
@@ -25884,195 +25890,148 @@
|
|
|
25884
25890
|
}
|
|
25885
25891
|
}
|
|
25886
25892
|
},
|
|
25887
|
-
"
|
|
25888
|
-
"type": "
|
|
25893
|
+
"likert-scale": {
|
|
25894
|
+
"type": "likert-scale",
|
|
25889
25895
|
"category": "component",
|
|
25890
|
-
"description": "
|
|
25896
|
+
"description": "LikertScale component",
|
|
25891
25897
|
"suggestedFor": [
|
|
25892
|
-
"
|
|
25893
|
-
"
|
|
25894
|
-
"
|
|
25898
|
+
"likert",
|
|
25899
|
+
"scale",
|
|
25900
|
+
"likert scale"
|
|
25895
25901
|
],
|
|
25896
25902
|
"typicalSize": "medium",
|
|
25897
25903
|
"propsSchema": {
|
|
25898
|
-
"
|
|
25899
|
-
"types": [
|
|
25900
|
-
"string"
|
|
25901
|
-
],
|
|
25902
|
-
"description": "severity prop",
|
|
25903
|
-
"enumValues": [
|
|
25904
|
-
"soft",
|
|
25905
|
-
"urgent",
|
|
25906
|
-
"final"
|
|
25907
|
-
]
|
|
25908
|
-
},
|
|
25909
|
-
"attemptNumber": {
|
|
25910
|
-
"types": [
|
|
25911
|
-
"number"
|
|
25912
|
-
],
|
|
25913
|
-
"description": "attemptNumber prop"
|
|
25914
|
-
},
|
|
25915
|
-
"attemptsTotal": {
|
|
25916
|
-
"types": [
|
|
25917
|
-
"number"
|
|
25918
|
-
],
|
|
25919
|
-
"description": "attemptsTotal prop"
|
|
25920
|
-
},
|
|
25921
|
-
"failedAt": {
|
|
25922
|
-
"types": [
|
|
25923
|
-
"string"
|
|
25924
|
-
],
|
|
25925
|
-
"description": "failedAt prop"
|
|
25926
|
-
},
|
|
25927
|
-
"nextRetryAt": {
|
|
25904
|
+
"question": {
|
|
25928
25905
|
"types": [
|
|
25929
25906
|
"string"
|
|
25930
25907
|
],
|
|
25931
|
-
"description": "
|
|
25908
|
+
"description": "Optional row prompt above the scale"
|
|
25932
25909
|
},
|
|
25933
|
-
"
|
|
25910
|
+
"options": {
|
|
25934
25911
|
"types": [
|
|
25935
|
-
"
|
|
25912
|
+
"array"
|
|
25936
25913
|
],
|
|
25937
|
-
"description": "
|
|
25914
|
+
"description": "Scale points (defaults to a 5-point agree/disagree set)"
|
|
25938
25915
|
},
|
|
25939
|
-
"
|
|
25916
|
+
"value": {
|
|
25940
25917
|
"types": [
|
|
25918
|
+
"number",
|
|
25941
25919
|
"string"
|
|
25942
25920
|
],
|
|
25943
|
-
"description": "
|
|
25921
|
+
"description": "Selected value (controlled)"
|
|
25944
25922
|
},
|
|
25945
|
-
"
|
|
25923
|
+
"onChange": {
|
|
25946
25924
|
"types": [
|
|
25947
25925
|
"function"
|
|
25948
25926
|
],
|
|
25949
|
-
"description": "
|
|
25927
|
+
"description": "Change callback",
|
|
25950
25928
|
"kind": "callback",
|
|
25951
|
-
"callbackArgs": [
|
|
25929
|
+
"callbackArgs": [
|
|
25930
|
+
{
|
|
25931
|
+
"name": "value",
|
|
25932
|
+
"type": "number"
|
|
25933
|
+
}
|
|
25934
|
+
]
|
|
25952
25935
|
},
|
|
25953
|
-
"
|
|
25936
|
+
"disabled": {
|
|
25954
25937
|
"types": [
|
|
25955
|
-
"
|
|
25938
|
+
"boolean"
|
|
25956
25939
|
],
|
|
25957
|
-
"description": "
|
|
25958
|
-
"kind": "callback",
|
|
25959
|
-
"callbackArgs": []
|
|
25940
|
+
"description": "Disabled state"
|
|
25960
25941
|
},
|
|
25961
|
-
"
|
|
25942
|
+
"size": {
|
|
25962
25943
|
"types": [
|
|
25963
|
-
"
|
|
25944
|
+
"string"
|
|
25964
25945
|
],
|
|
25965
|
-
"description": "
|
|
25966
|
-
"
|
|
25967
|
-
|
|
25946
|
+
"description": "Size variant",
|
|
25947
|
+
"enumValues": [
|
|
25948
|
+
"sm",
|
|
25949
|
+
"md",
|
|
25950
|
+
"lg"
|
|
25951
|
+
]
|
|
25968
25952
|
},
|
|
25969
|
-
"
|
|
25953
|
+
"variant": {
|
|
25970
25954
|
"types": [
|
|
25971
|
-
"
|
|
25955
|
+
"string"
|
|
25972
25956
|
],
|
|
25973
|
-
"description": "
|
|
25957
|
+
"description": "Visual variant: classic radios or pill segmented buttons",
|
|
25958
|
+
"enumValues": [
|
|
25959
|
+
"radios",
|
|
25960
|
+
"buttons"
|
|
25961
|
+
]
|
|
25974
25962
|
},
|
|
25975
25963
|
"className": {
|
|
25976
25964
|
"types": [
|
|
25977
25965
|
"string"
|
|
25978
25966
|
],
|
|
25979
|
-
"description": "
|
|
25967
|
+
"description": "Additional CSS classes"
|
|
25980
25968
|
}
|
|
25981
25969
|
}
|
|
25982
25970
|
},
|
|
25983
|
-
"
|
|
25984
|
-
"type": "
|
|
25971
|
+
"matrix-question": {
|
|
25972
|
+
"type": "matrix-question",
|
|
25985
25973
|
"category": "component",
|
|
25986
|
-
"description": "
|
|
25974
|
+
"description": "MatrixQuestion component",
|
|
25987
25975
|
"suggestedFor": [
|
|
25988
|
-
"
|
|
25976
|
+
"matrix",
|
|
25977
|
+
"question",
|
|
25978
|
+
"matrix question"
|
|
25989
25979
|
],
|
|
25990
25980
|
"typicalSize": "medium",
|
|
25991
25981
|
"propsSchema": {
|
|
25992
|
-
"
|
|
25993
|
-
"types": [
|
|
25994
|
-
"string"
|
|
25995
|
-
],
|
|
25996
|
-
"description": "invoiceNumber prop",
|
|
25997
|
-
"required": true
|
|
25998
|
-
},
|
|
25999
|
-
"status": {
|
|
26000
|
-
"types": [
|
|
26001
|
-
"string"
|
|
26002
|
-
],
|
|
26003
|
-
"description": "status prop",
|
|
26004
|
-
"enumValues": [
|
|
26005
|
-
"draft",
|
|
26006
|
-
"sent",
|
|
26007
|
-
"paid",
|
|
26008
|
-
"overdue",
|
|
26009
|
-
"void"
|
|
26010
|
-
]
|
|
26011
|
-
},
|
|
26012
|
-
"issuedAt": {
|
|
26013
|
-
"types": [
|
|
26014
|
-
"string"
|
|
26015
|
-
],
|
|
26016
|
-
"description": "issuedAt prop",
|
|
26017
|
-
"required": true
|
|
26018
|
-
},
|
|
26019
|
-
"dueAt": {
|
|
25982
|
+
"title": {
|
|
26020
25983
|
"types": [
|
|
26021
25984
|
"string"
|
|
26022
25985
|
],
|
|
26023
|
-
"description": "
|
|
26024
|
-
"required": true
|
|
26025
|
-
},
|
|
26026
|
-
"from": {
|
|
26027
|
-
"types": [
|
|
26028
|
-
"object"
|
|
26029
|
-
],
|
|
26030
|
-
"description": "from prop",
|
|
26031
|
-
"required": true
|
|
26032
|
-
},
|
|
26033
|
-
"to": {
|
|
26034
|
-
"types": [
|
|
26035
|
-
"object"
|
|
26036
|
-
],
|
|
26037
|
-
"description": "to prop",
|
|
26038
|
-
"required": true
|
|
25986
|
+
"description": "Optional title rendered above the matrix"
|
|
26039
25987
|
},
|
|
26040
|
-
"
|
|
25988
|
+
"rows": {
|
|
26041
25989
|
"types": [
|
|
26042
25990
|
"array"
|
|
26043
25991
|
],
|
|
26044
|
-
"description": "
|
|
25992
|
+
"description": "Question rows",
|
|
26045
25993
|
"required": true
|
|
26046
25994
|
},
|
|
26047
|
-
"
|
|
25995
|
+
"columns": {
|
|
26048
25996
|
"types": [
|
|
26049
|
-
"
|
|
25997
|
+
"array"
|
|
26050
25998
|
],
|
|
26051
|
-
"description": "
|
|
25999
|
+
"description": "Column definitions; defaults to 5-point Likert"
|
|
26052
26000
|
},
|
|
26053
|
-
"
|
|
26001
|
+
"values": {
|
|
26054
26002
|
"types": [
|
|
26055
|
-
"
|
|
26003
|
+
"object"
|
|
26056
26004
|
],
|
|
26057
|
-
"description": "
|
|
26005
|
+
"description": "Selected value per row, keyed by rowId"
|
|
26058
26006
|
},
|
|
26059
|
-
"
|
|
26007
|
+
"onChange": {
|
|
26060
26008
|
"types": [
|
|
26061
|
-
"
|
|
26009
|
+
"function"
|
|
26062
26010
|
],
|
|
26063
|
-
"description": "
|
|
26011
|
+
"description": "Change handler invoked with rowId and selected column value",
|
|
26012
|
+
"kind": "callback",
|
|
26013
|
+
"callbackArgs": [
|
|
26014
|
+
{
|
|
26015
|
+
"name": "rowId",
|
|
26016
|
+
"type": "string"
|
|
26017
|
+
},
|
|
26018
|
+
{
|
|
26019
|
+
"name": "value",
|
|
26020
|
+
"type": "number"
|
|
26021
|
+
}
|
|
26022
|
+
]
|
|
26064
26023
|
},
|
|
26065
|
-
"
|
|
26024
|
+
"disabled": {
|
|
26066
26025
|
"types": [
|
|
26067
|
-
"
|
|
26026
|
+
"boolean"
|
|
26068
26027
|
],
|
|
26069
|
-
"description": "
|
|
26028
|
+
"description": "Disable all inputs"
|
|
26070
26029
|
},
|
|
26071
26030
|
"size": {
|
|
26072
26031
|
"types": [
|
|
26073
26032
|
"string"
|
|
26074
26033
|
],
|
|
26075
|
-
"description": "size
|
|
26034
|
+
"description": "Visual size",
|
|
26076
26035
|
"enumValues": [
|
|
26077
26036
|
"sm",
|
|
26078
26037
|
"md"
|
|
@@ -26082,92 +26041,79 @@
|
|
|
26082
26041
|
"types": [
|
|
26083
26042
|
"string"
|
|
26084
26043
|
],
|
|
26085
|
-
"description": "
|
|
26044
|
+
"description": "Additional CSS classes"
|
|
26086
26045
|
}
|
|
26087
26046
|
}
|
|
26088
26047
|
},
|
|
26089
|
-
"
|
|
26090
|
-
"type": "
|
|
26048
|
+
"qr-scanner": {
|
|
26049
|
+
"type": "qr-scanner",
|
|
26091
26050
|
"category": "component",
|
|
26092
|
-
"description": "
|
|
26051
|
+
"description": "QrScanner component",
|
|
26093
26052
|
"suggestedFor": [
|
|
26094
|
-
"
|
|
26095
|
-
"
|
|
26096
|
-
"strip",
|
|
26097
|
-
"kitchen display strip"
|
|
26053
|
+
"scanner",
|
|
26054
|
+
"qr scanner"
|
|
26098
26055
|
],
|
|
26099
26056
|
"typicalSize": "medium",
|
|
26100
26057
|
"propsSchema": {
|
|
26101
|
-
"
|
|
26102
|
-
"types": [
|
|
26103
|
-
"string"
|
|
26104
|
-
],
|
|
26105
|
-
"description": "orderId prop",
|
|
26106
|
-
"required": true
|
|
26107
|
-
},
|
|
26108
|
-
"tableLabel": {
|
|
26109
|
-
"types": [
|
|
26110
|
-
"string"
|
|
26111
|
-
],
|
|
26112
|
-
"description": "tableLabel prop"
|
|
26113
|
-
},
|
|
26114
|
-
"serverName": {
|
|
26058
|
+
"onScan": {
|
|
26115
26059
|
"types": [
|
|
26116
|
-
"
|
|
26060
|
+
"function"
|
|
26117
26061
|
],
|
|
26118
|
-
"description": "
|
|
26062
|
+
"description": "onScan prop",
|
|
26063
|
+
"kind": "callback",
|
|
26064
|
+
"callbackArgs": [
|
|
26065
|
+
{
|
|
26066
|
+
"name": "result",
|
|
26067
|
+
"type": "object"
|
|
26068
|
+
}
|
|
26069
|
+
]
|
|
26119
26070
|
},
|
|
26120
|
-
"
|
|
26071
|
+
"onError": {
|
|
26121
26072
|
"types": [
|
|
26122
|
-
"
|
|
26073
|
+
"function"
|
|
26123
26074
|
],
|
|
26124
|
-
"description": "
|
|
26125
|
-
"
|
|
26075
|
+
"description": "onError prop",
|
|
26076
|
+
"kind": "callback",
|
|
26077
|
+
"callbackArgs": [
|
|
26078
|
+
{
|
|
26079
|
+
"name": "error",
|
|
26080
|
+
"type": "object"
|
|
26081
|
+
}
|
|
26082
|
+
]
|
|
26126
26083
|
},
|
|
26127
|
-
"
|
|
26084
|
+
"facingMode": {
|
|
26128
26085
|
"types": [
|
|
26129
26086
|
"string"
|
|
26130
26087
|
],
|
|
26131
|
-
"description": "
|
|
26088
|
+
"description": "facingMode prop",
|
|
26132
26089
|
"enumValues": [
|
|
26133
|
-
"
|
|
26134
|
-
"
|
|
26135
|
-
"ready",
|
|
26136
|
-
"served"
|
|
26090
|
+
"environment",
|
|
26091
|
+
"user"
|
|
26137
26092
|
]
|
|
26138
26093
|
},
|
|
26139
|
-
"
|
|
26094
|
+
"paused": {
|
|
26140
26095
|
"types": [
|
|
26141
|
-
"
|
|
26096
|
+
"boolean"
|
|
26142
26097
|
],
|
|
26143
|
-
"description": "
|
|
26144
|
-
"required": true
|
|
26098
|
+
"description": "paused prop"
|
|
26145
26099
|
},
|
|
26146
|
-
"
|
|
26100
|
+
"showOverlay": {
|
|
26147
26101
|
"types": [
|
|
26148
|
-
"
|
|
26102
|
+
"boolean"
|
|
26149
26103
|
],
|
|
26150
|
-
"description": "
|
|
26151
|
-
"enumValues": [
|
|
26152
|
-
"sm",
|
|
26153
|
-
"md"
|
|
26154
|
-
]
|
|
26104
|
+
"description": "showOverlay prop"
|
|
26155
26105
|
},
|
|
26156
|
-
"
|
|
26106
|
+
"showCameraControls": {
|
|
26157
26107
|
"types": [
|
|
26158
|
-
"
|
|
26108
|
+
"boolean"
|
|
26159
26109
|
],
|
|
26160
|
-
"description": "
|
|
26161
|
-
"kind": "callback",
|
|
26162
|
-
"callbackArgs": []
|
|
26110
|
+
"description": "showCameraControls prop"
|
|
26163
26111
|
},
|
|
26164
|
-
"
|
|
26112
|
+
"fallback": {
|
|
26165
26113
|
"types": [
|
|
26166
|
-
"
|
|
26114
|
+
"node"
|
|
26167
26115
|
],
|
|
26168
|
-
"description": "
|
|
26169
|
-
"kind": "callback",
|
|
26170
|
-
"callbackArgs": []
|
|
26116
|
+
"description": "fallback prop"
|
|
26171
26117
|
},
|
|
26172
26118
|
"className": {
|
|
26173
26119
|
"types": [
|
|
@@ -26177,701 +26123,35 @@
|
|
|
26177
26123
|
}
|
|
26178
26124
|
}
|
|
26179
26125
|
},
|
|
26180
|
-
"
|
|
26181
|
-
"type": "
|
|
26126
|
+
"vote-stack": {
|
|
26127
|
+
"type": "vote-stack",
|
|
26182
26128
|
"category": "component",
|
|
26183
|
-
"description": "
|
|
26129
|
+
"description": "VoteStack component",
|
|
26184
26130
|
"suggestedFor": [
|
|
26185
|
-
"
|
|
26186
|
-
"
|
|
26187
|
-
"
|
|
26131
|
+
"vote",
|
|
26132
|
+
"stack",
|
|
26133
|
+
"vote stack"
|
|
26188
26134
|
],
|
|
26189
26135
|
"typicalSize": "medium",
|
|
26190
26136
|
"propsSchema": {
|
|
26191
|
-
"
|
|
26137
|
+
"count": {
|
|
26192
26138
|
"types": [
|
|
26193
|
-
"
|
|
26139
|
+
"number"
|
|
26194
26140
|
],
|
|
26195
|
-
"description": "
|
|
26141
|
+
"description": "Current tally",
|
|
26142
|
+
"required": true
|
|
26196
26143
|
},
|
|
26197
|
-
"
|
|
26144
|
+
"userVote": {
|
|
26198
26145
|
"types": [
|
|
26199
|
-
"
|
|
26146
|
+
"string"
|
|
26200
26147
|
],
|
|
26201
|
-
"description": "
|
|
26148
|
+
"description": "Current user's vote (null = no vote cast)",
|
|
26149
|
+
"enumValues": [
|
|
26150
|
+
"up",
|
|
26151
|
+
"down"
|
|
26152
|
+
]
|
|
26202
26153
|
},
|
|
26203
|
-
"
|
|
26204
|
-
"types": [
|
|
26205
|
-
"number",
|
|
26206
|
-
"string"
|
|
26207
|
-
],
|
|
26208
|
-
"description": "Selected value (controlled)"
|
|
26209
|
-
},
|
|
26210
|
-
"onChange": {
|
|
26211
|
-
"types": [
|
|
26212
|
-
"function"
|
|
26213
|
-
],
|
|
26214
|
-
"description": "Change callback",
|
|
26215
|
-
"kind": "callback",
|
|
26216
|
-
"callbackArgs": [
|
|
26217
|
-
{
|
|
26218
|
-
"name": "value",
|
|
26219
|
-
"type": "number"
|
|
26220
|
-
}
|
|
26221
|
-
]
|
|
26222
|
-
},
|
|
26223
|
-
"disabled": {
|
|
26224
|
-
"types": [
|
|
26225
|
-
"boolean"
|
|
26226
|
-
],
|
|
26227
|
-
"description": "Disabled state"
|
|
26228
|
-
},
|
|
26229
|
-
"size": {
|
|
26230
|
-
"types": [
|
|
26231
|
-
"string"
|
|
26232
|
-
],
|
|
26233
|
-
"description": "Size variant",
|
|
26234
|
-
"enumValues": [
|
|
26235
|
-
"sm",
|
|
26236
|
-
"md",
|
|
26237
|
-
"lg"
|
|
26238
|
-
]
|
|
26239
|
-
},
|
|
26240
|
-
"variant": {
|
|
26241
|
-
"types": [
|
|
26242
|
-
"string"
|
|
26243
|
-
],
|
|
26244
|
-
"description": "Visual variant: classic radios or pill segmented buttons",
|
|
26245
|
-
"enumValues": [
|
|
26246
|
-
"radios",
|
|
26247
|
-
"buttons"
|
|
26248
|
-
]
|
|
26249
|
-
},
|
|
26250
|
-
"className": {
|
|
26251
|
-
"types": [
|
|
26252
|
-
"string"
|
|
26253
|
-
],
|
|
26254
|
-
"description": "Additional CSS classes"
|
|
26255
|
-
}
|
|
26256
|
-
}
|
|
26257
|
-
},
|
|
26258
|
-
"listing-card": {
|
|
26259
|
-
"type": "listing-card",
|
|
26260
|
-
"category": "display",
|
|
26261
|
-
"description": "ListingCard component",
|
|
26262
|
-
"suggestedFor": [
|
|
26263
|
-
"listing",
|
|
26264
|
-
"card",
|
|
26265
|
-
"listing card"
|
|
26266
|
-
],
|
|
26267
|
-
"typicalSize": "medium",
|
|
26268
|
-
"propsSchema": {
|
|
26269
|
-
"title": {
|
|
26270
|
-
"types": [
|
|
26271
|
-
"string"
|
|
26272
|
-
],
|
|
26273
|
-
"description": "title prop",
|
|
26274
|
-
"required": true
|
|
26275
|
-
},
|
|
26276
|
-
"imageUrl": {
|
|
26277
|
-
"types": [
|
|
26278
|
-
"string"
|
|
26279
|
-
],
|
|
26280
|
-
"description": "imageUrl prop",
|
|
26281
|
-
"required": true
|
|
26282
|
-
},
|
|
26283
|
-
"imageAlt": {
|
|
26284
|
-
"types": [
|
|
26285
|
-
"string"
|
|
26286
|
-
],
|
|
26287
|
-
"description": "imageAlt prop"
|
|
26288
|
-
},
|
|
26289
|
-
"price": {
|
|
26290
|
-
"types": [
|
|
26291
|
-
"string"
|
|
26292
|
-
],
|
|
26293
|
-
"description": "Pre-formatted price string (e.g. '$525,000', '$45/hr')"
|
|
26294
|
-
},
|
|
26295
|
-
"location": {
|
|
26296
|
-
"types": [
|
|
26297
|
-
"string"
|
|
26298
|
-
],
|
|
26299
|
-
"description": "location prop"
|
|
26300
|
-
},
|
|
26301
|
-
"rating": {
|
|
26302
|
-
"types": [
|
|
26303
|
-
"number"
|
|
26304
|
-
],
|
|
26305
|
-
"description": "Numeric rating 0-5"
|
|
26306
|
-
},
|
|
26307
|
-
"reviewCount": {
|
|
26308
|
-
"types": [
|
|
26309
|
-
"number"
|
|
26310
|
-
],
|
|
26311
|
-
"description": "reviewCount prop"
|
|
26312
|
-
},
|
|
26313
|
-
"facts": {
|
|
26314
|
-
"types": [
|
|
26315
|
-
"array"
|
|
26316
|
-
],
|
|
26317
|
-
"description": "2-4 quick stats with optional icons"
|
|
26318
|
-
},
|
|
26319
|
-
"badge": {
|
|
26320
|
-
"types": [
|
|
26321
|
-
"string"
|
|
26322
|
-
],
|
|
26323
|
-
"description": "badge prop",
|
|
26324
|
-
"enumValues": [
|
|
26325
|
-
"new",
|
|
26326
|
-
"featured",
|
|
26327
|
-
"price-drop",
|
|
26328
|
-
"sold",
|
|
26329
|
-
"pending"
|
|
26330
|
-
]
|
|
26331
|
-
},
|
|
26332
|
-
"favorite": {
|
|
26333
|
-
"types": [
|
|
26334
|
-
"boolean"
|
|
26335
|
-
],
|
|
26336
|
-
"description": "favorite prop"
|
|
26337
|
-
},
|
|
26338
|
-
"onFavoriteToggle": {
|
|
26339
|
-
"types": [
|
|
26340
|
-
"function"
|
|
26341
|
-
],
|
|
26342
|
-
"description": "onFavoriteToggle prop",
|
|
26343
|
-
"kind": "callback",
|
|
26344
|
-
"callbackArgs": []
|
|
26345
|
-
},
|
|
26346
|
-
"onClick": {
|
|
26347
|
-
"types": [
|
|
26348
|
-
"function"
|
|
26349
|
-
],
|
|
26350
|
-
"description": "onClick prop",
|
|
26351
|
-
"kind": "callback",
|
|
26352
|
-
"callbackArgs": []
|
|
26353
|
-
},
|
|
26354
|
-
"href": {
|
|
26355
|
-
"types": [
|
|
26356
|
-
"string"
|
|
26357
|
-
],
|
|
26358
|
-
"description": "Optional link target. When provided, the card renders as an <a> wrapper."
|
|
26359
|
-
},
|
|
26360
|
-
"size": {
|
|
26361
|
-
"types": [
|
|
26362
|
-
"string"
|
|
26363
|
-
],
|
|
26364
|
-
"description": "size prop",
|
|
26365
|
-
"enumValues": [
|
|
26366
|
-
"sm",
|
|
26367
|
-
"md",
|
|
26368
|
-
"lg"
|
|
26369
|
-
]
|
|
26370
|
-
},
|
|
26371
|
-
"layout": {
|
|
26372
|
-
"types": [
|
|
26373
|
-
"string"
|
|
26374
|
-
],
|
|
26375
|
-
"description": "layout prop",
|
|
26376
|
-
"enumValues": [
|
|
26377
|
-
"vertical",
|
|
26378
|
-
"horizontal"
|
|
26379
|
-
]
|
|
26380
|
-
},
|
|
26381
|
-
"className": {
|
|
26382
|
-
"types": [
|
|
26383
|
-
"string"
|
|
26384
|
-
],
|
|
26385
|
-
"description": "className prop"
|
|
26386
|
-
}
|
|
26387
|
-
}
|
|
26388
|
-
},
|
|
26389
|
-
"matrix-question": {
|
|
26390
|
-
"type": "matrix-question",
|
|
26391
|
-
"category": "component",
|
|
26392
|
-
"description": "MatrixQuestion component",
|
|
26393
|
-
"suggestedFor": [
|
|
26394
|
-
"matrix",
|
|
26395
|
-
"question",
|
|
26396
|
-
"matrix question"
|
|
26397
|
-
],
|
|
26398
|
-
"typicalSize": "medium",
|
|
26399
|
-
"propsSchema": {
|
|
26400
|
-
"title": {
|
|
26401
|
-
"types": [
|
|
26402
|
-
"string"
|
|
26403
|
-
],
|
|
26404
|
-
"description": "Optional title rendered above the matrix"
|
|
26405
|
-
},
|
|
26406
|
-
"rows": {
|
|
26407
|
-
"types": [
|
|
26408
|
-
"array"
|
|
26409
|
-
],
|
|
26410
|
-
"description": "Question rows",
|
|
26411
|
-
"required": true
|
|
26412
|
-
},
|
|
26413
|
-
"columns": {
|
|
26414
|
-
"types": [
|
|
26415
|
-
"array"
|
|
26416
|
-
],
|
|
26417
|
-
"description": "Column definitions; defaults to 5-point Likert"
|
|
26418
|
-
},
|
|
26419
|
-
"values": {
|
|
26420
|
-
"types": [
|
|
26421
|
-
"object"
|
|
26422
|
-
],
|
|
26423
|
-
"description": "Selected value per row, keyed by rowId"
|
|
26424
|
-
},
|
|
26425
|
-
"onChange": {
|
|
26426
|
-
"types": [
|
|
26427
|
-
"function"
|
|
26428
|
-
],
|
|
26429
|
-
"description": "Change handler invoked with rowId and selected column value",
|
|
26430
|
-
"kind": "callback",
|
|
26431
|
-
"callbackArgs": [
|
|
26432
|
-
{
|
|
26433
|
-
"name": "rowId",
|
|
26434
|
-
"type": "string"
|
|
26435
|
-
},
|
|
26436
|
-
{
|
|
26437
|
-
"name": "value",
|
|
26438
|
-
"type": "number"
|
|
26439
|
-
}
|
|
26440
|
-
]
|
|
26441
|
-
},
|
|
26442
|
-
"disabled": {
|
|
26443
|
-
"types": [
|
|
26444
|
-
"boolean"
|
|
26445
|
-
],
|
|
26446
|
-
"description": "Disable all inputs"
|
|
26447
|
-
},
|
|
26448
|
-
"size": {
|
|
26449
|
-
"types": [
|
|
26450
|
-
"string"
|
|
26451
|
-
],
|
|
26452
|
-
"description": "Visual size",
|
|
26453
|
-
"enumValues": [
|
|
26454
|
-
"sm",
|
|
26455
|
-
"md"
|
|
26456
|
-
]
|
|
26457
|
-
},
|
|
26458
|
-
"className": {
|
|
26459
|
-
"types": [
|
|
26460
|
-
"string"
|
|
26461
|
-
],
|
|
26462
|
-
"description": "Additional CSS classes"
|
|
26463
|
-
}
|
|
26464
|
-
}
|
|
26465
|
-
},
|
|
26466
|
-
"moderation-queue-row": {
|
|
26467
|
-
"type": "moderation-queue-row",
|
|
26468
|
-
"category": "component",
|
|
26469
|
-
"description": "ModerationQueueRow component",
|
|
26470
|
-
"suggestedFor": [
|
|
26471
|
-
"moderation",
|
|
26472
|
-
"queue",
|
|
26473
|
-
"row",
|
|
26474
|
-
"moderation queue row"
|
|
26475
|
-
],
|
|
26476
|
-
"typicalSize": "medium",
|
|
26477
|
-
"propsSchema": {
|
|
26478
|
-
"contentId": {
|
|
26479
|
-
"types": [
|
|
26480
|
-
"string"
|
|
26481
|
-
],
|
|
26482
|
-
"description": "contentId prop",
|
|
26483
|
-
"required": true
|
|
26484
|
-
},
|
|
26485
|
-
"authorName": {
|
|
26486
|
-
"types": [
|
|
26487
|
-
"string"
|
|
26488
|
-
],
|
|
26489
|
-
"description": "authorName prop",
|
|
26490
|
-
"required": true
|
|
26491
|
-
},
|
|
26492
|
-
"authorAvatarUrl": {
|
|
26493
|
-
"types": [
|
|
26494
|
-
"string"
|
|
26495
|
-
],
|
|
26496
|
-
"description": "authorAvatarUrl prop"
|
|
26497
|
-
},
|
|
26498
|
-
"contentPreview": {
|
|
26499
|
-
"types": [
|
|
26500
|
-
"string"
|
|
26501
|
-
],
|
|
26502
|
-
"description": "contentPreview prop",
|
|
26503
|
-
"required": true
|
|
26504
|
-
},
|
|
26505
|
-
"contentType": {
|
|
26506
|
-
"types": [
|
|
26507
|
-
"string"
|
|
26508
|
-
],
|
|
26509
|
-
"description": "contentType prop"
|
|
26510
|
-
},
|
|
26511
|
-
"flaggedAt": {
|
|
26512
|
-
"types": [
|
|
26513
|
-
"string"
|
|
26514
|
-
],
|
|
26515
|
-
"description": "flaggedAt prop",
|
|
26516
|
-
"required": true
|
|
26517
|
-
},
|
|
26518
|
-
"flagReason": {
|
|
26519
|
-
"types": [
|
|
26520
|
-
"string"
|
|
26521
|
-
],
|
|
26522
|
-
"description": "flagReason prop",
|
|
26523
|
-
"enumValues": [
|
|
26524
|
-
"spam",
|
|
26525
|
-
"abuse",
|
|
26526
|
-
"off-topic",
|
|
26527
|
-
"misinformation",
|
|
26528
|
-
"nsfw",
|
|
26529
|
-
"other"
|
|
26530
|
-
]
|
|
26531
|
-
},
|
|
26532
|
-
"flagCount": {
|
|
26533
|
-
"types": [
|
|
26534
|
-
"number"
|
|
26535
|
-
],
|
|
26536
|
-
"description": "flagCount prop"
|
|
26537
|
-
},
|
|
26538
|
-
"reportedBy": {
|
|
26539
|
-
"types": [
|
|
26540
|
-
"string"
|
|
26541
|
-
],
|
|
26542
|
-
"description": "reportedBy prop"
|
|
26543
|
-
},
|
|
26544
|
-
"onApprove": {
|
|
26545
|
-
"types": [
|
|
26546
|
-
"function"
|
|
26547
|
-
],
|
|
26548
|
-
"description": "onApprove prop",
|
|
26549
|
-
"kind": "callback",
|
|
26550
|
-
"callbackArgs": []
|
|
26551
|
-
},
|
|
26552
|
-
"onReject": {
|
|
26553
|
-
"types": [
|
|
26554
|
-
"function"
|
|
26555
|
-
],
|
|
26556
|
-
"description": "onReject prop",
|
|
26557
|
-
"kind": "callback",
|
|
26558
|
-
"callbackArgs": []
|
|
26559
|
-
},
|
|
26560
|
-
"onEscalate": {
|
|
26561
|
-
"types": [
|
|
26562
|
-
"function"
|
|
26563
|
-
],
|
|
26564
|
-
"description": "onEscalate prop",
|
|
26565
|
-
"kind": "callback",
|
|
26566
|
-
"callbackArgs": []
|
|
26567
|
-
},
|
|
26568
|
-
"onView": {
|
|
26569
|
-
"types": [
|
|
26570
|
-
"function"
|
|
26571
|
-
],
|
|
26572
|
-
"description": "onView prop",
|
|
26573
|
-
"kind": "callback",
|
|
26574
|
-
"callbackArgs": []
|
|
26575
|
-
},
|
|
26576
|
-
"className": {
|
|
26577
|
-
"types": [
|
|
26578
|
-
"string"
|
|
26579
|
-
],
|
|
26580
|
-
"description": "className prop"
|
|
26581
|
-
}
|
|
26582
|
-
}
|
|
26583
|
-
},
|
|
26584
|
-
"modifier-group": {
|
|
26585
|
-
"type": "modifier-group",
|
|
26586
|
-
"category": "component",
|
|
26587
|
-
"description": "ModifierGroup Molecule Component Restaurant POS item-customization selector with required/optional/multi constraints. Renders radio inputs for `single` constraint and checkboxes for `multi`. Reports validation errors inline when the current selection violates the constraint. **Atomic Design**: Composed using Typography atom and native form controls.",
|
|
26588
|
-
"suggestedFor": [
|
|
26589
|
-
"modifier",
|
|
26590
|
-
"group",
|
|
26591
|
-
"modifier group"
|
|
26592
|
-
],
|
|
26593
|
-
"typicalSize": "medium",
|
|
26594
|
-
"propsSchema": {
|
|
26595
|
-
"groupId": {
|
|
26596
|
-
"types": [
|
|
26597
|
-
"string"
|
|
26598
|
-
],
|
|
26599
|
-
"description": "groupId prop",
|
|
26600
|
-
"required": true
|
|
26601
|
-
},
|
|
26602
|
-
"title": {
|
|
26603
|
-
"types": [
|
|
26604
|
-
"string"
|
|
26605
|
-
],
|
|
26606
|
-
"description": "title prop",
|
|
26607
|
-
"required": true
|
|
26608
|
-
},
|
|
26609
|
-
"description": {
|
|
26610
|
-
"types": [
|
|
26611
|
-
"string"
|
|
26612
|
-
],
|
|
26613
|
-
"description": "description prop"
|
|
26614
|
-
},
|
|
26615
|
-
"options": {
|
|
26616
|
-
"types": [
|
|
26617
|
-
"array"
|
|
26618
|
-
],
|
|
26619
|
-
"description": "options prop",
|
|
26620
|
-
"required": true
|
|
26621
|
-
},
|
|
26622
|
-
"constraint": {
|
|
26623
|
-
"types": [
|
|
26624
|
-
"object"
|
|
26625
|
-
],
|
|
26626
|
-
"description": "constraint prop",
|
|
26627
|
-
"required": true
|
|
26628
|
-
},
|
|
26629
|
-
"selected": {
|
|
26630
|
-
"types": [
|
|
26631
|
-
"array"
|
|
26632
|
-
],
|
|
26633
|
-
"description": "selected prop"
|
|
26634
|
-
},
|
|
26635
|
-
"onChange": {
|
|
26636
|
-
"types": [
|
|
26637
|
-
"function"
|
|
26638
|
-
],
|
|
26639
|
-
"description": "onChange prop",
|
|
26640
|
-
"kind": "callback",
|
|
26641
|
-
"callbackArgs": [
|
|
26642
|
-
{
|
|
26643
|
-
"name": "selected",
|
|
26644
|
-
"type": "array"
|
|
26645
|
-
}
|
|
26646
|
-
]
|
|
26647
|
-
},
|
|
26648
|
-
"size": {
|
|
26649
|
-
"types": [
|
|
26650
|
-
"string"
|
|
26651
|
-
],
|
|
26652
|
-
"description": "size prop",
|
|
26653
|
-
"enumValues": [
|
|
26654
|
-
"sm",
|
|
26655
|
-
"md"
|
|
26656
|
-
]
|
|
26657
|
-
},
|
|
26658
|
-
"className": {
|
|
26659
|
-
"types": [
|
|
26660
|
-
"string"
|
|
26661
|
-
],
|
|
26662
|
-
"description": "className prop"
|
|
26663
|
-
}
|
|
26664
|
-
}
|
|
26665
|
-
},
|
|
26666
|
-
"qr-scanner": {
|
|
26667
|
-
"type": "qr-scanner",
|
|
26668
|
-
"category": "component",
|
|
26669
|
-
"description": "QrScanner component",
|
|
26670
|
-
"suggestedFor": [
|
|
26671
|
-
"scanner",
|
|
26672
|
-
"qr scanner"
|
|
26673
|
-
],
|
|
26674
|
-
"typicalSize": "medium",
|
|
26675
|
-
"propsSchema": {
|
|
26676
|
-
"onScan": {
|
|
26677
|
-
"types": [
|
|
26678
|
-
"function"
|
|
26679
|
-
],
|
|
26680
|
-
"description": "onScan prop",
|
|
26681
|
-
"kind": "callback",
|
|
26682
|
-
"callbackArgs": [
|
|
26683
|
-
{
|
|
26684
|
-
"name": "result",
|
|
26685
|
-
"type": "object"
|
|
26686
|
-
}
|
|
26687
|
-
]
|
|
26688
|
-
},
|
|
26689
|
-
"onError": {
|
|
26690
|
-
"types": [
|
|
26691
|
-
"function"
|
|
26692
|
-
],
|
|
26693
|
-
"description": "onError prop",
|
|
26694
|
-
"kind": "callback",
|
|
26695
|
-
"callbackArgs": [
|
|
26696
|
-
{
|
|
26697
|
-
"name": "error",
|
|
26698
|
-
"type": "object"
|
|
26699
|
-
}
|
|
26700
|
-
]
|
|
26701
|
-
},
|
|
26702
|
-
"facingMode": {
|
|
26703
|
-
"types": [
|
|
26704
|
-
"string"
|
|
26705
|
-
],
|
|
26706
|
-
"description": "facingMode prop",
|
|
26707
|
-
"enumValues": [
|
|
26708
|
-
"environment",
|
|
26709
|
-
"user"
|
|
26710
|
-
]
|
|
26711
|
-
},
|
|
26712
|
-
"paused": {
|
|
26713
|
-
"types": [
|
|
26714
|
-
"boolean"
|
|
26715
|
-
],
|
|
26716
|
-
"description": "paused prop"
|
|
26717
|
-
},
|
|
26718
|
-
"showOverlay": {
|
|
26719
|
-
"types": [
|
|
26720
|
-
"boolean"
|
|
26721
|
-
],
|
|
26722
|
-
"description": "showOverlay prop"
|
|
26723
|
-
},
|
|
26724
|
-
"showCameraControls": {
|
|
26725
|
-
"types": [
|
|
26726
|
-
"boolean"
|
|
26727
|
-
],
|
|
26728
|
-
"description": "showCameraControls prop"
|
|
26729
|
-
},
|
|
26730
|
-
"fallback": {
|
|
26731
|
-
"types": [
|
|
26732
|
-
"node"
|
|
26733
|
-
],
|
|
26734
|
-
"description": "fallback prop"
|
|
26735
|
-
},
|
|
26736
|
-
"className": {
|
|
26737
|
-
"types": [
|
|
26738
|
-
"string"
|
|
26739
|
-
],
|
|
26740
|
-
"description": "className prop"
|
|
26741
|
-
}
|
|
26742
|
-
}
|
|
26743
|
-
},
|
|
26744
|
-
"ticket-stub": {
|
|
26745
|
-
"type": "ticket-stub",
|
|
26746
|
-
"category": "component",
|
|
26747
|
-
"description": "TicketStub component",
|
|
26748
|
-
"suggestedFor": [
|
|
26749
|
-
"ticket",
|
|
26750
|
-
"stub",
|
|
26751
|
-
"ticket stub"
|
|
26752
|
-
],
|
|
26753
|
-
"typicalSize": "medium",
|
|
26754
|
-
"propsSchema": {
|
|
26755
|
-
"eventName": {
|
|
26756
|
-
"types": [
|
|
26757
|
-
"string"
|
|
26758
|
-
],
|
|
26759
|
-
"description": "eventName prop",
|
|
26760
|
-
"required": true
|
|
26761
|
-
},
|
|
26762
|
-
"date": {
|
|
26763
|
-
"types": [
|
|
26764
|
-
"string"
|
|
26765
|
-
],
|
|
26766
|
-
"description": "date prop"
|
|
26767
|
-
},
|
|
26768
|
-
"venue": {
|
|
26769
|
-
"types": [
|
|
26770
|
-
"string"
|
|
26771
|
-
],
|
|
26772
|
-
"description": "venue prop"
|
|
26773
|
-
},
|
|
26774
|
-
"tier": {
|
|
26775
|
-
"types": [
|
|
26776
|
-
"string"
|
|
26777
|
-
],
|
|
26778
|
-
"description": "tier prop",
|
|
26779
|
-
"required": true
|
|
26780
|
-
},
|
|
26781
|
-
"price": {
|
|
26782
|
-
"types": [
|
|
26783
|
-
"string",
|
|
26784
|
-
"number"
|
|
26785
|
-
],
|
|
26786
|
-
"description": "price prop",
|
|
26787
|
-
"required": true
|
|
26788
|
-
},
|
|
26789
|
-
"currency": {
|
|
26790
|
-
"types": [
|
|
26791
|
-
"string"
|
|
26792
|
-
],
|
|
26793
|
-
"description": "currency prop"
|
|
26794
|
-
},
|
|
26795
|
-
"attendeeName": {
|
|
26796
|
-
"types": [
|
|
26797
|
-
"string"
|
|
26798
|
-
],
|
|
26799
|
-
"description": "attendeeName prop"
|
|
26800
|
-
},
|
|
26801
|
-
"ticketCode": {
|
|
26802
|
-
"types": [
|
|
26803
|
-
"string"
|
|
26804
|
-
],
|
|
26805
|
-
"description": "ticketCode prop",
|
|
26806
|
-
"required": true
|
|
26807
|
-
},
|
|
26808
|
-
"qrValue": {
|
|
26809
|
-
"types": [
|
|
26810
|
-
"string"
|
|
26811
|
-
],
|
|
26812
|
-
"description": "qrValue prop"
|
|
26813
|
-
},
|
|
26814
|
-
"variant": {
|
|
26815
|
-
"types": [
|
|
26816
|
-
"string"
|
|
26817
|
-
],
|
|
26818
|
-
"description": "variant prop",
|
|
26819
|
-
"enumValues": [
|
|
26820
|
-
"general",
|
|
26821
|
-
"vip",
|
|
26822
|
-
"early-bird",
|
|
26823
|
-
"student",
|
|
26824
|
-
"custom"
|
|
26825
|
-
]
|
|
26826
|
-
},
|
|
26827
|
-
"size": {
|
|
26828
|
-
"types": [
|
|
26829
|
-
"string"
|
|
26830
|
-
],
|
|
26831
|
-
"description": "size prop",
|
|
26832
|
-
"enumValues": [
|
|
26833
|
-
"sm",
|
|
26834
|
-
"md",
|
|
26835
|
-
"lg"
|
|
26836
|
-
]
|
|
26837
|
-
},
|
|
26838
|
-
"className": {
|
|
26839
|
-
"types": [
|
|
26840
|
-
"string"
|
|
26841
|
-
],
|
|
26842
|
-
"description": "className prop"
|
|
26843
|
-
}
|
|
26844
|
-
}
|
|
26845
|
-
},
|
|
26846
|
-
"vote-stack": {
|
|
26847
|
-
"type": "vote-stack",
|
|
26848
|
-
"category": "component",
|
|
26849
|
-
"description": "VoteStack component",
|
|
26850
|
-
"suggestedFor": [
|
|
26851
|
-
"vote",
|
|
26852
|
-
"stack",
|
|
26853
|
-
"vote stack"
|
|
26854
|
-
],
|
|
26855
|
-
"typicalSize": "medium",
|
|
26856
|
-
"propsSchema": {
|
|
26857
|
-
"count": {
|
|
26858
|
-
"types": [
|
|
26859
|
-
"number"
|
|
26860
|
-
],
|
|
26861
|
-
"description": "Current tally",
|
|
26862
|
-
"required": true
|
|
26863
|
-
},
|
|
26864
|
-
"userVote": {
|
|
26865
|
-
"types": [
|
|
26866
|
-
"string"
|
|
26867
|
-
],
|
|
26868
|
-
"description": "Current user's vote (null = no vote cast)",
|
|
26869
|
-
"enumValues": [
|
|
26870
|
-
"up",
|
|
26871
|
-
"down"
|
|
26872
|
-
]
|
|
26873
|
-
},
|
|
26874
|
-
"onVote": {
|
|
26154
|
+
"onVote": {
|
|
26875
26155
|
"types": [
|
|
26876
26156
|
"function"
|
|
26877
26157
|
],
|
|
@@ -26901,154 +26181,27 @@
|
|
|
26901
26181
|
"lg"
|
|
26902
26182
|
]
|
|
26903
26183
|
},
|
|
26904
|
-
"variant": {
|
|
26905
|
-
"types": [
|
|
26906
|
-
"string"
|
|
26907
|
-
],
|
|
26908
|
-
"description": "Layout orientation. `vertical` = forum/Q&A column; `horizontal` = compact row.",
|
|
26909
|
-
"enumValues": [
|
|
26910
|
-
"vertical",
|
|
26911
|
-
"horizontal"
|
|
26912
|
-
]
|
|
26913
|
-
},
|
|
26914
|
-
"className": {
|
|
26915
|
-
"types": [
|
|
26916
|
-
"string"
|
|
26917
|
-
],
|
|
26918
|
-
"description": "Additional CSS classes"
|
|
26919
|
-
},
|
|
26920
|
-
"label": {
|
|
26921
|
-
"types": [
|
|
26922
|
-
"string"
|
|
26923
|
-
],
|
|
26924
|
-
"description": "Accessible label for the group"
|
|
26925
|
-
}
|
|
26926
|
-
}
|
|
26927
|
-
},
|
|
26928
|
-
"work-order-card": {
|
|
26929
|
-
"type": "work-order-card",
|
|
26930
|
-
"category": "display",
|
|
26931
|
-
"description": "WorkOrderCard component",
|
|
26932
|
-
"suggestedFor": [
|
|
26933
|
-
"work",
|
|
26934
|
-
"order",
|
|
26935
|
-
"card",
|
|
26936
|
-
"work order card"
|
|
26937
|
-
],
|
|
26938
|
-
"typicalSize": "medium",
|
|
26939
|
-
"propsSchema": {
|
|
26940
|
-
"orderId": {
|
|
26941
|
-
"types": [
|
|
26942
|
-
"string"
|
|
26943
|
-
],
|
|
26944
|
-
"description": "Work order identifier (e.g. \"WO-1042\")",
|
|
26945
|
-
"required": true
|
|
26946
|
-
},
|
|
26947
|
-
"customerName": {
|
|
26948
|
-
"types": [
|
|
26949
|
-
"string"
|
|
26950
|
-
],
|
|
26951
|
-
"description": "Customer name",
|
|
26952
|
-
"required": true
|
|
26953
|
-
},
|
|
26954
|
-
"serviceType": {
|
|
26955
|
-
"types": [
|
|
26956
|
-
"string"
|
|
26957
|
-
],
|
|
26958
|
-
"description": "Service type description (e.g. \"Plumbing repair\")",
|
|
26959
|
-
"required": true
|
|
26960
|
-
},
|
|
26961
|
-
"address": {
|
|
26962
|
-
"types": [
|
|
26963
|
-
"string"
|
|
26964
|
-
],
|
|
26965
|
-
"description": "Service address",
|
|
26966
|
-
"required": true
|
|
26967
|
-
},
|
|
26968
|
-
"scheduledAt": {
|
|
26969
|
-
"types": [
|
|
26970
|
-
"string"
|
|
26971
|
-
],
|
|
26972
|
-
"description": "Scheduled date/time, rendered as-is"
|
|
26973
|
-
},
|
|
26974
|
-
"etaMinutes": {
|
|
26975
|
-
"types": [
|
|
26976
|
-
"number"
|
|
26977
|
-
],
|
|
26978
|
-
"description": "ETA in minutes; surfaced only when status is 'en-route'"
|
|
26979
|
-
},
|
|
26980
|
-
"assignedTo": {
|
|
26981
|
-
"types": [
|
|
26982
|
-
"string"
|
|
26983
|
-
],
|
|
26984
|
-
"description": "Assigned technician name; rendered as \"Unassigned\" when omitted"
|
|
26985
|
-
},
|
|
26986
|
-
"status": {
|
|
26987
|
-
"types": [
|
|
26988
|
-
"string"
|
|
26989
|
-
],
|
|
26990
|
-
"description": "Current dispatch status",
|
|
26991
|
-
"enumValues": [
|
|
26992
|
-
"created",
|
|
26993
|
-
"assigned",
|
|
26994
|
-
"en-route",
|
|
26995
|
-
"on-site",
|
|
26996
|
-
"completed",
|
|
26997
|
-
"cancelled"
|
|
26998
|
-
]
|
|
26999
|
-
},
|
|
27000
|
-
"priority": {
|
|
27001
|
-
"types": [
|
|
27002
|
-
"string"
|
|
27003
|
-
],
|
|
27004
|
-
"description": "Priority level",
|
|
27005
|
-
"enumValues": [
|
|
27006
|
-
"low",
|
|
27007
|
-
"normal",
|
|
27008
|
-
"high",
|
|
27009
|
-
"urgent"
|
|
27010
|
-
]
|
|
27011
|
-
},
|
|
27012
|
-
"size": {
|
|
27013
|
-
"types": [
|
|
27014
|
-
"string"
|
|
27015
|
-
],
|
|
27016
|
-
"description": "Card size affecting padding and typography",
|
|
27017
|
-
"enumValues": [
|
|
27018
|
-
"sm",
|
|
27019
|
-
"md",
|
|
27020
|
-
"lg"
|
|
27021
|
-
]
|
|
27022
|
-
},
|
|
27023
|
-
"onAssign": {
|
|
27024
|
-
"types": [
|
|
27025
|
-
"function"
|
|
27026
|
-
],
|
|
27027
|
-
"description": "Handler for the Assign action",
|
|
27028
|
-
"kind": "callback",
|
|
27029
|
-
"callbackArgs": []
|
|
27030
|
-
},
|
|
27031
|
-
"onViewRoute": {
|
|
27032
|
-
"types": [
|
|
27033
|
-
"function"
|
|
27034
|
-
],
|
|
27035
|
-
"description": "Handler for the View Route action",
|
|
27036
|
-
"kind": "callback",
|
|
27037
|
-
"callbackArgs": []
|
|
27038
|
-
},
|
|
27039
|
-
"onMarkCompleted": {
|
|
26184
|
+
"variant": {
|
|
27040
26185
|
"types": [
|
|
27041
|
-
"
|
|
26186
|
+
"string"
|
|
27042
26187
|
],
|
|
27043
|
-
"description": "
|
|
27044
|
-
"
|
|
27045
|
-
|
|
26188
|
+
"description": "Layout orientation. `vertical` = forum/Q&A column; `horizontal` = compact row.",
|
|
26189
|
+
"enumValues": [
|
|
26190
|
+
"vertical",
|
|
26191
|
+
"horizontal"
|
|
26192
|
+
]
|
|
27046
26193
|
},
|
|
27047
26194
|
"className": {
|
|
27048
26195
|
"types": [
|
|
27049
26196
|
"string"
|
|
27050
26197
|
],
|
|
27051
|
-
"description": "Additional
|
|
26198
|
+
"description": "Additional CSS classes"
|
|
26199
|
+
},
|
|
26200
|
+
"label": {
|
|
26201
|
+
"types": [
|
|
26202
|
+
"string"
|
|
26203
|
+
],
|
|
26204
|
+
"description": "Accessible label for the group"
|
|
27052
26205
|
}
|
|
27053
26206
|
}
|
|
27054
26207
|
},
|
|
@@ -27256,47 +26409,51 @@
|
|
|
27256
26409
|
}
|
|
27257
26410
|
}
|
|
27258
26411
|
},
|
|
27259
|
-
"
|
|
27260
|
-
"type": "
|
|
26412
|
+
"version-diff": {
|
|
26413
|
+
"type": "version-diff",
|
|
27261
26414
|
"category": "display",
|
|
27262
|
-
"description": "
|
|
26415
|
+
"description": "VersionDiff component",
|
|
27263
26416
|
"suggestedFor": [
|
|
27264
|
-
"
|
|
27265
|
-
"
|
|
27266
|
-
"
|
|
26417
|
+
"version",
|
|
26418
|
+
"diff",
|
|
26419
|
+
"version diff"
|
|
27267
26420
|
],
|
|
27268
26421
|
"typicalSize": "large",
|
|
27269
26422
|
"propsSchema": {
|
|
27270
|
-
"
|
|
26423
|
+
"revisions": {
|
|
27271
26424
|
"types": [
|
|
27272
26425
|
"array"
|
|
27273
26426
|
],
|
|
27274
|
-
"description": "
|
|
26427
|
+
"description": "All available revisions (at least 2).",
|
|
27275
26428
|
"required": true
|
|
27276
26429
|
},
|
|
27277
|
-
"
|
|
26430
|
+
"beforeId": {
|
|
27278
26431
|
"types": [
|
|
27279
|
-
"
|
|
26432
|
+
"string"
|
|
27280
26433
|
],
|
|
27281
|
-
"description": "
|
|
26434
|
+
"description": "Currently selected \"before\" revision id."
|
|
27282
26435
|
},
|
|
27283
|
-
"
|
|
26436
|
+
"afterId": {
|
|
27284
26437
|
"types": [
|
|
27285
26438
|
"string"
|
|
27286
26439
|
],
|
|
27287
|
-
"description": "
|
|
26440
|
+
"description": "Currently selected \"after\" revision id."
|
|
27288
26441
|
},
|
|
27289
|
-
"
|
|
26442
|
+
"view": {
|
|
27290
26443
|
"types": [
|
|
27291
|
-
"
|
|
26444
|
+
"string"
|
|
27292
26445
|
],
|
|
27293
|
-
"description": "
|
|
26446
|
+
"description": "Display mode.",
|
|
26447
|
+
"enumValues": [
|
|
26448
|
+
"side-by-side",
|
|
26449
|
+
"inline"
|
|
26450
|
+
]
|
|
27294
26451
|
},
|
|
27295
|
-
"
|
|
26452
|
+
"onSelectBefore": {
|
|
27296
26453
|
"types": [
|
|
27297
26454
|
"function"
|
|
27298
26455
|
],
|
|
27299
|
-
"description": "
|
|
26456
|
+
"description": "Called when the user picks a different \"before\" revision.",
|
|
27300
26457
|
"kind": "callback",
|
|
27301
26458
|
"callbackArgs": [
|
|
27302
26459
|
{
|
|
@@ -27305,24 +26462,24 @@
|
|
|
27305
26462
|
}
|
|
27306
26463
|
]
|
|
27307
26464
|
},
|
|
27308
|
-
"
|
|
26465
|
+
"onSelectAfter": {
|
|
27309
26466
|
"types": [
|
|
27310
26467
|
"function"
|
|
27311
26468
|
],
|
|
27312
|
-
"description": "
|
|
26469
|
+
"description": "Called when the user picks a different \"after\" revision.",
|
|
27313
26470
|
"kind": "callback",
|
|
27314
26471
|
"callbackArgs": [
|
|
27315
26472
|
{
|
|
27316
|
-
"name": "
|
|
27317
|
-
"type": "
|
|
26473
|
+
"name": "id",
|
|
26474
|
+
"type": "string"
|
|
27318
26475
|
}
|
|
27319
26476
|
]
|
|
27320
26477
|
},
|
|
27321
|
-
"
|
|
26478
|
+
"onRevert": {
|
|
27322
26479
|
"types": [
|
|
27323
26480
|
"function"
|
|
27324
26481
|
],
|
|
27325
|
-
"description": "
|
|
26482
|
+
"description": "Called when the user clicks the revert button (passes the \"before\" id).",
|
|
27326
26483
|
"kind": "callback",
|
|
27327
26484
|
"callbackArgs": [
|
|
27328
26485
|
{
|
|
@@ -27331,180 +26488,93 @@
|
|
|
27331
26488
|
}
|
|
27332
26489
|
]
|
|
27333
26490
|
},
|
|
27334
|
-
"
|
|
27335
|
-
"types": [
|
|
27336
|
-
"number"
|
|
27337
|
-
],
|
|
27338
|
-
"description": "totalDistanceKm prop"
|
|
27339
|
-
},
|
|
27340
|
-
"totalDurationMinutes": {
|
|
26491
|
+
"language": {
|
|
27341
26492
|
"types": [
|
|
27342
|
-
"
|
|
26493
|
+
"string"
|
|
27343
26494
|
],
|
|
27344
|
-
"description": "
|
|
26495
|
+
"description": "Language label (informational)."
|
|
27345
26496
|
},
|
|
27346
26497
|
"className": {
|
|
27347
26498
|
"types": [
|
|
27348
26499
|
"string"
|
|
27349
26500
|
],
|
|
27350
|
-
"description": "
|
|
26501
|
+
"description": "Additional CSS classes."
|
|
27351
26502
|
}
|
|
27352
26503
|
}
|
|
27353
26504
|
},
|
|
27354
|
-
"
|
|
27355
|
-
"type": "
|
|
27356
|
-
"category": "
|
|
27357
|
-
"description": "
|
|
26505
|
+
"option-constraint-group": {
|
|
26506
|
+
"type": "option-constraint-group",
|
|
26507
|
+
"category": "component",
|
|
26508
|
+
"description": "OptionConstraintGroup Molecule Component Generic constrained option selector (radio for \"single\", checkbox for \"multi\") with required/optional/multi constraints. Renders radio inputs for `single` constraint and checkboxes for `multi`. Reports validation errors inline when the current selection violates the constraint. **Atomic Design**: Composed using Typography atom and native form controls.",
|
|
27358
26509
|
"suggestedFor": [
|
|
27359
|
-
"
|
|
27360
|
-
"
|
|
27361
|
-
"
|
|
27362
|
-
"
|
|
26510
|
+
"option",
|
|
26511
|
+
"constraint",
|
|
26512
|
+
"group",
|
|
26513
|
+
"option constraint group"
|
|
27363
26514
|
],
|
|
27364
|
-
"typicalSize": "
|
|
26515
|
+
"typicalSize": "medium",
|
|
27365
26516
|
"propsSchema": {
|
|
27366
|
-
"
|
|
26517
|
+
"groupId": {
|
|
27367
26518
|
"types": [
|
|
27368
|
-
"
|
|
26519
|
+
"string"
|
|
27369
26520
|
],
|
|
27370
|
-
"description": "
|
|
26521
|
+
"description": "groupId prop",
|
|
27371
26522
|
"required": true
|
|
27372
26523
|
},
|
|
27373
|
-
"
|
|
27374
|
-
"types": [
|
|
27375
|
-
"number"
|
|
27376
|
-
],
|
|
27377
|
-
"description": "width prop"
|
|
27378
|
-
},
|
|
27379
|
-
"height": {
|
|
27380
|
-
"types": [
|
|
27381
|
-
"number"
|
|
27382
|
-
],
|
|
27383
|
-
"description": "height prop"
|
|
27384
|
-
},
|
|
27385
|
-
"selectedId": {
|
|
26524
|
+
"title": {
|
|
27386
26525
|
"types": [
|
|
27387
26526
|
"string"
|
|
27388
26527
|
],
|
|
27389
|
-
"description": "
|
|
27390
|
-
|
|
27391
|
-
"editable": {
|
|
27392
|
-
"types": [
|
|
27393
|
-
"boolean"
|
|
27394
|
-
],
|
|
27395
|
-
"description": "editable prop"
|
|
27396
|
-
},
|
|
27397
|
-
"onSelect": {
|
|
27398
|
-
"types": [
|
|
27399
|
-
"function"
|
|
27400
|
-
],
|
|
27401
|
-
"description": "onSelect prop",
|
|
27402
|
-
"kind": "callback",
|
|
27403
|
-
"callbackArgs": [
|
|
27404
|
-
{
|
|
27405
|
-
"name": "id",
|
|
27406
|
-
"type": "string"
|
|
27407
|
-
}
|
|
27408
|
-
]
|
|
27409
|
-
},
|
|
27410
|
-
"onMove": {
|
|
27411
|
-
"types": [
|
|
27412
|
-
"function"
|
|
27413
|
-
],
|
|
27414
|
-
"description": "onMove prop",
|
|
27415
|
-
"kind": "callback",
|
|
27416
|
-
"callbackArgs": [
|
|
27417
|
-
{
|
|
27418
|
-
"name": "id",
|
|
27419
|
-
"type": "string"
|
|
27420
|
-
},
|
|
27421
|
-
{
|
|
27422
|
-
"name": "x",
|
|
27423
|
-
"type": "number"
|
|
27424
|
-
},
|
|
27425
|
-
{
|
|
27426
|
-
"name": "y",
|
|
27427
|
-
"type": "number"
|
|
27428
|
-
}
|
|
27429
|
-
]
|
|
26528
|
+
"description": "title prop",
|
|
26529
|
+
"required": true
|
|
27430
26530
|
},
|
|
27431
|
-
"
|
|
26531
|
+
"description": {
|
|
27432
26532
|
"types": [
|
|
27433
26533
|
"string"
|
|
27434
26534
|
],
|
|
27435
|
-
"description": "
|
|
27436
|
-
}
|
|
27437
|
-
|
|
27438
|
-
},
|
|
27439
|
-
"vendor-onboarding-stepper": {
|
|
27440
|
-
"type": "vendor-onboarding-stepper",
|
|
27441
|
-
"category": "game",
|
|
27442
|
-
"description": "VendorOnboardingStepper component",
|
|
27443
|
-
"suggestedFor": [
|
|
27444
|
-
"vendor",
|
|
27445
|
-
"onboarding",
|
|
27446
|
-
"stepper",
|
|
27447
|
-
"vendor onboarding stepper"
|
|
27448
|
-
],
|
|
27449
|
-
"typicalSize": "large",
|
|
27450
|
-
"propsSchema": {
|
|
27451
|
-
"initialStep": {
|
|
26535
|
+
"description": "description prop"
|
|
26536
|
+
},
|
|
26537
|
+
"options": {
|
|
27452
26538
|
"types": [
|
|
27453
|
-
"
|
|
26539
|
+
"array"
|
|
27454
26540
|
],
|
|
27455
|
-
"description": "
|
|
27456
|
-
"
|
|
27457
|
-
"business-info",
|
|
27458
|
-
"tax-id",
|
|
27459
|
-
"bank-link",
|
|
27460
|
-
"identity-verify",
|
|
27461
|
-
"review",
|
|
27462
|
-
"submitted"
|
|
27463
|
-
]
|
|
26541
|
+
"description": "options prop",
|
|
26542
|
+
"required": true
|
|
27464
26543
|
},
|
|
27465
|
-
"
|
|
26544
|
+
"constraint": {
|
|
27466
26545
|
"types": [
|
|
27467
26546
|
"object"
|
|
27468
26547
|
],
|
|
27469
|
-
"description": "
|
|
26548
|
+
"description": "constraint prop",
|
|
26549
|
+
"required": true
|
|
27470
26550
|
},
|
|
27471
|
-
"
|
|
26551
|
+
"selected": {
|
|
27472
26552
|
"types": [
|
|
27473
|
-
"
|
|
26553
|
+
"array"
|
|
27474
26554
|
],
|
|
27475
|
-
"description": "
|
|
27476
|
-
"kind": "callback",
|
|
27477
|
-
"callbackArgs": [
|
|
27478
|
-
{
|
|
27479
|
-
"name": "state",
|
|
27480
|
-
"type": "object"
|
|
27481
|
-
}
|
|
27482
|
-
]
|
|
26555
|
+
"description": "selected prop"
|
|
27483
26556
|
},
|
|
27484
|
-
"
|
|
26557
|
+
"onChange": {
|
|
27485
26558
|
"types": [
|
|
27486
26559
|
"function"
|
|
27487
26560
|
],
|
|
27488
|
-
"description": "
|
|
26561
|
+
"description": "onChange prop",
|
|
27489
26562
|
"kind": "callback",
|
|
27490
26563
|
"callbackArgs": [
|
|
27491
26564
|
{
|
|
27492
|
-
"name": "
|
|
27493
|
-
"type": "
|
|
26565
|
+
"name": "selected",
|
|
26566
|
+
"type": "array"
|
|
27494
26567
|
}
|
|
27495
26568
|
]
|
|
27496
26569
|
},
|
|
27497
|
-
"
|
|
26570
|
+
"size": {
|
|
27498
26571
|
"types": [
|
|
27499
|
-
"
|
|
26572
|
+
"string"
|
|
27500
26573
|
],
|
|
27501
|
-
"description": "
|
|
27502
|
-
"
|
|
27503
|
-
|
|
27504
|
-
|
|
27505
|
-
"name": "state",
|
|
27506
|
-
"type": "object"
|
|
27507
|
-
}
|
|
26574
|
+
"description": "size prop",
|
|
26575
|
+
"enumValues": [
|
|
26576
|
+
"sm",
|
|
26577
|
+
"md"
|
|
27508
26578
|
]
|
|
27509
26579
|
},
|
|
27510
26580
|
"className": {
|
|
@@ -27515,64 +26585,53 @@
|
|
|
27515
26585
|
}
|
|
27516
26586
|
}
|
|
27517
26587
|
},
|
|
27518
|
-
"
|
|
27519
|
-
"type": "
|
|
27520
|
-
"category": "
|
|
27521
|
-
"description": "
|
|
26588
|
+
"positioned-canvas": {
|
|
26589
|
+
"type": "positioned-canvas",
|
|
26590
|
+
"category": "game",
|
|
26591
|
+
"description": "PositionedCanvas component",
|
|
27522
26592
|
"suggestedFor": [
|
|
27523
|
-
"
|
|
27524
|
-
"
|
|
27525
|
-
"
|
|
26593
|
+
"positioned",
|
|
26594
|
+
"canvas",
|
|
26595
|
+
"positioned canvas"
|
|
27526
26596
|
],
|
|
27527
|
-
"typicalSize": "
|
|
26597
|
+
"typicalSize": "medium",
|
|
27528
26598
|
"propsSchema": {
|
|
27529
|
-
"
|
|
26599
|
+
"items": {
|
|
27530
26600
|
"types": [
|
|
27531
26601
|
"array"
|
|
27532
26602
|
],
|
|
27533
|
-
"description": "
|
|
26603
|
+
"description": "items prop",
|
|
27534
26604
|
"required": true
|
|
27535
26605
|
},
|
|
27536
|
-
"
|
|
26606
|
+
"width": {
|
|
27537
26607
|
"types": [
|
|
27538
|
-
"
|
|
26608
|
+
"number"
|
|
27539
26609
|
],
|
|
27540
|
-
"description": "
|
|
26610
|
+
"description": "width prop"
|
|
27541
26611
|
},
|
|
27542
|
-
"
|
|
26612
|
+
"height": {
|
|
27543
26613
|
"types": [
|
|
27544
|
-
"
|
|
26614
|
+
"number"
|
|
27545
26615
|
],
|
|
27546
|
-
"description": "
|
|
26616
|
+
"description": "height prop"
|
|
27547
26617
|
},
|
|
27548
|
-
"
|
|
26618
|
+
"selectedId": {
|
|
27549
26619
|
"types": [
|
|
27550
26620
|
"string"
|
|
27551
26621
|
],
|
|
27552
|
-
"description": "
|
|
27553
|
-
"enumValues": [
|
|
27554
|
-
"side-by-side",
|
|
27555
|
-
"inline"
|
|
27556
|
-
]
|
|
26622
|
+
"description": "selectedId prop"
|
|
27557
26623
|
},
|
|
27558
|
-
"
|
|
26624
|
+
"editable": {
|
|
27559
26625
|
"types": [
|
|
27560
|
-
"
|
|
26626
|
+
"boolean"
|
|
27561
26627
|
],
|
|
27562
|
-
"description": "
|
|
27563
|
-
"kind": "callback",
|
|
27564
|
-
"callbackArgs": [
|
|
27565
|
-
{
|
|
27566
|
-
"name": "id",
|
|
27567
|
-
"type": "string"
|
|
27568
|
-
}
|
|
27569
|
-
]
|
|
26628
|
+
"description": "editable prop"
|
|
27570
26629
|
},
|
|
27571
|
-
"
|
|
26630
|
+
"onSelect": {
|
|
27572
26631
|
"types": [
|
|
27573
26632
|
"function"
|
|
27574
26633
|
],
|
|
27575
|
-
"description": "
|
|
26634
|
+
"description": "onSelect prop",
|
|
27576
26635
|
"kind": "callback",
|
|
27577
26636
|
"callbackArgs": [
|
|
27578
26637
|
{
|
|
@@ -27581,30 +26640,32 @@
|
|
|
27581
26640
|
}
|
|
27582
26641
|
]
|
|
27583
26642
|
},
|
|
27584
|
-
"
|
|
26643
|
+
"onMove": {
|
|
27585
26644
|
"types": [
|
|
27586
26645
|
"function"
|
|
27587
26646
|
],
|
|
27588
|
-
"description": "
|
|
26647
|
+
"description": "onMove prop",
|
|
27589
26648
|
"kind": "callback",
|
|
27590
26649
|
"callbackArgs": [
|
|
27591
26650
|
{
|
|
27592
26651
|
"name": "id",
|
|
27593
26652
|
"type": "string"
|
|
26653
|
+
},
|
|
26654
|
+
{
|
|
26655
|
+
"name": "x",
|
|
26656
|
+
"type": "number"
|
|
26657
|
+
},
|
|
26658
|
+
{
|
|
26659
|
+
"name": "y",
|
|
26660
|
+
"type": "number"
|
|
27594
26661
|
}
|
|
27595
26662
|
]
|
|
27596
26663
|
},
|
|
27597
|
-
"language": {
|
|
27598
|
-
"types": [
|
|
27599
|
-
"string"
|
|
27600
|
-
],
|
|
27601
|
-
"description": "Language label (informational)."
|
|
27602
|
-
},
|
|
27603
26664
|
"className": {
|
|
27604
26665
|
"types": [
|
|
27605
26666
|
"string"
|
|
27606
26667
|
],
|
|
27607
|
-
"description": "
|
|
26668
|
+
"description": "className prop"
|
|
27608
26669
|
}
|
|
27609
26670
|
}
|
|
27610
26671
|
},
|