cnhis-design-vue 3.2.5-beta.4 → 3.2.5-beta.40
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/es/components/button-print/index.d.ts +6 -1
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +6 -1
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +4 -1
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +2 -0
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +1607 -4
- package/es/components/card-reader-sdk/src/cardReaderSDK.js +1 -1
- package/es/components/card-reader-sdk/src/types/index.d.ts +1 -0
- package/es/components/default-page/src/index.vue2.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/field-set/src/FieldColor.vue.d.ts +1 -1
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +1 -1
- package/es/components/form-config/index.d.ts +157 -4
- package/es/components/form-config/src/FormConfig.vue.d.ts +157 -4
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +76 -2
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +81 -2
- package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
- package/es/components/form-config/src/types/index.d.ts +5 -0
- package/es/components/form-render/index.d.ts +76 -2
- package/es/components/form-render/src/FormRender.vue.d.ts +76 -2
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +76 -2
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.js +1 -1
- package/es/components/form-render/src/components/renderer/switch.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/switch.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +1 -0
- package/es/components/form-render/src/hooks/useAnchor.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
- package/es/components/iho-table/index.d.ts +1531 -2
- package/es/components/iho-table/src/IhoTable.vue.d.ts +1532 -3
- package/es/components/iho-table/src/IhoTable.vue2.js +1 -1
- package/es/components/iho-table/src/constants/index.d.ts +1 -0
- package/es/components/iho-table/src/constants/index.js +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +3 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.js +1 -1
- package/es/components/iho-table/src/plugins/defaultConfigPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +0 -1
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rowDragPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/stickyFixedPlugin.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +2 -0
- package/es/components/iho-table/src/types/pluginType.d.ts +2 -1
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +152 -4
- package/es/components/info-header/src/InfoHeader.vue.d.ts +152 -4
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +76 -2
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +76 -2
- package/es/components/scale-view/index.d.ts +4 -4
- package/es/components/scale-view/src/components/formitem/r-address.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-input.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +4 -4
- package/es/components/scale-view/src/components/formitem/r-select.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-init.js +1 -1
- package/es/components/scale-view/src/hooks/use-component.d.ts +8 -8
- package/es/components/select-person/src/SearchOrgAndStaff.vue2.js +1 -1
- package/es/components/shortcut-setter/index.d.ts +77 -2
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +77 -2
- package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
- package/es/components/table-filter/src/types/enums.d.ts +4 -0
- package/es/components/table-filter/src/types/enums.js +1 -1
- package/es/components/table-filter/src/types/index.d.ts +1 -0
- package/es/shared/hooks/index.js +1 -1
- package/es/shared/hooks/selectHooks/index.d.ts +1 -0
- package/es/shared/hooks/selectHooks/index.js +1 -1
- package/es/shared/hooks/selectHooks/useMenuWidthAuto.d.ts +12 -0
- package/es/shared/hooks/selectHooks/useMenuWidthAuto.js +1 -0
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/index.js +1 -1
- package/package.json +2 -2
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/pagerScroll.vue.d.ts +0 -26
|
@@ -195,6 +195,10 @@ export declare const CallbackMaps: Map<string, {
|
|
|
195
195
|
type: (BooleanConstructor | NumberConstructor)[];
|
|
196
196
|
default: boolean;
|
|
197
197
|
};
|
|
198
|
+
incrementalRender: {
|
|
199
|
+
type: BooleanConstructor;
|
|
200
|
+
default: boolean;
|
|
201
|
+
};
|
|
198
202
|
}, {
|
|
199
203
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
200
204
|
fieldList: {
|
|
@@ -386,14 +390,19 @@ export declare const CallbackMaps: Map<string, {
|
|
|
386
390
|
type: (BooleanConstructor | NumberConstructor)[];
|
|
387
391
|
default: boolean;
|
|
388
392
|
};
|
|
393
|
+
incrementalRender: {
|
|
394
|
+
type: BooleanConstructor;
|
|
395
|
+
default: boolean;
|
|
396
|
+
};
|
|
389
397
|
}>> & {
|
|
390
398
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
391
399
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
392
400
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
|
393
401
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
|
394
402
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
|
403
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
395
404
|
}>>;
|
|
396
|
-
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange", ...args: any[]) => void;
|
|
405
|
+
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
|
397
406
|
cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
398
407
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
399
408
|
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -422,6 +431,7 @@ export declare const CallbackMaps: Map<string, {
|
|
|
422
431
|
anchorIdList: import("vue").Ref<{
|
|
423
432
|
name: string;
|
|
424
433
|
title: string;
|
|
434
|
+
index: number;
|
|
425
435
|
}[]>;
|
|
426
436
|
onScroll: (scrollEvent: Event) => void;
|
|
427
437
|
callLifeCycle: <T extends "onSetup" | "beforeSetValue" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T, payload?: Parameters<Required<Partial<{
|
|
@@ -620,6 +630,63 @@ export declare const CallbackMaps: Map<string, {
|
|
|
620
630
|
"x-compile-omitted"?: string[] | undefined;
|
|
621
631
|
}>>;
|
|
622
632
|
_fieldList: import("../../../../../components/form-render").FieldItem[];
|
|
633
|
+
incrementalRenderList: import("@formily/json-schema").Stringify<{
|
|
634
|
+
[key: symbol]: any;
|
|
635
|
+
[key: `x-${string}`]: any;
|
|
636
|
+
[key: `x-${number}`]: any;
|
|
637
|
+
version?: string | undefined;
|
|
638
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
639
|
+
title?: any;
|
|
640
|
+
description?: any;
|
|
641
|
+
default?: any;
|
|
642
|
+
readOnly?: boolean | undefined;
|
|
643
|
+
writeOnly?: boolean | undefined;
|
|
644
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
645
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
646
|
+
const?: any;
|
|
647
|
+
multipleOf?: number | undefined;
|
|
648
|
+
maximum?: number | undefined;
|
|
649
|
+
exclusiveMaximum?: number | undefined;
|
|
650
|
+
minimum?: number | undefined;
|
|
651
|
+
exclusiveMinimum?: number | undefined;
|
|
652
|
+
maxLength?: number | undefined;
|
|
653
|
+
minLength?: number | undefined;
|
|
654
|
+
pattern?: string | RegExp | undefined;
|
|
655
|
+
maxItems?: number | undefined;
|
|
656
|
+
minItems?: number | undefined;
|
|
657
|
+
uniqueItems?: boolean | undefined;
|
|
658
|
+
maxProperties?: number | undefined;
|
|
659
|
+
minProperties?: number | undefined;
|
|
660
|
+
required?: string | boolean | string[] | undefined;
|
|
661
|
+
format?: string | undefined;
|
|
662
|
+
$ref?: string | undefined;
|
|
663
|
+
$namespace?: string | undefined;
|
|
664
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
665
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
666
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
667
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
668
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
669
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
670
|
+
"x-value"?: any;
|
|
671
|
+
"x-index"?: number | undefined;
|
|
672
|
+
"x-pattern"?: any;
|
|
673
|
+
"x-display"?: any;
|
|
674
|
+
"x-validator"?: any;
|
|
675
|
+
"x-decorator"?: any;
|
|
676
|
+
"x-decorator-props"?: any;
|
|
677
|
+
"x-component"?: any;
|
|
678
|
+
"x-component-props"?: any;
|
|
679
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
680
|
+
"x-content"?: any;
|
|
681
|
+
"x-data"?: any;
|
|
682
|
+
"x-visible"?: boolean | undefined;
|
|
683
|
+
"x-hidden"?: boolean | undefined;
|
|
684
|
+
"x-disabled"?: boolean | undefined;
|
|
685
|
+
"x-editable"?: boolean | undefined;
|
|
686
|
+
"x-read-only"?: boolean | undefined;
|
|
687
|
+
"x-read-pretty"?: boolean | undefined;
|
|
688
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
689
|
+
}>[];
|
|
623
690
|
parsedSchema: import("vue").ComputedRef<import("@formily/json-schema").Stringify<{
|
|
624
691
|
[key: symbol]: any;
|
|
625
692
|
[key: `x-${string}`]: any;
|
|
@@ -677,6 +744,7 @@ export declare const CallbackMaps: Map<string, {
|
|
|
677
744
|
"x-read-pretty"?: boolean | undefined;
|
|
678
745
|
"x-compile-omitted"?: string[] | undefined;
|
|
679
746
|
}>>;
|
|
747
|
+
startIncrementalRender: () => void;
|
|
680
748
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
|
681
749
|
clearSpan: (uuid: string) => void;
|
|
682
750
|
exposeEvent: Omit<import("../../../../../components/form-render").FormRenderExpose, "getFieldList" | "formModel" | "reload">;
|
|
@@ -739,7 +807,7 @@ export declare const CallbackMaps: Map<string, {
|
|
|
739
807
|
readonly displayDirective: "if" | "show" | "show:lazy";
|
|
740
808
|
}>;
|
|
741
809
|
NTabs: any;
|
|
742
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange")[], "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
810
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready")[], "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
743
811
|
fieldList: {
|
|
744
812
|
type: import("vue").PropType<import("../../../../../components/form-render").FieldItem[]>;
|
|
745
813
|
};
|
|
@@ -929,12 +997,17 @@ export declare const CallbackMaps: Map<string, {
|
|
|
929
997
|
type: (BooleanConstructor | NumberConstructor)[];
|
|
930
998
|
default: boolean;
|
|
931
999
|
};
|
|
1000
|
+
incrementalRender: {
|
|
1001
|
+
type: BooleanConstructor;
|
|
1002
|
+
default: boolean;
|
|
1003
|
+
};
|
|
932
1004
|
}>> & {
|
|
933
1005
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
934
1006
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
935
1007
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
|
936
1008
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
|
937
1009
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
|
1010
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
938
1011
|
}, {
|
|
939
1012
|
anchor: boolean;
|
|
940
1013
|
maxHeight: string | number;
|
|
@@ -959,6 +1032,7 @@ export declare const CallbackMaps: Map<string, {
|
|
|
959
1032
|
linebarTextDirection: "horizontal" | "vertical";
|
|
960
1033
|
autoWidth: number | boolean;
|
|
961
1034
|
operationalFormInit: boolean;
|
|
1035
|
+
incrementalRender: boolean;
|
|
962
1036
|
}>;
|
|
963
1037
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
964
1038
|
props: {
|
|
@@ -1095,7 +1169,1532 @@ export declare const CallbackMaps: Map<string, {
|
|
|
1095
1169
|
__emits: (event: "toggleRowExpand" | "toggleTreeExpand" | "copy" | "scroll" | "formChange" | "settingClick" | "formClick" | "keyboard" | "rowDrag" | "cut" | "paste" | "keydown" | "keydownStart" | "keydownEnd" | "currentChange" | "radioChange" | "checkboxChange" | "checkboxAll" | "checkboxRangeStart" | "checkboxRangeChange" | "checkboxRangeEnd" | "cellClick" | "cellDblclick" | "cellMenu" | "cellMouseenter" | "cellMouseleave" | "headerCellClick" | "headerCellDblclick" | "headerCellMenu" | "footerCellClick" | "footerCellDblclick" | "footerCellMenu" | "sortChange" | "filterChange" | "filterVisible" | "resizableChange" | "menuClick" | "editClosed" | "editActived" | "editDisabled" | "validError" | "custom" | "openFnr" | "fnrChange" | "fnrFind" | "fnrFindAll" | "fnrReplace" | "fnrReplaceAll" | "cellAreaCopy" | "cellAreaCut" | "cellAreaPaste" | "cellAreaMerge" | "clearCellAreaMerge" | "headerCellAreaSelection" | "cellAreaSelectionStart" | "cellAreaSelectionDrag" | "cellAreaSelectionEnd" | "cellAreaExtensionStart" | "cellAreaExtensionDrag" | "cellAreaExtensionEnd" | "cellAreaArrowsStart" | "cellAreaArrowsEnd" | "activeCellChangeStart" | "activeCellChangeEnd" | "pageChange", ...args: any[]) => void;
|
|
1096
1170
|
$xeTable: import("vue").Ref<import("../../../../../components/iho-table").$VxeTable | undefined>;
|
|
1097
1171
|
loading: import("vue").Ref<boolean>;
|
|
1098
|
-
|
|
1172
|
+
finalLoading: import("vue").ComputedRef<boolean>;
|
|
1173
|
+
themCSSVars: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1174
|
+
CSSVars: import("vue").ComputedRef<{
|
|
1175
|
+
[x: `--${string}`]: string | number | undefined;
|
|
1176
|
+
accentColor?: string | undefined;
|
|
1177
|
+
alignContent?: string | undefined;
|
|
1178
|
+
alignItems?: string | undefined;
|
|
1179
|
+
alignSelf?: string | undefined;
|
|
1180
|
+
alignTracks?: string | undefined;
|
|
1181
|
+
animationComposition?: string | undefined;
|
|
1182
|
+
animationDelay?: string | undefined;
|
|
1183
|
+
animationDirection?: string | undefined;
|
|
1184
|
+
animationDuration?: string | undefined;
|
|
1185
|
+
animationFillMode?: string | undefined;
|
|
1186
|
+
animationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
1187
|
+
animationName?: string | undefined;
|
|
1188
|
+
animationPlayState?: string | undefined;
|
|
1189
|
+
animationTimeline?: string | undefined;
|
|
1190
|
+
animationTimingFunction?: string | undefined;
|
|
1191
|
+
appearance?: import("csstype").AppearanceProperty | undefined;
|
|
1192
|
+
aspectRatio?: import("csstype").AspectRatioProperty | undefined;
|
|
1193
|
+
backdropFilter?: string | undefined;
|
|
1194
|
+
backfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
|
|
1195
|
+
backgroundAttachment?: string | undefined;
|
|
1196
|
+
backgroundBlendMode?: string | undefined;
|
|
1197
|
+
backgroundClip?: string | undefined;
|
|
1198
|
+
backgroundColor?: string | undefined;
|
|
1199
|
+
backgroundImage?: string | undefined;
|
|
1200
|
+
backgroundOrigin?: string | undefined;
|
|
1201
|
+
backgroundPositionX?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
|
|
1202
|
+
backgroundPositionY?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
|
|
1203
|
+
backgroundRepeat?: string | undefined;
|
|
1204
|
+
backgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
1205
|
+
blockOverflow?: string | undefined;
|
|
1206
|
+
blockSize?: import("csstype").BlockSizeProperty<string | number> | undefined;
|
|
1207
|
+
borderBlockColor?: string | undefined;
|
|
1208
|
+
borderBlockEndColor?: string | undefined;
|
|
1209
|
+
borderBlockEndStyle?: import("csstype").BorderBlockEndStyleProperty | undefined;
|
|
1210
|
+
borderBlockEndWidth?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
|
|
1211
|
+
borderBlockStartColor?: string | undefined;
|
|
1212
|
+
borderBlockStartStyle?: import("csstype").BorderBlockStartStyleProperty | undefined;
|
|
1213
|
+
borderBlockStartWidth?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
|
|
1214
|
+
borderBlockStyle?: import("csstype").BorderBlockStyleProperty | undefined;
|
|
1215
|
+
borderBlockWidth?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
|
|
1216
|
+
borderBottomColor?: string | undefined;
|
|
1217
|
+
borderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
|
|
1218
|
+
borderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
|
|
1219
|
+
borderBottomStyle?: import("csstype").BorderBottomStyleProperty | undefined;
|
|
1220
|
+
borderBottomWidth?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
|
|
1221
|
+
borderCollapse?: import("csstype").BorderCollapseProperty | undefined;
|
|
1222
|
+
borderEndEndRadius?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
|
|
1223
|
+
borderEndStartRadius?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
|
|
1224
|
+
borderImageOutset?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
|
|
1225
|
+
borderImageRepeat?: string | undefined;
|
|
1226
|
+
borderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
|
|
1227
|
+
borderImageSource?: string | undefined;
|
|
1228
|
+
borderImageWidth?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
|
|
1229
|
+
borderInlineColor?: string | undefined;
|
|
1230
|
+
borderInlineEndColor?: string | undefined;
|
|
1231
|
+
borderInlineEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
|
|
1232
|
+
borderInlineEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
|
|
1233
|
+
borderInlineStartColor?: string | undefined;
|
|
1234
|
+
borderInlineStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
|
|
1235
|
+
borderInlineStartWidth?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
|
|
1236
|
+
borderInlineStyle?: import("csstype").BorderInlineStyleProperty | undefined;
|
|
1237
|
+
borderInlineWidth?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
|
|
1238
|
+
borderLeftColor?: string | undefined;
|
|
1239
|
+
borderLeftStyle?: import("csstype").BorderLeftStyleProperty | undefined;
|
|
1240
|
+
borderLeftWidth?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
|
|
1241
|
+
borderRightColor?: string | undefined;
|
|
1242
|
+
borderRightStyle?: import("csstype").BorderRightStyleProperty | undefined;
|
|
1243
|
+
borderRightWidth?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
|
|
1244
|
+
borderSpacing?: import("csstype").BorderSpacingProperty<string | number> | undefined;
|
|
1245
|
+
borderStartEndRadius?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
|
|
1246
|
+
borderStartStartRadius?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
|
|
1247
|
+
borderTopColor?: string | undefined;
|
|
1248
|
+
borderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
|
|
1249
|
+
borderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
|
|
1250
|
+
borderTopStyle?: import("csstype").BorderTopStyleProperty | undefined;
|
|
1251
|
+
borderTopWidth?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
|
|
1252
|
+
bottom?: import("csstype").BottomProperty<string | number> | undefined;
|
|
1253
|
+
boxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
|
|
1254
|
+
boxShadow?: string | undefined;
|
|
1255
|
+
boxSizing?: import("csstype").BoxSizingProperty | undefined;
|
|
1256
|
+
breakAfter?: import("csstype").BreakAfterProperty | undefined;
|
|
1257
|
+
breakBefore?: import("csstype").BreakBeforeProperty | undefined;
|
|
1258
|
+
breakInside?: import("csstype").BreakInsideProperty | undefined;
|
|
1259
|
+
captionSide?: import("csstype").CaptionSideProperty | undefined;
|
|
1260
|
+
caretColor?: string | undefined;
|
|
1261
|
+
clear?: import("csstype").ClearProperty | undefined;
|
|
1262
|
+
clipPath?: string | undefined;
|
|
1263
|
+
color?: string | undefined;
|
|
1264
|
+
colorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
|
|
1265
|
+
colorScheme?: string | undefined;
|
|
1266
|
+
columnCount?: import("csstype").ColumnCountProperty | undefined;
|
|
1267
|
+
columnFill?: import("csstype").ColumnFillProperty | undefined;
|
|
1268
|
+
columnGap?: import("csstype").ColumnGapProperty<string | number> | undefined;
|
|
1269
|
+
columnRuleColor?: string | undefined;
|
|
1270
|
+
columnRuleStyle?: string | undefined;
|
|
1271
|
+
columnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
|
|
1272
|
+
columnSpan?: import("csstype").ColumnSpanProperty | undefined;
|
|
1273
|
+
columnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
|
|
1274
|
+
contain?: string | undefined;
|
|
1275
|
+
content?: string | undefined;
|
|
1276
|
+
contentVisibility?: import("csstype").ContentVisibilityProperty | undefined;
|
|
1277
|
+
counterIncrement?: string | undefined;
|
|
1278
|
+
counterReset?: string | undefined;
|
|
1279
|
+
counterSet?: string | undefined;
|
|
1280
|
+
cursor?: string | undefined;
|
|
1281
|
+
direction?: import("csstype").DirectionProperty | undefined;
|
|
1282
|
+
display?: string | undefined;
|
|
1283
|
+
emptyCells?: import("csstype").EmptyCellsProperty | undefined;
|
|
1284
|
+
filter?: string | undefined;
|
|
1285
|
+
flexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
|
|
1286
|
+
flexDirection?: import("csstype").FlexDirectionProperty | undefined;
|
|
1287
|
+
flexGrow?: import("csstype").GlobalsNumber | undefined;
|
|
1288
|
+
flexShrink?: import("csstype").GlobalsNumber | undefined;
|
|
1289
|
+
flexWrap?: import("csstype").FlexWrapProperty | undefined;
|
|
1290
|
+
float?: import("csstype").FloatProperty | undefined;
|
|
1291
|
+
fontFamily?: string | undefined;
|
|
1292
|
+
fontFeatureSettings?: string | undefined;
|
|
1293
|
+
fontKerning?: import("csstype").FontKerningProperty | undefined;
|
|
1294
|
+
fontLanguageOverride?: string | undefined;
|
|
1295
|
+
fontOpticalSizing?: import("csstype").FontOpticalSizingProperty | undefined;
|
|
1296
|
+
fontSize?: import("csstype").FontSizeProperty<string | number> | undefined;
|
|
1297
|
+
fontSizeAdjust?: import("csstype").FontSizeAdjustProperty | undefined;
|
|
1298
|
+
fontSmooth?: import("csstype").FontSmoothProperty<string | number> | undefined;
|
|
1299
|
+
fontStretch?: string | undefined;
|
|
1300
|
+
fontStyle?: string | undefined;
|
|
1301
|
+
fontSynthesis?: string | undefined;
|
|
1302
|
+
fontVariant?: string | undefined;
|
|
1303
|
+
fontVariantAlternates?: string | undefined;
|
|
1304
|
+
fontVariantCaps?: import("csstype").FontVariantCapsProperty | undefined;
|
|
1305
|
+
fontVariantEastAsian?: string | undefined;
|
|
1306
|
+
fontVariantLigatures?: string | undefined;
|
|
1307
|
+
fontVariantNumeric?: string | undefined;
|
|
1308
|
+
fontVariantPosition?: import("csstype").FontVariantPositionProperty | undefined;
|
|
1309
|
+
fontVariationSettings?: string | undefined;
|
|
1310
|
+
fontWeight?: import("csstype").FontWeightProperty | undefined;
|
|
1311
|
+
forcedColorAdjust?: import("csstype").ForcedColorAdjustProperty | undefined;
|
|
1312
|
+
gridAutoColumns?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
|
|
1313
|
+
gridAutoFlow?: string | undefined;
|
|
1314
|
+
gridAutoRows?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
|
|
1315
|
+
gridColumnEnd?: import("csstype").GridColumnEndProperty | undefined;
|
|
1316
|
+
gridColumnStart?: import("csstype").GridColumnStartProperty | undefined;
|
|
1317
|
+
gridRowEnd?: import("csstype").GridRowEndProperty | undefined;
|
|
1318
|
+
gridRowStart?: import("csstype").GridRowStartProperty | undefined;
|
|
1319
|
+
gridTemplateAreas?: string | undefined;
|
|
1320
|
+
gridTemplateColumns?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
|
|
1321
|
+
gridTemplateRows?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
|
|
1322
|
+
hangingPunctuation?: string | undefined;
|
|
1323
|
+
height?: import("csstype").HeightProperty<string | number> | undefined;
|
|
1324
|
+
hyphenateCharacter?: string | undefined;
|
|
1325
|
+
hyphens?: import("csstype").HyphensProperty | undefined;
|
|
1326
|
+
imageOrientation?: string | undefined;
|
|
1327
|
+
imageRendering?: import("csstype").ImageRenderingProperty | undefined;
|
|
1328
|
+
imageResolution?: string | undefined;
|
|
1329
|
+
initialLetter?: import("csstype").InitialLetterProperty | undefined;
|
|
1330
|
+
inlineSize?: import("csstype").InlineSizeProperty<string | number> | undefined;
|
|
1331
|
+
inputSecurity?: import("csstype").InputSecurityProperty | undefined;
|
|
1332
|
+
inset?: import("csstype").InsetProperty<string | number> | undefined;
|
|
1333
|
+
insetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
|
|
1334
|
+
insetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
|
|
1335
|
+
insetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
|
|
1336
|
+
insetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
|
|
1337
|
+
insetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
|
|
1338
|
+
insetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
|
|
1339
|
+
isolation?: import("csstype").IsolationProperty | undefined;
|
|
1340
|
+
justifyContent?: string | undefined;
|
|
1341
|
+
justifyItems?: string | undefined;
|
|
1342
|
+
justifySelf?: string | undefined;
|
|
1343
|
+
justifyTracks?: string | undefined;
|
|
1344
|
+
left?: import("csstype").LeftProperty<string | number> | undefined;
|
|
1345
|
+
letterSpacing?: import("csstype").LetterSpacingProperty<string | number> | undefined;
|
|
1346
|
+
lineBreak?: import("csstype").LineBreakProperty | undefined;
|
|
1347
|
+
lineHeight?: import("csstype").LineHeightProperty<string | number> | undefined;
|
|
1348
|
+
lineHeightStep?: import("csstype").LineHeightStepProperty<string | number> | undefined;
|
|
1349
|
+
listStyleImage?: string | undefined;
|
|
1350
|
+
listStylePosition?: import("csstype").ListStylePositionProperty | undefined;
|
|
1351
|
+
listStyleType?: string | undefined;
|
|
1352
|
+
marginBlock?: import("csstype").MarginBlockProperty<string | number> | undefined;
|
|
1353
|
+
marginBlockEnd?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
|
|
1354
|
+
marginBlockStart?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
|
|
1355
|
+
marginBottom?: import("csstype").MarginBottomProperty<string | number> | undefined;
|
|
1356
|
+
marginInline?: import("csstype").MarginInlineProperty<string | number> | undefined;
|
|
1357
|
+
marginInlineEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
|
|
1358
|
+
marginInlineStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
|
|
1359
|
+
marginLeft?: import("csstype").MarginLeftProperty<string | number> | undefined;
|
|
1360
|
+
marginRight?: import("csstype").MarginRightProperty<string | number> | undefined;
|
|
1361
|
+
marginTop?: import("csstype").MarginTopProperty<string | number> | undefined;
|
|
1362
|
+
maskBorderMode?: import("csstype").MaskBorderModeProperty | undefined;
|
|
1363
|
+
maskBorderOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
|
|
1364
|
+
maskBorderRepeat?: string | undefined;
|
|
1365
|
+
maskBorderSlice?: import("csstype").MaskBorderSliceProperty | undefined;
|
|
1366
|
+
maskBorderSource?: string | undefined;
|
|
1367
|
+
maskBorderWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
|
|
1368
|
+
maskClip?: string | undefined;
|
|
1369
|
+
maskComposite?: string | undefined;
|
|
1370
|
+
maskImage?: string | undefined;
|
|
1371
|
+
maskMode?: string | undefined;
|
|
1372
|
+
maskOrigin?: string | undefined;
|
|
1373
|
+
maskPosition?: import("csstype").MaskPositionProperty<string | number> | undefined;
|
|
1374
|
+
maskRepeat?: string | undefined;
|
|
1375
|
+
maskSize?: import("csstype").MaskSizeProperty<string | number> | undefined;
|
|
1376
|
+
maskType?: import("csstype").MaskTypeProperty | undefined;
|
|
1377
|
+
mathDepth?: import("csstype").MathDepthProperty | undefined;
|
|
1378
|
+
mathShift?: import("csstype").MathShiftProperty | undefined;
|
|
1379
|
+
mathStyle?: import("csstype").MathStyleProperty | undefined;
|
|
1380
|
+
maxBlockSize?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
|
|
1381
|
+
maxHeight?: import("csstype").MaxHeightProperty<string | number> | undefined;
|
|
1382
|
+
maxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
|
|
1383
|
+
maxLines?: import("csstype").MaxLinesProperty | undefined;
|
|
1384
|
+
maxWidth?: import("csstype").MaxWidthProperty<string | number> | undefined;
|
|
1385
|
+
minBlockSize?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
|
|
1386
|
+
minHeight?: import("csstype").MinHeightProperty<string | number> | undefined;
|
|
1387
|
+
minInlineSize?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
|
|
1388
|
+
minWidth?: import("csstype").MinWidthProperty<string | number> | undefined;
|
|
1389
|
+
mixBlendMode?: import("csstype").MixBlendModeProperty | undefined;
|
|
1390
|
+
motionDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
|
|
1391
|
+
motionPath?: string | undefined;
|
|
1392
|
+
motionRotation?: string | undefined;
|
|
1393
|
+
objectFit?: import("csstype").ObjectFitProperty | undefined;
|
|
1394
|
+
objectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
|
|
1395
|
+
offsetAnchor?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
|
|
1396
|
+
offsetDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
|
|
1397
|
+
offsetPath?: string | undefined;
|
|
1398
|
+
offsetRotate?: string | undefined;
|
|
1399
|
+
offsetRotation?: string | undefined;
|
|
1400
|
+
opacity?: import("csstype").OpacityProperty | undefined;
|
|
1401
|
+
order?: import("csstype").GlobalsNumber | undefined;
|
|
1402
|
+
orphans?: import("csstype").GlobalsNumber | undefined;
|
|
1403
|
+
outlineColor?: string | undefined;
|
|
1404
|
+
outlineOffset?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
|
|
1405
|
+
outlineStyle?: string | undefined;
|
|
1406
|
+
outlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
|
|
1407
|
+
overflowAnchor?: import("csstype").OverflowAnchorProperty | undefined;
|
|
1408
|
+
overflowBlock?: import("csstype").OverflowBlockProperty | undefined;
|
|
1409
|
+
overflowClipBox?: import("csstype").OverflowClipBoxProperty | undefined;
|
|
1410
|
+
overflowClipMargin?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
|
|
1411
|
+
overflowInline?: import("csstype").OverflowInlineProperty | undefined;
|
|
1412
|
+
overflowWrap?: import("csstype").OverflowWrapProperty | undefined;
|
|
1413
|
+
overflowX?: import("csstype").OverflowXProperty | undefined;
|
|
1414
|
+
overflowY?: import("csstype").OverflowYProperty | undefined;
|
|
1415
|
+
overscrollBehaviorBlock?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
|
|
1416
|
+
overscrollBehaviorInline?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
|
|
1417
|
+
overscrollBehaviorX?: import("csstype").OverscrollBehaviorXProperty | undefined;
|
|
1418
|
+
overscrollBehaviorY?: import("csstype").OverscrollBehaviorYProperty | undefined;
|
|
1419
|
+
paddingBlock?: import("csstype").PaddingBlockProperty<string | number> | undefined;
|
|
1420
|
+
paddingBlockEnd?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
|
|
1421
|
+
paddingBlockStart?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
|
|
1422
|
+
paddingBottom?: import("csstype").PaddingBottomProperty<string | number> | undefined;
|
|
1423
|
+
paddingInline?: import("csstype").PaddingInlineProperty<string | number> | undefined;
|
|
1424
|
+
paddingInlineEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
|
|
1425
|
+
paddingInlineStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
|
|
1426
|
+
paddingLeft?: import("csstype").PaddingLeftProperty<string | number> | undefined;
|
|
1427
|
+
paddingRight?: import("csstype").PaddingRightProperty<string | number> | undefined;
|
|
1428
|
+
paddingTop?: import("csstype").PaddingTopProperty<string | number> | undefined;
|
|
1429
|
+
pageBreakAfter?: import("csstype").PageBreakAfterProperty | undefined;
|
|
1430
|
+
pageBreakBefore?: import("csstype").PageBreakBeforeProperty | undefined;
|
|
1431
|
+
pageBreakInside?: import("csstype").PageBreakInsideProperty | undefined;
|
|
1432
|
+
paintOrder?: string | undefined;
|
|
1433
|
+
perspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
|
|
1434
|
+
perspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
|
|
1435
|
+
placeContent?: string | undefined;
|
|
1436
|
+
pointerEvents?: import("csstype").PointerEventsProperty | undefined;
|
|
1437
|
+
position?: import("csstype").PositionProperty | undefined;
|
|
1438
|
+
printColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
|
|
1439
|
+
quotes?: string | undefined;
|
|
1440
|
+
resize?: import("csstype").ResizeProperty | undefined;
|
|
1441
|
+
right?: import("csstype").RightProperty<string | number> | undefined;
|
|
1442
|
+
rotate?: string | undefined;
|
|
1443
|
+
rowGap?: import("csstype").RowGapProperty<string | number> | undefined;
|
|
1444
|
+
rubyAlign?: import("csstype").RubyAlignProperty | undefined;
|
|
1445
|
+
rubyMerge?: import("csstype").RubyMergeProperty | undefined;
|
|
1446
|
+
rubyPosition?: string | undefined;
|
|
1447
|
+
scale?: import("csstype").ScaleProperty | undefined;
|
|
1448
|
+
scrollBehavior?: import("csstype").ScrollBehaviorProperty | undefined;
|
|
1449
|
+
scrollMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
|
|
1450
|
+
scrollMarginBlock?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
|
|
1451
|
+
scrollMarginBlockEnd?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
|
|
1452
|
+
scrollMarginBlockStart?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
|
|
1453
|
+
scrollMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
|
|
1454
|
+
scrollMarginInline?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
|
|
1455
|
+
scrollMarginInlineEnd?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
|
|
1456
|
+
scrollMarginInlineStart?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
|
|
1457
|
+
scrollMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
|
|
1458
|
+
scrollMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
|
|
1459
|
+
scrollMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
|
|
1460
|
+
scrollPadding?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
|
|
1461
|
+
scrollPaddingBlock?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
|
|
1462
|
+
scrollPaddingBlockEnd?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
|
|
1463
|
+
scrollPaddingBlockStart?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
|
|
1464
|
+
scrollPaddingBottom?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
|
|
1465
|
+
scrollPaddingInline?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
|
|
1466
|
+
scrollPaddingInlineEnd?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
|
|
1467
|
+
scrollPaddingInlineStart?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
|
|
1468
|
+
scrollPaddingLeft?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
|
|
1469
|
+
scrollPaddingRight?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
|
|
1470
|
+
scrollPaddingTop?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
|
|
1471
|
+
scrollSnapAlign?: string | undefined;
|
|
1472
|
+
scrollSnapMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
|
|
1473
|
+
scrollSnapMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
|
|
1474
|
+
scrollSnapMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
|
|
1475
|
+
scrollSnapMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
|
|
1476
|
+
scrollSnapMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
|
|
1477
|
+
scrollSnapStop?: import("csstype").ScrollSnapStopProperty | undefined;
|
|
1478
|
+
scrollSnapType?: string | undefined;
|
|
1479
|
+
scrollbarColor?: string | undefined;
|
|
1480
|
+
scrollbarGutter?: string | undefined;
|
|
1481
|
+
scrollbarWidth?: import("csstype").ScrollbarWidthProperty | undefined;
|
|
1482
|
+
shapeImageThreshold?: import("csstype").ShapeImageThresholdProperty | undefined;
|
|
1483
|
+
shapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
|
|
1484
|
+
shapeOutside?: string | undefined;
|
|
1485
|
+
tabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
|
|
1486
|
+
tableLayout?: import("csstype").TableLayoutProperty | undefined;
|
|
1487
|
+
textAlign?: import("csstype").TextAlignProperty | undefined;
|
|
1488
|
+
textAlignLast?: import("csstype").TextAlignLastProperty | undefined;
|
|
1489
|
+
textCombineUpright?: string | undefined;
|
|
1490
|
+
textDecorationColor?: string | undefined;
|
|
1491
|
+
textDecorationLine?: string | undefined;
|
|
1492
|
+
textDecorationSkip?: string | undefined;
|
|
1493
|
+
textDecorationSkipInk?: import("csstype").TextDecorationSkipInkProperty | undefined;
|
|
1494
|
+
textDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
|
|
1495
|
+
textDecorationThickness?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
|
|
1496
|
+
textEmphasisColor?: string | undefined;
|
|
1497
|
+
textEmphasisPosition?: string | undefined;
|
|
1498
|
+
textEmphasisStyle?: string | undefined;
|
|
1499
|
+
textIndent?: import("csstype").TextIndentProperty<string | number> | undefined;
|
|
1500
|
+
textJustify?: import("csstype").TextJustifyProperty | undefined;
|
|
1501
|
+
textOrientation?: import("csstype").TextOrientationProperty | undefined;
|
|
1502
|
+
textOverflow?: string | undefined;
|
|
1503
|
+
textRendering?: import("csstype").TextRenderingProperty | undefined;
|
|
1504
|
+
textShadow?: string | undefined;
|
|
1505
|
+
textSizeAdjust?: string | undefined;
|
|
1506
|
+
textTransform?: import("csstype").TextTransformProperty | undefined;
|
|
1507
|
+
textUnderlineOffset?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
|
|
1508
|
+
textUnderlinePosition?: string | undefined;
|
|
1509
|
+
top?: import("csstype").TopProperty<string | number> | undefined;
|
|
1510
|
+
touchAction?: string | undefined;
|
|
1511
|
+
transform?: string | undefined;
|
|
1512
|
+
transformBox?: import("csstype").TransformBoxProperty | undefined;
|
|
1513
|
+
transformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
1514
|
+
transformStyle?: import("csstype").TransformStyleProperty | undefined;
|
|
1515
|
+
transitionDelay?: string | undefined;
|
|
1516
|
+
transitionDuration?: string | undefined;
|
|
1517
|
+
transitionProperty?: string | undefined;
|
|
1518
|
+
transitionTimingFunction?: string | undefined;
|
|
1519
|
+
translate?: import("csstype").TranslateProperty<string | number> | undefined;
|
|
1520
|
+
unicodeBidi?: import("csstype").UnicodeBidiProperty | undefined;
|
|
1521
|
+
userSelect?: import("csstype").UserSelectProperty | undefined;
|
|
1522
|
+
verticalAlign?: import("csstype").VerticalAlignProperty<string | number> | undefined;
|
|
1523
|
+
visibility?: import("csstype").VisibilityProperty | undefined;
|
|
1524
|
+
whiteSpace?: import("csstype").WhiteSpaceProperty | undefined;
|
|
1525
|
+
widows?: import("csstype").GlobalsNumber | undefined;
|
|
1526
|
+
width?: import("csstype").WidthProperty<string | number> | undefined;
|
|
1527
|
+
willChange?: string | undefined;
|
|
1528
|
+
wordBreak?: import("csstype").WordBreakProperty | undefined;
|
|
1529
|
+
wordSpacing?: import("csstype").WordSpacingProperty<string | number> | undefined;
|
|
1530
|
+
wordWrap?: import("csstype").WordWrapProperty | undefined;
|
|
1531
|
+
writingMode?: import("csstype").WritingModeProperty | undefined;
|
|
1532
|
+
zIndex?: import("csstype").ZIndexProperty | undefined;
|
|
1533
|
+
zoom?: import("csstype").ZoomProperty | undefined;
|
|
1534
|
+
all?: import("csstype").Globals | undefined;
|
|
1535
|
+
animation?: import("csstype").AnimationProperty | undefined;
|
|
1536
|
+
background?: import("csstype").BackgroundProperty<string | number> | undefined;
|
|
1537
|
+
backgroundPosition?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
|
|
1538
|
+
border?: import("csstype").BorderProperty<string | number> | undefined;
|
|
1539
|
+
borderBlock?: import("csstype").BorderBlockProperty<string | number> | undefined;
|
|
1540
|
+
borderBlockEnd?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
|
|
1541
|
+
borderBlockStart?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
|
|
1542
|
+
borderBottom?: import("csstype").BorderBottomProperty<string | number> | undefined;
|
|
1543
|
+
borderColor?: string | undefined;
|
|
1544
|
+
borderImage?: import("csstype").BorderImageProperty | undefined;
|
|
1545
|
+
borderInline?: import("csstype").BorderInlineProperty<string | number> | undefined;
|
|
1546
|
+
borderInlineEnd?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
|
|
1547
|
+
borderInlineStart?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
|
|
1548
|
+
borderLeft?: import("csstype").BorderLeftProperty<string | number> | undefined;
|
|
1549
|
+
borderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
|
|
1550
|
+
borderRight?: import("csstype").BorderRightProperty<string | number> | undefined;
|
|
1551
|
+
borderStyle?: string | undefined;
|
|
1552
|
+
borderTop?: import("csstype").BorderTopProperty<string | number> | undefined;
|
|
1553
|
+
borderWidth?: import("csstype").BorderWidthProperty<string | number> | undefined;
|
|
1554
|
+
columnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
|
|
1555
|
+
columns?: import("csstype").ColumnsProperty<string | number> | undefined;
|
|
1556
|
+
flex?: import("csstype").FlexProperty<string | number> | undefined;
|
|
1557
|
+
flexFlow?: string | undefined;
|
|
1558
|
+
font?: string | undefined;
|
|
1559
|
+
gap?: import("csstype").GapProperty<string | number> | undefined;
|
|
1560
|
+
grid?: string | undefined;
|
|
1561
|
+
gridArea?: import("csstype").GridAreaProperty | undefined;
|
|
1562
|
+
gridColumn?: import("csstype").GridColumnProperty | undefined;
|
|
1563
|
+
gridRow?: import("csstype").GridRowProperty | undefined;
|
|
1564
|
+
gridTemplate?: string | undefined;
|
|
1565
|
+
lineClamp?: import("csstype").LineClampProperty | undefined;
|
|
1566
|
+
listStyle?: string | undefined;
|
|
1567
|
+
margin?: import("csstype").MarginProperty<string | number> | undefined;
|
|
1568
|
+
mask?: import("csstype").MaskProperty<string | number> | undefined;
|
|
1569
|
+
maskBorder?: import("csstype").MaskBorderProperty | undefined;
|
|
1570
|
+
motion?: import("csstype").OffsetProperty<string | number> | undefined;
|
|
1571
|
+
offset?: import("csstype").OffsetProperty<string | number> | undefined;
|
|
1572
|
+
outline?: import("csstype").OutlineProperty<string | number> | undefined;
|
|
1573
|
+
overflow?: string | undefined;
|
|
1574
|
+
overscrollBehavior?: string | undefined;
|
|
1575
|
+
padding?: import("csstype").PaddingProperty<string | number> | undefined;
|
|
1576
|
+
placeItems?: string | undefined;
|
|
1577
|
+
placeSelf?: string | undefined;
|
|
1578
|
+
textDecoration?: import("csstype").TextDecorationProperty<string | number> | undefined;
|
|
1579
|
+
textEmphasis?: string | undefined;
|
|
1580
|
+
transition?: string | undefined;
|
|
1581
|
+
MozAnimationDelay?: string | undefined;
|
|
1582
|
+
MozAnimationDirection?: string | undefined;
|
|
1583
|
+
MozAnimationDuration?: string | undefined;
|
|
1584
|
+
MozAnimationFillMode?: string | undefined;
|
|
1585
|
+
MozAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
1586
|
+
MozAnimationName?: string | undefined;
|
|
1587
|
+
MozAnimationPlayState?: string | undefined;
|
|
1588
|
+
MozAnimationTimingFunction?: string | undefined;
|
|
1589
|
+
MozAppearance?: import("csstype").MozAppearanceProperty | undefined;
|
|
1590
|
+
MozBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
|
|
1591
|
+
MozBorderBottomColors?: string | undefined;
|
|
1592
|
+
MozBorderEndColor?: string | undefined;
|
|
1593
|
+
MozBorderEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
|
|
1594
|
+
MozBorderEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
|
|
1595
|
+
MozBorderLeftColors?: string | undefined;
|
|
1596
|
+
MozBorderRightColors?: string | undefined;
|
|
1597
|
+
MozBorderStartColor?: string | undefined;
|
|
1598
|
+
MozBorderStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
|
|
1599
|
+
MozBorderTopColors?: string | undefined;
|
|
1600
|
+
MozBoxSizing?: import("csstype").BoxSizingProperty | undefined;
|
|
1601
|
+
MozColumnCount?: import("csstype").ColumnCountProperty | undefined;
|
|
1602
|
+
MozColumnFill?: import("csstype").ColumnFillProperty | undefined;
|
|
1603
|
+
MozColumnRuleColor?: string | undefined;
|
|
1604
|
+
MozColumnRuleStyle?: string | undefined;
|
|
1605
|
+
MozColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
|
|
1606
|
+
MozColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
|
|
1607
|
+
MozContextProperties?: string | undefined;
|
|
1608
|
+
MozFontFeatureSettings?: string | undefined;
|
|
1609
|
+
MozFontLanguageOverride?: string | undefined;
|
|
1610
|
+
MozHyphens?: import("csstype").HyphensProperty | undefined;
|
|
1611
|
+
MozImageRegion?: string | undefined;
|
|
1612
|
+
MozMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
|
|
1613
|
+
MozMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
|
|
1614
|
+
MozOrient?: import("csstype").MozOrientProperty | undefined;
|
|
1615
|
+
MozOsxFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
|
|
1616
|
+
MozPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
|
|
1617
|
+
MozPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
|
|
1618
|
+
MozPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
|
|
1619
|
+
MozPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
|
|
1620
|
+
MozStackSizing?: import("csstype").MozStackSizingProperty | undefined;
|
|
1621
|
+
MozTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
|
|
1622
|
+
MozTextBlink?: import("csstype").MozTextBlinkProperty | undefined;
|
|
1623
|
+
MozTextSizeAdjust?: string | undefined;
|
|
1624
|
+
MozTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
1625
|
+
MozTransformStyle?: import("csstype").TransformStyleProperty | undefined;
|
|
1626
|
+
MozTransitionDelay?: string | undefined;
|
|
1627
|
+
MozTransitionDuration?: string | undefined;
|
|
1628
|
+
MozTransitionProperty?: string | undefined;
|
|
1629
|
+
MozTransitionTimingFunction?: string | undefined;
|
|
1630
|
+
MozUserFocus?: import("csstype").MozUserFocusProperty | undefined;
|
|
1631
|
+
MozUserModify?: import("csstype").MozUserModifyProperty | undefined;
|
|
1632
|
+
MozUserSelect?: import("csstype").UserSelectProperty | undefined;
|
|
1633
|
+
MozWindowDragging?: import("csstype").MozWindowDraggingProperty | undefined;
|
|
1634
|
+
MozWindowShadow?: import("csstype").MozWindowShadowProperty | undefined;
|
|
1635
|
+
msAccelerator?: import("csstype").MsAcceleratorProperty | undefined;
|
|
1636
|
+
msBlockProgression?: import("csstype").MsBlockProgressionProperty | undefined;
|
|
1637
|
+
msContentZoomChaining?: import("csstype").MsContentZoomChainingProperty | undefined;
|
|
1638
|
+
msContentZoomLimitMax?: string | undefined;
|
|
1639
|
+
msContentZoomLimitMin?: string | undefined;
|
|
1640
|
+
msContentZoomSnapPoints?: string | undefined;
|
|
1641
|
+
msContentZoomSnapType?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
|
|
1642
|
+
msContentZooming?: import("csstype").MsContentZoomingProperty | undefined;
|
|
1643
|
+
msFilter?: string | undefined;
|
|
1644
|
+
msFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
|
|
1645
|
+
msFlexPositive?: import("csstype").GlobalsNumber | undefined;
|
|
1646
|
+
msFlowFrom?: string | undefined;
|
|
1647
|
+
msFlowInto?: string | undefined;
|
|
1648
|
+
msGridColumns?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
|
|
1649
|
+
msGridRows?: import("csstype").MsGridRowsProperty<string | number> | undefined;
|
|
1650
|
+
msHighContrastAdjust?: import("csstype").MsHighContrastAdjustProperty | undefined;
|
|
1651
|
+
msHyphenateLimitChars?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
|
|
1652
|
+
msHyphenateLimitLines?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
|
|
1653
|
+
msHyphenateLimitZone?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
|
|
1654
|
+
msHyphens?: import("csstype").HyphensProperty | undefined;
|
|
1655
|
+
msImeAlign?: import("csstype").MsImeAlignProperty | undefined;
|
|
1656
|
+
msLineBreak?: import("csstype").LineBreakProperty | undefined;
|
|
1657
|
+
msOrder?: import("csstype").GlobalsNumber | undefined;
|
|
1658
|
+
msOverflowStyle?: import("csstype").MsOverflowStyleProperty | undefined;
|
|
1659
|
+
msOverflowX?: import("csstype").OverflowXProperty | undefined;
|
|
1660
|
+
msOverflowY?: import("csstype").OverflowYProperty | undefined;
|
|
1661
|
+
msScrollChaining?: import("csstype").MsScrollChainingProperty | undefined;
|
|
1662
|
+
msScrollLimitXMax?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
|
|
1663
|
+
msScrollLimitXMin?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
|
|
1664
|
+
msScrollLimitYMax?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
|
|
1665
|
+
msScrollLimitYMin?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
|
|
1666
|
+
msScrollRails?: import("csstype").MsScrollRailsProperty | undefined;
|
|
1667
|
+
msScrollSnapPointsX?: string | undefined;
|
|
1668
|
+
msScrollSnapPointsY?: string | undefined;
|
|
1669
|
+
msScrollSnapType?: import("csstype").MsScrollSnapTypeProperty | undefined;
|
|
1670
|
+
msScrollTranslation?: import("csstype").MsScrollTranslationProperty | undefined;
|
|
1671
|
+
msScrollbar3dlightColor?: string | undefined;
|
|
1672
|
+
msScrollbarArrowColor?: string | undefined;
|
|
1673
|
+
msScrollbarBaseColor?: string | undefined;
|
|
1674
|
+
msScrollbarDarkshadowColor?: string | undefined;
|
|
1675
|
+
msScrollbarFaceColor?: string | undefined;
|
|
1676
|
+
msScrollbarHighlightColor?: string | undefined;
|
|
1677
|
+
msScrollbarShadowColor?: string | undefined;
|
|
1678
|
+
msScrollbarTrackColor?: string | undefined;
|
|
1679
|
+
msTextAutospace?: import("csstype").MsTextAutospaceProperty | undefined;
|
|
1680
|
+
msTextCombineHorizontal?: string | undefined;
|
|
1681
|
+
msTextOverflow?: string | undefined;
|
|
1682
|
+
msTouchAction?: string | undefined;
|
|
1683
|
+
msTouchSelect?: import("csstype").MsTouchSelectProperty | undefined;
|
|
1684
|
+
msTransform?: string | undefined;
|
|
1685
|
+
msTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
1686
|
+
msTransitionDelay?: string | undefined;
|
|
1687
|
+
msTransitionDuration?: string | undefined;
|
|
1688
|
+
msTransitionProperty?: string | undefined;
|
|
1689
|
+
msTransitionTimingFunction?: string | undefined;
|
|
1690
|
+
msUserSelect?: import("csstype").MsUserSelectProperty | undefined;
|
|
1691
|
+
msWordBreak?: import("csstype").WordBreakProperty | undefined;
|
|
1692
|
+
msWrapFlow?: import("csstype").MsWrapFlowProperty | undefined;
|
|
1693
|
+
msWrapMargin?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
|
|
1694
|
+
msWrapThrough?: import("csstype").MsWrapThroughProperty | undefined;
|
|
1695
|
+
msWritingMode?: import("csstype").WritingModeProperty | undefined;
|
|
1696
|
+
WebkitAlignContent?: string | undefined;
|
|
1697
|
+
WebkitAlignItems?: string | undefined;
|
|
1698
|
+
WebkitAlignSelf?: string | undefined;
|
|
1699
|
+
WebkitAnimationDelay?: string | undefined;
|
|
1700
|
+
WebkitAnimationDirection?: string | undefined;
|
|
1701
|
+
WebkitAnimationDuration?: string | undefined;
|
|
1702
|
+
WebkitAnimationFillMode?: string | undefined;
|
|
1703
|
+
WebkitAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
1704
|
+
WebkitAnimationName?: string | undefined;
|
|
1705
|
+
WebkitAnimationPlayState?: string | undefined;
|
|
1706
|
+
WebkitAnimationTimingFunction?: string | undefined;
|
|
1707
|
+
WebkitAppearance?: import("csstype").WebkitAppearanceProperty | undefined;
|
|
1708
|
+
WebkitBackdropFilter?: string | undefined;
|
|
1709
|
+
WebkitBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
|
|
1710
|
+
WebkitBackgroundClip?: string | undefined;
|
|
1711
|
+
WebkitBackgroundOrigin?: string | undefined;
|
|
1712
|
+
WebkitBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
1713
|
+
WebkitBorderBeforeColor?: string | undefined;
|
|
1714
|
+
WebkitBorderBeforeStyle?: string | undefined;
|
|
1715
|
+
WebkitBorderBeforeWidth?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
|
|
1716
|
+
WebkitBorderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
|
|
1717
|
+
WebkitBorderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
|
|
1718
|
+
WebkitBorderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
|
|
1719
|
+
WebkitBorderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
|
|
1720
|
+
WebkitBorderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
|
|
1721
|
+
WebkitBoxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
|
|
1722
|
+
WebkitBoxReflect?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
|
|
1723
|
+
WebkitBoxShadow?: string | undefined;
|
|
1724
|
+
WebkitBoxSizing?: import("csstype").BoxSizingProperty | undefined;
|
|
1725
|
+
WebkitClipPath?: string | undefined;
|
|
1726
|
+
WebkitColumnCount?: import("csstype").ColumnCountProperty | undefined;
|
|
1727
|
+
WebkitColumnFill?: import("csstype").ColumnFillProperty | undefined;
|
|
1728
|
+
WebkitColumnRuleColor?: string | undefined;
|
|
1729
|
+
WebkitColumnRuleStyle?: string | undefined;
|
|
1730
|
+
WebkitColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
|
|
1731
|
+
WebkitColumnSpan?: import("csstype").ColumnSpanProperty | undefined;
|
|
1732
|
+
WebkitColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
|
|
1733
|
+
WebkitFilter?: string | undefined;
|
|
1734
|
+
WebkitFlexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
|
|
1735
|
+
WebkitFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
|
|
1736
|
+
WebkitFlexGrow?: import("csstype").GlobalsNumber | undefined;
|
|
1737
|
+
WebkitFlexShrink?: import("csstype").GlobalsNumber | undefined;
|
|
1738
|
+
WebkitFlexWrap?: import("csstype").FlexWrapProperty | undefined;
|
|
1739
|
+
WebkitFontFeatureSettings?: string | undefined;
|
|
1740
|
+
WebkitFontKerning?: import("csstype").FontKerningProperty | undefined;
|
|
1741
|
+
WebkitFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
|
|
1742
|
+
WebkitFontVariantLigatures?: string | undefined;
|
|
1743
|
+
WebkitHyphenateCharacter?: string | undefined;
|
|
1744
|
+
WebkitHyphens?: import("csstype").HyphensProperty | undefined;
|
|
1745
|
+
WebkitInitialLetter?: import("csstype").InitialLetterProperty | undefined;
|
|
1746
|
+
WebkitJustifyContent?: string | undefined;
|
|
1747
|
+
WebkitLineBreak?: import("csstype").LineBreakProperty | undefined;
|
|
1748
|
+
WebkitLineClamp?: import("csstype").WebkitLineClampProperty | undefined;
|
|
1749
|
+
WebkitMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
|
|
1750
|
+
WebkitMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
|
|
1751
|
+
WebkitMaskAttachment?: string | undefined;
|
|
1752
|
+
WebkitMaskBoxImageOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
|
|
1753
|
+
WebkitMaskBoxImageRepeat?: string | undefined;
|
|
1754
|
+
WebkitMaskBoxImageSlice?: import("csstype").MaskBorderSliceProperty | undefined;
|
|
1755
|
+
WebkitMaskBoxImageSource?: string | undefined;
|
|
1756
|
+
WebkitMaskBoxImageWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
|
|
1757
|
+
WebkitMaskClip?: string | undefined;
|
|
1758
|
+
WebkitMaskComposite?: string | undefined;
|
|
1759
|
+
WebkitMaskImage?: string | undefined;
|
|
1760
|
+
WebkitMaskOrigin?: string | undefined;
|
|
1761
|
+
WebkitMaskPosition?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
|
|
1762
|
+
WebkitMaskPositionX?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
|
|
1763
|
+
WebkitMaskPositionY?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
|
|
1764
|
+
WebkitMaskRepeat?: string | undefined;
|
|
1765
|
+
WebkitMaskRepeatX?: import("csstype").WebkitMaskRepeatXProperty | undefined;
|
|
1766
|
+
WebkitMaskRepeatY?: import("csstype").WebkitMaskRepeatYProperty | undefined;
|
|
1767
|
+
WebkitMaskSize?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
|
|
1768
|
+
WebkitMaxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
|
|
1769
|
+
WebkitOrder?: import("csstype").GlobalsNumber | undefined;
|
|
1770
|
+
WebkitOverflowScrolling?: import("csstype").WebkitOverflowScrollingProperty | undefined;
|
|
1771
|
+
WebkitPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
|
|
1772
|
+
WebkitPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
|
|
1773
|
+
WebkitPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
|
|
1774
|
+
WebkitPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
|
|
1775
|
+
WebkitPrintColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
|
|
1776
|
+
WebkitRubyPosition?: string | undefined;
|
|
1777
|
+
WebkitScrollSnapType?: string | undefined;
|
|
1778
|
+
WebkitShapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
|
|
1779
|
+
WebkitTapHighlightColor?: string | undefined;
|
|
1780
|
+
WebkitTextCombine?: string | undefined;
|
|
1781
|
+
WebkitTextDecorationColor?: string | undefined;
|
|
1782
|
+
WebkitTextDecorationLine?: string | undefined;
|
|
1783
|
+
WebkitTextDecorationSkip?: string | undefined;
|
|
1784
|
+
WebkitTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
|
|
1785
|
+
WebkitTextEmphasisColor?: string | undefined;
|
|
1786
|
+
WebkitTextEmphasisPosition?: string | undefined;
|
|
1787
|
+
WebkitTextEmphasisStyle?: string | undefined;
|
|
1788
|
+
WebkitTextFillColor?: string | undefined;
|
|
1789
|
+
WebkitTextOrientation?: import("csstype").TextOrientationProperty | undefined;
|
|
1790
|
+
WebkitTextSizeAdjust?: string | undefined;
|
|
1791
|
+
WebkitTextStrokeColor?: string | undefined;
|
|
1792
|
+
WebkitTextStrokeWidth?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
|
|
1793
|
+
WebkitTextUnderlinePosition?: string | undefined;
|
|
1794
|
+
WebkitTouchCallout?: import("csstype").WebkitTouchCalloutProperty | undefined;
|
|
1795
|
+
WebkitTransform?: string | undefined;
|
|
1796
|
+
WebkitTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
1797
|
+
WebkitTransformStyle?: import("csstype").TransformStyleProperty | undefined;
|
|
1798
|
+
WebkitTransitionDelay?: string | undefined;
|
|
1799
|
+
WebkitTransitionDuration?: string | undefined;
|
|
1800
|
+
WebkitTransitionProperty?: string | undefined;
|
|
1801
|
+
WebkitTransitionTimingFunction?: string | undefined;
|
|
1802
|
+
WebkitUserModify?: import("csstype").WebkitUserModifyProperty | undefined;
|
|
1803
|
+
WebkitUserSelect?: import("csstype").UserSelectProperty | undefined;
|
|
1804
|
+
WebkitWritingMode?: import("csstype").WritingModeProperty | undefined;
|
|
1805
|
+
MozAnimation?: import("csstype").AnimationProperty | undefined;
|
|
1806
|
+
MozBorderImage?: import("csstype").BorderImageProperty | undefined;
|
|
1807
|
+
MozColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
|
|
1808
|
+
MozColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
|
|
1809
|
+
MozTransition?: string | undefined;
|
|
1810
|
+
msContentZoomLimit?: string | undefined;
|
|
1811
|
+
msContentZoomSnap?: string | undefined;
|
|
1812
|
+
msFlex?: import("csstype").FlexProperty<string | number> | undefined;
|
|
1813
|
+
msScrollLimit?: string | undefined;
|
|
1814
|
+
msScrollSnapX?: string | undefined;
|
|
1815
|
+
msScrollSnapY?: string | undefined;
|
|
1816
|
+
msTransition?: string | undefined;
|
|
1817
|
+
WebkitAnimation?: import("csstype").AnimationProperty | undefined;
|
|
1818
|
+
WebkitBorderBefore?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
|
|
1819
|
+
WebkitBorderImage?: import("csstype").BorderImageProperty | undefined;
|
|
1820
|
+
WebkitBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
|
|
1821
|
+
WebkitColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
|
|
1822
|
+
WebkitColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
|
|
1823
|
+
WebkitFlex?: import("csstype").FlexProperty<string | number> | undefined;
|
|
1824
|
+
WebkitFlexFlow?: string | undefined;
|
|
1825
|
+
WebkitMask?: import("csstype").WebkitMaskProperty<string | number> | undefined;
|
|
1826
|
+
WebkitMaskBoxImage?: import("csstype").MaskBorderProperty | undefined;
|
|
1827
|
+
WebkitTextEmphasis?: string | undefined;
|
|
1828
|
+
WebkitTextStroke?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
|
|
1829
|
+
WebkitTransition?: string | undefined;
|
|
1830
|
+
azimuth?: string | undefined;
|
|
1831
|
+
boxAlign?: import("csstype").BoxAlignProperty | undefined;
|
|
1832
|
+
boxDirection?: import("csstype").BoxDirectionProperty | undefined;
|
|
1833
|
+
boxFlex?: import("csstype").GlobalsNumber | undefined;
|
|
1834
|
+
boxFlexGroup?: import("csstype").GlobalsNumber | undefined;
|
|
1835
|
+
boxLines?: import("csstype").BoxLinesProperty | undefined;
|
|
1836
|
+
boxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
|
|
1837
|
+
boxOrient?: import("csstype").BoxOrientProperty | undefined;
|
|
1838
|
+
boxPack?: import("csstype").BoxPackProperty | undefined;
|
|
1839
|
+
clip?: string | undefined;
|
|
1840
|
+
gridColumnGap?: import("csstype").GridColumnGapProperty<string | number> | undefined;
|
|
1841
|
+
gridGap?: import("csstype").GridGapProperty<string | number> | undefined;
|
|
1842
|
+
gridRowGap?: import("csstype").GridRowGapProperty<string | number> | undefined;
|
|
1843
|
+
imeMode?: import("csstype").ImeModeProperty | undefined;
|
|
1844
|
+
offsetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
|
|
1845
|
+
offsetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
|
|
1846
|
+
offsetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
|
|
1847
|
+
offsetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
|
|
1848
|
+
offsetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
|
|
1849
|
+
offsetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
|
|
1850
|
+
scrollSnapCoordinate?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
|
|
1851
|
+
scrollSnapDestination?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
|
|
1852
|
+
scrollSnapPointsX?: string | undefined;
|
|
1853
|
+
scrollSnapPointsY?: string | undefined;
|
|
1854
|
+
scrollSnapTypeX?: import("csstype").ScrollSnapTypeXProperty | undefined;
|
|
1855
|
+
scrollSnapTypeY?: import("csstype").ScrollSnapTypeYProperty | undefined;
|
|
1856
|
+
KhtmlBoxAlign?: import("csstype").BoxAlignProperty | undefined;
|
|
1857
|
+
KhtmlBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
|
|
1858
|
+
KhtmlBoxFlex?: import("csstype").GlobalsNumber | undefined;
|
|
1859
|
+
KhtmlBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
|
|
1860
|
+
KhtmlBoxLines?: import("csstype").BoxLinesProperty | undefined;
|
|
1861
|
+
KhtmlBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
|
|
1862
|
+
KhtmlBoxOrient?: import("csstype").BoxOrientProperty | undefined;
|
|
1863
|
+
KhtmlBoxPack?: import("csstype").BoxPackProperty | undefined;
|
|
1864
|
+
KhtmlLineBreak?: import("csstype").LineBreakProperty | undefined;
|
|
1865
|
+
KhtmlOpacity?: import("csstype").OpacityProperty | undefined;
|
|
1866
|
+
KhtmlUserSelect?: import("csstype").UserSelectProperty | undefined;
|
|
1867
|
+
MozBackgroundClip?: string | undefined;
|
|
1868
|
+
MozBackgroundInlinePolicy?: import("csstype").BoxDecorationBreakProperty | undefined;
|
|
1869
|
+
MozBackgroundOrigin?: string | undefined;
|
|
1870
|
+
MozBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
1871
|
+
MozBinding?: string | undefined;
|
|
1872
|
+
MozBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
|
|
1873
|
+
MozBorderRadiusBottomleft?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
|
|
1874
|
+
MozBorderRadiusBottomright?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
|
|
1875
|
+
MozBorderRadiusTopleft?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
|
|
1876
|
+
MozBorderRadiusTopright?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
|
|
1877
|
+
MozBoxAlign?: import("csstype").BoxAlignProperty | undefined;
|
|
1878
|
+
MozBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
|
|
1879
|
+
MozBoxFlex?: import("csstype").GlobalsNumber | undefined;
|
|
1880
|
+
MozBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
|
|
1881
|
+
MozBoxOrient?: import("csstype").BoxOrientProperty | undefined;
|
|
1882
|
+
MozBoxPack?: import("csstype").BoxPackProperty | undefined;
|
|
1883
|
+
MozBoxShadow?: string | undefined;
|
|
1884
|
+
MozFloatEdge?: import("csstype").MozFloatEdgeProperty | undefined;
|
|
1885
|
+
MozForceBrokenImageIcon?: import("csstype").MozForceBrokenImageIconProperty | undefined;
|
|
1886
|
+
MozOpacity?: import("csstype").OpacityProperty | undefined;
|
|
1887
|
+
MozOutline?: import("csstype").OutlineProperty<string | number> | undefined;
|
|
1888
|
+
MozOutlineColor?: string | undefined;
|
|
1889
|
+
MozOutlineRadius?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
|
|
1890
|
+
MozOutlineRadiusBottomleft?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
|
|
1891
|
+
MozOutlineRadiusBottomright?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
|
|
1892
|
+
MozOutlineRadiusTopleft?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
|
|
1893
|
+
MozOutlineRadiusTopright?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
|
|
1894
|
+
MozOutlineStyle?: string | undefined;
|
|
1895
|
+
MozOutlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
|
|
1896
|
+
MozTextAlignLast?: import("csstype").TextAlignLastProperty | undefined;
|
|
1897
|
+
MozTextDecorationColor?: string | undefined;
|
|
1898
|
+
MozTextDecorationLine?: string | undefined;
|
|
1899
|
+
MozTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
|
|
1900
|
+
MozUserInput?: import("csstype").MozUserInputProperty | undefined;
|
|
1901
|
+
msImeMode?: import("csstype").ImeModeProperty | undefined;
|
|
1902
|
+
OAnimation?: import("csstype").AnimationProperty | undefined;
|
|
1903
|
+
OAnimationDelay?: string | undefined;
|
|
1904
|
+
OAnimationDirection?: string | undefined;
|
|
1905
|
+
OAnimationDuration?: string | undefined;
|
|
1906
|
+
OAnimationFillMode?: string | undefined;
|
|
1907
|
+
OAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
1908
|
+
OAnimationName?: string | undefined;
|
|
1909
|
+
OAnimationPlayState?: string | undefined;
|
|
1910
|
+
OAnimationTimingFunction?: string | undefined;
|
|
1911
|
+
OBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
1912
|
+
OBorderImage?: import("csstype").BorderImageProperty | undefined;
|
|
1913
|
+
OObjectFit?: import("csstype").ObjectFitProperty | undefined;
|
|
1914
|
+
OObjectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
|
|
1915
|
+
OTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
|
|
1916
|
+
OTextOverflow?: string | undefined;
|
|
1917
|
+
OTransform?: string | undefined;
|
|
1918
|
+
OTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
1919
|
+
OTransition?: string | undefined;
|
|
1920
|
+
OTransitionDelay?: string | undefined;
|
|
1921
|
+
OTransitionDuration?: string | undefined;
|
|
1922
|
+
OTransitionProperty?: string | undefined;
|
|
1923
|
+
OTransitionTimingFunction?: string | undefined;
|
|
1924
|
+
WebkitBoxAlign?: import("csstype").BoxAlignProperty | undefined;
|
|
1925
|
+
WebkitBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
|
|
1926
|
+
WebkitBoxFlex?: import("csstype").GlobalsNumber | undefined;
|
|
1927
|
+
WebkitBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
|
|
1928
|
+
WebkitBoxLines?: import("csstype").BoxLinesProperty | undefined;
|
|
1929
|
+
WebkitBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
|
|
1930
|
+
WebkitBoxOrient?: import("csstype").BoxOrientProperty | undefined;
|
|
1931
|
+
WebkitBoxPack?: import("csstype").BoxPackProperty | undefined;
|
|
1932
|
+
WebkitScrollSnapPointsX?: string | undefined;
|
|
1933
|
+
WebkitScrollSnapPointsY?: string | undefined;
|
|
1934
|
+
alignmentBaseline?: import("csstype").AlignmentBaselineProperty | undefined;
|
|
1935
|
+
baselineShift?: import("csstype").BaselineShiftProperty<string | number> | undefined;
|
|
1936
|
+
clipRule?: import("csstype").ClipRuleProperty | undefined;
|
|
1937
|
+
colorInterpolation?: import("csstype").ColorInterpolationProperty | undefined;
|
|
1938
|
+
colorRendering?: import("csstype").ColorRenderingProperty | undefined;
|
|
1939
|
+
dominantBaseline?: import("csstype").DominantBaselineProperty | undefined;
|
|
1940
|
+
fill?: string | undefined;
|
|
1941
|
+
fillOpacity?: import("csstype").GlobalsNumber | undefined;
|
|
1942
|
+
fillRule?: import("csstype").FillRuleProperty | undefined;
|
|
1943
|
+
floodColor?: string | undefined;
|
|
1944
|
+
floodOpacity?: import("csstype").GlobalsNumber | undefined;
|
|
1945
|
+
glyphOrientationVertical?: import("csstype").GlyphOrientationVerticalProperty | undefined;
|
|
1946
|
+
lightingColor?: string | undefined;
|
|
1947
|
+
marker?: string | undefined;
|
|
1948
|
+
markerEnd?: string | undefined;
|
|
1949
|
+
markerMid?: string | undefined;
|
|
1950
|
+
markerStart?: string | undefined;
|
|
1951
|
+
shapeRendering?: import("csstype").ShapeRenderingProperty | undefined;
|
|
1952
|
+
stopColor?: string | undefined;
|
|
1953
|
+
stopOpacity?: import("csstype").GlobalsNumber | undefined;
|
|
1954
|
+
stroke?: string | undefined;
|
|
1955
|
+
strokeDasharray?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
|
|
1956
|
+
strokeDashoffset?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
|
|
1957
|
+
strokeLinecap?: import("csstype").StrokeLinecapProperty | undefined;
|
|
1958
|
+
strokeLinejoin?: import("csstype").StrokeLinejoinProperty | undefined;
|
|
1959
|
+
strokeMiterlimit?: import("csstype").GlobalsNumber | undefined;
|
|
1960
|
+
strokeOpacity?: import("csstype").GlobalsNumber | undefined;
|
|
1961
|
+
strokeWidth?: import("csstype").StrokeWidthProperty<string | number> | undefined;
|
|
1962
|
+
textAnchor?: import("csstype").TextAnchorProperty | undefined;
|
|
1963
|
+
vectorEffect?: import("csstype").VectorEffectProperty | undefined;
|
|
1964
|
+
"accent-color"?: string | undefined;
|
|
1965
|
+
"align-content"?: string | undefined;
|
|
1966
|
+
"align-items"?: string | undefined;
|
|
1967
|
+
"align-self"?: string | undefined;
|
|
1968
|
+
"align-tracks"?: string | undefined;
|
|
1969
|
+
"animation-composition"?: string | undefined;
|
|
1970
|
+
"animation-delay"?: string | undefined;
|
|
1971
|
+
"animation-direction"?: string | undefined;
|
|
1972
|
+
"animation-duration"?: string | undefined;
|
|
1973
|
+
"animation-fill-mode"?: string | undefined;
|
|
1974
|
+
"animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
1975
|
+
"animation-name"?: string | undefined;
|
|
1976
|
+
"animation-play-state"?: string | undefined;
|
|
1977
|
+
"animation-timeline"?: string | undefined;
|
|
1978
|
+
"animation-timing-function"?: string | undefined;
|
|
1979
|
+
"aspect-ratio"?: import("csstype").AspectRatioProperty | undefined;
|
|
1980
|
+
"backdrop-filter"?: string | undefined;
|
|
1981
|
+
"backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
|
|
1982
|
+
"background-attachment"?: string | undefined;
|
|
1983
|
+
"background-blend-mode"?: string | undefined;
|
|
1984
|
+
"background-clip"?: string | undefined;
|
|
1985
|
+
"background-color"?: string | undefined;
|
|
1986
|
+
"background-image"?: string | undefined;
|
|
1987
|
+
"background-origin"?: string | undefined;
|
|
1988
|
+
"background-position-x"?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
|
|
1989
|
+
"background-position-y"?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
|
|
1990
|
+
"background-repeat"?: string | undefined;
|
|
1991
|
+
"background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
1992
|
+
"block-overflow"?: string | undefined;
|
|
1993
|
+
"block-size"?: import("csstype").BlockSizeProperty<string | number> | undefined;
|
|
1994
|
+
"border-block-color"?: string | undefined;
|
|
1995
|
+
"border-block-end-color"?: string | undefined;
|
|
1996
|
+
"border-block-end-style"?: import("csstype").BorderBlockEndStyleProperty | undefined;
|
|
1997
|
+
"border-block-end-width"?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
|
|
1998
|
+
"border-block-start-color"?: string | undefined;
|
|
1999
|
+
"border-block-start-style"?: import("csstype").BorderBlockStartStyleProperty | undefined;
|
|
2000
|
+
"border-block-start-width"?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
|
|
2001
|
+
"border-block-style"?: import("csstype").BorderBlockStyleProperty | undefined;
|
|
2002
|
+
"border-block-width"?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
|
|
2003
|
+
"border-bottom-color"?: string | undefined;
|
|
2004
|
+
"border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
|
|
2005
|
+
"border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
|
|
2006
|
+
"border-bottom-style"?: import("csstype").BorderBottomStyleProperty | undefined;
|
|
2007
|
+
"border-bottom-width"?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
|
|
2008
|
+
"border-collapse"?: import("csstype").BorderCollapseProperty | undefined;
|
|
2009
|
+
"border-end-end-radius"?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
|
|
2010
|
+
"border-end-start-radius"?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
|
|
2011
|
+
"border-image-outset"?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
|
|
2012
|
+
"border-image-repeat"?: string | undefined;
|
|
2013
|
+
"border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
|
|
2014
|
+
"border-image-source"?: string | undefined;
|
|
2015
|
+
"border-image-width"?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
|
|
2016
|
+
"border-inline-color"?: string | undefined;
|
|
2017
|
+
"border-inline-end-color"?: string | undefined;
|
|
2018
|
+
"border-inline-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
|
|
2019
|
+
"border-inline-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
|
|
2020
|
+
"border-inline-start-color"?: string | undefined;
|
|
2021
|
+
"border-inline-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
|
|
2022
|
+
"border-inline-start-width"?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
|
|
2023
|
+
"border-inline-style"?: import("csstype").BorderInlineStyleProperty | undefined;
|
|
2024
|
+
"border-inline-width"?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
|
|
2025
|
+
"border-left-color"?: string | undefined;
|
|
2026
|
+
"border-left-style"?: import("csstype").BorderLeftStyleProperty | undefined;
|
|
2027
|
+
"border-left-width"?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
|
|
2028
|
+
"border-right-color"?: string | undefined;
|
|
2029
|
+
"border-right-style"?: import("csstype").BorderRightStyleProperty | undefined;
|
|
2030
|
+
"border-right-width"?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
|
|
2031
|
+
"border-spacing"?: import("csstype").BorderSpacingProperty<string | number> | undefined;
|
|
2032
|
+
"border-start-end-radius"?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
|
|
2033
|
+
"border-start-start-radius"?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
|
|
2034
|
+
"border-top-color"?: string | undefined;
|
|
2035
|
+
"border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
|
|
2036
|
+
"border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
|
|
2037
|
+
"border-top-style"?: import("csstype").BorderTopStyleProperty | undefined;
|
|
2038
|
+
"border-top-width"?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
|
|
2039
|
+
"box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
|
|
2040
|
+
"box-shadow"?: string | undefined;
|
|
2041
|
+
"box-sizing"?: import("csstype").BoxSizingProperty | undefined;
|
|
2042
|
+
"break-after"?: import("csstype").BreakAfterProperty | undefined;
|
|
2043
|
+
"break-before"?: import("csstype").BreakBeforeProperty | undefined;
|
|
2044
|
+
"break-inside"?: import("csstype").BreakInsideProperty | undefined;
|
|
2045
|
+
"caption-side"?: import("csstype").CaptionSideProperty | undefined;
|
|
2046
|
+
"caret-color"?: string | undefined;
|
|
2047
|
+
"clip-path"?: string | undefined;
|
|
2048
|
+
"color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
|
|
2049
|
+
"color-scheme"?: string | undefined;
|
|
2050
|
+
"column-count"?: import("csstype").ColumnCountProperty | undefined;
|
|
2051
|
+
"column-fill"?: import("csstype").ColumnFillProperty | undefined;
|
|
2052
|
+
"column-gap"?: import("csstype").ColumnGapProperty<string | number> | undefined;
|
|
2053
|
+
"column-rule-color"?: string | undefined;
|
|
2054
|
+
"column-rule-style"?: string | undefined;
|
|
2055
|
+
"column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
|
|
2056
|
+
"column-span"?: import("csstype").ColumnSpanProperty | undefined;
|
|
2057
|
+
"column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
|
|
2058
|
+
"content-visibility"?: import("csstype").ContentVisibilityProperty | undefined;
|
|
2059
|
+
"counter-increment"?: string | undefined;
|
|
2060
|
+
"counter-reset"?: string | undefined;
|
|
2061
|
+
"counter-set"?: string | undefined;
|
|
2062
|
+
"empty-cells"?: import("csstype").EmptyCellsProperty | undefined;
|
|
2063
|
+
"flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
|
|
2064
|
+
"flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
|
|
2065
|
+
"flex-grow"?: import("csstype").GlobalsNumber | undefined;
|
|
2066
|
+
"flex-shrink"?: import("csstype").GlobalsNumber | undefined;
|
|
2067
|
+
"flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
|
|
2068
|
+
"font-family"?: string | undefined;
|
|
2069
|
+
"font-feature-settings"?: string | undefined;
|
|
2070
|
+
"font-kerning"?: import("csstype").FontKerningProperty | undefined;
|
|
2071
|
+
"font-language-override"?: string | undefined;
|
|
2072
|
+
"font-optical-sizing"?: import("csstype").FontOpticalSizingProperty | undefined;
|
|
2073
|
+
"font-size"?: import("csstype").FontSizeProperty<string | number> | undefined;
|
|
2074
|
+
"font-size-adjust"?: import("csstype").FontSizeAdjustProperty | undefined;
|
|
2075
|
+
"font-smooth"?: import("csstype").FontSmoothProperty<string | number> | undefined;
|
|
2076
|
+
"font-stretch"?: string | undefined;
|
|
2077
|
+
"font-style"?: string | undefined;
|
|
2078
|
+
"font-synthesis"?: string | undefined;
|
|
2079
|
+
"font-variant"?: string | undefined;
|
|
2080
|
+
"font-variant-alternates"?: string | undefined;
|
|
2081
|
+
"font-variant-caps"?: import("csstype").FontVariantCapsProperty | undefined;
|
|
2082
|
+
"font-variant-east-asian"?: string | undefined;
|
|
2083
|
+
"font-variant-ligatures"?: string | undefined;
|
|
2084
|
+
"font-variant-numeric"?: string | undefined;
|
|
2085
|
+
"font-variant-position"?: import("csstype").FontVariantPositionProperty | undefined;
|
|
2086
|
+
"font-variation-settings"?: string | undefined;
|
|
2087
|
+
"font-weight"?: import("csstype").FontWeightProperty | undefined;
|
|
2088
|
+
"forced-color-adjust"?: import("csstype").ForcedColorAdjustProperty | undefined;
|
|
2089
|
+
"grid-auto-columns"?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
|
|
2090
|
+
"grid-auto-flow"?: string | undefined;
|
|
2091
|
+
"grid-auto-rows"?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
|
|
2092
|
+
"grid-column-end"?: import("csstype").GridColumnEndProperty | undefined;
|
|
2093
|
+
"grid-column-start"?: import("csstype").GridColumnStartProperty | undefined;
|
|
2094
|
+
"grid-row-end"?: import("csstype").GridRowEndProperty | undefined;
|
|
2095
|
+
"grid-row-start"?: import("csstype").GridRowStartProperty | undefined;
|
|
2096
|
+
"grid-template-areas"?: string | undefined;
|
|
2097
|
+
"grid-template-columns"?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
|
|
2098
|
+
"grid-template-rows"?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
|
|
2099
|
+
"hanging-punctuation"?: string | undefined;
|
|
2100
|
+
"hyphenate-character"?: string | undefined;
|
|
2101
|
+
"image-orientation"?: string | undefined;
|
|
2102
|
+
"image-rendering"?: import("csstype").ImageRenderingProperty | undefined;
|
|
2103
|
+
"image-resolution"?: string | undefined;
|
|
2104
|
+
"initial-letter"?: import("csstype").InitialLetterProperty | undefined;
|
|
2105
|
+
"inline-size"?: import("csstype").InlineSizeProperty<string | number> | undefined;
|
|
2106
|
+
"input-security"?: import("csstype").InputSecurityProperty | undefined;
|
|
2107
|
+
"inset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
|
|
2108
|
+
"inset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
|
|
2109
|
+
"inset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
|
|
2110
|
+
"inset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
|
|
2111
|
+
"inset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
|
|
2112
|
+
"inset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
|
|
2113
|
+
"justify-content"?: string | undefined;
|
|
2114
|
+
"justify-items"?: string | undefined;
|
|
2115
|
+
"justify-self"?: string | undefined;
|
|
2116
|
+
"justify-tracks"?: string | undefined;
|
|
2117
|
+
"letter-spacing"?: import("csstype").LetterSpacingProperty<string | number> | undefined;
|
|
2118
|
+
"line-break"?: import("csstype").LineBreakProperty | undefined;
|
|
2119
|
+
"line-height"?: import("csstype").LineHeightProperty<string | number> | undefined;
|
|
2120
|
+
"line-height-step"?: import("csstype").LineHeightStepProperty<string | number> | undefined;
|
|
2121
|
+
"list-style-image"?: string | undefined;
|
|
2122
|
+
"list-style-position"?: import("csstype").ListStylePositionProperty | undefined;
|
|
2123
|
+
"list-style-type"?: string | undefined;
|
|
2124
|
+
"margin-block"?: import("csstype").MarginBlockProperty<string | number> | undefined;
|
|
2125
|
+
"margin-block-end"?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
|
|
2126
|
+
"margin-block-start"?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
|
|
2127
|
+
"margin-bottom"?: import("csstype").MarginBottomProperty<string | number> | undefined;
|
|
2128
|
+
"margin-inline"?: import("csstype").MarginInlineProperty<string | number> | undefined;
|
|
2129
|
+
"margin-inline-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
|
|
2130
|
+
"margin-inline-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
|
|
2131
|
+
"margin-left"?: import("csstype").MarginLeftProperty<string | number> | undefined;
|
|
2132
|
+
"margin-right"?: import("csstype").MarginRightProperty<string | number> | undefined;
|
|
2133
|
+
"margin-top"?: import("csstype").MarginTopProperty<string | number> | undefined;
|
|
2134
|
+
"mask-border-mode"?: import("csstype").MaskBorderModeProperty | undefined;
|
|
2135
|
+
"mask-border-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
|
|
2136
|
+
"mask-border-repeat"?: string | undefined;
|
|
2137
|
+
"mask-border-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
|
|
2138
|
+
"mask-border-source"?: string | undefined;
|
|
2139
|
+
"mask-border-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
|
|
2140
|
+
"mask-clip"?: string | undefined;
|
|
2141
|
+
"mask-composite"?: string | undefined;
|
|
2142
|
+
"mask-image"?: string | undefined;
|
|
2143
|
+
"mask-mode"?: string | undefined;
|
|
2144
|
+
"mask-origin"?: string | undefined;
|
|
2145
|
+
"mask-position"?: import("csstype").MaskPositionProperty<string | number> | undefined;
|
|
2146
|
+
"mask-repeat"?: string | undefined;
|
|
2147
|
+
"mask-size"?: import("csstype").MaskSizeProperty<string | number> | undefined;
|
|
2148
|
+
"mask-type"?: import("csstype").MaskTypeProperty | undefined;
|
|
2149
|
+
"math-depth"?: import("csstype").MathDepthProperty | undefined;
|
|
2150
|
+
"math-shift"?: import("csstype").MathShiftProperty | undefined;
|
|
2151
|
+
"math-style"?: import("csstype").MathStyleProperty | undefined;
|
|
2152
|
+
"max-block-size"?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
|
|
2153
|
+
"max-height"?: import("csstype").MaxHeightProperty<string | number> | undefined;
|
|
2154
|
+
"max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
|
|
2155
|
+
"max-lines"?: import("csstype").MaxLinesProperty | undefined;
|
|
2156
|
+
"max-width"?: import("csstype").MaxWidthProperty<string | number> | undefined;
|
|
2157
|
+
"min-block-size"?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
|
|
2158
|
+
"min-height"?: import("csstype").MinHeightProperty<string | number> | undefined;
|
|
2159
|
+
"min-inline-size"?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
|
|
2160
|
+
"min-width"?: import("csstype").MinWidthProperty<string | number> | undefined;
|
|
2161
|
+
"mix-blend-mode"?: import("csstype").MixBlendModeProperty | undefined;
|
|
2162
|
+
"motion-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
|
|
2163
|
+
"motion-path"?: string | undefined;
|
|
2164
|
+
"motion-rotation"?: string | undefined;
|
|
2165
|
+
"object-fit"?: import("csstype").ObjectFitProperty | undefined;
|
|
2166
|
+
"object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
|
|
2167
|
+
"offset-anchor"?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
|
|
2168
|
+
"offset-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
|
|
2169
|
+
"offset-path"?: string | undefined;
|
|
2170
|
+
"offset-rotate"?: string | undefined;
|
|
2171
|
+
"offset-rotation"?: string | undefined;
|
|
2172
|
+
"outline-color"?: string | undefined;
|
|
2173
|
+
"outline-offset"?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
|
|
2174
|
+
"outline-style"?: string | undefined;
|
|
2175
|
+
"outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
|
|
2176
|
+
"overflow-anchor"?: import("csstype").OverflowAnchorProperty | undefined;
|
|
2177
|
+
"overflow-block"?: import("csstype").OverflowBlockProperty | undefined;
|
|
2178
|
+
"overflow-clip-box"?: import("csstype").OverflowClipBoxProperty | undefined;
|
|
2179
|
+
"overflow-clip-margin"?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
|
|
2180
|
+
"overflow-inline"?: import("csstype").OverflowInlineProperty | undefined;
|
|
2181
|
+
"overflow-wrap"?: import("csstype").OverflowWrapProperty | undefined;
|
|
2182
|
+
"overflow-x"?: import("csstype").OverflowXProperty | undefined;
|
|
2183
|
+
"overflow-y"?: import("csstype").OverflowYProperty | undefined;
|
|
2184
|
+
"overscroll-behavior-block"?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
|
|
2185
|
+
"overscroll-behavior-inline"?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
|
|
2186
|
+
"overscroll-behavior-x"?: import("csstype").OverscrollBehaviorXProperty | undefined;
|
|
2187
|
+
"overscroll-behavior-y"?: import("csstype").OverscrollBehaviorYProperty | undefined;
|
|
2188
|
+
"padding-block"?: import("csstype").PaddingBlockProperty<string | number> | undefined;
|
|
2189
|
+
"padding-block-end"?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
|
|
2190
|
+
"padding-block-start"?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
|
|
2191
|
+
"padding-bottom"?: import("csstype").PaddingBottomProperty<string | number> | undefined;
|
|
2192
|
+
"padding-inline"?: import("csstype").PaddingInlineProperty<string | number> | undefined;
|
|
2193
|
+
"padding-inline-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
|
|
2194
|
+
"padding-inline-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
|
|
2195
|
+
"padding-left"?: import("csstype").PaddingLeftProperty<string | number> | undefined;
|
|
2196
|
+
"padding-right"?: import("csstype").PaddingRightProperty<string | number> | undefined;
|
|
2197
|
+
"padding-top"?: import("csstype").PaddingTopProperty<string | number> | undefined;
|
|
2198
|
+
"page-break-after"?: import("csstype").PageBreakAfterProperty | undefined;
|
|
2199
|
+
"page-break-before"?: import("csstype").PageBreakBeforeProperty | undefined;
|
|
2200
|
+
"page-break-inside"?: import("csstype").PageBreakInsideProperty | undefined;
|
|
2201
|
+
"paint-order"?: string | undefined;
|
|
2202
|
+
"perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
|
|
2203
|
+
"place-content"?: string | undefined;
|
|
2204
|
+
"pointer-events"?: import("csstype").PointerEventsProperty | undefined;
|
|
2205
|
+
"print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
|
|
2206
|
+
"row-gap"?: import("csstype").RowGapProperty<string | number> | undefined;
|
|
2207
|
+
"ruby-align"?: import("csstype").RubyAlignProperty | undefined;
|
|
2208
|
+
"ruby-merge"?: import("csstype").RubyMergeProperty | undefined;
|
|
2209
|
+
"ruby-position"?: string | undefined;
|
|
2210
|
+
"scroll-behavior"?: import("csstype").ScrollBehaviorProperty | undefined;
|
|
2211
|
+
"scroll-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
|
|
2212
|
+
"scroll-margin-block"?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
|
|
2213
|
+
"scroll-margin-block-end"?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
|
|
2214
|
+
"scroll-margin-block-start"?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
|
|
2215
|
+
"scroll-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
|
|
2216
|
+
"scroll-margin-inline"?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
|
|
2217
|
+
"scroll-margin-inline-end"?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
|
|
2218
|
+
"scroll-margin-inline-start"?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
|
|
2219
|
+
"scroll-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
|
|
2220
|
+
"scroll-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
|
|
2221
|
+
"scroll-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
|
|
2222
|
+
"scroll-padding"?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
|
|
2223
|
+
"scroll-padding-block"?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
|
|
2224
|
+
"scroll-padding-block-end"?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
|
|
2225
|
+
"scroll-padding-block-start"?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
|
|
2226
|
+
"scroll-padding-bottom"?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
|
|
2227
|
+
"scroll-padding-inline"?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
|
|
2228
|
+
"scroll-padding-inline-end"?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
|
|
2229
|
+
"scroll-padding-inline-start"?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
|
|
2230
|
+
"scroll-padding-left"?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
|
|
2231
|
+
"scroll-padding-right"?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
|
|
2232
|
+
"scroll-padding-top"?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
|
|
2233
|
+
"scroll-snap-align"?: string | undefined;
|
|
2234
|
+
"scroll-snap-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
|
|
2235
|
+
"scroll-snap-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
|
|
2236
|
+
"scroll-snap-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
|
|
2237
|
+
"scroll-snap-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
|
|
2238
|
+
"scroll-snap-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
|
|
2239
|
+
"scroll-snap-stop"?: import("csstype").ScrollSnapStopProperty | undefined;
|
|
2240
|
+
"scroll-snap-type"?: string | undefined;
|
|
2241
|
+
"scrollbar-color"?: string | undefined;
|
|
2242
|
+
"scrollbar-gutter"?: string | undefined;
|
|
2243
|
+
"scrollbar-width"?: import("csstype").ScrollbarWidthProperty | undefined;
|
|
2244
|
+
"shape-image-threshold"?: import("csstype").ShapeImageThresholdProperty | undefined;
|
|
2245
|
+
"shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
|
|
2246
|
+
"shape-outside"?: string | undefined;
|
|
2247
|
+
"tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
|
|
2248
|
+
"table-layout"?: import("csstype").TableLayoutProperty | undefined;
|
|
2249
|
+
"text-align"?: import("csstype").TextAlignProperty | undefined;
|
|
2250
|
+
"text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
|
|
2251
|
+
"text-combine-upright"?: string | undefined;
|
|
2252
|
+
"text-decoration-color"?: string | undefined;
|
|
2253
|
+
"text-decoration-line"?: string | undefined;
|
|
2254
|
+
"text-decoration-skip"?: string | undefined;
|
|
2255
|
+
"text-decoration-skip-ink"?: import("csstype").TextDecorationSkipInkProperty | undefined;
|
|
2256
|
+
"text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
|
|
2257
|
+
"text-decoration-thickness"?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
|
|
2258
|
+
"text-emphasis-color"?: string | undefined;
|
|
2259
|
+
"text-emphasis-position"?: string | undefined;
|
|
2260
|
+
"text-emphasis-style"?: string | undefined;
|
|
2261
|
+
"text-indent"?: import("csstype").TextIndentProperty<string | number> | undefined;
|
|
2262
|
+
"text-justify"?: import("csstype").TextJustifyProperty | undefined;
|
|
2263
|
+
"text-orientation"?: import("csstype").TextOrientationProperty | undefined;
|
|
2264
|
+
"text-overflow"?: string | undefined;
|
|
2265
|
+
"text-rendering"?: import("csstype").TextRenderingProperty | undefined;
|
|
2266
|
+
"text-shadow"?: string | undefined;
|
|
2267
|
+
"text-size-adjust"?: string | undefined;
|
|
2268
|
+
"text-transform"?: import("csstype").TextTransformProperty | undefined;
|
|
2269
|
+
"text-underline-offset"?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
|
|
2270
|
+
"text-underline-position"?: string | undefined;
|
|
2271
|
+
"touch-action"?: string | undefined;
|
|
2272
|
+
"transform-box"?: import("csstype").TransformBoxProperty | undefined;
|
|
2273
|
+
"transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
2274
|
+
"transform-style"?: import("csstype").TransformStyleProperty | undefined;
|
|
2275
|
+
"transition-delay"?: string | undefined;
|
|
2276
|
+
"transition-duration"?: string | undefined;
|
|
2277
|
+
"transition-property"?: string | undefined;
|
|
2278
|
+
"transition-timing-function"?: string | undefined;
|
|
2279
|
+
"unicode-bidi"?: import("csstype").UnicodeBidiProperty | undefined;
|
|
2280
|
+
"user-select"?: import("csstype").UserSelectProperty | undefined;
|
|
2281
|
+
"vertical-align"?: import("csstype").VerticalAlignProperty<string | number> | undefined;
|
|
2282
|
+
"white-space"?: import("csstype").WhiteSpaceProperty | undefined;
|
|
2283
|
+
"will-change"?: string | undefined;
|
|
2284
|
+
"word-break"?: import("csstype").WordBreakProperty | undefined;
|
|
2285
|
+
"word-spacing"?: import("csstype").WordSpacingProperty<string | number> | undefined;
|
|
2286
|
+
"word-wrap"?: import("csstype").WordWrapProperty | undefined;
|
|
2287
|
+
"writing-mode"?: import("csstype").WritingModeProperty | undefined;
|
|
2288
|
+
"z-index"?: import("csstype").ZIndexProperty | undefined;
|
|
2289
|
+
"background-position"?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
|
|
2290
|
+
"border-block"?: import("csstype").BorderBlockProperty<string | number> | undefined;
|
|
2291
|
+
"border-block-end"?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
|
|
2292
|
+
"border-block-start"?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
|
|
2293
|
+
"border-bottom"?: import("csstype").BorderBottomProperty<string | number> | undefined;
|
|
2294
|
+
"border-color"?: string | undefined;
|
|
2295
|
+
"border-image"?: import("csstype").BorderImageProperty | undefined;
|
|
2296
|
+
"border-inline"?: import("csstype").BorderInlineProperty<string | number> | undefined;
|
|
2297
|
+
"border-inline-end"?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
|
|
2298
|
+
"border-inline-start"?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
|
|
2299
|
+
"border-left"?: import("csstype").BorderLeftProperty<string | number> | undefined;
|
|
2300
|
+
"border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
|
|
2301
|
+
"border-right"?: import("csstype").BorderRightProperty<string | number> | undefined;
|
|
2302
|
+
"border-style"?: string | undefined;
|
|
2303
|
+
"border-top"?: import("csstype").BorderTopProperty<string | number> | undefined;
|
|
2304
|
+
"border-width"?: import("csstype").BorderWidthProperty<string | number> | undefined;
|
|
2305
|
+
"column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
|
|
2306
|
+
"flex-flow"?: string | undefined;
|
|
2307
|
+
"grid-area"?: import("csstype").GridAreaProperty | undefined;
|
|
2308
|
+
"grid-column"?: import("csstype").GridColumnProperty | undefined;
|
|
2309
|
+
"grid-row"?: import("csstype").GridRowProperty | undefined;
|
|
2310
|
+
"grid-template"?: string | undefined;
|
|
2311
|
+
"line-clamp"?: import("csstype").LineClampProperty | undefined;
|
|
2312
|
+
"list-style"?: string | undefined;
|
|
2313
|
+
"mask-border"?: import("csstype").MaskBorderProperty | undefined;
|
|
2314
|
+
"overscroll-behavior"?: string | undefined;
|
|
2315
|
+
"place-items"?: string | undefined;
|
|
2316
|
+
"place-self"?: string | undefined;
|
|
2317
|
+
"text-decoration"?: import("csstype").TextDecorationProperty<string | number> | undefined;
|
|
2318
|
+
"text-emphasis"?: string | undefined;
|
|
2319
|
+
"-moz-animation-delay"?: string | undefined;
|
|
2320
|
+
"-moz-animation-direction"?: string | undefined;
|
|
2321
|
+
"-moz-animation-duration"?: string | undefined;
|
|
2322
|
+
"-moz-animation-fill-mode"?: string | undefined;
|
|
2323
|
+
"-moz-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
2324
|
+
"-moz-animation-name"?: string | undefined;
|
|
2325
|
+
"-moz-animation-play-state"?: string | undefined;
|
|
2326
|
+
"-moz-animation-timing-function"?: string | undefined;
|
|
2327
|
+
"-moz-appearance"?: import("csstype").MozAppearanceProperty | undefined;
|
|
2328
|
+
"-moz-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
|
|
2329
|
+
"-moz-border-bottom-colors"?: string | undefined;
|
|
2330
|
+
"-moz-border-end-color"?: string | undefined;
|
|
2331
|
+
"-moz-border-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
|
|
2332
|
+
"-moz-border-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
|
|
2333
|
+
"-moz-border-left-colors"?: string | undefined;
|
|
2334
|
+
"-moz-border-right-colors"?: string | undefined;
|
|
2335
|
+
"-moz-border-start-color"?: string | undefined;
|
|
2336
|
+
"-moz-border-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
|
|
2337
|
+
"-moz-border-top-colors"?: string | undefined;
|
|
2338
|
+
"-moz-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
|
|
2339
|
+
"-moz-column-count"?: import("csstype").ColumnCountProperty | undefined;
|
|
2340
|
+
"-moz-column-fill"?: import("csstype").ColumnFillProperty | undefined;
|
|
2341
|
+
"-moz-column-rule-color"?: string | undefined;
|
|
2342
|
+
"-moz-column-rule-style"?: string | undefined;
|
|
2343
|
+
"-moz-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
|
|
2344
|
+
"-moz-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
|
|
2345
|
+
"-moz-context-properties"?: string | undefined;
|
|
2346
|
+
"-moz-font-feature-settings"?: string | undefined;
|
|
2347
|
+
"-moz-font-language-override"?: string | undefined;
|
|
2348
|
+
"-moz-hyphens"?: import("csstype").HyphensProperty | undefined;
|
|
2349
|
+
"-moz-image-region"?: string | undefined;
|
|
2350
|
+
"-moz-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
|
|
2351
|
+
"-moz-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
|
|
2352
|
+
"-moz-orient"?: import("csstype").MozOrientProperty | undefined;
|
|
2353
|
+
"-moz-osx-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
|
|
2354
|
+
"-moz-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
|
|
2355
|
+
"-moz-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
|
|
2356
|
+
"-moz-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
|
|
2357
|
+
"-moz-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
|
|
2358
|
+
"-moz-stack-sizing"?: import("csstype").MozStackSizingProperty | undefined;
|
|
2359
|
+
"-moz-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
|
|
2360
|
+
"-moz-text-blink"?: import("csstype").MozTextBlinkProperty | undefined;
|
|
2361
|
+
"-moz-text-size-adjust"?: string | undefined;
|
|
2362
|
+
"-moz-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
2363
|
+
"-moz-transform-style"?: import("csstype").TransformStyleProperty | undefined;
|
|
2364
|
+
"-moz-transition-delay"?: string | undefined;
|
|
2365
|
+
"-moz-transition-duration"?: string | undefined;
|
|
2366
|
+
"-moz-transition-property"?: string | undefined;
|
|
2367
|
+
"-moz-transition-timing-function"?: string | undefined;
|
|
2368
|
+
"-moz-user-focus"?: import("csstype").MozUserFocusProperty | undefined;
|
|
2369
|
+
"-moz-user-modify"?: import("csstype").MozUserModifyProperty | undefined;
|
|
2370
|
+
"-moz-user-select"?: import("csstype").UserSelectProperty | undefined;
|
|
2371
|
+
"-moz-window-dragging"?: import("csstype").MozWindowDraggingProperty | undefined;
|
|
2372
|
+
"-moz-window-shadow"?: import("csstype").MozWindowShadowProperty | undefined;
|
|
2373
|
+
"-ms-accelerator"?: import("csstype").MsAcceleratorProperty | undefined;
|
|
2374
|
+
"-ms-block-progression"?: import("csstype").MsBlockProgressionProperty | undefined;
|
|
2375
|
+
"-ms-content-zoom-chaining"?: import("csstype").MsContentZoomChainingProperty | undefined;
|
|
2376
|
+
"-ms-content-zoom-limit-max"?: string | undefined;
|
|
2377
|
+
"-ms-content-zoom-limit-min"?: string | undefined;
|
|
2378
|
+
"-ms-content-zoom-snap-points"?: string | undefined;
|
|
2379
|
+
"-ms-content-zoom-snap-type"?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
|
|
2380
|
+
"-ms-content-zooming"?: import("csstype").MsContentZoomingProperty | undefined;
|
|
2381
|
+
"-ms-filter"?: string | undefined;
|
|
2382
|
+
"-ms-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
|
|
2383
|
+
"-ms-flex-positive"?: import("csstype").GlobalsNumber | undefined;
|
|
2384
|
+
"-ms-flow-from"?: string | undefined;
|
|
2385
|
+
"-ms-flow-into"?: string | undefined;
|
|
2386
|
+
"-ms-grid-columns"?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
|
|
2387
|
+
"-ms-grid-rows"?: import("csstype").MsGridRowsProperty<string | number> | undefined;
|
|
2388
|
+
"-ms-high-contrast-adjust"?: import("csstype").MsHighContrastAdjustProperty | undefined;
|
|
2389
|
+
"-ms-hyphenate-limit-chars"?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
|
|
2390
|
+
"-ms-hyphenate-limit-lines"?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
|
|
2391
|
+
"-ms-hyphenate-limit-zone"?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
|
|
2392
|
+
"-ms-hyphens"?: import("csstype").HyphensProperty | undefined;
|
|
2393
|
+
"-ms-ime-align"?: import("csstype").MsImeAlignProperty | undefined;
|
|
2394
|
+
"-ms-line-break"?: import("csstype").LineBreakProperty | undefined;
|
|
2395
|
+
"-ms-order"?: import("csstype").GlobalsNumber | undefined;
|
|
2396
|
+
"-ms-overflow-style"?: import("csstype").MsOverflowStyleProperty | undefined;
|
|
2397
|
+
"-ms-overflow-x"?: import("csstype").OverflowXProperty | undefined;
|
|
2398
|
+
"-ms-overflow-y"?: import("csstype").OverflowYProperty | undefined;
|
|
2399
|
+
"-ms-scroll-chaining"?: import("csstype").MsScrollChainingProperty | undefined;
|
|
2400
|
+
"-ms-scroll-limit-x-max"?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
|
|
2401
|
+
"-ms-scroll-limit-x-min"?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
|
|
2402
|
+
"-ms-scroll-limit-y-max"?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
|
|
2403
|
+
"-ms-scroll-limit-y-min"?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
|
|
2404
|
+
"-ms-scroll-rails"?: import("csstype").MsScrollRailsProperty | undefined;
|
|
2405
|
+
"-ms-scroll-snap-points-x"?: string | undefined;
|
|
2406
|
+
"-ms-scroll-snap-points-y"?: string | undefined;
|
|
2407
|
+
"-ms-scroll-snap-type"?: import("csstype").MsScrollSnapTypeProperty | undefined;
|
|
2408
|
+
"-ms-scroll-translation"?: import("csstype").MsScrollTranslationProperty | undefined;
|
|
2409
|
+
"-ms-scrollbar-3dlight-color"?: string | undefined;
|
|
2410
|
+
"-ms-scrollbar-arrow-color"?: string | undefined;
|
|
2411
|
+
"-ms-scrollbar-base-color"?: string | undefined;
|
|
2412
|
+
"-ms-scrollbar-darkshadow-color"?: string | undefined;
|
|
2413
|
+
"-ms-scrollbar-face-color"?: string | undefined;
|
|
2414
|
+
"-ms-scrollbar-highlight-color"?: string | undefined;
|
|
2415
|
+
"-ms-scrollbar-shadow-color"?: string | undefined;
|
|
2416
|
+
"-ms-scrollbar-track-color"?: string | undefined;
|
|
2417
|
+
"-ms-text-autospace"?: import("csstype").MsTextAutospaceProperty | undefined;
|
|
2418
|
+
"-ms-text-combine-horizontal"?: string | undefined;
|
|
2419
|
+
"-ms-text-overflow"?: string | undefined;
|
|
2420
|
+
"-ms-touch-action"?: string | undefined;
|
|
2421
|
+
"-ms-touch-select"?: import("csstype").MsTouchSelectProperty | undefined;
|
|
2422
|
+
"-ms-transform"?: string | undefined;
|
|
2423
|
+
"-ms-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
2424
|
+
"-ms-transition-delay"?: string | undefined;
|
|
2425
|
+
"-ms-transition-duration"?: string | undefined;
|
|
2426
|
+
"-ms-transition-property"?: string | undefined;
|
|
2427
|
+
"-ms-transition-timing-function"?: string | undefined;
|
|
2428
|
+
"-ms-user-select"?: import("csstype").MsUserSelectProperty | undefined;
|
|
2429
|
+
"-ms-word-break"?: import("csstype").WordBreakProperty | undefined;
|
|
2430
|
+
"-ms-wrap-flow"?: import("csstype").MsWrapFlowProperty | undefined;
|
|
2431
|
+
"-ms-wrap-margin"?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
|
|
2432
|
+
"-ms-wrap-through"?: import("csstype").MsWrapThroughProperty | undefined;
|
|
2433
|
+
"-ms-writing-mode"?: import("csstype").WritingModeProperty | undefined;
|
|
2434
|
+
"-webkit-align-content"?: string | undefined;
|
|
2435
|
+
"-webkit-align-items"?: string | undefined;
|
|
2436
|
+
"-webkit-align-self"?: string | undefined;
|
|
2437
|
+
"-webkit-animation-delay"?: string | undefined;
|
|
2438
|
+
"-webkit-animation-direction"?: string | undefined;
|
|
2439
|
+
"-webkit-animation-duration"?: string | undefined;
|
|
2440
|
+
"-webkit-animation-fill-mode"?: string | undefined;
|
|
2441
|
+
"-webkit-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
2442
|
+
"-webkit-animation-name"?: string | undefined;
|
|
2443
|
+
"-webkit-animation-play-state"?: string | undefined;
|
|
2444
|
+
"-webkit-animation-timing-function"?: string | undefined;
|
|
2445
|
+
"-webkit-appearance"?: import("csstype").WebkitAppearanceProperty | undefined;
|
|
2446
|
+
"-webkit-backdrop-filter"?: string | undefined;
|
|
2447
|
+
"-webkit-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
|
|
2448
|
+
"-webkit-background-clip"?: string | undefined;
|
|
2449
|
+
"-webkit-background-origin"?: string | undefined;
|
|
2450
|
+
"-webkit-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
2451
|
+
"-webkit-border-before-color"?: string | undefined;
|
|
2452
|
+
"-webkit-border-before-style"?: string | undefined;
|
|
2453
|
+
"-webkit-border-before-width"?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
|
|
2454
|
+
"-webkit-border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
|
|
2455
|
+
"-webkit-border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
|
|
2456
|
+
"-webkit-border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
|
|
2457
|
+
"-webkit-border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
|
|
2458
|
+
"-webkit-border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
|
|
2459
|
+
"-webkit-box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
|
|
2460
|
+
"-webkit-box-reflect"?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
|
|
2461
|
+
"-webkit-box-shadow"?: string | undefined;
|
|
2462
|
+
"-webkit-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
|
|
2463
|
+
"-webkit-clip-path"?: string | undefined;
|
|
2464
|
+
"-webkit-column-count"?: import("csstype").ColumnCountProperty | undefined;
|
|
2465
|
+
"-webkit-column-fill"?: import("csstype").ColumnFillProperty | undefined;
|
|
2466
|
+
"-webkit-column-rule-color"?: string | undefined;
|
|
2467
|
+
"-webkit-column-rule-style"?: string | undefined;
|
|
2468
|
+
"-webkit-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
|
|
2469
|
+
"-webkit-column-span"?: import("csstype").ColumnSpanProperty | undefined;
|
|
2470
|
+
"-webkit-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
|
|
2471
|
+
"-webkit-filter"?: string | undefined;
|
|
2472
|
+
"-webkit-flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
|
|
2473
|
+
"-webkit-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
|
|
2474
|
+
"-webkit-flex-grow"?: import("csstype").GlobalsNumber | undefined;
|
|
2475
|
+
"-webkit-flex-shrink"?: import("csstype").GlobalsNumber | undefined;
|
|
2476
|
+
"-webkit-flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
|
|
2477
|
+
"-webkit-font-feature-settings"?: string | undefined;
|
|
2478
|
+
"-webkit-font-kerning"?: import("csstype").FontKerningProperty | undefined;
|
|
2479
|
+
"-webkit-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
|
|
2480
|
+
"-webkit-font-variant-ligatures"?: string | undefined;
|
|
2481
|
+
"-webkit-hyphenate-character"?: string | undefined;
|
|
2482
|
+
"-webkit-hyphens"?: import("csstype").HyphensProperty | undefined;
|
|
2483
|
+
"-webkit-initial-letter"?: import("csstype").InitialLetterProperty | undefined;
|
|
2484
|
+
"-webkit-justify-content"?: string | undefined;
|
|
2485
|
+
"-webkit-line-break"?: import("csstype").LineBreakProperty | undefined;
|
|
2486
|
+
"-webkit-line-clamp"?: import("csstype").WebkitLineClampProperty | undefined;
|
|
2487
|
+
"-webkit-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
|
|
2488
|
+
"-webkit-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
|
|
2489
|
+
"-webkit-mask-attachment"?: string | undefined;
|
|
2490
|
+
"-webkit-mask-box-image-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
|
|
2491
|
+
"-webkit-mask-box-image-repeat"?: string | undefined;
|
|
2492
|
+
"-webkit-mask-box-image-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
|
|
2493
|
+
"-webkit-mask-box-image-source"?: string | undefined;
|
|
2494
|
+
"-webkit-mask-box-image-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
|
|
2495
|
+
"-webkit-mask-clip"?: string | undefined;
|
|
2496
|
+
"-webkit-mask-composite"?: string | undefined;
|
|
2497
|
+
"-webkit-mask-image"?: string | undefined;
|
|
2498
|
+
"-webkit-mask-origin"?: string | undefined;
|
|
2499
|
+
"-webkit-mask-position"?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
|
|
2500
|
+
"-webkit-mask-position-x"?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
|
|
2501
|
+
"-webkit-mask-position-y"?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
|
|
2502
|
+
"-webkit-mask-repeat"?: string | undefined;
|
|
2503
|
+
"-webkit-mask-repeat-x"?: import("csstype").WebkitMaskRepeatXProperty | undefined;
|
|
2504
|
+
"-webkit-mask-repeat-y"?: import("csstype").WebkitMaskRepeatYProperty | undefined;
|
|
2505
|
+
"-webkit-mask-size"?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
|
|
2506
|
+
"-webkit-max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
|
|
2507
|
+
"-webkit-order"?: import("csstype").GlobalsNumber | undefined;
|
|
2508
|
+
"-webkit-overflow-scrolling"?: import("csstype").WebkitOverflowScrollingProperty | undefined;
|
|
2509
|
+
"-webkit-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
|
|
2510
|
+
"-webkit-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
|
|
2511
|
+
"-webkit-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
|
|
2512
|
+
"-webkit-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
|
|
2513
|
+
"-webkit-print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
|
|
2514
|
+
"-webkit-ruby-position"?: string | undefined;
|
|
2515
|
+
"-webkit-scroll-snap-type"?: string | undefined;
|
|
2516
|
+
"-webkit-shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
|
|
2517
|
+
"-webkit-tap-highlight-color"?: string | undefined;
|
|
2518
|
+
"-webkit-text-combine"?: string | undefined;
|
|
2519
|
+
"-webkit-text-decoration-color"?: string | undefined;
|
|
2520
|
+
"-webkit-text-decoration-line"?: string | undefined;
|
|
2521
|
+
"-webkit-text-decoration-skip"?: string | undefined;
|
|
2522
|
+
"-webkit-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
|
|
2523
|
+
"-webkit-text-emphasis-color"?: string | undefined;
|
|
2524
|
+
"-webkit-text-emphasis-position"?: string | undefined;
|
|
2525
|
+
"-webkit-text-emphasis-style"?: string | undefined;
|
|
2526
|
+
"-webkit-text-fill-color"?: string | undefined;
|
|
2527
|
+
"-webkit-text-orientation"?: import("csstype").TextOrientationProperty | undefined;
|
|
2528
|
+
"-webkit-text-size-adjust"?: string | undefined;
|
|
2529
|
+
"-webkit-text-stroke-color"?: string | undefined;
|
|
2530
|
+
"-webkit-text-stroke-width"?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
|
|
2531
|
+
"-webkit-text-underline-position"?: string | undefined;
|
|
2532
|
+
"-webkit-touch-callout"?: import("csstype").WebkitTouchCalloutProperty | undefined;
|
|
2533
|
+
"-webkit-transform"?: string | undefined;
|
|
2534
|
+
"-webkit-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
2535
|
+
"-webkit-transform-style"?: import("csstype").TransformStyleProperty | undefined;
|
|
2536
|
+
"-webkit-transition-delay"?: string | undefined;
|
|
2537
|
+
"-webkit-transition-duration"?: string | undefined;
|
|
2538
|
+
"-webkit-transition-property"?: string | undefined;
|
|
2539
|
+
"-webkit-transition-timing-function"?: string | undefined;
|
|
2540
|
+
"-webkit-user-modify"?: import("csstype").WebkitUserModifyProperty | undefined;
|
|
2541
|
+
"-webkit-user-select"?: import("csstype").UserSelectProperty | undefined;
|
|
2542
|
+
"-webkit-writing-mode"?: import("csstype").WritingModeProperty | undefined;
|
|
2543
|
+
"-moz-animation"?: import("csstype").AnimationProperty | undefined;
|
|
2544
|
+
"-moz-border-image"?: import("csstype").BorderImageProperty | undefined;
|
|
2545
|
+
"-moz-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
|
|
2546
|
+
"-moz-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
|
|
2547
|
+
"-moz-transition"?: string | undefined;
|
|
2548
|
+
"-ms-content-zoom-limit"?: string | undefined;
|
|
2549
|
+
"-ms-content-zoom-snap"?: string | undefined;
|
|
2550
|
+
"-ms-flex"?: import("csstype").FlexProperty<string | number> | undefined;
|
|
2551
|
+
"-ms-scroll-limit"?: string | undefined;
|
|
2552
|
+
"-ms-scroll-snap-x"?: string | undefined;
|
|
2553
|
+
"-ms-scroll-snap-y"?: string | undefined;
|
|
2554
|
+
"-ms-transition"?: string | undefined;
|
|
2555
|
+
"-webkit-animation"?: import("csstype").AnimationProperty | undefined;
|
|
2556
|
+
"-webkit-border-before"?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
|
|
2557
|
+
"-webkit-border-image"?: import("csstype").BorderImageProperty | undefined;
|
|
2558
|
+
"-webkit-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
|
|
2559
|
+
"-webkit-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
|
|
2560
|
+
"-webkit-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
|
|
2561
|
+
"-webkit-flex"?: import("csstype").FlexProperty<string | number> | undefined;
|
|
2562
|
+
"-webkit-flex-flow"?: string | undefined;
|
|
2563
|
+
"-webkit-mask"?: import("csstype").WebkitMaskProperty<string | number> | undefined;
|
|
2564
|
+
"-webkit-mask-box-image"?: import("csstype").MaskBorderProperty | undefined;
|
|
2565
|
+
"-webkit-text-emphasis"?: string | undefined;
|
|
2566
|
+
"-webkit-text-stroke"?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
|
|
2567
|
+
"-webkit-transition"?: string | undefined;
|
|
2568
|
+
"box-align"?: import("csstype").BoxAlignProperty | undefined;
|
|
2569
|
+
"box-direction"?: import("csstype").BoxDirectionProperty | undefined;
|
|
2570
|
+
"box-flex"?: import("csstype").GlobalsNumber | undefined;
|
|
2571
|
+
"box-flex-group"?: import("csstype").GlobalsNumber | undefined;
|
|
2572
|
+
"box-lines"?: import("csstype").BoxLinesProperty | undefined;
|
|
2573
|
+
"box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
|
|
2574
|
+
"box-orient"?: import("csstype").BoxOrientProperty | undefined;
|
|
2575
|
+
"box-pack"?: import("csstype").BoxPackProperty | undefined;
|
|
2576
|
+
"grid-column-gap"?: import("csstype").GridColumnGapProperty<string | number> | undefined;
|
|
2577
|
+
"grid-gap"?: import("csstype").GridGapProperty<string | number> | undefined;
|
|
2578
|
+
"grid-row-gap"?: import("csstype").GridRowGapProperty<string | number> | undefined;
|
|
2579
|
+
"ime-mode"?: import("csstype").ImeModeProperty | undefined;
|
|
2580
|
+
"offset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
|
|
2581
|
+
"offset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
|
|
2582
|
+
"offset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
|
|
2583
|
+
"offset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
|
|
2584
|
+
"offset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
|
|
2585
|
+
"offset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
|
|
2586
|
+
"scroll-snap-coordinate"?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
|
|
2587
|
+
"scroll-snap-destination"?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
|
|
2588
|
+
"scroll-snap-points-x"?: string | undefined;
|
|
2589
|
+
"scroll-snap-points-y"?: string | undefined;
|
|
2590
|
+
"scroll-snap-type-x"?: import("csstype").ScrollSnapTypeXProperty | undefined;
|
|
2591
|
+
"scroll-snap-type-y"?: import("csstype").ScrollSnapTypeYProperty | undefined;
|
|
2592
|
+
"-khtml-box-align"?: import("csstype").BoxAlignProperty | undefined;
|
|
2593
|
+
"-khtml-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
|
|
2594
|
+
"-khtml-box-flex"?: import("csstype").GlobalsNumber | undefined;
|
|
2595
|
+
"-khtml-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
|
|
2596
|
+
"-khtml-box-lines"?: import("csstype").BoxLinesProperty | undefined;
|
|
2597
|
+
"-khtml-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
|
|
2598
|
+
"-khtml-box-orient"?: import("csstype").BoxOrientProperty | undefined;
|
|
2599
|
+
"-khtml-box-pack"?: import("csstype").BoxPackProperty | undefined;
|
|
2600
|
+
"-khtml-line-break"?: import("csstype").LineBreakProperty | undefined;
|
|
2601
|
+
"-khtml-opacity"?: import("csstype").OpacityProperty | undefined;
|
|
2602
|
+
"-khtml-user-select"?: import("csstype").UserSelectProperty | undefined;
|
|
2603
|
+
"-moz-background-clip"?: string | undefined;
|
|
2604
|
+
"-moz-background-inline-policy"?: import("csstype").BoxDecorationBreakProperty | undefined;
|
|
2605
|
+
"-moz-background-origin"?: string | undefined;
|
|
2606
|
+
"-moz-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
2607
|
+
"-moz-binding"?: string | undefined;
|
|
2608
|
+
"-moz-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
|
|
2609
|
+
"-moz-border-radius-bottomleft"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
|
|
2610
|
+
"-moz-border-radius-bottomright"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
|
|
2611
|
+
"-moz-border-radius-topleft"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
|
|
2612
|
+
"-moz-border-radius-topright"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
|
|
2613
|
+
"-moz-box-align"?: import("csstype").BoxAlignProperty | undefined;
|
|
2614
|
+
"-moz-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
|
|
2615
|
+
"-moz-box-flex"?: import("csstype").GlobalsNumber | undefined;
|
|
2616
|
+
"-moz-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
|
|
2617
|
+
"-moz-box-orient"?: import("csstype").BoxOrientProperty | undefined;
|
|
2618
|
+
"-moz-box-pack"?: import("csstype").BoxPackProperty | undefined;
|
|
2619
|
+
"-moz-box-shadow"?: string | undefined;
|
|
2620
|
+
"-moz-float-edge"?: import("csstype").MozFloatEdgeProperty | undefined;
|
|
2621
|
+
"-moz-force-broken-image-icon"?: import("csstype").MozForceBrokenImageIconProperty | undefined;
|
|
2622
|
+
"-moz-opacity"?: import("csstype").OpacityProperty | undefined;
|
|
2623
|
+
"-moz-outline"?: import("csstype").OutlineProperty<string | number> | undefined;
|
|
2624
|
+
"-moz-outline-color"?: string | undefined;
|
|
2625
|
+
"-moz-outline-radius"?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
|
|
2626
|
+
"-moz-outline-radius-bottomleft"?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
|
|
2627
|
+
"-moz-outline-radius-bottomright"?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
|
|
2628
|
+
"-moz-outline-radius-topleft"?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
|
|
2629
|
+
"-moz-outline-radius-topright"?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
|
|
2630
|
+
"-moz-outline-style"?: string | undefined;
|
|
2631
|
+
"-moz-outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
|
|
2632
|
+
"-moz-text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
|
|
2633
|
+
"-moz-text-decoration-color"?: string | undefined;
|
|
2634
|
+
"-moz-text-decoration-line"?: string | undefined;
|
|
2635
|
+
"-moz-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
|
|
2636
|
+
"-moz-user-input"?: import("csstype").MozUserInputProperty | undefined;
|
|
2637
|
+
"-ms-ime-mode"?: import("csstype").ImeModeProperty | undefined;
|
|
2638
|
+
"-o-animation"?: import("csstype").AnimationProperty | undefined;
|
|
2639
|
+
"-o-animation-delay"?: string | undefined;
|
|
2640
|
+
"-o-animation-direction"?: string | undefined;
|
|
2641
|
+
"-o-animation-duration"?: string | undefined;
|
|
2642
|
+
"-o-animation-fill-mode"?: string | undefined;
|
|
2643
|
+
"-o-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
2644
|
+
"-o-animation-name"?: string | undefined;
|
|
2645
|
+
"-o-animation-play-state"?: string | undefined;
|
|
2646
|
+
"-o-animation-timing-function"?: string | undefined;
|
|
2647
|
+
"-o-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
2648
|
+
"-o-border-image"?: import("csstype").BorderImageProperty | undefined;
|
|
2649
|
+
"-o-object-fit"?: import("csstype").ObjectFitProperty | undefined;
|
|
2650
|
+
"-o-object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
|
|
2651
|
+
"-o-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
|
|
2652
|
+
"-o-text-overflow"?: string | undefined;
|
|
2653
|
+
"-o-transform"?: string | undefined;
|
|
2654
|
+
"-o-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
2655
|
+
"-o-transition"?: string | undefined;
|
|
2656
|
+
"-o-transition-delay"?: string | undefined;
|
|
2657
|
+
"-o-transition-duration"?: string | undefined;
|
|
2658
|
+
"-o-transition-property"?: string | undefined;
|
|
2659
|
+
"-o-transition-timing-function"?: string | undefined;
|
|
2660
|
+
"-webkit-box-align"?: import("csstype").BoxAlignProperty | undefined;
|
|
2661
|
+
"-webkit-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
|
|
2662
|
+
"-webkit-box-flex"?: import("csstype").GlobalsNumber | undefined;
|
|
2663
|
+
"-webkit-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
|
|
2664
|
+
"-webkit-box-lines"?: import("csstype").BoxLinesProperty | undefined;
|
|
2665
|
+
"-webkit-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
|
|
2666
|
+
"-webkit-box-orient"?: import("csstype").BoxOrientProperty | undefined;
|
|
2667
|
+
"-webkit-box-pack"?: import("csstype").BoxPackProperty | undefined;
|
|
2668
|
+
"-webkit-scroll-snap-points-x"?: string | undefined;
|
|
2669
|
+
"-webkit-scroll-snap-points-y"?: string | undefined;
|
|
2670
|
+
"alignment-baseline"?: import("csstype").AlignmentBaselineProperty | undefined;
|
|
2671
|
+
"baseline-shift"?: import("csstype").BaselineShiftProperty<string | number> | undefined;
|
|
2672
|
+
"clip-rule"?: import("csstype").ClipRuleProperty | undefined;
|
|
2673
|
+
"color-interpolation"?: import("csstype").ColorInterpolationProperty | undefined;
|
|
2674
|
+
"color-rendering"?: import("csstype").ColorRenderingProperty | undefined;
|
|
2675
|
+
"dominant-baseline"?: import("csstype").DominantBaselineProperty | undefined;
|
|
2676
|
+
"fill-opacity"?: import("csstype").GlobalsNumber | undefined;
|
|
2677
|
+
"fill-rule"?: import("csstype").FillRuleProperty | undefined;
|
|
2678
|
+
"flood-color"?: string | undefined;
|
|
2679
|
+
"flood-opacity"?: import("csstype").GlobalsNumber | undefined;
|
|
2680
|
+
"glyph-orientation-vertical"?: import("csstype").GlyphOrientationVerticalProperty | undefined;
|
|
2681
|
+
"lighting-color"?: string | undefined;
|
|
2682
|
+
"marker-end"?: string | undefined;
|
|
2683
|
+
"marker-mid"?: string | undefined;
|
|
2684
|
+
"marker-start"?: string | undefined;
|
|
2685
|
+
"shape-rendering"?: import("csstype").ShapeRenderingProperty | undefined;
|
|
2686
|
+
"stop-color"?: string | undefined;
|
|
2687
|
+
"stop-opacity"?: import("csstype").GlobalsNumber | undefined;
|
|
2688
|
+
"stroke-dasharray"?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
|
|
2689
|
+
"stroke-dashoffset"?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
|
|
2690
|
+
"stroke-linecap"?: import("csstype").StrokeLinecapProperty | undefined;
|
|
2691
|
+
"stroke-linejoin"?: import("csstype").StrokeLinejoinProperty | undefined;
|
|
2692
|
+
"stroke-miterlimit"?: import("csstype").GlobalsNumber | undefined;
|
|
2693
|
+
"stroke-opacity"?: import("csstype").GlobalsNumber | undefined;
|
|
2694
|
+
"stroke-width"?: import("csstype").StrokeWidthProperty<string | number> | undefined;
|
|
2695
|
+
"text-anchor"?: import("csstype").TextAnchorProperty | undefined;
|
|
2696
|
+
"vector-effect"?: import("csstype").VectorEffectProperty | undefined;
|
|
2697
|
+
}>;
|
|
1099
2698
|
styles: import("vue").ComputedRef<{
|
|
1100
2699
|
height: string;
|
|
1101
2700
|
}>;
|
|
@@ -4186,6 +5785,7 @@ export declare const CallbackMaps: Map<string, {
|
|
|
4186
5785
|
pagerScroll?: {
|
|
4187
5786
|
enable?: boolean | undefined;
|
|
4188
5787
|
capacity?: number | undefined;
|
|
5788
|
+
loading?: boolean | undefined;
|
|
4189
5789
|
} | undefined;
|
|
4190
5790
|
stickyFixedConfig?: {
|
|
4191
5791
|
enable?: boolean | undefined;
|
|
@@ -4563,6 +6163,9 @@ export declare const CallbackMaps: Map<string, {
|
|
|
4563
6163
|
updateFieldListRefDebounced: () => void;
|
|
4564
6164
|
updateFieldListRef: () => void;
|
|
4565
6165
|
dataTransfer: (data: import("../../../..").AnyObject[]) => Promise<import("../../../..").AnyObject[]>;
|
|
6166
|
+
tableDataResolved: null;
|
|
6167
|
+
setTableDataResolved: (resolve: import("../../../..").AnyFn<any[], any>) => void;
|
|
6168
|
+
resolveTableData: () => Promise<void>;
|
|
4566
6169
|
tableDataRef: import("vue").Ref<import("../../../..").AnyObject[]>;
|
|
4567
6170
|
updateTableDataRefDebounced: () => Promise<void>;
|
|
4568
6171
|
updateTableDataRef: () => Promise<void>;
|
|
@@ -7758,6 +9361,7 @@ export declare const CallbackMaps: Map<string, {
|
|
|
7758
9361
|
pagerScroll?: {
|
|
7759
9362
|
enable?: boolean | undefined;
|
|
7760
9363
|
capacity?: number | undefined;
|
|
9364
|
+
loading?: boolean | undefined;
|
|
7761
9365
|
} | undefined;
|
|
7762
9366
|
stickyFixedConfig?: {
|
|
7763
9367
|
enable?: boolean | undefined;
|
|
@@ -7777,7 +9381,6 @@ export declare const CallbackMaps: Map<string, {
|
|
|
7777
9381
|
slotPropertiesPicker: (args: import("../../../..").AnyObject) => Pick<import("../../../..").AnyObject, "row" | "column" | "rowIndex" | "checked" | "$rowIndex" | "disabled" | "columnIndex" | "$columnIndex" | "_columnIndex" | "indeterminate">;
|
|
7778
9382
|
useVersion: typeof import("../../../..").useVersion;
|
|
7779
9383
|
NConfigProvider: any;
|
|
7780
|
-
NSpin: any;
|
|
7781
9384
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("toggleRowExpand" | "toggleTreeExpand" | "copy" | "scroll" | "formChange" | "settingClick" | "formClick" | "keyboard" | "rowDrag" | "cut" | "paste" | "keydown" | "keydownStart" | "keydownEnd" | "currentChange" | "radioChange" | "checkboxChange" | "checkboxAll" | "checkboxRangeStart" | "checkboxRangeChange" | "checkboxRangeEnd" | "cellClick" | "cellDblclick" | "cellMenu" | "cellMouseenter" | "cellMouseleave" | "headerCellClick" | "headerCellDblclick" | "headerCellMenu" | "footerCellClick" | "footerCellDblclick" | "footerCellMenu" | "sortChange" | "filterChange" | "filterVisible" | "resizableChange" | "menuClick" | "editClosed" | "editActived" | "editDisabled" | "validError" | "custom" | "openFnr" | "fnrChange" | "fnrFind" | "fnrFindAll" | "fnrReplace" | "fnrReplaceAll" | "cellAreaCopy" | "cellAreaCut" | "cellAreaPaste" | "cellAreaMerge" | "clearCellAreaMerge" | "headerCellAreaSelection" | "cellAreaSelectionStart" | "cellAreaSelectionDrag" | "cellAreaSelectionEnd" | "cellAreaExtensionStart" | "cellAreaExtensionDrag" | "cellAreaExtensionEnd" | "cellAreaArrowsStart" | "cellAreaArrowsEnd" | "activeCellChangeStart" | "activeCellChangeEnd" | "pageChange")[], "toggleRowExpand" | "toggleTreeExpand" | "copy" | "scroll" | "formChange" | "settingClick" | "formClick" | "keyboard" | "rowDrag" | "cut" | "paste" | "keydown" | "keydownStart" | "keydownEnd" | "currentChange" | "radioChange" | "checkboxChange" | "checkboxAll" | "checkboxRangeStart" | "checkboxRangeChange" | "checkboxRangeEnd" | "cellClick" | "cellDblclick" | "cellMenu" | "cellMouseenter" | "cellMouseleave" | "headerCellClick" | "headerCellDblclick" | "headerCellMenu" | "footerCellClick" | "footerCellDblclick" | "footerCellMenu" | "sortChange" | "filterChange" | "filterVisible" | "resizableChange" | "menuClick" | "editClosed" | "editActived" | "editDisabled" | "validError" | "custom" | "openFnr" | "fnrChange" | "fnrFind" | "fnrFindAll" | "fnrReplace" | "fnrReplaceAll" | "cellAreaCopy" | "cellAreaCut" | "cellAreaPaste" | "cellAreaMerge" | "clearCellAreaMerge" | "headerCellAreaSelection" | "cellAreaSelectionStart" | "cellAreaSelectionDrag" | "cellAreaSelectionEnd" | "cellAreaExtensionStart" | "cellAreaExtensionDrag" | "cellAreaExtensionEnd" | "cellAreaArrowsStart" | "cellAreaArrowsEnd" | "activeCellChangeStart" | "activeCellChangeEnd" | "pageChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7782
9385
|
tableConfig: {
|
|
7783
9386
|
type: import("vue").PropType<import("../../../../../components/iho-table").IhoTableConfig>;
|