@devtron-labs/devtron-fe-common-lib 1.22.8-beta-13 → 1.22.8-beta-14
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/{@code-editor-DvNxRZv9.js → @code-editor-BF03LosD.js} +4693 -4716
- package/dist/{@common-rjsf-DBVjyGP9.js → @common-rjsf-Dj7e6o3g.js} +181 -181
- package/dist/@framer-motion-DFkGgMz7.js +3606 -0
- package/dist/{@react-select-VU7Fmo9p.js → @react-select-BDsfVQrM.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-CAu3_TV1.js → @react-virtualized-sticky-tree-ByqEaVzu.js} +3 -3
- package/dist/{@vendor-WBEJ0Pz6.js → @vendor-BgJdIb1H.js} +131407 -179328
- package/dist/Common/API/reactQueryHooks.d.ts +1 -1
- package/dist/Common/Checkbox/Checkbox.d.ts +1 -1
- package/dist/Common/DevtronProgressing/DevtronProgressing.d.ts +0 -1
- package/dist/Common/EmptyState/GenericEmptyState.d.ts +0 -1
- package/dist/Common/GenericDescription/types.d.ts +0 -1
- package/dist/Common/Progressing.d.ts +0 -1
- package/dist/Common/RJSF/Form.d.ts +2 -1
- package/dist/Common/Types.d.ts +3 -4
- package/dist/Pages/ResourceBrowser/types.d.ts +1 -1
- package/dist/Pages-Devtron-2.0/CostVisibility/Shared/types.d.ts +1 -1
- package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +13 -28
- package/dist/Shared/Components/BulkSelection/BulkSelection.d.ts +1 -1
- package/dist/Shared/Components/BulkSelection/types.d.ts +0 -2
- package/dist/Shared/Components/Button/Button.component.d.ts +388 -2
- package/dist/Shared/Components/CICDHistory/BuildAndTaskSummaryTooltipCard.d.ts +0 -1
- package/dist/Shared/Components/CICDHistory/GitTriggerList.d.ts +0 -1
- package/dist/Shared/Components/CICDHistory/History.components.d.ts +0 -1
- package/dist/Shared/Components/CICDHistory/WorkerStatus.d.ts +0 -1
- package/dist/Shared/Components/CICDHistory/types.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/utils.d.ts +1 -1
- package/dist/Shared/Components/CodeEditor/types.d.ts +1 -1
- package/dist/Shared/Components/ExportToCsv/types.d.ts +0 -1
- package/dist/Shared/Components/GenericSectionErrorState/types.d.ts +1 -1
- package/dist/Shared/Components/Header/types.d.ts +0 -1
- package/dist/Shared/Components/ImageWithFallback/types.d.ts +1 -1
- package/dist/Shared/Components/ModalSidebarPanel/types.d.ts +1 -1
- package/dist/Shared/Components/Security/SecurityModal/types.d.ts +1 -1
- package/dist/Shared/Components/TabGroup/TabGroup.types.d.ts +0 -1
- package/dist/Shared/Components/TreeView/types.d.ts +1 -1
- package/dist/Shared/Helpers.d.ts +1 -1
- package/dist/Shared/Hooks/useForm/useForm.d.ts +1 -1
- package/dist/Shared/Providers/MainContextProvider/types.d.ts +1 -1
- package/dist/Shared/Services/ToastManager/toastManager.service.d.ts +80 -0
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/@vendor.css +1 -1
- package/dist/index.d.ts +13 -15
- package/dist/index.js +4 -4
- package/package.json +14 -19
- package/dist/@framer-motion-wap8UOQD.js +0 -4959
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { V as xt, W as v, X as re, Y as h, Z as f, $ as Y, a0 as U, a1 as xe, a2 as Bt, a3 as Ue, a4 as Ft, a5 as Vt, a6 as Et, a7 as yt, a8 as Wt, a9 as Xt, aa as ne, ab as Zt } from "./@vendor-BgJdIb1H.js";
|
|
2
2
|
import * as y from "react";
|
|
3
3
|
import { useRef as j, useState as ee, useMemo as q, useCallback as D, createContext as Nt, useContext as St, Component as Rt, Fragment as Be, useEffect as Qe, forwardRef as Ht } from "react";
|
|
4
4
|
import { createPortal as Tt } from "react-dom";
|
|
@@ -2,7 +2,7 @@ var v = Object.defineProperty;
|
|
|
2
2
|
var E = (a, h, e) => h in a ? v(a, h, { enumerable: !0, configurable: !0, writable: !0, value: e }) : a[h] = e;
|
|
3
3
|
var f = (a, h, e) => E(a, typeof h != "symbol" ? h + "" : h, e);
|
|
4
4
|
import u, { createRef as k } from "react";
|
|
5
|
-
import {
|
|
5
|
+
import { cg as x } from "./@vendor-BgJdIb1H.js";
|
|
6
6
|
const b = () => typeof navigator < "u" && /Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor) ? "-webkit-sticky" : "sticky";
|
|
7
7
|
var g;
|
|
8
8
|
(function(a) {
|
|
@@ -433,7 +433,7 @@ f(N, "defaultProps", {
|
|
|
433
433
|
wrapAllLeafNodes: !1,
|
|
434
434
|
isModelImmutable: !1
|
|
435
435
|
});
|
|
436
|
-
class
|
|
436
|
+
class U extends u.PureComponent {
|
|
437
437
|
constructor(h) {
|
|
438
438
|
super(h), this.state = {};
|
|
439
439
|
}
|
|
@@ -448,5 +448,5 @@ class A extends u.PureComponent {
|
|
|
448
448
|
}
|
|
449
449
|
}
|
|
450
450
|
export {
|
|
451
|
-
A
|
|
451
|
+
U as A
|
|
452
452
|
};
|