comand-component-library 4.2.5 → 4.2.6

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 (29) hide show
  1. package/dist/comand-component-library.js +8 -5
  2. package/dist/media/images/flags/denmark.svg +5 -0
  3. package/dist/media/images/flags/finland.svg +5 -0
  4. package/dist/media/images/flags/norway.svg +7 -0
  5. package/dist/media/images/flags/sweden.svg +5 -0
  6. package/dist/media/images/user-images/fake-user-1.jpg +0 -0
  7. package/dist/media/images/user-images/fake-user-10.jpg +0 -0
  8. package/dist/media/images/user-images/fake-user-11.jpg +0 -0
  9. package/dist/media/images/user-images/fake-user-12.jpg +0 -0
  10. package/dist/media/images/user-images/fake-user-13.jpg +0 -0
  11. package/dist/media/images/user-images/fake-user-14.jpg +0 -0
  12. package/dist/media/images/user-images/fake-user-15.jpg +0 -0
  13. package/dist/media/images/user-images/fake-user-16.jpg +0 -0
  14. package/dist/media/images/user-images/fake-user-2.jpg +0 -0
  15. package/dist/media/images/user-images/fake-user-3.jpg +0 -0
  16. package/dist/media/images/user-images/fake-user-4.jpg +0 -0
  17. package/dist/media/images/user-images/fake-user-5.jpg +0 -0
  18. package/dist/media/images/user-images/fake-user-6.jpg +0 -0
  19. package/dist/media/images/user-images/fake-user-7.jpg +0 -0
  20. package/dist/media/images/user-images/fake-user-8.jpg +0 -0
  21. package/dist/media/images/user-images/fake-user-9.jpg +0 -0
  22. package/package.json +8 -5
  23. package/src/ComponentLibrary.vue +1 -1
  24. package/src/assets/lists-of-data/dial-codes.json +82 -0
  25. package/src/assets/lists-of-data/us-cities.json +19 -0
  26. package/src/components/CmdSwitchLanguage.vue +1 -1
  27. /package/src/assets/data/{export-data.js → export-example-data.js} +0 -0
  28. /package/src/assets/{data/all-countries.json → lists-of-data/countries.json} +0 -0
  29. /package/src/assets/{data/all-currencies.json → lists-of-data/currencies.json} +0 -0
@@ -20391,7 +20391,7 @@ const C1 = /* @__PURE__ */ M(y1, [["render", x1]]), v1 = [
20391
20391
  text: "Zimbabwe",
20392
20392
  value: "zw"
20393
20393
  }
20394
- ], L1 = "comand-component-library", I1 = "4.2.5", B1 = "GPL-3.0-only", F1 = "CoManD-UI", D1 = "module", M1 = {
20394
+ ], L1 = "comand-component-library", I1 = "4.2.6", B1 = "GPL-3.0-only", F1 = "CoManD-UI", D1 = "module", M1 = {
20395
20395
  prepublishOnly: "npm run build-lib",
20396
20396
  dev: "vite",
20397
20397
  build: "vite build",
@@ -20404,12 +20404,15 @@ const C1 = /* @__PURE__ */ M(y1, [["render", x1]]), v1 = [
20404
20404
  ".": "./dist/comand-component-library.js",
20405
20405
  "./css.js": "./src/css.js",
20406
20406
  "./style.css": "./dist/style.css",
20407
- "./export-data.js": "./src/assets/data/export-data.js",
20408
- "./all-countries.json": "./src/assets/data/all-countries.json",
20409
- "./all-currencies.json": "./src/assets/data/all-currencies.json"
20407
+ "./variables.scss": "./src/assets/styles/variables.scss",
20408
+ "./export-example-data.js": "./src/assets/data/export-example-data.js",
20409
+ "./countries.json": "./src/assets/lists-of-data/countries.json",
20410
+ "./currencies.json": "./src/assets/lists-of-data/currencies.json",
20411
+ "./dial-codes.json": "./src/assets/lists-of-data/dial-codes.json",
20412
+ "./us-cities.json": "./src/assets/lists-of-data/us-cities.json"
20410
20413
  }, P1 = {
20411
20414
  "clickout-event": "^1.1.2",
20412
- "comand-frontend-framework": "^4.2.4",
20415
+ "comand-frontend-framework": "^4.2.9",
20413
20416
  "comand-ui-iconfonts": "^1.0.19",
20414
20417
  "core-js": "^3.20.1",
20415
20418
  prismjs: "^1.27.0",
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="300" height="200" viewBox="0 0 30 20">
2
+ <rect width="30" height="20" fill="#c8102e"/>
3
+ <rect width="6" height="20" x="9" fill="white"/>
4
+ <rect width="30" height="6" y="7" fill="white"/>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="300" height="200" viewBox="0 0 30 20">
2
+ <rect width="30" height="20" fill="white"/>
3
+ <rect width="6" height="20" x="9" fill="#003580"/>
4
+ <rect width="30" height="6" y="7" fill="#003580"/>
5
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="300" height="200" viewBox="0 0 30 20">
2
+ <rect width="30" height="20" fill="#ba0c2f"/>
3
+ <rect width="6" height="20" x="9" fill="white"/>
4
+ <rect width="30" height="6" y="7" fill="white"/>
5
+ <rect width="4" height="20" x="10" fill="#002868"/>
6
+ <rect width="30" height="4" y="8" fill="#002868"/>
7
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="300" height="200" viewBox="0 0 30 20">
2
+ <rect width="30" height="20" fill="#006aa7"/>
3
+ <rect width="6" height="20" x="9" fill="#fecc00"/>
4
+ <rect width="30" height="6" y="7" fill="#fecc00"/>
5
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.2.5",
3
+ "version": "4.2.6",
4
4
  "license": "GPL-3.0-only",
5
5
  "author": "CoManD-UI",
6
6
  "private": false,
@@ -20,13 +20,16 @@
20
20
  ".": "./dist/comand-component-library.js",
21
21
  "./css.js": "./src/css.js",
22
22
  "./style.css": "./dist/style.css",
23
- "./export-data.js": "./src/assets/data/export-data.js",
24
- "./all-countries.json": "./src/assets/data/all-countries.json",
25
- "./all-currencies.json": "./src/assets/data/all-currencies.json"
23
+ "./variables.scss": "./src/assets/styles/variables.scss",
24
+ "./export-example-data.js": "./src/assets/data/export-example-data.js",
25
+ "./countries.json": "./src/assets/lists-of-data/countries.json",
26
+ "./currencies.json": "./src/assets/lists-of-data/currencies.json",
27
+ "./dial-codes.json": "./src/assets/lists-of-data/dial-codes.json",
28
+ "./us-cities.json": "./src/assets/lists-of-data/us-cities.json"
26
29
  },
27
30
  "dependencies": {
28
31
  "clickout-event": "^1.1.2",
29
- "comand-frontend-framework": "^4.2.4",
32
+ "comand-frontend-framework": "^4.2.9",
30
33
  "comand-ui-iconfonts": "^1.0.19",
31
34
  "core-js": "^3.20.1",
32
35
  "prismjs": "^1.27.0",
@@ -2251,7 +2251,7 @@ import tableDataLarge from '@/assets/data/table-large.json'
2251
2251
  import thumbnailScrollerImagesData from '@/assets/data/thumbnail-scroller-images.json'
2252
2252
  import thumbnailScrollerTextData from '@/assets/data/thumbnail-scroller-text.json'
2253
2253
 
2254
- import allCountriesData from '@/assets/data/all-countries.json'
2254
+ import allCountriesData from '@/assets/lists-of-data/countries.json'
2255
2255
 
2256
2256
  import packageJson from '../package.json'
2257
2257
 
@@ -0,0 +1,82 @@
1
+ [
2
+ { "text": "+1 (USA/CAN)", "value": "001" },
3
+ { "text": "+7 (RUS/KAZ)", "value": "007" },
4
+ { "text": "+20 (EGY)", "value": "0020" },
5
+ { "text": "+27 (ZAF)", "value": "0027" },
6
+ { "text": "+30 (GRC)", "value": "0030" },
7
+ { "text": "+31 (NLD)", "value": "0031" },
8
+ { "text": "+32 (BEL)", "value": "0032" },
9
+ { "text": "+33 (FRA)", "value": "0033" },
10
+ { "text": "+34 (ESP)", "value": "0034" },
11
+ { "text": "+36 (HUN)", "value": "0036" },
12
+ { "text": "+39 (ITA)", "value": "0039" },
13
+ { "text": "+40 (ROU)", "value": "0040" },
14
+ { "text": "+41 (CHE)", "value": "0041" },
15
+ { "text": "+43 (AUT)", "value": "0043" },
16
+ { "text": "+44 (GBR)", "value": "0044" },
17
+ { "text": "+45 (DNK)", "value": "0045" },
18
+ { "text": "+46 (SWE)", "value": "0046" },
19
+ { "text": "+47 (NOR)", "value": "0047" },
20
+ { "text": "+48 (POL)", "value": "0048" },
21
+ { "text": "+49 (GER)", "value": "0049" },
22
+ { "text": "+51 (PER)", "value": "0051" },
23
+ { "text": "+52 (MEX)", "value": "0052" },
24
+ { "text": "+53 (CUB)", "value": "0053" },
25
+ { "text": "+54 (ARG)", "value": "0054" },
26
+ { "text": "+55 (BRA)", "value": "0055" },
27
+ { "text": "+56 (CHL)", "value": "0056" },
28
+ { "text": "+57 (COL)", "value": "0057" },
29
+ { "text": "+58 (VEN)", "value": "0058" },
30
+ { "text": "+60 (MYS)", "value": "0060" },
31
+ { "text": "+61 (AUS)", "value": "0061" },
32
+ { "text": "+62 (IDN)", "value": "0062" },
33
+ { "text": "+63 (PHL)", "value": "0063" },
34
+ { "text": "+64 (NZL)", "value": "0064" },
35
+ { "text": "+65 (SGP)", "value": "0065" },
36
+ { "text": "+66 (THA)", "value": "0066" },
37
+ { "text": "+81 (JPN)", "value": "0081" },
38
+ { "text": "+82 (KOR)", "value": "0082" },
39
+ { "text": "+84 (VNM)", "value": "0084" },
40
+ { "text": "+86 (CHN)", "value": "0086" },
41
+ { "text": "+90 (TUR)", "value": "0090" },
42
+ { "text": "+91 (IND)", "value": "0091" },
43
+ { "text": "+92 (PAK)", "value": "0092" },
44
+ { "text": "+93 (AFG)", "value": "0093" },
45
+ { "text": "+94 (LKA)", "value": "0094" },
46
+ { "text": "+95 (MMR)", "value": "0095" },
47
+ { "text": "+98 (IRN)", "value": "0098" },
48
+ { "text": "+211 (SSD)", "value": "0211" },
49
+ { "text": "+212 (MAR)", "value": "0212" },
50
+ { "text": "+213 (DZA)", "value": "0213" },
51
+ { "text": "+216 (TUN)", "value": "0216" },
52
+ { "text": "+218 (LBY)", "value": "0218" },
53
+ { "text": "+220 (GMB)", "value": "0220" },
54
+ { "text": "+221 (SEN)", "value": "0221" },
55
+ { "text": "+222 (MRT)", "value": "0222" },
56
+ { "text": "+223 (MLI)", "value": "0223" },
57
+ { "text": "+224 (GIN)", "value": "0224" },
58
+ { "text": "+225 (CIV)", "value": "0225" },
59
+ { "text": "+226 (BFA)", "value": "0226" },
60
+ { "text": "+227 (NER)", "value": "0227" },
61
+ { "text": "+228 (TGO)", "value": "0228" },
62
+ { "text": "+229 (BEN)", "value": "0229" },
63
+ { "text": "+230 (MUS)", "value": "0230" },
64
+ { "text": "+231 (LBR)", "value": "0231" },
65
+ { "text": "+232 (SLE)", "value": "0232" },
66
+ { "text": "+233 (GHA)", "value": "0233" },
67
+ { "text": "+234 (NGA)", "value": "0234" },
68
+ { "text": "+235 (TCD)", "value": "0235" },
69
+ { "text": "+236 (CAF)", "value": "0236" },
70
+ { "text": "+237 (CMR)", "value": "0237" },
71
+ { "text": "+238 (CPV)", "value": "0238" },
72
+ { "text": "+239 (STP)", "value": "0239" },
73
+ { "text": "+240 (GNQ)", "value": "0240" },
74
+ { "text": "+241 (GAB)", "value": "0241" },
75
+ { "text": "+242 (COG)", "value": "0242" },
76
+ { "text": "+243 (COD)", "value": "0243" },
77
+ { "text": "+244 (AGO)", "value": "0244" },
78
+ { "text": "+245 (GNB)", "value": "0245" },
79
+ { "text": "+246 (IOT)", "value": "0246" },
80
+ { "text": "+248 (SYC)", "value": "0248" },
81
+ { "text": "+249 (SDN)", "value": "0249" }
82
+ ]
@@ -0,0 +1,19 @@
1
+ [
2
+ { "text": "Atlanta", "value": "atl" },
3
+ { "text": "Boston", "value": "bos" },
4
+ { "text": "Chicago", "value": "chi" },
5
+ { "text": "Dallas", "value": "dal" },
6
+ { "text": "Denver", "value": "den" },
7
+ { "text": "Houston", "value": "hou" },
8
+ { "text": "Las Vegas", "value": "vegas" },
9
+ { "text": "Los Angeles", "value": "la" },
10
+ { "text": "Miami", "value": "mia" },
11
+ { "text": "New Orleans", "value": "nola" },
12
+ { "text": "New York City", "value": "nyc" },
13
+ { "text": "Philadelphia", "value": "philly" },
14
+ { "text": "Phoenix", "value": "phx" },
15
+ { "text": "San Antonio", "value": "satx" },
16
+ { "text": "San Francisco", "value": "sf" },
17
+ { "text": "Seattle", "value": "sea" },
18
+ { "text": "Washington, D.C.", "value": "dc" }
19
+ ]
@@ -30,7 +30,7 @@
30
30
  <script>
31
31
  import {getRoute} from '../utilities.js'
32
32
  import * as flags from "../assets/images/flags"
33
- import {switchLanguage} from "@/assets/data/export-data.js";
33
+ import {switchLanguage} from "@/assets/data/export-example-data.js";
34
34
 
35
35
  export default {
36
36
  name: "CmdSwitchLanguage",