@dxs-ts/eveli-ide 0.0.296 → 0.0.298
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/build/api-stencil/StencilApi.d.ts +3 -0
- package/build/{cssMode-CDgQuxWp.js → cssMode-D9pzz2x9.js} +1 -1
- package/build/eveli-styles/StyledInputField.d.ts +3 -0
- package/build/eveli-styles/index.d.ts +1 -1
- package/build/{freemarker2-B_iDynLf.js → freemarker2-BOt0Fa42.js} +1 -1
- package/build/{handlebars-tr_dvUb1.js → handlebars-BgrQ5TvZ.js} +1 -1
- package/build/{html--vRgi5iQ.js → html-CVRZtXnb.js} +1 -1
- package/build/{htmlMode-BkwQ1e4G.js → htmlMode-C5dg628s.js} +1 -1
- package/build/{index-Kx7FPPhq.js → index-DfbH4r_X.js} +42983 -42899
- package/build/index.js +1 -1
- package/build/intl/en.d.ts +12 -2
- package/build/intl/fi.d.ts +11 -0
- package/build/intl/index.d.ts +23 -2
- package/build/intl/ma.d.ts +3 -0
- package/build/{javascript-C0Av0vKR.js → javascript-BkQHr9cx.js} +1 -1
- package/build/{jsonMode-CN4g3emq.js → jsonMode-MhXqbzEd.js} +1 -1
- package/build/{liquid-x88UJRoy.js → liquid-CvN9MA_s.js} +1 -1
- package/build/{mdx-zT5ZuEGT.js → mdx-D2kFDLn-.js} +1 -1
- package/build/{python-BSWbC6eU.js → python-TjwojnxN.js} +1 -1
- package/build/{razor-CG2N4Q73.js → razor-AfMYTqmN.js} +1 -1
- package/build/stencil-workflow/WorkflowConfigOptions.d.ts +10 -0
- package/build/{tsMode-zD0jThNe.js → tsMode-BTc49uSR.js} +1 -1
- package/build/{typescript-Cl433Wr6.js → typescript-BP7yVsnT.js} +1 -1
- package/build/{xml-B18-yuWA.js → xml-DvpUxJ-f.js} +1 -1
- package/build/{yaml-Cdla-uwb.js → yaml-CChaO920.js} +1 -1
- package/package.json +1 -1
|
@@ -171,6 +171,7 @@ export declare namespace StencilApi {
|
|
|
171
171
|
value: string;
|
|
172
172
|
labels: LocaleLabel[];
|
|
173
173
|
devMode?: boolean;
|
|
174
|
+
disabled?: boolean;
|
|
174
175
|
anon?: boolean;
|
|
175
176
|
startDate?: string | undefined;
|
|
176
177
|
endDate?: string | undefined;
|
|
@@ -187,6 +188,7 @@ export declare namespace StencilApi {
|
|
|
187
188
|
labels: LocaleLabel[] | undefined;
|
|
188
189
|
devMode: boolean | undefined;
|
|
189
190
|
anon: boolean | undefined;
|
|
191
|
+
disabled: boolean | undefined;
|
|
190
192
|
startDate?: string | undefined;
|
|
191
193
|
endDate?: string | undefined;
|
|
192
194
|
formName: string;
|
|
@@ -235,6 +237,7 @@ export declare namespace StencilApi {
|
|
|
235
237
|
articles: ArticleId[];
|
|
236
238
|
devMode: boolean | undefined;
|
|
237
239
|
anon: boolean | undefined;
|
|
240
|
+
disabled: boolean | undefined;
|
|
238
241
|
startDate?: string | undefined;
|
|
239
242
|
endDate?: string | undefined;
|
|
240
243
|
formName: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as et } from "./index-
|
|
1
|
+
import { m as et } from "./index-DfbH4r_X.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -11,6 +11,9 @@ interface StyledInputFieldProps<T> {
|
|
|
11
11
|
onChange: (newValue: T) => void;
|
|
12
12
|
onEnter?: () => void;
|
|
13
13
|
}
|
|
14
|
+
export declare const StyledInputLabel: import('@emotion/styled').StyledComponent<import('@mui/material').InputLabelOwnProps & Pick<import('@mui/material').FormLabelOwnProps, "color" | "filled"> & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref"> & {
|
|
15
|
+
ref?: ((instance: HTMLLabelElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLLabelElement> | null | undefined;
|
|
16
|
+
}, "children" | "error" | "disabled" | "variant" | "style" | "className" | "color" | "margin" | "classes" | "sx" | "required" | "size" | "filled" | "focused" | "disableAnimation" | "shrink"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
14
17
|
declare const StyledFileField: React.FC<StyledInputFieldProps<string>>;
|
|
15
18
|
declare const StyledTextField: React.FC<StyledInputFieldProps<string> & {
|
|
16
19
|
type?: React.InputHTMLAttributes<unknown>['type'];
|
|
@@ -2,5 +2,5 @@ export { StyledTreeItem as TreeItem, StyledTreeItemRoot as TreeItemRoot, StyledT
|
|
|
2
2
|
export { StyledSelect as Select, StyledSelectMultiple as SelectMultiple } from './StyledSelect';
|
|
3
3
|
export { StyledSwitch as Switch, } from './StyledSwitch';
|
|
4
4
|
export { StyledTransferList as TransferList, } from './StyledTransferList';
|
|
5
|
-
export { StyledTextField as TextField, StyledNumberField as NumberField, StyledFileField as FileField, StyledSearchField as SearchField, StyledDateField as DateField, StyledDateTimeField as DateTimeField } from './StyledInputField';
|
|
5
|
+
export { StyledInputLabel as InputLabel, StyledTextField as TextField, StyledNumberField as NumberField, StyledFileField as FileField, StyledSearchField as SearchField, StyledDateField as DateField, StyledDateTimeField as DateTimeField } from './StyledInputField';
|
|
6
6
|
export { CancelButton } from './StyledButtons';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as f } from "./index-
|
|
1
|
+
import { m as f } from "./index-DfbH4r_X.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as l } from "./index-
|
|
1
|
+
import { m as l } from "./index-DfbH4r_X.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-DfbH4r_X.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as lt } from "./index-
|
|
1
|
+
import { m as lt } from "./index-DfbH4r_X.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|