avo 3.18.0.tw4 → 3.18.1.tw4
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/app/assets/builds/avo.base.css +10455 -12994
- data/app/assets/builds/avo.base.js +11 -8
- data/app/assets/builds/avo.base.js.map +2 -2
- data/app/views/avo/partials/distribution_chart.html.erb +1 -1
- data/lib/avo/version.rb +1 -1
- data/lib/generators/avo/templates/locales/avo.ar.yml +2 -0
- data/lib/generators/avo/templates/locales/avo.de.yml +2 -0
- data/lib/generators/avo/templates/locales/avo.en.yml +2 -0
- data/lib/generators/avo/templates/locales/avo.es.yml +2 -0
- data/lib/generators/avo/templates/locales/avo.fr.yml +2 -0
- data/lib/generators/avo/templates/locales/avo.it.yml +2 -0
- data/lib/generators/avo/templates/locales/avo.ja.yml +2 -0
- data/lib/generators/avo/templates/locales/avo.nb.yml +2 -0
- data/lib/generators/avo/templates/locales/avo.nl.yml +2 -0
- data/lib/generators/avo/templates/locales/avo.nn.yml +2 -0
- data/lib/generators/avo/templates/locales/avo.pl.yml +2 -0
- data/lib/generators/avo/templates/locales/avo.pt-BR.yml +2 -0
- data/lib/generators/avo/templates/locales/avo.pt.yml +2 -0
- data/lib/generators/avo/templates/locales/avo.ro.yml +2 -0
- data/lib/generators/avo/templates/locales/avo.ru.yml +2 -0
- data/lib/generators/avo/templates/locales/avo.tr.yml +2 -0
- data/lib/generators/avo/templates/locales/avo.uk.yml +2 -0
- data/lib/generators/avo/templates/locales/avo.zh.yml +2 -0
- data/public/avo-assets/avo.base.css +11 -17
- metadata +2 -2
@@ -4,7 +4,7 @@
|
|
4
4
|
<% @values_summary.each_with_index do |(key, value), index| %>
|
5
5
|
<li class="grid grid-cols-6 gap-3 items-center font-semibold text-sm text-gray-600 uppercase">
|
6
6
|
<div class="flex items-center space-x-1 col-span-5 truncate">
|
7
|
-
<span class="<%= "inline-block w-[0.75rem] h-[0.75rem] rounded-full bg-
|
7
|
+
<span class="<%= "inline-block w-[0.75rem] h-[0.75rem] rounded-full bg-(#{chart_color(index)})" %>"></span>
|
8
8
|
<span>
|
9
9
|
<%= key %>
|
10
10
|
</span>
|
data/lib/avo/version.rb
CHANGED
@@ -33,6 +33,7 @@ ar:
|
|
33
33
|
confirm: تأكيد
|
34
34
|
copy: نسخ
|
35
35
|
create_new_item: إنشاء %{item} جديد
|
36
|
+
created_at_timestamp: تم الإنشاء في %{created_at}
|
36
37
|
dashboard: لوحة القيادة
|
37
38
|
dashboards: لوحات القيادة
|
38
39
|
default_scope: الجميع
|
@@ -126,6 +127,7 @@ ar:
|
|
126
127
|
type_to_search: اكتب للبحث.
|
127
128
|
unauthorized: غير مصرح به
|
128
129
|
undo: تراجع
|
130
|
+
updated_at_timestamp: تم التحديث في %{updated_at}
|
129
131
|
view: عرض
|
130
132
|
view_item: عرض %{item}
|
131
133
|
visit_record_on_external_path: زيارة السجل على الرابط الخارجي
|
@@ -27,6 +27,7 @@ de:
|
|
27
27
|
confirm: Bestätigen
|
28
28
|
copy: Kopieren
|
29
29
|
create_new_item: Neues %{item} erstellen
|
30
|
+
created_at_timestamp: Erstellt am %{created_at}
|
30
31
|
dashboard: Dashboard
|
31
32
|
dashboards: Dashboards
|
32
33
|
default_scope: Alle
|
@@ -116,6 +117,7 @@ de:
|
|
116
117
|
type_to_search: Tippen, um zu suchen.
|
117
118
|
unauthorized: Nicht autorisiert
|
118
119
|
undo: Rückgängig machen
|
120
|
+
updated_at_timestamp: Aktualisiert am %{updated_at}
|
119
121
|
view: Anzeigen
|
120
122
|
view_item: "%{item} anzeigen"
|
121
123
|
visit_record_on_external_path: Datensatz über externen Link besuchen
|
@@ -27,6 +27,7 @@ en:
|
|
27
27
|
confirm: Confirm
|
28
28
|
copy: Copy
|
29
29
|
create_new_item: Create new %{item}
|
30
|
+
created_at_timestamp: Created at %{created_at}
|
30
31
|
dashboard: Dashboard
|
31
32
|
dashboards: Dashboards
|
32
33
|
default_scope: All
|
@@ -116,6 +117,7 @@ en:
|
|
116
117
|
type_to_search: Type to search.
|
117
118
|
unauthorized: Unauthorized
|
118
119
|
undo: undo
|
120
|
+
updated_at_timestamp: Updated at %{updated_at}
|
119
121
|
view: View
|
120
122
|
view_item: view %{item}
|
121
123
|
visit_record_on_external_path: Visit record on external path
|
@@ -29,6 +29,7 @@ es:
|
|
29
29
|
confirm: Confirmar
|
30
30
|
copy: Copiar
|
31
31
|
create_new_item: Crear nuevo/a %{item}
|
32
|
+
created_at_timestamp: Creado en %{created_at}
|
32
33
|
dashboard: Panel
|
33
34
|
dashboards: Paneles
|
34
35
|
default_scope: Todos
|
@@ -118,6 +119,7 @@ es:
|
|
118
119
|
type_to_search: Escribe para buscar.
|
119
120
|
unauthorized: No autorizado
|
120
121
|
undo: deshacer
|
122
|
+
updated_at_timestamp: Actualizado en %{updated_at}
|
121
123
|
view: Vista
|
122
124
|
view_item: ver %{item}
|
123
125
|
visit_record_on_external_path: Visitar registro en enlace externo
|
@@ -29,6 +29,7 @@ fr:
|
|
29
29
|
confirm: Confirmer
|
30
30
|
copy: Copier
|
31
31
|
create_new_item: Créer un nouveau %{item}
|
32
|
+
created_at_timestamp: Créé le %{created_at}
|
32
33
|
dashboard: Tableau de bord
|
33
34
|
dashboards: Tableaux de bord
|
34
35
|
default_scope: Tout
|
@@ -118,6 +119,7 @@ fr:
|
|
118
119
|
type_to_search: Type à rechercher.
|
119
120
|
unauthorized: Non autorisé
|
120
121
|
undo: annuler
|
122
|
+
updated_at_timestamp: Mis à jour le %{updated_at}
|
121
123
|
view: Vue
|
122
124
|
view_item: voir %{item}
|
123
125
|
visit_record_on_external_path: Consulter l'enregistrement via un lien externe
|
@@ -27,6 +27,7 @@ it:
|
|
27
27
|
confirm: Conferma
|
28
28
|
copy: Copia
|
29
29
|
create_new_item: Crea nuovo %{item}
|
30
|
+
created_at_timestamp: Creato il %{created_at}
|
30
31
|
dashboard: Cruscotto
|
31
32
|
dashboards: Cruscotti
|
32
33
|
default_scope: Tutti
|
@@ -116,6 +117,7 @@ it:
|
|
116
117
|
type_to_search: Digita per cercare.
|
117
118
|
unauthorized: Non autorizzato
|
118
119
|
undo: Annulla
|
120
|
+
updated_at_timestamp: Aggiornato il %{updated_at}
|
119
121
|
view: Visualizza
|
120
122
|
view_item: Visualizza %{item}
|
121
123
|
visit_record_on_external_path: Visita il record tramite link esterno
|
@@ -29,6 +29,7 @@ ja:
|
|
29
29
|
confirm: 確認
|
30
30
|
copy: コピー
|
31
31
|
create_new_item: 新しい%{item}を作成
|
32
|
+
created_at_timestamp: "%{created_at}で作成"
|
32
33
|
dashboard: ダッシュボード
|
33
34
|
dashboards: ダッシュボード
|
34
35
|
default_scope: 全て
|
@@ -118,6 +119,7 @@ ja:
|
|
118
119
|
type_to_search: 検索する内容を入力してください。
|
119
120
|
unauthorized: 許可されていません
|
120
121
|
undo: 元に戻す
|
122
|
+
updated_at_timestamp: "%{updated_at}で更新"
|
121
123
|
view: ビュー
|
122
124
|
view_item: "%{item}を表示"
|
123
125
|
visit_record_on_external_path: 外部リンクで記録を確認する
|
@@ -29,6 +29,7 @@ nb:
|
|
29
29
|
confirm: Bekreft
|
30
30
|
copy: Kopier
|
31
31
|
create_new_item: Lag ny %{item}
|
32
|
+
created_at_timestamp: Opprettet den %{created_at}
|
32
33
|
dashboard: Dashboard
|
33
34
|
dashboards: Dashboards
|
34
35
|
default_scope: Alle
|
@@ -118,6 +119,7 @@ nb:
|
|
118
119
|
type_to_search: Søk.
|
119
120
|
unauthorized: Ikke autorisert
|
120
121
|
undo: angre
|
122
|
+
updated_at_timestamp: Oppdatert den %{updated_at}
|
121
123
|
view: Vis
|
122
124
|
view_item: vis %{item}
|
123
125
|
visit_record_on_external_path: Besøk posten via en ekstern lenke
|
@@ -27,6 +27,7 @@ nl:
|
|
27
27
|
confirm: Bevestigen
|
28
28
|
copy: Kopie
|
29
29
|
create_new_item: Nieuw %{item} aanmaken
|
30
|
+
created_at_timestamp: Aangemaakt op %{created_at}
|
30
31
|
dashboard: Dashboard
|
31
32
|
dashboards: Dashboards
|
32
33
|
default_scope: Alle
|
@@ -116,6 +117,7 @@ nl:
|
|
116
117
|
type_to_search: Typ om te zoeken.
|
117
118
|
unauthorized: Niet geautoriseerd
|
118
119
|
undo: Ongedaan maken
|
120
|
+
updated_at_timestamp: Bijgewerkt op %{updated_at}
|
119
121
|
view: Bekijken
|
120
122
|
view_item: "%{item} bekijken"
|
121
123
|
visit_record_on_external_path: Bezoek record via een externe link
|
@@ -29,6 +29,7 @@ nn:
|
|
29
29
|
confirm: Stadfest
|
30
30
|
copy: Kopier
|
31
31
|
create_new_item: Lag ny %{item}
|
32
|
+
created_at_timestamp: Oppretta den %{created_at}
|
32
33
|
dashboard: Dashboard
|
33
34
|
dashboards: Dashboards
|
34
35
|
default_scope: Alle
|
@@ -118,6 +119,7 @@ nn:
|
|
118
119
|
type_to_search: Søk.
|
119
120
|
unauthorized: Ikkje autorisert
|
120
121
|
undo: angre
|
122
|
+
updated_at_timestamp: Oppdatert den %{updated_at}
|
121
123
|
view: Vis
|
122
124
|
view_item: vis %{item}
|
123
125
|
visit_record_on_external_path: Besøk posten via ein ekstern lenke
|
@@ -27,6 +27,7 @@ pl:
|
|
27
27
|
confirm: Potwierdź
|
28
28
|
copy: Kopiuj
|
29
29
|
create_new_item: Utwórz nowy %{item}
|
30
|
+
created_at_timestamp: Utworzono o %{created_at}
|
30
31
|
dashboard: Pulpit nawigacyjny
|
31
32
|
dashboards: Pulpity nawigacyjne
|
32
33
|
default_scope: Wszystkie
|
@@ -118,6 +119,7 @@ pl:
|
|
118
119
|
type_to_search: Wpisz, aby wyszukać.
|
119
120
|
unauthorized: Brak autoryzacji
|
120
121
|
undo: Cofnij
|
122
|
+
updated_at_timestamp: Zaktualizowano o %{updated_at}
|
121
123
|
view: Widok
|
122
124
|
view_item: Wyświetl %{item}
|
123
125
|
visit_record_on_external_path: Odwiedź rekord za pomocą zewnętrznego linku
|
@@ -29,6 +29,7 @@ pt-BR:
|
|
29
29
|
confirm: Confirmar
|
30
30
|
copy: Copiar
|
31
31
|
create_new_item: Criar novo %{item}
|
32
|
+
created_at_timestamp: Criado em %{created_at}
|
32
33
|
dashboard: Painel
|
33
34
|
dashboards: Painéis
|
34
35
|
default_scope: Todos
|
@@ -118,6 +119,7 @@ pt-BR:
|
|
118
119
|
type_to_search: Digite para buscar.
|
119
120
|
unauthorized: Não autorizado
|
120
121
|
undo: desfazer
|
122
|
+
updated_at_timestamp: Atualizado em %{updated_at}
|
121
123
|
view: Visualizar
|
122
124
|
view_item: visualizar %{item}
|
123
125
|
visit_record_on_external_path: Visitar registro através de link externo
|
@@ -29,6 +29,7 @@ pt:
|
|
29
29
|
confirm: Confirmar
|
30
30
|
copy: Copiar
|
31
31
|
create_new_item: Criar novo %{item}
|
32
|
+
created_at_timestamp: Criado em %{created_at}
|
32
33
|
dashboard: Painel
|
33
34
|
dashboards: Painéis
|
34
35
|
default_scope: Todos
|
@@ -118,6 +119,7 @@ pt:
|
|
118
119
|
type_to_search: Escreva para pesquisar.
|
119
120
|
unauthorized: Não autorizado
|
120
121
|
undo: desfazer
|
122
|
+
updated_at_timestamp: Atualizado em %{updated_at}
|
121
123
|
view: Ver
|
122
124
|
view_item: ver %{item}
|
123
125
|
visit_record_on_external_path: Visitar registro através de link externo
|
@@ -30,6 +30,7 @@ ro:
|
|
30
30
|
confirm: Confirm
|
31
31
|
copy: Copiază
|
32
32
|
create_new_item: Creează %{item}
|
33
|
+
created_at_timestamp: Creat la %{created_at}
|
33
34
|
dashboard: Panou de control
|
34
35
|
dashboards: Panouri de control
|
35
36
|
default_scope: Tot
|
@@ -120,6 +121,7 @@ ro:
|
|
120
121
|
type_to_search: Caută aici...
|
121
122
|
unauthorized: Neautorizat
|
122
123
|
undo: Anulează
|
124
|
+
updated_at_timestamp: Actualizat la %{updated_at}
|
123
125
|
view: vezi
|
124
126
|
view_item: vezi %{item}
|
125
127
|
visit_record_on_external_path: Vizitați înregistrarea printr-un link extern
|
@@ -27,6 +27,7 @@ ru:
|
|
27
27
|
confirm: Подтвердить
|
28
28
|
copy: Копировать
|
29
29
|
create_new_item: Создать новый %{item}
|
30
|
+
created_at_timestamp: Создано в %{created_at}
|
30
31
|
dashboard: Панель управления
|
31
32
|
dashboards: Панели управления
|
32
33
|
default_scope: Все
|
@@ -118,6 +119,7 @@ ru:
|
|
118
119
|
type_to_search: Поиск...
|
119
120
|
unauthorized: Не авторизован
|
120
121
|
undo: Отменить
|
122
|
+
updated_at_timestamp: Обновлено в %{updated_at}
|
121
123
|
view: Просмотр
|
122
124
|
view_item: Просмотр %{item}
|
123
125
|
visit_record_on_external_path: Перейти к записи через внешнюю ссылку
|
@@ -29,6 +29,7 @@ tr:
|
|
29
29
|
confirm: Onayla
|
30
30
|
copy: Kopya
|
31
31
|
create_new_item: Yeni bir %{item} oluşturun
|
32
|
+
created_at_timestamp: "%{created_at} tarihinde oluşturuldu"
|
32
33
|
dashboard: Yönetim Paneli
|
33
34
|
dashboards: Yönetim Panelleri
|
34
35
|
default_scope: Herşey
|
@@ -118,6 +119,7 @@ tr:
|
|
118
119
|
type_to_search: Aramak için yazın.
|
119
120
|
unauthorized: Yetkisiz
|
120
121
|
undo: geri al
|
122
|
+
updated_at_timestamp: "%{updated_at} tarihinde güncellendi"
|
121
123
|
view: Görünüm
|
122
124
|
view_item: "%{item} öğresini görüntüle"
|
123
125
|
visit_record_on_external_path: Harici bağlantı yoluyla kaydı ziyaret et
|
@@ -27,6 +27,7 @@ uk:
|
|
27
27
|
confirm: Підтвердити
|
28
28
|
copy: Копіювати
|
29
29
|
create_new_item: Створити новий %{item}
|
30
|
+
created_at_timestamp: Sukurta %{created_at}
|
30
31
|
dashboard: Панель керування
|
31
32
|
dashboards: Панелі керування
|
32
33
|
default_scope: Всі
|
@@ -118,6 +119,7 @@ uk:
|
|
118
119
|
type_to_search: Введіть для пошуку.
|
119
120
|
unauthorized: Не авторизовано
|
120
121
|
undo: Скасувати
|
122
|
+
updated_at_timestamp: Atnaujinta %{updated_at}
|
121
123
|
view: Перегляд
|
122
124
|
view_item: Перегляд %{item}
|
123
125
|
visit_record_on_external_path: Перейти до запису через зовнішнє посилання
|
@@ -27,6 +27,7 @@ zh:
|
|
27
27
|
confirm: 确认
|
28
28
|
copy: 复制
|
29
29
|
create_new_item: 创建新的 %{item}
|
30
|
+
created_at_timestamp: 创建于%{created_at}
|
30
31
|
dashboard: 仪表盘
|
31
32
|
dashboards: 仪表盘
|
32
33
|
default_scope: 所有
|
@@ -116,6 +117,7 @@ zh:
|
|
116
117
|
type_to_search: 输入以搜索。
|
117
118
|
unauthorized: 未经授权
|
118
119
|
undo: 撤销
|
120
|
+
updated_at_timestamp: 更新于%{updated_at}
|
119
121
|
view: 查看
|
120
122
|
view_item: 查看 %{item}
|
121
123
|
visit_record_on_external_path: 通过外部链接访问记录
|
@@ -1123,6 +1123,9 @@
|
|
1123
1123
|
.min-w-\[1rem\] {
|
1124
1124
|
min-width: 1rem;
|
1125
1125
|
}
|
1126
|
+
.min-w-\[6rem\] {
|
1127
|
+
min-width: 6rem;
|
1128
|
+
}
|
1126
1129
|
.min-w-\[200px\] {
|
1127
1130
|
min-width: 200px;
|
1128
1131
|
}
|
@@ -1132,9 +1135,6 @@
|
|
1132
1135
|
.min-w-\[2rem\] {
|
1133
1136
|
min-width: 2rem;
|
1134
1137
|
}
|
1135
|
-
.min-w-\[6rem\] {
|
1136
|
-
min-width: 6rem;
|
1137
|
-
}
|
1138
1138
|
.min-w-\[300px\] {
|
1139
1139
|
min-width: 300px;
|
1140
1140
|
}
|
@@ -1744,12 +1744,6 @@
|
|
1744
1744
|
.bg-\[\#FFFC38\] {
|
1745
1745
|
background-color: #FFFC38;
|
1746
1746
|
}
|
1747
|
-
.bg-\[\#\{chart_color\(index\)\}\] {
|
1748
|
-
background-color: #{chart color(index)};
|
1749
|
-
}
|
1750
|
-
.bg-\[\$\{color\}\] {
|
1751
|
-
background-color: ${color};
|
1752
|
-
}
|
1753
1747
|
.bg-amber-50 {
|
1754
1748
|
background-color: var(--color-amber-50);
|
1755
1749
|
}
|
@@ -3025,31 +3019,31 @@
|
|
3025
3019
|
}
|
3026
3020
|
}
|
3027
3021
|
}
|
3028
|
-
.hover\:bg-gray-
|
3022
|
+
.hover\:bg-gray-25 {
|
3029
3023
|
&:hover {
|
3030
3024
|
@media (hover: hover) {
|
3031
|
-
background-color: #
|
3025
|
+
background-color: #F6F6F7;
|
3032
3026
|
}
|
3033
3027
|
}
|
3034
3028
|
}
|
3035
|
-
.hover\:bg-gray-
|
3029
|
+
.hover\:bg-gray-50 {
|
3036
3030
|
&:hover {
|
3037
3031
|
@media (hover: hover) {
|
3038
|
-
background-color: #
|
3032
|
+
background-color: #F1F2F3;
|
3039
3033
|
}
|
3040
3034
|
}
|
3041
3035
|
}
|
3042
|
-
.hover\:bg-gray-
|
3036
|
+
.hover\:bg-gray-100 {
|
3043
3037
|
&:hover {
|
3044
3038
|
@media (hover: hover) {
|
3045
|
-
background-color: #
|
3039
|
+
background-color: #E3E5E8;
|
3046
3040
|
}
|
3047
3041
|
}
|
3048
3042
|
}
|
3049
|
-
.hover\:bg-gray-
|
3043
|
+
.hover\:bg-gray-200 {
|
3050
3044
|
&:hover {
|
3051
3045
|
@media (hover: hover) {
|
3052
|
-
background-color: #
|
3046
|
+
background-color: #C8CBD0;
|
3053
3047
|
}
|
3054
3048
|
}
|
3055
3049
|
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: avo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.18.
|
4
|
+
version: 3.18.1.tw4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adrian Marin
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2025-03-
|
13
|
+
date: 2025-03-05 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activerecord
|