@fleetbase/ember-ui 0.3.19 → 0.3.20
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/addon/utils/get-currency.js +12 -0
- package/package.json +1 -1
|
@@ -742,6 +742,18 @@ const currencies = [
|
|
|
742
742
|
decimalSeparator: '',
|
|
743
743
|
symbolPlacement: 'before',
|
|
744
744
|
},
|
|
745
|
+
{
|
|
746
|
+
iso2: 'KZ',
|
|
747
|
+
name: 'Kazakhstan',
|
|
748
|
+
emoji: '🇰🇿',
|
|
749
|
+
code: 'KZT',
|
|
750
|
+
title: 'Kazakhstani Tenge',
|
|
751
|
+
symbol: '₸',
|
|
752
|
+
precision: 2,
|
|
753
|
+
thousandSeparator: ' ',
|
|
754
|
+
decimalSeparator: '.',
|
|
755
|
+
symbolPlacement: 'after',
|
|
756
|
+
},
|
|
745
757
|
{
|
|
746
758
|
iso2: 'KE',
|
|
747
759
|
name: 'Kenya',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fleetbase/ember-ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.20",
|
|
4
4
|
"description": "Fleetbase UI provides all the interface components, helpers, services and utilities for building a Fleetbase extension into the Console.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fleetbase-ui",
|