@omnia/fx 8.0.394-dev → 8.0.396-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/core/http/HttpClient.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/TargetingPropertyService.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/AzureAdUserStore.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserAuthenticationBlade.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +62 -13
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/BulkImportBlade.d.ts +2 -7
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/store/ComponentEditorStore.d.ts +4 -29
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/ContainerFillsBlade.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/ContainerFillsEditorStore.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/FillsEditorStore.d.ts +92 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/TextFillsEditorStore.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/textBlades/TextFillsBlade.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/TypographyJourney.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontPicker.d.ts +25 -25
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +21 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/store/ColorSchemaPickerStore.d.ts +44 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprints.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprintsPicker.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +25 -0
- package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.stylex.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +14 -292
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprints.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintPicker.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +5 -7
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +30 -162
- package/internal-do-not-import-from-here/ux/journey/BlabeContext.d.ts +9 -8
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +13 -5
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/journeyfilter/JourneyFilterDialog.d.ts +7 -9
- package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +112 -72
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/CellRenderer.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/select/Select.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/select/store/MultiSelectStore.d.ts +35 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/Selection.stylex.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/store/SelectionStore.d.ts +35 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +91 -23
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainerFillsEditorStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectedRenderer.d.ts +0 -12
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components/ComponentsJourney.d.ts → componentblueprints/BlueprintsJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/BlueprintPreview.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/ButtonBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/ButtonsBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/EditBlueprints.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/HeaderBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/HeaderBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/IconsBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/IconsBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/InputBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/InputBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/TabBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/blades/TabBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/store/ButtonsEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/store/HeaderEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/store/IconsEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/store/InputEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components → componentblueprints}/store/TabsEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components/blades/AddBlueprint.d.ts → fills/FillsJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/TypographyJourney.d.ts → fills/containerBlades/ContainerFillsBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components/blades/ContainerFillsBladeEdit.d.ts → fills/containerBlades/ContainerFillsEditBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components/blades/ContainersFillsBlade.d.ts → fills/textBlades/TextFillsEditBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing → spacing}/SpacingJourney.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing → spacing}/blades/EditSpacingBlueprintBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing → spacing}/blades/EditSpacingDefinitionBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing → spacing}/store/SpacingEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/blades/EditTypographyBlueprintBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/blades/EditTypographyDefinitionBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/blades/EditTypographyFillBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontRegistration.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/store/TypographyEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{admin/usermanagement/users/pending_approval/DetailBlade.d.ts → oxide/selection/docs/SampleComponent.d.ts} +0 -0
package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts
CHANGED
@@ -1,295 +1,17 @@
|
|
1
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
1
2
|
import { SpacingBlueprint, SpacingScale } from "@omnia/fx/models";
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
};
|
11
|
-
modelValue: {
|
12
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
13
|
-
required: false;
|
14
|
-
};
|
15
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
16
|
-
type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
|
17
|
-
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
18
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
19
|
-
required: false;
|
20
|
-
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
21
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
22
|
-
required: false;
|
23
|
-
}; } & {
|
24
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, SpacingBlueprint, {
|
25
|
-
"onUpdate:modelValue": {
|
26
|
-
type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
|
27
|
-
};
|
28
|
-
} & {
|
29
|
-
"v-model": {
|
30
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
31
|
-
required: false;
|
32
|
-
};
|
33
|
-
} & {
|
34
|
-
modelValue: {
|
35
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
36
|
-
required: false;
|
37
|
-
};
|
38
|
-
}>;
|
39
|
-
defaultValue(value?: SpacingBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingBlueprint, {
|
40
|
-
"onUpdate:modelValue": {
|
41
|
-
type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
|
42
|
-
};
|
43
|
-
} & {
|
44
|
-
"v-model": {
|
45
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
46
|
-
required: false;
|
47
|
-
};
|
48
|
-
} & {
|
49
|
-
modelValue: {
|
50
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
51
|
-
required: false;
|
52
|
-
};
|
53
|
-
}, false>;
|
54
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, SpacingBlueprint, {
|
55
|
-
"onUpdate:modelValue": {
|
56
|
-
type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
|
57
|
-
};
|
58
|
-
} & {
|
59
|
-
"v-model": {
|
60
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
61
|
-
required: false;
|
62
|
-
};
|
63
|
-
} & {
|
64
|
-
modelValue: {
|
65
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
66
|
-
required: false;
|
67
|
-
};
|
68
|
-
}>;
|
69
|
-
};
|
70
|
-
}>> & {
|
71
|
-
"onClick:select"?: (value: SpacingScale) => any;
|
72
|
-
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
73
|
-
"click:select": (value: SpacingScale) => true;
|
74
|
-
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
75
|
-
P: {};
|
76
|
-
B: {};
|
77
|
-
D: {};
|
78
|
-
C: {};
|
79
|
-
M: {};
|
80
|
-
Defaults: {};
|
81
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
82
|
-
"onUpdate:modelValue": {
|
83
|
-
type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
|
84
|
-
};
|
85
|
-
"v-model": {
|
86
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
87
|
-
required: false;
|
88
|
-
};
|
89
|
-
modelValue: {
|
90
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
91
|
-
required: false;
|
92
|
-
};
|
93
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
94
|
-
type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
|
95
|
-
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
96
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
97
|
-
required: false;
|
98
|
-
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
99
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
100
|
-
required: false;
|
101
|
-
}; } & {
|
102
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, SpacingBlueprint, {
|
103
|
-
"onUpdate:modelValue": {
|
104
|
-
type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
|
105
|
-
};
|
106
|
-
} & {
|
107
|
-
"v-model": {
|
108
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
109
|
-
required: false;
|
110
|
-
};
|
111
|
-
} & {
|
112
|
-
modelValue: {
|
113
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
114
|
-
required: false;
|
115
|
-
};
|
116
|
-
}>;
|
117
|
-
defaultValue(value?: SpacingBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingBlueprint, {
|
118
|
-
"onUpdate:modelValue": {
|
119
|
-
type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
|
120
|
-
};
|
121
|
-
} & {
|
122
|
-
"v-model": {
|
123
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
124
|
-
required: false;
|
125
|
-
};
|
126
|
-
} & {
|
127
|
-
modelValue: {
|
128
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
129
|
-
required: false;
|
130
|
-
};
|
131
|
-
}, false>;
|
132
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, SpacingBlueprint, {
|
133
|
-
"onUpdate:modelValue": {
|
134
|
-
type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
|
135
|
-
};
|
136
|
-
} & {
|
137
|
-
"v-model": {
|
138
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
139
|
-
required: false;
|
140
|
-
};
|
141
|
-
} & {
|
142
|
-
modelValue: {
|
143
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
144
|
-
required: false;
|
145
|
-
};
|
146
|
-
}>;
|
147
|
-
};
|
148
|
-
}>> & {
|
149
|
-
"onClick:select"?: (value: SpacingScale) => any;
|
150
|
-
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
151
|
-
__isFragment?: never;
|
152
|
-
__isTeleport?: never;
|
153
|
-
__isSuspense?: never;
|
154
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
155
|
-
"onUpdate:modelValue": {
|
156
|
-
type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
|
157
|
-
};
|
158
|
-
"v-model": {
|
159
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
160
|
-
required: false;
|
161
|
-
};
|
162
|
-
modelValue: {
|
163
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
164
|
-
required: false;
|
165
|
-
};
|
166
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
167
|
-
type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
|
168
|
-
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
169
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
170
|
-
required: false;
|
171
|
-
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
172
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
173
|
-
required: false;
|
174
|
-
}; } & {
|
175
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, SpacingBlueprint, {
|
176
|
-
"onUpdate:modelValue": {
|
177
|
-
type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
|
178
|
-
};
|
179
|
-
} & {
|
180
|
-
"v-model": {
|
181
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
182
|
-
required: false;
|
183
|
-
};
|
184
|
-
} & {
|
185
|
-
modelValue: {
|
186
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
187
|
-
required: false;
|
188
|
-
};
|
189
|
-
}>;
|
190
|
-
defaultValue(value?: SpacingBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingBlueprint, {
|
191
|
-
"onUpdate:modelValue": {
|
192
|
-
type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
|
193
|
-
};
|
194
|
-
} & {
|
195
|
-
"v-model": {
|
196
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
197
|
-
required: false;
|
198
|
-
};
|
199
|
-
} & {
|
200
|
-
modelValue: {
|
201
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
202
|
-
required: false;
|
203
|
-
};
|
204
|
-
}, false>;
|
205
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, SpacingBlueprint, {
|
206
|
-
"onUpdate:modelValue": {
|
207
|
-
type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
|
208
|
-
};
|
209
|
-
} & {
|
210
|
-
"v-model": {
|
211
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
212
|
-
required: false;
|
213
|
-
};
|
214
|
-
} & {
|
215
|
-
modelValue: {
|
216
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
217
|
-
required: false;
|
218
|
-
};
|
219
|
-
}>;
|
220
|
-
};
|
221
|
-
}>> & {
|
3
|
+
type Variant = "list" | "picker";
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
5
|
+
blueprint?: SpacingBlueprint;
|
6
|
+
} & {
|
7
|
+
variant?: Variant;
|
8
|
+
} & {
|
9
|
+
height?: string;
|
10
|
+
} & DefineEmit<"click:select", (value: SpacingScale) => true>> & {
|
222
11
|
"onClick:select"?: (value: SpacingScale) => any;
|
223
|
-
}
|
224
|
-
"
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
[x: `onUpdate:${string}`]: {
|
229
|
-
type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
|
230
|
-
};
|
231
|
-
} & {
|
232
|
-
[x: `v-model:${string}`]: {
|
233
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
234
|
-
required: false;
|
235
|
-
};
|
236
|
-
} & {
|
237
|
-
[x: string]: {
|
238
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
239
|
-
required: false;
|
240
|
-
};
|
241
|
-
} & {
|
242
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, SpacingBlueprint, {
|
243
|
-
"onUpdate:modelValue": {
|
244
|
-
type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
|
245
|
-
};
|
246
|
-
} & {
|
247
|
-
"v-model": {
|
248
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
249
|
-
required: false;
|
250
|
-
};
|
251
|
-
} & {
|
252
|
-
modelValue: {
|
253
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
254
|
-
required: false;
|
255
|
-
};
|
256
|
-
}>;
|
257
|
-
defaultValue(value?: SpacingBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, SpacingBlueprint, {
|
258
|
-
"onUpdate:modelValue": {
|
259
|
-
type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
|
260
|
-
};
|
261
|
-
} & {
|
262
|
-
"v-model": {
|
263
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
264
|
-
required: false;
|
265
|
-
};
|
266
|
-
} & {
|
267
|
-
modelValue: {
|
268
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
269
|
-
required: false;
|
270
|
-
};
|
271
|
-
}, false>;
|
272
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, SpacingBlueprint, {
|
273
|
-
"onUpdate:modelValue": {
|
274
|
-
type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
|
275
|
-
};
|
276
|
-
} & {
|
277
|
-
"v-model": {
|
278
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
279
|
-
required: false;
|
280
|
-
};
|
281
|
-
} & {
|
282
|
-
modelValue: {
|
283
|
-
type: import("vue").PropType<SpacingBlueprint>;
|
284
|
-
required: false;
|
285
|
-
};
|
286
|
-
}>;
|
287
|
-
};
|
288
|
-
modelValue?: SpacingBlueprint;
|
289
|
-
"onUpdate:modelValue"?: (value: SpacingBlueprint) => any | void;
|
290
|
-
"v-model"?: SpacingBlueprint;
|
291
|
-
}>, "onClick:select"> & {
|
292
|
-
"onClick:select"?: (value: SpacingScale) => any;
|
293
|
-
};
|
294
|
-
};
|
12
|
+
} & {
|
13
|
+
"v-slots"?: {} & Omit<{
|
14
|
+
default?: import("vue").Slot;
|
15
|
+
}, never>;
|
16
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "height" | "variant" | "emit:click:select"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
295
17
|
export default _default;
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { ITemplateRegistration, TextFillBlueprint, TextFillBlueprints, ThemeContextType } from "@omnia/fx-models";
|
2
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
3
|
+
type Variant = "list" | "picker";
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
5
|
+
"emit:update:modelValue": (value: TextFillBlueprints) => void;
|
6
|
+
} & {
|
7
|
+
"v-model"?: TextFillBlueprints;
|
8
|
+
} & {
|
9
|
+
modelValue?: TextFillBlueprints;
|
10
|
+
} & {
|
11
|
+
themeType?: ThemeContextType;
|
12
|
+
} & {
|
13
|
+
variant?: Variant;
|
14
|
+
} & {
|
15
|
+
label?: string;
|
16
|
+
} & DefineEmit<"select:template", (variant: ITemplateRegistration<TextFillBlueprint>) => true>> & {
|
17
|
+
"onUpdate:modelValue"?: (value: TextFillBlueprints) => any;
|
18
|
+
"onSelect:template"?: (variant: ITemplateRegistration<TextFillBlueprint, import("@omnia/fx-models").TemplateRegistrationType>) => any;
|
19
|
+
} & {
|
20
|
+
"v-slots"?: {} & Omit<{
|
21
|
+
default?: import("vue").Slot;
|
22
|
+
}, never>;
|
23
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "label" | "modelValue" | "v-model" | "emit:update:modelValue" | "themeType" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
24
|
+
export default _default;
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { ITemplateRegistration, ThemeContextType, TypographyBlueprint } from "@omnia/fx-models";
|
2
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
3
|
+
type Variant = "list" | "picker";
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
5
|
+
"emit:update:modelValue": (value: TypographyBlueprint) => void;
|
6
|
+
} & {
|
7
|
+
"v-model"?: TypographyBlueprint;
|
8
|
+
} & {
|
9
|
+
modelValue?: TypographyBlueprint;
|
10
|
+
} & {
|
11
|
+
themeType?: ThemeContextType;
|
12
|
+
} & {
|
13
|
+
variant?: Variant;
|
14
|
+
} & {
|
15
|
+
label?: string;
|
16
|
+
} & DefineEmit<"select:template", (variant: ITemplateRegistration<TypographyBlueprint>) => true>> & {
|
17
|
+
"onUpdate:modelValue"?: (value: TypographyBlueprint) => any;
|
18
|
+
"onSelect:template"?: (variant: ITemplateRegistration<TypographyBlueprint, import("@omnia/fx-models").TemplateRegistrationType>) => any;
|
19
|
+
} & {
|
20
|
+
"v-slots"?: {} & Omit<{
|
21
|
+
default?: import("vue").Slot;
|
22
|
+
}, never>;
|
23
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "label" | "modelValue" | "v-model" | "emit:update:modelValue" | "themeType" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
24
|
+
export default _default;
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import { useColorSchemaStore } from "@omnia/fx/ux";
|
2
2
|
export declare const TypographyViewerStyles: {
|
3
3
|
textItem: (selected: boolean, colors: ReturnType<typeof useColorSchemaStore>) => string;
|
4
|
+
textItemPicker: (selected: boolean, colors: ReturnType<typeof useColorSchemaStore>) => string;
|
4
5
|
};
|
@@ -1,21 +1,19 @@
|
|
1
1
|
import { BlueprintVariant, ThemeContextType, TypographyBlueprint, TextStyleSizes, TextStyleType } from "@omnia/fx-models";
|
2
2
|
import { DefineEmit } from "@omnia/fx/ux";
|
3
|
+
type Variant = "list" | "picker";
|
3
4
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
|
-
|
5
|
-
} & {
|
6
|
-
"v-model"?: TypographyBlueprint;
|
7
|
-
} & {
|
8
|
-
modelValue?: TypographyBlueprint;
|
5
|
+
blueprint?: TypographyBlueprint;
|
9
6
|
} & {
|
10
7
|
toned?: boolean;
|
11
8
|
} & {
|
12
9
|
sampleText?: string;
|
10
|
+
} & {
|
11
|
+
variant?: Variant;
|
13
12
|
} & {
|
14
13
|
editable?: boolean;
|
15
14
|
} & {
|
16
15
|
themeType?: ThemeContextType;
|
17
16
|
} & DefineEmit<"click:select", (typography: TextStyleType, size: TextStyleSizes) => true> & DefineEmit<"click:selectFill", (variant: BlueprintVariant) => true> & DefineEmit<"click:add", () => true> & DefineEmit<"click:addFill", () => true>> & {
|
18
|
-
"onUpdate:modelValue"?: (value: TypographyBlueprint) => any;
|
19
17
|
"onClick:add"?: () => any;
|
20
18
|
"onClick:select"?: (typography: "title" | "text" | "navigation" | "variants" | "fills", size: TextStyleSizes) => any;
|
21
19
|
"onClick:selectFill"?: (variant: BlueprintVariant) => any;
|
@@ -24,5 +22,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
24
22
|
"v-slots"?: {} & Omit<{
|
25
23
|
default?: import("vue").Slot;
|
26
24
|
}, never>;
|
27
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
25
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "variant" | "editable" | "toned" | "themeType" | "emit:click:add" | "emit:click:select" | "sampleText" | "emit:click:selectFill" | "emit:click:addFill"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
28
26
|
export default _default;
|
@@ -1,166 +1,34 @@
|
|
1
|
+
import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
|
1
2
|
import "./FileUploader.css";
|
2
|
-
import { FileUploaderItemHandler, Func } from "../../models";
|
3
3
|
import { VNodeChild } from "vue";
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
enablePasteClipboardData: {
|
27
|
-
type: import("vue").PropType<boolean>;
|
28
|
-
};
|
29
|
-
disabled: {
|
30
|
-
type: import("vue").PropType<boolean>;
|
31
|
-
};
|
32
|
-
style: {
|
33
|
-
type: import("vue").PropType<{
|
34
|
-
[key: string]: string;
|
35
|
-
}>;
|
36
|
-
};
|
37
|
-
class: {
|
38
|
-
type: import("vue").PropType<String | String[]>;
|
39
|
-
required: boolean;
|
40
|
-
};
|
41
|
-
}>> & {
|
42
|
-
onDoc$?: (description?: string) => any;
|
43
|
-
onFileChanged?: (allFiles: FileUploaderItemHandler[]) => any;
|
44
|
-
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
45
|
-
fileChanged: (allFiles: Array<FileUploaderItemHandler>) => void;
|
46
|
-
doc$(description?: string): {
|
47
|
-
fileChanged: (allFiles: Array<FileUploaderItemHandler>) => void;
|
48
|
-
};
|
49
|
-
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
50
|
-
P: {};
|
51
|
-
B: {};
|
52
|
-
D: {};
|
53
|
-
C: {};
|
54
|
-
M: {};
|
55
|
-
Defaults: {};
|
56
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
57
|
-
"v-slots": import("vue").Prop<{
|
58
|
-
default?: import("../DefineVueTypings").Slot;
|
59
|
-
} & {
|
60
|
-
activator?: Func<[VNodeChild]>;
|
61
|
-
}>;
|
62
|
-
hideFileList: {
|
63
|
-
type: import("vue").PropType<boolean>;
|
64
|
-
};
|
65
|
-
hideOverlayIcon: {
|
66
|
-
type: import("vue").PropType<boolean>;
|
67
|
-
};
|
68
|
-
limitedFileSize: {
|
69
|
-
type: import("vue").PropType<number>;
|
70
|
-
};
|
71
|
-
limitedFileTypes: {
|
72
|
-
type: import("vue").PropType<string[]>;
|
73
|
-
};
|
74
|
-
multiple: {
|
75
|
-
type: import("vue").PropType<boolean>;
|
76
|
-
};
|
77
|
-
enablePasteClipboardData: {
|
78
|
-
type: import("vue").PropType<boolean>;
|
79
|
-
};
|
80
|
-
disabled: {
|
81
|
-
type: import("vue").PropType<boolean>;
|
82
|
-
};
|
83
|
-
style: {
|
84
|
-
type: import("vue").PropType<{
|
85
|
-
[key: string]: string;
|
86
|
-
}>;
|
87
|
-
};
|
88
|
-
class: {
|
89
|
-
type: import("vue").PropType<String | String[]>;
|
90
|
-
required: boolean;
|
91
|
-
};
|
92
|
-
}>> & {
|
93
|
-
onDoc$?: (description?: string) => any;
|
94
|
-
onFileChanged?: (allFiles: FileUploaderItemHandler[]) => any;
|
95
|
-
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
96
|
-
__isFragment?: never;
|
97
|
-
__isTeleport?: never;
|
98
|
-
__isSuspense?: never;
|
99
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
100
|
-
"v-slots": import("vue").Prop<{
|
101
|
-
default?: import("../DefineVueTypings").Slot;
|
102
|
-
} & {
|
103
|
-
activator?: Func<[VNodeChild]>;
|
104
|
-
}>;
|
105
|
-
hideFileList: {
|
106
|
-
type: import("vue").PropType<boolean>;
|
107
|
-
};
|
108
|
-
hideOverlayIcon: {
|
109
|
-
type: import("vue").PropType<boolean>;
|
110
|
-
};
|
111
|
-
limitedFileSize: {
|
112
|
-
type: import("vue").PropType<number>;
|
113
|
-
};
|
114
|
-
limitedFileTypes: {
|
115
|
-
type: import("vue").PropType<string[]>;
|
116
|
-
};
|
117
|
-
multiple: {
|
118
|
-
type: import("vue").PropType<boolean>;
|
119
|
-
};
|
120
|
-
enablePasteClipboardData: {
|
121
|
-
type: import("vue").PropType<boolean>;
|
122
|
-
};
|
123
|
-
disabled: {
|
124
|
-
type: import("vue").PropType<boolean>;
|
125
|
-
};
|
126
|
-
style: {
|
127
|
-
type: import("vue").PropType<{
|
128
|
-
[key: string]: string;
|
129
|
-
}>;
|
130
|
-
};
|
131
|
-
class: {
|
132
|
-
type: import("vue").PropType<String | String[]>;
|
133
|
-
required: boolean;
|
134
|
-
};
|
135
|
-
}>> & {
|
136
|
-
onDoc$?: (description?: string) => any;
|
4
|
+
import { FileUploaderItemHandler, Func } from "@omnia/fx-models";
|
5
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
6
|
+
class?: string | string[];
|
7
|
+
} & {
|
8
|
+
style?: {
|
9
|
+
[key: string]: string;
|
10
|
+
};
|
11
|
+
} & {
|
12
|
+
disabled?: boolean;
|
13
|
+
} & {
|
14
|
+
enablePasteClipboardData?: boolean;
|
15
|
+
} & {
|
16
|
+
multiple?: boolean;
|
17
|
+
} & {
|
18
|
+
limitedFileTypes?: string[];
|
19
|
+
} & {
|
20
|
+
limitedFileSize?: number;
|
21
|
+
} & {
|
22
|
+
hideOverlayIcon?: boolean;
|
23
|
+
} & {
|
24
|
+
hideFileList?: boolean;
|
25
|
+
} & DefineSlot<"activator", Func<[VNodeChild]>> & DefineEmit<"fileChanged", (allFiles: Array<FileUploaderItemHandler>) => void>> & {
|
137
26
|
onFileChanged?: (allFiles: FileUploaderItemHandler[]) => any;
|
138
|
-
}
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
},
|
144
|
-
|
145
|
-
style?: {
|
146
|
-
[key: string]: string;
|
147
|
-
};
|
148
|
-
class?: String | String[];
|
149
|
-
multiple?: boolean;
|
150
|
-
disabled?: boolean;
|
151
|
-
"v-slots"?: {
|
152
|
-
default?: import("../DefineVueTypings").Slot;
|
153
|
-
} & {
|
154
|
-
activator?: Func<[VNodeChild]>;
|
155
|
-
};
|
156
|
-
limitedFileTypes?: string[];
|
157
|
-
limitedFileSize?: number;
|
158
|
-
hideOverlayIcon?: boolean;
|
159
|
-
enablePasteClipboardData?: boolean;
|
160
|
-
hideFileList?: boolean;
|
161
|
-
}>, "onFileChanged" | "onDoc$"> & {
|
162
|
-
onFileChanged?: (allFiles: FileUploaderItemHandler[]) => any;
|
163
|
-
onDoc$?: (description?: string) => any;
|
164
|
-
};
|
165
|
-
};
|
27
|
+
} & {
|
28
|
+
"v-slots"?: {
|
29
|
+
activator?: Func<[VNodeChild]>;
|
30
|
+
} & Omit<{
|
31
|
+
default?: import("vue").Slot;
|
32
|
+
}, "activator">;
|
33
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "style" | "class" | "multiple" | "disabled" | "slot:activator" | "limitedFileTypes" | "limitedFileSize" | "hideOverlayIcon" | "enablePasteClipboardData" | "hideFileList" | "emit:fileChanged"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
166
34
|
export default _default;
|
@@ -1,10 +1,11 @@
|
|
1
1
|
import { guid } from "@omnia/fx-models";
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
}
|
7
|
-
export declare
|
2
|
+
export declare const useJourneyBladeContext: () => {
|
3
|
+
container: "layout";
|
4
|
+
} & {
|
5
|
+
dispose?: () => void;
|
6
|
+
};
|
7
|
+
export declare const useJourneyBladeComponentHost: () => {
|
8
8
|
id: guid;
|
9
|
-
|
10
|
-
|
9
|
+
} & {
|
10
|
+
dispose?: () => void;
|
11
|
+
};
|
@@ -3,7 +3,7 @@ import { JourneyBladeProps } from "./JourneyBlade";
|
|
3
3
|
import { VNodeChild } from "vue";
|
4
4
|
import { ConstructComponentProps, type VNodeEvents } from "../InternalDefineComponent";
|
5
5
|
import { type JourneyMenuProps } from "./JourneyMenu";
|
6
|
-
type BladeElement = (props: Omit<ConstructComponentProps<JourneyBladeProps>, "id" | "getApi"> & VNodeEvents) => any;
|
6
|
+
type BladeElement = (props: Omit<ConstructComponentProps<JourneyBladeProps>, "id" | "getApi" | "manageList"> & VNodeEvents) => any;
|
7
7
|
type BladeMenuElement = (props: Omit<ConstructComponentProps<JourneyMenuProps>, "id" | "getApi"> & VNodeEvents) => any;
|
8
8
|
export declare function defineBlade<TRoute extends JourneyBladeRoute = {}>(bladeId: guid, renderer?: (blade: BladeElement) => VNodeChild, disableAutoRefCurrentComponent?: boolean): {
|
9
9
|
readonly Blade: BladeElement;
|
@@ -15,16 +15,24 @@ export declare function defineBlade<TRoute extends JourneyBladeRoute = {}>(blade
|
|
15
15
|
moveNext(): void;
|
16
16
|
movePrev(): void;
|
17
17
|
travelTo(toBladeId: guid): void;
|
18
|
-
defineValueToSave<T>(value?: T): {
|
18
|
+
defineValueToSave<T>(value?: T, defineDisabledClone?: boolean): {
|
19
19
|
value: T;
|
20
20
|
/**
|
21
21
|
* reset initial value to trigger new watching value change.
|
22
22
|
*/
|
23
|
-
resetValue: (value: T) => void;
|
23
|
+
resetValue: (value: T, disabledClone?: boolean) => void;
|
24
24
|
};
|
25
|
-
defineValueToFilter<T>(value?: T
|
25
|
+
defineValueToFilter<T>(value?: T, initialConfig?: Record<string, {
|
26
|
+
isShow: boolean;
|
27
|
+
}>, defineDisabledClone?: boolean): {
|
26
28
|
filterValues: T;
|
27
|
-
|
29
|
+
/**
|
30
|
+
* reset initial value to trigger new watching value change.
|
31
|
+
*/
|
32
|
+
resetFilterValues: (value: T, disabledClone?: boolean) => void;
|
33
|
+
updateFilterConfig: (newConfig: Record<string, {
|
34
|
+
isShow: boolean;
|
35
|
+
}>) => void;
|
28
36
|
};
|
29
37
|
};
|
30
38
|
export {};
|