UNPKG

common-intellisense

Version:
236 lines 6.32 kB
{ "mixins": [ { "props": { "size": { "type": [ "String", "Number" ], "desc": "Size in CSS units, including unit name, or standard size name (xs|sm|md|lg|xl), for the inner Spinner (unless using the default slot)", "examples": [ "'16px'", "'2rem'", "'xs'", "'md'" ], "category": "style", "default": "'42px'" }, "showing": { "type": "Boolean", "desc": "State - loading or not", "category": "state" }, "color": { "extends": "color", "desc": "Color name for component from the Quasar Color Palette for the inner Spinner (unless using the default slot)" }, "label": { "type": "String", "desc": "Add a label; Gets overriden when using the default slot", "examples": [ "'Please wait...'" ], "category": "label", "addedIn": "v2.2" }, "label-class": { "type": "String", "desc": "Add CSS class(es) to the label; Works along the 'label' prop only", "examples": [ "'text-red q-mt-xl'" ], "category": "label", "addedIn": "v2.2" }, "label-style": { "type": [ "String", "Array", "Object" ], "tsType": "VueStyleProp", "desc": "Apply custom style to the label; Works along the 'label' prop only", "examples": [ "'font-size: 28px'", "{ color: '#ff0000' }" ], "category": "label", "addedIn": "v2.2" }, "dark": { "extends": "dark" } } }, { "props": { "transition-show": { "extends": "transition", "default": "'fade'" }, "transition-hide": { "extends": "transition", "default": "'fade'" }, "transition-duration": { "type": [ "String", "Number" ], "desc": "Transition duration (in milliseconds, without unit)", "default": "300", "category": "transition" }, "size": { "type": [ "String", "Number" ], "desc": "Size in CSS units, including unit name, or standard size name (xs|sm|md|lg|xl), for the inner Spinner (unless using the default slot)", "examples": [ "'16px'", "'2rem'", "'xs'", "'md'" ], "category": "style", "default": "'42px'" }, "showing": { "type": "Boolean", "desc": "State - loading or not", "category": "state" }, "color": { "extends": "color", "desc": "Color name for component from the Quasar Color Palette for the inner Spinner (unless using the default slot)" }, "label": { "type": "String", "desc": "Add a label; Gets overriden when using the default slot", "examples": [ "'Please wait...'" ], "category": "label", "addedIn": "v2.2" }, "label-class": { "type": "String", "desc": "Add CSS class(es) to the label; Works along the 'label' prop only", "examples": [ "'text-red q-mt-xl'" ], "category": "label", "addedIn": "v2.2" }, "label-style": { "type": [ "String", "Array", "Object" ], "tsType": "VueStyleProp", "desc": "Apply custom style to the label; Works along the 'label' prop only", "examples": [ "'font-size: 28px'", "{ color: '#ff0000' }" ], "category": "label", "addedIn": "v2.2" }, "dark": { "extends": "dark" } } } ], "meta": { "docsUrl": "https://v2.quasar.dev/vue-components/inner-loading" }, "props": { "transition-show": { "extends": "transition", "default": "'fade'" }, "transition-hide": { "extends": "transition", "default": "'fade'" }, "transition-duration": { "type": [ "String", "Number" ], "desc": "Transition duration (in milliseconds, without unit)", "default": "300", "category": "transition" }, "size": { "type": [ "String", "Number" ], "desc": "Size in CSS units, including unit name, or standard size name (xs|sm|md|lg|xl), for the inner Spinner (unless using the default slot)", "examples": [ "'16px'", "'2rem'", "'xs'", "'md'" ], "category": "style", "default": "'42px'" }, "showing": { "type": "Boolean", "desc": "State - loading or not", "category": "state" }, "color": { "extends": "color", "desc": "Color name for component from the Quasar Color Palette for the inner Spinner (unless using the default slot)" }, "label": { "type": "String", "desc": "Add a label; Gets overriden when using the default slot", "examples": [ "'Please wait...'" ], "category": "label", "addedIn": "v2.2" }, "label-class": { "type": "String", "desc": "Add CSS class(es) to the label; Works along the 'label' prop only", "examples": [ "'text-red q-mt-xl'" ], "category": "label", "addedIn": "v2.2" }, "label-style": { "type": [ "String", "Array", "Object" ], "tsType": "VueStyleProp", "desc": "Apply custom style to the label; Works along the 'label' prop only", "examples": [ "'font-size: 28px'", "{ color: '#ff0000' }" ], "category": "label", "addedIn": "v2.2" }, "dark": { "extends": "dark" } }, "slots": { "default": { "desc": "Default slot is used for replacing default Spinner; Suggestions: a spinner or text" } } }