@ukic/canary-docs 3.0.0-canary.17 → 3.0.0-canary.19
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/docs.json +993 -186
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"filePath": "src/components/ic-card-horizontal/ic-card-horizontal.tsx",
|
|
10
10
|
"encapsulation": "shadow",
|
|
11
11
|
"tag": "ic-card-horizontal",
|
|
12
|
-
"readme": "# ic-horizontal-card\
|
|
12
|
+
"readme": "# ic-horizontal-card\n\n\n",
|
|
13
13
|
"docs": "",
|
|
14
14
|
"docsTags": [
|
|
15
15
|
{
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
"filePath": "src/components/ic-data-table/ic-data-table.tsx",
|
|
473
473
|
"encapsulation": "shadow",
|
|
474
474
|
"tag": "ic-data-table",
|
|
475
|
-
"readme": "# ic-data-table\
|
|
475
|
+
"readme": "# ic-data-table\n\n\n",
|
|
476
476
|
"docs": "",
|
|
477
477
|
"docsTags": [
|
|
478
478
|
{
|
|
@@ -809,7 +809,7 @@
|
|
|
809
809
|
"name": "loadingOptions",
|
|
810
810
|
"type": "undefined | { description?: string | undefined; label?: string | undefined; labelDuration?: number | undefined; max?: number | undefined; min?: number | undefined; progress?: number | undefined; monochrome?: boolean | undefined; overlay?: boolean | undefined; }",
|
|
811
811
|
"complexType": {
|
|
812
|
-
"original": "{\
|
|
812
|
+
"original": "{\n description?: string;\n label?: string;\n labelDuration?: number;\n max?: number;\n min?: number;\n progress?: number;\n monochrome?: boolean;\n overlay?: boolean;\n }",
|
|
813
813
|
"resolved": "undefined | { description?: string | undefined; label?: string | undefined; labelDuration?: number | undefined; max?: number | undefined; min?: number | undefined; progress?: number | undefined; monochrome?: boolean | undefined; overlay?: boolean | undefined; }",
|
|
814
814
|
"references": {}
|
|
815
815
|
},
|
|
@@ -948,7 +948,7 @@
|
|
|
948
948
|
"reflectToAttr": false,
|
|
949
949
|
"docs": "Sets the props for the built-in pagination bar. If the `pagination-bar` slot is used then this prop is ignored.",
|
|
950
950
|
"docsTags": [],
|
|
951
|
-
"default": "{\
|
|
951
|
+
"default": "{\n alignment: \"right\",\n hideAllFromItemsPerPage: false,\n hideRangeLabel: false,\n itemLabel: \"Item\",\n itemsPerPageOptions: [\n { label: \"10\", value: \"10\" },\n { label: \"25\", value: \"25\" },\n { label: \"50\", value: \"50\" },\n ],\n monochrome: false,\n pageLabel: \"Page\",\n rangeLabelType: \"page\",\n selectedItemsPerPage: 10,\n selectItemsPerPageOnEnter: true,\n setToFirstPageOnPaginationChange: false,\n showGoToPageControl: true,\n showItemsPerPageControl: true,\n type: \"simple\",\n }",
|
|
952
952
|
"values": [
|
|
953
953
|
{
|
|
954
954
|
"type": "IcPaginationBarOptions"
|
|
@@ -1014,7 +1014,7 @@
|
|
|
1014
1014
|
"name": "sortOptions",
|
|
1015
1015
|
"type": "{ sortOrders: IcDataTableSortOrderOptions[]; defaultColumn?: string | undefined; }",
|
|
1016
1016
|
"complexType": {
|
|
1017
|
-
"original": "{\
|
|
1017
|
+
"original": "{\n sortOrders: IcDataTableSortOrderOptions[];\n defaultColumn?: string;\n }",
|
|
1018
1018
|
"resolved": "{ sortOrders: IcDataTableSortOrderOptions[]; defaultColumn?: string | undefined; }",
|
|
1019
1019
|
"references": {
|
|
1020
1020
|
"IcDataTableSortOrderOptions": {
|
|
@@ -1028,7 +1028,7 @@
|
|
|
1028
1028
|
"reflectToAttr": false,
|
|
1029
1029
|
"docs": "Sets the order columns will be sorted in and allows for 'default' sorts to be added.",
|
|
1030
1030
|
"docsTags": [],
|
|
1031
|
-
"default": "{\
|
|
1031
|
+
"default": "{\n sortOrders: [\"unsorted\", \"ascending\", \"descending\"],\n defaultColumn: \"\",\n }",
|
|
1032
1032
|
"values": [
|
|
1033
1033
|
{
|
|
1034
1034
|
"type": "{ sortOrders: IcDataTableSortOrderOptions[]; defaultColumn?: string"
|
|
@@ -1256,7 +1256,7 @@
|
|
|
1256
1256
|
"name": "updatingOptions",
|
|
1257
1257
|
"type": "undefined | { description?: string | undefined; max?: number | undefined; min?: number | undefined; progress?: number | undefined; monochrome?: boolean | undefined; }",
|
|
1258
1258
|
"complexType": {
|
|
1259
|
-
"original": "{\
|
|
1259
|
+
"original": "{\n description?: string;\n max?: number;\n min?: number;\n progress?: number;\n monochrome?: boolean;\n }",
|
|
1260
1260
|
"resolved": "undefined | { description?: string | undefined; max?: number | undefined; min?: number | undefined; progress?: number | undefined; monochrome?: boolean | undefined; }",
|
|
1261
1261
|
"references": {}
|
|
1262
1262
|
},
|
|
@@ -1296,7 +1296,7 @@
|
|
|
1296
1296
|
"name": "variableRowHeight",
|
|
1297
1297
|
"type": "((params: { [key: string]: any; index: number; }) => IcDataTableRowHeights | null) | undefined",
|
|
1298
1298
|
"complexType": {
|
|
1299
|
-
"original": "(params: {\
|
|
1299
|
+
"original": "(params: {\n [key: string]: any;\n index: number;\n }) => IcDataTableRowHeights | null",
|
|
1300
1300
|
"resolved": "((params: { [key: string]: any; index: number; }) => IcDataTableRowHeights | null) | undefined",
|
|
1301
1301
|
"references": {
|
|
1302
1302
|
"IcDataTableRowHeights": {
|
|
@@ -1308,7 +1308,7 @@
|
|
|
1308
1308
|
},
|
|
1309
1309
|
"mutable": true,
|
|
1310
1310
|
"reflectToAttr": false,
|
|
1311
|
-
"docs": "Allows for custom setting of row heights on individual rows based on an individual value from the `data` prop and the row index.\
|
|
1311
|
+
"docs": "Allows for custom setting of row heights on individual rows based on an individual value from the `data` prop and the row index.\nIf the function returns `null`, that row's height will be set to the `globalRowHeight` property.",
|
|
1312
1312
|
"docsTags": [],
|
|
1313
1313
|
"values": [
|
|
1314
1314
|
{
|
|
@@ -1457,7 +1457,7 @@
|
|
|
1457
1457
|
"detail": "{ row: IcDataTableDataType | null; selectedRows: IcDataTableDataType[]; }",
|
|
1458
1458
|
"bubbles": true,
|
|
1459
1459
|
"complexType": {
|
|
1460
|
-
"original": "{\
|
|
1460
|
+
"original": "{\n row: IcDataTableDataType | null;\n selectedRows: IcDataTableDataType[];\n }",
|
|
1461
1461
|
"resolved": "{ row: IcDataTableDataType | null; selectedRows: IcDataTableDataType[]; }",
|
|
1462
1462
|
"references": {
|
|
1463
1463
|
"IcDataTableDataType": {
|
|
@@ -1626,7 +1626,7 @@
|
|
|
1626
1626
|
"filePath": "src/components/ic-data-table-title-bar/ic-data-table-title-bar.tsx",
|
|
1627
1627
|
"encapsulation": "shadow",
|
|
1628
1628
|
"tag": "ic-data-table-title-bar",
|
|
1629
|
-
"readme": "# ic-data-table-title-bar\
|
|
1629
|
+
"readme": "# ic-data-table-title-bar\n\n\n",
|
|
1630
1630
|
"docs": "",
|
|
1631
1631
|
"docsTags": [
|
|
1632
1632
|
{
|
|
@@ -1846,7 +1846,7 @@
|
|
|
1846
1846
|
"filePath": "src/components/ic-date-input/ic-date-input.tsx",
|
|
1847
1847
|
"encapsulation": "shadow",
|
|
1848
1848
|
"tag": "ic-date-input",
|
|
1849
|
-
"readme": "# ic-date-input\
|
|
1849
|
+
"readme": "# ic-date-input\n\n\n",
|
|
1850
1850
|
"docs": "",
|
|
1851
1851
|
"docsTags": [
|
|
1852
1852
|
{
|
|
@@ -2265,7 +2265,7 @@
|
|
|
2265
2265
|
"mutable": false,
|
|
2266
2266
|
"attr": "max",
|
|
2267
2267
|
"reflectToAttr": false,
|
|
2268
|
-
"docs": "The latest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\
|
|
2268
|
+
"docs": "The latest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\nThe value of this prop is ignored if `disableFuture` is set to `true`.",
|
|
2269
2269
|
"docsTags": [],
|
|
2270
2270
|
"default": "\"\"",
|
|
2271
2271
|
"values": [
|
|
@@ -2297,7 +2297,7 @@
|
|
|
2297
2297
|
"mutable": false,
|
|
2298
2298
|
"attr": "min",
|
|
2299
2299
|
"reflectToAttr": false,
|
|
2300
|
-
"docs": "The earliest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\
|
|
2300
|
+
"docs": "The earliest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\nThe value of this prop is ignored if `disablePast` is set to `true`.",
|
|
2301
2301
|
"docsTags": [],
|
|
2302
2302
|
"default": "\"\"",
|
|
2303
2303
|
"values": [
|
|
@@ -2635,7 +2635,7 @@
|
|
|
2635
2635
|
"detail": "{ value: Date | null; dateObject: { day: string | null; month: string | null; year: string | null; }; utcValue: Date | null; }",
|
|
2636
2636
|
"bubbles": true,
|
|
2637
2637
|
"complexType": {
|
|
2638
|
-
"original": "{\
|
|
2638
|
+
"original": "{\n value: Date | null;\n dateObject: {\n day: string | null;\n month: string | null;\n year: string | null;\n };\n utcValue: Date | null;\n }",
|
|
2639
2639
|
"resolved": "{ value: Date | null; dateObject: { day: string | null; month: string | null; year: string | null; }; utcValue: Date | null; }",
|
|
2640
2640
|
"references": {
|
|
2641
2641
|
"Date": {
|
|
@@ -2722,7 +2722,7 @@
|
|
|
2722
2722
|
"filePath": "src/components/ic-date-picker/ic-date-picker.tsx",
|
|
2723
2723
|
"encapsulation": "shadow",
|
|
2724
2724
|
"tag": "ic-date-picker",
|
|
2725
|
-
"readme": "# ic-date-picker\
|
|
2725
|
+
"readme": "# ic-date-picker\n\n\n",
|
|
2726
2726
|
"docs": "",
|
|
2727
2727
|
"docsTags": [
|
|
2728
2728
|
{
|
|
@@ -3158,7 +3158,7 @@
|
|
|
3158
3158
|
"mutable": false,
|
|
3159
3159
|
"attr": "max",
|
|
3160
3160
|
"reflectToAttr": false,
|
|
3161
|
-
"docs": "The latest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\
|
|
3161
|
+
"docs": "The latest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\nThe value of this prop is ignored if `disableFuture` is set to `true`.",
|
|
3162
3162
|
"docsTags": [],
|
|
3163
3163
|
"default": "\"\"",
|
|
3164
3164
|
"values": [
|
|
@@ -3190,7 +3190,7 @@
|
|
|
3190
3190
|
"mutable": false,
|
|
3191
3191
|
"attr": "min",
|
|
3192
3192
|
"reflectToAttr": false,
|
|
3193
|
-
"docs": "The earliest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\
|
|
3193
|
+
"docs": "The earliest date that will be allowed. The value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.\nThe value of this prop is ignored if `disablePast` is set to `true`.",
|
|
3194
3194
|
"docsTags": [],
|
|
3195
3195
|
"default": "\"\"",
|
|
3196
3196
|
"values": [
|
|
@@ -3248,7 +3248,7 @@
|
|
|
3248
3248
|
"mutable": false,
|
|
3249
3249
|
"attr": "open-at-date",
|
|
3250
3250
|
"reflectToAttr": false,
|
|
3251
|
-
"docs": "The date visible when the calendar opens. Used if no date is currently selected.\
|
|
3251
|
+
"docs": "The date visible when the calendar opens. Used if no date is currently selected.\nThe value can be in any format supported as `dateFormat`, in ISO 8601 date string format (`yyyy-mm-dd`) or as a JavaScript `Date` object.",
|
|
3252
3252
|
"docsTags": [],
|
|
3253
3253
|
"default": "\"\"",
|
|
3254
3254
|
"values": [
|
|
@@ -3291,6 +3291,33 @@
|
|
|
3291
3291
|
"getter": false,
|
|
3292
3292
|
"setter": false
|
|
3293
3293
|
},
|
|
3294
|
+
{
|
|
3295
|
+
"name": "showClearButton",
|
|
3296
|
+
"type": "boolean | undefined",
|
|
3297
|
+
"complexType": {
|
|
3298
|
+
"original": "boolean",
|
|
3299
|
+
"resolved": "boolean | undefined",
|
|
3300
|
+
"references": {}
|
|
3301
|
+
},
|
|
3302
|
+
"mutable": false,
|
|
3303
|
+
"attr": "show-clear-button",
|
|
3304
|
+
"reflectToAttr": false,
|
|
3305
|
+
"docs": "If 'true', the 'X' button on the date input will be visible, which clears the field.",
|
|
3306
|
+
"docsTags": [],
|
|
3307
|
+
"default": "true",
|
|
3308
|
+
"values": [
|
|
3309
|
+
{
|
|
3310
|
+
"type": "boolean"
|
|
3311
|
+
},
|
|
3312
|
+
{
|
|
3313
|
+
"type": "undefined"
|
|
3314
|
+
}
|
|
3315
|
+
],
|
|
3316
|
+
"optional": true,
|
|
3317
|
+
"required": false,
|
|
3318
|
+
"getter": false,
|
|
3319
|
+
"setter": false
|
|
3320
|
+
},
|
|
3294
3321
|
{
|
|
3295
3322
|
"name": "showDaysOutsideMonth",
|
|
3296
3323
|
"type": "boolean | undefined",
|
|
@@ -3431,7 +3458,7 @@
|
|
|
3431
3458
|
"mutable": false,
|
|
3432
3459
|
"attr": "start-of-week",
|
|
3433
3460
|
"reflectToAttr": false,
|
|
3434
|
-
"docs": "The first day of the week. `0` for Sunday, `1` for Monday, etc.\
|
|
3461
|
+
"docs": "The first day of the week. `0` for Sunday, `1` for Monday, etc.\nDefault is Monday.",
|
|
3435
3462
|
"docsTags": [],
|
|
3436
3463
|
"default": "IcWeekDays.Monday",
|
|
3437
3464
|
"values": [
|
|
@@ -3711,7 +3738,7 @@
|
|
|
3711
3738
|
"filePath": "src/components/ic-pagination-bar/ic-pagination-bar.tsx",
|
|
3712
3739
|
"encapsulation": "shadow",
|
|
3713
3740
|
"tag": "ic-pagination-bar",
|
|
3714
|
-
"readme": "# ic-pagination-bar\
|
|
3741
|
+
"readme": "# ic-pagination-bar\n\n\n",
|
|
3715
3742
|
"docs": "",
|
|
3716
3743
|
"docsTags": [],
|
|
3717
3744
|
"usage": {},
|
|
@@ -3870,7 +3897,7 @@
|
|
|
3870
3897
|
"name": "itemsPerPageOptions",
|
|
3871
3898
|
"type": "undefined | { label: string; value: string; }[]",
|
|
3872
3899
|
"complexType": {
|
|
3873
|
-
"original": "{\
|
|
3900
|
+
"original": "{\n label: string;\n value: string;\n }[]",
|
|
3874
3901
|
"resolved": "undefined | { label: string; value: string; }[]",
|
|
3875
3902
|
"references": {}
|
|
3876
3903
|
},
|
|
@@ -4251,7 +4278,7 @@
|
|
|
4251
4278
|
},
|
|
4252
4279
|
"cancelable": true,
|
|
4253
4280
|
"composed": true,
|
|
4254
|
-
"docs": "Emitted when a page is navigated to via the 'go to' input.\
|
|
4281
|
+
"docs": "Emitted when a page is navigated to via the 'go to' input.\nThe `detail` property contains `value` (i.e. the page number) and a `fromItemsPerPage` flag to indicate if the event was triggered by the `icItemsPerPageChange` event also occurring.",
|
|
4255
4282
|
"docsTags": []
|
|
4256
4283
|
}
|
|
4257
4284
|
],
|
|
@@ -4336,44 +4363,41 @@
|
|
|
4336
4363
|
}
|
|
4337
4364
|
},
|
|
4338
4365
|
{
|
|
4339
|
-
"filePath": "src/components/ic-
|
|
4366
|
+
"filePath": "src/components/ic-time-input/ic-time-input.tsx",
|
|
4340
4367
|
"encapsulation": "shadow",
|
|
4341
|
-
"tag": "ic-
|
|
4342
|
-
"readme": "# ic-
|
|
4368
|
+
"tag": "ic-time-input",
|
|
4369
|
+
"readme": "# ic-date-input\n\n\n",
|
|
4343
4370
|
"docs": "",
|
|
4344
4371
|
"docsTags": [
|
|
4345
4372
|
{
|
|
4346
4373
|
"name": "slot",
|
|
4347
|
-
"text": "
|
|
4348
|
-
},
|
|
4349
|
-
{
|
|
4350
|
-
"name": "slot",
|
|
4351
|
-
"text": "icon - Content is placed to the left of the label."
|
|
4352
|
-
},
|
|
4353
|
-
{
|
|
4354
|
-
"name": "slot",
|
|
4355
|
-
"text": "router-item - Handle routing by nesting your routes in this slot."
|
|
4374
|
+
"text": "helper-text - Content is set as the helper text for the time input."
|
|
4356
4375
|
}
|
|
4357
4376
|
],
|
|
4358
4377
|
"usage": {},
|
|
4359
4378
|
"props": [
|
|
4360
4379
|
{
|
|
4361
|
-
"name": "
|
|
4362
|
-
"type": "
|
|
4380
|
+
"name": "disableTimes",
|
|
4381
|
+
"type": "IcDisableTimeSelection[]",
|
|
4363
4382
|
"complexType": {
|
|
4364
|
-
"original": "
|
|
4365
|
-
"resolved": "
|
|
4366
|
-
"references": {
|
|
4383
|
+
"original": "IcDisableTimeSelection[]",
|
|
4384
|
+
"resolved": "IcDisableTimeSelection[]",
|
|
4385
|
+
"references": {
|
|
4386
|
+
"IcDisableTimeSelection": {
|
|
4387
|
+
"location": "import",
|
|
4388
|
+
"path": "../../utils/types",
|
|
4389
|
+
"id": "src/utils/types.ts::IcDisableTimeSelection"
|
|
4390
|
+
}
|
|
4391
|
+
}
|
|
4367
4392
|
},
|
|
4368
4393
|
"mutable": false,
|
|
4369
|
-
"attr": "disabled",
|
|
4370
4394
|
"reflectToAttr": false,
|
|
4371
|
-
"docs": "
|
|
4395
|
+
"docs": "An array of times that will be disabled in the time input. The times can be in any format supported as `timeFormat`, in ISO 8601 time string format (`HH:MM:SS`) or as a JavaScript `Date` object.",
|
|
4372
4396
|
"docsTags": [],
|
|
4373
|
-
"default": "
|
|
4397
|
+
"default": "[]",
|
|
4374
4398
|
"values": [
|
|
4375
4399
|
{
|
|
4376
|
-
"type": "
|
|
4400
|
+
"type": "IcDisableTimeSelection[]"
|
|
4377
4401
|
}
|
|
4378
4402
|
],
|
|
4379
4403
|
"optional": false,
|
|
@@ -4382,17 +4406,17 @@
|
|
|
4382
4406
|
"setter": false
|
|
4383
4407
|
},
|
|
4384
4408
|
{
|
|
4385
|
-
"name": "
|
|
4409
|
+
"name": "disabled",
|
|
4386
4410
|
"type": "boolean",
|
|
4387
4411
|
"complexType": {
|
|
4388
4412
|
"original": "boolean",
|
|
4389
4413
|
"resolved": "boolean",
|
|
4390
4414
|
"references": {}
|
|
4391
4415
|
},
|
|
4392
|
-
"mutable":
|
|
4393
|
-
"attr": "
|
|
4416
|
+
"mutable": false,
|
|
4417
|
+
"attr": "disabled",
|
|
4394
4418
|
"reflectToAttr": false,
|
|
4395
|
-
"docs": "If `true`, the
|
|
4419
|
+
"docs": "If `true`, the disabled state will be set.",
|
|
4396
4420
|
"docsTags": [],
|
|
4397
4421
|
"default": "false",
|
|
4398
4422
|
"values": [
|
|
@@ -4406,21 +4430,22 @@
|
|
|
4406
4430
|
"setter": false
|
|
4407
4431
|
},
|
|
4408
4432
|
{
|
|
4409
|
-
"name": "
|
|
4410
|
-
"type": "
|
|
4433
|
+
"name": "emitTimePartChange",
|
|
4434
|
+
"type": "boolean | undefined",
|
|
4411
4435
|
"complexType": {
|
|
4412
|
-
"original": "
|
|
4413
|
-
"resolved": "
|
|
4436
|
+
"original": "boolean",
|
|
4437
|
+
"resolved": "boolean | undefined",
|
|
4414
4438
|
"references": {}
|
|
4415
4439
|
},
|
|
4416
4440
|
"mutable": false,
|
|
4417
|
-
"attr": "
|
|
4441
|
+
"attr": "emit-time-part-change",
|
|
4418
4442
|
"reflectToAttr": false,
|
|
4419
|
-
"docs": "
|
|
4443
|
+
"docs": "If `true`, every individual input field completed will emit an icChange event.",
|
|
4420
4444
|
"docsTags": [],
|
|
4445
|
+
"default": "false",
|
|
4421
4446
|
"values": [
|
|
4422
4447
|
{
|
|
4423
|
-
"type": "
|
|
4448
|
+
"type": "boolean"
|
|
4424
4449
|
},
|
|
4425
4450
|
{
|
|
4426
4451
|
"type": "undefined"
|
|
@@ -4432,49 +4457,48 @@
|
|
|
4432
4457
|
"setter": false
|
|
4433
4458
|
},
|
|
4434
4459
|
{
|
|
4435
|
-
"name": "
|
|
4436
|
-
"type": "
|
|
4460
|
+
"name": "helperText",
|
|
4461
|
+
"type": "null | string",
|
|
4437
4462
|
"complexType": {
|
|
4438
|
-
"original": "string",
|
|
4439
|
-
"resolved": "
|
|
4463
|
+
"original": "string | null",
|
|
4464
|
+
"resolved": "null | string",
|
|
4440
4465
|
"references": {}
|
|
4441
4466
|
},
|
|
4442
|
-
"mutable":
|
|
4443
|
-
"attr": "
|
|
4467
|
+
"mutable": true,
|
|
4468
|
+
"attr": "helper-text",
|
|
4444
4469
|
"reflectToAttr": false,
|
|
4445
|
-
"docs": "The
|
|
4470
|
+
"docs": "The helper text that will be displayed for additional field guidance. This will default to the text \"Use format\" along with the `timeFormat` value.",
|
|
4446
4471
|
"docsTags": [],
|
|
4447
|
-
"default": "\"\"",
|
|
4448
4472
|
"values": [
|
|
4449
4473
|
{
|
|
4450
|
-
"type": "
|
|
4474
|
+
"type": "null"
|
|
4451
4475
|
},
|
|
4452
4476
|
{
|
|
4453
|
-
"type": "
|
|
4477
|
+
"type": "string"
|
|
4454
4478
|
}
|
|
4455
4479
|
],
|
|
4456
|
-
"optional":
|
|
4480
|
+
"optional": false,
|
|
4457
4481
|
"required": false,
|
|
4458
4482
|
"getter": false,
|
|
4459
4483
|
"setter": false
|
|
4460
4484
|
},
|
|
4461
4485
|
{
|
|
4462
|
-
"name": "
|
|
4463
|
-
"type": "
|
|
4486
|
+
"name": "hideHelperText",
|
|
4487
|
+
"type": "boolean",
|
|
4464
4488
|
"complexType": {
|
|
4465
|
-
"original": "
|
|
4466
|
-
"resolved": "
|
|
4489
|
+
"original": "boolean",
|
|
4490
|
+
"resolved": "boolean",
|
|
4467
4491
|
"references": {}
|
|
4468
4492
|
},
|
|
4469
4493
|
"mutable": false,
|
|
4470
|
-
"attr": "
|
|
4494
|
+
"attr": "hide-helper-text",
|
|
4471
4495
|
"reflectToAttr": false,
|
|
4472
|
-
"docs": "
|
|
4496
|
+
"docs": "If `true`, the helper text will be visually hidden, but still read out by screenreaders.",
|
|
4473
4497
|
"docsTags": [],
|
|
4474
|
-
"default": "
|
|
4498
|
+
"default": "false",
|
|
4475
4499
|
"values": [
|
|
4476
4500
|
{
|
|
4477
|
-
"type": "
|
|
4501
|
+
"type": "boolean"
|
|
4478
4502
|
}
|
|
4479
4503
|
],
|
|
4480
4504
|
"optional": false,
|
|
@@ -4483,58 +4507,22 @@
|
|
|
4483
4507
|
"setter": false
|
|
4484
4508
|
},
|
|
4485
4509
|
{
|
|
4486
|
-
"name": "
|
|
4487
|
-
"type": "
|
|
4510
|
+
"name": "hideLabel",
|
|
4511
|
+
"type": "boolean | undefined",
|
|
4488
4512
|
"complexType": {
|
|
4489
|
-
"original": "
|
|
4490
|
-
"resolved": "
|
|
4491
|
-
"references": {
|
|
4492
|
-
"ReferrerPolicy": {
|
|
4493
|
-
"location": "global",
|
|
4494
|
-
"id": "global::ReferrerPolicy"
|
|
4495
|
-
}
|
|
4496
|
-
}
|
|
4513
|
+
"original": "boolean",
|
|
4514
|
+
"resolved": "boolean | undefined",
|
|
4515
|
+
"references": {}
|
|
4497
4516
|
},
|
|
4498
4517
|
"mutable": false,
|
|
4499
|
-
"attr": "
|
|
4518
|
+
"attr": "hide-label",
|
|
4500
4519
|
"reflectToAttr": false,
|
|
4501
|
-
"docs": "
|
|
4520
|
+
"docs": "If `true`, the label will be visually hidden, but will still be read out by screen readers.",
|
|
4502
4521
|
"docsTags": [],
|
|
4522
|
+
"default": "false",
|
|
4503
4523
|
"values": [
|
|
4504
4524
|
{
|
|
4505
|
-
"type": "
|
|
4506
|
-
},
|
|
4507
|
-
{
|
|
4508
|
-
"value": "no-referrer",
|
|
4509
|
-
"type": "string"
|
|
4510
|
-
},
|
|
4511
|
-
{
|
|
4512
|
-
"value": "no-referrer-when-downgrade",
|
|
4513
|
-
"type": "string"
|
|
4514
|
-
},
|
|
4515
|
-
{
|
|
4516
|
-
"value": "origin",
|
|
4517
|
-
"type": "string"
|
|
4518
|
-
},
|
|
4519
|
-
{
|
|
4520
|
-
"value": "origin-when-cross-origin",
|
|
4521
|
-
"type": "string"
|
|
4522
|
-
},
|
|
4523
|
-
{
|
|
4524
|
-
"value": "same-origin",
|
|
4525
|
-
"type": "string"
|
|
4526
|
-
},
|
|
4527
|
-
{
|
|
4528
|
-
"value": "strict-origin",
|
|
4529
|
-
"type": "string"
|
|
4530
|
-
},
|
|
4531
|
-
{
|
|
4532
|
-
"value": "strict-origin-when-cross-origin",
|
|
4533
|
-
"type": "string"
|
|
4534
|
-
},
|
|
4535
|
-
{
|
|
4536
|
-
"value": "unsafe-url",
|
|
4537
|
-
"type": "string"
|
|
4525
|
+
"type": "boolean"
|
|
4538
4526
|
},
|
|
4539
4527
|
{
|
|
4540
4528
|
"type": "undefined"
|
|
@@ -4546,48 +4534,46 @@
|
|
|
4546
4534
|
"setter": false
|
|
4547
4535
|
},
|
|
4548
4536
|
{
|
|
4549
|
-
"name": "
|
|
4550
|
-
"type": "string
|
|
4537
|
+
"name": "inputId",
|
|
4538
|
+
"type": "string",
|
|
4551
4539
|
"complexType": {
|
|
4552
4540
|
"original": "string",
|
|
4553
|
-
"resolved": "string
|
|
4541
|
+
"resolved": "string",
|
|
4554
4542
|
"references": {}
|
|
4555
4543
|
},
|
|
4556
4544
|
"mutable": false,
|
|
4557
|
-
"attr": "
|
|
4545
|
+
"attr": "input-id",
|
|
4558
4546
|
"reflectToAttr": false,
|
|
4559
|
-
"docs": "The
|
|
4547
|
+
"docs": "The ID for the input.",
|
|
4560
4548
|
"docsTags": [],
|
|
4549
|
+
"default": "`ic-time-input-${inputIds++}`",
|
|
4561
4550
|
"values": [
|
|
4562
4551
|
{
|
|
4563
4552
|
"type": "string"
|
|
4564
|
-
},
|
|
4565
|
-
{
|
|
4566
|
-
"type": "undefined"
|
|
4567
4553
|
}
|
|
4568
4554
|
],
|
|
4569
|
-
"optional":
|
|
4555
|
+
"optional": false,
|
|
4570
4556
|
"required": false,
|
|
4571
4557
|
"getter": false,
|
|
4572
4558
|
"setter": false
|
|
4573
4559
|
},
|
|
4574
4560
|
{
|
|
4575
|
-
"name": "
|
|
4576
|
-
"type": "
|
|
4561
|
+
"name": "invalidTimeMessage",
|
|
4562
|
+
"type": "string",
|
|
4577
4563
|
"complexType": {
|
|
4578
|
-
"original": "
|
|
4579
|
-
"resolved": "
|
|
4564
|
+
"original": "string",
|
|
4565
|
+
"resolved": "string",
|
|
4580
4566
|
"references": {}
|
|
4581
4567
|
},
|
|
4582
|
-
"mutable":
|
|
4583
|
-
"attr": "
|
|
4568
|
+
"mutable": false,
|
|
4569
|
+
"attr": "invalid-time-message",
|
|
4584
4570
|
"reflectToAttr": false,
|
|
4585
|
-
"docs": "
|
|
4571
|
+
"docs": "The text to display as the validation message when an invalid time is entered.",
|
|
4586
4572
|
"docsTags": [],
|
|
4587
|
-
"default": "
|
|
4573
|
+
"default": "\"Please enter a valid time.\"",
|
|
4588
4574
|
"values": [
|
|
4589
4575
|
{
|
|
4590
|
-
"type": "
|
|
4576
|
+
"type": "string"
|
|
4591
4577
|
}
|
|
4592
4578
|
],
|
|
4593
4579
|
"optional": false,
|
|
@@ -4596,80 +4582,891 @@
|
|
|
4596
4582
|
"setter": false
|
|
4597
4583
|
},
|
|
4598
4584
|
{
|
|
4599
|
-
"name": "
|
|
4600
|
-
"type": "string
|
|
4585
|
+
"name": "label",
|
|
4586
|
+
"type": "string",
|
|
4601
4587
|
"complexType": {
|
|
4602
4588
|
"original": "string",
|
|
4603
|
-
"resolved": "string
|
|
4589
|
+
"resolved": "string",
|
|
4604
4590
|
"references": {}
|
|
4605
4591
|
},
|
|
4606
4592
|
"mutable": false,
|
|
4607
|
-
"attr": "
|
|
4593
|
+
"attr": "label",
|
|
4608
4594
|
"reflectToAttr": false,
|
|
4609
|
-
"docs": "The
|
|
4595
|
+
"docs": "The label for the time input.",
|
|
4610
4596
|
"docsTags": [],
|
|
4611
4597
|
"values": [
|
|
4612
4598
|
{
|
|
4613
4599
|
"type": "string"
|
|
4614
|
-
},
|
|
4615
|
-
{
|
|
4616
|
-
"type": "undefined"
|
|
4617
4600
|
}
|
|
4618
4601
|
],
|
|
4619
|
-
"optional":
|
|
4620
|
-
"required":
|
|
4602
|
+
"optional": false,
|
|
4603
|
+
"required": true,
|
|
4621
4604
|
"getter": false,
|
|
4622
4605
|
"setter": false
|
|
4623
4606
|
},
|
|
4624
4607
|
{
|
|
4625
|
-
"name": "
|
|
4626
|
-
"type": "
|
|
4608
|
+
"name": "max",
|
|
4609
|
+
"type": "Date | string",
|
|
4627
4610
|
"complexType": {
|
|
4628
|
-
"original": "
|
|
4629
|
-
"resolved": "
|
|
4611
|
+
"original": "string | Date",
|
|
4612
|
+
"resolved": "Date | string",
|
|
4630
4613
|
"references": {
|
|
4631
|
-
"
|
|
4632
|
-
"location": "
|
|
4633
|
-
"
|
|
4634
|
-
"id": "src/utils/types.ts::IcThemeMode"
|
|
4614
|
+
"Date": {
|
|
4615
|
+
"location": "global",
|
|
4616
|
+
"id": "global::Date"
|
|
4635
4617
|
}
|
|
4636
4618
|
}
|
|
4637
4619
|
},
|
|
4638
4620
|
"mutable": false,
|
|
4639
|
-
"attr": "
|
|
4621
|
+
"attr": "max",
|
|
4640
4622
|
"reflectToAttr": false,
|
|
4641
|
-
"docs": "
|
|
4623
|
+
"docs": "The latest time that will be allowed. The value can be in any format supported as `timeFormat`, in ISO 8601 time string format (`HH:MM:SS`) or as a JavaScript `Date` object.",
|
|
4642
4624
|
"docsTags": [],
|
|
4643
|
-
"default": "\"
|
|
4625
|
+
"default": "\"\"",
|
|
4644
4626
|
"values": [
|
|
4645
4627
|
{
|
|
4646
|
-
"
|
|
4647
|
-
"type": "string"
|
|
4648
|
-
},
|
|
4649
|
-
{
|
|
4650
|
-
"value": "inherit",
|
|
4651
|
-
"type": "string"
|
|
4628
|
+
"type": "Date"
|
|
4652
4629
|
},
|
|
4653
4630
|
{
|
|
4654
|
-
"value": "light",
|
|
4655
4631
|
"type": "string"
|
|
4656
|
-
},
|
|
4657
|
-
{
|
|
4658
|
-
"type": "undefined"
|
|
4659
4632
|
}
|
|
4660
4633
|
],
|
|
4661
|
-
"optional":
|
|
4634
|
+
"optional": false,
|
|
4662
4635
|
"required": false,
|
|
4663
4636
|
"getter": false,
|
|
4664
4637
|
"setter": false
|
|
4665
4638
|
},
|
|
4666
4639
|
{
|
|
4667
|
-
"name": "
|
|
4668
|
-
"type": "
|
|
4640
|
+
"name": "min",
|
|
4641
|
+
"type": "Date | string",
|
|
4669
4642
|
"complexType": {
|
|
4670
|
-
"original": "string",
|
|
4671
|
-
"resolved": "
|
|
4672
|
-
"references": {
|
|
4643
|
+
"original": "string | Date",
|
|
4644
|
+
"resolved": "Date | string",
|
|
4645
|
+
"references": {
|
|
4646
|
+
"Date": {
|
|
4647
|
+
"location": "global",
|
|
4648
|
+
"id": "global::Date"
|
|
4649
|
+
}
|
|
4650
|
+
}
|
|
4651
|
+
},
|
|
4652
|
+
"mutable": false,
|
|
4653
|
+
"attr": "min",
|
|
4654
|
+
"reflectToAttr": false,
|
|
4655
|
+
"docs": "The earliest time that will be allowed. The value can be in any format supported as `timeFormat`, in ISO 8601 time string format (`HH:MM:SS`) or as a JavaScript `Date` object.",
|
|
4656
|
+
"docsTags": [],
|
|
4657
|
+
"default": "\"\"",
|
|
4658
|
+
"values": [
|
|
4659
|
+
{
|
|
4660
|
+
"type": "Date"
|
|
4661
|
+
},
|
|
4662
|
+
{
|
|
4663
|
+
"type": "string"
|
|
4664
|
+
}
|
|
4665
|
+
],
|
|
4666
|
+
"optional": false,
|
|
4667
|
+
"required": false,
|
|
4668
|
+
"getter": false,
|
|
4669
|
+
"setter": false
|
|
4670
|
+
},
|
|
4671
|
+
{
|
|
4672
|
+
"name": "name",
|
|
4673
|
+
"type": "string",
|
|
4674
|
+
"complexType": {
|
|
4675
|
+
"original": "string",
|
|
4676
|
+
"resolved": "string",
|
|
4677
|
+
"references": {}
|
|
4678
|
+
},
|
|
4679
|
+
"mutable": false,
|
|
4680
|
+
"attr": "name",
|
|
4681
|
+
"reflectToAttr": false,
|
|
4682
|
+
"docs": "The name of the control, which is submitted with the form data.",
|
|
4683
|
+
"docsTags": [],
|
|
4684
|
+
"default": "this.inputId",
|
|
4685
|
+
"values": [
|
|
4686
|
+
{
|
|
4687
|
+
"type": "string"
|
|
4688
|
+
}
|
|
4689
|
+
],
|
|
4690
|
+
"optional": false,
|
|
4691
|
+
"required": false,
|
|
4692
|
+
"getter": false,
|
|
4693
|
+
"setter": false
|
|
4694
|
+
},
|
|
4695
|
+
{
|
|
4696
|
+
"name": "required",
|
|
4697
|
+
"type": "boolean",
|
|
4698
|
+
"complexType": {
|
|
4699
|
+
"original": "boolean",
|
|
4700
|
+
"resolved": "boolean",
|
|
4701
|
+
"references": {}
|
|
4702
|
+
},
|
|
4703
|
+
"mutable": false,
|
|
4704
|
+
"attr": "required",
|
|
4705
|
+
"reflectToAttr": false,
|
|
4706
|
+
"docs": "If `true`, the input will require a value.",
|
|
4707
|
+
"docsTags": [],
|
|
4708
|
+
"default": "false",
|
|
4709
|
+
"values": [
|
|
4710
|
+
{
|
|
4711
|
+
"type": "boolean"
|
|
4712
|
+
}
|
|
4713
|
+
],
|
|
4714
|
+
"optional": false,
|
|
4715
|
+
"required": false,
|
|
4716
|
+
"getter": false,
|
|
4717
|
+
"setter": false
|
|
4718
|
+
},
|
|
4719
|
+
{
|
|
4720
|
+
"name": "showClearButton",
|
|
4721
|
+
"type": "boolean | undefined",
|
|
4722
|
+
"complexType": {
|
|
4723
|
+
"original": "boolean",
|
|
4724
|
+
"resolved": "boolean | undefined",
|
|
4725
|
+
"references": {}
|
|
4726
|
+
},
|
|
4727
|
+
"mutable": false,
|
|
4728
|
+
"attr": "show-clear-button",
|
|
4729
|
+
"reflectToAttr": false,
|
|
4730
|
+
"docs": "If `true`, a button which clears the time input when clicked will be displayed.",
|
|
4731
|
+
"docsTags": [],
|
|
4732
|
+
"default": "true",
|
|
4733
|
+
"values": [
|
|
4734
|
+
{
|
|
4735
|
+
"type": "boolean"
|
|
4736
|
+
},
|
|
4737
|
+
{
|
|
4738
|
+
"type": "undefined"
|
|
4739
|
+
}
|
|
4740
|
+
],
|
|
4741
|
+
"optional": true,
|
|
4742
|
+
"required": false,
|
|
4743
|
+
"getter": false,
|
|
4744
|
+
"setter": false
|
|
4745
|
+
},
|
|
4746
|
+
{
|
|
4747
|
+
"name": "size",
|
|
4748
|
+
"type": "\"large\" | \"medium\" | \"small\"",
|
|
4749
|
+
"complexType": {
|
|
4750
|
+
"original": "IcSizes",
|
|
4751
|
+
"resolved": "\"large\" | \"medium\" | \"small\"",
|
|
4752
|
+
"references": {
|
|
4753
|
+
"IcSizes": {
|
|
4754
|
+
"location": "import",
|
|
4755
|
+
"path": "../../utils/types",
|
|
4756
|
+
"id": "src/utils/types.ts::IcSizes"
|
|
4757
|
+
}
|
|
4758
|
+
}
|
|
4759
|
+
},
|
|
4760
|
+
"mutable": false,
|
|
4761
|
+
"attr": "size",
|
|
4762
|
+
"reflectToAttr": false,
|
|
4763
|
+
"docs": "The size of the time input to be displayed.",
|
|
4764
|
+
"docsTags": [],
|
|
4765
|
+
"default": "\"medium\"",
|
|
4766
|
+
"values": [
|
|
4767
|
+
{
|
|
4768
|
+
"value": "large",
|
|
4769
|
+
"type": "string"
|
|
4770
|
+
},
|
|
4771
|
+
{
|
|
4772
|
+
"value": "medium",
|
|
4773
|
+
"type": "string"
|
|
4774
|
+
},
|
|
4775
|
+
{
|
|
4776
|
+
"value": "small",
|
|
4777
|
+
"type": "string"
|
|
4778
|
+
}
|
|
4779
|
+
],
|
|
4780
|
+
"optional": false,
|
|
4781
|
+
"required": false,
|
|
4782
|
+
"getter": false,
|
|
4783
|
+
"setter": false
|
|
4784
|
+
},
|
|
4785
|
+
{
|
|
4786
|
+
"name": "theme",
|
|
4787
|
+
"type": "\"dark\" | \"inherit\" | \"light\" | undefined",
|
|
4788
|
+
"complexType": {
|
|
4789
|
+
"original": "IcThemeMode",
|
|
4790
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\" | undefined",
|
|
4791
|
+
"references": {
|
|
4792
|
+
"IcThemeMode": {
|
|
4793
|
+
"location": "import",
|
|
4794
|
+
"path": "../../utils/types",
|
|
4795
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
4796
|
+
}
|
|
4797
|
+
}
|
|
4798
|
+
},
|
|
4799
|
+
"mutable": false,
|
|
4800
|
+
"attr": "theme",
|
|
4801
|
+
"reflectToAttr": false,
|
|
4802
|
+
"docs": "Sets the time picker to the dark or light theme colors. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
4803
|
+
"docsTags": [],
|
|
4804
|
+
"default": "\"inherit\"",
|
|
4805
|
+
"values": [
|
|
4806
|
+
{
|
|
4807
|
+
"value": "dark",
|
|
4808
|
+
"type": "string"
|
|
4809
|
+
},
|
|
4810
|
+
{
|
|
4811
|
+
"value": "inherit",
|
|
4812
|
+
"type": "string"
|
|
4813
|
+
},
|
|
4814
|
+
{
|
|
4815
|
+
"value": "light",
|
|
4816
|
+
"type": "string"
|
|
4817
|
+
},
|
|
4818
|
+
{
|
|
4819
|
+
"type": "undefined"
|
|
4820
|
+
}
|
|
4821
|
+
],
|
|
4822
|
+
"optional": true,
|
|
4823
|
+
"required": false,
|
|
4824
|
+
"getter": false,
|
|
4825
|
+
"setter": false
|
|
4826
|
+
},
|
|
4827
|
+
{
|
|
4828
|
+
"name": "timeFormat",
|
|
4829
|
+
"type": "\"HH:MM\" | \"HH:MM:SS\"",
|
|
4830
|
+
"complexType": {
|
|
4831
|
+
"original": "IcTimeFormat",
|
|
4832
|
+
"resolved": "\"HH:MM\" | \"HH:MM:SS\"",
|
|
4833
|
+
"references": {
|
|
4834
|
+
"IcTimeFormat": {
|
|
4835
|
+
"location": "import",
|
|
4836
|
+
"path": "../../utils/types",
|
|
4837
|
+
"id": "src/utils/types.ts::IcTimeFormat"
|
|
4838
|
+
}
|
|
4839
|
+
}
|
|
4840
|
+
},
|
|
4841
|
+
"mutable": false,
|
|
4842
|
+
"attr": "time-format",
|
|
4843
|
+
"reflectToAttr": false,
|
|
4844
|
+
"docs": "The format in which the time will be displayed.",
|
|
4845
|
+
"docsTags": [],
|
|
4846
|
+
"default": "this.DEFAULT_TIME_FORMAT",
|
|
4847
|
+
"values": [
|
|
4848
|
+
{
|
|
4849
|
+
"value": "HH:MM",
|
|
4850
|
+
"type": "string"
|
|
4851
|
+
},
|
|
4852
|
+
{
|
|
4853
|
+
"value": "HH:MM:SS",
|
|
4854
|
+
"type": "string"
|
|
4855
|
+
}
|
|
4856
|
+
],
|
|
4857
|
+
"optional": false,
|
|
4858
|
+
"required": false,
|
|
4859
|
+
"getter": false,
|
|
4860
|
+
"setter": false
|
|
4861
|
+
},
|
|
4862
|
+
{
|
|
4863
|
+
"name": "timePeriod",
|
|
4864
|
+
"type": "\"12\" | \"24\"",
|
|
4865
|
+
"complexType": {
|
|
4866
|
+
"original": "\"12\" | \"24\"",
|
|
4867
|
+
"resolved": "\"12\" | \"24\"",
|
|
4868
|
+
"references": {}
|
|
4869
|
+
},
|
|
4870
|
+
"mutable": false,
|
|
4871
|
+
"attr": "time-period",
|
|
4872
|
+
"reflectToAttr": false,
|
|
4873
|
+
"docs": "The time period format: \"12\" for 12-hour, \"24\" for 24-hour. Defaults to \"24\".",
|
|
4874
|
+
"docsTags": [],
|
|
4875
|
+
"default": "\"24\"",
|
|
4876
|
+
"values": [
|
|
4877
|
+
{
|
|
4878
|
+
"value": "12",
|
|
4879
|
+
"type": "string"
|
|
4880
|
+
},
|
|
4881
|
+
{
|
|
4882
|
+
"value": "24",
|
|
4883
|
+
"type": "string"
|
|
4884
|
+
}
|
|
4885
|
+
],
|
|
4886
|
+
"optional": false,
|
|
4887
|
+
"required": false,
|
|
4888
|
+
"getter": false,
|
|
4889
|
+
"setter": false
|
|
4890
|
+
},
|
|
4891
|
+
{
|
|
4892
|
+
"name": "validationStatus",
|
|
4893
|
+
"type": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
4894
|
+
"complexType": {
|
|
4895
|
+
"original": "IcInformationStatusOrEmpty",
|
|
4896
|
+
"resolved": "\"\" | \"error\" | \"success\" | \"warning\"",
|
|
4897
|
+
"references": {
|
|
4898
|
+
"IcInformationStatusOrEmpty": {
|
|
4899
|
+
"location": "import",
|
|
4900
|
+
"path": "../../utils/types",
|
|
4901
|
+
"id": "src/utils/types.ts::IcInformationStatusOrEmpty"
|
|
4902
|
+
}
|
|
4903
|
+
}
|
|
4904
|
+
},
|
|
4905
|
+
"mutable": true,
|
|
4906
|
+
"attr": "validation-status",
|
|
4907
|
+
"reflectToAttr": false,
|
|
4908
|
+
"docs": "The validation status - e.g. 'error' | 'warning' | 'success'. This will override the built-in time validation.",
|
|
4909
|
+
"docsTags": [],
|
|
4910
|
+
"default": "\"\"",
|
|
4911
|
+
"values": [
|
|
4912
|
+
{
|
|
4913
|
+
"type": "\"\""
|
|
4914
|
+
},
|
|
4915
|
+
{
|
|
4916
|
+
"value": "error",
|
|
4917
|
+
"type": "string"
|
|
4918
|
+
},
|
|
4919
|
+
{
|
|
4920
|
+
"value": "success",
|
|
4921
|
+
"type": "string"
|
|
4922
|
+
},
|
|
4923
|
+
{
|
|
4924
|
+
"value": "warning",
|
|
4925
|
+
"type": "string"
|
|
4926
|
+
}
|
|
4927
|
+
],
|
|
4928
|
+
"optional": false,
|
|
4929
|
+
"required": false,
|
|
4930
|
+
"getter": false,
|
|
4931
|
+
"setter": false
|
|
4932
|
+
},
|
|
4933
|
+
{
|
|
4934
|
+
"name": "validationText",
|
|
4935
|
+
"type": "string | undefined",
|
|
4936
|
+
"complexType": {
|
|
4937
|
+
"original": "string",
|
|
4938
|
+
"resolved": "string | undefined",
|
|
4939
|
+
"references": {}
|
|
4940
|
+
},
|
|
4941
|
+
"mutable": false,
|
|
4942
|
+
"attr": "validation-text",
|
|
4943
|
+
"reflectToAttr": false,
|
|
4944
|
+
"docs": "The text to display as the validation message. This will override the built-in time validation.",
|
|
4945
|
+
"docsTags": [],
|
|
4946
|
+
"default": "\"\"",
|
|
4947
|
+
"values": [
|
|
4948
|
+
{
|
|
4949
|
+
"type": "string"
|
|
4950
|
+
},
|
|
4951
|
+
{
|
|
4952
|
+
"type": "undefined"
|
|
4953
|
+
}
|
|
4954
|
+
],
|
|
4955
|
+
"optional": true,
|
|
4956
|
+
"required": false,
|
|
4957
|
+
"getter": false,
|
|
4958
|
+
"setter": false
|
|
4959
|
+
},
|
|
4960
|
+
{
|
|
4961
|
+
"name": "value",
|
|
4962
|
+
"type": "Date | null | string | undefined",
|
|
4963
|
+
"complexType": {
|
|
4964
|
+
"original": "string | Date | null | undefined",
|
|
4965
|
+
"resolved": "Date | null | string | undefined",
|
|
4966
|
+
"references": {
|
|
4967
|
+
"Date": {
|
|
4968
|
+
"location": "global",
|
|
4969
|
+
"id": "global::Date"
|
|
4970
|
+
}
|
|
4971
|
+
}
|
|
4972
|
+
},
|
|
4973
|
+
"mutable": true,
|
|
4974
|
+
"attr": "value",
|
|
4975
|
+
"reflectToAttr": false,
|
|
4976
|
+
"docs": "The value of the time input. The value can be in any format supported as `timeFormat`, in ISO 8601 time string format (`HH:MM:SS`) or as a JavaScript `Date` object.",
|
|
4977
|
+
"docsTags": [],
|
|
4978
|
+
"default": "\"\"",
|
|
4979
|
+
"values": [
|
|
4980
|
+
{
|
|
4981
|
+
"type": "Date"
|
|
4982
|
+
},
|
|
4983
|
+
{
|
|
4984
|
+
"type": "null"
|
|
4985
|
+
},
|
|
4986
|
+
{
|
|
4987
|
+
"type": "string"
|
|
4988
|
+
},
|
|
4989
|
+
{
|
|
4990
|
+
"type": "undefined"
|
|
4991
|
+
}
|
|
4992
|
+
],
|
|
4993
|
+
"optional": true,
|
|
4994
|
+
"required": false,
|
|
4995
|
+
"getter": false,
|
|
4996
|
+
"setter": false
|
|
4997
|
+
}
|
|
4998
|
+
],
|
|
4999
|
+
"methods": [
|
|
5000
|
+
{
|
|
5001
|
+
"name": "getTime",
|
|
5002
|
+
"returns": {
|
|
5003
|
+
"type": "Promise<Date | null>",
|
|
5004
|
+
"docs": "Date"
|
|
5005
|
+
},
|
|
5006
|
+
"complexType": {
|
|
5007
|
+
"signature": "() => Promise<Date | null>",
|
|
5008
|
+
"parameters": [],
|
|
5009
|
+
"references": {
|
|
5010
|
+
"Promise": {
|
|
5011
|
+
"location": "global",
|
|
5012
|
+
"id": "global::Promise"
|
|
5013
|
+
},
|
|
5014
|
+
"Date": {
|
|
5015
|
+
"location": "global",
|
|
5016
|
+
"id": "global::Date"
|
|
5017
|
+
}
|
|
5018
|
+
},
|
|
5019
|
+
"return": "Promise<Date | null>"
|
|
5020
|
+
},
|
|
5021
|
+
"signature": "getTime() => Promise<Date | null>",
|
|
5022
|
+
"parameters": [],
|
|
5023
|
+
"docs": "Returns the value as a Date object",
|
|
5024
|
+
"docsTags": [
|
|
5025
|
+
{
|
|
5026
|
+
"name": "returns",
|
|
5027
|
+
"text": "Date"
|
|
5028
|
+
}
|
|
5029
|
+
]
|
|
5030
|
+
}
|
|
5031
|
+
],
|
|
5032
|
+
"events": [
|
|
5033
|
+
{
|
|
5034
|
+
"event": "icBlur",
|
|
5035
|
+
"detail": "{ value: Date | null; }",
|
|
5036
|
+
"bubbles": true,
|
|
5037
|
+
"complexType": {
|
|
5038
|
+
"original": "{ value: Date | null }",
|
|
5039
|
+
"resolved": "{ value: Date | null; }",
|
|
5040
|
+
"references": {
|
|
5041
|
+
"Date": {
|
|
5042
|
+
"location": "global",
|
|
5043
|
+
"id": "global::Date"
|
|
5044
|
+
}
|
|
5045
|
+
}
|
|
5046
|
+
},
|
|
5047
|
+
"cancelable": true,
|
|
5048
|
+
"composed": true,
|
|
5049
|
+
"docs": "Emitted when the input loses focus.",
|
|
5050
|
+
"docsTags": []
|
|
5051
|
+
},
|
|
5052
|
+
{
|
|
5053
|
+
"event": "icChange",
|
|
5054
|
+
"detail": "{ value: Date | null; timeObject: { hour: string | null; minute: string | null; second: string | null; }; }",
|
|
5055
|
+
"bubbles": true,
|
|
5056
|
+
"complexType": {
|
|
5057
|
+
"original": "{\n value: Date | null;\n timeObject: {\n hour: string | null;\n minute: string | null;\n second: string | null;\n };\n }",
|
|
5058
|
+
"resolved": "{ value: Date | null; timeObject: { hour: string | null; minute: string | null; second: string | null; }; }",
|
|
5059
|
+
"references": {
|
|
5060
|
+
"Date": {
|
|
5061
|
+
"location": "global",
|
|
5062
|
+
"id": "global::Date"
|
|
5063
|
+
}
|
|
5064
|
+
}
|
|
5065
|
+
},
|
|
5066
|
+
"cancelable": true,
|
|
5067
|
+
"composed": true,
|
|
5068
|
+
"docs": "Emitted when the value has changed.",
|
|
5069
|
+
"docsTags": []
|
|
5070
|
+
},
|
|
5071
|
+
{
|
|
5072
|
+
"event": "icFocus",
|
|
5073
|
+
"detail": "{ value: Date | null; }",
|
|
5074
|
+
"bubbles": true,
|
|
5075
|
+
"complexType": {
|
|
5076
|
+
"original": "{ value: Date | null }",
|
|
5077
|
+
"resolved": "{ value: Date | null; }",
|
|
5078
|
+
"references": {
|
|
5079
|
+
"Date": {
|
|
5080
|
+
"location": "global",
|
|
5081
|
+
"id": "global::Date"
|
|
5082
|
+
}
|
|
5083
|
+
}
|
|
5084
|
+
},
|
|
5085
|
+
"cancelable": true,
|
|
5086
|
+
"composed": true,
|
|
5087
|
+
"docs": "Emitted when the input gains focus.",
|
|
5088
|
+
"docsTags": []
|
|
5089
|
+
}
|
|
5090
|
+
],
|
|
5091
|
+
"listeners": [],
|
|
5092
|
+
"styles": [],
|
|
5093
|
+
"slots": [
|
|
5094
|
+
{
|
|
5095
|
+
"name": "helper-text",
|
|
5096
|
+
"docs": "Content is set as the helper text for the time input."
|
|
5097
|
+
}
|
|
5098
|
+
],
|
|
5099
|
+
"parts": [],
|
|
5100
|
+
"dependents": [],
|
|
5101
|
+
"dependencies": [
|
|
5102
|
+
"ic-input-container",
|
|
5103
|
+
"ic-input-label",
|
|
5104
|
+
"ic-input-component-container",
|
|
5105
|
+
"ic-button",
|
|
5106
|
+
"ic-input-validation"
|
|
5107
|
+
],
|
|
5108
|
+
"dependencyGraph": {
|
|
5109
|
+
"ic-time-input": [
|
|
5110
|
+
"ic-input-container",
|
|
5111
|
+
"ic-input-label",
|
|
5112
|
+
"ic-input-component-container",
|
|
5113
|
+
"ic-button",
|
|
5114
|
+
"ic-input-validation"
|
|
5115
|
+
],
|
|
5116
|
+
"ic-input-label": [
|
|
5117
|
+
"ic-typography"
|
|
5118
|
+
],
|
|
5119
|
+
"ic-button": [
|
|
5120
|
+
"ic-typography",
|
|
5121
|
+
"ic-loading-indicator",
|
|
5122
|
+
"ic-tooltip"
|
|
5123
|
+
],
|
|
5124
|
+
"ic-loading-indicator": [
|
|
5125
|
+
"ic-typography"
|
|
5126
|
+
],
|
|
5127
|
+
"ic-tooltip": [
|
|
5128
|
+
"ic-typography"
|
|
5129
|
+
],
|
|
5130
|
+
"ic-input-validation": [
|
|
5131
|
+
"ic-typography"
|
|
5132
|
+
]
|
|
5133
|
+
}
|
|
5134
|
+
},
|
|
5135
|
+
{
|
|
5136
|
+
"filePath": "src/components/ic-tree-item/ic-tree-item.tsx",
|
|
5137
|
+
"encapsulation": "shadow",
|
|
5138
|
+
"tag": "ic-tree-item",
|
|
5139
|
+
"readme": "# ic-tree-item\n\n\n",
|
|
5140
|
+
"docs": "",
|
|
5141
|
+
"docsTags": [
|
|
5142
|
+
{
|
|
5143
|
+
"name": "slot",
|
|
5144
|
+
"text": "label - Content is set as the tree item label."
|
|
5145
|
+
},
|
|
5146
|
+
{
|
|
5147
|
+
"name": "slot",
|
|
5148
|
+
"text": "icon - Content is placed to the left of the label."
|
|
5149
|
+
},
|
|
5150
|
+
{
|
|
5151
|
+
"name": "slot",
|
|
5152
|
+
"text": "router-item - Handle routing by nesting your routes in this slot."
|
|
5153
|
+
}
|
|
5154
|
+
],
|
|
5155
|
+
"usage": {},
|
|
5156
|
+
"props": [
|
|
5157
|
+
{
|
|
5158
|
+
"name": "disabled",
|
|
5159
|
+
"type": "boolean",
|
|
5160
|
+
"complexType": {
|
|
5161
|
+
"original": "boolean",
|
|
5162
|
+
"resolved": "boolean",
|
|
5163
|
+
"references": {}
|
|
5164
|
+
},
|
|
5165
|
+
"mutable": false,
|
|
5166
|
+
"attr": "disabled",
|
|
5167
|
+
"reflectToAttr": false,
|
|
5168
|
+
"docs": "If `true`, the tree item appears in the disabled state.",
|
|
5169
|
+
"docsTags": [],
|
|
5170
|
+
"default": "false",
|
|
5171
|
+
"values": [
|
|
5172
|
+
{
|
|
5173
|
+
"type": "boolean"
|
|
5174
|
+
}
|
|
5175
|
+
],
|
|
5176
|
+
"optional": false,
|
|
5177
|
+
"required": false,
|
|
5178
|
+
"getter": false,
|
|
5179
|
+
"setter": false
|
|
5180
|
+
},
|
|
5181
|
+
{
|
|
5182
|
+
"name": "expanded",
|
|
5183
|
+
"type": "boolean",
|
|
5184
|
+
"complexType": {
|
|
5185
|
+
"original": "boolean",
|
|
5186
|
+
"resolved": "boolean",
|
|
5187
|
+
"references": {}
|
|
5188
|
+
},
|
|
5189
|
+
"mutable": true,
|
|
5190
|
+
"attr": "expanded",
|
|
5191
|
+
"reflectToAttr": false,
|
|
5192
|
+
"docs": "If `true`, the tree item appears in the expanded state.",
|
|
5193
|
+
"docsTags": [],
|
|
5194
|
+
"default": "false",
|
|
5195
|
+
"values": [
|
|
5196
|
+
{
|
|
5197
|
+
"type": "boolean"
|
|
5198
|
+
}
|
|
5199
|
+
],
|
|
5200
|
+
"optional": false,
|
|
5201
|
+
"required": false,
|
|
5202
|
+
"getter": false,
|
|
5203
|
+
"setter": false
|
|
5204
|
+
},
|
|
5205
|
+
{
|
|
5206
|
+
"name": "href",
|
|
5207
|
+
"type": "string | undefined",
|
|
5208
|
+
"complexType": {
|
|
5209
|
+
"original": "string | undefined",
|
|
5210
|
+
"resolved": "string | undefined",
|
|
5211
|
+
"references": {}
|
|
5212
|
+
},
|
|
5213
|
+
"mutable": false,
|
|
5214
|
+
"attr": "href",
|
|
5215
|
+
"reflectToAttr": false,
|
|
5216
|
+
"docs": "The URL that the tree item link points to. If set, the tree item will render as an \"a\" tag, otherwise it will render as a div.",
|
|
5217
|
+
"docsTags": [],
|
|
5218
|
+
"values": [
|
|
5219
|
+
{
|
|
5220
|
+
"type": "string"
|
|
5221
|
+
},
|
|
5222
|
+
{
|
|
5223
|
+
"type": "undefined"
|
|
5224
|
+
}
|
|
5225
|
+
],
|
|
5226
|
+
"optional": true,
|
|
5227
|
+
"required": false,
|
|
5228
|
+
"getter": false,
|
|
5229
|
+
"setter": false
|
|
5230
|
+
},
|
|
5231
|
+
{
|
|
5232
|
+
"name": "hreflang",
|
|
5233
|
+
"type": "string | undefined",
|
|
5234
|
+
"complexType": {
|
|
5235
|
+
"original": "string",
|
|
5236
|
+
"resolved": "string | undefined",
|
|
5237
|
+
"references": {}
|
|
5238
|
+
},
|
|
5239
|
+
"mutable": false,
|
|
5240
|
+
"attr": "hreflang",
|
|
5241
|
+
"reflectToAttr": false,
|
|
5242
|
+
"docs": "The human language of the linked URL.",
|
|
5243
|
+
"docsTags": [],
|
|
5244
|
+
"default": "\"\"",
|
|
5245
|
+
"values": [
|
|
5246
|
+
{
|
|
5247
|
+
"type": "string"
|
|
5248
|
+
},
|
|
5249
|
+
{
|
|
5250
|
+
"type": "undefined"
|
|
5251
|
+
}
|
|
5252
|
+
],
|
|
5253
|
+
"optional": true,
|
|
5254
|
+
"required": false,
|
|
5255
|
+
"getter": false,
|
|
5256
|
+
"setter": false
|
|
5257
|
+
},
|
|
5258
|
+
{
|
|
5259
|
+
"name": "label",
|
|
5260
|
+
"type": "string",
|
|
5261
|
+
"complexType": {
|
|
5262
|
+
"original": "string",
|
|
5263
|
+
"resolved": "string",
|
|
5264
|
+
"references": {}
|
|
5265
|
+
},
|
|
5266
|
+
"mutable": false,
|
|
5267
|
+
"attr": "label",
|
|
5268
|
+
"reflectToAttr": false,
|
|
5269
|
+
"docs": "The label of the tree item.",
|
|
5270
|
+
"docsTags": [],
|
|
5271
|
+
"default": "\"\"",
|
|
5272
|
+
"values": [
|
|
5273
|
+
{
|
|
5274
|
+
"type": "string"
|
|
5275
|
+
}
|
|
5276
|
+
],
|
|
5277
|
+
"optional": false,
|
|
5278
|
+
"required": false,
|
|
5279
|
+
"getter": false,
|
|
5280
|
+
"setter": false
|
|
5281
|
+
},
|
|
5282
|
+
{
|
|
5283
|
+
"name": "referrerpolicy",
|
|
5284
|
+
"type": "\"\" | \"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\" | undefined",
|
|
5285
|
+
"complexType": {
|
|
5286
|
+
"original": "ReferrerPolicy",
|
|
5287
|
+
"resolved": "\"\" | \"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\" | undefined",
|
|
5288
|
+
"references": {
|
|
5289
|
+
"ReferrerPolicy": {
|
|
5290
|
+
"location": "global",
|
|
5291
|
+
"id": "global::ReferrerPolicy"
|
|
5292
|
+
}
|
|
5293
|
+
}
|
|
5294
|
+
},
|
|
5295
|
+
"mutable": false,
|
|
5296
|
+
"attr": "referrerpolicy",
|
|
5297
|
+
"reflectToAttr": false,
|
|
5298
|
+
"docs": "How much of the referrer to send when following the link.",
|
|
5299
|
+
"docsTags": [],
|
|
5300
|
+
"values": [
|
|
5301
|
+
{
|
|
5302
|
+
"type": "\"\""
|
|
5303
|
+
},
|
|
5304
|
+
{
|
|
5305
|
+
"value": "no-referrer",
|
|
5306
|
+
"type": "string"
|
|
5307
|
+
},
|
|
5308
|
+
{
|
|
5309
|
+
"value": "no-referrer-when-downgrade",
|
|
5310
|
+
"type": "string"
|
|
5311
|
+
},
|
|
5312
|
+
{
|
|
5313
|
+
"value": "origin",
|
|
5314
|
+
"type": "string"
|
|
5315
|
+
},
|
|
5316
|
+
{
|
|
5317
|
+
"value": "origin-when-cross-origin",
|
|
5318
|
+
"type": "string"
|
|
5319
|
+
},
|
|
5320
|
+
{
|
|
5321
|
+
"value": "same-origin",
|
|
5322
|
+
"type": "string"
|
|
5323
|
+
},
|
|
5324
|
+
{
|
|
5325
|
+
"value": "strict-origin",
|
|
5326
|
+
"type": "string"
|
|
5327
|
+
},
|
|
5328
|
+
{
|
|
5329
|
+
"value": "strict-origin-when-cross-origin",
|
|
5330
|
+
"type": "string"
|
|
5331
|
+
},
|
|
5332
|
+
{
|
|
5333
|
+
"value": "unsafe-url",
|
|
5334
|
+
"type": "string"
|
|
5335
|
+
},
|
|
5336
|
+
{
|
|
5337
|
+
"type": "undefined"
|
|
5338
|
+
}
|
|
5339
|
+
],
|
|
5340
|
+
"optional": true,
|
|
5341
|
+
"required": false,
|
|
5342
|
+
"getter": false,
|
|
5343
|
+
"setter": false
|
|
5344
|
+
},
|
|
5345
|
+
{
|
|
5346
|
+
"name": "rel",
|
|
5347
|
+
"type": "string | undefined",
|
|
5348
|
+
"complexType": {
|
|
5349
|
+
"original": "string",
|
|
5350
|
+
"resolved": "string | undefined",
|
|
5351
|
+
"references": {}
|
|
5352
|
+
},
|
|
5353
|
+
"mutable": false,
|
|
5354
|
+
"attr": "rel",
|
|
5355
|
+
"reflectToAttr": false,
|
|
5356
|
+
"docs": "The relationship of the linked URL as space-separated link types.",
|
|
5357
|
+
"docsTags": [],
|
|
5358
|
+
"values": [
|
|
5359
|
+
{
|
|
5360
|
+
"type": "string"
|
|
5361
|
+
},
|
|
5362
|
+
{
|
|
5363
|
+
"type": "undefined"
|
|
5364
|
+
}
|
|
5365
|
+
],
|
|
5366
|
+
"optional": true,
|
|
5367
|
+
"required": false,
|
|
5368
|
+
"getter": false,
|
|
5369
|
+
"setter": false
|
|
5370
|
+
},
|
|
5371
|
+
{
|
|
5372
|
+
"name": "selected",
|
|
5373
|
+
"type": "boolean",
|
|
5374
|
+
"complexType": {
|
|
5375
|
+
"original": "boolean",
|
|
5376
|
+
"resolved": "boolean",
|
|
5377
|
+
"references": {}
|
|
5378
|
+
},
|
|
5379
|
+
"mutable": true,
|
|
5380
|
+
"attr": "selected",
|
|
5381
|
+
"reflectToAttr": false,
|
|
5382
|
+
"docs": "If `true`, the tree item appears in the selected state.",
|
|
5383
|
+
"docsTags": [],
|
|
5384
|
+
"default": "false",
|
|
5385
|
+
"values": [
|
|
5386
|
+
{
|
|
5387
|
+
"type": "boolean"
|
|
5388
|
+
}
|
|
5389
|
+
],
|
|
5390
|
+
"optional": false,
|
|
5391
|
+
"required": false,
|
|
5392
|
+
"getter": false,
|
|
5393
|
+
"setter": false
|
|
5394
|
+
},
|
|
5395
|
+
{
|
|
5396
|
+
"name": "target",
|
|
5397
|
+
"type": "string | undefined",
|
|
5398
|
+
"complexType": {
|
|
5399
|
+
"original": "string",
|
|
5400
|
+
"resolved": "string | undefined",
|
|
5401
|
+
"references": {}
|
|
5402
|
+
},
|
|
5403
|
+
"mutable": false,
|
|
5404
|
+
"attr": "target",
|
|
5405
|
+
"reflectToAttr": false,
|
|
5406
|
+
"docs": "The place to display the linked URL, as the name for a browsing context (a tab, window, or iframe).",
|
|
5407
|
+
"docsTags": [],
|
|
5408
|
+
"values": [
|
|
5409
|
+
{
|
|
5410
|
+
"type": "string"
|
|
5411
|
+
},
|
|
5412
|
+
{
|
|
5413
|
+
"type": "undefined"
|
|
5414
|
+
}
|
|
5415
|
+
],
|
|
5416
|
+
"optional": true,
|
|
5417
|
+
"required": false,
|
|
5418
|
+
"getter": false,
|
|
5419
|
+
"setter": false
|
|
5420
|
+
},
|
|
5421
|
+
{
|
|
5422
|
+
"name": "theme",
|
|
5423
|
+
"type": "\"dark\" | \"inherit\" | \"light\" | undefined",
|
|
5424
|
+
"complexType": {
|
|
5425
|
+
"original": "IcThemeMode",
|
|
5426
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\" | undefined",
|
|
5427
|
+
"references": {
|
|
5428
|
+
"IcThemeMode": {
|
|
5429
|
+
"location": "import",
|
|
5430
|
+
"path": "../../utils/types",
|
|
5431
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
5432
|
+
}
|
|
5433
|
+
}
|
|
5434
|
+
},
|
|
5435
|
+
"mutable": false,
|
|
5436
|
+
"attr": "theme",
|
|
5437
|
+
"reflectToAttr": false,
|
|
5438
|
+
"docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
|
|
5439
|
+
"docsTags": [],
|
|
5440
|
+
"default": "\"inherit\"",
|
|
5441
|
+
"values": [
|
|
5442
|
+
{
|
|
5443
|
+
"value": "dark",
|
|
5444
|
+
"type": "string"
|
|
5445
|
+
},
|
|
5446
|
+
{
|
|
5447
|
+
"value": "inherit",
|
|
5448
|
+
"type": "string"
|
|
5449
|
+
},
|
|
5450
|
+
{
|
|
5451
|
+
"value": "light",
|
|
5452
|
+
"type": "string"
|
|
5453
|
+
},
|
|
5454
|
+
{
|
|
5455
|
+
"type": "undefined"
|
|
5456
|
+
}
|
|
5457
|
+
],
|
|
5458
|
+
"optional": true,
|
|
5459
|
+
"required": false,
|
|
5460
|
+
"getter": false,
|
|
5461
|
+
"setter": false
|
|
5462
|
+
},
|
|
5463
|
+
{
|
|
5464
|
+
"name": "treeItemId",
|
|
5465
|
+
"type": "string | undefined",
|
|
5466
|
+
"complexType": {
|
|
5467
|
+
"original": "string",
|
|
5468
|
+
"resolved": "string | undefined",
|
|
5469
|
+
"references": {}
|
|
4673
5470
|
},
|
|
4674
5471
|
"mutable": false,
|
|
4675
5472
|
"attr": "tree-item-id",
|
|
@@ -4746,7 +5543,7 @@
|
|
|
4746
5543
|
"detail": "{ isExpanded: boolean; id: string; }",
|
|
4747
5544
|
"bubbles": true,
|
|
4748
5545
|
"complexType": {
|
|
4749
|
-
"original": "{\
|
|
5546
|
+
"original": "{\n isExpanded: boolean;\n id: string;\n }",
|
|
4750
5547
|
"resolved": "{ isExpanded: boolean; id: string; }",
|
|
4751
5548
|
"references": {}
|
|
4752
5549
|
},
|
|
@@ -4812,7 +5609,7 @@
|
|
|
4812
5609
|
"filePath": "src/components/ic-tree-view/ic-tree-view.tsx",
|
|
4813
5610
|
"encapsulation": "shadow",
|
|
4814
5611
|
"tag": "ic-tree-view",
|
|
4815
|
-
"readme": "# ic-tree-view\
|
|
5612
|
+
"readme": "# ic-tree-view\n\n\n",
|
|
4816
5613
|
"docs": "",
|
|
4817
5614
|
"docsTags": [
|
|
4818
5615
|
{
|
|
@@ -4974,7 +5771,7 @@
|
|
|
4974
5771
|
"mutable": true,
|
|
4975
5772
|
"attr": "truncate-heading",
|
|
4976
5773
|
"reflectToAttr": false,
|
|
4977
|
-
"docs": "If `true`, the tree view heading will be truncated instead of text wrapping.\
|
|
5774
|
+
"docs": "If `true`, the tree view heading will be truncated instead of text wrapping.\nWhen used on small devices, this prop will be overridden and headings will be set to text-wrap.",
|
|
4978
5775
|
"docsTags": [],
|
|
4979
5776
|
"default": "false",
|
|
4980
5777
|
"values": [
|
|
@@ -4998,7 +5795,7 @@
|
|
|
4998
5795
|
"mutable": true,
|
|
4999
5796
|
"attr": "truncate-tree-items",
|
|
5000
5797
|
"reflectToAttr": false,
|
|
5001
|
-
"docs": "If `true`, tree items will be truncated, unless they are individually overridden.\
|
|
5798
|
+
"docs": "If `true`, tree items will be truncated, unless they are individually overridden.\nWhen used on small devices, this prop will be overridden and tree-items will be set to text-wrap.",
|
|
5002
5799
|
"docsTags": [],
|
|
5003
5800
|
"default": "false",
|
|
5004
5801
|
"values": [
|
|
@@ -5067,12 +5864,12 @@
|
|
|
5067
5864
|
"path": "../web-components/dist/types/interface.d.ts"
|
|
5068
5865
|
},
|
|
5069
5866
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDataTableColumnObject": {
|
|
5070
|
-
"declaration": "{\
|
|
5867
|
+
"declaration": "{\n key: string;\n title: string;\n dataType: IcDataTableColumnDataTypes;\n columnAlignment?: IcDataTableAlignmentOptions;\n columnWidth?: string | IcDataTableColumnWidthTypes;\n textWrap?: boolean;\n cellAlignment?: string;\n emphasis?: string;\n colspan?: number;\n icon?: {\n icon: string;\n onAllCells?: boolean;\n hideOnHeader?: boolean;\n };\n excludeColumnFromSort?: boolean;\n hidden?: boolean;\n disableAutoSort?: boolean;\n}",
|
|
5071
5868
|
"docstring": "",
|
|
5072
5869
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5073
5870
|
},
|
|
5074
5871
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDataTableDataType": {
|
|
5075
|
-
"declaration": "{
|
|
5872
|
+
"declaration": "{\n [key: string]: any;\n rowOptions?: IcDataTableRowOptions;\n}",
|
|
5076
5873
|
"docstring": "",
|
|
5077
5874
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5078
5875
|
},
|
|
@@ -5087,12 +5884,12 @@
|
|
|
5087
5884
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5088
5885
|
},
|
|
5089
5886
|
"src/utils/types.ts::IcPaginationBarOptions": {
|
|
5090
|
-
"declaration": "export interface IcPaginationBarOptions {\
|
|
5887
|
+
"declaration": "export interface IcPaginationBarOptions {\n alignment?: IcPaginationAlignmentOptions;\n hideAllFromItemsPerPage?: boolean;\n hideRangeLabel?: boolean;\n itemLabel?: string;\n itemsPerPageOptions?: { label: string; value: string }[];\n monochrome?: boolean;\n pageLabel?: string;\n rangeLabelType?: IcPaginationLabelTypes;\n selectedItemsPerPage?: number;\n selectItemsPerPageOnEnter?: boolean;\n setToFirstPageOnPaginationChange?: boolean;\n showGoToPageControl?: boolean;\n showItemsPerPageControl?: boolean;\n theme?: IcThemeMode;\n type?: IcPaginationTypes;\n}",
|
|
5091
5888
|
"docstring": "",
|
|
5092
5889
|
"path": "src/utils/types.ts"
|
|
5093
5890
|
},
|
|
5094
5891
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDataTableSortOrderOptions": {
|
|
5095
|
-
"declaration": "export type IcDataTableSortOrderOptions =\
|
|
5892
|
+
"declaration": "export type IcDataTableSortOrderOptions =\n | \"unsorted\"\n | \"ascending\"\n | \"descending\";",
|
|
5096
5893
|
"docstring": "",
|
|
5097
5894
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5098
5895
|
},
|
|
@@ -5107,7 +5904,7 @@
|
|
|
5107
5904
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5108
5905
|
},
|
|
5109
5906
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcSortEventDetail": {
|
|
5110
|
-
"declaration": "export interface IcSortEventDetail {\
|
|
5907
|
+
"declaration": "export interface IcSortEventDetail {\n columnName: string;\n sorted: IcDataTableSortOrderOptions;\n}",
|
|
5111
5908
|
"docstring": "",
|
|
5112
5909
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5113
5910
|
},
|
|
@@ -5132,7 +5929,7 @@
|
|
|
5132
5929
|
"path": "src/components/ic-pagination-bar/ic-pagination-bar.types.ts"
|
|
5133
5930
|
},
|
|
5134
5931
|
"src/components/ic-data-table/ic-data-table.types.tsx::IcDensityUpdateEventDetail": {
|
|
5135
|
-
"declaration": "export interface IcDensityUpdateEventDetail {\
|
|
5932
|
+
"declaration": "export interface IcDensityUpdateEventDetail {\n value: IcDataTableDensityOptions;\n}",
|
|
5136
5933
|
"docstring": "",
|
|
5137
5934
|
"path": "src/components/ic-data-table/ic-data-table.types.tsx"
|
|
5138
5935
|
},
|
|
@@ -5142,7 +5939,7 @@
|
|
|
5142
5939
|
"path": "src/utils/types.ts"
|
|
5143
5940
|
},
|
|
5144
5941
|
"src/utils/types.ts::IcWeekDays": {
|
|
5145
|
-
"declaration": "export enum IcWeekDays {\
|
|
5942
|
+
"declaration": "export enum IcWeekDays {\n Sunday = 0,\n Monday = 1,\n Tuesday = 2,\n Wednesday = 3,\n Thursday = 4,\n Friday = 5,\n Saturday = 6,\n}",
|
|
5146
5943
|
"docstring": "",
|
|
5147
5944
|
"path": "src/utils/types.ts"
|
|
5148
5945
|
},
|
|
@@ -5156,8 +5953,18 @@
|
|
|
5156
5953
|
"docstring": "",
|
|
5157
5954
|
"path": "src/utils/types.ts"
|
|
5158
5955
|
},
|
|
5956
|
+
"src/utils/types.ts::IcDisableTimeSelection": {
|
|
5957
|
+
"declaration": "export type IcDisableTimeSelection =\n | string\n | Date\n | { start: string | Date; end: string | Date };",
|
|
5958
|
+
"docstring": "",
|
|
5959
|
+
"path": "src/utils/types.ts"
|
|
5960
|
+
},
|
|
5961
|
+
"src/utils/types.ts::IcTimeFormat": {
|
|
5962
|
+
"declaration": "export type IcTimeFormat = \"HH:MM\" | \"HH:MM:SS\";",
|
|
5963
|
+
"docstring": "",
|
|
5964
|
+
"path": "src/utils/types.ts"
|
|
5965
|
+
},
|
|
5159
5966
|
"src/components/ic-tree-view/ic-tree-view.types.tsx::IcTreeItemOptions": {
|
|
5160
|
-
"declaration": "{\
|
|
5967
|
+
"declaration": "{\n label: string;\n icon?: string;\n children?: IcTreeItemOptions[];\n disabled?: boolean;\n expanded?: boolean;\n href?: string;\n selected?: boolean;\n treeItemId?: string;\n theme?: IcThemeMode;\n truncateTreeItem?: boolean;\n}",
|
|
5161
5968
|
"docstring": "",
|
|
5162
5969
|
"path": "src/components/ic-tree-view/ic-tree-view.types.tsx"
|
|
5163
5970
|
}
|