@ni/ok-components 1.3.1 → 1.3.2
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/all-components-bundle.js +9 -0
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +9 -0
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/custom-elements.json +116 -116
- package/dist/custom-elements.md +24 -24
- package/package.json +3 -3
|
@@ -902,12 +902,12 @@
|
|
|
902
902
|
},
|
|
903
903
|
{
|
|
904
904
|
"kind": "javascript-module",
|
|
905
|
-
"path": "src/fv/split-button
|
|
905
|
+
"path": "src/fv/split-button/index.ts",
|
|
906
906
|
"declarations": [
|
|
907
907
|
{
|
|
908
908
|
"kind": "class",
|
|
909
|
-
"description": "A
|
|
910
|
-
"name": "
|
|
909
|
+
"description": "A button with a primary action and a secondary expandable menu surface.",
|
|
910
|
+
"name": "FvSplitButton",
|
|
911
911
|
"members": [
|
|
912
912
|
{
|
|
913
913
|
"kind": "field",
|
|
@@ -918,42 +918,6 @@
|
|
|
918
918
|
"privacy": "public",
|
|
919
919
|
"default": "'Primary function'"
|
|
920
920
|
},
|
|
921
|
-
{
|
|
922
|
-
"kind": "field",
|
|
923
|
-
"name": "href",
|
|
924
|
-
"type": {
|
|
925
|
-
"text": "string"
|
|
926
|
-
},
|
|
927
|
-
"privacy": "public",
|
|
928
|
-
"default": "''"
|
|
929
|
-
},
|
|
930
|
-
{
|
|
931
|
-
"kind": "field",
|
|
932
|
-
"name": "target",
|
|
933
|
-
"type": {
|
|
934
|
-
"text": "string"
|
|
935
|
-
},
|
|
936
|
-
"privacy": "public",
|
|
937
|
-
"default": "''"
|
|
938
|
-
},
|
|
939
|
-
{
|
|
940
|
-
"kind": "field",
|
|
941
|
-
"name": "rel",
|
|
942
|
-
"type": {
|
|
943
|
-
"text": "string"
|
|
944
|
-
},
|
|
945
|
-
"privacy": "public",
|
|
946
|
-
"default": "''"
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
"kind": "field",
|
|
950
|
-
"name": "download",
|
|
951
|
-
"type": {
|
|
952
|
-
"text": "string"
|
|
953
|
-
},
|
|
954
|
-
"privacy": "public",
|
|
955
|
-
"default": "''"
|
|
956
|
-
},
|
|
957
921
|
{
|
|
958
922
|
"kind": "field",
|
|
959
923
|
"name": "disabled",
|
|
@@ -976,7 +940,7 @@
|
|
|
976
940
|
"kind": "field",
|
|
977
941
|
"name": "appearance",
|
|
978
942
|
"type": {
|
|
979
|
-
"text": "
|
|
943
|
+
"text": "FvSplitButtonAppearanceType"
|
|
980
944
|
},
|
|
981
945
|
"privacy": "public"
|
|
982
946
|
},
|
|
@@ -984,7 +948,7 @@
|
|
|
984
948
|
"kind": "field",
|
|
985
949
|
"name": "appearanceVariant",
|
|
986
950
|
"type": {
|
|
987
|
-
"text": "
|
|
951
|
+
"text": "FvSplitButtonAppearanceVariantType"
|
|
988
952
|
},
|
|
989
953
|
"privacy": "public"
|
|
990
954
|
},
|
|
@@ -1048,38 +1012,6 @@
|
|
|
1048
1012
|
"default": "'Primary function'",
|
|
1049
1013
|
"fieldName": "label"
|
|
1050
1014
|
},
|
|
1051
|
-
{
|
|
1052
|
-
"name": "href",
|
|
1053
|
-
"type": {
|
|
1054
|
-
"text": "string"
|
|
1055
|
-
},
|
|
1056
|
-
"default": "''",
|
|
1057
|
-
"fieldName": "href"
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
"name": "target",
|
|
1061
|
-
"type": {
|
|
1062
|
-
"text": "string"
|
|
1063
|
-
},
|
|
1064
|
-
"default": "''",
|
|
1065
|
-
"fieldName": "target"
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
"name": "rel",
|
|
1069
|
-
"type": {
|
|
1070
|
-
"text": "string"
|
|
1071
|
-
},
|
|
1072
|
-
"default": "''",
|
|
1073
|
-
"fieldName": "rel"
|
|
1074
|
-
},
|
|
1075
|
-
{
|
|
1076
|
-
"name": "download",
|
|
1077
|
-
"type": {
|
|
1078
|
-
"text": "string"
|
|
1079
|
-
},
|
|
1080
|
-
"default": "''",
|
|
1081
|
-
"fieldName": "download"
|
|
1082
|
-
},
|
|
1083
1015
|
{
|
|
1084
1016
|
"name": "disabled",
|
|
1085
1017
|
"type": {
|
|
@@ -1099,14 +1031,14 @@
|
|
|
1099
1031
|
{
|
|
1100
1032
|
"name": "appearance",
|
|
1101
1033
|
"type": {
|
|
1102
|
-
"text": "
|
|
1034
|
+
"text": "FvSplitButtonAppearanceType"
|
|
1103
1035
|
},
|
|
1104
1036
|
"fieldName": "appearance"
|
|
1105
1037
|
},
|
|
1106
1038
|
{
|
|
1107
1039
|
"name": "appearance-variant",
|
|
1108
1040
|
"type": {
|
|
1109
|
-
"text": "
|
|
1041
|
+
"text": "FvSplitButtonAppearanceVariantType"
|
|
1110
1042
|
},
|
|
1111
1043
|
"fieldName": "appearanceVariant"
|
|
1112
1044
|
}
|
|
@@ -1118,39 +1050,39 @@
|
|
|
1118
1050
|
},
|
|
1119
1051
|
{
|
|
1120
1052
|
"kind": "variable",
|
|
1121
|
-
"name": "
|
|
1053
|
+
"name": "fvSplitButtonTag",
|
|
1122
1054
|
"type": {
|
|
1123
1055
|
"text": "string"
|
|
1124
1056
|
},
|
|
1125
|
-
"default": "'ok-fv-split-button
|
|
1057
|
+
"default": "'ok-fv-split-button'"
|
|
1126
1058
|
}
|
|
1127
1059
|
],
|
|
1128
1060
|
"exports": [
|
|
1129
1061
|
{
|
|
1130
1062
|
"kind": "js",
|
|
1131
|
-
"name": "
|
|
1063
|
+
"name": "FvSplitButton",
|
|
1132
1064
|
"declaration": {
|
|
1133
|
-
"name": "
|
|
1134
|
-
"module": "src/fv/split-button
|
|
1065
|
+
"name": "FvSplitButton",
|
|
1066
|
+
"module": "src/fv/split-button/index.ts"
|
|
1135
1067
|
}
|
|
1136
1068
|
},
|
|
1137
1069
|
{
|
|
1138
1070
|
"kind": "js",
|
|
1139
|
-
"name": "
|
|
1071
|
+
"name": "fvSplitButtonTag",
|
|
1140
1072
|
"declaration": {
|
|
1141
|
-
"name": "
|
|
1142
|
-
"module": "src/fv/split-button
|
|
1073
|
+
"name": "fvSplitButtonTag",
|
|
1074
|
+
"module": "src/fv/split-button/index.ts"
|
|
1143
1075
|
}
|
|
1144
1076
|
}
|
|
1145
1077
|
]
|
|
1146
1078
|
},
|
|
1147
1079
|
{
|
|
1148
1080
|
"kind": "javascript-module",
|
|
1149
|
-
"path": "src/fv/split-button
|
|
1081
|
+
"path": "src/fv/split-button/types.ts",
|
|
1150
1082
|
"declarations": [
|
|
1151
1083
|
{
|
|
1152
1084
|
"kind": "variable",
|
|
1153
|
-
"name": "
|
|
1085
|
+
"name": "FvSplitButtonAppearance",
|
|
1154
1086
|
"type": {
|
|
1155
1087
|
"text": "{\n outline: 'outline',\n ghost: 'ghost',\n block: 'block'\n}"
|
|
1156
1088
|
},
|
|
@@ -1158,7 +1090,7 @@
|
|
|
1158
1090
|
},
|
|
1159
1091
|
{
|
|
1160
1092
|
"kind": "variable",
|
|
1161
|
-
"name": "
|
|
1093
|
+
"name": "FvSplitButtonAppearanceVariant",
|
|
1162
1094
|
"type": {
|
|
1163
1095
|
"text": "{\n default: 'default',\n primary: 'primary',\n accent: 'accent'\n}"
|
|
1164
1096
|
},
|
|
@@ -1168,30 +1100,30 @@
|
|
|
1168
1100
|
"exports": [
|
|
1169
1101
|
{
|
|
1170
1102
|
"kind": "js",
|
|
1171
|
-
"name": "
|
|
1103
|
+
"name": "FvSplitButtonAppearance",
|
|
1172
1104
|
"declaration": {
|
|
1173
|
-
"name": "
|
|
1174
|
-
"module": "src/fv/split-button
|
|
1105
|
+
"name": "FvSplitButtonAppearance",
|
|
1106
|
+
"module": "src/fv/split-button/types.ts"
|
|
1175
1107
|
}
|
|
1176
1108
|
},
|
|
1177
1109
|
{
|
|
1178
1110
|
"kind": "js",
|
|
1179
|
-
"name": "
|
|
1111
|
+
"name": "FvSplitButtonAppearanceVariant",
|
|
1180
1112
|
"declaration": {
|
|
1181
|
-
"name": "
|
|
1182
|
-
"module": "src/fv/split-button
|
|
1113
|
+
"name": "FvSplitButtonAppearanceVariant",
|
|
1114
|
+
"module": "src/fv/split-button/types.ts"
|
|
1183
1115
|
}
|
|
1184
1116
|
}
|
|
1185
1117
|
]
|
|
1186
1118
|
},
|
|
1187
1119
|
{
|
|
1188
1120
|
"kind": "javascript-module",
|
|
1189
|
-
"path": "src/fv/split-button/index.ts",
|
|
1121
|
+
"path": "src/fv/split-button-anchor/index.ts",
|
|
1190
1122
|
"declarations": [
|
|
1191
1123
|
{
|
|
1192
1124
|
"kind": "class",
|
|
1193
|
-
"description": "A button with
|
|
1194
|
-
"name": "
|
|
1125
|
+
"description": "A split button with an anchor-backed primary action and a secondary expandable menu surface.",
|
|
1126
|
+
"name": "FvSplitButtonAnchor",
|
|
1195
1127
|
"members": [
|
|
1196
1128
|
{
|
|
1197
1129
|
"kind": "field",
|
|
@@ -1202,6 +1134,42 @@
|
|
|
1202
1134
|
"privacy": "public",
|
|
1203
1135
|
"default": "'Primary function'"
|
|
1204
1136
|
},
|
|
1137
|
+
{
|
|
1138
|
+
"kind": "field",
|
|
1139
|
+
"name": "href",
|
|
1140
|
+
"type": {
|
|
1141
|
+
"text": "string"
|
|
1142
|
+
},
|
|
1143
|
+
"privacy": "public",
|
|
1144
|
+
"default": "''"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"kind": "field",
|
|
1148
|
+
"name": "target",
|
|
1149
|
+
"type": {
|
|
1150
|
+
"text": "string"
|
|
1151
|
+
},
|
|
1152
|
+
"privacy": "public",
|
|
1153
|
+
"default": "''"
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"kind": "field",
|
|
1157
|
+
"name": "rel",
|
|
1158
|
+
"type": {
|
|
1159
|
+
"text": "string"
|
|
1160
|
+
},
|
|
1161
|
+
"privacy": "public",
|
|
1162
|
+
"default": "''"
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"kind": "field",
|
|
1166
|
+
"name": "download",
|
|
1167
|
+
"type": {
|
|
1168
|
+
"text": "string"
|
|
1169
|
+
},
|
|
1170
|
+
"privacy": "public",
|
|
1171
|
+
"default": "''"
|
|
1172
|
+
},
|
|
1205
1173
|
{
|
|
1206
1174
|
"kind": "field",
|
|
1207
1175
|
"name": "disabled",
|
|
@@ -1224,7 +1192,7 @@
|
|
|
1224
1192
|
"kind": "field",
|
|
1225
1193
|
"name": "appearance",
|
|
1226
1194
|
"type": {
|
|
1227
|
-
"text": "
|
|
1195
|
+
"text": "FvSplitButtonAnchorAppearanceType"
|
|
1228
1196
|
},
|
|
1229
1197
|
"privacy": "public"
|
|
1230
1198
|
},
|
|
@@ -1232,7 +1200,7 @@
|
|
|
1232
1200
|
"kind": "field",
|
|
1233
1201
|
"name": "appearanceVariant",
|
|
1234
1202
|
"type": {
|
|
1235
|
-
"text": "
|
|
1203
|
+
"text": "FvSplitButtonAnchorAppearanceVariantType"
|
|
1236
1204
|
},
|
|
1237
1205
|
"privacy": "public"
|
|
1238
1206
|
},
|
|
@@ -1296,6 +1264,38 @@
|
|
|
1296
1264
|
"default": "'Primary function'",
|
|
1297
1265
|
"fieldName": "label"
|
|
1298
1266
|
},
|
|
1267
|
+
{
|
|
1268
|
+
"name": "href",
|
|
1269
|
+
"type": {
|
|
1270
|
+
"text": "string"
|
|
1271
|
+
},
|
|
1272
|
+
"default": "''",
|
|
1273
|
+
"fieldName": "href"
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"name": "target",
|
|
1277
|
+
"type": {
|
|
1278
|
+
"text": "string"
|
|
1279
|
+
},
|
|
1280
|
+
"default": "''",
|
|
1281
|
+
"fieldName": "target"
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
"name": "rel",
|
|
1285
|
+
"type": {
|
|
1286
|
+
"text": "string"
|
|
1287
|
+
},
|
|
1288
|
+
"default": "''",
|
|
1289
|
+
"fieldName": "rel"
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
"name": "download",
|
|
1293
|
+
"type": {
|
|
1294
|
+
"text": "string"
|
|
1295
|
+
},
|
|
1296
|
+
"default": "''",
|
|
1297
|
+
"fieldName": "download"
|
|
1298
|
+
},
|
|
1299
1299
|
{
|
|
1300
1300
|
"name": "disabled",
|
|
1301
1301
|
"type": {
|
|
@@ -1315,14 +1315,14 @@
|
|
|
1315
1315
|
{
|
|
1316
1316
|
"name": "appearance",
|
|
1317
1317
|
"type": {
|
|
1318
|
-
"text": "
|
|
1318
|
+
"text": "FvSplitButtonAnchorAppearanceType"
|
|
1319
1319
|
},
|
|
1320
1320
|
"fieldName": "appearance"
|
|
1321
1321
|
},
|
|
1322
1322
|
{
|
|
1323
1323
|
"name": "appearance-variant",
|
|
1324
1324
|
"type": {
|
|
1325
|
-
"text": "
|
|
1325
|
+
"text": "FvSplitButtonAnchorAppearanceVariantType"
|
|
1326
1326
|
},
|
|
1327
1327
|
"fieldName": "appearanceVariant"
|
|
1328
1328
|
}
|
|
@@ -1334,39 +1334,39 @@
|
|
|
1334
1334
|
},
|
|
1335
1335
|
{
|
|
1336
1336
|
"kind": "variable",
|
|
1337
|
-
"name": "
|
|
1337
|
+
"name": "fvSplitButtonAnchorTag",
|
|
1338
1338
|
"type": {
|
|
1339
1339
|
"text": "string"
|
|
1340
1340
|
},
|
|
1341
|
-
"default": "'ok-fv-split-button'"
|
|
1341
|
+
"default": "'ok-fv-split-button-anchor'"
|
|
1342
1342
|
}
|
|
1343
1343
|
],
|
|
1344
1344
|
"exports": [
|
|
1345
1345
|
{
|
|
1346
1346
|
"kind": "js",
|
|
1347
|
-
"name": "
|
|
1347
|
+
"name": "FvSplitButtonAnchor",
|
|
1348
1348
|
"declaration": {
|
|
1349
|
-
"name": "
|
|
1350
|
-
"module": "src/fv/split-button/index.ts"
|
|
1349
|
+
"name": "FvSplitButtonAnchor",
|
|
1350
|
+
"module": "src/fv/split-button-anchor/index.ts"
|
|
1351
1351
|
}
|
|
1352
1352
|
},
|
|
1353
1353
|
{
|
|
1354
1354
|
"kind": "js",
|
|
1355
|
-
"name": "
|
|
1355
|
+
"name": "fvSplitButtonAnchorTag",
|
|
1356
1356
|
"declaration": {
|
|
1357
|
-
"name": "
|
|
1358
|
-
"module": "src/fv/split-button/index.ts"
|
|
1357
|
+
"name": "fvSplitButtonAnchorTag",
|
|
1358
|
+
"module": "src/fv/split-button-anchor/index.ts"
|
|
1359
1359
|
}
|
|
1360
1360
|
}
|
|
1361
1361
|
]
|
|
1362
1362
|
},
|
|
1363
1363
|
{
|
|
1364
1364
|
"kind": "javascript-module",
|
|
1365
|
-
"path": "src/fv/split-button/types.ts",
|
|
1365
|
+
"path": "src/fv/split-button-anchor/types.ts",
|
|
1366
1366
|
"declarations": [
|
|
1367
1367
|
{
|
|
1368
1368
|
"kind": "variable",
|
|
1369
|
-
"name": "
|
|
1369
|
+
"name": "FvSplitButtonAnchorAppearance",
|
|
1370
1370
|
"type": {
|
|
1371
1371
|
"text": "{\n outline: 'outline',\n ghost: 'ghost',\n block: 'block'\n}"
|
|
1372
1372
|
},
|
|
@@ -1374,7 +1374,7 @@
|
|
|
1374
1374
|
},
|
|
1375
1375
|
{
|
|
1376
1376
|
"kind": "variable",
|
|
1377
|
-
"name": "
|
|
1377
|
+
"name": "FvSplitButtonAnchorAppearanceVariant",
|
|
1378
1378
|
"type": {
|
|
1379
1379
|
"text": "{\n default: 'default',\n primary: 'primary',\n accent: 'accent'\n}"
|
|
1380
1380
|
},
|
|
@@ -1384,18 +1384,18 @@
|
|
|
1384
1384
|
"exports": [
|
|
1385
1385
|
{
|
|
1386
1386
|
"kind": "js",
|
|
1387
|
-
"name": "
|
|
1387
|
+
"name": "FvSplitButtonAnchorAppearance",
|
|
1388
1388
|
"declaration": {
|
|
1389
|
-
"name": "
|
|
1390
|
-
"module": "src/fv/split-button/types.ts"
|
|
1389
|
+
"name": "FvSplitButtonAnchorAppearance",
|
|
1390
|
+
"module": "src/fv/split-button-anchor/types.ts"
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
1393
|
{
|
|
1394
1394
|
"kind": "js",
|
|
1395
|
-
"name": "
|
|
1395
|
+
"name": "FvSplitButtonAnchorAppearanceVariant",
|
|
1396
1396
|
"declaration": {
|
|
1397
|
-
"name": "
|
|
1398
|
-
"module": "src/fv/split-button/types.ts"
|
|
1397
|
+
"name": "FvSplitButtonAnchorAppearanceVariant",
|
|
1398
|
+
"module": "src/fv/split-button-anchor/types.ts"
|
|
1399
1399
|
}
|
|
1400
1400
|
}
|
|
1401
1401
|
]
|
package/dist/custom-elements.md
CHANGED
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
|
|
165
165
|
<hr/>
|
|
166
166
|
|
|
167
|
-
## class: `
|
|
167
|
+
## class: `FvSplitButton`
|
|
168
168
|
|
|
169
169
|
### Superclass
|
|
170
170
|
|
|
@@ -174,17 +174,13 @@
|
|
|
174
174
|
|
|
175
175
|
### Fields
|
|
176
176
|
|
|
177
|
-
| Name | Privacy | Type
|
|
178
|
-
| ------------------- | ------- |
|
|
179
|
-
| `label` | public | `string`
|
|
180
|
-
| `
|
|
181
|
-
| `
|
|
182
|
-
| `
|
|
183
|
-
| `
|
|
184
|
-
| `disabled` | public | `boolean` | `false` | | |
|
|
185
|
-
| `open` | public | `boolean` | `false` | | |
|
|
186
|
-
| `appearance` | public | `FvSplitButtonAnchorAppearanceType` | | | |
|
|
187
|
-
| `appearanceVariant` | public | `FvSplitButtonAnchorAppearanceVariantType` | | | |
|
|
177
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
178
|
+
| ------------------- | ------- | ------------------------------------ | -------------------- | ----------- | -------------- |
|
|
179
|
+
| `label` | public | `string` | `'Primary function'` | | |
|
|
180
|
+
| `disabled` | public | `boolean` | `false` | | |
|
|
181
|
+
| `open` | public | `boolean` | `false` | | |
|
|
182
|
+
| `appearance` | public | `FvSplitButtonAppearanceType` | | | |
|
|
183
|
+
| `appearanceVariant` | public | `FvSplitButtonAppearanceVariantType` | | | |
|
|
188
184
|
|
|
189
185
|
### Events
|
|
190
186
|
|
|
@@ -198,10 +194,6 @@
|
|
|
198
194
|
| Name | Field | Inherited From |
|
|
199
195
|
| -------------------- | ----------------- | -------------- |
|
|
200
196
|
| `label` | label | |
|
|
201
|
-
| `href` | href | |
|
|
202
|
-
| `target` | target | |
|
|
203
|
-
| `rel` | rel | |
|
|
204
|
-
| `download` | download | |
|
|
205
197
|
| `disabled` | disabled | |
|
|
206
198
|
| `open` | open | |
|
|
207
199
|
| `appearance` | appearance | |
|
|
@@ -209,7 +201,7 @@
|
|
|
209
201
|
|
|
210
202
|
<hr/>
|
|
211
203
|
|
|
212
|
-
## class: `
|
|
204
|
+
## class: `FvSplitButtonAnchor`
|
|
213
205
|
|
|
214
206
|
### Superclass
|
|
215
207
|
|
|
@@ -219,13 +211,17 @@
|
|
|
219
211
|
|
|
220
212
|
### Fields
|
|
221
213
|
|
|
222
|
-
| Name | Privacy | Type
|
|
223
|
-
| ------------------- | ------- |
|
|
224
|
-
| `label` | public | `string`
|
|
225
|
-
| `
|
|
226
|
-
| `
|
|
227
|
-
| `
|
|
228
|
-
| `
|
|
214
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
215
|
+
| ------------------- | ------- | ------------------------------------------ | -------------------- | ----------- | -------------- |
|
|
216
|
+
| `label` | public | `string` | `'Primary function'` | | |
|
|
217
|
+
| `href` | public | `string` | `''` | | |
|
|
218
|
+
| `target` | public | `string` | `''` | | |
|
|
219
|
+
| `rel` | public | `string` | `''` | | |
|
|
220
|
+
| `download` | public | `string` | `''` | | |
|
|
221
|
+
| `disabled` | public | `boolean` | `false` | | |
|
|
222
|
+
| `open` | public | `boolean` | `false` | | |
|
|
223
|
+
| `appearance` | public | `FvSplitButtonAnchorAppearanceType` | | | |
|
|
224
|
+
| `appearanceVariant` | public | `FvSplitButtonAnchorAppearanceVariantType` | | | |
|
|
229
225
|
|
|
230
226
|
### Events
|
|
231
227
|
|
|
@@ -239,6 +235,10 @@
|
|
|
239
235
|
| Name | Field | Inherited From |
|
|
240
236
|
| -------------------- | ----------------- | -------------- |
|
|
241
237
|
| `label` | label | |
|
|
238
|
+
| `href` | href | |
|
|
239
|
+
| `target` | target | |
|
|
240
|
+
| `rel` | rel | |
|
|
241
|
+
| `download` | download | |
|
|
242
242
|
| `disabled` | disabled | |
|
|
243
243
|
| `open` | open | |
|
|
244
244
|
| `appearance` | appearance | |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/ok-components",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "NI Ok Components",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build:components && npm run build:cem",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"@ni/fast-element": "^10.1.1",
|
|
43
43
|
"@ni/fast-foundation": "^10.2.3",
|
|
44
44
|
"@ni/fast-web-utilities": "^10.0.0",
|
|
45
|
-
"@ni/nimble-components": "^35.9.
|
|
46
|
-
"@ni/spright-components": "^6.18.
|
|
45
|
+
"@ni/nimble-components": "^35.9.1",
|
|
46
|
+
"@ni/spright-components": "^6.18.3",
|
|
47
47
|
"tslib": "^2.2.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|