Revue déclaration attributs classe principale.
This commit is contained in:
parent
f306beafe6
commit
82a2ef3f69
@ -18,10 +18,6 @@ export class FreeDatas2HTML
|
|||||||
|
|
||||||
// L'url où accéder aux données :
|
// L'url où accéder aux données :
|
||||||
private _datasSourceUrl: string = "";
|
private _datasSourceUrl: string = "";
|
||||||
|
|
||||||
// Les fonctions spécifiques de classement pour certains champs :
|
|
||||||
private _datasSortingFunctions: SortingFunctions[] = [];
|
|
||||||
|
|
||||||
// Le nom des champs (interfaces à renommer, car PapaParse = cas particulier) :
|
// Le nom des champs (interfaces à renommer, car PapaParse = cas particulier) :
|
||||||
public parseMetas: PapaParseMeta|undefined = undefined;
|
public parseMetas: PapaParseMeta|undefined = undefined;
|
||||||
// Les données à proprement parler :
|
// Les données à proprement parler :
|
||||||
@ -31,14 +27,14 @@ export class FreeDatas2HTML
|
|||||||
// Doit-on tout arrêter si une erreur est rencontrée durant la parsage ?
|
// Doit-on tout arrêter si une erreur est rencontrée durant la parsage ?
|
||||||
public stopIfParseErrors: boolean = false;
|
public stopIfParseErrors: boolean = false;
|
||||||
|
|
||||||
|
// Les fonctions spécifiques de classement pour certains champs :
|
||||||
|
private _datasSortingFunctions: SortingFunctions[] = [];
|
||||||
// Les filtres possible sur certains champs
|
// Les filtres possible sur certains champs
|
||||||
datasSelectors: Selectors[] = [];
|
datasSelectors: Selectors[] = [];
|
||||||
|
|
||||||
// Les champs pouvant être classés
|
// Les champs pouvant être classés
|
||||||
datasSortingFields: SortingFields[] = [];
|
datasSortingFields: SortingFields[] = [];
|
||||||
// La dernier champ pour lequel le classement a été demandé
|
// La dernier champ pour lequel le classement a été demandé
|
||||||
datasSortedField: SortingFields|undefined;
|
datasSortedField: SortingFields|undefined;
|
||||||
|
|
||||||
// La Pagination :
|
// La Pagination :
|
||||||
pagination: Paginations|undefined;
|
pagination: Paginations|undefined;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user