@ni/ok-components 1.3.0 → 1.3.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.
- package/dist/all-components-bundle.js +15 -2
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +5 -4
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/custom-elements.json +234 -234
- package/dist/custom-elements.md +50 -50
- package/package.json +3 -3
|
@@ -67,6 +67,124 @@
|
|
|
67
67
|
}
|
|
68
68
|
]
|
|
69
69
|
},
|
|
70
|
+
{
|
|
71
|
+
"kind": "javascript-module",
|
|
72
|
+
"path": "src/fv/accordion-item/index.ts",
|
|
73
|
+
"declarations": [
|
|
74
|
+
{
|
|
75
|
+
"kind": "class",
|
|
76
|
+
"description": "An accordion item component that can be expanded or collapsed to\nshow or hide its content.",
|
|
77
|
+
"name": "FvAccordionItem",
|
|
78
|
+
"members": [
|
|
79
|
+
{
|
|
80
|
+
"kind": "field",
|
|
81
|
+
"name": "header",
|
|
82
|
+
"type": {
|
|
83
|
+
"text": "string"
|
|
84
|
+
},
|
|
85
|
+
"privacy": "public",
|
|
86
|
+
"default": "''"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"kind": "field",
|
|
90
|
+
"name": "expanded",
|
|
91
|
+
"type": {
|
|
92
|
+
"text": "boolean"
|
|
93
|
+
},
|
|
94
|
+
"privacy": "public",
|
|
95
|
+
"default": "false"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"kind": "field",
|
|
99
|
+
"name": "appearance",
|
|
100
|
+
"type": {
|
|
101
|
+
"text": "FvAccordionItemAppearance"
|
|
102
|
+
},
|
|
103
|
+
"privacy": "public"
|
|
104
|
+
}
|
|
105
|
+
],
|
|
106
|
+
"attributes": [
|
|
107
|
+
{
|
|
108
|
+
"name": "header",
|
|
109
|
+
"type": {
|
|
110
|
+
"text": "string"
|
|
111
|
+
},
|
|
112
|
+
"default": "''",
|
|
113
|
+
"fieldName": "header"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "expanded",
|
|
117
|
+
"type": {
|
|
118
|
+
"text": "boolean"
|
|
119
|
+
},
|
|
120
|
+
"default": "false",
|
|
121
|
+
"fieldName": "expanded"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "appearance",
|
|
125
|
+
"type": {
|
|
126
|
+
"text": "FvAccordionItemAppearance"
|
|
127
|
+
},
|
|
128
|
+
"fieldName": "appearance"
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"superclass": {
|
|
132
|
+
"name": "FoundationElement",
|
|
133
|
+
"package": "@ni/fast-foundation"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"kind": "variable",
|
|
138
|
+
"name": "fvAccordionItemTag",
|
|
139
|
+
"type": {
|
|
140
|
+
"text": "string"
|
|
141
|
+
},
|
|
142
|
+
"default": "'ok-fv-accordion-item'"
|
|
143
|
+
}
|
|
144
|
+
],
|
|
145
|
+
"exports": [
|
|
146
|
+
{
|
|
147
|
+
"kind": "js",
|
|
148
|
+
"name": "FvAccordionItem",
|
|
149
|
+
"declaration": {
|
|
150
|
+
"name": "FvAccordionItem",
|
|
151
|
+
"module": "src/fv/accordion-item/index.ts"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"kind": "js",
|
|
156
|
+
"name": "fvAccordionItemTag",
|
|
157
|
+
"declaration": {
|
|
158
|
+
"name": "fvAccordionItemTag",
|
|
159
|
+
"module": "src/fv/accordion-item/index.ts"
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"kind": "javascript-module",
|
|
166
|
+
"path": "src/fv/accordion-item/types.ts",
|
|
167
|
+
"declarations": [
|
|
168
|
+
{
|
|
169
|
+
"kind": "variable",
|
|
170
|
+
"name": "FvAccordionItemAppearance",
|
|
171
|
+
"type": {
|
|
172
|
+
"text": "{\n outline: 'outline',\n ghost: 'ghost',\n block: 'block'\n}"
|
|
173
|
+
},
|
|
174
|
+
"default": "{ outline: 'outline', ghost: 'ghost', block: 'block' }"
|
|
175
|
+
}
|
|
176
|
+
],
|
|
177
|
+
"exports": [
|
|
178
|
+
{
|
|
179
|
+
"kind": "js",
|
|
180
|
+
"name": "FvAccordionItemAppearance",
|
|
181
|
+
"declaration": {
|
|
182
|
+
"name": "FvAccordionItemAppearance",
|
|
183
|
+
"module": "src/fv/accordion-item/types.ts"
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
]
|
|
187
|
+
},
|
|
70
188
|
{
|
|
71
189
|
"kind": "javascript-module",
|
|
72
190
|
"path": "src/fv/card/index.ts",
|
|
@@ -267,124 +385,6 @@
|
|
|
267
385
|
}
|
|
268
386
|
]
|
|
269
387
|
},
|
|
270
|
-
{
|
|
271
|
-
"kind": "javascript-module",
|
|
272
|
-
"path": "src/fv/accordion-item/index.ts",
|
|
273
|
-
"declarations": [
|
|
274
|
-
{
|
|
275
|
-
"kind": "class",
|
|
276
|
-
"description": "An accordion item component that can be expanded or collapsed to\nshow or hide its content.",
|
|
277
|
-
"name": "FvAccordionItem",
|
|
278
|
-
"members": [
|
|
279
|
-
{
|
|
280
|
-
"kind": "field",
|
|
281
|
-
"name": "header",
|
|
282
|
-
"type": {
|
|
283
|
-
"text": "string"
|
|
284
|
-
},
|
|
285
|
-
"privacy": "public",
|
|
286
|
-
"default": "''"
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"kind": "field",
|
|
290
|
-
"name": "expanded",
|
|
291
|
-
"type": {
|
|
292
|
-
"text": "boolean"
|
|
293
|
-
},
|
|
294
|
-
"privacy": "public",
|
|
295
|
-
"default": "false"
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"kind": "field",
|
|
299
|
-
"name": "appearance",
|
|
300
|
-
"type": {
|
|
301
|
-
"text": "FvAccordionItemAppearance"
|
|
302
|
-
},
|
|
303
|
-
"privacy": "public"
|
|
304
|
-
}
|
|
305
|
-
],
|
|
306
|
-
"attributes": [
|
|
307
|
-
{
|
|
308
|
-
"name": "header",
|
|
309
|
-
"type": {
|
|
310
|
-
"text": "string"
|
|
311
|
-
},
|
|
312
|
-
"default": "''",
|
|
313
|
-
"fieldName": "header"
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
"name": "expanded",
|
|
317
|
-
"type": {
|
|
318
|
-
"text": "boolean"
|
|
319
|
-
},
|
|
320
|
-
"default": "false",
|
|
321
|
-
"fieldName": "expanded"
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
"name": "appearance",
|
|
325
|
-
"type": {
|
|
326
|
-
"text": "FvAccordionItemAppearance"
|
|
327
|
-
},
|
|
328
|
-
"fieldName": "appearance"
|
|
329
|
-
}
|
|
330
|
-
],
|
|
331
|
-
"superclass": {
|
|
332
|
-
"name": "FoundationElement",
|
|
333
|
-
"package": "@ni/fast-foundation"
|
|
334
|
-
}
|
|
335
|
-
},
|
|
336
|
-
{
|
|
337
|
-
"kind": "variable",
|
|
338
|
-
"name": "fvAccordionItemTag",
|
|
339
|
-
"type": {
|
|
340
|
-
"text": "string"
|
|
341
|
-
},
|
|
342
|
-
"default": "'ok-fv-accordion-item'"
|
|
343
|
-
}
|
|
344
|
-
],
|
|
345
|
-
"exports": [
|
|
346
|
-
{
|
|
347
|
-
"kind": "js",
|
|
348
|
-
"name": "FvAccordionItem",
|
|
349
|
-
"declaration": {
|
|
350
|
-
"name": "FvAccordionItem",
|
|
351
|
-
"module": "src/fv/accordion-item/index.ts"
|
|
352
|
-
}
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"kind": "js",
|
|
356
|
-
"name": "fvAccordionItemTag",
|
|
357
|
-
"declaration": {
|
|
358
|
-
"name": "fvAccordionItemTag",
|
|
359
|
-
"module": "src/fv/accordion-item/index.ts"
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
]
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"kind": "javascript-module",
|
|
366
|
-
"path": "src/fv/accordion-item/types.ts",
|
|
367
|
-
"declarations": [
|
|
368
|
-
{
|
|
369
|
-
"kind": "variable",
|
|
370
|
-
"name": "FvAccordionItemAppearance",
|
|
371
|
-
"type": {
|
|
372
|
-
"text": "{\n outline: 'outline',\n ghost: 'ghost',\n block: 'block'\n}"
|
|
373
|
-
},
|
|
374
|
-
"default": "{ outline: 'outline', ghost: 'ghost', block: 'block' }"
|
|
375
|
-
}
|
|
376
|
-
],
|
|
377
|
-
"exports": [
|
|
378
|
-
{
|
|
379
|
-
"kind": "js",
|
|
380
|
-
"name": "FvAccordionItemAppearance",
|
|
381
|
-
"declaration": {
|
|
382
|
-
"name": "FvAccordionItemAppearance",
|
|
383
|
-
"module": "src/fv/accordion-item/types.ts"
|
|
384
|
-
}
|
|
385
|
-
}
|
|
386
|
-
]
|
|
387
|
-
},
|
|
388
388
|
{
|
|
389
389
|
"kind": "javascript-module",
|
|
390
390
|
"path": "src/fv/chip-selector/index.ts",
|
|
@@ -902,12 +902,12 @@
|
|
|
902
902
|
},
|
|
903
903
|
{
|
|
904
904
|
"kind": "javascript-module",
|
|
905
|
-
"path": "src/fv/split-button/index.ts",
|
|
905
|
+
"path": "src/fv/split-button-anchor/index.ts",
|
|
906
906
|
"declarations": [
|
|
907
907
|
{
|
|
908
908
|
"kind": "class",
|
|
909
|
-
"description": "A button with
|
|
910
|
-
"name": "
|
|
909
|
+
"description": "A split button with an anchor-backed primary action and a secondary expandable menu surface.",
|
|
910
|
+
"name": "FvSplitButtonAnchor",
|
|
911
911
|
"members": [
|
|
912
912
|
{
|
|
913
913
|
"kind": "field",
|
|
@@ -918,6 +918,42 @@
|
|
|
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
|
+
},
|
|
921
957
|
{
|
|
922
958
|
"kind": "field",
|
|
923
959
|
"name": "disabled",
|
|
@@ -940,7 +976,7 @@
|
|
|
940
976
|
"kind": "field",
|
|
941
977
|
"name": "appearance",
|
|
942
978
|
"type": {
|
|
943
|
-
"text": "
|
|
979
|
+
"text": "FvSplitButtonAnchorAppearanceType"
|
|
944
980
|
},
|
|
945
981
|
"privacy": "public"
|
|
946
982
|
},
|
|
@@ -948,7 +984,7 @@
|
|
|
948
984
|
"kind": "field",
|
|
949
985
|
"name": "appearanceVariant",
|
|
950
986
|
"type": {
|
|
951
|
-
"text": "
|
|
987
|
+
"text": "FvSplitButtonAnchorAppearanceVariantType"
|
|
952
988
|
},
|
|
953
989
|
"privacy": "public"
|
|
954
990
|
},
|
|
@@ -1012,6 +1048,38 @@
|
|
|
1012
1048
|
"default": "'Primary function'",
|
|
1013
1049
|
"fieldName": "label"
|
|
1014
1050
|
},
|
|
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
|
+
},
|
|
1015
1083
|
{
|
|
1016
1084
|
"name": "disabled",
|
|
1017
1085
|
"type": {
|
|
@@ -1031,14 +1099,14 @@
|
|
|
1031
1099
|
{
|
|
1032
1100
|
"name": "appearance",
|
|
1033
1101
|
"type": {
|
|
1034
|
-
"text": "
|
|
1102
|
+
"text": "FvSplitButtonAnchorAppearanceType"
|
|
1035
1103
|
},
|
|
1036
1104
|
"fieldName": "appearance"
|
|
1037
1105
|
},
|
|
1038
1106
|
{
|
|
1039
1107
|
"name": "appearance-variant",
|
|
1040
1108
|
"type": {
|
|
1041
|
-
"text": "
|
|
1109
|
+
"text": "FvSplitButtonAnchorAppearanceVariantType"
|
|
1042
1110
|
},
|
|
1043
1111
|
"fieldName": "appearanceVariant"
|
|
1044
1112
|
}
|
|
@@ -1050,39 +1118,39 @@
|
|
|
1050
1118
|
},
|
|
1051
1119
|
{
|
|
1052
1120
|
"kind": "variable",
|
|
1053
|
-
"name": "
|
|
1121
|
+
"name": "fvSplitButtonAnchorTag",
|
|
1054
1122
|
"type": {
|
|
1055
1123
|
"text": "string"
|
|
1056
1124
|
},
|
|
1057
|
-
"default": "'ok-fv-split-button'"
|
|
1125
|
+
"default": "'ok-fv-split-button-anchor'"
|
|
1058
1126
|
}
|
|
1059
1127
|
],
|
|
1060
1128
|
"exports": [
|
|
1061
1129
|
{
|
|
1062
1130
|
"kind": "js",
|
|
1063
|
-
"name": "
|
|
1131
|
+
"name": "FvSplitButtonAnchor",
|
|
1064
1132
|
"declaration": {
|
|
1065
|
-
"name": "
|
|
1066
|
-
"module": "src/fv/split-button/index.ts"
|
|
1133
|
+
"name": "FvSplitButtonAnchor",
|
|
1134
|
+
"module": "src/fv/split-button-anchor/index.ts"
|
|
1067
1135
|
}
|
|
1068
1136
|
},
|
|
1069
1137
|
{
|
|
1070
1138
|
"kind": "js",
|
|
1071
|
-
"name": "
|
|
1139
|
+
"name": "fvSplitButtonAnchorTag",
|
|
1072
1140
|
"declaration": {
|
|
1073
|
-
"name": "
|
|
1074
|
-
"module": "src/fv/split-button/index.ts"
|
|
1141
|
+
"name": "fvSplitButtonAnchorTag",
|
|
1142
|
+
"module": "src/fv/split-button-anchor/index.ts"
|
|
1075
1143
|
}
|
|
1076
1144
|
}
|
|
1077
1145
|
]
|
|
1078
1146
|
},
|
|
1079
1147
|
{
|
|
1080
1148
|
"kind": "javascript-module",
|
|
1081
|
-
"path": "src/fv/split-button/types.ts",
|
|
1149
|
+
"path": "src/fv/split-button-anchor/types.ts",
|
|
1082
1150
|
"declarations": [
|
|
1083
1151
|
{
|
|
1084
1152
|
"kind": "variable",
|
|
1085
|
-
"name": "
|
|
1153
|
+
"name": "FvSplitButtonAnchorAppearance",
|
|
1086
1154
|
"type": {
|
|
1087
1155
|
"text": "{\n outline: 'outline',\n ghost: 'ghost',\n block: 'block'\n}"
|
|
1088
1156
|
},
|
|
@@ -1090,7 +1158,7 @@
|
|
|
1090
1158
|
},
|
|
1091
1159
|
{
|
|
1092
1160
|
"kind": "variable",
|
|
1093
|
-
"name": "
|
|
1161
|
+
"name": "FvSplitButtonAnchorAppearanceVariant",
|
|
1094
1162
|
"type": {
|
|
1095
1163
|
"text": "{\n default: 'default',\n primary: 'primary',\n accent: 'accent'\n}"
|
|
1096
1164
|
},
|
|
@@ -1100,30 +1168,30 @@
|
|
|
1100
1168
|
"exports": [
|
|
1101
1169
|
{
|
|
1102
1170
|
"kind": "js",
|
|
1103
|
-
"name": "
|
|
1171
|
+
"name": "FvSplitButtonAnchorAppearance",
|
|
1104
1172
|
"declaration": {
|
|
1105
|
-
"name": "
|
|
1106
|
-
"module": "src/fv/split-button/types.ts"
|
|
1173
|
+
"name": "FvSplitButtonAnchorAppearance",
|
|
1174
|
+
"module": "src/fv/split-button-anchor/types.ts"
|
|
1107
1175
|
}
|
|
1108
1176
|
},
|
|
1109
1177
|
{
|
|
1110
1178
|
"kind": "js",
|
|
1111
|
-
"name": "
|
|
1179
|
+
"name": "FvSplitButtonAnchorAppearanceVariant",
|
|
1112
1180
|
"declaration": {
|
|
1113
|
-
"name": "
|
|
1114
|
-
"module": "src/fv/split-button/types.ts"
|
|
1181
|
+
"name": "FvSplitButtonAnchorAppearanceVariant",
|
|
1182
|
+
"module": "src/fv/split-button-anchor/types.ts"
|
|
1115
1183
|
}
|
|
1116
1184
|
}
|
|
1117
1185
|
]
|
|
1118
1186
|
},
|
|
1119
1187
|
{
|
|
1120
1188
|
"kind": "javascript-module",
|
|
1121
|
-
"path": "src/fv/split-button
|
|
1189
|
+
"path": "src/fv/split-button/index.ts",
|
|
1122
1190
|
"declarations": [
|
|
1123
1191
|
{
|
|
1124
1192
|
"kind": "class",
|
|
1125
|
-
"description": "A
|
|
1126
|
-
"name": "
|
|
1193
|
+
"description": "A button with a primary action and a secondary expandable menu surface.",
|
|
1194
|
+
"name": "FvSplitButton",
|
|
1127
1195
|
"members": [
|
|
1128
1196
|
{
|
|
1129
1197
|
"kind": "field",
|
|
@@ -1134,42 +1202,6 @@
|
|
|
1134
1202
|
"privacy": "public",
|
|
1135
1203
|
"default": "'Primary function'"
|
|
1136
1204
|
},
|
|
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
|
-
},
|
|
1173
1205
|
{
|
|
1174
1206
|
"kind": "field",
|
|
1175
1207
|
"name": "disabled",
|
|
@@ -1192,7 +1224,7 @@
|
|
|
1192
1224
|
"kind": "field",
|
|
1193
1225
|
"name": "appearance",
|
|
1194
1226
|
"type": {
|
|
1195
|
-
"text": "
|
|
1227
|
+
"text": "FvSplitButtonAppearanceType"
|
|
1196
1228
|
},
|
|
1197
1229
|
"privacy": "public"
|
|
1198
1230
|
},
|
|
@@ -1200,7 +1232,7 @@
|
|
|
1200
1232
|
"kind": "field",
|
|
1201
1233
|
"name": "appearanceVariant",
|
|
1202
1234
|
"type": {
|
|
1203
|
-
"text": "
|
|
1235
|
+
"text": "FvSplitButtonAppearanceVariantType"
|
|
1204
1236
|
},
|
|
1205
1237
|
"privacy": "public"
|
|
1206
1238
|
},
|
|
@@ -1264,38 +1296,6 @@
|
|
|
1264
1296
|
"default": "'Primary function'",
|
|
1265
1297
|
"fieldName": "label"
|
|
1266
1298
|
},
|
|
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": "FvSplitButtonAppearanceType"
|
|
1319
1319
|
},
|
|
1320
1320
|
"fieldName": "appearance"
|
|
1321
1321
|
},
|
|
1322
1322
|
{
|
|
1323
1323
|
"name": "appearance-variant",
|
|
1324
1324
|
"type": {
|
|
1325
|
-
"text": "
|
|
1325
|
+
"text": "FvSplitButtonAppearanceVariantType"
|
|
1326
1326
|
},
|
|
1327
1327
|
"fieldName": "appearanceVariant"
|
|
1328
1328
|
}
|
|
@@ -1334,39 +1334,39 @@
|
|
|
1334
1334
|
},
|
|
1335
1335
|
{
|
|
1336
1336
|
"kind": "variable",
|
|
1337
|
-
"name": "
|
|
1337
|
+
"name": "fvSplitButtonTag",
|
|
1338
1338
|
"type": {
|
|
1339
1339
|
"text": "string"
|
|
1340
1340
|
},
|
|
1341
|
-
"default": "'ok-fv-split-button
|
|
1341
|
+
"default": "'ok-fv-split-button'"
|
|
1342
1342
|
}
|
|
1343
1343
|
],
|
|
1344
1344
|
"exports": [
|
|
1345
1345
|
{
|
|
1346
1346
|
"kind": "js",
|
|
1347
|
-
"name": "
|
|
1347
|
+
"name": "FvSplitButton",
|
|
1348
1348
|
"declaration": {
|
|
1349
|
-
"name": "
|
|
1350
|
-
"module": "src/fv/split-button
|
|
1349
|
+
"name": "FvSplitButton",
|
|
1350
|
+
"module": "src/fv/split-button/index.ts"
|
|
1351
1351
|
}
|
|
1352
1352
|
},
|
|
1353
1353
|
{
|
|
1354
1354
|
"kind": "js",
|
|
1355
|
-
"name": "
|
|
1355
|
+
"name": "fvSplitButtonTag",
|
|
1356
1356
|
"declaration": {
|
|
1357
|
-
"name": "
|
|
1358
|
-
"module": "src/fv/split-button
|
|
1357
|
+
"name": "fvSplitButtonTag",
|
|
1358
|
+
"module": "src/fv/split-button/index.ts"
|
|
1359
1359
|
}
|
|
1360
1360
|
}
|
|
1361
1361
|
]
|
|
1362
1362
|
},
|
|
1363
1363
|
{
|
|
1364
1364
|
"kind": "javascript-module",
|
|
1365
|
-
"path": "src/fv/split-button
|
|
1365
|
+
"path": "src/fv/split-button/types.ts",
|
|
1366
1366
|
"declarations": [
|
|
1367
1367
|
{
|
|
1368
1368
|
"kind": "variable",
|
|
1369
|
-
"name": "
|
|
1369
|
+
"name": "FvSplitButtonAppearance",
|
|
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": "FvSplitButtonAppearanceVariant",
|
|
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": "FvSplitButtonAppearance",
|
|
1388
1388
|
"declaration": {
|
|
1389
|
-
"name": "
|
|
1390
|
-
"module": "src/fv/split-button
|
|
1389
|
+
"name": "FvSplitButtonAppearance",
|
|
1390
|
+
"module": "src/fv/split-button/types.ts"
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
1393
|
{
|
|
1394
1394
|
"kind": "js",
|
|
1395
|
-
"name": "
|
|
1395
|
+
"name": "FvSplitButtonAppearanceVariant",
|
|
1396
1396
|
"declaration": {
|
|
1397
|
-
"name": "
|
|
1398
|
-
"module": "src/fv/split-button
|
|
1397
|
+
"name": "FvSplitButtonAppearanceVariant",
|
|
1398
|
+
"module": "src/fv/split-button/types.ts"
|
|
1399
1399
|
}
|
|
1400
1400
|
}
|
|
1401
1401
|
]
|