overview-components 1.0.76 → 1.0.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/icons/iconGlyphs.js +680 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +51 -32
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +277 -193
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +82 -78
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +22 -21
- package/dist/node_modules/lit-html/directives/class-map.js +34 -0
- package/dist/shared/lit-checkbox.js +155 -0
- package/dist/shared/lit-icon.js +282 -0
- package/dist/shared/lit-input.js +211 -0
- package/dist/shared/lit-menu.js +40 -0
- package/dist/shared/lit-modal.js +128 -0
- package/dist/shared/lit-pill.js +86 -0
- package/dist/shared/lit-select.js +339 -0
- package/dist/shared/lit-tooltip.js +137 -0
- package/dist/styles.js +174 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -18,6 +18,24 @@ export * from './components/lit-multiselect-item.js';
|
|
|
18
18
|
export { LitMultiselectItem } from './components/lit-multiselect-item.js';
|
|
19
19
|
export * from './shared/lit-button.js';
|
|
20
20
|
export { LitButton } from './shared/lit-button.js';
|
|
21
|
+
export * from './shared/lit-progress-bar.js';
|
|
22
|
+
export { LitProgressBar } from './shared/lit-progress-bar.js';
|
|
23
|
+
export * from './shared/lit-icon.js';
|
|
24
|
+
export { LitIcon } from './shared/lit-icon.js';
|
|
25
|
+
export * from './shared/lit-tooltip.js';
|
|
26
|
+
export { PerfTooltip } from './shared/lit-tooltip.js';
|
|
27
|
+
export * from './shared/lit-modal.js';
|
|
28
|
+
export { LitModal } from './shared/lit-modal.js';
|
|
29
|
+
export * from './shared/lit-input.js';
|
|
30
|
+
export { LitInput } from './shared/lit-input.js';
|
|
31
|
+
export * from './shared/lit-checkbox.js';
|
|
32
|
+
export { LitCheckbox } from './shared/lit-checkbox.js';
|
|
33
|
+
export * from './shared/lit-select.js';
|
|
34
|
+
export { LitSelect } from './shared/lit-select.js';
|
|
35
|
+
export * from './shared/lit-menu.js';
|
|
36
|
+
export { LitMenu } from './shared/lit-menu.js';
|
|
37
|
+
export * from './shared/lit-pill.js';
|
|
38
|
+
export { LitPill } from './shared/lit-pill.js';
|
|
21
39
|
export * from './components/react-wrappers/case-variables-tab.js';
|
|
22
40
|
export { CaseVariablesTab } from './components/react-wrappers/case-variables-tab.js';
|
|
23
41
|
export * from './components/react-wrappers/data-grid-tanstack.js';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,wCAAwC,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC7E,cAAc,wCAAwC,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC7E,cAAc,qCAAqC,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AACxE,cAAc,iCAAiC,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,cAAc,2BAA2B,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,cAAc,kCAAkC,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAClE,cAAc,2BAA2B,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,cAAc,mCAAmC,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACpE,cAAc,sCAAsC,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,wCAAwC,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC7E,cAAc,wCAAwC,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC7E,cAAc,qCAAqC,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AACxE,cAAc,iCAAiC,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,cAAc,2BAA2B,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,cAAc,kCAAkC,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAClE,cAAc,2BAA2B,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,cAAc,mCAAmC,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACpE,cAAc,sCAAsC,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAE1E,cAAc,wBAAwB,CAAC;AACvC,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,cAAc,8BAA8B,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,cAAc,yBAAyB,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,cAAc,uBAAuB,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,cAAc,uBAAuB,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,cAAc,0BAA0B,CAAC;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,cAAc,wBAAwB,CAAC;AACvC,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAG/C,cAAc,mDAAmD,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,MAAM,mDAAmD,CAAC;AACrF,cAAc,mDAAmD,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,MAAM,mDAAmD,CAAC;AACrF,cAAc,gDAAgD,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;AAChF,cAAc,4CAA4C,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAC;AACxE,cAAc,sCAAsC,CAAC;AACrD,OAAO,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAC7D,cAAc,6CAA6C,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAC;AAC1E,cAAc,sCAAsC,CAAC;AACrD,OAAO,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAC7D,cAAc,8CAA8C,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AAC5E,cAAc,6CAA6C,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAC;AAC1E,cAAc,uCAAuC,CAAC;AACtD,OAAO,EAAE,MAAM,EAAE,MAAM,uCAAuC,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,42 +1,61 @@
|
|
|
1
1
|
import { LitCaseVariablesTab as o } from "./components/lit-case-variables-tab.js";
|
|
2
2
|
import { LitDataGridTanstack as a } from "./components/lit-data-grid-tanstack.js";
|
|
3
3
|
import { LitAttachmentsTab as i } from "./components/lit-attachments-tab.js";
|
|
4
|
-
import { LitSectionTab as
|
|
5
|
-
import { LitBadge as
|
|
6
|
-
import { LitFilterModal as
|
|
7
|
-
import { LitChart as
|
|
8
|
-
import { LitTabsOverview as
|
|
4
|
+
import { LitSectionTab as f } from "./components/lit-section-tab.js";
|
|
5
|
+
import { LitBadge as L } from "./components/lit-badge.js";
|
|
6
|
+
import { LitFilterModal as l } from "./components/lit-filter-modal.js";
|
|
7
|
+
import { LitChart as b } from "./components/lit-chart.js";
|
|
8
|
+
import { LitTabsOverview as T } from "./components/lit-tabs-overview.js";
|
|
9
9
|
import { LitMultiselectItem as B } from "./components/lit-multiselect-item.js";
|
|
10
|
-
import { LitButton as
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
10
|
+
import { LitButton as u } from "./shared/lit-button.js";
|
|
11
|
+
import { LitProgressBar as M } from "./shared/lit-progress-bar.js";
|
|
12
|
+
import { IconArray as v, LitIcon as I } from "./shared/lit-icon.js";
|
|
13
|
+
import { PerfTooltip as k } from "./shared/lit-tooltip.js";
|
|
14
|
+
import { LitModal as S } from "./shared/lit-modal.js";
|
|
15
|
+
import { LitInput as D } from "./shared/lit-input.js";
|
|
16
|
+
import { LitCheckbox as G } from "./shared/lit-checkbox.js";
|
|
17
|
+
import { LitSelect as V } from "./shared/lit-select.js";
|
|
18
|
+
import { LitMenu as j } from "./shared/lit-menu.js";
|
|
19
|
+
import { LitPill as z } from "./shared/lit-pill.js";
|
|
20
|
+
import { CaseVariablesTab as H } from "./components/react-wrappers/case-variables-tab.js";
|
|
21
|
+
import { DataGridTanstack as K } from "./components/react-wrappers/data-grid-tanstack.js";
|
|
22
|
+
import { AttachmentsTab as Q } from "./components/react-wrappers/attachments-tab.js";
|
|
23
|
+
import { SectionTab as U } from "./components/react-wrappers/section-tab.js";
|
|
24
|
+
import { Badge as X } from "./components/react-wrappers/badge.js";
|
|
25
|
+
import { FilterModal as Z } from "./components/react-wrappers/filter-modal.js";
|
|
26
|
+
import { Chart as $ } from "./components/react-wrappers/chart.js";
|
|
27
|
+
import { TabsOverview as tr } from "./components/react-wrappers/tabs-overview.js";
|
|
28
|
+
import { ProgressBar as er } from "./components/react-wrappers/progress-bar.js";
|
|
29
|
+
import { Button as mr } from "./components/react-wrappers/button.js";
|
|
21
30
|
export {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
31
|
+
Q as AttachmentsTab,
|
|
32
|
+
X as Badge,
|
|
33
|
+
mr as Button,
|
|
34
|
+
H as CaseVariablesTab,
|
|
35
|
+
$ as Chart,
|
|
36
|
+
K as DataGridTanstack,
|
|
37
|
+
Z as FilterModal,
|
|
38
|
+
v as IconArray,
|
|
29
39
|
i as LitAttachmentsTab,
|
|
30
|
-
|
|
31
|
-
|
|
40
|
+
L as LitBadge,
|
|
41
|
+
u as LitButton,
|
|
32
42
|
o as LitCaseVariablesTab,
|
|
33
|
-
|
|
43
|
+
b as LitChart,
|
|
44
|
+
G as LitCheckbox,
|
|
34
45
|
a as LitDataGridTanstack,
|
|
35
|
-
|
|
46
|
+
l as LitFilterModal,
|
|
47
|
+
I as LitIcon,
|
|
48
|
+
D as LitInput,
|
|
49
|
+
j as LitMenu,
|
|
50
|
+
S as LitModal,
|
|
36
51
|
B as LitMultiselectItem,
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
52
|
+
z as LitPill,
|
|
53
|
+
M as LitProgressBar,
|
|
54
|
+
f as LitSectionTab,
|
|
55
|
+
V as LitSelect,
|
|
56
|
+
T as LitTabsOverview,
|
|
57
|
+
k as PerfTooltip,
|
|
58
|
+
er as ProgressBar,
|
|
59
|
+
U as SectionTab,
|
|
60
|
+
tr as TabsOverview
|
|
42
61
|
};
|