@omnia/fx 8.0.481-dev → 8.0.483-dev
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/internal-do-not-import-from-here/manifests/omnia.fx.ux.editor.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/store/ButtonStylePickerStore.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/store/ColorSchemaPickerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/store/ContainerFillPickerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/store/HeaderPickerStore.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/store/TabStylePickerStore.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/conditioncontrol/ConditionControl.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/conditioncontrol/loc/Localize.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/models/DynamicPlaceholderSettings.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/editor/use/UseBlockMigration.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/editor/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStoreV2.d.ts +20 -3
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settingpicker/EnterprisePropertySettingPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/SettingsJourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/DefineLayoutEditorCanvas.d.ts +61 -43
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas_old.d.ts +49 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbarStyles.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlock.css.d.ts +86 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlockEditorHooks.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutColumn.css.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutColumnEditorHooks.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSection.css.d.ts +90 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSectionEditorHooks.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/ColorSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/TabsSettingsStylePanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/_old/TemplatePreview_old.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle/BlockTitle.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointBlockSettingsComponent.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/breakpoints/BreakPointSettingsComponent.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/breakpoints/BreakPointSettingsComponent.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style_old.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Columns_old.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css_old.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General_old.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header_old.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing_old.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style_old.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting_old.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/AccordionListingSettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/ColumnListingSettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/SectionItemListing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/StepListingSettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/TabListingSettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +114 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasEditorStore.d.ts +48 -28
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +62 -43
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStoreV2.d.ts +65 -46
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +305 -319
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/breakpoints/BreakPointBlockSettingsComponent.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/layout/Style.d.ts +0 -341
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/section/Css.d.ts +0 -341
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/section/Style.d.ts +0 -341
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/BlockSettingsPanel.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/LayoutStructure.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/SettingsPanel.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/TemplatePreview.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/layoutclipboard/LayoutClipboard.d.ts → settings/_old/BlockSettingsPanel_old.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/block/Css.d.ts → settings/_old/LayoutStructure_old.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/section/Columns.d.ts → settings/_old/SettingsPanel_old.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/backgroundsettings/BackgroundSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/block/Header.d.ts → settings/block/Css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/section → settings/block}/Header.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/block/Spacing.d.ts → settings/block/Header_old.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/block/Style.d.ts → settings/block/Spacing.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/block/Targeting.d.ts → settings/block/Style.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/section → settings/block}/Targeting.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle/BlockTitle.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle/BlockTitleSettings.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle/BlockTitleSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle_old/BlockTitle.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle_old/BlockTitle.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle_old/BlockTitleSettings.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle_old/BlockTitleSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/breakpoints/BreakPointSettingsstyles.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/canvas/Spacing.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/imagebackgroundsettings/ImageBackgroundSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/journey/JourneyBlockSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/journey/JourneyMenuItemSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/layout/BlockHeader.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/layout/GlobalHeaderStyling.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/layout/LayoutTheming.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/layoutclipboard/LayoutClipboard.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/section/General.d.ts → settings/layoutclipboard/LayoutClipboard.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/lock/Lock.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/section/Spacing.d.ts → settings/section/Columns.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/Theming.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/ColumnListingSettingsPanel.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/settingstabs/TabBlockSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/settingstabs/TabLayoutSettings.d.ts +0 -0
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.483-dev",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Omnia Digital Workplace AB",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.483-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
@@ -1,6 +0,0 @@
|
|
1
|
-
declare const _default: (props: import("../../../../..").ExtractProps<Record<string, any>> & {} & {
|
2
|
-
"v-slots"?: {} & Omit<{
|
3
|
-
default?: import("vue").Slot;
|
4
|
-
}, never>;
|
5
|
-
} & {} & Omit<import("../../../../..").VueComponentBaseProps, string> & import("../../../../..").VNodeEvents) => any;
|
6
|
-
export default _default;
|
@@ -1,6 +0,0 @@
|
|
1
|
-
declare const _default: (props: import("../../../../..").ExtractProps<Record<string, any>> & {} & {
|
2
|
-
"v-slots"?: {} & Omit<{
|
3
|
-
default?: import("vue").Slot;
|
4
|
-
}, never>;
|
5
|
-
} & {} & Omit<import("../../../../..").VueComponentBaseProps, string> & import("../../../../..").VNodeEvents) => any;
|
6
|
-
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/layout/Style.d.ts
DELETED
@@ -1,341 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
3
|
-
readonly [x: number]: string;
|
4
|
-
readonly length: number;
|
5
|
-
toString: () => string;
|
6
|
-
toLocaleString: {
|
7
|
-
(): string;
|
8
|
-
(locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
|
9
|
-
};
|
10
|
-
concat: {
|
11
|
-
(...items: ConcatArray<string>[]): string[];
|
12
|
-
(...items: (string | ConcatArray<string>)[]): string[];
|
13
|
-
};
|
14
|
-
join: (separator?: string) => string;
|
15
|
-
slice: (start?: number, end?: number) => string[];
|
16
|
-
indexOf: (searchElement: string, fromIndex?: number) => number;
|
17
|
-
lastIndexOf: (searchElement: string, fromIndex?: number) => number;
|
18
|
-
every: {
|
19
|
-
<S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
|
20
|
-
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
|
21
|
-
};
|
22
|
-
some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
|
23
|
-
forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
|
24
|
-
map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
|
25
|
-
filter: {
|
26
|
-
<S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): S[];
|
27
|
-
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
|
28
|
-
};
|
29
|
-
reduce: {
|
30
|
-
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
31
|
-
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
32
|
-
<U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
|
33
|
-
};
|
34
|
-
reduceRight: {
|
35
|
-
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
36
|
-
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
37
|
-
<U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
|
38
|
-
};
|
39
|
-
find: {
|
40
|
-
<S extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S, thisArg?: any): S;
|
41
|
-
(predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
|
42
|
-
};
|
43
|
-
findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
|
44
|
-
entries: () => ArrayIterator<[number, string]>;
|
45
|
-
keys: () => ArrayIterator<number>;
|
46
|
-
values: () => ArrayIterator<string>;
|
47
|
-
includes: (searchElement: string, fromIndex?: number) => boolean;
|
48
|
-
flatMap: <U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This) => U[];
|
49
|
-
flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
|
50
|
-
at: (index: number) => string;
|
51
|
-
[Symbol.iterator]: () => ArrayIterator<string>;
|
52
|
-
readonly [Symbol.unscopables]: {
|
53
|
-
readonly [x: number]: boolean;
|
54
|
-
readonly length?: boolean;
|
55
|
-
toString?: boolean;
|
56
|
-
toLocaleString?: boolean;
|
57
|
-
concat?: boolean;
|
58
|
-
join?: boolean;
|
59
|
-
slice?: boolean;
|
60
|
-
indexOf?: boolean;
|
61
|
-
lastIndexOf?: boolean;
|
62
|
-
every?: boolean;
|
63
|
-
some?: boolean;
|
64
|
-
forEach?: boolean;
|
65
|
-
map?: boolean;
|
66
|
-
filter?: boolean;
|
67
|
-
reduce?: boolean;
|
68
|
-
reduceRight?: boolean;
|
69
|
-
find?: boolean;
|
70
|
-
findIndex?: boolean;
|
71
|
-
entries?: boolean;
|
72
|
-
keys?: boolean;
|
73
|
-
values?: boolean;
|
74
|
-
includes?: boolean;
|
75
|
-
flatMap?: boolean;
|
76
|
-
flat?: boolean;
|
77
|
-
at?: boolean;
|
78
|
-
[Symbol.iterator]?: boolean;
|
79
|
-
readonly [Symbol.unscopables]?: boolean;
|
80
|
-
};
|
81
|
-
}> | Readonly<import("vue").ExtractPropTypes<{
|
82
|
-
readonly [x: string]: import("vue").Prop<unknown, unknown>;
|
83
|
-
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {} | {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
84
|
-
P: {};
|
85
|
-
B: {};
|
86
|
-
D: {};
|
87
|
-
C: {};
|
88
|
-
M: {};
|
89
|
-
Defaults: {};
|
90
|
-
}, Readonly<{
|
91
|
-
readonly [x: number]: string;
|
92
|
-
readonly length: number;
|
93
|
-
toString: () => string;
|
94
|
-
toLocaleString: {
|
95
|
-
(): string;
|
96
|
-
(locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
|
97
|
-
};
|
98
|
-
concat: {
|
99
|
-
(...items: ConcatArray<string>[]): string[];
|
100
|
-
(...items: (string | ConcatArray<string>)[]): string[];
|
101
|
-
};
|
102
|
-
join: (separator?: string) => string;
|
103
|
-
slice: (start?: number, end?: number) => string[];
|
104
|
-
indexOf: (searchElement: string, fromIndex?: number) => number;
|
105
|
-
lastIndexOf: (searchElement: string, fromIndex?: number) => number;
|
106
|
-
every: {
|
107
|
-
<S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
|
108
|
-
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
|
109
|
-
};
|
110
|
-
some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
|
111
|
-
forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
|
112
|
-
map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
|
113
|
-
filter: {
|
114
|
-
<S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): S[];
|
115
|
-
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
|
116
|
-
};
|
117
|
-
reduce: {
|
118
|
-
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
119
|
-
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
120
|
-
<U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
|
121
|
-
};
|
122
|
-
reduceRight: {
|
123
|
-
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
124
|
-
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
125
|
-
<U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
|
126
|
-
};
|
127
|
-
find: {
|
128
|
-
<S extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S, thisArg?: any): S;
|
129
|
-
(predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
|
130
|
-
};
|
131
|
-
findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
|
132
|
-
entries: () => ArrayIterator<[number, string]>;
|
133
|
-
keys: () => ArrayIterator<number>;
|
134
|
-
values: () => ArrayIterator<string>;
|
135
|
-
includes: (searchElement: string, fromIndex?: number) => boolean;
|
136
|
-
flatMap: <U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This) => U[];
|
137
|
-
flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
|
138
|
-
at: (index: number) => string;
|
139
|
-
[Symbol.iterator]: () => ArrayIterator<string>;
|
140
|
-
readonly [Symbol.unscopables]: {
|
141
|
-
readonly [x: number]: boolean;
|
142
|
-
readonly length?: boolean;
|
143
|
-
toString?: boolean;
|
144
|
-
toLocaleString?: boolean;
|
145
|
-
concat?: boolean;
|
146
|
-
join?: boolean;
|
147
|
-
slice?: boolean;
|
148
|
-
indexOf?: boolean;
|
149
|
-
lastIndexOf?: boolean;
|
150
|
-
every?: boolean;
|
151
|
-
some?: boolean;
|
152
|
-
forEach?: boolean;
|
153
|
-
map?: boolean;
|
154
|
-
filter?: boolean;
|
155
|
-
reduce?: boolean;
|
156
|
-
reduceRight?: boolean;
|
157
|
-
find?: boolean;
|
158
|
-
findIndex?: boolean;
|
159
|
-
entries?: boolean;
|
160
|
-
keys?: boolean;
|
161
|
-
values?: boolean;
|
162
|
-
includes?: boolean;
|
163
|
-
flatMap?: boolean;
|
164
|
-
flat?: boolean;
|
165
|
-
at?: boolean;
|
166
|
-
[Symbol.iterator]?: boolean;
|
167
|
-
readonly [Symbol.unscopables]?: boolean;
|
168
|
-
};
|
169
|
-
}> | Readonly<import("vue").ExtractPropTypes<{
|
170
|
-
readonly [x: string]: import("vue").Prop<unknown, unknown>;
|
171
|
-
}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {} | {}>;
|
172
|
-
__isFragment?: never;
|
173
|
-
__isTeleport?: never;
|
174
|
-
__isSuspense?: never;
|
175
|
-
} & import("vue").ComponentOptionsBase<Readonly<{
|
176
|
-
readonly [x: number]: string;
|
177
|
-
readonly length: number;
|
178
|
-
toString: () => string;
|
179
|
-
toLocaleString: {
|
180
|
-
(): string;
|
181
|
-
(locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
|
182
|
-
};
|
183
|
-
concat: {
|
184
|
-
(...items: ConcatArray<string>[]): string[];
|
185
|
-
(...items: (string | ConcatArray<string>)[]): string[];
|
186
|
-
};
|
187
|
-
join: (separator?: string) => string;
|
188
|
-
slice: (start?: number, end?: number) => string[];
|
189
|
-
indexOf: (searchElement: string, fromIndex?: number) => number;
|
190
|
-
lastIndexOf: (searchElement: string, fromIndex?: number) => number;
|
191
|
-
every: {
|
192
|
-
<S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
|
193
|
-
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
|
194
|
-
};
|
195
|
-
some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
|
196
|
-
forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
|
197
|
-
map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
|
198
|
-
filter: {
|
199
|
-
<S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): S[];
|
200
|
-
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
|
201
|
-
};
|
202
|
-
reduce: {
|
203
|
-
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
204
|
-
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
205
|
-
<U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
|
206
|
-
};
|
207
|
-
reduceRight: {
|
208
|
-
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
209
|
-
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
210
|
-
<U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
|
211
|
-
};
|
212
|
-
find: {
|
213
|
-
<S extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S, thisArg?: any): S;
|
214
|
-
(predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
|
215
|
-
};
|
216
|
-
findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
|
217
|
-
entries: () => ArrayIterator<[number, string]>;
|
218
|
-
keys: () => ArrayIterator<number>;
|
219
|
-
values: () => ArrayIterator<string>;
|
220
|
-
includes: (searchElement: string, fromIndex?: number) => boolean;
|
221
|
-
flatMap: <U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This) => U[];
|
222
|
-
flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
|
223
|
-
at: (index: number) => string;
|
224
|
-
[Symbol.iterator]: () => ArrayIterator<string>;
|
225
|
-
readonly [Symbol.unscopables]: {
|
226
|
-
readonly [x: number]: boolean;
|
227
|
-
readonly length?: boolean;
|
228
|
-
toString?: boolean;
|
229
|
-
toLocaleString?: boolean;
|
230
|
-
concat?: boolean;
|
231
|
-
join?: boolean;
|
232
|
-
slice?: boolean;
|
233
|
-
indexOf?: boolean;
|
234
|
-
lastIndexOf?: boolean;
|
235
|
-
every?: boolean;
|
236
|
-
some?: boolean;
|
237
|
-
forEach?: boolean;
|
238
|
-
map?: boolean;
|
239
|
-
filter?: boolean;
|
240
|
-
reduce?: boolean;
|
241
|
-
reduceRight?: boolean;
|
242
|
-
find?: boolean;
|
243
|
-
findIndex?: boolean;
|
244
|
-
entries?: boolean;
|
245
|
-
keys?: boolean;
|
246
|
-
values?: boolean;
|
247
|
-
includes?: boolean;
|
248
|
-
flatMap?: boolean;
|
249
|
-
flat?: boolean;
|
250
|
-
at?: boolean;
|
251
|
-
[Symbol.iterator]?: boolean;
|
252
|
-
readonly [Symbol.unscopables]?: boolean;
|
253
|
-
};
|
254
|
-
}> | Readonly<import("vue").ExtractPropTypes<{
|
255
|
-
readonly [x: string]: import("vue").Prop<unknown, unknown>;
|
256
|
-
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
257
|
-
propsDefinition: Omit<Readonly<{
|
258
|
-
readonly [x: number]: string;
|
259
|
-
readonly length: number;
|
260
|
-
toString: () => string;
|
261
|
-
toLocaleString: {
|
262
|
-
(): string;
|
263
|
-
(locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
|
264
|
-
};
|
265
|
-
concat: {
|
266
|
-
(...items: ConcatArray<string>[]): string[];
|
267
|
-
(...items: (string | ConcatArray<string>)[]): string[];
|
268
|
-
};
|
269
|
-
join: (separator?: string) => string;
|
270
|
-
slice: (start?: number, end?: number) => string[];
|
271
|
-
indexOf: (searchElement: string, fromIndex?: number) => number;
|
272
|
-
lastIndexOf: (searchElement: string, fromIndex?: number) => number;
|
273
|
-
every: {
|
274
|
-
<S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
|
275
|
-
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
|
276
|
-
};
|
277
|
-
some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
|
278
|
-
forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
|
279
|
-
map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
|
280
|
-
filter: {
|
281
|
-
<S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): S[];
|
282
|
-
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
|
283
|
-
};
|
284
|
-
reduce: {
|
285
|
-
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
286
|
-
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
287
|
-
<U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
|
288
|
-
};
|
289
|
-
reduceRight: {
|
290
|
-
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
291
|
-
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
292
|
-
<U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: readonly string[]) => U, initialValue: U): U;
|
293
|
-
};
|
294
|
-
find: {
|
295
|
-
<S extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S, thisArg?: any): S;
|
296
|
-
(predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
|
297
|
-
};
|
298
|
-
findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
|
299
|
-
entries: () => ArrayIterator<[number, string]>;
|
300
|
-
keys: () => ArrayIterator<number>;
|
301
|
-
values: () => ArrayIterator<string>;
|
302
|
-
includes: (searchElement: string, fromIndex?: number) => boolean;
|
303
|
-
flatMap: <U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This) => U[];
|
304
|
-
flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
|
305
|
-
at: (index: number) => string;
|
306
|
-
[Symbol.iterator]: () => ArrayIterator<string>;
|
307
|
-
readonly [Symbol.unscopables]: {
|
308
|
-
readonly [x: number]: boolean;
|
309
|
-
readonly length?: boolean;
|
310
|
-
toString?: boolean;
|
311
|
-
toLocaleString?: boolean;
|
312
|
-
concat?: boolean;
|
313
|
-
join?: boolean;
|
314
|
-
slice?: boolean;
|
315
|
-
indexOf?: boolean;
|
316
|
-
lastIndexOf?: boolean;
|
317
|
-
every?: boolean;
|
318
|
-
some?: boolean;
|
319
|
-
forEach?: boolean;
|
320
|
-
map?: boolean;
|
321
|
-
filter?: boolean;
|
322
|
-
reduce?: boolean;
|
323
|
-
reduceRight?: boolean;
|
324
|
-
find?: boolean;
|
325
|
-
findIndex?: boolean;
|
326
|
-
entries?: boolean;
|
327
|
-
keys?: boolean;
|
328
|
-
values?: boolean;
|
329
|
-
includes?: boolean;
|
330
|
-
flatMap?: boolean;
|
331
|
-
flat?: boolean;
|
332
|
-
at?: boolean;
|
333
|
-
[Symbol.iterator]?: boolean;
|
334
|
-
readonly [Symbol.unscopables]?: boolean;
|
335
|
-
};
|
336
|
-
}>, never> | Omit<Readonly<{} & {
|
337
|
-
readonly [x: string]: unknown;
|
338
|
-
readonly [x: number]: unknown;
|
339
|
-
}>, never>;
|
340
|
-
};
|
341
|
-
export default _default;
|