@vonage/vivid 5.21.0 → 5.22.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.cjs +1 -1
- package/accordion/index.js +2 -2
- package/alert/index.cjs +1 -1
- package/alert/index.js +1 -1
- package/audio-player/index.cjs +3 -5
- package/audio-player/index.js +30 -32
- package/avatar/index.cjs +1 -1
- package/avatar/index.js +1 -1
- package/banner/index.cjs +1 -1
- package/banner/index.js +1 -1
- package/bundled/affix.cjs +4 -4
- package/bundled/affix.js +4 -4
- package/bundled/base-color-picker.cjs +2 -2
- package/bundled/base-color-picker.js +2 -2
- package/bundled/button.cjs +1 -1
- package/bundled/button.js +1 -1
- package/bundled/definition10.cjs +1 -1
- package/bundled/definition10.js +1 -1
- package/bundled/definition13.cjs +1 -1
- package/bundled/definition13.js +1 -1
- package/bundled/definition15.cjs +1 -1
- package/bundled/definition15.js +2 -2
- package/bundled/definition16.cjs +2 -2
- package/bundled/definition16.js +2 -2
- package/bundled/definition17.cjs +1 -1
- package/bundled/definition17.js +1 -1
- package/bundled/definition18.cjs +2 -2
- package/bundled/definition18.js +14 -5
- package/bundled/definition19.cjs +1 -1
- package/bundled/definition19.js +1 -1
- package/bundled/definition20.cjs +1 -1
- package/bundled/definition20.js +1 -1
- package/bundled/definition21.cjs +1 -1
- package/bundled/definition21.js +2 -2
- package/bundled/definition24.cjs +1 -1
- package/bundled/definition24.js +1 -1
- package/bundled/definition3.cjs +1 -1
- package/bundled/definition3.js +3 -3
- package/bundled/definition4.cjs +1 -1
- package/bundled/definition4.js +1 -1
- package/bundled/definition5.cjs +1 -1
- package/bundled/definition5.js +1 -1
- package/bundled/definition6.cjs +1 -1
- package/bundled/definition6.js +1 -1
- package/bundled/definition8.cjs +1 -1
- package/bundled/definition8.js +12 -6
- package/bundled/definition9.cjs +1 -1
- package/bundled/definition9.js +1 -1
- package/bundled/form-associated.cjs +1 -1
- package/bundled/form-associated.js +2 -2
- package/bundled/listbox.cjs +1 -1
- package/bundled/listbox.js +5 -5
- package/bundled/numberConverter.cjs +1 -1
- package/bundled/numberConverter.js +1 -1
- package/bundled/slider.template.cjs +1 -1
- package/bundled/slider.template.js +1 -1
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +1 -1
- package/bundled/with-contextual-help.cjs +1 -1
- package/bundled/with-contextual-help.js +1 -1
- package/calendar/index.cjs +1 -1
- package/calendar/index.js +3 -3
- package/color-picker/index.cjs +20 -20
- package/color-picker/index.js +22 -22
- package/combobox/index.cjs +1 -1
- package/combobox/index.js +6 -6
- package/country-group/index.cjs +1 -1
- package/country-group/index.js +1 -1
- package/custom-elements.json +2880 -2838
- package/data-grid/index.cjs +2 -2
- package/data-grid/index.js +12 -10
- package/dial-pad/index.cjs +1 -1
- package/dial-pad/index.js +2 -2
- package/dialog/index.cjs +1 -1
- package/dialog/index.js +1 -1
- package/header/index.cjs +1 -1
- package/header/index.js +1 -1
- package/lib/audio-player/audio-player.d.ts +0 -1
- package/lib/calendar/helpers/calendar.keyboard-interactions.d.ts +1 -1
- package/lib/checkbox/checkbox.d.ts +16 -16
- package/lib/color-picker/color-picker.d.ts +16 -16
- package/lib/combobox/combobox.d.ts +21 -21
- package/lib/date-picker/date-picker.d.ts +26 -26
- package/lib/date-range-picker/date-range-picker.d.ts +14 -14
- package/lib/date-time-picker/date-time-picker.d.ts +24 -24
- package/lib/dial-pad/dial-pad.d.ts +1 -1
- package/lib/file-picker/file-picker.d.ts +21 -21
- package/lib/menu/menu.d.ts +1 -1
- package/lib/number-field/number-field.d.ts +22 -22
- package/lib/popup/popup.d.ts +2 -1
- package/lib/radio/radio.d.ts +16 -16
- package/lib/range-slider/range-slider.d.ts +10 -10
- package/lib/rich-text-editor/popover.d.ts +1 -1
- package/lib/rich-text-editor/rte/exports.d.ts +1 -0
- package/lib/rich-text-editor/rte/feature.d.ts +5 -5
- package/lib/rich-text-editor/rte/features/drop-handler.d.ts +1 -2
- package/lib/rich-text-editor/rte/features/internal/core.d.ts +8 -0
- package/lib/rich-text-editor/rte/features/keyboard-shortcuts.d.ts +1 -1
- package/lib/rich-text-editor/rte/features/text-color-picker.d.ts +1 -1
- package/lib/rich-text-editor/rte/instance.d.ts +1 -0
- package/lib/rich-text-editor/rte/public-interface.d.ts +3 -0
- package/lib/rich-text-editor/rte/utils/ui.d.ts +1 -1
- package/lib/searchable-select/searchable-select.d.ts +21 -21
- package/lib/select/select.d.ts +22 -22
- package/lib/simple-color-picker/simple-color-picker.d.ts +5 -5
- package/lib/slider/slider.d.ts +5 -5
- package/lib/switch/switch.d.ts +5 -5
- package/lib/table/table-body.template.d.ts +1 -2
- package/lib/table/table-cell.template.d.ts +1 -2
- package/lib/table/table-head.template.d.ts +1 -2
- package/lib/table/table-row.template.d.ts +1 -2
- package/lib/table/table.template.d.ts +1 -2
- package/lib/text-area/text-area.d.ts +21 -21
- package/lib/text-field/text-field.d.ts +22 -22
- package/lib/time-picker/time-picker.d.ts +12 -12
- package/nav-disclosure/index.cjs +1 -1
- package/nav-disclosure/index.js +1 -1
- package/nav-item/index.cjs +1 -1
- package/nav-item/index.js +1 -1
- package/package.json +8 -6
- package/pagination/index.cjs +1 -1
- package/pagination/index.js +9 -2
- package/popover/index.cjs +1 -1
- package/popover/index.js +1 -1
- package/progress/index.cjs +1 -1
- package/progress/index.js +1 -1
- package/radio-group/index.cjs +1 -1
- package/radio-group/index.js +21 -19
- package/range-slider/index.cjs +1 -1
- package/range-slider/index.js +1 -1
- package/rich-text-editor/index.cjs +4 -3
- package/rich-text-editor/index.js +55 -27
- package/selectable-box/index.cjs +1 -1
- package/selectable-box/index.js +6 -1
- package/shared/color-picker/base-color-picker.d.ts +5 -5
- package/shared/feedback/mixins.d.ts +1 -1
- package/shared/foundation/button/button.d.ts +5 -5
- package/shared/foundation/form-associated/form-associated.d.ts +10 -10
- package/shared/foundation/listbox/listbox.d.ts +1 -1
- package/shared/patterns/form-elements/form-element.d.ts +5 -5
- package/shared/patterns/form-elements/with-contextual-help.d.ts +5 -5
- package/shared/patterns/form-elements/with-error-text.d.ts +6 -6
- package/shared/picker-field/mixins/calendar-picker.d.ts +6 -6
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +6 -6
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +8 -8
- package/shared/picker-field/mixins/single-date-picker.d.ts +6 -6
- package/shared/picker-field/mixins/single-value-picker.d.ts +6 -6
- package/shared/picker-field/mixins/time-selection-picker.d.ts +6 -6
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +12 -12
- package/shared/picker-field/picker-field.d.ts +21 -21
- package/shared/utils/slottable-request.d.ts +1 -1
- package/switch/index.cjs +1 -1
- package/switch/index.js +1 -1
- package/table/index.cjs +5 -5
- package/table/index.js +5 -5
- package/tabs/index.cjs +1 -1
- package/tabs/index.js +2 -2
- package/tag/index.cjs +1 -1
- package/tag/index.js +1 -1
- package/tree-view/index.cjs +1 -1
- package/tree-view/index.js +0 -2
- package/unbundled/affix.cjs +4 -4
- package/unbundled/affix.js +4 -4
- package/unbundled/base-color-picker.cjs +3 -3
- package/unbundled/base-color-picker.js +3 -3
- package/unbundled/button.cjs +5 -5
- package/unbundled/button.js +5 -5
- package/unbundled/definition10.cjs +15 -4
- package/unbundled/definition10.js +15 -4
- package/unbundled/definition11.cjs +3 -3
- package/unbundled/definition11.js +3 -3
- package/unbundled/definition12.cjs +1 -1
- package/unbundled/definition12.js +1 -1
- package/unbundled/definition13.cjs +2 -2
- package/unbundled/definition13.js +2 -2
- package/unbundled/definition14.cjs +73 -76
- package/unbundled/definition14.js +73 -76
- package/unbundled/definition15.cjs +1 -1
- package/unbundled/definition15.js +1 -1
- package/unbundled/definition17.cjs +1 -1
- package/unbundled/definition17.js +1 -1
- package/unbundled/definition19.cjs +2 -1
- package/unbundled/definition19.js +2 -1
- package/unbundled/definition2.cjs +1 -1
- package/unbundled/definition2.js +1 -1
- package/unbundled/definition21.cjs +3 -3
- package/unbundled/definition21.js +3 -3
- package/unbundled/definition23.cjs +2 -2
- package/unbundled/definition23.js +2 -2
- package/unbundled/definition24.cjs +1 -1
- package/unbundled/definition24.js +1 -1
- package/unbundled/definition27.cjs +1 -1
- package/unbundled/definition27.js +1 -1
- package/unbundled/definition28.cjs +23 -23
- package/unbundled/definition28.js +23 -23
- package/unbundled/definition29.cjs +1 -1
- package/unbundled/definition29.js +1 -1
- package/unbundled/definition3.cjs +2 -2
- package/unbundled/definition3.js +2 -2
- package/unbundled/definition30.cjs +7 -7
- package/unbundled/definition30.js +7 -7
- package/unbundled/definition32.cjs +1 -1
- package/unbundled/definition32.js +1 -1
- package/unbundled/definition34.cjs +9 -8
- package/unbundled/definition34.js +9 -8
- package/unbundled/definition35.cjs +1 -1
- package/unbundled/definition35.js +1 -1
- package/unbundled/definition39.cjs +2 -2
- package/unbundled/definition39.js +2 -2
- package/unbundled/definition40.cjs +1 -1
- package/unbundled/definition40.js +1 -1
- package/unbundled/definition44.cjs +1 -1
- package/unbundled/definition44.js +1 -1
- package/unbundled/definition48.cjs +1 -1
- package/unbundled/definition48.js +1 -1
- package/unbundled/definition49.cjs +1 -1
- package/unbundled/definition49.js +1 -1
- package/unbundled/definition5.cjs +1 -1
- package/unbundled/definition5.js +1 -1
- package/unbundled/definition53.cjs +10 -3
- package/unbundled/definition53.js +10 -3
- package/unbundled/definition55.cjs +1 -1
- package/unbundled/definition55.js +1 -1
- package/unbundled/definition56.cjs +1 -1
- package/unbundled/definition56.js +1 -1
- package/unbundled/definition57.cjs +4 -5
- package/unbundled/definition57.js +4 -5
- package/unbundled/definition58.cjs +20 -19
- package/unbundled/definition58.js +20 -19
- package/unbundled/definition59.cjs +1 -1
- package/unbundled/definition59.js +1 -1
- package/unbundled/definition60.cjs +47 -9
- package/unbundled/definition60.js +47 -9
- package/unbundled/definition61.cjs +12 -6
- package/unbundled/definition61.js +12 -6
- package/unbundled/definition64.cjs +4 -1
- package/unbundled/definition64.js +4 -1
- package/unbundled/definition65.cjs +2 -1
- package/unbundled/definition65.js +2 -1
- package/unbundled/definition69.cjs +3 -2
- package/unbundled/definition69.js +3 -2
- package/unbundled/definition7.cjs +1 -1
- package/unbundled/definition7.js +1 -1
- package/unbundled/definition71.cjs +1 -1
- package/unbundled/definition71.js +1 -1
- package/unbundled/definition72.cjs +5 -5
- package/unbundled/definition72.js +5 -5
- package/unbundled/definition73.cjs +2 -2
- package/unbundled/definition73.js +2 -2
- package/unbundled/definition75.cjs +1 -1
- package/unbundled/definition75.js +1 -1
- package/unbundled/definition78.cjs +1 -1
- package/unbundled/definition78.js +1 -1
- package/unbundled/definition79.cjs +0 -2
- package/unbundled/definition79.js +0 -2
- package/unbundled/definition80.cjs +1 -1
- package/unbundled/definition80.js +1 -1
- package/unbundled/definition9.cjs +1 -1
- package/unbundled/definition9.js +1 -1
- package/unbundled/form-associated.cjs +2 -2
- package/unbundled/form-associated.js +2 -2
- package/unbundled/listbox.cjs +7 -7
- package/unbundled/listbox.js +7 -7
- package/unbundled/numberConverter.cjs +1 -1
- package/unbundled/numberConverter.js +1 -1
- package/unbundled/slider.template.cjs +1 -1
- package/unbundled/slider.template.js +1 -1
- package/unbundled/slottable-request.cjs +5 -5
- package/unbundled/slottable-request.js +5 -5
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/unbundled/with-contextual-help.cjs +4 -1
- package/unbundled/with-contextual-help.js +4 -1
- package/video-player/index.cjs +1 -1
- package/video-player/index.js +1 -1
- package/vivid.api.json +60 -18
package/lib/radio/radio.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export type RadioOptions = VividComponentDefinition & {
|
|
|
11
11
|
declare const Radio_base: {
|
|
12
12
|
new (...args: any[]): {
|
|
13
13
|
errorText?: string;
|
|
14
|
-
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
14
|
+
errorTextChanged(_: string | undefined, newErrorText: string | undefined): void;
|
|
15
15
|
"__#private@#blockValidateCalls": boolean;
|
|
16
16
|
"__#private@#originalValidateFn": () => void;
|
|
17
17
|
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
@@ -34,17 +34,17 @@ declare const Radio_base: {
|
|
|
34
34
|
dirtyValue: boolean;
|
|
35
35
|
proxySlot?: HTMLSlotElement;
|
|
36
36
|
value: string;
|
|
37
|
-
valueChanged(_previous: string, _next: string): void;
|
|
37
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
38
38
|
get currentValue(): string;
|
|
39
39
|
set currentValue(value: string);
|
|
40
40
|
initialValue: string;
|
|
41
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
41
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
42
42
|
disabled: boolean;
|
|
43
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
43
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
44
44
|
name: string;
|
|
45
|
-
nameChanged(_previous: string, _next: string): void;
|
|
45
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
46
46
|
required: boolean;
|
|
47
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
47
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
48
48
|
get elementInternals(): ElementInternals | null;
|
|
49
49
|
proxyEventsToBlock: string[];
|
|
50
50
|
checkValidity(): boolean;
|
|
@@ -497,17 +497,17 @@ declare const Radio_base: {
|
|
|
497
497
|
dirtyValue: boolean;
|
|
498
498
|
proxySlot?: HTMLSlotElement;
|
|
499
499
|
value: string;
|
|
500
|
-
valueChanged(_previous: string, _next: string): void;
|
|
500
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
501
501
|
get currentValue(): string;
|
|
502
502
|
set currentValue(value: string);
|
|
503
503
|
initialValue: string;
|
|
504
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
504
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
505
505
|
disabled: boolean;
|
|
506
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
506
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
507
507
|
name: string;
|
|
508
|
-
nameChanged(_previous: string, _next: string): void;
|
|
508
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
509
509
|
required: boolean;
|
|
510
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
510
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
511
511
|
get elementInternals(): ElementInternals | null;
|
|
512
512
|
proxyEventsToBlock: string[];
|
|
513
513
|
checkValidity(): boolean;
|
|
@@ -963,17 +963,17 @@ declare const Radio_base: {
|
|
|
963
963
|
dirtyValue: boolean;
|
|
964
964
|
proxySlot?: HTMLSlotElement;
|
|
965
965
|
value: string;
|
|
966
|
-
valueChanged(_previous: string, _next: string): void;
|
|
966
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
967
967
|
get currentValue(): string;
|
|
968
968
|
set currentValue(value: string);
|
|
969
969
|
initialValue: string;
|
|
970
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
970
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
971
971
|
disabled: boolean;
|
|
972
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
972
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
973
973
|
name: string;
|
|
974
|
-
nameChanged(_previous: string, _next: string): void;
|
|
974
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
975
975
|
required: boolean;
|
|
976
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
976
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
977
977
|
get elementInternals(): ElementInternals | null;
|
|
978
978
|
proxyEventsToBlock: string[];
|
|
979
979
|
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
@@ -448,17 +448,17 @@ declare const RangeSlider_base: {
|
|
|
448
448
|
dirtyValue: boolean;
|
|
449
449
|
proxySlot?: HTMLSlotElement;
|
|
450
450
|
value: string;
|
|
451
|
-
valueChanged(_previous: string, _next: string): void;
|
|
451
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
452
452
|
get currentValue(): string;
|
|
453
453
|
set currentValue(value: string);
|
|
454
454
|
initialValue: string;
|
|
455
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
455
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
456
456
|
disabled: boolean;
|
|
457
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
457
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
458
458
|
name: string;
|
|
459
|
-
nameChanged(_previous: string, _next: string): void;
|
|
459
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
460
460
|
required: boolean;
|
|
461
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
461
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
462
462
|
get elementInternals(): ElementInternals | null;
|
|
463
463
|
proxyEventsToBlock: string[];
|
|
464
464
|
checkValidity(): boolean;
|
|
@@ -902,17 +902,17 @@ declare const RangeSlider_base: {
|
|
|
902
902
|
dirtyValue: boolean;
|
|
903
903
|
proxySlot?: HTMLSlotElement;
|
|
904
904
|
value: string;
|
|
905
|
-
valueChanged(_previous: string, _next: string): void;
|
|
905
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
906
906
|
get currentValue(): string;
|
|
907
907
|
set currentValue(value: string);
|
|
908
908
|
initialValue: string;
|
|
909
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
909
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
910
910
|
disabled: boolean;
|
|
911
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
911
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
912
912
|
name: string;
|
|
913
|
-
nameChanged(_previous: string, _next: string): void;
|
|
913
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
914
914
|
required: boolean;
|
|
915
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
915
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
916
916
|
get elementInternals(): ElementInternals | null;
|
|
917
917
|
proxyEventsToBlock: string[];
|
|
918
918
|
connectedCallback(): void;
|
|
@@ -2,7 +2,7 @@ import { VividElement } from '../../shared/foundation/vivid-element/vivid-elemen
|
|
|
2
2
|
export declare class Popover extends VividElement {
|
|
3
3
|
#private;
|
|
4
4
|
static setBlockPopover(onElement: HTMLElement, block: boolean): void;
|
|
5
|
-
kind: 'default' | 'autocomplete';
|
|
5
|
+
kind: 'default' | 'autocomplete' | 'imageOptions';
|
|
6
6
|
offset?: number;
|
|
7
7
|
anchorBlocksPopover: boolean;
|
|
8
8
|
onAnchorBlockPopoverChanged: () => void;
|
|
@@ -28,3 +28,4 @@ export { RteHtmlSerializer } from './html-serializer';
|
|
|
28
28
|
export type { RteInstance } from './instance';
|
|
29
29
|
export type { RteDocument, RteFragment, RteNode, RteMark } from './document';
|
|
30
30
|
export type { RteView, RteViewOptions } from './view';
|
|
31
|
+
export type { RteScrollValue } from './features/internal/core';
|
|
@@ -33,14 +33,14 @@ export declare abstract class RteFeatureImpl {
|
|
|
33
33
|
featureId?: string;
|
|
34
34
|
protected contribution<T>(value: T, order?: number): Contribution<T>;
|
|
35
35
|
getStyles(): StyleContribution[];
|
|
36
|
-
getSchema(
|
|
36
|
+
getSchema(_textblockAttrs: TextblockAttrs, _textblockMarks: TextblockMarks): SchemaContribution[];
|
|
37
37
|
getTextblockAttrs(): TextblockAttrContribution[];
|
|
38
38
|
getTextblockMarks(): TextblockMarkContribution[];
|
|
39
|
-
getPlugins(
|
|
40
|
-
getToolbarItems(
|
|
41
|
-
getInputRules(
|
|
39
|
+
getPlugins(_rte: RteInstanceImpl): PluginContribution[];
|
|
40
|
+
getToolbarItems(_rte: RteInstanceImpl): ToolbarItemContribution[];
|
|
41
|
+
getInputRules(_rte: RteInstanceImpl): InputRuleContribution[];
|
|
42
42
|
getFeatures(): RteFeatureImpl[];
|
|
43
|
-
getPublicInterface(
|
|
43
|
+
getPublicInterface(_rte: RteInstanceImpl): any;
|
|
44
44
|
}
|
|
45
45
|
export declare const getFeatureImpl: (facade: RteFeature) => RteFeatureImpl;
|
|
46
46
|
export declare const featureFacade: <T extends RteFeatureImpl, C extends Constructor<T>>(FeatureImpl: C) => {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Plugin } from 'prosemirror-state';
|
|
2
2
|
import { RteFeatureImpl } from '../feature';
|
|
3
|
-
import { RteInstanceImpl } from '../instance';
|
|
4
3
|
export interface RteDropHandlerConfig {
|
|
5
4
|
onViewportDragOver?: (event: DragEvent) => boolean;
|
|
6
5
|
onViewportDrop?: (event: DragEvent) => void;
|
|
@@ -10,7 +9,7 @@ export declare class RteDropHandlerFeatureImpl extends RteFeatureImpl {
|
|
|
10
9
|
readonly config: RteDropHandlerConfig;
|
|
11
10
|
name: string;
|
|
12
11
|
constructor(config: RteDropHandlerConfig);
|
|
13
|
-
getPlugins(
|
|
12
|
+
getPlugins(): {
|
|
14
13
|
priority: number;
|
|
15
14
|
featureName: string;
|
|
16
15
|
value: Plugin<any>;
|
|
@@ -9,9 +9,17 @@ export interface HostState {
|
|
|
9
9
|
locale: Locale;
|
|
10
10
|
}
|
|
11
11
|
export declare const hostBridgePlugin: Plugin<HostState | null>;
|
|
12
|
+
export type RteScrollValue = number | {
|
|
13
|
+
top: number;
|
|
14
|
+
right: number;
|
|
15
|
+
bottom: number;
|
|
16
|
+
left: number;
|
|
17
|
+
};
|
|
12
18
|
export declare class RteCoreImpl extends RteFeatureImpl {
|
|
13
19
|
name: string;
|
|
14
20
|
disabled: FeatureState<boolean>;
|
|
21
|
+
scrollThreshold: RteScrollValue | undefined;
|
|
22
|
+
scrollMargin: RteScrollValue | undefined;
|
|
15
23
|
getStyles(): {
|
|
16
24
|
priority: number;
|
|
17
25
|
featureName: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PluginContribution, RteFeatureImpl } from '../feature';
|
|
2
|
-
import {
|
|
2
|
+
import { RteInstance, RteInstanceImpl } from '../instance';
|
|
3
3
|
export type KeyboardShortcutHandler = (rteInstance: RteInstance) => boolean;
|
|
4
4
|
export interface RteKeyboardShortcutsFeatureOptions {
|
|
5
5
|
shortcuts: Record<string, KeyboardShortcutHandler>;
|
|
@@ -3,9 +3,12 @@ import { RteBase } from './features/base';
|
|
|
3
3
|
import { RteFeature } from './feature';
|
|
4
4
|
import { RteToolbarFeature } from './features/toolbar';
|
|
5
5
|
import { RteCharacterCountFeature } from './features/character-count';
|
|
6
|
+
import { RteScrollValue } from './features/internal/core';
|
|
6
7
|
export declare function getPublicInterface(facade: Constructor<RteFeature>): unknown;
|
|
7
8
|
export interface RteBasePublicInterface {
|
|
8
9
|
disabled: boolean;
|
|
10
|
+
scrollThreshold: RteScrollValue | undefined;
|
|
11
|
+
scrollMargin: RteScrollValue | undefined;
|
|
9
12
|
}
|
|
10
13
|
export declare function getPublicInterface(facade: typeof RteBase): RteBasePublicInterface;
|
|
11
14
|
export interface RteToolbarPublicInterface {
|
|
@@ -60,7 +60,7 @@ export declare const createButton: (ctx: UiCtx, props: {
|
|
|
60
60
|
active?: Prop<boolean>;
|
|
61
61
|
disabled?: Prop<boolean>;
|
|
62
62
|
connotation?: Prop<"alert">;
|
|
63
|
-
onClick?: () =>
|
|
63
|
+
onClick?: (() => boolean) | (() => void);
|
|
64
64
|
}) => HTMLDivElement;
|
|
65
65
|
export declare const createMenu: (ctx: UiCtx, props: {
|
|
66
66
|
label: Prop<string>;
|
|
@@ -28,17 +28,17 @@ declare const SearchableSelect_base: {
|
|
|
28
28
|
dirtyValue: boolean;
|
|
29
29
|
proxySlot?: HTMLSlotElement;
|
|
30
30
|
value: string;
|
|
31
|
-
valueChanged(_previous: string, _next: string): void;
|
|
31
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
32
32
|
get currentValue(): string;
|
|
33
33
|
set currentValue(value: string);
|
|
34
34
|
initialValue: string;
|
|
35
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
35
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
36
36
|
disabled: boolean;
|
|
37
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
37
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
38
38
|
name: string;
|
|
39
|
-
nameChanged(_previous: string, _next: string): void;
|
|
39
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
40
40
|
required: boolean;
|
|
41
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
41
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
42
42
|
get elementInternals(): ElementInternals | null;
|
|
43
43
|
proxyEventsToBlock: string[];
|
|
44
44
|
checkValidity(): boolean;
|
|
@@ -907,7 +907,7 @@ declare const SearchableSelect_base: {
|
|
|
907
907
|
} & {
|
|
908
908
|
new (...args: any[]): {
|
|
909
909
|
errorText?: string;
|
|
910
|
-
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
910
|
+
errorTextChanged(_: string | undefined, newErrorText: string | undefined): void;
|
|
911
911
|
"__#private@#blockValidateCalls": boolean;
|
|
912
912
|
"__#private@#originalValidateFn": () => void;
|
|
913
913
|
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
@@ -930,17 +930,17 @@ declare const SearchableSelect_base: {
|
|
|
930
930
|
dirtyValue: boolean;
|
|
931
931
|
proxySlot?: HTMLSlotElement;
|
|
932
932
|
value: string;
|
|
933
|
-
valueChanged(_previous: string, _next: string): void;
|
|
933
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
934
934
|
get currentValue(): string;
|
|
935
935
|
set currentValue(value: string);
|
|
936
936
|
initialValue: string;
|
|
937
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
937
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
938
938
|
disabled: boolean;
|
|
939
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
939
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
940
940
|
name: string;
|
|
941
|
-
nameChanged(_previous: string, _next: string): void;
|
|
941
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
942
942
|
required: boolean;
|
|
943
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
943
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
944
944
|
get elementInternals(): ElementInternals | null;
|
|
945
945
|
proxyEventsToBlock: string[];
|
|
946
946
|
checkValidity(): boolean;
|
|
@@ -1818,17 +1818,17 @@ declare const SearchableSelect_base: {
|
|
|
1818
1818
|
dirtyValue: boolean;
|
|
1819
1819
|
proxySlot?: HTMLSlotElement;
|
|
1820
1820
|
value: string;
|
|
1821
|
-
valueChanged(_previous: string, _next: string): void;
|
|
1821
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
1822
1822
|
get currentValue(): string;
|
|
1823
1823
|
set currentValue(value: string);
|
|
1824
1824
|
initialValue: string;
|
|
1825
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
1825
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
1826
1826
|
disabled: boolean;
|
|
1827
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
1827
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
1828
1828
|
name: string;
|
|
1829
|
-
nameChanged(_previous: string, _next: string): void;
|
|
1829
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
1830
1830
|
required: boolean;
|
|
1831
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
1831
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
1832
1832
|
get elementInternals(): ElementInternals | null;
|
|
1833
1833
|
proxyEventsToBlock: string[];
|
|
1834
1834
|
checkValidity(): boolean;
|
|
@@ -3548,17 +3548,17 @@ declare const SearchableSelect_base: {
|
|
|
3548
3548
|
dirtyValue: boolean;
|
|
3549
3549
|
proxySlot?: HTMLSlotElement;
|
|
3550
3550
|
value: string;
|
|
3551
|
-
valueChanged(_previous: string, _next: string): void;
|
|
3551
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
3552
3552
|
get currentValue(): string;
|
|
3553
3553
|
set currentValue(value: string);
|
|
3554
3554
|
initialValue: string;
|
|
3555
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
3555
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
3556
3556
|
disabled: boolean;
|
|
3557
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
3557
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
3558
3558
|
name: string;
|
|
3559
|
-
nameChanged(_previous: string, _next: string): void;
|
|
3559
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
3560
3560
|
required: boolean;
|
|
3561
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
3561
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
3562
3562
|
get elementInternals(): ElementInternals | null;
|
|
3563
3563
|
proxyEventsToBlock: string[];
|
|
3564
3564
|
connectedCallback(): void;
|
package/lib/select/select.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export type SelectSize = ExtractFromEnum<Size, Size.Condensed | Size.Normal>;
|
|
|
8
8
|
declare const Select_base: {
|
|
9
9
|
new (...args: any[]): {
|
|
10
10
|
_slottedHelperTextIds: string[];
|
|
11
|
-
_helperTextSlottedContentChanged(_: HTMLElement[], newContent: HTMLElement[]): void;
|
|
11
|
+
_helperTextSlottedContentChanged(_: HTMLElement[] | undefined, newContent: HTMLElement[]): void;
|
|
12
12
|
get _feedbackDescribedBy(): string;
|
|
13
13
|
_feedbackId: string;
|
|
14
14
|
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
@@ -464,17 +464,17 @@ declare const Select_base: {
|
|
|
464
464
|
dirtyValue: boolean;
|
|
465
465
|
proxySlot?: HTMLSlotElement;
|
|
466
466
|
value: string;
|
|
467
|
-
valueChanged(_previous: string, _next: string): void;
|
|
467
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
468
468
|
get currentValue(): string;
|
|
469
469
|
set currentValue(value: string);
|
|
470
470
|
initialValue: string;
|
|
471
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
471
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
472
472
|
disabled: boolean;
|
|
473
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
473
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
474
474
|
name: string;
|
|
475
|
-
nameChanged(_previous: string, _next: string): void;
|
|
475
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
476
476
|
required: boolean;
|
|
477
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
477
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
478
478
|
get elementInternals(): ElementInternals | null;
|
|
479
479
|
proxyEventsToBlock: string[];
|
|
480
480
|
checkValidity(): boolean;
|
|
@@ -910,7 +910,7 @@ declare const Select_base: {
|
|
|
910
910
|
} & {
|
|
911
911
|
new (...args: any[]): {
|
|
912
912
|
errorText?: string;
|
|
913
|
-
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
913
|
+
errorTextChanged(_: string | undefined, newErrorText: string | undefined): void;
|
|
914
914
|
"__#private@#blockValidateCalls": boolean;
|
|
915
915
|
"__#private@#originalValidateFn": () => void;
|
|
916
916
|
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
@@ -933,17 +933,17 @@ declare const Select_base: {
|
|
|
933
933
|
dirtyValue: boolean;
|
|
934
934
|
proxySlot?: HTMLSlotElement;
|
|
935
935
|
value: string;
|
|
936
|
-
valueChanged(_previous: string, _next: string): void;
|
|
936
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
937
937
|
get currentValue(): string;
|
|
938
938
|
set currentValue(value: string);
|
|
939
939
|
initialValue: string;
|
|
940
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
940
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
941
941
|
disabled: boolean;
|
|
942
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
942
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
943
943
|
name: string;
|
|
944
|
-
nameChanged(_previous: string, _next: string): void;
|
|
944
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
945
945
|
required: boolean;
|
|
946
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
946
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
947
947
|
get elementInternals(): ElementInternals | null;
|
|
948
948
|
proxyEventsToBlock: string[];
|
|
949
949
|
checkValidity(): boolean;
|
|
@@ -2246,17 +2246,17 @@ declare const Select_base: {
|
|
|
2246
2246
|
dirtyValue: boolean;
|
|
2247
2247
|
proxySlot?: HTMLSlotElement;
|
|
2248
2248
|
value: string;
|
|
2249
|
-
valueChanged(_previous: string, _next: string): void;
|
|
2249
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
2250
2250
|
get currentValue(): string;
|
|
2251
2251
|
set currentValue(value: string);
|
|
2252
2252
|
initialValue: string;
|
|
2253
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
2253
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
2254
2254
|
disabled: boolean;
|
|
2255
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
2255
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
2256
2256
|
name: string;
|
|
2257
|
-
nameChanged(_previous: string, _next: string): void;
|
|
2257
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
2258
2258
|
required: boolean;
|
|
2259
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
2259
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
2260
2260
|
get elementInternals(): ElementInternals | null;
|
|
2261
2261
|
proxyEventsToBlock: string[];
|
|
2262
2262
|
checkValidity(): boolean;
|
|
@@ -3551,17 +3551,17 @@ declare const Select_base: {
|
|
|
3551
3551
|
dirtyValue: boolean;
|
|
3552
3552
|
proxySlot?: HTMLSlotElement;
|
|
3553
3553
|
value: string;
|
|
3554
|
-
valueChanged(_previous: string, _next: string): void;
|
|
3554
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
3555
3555
|
get currentValue(): string;
|
|
3556
3556
|
set currentValue(value: string);
|
|
3557
3557
|
initialValue: string;
|
|
3558
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
3558
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
3559
3559
|
disabled: boolean;
|
|
3560
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
3560
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
3561
3561
|
name: string;
|
|
3562
|
-
nameChanged(_previous: string, _next: string): void;
|
|
3562
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
3563
3563
|
required: boolean;
|
|
3564
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
3564
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
3565
3565
|
get elementInternals(): ElementInternals | null;
|
|
3566
3566
|
proxyEventsToBlock: string[];
|
|
3567
3567
|
connectedCallback(): void;
|
|
@@ -888,17 +888,17 @@ declare const SimpleColorPicker_base: {
|
|
|
888
888
|
dirtyValue: boolean;
|
|
889
889
|
proxySlot?: HTMLSlotElement;
|
|
890
890
|
value: string;
|
|
891
|
-
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
891
|
+
valueChanged: ((_previous: string | undefined, _next: string) => void) & ((_previous: string | undefined, _next: string) => void);
|
|
892
892
|
get currentValue(): string;
|
|
893
893
|
set currentValue(value: string);
|
|
894
894
|
initialValue: string;
|
|
895
|
-
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
895
|
+
initialValueChanged: ((_previous: string | undefined, _next: string) => void) & ((_previous: string | undefined, _next: string) => void);
|
|
896
896
|
disabled: boolean;
|
|
897
|
-
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
897
|
+
disabledChanged: ((_previous: boolean | undefined, _next: boolean) => void) & ((_previous: boolean | undefined, _next: boolean) => void);
|
|
898
898
|
name: string;
|
|
899
|
-
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
899
|
+
nameChanged: ((_previous: string | undefined, _next: string) => void) & ((_previous: string | undefined, _next: string) => void);
|
|
900
900
|
required: boolean;
|
|
901
|
-
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
901
|
+
requiredChanged: ((_previous: boolean | undefined, _next: boolean) => void) & ((_previous: boolean | undefined, _next: boolean) => void);
|
|
902
902
|
get elementInternals(): ElementInternals | null;
|
|
903
903
|
proxyEventsToBlock: string[];
|
|
904
904
|
checkValidity: (() => boolean) & (() => boolean);
|
package/lib/slider/slider.d.ts
CHANGED
|
@@ -866,17 +866,17 @@ declare const Slider_base: {
|
|
|
866
866
|
dirtyValue: boolean;
|
|
867
867
|
proxySlot?: HTMLSlotElement;
|
|
868
868
|
value: string;
|
|
869
|
-
valueChanged(_previous: string, _next: string): void;
|
|
869
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
870
870
|
get currentValue(): string;
|
|
871
871
|
set currentValue(value: string);
|
|
872
872
|
initialValue: string;
|
|
873
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
873
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
874
874
|
disabled: boolean;
|
|
875
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
875
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
876
876
|
name: string;
|
|
877
|
-
nameChanged(_previous: string, _next: string): void;
|
|
877
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
878
878
|
required: boolean;
|
|
879
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
879
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
880
880
|
get elementInternals(): ElementInternals | null;
|
|
881
881
|
proxyEventsToBlock: string[];
|
|
882
882
|
connectedCallback(): void;
|
package/lib/switch/switch.d.ts
CHANGED
|
@@ -448,17 +448,17 @@ declare const Switch_base: {
|
|
|
448
448
|
dirtyValue: boolean;
|
|
449
449
|
proxySlot?: HTMLSlotElement;
|
|
450
450
|
value: string;
|
|
451
|
-
valueChanged(_previous: string, _next: string): void;
|
|
451
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
452
452
|
get currentValue(): string;
|
|
453
453
|
set currentValue(value: string);
|
|
454
454
|
initialValue: string;
|
|
455
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
455
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
456
456
|
disabled: boolean;
|
|
457
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
457
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
458
458
|
name: string;
|
|
459
|
-
nameChanged(_previous: string, _next: string): void;
|
|
459
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
460
460
|
required: boolean;
|
|
461
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
461
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
462
462
|
get elementInternals(): ElementInternals | null;
|
|
463
463
|
proxyEventsToBlock: string[];
|
|
464
464
|
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { VividElementDefinitionContext } from '../../shared/design-system/defineVividComponent';
|
|
2
1
|
import { TableBody } from './table-body';
|
|
3
|
-
export declare const TableBodyTemplate: (
|
|
2
|
+
export declare const TableBodyTemplate: () => import('@microsoft/fast-element').ViewTemplate<TableBody, any>;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { VividElementDefinitionContext } from '../../shared/design-system/defineVividComponent';
|
|
2
1
|
import { TableCell } from './table-cell';
|
|
3
|
-
export declare const TableCellTemplate: (
|
|
2
|
+
export declare const TableCellTemplate: () => import('@microsoft/fast-element').ViewTemplate<TableCell, any>;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { VividElementDefinitionContext } from '../../shared/design-system/defineVividComponent';
|
|
2
1
|
import { TableHead } from './table-head';
|
|
3
|
-
export declare const TableHeadTemplate: (
|
|
2
|
+
export declare const TableHeadTemplate: () => import('@microsoft/fast-element').ViewTemplate<TableHead, any>;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { VividElementDefinitionContext } from '../../shared/design-system/defineVividComponent';
|
|
2
1
|
import { TableRow } from './table-row';
|
|
3
|
-
export declare const TableRowTemplate: (
|
|
2
|
+
export declare const TableRowTemplate: () => import('@microsoft/fast-element').ViewTemplate<TableRow, any>;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { VividElementDefinitionContext } from '../../shared/design-system/defineVividComponent';
|
|
2
1
|
import { Table } from './table';
|
|
3
|
-
export declare const TableTemplate: (
|
|
2
|
+
export declare const TableTemplate: () => import('@microsoft/fast-element').ViewTemplate<Table, any>;
|