toggle-components-library 1.33.0-beta.8 → 1.33.0-beta.9
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/img/arrow_down.787e1a8b.svg +28 -0
- package/dist/toggle-components-library.common.js +9673 -32346
- package/dist/toggle-components-library.common.js.map +1 -1
- package/dist/toggle-components-library.css +1 -1
- package/dist/toggle-components-library.umd.js +9673 -32346
- package/dist/toggle-components-library.umd.js.map +1 -1
- package/dist/toggle-components-library.umd.min.js +8 -285
- package/dist/toggle-components-library.umd.min.js.map +1 -1
- package/package.json +2 -2
- package/src/components/forms/ToggleDatePicker.vue +138 -238
- package/src/components/forms/ToggleDateRangePicker.vue +199 -0
- package/src/components/forms/ToggleInputCurrency.vue +5 -16
- package/src/components/forms/ToggleInputPercentage.vue +4 -15
- package/src/components/forms/ToggleInputSelect.vue +3 -3
- package/src/components/forms/ToggleInputText.vue +1 -1
- package/src/components/tables/ToggleTable.vue +27 -32
- package/src/index.js +3 -4
- package/src/sass/includes/_as_inputs.scss +830 -830
- package/src/sass/includes/_as_table.scss +170 -172
- package/src/sass/main.scss +0 -1
- package/src/components/statusbar/ToggleStatusBar.vue +0 -48
- package/src/sass/includes/_as_statusbar.scss +0 -67
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="6859.248 5124.248 13.752 13.752">
|
|
2
|
+
<defs>
|
|
3
|
+
<style>
|
|
4
|
+
.cls-1 {
|
|
5
|
+
fill: #e2f8ff;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.cls-1, .cls-2 {
|
|
9
|
+
stroke: #189ed1;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.cls-2, .cls-4 {
|
|
13
|
+
fill: none;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.cls-3 {
|
|
17
|
+
stroke: none;
|
|
18
|
+
}
|
|
19
|
+
</style>
|
|
20
|
+
</defs>
|
|
21
|
+
<g id="Symbol_43_5" data-name="Symbol 43 – 5" transform="translate(6660 4988)">
|
|
22
|
+
<g id="Ellipse_14" data-name="Ellipse 14" class="cls-1" transform="translate(199.248 150) rotate(-90)">
|
|
23
|
+
<circle class="cls-3" cx="6.876" cy="6.876" r="6.876"/>
|
|
24
|
+
<circle class="cls-4" cx="6.876" cy="6.876" r="6.376"/>
|
|
25
|
+
</g>
|
|
26
|
+
<path id="Path_6" data-name="Path 6" class="cls-2" d="M0,3.737l3.7-.06L3.737,0" transform="translate(206.244 139.249) rotate(45)"/>
|
|
27
|
+
</g>
|
|
28
|
+
</svg>
|