konsolpro-custom-ui 0.0.429 → 0.0.431
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/chunks/copy-folder-icon-CO0OZiSV.js +17 -0
- package/dist/lib/index.js +3292 -3224
- package/dist/styles/konsolpro-custom-ui.css +1 -1
- package/dist/types/components/icon/icons.d.ts +1 -0
- package/dist/types/components/ui/date-picker-utils.d.ts +24 -0
- package/dist/types/components/ui/date-picker.d.ts +1 -18
- package/dist/types/components/ui/date-range-picker.d.ts +1 -18
- package/package.json +1 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var a = Object.defineProperty;
|
|
2
|
+
var t = Object.getOwnPropertySymbols;
|
|
3
|
+
var l = Object.prototype.hasOwnProperty, c = Object.prototype.propertyIsEnumerable;
|
|
4
|
+
var r = (o, C, e) => C in o ? a(o, C, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[C] = e, n = (o, C) => {
|
|
5
|
+
for (var e in C || (C = {}))
|
|
6
|
+
l.call(C, e) && r(o, e, C[e]);
|
|
7
|
+
if (t)
|
|
8
|
+
for (var e of t(C))
|
|
9
|
+
c.call(C, e) && r(o, e, C[e]);
|
|
10
|
+
return o;
|
|
11
|
+
};
|
|
12
|
+
import * as m from "react";
|
|
13
|
+
import { forwardRef as w } from "react";
|
|
14
|
+
const H = (o, C) => /* @__PURE__ */ m.createElement("svg", n({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: C }, o), /* @__PURE__ */ m.createElement("path", { d: "M4 21C3.45 21 2.97917 20.8042 2.5875 20.4125C2.19583 20.0208 2 19.55 2 19V7C2 6.71667 2.09583 6.47917 2.2875 6.2875C2.47917 6.09583 2.71667 6 3 6C3.28333 6 3.52083 6.09583 3.7125 6.2875C3.90417 6.47917 4 6.71667 4 7V19H20C20.2833 19 20.5208 19.0958 20.7125 19.2875C20.9042 19.4792 21 19.7167 21 20C21 20.2833 20.9042 20.5208 20.7125 20.7125C20.5208 20.9042 20.2833 21 20 21H4ZM8 17C7.45 17 6.97917 16.8042 6.5875 16.4125C6.19583 16.0208 6 15.55 6 15V4C6 3.45 6.19583 2.97917 6.5875 2.5875C6.97917 2.19583 7.45 2 8 2H12.175C12.4417 2 12.6958 2.05 12.9375 2.15C13.1792 2.25 13.3917 2.39167 13.575 2.575L15 4H22C22.55 4 23.0208 4.19583 23.4125 4.5875C23.8042 4.97917 24 5.45 24 6V15C24 15.55 23.8042 16.0208 23.4125 16.4125C23.0208 16.8042 22.55 17 22 17H8ZM8 15H22V6H14.175L12.175 4H8V15Z", fill: "currentColor" })), p = w(H);
|
|
15
|
+
export {
|
|
16
|
+
p as ReactComponent
|
|
17
|
+
};
|