@qualityunit/liveagent-ticket-grid 0.0.93 → 0.0.95
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/README.md +16 -43
- package/dist/assets/en2.js +1 -1
- package/dist/assets/es-ES.js +1 -1
- package/dist/assets/index.js +7 -7
- package/dist/assets/pt-BR2.js +1 -1
- package/dist/index.html +17 -2
- package/package.json +5 -5
package/dist/assets/pt-BR2.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const e="Criado",
|
|
1
|
+
const e="Criado",a="Atualizado",o="Recarregar",t="Respondido",n="Chat",s="Ligando",r="excluído",i="Spam",d="Inicial",l="Resolvida",c="Novo",p="Aberto",u="Adiado",m="muitos",h="Importância",g={Created:e,Changed:a,"No text for preview":"Nenhum texto para pré-visualização","No name":"Sem nome","No email":"Sem email","No Company":"Sem empresa","No tickets found":"Nenhum Ticket encontrado","There is no tickets to be displayed. Change filter or place chat widget on your website to reach customers.":"Não há tickets para serem exibidos. Altere o filtro ou coloque o widget de chat em seu site para chegar aos clientes.","Change filter":"Alterar filtro","Configure chat button":"Configurar botão de chat",Reload:o,"First answer":"Primeira resposta","No SLA":"Sem SLA",Answered:t,Chatting:n,Calling:s,Deleted:r,Spam:i,Init:d,Resolved:l,New:c,Open:p,Postponed:u,"Invalid data":"Dados inválidos","all rows selected except %pCount rows":"todas as linhas selecionadas, exceto {pCount, plural, one {1 linha} other {# linhas}}","all rows selected":"todas as linhas selecionadas","%pCount rows selected":"{pCount, plural, one {1 linha} other {# linhas}} selecionada","Loading...":"Carregando...","Displaying %count of":"Exibindo {count} de",many:m,"Displaying %count of %allCount":"Exibindo {count} do {allCount}","Loading failed. Please try again later.":"Falha ao carregar. Por favor, tente novamente mais tarde.","No results match your filter. Try broadening the search criteria.":"Nenhuma regra coincidiu com seu filtro. Tente ampliar os critérios de pesquisa.","All data loaded":"Todos os dados carregados","Load more data":"Carregar mais dados",Importance:h,"Date created - Newest":"Data de criação - Mais recente","Date created - Oldest":"Data de criação - Mais antigo","Date changed - Newest":"Data alterada - Mais recente","Date changed - Oldest":"Data alterada - Mais antigo","Sort by":"Classificar por","No Group":"Sem Grupo"};export{t as Answered,s as Calling,a as Changed,n as Chatting,e as Created,r as Deleted,h as Importance,d as Init,c as New,p as Open,u as Postponed,o as Reload,l as Resolved,i as Spam,g as default,m as many};
|
package/dist/index.html
CHANGED
|
@@ -4,11 +4,26 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
|
-
<title>
|
|
7
|
+
<title>Ticket-Grid</title>
|
|
8
8
|
<script type="module" crossorigin src="/assets/index.js"></script>
|
|
9
9
|
</head>
|
|
10
10
|
<body style="height: 500px;">
|
|
11
|
-
<
|
|
11
|
+
<script type="text/javascript">
|
|
12
|
+
const ticketsTable = document.createElement('tickets-table');
|
|
13
|
+
ticketsTable.options = {
|
|
14
|
+
apiKey: 'S_9tyvqyp7jst8892hsf29xidod4p6ghfe',
|
|
15
|
+
basePath: 'https://hosted.la.localhost/LiveAgent/server',
|
|
16
|
+
localeOptions: {
|
|
17
|
+
thousandsSeparator: 'S',
|
|
18
|
+
decimalSeparator: 'D',
|
|
19
|
+
dateFormat: 'MM/d/yyyy',
|
|
20
|
+
timeFormat: 'HH:mm:ss',
|
|
21
|
+
timeShortFormat: 'HH:mm',
|
|
22
|
+
locale: 'sk'
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
document.body.appendChild(ticketsTable);
|
|
26
|
+
</script>
|
|
12
27
|
|
|
13
28
|
</body>
|
|
14
29
|
</html>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qualityunit/liveagent-ticket-grid",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.95",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./dist/assets/index.js",
|
|
7
7
|
"scripts": {
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"@qualityunit/liveagent-components-utils": "^0.0.5",
|
|
21
21
|
"@sveltejs/vite-plugin-svelte": "^2.5.3",
|
|
22
22
|
"@tsconfig/svelte": "^5.0.4",
|
|
23
|
-
"svelte": "^4.2.
|
|
24
|
-
"svelte-check": "^3.
|
|
23
|
+
"svelte": "^4.2.18",
|
|
24
|
+
"svelte-check": "^3.8.1",
|
|
25
25
|
"svelte-i18n": "^4.0.0",
|
|
26
26
|
"svelte-time": "^0.9.0",
|
|
27
|
-
"tslib": "^2.6.
|
|
28
|
-
"typescript": "^5.
|
|
27
|
+
"tslib": "^2.6.3",
|
|
28
|
+
"typescript": "^5.5.2",
|
|
29
29
|
"vite": "^4.5.3"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|