@vonage/vivid 3.35.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/index.js +1 -2
- package/accordion-item/index.js +1 -0
- package/alert/index.js +1 -0
- package/badge/index.js +1 -0
- package/banner/index.js +1 -0
- package/breadcrumb/index.js +0 -1
- package/breadcrumb-item/index.js +1 -0
- package/button/index.js +1 -0
- package/card/index.js +0 -1
- package/checkbox/index.js +1 -2
- package/combobox/index.js +1 -2
- package/custom-elements.json +196 -76
- package/data-grid/index.js +1 -2
- package/date-picker/index.js +1 -2
- package/dialog/index.js +1 -2
- package/empty-state/index.js +0 -1
- package/fab/index.js +1 -0
- package/file-picker/index.js +1 -0
- package/index.js +1 -2
- package/lib/date-picker/date-picker.d.ts +12 -12
- package/lib/date-picker/date-picker.form-associated.d.ts +11 -0
- package/lib/menu-item/menu-item.d.ts +2 -0
- package/lib/menu-item/menu-item.template.d.ts +1 -1
- package/lib/number-field/number-field.d.ts +6 -2
- package/lib/tree-item/tree-item.template.d.ts +1 -1
- package/listbox/index.js +1 -2
- package/menu/index.js +1 -2
- package/menu-item/index.js +2 -2
- package/nav-disclosure/index.js +1 -0
- package/nav-item/index.js +1 -0
- package/note/index.js +1 -0
- package/number-field/index.js +1 -0
- package/option/index.js +1 -0
- package/package.json +1 -1
- package/pagination/index.js +1 -1
- package/popup/index.js +1 -0
- package/radio-group/index.js +1 -2
- package/select/index.js +1 -2
- package/shared/affix.js +16 -5
- package/shared/apply-mixins.js +1 -1
- package/shared/children.js +2 -2
- package/shared/definition.js +3 -3
- package/shared/definition10.js +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition12.js +1 -1
- package/shared/definition13.js +1 -1
- package/shared/definition14.js +1 -1
- package/shared/definition15.js +1 -1
- package/shared/definition16.js +3 -4
- package/shared/definition17.js +99 -45
- package/shared/definition18.js +1 -1
- package/shared/definition19.js +1 -1
- package/shared/definition2.js +2 -3
- package/shared/definition20.js +1 -1
- package/shared/definition21.js +6 -5
- package/shared/definition22.js +1 -1
- package/shared/definition23.js +1 -1
- package/shared/definition26.js +475 -54
- package/shared/definition27.js +7 -400
- package/shared/definition28.js +3 -3
- package/shared/definition29.js +1 -1
- package/shared/definition3.js +1 -1
- package/shared/definition31.js +1 -1
- package/shared/definition32.js +56 -9
- package/shared/definition33.js +4 -6
- package/shared/definition34.js +2 -2
- package/shared/definition35.js +1 -1
- package/shared/definition36.js +1 -1
- package/shared/definition37.js +2 -3
- package/shared/definition38.js +1 -1
- package/shared/definition39.js +5 -7
- package/shared/definition4.js +1 -1
- package/shared/definition40.js +1 -1
- package/shared/definition42.js +1 -1
- package/shared/definition43.js +1 -1
- package/shared/definition45.js +3 -3
- package/shared/definition46.js +1 -1
- package/shared/definition48.js +3 -3
- package/shared/definition49.js +1 -1
- package/shared/definition5.js +1 -1
- package/shared/definition51.js +1 -1
- package/shared/definition52.js +1 -1
- package/shared/definition53.js +5 -6
- package/shared/definition55.js +1 -1
- package/shared/definition6.js +4 -4
- package/shared/definition7.js +3 -3
- package/shared/definition8.js +1 -1
- package/shared/definition9.js +1 -2
- package/shared/icon.js +1 -1
- package/shared/index.js +1 -1
- package/shared/index2.js +66 -73
- package/shared/patterns/affix.d.ts +7 -1
- package/shared/patterns/form-elements/form-elements.d.ts +9 -7
- package/shared/ref.js +1 -1
- package/shared/slotted.js +73 -3
- package/shared/text-field.js +1 -1
- package/split-button/index.js +1 -0
- package/style.css +295 -281
- package/styles/core/all.css +44 -13
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +44 -13
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/switch/index.js +1 -0
- package/tab/index.js +1 -0
- package/tabs/index.js +1 -2
- package/tag/index.js +1 -0
- package/text-anchor/index.js +1 -0
- package/text-area/index.js +1 -0
- package/text-field/index.js +1 -2
- package/toggletip/index.js +1 -0
- package/tooltip/index.js +1 -0
- package/tree-item/index.js +1 -2
- package/tree-view/index.js +0 -1
- package/shared/node-observation.js +0 -74
package/accordion/index.js
CHANGED
|
@@ -9,13 +9,12 @@ import '../shared/when.js';
|
|
|
9
9
|
import '../shared/definition55.js';
|
|
10
10
|
import '../shared/focus.js';
|
|
11
11
|
import '../shared/affix.js';
|
|
12
|
+
import '../shared/slotted.js';
|
|
12
13
|
import '../shared/apply-mixins.js';
|
|
13
14
|
import '../shared/start-end.js';
|
|
14
15
|
import '../shared/ref.js';
|
|
15
16
|
import '../shared/focus2.js';
|
|
16
17
|
import '../shared/key-codes.js';
|
|
17
18
|
import '../shared/numbers.js';
|
|
18
|
-
import '../shared/node-observation.js';
|
|
19
|
-
import '../shared/slotted.js';
|
|
20
19
|
|
|
21
20
|
registerAccordion();
|
package/accordion-item/index.js
CHANGED
|
@@ -8,6 +8,7 @@ import '../shared/when.js';
|
|
|
8
8
|
import '../shared/definition55.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
|
+
import '../shared/slotted.js';
|
|
11
12
|
import '../shared/apply-mixins.js';
|
|
12
13
|
import '../shared/start-end.js';
|
|
13
14
|
import '../shared/ref.js';
|
package/alert/index.js
CHANGED
|
@@ -11,6 +11,7 @@ import '../shared/focus.js';
|
|
|
11
11
|
import '../shared/definition35.js';
|
|
12
12
|
import '../shared/base-progress.js';
|
|
13
13
|
import '../shared/affix.js';
|
|
14
|
+
import '../shared/slotted.js';
|
|
14
15
|
import '../shared/button.js';
|
|
15
16
|
import '../shared/apply-mixins.js';
|
|
16
17
|
import '../shared/form-associated.js';
|
package/badge/index.js
CHANGED
package/banner/index.js
CHANGED
|
@@ -11,6 +11,7 @@ import '../shared/focus.js';
|
|
|
11
11
|
import '../shared/definition35.js';
|
|
12
12
|
import '../shared/base-progress.js';
|
|
13
13
|
import '../shared/affix.js';
|
|
14
|
+
import '../shared/slotted.js';
|
|
14
15
|
import '../shared/button.js';
|
|
15
16
|
import '../shared/apply-mixins.js';
|
|
16
17
|
import '../shared/form-associated.js';
|
package/breadcrumb/index.js
CHANGED
package/breadcrumb-item/index.js
CHANGED
package/button/index.js
CHANGED
|
@@ -10,6 +10,7 @@ import '../shared/focus.js';
|
|
|
10
10
|
import '../shared/definition35.js';
|
|
11
11
|
import '../shared/base-progress.js';
|
|
12
12
|
import '../shared/affix.js';
|
|
13
|
+
import '../shared/slotted.js';
|
|
13
14
|
import '../shared/button.js';
|
|
14
15
|
import '../shared/apply-mixins.js';
|
|
15
16
|
import '../shared/form-associated.js';
|
package/card/index.js
CHANGED
package/checkbox/index.js
CHANGED
|
@@ -8,13 +8,12 @@ import '../shared/when.js';
|
|
|
8
8
|
import '../shared/definition55.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
|
+
import '../shared/slotted.js';
|
|
11
12
|
import '../shared/index2.js';
|
|
12
13
|
import '../locales/en-US.js';
|
|
13
14
|
import '../shared/form-associated.js';
|
|
14
15
|
import '../shared/key-codes.js';
|
|
15
16
|
import '../shared/apply-mixins.js';
|
|
16
17
|
import '../shared/focus2.js';
|
|
17
|
-
import '../shared/slotted.js';
|
|
18
|
-
import '../shared/node-observation.js';
|
|
19
18
|
|
|
20
19
|
registerCheckbox();
|
package/combobox/index.js
CHANGED
|
@@ -12,6 +12,7 @@ import '../shared/focus.js';
|
|
|
12
12
|
import '../shared/definition35.js';
|
|
13
13
|
import '../shared/base-progress.js';
|
|
14
14
|
import '../shared/affix.js';
|
|
15
|
+
import '../shared/slotted.js';
|
|
15
16
|
import '../shared/button.js';
|
|
16
17
|
import '../shared/apply-mixins.js';
|
|
17
18
|
import '../shared/form-associated.js';
|
|
@@ -30,7 +31,5 @@ import '../shared/listbox.js';
|
|
|
30
31
|
import '../shared/strings.js';
|
|
31
32
|
import '../shared/numbers.js';
|
|
32
33
|
import '../shared/select.options.js';
|
|
33
|
-
import '../shared/slotted.js';
|
|
34
|
-
import '../shared/node-observation.js';
|
|
35
34
|
|
|
36
35
|
registerCombobox();
|
package/custom-elements.json
CHANGED
|
@@ -3600,6 +3600,54 @@
|
|
|
3600
3600
|
}
|
|
3601
3601
|
]
|
|
3602
3602
|
},
|
|
3603
|
+
{
|
|
3604
|
+
"kind": "javascript-module",
|
|
3605
|
+
"path": "libs/components/src/lib/date-picker/date-picker.form-associated.ts",
|
|
3606
|
+
"declarations": [
|
|
3607
|
+
{
|
|
3608
|
+
"kind": "class",
|
|
3609
|
+
"description": "A form-associated base class for the @microsoft/fast-foundation#(TextField:class) component.",
|
|
3610
|
+
"name": "FormAssociatedDatePicker",
|
|
3611
|
+
"members": [
|
|
3612
|
+
{
|
|
3613
|
+
"kind": "field",
|
|
3614
|
+
"name": "proxy",
|
|
3615
|
+
"type": {
|
|
3616
|
+
"text": "HTMLInputElement"
|
|
3617
|
+
}
|
|
3618
|
+
},
|
|
3619
|
+
{
|
|
3620
|
+
"kind": "field",
|
|
3621
|
+
"name": "type",
|
|
3622
|
+
"type": {
|
|
3623
|
+
"text": "string"
|
|
3624
|
+
},
|
|
3625
|
+
"default": "'date'"
|
|
3626
|
+
}
|
|
3627
|
+
],
|
|
3628
|
+
"mixins": [
|
|
3629
|
+
{
|
|
3630
|
+
"name": "FormAssociated",
|
|
3631
|
+
"package": "@microsoft/fast-foundation"
|
|
3632
|
+
}
|
|
3633
|
+
],
|
|
3634
|
+
"superclass": {
|
|
3635
|
+
"name": "_DatePicker",
|
|
3636
|
+
"module": "libs/components/src/lib/date-picker/date-picker.form-associated.ts"
|
|
3637
|
+
}
|
|
3638
|
+
}
|
|
3639
|
+
],
|
|
3640
|
+
"exports": [
|
|
3641
|
+
{
|
|
3642
|
+
"kind": "js",
|
|
3643
|
+
"name": "FormAssociatedDatePicker",
|
|
3644
|
+
"declaration": {
|
|
3645
|
+
"name": "FormAssociatedDatePicker",
|
|
3646
|
+
"module": "libs/components/src/lib/date-picker/date-picker.form-associated.ts"
|
|
3647
|
+
}
|
|
3648
|
+
}
|
|
3649
|
+
]
|
|
3650
|
+
},
|
|
3603
3651
|
{
|
|
3604
3652
|
"kind": "javascript-module",
|
|
3605
3653
|
"path": "libs/components/src/lib/date-picker/date-picker.ts",
|
|
@@ -3633,59 +3681,40 @@
|
|
|
3633
3681
|
"members": [
|
|
3634
3682
|
{
|
|
3635
3683
|
"kind": "field",
|
|
3636
|
-
"name": "
|
|
3637
|
-
"type": {
|
|
3638
|
-
"text": "string | undefined"
|
|
3639
|
-
},
|
|
3640
|
-
"description": "The label text of the date-picker.",
|
|
3641
|
-
"privacy": "public"
|
|
3642
|
-
},
|
|
3643
|
-
{
|
|
3644
|
-
"kind": "field",
|
|
3645
|
-
"name": "helperText",
|
|
3646
|
-
"type": {
|
|
3647
|
-
"text": "string | undefined"
|
|
3648
|
-
},
|
|
3649
|
-
"description": "The helper-text text of the date-picker.",
|
|
3650
|
-
"privacy": "public"
|
|
3651
|
-
},
|
|
3652
|
-
{
|
|
3653
|
-
"kind": "field",
|
|
3654
|
-
"name": "errorText",
|
|
3684
|
+
"name": "min",
|
|
3655
3685
|
"type": {
|
|
3656
|
-
"text": "string
|
|
3686
|
+
"text": "string"
|
|
3657
3687
|
},
|
|
3658
|
-
"description": "The
|
|
3659
|
-
"privacy": "public"
|
|
3688
|
+
"description": "The earliest accepted date of the date-picker.",
|
|
3689
|
+
"privacy": "public",
|
|
3690
|
+
"default": "''"
|
|
3660
3691
|
},
|
|
3661
3692
|
{
|
|
3662
3693
|
"kind": "field",
|
|
3663
|
-
"name": "
|
|
3694
|
+
"name": "max",
|
|
3664
3695
|
"type": {
|
|
3665
|
-
"text": "
|
|
3696
|
+
"text": "string"
|
|
3666
3697
|
},
|
|
3667
|
-
"
|
|
3668
|
-
"
|
|
3669
|
-
"
|
|
3698
|
+
"description": "The latest accepted date of the date-picker.",
|
|
3699
|
+
"privacy": "public",
|
|
3700
|
+
"default": "''"
|
|
3670
3701
|
},
|
|
3671
3702
|
{
|
|
3672
3703
|
"kind": "field",
|
|
3673
|
-
"name": "
|
|
3704
|
+
"name": "initialValue",
|
|
3674
3705
|
"type": {
|
|
3675
|
-
"text": "
|
|
3706
|
+
"text": "string"
|
|
3676
3707
|
},
|
|
3677
|
-
"
|
|
3678
|
-
"description": "The latest accepted date of the date-picker.",
|
|
3708
|
+
"description": "The initial value of the date-picker.",
|
|
3679
3709
|
"privacy": "public"
|
|
3680
3710
|
},
|
|
3681
3711
|
{
|
|
3682
3712
|
"kind": "field",
|
|
3683
|
-
"name": "
|
|
3713
|
+
"name": "currentValue",
|
|
3684
3714
|
"type": {
|
|
3685
|
-
"text": "
|
|
3715
|
+
"text": "string"
|
|
3686
3716
|
},
|
|
3687
|
-
"
|
|
3688
|
-
"description": "The currently selected date of the date-picker.",
|
|
3717
|
+
"description": "The current value of the date-picker.",
|
|
3689
3718
|
"privacy": "public"
|
|
3690
3719
|
},
|
|
3691
3720
|
{
|
|
@@ -3695,21 +3724,11 @@
|
|
|
3695
3724
|
{
|
|
3696
3725
|
"name": "newValue",
|
|
3697
3726
|
"type": {
|
|
3698
|
-
"text": "DateStr
|
|
3727
|
+
"text": "DateStr"
|
|
3699
3728
|
}
|
|
3700
3729
|
}
|
|
3701
3730
|
]
|
|
3702
3731
|
},
|
|
3703
|
-
{
|
|
3704
|
-
"kind": "field",
|
|
3705
|
-
"name": "disabled",
|
|
3706
|
-
"type": {
|
|
3707
|
-
"text": "boolean"
|
|
3708
|
-
},
|
|
3709
|
-
"default": "false",
|
|
3710
|
-
"description": "Whether the date-picker is disabled.",
|
|
3711
|
-
"privacy": "public"
|
|
3712
|
-
},
|
|
3713
3732
|
{
|
|
3714
3733
|
"kind": "field",
|
|
3715
3734
|
"name": "readOnly",
|
|
@@ -3720,6 +3739,16 @@
|
|
|
3720
3739
|
"description": "Whether the date-picker is readonly.",
|
|
3721
3740
|
"privacy": "public"
|
|
3722
3741
|
},
|
|
3742
|
+
{
|
|
3743
|
+
"kind": "method",
|
|
3744
|
+
"name": "readOnlyChanged",
|
|
3745
|
+
"privacy": "protected",
|
|
3746
|
+
"return": {
|
|
3747
|
+
"type": {
|
|
3748
|
+
"text": "void"
|
|
3749
|
+
}
|
|
3750
|
+
}
|
|
3751
|
+
},
|
|
3723
3752
|
{
|
|
3724
3753
|
"kind": "method",
|
|
3725
3754
|
"name": "#getFocusableEls"
|
|
@@ -3748,6 +3777,10 @@
|
|
|
3748
3777
|
}
|
|
3749
3778
|
]
|
|
3750
3779
|
},
|
|
3780
|
+
{
|
|
3781
|
+
"kind": "method",
|
|
3782
|
+
"name": "validate"
|
|
3783
|
+
},
|
|
3751
3784
|
{
|
|
3752
3785
|
"kind": "field",
|
|
3753
3786
|
"name": "#dismissOnClickOutside",
|
|
@@ -3775,64 +3808,79 @@
|
|
|
3775
3808
|
"default": "true"
|
|
3776
3809
|
}
|
|
3777
3810
|
]
|
|
3778
|
-
}
|
|
3779
|
-
],
|
|
3780
|
-
"attributes": [
|
|
3811
|
+
},
|
|
3781
3812
|
{
|
|
3782
|
-
"
|
|
3813
|
+
"kind": "method",
|
|
3814
|
+
"name": "_presentationValueChanged"
|
|
3815
|
+
},
|
|
3816
|
+
{
|
|
3817
|
+
"kind": "method",
|
|
3818
|
+
"name": "#isPresentationValueInvalid"
|
|
3819
|
+
},
|
|
3820
|
+
{
|
|
3821
|
+
"kind": "field",
|
|
3822
|
+
"name": "value",
|
|
3783
3823
|
"type": {
|
|
3784
|
-
"text": "string
|
|
3824
|
+
"text": "string"
|
|
3785
3825
|
},
|
|
3786
|
-
"
|
|
3787
|
-
"fieldName": "label"
|
|
3826
|
+
"default": "''"
|
|
3788
3827
|
},
|
|
3789
3828
|
{
|
|
3790
|
-
"
|
|
3829
|
+
"kind": "field",
|
|
3830
|
+
"name": "proxy",
|
|
3791
3831
|
"type": {
|
|
3792
|
-
"text": "
|
|
3832
|
+
"text": "HTMLInputElement"
|
|
3793
3833
|
},
|
|
3794
|
-
"
|
|
3795
|
-
|
|
3834
|
+
"inheritedFrom": {
|
|
3835
|
+
"name": "FormAssociatedDatePicker",
|
|
3836
|
+
"module": "libs/components/src/lib/date-picker/date-picker.form-associated.ts"
|
|
3837
|
+
}
|
|
3796
3838
|
},
|
|
3797
3839
|
{
|
|
3798
|
-
"
|
|
3840
|
+
"kind": "field",
|
|
3841
|
+
"name": "type",
|
|
3799
3842
|
"type": {
|
|
3800
|
-
"text": "string
|
|
3843
|
+
"text": "string"
|
|
3801
3844
|
},
|
|
3802
|
-
"
|
|
3803
|
-
"
|
|
3804
|
-
|
|
3845
|
+
"default": "'date'",
|
|
3846
|
+
"inheritedFrom": {
|
|
3847
|
+
"name": "FormAssociatedDatePicker",
|
|
3848
|
+
"module": "libs/components/src/lib/date-picker/date-picker.form-associated.ts"
|
|
3849
|
+
}
|
|
3850
|
+
}
|
|
3851
|
+
],
|
|
3852
|
+
"attributes": [
|
|
3805
3853
|
{
|
|
3806
3854
|
"type": {
|
|
3807
|
-
"text": "
|
|
3855
|
+
"text": "string"
|
|
3808
3856
|
},
|
|
3809
|
-
"default": "null",
|
|
3810
3857
|
"description": "The earliest accepted date of the date-picker.",
|
|
3858
|
+
"default": "''",
|
|
3811
3859
|
"fieldName": "min"
|
|
3812
3860
|
},
|
|
3813
3861
|
{
|
|
3814
3862
|
"type": {
|
|
3815
|
-
"text": "
|
|
3863
|
+
"text": "string"
|
|
3816
3864
|
},
|
|
3817
|
-
"default": "null",
|
|
3818
3865
|
"description": "The latest accepted date of the date-picker.",
|
|
3866
|
+
"default": "''",
|
|
3819
3867
|
"fieldName": "max"
|
|
3820
3868
|
},
|
|
3821
3869
|
{
|
|
3870
|
+
"name": "value",
|
|
3822
3871
|
"type": {
|
|
3823
|
-
"text": "
|
|
3872
|
+
"text": "string"
|
|
3824
3873
|
},
|
|
3825
|
-
"
|
|
3826
|
-
"
|
|
3827
|
-
"fieldName": "value"
|
|
3874
|
+
"description": "The initial value of the date-picker.",
|
|
3875
|
+
"fieldName": "initialValue"
|
|
3828
3876
|
},
|
|
3829
3877
|
{
|
|
3878
|
+
"name": "current-value",
|
|
3830
3879
|
"type": {
|
|
3831
|
-
"text": "
|
|
3880
|
+
"text": "string"
|
|
3832
3881
|
},
|
|
3833
|
-
"
|
|
3834
|
-
"
|
|
3835
|
-
"fieldName": "disabled"
|
|
3882
|
+
"description": "The current value of the date-picker.",
|
|
3883
|
+
"fieldName": "currentValue"
|
|
3836
3884
|
},
|
|
3837
3885
|
{
|
|
3838
3886
|
"name": "readonly",
|
|
@@ -3845,8 +3893,8 @@
|
|
|
3845
3893
|
}
|
|
3846
3894
|
],
|
|
3847
3895
|
"superclass": {
|
|
3848
|
-
"name": "
|
|
3849
|
-
"
|
|
3896
|
+
"name": "FormAssociatedDatePicker",
|
|
3897
|
+
"module": "/libs/components/src/lib/date-picker/date-picker.form-associated"
|
|
3850
3898
|
}
|
|
3851
3899
|
}
|
|
3852
3900
|
],
|
|
@@ -4627,6 +4675,12 @@
|
|
|
4627
4675
|
"default": "var(--vvd-color-cta-600)"
|
|
4628
4676
|
}
|
|
4629
4677
|
],
|
|
4678
|
+
"slots": [
|
|
4679
|
+
{
|
|
4680
|
+
"description": "Slot to add an icon to fab.",
|
|
4681
|
+
"name": "icon"
|
|
4682
|
+
}
|
|
4683
|
+
],
|
|
4630
4684
|
"members": [
|
|
4631
4685
|
{
|
|
4632
4686
|
"kind": "field",
|
|
@@ -6156,6 +6210,10 @@
|
|
|
6156
6210
|
{
|
|
6157
6211
|
"description": "Assign nodes to the `meta` slot to set a badge or an additional icon.",
|
|
6158
6212
|
"name": "meta"
|
|
6213
|
+
},
|
|
6214
|
+
{
|
|
6215
|
+
"description": "Assign a Menu to the `submenu` slot to add a submenu.",
|
|
6216
|
+
"name": "submenu"
|
|
6159
6217
|
}
|
|
6160
6218
|
],
|
|
6161
6219
|
"members": [
|
|
@@ -6176,6 +6234,31 @@
|
|
|
6176
6234
|
},
|
|
6177
6235
|
"description": "Indicates the menu item's secondary text.",
|
|
6178
6236
|
"privacy": "public"
|
|
6237
|
+
},
|
|
6238
|
+
{
|
|
6239
|
+
"kind": "field",
|
|
6240
|
+
"name": "#submenuArray",
|
|
6241
|
+
"privacy": "private",
|
|
6242
|
+
"type": {
|
|
6243
|
+
"text": "Menu[]"
|
|
6244
|
+
},
|
|
6245
|
+
"default": "[]"
|
|
6246
|
+
},
|
|
6247
|
+
{
|
|
6248
|
+
"kind": "method",
|
|
6249
|
+
"name": "#updateSubmenu"
|
|
6250
|
+
},
|
|
6251
|
+
{
|
|
6252
|
+
"kind": "method",
|
|
6253
|
+
"name": "#collapseExpandedItem"
|
|
6254
|
+
},
|
|
6255
|
+
{
|
|
6256
|
+
"kind": "method",
|
|
6257
|
+
"name": "#expandedChange"
|
|
6258
|
+
},
|
|
6259
|
+
{
|
|
6260
|
+
"kind": "field",
|
|
6261
|
+
"name": "updateSubmenu"
|
|
6179
6262
|
}
|
|
6180
6263
|
],
|
|
6181
6264
|
"attributes": [
|
|
@@ -6938,6 +7021,37 @@
|
|
|
6938
7021
|
"type": {
|
|
6939
7022
|
"text": "string | undefined"
|
|
6940
7023
|
}
|
|
7024
|
+
},
|
|
7025
|
+
{
|
|
7026
|
+
"kind": "method",
|
|
7027
|
+
"name": "stepChanged",
|
|
7028
|
+
"parameters": [
|
|
7029
|
+
{
|
|
7030
|
+
"name": "_previous",
|
|
7031
|
+
"type": {
|
|
7032
|
+
"text": "number"
|
|
7033
|
+
}
|
|
7034
|
+
},
|
|
7035
|
+
{
|
|
7036
|
+
"name": "next",
|
|
7037
|
+
"type": {
|
|
7038
|
+
"text": "number"
|
|
7039
|
+
}
|
|
7040
|
+
}
|
|
7041
|
+
]
|
|
7042
|
+
},
|
|
7043
|
+
{
|
|
7044
|
+
"kind": "method",
|
|
7045
|
+
"name": "stepUp"
|
|
7046
|
+
},
|
|
7047
|
+
{
|
|
7048
|
+
"kind": "method",
|
|
7049
|
+
"name": "stepDown",
|
|
7050
|
+
"return": {
|
|
7051
|
+
"type": {
|
|
7052
|
+
"text": "void"
|
|
7053
|
+
}
|
|
7054
|
+
}
|
|
6941
7055
|
}
|
|
6942
7056
|
],
|
|
6943
7057
|
"attributes": [
|
|
@@ -9429,6 +9543,12 @@
|
|
|
9429
9543
|
"default": "var(--vvd-color-neutral-300)"
|
|
9430
9544
|
}
|
|
9431
9545
|
],
|
|
9546
|
+
"slots": [
|
|
9547
|
+
{
|
|
9548
|
+
"description": "Slot to add an icon to tab.",
|
|
9549
|
+
"name": "icon"
|
|
9550
|
+
}
|
|
9551
|
+
],
|
|
9432
9552
|
"members": [
|
|
9433
9553
|
{
|
|
9434
9554
|
"kind": "field",
|
package/data-grid/index.js
CHANGED
|
@@ -7,9 +7,8 @@ import '../shared/class-names.js';
|
|
|
7
7
|
import '../shared/when.js';
|
|
8
8
|
import '../shared/key-codes.js';
|
|
9
9
|
import '../shared/repeat.js';
|
|
10
|
-
import '../shared/node-observation.js';
|
|
11
|
-
import '../shared/children.js';
|
|
12
10
|
import '../shared/slotted.js';
|
|
11
|
+
import '../shared/children.js';
|
|
13
12
|
import '../shared/focus2.js';
|
|
14
13
|
import '../shared/focus.js';
|
|
15
14
|
|
package/date-picker/index.js
CHANGED
|
@@ -12,6 +12,7 @@ import '../shared/focus.js';
|
|
|
12
12
|
import '../shared/definition35.js';
|
|
13
13
|
import '../shared/base-progress.js';
|
|
14
14
|
import '../shared/affix.js';
|
|
15
|
+
import '../shared/slotted.js';
|
|
15
16
|
import '../shared/button.js';
|
|
16
17
|
import '../shared/apply-mixins.js';
|
|
17
18
|
import '../shared/form-associated.js';
|
|
@@ -26,8 +27,6 @@ import '../shared/index2.js';
|
|
|
26
27
|
import '../locales/en-US.js';
|
|
27
28
|
import '../shared/text-field2.js';
|
|
28
29
|
import '../shared/text-field.js';
|
|
29
|
-
import '../shared/slotted.js';
|
|
30
|
-
import '../shared/node-observation.js';
|
|
31
30
|
import '../shared/definition19.js';
|
|
32
31
|
import '../shared/aria.js';
|
|
33
32
|
import '../shared/repeat.js';
|
package/dialog/index.js
CHANGED
|
@@ -11,6 +11,7 @@ import '../shared/focus.js';
|
|
|
11
11
|
import '../shared/definition35.js';
|
|
12
12
|
import '../shared/base-progress.js';
|
|
13
13
|
import '../shared/affix.js';
|
|
14
|
+
import '../shared/slotted.js';
|
|
14
15
|
import '../shared/button.js';
|
|
15
16
|
import '../shared/apply-mixins.js';
|
|
16
17
|
import '../shared/form-associated.js';
|
|
@@ -20,7 +21,5 @@ import '../shared/start-end.js';
|
|
|
20
21
|
import '../shared/ref.js';
|
|
21
22
|
import '../shared/focus2.js';
|
|
22
23
|
import '../shared/definition56.js';
|
|
23
|
-
import '../shared/slotted.js';
|
|
24
|
-
import '../shared/node-observation.js';
|
|
25
24
|
|
|
26
25
|
registerDialog();
|
package/empty-state/index.js
CHANGED
package/fab/index.js
CHANGED
|
@@ -8,6 +8,7 @@ import '../shared/when.js';
|
|
|
8
8
|
import '../shared/definition55.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
|
+
import '../shared/slotted.js';
|
|
11
12
|
import '../shared/apply-mixins.js';
|
|
12
13
|
import '../shared/button.js';
|
|
13
14
|
import '../shared/form-associated.js';
|
package/file-picker/index.js
CHANGED
|
@@ -11,6 +11,7 @@ import '../shared/definition10.js';
|
|
|
11
11
|
import '../shared/definition35.js';
|
|
12
12
|
import '../shared/base-progress.js';
|
|
13
13
|
import '../shared/affix.js';
|
|
14
|
+
import '../shared/slotted.js';
|
|
14
15
|
import '../shared/button.js';
|
|
15
16
|
import '../shared/apply-mixins.js';
|
|
16
17
|
import '../shared/form-associated.js';
|
package/index.js
CHANGED
|
@@ -59,6 +59,7 @@ import './shared/focus.js';
|
|
|
59
59
|
import './shared/affix.js';
|
|
60
60
|
import './shared/icon.js';
|
|
61
61
|
import './shared/_has.js';
|
|
62
|
+
import './shared/slotted.js';
|
|
62
63
|
import './shared/apply-mixins.js';
|
|
63
64
|
import './shared/start-end.js';
|
|
64
65
|
import './shared/ref.js';
|
|
@@ -66,8 +67,6 @@ import './shared/focus2.js';
|
|
|
66
67
|
import './shared/when.js';
|
|
67
68
|
import './shared/key-codes.js';
|
|
68
69
|
import './shared/numbers.js';
|
|
69
|
-
import './shared/node-observation.js';
|
|
70
|
-
import './shared/slotted.js';
|
|
71
70
|
import './shared/class-names.js';
|
|
72
71
|
import './shared/definition56.js';
|
|
73
72
|
import './shared/button.js';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
export declare class DatePicker extends FoundationElement {
|
|
1
|
+
import { type ErrorText, type FormElement, FormElementHelperText, Localized } from '../../shared/patterns';
|
|
2
|
+
import { FormAssociatedDatePicker } from './date-picker.form-associated';
|
|
3
|
+
export declare class DatePicker extends FormAssociatedDatePicker {
|
|
5
4
|
#private;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
max: DateStr | null;
|
|
11
|
-
value: DateStr | null;
|
|
12
|
-
disabled: boolean;
|
|
5
|
+
min: string;
|
|
6
|
+
max: string;
|
|
7
|
+
initialValue: string;
|
|
8
|
+
currentValue: string;
|
|
13
9
|
readOnly: boolean;
|
|
10
|
+
protected readOnlyChanged(): void;
|
|
11
|
+
constructor();
|
|
14
12
|
connectedCallback(): void;
|
|
15
13
|
disconnectedCallback(): void;
|
|
14
|
+
validate(): void;
|
|
15
|
+
_presentationValueChanged(): void;
|
|
16
16
|
}
|
|
17
|
-
export interface DatePicker extends Localized {
|
|
17
|
+
export interface DatePicker extends Localized, ErrorText, FormElement, FormElementHelperText {
|
|
18
18
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FormAssociated, FoundationElement } from '@microsoft/fast-foundation';
|
|
2
|
+
declare class _DatePicker extends FoundationElement {
|
|
3
|
+
}
|
|
4
|
+
interface _DatePicker extends FormAssociated {
|
|
5
|
+
}
|
|
6
|
+
declare const FormAssociatedDatePicker_base: typeof _DatePicker;
|
|
7
|
+
export declare class FormAssociatedDatePicker extends FormAssociatedDatePicker_base {
|
|
8
|
+
proxy: HTMLInputElement;
|
|
9
|
+
constructor();
|
|
10
|
+
}
|
|
11
|
+
export {};
|