@paperless/core 0.1.0-alpha.185 → 0.1.0-alpha.187
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 +25 -0
- package/dist/build/p-089bc4e8.entry.js +1 -0
- package/dist/build/p-37eac991.entry.js +1 -0
- package/dist/build/p-38542cd3.entry.js +1 -0
- package/dist/build/p-6bf8c6e0.entry.js +1 -0
- package/dist/build/p-9e78f612.entry.js +1 -0
- package/dist/build/p-c1eb8756.entry.js +1 -0
- package/dist/{paperless/p-639afc96.entry.js → build/p-d3ed0174.entry.js} +1 -1
- package/dist/build/p-f2cead01.entry.js +1 -0
- package/dist/build/p-fcdd7b83.entry.js +1 -0
- package/dist/build/paperless.css +19 -3
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/index-cf92051a.js +12 -8
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/p-button_3.cjs.entry.js +3 -3
- package/dist/cjs/p-divider.cjs.entry.js +1 -1
- package/dist/cjs/p-dropdown_3.cjs.entry.js +201 -0
- package/dist/cjs/p-helper_2.cjs.entry.js +160 -0
- package/dist/cjs/p-input-group_4.cjs.entry.js +132 -0
- package/dist/cjs/p-page-size-select_3.cjs.entry.js +251 -0
- package/dist/cjs/p-select.cjs.entry.js +149 -0
- package/dist/cjs/p-table-column_5.cjs.entry.js +5 -5
- package/dist/cjs/p-table.cjs.entry.js +1 -1
- package/dist/cjs/paperless.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/atoms/button/button.component.css +1 -1
- package/dist/collection/components/atoms/divider/divider.component.css +1 -1
- package/dist/collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css +4 -2
- package/dist/collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.js +28 -2
- package/dist/collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css +1 -1
- package/dist/collection/components/atoms/helper/helper.component.css +1 -1
- package/dist/collection/components/atoms/icon/icon.component.css +1 -1
- package/dist/collection/components/atoms/label/label.component.css +1 -1
- package/dist/collection/components/atoms/loader/loader.component.css +1 -1
- package/dist/collection/components/atoms/pagination-item/pagination-item.component.css +1 -1
- package/dist/collection/components/atoms/segment-container/segment-container.component.css +1 -1
- package/dist/collection/components/atoms/segment-item/segment-item.component.css +1 -1
- package/dist/collection/components/atoms/table-container/table-container.component.css +1 -1
- package/dist/collection/components/atoms/tooltip/tooltip.component.css +1 -1
- package/dist/collection/components/molecules/dropdown/dropdown.component.css +1 -1
- package/dist/collection/components/molecules/dropdown/dropdown.component.js +49 -13
- package/dist/collection/components/molecules/input-group/input-group.component.css +23 -5
- package/dist/collection/components/molecules/input-group/input-group.component.js +28 -3
- package/dist/collection/components/molecules/pagination/pagination.component.css +1 -1
- package/dist/collection/components/molecules/select/select.component.css +3 -0
- package/dist/collection/components/molecules/select/select.component.js +366 -0
- package/dist/collection/components/molecules/table-column/table-column.component.css +1 -1
- package/dist/collection/components/molecules/table-footer/table-footer.component.css +1 -1
- package/dist/collection/components/molecules/table-header/table-header.component.css +1 -1
- package/dist/collection/components/molecules/table-row/table-row.component.css +1 -1
- package/dist/collection/components/organisms/table/table.component.css +1 -1
- package/dist/components/button.component.js +1 -1
- package/dist/components/divider.component.js +1 -1
- package/dist/components/dropdown-menu-container.component.js +9 -3
- package/dist/components/dropdown-menu-item.component.js +1 -1
- package/dist/components/dropdown.component.js +30 -12
- package/dist/components/helper.component.js +1 -1
- package/dist/components/icon.component.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/input-group.component.js +11 -3
- package/dist/components/label.component.js +1 -1
- package/dist/components/loader.component.js +1 -1
- package/dist/components/p-select.d.ts +11 -0
- package/dist/components/p-select.js +216 -0
- package/dist/components/p-table.js +1 -1
- package/dist/components/pagination-item.component.js +1 -1
- package/dist/components/pagination.component.js +1 -1
- package/dist/components/segment-container.component.js +1 -1
- package/dist/components/segment-item.component.js +1 -1
- package/dist/components/table-column.component.js +1 -1
- package/dist/components/table-container.component.js +1 -1
- package/dist/components/table-footer.component.js +1 -1
- package/dist/components/table-header.component.js +1 -1
- package/dist/components/table-row.component.js +1 -1
- package/dist/components/tooltip.component.js +1 -1
- package/dist/esm/index-7c99f044.js +12 -8
- package/dist/esm/loader.js +1 -1
- package/dist/esm/p-button_3.entry.js +3 -3
- package/dist/esm/p-divider.entry.js +1 -1
- package/dist/esm/p-dropdown_3.entry.js +195 -0
- package/dist/esm/p-helper_2.entry.js +155 -0
- package/dist/esm/p-input-group_4.entry.js +125 -0
- package/dist/esm/p-page-size-select_3.entry.js +245 -0
- package/dist/esm/p-select.entry.js +145 -0
- package/dist/esm/p-table-column_5.entry.js +5 -5
- package/dist/esm/p-table.entry.js +1 -1
- package/dist/esm/paperless.js +1 -1
- package/dist/index.html +1 -1
- package/dist/paperless/p-089bc4e8.entry.js +1 -0
- package/dist/paperless/p-37eac991.entry.js +1 -0
- package/dist/paperless/p-38542cd3.entry.js +1 -0
- package/dist/paperless/p-6bf8c6e0.entry.js +1 -0
- package/dist/paperless/p-9e78f612.entry.js +1 -0
- package/dist/paperless/p-c1eb8756.entry.js +1 -0
- package/dist/{build/p-639afc96.entry.js → paperless/p-d3ed0174.entry.js} +1 -1
- package/dist/paperless/p-f2cead01.entry.js +1 -0
- package/dist/paperless/p-fcdd7b83.entry.js +1 -0
- package/dist/paperless/paperless.css +19 -3
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/dist/types/components/atoms/dropdown-menu-container/dropdown-menu-container.component.d.ts +4 -0
- package/dist/types/components/molecules/dropdown/dropdown.component.d.ts +8 -2
- package/dist/types/components/molecules/input-group/input-group.component.d.ts +4 -0
- package/dist/types/components/molecules/select/select.component.d.ts +74 -0
- package/dist/types/components.d.ts +129 -0
- package/package.json +1 -1
- package/dist/build/p-007de3c2.entry.js +0 -1
- package/dist/build/p-7ddefd1f.entry.js +0 -1
- package/dist/build/p-aae4caab.entry.js +0 -1
- package/dist/build/p-be4b9c2b.entry.js +0 -1
- package/dist/build/p-c74206e0.entry.js +0 -1
- package/dist/build/p-d2afd9a5.entry.js +0 -1
- package/dist/build/p-da1f5577.entry.js +0 -1
- package/dist/cjs/p-dropdown-menu-item_4.cjs.entry.js +0 -268
- package/dist/cjs/p-dropdown_2.cjs.entry.js +0 -163
- package/dist/cjs/p-helper_5.cjs.entry.js +0 -142
- package/dist/cjs/p-tooltip.cjs.entry.js +0 -143
- package/dist/esm/p-dropdown-menu-item_4.entry.js +0 -261
- package/dist/esm/p-dropdown_2.entry.js +0 -158
- package/dist/esm/p-helper_5.entry.js +0 -134
- package/dist/esm/p-tooltip.entry.js +0 -139
- package/dist/paperless/p-007de3c2.entry.js +0 -1
- package/dist/paperless/p-7ddefd1f.entry.js +0 -1
- package/dist/paperless/p-aae4caab.entry.js +0 -1
- package/dist/paperless/p-be4b9c2b.entry.js +0 -1
- package/dist/paperless/p-c74206e0.entry.js +0 -1
- package/dist/paperless/p-d2afd9a5.entry.js +0 -1
- package/dist/paperless/p-da1f5577.entry.js +0 -1
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-cf92051a.js');
|
|
6
|
+
const localization = require('./localization-9c989018.js');
|
|
7
|
+
const constants = require('./constants-a4459ec9.js');
|
|
8
|
+
|
|
9
|
+
const PageSizeSelect = class {
|
|
10
|
+
constructor(hostRef) {
|
|
11
|
+
index.registerInstance(this, hostRef);
|
|
12
|
+
this.sizeChange = index.createEvent(this, "sizeChange", 7);
|
|
13
|
+
/**
|
|
14
|
+
* The current page
|
|
15
|
+
*/
|
|
16
|
+
this.size = constants.defaultSize;
|
|
17
|
+
/**
|
|
18
|
+
* The available sizes
|
|
19
|
+
*/
|
|
20
|
+
this.sizeOptions = constants.defaultSizeOptions;
|
|
21
|
+
/**
|
|
22
|
+
* Chevron position
|
|
23
|
+
*/
|
|
24
|
+
this.chevronPosition = 'start';
|
|
25
|
+
/**
|
|
26
|
+
* The size of the button
|
|
27
|
+
*/
|
|
28
|
+
this.buttonSize = 'small';
|
|
29
|
+
/**
|
|
30
|
+
* The template for the data view
|
|
31
|
+
*/
|
|
32
|
+
this.buttonTemplate = (size) => localization.formatTranslation(this._locales.button, { size });
|
|
33
|
+
/**
|
|
34
|
+
* The template for the data view
|
|
35
|
+
*/
|
|
36
|
+
this.itemTemplate = (size) => localization.formatTranslation(this._locales.item, { size });
|
|
37
|
+
/**
|
|
38
|
+
* Wether to hide when there is only 1 page available
|
|
39
|
+
*/
|
|
40
|
+
this.hidden = false;
|
|
41
|
+
/**
|
|
42
|
+
* Locales used for this component
|
|
43
|
+
*/
|
|
44
|
+
this._locales = {};
|
|
45
|
+
}
|
|
46
|
+
componentWillLoad() {
|
|
47
|
+
this._setLocales();
|
|
48
|
+
}
|
|
49
|
+
render() {
|
|
50
|
+
return (index.h(index.Host, { class: `p-page-size-select ${this.hidden && 'hidden'}` }, index.h("p-dropdown", { placement: "top-start", chevronPosition: this.chevronPosition, chevronDirection: "down" }, index.h("p-button", { variant: "secondary", slot: "trigger", size: this.buttonSize }, this.buttonTemplate(this.size)), index.h("slot", { slot: "items" }, this.sizeOptions.map((option) => (index.h("p-dropdown-menu-item", { active: option === this.size, onClick: () => this._changeSize(option) }, this.itemTemplate(option))))))));
|
|
51
|
+
}
|
|
52
|
+
async _setLocales() {
|
|
53
|
+
this._locales = await localization.getLocaleComponentStrings(this._el);
|
|
54
|
+
}
|
|
55
|
+
_changeSize(s) {
|
|
56
|
+
if (!s) {
|
|
57
|
+
return;
|
|
58
|
+
}
|
|
59
|
+
this.size = s;
|
|
60
|
+
this.sizeChange.emit(this.size);
|
|
61
|
+
}
|
|
62
|
+
get _el() { return index.getElement(this); }
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
const paginationComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.fixed{position:fixed!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.m-0{margin:0!important}.ml-1{margin-left:.25rem!important}.block{display:block!important}.flex{display:flex!important}.table{display:table!important}.hidden{display:none!important}.h-6{height:1.5rem!important}.w-6{width:1.5rem!important}.w-full{width:100%!important}.flex-col{flex-direction:column!important}.justify-end{justify-content:flex-end!important}.gap-4{gap:1rem!important}.justify-self-end{justify-self:end!important}.rounded{border-radius:.25rem!important}.border{border-width:1px!important}.border-solid{border-style:solid!important}.border-transparent{border-color:transparent!important}.border-t-mystic-dark{--tw-border-opacity:1!important;border-top-color:rgb(218 230 240/var(--tw-border-opacity))!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.p-4{padding:1rem!important}.blur{--tw-blur:blur(8px)!important}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}*{box-sizing:border-box}p-pagination{display:flex}@media (min-width:64rem){.desktop-xs\\:flex{display:flex!important}.desktop-xs\\:hidden{display:none!important}.desktop-xs\\:w-auto{width:auto!important}.desktop-xs\\:flex-row{flex-direction:row!important}}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}";
|
|
66
|
+
|
|
67
|
+
const Pagination = class {
|
|
68
|
+
constructor(hostRef) {
|
|
69
|
+
index.registerInstance(this, hostRef);
|
|
70
|
+
this.pageChange = index.createEvent(this, "pageChange", 7);
|
|
71
|
+
/**
|
|
72
|
+
* The current page
|
|
73
|
+
*/
|
|
74
|
+
this.page = 1;
|
|
75
|
+
/**
|
|
76
|
+
* The amount of items per page
|
|
77
|
+
*/
|
|
78
|
+
this.pageSize = 12;
|
|
79
|
+
/**
|
|
80
|
+
* Wether to hide when there is only 1 page available
|
|
81
|
+
*/
|
|
82
|
+
this.hideOnSinglePage = false;
|
|
83
|
+
this._pages = [];
|
|
84
|
+
this._set = [];
|
|
85
|
+
this._nextClick = () => {
|
|
86
|
+
const nextPage = this.page + 1;
|
|
87
|
+
if (nextPage > this._pages[this._pages.length - 1]) {
|
|
88
|
+
return;
|
|
89
|
+
}
|
|
90
|
+
this._changePage(nextPage);
|
|
91
|
+
};
|
|
92
|
+
this._pageClick = (p) => this._changePage(p);
|
|
93
|
+
this._generateSet = (range = 1, enableBoundaries = true) => {
|
|
94
|
+
const totalPages = this._pages.length;
|
|
95
|
+
if (!totalPages) {
|
|
96
|
+
return [];
|
|
97
|
+
}
|
|
98
|
+
let start = this.page - range;
|
|
99
|
+
let end = this.page + range;
|
|
100
|
+
if (end > totalPages) {
|
|
101
|
+
end = totalPages;
|
|
102
|
+
start = totalPages - range * 2;
|
|
103
|
+
start = start < 1 ? 1 : start;
|
|
104
|
+
}
|
|
105
|
+
if (start <= 1) {
|
|
106
|
+
start = 1;
|
|
107
|
+
end = Math.min(range * 2 + 1, totalPages);
|
|
108
|
+
}
|
|
109
|
+
const set = [];
|
|
110
|
+
const previous = {
|
|
111
|
+
type: 'previous',
|
|
112
|
+
value: index.h("p-icon", { variant: "chevron", rotate: 90 }),
|
|
113
|
+
};
|
|
114
|
+
const next = {
|
|
115
|
+
type: 'next',
|
|
116
|
+
value: index.h("p-icon", { variant: "chevron", rotate: -90 }),
|
|
117
|
+
};
|
|
118
|
+
// Disable page range, display all the pages
|
|
119
|
+
if (range === null) {
|
|
120
|
+
const p = this._pages.map((p) => ({
|
|
121
|
+
type: 'page',
|
|
122
|
+
value: p,
|
|
123
|
+
}));
|
|
124
|
+
return enableBoundaries ? [previous, ...p, next] : p;
|
|
125
|
+
}
|
|
126
|
+
if (enableBoundaries) {
|
|
127
|
+
set.push(previous);
|
|
128
|
+
}
|
|
129
|
+
if (start <= 3) {
|
|
130
|
+
for (let i = 1; i < start; i++) {
|
|
131
|
+
set.push({
|
|
132
|
+
type: 'page',
|
|
133
|
+
value: this._pages[i - 1],
|
|
134
|
+
});
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
else {
|
|
138
|
+
set.push({
|
|
139
|
+
type: 'page',
|
|
140
|
+
value: 1,
|
|
141
|
+
});
|
|
142
|
+
set.push({
|
|
143
|
+
type: 'ellipsis',
|
|
144
|
+
value: 'ellipsis',
|
|
145
|
+
});
|
|
146
|
+
}
|
|
147
|
+
for (let i = start; i <= end; i++) {
|
|
148
|
+
set.push({
|
|
149
|
+
type: 'page',
|
|
150
|
+
value: this._pages[i - 1],
|
|
151
|
+
});
|
|
152
|
+
}
|
|
153
|
+
if (end >= totalPages - 2) {
|
|
154
|
+
for (let i = end + 1; i <= totalPages; i++) {
|
|
155
|
+
set.push({
|
|
156
|
+
type: 'page',
|
|
157
|
+
value: this._pages[i - 1],
|
|
158
|
+
});
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
else {
|
|
162
|
+
set.push({
|
|
163
|
+
type: 'ellipsis',
|
|
164
|
+
});
|
|
165
|
+
set.push({
|
|
166
|
+
type: 'page',
|
|
167
|
+
value: this._pages[this._pages.length - 1],
|
|
168
|
+
});
|
|
169
|
+
}
|
|
170
|
+
if (enableBoundaries) {
|
|
171
|
+
set.push(next);
|
|
172
|
+
}
|
|
173
|
+
return set;
|
|
174
|
+
};
|
|
175
|
+
}
|
|
176
|
+
componentWillRender() {
|
|
177
|
+
this._generate();
|
|
178
|
+
}
|
|
179
|
+
render() {
|
|
180
|
+
var _a, _b;
|
|
181
|
+
return (index.h(index.Host, { class: `p-pagination ${this.hideOnSinglePage && ((_a = this._set) === null || _a === void 0 ? void 0 : _a.length) === 3 && 'hidden'}` }, (_b = this._set) === null || _b === void 0 ? void 0 : _b.map((p) => {
|
|
182
|
+
if (p.type === 'previous' || p.type === 'next') {
|
|
183
|
+
return (index.h("p-pagination-item", { onClick: () => p.type === 'previous'
|
|
184
|
+
? this._previousClick()
|
|
185
|
+
: this._nextClick() }, p.value));
|
|
186
|
+
}
|
|
187
|
+
if (p.type === 'ellipsis') {
|
|
188
|
+
return index.h("p-pagination-item", null, "...");
|
|
189
|
+
}
|
|
190
|
+
return (index.h("p-pagination-item", { active: p.value === this.page, onClick: () => this._pageClick(p.value) }, p.value));
|
|
191
|
+
})));
|
|
192
|
+
}
|
|
193
|
+
pageChangeHandler() {
|
|
194
|
+
this._generate();
|
|
195
|
+
}
|
|
196
|
+
_generate() {
|
|
197
|
+
var _a;
|
|
198
|
+
this._pages = this._generatePages();
|
|
199
|
+
this._set = this._generateSet();
|
|
200
|
+
if (this.page > ((_a = this._pages) === null || _a === void 0 ? void 0 : _a.length)) {
|
|
201
|
+
this._changePage(this._pages.length);
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
_changePage(p) {
|
|
205
|
+
if (!p) {
|
|
206
|
+
return;
|
|
207
|
+
}
|
|
208
|
+
this.page = p;
|
|
209
|
+
this.pageChange.emit(this.page);
|
|
210
|
+
}
|
|
211
|
+
_previousClick() {
|
|
212
|
+
const previousPage = this.page - 1;
|
|
213
|
+
if (previousPage < this._pages[0]) {
|
|
214
|
+
return;
|
|
215
|
+
}
|
|
216
|
+
this._changePage(previousPage);
|
|
217
|
+
}
|
|
218
|
+
_generatePages() {
|
|
219
|
+
if (!this.total || !this.pageSize) {
|
|
220
|
+
return [];
|
|
221
|
+
}
|
|
222
|
+
const pages = Math.ceil(this.total / this.pageSize);
|
|
223
|
+
return new Array(pages).fill(undefined).map((_, i) => i + 1);
|
|
224
|
+
}
|
|
225
|
+
static get watchers() { return {
|
|
226
|
+
"page": ["pageChangeHandler"],
|
|
227
|
+
"pageSize": ["pageChangeHandler"],
|
|
228
|
+
"total": ["pageChangeHandler"]
|
|
229
|
+
}; }
|
|
230
|
+
};
|
|
231
|
+
Pagination.style = paginationComponentCss;
|
|
232
|
+
|
|
233
|
+
const paginationItemComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.fixed{position:fixed!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.m-0{margin:0!important}.ml-1{margin-left:.25rem!important}.block{display:block!important}.flex{display:flex!important}.table{display:table!important}.hidden{display:none!important}.h-8{height:2rem!important}.h-6{height:1.5rem!important}.w-6{width:1.5rem!important}.w-full{width:100%!important}.flex-col{flex-direction:column!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.gap-4{gap:1rem!important}.justify-self-end{justify-self:end!important}.rounded{border-radius:.25rem!important}.border{border-width:1px!important}.border-solid{border-style:solid!important}.border-transparent{border-color:transparent!important}.border-t-mystic-dark{--tw-border-opacity:1!important;border-top-color:rgb(218 230 240/var(--tw-border-opacity))!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.p-4{padding:1rem!important}.font-semibold{font-weight:600!important}.text-storm-medium{--tw-text-opacity:1!important;color:rgb(128 130 158/var(--tw-text-opacity))!important}.text-indigo{--tw-text-opacity:1!important;color:rgb(82 138 250/var(--tw-text-opacity))!important}.blur{--tw-blur:blur(8px)!important}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}*{box-sizing:border-box}:host{--tw-text-opacity:1;align-items:center;border-radius:.25rem;color:rgb(128 130 158/var(--tw-text-opacity));cursor:pointer;display:flex;font-size:.875rem;font-weight:600;height:2rem;justify-content:center;line-height:1.25rem;width:2rem}:host(:focus),:host(:hover){--tw-text-opacity:1;color:rgb(81 83 107/var(--tw-text-opacity))}:host(.active){--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(241 246 255/var(--tw-bg-opacity));color:rgb(82 138 250/var(--tw-text-opacity))}@media (min-width:64rem){.desktop-xs\\:flex{display:flex!important}.desktop-xs\\:hidden{display:none!important}.desktop-xs\\:w-auto{width:auto!important}.desktop-xs\\:flex-row{flex-direction:row!important}}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}";
|
|
234
|
+
|
|
235
|
+
const PaginationItem = class {
|
|
236
|
+
constructor(hostRef) {
|
|
237
|
+
index.registerInstance(this, hostRef);
|
|
238
|
+
/**
|
|
239
|
+
* Wether the pagination item is active
|
|
240
|
+
*/
|
|
241
|
+
this.active = false;
|
|
242
|
+
}
|
|
243
|
+
render() {
|
|
244
|
+
return (index.h(index.Host, { class: `p-pagination-item ${this.active && 'active'}` }, index.h("slot", null)));
|
|
245
|
+
}
|
|
246
|
+
};
|
|
247
|
+
PaginationItem.style = paginationItemComponentCss;
|
|
248
|
+
|
|
249
|
+
exports.p_page_size_select = PageSizeSelect;
|
|
250
|
+
exports.p_pagination = Pagination;
|
|
251
|
+
exports.p_pagination_item = PaginationItem;
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-cf92051a.js');
|
|
6
|
+
const childOf = require('./child-of-e472f812.js');
|
|
7
|
+
|
|
8
|
+
const selectComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.fixed{position:fixed!important}.flex{display:flex!important}.cursor-pointer{cursor:pointer!important}.blur{--tw-blur:blur(8px)!important}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}*{box-sizing:border-box}:host{display:flex;flex-direction:column}";
|
|
9
|
+
|
|
10
|
+
const Select = class {
|
|
11
|
+
constructor(hostRef) {
|
|
12
|
+
index.registerInstance(this, hostRef);
|
|
13
|
+
this.queryChange = index.createEvent(this, "queryChange", 7);
|
|
14
|
+
this.valueChange = index.createEvent(this, "valueChange", 7);
|
|
15
|
+
/**
|
|
16
|
+
* The key of the object to display
|
|
17
|
+
*/
|
|
18
|
+
this.displayKey = 'text';
|
|
19
|
+
/**
|
|
20
|
+
* The key of the object to return
|
|
21
|
+
*/
|
|
22
|
+
this.valueKey = 'value';
|
|
23
|
+
/**
|
|
24
|
+
* Wether to automatically select the first item
|
|
25
|
+
*/
|
|
26
|
+
this.autoSelectFirst = true;
|
|
27
|
+
/**
|
|
28
|
+
* Wether to enable autocomplete
|
|
29
|
+
*/
|
|
30
|
+
this.enableAutocomplete = true;
|
|
31
|
+
this._showDropdown = false;
|
|
32
|
+
this._selectedItem = null;
|
|
33
|
+
this._isAutoCompleting = false;
|
|
34
|
+
}
|
|
35
|
+
get _items() {
|
|
36
|
+
var _a;
|
|
37
|
+
if (!this.items) {
|
|
38
|
+
return [];
|
|
39
|
+
}
|
|
40
|
+
let items = typeof this.items === 'string'
|
|
41
|
+
? JSON.parse(this.items)
|
|
42
|
+
: this.items;
|
|
43
|
+
if (typeof (items === null || items === void 0 ? void 0 : items[0]) === 'string') {
|
|
44
|
+
this.displayKey = 'text';
|
|
45
|
+
this.valueKey = 'value';
|
|
46
|
+
items = items.map((str) => ({
|
|
47
|
+
value: str,
|
|
48
|
+
text: str,
|
|
49
|
+
}));
|
|
50
|
+
}
|
|
51
|
+
if (this._isAutoCompleting && ((_a = this.query) === null || _a === void 0 ? void 0 : _a.length)) {
|
|
52
|
+
items = items.filter((item) => {
|
|
53
|
+
if (this.queryKey) {
|
|
54
|
+
return this._checkvalue(this.queryKey, item);
|
|
55
|
+
}
|
|
56
|
+
return (this._checkvalue(this.valueKey, item) ||
|
|
57
|
+
this._checkvalue(this.displayKey, item));
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
return items;
|
|
61
|
+
}
|
|
62
|
+
get _displayValue() {
|
|
63
|
+
var _a;
|
|
64
|
+
if (this._isAutoCompleting) {
|
|
65
|
+
return this.query;
|
|
66
|
+
}
|
|
67
|
+
return (_a = this._selectedItem) === null || _a === void 0 ? void 0 : _a[this.displayKey];
|
|
68
|
+
}
|
|
69
|
+
get _placeholder() {
|
|
70
|
+
var _a;
|
|
71
|
+
return this._isAutoCompleting && ((_a = this.autocompletePlaceholder) === null || _a === void 0 ? void 0 : _a.length)
|
|
72
|
+
? this.autocompletePlaceholder
|
|
73
|
+
: this.placeholder;
|
|
74
|
+
}
|
|
75
|
+
componentDidLoad() {
|
|
76
|
+
var _a;
|
|
77
|
+
if (this.value) {
|
|
78
|
+
const value = isNaN(this.value)
|
|
79
|
+
? this.value
|
|
80
|
+
: parseInt(this.value, 10);
|
|
81
|
+
this._selectedItem = this._items.find((i) => (i === null || i === void 0 ? void 0 : i[this.valueKey]) === value);
|
|
82
|
+
return;
|
|
83
|
+
}
|
|
84
|
+
if (this.autoSelectFirst) {
|
|
85
|
+
this._selectedItem = (_a = this._items) === null || _a === void 0 ? void 0 : _a[0];
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
render() {
|
|
89
|
+
return (index.h(index.Host, { class: "p-select" }, JSON.stringify(this._showDropdown), index.h("p-dropdown", { disableTriggerClick: true, calculateWidth: true, insideClick: true, show: this._showDropdown }, index.h("p-input-group", { slot: "trigger", icon: "chevron", iconPosition: "end", focused: this._showDropdown }, index.h("input", { slot: "input", type: "text", placeholder: this._placeholder, value: this._displayValue, class: "p-input cursor-pointer", onFocus: () => this._onFocus(), onMouseDown: (ev) => this._onMouseDown(ev), onClick: () => this._onClick(), onInput: (ev) => this._onChange(ev), ref: (ref) => (this._inputRef = ref) })), index.h("div", { slot: "items" }, this._items.map((item) => (index.h("p-dropdown-menu-item", { onClick: () => this._selectValue(item) }, item[this.displayKey])))))));
|
|
90
|
+
}
|
|
91
|
+
documentClickHandler({ target }) {
|
|
92
|
+
if (!this._showDropdown || childOf.childOf(target, this._el)) {
|
|
93
|
+
return;
|
|
94
|
+
}
|
|
95
|
+
this._showDropdown = false;
|
|
96
|
+
}
|
|
97
|
+
_selectValue(item) {
|
|
98
|
+
this._selectedItem = item;
|
|
99
|
+
const value = item[this.valueKey];
|
|
100
|
+
this.value = value;
|
|
101
|
+
this.valueChange.emit(this.value);
|
|
102
|
+
this._onBlur(true);
|
|
103
|
+
}
|
|
104
|
+
_onFocus() {
|
|
105
|
+
if (!this.enableAutocomplete) {
|
|
106
|
+
this._inputRef.blur();
|
|
107
|
+
if (!this._showDropdown) {
|
|
108
|
+
this._showDropdown = true;
|
|
109
|
+
}
|
|
110
|
+
return;
|
|
111
|
+
}
|
|
112
|
+
this._isAutoCompleting = true;
|
|
113
|
+
this._showDropdown = true;
|
|
114
|
+
}
|
|
115
|
+
_onMouseDown(ev) {
|
|
116
|
+
if (this.enableAutocomplete) {
|
|
117
|
+
return;
|
|
118
|
+
}
|
|
119
|
+
ev.preventDefault();
|
|
120
|
+
}
|
|
121
|
+
_onClick() {
|
|
122
|
+
if (this.enableAutocomplete) {
|
|
123
|
+
return;
|
|
124
|
+
}
|
|
125
|
+
this._showDropdown = true;
|
|
126
|
+
}
|
|
127
|
+
_onBlur(force = false) {
|
|
128
|
+
if (!this.enableAutocomplete && !force) {
|
|
129
|
+
return;
|
|
130
|
+
}
|
|
131
|
+
this._isAutoCompleting = false;
|
|
132
|
+
this._showDropdown = false;
|
|
133
|
+
}
|
|
134
|
+
_onChange(ev) {
|
|
135
|
+
if (!this._isAutoCompleting) {
|
|
136
|
+
return;
|
|
137
|
+
}
|
|
138
|
+
this.query = ev.target.value;
|
|
139
|
+
this.queryChange.emit(this.query);
|
|
140
|
+
}
|
|
141
|
+
_checkvalue(key, item) {
|
|
142
|
+
var _a, _b;
|
|
143
|
+
return ((_b = (_a = item === null || item === void 0 ? void 0 : item[key]) === null || _a === void 0 ? void 0 : _a.toString()) === null || _b === void 0 ? void 0 : _b.indexOf(this.query)) >= 0;
|
|
144
|
+
}
|
|
145
|
+
get _el() { return index.getElement(this); }
|
|
146
|
+
};
|
|
147
|
+
Select.style = selectComponentCss;
|
|
148
|
+
|
|
149
|
+
exports.p_select = Select;
|
|
@@ -7,7 +7,7 @@ const objectGetByPath = require('./object-get-by-path-6dc21ed5.js');
|
|
|
7
7
|
const localization = require('./localization-9c989018.js');
|
|
8
8
|
const constants = require('./constants-a4459ec9.js');
|
|
9
9
|
|
|
10
|
-
const tableColumnComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.fixed{position:fixed!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.m-0{margin:0!important}.ml-1{margin-left:.25rem!important}.block{display:block!important}.flex{display:flex!important}.table{display:table!important}.hidden{display:none!important}.h-6{height:1.5rem!important}.w-1{width:.25rem!important}.w-2{width:.5rem!important}.w-3{width:.75rem!important}.w-4{width:1rem!important}.w-5{width:1.25rem!important}.w-6{width:1.5rem!important}.w-7{width:1.75rem!important}.w-8{width:2rem!important}.w-9{width:2.25rem!important}.w-10{width:2.5rem!important}.w-11{width:2.75rem!important}.w-full{width:100%!important}.w-auto{width:auto!important}.flex-1{flex:1 1 0%!important}.flex-col{flex-direction:column!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.gap-4{gap:1rem!important}.justify-self-end{justify-self:end!important}.rounded{border-radius:.25rem!important}.border{border-width:1px!important}.border-solid{border-style:solid!important}.border-transparent{border-color:transparent!important}.border-t-mystic-dark{--tw-border-opacity:1!important;border-top-color:rgb(218 230 240/var(--tw-border-opacity))!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.p-4{padding:1rem!important}.font-semibold{font-weight:600!important}.text-storm-dark{--tw-text-opacity:1!important;color:rgb(39 40 56/var(--tw-text-opacity))!important}.blur{--tw-blur:blur(8px)!important}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}*{box-sizing:border-box}p-table-column{align-items:center;display:flex;gap:1rem}.w-1\\/12{width:8.333333%!important}.w-2\\/12{width:16.666667%!important}.w-3\\/12{width:25%!important}.w-4\\/12{width:33.333333%!important}.w-5\\/12{width:41.666667%!important}.w-6\\/12{width:50%!important}.w-7\\/12{width:58.333333%!important}.w-8\\/12{width:66.666667%!important}.w-9\\/12{width:75%!important}.w-10\\/12{width:83.333333%!important}.w-11\\/12{width:91.666667%!important}@media (min-width:40rem){.tablet\\:w-1\\/12{width:8.333333%!important}.tablet\\:w-2\\/12{width:16.666667%!important}.tablet\\:w-3\\/12{width:25%!important}.tablet\\:w-4\\/12{width:33.333333%!important}.tablet\\:w-5\\/12{width:41.666667%!important}.tablet\\:w-6\\/12{width:50%!important}.tablet\\:w-7\\/12{width:58.333333%!important}.tablet\\:w-8\\/12{width:66.666667%!important}.tablet\\:w-9\\/12{width:75%!important}.tablet\\:w-10\\/12{width:83.333333%!important}.tablet\\:w-11\\/12{width:91.666667%!important}}@media (min-width:64rem){.desktop-xs\\:w-1\\/12{width:8.333333%!important}.desktop-xs\\:w-2\\/12{width:16.666667%!important}.desktop-xs\\:w-3\\/12{width:25%!important}.desktop-xs\\:w-4\\/12{width:33.333333%!important}.desktop-xs\\:w-5\\/12{width:41.666667%!important}.desktop-xs\\:w-6\\/12{width:50%!important}.desktop-xs\\:w-7\\/12{width:58.333333%!important}.desktop-xs\\:w-8\\/12{width:66.666667%!important}.desktop-xs\\:w-9\\/12{width:75%!important}.desktop-xs\\:w-10\\/12{width:83.333333%!important}.desktop-xs\\:w-11\\/12{width:91.666667%!important}}@media (min-width:80rem){.desktop-sm\\:w-1\\/12{width:8.333333%!important}.desktop-sm\\:w-2\\/12{width:16.666667%!important}.desktop-sm\\:w-3\\/12{width:25%!important}.desktop-sm\\:w-4\\/12{width:33.333333%!important}.desktop-sm\\:w-5\\/12{width:41.666667%!important}.desktop-sm\\:w-6\\/12{width:50%!important}.desktop-sm\\:w-7\\/12{width:58.333333%!important}.desktop-sm\\:w-8\\/12{width:66.666667%!important}.desktop-sm\\:w-9\\/12{width:75%!important}.desktop-sm\\:w-10\\/12{width:83.333333%!important}.desktop-sm\\:w-11\\/12{width:91.666667%!important}}@media (min-width:85.375rem){.desktop\\:w-1\\/12{width:8.333333%!important}.desktop\\:w-2\\/12{width:16.666667%!important}.desktop\\:w-3\\/12{width:25%!important}.desktop\\:w-4\\/12{width:33.333333%!important}.desktop\\:w-5\\/12{width:41.666667%!important}.desktop\\:w-6\\/12{width:50%!important}.desktop\\:w-7\\/12{width:58.333333%!important}.desktop\\:w-8\\/12{width:66.666667%!important}.desktop\\:w-9\\/12{width:75%!important}.desktop\\:w-10\\/12{width:83.333333%!important}.desktop\\:w-11\\/12{width:91.666667%!important}}@media (min-width:90rem){.desktop-lg\\:w-1\\/12{width:8.333333%!important}.desktop-lg\\:w-2\\/12{width:16.666667%!important}.desktop-lg\\:w-3\\/12{width:25%!important}.desktop-lg\\:w-4\\/12{width:33.333333%!important}.desktop-lg\\:w-5\\/12{width:41.666667%!important}.desktop-lg\\:w-6\\/12{width:50%!important}.desktop-lg\\:w-7\\/12{width:58.333333%!important}.desktop-lg\\:w-8\\/12{width:66.666667%!important}.desktop-lg\\:w-9\\/12{width:75%!important}.desktop-lg\\:w-10\\/12{width:83.333333%!important}.desktop-lg\\:w-11\\/12{width:91.666667%!important}}@media (min-width:120rem){.desktop-xl\\:w-1\\/12{width:8.333333%!important}.desktop-xl\\:w-2\\/12{width:16.666667%!important}.desktop-xl\\:w-3\\/12{width:25%!important}.desktop-xl\\:w-4\\/12{width:33.333333%!important}.desktop-xl\\:w-5\\/12{width:41.666667%!important}.desktop-xl\\:w-6\\/12{width:50%!important}.desktop-xl\\:w-7\\/12{width:58.333333%!important}.desktop-xl\\:w-8\\/12{width:66.666667%!important}.desktop-xl\\:w-9\\/12{width:75%!important}.desktop-xl\\:w-10\\/12{width:83.333333%!important}.desktop-xl\\:w-11\\/12{width:91.666667%!important}}
|
|
10
|
+
const tableColumnComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.fixed{position:fixed!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.m-0{margin:0!important}.ml-1{margin-left:.25rem!important}.block{display:block!important}.flex{display:flex!important}.table{display:table!important}.hidden{display:none!important}.h-6{height:1.5rem!important}.w-1{width:.25rem!important}.w-2{width:.5rem!important}.w-3{width:.75rem!important}.w-4{width:1rem!important}.w-5{width:1.25rem!important}.w-6{width:1.5rem!important}.w-7{width:1.75rem!important}.w-8{width:2rem!important}.w-9{width:2.25rem!important}.w-10{width:2.5rem!important}.w-11{width:2.75rem!important}.w-full{width:100%!important}.w-auto{width:auto!important}.flex-1{flex:1 1 0%!important}.flex-col{flex-direction:column!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.gap-4{gap:1rem!important}.justify-self-end{justify-self:end!important}.rounded{border-radius:.25rem!important}.border{border-width:1px!important}.border-solid{border-style:solid!important}.border-transparent{border-color:transparent!important}.border-t-mystic-dark{--tw-border-opacity:1!important;border-top-color:rgb(218 230 240/var(--tw-border-opacity))!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.p-4{padding:1rem!important}.font-semibold{font-weight:600!important}.text-storm-dark{--tw-text-opacity:1!important;color:rgb(39 40 56/var(--tw-text-opacity))!important}.blur{--tw-blur:blur(8px)!important}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}*{box-sizing:border-box}p-table-column{align-items:center;display:flex;gap:1rem}@media (min-width:64rem){.desktop-xs\\:flex{display:flex!important}.desktop-xs\\:hidden{display:none!important}.desktop-xs\\:w-auto{width:auto!important}.desktop-xs\\:flex-row{flex-direction:row!important}}.w-1\\/12{width:8.333333%!important}.w-2\\/12{width:16.666667%!important}.w-3\\/12{width:25%!important}.w-4\\/12{width:33.333333%!important}.w-5\\/12{width:41.666667%!important}.w-6\\/12{width:50%!important}.w-7\\/12{width:58.333333%!important}.w-8\\/12{width:66.666667%!important}.w-9\\/12{width:75%!important}.w-10\\/12{width:83.333333%!important}.w-11\\/12{width:91.666667%!important}@media (min-width:40rem){.tablet\\:w-1\\/12{width:8.333333%!important}.tablet\\:w-2\\/12{width:16.666667%!important}.tablet\\:w-3\\/12{width:25%!important}.tablet\\:w-4\\/12{width:33.333333%!important}.tablet\\:w-5\\/12{width:41.666667%!important}.tablet\\:w-6\\/12{width:50%!important}.tablet\\:w-7\\/12{width:58.333333%!important}.tablet\\:w-8\\/12{width:66.666667%!important}.tablet\\:w-9\\/12{width:75%!important}.tablet\\:w-10\\/12{width:83.333333%!important}.tablet\\:w-11\\/12{width:91.666667%!important}}@media (min-width:64rem){.desktop-xs\\:w-1\\/12{width:8.333333%!important}.desktop-xs\\:w-2\\/12{width:16.666667%!important}.desktop-xs\\:w-3\\/12{width:25%!important}.desktop-xs\\:w-4\\/12{width:33.333333%!important}.desktop-xs\\:w-5\\/12{width:41.666667%!important}.desktop-xs\\:w-6\\/12{width:50%!important}.desktop-xs\\:w-7\\/12{width:58.333333%!important}.desktop-xs\\:w-8\\/12{width:66.666667%!important}.desktop-xs\\:w-9\\/12{width:75%!important}.desktop-xs\\:w-10\\/12{width:83.333333%!important}.desktop-xs\\:w-11\\/12{width:91.666667%!important}}@media (min-width:80rem){.desktop-sm\\:w-1\\/12{width:8.333333%!important}.desktop-sm\\:w-2\\/12{width:16.666667%!important}.desktop-sm\\:w-3\\/12{width:25%!important}.desktop-sm\\:w-4\\/12{width:33.333333%!important}.desktop-sm\\:w-5\\/12{width:41.666667%!important}.desktop-sm\\:w-6\\/12{width:50%!important}.desktop-sm\\:w-7\\/12{width:58.333333%!important}.desktop-sm\\:w-8\\/12{width:66.666667%!important}.desktop-sm\\:w-9\\/12{width:75%!important}.desktop-sm\\:w-10\\/12{width:83.333333%!important}.desktop-sm\\:w-11\\/12{width:91.666667%!important}}@media (min-width:85.375rem){.desktop\\:w-1\\/12{width:8.333333%!important}.desktop\\:w-2\\/12{width:16.666667%!important}.desktop\\:w-3\\/12{width:25%!important}.desktop\\:w-4\\/12{width:33.333333%!important}.desktop\\:w-5\\/12{width:41.666667%!important}.desktop\\:w-6\\/12{width:50%!important}.desktop\\:w-7\\/12{width:58.333333%!important}.desktop\\:w-8\\/12{width:66.666667%!important}.desktop\\:w-9\\/12{width:75%!important}.desktop\\:w-10\\/12{width:83.333333%!important}.desktop\\:w-11\\/12{width:91.666667%!important}}@media (min-width:90rem){.desktop-lg\\:w-1\\/12{width:8.333333%!important}.desktop-lg\\:w-2\\/12{width:16.666667%!important}.desktop-lg\\:w-3\\/12{width:25%!important}.desktop-lg\\:w-4\\/12{width:33.333333%!important}.desktop-lg\\:w-5\\/12{width:41.666667%!important}.desktop-lg\\:w-6\\/12{width:50%!important}.desktop-lg\\:w-7\\/12{width:58.333333%!important}.desktop-lg\\:w-8\\/12{width:66.666667%!important}.desktop-lg\\:w-9\\/12{width:75%!important}.desktop-lg\\:w-10\\/12{width:83.333333%!important}.desktop-lg\\:w-11\\/12{width:91.666667%!important}}@media (min-width:120rem){.desktop-xl\\:w-1\\/12{width:8.333333%!important}.desktop-xl\\:w-2\\/12{width:16.666667%!important}.desktop-xl\\:w-3\\/12{width:25%!important}.desktop-xl\\:w-4\\/12{width:33.333333%!important}.desktop-xl\\:w-5\\/12{width:41.666667%!important}.desktop-xl\\:w-6\\/12{width:50%!important}.desktop-xl\\:w-7\\/12{width:58.333333%!important}.desktop-xl\\:w-8\\/12{width:66.666667%!important}.desktop-xl\\:w-9\\/12{width:75%!important}.desktop-xl\\:w-10\\/12{width:83.333333%!important}.desktop-xl\\:w-11\\/12{width:91.666667%!important}}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}";
|
|
11
11
|
|
|
12
12
|
const TableColumn = class {
|
|
13
13
|
constructor(hostRef) {
|
|
@@ -110,7 +110,7 @@ const TableColumn = class {
|
|
|
110
110
|
};
|
|
111
111
|
TableColumn.style = tableColumnComponentCss;
|
|
112
112
|
|
|
113
|
-
const tableContainerComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.fixed{position:fixed!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.m-0{margin:0!important}.ml-1{margin-left:.25rem!important}.block{display:block!important}.flex{display:flex!important}.table{display:table!important}.hidden{display:none!important}.h-6{height:1.5rem!important}.w-
|
|
113
|
+
const tableContainerComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.fixed{position:fixed!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.m-0{margin:0!important}.ml-1{margin-left:.25rem!important}.block{display:block!important}.flex{display:flex!important}.table{display:table!important}.hidden{display:none!important}.h-6{height:1.5rem!important}.w-6{width:1.5rem!important}.w-full{width:100%!important}.flex-col{flex-direction:column!important}.justify-end{justify-content:flex-end!important}.gap-4{gap:1rem!important}.justify-self-end{justify-self:end!important}.rounded{border-radius:.25rem!important}.border{border-width:1px!important}.border-solid{border-style:solid!important}.border-transparent{border-color:transparent!important}.border-t-mystic-dark{--tw-border-opacity:1!important;border-top-color:rgb(218 230 240/var(--tw-border-opacity))!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.p-4{padding:1rem!important}.shadow-4{--tw-shadow:0px 0.3125rem 1rem rgba(0,24,98,.08),0px 0.0625rem 0.1875rem rgba(0,24,98,.13)!important;--tw-shadow-colored:0px 0.3125rem 1rem var(--tw-shadow-color),0px 0.0625rem 0.1875rem var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.blur{--tw-blur:blur(8px)!important}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}*{box-sizing:border-box}p-table-container{--tw-bg-opacity:1;--tw-shadow:0px 0.3125rem 1rem rgba(0,24,98,.08),0px 0.0625rem 0.1875rem rgba(0,24,98,.13)!important;--tw-shadow-colored:0px 0.3125rem 1rem var(--tw-shadow-color),0px 0.0625rem 0.1875rem var(--tw-shadow-color)!important;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:.375rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important;display:flex;flex-direction:column;width:100%}@media (min-width:64rem){.desktop-xs\\:flex{display:flex!important}.desktop-xs\\:hidden{display:none!important}.desktop-xs\\:w-auto{width:auto!important}.desktop-xs\\:flex-row{flex-direction:row!important}}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}";
|
|
114
114
|
|
|
115
115
|
const TableContainer = class {
|
|
116
116
|
constructor(hostRef) {
|
|
@@ -122,7 +122,7 @@ const TableContainer = class {
|
|
|
122
122
|
};
|
|
123
123
|
TableContainer.style = tableContainerComponentCss;
|
|
124
124
|
|
|
125
|
-
const tableFooterComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.fixed{position:fixed!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.m-0{margin:0!important}.ml-1{margin-left:.25rem!important}.block{display:block!important}.flex{display:flex!important}.table{display:table!important}.grid{display:grid!important}.hidden{display:none!important}.h-6{height:1.5rem!important}.w-
|
|
125
|
+
const tableFooterComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.fixed{position:fixed!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.m-0{margin:0!important}.ml-1{margin-left:.25rem!important}.block{display:block!important}.flex{display:flex!important}.table{display:table!important}.grid{display:grid!important}.hidden{display:none!important}.h-6{height:1.5rem!important}.w-6{width:1.5rem!important}.w-full{width:100%!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.flex-col{flex-direction:column!important}.justify-end{justify-content:flex-end!important}.gap-4{gap:1rem!important}.justify-self-end{justify-self:end!important}.justify-self-center{justify-self:center!important}.rounded{border-radius:.25rem!important}.border{border-width:1px!important}.border-solid{border-style:solid!important}.border-transparent{border-color:transparent!important}.border-t-mystic-dark{--tw-border-opacity:1!important;border-top-color:rgb(218 230 240/var(--tw-border-opacity))!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.p-4{padding:1rem!important}.blur{--tw-blur:blur(8px)!important}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}*{box-sizing:border-box}p-table-footer{display:grid;gap:1rem;grid-template-columns:repeat(1,minmax(0,1fr));padding:1.5rem;width:100%}p-table-footer>p-pagination{display:flex;grid-column-start:1;justify-self:center}@media (min-width:64rem){p-table-footer{grid-template-areas:\"page-size pagination export\";grid-template-columns:repeat(3,minmax(0,1fr))}p-table-footer>p-page-size-select{grid-column-start:1}p-table-footer>p-pagination{grid-column-start:2}p-table-footer>p-button{grid-column-start:3;justify-self:end}}p-table-footer.page-size-disabled.export-disabled{grid-template-columns:repeat(1,minmax(0,1fr))}p-table-footer.page-size-disabled.export-disabled>p-pagination{grid-column-start:1}@media (min-width:64rem){.desktop-xs\\:flex{display:flex!important}.desktop-xs\\:hidden{display:none!important}.desktop-xs\\:w-auto{width:auto!important}.desktop-xs\\:flex-row{flex-direction:row!important}}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}";
|
|
126
126
|
|
|
127
127
|
const TableFooter = class {
|
|
128
128
|
constructor(hostRef) {
|
|
@@ -1076,7 +1076,7 @@ function defaultCompare(a, b) {
|
|
|
1076
1076
|
return a === b;
|
|
1077
1077
|
}
|
|
1078
1078
|
|
|
1079
|
-
const tableHeaderComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.fixed{position:fixed!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.m-0{margin:0!important}.ml-1{margin-left:.25rem!important}.block{display:block!important}.flex{display:flex!important}.table{display:table!important}.grid{display:grid!important}.hidden{display:none!important}.h-6{height:1.5rem!important}.w-
|
|
1079
|
+
const tableHeaderComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.fixed{position:fixed!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.m-0{margin:0!important}.ml-1{margin-left:.25rem!important}.block{display:block!important}.flex{display:flex!important}.table{display:table!important}.grid{display:grid!important}.hidden{display:none!important}.h-6{height:1.5rem!important}.w-6{width:1.5rem!important}.w-full{width:100%!important}.flex-col{flex-direction:column!important}.justify-end{justify-content:flex-end!important}.gap-4{gap:1rem!important}.justify-self-start{justify-self:start!important}.justify-self-end{justify-self:end!important}.rounded{border-radius:.25rem!important}.border{border-width:1px!important}.border-solid{border-style:solid!important}.border-transparent{border-color:transparent!important}.border-t-mystic-dark{--tw-border-opacity:1!important;border-top-color:rgb(218 230 240/var(--tw-border-opacity))!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.p-4{padding:1rem!important}.blur{--tw-blur:blur(8px)!important}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}*{box-sizing:border-box}p-table-header{display:flex;flex-direction:column;gap:1rem;padding:1rem;width:100%}@media (min-width:64rem){p-table-header{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:1.5rem}}p-table-header p-segment-container{grid-column-start:1;justify-self:start}p-table-header>div{grid-column-start:2}@media (min-width:64rem){.desktop-xs\\:flex{display:flex!important}.desktop-xs\\:hidden{display:none!important}.desktop-xs\\:w-auto{width:auto!important}.desktop-xs\\:flex-row{flex-direction:row!important}}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}";
|
|
1080
1080
|
|
|
1081
1081
|
const TableHeader = class {
|
|
1082
1082
|
constructor(hostRef) {
|
|
@@ -1151,7 +1151,7 @@ const TableHeader = class {
|
|
|
1151
1151
|
};
|
|
1152
1152
|
TableHeader.style = tableHeaderComponentCss;
|
|
1153
1153
|
|
|
1154
|
-
const tableRowComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.fixed{position:fixed!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.m-0{margin:0!important}.ml-1{margin-left:.25rem!important}.block{display:block!important}.flex{display:flex!important}.table{display:table!important}.hidden{display:none!important}.h-6{height:1.5rem!important}.w-full{width:100%!important}.w-
|
|
1154
|
+
const tableRowComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.fixed{position:fixed!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.m-0{margin:0!important}.ml-1{margin-left:.25rem!important}.block{display:block!important}.flex{display:flex!important}.table{display:table!important}.hidden{display:none!important}.h-6{height:1.5rem!important}.w-full{width:100%!important}.w-6{width:1.5rem!important}.flex-col{flex-direction:column!important}.flex-nowrap{flex-wrap:nowrap!important}.items-center{align-items:center!important}.justify-end{justify-content:flex-end!important}.justify-between{justify-content:space-between!important}.gap-4{gap:1rem!important}.justify-self-end{justify-self:end!important}.rounded{border-radius:.25rem!important}.border{border-width:1px!important}.border-y{border-bottom-width:1px!important;border-top-width:1px!important}.border-x-0{border-left-width:0!important;border-right-width:0!important}.border-solid{border-style:solid!important}.border-transparent{border-color:transparent!important}.border-y-mystic-dark{border-bottom-color:rgb(218 230 240/var(--tw-border-opacity))!important}.border-t-mystic-dark,.border-y-mystic-dark{--tw-border-opacity:1!important;border-top-color:rgb(218 230 240/var(--tw-border-opacity))!important}.bg-indigo-light{background-color:rgb(241 246 255/var(--tw-bg-opacity))!important}.bg-indigo-light,.bg-white{--tw-bg-opacity:1!important}.bg-white{background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.p-4{padding:1rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.font-semibold{font-weight:600!important}.uppercase{text-transform:uppercase!important}.blur{--tw-blur:blur(8px)!important}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}*{box-sizing:border-box}p-table-row{--tw-text-opacity:1;color:rgb(128 130 158/var(--tw-text-opacity));display:flex;flex-direction:column;font-size:.875rem;line-height:1.25rem;padding-left:1.5rem;padding-right:1.5rem;width:100%}p-table-row .content{align-items:center;display:flex;flex-wrap:nowrap;gap:1rem;justify-content:space-between;padding-bottom:1.5rem;padding-top:1.5rem;width:100%}p-table-row.variant-header{--tw-bg-opacity:1;--tw-text-opacity:1;--tw-border-opacity:1!important;background-color:rgb(252 253 254/var(--tw-bg-opacity));border-bottom:1px solid rgb(218 230 240/var(--tw-border-opacity))!important;border-left-style:solid!important;border-left-width:0!important;border-right-style:solid!important;border-right-width:0!important;border-top:1px solid rgb(218 230 240/var(--tw-border-opacity))!important;color:rgb(152 154 183/var(--tw-text-opacity));font-size:.75rem;font-weight:600;line-height:1rem;text-transform:uppercase}p-table-row.variant-header .content{padding-bottom:.5rem;padding-top:.5rem}p-table-row.enable-hover:hover{--tw-bg-opacity:1;background-color:rgb(241 246 255/var(--tw-bg-opacity));cursor:pointer}@media (min-width:64rem){.desktop-xs\\:flex{display:flex!important}.desktop-xs\\:hidden{display:none!important}.desktop-xs\\:w-auto{width:auto!important}.desktop-xs\\:flex-row{flex-direction:row!important}}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.border-t-mystic-dark{--tw-border-opacity:1!important;border-top-color:rgb(218 230 240/var(--tw-border-opacity))!important}";
|
|
1155
1155
|
|
|
1156
1156
|
const TableRow = class {
|
|
1157
1157
|
constructor(hostRef) {
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index = require('./index-cf92051a.js');
|
|
6
6
|
const constants = require('./constants-a4459ec9.js');
|
|
7
7
|
|
|
8
|
-
const tableComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.fixed{position:fixed!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.m-0{margin:0!important}.ml-1{margin-left:.25rem!important}.block{display:block!important}.flex{display:flex!important}.table{display:table!important}.hidden{display:none!important}.h-6{height:1.5rem!important}.w-
|
|
8
|
+
const tableComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.fixed{position:fixed!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.m-0{margin:0!important}.ml-1{margin-left:.25rem!important}.block{display:block!important}.flex{display:flex!important}.table{display:table!important}.hidden{display:none!important}.h-6{height:1.5rem!important}.w-6{width:1.5rem!important}.w-full{width:100%!important}.flex-col{flex-direction:column!important}.justify-end{justify-content:flex-end!important}.gap-4{gap:1rem!important}.justify-self-end{justify-self:end!important}.rounded{border-radius:.25rem!important}.border{border-width:1px!important}.border-solid{border-style:solid!important}.border-transparent{border-color:transparent!important}.border-t-mystic-dark{--tw-border-opacity:1!important;border-top-color:rgb(218 230 240/var(--tw-border-opacity))!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.p-4{padding:1rem!important}.blur{--tw-blur:blur(8px)!important}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}*{box-sizing:border-box}p-table{display:flex;flex-direction:column}@media (min-width:64rem){.desktop-xs\\:flex{display:flex!important}.desktop-xs\\:hidden{display:none!important}.desktop-xs\\:w-auto{width:auto!important}.desktop-xs\\:flex-row{flex-direction:row!important}}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}";
|
|
9
9
|
|
|
10
10
|
const Table = class {
|
|
11
11
|
constructor(hostRef) {
|
|
@@ -15,5 +15,5 @@ const patchBrowser = () => {
|
|
|
15
15
|
};
|
|
16
16
|
|
|
17
17
|
patchBrowser().then(options => {
|
|
18
|
-
return index.bootstrapLazy([["p-button_3.cjs",[[4,"p-button",{"variant":[1],"href":[1],"target":[1],"size":[1],"width":[1],"loading":[4],"chevron":[8],"chevronPosition":[1,"chevron-position"],"disabled":[4],"icon":[1],"iconOnly":[4,"icon-only"],"iconPosition":[1,"icon-position"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"inheritText":[4,"inherit-text"]},[[2,"click","handleClick"]]],[1,"p-loader",{"show":[4],"variant":[1],"color":[1],"modalTitle":[1,"modal-title"],"modalDescription":[1,"modal-description"]}],[0,"p-icon",{"variant":[1],"size":[1],"rotate":[2],"flip":[1]}]]],["p-table.cjs",[[0,"p-table",{"items":[1],"loading":[4],"amountOfLoadingRows":[2,"amount-of-loading-rows"],"enableRowSelection":[4,"enable-row-selection"],"enableRowClick":[4,"enable-row-click"],"selectedRows":[16],"selectionKey":[1,"selection-key"],"canSelectKey":[1,"can-select-key"],"quickFilters":[16],"activeQuickFilterIdentifier":[1,"active-quick-filter-identifier"],"enableSearch":[4,"enable-search"],"query":[1025],"enableFilter":[4,"enable-filter"],"selectedFiltersAmount":[2,"selected-filters-amount"],"filterButtonTemplate":[16],"enableEdit":[4,"enable-edit"],"editButtonTemplate":[16],"enablePageSize":[4,"enable-page-size"],"enablePagination":[4,"enable-pagination"],"enableExport":[4,"enable-export"],"page":[1538],"total":[2],"pageSize":[2,"page-size"],"pageSizeOptions":[16],"hideOnSinglePage":[4,"hide-on-single-page"],"_columns":[32],"_items":[32]},[[16,"tableDefinitionChanged","onTableDefinitionUpdated"],[4,"keydown","keyDown"],[4,"keyup","keyUp"],[4,"visibilitychange","visibilityChange"]]]]],["p-modal.cjs",[[1,"p-modal",{"size":[1],"variant":[1],"header":[1],"show":[4],"showMobileClose":[4,"show-mobile-close"],"showMobileFooter":[4,"show-mobile-footer"]}]]],["p-navbar.cjs",[[1,"p-navbar",{"closeText":[1,"close-text"],"menuText":[1,"menu-text"],"_showMenu":[32]},[[8,"closeNavbar","handleCloseNavbar"],[8,"openNavbar","handleOpenNavbar"]]]]],["p-profile.cjs",[[1,"p-profile",{"variant":[1],"size":[513],"_dropdownOpen":[32]}]]],["p-stepper.cjs",[[1,"p-stepper",{"activeStep":[2,"active-step"],"direction":[513]}]]],["p-accordion.cjs",[[1,"p-accordion",{"header":[1],"open":[4],"closeable":[4],"openable":[4]}]]],["p-navigation-item.cjs",[[1,"p-navigation-item",{"active":[4],"icon":[1],"counter":[8],"href":[1],"target":[1]}]]],["p-card-header.cjs",[[4,"p-card-header",{"header":[1],"arrow":[4]}]]],["p-content-slider.cjs",[[1,"p-content-slider",{"hideMobileIndicator":[4,"hide-mobile-indicator"],"disableDrag":[4,"disable-drag"],"disableAutoCenter":[4,"disable-auto-center"],"disableIndicatorClick":[4,"disable-indicator-click"],"_visibleIndex":[32],"_outerHeight":[32],"_totalWidth":[32],"_dragging":[32]},[[9,"mouseup","mouseUpHandler"],[9,"touchend","mouseUpHandler"],[9,"resize","resizeHandler"]]]]],["p-info-panel.cjs",[[1,"p-info-panel",{"variant":[1],"header":[1],"content":[1],"closeable":[4]}]]],["p-status.cjs",[[4,"p-status",{"variant":[1],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}]]],["p-tab-group.cjs",[[1,"p-tab-group"]]],["p-avatar.cjs",[[0,"p-avatar",{"variant":[513],"size":[513],"defaultImage":[1,"default-image"],"src":[1],"_src":[32]}]]],["p-avatar-group.cjs",[[4,"p-avatar-group",{"extra":[2]}]]],["p-card-body.cjs",[[4,"p-card-body",{"inheritText":[516,"inherit-text"]}]]],["p-card-container.cjs",[[1,"p-card-container",{"hoverable":[516],"shadow":[516]}]]],["p-illustration.cjs",[[0,"p-illustration",{"variant":[1]}]]],["p-layout.cjs",[[1,"p-layout",{"variant":[1]}]]],["p-tab-item.cjs",[[1,"p-tab-item",{"active":[4]}]]],["p-table-definition.cjs",[[0,"p-table-definition",{"path":[1537],"type":[1537],"name":[1537],"useSlot":[1540,"use-slot"],"align":[1537],"sizes":[1032]}]]],["p-counter.cjs",[[1,"p-counter",{"variant":[1],"size":[1]}]]],["p-slider-indicator.cjs",[[1,"p-slider-indicator",{"active":[4]}]]],["p-stepper-item_2.cjs",[[1,"p-stepper-item",{"align":[513],"direction":[513],"finished":[516],"active":[516]}],[1,"p-stepper-line",{"active":[516],"direction":[513]}]]],["p-
|
|
18
|
+
return index.bootstrapLazy([["p-button_3.cjs",[[4,"p-button",{"variant":[1],"href":[1],"target":[1],"size":[1],"width":[1],"loading":[4],"chevron":[8],"chevronPosition":[1,"chevron-position"],"disabled":[4],"icon":[1],"iconOnly":[4,"icon-only"],"iconPosition":[1,"icon-position"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"inheritText":[4,"inherit-text"]},[[2,"click","handleClick"]]],[1,"p-loader",{"show":[4],"variant":[1],"color":[1],"modalTitle":[1,"modal-title"],"modalDescription":[1,"modal-description"]}],[0,"p-icon",{"variant":[1],"size":[1],"rotate":[2],"flip":[1]}]]],["p-table.cjs",[[0,"p-table",{"items":[1],"loading":[4],"amountOfLoadingRows":[2,"amount-of-loading-rows"],"enableRowSelection":[4,"enable-row-selection"],"enableRowClick":[4,"enable-row-click"],"selectedRows":[16],"selectionKey":[1,"selection-key"],"canSelectKey":[1,"can-select-key"],"quickFilters":[16],"activeQuickFilterIdentifier":[1,"active-quick-filter-identifier"],"enableSearch":[4,"enable-search"],"query":[1025],"enableFilter":[4,"enable-filter"],"selectedFiltersAmount":[2,"selected-filters-amount"],"filterButtonTemplate":[16],"enableEdit":[4,"enable-edit"],"editButtonTemplate":[16],"enablePageSize":[4,"enable-page-size"],"enablePagination":[4,"enable-pagination"],"enableExport":[4,"enable-export"],"page":[1538],"total":[2],"pageSize":[2,"page-size"],"pageSizeOptions":[16],"hideOnSinglePage":[4,"hide-on-single-page"],"_columns":[32],"_items":[32]},[[16,"tableDefinitionChanged","onTableDefinitionUpdated"],[4,"keydown","keyDown"],[4,"keyup","keyUp"],[4,"visibilitychange","visibilityChange"]]]]],["p-modal.cjs",[[1,"p-modal",{"size":[1],"variant":[1],"header":[1],"show":[4],"showMobileClose":[4,"show-mobile-close"],"showMobileFooter":[4,"show-mobile-footer"]}]]],["p-select.cjs",[[0,"p-select",{"items":[1],"query":[1],"placeholder":[1],"autocompletePlaceholder":[1,"autocomplete-placeholder"],"value":[8],"displayKey":[1,"display-key"],"valueKey":[1,"value-key"],"queryKey":[1,"query-key"],"autoSelectFirst":[4,"auto-select-first"],"enableAutocomplete":[4,"enable-autocomplete"],"_showDropdown":[32],"_selectedItem":[32]},[[6,"click","documentClickHandler"]]]]],["p-navbar.cjs",[[1,"p-navbar",{"closeText":[1,"close-text"],"menuText":[1,"menu-text"],"_showMenu":[32]},[[8,"closeNavbar","handleCloseNavbar"],[8,"openNavbar","handleOpenNavbar"]]]]],["p-profile.cjs",[[1,"p-profile",{"variant":[1],"size":[513],"_dropdownOpen":[32]}]]],["p-stepper.cjs",[[1,"p-stepper",{"activeStep":[2,"active-step"],"direction":[513]}]]],["p-accordion.cjs",[[1,"p-accordion",{"header":[1],"open":[4],"closeable":[4],"openable":[4]}]]],["p-navigation-item.cjs",[[1,"p-navigation-item",{"active":[4],"icon":[1],"counter":[8],"href":[1],"target":[1]}]]],["p-card-header.cjs",[[4,"p-card-header",{"header":[1],"arrow":[4]}]]],["p-content-slider.cjs",[[1,"p-content-slider",{"hideMobileIndicator":[4,"hide-mobile-indicator"],"disableDrag":[4,"disable-drag"],"disableAutoCenter":[4,"disable-auto-center"],"disableIndicatorClick":[4,"disable-indicator-click"],"_visibleIndex":[32],"_outerHeight":[32],"_totalWidth":[32],"_dragging":[32]},[[9,"mouseup","mouseUpHandler"],[9,"touchend","mouseUpHandler"],[9,"resize","resizeHandler"]]]]],["p-info-panel.cjs",[[1,"p-info-panel",{"variant":[1],"header":[1],"content":[1],"closeable":[4]}]]],["p-status.cjs",[[4,"p-status",{"variant":[1],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}]]],["p-tab-group.cjs",[[1,"p-tab-group"]]],["p-avatar.cjs",[[0,"p-avatar",{"variant":[513],"size":[513],"defaultImage":[1,"default-image"],"src":[1],"_src":[32]}]]],["p-avatar-group.cjs",[[4,"p-avatar-group",{"extra":[2]}]]],["p-card-body.cjs",[[4,"p-card-body",{"inheritText":[516,"inherit-text"]}]]],["p-card-container.cjs",[[1,"p-card-container",{"hoverable":[516],"shadow":[516]}]]],["p-illustration.cjs",[[0,"p-illustration",{"variant":[1]}]]],["p-layout.cjs",[[1,"p-layout",{"variant":[1]}]]],["p-tab-item.cjs",[[1,"p-tab-item",{"active":[4]}]]],["p-table-definition.cjs",[[0,"p-table-definition",{"path":[1537],"type":[1537],"name":[1537],"useSlot":[1540,"use-slot"],"align":[1537],"sizes":[1032]}]]],["p-counter.cjs",[[1,"p-counter",{"variant":[1],"size":[1]}]]],["p-slider-indicator.cjs",[[1,"p-slider-indicator",{"active":[4]}]]],["p-stepper-item_2.cjs",[[1,"p-stepper-item",{"align":[513],"direction":[513],"finished":[516],"active":[516]}],[1,"p-stepper-line",{"active":[516],"direction":[513]}]]],["p-divider.cjs",[[1,"p-divider"]]],["p-helper_2.cjs",[[1,"p-helper",{"placement":[1]}],[1,"p-tooltip",{"variant":[1],"popover":[8],"placement":[1],"strategy":[1],"show":[4],"canManuallyClose":[4,"can-manually-close"]},[[2,"click","clickHandler"],[6,"click","documentClickHandler"],[1,"mouseenter","mouseEnterHandler"],[0,"focus","mouseEnterHandler"],[1,"mouseleave","mouseLeaveHandler"],[0,"blur","mouseLeaveHandler"]]]]],["p-dropdown_3.cjs",[[1,"p-dropdown-menu-item",{"active":[4],"icon":[1]}],[1,"p-dropdown",{"placement":[513],"strategy":[1],"show":[4],"calculateWidth":[4,"calculate-width"],"insideClick":[4,"inside-click"],"disableTriggerClick":[4,"disable-trigger-click"],"chevronPosition":[1,"chevron-position"],"chevronDirection":[1,"chevron-direction"]},[[6,"click","documentClickHandler"]]],[4,"p-dropdown-menu-container",{"maxWidth":[4,"max-width"]}]]],["p-page-size-select_3.cjs",[[1,"p-page-size-select",{"size":[1538],"sizeOptions":[16],"chevronPosition":[1,"chevron-position"],"buttonSize":[1,"button-size"],"buttonTemplate":[16],"itemTemplate":[16],"hidden":[4],"_locales":[32]},[[16,"localeChanged","_setLocales"]]],[0,"p-pagination",{"page":[1538],"pageSize":[2,"page-size"],"hideOnSinglePage":[4,"hide-on-single-page"],"total":[2]}],[1,"p-pagination-item",{"active":[4]}]]],["p-table-column_5.cjs",[[0,"p-table-footer",{"enablePageSize":[4,"enable-page-size"],"enablePagination":[4,"enable-pagination"],"enableExport":[4,"enable-export"],"page":[1538],"total":[2],"pageSize":[2,"page-size"],"pageSizeOptions":[16],"hideOnSinglePage":[4,"hide-on-single-page"],"_locales":[32]},[[16,"localeChanged","_setLocales"]]],[0,"p-table-header",{"quickFilters":[16],"activeQuickFilterIdentifier":[1,"active-quick-filter-identifier"],"enableSearch":[4,"enable-search"],"itemsSelectedAmount":[2,"items-selected-amount"],"query":[1025],"enableFilter":[4,"enable-filter"],"selectedFiltersAmount":[2,"selected-filters-amount"],"filterButtonTemplate":[16],"enableEdit":[4,"enable-edit"],"canEdit":[1028,"can-edit"],"editButtonTemplate":[16],"_locales":[32]},[[16,"localeChanged","_setLocales"]]],[4,"p-table-column",{"variant":[1],"index":[2],"rowIndex":[2,"row-index"],"definition":[16],"item":[8],"value":[8],"checkbox":[8],"template":[16]}],[4,"p-table-row",{"variant":[1],"enableHover":[4,"enable-hover"]}],[4,"p-table-container"]]],["p-modal-backdrop_5.cjs",[[1,"p-modal-footer",{"hideOnMobile":[4,"hide-on-mobile"]}],[1,"p-modal-header",{"showMobileClose":[4,"show-mobile-close"]}],[1,"p-modal-backdrop"],[1,"p-modal-body",{"variant":[1]}],[4,"p-modal-container",{"size":[1]}]]],["p-input-group_4.cjs",[[1,"p-segment-item",{"active":[4],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}],[1,"p-label",{"variant":[513],"circle":[516],"size":[513]}],[4,"p-segment-container"],[1,"p-input-group",{"size":[1],"prefix":[1],"suffix":[1],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"iconPosition":[1,"icon-position"],"label":[1],"helper":[1],"error":[513],"disabled":[516],"focused":[516],"_showTooltip":[32],"_forceShowTooltip":[32]},[[0,"focusin","handleFocusIn"],[0,"focusout","handleFocusOut"]]]]]], options);
|
|
19
19
|
});
|