@paperless/core 0.1.0-alpha.184 → 0.1.0-alpha.186

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.
Files changed (104) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist/build/p-3b243f16.entry.js +1 -0
  3. package/dist/build/p-74df20cb.entry.js +1 -0
  4. package/dist/build/p-7e1b9602.entry.js +1 -0
  5. package/dist/build/p-8262fe7e.entry.js +1 -0
  6. package/dist/build/p-90ed1104.entry.js +1 -0
  7. package/dist/{paperless/p-e8cf4a8a.entry.js → build/p-be4b9c2b.entry.js} +1 -1
  8. package/dist/build/paperless.css +19 -3
  9. package/dist/build/paperless.esm.js +1 -1
  10. package/dist/cjs/index-cf92051a.js +12 -8
  11. package/dist/cjs/loader.cjs.js +1 -1
  12. package/dist/cjs/p-dropdown_3.cjs.entry.js +201 -0
  13. package/dist/cjs/p-helper_2.cjs.entry.js +160 -0
  14. package/dist/cjs/p-input-group_4.cjs.entry.js +132 -0
  15. package/dist/cjs/{p-dropdown-menu-item_4.cjs.entry.js → p-page-size-select_3.cjs.entry.js} +0 -17
  16. package/dist/cjs/p-select.cjs.entry.js +133 -0
  17. package/dist/cjs/p-table-column_5.cjs.entry.js +1 -1
  18. package/dist/cjs/paperless.cjs.js +1 -1
  19. package/dist/collection/collection-manifest.json +2 -1
  20. package/dist/collection/components/atoms/button/button.component.css +1 -1
  21. package/dist/collection/components/atoms/divider/divider.component.css +1 -1
  22. package/dist/collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css +4 -2
  23. package/dist/collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.js +28 -2
  24. package/dist/collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css +1 -1
  25. package/dist/collection/components/atoms/helper/helper.component.css +1 -1
  26. package/dist/collection/components/atoms/icon/icon.component.css +1 -1
  27. package/dist/collection/components/atoms/{tag/tag.component.css → label/label.component.css} +8 -2
  28. package/dist/collection/components/atoms/{tag/tag.component.js → label/label.component.js} +29 -7
  29. package/dist/collection/components/atoms/loader/loader.component.css +1 -1
  30. package/dist/collection/components/atoms/pagination-item/pagination-item.component.css +1 -1
  31. package/dist/collection/components/atoms/segment-container/segment-container.component.css +1 -1
  32. package/dist/collection/components/atoms/segment-item/segment-item.component.css +1 -1
  33. package/dist/collection/components/atoms/table-container/table-container.component.css +1 -1
  34. package/dist/collection/components/atoms/tooltip/tooltip.component.css +1 -1
  35. package/dist/collection/components/molecules/dropdown/dropdown.component.css +1 -1
  36. package/dist/collection/components/molecules/dropdown/dropdown.component.js +49 -13
  37. package/dist/collection/components/molecules/input-group/input-group.component.css +23 -5
  38. package/dist/collection/components/molecules/input-group/input-group.component.js +28 -3
  39. package/dist/collection/components/molecules/pagination/pagination.component.css +1 -1
  40. package/dist/collection/components/molecules/select/select.component.css +3 -0
  41. package/dist/collection/components/molecules/select/select.component.js +342 -0
  42. package/dist/collection/components/molecules/table-column/table-column.component.css +1 -1
  43. package/dist/collection/components/molecules/table-footer/table-footer.component.css +1 -1
  44. package/dist/collection/components/molecules/table-header/table-header.component.css +1 -1
  45. package/dist/collection/components/molecules/table-header/table-header.component.js +1 -1
  46. package/dist/collection/components/molecules/table-row/table-row.component.css +1 -1
  47. package/dist/collection/components/organisms/table/table.component.css +1 -1
  48. package/dist/components/dropdown-menu-container.component.js +9 -3
  49. package/dist/components/dropdown-menu-item.component.js +1 -1
  50. package/dist/components/dropdown.component.js +30 -12
  51. package/dist/components/index.d.ts +2 -1
  52. package/dist/components/index.js +2 -1
  53. package/dist/components/input-group.component.js +11 -3
  54. package/dist/components/label.component.js +46 -0
  55. package/dist/components/{p-tag.d.ts → p-label.d.ts} +4 -4
  56. package/dist/components/p-label.js +6 -0
  57. package/dist/components/p-select.d.ts +11 -0
  58. package/dist/components/p-select.js +201 -0
  59. package/dist/components/p-table.js +25 -25
  60. package/dist/components/table-header.component.js +10 -10
  61. package/dist/components/tooltip.component.js +1 -1
  62. package/dist/esm/index-7c99f044.js +12 -8
  63. package/dist/esm/loader.js +1 -1
  64. package/dist/esm/p-dropdown_3.entry.js +195 -0
  65. package/dist/esm/p-helper_2.entry.js +155 -0
  66. package/dist/esm/p-input-group_4.entry.js +125 -0
  67. package/dist/esm/{p-dropdown-menu-item_4.entry.js → p-page-size-select_3.entry.js} +2 -18
  68. package/dist/esm/p-select.entry.js +129 -0
  69. package/dist/esm/p-table-column_5.entry.js +1 -1
  70. package/dist/esm/paperless.js +1 -1
  71. package/dist/index.html +1 -1
  72. package/dist/paperless/p-3b243f16.entry.js +1 -0
  73. package/dist/paperless/p-74df20cb.entry.js +1 -0
  74. package/dist/paperless/p-7e1b9602.entry.js +1 -0
  75. package/dist/paperless/p-8262fe7e.entry.js +1 -0
  76. package/dist/paperless/p-90ed1104.entry.js +1 -0
  77. package/dist/{build/p-e8cf4a8a.entry.js → paperless/p-be4b9c2b.entry.js} +1 -1
  78. package/dist/paperless/paperless.css +19 -3
  79. package/dist/paperless/paperless.esm.js +1 -1
  80. package/dist/sw.js +1 -1
  81. package/dist/sw.js.map +1 -1
  82. package/dist/types/components/atoms/dropdown-menu-container/dropdown-menu-container.component.d.ts +4 -0
  83. package/dist/types/components/atoms/{tag/tag.component.d.ts → label/label.component.d.ts} +6 -2
  84. package/dist/types/components/molecules/dropdown/dropdown.component.d.ts +8 -2
  85. package/dist/types/components/molecules/input-group/input-group.component.d.ts +4 -0
  86. package/dist/types/components/molecules/select/select.component.d.ts +66 -0
  87. package/dist/types/components.d.ts +172 -35
  88. package/package.json +1 -1
  89. package/dist/build/p-007de3c2.entry.js +0 -1
  90. package/dist/build/p-12dbc7c5.entry.js +0 -1
  91. package/dist/build/p-c74206e0.entry.js +0 -1
  92. package/dist/build/p-da1f5577.entry.js +0 -1
  93. package/dist/cjs/p-dropdown_2.cjs.entry.js +0 -163
  94. package/dist/cjs/p-helper_5.cjs.entry.js +0 -138
  95. package/dist/cjs/p-tooltip.cjs.entry.js +0 -143
  96. package/dist/components/p-tag.js +0 -6
  97. package/dist/components/tag.component.js +0 -41
  98. package/dist/esm/p-dropdown_2.entry.js +0 -158
  99. package/dist/esm/p-helper_5.entry.js +0 -130
  100. package/dist/esm/p-tooltip.entry.js +0 -139
  101. package/dist/paperless/p-007de3c2.entry.js +0 -1
  102. package/dist/paperless/p-12dbc7c5.entry.js +0 -1
  103. package/dist/paperless/p-c74206e0.entry.js +0 -1
  104. package/dist/paperless/p-da1f5577.entry.js +0 -1
@@ -0,0 +1,46 @@
1
+ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
2
+
3
+ const labelComponentCss = ".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-\\[1\\.625rem\\]{height:1.625rem!important}.h-2{height:.5rem!important}.h-4{height:1rem!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}.min-w-\\[1rem\\]{min-width:1rem!important}.flex-1{flex:1 1 0%!important}.flex-col{flex-direction:column!important}.items-center{align-items:center!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.gap-1{gap:.25rem!important}.gap-4{gap:1rem!important}.justify-self-end{justify-self:end!important}.rounded{border-radius:.25rem!important}.rounded-round{border-radius:100%!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}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.py-\\[1px\\]{padding-bottom:1px!important;padding-top:1px!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}.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}:host{align-items:center;border-radius:.25rem;display:flex;font-size:.875rem;font-weight:600;gap:.25rem;height:1.625rem;line-height:1.25rem;padding-left:.75rem;padding-right:.75rem}:host .circle{border-radius:100%;display:none;height:.5rem;width:.5rem}:host([circle]){padding-left:.5rem}:host([circle]) .circle{display:block}:host([circle=false]) .circle{display:none}:host([variant=info]){--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(245 254 255/var(--tw-bg-opacity));color:rgb(30 218 227/var(--tw-text-opacity))}:host([variant=info]) .circle{--tw-bg-opacity:1;background-color:rgb(30 218 227/var(--tw-bg-opacity))}:host([variant=positive]){--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(229 255 242/var(--tw-bg-opacity));color:rgb(40 209 124/var(--tw-text-opacity))}:host([variant=positive]) .circle{--tw-bg-opacity:1;background-color:rgb(40 209 124/var(--tw-bg-opacity))}:host([variant=unbiased]){--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(255 246 220/var(--tw-bg-opacity));color:rgb(255 199 45/var(--tw-text-opacity))}:host([variant=unbiased]) .circle{--tw-bg-opacity:1;background-color:rgb(255 199 45/var(--tw-bg-opacity))}:host([variant=negative]){--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(255 204 211/var(--tw-bg-opacity));color:rgb(185 30 40/var(--tw-text-opacity))}:host([variant=negative]) .circle{--tw-bg-opacity:1;background-color:rgb(185 30 40/var(--tw-bg-opacity))}:host([size=small]){align-items:baseline;font-size:.75rem;height:1rem;justify-content:center;line-height:.75rem;min-width:1rem;padding:1px .25rem}.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}}@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}";
4
+
5
+ const Label = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
6
+ constructor() {
7
+ super();
8
+ this.__registerHost();
9
+ this.__attachShadow();
10
+ /**
11
+ * Variant of the label
12
+ */
13
+ this.variant = 'info';
14
+ /**
15
+ * Wether to add the circle or not
16
+ */
17
+ this.circle = true;
18
+ /**
19
+ * The size of the label
20
+ */
21
+ this.size = 'default';
22
+ }
23
+ render() {
24
+ return (h(Host, { class: "p-label" }, h("div", { class: "circle" }), h("slot", null)));
25
+ }
26
+ static get style() { return labelComponentCss; }
27
+ }, [1, "p-label", {
28
+ "variant": [513],
29
+ "circle": [516],
30
+ "size": [513]
31
+ }]);
32
+ function defineCustomElement() {
33
+ if (typeof customElements === "undefined") {
34
+ return;
35
+ }
36
+ const components = ["p-label"];
37
+ components.forEach(tagName => { switch (tagName) {
38
+ case "p-label":
39
+ if (!customElements.get(tagName)) {
40
+ customElements.define(tagName, Label);
41
+ }
42
+ break;
43
+ } });
44
+ }
45
+
46
+ export { Label as L, defineCustomElement as d };
@@ -1,9 +1,9 @@
1
1
  import type { Components, JSX } from "../types/components";
2
2
 
3
- interface PTag extends Components.PTag, HTMLElement {}
4
- export const PTag: {
5
- prototype: PTag;
6
- new (): PTag;
3
+ interface PLabel extends Components.PLabel, HTMLElement {}
4
+ export const PLabel: {
5
+ prototype: PLabel;
6
+ new (): PLabel;
7
7
  };
8
8
  /**
9
9
  * Used to define this component and all nested components recursively.
@@ -0,0 +1,6 @@
1
+ import { L as Label, d as defineCustomElement$1 } from './label.component.js';
2
+
3
+ const PLabel = Label;
4
+ const defineCustomElement = defineCustomElement$1;
5
+
6
+ export { PLabel, defineCustomElement };
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface PSelect extends Components.PSelect, HTMLElement {}
4
+ export const PSelect: {
5
+ prototype: PSelect;
6
+ new (): PSelect;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1,201 @@
1
+ import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
2
+ import { d as defineCustomElement$8 } from './dropdown.component.js';
3
+ import { d as defineCustomElement$7 } from './dropdown-menu-container.component.js';
4
+ import { d as defineCustomElement$6 } from './dropdown-menu-item.component.js';
5
+ import { d as defineCustomElement$5 } from './helper.component.js';
6
+ import { d as defineCustomElement$4 } from './icon.component.js';
7
+ import { d as defineCustomElement$3 } from './input-group.component.js';
8
+ import { d as defineCustomElement$2 } from './tooltip.component.js';
9
+
10
+ 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}";
11
+
12
+ const Select = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
13
+ constructor() {
14
+ super();
15
+ this.__registerHost();
16
+ this.queryChange = createEvent(this, "queryChange", 7);
17
+ this.valueChange = createEvent(this, "valueChange", 7);
18
+ /**
19
+ * The key of the object to display
20
+ */
21
+ this.displayKey = 'text';
22
+ /**
23
+ * The key of the object to return
24
+ */
25
+ this.valueKey = 'value';
26
+ /**
27
+ * Wether to automatically select the first item
28
+ */
29
+ this.autoSelectFirst = true;
30
+ /**
31
+ * Wether to enable autocomplete
32
+ */
33
+ this.enableAutocomplete = true;
34
+ this._showDropdown = false;
35
+ this._selectedItem = null;
36
+ this._isAutoCompleting = false;
37
+ }
38
+ get _items() {
39
+ var _a;
40
+ if (!this.items) {
41
+ return [];
42
+ }
43
+ let items = typeof this.items === 'string'
44
+ ? JSON.parse(this.items)
45
+ : this.items;
46
+ if (typeof (items === null || items === void 0 ? void 0 : items[0]) === 'string') {
47
+ this.displayKey = 'text';
48
+ this.valueKey = 'value';
49
+ items = items.map((str) => ({
50
+ value: str,
51
+ text: str,
52
+ }));
53
+ }
54
+ if (this._isAutoCompleting && ((_a = this.query) === null || _a === void 0 ? void 0 : _a.length)) {
55
+ items = items.filter((item) => {
56
+ if (this.queryKey) {
57
+ return this._checkvalue(this.queryKey, item);
58
+ }
59
+ return (this._checkvalue(this.valueKey, item) ||
60
+ this._checkvalue(this.displayKey, item));
61
+ });
62
+ }
63
+ return items;
64
+ }
65
+ get _displayValue() {
66
+ var _a;
67
+ if (this._isAutoCompleting) {
68
+ return this.query;
69
+ }
70
+ return (_a = this._selectedItem) === null || _a === void 0 ? void 0 : _a[this.displayKey];
71
+ }
72
+ get _placeholder() {
73
+ var _a;
74
+ return this._isAutoCompleting && ((_a = this.autocompletePlaceholder) === null || _a === void 0 ? void 0 : _a.length)
75
+ ? this.autocompletePlaceholder
76
+ : this.placeholder;
77
+ }
78
+ componentDidLoad() {
79
+ var _a;
80
+ if (this.value) {
81
+ const value = isNaN(this.value)
82
+ ? this.value
83
+ : parseInt(this.value, 10);
84
+ this._selectedItem = this._items.find((i) => (i === null || i === void 0 ? void 0 : i[this.valueKey]) === value);
85
+ return;
86
+ }
87
+ if (this.autoSelectFirst) {
88
+ console.log('Auto selecting!', this.autoSelectFirst);
89
+ this._selectedItem = (_a = this._items) === null || _a === void 0 ? void 0 : _a[0];
90
+ }
91
+ }
92
+ render() {
93
+ return (h(Host, { class: "p-select" }, h("p-dropdown", { disableTriggerClick: true, calculateWidth: true, insideClick: true, show: this._showDropdown }, h("p-input-group", { slot: "trigger", icon: "chevron", iconPosition: "end", focused: this._showDropdown }, h("input", { slot: "input", type: "text", placeholder: this._placeholder, value: this._displayValue, class: "p-input cursor-pointer", onFocus: () => this._onFocus(), onClick: () => this._onClick(), onInput: (ev) => this._onChange(ev), ref: (ref) => (this._inputRef = ref) })), h("div", { slot: "items" }, this._items.map((item) => (h("p-dropdown-menu-item", { onClick: () => this._selectValue(item) }, item[this.displayKey])))))));
94
+ }
95
+ _selectValue(item) {
96
+ this._selectedItem = item;
97
+ const value = item[this.valueKey];
98
+ this.value = value;
99
+ this.valueChange.emit(this.value);
100
+ this._onBlur(true);
101
+ }
102
+ _onFocus() {
103
+ if (!this.enableAutocomplete) {
104
+ return;
105
+ }
106
+ this._isAutoCompleting = true;
107
+ this._showDropdown = true;
108
+ }
109
+ _onClick() {
110
+ if (this.enableAutocomplete) {
111
+ return;
112
+ }
113
+ this._inputRef.blur();
114
+ this._showDropdown = true;
115
+ }
116
+ _onBlur(force = false) {
117
+ if (!this.enableAutocomplete && !force) {
118
+ return;
119
+ }
120
+ this._isAutoCompleting = false;
121
+ this._showDropdown = false;
122
+ }
123
+ _onChange(ev) {
124
+ if (!this._isAutoCompleting) {
125
+ return;
126
+ }
127
+ this.query = ev.target.value;
128
+ this.queryChange.emit(this.query);
129
+ }
130
+ _checkvalue(key, item) {
131
+ var _a, _b;
132
+ 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;
133
+ }
134
+ static get style() { return selectComponentCss; }
135
+ }, [0, "p-select", {
136
+ "items": [1],
137
+ "query": [1],
138
+ "placeholder": [1],
139
+ "autocompletePlaceholder": [1, "autocomplete-placeholder"],
140
+ "value": [8],
141
+ "displayKey": [1, "display-key"],
142
+ "valueKey": [1, "value-key"],
143
+ "queryKey": [1, "query-key"],
144
+ "autoSelectFirst": [4, "auto-select-first"],
145
+ "enableAutocomplete": [4, "enable-autocomplete"],
146
+ "_showDropdown": [32],
147
+ "_selectedItem": [32]
148
+ }]);
149
+ function defineCustomElement$1() {
150
+ if (typeof customElements === "undefined") {
151
+ return;
152
+ }
153
+ const components = ["p-select", "p-dropdown", "p-dropdown-menu-container", "p-dropdown-menu-item", "p-helper", "p-icon", "p-input-group", "p-tooltip"];
154
+ components.forEach(tagName => { switch (tagName) {
155
+ case "p-select":
156
+ if (!customElements.get(tagName)) {
157
+ customElements.define(tagName, Select);
158
+ }
159
+ break;
160
+ case "p-dropdown":
161
+ if (!customElements.get(tagName)) {
162
+ defineCustomElement$8();
163
+ }
164
+ break;
165
+ case "p-dropdown-menu-container":
166
+ if (!customElements.get(tagName)) {
167
+ defineCustomElement$7();
168
+ }
169
+ break;
170
+ case "p-dropdown-menu-item":
171
+ if (!customElements.get(tagName)) {
172
+ defineCustomElement$6();
173
+ }
174
+ break;
175
+ case "p-helper":
176
+ if (!customElements.get(tagName)) {
177
+ defineCustomElement$5();
178
+ }
179
+ break;
180
+ case "p-icon":
181
+ if (!customElements.get(tagName)) {
182
+ defineCustomElement$4();
183
+ }
184
+ break;
185
+ case "p-input-group":
186
+ if (!customElements.get(tagName)) {
187
+ defineCustomElement$3();
188
+ }
189
+ break;
190
+ case "p-tooltip":
191
+ if (!customElements.get(tagName)) {
192
+ defineCustomElement$2();
193
+ }
194
+ break;
195
+ } });
196
+ }
197
+
198
+ const PSelect = Select;
199
+ const defineCustomElement = defineCustomElement$1;
200
+
201
+ export { PSelect, defineCustomElement };
@@ -1,5 +1,5 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
2
- import { a as defaultSize, b as defaultSizeOptions, d as defineCustomElement$d } from './page-size-select.component.js';
2
+ import { a as defaultSize, b as defaultSizeOptions, d as defineCustomElement$c } from './page-size-select.component.js';
3
3
  import { d as defineCustomElement$m } from './button.component.js';
4
4
  import { d as defineCustomElement$l } from './divider.component.js';
5
5
  import { d as defineCustomElement$k } from './dropdown.component.js';
@@ -8,17 +8,17 @@ import { d as defineCustomElement$i } from './dropdown-menu-item.component.js';
8
8
  import { d as defineCustomElement$h } from './helper.component.js';
9
9
  import { d as defineCustomElement$g } from './icon.component.js';
10
10
  import { d as defineCustomElement$f } from './input-group.component.js';
11
- import { d as defineCustomElement$e } from './loader.component.js';
12
- import { d as defineCustomElement$c } from './pagination.component.js';
13
- import { d as defineCustomElement$b } from './pagination-item.component.js';
14
- import { d as defineCustomElement$a } from './segment-container.component.js';
15
- import { d as defineCustomElement$9 } from './segment-item.component.js';
16
- import { d as defineCustomElement$8 } from './table-column.component.js';
17
- import { d as defineCustomElement$7 } from './table-container.component.js';
18
- import { d as defineCustomElement$6 } from './table-footer.component.js';
19
- import { d as defineCustomElement$5 } from './table-header.component.js';
20
- import { d as defineCustomElement$4 } from './table-row.component.js';
21
- import { d as defineCustomElement$3 } from './tag.component.js';
11
+ import { d as defineCustomElement$e } from './label.component.js';
12
+ import { d as defineCustomElement$d } from './loader.component.js';
13
+ import { d as defineCustomElement$b } from './pagination.component.js';
14
+ import { d as defineCustomElement$a } from './pagination-item.component.js';
15
+ import { d as defineCustomElement$9 } from './segment-container.component.js';
16
+ import { d as defineCustomElement$8 } from './segment-item.component.js';
17
+ import { d as defineCustomElement$7 } from './table-column.component.js';
18
+ import { d as defineCustomElement$6 } from './table-container.component.js';
19
+ import { d as defineCustomElement$5 } from './table-footer.component.js';
20
+ import { d as defineCustomElement$4 } from './table-header.component.js';
21
+ import { d as defineCustomElement$3 } from './table-row.component.js';
22
22
  import { d as defineCustomElement$2 } from './tooltip.component.js';
23
23
 
24
24
  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-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{display:flex;flex-direction:column}.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}}@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}";
@@ -399,7 +399,7 @@ function defineCustomElement$1() {
399
399
  if (typeof customElements === "undefined") {
400
400
  return;
401
401
  }
402
- const components = ["p-table", "p-button", "p-divider", "p-dropdown", "p-dropdown-menu-container", "p-dropdown-menu-item", "p-helper", "p-icon", "p-input-group", "p-loader", "p-page-size-select", "p-pagination", "p-pagination-item", "p-segment-container", "p-segment-item", "p-table-column", "p-table-container", "p-table-footer", "p-table-header", "p-table-row", "p-tag", "p-tooltip"];
402
+ const components = ["p-table", "p-button", "p-divider", "p-dropdown", "p-dropdown-menu-container", "p-dropdown-menu-item", "p-helper", "p-icon", "p-input-group", "p-label", "p-loader", "p-page-size-select", "p-pagination", "p-pagination-item", "p-segment-container", "p-segment-item", "p-table-column", "p-table-container", "p-table-footer", "p-table-header", "p-table-row", "p-tooltip"];
403
403
  components.forEach(tagName => { switch (tagName) {
404
404
  case "p-table":
405
405
  if (!customElements.get(tagName)) {
@@ -446,62 +446,62 @@ function defineCustomElement$1() {
446
446
  defineCustomElement$f();
447
447
  }
448
448
  break;
449
- case "p-loader":
449
+ case "p-label":
450
450
  if (!customElements.get(tagName)) {
451
451
  defineCustomElement$e();
452
452
  }
453
453
  break;
454
- case "p-page-size-select":
454
+ case "p-loader":
455
455
  if (!customElements.get(tagName)) {
456
456
  defineCustomElement$d();
457
457
  }
458
458
  break;
459
- case "p-pagination":
459
+ case "p-page-size-select":
460
460
  if (!customElements.get(tagName)) {
461
461
  defineCustomElement$c();
462
462
  }
463
463
  break;
464
- case "p-pagination-item":
464
+ case "p-pagination":
465
465
  if (!customElements.get(tagName)) {
466
466
  defineCustomElement$b();
467
467
  }
468
468
  break;
469
- case "p-segment-container":
469
+ case "p-pagination-item":
470
470
  if (!customElements.get(tagName)) {
471
471
  defineCustomElement$a();
472
472
  }
473
473
  break;
474
- case "p-segment-item":
474
+ case "p-segment-container":
475
475
  if (!customElements.get(tagName)) {
476
476
  defineCustomElement$9();
477
477
  }
478
478
  break;
479
- case "p-table-column":
479
+ case "p-segment-item":
480
480
  if (!customElements.get(tagName)) {
481
481
  defineCustomElement$8();
482
482
  }
483
483
  break;
484
- case "p-table-container":
484
+ case "p-table-column":
485
485
  if (!customElements.get(tagName)) {
486
486
  defineCustomElement$7();
487
487
  }
488
488
  break;
489
- case "p-table-footer":
489
+ case "p-table-container":
490
490
  if (!customElements.get(tagName)) {
491
491
  defineCustomElement$6();
492
492
  }
493
493
  break;
494
- case "p-table-header":
494
+ case "p-table-footer":
495
495
  if (!customElements.get(tagName)) {
496
496
  defineCustomElement$5();
497
497
  }
498
498
  break;
499
- case "p-table-row":
499
+ case "p-table-header":
500
500
  if (!customElements.get(tagName)) {
501
501
  defineCustomElement$4();
502
502
  }
503
503
  break;
504
- case "p-tag":
504
+ case "p-table-row":
505
505
  if (!customElements.get(tagName)) {
506
506
  defineCustomElement$3();
507
507
  }
@@ -4,10 +4,10 @@ import { d as defineCustomElement$9 } from './button.component.js';
4
4
  import { d as defineCustomElement$8 } from './helper.component.js';
5
5
  import { d as defineCustomElement$7 } from './icon.component.js';
6
6
  import { d as defineCustomElement$6 } from './input-group.component.js';
7
- import { d as defineCustomElement$5 } from './loader.component.js';
8
- import { d as defineCustomElement$4 } from './segment-container.component.js';
9
- import { d as defineCustomElement$3 } from './segment-item.component.js';
10
- import { d as defineCustomElement$2 } from './tag.component.js';
7
+ import { d as defineCustomElement$5 } from './label.component.js';
8
+ import { d as defineCustomElement$4 } from './loader.component.js';
9
+ import { d as defineCustomElement$3 } from './segment-container.component.js';
10
+ import { d as defineCustomElement$2 } from './segment-item.component.js';
11
11
  import { d as defineCustomElement$1 } from './tooltip.component.js';
12
12
 
13
13
  function isFunction(value) {
@@ -965,7 +965,7 @@ const TableHeader = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
965
965
  return (h(Host, { class: "p-table-header" }, this.quickFilters.length > 0 && (h("p-segment-container", { class: "hidden desktop-xs:flex" }, this.quickFilters.map((item) => (h("p-segment-item", { active: item.identifier ===
966
966
  this.activeQuickFilterIdentifier, onClick: () => this.quickFilter.emit(item) }, typeof item.text === 'string'
967
967
  ? item.text
968
- : item.text(), ' ', (item === null || item === void 0 ? void 0 : item.count) >= 0 ? `(${item.count})` : ''))))), h("div", { class: "flex flex-col desktop-xs:flex-row gap-4 justify-end justify-self-end" }, this.enableSearch && (h("p-input-group", { icon: "search", size: "small" }, h("input", { type: "text", slot: "input", placeholder: "Zoeken...", value: this.query, onInput: (ev) => this._queryObserver.next(ev.target.value) }))), this.enableFilter && (h("p-button", { icon: "filter", variant: "secondary", size: "small", class: "w-full desktop-xs:w-auto", onClick: () => this.filter.emit() }, this.filterButtonTemplate(), this.selectedFiltersAmount && (h("p-tag", { variant: "negative", circle: false, class: "ml-1" }, this.selectedFiltersAmount)))), this.enableEdit && (h("div", null, this._buttonTemplate(), this.canEdit && (h("div", { class: "fixed bottom-0 left-0 w-full p-4 bg-white border border-solid border-transparent border-t-mystic-dark block desktop-xs:hidden" }, this._buttonTemplate(true))))))));
968
+ : item.text(), ' ', (item === null || item === void 0 ? void 0 : item.count) >= 0 ? `(${item.count})` : ''))))), h("div", { class: "flex flex-col desktop-xs:flex-row gap-4 justify-end justify-self-end" }, this.enableSearch && (h("p-input-group", { icon: "search", size: "small" }, h("input", { type: "text", slot: "input", placeholder: "Zoeken...", value: this.query, onInput: (ev) => this._queryObserver.next(ev.target.value) }))), this.enableFilter && (h("p-button", { icon: "filter", variant: "secondary", size: "small", class: "w-full desktop-xs:w-auto", onClick: () => this.filter.emit() }, this.filterButtonTemplate(), this.selectedFiltersAmount && (h("p-label", { size: "small", variant: "negative", circle: false, class: "ml-1" }, this.selectedFiltersAmount)))), this.enableEdit && (h("div", null, this._buttonTemplate(), this.canEdit && (h("div", { class: "fixed bottom-0 left-0 w-full p-4 bg-white border border-solid border-transparent border-t-mystic-dark block desktop-xs:hidden" }, this._buttonTemplate(true))))))));
969
969
  }
970
970
  async _setLocales() {
971
971
  this._locales = await getLocaleComponentStrings(this._el);
@@ -993,7 +993,7 @@ function defineCustomElement() {
993
993
  if (typeof customElements === "undefined") {
994
994
  return;
995
995
  }
996
- const components = ["p-table-header", "p-button", "p-helper", "p-icon", "p-input-group", "p-loader", "p-segment-container", "p-segment-item", "p-tag", "p-tooltip"];
996
+ const components = ["p-table-header", "p-button", "p-helper", "p-icon", "p-input-group", "p-label", "p-loader", "p-segment-container", "p-segment-item", "p-tooltip"];
997
997
  components.forEach(tagName => { switch (tagName) {
998
998
  case "p-table-header":
999
999
  if (!customElements.get(tagName)) {
@@ -1020,22 +1020,22 @@ function defineCustomElement() {
1020
1020
  defineCustomElement$6();
1021
1021
  }
1022
1022
  break;
1023
- case "p-loader":
1023
+ case "p-label":
1024
1024
  if (!customElements.get(tagName)) {
1025
1025
  defineCustomElement$5();
1026
1026
  }
1027
1027
  break;
1028
- case "p-segment-container":
1028
+ case "p-loader":
1029
1029
  if (!customElements.get(tagName)) {
1030
1030
  defineCustomElement$4();
1031
1031
  }
1032
1032
  break;
1033
- case "p-segment-item":
1033
+ case "p-segment-container":
1034
1034
  if (!customElements.get(tagName)) {
1035
1035
  defineCustomElement$3();
1036
1036
  }
1037
1037
  break;
1038
- case "p-tag":
1038
+ case "p-segment-item":
1039
1039
  if (!customElements.get(tagName)) {
1040
1040
  defineCustomElement$2();
1041
1041
  }
@@ -1,7 +1,7 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
2
2
  import { c as createPopper } from './popper.js';
3
3
 
4
- const tooltipComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.m-0{margin:0!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.block{display:block!important}.flex{display:flex!important}.table{display:table!important}.hidden{display:none!important}.h-0{height:0!important}.h-6{height:1.5rem!important}.w-0{width:0!important}.w-2{width:.5rem!important}.w-1{width:.25rem!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}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.flex-col{flex-direction:column!important}.items-end{align-items:flex-end!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!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-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{background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.bg-storm,.bg-white{--tw-bg-opacity:1!important}.bg-storm{background-color:rgb(81 83 107/var(--tw-bg-opacity))!important}.bg-negative{--tw-bg-opacity:1!important;background-color:rgb(185 30 40/var(--tw-bg-opacity))!important}.p-4{padding:1rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.uppercase{text-transform:uppercase!important}.text-white{color:rgb(255 255 255/var(--tw-text-opacity))!important}.text-storm-dark,.text-white{--tw-text-opacity:1!important}.text-storm-dark{color:rgb(39 40 56/var(--tw-text-opacity))!important}.text-negative,.text-storm-dark{--tw-text-opacity:1!important}.text-negative{color:rgb(185 30 40/var(--tw-text-opacity))!important}.text-negative-light{--tw-text-opacity:1!important;color:rgb(255 204 211/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{cursor:pointer;display:flex}:host .popover-container{height:0;position:relative;width:0}:host .popover-container .popover{--tw-drop-shadow:drop-shadow(0px 0.3125rem 1rem rgba(0,24,98,.08)) drop-shadow(0px 0.0625rem 0.1875rem rgba(0,24,98,.13));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:.25rem;display:none;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);font-size:.75rem;font-weight:500;line-height:1rem;max-width:14.5rem;padding:.5rem .75rem}:host .popover-container .popover.variant-error,:host .popover-container .popover.variant-hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(81 83 107/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity));padding-bottom:.25rem;padding-top:.25rem}:host .popover-container .popover.variant-error{--tw-bg-opacity:1;background-color:rgb(185 30 40/var(--tw-bg-opacity));letter-spacing:.05em;text-transform:uppercase}:host .popover-container .popover[data-show]{display:block}:host .popover-container .popover .arrow,:host .popover-container .popover .arrow:before{background:inherit;height:.5rem;position:absolute;width:.5rem}:host .popover-container .popover .arrow{visibility:hidden}:host .popover-container .popover .arrow:before{--tw-rotate:45deg;content:\"\";transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));visibility:visible}:host .popover-container .popover[data-popper-placement^=top]>.arrow{bottom:-.25rem}:host .popover-container .popover[data-popper-placement^=bottom]>.arrow{top:-.25rem}:host .popover-container .popover[data-popper-placement^=left]>.arrow{right:-.25rem}:host .popover-container .popover[data-popper-placement^=right]>.arrow{left:-.25rem}.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}}@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}}.hover\\:text-negative:hover{--tw-text-opacity:1!important;color:rgb(185 30 40/var(--tw-text-opacity))!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}";
4
+ const tooltipComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.m-0{margin:0!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.block{display:block!important}.flex{display:flex!important}.table{display:table!important}.hidden{display:none!important}.h-0{height:0!important}.h-6{height:1.5rem!important}.w-0{width:0!important}.w-2{width:.5rem!important}.w-1{width:.25rem!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}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.cursor-pointer{cursor:pointer!important}.flex-col{flex-direction:column!important}.items-end{align-items:flex-end!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!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-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{background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.bg-storm,.bg-white{--tw-bg-opacity:1!important}.bg-storm{background-color:rgb(81 83 107/var(--tw-bg-opacity))!important}.bg-negative{--tw-bg-opacity:1!important;background-color:rgb(185 30 40/var(--tw-bg-opacity))!important}.p-4{padding:1rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.uppercase{text-transform:uppercase!important}.text-white{color:rgb(255 255 255/var(--tw-text-opacity))!important}.text-storm-dark,.text-white{--tw-text-opacity:1!important}.text-storm-dark{color:rgb(39 40 56/var(--tw-text-opacity))!important}.text-negative,.text-storm-dark{--tw-text-opacity:1!important}.text-negative{color:rgb(185 30 40/var(--tw-text-opacity))!important}.text-negative-light{--tw-text-opacity:1!important;color:rgb(255 204 211/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{cursor:pointer;display:flex}:host .popover-container{height:0;position:relative;width:0}:host .popover-container .popover{--tw-drop-shadow:drop-shadow(0px 0.3125rem 1rem rgba(0,24,98,.08)) drop-shadow(0px 0.0625rem 0.1875rem rgba(0,24,98,.13));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:.25rem;display:none;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);font-size:.75rem;font-weight:500;line-height:1rem;max-width:14.5rem;padding:.5rem .75rem}:host .popover-container .popover.variant-error,:host .popover-container .popover.variant-hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(81 83 107/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity));padding-bottom:.25rem;padding-top:.25rem}:host .popover-container .popover.variant-error{--tw-bg-opacity:1;background-color:rgb(185 30 40/var(--tw-bg-opacity));letter-spacing:.05em;text-transform:uppercase}:host .popover-container .popover[data-show]{display:block}:host .popover-container .popover .arrow,:host .popover-container .popover .arrow:before{background:inherit;height:.5rem;position:absolute;width:.5rem}:host .popover-container .popover .arrow{visibility:hidden}:host .popover-container .popover .arrow:before{--tw-rotate:45deg;content:\"\";transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));visibility:visible}:host .popover-container .popover[data-popper-placement^=top]>.arrow{bottom:-.25rem}:host .popover-container .popover[data-popper-placement^=bottom]>.arrow{top:-.25rem}:host .popover-container .popover[data-popper-placement^=left]>.arrow{right:-.25rem}:host .popover-container .popover[data-popper-placement^=right]>.arrow{left:-.25rem}.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}}@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}}.hover\\:text-negative:hover{--tw-text-opacity:1!important;color:rgb(185 30 40/var(--tw-text-opacity))!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}";
5
5
 
6
6
  const Tooltip = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
7
7
  constructor() {
@@ -1699,6 +1699,10 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
1699
1699
  return import(
1700
1700
  /* webpackMode: "lazy" */
1701
1701
  './p-profile.entry.js').then(processMod, consoleError);
1702
+ case 'p-select':
1703
+ return import(
1704
+ /* webpackMode: "lazy" */
1705
+ './p-select.entry.js').then(processMod, consoleError);
1702
1706
  case 'p-status':
1703
1707
  return import(
1704
1708
  /* webpackMode: "lazy" */
@@ -1743,22 +1747,22 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
1743
1747
  return import(
1744
1748
  /* webpackMode: "lazy" */
1745
1749
  './p-table-column_5.entry.js').then(processMod, consoleError);
1746
- case 'p-helper_5':
1750
+ case 'p-input-group_4':
1747
1751
  return import(
1748
1752
  /* webpackMode: "lazy" */
1749
- './p-helper_5.entry.js').then(processMod, consoleError);
1750
- case 'p-dropdown-menu-item_4':
1753
+ './p-input-group_4.entry.js').then(processMod, consoleError);
1754
+ case 'p-page-size-select_3':
1751
1755
  return import(
1752
1756
  /* webpackMode: "lazy" */
1753
- './p-dropdown-menu-item_4.entry.js').then(processMod, consoleError);
1754
- case 'p-dropdown_2':
1757
+ './p-page-size-select_3.entry.js').then(processMod, consoleError);
1758
+ case 'p-dropdown_3':
1755
1759
  return import(
1756
1760
  /* webpackMode: "lazy" */
1757
- './p-dropdown_2.entry.js').then(processMod, consoleError);
1758
- case 'p-tooltip':
1761
+ './p-dropdown_3.entry.js').then(processMod, consoleError);
1762
+ case 'p-helper_2':
1759
1763
  return import(
1760
1764
  /* webpackMode: "lazy" */
1761
- './p-tooltip.entry.js').then(processMod, consoleError);
1765
+ './p-helper_2.entry.js').then(processMod, consoleError);
1762
1766
  case 'p-divider':
1763
1767
  return import(
1764
1768
  /* webpackMode: "lazy" */