@omnia/fx 8.0.429-dev → 8.0.431-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/Cookies.d.ts +2 -1
- package/internal-do-not-import-from-here/core/Provide.d.ts +0 -12
- package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +1 -0
- package/internal-do-not-import-from-here/core/index.d.ts +1 -1
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +3 -3
- package/internal-do-not-import-from-here/index.d.ts +1 -2
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/models/CustomEmailSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/models/EmailEnums.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/ActiveGroupListing.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/app/management/AppManagementConstants.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/EditAliasBlade.d.ts +13 -2
- package/internal-do-not-import-from-here/ux/app/management/blades/EditItemBlade.d.ts +19 -1
- package/internal-do-not-import-from-here/ux/app/management/blades/EditPermissionBlade.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/app/management/blades/FeatureBlade.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/PropertiesBlade.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/app/management/core/loc.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InactiveList.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/OrphanedList.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/PendingList.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/ButtonsEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/ComponentEditorStore.d.ts +6 -5
- package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/store/ContainerFillsEditorStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/store/FillsEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/store/TextFillsEditorStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/store/ThemeEditorStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +10 -36
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/store/ButtonStyleEditorStore.d.ts +33 -0
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/store/ButtonStylePickerStore.d.ts +36 -0
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/DynamicColorIndicator.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +9 -3
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/store/FillPickerStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/store/IconStyleEditorStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/store/TextColorPickerStore.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/ComponentBlueprintStrategy.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/FullBlueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/LargeBlueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/MediumBlueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/NoneBlueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/SmallBlueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/XSmallBlueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/index.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/ColorManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/shared-mobile/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ThemePreviewContextStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +36 -165
- package/internal-do-not-import-from-here/ux/iconpicker/IIconPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/iconpicker/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/iconpicker/v2/IconPicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mobile/index.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/actionmenu/store/ActionMenuStore.d.ts +7 -4
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/templatepicker/ITemplatePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +84 -98
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/store/VelcronDefinitionPickerStore.d.ts +44 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +27 -29
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts +0 -34
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/ExampleComponents.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/SampleComponent.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/MD2Blueprint.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/MD3Blueprint.d.ts +0 -2
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades/themedesigner → themedesigner}/ThemeDesigner.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/chrome/Chrome.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/colorschemas/ColorSchemasJourney.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/colorschemas/blades/ColorSchemaDefinitionBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/colorschemas/store/ColorSchemaEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/BlueprintsJourney.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/BlueprintPreview.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/ButtonBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/ButtonsBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/EditBlueprints.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/HeaderBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/HeaderBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/IconsBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/IconsBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/InputBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/InputBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/TabBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/TabBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/HeaderEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/IconsEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/InputEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/TabsEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/ContainerFillsBlade.stylex.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/FillsJourney.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/containerBlades/ContainerFillsBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/containerBlades/ContainerFillsEditBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/textBlades/TextFillsBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/textBlades/TextFillsEditBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fontsmanager/FontManager.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fontsmanager/blade/FontDefinitionBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fontsmanager/store/FontManagerStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/spacing/SpacingJourney.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/spacing/blades/EditSpacingBlueprintBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/spacing/blades/EditSpacingDefinitionBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/spacing/store/SpacingEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades/themedesigner → themedesigner}/store/ThemeDesignerStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/TemplatesJourney.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/blades/ButtonTemplateEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/blades/ButtonTemplates.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/blades/TabTemplateEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/blades/TabTemplates.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/store/TemplateEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/ThemesJourney.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/blades/EditColorSchemasBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/blades/EditThemeBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/blades/EditThemeBladeStyles.stylex.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/blades/SelectionThemeBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/blades/ViewThemeBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/models/Theme.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/models/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/store/ThemesJourneyStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/TypographyJourney.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/EditScaleBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/EditTextStyleBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/EditTextStylesBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/EditTypographyBlueprintBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/SelectBreakpointBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/ViewTypeScaleBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/components/FontPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/components/FontPicker.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/components/FontRegistration.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/store/TypographyEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/{BlueprintStrategyBase.d.ts → components/BlueprintStrategyBase.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.431-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.431-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts
DELETED
@@ -1,34 +0,0 @@
|
|
1
|
-
import { TextBlueprint } from "@omnia/fx-models";
|
2
|
-
import { DefineSlot } from "@omnia/fx/ux";
|
3
|
-
import { VNodeChild } from "vue";
|
4
|
-
type variant = "dropdown" | "journey";
|
5
|
-
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
6
|
-
"emit:update:modelValue": (value: TextBlueprint) => void;
|
7
|
-
} & {
|
8
|
-
"v-model"?: TextBlueprint;
|
9
|
-
} & {
|
10
|
-
modelValue?: TextBlueprint;
|
11
|
-
} & {
|
12
|
-
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
13
|
-
} & {
|
14
|
-
variant?: variant;
|
15
|
-
} & {
|
16
|
-
toned?: boolean;
|
17
|
-
} & {
|
18
|
-
label?: string;
|
19
|
-
} & {
|
20
|
-
customTyping?: boolean;
|
21
|
-
} & {
|
22
|
-
singleColor?: boolean;
|
23
|
-
} & {
|
24
|
-
enableDynamicColor?: boolean;
|
25
|
-
} & DefineSlot<"activator", () => VNodeChild>> & {
|
26
|
-
"onUpdate:modelValue"?: (value: TextBlueprint) => any;
|
27
|
-
} & {
|
28
|
-
"v-slots"?: {
|
29
|
-
activator?: () => VNodeChild;
|
30
|
-
} & Omit<{
|
31
|
-
default?: import("vue").Slot;
|
32
|
-
}, "activator">;
|
33
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "customTyping" | "enableDynamicColor" | "defaultColorSchemaType" | "singleColor"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
34
|
-
export default _default;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -1,6 +0,0 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
-
"v-slots"?: {} & Omit<{
|
3
|
-
default?: import("vue").Slot;
|
4
|
-
}, never>;
|
5
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
|
-
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/index.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|