@salutejs/sdds-crm 0.332.0-canary.2423.21063972668.0 → 0.332.0-canary.2424.21064436356.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/cjs/components/DatePicker/DatePicker.clear.config.js +13 -12
- package/dist/css/cjs/components/DatePicker/DatePicker.clear.config.js.map +1 -1
- package/dist/css/cjs/components/DatePicker/DatePicker.clear.config_1mwv6xj.css +13 -0
- package/dist/css/cjs/components/DatePicker/DatePicker.config.js +15 -13
- package/dist/css/cjs/components/DatePicker/DatePicker.config.js.map +1 -1
- package/dist/css/cjs/components/DatePicker/DatePicker.config_15pj795.css +13 -0
- package/dist/css/cjs/components/DatePicker/DatePicker.css +26 -24
- package/dist/css/cjs/components/TextArea/TextArea.config.js +25 -17
- package/dist/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
- package/dist/css/cjs/components/TextArea/TextArea.config_1lkwlz6.css +16 -0
- package/dist/css/cjs/components/TextArea/TextArea.css +15 -28
- package/dist/css/cjs/components/TextArea/TextArea.js +6 -13
- package/dist/css/cjs/components/TextArea/TextArea.js.map +1 -1
- package/dist/css/cjs/index.css +43 -54
- package/dist/css/es/components/DatePicker/DatePicker.clear.config.js +13 -12
- package/dist/css/es/components/DatePicker/DatePicker.clear.config.js.map +1 -1
- package/dist/css/es/components/DatePicker/DatePicker.clear.config_1mwv6xj.css +13 -0
- package/dist/css/es/components/DatePicker/DatePicker.config.js +15 -13
- package/dist/css/es/components/DatePicker/DatePicker.config.js.map +1 -1
- package/dist/css/es/components/DatePicker/DatePicker.config_15pj795.css +13 -0
- package/dist/css/es/components/DatePicker/DatePicker.css +26 -24
- package/dist/css/es/components/TextArea/TextArea.config.js +25 -17
- package/dist/css/es/components/TextArea/TextArea.config.js.map +1 -1
- package/dist/css/es/components/TextArea/TextArea.config_1lkwlz6.css +16 -0
- package/dist/css/es/components/TextArea/TextArea.css +15 -28
- package/dist/css/es/components/TextArea/TextArea.js +8 -13
- package/dist/css/es/components/TextArea/TextArea.js.map +1 -1
- package/dist/css/es/index.css +43 -54
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.clear.config.js +274 -79
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.config.js +272 -80
- package/dist/styled-components/cjs/components/TextArea/TextArea.config.js +422 -343
- package/dist/styled-components/cjs/components/TextArea/TextArea.js +5 -27
- package/dist/styled-components/es/components/DatePicker/DatePicker.clear.config.js +274 -79
- package/dist/styled-components/es/components/DatePicker/DatePicker.config.js +272 -80
- package/dist/styled-components/es/components/TextArea/TextArea.config.js +423 -344
- package/dist/styled-components/es/components/TextArea/TextArea.js +5 -14
- package/package.json +7 -7
- package/types/components/DatePicker/DatePicker.clear.config.d.ts +1 -0
- package/types/components/DatePicker/DatePicker.config.d.ts +2 -0
- package/types/components/DatePicker/DatePicker.d.ts +13 -3
- package/types/components/TextArea/TextArea.config.d.ts +15 -7
- package/types/components/TextArea/TextArea.d.ts +15 -1045
- package/dist/css/cjs/components/DatePicker/DatePicker.clear.config_1wq4nln.css +0 -12
- package/dist/css/cjs/components/DatePicker/DatePicker.config_16amete.css +0 -12
- package/dist/css/cjs/components/TextArea/TextArea.clear.config.js +0 -43
- package/dist/css/cjs/components/TextArea/TextArea.clear.config.js.map +0 -1
- package/dist/css/cjs/components/TextArea/TextArea.clear.config_7rsm4h.css +0 -14
- package/dist/css/cjs/components/TextArea/TextArea.config_8hqpj3.css +0 -14
- package/dist/css/es/components/DatePicker/DatePicker.clear.config_1wq4nln.css +0 -12
- package/dist/css/es/components/DatePicker/DatePicker.config_16amete.css +0 -12
- package/dist/css/es/components/TextArea/TextArea.clear.config.js +0 -39
- package/dist/css/es/components/TextArea/TextArea.clear.config.js.map +0 -1
- package/dist/css/es/components/TextArea/TextArea.clear.config_7rsm4h.css +0 -14
- package/dist/css/es/components/TextArea/TextArea.config_8hqpj3.css +0 -14
- package/dist/styled-components/cjs/components/TextArea/TextArea.clear.config.js +0 -631
- package/dist/styled-components/es/components/TextArea/TextArea.clear.config.js +0 -621
- package/types/components/TextArea/TextArea.clear.config.d.ts +0 -35
|
@@ -1,16 +1,7 @@
|
|
|
1
|
-
import { textAreaConfig, component, mergeConfig
|
|
1
|
+
import { textAreaConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components';
|
|
2
2
|
import { config } from './TextArea.config';
|
|
3
|
-
import { config as clearConfig } from './TextArea.clear.config';
|
|
4
3
|
var mergedConfig = mergeConfig(textAreaConfig, config);
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export var TextArea =
|
|
9
|
-
{
|
|
10
|
-
conditions: {
|
|
11
|
-
prop: 'appearance',
|
|
12
|
-
value: 'clear'
|
|
13
|
-
},
|
|
14
|
-
component: TextAreaClear
|
|
15
|
-
}
|
|
16
|
-
]);
|
|
4
|
+
var TextAreaComponent = component(mergedConfig);
|
|
5
|
+
/**
|
|
6
|
+
* Поле ввода многострочного текста.
|
|
7
|
+
*/ export var TextArea = TextAreaComponent;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/sdds-crm",
|
|
3
|
-
"version": "0.332.0-canary.
|
|
3
|
+
"version": "0.332.0-canary.2424.21064436356.0",
|
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS CRM web applications",
|
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
|
6
6
|
"exports": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"directory": "packages/sdds-crm"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@salutejs/plasma-new-hope": "0.345.0-canary.
|
|
36
|
-
"@salutejs/sdds-themes": "0.52.0-canary.
|
|
35
|
+
"@salutejs/plasma-new-hope": "0.345.0-canary.2424.21064436356.0",
|
|
36
|
+
"@salutejs/sdds-themes": "0.52.0-canary.2424.21064436356.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": ">=16.13.1",
|
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
58
58
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
59
59
|
"@salutejs/plasma-colors": "0.16.0",
|
|
60
|
-
"@salutejs/plasma-core": "1.213.0-canary.
|
|
61
|
-
"@salutejs/plasma-cy-utils": "0.143.0-canary.
|
|
60
|
+
"@salutejs/plasma-core": "1.213.0-canary.2424.21064436356.0",
|
|
61
|
+
"@salutejs/plasma-cy-utils": "0.143.0-canary.2424.21064436356.0",
|
|
62
62
|
"@salutejs/plasma-icons": "1.228.0",
|
|
63
|
-
"@salutejs/plasma-sb-utils": "0.213.0-canary.
|
|
63
|
+
"@salutejs/plasma-sb-utils": "0.213.0-canary.2424.21064436356.0",
|
|
64
64
|
"@types/node": "16.7.13",
|
|
65
65
|
"@types/react": "18.0.28",
|
|
66
66
|
"@types/react-dom": "18.0.11",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"sideEffects": [
|
|
109
109
|
"*.css"
|
|
110
110
|
],
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "1c5b6a786d3a1a4c4771163a5d027675dfc6d9bb"
|
|
112
112
|
}
|
|
@@ -8,6 +8,7 @@ export declare const config: {
|
|
|
8
8
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
9
9
|
};
|
|
10
10
|
size: {
|
|
11
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
11
12
|
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
12
13
|
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
13
14
|
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -2,12 +2,14 @@ export declare const config: {
|
|
|
2
2
|
defaults: {
|
|
3
3
|
view: string;
|
|
4
4
|
size: string;
|
|
5
|
+
hintSize: string;
|
|
5
6
|
};
|
|
6
7
|
variations: {
|
|
7
8
|
view: {
|
|
8
9
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
9
10
|
};
|
|
10
11
|
size: {
|
|
12
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
11
13
|
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
12
14
|
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
13
15
|
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -3,6 +3,7 @@ export declare const DatePickerDefault: import("react").FunctionComponent<import
|
|
|
3
3
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
4
4
|
};
|
|
5
5
|
size: {
|
|
6
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
6
7
|
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
7
8
|
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
8
9
|
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -111,6 +112,7 @@ export declare const DatePickerClear: import("react").FunctionComponent<import("
|
|
|
111
112
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
112
113
|
};
|
|
113
114
|
size: {
|
|
115
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
114
116
|
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
115
117
|
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
116
118
|
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -219,6 +221,7 @@ export declare const DatePicker: import("react").ForwardRefExoticComponent<(Omit
|
|
|
219
221
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
220
222
|
};
|
|
221
223
|
size: {
|
|
224
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
222
225
|
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
223
226
|
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
224
227
|
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -286,6 +289,7 @@ export declare const DatePicker: import("react").ForwardRefExoticComponent<(Omit
|
|
|
286
289
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
287
290
|
};
|
|
288
291
|
size: {
|
|
292
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
289
293
|
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
290
294
|
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
291
295
|
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -354,6 +358,7 @@ export declare const DatePickerRangeDefault: import("react").FunctionComponent<i
|
|
|
354
358
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
355
359
|
};
|
|
356
360
|
size: {
|
|
361
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
357
362
|
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
358
363
|
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
359
364
|
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -442,9 +447,10 @@ export declare const DatePickerRangeDefault: import("react").FunctionComponent<i
|
|
|
442
447
|
onFocusSecondTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
|
|
443
448
|
onBlurFirstTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
|
|
444
449
|
onBlurSecondTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
|
|
445
|
-
} & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types.js").DatePickerPopoverProps, "placement"> & {
|
|
450
|
+
} & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types.js").DatePickerPopoverProps, "placement" | "dateShortcuts"> & {
|
|
446
451
|
placement?: import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement | Array<import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").DatePickerRangePlacementBasic>;
|
|
447
452
|
isDoubleCalendar?: boolean;
|
|
453
|
+
dateShortcuts?: import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").DateShortcutItem[];
|
|
448
454
|
} & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
449
455
|
appearance?: "default" | "clear";
|
|
450
456
|
hasClearDivider?: boolean;
|
|
@@ -454,6 +460,7 @@ export declare const DatePickerRangeClear: import("react").FunctionComponent<imp
|
|
|
454
460
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
455
461
|
};
|
|
456
462
|
size: {
|
|
463
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
457
464
|
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
458
465
|
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
459
466
|
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -542,9 +549,10 @@ export declare const DatePickerRangeClear: import("react").FunctionComponent<imp
|
|
|
542
549
|
onFocusSecondTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
|
|
543
550
|
onBlurFirstTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
|
|
544
551
|
onBlurSecondTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
|
|
545
|
-
} & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types.js").DatePickerPopoverProps, "placement"> & {
|
|
552
|
+
} & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types.js").DatePickerPopoverProps, "placement" | "dateShortcuts"> & {
|
|
546
553
|
placement?: import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement | Array<import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").DatePickerRangePlacementBasic>;
|
|
547
554
|
isDoubleCalendar?: boolean;
|
|
555
|
+
dateShortcuts?: import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").DateShortcutItem[];
|
|
548
556
|
} & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
549
557
|
appearance?: "default" | "clear";
|
|
550
558
|
hasClearDivider?: boolean;
|
|
@@ -554,6 +562,7 @@ export declare const DatePickerRange: import("react").ForwardRefExoticComponent<
|
|
|
554
562
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
555
563
|
};
|
|
556
564
|
size: {
|
|
565
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
557
566
|
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
558
567
|
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
559
568
|
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -642,9 +651,10 @@ export declare const DatePickerRange: import("react").ForwardRefExoticComponent<
|
|
|
642
651
|
onFocusSecondTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
|
|
643
652
|
onBlurFirstTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
|
|
644
653
|
onBlurSecondTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
|
|
645
|
-
} & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types.js").DatePickerPopoverProps, "placement"> & {
|
|
654
|
+
} & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types.js").DatePickerPopoverProps, "placement" | "dateShortcuts"> & {
|
|
646
655
|
placement?: import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement | Array<import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").DatePickerRangePlacementBasic>;
|
|
647
656
|
isDoubleCalendar?: boolean;
|
|
657
|
+
dateShortcuts?: import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").DateShortcutItem[];
|
|
648
658
|
} & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
649
659
|
appearance?: "default" | "clear";
|
|
650
660
|
hasClearDivider?: boolean;
|
|
@@ -4,19 +4,24 @@ export declare const config: {
|
|
|
4
4
|
focused: string;
|
|
5
5
|
};
|
|
6
6
|
variations: {
|
|
7
|
+
size: {
|
|
8
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
9
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
10
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
11
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
12
|
+
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
13
|
+
};
|
|
7
14
|
view: {
|
|
8
15
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
9
16
|
positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
17
|
+
/**
|
|
18
|
+
* @deprecated
|
|
19
|
+
* Использовать `default`
|
|
20
|
+
*/
|
|
21
|
+
primary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
10
22
|
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
11
23
|
negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
12
24
|
};
|
|
13
|
-
size: {
|
|
14
|
-
xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
15
|
-
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
16
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
17
|
-
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
18
|
-
xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
19
|
-
};
|
|
20
25
|
hintView: {
|
|
21
26
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
22
27
|
};
|
|
@@ -24,6 +29,9 @@ export declare const config: {
|
|
|
24
29
|
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
25
30
|
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
26
31
|
};
|
|
32
|
+
clear: {
|
|
33
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
34
|
+
};
|
|
27
35
|
readOnly: {
|
|
28
36
|
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
29
37
|
};
|