mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
This commit is contained in:
parent
746e163d01
commit
1c7ea28b46
808 changed files with 316395 additions and 381162 deletions
6
node_modules/chart.js/dist/elements/element.arc.d.ts
generated
vendored
6
node_modules/chart.js/dist/elements/element.arc.d.ts
generated
vendored
|
@ -12,6 +12,8 @@ export default class ArcElement extends Element<ArcProps, ArcOptions> {
|
|||
static defaults: {
|
||||
borderAlign: string;
|
||||
borderColor: string;
|
||||
borderDash: any[];
|
||||
borderDashOffset: number;
|
||||
borderJoinStyle: any;
|
||||
borderRadius: number;
|
||||
borderWidth: number;
|
||||
|
@ -23,6 +25,10 @@ export default class ArcElement extends Element<ArcProps, ArcOptions> {
|
|||
static defaultRoutes: {
|
||||
backgroundColor: string;
|
||||
};
|
||||
static descriptors: {
|
||||
_scriptable: boolean;
|
||||
_indexable: (name: any) => boolean;
|
||||
};
|
||||
circumference: number;
|
||||
endAngle: number;
|
||||
fullCircles: number;
|
||||
|
|
2
node_modules/chart.js/dist/elements/element.point.d.ts
generated
vendored
2
node_modules/chart.js/dist/elements/element.point.d.ts
generated
vendored
|
@ -1,6 +1,6 @@
|
|||
import Element from '../core/core.element.js';
|
||||
import type { CartesianParsedData, ChartArea, Point, PointHoverOptions, PointOptions } from '../types/index.js';
|
||||
export declare type PointProps = Point;
|
||||
export type PointProps = Point;
|
||||
export default class PointElement extends Element<PointProps, PointOptions & PointHoverOptions> {
|
||||
static id: string;
|
||||
parsed: CartesianParsedData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue