@po-ui/ng-components 18.19.0 → 18.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/po-field/po-combo/po-combo.component.mjs +41 -41
- package/esm2022/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.mjs +23 -23
- package/esm2022/lib/components/po-field/po-lookup/po-lookup.component.mjs +38 -47
- package/esm2022/lib/po.module.mjs +3 -12
- package/esm2022/lib/services/po-theme/enum/po-theme-type.enum.mjs +1 -4
- package/esm2022/lib/services/po-theme/helpers/po-theme-dark-defaults.constant.mjs +203 -0
- package/esm2022/lib/services/po-theme/helpers/po-theme-light-defaults.constant.mjs +134 -0
- package/esm2022/lib/services/po-theme/helpers/po-theme-poui.constant.mjs +13 -29
- package/esm2022/lib/services/po-theme/index.mjs +4 -7
- package/esm2022/lib/services/po-theme/interfaces/po-theme.interface.mjs +1 -1
- package/esm2022/lib/services/po-theme/po-theme.service.mjs +32 -216
- package/fesm2022/po-ui-ng-components.mjs +555 -816
- package/fesm2022/po-ui-ng-components.mjs.map +1 -1
- package/lib/po.module.d.ts +0 -3
- package/lib/services/po-theme/enum/po-theme-type.enum.d.ts +0 -3
- package/lib/services/po-theme/helpers/{types/po-theme-dark-defaults.constant.d.ts → po-theme-dark-defaults.constant.d.ts} +11 -4
- package/lib/services/po-theme/helpers/po-theme-light-defaults.constant.d.ts +41 -0
- package/lib/services/po-theme/helpers/po-theme-poui.constant.d.ts +1 -5
- package/lib/services/po-theme/index.d.ts +3 -6
- package/lib/services/po-theme/interfaces/po-theme.interface.d.ts +5 -18
- package/lib/services/po-theme/po-theme.service.d.ts +10 -90
- package/package.json +4 -4
- package/po-ui-ng-components-18.19.1.tgz +0 -0
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-update/v14/index.js +1 -1
- package/schematics/ng-update/v15/index.js +1 -1
- package/schematics/ng-update/v16/index.js +1 -1
- package/schematics/ng-update/v17/index.js +1 -1
- package/schematics/ng-update/v18/index.js +2 -2
- package/schematics/ng-update/v2/index.js +1 -1
- package/schematics/ng-update/v3/index.js +1 -1
- package/schematics/ng-update/v4/index.js +1 -1
- package/schematics/ng-update/v5/index.js +1 -1
- package/schematics/ng-update/v6/index.js +1 -1
- package/esm2022/lib/services/po-theme/enum/po-theme-a11y.enum.mjs +0 -30
- package/esm2022/lib/services/po-theme/helpers/accessibilities/po-theme-default-aa.constant.mjs +0 -14
- package/esm2022/lib/services/po-theme/helpers/accessibilities/po-theme-default-aaa.constant.mjs +0 -18
- package/esm2022/lib/services/po-theme/helpers/types/po-theme-dark-defaults.constant.mjs +0 -210
- package/esm2022/lib/services/po-theme/helpers/types/po-theme-light-defaults.constant.mjs +0 -114
- package/lib/services/po-theme/enum/po-theme-a11y.enum.d.ts +0 -28
- package/lib/services/po-theme/helpers/accessibilities/po-theme-default-aa.constant.d.ts +0 -10
- package/lib/services/po-theme/helpers/accessibilities/po-theme-default-aaa.constant.d.ts +0 -14
- package/lib/services/po-theme/helpers/types/po-theme-light-defaults.constant.d.ts +0 -25
- package/po-ui-ng-components-18.19.0.tgz +0 -0
package/lib/po.module.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { PoThemeService } from './services';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
import * as i1 from "./components/components.module";
|
|
4
3
|
import * as i2 from "./directives/directives.module";
|
|
@@ -7,8 +6,6 @@ import * as i4 from "./interceptors/interceptors.module";
|
|
|
7
6
|
import * as i5 from "./pipes/pipes.module";
|
|
8
7
|
import * as i6 from "./services/services.module";
|
|
9
8
|
export declare class PoModule {
|
|
10
|
-
private themeService;
|
|
11
|
-
constructor(themeService: PoThemeService);
|
|
12
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoModule, never>;
|
|
13
10
|
static ɵmod: i0.ɵɵNgModuleDeclaration<PoModule, never, [typeof i1.PoComponentsModule, typeof i2.PoDirectivesModule, typeof i3.PoGuardsModule, typeof i4.PoInterceptorsModule, typeof i5.PoPipesModule, typeof i6.PoServicesModule], [typeof i1.PoComponentsModule, typeof i2.PoDirectivesModule, typeof i4.PoInterceptorsModule, typeof i3.PoGuardsModule, typeof i5.PoPipesModule, typeof i6.PoServicesModule]>;
|
|
14
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<PoModule>;
|
|
@@ -15,9 +15,6 @@
|
|
|
15
15
|
*
|
|
16
16
|
* // Definindo o tipo de tema para dark
|
|
17
17
|
* themeService.setTheme(...theme, PoThemeTypeEnum.dark);
|
|
18
|
-
*
|
|
19
|
-
* // Definir o tipo do tema de um tema já aplicado
|
|
20
|
-
* themeService.setCurrentThemeType(PoThemeTypeEnum.dark);
|
|
21
18
|
* ```
|
|
22
19
|
*/
|
|
23
20
|
export declare enum PoThemeTypeEnum {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PoThemeColorAction,
|
|
1
|
+
import { PoThemeColorAction, PoThemeColorFeedback, PoThemeColorNeutral } from '../interfaces/po-theme-color.interface';
|
|
2
2
|
/**
|
|
3
3
|
* Define as cores de ação padrão para temas escuros.
|
|
4
4
|
*/
|
|
@@ -11,7 +11,6 @@ declare const poThemeDefaultNeutralsDark: PoThemeColorNeutral;
|
|
|
11
11
|
* Define as cores de feedback padrão para temas escuros.
|
|
12
12
|
*/
|
|
13
13
|
declare const poThemeDefaultFeedbackDark: PoThemeColorFeedback;
|
|
14
|
-
declare const poThemeDefaultBrandsDark: poThemeColorBrand;
|
|
15
14
|
/**
|
|
16
15
|
* Define estilos específicos por componente e onRoot para temas escuros.
|
|
17
16
|
*/
|
|
@@ -48,6 +47,9 @@ declare const poThemeDefaultDarkValues: {
|
|
|
48
47
|
'po-chart po-chart-container > svg .po-chart-axis-x-label, .po-chart-axis-y-label': {
|
|
49
48
|
fill: string;
|
|
50
49
|
};
|
|
50
|
+
'po-rich-text-toolbar .po-button-default.po-rich-text-toolbar-color-picker-button': {
|
|
51
|
+
'border-style': string;
|
|
52
|
+
};
|
|
51
53
|
'po-link': {
|
|
52
54
|
'--text-color-visited': string;
|
|
53
55
|
};
|
|
@@ -73,10 +75,12 @@ declare const poThemeDefaultDarkValues: {
|
|
|
73
75
|
'po-overlay, po-page-slide': {
|
|
74
76
|
'--color-overlay': string;
|
|
75
77
|
};
|
|
76
|
-
/** SELECT */
|
|
77
78
|
'po-select': {
|
|
78
79
|
'--color-hover': string;
|
|
79
80
|
};
|
|
81
|
+
'po-select select': {
|
|
82
|
+
'--color': string;
|
|
83
|
+
};
|
|
80
84
|
};
|
|
81
85
|
onRoot: {
|
|
82
86
|
'--color-neutral': string;
|
|
@@ -104,6 +108,9 @@ declare const poThemeDefaultDarkValues: {
|
|
|
104
108
|
'--color-calendar-background-color-box-background-range': string;
|
|
105
109
|
'--color-stepper-circle-disabled': string;
|
|
106
110
|
'--color-stepper-bar-disabled': string;
|
|
111
|
+
'--po-tab-smart-active': string;
|
|
112
|
+
'--po-tab-smart-background-item-selected': string;
|
|
113
|
+
'--po-tab-smart-background-hover': string;
|
|
107
114
|
};
|
|
108
115
|
};
|
|
109
|
-
export {
|
|
116
|
+
export { poThemeDefaultActionsDark, poThemeDefaultFeedbackDark, poThemeDefaultNeutralsDark, poThemeDefaultDarkValues };
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { PoThemeColorAction, PoThemeColorFeedback, PoThemeColorNeutral, poThemeColorBrand } from '../interfaces/po-theme-color.interface';
|
|
2
|
+
/**
|
|
3
|
+
* Define as cores de ação padrão para temas claros.
|
|
4
|
+
*/
|
|
5
|
+
declare const poThemeDefaultActions: PoThemeColorAction;
|
|
6
|
+
/**
|
|
7
|
+
* Define as cores neutras padrão para temas claros.
|
|
8
|
+
*/
|
|
9
|
+
declare const poThemeDefaultNeutrals: PoThemeColorNeutral;
|
|
10
|
+
/**
|
|
11
|
+
* Define as cores de feedback padrão para temas claros.
|
|
12
|
+
*/
|
|
13
|
+
declare const poThemeDefaultFeedback: PoThemeColorFeedback;
|
|
14
|
+
declare const poThemeDefaultBrands: poThemeColorBrand;
|
|
15
|
+
/**
|
|
16
|
+
* Define estilos específicos por componente e onRoot para temas claros.
|
|
17
|
+
*/
|
|
18
|
+
declare const poThemeDefaultLightValues: {
|
|
19
|
+
perComponent: {};
|
|
20
|
+
onRoot: {
|
|
21
|
+
'--color-widget-color-action-active': string;
|
|
22
|
+
'--color-widget-color-action-hover': string;
|
|
23
|
+
'--color-widget-color-action': string;
|
|
24
|
+
'--color-widget-color-default': string;
|
|
25
|
+
'--color-widget-color-title-action': string;
|
|
26
|
+
'--color-widget-color-widget-primary': string;
|
|
27
|
+
'--color-calendar-arrow': string;
|
|
28
|
+
'--color-calendar-title': string;
|
|
29
|
+
'--color-calendar-text-box-background-active': string;
|
|
30
|
+
'--color-calendar-background-color-border-today': string;
|
|
31
|
+
'--color-calendar-color-box-foreground': string;
|
|
32
|
+
'--color-calendar-color-box-foreground-selected': string;
|
|
33
|
+
'--color-calendar-color-box-foreground-pressed': string;
|
|
34
|
+
'--color-calendar-color-box-foreground-range': string;
|
|
35
|
+
'--color-calendar-color-box-foreground-today': string;
|
|
36
|
+
'--color-toolbar-color-default': string;
|
|
37
|
+
'--color-toolbar-color-title': string;
|
|
38
|
+
'--color-calendar-background-color-box-background-range': string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
export { poThemeDefaultBrands, poThemeDefaultActions, poThemeDefaultFeedback, poThemeDefaultNeutrals, poThemeDefaultLightValues };
|
|
@@ -4,12 +4,8 @@ import { PoTheme } from '../interfaces/po-theme.interface';
|
|
|
4
4
|
* Tokens de tema padrão para temas claros.
|
|
5
5
|
*/
|
|
6
6
|
declare const poThemeDefaultLight: PoThemeTokens;
|
|
7
|
-
/**
|
|
8
|
-
* Tokens de tema padrão para o tema escuro.
|
|
9
|
-
*/
|
|
10
|
-
declare const poThemeDefaultDark: PoThemeTokens;
|
|
11
7
|
/**
|
|
12
8
|
* Tema padrão.
|
|
13
9
|
*/
|
|
14
10
|
declare const poThemeDefault: PoTheme;
|
|
15
|
-
export { poThemeDefault,
|
|
11
|
+
export { poThemeDefault, poThemeDefaultLight };
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
+
export * from './helpers/po-theme-dark-defaults.constant';
|
|
2
|
+
export * from './helpers/po-theme-light-defaults.constant';
|
|
3
|
+
export * from './helpers/po-theme-poui.constant';
|
|
1
4
|
export * from './enum/po-theme-type.enum';
|
|
2
|
-
export * from './enum/po-theme-a11y.enum';
|
|
3
5
|
export * from './interfaces/po-theme-tokens.interface';
|
|
4
6
|
export * from './interfaces/po-theme-color.interface';
|
|
5
7
|
export * from './interfaces/po-theme.interface';
|
|
6
|
-
export * from './helpers/types/po-theme-light-defaults.constant';
|
|
7
|
-
export * from './helpers/types/po-theme-dark-defaults.constant';
|
|
8
|
-
export * from './helpers/accessibilities/po-theme-default-aaa.constant';
|
|
9
|
-
export * from './helpers/accessibilities/po-theme-default-aa.constant';
|
|
10
|
-
export * from './helpers/po-theme-poui.constant';
|
|
11
8
|
export * from './po-theme.service';
|
|
12
9
|
export * from './po-theme.module';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { PoThemeA11yEnum } from '../enum/po-theme-a11y.enum';
|
|
2
1
|
import { PoThemeTypeEnum } from '../enum/po-theme-type.enum';
|
|
3
2
|
import { PoThemeTokens } from './po-theme-tokens.interface';
|
|
4
3
|
/**
|
|
@@ -11,31 +10,19 @@ export interface PoTheme {
|
|
|
11
10
|
/** Nome do tema: 'default', 'totvs', 'sunset', etc. */
|
|
12
11
|
name: string;
|
|
13
12
|
/** Tipos de tema: 'light' e 'dark' */
|
|
14
|
-
type: PoThemeType
|
|
15
|
-
/** Tipo
|
|
16
|
-
active?: PoThemeTypeEnum
|
|
13
|
+
type: PoThemeType;
|
|
14
|
+
/** Tipo de tema ativo */
|
|
15
|
+
active?: PoThemeTypeEnum;
|
|
17
16
|
}
|
|
18
17
|
/**
|
|
19
18
|
* @docsPrivate
|
|
20
19
|
* @description
|
|
21
20
|
* Interface para os tipos de tema ('light' e 'dark').
|
|
22
21
|
*/
|
|
23
|
-
|
|
22
|
+
interface PoThemeType {
|
|
24
23
|
/** Tipo de tipo 'light' */
|
|
25
24
|
light?: PoThemeTokens;
|
|
26
25
|
/** Tipo de tipo 'dark' */
|
|
27
26
|
dark?: PoThemeTokens;
|
|
28
|
-
/** Nivel de Acessibilidade */
|
|
29
|
-
a11y?: PoThemeA11yEnum;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* @docsPrivate
|
|
33
|
-
* @description
|
|
34
|
-
* Interface para o tipo de tema ativo.
|
|
35
|
-
*/
|
|
36
|
-
export interface PoThemeActive {
|
|
37
|
-
/** Tipo de tema ativo */
|
|
38
|
-
type?: PoThemeTypeEnum;
|
|
39
|
-
/** Nivel de Acessibilidade */
|
|
40
|
-
a11y?: PoThemeA11yEnum;
|
|
41
27
|
}
|
|
28
|
+
export {};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { RendererFactory2 } from '@angular/core';
|
|
2
|
-
import { PoTheme, PoThemeActive } from './interfaces/po-theme.interface';
|
|
3
|
-
import { PoThemeA11yEnum } from './enum/po-theme-a11y.enum';
|
|
4
2
|
import { PoThemeTypeEnum } from './enum/po-theme-type.enum';
|
|
3
|
+
import { PoTheme } from './interfaces/po-theme.interface';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
/**
|
|
7
6
|
* @description
|
|
@@ -32,61 +31,15 @@ export declare class PoThemeService {
|
|
|
32
31
|
[key: string]: string;
|
|
33
32
|
});
|
|
34
33
|
/**
|
|
35
|
-
*
|
|
34
|
+
* Define o tema a ser aplicado no componente, de acordo com o tipo de tema especificado.
|
|
36
35
|
*
|
|
37
|
-
* Este método
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
* @param {PoTheme} themeConfig - Configuração de tema a ser aplicada ao componente.
|
|
41
|
-
* @param {PoThemeTypeEnum} [themeType=PoThemeTypeEnum.light] - (Opcional) Tipo de tema, podendo ser 'light' (claro) ou 'dark' (escuro). O tema claro é o padrão.
|
|
42
|
-
* @param {PoThemeA11yEnum} [a11yLevel=PoThemeA11yEnum.AAA] - (Opcional) Nível de acessibilidade do tema, podendo ser AA ou AAA. Padrão é AAA.
|
|
43
|
-
* @param {boolean} [persistPreference=true] - (Opcional) Define se a preferência de tema deve ser salva no localStorage para persistência. `true` para salvar, `false` para não salvar.
|
|
44
|
-
*/
|
|
45
|
-
setTheme(themeConfig: PoTheme, themeType?: PoThemeTypeEnum, a11yLevel?: PoThemeA11yEnum, persistPreference?: boolean): void;
|
|
46
|
-
/**
|
|
47
|
-
* @docsPrivate
|
|
48
|
-
*
|
|
49
|
-
* Aplica estilos customizados para o componente e para o root HTML, utilizando os tokens definidos.
|
|
50
|
-
*
|
|
51
|
-
* Esse método é chamado para inserir ou atualizar estilos no DOM, aplicando tanto tokens de `onRoot` (ex: `--font-family: 'Roboto'`)
|
|
52
|
-
* quanto estilos específicos de componentes (`perComponent`, como `po-listbox [hidden]: { display: 'flex !important' }`).
|
|
53
|
-
*
|
|
54
|
-
* O seletor CSS gerado leva em consideração o tema (`type`) e as configurações de acessibilidade (`a11y`) do tema ativo.
|
|
55
|
-
* A classe do tema é aplicada no HTML e pode ser formatada como `html[class*="-light-AA"]` para personalizações
|
|
56
|
-
* em temas específicos.
|
|
57
|
-
*
|
|
58
|
-
* @param {PoThemeActive} active - Objeto que define o tema ativo, com `type` e `a11y`.
|
|
59
|
-
* @param {any} perComponent - Objeto contendo os estilos específicos para componentes a serem aplicados.
|
|
60
|
-
* @param {any} onRoot - Objeto contendo tokens de estilo que serão aplicados diretamente no seletor `:root` do HTML.
|
|
61
|
-
*
|
|
62
|
-
* @example
|
|
63
|
-
*
|
|
64
|
-
* // Exemplo de utilização com um tema ativo e tokens de estilo
|
|
65
|
-
* const themeActive = { type: 'light', a11y: 'AA' };
|
|
66
|
-
* const perComponentStyles = {
|
|
67
|
-
* 'po-listbox [hidden]': {
|
|
68
|
-
* 'display': 'flex !important'
|
|
69
|
-
* }
|
|
70
|
-
* };
|
|
71
|
-
* const onRootStyles = {
|
|
72
|
-
* '--font-family': 'Roboto',
|
|
73
|
-
* '--background-color': '#fff'
|
|
74
|
-
* };
|
|
75
|
-
*
|
|
76
|
-
* this.setPerComponentAndOnRoot(themeActive, perComponentStyles, onRootStyles);
|
|
77
|
-
*
|
|
78
|
-
* // Resultado:
|
|
79
|
-
* // Gera e aplica os seguintes estilos no DOM
|
|
80
|
-
* // html[class*="-light-AA"]:root {
|
|
81
|
-
* // --font-family: 'Roboto';
|
|
82
|
-
* // --background-color: '#fff';
|
|
83
|
-
* // po-listbox [hidden] {
|
|
84
|
-
* // display: flex !important;
|
|
85
|
-
* // }
|
|
86
|
-
* // }
|
|
36
|
+
* Este método define o tema a ser aplicado no componente com base no objeto `theme` fornecido e no tipo de tema especificado.
|
|
37
|
+
* Ele atualiza as propriedades do componente para refletir o tema selecionado, como cores, estilos e comportamentos.
|
|
87
38
|
*
|
|
39
|
+
* @param {PoTheme} theme - Objeto contendo as definições de tema a serem aplicadas no componente.
|
|
40
|
+
* @param {PoThemeTypeEnum} [themeType=PoThemeTypeEnum.light] - (Opcional) Tipo de tema a ser aplicado, podendo ser 'light' (claro) ou 'dark' (escuro). Por padrão, o tema claro é aplicado.
|
|
88
41
|
*/
|
|
89
|
-
|
|
42
|
+
setTheme(theme: PoTheme, themeType?: PoThemeTypeEnum): void;
|
|
90
43
|
/**
|
|
91
44
|
* @docsPrivate
|
|
92
45
|
*
|
|
@@ -111,8 +64,6 @@ export declare class PoThemeService {
|
|
|
111
64
|
* @returns {PoTheme} Recupera o tema armazenado.
|
|
112
65
|
*/
|
|
113
66
|
persistThemeActive(): PoTheme;
|
|
114
|
-
private formatTheme;
|
|
115
|
-
applyTheme(theme?: any): any;
|
|
116
67
|
/**
|
|
117
68
|
* Altera o tipo do tema armazenado e aplica os novos estilos ao documento.
|
|
118
69
|
*
|
|
@@ -124,19 +75,15 @@ export declare class PoThemeService {
|
|
|
124
75
|
/**
|
|
125
76
|
* Método remove o tema armazenado e limpa todos os estilos de tema
|
|
126
77
|
* aplicados ao documento.
|
|
127
|
-
*
|
|
128
|
-
* @param {boolean} [persistPreference=true] - (Opcional) Define se a preferência de tema não deve ser mantida no localStorage para persistência. `true` para remover, `false` para manter.
|
|
129
78
|
*/
|
|
130
|
-
cleanThemeActive(
|
|
131
|
-
private getActiveTypeFromTheme;
|
|
132
|
-
private getActiveA11yFromTheme;
|
|
79
|
+
cleanThemeActive(): void;
|
|
133
80
|
/**
|
|
134
81
|
* @docsPrivate
|
|
135
82
|
*
|
|
136
83
|
* Este método define um dados do tema e o armazena.
|
|
137
84
|
* @param theme Os tokens de tema contendo os estilos adicionais a serem gerados.
|
|
138
85
|
*/
|
|
139
|
-
private
|
|
86
|
+
private setThemeActive;
|
|
140
87
|
/**
|
|
141
88
|
* Retorna o tema ativo como um observable.
|
|
142
89
|
* @returns {PoTheme} Tema ativo.
|
|
@@ -146,8 +93,7 @@ export declare class PoThemeService {
|
|
|
146
93
|
* @docsPrivate
|
|
147
94
|
*
|
|
148
95
|
* Gera estilos CSS com base nos tokens de cores fornecidos.
|
|
149
|
-
* @param
|
|
150
|
-
* @param id id do style a ser aplicado.
|
|
96
|
+
* @param themeColor Os tokens de cor a serem usados para gerar os estilos.
|
|
151
97
|
* @returns Uma string contendo os estilos CSS gerados.
|
|
152
98
|
*/
|
|
153
99
|
private createStyleElement;
|
|
@@ -191,32 +137,6 @@ export declare class PoThemeService {
|
|
|
191
137
|
* @returns {string} Imagem SVG utilizada no po-select.
|
|
192
138
|
*/
|
|
193
139
|
private getSelectBgIcon;
|
|
194
|
-
/**
|
|
195
|
-
* Define o tipo (light/dark) quando um tema está sendo aplicado.
|
|
196
|
-
*
|
|
197
|
-
* @param {PoTheme} theme - Objeto contendo as definições de tema a serem aplicadas no componente.
|
|
198
|
-
* @param {PoThemeTypeEnum} [themeType=PoThemeTypeEnum.light] - (Opcional) Tipo de tema a ser aplicado, podendo ser 'light' (claro) ou 'dark' (escuro). Por padrão, o tema claro é aplicado.
|
|
199
|
-
*/
|
|
200
|
-
setThemeType(theme: PoTheme, themeType?: PoThemeTypeEnum): void;
|
|
201
|
-
/**
|
|
202
|
-
* Define o tipo (light/dark) para um tema já ativo.
|
|
203
|
-
*
|
|
204
|
-
* @param {PoThemeTypeEnum} [themeType=PoThemeTypeEnum.light] - (Opcional) Tipo de tema a ser aplicado, podendo ser 'light' (claro) ou 'dark' (escuro). Por padrão, o tema claro é aplicado.
|
|
205
|
-
*/
|
|
206
|
-
setCurrentThemeType(themeType?: PoThemeTypeEnum): void;
|
|
207
|
-
/**
|
|
208
|
-
* Define o nivel de acessibilidade quando um tema está sendo aplicado.
|
|
209
|
-
*
|
|
210
|
-
* @param {PoTheme} theme - Objeto contendo as definições de tema a serem aplicadas no componente.
|
|
211
|
-
* @param {PoThemeA11yEnum} [a11y=PoThemeA11yEnum.AAA] - (Opcional) Nível de acessibilidade a ser aplicado ao tema, como AA ou AAA. Se não for informado, por padrão a acessibilidade será AAA.
|
|
212
|
-
*/
|
|
213
|
-
setThemeA11y(theme: PoTheme, a11y?: PoThemeA11yEnum): void;
|
|
214
|
-
/**
|
|
215
|
-
* Define o nivel de acessibilidade para um tema já ativo.
|
|
216
|
-
*
|
|
217
|
-
* @param {PoThemeA11yEnum} [a11y=PoThemeA11yEnum.AAA] - (Opcional) Nível de acessibilidade a ser aplicado ao tema, como AA ou AAA. Se não for informado, por padrão a acessibilidade será AAA.
|
|
218
|
-
*/
|
|
219
|
-
setCurrentThemeA11y(a11y?: PoThemeA11yEnum): void;
|
|
220
140
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoThemeService, [null, null, null, { optional: true; }]>;
|
|
221
141
|
static ɵprov: i0.ɵɵInjectableDeclaration<PoThemeService>;
|
|
222
142
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@po-ui/ng-components",
|
|
3
|
-
"version": "18.19.
|
|
3
|
+
"version": "18.19.1",
|
|
4
4
|
"description": "PO UI - Components",
|
|
5
5
|
"author": "PO UI",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@angular/cdk": "~18.0.1",
|
|
25
|
-
"@po-ui/style": "18.19.
|
|
26
|
-
"@po-ui/ng-schematics": "18.19.
|
|
25
|
+
"@po-ui/style": "18.19.1",
|
|
26
|
+
"@po-ui/ng-schematics": "18.19.1",
|
|
27
27
|
"tslib": "^2.6.2"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@angular/platform-browser-dynamic": "^18",
|
|
38
38
|
"@angular/router": "^18",
|
|
39
39
|
"@angular-devkit/schematics": "^18",
|
|
40
|
-
"@po-ui/style": "18.19.
|
|
40
|
+
"@po-ui/style": "18.19.1",
|
|
41
41
|
"rxjs": "~7.8.1",
|
|
42
42
|
"zone.js": "~0.14.4"
|
|
43
43
|
},
|
|
Binary file
|
|
@@ -18,7 +18,7 @@ function default_1(options) {
|
|
|
18
18
|
exports.default = default_1;
|
|
19
19
|
function addPoPackageAndInstall() {
|
|
20
20
|
return (tree, context) => {
|
|
21
|
-
(0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-components', '18.19.
|
|
21
|
+
(0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-components', '18.19.1');
|
|
22
22
|
// install packages
|
|
23
23
|
context.addTask(new tasks_1.NodePackageInstallTask());
|
|
24
24
|
};
|
|
@@ -5,7 +5,7 @@ const tasks_1 = require("@angular-devkit/schematics/tasks");
|
|
|
5
5
|
const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
6
6
|
const changes_1 = require("./changes");
|
|
7
7
|
function default_1() {
|
|
8
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('18.19.
|
|
8
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('18.19.1', changes_1.updateDepedenciesVersion), postUpdate()]);
|
|
9
9
|
}
|
|
10
10
|
exports.default = default_1;
|
|
11
11
|
function postUpdate() {
|
|
@@ -10,7 +10,7 @@ const changes_1 = require("./changes");
|
|
|
10
10
|
const httpClientModuleName = 'HttpClientModule';
|
|
11
11
|
const httpClientModuleSourcePath = '@angular/common/http';
|
|
12
12
|
function default_1() {
|
|
13
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('18.19.
|
|
13
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('18.19.1', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
|
|
14
14
|
}
|
|
15
15
|
exports.default = default_1;
|
|
16
16
|
function postUpdate() {
|
|
@@ -5,7 +5,7 @@ const tasks_1 = require("@angular-devkit/schematics/tasks");
|
|
|
5
5
|
const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
6
6
|
const changes_1 = require("./changes");
|
|
7
7
|
function default_1() {
|
|
8
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('18.19.
|
|
8
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('18.19.1', changes_1.updateDepedenciesVersion), postUpdate()]);
|
|
9
9
|
}
|
|
10
10
|
exports.default = default_1;
|
|
11
11
|
function postUpdate() {
|
|
@@ -5,7 +5,7 @@ const tasks_1 = require("@angular-devkit/schematics/tasks");
|
|
|
5
5
|
const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
6
6
|
const changes_1 = require("./changes");
|
|
7
7
|
function default_1() {
|
|
8
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('18.19.
|
|
8
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('18.19.1', changes_1.updateDepedenciesVersion), postUpdate()]);
|
|
9
9
|
}
|
|
10
10
|
exports.default = default_1;
|
|
11
11
|
function postUpdate() {
|
|
@@ -36,11 +36,11 @@ function main(options) {
|
|
|
36
36
|
configureNewIcon.toLowerCase() === 'y' ||
|
|
37
37
|
configureNewIcon.toLowerCase() === 'sim' ||
|
|
38
38
|
configureNewIcon.toLowerCase() === '') {
|
|
39
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('18.19.
|
|
39
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('18.19.1', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
|
|
40
40
|
}
|
|
41
41
|
else {
|
|
42
42
|
return (0, schematics_1.chain)([
|
|
43
|
-
(0, package_config_1.updatePackageJson)('18.19.
|
|
43
|
+
(0, package_config_1.updatePackageJson)('18.19.1', changes_1.updateDepedenciesVersion),
|
|
44
44
|
addImportOnly(options, [IconsDictionaryName, poIconDictionary], poModuleSourcePath),
|
|
45
45
|
addProviderToAppModule(options, newProviderDictionary),
|
|
46
46
|
updateAppConfigFileRule(),
|
|
@@ -10,7 +10,7 @@ const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
|
10
10
|
const changes_1 = require("./changes");
|
|
11
11
|
function updateToV2() {
|
|
12
12
|
return (0, schematics_1.chain)([
|
|
13
|
-
updatePackageJson('18.19.
|
|
13
|
+
updatePackageJson('18.19.1', changes_1.dependeciesChanges),
|
|
14
14
|
(0, replace_1.replaceInFile)('tslint.json', changes_1.tsLintReplaces),
|
|
15
15
|
(0, replace_1.replaceInFile)('angular.json', changes_1.angularJsonReplaces),
|
|
16
16
|
createUpgradeRule(),
|
|
@@ -7,7 +7,7 @@ const project_1 = require("@po-ui/ng-schematics/project");
|
|
|
7
7
|
const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
8
8
|
const changes_1 = require("./changes");
|
|
9
9
|
function updateToV3() {
|
|
10
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('18.19.
|
|
10
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('18.19.1', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
|
|
11
11
|
}
|
|
12
12
|
exports.updateToV3 = updateToV3;
|
|
13
13
|
function postUpdate() {
|
|
@@ -6,7 +6,7 @@ const project_1 = require("@po-ui/ng-schematics/project");
|
|
|
6
6
|
const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
7
7
|
const changes_1 = require("./changes");
|
|
8
8
|
function default_1() {
|
|
9
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('18.19.
|
|
9
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('18.19.1', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
|
|
10
10
|
}
|
|
11
11
|
exports.default = default_1;
|
|
12
12
|
function postUpdate() {
|
|
@@ -6,7 +6,7 @@ const project_1 = require("@po-ui/ng-schematics/project");
|
|
|
6
6
|
const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
7
7
|
const changes_1 = require("./changes");
|
|
8
8
|
function default_1() {
|
|
9
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('18.19.
|
|
9
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('18.19.1', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
|
|
10
10
|
}
|
|
11
11
|
exports.default = default_1;
|
|
12
12
|
function postUpdate() {
|
|
@@ -5,7 +5,7 @@ const tasks_1 = require("@angular-devkit/schematics/tasks");
|
|
|
5
5
|
const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
6
6
|
const changes_1 = require("./changes");
|
|
7
7
|
function default_1() {
|
|
8
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('18.19.
|
|
8
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('18.19.1', changes_1.updateDepedenciesVersion), postUpdate()]);
|
|
9
9
|
}
|
|
10
10
|
exports.default = default_1;
|
|
11
11
|
function postUpdate() {
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Enum para definir os níveis de acessibilidade suportados pelo serviço de temas.
|
|
3
|
-
*
|
|
4
|
-
* @usedBy PoThemeService
|
|
5
|
-
*
|
|
6
|
-
* @example
|
|
7
|
-
*
|
|
8
|
-
* Em um serviço de tema, você pode usar este enum de acessibilidade para alternar entre os níveis de temas suportados.
|
|
9
|
-
*
|
|
10
|
-
* ```
|
|
11
|
-
* import { PoThemeA11yEnum } from '@po-ui/theme';
|
|
12
|
-
*
|
|
13
|
-
* // Definindo o nível de acessibilidade ao setar o tema junto com o tipo
|
|
14
|
-
* themeService.setTheme(...theme, ...type, PoThemeA11yEnum.AA);
|
|
15
|
-
*
|
|
16
|
-
* // Definir o tema junto com o nível de acessibilidade
|
|
17
|
-
* themeService.setThemeA11y(...theme, PoThemeA11yEnum.AAA);
|
|
18
|
-
*
|
|
19
|
-
* // Definir o nível de acessibilidade de um tema já aplicado
|
|
20
|
-
* themeService.setCurrentThemeA11y(PoThemeA11yEnum.AAA);
|
|
21
|
-
* ```
|
|
22
|
-
*/
|
|
23
|
-
export var PoThemeA11yEnum;
|
|
24
|
-
(function (PoThemeA11yEnum) {
|
|
25
|
-
/** Nível de acessibilidade duplo A (AA) */
|
|
26
|
-
PoThemeA11yEnum["AA"] = "AA";
|
|
27
|
-
/** Nível de acessibilidade triplo A (AAA) */
|
|
28
|
-
PoThemeA11yEnum["AAA"] = "AAA";
|
|
29
|
-
})(PoThemeA11yEnum || (PoThemeA11yEnum = {}));
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tdGhlbWUtYTExeS5lbnVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWkvc3JjL2xpYi9zZXJ2aWNlcy9wby10aGVtZS9lbnVtL3BvLXRoZW1lLWExMXkuZW51bS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBcUJHO0FBQ0gsTUFBTSxDQUFOLElBQVksZUFNWDtBQU5ELFdBQVksZUFBZTtJQUN6QiwyQ0FBMkM7SUFDM0MsNEJBQVMsQ0FBQTtJQUVULDZDQUE2QztJQUM3Qyw4QkFBVyxDQUFBO0FBQ2IsQ0FBQyxFQU5XLGVBQWUsS0FBZixlQUFlLFFBTTFCIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBFbnVtIHBhcmEgZGVmaW5pciBvcyBuw612ZWlzIGRlIGFjZXNzaWJpbGlkYWRlIHN1cG9ydGFkb3MgcGVsbyBzZXJ2acOnbyBkZSB0ZW1hcy5cbiAqXG4gKiBAdXNlZEJ5IFBvVGhlbWVTZXJ2aWNlXG4gKlxuICogQGV4YW1wbGVcbiAqXG4gKiBFbSB1bSBzZXJ2acOnbyBkZSB0ZW1hLCB2b2PDqiBwb2RlIHVzYXIgZXN0ZSBlbnVtIGRlIGFjZXNzaWJpbGlkYWRlIHBhcmEgYWx0ZXJuYXIgZW50cmUgb3MgbsOtdmVpcyBkZSB0ZW1hcyBzdXBvcnRhZG9zLlxuICpcbiAqIGBgYFxuICogaW1wb3J0IHsgUG9UaGVtZUExMXlFbnVtIH0gZnJvbSAnQHBvLXVpL3RoZW1lJztcbiAqXG4gKiAvLyBEZWZpbmluZG8gbyBuw612ZWwgZGUgYWNlc3NpYmlsaWRhZGUgYW8gc2V0YXIgbyB0ZW1hIGp1bnRvIGNvbSBvIHRpcG9cbiAqIHRoZW1lU2VydmljZS5zZXRUaGVtZSguLi50aGVtZSwgLi4udHlwZSwgUG9UaGVtZUExMXlFbnVtLkFBKTtcbiAqXG4gKiAvLyBEZWZpbmlyIG8gdGVtYSBqdW50byBjb20gbyBuw612ZWwgZGUgYWNlc3NpYmlsaWRhZGVcbiAqIHRoZW1lU2VydmljZS5zZXRUaGVtZUExMXkoLi4udGhlbWUsIFBvVGhlbWVBMTF5RW51bS5BQUEpO1xuICpcbiAqIC8vIERlZmluaXIgbyBuw612ZWwgZGUgYWNlc3NpYmlsaWRhZGUgZGUgdW0gdGVtYSBqw6EgYXBsaWNhZG9cbiAqIHRoZW1lU2VydmljZS5zZXRDdXJyZW50VGhlbWVBMTF5KFBvVGhlbWVBMTF5RW51bS5BQUEpO1xuICogYGBgXG4gKi9cbmV4cG9ydCBlbnVtIFBvVGhlbWVBMTF5RW51bSB7XG4gIC8qKiBOw612ZWwgZGUgYWNlc3NpYmlsaWRhZGUgZHVwbG8gQSAoQUEpICovXG4gIEFBID0gJ0FBJyxcblxuICAvKiogTsOtdmVsIGRlIGFjZXNzaWJpbGlkYWRlIHRyaXBsbyBBIChBQUEpICovXG4gIEFBQSA9ICdBQUEnXG59XG4iXX0=
|
package/esm2022/lib/services/po-theme/helpers/accessibilities/po-theme-default-aa.constant.mjs
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Define estilos específicos por componente e onRoot para temas de acessibilidade AA.
|
|
3
|
-
*/
|
|
4
|
-
export const poThemeDefaultAA = {
|
|
5
|
-
perComponent: {},
|
|
6
|
-
onRoot: {
|
|
7
|
-
/*------------------------------------*\
|
|
8
|
-
COMMON
|
|
9
|
-
\*------------------------------------*/
|
|
10
|
-
'--outline-width': 'var(--border-width-md)',
|
|
11
|
-
'--outline-width-focus-visible': 'var(--border-width-md)'
|
|
12
|
-
}
|
|
13
|
-
};
|
|
14
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tdGhlbWUtZGVmYXVsdC1hYS5jb25zdGFudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpL3NyYy9saWIvc2VydmljZXMvcG8tdGhlbWUvaGVscGVycy9hY2Nlc3NpYmlsaXRpZXMvcG8tdGhlbWUtZGVmYXVsdC1hYS5jb25zdGFudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLGdCQUFnQixHQUFHO0lBQzlCLFlBQVksRUFBRSxFQUFFO0lBQ2hCLE1BQU0sRUFBRTtRQUNOOztnREFFd0M7UUFDeEMsaUJBQWlCLEVBQUUsd0JBQXdCO1FBQzNDLCtCQUErQixFQUFFLHdCQUF3QjtLQUMxRDtDQUNGLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIERlZmluZSBlc3RpbG9zIGVzcGVjw61maWNvcyBwb3IgY29tcG9uZW50ZSBlIG9uUm9vdCBwYXJhIHRlbWFzIGRlIGFjZXNzaWJpbGlkYWRlIEFBLlxuICovXG5leHBvcnQgY29uc3QgcG9UaGVtZURlZmF1bHRBQSA9IHtcbiAgcGVyQ29tcG9uZW50OiB7fSxcbiAgb25Sb290OiB7XG4gICAgLyotLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0qXFxcbiAgICBDT01NT05cbiAgICBcXCotLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0qL1xuICAgICctLW91dGxpbmUtd2lkdGgnOiAndmFyKC0tYm9yZGVyLXdpZHRoLW1kKScsXG4gICAgJy0tb3V0bGluZS13aWR0aC1mb2N1cy12aXNpYmxlJzogJ3ZhcigtLWJvcmRlci13aWR0aC1tZCknXG4gIH1cbn07XG4iXX0=
|
package/esm2022/lib/services/po-theme/helpers/accessibilities/po-theme-default-aaa.constant.mjs
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Define estilos específicos por componente e onRoot para temas de acessibilidade AAA.
|
|
3
|
-
*/
|
|
4
|
-
export const poThemeDefaultAAA = {
|
|
5
|
-
perComponent: {},
|
|
6
|
-
onRoot: {
|
|
7
|
-
/*------------------------------------*\
|
|
8
|
-
FONT
|
|
9
|
-
\*------------------------------------*/
|
|
10
|
-
'--font-family': 'Roboto',
|
|
11
|
-
'--font-family-theme': 'Roboto',
|
|
12
|
-
'--font-family-theme-bold': 'Roboto-Bold',
|
|
13
|
-
'--font-family-theme-extra-light': 'Roboto-Condensed-Light',
|
|
14
|
-
'--font-family-heading': 'Roboto',
|
|
15
|
-
'--font-family-code': 'Monospace'
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tdGhlbWUtZGVmYXVsdC1hYWEuY29uc3RhbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS9zcmMvbGliL3NlcnZpY2VzL3BvLXRoZW1lL2hlbHBlcnMvYWNjZXNzaWJpbGl0aWVzL3BvLXRoZW1lLWRlZmF1bHQtYWFhLmNvbnN0YW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0saUJBQWlCLEdBQUc7SUFDL0IsWUFBWSxFQUFFLEVBQUU7SUFDaEIsTUFBTSxFQUFFO1FBQ047OytDQUV1QztRQUN2QyxlQUFlLEVBQUUsUUFBUTtRQUN6QixxQkFBcUIsRUFBRSxRQUFRO1FBQy9CLDBCQUEwQixFQUFFLGFBQWE7UUFDekMsaUNBQWlDLEVBQUUsd0JBQXdCO1FBQzNELHVCQUF1QixFQUFFLFFBQVE7UUFDakMsb0JBQW9CLEVBQUUsV0FBVztLQUNsQztDQUNGLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIERlZmluZSBlc3RpbG9zIGVzcGVjw61maWNvcyBwb3IgY29tcG9uZW50ZSBlIG9uUm9vdCBwYXJhIHRlbWFzIGRlIGFjZXNzaWJpbGlkYWRlIEFBQS5cbiAqL1xuZXhwb3J0IGNvbnN0IHBvVGhlbWVEZWZhdWx0QUFBID0ge1xuICBwZXJDb21wb25lbnQ6IHt9LFxuICBvblJvb3Q6IHtcbiAgICAvKi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSpcXFxuICAgRk9OVFxuICAgXFwqLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tKi9cbiAgICAnLS1mb250LWZhbWlseSc6ICdSb2JvdG8nLFxuICAgICctLWZvbnQtZmFtaWx5LXRoZW1lJzogJ1JvYm90bycsXG4gICAgJy0tZm9udC1mYW1pbHktdGhlbWUtYm9sZCc6ICdSb2JvdG8tQm9sZCcsXG4gICAgJy0tZm9udC1mYW1pbHktdGhlbWUtZXh0cmEtbGlnaHQnOiAnUm9ib3RvLUNvbmRlbnNlZC1MaWdodCcsXG4gICAgJy0tZm9udC1mYW1pbHktaGVhZGluZyc6ICdSb2JvdG8nLFxuICAgICctLWZvbnQtZmFtaWx5LWNvZGUnOiAnTW9ub3NwYWNlJ1xuICB9XG59O1xuIl19
|