overview-components 1.1.162 → 1.1.165
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/dist/assets/generated/locales/de.js +269 -0
- package/dist/assets/generated/locales/de.js.map +1 -0
- package/dist/assets/generated/locales/en.js +269 -0
- package/dist/assets/generated/locales/en.js.map +1 -0
- package/dist/assets/generated/locales/fr.js +269 -0
- package/dist/assets/generated/locales/fr.js.map +1 -0
- package/dist/assets/generated/locales/hr.js +269 -0
- package/dist/assets/generated/locales/hr.js.map +1 -0
- package/dist/assets/generated/locales/it.js +269 -0
- package/dist/assets/generated/locales/it.js.map +1 -0
- package/dist/assets/generated/locales/pl.js +269 -0
- package/dist/assets/generated/locales/pl.js.map +1 -0
- package/dist/assets/generated/locales/ro.js +269 -0
- package/dist/assets/generated/locales/ro.js.map +1 -0
- package/dist/assets/generated/locales/sk.js +269 -0
- package/dist/assets/generated/locales/sk.js.map +1 -0
- package/dist/assets/generated/locales/sr.js +269 -0
- package/dist/assets/generated/locales/sr.js.map +1 -0
- package/dist/assets/icons/iconGlyphs.js +691 -0
- package/dist/assets/icons/iconGlyphs.js.map +1 -0
- package/dist/assets/illustration/aichatbot-illustration.js +144 -0
- package/dist/assets/illustration/aichatbot-illustration.js.map +1 -0
- package/dist/assets/illustration/delete-illustration.js +88 -0
- package/dist/assets/illustration/delete-illustration.js.map +1 -0
- package/dist/assets/illustration/no-content.js +159 -0
- package/dist/assets/illustration/no-content.js.map +1 -0
- package/dist/assets/illustration/no-preview.js +125 -0
- package/dist/assets/illustration/no-preview.js.map +1 -0
- package/dist/assets/illustration/not-found.js +98 -0
- package/dist/assets/illustration/not-found.js.map +1 -0
- package/dist/assets/illustration/settings-illustration.js +168 -0
- package/dist/assets/illustration/settings-illustration.js.map +1 -0
- package/dist/components/components-settings/attachments-tab-settings.js +318 -0
- package/dist/components/components-settings/attachments-tab-settings.js.map +1 -0
- package/dist/components/components-settings/data-grid-settings.js +553 -0
- package/dist/components/components-settings/data-grid-settings.js.map +1 -0
- package/dist/components/components-settings/section-tab-settings.js +719 -0
- package/dist/components/components-settings/section-tab-settings.js.map +1 -0
- package/dist/components/components-settings/tabs-overview-settings.js +421 -0
- package/dist/components/components-settings/tabs-overview-settings.js.map +1 -0
- package/dist/components/index.js +30 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/lit-ai-filter-assistant.js +443 -0
- package/dist/components/lit-ai-filter-assistant.js.map +1 -0
- package/dist/components/lit-attachments-tab.js +2044 -0
- package/dist/components/lit-attachments-tab.js.map +1 -0
- package/dist/components/lit-badge.js +124 -0
- package/dist/components/lit-badge.js.map +1 -0
- package/dist/components/lit-case-variables-tab.d.ts +2 -0
- package/dist/components/lit-case-variables-tab.d.ts.map +1 -1
- package/dist/components/lit-case-variables-tab.js +3763 -0
- package/dist/components/lit-case-variables-tab.js.map +1 -0
- package/dist/components/lit-chart.js +727 -0
- package/dist/components/lit-chart.js.map +1 -0
- package/dist/components/lit-data-grid-tanstack.js +2550 -0
- package/dist/components/lit-data-grid-tanstack.js.map +1 -0
- package/dist/components/lit-filter-builder.js +701 -0
- package/dist/components/lit-filter-builder.js.map +1 -0
- package/dist/components/lit-filter-modal.js +349 -0
- package/dist/components/lit-filter-modal.js.map +1 -0
- package/dist/components/lit-multiselect-item.js +707 -0
- package/dist/components/lit-multiselect-item.js.map +1 -0
- package/dist/components/lit-section-tab.js +268 -0
- package/dist/components/lit-section-tab.js.map +1 -0
- package/dist/components/lit-tabs-overview.js +356 -0
- package/dist/components/lit-tabs-overview.js.map +1 -0
- package/dist/components/modals/lit-confirm-modal.js +121 -0
- package/dist/components/modals/lit-confirm-modal.js.map +1 -0
- package/dist/components/modals/lit-delete-modal.js +131 -0
- package/dist/components/modals/lit-delete-modal.js.map +1 -0
- package/dist/components/react-wrappers/ai-filter-assistant.js +9 -0
- package/dist/components/react-wrappers/ai-filter-assistant.js.map +1 -0
- package/dist/components/react-wrappers/attachments-tab.js +9 -0
- package/dist/components/react-wrappers/attachments-tab.js.map +1 -0
- package/dist/components/react-wrappers/badge.js +9 -0
- package/dist/components/react-wrappers/badge.js.map +1 -0
- package/dist/components/react-wrappers/button.js +9 -0
- package/dist/components/react-wrappers/button.js.map +1 -0
- package/dist/components/react-wrappers/calendar.js +9 -0
- package/dist/components/react-wrappers/calendar.js.map +1 -0
- package/dist/components/react-wrappers/case-variables-tab.js +9 -0
- package/dist/components/react-wrappers/case-variables-tab.js.map +1 -0
- package/dist/components/react-wrappers/chart.js +9 -0
- package/dist/components/react-wrappers/chart.js.map +1 -0
- package/dist/components/react-wrappers/data-grid-tanstack.js +9 -0
- package/dist/components/react-wrappers/data-grid-tanstack.js.map +1 -0
- package/dist/components/react-wrappers/filter-builder.js +12 -0
- package/dist/components/react-wrappers/filter-builder.js.map +1 -0
- package/dist/components/react-wrappers/filter-modal.js +9 -0
- package/dist/components/react-wrappers/filter-modal.js.map +1 -0
- package/dist/components/react-wrappers/index.js +27 -0
- package/dist/components/react-wrappers/index.js.map +1 -0
- package/dist/components/react-wrappers/progress-bar.js +9 -0
- package/dist/components/react-wrappers/progress-bar.js.map +1 -0
- package/dist/components/react-wrappers/section-tab.js +9 -0
- package/dist/components/react-wrappers/section-tab.js.map +1 -0
- package/dist/components/react-wrappers/tabs-overview.js +9 -0
- package/dist/components/react-wrappers/tabs-overview.js.map +1 -0
- package/dist/data/translations.js +2768 -0
- package/dist/data/translations.js.map +1 -0
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7 -22487
- package/dist/index.js.map +1 -0
- package/dist/schemas/index.js +18 -0
- package/dist/schemas/index.js.map +1 -0
- package/dist/schemas/lit-attachments-tab-document.schema.js +39 -0
- package/dist/schemas/lit-attachments-tab-document.schema.js.map +1 -0
- package/dist/schemas/lit-attachments-tab-settings-value.schema.js +30 -0
- package/dist/schemas/lit-attachments-tab-settings-value.schema.js.map +1 -0
- package/dist/schemas/lit-attachments-tab.schema.js +68 -0
- package/dist/schemas/lit-attachments-tab.schema.js.map +1 -0
- package/dist/schemas/lit-case-variables-tab-cell.schema.d.ts +3 -0
- package/dist/schemas/lit-case-variables-tab-cell.schema.d.ts.map +1 -1
- package/dist/schemas/lit-case-variables-tab-cell.schema.js +226 -0
- package/dist/schemas/lit-case-variables-tab-cell.schema.js.map +1 -0
- package/dist/schemas/lit-case-variables-tab-rows.schema.d.ts +3 -0
- package/dist/schemas/lit-case-variables-tab-rows.schema.d.ts.map +1 -1
- package/dist/schemas/lit-case-variables-tab-rows.schema.js +6 -0
- package/dist/schemas/lit-case-variables-tab-rows.schema.js.map +1 -0
- package/dist/schemas/lit-case-variables-tab.schema.d.ts +6 -0
- package/dist/schemas/lit-case-variables-tab.schema.d.ts.map +1 -1
- package/dist/schemas/lit-case-variables-tab.schema.js +27 -0
- package/dist/schemas/lit-case-variables-tab.schema.js.map +1 -0
- package/dist/schemas/lit-data-grid-tanstack-column-array.schema.js +6 -0
- package/dist/schemas/lit-data-grid-tanstack-column-array.schema.js.map +1 -0
- package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.js +6 -0
- package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.js.map +1 -0
- package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.js +11 -0
- package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.js.map +1 -0
- package/dist/schemas/lit-data-grid-tanstack-column.schema.js +79 -0
- package/dist/schemas/lit-data-grid-tanstack-column.schema.js.map +1 -0
- package/dist/schemas/lit-data-grid-tanstack.schema.js +108 -0
- package/dist/schemas/lit-data-grid-tanstack.schema.js.map +1 -0
- package/dist/schemas/lit-filter-builder.schema.js +61 -0
- package/dist/schemas/lit-filter-builder.schema.js.map +1 -0
- package/dist/schemas/lit-section-tab-schema.js +37 -0
- package/dist/schemas/lit-section-tab-schema.js.map +1 -0
- package/dist/schemas/lit-tabs-overview-tab-array.schema.js +6 -0
- package/dist/schemas/lit-tabs-overview-tab-array.schema.js.map +1 -0
- package/dist/schemas/lit-tabs-overview-tab.schema.js +32 -0
- package/dist/schemas/lit-tabs-overview-tab.schema.js.map +1 -0
- package/dist/schemas/lit-tabs-overview.schema.js +29 -0
- package/dist/schemas/lit-tabs-overview.schema.js.map +1 -0
- package/dist/scripts/translate-locales.js +241 -0
- package/dist/scripts/translate-locales.js.map +1 -0
- package/dist/shared/filter-inputs.js +429 -0
- package/dist/shared/filter-inputs.js.map +1 -0
- package/dist/shared/index.js +40 -0
- package/dist/shared/index.js.map +1 -0
- package/dist/shared/lit-button.js +159 -0
- package/dist/shared/lit-button.js.map +1 -0
- package/dist/shared/lit-calendar.js +485 -0
- package/dist/shared/lit-calendar.js.map +1 -0
- package/dist/shared/lit-case-variables-tab-cell.d.ts +2 -0
- package/dist/shared/lit-case-variables-tab-cell.d.ts.map +1 -1
- package/dist/shared/lit-case-variables-tab-cell.js +235 -0
- package/dist/shared/lit-case-variables-tab-cell.js.map +1 -0
- package/dist/shared/lit-checkbox.js +184 -0
- package/dist/shared/lit-checkbox.js.map +1 -0
- package/dist/shared/lit-custom-popper.js +116 -0
- package/dist/shared/lit-custom-popper.js.map +1 -0
- package/dist/shared/lit-data-grid-action-buttons-popover.js +295 -0
- package/dist/shared/lit-data-grid-action-buttons-popover.js.map +1 -0
- package/dist/shared/lit-data-grid-density-popover.js +84 -0
- package/dist/shared/lit-data-grid-density-popover.js.map +1 -0
- package/dist/shared/lit-data-grid-export-popover.js +68 -0
- package/dist/shared/lit-data-grid-export-popover.js.map +1 -0
- package/dist/shared/lit-data-grid-operators-popover.js +114 -0
- package/dist/shared/lit-data-grid-operators-popover.js.map +1 -0
- package/dist/shared/lit-data-grid-row-actions.js +87 -0
- package/dist/shared/lit-data-grid-row-actions.js.map +1 -0
- package/dist/shared/lit-date-picker.js +608 -0
- package/dist/shared/lit-date-picker.js.map +1 -0
- package/dist/shared/lit-document-thumbnail.js +383 -0
- package/dist/shared/lit-document-thumbnail.js.map +1 -0
- package/dist/shared/lit-filter-input.js +115 -0
- package/dist/shared/lit-filter-input.js.map +1 -0
- package/dist/shared/lit-icon-button.js +165 -0
- package/dist/shared/lit-icon-button.js.map +1 -0
- package/dist/shared/lit-icon.js +337 -0
- package/dist/shared/lit-icon.js.map +1 -0
- package/dist/shared/lit-input.js +282 -0
- package/dist/shared/lit-input.js.map +1 -0
- package/dist/shared/lit-label.js +103 -0
- package/dist/shared/lit-label.js.map +1 -0
- package/dist/shared/lit-loader.js +68 -0
- package/dist/shared/lit-loader.js.map +1 -0
- package/dist/shared/lit-loading-bar.js +91 -0
- package/dist/shared/lit-loading-bar.js.map +1 -0
- package/dist/shared/lit-menu-item.js +98 -0
- package/dist/shared/lit-menu-item.js.map +1 -0
- package/dist/shared/lit-menu.js +29 -0
- package/dist/shared/lit-menu.js.map +1 -0
- package/dist/shared/lit-modal-body.js +24 -0
- package/dist/shared/lit-modal-body.js.map +1 -0
- package/dist/shared/lit-modal-footer.js +21 -0
- package/dist/shared/lit-modal-footer.js.map +1 -0
- package/dist/shared/lit-modal-header.js +34 -0
- package/dist/shared/lit-modal-header.js.map +1 -0
- package/dist/shared/lit-modal.js +168 -0
- package/dist/shared/lit-modal.js.map +1 -0
- package/dist/shared/lit-overflow-tooltip.js +114 -0
- package/dist/shared/lit-overflow-tooltip.js.map +1 -0
- package/dist/shared/lit-pill.js +87 -0
- package/dist/shared/lit-pill.js.map +1 -0
- package/dist/shared/lit-progress-bar.js +130 -0
- package/dist/shared/lit-progress-bar.js.map +1 -0
- package/dist/shared/lit-responsive-button.js +106 -0
- package/dist/shared/lit-responsive-button.js.map +1 -0
- package/dist/shared/lit-select-field.js +457 -0
- package/dist/shared/lit-select-field.js.map +1 -0
- package/dist/shared/lit-select.js +668 -0
- package/dist/shared/lit-select.js.map +1 -0
- package/dist/shared/lit-settings.js +76 -0
- package/dist/shared/lit-settings.js.map +1 -0
- package/dist/shared/lit-text-field.js +252 -0
- package/dist/shared/lit-text-field.js.map +1 -0
- package/dist/shared/lit-toggle.js +240 -0
- package/dist/shared/lit-toggle.js.map +1 -0
- package/dist/shared/lit-tooltip.js +165 -0
- package/dist/shared/lit-tooltip.js.map +1 -0
- package/dist/shared/simple-popper.js +285 -0
- package/dist/shared/simple-popper.js.map +1 -0
- package/dist/shared/simple-tooltip.js +249 -0
- package/dist/shared/simple-tooltip.js.map +1 -0
- package/dist/shared/styles/button-shared-styles.js +494 -0
- package/dist/shared/styles/button-shared-styles.js.map +1 -0
- package/dist/styles.js +169 -0
- package/dist/styles.js.map +1 -0
- package/dist/utils/custom-filters.js +42 -0
- package/dist/utils/custom-filters.js.map +1 -0
- package/dist/utils/date.js +21 -0
- package/dist/utils/date.js.map +1 -0
- package/dist/utils/file-type-utils.js +55 -0
- package/dist/utils/file-type-utils.js.map +1 -0
- package/dist/utils/formatNumber.js +62 -0
- package/dist/utils/formatNumber.js.map +1 -0
- package/dist/utils/getOperatorByType.js +70 -0
- package/dist/utils/getOperatorByType.js.map +1 -0
- package/dist/utils/getOverviewValue.js +175 -0
- package/dist/utils/getOverviewValue.js.map +1 -0
- package/dist/utils/localization.js +433 -0
- package/dist/utils/localization.js.map +1 -0
- package/dist/utils/pdf-thumbnail-generator.js +91 -0
- package/dist/utils/pdf-thumbnail-generator.js.map +1 -0
- package/dist/utils/utils.js +94 -0
- package/dist/utils/utils.js.map +1 -0
- package/package.json +21 -55
- package/README.md +0 -82
- package/dist/assets/illustration/index.d.ts +0 -7
- package/dist/assets/illustration/index.d.ts.map +0 -1
|
@@ -0,0 +1,443 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { property, state } from 'lit/decorators.js';
|
|
8
|
+
import { css, html, LitElement } from 'lit';
|
|
9
|
+
import { msg } from '@lit/localize';
|
|
10
|
+
// components
|
|
11
|
+
import '../shared/lit-input.js';
|
|
12
|
+
import '../shared/lit-icon.js';
|
|
13
|
+
import '../shared/lit-icon-button.js';
|
|
14
|
+
import '../shared/simple-popper.js';
|
|
15
|
+
import '../shared/lit-button.js';
|
|
16
|
+
import './lit-badge.js';
|
|
17
|
+
import { tooltip } from '../shared/simple-tooltip.js';
|
|
18
|
+
import '../assets/illustration/aichatbot-illustration.js';
|
|
19
|
+
export class LitAiFilterAssistant extends LitElement {
|
|
20
|
+
constructor() {
|
|
21
|
+
super(...arguments);
|
|
22
|
+
this.placeholder = msg('Napište váš požadavek na filtr...');
|
|
23
|
+
this.userLang = 'cs';
|
|
24
|
+
this.suggestions = [];
|
|
25
|
+
this.appliedFilters = [];
|
|
26
|
+
this.disabled = false;
|
|
27
|
+
this.loading = false;
|
|
28
|
+
this.inputValue = '';
|
|
29
|
+
this.handleNewConversation = () => {
|
|
30
|
+
this.onNewConversation?.();
|
|
31
|
+
};
|
|
32
|
+
this.togglePopper = () => {
|
|
33
|
+
this.onClose?.();
|
|
34
|
+
};
|
|
35
|
+
this.handleInputChange = (value) => {
|
|
36
|
+
this.inputValue = value || '';
|
|
37
|
+
this.onInput?.(this.inputValue);
|
|
38
|
+
};
|
|
39
|
+
this.handleSuggestionClick = (suggestion) => {
|
|
40
|
+
this.onSuggestionSelect?.(suggestion);
|
|
41
|
+
// this.inputValue = suggestion.label;
|
|
42
|
+
};
|
|
43
|
+
this.handleApply = () => {
|
|
44
|
+
if (!this.inputValue.trim())
|
|
45
|
+
return;
|
|
46
|
+
this.onApply?.(this.inputValue);
|
|
47
|
+
this.inputValue = '';
|
|
48
|
+
};
|
|
49
|
+
this.handleKeyDown = (e) => {
|
|
50
|
+
if (e.key === 'Enter' && !this.disabled && !e.shiftKey && this.inputValue.trim()) {
|
|
51
|
+
e.preventDefault();
|
|
52
|
+
this.handleApply();
|
|
53
|
+
}
|
|
54
|
+
if (e.key === 'Escape') {
|
|
55
|
+
this.onClose?.();
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
this.handleFilterReload = (filterApplied) => {
|
|
59
|
+
this.onFilterReload?.(filterApplied);
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
render() {
|
|
63
|
+
return html `
|
|
64
|
+
<div class="dropdown-content">
|
|
65
|
+
<!-- Header -->
|
|
66
|
+
<header class="header">
|
|
67
|
+
<div style="display: flex; align-items: center; gap: 0.5rem;">
|
|
68
|
+
<lit-icon size="1.25rem" aiIcon icon="aiFilter"></lit-icon>
|
|
69
|
+
<div class="header-title" style="color: var(--text-primary, #111827)">
|
|
70
|
+
${msg('AI asistent pro filtry')}
|
|
71
|
+
</div>
|
|
72
|
+
</div>
|
|
73
|
+
<div class="header-actions">
|
|
74
|
+
<lit-icon-button
|
|
75
|
+
color="secondary"
|
|
76
|
+
variant="text"
|
|
77
|
+
icon="add"
|
|
78
|
+
size="small"
|
|
79
|
+
@click="${this.handleNewConversation}"
|
|
80
|
+
${tooltip(msg('Nová konverzace'), 'bottom')}
|
|
81
|
+
></lit-icon-button>
|
|
82
|
+
<lit-icon-button
|
|
83
|
+
color="secondary"
|
|
84
|
+
variant="text"
|
|
85
|
+
icon="close"
|
|
86
|
+
size="small"
|
|
87
|
+
@click="${this.togglePopper}"
|
|
88
|
+
${tooltip(msg('Zavřít'), 'bottom')}
|
|
89
|
+
></lit-icon-button>
|
|
90
|
+
</div>
|
|
91
|
+
</header>
|
|
92
|
+
<!-- Applied Filters Section -->
|
|
93
|
+
<div class="applied-filters-container">
|
|
94
|
+
${this.appliedFilters.length > 0
|
|
95
|
+
? html `
|
|
96
|
+
<div class="applied-filters-section">
|
|
97
|
+
${this.appliedFilters.map((filter) => {
|
|
98
|
+
// Determine description color based on severity
|
|
99
|
+
let icon = 'sparkle';
|
|
100
|
+
let aiIcon = true;
|
|
101
|
+
let badgeContent = 'neutral';
|
|
102
|
+
if (filter.severity === 'success' && !filter.isLoading) {
|
|
103
|
+
badgeContent = 'info';
|
|
104
|
+
}
|
|
105
|
+
if (filter.severity === 'error' && !filter.isLoading) {
|
|
106
|
+
icon = 'warning';
|
|
107
|
+
aiIcon = false;
|
|
108
|
+
badgeContent = 'danger';
|
|
109
|
+
}
|
|
110
|
+
return html `
|
|
111
|
+
<div class="applied-filter-item">
|
|
112
|
+
${filter.isLoading
|
|
113
|
+
? html `<span
|
|
114
|
+
class="loading-spinner"
|
|
115
|
+
title="${msg('Načítání')}"
|
|
116
|
+
></span>`
|
|
117
|
+
: html `<lit-icon
|
|
118
|
+
.aiIcon="${aiIcon}"
|
|
119
|
+
.icon="${icon}"
|
|
120
|
+
size="1.25rem"
|
|
121
|
+
style="padding-right: 0.5rem; color: var(--color-error-main, #dc2626);"
|
|
122
|
+
></lit-icon>`}
|
|
123
|
+
<div class="applied-filter-info">
|
|
124
|
+
<div class="applied-filter-label">
|
|
125
|
+
${filter.label}
|
|
126
|
+
</div>
|
|
127
|
+
${filter.message
|
|
128
|
+
? html `<lit-badge
|
|
129
|
+
content=${badgeContent}
|
|
130
|
+
text=${filter.message || ''}
|
|
131
|
+
></lit-badge>`
|
|
132
|
+
: ''}
|
|
133
|
+
</div>
|
|
134
|
+
<lit-icon-button
|
|
135
|
+
color="secondary"
|
|
136
|
+
class="remove-filter-button"
|
|
137
|
+
?disabled="${this.disabled}"
|
|
138
|
+
icon="reload"
|
|
139
|
+
size="small"
|
|
140
|
+
variant="text"
|
|
141
|
+
@click="${() => this.handleFilterReload(filter)}"
|
|
142
|
+
title=${msg('Vyhledat znovu')}
|
|
143
|
+
${tooltip(msg('Vyhledat znovu'), 'bottom')}
|
|
144
|
+
></lit-icon-button>
|
|
145
|
+
</div>
|
|
146
|
+
`;
|
|
147
|
+
})}
|
|
148
|
+
</div>
|
|
149
|
+
`
|
|
150
|
+
: html `
|
|
151
|
+
<div class="empty-state">
|
|
152
|
+
<div style="height: 67px; width: 67px">
|
|
153
|
+
<aichatbot-illustration></aichatbot-illustration>
|
|
154
|
+
</div>
|
|
155
|
+
<div>
|
|
156
|
+
${msg('Žádná historie promptů. Začněte psát pro filtrování pomocí AI.')}
|
|
157
|
+
</div>
|
|
158
|
+
</div>
|
|
159
|
+
`}
|
|
160
|
+
</div>
|
|
161
|
+
<!-- Content -->
|
|
162
|
+
<div class="content-section">
|
|
163
|
+
<!-- Input Section -->
|
|
164
|
+
<div class="input-section">
|
|
165
|
+
<div class="input-wrapper">
|
|
166
|
+
<lit-input
|
|
167
|
+
type="textarea"
|
|
168
|
+
placeholder="${this.placeholder}"
|
|
169
|
+
.value="${this.inputValue}"
|
|
170
|
+
.onInput="${this.handleInputChange}"
|
|
171
|
+
@keydown="${this.handleKeyDown}"
|
|
172
|
+
.onClear="${() => {
|
|
173
|
+
this.inputValue = '';
|
|
174
|
+
this.onInput?.('');
|
|
175
|
+
}}"
|
|
176
|
+
.rows="${2}"
|
|
177
|
+
fullWidth
|
|
178
|
+
></lit-input>
|
|
179
|
+
<lit-icon
|
|
180
|
+
aiIcon
|
|
181
|
+
icon="send"
|
|
182
|
+
@click="${this.handleApply}"
|
|
183
|
+
?disabled="${!this.inputValue.trim() || this.disabled}"
|
|
184
|
+
label="${msg('Vyhledat')}"
|
|
185
|
+
.isLoading="${this.loading}"
|
|
186
|
+
style="cursor: pointer"
|
|
187
|
+
>
|
|
188
|
+
</lit-icon>
|
|
189
|
+
</div>
|
|
190
|
+
</div>
|
|
191
|
+
|
|
192
|
+
<!-- Suggestions Section -->
|
|
193
|
+
${this.suggestions.length > 0
|
|
194
|
+
? html `
|
|
195
|
+
<div class="suggestions-section">
|
|
196
|
+
<div class="section-title">${msg('Návrhy')}</div>
|
|
197
|
+
<div class="suggestions-grid">
|
|
198
|
+
${this.suggestions.map((suggestion) => html `
|
|
199
|
+
<div class="suggestion-item">
|
|
200
|
+
<lit-badge
|
|
201
|
+
?disabled="${this.disabled}"
|
|
202
|
+
.text="${suggestion[`label_${this.userLang}`] || suggestion.label}"
|
|
203
|
+
content="neutral"
|
|
204
|
+
size="medium"
|
|
205
|
+
@click="${() => this.handleSuggestionClick(suggestion)}"
|
|
206
|
+
title="${suggestion[`label_${this.userLang}`] || suggestion.label}"
|
|
207
|
+
></lit-badge>
|
|
208
|
+
</div>
|
|
209
|
+
`)}
|
|
210
|
+
</div>
|
|
211
|
+
</div>
|
|
212
|
+
`
|
|
213
|
+
: ''}
|
|
214
|
+
</div>
|
|
215
|
+
</div>
|
|
216
|
+
`;
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
LitAiFilterAssistant.styles = [
|
|
220
|
+
css `
|
|
221
|
+
:host {
|
|
222
|
+
display: inline-block;
|
|
223
|
+
position: relative;
|
|
224
|
+
width: 100%;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.dropdown-content {
|
|
228
|
+
|
|
229
|
+
background: var(--background-paper, #fff);
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.header {
|
|
233
|
+
display: flex;
|
|
234
|
+
justify-content: space-between;
|
|
235
|
+
align-items: center;
|
|
236
|
+
padding: 0.375rem 0.75rem;
|
|
237
|
+
border-bottom: 0.0625rem solid transparent;
|
|
238
|
+
position: relative;
|
|
239
|
+
}
|
|
240
|
+
.header::after {
|
|
241
|
+
content: '';
|
|
242
|
+
position: absolute;
|
|
243
|
+
left: 0;
|
|
244
|
+
right: 0;
|
|
245
|
+
bottom: 0;
|
|
246
|
+
height: 0.0625rem;
|
|
247
|
+
background: linear-gradient(to right, #e78047, #573493);
|
|
248
|
+
z-index: 1;
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.header-title {
|
|
253
|
+
display: flex;
|
|
254
|
+
align-items: center;
|
|
255
|
+
gap: 0.75rem;
|
|
256
|
+
font-size: 1.0625rem;
|
|
257
|
+
font-weight: 500;
|
|
258
|
+
margin-bottom: 4px;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.input-section {
|
|
262
|
+
padding: 0.375rem 0.75rem;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.input-label {
|
|
266
|
+
display: block;
|
|
267
|
+
font-size: 0.875rem;
|
|
268
|
+
font-weight: 500;
|
|
269
|
+
color: var(--text-primary, #111827);
|
|
270
|
+
margin-bottom: 0.5rem;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.input-wrapper {
|
|
274
|
+
display: flex;
|
|
275
|
+
|
|
276
|
+
align-items: center;
|
|
277
|
+
gap: 0.5rem;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.suggestions-section {
|
|
281
|
+
padding: 0.375rem 0.75rem;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.suggestions-grid {
|
|
285
|
+
display: flex;
|
|
286
|
+
flex-wrap: wrap;
|
|
287
|
+
gap: 0.5rem;
|
|
288
|
+
overflow-x: auto;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.applied-filters-section {
|
|
292
|
+
padding: 0.375rem 0.75rem;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.applied-filter-item {
|
|
296
|
+
display: flex;
|
|
297
|
+
align-items: center;
|
|
298
|
+
justify-content: space-between;
|
|
299
|
+
border-radius: 0.5rem;
|
|
300
|
+
margin-bottom: 0.5rem;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.applied-filter-info {
|
|
304
|
+
flex: 1;
|
|
305
|
+
min-width: 0;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.applied-filter-label {
|
|
309
|
+
font-size: 0.875rem;
|
|
310
|
+
font-weight: 500;
|
|
311
|
+
color: var(--text-primary, #111827);
|
|
312
|
+
margin-bottom: 0.125rem;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.applied-filter-description {
|
|
316
|
+
font-size: 11px;
|
|
317
|
+
font-weight: 400;
|
|
318
|
+
color: var(--text-secondary, #111827);
|
|
319
|
+
margin-bottom: 0.125rem;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.applied-filter-value {
|
|
323
|
+
font-size: 0.75rem;
|
|
324
|
+
color: var(--text-secondary, #6b7280);
|
|
325
|
+
font-family: monospace;
|
|
326
|
+
background: var(--background-paper, #fff);
|
|
327
|
+
padding: 0.25rem 0.5rem;
|
|
328
|
+
border-radius: 0.25rem;
|
|
329
|
+
border: 0.0625rem solid var(--color-divider, #e5e7eb);
|
|
330
|
+
margin-bottom: 0.125rem;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
.remove-filter-button {
|
|
334
|
+
margin-left: 0.5rem;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.loading-spinner {
|
|
338
|
+
width: 14px;
|
|
339
|
+
height: 14px;
|
|
340
|
+
border: 0.125rem solid var(--color-divider, #d0d3db);
|
|
341
|
+
border-top: 0.125rem solid var(--color-primary-main, #3b82f6);
|
|
342
|
+
border-radius: 50%;
|
|
343
|
+
animation: spin 1s linear infinite;
|
|
344
|
+
margin-right: 0.5rem;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
@keyframes spin {
|
|
348
|
+
0% {
|
|
349
|
+
transform: rotate(0deg);
|
|
350
|
+
}
|
|
351
|
+
100% {
|
|
352
|
+
transform: rotate(360deg);
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.empty-state {
|
|
357
|
+
display: flex;
|
|
358
|
+
gap: 0.75rem;
|
|
359
|
+
flex-direction: column;
|
|
360
|
+
align-items: center;
|
|
361
|
+
justify-content: center;
|
|
362
|
+
text-align: center;
|
|
363
|
+
padding: 2rem 1rem;
|
|
364
|
+
color: var(--text-secondary, #6b7280);
|
|
365
|
+
font-size: 0.875rem;
|
|
366
|
+
line-height: 1.5;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.empty-state lit-icon {
|
|
370
|
+
margin-bottom: 0.75rem;
|
|
371
|
+
color: var(--text-secondary, #9ca3af);
|
|
372
|
+
}
|
|
373
|
+
.applied-filters-container {
|
|
374
|
+
height: 12.5rem;
|
|
375
|
+
overflow-y: auto;
|
|
376
|
+
}
|
|
377
|
+
.suggestion-item {
|
|
378
|
+
cursor: pointer;
|
|
379
|
+
transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
|
380
|
+
will-change: transform;
|
|
381
|
+
&:hover {
|
|
382
|
+
transform: scale(1.06);
|
|
383
|
+
z-index: 1;
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
.header-actions {
|
|
387
|
+
display: flex;
|
|
388
|
+
gap: 0.5rem;
|
|
389
|
+
}
|
|
390
|
+
.section-title {
|
|
391
|
+
font-size: 0.8125rem;
|
|
392
|
+
font-weight: 400;
|
|
393
|
+
color: var(--text-secondary, #111827);
|
|
394
|
+
margin-bottom: 0.5rem;
|
|
395
|
+
}
|
|
396
|
+
lit-input {
|
|
397
|
+
flex-grow: 1;
|
|
398
|
+
}
|
|
399
|
+
`,
|
|
400
|
+
];
|
|
401
|
+
__decorate([
|
|
402
|
+
property({ type: String })
|
|
403
|
+
], LitAiFilterAssistant.prototype, "placeholder", void 0);
|
|
404
|
+
__decorate([
|
|
405
|
+
property({ type: String })
|
|
406
|
+
], LitAiFilterAssistant.prototype, "userLang", void 0);
|
|
407
|
+
__decorate([
|
|
408
|
+
property({ type: Array })
|
|
409
|
+
], LitAiFilterAssistant.prototype, "suggestions", void 0);
|
|
410
|
+
__decorate([
|
|
411
|
+
property({ type: Array })
|
|
412
|
+
], LitAiFilterAssistant.prototype, "appliedFilters", void 0);
|
|
413
|
+
__decorate([
|
|
414
|
+
property({ type: Boolean })
|
|
415
|
+
], LitAiFilterAssistant.prototype, "disabled", void 0);
|
|
416
|
+
__decorate([
|
|
417
|
+
property({ type: Boolean })
|
|
418
|
+
], LitAiFilterAssistant.prototype, "loading", void 0);
|
|
419
|
+
__decorate([
|
|
420
|
+
property({ type: Function })
|
|
421
|
+
], LitAiFilterAssistant.prototype, "onInput", void 0);
|
|
422
|
+
__decorate([
|
|
423
|
+
property({ type: Function })
|
|
424
|
+
], LitAiFilterAssistant.prototype, "onSuggestionSelect", void 0);
|
|
425
|
+
__decorate([
|
|
426
|
+
property({ type: Function })
|
|
427
|
+
], LitAiFilterAssistant.prototype, "onApply", void 0);
|
|
428
|
+
__decorate([
|
|
429
|
+
property({ type: Function })
|
|
430
|
+
], LitAiFilterAssistant.prototype, "onFilterReload", void 0);
|
|
431
|
+
__decorate([
|
|
432
|
+
property({ type: Function })
|
|
433
|
+
], LitAiFilterAssistant.prototype, "onNewConversation", void 0);
|
|
434
|
+
__decorate([
|
|
435
|
+
property({ type: Function })
|
|
436
|
+
], LitAiFilterAssistant.prototype, "onClose", void 0);
|
|
437
|
+
__decorate([
|
|
438
|
+
state()
|
|
439
|
+
], LitAiFilterAssistant.prototype, "inputValue", void 0);
|
|
440
|
+
if (!window.customElements.get('lit-ai-filter-assistant')) {
|
|
441
|
+
window.customElements.define('lit-ai-filter-assistant', LitAiFilterAssistant);
|
|
442
|
+
}
|
|
443
|
+
//# sourceMappingURL=lit-ai-filter-assistant.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lit-ai-filter-assistant.js","sourceRoot":"","sources":["../../src/components/lit-ai-filter-assistant.ts"],"names":[],"mappings":"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"}
|