Skip to content

Commit 858ce68

Browse files
tugcekucukogluantfu
andauthoredMay 1, 2024··
feat(prime-vue): add missing components (#731)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
1 parent b9140de commit 858ce68

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎src/core/resolvers/prime-vue.ts

+8
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,17 @@ const components = [
3939
'FloatLabel',
4040
'FullCalendar',
4141
'Galleria',
42+
'IconField',
4243
'Image',
4344
'IconField',
4445
'InlineMessage',
4546
'Inplace',
47+
'InputGroup',
48+
'InputGroupAddon',
49+
'InputIcon',
4650
'InputMask',
4751
'InputNumber',
52+
'InputOtp',
4853
'InputSwitch',
4954
'InputText',
5055
'Knob',
@@ -53,6 +58,7 @@ const components = [
5358
'Menu',
5459
'Menubar',
5560
'Message',
61+
'MeterGroup',
5662
'MultiSelect',
5763
'OrderList',
5864
'OrganizationChart',
@@ -77,6 +83,8 @@ const components = [
7783
'SplitButton',
7884
'Splitter',
7985
'SplitterPanel',
86+
'Stepper',
87+
'StepperPanel',
8088
'Steps',
8189
'TabMenu',
8290
'TabPanel',

0 commit comments

Comments
 (0)
Please sign in to comment.