@ncino/web-components 9.2.0 → 9.2.1
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/package.json +2 -2
- package/web-types.json +446 -7
- package/dist/design-tokens.source.json +0 -1
- package/dist/generated/locale-codes.js +0 -1
- package/dist/generated/locales/es-419.js +0 -10
- package/dist/generated/locales/fr-CA.js +0 -10
- package/dist/generated/locales/zh-Hans.js +0 -11
- package/dist/types/generated/locale-codes.d.ts +0 -13
- package/dist/types/generated/locales/es-419.d.ts +0 -65
- package/dist/types/generated/locales/fr-CA.d.ts +0 -65
- package/dist/types/generated/locales/zh-Hans.d.ts +0 -65
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ncino/web-components",
|
|
3
3
|
"author": "nCino",
|
|
4
|
-
"version": "9.2.
|
|
4
|
+
"version": "9.2.1",
|
|
5
5
|
"license": "(c) Copyright 2023 nCino, Inc., all rights reserved",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"vite-plugin-static-copy": "^3.2.0",
|
|
101
101
|
"vitest": "^4.0.18",
|
|
102
102
|
"yaml-eslint-parser": "^2.0.0",
|
|
103
|
-
"@ncino/styles": "9.2.
|
|
103
|
+
"@ncino/styles": "9.2.1"
|
|
104
104
|
},
|
|
105
105
|
"peerDependencies": {
|
|
106
106
|
"@ncino/styles": ">=8.0.0-preview.0"
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"name": "@ncino/web-components",
|
|
4
|
-
"version": "9.2.
|
|
4
|
+
"version": "9.2.1-preview.1",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -6438,7 +6438,7 @@
|
|
|
6438
6438
|
},
|
|
6439
6439
|
{
|
|
6440
6440
|
"name": "ngc-popover",
|
|
6441
|
-
"description": "\n---\n\n\n### **Methods:**\n ",
|
|
6441
|
+
"description": "\n---\n\n\n### **Events:**\n - **closed**\n\n### **Methods:**\n ",
|
|
6442
6442
|
"doc-url": "",
|
|
6443
6443
|
"attributes": [
|
|
6444
6444
|
{
|
|
@@ -6482,7 +6482,7 @@
|
|
|
6482
6482
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
6483
6483
|
}
|
|
6484
6484
|
],
|
|
6485
|
-
"events": [],
|
|
6485
|
+
"events": [{ "name": "closed", "type": "CustomEvent" }],
|
|
6486
6486
|
"js": {
|
|
6487
6487
|
"properties": [
|
|
6488
6488
|
{ "name": "referenceId", "type": "string" },
|
|
@@ -6497,6 +6497,7 @@
|
|
|
6497
6497
|
{ "name": "_popoverRef", "type": "Ref<HTMLElement>" },
|
|
6498
6498
|
{ "name": "_cleanup", "type": "(() => void) | undefined" },
|
|
6499
6499
|
{ "name": "popoverId" },
|
|
6500
|
+
{ "name": "isOpen" },
|
|
6500
6501
|
{ "name": "referenceElement" },
|
|
6501
6502
|
{ "name": "elementListeners" },
|
|
6502
6503
|
{ "name": "dataTestid", "type": "string | undefined" },
|
|
@@ -6504,7 +6505,7 @@
|
|
|
6504
6505
|
{ "name": "helpTextDataTestid" },
|
|
6505
6506
|
{ "name": "errorMessageDataTestid" }
|
|
6506
6507
|
],
|
|
6507
|
-
"events": []
|
|
6508
|
+
"events": [{ "name": "closed", "type": "CustomEvent" }]
|
|
6508
6509
|
}
|
|
6509
6510
|
},
|
|
6510
6511
|
{
|
|
@@ -7490,9 +7491,414 @@
|
|
|
7490
7491
|
"events": [{ "name": "selectall", "type": "CustomEvent" }]
|
|
7491
7492
|
}
|
|
7492
7493
|
},
|
|
7494
|
+
{
|
|
7495
|
+
"name": "ngc-table-cell-chip",
|
|
7496
|
+
"description": "\n---\n\n\n### **Events:**\n - **cellchange**\n- **cellclick**\n\n### **Methods:**\n ",
|
|
7497
|
+
"doc-url": "",
|
|
7498
|
+
"attributes": [
|
|
7499
|
+
{
|
|
7500
|
+
"name": "rowData",
|
|
7501
|
+
"value": { "type": "RowData", "default": "{}" }
|
|
7502
|
+
},
|
|
7503
|
+
{
|
|
7504
|
+
"name": "column",
|
|
7505
|
+
"value": {
|
|
7506
|
+
"type": "TextColumnDefinition | ChipColumnDefinition | AvatarColumnDefinition | CheckboxColumnDefinition | TextLinkColumnDefinition | ButtonColumnDefinition | IconButtonColumnDefinition | InputDropdownColumnDefinition | InputTextColumnDefinition",
|
|
7507
|
+
"default": "{ field: '', name: '' }"
|
|
7508
|
+
}
|
|
7509
|
+
},
|
|
7510
|
+
{
|
|
7511
|
+
"name": "rowIndex",
|
|
7512
|
+
"value": { "type": "number", "default": "0" }
|
|
7513
|
+
},
|
|
7514
|
+
{
|
|
7515
|
+
"name": "categoryHeaderId",
|
|
7516
|
+
"value": { "type": "string", "default": "''" }
|
|
7517
|
+
}
|
|
7518
|
+
],
|
|
7519
|
+
"events": [
|
|
7520
|
+
{ "name": "cellchange", "type": "CustomEvent" },
|
|
7521
|
+
{ "name": "cellclick", "type": "CustomEvent" }
|
|
7522
|
+
],
|
|
7523
|
+
"js": {
|
|
7524
|
+
"properties": [
|
|
7525
|
+
{ "name": "rowData", "type": "RowData" },
|
|
7526
|
+
{
|
|
7527
|
+
"name": "column",
|
|
7528
|
+
"type": "TextColumnDefinition | ChipColumnDefinition | AvatarColumnDefinition | CheckboxColumnDefinition | TextLinkColumnDefinition | ButtonColumnDefinition | IconButtonColumnDefinition | InputDropdownColumnDefinition | InputTextColumnDefinition"
|
|
7529
|
+
},
|
|
7530
|
+
{ "name": "rowIndex", "type": "number" },
|
|
7531
|
+
{ "name": "categoryHeaderId", "type": "string" }
|
|
7532
|
+
],
|
|
7533
|
+
"events": [
|
|
7534
|
+
{ "name": "cellchange", "type": "CustomEvent" },
|
|
7535
|
+
{ "name": "cellclick", "type": "CustomEvent" }
|
|
7536
|
+
]
|
|
7537
|
+
}
|
|
7538
|
+
},
|
|
7539
|
+
{
|
|
7540
|
+
"name": "ngc-table-cell-avatar",
|
|
7541
|
+
"description": "\n---\n\n\n### **Events:**\n - **cellchange**\n- **cellclick**\n\n### **Methods:**\n ",
|
|
7542
|
+
"doc-url": "",
|
|
7543
|
+
"attributes": [
|
|
7544
|
+
{
|
|
7545
|
+
"name": "rowData",
|
|
7546
|
+
"value": { "type": "RowData", "default": "{}" }
|
|
7547
|
+
},
|
|
7548
|
+
{
|
|
7549
|
+
"name": "column",
|
|
7550
|
+
"value": {
|
|
7551
|
+
"type": "TextColumnDefinition | ChipColumnDefinition | AvatarColumnDefinition | CheckboxColumnDefinition | TextLinkColumnDefinition | ButtonColumnDefinition | IconButtonColumnDefinition | InputDropdownColumnDefinition | InputTextColumnDefinition",
|
|
7552
|
+
"default": "{ field: '', name: '' }"
|
|
7553
|
+
}
|
|
7554
|
+
},
|
|
7555
|
+
{
|
|
7556
|
+
"name": "rowIndex",
|
|
7557
|
+
"value": { "type": "number", "default": "0" }
|
|
7558
|
+
},
|
|
7559
|
+
{
|
|
7560
|
+
"name": "categoryHeaderId",
|
|
7561
|
+
"value": { "type": "string", "default": "''" }
|
|
7562
|
+
}
|
|
7563
|
+
],
|
|
7564
|
+
"events": [
|
|
7565
|
+
{ "name": "cellchange", "type": "CustomEvent" },
|
|
7566
|
+
{ "name": "cellclick", "type": "CustomEvent" }
|
|
7567
|
+
],
|
|
7568
|
+
"js": {
|
|
7569
|
+
"properties": [
|
|
7570
|
+
{ "name": "rowData", "type": "RowData" },
|
|
7571
|
+
{
|
|
7572
|
+
"name": "column",
|
|
7573
|
+
"type": "TextColumnDefinition | ChipColumnDefinition | AvatarColumnDefinition | CheckboxColumnDefinition | TextLinkColumnDefinition | ButtonColumnDefinition | IconButtonColumnDefinition | InputDropdownColumnDefinition | InputTextColumnDefinition"
|
|
7574
|
+
},
|
|
7575
|
+
{ "name": "rowIndex", "type": "number" },
|
|
7576
|
+
{ "name": "categoryHeaderId", "type": "string" }
|
|
7577
|
+
],
|
|
7578
|
+
"events": [
|
|
7579
|
+
{ "name": "cellchange", "type": "CustomEvent" },
|
|
7580
|
+
{ "name": "cellclick", "type": "CustomEvent" }
|
|
7581
|
+
]
|
|
7582
|
+
}
|
|
7583
|
+
},
|
|
7584
|
+
{
|
|
7585
|
+
"name": "ngc-table-cell-checkbox",
|
|
7586
|
+
"description": "\n---\n\n\n### **Events:**\n - **cellchange**\n- **cellclick**\n\n### **Methods:**\n ",
|
|
7587
|
+
"doc-url": "",
|
|
7588
|
+
"attributes": [
|
|
7589
|
+
{
|
|
7590
|
+
"name": "rowData",
|
|
7591
|
+
"value": { "type": "RowData", "default": "{}" }
|
|
7592
|
+
},
|
|
7593
|
+
{
|
|
7594
|
+
"name": "column",
|
|
7595
|
+
"value": {
|
|
7596
|
+
"type": "TextColumnDefinition | ChipColumnDefinition | AvatarColumnDefinition | CheckboxColumnDefinition | TextLinkColumnDefinition | ButtonColumnDefinition | IconButtonColumnDefinition | InputDropdownColumnDefinition | InputTextColumnDefinition",
|
|
7597
|
+
"default": "{ field: '', name: '' }"
|
|
7598
|
+
}
|
|
7599
|
+
},
|
|
7600
|
+
{
|
|
7601
|
+
"name": "rowIndex",
|
|
7602
|
+
"value": { "type": "number", "default": "0" }
|
|
7603
|
+
},
|
|
7604
|
+
{
|
|
7605
|
+
"name": "categoryHeaderId",
|
|
7606
|
+
"value": { "type": "string", "default": "''" }
|
|
7607
|
+
}
|
|
7608
|
+
],
|
|
7609
|
+
"events": [
|
|
7610
|
+
{ "name": "cellchange", "type": "CustomEvent" },
|
|
7611
|
+
{ "name": "cellclick", "type": "CustomEvent" }
|
|
7612
|
+
],
|
|
7613
|
+
"js": {
|
|
7614
|
+
"properties": [
|
|
7615
|
+
{ "name": "rowData", "type": "RowData" },
|
|
7616
|
+
{
|
|
7617
|
+
"name": "column",
|
|
7618
|
+
"type": "TextColumnDefinition | ChipColumnDefinition | AvatarColumnDefinition | CheckboxColumnDefinition | TextLinkColumnDefinition | ButtonColumnDefinition | IconButtonColumnDefinition | InputDropdownColumnDefinition | InputTextColumnDefinition"
|
|
7619
|
+
},
|
|
7620
|
+
{ "name": "rowIndex", "type": "number" },
|
|
7621
|
+
{ "name": "categoryHeaderId", "type": "string" }
|
|
7622
|
+
],
|
|
7623
|
+
"events": [
|
|
7624
|
+
{ "name": "cellchange", "type": "CustomEvent" },
|
|
7625
|
+
{ "name": "cellclick", "type": "CustomEvent" }
|
|
7626
|
+
]
|
|
7627
|
+
}
|
|
7628
|
+
},
|
|
7629
|
+
{
|
|
7630
|
+
"name": "ngc-table-cell-text-link",
|
|
7631
|
+
"description": "\n---\n\n\n### **Events:**\n - **cellchange**\n- **cellclick**\n\n### **Methods:**\n ",
|
|
7632
|
+
"doc-url": "",
|
|
7633
|
+
"attributes": [
|
|
7634
|
+
{
|
|
7635
|
+
"name": "rowData",
|
|
7636
|
+
"value": { "type": "RowData", "default": "{}" }
|
|
7637
|
+
},
|
|
7638
|
+
{
|
|
7639
|
+
"name": "column",
|
|
7640
|
+
"value": {
|
|
7641
|
+
"type": "TextColumnDefinition | ChipColumnDefinition | AvatarColumnDefinition | CheckboxColumnDefinition | TextLinkColumnDefinition | ButtonColumnDefinition | IconButtonColumnDefinition | InputDropdownColumnDefinition | InputTextColumnDefinition",
|
|
7642
|
+
"default": "{ field: '', name: '' }"
|
|
7643
|
+
}
|
|
7644
|
+
},
|
|
7645
|
+
{
|
|
7646
|
+
"name": "rowIndex",
|
|
7647
|
+
"value": { "type": "number", "default": "0" }
|
|
7648
|
+
},
|
|
7649
|
+
{
|
|
7650
|
+
"name": "categoryHeaderId",
|
|
7651
|
+
"value": { "type": "string", "default": "''" }
|
|
7652
|
+
}
|
|
7653
|
+
],
|
|
7654
|
+
"events": [
|
|
7655
|
+
{ "name": "cellchange", "type": "CustomEvent" },
|
|
7656
|
+
{ "name": "cellclick", "type": "CustomEvent" }
|
|
7657
|
+
],
|
|
7658
|
+
"js": {
|
|
7659
|
+
"properties": [
|
|
7660
|
+
{ "name": "rowData", "type": "RowData" },
|
|
7661
|
+
{
|
|
7662
|
+
"name": "column",
|
|
7663
|
+
"type": "TextColumnDefinition | ChipColumnDefinition | AvatarColumnDefinition | CheckboxColumnDefinition | TextLinkColumnDefinition | ButtonColumnDefinition | IconButtonColumnDefinition | InputDropdownColumnDefinition | InputTextColumnDefinition"
|
|
7664
|
+
},
|
|
7665
|
+
{ "name": "rowIndex", "type": "number" },
|
|
7666
|
+
{ "name": "categoryHeaderId", "type": "string" }
|
|
7667
|
+
],
|
|
7668
|
+
"events": [
|
|
7669
|
+
{ "name": "cellchange", "type": "CustomEvent" },
|
|
7670
|
+
{ "name": "cellclick", "type": "CustomEvent" }
|
|
7671
|
+
]
|
|
7672
|
+
}
|
|
7673
|
+
},
|
|
7674
|
+
{
|
|
7675
|
+
"name": "ngc-table-cell-button",
|
|
7676
|
+
"description": "\n---\n\n\n### **Events:**\n - **cellchange**\n- **cellclick**\n\n### **Methods:**\n ",
|
|
7677
|
+
"doc-url": "",
|
|
7678
|
+
"attributes": [
|
|
7679
|
+
{
|
|
7680
|
+
"name": "rowData",
|
|
7681
|
+
"value": { "type": "RowData", "default": "{}" }
|
|
7682
|
+
},
|
|
7683
|
+
{
|
|
7684
|
+
"name": "column",
|
|
7685
|
+
"value": {
|
|
7686
|
+
"type": "TextColumnDefinition | ChipColumnDefinition | AvatarColumnDefinition | CheckboxColumnDefinition | TextLinkColumnDefinition | ButtonColumnDefinition | IconButtonColumnDefinition | InputDropdownColumnDefinition | InputTextColumnDefinition",
|
|
7687
|
+
"default": "{ field: '', name: '' }"
|
|
7688
|
+
}
|
|
7689
|
+
},
|
|
7690
|
+
{
|
|
7691
|
+
"name": "rowIndex",
|
|
7692
|
+
"value": { "type": "number", "default": "0" }
|
|
7693
|
+
},
|
|
7694
|
+
{
|
|
7695
|
+
"name": "categoryHeaderId",
|
|
7696
|
+
"value": { "type": "string", "default": "''" }
|
|
7697
|
+
}
|
|
7698
|
+
],
|
|
7699
|
+
"events": [
|
|
7700
|
+
{ "name": "cellchange", "type": "CustomEvent" },
|
|
7701
|
+
{ "name": "cellclick", "type": "CustomEvent" }
|
|
7702
|
+
],
|
|
7703
|
+
"js": {
|
|
7704
|
+
"properties": [
|
|
7705
|
+
{ "name": "rowData", "type": "RowData" },
|
|
7706
|
+
{
|
|
7707
|
+
"name": "column",
|
|
7708
|
+
"type": "TextColumnDefinition | ChipColumnDefinition | AvatarColumnDefinition | CheckboxColumnDefinition | TextLinkColumnDefinition | ButtonColumnDefinition | IconButtonColumnDefinition | InputDropdownColumnDefinition | InputTextColumnDefinition"
|
|
7709
|
+
},
|
|
7710
|
+
{ "name": "rowIndex", "type": "number" },
|
|
7711
|
+
{ "name": "categoryHeaderId", "type": "string" }
|
|
7712
|
+
],
|
|
7713
|
+
"events": [
|
|
7714
|
+
{ "name": "cellchange", "type": "CustomEvent" },
|
|
7715
|
+
{ "name": "cellclick", "type": "CustomEvent" }
|
|
7716
|
+
]
|
|
7717
|
+
}
|
|
7718
|
+
},
|
|
7719
|
+
{
|
|
7720
|
+
"name": "ngc-table-cell-icon-button",
|
|
7721
|
+
"description": "\n---\n\n\n### **Events:**\n - **cellchange**\n- **cellclick**\n\n### **Methods:**\n ",
|
|
7722
|
+
"doc-url": "",
|
|
7723
|
+
"attributes": [
|
|
7724
|
+
{
|
|
7725
|
+
"name": "rowData",
|
|
7726
|
+
"value": { "type": "RowData", "default": "{}" }
|
|
7727
|
+
},
|
|
7728
|
+
{
|
|
7729
|
+
"name": "column",
|
|
7730
|
+
"value": {
|
|
7731
|
+
"type": "TextColumnDefinition | ChipColumnDefinition | AvatarColumnDefinition | CheckboxColumnDefinition | TextLinkColumnDefinition | ButtonColumnDefinition | IconButtonColumnDefinition | InputDropdownColumnDefinition | InputTextColumnDefinition",
|
|
7732
|
+
"default": "{ field: '', name: '' }"
|
|
7733
|
+
}
|
|
7734
|
+
},
|
|
7735
|
+
{
|
|
7736
|
+
"name": "rowIndex",
|
|
7737
|
+
"value": { "type": "number", "default": "0" }
|
|
7738
|
+
},
|
|
7739
|
+
{
|
|
7740
|
+
"name": "categoryHeaderId",
|
|
7741
|
+
"value": { "type": "string", "default": "''" }
|
|
7742
|
+
}
|
|
7743
|
+
],
|
|
7744
|
+
"events": [
|
|
7745
|
+
{ "name": "cellchange", "type": "CustomEvent" },
|
|
7746
|
+
{ "name": "cellclick", "type": "CustomEvent" }
|
|
7747
|
+
],
|
|
7748
|
+
"js": {
|
|
7749
|
+
"properties": [
|
|
7750
|
+
{ "name": "rowData", "type": "RowData" },
|
|
7751
|
+
{
|
|
7752
|
+
"name": "column",
|
|
7753
|
+
"type": "TextColumnDefinition | ChipColumnDefinition | AvatarColumnDefinition | CheckboxColumnDefinition | TextLinkColumnDefinition | ButtonColumnDefinition | IconButtonColumnDefinition | InputDropdownColumnDefinition | InputTextColumnDefinition"
|
|
7754
|
+
},
|
|
7755
|
+
{ "name": "rowIndex", "type": "number" },
|
|
7756
|
+
{ "name": "categoryHeaderId", "type": "string" }
|
|
7757
|
+
],
|
|
7758
|
+
"events": [
|
|
7759
|
+
{ "name": "cellchange", "type": "CustomEvent" },
|
|
7760
|
+
{ "name": "cellclick", "type": "CustomEvent" }
|
|
7761
|
+
]
|
|
7762
|
+
}
|
|
7763
|
+
},
|
|
7764
|
+
{
|
|
7765
|
+
"name": "ngc-table-cell-input-dropdown",
|
|
7766
|
+
"description": "\n---\n\n\n### **Events:**\n - **cellchange**\n- **cellclick**\n\n### **Methods:**\n ",
|
|
7767
|
+
"doc-url": "",
|
|
7768
|
+
"attributes": [
|
|
7769
|
+
{
|
|
7770
|
+
"name": "rowData",
|
|
7771
|
+
"value": { "type": "RowData", "default": "{}" }
|
|
7772
|
+
},
|
|
7773
|
+
{
|
|
7774
|
+
"name": "column",
|
|
7775
|
+
"value": {
|
|
7776
|
+
"type": "TextColumnDefinition | ChipColumnDefinition | AvatarColumnDefinition | CheckboxColumnDefinition | TextLinkColumnDefinition | ButtonColumnDefinition | IconButtonColumnDefinition | InputDropdownColumnDefinition | InputTextColumnDefinition",
|
|
7777
|
+
"default": "{ field: '', name: '' }"
|
|
7778
|
+
}
|
|
7779
|
+
},
|
|
7780
|
+
{
|
|
7781
|
+
"name": "rowIndex",
|
|
7782
|
+
"value": { "type": "number", "default": "0" }
|
|
7783
|
+
},
|
|
7784
|
+
{
|
|
7785
|
+
"name": "categoryHeaderId",
|
|
7786
|
+
"value": { "type": "string", "default": "''" }
|
|
7787
|
+
}
|
|
7788
|
+
],
|
|
7789
|
+
"events": [
|
|
7790
|
+
{ "name": "cellchange", "type": "CustomEvent" },
|
|
7791
|
+
{ "name": "cellclick", "type": "CustomEvent" }
|
|
7792
|
+
],
|
|
7793
|
+
"js": {
|
|
7794
|
+
"properties": [
|
|
7795
|
+
{ "name": "rowData", "type": "RowData" },
|
|
7796
|
+
{
|
|
7797
|
+
"name": "column",
|
|
7798
|
+
"type": "TextColumnDefinition | ChipColumnDefinition | AvatarColumnDefinition | CheckboxColumnDefinition | TextLinkColumnDefinition | ButtonColumnDefinition | IconButtonColumnDefinition | InputDropdownColumnDefinition | InputTextColumnDefinition"
|
|
7799
|
+
},
|
|
7800
|
+
{ "name": "rowIndex", "type": "number" },
|
|
7801
|
+
{ "name": "categoryHeaderId", "type": "string" }
|
|
7802
|
+
],
|
|
7803
|
+
"events": [
|
|
7804
|
+
{ "name": "cellchange", "type": "CustomEvent" },
|
|
7805
|
+
{ "name": "cellclick", "type": "CustomEvent" }
|
|
7806
|
+
]
|
|
7807
|
+
}
|
|
7808
|
+
},
|
|
7809
|
+
{
|
|
7810
|
+
"name": "ngc-table-cell-input-text",
|
|
7811
|
+
"description": "\n---\n\n\n### **Events:**\n - **cellchange**\n- **cellclick**\n\n### **Methods:**\n ",
|
|
7812
|
+
"doc-url": "",
|
|
7813
|
+
"attributes": [
|
|
7814
|
+
{
|
|
7815
|
+
"name": "rowData",
|
|
7816
|
+
"value": { "type": "RowData", "default": "{}" }
|
|
7817
|
+
},
|
|
7818
|
+
{
|
|
7819
|
+
"name": "column",
|
|
7820
|
+
"value": {
|
|
7821
|
+
"type": "TextColumnDefinition | ChipColumnDefinition | AvatarColumnDefinition | CheckboxColumnDefinition | TextLinkColumnDefinition | ButtonColumnDefinition | IconButtonColumnDefinition | InputDropdownColumnDefinition | InputTextColumnDefinition",
|
|
7822
|
+
"default": "{ field: '', name: '' }"
|
|
7823
|
+
}
|
|
7824
|
+
},
|
|
7825
|
+
{
|
|
7826
|
+
"name": "rowIndex",
|
|
7827
|
+
"value": { "type": "number", "default": "0" }
|
|
7828
|
+
},
|
|
7829
|
+
{
|
|
7830
|
+
"name": "categoryHeaderId",
|
|
7831
|
+
"value": { "type": "string", "default": "''" }
|
|
7832
|
+
}
|
|
7833
|
+
],
|
|
7834
|
+
"events": [
|
|
7835
|
+
{ "name": "cellchange", "type": "CustomEvent" },
|
|
7836
|
+
{ "name": "cellclick", "type": "CustomEvent" }
|
|
7837
|
+
],
|
|
7838
|
+
"js": {
|
|
7839
|
+
"properties": [
|
|
7840
|
+
{ "name": "rowData", "type": "RowData" },
|
|
7841
|
+
{
|
|
7842
|
+
"name": "column",
|
|
7843
|
+
"type": "TextColumnDefinition | ChipColumnDefinition | AvatarColumnDefinition | CheckboxColumnDefinition | TextLinkColumnDefinition | ButtonColumnDefinition | IconButtonColumnDefinition | InputDropdownColumnDefinition | InputTextColumnDefinition"
|
|
7844
|
+
},
|
|
7845
|
+
{ "name": "rowIndex", "type": "number" },
|
|
7846
|
+
{ "name": "categoryHeaderId", "type": "string" }
|
|
7847
|
+
],
|
|
7848
|
+
"events": [
|
|
7849
|
+
{ "name": "cellchange", "type": "CustomEvent" },
|
|
7850
|
+
{ "name": "cellclick", "type": "CustomEvent" }
|
|
7851
|
+
]
|
|
7852
|
+
}
|
|
7853
|
+
},
|
|
7854
|
+
{
|
|
7855
|
+
"name": "ngc-table-cell-text",
|
|
7856
|
+
"description": "\n---\n\n\n### **Events:**\n - **cellchange**\n- **cellclick**\n\n### **Methods:**\n ",
|
|
7857
|
+
"doc-url": "",
|
|
7858
|
+
"attributes": [
|
|
7859
|
+
{
|
|
7860
|
+
"name": "rowData",
|
|
7861
|
+
"value": { "type": "RowData", "default": "{}" }
|
|
7862
|
+
},
|
|
7863
|
+
{
|
|
7864
|
+
"name": "column",
|
|
7865
|
+
"value": {
|
|
7866
|
+
"type": "TextColumnDefinition | ChipColumnDefinition | AvatarColumnDefinition | CheckboxColumnDefinition | TextLinkColumnDefinition | ButtonColumnDefinition | IconButtonColumnDefinition | InputDropdownColumnDefinition | InputTextColumnDefinition",
|
|
7867
|
+
"default": "{ field: '', name: '' }"
|
|
7868
|
+
}
|
|
7869
|
+
},
|
|
7870
|
+
{
|
|
7871
|
+
"name": "rowIndex",
|
|
7872
|
+
"value": { "type": "number", "default": "0" }
|
|
7873
|
+
},
|
|
7874
|
+
{
|
|
7875
|
+
"name": "categoryHeaderId",
|
|
7876
|
+
"value": { "type": "string", "default": "''" }
|
|
7877
|
+
}
|
|
7878
|
+
],
|
|
7879
|
+
"events": [
|
|
7880
|
+
{ "name": "cellchange", "type": "CustomEvent" },
|
|
7881
|
+
{ "name": "cellclick", "type": "CustomEvent" }
|
|
7882
|
+
],
|
|
7883
|
+
"js": {
|
|
7884
|
+
"properties": [
|
|
7885
|
+
{ "name": "rowData", "type": "RowData" },
|
|
7886
|
+
{
|
|
7887
|
+
"name": "column",
|
|
7888
|
+
"type": "TextColumnDefinition | ChipColumnDefinition | AvatarColumnDefinition | CheckboxColumnDefinition | TextLinkColumnDefinition | ButtonColumnDefinition | IconButtonColumnDefinition | InputDropdownColumnDefinition | InputTextColumnDefinition"
|
|
7889
|
+
},
|
|
7890
|
+
{ "name": "rowIndex", "type": "number" },
|
|
7891
|
+
{ "name": "categoryHeaderId", "type": "string" }
|
|
7892
|
+
],
|
|
7893
|
+
"events": [
|
|
7894
|
+
{ "name": "cellchange", "type": "CustomEvent" },
|
|
7895
|
+
{ "name": "cellclick", "type": "CustomEvent" }
|
|
7896
|
+
]
|
|
7897
|
+
}
|
|
7898
|
+
},
|
|
7493
7899
|
{
|
|
7494
7900
|
"name": "ngc-table",
|
|
7495
|
-
"description": "\n---\n\n\n### **Events:**\n - **selectall**\n- **rowselected**",
|
|
7901
|
+
"description": "\n---\n\n\n### **Events:**\n - **selectall**\n- **sort**\n- **filter**\n- **rowselected**\n- **cellchange**\n- **cellclick**",
|
|
7496
7902
|
"doc-url": "",
|
|
7497
7903
|
"attributes": [
|
|
7498
7904
|
{
|
|
@@ -7507,6 +7913,14 @@
|
|
|
7507
7913
|
"name": "skeleton",
|
|
7508
7914
|
"value": { "type": "boolean", "default": "false" }
|
|
7509
7915
|
},
|
|
7916
|
+
{
|
|
7917
|
+
"name": "sort-field",
|
|
7918
|
+
"value": { "type": "string | null", "default": "null" }
|
|
7919
|
+
},
|
|
7920
|
+
{
|
|
7921
|
+
"name": "sort-direction",
|
|
7922
|
+
"value": { "type": "'asc' | 'desc' | null", "default": "null" }
|
|
7923
|
+
},
|
|
7510
7924
|
{
|
|
7511
7925
|
"name": "columns",
|
|
7512
7926
|
"value": { "type": "ColumnDefinition[]", "default": "[]" }
|
|
@@ -7542,15 +7956,36 @@
|
|
|
7542
7956
|
],
|
|
7543
7957
|
"events": [
|
|
7544
7958
|
{ "name": "selectall", "type": "CustomEvent" },
|
|
7545
|
-
{ "name": "
|
|
7959
|
+
{ "name": "sort", "type": "CustomEvent" },
|
|
7960
|
+
{ "name": "filter", "type": "CustomEvent" },
|
|
7961
|
+
{ "name": "rowselected", "type": "CustomEvent" },
|
|
7962
|
+
{ "name": "cellchange", "type": "CustomEvent" },
|
|
7963
|
+
{ "name": "cellclick", "type": "CustomEvent" }
|
|
7546
7964
|
],
|
|
7547
7965
|
"js": {
|
|
7548
7966
|
"properties": [
|
|
7549
7967
|
{ "name": "elevated", "type": "boolean" },
|
|
7550
7968
|
{ "name": "includePagination", "type": "boolean" },
|
|
7551
7969
|
{ "name": "skeleton", "type": "boolean" },
|
|
7970
|
+
{ "name": "sortField", "type": "string | null" },
|
|
7971
|
+
{ "name": "sortDirection", "type": "'asc' | 'desc' | null" },
|
|
7972
|
+
{
|
|
7973
|
+
"name": "filterValues",
|
|
7974
|
+
"type": "Record<string, string | string[]>"
|
|
7975
|
+
},
|
|
7552
7976
|
{ "name": "selectedRows", "type": "RowData[]" },
|
|
7553
7977
|
{ "name": "_currentPage", "type": "number" },
|
|
7978
|
+
{ "name": "_sortField", "type": "string | null" },
|
|
7979
|
+
{ "name": "_sortDirection", "type": "'asc' | 'desc' | null" },
|
|
7980
|
+
{ "name": "_hoveredHeaderColumnField", "type": "string | null" },
|
|
7981
|
+
{
|
|
7982
|
+
"name": "_pendingFilterValues",
|
|
7983
|
+
"type": "Record<string, string | string[]>"
|
|
7984
|
+
},
|
|
7985
|
+
{
|
|
7986
|
+
"name": "_filterSearchQuery",
|
|
7987
|
+
"type": "Record<string, string>"
|
|
7988
|
+
},
|
|
7554
7989
|
{ "name": "tableElevatedClass" },
|
|
7555
7990
|
{ "name": "showBulkControls" },
|
|
7556
7991
|
{ "name": "displayedRowData" },
|
|
@@ -7568,7 +8003,11 @@
|
|
|
7568
8003
|
],
|
|
7569
8004
|
"events": [
|
|
7570
8005
|
{ "name": "selectall", "type": "CustomEvent" },
|
|
7571
|
-
{ "name": "
|
|
8006
|
+
{ "name": "sort", "type": "CustomEvent" },
|
|
8007
|
+
{ "name": "filter", "type": "CustomEvent" },
|
|
8008
|
+
{ "name": "rowselected", "type": "CustomEvent" },
|
|
8009
|
+
{ "name": "cellchange", "type": "CustomEvent" },
|
|
8010
|
+
{ "name": "cellclick", "type": "CustomEvent" }
|
|
7572
8011
|
]
|
|
7573
8012
|
}
|
|
7574
8013
|
},
|