smoothly 0.3.5 → 0.3.7
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/cjs/{index-3efe2a41.js → index-3fb97927.js} +467 -269
- package/dist/cjs/{index-2a011313.js → index-7b75b331.js} +1 -1
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/smoothly-accordion_53.cjs.entry.js +68 -26
- package/dist/cjs/smoothly-google-font.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-radio-group.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-reorder.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-trigger-sink.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-trigger-source.cjs.entry.js +1 -1
- package/dist/cjs/smoothly.cjs.js +3 -3
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/App.js +38 -46
- package/dist/collection/components/accordion/index.js +65 -55
- package/dist/collection/components/accordion-item/index.js +133 -131
- package/dist/collection/components/app/index.js +37 -32
- package/dist/collection/components/app-demo/index.js +39 -68
- package/dist/collection/components/backtotop/index.js +73 -66
- package/dist/collection/components/button/index.js +144 -141
- package/dist/collection/components/calendar/index.js +277 -268
- package/dist/collection/components/checkbox/index.js +120 -110
- package/dist/collection/components/dialog/index.js +97 -93
- package/dist/collection/components/dialog-demo/index.js +2 -3
- package/dist/collection/components/display/index.js +108 -102
- package/dist/collection/components/display-amount/index.js +68 -63
- package/dist/collection/components/display-date-time/index.js +35 -30
- package/dist/collection/components/display-demo/index.js +23 -129
- package/dist/collection/components/frame/index.js +134 -124
- package/dist/collection/components/google-font/index.js +26 -24
- package/dist/collection/components/icon/index.js +116 -107
- package/dist/collection/components/icon-demo/index.js +11 -7
- package/dist/collection/components/input/index.js +364 -355
- package/dist/collection/components/input-date/index.js +165 -156
- package/dist/collection/components/input-date-range/index.js +220 -213
- package/dist/collection/components/input-demo/index.js +2 -87
- package/dist/collection/components/input-month/index.js +65 -57
- package/dist/collection/components/item/index.js +101 -87
- package/dist/collection/components/menu-options/index.js +287 -275
- package/dist/collection/components/notification/index.js +74 -63
- package/dist/collection/components/notifier/index.js +31 -23
- package/dist/collection/components/option/index.js +227 -223
- package/dist/collection/components/picker/index.js +404 -397
- package/dist/collection/components/popup/index.js +73 -69
- package/dist/collection/components/quiet/index.js +33 -28
- package/dist/collection/components/radio/index.js +98 -91
- package/dist/collection/components/radio-button/index.js +92 -83
- package/dist/collection/components/radio-button/item/index.js +91 -66
- package/dist/collection/components/radio-button/item/style.css +9 -15
- package/dist/collection/components/radio-group/index.js +33 -27
- package/dist/collection/components/reorder/index.js +28 -23
- package/dist/collection/components/room/index.js +73 -71
- package/dist/collection/components/select/index.js +82 -75
- package/dist/collection/components/select-demo/index.js +24 -42
- package/dist/collection/components/selector/index.js +71 -68
- package/dist/collection/components/skeleton/index.js +112 -106
- package/dist/collection/components/spinner/index.js +50 -46
- package/dist/collection/components/submit/index.js +174 -163
- package/dist/collection/components/svg/index.js +65 -60
- package/dist/collection/components/tab/index.js +84 -75
- package/dist/collection/components/tab-switch/index.js +32 -23
- package/dist/collection/components/table/cell/index.js +12 -9
- package/dist/collection/components/table/demo/index.js +13 -59
- package/dist/collection/components/table/expandable/cell/index.js +100 -95
- package/dist/collection/components/table/expandable/row/index.js +85 -79
- package/dist/collection/components/table/header/index.js +33 -28
- package/dist/collection/components/table/index.js +44 -36
- package/dist/collection/components/table/row/index.js +26 -20
- package/dist/collection/components/trigger/index.js +174 -166
- package/dist/collection/components/trigger-sink/index.js +73 -65
- package/dist/collection/components/trigger-source/index.js +71 -63
- package/dist/collection/components/tuple/index.js +19 -17
- package/dist/collection/components/urlencoded/index.js +22 -20
- package/dist/collection/model/Listenable.js +4 -2
- package/dist/custom-elements/index.js +67 -25
- package/dist/esm/{index-1d438ba2.js → index-3b463176.js} +1 -1
- package/dist/esm/{index-4d9efff8.js → index-fcf8bdd3.js} +467 -269
- package/dist/esm/index.js +2 -2
- package/dist/esm/loader.js +3 -3
- package/dist/esm/polyfills/css-shim.js +1 -1
- package/dist/esm/smoothly-accordion_53.entry.js +68 -26
- package/dist/esm/smoothly-google-font.entry.js +1 -1
- package/dist/esm/smoothly-radio-group.entry.js +1 -1
- package/dist/esm/smoothly-reorder.entry.js +1 -1
- package/dist/esm/smoothly-trigger-sink.entry.js +1 -1
- package/dist/esm/smoothly-trigger-source.entry.js +1 -1
- package/dist/esm/smoothly.js +3 -3
- package/dist/smoothly/index.esm.js +1 -1
- package/dist/smoothly/{p-d5d4832d.entry.js → p-0833f25c.entry.js} +1 -1
- package/dist/smoothly/{p-919ae3e8.entry.js → p-2bf8c660.entry.js} +1 -1
- package/dist/smoothly/{p-8e4e941e.entry.js → p-3bd18eea.entry.js} +1 -1
- package/dist/smoothly/{p-9bc77fba.entry.js → p-a1c137fc.entry.js} +1 -1
- package/dist/smoothly/p-af26b4ed.entry.js +1 -0
- package/dist/smoothly/p-af90d05a.js +2 -0
- package/dist/smoothly/{p-76e88859.js → p-e5191036.js} +1 -1
- package/dist/smoothly/{p-7a5eda51.entry.js → p-f67259c5.entry.js} +1 -1
- package/dist/smoothly/smoothly.esm.js +1 -1
- package/dist/types/components/radio-button/item/index.d.ts +2 -0
- package/dist/types/components.d.ts +3 -1
- package/dist/types/stencil-public-runtime.d.ts +15 -4
- package/loader/package.json +1 -0
- package/package.json +6 -6
- package/dist/smoothly/p-191ee4b8.js +0 -2
- package/dist/smoothly/p-78b676aa.entry.js +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { h, Host } from "@stencil/core";
|
|
2
2
|
export class SmoothlyRadioButtonItem {
|
|
3
3
|
componentWillLoad() {
|
|
4
4
|
this.selected && this.select(this.selected);
|
|
@@ -11,76 +11,101 @@ export class SmoothlyRadioButtonItem {
|
|
|
11
11
|
});
|
|
12
12
|
}
|
|
13
13
|
render() {
|
|
14
|
-
return (h(Host, null,
|
|
15
|
-
h("header", { onClick: () => this.select(!this.selected) },
|
|
16
|
-
h("smoothly-icon", { color: this.selected ? "success" : "medium", fill: "solid", name: this.selected ? "checkmark-circle" : "ellipse-outline", size: "tiny", toolTip: "Select" }),
|
|
17
|
-
h("slot", null),
|
|
18
|
-
h("slot", { name: "end" })),
|
|
19
|
-
h("slot", { name: "expansion" })));
|
|
14
|
+
return (h(Host, null, h("header", { onClick: () => this.select(!this.selected) }, h("smoothly-icon", { color: this.selected ? "success" : "medium", fill: "solid", name: this.selected ? "checkmark-circle" : "ellipse-outline", size: "tiny", toolTip: "Select" }), h("slot", null), h("slot", { name: "end" })), h("slot", { name: "expansion" })));
|
|
20
15
|
}
|
|
21
16
|
static get is() { return "smoothly-radio-button-item"; }
|
|
22
17
|
static get encapsulation() { return "scoped"; }
|
|
23
|
-
static get originalStyleUrls() {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
"
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
"original": "boolean",
|
|
52
|
-
"resolved": "boolean",
|
|
53
|
-
"references": {}
|
|
54
|
-
},
|
|
55
|
-
"required": false,
|
|
56
|
-
"optional": false,
|
|
57
|
-
"docs": {
|
|
58
|
-
"tags": [],
|
|
59
|
-
"text": ""
|
|
18
|
+
static get originalStyleUrls() {
|
|
19
|
+
return {
|
|
20
|
+
"$": ["style.css"]
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
static get styleUrls() {
|
|
24
|
+
return {
|
|
25
|
+
"$": ["style.css"]
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
static get properties() {
|
|
29
|
+
return {
|
|
30
|
+
"value": {
|
|
31
|
+
"type": "any",
|
|
32
|
+
"mutable": false,
|
|
33
|
+
"complexType": {
|
|
34
|
+
"original": "any",
|
|
35
|
+
"resolved": "any",
|
|
36
|
+
"references": {}
|
|
37
|
+
},
|
|
38
|
+
"required": false,
|
|
39
|
+
"optional": false,
|
|
40
|
+
"docs": {
|
|
41
|
+
"tags": [],
|
|
42
|
+
"text": ""
|
|
43
|
+
},
|
|
44
|
+
"attribute": "value",
|
|
45
|
+
"reflect": false
|
|
60
46
|
},
|
|
61
|
-
"
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
47
|
+
"selected": {
|
|
48
|
+
"type": "boolean",
|
|
49
|
+
"mutable": true,
|
|
50
|
+
"complexType": {
|
|
51
|
+
"original": "boolean",
|
|
52
|
+
"resolved": "boolean",
|
|
53
|
+
"references": {}
|
|
54
|
+
},
|
|
55
|
+
"required": false,
|
|
56
|
+
"optional": false,
|
|
57
|
+
"docs": {
|
|
58
|
+
"tags": [],
|
|
59
|
+
"text": ""
|
|
60
|
+
},
|
|
61
|
+
"attribute": "selected",
|
|
62
|
+
"reflect": true
|
|
74
63
|
},
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
|
|
81
|
-
|
|
64
|
+
"color": {
|
|
65
|
+
"type": "string",
|
|
66
|
+
"mutable": false,
|
|
67
|
+
"complexType": {
|
|
68
|
+
"original": "Color",
|
|
69
|
+
"resolved": "\"danger\" | \"dark\" | \"default\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | undefined",
|
|
70
|
+
"references": {
|
|
71
|
+
"Color": {
|
|
72
|
+
"location": "import",
|
|
73
|
+
"path": "../../../model"
|
|
74
|
+
}
|
|
82
75
|
}
|
|
83
|
-
}
|
|
76
|
+
},
|
|
77
|
+
"required": false,
|
|
78
|
+
"optional": true,
|
|
79
|
+
"docs": {
|
|
80
|
+
"tags": [],
|
|
81
|
+
"text": ""
|
|
82
|
+
},
|
|
83
|
+
"attribute": "color",
|
|
84
|
+
"reflect": true
|
|
84
85
|
}
|
|
85
|
-
}
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
static get events() {
|
|
89
|
+
return [{
|
|
90
|
+
"method": "radioItemSelectInternal",
|
|
91
|
+
"name": "radioItemSelectInternal",
|
|
92
|
+
"bubbles": true,
|
|
93
|
+
"cancelable": true,
|
|
94
|
+
"composed": true,
|
|
95
|
+
"docs": {
|
|
96
|
+
"tags": [],
|
|
97
|
+
"text": ""
|
|
98
|
+
},
|
|
99
|
+
"complexType": {
|
|
100
|
+
"original": "Selected",
|
|
101
|
+
"resolved": "Selected",
|
|
102
|
+
"references": {
|
|
103
|
+
"Selected": {
|
|
104
|
+
"location": "import",
|
|
105
|
+
"path": "../Selected"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}];
|
|
110
|
+
}
|
|
86
111
|
}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
smoothly-radio-button[decoration=radio] :host {
|
|
2
|
-
background: rgb(var(--smoothly-primary-shade));
|
|
3
|
-
color: rgb(var(--smoothly-primary-contrast));
|
|
4
2
|
transition: 0.2s;
|
|
5
3
|
}
|
|
6
4
|
|
|
@@ -8,13 +6,12 @@ smoothly-radio-button[decoration=radio] :host > header {
|
|
|
8
6
|
padding: 0.5rem;
|
|
9
7
|
}
|
|
10
8
|
|
|
11
|
-
|
|
12
9
|
smoothly-radio-button[decoration=radio] :host > header > smoothly-icon {
|
|
13
10
|
display: none;
|
|
14
11
|
}
|
|
15
12
|
smoothly-radio-button[decoration=radio] :host[selected] > header {
|
|
16
|
-
color: rgb(var(--smoothly-
|
|
17
|
-
background: rgb(var(--smoothly-
|
|
13
|
+
color: rgb(var(--smoothly-secondary-contrast));
|
|
14
|
+
background: rgb(var(--smoothly-secondary-color));
|
|
18
15
|
}
|
|
19
16
|
|
|
20
17
|
smoothly-radio-button[decoration=radio] ::slotted([slot=expansion])::before {
|
|
@@ -23,16 +20,13 @@ smoothly-radio-button[decoration=radio] ::slotted([slot=expansion])::before {
|
|
|
23
20
|
|
|
24
21
|
@media screen and (min-width: 900px) {
|
|
25
22
|
smoothly-radio-button[decoration=radio] :host:hover {
|
|
26
|
-
background: rgb(var(--smoothly-
|
|
23
|
+
background: rgb(var(--smoothly-secondary-shade));
|
|
27
24
|
cursor: pointer;
|
|
28
25
|
}
|
|
29
26
|
}
|
|
30
27
|
|
|
31
28
|
smoothly-radio-button[decoration=button] :host {
|
|
32
|
-
|
|
33
|
-
}
|
|
34
|
-
smoothly-radio-button[decoration=button] :host:last-child {
|
|
35
|
-
margin-bottom: 0;
|
|
29
|
+
padding: 0.3rem;
|
|
36
30
|
}
|
|
37
31
|
|
|
38
32
|
smoothly-radio-button[decoration=button] :host > header > smoothly-icon {
|
|
@@ -50,8 +44,8 @@ smoothly-radio-button[decoration=button] :host[selected] > header > smoothly-ico
|
|
|
50
44
|
}
|
|
51
45
|
|
|
52
46
|
smoothly-radio-button[decoration=button] ::slotted([slot=expansion]) {
|
|
53
|
-
background: rgb(var(--smoothly-
|
|
54
|
-
color: rgb(var(--smoothly-
|
|
47
|
+
background: rgb(var(--smoothly-secondary-color));
|
|
48
|
+
color: rgb(var(--smoothly-secondary-contrast));
|
|
55
49
|
border-radius: 5px;
|
|
56
50
|
margin-top: 0.5rem;
|
|
57
51
|
}
|
|
@@ -61,7 +55,7 @@ smoothly-radio-button[decoration=button] ::slotted([slot=expansion])::before {
|
|
|
61
55
|
position: absolute;
|
|
62
56
|
top: -0.8rem;
|
|
63
57
|
left: 3rem;
|
|
64
|
-
color: rgb(var(--smoothly-
|
|
58
|
+
color: rgb(var(--smoothly-secondary-color));
|
|
65
59
|
}
|
|
66
60
|
|
|
67
61
|
@media screen and (min-width: 900px){
|
|
@@ -88,8 +82,8 @@ smoothly-radio-button[decoration=button] ::slotted([slot=expansion])::before {
|
|
|
88
82
|
|
|
89
83
|
::slotted([slot=expansion]) {
|
|
90
84
|
display: none;
|
|
91
|
-
background: rgb(var(--smoothly-
|
|
92
|
-
color: rgb(var(--smoothly-
|
|
85
|
+
background: rgb(var(--smoothly-secondary-tint));
|
|
86
|
+
color: rgb(var(--smoothly-secondary-contrast));
|
|
93
87
|
padding: 0;
|
|
94
88
|
position: relative;
|
|
95
89
|
transition: 0.1s;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
2
|
export class SmoothlyToggleGroup {
|
|
3
3
|
constructor() {
|
|
4
4
|
this.orientation = "horizontal";
|
|
@@ -7,30 +7,36 @@ export class SmoothlyToggleGroup {
|
|
|
7
7
|
return h("slot", null);
|
|
8
8
|
}
|
|
9
9
|
static get is() { return "smoothly-radio-group"; }
|
|
10
|
-
static get originalStyleUrls() {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
10
|
+
static get originalStyleUrls() {
|
|
11
|
+
return {
|
|
12
|
+
"$": ["style.css"]
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
static get styleUrls() {
|
|
16
|
+
return {
|
|
17
|
+
"$": ["style.css"]
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
static get properties() {
|
|
21
|
+
return {
|
|
22
|
+
"orientation": {
|
|
23
|
+
"type": "string",
|
|
24
|
+
"mutable": false,
|
|
25
|
+
"complexType": {
|
|
26
|
+
"original": "\"horizontal\" | \"vertical\"",
|
|
27
|
+
"resolved": "\"horizontal\" | \"vertical\" | undefined",
|
|
28
|
+
"references": {}
|
|
29
|
+
},
|
|
30
|
+
"required": false,
|
|
31
|
+
"optional": true,
|
|
32
|
+
"docs": {
|
|
33
|
+
"tags": [],
|
|
34
|
+
"text": ""
|
|
35
|
+
},
|
|
36
|
+
"attribute": "orientation",
|
|
37
|
+
"reflect": true,
|
|
38
|
+
"defaultValue": "\"horizontal\""
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
}
|
|
36
42
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Component, Element, Event } from "@stencil/core";
|
|
2
1
|
export class SmoothlyReorder {
|
|
3
2
|
get children() {
|
|
4
3
|
let result = [];
|
|
@@ -86,27 +85,33 @@ export class SmoothlyReorder {
|
|
|
86
85
|
});
|
|
87
86
|
}
|
|
88
87
|
static get is() { return "smoothly-reorder"; }
|
|
89
|
-
static get originalStyleUrls() {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
"
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
"
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
88
|
+
static get originalStyleUrls() {
|
|
89
|
+
return {
|
|
90
|
+
"$": ["style.css"]
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
static get styleUrls() {
|
|
94
|
+
return {
|
|
95
|
+
"$": ["style.css"]
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
static get events() {
|
|
99
|
+
return [{
|
|
100
|
+
"method": "reorder",
|
|
101
|
+
"name": "reorder",
|
|
102
|
+
"bubbles": true,
|
|
103
|
+
"cancelable": true,
|
|
104
|
+
"composed": true,
|
|
105
|
+
"docs": {
|
|
106
|
+
"tags": [],
|
|
107
|
+
"text": ""
|
|
108
|
+
},
|
|
109
|
+
"complexType": {
|
|
110
|
+
"original": "[number, number]",
|
|
111
|
+
"resolved": "[number, number]",
|
|
112
|
+
"references": {}
|
|
113
|
+
}
|
|
114
|
+
}];
|
|
115
|
+
}
|
|
111
116
|
static get elementRef() { return "element"; }
|
|
112
117
|
}
|
|
@@ -1,81 +1,83 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
2
|
export class SmoothlyRoom {
|
|
3
3
|
render() {
|
|
4
4
|
return h("slot", null);
|
|
5
5
|
}
|
|
6
6
|
static get is() { return "smoothly-room"; }
|
|
7
|
-
static get properties() {
|
|
8
|
-
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
7
|
+
static get properties() {
|
|
8
|
+
return {
|
|
9
|
+
"label": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"mutable": false,
|
|
12
|
+
"complexType": {
|
|
13
|
+
"original": "string",
|
|
14
|
+
"resolved": "string | undefined",
|
|
15
|
+
"references": {}
|
|
16
|
+
},
|
|
17
|
+
"required": false,
|
|
18
|
+
"optional": true,
|
|
19
|
+
"docs": {
|
|
20
|
+
"tags": [],
|
|
21
|
+
"text": ""
|
|
22
|
+
},
|
|
23
|
+
"attribute": "label",
|
|
24
|
+
"reflect": false
|
|
15
25
|
},
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
"
|
|
20
|
-
|
|
26
|
+
"icon": {
|
|
27
|
+
"type": "string",
|
|
28
|
+
"mutable": false,
|
|
29
|
+
"complexType": {
|
|
30
|
+
"original": "string",
|
|
31
|
+
"resolved": "string | undefined",
|
|
32
|
+
"references": {}
|
|
33
|
+
},
|
|
34
|
+
"required": false,
|
|
35
|
+
"optional": true,
|
|
36
|
+
"docs": {
|
|
37
|
+
"tags": [],
|
|
38
|
+
"text": ""
|
|
39
|
+
},
|
|
40
|
+
"attribute": "icon",
|
|
41
|
+
"reflect": false
|
|
21
42
|
},
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
},
|
|
33
|
-
"required": false,
|
|
34
|
-
"optional": true,
|
|
35
|
-
"docs": {
|
|
36
|
-
"tags": [],
|
|
37
|
-
"text": ""
|
|
38
|
-
},
|
|
39
|
-
"attribute": "icon",
|
|
40
|
-
"reflect": false
|
|
41
|
-
},
|
|
42
|
-
"path": {
|
|
43
|
-
"type": "string",
|
|
44
|
-
"mutable": false,
|
|
45
|
-
"complexType": {
|
|
46
|
-
"original": "string | RegExp",
|
|
47
|
-
"resolved": "RegExp | string",
|
|
48
|
-
"references": {
|
|
49
|
-
"RegExp": {
|
|
50
|
-
"location": "global"
|
|
43
|
+
"path": {
|
|
44
|
+
"type": "string",
|
|
45
|
+
"mutable": false,
|
|
46
|
+
"complexType": {
|
|
47
|
+
"original": "string | RegExp",
|
|
48
|
+
"resolved": "RegExp | string",
|
|
49
|
+
"references": {
|
|
50
|
+
"RegExp": {
|
|
51
|
+
"location": "global"
|
|
52
|
+
}
|
|
51
53
|
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
54
|
+
},
|
|
55
|
+
"required": false,
|
|
56
|
+
"optional": false,
|
|
57
|
+
"docs": {
|
|
58
|
+
"tags": [],
|
|
59
|
+
"text": ""
|
|
60
|
+
},
|
|
61
|
+
"attribute": "path",
|
|
62
|
+
"reflect": false
|
|
59
63
|
},
|
|
60
|
-
"
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
}
|
|
80
|
-
}; }
|
|
64
|
+
"to": {
|
|
65
|
+
"type": "string",
|
|
66
|
+
"mutable": false,
|
|
67
|
+
"complexType": {
|
|
68
|
+
"original": "string",
|
|
69
|
+
"resolved": "string | undefined",
|
|
70
|
+
"references": {}
|
|
71
|
+
},
|
|
72
|
+
"required": false,
|
|
73
|
+
"optional": true,
|
|
74
|
+
"docs": {
|
|
75
|
+
"tags": [],
|
|
76
|
+
"text": ""
|
|
77
|
+
},
|
|
78
|
+
"attribute": "to",
|
|
79
|
+
"reflect": false
|
|
80
|
+
}
|
|
81
|
+
};
|
|
82
|
+
}
|
|
81
83
|
}
|