@sprucelabs/heartwood-view-controllers 121.2.32 → 121.3.0

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 (23) hide show
  1. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/cardHeader.schema.js +12 -6
  2. package/build/.spruce/schemas/schemas.types.d.ts +16 -8
  3. package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/cardHeader.schema.js +12 -6
  4. package/build/esm/.spruce/schemas/schemas.types.d.ts +16 -8
  5. package/build/esm/schemas/v2021_02_11/cards/card.builder.d.ts +8 -4
  6. package/build/esm/schemas/v2021_02_11/cards/cardHeader.builder.d.ts +8 -4
  7. package/build/esm/schemas/v2021_02_11/cards/cardHeader.builder.js +8 -4
  8. package/build/esm/schemas/v2021_02_11/dialog.builder.d.ts +8 -4
  9. package/build/esm/schemas/v2021_02_11/layout.builder.d.ts +8 -4
  10. package/build/esm/schemas/v2021_02_11/lockScreen.builder.d.ts +8 -4
  11. package/build/esm/schemas/v2021_02_11/skillView.builder.d.ts +8 -4
  12. package/build/esm/schemas/v2021_02_11/toolBelt.builder.d.ts +8 -4
  13. package/build/esm/types/heartwood.types.d.ts +1 -1
  14. package/build/schemas/v2021_02_11/cards/card.builder.d.ts +8 -4
  15. package/build/schemas/v2021_02_11/cards/cardHeader.builder.d.ts +8 -4
  16. package/build/schemas/v2021_02_11/cards/cardHeader.builder.js +8 -4
  17. package/build/schemas/v2021_02_11/dialog.builder.d.ts +8 -4
  18. package/build/schemas/v2021_02_11/layout.builder.d.ts +8 -4
  19. package/build/schemas/v2021_02_11/lockScreen.builder.d.ts +8 -4
  20. package/build/schemas/v2021_02_11/skillView.builder.d.ts +8 -4
  21. package/build/schemas/v2021_02_11/toolBelt.builder.d.ts +8 -4
  22. package/build/types/heartwood.types.d.ts +1 -1
  23. package/package.json +1 -1
@@ -18,18 +18,24 @@ const cardHeaderSchema = {
18
18
  type: 'text',
19
19
  options: undefined
20
20
  },
21
- /** Controller. */
22
- 'controller': {
23
- label: 'Controller',
24
- type: 'raw',
25
- options: { valueType: `HeartwoodTypes.ViewController<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardHeader>`, }
26
- },
27
21
  /** Subtitle. */
28
22
  'subtitle': {
29
23
  label: 'Subtitle',
30
24
  type: 'text',
31
25
  options: undefined
32
26
  },
27
+ /** Alt title. */
28
+ 'altTitle': {
29
+ label: 'Alt title',
30
+ type: 'text',
31
+ options: undefined
32
+ },
33
+ /** Controller. */
34
+ 'controller': {
35
+ label: 'Controller',
36
+ type: 'raw',
37
+ options: { valueType: `HeartwoodTypes.ViewController<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardHeader>`, }
38
+ },
33
39
  /** Icon. */
34
40
  'icon': {
35
41
  label: 'Icon',
@@ -9379,10 +9379,12 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
9379
9379
  interface CardHeader {
9380
9380
  /** Title. */
9381
9381
  'title'?: string | undefined | null;
9382
- /** Controller. */
9383
- 'controller'?: (HeartwoodTypes.ViewController<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardHeader>) | undefined | null;
9384
9382
  /** Subtitle. */
9385
9383
  'subtitle'?: string | undefined | null;
9384
+ /** Alt title. */
9385
+ 'altTitle'?: string | undefined | null;
9386
+ /** Controller. */
9387
+ 'controller'?: (HeartwoodTypes.ViewController<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardHeader>) | undefined | null;
9386
9388
  /** Icon. */
9387
9389
  'icon'?: ("accesibility" | "add" | "address_book" | "administrator" | "airbrush" | "airplane" | "alarm" | "alien" | "american_express" | "analysis" | "analysis_1" | "archive" | "art_palette" | "artificial_intelligence" | "artificial_intelligence_1" | "at" | "atm" | "attachment" | "audio" | "audio_knob" | "auricular_phone" | "back" | "backup" | "balance" | "band_aid" | "bank" | "barcode" | "basketball" | "battery" | "beer" | "bell" | "bicycle" | "bill" | "binoculars" | "birthday" | "bitcoin" | "blog" | "bluetooth" | "bomb" | "book" | "bookmark" | "box" | "brain" | "brainstorm" | "briefcase" | "briefcase_money" | "broken_heart" | "broken_link" | "brush_tip" | "bus" | "cake" | "calculator" | "calendar" | "car" | "cat" | "certificate" | "champagne" | "chat" | "chat_1" | "check" | "check_1" | "chip" | "cirrus" | "city" | "city_1" | "citybank" | "clicker" | "clip" | "clipboard" | "clock" | "cloud" | "cloud_1" | "cloud_computing" | "cloud_computing_1" | "cloudy" | "cocktail" | "code" | "coffee_cup" | "coin_dollar" | "coin_pound" | "coins" | "coinstack" | "collaboration" | "command" | "company" | "compass" | "compose" | "computer_graphics" | "connection" | "contract" | "contract_1" | "contrast" | "control" | "control_game" | "copy" | "costumer" | "coupon" | "crash" | "creative" | "credit_card" | "credit_card1" | "credit_card_2" | "cross" | "cursor" | "dashboard" | "database" | "delete" | "dentistry" | "diary" | "diet" | "digital_campaing" | "digital_key" | "diners_club" | "disc" | "discount" | "dish" | "dish_1" | "dislike" | "divider" | "doctor" | "dog" | "dollar_coin" | "dollar_sign" | "dowload" | "down_arrow" | "download" | "edit" | "edit_file" | "editor" | "education" | "eject" | "emergency" | "employed" | "encrypted_database" | "encrypted_folder" | "encrypted_internet_conection" | "encrypted_mail" | "encryption" | "encypted_terminal" | "enterprice" | "equal" | "erase_file" | "erase_sabe" | "error_database" | "error_search" | "error_terminal" | "euro_sign" | "exit" | "external_link" | "facebook" | "feedback" | "file" | "fill" | "finger_print" | "firewall" | "flag" | "flash" | "flash_auto" | "flash_red_eye" | "flashlight" | "folder_gallery" | "folder" | "football" | "forbidden" | "french_fries" | "funnel" | "gallery" | "game_control" | "games_card_clubs" | "games_card_diamonds" | "games_card_hearts" | "games_card_spades" | "gift" | "girl" | "gmail" | "gold" | "graduated" | "group" | "hamburguer" | "hand" | "hand_note" | "hand_point" | "hand_shake" | "headphones" | "heart" | "heart_1" | "help" | "hide" | "high_five" | "hold" | "home" | "homework" | "hotel" | "hourglass" | "house" | "icon" | "id_card" | "idea" | "infinity" | "info" | "information" | "innovation" | "instagram" | "internet" | "internet_1" | "internet_error" | "key" | "key_1" | "kiss" | "lamp" | "laptop" | "layers" | "layers_1" | "layout" | "left_arrow" | "light_bulb" | "like" | "like_1" | "line_chart" | "link" | "linkeding" | "list" | "local_network" | "location" | "locked" | "magazine" | "magic_wand" | "magnet" | "mail" | "mail_account" | "mail_error" | "map_location" | "maps" | "marker" | "master_data" | "mastercard" | "medicine" | "menu" | "mic" | "microphone" | "microphone_1" | "microscope" | "money_bag" | "money" | "money_1" | "money_report" | "money_report_1" | "monitor" | "more" | "multiple_user" | "multiple_users" | "music_library" | "music_player" | "music_volume_high" | "music_volume_low" | "music_volume_medium" | "music_volume_mute" | "musical_note" | "mute_mic" | "network" | "newspaper" | "note" | "notebook" | "notification" | "old_phone" | "online_pay" | "open_book" | "open_box" | "open_hand" | "p2p" | "pallete" | "paper_plane" | "paper_plane_1" | "passage_of_time" | "pause" | "payment" | "paypal" | "pen_drive" | "perspective" | "pet_paw_print" | "phone_book" | "phone_receiver" | "photo_camera" | "picture" | "pie_chart" | "piggy_bank" | "pinterest" | "piracy" | "pizza" | "placeholder" | "plan" | "plane" | "play_buttom" | "plus" | "police_car" | "power_on_off" | "presentation" | "preview" | "preview_1" | "previous" | "price_tag" | "print_fax" | "project_management" | "project_management_1" | "promotion" | "purse" | "quality" | "radar" | "radioactive" | "rainy" | "rating" | "receipt" | "recluitment" | "recognition" | "record" | "recycle" | "red_eye" | "reload" | "reload_1" | "repair" | "report" | "research" | "responsive" | "restaurant" | "resume" | "reunion" | "right_arrow" | "risk" | "rotate" | "route" | "runner_man" | "sabe" | "sabe_error" | "safety_box_open" | "satellite" | "school" | "scissors" | "screw" | "search" | "send" | "send_file" | "send_file_1" | "send_money" | "send_package" | "server" | "settings" | "settings_1" | "share" | "shield" | "ship" | "shipped" | "shop" | "shopping" | "shopping_bag" | "shopping_car" | "shuffle" | "sign" | "sketch" | "sketch_1" | "skip" | "smartphone" | "snapchat" | "sniffer" | "social_media" | "spam" | "speech_bubble" | "spray" | "star" | "start_up" | "stats_line_chart" | "stethoscope" | "stop" | "stop_watch" | "storage" | "street" | "student" | "study" | "sun_glasses" | "suppport" | "switch" | "tablet" | "tabs" | "tap_gesture" | "target" | "telephone_call" | "television" | "terminal" | "terminal_2" | "think" | "toast" | "toast_1" | "tools" | "traffic_light" | "transfer_data" | "trash" | "treasure_chest" | "trojan" | "twitter" | "two_players" | "university" | "unlock" | "up_arrow" | "upload" | "vector" | "view" | "vintage_phone" | "visa" | "volume_control" | "wallet" | "wallet_1" | "warning" | "warning_briefcase" | "warning_chemistry" | "warning_database" | "warning_dowload" | "warning_folder" | "warning_location" | "warning_mail" | "warning_package" | "warning_search" | "warning_shipped" | "warning_terminal" | "warning_trash" | "web_design" | "web_domain_registration" | "web_search" | "web_search_1" | "website" | "weight" | "whatsapp" | "wheelchair" | "wifi" | "windows" | "wine_cup" | "wordpress" | "worldwide" | "youtube" | "zcash" | "zipped_folder" | "zoom_in" | "zoom_out" | "loading") | undefined | null;
9388
9390
  /** Image. The absolute url to any image you want shown in the header. */
@@ -9407,6 +9409,18 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
9407
9409
  type: 'text';
9408
9410
  options: undefined;
9409
9411
  };
9412
+ /** Subtitle. */
9413
+ 'subtitle': {
9414
+ label: 'Subtitle';
9415
+ type: 'text';
9416
+ options: undefined;
9417
+ };
9418
+ /** Alt title. */
9419
+ 'altTitle': {
9420
+ label: 'Alt title';
9421
+ type: 'text';
9422
+ options: undefined;
9423
+ };
9410
9424
  /** Controller. */
9411
9425
  'controller': {
9412
9426
  label: 'Controller';
@@ -9415,12 +9429,6 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
9415
9429
  valueType: `HeartwoodTypes.ViewController<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardHeader>`;
9416
9430
  };
9417
9431
  };
9418
- /** Subtitle. */
9419
- 'subtitle': {
9420
- label: 'Subtitle';
9421
- type: 'text';
9422
- options: undefined;
9423
- };
9424
9432
  /** Icon. */
9425
9433
  'icon': {
9426
9434
  label: 'Icon';
@@ -13,18 +13,24 @@ const cardHeaderSchema = {
13
13
  type: 'text',
14
14
  options: undefined
15
15
  },
16
- /** Controller. */
17
- 'controller': {
18
- label: 'Controller',
19
- type: 'raw',
20
- options: { valueType: `HeartwoodTypes.ViewController<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardHeader>`, }
21
- },
22
16
  /** Subtitle. */
23
17
  'subtitle': {
24
18
  label: 'Subtitle',
25
19
  type: 'text',
26
20
  options: undefined
27
21
  },
22
+ /** Alt title. */
23
+ 'altTitle': {
24
+ label: 'Alt title',
25
+ type: 'text',
26
+ options: undefined
27
+ },
28
+ /** Controller. */
29
+ 'controller': {
30
+ label: 'Controller',
31
+ type: 'raw',
32
+ options: { valueType: `HeartwoodTypes.ViewController<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardHeader>`, }
33
+ },
28
34
  /** Icon. */
29
35
  'icon': {
30
36
  label: 'Icon',
@@ -9379,10 +9379,12 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
9379
9379
  interface CardHeader {
9380
9380
  /** Title. */
9381
9381
  'title'?: string | undefined | null;
9382
- /** Controller. */
9383
- 'controller'?: (HeartwoodTypes.ViewController<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardHeader>) | undefined | null;
9384
9382
  /** Subtitle. */
9385
9383
  'subtitle'?: string | undefined | null;
9384
+ /** Alt title. */
9385
+ 'altTitle'?: string | undefined | null;
9386
+ /** Controller. */
9387
+ 'controller'?: (HeartwoodTypes.ViewController<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardHeader>) | undefined | null;
9386
9388
  /** Icon. */
9387
9389
  'icon'?: ("accesibility" | "add" | "address_book" | "administrator" | "airbrush" | "airplane" | "alarm" | "alien" | "american_express" | "analysis" | "analysis_1" | "archive" | "art_palette" | "artificial_intelligence" | "artificial_intelligence_1" | "at" | "atm" | "attachment" | "audio" | "audio_knob" | "auricular_phone" | "back" | "backup" | "balance" | "band_aid" | "bank" | "barcode" | "basketball" | "battery" | "beer" | "bell" | "bicycle" | "bill" | "binoculars" | "birthday" | "bitcoin" | "blog" | "bluetooth" | "bomb" | "book" | "bookmark" | "box" | "brain" | "brainstorm" | "briefcase" | "briefcase_money" | "broken_heart" | "broken_link" | "brush_tip" | "bus" | "cake" | "calculator" | "calendar" | "car" | "cat" | "certificate" | "champagne" | "chat" | "chat_1" | "check" | "check_1" | "chip" | "cirrus" | "city" | "city_1" | "citybank" | "clicker" | "clip" | "clipboard" | "clock" | "cloud" | "cloud_1" | "cloud_computing" | "cloud_computing_1" | "cloudy" | "cocktail" | "code" | "coffee_cup" | "coin_dollar" | "coin_pound" | "coins" | "coinstack" | "collaboration" | "command" | "company" | "compass" | "compose" | "computer_graphics" | "connection" | "contract" | "contract_1" | "contrast" | "control" | "control_game" | "copy" | "costumer" | "coupon" | "crash" | "creative" | "credit_card" | "credit_card1" | "credit_card_2" | "cross" | "cursor" | "dashboard" | "database" | "delete" | "dentistry" | "diary" | "diet" | "digital_campaing" | "digital_key" | "diners_club" | "disc" | "discount" | "dish" | "dish_1" | "dislike" | "divider" | "doctor" | "dog" | "dollar_coin" | "dollar_sign" | "dowload" | "down_arrow" | "download" | "edit" | "edit_file" | "editor" | "education" | "eject" | "emergency" | "employed" | "encrypted_database" | "encrypted_folder" | "encrypted_internet_conection" | "encrypted_mail" | "encryption" | "encypted_terminal" | "enterprice" | "equal" | "erase_file" | "erase_sabe" | "error_database" | "error_search" | "error_terminal" | "euro_sign" | "exit" | "external_link" | "facebook" | "feedback" | "file" | "fill" | "finger_print" | "firewall" | "flag" | "flash" | "flash_auto" | "flash_red_eye" | "flashlight" | "folder_gallery" | "folder" | "football" | "forbidden" | "french_fries" | "funnel" | "gallery" | "game_control" | "games_card_clubs" | "games_card_diamonds" | "games_card_hearts" | "games_card_spades" | "gift" | "girl" | "gmail" | "gold" | "graduated" | "group" | "hamburguer" | "hand" | "hand_note" | "hand_point" | "hand_shake" | "headphones" | "heart" | "heart_1" | "help" | "hide" | "high_five" | "hold" | "home" | "homework" | "hotel" | "hourglass" | "house" | "icon" | "id_card" | "idea" | "infinity" | "info" | "information" | "innovation" | "instagram" | "internet" | "internet_1" | "internet_error" | "key" | "key_1" | "kiss" | "lamp" | "laptop" | "layers" | "layers_1" | "layout" | "left_arrow" | "light_bulb" | "like" | "like_1" | "line_chart" | "link" | "linkeding" | "list" | "local_network" | "location" | "locked" | "magazine" | "magic_wand" | "magnet" | "mail" | "mail_account" | "mail_error" | "map_location" | "maps" | "marker" | "master_data" | "mastercard" | "medicine" | "menu" | "mic" | "microphone" | "microphone_1" | "microscope" | "money_bag" | "money" | "money_1" | "money_report" | "money_report_1" | "monitor" | "more" | "multiple_user" | "multiple_users" | "music_library" | "music_player" | "music_volume_high" | "music_volume_low" | "music_volume_medium" | "music_volume_mute" | "musical_note" | "mute_mic" | "network" | "newspaper" | "note" | "notebook" | "notification" | "old_phone" | "online_pay" | "open_book" | "open_box" | "open_hand" | "p2p" | "pallete" | "paper_plane" | "paper_plane_1" | "passage_of_time" | "pause" | "payment" | "paypal" | "pen_drive" | "perspective" | "pet_paw_print" | "phone_book" | "phone_receiver" | "photo_camera" | "picture" | "pie_chart" | "piggy_bank" | "pinterest" | "piracy" | "pizza" | "placeholder" | "plan" | "plane" | "play_buttom" | "plus" | "police_car" | "power_on_off" | "presentation" | "preview" | "preview_1" | "previous" | "price_tag" | "print_fax" | "project_management" | "project_management_1" | "promotion" | "purse" | "quality" | "radar" | "radioactive" | "rainy" | "rating" | "receipt" | "recluitment" | "recognition" | "record" | "recycle" | "red_eye" | "reload" | "reload_1" | "repair" | "report" | "research" | "responsive" | "restaurant" | "resume" | "reunion" | "right_arrow" | "risk" | "rotate" | "route" | "runner_man" | "sabe" | "sabe_error" | "safety_box_open" | "satellite" | "school" | "scissors" | "screw" | "search" | "send" | "send_file" | "send_file_1" | "send_money" | "send_package" | "server" | "settings" | "settings_1" | "share" | "shield" | "ship" | "shipped" | "shop" | "shopping" | "shopping_bag" | "shopping_car" | "shuffle" | "sign" | "sketch" | "sketch_1" | "skip" | "smartphone" | "snapchat" | "sniffer" | "social_media" | "spam" | "speech_bubble" | "spray" | "star" | "start_up" | "stats_line_chart" | "stethoscope" | "stop" | "stop_watch" | "storage" | "street" | "student" | "study" | "sun_glasses" | "suppport" | "switch" | "tablet" | "tabs" | "tap_gesture" | "target" | "telephone_call" | "television" | "terminal" | "terminal_2" | "think" | "toast" | "toast_1" | "tools" | "traffic_light" | "transfer_data" | "trash" | "treasure_chest" | "trojan" | "twitter" | "two_players" | "university" | "unlock" | "up_arrow" | "upload" | "vector" | "view" | "vintage_phone" | "visa" | "volume_control" | "wallet" | "wallet_1" | "warning" | "warning_briefcase" | "warning_chemistry" | "warning_database" | "warning_dowload" | "warning_folder" | "warning_location" | "warning_mail" | "warning_package" | "warning_search" | "warning_shipped" | "warning_terminal" | "warning_trash" | "web_design" | "web_domain_registration" | "web_search" | "web_search_1" | "website" | "weight" | "whatsapp" | "wheelchair" | "wifi" | "windows" | "wine_cup" | "wordpress" | "worldwide" | "youtube" | "zcash" | "zipped_folder" | "zoom_in" | "zoom_out" | "loading") | undefined | null;
9388
9390
  /** Image. The absolute url to any image you want shown in the header. */
@@ -9407,6 +9409,18 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
9407
9409
  type: 'text';
9408
9410
  options: undefined;
9409
9411
  };
9412
+ /** Subtitle. */
9413
+ 'subtitle': {
9414
+ label: 'Subtitle';
9415
+ type: 'text';
9416
+ options: undefined;
9417
+ };
9418
+ /** Alt title. */
9419
+ 'altTitle': {
9420
+ label: 'Alt title';
9421
+ type: 'text';
9422
+ options: undefined;
9423
+ };
9410
9424
  /** Controller. */
9411
9425
  'controller': {
9412
9426
  label: 'Controller';
@@ -9415,12 +9429,6 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
9415
9429
  valueType: `HeartwoodTypes.ViewController<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardHeader>`;
9416
9430
  };
9417
9431
  };
9418
- /** Subtitle. */
9419
- 'subtitle': {
9420
- label: 'Subtitle';
9421
- type: 'text';
9422
- options: undefined;
9423
- };
9424
9432
  /** Icon. */
9425
9433
  'icon': {
9426
9434
  label: 'Icon';
@@ -28,6 +28,14 @@ declare const _default: {
28
28
  type: "text";
29
29
  label: string;
30
30
  };
31
+ subtitle: {
32
+ type: "text";
33
+ label: string;
34
+ };
35
+ altTitle: {
36
+ type: "text";
37
+ label: string;
38
+ };
31
39
  controller: {
32
40
  type: "raw";
33
41
  label: string;
@@ -35,10 +43,6 @@ declare const _default: {
35
43
  valueType: string;
36
44
  };
37
45
  };
38
- subtitle: {
39
- type: "text";
40
- label: string;
41
- };
42
46
  icon: {
43
47
  type: "select";
44
48
  label: string;
@@ -5,6 +5,14 @@ declare const _default: {
5
5
  type: "text";
6
6
  label: string;
7
7
  };
8
+ subtitle: {
9
+ type: "text";
10
+ label: string;
11
+ };
12
+ altTitle: {
13
+ type: "text";
14
+ label: string;
15
+ };
8
16
  controller: {
9
17
  type: "raw";
10
18
  label: string;
@@ -12,10 +20,6 @@ declare const _default: {
12
20
  valueType: string;
13
21
  };
14
22
  };
15
- subtitle: {
16
- type: "text";
17
- label: string;
18
- };
19
23
  icon: {
20
24
  type: "select";
21
25
  label: string;
@@ -8,6 +8,14 @@ export default buildSchema({
8
8
  type: 'text',
9
9
  label: 'Title',
10
10
  },
11
+ subtitle: {
12
+ type: 'text',
13
+ label: 'Subtitle',
14
+ },
15
+ altTitle: {
16
+ type: 'text',
17
+ label: 'Alt title',
18
+ },
11
19
  controller: {
12
20
  type: 'raw',
13
21
  label: 'Controller',
@@ -15,10 +23,6 @@ export default buildSchema({
15
23
  valueType: 'HeartwoodTypes.ViewController<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardHeader>',
16
24
  },
17
25
  },
18
- subtitle: {
19
- type: 'text',
20
- label: 'Subtitle',
21
- },
22
26
  icon: {
23
27
  type: 'select',
24
28
  label: 'Icon',
@@ -59,6 +59,14 @@ declare const _default: {
59
59
  type: "text";
60
60
  label: string;
61
61
  };
62
+ subtitle: {
63
+ type: "text";
64
+ label: string;
65
+ };
66
+ altTitle: {
67
+ type: "text";
68
+ label: string;
69
+ };
62
70
  controller: {
63
71
  type: "raw";
64
72
  label: string;
@@ -66,10 +74,6 @@ declare const _default: {
66
74
  valueType: string;
67
75
  };
68
76
  };
69
- subtitle: {
70
- type: "text";
71
- label: string;
72
- };
73
77
  icon: {
74
78
  type: "select";
75
79
  label: string;
@@ -39,6 +39,14 @@ declare const _default: {
39
39
  type: "text";
40
40
  label: string;
41
41
  };
42
+ subtitle: {
43
+ type: "text";
44
+ label: string;
45
+ };
46
+ altTitle: {
47
+ type: "text";
48
+ label: string;
49
+ };
42
50
  controller: {
43
51
  type: "raw";
44
52
  label: string;
@@ -46,10 +54,6 @@ declare const _default: {
46
54
  valueType: string;
47
55
  };
48
56
  };
49
- subtitle: {
50
- type: "text";
51
- label: string;
52
- };
53
57
  icon: {
54
58
  type: "select";
55
59
  label: string;
@@ -84,6 +84,14 @@ declare const _default: {
84
84
  type: "text";
85
85
  label: string;
86
86
  };
87
+ subtitle: {
88
+ type: "text";
89
+ label: string;
90
+ };
91
+ altTitle: {
92
+ type: "text";
93
+ label: string;
94
+ };
87
95
  controller: {
88
96
  type: "raw";
89
97
  label: string;
@@ -91,10 +99,6 @@ declare const _default: {
91
99
  valueType: string;
92
100
  };
93
101
  };
94
- subtitle: {
95
- type: "text";
96
- label: string;
97
- };
98
102
  icon: {
99
103
  type: "select";
100
104
  label: string;
@@ -78,6 +78,14 @@ declare const _default: {
78
78
  type: "text";
79
79
  label: string;
80
80
  };
81
+ subtitle: {
82
+ type: "text";
83
+ label: string;
84
+ };
85
+ altTitle: {
86
+ type: "text";
87
+ label: string;
88
+ };
81
89
  controller: {
82
90
  type: "raw";
83
91
  label: string;
@@ -85,10 +93,6 @@ declare const _default: {
85
93
  valueType: string;
86
94
  };
87
95
  };
88
- subtitle: {
89
- type: "text";
90
- label: string;
91
- };
92
96
  icon: {
93
97
  type: "select";
94
98
  label: string;
@@ -100,6 +100,14 @@ declare const _default: {
100
100
  type: "text";
101
101
  label: string;
102
102
  };
103
+ subtitle: {
104
+ type: "text";
105
+ label: string;
106
+ };
107
+ altTitle: {
108
+ type: "text";
109
+ label: string;
110
+ };
103
111
  controller: {
104
112
  type: "raw";
105
113
  label: string;
@@ -107,10 +115,6 @@ declare const _default: {
107
115
  valueType: string;
108
116
  };
109
117
  };
110
- subtitle: {
111
- type: "text";
112
- label: string;
113
- };
114
118
  icon: {
115
119
  type: "select";
116
120
  label: string;
@@ -447,7 +447,7 @@ export interface ViewControllerOptions {
447
447
  maps: MapUtil;
448
448
  log: Log;
449
449
  }
450
- export type RenderAsInputComponentType = 'colorPicker' | 'number' | 'textarea' | 'ratings' | 'checkbox' | 'autocomplete' | 'tags' | 'signature' | 'password' | 'search';
450
+ export type RenderAsInputComponentType = 'colorPicker' | 'number' | 'textarea' | 'ratings' | 'checkbox' | 'autocomplete' | 'tags' | 'signature' | 'password' | 'search' | 'slider';
451
451
  export type RenderAsInputComponent = RenderAsInputComponentType | RatingsInputComponent;
452
452
  export type RatingsInputComponent = Pick<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Ratings, 'steps' | 'leftLabel' | 'rightLabel' | 'middleLabel' | 'icon'> & {
453
453
  type: 'ratings';
@@ -28,6 +28,14 @@ declare const _default: {
28
28
  type: "text";
29
29
  label: string;
30
30
  };
31
+ subtitle: {
32
+ type: "text";
33
+ label: string;
34
+ };
35
+ altTitle: {
36
+ type: "text";
37
+ label: string;
38
+ };
31
39
  controller: {
32
40
  type: "raw";
33
41
  label: string;
@@ -35,10 +43,6 @@ declare const _default: {
35
43
  valueType: string;
36
44
  };
37
45
  };
38
- subtitle: {
39
- type: "text";
40
- label: string;
41
- };
42
46
  icon: {
43
47
  type: "select";
44
48
  label: string;
@@ -5,6 +5,14 @@ declare const _default: {
5
5
  type: "text";
6
6
  label: string;
7
7
  };
8
+ subtitle: {
9
+ type: "text";
10
+ label: string;
11
+ };
12
+ altTitle: {
13
+ type: "text";
14
+ label: string;
15
+ };
8
16
  controller: {
9
17
  type: "raw";
10
18
  label: string;
@@ -12,10 +20,6 @@ declare const _default: {
12
20
  valueType: string;
13
21
  };
14
22
  };
15
- subtitle: {
16
- type: "text";
17
- label: string;
18
- };
19
23
  icon: {
20
24
  type: "select";
21
25
  label: string;
@@ -13,6 +13,14 @@ exports.default = (0, schema_1.buildSchema)({
13
13
  type: 'text',
14
14
  label: 'Title',
15
15
  },
16
+ subtitle: {
17
+ type: 'text',
18
+ label: 'Subtitle',
19
+ },
20
+ altTitle: {
21
+ type: 'text',
22
+ label: 'Alt title',
23
+ },
16
24
  controller: {
17
25
  type: 'raw',
18
26
  label: 'Controller',
@@ -20,10 +28,6 @@ exports.default = (0, schema_1.buildSchema)({
20
28
  valueType: 'HeartwoodTypes.ViewController<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardHeader>',
21
29
  },
22
30
  },
23
- subtitle: {
24
- type: 'text',
25
- label: 'Subtitle',
26
- },
27
31
  icon: {
28
32
  type: 'select',
29
33
  label: 'Icon',
@@ -59,6 +59,14 @@ declare const _default: {
59
59
  type: "text";
60
60
  label: string;
61
61
  };
62
+ subtitle: {
63
+ type: "text";
64
+ label: string;
65
+ };
66
+ altTitle: {
67
+ type: "text";
68
+ label: string;
69
+ };
62
70
  controller: {
63
71
  type: "raw";
64
72
  label: string;
@@ -66,10 +74,6 @@ declare const _default: {
66
74
  valueType: string;
67
75
  };
68
76
  };
69
- subtitle: {
70
- type: "text";
71
- label: string;
72
- };
73
77
  icon: {
74
78
  type: "select";
75
79
  label: string;
@@ -39,6 +39,14 @@ declare const _default: {
39
39
  type: "text";
40
40
  label: string;
41
41
  };
42
+ subtitle: {
43
+ type: "text";
44
+ label: string;
45
+ };
46
+ altTitle: {
47
+ type: "text";
48
+ label: string;
49
+ };
42
50
  controller: {
43
51
  type: "raw";
44
52
  label: string;
@@ -46,10 +54,6 @@ declare const _default: {
46
54
  valueType: string;
47
55
  };
48
56
  };
49
- subtitle: {
50
- type: "text";
51
- label: string;
52
- };
53
57
  icon: {
54
58
  type: "select";
55
59
  label: string;
@@ -84,6 +84,14 @@ declare const _default: {
84
84
  type: "text";
85
85
  label: string;
86
86
  };
87
+ subtitle: {
88
+ type: "text";
89
+ label: string;
90
+ };
91
+ altTitle: {
92
+ type: "text";
93
+ label: string;
94
+ };
87
95
  controller: {
88
96
  type: "raw";
89
97
  label: string;
@@ -91,10 +99,6 @@ declare const _default: {
91
99
  valueType: string;
92
100
  };
93
101
  };
94
- subtitle: {
95
- type: "text";
96
- label: string;
97
- };
98
102
  icon: {
99
103
  type: "select";
100
104
  label: string;
@@ -78,6 +78,14 @@ declare const _default: {
78
78
  type: "text";
79
79
  label: string;
80
80
  };
81
+ subtitle: {
82
+ type: "text";
83
+ label: string;
84
+ };
85
+ altTitle: {
86
+ type: "text";
87
+ label: string;
88
+ };
81
89
  controller: {
82
90
  type: "raw";
83
91
  label: string;
@@ -85,10 +93,6 @@ declare const _default: {
85
93
  valueType: string;
86
94
  };
87
95
  };
88
- subtitle: {
89
- type: "text";
90
- label: string;
91
- };
92
96
  icon: {
93
97
  type: "select";
94
98
  label: string;
@@ -100,6 +100,14 @@ declare const _default: {
100
100
  type: "text";
101
101
  label: string;
102
102
  };
103
+ subtitle: {
104
+ type: "text";
105
+ label: string;
106
+ };
107
+ altTitle: {
108
+ type: "text";
109
+ label: string;
110
+ };
103
111
  controller: {
104
112
  type: "raw";
105
113
  label: string;
@@ -107,10 +115,6 @@ declare const _default: {
107
115
  valueType: string;
108
116
  };
109
117
  };
110
- subtitle: {
111
- type: "text";
112
- label: string;
113
- };
114
118
  icon: {
115
119
  type: "select";
116
120
  label: string;
@@ -447,7 +447,7 @@ export interface ViewControllerOptions {
447
447
  maps: MapUtil;
448
448
  log: Log;
449
449
  }
450
- export type RenderAsInputComponentType = 'colorPicker' | 'number' | 'textarea' | 'ratings' | 'checkbox' | 'autocomplete' | 'tags' | 'signature' | 'password' | 'search';
450
+ export type RenderAsInputComponentType = 'colorPicker' | 'number' | 'textarea' | 'ratings' | 'checkbox' | 'autocomplete' | 'tags' | 'signature' | 'password' | 'search' | 'slider';
451
451
  export type RenderAsInputComponent = RenderAsInputComponentType | RatingsInputComponent;
452
452
  export type RatingsInputComponent = Pick<SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Ratings, 'steps' | 'leftLabel' | 'rightLabel' | 'middleLabel' | 'icon'> & {
453
453
  type: 'ratings';
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "sideEffects": false,
14
14
  "license": "MIT",
15
15
  "description": "All the power of Heartwood in one, convenient package.",
16
- "version": "121.2.32",
16
+ "version": "121.3.0",
17
17
  "skill": {
18
18
  "namespace": "HeartwoodViewControllers",
19
19
  "commandOverrides": {