@propelinc/citrus-ui 0.2.0 → 0.2.1

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 (62) hide show
  1. package/dist/citrus-ui.common.js +547 -188
  2. package/dist/citrus-ui.common.js.map +1 -1
  3. package/dist/citrus-ui.css +1 -1
  4. package/dist/citrus-ui.umd.js +547 -188
  5. package/dist/citrus-ui.umd.js.map +1 -1
  6. package/dist/citrus-ui.umd.min.js +4 -4
  7. package/dist/citrus-ui.umd.min.js.map +1 -1
  8. package/jest.config.js +5 -0
  9. package/package.json +4 -3
  10. package/src/components/CSelect.vue +67 -0
  11. package/src/components/CTextField.vue +15 -62
  12. package/src/components/helpers/FormField.vue +40 -0
  13. package/src/components/helpers/SelectInput.vue +112 -0
  14. package/src/index.d.ts +1 -0
  15. package/src/index.ts +2 -0
  16. package/src/styles/form-fields.less +46 -0
  17. package/storybook-static/0.0ebc4b6e.iframe.bundle.js +1 -0
  18. package/storybook-static/0.1db6407b6f251cb99757.manager.bundle.js +1 -0
  19. package/storybook-static/1.08e48cd2b295b33abac5.manager.bundle.js +1 -0
  20. package/storybook-static/10.58b60afe35d013b05f26.manager.bundle.js +1 -0
  21. package/storybook-static/11.7f35c06cd77f40a88403.manager.bundle.js +2 -0
  22. package/storybook-static/11.7f35c06cd77f40a88403.manager.bundle.js.LICENSE.txt +12 -0
  23. package/storybook-static/12.2f8d9cc3bdcfbb59dabf.manager.bundle.js +1 -0
  24. package/storybook-static/4.99a2e548.iframe.bundle.js +3 -0
  25. package/storybook-static/4.99a2e548.iframe.bundle.js.LICENSE.txt +8 -0
  26. package/storybook-static/4.99a2e548.iframe.bundle.js.map +1 -0
  27. package/storybook-static/5.146a98dc.iframe.bundle.js +1 -0
  28. package/storybook-static/5.4d5248d1e985d19512e5.manager.bundle.js +2 -0
  29. package/storybook-static/5.4d5248d1e985d19512e5.manager.bundle.js.LICENSE.txt +8 -0
  30. package/storybook-static/6.297d139ca80380169c9a.manager.bundle.js +1 -0
  31. package/storybook-static/6.4c77ef89.iframe.bundle.js +3 -0
  32. package/storybook-static/6.4c77ef89.iframe.bundle.js.LICENSE.txt +12 -0
  33. package/storybook-static/6.4c77ef89.iframe.bundle.js.map +1 -0
  34. package/storybook-static/7.1dd6103d8c4adf231b89.manager.bundle.js +1 -0
  35. package/storybook-static/7.414cf1e4.iframe.bundle.js +1 -0
  36. package/storybook-static/8.0c32e96f86b87a58d415.manager.bundle.js +1 -0
  37. package/storybook-static/9.da52dd791e7234e0495a.manager.bundle.js +1 -0
  38. package/storybook-static/css/main.918ac2bc.css +1 -0
  39. package/storybook-static/css/vendors~main.ec1b1c6e.css +1 -0
  40. package/storybook-static/favicon.ico +0 -0
  41. package/storybook-static/fonts/ObjectSans-Black.314082dd.woff2 +0 -0
  42. package/storybook-static/fonts/ObjectSans-BlackSlanted.d3163c50.woff2 +0 -0
  43. package/storybook-static/fonts/ObjectSans-Bold.5492f3d5.woff2 +0 -0
  44. package/storybook-static/fonts/ObjectSans-BoldSlanted.29e2a87e.woff2 +0 -0
  45. package/storybook-static/fonts/ObjectSans-Heavy.d0b2f035.woff2 +0 -0
  46. package/storybook-static/fonts/ObjectSans-HeavySlanted.45e9c063.woff2 +0 -0
  47. package/storybook-static/fonts/ObjectSans-Regular.e4ea0b90.woff2 +0 -0
  48. package/storybook-static/fonts/ObjectSans-Slanted.57a90be9.woff2 +0 -0
  49. package/storybook-static/fonts/ObjectSans-Thin.86d44227.woff2 +0 -0
  50. package/storybook-static/fonts/ObjectSans-ThinSlanted.20342160.woff2 +0 -0
  51. package/storybook-static/iframe.html +133 -0
  52. package/storybook-static/index.html +47 -0
  53. package/storybook-static/main.4c454d37.iframe.bundle.js +1 -0
  54. package/storybook-static/main.57da3f9fe16e02557812.manager.bundle.js +1 -0
  55. package/storybook-static/runtime~main.335986b66fb5bcf65138.manager.bundle.js +1 -0
  56. package/storybook-static/runtime~main.b29ddaa7.iframe.bundle.js +1 -0
  57. package/storybook-static/vendors~main.0b7555aaeb5d052c07aa.manager.bundle.js +2 -0
  58. package/storybook-static/vendors~main.0b7555aaeb5d052c07aa.manager.bundle.js.LICENSE.txt +88 -0
  59. package/storybook-static/vendors~main.4d3a0ad4.iframe.bundle.js +3 -0
  60. package/storybook-static/vendors~main.4d3a0ad4.iframe.bundle.js.LICENSE.txt +128 -0
  61. package/storybook-static/vendors~main.4d3a0ad4.iframe.bundle.js.map +1 -0
  62. package/tsconfig.json +2 -1
@@ -0,0 +1,128 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
9
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
10
+ */
11
+
12
+ /*!
13
+ * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
14
+ * License - https://fontawesome.com/license (Commercial License)
15
+ */
16
+
17
+ /*!
18
+ * The buffer module from node.js, for the browser.
19
+ *
20
+ * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
21
+ * @license MIT
22
+ */
23
+
24
+ /*!
25
+ * Vue.js v2.6.12
26
+ * (c) 2014-2020 Evan You
27
+ * Released under the MIT License.
28
+ */
29
+
30
+ /*!
31
+ * https://github.com/es-shims/es5-shim
32
+ * @license es5-shim Copyright 2009-2020 by contributors, MIT License
33
+ * see https://github.com/es-shims/es5-shim/blob/master/LICENSE
34
+ */
35
+
36
+ /*!
37
+ * https://github.com/paulmillr/es6-shim
38
+ * @license es6-shim Copyright 2013-2016 by Paul Miller (http://paulmillr.com)
39
+ * and contributors, MIT License
40
+ * es6-shim: v0.35.4
41
+ * see https://github.com/paulmillr/es6-shim/blob/0.35.3/LICENSE
42
+ * Details and documentation:
43
+ * https://github.com/paulmillr/es6-shim/
44
+ */
45
+
46
+ /*!
47
+ * isobject <https://github.com/jonschlinkert/isobject>
48
+ *
49
+ * Copyright (c) 2014-2017, Jon Schlinkert.
50
+ * Released under the MIT License.
51
+ */
52
+
53
+ /*! *****************************************************************************
54
+ Copyright (c) Microsoft Corporation.
55
+
56
+ Permission to use, copy, modify, and/or distribute this software for any
57
+ purpose with or without fee is hereby granted.
58
+
59
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
60
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
61
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
62
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
63
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
64
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
65
+ PERFORMANCE OF THIS SOFTWARE.
66
+ ***************************************************************************** */
67
+
68
+ /**
69
+ * @license
70
+ * Copyright Google Inc. All Rights Reserved.
71
+ *
72
+ * Use of this source code is governed by an MIT-style license that can be
73
+ * found in the LICENSE file at https://angular.io/license
74
+ */
75
+
76
+ /**
77
+ * @license
78
+ * Copyright Google Inc. All Rights Reserved.
79
+ *
80
+ * Use of this source code is governed by an MIT-style license that can be
81
+ * found in the LICENSE file at https://angular.io/license
82
+ */
83
+
84
+ /**
85
+ * vue-class-component v7.2.6
86
+ * (c) 2015-present Evan You
87
+ * @license MIT
88
+ */
89
+
90
+ /** @license React v0.19.1
91
+ * scheduler.production.min.js
92
+ *
93
+ * Copyright (c) Facebook, Inc. and its affiliates.
94
+ *
95
+ * This source code is licensed under the MIT license found in the
96
+ * LICENSE file in the root directory of this source tree.
97
+ */
98
+
99
+ /** @license React v16.13.1
100
+ * react-is.production.min.js
101
+ *
102
+ * Copyright (c) Facebook, Inc. and its affiliates.
103
+ *
104
+ * This source code is licensed under the MIT license found in the
105
+ * LICENSE file in the root directory of this source tree.
106
+ */
107
+
108
+ /** @license React v16.14.0
109
+ * react-dom.production.min.js
110
+ *
111
+ * Copyright (c) Facebook, Inc. and its affiliates.
112
+ *
113
+ * This source code is licensed under the MIT license found in the
114
+ * LICENSE file in the root directory of this source tree.
115
+ */
116
+
117
+ /** @license React v16.14.0
118
+ * react.production.min.js
119
+ *
120
+ * Copyright (c) Facebook, Inc. and its affiliates.
121
+ *
122
+ * This source code is licensed under the MIT license found in the
123
+ * LICENSE file in the root directory of this source tree.
124
+ */
125
+
126
+ //! stable.js 0.1.8, https://github.com/Two-Screen/stable
127
+
128
+ //! © 2018 Angry Bytes and contributors. MIT licensed.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vendors~main.4d3a0ad4.iframe.bundle.js","sources":[],"mappings":";A","sourceRoot":""}
package/tsconfig.json CHANGED
@@ -15,7 +15,8 @@
15
15
  "baseUrl": ".",
16
16
  "types": [
17
17
  "webpack-env",
18
- "jest"
18
+ "jest",
19
+ "vuetify"
19
20
  ],
20
21
  "paths": {
21
22
  "@/*": [