@ni/nimble-components 35.9.3 → 35.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18678,30 +18678,6 @@
18678
18678
  }
18679
18679
  ]
18680
18680
  },
18681
- {
18682
- "kind": "javascript-module",
18683
- "path": "src/table/components/cell/index.ts",
18684
- "declarations": [
18685
- {
18686
- "kind": "variable",
18687
- "name": "tableCellTag",
18688
- "type": {
18689
- "text": "string"
18690
- },
18691
- "default": "'nimble-table-cell'"
18692
- }
18693
- ],
18694
- "exports": [
18695
- {
18696
- "kind": "js",
18697
- "name": "tableCellTag",
18698
- "declaration": {
18699
- "name": "tableCellTag",
18700
- "module": "src/table/components/cell/index.ts"
18701
- }
18702
- }
18703
- ]
18704
- },
18705
18681
  {
18706
18682
  "kind": "javascript-module",
18707
18683
  "path": "src/rich-text-mention/users/view/index.ts",
@@ -18797,6 +18773,30 @@
18797
18773
  }
18798
18774
  ]
18799
18775
  },
18776
+ {
18777
+ "kind": "javascript-module",
18778
+ "path": "src/table/components/cell/index.ts",
18779
+ "declarations": [
18780
+ {
18781
+ "kind": "variable",
18782
+ "name": "tableCellTag",
18783
+ "type": {
18784
+ "text": "string"
18785
+ },
18786
+ "default": "'nimble-table-cell'"
18787
+ }
18788
+ ],
18789
+ "exports": [
18790
+ {
18791
+ "kind": "js",
18792
+ "name": "tableCellTag",
18793
+ "declaration": {
18794
+ "name": "tableCellTag",
18795
+ "module": "src/table/components/cell/index.ts"
18796
+ }
18797
+ }
18798
+ ]
18799
+ },
18800
18800
  {
18801
18801
  "kind": "javascript-module",
18802
18802
  "path": "src/table/components/group-row/index.ts",
@@ -20330,109 +20330,25 @@
20330
20330
  },
20331
20331
  {
20332
20332
  "kind": "javascript-module",
20333
- "path": "src/table-column/number-text/cell-view/index.ts",
20333
+ "path": "src/table-column/menu-button/cell-view/index.ts",
20334
20334
  "declarations": [
20335
20335
  {
20336
20336
  "kind": "class",
20337
- "description": "A cell view for displaying number fields as text",
20338
- "name": "TableColumnNumberTextCellView",
20337
+ "description": "The cell view base class for displaying a string field as a menu button.",
20338
+ "name": "TableColumnMenuButtonCellView",
20339
20339
  "members": [
20340
- {
20341
- "kind": "method",
20342
- "name": "columnConfigChanged",
20343
- "privacy": "protected",
20344
- "return": {
20345
- "type": {
20346
- "text": "void"
20347
- }
20348
- },
20349
- "inheritedFrom": {
20350
- "name": "TableColumnTextCellViewBase",
20351
- "module": "src/table-column/text-base/cell-view/index.ts"
20352
- }
20353
- },
20354
- {
20355
- "kind": "method",
20356
- "name": "updateText",
20357
- "privacy": "protected",
20358
- "return": {
20359
- "type": {
20360
- "text": "void"
20361
- }
20362
- },
20363
- "inheritedFrom": {
20364
- "name": "TableColumnTextCellViewBase",
20365
- "module": "src/table-column/text-base/cell-view/index.ts"
20366
- }
20367
- },
20368
- {
20369
- "kind": "field",
20370
- "name": "text",
20371
- "type": {
20372
- "text": "string"
20373
- },
20374
- "privacy": "public",
20375
- "default": "''",
20376
- "description": "Text to render in the cell.",
20377
- "inheritedFrom": {
20378
- "name": "TableColumnTextCellViewBase",
20379
- "module": "src/table-column/text-base/cell-view/index.ts"
20380
- }
20381
- },
20382
- {
20383
- "kind": "field",
20384
- "name": "alignment",
20385
- "type": {
20386
- "text": "TableColumnAlignment"
20387
- },
20388
- "privacy": "public",
20389
- "description": "The alignment of the text within the cell.",
20390
- "inheritedFrom": {
20391
- "name": "TableColumnTextCellViewBase",
20392
- "module": "src/table-column/text-base/cell-view/index.ts"
20393
- }
20394
- },
20395
20340
  {
20396
20341
  "kind": "field",
20397
- "name": "isPlaceholder",
20342
+ "name": "tabbableChildren",
20398
20343
  "type": {
20399
- "text": "boolean"
20344
+ "text": "HTMLElement[]"
20400
20345
  },
20401
20346
  "privacy": "public",
20402
- "default": "false",
20403
- "description": "Whether or not the text being displayed in the cell view is a placeholder.",
20404
- "inheritedFrom": {
20405
- "name": "TableColumnTextCellViewBase",
20406
- "module": "src/table-column/text-base/cell-view/index.ts"
20407
- }
20408
- },
20409
- {
20410
- "kind": "method",
20411
- "name": "cellRecordChanged",
20412
- "privacy": "private",
20413
- "return": {
20414
- "type": {
20415
- "text": "void"
20416
- }
20417
- },
20418
- "inheritedFrom": {
20419
- "name": "TableColumnTextCellViewBase",
20420
- "module": "src/table-column/text-base/cell-view/index.ts"
20421
- }
20422
- },
20423
- {
20424
- "kind": "method",
20425
- "name": "applyPlaceholderTextIfNeeded",
20426
- "privacy": "private",
20427
- "return": {
20428
- "type": {
20429
- "text": ""
20430
- }
20431
- },
20432
- "description": "Sets `this.text` to the appropriate placeholder if `cellValue` warrants it.",
20347
+ "description": "Gets the child elements in this cell view that should be able to be reached via Tab/ Shift-Tab,\nif any.",
20348
+ "readonly": true,
20433
20349
  "inheritedFrom": {
20434
- "name": "TableColumnTextCellViewBase",
20435
- "module": "src/table-column/text-base/cell-view/index.ts"
20350
+ "name": "TableCellView",
20351
+ "module": "src/table-column/base/cell-view/index.ts"
20436
20352
  }
20437
20353
  },
20438
20354
  {
@@ -20483,20 +20399,6 @@
20483
20399
  "module": "src/table-column/base/cell-view/index.ts"
20484
20400
  }
20485
20401
  },
20486
- {
20487
- "kind": "field",
20488
- "name": "tabbableChildren",
20489
- "type": {
20490
- "text": "HTMLElement[]"
20491
- },
20492
- "privacy": "public",
20493
- "description": "Gets the child elements in this cell view that should be able to be reached via Tab/ Shift-Tab,\nif any.",
20494
- "readonly": true,
20495
- "inheritedFrom": {
20496
- "name": "TableCellView",
20497
- "module": "src/table-column/base/cell-view/index.ts"
20498
- }
20499
- },
20500
20402
  {
20501
20403
  "kind": "field",
20502
20404
  "name": "delegatedEvents",
@@ -20538,59 +20440,143 @@
20538
20440
  }
20539
20441
  ],
20540
20442
  "superclass": {
20541
- "name": "TableColumnTextCellViewBase",
20542
- "module": "/src/table-column/text-base/cell-view"
20443
+ "name": "TableCellView",
20444
+ "module": "/src/table-column/base/cell-view"
20543
20445
  }
20544
20446
  },
20545
20447
  {
20546
20448
  "kind": "variable",
20547
- "name": "tableColumnNumberTextCellViewTag",
20449
+ "name": "tableColumnMenuButtonCellViewTag",
20548
20450
  "type": {
20549
20451
  "text": "string"
20550
20452
  },
20551
- "default": "'nimble-table-column-number-text-cell-view'"
20453
+ "default": "'nimble-table-column-menu-button-cell-view'"
20552
20454
  }
20553
20455
  ],
20554
20456
  "exports": [
20555
20457
  {
20556
20458
  "kind": "js",
20557
- "name": "TableColumnNumberTextCellView",
20459
+ "name": "TableColumnMenuButtonCellView",
20558
20460
  "declaration": {
20559
- "name": "TableColumnNumberTextCellView",
20560
- "module": "src/table-column/number-text/cell-view/index.ts"
20461
+ "name": "TableColumnMenuButtonCellView",
20462
+ "module": "src/table-column/menu-button/cell-view/index.ts"
20561
20463
  }
20562
20464
  },
20563
20465
  {
20564
20466
  "kind": "js",
20565
- "name": "tableColumnNumberTextCellViewTag",
20467
+ "name": "tableColumnMenuButtonCellViewTag",
20566
20468
  "declaration": {
20567
- "name": "tableColumnNumberTextCellViewTag",
20568
- "module": "src/table-column/number-text/cell-view/index.ts"
20469
+ "name": "tableColumnMenuButtonCellViewTag",
20470
+ "module": "src/table-column/menu-button/cell-view/index.ts"
20569
20471
  }
20570
20472
  }
20571
20473
  ]
20572
20474
  },
20573
20475
  {
20574
20476
  "kind": "javascript-module",
20575
- "path": "src/table-column/menu-button/cell-view/index.ts",
20477
+ "path": "src/table-column/number-text/cell-view/index.ts",
20576
20478
  "declarations": [
20577
20479
  {
20578
20480
  "kind": "class",
20579
- "description": "The cell view base class for displaying a string field as a menu button.",
20580
- "name": "TableColumnMenuButtonCellView",
20481
+ "description": "A cell view for displaying number fields as text",
20482
+ "name": "TableColumnNumberTextCellView",
20581
20483
  "members": [
20484
+ {
20485
+ "kind": "method",
20486
+ "name": "columnConfigChanged",
20487
+ "privacy": "protected",
20488
+ "return": {
20489
+ "type": {
20490
+ "text": "void"
20491
+ }
20492
+ },
20493
+ "inheritedFrom": {
20494
+ "name": "TableColumnTextCellViewBase",
20495
+ "module": "src/table-column/text-base/cell-view/index.ts"
20496
+ }
20497
+ },
20498
+ {
20499
+ "kind": "method",
20500
+ "name": "updateText",
20501
+ "privacy": "protected",
20502
+ "return": {
20503
+ "type": {
20504
+ "text": "void"
20505
+ }
20506
+ },
20507
+ "inheritedFrom": {
20508
+ "name": "TableColumnTextCellViewBase",
20509
+ "module": "src/table-column/text-base/cell-view/index.ts"
20510
+ }
20511
+ },
20582
20512
  {
20583
20513
  "kind": "field",
20584
- "name": "tabbableChildren",
20514
+ "name": "text",
20585
20515
  "type": {
20586
- "text": "HTMLElement[]"
20516
+ "text": "string"
20587
20517
  },
20588
20518
  "privacy": "public",
20589
- "description": "Gets the child elements in this cell view that should be able to be reached via Tab/ Shift-Tab,\nif any.",
20590
- "readonly": true,
20519
+ "default": "''",
20520
+ "description": "Text to render in the cell.",
20591
20521
  "inheritedFrom": {
20592
- "name": "TableCellView",
20593
- "module": "src/table-column/base/cell-view/index.ts"
20522
+ "name": "TableColumnTextCellViewBase",
20523
+ "module": "src/table-column/text-base/cell-view/index.ts"
20524
+ }
20525
+ },
20526
+ {
20527
+ "kind": "field",
20528
+ "name": "alignment",
20529
+ "type": {
20530
+ "text": "TableColumnAlignment"
20531
+ },
20532
+ "privacy": "public",
20533
+ "description": "The alignment of the text within the cell.",
20534
+ "inheritedFrom": {
20535
+ "name": "TableColumnTextCellViewBase",
20536
+ "module": "src/table-column/text-base/cell-view/index.ts"
20537
+ }
20538
+ },
20539
+ {
20540
+ "kind": "field",
20541
+ "name": "isPlaceholder",
20542
+ "type": {
20543
+ "text": "boolean"
20544
+ },
20545
+ "privacy": "public",
20546
+ "default": "false",
20547
+ "description": "Whether or not the text being displayed in the cell view is a placeholder.",
20548
+ "inheritedFrom": {
20549
+ "name": "TableColumnTextCellViewBase",
20550
+ "module": "src/table-column/text-base/cell-view/index.ts"
20551
+ }
20552
+ },
20553
+ {
20554
+ "kind": "method",
20555
+ "name": "cellRecordChanged",
20556
+ "privacy": "private",
20557
+ "return": {
20558
+ "type": {
20559
+ "text": "void"
20560
+ }
20561
+ },
20562
+ "inheritedFrom": {
20563
+ "name": "TableColumnTextCellViewBase",
20564
+ "module": "src/table-column/text-base/cell-view/index.ts"
20565
+ }
20566
+ },
20567
+ {
20568
+ "kind": "method",
20569
+ "name": "applyPlaceholderTextIfNeeded",
20570
+ "privacy": "private",
20571
+ "return": {
20572
+ "type": {
20573
+ "text": ""
20574
+ }
20575
+ },
20576
+ "description": "Sets `this.text` to the appropriate placeholder if `cellValue` warrants it.",
20577
+ "inheritedFrom": {
20578
+ "name": "TableColumnTextCellViewBase",
20579
+ "module": "src/table-column/text-base/cell-view/index.ts"
20594
20580
  }
20595
20581
  },
20596
20582
  {
@@ -20641,6 +20627,20 @@
20641
20627
  "module": "src/table-column/base/cell-view/index.ts"
20642
20628
  }
20643
20629
  },
20630
+ {
20631
+ "kind": "field",
20632
+ "name": "tabbableChildren",
20633
+ "type": {
20634
+ "text": "HTMLElement[]"
20635
+ },
20636
+ "privacy": "public",
20637
+ "description": "Gets the child elements in this cell view that should be able to be reached via Tab/ Shift-Tab,\nif any.",
20638
+ "readonly": true,
20639
+ "inheritedFrom": {
20640
+ "name": "TableCellView",
20641
+ "module": "src/table-column/base/cell-view/index.ts"
20642
+ }
20643
+ },
20644
20644
  {
20645
20645
  "kind": "field",
20646
20646
  "name": "delegatedEvents",
@@ -20682,34 +20682,34 @@
20682
20682
  }
20683
20683
  ],
20684
20684
  "superclass": {
20685
- "name": "TableCellView",
20686
- "module": "/src/table-column/base/cell-view"
20685
+ "name": "TableColumnTextCellViewBase",
20686
+ "module": "/src/table-column/text-base/cell-view"
20687
20687
  }
20688
20688
  },
20689
20689
  {
20690
20690
  "kind": "variable",
20691
- "name": "tableColumnMenuButtonCellViewTag",
20691
+ "name": "tableColumnNumberTextCellViewTag",
20692
20692
  "type": {
20693
20693
  "text": "string"
20694
20694
  },
20695
- "default": "'nimble-table-column-menu-button-cell-view'"
20695
+ "default": "'nimble-table-column-number-text-cell-view'"
20696
20696
  }
20697
20697
  ],
20698
20698
  "exports": [
20699
20699
  {
20700
20700
  "kind": "js",
20701
- "name": "TableColumnMenuButtonCellView",
20701
+ "name": "TableColumnNumberTextCellView",
20702
20702
  "declaration": {
20703
- "name": "TableColumnMenuButtonCellView",
20704
- "module": "src/table-column/menu-button/cell-view/index.ts"
20703
+ "name": "TableColumnNumberTextCellView",
20704
+ "module": "src/table-column/number-text/cell-view/index.ts"
20705
20705
  }
20706
20706
  },
20707
20707
  {
20708
20708
  "kind": "js",
20709
- "name": "tableColumnMenuButtonCellViewTag",
20709
+ "name": "tableColumnNumberTextCellViewTag",
20710
20710
  "declaration": {
20711
- "name": "tableColumnMenuButtonCellViewTag",
20712
- "module": "src/table-column/menu-button/cell-view/index.ts"
20711
+ "name": "tableColumnNumberTextCellViewTag",
20712
+ "module": "src/table-column/number-text/cell-view/index.ts"
20713
20713
  }
20714
20714
  }
20715
20715
  ]
@@ -2774,6 +2774,32 @@
2774
2774
 
2775
2775
  <hr/>
2776
2776
 
2777
+ ## class: `TableColumnMenuButtonCellView`
2778
+
2779
+ ### Superclass
2780
+
2781
+ | Name | Module | Package |
2782
+ | --------------- | -------------------------------- | ------- |
2783
+ | `TableCellView` | /src/table-column/base/cell-view | |
2784
+
2785
+ ### Fields
2786
+
2787
+ | Name | Privacy | Type | Default | Description | Inherited From |
2788
+ | ------------------ | ------- | ----------------------------------------- | ------- | ----------------------------------------------------------------------------------------------------------- | -------------- |
2789
+ | `tabbableChildren` | public | `HTMLElement[]` | | Gets the child elements in this cell view that should be able to be reached via Tab/ Shift-Tab,&#xA;if any. | TableCellView |
2790
+ | `cellRecord` | public | `TCellRecord \| undefined` | | | TableCellView |
2791
+ | `columnConfig` | public | `TColumnConfig \| undefined` | | | TableCellView |
2792
+ | `column` | public | `TableColumn<TColumnConfig> \| undefined` | | | TableCellView |
2793
+ | `recordId` | public | `string \| undefined` | | | TableCellView |
2794
+
2795
+ ### Methods
2796
+
2797
+ | Name | Privacy | Description | Parameters | Return | Inherited From |
2798
+ | --------------- | ------- | ----------- | ---------- | ------ | -------------- |
2799
+ | `columnChanged` | public | | | `void` | TableCellView |
2800
+
2801
+ <hr/>
2802
+
2777
2803
  ## class: `TableColumnNumberTextCellView`
2778
2804
 
2779
2805
  ### Superclass
@@ -2805,32 +2831,6 @@
2805
2831
 
2806
2832
  <hr/>
2807
2833
 
2808
- ## class: `TableColumnMenuButtonCellView`
2809
-
2810
- ### Superclass
2811
-
2812
- | Name | Module | Package |
2813
- | --------------- | -------------------------------- | ------- |
2814
- | `TableCellView` | /src/table-column/base/cell-view | |
2815
-
2816
- ### Fields
2817
-
2818
- | Name | Privacy | Type | Default | Description | Inherited From |
2819
- | ------------------ | ------- | ----------------------------------------- | ------- | ----------------------------------------------------------------------------------------------------------- | -------------- |
2820
- | `tabbableChildren` | public | `HTMLElement[]` | | Gets the child elements in this cell view that should be able to be reached via Tab/ Shift-Tab,&#xA;if any. | TableCellView |
2821
- | `cellRecord` | public | `TCellRecord \| undefined` | | | TableCellView |
2822
- | `columnConfig` | public | `TColumnConfig \| undefined` | | | TableCellView |
2823
- | `column` | public | `TableColumn<TColumnConfig> \| undefined` | | | TableCellView |
2824
- | `recordId` | public | `string \| undefined` | | | TableCellView |
2825
-
2826
- ### Methods
2827
-
2828
- | Name | Privacy | Description | Parameters | Return | Inherited From |
2829
- | --------------- | ------- | ----------- | ---------- | ------ | -------------- |
2830
- | `columnChanged` | public | | | `void` | TableCellView |
2831
-
2832
- <hr/>
2833
-
2834
2834
  ## class: `TableColumnNumberTextGroupHeaderView`
2835
2835
 
2836
2836
  ### Superclass
@@ -268,6 +268,7 @@ export const comments = {
268
268
  calendarEventBackgroundTransportOrderColor: 'Background color for transport order calendar events',
269
269
  calendarEventBackgroundHoverTransportOrderColor: 'Color while hovering transport order calendar events',
270
270
  calendarEventBorderTransportOrderColor: 'Border color for transport order calendar events',
271
+ calendarEventBorderWorkOrderColor: 'Border color for work order calendar events',
271
272
  calendarEventBackgroundAggregateAvailabilityColor: 'Background color for aggregate availability calendar events',
272
273
  calendarEventBorderAggregateAvailabilityColor: 'Border color for aggregate availability calendar events'
273
274
  };