@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.
Files changed (63) hide show
  1. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listCell.schema.js +7 -0
  2. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/statusIndicator.schema.d.ts +3 -0
  3. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/statusIndicator.schema.js +26 -0
  4. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/statusIndicatorColors.schema.d.ts +3 -0
  5. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/statusIndicatorColors.schema.js +44 -0
  6. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeProps.schema.js +6 -0
  7. package/build/.spruce/schemas/schemas.types.d.ts +546 -425
  8. package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listCell.schema.js +7 -0
  9. package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/statusIndicator.schema.d.ts +3 -0
  10. package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/statusIndicator.schema.js +24 -0
  11. package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/statusIndicatorColors.schema.d.ts +3 -0
  12. package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/statusIndicatorColors.schema.js +42 -0
  13. package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeProps.schema.js +6 -0
  14. package/build/esm/.spruce/schemas/schemas.types.d.ts +546 -425
  15. package/build/esm/index.d.ts +2 -0
  16. package/build/esm/index.js +2 -0
  17. package/build/esm/schemas/v2021_02_11/cards/card.builder.d.ts +92 -0
  18. package/build/esm/schemas/v2021_02_11/cards/cardBody.builder.d.ts +69 -0
  19. package/build/esm/schemas/v2021_02_11/cards/cardHeader.builder.d.ts +23 -0
  20. package/build/esm/schemas/v2021_02_11/cards/cardSection.builder.d.ts +69 -0
  21. package/build/esm/schemas/v2021_02_11/dialog.builder.d.ts +92 -0
  22. package/build/esm/schemas/v2021_02_11/formSection.builder.d.ts +23 -0
  23. package/build/esm/schemas/v2021_02_11/forms/bigForm.builder.d.ts +23 -0
  24. package/build/esm/schemas/v2021_02_11/forms/form.builder.d.ts +23 -0
  25. package/build/esm/schemas/v2021_02_11/layout.builder.d.ts +92 -0
  26. package/build/esm/schemas/v2021_02_11/list.builder.d.ts +23 -0
  27. package/build/esm/schemas/v2021_02_11/listCell.builder.d.ts +23 -0
  28. package/build/esm/schemas/v2021_02_11/listCell.builder.js +8 -0
  29. package/build/esm/schemas/v2021_02_11/lockScreen.builder.d.ts +92 -0
  30. package/build/esm/schemas/v2021_02_11/skillView.builder.d.ts +92 -0
  31. package/build/esm/schemas/v2021_02_11/statusIndicator.builder.d.ts +18 -0
  32. package/build/esm/schemas/v2021_02_11/statusIndicator.builder.js +22 -0
  33. package/build/esm/schemas/v2021_02_11/statusIndicatorColors.builder.d.ts +7 -0
  34. package/build/esm/schemas/v2021_02_11/statusIndicatorColors.builder.js +13 -0
  35. package/build/esm/schemas/v2021_02_11/theme.builder.d.ts +10 -0
  36. package/build/esm/schemas/v2021_02_11/theme.builder.js +7 -0
  37. package/build/esm/schemas/v2021_02_11/toolBelt.builder.d.ts +92 -0
  38. package/build/esm/viewControllers/Login.vc.js +1 -0
  39. package/build/index.d.ts +2 -0
  40. package/build/index.js +6 -2
  41. package/build/schemas/v2021_02_11/cards/card.builder.d.ts +92 -0
  42. package/build/schemas/v2021_02_11/cards/cardBody.builder.d.ts +69 -0
  43. package/build/schemas/v2021_02_11/cards/cardHeader.builder.d.ts +23 -0
  44. package/build/schemas/v2021_02_11/cards/cardSection.builder.d.ts +69 -0
  45. package/build/schemas/v2021_02_11/dialog.builder.d.ts +92 -0
  46. package/build/schemas/v2021_02_11/formSection.builder.d.ts +23 -0
  47. package/build/schemas/v2021_02_11/forms/bigForm.builder.d.ts +23 -0
  48. package/build/schemas/v2021_02_11/forms/form.builder.d.ts +23 -0
  49. package/build/schemas/v2021_02_11/layout.builder.d.ts +92 -0
  50. package/build/schemas/v2021_02_11/list.builder.d.ts +23 -0
  51. package/build/schemas/v2021_02_11/listCell.builder.d.ts +23 -0
  52. package/build/schemas/v2021_02_11/listCell.builder.js +8 -0
  53. package/build/schemas/v2021_02_11/lockScreen.builder.d.ts +92 -0
  54. package/build/schemas/v2021_02_11/skillView.builder.d.ts +92 -0
  55. package/build/schemas/v2021_02_11/statusIndicator.builder.d.ts +18 -0
  56. package/build/schemas/v2021_02_11/statusIndicator.builder.js +24 -0
  57. package/build/schemas/v2021_02_11/statusIndicatorColors.builder.d.ts +7 -0
  58. package/build/schemas/v2021_02_11/statusIndicatorColors.builder.js +15 -0
  59. package/build/schemas/v2021_02_11/theme.builder.d.ts +10 -0
  60. package/build/schemas/v2021_02_11/theme.builder.js +7 -0
  61. package/build/schemas/v2021_02_11/toolBelt.builder.d.ts +92 -0
  62. package/build/viewControllers/Login.vc.js +1 -0
  63. 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,3 @@
1
+ import { SpruceSchemas } from '../../schemas.types';
2
+ declare const statusIndicatorSchema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.StatusIndicatorSchema;
3
+ export default statusIndicatorSchema;
@@ -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;
@@ -0,0 +1,3 @@
1
+ import { SpruceSchemas } from '../../schemas.types';
2
+ declare const statusIndicatorColorsSchema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.StatusIndicatorColorsSchema;
3
+ export default statusIndicatorColorsSchema;
@@ -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);