@sprucelabs/heartwood-view-controllers 111.1.38 → 111.1.39

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/dropdownButton.schema.js +1 -1
  2. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/navigationButton.schema.js +3 -3
  3. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/navigationButtonDropdown.schema.d.ts +3 -0
  4. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/navigationButtonDropdown.schema.js +35 -0
  5. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/navigationDropdownButton.schema.d.ts +3 -0
  6. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/navigationDropdownButton.schema.js +121 -0
  7. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/permissionContractReference.schema.js +1 -1
  8. package/build/.spruce/schemas/schemas.types.d.ts +1546 -490
  9. package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/dropdownButton.schema.js +1 -1
  10. package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/navigationButton.schema.js +3 -3
  11. package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/navigationButtonDropdown.schema.d.ts +3 -0
  12. package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/navigationButtonDropdown.schema.js +30 -0
  13. package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/navigationDropdownButton.schema.d.ts +3 -0
  14. package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/navigationDropdownButton.schema.js +116 -0
  15. package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/permissionContractReference.schema.js +1 -1
  16. package/build/esm/.spruce/schemas/schemas.types.d.ts +1546 -490
  17. package/build/esm/index.d.ts +2 -0
  18. package/build/esm/index.js +2 -0
  19. package/build/esm/schemas/v2021_02_11/button.builder.d.ts +1 -0
  20. package/build/esm/schemas/v2021_02_11/cards/card.builder.d.ts +3 -0
  21. package/build/esm/schemas/v2021_02_11/cards/cardBody.builder.d.ts +2 -0
  22. package/build/esm/schemas/v2021_02_11/cards/cardSection.builder.d.ts +2 -0
  23. package/build/esm/schemas/v2021_02_11/dialog.builder.d.ts +3 -0
  24. package/build/esm/schemas/v2021_02_11/dropdown.builder.d.ts +1 -0
  25. package/build/esm/schemas/v2021_02_11/dropdown.builder.js +2 -11
  26. package/build/esm/schemas/v2021_02_11/dropdownButton.builder.d.ts +14 -0
  27. package/build/esm/schemas/v2021_02_11/dropdownButton.builder.js +13 -0
  28. package/build/esm/schemas/v2021_02_11/layout.builder.d.ts +3 -0
  29. package/build/esm/schemas/v2021_02_11/map.builder.d.ts +1 -0
  30. package/build/esm/schemas/v2021_02_11/navigation.builder.d.ts +30 -12
  31. package/build/esm/schemas/v2021_02_11/navigation.builder.js +3 -58
  32. package/build/esm/schemas/v2021_02_11/navigationButton.builder.d.ts +511 -0
  33. package/build/esm/schemas/v2021_02_11/navigationButton.builder.js +56 -0
  34. package/build/esm/schemas/v2021_02_11/navigationDropdownButton.builder.d.ts +31 -0
  35. package/build/esm/schemas/v2021_02_11/navigationDropdownButton.builder.js +13 -0
  36. package/build/esm/schemas/v2021_02_11/permissionContractReference.builder.d.ts +13 -0
  37. package/build/esm/schemas/v2021_02_11/permissionContractReference.builder.js +13 -0
  38. package/build/esm/schemas/v2021_02_11/skillView.builder.d.ts +3 -0
  39. package/build/esm/schemas/v2021_02_11/toolBelt.builder.d.ts +3 -0
  40. package/build/index.d.ts +2 -0
  41. package/build/index.js +5 -1
  42. package/build/schemas/v2021_02_11/button.builder.d.ts +1 -0
  43. package/build/schemas/v2021_02_11/cards/card.builder.d.ts +3 -0
  44. package/build/schemas/v2021_02_11/cards/cardBody.builder.d.ts +2 -0
  45. package/build/schemas/v2021_02_11/cards/cardSection.builder.d.ts +2 -0
  46. package/build/schemas/v2021_02_11/dialog.builder.d.ts +3 -0
  47. package/build/schemas/v2021_02_11/dropdown.builder.d.ts +1 -0
  48. package/build/schemas/v2021_02_11/dropdown.builder.js +5 -14
  49. package/build/schemas/v2021_02_11/dropdownButton.builder.d.ts +14 -0
  50. package/build/schemas/v2021_02_11/dropdownButton.builder.js +18 -0
  51. package/build/schemas/v2021_02_11/layout.builder.d.ts +3 -0
  52. package/build/schemas/v2021_02_11/map.builder.d.ts +1 -0
  53. package/build/schemas/v2021_02_11/navigation.builder.d.ts +30 -12
  54. package/build/schemas/v2021_02_11/navigation.builder.js +2 -67
  55. package/build/schemas/v2021_02_11/navigationButton.builder.d.ts +511 -0
  56. package/build/schemas/v2021_02_11/navigationButton.builder.js +74 -0
  57. package/build/schemas/v2021_02_11/navigationDropdownButton.builder.d.ts +31 -0
  58. package/build/schemas/v2021_02_11/navigationDropdownButton.builder.js +21 -0
  59. package/build/schemas/v2021_02_11/permissionContractReference.builder.d.ts +13 -0
  60. package/build/schemas/v2021_02_11/permissionContractReference.builder.js +15 -0
  61. package/build/schemas/v2021_02_11/skillView.builder.d.ts +3 -0
  62. package/build/schemas/v2021_02_11/toolBelt.builder.d.ts +3 -0
  63. package/package.json +1 -1
@@ -2020,6 +2020,156 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
2020
2020
  interface SprucebotTypedMessageEntity extends SchemaEntity<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.SprucebotTypedMessageSchema> {
2021
2021
  }
2022
2022
  }
2023
+ namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
2024
+ interface SkillView {
2025
+ 'id'?: string | undefined | null;
2026
+ /** Controller. */
2027
+ 'controller'?: (HeartwoodTypes.SkillViewController) | undefined | null;
2028
+ /** Center vertically. */
2029
+ 'shouldCenterVertically'?: boolean | undefined | null;
2030
+ /** Full screen. */
2031
+ 'isFullScreen'?: boolean | undefined | null;
2032
+ 'title'?: string | undefined | null;
2033
+ 'subtitle'?: string | undefined | null;
2034
+ 'description'?: string | undefined | null;
2035
+ /** Layout. */
2036
+ 'layouts'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Layout[] | undefined | null;
2037
+ 'leftCards'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Card[] | undefined | null;
2038
+ 'rightCards'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Card[] | undefined | null;
2039
+ 'topCards'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Card[] | undefined | null;
2040
+ 'cards'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Card[] | undefined | null;
2041
+ 'bottomCards'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Card[] | undefined | null;
2042
+ 'layout'?: ("big-left" | "big-right" | "big-top" | "big-top-left" | "grid") | undefined | null;
2043
+ }
2044
+ interface SkillViewSchema extends SpruceSchema.Schema {
2045
+ id: 'skillView';
2046
+ version: 'v2021_02_11';
2047
+ namespace: 'HeartwoodViewControllers';
2048
+ name: 'Skill view';
2049
+ moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers';
2050
+ fields: {
2051
+ /** . */
2052
+ 'id': {
2053
+ type: 'id';
2054
+ isPrivate: true;
2055
+ options: undefined;
2056
+ };
2057
+ /** Controller. */
2058
+ 'controller': {
2059
+ label: 'Controller';
2060
+ type: 'raw';
2061
+ options: {
2062
+ valueType: `HeartwoodTypes.SkillViewController`;
2063
+ };
2064
+ };
2065
+ /** Center vertically. */
2066
+ 'shouldCenterVertically': {
2067
+ label: 'Center vertically';
2068
+ type: 'boolean';
2069
+ defaultValue: false;
2070
+ options: undefined;
2071
+ };
2072
+ /** Full screen. */
2073
+ 'isFullScreen': {
2074
+ label: 'Full screen';
2075
+ type: 'boolean';
2076
+ options: undefined;
2077
+ };
2078
+ /** . */
2079
+ 'title': {
2080
+ type: 'text';
2081
+ options: undefined;
2082
+ };
2083
+ /** . */
2084
+ 'subtitle': {
2085
+ type: 'text';
2086
+ options: undefined;
2087
+ };
2088
+ /** . */
2089
+ 'description': {
2090
+ type: 'text';
2091
+ options: undefined;
2092
+ };
2093
+ /** Layout. */
2094
+ 'layouts': {
2095
+ label: 'Layout';
2096
+ type: 'schema';
2097
+ isArray: true;
2098
+ options: {
2099
+ schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.LayoutSchema;
2100
+ };
2101
+ };
2102
+ /** . */
2103
+ 'leftCards': {
2104
+ type: 'schema';
2105
+ isArray: true;
2106
+ minArrayLength: 0;
2107
+ options: {
2108
+ schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardSchema;
2109
+ };
2110
+ };
2111
+ /** . */
2112
+ 'rightCards': {
2113
+ type: 'schema';
2114
+ isArray: true;
2115
+ minArrayLength: 0;
2116
+ options: {
2117
+ schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardSchema;
2118
+ };
2119
+ };
2120
+ /** . */
2121
+ 'topCards': {
2122
+ type: 'schema';
2123
+ isArray: true;
2124
+ minArrayLength: 0;
2125
+ options: {
2126
+ schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardSchema;
2127
+ };
2128
+ };
2129
+ /** . */
2130
+ 'cards': {
2131
+ type: 'schema';
2132
+ isArray: true;
2133
+ minArrayLength: 0;
2134
+ options: {
2135
+ schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardSchema;
2136
+ };
2137
+ };
2138
+ /** . */
2139
+ 'bottomCards': {
2140
+ type: 'schema';
2141
+ isArray: true;
2142
+ options: {
2143
+ schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardSchema;
2144
+ };
2145
+ };
2146
+ /** . */
2147
+ 'layout': {
2148
+ type: 'select';
2149
+ options: {
2150
+ choices: [{
2151
+ "value": "big-left";
2152
+ "label": "Big left";
2153
+ }, {
2154
+ "value": "big-right";
2155
+ "label": "Big right";
2156
+ }, {
2157
+ "value": "big-top";
2158
+ "label": "Big top";
2159
+ }, {
2160
+ "value": "big-top-left";
2161
+ "label": "Big top left";
2162
+ }, {
2163
+ "value": "grid";
2164
+ "label": "Grid";
2165
+ }];
2166
+ };
2167
+ };
2168
+ };
2169
+ }
2170
+ interface SkillViewEntity extends SchemaEntity<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.SkillViewSchema> {
2171
+ }
2172
+ }
2023
2173
  namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
2024
2174
  interface SelectInput {
2025
2175
  'id'?: string | undefined | null;
@@ -2672,56 +2822,57 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
2672
2822
  }
2673
2823
  }
2674
2824
  namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
2675
- interface Navigation {
2676
- /** Render button labels. Should the button labels be rendered? */
2677
- 'shouldRenderButtonLabels'?: boolean | undefined | null;
2678
- /** Is visible. Should the navigation be visible? Defaults to true. */
2679
- 'isVisible'?: boolean | undefined | null;
2680
- /** Controller. */
2681
- 'controller'?: (HeartwoodTypes.ViewController<HeartwoodTypes.Navigation>) | undefined | null;
2682
- 'buttons'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.NavigationButton[] | undefined | null;
2825
+ interface NavigationButtonDropdown {
2826
+ /** Position. */
2827
+ 'position'?: ("top" | "right" | "bottom" | "left") | undefined | null;
2828
+ 'items'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.NavigationDropdownButton[] | undefined | null;
2829
+ 'card'?: (HeartwoodTypes.Card) | undefined | null;
2683
2830
  }
2684
- interface NavigationSchema extends SpruceSchema.Schema {
2685
- id: 'navigation';
2831
+ interface NavigationButtonDropdownSchema extends SpruceSchema.Schema {
2832
+ id: 'navigationButtonDropdown';
2686
2833
  version: 'v2021_02_11';
2687
2834
  namespace: 'HeartwoodViewControllers';
2688
- name: 'Navigation';
2689
- importsWhenRemote: ['import * as MercuryTypes from \'@sprucelabs/mercury-types\''];
2835
+ name: '';
2690
2836
  moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers';
2691
2837
  fields: {
2692
- /** Render button labels. Should the button labels be rendered? */
2693
- 'shouldRenderButtonLabels': {
2694
- label: 'Render button labels';
2695
- type: 'boolean';
2696
- hint: 'Should the button labels be rendered?';
2697
- options: undefined;
2698
- };
2699
- /** Is visible. Should the navigation be visible? Defaults to true. */
2700
- 'isVisible': {
2701
- label: 'Is visible';
2702
- type: 'boolean';
2703
- hint: 'Should the navigation be visible? Defaults to true.';
2704
- options: undefined;
2705
- };
2706
- /** Controller. */
2707
- 'controller': {
2708
- label: 'Controller';
2709
- type: 'raw';
2838
+ /** Position. */
2839
+ 'position': {
2840
+ label: 'Position';
2841
+ type: 'select';
2710
2842
  options: {
2711
- valueType: `HeartwoodTypes.ViewController<HeartwoodTypes.Navigation>`;
2843
+ choices: [{
2844
+ "label": "Top";
2845
+ "value": "top";
2846
+ }, {
2847
+ "label": "Right";
2848
+ "value": "right";
2849
+ }, {
2850
+ "label": "Bottom";
2851
+ "value": "bottom";
2852
+ }, {
2853
+ "label": "Left";
2854
+ "value": "left";
2855
+ }];
2712
2856
  };
2713
2857
  };
2714
2858
  /** . */
2715
- 'buttons': {
2859
+ 'items': {
2716
2860
  type: 'schema';
2717
2861
  isArray: true;
2718
2862
  options: {
2719
- schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.NavigationButtonSchema;
2863
+ schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.NavigationDropdownButtonSchema;
2864
+ };
2865
+ };
2866
+ /** . */
2867
+ 'card': {
2868
+ type: 'raw';
2869
+ options: {
2870
+ valueType: `HeartwoodTypes.Card`;
2720
2871
  };
2721
2872
  };
2722
2873
  };
2723
2874
  }
2724
- interface NavigationEntity extends SchemaEntity<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.NavigationSchema> {
2875
+ interface NavigationButtonDropdownEntity extends SchemaEntity<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.NavigationButtonDropdownSchema> {
2725
2876
  }
2726
2877
  }
2727
2878
  namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
@@ -2764,7 +2915,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
2764
2915
  id: 'permissionContractReference';
2765
2916
  version: 'v2021_02_11';
2766
2917
  namespace: 'HeartwoodViewControllers';
2767
- name: '';
2918
+ name: 'Permission contract reference';
2768
2919
  moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers';
2769
2920
  fields: {
2770
2921
  /** . */
@@ -2794,13 +2945,13 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
2794
2945
  /** Click handler. */
2795
2946
  'onClick'?: (() => Promise<any> | any) | undefined | null;
2796
2947
  /** Dropdown. */
2797
- 'dropdown'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Dropdown | undefined | null;
2948
+ 'dropdown'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.NavigationButtonDropdown | undefined | null;
2798
2949
  }
2799
2950
  interface NavigationButtonSchema extends SpruceSchema.Schema {
2800
2951
  id: 'navigationButton';
2801
2952
  version: 'v2021_02_11';
2802
2953
  namespace: 'HeartwoodViewControllers';
2803
- name: '';
2954
+ name: 'Navigation button';
2804
2955
  moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers';
2805
2956
  fields: {
2806
2957
  /** Line icon. */
@@ -3270,7 +3421,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
3270
3421
  label: 'Dropdown';
3271
3422
  type: 'schema';
3272
3423
  options: {
3273
- schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.DropdownSchema;
3424
+ schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.NavigationButtonDropdownSchema;
3274
3425
  };
3275
3426
  };
3276
3427
  };
@@ -3279,38 +3430,1093 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
3279
3430
  }
3280
3431
  }
3281
3432
  namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
3282
- interface LineIcon {
3283
- /** Name. */
3284
- 'name': ("add-circle" | "add-square" | "add" | "alarm" | "arrow-back" | "arrow-down-circle" | "arrow-down" | "arrow-next" | "arrow-up-circle" | "arrow-up" | "attachment" | "award-badge" | "binoculars" | "bolt" | "book-open" | "book" | "bookmark" | "calendar-add" | "calendar" | "camera" | "cellphone" | "checkmark" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close-circle" | "close-square" | "close" | "code" | "coffee" | "command" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "crop" | "delete" | "document-blank" | "document-new" | "document-text" | "download-cloud" | "download" | "edit-box" | "edit-line" | "email" | "emoji-happy" | "emoji-sad" | "external-link" | "fav-heart" | "flag" | "flip-01" | "flip-02" | "folder" | "globe" | "hash-tag" | "headphones" | "help-buoy" | "help-circle" | "home" | "info" | "jump" | "layers" | "link-angle" | "link-flat" | "loader" | "location-pin" | "lock" | "map" | "message-circle" | "message-square" | "mic-off" | "mic-on" | "minus-circle" | "minus-square" | "money-sign" | "more-horizontal" | "more-vertical" | "notification-off" | "notification-on" | "object" | "pause-circle" | "phone-unavailable" | "phone" | "photo" | "picked" | "play-circle" | "present" | "refresh-circle" | "refresh" | "repeat" | "restricted" | "rotate" | "search-no" | "search" | "selector-checked" | "selector-circle-filled" | "selector-circle" | "send" | "settings-filled" | "settings" | "share" | "shopping-bag" | "shopping-cart" | "sort-filter-down" | "sort-filter-up" | "sound-off" | "sound-on" | "sprucebot" | "star-filled" | "star" | "sun" | "tag" | "time" | "tool" | "trending-down" | "trending-up" | "triangle" | "unlock" | "upload-cloud" | "upload" | "user-add" | "user-delete" | "user" | "users" | "video-off" | "video" | "warning" | "wifi" | "zoom-in" | "zoom-out");
3433
+ interface Navigation {
3434
+ /** Render button labels. Should the button labels be rendered? */
3435
+ 'shouldRenderButtonLabels'?: boolean | undefined | null;
3436
+ /** Is visible. Should the navigation be visible? Defaults to true. */
3437
+ 'isVisible'?: boolean | undefined | null;
3438
+ /** Controller. */
3439
+ 'controller'?: (HeartwoodTypes.ViewController<HeartwoodTypes.Navigation>) | undefined | null;
3440
+ 'buttons'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.NavigationButton[] | undefined | null;
3285
3441
  }
3286
- interface LineIconSchema extends SpruceSchema.Schema {
3287
- id: 'lineIcon';
3442
+ interface NavigationSchema extends SpruceSchema.Schema {
3443
+ id: 'navigation';
3288
3444
  version: 'v2021_02_11';
3289
3445
  namespace: 'HeartwoodViewControllers';
3290
- name: 'Line icon';
3446
+ name: 'Navigation';
3447
+ importsWhenRemote: ['import * as MercuryTypes from \'@sprucelabs/mercury-types\''];
3291
3448
  moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers';
3292
3449
  fields: {
3293
- /** Name. */
3294
- 'name': {
3295
- label: 'Name';
3296
- type: 'select';
3297
- isRequired: true;
3298
- options: {
3299
- choices: [{
3300
- "value": "add-circle";
3301
- "label": "add-circle";
3302
- }, {
3303
- "value": "add-square";
3304
- "label": "add-square";
3305
- }, {
3306
- "value": "add";
3307
- "label": "add";
3308
- }, {
3309
- "value": "alarm";
3310
- "label": "alarm";
3311
- }, {
3312
- "value": "arrow-back";
3313
- "label": "arrow-back";
3450
+ /** Render button labels. Should the button labels be rendered? */
3451
+ 'shouldRenderButtonLabels': {
3452
+ label: 'Render button labels';
3453
+ type: 'boolean';
3454
+ hint: 'Should the button labels be rendered?';
3455
+ options: undefined;
3456
+ };
3457
+ /** Is visible. Should the navigation be visible? Defaults to true. */
3458
+ 'isVisible': {
3459
+ label: 'Is visible';
3460
+ type: 'boolean';
3461
+ hint: 'Should the navigation be visible? Defaults to true.';
3462
+ options: undefined;
3463
+ };
3464
+ /** Controller. */
3465
+ 'controller': {
3466
+ label: 'Controller';
3467
+ type: 'raw';
3468
+ options: {
3469
+ valueType: `HeartwoodTypes.ViewController<HeartwoodTypes.Navigation>`;
3470
+ };
3471
+ };
3472
+ /** . */
3473
+ 'buttons': {
3474
+ type: 'schema';
3475
+ isArray: true;
3476
+ options: {
3477
+ schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.NavigationButtonSchema;
3478
+ };
3479
+ };
3480
+ };
3481
+ }
3482
+ interface NavigationEntity extends SchemaEntity<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.NavigationSchema> {
3483
+ }
3484
+ }
3485
+ namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
3486
+ interface NavigationDropdownButton {
3487
+ 'id'?: string | undefined | null;
3488
+ /** Label. */
3489
+ 'label'?: string | undefined | null;
3490
+ 'controller'?: (HeartwoodTypes.ButtonController) | undefined | null;
3491
+ /** Selected. */
3492
+ 'isSelected'?: boolean | undefined | null;
3493
+ /** Selected. */
3494
+ 'isEnabled'?: boolean | undefined | null;
3495
+ /** Add to fade-in queue.. Fade in effect could change. */
3496
+ 'shouldQueueShow'?: boolean | undefined | null;
3497
+ /** Show hint icon. */
3498
+ 'shouldShowHintIcon'?: boolean | undefined | null;
3499
+ /** Click handler for hint icon. */
3500
+ 'onClickHintIcon'?: (() => Promise<any> | any) | undefined | null;
3501
+ 'hint'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Text | undefined | null;
3502
+ /** Type. */
3503
+ 'type'?: ("primary" | "secondary" | "destructive") | undefined | null;
3504
+ /** Image. */
3505
+ 'image'?: string | undefined | null;
3506
+ /** Avatar. */
3507
+ 'avatar'?: string | undefined | null;
3508
+ /** Line icon. */
3509
+ 'lineIcon'?: ("add-circle" | "add-square" | "add" | "alarm" | "arrow-back" | "arrow-down-circle" | "arrow-down" | "arrow-next" | "arrow-up-circle" | "arrow-up" | "attachment" | "award-badge" | "binoculars" | "bolt" | "book-open" | "book" | "bookmark" | "calendar-add" | "calendar" | "camera" | "cellphone" | "checkmark" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close-circle" | "close-square" | "close" | "code" | "coffee" | "command" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "crop" | "delete" | "document-blank" | "document-new" | "document-text" | "download-cloud" | "download" | "edit-box" | "edit-line" | "email" | "emoji-happy" | "emoji-sad" | "external-link" | "fav-heart" | "flag" | "flip-01" | "flip-02" | "folder" | "globe" | "hash-tag" | "headphones" | "help-buoy" | "help-circle" | "home" | "info" | "jump" | "layers" | "link-angle" | "link-flat" | "loader" | "location-pin" | "lock" | "map" | "message-circle" | "message-square" | "mic-off" | "mic-on" | "minus-circle" | "minus-square" | "money-sign" | "more-horizontal" | "more-vertical" | "notification-off" | "notification-on" | "object" | "pause-circle" | "phone-unavailable" | "phone" | "photo" | "picked" | "play-circle" | "present" | "refresh-circle" | "refresh" | "repeat" | "restricted" | "rotate" | "search-no" | "search" | "selector-checked" | "selector-circle-filled" | "selector-circle" | "send" | "settings-filled" | "settings" | "share" | "shopping-bag" | "shopping-cart" | "sort-filter-down" | "sort-filter-up" | "sound-off" | "sound-on" | "sprucebot" | "star-filled" | "star" | "sun" | "tag" | "time" | "tool" | "trending-down" | "trending-up" | "triangle" | "unlock" | "upload-cloud" | "upload" | "user-add" | "user-delete" | "user" | "users" | "video-off" | "video" | "warning" | "wifi" | "zoom-in" | "zoom-out") | undefined | null;
3510
+ /** Selected line icon. Only applies when the button is selected. Will override line icon if one is set. */
3511
+ 'selectedLineIcon'?: ("add-circle" | "add-square" | "add" | "alarm" | "arrow-back" | "arrow-down-circle" | "arrow-down" | "arrow-next" | "arrow-up-circle" | "arrow-up" | "attachment" | "award-badge" | "binoculars" | "bolt" | "book-open" | "book" | "bookmark" | "calendar-add" | "calendar" | "camera" | "cellphone" | "checkmark" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close-circle" | "close-square" | "close" | "code" | "coffee" | "command" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "crop" | "delete" | "document-blank" | "document-new" | "document-text" | "download-cloud" | "download" | "edit-box" | "edit-line" | "email" | "emoji-happy" | "emoji-sad" | "external-link" | "fav-heart" | "flag" | "flip-01" | "flip-02" | "folder" | "globe" | "hash-tag" | "headphones" | "help-buoy" | "help-circle" | "home" | "info" | "jump" | "layers" | "link-angle" | "link-flat" | "loader" | "location-pin" | "lock" | "map" | "message-circle" | "message-square" | "mic-off" | "mic-on" | "minus-circle" | "minus-square" | "money-sign" | "more-horizontal" | "more-vertical" | "notification-off" | "notification-on" | "object" | "pause-circle" | "phone-unavailable" | "phone" | "photo" | "picked" | "play-circle" | "present" | "refresh-circle" | "refresh" | "repeat" | "restricted" | "rotate" | "search-no" | "search" | "selector-checked" | "selector-circle-filled" | "selector-circle" | "send" | "settings-filled" | "settings" | "share" | "shopping-bag" | "shopping-cart" | "sort-filter-down" | "sort-filter-up" | "sound-off" | "sound-on" | "sprucebot" | "star-filled" | "star" | "sun" | "tag" | "time" | "tool" | "trending-down" | "trending-up" | "triangle" | "unlock" | "upload-cloud" | "upload" | "user-add" | "user-delete" | "user" | "users" | "video-off" | "video" | "warning" | "wifi" | "zoom-in" | "zoom-out") | undefined | null;
3512
+ /** Line icon position. */
3513
+ 'lineIconPosition'?: ("left" | "bottom") | undefined | null;
3514
+ /** Click handler. */
3515
+ 'onClick'?: ((dropdown: HeartwoodTypes.DropdownController) => Promise<void> | void) | undefined | null;
3516
+ 'viewPermissionContract'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.PermissionContractReference | undefined | null;
3517
+ }
3518
+ interface NavigationDropdownButtonSchema extends SpruceSchema.Schema {
3519
+ id: 'navigationDropdownButton';
3520
+ version: 'v2021_02_11';
3521
+ namespace: 'HeartwoodViewControllers';
3522
+ name: 'Navigation dropdown button';
3523
+ moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers';
3524
+ fields: {
3525
+ /** . */
3526
+ 'id': {
3527
+ type: 'id';
3528
+ options: undefined;
3529
+ };
3530
+ /** Label. */
3531
+ 'label': {
3532
+ label: 'Label';
3533
+ type: 'text';
3534
+ options: undefined;
3535
+ };
3536
+ /** . */
3537
+ 'controller': {
3538
+ type: 'raw';
3539
+ options: {
3540
+ valueType: `HeartwoodTypes.ButtonController`;
3541
+ };
3542
+ };
3543
+ /** Selected. */
3544
+ 'isSelected': {
3545
+ label: 'Selected';
3546
+ type: 'boolean';
3547
+ options: undefined;
3548
+ };
3549
+ /** Selected. */
3550
+ 'isEnabled': {
3551
+ label: 'Selected';
3552
+ type: 'boolean';
3553
+ defaultValue: true;
3554
+ options: undefined;
3555
+ };
3556
+ /** Add to fade-in queue.. Fade in effect could change. */
3557
+ 'shouldQueueShow': {
3558
+ label: 'Add to fade-in queue.';
3559
+ type: 'boolean';
3560
+ hint: 'Fade in effect could change.';
3561
+ options: undefined;
3562
+ };
3563
+ /** Show hint icon. */
3564
+ 'shouldShowHintIcon': {
3565
+ label: 'Show hint icon';
3566
+ type: 'boolean';
3567
+ options: undefined;
3568
+ };
3569
+ /** Click handler for hint icon. */
3570
+ 'onClickHintIcon': {
3571
+ label: 'Click handler for hint icon';
3572
+ type: 'raw';
3573
+ options: {
3574
+ valueType: `() => Promise<any> | any`;
3575
+ };
3576
+ };
3577
+ /** . */
3578
+ 'hint': {
3579
+ type: 'schema';
3580
+ options: {
3581
+ schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.TextSchema;
3582
+ };
3583
+ };
3584
+ /** Type. */
3585
+ 'type': {
3586
+ label: 'Type';
3587
+ type: 'select';
3588
+ defaultValue: "secondary";
3589
+ options: {
3590
+ choices: [{
3591
+ "value": "primary";
3592
+ "label": "Primary";
3593
+ }, {
3594
+ "value": "secondary";
3595
+ "label": "Secondary";
3596
+ }, {
3597
+ "value": "destructive";
3598
+ "label": "Destructive";
3599
+ }];
3600
+ };
3601
+ };
3602
+ /** Image. */
3603
+ 'image': {
3604
+ label: 'Image';
3605
+ type: 'text';
3606
+ options: undefined;
3607
+ };
3608
+ /** Avatar. */
3609
+ 'avatar': {
3610
+ label: 'Avatar';
3611
+ type: 'text';
3612
+ options: undefined;
3613
+ };
3614
+ /** Line icon. */
3615
+ 'lineIcon': {
3616
+ label: 'Line icon';
3617
+ type: 'select';
3618
+ options: {
3619
+ choices: [{
3620
+ "value": "add-circle";
3621
+ "label": "add-circle";
3622
+ }, {
3623
+ "value": "add-square";
3624
+ "label": "add-square";
3625
+ }, {
3626
+ "value": "add";
3627
+ "label": "add";
3628
+ }, {
3629
+ "value": "alarm";
3630
+ "label": "alarm";
3631
+ }, {
3632
+ "value": "arrow-back";
3633
+ "label": "arrow-back";
3634
+ }, {
3635
+ "value": "arrow-down-circle";
3636
+ "label": "arrow-down-circle";
3637
+ }, {
3638
+ "value": "arrow-down";
3639
+ "label": "arrow-down";
3640
+ }, {
3641
+ "value": "arrow-next";
3642
+ "label": "arrow-next";
3643
+ }, {
3644
+ "value": "arrow-up-circle";
3645
+ "label": "arrow-up-circle";
3646
+ }, {
3647
+ "value": "arrow-up";
3648
+ "label": "arrow-up";
3649
+ }, {
3650
+ "value": "attachment";
3651
+ "label": "attachment";
3652
+ }, {
3653
+ "value": "award-badge";
3654
+ "label": "award-badge";
3655
+ }, {
3656
+ "value": "binoculars";
3657
+ "label": "binoculars";
3658
+ }, {
3659
+ "value": "bolt";
3660
+ "label": "bolt";
3661
+ }, {
3662
+ "value": "book-open";
3663
+ "label": "book-open";
3664
+ }, {
3665
+ "value": "book";
3666
+ "label": "book";
3667
+ }, {
3668
+ "value": "bookmark";
3669
+ "label": "bookmark";
3670
+ }, {
3671
+ "value": "calendar-add";
3672
+ "label": "calendar-add";
3673
+ }, {
3674
+ "value": "calendar";
3675
+ "label": "calendar";
3676
+ }, {
3677
+ "value": "camera";
3678
+ "label": "camera";
3679
+ }, {
3680
+ "value": "cellphone";
3681
+ "label": "cellphone";
3682
+ }, {
3683
+ "value": "checkmark";
3684
+ "label": "checkmark";
3685
+ }, {
3686
+ "value": "chevron-down";
3687
+ "label": "chevron-down";
3688
+ }, {
3689
+ "value": "chevron-left";
3690
+ "label": "chevron-left";
3691
+ }, {
3692
+ "value": "chevron-right";
3693
+ "label": "chevron-right";
3694
+ }, {
3695
+ "value": "chevron-up";
3696
+ "label": "chevron-up";
3697
+ }, {
3698
+ "value": "clipboard";
3699
+ "label": "clipboard";
3700
+ }, {
3701
+ "value": "clock";
3702
+ "label": "clock";
3703
+ }, {
3704
+ "value": "close-circle";
3705
+ "label": "close-circle";
3706
+ }, {
3707
+ "value": "close-square";
3708
+ "label": "close-square";
3709
+ }, {
3710
+ "value": "close";
3711
+ "label": "close";
3712
+ }, {
3713
+ "value": "code";
3714
+ "label": "code";
3715
+ }, {
3716
+ "value": "coffee";
3717
+ "label": "coffee";
3718
+ }, {
3719
+ "value": "command";
3720
+ "label": "command";
3721
+ }, {
3722
+ "value": "corner-down-left";
3723
+ "label": "corner-down-left";
3724
+ }, {
3725
+ "value": "corner-down-right";
3726
+ "label": "corner-down-right";
3727
+ }, {
3728
+ "value": "corner-left-down";
3729
+ "label": "corner-left-down";
3730
+ }, {
3731
+ "value": "corner-left-up";
3732
+ "label": "corner-left-up";
3733
+ }, {
3734
+ "value": "corner-right-down";
3735
+ "label": "corner-right-down";
3736
+ }, {
3737
+ "value": "corner-right-up";
3738
+ "label": "corner-right-up";
3739
+ }, {
3740
+ "value": "corner-up-left";
3741
+ "label": "corner-up-left";
3742
+ }, {
3743
+ "value": "corner-up-right";
3744
+ "label": "corner-up-right";
3745
+ }, {
3746
+ "value": "crop";
3747
+ "label": "crop";
3748
+ }, {
3749
+ "value": "delete";
3750
+ "label": "delete";
3751
+ }, {
3752
+ "value": "document-blank";
3753
+ "label": "document-blank";
3754
+ }, {
3755
+ "value": "document-new";
3756
+ "label": "document-new";
3757
+ }, {
3758
+ "value": "document-text";
3759
+ "label": "document-text";
3760
+ }, {
3761
+ "value": "download-cloud";
3762
+ "label": "download-cloud";
3763
+ }, {
3764
+ "value": "download";
3765
+ "label": "download";
3766
+ }, {
3767
+ "value": "edit-box";
3768
+ "label": "edit-box";
3769
+ }, {
3770
+ "value": "edit-line";
3771
+ "label": "edit-line";
3772
+ }, {
3773
+ "value": "email";
3774
+ "label": "email";
3775
+ }, {
3776
+ "value": "emoji-happy";
3777
+ "label": "emoji-happy";
3778
+ }, {
3779
+ "value": "emoji-sad";
3780
+ "label": "emoji-sad";
3781
+ }, {
3782
+ "value": "external-link";
3783
+ "label": "external-link";
3784
+ }, {
3785
+ "value": "fav-heart";
3786
+ "label": "fav-heart";
3787
+ }, {
3788
+ "value": "flag";
3789
+ "label": "flag";
3790
+ }, {
3791
+ "value": "flip-01";
3792
+ "label": "flip-01";
3793
+ }, {
3794
+ "value": "flip-02";
3795
+ "label": "flip-02";
3796
+ }, {
3797
+ "value": "folder";
3798
+ "label": "folder";
3799
+ }, {
3800
+ "value": "globe";
3801
+ "label": "globe";
3802
+ }, {
3803
+ "value": "hash-tag";
3804
+ "label": "hash-tag";
3805
+ }, {
3806
+ "value": "headphones";
3807
+ "label": "headphones";
3808
+ }, {
3809
+ "value": "help-buoy";
3810
+ "label": "help-buoy";
3811
+ }, {
3812
+ "value": "help-circle";
3813
+ "label": "help-circle";
3814
+ }, {
3815
+ "value": "home";
3816
+ "label": "home";
3817
+ }, {
3818
+ "value": "info";
3819
+ "label": "info";
3820
+ }, {
3821
+ "value": "jump";
3822
+ "label": "jump";
3823
+ }, {
3824
+ "value": "layers";
3825
+ "label": "layers";
3826
+ }, {
3827
+ "value": "link-angle";
3828
+ "label": "link-angle";
3829
+ }, {
3830
+ "value": "link-flat";
3831
+ "label": "link-flat";
3832
+ }, {
3833
+ "value": "loader";
3834
+ "label": "loader";
3835
+ }, {
3836
+ "value": "location-pin";
3837
+ "label": "location-pin";
3838
+ }, {
3839
+ "value": "lock";
3840
+ "label": "lock";
3841
+ }, {
3842
+ "value": "map";
3843
+ "label": "map";
3844
+ }, {
3845
+ "value": "message-circle";
3846
+ "label": "message-circle";
3847
+ }, {
3848
+ "value": "message-square";
3849
+ "label": "message-square";
3850
+ }, {
3851
+ "value": "mic-off";
3852
+ "label": "mic-off";
3853
+ }, {
3854
+ "value": "mic-on";
3855
+ "label": "mic-on";
3856
+ }, {
3857
+ "value": "minus-circle";
3858
+ "label": "minus-circle";
3859
+ }, {
3860
+ "value": "minus-square";
3861
+ "label": "minus-square";
3862
+ }, {
3863
+ "value": "money-sign";
3864
+ "label": "money-sign";
3865
+ }, {
3866
+ "value": "more-horizontal";
3867
+ "label": "more-horizontal";
3868
+ }, {
3869
+ "value": "more-vertical";
3870
+ "label": "more-vertical";
3871
+ }, {
3872
+ "value": "notification-off";
3873
+ "label": "notification-off";
3874
+ }, {
3875
+ "value": "notification-on";
3876
+ "label": "notification-on";
3877
+ }, {
3878
+ "value": "object";
3879
+ "label": "object";
3880
+ }, {
3881
+ "value": "pause-circle";
3882
+ "label": "pause-circle";
3883
+ }, {
3884
+ "value": "phone-unavailable";
3885
+ "label": "phone-unavailable";
3886
+ }, {
3887
+ "value": "phone";
3888
+ "label": "phone";
3889
+ }, {
3890
+ "value": "photo";
3891
+ "label": "photo";
3892
+ }, {
3893
+ "value": "picked";
3894
+ "label": "picked";
3895
+ }, {
3896
+ "value": "play-circle";
3897
+ "label": "play-circle";
3898
+ }, {
3899
+ "value": "present";
3900
+ "label": "present";
3901
+ }, {
3902
+ "value": "refresh-circle";
3903
+ "label": "refresh-circle";
3904
+ }, {
3905
+ "value": "refresh";
3906
+ "label": "refresh";
3907
+ }, {
3908
+ "value": "repeat";
3909
+ "label": "repeat";
3910
+ }, {
3911
+ "value": "restricted";
3912
+ "label": "restricted";
3913
+ }, {
3914
+ "value": "rotate";
3915
+ "label": "rotate";
3916
+ }, {
3917
+ "value": "search-no";
3918
+ "label": "search-no";
3919
+ }, {
3920
+ "value": "search";
3921
+ "label": "search";
3922
+ }, {
3923
+ "value": "selector-checked";
3924
+ "label": "selector-checked";
3925
+ }, {
3926
+ "value": "selector-circle-filled";
3927
+ "label": "selector-circle-filled";
3928
+ }, {
3929
+ "value": "selector-circle";
3930
+ "label": "selector-circle";
3931
+ }, {
3932
+ "value": "send";
3933
+ "label": "send";
3934
+ }, {
3935
+ "value": "settings-filled";
3936
+ "label": "settings-filled";
3937
+ }, {
3938
+ "value": "settings";
3939
+ "label": "settings";
3940
+ }, {
3941
+ "value": "share";
3942
+ "label": "share";
3943
+ }, {
3944
+ "value": "shopping-bag";
3945
+ "label": "shopping-bag";
3946
+ }, {
3947
+ "value": "shopping-cart";
3948
+ "label": "shopping-cart";
3949
+ }, {
3950
+ "value": "sort-filter-down";
3951
+ "label": "sort-filter-down";
3952
+ }, {
3953
+ "value": "sort-filter-up";
3954
+ "label": "sort-filter-up";
3955
+ }, {
3956
+ "value": "sound-off";
3957
+ "label": "sound-off";
3958
+ }, {
3959
+ "value": "sound-on";
3960
+ "label": "sound-on";
3961
+ }, {
3962
+ "value": "sprucebot";
3963
+ "label": "sprucebot";
3964
+ }, {
3965
+ "value": "star-filled";
3966
+ "label": "star-filled";
3967
+ }, {
3968
+ "value": "star";
3969
+ "label": "star";
3970
+ }, {
3971
+ "value": "sun";
3972
+ "label": "sun";
3973
+ }, {
3974
+ "value": "tag";
3975
+ "label": "tag";
3976
+ }, {
3977
+ "value": "time";
3978
+ "label": "time";
3979
+ }, {
3980
+ "value": "tool";
3981
+ "label": "tool";
3982
+ }, {
3983
+ "value": "trending-down";
3984
+ "label": "trending-down";
3985
+ }, {
3986
+ "value": "trending-up";
3987
+ "label": "trending-up";
3988
+ }, {
3989
+ "value": "triangle";
3990
+ "label": "triangle";
3991
+ }, {
3992
+ "value": "unlock";
3993
+ "label": "unlock";
3994
+ }, {
3995
+ "value": "upload-cloud";
3996
+ "label": "upload-cloud";
3997
+ }, {
3998
+ "value": "upload";
3999
+ "label": "upload";
4000
+ }, {
4001
+ "value": "user-add";
4002
+ "label": "user-add";
4003
+ }, {
4004
+ "value": "user-delete";
4005
+ "label": "user-delete";
4006
+ }, {
4007
+ "value": "user";
4008
+ "label": "user";
4009
+ }, {
4010
+ "value": "users";
4011
+ "label": "users";
4012
+ }, {
4013
+ "value": "video-off";
4014
+ "label": "video-off";
4015
+ }, {
4016
+ "value": "video";
4017
+ "label": "video";
4018
+ }, {
4019
+ "value": "warning";
4020
+ "label": "warning";
4021
+ }, {
4022
+ "value": "wifi";
4023
+ "label": "wifi";
4024
+ }, {
4025
+ "value": "zoom-in";
4026
+ "label": "zoom-in";
4027
+ }, {
4028
+ "value": "zoom-out";
4029
+ "label": "zoom-out";
4030
+ }];
4031
+ };
4032
+ };
4033
+ /** Selected line icon. Only applies when the button is selected. Will override line icon if one is set. */
4034
+ 'selectedLineIcon': {
4035
+ label: 'Selected line icon';
4036
+ type: 'select';
4037
+ hint: 'Only applies when the button is selected. Will override line icon if one is set.';
4038
+ options: {
4039
+ choices: [{
4040
+ "value": "add-circle";
4041
+ "label": "add-circle";
4042
+ }, {
4043
+ "value": "add-square";
4044
+ "label": "add-square";
4045
+ }, {
4046
+ "value": "add";
4047
+ "label": "add";
4048
+ }, {
4049
+ "value": "alarm";
4050
+ "label": "alarm";
4051
+ }, {
4052
+ "value": "arrow-back";
4053
+ "label": "arrow-back";
4054
+ }, {
4055
+ "value": "arrow-down-circle";
4056
+ "label": "arrow-down-circle";
4057
+ }, {
4058
+ "value": "arrow-down";
4059
+ "label": "arrow-down";
4060
+ }, {
4061
+ "value": "arrow-next";
4062
+ "label": "arrow-next";
4063
+ }, {
4064
+ "value": "arrow-up-circle";
4065
+ "label": "arrow-up-circle";
4066
+ }, {
4067
+ "value": "arrow-up";
4068
+ "label": "arrow-up";
4069
+ }, {
4070
+ "value": "attachment";
4071
+ "label": "attachment";
4072
+ }, {
4073
+ "value": "award-badge";
4074
+ "label": "award-badge";
4075
+ }, {
4076
+ "value": "binoculars";
4077
+ "label": "binoculars";
4078
+ }, {
4079
+ "value": "bolt";
4080
+ "label": "bolt";
4081
+ }, {
4082
+ "value": "book-open";
4083
+ "label": "book-open";
4084
+ }, {
4085
+ "value": "book";
4086
+ "label": "book";
4087
+ }, {
4088
+ "value": "bookmark";
4089
+ "label": "bookmark";
4090
+ }, {
4091
+ "value": "calendar-add";
4092
+ "label": "calendar-add";
4093
+ }, {
4094
+ "value": "calendar";
4095
+ "label": "calendar";
4096
+ }, {
4097
+ "value": "camera";
4098
+ "label": "camera";
4099
+ }, {
4100
+ "value": "cellphone";
4101
+ "label": "cellphone";
4102
+ }, {
4103
+ "value": "checkmark";
4104
+ "label": "checkmark";
4105
+ }, {
4106
+ "value": "chevron-down";
4107
+ "label": "chevron-down";
4108
+ }, {
4109
+ "value": "chevron-left";
4110
+ "label": "chevron-left";
4111
+ }, {
4112
+ "value": "chevron-right";
4113
+ "label": "chevron-right";
4114
+ }, {
4115
+ "value": "chevron-up";
4116
+ "label": "chevron-up";
4117
+ }, {
4118
+ "value": "clipboard";
4119
+ "label": "clipboard";
4120
+ }, {
4121
+ "value": "clock";
4122
+ "label": "clock";
4123
+ }, {
4124
+ "value": "close-circle";
4125
+ "label": "close-circle";
4126
+ }, {
4127
+ "value": "close-square";
4128
+ "label": "close-square";
4129
+ }, {
4130
+ "value": "close";
4131
+ "label": "close";
4132
+ }, {
4133
+ "value": "code";
4134
+ "label": "code";
4135
+ }, {
4136
+ "value": "coffee";
4137
+ "label": "coffee";
4138
+ }, {
4139
+ "value": "command";
4140
+ "label": "command";
4141
+ }, {
4142
+ "value": "corner-down-left";
4143
+ "label": "corner-down-left";
4144
+ }, {
4145
+ "value": "corner-down-right";
4146
+ "label": "corner-down-right";
4147
+ }, {
4148
+ "value": "corner-left-down";
4149
+ "label": "corner-left-down";
4150
+ }, {
4151
+ "value": "corner-left-up";
4152
+ "label": "corner-left-up";
4153
+ }, {
4154
+ "value": "corner-right-down";
4155
+ "label": "corner-right-down";
4156
+ }, {
4157
+ "value": "corner-right-up";
4158
+ "label": "corner-right-up";
4159
+ }, {
4160
+ "value": "corner-up-left";
4161
+ "label": "corner-up-left";
4162
+ }, {
4163
+ "value": "corner-up-right";
4164
+ "label": "corner-up-right";
4165
+ }, {
4166
+ "value": "crop";
4167
+ "label": "crop";
4168
+ }, {
4169
+ "value": "delete";
4170
+ "label": "delete";
4171
+ }, {
4172
+ "value": "document-blank";
4173
+ "label": "document-blank";
4174
+ }, {
4175
+ "value": "document-new";
4176
+ "label": "document-new";
4177
+ }, {
4178
+ "value": "document-text";
4179
+ "label": "document-text";
4180
+ }, {
4181
+ "value": "download-cloud";
4182
+ "label": "download-cloud";
4183
+ }, {
4184
+ "value": "download";
4185
+ "label": "download";
4186
+ }, {
4187
+ "value": "edit-box";
4188
+ "label": "edit-box";
4189
+ }, {
4190
+ "value": "edit-line";
4191
+ "label": "edit-line";
4192
+ }, {
4193
+ "value": "email";
4194
+ "label": "email";
4195
+ }, {
4196
+ "value": "emoji-happy";
4197
+ "label": "emoji-happy";
4198
+ }, {
4199
+ "value": "emoji-sad";
4200
+ "label": "emoji-sad";
4201
+ }, {
4202
+ "value": "external-link";
4203
+ "label": "external-link";
4204
+ }, {
4205
+ "value": "fav-heart";
4206
+ "label": "fav-heart";
4207
+ }, {
4208
+ "value": "flag";
4209
+ "label": "flag";
4210
+ }, {
4211
+ "value": "flip-01";
4212
+ "label": "flip-01";
4213
+ }, {
4214
+ "value": "flip-02";
4215
+ "label": "flip-02";
4216
+ }, {
4217
+ "value": "folder";
4218
+ "label": "folder";
4219
+ }, {
4220
+ "value": "globe";
4221
+ "label": "globe";
4222
+ }, {
4223
+ "value": "hash-tag";
4224
+ "label": "hash-tag";
4225
+ }, {
4226
+ "value": "headphones";
4227
+ "label": "headphones";
4228
+ }, {
4229
+ "value": "help-buoy";
4230
+ "label": "help-buoy";
4231
+ }, {
4232
+ "value": "help-circle";
4233
+ "label": "help-circle";
4234
+ }, {
4235
+ "value": "home";
4236
+ "label": "home";
4237
+ }, {
4238
+ "value": "info";
4239
+ "label": "info";
4240
+ }, {
4241
+ "value": "jump";
4242
+ "label": "jump";
4243
+ }, {
4244
+ "value": "layers";
4245
+ "label": "layers";
4246
+ }, {
4247
+ "value": "link-angle";
4248
+ "label": "link-angle";
4249
+ }, {
4250
+ "value": "link-flat";
4251
+ "label": "link-flat";
4252
+ }, {
4253
+ "value": "loader";
4254
+ "label": "loader";
4255
+ }, {
4256
+ "value": "location-pin";
4257
+ "label": "location-pin";
4258
+ }, {
4259
+ "value": "lock";
4260
+ "label": "lock";
4261
+ }, {
4262
+ "value": "map";
4263
+ "label": "map";
4264
+ }, {
4265
+ "value": "message-circle";
4266
+ "label": "message-circle";
4267
+ }, {
4268
+ "value": "message-square";
4269
+ "label": "message-square";
4270
+ }, {
4271
+ "value": "mic-off";
4272
+ "label": "mic-off";
4273
+ }, {
4274
+ "value": "mic-on";
4275
+ "label": "mic-on";
4276
+ }, {
4277
+ "value": "minus-circle";
4278
+ "label": "minus-circle";
4279
+ }, {
4280
+ "value": "minus-square";
4281
+ "label": "minus-square";
4282
+ }, {
4283
+ "value": "money-sign";
4284
+ "label": "money-sign";
4285
+ }, {
4286
+ "value": "more-horizontal";
4287
+ "label": "more-horizontal";
4288
+ }, {
4289
+ "value": "more-vertical";
4290
+ "label": "more-vertical";
4291
+ }, {
4292
+ "value": "notification-off";
4293
+ "label": "notification-off";
4294
+ }, {
4295
+ "value": "notification-on";
4296
+ "label": "notification-on";
4297
+ }, {
4298
+ "value": "object";
4299
+ "label": "object";
4300
+ }, {
4301
+ "value": "pause-circle";
4302
+ "label": "pause-circle";
4303
+ }, {
4304
+ "value": "phone-unavailable";
4305
+ "label": "phone-unavailable";
4306
+ }, {
4307
+ "value": "phone";
4308
+ "label": "phone";
4309
+ }, {
4310
+ "value": "photo";
4311
+ "label": "photo";
4312
+ }, {
4313
+ "value": "picked";
4314
+ "label": "picked";
4315
+ }, {
4316
+ "value": "play-circle";
4317
+ "label": "play-circle";
4318
+ }, {
4319
+ "value": "present";
4320
+ "label": "present";
4321
+ }, {
4322
+ "value": "refresh-circle";
4323
+ "label": "refresh-circle";
4324
+ }, {
4325
+ "value": "refresh";
4326
+ "label": "refresh";
4327
+ }, {
4328
+ "value": "repeat";
4329
+ "label": "repeat";
4330
+ }, {
4331
+ "value": "restricted";
4332
+ "label": "restricted";
4333
+ }, {
4334
+ "value": "rotate";
4335
+ "label": "rotate";
4336
+ }, {
4337
+ "value": "search-no";
4338
+ "label": "search-no";
4339
+ }, {
4340
+ "value": "search";
4341
+ "label": "search";
4342
+ }, {
4343
+ "value": "selector-checked";
4344
+ "label": "selector-checked";
4345
+ }, {
4346
+ "value": "selector-circle-filled";
4347
+ "label": "selector-circle-filled";
4348
+ }, {
4349
+ "value": "selector-circle";
4350
+ "label": "selector-circle";
4351
+ }, {
4352
+ "value": "send";
4353
+ "label": "send";
4354
+ }, {
4355
+ "value": "settings-filled";
4356
+ "label": "settings-filled";
4357
+ }, {
4358
+ "value": "settings";
4359
+ "label": "settings";
4360
+ }, {
4361
+ "value": "share";
4362
+ "label": "share";
4363
+ }, {
4364
+ "value": "shopping-bag";
4365
+ "label": "shopping-bag";
4366
+ }, {
4367
+ "value": "shopping-cart";
4368
+ "label": "shopping-cart";
4369
+ }, {
4370
+ "value": "sort-filter-down";
4371
+ "label": "sort-filter-down";
4372
+ }, {
4373
+ "value": "sort-filter-up";
4374
+ "label": "sort-filter-up";
4375
+ }, {
4376
+ "value": "sound-off";
4377
+ "label": "sound-off";
4378
+ }, {
4379
+ "value": "sound-on";
4380
+ "label": "sound-on";
4381
+ }, {
4382
+ "value": "sprucebot";
4383
+ "label": "sprucebot";
4384
+ }, {
4385
+ "value": "star-filled";
4386
+ "label": "star-filled";
4387
+ }, {
4388
+ "value": "star";
4389
+ "label": "star";
4390
+ }, {
4391
+ "value": "sun";
4392
+ "label": "sun";
4393
+ }, {
4394
+ "value": "tag";
4395
+ "label": "tag";
4396
+ }, {
4397
+ "value": "time";
4398
+ "label": "time";
4399
+ }, {
4400
+ "value": "tool";
4401
+ "label": "tool";
4402
+ }, {
4403
+ "value": "trending-down";
4404
+ "label": "trending-down";
4405
+ }, {
4406
+ "value": "trending-up";
4407
+ "label": "trending-up";
4408
+ }, {
4409
+ "value": "triangle";
4410
+ "label": "triangle";
4411
+ }, {
4412
+ "value": "unlock";
4413
+ "label": "unlock";
4414
+ }, {
4415
+ "value": "upload-cloud";
4416
+ "label": "upload-cloud";
4417
+ }, {
4418
+ "value": "upload";
4419
+ "label": "upload";
4420
+ }, {
4421
+ "value": "user-add";
4422
+ "label": "user-add";
4423
+ }, {
4424
+ "value": "user-delete";
4425
+ "label": "user-delete";
4426
+ }, {
4427
+ "value": "user";
4428
+ "label": "user";
4429
+ }, {
4430
+ "value": "users";
4431
+ "label": "users";
4432
+ }, {
4433
+ "value": "video-off";
4434
+ "label": "video-off";
4435
+ }, {
4436
+ "value": "video";
4437
+ "label": "video";
4438
+ }, {
4439
+ "value": "warning";
4440
+ "label": "warning";
4441
+ }, {
4442
+ "value": "wifi";
4443
+ "label": "wifi";
4444
+ }, {
4445
+ "value": "zoom-in";
4446
+ "label": "zoom-in";
4447
+ }, {
4448
+ "value": "zoom-out";
4449
+ "label": "zoom-out";
4450
+ }];
4451
+ };
4452
+ };
4453
+ /** Line icon position. */
4454
+ 'lineIconPosition': {
4455
+ label: 'Line icon position';
4456
+ type: 'select';
4457
+ options: {
4458
+ choices: [{
4459
+ "value": "left";
4460
+ "label": "Left";
4461
+ }, {
4462
+ "value": "bottom";
4463
+ "label": "Bottom";
4464
+ }];
4465
+ };
4466
+ };
4467
+ /** Click handler. */
4468
+ 'onClick': {
4469
+ label: 'Click handler';
4470
+ type: 'raw';
4471
+ options: {
4472
+ valueType: `(dropdown: HeartwoodTypes.DropdownController ) => Promise<void> | void`;
4473
+ };
4474
+ };
4475
+ /** . */
4476
+ 'viewPermissionContract': {
4477
+ type: 'schema';
4478
+ options: {
4479
+ schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.PermissionContractReferenceSchema;
4480
+ };
4481
+ };
4482
+ };
4483
+ }
4484
+ interface NavigationDropdownButtonEntity extends SchemaEntity<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.NavigationDropdownButtonSchema> {
4485
+ }
4486
+ }
4487
+ namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
4488
+ interface LineIcon {
4489
+ /** Name. */
4490
+ 'name': ("add-circle" | "add-square" | "add" | "alarm" | "arrow-back" | "arrow-down-circle" | "arrow-down" | "arrow-next" | "arrow-up-circle" | "arrow-up" | "attachment" | "award-badge" | "binoculars" | "bolt" | "book-open" | "book" | "bookmark" | "calendar-add" | "calendar" | "camera" | "cellphone" | "checkmark" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close-circle" | "close-square" | "close" | "code" | "coffee" | "command" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "crop" | "delete" | "document-blank" | "document-new" | "document-text" | "download-cloud" | "download" | "edit-box" | "edit-line" | "email" | "emoji-happy" | "emoji-sad" | "external-link" | "fav-heart" | "flag" | "flip-01" | "flip-02" | "folder" | "globe" | "hash-tag" | "headphones" | "help-buoy" | "help-circle" | "home" | "info" | "jump" | "layers" | "link-angle" | "link-flat" | "loader" | "location-pin" | "lock" | "map" | "message-circle" | "message-square" | "mic-off" | "mic-on" | "minus-circle" | "minus-square" | "money-sign" | "more-horizontal" | "more-vertical" | "notification-off" | "notification-on" | "object" | "pause-circle" | "phone-unavailable" | "phone" | "photo" | "picked" | "play-circle" | "present" | "refresh-circle" | "refresh" | "repeat" | "restricted" | "rotate" | "search-no" | "search" | "selector-checked" | "selector-circle-filled" | "selector-circle" | "send" | "settings-filled" | "settings" | "share" | "shopping-bag" | "shopping-cart" | "sort-filter-down" | "sort-filter-up" | "sound-off" | "sound-on" | "sprucebot" | "star-filled" | "star" | "sun" | "tag" | "time" | "tool" | "trending-down" | "trending-up" | "triangle" | "unlock" | "upload-cloud" | "upload" | "user-add" | "user-delete" | "user" | "users" | "video-off" | "video" | "warning" | "wifi" | "zoom-in" | "zoom-out");
4491
+ }
4492
+ interface LineIconSchema extends SpruceSchema.Schema {
4493
+ id: 'lineIcon';
4494
+ version: 'v2021_02_11';
4495
+ namespace: 'HeartwoodViewControllers';
4496
+ name: 'Line icon';
4497
+ moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers';
4498
+ fields: {
4499
+ /** Name. */
4500
+ 'name': {
4501
+ label: 'Name';
4502
+ type: 'select';
4503
+ isRequired: true;
4504
+ options: {
4505
+ choices: [{
4506
+ "value": "add-circle";
4507
+ "label": "add-circle";
4508
+ }, {
4509
+ "value": "add-square";
4510
+ "label": "add-square";
4511
+ }, {
4512
+ "value": "add";
4513
+ "label": "add";
4514
+ }, {
4515
+ "value": "alarm";
4516
+ "label": "alarm";
4517
+ }, {
4518
+ "value": "arrow-back";
4519
+ "label": "arrow-back";
3314
4520
  }, {
3315
4521
  "value": "arrow-down-circle";
3316
4522
  "label": "arrow-down-circle";
@@ -3755,265 +4961,115 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
3755
4961
  label: 'Controller';
3756
4962
  type: 'raw';
3757
4963
  options: {
3758
- valueType: `HeartwoodTypes.CardViewController`;
3759
- };
3760
- };
3761
- /** Header. */
3762
- 'header': {
3763
- label: 'Header';
3764
- type: 'schema';
3765
- options: {
3766
- schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardHeaderSchema;
3767
- };
3768
- };
3769
- /** Critical error. */
3770
- 'criticalError': {
3771
- label: 'Critical error';
3772
- type: 'schema';
3773
- options: {
3774
- schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CriticalErrorSchema;
3775
- };
3776
- };
3777
- /** Fade in. */
3778
- 'shouldFadeIn': {
3779
- label: 'Fade in';
3780
- type: 'boolean';
3781
- defaultValue: true;
3782
- options: undefined;
3783
- };
3784
- /** Body. Card bodies are comprised of sections. You will want at least 1 to get started. */
3785
- 'body': {
3786
- label: 'Body';
3787
- type: 'schema';
3788
- hint: 'Card bodies are comprised of sections. You will want at least 1 to get started.';
3789
- options: {
3790
- schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardBodySchema;
3791
- };
3792
- };
3793
- /** Footer. */
3794
- 'footer': {
3795
- label: 'Footer';
3796
- type: 'schema';
3797
- options: {
3798
- schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardFooterSchema;
3799
- };
3800
- };
3801
- };
3802
- }
3803
- interface CardEntity extends SchemaEntity<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardSchema> {
3804
- }
3805
- }
3806
- namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
3807
- interface Layout {
3808
- /** Card. Will render a card in this section */
3809
- 'cards'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Card[] | undefined | null;
3810
- 'className'?: string | undefined | null;
3811
- /** Grid. Will force cards to render as grid. */
3812
- 'shouldRenderAsGrid'?: boolean | undefined | null;
3813
- /** Width. */
3814
- 'width'?: ("wide" | "tight" | "full") | undefined | null;
3815
- }
3816
- interface LayoutSchema extends SpruceSchema.Schema {
3817
- id: 'layout';
3818
- version: 'v2021_02_11';
3819
- namespace: 'HeartwoodViewControllers';
3820
- name: 'Layout';
3821
- moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers';
3822
- fields: {
3823
- /** Card. Will render a card in this section */
3824
- 'cards': {
3825
- label: 'Card';
3826
- type: 'schema';
3827
- hint: 'Will render a card in this section';
3828
- isArray: true;
3829
- options: {
3830
- schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardSchema;
3831
- };
3832
- };
3833
- /** . */
3834
- 'className': {
3835
- type: 'text';
3836
- isPrivate: true;
3837
- options: undefined;
3838
- };
3839
- /** Grid. Will force cards to render as grid. */
3840
- 'shouldRenderAsGrid': {
3841
- label: 'Grid';
3842
- type: 'boolean';
3843
- hint: 'Will force cards to render as grid.';
3844
- options: undefined;
3845
- };
3846
- /** Width. */
3847
- 'width': {
3848
- label: 'Width';
3849
- type: 'select';
3850
- defaultValue: "tight";
3851
- options: {
3852
- choices: [{
3853
- "value": "wide";
3854
- "label": "Wide";
3855
- }, {
3856
- "value": "tight";
3857
- "label": "Tight";
3858
- }, {
3859
- "value": "full";
3860
- "label": "Full width";
3861
- }];
3862
- };
3863
- };
3864
- };
3865
- }
3866
- interface LayoutEntity extends SchemaEntity<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.LayoutSchema> {
3867
- }
3868
- }
3869
- namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
3870
- interface SkillView {
3871
- 'id'?: string | undefined | null;
3872
- /** Controller. */
3873
- 'controller'?: (HeartwoodTypes.SkillViewController) | undefined | null;
3874
- /** Center vertically. */
3875
- 'shouldCenterVertically'?: boolean | undefined | null;
3876
- /** Full screen. */
3877
- 'isFullScreen'?: boolean | undefined | null;
3878
- 'title'?: string | undefined | null;
3879
- 'subtitle'?: string | undefined | null;
3880
- 'description'?: string | undefined | null;
3881
- /** Layout. */
3882
- 'layouts'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Layout[] | undefined | null;
3883
- 'leftCards'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Card[] | undefined | null;
3884
- 'rightCards'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Card[] | undefined | null;
3885
- 'topCards'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Card[] | undefined | null;
3886
- 'cards'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Card[] | undefined | null;
3887
- 'bottomCards'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Card[] | undefined | null;
3888
- 'layout'?: ("big-left" | "big-right" | "big-top" | "big-top-left" | "grid") | undefined | null;
3889
- }
3890
- interface SkillViewSchema extends SpruceSchema.Schema {
3891
- id: 'skillView';
3892
- version: 'v2021_02_11';
3893
- namespace: 'HeartwoodViewControllers';
3894
- name: 'Skill view';
3895
- moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers';
3896
- fields: {
3897
- /** . */
3898
- 'id': {
3899
- type: 'id';
3900
- isPrivate: true;
3901
- options: undefined;
3902
- };
3903
- /** Controller. */
3904
- 'controller': {
3905
- label: 'Controller';
3906
- type: 'raw';
3907
- options: {
3908
- valueType: `HeartwoodTypes.SkillViewController`;
3909
- };
3910
- };
3911
- /** Center vertically. */
3912
- 'shouldCenterVertically': {
3913
- label: 'Center vertically';
3914
- type: 'boolean';
3915
- defaultValue: false;
3916
- options: undefined;
3917
- };
3918
- /** Full screen. */
3919
- 'isFullScreen': {
3920
- label: 'Full screen';
3921
- type: 'boolean';
3922
- options: undefined;
3923
- };
3924
- /** . */
3925
- 'title': {
3926
- type: 'text';
3927
- options: undefined;
3928
- };
3929
- /** . */
3930
- 'subtitle': {
3931
- type: 'text';
3932
- options: undefined;
3933
- };
3934
- /** . */
3935
- 'description': {
3936
- type: 'text';
3937
- options: undefined;
3938
- };
3939
- /** Layout. */
3940
- 'layouts': {
3941
- label: 'Layout';
3942
- type: 'schema';
3943
- isArray: true;
3944
- options: {
3945
- schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.LayoutSchema;
4964
+ valueType: `HeartwoodTypes.CardViewController`;
3946
4965
  };
3947
4966
  };
3948
- /** . */
3949
- 'leftCards': {
4967
+ /** Header. */
4968
+ 'header': {
4969
+ label: 'Header';
3950
4970
  type: 'schema';
3951
- isArray: true;
3952
- minArrayLength: 0;
3953
4971
  options: {
3954
- schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardSchema;
4972
+ schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardHeaderSchema;
3955
4973
  };
3956
4974
  };
3957
- /** . */
3958
- 'rightCards': {
4975
+ /** Critical error. */
4976
+ 'criticalError': {
4977
+ label: 'Critical error';
3959
4978
  type: 'schema';
3960
- isArray: true;
3961
- minArrayLength: 0;
3962
4979
  options: {
3963
- schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardSchema;
4980
+ schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CriticalErrorSchema;
3964
4981
  };
3965
4982
  };
3966
- /** . */
3967
- 'topCards': {
4983
+ /** Fade in. */
4984
+ 'shouldFadeIn': {
4985
+ label: 'Fade in';
4986
+ type: 'boolean';
4987
+ defaultValue: true;
4988
+ options: undefined;
4989
+ };
4990
+ /** Body. Card bodies are comprised of sections. You will want at least 1 to get started. */
4991
+ 'body': {
4992
+ label: 'Body';
3968
4993
  type: 'schema';
3969
- isArray: true;
3970
- minArrayLength: 0;
4994
+ hint: 'Card bodies are comprised of sections. You will want at least 1 to get started.';
3971
4995
  options: {
3972
- schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardSchema;
4996
+ schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardBodySchema;
3973
4997
  };
3974
4998
  };
3975
- /** . */
3976
- 'cards': {
4999
+ /** Footer. */
5000
+ 'footer': {
5001
+ label: 'Footer';
3977
5002
  type: 'schema';
3978
- isArray: true;
3979
- minArrayLength: 0;
3980
5003
  options: {
3981
- schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardSchema;
5004
+ schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardFooterSchema;
3982
5005
  };
3983
5006
  };
3984
- /** . */
3985
- 'bottomCards': {
5007
+ };
5008
+ }
5009
+ interface CardEntity extends SchemaEntity<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardSchema> {
5010
+ }
5011
+ }
5012
+ namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
5013
+ interface Layout {
5014
+ /** Card. Will render a card in this section */
5015
+ 'cards'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Card[] | undefined | null;
5016
+ 'className'?: string | undefined | null;
5017
+ /** Grid. Will force cards to render as grid. */
5018
+ 'shouldRenderAsGrid'?: boolean | undefined | null;
5019
+ /** Width. */
5020
+ 'width'?: ("wide" | "tight" | "full") | undefined | null;
5021
+ }
5022
+ interface LayoutSchema extends SpruceSchema.Schema {
5023
+ id: 'layout';
5024
+ version: 'v2021_02_11';
5025
+ namespace: 'HeartwoodViewControllers';
5026
+ name: 'Layout';
5027
+ moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers';
5028
+ fields: {
5029
+ /** Card. Will render a card in this section */
5030
+ 'cards': {
5031
+ label: 'Card';
3986
5032
  type: 'schema';
5033
+ hint: 'Will render a card in this section';
3987
5034
  isArray: true;
3988
5035
  options: {
3989
5036
  schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardSchema;
3990
5037
  };
3991
5038
  };
3992
5039
  /** . */
3993
- 'layout': {
5040
+ 'className': {
5041
+ type: 'text';
5042
+ isPrivate: true;
5043
+ options: undefined;
5044
+ };
5045
+ /** Grid. Will force cards to render as grid. */
5046
+ 'shouldRenderAsGrid': {
5047
+ label: 'Grid';
5048
+ type: 'boolean';
5049
+ hint: 'Will force cards to render as grid.';
5050
+ options: undefined;
5051
+ };
5052
+ /** Width. */
5053
+ 'width': {
5054
+ label: 'Width';
3994
5055
  type: 'select';
5056
+ defaultValue: "tight";
3995
5057
  options: {
3996
5058
  choices: [{
3997
- "value": "big-left";
3998
- "label": "Big left";
3999
- }, {
4000
- "value": "big-right";
4001
- "label": "Big right";
4002
- }, {
4003
- "value": "big-top";
4004
- "label": "Big top";
5059
+ "value": "wide";
5060
+ "label": "Wide";
4005
5061
  }, {
4006
- "value": "big-top-left";
4007
- "label": "Big top left";
5062
+ "value": "tight";
5063
+ "label": "Tight";
4008
5064
  }, {
4009
- "value": "grid";
4010
- "label": "Grid";
5065
+ "value": "full";
5066
+ "label": "Full width";
4011
5067
  }];
4012
5068
  };
4013
5069
  };
4014
5070
  };
4015
5071
  }
4016
- interface SkillViewEntity extends SchemaEntity<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.SkillViewSchema> {
5072
+ interface LayoutEntity extends SchemaEntity<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.LayoutSchema> {
4017
5073
  }
4018
5074
  }
4019
5075
  namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
@@ -5407,171 +6463,74 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
5407
6463
  }, {
5408
6464
  "value": "web_search";
5409
6465
  "label": "web_search";
5410
- }, {
5411
- "value": "web_search_1";
5412
- "label": "web_search_1";
5413
- }, {
5414
- "value": "website";
5415
- "label": "website";
5416
- }, {
5417
- "value": "weight";
5418
- "label": "weight";
5419
- }, {
5420
- "value": "whatsapp";
5421
- "label": "whatsapp";
5422
- }, {
5423
- "value": "wheelchair";
5424
- "label": "wheelchair";
5425
- }, {
5426
- "value": "wifi";
5427
- "label": "wifi";
5428
- }, {
5429
- "value": "windows";
5430
- "label": "windows";
5431
- }, {
5432
- "value": "wine_cup";
5433
- "label": "wine_cup";
5434
- }, {
5435
- "value": "wordpress";
5436
- "label": "wordpress";
5437
- }, {
5438
- "value": "worldwide";
5439
- "label": "worldwide";
5440
- }, {
5441
- "value": "youtube";
5442
- "label": "youtube";
5443
- }, {
5444
- "value": "zcash";
5445
- "label": "zcash";
5446
- }, {
5447
- "value": "zipped_folder";
5448
- "label": "zipped_folder";
5449
- }, {
5450
- "value": "zoom_in";
5451
- "label": "zoom_in";
5452
- }, {
5453
- "value": "zoom_out";
5454
- "label": "zoom_out";
5455
- }, {
5456
- "value": "loading";
5457
- "label": "loading";
5458
- }];
5459
- };
5460
- };
5461
- /** Size. */
5462
- 'size': {
5463
- label: 'Size';
5464
- type: 'select';
5465
- options: {
5466
- choices: [{
5467
- "value": "medium";
5468
- "label": "medium";
5469
- }, {
5470
- "value": "extraLarge";
5471
- "label": "Extra lange";
5472
- }];
5473
- };
5474
- };
5475
- };
5476
- }
5477
- interface FancyIconEntity extends SchemaEntity<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.FancyIconSchema> {
5478
- }
5479
- }
5480
- namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
5481
- interface CardBody {
5482
- /** Show section separators. This will make each section render with a border. */
5483
- 'shouldShowSectionSeparators'?: boolean | undefined | null;
5484
- /** Busy. */
5485
- 'isBusy'?: boolean | undefined | null;
5486
- /** Swipe controller. */
5487
- 'swipeController'?: ((controller: HeartwoodTypes.SwipeController) => void) | undefined | null;
5488
- /** Swipe. */
5489
- 'shouldEnableSectionSwiping'?: boolean | undefined | null;
5490
- /** Swipe break into cards on landscape. */
5491
- 'shouldSwipeBreakIntoCardsOnLandscape'?: boolean | undefined | null;
5492
- /** Select slide title handler. */
5493
- 'onSelectSlideTitle'?: ((id: number) => void) | undefined | null;
5494
- /** Slide change callback. */
5495
- 'onChangeSlide'?: ((slide: number) => void) | undefined | null;
5496
- /** Render sections as grid. */
5497
- 'shouldRenderSectionsAsGrid'?: boolean | undefined | null;
5498
- /** Sections. */
5499
- 'sections'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardSection[] | undefined | null;
5500
- }
5501
- interface CardBodySchema extends SpruceSchema.Schema {
5502
- id: 'cardBody';
5503
- version: 'v2021_02_11';
5504
- namespace: 'HeartwoodViewControllers';
5505
- name: '';
5506
- moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers';
5507
- fields: {
5508
- /** Show section separators. This will make each section render with a border. */
5509
- 'shouldShowSectionSeparators': {
5510
- label: 'Show section separators';
5511
- type: 'boolean';
5512
- hint: 'This will make each section render with a border.';
5513
- options: undefined;
5514
- };
5515
- /** Busy. */
5516
- 'isBusy': {
5517
- label: 'Busy';
5518
- type: 'boolean';
5519
- options: undefined;
5520
- };
5521
- /** Swipe controller. */
5522
- 'swipeController': {
5523
- label: 'Swipe controller';
5524
- type: 'raw';
5525
- options: {
5526
- valueType: `(controller: HeartwoodTypes.SwipeController) => void`;
5527
- };
5528
- };
5529
- /** Swipe. */
5530
- 'shouldEnableSectionSwiping': {
5531
- label: 'Swipe';
5532
- type: 'boolean';
5533
- options: undefined;
5534
- };
5535
- /** Swipe break into cards on landscape. */
5536
- 'shouldSwipeBreakIntoCardsOnLandscape': {
5537
- label: 'Swipe break into cards on landscape';
5538
- type: 'boolean';
5539
- options: undefined;
5540
- };
5541
- /** Select slide title handler. */
5542
- 'onSelectSlideTitle': {
5543
- label: 'Select slide title handler';
5544
- type: 'raw';
5545
- options: {
5546
- valueType: `(id: number) => void`;
5547
- };
5548
- };
5549
- /** Slide change callback. */
5550
- 'onChangeSlide': {
5551
- label: 'Slide change callback';
5552
- type: 'raw';
5553
- options: {
5554
- valueType: `(slide: number) => void`;
6466
+ }, {
6467
+ "value": "web_search_1";
6468
+ "label": "web_search_1";
6469
+ }, {
6470
+ "value": "website";
6471
+ "label": "website";
6472
+ }, {
6473
+ "value": "weight";
6474
+ "label": "weight";
6475
+ }, {
6476
+ "value": "whatsapp";
6477
+ "label": "whatsapp";
6478
+ }, {
6479
+ "value": "wheelchair";
6480
+ "label": "wheelchair";
6481
+ }, {
6482
+ "value": "wifi";
6483
+ "label": "wifi";
6484
+ }, {
6485
+ "value": "windows";
6486
+ "label": "windows";
6487
+ }, {
6488
+ "value": "wine_cup";
6489
+ "label": "wine_cup";
6490
+ }, {
6491
+ "value": "wordpress";
6492
+ "label": "wordpress";
6493
+ }, {
6494
+ "value": "worldwide";
6495
+ "label": "worldwide";
6496
+ }, {
6497
+ "value": "youtube";
6498
+ "label": "youtube";
6499
+ }, {
6500
+ "value": "zcash";
6501
+ "label": "zcash";
6502
+ }, {
6503
+ "value": "zipped_folder";
6504
+ "label": "zipped_folder";
6505
+ }, {
6506
+ "value": "zoom_in";
6507
+ "label": "zoom_in";
6508
+ }, {
6509
+ "value": "zoom_out";
6510
+ "label": "zoom_out";
6511
+ }, {
6512
+ "value": "loading";
6513
+ "label": "loading";
6514
+ }];
5555
6515
  };
5556
6516
  };
5557
- /** Render sections as grid. */
5558
- 'shouldRenderSectionsAsGrid': {
5559
- label: 'Render sections as grid';
5560
- type: 'boolean';
5561
- options: undefined;
5562
- };
5563
- /** Sections. */
5564
- 'sections': {
5565
- label: 'Sections';
5566
- type: 'schema';
5567
- isArray: true;
6517
+ /** Size. */
6518
+ 'size': {
6519
+ label: 'Size';
6520
+ type: 'select';
5568
6521
  options: {
5569
- schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardSectionSchema;
6522
+ choices: [{
6523
+ "value": "medium";
6524
+ "label": "medium";
6525
+ }, {
6526
+ "value": "extraLarge";
6527
+ "label": "Extra lange";
6528
+ }];
5570
6529
  };
5571
6530
  };
5572
6531
  };
5573
6532
  }
5574
- interface CardBodyEntity extends SchemaEntity<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardBodySchema> {
6533
+ interface FancyIconEntity extends SchemaEntity<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.FancyIconSchema> {
5575
6534
  }
5576
6535
  }
5577
6536
  namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
@@ -5729,48 +6688,6 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
5729
6688
  interface PortalEntity extends SchemaEntity<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.PortalSchema> {
5730
6689
  }
5731
6690
  }
5732
- namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
5733
- interface Feed {
5734
- 'items': SpruceSchemas.Spruce.v2020_07_22.FeedItem[];
5735
- 'onSubmitMessage'?: (HeartwoodTypes.OnSubmitFeedMessageHandler) | undefined | null;
5736
- 'controller'?: (HeartwoodTypes.ViewController<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Feed>) | undefined | null;
5737
- }
5738
- interface FeedSchema extends SpruceSchema.Schema {
5739
- id: 'feed';
5740
- version: 'v2021_02_11';
5741
- namespace: 'HeartwoodViewControllers';
5742
- name: 'Feed';
5743
- moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers';
5744
- fields: {
5745
- /** . */
5746
- 'items': {
5747
- type: 'schema';
5748
- isRequired: true;
5749
- isArray: true;
5750
- minArrayLength: 0;
5751
- options: {
5752
- schema: SpruceSchemas.Spruce.v2020_07_22.FeedItemSchema;
5753
- };
5754
- };
5755
- /** . */
5756
- 'onSubmitMessage': {
5757
- type: 'raw';
5758
- options: {
5759
- valueType: `HeartwoodTypes.OnSubmitFeedMessageHandler`;
5760
- };
5761
- };
5762
- /** . */
5763
- 'controller': {
5764
- type: 'raw';
5765
- options: {
5766
- valueType: `HeartwoodTypes.ViewController<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Feed>`;
5767
- };
5768
- };
5769
- };
5770
- }
5771
- interface FeedEntity extends SchemaEntity<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.FeedSchema> {
5772
- }
5773
- }
5774
6691
  namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
5775
6692
  interface CardSection {
5776
6693
  'id'?: string | undefined | null;
@@ -6095,6 +7012,145 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
6095
7012
  interface CardSectionEntity extends SchemaEntity<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardSectionSchema> {
6096
7013
  }
6097
7014
  }
7015
+ namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
7016
+ interface CardBody {
7017
+ /** Show section separators. This will make each section render with a border. */
7018
+ 'shouldShowSectionSeparators'?: boolean | undefined | null;
7019
+ /** Busy. */
7020
+ 'isBusy'?: boolean | undefined | null;
7021
+ /** Swipe controller. */
7022
+ 'swipeController'?: ((controller: HeartwoodTypes.SwipeController) => void) | undefined | null;
7023
+ /** Swipe. */
7024
+ 'shouldEnableSectionSwiping'?: boolean | undefined | null;
7025
+ /** Swipe break into cards on landscape. */
7026
+ 'shouldSwipeBreakIntoCardsOnLandscape'?: boolean | undefined | null;
7027
+ /** Select slide title handler. */
7028
+ 'onSelectSlideTitle'?: ((id: number) => void) | undefined | null;
7029
+ /** Slide change callback. */
7030
+ 'onChangeSlide'?: ((slide: number) => void) | undefined | null;
7031
+ /** Render sections as grid. */
7032
+ 'shouldRenderSectionsAsGrid'?: boolean | undefined | null;
7033
+ /** Sections. */
7034
+ 'sections'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardSection[] | undefined | null;
7035
+ }
7036
+ interface CardBodySchema extends SpruceSchema.Schema {
7037
+ id: 'cardBody';
7038
+ version: 'v2021_02_11';
7039
+ namespace: 'HeartwoodViewControllers';
7040
+ name: '';
7041
+ moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers';
7042
+ fields: {
7043
+ /** Show section separators. This will make each section render with a border. */
7044
+ 'shouldShowSectionSeparators': {
7045
+ label: 'Show section separators';
7046
+ type: 'boolean';
7047
+ hint: 'This will make each section render with a border.';
7048
+ options: undefined;
7049
+ };
7050
+ /** Busy. */
7051
+ 'isBusy': {
7052
+ label: 'Busy';
7053
+ type: 'boolean';
7054
+ options: undefined;
7055
+ };
7056
+ /** Swipe controller. */
7057
+ 'swipeController': {
7058
+ label: 'Swipe controller';
7059
+ type: 'raw';
7060
+ options: {
7061
+ valueType: `(controller: HeartwoodTypes.SwipeController) => void`;
7062
+ };
7063
+ };
7064
+ /** Swipe. */
7065
+ 'shouldEnableSectionSwiping': {
7066
+ label: 'Swipe';
7067
+ type: 'boolean';
7068
+ options: undefined;
7069
+ };
7070
+ /** Swipe break into cards on landscape. */
7071
+ 'shouldSwipeBreakIntoCardsOnLandscape': {
7072
+ label: 'Swipe break into cards on landscape';
7073
+ type: 'boolean';
7074
+ options: undefined;
7075
+ };
7076
+ /** Select slide title handler. */
7077
+ 'onSelectSlideTitle': {
7078
+ label: 'Select slide title handler';
7079
+ type: 'raw';
7080
+ options: {
7081
+ valueType: `(id: number) => void`;
7082
+ };
7083
+ };
7084
+ /** Slide change callback. */
7085
+ 'onChangeSlide': {
7086
+ label: 'Slide change callback';
7087
+ type: 'raw';
7088
+ options: {
7089
+ valueType: `(slide: number) => void`;
7090
+ };
7091
+ };
7092
+ /** Render sections as grid. */
7093
+ 'shouldRenderSectionsAsGrid': {
7094
+ label: 'Render sections as grid';
7095
+ type: 'boolean';
7096
+ options: undefined;
7097
+ };
7098
+ /** Sections. */
7099
+ 'sections': {
7100
+ label: 'Sections';
7101
+ type: 'schema';
7102
+ isArray: true;
7103
+ options: {
7104
+ schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardSectionSchema;
7105
+ };
7106
+ };
7107
+ };
7108
+ }
7109
+ interface CardBodyEntity extends SchemaEntity<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardBodySchema> {
7110
+ }
7111
+ }
7112
+ namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
7113
+ interface Feed {
7114
+ 'items': SpruceSchemas.Spruce.v2020_07_22.FeedItem[];
7115
+ 'onSubmitMessage'?: (HeartwoodTypes.OnSubmitFeedMessageHandler) | undefined | null;
7116
+ 'controller'?: (HeartwoodTypes.ViewController<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Feed>) | undefined | null;
7117
+ }
7118
+ interface FeedSchema extends SpruceSchema.Schema {
7119
+ id: 'feed';
7120
+ version: 'v2021_02_11';
7121
+ namespace: 'HeartwoodViewControllers';
7122
+ name: 'Feed';
7123
+ moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers';
7124
+ fields: {
7125
+ /** . */
7126
+ 'items': {
7127
+ type: 'schema';
7128
+ isRequired: true;
7129
+ isArray: true;
7130
+ minArrayLength: 0;
7131
+ options: {
7132
+ schema: SpruceSchemas.Spruce.v2020_07_22.FeedItemSchema;
7133
+ };
7134
+ };
7135
+ /** . */
7136
+ 'onSubmitMessage': {
7137
+ type: 'raw';
7138
+ options: {
7139
+ valueType: `HeartwoodTypes.OnSubmitFeedMessageHandler`;
7140
+ };
7141
+ };
7142
+ /** . */
7143
+ 'controller': {
7144
+ type: 'raw';
7145
+ options: {
7146
+ valueType: `HeartwoodTypes.ViewController<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Feed>`;
7147
+ };
7148
+ };
7149
+ };
7150
+ }
7151
+ interface FeedEntity extends SchemaEntity<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.FeedSchema> {
7152
+ }
7153
+ }
6098
7154
  namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
6099
7155
  interface PolarAreaDataItem {
6100
7156
  'label': string;
@@ -16002,7 +17058,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
16002
17058
  id: 'dropdownButton';
16003
17059
  version: 'v2021_02_11';
16004
17060
  namespace: 'HeartwoodViewControllers';
16005
- name: '';
17061
+ name: 'Dropdown button';
16006
17062
  moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers';
16007
17063
  fields: {
16008
17064
  /** . */