@skedulo/breeze-ui 1.13.0 → 1.13.1
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.
|
@@ -787,6 +787,14 @@
|
|
|
787
787
|
},
|
|
788
788
|
"default": "[\n 'primary',\n 'secondary',\n 'transparent',\n 'transparent-primary',\n]"
|
|
789
789
|
},
|
|
790
|
+
{
|
|
791
|
+
"kind": "variable",
|
|
792
|
+
"name": "htmlButtonTypes",
|
|
793
|
+
"type": {
|
|
794
|
+
"text": "['button', 'submit', 'reset']"
|
|
795
|
+
},
|
|
796
|
+
"default": "['button', 'submit', 'reset']"
|
|
797
|
+
},
|
|
790
798
|
{
|
|
791
799
|
"kind": "class",
|
|
792
800
|
"description": "Buttons are used throughout the Skedulo platform to enable\nfunctionality such as confirming actions, filtering, opening dialogs, adding or deleting\nselections, and progressing through processes.",
|
|
@@ -899,6 +907,17 @@
|
|
|
899
907
|
"description": "Sets a link href when using an anchor element",
|
|
900
908
|
"attribute": "href"
|
|
901
909
|
},
|
|
910
|
+
{
|
|
911
|
+
"kind": "field",
|
|
912
|
+
"name": "type",
|
|
913
|
+
"type": {
|
|
914
|
+
"text": "HtmlButtonType | undefined"
|
|
915
|
+
},
|
|
916
|
+
"default": "'button'",
|
|
917
|
+
"description": "Adds the type attribute to the button",
|
|
918
|
+
"attribute": "type",
|
|
919
|
+
"reflects": true
|
|
920
|
+
},
|
|
902
921
|
{
|
|
903
922
|
"kind": "field",
|
|
904
923
|
"name": "target",
|
|
@@ -1056,6 +1075,15 @@
|
|
|
1056
1075
|
"description": "Sets a link href when using an anchor element",
|
|
1057
1076
|
"fieldName": "href"
|
|
1058
1077
|
},
|
|
1078
|
+
{
|
|
1079
|
+
"name": "type",
|
|
1080
|
+
"type": {
|
|
1081
|
+
"text": "HtmlButtonType | undefined"
|
|
1082
|
+
},
|
|
1083
|
+
"default": "'button'",
|
|
1084
|
+
"description": "Adds the type attribute to the button",
|
|
1085
|
+
"fieldName": "type"
|
|
1086
|
+
},
|
|
1059
1087
|
{
|
|
1060
1088
|
"name": "target",
|
|
1061
1089
|
"type": {
|
|
@@ -1155,6 +1183,14 @@
|
|
|
1155
1183
|
"module": "src/components/button.ts"
|
|
1156
1184
|
}
|
|
1157
1185
|
},
|
|
1186
|
+
{
|
|
1187
|
+
"kind": "js",
|
|
1188
|
+
"name": "htmlButtonTypes",
|
|
1189
|
+
"declaration": {
|
|
1190
|
+
"name": "htmlButtonTypes",
|
|
1191
|
+
"module": "src/components/button.ts"
|
|
1192
|
+
}
|
|
1193
|
+
},
|
|
1158
1194
|
{
|
|
1159
1195
|
"kind": "js",
|
|
1160
1196
|
"name": "Button",
|
|
@@ -2007,6 +2043,21 @@
|
|
|
2007
2043
|
"module": "src/components/button.ts"
|
|
2008
2044
|
}
|
|
2009
2045
|
},
|
|
2046
|
+
{
|
|
2047
|
+
"kind": "field",
|
|
2048
|
+
"name": "type",
|
|
2049
|
+
"type": {
|
|
2050
|
+
"text": "HtmlButtonType | undefined"
|
|
2051
|
+
},
|
|
2052
|
+
"default": "'button'",
|
|
2053
|
+
"description": "Adds the type attribute to the button",
|
|
2054
|
+
"attribute": "type",
|
|
2055
|
+
"reflects": true,
|
|
2056
|
+
"inheritedFrom": {
|
|
2057
|
+
"name": "Button",
|
|
2058
|
+
"module": "src/components/button.ts"
|
|
2059
|
+
}
|
|
2060
|
+
},
|
|
2010
2061
|
{
|
|
2011
2062
|
"kind": "field",
|
|
2012
2063
|
"name": "target",
|
|
@@ -2247,6 +2298,19 @@
|
|
|
2247
2298
|
"module": "src/components/button.ts"
|
|
2248
2299
|
}
|
|
2249
2300
|
},
|
|
2301
|
+
{
|
|
2302
|
+
"name": "type",
|
|
2303
|
+
"type": {
|
|
2304
|
+
"text": "HtmlButtonType | undefined"
|
|
2305
|
+
},
|
|
2306
|
+
"default": "'button'",
|
|
2307
|
+
"description": "Adds the type attribute to the button",
|
|
2308
|
+
"fieldName": "type",
|
|
2309
|
+
"inheritedFrom": {
|
|
2310
|
+
"name": "Button",
|
|
2311
|
+
"module": "src/components/button.ts"
|
|
2312
|
+
}
|
|
2313
|
+
},
|
|
2250
2314
|
{
|
|
2251
2315
|
"name": "target",
|
|
2252
2316
|
"type": {
|
|
@@ -3184,6 +3248,19 @@
|
|
|
3184
3248
|
"module": "src/components/button.ts"
|
|
3185
3249
|
}
|
|
3186
3250
|
},
|
|
3251
|
+
{
|
|
3252
|
+
"name": "type",
|
|
3253
|
+
"type": {
|
|
3254
|
+
"text": "HtmlButtonType | undefined"
|
|
3255
|
+
},
|
|
3256
|
+
"default": "'button'",
|
|
3257
|
+
"description": "Adds the type attribute to the button",
|
|
3258
|
+
"fieldName": "type",
|
|
3259
|
+
"inheritedFrom": {
|
|
3260
|
+
"name": "Button",
|
|
3261
|
+
"module": "src/components/button.ts"
|
|
3262
|
+
}
|
|
3263
|
+
},
|
|
3187
3264
|
{
|
|
3188
3265
|
"name": "target",
|
|
3189
3266
|
"type": {
|
|
@@ -3352,6 +3429,21 @@
|
|
|
3352
3429
|
"module": "src/components/button.ts"
|
|
3353
3430
|
}
|
|
3354
3431
|
},
|
|
3432
|
+
{
|
|
3433
|
+
"kind": "field",
|
|
3434
|
+
"name": "type",
|
|
3435
|
+
"type": {
|
|
3436
|
+
"text": "HtmlButtonType | undefined"
|
|
3437
|
+
},
|
|
3438
|
+
"default": "'button'",
|
|
3439
|
+
"description": "Adds the type attribute to the button",
|
|
3440
|
+
"attribute": "type",
|
|
3441
|
+
"reflects": true,
|
|
3442
|
+
"inheritedFrom": {
|
|
3443
|
+
"name": "Button",
|
|
3444
|
+
"module": "src/components/button.ts"
|
|
3445
|
+
}
|
|
3446
|
+
},
|
|
3355
3447
|
{
|
|
3356
3448
|
"kind": "field",
|
|
3357
3449
|
"name": "target",
|