@sprucelabs/heartwood-view-controllers 119.8.4 → 119.9.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/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listCell.schema.js +7 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/statusIndicator.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/statusIndicator.schema.js +26 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/statusIndicatorColors.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/statusIndicatorColors.schema.js +44 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeProps.schema.js +6 -0
- package/build/.spruce/schemas/schemas.types.d.ts +546 -425
- package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listCell.schema.js +7 -0
- package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/statusIndicator.schema.d.ts +3 -0
- package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/statusIndicator.schema.js +24 -0
- package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/statusIndicatorColors.schema.d.ts +3 -0
- package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/statusIndicatorColors.schema.js +42 -0
- package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeProps.schema.js +6 -0
- package/build/esm/.spruce/schemas/schemas.types.d.ts +546 -425
- package/build/esm/index.d.ts +2 -0
- package/build/esm/index.js +2 -0
- package/build/esm/schemas/v2021_02_11/cards/card.builder.d.ts +92 -0
- package/build/esm/schemas/v2021_02_11/cards/cardBody.builder.d.ts +69 -0
- package/build/esm/schemas/v2021_02_11/cards/cardHeader.builder.d.ts +23 -0
- package/build/esm/schemas/v2021_02_11/cards/cardSection.builder.d.ts +69 -0
- package/build/esm/schemas/v2021_02_11/dialog.builder.d.ts +92 -0
- package/build/esm/schemas/v2021_02_11/formSection.builder.d.ts +23 -0
- package/build/esm/schemas/v2021_02_11/forms/bigForm.builder.d.ts +23 -0
- package/build/esm/schemas/v2021_02_11/forms/form.builder.d.ts +23 -0
- package/build/esm/schemas/v2021_02_11/layout.builder.d.ts +92 -0
- package/build/esm/schemas/v2021_02_11/list.builder.d.ts +23 -0
- package/build/esm/schemas/v2021_02_11/listCell.builder.d.ts +23 -0
- package/build/esm/schemas/v2021_02_11/listCell.builder.js +8 -0
- package/build/esm/schemas/v2021_02_11/lockScreen.builder.d.ts +92 -0
- package/build/esm/schemas/v2021_02_11/skillView.builder.d.ts +92 -0
- package/build/esm/schemas/v2021_02_11/statusIndicator.builder.d.ts +18 -0
- package/build/esm/schemas/v2021_02_11/statusIndicator.builder.js +22 -0
- package/build/esm/schemas/v2021_02_11/statusIndicatorColors.builder.d.ts +7 -0
- package/build/esm/schemas/v2021_02_11/statusIndicatorColors.builder.js +13 -0
- package/build/esm/schemas/v2021_02_11/theme.builder.d.ts +10 -0
- package/build/esm/schemas/v2021_02_11/theme.builder.js +7 -0
- package/build/esm/schemas/v2021_02_11/toolBelt.builder.d.ts +92 -0
- package/build/esm/viewControllers/Login.vc.js +1 -0
- package/build/index.d.ts +2 -0
- package/build/index.js +6 -2
- package/build/schemas/v2021_02_11/cards/card.builder.d.ts +92 -0
- package/build/schemas/v2021_02_11/cards/cardBody.builder.d.ts +69 -0
- package/build/schemas/v2021_02_11/cards/cardHeader.builder.d.ts +23 -0
- package/build/schemas/v2021_02_11/cards/cardSection.builder.d.ts +69 -0
- package/build/schemas/v2021_02_11/dialog.builder.d.ts +92 -0
- package/build/schemas/v2021_02_11/formSection.builder.d.ts +23 -0
- package/build/schemas/v2021_02_11/forms/bigForm.builder.d.ts +23 -0
- package/build/schemas/v2021_02_11/forms/form.builder.d.ts +23 -0
- package/build/schemas/v2021_02_11/layout.builder.d.ts +92 -0
- package/build/schemas/v2021_02_11/list.builder.d.ts +23 -0
- package/build/schemas/v2021_02_11/listCell.builder.d.ts +23 -0
- package/build/schemas/v2021_02_11/listCell.builder.js +8 -0
- package/build/schemas/v2021_02_11/lockScreen.builder.d.ts +92 -0
- package/build/schemas/v2021_02_11/skillView.builder.d.ts +92 -0
- package/build/schemas/v2021_02_11/statusIndicator.builder.d.ts +18 -0
- package/build/schemas/v2021_02_11/statusIndicator.builder.js +24 -0
- package/build/schemas/v2021_02_11/statusIndicatorColors.builder.d.ts +7 -0
- package/build/schemas/v2021_02_11/statusIndicatorColors.builder.js +15 -0
- package/build/schemas/v2021_02_11/theme.builder.d.ts +10 -0
- package/build/schemas/v2021_02_11/theme.builder.js +7 -0
- package/build/schemas/v2021_02_11/toolBelt.builder.d.ts +92 -0
- package/build/viewControllers/Login.vc.js +1 -0
- package/package.json +2 -2
|
@@ -13,6 +13,7 @@ const listDateInput_schema_1 = __importDefault(require("./listDateInput.schema")
|
|
|
13
13
|
const listSelectInput_schema_1 = __importDefault(require("./listSelectInput.schema"));
|
|
14
14
|
const listToggleInput_schema_1 = __importDefault(require("./listToggleInput.schema"));
|
|
15
15
|
const listRatingsInput_schema_1 = __importDefault(require("./listRatingsInput.schema"));
|
|
16
|
+
const statusIndicator_schema_1 = __importDefault(require("./statusIndicator.schema"));
|
|
16
17
|
const listCellSchema = {
|
|
17
18
|
id: 'listCell',
|
|
18
19
|
version: 'v2021_02_11',
|
|
@@ -121,6 +122,12 @@ const listCellSchema = {
|
|
|
121
122
|
type: 'schema',
|
|
122
123
|
options: { schema: listRatingsInput_schema_1.default, }
|
|
123
124
|
},
|
|
125
|
+
/** Status indicator. */
|
|
126
|
+
'statusIndicator': {
|
|
127
|
+
label: 'Status indicator',
|
|
128
|
+
type: 'schema',
|
|
129
|
+
options: { schema: statusIndicator_schema_1.default, }
|
|
130
|
+
},
|
|
124
131
|
}
|
|
125
132
|
};
|
|
126
133
|
schema_1.SchemaRegistry.getInstance().trackSchema(listCellSchema);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const schema_1 = require("@sprucelabs/schema");
|
|
4
|
+
const statusIndicatorSchema = {
|
|
5
|
+
id: 'statusIndicator',
|
|
6
|
+
version: 'v2021_02_11',
|
|
7
|
+
namespace: 'HeartwoodViewControllers',
|
|
8
|
+
name: 'Status indicator',
|
|
9
|
+
moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers',
|
|
10
|
+
fields: {
|
|
11
|
+
/** Status. */
|
|
12
|
+
'status': {
|
|
13
|
+
label: 'Status',
|
|
14
|
+
type: 'select',
|
|
15
|
+
options: { choices: [{ "value": 1, "label": "Status 1" }, { "value": 2, "label": "Status 2" }, { "value": 3, "label": "Status 3" }, { "value": 4, "label": "Status 4" }, { "value": 5, "label": "Status 5" }], }
|
|
16
|
+
},
|
|
17
|
+
/** Hint. */
|
|
18
|
+
'hint': {
|
|
19
|
+
label: 'Hint',
|
|
20
|
+
type: 'text',
|
|
21
|
+
options: undefined
|
|
22
|
+
},
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
schema_1.SchemaRegistry.getInstance().trackSchema(statusIndicatorSchema);
|
|
26
|
+
exports.default = statusIndicatorSchema;
|
package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/statusIndicatorColors.schema.js
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const schema_1 = require("@sprucelabs/schema");
|
|
4
|
+
const statusIndicatorColorsSchema = {
|
|
5
|
+
id: 'statusIndicatorColors',
|
|
6
|
+
version: 'v2021_02_11',
|
|
7
|
+
namespace: 'HeartwoodViewControllers',
|
|
8
|
+
name: 'Status indicator colors',
|
|
9
|
+
moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers',
|
|
10
|
+
fields: {
|
|
11
|
+
/** Color 1. */
|
|
12
|
+
'color1': {
|
|
13
|
+
label: 'Color 1',
|
|
14
|
+
type: 'text',
|
|
15
|
+
options: undefined
|
|
16
|
+
},
|
|
17
|
+
/** Color 2. */
|
|
18
|
+
'color2': {
|
|
19
|
+
label: 'Color 2',
|
|
20
|
+
type: 'text',
|
|
21
|
+
options: undefined
|
|
22
|
+
},
|
|
23
|
+
/** Color 3. */
|
|
24
|
+
'color3': {
|
|
25
|
+
label: 'Color 3',
|
|
26
|
+
type: 'text',
|
|
27
|
+
options: undefined
|
|
28
|
+
},
|
|
29
|
+
/** Color 4. */
|
|
30
|
+
'color4': {
|
|
31
|
+
label: 'Color 4',
|
|
32
|
+
type: 'text',
|
|
33
|
+
options: undefined
|
|
34
|
+
},
|
|
35
|
+
/** Color 5. */
|
|
36
|
+
'color5': {
|
|
37
|
+
label: 'Color 5',
|
|
38
|
+
type: 'text',
|
|
39
|
+
options: undefined
|
|
40
|
+
},
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
schema_1.SchemaRegistry.getInstance().trackSchema(statusIndicatorColorsSchema);
|
|
44
|
+
exports.default = statusIndicatorColorsSchema;
|
|
@@ -5,6 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const schema_1 = require("@sprucelabs/schema");
|
|
7
7
|
const calendarEventColors_schema_1 = __importDefault(require("./calendarEventColors.schema"));
|
|
8
|
+
const statusIndicatorColors_schema_1 = __importDefault(require("./statusIndicatorColors.schema"));
|
|
8
9
|
const themePropsSchema = {
|
|
9
10
|
id: 'themeProps',
|
|
10
11
|
version: 'v2021_02_11',
|
|
@@ -191,6 +192,11 @@ const themePropsSchema = {
|
|
|
191
192
|
hint: 'The url of the icon to show in the footer. Must be publicly served in some way',
|
|
192
193
|
options: undefined
|
|
193
194
|
},
|
|
195
|
+
/** . */
|
|
196
|
+
'statusIndicators': {
|
|
197
|
+
type: 'schema',
|
|
198
|
+
options: { schema: statusIndicatorColors_schema_1.default, }
|
|
199
|
+
},
|
|
194
200
|
}
|
|
195
201
|
};
|
|
196
202
|
schema_1.SchemaRegistry.getInstance().trackSchema(themePropsSchema);
|