@reportportal/ui-kit 0.0.1-alpha.162 → 0.0.1-alpha.164
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/components/table/hooks/useColumnResize.d.ts +2 -1
- package/dist/{datePicker-60b22314.js → datePicker-9d52ba44.js} +1 -1
- package/dist/datePicker.js +3 -3
- package/dist/{dropdown-40fcc3ad.js → dropdown-7d024c49.js} +141 -141
- package/dist/dropdown.js +2 -2
- package/dist/index.js +3 -3
- package/dist/modal.js +1 -1
- package/dist/style.css +1 -1
- package/dist/table-5fc80c4b.js +1099 -0
- package/dist/table.js +1 -1
- package/package.json +1 -1
- package/dist/table-5267699a.js +0 -1073
package/dist/dropdown.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { D as r } from "./dropdown-
|
|
2
|
-
import { a as n } from "./dropdown-
|
|
1
|
+
import { D as r } from "./dropdown-7d024c49.js";
|
|
2
|
+
import { a as n } from "./dropdown-7d024c49.js";
|
|
3
3
|
import "react/jsx-runtime";
|
|
4
4
|
import "react";
|
|
5
5
|
import "react-dom";
|
package/dist/index.js
CHANGED
|
@@ -7,9 +7,9 @@ import { BulkPanel as k } from "./bulkPanel.js";
|
|
|
7
7
|
import { B as E } from "./button-97d9e587.js";
|
|
8
8
|
import { C as U } from "./checkbox-493fdc63.js";
|
|
9
9
|
import { Chip as H } from "./chip.js";
|
|
10
|
-
import { D as N } from "./datePicker-
|
|
10
|
+
import { D as N } from "./datePicker-9d52ba44.js";
|
|
11
11
|
import "react-datepicker";
|
|
12
|
-
import { D as W } from "./dropdown-
|
|
12
|
+
import { D as W } from "./dropdown-7d024c49.js";
|
|
13
13
|
import { FieldLabel as j } from "./fieldLabel.js";
|
|
14
14
|
import { F as K } from "./fieldNumber-d1b5a7a1.js";
|
|
15
15
|
import { F as V } from "./fieldText-1749da7a.js";
|
|
@@ -27,7 +27,7 @@ import { S as Co } from "./spinLoader-c4a53718.js";
|
|
|
27
27
|
import { SystemAlert as Fo } from "./systemAlert.js";
|
|
28
28
|
import { S as bo } from "./systemMessage-924fdaa6.js";
|
|
29
29
|
import { DragLayer as Bo, SortableItem as To, SortableList as ho } from "./sortable.js";
|
|
30
|
-
import { T as vo } from "./table-
|
|
30
|
+
import { T as vo } from "./table-5fc80c4b.js";
|
|
31
31
|
import { T as Lo } from "./themeProvider-46c2be7b.js";
|
|
32
32
|
import { T as ko } from "./toggle-304107fa.js";
|
|
33
33
|
import { Tooltip as Eo } from "./tooltip.js";
|
package/dist/modal.js
CHANGED
|
@@ -6,7 +6,7 @@ import { c as g } from "./bind-06a7ff84.js";
|
|
|
6
6
|
import { u as q } from "./useOnClickOutside-8f7d68a1.js";
|
|
7
7
|
import "react-dnd";
|
|
8
8
|
import "react-dnd-html5-backend";
|
|
9
|
-
import { a as J } from "./dropdown-
|
|
9
|
+
import { a as J } from "./dropdown-7d024c49.js";
|
|
10
10
|
import { K as Q } from "./keyCodes-f63c0e11.js";
|
|
11
11
|
import { B as A } from "./button-97d9e587.js";
|
|
12
12
|
import { Tooltip as V } from "./tooltip.js";
|