Theme types .d.ts added

This commit is contained in:
tugcekucukoglu 2024-05-23 14:07:11 +03:00
parent 8cb2f744e1
commit 4d90410cba
612 changed files with 16099 additions and 776 deletions

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/accordion/index.d.ts"
}

View file

@ -1,114 +0,0 @@
/**
*
* AutoComplete is an input component that provides real-time suggestions while being typed.
*
* [Live Demo](https://www.primevue.org/autocomplete/)
*
* @module aura/autocomplete
*
*/
import { ColorSchemeDesignToken } from '..';
/**
* **PrimeVue - AutoComplete**
*
* _AutoComplete is an input component that provides real-time suggestions while being typed._
*
* [Live Demo](https://www.primevue.org/autocomplete/)
* --- ---
* ![PrimeVue](https://primefaces.org/cdn/primevue/images/logo-100.png)
*
* @group DesignTokens
*
*/
export interface AutoCompleteDesignTokens extends ColorSchemeDesignToken<AutoCompleteDesignTokens> {
/**
* Used to pass tokens of the root section
*/
root: {
background?: string;
disabledBackground?: string;
filledBackground?: string;
filledFocusBackground?: string;
borderColor?: string;
hoverBorderColor?: string;
focusBorderColor?: string;
invalidBorderColor?: string;
color?: string;
disabledColor?: string;
placeholderColor?: string;
shadow?: string;
paddingX?: string;
paddingY?: string;
borderRadius?: string;
focusRing: {
width?: string;
style?: string;
color?: string;
offset?: string;
shadow?: string;
};
};
overlay: {
background?: string;
borderColor?: string;
borderRadius?: string;
color?: string;
shadow?: string;
};
list: {
padding?: string;
gap?: string;
};
option: {
focusBackground?: string;
selectedBackground?: string;
selectedFocusBackground?: string;
color?: string;
focusColor?: string;
selectedColor?: string;
selectedFocusColor?: string;
padding?: string;
borderRadius?: string;
};
optionGroup: {
background?: string;
color?: string;
fontWeight?: string;
padding?: string;
};
dropdown: {
width?: string;
borderColor?: string;
hoverBorderColor?: string;
activeBorderColor?: string;
borderRadius?: string;
focusRing: {
width?: string;
style?: string;
color?: string;
offset?: string;
shadow?: string;
};
background?: string;
hoverBackground?: string;
/**
*
* @designToken autocomplete.dropdown.active.background
*/
activeBackground?: string;
color?: string;
hoverColor?: string;
activeColor?: string;
};
chip: {
borderRadius?: string;
};
emptyMessage: {
/**
*
* @designToken autocomplete.empty.message.padding
*/
padding?: string;
};
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/autocomplete/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/avatar/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/badge/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/blockui/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/breadcrumb/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/button/index.d.ts"
}

View file

@ -1 +0,0 @@
export default {};

View file

@ -1,6 +0,0 @@
{
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/card/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/carousel/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/cascadeselect/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/checkbox/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/chip/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/colorpicker/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/confirmdialog/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/confirmpopup/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/contextmenu/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/datatable/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/dataview/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/datepicker/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/dialog/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/divider/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/dock/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/drawer/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/editor/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/fieldset/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/fileupload/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/floatlabel/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/galleria/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/iconfield/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/image/index.d.ts"
}

View file

@ -5,7 +5,6 @@ import badge from 'primevue/themes/aura/badge';
import blockui from 'primevue/themes/aura/blockui';
import breadcrumb from 'primevue/themes/aura/breadcrumb';
import button from 'primevue/themes/aura/button';
import buttongroup from 'primevue/themes/aura/buttongroup';
import card from 'primevue/themes/aura/card';
import carousel from 'primevue/themes/aura/carousel';
import cascadeselect from 'primevue/themes/aura/cascadeselect';
@ -34,7 +33,6 @@ import inplace from 'primevue/themes/aura/inplace';
import inputchips from 'primevue/themes/aura/inputchips';
import inputgroup from 'primevue/themes/aura/inputgroup';
import inputnumber from 'primevue/themes/aura/inputnumber';
import inputotp from 'primevue/themes/aura/inputotp';
import inputtext from 'primevue/themes/aura/inputtext';
import knob from 'primevue/themes/aura/knob';
import listbox from 'primevue/themes/aura/listbox';
@ -58,7 +56,6 @@ import radiobutton from 'primevue/themes/aura/radiobutton';
import rating from 'primevue/themes/aura/rating';
import ripple from 'primevue/themes/aura/ripple';
import scrollpanel from 'primevue/themes/aura/scrollpanel';
import scrolltop from 'primevue/themes/aura/scrolltop';
import select from 'primevue/themes/aura/select';
import selectbutton from 'primevue/themes/aura/selectbutton';
import skeleton from 'primevue/themes/aura/skeleton';
@ -465,7 +462,6 @@ export default {
blockui,
breadcrumb,
button,
buttongroup,
datepicker,
card,
carousel,
@ -494,8 +490,6 @@ export default {
inputchips,
inputgroup,
inputnumber,
inputotp,
toggleswitch,
inputtext,
knob,
listbox,
@ -518,7 +512,6 @@ export default {
radiobutton,
rating,
scrollpanel,
scrolltop,
select,
selectbutton,
skeleton,
@ -537,6 +530,7 @@ export default {
terminal,
timeline,
togglebutton,
toggleswitch,
tree,
treeselect,
treetable,

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/inlinemessage/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/inplace/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/inputchips/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/inputgroup/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/inputnumber/index.d.ts"
}

View file

@ -1 +0,0 @@
export default {};

View file

@ -1,6 +0,0 @@
{
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/inputtext/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/knob/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/listbox/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/megamenu/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/menu/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/menubar/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/message/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/metergroup/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/multiselect/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/orderlist/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/organizationchart/index.d.ts"
}

View file

@ -2,5 +2,5 @@
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts"
"types": "../types/paginator/index.d.ts"
}

Some files were not shown because too many files have changed in this diff Show more