@synerise/ds-core 1.3.1 → 1.4.0
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/CHANGELOG.md +11 -0
- package/dist/i18n/en.json +23 -0
- package/dist/i18n/es.json +143 -118
- package/dist/i18n/index.d.ts +117 -0
- package/dist/i18n/pl.json +24 -1
- package/dist/i18n/pt.json +24 -1
- package/dist/style/core.css +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.4.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.3.1...@synerise/ds-core@1.4.0) (2025-06-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **factors:** array factor type ([195d328](https://github.com/synerise/synerise-design/commit/195d3286e98b5f07fc9c1e56001e6ae844b7a080))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [1.3.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.3.0...@synerise/ds-core@1.3.1) (2025-05-26)
|
|
7
18
|
|
|
8
19
|
|
package/dist/i18n/en.json
CHANGED
|
@@ -69,6 +69,29 @@
|
|
|
69
69
|
"DATE_RANGE": "Date range",
|
|
70
70
|
"DYNAMIC_KEY": "Dynamic key",
|
|
71
71
|
"FORMULA": "Formula"
|
|
72
|
+
},
|
|
73
|
+
"ARRAY": {
|
|
74
|
+
"TRIGGER_LABEL": "Define array",
|
|
75
|
+
"MODAL_TITLE": "Array",
|
|
76
|
+
"CLEAR_BUTTON": "Clear all",
|
|
77
|
+
"CREATOR": "Creator",
|
|
78
|
+
"RAW_BUTTON_LABEL": "Raw",
|
|
79
|
+
"SEARCH_PLACEHOLDER": "Search",
|
|
80
|
+
"COLLECTOR_PLACEHOLDER": "Type value or paste multiple values separated by `,`",
|
|
81
|
+
"COLLECTOR_ADD": "Add",
|
|
82
|
+
"COLLECTOR_CANCEL": "Cancel",
|
|
83
|
+
"SEARCH_CLEAR_TOOLTIP": "Clear",
|
|
84
|
+
"DELETE_ITEM_TOOLTIP": "Delete",
|
|
85
|
+
"EMPTY_TITLE": "No items defined yet",
|
|
86
|
+
"EMPTY_DESCRIPTION": "",
|
|
87
|
+
"EMPTY_RESULTS_TITLE": "No items match your query",
|
|
88
|
+
"EMPTY_RESULTS_DESCRIPTION": "",
|
|
89
|
+
"LIMIT_PREFIX": "Limit",
|
|
90
|
+
"NUMERIC_VALIDATION_ERROR": "Some of the values are not a number",
|
|
91
|
+
"LIMIT_REACHED": "Limit has been reached",
|
|
92
|
+
"LIMIT_EXCEEDED": "Adding these items will exceed maximum items limit",
|
|
93
|
+
"COPIED": "Copied",
|
|
94
|
+
"COPY-VALUE": "Copy value"
|
|
72
95
|
}
|
|
73
96
|
},
|
|
74
97
|
"OPERATORS": {
|
package/dist/i18n/es.json
CHANGED
|
@@ -1,122 +1,147 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
"DS": {
|
|
3
|
+
"MANAGABLE-LIST": {
|
|
4
|
+
"LESS": "menos",
|
|
5
|
+
"MORE": "más",
|
|
6
|
+
"ADD-ITEM": "Añadir artículo",
|
|
7
|
+
"SHOW-MORE": "Mostrar más",
|
|
8
|
+
"SHOW-LESS": "Muestra menos"
|
|
9
|
+
},
|
|
10
|
+
"DATE-RANGE-PICKER": {
|
|
11
|
+
"TODAY": "Hoy",
|
|
12
|
+
"YESTERDAY": "Ayer",
|
|
13
|
+
"LAST-7-DAYS": "Últimos 7 días",
|
|
14
|
+
"THIS-WEEK": "Esta semana",
|
|
15
|
+
"LAST-WEEK": "Última semana",
|
|
16
|
+
"THIS-MONTH": "Este mes",
|
|
17
|
+
"LAST-MONTH": "Último mes",
|
|
18
|
+
"LAST-3-MONTHS": "Últimos 3 meses",
|
|
19
|
+
"LAST-6-MONTHS": "Últimos 6 meses",
|
|
20
|
+
"LAST-YEAR": "Último año",
|
|
21
|
+
"ALL-TIME": "Todo el tiempo",
|
|
22
|
+
"TOMORROW": "Mañana",
|
|
23
|
+
"NEXT-7-DAYS": "Siguientes 7 días",
|
|
24
|
+
"NEXT-WEEK": "Próxima semana",
|
|
25
|
+
"NEXT-MONTH": "Próximo mes",
|
|
26
|
+
"NEXT-3-MONTHS": "Siguientes 3 meses",
|
|
27
|
+
"NEXT-6-MONTHS": "Siguientes 6 meses",
|
|
28
|
+
"NEXT-YEAR": "Año siguiente",
|
|
29
|
+
"CUSTOM": "Personalizado",
|
|
30
|
+
"MORE": "Más",
|
|
31
|
+
"RELATIVE-DATE-RANGE": "Rango de fechas relativo",
|
|
32
|
+
"LAST": "Último",
|
|
33
|
+
"BEFORE": "antes",
|
|
34
|
+
"AFTER": "después",
|
|
35
|
+
"SINCE": "Desde",
|
|
36
|
+
"NEXT": "Siguiente",
|
|
37
|
+
"SECONDS": "Segundos",
|
|
38
|
+
"MINUTES": "Minutos",
|
|
39
|
+
"HOURS": "Horas",
|
|
40
|
+
"DAYS": "Días",
|
|
41
|
+
"WEEKS": "Semanas",
|
|
42
|
+
"MONTHS": "Meses",
|
|
43
|
+
"YEARS": "Años",
|
|
44
|
+
"TIMESTAMP-LAST": "Último",
|
|
45
|
+
"TIMESTAMP-NEXT": "Siguiente",
|
|
46
|
+
"TIMESTAMP-TILL": "hasta",
|
|
47
|
+
"APPLY": "Aplicar",
|
|
48
|
+
"NOW": "Ahora",
|
|
49
|
+
"FILTER": "Filtro de fecha",
|
|
50
|
+
"SELECT-DATE": "Seleccionar fecha",
|
|
51
|
+
"SELECT-TIME": "Seleccionar hora",
|
|
52
|
+
"START-DATE": "Fecha de inicio",
|
|
53
|
+
"END-DATE": "Fecha de fin",
|
|
54
|
+
"CLEAR": "Borrar",
|
|
55
|
+
"DAILY": "Todos los días",
|
|
56
|
+
"WEEKLY": "Cada semana",
|
|
57
|
+
"MONTHLY": "Cada mes",
|
|
58
|
+
"ADD-RULE": "Añadir regla",
|
|
59
|
+
"RULE": "Regla",
|
|
60
|
+
"COUNTED-FROM": " contado desde",
|
|
61
|
+
"CANCEL": "Cancelar",
|
|
62
|
+
"SELECT-ALL": "Seleccionar todo",
|
|
63
|
+
"UNSELECT-ALL": "Deseleccionar todo",
|
|
64
|
+
"WEEKDAYS-SHORT-0": "Lun",
|
|
65
|
+
"WEEKDAYS-SHORT-1": "Mar",
|
|
66
|
+
"WEEKDAYS-SHORT-2": "Mié",
|
|
67
|
+
"WEEKDAYS-SHORT-3": "Jue",
|
|
68
|
+
"WEEKDAYS-SHORT-4": "Vie",
|
|
69
|
+
"WEEKDAYS-SHORT-5": "Sáb",
|
|
70
|
+
"WEEKDAYS-SHORT-6": "Dom",
|
|
71
|
+
"DAYS-OF": "Días de",
|
|
72
|
+
"WEEKIN": "semana",
|
|
73
|
+
"MONTHIN": "mes",
|
|
74
|
+
"BEGINNING": "comienzo",
|
|
75
|
+
"END": "fin",
|
|
76
|
+
"CLICK-TO-SELECT": "Clic para seleccionar",
|
|
77
|
+
"NTH": {
|
|
78
|
+
"1": "Primer",
|
|
79
|
+
"2": "Segundo",
|
|
80
|
+
"3": "Tercer",
|
|
81
|
+
"4": "Cuarto",
|
|
82
|
+
"5": "Quinto"
|
|
9
83
|
},
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"WEEKDAYS-SHORT-6": "Dom",
|
|
71
|
-
"DAYS-OF": "Días de",
|
|
72
|
-
"WEEKIN": "semana",
|
|
73
|
-
"MONTHIN": "mes",
|
|
74
|
-
"BEGINNING": "comienzo",
|
|
75
|
-
"END": "fin",
|
|
76
|
-
"CLICK-TO-SELECT": "Clic para seleccionar",
|
|
77
|
-
"NTH": {
|
|
78
|
-
"1": "Primer",
|
|
79
|
-
"2": "Segundo",
|
|
80
|
-
"3": "Tercer",
|
|
81
|
-
"4": "Cuarto",
|
|
82
|
-
"5": "Quinto"
|
|
83
|
-
},
|
|
84
|
-
"WEEKDAYS_LONG": {
|
|
85
|
-
"1": "Lunes",
|
|
86
|
-
"2": "Martes",
|
|
87
|
-
"3": "Miércoles",
|
|
88
|
-
"4": "Jueves",
|
|
89
|
-
"5": "Viernes",
|
|
90
|
-
"6": "Sábado",
|
|
91
|
-
"7": "Domingo"
|
|
92
|
-
},
|
|
93
|
-
"EVERY_DAY": "cada día",
|
|
94
|
-
"REMOVE": "Eliminar",
|
|
95
|
-
"DATES_FILTER": "Filtro de fecha",
|
|
96
|
-
"NTH-DAY-OF-MONTH": " día del mes",
|
|
97
|
-
"SELECTED": "Seleccionado",
|
|
98
|
-
"MULTIPLE-MODE-HINT": "Utilice la tecla Shift para hacer selecciones múltiples.",
|
|
99
|
-
"SELECT-DAYS-DESCRIPTION": "Seleccione un día o varios. Utilice la tecla \"Shift\" o la tecla \"Ctrl\" para seleccionar más de uno.",
|
|
100
|
-
"ADD-TIME": "Agregar hora",
|
|
101
|
-
"SAVE-FILTER": "Guardar filtro",
|
|
102
|
-
"FILTER-NAME": "Nombre del filtro",
|
|
103
|
-
"IN-WEEK": "semana",
|
|
104
|
-
"IN-MONTH": "mes",
|
|
105
|
-
"MAXIMUM-RANGES-MESSAGE": "Ha alcanzado la cantidad máxima de rangos para las entradas seleccionadas.",
|
|
106
|
-
"SET_TIME_FOR": "Establecer hora para:",
|
|
107
|
-
"START-DATE-PLACEHOLDER": "Fecha de inicio",
|
|
108
|
-
"END-DATE-PLACEHOLDER": "Fecha de finalización",
|
|
109
|
-
"ADD-FILTER": "Añadir filtro",
|
|
110
|
-
"SELECT-DATE-FILTER": "Seleccionar filtro de fecha",
|
|
111
|
-
"FILTER-ENABLED": "Filtro habilitado",
|
|
112
|
-
"COPY-RANGE": "Copiar rango",
|
|
113
|
-
"PASTE-RANGE": "Pegar rango",
|
|
114
|
-
"CLEAR-RANGE": "Limpiar rango",
|
|
115
|
-
"RANGE": "Intervalo",
|
|
116
|
-
"HOUR": "Hora",
|
|
117
|
-
"SAVED-FILTERS": "Filtros guardados",
|
|
118
|
-
"CHANGE": "Cambiar",
|
|
119
|
-
"FILTER-INVERSE-SELECTION": "Selección inversa"
|
|
84
|
+
"WEEKDAYS_LONG": {
|
|
85
|
+
"1": "Lunes",
|
|
86
|
+
"2": "Martes",
|
|
87
|
+
"3": "Miércoles",
|
|
88
|
+
"4": "Jueves",
|
|
89
|
+
"5": "Viernes",
|
|
90
|
+
"6": "Sábado",
|
|
91
|
+
"7": "Domingo"
|
|
92
|
+
},
|
|
93
|
+
"EVERY_DAY": "cada día",
|
|
94
|
+
"REMOVE": "Eliminar",
|
|
95
|
+
"DATES_FILTER": "Filtro de fecha",
|
|
96
|
+
"NTH-DAY-OF-MONTH": " día del mes",
|
|
97
|
+
"SELECTED": "Seleccionado",
|
|
98
|
+
"MULTIPLE-MODE-HINT": "Utilice la tecla Shift para hacer selecciones múltiples.",
|
|
99
|
+
"SELECT-DAYS-DESCRIPTION": "Seleccione un día o varios. Utilice la tecla \"Shift\" o la tecla \"Ctrl\" para seleccionar más de uno.",
|
|
100
|
+
"ADD-TIME": "Agregar hora",
|
|
101
|
+
"SAVE-FILTER": "Guardar filtro",
|
|
102
|
+
"FILTER-NAME": "Nombre del filtro",
|
|
103
|
+
"IN-WEEK": "semana",
|
|
104
|
+
"IN-MONTH": "mes",
|
|
105
|
+
"MAXIMUM-RANGES-MESSAGE": "Ha alcanzado la cantidad máxima de rangos para las entradas seleccionadas.",
|
|
106
|
+
"SET_TIME_FOR": "Establecer hora para:",
|
|
107
|
+
"START-DATE-PLACEHOLDER": "Fecha de inicio",
|
|
108
|
+
"END-DATE-PLACEHOLDER": "Fecha de finalización",
|
|
109
|
+
"ADD-FILTER": "Añadir filtro",
|
|
110
|
+
"SELECT-DATE-FILTER": "Seleccionar filtro de fecha",
|
|
111
|
+
"FILTER-ENABLED": "Filtro habilitado",
|
|
112
|
+
"COPY-RANGE": "Copiar rango",
|
|
113
|
+
"PASTE-RANGE": "Pegar rango",
|
|
114
|
+
"CLEAR-RANGE": "Limpiar rango",
|
|
115
|
+
"RANGE": "Intervalo",
|
|
116
|
+
"HOUR": "Hora",
|
|
117
|
+
"SAVED-FILTERS": "Filtros guardados",
|
|
118
|
+
"CHANGE": "Cambiar",
|
|
119
|
+
"FILTER-INVERSE-SELECTION": "Selección inversa"
|
|
120
|
+
},
|
|
121
|
+
"FACTORS": {
|
|
122
|
+
"ARRAY": {
|
|
123
|
+
"TRIGGER_LABEL": "Definir arreglo",
|
|
124
|
+
"MODAL_TITLE": "Arreglo",
|
|
125
|
+
"CLEAR_BUTTON": "Borrar todo",
|
|
126
|
+
"CREATOR": "Creador",
|
|
127
|
+
"RAW_BUTTON_LABEL": "Crudo",
|
|
128
|
+
"SEARCH_PLACEHOLDER": "Buscar",
|
|
129
|
+
"COLLECTOR_PLACEHOLDER": "Escribe un valor o pega varios valores separados por `,`",
|
|
130
|
+
"COLLECTOR_ADD": "Agregar",
|
|
131
|
+
"COLLECTOR_CANCEL": "Cancelar",
|
|
132
|
+
"SEARCH_CLEAR_TOOLTIP": "Borrar",
|
|
133
|
+
"DELETE_ITEM_TOOLTIP": "Eliminar",
|
|
134
|
+
"EMPTY_TITLE": "Aún no se han definido elementos",
|
|
135
|
+
"EMPTY_DESCRIPTION": "",
|
|
136
|
+
"EMPTY_RESULTS_TITLE": "Ningún elemento coincide con tu búsqueda",
|
|
137
|
+
"EMPTY_RESULTS_DESCRIPTION": "",
|
|
138
|
+
"LIMIT_PREFIX": "Límite",
|
|
139
|
+
"NUMERIC_VALIDATION_ERROR": "Algunos de los valores no son numéricos",
|
|
140
|
+
"LIMIT_REACHED": "Se alcanzó el límite",
|
|
141
|
+
"LIMIT_EXCEEDED": "Agregar estos elementos excederá el límite máximo",
|
|
142
|
+
"COPIED": "Copiado",
|
|
143
|
+
"COPY-VALUE": "Copiar valor"
|
|
120
144
|
}
|
|
121
145
|
}
|
|
122
|
-
}
|
|
146
|
+
}
|
|
147
|
+
}
|
package/dist/i18n/index.d.ts
CHANGED
|
@@ -87,6 +87,29 @@ declare const _default: {
|
|
|
87
87
|
KEY_PLACEHOLDER: string;
|
|
88
88
|
};
|
|
89
89
|
MODAL_APPLY: string;
|
|
90
|
+
ARRAY: {
|
|
91
|
+
TRIGGER_LABEL: string;
|
|
92
|
+
MODAL_TITLE: string;
|
|
93
|
+
CLEAR_BUTTON: string;
|
|
94
|
+
CREATOR: string;
|
|
95
|
+
RAW_BUTTON_LABEL: string;
|
|
96
|
+
SEARCH_PLACEHOLDER: string;
|
|
97
|
+
COLLECTOR_PLACEHOLDER: string;
|
|
98
|
+
COLLECTOR_ADD: string;
|
|
99
|
+
COLLECTOR_CANCEL: string;
|
|
100
|
+
SEARCH_CLEAR_TOOLTIP: string;
|
|
101
|
+
DELETE_ITEM_TOOLTIP: string;
|
|
102
|
+
EMPTY_TITLE: string;
|
|
103
|
+
EMPTY_DESCRIPTION: string;
|
|
104
|
+
EMPTY_RESULTS_TITLE: string;
|
|
105
|
+
EMPTY_RESULTS_DESCRIPTION: string;
|
|
106
|
+
LIMIT_PREFIX: string;
|
|
107
|
+
NUMERIC_VALIDATION_ERROR: string;
|
|
108
|
+
LIMIT_REACHED: string;
|
|
109
|
+
LIMIT_EXCEEDED: string;
|
|
110
|
+
COPIED: string;
|
|
111
|
+
"COPY-VALUE": string;
|
|
112
|
+
};
|
|
90
113
|
};
|
|
91
114
|
DESCRIPTION: {
|
|
92
115
|
"COPY-VALUE": string;
|
|
@@ -463,6 +486,29 @@ declare const _default: {
|
|
|
463
486
|
DYNAMIC_KEY: string;
|
|
464
487
|
FORMULA: string;
|
|
465
488
|
};
|
|
489
|
+
ARRAY: {
|
|
490
|
+
TRIGGER_LABEL: string;
|
|
491
|
+
MODAL_TITLE: string;
|
|
492
|
+
CLEAR_BUTTON: string;
|
|
493
|
+
CREATOR: string;
|
|
494
|
+
RAW_BUTTON_LABEL: string;
|
|
495
|
+
SEARCH_PLACEHOLDER: string;
|
|
496
|
+
COLLECTOR_PLACEHOLDER: string;
|
|
497
|
+
COLLECTOR_ADD: string;
|
|
498
|
+
COLLECTOR_CANCEL: string;
|
|
499
|
+
SEARCH_CLEAR_TOOLTIP: string;
|
|
500
|
+
DELETE_ITEM_TOOLTIP: string;
|
|
501
|
+
EMPTY_TITLE: string;
|
|
502
|
+
EMPTY_DESCRIPTION: string;
|
|
503
|
+
EMPTY_RESULTS_TITLE: string;
|
|
504
|
+
EMPTY_RESULTS_DESCRIPTION: string;
|
|
505
|
+
LIMIT_PREFIX: string;
|
|
506
|
+
NUMERIC_VALIDATION_ERROR: string;
|
|
507
|
+
LIMIT_REACHED: string;
|
|
508
|
+
LIMIT_EXCEEDED: string;
|
|
509
|
+
COPIED: string;
|
|
510
|
+
"COPY-VALUE": string;
|
|
511
|
+
};
|
|
466
512
|
};
|
|
467
513
|
OPERATORS: {
|
|
468
514
|
BUTTON_LABEL: string;
|
|
@@ -960,6 +1006,31 @@ declare const _default: {
|
|
|
960
1006
|
CHANGE: string;
|
|
961
1007
|
"FILTER-INVERSE-SELECTION": string;
|
|
962
1008
|
};
|
|
1009
|
+
FACTORS: {
|
|
1010
|
+
ARRAY: {
|
|
1011
|
+
TRIGGER_LABEL: string;
|
|
1012
|
+
MODAL_TITLE: string;
|
|
1013
|
+
CLEAR_BUTTON: string;
|
|
1014
|
+
CREATOR: string;
|
|
1015
|
+
RAW_BUTTON_LABEL: string;
|
|
1016
|
+
SEARCH_PLACEHOLDER: string;
|
|
1017
|
+
COLLECTOR_PLACEHOLDER: string;
|
|
1018
|
+
COLLECTOR_ADD: string;
|
|
1019
|
+
COLLECTOR_CANCEL: string;
|
|
1020
|
+
SEARCH_CLEAR_TOOLTIP: string;
|
|
1021
|
+
DELETE_ITEM_TOOLTIP: string;
|
|
1022
|
+
EMPTY_TITLE: string;
|
|
1023
|
+
EMPTY_DESCRIPTION: string;
|
|
1024
|
+
EMPTY_RESULTS_TITLE: string;
|
|
1025
|
+
EMPTY_RESULTS_DESCRIPTION: string;
|
|
1026
|
+
LIMIT_PREFIX: string;
|
|
1027
|
+
NUMERIC_VALIDATION_ERROR: string;
|
|
1028
|
+
LIMIT_REACHED: string;
|
|
1029
|
+
LIMIT_EXCEEDED: string;
|
|
1030
|
+
COPIED: string;
|
|
1031
|
+
"COPY-VALUE": string;
|
|
1032
|
+
};
|
|
1033
|
+
};
|
|
963
1034
|
};
|
|
964
1035
|
};
|
|
965
1036
|
pt: {
|
|
@@ -1003,6 +1074,29 @@ declare const _default: {
|
|
|
1003
1074
|
DYNAMIC_KEY: string;
|
|
1004
1075
|
FORMULA: string;
|
|
1005
1076
|
};
|
|
1077
|
+
ARRAY: {
|
|
1078
|
+
TRIGGER_LABEL: string;
|
|
1079
|
+
MODAL_TITLE: string;
|
|
1080
|
+
CLEAR_BUTTON: string;
|
|
1081
|
+
CREATOR: string;
|
|
1082
|
+
RAW_BUTTON_LABEL: string;
|
|
1083
|
+
SEARCH_PLACEHOLDER: string;
|
|
1084
|
+
COLLECTOR_PLACEHOLDER: string;
|
|
1085
|
+
COLLECTOR_ADD: string;
|
|
1086
|
+
COLLECTOR_CANCEL: string;
|
|
1087
|
+
SEARCH_CLEAR_TOOLTIP: string;
|
|
1088
|
+
DELETE_ITEM_TOOLTIP: string;
|
|
1089
|
+
EMPTY_TITLE: string;
|
|
1090
|
+
EMPTY_DESCRIPTION: string;
|
|
1091
|
+
EMPTY_RESULTS_TITLE: string;
|
|
1092
|
+
EMPTY_RESULTS_DESCRIPTION: string;
|
|
1093
|
+
LIMIT_PREFIX: string;
|
|
1094
|
+
NUMERIC_VALIDATION_ERROR: string;
|
|
1095
|
+
LIMIT_REACHED: string;
|
|
1096
|
+
LIMIT_EXCEEDED: string;
|
|
1097
|
+
COPIED: string;
|
|
1098
|
+
"COPY-VALUE": string;
|
|
1099
|
+
};
|
|
1006
1100
|
};
|
|
1007
1101
|
OPERATORS: {
|
|
1008
1102
|
BUTTON_LABEL: string;
|
|
@@ -1410,6 +1504,29 @@ declare const _default: {
|
|
|
1410
1504
|
DYNAMIC_KEY: string;
|
|
1411
1505
|
FORMULA: string;
|
|
1412
1506
|
};
|
|
1507
|
+
ARRAY: {
|
|
1508
|
+
TRIGGER_LABEL: string;
|
|
1509
|
+
MODAL_TITLE: string;
|
|
1510
|
+
CLEAR_BUTTON: string;
|
|
1511
|
+
CREATOR: string;
|
|
1512
|
+
RAW_BUTTON_LABEL: string;
|
|
1513
|
+
SEARCH_PLACEHOLDER: string;
|
|
1514
|
+
COLLECTOR_PLACEHOLDER: string;
|
|
1515
|
+
COLLECTOR_ADD: string;
|
|
1516
|
+
COLLECTOR_CANCEL: string;
|
|
1517
|
+
SEARCH_CLEAR_TOOLTIP: string;
|
|
1518
|
+
DELETE_ITEM_TOOLTIP: string;
|
|
1519
|
+
EMPTY_TITLE: string;
|
|
1520
|
+
EMPTY_DESCRIPTION: string;
|
|
1521
|
+
EMPTY_RESULTS_TITLE: string;
|
|
1522
|
+
EMPTY_RESULTS_DESCRIPTION: string;
|
|
1523
|
+
LIMIT_PREFIX: string;
|
|
1524
|
+
NUMERIC_VALIDATION_ERROR: string;
|
|
1525
|
+
LIMIT_REACHED: string;
|
|
1526
|
+
LIMIT_EXCEEDED: string;
|
|
1527
|
+
COPIED: string;
|
|
1528
|
+
"COPY-VALUE": string;
|
|
1529
|
+
};
|
|
1413
1530
|
};
|
|
1414
1531
|
OPERATORS: {
|
|
1415
1532
|
BUTTON_LABEL: string;
|
package/dist/i18n/pl.json
CHANGED
|
@@ -85,7 +85,30 @@
|
|
|
85
85
|
"VALUE_PLACEHOLDER": "Wartość",
|
|
86
86
|
"KEY_PLACEHOLDER": "Klucz"
|
|
87
87
|
},
|
|
88
|
-
"MODAL_APPLY": "Zapisz"
|
|
88
|
+
"MODAL_APPLY": "Zapisz",
|
|
89
|
+
"ARRAY": {
|
|
90
|
+
"TRIGGER_LABEL": "Zdefiniuj tablicę",
|
|
91
|
+
"MODAL_TITLE": "Tablica",
|
|
92
|
+
"CLEAR_BUTTON": "Wyczyść",
|
|
93
|
+
"CREATOR": "Kreator",
|
|
94
|
+
"RAW_BUTTON_LABEL": "Wartości",
|
|
95
|
+
"SEARCH_PLACEHOLDER": "Szukaj",
|
|
96
|
+
"COLLECTOR_PLACEHOLDER": "Wpisz wartość lub wklej wiele oddzielonych `,`",
|
|
97
|
+
"COLLECTOR_ADD": "Dodaj",
|
|
98
|
+
"COLLECTOR_CANCEL": "Anuluj",
|
|
99
|
+
"SEARCH_CLEAR_TOOLTIP": "Wyczyść",
|
|
100
|
+
"DELETE_ITEM_TOOLTIP": "Usuń",
|
|
101
|
+
"EMPTY_TITLE": "Brak wartości",
|
|
102
|
+
"EMPTY_DESCRIPTION": "",
|
|
103
|
+
"EMPTY_RESULTS_TITLE": "Brak wyników wyszukiwania",
|
|
104
|
+
"EMPTY_RESULTS_DESCRIPTION": "",
|
|
105
|
+
"LIMIT_PREFIX": "Limit",
|
|
106
|
+
"NUMERIC_VALIDATION_ERROR": "Niektóre wartości nie są liczbami",
|
|
107
|
+
"LIMIT_REACHED": "Limit zostal osiągnięty",
|
|
108
|
+
"LIMIT_EXCEEDED": "Ilość wartości przekracza limit",
|
|
109
|
+
"COPIED": "Skopiowano",
|
|
110
|
+
"COPY-VALUE": "Kopiuj wartość"
|
|
111
|
+
}
|
|
89
112
|
},
|
|
90
113
|
"DESCRIPTION": {
|
|
91
114
|
"COPY-VALUE": "Kopiuj wartość",
|
package/dist/i18n/pt.json
CHANGED
|
@@ -38,6 +38,29 @@
|
|
|
38
38
|
"DATE_RANGE": "Faixa de datas",
|
|
39
39
|
"DYNAMIC_KEY": "Chave dinâmica",
|
|
40
40
|
"FORMULA": "Fórmula"
|
|
41
|
+
},
|
|
42
|
+
"ARRAY": {
|
|
43
|
+
"TRIGGER_LABEL": "Definir array",
|
|
44
|
+
"MODAL_TITLE": "Array",
|
|
45
|
+
"CLEAR_BUTTON": "Limpar tudo",
|
|
46
|
+
"CREATOR": "Criador",
|
|
47
|
+
"RAW_BUTTON_LABEL": "Bruto",
|
|
48
|
+
"SEARCH_PLACEHOLDER": "Pesquisar",
|
|
49
|
+
"COLLECTOR_PLACEHOLDER": "Digite um valor ou cole múltiplos valores separados por `,`",
|
|
50
|
+
"COLLECTOR_ADD": "Adicionar",
|
|
51
|
+
"COLLECTOR_CANCEL": "Cancelar",
|
|
52
|
+
"SEARCH_CLEAR_TOOLTIP": "Limpar",
|
|
53
|
+
"DELETE_ITEM_TOOLTIP": "Excluir",
|
|
54
|
+
"EMPTY_TITLE": "Nenhum item definido ainda",
|
|
55
|
+
"EMPTY_DESCRIPTION": "",
|
|
56
|
+
"EMPTY_RESULTS_TITLE": "Nenhum item corresponde à sua busca",
|
|
57
|
+
"EMPTY_RESULTS_DESCRIPTION": "",
|
|
58
|
+
"LIMIT_PREFIX": "Limite",
|
|
59
|
+
"NUMERIC_VALIDATION_ERROR": "Alguns dos valores não são numéricos",
|
|
60
|
+
"LIMIT_REACHED": "O limite foi atingido",
|
|
61
|
+
"LIMIT_EXCEEDED": "Adicionar esses itens excederá o limite máximo de itens",
|
|
62
|
+
"COPIED": "Copiado",
|
|
63
|
+
"COPY-VALUE": "Copiar valor"
|
|
41
64
|
}
|
|
42
65
|
},
|
|
43
66
|
"OPERATORS": {
|
|
@@ -373,4 +396,4 @@
|
|
|
373
396
|
"CHOOSE-CONDITION": "Escolha o tipo de condição abaixo"
|
|
374
397
|
}
|
|
375
398
|
}
|
|
376
|
-
}
|
|
399
|
+
}
|
package/dist/style/core.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[class*=ant-] input::-ms-clear,[class*=ant-] input::-ms-reveal,[class*=ant-]::-ms-clear,[class^=ant-] input::-ms-clear,[class^=ant-] input::-ms-reveal,[class^=ant-]::-ms-clear{display:none}body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}body{margin:0;color:#6a7580;font-size:13px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';font-variant:tabular-nums;line-height:1.38;background-color:#f2f5f6;font-feature-settings:'tnum'}[tabindex='-1']:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;color:#384350;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[data-original-title],abbr[title]{text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=password],input[type=number],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0b68ff;text-decoration:none;background-color:transparent;outline:0;cursor:pointer;transition:color .3s;-webkit-text-decoration-skip:objects}a:hover{color:#238afe}a:active{color:#0b68ff}a:active,a:hover{text-decoration:underline;outline:0}a:focus{text-decoration:none;outline:0}a[disabled]{color:#b5bdc3;cursor:not-allowed}code,kbd,pre,samp{font-size:1em;font-family:Consolas,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;color:#232936;text-align:left;caption-side:bottom}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}::selection{color:#fff;background:#0b68ff}.clearfix::before{display:table;content:''}.clearfix::after{display:table;clear:both;content:''}.anticon{display:inline-flex;align-items:center;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.anticon>*{line-height:1}.anticon svg{display:inline-block}.anticon::before{display:none}.anticon .anticon-icon{display:block}.anticon>.anticon{line-height:0;vertical-align:0}.anticon[tabindex]{cursor:pointer}.anticon-spin,.anticon-spin::before{display:inline-block;animation:loadingCircle 1s infinite linear}.ant-fade-appear,.ant-fade-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-fade-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-fade-appear.ant-fade-appear-active,.ant-fade-enter.ant-fade-enter-active{animation-name:antFadeIn;animation-play-state:running}.ant-fade-leave.ant-fade-leave-active{animation-name:antFadeOut;animation-play-state:running;pointer-events:none}.ant-fade-appear,.ant-fade-enter{opacity:0;animation-timing-function:linear}.ant-fade-leave{animation-timing-function:linear}@keyframes antFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes antFadeOut{0%{opacity:1}100%{opacity:0}}.ant-move-up-appear,.ant-move-up-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-up-appear.ant-move-up-appear-active,.ant-move-up-enter.ant-move-up-enter-active{animation-name:antMoveUpIn;animation-play-state:running}.ant-move-up-leave.ant-move-up-leave-active{animation-name:antMoveUpOut;animation-play-state:running;pointer-events:none}.ant-move-up-appear,.ant-move-up-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-move-up-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.ant-move-down-appear,.ant-move-down-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-down-appear.ant-move-down-appear-active,.ant-move-down-enter.ant-move-down-enter-active{animation-name:antMoveDownIn;animation-play-state:running}.ant-move-down-leave.ant-move-down-leave-active{animation-name:antMoveDownOut;animation-play-state:running;pointer-events:none}.ant-move-down-appear,.ant-move-down-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-move-down-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.ant-move-left-appear,.ant-move-left-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-left-appear.ant-move-left-appear-active,.ant-move-left-enter.ant-move-left-enter-active{animation-name:antMoveLeftIn;animation-play-state:running}.ant-move-left-leave.ant-move-left-leave-active{animation-name:antMoveLeftOut;animation-play-state:running;pointer-events:none}.ant-move-left-appear,.ant-move-left-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-move-left-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.ant-move-right-appear,.ant-move-right-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-right-appear.ant-move-right-appear-active,.ant-move-right-enter.ant-move-right-enter-active{animation-name:antMoveRightIn;animation-play-state:running}.ant-move-right-leave.ant-move-right-leave-active{animation-name:antMoveRightOut;animation-play-state:running;pointer-events:none}.ant-move-right-appear,.ant-move-right-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-move-right-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}@keyframes antMoveDownIn{0%{transform:translateY(100%);transform-origin:0 0;opacity:0}100%{transform:translateY(0);transform-origin:0 0;opacity:1}}@keyframes antMoveDownOut{0%{transform:translateY(0);transform-origin:0 0;opacity:1}100%{transform:translateY(100%);transform-origin:0 0;opacity:0}}@keyframes antMoveLeftIn{0%{transform:translateX(-100%);transform-origin:0 0;opacity:0}100%{transform:translateX(0);transform-origin:0 0;opacity:1}}@keyframes antMoveLeftOut{0%{transform:translateX(0);transform-origin:0 0;opacity:1}100%{transform:translateX(-100%);transform-origin:0 0;opacity:0}}@keyframes antMoveRightIn{0%{transform:translateX(100%);transform-origin:0 0;opacity:0}100%{transform:translateX(0);transform-origin:0 0;opacity:1}}@keyframes antMoveRightOut{0%{transform:translateX(0);transform-origin:0 0;opacity:1}100%{transform:translateX(100%);transform-origin:0 0;opacity:0}}@keyframes antMoveUpIn{0%{transform:translateY(-100%);transform-origin:0 0;opacity:0}100%{transform:translateY(0);transform-origin:0 0;opacity:1}}@keyframes antMoveUpOut{0%{transform:translateY(0);transform-origin:0 0;opacity:1}100%{transform:translateY(-100%);transform-origin:0 0;opacity:0}}@keyframes loadingCircle{100%{transform:rotate(360deg)}}[ant-click-animating-without-extra-node=true],[ant-click-animating=true]{position:relative}html{--antd-wave-shadow-color:#0b68ff;--scroll-bar:0}.ant-click-animating-node,[ant-click-animating-without-extra-node=true]::after{position:absolute;top:0;right:0;bottom:0;left:0;display:block;border-radius:inherit;box-shadow:0 0 0 0 #0b68ff;box-shadow:0 0 0 0 var(--antd-wave-shadow-color);opacity:.2;animation:fadeEffect 2s cubic-bezier(.08,.82,.17,1),waveEffect .4s cubic-bezier(.08,.82,.17,1);animation-fill-mode:forwards;content:'';pointer-events:none}@keyframes waveEffect{100%{box-shadow:0 0 0 #0b68ff;box-shadow:0 0 0 6px var(--antd-wave-shadow-color)}}@keyframes fadeEffect{100%{opacity:0}}.ant-slide-up-appear,.ant-slide-up-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-up-appear.ant-slide-up-appear-active,.ant-slide-up-enter.ant-slide-up-enter-active{animation-name:antSlideUpIn;animation-play-state:running}.ant-slide-up-leave.ant-slide-up-leave-active{animation-name:antSlideUpOut;animation-play-state:running;pointer-events:none}.ant-slide-up-appear,.ant-slide-up-enter{transform:scale(0);transform-origin:0 0;opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.ant-slide-up-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.ant-slide-down-appear,.ant-slide-down-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-down-appear.ant-slide-down-appear-active,.ant-slide-down-enter.ant-slide-down-enter-active{animation-name:antSlideDownIn;animation-play-state:running}.ant-slide-down-leave.ant-slide-down-leave-active{animation-name:antSlideDownOut;animation-play-state:running;pointer-events:none}.ant-slide-down-appear,.ant-slide-down-enter{transform:scale(0);transform-origin:0 0;opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.ant-slide-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.ant-slide-left-appear,.ant-slide-left-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-left-appear.ant-slide-left-appear-active,.ant-slide-left-enter.ant-slide-left-enter-active{animation-name:antSlideLeftIn;animation-play-state:running}.ant-slide-left-leave.ant-slide-left-leave-active{animation-name:antSlideLeftOut;animation-play-state:running;pointer-events:none}.ant-slide-left-appear,.ant-slide-left-enter{transform:scale(0);transform-origin:0 0;opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.ant-slide-left-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.ant-slide-right-appear,.ant-slide-right-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-right-appear.ant-slide-right-appear-active,.ant-slide-right-enter.ant-slide-right-enter-active{animation-name:antSlideRightIn;animation-play-state:running}.ant-slide-right-leave.ant-slide-right-leave-active{animation-name:antSlideRightOut;animation-play-state:running;pointer-events:none}.ant-slide-right-appear,.ant-slide-right-enter{transform:scale(0);transform-origin:0 0;opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.ant-slide-right-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes antSlideUpIn{0%{transform:scaleY(.8);transform-origin:0 0;opacity:0}100%{transform:scaleY(1);transform-origin:0 0;opacity:1}}@keyframes antSlideUpOut{0%{transform:scaleY(1);transform-origin:0 0;opacity:1}100%{transform:scaleY(.8);transform-origin:0 0;opacity:0}}@keyframes antSlideDownIn{0%{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}100%{transform:scaleY(1);transform-origin:100% 100%;opacity:1}}@keyframes antSlideDownOut{0%{transform:scaleY(1);transform-origin:100% 100%;opacity:1}100%{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}}@keyframes antSlideLeftIn{0%{transform:scaleX(.8);transform-origin:0 0;opacity:0}100%{transform:scaleX(1);transform-origin:0 0;opacity:1}}@keyframes antSlideLeftOut{0%{transform:scaleX(1);transform-origin:0 0;opacity:1}100%{transform:scaleX(.8);transform-origin:0 0;opacity:0}}@keyframes antSlideRightIn{0%{transform:scaleX(.8);transform-origin:100% 0;opacity:0}100%{transform:scaleX(1);transform-origin:100% 0;opacity:1}}@keyframes antSlideRightOut{0%{transform:scaleX(1);transform-origin:100% 0;opacity:1}100%{transform:scaleX(.8);transform-origin:100% 0;opacity:0}}.ant-zoom-appear,.ant-zoom-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-appear.ant-zoom-appear-active,.ant-zoom-enter.ant-zoom-enter-active{animation-name:antZoomIn;animation-play-state:running}.ant-zoom-leave.ant-zoom-leave-active{animation-name:antZoomOut;animation-play-state:running;pointer-events:none}.ant-zoom-appear,.ant-zoom-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-appear-prepare,.ant-zoom-enter-prepare{transform:none}.ant-zoom-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-big-appear,.ant-zoom-big-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-appear.ant-zoom-big-appear-active,.ant-zoom-big-enter.ant-zoom-big-enter-active{animation-name:antZoomBigIn;animation-play-state:running}.ant-zoom-big-leave.ant-zoom-big-leave-active{animation-name:antZoomBigOut;animation-play-state:running;pointer-events:none}.ant-zoom-big-appear,.ant-zoom-big-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-big-appear-prepare,.ant-zoom-big-enter-prepare{transform:none}.ant-zoom-big-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-big-fast-appear,.ant-zoom-big-fast-enter{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-fast-leave{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active,.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active{animation-name:antZoomBigIn;animation-play-state:running}.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active{animation-name:antZoomBigOut;animation-play-state:running;pointer-events:none}.ant-zoom-big-fast-appear,.ant-zoom-big-fast-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-big-fast-appear-prepare,.ant-zoom-big-fast-enter-prepare{transform:none}.ant-zoom-big-fast-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-up-appear,.ant-zoom-up-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-up-appear.ant-zoom-up-appear-active,.ant-zoom-up-enter.ant-zoom-up-enter-active{animation-name:antZoomUpIn;animation-play-state:running}.ant-zoom-up-leave.ant-zoom-up-leave-active{animation-name:antZoomUpOut;animation-play-state:running;pointer-events:none}.ant-zoom-up-appear,.ant-zoom-up-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-up-appear-prepare,.ant-zoom-up-enter-prepare{transform:none}.ant-zoom-up-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-down-appear,.ant-zoom-down-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-down-appear.ant-zoom-down-appear-active,.ant-zoom-down-enter.ant-zoom-down-enter-active{animation-name:antZoomDownIn;animation-play-state:running}.ant-zoom-down-leave.ant-zoom-down-leave-active{animation-name:antZoomDownOut;animation-play-state:running;pointer-events:none}.ant-zoom-down-appear,.ant-zoom-down-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-down-appear-prepare,.ant-zoom-down-enter-prepare{transform:none}.ant-zoom-down-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-left-appear,.ant-zoom-left-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-left-appear.ant-zoom-left-appear-active,.ant-zoom-left-enter.ant-zoom-left-enter-active{animation-name:antZoomLeftIn;animation-play-state:running}.ant-zoom-left-leave.ant-zoom-left-leave-active{animation-name:antZoomLeftOut;animation-play-state:running;pointer-events:none}.ant-zoom-left-appear,.ant-zoom-left-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-left-appear-prepare,.ant-zoom-left-enter-prepare{transform:none}.ant-zoom-left-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-right-appear,.ant-zoom-right-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-right-appear.ant-zoom-right-appear-active,.ant-zoom-right-enter.ant-zoom-right-enter-active{animation-name:antZoomRightIn;animation-play-state:running}.ant-zoom-right-leave.ant-zoom-right-leave-active{animation-name:antZoomRightOut;animation-play-state:running;pointer-events:none}.ant-zoom-right-appear,.ant-zoom-right-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-right-appear-prepare,.ant-zoom-right-enter-prepare{transform:none}.ant-zoom-right-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}@keyframes antZoomIn{0%{transform:scale(.2);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes antZoomOut{0%{transform:scale(1)}100%{transform:scale(.2);opacity:0}}@keyframes antZoomBigIn{0%{transform:scale(.8);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes antZoomBigOut{0%{transform:scale(1)}100%{transform:scale(.8);opacity:0}}@keyframes antZoomUpIn{0%{transform:scale(.8);transform-origin:50% 0;opacity:0}100%{transform:scale(1);transform-origin:50% 0}}@keyframes antZoomUpOut{0%{transform:scale(1);transform-origin:50% 0}100%{transform:scale(.8);transform-origin:50% 0;opacity:0}}@keyframes antZoomLeftIn{0%{transform:scale(.8);transform-origin:0 50%;opacity:0}100%{transform:scale(1);transform-origin:0 50%}}@keyframes antZoomLeftOut{0%{transform:scale(1);transform-origin:0 50%}100%{transform:scale(.8);transform-origin:0 50%;opacity:0}}@keyframes antZoomRightIn{0%{transform:scale(.8);transform-origin:100% 50%;opacity:0}100%{transform:scale(1);transform-origin:100% 50%}}@keyframes antZoomRightOut{0%{transform:scale(1);transform-origin:100% 50%}100%{transform:scale(.8);transform-origin:100% 50%;opacity:0}}@keyframes antZoomDownIn{0%{transform:scale(.8);transform-origin:50% 100%;opacity:0}100%{transform:scale(1);transform-origin:50% 100%}}@keyframes antZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}100%{transform:scale(.8);transform-origin:50% 100%;opacity:0}}.ant-motion-collapse-legacy{overflow:hidden}.ant-motion-collapse-legacy-active{transition:height .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1)!important}.ant-motion-collapse{overflow:hidden;transition:height .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1)!important}.ant-empty{margin:0 8px;font-size:13px;line-height:1.38;text-align:center}.ant-empty-image{height:100px;margin-bottom:8px}.ant-empty-image img{height:100%}.ant-empty-image svg{height:100%;margin:auto}.ant-empty-footer{margin-top:16px}.ant-empty-normal{margin:32px 0;color:#b5bdc3}.ant-empty-normal .ant-empty-image{height:40px}.ant-empty-small{margin:8px 0;color:#b5bdc3}.ant-empty-small .ant-empty-image{height:35px}.ant-empty-img-default-ellipse{fill:#f5f5f5;fill-opacity:.8}.ant-empty-img-default-path-1{fill:#aeb8c2}.ant-empty-img-default-path-2{fill:url(#linearGradient-1)}.ant-empty-img-default-path-3{fill:#f5f5f7}.ant-empty-img-default-path-4{fill:#dce0e6}.ant-empty-img-default-path-5{fill:#dce0e6}.ant-empty-img-default-g{fill:#fff}.ant-empty-img-simple-ellipse{fill:#f5f5f5}.ant-empty-img-simple-g{stroke:#d9d9d9}.ant-empty-img-simple-path{fill:#fafafa}.ant-empty-rtl{direction:rtl}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;outline:0!important}::placeholder{font-size:inherit!important;font-weight:inherit!important}.ant-calendar-picker-container ::placeholder{font-size:inherit!important}.sb-main-padded{background-color:#fff}.snrs-body-portal b,.snrs-body-portal strong{font-weight:500}.snrs-body-portal *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;outline:0!important}.snrs-body-portal ::placeholder{font-size:inherit!important;font-weight:inherit!important}.ant-calendar-picker-container,.ant-dropdown,.ant-message,.ant-modal-wrap,.ant-popover,.ant-tooltip{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
|
|
1
|
+
[class*=ant-] input::-ms-clear,[class*=ant-] input::-ms-reveal,[class*=ant-]::-ms-clear,[class^=ant-] input::-ms-clear,[class^=ant-] input::-ms-reveal,[class^=ant-]::-ms-clear{display:none}body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}body{margin:0;color:#6a7580;font-size:13px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';font-variant:tabular-nums;line-height:1.38;background-color:#f2f5f6;font-feature-settings:'tnum'}[tabindex='-1']:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;color:#384350;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[data-original-title],abbr[title]{text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0b68ff;text-decoration:none;background-color:transparent;outline:0;cursor:pointer;transition:color .3s;-webkit-text-decoration-skip:objects}a:hover{color:#238afe}a:active{color:#0b68ff}a:active,a:hover{text-decoration:underline;outline:0}a:focus{text-decoration:none;outline:0}a[disabled]{color:#b5bdc3;cursor:not-allowed}code,kbd,pre,samp{font-size:1em;font-family:Consolas,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;color:#232936;text-align:left;caption-side:bottom}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}::selection{color:#fff;background:#0b68ff}.clearfix::before{display:table;content:''}.clearfix::after{display:table;clear:both;content:''}.anticon{display:inline-flex;align-items:center;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.anticon>*{line-height:1}.anticon svg{display:inline-block}.anticon::before{display:none}.anticon .anticon-icon{display:block}.anticon>.anticon{line-height:0;vertical-align:0}.anticon[tabindex]{cursor:pointer}.anticon-spin,.anticon-spin::before{display:inline-block;animation:loadingCircle 1s infinite linear}.ant-fade-appear,.ant-fade-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-fade-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-fade-appear.ant-fade-appear-active,.ant-fade-enter.ant-fade-enter-active{animation-name:antFadeIn;animation-play-state:running}.ant-fade-leave.ant-fade-leave-active{animation-name:antFadeOut;animation-play-state:running;pointer-events:none}.ant-fade-appear,.ant-fade-enter{opacity:0;animation-timing-function:linear}.ant-fade-leave{animation-timing-function:linear}@keyframes antFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes antFadeOut{0%{opacity:1}100%{opacity:0}}.ant-move-up-appear,.ant-move-up-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-up-appear.ant-move-up-appear-active,.ant-move-up-enter.ant-move-up-enter-active{animation-name:antMoveUpIn;animation-play-state:running}.ant-move-up-leave.ant-move-up-leave-active{animation-name:antMoveUpOut;animation-play-state:running;pointer-events:none}.ant-move-up-appear,.ant-move-up-enter{opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-move-up-leave{animation-timing-function:cubic-bezier(0.6,0.04,0.98,0.34)}.ant-move-down-appear,.ant-move-down-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-down-appear.ant-move-down-appear-active,.ant-move-down-enter.ant-move-down-enter-active{animation-name:antMoveDownIn;animation-play-state:running}.ant-move-down-leave.ant-move-down-leave-active{animation-name:antMoveDownOut;animation-play-state:running;pointer-events:none}.ant-move-down-appear,.ant-move-down-enter{opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-move-down-leave{animation-timing-function:cubic-bezier(0.6,0.04,0.98,0.34)}.ant-move-left-appear,.ant-move-left-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-left-appear.ant-move-left-appear-active,.ant-move-left-enter.ant-move-left-enter-active{animation-name:antMoveLeftIn;animation-play-state:running}.ant-move-left-leave.ant-move-left-leave-active{animation-name:antMoveLeftOut;animation-play-state:running;pointer-events:none}.ant-move-left-appear,.ant-move-left-enter{opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-move-left-leave{animation-timing-function:cubic-bezier(0.6,0.04,0.98,0.34)}.ant-move-right-appear,.ant-move-right-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-right-appear.ant-move-right-appear-active,.ant-move-right-enter.ant-move-right-enter-active{animation-name:antMoveRightIn;animation-play-state:running}.ant-move-right-leave.ant-move-right-leave-active{animation-name:antMoveRightOut;animation-play-state:running;pointer-events:none}.ant-move-right-appear,.ant-move-right-enter{opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-move-right-leave{animation-timing-function:cubic-bezier(0.6,0.04,0.98,0.34)}@keyframes antMoveDownIn{0%{transform:translateY(100%);transform-origin:0 0;opacity:0}100%{transform:translateY(0);transform-origin:0 0;opacity:1}}@keyframes antMoveDownOut{0%{transform:translateY(0);transform-origin:0 0;opacity:1}100%{transform:translateY(100%);transform-origin:0 0;opacity:0}}@keyframes antMoveLeftIn{0%{transform:translateX(-100%);transform-origin:0 0;opacity:0}100%{transform:translateX(0);transform-origin:0 0;opacity:1}}@keyframes antMoveLeftOut{0%{transform:translateX(0);transform-origin:0 0;opacity:1}100%{transform:translateX(-100%);transform-origin:0 0;opacity:0}}@keyframes antMoveRightIn{0%{transform:translateX(100%);transform-origin:0 0;opacity:0}100%{transform:translateX(0);transform-origin:0 0;opacity:1}}@keyframes antMoveRightOut{0%{transform:translateX(0);transform-origin:0 0;opacity:1}100%{transform:translateX(100%);transform-origin:0 0;opacity:0}}@keyframes antMoveUpIn{0%{transform:translateY(-100%);transform-origin:0 0;opacity:0}100%{transform:translateY(0);transform-origin:0 0;opacity:1}}@keyframes antMoveUpOut{0%{transform:translateY(0);transform-origin:0 0;opacity:1}100%{transform:translateY(-100%);transform-origin:0 0;opacity:0}}@keyframes loadingCircle{100%{transform:rotate(360deg)}}[ant-click-animating-without-extra-node=true],[ant-click-animating=true]{position:relative}html{--antd-wave-shadow-color:#0b68ff;--scroll-bar:0}.ant-click-animating-node,[ant-click-animating-without-extra-node=true]::after{position:absolute;top:0;right:0;bottom:0;left:0;display:block;border-radius:inherit;box-shadow:0 0 0 0 #0b68ff;box-shadow:0 0 0 0 var(--antd-wave-shadow-color);opacity:.2;animation:fadeEffect 2s cubic-bezier(.08,.82,.17,1),waveEffect .4s cubic-bezier(.08,.82,.17,1);animation-fill-mode:forwards;content:'';pointer-events:none}@keyframes waveEffect{100%{box-shadow:0 0 0 #0b68ff;box-shadow:0 0 0 6px var(--antd-wave-shadow-color)}}@keyframes fadeEffect{100%{opacity:0}}.ant-slide-up-appear,.ant-slide-up-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-up-appear.ant-slide-up-appear-active,.ant-slide-up-enter.ant-slide-up-enter-active{animation-name:antSlideUpIn;animation-play-state:running}.ant-slide-up-leave.ant-slide-up-leave-active{animation-name:antSlideUpOut;animation-play-state:running;pointer-events:none}.ant-slide-up-appear,.ant-slide-up-enter{transform:scale(0);transform-origin:0% 0%;opacity:0;animation-timing-function:cubic-bezier(0.23,1,0.32,1)}.ant-slide-up-leave{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06)}.ant-slide-down-appear,.ant-slide-down-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-down-appear.ant-slide-down-appear-active,.ant-slide-down-enter.ant-slide-down-enter-active{animation-name:antSlideDownIn;animation-play-state:running}.ant-slide-down-leave.ant-slide-down-leave-active{animation-name:antSlideDownOut;animation-play-state:running;pointer-events:none}.ant-slide-down-appear,.ant-slide-down-enter{transform:scale(0);transform-origin:0% 0%;opacity:0;animation-timing-function:cubic-bezier(0.23,1,0.32,1)}.ant-slide-down-leave{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06)}.ant-slide-left-appear,.ant-slide-left-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-left-appear.ant-slide-left-appear-active,.ant-slide-left-enter.ant-slide-left-enter-active{animation-name:antSlideLeftIn;animation-play-state:running}.ant-slide-left-leave.ant-slide-left-leave-active{animation-name:antSlideLeftOut;animation-play-state:running;pointer-events:none}.ant-slide-left-appear,.ant-slide-left-enter{transform:scale(0);transform-origin:0% 0%;opacity:0;animation-timing-function:cubic-bezier(0.23,1,0.32,1)}.ant-slide-left-leave{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06)}.ant-slide-right-appear,.ant-slide-right-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-right-appear.ant-slide-right-appear-active,.ant-slide-right-enter.ant-slide-right-enter-active{animation-name:antSlideRightIn;animation-play-state:running}.ant-slide-right-leave.ant-slide-right-leave-active{animation-name:antSlideRightOut;animation-play-state:running;pointer-events:none}.ant-slide-right-appear,.ant-slide-right-enter{transform:scale(0);transform-origin:0% 0%;opacity:0;animation-timing-function:cubic-bezier(0.23,1,0.32,1)}.ant-slide-right-leave{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06)}@keyframes antSlideUpIn{0%{transform:scaleY(.8);transform-origin:0% 0%;opacity:0}100%{transform:scaleY(1);transform-origin:0% 0%;opacity:1}}@keyframes antSlideUpOut{0%{transform:scaleY(1);transform-origin:0% 0%;opacity:1}100%{transform:scaleY(.8);transform-origin:0% 0%;opacity:0}}@keyframes antSlideDownIn{0%{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}100%{transform:scaleY(1);transform-origin:100% 100%;opacity:1}}@keyframes antSlideDownOut{0%{transform:scaleY(1);transform-origin:100% 100%;opacity:1}100%{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}}@keyframes antSlideLeftIn{0%{transform:scaleX(.8);transform-origin:0% 0%;opacity:0}100%{transform:scaleX(1);transform-origin:0% 0%;opacity:1}}@keyframes antSlideLeftOut{0%{transform:scaleX(1);transform-origin:0% 0%;opacity:1}100%{transform:scaleX(.8);transform-origin:0% 0%;opacity:0}}@keyframes antSlideRightIn{0%{transform:scaleX(.8);transform-origin:100% 0%;opacity:0}100%{transform:scaleX(1);transform-origin:100% 0%;opacity:1}}@keyframes antSlideRightOut{0%{transform:scaleX(1);transform-origin:100% 0%;opacity:1}100%{transform:scaleX(.8);transform-origin:100% 0%;opacity:0}}.ant-zoom-appear,.ant-zoom-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-appear.ant-zoom-appear-active,.ant-zoom-enter.ant-zoom-enter-active{animation-name:antZoomIn;animation-play-state:running}.ant-zoom-leave.ant-zoom-leave-active{animation-name:antZoomOut;animation-play-state:running;pointer-events:none}.ant-zoom-appear,.ant-zoom-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-zoom-appear-prepare,.ant-zoom-enter-prepare{transform:none}.ant-zoom-leave{animation-timing-function:cubic-bezier(0.78,0.14,0.15,0.86)}.ant-zoom-big-appear,.ant-zoom-big-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-appear.ant-zoom-big-appear-active,.ant-zoom-big-enter.ant-zoom-big-enter-active{animation-name:antZoomBigIn;animation-play-state:running}.ant-zoom-big-leave.ant-zoom-big-leave-active{animation-name:antZoomBigOut;animation-play-state:running;pointer-events:none}.ant-zoom-big-appear,.ant-zoom-big-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-zoom-big-appear-prepare,.ant-zoom-big-enter-prepare{transform:none}.ant-zoom-big-leave{animation-timing-function:cubic-bezier(0.78,0.14,0.15,0.86)}.ant-zoom-big-fast-appear,.ant-zoom-big-fast-enter{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-fast-leave{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active,.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active{animation-name:antZoomBigIn;animation-play-state:running}.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active{animation-name:antZoomBigOut;animation-play-state:running;pointer-events:none}.ant-zoom-big-fast-appear,.ant-zoom-big-fast-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-zoom-big-fast-appear-prepare,.ant-zoom-big-fast-enter-prepare{transform:none}.ant-zoom-big-fast-leave{animation-timing-function:cubic-bezier(0.78,0.14,0.15,0.86)}.ant-zoom-up-appear,.ant-zoom-up-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-up-appear.ant-zoom-up-appear-active,.ant-zoom-up-enter.ant-zoom-up-enter-active{animation-name:antZoomUpIn;animation-play-state:running}.ant-zoom-up-leave.ant-zoom-up-leave-active{animation-name:antZoomUpOut;animation-play-state:running;pointer-events:none}.ant-zoom-up-appear,.ant-zoom-up-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-zoom-up-appear-prepare,.ant-zoom-up-enter-prepare{transform:none}.ant-zoom-up-leave{animation-timing-function:cubic-bezier(0.78,0.14,0.15,0.86)}.ant-zoom-down-appear,.ant-zoom-down-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-down-appear.ant-zoom-down-appear-active,.ant-zoom-down-enter.ant-zoom-down-enter-active{animation-name:antZoomDownIn;animation-play-state:running}.ant-zoom-down-leave.ant-zoom-down-leave-active{animation-name:antZoomDownOut;animation-play-state:running;pointer-events:none}.ant-zoom-down-appear,.ant-zoom-down-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-zoom-down-appear-prepare,.ant-zoom-down-enter-prepare{transform:none}.ant-zoom-down-leave{animation-timing-function:cubic-bezier(0.78,0.14,0.15,0.86)}.ant-zoom-left-appear,.ant-zoom-left-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-left-appear.ant-zoom-left-appear-active,.ant-zoom-left-enter.ant-zoom-left-enter-active{animation-name:antZoomLeftIn;animation-play-state:running}.ant-zoom-left-leave.ant-zoom-left-leave-active{animation-name:antZoomLeftOut;animation-play-state:running;pointer-events:none}.ant-zoom-left-appear,.ant-zoom-left-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-zoom-left-appear-prepare,.ant-zoom-left-enter-prepare{transform:none}.ant-zoom-left-leave{animation-timing-function:cubic-bezier(0.78,0.14,0.15,0.86)}.ant-zoom-right-appear,.ant-zoom-right-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-right-appear.ant-zoom-right-appear-active,.ant-zoom-right-enter.ant-zoom-right-enter-active{animation-name:antZoomRightIn;animation-play-state:running}.ant-zoom-right-leave.ant-zoom-right-leave-active{animation-name:antZoomRightOut;animation-play-state:running;pointer-events:none}.ant-zoom-right-appear,.ant-zoom-right-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08,0.82,0.17,1)}.ant-zoom-right-appear-prepare,.ant-zoom-right-enter-prepare{transform:none}.ant-zoom-right-leave{animation-timing-function:cubic-bezier(0.78,0.14,0.15,0.86)}@keyframes antZoomIn{0%{transform:scale(.2);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes antZoomOut{0%{transform:scale(1)}100%{transform:scale(.2);opacity:0}}@keyframes antZoomBigIn{0%{transform:scale(.8);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes antZoomBigOut{0%{transform:scale(1)}100%{transform:scale(.8);opacity:0}}@keyframes antZoomUpIn{0%{transform:scale(.8);transform-origin:50% 0%;opacity:0}100%{transform:scale(1);transform-origin:50% 0%}}@keyframes antZoomUpOut{0%{transform:scale(1);transform-origin:50% 0%}100%{transform:scale(.8);transform-origin:50% 0%;opacity:0}}@keyframes antZoomLeftIn{0%{transform:scale(.8);transform-origin:0% 50%;opacity:0}100%{transform:scale(1);transform-origin:0% 50%}}@keyframes antZoomLeftOut{0%{transform:scale(1);transform-origin:0% 50%}100%{transform:scale(.8);transform-origin:0% 50%;opacity:0}}@keyframes antZoomRightIn{0%{transform:scale(.8);transform-origin:100% 50%;opacity:0}100%{transform:scale(1);transform-origin:100% 50%}}@keyframes antZoomRightOut{0%{transform:scale(1);transform-origin:100% 50%}100%{transform:scale(.8);transform-origin:100% 50%;opacity:0}}@keyframes antZoomDownIn{0%{transform:scale(.8);transform-origin:50% 100%;opacity:0}100%{transform:scale(1);transform-origin:50% 100%}}@keyframes antZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}100%{transform:scale(.8);transform-origin:50% 100%;opacity:0}}.ant-motion-collapse-legacy{overflow:hidden}.ant-motion-collapse-legacy-active{transition:height .2s cubic-bezier(.645, .045, .355, 1),opacity .2s cubic-bezier(.645, .045, .355, 1)!important}.ant-motion-collapse{overflow:hidden;transition:height .2s cubic-bezier(.645, .045, .355, 1),opacity .2s cubic-bezier(.645, .045, .355, 1)!important}.ant-empty{margin:0 8px;font-size:13px;line-height:1.38;text-align:center}.ant-empty-image{height:100px;margin-bottom:8px}.ant-empty-image img{height:100%}.ant-empty-image svg{height:100%;margin:auto}.ant-empty-footer{margin-top:16px}.ant-empty-normal{margin:32px 0;color:#b5bdc3}.ant-empty-normal .ant-empty-image{height:40px}.ant-empty-small{margin:8px 0;color:#b5bdc3}.ant-empty-small .ant-empty-image{height:35px}.ant-empty-img-default-ellipse{fill:#f5f5f5;fill-opacity:0.8}.ant-empty-img-default-path-1{fill:#aeb8c2}.ant-empty-img-default-path-2{fill:url('#linearGradient-1')}.ant-empty-img-default-path-3{fill:#f5f5f7}.ant-empty-img-default-path-4{fill:#dce0e6}.ant-empty-img-default-path-5{fill:#dce0e6}.ant-empty-img-default-g{fill:#fff}.ant-empty-img-simple-ellipse{fill:#f5f5f5}.ant-empty-img-simple-g{stroke:#d9d9d9}.ant-empty-img-simple-path{fill:#fafafa}.ant-empty-rtl{direction:rtl}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;outline:0!important}::placeholder{font-size:inherit!important;font-weight:inherit!important}.ant-calendar-picker-container ::placeholder{font-size:inherit!important}.sb-main-padded{background-color:#fff}.snrs-body-portal b,.snrs-body-portal strong{font-weight:500}.snrs-body-portal *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;outline:0!important}.snrs-body-portal ::placeholder{font-size:inherit!important;font-weight:inherit!important}.ant-calendar-picker-container,.ant-dropdown,.ant-message,.ant-modal-wrap,.ant-popover,.ant-tooltip{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "Core Components for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "synerise/synerise-design",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"hex-rgb": "^5.0.0",
|
|
50
50
|
"less-vars-to-js": "^1.3.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "f2713cd35cfe22f63a159f05144585834897a132"
|
|
53
53
|
}
|