@openwebf/vue-cupertino-ui 0.4.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.
- package/index.d.ts +860 -0
- package/package.json +19 -0
package/index.d.ts
ADDED
|
@@ -0,0 +1,860 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Generated by TSDL, don't edit this file directly.
|
|
3
|
+
*/
|
|
4
|
+
// Based on the Vue 3 documentation for defining custom elements:
|
|
5
|
+
// https://vuejs.org/guide/extras/web-components
|
|
6
|
+
import type { EmitFn, PublicProps, StyleValue, ClassValue } from 'vue';
|
|
7
|
+
import '@openwebf/vue-core-ui';
|
|
8
|
+
type EventMap = {
|
|
9
|
+
[event: string]: Event
|
|
10
|
+
}
|
|
11
|
+
// This maps an EventMap to the format that Vue's $emit type expects.
|
|
12
|
+
type VueEmit<T extends EventMap> = EmitFn<{
|
|
13
|
+
[K in keyof T]: (event: NonNullable<T[K]>) => void
|
|
14
|
+
}>
|
|
15
|
+
// Vue 3 event listener properties for template usage
|
|
16
|
+
type VueEventListeners<T extends EventMap> = {
|
|
17
|
+
[K in keyof T as `on${Capitalize<string & K>}`]?: (event: NonNullable<T[K]>) => any
|
|
18
|
+
}
|
|
19
|
+
export declare enum CupertinoColors { activeBlue = "rgba(0, 122, 255, 1)", activeGreen = "rgba(52, 199, 89, 1)", activeOrange = "rgba(255, 149, 0, 1)", black = "rgba(0, 0, 0, 1)", darkBackgroundGray = "rgba(23, 23, 23, 1)", destructiveRed = "rgba(255, 59, 48, 1)", extraLightBackgroundGray = "rgba(239, 239, 244, 1)", inactiveGray = "rgba(153, 153, 153, 1)", label = "rgba(0, 0, 0, 1)", lightBackgroundGray = "rgba(229, 229, 234, 1)", link = "rgba(0, 122, 255, 1)", opaqueSeparator = "rgba(198, 198, 200, 1)", placeholderText = "rgba(60, 60, 67, 0.298)", quaternaryLabel = "rgba(60, 60, 67, 0.176)", quaternarySystemFill = "rgba(116, 116, 128, 0.078)", secondaryLabel = "rgba(60, 60, 67, 0.6)", secondarySystemBackground = "rgba(242, 242, 247, 1)", secondarySystemFill = "rgba(120, 120, 128, 0.157)", secondarySystemGroupedBackground = "rgba(255, 255, 255, 1)", separator = "rgba(60, 60, 67, 0.286)", systemBackground = "rgba(255, 255, 255, 1)", systemBlue = "rgba(0, 122, 255, 1)", systemBrown = "rgba(162, 132, 94, 1)", systemCyan = "rgba(50, 173, 230, 1)", systemFill = "rgba(120, 120, 128, 0.2)", systemGreen = "rgba(52, 199, 89, 1)", systemGrey = "rgba(142, 142, 147, 1)", systemGrey2 = "rgba(174, 174, 178, 1)", systemGrey3 = "rgba(199, 199, 204, 1)", systemGrey4 = "rgba(209, 209, 214, 1)", systemGrey5 = "rgba(229, 229, 234, 1)", systemGrey6 = "rgba(242, 242, 247, 1)", systemGroupedBackground = "rgba(242, 242, 247, 1)", systemIndigo = "rgba(88, 86, 214, 1)", systemMint = "rgba(0, 199, 190, 1)", systemOrange = "rgba(255, 149, 0, 1)", systemPink = "rgba(255, 45, 85, 1)", systemPurple = "rgba(175, 82, 222, 1)", systemRed = "rgba(255, 59, 48, 1)", systemTeal = "rgba(90, 200, 250, 1)", systemYellow = "rgba(255, 204, 0, 1)", tertiaryLabel = "rgba(60, 60, 67, 0.298)", tertiarySystemBackground = "rgba(255, 255, 255, 1)", tertiarySystemFill = "rgba(118, 118, 128, 0.118)", tertiarySystemGroupedBackground = "rgba(242, 242, 247, 1)", transparent = "rgba(0, 0, 0, 0)", white = "rgba(255, 255, 255, 1)" }
|
|
20
|
+
export declare enum CupertinoIcons { add = "add", add_circled = "add_circled", add_circled_solid = "add_circled_solid", airplane = "airplane", alarm = "alarm", alarm_fill = "alarm_fill", alt = "alt", ant = "ant", ant_circle = "ant_circle", ant_circle_fill = "ant_circle_fill", ant_fill = "ant_fill", antenna_radiowaves_left_right = "antenna_radiowaves_left_right", app = "app", app_badge = "app_badge", app_badge_fill = "app_badge_fill", app_fill = "app_fill", archivebox = "archivebox", archivebox_fill = "archivebox_fill", arrow_2_circlepath = "arrow_2_circlepath", arrow_2_circlepath_circle = "arrow_2_circlepath_circle", arrow_2_circlepath_circle_fill = "arrow_2_circlepath_circle_fill", arrow_2_squarepath = "arrow_2_squarepath", arrow_3_trianglepath = "arrow_3_trianglepath", arrow_branch = "arrow_branch", arrow_clockwise = "arrow_clockwise", arrow_clockwise_circle = "arrow_clockwise_circle", arrow_clockwise_circle_fill = "arrow_clockwise_circle_fill", arrow_counterclockwise = "arrow_counterclockwise", arrow_counterclockwise_circle = "arrow_counterclockwise_circle", arrow_counterclockwise_circle_fill = "arrow_counterclockwise_circle_fill", arrow_down = "arrow_down", arrow_down_circle = "arrow_down_circle", arrow_down_circle_fill = "arrow_down_circle_fill", arrow_down_doc = "arrow_down_doc", arrow_down_doc_fill = "arrow_down_doc_fill", arrow_down_left = "arrow_down_left", arrow_down_left_circle = "arrow_down_left_circle", arrow_down_left_circle_fill = "arrow_down_left_circle_fill", arrow_down_left_square = "arrow_down_left_square", arrow_down_left_square_fill = "arrow_down_left_square_fill", arrow_down_right = "arrow_down_right", arrow_down_right_arrow_up_left = "arrow_down_right_arrow_up_left", arrow_down_right_circle = "arrow_down_right_circle", arrow_down_right_circle_fill = "arrow_down_right_circle_fill", arrow_down_right_square = "arrow_down_right_square", arrow_down_right_square_fill = "arrow_down_right_square_fill", arrow_down_square = "arrow_down_square", arrow_down_square_fill = "arrow_down_square_fill", arrow_down_to_line = "arrow_down_to_line", arrow_down_to_line_alt = "arrow_down_to_line_alt", arrow_left = "arrow_left", arrow_left_circle = "arrow_left_circle", arrow_left_circle_fill = "arrow_left_circle_fill", arrow_left_right = "arrow_left_right", arrow_left_right_circle = "arrow_left_right_circle", arrow_left_right_circle_fill = "arrow_left_right_circle_fill", arrow_left_right_square = "arrow_left_right_square", arrow_left_right_square_fill = "arrow_left_right_square_fill", arrow_left_square = "arrow_left_square", arrow_left_square_fill = "arrow_left_square_fill", arrow_left_to_line = "arrow_left_to_line", arrow_left_to_line_alt = "arrow_left_to_line_alt", arrow_merge = "arrow_merge", arrow_right = "arrow_right", arrow_right_arrow_left = "arrow_right_arrow_left", arrow_right_arrow_left_circle = "arrow_right_arrow_left_circle", arrow_right_arrow_left_circle_fill = "arrow_right_arrow_left_circle_fill", arrow_right_arrow_left_square = "arrow_right_arrow_left_square", arrow_right_arrow_left_square_fill = "arrow_right_arrow_left_square_fill", arrow_right_circle = "arrow_right_circle", arrow_right_circle_fill = "arrow_right_circle_fill", arrow_right_square = "arrow_right_square", arrow_right_square_fill = "arrow_right_square_fill", arrow_right_to_line = "arrow_right_to_line", arrow_right_to_line_alt = "arrow_right_to_line_alt", arrow_swap = "arrow_swap", arrow_turn_down_left = "arrow_turn_down_left", arrow_turn_down_right = "arrow_turn_down_right", arrow_turn_left_down = "arrow_turn_left_down", arrow_turn_left_up = "arrow_turn_left_up", arrow_turn_right_down = "arrow_turn_right_down", arrow_turn_right_up = "arrow_turn_right_up", arrow_turn_up_left = "arrow_turn_up_left", arrow_turn_up_right = "arrow_turn_up_right", arrow_up = "arrow_up", arrow_up_arrow_down = "arrow_up_arrow_down", arrow_up_arrow_down_circle = "arrow_up_arrow_down_circle", arrow_up_arrow_down_circle_fill = "arrow_up_arrow_down_circle_fill", arrow_up_arrow_down_square = "arrow_up_arrow_down_square", arrow_up_arrow_down_square_fill = "arrow_up_arrow_down_square_fill", arrow_up_bin = "arrow_up_bin", arrow_up_bin_fill = "arrow_up_bin_fill", arrow_up_circle = "arrow_up_circle", arrow_up_circle_fill = "arrow_up_circle_fill", arrow_up_doc = "arrow_up_doc", arrow_up_doc_fill = "arrow_up_doc_fill", arrow_up_down = "arrow_up_down", arrow_up_down_circle = "arrow_up_down_circle", arrow_up_down_circle_fill = "arrow_up_down_circle_fill", arrow_up_down_square = "arrow_up_down_square", arrow_up_down_square_fill = "arrow_up_down_square_fill", arrow_up_left = "arrow_up_left", arrow_up_left_arrow_down_right = "arrow_up_left_arrow_down_right", arrow_up_left_circle = "arrow_up_left_circle", arrow_up_left_circle_fill = "arrow_up_left_circle_fill", arrow_up_left_square = "arrow_up_left_square", arrow_up_left_square_fill = "arrow_up_left_square_fill", arrow_up_right = "arrow_up_right", arrow_up_right_circle = "arrow_up_right_circle", arrow_up_right_circle_fill = "arrow_up_right_circle_fill", arrow_up_right_diamond = "arrow_up_right_diamond", arrow_up_right_diamond_fill = "arrow_up_right_diamond_fill", arrow_up_right_square = "arrow_up_right_square", arrow_up_right_square_fill = "arrow_up_right_square_fill", arrow_up_square = "arrow_up_square", arrow_up_square_fill = "arrow_up_square_fill", arrow_up_to_line = "arrow_up_to_line", arrow_up_to_line_alt = "arrow_up_to_line_alt", arrow_uturn_down = "arrow_uturn_down", arrow_uturn_down_circle = "arrow_uturn_down_circle", arrow_uturn_down_circle_fill = "arrow_uturn_down_circle_fill", arrow_uturn_down_square = "arrow_uturn_down_square", arrow_uturn_down_square_fill = "arrow_uturn_down_square_fill", arrow_uturn_left = "arrow_uturn_left", arrow_uturn_left_circle = "arrow_uturn_left_circle", arrow_uturn_left_circle_fill = "arrow_uturn_left_circle_fill", arrow_uturn_left_square = "arrow_uturn_left_square", arrow_uturn_left_square_fill = "arrow_uturn_left_square_fill", arrow_uturn_right = "arrow_uturn_right", arrow_uturn_right_circle = "arrow_uturn_right_circle", arrow_uturn_right_circle_fill = "arrow_uturn_right_circle_fill", arrow_uturn_right_square = "arrow_uturn_right_square", arrow_uturn_right_square_fill = "arrow_uturn_right_square_fill", arrow_uturn_up = "arrow_uturn_up", arrow_uturn_up_circle = "arrow_uturn_up_circle", arrow_uturn_up_circle_fill = "arrow_uturn_up_circle_fill", arrow_uturn_up_square = "arrow_uturn_up_square", arrow_uturn_up_square_fill = "arrow_uturn_up_square_fill", arrowshape_turn_up_left = "arrowshape_turn_up_left", arrowshape_turn_up_left_2 = "arrowshape_turn_up_left_2", arrowshape_turn_up_left_2_fill = "arrowshape_turn_up_left_2_fill", arrowshape_turn_up_left_circle = "arrowshape_turn_up_left_circle", arrowshape_turn_up_left_circle_fill = "arrowshape_turn_up_left_circle_fill", arrowshape_turn_up_left_fill = "arrowshape_turn_up_left_fill", arrowshape_turn_up_right = "arrowshape_turn_up_right", arrowshape_turn_up_right_circle = "arrowshape_turn_up_right_circle", arrowshape_turn_up_right_circle_fill = "arrowshape_turn_up_right_circle_fill", arrowshape_turn_up_right_fill = "arrowshape_turn_up_right_fill", arrowtriangle_down = "arrowtriangle_down", arrowtriangle_down_circle = "arrowtriangle_down_circle", arrowtriangle_down_circle_fill = "arrowtriangle_down_circle_fill", arrowtriangle_down_fill = "arrowtriangle_down_fill", arrowtriangle_down_square = "arrowtriangle_down_square", arrowtriangle_down_square_fill = "arrowtriangle_down_square_fill", arrowtriangle_left = "arrowtriangle_left", arrowtriangle_left_circle = "arrowtriangle_left_circle", arrowtriangle_left_circle_fill = "arrowtriangle_left_circle_fill", arrowtriangle_left_fill = "arrowtriangle_left_fill", arrowtriangle_left_square = "arrowtriangle_left_square", arrowtriangle_left_square_fill = "arrowtriangle_left_square_fill", arrowtriangle_right = "arrowtriangle_right", arrowtriangle_right_circle = "arrowtriangle_right_circle", arrowtriangle_right_circle_fill = "arrowtriangle_right_circle_fill", arrowtriangle_right_fill = "arrowtriangle_right_fill", arrowtriangle_right_square = "arrowtriangle_right_square", arrowtriangle_right_square_fill = "arrowtriangle_right_square_fill", arrowtriangle_up = "arrowtriangle_up", arrowtriangle_up_circle = "arrowtriangle_up_circle", arrowtriangle_up_circle_fill = "arrowtriangle_up_circle_fill", arrowtriangle_up_fill = "arrowtriangle_up_fill", arrowtriangle_up_square = "arrowtriangle_up_square", arrowtriangle_up_square_fill = "arrowtriangle_up_square_fill", asterisk_circle = "asterisk_circle", asterisk_circle_fill = "asterisk_circle_fill", at = "at", at_badge_minus = "at_badge_minus", at_badge_plus = "at_badge_plus", at_circle = "at_circle", at_circle_fill = "at_circle_fill", back = "back", backward = "backward", backward_end = "backward_end", backward_end_alt = "backward_end_alt", backward_end_alt_fill = "backward_end_alt_fill", backward_end_fill = "backward_end_fill", backward_fill = "backward_fill", badge_plus_radiowaves_right = "badge_plus_radiowaves_right", bag = "bag", bag_badge_minus = "bag_badge_minus", bag_badge_plus = "bag_badge_plus", bag_fill = "bag_fill", bag_fill_badge_minus = "bag_fill_badge_minus", bag_fill_badge_plus = "bag_fill_badge_plus", bandage = "bandage", bandage_fill = "bandage_fill", barcode = "barcode", barcode_viewfinder = "barcode_viewfinder", bars = "bars", battery_0 = "battery_0", battery_100 = "battery_100", battery_25 = "battery_25", battery_25_percent = "battery_25_percent", battery_75_percent = "battery_75_percent", battery_charging = "battery_charging", battery_empty = "battery_empty", battery_full = "battery_full", bed_double = "bed_double", bed_double_fill = "bed_double_fill", bell = "bell", bell_circle = "bell_circle", bell_circle_fill = "bell_circle_fill", bell_fill = "bell_fill", bell_slash = "bell_slash", bell_slash_fill = "bell_slash_fill", bell_solid = "bell_solid", bin_xmark = "bin_xmark", bin_xmark_fill = "bin_xmark_fill", bitcoin = "bitcoin", bitcoin_circle = "bitcoin_circle", bitcoin_circle_fill = "bitcoin_circle_fill", bluetooth = "bluetooth", bold = "bold", bold_italic_underline = "bold_italic_underline", bold_underline = "bold_underline", bolt = "bolt", bolt_badge_a = "bolt_badge_a", bolt_badge_a_fill = "bolt_badge_a_fill", bolt_circle = "bolt_circle", bolt_circle_fill = "bolt_circle_fill", bolt_fill = "bolt_fill", bolt_horizontal = "bolt_horizontal", bolt_horizontal_circle = "bolt_horizontal_circle", bolt_horizontal_circle_fill = "bolt_horizontal_circle_fill", bolt_horizontal_fill = "bolt_horizontal_fill", bolt_slash = "bolt_slash", bolt_slash_fill = "bolt_slash_fill", book = "book", book_circle = "book_circle", book_circle_fill = "book_circle_fill", book_fill = "book_fill", book_solid = "book_solid", bookmark = "bookmark", bookmark_fill = "bookmark_fill", bookmark_solid = "bookmark_solid", briefcase = "briefcase", briefcase_fill = "briefcase_fill", brightness = "brightness", brightness_solid = "brightness_solid", bubble_left = "bubble_left", bubble_left_bubble_right = "bubble_left_bubble_right", bubble_left_bubble_right_fill = "bubble_left_bubble_right_fill", bubble_left_fill = "bubble_left_fill", bubble_middle_bottom = "bubble_middle_bottom", bubble_middle_bottom_fill = "bubble_middle_bottom_fill", bubble_middle_top = "bubble_middle_top", bubble_middle_top_fill = "bubble_middle_top_fill", bubble_right = "bubble_right", bubble_right_fill = "bubble_right_fill", building_2_fill = "building_2_fill", burn = "burn", burst = "burst", burst_fill = "burst_fill", bus = "bus", calendar = "calendar", calendar_badge_minus = "calendar_badge_minus", calendar_badge_plus = "calendar_badge_plus", calendar_circle = "calendar_circle", calendar_circle_fill = "calendar_circle_fill", calendar_today = "calendar_today", camera = "camera", camera_circle = "camera_circle", camera_circle_fill = "camera_circle_fill", camera_fill = "camera_fill", camera_on_rectangle = "camera_on_rectangle", camera_on_rectangle_fill = "camera_on_rectangle_fill", camera_rotate = "camera_rotate", camera_rotate_fill = "camera_rotate_fill", camera_viewfinder = "camera_viewfinder", capslock = "capslock", capslock_fill = "capslock_fill", capsule = "capsule", capsule_fill = "capsule_fill", captions_bubble = "captions_bubble", captions_bubble_fill = "captions_bubble_fill", car = "car", car_detailed = "car_detailed", car_fill = "car_fill", cart = "cart", cart_badge_minus = "cart_badge_minus", cart_badge_plus = "cart_badge_plus", cart_fill = "cart_fill", cart_fill_badge_minus = "cart_fill_badge_minus", cart_fill_badge_plus = "cart_fill_badge_plus", chart_bar = "chart_bar", chart_bar_alt_fill = "chart_bar_alt_fill", chart_bar_circle = "chart_bar_circle", chart_bar_circle_fill = "chart_bar_circle_fill", chart_bar_fill = "chart_bar_fill", chart_bar_square = "chart_bar_square", chart_bar_square_fill = "chart_bar_square_fill", chart_pie = "chart_pie", chart_pie_fill = "chart_pie_fill", chat_bubble = "chat_bubble", chat_bubble_2 = "chat_bubble_2", chat_bubble_2_fill = "chat_bubble_2_fill", chat_bubble_fill = "chat_bubble_fill", chat_bubble_text = "chat_bubble_text", chat_bubble_text_fill = "chat_bubble_text_fill", check_mark = "check_mark", check_mark_circled = "check_mark_circled", check_mark_circled_solid = "check_mark_circled_solid", checkmark = "checkmark", checkmark_alt = "checkmark_alt", checkmark_alt_circle = "checkmark_alt_circle", checkmark_alt_circle_fill = "checkmark_alt_circle_fill", checkmark_circle = "checkmark_circle", checkmark_circle_fill = "checkmark_circle_fill", checkmark_rectangle = "checkmark_rectangle", checkmark_rectangle_fill = "checkmark_rectangle_fill", checkmark_seal = "checkmark_seal", checkmark_seal_fill = "checkmark_seal_fill", checkmark_shield = "checkmark_shield", checkmark_shield_fill = "checkmark_shield_fill", checkmark_square = "checkmark_square", checkmark_square_fill = "checkmark_square_fill", chevron_back = "chevron_back", chevron_compact_down = "chevron_compact_down", chevron_compact_left = "chevron_compact_left", chevron_compact_right = "chevron_compact_right", chevron_compact_up = "chevron_compact_up", chevron_down = "chevron_down", chevron_down_circle = "chevron_down_circle", chevron_down_circle_fill = "chevron_down_circle_fill", chevron_down_square = "chevron_down_square", chevron_down_square_fill = "chevron_down_square_fill", chevron_forward = "chevron_forward", chevron_left = "chevron_left", chevron_left_2 = "chevron_left_2", chevron_left_circle = "chevron_left_circle", chevron_left_circle_fill = "chevron_left_circle_fill", chevron_left_slash_chevron_right = "chevron_left_slash_chevron_right", chevron_left_square = "chevron_left_square", chevron_left_square_fill = "chevron_left_square_fill", chevron_right = "chevron_right", chevron_right_2 = "chevron_right_2", chevron_right_circle = "chevron_right_circle", chevron_right_circle_fill = "chevron_right_circle_fill", chevron_right_square = "chevron_right_square", chevron_right_square_fill = "chevron_right_square_fill", chevron_up = "chevron_up", chevron_up_chevron_down = "chevron_up_chevron_down", chevron_up_circle = "chevron_up_circle", chevron_up_circle_fill = "chevron_up_circle_fill", chevron_up_square = "chevron_up_square", chevron_up_square_fill = "chevron_up_square_fill", circle = "circle", circle_bottomthird_split = "circle_bottomthird_split", circle_fill = "circle_fill", circle_filled = "circle_filled", circle_grid_3x3 = "circle_grid_3x3", circle_grid_3x3_fill = "circle_grid_3x3_fill", circle_grid_hex = "circle_grid_hex", circle_grid_hex_fill = "circle_grid_hex_fill", circle_lefthalf_fill = "circle_lefthalf_fill", circle_righthalf_fill = "circle_righthalf_fill", clear = "clear", clear_circled = "clear_circled", clear_circled_solid = "clear_circled_solid", clear_fill = "clear_fill", clear_thick = "clear_thick", clear_thick_circled = "clear_thick_circled", clock = "clock", clock_fill = "clock_fill", clock_solid = "clock_solid", cloud = "cloud", cloud_bolt = "cloud_bolt", cloud_bolt_fill = "cloud_bolt_fill", cloud_bolt_rain = "cloud_bolt_rain", cloud_bolt_rain_fill = "cloud_bolt_rain_fill", cloud_download = "cloud_download", cloud_download_fill = "cloud_download_fill", cloud_drizzle = "cloud_drizzle", cloud_drizzle_fill = "cloud_drizzle_fill", cloud_fill = "cloud_fill", cloud_fog = "cloud_fog", cloud_fog_fill = "cloud_fog_fill", cloud_hail = "cloud_hail", cloud_hail_fill = "cloud_hail_fill", cloud_heavyrain = "cloud_heavyrain", cloud_heavyrain_fill = "cloud_heavyrain_fill", cloud_moon = "cloud_moon", cloud_moon_bolt = "cloud_moon_bolt", cloud_moon_bolt_fill = "cloud_moon_bolt_fill", cloud_moon_fill = "cloud_moon_fill", cloud_moon_rain = "cloud_moon_rain", cloud_moon_rain_fill = "cloud_moon_rain_fill", cloud_rain = "cloud_rain", cloud_rain_fill = "cloud_rain_fill", cloud_sleet = "cloud_sleet", cloud_sleet_fill = "cloud_sleet_fill", cloud_snow = "cloud_snow", cloud_snow_fill = "cloud_snow_fill", cloud_sun = "cloud_sun", cloud_sun_bolt = "cloud_sun_bolt", cloud_sun_bolt_fill = "cloud_sun_bolt_fill", cloud_sun_fill = "cloud_sun_fill", cloud_sun_rain = "cloud_sun_rain", cloud_sun_rain_fill = "cloud_sun_rain_fill", cloud_upload = "cloud_upload", cloud_upload_fill = "cloud_upload_fill", collections = "collections", collections_solid = "collections_solid", color_filter = "color_filter", color_filter_fill = "color_filter_fill", command = "command", compass = "compass", compass_fill = "compass_fill", control = "control", conversation_bubble = "conversation_bubble", create = "create", create_solid = "create_solid", creditcard = "creditcard", creditcard_fill = "creditcard_fill", crop = "crop", crop_rotate = "crop_rotate", cube = "cube", cube_box = "cube_box", cube_box_fill = "cube_box_fill", cube_fill = "cube_fill", cursor_rays = "cursor_rays", decrease_indent = "decrease_indent", decrease_quotelevel = "decrease_quotelevel", delete = "delete", delete_left = "delete_left", delete_left_fill = "delete_left_fill", delete_right = "delete_right", delete_right_fill = "delete_right_fill", delete_simple = "delete_simple", delete_solid = "delete_solid", desktopcomputer = "desktopcomputer", device_desktop = "device_desktop", device_laptop = "device_laptop", device_phone_landscape = "device_phone_landscape", device_phone_portrait = "device_phone_portrait", dial = "dial", dial_fill = "dial_fill", divide = "divide", divide_circle = "divide_circle", divide_circle_fill = "divide_circle_fill", divide_square = "divide_square", divide_square_fill = "divide_square_fill", doc = "doc", doc_append = "doc_append", doc_chart = "doc_chart", doc_chart_fill = "doc_chart_fill", doc_checkmark = "doc_checkmark", doc_checkmark_fill = "doc_checkmark_fill", doc_circle = "doc_circle", doc_circle_fill = "doc_circle_fill", doc_fill = "doc_fill", doc_on_clipboard = "doc_on_clipboard", doc_on_clipboard_fill = "doc_on_clipboard_fill", doc_on_doc = "doc_on_doc", doc_on_doc_fill = "doc_on_doc_fill", doc_person = "doc_person", doc_person_fill = "doc_person_fill", doc_plaintext = "doc_plaintext", doc_richtext = "doc_richtext", doc_text = "doc_text", doc_text_fill = "doc_text_fill", doc_text_search = "doc_text_search", doc_text_viewfinder = "doc_text_viewfinder", dot_radiowaves_left_right = "dot_radiowaves_left_right", dot_radiowaves_right = "dot_radiowaves_right", dot_square = "dot_square", dot_square_fill = "dot_square_fill", double_music_note = "double_music_note", down_arrow = "down_arrow", download_circle = "download_circle", download_circle_fill = "download_circle_fill", drop = "drop", drop_fill = "drop_fill", drop_triangle = "drop_triangle", drop_triangle_fill = "drop_triangle_fill", ear = "ear", eject = "eject", eject_fill = "eject_fill", ellipses_bubble = "ellipses_bubble", ellipses_bubble_fill = "ellipses_bubble_fill", ellipsis = "ellipsis", ellipsis_circle = "ellipsis_circle", ellipsis_circle_fill = "ellipsis_circle_fill", ellipsis_vertical = "ellipsis_vertical", ellipsis_vertical_circle = "ellipsis_vertical_circle", ellipsis_vertical_circle_fill = "ellipsis_vertical_circle_fill", envelope = "envelope", envelope_badge = "envelope_badge", envelope_badge_fill = "envelope_badge_fill", envelope_circle = "envelope_circle", envelope_circle_fill = "envelope_circle_fill", envelope_fill = "envelope_fill", envelope_open = "envelope_open", envelope_open_fill = "envelope_open_fill", equal = "equal", equal_circle = "equal_circle", equal_circle_fill = "equal_circle_fill", equal_square = "equal_square", equal_square_fill = "equal_square_fill", escape = "escape", exclamationmark = "exclamationmark", exclamationmark_bubble = "exclamationmark_bubble", exclamationmark_bubble_fill = "exclamationmark_bubble_fill", exclamationmark_circle = "exclamationmark_circle", exclamationmark_circle_fill = "exclamationmark_circle_fill", exclamationmark_octagon = "exclamationmark_octagon", exclamationmark_octagon_fill = "exclamationmark_octagon_fill", exclamationmark_shield = "exclamationmark_shield", exclamationmark_shield_fill = "exclamationmark_shield_fill", exclamationmark_square = "exclamationmark_square", exclamationmark_square_fill = "exclamationmark_square_fill", exclamationmark_triangle = "exclamationmark_triangle", exclamationmark_triangle_fill = "exclamationmark_triangle_fill", eye = "eye", eye_fill = "eye_fill", eye_slash = "eye_slash", eye_slash_fill = "eye_slash_fill", eye_solid = "eye_solid", eyedropper = "eyedropper", eyedropper_full = "eyedropper_full", eyedropper_halffull = "eyedropper_halffull", eyeglasses = "eyeglasses", f_cursive = "f_cursive", f_cursive_circle = "f_cursive_circle", f_cursive_circle_fill = "f_cursive_circle_fill", film = "film", film_fill = "film_fill", flag = "flag", flag_circle = "flag_circle", flag_circle_fill = "flag_circle_fill", flag_fill = "flag_fill", flag_slash = "flag_slash", flag_slash_fill = "flag_slash_fill", flame = "flame", flame_fill = "flame_fill", floppy_disk = "floppy_disk", flowchart = "flowchart", flowchart_fill = "flowchart_fill", folder = "folder", folder_badge_minus = "folder_badge_minus", folder_badge_person_crop = "folder_badge_person_crop", folder_badge_plus = "folder_badge_plus", folder_circle = "folder_circle", folder_circle_fill = "folder_circle_fill", folder_fill = "folder_fill", folder_fill_badge_minus = "folder_fill_badge_minus", folder_fill_badge_person_crop = "folder_fill_badge_person_crop", folder_fill_badge_plus = "folder_fill_badge_plus", folder_open = "folder_open", folder_solid = "folder_solid", forward = "forward", forward_end = "forward_end", forward_end_alt = "forward_end_alt", forward_end_alt_fill = "forward_end_alt_fill", forward_end_fill = "forward_end_fill", forward_fill = "forward_fill", fullscreen = "fullscreen", fullscreen_exit = "fullscreen_exit", function = "function", fx = "fx", game_controller = "game_controller", game_controller_solid = "game_controller_solid", gamecontroller = "gamecontroller", gamecontroller_alt_fill = "gamecontroller_alt_fill", gamecontroller_fill = "gamecontroller_fill", gauge = "gauge", gauge_badge_minus = "gauge_badge_minus", gauge_badge_plus = "gauge_badge_plus", gear = "gear", gear_alt = "gear_alt", gear_alt_fill = "gear_alt_fill", gear_big = "gear_big", gear_solid = "gear_solid", gift = "gift", gift_alt = "gift_alt", gift_alt_fill = "gift_alt_fill", gift_fill = "gift_fill", globe = "globe", gobackward = "gobackward", gobackward_10 = "gobackward_10", gobackward_15 = "gobackward_15", gobackward_30 = "gobackward_30", gobackward_45 = "gobackward_45", gobackward_60 = "gobackward_60", gobackward_75 = "gobackward_75", gobackward_90 = "gobackward_90", gobackward_minus = "gobackward_minus", goforward = "goforward", goforward_10 = "goforward_10", goforward_15 = "goforward_15", goforward_30 = "goforward_30", goforward_45 = "goforward_45", goforward_60 = "goforward_60", goforward_75 = "goforward_75", goforward_90 = "goforward_90", goforward_plus = "goforward_plus", graph_circle = "graph_circle", graph_circle_fill = "graph_circle_fill", graph_square = "graph_square", graph_square_fill = "graph_square_fill", greaterthan = "greaterthan", greaterthan_circle = "greaterthan_circle", greaterthan_circle_fill = "greaterthan_circle_fill", greaterthan_square = "greaterthan_square", greaterthan_square_fill = "greaterthan_square_fill", grid = "grid", grid_circle = "grid_circle", grid_circle_fill = "grid_circle_fill", group = "group", group_solid = "group_solid", guitars = "guitars", hammer = "hammer", hammer_fill = "hammer_fill", hand_draw = "hand_draw", hand_draw_fill = "hand_draw_fill", hand_point_left = "hand_point_left", hand_point_left_fill = "hand_point_left_fill", hand_point_right = "hand_point_right", hand_point_right_fill = "hand_point_right_fill", hand_raised = "hand_raised", hand_raised_fill = "hand_raised_fill", hand_raised_slash = "hand_raised_slash", hand_raised_slash_fill = "hand_raised_slash_fill", hand_thumbsdown = "hand_thumbsdown", hand_thumbsdown_fill = "hand_thumbsdown_fill", hand_thumbsup = "hand_thumbsup", hand_thumbsup_fill = "hand_thumbsup_fill", hare = "hare", hare_fill = "hare_fill", headphones = "headphones", heart = "heart", heart_circle = "heart_circle", heart_circle_fill = "heart_circle_fill", heart_fill = "heart_fill", heart_slash = "heart_slash", heart_slash_circle = "heart_slash_circle", heart_slash_circle_fill = "heart_slash_circle_fill", heart_slash_fill = "heart_slash_fill", heart_solid = "heart_solid", helm = "helm", hexagon = "hexagon", hexagon_fill = "hexagon_fill", hifispeaker = "hifispeaker", hifispeaker_fill = "hifispeaker_fill", home = "home", hourglass = "hourglass", hourglass_bottomhalf_fill = "hourglass_bottomhalf_fill", hourglass_tophalf_fill = "hourglass_tophalf_fill", house = "house", house_alt = "house_alt", house_alt_fill = "house_alt_fill", house_fill = "house_fill", hurricane = "hurricane", increase_indent = "increase_indent", increase_quotelevel = "increase_quotelevel", infinite = "infinite", info = "info", info_circle = "info_circle", info_circle_fill = "info_circle_fill", italic = "italic", keyboard = "keyboard", keyboard_chevron_compact_down = "keyboard_chevron_compact_down", lab_flask = "lab_flask", lab_flask_solid = "lab_flask_solid", largecircle_fill_circle = "largecircle_fill_circle", lasso = "lasso", layers = "layers", layers_alt = "layers_alt", layers_alt_fill = "layers_alt_fill", layers_fill = "layers_fill", leaf_arrow_circlepath = "leaf_arrow_circlepath", left_chevron = "left_chevron", lessthan = "lessthan", lessthan_circle = "lessthan_circle", lessthan_circle_fill = "lessthan_circle_fill", lessthan_square = "lessthan_square", lessthan_square_fill = "lessthan_square_fill", light_max = "light_max", light_min = "light_min", lightbulb = "lightbulb", lightbulb_fill = "lightbulb_fill", lightbulb_slash = "lightbulb_slash", lightbulb_slash_fill = "lightbulb_slash_fill", line_horizontal_3 = "line_horizontal_3", line_horizontal_3_decrease = "line_horizontal_3_decrease", line_horizontal_3_decrease_circle = "line_horizontal_3_decrease_circle", line_horizontal_3_decrease_circle_fill = "line_horizontal_3_decrease_circle_fill", link = "link", link_circle = "link_circle", link_circle_fill = "link_circle_fill", list_bullet = "list_bullet", list_bullet_below_rectangle = "list_bullet_below_rectangle", list_bullet_indent = "list_bullet_indent", list_dash = "list_dash", list_number = "list_number", list_number_rtl = "list_number_rtl", location = "location", location_circle = "location_circle", location_circle_fill = "location_circle_fill", location_fill = "location_fill", location_north = "location_north", location_north_fill = "location_north_fill", location_north_line = "location_north_line", location_north_line_fill = "location_north_line_fill", location_slash = "location_slash", location_slash_fill = "location_slash_fill", location_solid = "location_solid", lock = "lock", lock_circle = "lock_circle", lock_circle_fill = "lock_circle_fill", lock_fill = "lock_fill", lock_open = "lock_open", lock_open_fill = "lock_open_fill", lock_rotation = "lock_rotation", lock_rotation_open = "lock_rotation_open", lock_shield = "lock_shield", lock_shield_fill = "lock_shield_fill", lock_slash = "lock_slash", lock_slash_fill = "lock_slash_fill", loop = "loop", loop_thick = "loop_thick", macwindow = "macwindow", mail = "mail", mail_solid = "mail_solid", map = "map", map_fill = "map_fill", map_pin = "map_pin", map_pin_ellipse = "map_pin_ellipse", map_pin_slash = "map_pin_slash", memories = "memories", memories_badge_minus = "memories_badge_minus", memories_badge_plus = "memories_badge_plus", metronome = "metronome", mic = "mic", mic_circle = "mic_circle", mic_circle_fill = "mic_circle_fill", mic_fill = "mic_fill", mic_off = "mic_off", mic_slash = "mic_slash", mic_slash_fill = "mic_slash_fill", mic_solid = "mic_solid", minus = "minus", minus_circle = "minus_circle", minus_circle_fill = "minus_circle_fill", minus_circled = "minus_circled", minus_rectangle = "minus_rectangle", minus_rectangle_fill = "minus_rectangle_fill", minus_slash_plus = "minus_slash_plus", minus_square = "minus_square", minus_square_fill = "minus_square_fill", money_dollar = "money_dollar", money_dollar_circle = "money_dollar_circle", money_dollar_circle_fill = "money_dollar_circle_fill", money_euro = "money_euro", money_euro_circle = "money_euro_circle", money_euro_circle_fill = "money_euro_circle_fill", money_pound = "money_pound", money_pound_circle = "money_pound_circle", money_pound_circle_fill = "money_pound_circle_fill", money_rubl = "money_rubl", money_rubl_circle = "money_rubl_circle", money_rubl_circle_fill = "money_rubl_circle_fill", money_yen = "money_yen", money_yen_circle = "money_yen_circle", money_yen_circle_fill = "money_yen_circle_fill", moon = "moon", moon_circle = "moon_circle", moon_circle_fill = "moon_circle_fill", moon_fill = "moon_fill", moon_stars = "moon_stars", moon_stars_fill = "moon_stars_fill", moon_zzz = "moon_zzz", moon_zzz_fill = "moon_zzz_fill", move = "move", multiply = "multiply", multiply_circle = "multiply_circle", multiply_circle_fill = "multiply_circle_fill", multiply_square = "multiply_square", multiply_square_fill = "multiply_square_fill", music_albums = "music_albums", music_albums_fill = "music_albums_fill", music_house = "music_house", music_house_fill = "music_house_fill", music_mic = "music_mic", music_note = "music_note", music_note_2 = "music_note_2", music_note_list = "music_note_list", news = "news", news_solid = "news_solid", nosign = "nosign", number = "number", number_circle = "number_circle", number_circle_fill = "number_circle_fill", number_square = "number_square", number_square_fill = "number_square_fill", option = "option", padlock = "padlock", padlock_solid = "padlock_solid", paintbrush = "paintbrush", paintbrush_fill = "paintbrush_fill", pano = "pano", pano_fill = "pano_fill", paperclip = "paperclip", paperplane = "paperplane", paperplane_fill = "paperplane_fill", paragraph = "paragraph", pause = "pause", pause_circle = "pause_circle", pause_circle_fill = "pause_circle_fill", pause_fill = "pause_fill", pause_rectangle = "pause_rectangle", pause_rectangle_fill = "pause_rectangle_fill", pause_solid = "pause_solid", paw = "paw", paw_solid = "paw_solid", pen = "pen", pencil = "pencil", pencil_circle = "pencil_circle", pencil_circle_fill = "pencil_circle_fill", pencil_ellipsis_rectangle = "pencil_ellipsis_rectangle", pencil_outline = "pencil_outline", pencil_slash = "pencil_slash", percent = "percent", person = "person", person_2 = "person_2", person_2_alt = "person_2_alt", person_2_fill = "person_2_fill", person_2_square_stack = "person_2_square_stack", person_2_square_stack_fill = "person_2_square_stack_fill", person_3 = "person_3", person_3_fill = "person_3_fill", person_add = "person_add", person_add_solid = "person_add_solid", person_alt = "person_alt", person_alt_circle = "person_alt_circle", person_alt_circle_fill = "person_alt_circle_fill", person_badge_minus = "person_badge_minus", person_badge_minus_fill = "person_badge_minus_fill", person_badge_plus = "person_badge_plus", person_badge_plus_fill = "person_badge_plus_fill", person_circle = "person_circle", person_circle_fill = "person_circle_fill", person_crop_circle = "person_crop_circle", person_crop_circle_badge_checkmark = "person_crop_circle_badge_checkmark", person_crop_circle_badge_exclam = "person_crop_circle_badge_exclam", person_crop_circle_badge_minus = "person_crop_circle_badge_minus", person_crop_circle_badge_plus = "person_crop_circle_badge_plus", person_crop_circle_badge_xmark = "person_crop_circle_badge_xmark", person_crop_circle_fill = "person_crop_circle_fill", person_crop_circle_fill_badge_checkmark = "person_crop_circle_fill_badge_checkmark", person_crop_circle_fill_badge_exclam = "person_crop_circle_fill_badge_exclam", person_crop_circle_fill_badge_minus = "person_crop_circle_fill_badge_minus", person_crop_circle_fill_badge_plus = "person_crop_circle_fill_badge_plus", person_crop_circle_fill_badge_xmark = "person_crop_circle_fill_badge_xmark", person_crop_rectangle = "person_crop_rectangle", person_crop_rectangle_fill = "person_crop_rectangle_fill", person_crop_square = "person_crop_square", person_crop_square_fill = "person_crop_square_fill", person_fill = "person_fill", person_solid = "person_solid", personalhotspot = "personalhotspot", perspective = "perspective", phone = "phone", phone_arrow_down_left = "phone_arrow_down_left", phone_arrow_right = "phone_arrow_right", phone_arrow_up_right = "phone_arrow_up_right", phone_badge_plus = "phone_badge_plus", phone_circle = "phone_circle", phone_circle_fill = "phone_circle_fill", phone_down = "phone_down", phone_down_circle = "phone_down_circle", phone_down_circle_fill = "phone_down_circle_fill", phone_down_fill = "phone_down_fill", phone_fill = "phone_fill", phone_fill_arrow_down_left = "phone_fill_arrow_down_left", phone_fill_arrow_right = "phone_fill_arrow_right", phone_fill_arrow_up_right = "phone_fill_arrow_up_right", phone_fill_badge_plus = "phone_fill_badge_plus", phone_solid = "phone_solid", photo = "photo", photo_camera = "photo_camera", photo_camera_solid = "photo_camera_solid", photo_fill = "photo_fill", photo_fill_on_rectangle_fill = "photo_fill_on_rectangle_fill", photo_on_rectangle = "photo_on_rectangle", piano = "piano", pin = "pin", pin_fill = "pin_fill", pin_slash = "pin_slash", pin_slash_fill = "pin_slash_fill", placemark = "placemark", placemark_fill = "placemark_fill", play = "play", play_arrow = "play_arrow", play_arrow_solid = "play_arrow_solid", play_circle = "play_circle", play_circle_fill = "play_circle_fill", play_fill = "play_fill", play_rectangle = "play_rectangle", play_rectangle_fill = "play_rectangle_fill", playpause = "playpause", playpause_fill = "playpause_fill", plus = "plus", plus_app = "plus_app", plus_app_fill = "plus_app_fill", plus_bubble = "plus_bubble", plus_bubble_fill = "plus_bubble_fill", plus_circle = "plus_circle", plus_circle_fill = "plus_circle_fill", plus_circled = "plus_circled", plus_rectangle = "plus_rectangle", plus_rectangle_fill = "plus_rectangle_fill", plus_rectangle_fill_on_rectangle_fill = "plus_rectangle_fill_on_rectangle_fill", plus_rectangle_on_rectangle = "plus_rectangle_on_rectangle", plus_slash_minus = "plus_slash_minus", plus_square = "plus_square", plus_square_fill = "plus_square_fill", plus_square_fill_on_square_fill = "plus_square_fill_on_square_fill", plus_square_on_square = "plus_square_on_square", plusminus = "plusminus", plusminus_circle = "plusminus_circle", plusminus_circle_fill = "plusminus_circle_fill", power = "power", printer = "printer", printer_fill = "printer_fill", profile_circled = "profile_circled", projective = "projective", purchased = "purchased", purchased_circle = "purchased_circle", purchased_circle_fill = "purchased_circle_fill", qrcode = "qrcode", qrcode_viewfinder = "qrcode_viewfinder", question = "question", question_circle = "question_circle", question_circle_fill = "question_circle_fill", question_diamond = "question_diamond", question_diamond_fill = "question_diamond_fill", question_square = "question_square", question_square_fill = "question_square_fill", quote_bubble = "quote_bubble", quote_bubble_fill = "quote_bubble_fill", radiowaves_left = "radiowaves_left", radiowaves_right = "radiowaves_right", rays = "rays", recordingtape = "recordingtape", rectangle = "rectangle", rectangle_3_offgrid = "rectangle_3_offgrid", rectangle_3_offgrid_fill = "rectangle_3_offgrid_fill", rectangle_arrow_up_right_arrow_down_left = "rectangle_arrow_up_right_arrow_down_left", rectangle_arrow_up_right_arrow_down_left_slash = "rectangle_arrow_up_right_arrow_down_left_slash", rectangle_badge_checkmark = "rectangle_badge_checkmark", rectangle_badge_xmark = "rectangle_badge_xmark", rectangle_compress_vertical = "rectangle_compress_vertical", rectangle_dock = "rectangle_dock", rectangle_expand_vertical = "rectangle_expand_vertical", rectangle_fill = "rectangle_fill", rectangle_fill_badge_checkmark = "rectangle_fill_badge_checkmark", rectangle_fill_badge_xmark = "rectangle_fill_badge_xmark", rectangle_fill_on_rectangle_angled_fill = "rectangle_fill_on_rectangle_angled_fill", rectangle_fill_on_rectangle_fill = "rectangle_fill_on_rectangle_fill", rectangle_grid_1x2 = "rectangle_grid_1x2", rectangle_grid_1x2_fill = "rectangle_grid_1x2_fill", rectangle_grid_2x2 = "rectangle_grid_2x2", rectangle_grid_2x2_fill = "rectangle_grid_2x2_fill", rectangle_grid_3x2 = "rectangle_grid_3x2", rectangle_grid_3x2_fill = "rectangle_grid_3x2_fill", rectangle_on_rectangle = "rectangle_on_rectangle", rectangle_on_rectangle_angled = "rectangle_on_rectangle_angled", rectangle_paperclip = "rectangle_paperclip", rectangle_split_3x1 = "rectangle_split_3x1", rectangle_split_3x1_fill = "rectangle_split_3x1_fill", rectangle_split_3x3 = "rectangle_split_3x3", rectangle_split_3x3_fill = "rectangle_split_3x3_fill", rectangle_stack = "rectangle_stack", rectangle_stack_badge_minus = "rectangle_stack_badge_minus", rectangle_stack_badge_person_crop = "rectangle_stack_badge_person_crop", rectangle_stack_badge_plus = "rectangle_stack_badge_plus", rectangle_stack_fill = "rectangle_stack_fill", rectangle_stack_fill_badge_minus = "rectangle_stack_fill_badge_minus", rectangle_stack_fill_badge_person_crop = "rectangle_stack_fill_badge_person_crop", rectangle_stack_fill_badge_plus = "rectangle_stack_fill_badge_plus", rectangle_stack_person_crop = "rectangle_stack_person_crop", rectangle_stack_person_crop_fill = "rectangle_stack_person_crop_fill", refresh = "refresh", refresh_bold = "refresh_bold", refresh_circled = "refresh_circled", refresh_circled_solid = "refresh_circled_solid", refresh_thick = "refresh_thick", refresh_thin = "refresh_thin", repeat = "repeat", repeat_1 = "repeat_1", reply = "reply", reply_all = "reply_all", reply_thick_solid = "reply_thick_solid", resize = "resize", resize_h = "resize_h", resize_v = "resize_v", restart = "restart", return_icon = "return_icon", rhombus = "rhombus", rhombus_fill = "rhombus_fill", right_chevron = "right_chevron", rocket = "rocket", rocket_fill = "rocket_fill", rosette = "rosette", rotate_left = "rotate_left", rotate_left_fill = "rotate_left_fill", rotate_right = "rotate_right", rotate_right_fill = "rotate_right_fill", scissors = "scissors", scissors_alt = "scissors_alt", scope = "scope", scribble = "scribble", search = "search", search_circle = "search_circle", search_circle_fill = "search_circle_fill", selection_pin_in_out = "selection_pin_in_out", settings = "settings", settings_solid = "settings_solid", share = "share", share_solid = "share_solid", share_up = "share_up", shield = "shield", shield_fill = "shield_fill", shield_lefthalf_fill = "shield_lefthalf_fill", shield_slash = "shield_slash", shield_slash_fill = "shield_slash_fill", shift = "shift", shift_fill = "shift_fill", shopping_cart = "shopping_cart", shuffle = "shuffle", shuffle_medium = "shuffle_medium", shuffle_thick = "shuffle_thick", sidebar_left = "sidebar_left", sidebar_right = "sidebar_right", signature = "signature", skew = "skew", slash_circle = "slash_circle", slash_circle_fill = "slash_circle_fill", slider_horizontal_3 = "slider_horizontal_3", slider_horizontal_below_rectangle = "slider_horizontal_below_rectangle", slowmo = "slowmo", smallcircle_circle = "smallcircle_circle", smallcircle_circle_fill = "smallcircle_circle_fill", smallcircle_fill_circle = "smallcircle_fill_circle", smallcircle_fill_circle_fill = "smallcircle_fill_circle_fill", smiley = "smiley", smiley_fill = "smiley_fill", smoke = "smoke", smoke_fill = "smoke_fill", snow = "snow", sort_down = "sort_down", sort_down_circle = "sort_down_circle", sort_down_circle_fill = "sort_down_circle_fill", sort_up = "sort_up", sort_up_circle = "sort_up_circle", sort_up_circle_fill = "sort_up_circle_fill", sparkles = "sparkles", speaker = "speaker", speaker_1 = "speaker_1", speaker_1_fill = "speaker_1_fill", speaker_2 = "speaker_2", speaker_2_fill = "speaker_2_fill", speaker_3 = "speaker_3", speaker_3_fill = "speaker_3_fill", speaker_fill = "speaker_fill", speaker_slash = "speaker_slash", speaker_slash_fill = "speaker_slash_fill", speaker_slash_fill_rtl = "speaker_slash_fill_rtl", speaker_slash_rtl = "speaker_slash_rtl", speaker_zzz = "speaker_zzz", speaker_zzz_fill = "speaker_zzz_fill", speaker_zzz_fill_rtl = "speaker_zzz_fill_rtl", speaker_zzz_rtl = "speaker_zzz_rtl", speedometer = "speedometer", sportscourt = "sportscourt", sportscourt_fill = "sportscourt_fill", square = "square", square_arrow_down = "square_arrow_down", square_arrow_down_fill = "square_arrow_down_fill", square_arrow_down_on_square = "square_arrow_down_on_square", square_arrow_down_on_square_fill = "square_arrow_down_on_square_fill", square_arrow_left = "square_arrow_left", square_arrow_left_fill = "square_arrow_left_fill", square_arrow_right = "square_arrow_right", square_arrow_right_fill = "square_arrow_right_fill", square_arrow_up = "square_arrow_up", square_arrow_up_fill = "square_arrow_up_fill", square_arrow_up_on_square = "square_arrow_up_on_square", square_arrow_up_on_square_fill = "square_arrow_up_on_square_fill", square_favorites = "square_favorites", square_favorites_alt = "square_favorites_alt", square_favorites_alt_fill = "square_favorites_alt_fill", square_favorites_fill = "square_favorites_fill", square_fill = "square_fill", square_fill_line_vertical_square = "square_fill_line_vertical_square", square_fill_line_vertical_square_fill = "square_fill_line_vertical_square_fill", square_fill_on_circle_fill = "square_fill_on_circle_fill", square_fill_on_square_fill = "square_fill_on_square_fill", square_grid_2x2 = "square_grid_2x2", square_grid_2x2_fill = "square_grid_2x2_fill", square_grid_3x2 = "square_grid_3x2", square_grid_3x2_fill = "square_grid_3x2_fill", square_grid_4x3_fill = "square_grid_4x3_fill", square_lefthalf_fill = "square_lefthalf_fill", square_line_vertical_square = "square_line_vertical_square", square_line_vertical_square_fill = "square_line_vertical_square_fill", square_list = "square_list", square_list_fill = "square_list_fill", square_on_circle = "square_on_circle", square_on_square = "square_on_square", square_pencil = "square_pencil", square_pencil_fill = "square_pencil_fill", square_righthalf_fill = "square_righthalf_fill", square_split_1x2 = "square_split_1x2", square_split_1x2_fill = "square_split_1x2_fill", square_split_2x1 = "square_split_2x1", square_split_2x1_fill = "square_split_2x1_fill", square_split_2x2 = "square_split_2x2", square_split_2x2_fill = "square_split_2x2_fill", square_stack = "square_stack", square_stack_3d_down_dottedline = "square_stack_3d_down_dottedline", square_stack_3d_down_right = "square_stack_3d_down_right", square_stack_3d_down_right_fill = "square_stack_3d_down_right_fill", square_stack_3d_up = "square_stack_3d_up", square_stack_3d_up_fill = "square_stack_3d_up_fill", square_stack_3d_up_slash = "square_stack_3d_up_slash", square_stack_3d_up_slash_fill = "square_stack_3d_up_slash_fill", square_stack_fill = "square_stack_fill", squares_below_rectangle = "squares_below_rectangle", star = "star", star_circle = "star_circle", star_circle_fill = "star_circle_fill", star_fill = "star_fill", star_lefthalf_fill = "star_lefthalf_fill", star_slash = "star_slash", star_slash_fill = "star_slash_fill", staroflife = "staroflife", staroflife_fill = "staroflife_fill", stop = "stop", stop_circle = "stop_circle", stop_circle_fill = "stop_circle_fill", stop_fill = "stop_fill", stopwatch = "stopwatch", stopwatch_fill = "stopwatch_fill", strikethrough = "strikethrough", suit_club = "suit_club", suit_club_fill = "suit_club_fill", suit_diamond = "suit_diamond", suit_diamond_fill = "suit_diamond_fill", suit_heart = "suit_heart", suit_heart_fill = "suit_heart_fill", suit_spade = "suit_spade", suit_spade_fill = "suit_spade_fill", sum = "sum", sun_dust = "sun_dust", sun_dust_fill = "sun_dust_fill", sun_haze = "sun_haze", sun_haze_fill = "sun_haze_fill", sun_max = "sun_max", sun_max_fill = "sun_max_fill", sun_min = "sun_min", sun_min_fill = "sun_min_fill", sunrise = "sunrise", sunrise_fill = "sunrise_fill", sunset = "sunset", sunset_fill = "sunset_fill", switch_camera = "switch_camera", switch_camera_solid = "switch_camera_solid", t_bubble = "t_bubble", t_bubble_fill = "t_bubble_fill", table = "table", table_badge_more = "table_badge_more", table_badge_more_fill = "table_badge_more_fill", table_fill = "table_fill", tag = "tag", tag_circle = "tag_circle", tag_circle_fill = "tag_circle_fill", tag_fill = "tag_fill", tag_solid = "tag_solid", tags = "tags", tags_solid = "tags_solid", text_aligncenter = "text_aligncenter", text_alignleft = "text_alignleft", text_alignright = "text_alignright", text_append = "text_append", text_badge_checkmark = "text_badge_checkmark", text_badge_minus = "text_badge_minus", text_badge_plus = "text_badge_plus", text_badge_star = "text_badge_star", text_badge_xmark = "text_badge_xmark", text_bubble = "text_bubble", text_bubble_fill = "text_bubble_fill", text_cursor = "text_cursor", text_insert = "text_insert", text_justify = "text_justify", text_justifyleft = "text_justifyleft", text_justifyright = "text_justifyright", text_quote = "text_quote", textbox = "textbox", textformat = "textformat", textformat_123 = "textformat_123", textformat_abc = "textformat_abc", textformat_abc_dottedunderline = "textformat_abc_dottedunderline", textformat_alt = "textformat_alt", textformat_size = "textformat_size", textformat_subscript = "textformat_subscript", textformat_superscript = "textformat_superscript", thermometer = "thermometer", thermometer_snowflake = "thermometer_snowflake", thermometer_sun = "thermometer_sun", ticket = "ticket", ticket_fill = "ticket_fill", tickets = "tickets", tickets_fill = "tickets_fill", time = "time", time_solid = "time_solid", timelapse = "timelapse", timer = "timer", timer_fill = "timer_fill", today = "today", today_fill = "today_fill", tornado = "tornado", tortoise = "tortoise", tortoise_fill = "tortoise_fill", train_style_one = "train_style_one", train_style_two = "train_style_two", tram_fill = "tram_fill", trash = "trash", trash_circle = "trash_circle", trash_circle_fill = "trash_circle_fill", trash_fill = "trash_fill", trash_slash = "trash_slash", trash_slash_fill = "trash_slash_fill", tray = "tray", tray_2 = "tray_2", tray_2_fill = "tray_2_fill", tray_arrow_down = "tray_arrow_down", tray_arrow_down_fill = "tray_arrow_down_fill", tray_arrow_up = "tray_arrow_up", tray_arrow_up_fill = "tray_arrow_up_fill", tray_fill = "tray_fill", tray_full = "tray_full", tray_full_fill = "tray_full_fill", tree = "tree", triangle = "triangle", triangle_fill = "triangle_fill", triangle_lefthalf_fill = "triangle_lefthalf_fill", triangle_righthalf_fill = "triangle_righthalf_fill", tropicalstorm = "tropicalstorm", tuningfork = "tuningfork", tv = "tv", tv_circle = "tv_circle", tv_circle_fill = "tv_circle_fill", tv_fill = "tv_fill", tv_music_note = "tv_music_note", tv_music_note_fill = "tv_music_note_fill", uiwindow_split_2x1 = "uiwindow_split_2x1", umbrella = "umbrella", umbrella_fill = "umbrella_fill", underline = "underline", up_arrow = "up_arrow", upload_circle = "upload_circle", upload_circle_fill = "upload_circle_fill", video_camera = "video_camera", video_camera_solid = "video_camera_solid", videocam = "videocam", videocam_circle = "videocam_circle", videocam_circle_fill = "videocam_circle_fill", videocam_fill = "videocam_fill", view_2d = "view_2d", view_3d = "view_3d", viewfinder = "viewfinder", viewfinder_circle = "viewfinder_circle", viewfinder_circle_fill = "viewfinder_circle_fill", volume_down = "volume_down", volume_mute = "volume_mute", volume_off = "volume_off", volume_up = "volume_up", wand_rays = "wand_rays", wand_rays_inverse = "wand_rays_inverse", wand_stars = "wand_stars", wand_stars_inverse = "wand_stars_inverse", waveform = "waveform", waveform_circle = "waveform_circle", waveform_circle_fill = "waveform_circle_fill", waveform_path = "waveform_path", waveform_path_badge_minus = "waveform_path_badge_minus", waveform_path_badge_plus = "waveform_path_badge_plus", waveform_path_ecg = "waveform_path_ecg", wifi = "wifi", wifi_exclamationmark = "wifi_exclamationmark", wifi_slash = "wifi_slash", wind = "wind", wind_snow = "wind_snow", wrench = "wrench", wrench_fill = "wrench_fill", xmark = "xmark", xmark_circle = "xmark_circle", xmark_circle_fill = "xmark_circle_fill", xmark_octagon = "xmark_octagon", xmark_octagon_fill = "xmark_octagon_fill", xmark_rectangle = "xmark_rectangle", xmark_rectangle_fill = "xmark_rectangle_fill", xmark_seal = "xmark_seal", xmark_seal_fill = "xmark_seal_fill", xmark_shield = "xmark_shield", xmark_shield_fill = "xmark_shield_fill", xmark_square = "xmark_square", xmark_square_fill = "xmark_square_fill", zoom_in = "zoom_in", zoom_out = "zoom_out", zzz = "zzz" }
|
|
21
|
+
/**
|
|
22
|
+
* Properties for <flutter-cupertino-context-menu>.
|
|
23
|
+
* Wraps Flutter's CupertinoContextMenu.
|
|
24
|
+
*/
|
|
25
|
+
export interface ContextMenuAction {
|
|
26
|
+
/**
|
|
27
|
+
* Button label text.
|
|
28
|
+
*/
|
|
29
|
+
text: string;
|
|
30
|
+
/**
|
|
31
|
+
* Optional trailing icon name (Cupertino icon key).
|
|
32
|
+
*/
|
|
33
|
+
icon?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Marks this action as destructive (red).
|
|
36
|
+
*/
|
|
37
|
+
destructive?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* Marks this action as the default action.
|
|
40
|
+
*/
|
|
41
|
+
default?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* Optional event name associated with this action.
|
|
44
|
+
* If omitted, a name may be derived from the text.
|
|
45
|
+
*/
|
|
46
|
+
event?: string;
|
|
47
|
+
}
|
|
48
|
+
export interface FlutterCupertinoActionSheetAction {
|
|
49
|
+
/**
|
|
50
|
+
* Button label text.
|
|
51
|
+
*/
|
|
52
|
+
text: string;
|
|
53
|
+
/**
|
|
54
|
+
* Marks this action as the default (emphasized) action.
|
|
55
|
+
*/
|
|
56
|
+
isDefault?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
* Marks this action as destructive (red).
|
|
59
|
+
*/
|
|
60
|
+
isDestructive?: boolean;
|
|
61
|
+
/**
|
|
62
|
+
* Optional event name associated with this action.
|
|
63
|
+
* If omitted, a name is derived from the text.
|
|
64
|
+
*/
|
|
65
|
+
event?: string;
|
|
66
|
+
}
|
|
67
|
+
export interface FlutterCupertinoActionSheetOptions {
|
|
68
|
+
/**
|
|
69
|
+
* Optional title text shown at the top of the sheet.
|
|
70
|
+
*/
|
|
71
|
+
title?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Optional message/body text shown below the title.
|
|
74
|
+
*/
|
|
75
|
+
message?: string;
|
|
76
|
+
/**
|
|
77
|
+
* List of action buttons.
|
|
78
|
+
* Each action maps to a row in the sheet.
|
|
79
|
+
*/
|
|
80
|
+
actions?: FlutterCupertinoActionSheetAction[];
|
|
81
|
+
/**
|
|
82
|
+
* Optional cancel button displayed separately at the bottom.
|
|
83
|
+
*/
|
|
84
|
+
cancelButton?: FlutterCupertinoActionSheetAction;
|
|
85
|
+
}
|
|
86
|
+
export interface FlutterCupertinoActionSheetSelectDetail {
|
|
87
|
+
/**
|
|
88
|
+
* Action text.
|
|
89
|
+
*/
|
|
90
|
+
text: string;
|
|
91
|
+
/**
|
|
92
|
+
* Event name for this action.
|
|
93
|
+
*/
|
|
94
|
+
event: string;
|
|
95
|
+
/**
|
|
96
|
+
* Whether the action is the default one.
|
|
97
|
+
*/
|
|
98
|
+
isDefault: boolean;
|
|
99
|
+
/**
|
|
100
|
+
* Whether the action is destructive.
|
|
101
|
+
*/
|
|
102
|
+
isDestructive: boolean;
|
|
103
|
+
/**
|
|
104
|
+
* Zero-based index of the action within `actions`, if applicable.
|
|
105
|
+
*/
|
|
106
|
+
index?: number;
|
|
107
|
+
}
|
|
108
|
+
export interface FlutterCupertinoAlertOptions {
|
|
109
|
+
/**
|
|
110
|
+
* Optional override title for this show() call.
|
|
111
|
+
*/
|
|
112
|
+
title?: string;
|
|
113
|
+
/**
|
|
114
|
+
* Optional override message for this show() call.
|
|
115
|
+
*/
|
|
116
|
+
message?: string;
|
|
117
|
+
}
|
|
118
|
+
export interface FlutterCupertinoContextMenuSelectDetail {
|
|
119
|
+
/**
|
|
120
|
+
* Zero-based index of the selected action.
|
|
121
|
+
*/
|
|
122
|
+
index: number;
|
|
123
|
+
/**
|
|
124
|
+
* Action text.
|
|
125
|
+
*/
|
|
126
|
+
text: string;
|
|
127
|
+
/**
|
|
128
|
+
* Event name for this action.
|
|
129
|
+
*/
|
|
130
|
+
event: string;
|
|
131
|
+
/**
|
|
132
|
+
* Whether the action is destructive.
|
|
133
|
+
*/
|
|
134
|
+
destructive: boolean;
|
|
135
|
+
/**
|
|
136
|
+
* Whether the action is the default one.
|
|
137
|
+
*/
|
|
138
|
+
default: boolean;
|
|
139
|
+
}
|
|
140
|
+
type DefineCustomElement<
|
|
141
|
+
ElementType,
|
|
142
|
+
Props,
|
|
143
|
+
Events extends EventMap = {},
|
|
144
|
+
> = new () => ElementType & VueEventListeners<Events> & {
|
|
145
|
+
// Use $props to define the properties exposed to template type checking. Vue
|
|
146
|
+
// specifically reads prop definitions from the `$props` type. Note that we
|
|
147
|
+
// combine the element's props with Vue's special props.
|
|
148
|
+
/** @deprecated Do not use the $props property on a Custom Element ref,
|
|
149
|
+
this is for template prop types only. */
|
|
150
|
+
$props: Props & PublicProps & VueEventListeners<Events>
|
|
151
|
+
// Use $emit to specifically define event types. Vue specifically reads event
|
|
152
|
+
// types from the `$emit` type. Note that `$emit` expects a particular format
|
|
153
|
+
// that we map `Events` to.
|
|
154
|
+
/** @deprecated Do not use the $emit property on a Custom Element ref,
|
|
155
|
+
this is for template prop types only. */
|
|
156
|
+
$emit: VueEmit<Events>
|
|
157
|
+
}
|
|
158
|
+
export type FlutterCupertinoActionSheetProps = {
|
|
159
|
+
'id'?: string;
|
|
160
|
+
'class'?: ClassValue;
|
|
161
|
+
'style'?: StyleValue;
|
|
162
|
+
}
|
|
163
|
+
export interface FlutterCupertinoActionSheetElement {
|
|
164
|
+
show(options: FlutterCupertinoActionSheetOptions): void;
|
|
165
|
+
}
|
|
166
|
+
export type FlutterCupertinoActionSheetEvents = {
|
|
167
|
+
select: CustomEvent<FlutterCupertinoActionSheetSelectDetail>;
|
|
168
|
+
}
|
|
169
|
+
export type FlutterCupertinoAlertProps = {
|
|
170
|
+
'title'?: string;
|
|
171
|
+
'message'?: string;
|
|
172
|
+
'cancel-text'?: string;
|
|
173
|
+
'cancel-destructive'?: boolean;
|
|
174
|
+
'cancel-default'?: boolean;
|
|
175
|
+
'cancel-text-style'?: string;
|
|
176
|
+
'confirm-text'?: string;
|
|
177
|
+
'confirm-default'?: boolean;
|
|
178
|
+
'confirm-destructive'?: boolean;
|
|
179
|
+
'confirm-text-style'?: string;
|
|
180
|
+
'id'?: string;
|
|
181
|
+
'class'?: ClassValue;
|
|
182
|
+
'style'?: StyleValue;
|
|
183
|
+
}
|
|
184
|
+
export interface FlutterCupertinoAlertElement {
|
|
185
|
+
title?: string;
|
|
186
|
+
message?: string;
|
|
187
|
+
cancelText?: string;
|
|
188
|
+
cancelDestructive?: boolean;
|
|
189
|
+
cancelDefault?: boolean;
|
|
190
|
+
cancelTextStyle?: string;
|
|
191
|
+
confirmText?: string;
|
|
192
|
+
confirmDefault?: boolean;
|
|
193
|
+
confirmDestructive?: boolean;
|
|
194
|
+
confirmTextStyle?: string;
|
|
195
|
+
show(options: FlutterCupertinoAlertOptions): void;
|
|
196
|
+
hide(): void;
|
|
197
|
+
}
|
|
198
|
+
export type FlutterCupertinoAlertEvents = {
|
|
199
|
+
cancel: CustomEvent<void>;
|
|
200
|
+
confirm: CustomEvent<void>;
|
|
201
|
+
}
|
|
202
|
+
export type FlutterCupertinoButtonProps = {
|
|
203
|
+
'variant'?: string;
|
|
204
|
+
'size'?: string;
|
|
205
|
+
'disabled'?: boolean;
|
|
206
|
+
'pressed-opacity'?: string;
|
|
207
|
+
'disabled-color'?: string;
|
|
208
|
+
'id'?: string;
|
|
209
|
+
'class'?: ClassValue;
|
|
210
|
+
'style'?: StyleValue;
|
|
211
|
+
}
|
|
212
|
+
export interface FlutterCupertinoButtonElement {
|
|
213
|
+
variant?: string;
|
|
214
|
+
size?: string;
|
|
215
|
+
disabled?: boolean;
|
|
216
|
+
pressedOpacity?: string;
|
|
217
|
+
disabledColor?: string;
|
|
218
|
+
}
|
|
219
|
+
export type FlutterCupertinoButtonEvents = {
|
|
220
|
+
click: Event;
|
|
221
|
+
}
|
|
222
|
+
export type FlutterCupertinoCheckboxProps = {
|
|
223
|
+
'checked'?: boolean | null;
|
|
224
|
+
'disabled'?: boolean;
|
|
225
|
+
'tristate'?: boolean;
|
|
226
|
+
'active-color'?: string;
|
|
227
|
+
'check-color'?: string;
|
|
228
|
+
'focus-color'?: string;
|
|
229
|
+
'fill-color-selected'?: string;
|
|
230
|
+
'fill-color-disabled'?: string;
|
|
231
|
+
'autofocus'?: boolean;
|
|
232
|
+
'semantic-label'?: string;
|
|
233
|
+
'id'?: string;
|
|
234
|
+
'class'?: ClassValue;
|
|
235
|
+
'style'?: StyleValue;
|
|
236
|
+
}
|
|
237
|
+
export interface FlutterCupertinoCheckboxElement {
|
|
238
|
+
checked?: boolean | null;
|
|
239
|
+
disabled?: boolean;
|
|
240
|
+
tristate?: boolean;
|
|
241
|
+
activeColor?: string;
|
|
242
|
+
checkColor?: string;
|
|
243
|
+
focusColor?: string;
|
|
244
|
+
fillColorSelected?: string;
|
|
245
|
+
fillColorDisabled?: string;
|
|
246
|
+
autofocus?: boolean;
|
|
247
|
+
semanticLabel?: string;
|
|
248
|
+
}
|
|
249
|
+
export type FlutterCupertinoCheckboxEvents = {
|
|
250
|
+
change: CustomEvent<boolean>;
|
|
251
|
+
statechange: CustomEvent<"checked" | "unchecked" | "mixed">;
|
|
252
|
+
}
|
|
253
|
+
export type FlutterCupertinoContextMenuProps = {
|
|
254
|
+
'enable-haptic-feedback'?: boolean;
|
|
255
|
+
'id'?: string;
|
|
256
|
+
'class'?: ClassValue;
|
|
257
|
+
'style'?: StyleValue;
|
|
258
|
+
}
|
|
259
|
+
export interface FlutterCupertinoContextMenuElement {
|
|
260
|
+
enableHapticFeedback?: boolean;
|
|
261
|
+
setActions(actions: ContextMenuAction[]): void;
|
|
262
|
+
}
|
|
263
|
+
export type FlutterCupertinoContextMenuEvents = {
|
|
264
|
+
select: CustomEvent<FlutterCupertinoContextMenuSelectDetail>;
|
|
265
|
+
}
|
|
266
|
+
export type FlutterCupertinoDatePickerProps = {
|
|
267
|
+
'mode'?: string;
|
|
268
|
+
'minimum-date'?: string;
|
|
269
|
+
'maximum-date'?: string;
|
|
270
|
+
'minimum-year'?: number;
|
|
271
|
+
'maximum-year'?: number;
|
|
272
|
+
'minute-interval'?: number;
|
|
273
|
+
'use-24-h'?: boolean;
|
|
274
|
+
'show-day-of-week'?: boolean;
|
|
275
|
+
'value'?: string;
|
|
276
|
+
'id'?: string;
|
|
277
|
+
'class'?: ClassValue;
|
|
278
|
+
'style'?: StyleValue;
|
|
279
|
+
}
|
|
280
|
+
export interface FlutterCupertinoDatePickerElement {
|
|
281
|
+
mode?: string;
|
|
282
|
+
minimumDate?: string;
|
|
283
|
+
maximumDate?: string;
|
|
284
|
+
minimumYear?: number;
|
|
285
|
+
maximumYear?: number;
|
|
286
|
+
minuteInterval?: number;
|
|
287
|
+
use24H?: boolean;
|
|
288
|
+
showDayOfWeek?: boolean;
|
|
289
|
+
value?: string;
|
|
290
|
+
setValue(value: string): void;
|
|
291
|
+
}
|
|
292
|
+
export type FlutterCupertinoDatePickerEvents = {
|
|
293
|
+
change: CustomEvent<string>;
|
|
294
|
+
}
|
|
295
|
+
export type FlutterCupertinoFormRowProps = {
|
|
296
|
+
'id'?: string;
|
|
297
|
+
'class'?: ClassValue;
|
|
298
|
+
'style'?: StyleValue;
|
|
299
|
+
}
|
|
300
|
+
export interface FlutterCupertinoFormRowElement {
|
|
301
|
+
}
|
|
302
|
+
export type FlutterCupertinoFormRowEvents = {
|
|
303
|
+
}
|
|
304
|
+
export type FlutterCupertinoFormSectionProps = {
|
|
305
|
+
'inset-grouped'?: boolean;
|
|
306
|
+
'clip-behavior'?: string;
|
|
307
|
+
'id'?: string;
|
|
308
|
+
'class'?: ClassValue;
|
|
309
|
+
'style'?: StyleValue;
|
|
310
|
+
}
|
|
311
|
+
export interface FlutterCupertinoFormSectionElement {
|
|
312
|
+
insetGrouped?: boolean;
|
|
313
|
+
clipBehavior?: string;
|
|
314
|
+
}
|
|
315
|
+
export type FlutterCupertinoFormSectionEvents = {
|
|
316
|
+
}
|
|
317
|
+
export type FlutterCupertinoIconProps = {
|
|
318
|
+
'type'?: CupertinoIcons;
|
|
319
|
+
'label'?: string;
|
|
320
|
+
'id'?: string;
|
|
321
|
+
'class'?: ClassValue;
|
|
322
|
+
'style'?: StyleValue;
|
|
323
|
+
}
|
|
324
|
+
export interface FlutterCupertinoIconElement {
|
|
325
|
+
type?: CupertinoIcons;
|
|
326
|
+
label?: string;
|
|
327
|
+
}
|
|
328
|
+
export type FlutterCupertinoIconEvents = {
|
|
329
|
+
}
|
|
330
|
+
export type FlutterCupertinoInputProps = {
|
|
331
|
+
'val'?: string;
|
|
332
|
+
'placeholder'?: string;
|
|
333
|
+
'type'?: string;
|
|
334
|
+
'disabled'?: boolean;
|
|
335
|
+
'autofocus'?: boolean;
|
|
336
|
+
'clearable'?: boolean;
|
|
337
|
+
'maxlength'?: number;
|
|
338
|
+
'readonly'?: boolean;
|
|
339
|
+
'id'?: string;
|
|
340
|
+
'class'?: ClassValue;
|
|
341
|
+
'style'?: StyleValue;
|
|
342
|
+
}
|
|
343
|
+
export interface FlutterCupertinoInputElement {
|
|
344
|
+
val?: string;
|
|
345
|
+
placeholder?: string;
|
|
346
|
+
type?: string;
|
|
347
|
+
disabled?: boolean;
|
|
348
|
+
autofocus?: boolean;
|
|
349
|
+
clearable?: boolean;
|
|
350
|
+
maxlength?: number;
|
|
351
|
+
readonly?: boolean;
|
|
352
|
+
focus(): void;
|
|
353
|
+
blur(): void;
|
|
354
|
+
clear(): void;
|
|
355
|
+
}
|
|
356
|
+
export type FlutterCupertinoInputEvents = {
|
|
357
|
+
input: CustomEvent<string>;
|
|
358
|
+
submit: CustomEvent<string>;
|
|
359
|
+
focus: CustomEvent<void>;
|
|
360
|
+
blur: CustomEvent<void>;
|
|
361
|
+
clear: CustomEvent<void>;
|
|
362
|
+
}
|
|
363
|
+
export type FlutterCupertinoListSectionProps = {
|
|
364
|
+
'inset-grouped'?: boolean;
|
|
365
|
+
'id'?: string;
|
|
366
|
+
'class'?: ClassValue;
|
|
367
|
+
'style'?: StyleValue;
|
|
368
|
+
}
|
|
369
|
+
export interface FlutterCupertinoListSectionElement {
|
|
370
|
+
insetGrouped?: boolean;
|
|
371
|
+
}
|
|
372
|
+
export type FlutterCupertinoListSectionEvents = {
|
|
373
|
+
}
|
|
374
|
+
export type FlutterCupertinoListSectionFooterProps = {
|
|
375
|
+
'id'?: string;
|
|
376
|
+
'class'?: ClassValue;
|
|
377
|
+
'style'?: StyleValue;
|
|
378
|
+
}
|
|
379
|
+
export interface FlutterCupertinoListSectionFooterElement {
|
|
380
|
+
}
|
|
381
|
+
export type FlutterCupertinoListSectionFooterEvents = {
|
|
382
|
+
}
|
|
383
|
+
export type FlutterCupertinoListSectionHeaderProps = {
|
|
384
|
+
'id'?: string;
|
|
385
|
+
'class'?: ClassValue;
|
|
386
|
+
'style'?: StyleValue;
|
|
387
|
+
}
|
|
388
|
+
export interface FlutterCupertinoListSectionHeaderElement {
|
|
389
|
+
}
|
|
390
|
+
export type FlutterCupertinoListSectionHeaderEvents = {
|
|
391
|
+
}
|
|
392
|
+
export type FlutterCupertinoListTileProps = {
|
|
393
|
+
'show-chevron'?: boolean;
|
|
394
|
+
'notched'?: boolean;
|
|
395
|
+
'id'?: string;
|
|
396
|
+
'class'?: ClassValue;
|
|
397
|
+
'style'?: StyleValue;
|
|
398
|
+
}
|
|
399
|
+
export interface FlutterCupertinoListTileElement {
|
|
400
|
+
showChevron?: boolean;
|
|
401
|
+
notched?: boolean;
|
|
402
|
+
}
|
|
403
|
+
export type FlutterCupertinoListTileEvents = {
|
|
404
|
+
click: Event;
|
|
405
|
+
}
|
|
406
|
+
export type FlutterCupertinoListTileAdditionalInfoProps = {
|
|
407
|
+
'id'?: string;
|
|
408
|
+
'class'?: ClassValue;
|
|
409
|
+
'style'?: StyleValue;
|
|
410
|
+
}
|
|
411
|
+
export interface FlutterCupertinoListTileAdditionalInfoElement {
|
|
412
|
+
}
|
|
413
|
+
export type FlutterCupertinoListTileAdditionalInfoEvents = {
|
|
414
|
+
}
|
|
415
|
+
export type FlutterCupertinoListTileLeadingProps = {
|
|
416
|
+
'id'?: string;
|
|
417
|
+
'class'?: ClassValue;
|
|
418
|
+
'style'?: StyleValue;
|
|
419
|
+
}
|
|
420
|
+
export interface FlutterCupertinoListTileLeadingElement {
|
|
421
|
+
}
|
|
422
|
+
export type FlutterCupertinoListTileLeadingEvents = {
|
|
423
|
+
}
|
|
424
|
+
export type FlutterCupertinoListTileSubtitleProps = {
|
|
425
|
+
'id'?: string;
|
|
426
|
+
'class'?: ClassValue;
|
|
427
|
+
'style'?: StyleValue;
|
|
428
|
+
}
|
|
429
|
+
export interface FlutterCupertinoListTileSubtitleElement {
|
|
430
|
+
}
|
|
431
|
+
export type FlutterCupertinoListTileSubtitleEvents = {
|
|
432
|
+
}
|
|
433
|
+
export type FlutterCupertinoListTileTrailingProps = {
|
|
434
|
+
'id'?: string;
|
|
435
|
+
'class'?: ClassValue;
|
|
436
|
+
'style'?: StyleValue;
|
|
437
|
+
}
|
|
438
|
+
export interface FlutterCupertinoListTileTrailingElement {
|
|
439
|
+
}
|
|
440
|
+
export type FlutterCupertinoListTileTrailingEvents = {
|
|
441
|
+
}
|
|
442
|
+
export type FlutterCupertinoModalPopupProps = {
|
|
443
|
+
'visible'?: boolean;
|
|
444
|
+
'height'?: number;
|
|
445
|
+
'surface-painted'?: boolean;
|
|
446
|
+
'mask-closable'?: boolean;
|
|
447
|
+
'background-opacity'?: number;
|
|
448
|
+
'id'?: string;
|
|
449
|
+
'class'?: ClassValue;
|
|
450
|
+
'style'?: StyleValue;
|
|
451
|
+
}
|
|
452
|
+
export interface FlutterCupertinoModalPopupElement {
|
|
453
|
+
visible?: boolean;
|
|
454
|
+
height?: number;
|
|
455
|
+
surfacePainted?: boolean;
|
|
456
|
+
maskClosable?: boolean;
|
|
457
|
+
backgroundOpacity?: number;
|
|
458
|
+
show(): void;
|
|
459
|
+
hide(): void;
|
|
460
|
+
}
|
|
461
|
+
export type FlutterCupertinoModalPopupEvents = {
|
|
462
|
+
close: CustomEvent<void>;
|
|
463
|
+
}
|
|
464
|
+
export type FlutterCupertinoRadioProps = {
|
|
465
|
+
'val'?: string;
|
|
466
|
+
'group-value'?: string;
|
|
467
|
+
'disabled'?: boolean;
|
|
468
|
+
'toggleable'?: boolean;
|
|
469
|
+
'use-checkmark-style'?: boolean;
|
|
470
|
+
'active-color'?: string;
|
|
471
|
+
'inactive-color'?: string;
|
|
472
|
+
'fill-color'?: string;
|
|
473
|
+
'focus-color'?: string;
|
|
474
|
+
'autofocus'?: boolean;
|
|
475
|
+
'id'?: string;
|
|
476
|
+
'class'?: ClassValue;
|
|
477
|
+
'style'?: StyleValue;
|
|
478
|
+
}
|
|
479
|
+
export interface FlutterCupertinoRadioElement {
|
|
480
|
+
val?: string;
|
|
481
|
+
groupValue?: string;
|
|
482
|
+
disabled?: boolean;
|
|
483
|
+
toggleable?: boolean;
|
|
484
|
+
useCheckmarkStyle?: boolean;
|
|
485
|
+
activeColor?: string;
|
|
486
|
+
inactiveColor?: string;
|
|
487
|
+
fillColor?: string;
|
|
488
|
+
focusColor?: string;
|
|
489
|
+
autofocus?: boolean;
|
|
490
|
+
}
|
|
491
|
+
export type FlutterCupertinoRadioEvents = {
|
|
492
|
+
change: CustomEvent<string>;
|
|
493
|
+
}
|
|
494
|
+
export type FlutterCupertinoSearchTextFieldProps = {
|
|
495
|
+
'val'?: string;
|
|
496
|
+
'placeholder'?: string;
|
|
497
|
+
'autofocus'?: boolean;
|
|
498
|
+
'disabled'?: boolean;
|
|
499
|
+
'id'?: string;
|
|
500
|
+
'class'?: ClassValue;
|
|
501
|
+
'style'?: StyleValue;
|
|
502
|
+
}
|
|
503
|
+
export interface FlutterCupertinoSearchTextFieldElement {
|
|
504
|
+
val?: string;
|
|
505
|
+
placeholder?: string;
|
|
506
|
+
autofocus?: boolean;
|
|
507
|
+
disabled?: boolean;
|
|
508
|
+
focus(): void;
|
|
509
|
+
blur(): void;
|
|
510
|
+
clear(): void;
|
|
511
|
+
}
|
|
512
|
+
export type FlutterCupertinoSearchTextFieldEvents = {
|
|
513
|
+
input: CustomEvent<string>;
|
|
514
|
+
submit: CustomEvent<string>;
|
|
515
|
+
focus: CustomEvent<void>;
|
|
516
|
+
blur: CustomEvent<void>;
|
|
517
|
+
clear: CustomEvent<void>;
|
|
518
|
+
}
|
|
519
|
+
export type FlutterCupertinoSliderProps = {
|
|
520
|
+
'val'?: number;
|
|
521
|
+
'min'?: number;
|
|
522
|
+
'max'?: number;
|
|
523
|
+
'step'?: number;
|
|
524
|
+
'disabled'?: boolean;
|
|
525
|
+
'id'?: string;
|
|
526
|
+
'class'?: ClassValue;
|
|
527
|
+
'style'?: StyleValue;
|
|
528
|
+
}
|
|
529
|
+
export interface FlutterCupertinoSliderElement {
|
|
530
|
+
val?: number;
|
|
531
|
+
min?: number;
|
|
532
|
+
max?: number;
|
|
533
|
+
step?: number;
|
|
534
|
+
disabled?: boolean;
|
|
535
|
+
getValue(): number;
|
|
536
|
+
setValue(val: number): void;
|
|
537
|
+
}
|
|
538
|
+
export type FlutterCupertinoSliderEvents = {
|
|
539
|
+
change: CustomEvent<number>;
|
|
540
|
+
changestart: CustomEvent<number>;
|
|
541
|
+
changeend: CustomEvent<number>;
|
|
542
|
+
}
|
|
543
|
+
export type FlutterCupertinoSlidingSegmentedControlProps = {
|
|
544
|
+
'current-index'?: number;
|
|
545
|
+
'background-color'?: string;
|
|
546
|
+
'thumb-color'?: string;
|
|
547
|
+
'id'?: string;
|
|
548
|
+
'class'?: ClassValue;
|
|
549
|
+
'style'?: StyleValue;
|
|
550
|
+
}
|
|
551
|
+
export interface FlutterCupertinoSlidingSegmentedControlElement {
|
|
552
|
+
currentIndex?: number;
|
|
553
|
+
backgroundColor?: string;
|
|
554
|
+
thumbColor?: string;
|
|
555
|
+
}
|
|
556
|
+
export type FlutterCupertinoSlidingSegmentedControlEvents = {
|
|
557
|
+
change: CustomEvent<number>;
|
|
558
|
+
}
|
|
559
|
+
export type FlutterCupertinoSlidingSegmentedControlItemProps = {
|
|
560
|
+
'title'?: string;
|
|
561
|
+
'id'?: string;
|
|
562
|
+
'class'?: ClassValue;
|
|
563
|
+
'style'?: StyleValue;
|
|
564
|
+
}
|
|
565
|
+
export interface FlutterCupertinoSlidingSegmentedControlItemElement {
|
|
566
|
+
title?: string;
|
|
567
|
+
}
|
|
568
|
+
export type FlutterCupertinoSlidingSegmentedControlItemEvents = {
|
|
569
|
+
}
|
|
570
|
+
export type FlutterCupertinoSwitchProps = {
|
|
571
|
+
'checked'?: boolean;
|
|
572
|
+
'disabled'?: boolean;
|
|
573
|
+
'active-color'?: string;
|
|
574
|
+
'inactive-color'?: string;
|
|
575
|
+
'id'?: string;
|
|
576
|
+
'class'?: ClassValue;
|
|
577
|
+
'style'?: StyleValue;
|
|
578
|
+
}
|
|
579
|
+
export interface FlutterCupertinoSwitchElement {
|
|
580
|
+
checked?: boolean;
|
|
581
|
+
disabled?: boolean;
|
|
582
|
+
activeColor?: string;
|
|
583
|
+
inactiveColor?: string;
|
|
584
|
+
}
|
|
585
|
+
export type FlutterCupertinoSwitchEvents = {
|
|
586
|
+
change: CustomEvent<boolean>;
|
|
587
|
+
}
|
|
588
|
+
export type FlutterCupertinoTabBarProps = {
|
|
589
|
+
'current-index'?: number;
|
|
590
|
+
'background-color'?: string;
|
|
591
|
+
'active-color'?: string;
|
|
592
|
+
'inactive-color'?: string;
|
|
593
|
+
'icon-size'?: number;
|
|
594
|
+
'no-top-border'?: boolean;
|
|
595
|
+
'id'?: string;
|
|
596
|
+
'class'?: ClassValue;
|
|
597
|
+
'style'?: StyleValue;
|
|
598
|
+
}
|
|
599
|
+
export interface FlutterCupertinoTabBarElement {
|
|
600
|
+
currentIndex?: number;
|
|
601
|
+
backgroundColor?: string;
|
|
602
|
+
activeColor?: string;
|
|
603
|
+
inactiveColor?: string;
|
|
604
|
+
iconSize?: number;
|
|
605
|
+
noTopBorder?: boolean;
|
|
606
|
+
}
|
|
607
|
+
export type FlutterCupertinoTabBarEvents = {
|
|
608
|
+
change: CustomEvent<number>;
|
|
609
|
+
}
|
|
610
|
+
export type FlutterCupertinoTabBarItemProps = {
|
|
611
|
+
'title'?: string;
|
|
612
|
+
'id'?: string;
|
|
613
|
+
'class'?: ClassValue;
|
|
614
|
+
'style'?: StyleValue;
|
|
615
|
+
}
|
|
616
|
+
export interface FlutterCupertinoTabBarItemElement {
|
|
617
|
+
title?: string;
|
|
618
|
+
}
|
|
619
|
+
export type FlutterCupertinoTabBarItemEvents = {
|
|
620
|
+
}
|
|
621
|
+
export type FlutterCupertinoTabScaffoldProps = {
|
|
622
|
+
'current-index'?: number;
|
|
623
|
+
'resize-to-avoid-bottom-inset'?: string;
|
|
624
|
+
'id'?: string;
|
|
625
|
+
'class'?: ClassValue;
|
|
626
|
+
'style'?: StyleValue;
|
|
627
|
+
}
|
|
628
|
+
export interface FlutterCupertinoTabScaffoldElement {
|
|
629
|
+
currentIndex?: number;
|
|
630
|
+
resizeToAvoidBottomInset?: string;
|
|
631
|
+
}
|
|
632
|
+
export type FlutterCupertinoTabScaffoldEvents = {
|
|
633
|
+
change: CustomEvent<number>;
|
|
634
|
+
}
|
|
635
|
+
export type FlutterCupertinoTabScaffoldTabProps = {
|
|
636
|
+
'title'?: string;
|
|
637
|
+
'id'?: string;
|
|
638
|
+
'class'?: ClassValue;
|
|
639
|
+
'style'?: StyleValue;
|
|
640
|
+
}
|
|
641
|
+
export interface FlutterCupertinoTabScaffoldTabElement {
|
|
642
|
+
title?: string;
|
|
643
|
+
}
|
|
644
|
+
export type FlutterCupertinoTabScaffoldTabEvents = {
|
|
645
|
+
}
|
|
646
|
+
export type FlutterCupertinoTabViewProps = {
|
|
647
|
+
'default-title'?: string;
|
|
648
|
+
'restoration-scope-id'?: string;
|
|
649
|
+
'id'?: string;
|
|
650
|
+
'class'?: ClassValue;
|
|
651
|
+
'style'?: StyleValue;
|
|
652
|
+
}
|
|
653
|
+
export interface FlutterCupertinoTabViewElement {
|
|
654
|
+
defaultTitle?: string;
|
|
655
|
+
restorationScopeId?: string;
|
|
656
|
+
}
|
|
657
|
+
export type FlutterCupertinoTabViewEvents = {
|
|
658
|
+
}
|
|
659
|
+
export type FlutterCupertinoTextFormFieldRowProps = {
|
|
660
|
+
'val'?: string;
|
|
661
|
+
'placeholder'?: string;
|
|
662
|
+
'type'?: string;
|
|
663
|
+
'disabled'?: boolean;
|
|
664
|
+
'autofocus'?: boolean;
|
|
665
|
+
'clearable'?: boolean;
|
|
666
|
+
'maxlength'?: number;
|
|
667
|
+
'readonly'?: boolean;
|
|
668
|
+
'id'?: string;
|
|
669
|
+
'class'?: ClassValue;
|
|
670
|
+
'style'?: StyleValue;
|
|
671
|
+
}
|
|
672
|
+
export interface FlutterCupertinoTextFormFieldRowElement {
|
|
673
|
+
val?: string;
|
|
674
|
+
placeholder?: string;
|
|
675
|
+
type?: string;
|
|
676
|
+
disabled?: boolean;
|
|
677
|
+
autofocus?: boolean;
|
|
678
|
+
clearable?: boolean;
|
|
679
|
+
maxlength?: number;
|
|
680
|
+
readonly?: boolean;
|
|
681
|
+
focus(): void;
|
|
682
|
+
blur(): void;
|
|
683
|
+
clear(): void;
|
|
684
|
+
}
|
|
685
|
+
export type FlutterCupertinoTextFormFieldRowEvents = {
|
|
686
|
+
input: CustomEvent<string>;
|
|
687
|
+
submit: CustomEvent<string>;
|
|
688
|
+
focus: CustomEvent<void>;
|
|
689
|
+
blur: CustomEvent<void>;
|
|
690
|
+
clear: CustomEvent<void>;
|
|
691
|
+
}
|
|
692
|
+
declare const flutterAttached: (typeof import('@openwebf/vue-core-ui')) extends { flutterAttached: infer T } ? T : any;
|
|
693
|
+
declare module '@vue/runtime-core' {
|
|
694
|
+
interface GlobalDirectives {
|
|
695
|
+
vFlutterAttached: typeof flutterAttached;
|
|
696
|
+
}
|
|
697
|
+
interface GlobalComponents {
|
|
698
|
+
'flutter-cupertino-action-sheet': DefineCustomElement<
|
|
699
|
+
FlutterCupertinoActionSheetElement,
|
|
700
|
+
FlutterCupertinoActionSheetProps,
|
|
701
|
+
FlutterCupertinoActionSheetEvents
|
|
702
|
+
>
|
|
703
|
+
'flutter-cupertino-alert': DefineCustomElement<
|
|
704
|
+
FlutterCupertinoAlertElement,
|
|
705
|
+
FlutterCupertinoAlertProps,
|
|
706
|
+
FlutterCupertinoAlertEvents
|
|
707
|
+
>
|
|
708
|
+
'flutter-cupertino-button': DefineCustomElement<
|
|
709
|
+
FlutterCupertinoButtonElement,
|
|
710
|
+
FlutterCupertinoButtonProps,
|
|
711
|
+
FlutterCupertinoButtonEvents
|
|
712
|
+
>
|
|
713
|
+
'flutter-cupertino-checkbox': DefineCustomElement<
|
|
714
|
+
FlutterCupertinoCheckboxElement,
|
|
715
|
+
FlutterCupertinoCheckboxProps,
|
|
716
|
+
FlutterCupertinoCheckboxEvents
|
|
717
|
+
>
|
|
718
|
+
'flutter-cupertino-context-menu': DefineCustomElement<
|
|
719
|
+
FlutterCupertinoContextMenuElement,
|
|
720
|
+
FlutterCupertinoContextMenuProps,
|
|
721
|
+
FlutterCupertinoContextMenuEvents
|
|
722
|
+
>
|
|
723
|
+
'flutter-cupertino-date-picker': DefineCustomElement<
|
|
724
|
+
FlutterCupertinoDatePickerElement,
|
|
725
|
+
FlutterCupertinoDatePickerProps,
|
|
726
|
+
FlutterCupertinoDatePickerEvents
|
|
727
|
+
>
|
|
728
|
+
'flutter-cupertino-form-row': DefineCustomElement<
|
|
729
|
+
FlutterCupertinoFormRowElement,
|
|
730
|
+
FlutterCupertinoFormRowProps,
|
|
731
|
+
FlutterCupertinoFormRowEvents
|
|
732
|
+
>
|
|
733
|
+
'flutter-cupertino-form-section': DefineCustomElement<
|
|
734
|
+
FlutterCupertinoFormSectionElement,
|
|
735
|
+
FlutterCupertinoFormSectionProps,
|
|
736
|
+
FlutterCupertinoFormSectionEvents
|
|
737
|
+
>
|
|
738
|
+
'flutter-cupertino-icon': DefineCustomElement<
|
|
739
|
+
FlutterCupertinoIconElement,
|
|
740
|
+
FlutterCupertinoIconProps,
|
|
741
|
+
FlutterCupertinoIconEvents
|
|
742
|
+
>
|
|
743
|
+
'flutter-cupertino-input': DefineCustomElement<
|
|
744
|
+
FlutterCupertinoInputElement,
|
|
745
|
+
FlutterCupertinoInputProps,
|
|
746
|
+
FlutterCupertinoInputEvents
|
|
747
|
+
>
|
|
748
|
+
'flutter-cupertino-list-section': DefineCustomElement<
|
|
749
|
+
FlutterCupertinoListSectionElement,
|
|
750
|
+
FlutterCupertinoListSectionProps,
|
|
751
|
+
FlutterCupertinoListSectionEvents
|
|
752
|
+
>
|
|
753
|
+
'flutter-cupertino-list-section-footer': DefineCustomElement<
|
|
754
|
+
FlutterCupertinoListSectionFooterElement,
|
|
755
|
+
FlutterCupertinoListSectionFooterProps,
|
|
756
|
+
FlutterCupertinoListSectionFooterEvents
|
|
757
|
+
>
|
|
758
|
+
'flutter-cupertino-list-section-header': DefineCustomElement<
|
|
759
|
+
FlutterCupertinoListSectionHeaderElement,
|
|
760
|
+
FlutterCupertinoListSectionHeaderProps,
|
|
761
|
+
FlutterCupertinoListSectionHeaderEvents
|
|
762
|
+
>
|
|
763
|
+
'flutter-cupertino-list-tile': DefineCustomElement<
|
|
764
|
+
FlutterCupertinoListTileElement,
|
|
765
|
+
FlutterCupertinoListTileProps,
|
|
766
|
+
FlutterCupertinoListTileEvents
|
|
767
|
+
>
|
|
768
|
+
'flutter-cupertino-list-tile-additional-info': DefineCustomElement<
|
|
769
|
+
FlutterCupertinoListTileAdditionalInfoElement,
|
|
770
|
+
FlutterCupertinoListTileAdditionalInfoProps,
|
|
771
|
+
FlutterCupertinoListTileAdditionalInfoEvents
|
|
772
|
+
>
|
|
773
|
+
'flutter-cupertino-list-tile-leading': DefineCustomElement<
|
|
774
|
+
FlutterCupertinoListTileLeadingElement,
|
|
775
|
+
FlutterCupertinoListTileLeadingProps,
|
|
776
|
+
FlutterCupertinoListTileLeadingEvents
|
|
777
|
+
>
|
|
778
|
+
'flutter-cupertino-list-tile-subtitle': DefineCustomElement<
|
|
779
|
+
FlutterCupertinoListTileSubtitleElement,
|
|
780
|
+
FlutterCupertinoListTileSubtitleProps,
|
|
781
|
+
FlutterCupertinoListTileSubtitleEvents
|
|
782
|
+
>
|
|
783
|
+
'flutter-cupertino-list-tile-trailing': DefineCustomElement<
|
|
784
|
+
FlutterCupertinoListTileTrailingElement,
|
|
785
|
+
FlutterCupertinoListTileTrailingProps,
|
|
786
|
+
FlutterCupertinoListTileTrailingEvents
|
|
787
|
+
>
|
|
788
|
+
'flutter-cupertino-modal-popup': DefineCustomElement<
|
|
789
|
+
FlutterCupertinoModalPopupElement,
|
|
790
|
+
FlutterCupertinoModalPopupProps,
|
|
791
|
+
FlutterCupertinoModalPopupEvents
|
|
792
|
+
>
|
|
793
|
+
'flutter-cupertino-radio': DefineCustomElement<
|
|
794
|
+
FlutterCupertinoRadioElement,
|
|
795
|
+
FlutterCupertinoRadioProps,
|
|
796
|
+
FlutterCupertinoRadioEvents
|
|
797
|
+
>
|
|
798
|
+
'flutter-cupertino-search-text-field': DefineCustomElement<
|
|
799
|
+
FlutterCupertinoSearchTextFieldElement,
|
|
800
|
+
FlutterCupertinoSearchTextFieldProps,
|
|
801
|
+
FlutterCupertinoSearchTextFieldEvents
|
|
802
|
+
>
|
|
803
|
+
'flutter-cupertino-slider': DefineCustomElement<
|
|
804
|
+
FlutterCupertinoSliderElement,
|
|
805
|
+
FlutterCupertinoSliderProps,
|
|
806
|
+
FlutterCupertinoSliderEvents
|
|
807
|
+
>
|
|
808
|
+
'flutter-cupertino-sliding-segmented-control': DefineCustomElement<
|
|
809
|
+
FlutterCupertinoSlidingSegmentedControlElement,
|
|
810
|
+
FlutterCupertinoSlidingSegmentedControlProps,
|
|
811
|
+
FlutterCupertinoSlidingSegmentedControlEvents
|
|
812
|
+
>
|
|
813
|
+
'flutter-cupertino-sliding-segmented-control-item': DefineCustomElement<
|
|
814
|
+
FlutterCupertinoSlidingSegmentedControlItemElement,
|
|
815
|
+
FlutterCupertinoSlidingSegmentedControlItemProps,
|
|
816
|
+
FlutterCupertinoSlidingSegmentedControlItemEvents
|
|
817
|
+
>
|
|
818
|
+
'flutter-cupertino-switch': DefineCustomElement<
|
|
819
|
+
FlutterCupertinoSwitchElement,
|
|
820
|
+
FlutterCupertinoSwitchProps,
|
|
821
|
+
FlutterCupertinoSwitchEvents
|
|
822
|
+
>
|
|
823
|
+
'flutter-cupertino-tab-bar': DefineCustomElement<
|
|
824
|
+
FlutterCupertinoTabBarElement,
|
|
825
|
+
FlutterCupertinoTabBarProps,
|
|
826
|
+
FlutterCupertinoTabBarEvents
|
|
827
|
+
>
|
|
828
|
+
'flutter-cupertino-tab-bar-item': DefineCustomElement<
|
|
829
|
+
FlutterCupertinoTabBarItemElement,
|
|
830
|
+
FlutterCupertinoTabBarItemProps,
|
|
831
|
+
FlutterCupertinoTabBarItemEvents
|
|
832
|
+
>
|
|
833
|
+
'flutter-cupertino-tab-scaffold': DefineCustomElement<
|
|
834
|
+
FlutterCupertinoTabScaffoldElement,
|
|
835
|
+
FlutterCupertinoTabScaffoldProps,
|
|
836
|
+
FlutterCupertinoTabScaffoldEvents
|
|
837
|
+
>
|
|
838
|
+
'flutter-cupertino-tab-scaffold-tab': DefineCustomElement<
|
|
839
|
+
FlutterCupertinoTabScaffoldTabElement,
|
|
840
|
+
FlutterCupertinoTabScaffoldTabProps,
|
|
841
|
+
FlutterCupertinoTabScaffoldTabEvents
|
|
842
|
+
>
|
|
843
|
+
'flutter-cupertino-tab-view': DefineCustomElement<
|
|
844
|
+
FlutterCupertinoTabViewElement,
|
|
845
|
+
FlutterCupertinoTabViewProps,
|
|
846
|
+
FlutterCupertinoTabViewEvents
|
|
847
|
+
>
|
|
848
|
+
'flutter-cupertino-text-form-field-row': DefineCustomElement<
|
|
849
|
+
FlutterCupertinoTextFormFieldRowElement,
|
|
850
|
+
FlutterCupertinoTextFormFieldRowProps,
|
|
851
|
+
FlutterCupertinoTextFormFieldRowEvents
|
|
852
|
+
>
|
|
853
|
+
}
|
|
854
|
+
}
|
|
855
|
+
// Some tooling (older IDE integrations) look for global directive/component typing
|
|
856
|
+
// augmentations on the `vue` module name instead of `@vue/runtime-core`.
|
|
857
|
+
declare module 'vue' {
|
|
858
|
+
interface GlobalDirectives extends import('@vue/runtime-core').GlobalDirectives {}
|
|
859
|
+
interface GlobalComponents extends import('@vue/runtime-core').GlobalComponents {}
|
|
860
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@openwebf/vue-cupertino-ui",
|
|
3
|
+
"version": "0.4.0",
|
|
4
|
+
"description": "iOS-style UI components for WebF applications. This package provides Flutter's Cupertino widgets wrapped as HTML custom elements for use in WebF.",
|
|
5
|
+
"main": "",
|
|
6
|
+
"types": "index.d.ts",
|
|
7
|
+
"files": ["index.d.ts"],
|
|
8
|
+
"keywords": [],
|
|
9
|
+
"author": "",
|
|
10
|
+
"license": "ISC",
|
|
11
|
+
"peerDependencies": {
|
|
12
|
+
"vue": "^3.0.0",
|
|
13
|
+
"@openwebf/vue-core-ui": "^0.24.0"
|
|
14
|
+
},
|
|
15
|
+
"devDependencies": {
|
|
16
|
+
"@openwebf/vue-core-ui": "^0.24.0",
|
|
17
|
+
"vue": "^3.0.0"
|
|
18
|
+
}
|
|
19
|
+
}
|