cnhis-design-vue 3.1.45-release.1 → 3.1.45-release.2
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/README.md +87 -87
- package/es/components/annotation-edit/src/AnnotationEdit.js +1 -1
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- package/es/components/fabric-chart/index.d.ts +40 -5
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +40 -5
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/index.d.ts +2 -0
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/index.js +1 -0
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -0
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +20 -0
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useRight.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
- package/es/components/fabric-chart/src/hooks/useGrid.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useGrid.js +1 -1
- package/es/components/fabric-chart/src/interface.d.ts +13 -0
- package/es/components/fabric-chart/src/utils/index.d.ts +2 -1
- package/es/components/fabric-chart/src/utils/index.js +1 -1
- package/es/components/field-set/index.d.ts +157 -38
- package/es/components/field-set/src/FieldSet.vue.d.ts +160 -23
- package/es/components/field-set/src/FieldSet.vue2.js +1 -1
- package/es/components/field-set/src/components/Row.vue.d.ts +132 -0
- package/es/components/field-set/src/components/Row.vue.js +1 -0
- package/es/components/field-set/src/components/Row.vue2.js +1 -0
- package/es/components/field-set/src/types/index.d.ts +1 -0
- package/es/components/field-set/src/utils/index.d.ts +7 -0
- package/es/components/field-set/src/utils/index.js +1 -0
- package/es/components/field-set/style/index.css +1 -1
- package/es/components/form-config/index.d.ts +3534 -21
- package/es/components/form-config/src/FormConfig.vue.d.ts +3534 -21
- package/es/components/form-config/src/FormConfig.vue2.js +1 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +31 -4
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue2.js +1 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +33 -4
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +11 -1
- package/es/components/form-config/src/components/FormConfigMaterialItem.js +1 -1
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +2 -0
- package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +1 -1
- package/es/components/form-config/src/constants/index.d.ts +1 -0
- package/es/components/form-config/src/constants/index.js +1 -1
- package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -1
- package/es/components/form-config/src/types/index.d.ts +2 -0
- package/es/components/form-config/style/index.css +1 -1
- package/es/components/form-render/index.d.ts +31 -4
- package/es/components/form-render/src/FormRender.vue.d.ts +31 -4
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +31 -4
- package/es/components/form-render/src/components/renderer/combination.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/combination.js +1 -1
- package/es/components/form-render/src/components/renderer/jsonCombination/index.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/jsonCombination/index.js +1 -1
- package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
- package/es/components/form-render/src/constants/index.d.ts +2 -0
- package/es/components/form-render/src/constants/index.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFormAsyncQueue.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormAsyncQueue.js +1 -1
- package/es/components/form-render/src/hooks/useFormContext.js +1 -1
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +3 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
- package/es/components/form-render/src/hooks/useNuiThemeOverrides.js +1 -1
- package/es/components/form-render/src/types/index.d.ts +2 -0
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +1 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +72 -10
- package/es/components/info-header/src/InfoHeader.vue.d.ts +72 -10
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +31 -4
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +31 -4
- package/es/components/keyboard/index.d.ts +1 -1
- package/es/components/keyboard/src/Keyboard.vue.d.ts +1 -1
- package/es/components/recommend-search/index.d.ts +2 -2
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +2 -2
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +1 -1
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +1 -1
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +1 -1
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/search-cascader/index.d.ts +16 -3
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +16 -3
- package/es/components/search-cascader/src/SearchCascader.vue2.js +1 -1
- package/es/components/search-cascader/src/components/SearchMenu.js +1 -1
- package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
- package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
- package/es/components/shortcut-setter/index.d.ts +31 -4
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +31 -4
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/hooks/useAsyncQueue.d.ts +3 -1
- package/es/shared/hooks/useAsyncQueue.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +2 -2
- package/es/components/search-cascader/src/hooks/index.d.ts +0 -1
- package/es/components/search-cascader/src/hooks/index.js +0 -1
- package/es/components/search-cascader/src/hooks/useCssVariable.d.ts +0 -3
- package/es/components/search-cascader/src/hooks/useCssVariable.js +0 -1
|
@@ -14,6 +14,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14
14
|
formRenderRef: {
|
|
15
15
|
type: import("vue").PropType<import("..").FormRenderExpose>;
|
|
16
16
|
};
|
|
17
|
+
extraMaterialList: {
|
|
18
|
+
type: import("vue").PropType<import("./src/types").FormConfigItem[] | (() => import("./src/types").FormConfigItem[] | Promise<import("./src/types").FormConfigItem[]>)>;
|
|
19
|
+
};
|
|
17
20
|
}, {
|
|
18
21
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
19
22
|
maxHeight: {
|
|
@@ -28,7 +31,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
28
31
|
formRenderRef: {
|
|
29
32
|
type: import("vue").PropType<import("..").FormRenderExpose>;
|
|
30
33
|
};
|
|
31
|
-
|
|
34
|
+
extraMaterialList: {
|
|
35
|
+
type: import("vue").PropType<import("./src/types").FormConfigItem[] | (() => import("./src/types").FormConfigItem[] | Promise<import("./src/types").FormConfigItem[]>)>;
|
|
36
|
+
};
|
|
37
|
+
}>> & {
|
|
38
|
+
onAddItem?: ((...args: any[]) => any) | undefined;
|
|
39
|
+
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
}>>;
|
|
41
|
+
emit: (event: "addItem" | "removeItem", ...args: any[]) => void;
|
|
32
42
|
uuid: string;
|
|
33
43
|
cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
34
44
|
getCommonConfig: (formConfig?: import("./src/types").FormConfigItem | undefined) => {
|
|
@@ -1752,8 +1762,3444 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1752
1762
|
} | undefined;
|
|
1753
1763
|
__new?: boolean | undefined;
|
|
1754
1764
|
__isCombinationChild?: boolean | undefined;
|
|
1765
|
+
__extra?: boolean | undefined;
|
|
1766
|
+
}[]>;
|
|
1767
|
+
materialListRef: import("vue").Ref<{
|
|
1768
|
+
key: string;
|
|
1769
|
+
layoutWidthEnum: import("./src/types").FormConfigWidth;
|
|
1770
|
+
type: string;
|
|
1771
|
+
name: string;
|
|
1772
|
+
show?: boolean | undefined;
|
|
1773
|
+
defaultValue?: any;
|
|
1774
|
+
defaultExpand?: boolean | undefined;
|
|
1775
|
+
fold?: boolean | undefined;
|
|
1776
|
+
required?: boolean | undefined;
|
|
1777
|
+
requiredDisabled?: boolean | undefined;
|
|
1778
|
+
editableDisabled?: boolean | undefined;
|
|
1779
|
+
editable?: boolean | undefined;
|
|
1780
|
+
notes?: string | undefined;
|
|
1781
|
+
desc?: string | undefined;
|
|
1782
|
+
children?: any[] | undefined;
|
|
1783
|
+
originalSetting?: {
|
|
1784
|
+
[x: string]: any;
|
|
1785
|
+
val_key: string;
|
|
1786
|
+
html_type: "LINEBAR" | ({} & string) | "INPUT" | "TEXTAREA" | "SELECT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "DATE" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "SEARCH" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "DIGITAL" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
|
1787
|
+
annotation?: boolean | undefined;
|
|
1788
|
+
val_key_unit?: string | undefined;
|
|
1789
|
+
is_edit?: import("..").FormCommonState | undefined;
|
|
1790
|
+
elem_width?: number | undefined;
|
|
1791
|
+
is_show?: import("..").FormCommonState | undefined;
|
|
1792
|
+
is_null?: import("..").FormCommonState | undefined;
|
|
1793
|
+
name?: string | undefined;
|
|
1794
|
+
alias?: string | undefined;
|
|
1795
|
+
default_val?: any;
|
|
1796
|
+
is_empty?: import("..").FormCommonState | undefined;
|
|
1797
|
+
hide_title?: import("..").FormCommonState | undefined;
|
|
1798
|
+
placeholder?: string | undefined;
|
|
1799
|
+
validate?: {
|
|
1800
|
+
[x: string]: any;
|
|
1801
|
+
obj_type?: ("password" | "sex" | "age" | "email" | "id_card" | "age_unit" | "mobile" | "telephone" | "birthday" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
|
1802
|
+
vali_obj?: string | undefined;
|
|
1803
|
+
max_value?: string | number | undefined;
|
|
1804
|
+
min_value?: string | number | undefined;
|
|
1805
|
+
min_date?: string | undefined;
|
|
1806
|
+
max_date?: string | undefined;
|
|
1807
|
+
min_length?: string | number | undefined;
|
|
1808
|
+
max_length?: string | number | undefined;
|
|
1809
|
+
decimal_length?: string | number | undefined;
|
|
1810
|
+
regular_expression?: string | {
|
|
1811
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
1812
|
+
test: (string: string) => boolean;
|
|
1813
|
+
readonly source: string;
|
|
1814
|
+
readonly global: boolean;
|
|
1815
|
+
readonly ignoreCase: boolean;
|
|
1816
|
+
readonly multiline: boolean;
|
|
1817
|
+
lastIndex: number;
|
|
1818
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
1819
|
+
readonly flags: string;
|
|
1820
|
+
readonly sticky: boolean;
|
|
1821
|
+
readonly unicode: boolean;
|
|
1822
|
+
readonly dotAll: boolean;
|
|
1823
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
1824
|
+
[Symbol.replace]: {
|
|
1825
|
+
(string: string, replaceValue: string): string;
|
|
1826
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
1827
|
+
};
|
|
1828
|
+
[Symbol.search]: (string: string) => number;
|
|
1829
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
1830
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
1831
|
+
} | undefined;
|
|
1832
|
+
regular_error_tip?: string | undefined;
|
|
1833
|
+
message?: string | undefined;
|
|
1834
|
+
} | undefined;
|
|
1835
|
+
option?: {
|
|
1836
|
+
[x: string]: any;
|
|
1837
|
+
keyword?: string | undefined;
|
|
1838
|
+
disabled?: boolean | undefined;
|
|
1839
|
+
children?: any[] | undefined;
|
|
1840
|
+
childrenFields?: any[] | undefined;
|
|
1841
|
+
}[] | undefined;
|
|
1842
|
+
multi_select?: import("..").FormCommonState | undefined;
|
|
1843
|
+
multi_select_value?: string | number | undefined;
|
|
1844
|
+
wordbook?: {
|
|
1845
|
+
level_num?: number | undefined;
|
|
1846
|
+
id?: string | undefined;
|
|
1847
|
+
name?: string | undefined;
|
|
1848
|
+
render_key?: string[] | undefined;
|
|
1849
|
+
search_key?: string[] | undefined;
|
|
1850
|
+
primary_key?: string | undefined;
|
|
1851
|
+
type?: string | undefined;
|
|
1852
|
+
value_key?: string | undefined;
|
|
1853
|
+
level_key?: string | undefined;
|
|
1854
|
+
link_key?: string | undefined;
|
|
1855
|
+
link_key_split?: string | undefined;
|
|
1856
|
+
show_key?: string[] | undefined;
|
|
1857
|
+
conObj?: import("../../../es/shared/types").AnyObject[] | undefined;
|
|
1858
|
+
conObjFirstLevel?: import("../../../es/shared/types").AnyObject[] | undefined;
|
|
1859
|
+
} | undefined;
|
|
1860
|
+
open?: {
|
|
1861
|
+
value?: any;
|
|
1862
|
+
describe?: string | undefined;
|
|
1863
|
+
} | undefined;
|
|
1864
|
+
close?: {
|
|
1865
|
+
value?: any;
|
|
1866
|
+
describe?: string | undefined;
|
|
1867
|
+
} | undefined;
|
|
1868
|
+
date_format?: string | undefined;
|
|
1869
|
+
step_length?: string | number | undefined;
|
|
1870
|
+
urlConfig?: {
|
|
1871
|
+
url: string;
|
|
1872
|
+
method?: import("..").FormRequestType | undefined;
|
|
1873
|
+
nameKey?: string | undefined;
|
|
1874
|
+
valueKey?: string | undefined;
|
|
1875
|
+
params?: import("../../../es/shared/types").AnyObject | undefined;
|
|
1876
|
+
dependKey?: string | Record<string, string> | (string | {
|
|
1877
|
+
paramName: string;
|
|
1878
|
+
paramValue?: string | undefined;
|
|
1879
|
+
required?: boolean | undefined;
|
|
1880
|
+
})[] | undefined;
|
|
1881
|
+
} | undefined;
|
|
1882
|
+
suffixConfig?: any | any[] | undefined;
|
|
1883
|
+
autograph?: string | undefined;
|
|
1884
|
+
defined_error_msg?: string | undefined;
|
|
1885
|
+
extendKey?: string | undefined;
|
|
1886
|
+
is_not_fold?: string | undefined;
|
|
1887
|
+
remark?: string | undefined;
|
|
1888
|
+
free_entry?: import("..").FormCommonState | undefined;
|
|
1889
|
+
initialize_high?: number | undefined;
|
|
1890
|
+
bindEventSetting?: {
|
|
1891
|
+
[x: string]: unknown;
|
|
1892
|
+
event_type: import("../../../es/shared/types").LOW_CODE_EVENT_TYPE;
|
|
1893
|
+
event_field?: string | undefined;
|
|
1894
|
+
params?: {
|
|
1895
|
+
p_value?: string | undefined;
|
|
1896
|
+
p_name: string;
|
|
1897
|
+
p_select: import("../../../es/shared/types").LOW_CODE_VALUE_RELATION;
|
|
1898
|
+
}[] | undefined;
|
|
1899
|
+
results?: {
|
|
1900
|
+
p_value: string;
|
|
1901
|
+
p_name: string;
|
|
1902
|
+
}[] | undefined;
|
|
1903
|
+
}[] | undefined;
|
|
1904
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
1905
|
+
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
|
1906
|
+
lazyRequest?: boolean | undefined;
|
|
1907
|
+
requestCache?: boolean | undefined;
|
|
1908
|
+
maxGroupNum?: number | undefined;
|
|
1909
|
+
jsonCombination?: boolean | undefined;
|
|
1910
|
+
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
|
1911
|
+
children?: any[] | undefined;
|
|
1912
|
+
properties?: any[] | undefined;
|
|
1913
|
+
componentProps?: import("../../../es/shared/types").AnyObject | undefined;
|
|
1914
|
+
decoratorProps?: import("../../../es/shared/types").AnyObject | undefined;
|
|
1915
|
+
noDecorator?: {
|
|
1916
|
+
valueOf: () => boolean;
|
|
1917
|
+
} | undefined;
|
|
1918
|
+
display?: "flex" | "grid" | undefined;
|
|
1919
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
|
1920
|
+
wrapperStyle?: Record<string, string> | {
|
|
1921
|
+
[x: `--${string}`]: string | number | undefined;
|
|
1922
|
+
accentColor?: string | undefined;
|
|
1923
|
+
alignContent?: string | undefined;
|
|
1924
|
+
alignItems?: string | undefined;
|
|
1925
|
+
alignSelf?: string | undefined;
|
|
1926
|
+
alignTracks?: string | undefined;
|
|
1927
|
+
animationComposition?: string | undefined;
|
|
1928
|
+
animationDelay?: string | undefined;
|
|
1929
|
+
animationDirection?: string | undefined;
|
|
1930
|
+
animationDuration?: string | undefined;
|
|
1931
|
+
animationFillMode?: string | undefined;
|
|
1932
|
+
animationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
1933
|
+
animationName?: string | undefined;
|
|
1934
|
+
animationPlayState?: string | undefined;
|
|
1935
|
+
animationTimeline?: string | undefined;
|
|
1936
|
+
animationTimingFunction?: string | undefined;
|
|
1937
|
+
appearance?: import("csstype").AppearanceProperty | undefined;
|
|
1938
|
+
aspectRatio?: import("csstype").AspectRatioProperty | undefined;
|
|
1939
|
+
backdropFilter?: string | undefined;
|
|
1940
|
+
backfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
|
|
1941
|
+
backgroundAttachment?: string | undefined;
|
|
1942
|
+
backgroundBlendMode?: string | undefined;
|
|
1943
|
+
backgroundClip?: string | undefined;
|
|
1944
|
+
backgroundColor?: string | undefined;
|
|
1945
|
+
backgroundImage?: string | undefined;
|
|
1946
|
+
backgroundOrigin?: string | undefined;
|
|
1947
|
+
backgroundPositionX?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
|
|
1948
|
+
backgroundPositionY?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
|
|
1949
|
+
backgroundRepeat?: string | undefined;
|
|
1950
|
+
backgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
1951
|
+
blockOverflow?: string | undefined;
|
|
1952
|
+
blockSize?: import("csstype").BlockSizeProperty<string | number> | undefined;
|
|
1953
|
+
borderBlockColor?: string | undefined;
|
|
1954
|
+
borderBlockEndColor?: string | undefined;
|
|
1955
|
+
borderBlockEndStyle?: import("csstype").BorderBlockEndStyleProperty | undefined;
|
|
1956
|
+
borderBlockEndWidth?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
|
|
1957
|
+
borderBlockStartColor?: string | undefined;
|
|
1958
|
+
borderBlockStartStyle?: import("csstype").BorderBlockStartStyleProperty | undefined;
|
|
1959
|
+
borderBlockStartWidth?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
|
|
1960
|
+
borderBlockStyle?: import("csstype").BorderBlockStyleProperty | undefined;
|
|
1961
|
+
borderBlockWidth?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
|
|
1962
|
+
borderBottomColor?: string | undefined;
|
|
1963
|
+
borderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
|
|
1964
|
+
borderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
|
|
1965
|
+
borderBottomStyle?: import("csstype").BorderBottomStyleProperty | undefined;
|
|
1966
|
+
borderBottomWidth?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
|
|
1967
|
+
borderCollapse?: import("csstype").BorderCollapseProperty | undefined;
|
|
1968
|
+
borderEndEndRadius?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
|
|
1969
|
+
borderEndStartRadius?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
|
|
1970
|
+
borderImageOutset?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
|
|
1971
|
+
borderImageRepeat?: string | undefined;
|
|
1972
|
+
borderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
|
|
1973
|
+
borderImageSource?: string | undefined;
|
|
1974
|
+
borderImageWidth?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
|
|
1975
|
+
borderInlineColor?: string | undefined;
|
|
1976
|
+
borderInlineEndColor?: string | undefined;
|
|
1977
|
+
borderInlineEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
|
|
1978
|
+
borderInlineEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
|
|
1979
|
+
borderInlineStartColor?: string | undefined;
|
|
1980
|
+
borderInlineStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
|
|
1981
|
+
borderInlineStartWidth?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
|
|
1982
|
+
borderInlineStyle?: import("csstype").BorderInlineStyleProperty | undefined;
|
|
1983
|
+
borderInlineWidth?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
|
|
1984
|
+
borderLeftColor?: string | undefined;
|
|
1985
|
+
borderLeftStyle?: import("csstype").BorderLeftStyleProperty | undefined;
|
|
1986
|
+
borderLeftWidth?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
|
|
1987
|
+
borderRightColor?: string | undefined;
|
|
1988
|
+
borderRightStyle?: import("csstype").BorderRightStyleProperty | undefined;
|
|
1989
|
+
borderRightWidth?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
|
|
1990
|
+
borderSpacing?: import("csstype").BorderSpacingProperty<string | number> | undefined;
|
|
1991
|
+
borderStartEndRadius?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
|
|
1992
|
+
borderStartStartRadius?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
|
|
1993
|
+
borderTopColor?: string | undefined;
|
|
1994
|
+
borderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
|
|
1995
|
+
borderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
|
|
1996
|
+
borderTopStyle?: import("csstype").BorderTopStyleProperty | undefined;
|
|
1997
|
+
borderTopWidth?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
|
|
1998
|
+
bottom?: import("csstype").BottomProperty<string | number> | undefined;
|
|
1999
|
+
boxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
|
|
2000
|
+
boxShadow?: string | undefined;
|
|
2001
|
+
boxSizing?: import("csstype").BoxSizingProperty | undefined;
|
|
2002
|
+
breakAfter?: import("csstype").BreakAfterProperty | undefined;
|
|
2003
|
+
breakBefore?: import("csstype").BreakBeforeProperty | undefined;
|
|
2004
|
+
breakInside?: import("csstype").BreakInsideProperty | undefined;
|
|
2005
|
+
captionSide?: import("csstype").CaptionSideProperty | undefined;
|
|
2006
|
+
caretColor?: string | undefined;
|
|
2007
|
+
clear?: import("csstype").ClearProperty | undefined;
|
|
2008
|
+
clipPath?: string | undefined;
|
|
2009
|
+
color?: string | undefined;
|
|
2010
|
+
colorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
|
|
2011
|
+
colorScheme?: string | undefined;
|
|
2012
|
+
columnCount?: import("csstype").ColumnCountProperty | undefined;
|
|
2013
|
+
columnFill?: import("csstype").ColumnFillProperty | undefined;
|
|
2014
|
+
columnGap?: import("csstype").ColumnGapProperty<string | number> | undefined;
|
|
2015
|
+
columnRuleColor?: string | undefined;
|
|
2016
|
+
columnRuleStyle?: string | undefined;
|
|
2017
|
+
columnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
|
|
2018
|
+
columnSpan?: import("csstype").ColumnSpanProperty | undefined;
|
|
2019
|
+
columnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
|
|
2020
|
+
contain?: string | undefined;
|
|
2021
|
+
content?: string | undefined;
|
|
2022
|
+
contentVisibility?: import("csstype").ContentVisibilityProperty | undefined;
|
|
2023
|
+
counterIncrement?: string | undefined;
|
|
2024
|
+
counterReset?: string | undefined;
|
|
2025
|
+
counterSet?: string | undefined;
|
|
2026
|
+
cursor?: string | undefined;
|
|
2027
|
+
direction?: import("csstype").DirectionProperty | undefined;
|
|
2028
|
+
display?: string | undefined;
|
|
2029
|
+
emptyCells?: import("csstype").EmptyCellsProperty | undefined;
|
|
2030
|
+
filter?: string | undefined;
|
|
2031
|
+
flexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
|
|
2032
|
+
flexDirection?: import("csstype").FlexDirectionProperty | undefined;
|
|
2033
|
+
flexGrow?: import("csstype").GlobalsNumber | undefined;
|
|
2034
|
+
flexShrink?: import("csstype").GlobalsNumber | undefined;
|
|
2035
|
+
flexWrap?: import("csstype").FlexWrapProperty | undefined;
|
|
2036
|
+
float?: import("csstype").FloatProperty | undefined;
|
|
2037
|
+
fontFamily?: string | undefined;
|
|
2038
|
+
fontFeatureSettings?: string | undefined;
|
|
2039
|
+
fontKerning?: import("csstype").FontKerningProperty | undefined;
|
|
2040
|
+
fontLanguageOverride?: string | undefined;
|
|
2041
|
+
fontOpticalSizing?: import("csstype").FontOpticalSizingProperty | undefined;
|
|
2042
|
+
fontSize?: import("csstype").FontSizeProperty<string | number> | undefined;
|
|
2043
|
+
fontSizeAdjust?: import("csstype").FontSizeAdjustProperty | undefined;
|
|
2044
|
+
fontSmooth?: import("csstype").FontSmoothProperty<string | number> | undefined;
|
|
2045
|
+
fontStretch?: string | undefined;
|
|
2046
|
+
fontStyle?: string | undefined;
|
|
2047
|
+
fontSynthesis?: string | undefined;
|
|
2048
|
+
fontVariant?: string | undefined;
|
|
2049
|
+
fontVariantAlternates?: string | undefined;
|
|
2050
|
+
fontVariantCaps?: import("csstype").FontVariantCapsProperty | undefined;
|
|
2051
|
+
fontVariantEastAsian?: string | undefined;
|
|
2052
|
+
fontVariantLigatures?: string | undefined;
|
|
2053
|
+
fontVariantNumeric?: string | undefined;
|
|
2054
|
+
fontVariantPosition?: import("csstype").FontVariantPositionProperty | undefined;
|
|
2055
|
+
fontVariationSettings?: string | undefined;
|
|
2056
|
+
fontWeight?: import("csstype").FontWeightProperty | undefined;
|
|
2057
|
+
forcedColorAdjust?: import("csstype").ForcedColorAdjustProperty | undefined;
|
|
2058
|
+
gridAutoColumns?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
|
|
2059
|
+
gridAutoFlow?: string | undefined;
|
|
2060
|
+
gridAutoRows?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
|
|
2061
|
+
gridColumnEnd?: import("csstype").GridColumnEndProperty | undefined;
|
|
2062
|
+
gridColumnStart?: import("csstype").GridColumnStartProperty | undefined;
|
|
2063
|
+
gridRowEnd?: import("csstype").GridRowEndProperty | undefined;
|
|
2064
|
+
gridRowStart?: import("csstype").GridRowStartProperty | undefined;
|
|
2065
|
+
gridTemplateAreas?: string | undefined;
|
|
2066
|
+
gridTemplateColumns?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
|
|
2067
|
+
gridTemplateRows?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
|
|
2068
|
+
hangingPunctuation?: string | undefined;
|
|
2069
|
+
height?: import("csstype").HeightProperty<string | number> | undefined;
|
|
2070
|
+
hyphenateCharacter?: string | undefined;
|
|
2071
|
+
hyphens?: import("csstype").HyphensProperty | undefined;
|
|
2072
|
+
imageOrientation?: string | undefined;
|
|
2073
|
+
imageRendering?: import("csstype").ImageRenderingProperty | undefined;
|
|
2074
|
+
imageResolution?: string | undefined;
|
|
2075
|
+
initialLetter?: import("csstype").InitialLetterProperty | undefined;
|
|
2076
|
+
inlineSize?: import("csstype").InlineSizeProperty<string | number> | undefined;
|
|
2077
|
+
inputSecurity?: import("csstype").InputSecurityProperty | undefined;
|
|
2078
|
+
inset?: import("csstype").InsetProperty<string | number> | undefined;
|
|
2079
|
+
insetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
|
|
2080
|
+
insetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
|
|
2081
|
+
insetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
|
|
2082
|
+
insetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
|
|
2083
|
+
insetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
|
|
2084
|
+
insetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
|
|
2085
|
+
isolation?: import("csstype").IsolationProperty | undefined;
|
|
2086
|
+
justifyContent?: string | undefined;
|
|
2087
|
+
justifyItems?: string | undefined;
|
|
2088
|
+
justifySelf?: string | undefined;
|
|
2089
|
+
justifyTracks?: string | undefined;
|
|
2090
|
+
left?: import("csstype").LeftProperty<string | number> | undefined;
|
|
2091
|
+
letterSpacing?: import("csstype").LetterSpacingProperty<string | number> | undefined;
|
|
2092
|
+
lineBreak?: import("csstype").LineBreakProperty | undefined;
|
|
2093
|
+
lineHeight?: import("csstype").LineHeightProperty<string | number> | undefined;
|
|
2094
|
+
lineHeightStep?: import("csstype").LineHeightStepProperty<string | number> | undefined;
|
|
2095
|
+
listStyleImage?: string | undefined;
|
|
2096
|
+
listStylePosition?: import("csstype").ListStylePositionProperty | undefined;
|
|
2097
|
+
listStyleType?: string | undefined;
|
|
2098
|
+
marginBlock?: import("csstype").MarginBlockProperty<string | number> | undefined;
|
|
2099
|
+
marginBlockEnd?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
|
|
2100
|
+
marginBlockStart?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
|
|
2101
|
+
marginBottom?: import("csstype").MarginBottomProperty<string | number> | undefined;
|
|
2102
|
+
marginInline?: import("csstype").MarginInlineProperty<string | number> | undefined;
|
|
2103
|
+
marginInlineEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
|
|
2104
|
+
marginInlineStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
|
|
2105
|
+
marginLeft?: import("csstype").MarginLeftProperty<string | number> | undefined;
|
|
2106
|
+
marginRight?: import("csstype").MarginRightProperty<string | number> | undefined;
|
|
2107
|
+
marginTop?: import("csstype").MarginTopProperty<string | number> | undefined;
|
|
2108
|
+
maskBorderMode?: import("csstype").MaskBorderModeProperty | undefined;
|
|
2109
|
+
maskBorderOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
|
|
2110
|
+
maskBorderRepeat?: string | undefined;
|
|
2111
|
+
maskBorderSlice?: import("csstype").MaskBorderSliceProperty | undefined;
|
|
2112
|
+
maskBorderSource?: string | undefined;
|
|
2113
|
+
maskBorderWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
|
|
2114
|
+
maskClip?: string | undefined;
|
|
2115
|
+
maskComposite?: string | undefined;
|
|
2116
|
+
maskImage?: string | undefined;
|
|
2117
|
+
maskMode?: string | undefined;
|
|
2118
|
+
maskOrigin?: string | undefined;
|
|
2119
|
+
maskPosition?: import("csstype").MaskPositionProperty<string | number> | undefined;
|
|
2120
|
+
maskRepeat?: string | undefined;
|
|
2121
|
+
maskSize?: import("csstype").MaskSizeProperty<string | number> | undefined;
|
|
2122
|
+
maskType?: import("csstype").MaskTypeProperty | undefined;
|
|
2123
|
+
mathDepth?: import("csstype").MathDepthProperty | undefined;
|
|
2124
|
+
mathShift?: import("csstype").MathShiftProperty | undefined;
|
|
2125
|
+
mathStyle?: import("csstype").MathStyleProperty | undefined;
|
|
2126
|
+
maxBlockSize?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
|
|
2127
|
+
maxHeight?: import("csstype").MaxHeightProperty<string | number> | undefined;
|
|
2128
|
+
maxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
|
|
2129
|
+
maxLines?: import("csstype").MaxLinesProperty | undefined;
|
|
2130
|
+
maxWidth?: import("csstype").MaxWidthProperty<string | number> | undefined;
|
|
2131
|
+
minBlockSize?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
|
|
2132
|
+
minHeight?: import("csstype").MinHeightProperty<string | number> | undefined;
|
|
2133
|
+
minInlineSize?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
|
|
2134
|
+
minWidth?: import("csstype").MinWidthProperty<string | number> | undefined;
|
|
2135
|
+
mixBlendMode?: import("csstype").MixBlendModeProperty | undefined;
|
|
2136
|
+
motionDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
|
|
2137
|
+
motionPath?: string | undefined;
|
|
2138
|
+
motionRotation?: string | undefined;
|
|
2139
|
+
objectFit?: import("csstype").ObjectFitProperty | undefined;
|
|
2140
|
+
objectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
|
|
2141
|
+
offsetAnchor?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
|
|
2142
|
+
offsetDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
|
|
2143
|
+
offsetPath?: string | undefined;
|
|
2144
|
+
offsetRotate?: string | undefined;
|
|
2145
|
+
offsetRotation?: string | undefined;
|
|
2146
|
+
opacity?: import("csstype").OpacityProperty | undefined;
|
|
2147
|
+
order?: import("csstype").GlobalsNumber | undefined;
|
|
2148
|
+
orphans?: import("csstype").GlobalsNumber | undefined;
|
|
2149
|
+
outlineColor?: string | undefined;
|
|
2150
|
+
outlineOffset?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
|
|
2151
|
+
outlineStyle?: string | undefined;
|
|
2152
|
+
outlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
|
|
2153
|
+
overflowAnchor?: import("csstype").OverflowAnchorProperty | undefined;
|
|
2154
|
+
overflowBlock?: import("csstype").OverflowBlockProperty | undefined;
|
|
2155
|
+
overflowClipBox?: import("csstype").OverflowClipBoxProperty | undefined;
|
|
2156
|
+
overflowClipMargin?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
|
|
2157
|
+
overflowInline?: import("csstype").OverflowInlineProperty | undefined;
|
|
2158
|
+
overflowWrap?: import("csstype").OverflowWrapProperty | undefined;
|
|
2159
|
+
overflowX?: import("csstype").OverflowXProperty | undefined;
|
|
2160
|
+
overflowY?: import("csstype").OverflowYProperty | undefined;
|
|
2161
|
+
overscrollBehaviorBlock?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
|
|
2162
|
+
overscrollBehaviorInline?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
|
|
2163
|
+
overscrollBehaviorX?: import("csstype").OverscrollBehaviorXProperty | undefined;
|
|
2164
|
+
overscrollBehaviorY?: import("csstype").OverscrollBehaviorYProperty | undefined;
|
|
2165
|
+
paddingBlock?: import("csstype").PaddingBlockProperty<string | number> | undefined;
|
|
2166
|
+
paddingBlockEnd?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
|
|
2167
|
+
paddingBlockStart?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
|
|
2168
|
+
paddingBottom?: import("csstype").PaddingBottomProperty<string | number> | undefined;
|
|
2169
|
+
paddingInline?: import("csstype").PaddingInlineProperty<string | number> | undefined;
|
|
2170
|
+
paddingInlineEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
|
|
2171
|
+
paddingInlineStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
|
|
2172
|
+
paddingLeft?: import("csstype").PaddingLeftProperty<string | number> | undefined;
|
|
2173
|
+
paddingRight?: import("csstype").PaddingRightProperty<string | number> | undefined;
|
|
2174
|
+
paddingTop?: import("csstype").PaddingTopProperty<string | number> | undefined;
|
|
2175
|
+
pageBreakAfter?: import("csstype").PageBreakAfterProperty | undefined;
|
|
2176
|
+
pageBreakBefore?: import("csstype").PageBreakBeforeProperty | undefined;
|
|
2177
|
+
pageBreakInside?: import("csstype").PageBreakInsideProperty | undefined;
|
|
2178
|
+
paintOrder?: string | undefined;
|
|
2179
|
+
perspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
|
|
2180
|
+
perspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
|
|
2181
|
+
placeContent?: string | undefined;
|
|
2182
|
+
pointerEvents?: import("csstype").PointerEventsProperty | undefined;
|
|
2183
|
+
position?: import("csstype").PositionProperty | undefined;
|
|
2184
|
+
printColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
|
|
2185
|
+
quotes?: string | undefined;
|
|
2186
|
+
resize?: import("csstype").ResizeProperty | undefined;
|
|
2187
|
+
right?: import("csstype").RightProperty<string | number> | undefined;
|
|
2188
|
+
rotate?: string | undefined;
|
|
2189
|
+
rowGap?: import("csstype").RowGapProperty<string | number> | undefined;
|
|
2190
|
+
rubyAlign?: import("csstype").RubyAlignProperty | undefined;
|
|
2191
|
+
rubyMerge?: import("csstype").RubyMergeProperty | undefined;
|
|
2192
|
+
rubyPosition?: string | undefined;
|
|
2193
|
+
scale?: import("csstype").ScaleProperty | undefined;
|
|
2194
|
+
scrollBehavior?: import("csstype").ScrollBehaviorProperty | undefined;
|
|
2195
|
+
scrollMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
|
|
2196
|
+
scrollMarginBlock?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
|
|
2197
|
+
scrollMarginBlockEnd?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
|
|
2198
|
+
scrollMarginBlockStart?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
|
|
2199
|
+
scrollMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
|
|
2200
|
+
scrollMarginInline?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
|
|
2201
|
+
scrollMarginInlineEnd?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
|
|
2202
|
+
scrollMarginInlineStart?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
|
|
2203
|
+
scrollMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
|
|
2204
|
+
scrollMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
|
|
2205
|
+
scrollMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
|
|
2206
|
+
scrollPadding?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
|
|
2207
|
+
scrollPaddingBlock?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
|
|
2208
|
+
scrollPaddingBlockEnd?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
|
|
2209
|
+
scrollPaddingBlockStart?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
|
|
2210
|
+
scrollPaddingBottom?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
|
|
2211
|
+
scrollPaddingInline?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
|
|
2212
|
+
scrollPaddingInlineEnd?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
|
|
2213
|
+
scrollPaddingInlineStart?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
|
|
2214
|
+
scrollPaddingLeft?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
|
|
2215
|
+
scrollPaddingRight?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
|
|
2216
|
+
scrollPaddingTop?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
|
|
2217
|
+
scrollSnapAlign?: string | undefined;
|
|
2218
|
+
scrollSnapMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
|
|
2219
|
+
scrollSnapMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
|
|
2220
|
+
scrollSnapMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
|
|
2221
|
+
scrollSnapMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
|
|
2222
|
+
scrollSnapMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
|
|
2223
|
+
scrollSnapStop?: import("csstype").ScrollSnapStopProperty | undefined;
|
|
2224
|
+
scrollSnapType?: string | undefined;
|
|
2225
|
+
scrollbarColor?: string | undefined;
|
|
2226
|
+
scrollbarGutter?: string | undefined;
|
|
2227
|
+
scrollbarWidth?: import("csstype").ScrollbarWidthProperty | undefined;
|
|
2228
|
+
shapeImageThreshold?: import("csstype").ShapeImageThresholdProperty | undefined;
|
|
2229
|
+
shapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
|
|
2230
|
+
shapeOutside?: string | undefined;
|
|
2231
|
+
tabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
|
|
2232
|
+
tableLayout?: import("csstype").TableLayoutProperty | undefined;
|
|
2233
|
+
textAlign?: import("csstype").TextAlignProperty | undefined;
|
|
2234
|
+
textAlignLast?: import("csstype").TextAlignLastProperty | undefined;
|
|
2235
|
+
textCombineUpright?: string | undefined;
|
|
2236
|
+
textDecorationColor?: string | undefined;
|
|
2237
|
+
textDecorationLine?: string | undefined;
|
|
2238
|
+
textDecorationSkip?: string | undefined;
|
|
2239
|
+
textDecorationSkipInk?: import("csstype").TextDecorationSkipInkProperty | undefined;
|
|
2240
|
+
textDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
|
|
2241
|
+
textDecorationThickness?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
|
|
2242
|
+
textEmphasisColor?: string | undefined;
|
|
2243
|
+
textEmphasisPosition?: string | undefined;
|
|
2244
|
+
textEmphasisStyle?: string | undefined;
|
|
2245
|
+
textIndent?: import("csstype").TextIndentProperty<string | number> | undefined;
|
|
2246
|
+
textJustify?: import("csstype").TextJustifyProperty | undefined;
|
|
2247
|
+
textOrientation?: import("csstype").TextOrientationProperty | undefined;
|
|
2248
|
+
textOverflow?: string | undefined;
|
|
2249
|
+
textRendering?: import("csstype").TextRenderingProperty | undefined;
|
|
2250
|
+
textShadow?: string | undefined;
|
|
2251
|
+
textSizeAdjust?: string | undefined;
|
|
2252
|
+
textTransform?: import("csstype").TextTransformProperty | undefined;
|
|
2253
|
+
textUnderlineOffset?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
|
|
2254
|
+
textUnderlinePosition?: string | undefined;
|
|
2255
|
+
top?: import("csstype").TopProperty<string | number> | undefined;
|
|
2256
|
+
touchAction?: string | undefined;
|
|
2257
|
+
transform?: string | undefined;
|
|
2258
|
+
transformBox?: import("csstype").TransformBoxProperty | undefined;
|
|
2259
|
+
transformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
2260
|
+
transformStyle?: import("csstype").TransformStyleProperty | undefined;
|
|
2261
|
+
transitionDelay?: string | undefined;
|
|
2262
|
+
transitionDuration?: string | undefined;
|
|
2263
|
+
transitionProperty?: string | undefined;
|
|
2264
|
+
transitionTimingFunction?: string | undefined;
|
|
2265
|
+
translate?: import("csstype").TranslateProperty<string | number> | undefined;
|
|
2266
|
+
unicodeBidi?: import("csstype").UnicodeBidiProperty | undefined;
|
|
2267
|
+
userSelect?: import("csstype").UserSelectProperty | undefined;
|
|
2268
|
+
verticalAlign?: import("csstype").VerticalAlignProperty<string | number> | undefined;
|
|
2269
|
+
visibility?: import("csstype").VisibilityProperty | undefined;
|
|
2270
|
+
whiteSpace?: import("csstype").WhiteSpaceProperty | undefined;
|
|
2271
|
+
widows?: import("csstype").GlobalsNumber | undefined;
|
|
2272
|
+
width?: import("csstype").WidthProperty<string | number> | undefined;
|
|
2273
|
+
willChange?: string | undefined;
|
|
2274
|
+
wordBreak?: import("csstype").WordBreakProperty | undefined;
|
|
2275
|
+
wordSpacing?: import("csstype").WordSpacingProperty<string | number> | undefined;
|
|
2276
|
+
wordWrap?: import("csstype").WordWrapProperty | undefined;
|
|
2277
|
+
writingMode?: import("csstype").WritingModeProperty | undefined;
|
|
2278
|
+
zIndex?: import("csstype").ZIndexProperty | undefined;
|
|
2279
|
+
zoom?: import("csstype").ZoomProperty | undefined;
|
|
2280
|
+
all?: import("csstype").Globals | undefined;
|
|
2281
|
+
animation?: import("csstype").AnimationProperty | undefined;
|
|
2282
|
+
background?: import("csstype").BackgroundProperty<string | number> | undefined;
|
|
2283
|
+
backgroundPosition?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
|
|
2284
|
+
border?: import("csstype").BorderProperty<string | number> | undefined;
|
|
2285
|
+
borderBlock?: import("csstype").BorderBlockProperty<string | number> | undefined;
|
|
2286
|
+
borderBlockEnd?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
|
|
2287
|
+
borderBlockStart?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
|
|
2288
|
+
borderBottom?: import("csstype").BorderBottomProperty<string | number> | undefined;
|
|
2289
|
+
borderColor?: string | undefined;
|
|
2290
|
+
borderImage?: import("csstype").BorderImageProperty | undefined;
|
|
2291
|
+
borderInline?: import("csstype").BorderInlineProperty<string | number> | undefined;
|
|
2292
|
+
borderInlineEnd?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
|
|
2293
|
+
borderInlineStart?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
|
|
2294
|
+
borderLeft?: import("csstype").BorderLeftProperty<string | number> | undefined;
|
|
2295
|
+
borderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
|
|
2296
|
+
borderRight?: import("csstype").BorderRightProperty<string | number> | undefined;
|
|
2297
|
+
borderStyle?: string | undefined;
|
|
2298
|
+
borderTop?: import("csstype").BorderTopProperty<string | number> | undefined;
|
|
2299
|
+
borderWidth?: import("csstype").BorderWidthProperty<string | number> | undefined;
|
|
2300
|
+
columnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
|
|
2301
|
+
columns?: import("csstype").ColumnsProperty<string | number> | undefined;
|
|
2302
|
+
flex?: import("csstype").FlexProperty<string | number> | undefined;
|
|
2303
|
+
flexFlow?: string | undefined;
|
|
2304
|
+
font?: string | undefined;
|
|
2305
|
+
gap?: import("csstype").GapProperty<string | number> | undefined;
|
|
2306
|
+
grid?: string | undefined;
|
|
2307
|
+
gridArea?: import("csstype").GridAreaProperty | undefined;
|
|
2308
|
+
gridColumn?: import("csstype").GridColumnProperty | undefined;
|
|
2309
|
+
gridRow?: import("csstype").GridRowProperty | undefined;
|
|
2310
|
+
gridTemplate?: string | undefined;
|
|
2311
|
+
lineClamp?: import("csstype").LineClampProperty | undefined;
|
|
2312
|
+
listStyle?: string | undefined;
|
|
2313
|
+
margin?: import("csstype").MarginProperty<string | number> | undefined;
|
|
2314
|
+
mask?: import("csstype").MaskProperty<string | number> | undefined;
|
|
2315
|
+
maskBorder?: import("csstype").MaskBorderProperty | undefined;
|
|
2316
|
+
motion?: import("csstype").OffsetProperty<string | number> | undefined;
|
|
2317
|
+
offset?: import("csstype").OffsetProperty<string | number> | undefined;
|
|
2318
|
+
outline?: import("csstype").OutlineProperty<string | number> | undefined;
|
|
2319
|
+
overflow?: string | undefined;
|
|
2320
|
+
overscrollBehavior?: string | undefined;
|
|
2321
|
+
padding?: import("csstype").PaddingProperty<string | number> | undefined;
|
|
2322
|
+
placeItems?: string | undefined;
|
|
2323
|
+
placeSelf?: string | undefined;
|
|
2324
|
+
textDecoration?: import("csstype").TextDecorationProperty<string | number> | undefined;
|
|
2325
|
+
textEmphasis?: string | undefined;
|
|
2326
|
+
transition?: string | undefined;
|
|
2327
|
+
MozAnimationDelay?: string | undefined;
|
|
2328
|
+
MozAnimationDirection?: string | undefined;
|
|
2329
|
+
MozAnimationDuration?: string | undefined;
|
|
2330
|
+
MozAnimationFillMode?: string | undefined;
|
|
2331
|
+
MozAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
2332
|
+
MozAnimationName?: string | undefined;
|
|
2333
|
+
MozAnimationPlayState?: string | undefined;
|
|
2334
|
+
MozAnimationTimingFunction?: string | undefined;
|
|
2335
|
+
MozAppearance?: import("csstype").MozAppearanceProperty | undefined;
|
|
2336
|
+
MozBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
|
|
2337
|
+
MozBorderBottomColors?: string | undefined;
|
|
2338
|
+
MozBorderEndColor?: string | undefined;
|
|
2339
|
+
MozBorderEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
|
|
2340
|
+
MozBorderEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
|
|
2341
|
+
MozBorderLeftColors?: string | undefined;
|
|
2342
|
+
MozBorderRightColors?: string | undefined;
|
|
2343
|
+
MozBorderStartColor?: string | undefined;
|
|
2344
|
+
MozBorderStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
|
|
2345
|
+
MozBorderTopColors?: string | undefined;
|
|
2346
|
+
MozBoxSizing?: import("csstype").BoxSizingProperty | undefined;
|
|
2347
|
+
MozColumnCount?: import("csstype").ColumnCountProperty | undefined;
|
|
2348
|
+
MozColumnFill?: import("csstype").ColumnFillProperty | undefined;
|
|
2349
|
+
MozColumnRuleColor?: string | undefined;
|
|
2350
|
+
MozColumnRuleStyle?: string | undefined;
|
|
2351
|
+
MozColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
|
|
2352
|
+
MozColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
|
|
2353
|
+
MozContextProperties?: string | undefined;
|
|
2354
|
+
MozFontFeatureSettings?: string | undefined;
|
|
2355
|
+
MozFontLanguageOverride?: string | undefined;
|
|
2356
|
+
MozHyphens?: import("csstype").HyphensProperty | undefined;
|
|
2357
|
+
MozImageRegion?: string | undefined;
|
|
2358
|
+
MozMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
|
|
2359
|
+
MozMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
|
|
2360
|
+
MozOrient?: import("csstype").MozOrientProperty | undefined;
|
|
2361
|
+
MozOsxFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
|
|
2362
|
+
MozPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
|
|
2363
|
+
MozPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
|
|
2364
|
+
MozPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
|
|
2365
|
+
MozPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
|
|
2366
|
+
MozStackSizing?: import("csstype").MozStackSizingProperty | undefined;
|
|
2367
|
+
MozTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
|
|
2368
|
+
MozTextBlink?: import("csstype").MozTextBlinkProperty | undefined;
|
|
2369
|
+
MozTextSizeAdjust?: string | undefined;
|
|
2370
|
+
MozTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
2371
|
+
MozTransformStyle?: import("csstype").TransformStyleProperty | undefined;
|
|
2372
|
+
MozTransitionDelay?: string | undefined;
|
|
2373
|
+
MozTransitionDuration?: string | undefined;
|
|
2374
|
+
MozTransitionProperty?: string | undefined;
|
|
2375
|
+
MozTransitionTimingFunction?: string | undefined;
|
|
2376
|
+
MozUserFocus?: import("csstype").MozUserFocusProperty | undefined;
|
|
2377
|
+
MozUserModify?: import("csstype").MozUserModifyProperty | undefined;
|
|
2378
|
+
MozUserSelect?: import("csstype").UserSelectProperty | undefined;
|
|
2379
|
+
MozWindowDragging?: import("csstype").MozWindowDraggingProperty | undefined;
|
|
2380
|
+
MozWindowShadow?: import("csstype").MozWindowShadowProperty | undefined;
|
|
2381
|
+
msAccelerator?: import("csstype").MsAcceleratorProperty | undefined;
|
|
2382
|
+
msBlockProgression?: import("csstype").MsBlockProgressionProperty | undefined;
|
|
2383
|
+
msContentZoomChaining?: import("csstype").MsContentZoomChainingProperty | undefined;
|
|
2384
|
+
msContentZoomLimitMax?: string | undefined;
|
|
2385
|
+
msContentZoomLimitMin?: string | undefined;
|
|
2386
|
+
msContentZoomSnapPoints?: string | undefined;
|
|
2387
|
+
msContentZoomSnapType?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
|
|
2388
|
+
msContentZooming?: import("csstype").MsContentZoomingProperty | undefined;
|
|
2389
|
+
msFilter?: string | undefined;
|
|
2390
|
+
msFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
|
|
2391
|
+
msFlexPositive?: import("csstype").GlobalsNumber | undefined;
|
|
2392
|
+
msFlowFrom?: string | undefined;
|
|
2393
|
+
msFlowInto?: string | undefined;
|
|
2394
|
+
msGridColumns?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
|
|
2395
|
+
msGridRows?: import("csstype").MsGridRowsProperty<string | number> | undefined;
|
|
2396
|
+
msHighContrastAdjust?: import("csstype").MsHighContrastAdjustProperty | undefined;
|
|
2397
|
+
msHyphenateLimitChars?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
|
|
2398
|
+
msHyphenateLimitLines?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
|
|
2399
|
+
msHyphenateLimitZone?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
|
|
2400
|
+
msHyphens?: import("csstype").HyphensProperty | undefined;
|
|
2401
|
+
msImeAlign?: import("csstype").MsImeAlignProperty | undefined;
|
|
2402
|
+
msLineBreak?: import("csstype").LineBreakProperty | undefined;
|
|
2403
|
+
msOrder?: import("csstype").GlobalsNumber | undefined;
|
|
2404
|
+
msOverflowStyle?: import("csstype").MsOverflowStyleProperty | undefined;
|
|
2405
|
+
msOverflowX?: import("csstype").OverflowXProperty | undefined;
|
|
2406
|
+
msOverflowY?: import("csstype").OverflowYProperty | undefined;
|
|
2407
|
+
msScrollChaining?: import("csstype").MsScrollChainingProperty | undefined;
|
|
2408
|
+
msScrollLimitXMax?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
|
|
2409
|
+
msScrollLimitXMin?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
|
|
2410
|
+
msScrollLimitYMax?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
|
|
2411
|
+
msScrollLimitYMin?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
|
|
2412
|
+
msScrollRails?: import("csstype").MsScrollRailsProperty | undefined;
|
|
2413
|
+
msScrollSnapPointsX?: string | undefined;
|
|
2414
|
+
msScrollSnapPointsY?: string | undefined;
|
|
2415
|
+
msScrollSnapType?: import("csstype").MsScrollSnapTypeProperty | undefined;
|
|
2416
|
+
msScrollTranslation?: import("csstype").MsScrollTranslationProperty | undefined;
|
|
2417
|
+
msScrollbar3dlightColor?: string | undefined;
|
|
2418
|
+
msScrollbarArrowColor?: string | undefined;
|
|
2419
|
+
msScrollbarBaseColor?: string | undefined;
|
|
2420
|
+
msScrollbarDarkshadowColor?: string | undefined;
|
|
2421
|
+
msScrollbarFaceColor?: string | undefined;
|
|
2422
|
+
msScrollbarHighlightColor?: string | undefined;
|
|
2423
|
+
msScrollbarShadowColor?: string | undefined;
|
|
2424
|
+
msScrollbarTrackColor?: string | undefined;
|
|
2425
|
+
msTextAutospace?: import("csstype").MsTextAutospaceProperty | undefined;
|
|
2426
|
+
msTextCombineHorizontal?: string | undefined;
|
|
2427
|
+
msTextOverflow?: string | undefined;
|
|
2428
|
+
msTouchAction?: string | undefined;
|
|
2429
|
+
msTouchSelect?: import("csstype").MsTouchSelectProperty | undefined;
|
|
2430
|
+
msTransform?: string | undefined;
|
|
2431
|
+
msTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
2432
|
+
msTransitionDelay?: string | undefined;
|
|
2433
|
+
msTransitionDuration?: string | undefined;
|
|
2434
|
+
msTransitionProperty?: string | undefined;
|
|
2435
|
+
msTransitionTimingFunction?: string | undefined;
|
|
2436
|
+
msUserSelect?: import("csstype").MsUserSelectProperty | undefined;
|
|
2437
|
+
msWordBreak?: import("csstype").WordBreakProperty | undefined;
|
|
2438
|
+
msWrapFlow?: import("csstype").MsWrapFlowProperty | undefined;
|
|
2439
|
+
msWrapMargin?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
|
|
2440
|
+
msWrapThrough?: import("csstype").MsWrapThroughProperty | undefined;
|
|
2441
|
+
msWritingMode?: import("csstype").WritingModeProperty | undefined;
|
|
2442
|
+
WebkitAlignContent?: string | undefined;
|
|
2443
|
+
WebkitAlignItems?: string | undefined;
|
|
2444
|
+
WebkitAlignSelf?: string | undefined;
|
|
2445
|
+
WebkitAnimationDelay?: string | undefined;
|
|
2446
|
+
WebkitAnimationDirection?: string | undefined;
|
|
2447
|
+
WebkitAnimationDuration?: string | undefined;
|
|
2448
|
+
WebkitAnimationFillMode?: string | undefined;
|
|
2449
|
+
WebkitAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
2450
|
+
WebkitAnimationName?: string | undefined;
|
|
2451
|
+
WebkitAnimationPlayState?: string | undefined;
|
|
2452
|
+
WebkitAnimationTimingFunction?: string | undefined;
|
|
2453
|
+
WebkitAppearance?: import("csstype").WebkitAppearanceProperty | undefined;
|
|
2454
|
+
WebkitBackdropFilter?: string | undefined;
|
|
2455
|
+
WebkitBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
|
|
2456
|
+
WebkitBackgroundClip?: string | undefined;
|
|
2457
|
+
WebkitBackgroundOrigin?: string | undefined;
|
|
2458
|
+
WebkitBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
2459
|
+
WebkitBorderBeforeColor?: string | undefined;
|
|
2460
|
+
WebkitBorderBeforeStyle?: string | undefined;
|
|
2461
|
+
WebkitBorderBeforeWidth?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
|
|
2462
|
+
WebkitBorderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
|
|
2463
|
+
WebkitBorderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
|
|
2464
|
+
WebkitBorderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
|
|
2465
|
+
WebkitBorderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
|
|
2466
|
+
WebkitBorderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
|
|
2467
|
+
WebkitBoxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
|
|
2468
|
+
WebkitBoxReflect?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
|
|
2469
|
+
WebkitBoxShadow?: string | undefined;
|
|
2470
|
+
WebkitBoxSizing?: import("csstype").BoxSizingProperty | undefined;
|
|
2471
|
+
WebkitClipPath?: string | undefined;
|
|
2472
|
+
WebkitColumnCount?: import("csstype").ColumnCountProperty | undefined;
|
|
2473
|
+
WebkitColumnFill?: import("csstype").ColumnFillProperty | undefined;
|
|
2474
|
+
WebkitColumnRuleColor?: string | undefined;
|
|
2475
|
+
WebkitColumnRuleStyle?: string | undefined;
|
|
2476
|
+
WebkitColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
|
|
2477
|
+
WebkitColumnSpan?: import("csstype").ColumnSpanProperty | undefined;
|
|
2478
|
+
WebkitColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
|
|
2479
|
+
WebkitFilter?: string | undefined;
|
|
2480
|
+
WebkitFlexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
|
|
2481
|
+
WebkitFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
|
|
2482
|
+
WebkitFlexGrow?: import("csstype").GlobalsNumber | undefined;
|
|
2483
|
+
WebkitFlexShrink?: import("csstype").GlobalsNumber | undefined;
|
|
2484
|
+
WebkitFlexWrap?: import("csstype").FlexWrapProperty | undefined;
|
|
2485
|
+
WebkitFontFeatureSettings?: string | undefined;
|
|
2486
|
+
WebkitFontKerning?: import("csstype").FontKerningProperty | undefined;
|
|
2487
|
+
WebkitFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
|
|
2488
|
+
WebkitFontVariantLigatures?: string | undefined;
|
|
2489
|
+
WebkitHyphenateCharacter?: string | undefined;
|
|
2490
|
+
WebkitHyphens?: import("csstype").HyphensProperty | undefined;
|
|
2491
|
+
WebkitInitialLetter?: import("csstype").InitialLetterProperty | undefined;
|
|
2492
|
+
WebkitJustifyContent?: string | undefined;
|
|
2493
|
+
WebkitLineBreak?: import("csstype").LineBreakProperty | undefined;
|
|
2494
|
+
WebkitLineClamp?: import("csstype").WebkitLineClampProperty | undefined;
|
|
2495
|
+
WebkitMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
|
|
2496
|
+
WebkitMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
|
|
2497
|
+
WebkitMaskAttachment?: string | undefined;
|
|
2498
|
+
WebkitMaskBoxImageOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
|
|
2499
|
+
WebkitMaskBoxImageRepeat?: string | undefined;
|
|
2500
|
+
WebkitMaskBoxImageSlice?: import("csstype").MaskBorderSliceProperty | undefined;
|
|
2501
|
+
WebkitMaskBoxImageSource?: string | undefined;
|
|
2502
|
+
WebkitMaskBoxImageWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
|
|
2503
|
+
WebkitMaskClip?: string | undefined;
|
|
2504
|
+
WebkitMaskComposite?: string | undefined;
|
|
2505
|
+
WebkitMaskImage?: string | undefined;
|
|
2506
|
+
WebkitMaskOrigin?: string | undefined;
|
|
2507
|
+
WebkitMaskPosition?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
|
|
2508
|
+
WebkitMaskPositionX?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
|
|
2509
|
+
WebkitMaskPositionY?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
|
|
2510
|
+
WebkitMaskRepeat?: string | undefined;
|
|
2511
|
+
WebkitMaskRepeatX?: import("csstype").WebkitMaskRepeatXProperty | undefined;
|
|
2512
|
+
WebkitMaskRepeatY?: import("csstype").WebkitMaskRepeatYProperty | undefined;
|
|
2513
|
+
WebkitMaskSize?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
|
|
2514
|
+
WebkitMaxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
|
|
2515
|
+
WebkitOrder?: import("csstype").GlobalsNumber | undefined;
|
|
2516
|
+
WebkitOverflowScrolling?: import("csstype").WebkitOverflowScrollingProperty | undefined;
|
|
2517
|
+
WebkitPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
|
|
2518
|
+
WebkitPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
|
|
2519
|
+
WebkitPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
|
|
2520
|
+
WebkitPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
|
|
2521
|
+
WebkitPrintColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
|
|
2522
|
+
WebkitRubyPosition?: string | undefined;
|
|
2523
|
+
WebkitScrollSnapType?: string | undefined;
|
|
2524
|
+
WebkitShapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
|
|
2525
|
+
WebkitTapHighlightColor?: string | undefined;
|
|
2526
|
+
WebkitTextCombine?: string | undefined;
|
|
2527
|
+
WebkitTextDecorationColor?: string | undefined;
|
|
2528
|
+
WebkitTextDecorationLine?: string | undefined;
|
|
2529
|
+
WebkitTextDecorationSkip?: string | undefined;
|
|
2530
|
+
WebkitTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
|
|
2531
|
+
WebkitTextEmphasisColor?: string | undefined;
|
|
2532
|
+
WebkitTextEmphasisPosition?: string | undefined;
|
|
2533
|
+
WebkitTextEmphasisStyle?: string | undefined;
|
|
2534
|
+
WebkitTextFillColor?: string | undefined;
|
|
2535
|
+
WebkitTextOrientation?: import("csstype").TextOrientationProperty | undefined;
|
|
2536
|
+
WebkitTextSizeAdjust?: string | undefined;
|
|
2537
|
+
WebkitTextStrokeColor?: string | undefined;
|
|
2538
|
+
WebkitTextStrokeWidth?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
|
|
2539
|
+
WebkitTextUnderlinePosition?: string | undefined;
|
|
2540
|
+
WebkitTouchCallout?: import("csstype").WebkitTouchCalloutProperty | undefined;
|
|
2541
|
+
WebkitTransform?: string | undefined;
|
|
2542
|
+
WebkitTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
2543
|
+
WebkitTransformStyle?: import("csstype").TransformStyleProperty | undefined;
|
|
2544
|
+
WebkitTransitionDelay?: string | undefined;
|
|
2545
|
+
WebkitTransitionDuration?: string | undefined;
|
|
2546
|
+
WebkitTransitionProperty?: string | undefined;
|
|
2547
|
+
WebkitTransitionTimingFunction?: string | undefined;
|
|
2548
|
+
WebkitUserModify?: import("csstype").WebkitUserModifyProperty | undefined;
|
|
2549
|
+
WebkitUserSelect?: import("csstype").UserSelectProperty | undefined;
|
|
2550
|
+
WebkitWritingMode?: import("csstype").WritingModeProperty | undefined;
|
|
2551
|
+
MozAnimation?: import("csstype").AnimationProperty | undefined;
|
|
2552
|
+
MozBorderImage?: import("csstype").BorderImageProperty | undefined;
|
|
2553
|
+
MozColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
|
|
2554
|
+
MozColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
|
|
2555
|
+
MozTransition?: string | undefined;
|
|
2556
|
+
msContentZoomLimit?: string | undefined;
|
|
2557
|
+
msContentZoomSnap?: string | undefined;
|
|
2558
|
+
msFlex?: import("csstype").FlexProperty<string | number> | undefined;
|
|
2559
|
+
msScrollLimit?: string | undefined;
|
|
2560
|
+
msScrollSnapX?: string | undefined;
|
|
2561
|
+
msScrollSnapY?: string | undefined;
|
|
2562
|
+
msTransition?: string | undefined;
|
|
2563
|
+
WebkitAnimation?: import("csstype").AnimationProperty | undefined;
|
|
2564
|
+
WebkitBorderBefore?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
|
|
2565
|
+
WebkitBorderImage?: import("csstype").BorderImageProperty | undefined;
|
|
2566
|
+
WebkitBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
|
|
2567
|
+
WebkitColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
|
|
2568
|
+
WebkitColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
|
|
2569
|
+
WebkitFlex?: import("csstype").FlexProperty<string | number> | undefined;
|
|
2570
|
+
WebkitFlexFlow?: string | undefined;
|
|
2571
|
+
WebkitMask?: import("csstype").WebkitMaskProperty<string | number> | undefined;
|
|
2572
|
+
WebkitMaskBoxImage?: import("csstype").MaskBorderProperty | undefined;
|
|
2573
|
+
WebkitTextEmphasis?: string | undefined;
|
|
2574
|
+
WebkitTextStroke?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
|
|
2575
|
+
WebkitTransition?: string | undefined;
|
|
2576
|
+
azimuth?: string | undefined;
|
|
2577
|
+
boxAlign?: import("csstype").BoxAlignProperty | undefined;
|
|
2578
|
+
boxDirection?: import("csstype").BoxDirectionProperty | undefined;
|
|
2579
|
+
boxFlex?: import("csstype").GlobalsNumber | undefined;
|
|
2580
|
+
boxFlexGroup?: import("csstype").GlobalsNumber | undefined;
|
|
2581
|
+
boxLines?: import("csstype").BoxLinesProperty | undefined;
|
|
2582
|
+
boxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
|
|
2583
|
+
boxOrient?: import("csstype").BoxOrientProperty | undefined;
|
|
2584
|
+
boxPack?: import("csstype").BoxPackProperty | undefined;
|
|
2585
|
+
clip?: string | undefined;
|
|
2586
|
+
gridColumnGap?: import("csstype").GridColumnGapProperty<string | number> | undefined;
|
|
2587
|
+
gridGap?: import("csstype").GridGapProperty<string | number> | undefined;
|
|
2588
|
+
gridRowGap?: import("csstype").GridRowGapProperty<string | number> | undefined;
|
|
2589
|
+
imeMode?: import("csstype").ImeModeProperty | undefined;
|
|
2590
|
+
offsetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
|
|
2591
|
+
offsetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
|
|
2592
|
+
offsetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
|
|
2593
|
+
offsetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
|
|
2594
|
+
offsetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
|
|
2595
|
+
offsetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
|
|
2596
|
+
scrollSnapCoordinate?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
|
|
2597
|
+
scrollSnapDestination?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
|
|
2598
|
+
scrollSnapPointsX?: string | undefined;
|
|
2599
|
+
scrollSnapPointsY?: string | undefined;
|
|
2600
|
+
scrollSnapTypeX?: import("csstype").ScrollSnapTypeXProperty | undefined;
|
|
2601
|
+
scrollSnapTypeY?: import("csstype").ScrollSnapTypeYProperty | undefined;
|
|
2602
|
+
KhtmlBoxAlign?: import("csstype").BoxAlignProperty | undefined;
|
|
2603
|
+
KhtmlBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
|
|
2604
|
+
KhtmlBoxFlex?: import("csstype").GlobalsNumber | undefined;
|
|
2605
|
+
KhtmlBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
|
|
2606
|
+
KhtmlBoxLines?: import("csstype").BoxLinesProperty | undefined;
|
|
2607
|
+
KhtmlBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
|
|
2608
|
+
KhtmlBoxOrient?: import("csstype").BoxOrientProperty | undefined;
|
|
2609
|
+
KhtmlBoxPack?: import("csstype").BoxPackProperty | undefined;
|
|
2610
|
+
KhtmlLineBreak?: import("csstype").LineBreakProperty | undefined;
|
|
2611
|
+
KhtmlOpacity?: import("csstype").OpacityProperty | undefined;
|
|
2612
|
+
KhtmlUserSelect?: import("csstype").UserSelectProperty | undefined;
|
|
2613
|
+
MozBackgroundClip?: string | undefined;
|
|
2614
|
+
MozBackgroundInlinePolicy?: import("csstype").BoxDecorationBreakProperty | undefined;
|
|
2615
|
+
MozBackgroundOrigin?: string | undefined;
|
|
2616
|
+
MozBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
2617
|
+
MozBinding?: string | undefined;
|
|
2618
|
+
MozBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
|
|
2619
|
+
MozBorderRadiusBottomleft?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
|
|
2620
|
+
MozBorderRadiusBottomright?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
|
|
2621
|
+
MozBorderRadiusTopleft?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
|
|
2622
|
+
MozBorderRadiusTopright?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
|
|
2623
|
+
MozBoxAlign?: import("csstype").BoxAlignProperty | undefined;
|
|
2624
|
+
MozBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
|
|
2625
|
+
MozBoxFlex?: import("csstype").GlobalsNumber | undefined;
|
|
2626
|
+
MozBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
|
|
2627
|
+
MozBoxOrient?: import("csstype").BoxOrientProperty | undefined;
|
|
2628
|
+
MozBoxPack?: import("csstype").BoxPackProperty | undefined;
|
|
2629
|
+
MozBoxShadow?: string | undefined;
|
|
2630
|
+
MozFloatEdge?: import("csstype").MozFloatEdgeProperty | undefined;
|
|
2631
|
+
MozForceBrokenImageIcon?: import("csstype").MozForceBrokenImageIconProperty | undefined;
|
|
2632
|
+
MozOpacity?: import("csstype").OpacityProperty | undefined;
|
|
2633
|
+
MozOutline?: import("csstype").OutlineProperty<string | number> | undefined;
|
|
2634
|
+
MozOutlineColor?: string | undefined;
|
|
2635
|
+
MozOutlineRadius?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
|
|
2636
|
+
MozOutlineRadiusBottomleft?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
|
|
2637
|
+
MozOutlineRadiusBottomright?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
|
|
2638
|
+
MozOutlineRadiusTopleft?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
|
|
2639
|
+
MozOutlineRadiusTopright?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
|
|
2640
|
+
MozOutlineStyle?: string | undefined;
|
|
2641
|
+
MozOutlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
|
|
2642
|
+
MozTextAlignLast?: import("csstype").TextAlignLastProperty | undefined;
|
|
2643
|
+
MozTextDecorationColor?: string | undefined;
|
|
2644
|
+
MozTextDecorationLine?: string | undefined;
|
|
2645
|
+
MozTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
|
|
2646
|
+
MozUserInput?: import("csstype").MozUserInputProperty | undefined;
|
|
2647
|
+
msImeMode?: import("csstype").ImeModeProperty | undefined;
|
|
2648
|
+
OAnimation?: import("csstype").AnimationProperty | undefined;
|
|
2649
|
+
OAnimationDelay?: string | undefined;
|
|
2650
|
+
OAnimationDirection?: string | undefined;
|
|
2651
|
+
OAnimationDuration?: string | undefined;
|
|
2652
|
+
OAnimationFillMode?: string | undefined;
|
|
2653
|
+
OAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
2654
|
+
OAnimationName?: string | undefined;
|
|
2655
|
+
OAnimationPlayState?: string | undefined;
|
|
2656
|
+
OAnimationTimingFunction?: string | undefined;
|
|
2657
|
+
OBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
2658
|
+
OBorderImage?: import("csstype").BorderImageProperty | undefined;
|
|
2659
|
+
OObjectFit?: import("csstype").ObjectFitProperty | undefined;
|
|
2660
|
+
OObjectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
|
|
2661
|
+
OTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
|
|
2662
|
+
OTextOverflow?: string | undefined;
|
|
2663
|
+
OTransform?: string | undefined;
|
|
2664
|
+
OTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
2665
|
+
OTransition?: string | undefined;
|
|
2666
|
+
OTransitionDelay?: string | undefined;
|
|
2667
|
+
OTransitionDuration?: string | undefined;
|
|
2668
|
+
OTransitionProperty?: string | undefined;
|
|
2669
|
+
OTransitionTimingFunction?: string | undefined;
|
|
2670
|
+
WebkitBoxAlign?: import("csstype").BoxAlignProperty | undefined;
|
|
2671
|
+
WebkitBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
|
|
2672
|
+
WebkitBoxFlex?: import("csstype").GlobalsNumber | undefined;
|
|
2673
|
+
WebkitBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
|
|
2674
|
+
WebkitBoxLines?: import("csstype").BoxLinesProperty | undefined;
|
|
2675
|
+
WebkitBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
|
|
2676
|
+
WebkitBoxOrient?: import("csstype").BoxOrientProperty | undefined;
|
|
2677
|
+
WebkitBoxPack?: import("csstype").BoxPackProperty | undefined;
|
|
2678
|
+
WebkitScrollSnapPointsX?: string | undefined;
|
|
2679
|
+
WebkitScrollSnapPointsY?: string | undefined;
|
|
2680
|
+
alignmentBaseline?: import("csstype").AlignmentBaselineProperty | undefined;
|
|
2681
|
+
baselineShift?: import("csstype").BaselineShiftProperty<string | number> | undefined;
|
|
2682
|
+
clipRule?: import("csstype").ClipRuleProperty | undefined;
|
|
2683
|
+
colorInterpolation?: import("csstype").ColorInterpolationProperty | undefined;
|
|
2684
|
+
colorRendering?: import("csstype").ColorRenderingProperty | undefined;
|
|
2685
|
+
dominantBaseline?: import("csstype").DominantBaselineProperty | undefined;
|
|
2686
|
+
fill?: string | undefined;
|
|
2687
|
+
fillOpacity?: import("csstype").GlobalsNumber | undefined;
|
|
2688
|
+
fillRule?: import("csstype").FillRuleProperty | undefined;
|
|
2689
|
+
floodColor?: string | undefined;
|
|
2690
|
+
floodOpacity?: import("csstype").GlobalsNumber | undefined;
|
|
2691
|
+
glyphOrientationVertical?: import("csstype").GlyphOrientationVerticalProperty | undefined;
|
|
2692
|
+
lightingColor?: string | undefined;
|
|
2693
|
+
marker?: string | undefined;
|
|
2694
|
+
markerEnd?: string | undefined;
|
|
2695
|
+
markerMid?: string | undefined;
|
|
2696
|
+
markerStart?: string | undefined;
|
|
2697
|
+
shapeRendering?: import("csstype").ShapeRenderingProperty | undefined;
|
|
2698
|
+
stopColor?: string | undefined;
|
|
2699
|
+
stopOpacity?: import("csstype").GlobalsNumber | undefined;
|
|
2700
|
+
stroke?: string | undefined;
|
|
2701
|
+
strokeDasharray?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
|
|
2702
|
+
strokeDashoffset?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
|
|
2703
|
+
strokeLinecap?: import("csstype").StrokeLinecapProperty | undefined;
|
|
2704
|
+
strokeLinejoin?: import("csstype").StrokeLinejoinProperty | undefined;
|
|
2705
|
+
strokeMiterlimit?: import("csstype").GlobalsNumber | undefined;
|
|
2706
|
+
strokeOpacity?: import("csstype").GlobalsNumber | undefined;
|
|
2707
|
+
strokeWidth?: import("csstype").StrokeWidthProperty<string | number> | undefined;
|
|
2708
|
+
textAnchor?: import("csstype").TextAnchorProperty | undefined;
|
|
2709
|
+
vectorEffect?: import("csstype").VectorEffectProperty | undefined;
|
|
2710
|
+
"accent-color"?: string | undefined;
|
|
2711
|
+
"align-content"?: string | undefined;
|
|
2712
|
+
"align-items"?: string | undefined;
|
|
2713
|
+
"align-self"?: string | undefined;
|
|
2714
|
+
"align-tracks"?: string | undefined;
|
|
2715
|
+
"animation-composition"?: string | undefined;
|
|
2716
|
+
"animation-delay"?: string | undefined;
|
|
2717
|
+
"animation-direction"?: string | undefined;
|
|
2718
|
+
"animation-duration"?: string | undefined;
|
|
2719
|
+
"animation-fill-mode"?: string | undefined;
|
|
2720
|
+
"animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
2721
|
+
"animation-name"?: string | undefined;
|
|
2722
|
+
"animation-play-state"?: string | undefined;
|
|
2723
|
+
"animation-timeline"?: string | undefined;
|
|
2724
|
+
"animation-timing-function"?: string | undefined;
|
|
2725
|
+
"aspect-ratio"?: import("csstype").AspectRatioProperty | undefined;
|
|
2726
|
+
"backdrop-filter"?: string | undefined;
|
|
2727
|
+
"backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
|
|
2728
|
+
"background-attachment"?: string | undefined;
|
|
2729
|
+
"background-blend-mode"?: string | undefined;
|
|
2730
|
+
"background-clip"?: string | undefined;
|
|
2731
|
+
"background-color"?: string | undefined;
|
|
2732
|
+
"background-image"?: string | undefined;
|
|
2733
|
+
"background-origin"?: string | undefined;
|
|
2734
|
+
"background-position-x"?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
|
|
2735
|
+
"background-position-y"?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
|
|
2736
|
+
"background-repeat"?: string | undefined;
|
|
2737
|
+
"background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
2738
|
+
"block-overflow"?: string | undefined;
|
|
2739
|
+
"block-size"?: import("csstype").BlockSizeProperty<string | number> | undefined;
|
|
2740
|
+
"border-block-color"?: string | undefined;
|
|
2741
|
+
"border-block-end-color"?: string | undefined;
|
|
2742
|
+
"border-block-end-style"?: import("csstype").BorderBlockEndStyleProperty | undefined;
|
|
2743
|
+
"border-block-end-width"?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
|
|
2744
|
+
"border-block-start-color"?: string | undefined;
|
|
2745
|
+
"border-block-start-style"?: import("csstype").BorderBlockStartStyleProperty | undefined;
|
|
2746
|
+
"border-block-start-width"?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
|
|
2747
|
+
"border-block-style"?: import("csstype").BorderBlockStyleProperty | undefined;
|
|
2748
|
+
"border-block-width"?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
|
|
2749
|
+
"border-bottom-color"?: string | undefined;
|
|
2750
|
+
"border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
|
|
2751
|
+
"border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
|
|
2752
|
+
"border-bottom-style"?: import("csstype").BorderBottomStyleProperty | undefined;
|
|
2753
|
+
"border-bottom-width"?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
|
|
2754
|
+
"border-collapse"?: import("csstype").BorderCollapseProperty | undefined;
|
|
2755
|
+
"border-end-end-radius"?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
|
|
2756
|
+
"border-end-start-radius"?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
|
|
2757
|
+
"border-image-outset"?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
|
|
2758
|
+
"border-image-repeat"?: string | undefined;
|
|
2759
|
+
"border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
|
|
2760
|
+
"border-image-source"?: string | undefined;
|
|
2761
|
+
"border-image-width"?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
|
|
2762
|
+
"border-inline-color"?: string | undefined;
|
|
2763
|
+
"border-inline-end-color"?: string | undefined;
|
|
2764
|
+
"border-inline-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
|
|
2765
|
+
"border-inline-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
|
|
2766
|
+
"border-inline-start-color"?: string | undefined;
|
|
2767
|
+
"border-inline-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
|
|
2768
|
+
"border-inline-start-width"?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
|
|
2769
|
+
"border-inline-style"?: import("csstype").BorderInlineStyleProperty | undefined;
|
|
2770
|
+
"border-inline-width"?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
|
|
2771
|
+
"border-left-color"?: string | undefined;
|
|
2772
|
+
"border-left-style"?: import("csstype").BorderLeftStyleProperty | undefined;
|
|
2773
|
+
"border-left-width"?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
|
|
2774
|
+
"border-right-color"?: string | undefined;
|
|
2775
|
+
"border-right-style"?: import("csstype").BorderRightStyleProperty | undefined;
|
|
2776
|
+
"border-right-width"?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
|
|
2777
|
+
"border-spacing"?: import("csstype").BorderSpacingProperty<string | number> | undefined;
|
|
2778
|
+
"border-start-end-radius"?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
|
|
2779
|
+
"border-start-start-radius"?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
|
|
2780
|
+
"border-top-color"?: string | undefined;
|
|
2781
|
+
"border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
|
|
2782
|
+
"border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
|
|
2783
|
+
"border-top-style"?: import("csstype").BorderTopStyleProperty | undefined;
|
|
2784
|
+
"border-top-width"?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
|
|
2785
|
+
"box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
|
|
2786
|
+
"box-shadow"?: string | undefined;
|
|
2787
|
+
"box-sizing"?: import("csstype").BoxSizingProperty | undefined;
|
|
2788
|
+
"break-after"?: import("csstype").BreakAfterProperty | undefined;
|
|
2789
|
+
"break-before"?: import("csstype").BreakBeforeProperty | undefined;
|
|
2790
|
+
"break-inside"?: import("csstype").BreakInsideProperty | undefined;
|
|
2791
|
+
"caption-side"?: import("csstype").CaptionSideProperty | undefined;
|
|
2792
|
+
"caret-color"?: string | undefined;
|
|
2793
|
+
"clip-path"?: string | undefined;
|
|
2794
|
+
"color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
|
|
2795
|
+
"color-scheme"?: string | undefined;
|
|
2796
|
+
"column-count"?: import("csstype").ColumnCountProperty | undefined;
|
|
2797
|
+
"column-fill"?: import("csstype").ColumnFillProperty | undefined;
|
|
2798
|
+
"column-gap"?: import("csstype").ColumnGapProperty<string | number> | undefined;
|
|
2799
|
+
"column-rule-color"?: string | undefined;
|
|
2800
|
+
"column-rule-style"?: string | undefined;
|
|
2801
|
+
"column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
|
|
2802
|
+
"column-span"?: import("csstype").ColumnSpanProperty | undefined;
|
|
2803
|
+
"column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
|
|
2804
|
+
"content-visibility"?: import("csstype").ContentVisibilityProperty | undefined;
|
|
2805
|
+
"counter-increment"?: string | undefined;
|
|
2806
|
+
"counter-reset"?: string | undefined;
|
|
2807
|
+
"counter-set"?: string | undefined;
|
|
2808
|
+
"empty-cells"?: import("csstype").EmptyCellsProperty | undefined;
|
|
2809
|
+
"flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
|
|
2810
|
+
"flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
|
|
2811
|
+
"flex-grow"?: import("csstype").GlobalsNumber | undefined;
|
|
2812
|
+
"flex-shrink"?: import("csstype").GlobalsNumber | undefined;
|
|
2813
|
+
"flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
|
|
2814
|
+
"font-family"?: string | undefined;
|
|
2815
|
+
"font-feature-settings"?: string | undefined;
|
|
2816
|
+
"font-kerning"?: import("csstype").FontKerningProperty | undefined;
|
|
2817
|
+
"font-language-override"?: string | undefined;
|
|
2818
|
+
"font-optical-sizing"?: import("csstype").FontOpticalSizingProperty | undefined;
|
|
2819
|
+
"font-size"?: import("csstype").FontSizeProperty<string | number> | undefined;
|
|
2820
|
+
"font-size-adjust"?: import("csstype").FontSizeAdjustProperty | undefined;
|
|
2821
|
+
"font-smooth"?: import("csstype").FontSmoothProperty<string | number> | undefined;
|
|
2822
|
+
"font-stretch"?: string | undefined;
|
|
2823
|
+
"font-style"?: string | undefined;
|
|
2824
|
+
"font-synthesis"?: string | undefined;
|
|
2825
|
+
"font-variant"?: string | undefined;
|
|
2826
|
+
"font-variant-alternates"?: string | undefined;
|
|
2827
|
+
"font-variant-caps"?: import("csstype").FontVariantCapsProperty | undefined;
|
|
2828
|
+
"font-variant-east-asian"?: string | undefined;
|
|
2829
|
+
"font-variant-ligatures"?: string | undefined;
|
|
2830
|
+
"font-variant-numeric"?: string | undefined;
|
|
2831
|
+
"font-variant-position"?: import("csstype").FontVariantPositionProperty | undefined;
|
|
2832
|
+
"font-variation-settings"?: string | undefined;
|
|
2833
|
+
"font-weight"?: import("csstype").FontWeightProperty | undefined;
|
|
2834
|
+
"forced-color-adjust"?: import("csstype").ForcedColorAdjustProperty | undefined;
|
|
2835
|
+
"grid-auto-columns"?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
|
|
2836
|
+
"grid-auto-flow"?: string | undefined;
|
|
2837
|
+
"grid-auto-rows"?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
|
|
2838
|
+
"grid-column-end"?: import("csstype").GridColumnEndProperty | undefined;
|
|
2839
|
+
"grid-column-start"?: import("csstype").GridColumnStartProperty | undefined;
|
|
2840
|
+
"grid-row-end"?: import("csstype").GridRowEndProperty | undefined;
|
|
2841
|
+
"grid-row-start"?: import("csstype").GridRowStartProperty | undefined;
|
|
2842
|
+
"grid-template-areas"?: string | undefined;
|
|
2843
|
+
"grid-template-columns"?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
|
|
2844
|
+
"grid-template-rows"?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
|
|
2845
|
+
"hanging-punctuation"?: string | undefined;
|
|
2846
|
+
"hyphenate-character"?: string | undefined;
|
|
2847
|
+
"image-orientation"?: string | undefined;
|
|
2848
|
+
"image-rendering"?: import("csstype").ImageRenderingProperty | undefined;
|
|
2849
|
+
"image-resolution"?: string | undefined;
|
|
2850
|
+
"initial-letter"?: import("csstype").InitialLetterProperty | undefined;
|
|
2851
|
+
"inline-size"?: import("csstype").InlineSizeProperty<string | number> | undefined;
|
|
2852
|
+
"input-security"?: import("csstype").InputSecurityProperty | undefined;
|
|
2853
|
+
"inset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
|
|
2854
|
+
"inset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
|
|
2855
|
+
"inset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
|
|
2856
|
+
"inset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
|
|
2857
|
+
"inset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
|
|
2858
|
+
"inset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
|
|
2859
|
+
"justify-content"?: string | undefined;
|
|
2860
|
+
"justify-items"?: string | undefined;
|
|
2861
|
+
"justify-self"?: string | undefined;
|
|
2862
|
+
"justify-tracks"?: string | undefined;
|
|
2863
|
+
"letter-spacing"?: import("csstype").LetterSpacingProperty<string | number> | undefined;
|
|
2864
|
+
"line-break"?: import("csstype").LineBreakProperty | undefined;
|
|
2865
|
+
"line-height"?: import("csstype").LineHeightProperty<string | number> | undefined;
|
|
2866
|
+
"line-height-step"?: import("csstype").LineHeightStepProperty<string | number> | undefined;
|
|
2867
|
+
"list-style-image"?: string | undefined;
|
|
2868
|
+
"list-style-position"?: import("csstype").ListStylePositionProperty | undefined;
|
|
2869
|
+
"list-style-type"?: string | undefined;
|
|
2870
|
+
"margin-block"?: import("csstype").MarginBlockProperty<string | number> | undefined;
|
|
2871
|
+
"margin-block-end"?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
|
|
2872
|
+
"margin-block-start"?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
|
|
2873
|
+
"margin-bottom"?: import("csstype").MarginBottomProperty<string | number> | undefined;
|
|
2874
|
+
"margin-inline"?: import("csstype").MarginInlineProperty<string | number> | undefined;
|
|
2875
|
+
"margin-inline-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
|
|
2876
|
+
"margin-inline-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
|
|
2877
|
+
"margin-left"?: import("csstype").MarginLeftProperty<string | number> | undefined;
|
|
2878
|
+
"margin-right"?: import("csstype").MarginRightProperty<string | number> | undefined;
|
|
2879
|
+
"margin-top"?: import("csstype").MarginTopProperty<string | number> | undefined;
|
|
2880
|
+
"mask-border-mode"?: import("csstype").MaskBorderModeProperty | undefined;
|
|
2881
|
+
"mask-border-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
|
|
2882
|
+
"mask-border-repeat"?: string | undefined;
|
|
2883
|
+
"mask-border-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
|
|
2884
|
+
"mask-border-source"?: string | undefined;
|
|
2885
|
+
"mask-border-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
|
|
2886
|
+
"mask-clip"?: string | undefined;
|
|
2887
|
+
"mask-composite"?: string | undefined;
|
|
2888
|
+
"mask-image"?: string | undefined;
|
|
2889
|
+
"mask-mode"?: string | undefined;
|
|
2890
|
+
"mask-origin"?: string | undefined;
|
|
2891
|
+
"mask-position"?: import("csstype").MaskPositionProperty<string | number> | undefined;
|
|
2892
|
+
"mask-repeat"?: string | undefined;
|
|
2893
|
+
"mask-size"?: import("csstype").MaskSizeProperty<string | number> | undefined;
|
|
2894
|
+
"mask-type"?: import("csstype").MaskTypeProperty | undefined;
|
|
2895
|
+
"math-depth"?: import("csstype").MathDepthProperty | undefined;
|
|
2896
|
+
"math-shift"?: import("csstype").MathShiftProperty | undefined;
|
|
2897
|
+
"math-style"?: import("csstype").MathStyleProperty | undefined;
|
|
2898
|
+
"max-block-size"?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
|
|
2899
|
+
"max-height"?: import("csstype").MaxHeightProperty<string | number> | undefined;
|
|
2900
|
+
"max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
|
|
2901
|
+
"max-lines"?: import("csstype").MaxLinesProperty | undefined;
|
|
2902
|
+
"max-width"?: import("csstype").MaxWidthProperty<string | number> | undefined;
|
|
2903
|
+
"min-block-size"?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
|
|
2904
|
+
"min-height"?: import("csstype").MinHeightProperty<string | number> | undefined;
|
|
2905
|
+
"min-inline-size"?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
|
|
2906
|
+
"min-width"?: import("csstype").MinWidthProperty<string | number> | undefined;
|
|
2907
|
+
"mix-blend-mode"?: import("csstype").MixBlendModeProperty | undefined;
|
|
2908
|
+
"motion-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
|
|
2909
|
+
"motion-path"?: string | undefined;
|
|
2910
|
+
"motion-rotation"?: string | undefined;
|
|
2911
|
+
"object-fit"?: import("csstype").ObjectFitProperty | undefined;
|
|
2912
|
+
"object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
|
|
2913
|
+
"offset-anchor"?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
|
|
2914
|
+
"offset-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
|
|
2915
|
+
"offset-path"?: string | undefined;
|
|
2916
|
+
"offset-rotate"?: string | undefined;
|
|
2917
|
+
"offset-rotation"?: string | undefined;
|
|
2918
|
+
"outline-color"?: string | undefined;
|
|
2919
|
+
"outline-offset"?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
|
|
2920
|
+
"outline-style"?: string | undefined;
|
|
2921
|
+
"outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
|
|
2922
|
+
"overflow-anchor"?: import("csstype").OverflowAnchorProperty | undefined;
|
|
2923
|
+
"overflow-block"?: import("csstype").OverflowBlockProperty | undefined;
|
|
2924
|
+
"overflow-clip-box"?: import("csstype").OverflowClipBoxProperty | undefined;
|
|
2925
|
+
"overflow-clip-margin"?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
|
|
2926
|
+
"overflow-inline"?: import("csstype").OverflowInlineProperty | undefined;
|
|
2927
|
+
"overflow-wrap"?: import("csstype").OverflowWrapProperty | undefined;
|
|
2928
|
+
"overflow-x"?: import("csstype").OverflowXProperty | undefined;
|
|
2929
|
+
"overflow-y"?: import("csstype").OverflowYProperty | undefined;
|
|
2930
|
+
"overscroll-behavior-block"?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
|
|
2931
|
+
"overscroll-behavior-inline"?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
|
|
2932
|
+
"overscroll-behavior-x"?: import("csstype").OverscrollBehaviorXProperty | undefined;
|
|
2933
|
+
"overscroll-behavior-y"?: import("csstype").OverscrollBehaviorYProperty | undefined;
|
|
2934
|
+
"padding-block"?: import("csstype").PaddingBlockProperty<string | number> | undefined;
|
|
2935
|
+
"padding-block-end"?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
|
|
2936
|
+
"padding-block-start"?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
|
|
2937
|
+
"padding-bottom"?: import("csstype").PaddingBottomProperty<string | number> | undefined;
|
|
2938
|
+
"padding-inline"?: import("csstype").PaddingInlineProperty<string | number> | undefined;
|
|
2939
|
+
"padding-inline-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
|
|
2940
|
+
"padding-inline-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
|
|
2941
|
+
"padding-left"?: import("csstype").PaddingLeftProperty<string | number> | undefined;
|
|
2942
|
+
"padding-right"?: import("csstype").PaddingRightProperty<string | number> | undefined;
|
|
2943
|
+
"padding-top"?: import("csstype").PaddingTopProperty<string | number> | undefined;
|
|
2944
|
+
"page-break-after"?: import("csstype").PageBreakAfterProperty | undefined;
|
|
2945
|
+
"page-break-before"?: import("csstype").PageBreakBeforeProperty | undefined;
|
|
2946
|
+
"page-break-inside"?: import("csstype").PageBreakInsideProperty | undefined;
|
|
2947
|
+
"paint-order"?: string | undefined;
|
|
2948
|
+
"perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
|
|
2949
|
+
"place-content"?: string | undefined;
|
|
2950
|
+
"pointer-events"?: import("csstype").PointerEventsProperty | undefined;
|
|
2951
|
+
"print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
|
|
2952
|
+
"row-gap"?: import("csstype").RowGapProperty<string | number> | undefined;
|
|
2953
|
+
"ruby-align"?: import("csstype").RubyAlignProperty | undefined;
|
|
2954
|
+
"ruby-merge"?: import("csstype").RubyMergeProperty | undefined;
|
|
2955
|
+
"ruby-position"?: string | undefined;
|
|
2956
|
+
"scroll-behavior"?: import("csstype").ScrollBehaviorProperty | undefined;
|
|
2957
|
+
"scroll-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
|
|
2958
|
+
"scroll-margin-block"?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
|
|
2959
|
+
"scroll-margin-block-end"?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
|
|
2960
|
+
"scroll-margin-block-start"?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
|
|
2961
|
+
"scroll-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
|
|
2962
|
+
"scroll-margin-inline"?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
|
|
2963
|
+
"scroll-margin-inline-end"?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
|
|
2964
|
+
"scroll-margin-inline-start"?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
|
|
2965
|
+
"scroll-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
|
|
2966
|
+
"scroll-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
|
|
2967
|
+
"scroll-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
|
|
2968
|
+
"scroll-padding"?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
|
|
2969
|
+
"scroll-padding-block"?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
|
|
2970
|
+
"scroll-padding-block-end"?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
|
|
2971
|
+
"scroll-padding-block-start"?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
|
|
2972
|
+
"scroll-padding-bottom"?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
|
|
2973
|
+
"scroll-padding-inline"?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
|
|
2974
|
+
"scroll-padding-inline-end"?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
|
|
2975
|
+
"scroll-padding-inline-start"?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
|
|
2976
|
+
"scroll-padding-left"?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
|
|
2977
|
+
"scroll-padding-right"?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
|
|
2978
|
+
"scroll-padding-top"?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
|
|
2979
|
+
"scroll-snap-align"?: string | undefined;
|
|
2980
|
+
"scroll-snap-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
|
|
2981
|
+
"scroll-snap-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
|
|
2982
|
+
"scroll-snap-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
|
|
2983
|
+
"scroll-snap-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
|
|
2984
|
+
"scroll-snap-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
|
|
2985
|
+
"scroll-snap-stop"?: import("csstype").ScrollSnapStopProperty | undefined;
|
|
2986
|
+
"scroll-snap-type"?: string | undefined;
|
|
2987
|
+
"scrollbar-color"?: string | undefined;
|
|
2988
|
+
"scrollbar-gutter"?: string | undefined;
|
|
2989
|
+
"scrollbar-width"?: import("csstype").ScrollbarWidthProperty | undefined;
|
|
2990
|
+
"shape-image-threshold"?: import("csstype").ShapeImageThresholdProperty | undefined;
|
|
2991
|
+
"shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
|
|
2992
|
+
"shape-outside"?: string | undefined;
|
|
2993
|
+
"tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
|
|
2994
|
+
"table-layout"?: import("csstype").TableLayoutProperty | undefined;
|
|
2995
|
+
"text-align"?: import("csstype").TextAlignProperty | undefined;
|
|
2996
|
+
"text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
|
|
2997
|
+
"text-combine-upright"?: string | undefined;
|
|
2998
|
+
"text-decoration-color"?: string | undefined;
|
|
2999
|
+
"text-decoration-line"?: string | undefined;
|
|
3000
|
+
"text-decoration-skip"?: string | undefined;
|
|
3001
|
+
"text-decoration-skip-ink"?: import("csstype").TextDecorationSkipInkProperty | undefined;
|
|
3002
|
+
"text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
|
|
3003
|
+
"text-decoration-thickness"?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
|
|
3004
|
+
"text-emphasis-color"?: string | undefined;
|
|
3005
|
+
"text-emphasis-position"?: string | undefined;
|
|
3006
|
+
"text-emphasis-style"?: string | undefined;
|
|
3007
|
+
"text-indent"?: import("csstype").TextIndentProperty<string | number> | undefined;
|
|
3008
|
+
"text-justify"?: import("csstype").TextJustifyProperty | undefined;
|
|
3009
|
+
"text-orientation"?: import("csstype").TextOrientationProperty | undefined;
|
|
3010
|
+
"text-overflow"?: string | undefined;
|
|
3011
|
+
"text-rendering"?: import("csstype").TextRenderingProperty | undefined;
|
|
3012
|
+
"text-shadow"?: string | undefined;
|
|
3013
|
+
"text-size-adjust"?: string | undefined;
|
|
3014
|
+
"text-transform"?: import("csstype").TextTransformProperty | undefined;
|
|
3015
|
+
"text-underline-offset"?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
|
|
3016
|
+
"text-underline-position"?: string | undefined;
|
|
3017
|
+
"touch-action"?: string | undefined;
|
|
3018
|
+
"transform-box"?: import("csstype").TransformBoxProperty | undefined;
|
|
3019
|
+
"transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
3020
|
+
"transform-style"?: import("csstype").TransformStyleProperty | undefined;
|
|
3021
|
+
"transition-delay"?: string | undefined;
|
|
3022
|
+
"transition-duration"?: string | undefined;
|
|
3023
|
+
"transition-property"?: string | undefined;
|
|
3024
|
+
"transition-timing-function"?: string | undefined;
|
|
3025
|
+
"unicode-bidi"?: import("csstype").UnicodeBidiProperty | undefined;
|
|
3026
|
+
"user-select"?: import("csstype").UserSelectProperty | undefined;
|
|
3027
|
+
"vertical-align"?: import("csstype").VerticalAlignProperty<string | number> | undefined;
|
|
3028
|
+
"white-space"?: import("csstype").WhiteSpaceProperty | undefined;
|
|
3029
|
+
"will-change"?: string | undefined;
|
|
3030
|
+
"word-break"?: import("csstype").WordBreakProperty | undefined;
|
|
3031
|
+
"word-spacing"?: import("csstype").WordSpacingProperty<string | number> | undefined;
|
|
3032
|
+
"word-wrap"?: import("csstype").WordWrapProperty | undefined;
|
|
3033
|
+
"writing-mode"?: import("csstype").WritingModeProperty | undefined;
|
|
3034
|
+
"z-index"?: import("csstype").ZIndexProperty | undefined;
|
|
3035
|
+
"background-position"?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
|
|
3036
|
+
"border-block"?: import("csstype").BorderBlockProperty<string | number> | undefined;
|
|
3037
|
+
"border-block-end"?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
|
|
3038
|
+
"border-block-start"?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
|
|
3039
|
+
"border-bottom"?: import("csstype").BorderBottomProperty<string | number> | undefined;
|
|
3040
|
+
"border-color"?: string | undefined;
|
|
3041
|
+
"border-image"?: import("csstype").BorderImageProperty | undefined;
|
|
3042
|
+
"border-inline"?: import("csstype").BorderInlineProperty<string | number> | undefined;
|
|
3043
|
+
"border-inline-end"?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
|
|
3044
|
+
"border-inline-start"?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
|
|
3045
|
+
"border-left"?: import("csstype").BorderLeftProperty<string | number> | undefined;
|
|
3046
|
+
"border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
|
|
3047
|
+
"border-right"?: import("csstype").BorderRightProperty<string | number> | undefined;
|
|
3048
|
+
"border-style"?: string | undefined;
|
|
3049
|
+
"border-top"?: import("csstype").BorderTopProperty<string | number> | undefined;
|
|
3050
|
+
"border-width"?: import("csstype").BorderWidthProperty<string | number> | undefined;
|
|
3051
|
+
"column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
|
|
3052
|
+
"flex-flow"?: string | undefined;
|
|
3053
|
+
"grid-area"?: import("csstype").GridAreaProperty | undefined;
|
|
3054
|
+
"grid-column"?: import("csstype").GridColumnProperty | undefined;
|
|
3055
|
+
"grid-row"?: import("csstype").GridRowProperty | undefined;
|
|
3056
|
+
"grid-template"?: string | undefined;
|
|
3057
|
+
"line-clamp"?: import("csstype").LineClampProperty | undefined;
|
|
3058
|
+
"list-style"?: string | undefined;
|
|
3059
|
+
"mask-border"?: import("csstype").MaskBorderProperty | undefined;
|
|
3060
|
+
"overscroll-behavior"?: string | undefined;
|
|
3061
|
+
"place-items"?: string | undefined;
|
|
3062
|
+
"place-self"?: string | undefined;
|
|
3063
|
+
"text-decoration"?: import("csstype").TextDecorationProperty<string | number> | undefined;
|
|
3064
|
+
"text-emphasis"?: string | undefined;
|
|
3065
|
+
"-moz-animation-delay"?: string | undefined;
|
|
3066
|
+
"-moz-animation-direction"?: string | undefined;
|
|
3067
|
+
"-moz-animation-duration"?: string | undefined;
|
|
3068
|
+
"-moz-animation-fill-mode"?: string | undefined;
|
|
3069
|
+
"-moz-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
3070
|
+
"-moz-animation-name"?: string | undefined;
|
|
3071
|
+
"-moz-animation-play-state"?: string | undefined;
|
|
3072
|
+
"-moz-animation-timing-function"?: string | undefined;
|
|
3073
|
+
"-moz-appearance"?: import("csstype").MozAppearanceProperty | undefined;
|
|
3074
|
+
"-moz-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
|
|
3075
|
+
"-moz-border-bottom-colors"?: string | undefined;
|
|
3076
|
+
"-moz-border-end-color"?: string | undefined;
|
|
3077
|
+
"-moz-border-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
|
|
3078
|
+
"-moz-border-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
|
|
3079
|
+
"-moz-border-left-colors"?: string | undefined;
|
|
3080
|
+
"-moz-border-right-colors"?: string | undefined;
|
|
3081
|
+
"-moz-border-start-color"?: string | undefined;
|
|
3082
|
+
"-moz-border-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
|
|
3083
|
+
"-moz-border-top-colors"?: string | undefined;
|
|
3084
|
+
"-moz-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
|
|
3085
|
+
"-moz-column-count"?: import("csstype").ColumnCountProperty | undefined;
|
|
3086
|
+
"-moz-column-fill"?: import("csstype").ColumnFillProperty | undefined;
|
|
3087
|
+
"-moz-column-rule-color"?: string | undefined;
|
|
3088
|
+
"-moz-column-rule-style"?: string | undefined;
|
|
3089
|
+
"-moz-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
|
|
3090
|
+
"-moz-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
|
|
3091
|
+
"-moz-context-properties"?: string | undefined;
|
|
3092
|
+
"-moz-font-feature-settings"?: string | undefined;
|
|
3093
|
+
"-moz-font-language-override"?: string | undefined;
|
|
3094
|
+
"-moz-hyphens"?: import("csstype").HyphensProperty | undefined;
|
|
3095
|
+
"-moz-image-region"?: string | undefined;
|
|
3096
|
+
"-moz-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
|
|
3097
|
+
"-moz-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
|
|
3098
|
+
"-moz-orient"?: import("csstype").MozOrientProperty | undefined;
|
|
3099
|
+
"-moz-osx-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
|
|
3100
|
+
"-moz-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
|
|
3101
|
+
"-moz-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
|
|
3102
|
+
"-moz-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
|
|
3103
|
+
"-moz-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
|
|
3104
|
+
"-moz-stack-sizing"?: import("csstype").MozStackSizingProperty | undefined;
|
|
3105
|
+
"-moz-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
|
|
3106
|
+
"-moz-text-blink"?: import("csstype").MozTextBlinkProperty | undefined;
|
|
3107
|
+
"-moz-text-size-adjust"?: string | undefined;
|
|
3108
|
+
"-moz-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
3109
|
+
"-moz-transform-style"?: import("csstype").TransformStyleProperty | undefined;
|
|
3110
|
+
"-moz-transition-delay"?: string | undefined;
|
|
3111
|
+
"-moz-transition-duration"?: string | undefined;
|
|
3112
|
+
"-moz-transition-property"?: string | undefined;
|
|
3113
|
+
"-moz-transition-timing-function"?: string | undefined;
|
|
3114
|
+
"-moz-user-focus"?: import("csstype").MozUserFocusProperty | undefined;
|
|
3115
|
+
"-moz-user-modify"?: import("csstype").MozUserModifyProperty | undefined;
|
|
3116
|
+
"-moz-user-select"?: import("csstype").UserSelectProperty | undefined;
|
|
3117
|
+
"-moz-window-dragging"?: import("csstype").MozWindowDraggingProperty | undefined;
|
|
3118
|
+
"-moz-window-shadow"?: import("csstype").MozWindowShadowProperty | undefined;
|
|
3119
|
+
"-ms-accelerator"?: import("csstype").MsAcceleratorProperty | undefined;
|
|
3120
|
+
"-ms-block-progression"?: import("csstype").MsBlockProgressionProperty | undefined;
|
|
3121
|
+
"-ms-content-zoom-chaining"?: import("csstype").MsContentZoomChainingProperty | undefined;
|
|
3122
|
+
"-ms-content-zoom-limit-max"?: string | undefined;
|
|
3123
|
+
"-ms-content-zoom-limit-min"?: string | undefined;
|
|
3124
|
+
"-ms-content-zoom-snap-points"?: string | undefined;
|
|
3125
|
+
"-ms-content-zoom-snap-type"?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
|
|
3126
|
+
"-ms-content-zooming"?: import("csstype").MsContentZoomingProperty | undefined;
|
|
3127
|
+
"-ms-filter"?: string | undefined;
|
|
3128
|
+
"-ms-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
|
|
3129
|
+
"-ms-flex-positive"?: import("csstype").GlobalsNumber | undefined;
|
|
3130
|
+
"-ms-flow-from"?: string | undefined;
|
|
3131
|
+
"-ms-flow-into"?: string | undefined;
|
|
3132
|
+
"-ms-grid-columns"?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
|
|
3133
|
+
"-ms-grid-rows"?: import("csstype").MsGridRowsProperty<string | number> | undefined;
|
|
3134
|
+
"-ms-high-contrast-adjust"?: import("csstype").MsHighContrastAdjustProperty | undefined;
|
|
3135
|
+
"-ms-hyphenate-limit-chars"?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
|
|
3136
|
+
"-ms-hyphenate-limit-lines"?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
|
|
3137
|
+
"-ms-hyphenate-limit-zone"?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
|
|
3138
|
+
"-ms-hyphens"?: import("csstype").HyphensProperty | undefined;
|
|
3139
|
+
"-ms-ime-align"?: import("csstype").MsImeAlignProperty | undefined;
|
|
3140
|
+
"-ms-line-break"?: import("csstype").LineBreakProperty | undefined;
|
|
3141
|
+
"-ms-order"?: import("csstype").GlobalsNumber | undefined;
|
|
3142
|
+
"-ms-overflow-style"?: import("csstype").MsOverflowStyleProperty | undefined;
|
|
3143
|
+
"-ms-overflow-x"?: import("csstype").OverflowXProperty | undefined;
|
|
3144
|
+
"-ms-overflow-y"?: import("csstype").OverflowYProperty | undefined;
|
|
3145
|
+
"-ms-scroll-chaining"?: import("csstype").MsScrollChainingProperty | undefined;
|
|
3146
|
+
"-ms-scroll-limit-x-max"?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
|
|
3147
|
+
"-ms-scroll-limit-x-min"?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
|
|
3148
|
+
"-ms-scroll-limit-y-max"?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
|
|
3149
|
+
"-ms-scroll-limit-y-min"?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
|
|
3150
|
+
"-ms-scroll-rails"?: import("csstype").MsScrollRailsProperty | undefined;
|
|
3151
|
+
"-ms-scroll-snap-points-x"?: string | undefined;
|
|
3152
|
+
"-ms-scroll-snap-points-y"?: string | undefined;
|
|
3153
|
+
"-ms-scroll-snap-type"?: import("csstype").MsScrollSnapTypeProperty | undefined;
|
|
3154
|
+
"-ms-scroll-translation"?: import("csstype").MsScrollTranslationProperty | undefined;
|
|
3155
|
+
"-ms-scrollbar-3dlight-color"?: string | undefined;
|
|
3156
|
+
"-ms-scrollbar-arrow-color"?: string | undefined;
|
|
3157
|
+
"-ms-scrollbar-base-color"?: string | undefined;
|
|
3158
|
+
"-ms-scrollbar-darkshadow-color"?: string | undefined;
|
|
3159
|
+
"-ms-scrollbar-face-color"?: string | undefined;
|
|
3160
|
+
"-ms-scrollbar-highlight-color"?: string | undefined;
|
|
3161
|
+
"-ms-scrollbar-shadow-color"?: string | undefined;
|
|
3162
|
+
"-ms-scrollbar-track-color"?: string | undefined;
|
|
3163
|
+
"-ms-text-autospace"?: import("csstype").MsTextAutospaceProperty | undefined;
|
|
3164
|
+
"-ms-text-combine-horizontal"?: string | undefined;
|
|
3165
|
+
"-ms-text-overflow"?: string | undefined;
|
|
3166
|
+
"-ms-touch-action"?: string | undefined;
|
|
3167
|
+
"-ms-touch-select"?: import("csstype").MsTouchSelectProperty | undefined;
|
|
3168
|
+
"-ms-transform"?: string | undefined;
|
|
3169
|
+
"-ms-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
3170
|
+
"-ms-transition-delay"?: string | undefined;
|
|
3171
|
+
"-ms-transition-duration"?: string | undefined;
|
|
3172
|
+
"-ms-transition-property"?: string | undefined;
|
|
3173
|
+
"-ms-transition-timing-function"?: string | undefined;
|
|
3174
|
+
"-ms-user-select"?: import("csstype").MsUserSelectProperty | undefined;
|
|
3175
|
+
"-ms-word-break"?: import("csstype").WordBreakProperty | undefined;
|
|
3176
|
+
"-ms-wrap-flow"?: import("csstype").MsWrapFlowProperty | undefined;
|
|
3177
|
+
"-ms-wrap-margin"?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
|
|
3178
|
+
"-ms-wrap-through"?: import("csstype").MsWrapThroughProperty | undefined;
|
|
3179
|
+
"-ms-writing-mode"?: import("csstype").WritingModeProperty | undefined;
|
|
3180
|
+
"-webkit-align-content"?: string | undefined;
|
|
3181
|
+
"-webkit-align-items"?: string | undefined;
|
|
3182
|
+
"-webkit-align-self"?: string | undefined;
|
|
3183
|
+
"-webkit-animation-delay"?: string | undefined;
|
|
3184
|
+
"-webkit-animation-direction"?: string | undefined;
|
|
3185
|
+
"-webkit-animation-duration"?: string | undefined;
|
|
3186
|
+
"-webkit-animation-fill-mode"?: string | undefined;
|
|
3187
|
+
"-webkit-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
3188
|
+
"-webkit-animation-name"?: string | undefined;
|
|
3189
|
+
"-webkit-animation-play-state"?: string | undefined;
|
|
3190
|
+
"-webkit-animation-timing-function"?: string | undefined;
|
|
3191
|
+
"-webkit-appearance"?: import("csstype").WebkitAppearanceProperty | undefined;
|
|
3192
|
+
"-webkit-backdrop-filter"?: string | undefined;
|
|
3193
|
+
"-webkit-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
|
|
3194
|
+
"-webkit-background-clip"?: string | undefined;
|
|
3195
|
+
"-webkit-background-origin"?: string | undefined;
|
|
3196
|
+
"-webkit-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
3197
|
+
"-webkit-border-before-color"?: string | undefined;
|
|
3198
|
+
"-webkit-border-before-style"?: string | undefined;
|
|
3199
|
+
"-webkit-border-before-width"?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
|
|
3200
|
+
"-webkit-border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
|
|
3201
|
+
"-webkit-border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
|
|
3202
|
+
"-webkit-border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
|
|
3203
|
+
"-webkit-border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
|
|
3204
|
+
"-webkit-border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
|
|
3205
|
+
"-webkit-box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
|
|
3206
|
+
"-webkit-box-reflect"?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
|
|
3207
|
+
"-webkit-box-shadow"?: string | undefined;
|
|
3208
|
+
"-webkit-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
|
|
3209
|
+
"-webkit-clip-path"?: string | undefined;
|
|
3210
|
+
"-webkit-column-count"?: import("csstype").ColumnCountProperty | undefined;
|
|
3211
|
+
"-webkit-column-fill"?: import("csstype").ColumnFillProperty | undefined;
|
|
3212
|
+
"-webkit-column-rule-color"?: string | undefined;
|
|
3213
|
+
"-webkit-column-rule-style"?: string | undefined;
|
|
3214
|
+
"-webkit-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
|
|
3215
|
+
"-webkit-column-span"?: import("csstype").ColumnSpanProperty | undefined;
|
|
3216
|
+
"-webkit-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
|
|
3217
|
+
"-webkit-filter"?: string | undefined;
|
|
3218
|
+
"-webkit-flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
|
|
3219
|
+
"-webkit-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
|
|
3220
|
+
"-webkit-flex-grow"?: import("csstype").GlobalsNumber | undefined;
|
|
3221
|
+
"-webkit-flex-shrink"?: import("csstype").GlobalsNumber | undefined;
|
|
3222
|
+
"-webkit-flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
|
|
3223
|
+
"-webkit-font-feature-settings"?: string | undefined;
|
|
3224
|
+
"-webkit-font-kerning"?: import("csstype").FontKerningProperty | undefined;
|
|
3225
|
+
"-webkit-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
|
|
3226
|
+
"-webkit-font-variant-ligatures"?: string | undefined;
|
|
3227
|
+
"-webkit-hyphenate-character"?: string | undefined;
|
|
3228
|
+
"-webkit-hyphens"?: import("csstype").HyphensProperty | undefined;
|
|
3229
|
+
"-webkit-initial-letter"?: import("csstype").InitialLetterProperty | undefined;
|
|
3230
|
+
"-webkit-justify-content"?: string | undefined;
|
|
3231
|
+
"-webkit-line-break"?: import("csstype").LineBreakProperty | undefined;
|
|
3232
|
+
"-webkit-line-clamp"?: import("csstype").WebkitLineClampProperty | undefined;
|
|
3233
|
+
"-webkit-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
|
|
3234
|
+
"-webkit-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
|
|
3235
|
+
"-webkit-mask-attachment"?: string | undefined;
|
|
3236
|
+
"-webkit-mask-box-image-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
|
|
3237
|
+
"-webkit-mask-box-image-repeat"?: string | undefined;
|
|
3238
|
+
"-webkit-mask-box-image-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
|
|
3239
|
+
"-webkit-mask-box-image-source"?: string | undefined;
|
|
3240
|
+
"-webkit-mask-box-image-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
|
|
3241
|
+
"-webkit-mask-clip"?: string | undefined;
|
|
3242
|
+
"-webkit-mask-composite"?: string | undefined;
|
|
3243
|
+
"-webkit-mask-image"?: string | undefined;
|
|
3244
|
+
"-webkit-mask-origin"?: string | undefined;
|
|
3245
|
+
"-webkit-mask-position"?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
|
|
3246
|
+
"-webkit-mask-position-x"?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
|
|
3247
|
+
"-webkit-mask-position-y"?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
|
|
3248
|
+
"-webkit-mask-repeat"?: string | undefined;
|
|
3249
|
+
"-webkit-mask-repeat-x"?: import("csstype").WebkitMaskRepeatXProperty | undefined;
|
|
3250
|
+
"-webkit-mask-repeat-y"?: import("csstype").WebkitMaskRepeatYProperty | undefined;
|
|
3251
|
+
"-webkit-mask-size"?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
|
|
3252
|
+
"-webkit-max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
|
|
3253
|
+
"-webkit-order"?: import("csstype").GlobalsNumber | undefined;
|
|
3254
|
+
"-webkit-overflow-scrolling"?: import("csstype").WebkitOverflowScrollingProperty | undefined;
|
|
3255
|
+
"-webkit-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
|
|
3256
|
+
"-webkit-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
|
|
3257
|
+
"-webkit-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
|
|
3258
|
+
"-webkit-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
|
|
3259
|
+
"-webkit-print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
|
|
3260
|
+
"-webkit-ruby-position"?: string | undefined;
|
|
3261
|
+
"-webkit-scroll-snap-type"?: string | undefined;
|
|
3262
|
+
"-webkit-shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
|
|
3263
|
+
"-webkit-tap-highlight-color"?: string | undefined;
|
|
3264
|
+
"-webkit-text-combine"?: string | undefined;
|
|
3265
|
+
"-webkit-text-decoration-color"?: string | undefined;
|
|
3266
|
+
"-webkit-text-decoration-line"?: string | undefined;
|
|
3267
|
+
"-webkit-text-decoration-skip"?: string | undefined;
|
|
3268
|
+
"-webkit-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
|
|
3269
|
+
"-webkit-text-emphasis-color"?: string | undefined;
|
|
3270
|
+
"-webkit-text-emphasis-position"?: string | undefined;
|
|
3271
|
+
"-webkit-text-emphasis-style"?: string | undefined;
|
|
3272
|
+
"-webkit-text-fill-color"?: string | undefined;
|
|
3273
|
+
"-webkit-text-orientation"?: import("csstype").TextOrientationProperty | undefined;
|
|
3274
|
+
"-webkit-text-size-adjust"?: string | undefined;
|
|
3275
|
+
"-webkit-text-stroke-color"?: string | undefined;
|
|
3276
|
+
"-webkit-text-stroke-width"?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
|
|
3277
|
+
"-webkit-text-underline-position"?: string | undefined;
|
|
3278
|
+
"-webkit-touch-callout"?: import("csstype").WebkitTouchCalloutProperty | undefined;
|
|
3279
|
+
"-webkit-transform"?: string | undefined;
|
|
3280
|
+
"-webkit-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
3281
|
+
"-webkit-transform-style"?: import("csstype").TransformStyleProperty | undefined;
|
|
3282
|
+
"-webkit-transition-delay"?: string | undefined;
|
|
3283
|
+
"-webkit-transition-duration"?: string | undefined;
|
|
3284
|
+
"-webkit-transition-property"?: string | undefined;
|
|
3285
|
+
"-webkit-transition-timing-function"?: string | undefined;
|
|
3286
|
+
"-webkit-user-modify"?: import("csstype").WebkitUserModifyProperty | undefined;
|
|
3287
|
+
"-webkit-user-select"?: import("csstype").UserSelectProperty | undefined;
|
|
3288
|
+
"-webkit-writing-mode"?: import("csstype").WritingModeProperty | undefined;
|
|
3289
|
+
"-moz-animation"?: import("csstype").AnimationProperty | undefined;
|
|
3290
|
+
"-moz-border-image"?: import("csstype").BorderImageProperty | undefined;
|
|
3291
|
+
"-moz-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
|
|
3292
|
+
"-moz-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
|
|
3293
|
+
"-moz-transition"?: string | undefined;
|
|
3294
|
+
"-ms-content-zoom-limit"?: string | undefined;
|
|
3295
|
+
"-ms-content-zoom-snap"?: string | undefined;
|
|
3296
|
+
"-ms-flex"?: import("csstype").FlexProperty<string | number> | undefined;
|
|
3297
|
+
"-ms-scroll-limit"?: string | undefined;
|
|
3298
|
+
"-ms-scroll-snap-x"?: string | undefined;
|
|
3299
|
+
"-ms-scroll-snap-y"?: string | undefined;
|
|
3300
|
+
"-ms-transition"?: string | undefined;
|
|
3301
|
+
"-webkit-animation"?: import("csstype").AnimationProperty | undefined;
|
|
3302
|
+
"-webkit-border-before"?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
|
|
3303
|
+
"-webkit-border-image"?: import("csstype").BorderImageProperty | undefined;
|
|
3304
|
+
"-webkit-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
|
|
3305
|
+
"-webkit-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
|
|
3306
|
+
"-webkit-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
|
|
3307
|
+
"-webkit-flex"?: import("csstype").FlexProperty<string | number> | undefined;
|
|
3308
|
+
"-webkit-flex-flow"?: string | undefined;
|
|
3309
|
+
"-webkit-mask"?: import("csstype").WebkitMaskProperty<string | number> | undefined;
|
|
3310
|
+
"-webkit-mask-box-image"?: import("csstype").MaskBorderProperty | undefined;
|
|
3311
|
+
"-webkit-text-emphasis"?: string | undefined;
|
|
3312
|
+
"-webkit-text-stroke"?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
|
|
3313
|
+
"-webkit-transition"?: string | undefined;
|
|
3314
|
+
"box-align"?: import("csstype").BoxAlignProperty | undefined;
|
|
3315
|
+
"box-direction"?: import("csstype").BoxDirectionProperty | undefined;
|
|
3316
|
+
"box-flex"?: import("csstype").GlobalsNumber | undefined;
|
|
3317
|
+
"box-flex-group"?: import("csstype").GlobalsNumber | undefined;
|
|
3318
|
+
"box-lines"?: import("csstype").BoxLinesProperty | undefined;
|
|
3319
|
+
"box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
|
|
3320
|
+
"box-orient"?: import("csstype").BoxOrientProperty | undefined;
|
|
3321
|
+
"box-pack"?: import("csstype").BoxPackProperty | undefined;
|
|
3322
|
+
"grid-column-gap"?: import("csstype").GridColumnGapProperty<string | number> | undefined;
|
|
3323
|
+
"grid-gap"?: import("csstype").GridGapProperty<string | number> | undefined;
|
|
3324
|
+
"grid-row-gap"?: import("csstype").GridRowGapProperty<string | number> | undefined;
|
|
3325
|
+
"ime-mode"?: import("csstype").ImeModeProperty | undefined;
|
|
3326
|
+
"offset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
|
|
3327
|
+
"offset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
|
|
3328
|
+
"offset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
|
|
3329
|
+
"offset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
|
|
3330
|
+
"offset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
|
|
3331
|
+
"offset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
|
|
3332
|
+
"scroll-snap-coordinate"?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
|
|
3333
|
+
"scroll-snap-destination"?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
|
|
3334
|
+
"scroll-snap-points-x"?: string | undefined;
|
|
3335
|
+
"scroll-snap-points-y"?: string | undefined;
|
|
3336
|
+
"scroll-snap-type-x"?: import("csstype").ScrollSnapTypeXProperty | undefined;
|
|
3337
|
+
"scroll-snap-type-y"?: import("csstype").ScrollSnapTypeYProperty | undefined;
|
|
3338
|
+
"-khtml-box-align"?: import("csstype").BoxAlignProperty | undefined;
|
|
3339
|
+
"-khtml-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
|
|
3340
|
+
"-khtml-box-flex"?: import("csstype").GlobalsNumber | undefined;
|
|
3341
|
+
"-khtml-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
|
|
3342
|
+
"-khtml-box-lines"?: import("csstype").BoxLinesProperty | undefined;
|
|
3343
|
+
"-khtml-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
|
|
3344
|
+
"-khtml-box-orient"?: import("csstype").BoxOrientProperty | undefined;
|
|
3345
|
+
"-khtml-box-pack"?: import("csstype").BoxPackProperty | undefined;
|
|
3346
|
+
"-khtml-line-break"?: import("csstype").LineBreakProperty | undefined;
|
|
3347
|
+
"-khtml-opacity"?: import("csstype").OpacityProperty | undefined;
|
|
3348
|
+
"-khtml-user-select"?: import("csstype").UserSelectProperty | undefined;
|
|
3349
|
+
"-moz-background-clip"?: string | undefined;
|
|
3350
|
+
"-moz-background-inline-policy"?: import("csstype").BoxDecorationBreakProperty | undefined;
|
|
3351
|
+
"-moz-background-origin"?: string | undefined;
|
|
3352
|
+
"-moz-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
3353
|
+
"-moz-binding"?: string | undefined;
|
|
3354
|
+
"-moz-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
|
|
3355
|
+
"-moz-border-radius-bottomleft"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
|
|
3356
|
+
"-moz-border-radius-bottomright"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
|
|
3357
|
+
"-moz-border-radius-topleft"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
|
|
3358
|
+
"-moz-border-radius-topright"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
|
|
3359
|
+
"-moz-box-align"?: import("csstype").BoxAlignProperty | undefined;
|
|
3360
|
+
"-moz-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
|
|
3361
|
+
"-moz-box-flex"?: import("csstype").GlobalsNumber | undefined;
|
|
3362
|
+
"-moz-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
|
|
3363
|
+
"-moz-box-orient"?: import("csstype").BoxOrientProperty | undefined;
|
|
3364
|
+
"-moz-box-pack"?: import("csstype").BoxPackProperty | undefined;
|
|
3365
|
+
"-moz-box-shadow"?: string | undefined;
|
|
3366
|
+
"-moz-float-edge"?: import("csstype").MozFloatEdgeProperty | undefined;
|
|
3367
|
+
"-moz-force-broken-image-icon"?: import("csstype").MozForceBrokenImageIconProperty | undefined;
|
|
3368
|
+
"-moz-opacity"?: import("csstype").OpacityProperty | undefined;
|
|
3369
|
+
"-moz-outline"?: import("csstype").OutlineProperty<string | number> | undefined;
|
|
3370
|
+
"-moz-outline-color"?: string | undefined;
|
|
3371
|
+
"-moz-outline-radius"?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
|
|
3372
|
+
"-moz-outline-radius-bottomleft"?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
|
|
3373
|
+
"-moz-outline-radius-bottomright"?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
|
|
3374
|
+
"-moz-outline-radius-topleft"?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
|
|
3375
|
+
"-moz-outline-radius-topright"?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
|
|
3376
|
+
"-moz-outline-style"?: string | undefined;
|
|
3377
|
+
"-moz-outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
|
|
3378
|
+
"-moz-text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
|
|
3379
|
+
"-moz-text-decoration-color"?: string | undefined;
|
|
3380
|
+
"-moz-text-decoration-line"?: string | undefined;
|
|
3381
|
+
"-moz-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
|
|
3382
|
+
"-moz-user-input"?: import("csstype").MozUserInputProperty | undefined;
|
|
3383
|
+
"-ms-ime-mode"?: import("csstype").ImeModeProperty | undefined;
|
|
3384
|
+
"-o-animation"?: import("csstype").AnimationProperty | undefined;
|
|
3385
|
+
"-o-animation-delay"?: string | undefined;
|
|
3386
|
+
"-o-animation-direction"?: string | undefined;
|
|
3387
|
+
"-o-animation-duration"?: string | undefined;
|
|
3388
|
+
"-o-animation-fill-mode"?: string | undefined;
|
|
3389
|
+
"-o-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
3390
|
+
"-o-animation-name"?: string | undefined;
|
|
3391
|
+
"-o-animation-play-state"?: string | undefined;
|
|
3392
|
+
"-o-animation-timing-function"?: string | undefined;
|
|
3393
|
+
"-o-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
3394
|
+
"-o-border-image"?: import("csstype").BorderImageProperty | undefined;
|
|
3395
|
+
"-o-object-fit"?: import("csstype").ObjectFitProperty | undefined;
|
|
3396
|
+
"-o-object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
|
|
3397
|
+
"-o-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
|
|
3398
|
+
"-o-text-overflow"?: string | undefined;
|
|
3399
|
+
"-o-transform"?: string | undefined;
|
|
3400
|
+
"-o-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
3401
|
+
"-o-transition"?: string | undefined;
|
|
3402
|
+
"-o-transition-delay"?: string | undefined;
|
|
3403
|
+
"-o-transition-duration"?: string | undefined;
|
|
3404
|
+
"-o-transition-property"?: string | undefined;
|
|
3405
|
+
"-o-transition-timing-function"?: string | undefined;
|
|
3406
|
+
"-webkit-box-align"?: import("csstype").BoxAlignProperty | undefined;
|
|
3407
|
+
"-webkit-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
|
|
3408
|
+
"-webkit-box-flex"?: import("csstype").GlobalsNumber | undefined;
|
|
3409
|
+
"-webkit-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
|
|
3410
|
+
"-webkit-box-lines"?: import("csstype").BoxLinesProperty | undefined;
|
|
3411
|
+
"-webkit-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
|
|
3412
|
+
"-webkit-box-orient"?: import("csstype").BoxOrientProperty | undefined;
|
|
3413
|
+
"-webkit-box-pack"?: import("csstype").BoxPackProperty | undefined;
|
|
3414
|
+
"-webkit-scroll-snap-points-x"?: string | undefined;
|
|
3415
|
+
"-webkit-scroll-snap-points-y"?: string | undefined;
|
|
3416
|
+
"alignment-baseline"?: import("csstype").AlignmentBaselineProperty | undefined;
|
|
3417
|
+
"baseline-shift"?: import("csstype").BaselineShiftProperty<string | number> | undefined;
|
|
3418
|
+
"clip-rule"?: import("csstype").ClipRuleProperty | undefined;
|
|
3419
|
+
"color-interpolation"?: import("csstype").ColorInterpolationProperty | undefined;
|
|
3420
|
+
"color-rendering"?: import("csstype").ColorRenderingProperty | undefined;
|
|
3421
|
+
"dominant-baseline"?: import("csstype").DominantBaselineProperty | undefined;
|
|
3422
|
+
"fill-opacity"?: import("csstype").GlobalsNumber | undefined;
|
|
3423
|
+
"fill-rule"?: import("csstype").FillRuleProperty | undefined;
|
|
3424
|
+
"flood-color"?: string | undefined;
|
|
3425
|
+
"flood-opacity"?: import("csstype").GlobalsNumber | undefined;
|
|
3426
|
+
"glyph-orientation-vertical"?: import("csstype").GlyphOrientationVerticalProperty | undefined;
|
|
3427
|
+
"lighting-color"?: string | undefined;
|
|
3428
|
+
"marker-end"?: string | undefined;
|
|
3429
|
+
"marker-mid"?: string | undefined;
|
|
3430
|
+
"marker-start"?: string | undefined;
|
|
3431
|
+
"shape-rendering"?: import("csstype").ShapeRenderingProperty | undefined;
|
|
3432
|
+
"stop-color"?: string | undefined;
|
|
3433
|
+
"stop-opacity"?: import("csstype").GlobalsNumber | undefined;
|
|
3434
|
+
"stroke-dasharray"?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
|
|
3435
|
+
"stroke-dashoffset"?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
|
|
3436
|
+
"stroke-linecap"?: import("csstype").StrokeLinecapProperty | undefined;
|
|
3437
|
+
"stroke-linejoin"?: import("csstype").StrokeLinejoinProperty | undefined;
|
|
3438
|
+
"stroke-miterlimit"?: import("csstype").GlobalsNumber | undefined;
|
|
3439
|
+
"stroke-opacity"?: import("csstype").GlobalsNumber | undefined;
|
|
3440
|
+
"stroke-width"?: import("csstype").StrokeWidthProperty<string | number> | undefined;
|
|
3441
|
+
"text-anchor"?: import("csstype").TextAnchorProperty | undefined;
|
|
3442
|
+
"vector-effect"?: import("csstype").VectorEffectProperty | undefined;
|
|
3443
|
+
} | undefined;
|
|
3444
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
|
3445
|
+
validator?: ((value: unknown, fieldItem: import("..").FieldItem) => string | void) | undefined;
|
|
3446
|
+
reactions?: {
|
|
3447
|
+
[x: string]: any;
|
|
3448
|
+
dependencies?: string[] | undefined;
|
|
3449
|
+
target?: string | undefined;
|
|
3450
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
3451
|
+
when?: string | boolean | undefined;
|
|
3452
|
+
fulfill?: {
|
|
3453
|
+
state?: import("../../../es/shared/types").AnyObject | undefined;
|
|
3454
|
+
run?: string | undefined;
|
|
3455
|
+
} | undefined;
|
|
3456
|
+
otherwise?: {
|
|
3457
|
+
state?: import("../../../es/shared/types").AnyObject | undefined;
|
|
3458
|
+
run?: string | undefined;
|
|
3459
|
+
} | undefined;
|
|
3460
|
+
} | {
|
|
3461
|
+
[x: string]: any;
|
|
3462
|
+
dependencies?: string[] | undefined;
|
|
3463
|
+
target?: string | undefined;
|
|
3464
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
3465
|
+
when?: string | boolean | undefined;
|
|
3466
|
+
fulfill?: {
|
|
3467
|
+
state?: import("../../../es/shared/types").AnyObject | undefined;
|
|
3468
|
+
run?: string | undefined;
|
|
3469
|
+
} | undefined;
|
|
3470
|
+
otherwise?: {
|
|
3471
|
+
state?: import("../../../es/shared/types").AnyObject | undefined;
|
|
3472
|
+
run?: string | undefined;
|
|
3473
|
+
} | undefined;
|
|
3474
|
+
}[] | undefined;
|
|
3475
|
+
} | undefined;
|
|
3476
|
+
__new?: boolean | undefined;
|
|
3477
|
+
__isCombinationChild?: boolean | undefined;
|
|
3478
|
+
__extra?: boolean | undefined;
|
|
3479
|
+
}[]>;
|
|
3480
|
+
addItem: (formConfigItem: import("./src/types").FormConfigItem) => void;
|
|
3481
|
+
parsedTextFormatter: import("./src/types").FormConfigTextFormatter;
|
|
3482
|
+
currentEditField: import("vue").Ref<import("./src/types").FormConfigItem | undefined>;
|
|
3483
|
+
formConfigEditRef: import("vue").Ref<{
|
|
3484
|
+
validate: import("../../../es/shared/types").Func<any[], any>;
|
|
3485
|
+
} | undefined>;
|
|
3486
|
+
transform: (fieldList: import("./src/types").FormConfigItem[]) => import("./src/types").FormConfigItem[];
|
|
3487
|
+
inverseTransform: (fieldList: import("./src/types").FormConfigItem[]) => import("./src/types").FormConfigItem[];
|
|
3488
|
+
extraValueRef: import("vue").WritableComputedRef<any>;
|
|
3489
|
+
_extraOptions: import("vue").Ref<{
|
|
3490
|
+
key: string;
|
|
3491
|
+
layoutWidthEnum: import("./src/types").FormConfigWidth;
|
|
3492
|
+
type: string;
|
|
3493
|
+
name: string;
|
|
3494
|
+
show?: boolean | undefined;
|
|
3495
|
+
defaultValue?: any;
|
|
3496
|
+
defaultExpand?: boolean | undefined;
|
|
3497
|
+
fold?: boolean | undefined;
|
|
3498
|
+
required?: boolean | undefined;
|
|
3499
|
+
requiredDisabled?: boolean | undefined;
|
|
3500
|
+
editableDisabled?: boolean | undefined;
|
|
3501
|
+
editable?: boolean | undefined;
|
|
3502
|
+
notes?: string | undefined;
|
|
3503
|
+
desc?: string | undefined;
|
|
3504
|
+
children?: any[] | undefined;
|
|
3505
|
+
originalSetting?: {
|
|
3506
|
+
[x: string]: any;
|
|
3507
|
+
val_key: string;
|
|
3508
|
+
html_type: "LINEBAR" | ({} & string) | "INPUT" | "TEXTAREA" | "SELECT" | "LINE_BREAKS" | "INPUT_NUMBER" | "REMOTE_SEARCH" | "DATE" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "SEARCH" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "DIGITAL" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
|
3509
|
+
annotation?: boolean | undefined;
|
|
3510
|
+
val_key_unit?: string | undefined;
|
|
3511
|
+
is_edit?: import("..").FormCommonState | undefined;
|
|
3512
|
+
elem_width?: number | undefined;
|
|
3513
|
+
is_show?: import("..").FormCommonState | undefined;
|
|
3514
|
+
is_null?: import("..").FormCommonState | undefined;
|
|
3515
|
+
name?: string | undefined;
|
|
3516
|
+
alias?: string | undefined;
|
|
3517
|
+
default_val?: any;
|
|
3518
|
+
is_empty?: import("..").FormCommonState | undefined;
|
|
3519
|
+
hide_title?: import("..").FormCommonState | undefined;
|
|
3520
|
+
placeholder?: string | undefined;
|
|
3521
|
+
validate?: {
|
|
3522
|
+
[x: string]: any;
|
|
3523
|
+
obj_type?: ("password" | "sex" | "age" | "email" | "id_card" | "age_unit" | "mobile" | "telephone" | "birthday" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
|
3524
|
+
vali_obj?: string | undefined;
|
|
3525
|
+
max_value?: string | number | undefined;
|
|
3526
|
+
min_value?: string | number | undefined;
|
|
3527
|
+
min_date?: string | undefined;
|
|
3528
|
+
max_date?: string | undefined;
|
|
3529
|
+
min_length?: string | number | undefined;
|
|
3530
|
+
max_length?: string | number | undefined;
|
|
3531
|
+
decimal_length?: string | number | undefined;
|
|
3532
|
+
regular_expression?: string | {
|
|
3533
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
3534
|
+
test: (string: string) => boolean;
|
|
3535
|
+
readonly source: string;
|
|
3536
|
+
readonly global: boolean;
|
|
3537
|
+
readonly ignoreCase: boolean;
|
|
3538
|
+
readonly multiline: boolean;
|
|
3539
|
+
lastIndex: number;
|
|
3540
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
3541
|
+
readonly flags: string;
|
|
3542
|
+
readonly sticky: boolean;
|
|
3543
|
+
readonly unicode: boolean;
|
|
3544
|
+
readonly dotAll: boolean;
|
|
3545
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
3546
|
+
[Symbol.replace]: {
|
|
3547
|
+
(string: string, replaceValue: string): string;
|
|
3548
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
3549
|
+
};
|
|
3550
|
+
[Symbol.search]: (string: string) => number;
|
|
3551
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
3552
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
3553
|
+
} | undefined;
|
|
3554
|
+
regular_error_tip?: string | undefined;
|
|
3555
|
+
message?: string | undefined;
|
|
3556
|
+
} | undefined;
|
|
3557
|
+
option?: {
|
|
3558
|
+
[x: string]: any;
|
|
3559
|
+
keyword?: string | undefined;
|
|
3560
|
+
disabled?: boolean | undefined;
|
|
3561
|
+
children?: any[] | undefined;
|
|
3562
|
+
childrenFields?: any[] | undefined;
|
|
3563
|
+
}[] | undefined;
|
|
3564
|
+
multi_select?: import("..").FormCommonState | undefined;
|
|
3565
|
+
multi_select_value?: string | number | undefined;
|
|
3566
|
+
wordbook?: {
|
|
3567
|
+
level_num?: number | undefined;
|
|
3568
|
+
id?: string | undefined;
|
|
3569
|
+
name?: string | undefined;
|
|
3570
|
+
render_key?: string[] | undefined;
|
|
3571
|
+
search_key?: string[] | undefined;
|
|
3572
|
+
primary_key?: string | undefined;
|
|
3573
|
+
type?: string | undefined;
|
|
3574
|
+
value_key?: string | undefined;
|
|
3575
|
+
level_key?: string | undefined;
|
|
3576
|
+
link_key?: string | undefined;
|
|
3577
|
+
link_key_split?: string | undefined;
|
|
3578
|
+
show_key?: string[] | undefined;
|
|
3579
|
+
conObj?: import("../../../es/shared/types").AnyObject[] | undefined;
|
|
3580
|
+
conObjFirstLevel?: import("../../../es/shared/types").AnyObject[] | undefined;
|
|
3581
|
+
} | undefined;
|
|
3582
|
+
open?: {
|
|
3583
|
+
value?: any;
|
|
3584
|
+
describe?: string | undefined;
|
|
3585
|
+
} | undefined;
|
|
3586
|
+
close?: {
|
|
3587
|
+
value?: any;
|
|
3588
|
+
describe?: string | undefined;
|
|
3589
|
+
} | undefined;
|
|
3590
|
+
date_format?: string | undefined;
|
|
3591
|
+
step_length?: string | number | undefined;
|
|
3592
|
+
urlConfig?: {
|
|
3593
|
+
url: string;
|
|
3594
|
+
method?: import("..").FormRequestType | undefined;
|
|
3595
|
+
nameKey?: string | undefined;
|
|
3596
|
+
valueKey?: string | undefined;
|
|
3597
|
+
params?: import("../../../es/shared/types").AnyObject | undefined;
|
|
3598
|
+
dependKey?: string | Record<string, string> | (string | {
|
|
3599
|
+
paramName: string;
|
|
3600
|
+
paramValue?: string | undefined;
|
|
3601
|
+
required?: boolean | undefined;
|
|
3602
|
+
})[] | undefined;
|
|
3603
|
+
} | undefined;
|
|
3604
|
+
suffixConfig?: any | any[] | undefined;
|
|
3605
|
+
autograph?: string | undefined;
|
|
3606
|
+
defined_error_msg?: string | undefined;
|
|
3607
|
+
extendKey?: string | undefined;
|
|
3608
|
+
is_not_fold?: string | undefined;
|
|
3609
|
+
remark?: string | undefined;
|
|
3610
|
+
free_entry?: import("..").FormCommonState | undefined;
|
|
3611
|
+
initialize_high?: number | undefined;
|
|
3612
|
+
bindEventSetting?: {
|
|
3613
|
+
[x: string]: unknown;
|
|
3614
|
+
event_type: import("../../../es/shared/types").LOW_CODE_EVENT_TYPE;
|
|
3615
|
+
event_field?: string | undefined;
|
|
3616
|
+
params?: {
|
|
3617
|
+
p_value?: string | undefined;
|
|
3618
|
+
p_name: string;
|
|
3619
|
+
p_select: import("../../../es/shared/types").LOW_CODE_VALUE_RELATION;
|
|
3620
|
+
}[] | undefined;
|
|
3621
|
+
results?: {
|
|
3622
|
+
p_value: string;
|
|
3623
|
+
p_name: string;
|
|
3624
|
+
}[] | undefined;
|
|
3625
|
+
}[] | undefined;
|
|
3626
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
3627
|
+
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
|
3628
|
+
lazyRequest?: boolean | undefined;
|
|
3629
|
+
requestCache?: boolean | undefined;
|
|
3630
|
+
maxGroupNum?: number | undefined;
|
|
3631
|
+
jsonCombination?: boolean | undefined;
|
|
3632
|
+
combinationItemDeletable?: boolean | import("..").CombinationItemDeletableFn | undefined;
|
|
3633
|
+
children?: any[] | undefined;
|
|
3634
|
+
properties?: any[] | undefined;
|
|
3635
|
+
componentProps?: import("../../../es/shared/types").AnyObject | undefined;
|
|
3636
|
+
decoratorProps?: import("../../../es/shared/types").AnyObject | undefined;
|
|
3637
|
+
noDecorator?: {
|
|
3638
|
+
valueOf: () => boolean;
|
|
3639
|
+
} | undefined;
|
|
3640
|
+
display?: "flex" | "grid" | undefined;
|
|
3641
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
|
3642
|
+
wrapperStyle?: Record<string, string> | {
|
|
3643
|
+
[x: `--${string}`]: string | number | undefined;
|
|
3644
|
+
accentColor?: string | undefined;
|
|
3645
|
+
alignContent?: string | undefined;
|
|
3646
|
+
alignItems?: string | undefined;
|
|
3647
|
+
alignSelf?: string | undefined;
|
|
3648
|
+
alignTracks?: string | undefined;
|
|
3649
|
+
animationComposition?: string | undefined;
|
|
3650
|
+
animationDelay?: string | undefined;
|
|
3651
|
+
animationDirection?: string | undefined;
|
|
3652
|
+
animationDuration?: string | undefined;
|
|
3653
|
+
animationFillMode?: string | undefined;
|
|
3654
|
+
animationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
3655
|
+
animationName?: string | undefined;
|
|
3656
|
+
animationPlayState?: string | undefined;
|
|
3657
|
+
animationTimeline?: string | undefined;
|
|
3658
|
+
animationTimingFunction?: string | undefined;
|
|
3659
|
+
appearance?: import("csstype").AppearanceProperty | undefined;
|
|
3660
|
+
aspectRatio?: import("csstype").AspectRatioProperty | undefined;
|
|
3661
|
+
backdropFilter?: string | undefined;
|
|
3662
|
+
backfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
|
|
3663
|
+
backgroundAttachment?: string | undefined;
|
|
3664
|
+
backgroundBlendMode?: string | undefined;
|
|
3665
|
+
backgroundClip?: string | undefined;
|
|
3666
|
+
backgroundColor?: string | undefined;
|
|
3667
|
+
backgroundImage?: string | undefined;
|
|
3668
|
+
backgroundOrigin?: string | undefined;
|
|
3669
|
+
backgroundPositionX?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
|
|
3670
|
+
backgroundPositionY?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
|
|
3671
|
+
backgroundRepeat?: string | undefined;
|
|
3672
|
+
backgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
3673
|
+
blockOverflow?: string | undefined;
|
|
3674
|
+
blockSize?: import("csstype").BlockSizeProperty<string | number> | undefined;
|
|
3675
|
+
borderBlockColor?: string | undefined;
|
|
3676
|
+
borderBlockEndColor?: string | undefined;
|
|
3677
|
+
borderBlockEndStyle?: import("csstype").BorderBlockEndStyleProperty | undefined;
|
|
3678
|
+
borderBlockEndWidth?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
|
|
3679
|
+
borderBlockStartColor?: string | undefined;
|
|
3680
|
+
borderBlockStartStyle?: import("csstype").BorderBlockStartStyleProperty | undefined;
|
|
3681
|
+
borderBlockStartWidth?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
|
|
3682
|
+
borderBlockStyle?: import("csstype").BorderBlockStyleProperty | undefined;
|
|
3683
|
+
borderBlockWidth?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
|
|
3684
|
+
borderBottomColor?: string | undefined;
|
|
3685
|
+
borderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
|
|
3686
|
+
borderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
|
|
3687
|
+
borderBottomStyle?: import("csstype").BorderBottomStyleProperty | undefined;
|
|
3688
|
+
borderBottomWidth?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
|
|
3689
|
+
borderCollapse?: import("csstype").BorderCollapseProperty | undefined;
|
|
3690
|
+
borderEndEndRadius?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
|
|
3691
|
+
borderEndStartRadius?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
|
|
3692
|
+
borderImageOutset?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
|
|
3693
|
+
borderImageRepeat?: string | undefined;
|
|
3694
|
+
borderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
|
|
3695
|
+
borderImageSource?: string | undefined;
|
|
3696
|
+
borderImageWidth?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
|
|
3697
|
+
borderInlineColor?: string | undefined;
|
|
3698
|
+
borderInlineEndColor?: string | undefined;
|
|
3699
|
+
borderInlineEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
|
|
3700
|
+
borderInlineEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
|
|
3701
|
+
borderInlineStartColor?: string | undefined;
|
|
3702
|
+
borderInlineStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
|
|
3703
|
+
borderInlineStartWidth?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
|
|
3704
|
+
borderInlineStyle?: import("csstype").BorderInlineStyleProperty | undefined;
|
|
3705
|
+
borderInlineWidth?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
|
|
3706
|
+
borderLeftColor?: string | undefined;
|
|
3707
|
+
borderLeftStyle?: import("csstype").BorderLeftStyleProperty | undefined;
|
|
3708
|
+
borderLeftWidth?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
|
|
3709
|
+
borderRightColor?: string | undefined;
|
|
3710
|
+
borderRightStyle?: import("csstype").BorderRightStyleProperty | undefined;
|
|
3711
|
+
borderRightWidth?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
|
|
3712
|
+
borderSpacing?: import("csstype").BorderSpacingProperty<string | number> | undefined;
|
|
3713
|
+
borderStartEndRadius?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
|
|
3714
|
+
borderStartStartRadius?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
|
|
3715
|
+
borderTopColor?: string | undefined;
|
|
3716
|
+
borderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
|
|
3717
|
+
borderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
|
|
3718
|
+
borderTopStyle?: import("csstype").BorderTopStyleProperty | undefined;
|
|
3719
|
+
borderTopWidth?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
|
|
3720
|
+
bottom?: import("csstype").BottomProperty<string | number> | undefined;
|
|
3721
|
+
boxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
|
|
3722
|
+
boxShadow?: string | undefined;
|
|
3723
|
+
boxSizing?: import("csstype").BoxSizingProperty | undefined;
|
|
3724
|
+
breakAfter?: import("csstype").BreakAfterProperty | undefined;
|
|
3725
|
+
breakBefore?: import("csstype").BreakBeforeProperty | undefined;
|
|
3726
|
+
breakInside?: import("csstype").BreakInsideProperty | undefined;
|
|
3727
|
+
captionSide?: import("csstype").CaptionSideProperty | undefined;
|
|
3728
|
+
caretColor?: string | undefined;
|
|
3729
|
+
clear?: import("csstype").ClearProperty | undefined;
|
|
3730
|
+
clipPath?: string | undefined;
|
|
3731
|
+
color?: string | undefined;
|
|
3732
|
+
colorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
|
|
3733
|
+
colorScheme?: string | undefined;
|
|
3734
|
+
columnCount?: import("csstype").ColumnCountProperty | undefined;
|
|
3735
|
+
columnFill?: import("csstype").ColumnFillProperty | undefined;
|
|
3736
|
+
columnGap?: import("csstype").ColumnGapProperty<string | number> | undefined;
|
|
3737
|
+
columnRuleColor?: string | undefined;
|
|
3738
|
+
columnRuleStyle?: string | undefined;
|
|
3739
|
+
columnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
|
|
3740
|
+
columnSpan?: import("csstype").ColumnSpanProperty | undefined;
|
|
3741
|
+
columnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
|
|
3742
|
+
contain?: string | undefined;
|
|
3743
|
+
content?: string | undefined;
|
|
3744
|
+
contentVisibility?: import("csstype").ContentVisibilityProperty | undefined;
|
|
3745
|
+
counterIncrement?: string | undefined;
|
|
3746
|
+
counterReset?: string | undefined;
|
|
3747
|
+
counterSet?: string | undefined;
|
|
3748
|
+
cursor?: string | undefined;
|
|
3749
|
+
direction?: import("csstype").DirectionProperty | undefined;
|
|
3750
|
+
display?: string | undefined;
|
|
3751
|
+
emptyCells?: import("csstype").EmptyCellsProperty | undefined;
|
|
3752
|
+
filter?: string | undefined;
|
|
3753
|
+
flexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
|
|
3754
|
+
flexDirection?: import("csstype").FlexDirectionProperty | undefined;
|
|
3755
|
+
flexGrow?: import("csstype").GlobalsNumber | undefined;
|
|
3756
|
+
flexShrink?: import("csstype").GlobalsNumber | undefined;
|
|
3757
|
+
flexWrap?: import("csstype").FlexWrapProperty | undefined;
|
|
3758
|
+
float?: import("csstype").FloatProperty | undefined;
|
|
3759
|
+
fontFamily?: string | undefined;
|
|
3760
|
+
fontFeatureSettings?: string | undefined;
|
|
3761
|
+
fontKerning?: import("csstype").FontKerningProperty | undefined;
|
|
3762
|
+
fontLanguageOverride?: string | undefined;
|
|
3763
|
+
fontOpticalSizing?: import("csstype").FontOpticalSizingProperty | undefined;
|
|
3764
|
+
fontSize?: import("csstype").FontSizeProperty<string | number> | undefined;
|
|
3765
|
+
fontSizeAdjust?: import("csstype").FontSizeAdjustProperty | undefined;
|
|
3766
|
+
fontSmooth?: import("csstype").FontSmoothProperty<string | number> | undefined;
|
|
3767
|
+
fontStretch?: string | undefined;
|
|
3768
|
+
fontStyle?: string | undefined;
|
|
3769
|
+
fontSynthesis?: string | undefined;
|
|
3770
|
+
fontVariant?: string | undefined;
|
|
3771
|
+
fontVariantAlternates?: string | undefined;
|
|
3772
|
+
fontVariantCaps?: import("csstype").FontVariantCapsProperty | undefined;
|
|
3773
|
+
fontVariantEastAsian?: string | undefined;
|
|
3774
|
+
fontVariantLigatures?: string | undefined;
|
|
3775
|
+
fontVariantNumeric?: string | undefined;
|
|
3776
|
+
fontVariantPosition?: import("csstype").FontVariantPositionProperty | undefined;
|
|
3777
|
+
fontVariationSettings?: string | undefined;
|
|
3778
|
+
fontWeight?: import("csstype").FontWeightProperty | undefined;
|
|
3779
|
+
forcedColorAdjust?: import("csstype").ForcedColorAdjustProperty | undefined;
|
|
3780
|
+
gridAutoColumns?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
|
|
3781
|
+
gridAutoFlow?: string | undefined;
|
|
3782
|
+
gridAutoRows?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
|
|
3783
|
+
gridColumnEnd?: import("csstype").GridColumnEndProperty | undefined;
|
|
3784
|
+
gridColumnStart?: import("csstype").GridColumnStartProperty | undefined;
|
|
3785
|
+
gridRowEnd?: import("csstype").GridRowEndProperty | undefined;
|
|
3786
|
+
gridRowStart?: import("csstype").GridRowStartProperty | undefined;
|
|
3787
|
+
gridTemplateAreas?: string | undefined;
|
|
3788
|
+
gridTemplateColumns?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
|
|
3789
|
+
gridTemplateRows?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
|
|
3790
|
+
hangingPunctuation?: string | undefined;
|
|
3791
|
+
height?: import("csstype").HeightProperty<string | number> | undefined;
|
|
3792
|
+
hyphenateCharacter?: string | undefined;
|
|
3793
|
+
hyphens?: import("csstype").HyphensProperty | undefined;
|
|
3794
|
+
imageOrientation?: string | undefined;
|
|
3795
|
+
imageRendering?: import("csstype").ImageRenderingProperty | undefined;
|
|
3796
|
+
imageResolution?: string | undefined;
|
|
3797
|
+
initialLetter?: import("csstype").InitialLetterProperty | undefined;
|
|
3798
|
+
inlineSize?: import("csstype").InlineSizeProperty<string | number> | undefined;
|
|
3799
|
+
inputSecurity?: import("csstype").InputSecurityProperty | undefined;
|
|
3800
|
+
inset?: import("csstype").InsetProperty<string | number> | undefined;
|
|
3801
|
+
insetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
|
|
3802
|
+
insetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
|
|
3803
|
+
insetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
|
|
3804
|
+
insetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
|
|
3805
|
+
insetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
|
|
3806
|
+
insetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
|
|
3807
|
+
isolation?: import("csstype").IsolationProperty | undefined;
|
|
3808
|
+
justifyContent?: string | undefined;
|
|
3809
|
+
justifyItems?: string | undefined;
|
|
3810
|
+
justifySelf?: string | undefined;
|
|
3811
|
+
justifyTracks?: string | undefined;
|
|
3812
|
+
left?: import("csstype").LeftProperty<string | number> | undefined;
|
|
3813
|
+
letterSpacing?: import("csstype").LetterSpacingProperty<string | number> | undefined;
|
|
3814
|
+
lineBreak?: import("csstype").LineBreakProperty | undefined;
|
|
3815
|
+
lineHeight?: import("csstype").LineHeightProperty<string | number> | undefined;
|
|
3816
|
+
lineHeightStep?: import("csstype").LineHeightStepProperty<string | number> | undefined;
|
|
3817
|
+
listStyleImage?: string | undefined;
|
|
3818
|
+
listStylePosition?: import("csstype").ListStylePositionProperty | undefined;
|
|
3819
|
+
listStyleType?: string | undefined;
|
|
3820
|
+
marginBlock?: import("csstype").MarginBlockProperty<string | number> | undefined;
|
|
3821
|
+
marginBlockEnd?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
|
|
3822
|
+
marginBlockStart?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
|
|
3823
|
+
marginBottom?: import("csstype").MarginBottomProperty<string | number> | undefined;
|
|
3824
|
+
marginInline?: import("csstype").MarginInlineProperty<string | number> | undefined;
|
|
3825
|
+
marginInlineEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
|
|
3826
|
+
marginInlineStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
|
|
3827
|
+
marginLeft?: import("csstype").MarginLeftProperty<string | number> | undefined;
|
|
3828
|
+
marginRight?: import("csstype").MarginRightProperty<string | number> | undefined;
|
|
3829
|
+
marginTop?: import("csstype").MarginTopProperty<string | number> | undefined;
|
|
3830
|
+
maskBorderMode?: import("csstype").MaskBorderModeProperty | undefined;
|
|
3831
|
+
maskBorderOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
|
|
3832
|
+
maskBorderRepeat?: string | undefined;
|
|
3833
|
+
maskBorderSlice?: import("csstype").MaskBorderSliceProperty | undefined;
|
|
3834
|
+
maskBorderSource?: string | undefined;
|
|
3835
|
+
maskBorderWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
|
|
3836
|
+
maskClip?: string | undefined;
|
|
3837
|
+
maskComposite?: string | undefined;
|
|
3838
|
+
maskImage?: string | undefined;
|
|
3839
|
+
maskMode?: string | undefined;
|
|
3840
|
+
maskOrigin?: string | undefined;
|
|
3841
|
+
maskPosition?: import("csstype").MaskPositionProperty<string | number> | undefined;
|
|
3842
|
+
maskRepeat?: string | undefined;
|
|
3843
|
+
maskSize?: import("csstype").MaskSizeProperty<string | number> | undefined;
|
|
3844
|
+
maskType?: import("csstype").MaskTypeProperty | undefined;
|
|
3845
|
+
mathDepth?: import("csstype").MathDepthProperty | undefined;
|
|
3846
|
+
mathShift?: import("csstype").MathShiftProperty | undefined;
|
|
3847
|
+
mathStyle?: import("csstype").MathStyleProperty | undefined;
|
|
3848
|
+
maxBlockSize?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
|
|
3849
|
+
maxHeight?: import("csstype").MaxHeightProperty<string | number> | undefined;
|
|
3850
|
+
maxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
|
|
3851
|
+
maxLines?: import("csstype").MaxLinesProperty | undefined;
|
|
3852
|
+
maxWidth?: import("csstype").MaxWidthProperty<string | number> | undefined;
|
|
3853
|
+
minBlockSize?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
|
|
3854
|
+
minHeight?: import("csstype").MinHeightProperty<string | number> | undefined;
|
|
3855
|
+
minInlineSize?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
|
|
3856
|
+
minWidth?: import("csstype").MinWidthProperty<string | number> | undefined;
|
|
3857
|
+
mixBlendMode?: import("csstype").MixBlendModeProperty | undefined;
|
|
3858
|
+
motionDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
|
|
3859
|
+
motionPath?: string | undefined;
|
|
3860
|
+
motionRotation?: string | undefined;
|
|
3861
|
+
objectFit?: import("csstype").ObjectFitProperty | undefined;
|
|
3862
|
+
objectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
|
|
3863
|
+
offsetAnchor?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
|
|
3864
|
+
offsetDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
|
|
3865
|
+
offsetPath?: string | undefined;
|
|
3866
|
+
offsetRotate?: string | undefined;
|
|
3867
|
+
offsetRotation?: string | undefined;
|
|
3868
|
+
opacity?: import("csstype").OpacityProperty | undefined;
|
|
3869
|
+
order?: import("csstype").GlobalsNumber | undefined;
|
|
3870
|
+
orphans?: import("csstype").GlobalsNumber | undefined;
|
|
3871
|
+
outlineColor?: string | undefined;
|
|
3872
|
+
outlineOffset?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
|
|
3873
|
+
outlineStyle?: string | undefined;
|
|
3874
|
+
outlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
|
|
3875
|
+
overflowAnchor?: import("csstype").OverflowAnchorProperty | undefined;
|
|
3876
|
+
overflowBlock?: import("csstype").OverflowBlockProperty | undefined;
|
|
3877
|
+
overflowClipBox?: import("csstype").OverflowClipBoxProperty | undefined;
|
|
3878
|
+
overflowClipMargin?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
|
|
3879
|
+
overflowInline?: import("csstype").OverflowInlineProperty | undefined;
|
|
3880
|
+
overflowWrap?: import("csstype").OverflowWrapProperty | undefined;
|
|
3881
|
+
overflowX?: import("csstype").OverflowXProperty | undefined;
|
|
3882
|
+
overflowY?: import("csstype").OverflowYProperty | undefined;
|
|
3883
|
+
overscrollBehaviorBlock?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
|
|
3884
|
+
overscrollBehaviorInline?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
|
|
3885
|
+
overscrollBehaviorX?: import("csstype").OverscrollBehaviorXProperty | undefined;
|
|
3886
|
+
overscrollBehaviorY?: import("csstype").OverscrollBehaviorYProperty | undefined;
|
|
3887
|
+
paddingBlock?: import("csstype").PaddingBlockProperty<string | number> | undefined;
|
|
3888
|
+
paddingBlockEnd?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
|
|
3889
|
+
paddingBlockStart?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
|
|
3890
|
+
paddingBottom?: import("csstype").PaddingBottomProperty<string | number> | undefined;
|
|
3891
|
+
paddingInline?: import("csstype").PaddingInlineProperty<string | number> | undefined;
|
|
3892
|
+
paddingInlineEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
|
|
3893
|
+
paddingInlineStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
|
|
3894
|
+
paddingLeft?: import("csstype").PaddingLeftProperty<string | number> | undefined;
|
|
3895
|
+
paddingRight?: import("csstype").PaddingRightProperty<string | number> | undefined;
|
|
3896
|
+
paddingTop?: import("csstype").PaddingTopProperty<string | number> | undefined;
|
|
3897
|
+
pageBreakAfter?: import("csstype").PageBreakAfterProperty | undefined;
|
|
3898
|
+
pageBreakBefore?: import("csstype").PageBreakBeforeProperty | undefined;
|
|
3899
|
+
pageBreakInside?: import("csstype").PageBreakInsideProperty | undefined;
|
|
3900
|
+
paintOrder?: string | undefined;
|
|
3901
|
+
perspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
|
|
3902
|
+
perspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
|
|
3903
|
+
placeContent?: string | undefined;
|
|
3904
|
+
pointerEvents?: import("csstype").PointerEventsProperty | undefined;
|
|
3905
|
+
position?: import("csstype").PositionProperty | undefined;
|
|
3906
|
+
printColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
|
|
3907
|
+
quotes?: string | undefined;
|
|
3908
|
+
resize?: import("csstype").ResizeProperty | undefined;
|
|
3909
|
+
right?: import("csstype").RightProperty<string | number> | undefined;
|
|
3910
|
+
rotate?: string | undefined;
|
|
3911
|
+
rowGap?: import("csstype").RowGapProperty<string | number> | undefined;
|
|
3912
|
+
rubyAlign?: import("csstype").RubyAlignProperty | undefined;
|
|
3913
|
+
rubyMerge?: import("csstype").RubyMergeProperty | undefined;
|
|
3914
|
+
rubyPosition?: string | undefined;
|
|
3915
|
+
scale?: import("csstype").ScaleProperty | undefined;
|
|
3916
|
+
scrollBehavior?: import("csstype").ScrollBehaviorProperty | undefined;
|
|
3917
|
+
scrollMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
|
|
3918
|
+
scrollMarginBlock?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
|
|
3919
|
+
scrollMarginBlockEnd?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
|
|
3920
|
+
scrollMarginBlockStart?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
|
|
3921
|
+
scrollMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
|
|
3922
|
+
scrollMarginInline?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
|
|
3923
|
+
scrollMarginInlineEnd?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
|
|
3924
|
+
scrollMarginInlineStart?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
|
|
3925
|
+
scrollMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
|
|
3926
|
+
scrollMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
|
|
3927
|
+
scrollMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
|
|
3928
|
+
scrollPadding?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
|
|
3929
|
+
scrollPaddingBlock?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
|
|
3930
|
+
scrollPaddingBlockEnd?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
|
|
3931
|
+
scrollPaddingBlockStart?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
|
|
3932
|
+
scrollPaddingBottom?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
|
|
3933
|
+
scrollPaddingInline?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
|
|
3934
|
+
scrollPaddingInlineEnd?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
|
|
3935
|
+
scrollPaddingInlineStart?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
|
|
3936
|
+
scrollPaddingLeft?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
|
|
3937
|
+
scrollPaddingRight?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
|
|
3938
|
+
scrollPaddingTop?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
|
|
3939
|
+
scrollSnapAlign?: string | undefined;
|
|
3940
|
+
scrollSnapMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
|
|
3941
|
+
scrollSnapMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
|
|
3942
|
+
scrollSnapMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
|
|
3943
|
+
scrollSnapMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
|
|
3944
|
+
scrollSnapMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
|
|
3945
|
+
scrollSnapStop?: import("csstype").ScrollSnapStopProperty | undefined;
|
|
3946
|
+
scrollSnapType?: string | undefined;
|
|
3947
|
+
scrollbarColor?: string | undefined;
|
|
3948
|
+
scrollbarGutter?: string | undefined;
|
|
3949
|
+
scrollbarWidth?: import("csstype").ScrollbarWidthProperty | undefined;
|
|
3950
|
+
shapeImageThreshold?: import("csstype").ShapeImageThresholdProperty | undefined;
|
|
3951
|
+
shapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
|
|
3952
|
+
shapeOutside?: string | undefined;
|
|
3953
|
+
tabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
|
|
3954
|
+
tableLayout?: import("csstype").TableLayoutProperty | undefined;
|
|
3955
|
+
textAlign?: import("csstype").TextAlignProperty | undefined;
|
|
3956
|
+
textAlignLast?: import("csstype").TextAlignLastProperty | undefined;
|
|
3957
|
+
textCombineUpright?: string | undefined;
|
|
3958
|
+
textDecorationColor?: string | undefined;
|
|
3959
|
+
textDecorationLine?: string | undefined;
|
|
3960
|
+
textDecorationSkip?: string | undefined;
|
|
3961
|
+
textDecorationSkipInk?: import("csstype").TextDecorationSkipInkProperty | undefined;
|
|
3962
|
+
textDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
|
|
3963
|
+
textDecorationThickness?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
|
|
3964
|
+
textEmphasisColor?: string | undefined;
|
|
3965
|
+
textEmphasisPosition?: string | undefined;
|
|
3966
|
+
textEmphasisStyle?: string | undefined;
|
|
3967
|
+
textIndent?: import("csstype").TextIndentProperty<string | number> | undefined;
|
|
3968
|
+
textJustify?: import("csstype").TextJustifyProperty | undefined;
|
|
3969
|
+
textOrientation?: import("csstype").TextOrientationProperty | undefined;
|
|
3970
|
+
textOverflow?: string | undefined;
|
|
3971
|
+
textRendering?: import("csstype").TextRenderingProperty | undefined;
|
|
3972
|
+
textShadow?: string | undefined;
|
|
3973
|
+
textSizeAdjust?: string | undefined;
|
|
3974
|
+
textTransform?: import("csstype").TextTransformProperty | undefined;
|
|
3975
|
+
textUnderlineOffset?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
|
|
3976
|
+
textUnderlinePosition?: string | undefined;
|
|
3977
|
+
top?: import("csstype").TopProperty<string | number> | undefined;
|
|
3978
|
+
touchAction?: string | undefined;
|
|
3979
|
+
transform?: string | undefined;
|
|
3980
|
+
transformBox?: import("csstype").TransformBoxProperty | undefined;
|
|
3981
|
+
transformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
3982
|
+
transformStyle?: import("csstype").TransformStyleProperty | undefined;
|
|
3983
|
+
transitionDelay?: string | undefined;
|
|
3984
|
+
transitionDuration?: string | undefined;
|
|
3985
|
+
transitionProperty?: string | undefined;
|
|
3986
|
+
transitionTimingFunction?: string | undefined;
|
|
3987
|
+
translate?: import("csstype").TranslateProperty<string | number> | undefined;
|
|
3988
|
+
unicodeBidi?: import("csstype").UnicodeBidiProperty | undefined;
|
|
3989
|
+
userSelect?: import("csstype").UserSelectProperty | undefined;
|
|
3990
|
+
verticalAlign?: import("csstype").VerticalAlignProperty<string | number> | undefined;
|
|
3991
|
+
visibility?: import("csstype").VisibilityProperty | undefined;
|
|
3992
|
+
whiteSpace?: import("csstype").WhiteSpaceProperty | undefined;
|
|
3993
|
+
widows?: import("csstype").GlobalsNumber | undefined;
|
|
3994
|
+
width?: import("csstype").WidthProperty<string | number> | undefined;
|
|
3995
|
+
willChange?: string | undefined;
|
|
3996
|
+
wordBreak?: import("csstype").WordBreakProperty | undefined;
|
|
3997
|
+
wordSpacing?: import("csstype").WordSpacingProperty<string | number> | undefined;
|
|
3998
|
+
wordWrap?: import("csstype").WordWrapProperty | undefined;
|
|
3999
|
+
writingMode?: import("csstype").WritingModeProperty | undefined;
|
|
4000
|
+
zIndex?: import("csstype").ZIndexProperty | undefined;
|
|
4001
|
+
zoom?: import("csstype").ZoomProperty | undefined;
|
|
4002
|
+
all?: import("csstype").Globals | undefined;
|
|
4003
|
+
animation?: import("csstype").AnimationProperty | undefined;
|
|
4004
|
+
background?: import("csstype").BackgroundProperty<string | number> | undefined;
|
|
4005
|
+
backgroundPosition?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
|
|
4006
|
+
border?: import("csstype").BorderProperty<string | number> | undefined;
|
|
4007
|
+
borderBlock?: import("csstype").BorderBlockProperty<string | number> | undefined;
|
|
4008
|
+
borderBlockEnd?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
|
|
4009
|
+
borderBlockStart?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
|
|
4010
|
+
borderBottom?: import("csstype").BorderBottomProperty<string | number> | undefined;
|
|
4011
|
+
borderColor?: string | undefined;
|
|
4012
|
+
borderImage?: import("csstype").BorderImageProperty | undefined;
|
|
4013
|
+
borderInline?: import("csstype").BorderInlineProperty<string | number> | undefined;
|
|
4014
|
+
borderInlineEnd?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
|
|
4015
|
+
borderInlineStart?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
|
|
4016
|
+
borderLeft?: import("csstype").BorderLeftProperty<string | number> | undefined;
|
|
4017
|
+
borderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
|
|
4018
|
+
borderRight?: import("csstype").BorderRightProperty<string | number> | undefined;
|
|
4019
|
+
borderStyle?: string | undefined;
|
|
4020
|
+
borderTop?: import("csstype").BorderTopProperty<string | number> | undefined;
|
|
4021
|
+
borderWidth?: import("csstype").BorderWidthProperty<string | number> | undefined;
|
|
4022
|
+
columnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
|
|
4023
|
+
columns?: import("csstype").ColumnsProperty<string | number> | undefined;
|
|
4024
|
+
flex?: import("csstype").FlexProperty<string | number> | undefined;
|
|
4025
|
+
flexFlow?: string | undefined;
|
|
4026
|
+
font?: string | undefined;
|
|
4027
|
+
gap?: import("csstype").GapProperty<string | number> | undefined;
|
|
4028
|
+
grid?: string | undefined;
|
|
4029
|
+
gridArea?: import("csstype").GridAreaProperty | undefined;
|
|
4030
|
+
gridColumn?: import("csstype").GridColumnProperty | undefined;
|
|
4031
|
+
gridRow?: import("csstype").GridRowProperty | undefined;
|
|
4032
|
+
gridTemplate?: string | undefined;
|
|
4033
|
+
lineClamp?: import("csstype").LineClampProperty | undefined;
|
|
4034
|
+
listStyle?: string | undefined;
|
|
4035
|
+
margin?: import("csstype").MarginProperty<string | number> | undefined;
|
|
4036
|
+
mask?: import("csstype").MaskProperty<string | number> | undefined;
|
|
4037
|
+
maskBorder?: import("csstype").MaskBorderProperty | undefined;
|
|
4038
|
+
motion?: import("csstype").OffsetProperty<string | number> | undefined;
|
|
4039
|
+
offset?: import("csstype").OffsetProperty<string | number> | undefined;
|
|
4040
|
+
outline?: import("csstype").OutlineProperty<string | number> | undefined;
|
|
4041
|
+
overflow?: string | undefined;
|
|
4042
|
+
overscrollBehavior?: string | undefined;
|
|
4043
|
+
padding?: import("csstype").PaddingProperty<string | number> | undefined;
|
|
4044
|
+
placeItems?: string | undefined;
|
|
4045
|
+
placeSelf?: string | undefined;
|
|
4046
|
+
textDecoration?: import("csstype").TextDecorationProperty<string | number> | undefined;
|
|
4047
|
+
textEmphasis?: string | undefined;
|
|
4048
|
+
transition?: string | undefined;
|
|
4049
|
+
MozAnimationDelay?: string | undefined;
|
|
4050
|
+
MozAnimationDirection?: string | undefined;
|
|
4051
|
+
MozAnimationDuration?: string | undefined;
|
|
4052
|
+
MozAnimationFillMode?: string | undefined;
|
|
4053
|
+
MozAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
4054
|
+
MozAnimationName?: string | undefined;
|
|
4055
|
+
MozAnimationPlayState?: string | undefined;
|
|
4056
|
+
MozAnimationTimingFunction?: string | undefined;
|
|
4057
|
+
MozAppearance?: import("csstype").MozAppearanceProperty | undefined;
|
|
4058
|
+
MozBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
|
|
4059
|
+
MozBorderBottomColors?: string | undefined;
|
|
4060
|
+
MozBorderEndColor?: string | undefined;
|
|
4061
|
+
MozBorderEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
|
|
4062
|
+
MozBorderEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
|
|
4063
|
+
MozBorderLeftColors?: string | undefined;
|
|
4064
|
+
MozBorderRightColors?: string | undefined;
|
|
4065
|
+
MozBorderStartColor?: string | undefined;
|
|
4066
|
+
MozBorderStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
|
|
4067
|
+
MozBorderTopColors?: string | undefined;
|
|
4068
|
+
MozBoxSizing?: import("csstype").BoxSizingProperty | undefined;
|
|
4069
|
+
MozColumnCount?: import("csstype").ColumnCountProperty | undefined;
|
|
4070
|
+
MozColumnFill?: import("csstype").ColumnFillProperty | undefined;
|
|
4071
|
+
MozColumnRuleColor?: string | undefined;
|
|
4072
|
+
MozColumnRuleStyle?: string | undefined;
|
|
4073
|
+
MozColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
|
|
4074
|
+
MozColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
|
|
4075
|
+
MozContextProperties?: string | undefined;
|
|
4076
|
+
MozFontFeatureSettings?: string | undefined;
|
|
4077
|
+
MozFontLanguageOverride?: string | undefined;
|
|
4078
|
+
MozHyphens?: import("csstype").HyphensProperty | undefined;
|
|
4079
|
+
MozImageRegion?: string | undefined;
|
|
4080
|
+
MozMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
|
|
4081
|
+
MozMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
|
|
4082
|
+
MozOrient?: import("csstype").MozOrientProperty | undefined;
|
|
4083
|
+
MozOsxFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
|
|
4084
|
+
MozPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
|
|
4085
|
+
MozPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
|
|
4086
|
+
MozPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
|
|
4087
|
+
MozPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
|
|
4088
|
+
MozStackSizing?: import("csstype").MozStackSizingProperty | undefined;
|
|
4089
|
+
MozTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
|
|
4090
|
+
MozTextBlink?: import("csstype").MozTextBlinkProperty | undefined;
|
|
4091
|
+
MozTextSizeAdjust?: string | undefined;
|
|
4092
|
+
MozTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
4093
|
+
MozTransformStyle?: import("csstype").TransformStyleProperty | undefined;
|
|
4094
|
+
MozTransitionDelay?: string | undefined;
|
|
4095
|
+
MozTransitionDuration?: string | undefined;
|
|
4096
|
+
MozTransitionProperty?: string | undefined;
|
|
4097
|
+
MozTransitionTimingFunction?: string | undefined;
|
|
4098
|
+
MozUserFocus?: import("csstype").MozUserFocusProperty | undefined;
|
|
4099
|
+
MozUserModify?: import("csstype").MozUserModifyProperty | undefined;
|
|
4100
|
+
MozUserSelect?: import("csstype").UserSelectProperty | undefined;
|
|
4101
|
+
MozWindowDragging?: import("csstype").MozWindowDraggingProperty | undefined;
|
|
4102
|
+
MozWindowShadow?: import("csstype").MozWindowShadowProperty | undefined;
|
|
4103
|
+
msAccelerator?: import("csstype").MsAcceleratorProperty | undefined;
|
|
4104
|
+
msBlockProgression?: import("csstype").MsBlockProgressionProperty | undefined;
|
|
4105
|
+
msContentZoomChaining?: import("csstype").MsContentZoomChainingProperty | undefined;
|
|
4106
|
+
msContentZoomLimitMax?: string | undefined;
|
|
4107
|
+
msContentZoomLimitMin?: string | undefined;
|
|
4108
|
+
msContentZoomSnapPoints?: string | undefined;
|
|
4109
|
+
msContentZoomSnapType?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
|
|
4110
|
+
msContentZooming?: import("csstype").MsContentZoomingProperty | undefined;
|
|
4111
|
+
msFilter?: string | undefined;
|
|
4112
|
+
msFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
|
|
4113
|
+
msFlexPositive?: import("csstype").GlobalsNumber | undefined;
|
|
4114
|
+
msFlowFrom?: string | undefined;
|
|
4115
|
+
msFlowInto?: string | undefined;
|
|
4116
|
+
msGridColumns?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
|
|
4117
|
+
msGridRows?: import("csstype").MsGridRowsProperty<string | number> | undefined;
|
|
4118
|
+
msHighContrastAdjust?: import("csstype").MsHighContrastAdjustProperty | undefined;
|
|
4119
|
+
msHyphenateLimitChars?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
|
|
4120
|
+
msHyphenateLimitLines?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
|
|
4121
|
+
msHyphenateLimitZone?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
|
|
4122
|
+
msHyphens?: import("csstype").HyphensProperty | undefined;
|
|
4123
|
+
msImeAlign?: import("csstype").MsImeAlignProperty | undefined;
|
|
4124
|
+
msLineBreak?: import("csstype").LineBreakProperty | undefined;
|
|
4125
|
+
msOrder?: import("csstype").GlobalsNumber | undefined;
|
|
4126
|
+
msOverflowStyle?: import("csstype").MsOverflowStyleProperty | undefined;
|
|
4127
|
+
msOverflowX?: import("csstype").OverflowXProperty | undefined;
|
|
4128
|
+
msOverflowY?: import("csstype").OverflowYProperty | undefined;
|
|
4129
|
+
msScrollChaining?: import("csstype").MsScrollChainingProperty | undefined;
|
|
4130
|
+
msScrollLimitXMax?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
|
|
4131
|
+
msScrollLimitXMin?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
|
|
4132
|
+
msScrollLimitYMax?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
|
|
4133
|
+
msScrollLimitYMin?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
|
|
4134
|
+
msScrollRails?: import("csstype").MsScrollRailsProperty | undefined;
|
|
4135
|
+
msScrollSnapPointsX?: string | undefined;
|
|
4136
|
+
msScrollSnapPointsY?: string | undefined;
|
|
4137
|
+
msScrollSnapType?: import("csstype").MsScrollSnapTypeProperty | undefined;
|
|
4138
|
+
msScrollTranslation?: import("csstype").MsScrollTranslationProperty | undefined;
|
|
4139
|
+
msScrollbar3dlightColor?: string | undefined;
|
|
4140
|
+
msScrollbarArrowColor?: string | undefined;
|
|
4141
|
+
msScrollbarBaseColor?: string | undefined;
|
|
4142
|
+
msScrollbarDarkshadowColor?: string | undefined;
|
|
4143
|
+
msScrollbarFaceColor?: string | undefined;
|
|
4144
|
+
msScrollbarHighlightColor?: string | undefined;
|
|
4145
|
+
msScrollbarShadowColor?: string | undefined;
|
|
4146
|
+
msScrollbarTrackColor?: string | undefined;
|
|
4147
|
+
msTextAutospace?: import("csstype").MsTextAutospaceProperty | undefined;
|
|
4148
|
+
msTextCombineHorizontal?: string | undefined;
|
|
4149
|
+
msTextOverflow?: string | undefined;
|
|
4150
|
+
msTouchAction?: string | undefined;
|
|
4151
|
+
msTouchSelect?: import("csstype").MsTouchSelectProperty | undefined;
|
|
4152
|
+
msTransform?: string | undefined;
|
|
4153
|
+
msTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
4154
|
+
msTransitionDelay?: string | undefined;
|
|
4155
|
+
msTransitionDuration?: string | undefined;
|
|
4156
|
+
msTransitionProperty?: string | undefined;
|
|
4157
|
+
msTransitionTimingFunction?: string | undefined;
|
|
4158
|
+
msUserSelect?: import("csstype").MsUserSelectProperty | undefined;
|
|
4159
|
+
msWordBreak?: import("csstype").WordBreakProperty | undefined;
|
|
4160
|
+
msWrapFlow?: import("csstype").MsWrapFlowProperty | undefined;
|
|
4161
|
+
msWrapMargin?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
|
|
4162
|
+
msWrapThrough?: import("csstype").MsWrapThroughProperty | undefined;
|
|
4163
|
+
msWritingMode?: import("csstype").WritingModeProperty | undefined;
|
|
4164
|
+
WebkitAlignContent?: string | undefined;
|
|
4165
|
+
WebkitAlignItems?: string | undefined;
|
|
4166
|
+
WebkitAlignSelf?: string | undefined;
|
|
4167
|
+
WebkitAnimationDelay?: string | undefined;
|
|
4168
|
+
WebkitAnimationDirection?: string | undefined;
|
|
4169
|
+
WebkitAnimationDuration?: string | undefined;
|
|
4170
|
+
WebkitAnimationFillMode?: string | undefined;
|
|
4171
|
+
WebkitAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
4172
|
+
WebkitAnimationName?: string | undefined;
|
|
4173
|
+
WebkitAnimationPlayState?: string | undefined;
|
|
4174
|
+
WebkitAnimationTimingFunction?: string | undefined;
|
|
4175
|
+
WebkitAppearance?: import("csstype").WebkitAppearanceProperty | undefined;
|
|
4176
|
+
WebkitBackdropFilter?: string | undefined;
|
|
4177
|
+
WebkitBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
|
|
4178
|
+
WebkitBackgroundClip?: string | undefined;
|
|
4179
|
+
WebkitBackgroundOrigin?: string | undefined;
|
|
4180
|
+
WebkitBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
4181
|
+
WebkitBorderBeforeColor?: string | undefined;
|
|
4182
|
+
WebkitBorderBeforeStyle?: string | undefined;
|
|
4183
|
+
WebkitBorderBeforeWidth?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
|
|
4184
|
+
WebkitBorderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
|
|
4185
|
+
WebkitBorderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
|
|
4186
|
+
WebkitBorderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
|
|
4187
|
+
WebkitBorderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
|
|
4188
|
+
WebkitBorderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
|
|
4189
|
+
WebkitBoxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
|
|
4190
|
+
WebkitBoxReflect?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
|
|
4191
|
+
WebkitBoxShadow?: string | undefined;
|
|
4192
|
+
WebkitBoxSizing?: import("csstype").BoxSizingProperty | undefined;
|
|
4193
|
+
WebkitClipPath?: string | undefined;
|
|
4194
|
+
WebkitColumnCount?: import("csstype").ColumnCountProperty | undefined;
|
|
4195
|
+
WebkitColumnFill?: import("csstype").ColumnFillProperty | undefined;
|
|
4196
|
+
WebkitColumnRuleColor?: string | undefined;
|
|
4197
|
+
WebkitColumnRuleStyle?: string | undefined;
|
|
4198
|
+
WebkitColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
|
|
4199
|
+
WebkitColumnSpan?: import("csstype").ColumnSpanProperty | undefined;
|
|
4200
|
+
WebkitColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
|
|
4201
|
+
WebkitFilter?: string | undefined;
|
|
4202
|
+
WebkitFlexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
|
|
4203
|
+
WebkitFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
|
|
4204
|
+
WebkitFlexGrow?: import("csstype").GlobalsNumber | undefined;
|
|
4205
|
+
WebkitFlexShrink?: import("csstype").GlobalsNumber | undefined;
|
|
4206
|
+
WebkitFlexWrap?: import("csstype").FlexWrapProperty | undefined;
|
|
4207
|
+
WebkitFontFeatureSettings?: string | undefined;
|
|
4208
|
+
WebkitFontKerning?: import("csstype").FontKerningProperty | undefined;
|
|
4209
|
+
WebkitFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
|
|
4210
|
+
WebkitFontVariantLigatures?: string | undefined;
|
|
4211
|
+
WebkitHyphenateCharacter?: string | undefined;
|
|
4212
|
+
WebkitHyphens?: import("csstype").HyphensProperty | undefined;
|
|
4213
|
+
WebkitInitialLetter?: import("csstype").InitialLetterProperty | undefined;
|
|
4214
|
+
WebkitJustifyContent?: string | undefined;
|
|
4215
|
+
WebkitLineBreak?: import("csstype").LineBreakProperty | undefined;
|
|
4216
|
+
WebkitLineClamp?: import("csstype").WebkitLineClampProperty | undefined;
|
|
4217
|
+
WebkitMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
|
|
4218
|
+
WebkitMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
|
|
4219
|
+
WebkitMaskAttachment?: string | undefined;
|
|
4220
|
+
WebkitMaskBoxImageOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
|
|
4221
|
+
WebkitMaskBoxImageRepeat?: string | undefined;
|
|
4222
|
+
WebkitMaskBoxImageSlice?: import("csstype").MaskBorderSliceProperty | undefined;
|
|
4223
|
+
WebkitMaskBoxImageSource?: string | undefined;
|
|
4224
|
+
WebkitMaskBoxImageWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
|
|
4225
|
+
WebkitMaskClip?: string | undefined;
|
|
4226
|
+
WebkitMaskComposite?: string | undefined;
|
|
4227
|
+
WebkitMaskImage?: string | undefined;
|
|
4228
|
+
WebkitMaskOrigin?: string | undefined;
|
|
4229
|
+
WebkitMaskPosition?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
|
|
4230
|
+
WebkitMaskPositionX?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
|
|
4231
|
+
WebkitMaskPositionY?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
|
|
4232
|
+
WebkitMaskRepeat?: string | undefined;
|
|
4233
|
+
WebkitMaskRepeatX?: import("csstype").WebkitMaskRepeatXProperty | undefined;
|
|
4234
|
+
WebkitMaskRepeatY?: import("csstype").WebkitMaskRepeatYProperty | undefined;
|
|
4235
|
+
WebkitMaskSize?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
|
|
4236
|
+
WebkitMaxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
|
|
4237
|
+
WebkitOrder?: import("csstype").GlobalsNumber | undefined;
|
|
4238
|
+
WebkitOverflowScrolling?: import("csstype").WebkitOverflowScrollingProperty | undefined;
|
|
4239
|
+
WebkitPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
|
|
4240
|
+
WebkitPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
|
|
4241
|
+
WebkitPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
|
|
4242
|
+
WebkitPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
|
|
4243
|
+
WebkitPrintColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
|
|
4244
|
+
WebkitRubyPosition?: string | undefined;
|
|
4245
|
+
WebkitScrollSnapType?: string | undefined;
|
|
4246
|
+
WebkitShapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
|
|
4247
|
+
WebkitTapHighlightColor?: string | undefined;
|
|
4248
|
+
WebkitTextCombine?: string | undefined;
|
|
4249
|
+
WebkitTextDecorationColor?: string | undefined;
|
|
4250
|
+
WebkitTextDecorationLine?: string | undefined;
|
|
4251
|
+
WebkitTextDecorationSkip?: string | undefined;
|
|
4252
|
+
WebkitTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
|
|
4253
|
+
WebkitTextEmphasisColor?: string | undefined;
|
|
4254
|
+
WebkitTextEmphasisPosition?: string | undefined;
|
|
4255
|
+
WebkitTextEmphasisStyle?: string | undefined;
|
|
4256
|
+
WebkitTextFillColor?: string | undefined;
|
|
4257
|
+
WebkitTextOrientation?: import("csstype").TextOrientationProperty | undefined;
|
|
4258
|
+
WebkitTextSizeAdjust?: string | undefined;
|
|
4259
|
+
WebkitTextStrokeColor?: string | undefined;
|
|
4260
|
+
WebkitTextStrokeWidth?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
|
|
4261
|
+
WebkitTextUnderlinePosition?: string | undefined;
|
|
4262
|
+
WebkitTouchCallout?: import("csstype").WebkitTouchCalloutProperty | undefined;
|
|
4263
|
+
WebkitTransform?: string | undefined;
|
|
4264
|
+
WebkitTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
4265
|
+
WebkitTransformStyle?: import("csstype").TransformStyleProperty | undefined;
|
|
4266
|
+
WebkitTransitionDelay?: string | undefined;
|
|
4267
|
+
WebkitTransitionDuration?: string | undefined;
|
|
4268
|
+
WebkitTransitionProperty?: string | undefined;
|
|
4269
|
+
WebkitTransitionTimingFunction?: string | undefined;
|
|
4270
|
+
WebkitUserModify?: import("csstype").WebkitUserModifyProperty | undefined;
|
|
4271
|
+
WebkitUserSelect?: import("csstype").UserSelectProperty | undefined;
|
|
4272
|
+
WebkitWritingMode?: import("csstype").WritingModeProperty | undefined;
|
|
4273
|
+
MozAnimation?: import("csstype").AnimationProperty | undefined;
|
|
4274
|
+
MozBorderImage?: import("csstype").BorderImageProperty | undefined;
|
|
4275
|
+
MozColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
|
|
4276
|
+
MozColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
|
|
4277
|
+
MozTransition?: string | undefined;
|
|
4278
|
+
msContentZoomLimit?: string | undefined;
|
|
4279
|
+
msContentZoomSnap?: string | undefined;
|
|
4280
|
+
msFlex?: import("csstype").FlexProperty<string | number> | undefined;
|
|
4281
|
+
msScrollLimit?: string | undefined;
|
|
4282
|
+
msScrollSnapX?: string | undefined;
|
|
4283
|
+
msScrollSnapY?: string | undefined;
|
|
4284
|
+
msTransition?: string | undefined;
|
|
4285
|
+
WebkitAnimation?: import("csstype").AnimationProperty | undefined;
|
|
4286
|
+
WebkitBorderBefore?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
|
|
4287
|
+
WebkitBorderImage?: import("csstype").BorderImageProperty | undefined;
|
|
4288
|
+
WebkitBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
|
|
4289
|
+
WebkitColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
|
|
4290
|
+
WebkitColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
|
|
4291
|
+
WebkitFlex?: import("csstype").FlexProperty<string | number> | undefined;
|
|
4292
|
+
WebkitFlexFlow?: string | undefined;
|
|
4293
|
+
WebkitMask?: import("csstype").WebkitMaskProperty<string | number> | undefined;
|
|
4294
|
+
WebkitMaskBoxImage?: import("csstype").MaskBorderProperty | undefined;
|
|
4295
|
+
WebkitTextEmphasis?: string | undefined;
|
|
4296
|
+
WebkitTextStroke?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
|
|
4297
|
+
WebkitTransition?: string | undefined;
|
|
4298
|
+
azimuth?: string | undefined;
|
|
4299
|
+
boxAlign?: import("csstype").BoxAlignProperty | undefined;
|
|
4300
|
+
boxDirection?: import("csstype").BoxDirectionProperty | undefined;
|
|
4301
|
+
boxFlex?: import("csstype").GlobalsNumber | undefined;
|
|
4302
|
+
boxFlexGroup?: import("csstype").GlobalsNumber | undefined;
|
|
4303
|
+
boxLines?: import("csstype").BoxLinesProperty | undefined;
|
|
4304
|
+
boxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
|
|
4305
|
+
boxOrient?: import("csstype").BoxOrientProperty | undefined;
|
|
4306
|
+
boxPack?: import("csstype").BoxPackProperty | undefined;
|
|
4307
|
+
clip?: string | undefined;
|
|
4308
|
+
gridColumnGap?: import("csstype").GridColumnGapProperty<string | number> | undefined;
|
|
4309
|
+
gridGap?: import("csstype").GridGapProperty<string | number> | undefined;
|
|
4310
|
+
gridRowGap?: import("csstype").GridRowGapProperty<string | number> | undefined;
|
|
4311
|
+
imeMode?: import("csstype").ImeModeProperty | undefined;
|
|
4312
|
+
offsetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
|
|
4313
|
+
offsetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
|
|
4314
|
+
offsetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
|
|
4315
|
+
offsetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
|
|
4316
|
+
offsetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
|
|
4317
|
+
offsetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
|
|
4318
|
+
scrollSnapCoordinate?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
|
|
4319
|
+
scrollSnapDestination?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
|
|
4320
|
+
scrollSnapPointsX?: string | undefined;
|
|
4321
|
+
scrollSnapPointsY?: string | undefined;
|
|
4322
|
+
scrollSnapTypeX?: import("csstype").ScrollSnapTypeXProperty | undefined;
|
|
4323
|
+
scrollSnapTypeY?: import("csstype").ScrollSnapTypeYProperty | undefined;
|
|
4324
|
+
KhtmlBoxAlign?: import("csstype").BoxAlignProperty | undefined;
|
|
4325
|
+
KhtmlBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
|
|
4326
|
+
KhtmlBoxFlex?: import("csstype").GlobalsNumber | undefined;
|
|
4327
|
+
KhtmlBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
|
|
4328
|
+
KhtmlBoxLines?: import("csstype").BoxLinesProperty | undefined;
|
|
4329
|
+
KhtmlBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
|
|
4330
|
+
KhtmlBoxOrient?: import("csstype").BoxOrientProperty | undefined;
|
|
4331
|
+
KhtmlBoxPack?: import("csstype").BoxPackProperty | undefined;
|
|
4332
|
+
KhtmlLineBreak?: import("csstype").LineBreakProperty | undefined;
|
|
4333
|
+
KhtmlOpacity?: import("csstype").OpacityProperty | undefined;
|
|
4334
|
+
KhtmlUserSelect?: import("csstype").UserSelectProperty | undefined;
|
|
4335
|
+
MozBackgroundClip?: string | undefined;
|
|
4336
|
+
MozBackgroundInlinePolicy?: import("csstype").BoxDecorationBreakProperty | undefined;
|
|
4337
|
+
MozBackgroundOrigin?: string | undefined;
|
|
4338
|
+
MozBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
4339
|
+
MozBinding?: string | undefined;
|
|
4340
|
+
MozBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
|
|
4341
|
+
MozBorderRadiusBottomleft?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
|
|
4342
|
+
MozBorderRadiusBottomright?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
|
|
4343
|
+
MozBorderRadiusTopleft?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
|
|
4344
|
+
MozBorderRadiusTopright?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
|
|
4345
|
+
MozBoxAlign?: import("csstype").BoxAlignProperty | undefined;
|
|
4346
|
+
MozBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
|
|
4347
|
+
MozBoxFlex?: import("csstype").GlobalsNumber | undefined;
|
|
4348
|
+
MozBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
|
|
4349
|
+
MozBoxOrient?: import("csstype").BoxOrientProperty | undefined;
|
|
4350
|
+
MozBoxPack?: import("csstype").BoxPackProperty | undefined;
|
|
4351
|
+
MozBoxShadow?: string | undefined;
|
|
4352
|
+
MozFloatEdge?: import("csstype").MozFloatEdgeProperty | undefined;
|
|
4353
|
+
MozForceBrokenImageIcon?: import("csstype").MozForceBrokenImageIconProperty | undefined;
|
|
4354
|
+
MozOpacity?: import("csstype").OpacityProperty | undefined;
|
|
4355
|
+
MozOutline?: import("csstype").OutlineProperty<string | number> | undefined;
|
|
4356
|
+
MozOutlineColor?: string | undefined;
|
|
4357
|
+
MozOutlineRadius?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
|
|
4358
|
+
MozOutlineRadiusBottomleft?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
|
|
4359
|
+
MozOutlineRadiusBottomright?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
|
|
4360
|
+
MozOutlineRadiusTopleft?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
|
|
4361
|
+
MozOutlineRadiusTopright?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
|
|
4362
|
+
MozOutlineStyle?: string | undefined;
|
|
4363
|
+
MozOutlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
|
|
4364
|
+
MozTextAlignLast?: import("csstype").TextAlignLastProperty | undefined;
|
|
4365
|
+
MozTextDecorationColor?: string | undefined;
|
|
4366
|
+
MozTextDecorationLine?: string | undefined;
|
|
4367
|
+
MozTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
|
|
4368
|
+
MozUserInput?: import("csstype").MozUserInputProperty | undefined;
|
|
4369
|
+
msImeMode?: import("csstype").ImeModeProperty | undefined;
|
|
4370
|
+
OAnimation?: import("csstype").AnimationProperty | undefined;
|
|
4371
|
+
OAnimationDelay?: string | undefined;
|
|
4372
|
+
OAnimationDirection?: string | undefined;
|
|
4373
|
+
OAnimationDuration?: string | undefined;
|
|
4374
|
+
OAnimationFillMode?: string | undefined;
|
|
4375
|
+
OAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
4376
|
+
OAnimationName?: string | undefined;
|
|
4377
|
+
OAnimationPlayState?: string | undefined;
|
|
4378
|
+
OAnimationTimingFunction?: string | undefined;
|
|
4379
|
+
OBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
4380
|
+
OBorderImage?: import("csstype").BorderImageProperty | undefined;
|
|
4381
|
+
OObjectFit?: import("csstype").ObjectFitProperty | undefined;
|
|
4382
|
+
OObjectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
|
|
4383
|
+
OTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
|
|
4384
|
+
OTextOverflow?: string | undefined;
|
|
4385
|
+
OTransform?: string | undefined;
|
|
4386
|
+
OTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
4387
|
+
OTransition?: string | undefined;
|
|
4388
|
+
OTransitionDelay?: string | undefined;
|
|
4389
|
+
OTransitionDuration?: string | undefined;
|
|
4390
|
+
OTransitionProperty?: string | undefined;
|
|
4391
|
+
OTransitionTimingFunction?: string | undefined;
|
|
4392
|
+
WebkitBoxAlign?: import("csstype").BoxAlignProperty | undefined;
|
|
4393
|
+
WebkitBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
|
|
4394
|
+
WebkitBoxFlex?: import("csstype").GlobalsNumber | undefined;
|
|
4395
|
+
WebkitBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
|
|
4396
|
+
WebkitBoxLines?: import("csstype").BoxLinesProperty | undefined;
|
|
4397
|
+
WebkitBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
|
|
4398
|
+
WebkitBoxOrient?: import("csstype").BoxOrientProperty | undefined;
|
|
4399
|
+
WebkitBoxPack?: import("csstype").BoxPackProperty | undefined;
|
|
4400
|
+
WebkitScrollSnapPointsX?: string | undefined;
|
|
4401
|
+
WebkitScrollSnapPointsY?: string | undefined;
|
|
4402
|
+
alignmentBaseline?: import("csstype").AlignmentBaselineProperty | undefined;
|
|
4403
|
+
baselineShift?: import("csstype").BaselineShiftProperty<string | number> | undefined;
|
|
4404
|
+
clipRule?: import("csstype").ClipRuleProperty | undefined;
|
|
4405
|
+
colorInterpolation?: import("csstype").ColorInterpolationProperty | undefined;
|
|
4406
|
+
colorRendering?: import("csstype").ColorRenderingProperty | undefined;
|
|
4407
|
+
dominantBaseline?: import("csstype").DominantBaselineProperty | undefined;
|
|
4408
|
+
fill?: string | undefined;
|
|
4409
|
+
fillOpacity?: import("csstype").GlobalsNumber | undefined;
|
|
4410
|
+
fillRule?: import("csstype").FillRuleProperty | undefined;
|
|
4411
|
+
floodColor?: string | undefined;
|
|
4412
|
+
floodOpacity?: import("csstype").GlobalsNumber | undefined;
|
|
4413
|
+
glyphOrientationVertical?: import("csstype").GlyphOrientationVerticalProperty | undefined;
|
|
4414
|
+
lightingColor?: string | undefined;
|
|
4415
|
+
marker?: string | undefined;
|
|
4416
|
+
markerEnd?: string | undefined;
|
|
4417
|
+
markerMid?: string | undefined;
|
|
4418
|
+
markerStart?: string | undefined;
|
|
4419
|
+
shapeRendering?: import("csstype").ShapeRenderingProperty | undefined;
|
|
4420
|
+
stopColor?: string | undefined;
|
|
4421
|
+
stopOpacity?: import("csstype").GlobalsNumber | undefined;
|
|
4422
|
+
stroke?: string | undefined;
|
|
4423
|
+
strokeDasharray?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
|
|
4424
|
+
strokeDashoffset?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
|
|
4425
|
+
strokeLinecap?: import("csstype").StrokeLinecapProperty | undefined;
|
|
4426
|
+
strokeLinejoin?: import("csstype").StrokeLinejoinProperty | undefined;
|
|
4427
|
+
strokeMiterlimit?: import("csstype").GlobalsNumber | undefined;
|
|
4428
|
+
strokeOpacity?: import("csstype").GlobalsNumber | undefined;
|
|
4429
|
+
strokeWidth?: import("csstype").StrokeWidthProperty<string | number> | undefined;
|
|
4430
|
+
textAnchor?: import("csstype").TextAnchorProperty | undefined;
|
|
4431
|
+
vectorEffect?: import("csstype").VectorEffectProperty | undefined;
|
|
4432
|
+
"accent-color"?: string | undefined;
|
|
4433
|
+
"align-content"?: string | undefined;
|
|
4434
|
+
"align-items"?: string | undefined;
|
|
4435
|
+
"align-self"?: string | undefined;
|
|
4436
|
+
"align-tracks"?: string | undefined;
|
|
4437
|
+
"animation-composition"?: string | undefined;
|
|
4438
|
+
"animation-delay"?: string | undefined;
|
|
4439
|
+
"animation-direction"?: string | undefined;
|
|
4440
|
+
"animation-duration"?: string | undefined;
|
|
4441
|
+
"animation-fill-mode"?: string | undefined;
|
|
4442
|
+
"animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
4443
|
+
"animation-name"?: string | undefined;
|
|
4444
|
+
"animation-play-state"?: string | undefined;
|
|
4445
|
+
"animation-timeline"?: string | undefined;
|
|
4446
|
+
"animation-timing-function"?: string | undefined;
|
|
4447
|
+
"aspect-ratio"?: import("csstype").AspectRatioProperty | undefined;
|
|
4448
|
+
"backdrop-filter"?: string | undefined;
|
|
4449
|
+
"backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
|
|
4450
|
+
"background-attachment"?: string | undefined;
|
|
4451
|
+
"background-blend-mode"?: string | undefined;
|
|
4452
|
+
"background-clip"?: string | undefined;
|
|
4453
|
+
"background-color"?: string | undefined;
|
|
4454
|
+
"background-image"?: string | undefined;
|
|
4455
|
+
"background-origin"?: string | undefined;
|
|
4456
|
+
"background-position-x"?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
|
|
4457
|
+
"background-position-y"?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
|
|
4458
|
+
"background-repeat"?: string | undefined;
|
|
4459
|
+
"background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
4460
|
+
"block-overflow"?: string | undefined;
|
|
4461
|
+
"block-size"?: import("csstype").BlockSizeProperty<string | number> | undefined;
|
|
4462
|
+
"border-block-color"?: string | undefined;
|
|
4463
|
+
"border-block-end-color"?: string | undefined;
|
|
4464
|
+
"border-block-end-style"?: import("csstype").BorderBlockEndStyleProperty | undefined;
|
|
4465
|
+
"border-block-end-width"?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
|
|
4466
|
+
"border-block-start-color"?: string | undefined;
|
|
4467
|
+
"border-block-start-style"?: import("csstype").BorderBlockStartStyleProperty | undefined;
|
|
4468
|
+
"border-block-start-width"?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
|
|
4469
|
+
"border-block-style"?: import("csstype").BorderBlockStyleProperty | undefined;
|
|
4470
|
+
"border-block-width"?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
|
|
4471
|
+
"border-bottom-color"?: string | undefined;
|
|
4472
|
+
"border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
|
|
4473
|
+
"border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
|
|
4474
|
+
"border-bottom-style"?: import("csstype").BorderBottomStyleProperty | undefined;
|
|
4475
|
+
"border-bottom-width"?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
|
|
4476
|
+
"border-collapse"?: import("csstype").BorderCollapseProperty | undefined;
|
|
4477
|
+
"border-end-end-radius"?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
|
|
4478
|
+
"border-end-start-radius"?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
|
|
4479
|
+
"border-image-outset"?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
|
|
4480
|
+
"border-image-repeat"?: string | undefined;
|
|
4481
|
+
"border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
|
|
4482
|
+
"border-image-source"?: string | undefined;
|
|
4483
|
+
"border-image-width"?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
|
|
4484
|
+
"border-inline-color"?: string | undefined;
|
|
4485
|
+
"border-inline-end-color"?: string | undefined;
|
|
4486
|
+
"border-inline-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
|
|
4487
|
+
"border-inline-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
|
|
4488
|
+
"border-inline-start-color"?: string | undefined;
|
|
4489
|
+
"border-inline-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
|
|
4490
|
+
"border-inline-start-width"?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
|
|
4491
|
+
"border-inline-style"?: import("csstype").BorderInlineStyleProperty | undefined;
|
|
4492
|
+
"border-inline-width"?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
|
|
4493
|
+
"border-left-color"?: string | undefined;
|
|
4494
|
+
"border-left-style"?: import("csstype").BorderLeftStyleProperty | undefined;
|
|
4495
|
+
"border-left-width"?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
|
|
4496
|
+
"border-right-color"?: string | undefined;
|
|
4497
|
+
"border-right-style"?: import("csstype").BorderRightStyleProperty | undefined;
|
|
4498
|
+
"border-right-width"?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
|
|
4499
|
+
"border-spacing"?: import("csstype").BorderSpacingProperty<string | number> | undefined;
|
|
4500
|
+
"border-start-end-radius"?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
|
|
4501
|
+
"border-start-start-radius"?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
|
|
4502
|
+
"border-top-color"?: string | undefined;
|
|
4503
|
+
"border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
|
|
4504
|
+
"border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
|
|
4505
|
+
"border-top-style"?: import("csstype").BorderTopStyleProperty | undefined;
|
|
4506
|
+
"border-top-width"?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
|
|
4507
|
+
"box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
|
|
4508
|
+
"box-shadow"?: string | undefined;
|
|
4509
|
+
"box-sizing"?: import("csstype").BoxSizingProperty | undefined;
|
|
4510
|
+
"break-after"?: import("csstype").BreakAfterProperty | undefined;
|
|
4511
|
+
"break-before"?: import("csstype").BreakBeforeProperty | undefined;
|
|
4512
|
+
"break-inside"?: import("csstype").BreakInsideProperty | undefined;
|
|
4513
|
+
"caption-side"?: import("csstype").CaptionSideProperty | undefined;
|
|
4514
|
+
"caret-color"?: string | undefined;
|
|
4515
|
+
"clip-path"?: string | undefined;
|
|
4516
|
+
"color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
|
|
4517
|
+
"color-scheme"?: string | undefined;
|
|
4518
|
+
"column-count"?: import("csstype").ColumnCountProperty | undefined;
|
|
4519
|
+
"column-fill"?: import("csstype").ColumnFillProperty | undefined;
|
|
4520
|
+
"column-gap"?: import("csstype").ColumnGapProperty<string | number> | undefined;
|
|
4521
|
+
"column-rule-color"?: string | undefined;
|
|
4522
|
+
"column-rule-style"?: string | undefined;
|
|
4523
|
+
"column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
|
|
4524
|
+
"column-span"?: import("csstype").ColumnSpanProperty | undefined;
|
|
4525
|
+
"column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
|
|
4526
|
+
"content-visibility"?: import("csstype").ContentVisibilityProperty | undefined;
|
|
4527
|
+
"counter-increment"?: string | undefined;
|
|
4528
|
+
"counter-reset"?: string | undefined;
|
|
4529
|
+
"counter-set"?: string | undefined;
|
|
4530
|
+
"empty-cells"?: import("csstype").EmptyCellsProperty | undefined;
|
|
4531
|
+
"flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
|
|
4532
|
+
"flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
|
|
4533
|
+
"flex-grow"?: import("csstype").GlobalsNumber | undefined;
|
|
4534
|
+
"flex-shrink"?: import("csstype").GlobalsNumber | undefined;
|
|
4535
|
+
"flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
|
|
4536
|
+
"font-family"?: string | undefined;
|
|
4537
|
+
"font-feature-settings"?: string | undefined;
|
|
4538
|
+
"font-kerning"?: import("csstype").FontKerningProperty | undefined;
|
|
4539
|
+
"font-language-override"?: string | undefined;
|
|
4540
|
+
"font-optical-sizing"?: import("csstype").FontOpticalSizingProperty | undefined;
|
|
4541
|
+
"font-size"?: import("csstype").FontSizeProperty<string | number> | undefined;
|
|
4542
|
+
"font-size-adjust"?: import("csstype").FontSizeAdjustProperty | undefined;
|
|
4543
|
+
"font-smooth"?: import("csstype").FontSmoothProperty<string | number> | undefined;
|
|
4544
|
+
"font-stretch"?: string | undefined;
|
|
4545
|
+
"font-style"?: string | undefined;
|
|
4546
|
+
"font-synthesis"?: string | undefined;
|
|
4547
|
+
"font-variant"?: string | undefined;
|
|
4548
|
+
"font-variant-alternates"?: string | undefined;
|
|
4549
|
+
"font-variant-caps"?: import("csstype").FontVariantCapsProperty | undefined;
|
|
4550
|
+
"font-variant-east-asian"?: string | undefined;
|
|
4551
|
+
"font-variant-ligatures"?: string | undefined;
|
|
4552
|
+
"font-variant-numeric"?: string | undefined;
|
|
4553
|
+
"font-variant-position"?: import("csstype").FontVariantPositionProperty | undefined;
|
|
4554
|
+
"font-variation-settings"?: string | undefined;
|
|
4555
|
+
"font-weight"?: import("csstype").FontWeightProperty | undefined;
|
|
4556
|
+
"forced-color-adjust"?: import("csstype").ForcedColorAdjustProperty | undefined;
|
|
4557
|
+
"grid-auto-columns"?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
|
|
4558
|
+
"grid-auto-flow"?: string | undefined;
|
|
4559
|
+
"grid-auto-rows"?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
|
|
4560
|
+
"grid-column-end"?: import("csstype").GridColumnEndProperty | undefined;
|
|
4561
|
+
"grid-column-start"?: import("csstype").GridColumnStartProperty | undefined;
|
|
4562
|
+
"grid-row-end"?: import("csstype").GridRowEndProperty | undefined;
|
|
4563
|
+
"grid-row-start"?: import("csstype").GridRowStartProperty | undefined;
|
|
4564
|
+
"grid-template-areas"?: string | undefined;
|
|
4565
|
+
"grid-template-columns"?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
|
|
4566
|
+
"grid-template-rows"?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
|
|
4567
|
+
"hanging-punctuation"?: string | undefined;
|
|
4568
|
+
"hyphenate-character"?: string | undefined;
|
|
4569
|
+
"image-orientation"?: string | undefined;
|
|
4570
|
+
"image-rendering"?: import("csstype").ImageRenderingProperty | undefined;
|
|
4571
|
+
"image-resolution"?: string | undefined;
|
|
4572
|
+
"initial-letter"?: import("csstype").InitialLetterProperty | undefined;
|
|
4573
|
+
"inline-size"?: import("csstype").InlineSizeProperty<string | number> | undefined;
|
|
4574
|
+
"input-security"?: import("csstype").InputSecurityProperty | undefined;
|
|
4575
|
+
"inset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
|
|
4576
|
+
"inset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
|
|
4577
|
+
"inset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
|
|
4578
|
+
"inset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
|
|
4579
|
+
"inset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
|
|
4580
|
+
"inset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
|
|
4581
|
+
"justify-content"?: string | undefined;
|
|
4582
|
+
"justify-items"?: string | undefined;
|
|
4583
|
+
"justify-self"?: string | undefined;
|
|
4584
|
+
"justify-tracks"?: string | undefined;
|
|
4585
|
+
"letter-spacing"?: import("csstype").LetterSpacingProperty<string | number> | undefined;
|
|
4586
|
+
"line-break"?: import("csstype").LineBreakProperty | undefined;
|
|
4587
|
+
"line-height"?: import("csstype").LineHeightProperty<string | number> | undefined;
|
|
4588
|
+
"line-height-step"?: import("csstype").LineHeightStepProperty<string | number> | undefined;
|
|
4589
|
+
"list-style-image"?: string | undefined;
|
|
4590
|
+
"list-style-position"?: import("csstype").ListStylePositionProperty | undefined;
|
|
4591
|
+
"list-style-type"?: string | undefined;
|
|
4592
|
+
"margin-block"?: import("csstype").MarginBlockProperty<string | number> | undefined;
|
|
4593
|
+
"margin-block-end"?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
|
|
4594
|
+
"margin-block-start"?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
|
|
4595
|
+
"margin-bottom"?: import("csstype").MarginBottomProperty<string | number> | undefined;
|
|
4596
|
+
"margin-inline"?: import("csstype").MarginInlineProperty<string | number> | undefined;
|
|
4597
|
+
"margin-inline-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
|
|
4598
|
+
"margin-inline-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
|
|
4599
|
+
"margin-left"?: import("csstype").MarginLeftProperty<string | number> | undefined;
|
|
4600
|
+
"margin-right"?: import("csstype").MarginRightProperty<string | number> | undefined;
|
|
4601
|
+
"margin-top"?: import("csstype").MarginTopProperty<string | number> | undefined;
|
|
4602
|
+
"mask-border-mode"?: import("csstype").MaskBorderModeProperty | undefined;
|
|
4603
|
+
"mask-border-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
|
|
4604
|
+
"mask-border-repeat"?: string | undefined;
|
|
4605
|
+
"mask-border-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
|
|
4606
|
+
"mask-border-source"?: string | undefined;
|
|
4607
|
+
"mask-border-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
|
|
4608
|
+
"mask-clip"?: string | undefined;
|
|
4609
|
+
"mask-composite"?: string | undefined;
|
|
4610
|
+
"mask-image"?: string | undefined;
|
|
4611
|
+
"mask-mode"?: string | undefined;
|
|
4612
|
+
"mask-origin"?: string | undefined;
|
|
4613
|
+
"mask-position"?: import("csstype").MaskPositionProperty<string | number> | undefined;
|
|
4614
|
+
"mask-repeat"?: string | undefined;
|
|
4615
|
+
"mask-size"?: import("csstype").MaskSizeProperty<string | number> | undefined;
|
|
4616
|
+
"mask-type"?: import("csstype").MaskTypeProperty | undefined;
|
|
4617
|
+
"math-depth"?: import("csstype").MathDepthProperty | undefined;
|
|
4618
|
+
"math-shift"?: import("csstype").MathShiftProperty | undefined;
|
|
4619
|
+
"math-style"?: import("csstype").MathStyleProperty | undefined;
|
|
4620
|
+
"max-block-size"?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
|
|
4621
|
+
"max-height"?: import("csstype").MaxHeightProperty<string | number> | undefined;
|
|
4622
|
+
"max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
|
|
4623
|
+
"max-lines"?: import("csstype").MaxLinesProperty | undefined;
|
|
4624
|
+
"max-width"?: import("csstype").MaxWidthProperty<string | number> | undefined;
|
|
4625
|
+
"min-block-size"?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
|
|
4626
|
+
"min-height"?: import("csstype").MinHeightProperty<string | number> | undefined;
|
|
4627
|
+
"min-inline-size"?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
|
|
4628
|
+
"min-width"?: import("csstype").MinWidthProperty<string | number> | undefined;
|
|
4629
|
+
"mix-blend-mode"?: import("csstype").MixBlendModeProperty | undefined;
|
|
4630
|
+
"motion-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
|
|
4631
|
+
"motion-path"?: string | undefined;
|
|
4632
|
+
"motion-rotation"?: string | undefined;
|
|
4633
|
+
"object-fit"?: import("csstype").ObjectFitProperty | undefined;
|
|
4634
|
+
"object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
|
|
4635
|
+
"offset-anchor"?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
|
|
4636
|
+
"offset-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
|
|
4637
|
+
"offset-path"?: string | undefined;
|
|
4638
|
+
"offset-rotate"?: string | undefined;
|
|
4639
|
+
"offset-rotation"?: string | undefined;
|
|
4640
|
+
"outline-color"?: string | undefined;
|
|
4641
|
+
"outline-offset"?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
|
|
4642
|
+
"outline-style"?: string | undefined;
|
|
4643
|
+
"outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
|
|
4644
|
+
"overflow-anchor"?: import("csstype").OverflowAnchorProperty | undefined;
|
|
4645
|
+
"overflow-block"?: import("csstype").OverflowBlockProperty | undefined;
|
|
4646
|
+
"overflow-clip-box"?: import("csstype").OverflowClipBoxProperty | undefined;
|
|
4647
|
+
"overflow-clip-margin"?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
|
|
4648
|
+
"overflow-inline"?: import("csstype").OverflowInlineProperty | undefined;
|
|
4649
|
+
"overflow-wrap"?: import("csstype").OverflowWrapProperty | undefined;
|
|
4650
|
+
"overflow-x"?: import("csstype").OverflowXProperty | undefined;
|
|
4651
|
+
"overflow-y"?: import("csstype").OverflowYProperty | undefined;
|
|
4652
|
+
"overscroll-behavior-block"?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
|
|
4653
|
+
"overscroll-behavior-inline"?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
|
|
4654
|
+
"overscroll-behavior-x"?: import("csstype").OverscrollBehaviorXProperty | undefined;
|
|
4655
|
+
"overscroll-behavior-y"?: import("csstype").OverscrollBehaviorYProperty | undefined;
|
|
4656
|
+
"padding-block"?: import("csstype").PaddingBlockProperty<string | number> | undefined;
|
|
4657
|
+
"padding-block-end"?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
|
|
4658
|
+
"padding-block-start"?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
|
|
4659
|
+
"padding-bottom"?: import("csstype").PaddingBottomProperty<string | number> | undefined;
|
|
4660
|
+
"padding-inline"?: import("csstype").PaddingInlineProperty<string | number> | undefined;
|
|
4661
|
+
"padding-inline-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
|
|
4662
|
+
"padding-inline-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
|
|
4663
|
+
"padding-left"?: import("csstype").PaddingLeftProperty<string | number> | undefined;
|
|
4664
|
+
"padding-right"?: import("csstype").PaddingRightProperty<string | number> | undefined;
|
|
4665
|
+
"padding-top"?: import("csstype").PaddingTopProperty<string | number> | undefined;
|
|
4666
|
+
"page-break-after"?: import("csstype").PageBreakAfterProperty | undefined;
|
|
4667
|
+
"page-break-before"?: import("csstype").PageBreakBeforeProperty | undefined;
|
|
4668
|
+
"page-break-inside"?: import("csstype").PageBreakInsideProperty | undefined;
|
|
4669
|
+
"paint-order"?: string | undefined;
|
|
4670
|
+
"perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
|
|
4671
|
+
"place-content"?: string | undefined;
|
|
4672
|
+
"pointer-events"?: import("csstype").PointerEventsProperty | undefined;
|
|
4673
|
+
"print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
|
|
4674
|
+
"row-gap"?: import("csstype").RowGapProperty<string | number> | undefined;
|
|
4675
|
+
"ruby-align"?: import("csstype").RubyAlignProperty | undefined;
|
|
4676
|
+
"ruby-merge"?: import("csstype").RubyMergeProperty | undefined;
|
|
4677
|
+
"ruby-position"?: string | undefined;
|
|
4678
|
+
"scroll-behavior"?: import("csstype").ScrollBehaviorProperty | undefined;
|
|
4679
|
+
"scroll-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
|
|
4680
|
+
"scroll-margin-block"?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
|
|
4681
|
+
"scroll-margin-block-end"?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
|
|
4682
|
+
"scroll-margin-block-start"?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
|
|
4683
|
+
"scroll-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
|
|
4684
|
+
"scroll-margin-inline"?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
|
|
4685
|
+
"scroll-margin-inline-end"?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
|
|
4686
|
+
"scroll-margin-inline-start"?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
|
|
4687
|
+
"scroll-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
|
|
4688
|
+
"scroll-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
|
|
4689
|
+
"scroll-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
|
|
4690
|
+
"scroll-padding"?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
|
|
4691
|
+
"scroll-padding-block"?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
|
|
4692
|
+
"scroll-padding-block-end"?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
|
|
4693
|
+
"scroll-padding-block-start"?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
|
|
4694
|
+
"scroll-padding-bottom"?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
|
|
4695
|
+
"scroll-padding-inline"?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
|
|
4696
|
+
"scroll-padding-inline-end"?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
|
|
4697
|
+
"scroll-padding-inline-start"?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
|
|
4698
|
+
"scroll-padding-left"?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
|
|
4699
|
+
"scroll-padding-right"?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
|
|
4700
|
+
"scroll-padding-top"?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
|
|
4701
|
+
"scroll-snap-align"?: string | undefined;
|
|
4702
|
+
"scroll-snap-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
|
|
4703
|
+
"scroll-snap-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
|
|
4704
|
+
"scroll-snap-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
|
|
4705
|
+
"scroll-snap-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
|
|
4706
|
+
"scroll-snap-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
|
|
4707
|
+
"scroll-snap-stop"?: import("csstype").ScrollSnapStopProperty | undefined;
|
|
4708
|
+
"scroll-snap-type"?: string | undefined;
|
|
4709
|
+
"scrollbar-color"?: string | undefined;
|
|
4710
|
+
"scrollbar-gutter"?: string | undefined;
|
|
4711
|
+
"scrollbar-width"?: import("csstype").ScrollbarWidthProperty | undefined;
|
|
4712
|
+
"shape-image-threshold"?: import("csstype").ShapeImageThresholdProperty | undefined;
|
|
4713
|
+
"shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
|
|
4714
|
+
"shape-outside"?: string | undefined;
|
|
4715
|
+
"tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
|
|
4716
|
+
"table-layout"?: import("csstype").TableLayoutProperty | undefined;
|
|
4717
|
+
"text-align"?: import("csstype").TextAlignProperty | undefined;
|
|
4718
|
+
"text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
|
|
4719
|
+
"text-combine-upright"?: string | undefined;
|
|
4720
|
+
"text-decoration-color"?: string | undefined;
|
|
4721
|
+
"text-decoration-line"?: string | undefined;
|
|
4722
|
+
"text-decoration-skip"?: string | undefined;
|
|
4723
|
+
"text-decoration-skip-ink"?: import("csstype").TextDecorationSkipInkProperty | undefined;
|
|
4724
|
+
"text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
|
|
4725
|
+
"text-decoration-thickness"?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
|
|
4726
|
+
"text-emphasis-color"?: string | undefined;
|
|
4727
|
+
"text-emphasis-position"?: string | undefined;
|
|
4728
|
+
"text-emphasis-style"?: string | undefined;
|
|
4729
|
+
"text-indent"?: import("csstype").TextIndentProperty<string | number> | undefined;
|
|
4730
|
+
"text-justify"?: import("csstype").TextJustifyProperty | undefined;
|
|
4731
|
+
"text-orientation"?: import("csstype").TextOrientationProperty | undefined;
|
|
4732
|
+
"text-overflow"?: string | undefined;
|
|
4733
|
+
"text-rendering"?: import("csstype").TextRenderingProperty | undefined;
|
|
4734
|
+
"text-shadow"?: string | undefined;
|
|
4735
|
+
"text-size-adjust"?: string | undefined;
|
|
4736
|
+
"text-transform"?: import("csstype").TextTransformProperty | undefined;
|
|
4737
|
+
"text-underline-offset"?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
|
|
4738
|
+
"text-underline-position"?: string | undefined;
|
|
4739
|
+
"touch-action"?: string | undefined;
|
|
4740
|
+
"transform-box"?: import("csstype").TransformBoxProperty | undefined;
|
|
4741
|
+
"transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
4742
|
+
"transform-style"?: import("csstype").TransformStyleProperty | undefined;
|
|
4743
|
+
"transition-delay"?: string | undefined;
|
|
4744
|
+
"transition-duration"?: string | undefined;
|
|
4745
|
+
"transition-property"?: string | undefined;
|
|
4746
|
+
"transition-timing-function"?: string | undefined;
|
|
4747
|
+
"unicode-bidi"?: import("csstype").UnicodeBidiProperty | undefined;
|
|
4748
|
+
"user-select"?: import("csstype").UserSelectProperty | undefined;
|
|
4749
|
+
"vertical-align"?: import("csstype").VerticalAlignProperty<string | number> | undefined;
|
|
4750
|
+
"white-space"?: import("csstype").WhiteSpaceProperty | undefined;
|
|
4751
|
+
"will-change"?: string | undefined;
|
|
4752
|
+
"word-break"?: import("csstype").WordBreakProperty | undefined;
|
|
4753
|
+
"word-spacing"?: import("csstype").WordSpacingProperty<string | number> | undefined;
|
|
4754
|
+
"word-wrap"?: import("csstype").WordWrapProperty | undefined;
|
|
4755
|
+
"writing-mode"?: import("csstype").WritingModeProperty | undefined;
|
|
4756
|
+
"z-index"?: import("csstype").ZIndexProperty | undefined;
|
|
4757
|
+
"background-position"?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
|
|
4758
|
+
"border-block"?: import("csstype").BorderBlockProperty<string | number> | undefined;
|
|
4759
|
+
"border-block-end"?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
|
|
4760
|
+
"border-block-start"?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
|
|
4761
|
+
"border-bottom"?: import("csstype").BorderBottomProperty<string | number> | undefined;
|
|
4762
|
+
"border-color"?: string | undefined;
|
|
4763
|
+
"border-image"?: import("csstype").BorderImageProperty | undefined;
|
|
4764
|
+
"border-inline"?: import("csstype").BorderInlineProperty<string | number> | undefined;
|
|
4765
|
+
"border-inline-end"?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
|
|
4766
|
+
"border-inline-start"?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
|
|
4767
|
+
"border-left"?: import("csstype").BorderLeftProperty<string | number> | undefined;
|
|
4768
|
+
"border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
|
|
4769
|
+
"border-right"?: import("csstype").BorderRightProperty<string | number> | undefined;
|
|
4770
|
+
"border-style"?: string | undefined;
|
|
4771
|
+
"border-top"?: import("csstype").BorderTopProperty<string | number> | undefined;
|
|
4772
|
+
"border-width"?: import("csstype").BorderWidthProperty<string | number> | undefined;
|
|
4773
|
+
"column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
|
|
4774
|
+
"flex-flow"?: string | undefined;
|
|
4775
|
+
"grid-area"?: import("csstype").GridAreaProperty | undefined;
|
|
4776
|
+
"grid-column"?: import("csstype").GridColumnProperty | undefined;
|
|
4777
|
+
"grid-row"?: import("csstype").GridRowProperty | undefined;
|
|
4778
|
+
"grid-template"?: string | undefined;
|
|
4779
|
+
"line-clamp"?: import("csstype").LineClampProperty | undefined;
|
|
4780
|
+
"list-style"?: string | undefined;
|
|
4781
|
+
"mask-border"?: import("csstype").MaskBorderProperty | undefined;
|
|
4782
|
+
"overscroll-behavior"?: string | undefined;
|
|
4783
|
+
"place-items"?: string | undefined;
|
|
4784
|
+
"place-self"?: string | undefined;
|
|
4785
|
+
"text-decoration"?: import("csstype").TextDecorationProperty<string | number> | undefined;
|
|
4786
|
+
"text-emphasis"?: string | undefined;
|
|
4787
|
+
"-moz-animation-delay"?: string | undefined;
|
|
4788
|
+
"-moz-animation-direction"?: string | undefined;
|
|
4789
|
+
"-moz-animation-duration"?: string | undefined;
|
|
4790
|
+
"-moz-animation-fill-mode"?: string | undefined;
|
|
4791
|
+
"-moz-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
4792
|
+
"-moz-animation-name"?: string | undefined;
|
|
4793
|
+
"-moz-animation-play-state"?: string | undefined;
|
|
4794
|
+
"-moz-animation-timing-function"?: string | undefined;
|
|
4795
|
+
"-moz-appearance"?: import("csstype").MozAppearanceProperty | undefined;
|
|
4796
|
+
"-moz-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
|
|
4797
|
+
"-moz-border-bottom-colors"?: string | undefined;
|
|
4798
|
+
"-moz-border-end-color"?: string | undefined;
|
|
4799
|
+
"-moz-border-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
|
|
4800
|
+
"-moz-border-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
|
|
4801
|
+
"-moz-border-left-colors"?: string | undefined;
|
|
4802
|
+
"-moz-border-right-colors"?: string | undefined;
|
|
4803
|
+
"-moz-border-start-color"?: string | undefined;
|
|
4804
|
+
"-moz-border-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
|
|
4805
|
+
"-moz-border-top-colors"?: string | undefined;
|
|
4806
|
+
"-moz-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
|
|
4807
|
+
"-moz-column-count"?: import("csstype").ColumnCountProperty | undefined;
|
|
4808
|
+
"-moz-column-fill"?: import("csstype").ColumnFillProperty | undefined;
|
|
4809
|
+
"-moz-column-rule-color"?: string | undefined;
|
|
4810
|
+
"-moz-column-rule-style"?: string | undefined;
|
|
4811
|
+
"-moz-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
|
|
4812
|
+
"-moz-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
|
|
4813
|
+
"-moz-context-properties"?: string | undefined;
|
|
4814
|
+
"-moz-font-feature-settings"?: string | undefined;
|
|
4815
|
+
"-moz-font-language-override"?: string | undefined;
|
|
4816
|
+
"-moz-hyphens"?: import("csstype").HyphensProperty | undefined;
|
|
4817
|
+
"-moz-image-region"?: string | undefined;
|
|
4818
|
+
"-moz-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
|
|
4819
|
+
"-moz-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
|
|
4820
|
+
"-moz-orient"?: import("csstype").MozOrientProperty | undefined;
|
|
4821
|
+
"-moz-osx-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
|
|
4822
|
+
"-moz-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
|
|
4823
|
+
"-moz-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
|
|
4824
|
+
"-moz-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
|
|
4825
|
+
"-moz-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
|
|
4826
|
+
"-moz-stack-sizing"?: import("csstype").MozStackSizingProperty | undefined;
|
|
4827
|
+
"-moz-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
|
|
4828
|
+
"-moz-text-blink"?: import("csstype").MozTextBlinkProperty | undefined;
|
|
4829
|
+
"-moz-text-size-adjust"?: string | undefined;
|
|
4830
|
+
"-moz-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
4831
|
+
"-moz-transform-style"?: import("csstype").TransformStyleProperty | undefined;
|
|
4832
|
+
"-moz-transition-delay"?: string | undefined;
|
|
4833
|
+
"-moz-transition-duration"?: string | undefined;
|
|
4834
|
+
"-moz-transition-property"?: string | undefined;
|
|
4835
|
+
"-moz-transition-timing-function"?: string | undefined;
|
|
4836
|
+
"-moz-user-focus"?: import("csstype").MozUserFocusProperty | undefined;
|
|
4837
|
+
"-moz-user-modify"?: import("csstype").MozUserModifyProperty | undefined;
|
|
4838
|
+
"-moz-user-select"?: import("csstype").UserSelectProperty | undefined;
|
|
4839
|
+
"-moz-window-dragging"?: import("csstype").MozWindowDraggingProperty | undefined;
|
|
4840
|
+
"-moz-window-shadow"?: import("csstype").MozWindowShadowProperty | undefined;
|
|
4841
|
+
"-ms-accelerator"?: import("csstype").MsAcceleratorProperty | undefined;
|
|
4842
|
+
"-ms-block-progression"?: import("csstype").MsBlockProgressionProperty | undefined;
|
|
4843
|
+
"-ms-content-zoom-chaining"?: import("csstype").MsContentZoomChainingProperty | undefined;
|
|
4844
|
+
"-ms-content-zoom-limit-max"?: string | undefined;
|
|
4845
|
+
"-ms-content-zoom-limit-min"?: string | undefined;
|
|
4846
|
+
"-ms-content-zoom-snap-points"?: string | undefined;
|
|
4847
|
+
"-ms-content-zoom-snap-type"?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
|
|
4848
|
+
"-ms-content-zooming"?: import("csstype").MsContentZoomingProperty | undefined;
|
|
4849
|
+
"-ms-filter"?: string | undefined;
|
|
4850
|
+
"-ms-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
|
|
4851
|
+
"-ms-flex-positive"?: import("csstype").GlobalsNumber | undefined;
|
|
4852
|
+
"-ms-flow-from"?: string | undefined;
|
|
4853
|
+
"-ms-flow-into"?: string | undefined;
|
|
4854
|
+
"-ms-grid-columns"?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
|
|
4855
|
+
"-ms-grid-rows"?: import("csstype").MsGridRowsProperty<string | number> | undefined;
|
|
4856
|
+
"-ms-high-contrast-adjust"?: import("csstype").MsHighContrastAdjustProperty | undefined;
|
|
4857
|
+
"-ms-hyphenate-limit-chars"?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
|
|
4858
|
+
"-ms-hyphenate-limit-lines"?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
|
|
4859
|
+
"-ms-hyphenate-limit-zone"?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
|
|
4860
|
+
"-ms-hyphens"?: import("csstype").HyphensProperty | undefined;
|
|
4861
|
+
"-ms-ime-align"?: import("csstype").MsImeAlignProperty | undefined;
|
|
4862
|
+
"-ms-line-break"?: import("csstype").LineBreakProperty | undefined;
|
|
4863
|
+
"-ms-order"?: import("csstype").GlobalsNumber | undefined;
|
|
4864
|
+
"-ms-overflow-style"?: import("csstype").MsOverflowStyleProperty | undefined;
|
|
4865
|
+
"-ms-overflow-x"?: import("csstype").OverflowXProperty | undefined;
|
|
4866
|
+
"-ms-overflow-y"?: import("csstype").OverflowYProperty | undefined;
|
|
4867
|
+
"-ms-scroll-chaining"?: import("csstype").MsScrollChainingProperty | undefined;
|
|
4868
|
+
"-ms-scroll-limit-x-max"?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
|
|
4869
|
+
"-ms-scroll-limit-x-min"?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
|
|
4870
|
+
"-ms-scroll-limit-y-max"?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
|
|
4871
|
+
"-ms-scroll-limit-y-min"?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
|
|
4872
|
+
"-ms-scroll-rails"?: import("csstype").MsScrollRailsProperty | undefined;
|
|
4873
|
+
"-ms-scroll-snap-points-x"?: string | undefined;
|
|
4874
|
+
"-ms-scroll-snap-points-y"?: string | undefined;
|
|
4875
|
+
"-ms-scroll-snap-type"?: import("csstype").MsScrollSnapTypeProperty | undefined;
|
|
4876
|
+
"-ms-scroll-translation"?: import("csstype").MsScrollTranslationProperty | undefined;
|
|
4877
|
+
"-ms-scrollbar-3dlight-color"?: string | undefined;
|
|
4878
|
+
"-ms-scrollbar-arrow-color"?: string | undefined;
|
|
4879
|
+
"-ms-scrollbar-base-color"?: string | undefined;
|
|
4880
|
+
"-ms-scrollbar-darkshadow-color"?: string | undefined;
|
|
4881
|
+
"-ms-scrollbar-face-color"?: string | undefined;
|
|
4882
|
+
"-ms-scrollbar-highlight-color"?: string | undefined;
|
|
4883
|
+
"-ms-scrollbar-shadow-color"?: string | undefined;
|
|
4884
|
+
"-ms-scrollbar-track-color"?: string | undefined;
|
|
4885
|
+
"-ms-text-autospace"?: import("csstype").MsTextAutospaceProperty | undefined;
|
|
4886
|
+
"-ms-text-combine-horizontal"?: string | undefined;
|
|
4887
|
+
"-ms-text-overflow"?: string | undefined;
|
|
4888
|
+
"-ms-touch-action"?: string | undefined;
|
|
4889
|
+
"-ms-touch-select"?: import("csstype").MsTouchSelectProperty | undefined;
|
|
4890
|
+
"-ms-transform"?: string | undefined;
|
|
4891
|
+
"-ms-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
4892
|
+
"-ms-transition-delay"?: string | undefined;
|
|
4893
|
+
"-ms-transition-duration"?: string | undefined;
|
|
4894
|
+
"-ms-transition-property"?: string | undefined;
|
|
4895
|
+
"-ms-transition-timing-function"?: string | undefined;
|
|
4896
|
+
"-ms-user-select"?: import("csstype").MsUserSelectProperty | undefined;
|
|
4897
|
+
"-ms-word-break"?: import("csstype").WordBreakProperty | undefined;
|
|
4898
|
+
"-ms-wrap-flow"?: import("csstype").MsWrapFlowProperty | undefined;
|
|
4899
|
+
"-ms-wrap-margin"?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
|
|
4900
|
+
"-ms-wrap-through"?: import("csstype").MsWrapThroughProperty | undefined;
|
|
4901
|
+
"-ms-writing-mode"?: import("csstype").WritingModeProperty | undefined;
|
|
4902
|
+
"-webkit-align-content"?: string | undefined;
|
|
4903
|
+
"-webkit-align-items"?: string | undefined;
|
|
4904
|
+
"-webkit-align-self"?: string | undefined;
|
|
4905
|
+
"-webkit-animation-delay"?: string | undefined;
|
|
4906
|
+
"-webkit-animation-direction"?: string | undefined;
|
|
4907
|
+
"-webkit-animation-duration"?: string | undefined;
|
|
4908
|
+
"-webkit-animation-fill-mode"?: string | undefined;
|
|
4909
|
+
"-webkit-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
4910
|
+
"-webkit-animation-name"?: string | undefined;
|
|
4911
|
+
"-webkit-animation-play-state"?: string | undefined;
|
|
4912
|
+
"-webkit-animation-timing-function"?: string | undefined;
|
|
4913
|
+
"-webkit-appearance"?: import("csstype").WebkitAppearanceProperty | undefined;
|
|
4914
|
+
"-webkit-backdrop-filter"?: string | undefined;
|
|
4915
|
+
"-webkit-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
|
|
4916
|
+
"-webkit-background-clip"?: string | undefined;
|
|
4917
|
+
"-webkit-background-origin"?: string | undefined;
|
|
4918
|
+
"-webkit-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
4919
|
+
"-webkit-border-before-color"?: string | undefined;
|
|
4920
|
+
"-webkit-border-before-style"?: string | undefined;
|
|
4921
|
+
"-webkit-border-before-width"?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
|
|
4922
|
+
"-webkit-border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
|
|
4923
|
+
"-webkit-border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
|
|
4924
|
+
"-webkit-border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
|
|
4925
|
+
"-webkit-border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
|
|
4926
|
+
"-webkit-border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
|
|
4927
|
+
"-webkit-box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
|
|
4928
|
+
"-webkit-box-reflect"?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
|
|
4929
|
+
"-webkit-box-shadow"?: string | undefined;
|
|
4930
|
+
"-webkit-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
|
|
4931
|
+
"-webkit-clip-path"?: string | undefined;
|
|
4932
|
+
"-webkit-column-count"?: import("csstype").ColumnCountProperty | undefined;
|
|
4933
|
+
"-webkit-column-fill"?: import("csstype").ColumnFillProperty | undefined;
|
|
4934
|
+
"-webkit-column-rule-color"?: string | undefined;
|
|
4935
|
+
"-webkit-column-rule-style"?: string | undefined;
|
|
4936
|
+
"-webkit-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
|
|
4937
|
+
"-webkit-column-span"?: import("csstype").ColumnSpanProperty | undefined;
|
|
4938
|
+
"-webkit-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
|
|
4939
|
+
"-webkit-filter"?: string | undefined;
|
|
4940
|
+
"-webkit-flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
|
|
4941
|
+
"-webkit-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
|
|
4942
|
+
"-webkit-flex-grow"?: import("csstype").GlobalsNumber | undefined;
|
|
4943
|
+
"-webkit-flex-shrink"?: import("csstype").GlobalsNumber | undefined;
|
|
4944
|
+
"-webkit-flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
|
|
4945
|
+
"-webkit-font-feature-settings"?: string | undefined;
|
|
4946
|
+
"-webkit-font-kerning"?: import("csstype").FontKerningProperty | undefined;
|
|
4947
|
+
"-webkit-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
|
|
4948
|
+
"-webkit-font-variant-ligatures"?: string | undefined;
|
|
4949
|
+
"-webkit-hyphenate-character"?: string | undefined;
|
|
4950
|
+
"-webkit-hyphens"?: import("csstype").HyphensProperty | undefined;
|
|
4951
|
+
"-webkit-initial-letter"?: import("csstype").InitialLetterProperty | undefined;
|
|
4952
|
+
"-webkit-justify-content"?: string | undefined;
|
|
4953
|
+
"-webkit-line-break"?: import("csstype").LineBreakProperty | undefined;
|
|
4954
|
+
"-webkit-line-clamp"?: import("csstype").WebkitLineClampProperty | undefined;
|
|
4955
|
+
"-webkit-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
|
|
4956
|
+
"-webkit-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
|
|
4957
|
+
"-webkit-mask-attachment"?: string | undefined;
|
|
4958
|
+
"-webkit-mask-box-image-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
|
|
4959
|
+
"-webkit-mask-box-image-repeat"?: string | undefined;
|
|
4960
|
+
"-webkit-mask-box-image-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
|
|
4961
|
+
"-webkit-mask-box-image-source"?: string | undefined;
|
|
4962
|
+
"-webkit-mask-box-image-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
|
|
4963
|
+
"-webkit-mask-clip"?: string | undefined;
|
|
4964
|
+
"-webkit-mask-composite"?: string | undefined;
|
|
4965
|
+
"-webkit-mask-image"?: string | undefined;
|
|
4966
|
+
"-webkit-mask-origin"?: string | undefined;
|
|
4967
|
+
"-webkit-mask-position"?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
|
|
4968
|
+
"-webkit-mask-position-x"?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
|
|
4969
|
+
"-webkit-mask-position-y"?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
|
|
4970
|
+
"-webkit-mask-repeat"?: string | undefined;
|
|
4971
|
+
"-webkit-mask-repeat-x"?: import("csstype").WebkitMaskRepeatXProperty | undefined;
|
|
4972
|
+
"-webkit-mask-repeat-y"?: import("csstype").WebkitMaskRepeatYProperty | undefined;
|
|
4973
|
+
"-webkit-mask-size"?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
|
|
4974
|
+
"-webkit-max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
|
|
4975
|
+
"-webkit-order"?: import("csstype").GlobalsNumber | undefined;
|
|
4976
|
+
"-webkit-overflow-scrolling"?: import("csstype").WebkitOverflowScrollingProperty | undefined;
|
|
4977
|
+
"-webkit-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
|
|
4978
|
+
"-webkit-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
|
|
4979
|
+
"-webkit-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
|
|
4980
|
+
"-webkit-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
|
|
4981
|
+
"-webkit-print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
|
|
4982
|
+
"-webkit-ruby-position"?: string | undefined;
|
|
4983
|
+
"-webkit-scroll-snap-type"?: string | undefined;
|
|
4984
|
+
"-webkit-shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
|
|
4985
|
+
"-webkit-tap-highlight-color"?: string | undefined;
|
|
4986
|
+
"-webkit-text-combine"?: string | undefined;
|
|
4987
|
+
"-webkit-text-decoration-color"?: string | undefined;
|
|
4988
|
+
"-webkit-text-decoration-line"?: string | undefined;
|
|
4989
|
+
"-webkit-text-decoration-skip"?: string | undefined;
|
|
4990
|
+
"-webkit-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
|
|
4991
|
+
"-webkit-text-emphasis-color"?: string | undefined;
|
|
4992
|
+
"-webkit-text-emphasis-position"?: string | undefined;
|
|
4993
|
+
"-webkit-text-emphasis-style"?: string | undefined;
|
|
4994
|
+
"-webkit-text-fill-color"?: string | undefined;
|
|
4995
|
+
"-webkit-text-orientation"?: import("csstype").TextOrientationProperty | undefined;
|
|
4996
|
+
"-webkit-text-size-adjust"?: string | undefined;
|
|
4997
|
+
"-webkit-text-stroke-color"?: string | undefined;
|
|
4998
|
+
"-webkit-text-stroke-width"?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
|
|
4999
|
+
"-webkit-text-underline-position"?: string | undefined;
|
|
5000
|
+
"-webkit-touch-callout"?: import("csstype").WebkitTouchCalloutProperty | undefined;
|
|
5001
|
+
"-webkit-transform"?: string | undefined;
|
|
5002
|
+
"-webkit-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
5003
|
+
"-webkit-transform-style"?: import("csstype").TransformStyleProperty | undefined;
|
|
5004
|
+
"-webkit-transition-delay"?: string | undefined;
|
|
5005
|
+
"-webkit-transition-duration"?: string | undefined;
|
|
5006
|
+
"-webkit-transition-property"?: string | undefined;
|
|
5007
|
+
"-webkit-transition-timing-function"?: string | undefined;
|
|
5008
|
+
"-webkit-user-modify"?: import("csstype").WebkitUserModifyProperty | undefined;
|
|
5009
|
+
"-webkit-user-select"?: import("csstype").UserSelectProperty | undefined;
|
|
5010
|
+
"-webkit-writing-mode"?: import("csstype").WritingModeProperty | undefined;
|
|
5011
|
+
"-moz-animation"?: import("csstype").AnimationProperty | undefined;
|
|
5012
|
+
"-moz-border-image"?: import("csstype").BorderImageProperty | undefined;
|
|
5013
|
+
"-moz-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
|
|
5014
|
+
"-moz-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
|
|
5015
|
+
"-moz-transition"?: string | undefined;
|
|
5016
|
+
"-ms-content-zoom-limit"?: string | undefined;
|
|
5017
|
+
"-ms-content-zoom-snap"?: string | undefined;
|
|
5018
|
+
"-ms-flex"?: import("csstype").FlexProperty<string | number> | undefined;
|
|
5019
|
+
"-ms-scroll-limit"?: string | undefined;
|
|
5020
|
+
"-ms-scroll-snap-x"?: string | undefined;
|
|
5021
|
+
"-ms-scroll-snap-y"?: string | undefined;
|
|
5022
|
+
"-ms-transition"?: string | undefined;
|
|
5023
|
+
"-webkit-animation"?: import("csstype").AnimationProperty | undefined;
|
|
5024
|
+
"-webkit-border-before"?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
|
|
5025
|
+
"-webkit-border-image"?: import("csstype").BorderImageProperty | undefined;
|
|
5026
|
+
"-webkit-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
|
|
5027
|
+
"-webkit-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
|
|
5028
|
+
"-webkit-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
|
|
5029
|
+
"-webkit-flex"?: import("csstype").FlexProperty<string | number> | undefined;
|
|
5030
|
+
"-webkit-flex-flow"?: string | undefined;
|
|
5031
|
+
"-webkit-mask"?: import("csstype").WebkitMaskProperty<string | number> | undefined;
|
|
5032
|
+
"-webkit-mask-box-image"?: import("csstype").MaskBorderProperty | undefined;
|
|
5033
|
+
"-webkit-text-emphasis"?: string | undefined;
|
|
5034
|
+
"-webkit-text-stroke"?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
|
|
5035
|
+
"-webkit-transition"?: string | undefined;
|
|
5036
|
+
"box-align"?: import("csstype").BoxAlignProperty | undefined;
|
|
5037
|
+
"box-direction"?: import("csstype").BoxDirectionProperty | undefined;
|
|
5038
|
+
"box-flex"?: import("csstype").GlobalsNumber | undefined;
|
|
5039
|
+
"box-flex-group"?: import("csstype").GlobalsNumber | undefined;
|
|
5040
|
+
"box-lines"?: import("csstype").BoxLinesProperty | undefined;
|
|
5041
|
+
"box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
|
|
5042
|
+
"box-orient"?: import("csstype").BoxOrientProperty | undefined;
|
|
5043
|
+
"box-pack"?: import("csstype").BoxPackProperty | undefined;
|
|
5044
|
+
"grid-column-gap"?: import("csstype").GridColumnGapProperty<string | number> | undefined;
|
|
5045
|
+
"grid-gap"?: import("csstype").GridGapProperty<string | number> | undefined;
|
|
5046
|
+
"grid-row-gap"?: import("csstype").GridRowGapProperty<string | number> | undefined;
|
|
5047
|
+
"ime-mode"?: import("csstype").ImeModeProperty | undefined;
|
|
5048
|
+
"offset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
|
|
5049
|
+
"offset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
|
|
5050
|
+
"offset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
|
|
5051
|
+
"offset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
|
|
5052
|
+
"offset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
|
|
5053
|
+
"offset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
|
|
5054
|
+
"scroll-snap-coordinate"?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
|
|
5055
|
+
"scroll-snap-destination"?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
|
|
5056
|
+
"scroll-snap-points-x"?: string | undefined;
|
|
5057
|
+
"scroll-snap-points-y"?: string | undefined;
|
|
5058
|
+
"scroll-snap-type-x"?: import("csstype").ScrollSnapTypeXProperty | undefined;
|
|
5059
|
+
"scroll-snap-type-y"?: import("csstype").ScrollSnapTypeYProperty | undefined;
|
|
5060
|
+
"-khtml-box-align"?: import("csstype").BoxAlignProperty | undefined;
|
|
5061
|
+
"-khtml-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
|
|
5062
|
+
"-khtml-box-flex"?: import("csstype").GlobalsNumber | undefined;
|
|
5063
|
+
"-khtml-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
|
|
5064
|
+
"-khtml-box-lines"?: import("csstype").BoxLinesProperty | undefined;
|
|
5065
|
+
"-khtml-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
|
|
5066
|
+
"-khtml-box-orient"?: import("csstype").BoxOrientProperty | undefined;
|
|
5067
|
+
"-khtml-box-pack"?: import("csstype").BoxPackProperty | undefined;
|
|
5068
|
+
"-khtml-line-break"?: import("csstype").LineBreakProperty | undefined;
|
|
5069
|
+
"-khtml-opacity"?: import("csstype").OpacityProperty | undefined;
|
|
5070
|
+
"-khtml-user-select"?: import("csstype").UserSelectProperty | undefined;
|
|
5071
|
+
"-moz-background-clip"?: string | undefined;
|
|
5072
|
+
"-moz-background-inline-policy"?: import("csstype").BoxDecorationBreakProperty | undefined;
|
|
5073
|
+
"-moz-background-origin"?: string | undefined;
|
|
5074
|
+
"-moz-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
5075
|
+
"-moz-binding"?: string | undefined;
|
|
5076
|
+
"-moz-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
|
|
5077
|
+
"-moz-border-radius-bottomleft"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
|
|
5078
|
+
"-moz-border-radius-bottomright"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
|
|
5079
|
+
"-moz-border-radius-topleft"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
|
|
5080
|
+
"-moz-border-radius-topright"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
|
|
5081
|
+
"-moz-box-align"?: import("csstype").BoxAlignProperty | undefined;
|
|
5082
|
+
"-moz-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
|
|
5083
|
+
"-moz-box-flex"?: import("csstype").GlobalsNumber | undefined;
|
|
5084
|
+
"-moz-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
|
|
5085
|
+
"-moz-box-orient"?: import("csstype").BoxOrientProperty | undefined;
|
|
5086
|
+
"-moz-box-pack"?: import("csstype").BoxPackProperty | undefined;
|
|
5087
|
+
"-moz-box-shadow"?: string | undefined;
|
|
5088
|
+
"-moz-float-edge"?: import("csstype").MozFloatEdgeProperty | undefined;
|
|
5089
|
+
"-moz-force-broken-image-icon"?: import("csstype").MozForceBrokenImageIconProperty | undefined;
|
|
5090
|
+
"-moz-opacity"?: import("csstype").OpacityProperty | undefined;
|
|
5091
|
+
"-moz-outline"?: import("csstype").OutlineProperty<string | number> | undefined;
|
|
5092
|
+
"-moz-outline-color"?: string | undefined;
|
|
5093
|
+
"-moz-outline-radius"?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
|
|
5094
|
+
"-moz-outline-radius-bottomleft"?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
|
|
5095
|
+
"-moz-outline-radius-bottomright"?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
|
|
5096
|
+
"-moz-outline-radius-topleft"?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
|
|
5097
|
+
"-moz-outline-radius-topright"?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
|
|
5098
|
+
"-moz-outline-style"?: string | undefined;
|
|
5099
|
+
"-moz-outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
|
|
5100
|
+
"-moz-text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
|
|
5101
|
+
"-moz-text-decoration-color"?: string | undefined;
|
|
5102
|
+
"-moz-text-decoration-line"?: string | undefined;
|
|
5103
|
+
"-moz-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
|
|
5104
|
+
"-moz-user-input"?: import("csstype").MozUserInputProperty | undefined;
|
|
5105
|
+
"-ms-ime-mode"?: import("csstype").ImeModeProperty | undefined;
|
|
5106
|
+
"-o-animation"?: import("csstype").AnimationProperty | undefined;
|
|
5107
|
+
"-o-animation-delay"?: string | undefined;
|
|
5108
|
+
"-o-animation-direction"?: string | undefined;
|
|
5109
|
+
"-o-animation-duration"?: string | undefined;
|
|
5110
|
+
"-o-animation-fill-mode"?: string | undefined;
|
|
5111
|
+
"-o-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
|
|
5112
|
+
"-o-animation-name"?: string | undefined;
|
|
5113
|
+
"-o-animation-play-state"?: string | undefined;
|
|
5114
|
+
"-o-animation-timing-function"?: string | undefined;
|
|
5115
|
+
"-o-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
|
|
5116
|
+
"-o-border-image"?: import("csstype").BorderImageProperty | undefined;
|
|
5117
|
+
"-o-object-fit"?: import("csstype").ObjectFitProperty | undefined;
|
|
5118
|
+
"-o-object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
|
|
5119
|
+
"-o-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
|
|
5120
|
+
"-o-text-overflow"?: string | undefined;
|
|
5121
|
+
"-o-transform"?: string | undefined;
|
|
5122
|
+
"-o-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
|
|
5123
|
+
"-o-transition"?: string | undefined;
|
|
5124
|
+
"-o-transition-delay"?: string | undefined;
|
|
5125
|
+
"-o-transition-duration"?: string | undefined;
|
|
5126
|
+
"-o-transition-property"?: string | undefined;
|
|
5127
|
+
"-o-transition-timing-function"?: string | undefined;
|
|
5128
|
+
"-webkit-box-align"?: import("csstype").BoxAlignProperty | undefined;
|
|
5129
|
+
"-webkit-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
|
|
5130
|
+
"-webkit-box-flex"?: import("csstype").GlobalsNumber | undefined;
|
|
5131
|
+
"-webkit-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
|
|
5132
|
+
"-webkit-box-lines"?: import("csstype").BoxLinesProperty | undefined;
|
|
5133
|
+
"-webkit-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
|
|
5134
|
+
"-webkit-box-orient"?: import("csstype").BoxOrientProperty | undefined;
|
|
5135
|
+
"-webkit-box-pack"?: import("csstype").BoxPackProperty | undefined;
|
|
5136
|
+
"-webkit-scroll-snap-points-x"?: string | undefined;
|
|
5137
|
+
"-webkit-scroll-snap-points-y"?: string | undefined;
|
|
5138
|
+
"alignment-baseline"?: import("csstype").AlignmentBaselineProperty | undefined;
|
|
5139
|
+
"baseline-shift"?: import("csstype").BaselineShiftProperty<string | number> | undefined;
|
|
5140
|
+
"clip-rule"?: import("csstype").ClipRuleProperty | undefined;
|
|
5141
|
+
"color-interpolation"?: import("csstype").ColorInterpolationProperty | undefined;
|
|
5142
|
+
"color-rendering"?: import("csstype").ColorRenderingProperty | undefined;
|
|
5143
|
+
"dominant-baseline"?: import("csstype").DominantBaselineProperty | undefined;
|
|
5144
|
+
"fill-opacity"?: import("csstype").GlobalsNumber | undefined;
|
|
5145
|
+
"fill-rule"?: import("csstype").FillRuleProperty | undefined;
|
|
5146
|
+
"flood-color"?: string | undefined;
|
|
5147
|
+
"flood-opacity"?: import("csstype").GlobalsNumber | undefined;
|
|
5148
|
+
"glyph-orientation-vertical"?: import("csstype").GlyphOrientationVerticalProperty | undefined;
|
|
5149
|
+
"lighting-color"?: string | undefined;
|
|
5150
|
+
"marker-end"?: string | undefined;
|
|
5151
|
+
"marker-mid"?: string | undefined;
|
|
5152
|
+
"marker-start"?: string | undefined;
|
|
5153
|
+
"shape-rendering"?: import("csstype").ShapeRenderingProperty | undefined;
|
|
5154
|
+
"stop-color"?: string | undefined;
|
|
5155
|
+
"stop-opacity"?: import("csstype").GlobalsNumber | undefined;
|
|
5156
|
+
"stroke-dasharray"?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
|
|
5157
|
+
"stroke-dashoffset"?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
|
|
5158
|
+
"stroke-linecap"?: import("csstype").StrokeLinecapProperty | undefined;
|
|
5159
|
+
"stroke-linejoin"?: import("csstype").StrokeLinejoinProperty | undefined;
|
|
5160
|
+
"stroke-miterlimit"?: import("csstype").GlobalsNumber | undefined;
|
|
5161
|
+
"stroke-opacity"?: import("csstype").GlobalsNumber | undefined;
|
|
5162
|
+
"stroke-width"?: import("csstype").StrokeWidthProperty<string | number> | undefined;
|
|
5163
|
+
"text-anchor"?: import("csstype").TextAnchorProperty | undefined;
|
|
5164
|
+
"vector-effect"?: import("csstype").VectorEffectProperty | undefined;
|
|
5165
|
+
} | undefined;
|
|
5166
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
|
5167
|
+
validator?: ((value: unknown, fieldItem: import("..").FieldItem) => string | void) | undefined;
|
|
5168
|
+
reactions?: {
|
|
5169
|
+
[x: string]: any;
|
|
5170
|
+
dependencies?: string[] | undefined;
|
|
5171
|
+
target?: string | undefined;
|
|
5172
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
5173
|
+
when?: string | boolean | undefined;
|
|
5174
|
+
fulfill?: {
|
|
5175
|
+
state?: import("../../../es/shared/types").AnyObject | undefined;
|
|
5176
|
+
run?: string | undefined;
|
|
5177
|
+
} | undefined;
|
|
5178
|
+
otherwise?: {
|
|
5179
|
+
state?: import("../../../es/shared/types").AnyObject | undefined;
|
|
5180
|
+
run?: string | undefined;
|
|
5181
|
+
} | undefined;
|
|
5182
|
+
} | {
|
|
5183
|
+
[x: string]: any;
|
|
5184
|
+
dependencies?: string[] | undefined;
|
|
5185
|
+
target?: string | undefined;
|
|
5186
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
5187
|
+
when?: string | boolean | undefined;
|
|
5188
|
+
fulfill?: {
|
|
5189
|
+
state?: import("../../../es/shared/types").AnyObject | undefined;
|
|
5190
|
+
run?: string | undefined;
|
|
5191
|
+
} | undefined;
|
|
5192
|
+
otherwise?: {
|
|
5193
|
+
state?: import("../../../es/shared/types").AnyObject | undefined;
|
|
5194
|
+
run?: string | undefined;
|
|
5195
|
+
} | undefined;
|
|
5196
|
+
}[] | undefined;
|
|
5197
|
+
} | undefined;
|
|
5198
|
+
__new?: boolean | undefined;
|
|
5199
|
+
__isCombinationChild?: boolean | undefined;
|
|
5200
|
+
__extra?: boolean | undefined;
|
|
1755
5201
|
}[]>;
|
|
1756
|
-
|
|
5202
|
+
extraOptions: import("vue").ComputedRef<{
|
|
1757
5203
|
key: string;
|
|
1758
5204
|
layoutWidthEnum: import("./src/types").FormConfigWidth;
|
|
1759
5205
|
type: string;
|
|
@@ -3464,15 +6910,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3464
6910
|
} | undefined;
|
|
3465
6911
|
__new?: boolean | undefined;
|
|
3466
6912
|
__isCombinationChild?: boolean | undefined;
|
|
6913
|
+
__extra?: boolean | undefined;
|
|
3467
6914
|
}[]>;
|
|
3468
|
-
|
|
3469
|
-
parsedTextFormatter: import("./src/types").FormConfigTextFormatter;
|
|
3470
|
-
currentEditField: import("vue").Ref<import("./src/types").FormConfigItem | undefined>;
|
|
3471
|
-
formConfigEditRef: import("vue").Ref<{
|
|
3472
|
-
validate: import("../../../es/shared/types").Func<any[], any>;
|
|
3473
|
-
} | undefined>;
|
|
3474
|
-
transform: (fieldList: import("./src/types").FormConfigItem[]) => import("./src/types").FormConfigItem[];
|
|
3475
|
-
inverseTransform: (fieldList: import("./src/types").FormConfigItem[]) => import("./src/types").FormConfigItem[];
|
|
6915
|
+
onFocus: () => Promise<void>;
|
|
3476
6916
|
Draggable: import("vue").DefineComponent<{
|
|
3477
6917
|
list: {
|
|
3478
6918
|
type: ArrayConstructor;
|
|
@@ -3678,6 +7118,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3678
7118
|
onSetup(): void;
|
|
3679
7119
|
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
3680
7120
|
afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
|
|
7121
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
3681
7122
|
}>>;
|
|
3682
7123
|
};
|
|
3683
7124
|
requestInstance: {
|
|
@@ -3697,6 +7138,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3697
7138
|
type: (BooleanConstructor | StringConstructor)[];
|
|
3698
7139
|
default: boolean;
|
|
3699
7140
|
};
|
|
7141
|
+
uniqueCacheData: {
|
|
7142
|
+
type: BooleanConstructor;
|
|
7143
|
+
default: boolean;
|
|
7144
|
+
};
|
|
3700
7145
|
}, {
|
|
3701
7146
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
3702
7147
|
fieldList: {
|
|
@@ -3810,6 +7255,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3810
7255
|
onSetup(): void;
|
|
3811
7256
|
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
3812
7257
|
afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
|
|
7258
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
3813
7259
|
}>>;
|
|
3814
7260
|
};
|
|
3815
7261
|
requestInstance: {
|
|
@@ -3829,12 +7275,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3829
7275
|
type: (BooleanConstructor | StringConstructor)[];
|
|
3830
7276
|
default: boolean;
|
|
3831
7277
|
};
|
|
7278
|
+
uniqueCacheData: {
|
|
7279
|
+
type: BooleanConstructor;
|
|
7280
|
+
default: boolean;
|
|
7281
|
+
};
|
|
3832
7282
|
}>> & {
|
|
3833
7283
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
3834
7284
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
3835
7285
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
|
3836
7286
|
}>>;
|
|
3837
|
-
emit: (event: "
|
|
7287
|
+
emit: (event: "formChange" | "scroll" | "annotationChange", ...args: any[]) => void;
|
|
3838
7288
|
cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
3839
7289
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
3840
7290
|
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -3854,6 +7304,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3854
7304
|
title: string;
|
|
3855
7305
|
}[]>;
|
|
3856
7306
|
onScroll: (scrollEvent: Event) => void;
|
|
7307
|
+
callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
|
|
7308
|
+
onSetup(): void;
|
|
7309
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
7310
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
|
|
7311
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
7312
|
+
}>>[T_2]> | undefined) => import("../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
7313
|
+
onSetup(): void;
|
|
7314
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
7315
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
|
|
7316
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
7317
|
+
}>>[T_2]>>;
|
|
3857
7318
|
triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
|
|
3858
7319
|
observeFormGraph: Record<string, import("@formily/core").GeneralField>;
|
|
3859
7320
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
|
@@ -3997,11 +7458,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3997
7458
|
onFocus: (...args: any[]) => Promise<void>;
|
|
3998
7459
|
onBlur: (...args: any[]) => Promise<void>;
|
|
3999
7460
|
onInput: (...args: any[]) => Promise<void>;
|
|
7461
|
+
editable: boolean;
|
|
4000
7462
|
reset: (options?: import("@formily/core").IFieldResetOptions | undefined) => Promise<void>;
|
|
4001
7463
|
title: string;
|
|
4002
|
-
editable: boolean;
|
|
4003
7464
|
visible: boolean;
|
|
4004
|
-
submit: <
|
|
7465
|
+
submit: <T_3>(onSubmit?: ((values: any) => void | Promise<T_3>) | undefined) => Promise<T_3>;
|
|
4005
7466
|
validator: import("@formily/core").FieldValidator;
|
|
4006
7467
|
pattern: import("@formily/core").FieldPatternTypes;
|
|
4007
7468
|
content: any;
|
|
@@ -4145,7 +7606,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4145
7606
|
readonly displayDirective: "if" | "show" | "show:lazy";
|
|
4146
7607
|
}>;
|
|
4147
7608
|
NTabs: any;
|
|
4148
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
7609
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("formChange" | "scroll" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4149
7610
|
fieldList: {
|
|
4150
7611
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
4151
7612
|
};
|
|
@@ -4257,6 +7718,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4257
7718
|
onSetup(): void;
|
|
4258
7719
|
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
4259
7720
|
afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
|
|
7721
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
4260
7722
|
}>>;
|
|
4261
7723
|
};
|
|
4262
7724
|
requestInstance: {
|
|
@@ -4276,6 +7738,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4276
7738
|
type: (BooleanConstructor | StringConstructor)[];
|
|
4277
7739
|
default: boolean;
|
|
4278
7740
|
};
|
|
7741
|
+
uniqueCacheData: {
|
|
7742
|
+
type: BooleanConstructor;
|
|
7743
|
+
default: boolean;
|
|
7744
|
+
};
|
|
4279
7745
|
}>> & {
|
|
4280
7746
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
4281
7747
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -4292,6 +7758,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4292
7758
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
4293
7759
|
linebarAutoHidden: boolean;
|
|
4294
7760
|
bordered: string | boolean;
|
|
7761
|
+
uniqueCacheData: boolean;
|
|
4295
7762
|
}>;
|
|
4296
7763
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
4297
7764
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -7844,6 +11311,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7844
11311
|
} | undefined;
|
|
7845
11312
|
__new?: boolean | undefined;
|
|
7846
11313
|
__isCombinationChild?: boolean | undefined;
|
|
11314
|
+
__extra?: boolean | undefined;
|
|
7847
11315
|
}[] | undefined;
|
|
7848
11316
|
originalSetting?: {
|
|
7849
11317
|
[x: string]: any;
|
|
@@ -9540,6 +13008,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9540
13008
|
} | undefined;
|
|
9541
13009
|
__new?: boolean | undefined;
|
|
9542
13010
|
__isCombinationChild?: boolean | undefined;
|
|
13011
|
+
__extra?: boolean | undefined;
|
|
9543
13012
|
}>;
|
|
9544
13013
|
generateFieldListByFormConfigItem: (formConfigItem: import("./src/types").FormConfigItem, fieldItem?: import("..").FieldItem | undefined) => import("..").FieldItem[];
|
|
9545
13014
|
showModal: import("vue").Ref<boolean>;
|
|
@@ -9665,6 +13134,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9665
13134
|
onSetup(): void;
|
|
9666
13135
|
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
9667
13136
|
afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
|
|
13137
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
9668
13138
|
}>>;
|
|
9669
13139
|
};
|
|
9670
13140
|
requestInstance: {
|
|
@@ -9684,6 +13154,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9684
13154
|
type: (BooleanConstructor | StringConstructor)[];
|
|
9685
13155
|
default: boolean;
|
|
9686
13156
|
};
|
|
13157
|
+
uniqueCacheData: {
|
|
13158
|
+
type: BooleanConstructor;
|
|
13159
|
+
default: boolean;
|
|
13160
|
+
};
|
|
9687
13161
|
}, {
|
|
9688
13162
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
9689
13163
|
fieldList: {
|
|
@@ -9797,6 +13271,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9797
13271
|
onSetup(): void;
|
|
9798
13272
|
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
9799
13273
|
afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
|
|
13274
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
9800
13275
|
}>>;
|
|
9801
13276
|
};
|
|
9802
13277
|
requestInstance: {
|
|
@@ -9816,12 +13291,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9816
13291
|
type: (BooleanConstructor | StringConstructor)[];
|
|
9817
13292
|
default: boolean;
|
|
9818
13293
|
};
|
|
13294
|
+
uniqueCacheData: {
|
|
13295
|
+
type: BooleanConstructor;
|
|
13296
|
+
default: boolean;
|
|
13297
|
+
};
|
|
9819
13298
|
}>> & {
|
|
9820
13299
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
9821
13300
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
9822
13301
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
|
9823
13302
|
}>>;
|
|
9824
|
-
emit: (event: "
|
|
13303
|
+
emit: (event: "formChange" | "scroll" | "annotationChange", ...args: any[]) => void;
|
|
9825
13304
|
cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
9826
13305
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
9827
13306
|
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -9841,6 +13320,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9841
13320
|
title: string;
|
|
9842
13321
|
}[]>;
|
|
9843
13322
|
onScroll: (scrollEvent: Event) => void;
|
|
13323
|
+
callLifeCycle: <T_2 extends "onSetup" | "beforeRequest" | "afterRequest" | "afterOptionInit">(lifeCycleName: T_2, payload?: Parameters<Required<Partial<{
|
|
13324
|
+
onSetup(): void;
|
|
13325
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
13326
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
|
|
13327
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
13328
|
+
}>>[T_2]> | undefined) => import("../../../es/shared/types").UndefinedAble<ReturnType<Required<Partial<{
|
|
13329
|
+
onSetup(): void;
|
|
13330
|
+
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
13331
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
|
|
13332
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
13333
|
+
}>>[T_2]>>;
|
|
9844
13334
|
triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
|
|
9845
13335
|
observeFormGraph: Record<string, import("@formily/core").GeneralField>;
|
|
9846
13336
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
|
@@ -9984,11 +13474,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9984
13474
|
onFocus: (...args: any[]) => Promise<void>;
|
|
9985
13475
|
onBlur: (...args: any[]) => Promise<void>;
|
|
9986
13476
|
onInput: (...args: any[]) => Promise<void>;
|
|
13477
|
+
editable: boolean;
|
|
9987
13478
|
reset: (options?: import("@formily/core").IFieldResetOptions | undefined) => Promise<void>;
|
|
9988
13479
|
title: string;
|
|
9989
|
-
editable: boolean;
|
|
9990
13480
|
visible: boolean;
|
|
9991
|
-
submit: <
|
|
13481
|
+
submit: <T_3>(onSubmit?: ((values: any) => void | Promise<T_3>) | undefined) => Promise<T_3>;
|
|
9992
13482
|
validator: import("@formily/core").FieldValidator;
|
|
9993
13483
|
pattern: import("@formily/core").FieldPatternTypes;
|
|
9994
13484
|
content: any;
|
|
@@ -10132,7 +13622,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10132
13622
|
readonly displayDirective: "if" | "show" | "show:lazy";
|
|
10133
13623
|
}>;
|
|
10134
13624
|
NTabs: any;
|
|
10135
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
13625
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("formChange" | "scroll" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10136
13626
|
fieldList: {
|
|
10137
13627
|
type: import("vue").PropType<import("..").FieldItem[]>;
|
|
10138
13628
|
};
|
|
@@ -10244,6 +13734,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10244
13734
|
onSetup(): void;
|
|
10245
13735
|
beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
|
|
10246
13736
|
afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
|
|
13737
|
+
afterOptionInit(fieldKey: string, options: import("../../../es/shared/types").AnyObject[]): void;
|
|
10247
13738
|
}>>;
|
|
10248
13739
|
};
|
|
10249
13740
|
requestInstance: {
|
|
@@ -10263,6 +13754,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10263
13754
|
type: (BooleanConstructor | StringConstructor)[];
|
|
10264
13755
|
default: boolean;
|
|
10265
13756
|
};
|
|
13757
|
+
uniqueCacheData: {
|
|
13758
|
+
type: BooleanConstructor;
|
|
13759
|
+
default: boolean;
|
|
13760
|
+
};
|
|
10266
13761
|
}>> & {
|
|
10267
13762
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
10268
13763
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -10279,6 +13774,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10279
13774
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
10280
13775
|
linebarAutoHidden: boolean;
|
|
10281
13776
|
bordered: string | boolean;
|
|
13777
|
+
uniqueCacheData: boolean;
|
|
10282
13778
|
}>;
|
|
10283
13779
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
10284
13780
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -10299,6 +13795,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10299
13795
|
type: import("vue").PropType<import("./src/types").FormConfigTextFormatter>;
|
|
10300
13796
|
required: true;
|
|
10301
13797
|
};
|
|
13798
|
+
materialList: {
|
|
13799
|
+
type: import("vue").PropType<import("./src/types").FormConfigItem[]>;
|
|
13800
|
+
default: () => never[];
|
|
13801
|
+
};
|
|
10302
13802
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10303
13803
|
formConfigItem: {
|
|
10304
13804
|
type: import("vue").PropType<import("./src/types").FormConfigItem>;
|
|
@@ -10308,9 +13808,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10308
13808
|
type: import("vue").PropType<import("./src/types").FormConfigTextFormatter>;
|
|
10309
13809
|
required: true;
|
|
10310
13810
|
};
|
|
10311
|
-
|
|
13811
|
+
materialList: {
|
|
13812
|
+
type: import("vue").PropType<import("./src/types").FormConfigItem[]>;
|
|
13813
|
+
default: () => never[];
|
|
13814
|
+
};
|
|
13815
|
+
}>>, {
|
|
13816
|
+
materialList: import("./src/types").FormConfigItem[];
|
|
13817
|
+
}>;
|
|
10312
13818
|
FORM_CONFIG_GROUP: string;
|
|
10313
|
-
|
|
13819
|
+
NSelect: any;
|
|
13820
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("addItem" | "removeItem")[], "addItem" | "removeItem", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10314
13821
|
maxHeight: {
|
|
10315
13822
|
type: StringConstructor;
|
|
10316
13823
|
};
|
|
@@ -10323,5 +13830,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10323
13830
|
formRenderRef: {
|
|
10324
13831
|
type: import("vue").PropType<import("..").FormRenderExpose>;
|
|
10325
13832
|
};
|
|
10326
|
-
|
|
13833
|
+
extraMaterialList: {
|
|
13834
|
+
type: import("vue").PropType<import("./src/types").FormConfigItem[] | (() => import("./src/types").FormConfigItem[] | Promise<import("./src/types").FormConfigItem[]>)>;
|
|
13835
|
+
};
|
|
13836
|
+
}>> & {
|
|
13837
|
+
onAddItem?: ((...args: any[]) => any) | undefined;
|
|
13838
|
+
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
|
13839
|
+
}, {}>>;
|
|
10327
13840
|
export default FormConfig;
|