@idealyst/mcp-server 1.2.129 → 1.2.131
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/dist/{chunk-RZIMKJRB.js → chunk-L3TA6GOW.js} +131 -86
- package/dist/{chunk-RZIMKJRB.js.map → chunk-L3TA6GOW.js.map} +1 -1
- package/dist/index.cjs +130 -85
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/tools/index.cjs +130 -85
- package/dist/tools/index.cjs.map +1 -1
- package/dist/tools/index.js +1 -1
- package/package.json +5 -5
|
@@ -13408,7 +13408,7 @@ export function TabLayout({ routes, currentPath }: TabLayoutProps) {
|
|
|
13408
13408
|
justifyContent: 'center',
|
|
13409
13409
|
gap: 6,
|
|
13410
13410
|
paddingHorizontal: 16,
|
|
13411
|
-
borderBottomWidth:
|
|
13411
|
+
borderBottomWidth: 1,
|
|
13412
13412
|
borderBottomColor: isActive ? '#007AFF' : 'transparent',
|
|
13413
13413
|
}}
|
|
13414
13414
|
>
|
|
@@ -24183,7 +24183,7 @@ import { fileURLToPath } from "url";
|
|
|
24183
24183
|
// src/generated/types.json
|
|
24184
24184
|
var types_default = {
|
|
24185
24185
|
version: "1.0.93",
|
|
24186
|
-
extractedAt: "2026-03-
|
|
24186
|
+
extractedAt: "2026-03-24T21:22:27.272Z",
|
|
24187
24187
|
components: {
|
|
24188
24188
|
Accordion: {
|
|
24189
24189
|
name: "Accordion",
|
|
@@ -24327,7 +24327,7 @@ var types_default = {
|
|
|
24327
24327
|
}
|
|
24328
24328
|
},
|
|
24329
24329
|
category: "data",
|
|
24330
|
-
filePath: "
|
|
24330
|
+
filePath: "packages/components/src/Accordion",
|
|
24331
24331
|
sampleProps: {
|
|
24332
24332
|
props: {
|
|
24333
24333
|
items: [
|
|
@@ -24456,7 +24456,7 @@ var types_default = {
|
|
|
24456
24456
|
}
|
|
24457
24457
|
},
|
|
24458
24458
|
category: "display",
|
|
24459
|
-
filePath: "
|
|
24459
|
+
filePath: "packages/components/src/ActivityIndicator"
|
|
24460
24460
|
}
|
|
24461
24461
|
},
|
|
24462
24462
|
Alert: {
|
|
@@ -24641,7 +24641,7 @@ var types_default = {
|
|
|
24641
24641
|
}
|
|
24642
24642
|
},
|
|
24643
24643
|
category: "display",
|
|
24644
|
-
filePath: "
|
|
24644
|
+
filePath: "packages/components/src/Alert",
|
|
24645
24645
|
sampleProps: {
|
|
24646
24646
|
props: {
|
|
24647
24647
|
title: "Alert Title",
|
|
@@ -24768,7 +24768,7 @@ var types_default = {
|
|
|
24768
24768
|
}
|
|
24769
24769
|
},
|
|
24770
24770
|
category: "display",
|
|
24771
|
-
filePath: "
|
|
24771
|
+
filePath: "packages/components/src/Avatar",
|
|
24772
24772
|
sampleProps: {
|
|
24773
24773
|
props: {
|
|
24774
24774
|
fallback: "AB"
|
|
@@ -24904,7 +24904,7 @@ var types_default = {
|
|
|
24904
24904
|
}
|
|
24905
24905
|
},
|
|
24906
24906
|
category: "display",
|
|
24907
|
-
filePath: "
|
|
24907
|
+
filePath: "packages/components/src/Badge",
|
|
24908
24908
|
sampleProps: {
|
|
24909
24909
|
children: "'3'"
|
|
24910
24910
|
}
|
|
@@ -25068,7 +25068,7 @@ var types_default = {
|
|
|
25068
25068
|
}
|
|
25069
25069
|
},
|
|
25070
25070
|
category: "navigation",
|
|
25071
|
-
filePath: "
|
|
25071
|
+
filePath: "packages/components/src/Breadcrumb",
|
|
25072
25072
|
sampleProps: {
|
|
25073
25073
|
props: {
|
|
25074
25074
|
items: [
|
|
@@ -25272,7 +25272,7 @@ var types_default = {
|
|
|
25272
25272
|
}
|
|
25273
25273
|
},
|
|
25274
25274
|
category: "form",
|
|
25275
|
-
filePath: "
|
|
25275
|
+
filePath: "packages/components/src/Button",
|
|
25276
25276
|
sampleProps: {
|
|
25277
25277
|
children: "'Click Me'"
|
|
25278
25278
|
}
|
|
@@ -25474,7 +25474,7 @@ var types_default = {
|
|
|
25474
25474
|
}
|
|
25475
25475
|
},
|
|
25476
25476
|
category: "display",
|
|
25477
|
-
filePath: "
|
|
25477
|
+
filePath: "packages/components/src/Card",
|
|
25478
25478
|
sampleProps: {
|
|
25479
25479
|
children: "'Card content goes here'"
|
|
25480
25480
|
}
|
|
@@ -25691,7 +25691,7 @@ var types_default = {
|
|
|
25691
25691
|
}
|
|
25692
25692
|
},
|
|
25693
25693
|
category: "form",
|
|
25694
|
-
filePath: "
|
|
25694
|
+
filePath: "packages/components/src/Checkbox",
|
|
25695
25695
|
sampleProps: {
|
|
25696
25696
|
props: {
|
|
25697
25697
|
label: "Check me"
|
|
@@ -25924,7 +25924,7 @@ var types_default = {
|
|
|
25924
25924
|
}
|
|
25925
25925
|
},
|
|
25926
25926
|
category: "display",
|
|
25927
|
-
filePath: "
|
|
25927
|
+
filePath: "packages/components/src/Chip",
|
|
25928
25928
|
sampleProps: {
|
|
25929
25929
|
props: {
|
|
25930
25930
|
label: "Chip Label"
|
|
@@ -26205,7 +26205,7 @@ var types_default = {
|
|
|
26205
26205
|
}
|
|
26206
26206
|
},
|
|
26207
26207
|
category: "overlay",
|
|
26208
|
-
filePath: "
|
|
26208
|
+
filePath: "packages/components/src/Dialog",
|
|
26209
26209
|
sampleProps: {
|
|
26210
26210
|
props: {
|
|
26211
26211
|
title: "Dialog Title"
|
|
@@ -26355,7 +26355,7 @@ var types_default = {
|
|
|
26355
26355
|
}
|
|
26356
26356
|
},
|
|
26357
26357
|
category: "layout",
|
|
26358
|
-
filePath: "
|
|
26358
|
+
filePath: "packages/components/src/Divider"
|
|
26359
26359
|
}
|
|
26360
26360
|
},
|
|
26361
26361
|
Form: {
|
|
@@ -26413,7 +26413,7 @@ var types_default = {
|
|
|
26413
26413
|
}
|
|
26414
26414
|
},
|
|
26415
26415
|
category: "display",
|
|
26416
|
-
filePath: "
|
|
26416
|
+
filePath: "packages/components/src/Form"
|
|
26417
26417
|
}
|
|
26418
26418
|
},
|
|
26419
26419
|
Grid: {
|
|
@@ -26530,7 +26530,7 @@ var types_default = {
|
|
|
26530
26530
|
}
|
|
26531
26531
|
},
|
|
26532
26532
|
category: "display",
|
|
26533
|
-
filePath: "
|
|
26533
|
+
filePath: "packages/components/src/Grid"
|
|
26534
26534
|
}
|
|
26535
26535
|
},
|
|
26536
26536
|
IconButton: {
|
|
@@ -26697,7 +26697,7 @@ var types_default = {
|
|
|
26697
26697
|
}
|
|
26698
26698
|
},
|
|
26699
26699
|
category: "display",
|
|
26700
|
-
filePath: "
|
|
26700
|
+
filePath: "packages/components/src/IconButton"
|
|
26701
26701
|
}
|
|
26702
26702
|
},
|
|
26703
26703
|
Image: {
|
|
@@ -26874,7 +26874,7 @@ var types_default = {
|
|
|
26874
26874
|
}
|
|
26875
26875
|
},
|
|
26876
26876
|
category: "display",
|
|
26877
|
-
filePath: "
|
|
26877
|
+
filePath: "packages/components/src/Image",
|
|
26878
26878
|
sampleProps: {
|
|
26879
26879
|
props: {
|
|
26880
26880
|
source: {
|
|
@@ -27282,7 +27282,7 @@ var types_default = {
|
|
|
27282
27282
|
}
|
|
27283
27283
|
},
|
|
27284
27284
|
category: "form",
|
|
27285
|
-
filePath: "
|
|
27285
|
+
filePath: "packages/components/src/Input",
|
|
27286
27286
|
sampleProps: {
|
|
27287
27287
|
props: {
|
|
27288
27288
|
placeholder: "Enter text..."
|
|
@@ -27390,7 +27390,7 @@ var types_default = {
|
|
|
27390
27390
|
}
|
|
27391
27391
|
},
|
|
27392
27392
|
category: "navigation",
|
|
27393
|
-
filePath: "
|
|
27393
|
+
filePath: "packages/components/src/Link",
|
|
27394
27394
|
sampleProps: {
|
|
27395
27395
|
props: {
|
|
27396
27396
|
href: "#"
|
|
@@ -27534,7 +27534,7 @@ var types_default = {
|
|
|
27534
27534
|
}
|
|
27535
27535
|
},
|
|
27536
27536
|
category: "navigation",
|
|
27537
|
-
filePath: "
|
|
27537
|
+
filePath: "packages/components/src/List",
|
|
27538
27538
|
sampleProps: {
|
|
27539
27539
|
children: "'List items go here'"
|
|
27540
27540
|
}
|
|
@@ -27656,7 +27656,7 @@ var types_default = {
|
|
|
27656
27656
|
}
|
|
27657
27657
|
},
|
|
27658
27658
|
category: "navigation",
|
|
27659
|
-
filePath: "
|
|
27659
|
+
filePath: "packages/components/src/Menu",
|
|
27660
27660
|
sampleProps: {
|
|
27661
27661
|
props: {
|
|
27662
27662
|
items: [
|
|
@@ -27847,7 +27847,7 @@ var types_default = {
|
|
|
27847
27847
|
}
|
|
27848
27848
|
},
|
|
27849
27849
|
category: "overlay",
|
|
27850
|
-
filePath: "
|
|
27850
|
+
filePath: "packages/components/src/Popover",
|
|
27851
27851
|
sampleProps: {
|
|
27852
27852
|
props: {
|
|
27853
27853
|
open: false
|
|
@@ -27974,7 +27974,7 @@ var types_default = {
|
|
|
27974
27974
|
}
|
|
27975
27975
|
},
|
|
27976
27976
|
category: "display",
|
|
27977
|
-
filePath: "
|
|
27977
|
+
filePath: "packages/components/src/Pressable",
|
|
27978
27978
|
sampleProps: {
|
|
27979
27979
|
children: "'Press me'"
|
|
27980
27980
|
}
|
|
@@ -28121,7 +28121,7 @@ var types_default = {
|
|
|
28121
28121
|
}
|
|
28122
28122
|
},
|
|
28123
28123
|
category: "data",
|
|
28124
|
-
filePath: "
|
|
28124
|
+
filePath: "packages/components/src/Progress",
|
|
28125
28125
|
sampleProps: {
|
|
28126
28126
|
props: {
|
|
28127
28127
|
value: 65
|
|
@@ -28256,7 +28256,7 @@ var types_default = {
|
|
|
28256
28256
|
}
|
|
28257
28257
|
},
|
|
28258
28258
|
category: "form",
|
|
28259
|
-
filePath: "
|
|
28259
|
+
filePath: "packages/components/src/RadioButton",
|
|
28260
28260
|
sampleProps: {
|
|
28261
28261
|
props: {
|
|
28262
28262
|
value: "option1",
|
|
@@ -28368,7 +28368,7 @@ var types_default = {
|
|
|
28368
28368
|
}
|
|
28369
28369
|
},
|
|
28370
28370
|
category: "display",
|
|
28371
|
-
filePath: "
|
|
28371
|
+
filePath: "packages/components/src/SVGImage",
|
|
28372
28372
|
sampleProps: {
|
|
28373
28373
|
props: {
|
|
28374
28374
|
source: '<svg viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="currentColor"/></svg>',
|
|
@@ -28619,7 +28619,7 @@ var types_default = {
|
|
|
28619
28619
|
}
|
|
28620
28620
|
},
|
|
28621
28621
|
category: "layout",
|
|
28622
|
-
filePath: "
|
|
28622
|
+
filePath: "packages/components/src/Screen",
|
|
28623
28623
|
sampleProps: {
|
|
28624
28624
|
children: "'Screen content'"
|
|
28625
28625
|
}
|
|
@@ -28997,7 +28997,7 @@ var types_default = {
|
|
|
28997
28997
|
}
|
|
28998
28998
|
},
|
|
28999
28999
|
category: "display",
|
|
29000
|
-
filePath: "
|
|
29000
|
+
filePath: "packages/components/src/ScrollView",
|
|
29001
29001
|
sampleProps: {
|
|
29002
29002
|
children: "'Scrollable content'"
|
|
29003
29003
|
}
|
|
@@ -29257,7 +29257,7 @@ var types_default = {
|
|
|
29257
29257
|
}
|
|
29258
29258
|
},
|
|
29259
29259
|
category: "form",
|
|
29260
|
-
filePath: "
|
|
29260
|
+
filePath: "packages/components/src/Select",
|
|
29261
29261
|
sampleProps: {
|
|
29262
29262
|
props: {
|
|
29263
29263
|
options: [
|
|
@@ -29393,7 +29393,7 @@ var types_default = {
|
|
|
29393
29393
|
}
|
|
29394
29394
|
},
|
|
29395
29395
|
category: "display",
|
|
29396
|
-
filePath: "
|
|
29396
|
+
filePath: "packages/components/src/Skeleton",
|
|
29397
29397
|
sampleProps: {
|
|
29398
29398
|
props: {
|
|
29399
29399
|
width: 200,
|
|
@@ -29651,7 +29651,7 @@ var types_default = {
|
|
|
29651
29651
|
}
|
|
29652
29652
|
},
|
|
29653
29653
|
category: "form",
|
|
29654
|
-
filePath: "
|
|
29654
|
+
filePath: "packages/components/src/Slider",
|
|
29655
29655
|
sampleProps: {
|
|
29656
29656
|
props: {},
|
|
29657
29657
|
state: {
|
|
@@ -29867,7 +29867,7 @@ var types_default = {
|
|
|
29867
29867
|
}
|
|
29868
29868
|
},
|
|
29869
29869
|
category: "form",
|
|
29870
|
-
filePath: "
|
|
29870
|
+
filePath: "packages/components/src/Switch",
|
|
29871
29871
|
sampleProps: {
|
|
29872
29872
|
props: {},
|
|
29873
29873
|
state: {
|
|
@@ -30077,7 +30077,7 @@ var types_default = {
|
|
|
30077
30077
|
}
|
|
30078
30078
|
},
|
|
30079
30079
|
category: "navigation",
|
|
30080
|
-
filePath: "
|
|
30080
|
+
filePath: "packages/components/src/TabBar",
|
|
30081
30081
|
sampleProps: {
|
|
30082
30082
|
props: {
|
|
30083
30083
|
items: [
|
|
@@ -30134,6 +30134,18 @@ var types_default = {
|
|
|
30134
30134
|
type: "((row: T, index: number) => void) | undefined",
|
|
30135
30135
|
required: false
|
|
30136
30136
|
},
|
|
30137
|
+
{
|
|
30138
|
+
name: "onColumnResize",
|
|
30139
|
+
type: "((key: string, width: number) => void) | undefined",
|
|
30140
|
+
required: false,
|
|
30141
|
+
description: "Called when a column is resized via drag handle.\nReceives the column key and the new width in pixels."
|
|
30142
|
+
},
|
|
30143
|
+
{
|
|
30144
|
+
name: "emptyState",
|
|
30145
|
+
type: "React.ReactNode",
|
|
30146
|
+
required: false,
|
|
30147
|
+
description: "Content to display when `data` is empty.\nRenders in place of the table body."
|
|
30148
|
+
},
|
|
30137
30149
|
{
|
|
30138
30150
|
name: "style",
|
|
30139
30151
|
type: 'import("/home/nicho/Development/idealyst-framework/packages/theme/node_modules/react-native/Libraries/StyleSheet/StyleSheet").StyleProp<import("/home/nicho/Development/idealyst-framework/packages/theme/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes").ViewStyle>',
|
|
@@ -30145,12 +30157,12 @@ var types_default = {
|
|
|
30145
30157
|
required: false
|
|
30146
30158
|
}
|
|
30147
30159
|
],
|
|
30148
|
-
typeDefinition: "export interface TableProps<T = any> extends ContainerStyleProps, AccessibilityProps {\n /**\n * Column definitions for the table\n */\n columns: TableColumn<T>[];\n data: T[];\n type?: TableType;\n size?: TableSizeVariant;\n stickyHeader?: boolean;\n onRowPress?: (row: T, index: number) => void;\n style?: StyleProp<ViewStyle>;\n testID?: string;\n}",
|
|
30160
|
+
typeDefinition: "export interface TableProps<T = any> extends ContainerStyleProps, AccessibilityProps {\n /**\n * Column definitions for the table\n */\n columns: TableColumn<T>[];\n data: T[];\n type?: TableType;\n size?: TableSizeVariant;\n stickyHeader?: boolean;\n onRowPress?: (row: T, index: number) => void;\n /**\n * Called when a column is resized via drag handle.\n * Receives the column key and the new width in pixels.\n */\n onColumnResize?: (key: string, width: number) => void;\n /**\n * Content to display when `data` is empty.\n * Renders in place of the table body.\n */\n emptyState?: ReactNode;\n style?: StyleProp<ViewStyle>;\n testID?: string;\n}",
|
|
30149
30161
|
relatedTypes: {
|
|
30150
30162
|
TableSizeVariant: "export type TableSizeVariant = Size;",
|
|
30151
30163
|
TableType: "export type TableType = 'standard' | 'bordered' | 'striped';",
|
|
30152
30164
|
TableAlignVariant: "export type TableAlignVariant = 'left' | 'center' | 'right';",
|
|
30153
|
-
TableColumn: "export interface TableColumn<T = any> extends SortableAccessibilityProps {\n key: string;\n title:
|
|
30165
|
+
TableColumn: "export interface TableColumn<T = any> extends SortableAccessibilityProps {\n key: string;\n title: ReactNode;\n dataIndex?: string;\n render?: (value: any, row: T, index: number) => ReactNode;\n footer?: ReactNode | ((data: T[]) => ReactNode);\n width?: number | string;\n align?: TableAlignVariant;\n /**\n * Makes this column sticky (pinned) when scrolling horizontally.\n * `true` or `'left'` pins to the left, `'right'` pins to the right.\n * On web uses CSS `position: sticky`, on native renders outside the ScrollView.\n */\n sticky?: boolean | 'left' | 'right';\n /**\n * Allows the column to be resized by dragging the right edge of the header.\n * Web only.\n */\n resizable?: boolean;\n /**\n * Minimum width when resizing (default: 50).\n */\n minWidth?: number;\n}"
|
|
30154
30166
|
},
|
|
30155
30167
|
registry: {
|
|
30156
30168
|
name: "Table",
|
|
@@ -30196,6 +30208,22 @@ var types_default = {
|
|
|
30196
30208
|
type: "((row: T, index: number) => void) | undefined",
|
|
30197
30209
|
required: false
|
|
30198
30210
|
},
|
|
30211
|
+
onColumnResize: {
|
|
30212
|
+
name: "onColumnResize",
|
|
30213
|
+
type: "((key: string, width: number) => void) | undefined",
|
|
30214
|
+
description: "Called when a column is resized via drag handle.\nReceives the column key and the new width in pixels.",
|
|
30215
|
+
required: false
|
|
30216
|
+
},
|
|
30217
|
+
emptyState: {
|
|
30218
|
+
name: "emptyState",
|
|
30219
|
+
type: "ReactNode",
|
|
30220
|
+
values: [
|
|
30221
|
+
"false",
|
|
30222
|
+
"true"
|
|
30223
|
+
],
|
|
30224
|
+
description: "Content to display when `data` is empty.\nRenders in place of the table body.",
|
|
30225
|
+
required: false
|
|
30226
|
+
},
|
|
30199
30227
|
id: {
|
|
30200
30228
|
name: "id",
|
|
30201
30229
|
type: "string | undefined",
|
|
@@ -30252,7 +30280,7 @@ var types_default = {
|
|
|
30252
30280
|
}
|
|
30253
30281
|
},
|
|
30254
30282
|
category: "data",
|
|
30255
|
-
filePath: "
|
|
30283
|
+
filePath: "packages/components/src/Table",
|
|
30256
30284
|
sampleProps: {
|
|
30257
30285
|
props: {
|
|
30258
30286
|
columns: [
|
|
@@ -30450,7 +30478,7 @@ var types_default = {
|
|
|
30450
30478
|
}
|
|
30451
30479
|
},
|
|
30452
30480
|
category: "display",
|
|
30453
|
-
filePath: "
|
|
30481
|
+
filePath: "packages/components/src/Text",
|
|
30454
30482
|
sampleProps: {
|
|
30455
30483
|
children: "'Sample text content'"
|
|
30456
30484
|
}
|
|
@@ -30752,7 +30780,7 @@ var types_default = {
|
|
|
30752
30780
|
}
|
|
30753
30781
|
},
|
|
30754
30782
|
category: "form",
|
|
30755
|
-
filePath: "
|
|
30783
|
+
filePath: "packages/components/src/TextArea",
|
|
30756
30784
|
sampleProps: {
|
|
30757
30785
|
props: {
|
|
30758
30786
|
placeholder: "Enter text...",
|
|
@@ -31313,7 +31341,7 @@ var types_default = {
|
|
|
31313
31341
|
}
|
|
31314
31342
|
},
|
|
31315
31343
|
category: "display",
|
|
31316
|
-
filePath: "
|
|
31344
|
+
filePath: "packages/components/src/TextInput"
|
|
31317
31345
|
}
|
|
31318
31346
|
},
|
|
31319
31347
|
Tooltip: {
|
|
@@ -31416,7 +31444,7 @@ var types_default = {
|
|
|
31416
31444
|
}
|
|
31417
31445
|
},
|
|
31418
31446
|
category: "display",
|
|
31419
|
-
filePath: "
|
|
31447
|
+
filePath: "packages/components/src/Tooltip",
|
|
31420
31448
|
sampleProps: {
|
|
31421
31449
|
props: {
|
|
31422
31450
|
content: "Tooltip text"
|
|
@@ -31660,7 +31688,7 @@ var types_default = {
|
|
|
31660
31688
|
}
|
|
31661
31689
|
},
|
|
31662
31690
|
category: "display",
|
|
31663
|
-
filePath: "
|
|
31691
|
+
filePath: "packages/components/src/Video",
|
|
31664
31692
|
sampleProps: {
|
|
31665
31693
|
props: {
|
|
31666
31694
|
source: "https://www.w3schools.com/html/mov_bbb.mp4",
|
|
@@ -31871,7 +31899,7 @@ var types_default = {
|
|
|
31871
31899
|
}
|
|
31872
31900
|
},
|
|
31873
31901
|
category: "layout",
|
|
31874
|
-
filePath: "
|
|
31902
|
+
filePath: "packages/components/src/View",
|
|
31875
31903
|
sampleProps: {
|
|
31876
31904
|
children: "'View content'"
|
|
31877
31905
|
}
|
|
@@ -46857,7 +46885,7 @@ var types_default = {
|
|
|
46857
46885
|
}
|
|
46858
46886
|
},
|
|
46859
46887
|
category: "display",
|
|
46860
|
-
filePath: "
|
|
46888
|
+
filePath: "packages/components/src/Icon",
|
|
46861
46889
|
sampleProps: {
|
|
46862
46890
|
props: {
|
|
46863
46891
|
name: "home"
|
|
@@ -46888,9 +46916,10 @@ var types_default = {
|
|
|
46888
46916
|
}
|
|
46889
46917
|
},
|
|
46890
46918
|
navigation: {
|
|
46919
|
+
ScreenAnimation: "export type ScreenAnimation =\n | 'default'\n | 'fade'\n | 'fade_from_bottom'\n | 'flip'\n | 'simple_push'\n | 'slide_from_bottom'\n | 'slide_from_right'\n | 'slide_from_left'\n | 'ios_from_right'\n | 'ios_from_left'\n | 'none';",
|
|
46891
46920
|
TabBarScreenOptions: 'export type TabBarScreenOptions = {\n /**\n * Icon for tab/drawer navigation.\n *\n * Can be:\n * - A **string** (icon name) \u2014 e.g. `"home"`, `"cog"`. The default layout renders\n * `<Icon name={tabBarIcon} size="sm" />` automatically.\n * - A **render function** \u2014 receives `{ focused, color, size }`. The `size` param is\n * a number (from native tab bars); **ignore it** and use a Size token instead:\n * `tabBarIcon: ({ focused }) => <Icon name={focused ? \'home\' : \'home-outline\'} size="sm" />`\n */\n tabBarIcon?: string | ((props: { focused: boolean; color: string; size: string | number }) => React.ReactElement)\n\n /**\n * Label for tab/drawer navigation\n */\n tabBarLabel?: string;\n \n /**\n * Badge for tab navigation\n */\n tabBarBadge?: string | number;\n \n /**\n * Whether to show the tab bar for this screen\n */\n tabBarVisible?: boolean;\n} & ScreenOptions',
|
|
46892
46921
|
NavigatorOptions: "export type NavigatorOptions = {\n\n \n /**\n * Custom header title component or string\n */\n headerTitle?: React.ComponentType | React.ReactElement | string;\n \n /**\n * Custom header left component (overrides back button)\n */\n headerLeft?: React.ComponentType | React.ReactElement;\n \n /**\n * Whether to show header back button\n */\n headerBackVisible?: boolean;\n \n /**\n * Custom header right component\n */\n headerRight?: React.ComponentType | React.ReactElement;\n \n /**\n * Whether to hide the native React Navigation header (mobile only)\n */\n headerShown?: boolean;\n}",
|
|
46893
|
-
ScreenOptions: "export type ScreenOptions = {\n /**\n * Screen title for navigation headers\n */\n title?: string;\n headerShown?: boolean;\n /**\n * Icon name for this screen (used by custom layout components like sidebars, drawers, etc.)\n */\n icon?: string;\n /**\n * When true, renders the screen outside of parent layout wrappers.\n * Useful for fullscreen modals, onboarding flows, or any screen that\n * should not inherit the parent navigator's layout (header, sidebar, tabs, etc.)\n *\n * Web: Screen renders as a sibling route without the parent LayoutComponent\n * Native: Screen uses fullScreenModal presentation\n */\n fullScreen?: boolean;\n\n} & NavigatorOptions;",
|
|
46922
|
+
ScreenOptions: "export type ScreenOptions = {\n /**\n * Screen title for navigation headers\n */\n title?: string;\n headerShown?: boolean;\n /**\n * Icon name for this screen (used by custom layout components like sidebars, drawers, etc.)\n */\n icon?: string;\n /**\n * When true, renders the screen outside of parent layout wrappers.\n * Useful for fullscreen modals, onboarding flows, or any screen that\n * should not inherit the parent navigator's layout (header, sidebar, tabs, etc.)\n *\n * Web: Screen renders as a sibling route without the parent LayoutComponent\n * Native: Screen uses fullScreenModal presentation\n */\n fullScreen?: boolean;\n /**\n * Screen transition animation.\n * On native, controls how the screen animates when pushed/popped.\n * On web, this is a noop.\n *\n * @default 'default' (platform default)\n */\n animation?: ScreenAnimation;\n\n} & NavigatorOptions;",
|
|
46894
46923
|
NotFoundComponentProps: "export type NotFoundComponentProps = {\n /** The full path that was attempted */\n path: string\n /** Any route parameters that were parsed from the path */\n params?: Record<string, string>\n}",
|
|
46895
46924
|
BaseNavigatorParam: "export type BaseNavigatorParam = {\n path: string\n type: 'navigator'\n /**\n * Navigator options. When this navigator is nested inside a tab or drawer,\n * you can include TabBarScreenOptions (tabBarIcon, tabBarLabel, tabBarBadge)\n * so the parent layout can render the tab/drawer entry for this navigator.\n */\n options?: TabBarScreenOptions\n /**\n * Handler called when an invalid route is accessed.\n * - Return NavigateParams to redirect to a different route\n * - Return undefined to show the notFoundComponent (if set)\n * If not defined, bubbles up to parent navigator.\n *\n * @param invalidPath - The path that was attempted but not found\n * @returns NavigateParams to redirect, or undefined to use notFoundComponent\n */\n onInvalidRoute?: (invalidPath: string) => NavigateParams | undefined\n /**\n * Component to render/navigate to when route is invalid and onInvalidRoute returns undefined.\n * - Web: Renders at the current URL via catch-all route\n * - Native: Navigated to as a screen\n * - Optional: If not set and nothing handles the route, a warning is logged\n */\n notFoundComponent?: React.ComponentType<NotFoundComponentProps>\n}",
|
|
46896
46925
|
TabNavigatorParam: "export type TabNavigatorParam = {\n layout: 'tab'\n routes: RouteParam<TabBarScreenOptions>[]\n layoutComponent?: TabLayoutComponent\n} & BaseNavigatorParam",
|
|
@@ -47003,7 +47032,7 @@ var types_default = {
|
|
|
47003
47032
|
}
|
|
47004
47033
|
},
|
|
47005
47034
|
category: "data",
|
|
47006
|
-
filePath: "
|
|
47035
|
+
filePath: "packages/components/src/Accordion",
|
|
47007
47036
|
sampleProps: {
|
|
47008
47037
|
props: {
|
|
47009
47038
|
items: [
|
|
@@ -47079,7 +47108,7 @@ var types_default = {
|
|
|
47079
47108
|
}
|
|
47080
47109
|
},
|
|
47081
47110
|
category: "display",
|
|
47082
|
-
filePath: "
|
|
47111
|
+
filePath: "packages/components/src/ActivityIndicator"
|
|
47083
47112
|
},
|
|
47084
47113
|
Alert: {
|
|
47085
47114
|
name: "Alert",
|
|
@@ -47174,7 +47203,7 @@ var types_default = {
|
|
|
47174
47203
|
}
|
|
47175
47204
|
},
|
|
47176
47205
|
category: "display",
|
|
47177
|
-
filePath: "
|
|
47206
|
+
filePath: "packages/components/src/Alert",
|
|
47178
47207
|
sampleProps: {
|
|
47179
47208
|
props: {
|
|
47180
47209
|
title: "Alert Title",
|
|
@@ -47241,7 +47270,7 @@ var types_default = {
|
|
|
47241
47270
|
}
|
|
47242
47271
|
},
|
|
47243
47272
|
category: "display",
|
|
47244
|
-
filePath: "
|
|
47273
|
+
filePath: "packages/components/src/Avatar",
|
|
47245
47274
|
sampleProps: {
|
|
47246
47275
|
props: {
|
|
47247
47276
|
fallback: "AB"
|
|
@@ -47310,7 +47339,7 @@ var types_default = {
|
|
|
47310
47339
|
}
|
|
47311
47340
|
},
|
|
47312
47341
|
category: "display",
|
|
47313
|
-
filePath: "
|
|
47342
|
+
filePath: "packages/components/src/Badge",
|
|
47314
47343
|
sampleProps: {
|
|
47315
47344
|
children: "'3'"
|
|
47316
47345
|
}
|
|
@@ -47396,7 +47425,7 @@ var types_default = {
|
|
|
47396
47425
|
}
|
|
47397
47426
|
},
|
|
47398
47427
|
category: "navigation",
|
|
47399
|
-
filePath: "
|
|
47428
|
+
filePath: "packages/components/src/Breadcrumb",
|
|
47400
47429
|
sampleProps: {
|
|
47401
47430
|
props: {
|
|
47402
47431
|
items: [
|
|
@@ -47509,7 +47538,7 @@ var types_default = {
|
|
|
47509
47538
|
}
|
|
47510
47539
|
},
|
|
47511
47540
|
category: "form",
|
|
47512
|
-
filePath: "
|
|
47541
|
+
filePath: "packages/components/src/Button",
|
|
47513
47542
|
sampleProps: {
|
|
47514
47543
|
children: "'Click Me'"
|
|
47515
47544
|
}
|
|
@@ -47632,7 +47661,7 @@ var types_default = {
|
|
|
47632
47661
|
}
|
|
47633
47662
|
},
|
|
47634
47663
|
category: "display",
|
|
47635
|
-
filePath: "
|
|
47664
|
+
filePath: "packages/components/src/Card",
|
|
47636
47665
|
sampleProps: {
|
|
47637
47666
|
children: "'Card content goes here'"
|
|
47638
47667
|
}
|
|
@@ -47753,7 +47782,7 @@ var types_default = {
|
|
|
47753
47782
|
}
|
|
47754
47783
|
},
|
|
47755
47784
|
category: "form",
|
|
47756
|
-
filePath: "
|
|
47785
|
+
filePath: "packages/components/src/Checkbox",
|
|
47757
47786
|
sampleProps: {
|
|
47758
47787
|
props: {
|
|
47759
47788
|
label: "Check me"
|
|
@@ -47884,7 +47913,7 @@ var types_default = {
|
|
|
47884
47913
|
}
|
|
47885
47914
|
},
|
|
47886
47915
|
category: "display",
|
|
47887
|
-
filePath: "
|
|
47916
|
+
filePath: "packages/components/src/Chip",
|
|
47888
47917
|
sampleProps: {
|
|
47889
47918
|
props: {
|
|
47890
47919
|
label: "Chip Label"
|
|
@@ -48039,7 +48068,7 @@ var types_default = {
|
|
|
48039
48068
|
}
|
|
48040
48069
|
},
|
|
48041
48070
|
category: "overlay",
|
|
48042
|
-
filePath: "
|
|
48071
|
+
filePath: "packages/components/src/Dialog",
|
|
48043
48072
|
sampleProps: {
|
|
48044
48073
|
props: {
|
|
48045
48074
|
title: "Dialog Title"
|
|
@@ -48114,7 +48143,7 @@ var types_default = {
|
|
|
48114
48143
|
}
|
|
48115
48144
|
},
|
|
48116
48145
|
category: "layout",
|
|
48117
|
-
filePath: "
|
|
48146
|
+
filePath: "packages/components/src/Divider"
|
|
48118
48147
|
},
|
|
48119
48148
|
Form: {
|
|
48120
48149
|
name: "Form",
|
|
@@ -48131,7 +48160,7 @@ var types_default = {
|
|
|
48131
48160
|
}
|
|
48132
48161
|
},
|
|
48133
48162
|
category: "display",
|
|
48134
|
-
filePath: "
|
|
48163
|
+
filePath: "packages/components/src/Form"
|
|
48135
48164
|
},
|
|
48136
48165
|
Grid: {
|
|
48137
48166
|
name: "Grid",
|
|
@@ -48201,7 +48230,7 @@ var types_default = {
|
|
|
48201
48230
|
}
|
|
48202
48231
|
},
|
|
48203
48232
|
category: "display",
|
|
48204
|
-
filePath: "
|
|
48233
|
+
filePath: "packages/components/src/Grid"
|
|
48205
48234
|
},
|
|
48206
48235
|
Icon: {
|
|
48207
48236
|
name: "Icon",
|
|
@@ -63141,7 +63170,7 @@ var types_default = {
|
|
|
63141
63170
|
}
|
|
63142
63171
|
},
|
|
63143
63172
|
category: "display",
|
|
63144
|
-
filePath: "
|
|
63173
|
+
filePath: "packages/components/src/Icon",
|
|
63145
63174
|
sampleProps: {
|
|
63146
63175
|
props: {
|
|
63147
63176
|
name: "home"
|
|
@@ -63234,7 +63263,7 @@ var types_default = {
|
|
|
63234
63263
|
}
|
|
63235
63264
|
},
|
|
63236
63265
|
category: "display",
|
|
63237
|
-
filePath: "
|
|
63266
|
+
filePath: "packages/components/src/IconButton"
|
|
63238
63267
|
},
|
|
63239
63268
|
Image: {
|
|
63240
63269
|
name: "Image",
|
|
@@ -63326,7 +63355,7 @@ var types_default = {
|
|
|
63326
63355
|
}
|
|
63327
63356
|
},
|
|
63328
63357
|
category: "display",
|
|
63329
|
-
filePath: "
|
|
63358
|
+
filePath: "packages/components/src/Image",
|
|
63330
63359
|
sampleProps: {
|
|
63331
63360
|
props: {
|
|
63332
63361
|
source: {
|
|
@@ -63510,7 +63539,7 @@ var types_default = {
|
|
|
63510
63539
|
}
|
|
63511
63540
|
},
|
|
63512
63541
|
category: "form",
|
|
63513
|
-
filePath: "
|
|
63542
|
+
filePath: "packages/components/src/Input",
|
|
63514
63543
|
sampleProps: {
|
|
63515
63544
|
props: {
|
|
63516
63545
|
placeholder: "Enter text..."
|
|
@@ -63562,7 +63591,7 @@ var types_default = {
|
|
|
63562
63591
|
}
|
|
63563
63592
|
},
|
|
63564
63593
|
category: "navigation",
|
|
63565
|
-
filePath: "
|
|
63594
|
+
filePath: "packages/components/src/Link",
|
|
63566
63595
|
sampleProps: {
|
|
63567
63596
|
props: {
|
|
63568
63597
|
href: "#"
|
|
@@ -63659,7 +63688,7 @@ var types_default = {
|
|
|
63659
63688
|
}
|
|
63660
63689
|
},
|
|
63661
63690
|
category: "navigation",
|
|
63662
|
-
filePath: "
|
|
63691
|
+
filePath: "packages/components/src/List",
|
|
63663
63692
|
sampleProps: {
|
|
63664
63693
|
children: "'List items go here'"
|
|
63665
63694
|
}
|
|
@@ -63723,7 +63752,7 @@ var types_default = {
|
|
|
63723
63752
|
}
|
|
63724
63753
|
},
|
|
63725
63754
|
category: "navigation",
|
|
63726
|
-
filePath: "
|
|
63755
|
+
filePath: "packages/components/src/Menu",
|
|
63727
63756
|
sampleProps: {
|
|
63728
63757
|
props: {
|
|
63729
63758
|
items: [
|
|
@@ -63838,7 +63867,7 @@ var types_default = {
|
|
|
63838
63867
|
}
|
|
63839
63868
|
},
|
|
63840
63869
|
category: "overlay",
|
|
63841
|
-
filePath: "
|
|
63870
|
+
filePath: "packages/components/src/Popover",
|
|
63842
63871
|
sampleProps: {
|
|
63843
63872
|
props: {
|
|
63844
63873
|
open: false
|
|
@@ -63903,7 +63932,7 @@ var types_default = {
|
|
|
63903
63932
|
}
|
|
63904
63933
|
},
|
|
63905
63934
|
category: "display",
|
|
63906
|
-
filePath: "
|
|
63935
|
+
filePath: "packages/components/src/Pressable",
|
|
63907
63936
|
sampleProps: {
|
|
63908
63937
|
children: "'Press me'"
|
|
63909
63938
|
}
|
|
@@ -63982,7 +64011,7 @@ var types_default = {
|
|
|
63982
64011
|
}
|
|
63983
64012
|
},
|
|
63984
64013
|
category: "data",
|
|
63985
|
-
filePath: "
|
|
64014
|
+
filePath: "packages/components/src/Progress",
|
|
63986
64015
|
sampleProps: {
|
|
63987
64016
|
props: {
|
|
63988
64017
|
value: 65
|
|
@@ -64061,7 +64090,7 @@ var types_default = {
|
|
|
64061
64090
|
}
|
|
64062
64091
|
},
|
|
64063
64092
|
category: "form",
|
|
64064
|
-
filePath: "
|
|
64093
|
+
filePath: "packages/components/src/RadioButton",
|
|
64065
64094
|
sampleProps: {
|
|
64066
64095
|
props: {
|
|
64067
64096
|
value: "option1",
|
|
@@ -64127,7 +64156,7 @@ var types_default = {
|
|
|
64127
64156
|
}
|
|
64128
64157
|
},
|
|
64129
64158
|
category: "display",
|
|
64130
|
-
filePath: "
|
|
64159
|
+
filePath: "packages/components/src/SVGImage",
|
|
64131
64160
|
sampleProps: {
|
|
64132
64161
|
props: {
|
|
64133
64162
|
source: '<svg viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="currentColor"/></svg>',
|
|
@@ -64286,7 +64315,7 @@ var types_default = {
|
|
|
64286
64315
|
}
|
|
64287
64316
|
},
|
|
64288
64317
|
category: "layout",
|
|
64289
|
-
filePath: "
|
|
64318
|
+
filePath: "packages/components/src/Screen",
|
|
64290
64319
|
sampleProps: {
|
|
64291
64320
|
children: "'Screen content'"
|
|
64292
64321
|
}
|
|
@@ -64502,7 +64531,7 @@ var types_default = {
|
|
|
64502
64531
|
}
|
|
64503
64532
|
},
|
|
64504
64533
|
category: "display",
|
|
64505
|
-
filePath: "
|
|
64534
|
+
filePath: "packages/components/src/ScrollView",
|
|
64506
64535
|
sampleProps: {
|
|
64507
64536
|
children: "'Scrollable content'"
|
|
64508
64537
|
}
|
|
@@ -64647,7 +64676,7 @@ var types_default = {
|
|
|
64647
64676
|
}
|
|
64648
64677
|
},
|
|
64649
64678
|
category: "form",
|
|
64650
|
-
filePath: "
|
|
64679
|
+
filePath: "packages/components/src/Select",
|
|
64651
64680
|
sampleProps: {
|
|
64652
64681
|
props: {
|
|
64653
64682
|
options: [
|
|
@@ -64730,7 +64759,7 @@ var types_default = {
|
|
|
64730
64759
|
}
|
|
64731
64760
|
},
|
|
64732
64761
|
category: "display",
|
|
64733
|
-
filePath: "
|
|
64762
|
+
filePath: "packages/components/src/Skeleton",
|
|
64734
64763
|
sampleProps: {
|
|
64735
64764
|
props: {
|
|
64736
64765
|
width: 200,
|
|
@@ -64875,7 +64904,7 @@ var types_default = {
|
|
|
64875
64904
|
}
|
|
64876
64905
|
},
|
|
64877
64906
|
category: "form",
|
|
64878
|
-
filePath: "
|
|
64907
|
+
filePath: "packages/components/src/Slider",
|
|
64879
64908
|
sampleProps: {
|
|
64880
64909
|
props: {},
|
|
64881
64910
|
state: {
|
|
@@ -65002,7 +65031,7 @@ var types_default = {
|
|
|
65002
65031
|
}
|
|
65003
65032
|
},
|
|
65004
65033
|
category: "form",
|
|
65005
|
-
filePath: "
|
|
65034
|
+
filePath: "packages/components/src/Switch",
|
|
65006
65035
|
sampleProps: {
|
|
65007
65036
|
props: {},
|
|
65008
65037
|
state: {
|
|
@@ -65139,7 +65168,7 @@ var types_default = {
|
|
|
65139
65168
|
}
|
|
65140
65169
|
},
|
|
65141
65170
|
category: "navigation",
|
|
65142
|
-
filePath: "
|
|
65171
|
+
filePath: "packages/components/src/TabBar",
|
|
65143
65172
|
sampleProps: {
|
|
65144
65173
|
props: {
|
|
65145
65174
|
items: [
|
|
@@ -65204,6 +65233,22 @@ var types_default = {
|
|
|
65204
65233
|
type: "((row: T, index: number) => void) | undefined",
|
|
65205
65234
|
required: false
|
|
65206
65235
|
},
|
|
65236
|
+
onColumnResize: {
|
|
65237
|
+
name: "onColumnResize",
|
|
65238
|
+
type: "((key: string, width: number) => void) | undefined",
|
|
65239
|
+
description: "Called when a column is resized via drag handle.\nReceives the column key and the new width in pixels.",
|
|
65240
|
+
required: false
|
|
65241
|
+
},
|
|
65242
|
+
emptyState: {
|
|
65243
|
+
name: "emptyState",
|
|
65244
|
+
type: "ReactNode",
|
|
65245
|
+
values: [
|
|
65246
|
+
"false",
|
|
65247
|
+
"true"
|
|
65248
|
+
],
|
|
65249
|
+
description: "Content to display when `data` is empty.\nRenders in place of the table body.",
|
|
65250
|
+
required: false
|
|
65251
|
+
},
|
|
65207
65252
|
id: {
|
|
65208
65253
|
name: "id",
|
|
65209
65254
|
type: "string | undefined",
|
|
@@ -65260,7 +65305,7 @@ var types_default = {
|
|
|
65260
65305
|
}
|
|
65261
65306
|
},
|
|
65262
65307
|
category: "data",
|
|
65263
|
-
filePath: "
|
|
65308
|
+
filePath: "packages/components/src/Table",
|
|
65264
65309
|
sampleProps: {
|
|
65265
65310
|
props: {
|
|
65266
65311
|
columns: [
|
|
@@ -65390,7 +65435,7 @@ var types_default = {
|
|
|
65390
65435
|
}
|
|
65391
65436
|
},
|
|
65392
65437
|
category: "display",
|
|
65393
|
-
filePath: "
|
|
65438
|
+
filePath: "packages/components/src/Text",
|
|
65394
65439
|
sampleProps: {
|
|
65395
65440
|
children: "'Sample text content'"
|
|
65396
65441
|
}
|
|
@@ -65560,7 +65605,7 @@ var types_default = {
|
|
|
65560
65605
|
}
|
|
65561
65606
|
},
|
|
65562
65607
|
category: "form",
|
|
65563
|
-
filePath: "
|
|
65608
|
+
filePath: "packages/components/src/TextArea",
|
|
65564
65609
|
sampleProps: {
|
|
65565
65610
|
props: {
|
|
65566
65611
|
placeholder: "Enter text...",
|
|
@@ -65812,7 +65857,7 @@ var types_default = {
|
|
|
65812
65857
|
}
|
|
65813
65858
|
},
|
|
65814
65859
|
category: "display",
|
|
65815
|
-
filePath: "
|
|
65860
|
+
filePath: "packages/components/src/TextInput"
|
|
65816
65861
|
},
|
|
65817
65862
|
Tooltip: {
|
|
65818
65863
|
name: "Tooltip",
|
|
@@ -65862,7 +65907,7 @@ var types_default = {
|
|
|
65862
65907
|
}
|
|
65863
65908
|
},
|
|
65864
65909
|
category: "display",
|
|
65865
|
-
filePath: "
|
|
65910
|
+
filePath: "packages/components/src/Tooltip",
|
|
65866
65911
|
sampleProps: {
|
|
65867
65912
|
props: {
|
|
65868
65913
|
content: "Tooltip text"
|
|
@@ -65996,7 +66041,7 @@ var types_default = {
|
|
|
65996
66041
|
}
|
|
65997
66042
|
},
|
|
65998
66043
|
category: "display",
|
|
65999
|
-
filePath: "
|
|
66044
|
+
filePath: "packages/components/src/Video",
|
|
66000
66045
|
sampleProps: {
|
|
66001
66046
|
props: {
|
|
66002
66047
|
source: "https://www.w3schools.com/html/mov_bbb.mp4",
|
|
@@ -66122,7 +66167,7 @@ var types_default = {
|
|
|
66122
66167
|
}
|
|
66123
66168
|
},
|
|
66124
66169
|
category: "layout",
|
|
66125
|
-
filePath: "
|
|
66170
|
+
filePath: "packages/components/src/View",
|
|
66126
66171
|
sampleProps: {
|
|
66127
66172
|
children: "'View content'"
|
|
66128
66173
|
}
|
|
@@ -67667,4 +67712,4 @@ export {
|
|
|
67667
67712
|
toolHandlers,
|
|
67668
67713
|
callTool
|
|
67669
67714
|
};
|
|
67670
|
-
//# sourceMappingURL=chunk-
|
|
67715
|
+
//# sourceMappingURL=chunk-L3TA6GOW.js.map
|