@dhyasama/totem-models 6.1.0 → 6.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.
- package/lib/Organization.js +6 -0
- package/package.json +4 -4
- package/.npmignore +0 -14
- package/package-lock.json +0 -1854
package/lib/Organization.js
CHANGED
|
@@ -249,6 +249,12 @@ module.exports = function(mongoose, config) {
|
|
|
249
249
|
// Sets the order to render fields
|
|
250
250
|
order: { type: Number },
|
|
251
251
|
|
|
252
|
+
// Sets the number of columns for this property to span on the deals list
|
|
253
|
+
colspan: { type: Number, default: 1 },
|
|
254
|
+
|
|
255
|
+
// Optionally include as an option on the deal
|
|
256
|
+
showOnFilter: { type: Boolean, default: true },
|
|
257
|
+
|
|
252
258
|
// Optionally show or hide fields on deals list
|
|
253
259
|
// Fields are always shown on org pages and in edit forms
|
|
254
260
|
showOnList: { type: Boolean }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dhyasama/totem-models",
|
|
3
|
-
"version": "6.1
|
|
3
|
+
"version": "6.2.1",
|
|
4
4
|
"author": "Jason Reynolds",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"description": "Models for Totem platform",
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@dhyasama/ffvc-crypto": "^1.0.0",
|
|
16
16
|
"@dhyasama/ffvc-geoip": "^1.0.0",
|
|
17
|
-
"@dhyasama/ffvc-s3": "^1.
|
|
18
|
-
"@dhyasama/ffvc-utilities": "^2.
|
|
17
|
+
"@dhyasama/ffvc-s3": "^1.1.0",
|
|
18
|
+
"@dhyasama/ffvc-utilities": "^2.6.2",
|
|
19
19
|
"async": "^2.6.1",
|
|
20
20
|
"awesome-phonenumber": "^1.0.14",
|
|
21
21
|
"bcrypt": "^0.8.0",
|
|
22
22
|
"bluebird": "^3.5.3",
|
|
23
23
|
"escape-string-regexp": "^1.0.5",
|
|
24
|
-
"moment": "^2.
|
|
24
|
+
"moment": "^2.23.0",
|
|
25
25
|
"mongoose-deep-populate": "^3.0.0",
|
|
26
26
|
"mongoose-filter-denormalize": "^0.2.1",
|
|
27
27
|
"mongoose-post-find": "0.0.2",
|