mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 22:24:01 -06:00
Add the full source of BambuStudio
using version 1.0.10
This commit is contained in:
parent
30bcadab3e
commit
1555904bef
3771 changed files with 1251328 additions and 0 deletions
3
resources/web/guide/swiper/angular/angular/src/public-api.d.ts
vendored
Normal file
3
resources/web/guide/swiper/angular/angular/src/public-api.d.ts
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
export * from './swiper.module';
|
||||
export * from './swiper.component';
|
||||
export * from './swiper-slide.directive';
|
26
resources/web/guide/swiper/angular/angular/src/swiper-slide.directive.d.ts
vendored
Normal file
26
resources/web/guide/swiper/angular/angular/src/swiper-slide.directive.d.ts
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
import { TemplateRef } from '@angular/core';
|
||||
import * as i0 from "@angular/core";
|
||||
export declare class SwiperSlideDirective {
|
||||
template: TemplateRef<any>;
|
||||
virtualIndex: number;
|
||||
class: string;
|
||||
autoplayDelay: string | null;
|
||||
set zoom(val: boolean);
|
||||
get zoom(): boolean;
|
||||
private _zoom;
|
||||
slideIndex: number;
|
||||
get classNames(): string;
|
||||
set classNames(val: string);
|
||||
private _hasClass;
|
||||
slideData: {
|
||||
isActive: boolean;
|
||||
isPrev: boolean;
|
||||
isNext: boolean;
|
||||
isVisible: boolean;
|
||||
isDuplicate: boolean;
|
||||
};
|
||||
private _classNames;
|
||||
constructor(template: TemplateRef<any>);
|
||||
static ɵfac: i0.ɵɵFactoryDeclaration<SwiperSlideDirective, never>;
|
||||
static ɵdir: i0.ɵɵDirectiveDeclaration<SwiperSlideDirective, "ng-template[swiperSlide]", never, { "virtualIndex": "virtualIndex"; "class": "class"; "autoplayDelay": "data-swiper-autoplay"; "zoom": "zoom"; }, {}, never>;
|
||||
}
|
252
resources/web/guide/swiper/angular/angular/src/swiper.component.d.ts
vendored
Normal file
252
resources/web/guide/swiper/angular/angular/src/swiper.component.d.ts
vendored
Normal file
File diff suppressed because one or more lines are too long
9
resources/web/guide/swiper/angular/angular/src/swiper.module.d.ts
vendored
Normal file
9
resources/web/guide/swiper/angular/angular/src/swiper.module.d.ts
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
import * as i0 from "@angular/core";
|
||||
import * as i1 from "./swiper.component";
|
||||
import * as i2 from "./swiper-slide.directive";
|
||||
import * as i3 from "@angular/common";
|
||||
export declare class SwiperModule {
|
||||
static ɵfac: i0.ɵɵFactoryDeclaration<SwiperModule, never>;
|
||||
static ɵmod: i0.ɵɵNgModuleDeclaration<SwiperModule, [typeof i1.SwiperComponent, typeof i2.SwiperSlideDirective], [typeof i3.CommonModule], [typeof i1.SwiperComponent, typeof i2.SwiperSlideDirective]>;
|
||||
static ɵinj: i0.ɵɵInjectorDeclaration<SwiperModule>;
|
||||
}
|
6
resources/web/guide/swiper/angular/angular/src/utils/get-params.d.ts
vendored
Normal file
6
resources/web/guide/swiper/angular/angular/src/utils/get-params.d.ts
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
export declare const allowedParams: string[];
|
||||
export declare function getParams(obj?: any): {
|
||||
params: any;
|
||||
passedParams: any;
|
||||
rest: any;
|
||||
};
|
1
resources/web/guide/swiper/angular/angular/src/utils/params-list.d.ts
vendored
Normal file
1
resources/web/guide/swiper/angular/angular/src/utils/params-list.d.ts
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
export declare const paramsList: string[];
|
6
resources/web/guide/swiper/angular/angular/src/utils/utils.d.ts
vendored
Normal file
6
resources/web/guide/swiper/angular/angular/src/utils/utils.d.ts
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
export declare function isObject(o: any): boolean;
|
||||
export declare function isShowEl(val: any, obj: any, el: any): boolean;
|
||||
export declare function extend(target: any, src: any): void;
|
||||
export declare function coerceBooleanProperty(value: any): boolean;
|
||||
export declare const ignoreNgOnChanges: string[];
|
||||
export declare function setProperty(val: any, obj?: {}): {} | false;
|
Loading…
Add table
Add a link
Reference in a new issue