@gisce/ooui 2.37.0-alpha.2 → 2.37.1
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/README.md +0 -2
- package/dist/Label.d.ts.map +1 -1
- package/dist/WidgetFactory.d.ts.map +1 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/ooui.es.js +174 -180
- package/dist/ooui.es.js.map +1 -1
- package/package.json +1 -1
- package/src/Label.ts +3 -0
- package/src/WidgetFactory.ts +0 -4
- package/src/index.ts +0 -2
- package/dist/ActionButtons.d.ts +0 -5
- package/dist/ActionButtons.d.ts.map +0 -1
- package/src/ActionButtons.ts +0 -5
package/package.json
CHANGED
package/src/Label.ts
CHANGED
package/src/WidgetFactory.ts
CHANGED
|
@@ -3,7 +3,6 @@ import Page from "./Page";
|
|
|
3
3
|
import Group from "./Group";
|
|
4
4
|
import Button from "./Button";
|
|
5
5
|
import ButtonGroup from "./ButtonGroup";
|
|
6
|
-
import ActionButtons from "./ActionButtons";
|
|
7
6
|
import Label from "./Label";
|
|
8
7
|
import Char from "./Char";
|
|
9
8
|
import Text from "./Text";
|
|
@@ -78,9 +77,6 @@ class WidgetFactory {
|
|
|
78
77
|
case "buttonGroup":
|
|
79
78
|
this._widgetClass = ButtonGroup;
|
|
80
79
|
break;
|
|
81
|
-
case "action_buttons":
|
|
82
|
-
this._widgetClass = ActionButtons;
|
|
83
|
-
break;
|
|
84
80
|
case "selection":
|
|
85
81
|
this._widgetClass = Selection;
|
|
86
82
|
break;
|
package/src/index.ts
CHANGED
|
@@ -27,7 +27,6 @@ import Page from "./Page";
|
|
|
27
27
|
import Separator from "./Separator";
|
|
28
28
|
import Button from "./Button";
|
|
29
29
|
import ButtonGroup from "./ButtonGroup";
|
|
30
|
-
import ActionButtons from "./ActionButtons";
|
|
31
30
|
import Reference from "./Reference";
|
|
32
31
|
import Binary from "./Binary";
|
|
33
32
|
import Image from "./Image";
|
|
@@ -106,7 +105,6 @@ export {
|
|
|
106
105
|
Separator,
|
|
107
106
|
Button,
|
|
108
107
|
ButtonGroup,
|
|
109
|
-
ActionButtons,
|
|
110
108
|
Reference,
|
|
111
109
|
Binary,
|
|
112
110
|
Image,
|
package/dist/ActionButtons.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ActionButtons.d.ts","sourceRoot":"","sources":["../src/ActionButtons.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,SAAS,CAAC;AAE5B,cAAM,aAAc,SAAQ,KAAK;CAAG;AAEpC,eAAe,aAAa,CAAC"}
|