@pinnacle0/web-ui 0.3.61 → 0.3.62

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.
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import type { ProgressProps } from "antd/lib/progress";
3
+ import "antd/lib/progress/style";
4
+ interface Props extends ProgressProps {
5
+ }
6
+ export declare class Popover extends React.PureComponent<Props> {
7
+ static displayName: string;
8
+ render(): JSX.Element;
9
+ }
10
+ export {};
@@ -0,0 +1,42 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ if (typeof b !== "function" && b !== null)
10
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
+ extendStatics(d, b);
12
+ function __() { this.constructor = d; }
13
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
+ };
15
+ })();
16
+ var __assign = (this && this.__assign) || function () {
17
+ __assign = Object.assign || function(t) {
18
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
19
+ s = arguments[i];
20
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
21
+ t[p] = s[p];
22
+ }
23
+ return t;
24
+ };
25
+ return __assign.apply(this, arguments);
26
+ };
27
+ import React from "react";
28
+ import Progress from "antd/lib/progress";
29
+ import "antd/lib/progress/style";
30
+ var Popover = /** @class */ (function (_super) {
31
+ __extends(Popover, _super);
32
+ function Popover() {
33
+ return _super !== null && _super.apply(this, arguments) || this;
34
+ }
35
+ Popover.prototype.render = function () {
36
+ return React.createElement(Progress, __assign({}, this.props));
37
+ };
38
+ Popover.displayName = "Progress";
39
+ return Popover;
40
+ }(React.PureComponent));
41
+ export { Popover };
42
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/core/Progress/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AAEzC,OAAO,yBAAyB,CAAC;AAIjC;IAA6B,2BAA0B;IAAvD;;IAMA,CAAC;IAHG,wBAAM,GAAN;QACI,OAAO,oBAAC,QAAQ,eAAK,IAAI,CAAC,KAAK,EAAI,CAAC;IACxC,CAAC;IAJM,mBAAW,GAAG,UAAU,CAAC;IAKpC,cAAC;CAAA,AAND,CAA6B,KAAK,CAAC,aAAa,GAM/C;SANY,OAAO"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinnacle0/web-ui",
3
- "version": "0.3.61",
3
+ "version": "0.3.62",
4
4
  "author": "Pinnacle",
5
5
  "license": "MIT",
6
6
  "sideEffects": [