mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 18:29:39 +02:00
This commit is contained in:
parent
746e163d01
commit
1c7ea28b46
808 changed files with 316395 additions and 381162 deletions
1
node_modules/chart.js/dist/plugins/plugin.decimation.d.ts
generated
vendored
1
node_modules/chart.js/dist/plugins/plugin.decimation.d.ts
generated
vendored
|
@ -6,6 +6,5 @@ declare namespace _default {
|
|||
}
|
||||
function beforeElementsUpdate(chart: any, args: any, options: any): void;
|
||||
function destroy(chart: any): void;
|
||||
function destroy(chart: any): void;
|
||||
}
|
||||
export default _default;
|
||||
|
|
4
node_modules/chart.js/dist/plugins/plugin.filler/index.d.ts
generated
vendored
4
node_modules/chart.js/dist/plugins/plugin.filler/index.d.ts
generated
vendored
|
@ -1,12 +1,8 @@
|
|||
declare namespace _default {
|
||||
const id: string;
|
||||
function afterDatasetsUpdate(chart: any, _args: any, options: any): void;
|
||||
function afterDatasetsUpdate(chart: any, _args: any, options: any): void;
|
||||
function beforeDraw(chart: any, _args: any, options: any): void;
|
||||
function beforeDraw(chart: any, _args: any, options: any): void;
|
||||
function beforeDatasetsDraw(chart: any, _args: any, options: any): void;
|
||||
function beforeDatasetsDraw(chart: any, _args: any, options: any): void;
|
||||
function beforeDatasetDraw(chart: any, args: any, options: any): void;
|
||||
function beforeDatasetDraw(chart: any, args: any, options: any): void;
|
||||
namespace defaults {
|
||||
const propagate: boolean;
|
||||
|
|
7
node_modules/chart.js/dist/plugins/plugin.legend.d.ts
generated
vendored
7
node_modules/chart.js/dist/plugins/plugin.legend.d.ts
generated
vendored
|
@ -70,14 +70,9 @@ declare namespace _default {
|
|||
export const id: string;
|
||||
export { Legend as _element };
|
||||
export function start(chart: any, _args: any, options: any): void;
|
||||
export function start(chart: any, _args: any, options: any): void;
|
||||
export function stop(chart: any): void;
|
||||
export function stop(chart: any): void;
|
||||
export function beforeUpdate(chart: any, _args: any, options: any): void;
|
||||
export function beforeUpdate(chart: any, _args: any, options: any): void;
|
||||
export function afterUpdate(chart: any): void;
|
||||
export function afterUpdate(chart: any): void;
|
||||
export function afterEvent(chart: any, args: any): void;
|
||||
export function afterEvent(chart: any, args: any): void;
|
||||
export namespace defaults {
|
||||
const display: boolean;
|
||||
|
@ -87,7 +82,6 @@ declare namespace _default {
|
|||
const reverse: boolean;
|
||||
const weight: number;
|
||||
function onClick(e: any, legendItem: any, legend: any): void;
|
||||
function onClick(e: any, legendItem: any, legend: any): void;
|
||||
const onHover: any;
|
||||
const onLeave: any;
|
||||
namespace labels {
|
||||
|
@ -95,7 +89,6 @@ declare namespace _default {
|
|||
const boxWidth: number;
|
||||
const padding: number;
|
||||
function generateLabels(chart: any): any;
|
||||
function generateLabels(chart: any): any;
|
||||
}
|
||||
namespace title {
|
||||
export function color_1(ctx: any): any;
|
||||
|
|
3
node_modules/chart.js/dist/plugins/plugin.subtitle.d.ts
generated
vendored
3
node_modules/chart.js/dist/plugins/plugin.subtitle.d.ts
generated
vendored
|
@ -1,10 +1,7 @@
|
|||
declare namespace _default {
|
||||
const id: string;
|
||||
function start(chart: any, _args: any, options: any): void;
|
||||
function start(chart: any, _args: any, options: any): void;
|
||||
function stop(chart: any): void;
|
||||
function stop(chart: any): void;
|
||||
function beforeUpdate(chart: any, _args: any, options: any): void;
|
||||
function beforeUpdate(chart: any, _args: any, options: any): void;
|
||||
namespace defaults {
|
||||
export const align: string;
|
||||
|
|
3
node_modules/chart.js/dist/plugins/plugin.title.d.ts
generated
vendored
3
node_modules/chart.js/dist/plugins/plugin.title.d.ts
generated
vendored
|
@ -34,10 +34,7 @@ declare namespace _default {
|
|||
export const id: string;
|
||||
export { Title as _element };
|
||||
export function start(chart: any, _args: any, options: any): void;
|
||||
export function start(chart: any, _args: any, options: any): void;
|
||||
export function stop(chart: any): void;
|
||||
export function stop(chart: any): void;
|
||||
export function beforeUpdate(chart: any, _args: any, options: any): void;
|
||||
export function beforeUpdate(chart: any, _args: any, options: any): void;
|
||||
export namespace defaults {
|
||||
export const align: string;
|
||||
|
|
34
node_modules/chart.js/dist/plugins/plugin.tooltip.d.ts
generated
vendored
34
node_modules/chart.js/dist/plugins/plugin.tooltip.d.ts
generated
vendored
|
@ -150,14 +150,9 @@ declare namespace _default {
|
|||
export { Tooltip as _element };
|
||||
export { positioners };
|
||||
export function afterInit(chart: any, _args: any, options: any): void;
|
||||
export function afterInit(chart: any, _args: any, options: any): void;
|
||||
export function beforeUpdate(chart: any, _args: any, options: any): void;
|
||||
export function beforeUpdate(chart: any, _args: any, options: any): void;
|
||||
export function reset(chart: any, _args: any, options: any): void;
|
||||
export function reset(chart: any, _args: any, options: any): void;
|
||||
export function afterDraw(chart: any): void;
|
||||
export function afterDraw(chart: any): void;
|
||||
export function afterEvent(chart: any, args: any): void;
|
||||
export function afterEvent(chart: any, args: any): void;
|
||||
export namespace defaults {
|
||||
export const enabled: boolean;
|
||||
|
@ -256,20 +251,6 @@ declare namespace positioners {
|
|||
x: number;
|
||||
y: number;
|
||||
};
|
||||
/**
|
||||
* Average mode places the tooltip at the average position of the elements shown
|
||||
*/
|
||||
function average(items: any): false | {
|
||||
x: number;
|
||||
y: number;
|
||||
};
|
||||
/**
|
||||
* Gets the tooltip position nearest of the item nearest to the event position
|
||||
*/
|
||||
function nearest(items: any, eventPosition: any): false | {
|
||||
x: any;
|
||||
y: any;
|
||||
};
|
||||
/**
|
||||
* Gets the tooltip position nearest of the item nearest to the event position
|
||||
*/
|
||||
|
@ -281,20 +262,10 @@ declare namespace positioners {
|
|||
declare namespace defaultCallbacks {
|
||||
export { noop as beforeTitle };
|
||||
export function title(tooltipItems: any): any;
|
||||
export function title(tooltipItems: any): any;
|
||||
export { noop as afterTitle };
|
||||
export { noop as beforeBody };
|
||||
export { noop as beforeLabel };
|
||||
export function label(tooltipItem: any): any;
|
||||
export function label(tooltipItem: any): any;
|
||||
export function labelColor(tooltipItem: any): {
|
||||
borderColor: any;
|
||||
backgroundColor: any;
|
||||
borderWidth: any;
|
||||
borderDash: any;
|
||||
borderDashOffset: any;
|
||||
borderRadius: number;
|
||||
};
|
||||
export function labelColor(tooltipItem: any): {
|
||||
borderColor: any;
|
||||
backgroundColor: any;
|
||||
|
@ -304,11 +275,6 @@ declare namespace defaultCallbacks {
|
|||
borderRadius: number;
|
||||
};
|
||||
export function labelTextColor(): any;
|
||||
export function labelTextColor(): any;
|
||||
export function labelPointStyle(tooltipItem: any): {
|
||||
pointStyle: any;
|
||||
rotation: any;
|
||||
};
|
||||
export function labelPointStyle(tooltipItem: any): {
|
||||
pointStyle: any;
|
||||
rotation: any;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue