Merge branch 'master' into v4

This commit is contained in:
Cagatay Civici 2024-02-22 21:36:47 +03:00
commit ad88f982db
337 changed files with 4782 additions and 13146 deletions

View file

@ -56,6 +56,7 @@ const STYLE_ALIAS = {
'primevue/inputicon/style': path.resolve(__dirname, './components/lib/inputicon/style/InputIconStyle.js'),
'primevue/inputmask/style': path.resolve(__dirname, './components/lib/inputmask/style/InputMaskStyle.js'),
'primevue/inputnumber/style': path.resolve(__dirname, './components/lib/inputnumber/style/InputNumberStyle.js'),
'primevue/inputotp/style': path.resolve(__dirname, './components/lib/inputotp/style/InputOtpStyle.js'),
'primevue/inputswitch/style': path.resolve(__dirname, './components/lib/inputswitch/style/InputSwitchStyle.js'),
'primevue/inputtext/style': path.resolve(__dirname, './components/lib/inputtext/style/InputTextStyle.js'),
'primevue/knob/style': path.resolve(__dirname, './components/lib/knob/style/KnobStyle.js'),