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.
Files changed (103) hide show
  1. package/dist/cjs/{index-3efe2a41.js → index-3fb97927.js} +467 -269
  2. package/dist/cjs/{index-2a011313.js → index-7b75b331.js} +1 -1
  3. package/dist/cjs/index.cjs.js +2 -2
  4. package/dist/cjs/loader.cjs.js +3 -3
  5. package/dist/cjs/smoothly-accordion_53.cjs.entry.js +68 -26
  6. package/dist/cjs/smoothly-google-font.cjs.entry.js +1 -1
  7. package/dist/cjs/smoothly-radio-group.cjs.entry.js +1 -1
  8. package/dist/cjs/smoothly-reorder.cjs.entry.js +1 -1
  9. package/dist/cjs/smoothly-trigger-sink.cjs.entry.js +1 -1
  10. package/dist/cjs/smoothly-trigger-source.cjs.entry.js +1 -1
  11. package/dist/cjs/smoothly.cjs.js +3 -3
  12. package/dist/collection/collection-manifest.json +2 -2
  13. package/dist/collection/components/App.js +38 -46
  14. package/dist/collection/components/accordion/index.js +65 -55
  15. package/dist/collection/components/accordion-item/index.js +133 -131
  16. package/dist/collection/components/app/index.js +37 -32
  17. package/dist/collection/components/app-demo/index.js +39 -68
  18. package/dist/collection/components/backtotop/index.js +73 -66
  19. package/dist/collection/components/button/index.js +144 -141
  20. package/dist/collection/components/calendar/index.js +277 -268
  21. package/dist/collection/components/checkbox/index.js +120 -110
  22. package/dist/collection/components/dialog/index.js +97 -93
  23. package/dist/collection/components/dialog-demo/index.js +2 -3
  24. package/dist/collection/components/display/index.js +108 -102
  25. package/dist/collection/components/display-amount/index.js +68 -63
  26. package/dist/collection/components/display-date-time/index.js +35 -30
  27. package/dist/collection/components/display-demo/index.js +23 -129
  28. package/dist/collection/components/frame/index.js +134 -124
  29. package/dist/collection/components/google-font/index.js +26 -24
  30. package/dist/collection/components/icon/index.js +116 -107
  31. package/dist/collection/components/icon-demo/index.js +11 -7
  32. package/dist/collection/components/input/index.js +364 -355
  33. package/dist/collection/components/input-date/index.js +165 -156
  34. package/dist/collection/components/input-date-range/index.js +220 -213
  35. package/dist/collection/components/input-demo/index.js +2 -87
  36. package/dist/collection/components/input-month/index.js +65 -57
  37. package/dist/collection/components/item/index.js +101 -87
  38. package/dist/collection/components/menu-options/index.js +287 -275
  39. package/dist/collection/components/notification/index.js +74 -63
  40. package/dist/collection/components/notifier/index.js +31 -23
  41. package/dist/collection/components/option/index.js +227 -223
  42. package/dist/collection/components/picker/index.js +404 -397
  43. package/dist/collection/components/popup/index.js +73 -69
  44. package/dist/collection/components/quiet/index.js +33 -28
  45. package/dist/collection/components/radio/index.js +98 -91
  46. package/dist/collection/components/radio-button/index.js +92 -83
  47. package/dist/collection/components/radio-button/item/index.js +91 -66
  48. package/dist/collection/components/radio-button/item/style.css +9 -15
  49. package/dist/collection/components/radio-group/index.js +33 -27
  50. package/dist/collection/components/reorder/index.js +28 -23
  51. package/dist/collection/components/room/index.js +73 -71
  52. package/dist/collection/components/select/index.js +82 -75
  53. package/dist/collection/components/select-demo/index.js +24 -42
  54. package/dist/collection/components/selector/index.js +71 -68
  55. package/dist/collection/components/skeleton/index.js +112 -106
  56. package/dist/collection/components/spinner/index.js +50 -46
  57. package/dist/collection/components/submit/index.js +174 -163
  58. package/dist/collection/components/svg/index.js +65 -60
  59. package/dist/collection/components/tab/index.js +84 -75
  60. package/dist/collection/components/tab-switch/index.js +32 -23
  61. package/dist/collection/components/table/cell/index.js +12 -9
  62. package/dist/collection/components/table/demo/index.js +13 -59
  63. package/dist/collection/components/table/expandable/cell/index.js +100 -95
  64. package/dist/collection/components/table/expandable/row/index.js +85 -79
  65. package/dist/collection/components/table/header/index.js +33 -28
  66. package/dist/collection/components/table/index.js +44 -36
  67. package/dist/collection/components/table/row/index.js +26 -20
  68. package/dist/collection/components/trigger/index.js +174 -166
  69. package/dist/collection/components/trigger-sink/index.js +73 -65
  70. package/dist/collection/components/trigger-source/index.js +71 -63
  71. package/dist/collection/components/tuple/index.js +19 -17
  72. package/dist/collection/components/urlencoded/index.js +22 -20
  73. package/dist/collection/model/Listenable.js +4 -2
  74. package/dist/custom-elements/index.js +67 -25
  75. package/dist/esm/{index-1d438ba2.js → index-3b463176.js} +1 -1
  76. package/dist/esm/{index-4d9efff8.js → index-fcf8bdd3.js} +467 -269
  77. package/dist/esm/index.js +2 -2
  78. package/dist/esm/loader.js +3 -3
  79. package/dist/esm/polyfills/css-shim.js +1 -1
  80. package/dist/esm/smoothly-accordion_53.entry.js +68 -26
  81. package/dist/esm/smoothly-google-font.entry.js +1 -1
  82. package/dist/esm/smoothly-radio-group.entry.js +1 -1
  83. package/dist/esm/smoothly-reorder.entry.js +1 -1
  84. package/dist/esm/smoothly-trigger-sink.entry.js +1 -1
  85. package/dist/esm/smoothly-trigger-source.entry.js +1 -1
  86. package/dist/esm/smoothly.js +3 -3
  87. package/dist/smoothly/index.esm.js +1 -1
  88. package/dist/smoothly/{p-d5d4832d.entry.js → p-0833f25c.entry.js} +1 -1
  89. package/dist/smoothly/{p-919ae3e8.entry.js → p-2bf8c660.entry.js} +1 -1
  90. package/dist/smoothly/{p-8e4e941e.entry.js → p-3bd18eea.entry.js} +1 -1
  91. package/dist/smoothly/{p-9bc77fba.entry.js → p-a1c137fc.entry.js} +1 -1
  92. package/dist/smoothly/p-af26b4ed.entry.js +1 -0
  93. package/dist/smoothly/p-af90d05a.js +2 -0
  94. package/dist/smoothly/{p-76e88859.js → p-e5191036.js} +1 -1
  95. package/dist/smoothly/{p-7a5eda51.entry.js → p-f67259c5.entry.js} +1 -1
  96. package/dist/smoothly/smoothly.esm.js +1 -1
  97. package/dist/types/components/radio-button/item/index.d.ts +2 -0
  98. package/dist/types/components.d.ts +3 -1
  99. package/dist/types/stencil-public-runtime.d.ts +15 -4
  100. package/loader/package.json +1 -0
  101. package/package.json +6 -6
  102. package/dist/smoothly/p-191ee4b8.js +0 -2
  103. package/dist/smoothly/p-78b676aa.entry.js +0 -1
@@ -1,4 +1,3 @@
1
- import { Component, Prop, State, Watch } from "@stencil/core";
2
1
  export class SmoothlyIcon {
3
2
  constructor() {
4
3
  this.fill = "solid";
@@ -35,117 +34,127 @@ export class SmoothlyIcon {
35
34
  }
36
35
  static get is() { return "smoothly-icon"; }
37
36
  static get encapsulation() { return "scoped"; }
38
- static get originalStyleUrls() { return {
39
- "$": ["style.css"]
40
- }; }
41
- static get styleUrls() { return {
42
- "$": ["style.css"]
43
- }; }
44
- static get properties() { return {
45
- "color": {
46
- "type": "string",
47
- "mutable": false,
48
- "complexType": {
49
- "original": "Color",
50
- "resolved": "\"danger\" | \"dark\" | \"default\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\"",
51
- "references": {
52
- "Color": {
53
- "location": "import",
54
- "path": "../../model"
37
+ static get originalStyleUrls() {
38
+ return {
39
+ "$": ["style.css"]
40
+ };
41
+ }
42
+ static get styleUrls() {
43
+ return {
44
+ "$": ["style.css"]
45
+ };
46
+ }
47
+ static get properties() {
48
+ return {
49
+ "color": {
50
+ "type": "string",
51
+ "mutable": false,
52
+ "complexType": {
53
+ "original": "Color",
54
+ "resolved": "\"danger\" | \"dark\" | \"default\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\"",
55
+ "references": {
56
+ "Color": {
57
+ "location": "import",
58
+ "path": "../../model"
59
+ }
55
60
  }
56
- }
57
- },
58
- "required": false,
59
- "optional": false,
60
- "docs": {
61
- "tags": [],
62
- "text": ""
61
+ },
62
+ "required": false,
63
+ "optional": false,
64
+ "docs": {
65
+ "tags": [],
66
+ "text": ""
67
+ },
68
+ "attribute": "color",
69
+ "reflect": true
63
70
  },
64
- "attribute": "color",
65
- "reflect": true
66
- },
67
- "fill": {
68
- "type": "string",
69
- "mutable": false,
70
- "complexType": {
71
- "original": "Fill",
72
- "resolved": "\"clear\" | \"default\" | \"outline\" | \"solid\"",
73
- "references": {
74
- "Fill": {
75
- "location": "import",
76
- "path": "../../model"
71
+ "fill": {
72
+ "type": "string",
73
+ "mutable": false,
74
+ "complexType": {
75
+ "original": "Fill",
76
+ "resolved": "\"clear\" | \"default\" | \"outline\" | \"solid\"",
77
+ "references": {
78
+ "Fill": {
79
+ "location": "import",
80
+ "path": "../../model"
81
+ }
77
82
  }
78
- }
79
- },
80
- "required": false,
81
- "optional": false,
82
- "docs": {
83
- "tags": [],
84
- "text": ""
85
- },
86
- "attribute": "fill",
87
- "reflect": true,
88
- "defaultValue": "\"solid\""
89
- },
90
- "name": {
91
- "type": "string",
92
- "mutable": false,
93
- "complexType": {
94
- "original": "string",
95
- "resolved": "string | undefined",
96
- "references": {}
83
+ },
84
+ "required": false,
85
+ "optional": false,
86
+ "docs": {
87
+ "tags": [],
88
+ "text": ""
89
+ },
90
+ "attribute": "fill",
91
+ "reflect": true,
92
+ "defaultValue": "\"solid\""
97
93
  },
98
- "required": false,
99
- "optional": true,
100
- "docs": {
101
- "tags": [],
102
- "text": ""
94
+ "name": {
95
+ "type": "string",
96
+ "mutable": false,
97
+ "complexType": {
98
+ "original": "string",
99
+ "resolved": "string | undefined",
100
+ "references": {}
101
+ },
102
+ "required": false,
103
+ "optional": true,
104
+ "docs": {
105
+ "tags": [],
106
+ "text": ""
107
+ },
108
+ "attribute": "name",
109
+ "reflect": false
103
110
  },
104
- "attribute": "name",
105
- "reflect": false
106
- },
107
- "size": {
108
- "type": "string",
109
- "mutable": false,
110
- "complexType": {
111
- "original": "\"tiny\" | \"small\" | \"medium\" | \"large\"",
112
- "resolved": "\"large\" | \"medium\" | \"small\" | \"tiny\"",
113
- "references": {}
111
+ "size": {
112
+ "type": "string",
113
+ "mutable": false,
114
+ "complexType": {
115
+ "original": "\"tiny\" | \"small\" | \"medium\" | \"large\"",
116
+ "resolved": "\"large\" | \"medium\" | \"small\" | \"tiny\"",
117
+ "references": {}
118
+ },
119
+ "required": false,
120
+ "optional": false,
121
+ "docs": {
122
+ "tags": [],
123
+ "text": ""
124
+ },
125
+ "attribute": "size",
126
+ "reflect": true,
127
+ "defaultValue": "\"medium\""
114
128
  },
115
- "required": false,
116
- "optional": false,
117
- "docs": {
118
- "tags": [],
119
- "text": ""
120
- },
121
- "attribute": "size",
122
- "reflect": true,
123
- "defaultValue": "\"medium\""
124
- },
125
- "toolTip": {
126
- "type": "string",
127
- "mutable": false,
128
- "complexType": {
129
- "original": "string",
130
- "resolved": "string | undefined",
131
- "references": {}
132
- },
133
- "required": false,
134
- "optional": true,
135
- "docs": {
136
- "tags": [],
137
- "text": ""
138
- },
139
- "attribute": "tool-tip",
140
- "reflect": false
141
- }
142
- }; }
143
- static get states() { return {
144
- "document": {}
145
- }; }
146
- static get watchers() { return [{
147
- "propName": "name",
148
- "methodName": "loadDocument"
149
- }]; }
129
+ "toolTip": {
130
+ "type": "string",
131
+ "mutable": false,
132
+ "complexType": {
133
+ "original": "string",
134
+ "resolved": "string | undefined",
135
+ "references": {}
136
+ },
137
+ "required": false,
138
+ "optional": true,
139
+ "docs": {
140
+ "tags": [],
141
+ "text": ""
142
+ },
143
+ "attribute": "tool-tip",
144
+ "reflect": false
145
+ }
146
+ };
147
+ }
148
+ static get states() {
149
+ return {
150
+ "document": {}
151
+ };
152
+ }
153
+ static get watchers() {
154
+ return [{
155
+ "propName": "name",
156
+ "methodName": "loadDocument"
157
+ }];
158
+ }
150
159
  }
151
160
  SmoothlyIcon.cache = {};
@@ -1,4 +1,4 @@
1
- import { Component, h } from "@stencil/core";
1
+ import { h } from "@stencil/core";
2
2
  export class SmoothlyIconDemo {
3
3
  constructor() {
4
4
  this.page = 0;
@@ -479,10 +479,14 @@ export class SmoothlyIconDemo {
479
479
  }
480
480
  static get is() { return "smoothly-icon-demo"; }
481
481
  static get encapsulation() { return "scoped"; }
482
- static get originalStyleUrls() { return {
483
- "$": ["./style.css"]
484
- }; }
485
- static get styleUrls() { return {
486
- "$": ["style.css"]
487
- }; }
482
+ static get originalStyleUrls() {
483
+ return {
484
+ "$": ["./style.css"]
485
+ };
486
+ }
487
+ static get styleUrls() {
488
+ return {
489
+ "$": ["style.css"]
490
+ };
491
+ }
488
492
  }